@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: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
    color: #222;
    letter-spacing: 0.02em;
}
p, .default {
    font-size: 17px;
	line-height: 170%;
    font-weight: normal;
    text-align: justify;
    color: #222;
    letter-spacing: 0.02em;
}
li, th, td {
    font-size: 17px;
	line-height: 160%;
    font-weight: normal;
    text-align: justify;
    color: #222;
    letter-spacing: 0.02em;
}
.sml01 {
    font-size: 16px;
    line-height: 160%;
}
.sml02 {
    font-size: 15px;
    line-height: 150%;
}
.big01 {
    font-size: 18px;
}
table, ul, ol {
    width: 100%;
    text-align: left;
	list-style: none;
    border-collapse: collapse;
}
.palt {
	font-feature-settings: "palt";
}
.pkna {
	font-feature-settings: "pkna";
}
.normal {
    font-weight: normal;
}
.bold {
    font-weight: bold;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.justify {
    text-align: justify;
}
.center {
    text-align: center;
}
a {
    color: #222;
	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;
}
.underline {
    text-decoration: underline;
}
.black {
    color: #222;
}
.yellow {
    color: #ff0;
}
.clr_main {
    color: #00aa14;
}
.clr_sub {
    color:#ff8232;
}
.clear {
    opacity: 0;
}
.usa {
    text-indent: -1em;
    padding-left: 1em;
}
.no_link {
    pointer-events: none;
}
@media (hover: hover) and (pointer: fine){
.no_tel_link {
    pointer-events: none;
}
}





.label_tag {
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    color: #ff8232;
    background-color: #fdeee1;
    padding: 1px 5px 2px;
    margin-right: 7px;
}
.label_tag i {
    margin-right: 5px;
}

/* 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.circle_mainclr  {
    list-style: url(../img/ul_circle_mainclr.svg);
    padding-left: 40px;
}
ul.donuts_mainclr {
    list-style: url(../img/ul_donuts_mainclr.svg);
    padding-left: 25px;
}
ul.dot_bkclr {
    list-style: url(../img/ul_dot_bkclr.svg);
    padding-left: 15px;
    text-indent: -3px;
}
ul.checkbox_mainclr {
    list-style: url(../img/ul_checkbox_mainclr.svg);
    padding-left: 25px;
}
ul.ul_inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
ul.ul_inline00 {
    display: flex;
    flex-wrap: wrap;
}
ul.ul_inline01 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
}
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: 5px 30px;
}
ul.ul_bold li, 
ol.ol_bold li  {
    font-weight: bold;
}
ul.ul_normal li, 
ol.ol_normal li  {
    font-weight: normal;
}
ul.ul_inline li, 
ul.ul_inline00 li, 
ul.ul_inline01 li, 
ul.ul_inline02 li, 
ul.ul_inline03 li, 
ul.ul_inline04 li {
    margin-bottom: 0;
}
ul.big01 li {
    font-size: 18px;
}
@media screen and (min-width: 1000px){
ul.ul_inline {
    gap: 0 40px;
}
ul.ul_inline04 {
    gap: 5px 40px;
}
}

/* iosのための新しいol */
ol.num {
    list-style: none; /* デフォルトのリストスタイルを消す */
    counter-reset: list-counter; /* カウンターをリセット */
}
ol.num > li {
    counter-increment: list-counter; /* カウンターを増やす */
    position: relative;
    padding-left: 25px; /* 番号の分だけ余白を確保 */
}
ol.num > li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 4px; /* 番号を左端に固定 */
}

li {
    margin-bottom: 5px;
}
ul.slim li, 
ol.slim li, 
li.slim {
    margin-bottom: 0;
}
ul.wide li, 
ol.wide li, 
li.wide {
    margin-bottom: 10px;
}
ul.wide02 li, 
ol.wide02 li, 
li.wide02 {
    margin-bottom: 15px;
}
ul.ul_inline li, 
ul.ul_inline02 li {
    text-align: left;
    margin-bottom: 0;
}
ul.ul_palt li {
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
li:last-of-type, 
ol.wide li:last-of-type,
ol.wide02 li:last-of-type  {
    margin-bottom: 0;
}


/* マーカー */
.marker {
    background: linear-gradient(transparent 70%, #ffff00aa 70%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_mainclr {
    background: linear-gradient(transparent 60%, #cdefba 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker_subclr {
    background: linear-gradient(transparent 60%, #D9DEFF 60%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    display: inline;
    transition: background-size 1.2s;
}
.marker.on, 
.marker_mainclr.on, 
.marker_subclr.on {
    background-size: 100% 100%;
}



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


/* ヘッダー */
/* SPヘッダー */
.header_box {
    width: 100%;
    background: #fff;
    border-top: 5px solid #00aa14;
    padding: 0 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.header_in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_logo_box img {
    width: 216.39px; /* iOS対策 */
    height: 40px;
    object-fit: contain;  
}
.top_ad_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top_sns_links {
    display: flex;
    gap: 15px;
}
.top_sns_links img {
    width: 26px;
}
/* PADヘッダー */
@media screen and (min-width: 768px) {
.header_box {
    padding: 0 15px;
}
.top_logo_box img {
    width: 270.5px; /* iOS対策 */
    height: 50px;
}
.top_address {
    font-size: 17px;
    line-height: 100%;
    /* margin-right: 20px; */
}
.top_sns_links img {
    width: 30px;
}
}
/* PCヘッダー */
@media screen and (min-width: 1000px) {
.top_logo_box img {
    width: 351.64px; /* iOS対策 */
    height: 65px;
}
.top_ad_box {
    margin-bottom: 10px;
}
.top_tel {
    font-size: 32px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #ff8232;
    margin-right: 20px;
}
.top_tel:last-of-type {
    margin-right: 0;
}
.top_tel i {
    font-size: 23px;
    margin-right: 5px;
    vertical-align: 1px;
}
.top_tel span {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    margin-left: 5px;
    vertical-align: 2px;
    font-feature-settings: "palt";
}
}


/* グローバルナビゲーション */
.global_PCnav {
	width: 100%;
    height: 50px;
	background: linear-gradient(180deg, #fff, #dff7e1);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.1));
}
.global_PCnav ul.nav_list {
    max-width: 1200px;
    height: 50px;
	margin: 0 auto;
    display: flex;
    position: relative;
}
.global_PCnav li.nav_item {
    width: calc(100% / 7);
    height: 50px;
    border-left: 1px solid #00aa14;
}
.global_PCnav li.nav_item:last-of-type {
	border-right: 1px solid #00aa14;
}
.global_PCnav a.nav_a {
    line-height: 50px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}
.global_PCnav a.nav_a:hover {
    color: #fff;
    background-color: #00aa14;
}
.global_PCnav a.nav_now {
    color: #fff;
    background-color: #00aa14;
}

/* メガメニュー */
.megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 1200px;
    /* background: linear-gradient(180deg, #e6f7ff, #dcedff); */
    background-color: #e9fbeb;
    border: solid 1px #00aa14;
    padding: 25px 50px 30px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 10;
}
.mm_id {
    padding: 25px 30px 30px;
}
/* メガメニューがhoverされたときも表示されるようにする */
.has-megamenu:hover .megamenu,
.megamenu:hover {
    opacity: 1;
    visibility: visible;
    top: calc(100%);
}
.has-megamenu:hover > a,
.megamenu:hover > a.nav_a {
    color: #fff;
    background-color: #00aa14;
}
@media screen and (min-width: 1200px){
.megamenu {
    padding: 30px 50px 40px;
}
}



/* メガメニュー内部 */
.megamenu_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.mega_title01 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    border-bottom: solid 1px #00aa14;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.mega_eng {
    font-size: 16px;
    line-height: 100%;
    font-family: "Molengo", sans-serif;
    font-weight: 400;
    color: #00aa14;
    margin-left: 10px;
}
ul.megamenu_in_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
ul.megamenu_in_flex li {
    width: calc(100% / 3 - 50px / 3);
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.megamenu li a.mega_child {
    font-size: 16.5px;
    line-height: 100%;
    text-align: left;
    color: #222;
    background-color: #fff;
    border: solid 1px #00aa14;
    height: 55px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.45s ease-Out;
}
.btn_under {
    width: 100%;
    height: 4px;
    margin-top: 15px;
    align-self: flex-end;
    left: -400px;
    background: #00aa14;
    position: absolute;
    transition: all 0.3s ease-Out;
    bottom: 0;
    z-index: 10;
}
/* .megamenu li a.mega_child:hover {
    background-color: #f3fff5;
} */
.megamenu li:hover .btn_under {
    left: 0;
}
.megamenu li a.mega_child:hover {
    color: #00aa14;
}

@media screen and (min-width: 1200px){
.megain_title01 {
    font-size: 25px;
    margin-bottom: 20px;
}
ul.megamenu_in_flex {
    gap: 30px;
}
ul.megamenu_in_flex li {
    width: calc(100% / 3 - 60px / 3);
}
}






/* あとから固定ヘッダー */
@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;
}
}



/* トップメインスライド */
.main_box {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainimg {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -1;
}
.mainimg_in {
    width: 100%;
    max-width: 1400px;
}
.img-box {
    width: 100%;
    height: 450px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    position: relative;
}
.img-box div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    transform: scale(1.0);
    opacity: 0;
    animation-name: fade;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}
@keyframes fade {
0% {
    opacity: 0;
}
30% {
    opacity: 7;
}
80% {
    opacity: 0;
    transform: scale(1.0);
}
100% {
    z-index: -10;
    opacity: 0;
}
}
.img-box div:first-of-type {
    background-image: url(../img/top_main01_1199_SP.avif);
}
.img-box div:nth-of-type(2) {
    background-image: url(../img/top_main02_1934_SP.avif);
    animation-delay: 4s;
}
.img-box div:last-of-type {
    background-image: url(../img/top_main03_0832_SP.avif);
    animation-delay: 8s;
}
@media screen and (min-width: 768px){
.main_box {
    height: 500px;
}
.img-box {
    height: 500px;
    border-radius: 0 0 50px 50px;
}
.img-box div {
    height: 500px;
}
}
@media screen and (min-width: 1000px){
.main_box {
    height: 520px;
    margin-top: 0px;
/*     padding: 0 0 0 20px; */
}
.img-box {
    height: 520px;
    border-radius: 0 0 70px 70px;
}
.img-box div {
    height: 520px;
}
.img-box div:first-of-type {
    background-image: url(../img/top_main01_1199_PC.avif);
}
.img-box div:nth-of-type(2) {
    background-image: url(../img/top_main02_1934_PC.avif);
}
.img-box div:last-of-type {
    background-image: url(../img/top_main03_0832_PC.avif);
}
}
@media screen and (min-width: 1500px){
.main_box {
    height: 570px;
}
.img-box {
    height: 570px;
}
.img-box div {
    height: 570px;
}
}

.maintext {
    position: absolute;
    top: 30px;
    right: 8%;
}
.ios .maintext {
    right: calc(8% + 84px);
}
h1.top_h1 span {
    font-size: 28px;
    line-height: 150%;
    font-family: serif;
    font-weight: 500;
    text-align: left;
    color: #fff;
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.85), 
    0 0 6px rgba(0, 0, 0, 0.7), 
    0 0 2px rgba(0, 0, 0, 1);
    letter-spacing: 0.08em;
}
@media screen and (min-width: 768px){
.maintext {
    right: 10%;
}
.ios .maintext {
    right: 20%;
}
h1.top_h1 span {
    font-size: 30px;
    font-weight: 600;
}
}
@media screen and (min-width: 1000px){
.maintext {
    top: 50px;
}
h1.top_h1 span {
    font-size: 32px;
}
}


/* 各ブロック */
.box {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.news {
    padding: 0 0 30px;
    margin-top: -50px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50px, #fff 50px, #fff 100%);
}
.vacancy {
    background-color: #fff;
    padding: 0 0 50px;
}
.services {
    background-color: #e9fbeb;
}
.recruit {
    background-color: #e9fbeb;
}
.links {
    background-color: #fff;
}
@media screen and (min-width: 768px){

}
@media screen and (min-width: 1000px){
.box {
    padding: 100px 0;
}
.news {
    padding: 0 0 50px;
    margin-top: -70px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70px, #fff 70px, #fff 100%);
}
.vacancy {
    padding: 0 0 100px;
}
.services {
    padding: 20px 0 100px;
}
.about {
    padding: 20px 0 100px;
}
.recruit {
    padding: 20px 0 100px;
}
}


/* インナー */
.s_inner, .m_inner, .l_inner, .n_inner {
    width: 100%;
    max-width: 700px;
    margin: 0 15px;
}
@media screen and (min-width: 1000px){
.s_inner, .m_inner, .l_inner, .n_inner {
    margin: 0 50px; 
}
.s_inner {
    max-width: 800px;
}
.m_inner {
    max-width: 1000px;
}
.l_inner {
    max-width: 1200px;
}
.n_inner {
    max-width: 1000px;
    border: solid 1px #bbb;
}
}


/* 背景固定 */
.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-color: #fff;
}
.back-img-b::after {
    background-image: linear-gradient(-45deg, #fff2e6cc, rgba(255,255,255,0.95)), url(../img/top_bg_1054.avif);
}
.back-img-c::after {
    background-image: linear-gradient(-45deg, #fff2e6cc, rgba(255,255,255,0.95)), url(../img/top_bg_1708.avif);
}

/* タイトル */
h2.h2_title, h2.h2_title_sub, 
h2.h2_flex, h2.h2_flex_sub {
    font-size: 23px;
    line-height: 100%;
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 0.02em;
}
h2 .h2_eng, h2 .h2_eng_sub {
    font-size: 19px;
    line-height: 100%;
    font-family: "Molengo", sans-serif;
    font-weight: 400;
    margin: 10px 0 0 2px;
    display: inline-block;
}
h2 .h2_eng {
    color: #00aa14;
}
h2 .h2_eng_sub {
    color: #ff8232;
}
h2 .h2_slash {
    font-size: 15px;
    font-weight: bold;
    margin: -50px 0 0 5px;
    display: inline-block;
}

.title01 {
    font-size: 19px;
    line-height: 150%;
    font-weight: bold;
    color: #00aa14;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px){
h2.h2_title, h2.h2_title_sub, 
h2.h2_flex, h2.h2_flex_sub {
    font-size: 25px;
}
h2 .h2_eng, h2 .h2_eng_sub {
    font-size: 20px;
    margin: 10px 0 0 3px;
}
}
@media screen and (min-width: 1000px){
h2.h2_flex, h2.h2_flex_sub {
    font-size: 28px;
    width: 200px;
    letter-spacing: 0.02em;
}
h2.h2_title, h2.h2_title_sub {
    font-size: 28px;
    margin-bottom: 40px;
}
h2 .h2_eng, h2 .h2_eng_sub {
    font-size: 21px;
}
.title01 {
    font-size: 21px;
}
}



/* コンテンツ */
.card_box {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}
.card {
    background: #fff;
    border: 2px solid #00aa14;
    border-radius: 10px;
    /* overflow: hidden; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
h2.card_title {
    font-size: 28px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    color: #fff;
    background: #00aa14;
    border-radius: 6px 6px 0 0;
    padding: 15px 0 20px;
    letter-spacing: 0.07em;
}
p.card_txt {
    font-size: 18px;
    line-height: 160%;
    padding: 15px;
}
.spacer {
    flex-grow: 1;
}
.card_btn {
    font-weight: bold;  
    color: #fff;
    background: #00aa14;
    border-radius: 999px;
    padding: 15px 35px 17px;
    margin: 25px auto;
    display: inline-flex;
    gap: 10px;
}


/* レスポンシブ：2列→4列 */
@media screen and (min-width: 768px) {
.card_box {
    grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (min-width: 1000px) {
.card_btn i {
    transition: all 0.3s ease;
}
.card_btn:hover i {
    transform: translateX(5px);
}
.card_btn:hover {
    color: #ff0;
    background: #00960a;
}
.card_box {
    grid-template-columns: repeat(3, 1fr);
}
}



/* リハビリについて */
.reha_pic01_L, .reha_pic01_R {
    height: 250px;
    border-radius: 10px;
    margin-bottom: 30px;
}
@media screen and (min-width: 768px){
.reha_picbox {
    position: relative;
    margin-bottom: 100px;
}
.reha_pic01_L {
    width: 75%;
    height: 300px;
    margin-bottom: 0;
}
.reha_pic01_R {
    width: 40%;
    height: 250px;
    margin-bottom: 0;
    position: absolute;
    bottom: -80px;
    right: 0;
}
}
@media screen and (min-width: 1000px){
.reha_picbox {
    position: relative;
    margin-bottom: 80px;
}
.reha_pic01_L {
    height: 450px;
    border-radius: 20px;
}
.reha_pic01_R {
    height: 400px;
    border-radius: 20px;
    position: absolute;
    bottom: -350px;
    right: 0;
}
.reha_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.reha_R {
    width: 45%;
}
.reha_L {
    width: 55%;
}
}
@media screen and (min-width: 1100px){
.reha_picbox {
    margin-bottom: 100px;
}
.reha_L {
    width: calc(55% - 50px);
    margin-left: 50px;
}
}
@media screen and (min-width: 1200px){
.reha_R {
    width: 50%;
}
.reha_L {
    width: calc(50% - 100px);
    margin-left: 100px;
}
}

/* 当施設について */
.ab_L {
     margin-bottom: 25px;
}
.ab_title01 {
    font-size: 22px;
    line-height: 150%;
    color: #00aa14;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px){
.ab_L {
    margin-bottom: 30px;
}
.ab_title01 {
    font-size: 24px;
}
}
@media screen and (min-width: 1000px){
.ab_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ab_L {
    width: calc(50% - 50px);
    margin-bottom: 0;
}
.ab_R {
    width: 50%;
    margin-bottom: 0;
}
.ab_title01 {
    margin-bottom: 20px;
}
.ab_pic01_L {
}
}
@media screen and (min-width: 1100px){
.ab_L {
    width: calc(48% - 70px);
}
.ab_R {
    width: 52%;
}
}

/* 当施設についてリンクボタン */
.ab_link_btn_box a:first-of-type {
    margin-bottom: 20px;
}
.ab_link_btn01 {
    width: 100%;
    max-width: 250px;
    height: 50px;
    color: #fff;
    background-color: #ff8232;
    border-radius: 25px;
    margin: 0 auto 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ab_link_btn01:after {
    color: #fff;
    font-family: "FontAwesome";
    content: "\f138";
    margin-top: 2px;
    margin-left: 7px;
    transition: all 0.2s ease;
}

@media screen and (min-width: 768px){
.ab_link_btn01 {
    max-width: 300px;
}
}
@media screen and (min-width: 1000px){
.ab_link_btn01:hover {
    background-color: #ff6e1e;
}
.ab_link_btn01:hover:after {
    transform: translateX(5px);
}
}




/* 背景アイコン */
.contents_box {
    /* padding: 30px 20px; */
    position: relative;
}
.bg_icon, .bg_icon_mainclr {
    font-size: 120px;
    position: absolute;
    top: -10px;
    right: -5px;
    z-index: -1;
}
.contents_box .bg_icon {
    top: -55px;
}
.bg_icon {
    color: #fff;
}
.bg_icon_mainclr {
    color: #e9fbeb;
}
@media screen and (min-width: 768px){
.contents_box {
    /* padding: 40px 50px; */
}
}
@media screen and (min-width: 1000px){
.contents_box {
    padding: 80px 100px 0;
}
.bg_icon, .bg_icon_mainclr {
    font-size: 160px;
    top: -15px;
    left: -5px;
}
.contents_box .bg_icon {
    top: -25px;
}
}

/* おしらせ */
.news_box {
    background-color: #e9fbeb;
    overflow: hidden;
    position: relative;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2));
}
.vacancy_box {
    background-color: #fdeee1;
    overflow: hidden;
    position: relative;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.2));
}
.tablebox {
    padding: 25px 20px;
}
.tablebox_in {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media screen and (min-width: 768px){
.tablebox {
    padding: 40px 50px;
}
}
@media screen and (min-width: 1000px){
.tablebox {
    padding: 80px 100px 60px;
    display: flex;
    align-items: flex-start;
}
.tablebox_in {
    width: calc(100% - 200px);
}
}

/* 一覧へ戻るボタン（おしらせ詳細にもあるよ） */
.go_news {
    color: #222;
    margin: 20px 0 0;
}
.go_news i {
    color: #00aa14;
    margin-left: 5px;
}
@media screen and (min-width: 1000px) {
.go_news {
    margin: 30px 0 0;
}
.go_news:hover {
    color: #00aa14;
}
.go_news i {
    transition: all 0.2s ease;
}
.go_news:hover i {
    transform: translateX(2px);
}
}

/* おしらせのテーブル（ここはプログラム化したら必ず消す） */
.table_information_news th {
    line-height: 100%;
    font-weight: bold;
	text-align: left;
    color: #00aa14;
    padding: 15px 10px 0;
	display: block;
}
.table_information_news tr:first-child th {
    border-top: solid 1px #ddd;
}
.table_information_news td {
    line-height: 160%;
	display: block;
	padding: 7px 10px 15px;
    border-bottom: solid 1px #ddd;
}
.table_information_news td a {
    line-height: 180%;
    color: #222;
    border-bottom: solid 1px #00aa14;
    display: inline;
}
.table_information_news td a i {
	margin-right: 5px
}
@media screen and (min-width: 1000px){
.table_information_news th {
	padding: 15px 20px 0;
}
.table_information_news td {
	padding: 7px 20px 15px;
}
}


/*タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
}

/*タブのスタイル*/
.tab_item {
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    width: calc(100% / 3);
    height: 55px;
    border-right: solid 1px #ff6e1e;
    border-bottom: solid 5px #ff6e1e;
    display: block;
    float: left;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.tab_item.tab_add {
    background-color: #fadfd2;
}
.tab_item.tab_short {
    background-color: #fadfd2;
}
.tab_item.tab_daycare {
    background-color: #fadfd2;
}
.tab_item:last-of-type {
    border-right: 0;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#add:checked ~ #add_content,
#short:checked ~ #short_content, 
#daycare:checked ~ #daycare_content {
    display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item.tab_add {
    color: #fff;
    background-color: #ff6e1e;
}
.tabs input:checked + .tab_item.tab_short {
    color: #fff;
    background-color: #ff6e1e;
}
.tabs input:checked + .tab_item.tab_daycare {
    color: #fff;
    background-color: #ff6e1e;
}


@media screen and (min-width: 1000px){

/* .tab_item {
    width: 100%;
    color: #fff;
}
.table_add .tab_item {
    background-color: #003070;
    border-bottom: 3px solid #003070;
    border-right: 1px solid #003070;
}
.table_short .tab_item {
    background-color: #3d62ad;
    border-bottom: 3px solid #3d62ad;
}
.table_daycare .tab_item {
    background-color: #5bc2d9;
    border-bottom: 3px solid #5bc2d9;
} */
}






/* NEWアイコン */
.tit_new {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #ff8232;
    background-color: #fff;
    border: solid 1px #ff8232;
    padding: 1px 7px;
    margin-left: 10px;
    display: inline-block;
}

/* 空床のテーブル（ここはプログラム化したら不必要） */
/* .table_information_add {
    border-top: 3px solid #003070;
}
.table_information_add th {
	font-size: 15px;
    line-height: 100%;
    font-weight: bold;
	text-align: left;
    color: #003070;
	display: block;
	padding: 20px 15px 0;
}
.table_information_add td {
    font-size: 16px;
    line-height: 160%;
	display: block;
	padding: 7px 15px 15px;
    border-bottom: solid 1px #bbb;
}
.table_information_add td a {
	font-size: 16px;
    line-height: 160%;
    text-decoration: underline;
    color: #222;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.table_information_add td a i {
	margin-right: 5px
}
@media screen and (min-width: 768px){
.table_information_add th {
	padding: 20px 20px 0;
}
.table_information_add td {
	padding: 7px 20px 20px;
}
.table_information_add a:hover {
    color: #003070;
}
} */
/* レスポンシブな00px以上の記述は、ここではできないので注意 */
/* pnews.css内でおこなう */

/* テーブル上の日付け */
.vacancy_date {
    font-size: 16px;
    text-align: left;
    color: #222;
    background-color: #fdeee1;
    padding: 20px 0 10px;
    display: flex;
	align-items: center;
}
.vacancy_date span {
    color: #ff8232;
    margin-right: 2px;
}
.vacancy_date:after {
    border-top: solid 1px #222;
	margin-left: 5px;
	content: "";
	flex-grow: 1;
}

/* 空床情報のテーブル（ここはプログラム化したら不必要） */

/* .table_information_vacancy th {
	font-size: 15px;
    line-height: 130%;
    font-weight: 600;
	text-align: center;
	padding: 15px 5px;
    color: #ff8232;
    background-color: #fadfd2;
    border: solid 1px #ff8232;
    font-feature-settings: "palt";
}
.table_information_vacancy th.th_first {
    line-height: 140%;
    font-weight: normal;
    padding: 10px 5px;
    color: #fff;
    background-color: #ff9646;
    border-right: solid 1px #fff;
}
.table_information_vacancy td {
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    width: 26%;
	padding: 15px 5px;
    background-color: #fff;
    border: solid 1px #ff8232;
    font-feature-settings: "palt";
}
.table_information_vacancy td.td01 {
    font-size: 15px;
    line-height: 140%;
    padding: 10px 5px;
    color: #fff;
    background-color: #ff9646;
    border-right: solid 1px #fff;
}
.table_information_vacancy td.td_last {
    border-right: solid 1px #ff8232;
}
@media screen and (min-width: 768px){
.table_information_vacancy th {
	font-size: 16px;
    padding: 20px 5px;
}
.table_information_vacancy td {
    font-size: 19px;
    padding: 20px 5px;
}
.table_information_vacancy td.td01 {
    font-size: 16px;
    line-height: 140%;
}
} */
.table_information_vacancy th {
	font-size: 15px;
    line-height: 130%;
    font-weight: 600;
	text-align: center;
	padding: 15px 5px;
    color: #ff8232;
    background-color: #fadfd2;
    border: solid 1px #ff8232;
    font-feature-settings: "palt";
}
.table_information_vacancy th.th01 {
    background-color: #fdeee100;
    padding: 0;
    border: 0;
}
.table_information_vacancy .th01_inner {
    display: flex;
    align-items: center;
    padding: 20px 0 15px;
}
.table_information_vacancy .th01_inner .icon {
    font-size: 16px;
    color: #ff8232;
    margin-right: 5px;
    margin-top: 2px;
    flex-shrink: 0;
}
.table_information_vacancy .th01_inner .date_text {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    flex-shrink: 0;
}
.table_information_vacancy .th01_inner .line {
    height: 1px;
    background-color: #222;
    margin-left: 10px;
    flex-grow: 1;
}
.table_information_vacancy th.th_first {
    line-height: 140%;
    font-weight: normal;
    padding: 10px 5px;
    color: #fff;
    background-color: #ff9646;
    border-right: solid 1px #fff;
}
.table_information_vacancy td {
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    width: 26%;
	padding: 15px 5px;
    background-color: #fff;
    border: solid 1px #ff8232;
    font-feature-settings: "palt";
}
.table_information_vacancy td.td01 {
    font-size: 15px;
    line-height: 140%;
    padding: 10px 5px;
    color: #fff;
    background-color: #ff9646;
    border-right: solid 1px #fff;
}
.table_information_vacancy td.td_last {
    border-right: solid 1px #ff8232;
}
@media screen and (min-width: 768px){
.table_information_vacancy th {
	font-size: 16px;
}
.table_information_vacancy td {
    font-size: 19px;
}
.table_information_vacancy td.td01 {
    font-size: 16px;
    line-height: 140%;
}
}


/* デイケア空床情報のテーブル（ここはプログラム化したら不必要） */
.table_information_daycare th {
	font-size: 15px;
    line-height: 130%;
    font-weight: 600;
	text-align: center;
	padding: 15px 5px;
    color: #ff8232;
    background-color: #fadfd2;
    border: solid 1px #ff8232;
    font-feature-settings: "palt";
}
.table_information_daycare th.th01 {
    background-color: #fdeee100;
    padding: 0;
    border: 0;
}
.table_information_daycare .th01_inner {
    display: flex;
    align-items: center;
    padding: 20px 0 15px;
}
.table_information_daycare .th01_inner .icon {
    font-size: 16px;
    color: #ff8232;
    margin-right: 5px;
    margin-top: 2px;
    flex-shrink: 0;
}
.table_information_daycare .th01_inner .date_text {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    flex-shrink: 0;
}
.table_information_daycare .th01_inner .line {
    height: 1px;
    background-color: #222;
    margin-left: 10px;
    flex-grow: 1;
}
.table_information_daycare th.th_first {
    line-height: 140%;
    font-weight: normal;
    padding: 10px 5px;
    color: #fff;
    background-color: #ff9646;
    border-right: solid 1px #fff;
}
.table_information_daycare td {
    font-size: 17px;
    line-height: 100%;
    text-align: center;
	padding: 15px 5px;
    background-color: #fff;
    border: solid 1px #ff8232;
    font-feature-settings: "palt";
}
.table_information_daycare td.td01 {
    font-size: 15px;
    line-height: 140%;
    padding: 10px 5px;
    color: #fff;
    background-color: #ff9646;
    border-right: solid 1px #fff;
}
.table_information_daycare td.td_last {
    border-right: solid 1px #ff8232;
}
@media screen and (min-width: 768px){
.table_information_daycare th {
	font-size: 16px;
}
.table_information_daycare td {
    font-size: 19px;
}
.table_information_daycare td.td01 {
    font-size: 16px;
    line-height: 140%;
}
}




/* サービス */
.services_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.services_box {
    display: block;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.services_img  {
    overflow: hidden;
}
.services_img img {
    transition: transform 0.4s ease;
}
.services_text {
    background: #fff;
    padding: 20px 15px 50px;
    position: relative;
    transition: background-color 0.3s ease;
}
.services_text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #00be1e, #00960a);
    background-size: 200% 100%;
    background-position: 0% 0%;
    transition: background-position 0.3s ease;
    z-index: 1;
}

h3.h3_serv {
    font-size: 23px;
    text-align: left;
    border-left: solid 8px #00aa14;
    padding-left: 5px;
    margin-bottom: 10px;
}
.arrow_btn {
    font-size: 25px;
    color: #00aa14;
    position: absolute;
    bottom: 20px;
    right: 15px;
    transition: transform 0.3s ease;
}

@media screen and (min-width: 768px){
.services_wrap {
    gap: 40px;
}
.services_text {
    padding: 30px 30px 60px;
}
h3.h3_serv {
    margin-bottom: 15px;
}
.arrow_btn {
    font-size: 30px;
    right: 30px;
}
}
@media screen and (min-width: 1000px) {
.services_wrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}
.services_box {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
}
.services_text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 30px 60px;
}
.services_box:hover .services_img img {
    transform: scale(1.05);
}
.services_box:hover .services_text {
    background: #e9fbeb;
}
.services_box:hover .services_text::after {
    background-position: 100% 0%;
}
.services_box:hover .arrow_btn {
    transform: translateX(5px);
}
}



/* 採用情報ページ */
.sub_linkbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
 }
.sub_linkbox a {
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
}
.sub_linkbox a:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 499px) {
.sub_linkbox a {
    width: calc(50% - 10px);
}
.sub_linkbox a:nth-child(even) {
    margin-left: 20px;
}
}
@media screen and (min-width: 1000px) {
.sub_linkbox a {
    width: calc(100% / 3 - 30px);
    margin-bottom: 0;
}
.sub_linkbox a:nth-last-child(-n+2) {
    margin-left: 45px;
}
.sub_linkbox a:hover {
    opacity: 0.8;
}
}



/* リンクボタン */
.big_pic {
    width: 80%;
}
.lil_pic {
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 50%;
}
.link_btn01, .link_btn02 {
    font-size: 16px;
    width: 100%;
    max-width: 450px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.link_btn01 {
    color: #ff8232;
    border: solid 1px #ff8232;
}
.link_btn02 {
    color: #00aa14;
    border: solid 1px #00aa14;
}
.link_btn01 i, .link_btn02 i {
    font-size: 17px;
    margin-left: 10px;
    margin-top: 3px;
}
.link_btn01 img, .link_btn02 img {
    width: 20px;
    margin-right: 15px;
    object-fit: contain;
    display: inline-block;
}
@media screen and (min-width: 768px){
.link_btn01, .link_btn02 {
    font-size: 16px;
    width: 300px;
    height: 50px;
}
}
@media screen and (min-width: 1000px){
.link_btn01, .link_btn02 {
    width: 280px;

    &:before {
        content: "\f054";
        font-family: FontAwesome;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 30px;
        color: #ff8232;
        background-color: #fff;
        border-radius: 0 50% 50% 0;
        transform: scale(0,1);
        transform-origin: left center;
        transition: all 0.2s ease 0s;
      }
      
    &:hover {
        color: #fff;
        background-color: #ff8232;
        
        &:before {
            transform: scale(1,1);
            text-indent: 0;
        }
    }
}
.link_btn01:before {
    color: #ff8232;
}
.link_btn01:hover {
    background-color: #ff8232;
}
.link_btn02:before {
    color: #00aa14;
}
.link_btn02:hover {
    background-color: #00aa14;
}
}


/* リンクボタンたち */
.link_box {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.link_box a {
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.3));
}
.link_box a:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width: 499px){
.link_box a {
    width: calc(50% - 10px);
}
.link_box a:nth-child(even) {
    margin-left: 20px;
}
}
@media screen and (min-width: 1000px){
.link_box a {
    width: calc(100% / 3 - 30px);
    margin-bottom: 0;
}
.link_box a:nth-last-child(-n+2) {
    margin-left: 45px;
}
.link_box a:hover {
    opacity: 0.8;
}
}




/*フッター*/
.footer {
    background-color: #e9fbeb;
    padding: 50px 0 35px;
}
.f_info {
    text-align: center;
}
.f_logo {
    display: inline-block;
}
.f_logo img {
    max-width: 400px;
    margin-bottom: 30px;
}
.f_ad_box {
    display: inline-block;
    margin-bottom: 30px;
}
p.f_ad {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
}
p.f_tel {
    font-size: 35px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    font-feature-settings: "palt";
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
}
p.f_tel a {
    color: #00aa14;
}
p.f_tel i {
    font-size: 28px;
    margin-right: 5px;
    vertical-align: 1px;
}
p.f_tel span {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    margin-left: 5px;
    vertical-align: 1px;
    font-feature-settings: "palt";
}
p.f_fax {
    font-size: 25px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
}
p.f_fax a {
    color: #00aa14;
}
a.f_link {
    color: #fff;
    background-color: #00aa14;
    border-radius: 999px;
    padding: 15px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
a.f_link:after {
    color: #fff;
    font-family: "FontAwesome";
    content: "\f138";
    margin-top: 2px;
    margin-left: 7px;
    transition: all 0.2s ease;
}
.f_sns_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.f_sns_icon img {
    width: 35px;
    display: inline-block;
}
.f_sns_icon:last-child img {
    margin-left: 25px;
}
.footmap {
    text-align: center;
}
.footmap iframe {
    width: 100%;
    height: 250px;
    max-width: 500px;
    border: 0;
    margin-bottom: 30px;
}
.copy_box {
    background-color: #00aa14;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.copyright {
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 768px){
.footer {
    padding: 50px 0 35px;
}
.footmap iframe {
    height: 300px;
    max-width: 700px;
}
}
@media screen and (min-width: 1000px){
.footer {
    padding: 80px 0 30px;
}
.f_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.f_info {
    width: 50%;
    margin-bottom: 0;
}
.f_info p {
    text-align: left;
}
.f_logo img {
    margin-bottom: 35px;
}
.f_ad_box {
    margin-bottom: 35px;
}
.f_info {
    text-align: left;
}
p.f_ad {
    font-size: 18px;
    margin-bottom: 20px;
}
p.f_tel {
    font-size: 40px;
}
p.f_fax {
    font-size: 25px;
}
a.f_link:hover {
    background-color: #00960a;
}
a.f_link:hover:after {
    transform: translateX(5px);
}
.footmap {
    width: calc(50% - 75px);
}
.footmap iframe {
    height: 300px;
    margin-bottom: 0;
}
.fm_box {
    width: 100%;
    display: flex;
	justify-content: space-between;
}
.fm_box ul {
    margin-right: 50px;
}
.fm_box ul:last-child {
    margin-right: 0px;
}
.fm_box li a {
    font-size: 17px;
}
ul.fm_child li {
    margin-bottom: 10px;
}
.fm01 {
    font-weight: 600;
}
.fm02 {
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.fm02:after {
    border-top: solid 1px #222;
    margin-left: 10px;
    content: "";
    flex-grow: 1;
}
ul.fm_child li.mfirst {
    margin-top: 12px;
}
ul.fm_child li.fm_sv_last {
    margin-bottom: 20px;
}
.fm_box i {
    margin-right: 5px;
    color: #00aa14;

}
.fm_box li a:hover {
    color: #00aa14;
}
.fm_box li a.fm02:hover {
    color: #222;
}

.f_sns_box {
    margin-top: 30px;
}
.f_sns_box a:hover {
    opacity: 0.8;
}
.copy_box {
    height: 80px;
}
p.copyright {
    font-size: 14px;
}
}


/* ページトップへ */
.page_top a {
    background-color: #ff8232;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    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 a i {
    font-size: 22px;
	color: #fff;
    margin-bottom: 15px;
}
.page_top a p {
    font-size: 12px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px){
.page_top a {
    left: auto;
    right: 10px;
}
}

/* SPメニュー */
/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
    height: 100%;
    overflow: hidden;
}
.header__trigger {
    background-color: #ff8232;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    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: 45px;
}
.header__trigger span:nth-child(2) {
    bottom: 37px;
}
.header__trigger span:nth-child(3) {
    bottom: 29px;
}
.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: "Jost", sans-serif;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0.05em;
}


/* SPメニューコンテンツ *
/* メニューのデザイン */
.global-SPnav {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(180deg, #fff, #dff7e1);
    background-color: #fff;
    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: 20px auto 90px;
    padding: 0 15px;
}
img.global-SPnav_logo {
    max-width: 350px;
    margin: 0 auto 20px;
}
.global-SPnav_box {
    margin-bottom: 30px;
}
.SP_contents_box {
    border-top: solid 1px #00aa14;
    padding-top: 30px;
    margin-bottom: 30px;
}
.SP_contents_box_in {

}
.c_box {
    background-color: #fff;
    border-bottom: solid 10px #00aa14;
    width: 100%;
    height: 110px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
img.c_pic {
    width: 45%;
    height: 100px;
}
h2.h2_SPmenu, h2.h2_SPmenu_tight {
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    font-weight: 500;
    color: #00aa14;
    width: 55%;
    margin-right: 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
}
h2.h2_SPmenu_tight {
    letter-spacing: 0;
}
.c_box i {
    font-size: 20px;
    color: #00aa14;
    position: absolute;
    top: calc((105px - 20px) / 2);
    right: 10px;
}
@media screen and (min-width: 499px){
h2.h2_SPmenu, h2.h2_SPmenu_tight {
    margin-right: 0;
    letter-spacing: 0.07em;
}
.c_box {
    height: 120px;
}
img.c_pic {
    height: 110px;
}
.c_box i {
    top: calc((110px - 20px) / 2);
    right: 15px;
}
}
@media screen and (min-width: 768px){
.SP_contents_box {
    padding-top: 40px;
    margin-bottom: 40px;
}
.SP_contents_box_in {
    display: flex;
    justify-content: space-between;
}
.c_box {
    width: calc(100% / 3 - 10px);
    height: 200px;
    margin-bottom: 0;
    flex-direction: column;
}
img.c_pic {
    width: 100%;
    height: 120px;
}
.c_box i {
    top: auto;
    bottom: 25px;
    right: 10px;
}
h2.h2_SPmenu, h2.h2_SPmenu_tight {
    width: 100%;
    height: 70px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.global-SPnav_in {
    max-width: 600px;
}
}
.SPnav_mother {
    border-bottom: solid 1px #bbb;
    margin-bottom: 0;
}
.SPnav_mother:first-of-type {
    border-top: solid 2px #bbb;
}
.SPnav_mother a {
    font-size: 17px;
    line-height: 55px;
    font-weight: 600;
    border-bottom: solid 1px #bbb;
    padding: 0 15px;
    display: block;
    position: relative;
}
.SPnav_mother span.p_m {
    display: block;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 14px;
    height: 2px;
    background-color: #00aa14;
    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: 55px;
}
.child_menu li i {
    color: #00aa14;
    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: inline-flex;
    margin: 20px 0;
}
.SPnav_sns_icon {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.SPnav_sns_icon:last-child {
    margin-left: 30px;
}
.SPnav_sns_icon img {
    width: 30px;
}



/* フォーム・お電話でのお問い合わせ */
.g_info {
    background-color: #e9fbeb;
    border: solid 2px #00aa14;
    padding: 25px 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}
p.g_title {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #00aa14;
    border-bottom: solid 2px #00aa14;
    margin: 0 auto 25px;
    padding: 10px;
    display: block;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
}
.g_link {
    color: #e9fbeb;
    background-color: #00aa14;
    border-radius: 999px;
    padding: 15px 30px;
    display: inline-block;
}
.g_link i {
    margin-left: 10px;
}
a.g_tel {
    font-size: 32px;
    line-height: 100%;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #00aa14;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0.03em;
}
a.g_tel i {
    font-size: 23px;
    margin-right: 5px;
    vertical-align: 2px;
}
a.g_tel span {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #222;
    margin-left: 5px;
    vertical-align: 1px;
    font-feature-settings: "palt";
}
/* .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%;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #00aa14;
    letter-spacing: 0.03em;
}

