/* サブページメイン画像とタイトル */
.subimg {
    display: flex;
    height: 150px;
}
.subtext {
    width: 55%;
    background: linear-gradient(135deg, #f5ffe8, #e1efd4);
    padding: 10px 15px 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
h1.h1_sub {
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    text-align: center;
    color: #80c525;
    margin-bottom: 10px;
}
img.h1_sub_giza {
    height: 8px;
    object-fit: contain;
}
.subpic {
    width: calc(45% + 5.5%);
    margin-left: -5.5%;
}
img.sub_p {
    height: 150px;
	object-fit: cover;
}
@media screen and (min-width: 599px){ 
.subimg {
    height: 180px;
}
.subtext {
    width: 45%;
}
h1.h1_sub {
    margin-bottom: 15px;
}
img.h1_sub_giza {
    height: 10px;
}
.subpic {
    width: calc(55% + 4.5%);
    margin-left: -4.5%;
}
img.sub_p {
    height: 180px;
}
}
@media screen and (min-width: 768px){ 
.subimg {
    height: 220px;
}
.subtext {
    width: 40%;
}
h1.h1_sub {
	font-size: 21px;
}
.subpic {
    width: calc(60% + 4%);
    margin-left: -4%;
}
img.sub_p {
    height: 220px;
}
}
@media screen and (min-width: 1000px){ 
.subimg {
    height: 300px;
}
h1.h1_sub {
	font-size: 26px;
}
img.sub_p {
    height: 300px;
}
}


/* サブボックス */
.subbox {
    padding: 50px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subbox_p {
    padding: 50px 0 100px;
}
@media screen and (min-width: 1000px) {
.subbox {
    padding: 80px 0;
}
.subbox_p {
    padding: 80px 0 150px;
}
}


/* 2カラム */
.clm_box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
.clm_boxL {
    margin-bottom: 60px;
}
.clm_boxR {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 80px;
}
@media screen and (min-width: 1000px) {
.clm_box {
    justify-content: space-between;
    flex-direction: row;
}
.clm_boxL {
    width: 240px;
    margin-bottom: 80px;
}
.clm_boxR {
    width: calc(100% - 240px - 50px);
    margin-left: 50px;
    gap: 80px;
}
.stick {
    position: sticky;
    top: 100px;
}
}
@media screen and (min-width: 1100px) {
.clm_boxL {
    width: 260px;
}
.clm_boxR {
    width: calc(100% - 260px - 60px);
    margin-left: 60px;
}
}
@media screen and (min-width: 1200px) {
.clm_boxL {
    width: 300px;
    margin-bottom: 100px;
}
.clm_boxR {
    width: calc(100% - 300px - 75px);
    margin-left: 75px;
    margin-bottom: 100px;
    gap: 100px;
}
}

/* 左カラム */
/* メニューリスト */
.stick_in {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}
.visually_hidden { /* スクリーンリーダー用の魔法のテクニック */
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.clm_article {
    font-size: 17px;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: linear-gradient(30deg, #80c525, #76bb1b);
    padding: 10px 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
ul.clm_list li {
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
a.clm_title {
    font-size: 18px;
    line-height: 130%;
    border-bottom: solid 1px #80c525;
    background-color: #fff;
    padding: 15px;
    display: block;
    position: relative;
}
a.clm_title::before{
	content:"";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 30px;
	height: 1px;
	background:#333;
    transition: all 0.2s ease-in-out;
}
a.clm_title::after{
	content:"";
	position: absolute;
    top: calc(50% - 10px);
    right: 20px;
	width: 1px;
	height: 10px;
	background:#333;
    transform:skewX(45deg);
    transition: all 0.2s ease-in-out;
}

ul.clm_list li:last-of-type {
    margin-bottom: 0;
}
ul li:last-of-type a.clm_title {
    margin-bottom: 0;
}
a.clm_title.tit_now {
    background-color: #ebf9de;
}
@media screen and (min-width: 1000px){
.clm_article {
    font-size: 18px;
}
a.clm_title {
    padding: 15px 10px;
}
a.clm_title:hover {
    color: #80c525;
}
a.clm_title::before{
    width: 25px;
	right: 10px;
}
a.clm_title::after{
    top: calc(50% - 7px);
    right: 15px;
	height: 7px;
}
a.clm_title:hover::before{
	right: 5px;
    background:#80c525;
}
a.clm_title:hover::after{
	right: 10px;
    background:#80c525;
}
}
@media screen and (min-width: 1200px){
a.clm_title {
    padding: 20px 15px;
}
a.clm_title::before{
	right: 15px;
	width: 30px;
}
a.clm_title::after{
    top: calc(50% - 10px);
    right: 20px;
	height: 10px;
}
a.clm_title:hover::before{
	right: 10px;
}
a.clm_title:hover::after{
	right: 15px;
}
}


/* 右カラム */

/* サブページタイトル */
h2.h2_sub_title01, 
h2.h2_sub_title01_sub01, 
h2.h2_sub_title01_sub02 {
    font-size: 19px;
    line-height: 140%;
    font-weight: 700;
    text-align: left;
    padding: 10px;
    margin-bottom: 15px;
    display: block;
    position: relative;
}
h2.h2_sub_title01 {
    color: #80c525;
    background: linear-gradient(90deg, #f5ffe8, #e6f4d9);
    border: solid 1px #80c525;
    border-left: solid 10px #80c525;
}
h2.h2_sub_title01_sub01 {
    color: #ff842d;
    background: linear-gradient(90deg, #fff5e0, #fdead6);
    border: solid 1px #ff842d;
    border-left: solid 10px #ff842d;
}
h2.h2_sub_title01_sub02 {
    color: #36a9ff;
    background: linear-gradient(90deg, #eafcff, #def0ff);
    border: solid 1px #36a9ff;
    border-left: solid 10px #36a9ff;
}
.sub_title_tri01, .sub_title_tri02, 
.sub_title_tri01_sub01, .sub_title_tri02_sub01, 
.sub_title_tri01_sub02, .sub_title_tri02_sub02 {
    width: 20px;
    height: 20px;
    position: absolute;
}
.sub_title_tri01, .sub_title_tri02 {
    background-color: #80c525;
}
.sub_title_tri01_sub01, .sub_title_tri02_sub01 {
    background-color: #ff842d;
}
.sub_title_tri01_sub02, .sub_title_tri02_sub02 {
    background-color: #36a9ff;
}
.sub_title_tri01, 
.sub_title_tri01_sub01, 
.sub_title_tri01_sub02 {
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.sub_title_tri02, 
.sub_title_tri02_sub01, 
.sub_title_tri02_sub02 {
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (min-width: 768px) {
h2.h2_sub_title01, 
h2.h2_sub_title01_sub01, 
h2.h2_sub_title01_sub02 {
    font-size: 20px;
    padding: 10px 15px;
    margin-bottom: 25px;
}
}
@media screen and (min-width: 1100px) {
h2.h2_sub_title01, 
h2.h2_sub_title01_sub01, 
h2.h2_sub_title01_sub02 {
    font-size: 22px;
    padding: 12px 15px;
    margin-bottom: 30px;
}
}


/* サブページ小見出し */
.sub_title01, 
.sub_title01_bk, 
.sub_title01_sub02 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sub_title01 {
    color: #80c525;
}
.sub_title01_bk {
    color: #333;
}
.sub_title01_sub02 {
    color: #36a9ff;
}
.sub_title02_sub02 {
    font-size: 16px;
    line-height: 150%;
    font-weight: normal;
    margin-top: 5px;
    display: block;
}
.sub_title03_sub02 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
.sub_title01, 
.sub_title01_bk, 
.sub_title01_sub02 {
    font-size: 18px;
}
.sub_title02_sub02 {
    font-size: 18px;
}
.sub_title03_sub02 {
    font-size: 19px;
}
}
@media screen and (min-width: 1100px) { 
.sub_title01, 
.sub_title01_bk, 
.sub_title01_sub02 {
    font-size: 19px;
}
.sub_title02_sub02 {
    font-size: 20px;
}
.sub_title03_sub02 {
    font-size: 20px;
}
}

/* フレックスボックス */
.sub_flex01 {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.sub_flex02 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sub_flex03 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 50px;
}
.sub_flex04 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.sf03 {
    margin-right: 20px;
}
.sf04 img {
    max-width: 400px;
}
@media screen and (min-width: 599px){
.sub_flex04 {
    justify-content: flex-start;
}
.sf04 {
    width: calc(50% - 15px);
}
}
@media screen and (min-width: 768px){
.sub_flex01 {
    gap: 30px;
}
.sub_flex02 {
    gap: 30px;
}
}
@media screen and (min-width: 1100px){
.sub_flex01 {
    flex-direction: row;
    gap: 40px;
}
.sf01_L {
    width: 50%;
}
.sf01_R {
    width: 50%;
}
.sub_flex03 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 50px;
}
}
@media screen and (min-width: 1200px){
.sub_flex02 {
    gap: 35px;
}
}

/* 背景系 */
.sb_bd01 {
    border: solid 1px #80c525;
    padding: 20px 15px;
}
.sb_bg01 {
    background-color: #f5ffe8;
    padding: 15px;
}
.sb_bg_sub02 {
    background-color: #eafcff;
    padding: 15px;
}
@media screen and (min-width: 768px){
.sb_bd01 {
    padding: 25px 30px;
}
.sb_bg01 {
    padding: 25px 30px;
}
.sb_bg_sub02 {
    padding: 25px;
}
}
@media screen and (min-width: 1000px){

}
@media screen and (min-width: 1200px){
.sb_bd01 {
    padding: 30px 40px;
}
.sb_bg01 {
    padding: 30px 40px;
}
}

/* ただの箱系 */
.bd_box {
    border: solid 1px #80c525;
    width: 100%;
    padding: 15px 10px;
}
@media screen and (min-width: 768px){
.bd_box {
    padding: 20px;
}
}
@media screen and (min-width: 1000px){
}


.privacy_box {
    border: solid 2px #80c525;
    padding: 10px;
}

@media screen and (min-width: 768px){
.privacy_box {
width: 50%;
}
}



/* サービス */
.sc_box {
    border-bottom: solid 1px #80c525;
    padding-bottom: 20px;
}
.sc_box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
@media screen and (min-width: 768px){
.sc_box {
    padding-bottom: 25px;
}
}
@media screen and (min-width: 1200px){
.sc_box {
    padding-bottom: 30px;
}
}


h3.h3_sub_sc {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    color: #80c525;
    padding-left: 14px;
    margin-bottom: 10px;
    position: relative;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
h3.h3_sub_sc:before {
    content: '';
    width: 8px;
    height: 18px;
    background-color: #80c525;
    position: absolute;
    top: 1px;
    left: 0;
}
@media screen and (min-width: 768px){
h3.h3_sub_sc {
    font-size: 19px;
}
h3.h3_sub_sc:before {
    height: 19px;
}
}
@media screen and (min-width: 1200px){
h3.h3_sub_sc {
    font-size: 20px;
}
h3.h3_sub_sc:before {
    height: 20px;
}
}


/* フローチャート */
.flowchart {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.flow_box {
    border: solid 1px #bbb;
    padding: 45px 15px 30px;
    position: relative;
}
.fb01::after, .fb02::before {
	position: absolute;
	bottom: -21px;
	left: 50%;
	content: "";
	width: 1px;
	height: 36px;
	background-color: #80c525;
}
.fb02::after, .fb03::after {
	position: absolute;
	top: -21px;
	left: 50%;
	content: "";
	width: 1px;
	height: 36px;
	background-color: #80c525;
}

.fb_step_box {
    background-color: #80c525;
    width: 105px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.fb_step {
    font-size: 15px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
}
.fb_no {
    font-size: 26px;
    margin-left: 2px;
    vertical-align: -1px;
}
.fb_title {
    font-size: 20px;
    line-height: 140%;
    font-weight: bold;
    color: #80c525;
    margin-bottom: 5px;
}
.fb_txt {
    line-height: 150%;
}

@media screen and (min-width: 768px){
.flowchart {
    gap: 50px;
}
.flow_box {
    padding: 55px 30px 40px;
}
.fb01::after, .fb02::before {
	bottom: -26px;
	height: 41px;
}
.fb02::after, .fb03::after {
	top: -26px;
	height: 41px;
}
.fb_step_box {
    width: 120px;
    height: 40px;
}
.fb_step {
    font-size: 17px;
}
.fb_no {
    font-size: 28px;
}
.fb_title {
    font-size: 21px;
}
}
@media screen and (min-width: 1200px){
.flow_box {
    padding: 60px 50px 45px;
}
.fb_title {
    font-size: 22px;
    margin-bottom: 10px;
}
}


/* 施設長ごあいさつ・理念 */
p.boss_mes {
    line-height: 190%;
    margin-bottom: 20px;
}
h3.h3_sub_philo {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    text-align: left;
    border-bottom: solid 3px #80c525;
    padding-bottom: 7px;
    margin-bottom: 20px;
    display: inline-block;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
ul.philo_li li {
    font-size: 17px;
}
@media screen and (min-width: 768px){
ul.philo_li li {
    font-size: 18px;
}
}
@media screen and (min-width: 1000px){
p.boss_mes {
    line-height: 220%;
    margin-bottom: 30px;
}
h3.h3_sub_philo {
    font-size: 22px;
}
}


/* 個人情報保護方針 */
.sub_pp p, .sub_pp li {
    font-size: 15px;
    text-align: justify;
}
.sub_pp p.right {
    text-align: right;
}
@media screen and (min-width: 1000px){
.sub_pp p, .sub_pp li {
    font-size: 16px;
}
}



/* フロアマップ */
.floormap {
    max-width: 600px;
}


/* アクセス */
.accsmap iframe {
    width: 100%;
    height: 300px;
    border: 0;
}
.accsmap_img {
    max-width: 700px;
}
@media screen and (min-width: 390px){
h3.h3_sub_ac {
    letter-spacing: 0.05em;
}
}
@media screen and (min-width: 768px){
.accsmap iframe {
    height: 400px;
}
}
@media screen and (min-width: 1000px){
.accsmap iframe {
    height: 500px;
}
}


/* 採用情報 */
.link_pic:hover {
    opacity: 0.8;
}


/* サブペのTEL */
a.sub_tel {
    font-size: 32px;
    line-height: 100%;
	font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #ff842d;
    pointer-events: none;
    letter-spacing: 0.03em;
}
a.sub_tel i {
	font-size: 24px;
	margin-right: 5px;
    vertical-align: 2px;
}
a.sub_tel_big {
    font-size: 36px;
    line-height: 100%;
	font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #64b414;
    pointer-events: none;
    letter-spacing: 0.05em;
}
a.sub_tel_big i {
	font-size: 28px;
	margin-right: 5px;
    vertical-align: 2px;
}


/* リンクボタン */
.sub_link_btn01, 
.sub_link_btn02 {
    font-size: 17px;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
    border: solid 1px #ddd;
    width: 280px;
    padding: 12px 25px 12px 15px;
    position: relative;
    display: inline-block;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transition: all 0.2s ease-in-out;
}
.sub_link_btn01 {
    color: #fff;
    background-color: #80c525;
}
.sub_link_btn02 {
    color: #fff;
    background-color: #ff842d;
}
/*矢印と下線の形状*/
.sub_link_btn01::before, 
.sub_link_btn02::before {
	content:"";
	position: absolute;
	top: 50%;
	right: -20px;
	width: 35px;
	height: 1px;
	background:#333;
    transition: all 0.2s ease-in-out;
}
.sub_link_btn01::after, 
.sub_link_btn02::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){
.sub_link_btn01, .sub_link_btn02 {
    width: 300px;
    padding: 15px 25px 15px 15px;
}
.sub_link_btn01::after, 
.sub_link_btn02::after {
    top: 28%;
}
}
@media screen and (min-width: 1000px){
.sub_link_btn01:hover {
    background-color: #94d939;
}
.sub_link_btn02:hover {
    background-color: #ff9c45;
}
.sub_link_btn01:hover::before, 
.sub_link_btn02:hover::before {
	right: -25px;
}
.sub_link_btn01:hover::after, 
.sub_link_btn02:hover::after {
	right: -20px;
}
}




/* table */
.tbl500 {
    max-width: 500px;
}
.tbl700 {
    max-width: 700px;
}

/* table01一生横並び */
.tbl01 {
	border: solid 1px #80c525;
}
.tbl01 th, .tbl01 td {
    padding: 10px;
    border-bottom: solid 1px #80c525;
    font-feature-settings: "palt";
}
.tbl01 tr:last-of-type th, 
.tbl01 tr:last-of-type td {
    border-bottom: 0;
}

.tbl01 th {
    font-weight: 700;
    text-align: center;
    color: #80c525;
    background-color: #ebf9de;
    border-right: solid 1px #80c525;
    white-space: nowrap;
}
.tbl01 th.th00 {
}
.tbl01 th.th01 {
    color: #fff;
    background-color: #80c525;
    border-bottom: solid 1px #ebf9de;
}
.tbl01 tr:last-of-type .th01 {
    border-bottom: 0;
}
.tbl01 th.th02 {
    color: #fff;
    background-color: #80c525;
    border-right: solid 1px #80c525;
    border-bottom: solid 1px #80c525;
}
.tbl01 th.th03 {
    font-size: 15px;
}

.tbl01 td {
    line-height: 140%;
    text-align: justify;
    background-color: #fff;
}
.tbl01 td.td01 {
    text-align: center;
    color: #80c525;
    background-color: #ebf9de;
    border-right: solid 1px #80c525;
    border-bottom: solid 1px #80c525;
}
a.tbl_tel {
	font-size: 28px;
    line-height: 100%;
	font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #80c525;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
.tbl01 th, .tbl01 td {
    padding: 15px;
}
}



/* lightbox01 img-img[画像大量並べlightbox] */
.lightbox01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.lightbox01_img {
    position: relative;
}
.lightbox01_img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.zoom01 {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.lightbox01_img i {
    font-size: 22px;
    color: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
p.p_cap {
    font-feature-settings: "palt";
}
@media screen and (min-width: 768px){
.lightbox01 {
    gap: 30px;
}
}
@media screen and (min-width: 1000px){
.lightbox01 {
    gap: 40px;
}
.lightbox01_img a img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.lightbox01_img a:hover img {
    transform: scale(1.02);
    filter: brightness(0.8);
}
}
/* lightbox01ここまで --- */



