@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0 0;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.elementor-container{
		max-width:1100px!important;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 12vw 0 0;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		/*padding: 0 4vw;*/
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
	}
	.main_cate_in {
		position: relative;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
	}
}
.main_cate{
	display:none;
}

/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
	}
	.main_cate_in {
		position: relative;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
	}
}











/* ================================================================================

	セクション

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_long,
	.col2_1_middle,
	.col2_1_short,
	.col2_1_vshort,
	.col2_1_mshort {
		margin-right: 20px;
	}
	.col2_2,
	.col2_2_long,
	.col2_2_middle,
	.col2_2_short,
	.col2_2_vshort,
	.col2_2_mshort {
		margin-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-right: 20px;
	}
	.col3_2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.col3_3 {
		margin-left: 20px;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 209px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_long {
		margin-top: 16vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_mshort {
		margin-top: 3vw;
	}

	.col2_2 {
	}
	.col2_2_long {
		margin-top: 16vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_mshort {
		margin-top: 3vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 12vw;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 61vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}





/* ================================================================================

	マージンボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}
	.top_mshort {
		margin-top: 10px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}
	.bottom_mshort {
		margin-bottom: 10px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 8vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}
	.top_mshort {
		margin-top: 3vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}
	.bottom_mshort {
		margin-bottom: 3vw;
	}

}




/* ================================================================================

	パディングボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}
	.p_top_mshort {
		padding-top: 10px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}
	.p_bottom_mshort {
		padding-bottom: 10px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.row_mshort {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}
	.p_top_mshort {
		padding-top: 3vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}
	.p_bottom_mshort {
		padding-bottom: 3vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.row_mshort {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




/* ================================================================================

	カラーボックス

================================================================================ */

/* カラー01 */
.row_c01 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#f5f5f5;
	color: inherit;
}

/* カラー02 */
.row_c02 {
	background: url(../img/spacer.gif) center top / auto auto repeat ,#444444;
	color: #ffffff;
}

/* ボーダー囲い色 */
.box_border {
	border-color: #cccccc;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
	}

	/* カラー02 */
	.row_c02 {
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border-style: solid;
		border-width: 4px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border-style: solid;
		border-width: 4px;
	}
}




/* ================================================================================

	見出し

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 12px 0 !important;
	}
	.h2_cate h2 {
		font-size: 32px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 8px 0 !important;
	}
	.h3_cate h3 {
		font-size: 26px;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
		border-bottom: 3px solid;
		padding: 0 0 2vw 0 !important;
	}
	.h2_cate h2 {
		font-size: 5.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h2_cate h2 {
		color: inherit;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
		border-bottom: 1px solid;
		padding: 0 0 1.5vw 0 !important;
	}
	.h3_cate h3 {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.4;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 1vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}




/* ================================================================================

	共通ボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.text_center{
		text-align:center;
	}
	.view_more a{
		color:#3B1E87;
		border:1px solid #3B1E87;
		padding:17px 50px;
		font-size:18px;
	}
	.view_more a:hover{
		color:#fff;
		border:1px solid #3B1E87;
		padding:17px 50px;
		font-size:18px;
		background-color:#3B1E87;
	}
	
	.view_more2 a{
		font-size:18px;
		color:#3B1E87;
	}
	

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 22px;
		letter-spacing: 0;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 4em 0.9em;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 10px;
		height: 15px;
		top: 50%;
		margin-top: -7px;
		right: 16px;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.view_more a{
		color:#3B1E87;
		border:1px solid #3B1E87;
		padding:17px 50px;
		font-size:18px;
	}
.view_more2 a{
		font-size:18px;
		color:#3B1E87;
	}
	
	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background-color: #666666;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 0.8em 0 0.9em;
		margin-left: auto;
		margin-right: auto;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #444444;
	}

	.link_common ul li a::after {
		position: absolute;
		content: "";
		display: block;
		background: url(../img/arrow.png) center top / contain no-repeat;
		width: 2vw;
		height: 3vw;
		top: 50%;
		margin-top: -1.5vw;
		right: 3vw;
	}
	.row_c01 .link_common ul li a::after {
	}
	.row_c02 .link_common ul li a::after {
		background: url(../img/arrow2.png) center top / contain no-repeat;
	}
}


/* ================================================================================

	共通フォントサイズ

================================================================================ */
.pc_80{
	font-size:80px;
}


/* ================================================================================

	共通下層MV画像サイズ

================================================================================ */

.mv_img{
	height:45vh;
}
.mv_img2{
	height:45vh;
	width:100vw;
	object-fit:cover;
}

@media (max-width:768px){
	.mv_img{
	height:30vh;
}
	.mv_img2{
	height:30vh;
	width:100vw;
	object-fit:cover;
}
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ================================================================================

	実績紹介部分

================================================================================ */


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}





/* ================================================================================

ABOUT

================================================================================ */
.marc{
	background:linear-gradient(transparent 60%, #ff6 60%);
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.name{
		font-size:30px;
	}	
	.name span{
		font-size:18px;
		color:#3B1E87;
	}
	.works{
		background:#F6F6F6;
		padding:40px 25px;
	}
	.works p{
		font-size:24px;
		color:#3B1E87;
		position:relative;
	}
	.works p:after{
		position:absolute;
		content:"";
		width:75%;
		background:#707070;
		height:1px;
		top: 50%;
    right: -30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}
	.about_tittle{
		position:relative;
	}
	.about_tittle::after{
		position:absolute;
		content:"";
		background:#3B1E87;
		height:2px;
		width:54px;
		  right: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		bottom:-30px;
		
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.name{
		font-size:24px;
		line-height:20px;
	}	
	.name span{
		font-size:16px;
		color:#3B1E87;
	}
	.works{
		background:#F6F6F6;
		padding:40px 25px;
	}
	.works p{
		font-size:18px;
		color:#3B1E87;
		position:relative;
	}
	.works p:after{
		position:absolute;
		content:"";
		width:75%;
		background:#707070;
		height:1px;
		top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}
	.about_tittle{
		position:relative;
	}
	.about_tittle::after{
		position:absolute;
		content:"";
		background:#3B1E87;
		height:2px;
		width:54px;
		  right: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		bottom:-20px;
		
	}
	.about_en{
		margin-bottom:0px!important;
	}
	.map{
		height:50vh!important;
	}
}





/* ================================================================================

カウンセリング紹介

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.main_txt{
		position:relative;
	}
	.co_img1{
		position:absolute;
		top:-300px;
		left:-50px;
	}
	.co_img1 img{
	
		width:165px;
	}
	.co_img2{
		position:absolute;
		top:-300px;
		right:-50px;
	
	}
	.co_img2 img{
	
		width:135px;
	}
	.co_img3{
		position:absolute;
		top:0px;
		left:-150px;
width:305px!important;
	}
	.co_img4{
		position:absolute;
		top:100px;
		left:350px;
width:465px!important;
	}
	.co_img5{
		position:absolute;
		top:-80px;
		right:-130px;
width:270px!important;
	}
	.txt_co p{
		margin:0!important;
	}
	.service_line{
		position:relative;
	}
	.service_line:after{
		position:absolute;
		content:"";
		background:#707070;
		width:87%;
		height:1px;
		right:0;
		top: 50%;
		transform: translateY(-50%);
		
	}
	.service_list{
		position:relative;
		padding-left:20px;
	}
	.service_list:before{
		position:absolute;
		content:"";
		width:11px;
		height:11px;
		background:#C0B3D2;
		left:0;
		top: 9px;
    left: 0%;
   
	}
	
}
@media (max-width:900px){
	.service_line:after{
		position:absolute;
		content:"";
		background:#707070;
		width:75%;
		height:1px;
		right:0;
		top: 50%;
		transform: translateY(-50%);
		
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.page-counseling .page_title h1{
		font-size:42px!important;
	}
	.service_line{
		position:relative;
	}
	.service_line:after{
		position:absolute;
		content:"";
		background:#707070;
		width:60%;
		height:1px;
		right:0;
		top: 50%;
		transform: translateY(-50%);
		
	}
	.service_list{
		font-weight:600;
		position:relative;
		padding-left:20px;
	}
	.service_list:before{
		position:absolute;
		content:"";
		width:11px;
		height:11px;
		background:#C0B3D2;
		left:0;
		top: 9px;
    left: 0%;
   
	}
	.service_column p{
		margin-top:0px!important;
		font-size:14px;
	}
	
}





/* ================================================================================

メニュー紹介

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
.arrow-down {
  position: relative;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid black;
}

.arrow-down:after {
  content: "";
  position: absolute;
  top: 20px; /* 矢印の高さを調整 */
  left: -50px; /* 矢印の幅に合わせて調整 */
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid black;
}
	.menu_link ul{
		
		font-size:20px;
		font-weight:bold;
		display:flex;
		justify-content:space-around;
	}
	.menu_link ul a{
		color:#21303D;
	}
	.menu_link ul i{
		
		font-size:18px;
		padding-left:5px;
	}
	.menu_link ul span{
		padding-right:5px;
	}
	.namber{
		font-size:38px;
	}
	.font_24{
		font-size:24px;
	}
	.slash{
		font-size:36px;
	}
	.recomend{
		padding:25px 25px;
		background:#EFF1F3;
	}
	.recomend ul{
		padding-left:5px;
		margin-top:0;
		list-style: inside;
	}
	.recomend p{
		font-size:20px;
		position:relative;
		padding-left:24px;
		
	}
	.recomend p:after{
		position:absolute;
		content:"";
		background:#C0B3D2;
		height:17px;
		width:17px;
		border-radius:50px;
		left:0;
		top:10px;
		
			
	}
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.menu_link ul a{
		color:#21303D;
		font-size:16px;
	}
	.menu_link ul i{
		
		font-size:14px;
		padding-left:5px;
	}
	.menu_link li{
		padding:5px 0px;
	}
	.recomend{
		padding:25px 25px;
		background:#EFF1F3;
	}
	.recomend ul{
		padding-left:5px;
		margin-top:0;
		list-style: inside;
	}
	.recomend p{
		font-size:18px;
		position:relative;
		padding-left:24px;
		
	}
	.recomend p:after{
		position:absolute;
		content:"";
		background:#C0B3D2;
		height:17px;
		width:17px;
		border-radius:50px;
		left:0;
		top:10px;
		
			
	}
}





/* ================================================================================

イベント

================================================================================ */
/* イベントアーカイブのタブメニューのスタイル */
#event_single .reception{
background:#3B1E87;
	color:#fff;
	border-radius:50px;
	padding:5px 10px;
	margin-right:10px
	
}
#event{
	width:100%;
	margin:0 auto;
	max-width:1100px;
}
.event-archive-tabs {
    overflow: hidden;
   
    text-align: center;
	max-width:1100px;
	margin:0 auto 40px;
	border-bottom:1px solid #CFCFCF;
	padding-bottom:30px;
}

.event-archive-tablinks {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
.event-archive-tablinks{
	margin-right:20px;
	 background-color: #EFF1F3;
	color:#21303D;
}
.event-archive-tablinks:hover {
    background-color: #ddd;
}

.event-archive-tablinks.active {
    background-color: #21303D;
	color:#fff;
}

/* イベントアーカイブのタブコンテンツのスタイル */
.event-archive-tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

/* イベント記事リストのスタイル */
.end_title{
	font-size:30px;
}
.event-archive-two-columns{
	margin-bottom:100px;
}
.event-archive-two-columns .reception{
	display:inline!important;
	background:#47A400;
	color:#fff;
	border-radius:50px;
	padding:10px 20px;
	margin-right:20px;
	font-size:14px;
}
.event-archive-three-columns .reception{
	display:none;
}

.event-archive-articles {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; /* 各記事間のスペース */
}

.event-archive-two-columns .event-archive-article {
    flex: 0 0 48%; /* 受付中の記事を2カラムで表示 */
}

.event-archive-three-columns .event-archive-article {
    flex: 0 0 30%; /* 開催済の記事を3カラムで表示 */
}

.event-archive-article {
   
    padding: 10px;
   
}
.event-archive-info .title{
	margin:10px 0px!important;
	font-size:14px;
}
.kinds , .event-kinds{
	border:1px solid #21303D;
	padding:5px;
	font-size:14px;
	display:inline-block;
}
.event-archive-thumbnail {
    width: 100%;
    overflow: hidden;
	position: relative;
    width: 100%; /* コンテナの幅を指定 */
    padding-top: 56.25%; /* 16:9のアスペクト比に基づく高さ (9 / 16 * 100%) */
    overflow: hidden; /* 画像がコンテナからはみ出さないように */
}

.event-archive-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像がコンテナにぴったりと収まるように調整 */
}



.event-archive-info {
    padding: 10px 0 0;
	margin-top:15px;
}
event-archive-info div{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}

.event-archive-info span,
.event-archive-info .title {
    
    margin-bottom: 5px;
}

.event-archive-info .title {
    font-size: 18px;
    font-weight: bold;
}

.past-events-link{
	text-align:center;
	color:#3B1E87;
	margin:0 auto;
}
.past-events-link a{
	text-align:center;
	color:#3B1E87!important;
	margin:0 auto;
}
.event-date , .time{
	display:inline-block;
	font-size:16px;
	color:#21303D;
	font-weight:500;
}

.event-reception{
background:#8b8b8b;
	color:#fff;
	padding:3px 10px;
	font-size:14px;
	border-radius:50px;
	display:inline-block;
}
.reception-accepting .event-reception{
background:#47A400;	
	
}
.blog_t_title a{
	margin-top:10px;
	display:inline-block;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 768px) {
	.blog_box{
		padding:0 15px;
	}
	.past-events-link a{
	text-align:center;
	color:#3B1E87;
	margin:0 auto;
	font-size:16px;
}
	.event-archive-tabs {
    overflow: hidden;
   
    text-align: center;
	
	margin:0 15px 40px;
	border-bottom:1px solid #CFCFCF;
	padding-bottom:30px;
}
    /* スマートフォンなどの小さなデバイスでのスタイル調整 */
    .event-archive-two-columns .event-archive-article,
    .event-archive-three-columns .event-archive-article {
        flex: 0 0 100%;
    }
	
	.event-archive-tablinks {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px!important;
		margin-bottom:5px;
}
	.event-archive-two-columns .reception{
	display:inline!important;
	background:#47A400;
	color:#fff;
	border-radius:50px;
	padding:5px 10px;
	margin-right:10px;
	font-size:12px;
}
	
}



/* ================================================================================

お客様の声

================================================================================ */
.voice_catch{
	font-size:36px;
	text-align:center;
	margin:120px auto 60px!important;
}
.voice-archive .two-columns{
	width:90%;
	max-width:1100px;
	margin:0 auto;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:50px;
}
.voice-interview-link{
	display:flex;
}
.voice-interview-link a{
	margin: 0 auto;
	color:#3B1E87;
	text-align:center;
	position:relative;
}
.voice-interview-link img{
padding-bottom:15px;
	padding-left:10px;
	
}
.voice-info > div > div{
	margin-top:0;
}
.voice-article{
	margin-top:40px;
	position:relative;
	padding:45px;
	border:1px solid #C9C9C9;
}
.voice-article::before {
	position:absolute;
	content: '';/*何も入れない*/
  display: inline-block;
  width: 80px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(https://www.kumami-counseling.com/wordpress/wp-content/uploads/2024/02/border.png);
  background-size: contain;
  vertical-align: middle;
	top:-40px;
	left:-40px;
}
.voice-article::after {
	position:absolute;
	content: '';/*何も入れない*/
  display: inline-block;
  width: 80px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(https://www.kumami-counseling.com/wordpress/wp-content/uploads/2024/02/border.png);
  background-size: contain;
  vertical-align: middle;
	bottom:-40px;
	right:-40px;
	transform:rotate(-180deg);
}
 .voice-content{
	padding:30px 0px;
	border-top:1px solid #A8A8A8;
}
.voice-article div div:nth-child(1){
	display:flex;
	justify-content:flex-start;
	margin-bottom:20px;
	
}
.voice-thumbnail img{
	width:110px;
	height:110px;
	object-fit:cover;
	border-radius:100px;
}
.voice-thumbnail{
	margin-right:20px;
}
.voice-title{
	text-align:center;
	font-size:11px;
	padding:6px;
	background:#3B1E87;
	color:#fff;
	margin:10px 0px;
	display:inline-block;
}
.voice-age{
	display:inline;
    font-size:18px;
}
.voice-job{display:inline;
 font-size:18px;
}
.voice-info{
	font-size:18px
}
.services{
	color:#3B1E87;
}
/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.voice_catch{
	font-size:20px;
	text-align:center;
	margin:50px auto 20px!important;
}
.voice-article{
	margin-top:40px;
	position:relative;
	padding:20px;
	border:1px solid #C9C9C9;
}	
	.voice-archive .two-columns{
	width:90%;
	max-width:1100px;
	margin:0 auto;
	display:grid;
	grid-template-columns:1fr;
	
	
}
	.voice-info{
	font-size:14px
}
	.voice-article div div:nth-child(1){
	display:flex;
	justify-content:flex-start;

	margin-bottom:20px;
	
}
	.voice-thumbnail img{
	width:80px;
	height:80px;
	object-fit:cover;
	border-radius:100px;
}
	.voice-title{
	text-align:center;
	font-size:9px;
	padding:6px;
	background:#3B1E87;
	color:#fff;
	margin:10px 0px;
	display:inline-block;
}
.voice-age{
	display:inline;
    font-size:16px;
}
.voice-job{display:inline;
 font-size:16px;
}
}

/* ================================================================================

	アクセスページ

================================================================================ */

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}