@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: Montserrat, 'Noto Sans JP' ,sans-serif;
 font-weight: 500;
	font-size: 1.6rem;
	color: #675d52;
letter-spacing:0.02em;
	word-break:break-all;
	word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
p {
	font-size: 1.4rem;
}
}


body{
	background-color:#f7f7f7;
	line-height:2;
}

ul,li{
list-style:none;
}

#wrapper{
overflow:hidden;
}

#wrapper-sp{
overflow:hidden;
position:relative;
}

p {
	
	margin-bottom:18px;
}


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: #675d52;
	text-decoration:underline;
}
a:visited {
	color: #675d52;
}
a:active,
a:hover {
opacity:0.6;
	color: #675d52;
	text-decoration:none;
}


h2{
}



h3{
}


.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}




/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.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;
}





/*----------------------------------------
■ヘッダー
-----------------------------------------*/


.header {
  position: relative;
  color: #fff;
}

/* ===================
  ナビ
=================== */
.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}



/* 右側まとめる */
.header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}


/* マスク案内 */
.header-mask {
     display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 14px;
    border-radius: 999px;
    background: #d75e1ddb;
    border: 1px solid #ffffff40;
    font-size: 14px;
    white-space: nowrap;
}


.header-mask {
  transition: 0.3s;
}

.header-mask:hover {
  transform: translateY(-1px);
}


.header-mask img {
  width: 20px;
  height: 20px;
}

.header-mask span {
     color: #FFF;
    font-size: 1.3rem;
}






/* ロゴ */
.logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo img {
  height: 42px;
}

.logo-sub {
  font-size: 1.2rem;
  opacity: 0.4;
  white-space: nowrap;
}




/* ===================
  hero
=================== */
.hero {
  position: relative;
  height: calc(100vh + 95px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 背景 */
.hero-bg {
  position: absolute;
  inset: -5%;
  background: url(/wp-content/uploads/fv-bg.jpg) center center / cover no-repeat;
  z-index: 0;
  transform: scale(1);
  will-change: transform;
}

/* オーバーレイ */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

.hero-overlay,
.scroll {
  position: relative;
  z-index: 2;
}

.hero-logo {
    margin-top: -50px;
}

/* ロゴ */
.hero-logo img {
  width: 14vw;
    max-width: 300px;
    min-width: 200px;
}

/* スクロール */
.scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 1.6rem;
  opacity: 0.7;
}


@media (max-width: 1180px) {
.header-mask {
    margin-right: 30px;
}
}

/* レスポンシブ */
@media (max-width: 768px) {
.header-mask {
    margin-right: 0px;
}

  .header-inner {
    flex-wrap: wrap;
    padding: 20px 20px;
    gap: 10px;
  }
.logo img {
    height: 30px;
}
.logo-sub {
    font-size: 1rem;
}

 .header-mask {
    width: 100%;
    justify-content: center;
    font-size: 12px;
  }


.header-right {
    width: 100%;
}


.header-mask img {
    position: relative;
    top: -2px;
}


.header-mask {
        margin: 0 auto;
        display: inline-block;
        width: calc(100% - 10vw);
        position: fixed;
        bottom: 15px;
        left: 5vw;
        text-align: center;
        box-sizing: border-box;
}

.hero{
          height: 80vw;
        min-height: 380px;
}
.hero-logo img {
    width: 20vw;
    max-width: 200px;
    min-width: auto;
}
.hero-logo {
    margin-top: 20px;
}

.scroll{
    bottom: 40px;
}


}

@media (max-width: 410px) {
.logo-sub {
display:none;
}
}


/*----------------------------------------
■グローバルナビ
-----------------------------------------*/


/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
    opacity: 1;
display:block;
visibility: inherit;
    z-index: 8000;
    pointer-events: auto;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    position: static;
    width: auto;
    height: auto;
    width: 100%;
}

#g-nav ul#navi-list > li{
    list-style: none;
    text-align: center;
    position: relative;
    color: #FFF;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 70px;
    font-size: 1.6rem;
    display: inline-block;
    line-height: 1.2;
}






#g-nav ul#navi-list > li a {
        color: #FFF;
    padding: 0;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}




#g-nav ul#navi-list li a span {
    position: relative;
    display: inline-block;
}

#g-nav ul#navi-list li.btn-recruit a span:after {
display:none;
}


#g-nav ul#navi-list li a span:after {
   position: absolute;
    bottom: -6px;
    left: 0;
    margin-left: 0px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 2px;
    background: #009dda;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s, background-color .2s ease-out;
    transition: transform .3s, background-color .2s ease-out;
}




#g-nav ul#navi-list li a:hover span:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    transform: scale(1,1)
}

#g-nav ul#navi-list li.btn-reserve a span:after {
display:none;
}




#g-nav ul#navi-list li.has-child .label__inner::before {
    content: "";
    background: #ffffffdb;
    height: 60px;
    width: 100%;
    left: 0;
    top: 70px;
    display: block;
    position: fixed;
    width: 100%;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .3s, background-color .2s ease-out;
    transition: transform .3s, background-color .2s ease-out;
}

#g-nav ul#navi-list li.has-child .label__inner {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#g-nav ul#navi-list li.has-child:hover .label__inner {
    visibility: visible;
    opacity: 1;
}
#g-nav ul#navi-list li.has-child:hover .label__inner::before {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left top;
    transform-origin: ledt top;
    -webkit-transition: -webkit-transform .3s,background-color .2s ease-out;
    transition: transform .3s,background-color .2s ease-out
}



#g-nav ul#navi-list {
      padding: 0;
    margin: 0;
    list-style-type: none;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
display: flex;
    align-items: center;
    gap: 32px;
}


#g-nav ul#navi-list > li.btn-reserve {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#g-nav ul#navi-list li.btn-reserve a {
  display: inline-block;
    padding: 12px 20px;
    border-radius: 4px;
    height: auto !important;
    font-weight: 700;
}
#g-nav ul#navi-list li.btn-reserve a {
    background: #009dda;
    color: #FFF;
}
#g-nav ul#navi-list li.btn-reserve a:hover {
    background: #2a2a2a;
}


#g-nav ul#navi-list > li.btn-reserve a span {
    background: url(/wp-content/uploads/icon-reserve.svg) no-repeat left center;
    background-size: 14px;
    padding-left: 20px;
}


#g-nav-logo {
display:none;
}


@media screen and (max-width: 1180px)  {

#g-nav-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    display: inline;
    transform: translate(-50%, -50%);
    z-index: 200;
    width: 100%;
height: 100vh;
}

#g-nav {
       position: fixed;
    z-index: 999;
    top: 0;
    opacity: 0;
    left: auto;
    right: 0;
    width: 100vw;
    height: 100vh;
 background: #f6f6f6;
    transform: translate(0%,0%);
    visibility: hidden;
transition: all 0.4s;
    opacity: 0;
z-index:-10;
visibility: hidden;
    pointer-events: none;
    transform: translateX(0%);
}
#g-nav-area {
  text-align: center;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
}
#g-nav ul#navi-list{
  margin-right: 0;
        margin-bottom: 0px;
        display: block;
        height: auto;
        text-align: center;
        width: calc(100% - 10vw);
        height: auto;
        position: relative;
margin: 0 auto;
}

#g-nav-logo img {
    width: 140px;
}

#g-nav-logo {
display:block;
    text-align: center;
    margin-top: 60px;
}



#g-nav ul#navi-list > li {
    font-size: 1.8rem;
    display: block;
    margin-right: 0px;
    list-style: none;
    text-align: center;
    width: 100%;
    margin: 0;
        box-sizing: border-box;
    height: auto !important;
    line-height: 1.6 !important;
}
#g-nav ul#navi-list > li a{
color: #675d52;
    display: inline-block;
padding: 10px;
    font-size: 3rem;
}



#g-nav ul#navi-list li {
transition: all 0.4s;
    transform: translateX(200px);
    opacity: 0;
    -webkit-transform: translate3d(0px, 20px, 0);
        border-bottom: solid 1px #DDD;
        padding: 10px 10px;
}

#g-nav.panelactive ul#navi-list li{
transform: translateX(0);
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0);
}

#g-nav.panelactive ul#navi-list li#nav1{
    transition-delay: .0s;
}
#g-nav.panelactive ul#navi-list li#nav2{
    transition-delay: .05s;
}
#g-nav.panelactive ul#navi-list li#nav3{
    transition-delay: .1s;
}
#g-nav.panelactive ul#navi-list li#nav4{
    transition-delay: .15s;
}
#g-nav.panelactive ul#navi-list li#nav5{
    transition-delay: .2s;
}
#g-nav.panelactive ul#navi-list li#nav6{
    transition-delay: .25s;
}
#g-nav.panelactive ul#navi-list li#nav7{
    transition-delay: .3s;
}

}




/*==================================================
　5-2-6 3本線が回転して×に
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
display:none;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background: #FFF;
    mix-blend-mode: difference;
    box-shadow: 0 0 10px #00000087;
  }


.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%;

}

@media screen and (max-width: 1180px)  {
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
display:block;
    position: fixed;
    cursor: pointer;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 20px;
    z-index: 9999;
}

#header-bar-area.HeightMin .openbtn{
  top: 2px;
}


.openbtn span {
    mix-blend-mode: normal;
}


.openbtn.active::before {
    background: #ea661e;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 9999px;
}
.openbtn.active span{
    box-shadow: none;
}



}


@media screen and (max-width: 768px)  {
.openbtn{
    right: 5px;
    top: 10px;
}
}




/*----------------------------------------
■キャッチイメージ
-----------------------------------------*/


/* ===================
  下層FV
=================== */
.page-fv {
    position: relative;
    height: auto;
    padding: 120px 5vw 120px;
    min-height: 380px;
    box-sizing: border-box;
    border-radius: 0 0 60px 60px;
    overflow: hidden;
}

.page-fv-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.6);
}

.page-fv-overlay {
  position: absolute;
  inset: 0;
    margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.page-title {
margin: 0;
    font-size: clamp(2.8rem, 3.4vw, 6rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #FFF;
}

.page-title-en {
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FFF;
    line-height: 1.4;
}



@media screen and (max-width: 768px) {

.page-fv {
    min-height: 300px;
border-radius: 0 0 30px 30px;
}
.page-title {
    font-size: 2.4rem;
}
.page-title-en {
    font-size: 1.6rem;
}

}



/*----------------------------------------
■メイン
-----------------------------------------*/
#main{
	margin:0px auto;
}

.section {
    margin: 0 5vw;
    padding: 120px 0;
}


@media screen and (max-width: 768px) {

.section {
    margin: 0 5vw;
    padding: 80px 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 {
     background: #FFF;
}

.footer-inner {
  display: flex;
  margin: 0 auto;
}

/* 左 */
.footer-left {
    width: 50%;
    padding: 140px 60px;
    box-sizing: border-box;
}

.footer-left-inner {
  max-width: 600px;
  margin: 0 auto; /* ← これで中央寄せ */
}



/* 右（地図） */
.footer-map {
    width: 50%;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* ロゴ */
.footer-header {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}



.footer-logo {
    width: 240px;
}

.footer-logo img {
    width: 100%;
    display: block;
}

.clinic-info {
  position: relative;
  padding-left: 30px;
  font-size: 1.4rem;
  line-height: 1.6;
}

/* 縦線本体 */
.clinic-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: #ccc;
}


.schedule table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.schedule th,
.schedule td {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.schedule td:first-child {
    text-align: left;
    font-weight: 500;
    font-size: 2rem;
     padding: 0 10px 0 20px;
    width: 160px;
    color: #675d52;
}

/* 記号色 */
.schedule td {
    font-size: 2rem;
}

.schedule td:nth-child(7) {
}


td.circle {
  color: #e0b63f;
}

td.triangle {
  color: #d36a2d;
}

td.slash {
  color: #675d52;
}



/* 注意文 */
.note {
    font-size: 1.4rem;
    margin-bottom: 2px;
    line-height: 1.6;
}

.important span {
   
}

.important {
    font-size: 1.6rem;
    color: #d75e1d;
    margin-bottom: 34px;
    line-height: 1.8;
}

/* ボタン */
.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  border: 1px solid #ccc;
 text-decoration: none !important;
  color: #675d52 !important;
  transition: 0.3s;
}

.btn:hover {
  background: #eee;
}

/* コピーライト */
.copyright {
    text-align: center;
    padding: 30px;
    background: #bd8657;
    color: white;
    font-size: 1.2rem;
    line-height: 1.2;
}

.footer-con-btn {
    margin: 0;
}

.footer-link {
    margin-top: 30px;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.footer-link a {
    text-decoration: none;
}


@media screen and (max-width: 768px) {


.footer-con-btn {
    text-align: center;
    margin: 0;
}


 .footer-inner {
    flex-direction: column;
  }

.footer-header {
    flex-direction: column;
}
.clinic-info {
    padding-left: 0;
    text-align: center;
}

.clinic-info::before {
  display:none;
}

.footer-left {
    width: 100%;
    padding: 80px 5vw;
}
.footer-left-inner {
    max-width: none;
}
 .footer-map {
  width: 100%;
    height: 300px;
  }
.schedule td:first-child {
    font-size: 1.4rem;
    width: 120px;
    padding: 0 5px 0 5px;
}
.schedule td {
    font-size: 1.6rem;
}
.schedule th, .schedule td {
        padding: 5px;
        font-size: 1.4rem;
    }

.note {
    font-size: 1.2rem;
}
.important {
    font-size: 1.4rem;
    margin-bottom: 28px;
    line-height: 1.6;
}

.copyright {
    font-size: 1rem;
}

.footer-link{
  text-align: center;
}


}


/*----------------------------------------
■トップページ
-----------------------------------------*/



.top-info {
  position: relative;
  z-index: 2;
  margin-top: -95px;
}

.top-info-news {
    max-width: 950px;
    margin: 0 auto;
}


.top-info-box {
    position: relative;
    z-index: 2;
    margin: -70px 5vw 0;
    background: #f8f8f6;
    border-radius: 40px 40px 0 0;
    padding: 110px 0 0px;
}



.top-info .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-info-inner {
display: flex;
  flex-direction: column;
  gap: 60px;
}

/* 左 */
.top-info-title {
text-align:center;
margin: 0 0 42px;
    font-size: clamp(2rem, 3.8vw, 6rem);
    line-height: 1.4;
    font-weight: 700;
    color: #d75e1d;
    white-space: nowrap;
}

.top-info-title span {
  position: relative;
  display: inline-block;
}

/* 下線 */
.top-info-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.08em;
  width: 100%;
  height: 4px;
  background: #d75e1d;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.7s ease 1.2s; /* ← 遅れて出す */
}

/* fadein完了後に線を伸ばす */
.top-info-title.scrollin span::after {
  transform: scaleX(1);
}



.top-info-side {
    width: 680px;
    margin: 0 auto;
}


.top-info-text p {
  margin: 0 0 16px;
  font-size: 1.6rem;
}

.top-info-text p strong {
    font-weight: 700;
    color: #d75e1d;
    border-bottom: solid 1px;
}

/* 右 */
.schedule-box {
  padding-top: 12px;
}




.top-info-con-btn {
    text-align: center;
    margin: 0;
}


/* ボタン */
.top-info-btn {
     display: inline-flex;
    align-items: center;
    justify-content: center;
       padding: 14px 40px;
    background: #FFF;
    border: 1px solid #cfcfcf;
    border-radius: 999px;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none !important;
    background: transparent;
    transition: 0.3s ease;
}

.top-info-btn:hover {
  background: #fff;
}





/* ===================
  共通
=================== */
.container {

}

/* ===================
  見出し
=================== */
.section-title {
  text-align: center;
    margin-bottom: 80px;
    padding-bottom: 140px;
    position: relative;
}

/* 線 */
.section-title::before {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  background: #ae855b;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 
    transform 0.8s ease,
    opacity 0.4s ease;
}

.section-title.is-active::before {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}

/* 初期状態（全共通） */
.section-title__en,
.section-title__jp,
.section-title__arch {
  opacity: 0;
  will-change: transform, opacity;
}

/* アーチ */
.section-title__arch {
  display: block;
  margin-bottom: 10px;
  transform: translateY(30px) scale(0);
  transform-origin: center bottom;
}

/* 英語 */
.section-title__en {
  display: block;
  transform: translateY(15px);
}

/* 日本語 */
.section-title__jp {
  display: block;
  transform: translateY(15px);
}

/* ===== 発火 ===== */

.section-title.is-animate .section-title__arch {
  animation: archAnim 0.7s cubic-bezier(.2,.8,.2,1) forwards;
}

.section-title.is-animate .section-title__en {
  animation: fadeUp 0.5s ease forwards;
  animation-delay: 0.5s;
}

.section-title.is-animate .section-title__jp {
  animation: fadeUp 0.5s ease forwards;
  animation-delay: 0.8s;
}

/* ===== keyframes ===== */

@keyframes archAnim {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0);
  }
  70% {
    opacity: 1;
    transform: translateY(-5px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-title__arch {
  width: 120px;
  margin: 0 auto 16px;
}

.section-title__en {
    font-weight: 700;
    font-size: 5rem;
    color: #ae855b;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.section-title__jp {
  font-size: 1.6rem;
    color: #ae855b;
}

/* ===================
  レイアウト
=================== */
.message-inner {
    display: flex;
    gap: 0;
    align-items: flex-start;
    margin: 0 -5vw 80px -5vw;
}

/* 画像 */
.message-img {
    aspect-ratio: 3 / 4;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
}

.message-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* テキスト */
.message-content {
    width: 90%;
    padding: 0px 5vw;
    box-sizing: border-box;
}

.message-content-inner {
    max-width: 740px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* リード */
.message-lead {
    font-size: 3.4rem;
    line-height: 1.4;
    color: #d75e1d;
    margin-bottom: 30px;
    font-weight: 700;
}
@media screen and (max-width: 1220px) {
.message-lead br{

}
}

/* 本文 */
.message-content p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
.message-content p br{
display:none;
}
}

/* 署名 */
.message-sign {
  margin-top: 32px;
  font-weight: 700;
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
}

.message-sign span {
    font-size: 1.4em;
}

.message-sign br{
display:block !important;
}

.message-detail {
  padding: 0 0 120px;
}

.message-detail__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.message-card {
    background: #fff;
    border-radius: 32px;
    padding: 5vw 5vw;
}

.message-card__title {
    position: relative;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
    color: #d75e1d;
    margin: 0 0 28px;
    padding-left: 24px;
}

.message-card__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 6px;
    height: 1.2em;
    background: #d75e1d;
}

.message-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.message-card__list li {
font-size: 1.6rem;
    line-height: 1.6;
    border-bottom: dashed 2px #DDD;
    padding-bottom: 10px;
}

.message-card__list li + li {
  margin-top: 10px;
}



.message-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.message-detail-left,
.message-detail-right {
  min-width: 0;
}

/* 左のカードは右全体と同じ高さに */
.message-detail-left .message-card {
  height: 100%;
  box-sizing: border-box;
}

/* 右は「上と下に振り分ける」 */
.message-detail-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* ←これがポイント */
  height: 100%;
  gap: 32px;
}

/* 右のカードは伸ばさない */
.message-detail-right .message-card {
  height: auto;
  box-sizing: border-box;
}

/* 右側を上下2段にする */
.message-detail-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
  height: 100%;
}

/* 右の各カードも段いっぱいに広げる */
.message-detail-right .message-card {
  height: 100%;
}

.message-career__group + .message-career__group {
  margin-top: 28px;
}

.message-career__heading {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    color: #d75e1d;
}



.message-private p {
  font-size: 1.6rem;
  margin-bottom: 16px;
    border-bottom: dashed 2px #DDD;
    padding-bottom: 10px;
}

.message-private strong {
    color: #d75e1d;
}



#philosophy {
  position: relative;
}

/* 上の写真 */
.philosophy-visual {
    position: relative;
    z-index: 1;
    width: auto;
    margin: 0 -5vw;
}

.philosophy-visual img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 白い本体 */
.philosophy-box {
    position: relative;
    z-index: 2;
    margin: -70px 5vw 0;
    background: #f8f8f6;
    border-radius: 40px 40px 0 0;
    padding: 110px 0 0px;
}

/* 左右に少し張り出す感じ */
.philosophy-box::before,
.philosophy-box::after {
  content: "";
  position: absolute;
  top: 70px;
  width: 70px;
  height: 40px;
  background: #f8f8f6;
}

.philosophy-box::before {
  left: -40px;
  border-top-left-radius: 24px;
}

.philosophy-box::after {
  right: -40px;
  border-top-right-radius: 24px;
}

/* 中身 */
.philosophy-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}




/* オレンジのメインコピー */
.philosophy-lead {
    margin: 0 0 40px;
    font-size: clamp(2.4rem, 3.8vw, 6rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #d75e1d;
white-space: nowrap;
}

/* 本文 */
.philosophy-text {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.2;
}




#recruit .section-title::before {
    background: #FFF;
}



.recruit-inner {
    position: relative;
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
}

.recruit-inner::before {
   content: "";
  position: absolute;
  inset: 0;
  background: url(/wp-content/uploads/recruit.jpg) no-repeat center center;
  background-size: cover;
  transform: translateY(var(--recruit-y, 0px)) scale(var(--recruit-scale, 1));
  transform-origin: center center;
  will-change: transform;
  z-index: 0;
}



/* 背景画像 */
.recruit-bg img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  display: block;
}

/* オーバーレイ */
.recruit-overlay {
background: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 14vw 60px 14vw;
    height: 100%;
    z-index: 1;
    position: relative;
}


.section-title.white .section-title__en {
  color: #fff;
}

.section-title.white .section-title__jp {
  color: #fff;
}

/* メインコピー */
.recruit-lead {
      font-size: clamp(2.4rem, 4vw, 6rem);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #FFF;
    margin-bottom: 80px;
    text-shadow: 0 0 10px #0000004a;
}

/* テキスト */
.recruit-text {
  margin: 0 0 40px;
  font-size: 1.8rem;
  line-height: 2;
  opacity: 0.95;
}

/* ボタン */
.btn-recruit {
     display: inline-block;
    padding: 18px 48px;
    border-radius: 999px;
    background: #d75e1d;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: 0.3s;
    color: #FFF !important;
}

.btn-recruit:hover {
  opacity: 0.8;
}




@media screen and (max-width: 768px) {



.top-info-text {
    margin: 0 -5vw;
}


.top-info-side {
    margin: 0 -5vw;
}

.top-info-con-btn {

}

.top-info {
    margin-top: -40px;
}
/* ボタン */
.top-info-btn {
    padding: 12px 24px;
    font-size: 1.4rem;
}


.top-info-box {
    margin: -40px 5vw 0;
    border-radius: 24px 24px 0 0;
    padding: 40px 0 0px;
}


.top-info-side {
    width: auto;
}

.top-info-inner {
    display: block;
}

.top-info-title {
    white-space: normal;
        margin-bottom: 20px;
}

.top-info-text p {
    font-size: 1.4rem;
}

.top-info-title span::after{
height:2px;
}

.message-inner {
    flex-direction: column;
    gap: 40px;
    margin: 0 0 60px;
}


.message-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.message-img {
    margin-left: -5vw;
}
.message-content {
    width: 100%;
    padding: 0;
}

.message-lead {
    margin: 0 0 20px;
    font-size: 2.6rem;
        text-align: center;
}


.message-detail__grid {
    grid-template-columns: 1fr;
    gap: 14px;
}

.message-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 20px;
}
.message-card__title {
    font-size: 2rem;
    margin: 0 0 16px;
    padding-left: 18px;
}

.message-card__list li {
    font-size: 1.4rem;
    line-height: 1.6;
}


  .message-detail-layout {
    display: block;
  }

  .message-detail-left,
  .message-detail-right {
    width: 100%;
  }

  .message-detail-right {
    display: block;
  }

  .message-card {
    margin-bottom: 20px;
  }

  .message-card:last-child {
    margin-bottom: 0;
  }


.message-detail-left {
    margin-bottom: 20px;
}

.message-career__heading {
    font-size: 1.6rem;
    margin-bottom: 6px;
}
.message-private p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
}


.philosophy-text br {
    display: none;
}

.philosophy-text {
    text-align: left;
}



.philosophy-visual img {
    width: 100%;
    height: 240px;
}


.philosophy-box {
    padding: 60px 0 0px;
}


.philosophy-lead {
    margin: 0 0 20px;
    font-size: 2.6rem;
}

.philosophy-text {
    font-size: 1.4rem;
    line-height: 2;
}

.recruit-overlay{
    padding: 80px 30px 80px;
}

.recruit-lead {
    font-size: 2.6rem;
    margin-bottom: 40px;
}

.section-title {
    margin-bottom: 30px;
padding-bottom:70px;
}
.section-title__arch {
    width: 80px;
    margin: 0 auto 10px;
}
.section-title__en {
    font-size: 3.4rem;
letter-spacing: 0.04em;
}
.section-title__jp {
    font-size: 1.4rem;
}
.section-title::before{
height: 50px;
}
.message-sign {
    text-align: right;
}



}



/*----------------------------------------
■お問い合わせ
-----------------------------------------*/


/* ===================
   上部ビジュアル
=================== */
.contact-fv {
    padding-bottom: 80px;
}

.contact-fv__inner {
  margin: 0 auto;
}


.contact-fv__text {
  text-align: center;
}

.contact-fv__text p {
    margin: 0;
    font-size: 1.8rem;
    line-height: 2;
}


.contact-fv__text p span {
    color: #d75e1d;
    border-bottom: solid 2px;
}

/* ===================
   電話案内
=================== */
.contact-tel {
  padding: 70px 20px 90px;
  background: #efefed;
}

.contact-tel__inner {
  max-width: 520px;
  margin: 0 auto;
  padding: 34px 40px;
  border: 2px solid #4a4a75;
  text-align: center;
  background: transparent;
}

.contact-tel__number {
  margin: 0 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-tel__number a {
  color: #4a4a75;
  text-decoration: none;
}

.contact-tel__hours {
  margin: 0;
  font-size: 2rem;
  line-height: 1.8;
  color: #4a4a75;
}

/* ===================
   フォーム
=================== */
.contact-form-section {
    padding: 0 0px 120px;
    margin: 0 5vw;
}




.contact-form-wrap {
     margin: 0 auto;
    padding: 60px 100px 80px;
    background: #FFF;
    border-radius: 60px;
}

.contact-form-box {
}

.contact-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-bottom: 1px solid #ddd8d2;
}



.contact-label {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-top: 12px;
}

.contact-label__text {
 font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
}

.contact-label__required {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 26px;
    padding: 0 6px;
    border-radius: 2px;
        background: #f0c025;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    transform: translateY(4px);
}

.contact-field {
  min-width: 0;
}

.contact-check-list .wpcf7-form-control-wrap {
  display: block;
}

.contact-check-list .wpcf7-list-item {
  display: block;
  margin: 0 0 18px;
}

.contact-check-list .wpcf7-list-item:last-child {
  margin-bottom: 0;
}

.contact-check-list .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.contact-check-list input[type="checkbox"],
.contact-check-list input[type="radio"] {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: #ae855b;
}

.contact-check-list .wpcf7-list-item-label {
font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}



.contact-input,
.contact-textarea {
  width: 100%;
  border: 1px solid #cfcac3;
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.6;
  box-sizing: border-box;
  border-radius: 6px;
  outline: none;
}

.contact-input {
  height: 64px;
  padding: 0 18px;
}

.contact-textarea {
  min-height: 180px;
  padding: 16px 18px;
  resize: vertical;
}

.contact-input:focus,
.contact-textarea:focus {
  border-color: #ae855b;
}

.contact-note {
  margin: 10px 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #8b8b8b;
}

.contact-submit {
  text-align: center;
  padding-top: 48px;
}

.contact-submit-btn {
  min-width: 320px;
  height: 74px;
  padding: 0 40px;
  border: none;
  border-radius: 10px;
  background: #d75e1d;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contact-submit-btn:hover {
  opacity: 0.85;
}

/* CF7エラー表示まわり */
.wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 1.4rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 32px 0 0;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.wpcf7-spinner {
    display: block !important;
    margin: 20px auto 0 !important;
}


/* PC基準。SPはあとででOK */
@media (max-width: 900px) {
  
.contact-label p {
    margin-bottom: 0px;
}

  .contact-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 0;
  }

    .contact-label {
        padding-top: 0;
        display: block;
        position: relative;
    }

  .contact-label__text {
    font-size: 2rem;
  }

  .contact-check-list .wpcf7-list-item-label {
    font-size: 1.6rem;
  }

  .contact-input {
    height: 56px;
    font-size: 1.6rem;
  }

  .contact-textarea {
    font-size: 1.6rem;
  }

  .contact-submit-btn {
    width: 100%;
    min-width: 0;
    height: 64px;
    font-size: 2rem;
  }
}


.contact-privacy {
  margin-top: 40px;
  text-align: center;
}
.contact-privacy p {
    margin: 0;
}

.contact-privacy__check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.contact-privacy__check .wpcf7-list-item {
    margin: 0;
}

.contact-privacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #ae855b;
}

.contact-privacy__text {
    font-size: 1.8rem;
    vertical-align: 2px;
}

.contact-privacy__text a {
  color: #ae855b;
  text-decoration: underline;
}

.contact-privacy__text a:hover {
  opacity: 0.7;
}


.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    opacity: 0.8;
    background: #DDD;
}



@media screen and (max-width: 768px) {

.contact-fv {
    padding-bottom: 40px;
}

.contact-fv__text p {
    margin: 0;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8;
}

.contact-form-wrap {
    margin: 0 auto;
    padding: 30px 24px 30px;
    background: #FFF;
    border-radius: 30px;
}

span.contact-label__required{
position: absolute;
    right: 0;
    top: 0;
}

}



/*----------------------------------------
■サンクス
-----------------------------------------*/

.thanks-page {
  padding: 120px 20px;
  background: #f7f7f5;
}

.thanks-page__inner {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 40px;
  padding: 80px 60px;
  text-align: center;
  box-sizing: border-box;
}

.thanks-page__icon {
  margin-bottom: 20px;
}

.thanks-page__icon img {
  width: 240px;
  height: auto;
}

.thanks-page__en {
    margin: 0 0 16px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.2em;
    color: #b88356;
}

.thanks-page__title {
margin: 0 0 22px;
    font-size: 4.4rem;
    line-height: 1.4;
    font-weight: 900;
    color: #cd5b1f;
}

.thanks-page__lead {
  margin: 0 0 36px;
  font-size: 1.8rem;
  line-height: 2;

}

.thanks-page__note {
  max-width: 640px;
  margin: 0 auto 40px;
  padding: 28px 32px;
  background: #f7f7f5;
  border-radius: 20px;
}

.thanks-page__note p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #666;
}

.thanks-page__tel {
  margin-bottom: 42px;
}

.thanks-page__tel-label {
margin: 0 0 0px;
    font-size: 1.5rem;
    line-height: 1.4;
}

.thanks-page__tel-number {
  margin: 0;
  font-size: 3.4rem;
    line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.thanks-page__tel-number a {
    color: #b88356;
  text-decoration: none;
}

.thanks-page__btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

a.thanks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 1.6rem;
  transition: 0.3s ease;
  box-sizing: border-box;
}

a.thanks-btn--home {
  background: #d75e1d;
  color: #fff;
}

.thanks-btn--home:hover {
  opacity: 0.85;
}

a.thanks-btn--contact {
  border: 1px solid #cfcac3;
  background: #fff;

}

.thanks-btn--contact:hover {
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .thanks-page {
    padding: 80px 16px;
  }

  .thanks-page__inner {
    padding: 56px 24px;
    border-radius: 24px;
  }

  .thanks-page__title {
    font-size: 3rem;
  }

  .thanks-page__lead {
    font-size: 1.6rem;
  }

  .thanks-page__note {
    padding: 22px 18px;
  }

  .thanks-page__note p {
    font-size: 1.4rem;
  }

  .thanks-page__tel-number {
    font-size: 2.8rem;
  }

  .thanks-btn {
    width: 100%;
    min-width: 0;
  }
}



/*----------------------------------------
■プラポリ
-----------------------------------------*/

.privacy-page {

}

.privacy-page__inner {
margin: 0 auto;
    background: #fff;
    border-radius: 32px;
    padding: 80px 80px;
    box-sizing: border-box;
}

.privacy-page__title {
  margin: 0 0 32px;
  font-size: 3.6rem;
  font-weight: 700;
}

.privacy-page__lead {
margin: 0 0 60px;
    font-size: 1.6rem;
    line-height: 2;
}

/* 各ブロック */
.privacy-block {
  margin-bottom: 48px;
}

.privacy-block:last-child {
  margin-bottom: 0px;
}

.privacy-block h2 {
    margin: 0 0 16px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #d75e1d;
    line-height: 1.4;
}

.privacy-block p {
    margin: 0;
    font-size: 1.6rem;
}

.privacy-block ul {
    margin: 12px 0 0;
    padding-left: 20px;
}

.privacy-block li {
  font-size: 1.6rem;
  line-height: 2;
list-style:disc;
}

/* お問い合わせだけ強調 */
.privacy-block--contact {
    margin-top: 20px;
    padding: 40px 50px;
    background: #f7f7f5;
    border-radius: 16px;
    display: inline-block;
}


.privacy-block:last-child h2 {
    color: #675d52;
    font-size: 2rem;
    margin-bottom: 10px;
}

@media (max-width: 767px) {

.privacy-page__lead {
    margin: 0 0 30px;
    font-size: 1.4rem;
    line-height: 1.8;
}

.privacy-page__inner {
    border-radius: 16px;
    padding: 30px 30px;
}
.privacy-block h2 {
    margin: 0 0 10px;
        font-size: 1.8rem;
}
.privacy-block p {
    font-size: 1.4rem;
    line-height: 1.7;
}
.privacy-block {
    margin-bottom: 24px;
}

.privacy-block li {
    font-size: 1.4rem;
    line-height: 1.7;
}
.privacy-block--contact {
    margin-top: 30px;
    padding: 30px 30px;
    background: #f7f7f5;
    border-radius: 8px;
}

}



/*----------------------------------------
■ブログ
-----------------------------------------*/



#single_social{
float:left;
width:50%;
	list-style:none;
}
.single-post-info{
float:right;
width:50%;
    line-height: 1;
text-align:right;
font-size:12px;
}


#single_social li{
	float:left;
}
.postmeta{
	
}
.postmeta p{
}



/*----------------------------------------
■ポップアップ
-----------------------------------------*/

.hatsunetsu-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.hatsunetsu-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hatsunetsu-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.hatsunetsu-modal.is-open .hatsunetsu-modal__overlay {
  opacity: 1;
}

.hatsunetsu-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(680px, calc(100% - 40px));
  transform: translate(-50%, -50%) translateY(18px);
  opacity: 0;
  background: #f7f7f5;
  border: 6px solid #d75e1d;
  box-sizing: border-box;
  padding: 72px 80px 60px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.hatsunetsu-modal.is-open .hatsunetsu-modal__dialog {
  transform: translate(-50%, -50%) translateY(0);
  opacity: 1;
}

.hatsunetsu-modal__inner {
  text-align: center;
}

.hatsunetsu-modal__close {
  position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    color: #d75e1d;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.hatsunetsu-modal__close:hover {
  opacity: 0.7;
}

.hatsunetsu-modal__icon {
  margin-bottom: 18px;
}

.hatsunetsu-modal__icon img {
  width: 96px;
  height: auto;
  display: inline-block;
}

.hatsunetsu-modal__title {
    margin: 0 0 18px;
    color: #d75e1d;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
}

.hatsunetsu-modal__lead {
    margin: 0 0 18px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

.hatsunetsu-modal__lead span {
    display: inline-block;
    background: #d75e1d;
    padding: 4px 14px 4px;
    margin-bottom: 4px;
}

.hatsunetsu-modal__text {
    max-width: 640px;
    margin: 0 auto 20px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
}

.hatsunetsu-modal__tel {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 700;
line-height: 1;
}

.hatsunetsu-modal__tel a {
  color: inherit;
  text-decoration: none;
}

body.is-modal-open {
  overflow: hidden;
}

/* SPはあとでまとめて調整でもOKだが最低限 */
@media (max-width: 767px) {
  .hatsunetsu-modal__dialog {
    width: calc(100% - 24px);
    padding: 48px 24px 32px;
    border-width: 4px;
  }

  .hatsunetsu-modal__close {
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    font-size: 2.6rem;
  }

  .hatsunetsu-modal__icon img {
    width: 72px;
  }

  .hatsunetsu-modal__title {
          font-size: 2.6rem;
        margin: 0 0 12px;
  }

  .hatsunetsu-modal__lead {
    font-size: 1.6rem;
        margin: 0 0 12px;
  }

  .hatsunetsu-modal__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .hatsunetsu-modal__tel {
    font-size: 2.2rem;
  }
}



/*----------------------------------------
■個別設定
-----------------------------------------*/

.slide-box {
    overflow: hidden;
}


.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);
    }
}



.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;
  }
}