@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 新着記事表示 */

.admin-pv,.post-date{
	display:none;
}

.new-entry-cards.large-thumb {
display: flex;
flex-wrap: wrap;
}

.new-entry-cards.large-thumb a {
width: 33.333%;
}

/768px以下/
@media screen and (max-width: 768px){
.new-entry-cards.large-thumb a {
width: 50%;
}
}

/480px以下/
@media screen and (max-width: 480px){
.new-entry-cards.large-thumb a {
width: 100%;
}
}
.date-tags{
display:none;
}
.author-info{
display:none;
}

body{
font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.2rem;
}

h1,h2,h3,h4{ font-family: 'Noto Serif JP', sans-serif;
}
.center{
	text-align:center;
}

.page-id-1404 .article h1{
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    color: #039DBE;
    position: relative;
    margin-bottom: 80px;
}

.page-id-1404 .article h2{
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    color: #039DBE;
    position: relative;
    margin-bottom: 80px;
	border:none;
}

.page-id-1404 .article h1:before {
    content: '';
    position: absolute;
    bottom: -30px;
    display: inline-block;
    width: 100px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F5C414;
    border-radius: 2px;
}

.page-id-1404 .article h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F5C414;
    border-radius: 2px;
}



.u_l{
	border-bottom: solid 1px orange;
}
.home.page .entry-title{ text-align:center; }


#toc a{
	font-size:0.9em;
}

.metaslider {
    margin-bottom: 80px;
}

.article h3 {
font-size: 2.6rem;
    font-weight: 400;
    margin-bottom: 2rem;
    border-left: 4px solid #00AACF;
    padding-top: 5px;
    padding-left: 18px;
    text-align: left !important;
}
.buddy{
	display:flex;
	border:solid 1px;
	padding:3%;
}
.eye-catch-wrap{
	justify-content: space-evenly;
}

.buddy .text{
	padding-left:4%;
}
.name{
	font-weight:bold;
	color:#6897d7;
}

.followWrap header{
	padding:0 5%;
}

a{font-size:1rem;}

h3 img{
	max-width: 100%;
}
.cat-item .cf{
	font-weight:bold;
	color:#6897d7;
}
.children .cf{
font-weight:100;
	color:#303030;
	
}

.cat-label{
	color: #6c5454!important;
	
}

#about{
	background-color:#fbf5f0;
}

#about .container{	width:100%;
padding:0;
}
#お問い合わせ .container{	width:100%;
padding:0;
}


.msg {
	line-height:5rem;
	padding-bottom:3%;
	font-size:1.5rem;
}

.org{
	color:#ec9c80;
}

.msg2{
	background-color:#fff;
		line-height:4.5rem;
	padding:5%;
		font-size:1.5rem;
}

.u-yellow{
background-color:#fbf8c9;
}

.big{
	font-size:2rem;
}

.big-red{
	color:#cf5198;
	font-size:4rem;
}

@media (max-width:768px) {
	.msg{
font-size:0.8rem;
	line-height:2.5rem;
			padding-bottom:10%;
	}
	.msg2{
		font-size:0.8rem;
	line-height:2.5rem;
	}
	.big{
	font-size:1.0rem;
}

.big-red{
	color:#cf5198;
	font-size:2rem;
}
	
}

.thanks{
	padding:5%;
	background-color:none;
	max-width:1280px;
	margin:0 auto;
}
.voice1{	text-align:left;
	
}

.voice1 h4{
font-size:1.5rem;
		margin-bottom:30px;

}

.vname{
background-color:#ebacac;
	padding:1% 5%;
}

.thanks h3{
		font-size:1.5rem;
}

.service{
padding:5% 8%;
	background-color:#fff;
		max-width:1280px;
	margin:0 auto;

}
.s-msg{
	padding-bottom:5%;
}

.bg-w{background-color:#fff;}

.s-title {
padding-bottom:5%;
}

.service p{
	font-size:1.2rem;
}


.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text {
		text-align:left;
	width:800px;
	max-width:840px;
}

.service h3 {
  font-size: 1.9rem;
  margin: 0;
}

.pict {
  width: 60%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: left;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
  .box {
    flex-direction: column;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    text-align: center;
  }
  .box:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:50%;
    height:auto;
  }
	.text{
		max-width:100%;
	}

}

.bg-b{
	background-color:#cebe9a;
}

.bg-b2{
	background-color:#fbf5f0;
}	

.ac{
	background-color:#cebe9c;
	padding:3% 8% 1%; 
	max-width:1280px;
		margin:0 auto;

}

.pr{
	background: linear-gradient(-135deg, #E4A972, #9941D8);
	color:#fff;
	padding:8px;
}
.ac h3{
	font-size:2.2rem;
}

.ac p{color:#303030;}
.ac a{
	color:#fff;
	padding:10px;
	border:solid 1px;
}
.ac a:hover{
	background-color:#fff;
	padding:10px;
	color:#cebe9c;
	border:solid 1px;
}


.procedure{
	max-width:1280px;
	margin:0 auto;
	padding:5%;
}

.p-title {
	padding-bottom:5%;
}

.box2 {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text {
		text-align:left;
	width:640px;
}

.box2:nth-child(even) {
  flex-direction: row;
}
.box2:nth-child(even) .text {
  text-align: left;
}
.box2:nth-child(even) .pict {
}

@media (max-width:768px) {
  .box2 {
    flex-direction: column;
  }
  .box2:nth-child(even) {
    flex-direction: column;
  }
  .box2:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box2:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:80%;
    height:auto;
  }
	.text{
		max-width:100%;
		text-align:center;
	}
}

.procedure h4 {
    background-color: #039dbe;
    padding: 10px 10px 10px 20px;
    color: #fff;
    margin-right: 80px;
    font-size: 1.5rem;
    border-radius: 40px;
}
@media (max-width:768px) 
{.procedure h4 {
	margin-right:0;
}
}

.column {
	margin:0 auto;
	padding:10% 3% 0;
}

.c-title{
	padding-bottom:10%;
}

.c-title2{

}

.column .text{
	font-size:12px;
	padding:5%;
	border:solid 1px;
	height:100%;
	margin-top:40px;
}
	
.column .text{
	font-size:1rem;
}

.ap2{
	background-color:#cebe9a;
	margin:-40px -30px -30px;
	padding:3%;
	text-align:left;
	color:#303030;
}

.ap2 h4{font-size:1.5rem;}

@media (max-width:768px) {
.ap2{
	padding:3% 8%;
}
}

.section-padding {
    padding: 70px 0 0px;
    padding: 4.375rem 0 0px;
}

.page-id-1404 table{
  width: 100%;
  border-collapse: collapse;

}

.page-id-1404 table tr{
  border-bottom: solid 2px white;

	
}

.page-id-1404 table tr:last-child{
  border-bottom: none;
}

.page-id-1404 table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #f39c5e;
  color: white;
  text-align: center;
  padding: 10px 0;
	font-size:20px;
	}

.page-id-1404 td{background-color:#fff;
}

.company{
	padding:5% 0;
	}

.contact{
padding:5% 0;
	
}

.comp1{
	max-width:1280px;
	padding:5%;
	margin:0 auto;
}

.comp1 td{
text-align:left;
padding-left:2%;
font-size:1.2rem;
}

a{
font-size:1.3rem;
}


.comp1 h3{
	font-size:2.5rem;
	color:#303030;
	padding-bottom:2%;
	padding-top:3%;
}

#apcolumn .container{
	max-width:1280px;
	padding:0 5%;
	
}

.cont-title{
	padding-bottom:1%;
}

.wpcf7{
	font-size:1.5rem;
	max-width:1070px;
	margin:0 auto;
}

.wpcf7 td{
	font-size:15px;
}
.form-navi{
	font-size:20px;
	
}

span.wpcf7-list-item {
display: block;
	width:10px;
	margin:2% 0;
	font-size:1.23rem;
}

label {
    white-space:nowrap;

}

.form-notice{
	font-size:1.5rem;
}

.wpcf7-not-valid-tip{
	text-align:left;
	padding-left:10px;
}

.wpcf7-response-output{
	font-size:1.5rem;

}
.wpcf7 td{text-align:left;}

#content .site-content{
	max-width:1280px;
	padding:5%;
	margin:0 auto;
}
#content  .content-area{
	padding:5%;
}

.tel{
	font-size:1.5rem;
	text-align:center;
}

.list-article-thumb img{
	width:240px;
}

@media screen and (max-width: 640px) { .wpcf7{padding:0 3%;}
	.service{text-align:left;}
 .service p{text-align:left;}
	.procedure p{text-align:left;}
.column p{text-align:left;
	font-size:0.9rem;}
	.cont-title{padding:0 5%;
	width:260px;
		margin:0 auto;	}
	.s-title{width:180px;
		margin:0 auto;}
		.c-title{padding-bottom:1%;
		margin:0 auto;}
	
	.p-title{width:220px;
		margin:0 auto;		
		}
	.comp-title{width:180px;
		margin:0 auto;		
	}
	.company {font-size:0.8rem;
	}
	.company a{font-size:1.1rem;}
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .wpcf7 {
    width: 80%;
  }
  .wpcf7 th,
  .wpcf7 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.su-spoiler-style-default>.su-spoiler-title {
    font-size: 1.5rem;
    color: #4e99ed;
}
.center h2{
	text-align:center;
}

.ov img:hover{
opacity: 0.5;
}
	
}

.article h1{
    font-size: 3.2rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    color: #039DBE;
    position: relative;
    margin-bottom: 80px;
}






/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.u_l{border:none;}

h3{text-align:center;}

.buddy{
   flex-direction: column;
   align-items: center;
}
.buddy .text{
   text-align:left;
	padding:0 2%;
}
}


.sidebar h3 {
  background: none;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #ffc679; /* サイドバータイトルの色を指定 */
}
.sidebar h3::before,
.sidebar h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  border-top: 3px solid #ffc679; /* サイドバータイトル横のバーの色を指定 */
}
.sidebar h3::before {
  left: 0;
}
.sidebar h3::after {
  right: 0;
}
.widget_categories ul li a {
  color: #333;
  text-decoration: none;
  padding: 6px 0;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px dotted #ccc;
  font-size: 16px;
}
.widget_categories ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  padding-right: 10px;
}
.widget_categories > ul > li > a:first-child {
  border-top: none;
}
.widget_categories > ul > li > a:last-child {
  border-bottom: 1px dotted #ffc679;
}
.widget_categories ul li a .post-count {
  display: block;
  float: right;
  background: #fff;
  padding: 0 1em;
  font-size: 14px;
  margin-top: 0.2em;
  border-radius: 4px;
}
.widget_categories ul li a:hover {
  background: none;
  transition: 0.5s;
  color: #ffc679;
}
.widget_categories ul li a:hover .post-count {
  background: #ffc679;
  color: #fff;
  transition: 0.5s;
}
.widget_categories ul li ul {
  border-bottom: 1px dotted #ccc;
}
.widget_categories ul li ul li a {
  color: #333;
  text-decoration: none;
  padding: 0 4px 4px 4px;
  display: block;
  border: none;
}
.widget_categories ul li ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  padding-right: 0.45em;
  font-weight: bold;
}
.author-box .sns-follow-buttons a.follow-button {
  background-color: #fff;
  color: black;
  border: 0px;
}
.author-box {
  border: 0px;
}
.author-box p {
  margin-top: 0.3em;
  line-height: 1.6;
}
.author-box p a {
  text-decoration: none;
}
.author-box p a:hover {
  text-decoration: underline;
  color: #008cee; /* プロフィールにリンクを貼っている場合, ホバーした際の色指定 */
}
/* スマホサイドバー設定 */
#sidebar .author-box {
  border: none;
  border-radius: 4px;
  margin: 1em 0;
  line-height: 1.4;
  position: relative;
  padding: 1.4% 2% 1.8%;
}
#sidebar .author-thumb {
  float: none;
  width: 100%;
  margin: 9px auto 0;
  height: 0;
  padding-top: 75px;
  position: relative;
}
#sidebar .author-thumb img {
  border: 3px dashed #ffc679;
  width: 35%;
  padding: 6px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
}
#sidebar .author-content {
  margin-top: 16%;
  font-size: 0.9em;
}

.cardtype ul {
    display: flex;
    margin-bottom: 120px;
flex-wrap: wrap;
    align-items: stretch;
justify-content: center;
}

.cardtype ul li {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%);
    margin-right: 30px;
    width: 27%;
list-style:none;
    margin-bottom: 22px;

}
.cardtype p{
padding: 0 5% 0;
	font-size:1.0rem;
}

.cardtype h4{
	color: #039dbe;
    font-size: 1.2rem;
    margin: 0;
    padding: 0 20px 10px;
	text-align:center;	
}

.cardtype a{
color: #1e1e1e;
    background: #f5c414;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 2% 6%;
    border-radius: 50px;
    font-weight: 600;
}
.cardtype a:hover{
    background: #f9e086;
	color:#8f7d7d;
}


.katudou {
    max-width: 1036px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.center-box{
	text-align:center;
}

.katudou li{
background: #FFF;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 9%);
    padding-bottom: 24px;
    border-bottom: none;
}

.widget-entry-cards.card-large-image .a-wrap {
    max-width: 350px;
    width: 30%;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 9%);
    padding-bottom: 24px;
    border-bottom: none;
    margin: 0 12px 0 0;
}

.new-entry-cards.large-thumb {
    justify-content: center;
}

.widget-entry-cards.card-large-image figure img {
    border-radius: 15px 15px 0 0;
}


.widget-entry-cards .a-wrap {
    padding: 0px;
}

.widget-entry-card-snippet {
    padding: 0 4%;
}

.card-title-bold .card-title {
    font-weight: 700;
	text-align: center;
}

.ktudou a {
	color: #1e1e1e;
    background: #f5c414;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 2% 6%;
    border-radius: 50px;
    font-weight: 600;
}
.ktudou a:hover {
    background: #f9e086;
	color:#8f7d7d;
}

.ktudou{
	text-align:center;
	margin:80px 0;
}

.text a {
	color: #1e1e1e;
    background: #f5c414;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 2% 6%;
    border-radius: 50px;
    font-weight: 600;
}
.text a:hover {
    background: #f9e086;
}

/*youtubeのサイズ変更*/
.video-container {
max-width: 100%;
margin: 0px auto;
}

.video{
	text-align:center;
	margin-bottom:80px;
}

.video a{
color: #1e1e1e;
    background: #f5c414;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 2% 6%;
    border-radius: 50px;
    font-weight: 600;

}

.video a:hover{
    background: #f9e086;
	color:#8f7d7d;
}


@media screen and (max-width: 480px){
.article h1 {
	font-size:1.8rem;
}
.page-id-1404 .article h2 {
	font-size:1.4rem;
}

.page-id-1404 .article h4 {
	font-size:1.2rem;
}
	
.cardtype ul li {
  width: 100%;
}
	.widget-entry-cards.card-large-image .a-wrap {
	width:100%;
	    margin: 0 0 20px;
	}
}	
.iconcolor{
	color:#039DBE;
	}

.box-menu:hover {
	border:solid 1px #000;
}

.mt-5{
	margin-bottom:8%;
}
.mb-5{
		margin-top:8%;
	
}
.salon{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	display:flex;
}

input[type='submit'] {
color: #1e1e1e;
    background: #f5c414;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 2% 6%;
    border-radius: 50px;
    font-weight: 600;
	width:60%;
    font-size: 25px;
}



.rankback{
	background:#ffd900;
	padding:3%;
	border-radius: 20px;
}

.rankback table tr {
  background-color: #fff;
  padding: .35em;
}

.rankback table tr:nth-child(even){
  background-color: #f9f9f9;
}
.rankback td{
	text-align:center;
}

.rankback th{
	width:13%;
	font-size:12px;
}

.rankback td{
	width:29%;
    font-size: 15px;
}

.rankback td img{
	max-width:100px;
}

.article h2 {
	color:#039dbe;
  padding: 1rem 1rem;
  border: 6px double #039dbe;
}

.b{
	font-weight:600;
	}

.orange
{
	color:#f3920f;	
}

.matome th{
background:#ffc679;
}

table th, table td {
    border-color: #949495!important;
    padding: 6px;
    border: solid 1px;
}

.matome td{
	padding:10px;
	
}

.borderbox{
	border:1px solid;
	border-radius:15px;
	padding:25px 20px;
}
.center{
	text-align:center;
}

/*その他と主な共通部分は省略*/

a.btn--green {
  color: #fff;
  background-color: #094;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}
@media screen and (max-width: 480px){
.page-id-1404 table th , table td{
  width:100%;

  display:block;
}
}

/*20241226 ADD*/
/*既存のヘッダー消す*/
.header-container-in.hlt-top-menu .header {
  display: none;
}
/*既存のフッター消す*/
footer.footer-container {
  display: none;
}
footer.footer-container.footer-wrap {
  display: block !important;
}
/*既存のスライダー消す*/
.home .metaslider {
  display: none;
}
/*既存のキャッチコピー消す*/
.home.page .entry-title {
  display: none;
}
.slick-dotted.slick-slider {
  padding-left: 0 !important;
}
body {
  font-size: 16px;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", serif;
  color: #333;
}
ul,li {
  list-style: none;
}
ul {
  padding-left: 0;
}
.sp {
  display: none;
}
.home .wrap {
  width: 100%;
  max-width: 100%;
}
.home.no-sidebar .content .main {
  padding: 0;
}
.home .article {
  margin-bottom: 0;
}
.inner {
  max-width: 1105px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.btn-orange, .btn-wrap.btn-wrap-orange > a {
  background-color: transparent;
}
.btn-orange br {
  display: none;
}
.header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 100px;
  box-shadow: 0px 2px 4.6px 0px rgba(0, 0, 0, 0.1);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
.navigation__list {
  display: flex;
  height: 100%;
  list-style: none;
}
.navigation__list li {
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
}
.navigation__list li a {
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all  0.3s ease;
  line-height: 1;
}
.home .navigation-top a,
.category-buddyfamily .navigation-column a {
  position: relative;
  color: #E57F12;
}
.home .navigation-top a::after,
.category-buddyfamily .navigation-column a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px auto 0;
  background-color: #E57F12;
  border-radius: 50%;
  left: 0;
  right: 0;
}
.header-logo {
  margin-left: 50px;
}
.navigation,
.navigation > div {
  height: 100%;
}
.navigation__link span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.navigation__link .en {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
.navigation__link .jp {
  font-size: 13px;
}
.navigation__list-item {
  position: relative;
}
.navigation__list-item::before {
  position: absolute;
  left: 0;
}
.navigation-top {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}
.navigation-news {
  padding-right: 40px;
  padding-left: 40px;
}
.service-wrap {
  margin-bottom: 110px;
}
.navigation-service {
  padding-right: 30px;
  padding-left: 30px;
}
.navigation-column {
  padding-right: 30px;
  padding-left: 30px;
}
.navigation-report {
  padding-right: 30px;
  padding-left: 30px;
}
.navigation-about {
  padding-right: 35px;
  padding-left: 35px;
}
.navigation-contact {
  background-color: #9A7B28;
}
.navigation-contact a {
  padding-right: 70px;
  padding-left: 70px;
  height: 100%;
}
.navigation__list li.navigation-contact a {
  display: flex;
  align-items: center;
  color: #fff;
}
.navigation__list li a:hover {
  color: #E57F12;
}
.navigation__list li.navigation-contact a:hover {
  color: #fff;
  background-color:#E57F12;
}
.navigation-top::before,
.navigation-news::before,
.navigation-service::before,
.navigation-column::before,
.navigation-about::before,
.navigation-report::before {
  display: inline-block;
  content: "";
  background-color: #ECECEC;
  width: 1px;
  height: 60px;
}
.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1375px) {
  .navigation__link .en {
    font-size: 17px;
  }
  .navigation__link .jp {
    font-size: 12px;
  }
  .navigation-top {
    padding-right: 40px;
    padding-left: 40px;
  }
  .navigation-news {
    padding-right: 30px;
    padding-left: 30px;
  }
  .navigation-service {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-report {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-about {
    padding-right: 25px;
    padding-left: 25px;
  }
  .navigation-contact a {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .navigation__link .en {
    font-size: 16px;
  }
  .navigation__link .jp {
    font-size: 11px;
  }
  .navigation-top {
    padding-right: 35px;
    padding-left: 35px;
  }
  .navigation-news {
    padding-right: 25px;
    padding-left: 25px;
  }
  .navigation-service {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation-report {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation-about {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-contact a {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .navigation__link .en {
    font-size: 15px;
  }
  .navigation__link .jp {
    font-size: 10px;
  }
  .navigation-top {
    padding-right: 30px;
    padding-left: 30px;
  }
  .navigation-news {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-service {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-report {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-about {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation-contact a {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 950px) {
  .navigation__link .en {
    font-size: 13px;
  }
  .navigation__link .jp {
    font-size: 10px;
  }
  .navigation-top {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-news {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-service {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-report {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-about {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-contact a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.service-wrap {
  margin-bottom: 46px;
}

.content {
  margin-top: 50px;
}
.slide {
  width: 100%;
}
.slick-dotted.slick-slider {
  position: relative;
  margin-top: -14px;
  margin-bottom: 0;
}
.slick-slide img {
  width: 100%;
  min-width: 100%;
  aspect-ratio: 1440 / 870;
}
.slick-dots li button {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
.slick-dots li button:before {
  font-size: 12px!important;
  color: #fff!important;
  opacity: 1!important;
}
.slick-dots li.slick-active button:before {
  color: #E57F12!important;
  opacity: 1!important;
}
.slick-dots {
  bottom: 40px!important;
}
.page-id-1404 .article h2.news_title {
  margin-bottom: 30px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #E57F12;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}
  /*NEWS*/
.news-container {
  margin-top: 60px;
}
.page-id-1404 .article h2.news_title::before {
  content: none;
}
.news_wrap {
  margin-bottom: 130px;
}
.news_wrap p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
}
.news_wrap p .date {
  display: inline-block;
  width: 8em;
}
#footer.footer-wrap {
  padding: 40px 30px 20px;
  background-color: #9A7B28;
}
#footer.footer-wrap h1 {
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1;
}
#footer.footer-wrap .footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;  
}
#footer.footer-wrap .footer-menu li:first-child {
  border-left: 1px solid #fff;
}
#footer.footer-wrap .footer-menu li {
  padding: 0 1em;
  border-right: 1px solid #fff;
  line-height: 1;
}
#footer.footer-wrap .footer-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
#footer.footer-wrap .footer-menu a:hover {
  background-color: transparent;
}
#footer.footer-wrap .copyright {
  font-size: 10px;
  text-align: center;
}
.fixed-contact {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.fixed-contact.none {
  opacity: 0;
  pointer-events: none;
}
.contactform-container {
  background-color: #9A7B28;
  padding: 110px 0 40px;
}
.contactform-container h2 {
  background-color: transparent;
}
.page-id-1404 .article .contactform-container .h2-title p,
.page-id-1404 .article .contactform-container .h2-title h2 {
  color: #fff;
  text-align: center;
}
.page-id-1404 .article .contactform-container .h2-title {
  height: 162px;
}
.page-id-1404 .article .contactform-container .h2-title::before {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/bg_brown.png) no-repeat 0 0;
  background-size: 152px auto;
  width: 152px;
  height: 152px;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contact_description,
.form-notice {
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.form-notice a {
  font-size: 16px;
  font-weight: 400;
}
.contact-container {
  margin-bottom: -54px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F3EBDC;
}
.contact-container .inner {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border: 2px solid #9A7B28;
  text-align: center;
  z-index: 10;
}
.contact-container .contact-container-inner::before {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/bg_brown.png) no-repeat 0 0;
  background-size: 152px auto;
  height: 152px;
  width: 152px;
  position: absolute;
  top: -74px;
  left: -74px;
  z-index: 1;
}
.contact-container .contact-container-inner {
  position: relative;
  max-width: 1105px;
  width: 100%;
  margin: 0 auto;
}
.contact-container .contact-container-inner::after {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/bg_brown.png) no-repeat 0 0;
  background-size: 152px auto;
  height: 152px;
  width: 152px;
  position: absolute;
  bottom: -74px;
  right: -74px;
  z-index: 1;
}
.contact-container .txt {
  color: #333;
  font-size: 16px;
}
.contact-container .phonenumber {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  color: #9A7B28;
  line-height: 1;
}
.contact-container .tel {
  font-size: 30px;
}
.contact-container .number {
  font-size: 40px;
}
.home .footer {
  margin-top: 0;
}
/*リード*/
.lead-wrap {
  position: relative;
  min-height: 412px;
  background: url("/wp2019/wp-content/uploads/2024/12/lead_img.png") no-repeat 0 0;
  background-size: cover;
  margin-bottom: 550px;
}
.lead-box {
  position: absolute;
  top: 50%;
}
.lead-title {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
}
.lead-title span {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #fff;
}
.page-id-1404 .article .lead-box h2 {
  color: #333;
  text-align: left;
  padding: 0;
  font-size: 26px;
  margin-bottom: 1em;
}
.page-id-1404 .article .lead-box h2::before {
  content: none;
}
.lead-box p {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
/*サービス*/
.service-wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.service-wrap figure {
  /*argin-bottom: 110px;*/
}
.btn-orange {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-orange a {
  position: relative;
  padding-top: 7px;
  display: block;
  font-size: 25px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  color: #E57F12;
  background-color: #fff;
  width: 336px;
  height: 92px;
  border: 2px solid #E57F12;
  transition: all 0.3s ease;
}
.btn-orange.small a {
  padding-top: 12px;
  font-size: 13px;
  width: 220px;
  height: 50px;
}
.btn-orange a span {
  display: block;
  font-size: 13px;
}
.btn-orange a:hover {
  color: #fff;
  background-color: #E57F12;
}
.btn-orange a::after {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow.png) no-repeat 0 0;
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-orange a:hover::after {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow_white.png) no-repeat 0 0;
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-orange.gold a {
  background-color: #9A7B28;
  color: #fff;
}
.btn-orange.gold:hover {
  background-color: #D4BB3C;
}
.btn-orange.gold a::after {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow_white.png) no-repeat 0 0;
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*サポート*/
.support-wrap-bg,
.support-wrap-bg h2 {
  background-color: #F3EBDC;
}
.support-wrap-bg .inner {
  padding: 90px 60px;
}
.page-id-1404 .article .support-wrap-bg h2 {
  padding-bottom: 25px;
  margin-bottom: 80px;
  color: #333;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-id-1404 .article .support-wrap-bg h2 span {
  font-size: 26px;
}
.page-id-1404 .article .support-wrap-bg h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #CFAD28;
}
.support-wrap-bg h2 span {
  font-size: 26px;
}
.support-box-wrap {
  display: flex;
  gap: 4%;
	    flex-wrap: wrap;
}
.support-box {
  width: 48%;
  background-color: #fff;
  box-shadow: 0px 2px 4.6px 0px rgba(0, 0, 0, 0.1);
  padding: 0 30px 40px;
	margin-bottom:6%;
}
.support-box .number{
  margin-bottom: 0;
  font-family: "Source Serif 4", serif;
  font-size: 90px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #CFAD28;
  transform: translateY(-50%);
  letter-spacing: -0.001em;
}
.support-box figure {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
.support-box h3 {
  padding: 0 20px;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Noto Serif JP', sans-serif;
  color: #333;
  padding-bottom: 10px;
  border-left: none;
  text-align: center !important;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.support-box p {
  font-size: 16px;
  letter-spacing: 0.15em;
}
.support-lead {
  text-align: center;
}
.support-box .support-lead p {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #CFAD28;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.support-inner {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}
.support-detail .number {
  margin-bottom: 40px;
  font-family: "Source Serif 4", serif;
  font-size: 90px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #CFAD28;
  letter-spacing: -0.001em;
}
.support-detail > h3 {
  padding: 0 20px;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Noto Serif JP', sans-serif;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 2px solid #E99C4A;
  border-left: none;
  text-align: center !important;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.article .support-description {
  margin-bottom: 100px;
  font-size: 16px;
}
.support-detail-box {
  display: flex;
  gap: 6%;
  margin-bottom: 110px;
}
.support-detail-box figure {
  width: 28%;
  max-width: 222px;
}
.support-detail-box > div {
  width: 66%;
}
.support-detail-box > div h4 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #9A7B28;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
.support-detail-box > div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.support-detail-salon {
  margin: 0 auto;
  max-width: 900px;
}
.support-detail-salon h3 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  text-align: center !important;
  color: #9A7B28;
  border-left: none;
}
.support-detail-salon-box {
  display: flex;
  gap: 4%;
  padding: 30px;
  border: 2px solid #9A7B28;
  margin-bottom: 160px;
}
.support-detail-salon-box figure {
  width: 49%;
  max-width: 376px;
}
.support-detail-salon-box > div {
  position: relative;
  width: 51%;
}
.support-detail-salon-box > div h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
}
.support-detail-salon-box > div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.support-detail-salon-box .btn-orange.gold a {
  width: 220px;
  background-color: #9A7B28;
  color: #fff;
  border: none;
}
.support-detail-salon-box .btn-orange.gold {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.support-detail-box {
  display: flex;
  justify-content: center;
}
.h2-title {
  position: relative;
}
.page-id-1404 .article .h2-title p {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  line-height: 1;
}
.page-id-1404 .article .h2-title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #C8A209;
  line-height: 1;
  border: none;
  margin-bottom: 50px;
  padding: 0;
  text-align: left;
}
.page-id-1404 .article .h2-title::before {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/bg_gray.png) no-repeat 0 0;
  background-size: 152px auto;
  width: 152px;
  height: 152px;
  position: absolute;
  top: -50px;
  left: -76px;
}
.page-id-1404 .article .h2-title h2::before{
  content: none;
}



/*コラム*/
.column-container {
  padding: 140px 0 70px;
  background-color: #F3EBDC;
}
.column-container h2 {
  background-color: transparent;
}
.page-id-1404 .article .column-container .h2-title::before {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/bg_white.png) no-repeat 0 0;
  background-size: 152px auto;
  width: 152px;
  height: 152px;
  position: absolute;
  top: -50px;
  left: -76px;
}
/*会社概要*/
.company-wrap {
  padding: 140px 0 70px;
}

input[type='submit'] {
  padding: 0;
  border-radius:0;
  position: relative;
  padding-top: 7px;
  display: block;
  font-size: 25px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  color: #E57F12;
  background-color: #fff;
  width: 336px;
  height: 92px;
  border: 2px solid #E57F12;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.service-lead {
  max-width: 800px;
  margin-top: 4em;
  margin-bottom: 3em;
}
.service-lead h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0;
  margin-left: 0;
  border-left: none;
  line-height: 1.8;
}
.service-lead h3 span {
  border-bottom: 2px solid #C8A209;
}
.service-detail h4 {
  border: none;
  padding: 0;
  margin-bottom: 1em;
  color: #C8A209;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-inner {
    width: 100%;
  }
  .header-logo {
    margin-left: 20px;
  }
  .hamburger-menu {
    display: block;
    width: 63px;
    height: 50px;
    position: relative;
    border: none;
    background: #9A7B28;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }
  .hamburger-menu.hamburger-menu--open {
    background-color: #E57F12;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .home .navigation-top a::after, .category-buddyfamily .navigation-column a::after {
    content: none;
  }
  .navigation {
    display: none;
    background: #fff;
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc( 100svh - 50px );
    z-index: 9999;
  }
  .navigation > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 100px);
  }
  .navigation__list {
    display: block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .navigation__list li {
    display: block;
    height: auto;
  }
  .navigation__list-item {
    display: block;
    border-bottom: none;
    height: auto;
  }
  .navigation__list-item:first-child {
    border-top: none;
    height: auto;
  }
  .navigation__link {
    padding: 15px 0;
  }
  .navigation__link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .navigation__link .en {
    color: #9A7B28;
    font-size: 24px;
    width: 100%;
    text-align: left;
  }
  .navigation__link .jp {
    color: #9D9D9D;
    font-size: 13px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .navigation-contact a {
    color: #fff;
    text-decoration: none;
  }
  .navigation-contact .en {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  .navigation-contact .jp {
    display: none;
  }
  .navigation-top,
  .navigation-news,
  .navigation-news,
  .navigation-service,
  .navigation-column,
  .navigation-report,
  .navigation-about  {
    padding-right: 30px;
    padding-left: 30px;
  }
  .navigation-contact a {
    padding: 30px;
  }
  .content {
    margin-top: 50px;
  }
  .slick-dotted.slick-slider {
    margin: 0 auto 40px;
  }

  .page-id-1404 .article h2.news_title {
    margin-bottom: 25px;
    padding: 0 0 10px 0;
    font-size: 35px;
    text-align: center;
  }
  .news_wrap p {
    display: flex;
    gap: 2em;
  }
  .news_wrap p .date {
    font-size: 16px;
  }
  .news_wrap p .text {
    font-size: 14px;
    text-align: left;
  }
  .navigation-contact.pc {
    display: none;
  }
  .navigation-contact.sp{
    position: absolute;
    bottom: 0;
    width: 100%;
  }


  body {
    font-size: 16px;
  }
  .home .article {
    margin-bottom: 0;
  }
  .inner {
    padding: 0 15px;
  }
  .btn-orange, .btn-wrap.btn-wrap-orange > a {
    background-color: transparent;
  }
  
  .content {
    margin-top: 50px;
  }
  .slide {
    width: 100%;
  }
  .slick-dotted.slick-slider {
    position: relative;
    margin-bottom: 0;
  }
  .slick-slide img {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 780 / 1362;
  }
  .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    color: #E57F12;
    opacity: 1;
  }
  .slick-dots {
    display: block !important;
    bottom: 12px;
  }
  .page-id-1404 .article h2.news_title {
    margin-bottom: 25px;
    font-size: 35px;
    text-align: center;
  }
    /*NEWS*/
  .news-container {
    margin-top: 50px;
  }
  .page-id-1404 .article h2.news_title::before {
    content: none;
  }
  .news_wrap {
    margin-bottom: 100px;
  }
  .news_wrap p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
  }
  .news_wrap p .date {
    display: inline-block;
    width: 8em;
  }
  #footer.footer-wrap {
    padding: 30px 15px;
  }
  #footer.footer-wrap h1 {
    margin: 0 auto 20px;
  }
  #footer.footer-wrap .footer-menu {
    display: block;
    margin-bottom: 0;  
  }
  #footer.footer-wrap .footer-menu li:first-child {
    border-left: none;
    border-top: 1px solid #fff;
  }
  #footer.footer-wrap .footer-menu li {
    padding: 1em;
    border-right: none;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  #footer.footer-wrap .footer-menu a {
    font-size: 12px;
  }
  .fixed-contact {
    top: auto;
    right: 20px;
    margin-top: -78px;
  }
  .fixed-contact img {
    max-width: 100px;
  }
  .fixed-contact.fixed {
    position: fixed;
    top: 150px;
    right: 20px;
    z-index: +1;
  }
  .fixed-contact.fixed.none {
    opacity: 0;
    z-index: -1;
  }
  .contactform-container {
    background-color: #9A7B28;
    padding: 110px 0 40px;
  }
  .contactform-container h2 {
    background-color: transparent;
  }
  .page-id-1404 .article .contactform-container .h2-title p,
  .page-id-1404 .article .contactform-container .h2-title h2 {
    color: #fff;
    text-align: center;
  }
  .page-id-1404 .article .contactform-container .h2-title {
    height: 162px;
  }
  .page-id-1404 .article .contactform-container .h2-title::before {
    top: -33px;
    left: 0;
  }
  .contact_description,
  .form-notice {
    padding: 0 15px;
  }
  .form-notice a {
    font-size: 16px;
    font-weight: 400;
  }
  .contact-container {
    padding: 50px 15px;
  }
  .contact-container .inner {
    position: relative;
    background-color: #fff;
    padding: 30px;
    border: 2px solid #9A7B28;
    text-align: center;
    z-index: 10;
  }
  .contact-container .contact-container-inner::before {
    content: none;
  }
  .contact-container .contact-container-inner {
    position: relative;
    max-width: 1105px;
    width: 100%;
    margin: 0 auto;
  }
  .contact-container .contact-container-inner::after {
    content: none;
  }
  .contact-container .txt {
    font-size: 14px;
  }
  .contact-container .phonenumber {
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    color: #9A7B28;
    line-height: 1;
  }
  .contact-container .tel {
    font-size: 18px;
  }
  .contact-container .number {
    font-size: 24px;
  }
  .home .footer {
    margin-top: 0;
  }
  /*リード*/
  .lead-wrap {
    /*margin-bottom: 300px;*/
  }
  .lead-box {
    position: absolute;
    top: 50%;
    width: calc(100% - 30px);
  }
  .lead-title {
    font-size: 26px;
  }
  .lead-title span {
    display: inline-block;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .page-id-1404 .article .lead-box h2 {
    font-size: 20px;
  }
  .lead-box p {
    font-size: 15px;
  }
  /*サービス*/
  .service-wrap p {
    font-size: 15px;
  }
  .service-wrap figure {
    margin-bottom: 70px;
  }
  .service-wrap > .support-detail-box {
    padding: 0 10px;
  }
  .btn-orange {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-orange a {
     display: block;
    font-size: 19px;
    width: 260px;
    height: 72px;
  }
  .btn-orange.small a {
    padding-top: 12px;
    font-size: 13px;
    width: 220px;
    height: 50px;
  }
  .btn-orange a span {
    display: block;
    font-size: 10px;
  }
  .btn-orange a:hover {
    color: #fff;
    background-color: #E57F12;
  }
  .btn-orange a::after {
    content: "";
    display: inline-block;
    background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow.png) no-repeat 0 0;
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn-orange a:hover::after {
    content: "";
    display: inline-block;
    background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow_white.png) no-repeat 0 0;
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn-orange.gold a {
    background-color: #9A7B28;
    color: #fff;
  }
  .btn-orange.gold:hover {
    background-color: #D4BB3C;
  }
  .btn-orange.gold a::after {
    content: "";
    display: inline-block;
    background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow_white.png) no-repeat 0 0;
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  /*サポート*/
  .support-wrap-bg,
  .support-wrap-bg h2 {
    background-color: #F3EBDC;
  }
  .support-wrap-bg .inner {
    padding: 70px 15px 30px;
  }
  .page-id-1404 .article .support-wrap-bg h2 {
    padding-bottom: 20px;
    margin-bottom: 70px;
    font-size: 25px;
  }
  .page-id-1404 .article .support-wrap-bg h2 span {
    font-size: 18px;
  }
  .page-id-1404 .article .support-wrap-bg h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CFAD28;
  }
  .support-wrap-bg h2 span {
    font-size: 26px;
  }
  .support-box-wrap {
    display: block;
  }
  .support-box {
    width: 100%;
    margin-bottom: 90px;
    padding: 0 15px 50px;
  }
  .support-box .number{
    font-size: 70px;
  }
  .support-box figure {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .support-box h3 {
    padding: 0;
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
  .support-inner {
    padding-top: 25px;
  }
  .support-detail:first-child {
    margin-bottom: 100px;
    padding: 0 15px;
  }
  .support-detail .number {
    margin-bottom: 20px;
    font-size: 70px;
  }
  .support-detail > h3 {
    padding: 0 15px 10px;
    font-size: 25px;
  }
  .article .support-description {
    margin-bottom: 30px;
  }

  .support-detail-box figure {
    width: 100%;
    margin: 0 auto;
  }
  .support-detail-box > div {
    width: 100%;
  }
  .support-detail-box > div h4 {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #9A7B28;
    margin-bottom: 30px;
    padding-bottom: 8px;
  }
  .support-detail-salon {
    padding: 0 15px;
  }
  .support-detail-salon h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
  }
  .support-detail-salon-box {
    display: block;
    margin-bottom: 70px;
  }
  .support-detail-salon-box figure {
    width: 100%;
    padding: 20px;

  }
  .support-detail-salon-box > div {
    position: relative;
    width: 100%;
  }
  .support-detail-salon-box > div h4 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
  }
  .support-detail-salon-box > div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
  }
  .support-detail-salon-box .btn-orange.gold a {
    width: 220px;
    background-color: #9A7B28;
    color: #fff;
    border: none;
  }
  .support-detail-salon-box .btn-orange.gold {
    position: static;
  }
  .support-detail-box {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 45px;
  }
  .h2-title {
    position: relative;
  }
  .page-id-1404 .article .h2-title p {
    margin-bottom: 8px;
  }
  .page-id-1404 .article .h2-title h2 {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .page-id-1404 .article .h2-title::before {
    content: "";
    display: inline-block;
    background: url(/wp2019/wp-content/uploads/2024/12/bg_gray.png) no-repeat 0 0;
    background-size: 152px auto;
    width: 152px;
    height: 152px;
    position: absolute;
    top: -50px;
    left: -76px;
  }
  .page-id-1404 .article .h2-title h2::before{
    content: none;
  }
  /*コラム*/
  .column-container {
    padding: 90px 0 35px;
  }
  .page-id-1404 .article .column-container .h2-title::before {
    content: "";
    display: inline-block;
    background: url(/wp2019/wp-content/uploads/2024/12/bg_white.png) no-repeat 0 0;
    background-size: 152px auto;
    width: 152px;
    height: 152px;
    position: absolute;
    top: -50px;
    left: -76px;
  }
  /*会社概要*/
  .company-wrap {
    padding: 90px 0 35px;
  }
  .company-wrap a {
    font-size: 14px;
  }
  
  input[type='submit'] {
    font-size: 22px;
    height: 85px;
  }

  .mobile-menu-buttons {
    display: none;
  }
}
.service-detail {
  max-width: 800px;
  margin-bottom: 110px;
}
/*アコーディオン*/
.accordion {
  margin-bottom: 90px;
}
.accordion-content {
  display: none;
}
.accordion-header {
  background-color: #F8F8F8;
  padding: 15px 20px 15px 30px;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #CFAD28;
}

.accordion-header::before,
.accordion-header::after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:24px;
	height:2px;
	margin:auto;
	background:#C8A209;
}
.accordion-header::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #ECECEC;
  padding: 23px 0 32px;
}
.accordion-content-wrap {
  max-width: 685px;
  margin: 0 auto;
  font-size: 16px;
}
.accordion-content-wrap li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.accordion-content-bg {
  padding: 20px;
  background-color: #F8F8F8;
}
.accordion-content-bg > p {
  display: none;
}

.accordion-header span,
.accordion-content span{
  padding-left: 25px;
  position: relative;
}
/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}
.accordion-content-bg-title {
  display: block;
  color: #CFAD28;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1em;
}
.accordion-content-bg ul {
  font-size: 14px;
}
.accordion-content-bg ul li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.accordion-content-bg ul strong {
  display: block;
  font-weight: 700;
}
.accordion-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.service-wrap p.accordion-number {
  margin-bottom: 0;
  color: #CFAD28;
  font-family: "Source Serif 4", serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.001em;
  line-height: 1;
}
.service-wrap p.accordion-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.service-wrap p.accordion-title br {
  display: none;
}
.service-wrap p.accordion-title span {
  display: block;
  color: #9D9D9D;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) { 
  .service-lead h3 {
    font-size: 24px;
  }
  .service-wrap p.accordion-number {
    font-size: 30px;
}
.accordion-header {
  padding: 15px 30px 15px 15px;
}
.service-wrap p.accordion-title span {
  font-size: 13px;
}
.service-wrap p.accordion-title {
  font-size: 16px;
}
.accordion-header::before, .accordion-header::after {
  width: 16px;
}
.accordion-content-bg ul {
  padding-left: 0;
  margin-bottom: 0;
}
}
.mobile-menu-buttons {
  display: none;
}




@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* 新着記事表示 */

.admin-pv,.post-date{
	display:none;
}

.new-entry-cards.large-thumb {
display: flex;
flex-wrap: wrap;
}

.new-entry-cards.large-thumb a {
width: 33.333%;
}

/768px以下/
@media screen and (max-width: 768px){
.new-entry-cards.large-thumb a {
width: 50%;
}
}

/480px以下/
@media screen and (max-width: 480px){
.new-entry-cards.large-thumb a {
width: 100%;
}
}
.date-tags{
display:none;
}
.author-info{
display:none;
}

body{
font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.2rem;
}

h1,h2,h3,h4{ font-family: 'Noto Serif JP', sans-serif;
}
.center{
	text-align:center;
}

.page-id-2068 .article h1{
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    color: #039DBE;
    position: relative;
    margin-bottom: 80px;
}

.page-id-2068 .article h2{
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    color: #039DBE;
    position: relative;
    margin-bottom: 80px;
	border:none;
}

.page-id-2068 .article h1:before {
    content: '';
    position: absolute;
    bottom: -30px;
    display: inline-block;
    width: 100px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F5C414;
    border-radius: 2px;
}

.page-id-2068 .article h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F5C414;
    border-radius: 2px;
}



.u_l{
	border-bottom: solid 1px orange;
}
.home.page .entry-title{ text-align:center; }


#toc a{
	font-size:0.9em;
}

.metaslider {
    margin-bottom: 80px;
}

.article h3 {
font-size: 2.6rem;
    font-weight: 400;
    margin-bottom: 2rem;
    border-left: 4px solid #00AACF;
    padding-top: 5px;
    padding-left: 18px;
    text-align: left !important;
}
.buddy{
	display:flex;
	border:solid 1px;
	padding:3%;
}
.eye-catch-wrap{
	justify-content: space-evenly;
}

.buddy .text{
	padding-left:4%;
}
.name{
	font-weight:bold;
	color:#6897d7;
}

.followWrap header{
	padding:0 5%;
}

a{font-size:1rem;}

h3 img{
	max-width: 100%;
}
.cat-item .cf{
	font-weight:bold;
	color:#6897d7;
}
.children .cf{
font-weight:100;
	color:#303030;
	
}

.cat-label{
	color: #6c5454!important;
	
}

#about{
	background-color:#fbf5f0;
}

#about .container{	width:100%;
padding:0;
}
#お問い合わせ .container{	width:100%;
padding:0;
}


.msg {
	line-height:5rem;
	padding-bottom:3%;
	font-size:1.5rem;
}

.org{
	color:#ec9c80;
}

.msg2{
	background-color:#fff;
		line-height:4.5rem;
	padding:5%;
		font-size:1.5rem;
}

.u-yellow{
background-color:#fbf8c9;
}

.big{
	font-size:2rem;
}

.big-red{
	color:#cf5198;
	font-size:4rem;
}

@media (max-width:768px) {
	.msg{
font-size:0.8rem;
	line-height:2.5rem;
			padding-bottom:10%;
	}
	.msg2{
		font-size:0.8rem;
	line-height:2.5rem;
	}
	.big{
	font-size:1.0rem;
}

.big-red{
	color:#cf5198;
	font-size:2rem;
}
	
}

.thanks{
	padding:5%;
	background-color:none;
	max-width:1280px;
	margin:0 auto;
}
.voice1{	text-align:left;
	
}

.voice1 h4{
font-size:1.5rem;
		margin-bottom:30px;

}

.vname{
background-color:#ebacac;
	padding:1% 5%;
}

.thanks h3{
		font-size:1.5rem;
}

.service{
padding:5% 8%;
	background-color:#fff;
		max-width:1280px;
	margin:0 auto;

}
.s-msg{
	padding-bottom:5%;
}

.bg-w{background-color:#fff;}

.s-title {
padding-bottom:5%;
}

.service p{
	font-size:1.2rem;
}


.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text {
		text-align:left;
	width:800px;
	max-width:840px;
}

.service h3 {
  font-size: 1.9rem;
  margin: 0;
}

.pict {
  width: 60%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: left;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
  .box {
    flex-direction: column;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    text-align: center;
  }
  .box:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:50%;
    height:auto;
  }
	.text{
		max-width:100%;
	}

}

.bg-b{
	background-color:#cebe9a;
}

.bg-b2{
	background-color:#fbf5f0;
}	

.ac{
	background-color:#cebe9c;
	padding:3% 8% 1%; 
	max-width:1280px;
		margin:0 auto;

}

.pr{
	background: linear-gradient(-135deg, #E4A972, #9941D8);
	color:#fff;
	padding:8px;
}
.ac h3{
	font-size:2.2rem;
}

.ac p{color:#303030;}
.ac a{
	color:#fff;
	padding:10px;
	border:solid 1px;
}
.ac a:hover{
	background-color:#fff;
	padding:10px;
	color:#cebe9c;
	border:solid 1px;
}


.procedure{
	max-width:1280px;
	margin:0 auto;
	padding:5%;
}

.p-title {
	padding-bottom:5%;
}

.box2 {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text {
		text-align:left;
	width:640px;
}

.box2:nth-child(even) {
  flex-direction: row;
}
.box2:nth-child(even) .text {
  text-align: left;
}
.box2:nth-child(even) .pict {
}

@media (max-width:768px) {
  .box2 {
    flex-direction: column;
  }
  .box2:nth-child(even) {
    flex-direction: column;
  }
  .box2:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box2:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:80%;
    height:auto;
  }
	.text{
		max-width:100%;
		text-align:center;
	}
}

.procedure h4 {
    background-color: #039dbe;
    padding: 10px 10px 10px 20px;
    color: #fff;
    margin-right: 80px;
    font-size: 1.5rem;
    border-radius: 40px;
}
@media (max-width:768px) 
{.procedure h4 {
	margin-right:0;
}
}

.column {
	margin:0 auto;
	padding:10% 3% 0;
}

.c-title{
	padding-bottom:10%;
}

.c-title2{

}

.column .text{
	font-size:12px;
	padding:5%;
	border:solid 1px;
	height:100%;
	margin-top:40px;
}
	
.column .text{
	font-size:1rem;
}

.ap2{
	background-color:#cebe9a;
	margin:-40px -30px -30px;
	padding:3%;
	text-align:left;
	color:#303030;
}

.ap2 h4{font-size:1.5rem;}

@media (max-width:768px) {
.ap2{
	padding:3% 8%;
}
}

.section-padding {
    padding: 70px 0 0px;
    padding: 4.375rem 0 0px;
}

.page-id-2068 table{
  width: 100%;
  border-collapse: collapse;

}

.page-id-2068 table tr{
  border-bottom: solid 2px white;

	
}

.page-id-2068 table tr:last-child{
  border-bottom: none;
}

.page-id-2068 table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #f39c5e;
  color: white;
  text-align: center;
  padding: 10px 0;
	font-size:20px;
	}

.page-id-2068 td{background-color:#fff;
}

.company{
	padding:5% 0;
	}

.contact{
padding:5% 0;
	
}

.comp1{
	max-width:1280px;
	padding:5%;
	margin:0 auto;
}

.comp1 td{
text-align:left;
padding-left:2%;
font-size:1.2rem;
}

a{
font-size:1.3rem;
}


.comp1 h3{
	font-size:2.5rem;
	color:#303030;
	padding-bottom:2%;
	padding-top:3%;
}

#apcolumn .container{
	max-width:1280px;
	padding:0 5%;
	
}

.cont-title{
	padding-bottom:1%;
}

.wpcf7{
	font-size:1.5rem;
	max-width:1070px;
	margin:0 auto;
}

.wpcf7 td{
	font-size:15px;
}
.form-navi{
	font-size:20px;
	
}

span.wpcf7-list-item {
display: block;
	width:10px;
	margin:2% 0;
	font-size:1.23rem;
}

label {
    white-space:nowrap;

}

.form-notice{
	font-size:1.5rem;
}

.wpcf7-not-valid-tip{
	text-align:left;
	padding-left:10px;
}

.wpcf7-response-output{
	font-size:1.5rem;

}
.wpcf7 td{text-align:left;}

#content .site-content{
	max-width:1280px;
	padding:5%;
	margin:0 auto;
}
#content  .content-area{
	padding:5%;
}

.tel{
	font-size:1.5rem;
	text-align:center;
}

.list-article-thumb img{
	width:240px;
}

@media screen and (max-width: 640px) { .wpcf7{padding:0 3%;}
	.service{text-align:left;}
 .service p{text-align:left;}
	.procedure p{text-align:left;}
.column p{text-align:left;
	font-size:0.9rem;}
	.cont-title{padding:0 5%;
	width:260px;
		margin:0 auto;	}
	.s-title{width:180px;
		margin:0 auto;}
		.c-title{padding-bottom:1%;
		margin:0 auto;}
	
	.p-title{width:220px;
		margin:0 auto;		
		}
	.comp-title{width:180px;
		margin:0 auto;		
	}
	.company {font-size:0.8rem;
	}
	.company a{font-size:1.1rem;}
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .wpcf7 {
    width: 80%;
  }
  .wpcf7 th,
  .wpcf7 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.su-spoiler-style-default>.su-spoiler-title {
    font-size: 1.5rem;
    color: #4e99ed;
}
.center h2{
	text-align:center;
}

.ov img:hover{
opacity: 0.5;
}
	
}

.article h1{
    font-size: 3.2rem;
    line-height: 1.8;
    text-align: center;
    font-weight: 600;
    color: #039DBE;
    position: relative;
    margin-bottom: 80px;
}






/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.u_l{border:none;}

h3{text-align:center;}

.buddy{
   flex-direction: column;
   align-items: center;
}
.buddy .text{
   text-align:left;
	padding:0 2%;
}
}


.sidebar h3 {
  background: none;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #ffc679; /* サイドバータイトルの色を指定 */
}
.sidebar h3::before,
.sidebar h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  border-top: 3px solid #ffc679; /* サイドバータイトル横のバーの色を指定 */
}
.sidebar h3::before {
  left: 0;
}
.sidebar h3::after {
  right: 0;
}
.widget_categories ul li a {
  color: #333;
  text-decoration: none;
  padding: 6px 0;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px dotted #ccc;
  font-size: 16px;
}
.widget_categories ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  padding-right: 10px;
}
.widget_categories > ul > li > a:first-child {
  border-top: none;
}
.widget_categories > ul > li > a:last-child {
  border-bottom: 1px dotted #ffc679;
}
.widget_categories ul li a .post-count {
  display: block;
  float: right;
  background: #fff;
  padding: 0 1em;
  font-size: 14px;
  margin-top: 0.2em;
  border-radius: 4px;
}
.widget_categories ul li a:hover {
  background: none;
  transition: 0.5s;
  color: #ffc679;
}
.widget_categories ul li a:hover .post-count {
  background: #ffc679;
  color: #fff;
  transition: 0.5s;
}
.widget_categories ul li ul {
  border-bottom: 1px dotted #ccc;
}
.widget_categories ul li ul li a {
  color: #333;
  text-decoration: none;
  padding: 0 4px 4px 4px;
  display: block;
  border: none;
}
.widget_categories ul li ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  padding-right: 0.45em;
  font-weight: bold;
}
.author-box .sns-follow-buttons a.follow-button {
  background-color: #fff;
  color: black;
  border: 0px;
}
.author-box {
  border: 0px;
}
.author-box p {
  margin-top: 0.3em;
  line-height: 1.6;
}
.author-box p a {
  text-decoration: none;
}
.author-box p a:hover {
  text-decoration: underline;
  color: #008cee; /* プロフィールにリンクを貼っている場合, ホバーした際の色指定 */
}
/* スマホサイドバー設定 */
#sidebar .author-box {
  border: none;
  border-radius: 4px;
  margin: 1em 0;
  line-height: 1.4;
  position: relative;
  padding: 1.4% 2% 1.8%;
}
#sidebar .author-thumb {
  float: none;
  width: 100%;
  margin: 9px auto 0;
  height: 0;
  padding-top: 75px;
  position: relative;
}
#sidebar .author-thumb img {
  border: 3px dashed #ffc679;
  width: 35%;
  padding: 6px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
}
#sidebar .author-content {
  margin-top: 16%;
  font-size: 0.9em;
}

.cardtype ul {
    display: flex;
    margin-bottom: 120px;
flex-wrap: wrap;
    align-items: stretch;
justify-content: center;
}

.cardtype ul li {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%);
    margin-right: 30px;
    width: 27%;
list-style:none;
    margin-bottom: 22px;

}
.cardtype p{
padding: 0 5% 0;
	font-size:1.0rem;
}

.cardtype h4{
	color: #039dbe;
    font-size: 1.2rem;
    margin: 0;
    padding: 0 20px 10px;
	text-align:center;	
}

.cardtype a{
color: #1e1e1e;
    background: #f5c414;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 2% 6%;
    border-radius: 50px;
    font-weight: 600;
}
.cardtype a:hover{
    background: #f9e086;
	color:#8f7d7d;
}


.katudou {
    max-width: 1036px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.center-box{
	text-align:center;
}

.katudou li{
background: #FFF;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 9%);
    padding-bottom: 24px;
    border-bottom: none;
}

.widget-entry-cards.card-large-image .a-wrap {
    max-width: 350px;
    width: 30%;
    background: #FFF;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 9%);
    padding-bottom: 24px;
    border-bottom: none;
    margin: 0 12px 0 0;
}

.new-entry-cards.large-thumb {
    justify-content: center;
}

.widget-entry-cards.card-large-image figure img {
    border-radius: 15px 15px 0 0;
}


.widget-entry-cards .a-wrap {
    padding: 0px;
}

.widget-entry-card-snippet {
    padding: 0 4%;
}

.card-title-bold .card-title {
    font-weight: 700;
	text-align: center;
}

.ktudou a {
	color: #1e1e1e;
    background: #f5c414;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 2% 6%;
    border-radius: 50px;
    font-weight: 600;
}
.ktudou a:hover {
    background: #f9e086;
	color:#8f7d7d;
}

.ktudou{
	text-align:center;
	margin:80px 0;
}

.text a {
	color: #1e1e1e;
    background: #f5c414;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 2% 6%;
    border-radius: 50px;
    font-weight: 600;
}
.text a:hover {
    background: #f9e086;
}

/*youtubeのサイズ変更*/
.video-container {
max-width: 100%;
margin: 0px auto;
}

.video{
	text-align:center;
	margin-bottom:80px;
}

.video a{
color: #1e1e1e;
    background: #f5c414;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 2% 6%;
    border-radius: 50px;
    font-weight: 600;

}

.video a:hover{
    background: #f9e086;
	color:#8f7d7d;
}


@media screen and (max-width: 480px){
.article h1 {
	font-size:1.8rem;
}
.page-id-2068 .article h2 {
	font-size:1.4rem;
}

.page-id-2068 .article h4 {
	font-size:1.2rem;
}
	
.cardtype ul li {
  width: 100%;
}
	.widget-entry-cards.card-large-image .a-wrap {
	width:100%;
	    margin: 0 0 20px;
	}
}	
.iconcolor{
	color:#039DBE;
	}

.box-menu:hover {
	border:solid 1px #000;
}

.mt-5{
	margin-bottom:8%;
}
.mb-5{
		margin-top:8%;
	
}
.salon{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	display:flex;
}

input[type='submit'] {
color: #1e1e1e;
    background: #f5c414;
    text-decoration: none;
    transition: all .2s ease-in-out;
    padding: 2% 6%;
    border-radius: 50px;
    font-weight: 600;
	width:60%;
    font-size: 25px;
}



.rankback{
	background:#ffd900;
	padding:3%;
	border-radius: 20px;
}

.rankback table tr {
  background-color: #fff;
  padding: .35em;
}

.rankback table tr:nth-child(even){
  background-color: #f9f9f9;
}
.rankback td{
	text-align:center;
}

.rankback th{
	width:13%;
	font-size:12px;
}

.rankback td{
	width:29%;
    font-size: 15px;
}

.rankback td img{
	max-width:100px;
}

.article h2 {
	color:#039dbe;
  padding: 1rem 1rem;
  border: 6px double #039dbe;
}

.b{
	font-weight:600;
	}

.orange
{
	color:#f3920f;	
}

.matome th{
background:#ffc679;
}

table th, table td {
    border-color: #949495!important;
    padding: 6px;
    border: solid 1px;
}

.matome td{
	padding:10px;
	
}

.borderbox{
	border:1px solid;
	border-radius:15px;
	padding:25px 20px;
}
.center{
	text-align:center;
}

/*その他と主な共通部分は省略*/

a.btn--green {
  color: #fff;
  background-color: #094;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}
@media screen and (max-width: 480px){
.page-id-2068 table th , table td{
  width:100%;

  display:block;
}
}

/*20241226 ADD*/
/*既存のヘッダー消す*/
.header-container-in.hlt-top-menu .header {
  display: none;
}
/*既存のフッター消す*/
footer.footer-container {
  display: none;
}
footer.footer-container.footer-wrap {
  display: block !important;
}
/*既存のスライダー消す*/
.home .metaslider {
  display: none;
}
/*既存のキャッチコピー消す*/
.home.page .entry-title {
  display: none;
}
.slick-dotted.slick-slider {
  padding-left: 0 !important;
}
body {
  font-size: 16px;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", serif;
  color: #333;
}
ul,li {
  list-style: none;
}
ul {
  padding-left: 0;
}
.sp {
  display: none;
}
.home .wrap {
  width: 100%;
  max-width: 100%;
}
.home.no-sidebar .content .main {
  padding: 0;
}
.home .article {
  margin-bottom: 0;
}
.inner {
  max-width: 1105px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.btn-orange, .btn-wrap.btn-wrap-orange > a {
  background-color: transparent;
}
.btn-orange br {
  display: none;
}
.header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 100px;
  box-shadow: 0px 2px 4.6px 0px rgba(0, 0, 0, 0.1);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
.navigation__list {
  display: flex;
  height: 100%;
  list-style: none;
}
.navigation__list li {
  display: flex;
  align-items: center;
  height: 100%;
  list-style: none;
}
.navigation__list li a {
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all  0.3s ease;
  line-height: 1;
}
.home .navigation-top a,
.category-buddyfamily .navigation-column a {
  position: relative;
  color: #E57F12;
}
.home .navigation-top a::after,
.category-buddyfamily .navigation-column a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px auto 0;
  background-color: #E57F12;
  border-radius: 50%;
  left: 0;
  right: 0;
}
.header-logo {
  margin-left: 50px;
}
.navigation,
.navigation > div {
  height: 100%;
}
.navigation__link span {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.navigation__link .en {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
.navigation__link .jp {
  font-size: 13px;
}
.navigation__list-item {
  position: relative;
}
.navigation__list-item::before {
  position: absolute;
  left: 0;
}
.navigation-top {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
}
.navigation-news {
  padding-right: 40px;
  padding-left: 40px;
}
.service-wrap {
  margin-bottom: 110px;
}
.navigation-service {
  padding-right: 30px;
  padding-left: 30px;
}
.navigation-column {
  padding-right: 30px;
  padding-left: 30px;
}
.navigation-report {
  padding-right: 30px;
  padding-left: 30px;
}
.navigation-about {
  padding-right: 35px;
  padding-left: 35px;
}
.navigation-contact {
  background-color: #9A7B28;
}
.navigation-contact a {
  padding-right: 70px;
  padding-left: 70px;
  height: 100%;
}
.navigation__list li.navigation-contact a {
  display: flex;
  align-items: center;
  color: #fff;
}
.navigation__list li a:hover {
  color: #E57F12;
}
.navigation__list li.navigation-contact a:hover {
  color: #fff;
  background-color:#E57F12;
}
.navigation-top::before,
.navigation-news::before,
.navigation-service::before,
.navigation-column::before,
.navigation-about::before,
.navigation-report::before {
  display: inline-block;
  content: "";
  background-color: #ECECEC;
  width: 1px;
  height: 60px;
}
.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1375px) {
  .navigation__link .en {
    font-size: 17px;
  }
  .navigation__link .jp {
    font-size: 12px;
  }
  .navigation-top {
    padding-right: 40px;
    padding-left: 40px;
  }
  .navigation-news {
    padding-right: 30px;
    padding-left: 30px;
  }
  .navigation-service {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-report {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-about {
    padding-right: 25px;
    padding-left: 25px;
  }
  .navigation-contact a {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .navigation__link .en {
    font-size: 16px;
  }
  .navigation__link .jp {
    font-size: 11px;
  }
  .navigation-top {
    padding-right: 35px;
    padding-left: 35px;
  }
  .navigation-news {
    padding-right: 25px;
    padding-left: 25px;
  }
  .navigation-service {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation-report {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation-about {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-contact a {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .navigation__link .en {
    font-size: 15px;
  }
  .navigation__link .jp {
    font-size: 10px;
  }
  .navigation-top {
    padding-right: 30px;
    padding-left: 30px;
  }
  .navigation-news {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navigation-service {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-report {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-about {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navigation-contact a {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 950px) {
  .navigation__link .en {
    font-size: 13px;
  }
  .navigation__link .jp {
    font-size: 10px;
  }
  .navigation-top {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-news {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-service {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-report {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-about {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation-contact a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.service-wrap {
  margin-bottom: 46px;
}

.content {
  margin-top: 50px;
}
.slide {
  width: 100%;
}
.slick-dotted.slick-slider {
  position: relative;
  margin-top: -14px;
  margin-bottom: 0;
}
.slick-slide img {
  width: 100%;
  min-width: 100%;
  aspect-ratio: 1440 / 870;
}
.slick-dots li button {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
.slick-dots li button:before {
  font-size: 12px!important;
  color: #fff!important;
  opacity: 1!important;
}
.slick-dots li.slick-active button:before {
  color: #E57F12!important;
  opacity: 1!important;
}
.slick-dots {
  bottom: 40px!important;
}
.page-id-2068 .article h2.news_title {
  margin-bottom: 30px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #E57F12;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}
  /*NEWS*/
.news-container {
  margin-top: 60px;
}
.page-id-2068 .article h2.news_title::before {
  content: none;
}
.news_wrap {
  margin-bottom: 130px;
}
.news_wrap p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEC;
}
.news_wrap p .date {
  display: inline-block;
  width: 8em;
}
#footer.footer-wrap {
  padding: 40px 30px 20px;
  background-color: #9A7B28;
}
#footer.footer-wrap h1 {
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1;
}
#footer.footer-wrap .footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;  
}
#footer.footer-wrap .footer-menu li:first-child {
  border-left: 1px solid #fff;
}
#footer.footer-wrap .footer-menu li {
  padding: 0 1em;
  border-right: 1px solid #fff;
  line-height: 1;
}
#footer.footer-wrap .footer-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
#footer.footer-wrap .footer-menu a:hover {
  background-color: transparent;
}
#footer.footer-wrap .copyright {
  font-size: 10px;
  text-align: center;
}
.fixed-contact {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.fixed-contact.none {
  opacity: 0;
  pointer-events: none;
}
.contactform-container {
  background-color: #9A7B28;
  padding: 110px 0 40px;
}
.contactform-container h2 {
  background-color: transparent;
}
.page-id-2068 .article .contactform-container .h2-title p,
.page-id-2068 .article .contactform-container .h2-title h2 {
  color: #fff;
  text-align: center;
}
.page-id-2068 .article .contactform-container .h2-title {
  height: 162px;
}
.page-id-2068 .article .contactform-container .h2-title::before {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/bg_brown.png) no-repeat 0 0;
  background-size: 152px auto;
  width: 152px;
  height: 152px;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contact_description,
.form-notice {
  max-width: 750px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.form-notice a {
  font-size: 16px;
  font-weight: 400;
}
.contact-container {
  margin-bottom: -54px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F3EBDC;
}
.contact-container .inner {
  position: relative;
  background-color: #fff;
  padding: 30px;
  border: 2px solid #9A7B28;
  text-align: center;
  z-index: 10;
}
.contact-container .contact-container-inner::before {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/bg_brown.png) no-repeat 0 0;
  background-size: 152px auto;
  height: 152px;
  width: 152px;
  position: absolute;
  top: -74px;
  left: -74px;
  z-index: 1;
}
.contact-container .contact-container-inner {
  position: relative;
  max-width: 1105px;
  width: 100%;
  margin: 0 auto;
}
.contact-container .contact-container-inner::after {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/bg_brown.png) no-repeat 0 0;
  background-size: 152px auto;
  height: 152px;
  width: 152px;
  position: absolute;
  bottom: -74px;
  right: -74px;
  z-index: 1;
}
.contact-container .txt {
  color: #333;
  font-size: 16px;
}
.contact-container .phonenumber {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  color: #9A7B28;
  line-height: 1;
}
.contact-container .tel {
  font-size: 30px;
}
.contact-container .number {
  font-size: 40px;
}
.home .footer {
  margin-top: 0;
}
/*リード*/
.lead-wrap {
  position: relative;
  min-height: 412px;
  background: url("/wp2019/wp-content/uploads/2024/12/lead_img.png") no-repeat 0 0;
  background-size: cover;
  margin-bottom: 550px;
}
.lead-box {
  position: absolute;
  top: 50%;
}
.lead-title {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
}
.lead-title span {
  display: inline-block;
  margin-bottom: 10px;
  background-color: #fff;
}
.page-id-2068 .article .lead-box h2 {
  color: #333;
  text-align: left;
  padding: 0;
  font-size: 26px;
  margin-bottom: 1em;
}
.page-id-2068 .article .lead-box h2::before {
  content: none;
}
.lead-box p {
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
/*サービス*/
.service-wrap p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.service-wrap figure {
  /*argin-bottom: 110px;*/
}
.btn-orange {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-orange a {
  position: relative;
  padding-top: 7px;
  display: block;
  font-size: 25px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  color: #E57F12;
  background-color: #fff;
  width: 336px;
  height: 92px;
  border: 2px solid #E57F12;
  transition: all 0.3s ease;
}
.btn-orange.small a {
  padding-top: 12px;
  font-size: 13px;
  width: 220px;
  height: 50px;
}
.btn-orange a span {
  display: block;
  font-size: 13px;
}
.btn-orange a:hover {
  color: #fff;
  background-color: #E57F12;
}
.btn-orange a::after {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow.png) no-repeat 0 0;
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-orange a:hover::after {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow_white.png) no-repeat 0 0;
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-orange.gold a {
  background-color: #9A7B28;
  color: #fff;
}
.btn-orange.gold:hover {
  background-color: #D4BB3C;
}
.btn-orange.gold a::after {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow_white.png) no-repeat 0 0;
  background-size: 18px 16px;
  width: 18px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*サポート*/
.support-wrap-bg,
.support-wrap-bg h2 {
  background-color: #F3EBDC;
}
.support-wrap-bg .inner {
  padding: 90px 60px;
}
.page-id-2068 .article .support-wrap-bg h2 {
  padding-bottom: 25px;
  margin-bottom: 80px;
  color: #333;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-id-2068 .article .support-wrap-bg h2 span {
  font-size: 26px;
}
.page-id-2068 .article .support-wrap-bg h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #CFAD28;
}
.support-wrap-bg h2 span {
  font-size: 26px;
}
.support-box-wrap {
  display: flex;
  gap: 4%;
	    flex-wrap: wrap;
}
.support-box {
  width: 48%;
  background-color: #fff;
  box-shadow: 0px 2px 4.6px 0px rgba(0, 0, 0, 0.1);
  padding: 0 30px 40px;
margin-bottom:6%;
}
.support-box .number{
  margin-bottom: 0;
  font-family: "Source Serif 4", serif;
  font-size: 90px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #CFAD28;
  transform: translateY(-50%);
  letter-spacing: -0.001em;
}
.support-box figure {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
.support-box h3 {
  padding: 0 20px;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Noto Serif JP', sans-serif;
  color: #333;
  padding-bottom: 10px;
  border-left: none;
  text-align: center !important;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.support-box p {
  font-size: 16px;
  letter-spacing: 0.15em;
}
.support-lead {
  text-align: center;
}
.support-box .support-lead p {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #CFAD28;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.support-inner {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}
.support-detail .number {
  margin-bottom: 40px;
  font-family: "Source Serif 4", serif;
  font-size: 90px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #CFAD28;
  letter-spacing: -0.001em;
}
.support-detail > h3 {
  padding: 0 20px;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Noto Serif JP', sans-serif;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 2px solid #E99C4A;
  border-left: none;
  text-align: center !important;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.article .support-description {
  margin-bottom: 100px;
  font-size: 16px;
}
.support-detail-box {
  display: flex;
  gap: 6%;
  margin-bottom: 110px;
}
.support-detail-box figure {
  width: 28%;
  max-width: 222px;
}
.support-detail-box > div {
  width: 66%;
}
.support-detail-box > div h4 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #9A7B28;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
.support-detail-box > div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.support-detail-salon {
  margin: 0 auto;
  max-width: 900px;
}
.support-detail-salon h3 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  text-align: center !important;
  color: #9A7B28;
  border-left: none;
}
.support-detail-salon-box {
  display: flex;
  gap: 4%;
  padding: 30px;
  border: 2px solid #9A7B28;
  margin-bottom: 160px;
}
.support-detail-salon-box figure {
  width: 49%;
  max-width: 376px;
}
.support-detail-salon-box > div {
  position: relative;
  width: 51%;
}
.support-detail-salon-box > div h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
}
.support-detail-salon-box > div p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.support-detail-salon-box .btn-orange.gold a {
  width: 220px;
  background-color: #9A7B28;
  color: #fff;
  border: none;
}
.support-detail-salon-box .btn-orange.gold {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.support-detail-box {
  display: flex;
  justify-content: center;
}
.h2-title {
  position: relative;
}
.page-id-2068 .article .h2-title p {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  line-height: 1;
}
.page-id-2068 .article .h2-title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #C8A209;
  line-height: 1;
  border: none;
  margin-bottom: 50px;
  padding: 0;
  text-align: left;
}
.page-id-2068 .article .h2-title::before {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/bg_gray.png) no-repeat 0 0;
  background-size: 152px auto;
  width: 152px;
  height: 152px;
  position: absolute;
  top: -50px;
  left: -76px;
}
.page-id-2068 .article .h2-title h2::before{
  content: none;
}



/*コラム*/
.column-container {
  padding: 140px 0 70px;
  background-color: #F3EBDC;
}
.column-container h2 {
  background-color: transparent;
}
.page-id-2068 .article .column-container .h2-title::before {
  content: "";
  display: inline-block;
  background: url(/wp2019/wp-content/uploads/2024/12/bg_white.png) no-repeat 0 0;
  background-size: 152px auto;
  width: 152px;
  height: 152px;
  position: absolute;
  top: -50px;
  left: -76px;
}
/*会社概要*/
.company-wrap {
  padding: 140px 0 70px;
}

input[type='submit'] {
  padding: 0;
  border-radius:0;
  position: relative;
  padding-top: 7px;
  display: block;
  font-size: 25px;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  color: #E57F12;
  background-color: #fff;
  width: 336px;
  height: 92px;
  border: 2px solid #E57F12;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.service-lead {
  max-width: 800px;
  margin-top: 4em;
  margin-bottom: 3em;
}
.service-lead h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0;
  margin-left: 0;
  border-left: none;
  line-height: 1.8;
}
.service-lead h3 span {
  border-bottom: 2px solid #C8A209;
}
.service-detail h4 {
  border: none;
  padding: 0;
  margin-bottom: 1em;
  color: #C8A209;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-inner {
    width: 100%;
  }
  .header-logo {
    margin-left: 20px;
  }
  .hamburger-menu {
    display: block;
    width: 63px;
    height: 50px;
    position: relative;
    border: none;
    background: #9A7B28;
    appearance: none;
    padding: 0;
    cursor: pointer;
  }
  .hamburger-menu.hamburger-menu--open {
    background-color: #E57F12;
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 16px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 24px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .home .navigation-top a::after, .category-buddyfamily .navigation-column a::after {
    content: none;
  }
  .navigation {
    display: none;
    background: #fff;
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc( 100svh - 50px );
    z-index: 9999;
  }
  .navigation > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 100px);
  }
  .navigation__list {
    display: block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .navigation__list li {
    display: block;
    height: auto;
  }
  .navigation__list-item {
    display: block;
    border-bottom: none;
    height: auto;
  }
  .navigation__list-item:first-child {
    border-top: none;
    height: auto;
  }
  .navigation__link {
    padding: 15px 0;
  }
  .navigation__link {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .navigation__link .en {
    color: #9A7B28;
    font-size: 24px;
    width: 100%;
    text-align: left;
  }
  .navigation__link .jp {
    color: #9D9D9D;
    font-size: 13px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .navigation-contact a {
    color: #fff;
    text-decoration: none;
  }
  .navigation-contact .en {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  .navigation-contact .jp {
    display: none;
  }
  .navigation-top,
  .navigation-news,
  .navigation-news,
  .navigation-service,
  .navigation-column,
  .navigation-report,
  .navigation-about  {
    padding-right: 30px;
    padding-left: 30px;
  }
  .navigation-contact a {
    padding: 30px;
  }
  .content {
    margin-top: 50px;
  }
  .slick-dotted.slick-slider {
    margin: 0 auto 40px;
  }

  .page-id-2068 .article h2.news_title {
    margin-bottom: 25px;
    padding: 0 0 10px 0;
    font-size: 35px;
    text-align: center;
  }
  .news_wrap p {
    display: flex;
    gap: 2em;
  }
  .news_wrap p .date {
    font-size: 16px;
  }
  .news_wrap p .text {
    font-size: 14px;
    text-align: left;
  }
  .navigation-contact.pc {
    display: none;
  }
  .navigation-contact.sp{
    position: absolute;
    bottom: 0;
    width: 100%;
  }


  body {
    font-size: 16px;
  }
  .home .article {
    margin-bottom: 0;
  }
  .inner {
    padding: 0 15px;
  }
  .btn-orange, .btn-wrap.btn-wrap-orange > a {
    background-color: transparent;
  }
  
  .content {
    margin-top: 50px;
  }
  .slide {
    width: 100%;
  }
  .slick-dotted.slick-slider {
    position: relative;
    margin-bottom: 0;
  }
  .slick-slide img {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 780 / 1362;
  }
  .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .slick-dots li button:before {
    font-size: 12px;
    color: #fff;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    color: #E57F12;
    opacity: 1;
  }
  .slick-dots {
    display: block !important;
    bottom: 12px;
  }
  .page-id-2068 .article h2.news_title {
    margin-bottom: 25px;
    font-size: 35px;
    text-align: center;
  }
    /*NEWS*/
  .news-container {
    margin-top: 50px;
  }
  .page-id-2068 .article h2.news_title::before {
    content: none;
  }
  .news_wrap {
    margin-bottom: 100px;
  }
  .news_wrap p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
  }
  .news_wrap p .date {
    display: inline-block;
    width: 8em;
  }
  #footer.footer-wrap {
    padding: 30px 15px;
  }
  #footer.footer-wrap h1 {
    margin: 0 auto 20px;
  }
  #footer.footer-wrap .footer-menu {
    display: block;
    margin-bottom: 0;  
  }
  #footer.footer-wrap .footer-menu li:first-child {
    border-left: none;
    border-top: 1px solid #fff;
  }
  #footer.footer-wrap .footer-menu li {
    padding: 1em;
    border-right: none;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  #footer.footer-wrap .footer-menu a {
    font-size: 12px;
  }
  .fixed-contact {
    top: auto;
    right: 20px;
    margin-top: -78px;
  }
  .fixed-contact img {
    max-width: 100px;
  }
  .fixed-contact.fixed {
    position: fixed;
    top: 150px;
    right: 20px;
    z-index: +1;
  }
  .fixed-contact.fixed.none {
    opacity: 0;
    z-index: -1;
  }
  .contactform-container {
    background-color: #9A7B28;
    padding: 110px 0 40px;
  }
  .contactform-container h2 {
    background-color: transparent;
  }
  .page-id-2068 .article .contactform-container .h2-title p,
  .page-id-2068 .article .contactform-container .h2-title h2 {
    color: #fff;
    text-align: center;
  }
  .page-id-2068 .article .contactform-container .h2-title {
    height: 162px;
  }
  .page-id-2068 .article .contactform-container .h2-title::before {
    top: -33px;
    left: 0;
  }
  .contact_description,
  .form-notice {
    padding: 0 15px;
  }
  .form-notice a {
    font-size: 16px;
    font-weight: 400;
  }
  .contact-container {
    padding: 50px 15px;
  }
  .contact-container .inner {
    position: relative;
    background-color: #fff;
    padding: 30px;
    border: 2px solid #9A7B28;
    text-align: center;
    z-index: 10;
  }
  .contact-container .contact-container-inner::before {
    content: none;
  }
  .contact-container .contact-container-inner {
    position: relative;
    max-width: 1105px;
    width: 100%;
    margin: 0 auto;
  }
  .contact-container .contact-container-inner::after {
    content: none;
  }
  .contact-container .txt {
    font-size: 14px;
  }
  .contact-container .phonenumber {
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    font-weight: 700;
    color: #9A7B28;
    line-height: 1;
  }
  .contact-container .tel {
    font-size: 18px;
  }
  .contact-container .number {
    font-size: 24px;
  }
  .home .footer {
    margin-top: 0;
  }
  /*リード*/
  .lead-wrap {
    /*margin-bottom: 300px;*/
  }
  .lead-box {
    position: absolute;
    top: 50%;
    width: calc(100% - 30px);
  }
  .lead-title {
    font-size: 26px;
  }
  .lead-title span {
    display: inline-block;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .page-id-2068 .article .lead-box h2 {
    font-size: 20px;
  }
  .lead-box p {
    font-size: 15px;
  }
  /*サービス*/
  .service-wrap p {
    font-size: 15px;
  }
  .service-wrap figure {
    margin-bottom: 70px;
  }
  .service-wrap > .support-detail-box {
    padding: 0 10px;
  }
  .btn-orange {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-orange a {
     display: block;
    font-size: 19px;
    width: 260px;
    height: 72px;
  }
  .btn-orange.small a {
    padding-top: 12px;
    font-size: 13px;
    width: 220px;
    height: 50px;
  }
  .btn-orange a span {
    display: block;
    font-size: 10px;
  }
  .btn-orange a:hover {
    color: #fff;
    background-color: #E57F12;
  }
  .btn-orange a::after {
    content: "";
    display: inline-block;
    background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow.png) no-repeat 0 0;
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn-orange a:hover::after {
    content: "";
    display: inline-block;
    background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow_white.png) no-repeat 0 0;
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn-orange.gold a {
    background-color: #9A7B28;
    color: #fff;
  }
  .btn-orange.gold:hover {
    background-color: #D4BB3C;
  }
  .btn-orange.gold a::after {
    content: "";
    display: inline-block;
    background: url(/wp2019/wp-content/uploads/2024/12/icon_arrow_white.png) no-repeat 0 0;
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  /*サポート*/
  .support-wrap-bg,
  .support-wrap-bg h2 {
    background-color: #F3EBDC;
  }
  .support-wrap-bg .inner {
    padding: 70px 15px 30px;
  }
  .page-id-2068 .article .support-wrap-bg h2 {
    padding-bottom: 20px;
    margin-bottom: 70px;
    font-size: 25px;
  }
  .page-id-2068 .article .support-wrap-bg h2 span {
    font-size: 18px;
  }
  .page-id-2068 .article .support-wrap-bg h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CFAD28;
  }
  .support-wrap-bg h2 span {
    font-size: 26px;
  }
  .support-box-wrap {
    display: block;
  }
  .support-box {
    width: 100%;
    margin-bottom: 90px;
    padding: 0 15px 50px;
  }
  .support-box .number{
    font-size: 70px;
  }
  .support-box figure {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .support-box h3 {
    padding: 0;
    font-size: 25px;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
  .support-inner {
    padding-top: 25px;
  }
  .support-detail:first-child {
    margin-bottom: 100px;
    padding: 0 15px;
  }
  .support-detail .number {
    margin-bottom: 20px;
    font-size: 70px;
  }
  .support-detail > h3 {
    padding: 0 15px 10px;
    font-size: 25px;
  }
  .article .support-description {
    margin-bottom: 30px;
  }

  .support-detail-box figure {
    width: 100%;
    margin: 0 auto;
  }
  .support-detail-box > div {
    width: 100%;
  }
  .support-detail-box > div h4 {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #9A7B28;
    margin-bottom: 30px;
    padding-bottom: 8px;
  }
  .support-detail-salon {
    padding: 0 15px;
  }
  .support-detail-salon h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
  }
  .support-detail-salon-box {
    display: block;
    margin-bottom: 70px;
  }
  .support-detail-salon-box figure {
    width: 100%;
    padding: 20px;

  }
  .support-detail-salon-box > div {
    position: relative;
    width: 100%;
  }
  .support-detail-salon-box > div h4 {
    margin-bottom: 20px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
  }
  .support-detail-salon-box > div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
  }
  .support-detail-salon-box .btn-orange.gold a {
    width: 220px;
    background-color: #9A7B28;
    color: #fff;
    border: none;
  }
  .support-detail-salon-box .btn-orange.gold {
    position: static;
  }
  .support-detail-box {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 45px;
  }
  .h2-title {
    position: relative;
  }
  .page-id-2068 .article .h2-title p {
    margin-bottom: 8px;
  }
  .page-id-2068 .article .h2-title h2 {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .page-id-2068 .article .h2-title::before {
    content: "";
    display: inline-block;
    background: url(/wp2019/wp-content/uploads/2024/12/bg_gray.png) no-repeat 0 0;
    background-size: 152px auto;
    width: 152px;
    height: 152px;
    position: absolute;
    top: -50px;
    left: -76px;
  }
  .page-id-2068 .article .h2-title h2::before{
    content: none;
  }
  /*コラム*/
  .column-container {
    padding: 90px 0 35px;
  }
  .page-id-2068 .article .column-container .h2-title::before {
    content: "";
    display: inline-block;
    background: url(/wp2019/wp-content/uploads/2024/12/bg_white.png) no-repeat 0 0;
    background-size: 152px auto;
    width: 152px;
    height: 152px;
    position: absolute;
    top: -50px;
    left: -76px;
  }
  /*会社概要*/
  .company-wrap {
    padding: 90px 0 35px;
  }
  .company-wrap a {
    font-size: 14px;
  }
  
  input[type='submit'] {
    font-size: 22px;
    height: 85px;
  }

  .mobile-menu-buttons {
    display: none;
  }
}
.service-detail {
  max-width: 800px;
  margin-bottom: 110px;
}
/*アコーディオン*/
.accordion {
  margin-bottom: 90px;
}
.accordion-content {
  display: none;
}
.accordion-header {
  background-color: #F8F8F8;
  padding: 15px 20px 15px 30px;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #CFAD28;
}

.accordion-header::before,
.accordion-header::after{
	position:absolute;
	content:'';
	top:1px;
	right:20px;
	bottom:0;
	width:24px;
	height:2px;
	margin:auto;
	background:#C8A209;
}
.accordion-header::after{
	transform:rotate(-90deg);
	transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #ECECEC;
  padding: 23px 0 32px;
}
.accordion-content-wrap {
  max-width: 685px;
  margin: 0 auto;
  font-size: 16px;
}
.accordion-content-wrap li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.accordion-content-bg {
  padding: 20px;
  background-color: #F8F8F8;
}
.accordion-content-bg > p {
  display: none;
}

.accordion-header span,
.accordion-content span{
  padding-left: 25px;
  position: relative;
}
/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}
.accordion-content-bg-title {
  display: block;
  color: #CFAD28;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1em;
}
.accordion-content-bg ul {
  font-size: 14px;
}
.accordion-content-bg ul li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.accordion-content-bg ul strong {
  display: block;
  font-weight: 700;
}
.accordion-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.service-wrap p.accordion-number {
  margin-bottom: 0;
  color: #CFAD28;
  font-family: "Source Serif 4", serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.001em;
  line-height: 1;
}
.service-wrap p.accordion-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.service-wrap p.accordion-title br {
  display: none;
}
.service-wrap p.accordion-title span {
  display: block;
  color: #9D9D9D;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) { 
  .service-lead h3 {
    font-size: 24px;
  }
  .service-wrap p.accordion-number {
    font-size: 30px;
}
.accordion-header {
  padding: 15px 30px 15px 15px;
}
.service-wrap p.accordion-title span {
  font-size: 13px;
}
.service-wrap p.accordion-title {
  font-size: 16px;
}
.accordion-header::before, .accordion-header::after {
  width: 16px;
}
.accordion-content-bg ul {
  padding-left: 0;
  margin-bottom: 0;
}
}
.mobile-menu-buttons {
  display: none;
}

