@charset "utf-8";
/*
Theme Name: cpstyle
Version: 2.0
*/

/*----------------------------------------
■共通設定
-----------------------------------------*/



html{
font-size:62.5%;
}

body{
 font-size:1.6rem;/* 16px*/
}



body, h1, h2, h3, h4, h5, h6, p, td, th, ol, ul, li, dl, dt, dd, form, pre{
	margin:0;
	padding:0;
font-family: "avenir-next-lt-pro", 'Noto Sans JP', sans-serif;
 font-weight: 500;
		font-size: 1.6rem;
	color:#111;
letter-spacing:0.02em;
	word-break:break-all;
	word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}

p {
	margin-bottom:18px;
}


@media screen and (max-width: 768px) {
p {
	font-size: 1.6rem;
}
}


body{
	background-color:#FFF;
	line-height:2;
}

@media screen and (max-width: 768px) {
body{
	line-height:1.8;
}
}


#wrapper {
    position: relative;
    overflow: hidden;
}

ul,li{
list-style:none;
}




table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
}
img {
max-width:100%;
	vertical-align:bottom;
	border: none;
}

a:link {
-webkit-transition: all .3s;
	transition: all .3s;
opacity:1;
	color: #111;
	text-decoration:underline;
}
a:visited {
color: #111;
}
a:active,
a:hover {
opacity:0.6;
color: #111;
	text-decoration:none;
}


h2{
}



h3{
}




/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

.pagetop{
background:#FFF;
width:100%;
height:66px;
margin:0;
}
.pagetop a{
font-size:10px;
width:100%;
line-height:66px;
display:block;
text-decoration:none;
text-align:center;
letter-spacing:0.08em;
}
.pagetop span{
background:url(/wp/wp-content/uploads/pagetop.png) no-repeat 0 4px;
background-size:9px;
padding-left:14px;
}

.alignright{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.alignleft{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.aligncenter{
	clear:both;
	display:block;
	margin:25px auto;
}
.postmeta{
	clear:both;
}
.post {
	zoom:1;
}
.post .post{
	margin:10px;
}
#breadNavi .post:after{
	content:"";
	display:inline-block;
	clear:both;
}

.post:after{
	content:"";
	display:block;
	clear:both;
}

.wp-pagenavi{
	margin-top:20px;
	clear:both;
}





/*----------------------------------------
■ヘッダー
-----------------------------------------*/


#parallax-bg {
  width: 90vw;
  height: 90vw;
  position: absolute;
  top: -5vw;
  right: -20vw;
  background: url(/wp-content/uploads/mark-bg.svg) no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.04;
  pointer-events: none;
}




/* =========================
   全体構造
========================= */
.header-area {
  width: 100%;
  position: relative;
  font-family: "Helvetica Neue", sans-serif;
  color: #fff;
    overflow: hidden;
}

.post-type-archive-store .header-area::before {
content:"";
position:absolute;
width:100%;
height:100%;
display:block;
top:0;
    background: #3695ca;
    z-index: -2;
-webkit-transition: all .3s;
	transition: all .3s;
}
.page-id-20 .header-area::before {
content:"";
    background: #f18f43;
position:absolute;
width:100%;
height:100%;
display:block;
top:0;
    z-index: -2;
}


/* =========================
   ヘッダー上部バー（ロゴ・ナビ・ボタン）
========================= */
.headerbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    position: relative;
    box-shadow: 0 0 16px #00000014;
    border-radius: 50px;
    z-index: 10;
    margin: 20px 5vw 0;
    gap: 40px;
    position: fixed;
    background: #fffffffa;
    z-index: 9998;
box-sizing:border-box;
    width: calc(100% - 10vw);
    max-height: 86px;
transition: all 0.3s ease;
}



#logo{
flex:1;
}

/* ロゴ */
#logo img{
width:220px;
height:auto;
}

/* ナビゲーション */
.main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav li {
  margin: 0 1.4vw;
}
.main-nav a {

  text-decoration: none;
  font-size: 1.6rem;
  transition: opacity 0.3s ease;
}
.main-nav a:hover {
  opacity: 0.7;
}

/* 採用ボタン */
.recruit-btn .btn {
    display: inline-block;
    background: #f18f43;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    line-height: 1.6;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none;
    transition: background 0.3s ease;
}
.recruit-btn .btn:hover {

}



#g-nav {
    width: auto;  /* 幅指定解除 */
}



/*==================================================
　5-2-6 3本線が回転して×に
===================================*/



/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
       position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
	background: #1e2b3d;
color:#1e2b3d;
    mix-blend-mode: difference;
  }



.openbtn span:nth-of-type(1) {
	top:15px;	
  	width: 45%;
}

.openbtn span:nth-of-type(2) {
	top:23px;
  	width: 35%;
}

.openbtn span:nth-of-type(3) {
	top:31px;
  	width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;

}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;

}


.openbtn.active{
}


.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
display:block;
      position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 9999;
}


#g-nav-contents {
   background: #fffffff7;
    position: relative;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
}

#g-nav {
       position: fixed;
    z-index: 999;
    top: 0;
    opacity: 0;
    left: auto;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translate(0%, 0%);
    visibility: hidden;
    transition: all 0.2s;
    opacity: 0;
    z-index: -10;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-20%);
}
#g-nav-area {
    text-align: center;
    z-index: 999;
    width: 100%;
    transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
}
#g-nav ul#navi-list{
  margin-right: 0;
        margin-bottom: 0px;
        display: block;
        height: auto;
        text-align: center;
}



#g-nav.panelactive ul#navi-list li#nav1{
    transition-delay: .1s;
}
#g-nav.panelactive ul#navi-list li#nav2{
    transition-delay: .2s;
}
#g-nav.panelactive ul#navi-list li#nav3{
    transition-delay: .3s;
}
#g-nav.panelactive ul#navi-list li#nav4{
    transition-delay: .4s;
}
#g-nav.panelactive ul#navi-list li#nav5{
    transition-delay: .5s;
}
#g-nav.panelactive #recruit-sp-btn{
    transition-delay: .6s;
}





/* =========================
   ファーストビュー（スライド背景）
========================= */
.fv-area {
  position: relative;
  width: 100%;
  height: 100vh;
    min-height: 800px;
  overflow: hidden;
    border-radius: 0 0 100px 0;
    background: #FFF;
    z-index: 2;
}

/* Vegasスライド背景 */
#fv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.kakari-badge {
    position: absolute;
    right: 0;
    bottom: 5vw;
}


/* キャッチコピー＋バッジ */
.fv-content {
    z-index: 201;
    height: 100%;
    position: relative;
    margin: 0 5vw;
}

.fv-content h1 {
    position: absolute;
    left: 0;
    bottom: 5vw;
    font-size: 6vw;
    line-height: 1.4;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0px;
    text-shadow: 0 0 16px rgb(0 0 0 / 9%);
}

.kakari-badge img {
  width: 180px;
  max-width: 100%;
  display: inline-block;
}

#header-bm {
display:none;
}

#g-nav.panelactive {
 opacity: 1;
display:block;
visibility: inherit;
   pointer-events: auto;
 z-index: 8000;
 -webkit-overflow-scrolling: touch;
  transform: translateY(0%);
    }


#g-nav ul#navi-list > li {
    display: block;
    margin-right: 0px;
    list-style: none;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
    height: auto !important;
    line-height: 1.6 !important;
}
#g-nav ul#navi-list > li a{
    font-size: 2.4rem;
    text-decoration: none;
}


#g-nav ul#navi-list li,
#g-nav #recruit-sp-btn {
transition: all 0.4s;
    transform: translateX(200px);
    opacity: 0;
    -webkit-transform: translate3d(0px, 20px, 0);
}

#g-nav.panelactive ul#navi-list li,
#g-nav.panelactive #recruit-sp-btn {
transform: translateX(0);
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
}


.headerbar.panelactive {
    background: none;
    box-shadow: none;
}



/* =========================
   レスポンシブ対応（スマホ）
========================= */

@media screen and (max-width: 1200px) {
.headerbar {
    width: auto;
}
.main-nav {
    display: none;
}

#header-bm {
    right: 5vw;
    min-height: 86px;
    background: #FFF;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    position: relative;
    box-shadow: 0 0 16px #00000014;
    border-radius: 50px;
    z-index: 10;
    margin-top: 20px;
    gap: 40px;
    position: fixed;
    background: #fffffffa;
    z-index: 9998;
    box-sizing: border-box;
    max-height: 86px;
transition: all 0.3s ease;
}
#recruit-sp-btn .btn {
display:none;
}


}



@media screen and (max-width: 768px) {


#g-nav ul#navi-list > li a{
    font-size: 2rem;
}


#recruit-sp-btn .btn {
    display: inline-block;
    margin-top: 20px;
font-size: 2rem;
}



.fv-area {
    height: 100vh;
    max-height: 600px;
    min-height: auto;
    border-radius: 0 0 60px 0;
}
    .fv-content h1 {
        font-size: 3rem;
        width: 100%;
        left: 50%;
        top: 50%;
        bottom: auto;
        text-align: center;
        transform: translate(-50%, -50%);
    }

.recruit-btn .btn {
 display: none;
}
#logo img {
    width: 180px;
}
.headerbar {
   flex-wrap: wrap;
        padding: 10px 30px;
gap: 30px;
display: block;
        max-height: 52px;
}

#header-bm {
        min-height: 52px;
        padding: 0px 10px;
        max-height: none;
}


  .main-nav ul {
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
  }
  
  .main-nav.active ul {
    display: flex;
  }
  .kakari-badge img {
    width: 120px;
  }
}


/*----------------------------------------
■グローバルナビ
-----------------------------------------*/







/*----------------------------------------
■キャッチイメージ
-----------------------------------------*/


#fv-bg {
    display: block;
    width: 100%;
    height: 100% !important;
    min-height: 800px;
position: absolute;
top:0px;
transition: opacity 0.5s ease-out, height 0.5s ease-out;
 z-index: 1;
    overflow: hidden;
}

#fv-bg::before {
    content: "";
    background: #00000026;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    left: 0;
    z-index: 2;
}

#background-layer {
    position: fixed;
height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;  /* fv-bg よりも上に来るように調整する必要がある場合は、この値を変更 */
    background-color: transparent;  /* 初期は透明 */
  transition: opacity 0.5s ease-out;
}




#catcharea-area {
    padding: 130px 0 100px;
}
#catch-title span {
      font-size: 2em;
    margin-bottom: 10px;
    display: inline-block;
}
#catch-title {
      font-weight: 900;
    font-size: 5rem;
    line-height: 1.4;
    transition: all 0.2s;
}

.catch-date {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #c0c0c0;
    margin-top: 20px;
    line-height: 1.4;
}


.post-type-archive-store #catch-title,
.post-type-archive-store #breadNavi,
.post-type-archive-store #breadNavi a,
.page-id-20 #catch-title,
.page-id-20 #breadNavi,
.page-id-20 #breadNavi a,
.page-id-22 #catch-title,
.page-id-22 #breadNavi,
.page-id-22 #breadNavi a,
.single-store #catch-title,
.single-store #breadNavi,
.single-store #breadNavi a {
    color: #FFF;
}

.page-id-10 #catch-title span{
         color: #72bb37;
}
.news #catch-title{

}

.news #catch-title span,
.post-type-archive-staffblog #catch-title span{
 color: #7d5da4;
}


#breadNavi {
    text-align: right;
    font-size: 1.2rem;
margin-bottom: 0px;
}
#bread-area {
    margin-bottom: 40px;
}



@media screen and (max-width: 768px) {
#fv-bg{
min-height: auto;
}
#catcharea-area {
    padding: 100px 0 100px;
}
#catch-title {
    font-size: 2.4rem;
}

.catch-date {
    font-size: 1.6rem;
    margin-top: 10px;
}


}




/*----------------------------------------
■メイン
-----------------------------------------*/


#main{
    padding: 0px 0;
    position: relative;

}

.container{
padding:100px 0;
  position: relative;
}


.section{
       margin: 0 auto;
    position: relative;
    padding: 0 5vw;
}


@media screen and (max-width: 768px) {


.section{
       margin: 0 auto;
    position: relative;
    max-width: 100%;
    padding: 0 5vw;
}


#main{
  padding: 0px 0;
}

.container{
padding:60px 0;
}
}



/*----------------------------------------
■コンテンツ
-----------------------------------------*/

#contents-area{
width:1000px;
margin:0 auto;
}
#contents{
	width:700px;
	margin-right:50px;
	float:left;
}



/*----------------------------------------
■サイド
-----------------------------------------*/
#side_right{
	width:250px;
	float:right;
}



#side .sitenavi{
	background:#ffffff;
	list-style:none;
	padding:10px 7px;
	margin-bottom:15px;
}
#side .sitenavi a{
	background:url(/images/items/icon_link.gif) no-repeat left center;
	padding-left:17px;
	line-height:25px;
}

	
#recent-posts-3,
#categories-3,
#archives-3 {
border:solid 1px #EEE;
padding:20px;
margin-bottom:20px;
}

.side-title{
font-size:16px;
letter-spacing:0.08em;
text-align:center;
line-height:1;
margin-bottom:20px;
}

#recent-posts-3 ul li,
#categories-3 ul li,
#archives-3 ul li{
border-bottom:dashed 1px #EEE;
margin-bottom:10px;
padding-bottom:10px;
font-size:12px;
line-height:1.6;
}
#recent-posts-3 ul li:last-child,
#categories-3 ul li:last-child,
#archives-3 ul li:last-child{
border-bottom:none;
margin-bottom:0px;
padding-bottom:0px;
}







/*----------------------------------------
■facebook/twitter
-----------------------------------------*/
#tabs{
height:370px;
}

#tabs ul{
width: 200px;
margin-bottom:7px;
}
#tabs li{
margin:0;
padding:0;
}

#tabs #tab_facebook{
background:url(/images/side/bg_facebook.png) no-repeat;
display: block;
width:100px;
height:40px;
text-indent: -9999px;
outline-style:none;
}
#tabs .ui-tabs-selected #tab_facebook{
background:url(/images/side/bg_facebook_selected.png) no-repeat;
}

#tabs #tab_twitter{
background:url(/images/side/bg_twitter.png) no-repeat right top;
display: block;
width:100px;
height:40px;
text-indent: -9999px;
outline-style:none;
}
#tabs .ui-tabs-selected #tab_twitter{
background:url(/images/side/bg_twitter_selected.png) no-repeat right top;
}


.ui-tabs-hide { display: none; }
.ui-tabs {
margin: 10px 0 0 0;
}
.ui-tabs-nav {

list-style: none;
margin: 0;
padding: 0;

}
.ui-tabs-nav:after {
display: block;
clear: both;
content: " ";
}
.ui-tabs-nav li { 
float: left; 
font-weight: bold;
width: 99px;
}
.ui-tabs-nav a{
display: block;
}
.ui-tabs-nav a {
margin: 1px 0 0;
padding-left: 0;
text-align: center;
outline: 0;
text-decoration:none;
}
.ui-tabs-nav .ui-tabs-selected a {
position: relative;
top: 1px;
z-index: 2;
margin-top: 0;
color: #000;
}



.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link,
.ui-tabs-nav .ui-tabs-disabled a:visited { cursor: text; }
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover,
.ui-tabs-nav .ui-tabs-deselectable a:focus,
.ui-tabs-nav .ui-tabs-deselectable a:active { cursor: pointer; }
.ui-tabs-disabled { opacity: .4; }
.ui-tabs-panel { padding: 0; }
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-tabs-panel { width: 178px; border: 0px solid #ade500/*{borderColorActive}*/;}
.ui-tabs-panel img { border:none; }


/*----------------------------------------
■フッター
-----------------------------------------*/


/* ========== フッター全体 ========== */
#footer-area {
  background-color: #f9f9f9;
padding: 100px 0 40px;
    border-radius: 0 100px 0 0;
    position: relative;
    z-index: 10;
}

#footer {
  max-width: 1200px;
  margin: 0 auto;
}

/* ========== ヘッダー部 ========== */
#footer-head {
    display: flex;
    align-items: center;
    gap: 50px;
    text-align: left;
    margin-bottom: 80px;
}
#footer-logo{
    margin-bottom: 0;
}
#footer-logo img {
  width: 300px;
  height: auto;
}

#footer-name {
    margin-bottom: 0;
font-size:1.8rem;
    padding-right: 50px;
    border-right: solid 1px #000;
    line-height: 1.6;
}

#footer-info {
    margin-bottom: 0;
  font-size: 1.4rem;
    line-height: 1.4;
}

/* ========== ナビゲーション部 ========== */
#footer-nav {
  display: flex;
  justify-content: space-between;
 flex-wrap: nowrap; /* ← これが重要！折り返さない */
  gap: 40px;
  margin-bottom: 100px;
}

.footer-nav-box {
  flex: 1;
}

#footer-nav .footer-nav-box:nth-child(2) {
 flex: 3;
  white-space: normal; /* 折り返し可にしておく */
}

.footer-nav-name {
  margin-bottom: 10px;
    line-height: 1.6;
white-space: nowrap;
}

.footer-nav-name::before {
    content: "";
    width: 16px;
    height: 6px;
    background: #d3d3d3;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 6px;
    border-radius: 4px;
}


.footer-nav-name a {
  text-decoration: none;
}


.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
    line-height: 1.6;
font-size:1.4rem;
  margin-bottom: 5px;
}

.footer-nav-list li span {
    font-size: 0.88em;
}


.footer-nav-list li a {
color:#757575;
  text-decoration: none;
}

.footer-nav-list li a:hover {
}

/* ========== 店舗リスト（縦長） ========== */
.footer-nav-storelist {
  columns: 3; /* 2カラム表示 */
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .footer-nav-storelist {
    columns: 1; /* スマホでは1カラム */
  }
}

/* ========== フッター下部 ========== */
#footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 40px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

#footer-link {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 40px;
}
#footer-link li {
font-size:1.2rem;
line-height:1.6;
}

#footer-link li a {
  text-decoration: none;
}


address {
    font-style: normal;
    font-size: 1.1rem;
}


.scroll-top {
       position: absolute;
    top: revert-layer;
    right: 5vw;
    width: 64px;
    height: 64px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    }
.scroll-top a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

    .scroll-top::before {
   content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 6px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(-45deg);
    }


@media screen and (max-width: 768px) {

#footer-area{
    padding: 80px 0 40px;
border-radius: 0 60px 0 0;
}
#footer-head {
    display: block;
margin-bottom: 50px;
}
#footer-logo {
    margin-bottom: 20px;
}
#footer-logo img {
    width: 220px;
}

#footer-info {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
}

#footer-name {
   margin-bottom: 0px;
    display: inline-block;
        font-size: 1.4rem;
        padding-right: 12px;
        margin-right: 12px;
    vertical-align: middle;

}
#footer-nav {
    display: block;
    margin-bottom: 60px;
}
.footer-nav-box {
        font-size: 0;
    flex: 1;
    margin-bottom: 30px;
}
.footer-nav-list {
    font-size: 0;
}
.footer-nav-list li {
    display: inline-block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}
.footer-nav-list li:nth-child(even) {
margin-right: 0px;
}
.footer-nav-name:nth-child(even) {
    margin-right: 0;
}
.footer-nav-box {
        display: block;
        font-size: 0;
}

    .footer-nav-name {
        display: inline-block;
        width: calc((100% - 20px) / 2);
        white-space: normal;
        box-sizing: border-box;
font-size: 1.4rem;
    }
.scroll-top {
    width: 50px;
    height: 50px;
        bottom: 0;
}
.scroll-top::before {
    width: 10px;
    height: 10px;
}
#footer-bottom {
    display: block;
}
address {
        font-size: 1rem;
    margin-bottom: 20px;
}

#footer-link {
    gap: 20px;
}
#footer-link li {
    font-size: 1.1rem;
}


}


/*----------------------------------------
■トップページ
-----------------------------------------*/



#top-logo-mark img {
    width: 200px;
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#top-logo-mark {
    padding: 120px 0 20px;
    text-align: center;
}

#top-message-r {
    flex: 1;
    margin-right: -5vw;
}

#top-message-l {
    width: 60%;
}
#top-message-lr {
    display: flex;
    gap: 60px;
}

.top-midashi {
    font-size: 8rem;
    line-height: 1.2;
    font-weight: 800;
   margin-bottom: 0.4em;
}

.top-midashi-e{
 font-size: 0.4em;
    display: inline-block;
    margin-bottom: 14px;
}

#top-message-title .top-midashi-e, #top-message-title .top-midashi-c {
    color: #e4413a;
}


#top-message-lr {
    display: flex;
    gap: 80px;
}


#top-message-text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.3;
    margin-bottom: 0;
}

#top-message-l {
    max-width: 680px;
  min-width: 680px;
}
#top-message-r {
    flex: 1;
    margin-right: -5vw;
}

#top-message-img {
    width: auto;
    overflow: hidden;
    border-radius: 100px 0 0 0;
}
#top-message-img img {
    width: 100%;
    height: 100%;
    min-height: 800px;
    max-height: 1000px;
    object-fit: cover;
}

#top-news-area {
    background: #f8f7f7;
    border-radius: 0 100px 0 0;
}

.top-blog-head {
    position: relative;
}

#top-blog-viewmore {
    position: absolute;
    right: 0;
    bottom: 0;
}


.top-blog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-top: 40px;
}

.top-blog-list article {
    flex: 1;
}


.top-blog-list article a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.top-blog-img{
width:100%;
    aspect-ratio: 4 / 3;
  border-radius: 6px;
overflow:hidden;
    margin-bottom: 20px;
}
.top-blog-img img {
  width: 100%;
height:100%;
 object-fit:cover;
}

.blog-date {
      font-weight: 700;
    color: #c0c0c0;
    font-size: 1.8rem;
    margin-bottom: 6px;
    line-height: 1.4;
}

.blog-title {
  font-size: 1.8rem;
  line-height: 1.4;
   margin-bottom: 0px;
}




#top-works-title .top-midashi-e, #top-works-title .top-midashi-c {
    color: #72bb37;
}

#top-store-title .top-midashi-e, #top-store-title .top-midashi-c {
    color: #3695ca;
}

#top-recruit-title .top-midashi-e, #top-recruit-title .top-midashi-c {
    color: #f18f43;
}
#top-recruit-title.top-midashi{
font-size: 4.2rem;
}


.top-midashi-text {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 60px;
}

#top-works-box-area {
padding: 100px 5vw;
    margin: 0 -5vw;
    position: relative;
}
#top-works-box-area::before {
    background: #72bb37;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: -2;
    left: 0;
    top: 0;
    border-radius: 0 0 0 100px;
}

#top-works-box34 {
    display: flex;
    gap: 20px;
}
#top-works-box3, #top-works-box4 {
    flex: 1;
}

#top-works-box34 .top-works-title {
    font-size: 3rem;
}

/* 各セクションの大枠 */
.top-works-box-sec {
margin-bottom: 80px;
    position: relative;
    display: flex;
    align-items: start;
    gap: 60px;
}

#top-works-box1 {
    margin-right: -5vw;
    border-radius: 12px 0 0 12px;
}

#top-works-box2 {
    margin-right: -5vw;
    border-radius: 12px 0 0 12px;
}

/* セクションタイトル（縦書き風） */
.top-works-midashi-area {
    writing-mode: vertical-rl;
    text-align: center;
    color: #fff;
}


/* 02だけ reverse にして、h3を右に、内容を左に */
#top-works-02-area {
  flex-direction: row-reverse;
    margin-bottom: 0;
}
#top-works-box5 {
    margin-left: -5vw;
    border-radius: 0 12px 12px 0;
}



.top-works-midashi {
    font-weight: 900;
    font-size: 7rem;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    color: #FFF;
}

.top-works-midashi span {
      display: inline-block;
    transform: rotate(-90deg);
    font-size: 4.8rem;
    text-align: center;
    vertical-align: 8px;
}

/* ボックスの並び */
.top-works-box-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* 各取り組みボックス */
.top-works-box {
  display: flex;
    flex-wrap: wrap;
    gap: 50px;
  flex: 1 1 100%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
padding: 5vw;
}

.top-works-imgbox {
  flex: 1;
  max-width: 45%;
}


.top-works-textbox {
  flex: 1;
    position: relative;
    padding-bottom: 80px;
}

.top-works-catch {
    font-size: 1.6rem;
    color: #82c341;
    margin-bottom: 12px;
    line-height: 1.6;
}

.top-works-title {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.3;
}

.top-works-text {
    font-size: 1.6rem;
    line-height: 2;
    margin: 0;
}

#top-works-area {
    padding-bottom: 0;
}

.top-works-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-works-img {
    width: calc(100% + 5vw);
    height: calc(100% + 10vw);
    min-height: 300px;
    background: #DDD;
    margin-top: -5vw;
    margin-bottom: -5vw;
    margin-left: -5vw;
}

.top-works1-oimg {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 30px;
}
.top-works1-oimg li {
    flex: 1;
aspect-ratio: 4 / 3;
}
.top-works1-oimg li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.top-works-viewmore {
    position: absolute;
     bottom: 0;
    right: 0;
}



#top-recruit-contents {
    display: flex;
    gap: 50px;
    margin: 0 -5vw;
}
#top-recruit-imgbox1 {
    width: 40%;
}

#top-recruit-textbox {
    width: 35%;
}
#top-recruit-imgbox2 {
    width: 25%;
    margin-top: 160px;
    margin-bottom: 100px;
}

.top-recruit-img {
    width: 100%;
    height: 100%;
    background: #DDD;
}

#top-recruit-imgbox1 .top-recruit-img {
    min-height: 540px;
}

.top-recruit-img img{
    width: 100%;
    height: 100%;
object-fit:cover;
}

#top-recruit-text {
    margin-bottom: 40px;
}

#top-recruit-e {
    margin-bottom: 40px;
}


.view-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 1em;
    text-decoration: none !important;
  font-weight: bold;
font-size: 1.6rem;
}

.view-more-btn .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.view-more-btn .circle::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
}

.view-more-btn:hover .circle {
    transform: scale(1.1);
}


.view-more-btn .arrow {
text-indent: -9999px;
}

.view-more-btn:hover .arrow {
  transform: translateX(3px);
}

/* 色ごとのバリエーション */
.view-more-btn.orange .text {
color:#f18f43;
}
.view-more-btn.orange .circle {
background:#f18f43;
}
.view-more-btn.purple .text {
color:#7d5da4;
}
.view-more-btn.purple .circle {
background:#7d5da4;
}


.view-more-btn.green .text {
color:#72bb37;
}
.view-more-btn.green .circle {
background:#72bb37;
}

.view-more-btn.blue .text {
color:#3695ca;
}
.view-more-btn.blue .circle {
background:#3695ca;
}



#top-news-box{
  background: #fff;
  border-radius: 16px;
padding: 100px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

#top-news-topics {
    margin-bottom: 60px;
    display: flex;
    gap: 100px;
}
#top-topics-title {
    margin-bottom: 40px;
}
.top-news-head {
    min-width: 180px;
    position: relative;
}

.top-topics-list {
    flex: 1;
}
.top-topics-list li {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news-date {
    font-weight: 700;
    color: #c0c0c0;
    font-size: 1.8rem;
}
.news-tag {
    display: inline-block;
    background: #c0c0c0;
    padding: 2px 10px;
    border-radius: 20px;
    line-height: 1.6;
    color: #FFF;
}
.news-date, .news-tag {
    flex-shrink: 0;
}

.news-title {
    font-size: 1.8rem;
    flex-grow: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-topics-list li a {
    display: flex;
    align-items: center;
    gap: 2rem;
    text-decoration: none !important;
}


.top-news-midashi {
    font-size: 4.2rem;
}
.top-news-midashi .top-midashi-e {
color:#7d5da4;
}


.info-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.info-label {
  font-size: 14px;
  font-weight: bold;
  color: #6e44c6; /* パープル */
  margin: 0;
}

.info-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}

.info-more {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #6e44c6;
  text-decoration: none;
}

.info-more .arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #6e44c6;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}

/* お知らせ（リスト） */
.info-list {
  border-top: 1px solid #eee;
}

.info-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 16px 0;
  gap: 12px;
  font-size: 14px;
}

.info-date {
  font-weight: bold;
  color: #aaa;
  min-width: 90px;
}

.info-tag {
  background-color: #f2f2f2;
  border-radius: 20px;
  font-size: 12px;
  padding: 4px 12px;
  color: #333;
  white-space: nowrap;
}

.info-list a {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}

.info-list a:hover {
  color: #6e44c6;
}

/* ブログカード（画像3列） */
.info-blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.info-blog-list article {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
}

.info-blog-list img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}


.info-blog-list a {
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}

.info-blog-list a:hover {
  transform: scale(1.02);
}


.top-store-slider {
}
.store-card {
    margin-right: 20px;
    text-align: left;
    border-right: solid 2px #EEE;
    padding-right: 20px;
}

.store-slide:last-child .store-card {
    border-right: none;
}

.storecat-nursing-care .top-store-slider .slick-track {
    margin: 0;
}


.single-store .top-store-slider {
    margin-bottom: 20px;
}

.store-card a{
text-decoration:none;
}
.store-card img {
  width: 100%;
  height: auto;
}
.store-info {
  padding: 16px;
}
.store-label {
display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-size: 1.4rem;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 0px;
    line-height: 1.4;
}
.label-pharmacy {
    background: #3695ca;
}
.label-nursing-care {
    background: #e4413a;
}


.store-info-namebar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.store-name {
    line-height: 1.4;
  font-size: 2rem;
}
.store-name span{
  font-size: 1.6rem;
margin-right:2px;
}
.store-address, .store-tel {
    font-size: 1.6rem;
    color: #838383;
    margin: 0;
    line-height: 1.6;
}

#top-store-area::before {
    content: "";
    background: #3695ca;
    width: 90vw;
    height: calc(100% - 500px);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 100px 0;
    z-index: 0;
}
#top-stores-box {
  padding: 80px 0 100px 5vw;
    background: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px 0 0 12px;
    margin-right: -5vw;
    overflow: hidden;
    position: relative;
}


#top-stores-box .slick-list{
    padding: 0 20vw 0 0 !important;
}


#top-store-head {
    position: relative;
    padding-right: 200px;
}
#top-store-viewmore {
    position: absolute;
    right: 0;
    bottom: 0;
}

.store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #EEE;
    border-radius: 12px;
    overflow: hidden;
}

.slick-prev, .slick-next {
    border: none;
    padding: 20px;
    cursor: pointer;
    position: relative;
    left: auto;
right:auto;
    background: inherit;
}

.slick-prev:before, .slick-next:before {
    color: inherit !important;
}

.slider-nav-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
    position: absolute;
    right: 5vw;
    bottom: 60px;
}


.slick-prev:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    border-top: 2px solid #111111;
    border-right: 2px solid #111111;
    transform: rotate(225deg);
}

.slick-next:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-top: 2px solid #111111;
    border-right: 2px solid #111111;
    transform: rotate(45deg);
}



#top-footer-image {
    background: url(/wp-content/uploads/top-footer-image.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
      height: 60vh;
    min-height: 600px;
    margin-bottom: -100px;
}

@media screen and (max-width: 1024px) {


#top-topics-viewmore {
    position: absolute;
    right: 0;
    bottom: 0;
}
#top-logo-mark img {
    width: 180px;
}

#top-news-topics {
    display: block;
}
#top-message-lr {
    display: block;
}
#top-message-l {
      max-width: none;
    min-width: auto;
    width: 100%;
    margin-bottom: 40px;
}
#top-message-r {
    width: calc(80% + 5vw);
    margin-left: 20%;
    margin-right: -5vw;
}


}


@media screen and (max-width: 768px) {



.top-blog-list{
    gap: 16px;
    margin-top: 20px;
}
.top-blog-list article {
    width: 100%;
    flex: none;
}

.top-blog-list article a {
    display: flex;
    gap: 20px;
}

.top-blog-img {
    width: 30%;
    border-radius: 6px;
    margin-bottom: 0px;
}
.blog-title {
    font-size: 1.6rem;
}


.top-blog-info {
    flex: 1;
}
.blog-date {
    font-size: 1.4rem;
    margin-bottom: 2px;
}

#top-news-topics {
    display: block;
}


#top-footer-image {
    height: 40vw;
    min-height: 400px;
    margin-bottom: -80px;
}
.top-midashi {
    font-size: 4rem;
}
.top-midashi-text {
    font-size: 1.6rem;
    margin-bottom: 30px;
}
#top-store-head {
 padding-right: 0px;
}
#top-stores-box {
    padding: 30px 0 80px 20px;
}
.store-address, .store-tel {
    font-size: 1.3rem;
}
.store-name span {
    font-size: 1.2rem;
}
.store-name {
    font-size: 1.6rem;
}
.store-label {
    font-size: 1.2rem;
    padding: 2px 6px;
    border-radius: 4px;
}
.store-info-namebar {
    gap: 5px;
    margin-bottom: 8px;
}
.store-info {
    padding: 14px 6px;
}

.slider-nav-buttons {
    gap: 10px;
bottom: 16px;
}
.slick-prev, .slick-next {
    padding: 20px 10px;
}
.slick-prev:before {
    width: 10px;
    height: 10px;
}
.slick-next:before {
    width: 10px;
    height: 10px;
}
#top-store-area::before {
    height: calc(100% - 400px);
    border-radius: 0 0 60px 0;
}
.view-more-btn .circle {
    width: 40px;
    height: 40px;
}
.view-more-btn {
    font-size: 1.3rem;
gap: 0.8em;
}
#top-store-viewmore {
    top: 30px;
}
.view-more-btn .circle::before {
    width: 10px;
    height: 10px;
    margin-left: -4px;
}
.top-midashi-e {
    margin-bottom: 6px;
}

#top-recruit-contents {
    display: block;
}
#top-recruit-imgbox1 {
    width: 85vw;
}

#top-recruit-imgbox1 .top-recruit-img {
    height: 240px;
min-height: auto;
}
#top-recruit-textbox {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 5vw;
}
#top-recruit-imgbox2 {
    width: 50vw;
    margin-left: 50vw;
    margin-top: 0;
    margin-bottom: 0px;
}

#top-recruit-title.top-midashi {
    font-size: 3.2rem;
}
#top-recruit-text {
    margin-bottom: 20px;
    font-size: 1.4rem;
}
#top-recruit-viewmore {
    text-align: right;
}
#top-works-box-area {
    padding: 80px 5vw;
    border-radius: 0 0 0 60px;
}
#top-works-01-area {
    display: block;
}
.top-works-midashi-area {
    writing-mode: horizontal-tb;
    text-align: left;
    margin-bottom: 20px;
}
.top-works-midashi {
    font-size: 4rem;
    text-align: left;
}
.top-works-midashi span {
    transform: none;
    font-size: 4rem;
    text-align: left;
    vertical-align: 0;
    margin-right: 4px;
}
.top-works-box {
    display: block;
}
.top-works-imgbox {
    max-width: none;
    margin-bottom: 20px;
}
.top-works-img {
    width: calc(100% + 10vw);
   height: 220px;
min-height: auto;
    background: #DDD;
    margin-top: -5vw;
    margin-bottom: 0;
    margin-left: -5vw;
    margin-right: -5vw;
}
.top-works-catch {
    font-size: 1.4rem;
    margin-bottom: 8px;
}
.top-works-title {
    font-size: 3rem;
}
.top-works-text {
    font-size: 1.4rem;
    line-height: 2;
}
.top-works1-oimg {
    gap: 10px;
    margin-top: 20px;
}
.top-works-textbox {
    padding-bottom: 60px;
}
#top-works-box34 .top-works-title {
    font-size: 1.8rem;
}
#top-works-box34 .top-works-text {
    font-size: 1.2rem;
    line-height: 1.8;
}
#top-works-box34 {
    display: flex;
    gap: 6px;
}
.top-works-box-sec {
    margin-bottom: 50px;
}

#top-works-02-area {
    display: block;
}
#top-news-box {
    padding: 30px;
}
#top-news-area {
    border-radius: 0 60px 0 0;
}
#top-topics-title {
    margin-bottom: 20px;
}
.top-news-midashi {
    font-size: 3rem;
}
.top-topics-list li a {
    display: block;
    align-items: center;
    gap: 1rem;
}
.news-date {
    font-size: 1.4rem;
}

.news-tag {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-left: 4px;
}

.news-title {
    margin-top: 4px;
    font-size: 1.6rem;
    display: block;
}
.top-topics-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#top-logo-mark {
    padding: 80px 0 20px;
}
#top-logo-mark img {
    width: 100px;
}

#top-message-lr {
    display: block;
}
#top-message-l {
    max-width: none;
    min-width: auto;
        width: 100%;
        margin-bottom: 20px;
}
#top-message-text {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 0;
}
#top-message-text br {
    display: none;
}
#top-message-img {
    border-radius: 60px 0 0 0;
}
#top-message-img img {
    width: 100%;
    height: 400px;
    min-height: auto;
    max-height: 1000px;
    object-fit: cover;
}

}



/*----------------------------------------
■私たちについて
-----------------------------------------*/

#about-logo-area {
    padding-top: 0;
    padding-bottom: 0;
}

#about-logo-logo img {
    width: 80%;
    max-width: 700px;
}

#about-logo-message {
    font-size: 2rem;
}

#about-logo-logo {
    margin: 0;
    text-align: center;
}

#about-logo-mean-area {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 60px;
}
#about-logo-mean {
    width: 200px;
    display: inline-block;
    margin-right: 100px;
    vertical-align: top;
}

#about-logo-message {
    display: inline-block;
    text-align: left;
    margin: 0;
}


#about-logo-mean-pc {
    margin: 0;
  display: block;
}
#about-logo-mean-sp {
    margin: 30px;
 display: none;
}

#about-service-box-contents {
    padding: 100px 5vw;
    background: #72bb37;
    margin: 0 -5vw;
    border-radius: 0 0 0 100px;
}
.about-service-box {
    margin-bottom: 80px;
    position: relative;
    display: flex;
    align-items: start;
    gap: 60px;
}
.about-service-title-area {
    writing-mode: vertical-rl;
    text-align: center;
    color: #fff;
}

.about-service-title {
    font-weight: 900;
    font-size: 7rem;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    color: #FFF;
}
.about-service-title span {
    display: inline-block;
    transform: rotate(-90deg);
    font-size: 4.8rem;
    text-align: center;
    vertical-align: 8px;
}


.about-service-card-area {
    display: flex;
    flex-wrap: wrap;
 
    flex: 1 1 100%;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 5vw;
    margin-right: -5vw;
    border-radius: 12px 0 0 12px;
}

.about-service-card:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.about-service-card {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: dashed 2px #DDD;
}

.about-service-card-box {
    display: flex;
    gap: 50px;
}



.about-service-card-name-top {
    font-size: 2rem;
    color: #82c341;
    margin-bottom: 12px;
    line-height: 1.6;
}


.about-service-card-name {
    font-size: 3.6rem;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.3;
}
.about-service-card-text {
    font-size: 1.8rem;
    line-height: 2;
    margin: 0;
}

#about-logo-message span {
    color: #6db535;
}
#about-service2 {
    flex-direction: row-reverse;
    margin-bottom: 0;
}
#about-service2 .about-service-card-area {
    margin-right: 0;
    margin-left: -5vw;
    border-radius: 0 12px 12px 0;
}

.about-service-card-textarea {
    flex: 1;
}

.about-service-card-imgarea {
    width: 50%;
}

.about-service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-service-card-img {
    width: 100%;
    aspect-ratio: 4.2 / 3;
    background: #EEE;
}
.about-service-bcard {
    display: block;
}
.about-service-bcard .about-service-card-img {
    aspect-ratio: 2 / 1;
    margin-bottom: 30px;
}

.about-service-bcard .about-service-card-name {
    margin: 0;
    font-size: 5rem;
    line-height: 1.2;
}
.about-service-card-headarea {
    position: relative;
    margin-bottom: 30px;
}
#about-service2 .about-service-card-box {
    flex-direction: row-reverse;
    margin-bottom: 0;
}

#about-service-store-viewmore {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-service-card-text-area {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}
.about-service-card-text-area .about-service-card-text {
    flex: 1;
}
.about-service1-card-simg {
    width: 30%;
    min-width: 300px;
    aspect-ratio: 3 / 3.4;
}
.about-service1-card-simg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-service-nursing-box-area {
    padding: 60px;
    background: #f9f9f9;
    border-radius: 12px;
    margin-top: 50px;
}

.about-service-nursing-imgbox {
    width: 30%;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
}

.about-service-nursing-img {
    width: 100%;
    height: 100%;
}

.about-service-nursing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about-service-nursing-textbox {
    flex: 1;
    position: relative;
    padding-bottom: 60px;
}

.about-service-nursing-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about-service-nursing-name {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
.about-service-nursing-text {
    margin: 0;
}


.about-service-nursing-box:last-child {
    margin-bottom: 0;
}

.about-service-nursing-box {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}

.about-service-nursing-viewmore {
    position: absolute;
    right: 0;
    bottom: 0;
}


@media screen and (max-width: 1060px) {
#about-logo-mean-pc {
    margin: 0;
  display: none;
}
#about-logo-mean-sp {
    margin: 0px;
 display: block;
        max-width: 600px;
        margin: 0 auto;
}
#about-logo-mean {
    width: 100%;
    display: block;
    margin-right: 0px;
margin-bottom:30px;
    vertical-align: top;
}

}

@media screen and (max-width: 768px) {



#about-logo-message {
    display: block;
    text-align: left;
    margin: 0;
        font-size: 1.4rem;
}

#about-logo-message br {
    display: none;
}
#about-logo-mean-area {
    margin-bottom: 40px;
}
#about-service-box-contents{
    padding: 60px 5vw;
border-radius: 0 0 0 60px;
}
.about-service-box {
    margin-bottom: 40px;
    display: block;
}
.about-service-title-area {
    writing-mode: horizontal-tb;
    text-align: left;
}

.about-service-card-area {
    padding: 30px 20px;
}

.about-service-title {
    font-size: 4rem;
    text-align: left;
}
.about-service-title span {
    transform: none;
    font-size: 4.6rem;
    vertical-align: 0px;
    margin-right: 5px;
}
.about-service-title-area {
    margin-bottom: 20px;
}
.about-service-card-headarea {
    margin-bottom: 20px;
}
.about-service-card-name-top {
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.about-service-bcard .about-service-card-name {
    font-size: 3rem;
}

.about-service-bcard .about-service-card-img {
    margin-bottom: 20px;
}

.about-service-card-text-area {
    display: block;
    margin-top: 20px;
}
.about-service-card-text {
    font-size: 1.4rem;
}
.about-service-bcard .about-service-card-img {
    aspect-ratio: 4.2 / 3;
}

.about-service1-card-simg {
    width: 100%;
    min-width: auto;
    aspect-ratio: 2 / 1;
}

.about-service1-card-simg {
    width: 40%;
    min-width: 200px;
    margin: 20px auto 0;
}

.about-service-card {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.about-service-card-box {
    display: block;
}
.about-service-card-imgarea {
     width: 100%;
    margin: 20px auto 0;
}
.about-service-card-name {
    font-size: 2.6rem;
    margin-bottom: 10px;
}
.about-service-nursing-box {
    gap: 20px;
    margin-bottom: 20px;
}

.about-service-nursing-box-area {
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
}
.about-service-nursing-text {
    font-size: 1.3rem;
    line-height: 1.6;
}
.about-service-nursing-name {
    font-size: 1.8rem;
    margin-bottom: 2px;
}
.about-service-nursing-textbox {
    padding-bottom: 44px;
}

bout-service-nursing-box {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.about-service-nursing-imgbox {
    width: 30%;
    max-height: 100px;
    aspect-ratio: 4 / 3;
    margin: 0;
}


}

/*----------------------------------------
■会社
-----------------------------------------*/


#company-profile-area {
    padding-top: 0;
}

.page-midashi {
     font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 0.8em;
    line-height: 1.4;
}


.com-table tr {
    border-bottom: solid 1px #DDD;
}
.com-table th, .com-table td {
    padding: 24px 40px;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.6;
vertical-align: top;
}

.com-table th {
    width: 22%;
 font-size: 2rem;
    color: #777777;
}


/* 横並び（全13施設 + 箇条書き） */
.company-shop-container {
  display: flex;
  align-items: flex-start;
  gap: 2em;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.company-shop-title {
  white-space: nowrap;
}

/* 左側の概要リスト */
.company-shop-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.company-shop-list li {
  margin-bottom: 0.4em;
  line-height: 1.6;
}
.company-shop-list li:last-child {
    margin-bottom: 0;
}



/* 詳細リスト（13施設の一覧） */
.company-shop-list-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}

.company-shop-list-detail li {
line-height: 2;
}

.company-shop-list-detail li:last-child {
  border-bottom: none;
}

/* 開局・開業年だけ青く */
.company-shop-list-detail li span {
    color: #3695ca;
    font-weight: normal;
    white-space: nowrap;
    margin-left: 16px;
}


.com-t-list li::before {
    content: "・";
}
.com-t-list li {
    font-size: 1.8rem;
}




#googlemap {
    display: block;
    margin-top: 20px;
}

#recruit-kensyu-text {
    font-size: 1.8rem;
    margin-bottom: 46px;
}
#recruit-kensyu-message-box {
    padding: 60px;
    background: #f9f9f9;
    border-radius: 16px;
}
#recruit-kensyu-message-title {
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 20px;
}
#recruit-kensyu-message-box-lr {
    display: flex;
    gap: 40px;
}
#recruit-kensyu-message-box-r {
    flex: 1;
}

#recruit-kensyu-message-box-l {
    width: 24vw;
    max-width: 240px;
}

#recruit-kensyu-message-text {
    font-size: 1.6rem;
    margin: -0;
}
#recruit-kensyu-message-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#recruit-kensyu-message-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #EEE;
}
.bosyu-t td {
    text-align: right;
    line-height: 1.6;
}

.bosyu-t th {
    width: 200px;
    color: #949494;
 text-align:left;
}
.bosyu-t {
    width: 100%;
    margin-bottom: 40px;
}
.bosyu-t tr {
    border-bottom: solid 1px #e7e7e7;
}
.bosyu-t th, .bosyu-t td {
    padding: 20px 10px;
    font-size: 2rem;
    font-weight: 700;
}

.bosyu-t td .bosyu-t-b{
 font-size: 1.4em;
}

.recruit-internship-box {
    padding: 60px;
    background: #f9f9f9;
    border-radius: 16px;
}

#recruit-internship-text {
    font-size: 1.6rem;
    margin: 0;
}

#recruit-internship-title {
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
.page-midashi {
    font-size: 2.8rem;
    margin-bottom: 0.8em;
}

.com-table th, .com-table td{
    width: 100%;
    display: block;
    padding: 0;
    font-size: 1.6rem;
}
.com-table td {
    padding-bottom: 16px;
}
.com-table th {
    font-size: 1.8rem;
    padding-top: 16px;
  padding-bottom: 4px;
}
.company-shop-title {
    margin-bottom: 10px;
}
.company-shop-container {
    display: block;
}
.company-shop-list-detail li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 4px;
}
.company-shop-list-detail li span {
    margin-left: 6px;
}
.com-t-list li {
    font-size: 1.6rem;
}

}


/*----------------------------------------
■店舗詳細
-----------------------------------------*/


.storecat-nursing-care #top-stores-box{
  padding: 80px 0 80px 5vw;
}
.storecat-nursing-care.single-store .top-store-slider {
    margin-bottom: 0px;
}

.single-store .header-area::before {
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    background: #3695ca;
    z-index: -2;
}

.single-store #catcharea-area{
padding-bottom:50px;
}
#single-store-area::before {
    content: "";
    width: 100%;
    height: calc(100% - 200px);
    background: #3695ca;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 0 100px;
    z-index: -2;
}
#single-store-box {
    margin-right: -5vw;
    padding: 80px;
    box-shadow: 0 0 16px #00000014;
    border-radius: 16px 0 0 16px;
    background: #FFF;
overflow: hidden;
}
#single-store-area {
    padding-top: 0;
}

.single-store-image {
    margin: -80px -80px 60px;
    height: 40vh;
    min-height: 500px;
    background: #EEE;
}
.single-store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-store-description {
    margin-bottom: 40px;
}
.single-store-description, .single-store-description p {
    font-size: 1.8rem;
}
.single-store-title {
    color: #3695ca;
}
.single-store-info {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: dashed 2px #DDD;
}


#single-store-info-r {
    width: 40%;
    min-width: 400px;
}

#single-store-info-l {
    flex: 1;
}
#single-store-info-lr {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
}

#single-store-naka-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#single-store-naka-image {
    width: 100%;
    aspect-ratio: 4.4 / 3;
    margin-bottom: 20px;
    background: #EEE;
}


.line-box {
    background: #e9ffe5;
    padding: 20px;
    display: flex;
    gap: 20px;
}

.line-message {
    margin: 0;
    font-size: 1.4rem;
    flex: 1;
    line-height: 1.6;
}
.line-qr {
    width: 80px;
}
.line-message strong {
    color: #02c100;
    font-size: 1.2em;
}


.kakari-box {
    background: #f6cc25;
    padding: 20px;
}
.kakari-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kakari-left {
    width: 140px;
}
.kakari-right {
    color: #FFF;
    font-size: 2rem;
    line-height: 1;
}
.kakari-label {
    vertical-align: 2px;
}
.kakari-code {
    font-size: 1.6em;
}

.single-store-infot th {
    width: 120px;
    text-align: left;
    vertical-align: top;
}

.single-store-infot th, .single-store-infot td {
    padding: 10px 5px;
    line-height: 1.6;
    font-size: 2rem;
}

.single-store-infot td {
    color: #838383;
font-size: 1.8rem;
}

a.map-link {
    color: #3695ca;
}
.store-feature-list li {
    display: inline-block;
    border: solid 1px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px 12px;
    line-height: 1.2;
    color: #3695ca;
    font-size: 1.6rem;
}

.store-feature-list {
    font-size: 0;
    text-align: left;
}

.store-homecare_area {
    margin: 0;
}

.store-homecare_area span{
    color: #3695ca;
}


.single-store-additions {
    background: #f9f9f9;
    padding: 60px;
    border-radius: 16px;
}
.single-store-additions-title {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.single-store-additions-list {
    text-align: left;
    font-size: 0;
}

.single-store-additions-list li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    line-height: 1.6;
    margin-bottom: 14px;
    font-size: 1.8rem;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.single-store-additions-list li::before {
content: "◆";
    font-size: 0.8em;
    color: #3695ca;
    position: absolute;
    left: 0;
    top: 3px;
}
.map-container {
    margin-top: 60px !important;
}

.care-single-info {
      background: #f9f9f9;
    padding: 60px;
    border-radius: 16px;
}

.info-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin: 0 auto;
}

.info-left,
.info-right {
  flex: 1;
  min-width: 300px;
}

.info-title {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.info-box {
  background: #fff;
    padding: 30px;
  border-radius: 6px;
}


.info-block {
    margin-bottom: 20px;
padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.info-block h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 700;
}


.info-block p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0;
}

.storecat-nursing-care #single-store-info-lr {
    margin-bottom: 0;
}

.storecat-nursing-care .single-store-title{
    color: #e4413a;
}

.storecat-nursing-care a.map-link {
     color: #e4413a;
}
.storecat-nursing-care #single-store-area::before{
    background: #e4413a;
}

.storecat-nursing-care .header-area::before {
 background: #e4413a;
}

.storecat-nursing-care .view-more-btn.blue2 .circle::before{
border-top: 2px solid #e4413a;
    border-right: 2px solid #e4413a;
}

#single-store {
    margin-bottom: 80px;
}
#single-store-other-head {
margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#single-store-other-title {
    margin: 0;
color:#FFF;
}
#single-store-other-viewmore a.view-more-btn{
color:#FFF;
}
.view-more-btn.blue2 .circle{
    color: #3695ca;
background: #FFF;
}
.view-more-btn.blue2 .circle::before {
    border-top: 2px solid #3695ca;
    border-right: 2px solid #3695ca;
}


@media screen and (max-width: 1000px) {
#single-store-info-lr{
   display: block;
    margin-bottom: 30px;
}
#single-store-info-l {
    margin-bottom: 20px;
}
#single-store-info-r{
    width: 100%;
    min-width: auto;
}
}


@media screen and (max-width: 768px) {
#single-store-box{
padding: 30px 20px;
}
.single-store-image {
    margin: -30px -20px 30px;
    height: 30vh;
    min-height: 200px;
}
.single-store-description, .single-store-description p {
    font-size: 1.4rem;
}
#single-store-info-lr {
    display: block;
    margin-bottom: 30px;
}
#single-store-info-l {
    margin-bottom: 20px;
}
.single-store-infot th, .single-store-infot td {
    padding: 6px 2px;
    line-height: 1.4;
    font-size: 1.6rem;
}
.single-store-infot th {
    width: 80px;
}


#single-store-naka-image {
    width: 100%;
    aspect-ratio: 4.4 / 3;
    margin-bottom: 20px;
    background: #EEE;
}

#single-store-info-r{
    width: 100%;
    min-width: auto;
}

.kakari-left {
    width: 100px;
}

.kakari-logo {
    height: auto;
    width: 100%;
}
.kakari-right {
    font-size: 1.6rem;
}
.kakari-code {
    font-size: 1.4em;
}



.store-feature-list li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 1.2rem;
}
.store-homecare_area {
    font-size: 1.2rem;
}
.single-store-info {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.single-store-additions {
    padding: 30px 30px 20px;
    border-radius: 8px;
}
.single-store-additions-title {
    font-size: 1.8rem;
    margin-bottom: 14px;
}

.single-store-additions-list li {
    width: 50%;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 1.3rem;
    padding-left: 16px;
}

.map-container {
    margin-top: 30px !important;
}

#single-store {
    margin-bottom: 60px;
}
#single-store-other-head {
    margin-bottom: 20px;
}

#single-store-area::before{
    border-radius: 0 0 0 60px;
}

.storecat-nursing-care #top-stores-box{
  padding: 30px 0 30px 20px;
}


}


/*----------------------------------------
■店舗紹介
-----------------------------------------*/


#nursing-care .view-more-btn.blue .text {
    color: #e4413a;
}
#nursing-care .view-more-btn.blue .circle {
    background: #e4413a;
}


.post-type-archive-store.store_category-nursing-care .header-area::before {
    background: #e4413a;
}

.store_category-nursing-care #store-archive-area::before {
   background: #e4413a;
}



.store-list-map{
height:450px;
margin-bottom:60px;
}



.leaflet-popup-content {
    width: 160px !important;
    font-size: 1.4rem !important;
}


.store-archive-box {
    margin-right: -5vw;
}

#store-archive-area {
    padding-top: 0;
}
#store-archive-area::before {
    content: "";
    width: 100%;
    height: calc(100% - 200px);
    background: #3695ca;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 0 100px;
    z-index: -2;
-webkit-transition: all .3s;
	transition: all .3s;
}

.store-tab-content {
    padding: 80px;
    box-shadow: 0 0 16px #00000014;
    border-radius: 0px 0 0 16px;
background:#FFF;
}

.store-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 0rem;
}
.store-tabs li {
 padding: 4rem 2rem;
    cursor: pointer;
    background: #eee;
    width: 50%;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1;
    color: #777;
    border-radius: 20px 20px 0 0;
}
.store-tabs li.active {
    background: #ffffff;
    color: #111;
}

.store-tabs li span {
    font-size: 0.8em;
    margin: 0 -0.2em;
}


.store-item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: dashed 2px #DDD;
}
.store-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.store-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.store-header-name {
    font-size: 3rem;
    line-height: 1.4;
}
.store-header-name span {
    font-size: 0.8em;
    margin-right: 6px;
}

.store-header .store-label {
    font-size: 1.8rem;
}

.store-text {
    flex: 1;
}

.store-item-info {
    flex: 1;
    position: relative;
    padding-bottom: 80px;
}

.store-viewmore {
    position: absolute;
    right: 0;
    bottom: 0;
}


.store-item-inner {
    display: flex;
    gap: 40px;
}

.store-img {
    width: 40%;
    min-width: 340px;
    aspect-ratio: 4 / 3;
    background: #EEE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
}
.store-img a {
    width: 100%;
    height: 100%;
    display: block;
}

.store-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

store-item-inner {
    display: flex;
    gap: 40px;
}


.store-info-t th, .store-info-t td {
    line-height: 1.6;
    padding: 5px;
    font-size: 1.8rem;
}

.store-info-t td {
    color: #838383;
}


.store-info-t th {
    text-align: left;
    width: 20%;
    min-width: 120px;
    vertical-align: top;
}

#store-archive-text {
     color: #FFF;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
.info-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


@media screen and (max-width: 768px) {
#store-archive-text {
    font-size: 1.8rem;
}
.store-tabs li {
    padding: 1em 1em;
    font-size: 2rem;
}

.store-tab-content {
    padding: 30px 20px;
}
.store-list-map {
    margin-bottom: 40px;
}
.store-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: dashed 2px #DDD;
}
.store-header {
    margin-bottom: 10px;
}

.store-header .store-label {
    font-size: 1.2rem;
}
.store-header-name {
    font-size: 2.2rem;
    line-height: 1.4;
}
.store-header-name span {
    font-size: 0.8em;
    margin-right: 2px;
}
.store-item-inner {
    display: block;
}
.store-img {
    width: 100%;
    min-width: 320px;
    aspect-ratio: 5 / 3;
    border-radius: 6px;
    margin-bottom: 10px;
}
.store-item-info {
    padding-bottom: 44px;
}
.store-info-t th, .store-info-t td {
    line-height: 1.6;
    padding: 2px;
    font-size: 1.6rem;
}

.care-single-info{
padding: 30px 20px;
    border-radius: 8px;
}

.info-inner {
    display: block;
}
.info-left, .info-right {
    flex: 1;
    min-width: auto;
}
.info-box {
    padding: 20px;
}
.info-text {
    font-size: 1.4rem;
    line-height: 1.6;
}
.info-left {
    margin-bottom: 20px;
}
.info-title {
    font-size: 2rem;
    margin-bottom: 10px;
}
.info-block {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.info-block h4 {
    font-size: 1.6rem;
    margin-bottom: 4px;
}


}



/*----------------------------------------
■法令
-----------------------------------------*/


#legal-contents-area {
    padding-top: 0;
}


.legal-box {
    margin-bottom: 60px;
}
.legal-box:last-child{
  margin-bottom: 0px;
}

.legal-box h2 {
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 0.8em;
}

.wp-block-file__button {
    background: #111111;
    color: #fff !important;
    text-decoration: none !important;
}

.legal-content,
.legal-content p,
.legal-content li,
.legal-content dd {
    font-size: 1.6rem;
}

.legal-gray dl div {
    margin-bottom: 30px;
}

.legal-gray dl div:last-child {
margin-bottom: 0px;
}

.legal-gray dt, .legal-gray dd {
    color: #949494;
}
.legal-gray dt {
    font-size: 2rem;
    font-weight: 700;
}
.legal-gray {
    padding: 60px;
    background: #f9f9f9;
}

@media screen and (max-width: 768px) {
.legal-box h2 {
        font-size: 2.2rem;
        line-height: 1.4;
    }

.legal-content, .legal-content p, .legal-content li, .legal-content dd {
    font-size: 1.4rem;
}
.legal-box {
    margin-bottom: 40px;
}
#legal-contents-area {
    padding-top: 0;
}

.legal-gray {
    padding: 30px 20px;
}
.legal-gray dt {
    font-size: 1.6rem;
}
.legal-gray dl div {
    margin-bottom: 16px;
}
.legal-gray dd {
    font-size: 1.4rem;
}

}



/*----------------------------------------
■カカリ
-----------------------------------------*/


#kakari-content-area {
    padding-top: 0;
}


#kakari-content-box {
    margin-right: -5vw;
    padding: 80px;
    box-shadow: 0 0 16px #00000014;
    border-radius: 16px 0 0 16px;
    background: #FFF;
    overflow: hidden;
}


#kakari-content-area::before {
    content: "";
    width: 100%;
    height: calc(100% - 200px);
    background: #f6cc25;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 0 100px;
    z-index: -2;
}

.page-id-22 .header-area::before {
    content: "";
  background: #f6cc25;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    z-index: -2;
}


.kakari-section {

}

.kakari-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.kakari-description {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.kakari-app-info {
    display: flex;
    gap: 30px;
    margin-bottom: 3em;
}

.kakari-logo {
    height: auto;
    width: 100%;
}

.kakari-download-text {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.kakari-store-badges img {
    height: 60px;
    margin: 0;
}
.kakari-store-badges {
    display: flex;
    gap: 10px;
}

.kakari-subtitle {
    font-size: 2rem;
    font-weight: 700;
    color: #e4413a;
    margin-bottom: 2em;
    position: relative;
    text-align: center;
}

.kakari-subtitle::before,
.kakari-subtitle::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background: #e4413a;
}

.kakari-subtitle::before {
  left: 0;
}

.kakari-subtitle::after {
  right: 0;
}

.kakari-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

#kakari-head {
    margin-bottom: 80px;
}

.kakari-feature {
    width: calc((100% - 120px) / 4);
    text-align: center;
}

.kakari-feature img {
    height: 140px;
    margin-bottom: 0.5em;
}


.kakari-feature h4 {
    font-size: 2rem;
    color: #e4413a;
    margin: 0.5em 0 0.2em;
}

.kakari-feature p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
margin-bottom: 0;
}



.kakari-store-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 1.5em;
}

.kakari-store-item {
flex: 0 1 calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 10px;
    border-bottom: dashed 2px #DDD;
}



.kakari-store-name {
  font-size: 2rem;
}

.kakari-store-code {
  font-weight: 700;
  color: #e4413a;
  font-size: 2rem;
}

.kakari-store-code.qr img {
  max-width: 80px;
  height: auto;
}

.line-notice {
    width: 100%;
    background: #e9ffe5;
    border-left: 4px solid #02c100;
    padding: 12px 16px;
    margin: 24px 0 8px;
    font-weight: 700;
}

.kakari-store-note h3 {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 20px;
}


.kakari-store-note ul li {
  
    vertical-align: top;
    line-height: 1.6;
    margin-bottom: 14px;
    font-size: 1.8rem;
    box-sizing: border-box;
    position: relative;
padding-left: 20px;
}

.kakari-store-note ul li::before {
    content: "◆";
    font-size: 0.8em;
    color: #e4413a;
    position: absolute;
    left: 0;
    top: 3px;
}




.kakari-store-note{
    background: #f9f9f9;
    padding: 60px;
    margin-top: 40px;
    border-radius: 16px;
}


.kakari-store-note ul li:last-child {
    margin-bottom: 0;
}


@media (max-width: 768px) {
  .kakari-store-item {
    flex: 0 1 100%; /* スマホ時1列 */
  }

#kakari-content-box {
    padding: 30px 20px;
}
.kakari-description {
    font-size: 1.4rem;
}
.kakari-app-info {
    display: block;
}
.kakari-app-info-l {
    margin-bottom: 20px;
}
.kakari-app-info-logo img {
    width: 100%;
    height: auto;
    display: block;
}
.kakari-app-info-logo {
    width: 200px;
}
.kakari-subtitle::before, .kakari-subtitle::after {
    width: 20%;
}
.kakari-feature-list {
    gap: 20px;
}
.kakari-feature {
    width: calc((100% - 20px) / 2);
}
.kakari-feature img {
    height: 80px;
    margin-bottom: 0.2em;
}

.kakari-feature h4 {
    font-size: 1.8rem;
}
.kakari-feature p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6;
}
#kakari-head {
    margin-bottom: 40px;
}


.kakari-store-text {
    font-size: 1.4rem;
}
.kakari-store-name {
    font-size: 1.6rem;
}
.kakari-store-code {
    font-size: 1.8rem;
}
.kakari-store-item{
    padding-bottom: 6px;
}

.kakari-store-list {
    gap: 12px;
    margin-top: 0em;
}
.line-notice {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 12px 16px;
    margin: 22px 0 8px;
}
.kakari-store-note {
    background: #f9f9f9;
    padding: 30px;
    margin-top: 30px;
    border-radius: 8px;
}
.kakari-store-note h3 {
    font-size: 2rem;
    margin-bottom: 16px;
}
.kakari-store-note ul li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 1.4rem;
    padding-left: 16px;
}

}


/*----------------------------------------
■サンクス
-----------------------------------------*/

.thanks-container {
    padding: 200px 5vw;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.thanks-logo {
    width: 180px;
    height: auto;
    margin-bottom: 10px;
}

.thanks-title {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 2px;
    line-height: 1.6;
}

.thanks-message {
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 0;
}


@media (max-width: 768px) {
.thanks-container {
    padding: 120px 5vw;
}
.thanks-message {
    font-size: 1.4rem;
}
.thanks-logo {
    width: 120px;
}
.thanks-title {
    font-size: 4rem;
}

}



/*----------------------------------------
■採用情報
-----------------------------------------*/

#recruit-content-area::before {
    content: "";
    width: 100%;
    height: calc(100% - 200px);
    background: #f18f43;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 0 100px;
    z-index: -2;
}
#recruit-content-area {
    padding-top: 0;
}

#recruit-content-box {
    margin-right: -5vw;
    padding: 80px;
    box-shadow: 0 0 16px #00000014;
    border-radius: 16px 0 0 16px;
    background: #FFF;
    overflow: hidden;
}

#recruit-top-title {
    font-size: 3rem;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 700;
}

#recruit-top-text {
    font-size: 1.8rem;
    margin: 0;
}
.recruit-section {
    margin-bottom: 80px;
}

#recruit-top-r {
    width: 30vw;
    max-width: 600px;
}
#recruit-top-img {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #EEE;
}

#recruit-top-img img{
   width: 100%;
height:100%;
object-fit:cover;
}


#recruit-top-l {
    flex: 1;
}
#recruit-top-lr {
    display: flex;
    gap: 60px;
}


#recruit-content .page-midashi {
    color: #f18f43;
}

.interview-slide__prof {
    color: #949494;
    font-size: 1.2rem;
}




.interview-slider {
  position: relative;
  overflow: hidden;
}

.interview-slide__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

#recruit-interivew-head{
position:relative;
}
#recruit-interivew-head .slider-nav-buttons {
    top: 0;
    right: 0;
}


.interview-slider {
    margin-right: -80px;
}

.interview-slide__image {
    width: 30vw;
    aspect-ratio: 3 / 4;
    background: #EEE;
    min-width: 200px;
    max-width: 400px;
}
.interview-slide__image-sp{
display:none;
}

.interview-slider .slick-list {
    padding: 0 10vw 0 0 !important;
}


.interview-slide__image img {
  width: 100%;
  height: 100%;
 object-fit:cover;
}

.interview-slide__content {
    flex: 1;
}


.interview-slide__question {
    margin-top: 20px;
}


.interview-slide__question div {
    margin-bottom: 14px;
}
.interview-slide__question div:last-child {
 margin-bottom: 0px;
}
.interview-slide__question dt {
    color: #f18f43;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
   margin-bottom: 6px;
}
.interview-slide__question dt span{
    font-size: 0.6em;
margin-right:4px;
    vertical-align: middle;
}
.interview-slide__question dd {
    font-size: 1.4rem;
}

.interview-slide__store {
    background: #f18f43;
    color: #FFF;
    padding: 4px 10px;
    display: inline-block;
    line-height: 1.4;
    border-radius: 20px;
font-weight:700;
}

.interview-slide-head {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 14px;
    gap: 20px;
}


.interview-slide__title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}
.interview-slide__year {
    margin: 0;
    color: #949494;
    font-size: 1.4rem;
    line-height: 1;
}


.interview-slider .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
margin-right: 5vw;
}

.interview-slider .slick-center {
  opacity: 1;
}



/* dots全体の配置（中央寄せなど任意で調整） */
.interview-slider .slick-dots {
  padding: 30px 0;
}

/* 各dotのliタグ */
.interview-slider .slick-dots li {
    width: 60px;
    height: 6px;
    display: inline-block;
    margin-right: 20px;
}

/* 各dotのボタン */
.interview-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #949494;
  border: none;
  border-radius: 0;
  text-indent: -9999px; /* 数字を非表示に */
}

/* アクティブなdotのスタイル */
.interview-slider .slick-dots li.slick-active button {
  background: #f18f43;
}





.form-t {
    width: 100%;
}



.form-t input, .form-t textarea, .form-t select {
    background: #f9f9f9;
    border: none;
    padding: 20px 20px;
    width: 100%;
    font-size: 1.8rem;
    box-sizing: border-box;
}


::placeholder {
    color: #d1d1d1;
}
select option:first-child {
  color: #d1d1d1;
}
select option:disabled {
  color: #d1d1d1;
}


.form-t td.your-name{
display:flex;
gap:10px;
}
.your-name .wpcf7-form-control-wrap {
    width: 100%;
}


#recruit-form-text {
    margin-bottom: 44px;
}



.form-t td.your-birth,
.form-t td.your-grad {
    display: flex;
    align-items: end;
    gap: 10px;
    font-size: 1.8rem;
}



.form-t th, .form-t td {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 700;
}

.form-t tr {
    display: block;
    margin-bottom: 30px;
}


.form-t th {
    margin-bottom: 5px;
 font-size:2rem;
}

.required {
    font-size: 1.6rem;
    color: #f18f43;
}


.wpcf7 .your-sex label {
  display: inline-flex;
  align-items: center;
  margin-right: 1.5em; /* ラベル間の余白 */
  font-size: 16px;      /* お好みで調整 */
}

.wpcf7 .your-sex input[type="radio"] {
  margin: 0 0.4em 0 0; /* ボタンと文字の間に余白 */
}


.your-sex .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    position: relative;
}

/* ラジオボタンを非表示にする */
.your-sex input[type="radio"] {
  display: none;
}

/* ラベル全体を縦並び中央揃えに */
.your-sex .wpcf7-list-item label {
    cursor: pointer;
    position: relative;
    font-size: 2rem;
}

/* 並び方を横並びにする */
.your-sex .wpcf7-form-control.wpcf7-radio {
  display: flex;
     gap: 2px;
}

/* カスタムの円形ラジオ風ボタン */
.your-sex .wpcf7-list-item label::before {
content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    background: #f9f9f9;
    transition: all 0.3s;
}

/* 選択されたラジオボタンのデザイン変更 */
.your-sex input[type="radio"]:checked + .wpcf7-list-item-label::before {
width: 14px;
    height: 14px;
    left: 8px;
    top: 50%;
    margin-top: -7px;
    background-color: #f18f43;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
}

.form-check-kakunin {
    text-align: center;
    padding: 20px 0;
    font-size: 1.8rem;
    line-height: 1.6;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.form-submit input {
    font-size: 2.6rem;
    font-weight: 700;
    padding: 20px 60px;
    box-sizing: border-box;
    color: #FFF;
    background: #f18f43;
    border: none;
    border-radius: 60px;
}
.form-submit {
    text-align: center;
    margin: 0;
}

:disabled {
    opacity: .2;
}


.wpcf7-spinner {
    display: block !important;
    margin: 10px auto 0 !important;
}



@media screen and (max-width: 768px) {

#recruit-content-box {
    padding: 30px 20px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.recruit-section {
    margin-bottom: 60px;
}

#recruit-top-title {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
#recruit-top-title br{
display:none;
}
#recruit-top-l {
    flex: 1;
    margin-bottom: 20px;
}
#recruit-top-lr {
    display: block;
    gap: 10px;
}
#recruit-top-text {
    font-size: 1.4rem;
    margin: 0;
}
#recruit-top-r {
    width: 50vw;
    max-width: 600px;
    margin: 0 auto;
}
#recruit-kensyu-text {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
#recruit-kensyu-message-box-lr {
    display: block;
}

#recruit-kensyu-message-box {
    padding: 20px;
    border-radius: 8px;
}
#recruit-kensyu-message-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 12px;
}
#recruit-kensyu-message-text {
    font-size: 1.4rem;
}
#recruit-kensyu-message-box-l {
    width: 50vw;
    max-width: 300px;
    margin: 0 auto 20px;
}

.interview-slide__inner {
    display: block;
}
.interview-slide__image {
display:none;
    margin: 0 auto 20px;
}
   
.interview-slide__image-sp {
        display: block;
        width: 80px;
}
.interview-slide__head-area {
    flex: 1;
}


.interview-slide__content-head {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.interview-slide__store {
          font-size: 1rem;
}
.interview-slide-head {
    margin-top: 10px;
    margin-bottom: 10px;
gap: 4px;
}
.interview-slide__prof {
    font-size: 1rem;
}
.interview-slide__question dt {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 4px;
}

.interview-slide__title{
    font-size: 2.4rem;
}


.interview-slider .slick-dots {
    padding: 30px 0 0;
}

.interview-slider .slick-list {
    padding: 0 20vw 0 0 !important;
}

.interview-slider .slick-dots li{
    margin-right: 10px;
}


.interview-slide__question dd {
    font-size: 1.2rem;
}
.interview-slide__question div {
    margin-bottom: 10px;
}
.interview-slide__question {
    margin-top: 10px;
}
.bosyu-t th, .bosyu-t td {
    padding: 0;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    text-align: left;
    width: 100%;
}
.bosyu-t th{
font-size: 1.8rem;
padding-top:10px;
padding-bottom:4x;
}
.bosyu-t td{
font-size: 1.4rem;
padding-bottom:10px;
}
.bosyu-t td .bosyu-t-b {
    font-size: 1.2em;
}
.recruit-internship-box {
    padding: 30px 20px;
    border-radius: 8px;
}
#recruit-internship-title {
    font-size: 2rem;
    margin-bottom: 6px;
}
#recruit-internship-text {
    font-size: 1.4rem;
}
#recruit-form-text {
    margin-bottom: 24px;
    font-size: 1.4rem;
}
#recruit-form-text br {
    display: none;
}


.form-t input, .form-t textarea, .form-t select {
    font-size: 1.4rem;
}


.form-t th {
    margin-bottom: 5px;
    font-size: 1.8rem;
}
.form-t tr {
    display: block;
    margin-bottom: 20px;
}
.form-check-kakunin {
    font-size: 1.4rem;
}

.form-submit input {
    font-size: 2rem;
border-radius: 30px;
}

#recruit-form-area {
    margin-bottom: 20px;
}


}




/*----------------------------------------
■プライバシー
-----------------------------------------*/

#privacy-top-title {
    font-size: 2.6rem;
}
#privacy-list-title {
    font-size: 2.6rem;
}


#privacy-content-area {
    padding-top: 0;
}
#privacy-top-area {
    margin-bottom: 60px;
}
#privacy-top-text {
    margin: 0;
    font-size: 1.8rem;
}
#privacy-list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #d3d3d3;
    position: absolute;
    top: 11px;
    left: 0;
}

#privacy-list li {
    font-size: 1.8rem;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
    margin-bottom: 18px;
}


@media screen and (max-width: 768px) {

#privacy-top-title {
    font-size: 2.2rem;
    line-height: 1.4;
}
#privacy-top-text {
    font-size: 1.4rem;
}
#privacy-list li {
    font-size: 1.4rem;
    padding-left: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
}
#privacy-list li::before{
    top: 8px;
}


}



/*----------------------------------------
■ブログ
-----------------------------------------*/



#news-list-area ,
#single-news-area {
    padding-top: 0;
}
#news-list {
}
#news-list-box,
#single-news-box {
    background: #fff;
    border-radius: 16px;
    padding: 100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}

.news-list-list li {
    padding-bottom: 40px;
    padding-right: 50px;
    margin-bottom: 40px;
    border-bottom: solid 1px #ddd;
    position: relative;
}

.news-list-list li:last-child {
    margin-bottom: 0;
}

.news-list-list li:before {
content: '';
    position: absolute;
    right: 20px;
    top: 16px;
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-top: 2px solid #7d5da4;
    border-right: 2px solid #7d5da4;
    transform: rotate(45deg);
}

.news-list-list {
}

.news-list-list .news-title {
    font-size: 2.2rem;
}

.news-list-list .news-date {
    font-size: 2rem;
}

.news-list-list li a {
    display: flex;
    gap: 40px;
    text-decoration: none;
    align-items: center;
}



#news-contents h2::before {
    content: "";
    width: 100px;
    height: 4px;
    border-radius: 2px;
    display: block;
    background: #7d5da4;
    margin-bottom: 20px;
}

#news-contents h2 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 2em;
}
#news-contents h2:first-child {
    margin-top: 0;
}
#news-contents p, #news-contents {
    font-size: 1.8rem;
}


#news-contents h3 {
    font-weight: 700;
    font-size: 2.4rem;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
    color: #7d5da4;
}


#news-contents p {
    margin-bottom: 40px;
}


.bloglist-box-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.bloglist-box-list li a {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    display: block;
text-decoration: none;
}



#post-nav-links-area {
    max-width: 1200px;
    margin: 0 auto;
}

.post-nav-links {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
    margin-top: 80px;
}
.post-nav-links .post-prev,
.post-nav-links .post-next {
  width: 48%;
}
.post-nav-label {
     font-size: 1.4rem;
  color: #888;
}
.post-nav-date {
    font-size: 1.4rem;
font-weight:700;
    color: #c0c0c0;
}
.post-nav-title {
  font-size: 1.6rem;
}
.post-nav-links a {
  text-decoration: none;
  display: block;
}

.post-nav-links:has(.post-prev):not(:has(.post-next)) {
  justify-content: flex-start; /* 前のみ → 左寄せ */
}
.post-nav-links:has(.post-next):not(:has(.post-prev)) {
  justify-content: flex-end; /* 次のみ → 右寄せ */
}


.post-next {
    text-align: right;
}

.page-numbers {
    margin: 0 6px;
    font-size: 1.4rem;
}

.navigation {
    max-width: 1200px;
    margin: 50px auto 0;
    text-align: center;
}

.separator {
  width: 1px;
  background-color: #ddd;
  height: 80px; /* 適宜調整 */
  margin: 0 20px;
}

@media screen and (max-width: 900px) {

.bloglist-box-list {
    grid-template-columns: 1fr 1fr;
}
}

@media screen and (max-width: 768px) {

#news-list-box,
#single-news-box {
    padding: 30px 20px;
border-radius: 8px;
}
.news-list-list li a {
    display: block;
}
.news-list-list .news-date {
    font-size: 1.4rem;
}
.news-list-list .news-title {
    font-size: 1.8rem;
}

.news-list-list li {
    padding-bottom: 20px;
    padding-right: 40px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
    position: relative;
}
.news-list-list li:before {
    right: 10px;
    top: 12px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
}

#news-contents h2 {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 1em;
}

#news-contents p {
    margin-bottom: 20px;
}

#news-contents p, #news-contents {
    font-size: 1.4rem;
}
#news-contents h3 {
    font-size: 1.8rem;
    margin-top: 0.8em;
    margin-bottom: 1em;
}
.post-nav-links {
    margin-top: 40px;
}

.post-nav-label {
    font-size: 1.2rem;
}
.post-nav-date {
    font-size: 1.2rem;
}

.post-nav-title {
    font-size: 1.2rem;
    line-height: 1.4;
}

.bloglist-box-list {
    grid-template-columns: 1fr;
    gap: 10px;
}


.bloglist-box-list li a {
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 12px;
}

}



/*----------------------------------------
■個別設定
-----------------------------------------*/


.anchor {
    margin-top: -150px;
    padding-top: 150px;
}


@media screen and (max-width: 768px) {
.anchor {
    margin-top: -100px;
    padding-top: 100px;
}
}


.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 700px;
  color: #fff;
  .blue{
    background: #77BBCF;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}


.blur{
    transition: all 2s;
    filter: blur(10px);
    &.scrollin{
      filter: blur(0);
    }
}



.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 700px;
  color: #fff;
  .blue{
    background: #77BBCF;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 2s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.slidein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
  &.slidein-left{
      transform: translate(-100%,0);
  }
  &.slidein-right{
      transform: translate(100%,0);
  }
  &.slidein-up{
      transform: translate(0,-100%);
  }
  &.slidein-bottom{
      transform: translate(0,30%);
  }
  &.scrollin{
    transform: translate(0, 0)!important;
    opacity: 1!important;
  }
}