@charset "utf-8";
/* レイアウトのためのCSS */
/* レイアウトのためのCSS *//* レイアウトのためのCSS *//* レイアウトのためのCSS *//* レイアウトのためのCSS *//* レイアウトのためのCSS *//* レイアウトのためのCSS *//* レイアウトのためのCSS *//* レイアウトのためのCSS *//* レイアウトのためのCSS *//* レイアウトのためのCSS */
html {
  font-size: 62.5%;
  
  /*TOPに戻るをスムーズに*/
   scroll-behavior: smooth;
}

body{
    -webkit-text-size-adjust: 100%;
	font-size: 1.7rem; /* =14px */
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #474747;
	line-height:1.9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	position: relative;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #474747;
	text-decoration: none;
    outline: none;
}


a img{
  transition:.5s all;

 }

a img:hover{

  transition:.5s all;
  opacity:0.7;

}



img{
    width: 100%;
    height: auto;
    vertical-align:top;
}


/* area */


#container_second{
    overflow: hidden;
    /*以下、IE11用*/
    z-index: 1;
    position: relative;
}


/* font-family */

h1,
h2,
#service .service-area section h3,
#g-nav,
#footer-link,
.scrolldown1 span,
#vidual-area dt,
.footer-logo{

}

/* heading */



header {
  z-index: 10000001;
  transition: all 0.3s;
  background-color: #fff;
  width: 100%;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}

.pc_only{
  display: block;
}


.sp_only{
  display: none;
}



@media screen and (max-width:600px) {
  .pc_only{
    display: none;
  }
  
  
  .sp_only{
    display: block;
  }
}


/*
@media screen and (max-width:480px) 
@media screen and (max-width:350px) 
@media screen and (max-width:1100px) 
*/


#xmc_new{
overflow-x: hidden;
font-size: 1.6rem;
line-height: 1.7;
/*color: #000;*/
}

/*========= header===============*/

#xmc_new #header {
	opacity: 0.95;
}
#xmc_new #header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background-color: #000000;
}



#xmc_new #header .headerInner {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding-top: 30px;
	padding-bottom:0;
	padding-left: 20px;
	padding-right: 20px;
}
#xmc_new #header .headerInner .logo_inner {
	width: 290px;
  margin-top: 0;
  padding-bottom: 5px;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}
#xmc_new #header .logo_inner a{
	display:inline-block;  
  width: calc(42% - 20px);
  height: auto;
  margin-right: 10px;
  padding-bottom: 4px;

    }

    #xmc_new #header .logo_inner a:nth-child(2){
 width: 58%;
    }

#xmc_new #header .headerInner .logo_inner img{
	display:inline-block;
	width:100%;
}




@media screen and (max-width:480px) {
	#xmc_new #header .headerInner .logo_inner {
		width: 250px;
	}
}
@media screen and (max-width:350px) {
	#xmc_new #header .headerInner .logo_inner {
		width: 220px;
	}
}
@media screen and (max-width:1100px) {
	#xmc_new #header .headerInner {
		justify-content: center;
	}
	#xmc_new #header .headerInner .logo_inner {
		display: none;
	}
	#xmc_new #header .headerInner {
		height: 68px;
	}
}
#xmc_new #header .headerInner #g-navi {
	display: flex;
}
#xmc_new #header .headerInner #g-navi ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.btn {
	display: none;
}
@media screen and (max-width:960px) {
	#xmc_new #header .headerInner #g-navi {
		top: 0;
		position: absolute;
		width: 100%;
	}

	#xmc_new .pc_indent {
		display: block;
	}


	@media screen and (max-width:600px) {
		#xmc_new .pc_indent {
			display: none;
		}
	}



	/********************************ハンバーガーメニュー********************************/
	button {
		margin: 0;
		padding: 0;
		outline: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: inherit;
		vertical-align: middle;
		text-align: inherit;
		font: inherit;
		-webkit-appearance: none;
		appearance: none;
	}
	/**************** 以下、ハンバーガーボタンのスタイリング ****************/
	.btn {
		/* ボタンの配置位置  */
		display: block;
		position: fixed;
		top: 17px;
		right: 30px;
		/* 最前面に */
		z-index: 10;
		/* ボタンの大きさ  */
		width: 38px;
		height: 38px;
	}
	/***** 真ん中のバーガー線 *****/
	.btn-line {
		display: block;
		/* バーガー線の位置基準として設定 */
		position: relative;
		/* 線の長さと高さ */
		width: 100%;
		height: 4px;
		/* バーガー線の色 */
		background-color: #ffffff;
		transition: .2s;
	}
	/***** 上下のバーガー線 *****/
	.btn-line::before, .btn-line::after {
		content: "";
		/* 基準線と同じ大きさと色 */
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		transition: .5s;
	}
	.btn-line::before {
		/* 上の線の位置 */
		transform: translateY(-16px);
	}
	.btn-line::after {
		/* 下の線の位置 */
		transform: translateY(16px);
	}
	/***** メニューオープン時 *****/
	.btn-line.open {
		/* 真ん中の線を透明に */
		background-color: transparent;
	}
	.btn-line.open::before, .btn-line.open::after {
		content: "";
		background-color: #ffff;
		transition: .2s;
	}
	.btn-line.open::before {
		/* 上の線を傾ける */
		transform: rotate(45deg);
	}
	.btn-line.open::after {
		/* 上の線を傾ける */
		transform: rotate(-45deg);
	}
	/********************************ハンバーガーメニュー********************************/
	#xmc_new #header .headerInner {
		justify-content: center;
    padding-top: 12px;
	}
	/*
	#xmc_new #header .headerInner .logo_inner {
		display:none;
	}*/
	#xmc_new #header .headerInner .logo_inner {
		display: flex;
	}
	#xmc_new #header .headerInner #g-navi ul {
		background-color: #9a9b9a;
	}
	#xmc_new #header .menu {
		flex-direction: column;
		height: 100vh;
		position: fixed;
		/* メニューの位置マイナス指定で画面外に */
		right: -100%;
		width: 100%;
		transition: .3s;
	}
	.menu-list {
		width: 100%;
		height: 100%;
		/* メニューテキスト位置をリスト内中心に */
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/***** メニューオープン時位置0にして画面内に *****/
	#xmc_new #header .menu.open {
		position: absolute;
		right: 0;
	}
	#xmc_new #header .menu.open .menu-list {
		height: auto;
	}
}
#xmc_new #header .headerInner #g-navi ul li {
	padding-left: 10px;
	padding-right: 10px;
}
#xmc_new #header .headerInner #g-navi ul li a {
	color: #ffffff;
	font-size: 1.4rem;
	text-decoration: none;
}
@media screen and (max-width:960px) {
	#xmc_new #header .headerInner #g-navi ul li a {
		font-size: 2.2rem;
	}
}
/********************************ヘッダースクロール時の動き********************************/

/*==ふわっと出現させるためのCSS*/

/*　上に上がる動き　*/

#header.UpMove {
	position: fixed;
	width: 100%;
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-100px);
	}
}
/*　下に下がる動き　*/

#header.DownMove {
	position: fixed;
	width: 100%;
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/*JSを使いfixedクラスが付与された際の設定*/

#header.fixed {
	position: fixed;
	/*fixedを設定して固定*/
	z-index: 999;
	/*最前面へ*/
	top: 0;
	/*位置指定*/
	left: 0;
	/*位置指定*/
}
/********************************ヘッダースクロール時の動き********************************/


/********************************ページナビゲーション********************************/

.pager {padding-top: 40px; width: 100%;}
.pager .pagination {text-align: center;line-height: 0;}
.pager .pagination li {
display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 80px;
  height: 36px;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 20px;
  border: 2px solid #8a8a8a;
	
	}
.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	}
.pager .pagination li a span {display: table-cell;vertical-align: middle;transform: none;}
.pager .pagination li a:hover {color: #fff;background: #000000;}
.pager .pagination li .active {
	color: #fff;
	background: #8a8a8a;
	}
@media (max-width: 750px) {
  .pager .pagination li {display: none;}
  .pager .pagination .pre,
  .pager .pagination .next {display: inline-block;width: 40%;height: 50px;text-align: center;}
  .pager .pagination .pre a,
  .pager .pagination .next a {width: 100%;text-align: center;}
  .pager .pagination .pre span:after {content: " 前のページ";}
  .pager .pagination .next span:before {content: " 次のページ ";}
}
/********************************ページナビゲーション********************************/


main{
	padding-bottom:20px;
}

@media screen and (max-width:480px){
main{
	font-size:90%;
	line-height:1.8;
}	
}

.inner {
    max-width: 1100px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

@media screen and (max-width:787px){
.inner {
    padding: 0 10px;
}
}

main#top{
	background: rgba(188,189,189, 0.4);
  padding-left: 10px;
  padding-right: 10px;
}




/*========= レイアウトのためのCSS ===============*/

h1{
  font-size:1.2rem;
}

h2{
  font-size: clamp(1.8rem, 0.800rem + 4vw, 4rem);
  text-align: center;
  margin: 0 0 30px 0;
  line-height:1.3;
  /*text-decoration: underline;*/
  letter-spacing: 0.17rem;
}




p{
  margin-top:20px;  
}

small{
  background:#333;
  color:#fff;
  display: block;
  text-align: center;
  padding:20px;
}


nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}

nav ul li a{
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding:10px;
  transition:all 0.3s;
}



nav ul li.current a,
nav ul li a:hover,
nav ul li a:active{
  color:pink; 
}

section{
  padding-top:60px;
   padding-bottom:60px;
   padding-left:30px;
    padding-right:30px;  
}
@media screen and (max-width:787px){
section{
  padding:10px;
}
}


.col_1{
	display:flex;
	flex-wrap: wrap;
	width:100%;
    justify-content: space-between;
    align-items: top
}

.col_1 > div{
	width:100%;
	margin-bottom:2%;
	padding:10px;
}





.col_2{
	display:flex;
	flex-wrap: wrap;
	width:100%;
    justify-content: space-between;
    align-items: top
}

.col_2 > div{
	width:48%;
	margin-bottom:2%;
	padding:10px;
}

@media (max-width: 787px) {
   .col_2{
	display:block;
   }
   .col_2 > div{
	   width:100%;
   }   
}

.col_3{
	display:flex;
	flex-wrap: wrap;
	width:100%;
    justify-content: space-between;
    align-items: top;
}

.col_3 > div{
	width:32%;
	margin-bottom:2%;
	padding:10px;
}

.col_3:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

@media screen and (max-width:600px){

.col_3 > div{
	width:48%;
	padding:10px;
}

.col_3:after {
    width: 48%;  /* .boxに指定したwidthと同じ幅を指定する */
}		
}

@media screen and (max-width:300px){
	.col_3{
	display:block;
	}
.col_3 > div{
	width:100%;	
}

.col_3:after {
    width: 100%;  /* .boxに指定したwidthと同じ幅を指定する */
	}	
}

.col_4{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content: space-between;	
}
.col_4 > div{
	width:24%;
	margin-bottom: 2%;
}

@media screen and (max-width:787px){
	.col_4 > div{
	width:32%;
	}	
}
@media screen and (max-width:600px){
	.col_4 > div{
	width:48%;
	}
}



@media screen and (max-width:300px){
	.col_4{
	display:block;
	}
	.col_4 > div{
	width:100%;	
	}
}




.col_5{
	display:flex;
	width:100%;
	flex-wrap:wrap;
	justify-content: space-between;	
}
.col_5 > div{
	width:19%;
	margin-bottom: 2%;
}

@media screen and (max-width:787px){
	.col_5 > div{
	width:32%;
	}	
}
@media screen and (max-width:600px){
	.col_5 > div{
	width:48%;
	}
}

@media screen and (max-width:480px){
	.col_5{
	display:block;
	}
	.col_5 > div{
	width:100%;	
	}
}

/* テキスト装飾
=====================================================
*/

h3.small_caption {
  display: flex;
  align-items: center;/* 縦位置の調整 */

  margin: auto;
  font-size: clamp(1.4rem, 1.127rem + 1.091vw, 2rem);
  margin:auto;
  width:60%;
    letter-spacing: 0.17rem;
}


@media screen and (max-width:787px){

  h3.small_caption {
   
    width:85%;
  }
}

h3.small_caption::before,
h3.small_caption::after {
  content: '';
  flex-grow: 1;/* 余白を分け与える */
  height: 3px;
  background: black;
}


/* 見出しの文字と横棒の間隔を開ける */
h3.small_caption::before {
  margin-right: 30px;
}

h3.small_caption::after {
  margin-left: 30px;
}

/* テキスト装飾
=====================================================
*/


/* 装飾
=====================================================
*/
p.more{
  max-width: 300px;
  margin: 40px auto;
}


a.btn_01 {
  display: inline-block;
  
width:300px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  color: #353536;
  background-color: #fff;
  position: relative;
  border: 1px solid #353536;
  transition: color 0.5s ease;
}
a.btn_01:hover {
  color: #fff;
}
a.btn_01:hover::before {
  transform: scaleY(1);
}
a.btn_01::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #707070;
  transform: scaleY(0);
  transition: all 0.2s ease;
  transition-property: transform;
}
.text {
  position: relative;
}


/*
a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ffffff;
  border: 1px solid #474747;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #474747;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}



a.btn_01:hover {
  color: #fff;
  color: white;
}
a.btn_01:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
a.btn_01::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #515151;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
 
}*/





/*----------------------
a.btn_01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #474747;
  border-right: 2px solid #474747;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btn_01:hover {
  background: #474747;
  color: white;
}
a.btn_01:hover:before {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
*/

.btn_02{
    /*コレ*/border-radius: 100px;
    display: block;
    width: 70%;
	margin:auto;
	margin-top:40px;
    padding: 15px;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
    text-align: center;

  border: 2px solid white;
  position: relative;
    transition-duration: 0.3s;
 
}

.btn_02:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -4px;
  transform: rotate(45deg);
}


.btn_02:hover {
  background-color: rgba(242, 64, 240, 0.32);
  

}

/* SNSボタン
=====================================================
*/

.sns__container {



}

.sns__container a {
    width: 100%;
    text-align: center;
    color: #000000;
    padding: 0.5rem 0;
	font-size: 3rem;
}

.sns__container a:hover {
    opacity: 0.6;
}

.sns__twitter {
    	
}

.sns__facebook {
    	
}

.sns__pocket {
    	
}

.sns__line {
   
}

.sns__hatena {
    
}


/* サイドバー
=====================================================
*/
.current-cat {
        background-color:#474747;

    }


.current-cat a{
	        color: #fff;
        border: none;
}

/* フッター
=====================================================
*/

footer{
	background-color:#000000;
	width: 100vw;
margin: 0 calc(50% - 50vw);
	
	
}

.footer03 {
 color: #ffffff;
  padding: 30px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer03 a {
 color: #ffffff;
 text-decoration: none;
 font-size: 1.4rem;
 	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
 
}
.footer03 a:hover {
 color: #eeeeee;
}
.footer03 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
}
.footer03 .menu li {
 margin: 0;
 padding: 0 20px;
 border-left: 1px #808080 solid;
}


.footer03 .menu li:first-child {
 padding-left: 0;
 border: none;
}




footer .copyright {
 margin: 0;
 padding: 10px 0 0 0;
 color:#ffffff;
 padding-bottom: 15px;
 text-align:center;
}

@media only screen and (max-width: 599px) {
.footer03 .menu li {
 width: 50%;
 padding: 0 20px 0 0;
 box-sizing: border-box;
 border: none;
}
}

.footer03 .logo_inner {
width: 290px;
  margin-top: 0;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}






.footer03 .logo_inner a {
  display: inline-block;
  width: calc(42% - 20px);
  height: auto;
  margin-right: 10px;
  padding-bottom: 4px;
}

.footer03 .logo_inner a:nth-child(2) {
  width: 58%;
}

/***追従するトップへ戻るボタン***/
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
	transition: 0.5s;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
@media(max-width:750px){
    .gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }
    .gotop::before{
        bottom: 0;
    }
}
/***トップへ戻るボタンここまで***/




/*ヘッダー*/
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    left: -120%;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:#999;
    /*動き*/
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    left: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/*パンくず*/

.breadcrumb{
	margin-top:100px;
}


.breadcrumb__item:nth-last-child(n + 2):after {
  /*display: inline-block;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  vertical-align: 3px;*/
}

.breadcrumb__item a {
  color: #474747;
  transition: opacity .6s;
}

.breadcrumb__item a:hover {
  opacity: .6;
}

/*----------------------
リスト
---------------------- */
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Flexboxにする */
}

/*----------------------
区切り文字
---------------------- */
.breadcrumb li::after {
  content: "　>";
}

.breadcrumb li:last-child::after {
  content: "";
}

/*----------------------
パンくずリスト内の要素
---------------------- */
.breadcrumb__item {
  padding: .2em .5em;/* 余白作成 */
  display: inline;
  font-size: 1.3rem;
}

/*----------------------
パンくずリスト内のaタグ
---------------------- */
.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}







/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  left: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



/*========= レイアウトのためのCSS ===============*/




.menu_container {
  position: relative;
}
.fit-left {
position: absolute;
left: 0;
bottom: 100%;
width: 100%;
transform: rotate(90deg);
transform-origin: bottom left;
color: white;
z-index: 999;
}
.fit-right {
  background: #EFEFEF;
  text-align: center;
  /* ここからがポイント */
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  transform: rotate(-90deg);
  transform-origin: bottom right;
}





/***トップへ戻るボタンここまで***/


/* トップページ
=====================================================
*/

#contents{

  width: 100%;
  max-width:1280px;
  margin:auto;
	
}

#fvArea{
  width: 100vw;
  max-width:100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 0;
  padding-left:0;
  padding-bottom:0;
  padding-right:0;
  position:relative;
	
	margin-top:0;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	background-color: black;
padding-top: 50px;

}

.fv_caption_area{

  width: 100%;
  font-size: 3.4rem;
  position: relative;
  color: #ffffff;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


#fv_wrapper{
display:flex;
     width: 100vw;
}





#fv_wrapper > div{


}


#slick_left_image{
  width:65%;
}

    #slider {
      position: relative;
      width: 100%;
      height: 32vw;
      overflow: hidden;
    }
    .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  transition: none;
    }
    .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    }
  



#slick_right_image{
  width:35%;
  background-color: #000000;
  z-index: 99;

}

.caption-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) ;
  opacity: 0;
  transition: opacity 2s ease, transform 2s ease;
  width: 88%;
  max-width: 600px;
  text-align: left;
  pointer-events: none;
  z-index: 0;
}

.caption-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}



#fv_title{
  position: static; /* ←absolute をやめる */
  width: 100%;
  margin-bottom: 2rem;
}

#fv_title a{
		color:#ffffff;
		text-shadow: 1px 1px 8px #00000091;
}

.fv_caption_area li.cat-item a{
	color:#ffffff;
	
}

.post-title a{
	color:#ffffff;
  font-weight: bold;
letter-spacing: 0.14rem;
}

.client{
	color:#ffffff;
text-shadow: 1px 1px 8px #00000091;

font-size:1.7rem;
}

.client_name{
  font-size: 16px; /* ← ここを修正 */
  margin-bottom:5px;
  display: inline;
  line-height:1.3;

}

.post-title{
margin-bottom:60px;
}

.show_tags{
  position: static; /* absolute をやめて自然に並べる */
  width: 100%;
  margin:auto;
  margin-bottom: 1rem;
  
  font-size: 11px; /* ← ここを修正 */

}
.show_date {
  position: static; /* absolute をやめて自然に並べる */
  width: 100%;
  margin-bottom: -0.3rem;
 
  font-size: 13px; /* ← ここを修正 */
}

.show_tags a{
	color:#ffffff;	
}


.show_tags a::before{
	content: '#';

} 

.show_tags li{
	margin-right:12px;
  margin-bottom: 8px;
  border: solid 1px #fff;
  padding: 4px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:6px;
}

#show_date{
z-index: 10;
position: absolute;
left:15%;
width:70%;
bottom:20px;
font-size:1.4rem;
color:#ffffff;		
}




.indicator-bar {
  display: flex;
 /* justify-content: center;*/
  gap: 10px;
  margin-top: 30px;
  position: absolute;
  bottom: 11%;
  width: 88%;
  max-width: 600px;
}

.indicator-dot {
  width: 30px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  transition: all 0.4s ease;
}

.indicator-dot.active {
  background-color: #ffffff;
  width: 50px;
}


@media only screen and (max-width: 1500px) {
  .post-title {
  margin-bottom: 30px;
}

.fv_caption_area {
  font-size: 2.8rem;
}


.indicator-bar {
  bottom: 10%;
}

}

@media only screen and (max-width: 1100px) {
  .post-title {
  margin-bottom: 18px;
}

.indicator-bar {
  bottom: 3%;
}

}

@media only screen and (max-width: 960px) {


#fv_wrapper {
  display: block;
  width: 100vw;
}

#slick_left_image{
  width: 100%;

}
#slider {
  height: 70vw;
}
.slide {
  
  height: 70vw;
}

#slick_right_image{

  width: 100%;
  height: 270px;
}
.caption-slide {
  top: 40%;
}

.fv_caption_area {
  font-size: 2.6rem;
}


}


@media only screen and (max-width: 480px) {
#slick_right_image{
  height: 300px;
}
}


#yajirushi{
	z-index: 999;
position: absolute;

right:50px;
width:3%;
	
}

.blur{
  position:absolute;	
  top:0;
  left:0;
filter: blur(20px);	
	
}



@media only screen and (max-width: 949px) {
#fv_title {
 
  top: 28%;
  font-size:2.8rem;
 
}

.show_tags {
font-size:1.3rem;
}

}

@media only screen and (max-width: 767px) {

  #fvArea{
    margin-bottom:40px;


  }


  ul#js-slider-3 .fv_caption_area{
display:none;
  }

}



.top_tipics{
width: 100%;
max-width:1100px;
display: flex;
justify-content: start;
  flex-wrap: wrap;
margin: auto;
	
}

.top_tipics > figure{
	width: 30%;
margin-right: 2%;
	
}

#casestudy{
/*background: rgb(188,189,189);*/
/*background: linear-gradient(0deg, rgba(188,189,189,1) 0%, rgba(255,255,255,1) 62%);*/
width: 100vw;
height: 100%;
margin: 0 calc(50% - 50vw);
  margin-bottom: 0px;	
}

/*---------アニメーションエフェクト-------------*/

/* 4-6 じわっ（ぼかしから出現） */
.blur2{
	animation-name: blurAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.blurTrigger{
    opacity: 0;
}




/*---------アニメーションエフェクト-------------*/






#project{
background: rgb(108,110,110);
background: linear-gradient(0deg, rgba(108,110,110,1) 0%, rgba(0,0,0,1) 100%);
width: 100vw;
height: 100%;
margin: 0 calc(50% - 50vw);
  margin-bottom: 0px;

}


.top_tipics figure.cp_caption{

width: 32.3%;
  margin-right: 1%;
  margin-bottom: 1%;
  margin-top: 0;
  margin-left: 0;
}



/*
.top_tipics figure.cp_caption:nth-child(3n){
	  margin-right: 1%;
}
*/


@media only screen and (max-width: 767px) {
  .top_tipics figure.cp_caption{

    width: 49%;     
    }
}

@media only screen and (max-width: 479px) {
  .top_tipics figure.cp_caption{

    width: 100%;  
    margin-right: 0; 

   
    max-width: 479px;
    }

   


}


figure.cp_caption {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 220px;
	max-width: 400px;
	max-height: 400px;
	margin: 10px 1%;
	color: #ffffff;
}
figure.cp_caption * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.top_tipics figure.cp_caption .client_name{
margin-bottom: -15px;
  font-size: 0.9em;
  }

figure.cp_caption h4{
	font-size: 1.9rem;
line-height: 1.3;
font-weight: normal;
margin-top: -10px;
}

figure.cp_caption img {
height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
}
figure.cp_caption figcaption {
	position: absolute;
	z-index: 1;
	top: 40%;
	
	padding: 0.8em 0.8em;
  padding-top: 1.2em;
	transition: all 0.3s ease-out;
	transition-delay: 0.1s;
	opacity: 0;
width: 100%;
}
figure.cp_caption:after {

	
	position: absolute;
top: 140px;
right: 10%;
bottom: 0;
left: 0;
display: inline-block;
content: '';
transition: all 0.3s ease-out;
opacity: 0;
background: rgba(8, 8, 9, 0.83);
width: 100%;

}
figure.cp_caption:hover:after {
	opacity: 0.9;
}
figure.cp_caption:hover figcaption {
	transform: translateY(0px);
	opacity: 0.7;
}

figcaption > h4 > a> p:nth-child(1){
  height:2.5em;
  line-height: 1.3;
}


figure.cp_caption ul.show_tags_index {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}


figure.cp_caption ul.show_tags_index li {
  margin-right: 10px;
}

figure.cp_caption .show_tags_index{
	top:auto;
	  position: absolute;
	   font-size: 1.3rem;
}

figure.cp_caption .show_tags_index a{
	color:#ffffff;
}

figure.cp_caption .show_tags_index a::before {
  content: '#';
}

figure.cp_caption figcaption > p:nth-child(1){

  font-size: 1.2rem;
}


@media only screen and (max-width: 1199px) {
  figure.cp_caption figcaption {

    top: 28%;
  }


  figure.cp_caption::after {
    
    top: 95px;
}

}


@media only screen and (max-width: 999px) {
  figure.cp_caption:after {

	

  top: 85px;

  }


  



  .top_tipics figure.cp_caption .client_name {
    font-size: 0.8em;
  }

  figure.cp_caption h4 {
    font-size: 1.7rem;
    
  }

  figure.cp_caption .show_tags_index {
    font-size: 1.1rem;
  }


  figure.cp_caption ul.show_tags_index {
    margin-top: 7px;
  }

}


@media only screen and (max-width: 479px) {
  figure.cp_caption h4 {
    font-size: 1.7rem;
    
  }

}



@media only screen and (max-width: 599px) {
  figure.cp_caption figcaption {
    top: 23%;
  }

  figure.cp_caption::after {
    top: 65px;
  }
}


/* サービス＆Tools
=====================================================
*/


section#servicetools{
	background-color:#ffffff;
}



section#servicetools .col_2 >div{
	padding: 0;
}


section#servicetools .col_3 a{
  display:inline-block;
  height:auto;
  width:100%;

}

.img_large{
 width:100%;
 margin:0 auto; 
 overflow:hidden;
 border: 1px solid rgba(0, 0, 0, 0.3);
 transition:.5s all;
}


.img_large:hover{
  transition:.5s all;
box-shadow: 0px 0px 30px #c6c4c5c2;

}

.img_large img{
 transition:.5s all;

 
}
.img_large img:hover{
  transform:scale(1.2,1.2);
  transition:.5s all;
  opacity:0.7;  

}


section#servicetools .explain_caption{
	border-bottom:1px solid #000000;
	text-align:center;
	font-size: 2rem;
  font-weight: bold;
  line-height:1.3;
	
}
section#servicetools .explain_body{
 font-size:1.4rem;
}

section#servicetools .item_end{
	align-items: flex-end;
}

.char {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  to {
      opacity: 1;
  }
}


/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;

}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 900px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}



.img_large .modal-content {

 transition:none;
}

.img_large .modal-content:hover{
  transition:none;
box-shadow: 0px 0px 30px #c6c4c5c2;

}

 .img_large .modal-content img{
 transition:none;

 
}
.img_large .modal-content img:hover{
  transform:none;
  transition:none;
  opacity:1;  

}


/* Link
=====================================================
*/

section#studioarukas{
background-image: url(http://xmc-new.sakurain.co.jp/wp-content/themes/xmc-new/assets/img/haikei_toumei.png);
background-size: 80%;
  background-position:left top;
  padding-top:70px;
}


section#studioarukas h5{
  font-size:1.9em;
  line-height:1.2;
  font-weight:bold;
  border-left: 6px solid #acccf4;

  

}

section#studioarukas .col_2 {
  align-items: center;
  text-align: center;
  margin-bottom:60px;
}


section#studioarukas .col_2 span{
  font-size:1.3rem;
line-height:1.2;
}

/*-----------------------------------------------*/

section#studioarukas div.col_2:nth-child(1) > div:nth-child(1) {
  width: 56%;
}

section#studioarukas div.col_2:nth-child(1) > div:nth-child(2) {
  width: 44%;
  line-height: 1.7;
}



section#studioarukas div.col_2:nth-child(1) > div:nth-child(2) > div {
  margin-left: -15%;
  width: 115%;
  background:rgba(255, 255, 255, 0.8);
  padding:22px;
  position:relative;
  z-index: 10;
}


@media only screen and (max-width: 1000px) {
  section#studioarukas h5 {
    font-size: 1.6em;
  }
  section#studioarukas div.col_2:nth-child(1) > div:nth-child(1) {
    width: 50%;
  }
  
  section#studioarukas div.col_2:nth-child(1) > div:nth-child(2) {
    width: 50%;
 
  }

  section#studioarukas div.col_2:nth-child(1) > div:nth-child(2) > div {
    margin-left: 0;
    width: 100%;
  }

  section#studioarukas h5 .pc_only {
    display: none;
  }

  }

  @media (max-width:787px) {
   
    section#studioarukas div.col_2 {
        display: flex;
      }
  

  }

  @media (max-width:600px) {
    section#studioarukas div.col_2:nth-child(1) > div:nth-child(1) {
      width: 100%;
    }
    
    section#studioarukas div.col_2:nth-child(1) > div:nth-child(2) {
      width: 100%;
 
    }
  }
/*-----------------------------------------------*/




section#studioarukas div.col_2:nth-child(2) > div:nth-child(2) {
  width: 56%;
}

section#studioarukas div.col_2:nth-child(2) > div:nth-child(1) {
  width: 44%;
  line-height: 1.7;
}

section#studioarukas div.col_2:nth-child(2) > div:nth-child(1) > div {
  margin-right: -15%;
  width: 115%;
  background:rgba(255, 255, 255, 0.8);
  padding:22px;
  position:relative;
  z-index: 10;
}





@media only screen and (max-width: 1000px) {
  section#studioarukas div.col_2:nth-child(2) > div:nth-child(2) {
    width: 50%;
  }
  
  section#studioarukas div.col_2:nth-child(2) > div:nth-child(1) {
    width: 50%;
  }

  section#studioarukas div.col_2:nth-child(2) > div:nth-child(1) > div {
    margin-left: 0;
    width: 100%;
  }

}


@media (max-width:600px) {
  section#studioarukas div.col_2:nth-child(2) > div:nth-child(2) {
    width: 100%;
    order: -1;
  }
  
  section#studioarukas div.col_2:nth-child(2) > div:nth-child(1) {
    width: 100%;
  }
}



section#studioarukas div.col_2:nth-child(1) > div:nth-child(2) > div >p {
  text-align: center;
font-size: 1.4rem;
}


section#studioarukas div.col_2:nth-child(2) > div:nth-child(1) > div >p {
  text-align: center;
  font-size: 1.4rem;
  }



  section#studioarukas p.more {
    max-width: 300px;
    
    margin:
  25px auto  5px;
  }

  section#studioarukas p.more a.btn_01 {
    max-width: 300px;
    min-width:220px;
    width:50%;

  }



  /* 左から右に */
.fadeIn_LeftToRight{
	
  animation: LeftToRightAnime 2s ease 1s 1 normal backwards;
  
  }
  
  
  @keyframes LeftToRightAnime {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  /*-------------アニメーションエフェクト-------------*/

  .fadeIn_LeftToRight_Long{
    
  animation: LeftToRightAnime_Long 5s ease 1s 1 normal backwards;
  
  }
  
  
  @keyframes LeftToRightAnime_Long  {
    from {
      opacity: 0;
      transform: translateX(-100px);
    }
    to {
      opacity: 1;
      transform: translateX(0px);
    }
  }




   /* 右から左に */

   .fadeIn_RightToLeft{
	
    animation: RightToLeftAnime 2s ease 1s 1 normal backwards;
    
    }
    
    
    @keyframes RightToLeftAnime {
      from {
        opacity: 0;
        transform: translateX(20px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }


      /*-------------アニメーションエフェクト-------------*/
   .fadeIn_RightToLeft_Long{
    
    animation: RightToLeftAnime_Long 5s ease 1s 1 normal backwards;
    
    }
    
    
    @keyframes RightToLeftAnime_Long  {
      from {
        opacity: 0;
        transform: translateX(100px);
      }
      to {
        opacity: 1;
        transform: translateX(0px);
      }
    }
  
 /*-------------アニメーションエフェクト-------------*/

section#about{
width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
    margin-top: 0px;

  
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 80px;
  position:relative;
  height:500px;


}


section#about video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
section#about #about_contets{

  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
  width: 85%;
}

section#about{
	color:#ffffff;
	text-shadow:1px 1px 3px #000000;
}

section#about h3{
	color:#ffffff;
	
}

section#about h3.small_caption::before, section#about h3.small_caption::after {

  background: #ffffff;
}

section#about .col_2{
	max-width:1050px;
	margin:auto;
}

section#about .col_2 >div:nth-child(1) img{
	width:90%;
	display:inline-block;
	margin:auto;

}


section#about .col_2 >div:nth-child(2){
	padding-top:10px;
}

@media (max-width:787px) {



  section#about{   
      height:770px;
    
    }

    section#about .col_2{
      width:80%;
      margin:auto;

    }

    section#about .col_2 > div:nth-child(1) img {
      width: 100%;
    }

    section#about .col_2 > div:nth-child(2) {
      margin-top: -50px;
    }

}


@media (max-width:480px) {



  section#about{   
      height:700px;
    
    }

    section#about .col_2{
      width:90%;

    }

}

.iframe-wrapper {
  width: 100%;
  height: 1550px;
  overflow: hidden; /* ← スクロールバーを完全に非表示に */
}

/* インフォメーション一覧ページ
=====================================================
*/


#topics {
  width: 100%;
    padding: 0;
    max-width: 1200px;
}
.topics_title{
  margin-top:40px;
	margin-bottom:60px;

display: flex;
width: 100%;
justify-content: space-between;
	
}

#topics h3{
	font-size:3.2rem;
	line-height:1.2;


  color: rgba(0, 0, 0, 0.5);
  /*font-size: 160%;*/
  font-family: "Crimson Text", serif;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;

}


#topicsWrapper{
	display:flex;
	flex-wrap:wrap;
	padding-top: 20px;
	padding-left:0;
	padding-bottom:0;
	padding-right:0;
margin-bottom: 50px;
}

.add_blockrapper_fixpage{
box-sizing: border-box;
  width: 98%;
  max-width: 1100px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  font-family: "中ゴシックBBB";
  padding-left: 10px;
  padding-right: 10px;
}

ul.show_tags{
	display:flex;
  flex-wrap: wrap;
}

ul.show_tags li.cat-item{
	font-size:1.2rem;
	margin-right:10px;
}



ul.show_tags li.cat-item::before{

      content: '#';
	  
}


ul#casestudy_tags li {
  box-shadow: 0 0 4px #bdccd4;
  margin:
0 10px 10px 0;
  padding:
5px;
  font-size: 1.4rem;
}

/*▼サイドバーの調整▼*/
#sidebar{
	width:25%;
	border-left: 1px solid #eeee;
	padding-left: 20px;
	font-size:1.5rem;
}


.cp-circle02 {
  /* clip-path: circle(30px at center);*/
}

.widgettitle{
font-size: 2.1rem;
text-align: left;
margin: 0 0 10px 0;
position: relative;
}

.widgettitle::after{ 
   content:"";
   display:block;
   width:30px;
   height:3px;
   background-color:rgba(0,0,0,0.1);
   position:absolute;
   bottom:0;
   left:10px;
}

#sidebar p{
	margin-top:0;
	padding-top:10px;
	padding-bottom:10px;
}

#sidebar > div{
	margin-bottom:30px;
}

#sidebar ul li + li{
	border-top: 1px solid #ececec;
}


#sidebar ul li{
	
}

.col_2side{
	display:flex;
	width:100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.col_2side > div:nth-child(1){
	width:30%;
	margin-left:1%;
	margin-bottom:2%;
	margin-right:1%;
}
.col_2side > div:nth-child(2){
width: 67%;
  margin-bottom: 2%;
  margin-left: 2%;
}


.col_2side > div:nth-child(2n){
	margin-right:0;
}
.col_2side > div:nth-child(2n+1){
	margin-left:0;
}


.col_2side > div > p >a> img{
	border-radius: 50%; 
}

.col_2side > div > p >a{
	font-size:1.4rem;
}


/*▲サイドバーの調整▲*/

#topics_index{
	width:75%;
}

@media screen and (max-width:787px){
	#topicsWrapper{
	display:block;
	}
#sidebar{
	width:100%;
}	
#topics_index{
	width:100%;
}
	
}

#topicsCaptionArea{	
	width: 100vw;
	max-width: 100vw;
	height: 290px;
	margin: 0 calc(50% - 50vw);
	background-image:url(http://xmc-new.sakurain.co.jp/wp-content/uploads/2023/05/administration_img-scaled.jpg);
	margin-top:0;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	position: relative;

	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
}


.topics_caption{
font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
	
}


#topicsCaptionArea .inner{
	height:100%;
	color:white;
	font-size:5rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display:flex;
	align-items: center;  
	justify-content: center;
}

@media screen and (max-width:600px){
#topicsCaptionArea .inner{
	font-size:3rem;
	line-height:1.3;
}	
}


#topics_index .one_article{
	margin-bottom:50px;
}


.date{
	font-size:1.3rem;
	color:#818181;
}
.title{
	font-size:2rem;
	font-weight:bold;
}

.entry > a:visited{
  color: #603813;
}
.entry > a:hover{
  color: #A37F61;
}

/*▼ニュース各詳細ページ▼*/
#topicsDetailCaptionArea{
	margin-top: 20px;
}


/*ニュース各詳細ページ*/
#topics{
	/*width:75%;*/
  width:100%;
  max-width: 1100px;
  padding:0;
  margin-bottom:40px;

}



@media screen and (max-width:787px){
#topics{
	width:100%;
}	
}




#topics_archieve{
	width:100%;	
}

#topics > .inner > img{
	width: 100%;
    height: 480px;
    object-fit: cover;	
}
.topics_img > img{
	width: 100%;
    height: 480px;
    object-fit: cover;		
}

#topics .article_param{
	margin-bottom:70px;
	
}


#topics .pagination{
	display:flex;
	 justify-content: space-between;
	 width:50%;
	 margin: auto;
}
#topics .pagination > p{
	width:49%;
	background-color: black;
	text-align:center;
	color:white;
}

#topics .pagination > p:nth-child(2){
	
}
#topics .pagination > p > a{
	display:inline-block;
	width:100%;
	color:white;
	padding:5px;	
}

#topics .pagination > p > a:link{
	background-color: black;
}

#topics .pagination > p > a:visited{
	background-color: #474747;
}

#topics .pagination > p > a:hover{
	background-color: #5e5e5e;
}

#topics .pagination > p > a:active{
	background-color: #474747;	
}



/* casestudyページ
=====================================================
*/
/* スマート　囲み枠　1 */
.kakomi-smart1 {
 position: relative;
 margin: 2em auto;
 padding: 3.5em 2em 2em;
 width: 90%; /* ボックス幅 */
 border-style: solid;
 border-color: #9f9fa0; /* 枠の色 */
 border-width: 5px 1px 1px;
 /*background-color: #f7f7f7;*/
 color: #666; /* テキスト色 */
 box-shadow: 1px 1px 3px #ccc; /* 影 */
 font-size: 1.5rem;
}

.title-smart1 {
 position: absolute;
 top: 8px;
 left: 15px;
 background-color: #f7f7f7; /* タイトル背景色 */
 color: #9f9fa0; /* タイトル色 */
 font-size: 1.1em;
 font-weight: bold;
}

#casestudy_tags{
	position:static;

color:#474747;
	
}

#casestudy_tags a{
	color:#474747;
	font-size: 1.3rem;
  text-decoration: none;
}
#casestudy_tags li{
	margin-right:10px;
}




/* ▼Slickスライダー前／次の矢印の設定▼ */
#js-slider-casestudy{
	position: relative;
}
.type_img.arrows .prev{

	/*background-color: rgba(255,255,255,0.4);*/
	background-image: url(../img/2.png);
	background-position: center center;
	background-repeat: no-repeat;

	z-index: 1;
	
	
	position: absolute;
top: 0;
bottom: 0;
left:10px;
margin: auto;
height:55px;
width: 55px;
transform: scaleX(-1);
	
}
.type_img.arrows .next{
	

	/*background-color: rgba(255,255,255,0.4);*/
	background-image: url(../img/2.png);
	background-position: center center;
	background-repeat: no-repeat;

	z-index: 1;
	
	position: absolute;
top: 0;
bottom: 0;
right:10px;
margin: auto;
height:55px;
width: 55px;
}

/* ▲Slickスライダー前／次の矢印の設定▲ */

.slide-img {
  width: 100%;
  cursor: pointer;
}


/* モーダル全体 */
.modal {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;              /* Flexbox */
    justify-content: center;    /* 横方向中央 */
    align-items: center;        /* 縦方向中央 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

/* モーダル表示時 */
.modal.show {
    opacity: 1;
    visibility: visible;
}

/* モーダル内画像 */
.modal-content {
    max-width: 90%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

/* 拡大時 */
.modal.show .modal-content {
    transform: scale(1);
}

/* 閉じるボタン */
.close {
    position: absolute;
    top: 20px; right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}





/*▼お問い合わせボタン▼
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
.btn-icon {
  display: inline-block;
 width: 70%;
 margin:auto;
  text-align: center;
  background-color: #ffffff;
  border: 4px solid rgba(0, 0, 0, 1);
  font-size: 20px;
  line-height:1.4;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  padding: 15px 30px;
  border-radius: 4px;
  position: relative;
   transition: .4s;
}


.btn-icon span{
	  font-weight: bold;
	  font-size: 20px;
	padding-bottom: 13px;
	display: inline-block;
}

.btn-icon span::after {

  content:url(http://xmc-new.sakurain.co.jp/wp-content/themes/xmc-new/assets/img/yajirushi01.png);
}

.btn-icon:hover {

  opacity: 0.5;
}


@media only screen and (max-width: 991px) {
  .btn-icon {
    padding:
1.8em 2em 1.8em 2em;
  }
}


@media only screen and (max-width: 600px) {
  .btn-icon {
    padding:0.4em 0.8em 0.4em 0.8em;
  width:85%;
  font-size: 17px;

  }




}

.new-btn{
  max-width: 470px;
  min-width: 300px;
  width: 48%;
    margin: auto;
    font-size: 1.4rem;

}

.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #080808;
  font-size: 2.3rem;
  border-radius: 30px;
  width: 100%;
  padding-top:20px;
  padding-bottom:20px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #d8dbde;
  margin-bottom: 15px;


}

.original-button:hover {
  opacity: .7;
}




.normal{
	
	
	
}


.normal > img{
	display:inline-block;

width: 100%;

}

.normal > p{
	width: 100%;
}

.normal hr{
color: #fff;
  width: 1px;
}



.img_right {
	
	
	
}


.img_right > img{
	display:inline-block;
	float: right;
width: 55%;
margin-left: 15px;
	
}

.img_right > p{
	
}

.img_right hr{
	clear:both;
	color: #fff;
  width: 1px;
}



.img_left {
	
	
	
}


.img_left  > img{
	display:inline-block;
	float: left;
width: 55%;
margin-right: 15px;
	
}

.img_left  > p{
	
}

.img_left  hr{
	clear:both;
	color: #fff;
  width: 1px;
}


.services{
	margin-bottom:20px;	
}

.services .service_caption{
	font-size: 2.1rem;
  font-weight: bold;
  margin-top: 17px;
  line-height: 1.3;
}


.services .service_sentence{
	margin-top: 6px;
  font-size: 1.5rem;
}

.services h3{
	border-bottom:2px solid #474747;	
}


.services .service_img img{
	border:1px solid #eeeeee;
}

.basic_information{
	background-color:#eeeeee;
	padding:20px;
	margin:auto;
	padding-left: 50px;
  padding-right: 50px;
  margin-bottom:50px;
}

.basic_information h4{
	border-bottom:2px solid #474747;
	margin-bottom: 15px;
}

.basic_information .col_2{
	
}


.basic_information .col_2 > div{
	margin-bottom: 5px;
  padding: 0;
}


.basic_information .col_2 >div:nth-child(1){
	width:20%;
}

.basic_information .col_2 >div:nth-child(2){
	width:80%;
}



.related h3{
	border-bottom:2px solid #474747;	
}



/* archive_casestudy
=====================================================
*/

.tags a::before {
  content: '#';
}

#top_bar{
	width: 100%;
	margin-top: 20px;
		
}

#top_bar ul{
	display:flex;
  flex-wrap: wrap;

}

#top_bar ul li {

  box-shadow: 0 0 4px #bdccd4;
  margin: 0 10px 10px 0;
  padding: 5px;
  font-size: 1.4rem;


}
#top_bar ul li a{
	display:inline-block;
}

#search{
	
}

#search input{
  background-color: transparent;
  /*border-style: none;
  color: inherit;*/
  box-shadow: 0 0 4px #bdccd4;
  outline: none;
}

#search .search-btn{
	color: white;
  background-color: #8a8a8a;
padding: 1px;
    padding-right: 1px;
    padding-left: 1px;
  padding-left: 10px;
  padding-right: 10px;
  
}


.order_btn{
	color: white;
  background-color: #8a8a8a;
  padding: 5px;
  padding-left:10px;
  padding-right:10px;
  font-size: 1.3rem;
  
}

.archive_case{
width: 100%;
max-width:1200px;
display: flex;
margin: auto;
justify-content: flex-start;
  flex-wrap: wrap;
}


.archive_case .fig_fix{
width: 32%;
  top: 50%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  margin-top: 0.5%;
  margin-left: 0.5%;
}


@media screen and (max-width: 480px) {
  .col_3 > div.service_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .archive_case .fig_fix{
    width: 48%;

    }

    .archive_case .fig_fix figure.cp_caption {
      max-width: 480px;
  max-height: 400px;

    }
}


@media screen and (max-width: 480px) {
  .archive_case .fig_fix{
    width: 100%;

    }

    .archive_case .fig_fix figure.cp_caption {
      max-width: 480px;
  max-height: 100%;

    }
}

.archive_case figure.cp_caption figcaption {
	position: absolute;
	z-index: 1;
	top: 50%;
	
	padding: 0.5em 0.5em;
	transition: all 0.3s ease-out;
	transition-delay: 0.1s;
	opacity: 0;
width: 100%;
}
.archive_case figure.cp_caption:after {

	
display: none;
	
	
	
}


.archive_case figure.cp_caption{
	transition: 0.3s;
	
}
.archive_case figure.cp_caption:hover{
	opacity: 0.7;
}
.archive_case figure.cp_caption:hover figcaption {
	transform: translateY(0px);
	opacity: 0.7;
}


.archive_case .com_name{

  font-size:1.4rem;
  margin-bottom:6px;
}



.archive_case .archive_title{
	font-size:2.2rem;
	font-weight:bold;
  line-height:1.3;
}


.archive_case .fig_fix .col_2 >div:nth-child(1){
	/*width: 65%;*/
  width: 100%;
}

.archive_case .fig_fix .col_2 >div:nth-child(2){
	width: 35%;
}

#designer_suzuki{
	background-image:url(http://xmc-new.sakurain.co.jp/wp-content/themes/xmc-new/assets/img/designer_suzuki.png);
	background-size: contain;
  background-position: center right;
  height: 80px;
  text-decoration:underline;
  padding-top: 66px;
  font-size: 1.2rem;
}




#designer_naka{
	background-image:url(http://xmc-new.sakurain.co.jp/wp-content/themes/xmc-new/assets/img/designer_naka.png);
	background-size: contain;
  background-position: center right;
  height: 80px;
  text-decoration:underline;
  padding-top: 66px;
  font-size: 1.2rem;
}



#designer_nishibori{
	background-image:url(http://xmc-new.sakurain.co.jp/wp-content/themes/xmc-new/assets/img/designer_nishibori.png);
	background-size: contain;
  background-position: center right;
  height: 80px;
  text-decoration:underline;
  padding-top: 66px;
  font-size: 1.2rem;
}

#designer_komori{
	background-image:url(http://xmc-new.sakurain.co.jp/wp-content/themes/xmc-new/assets/img/designer_komori.png);
	background-size: contain;
  background-position: center right;
  height: 80px;
  text-decoration:underline;
  padding-top: 66px;
  font-size: 1.2rem;
}



.archive_case .fig_fix ul.show_tags_index {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.archive_case .fig_fix ul.show_tags_index li{

  margin-right: 7px;
    margin-bottom: 7px;
  border: solid 1px #aeaeae;
  padding: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.2rem;
}

.archive_case .fig_fix ul.show_tags_index li a::before {
  content: '#';
}

.archive_case .fig_fix .col_2 > div span{
	font-size:1.2rem;
}

.archive_case .fig_fix > p{
	margin-top: -5px;
}


.archive_case figure.cp_caption{
/*
width: 32%;
  top: 50%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  margin-top: 0.5%;
  margin-left: 0.5%;
  */
}


.archive_case figure.cp_caption:nth-child(3n){
	  margin-right: 1%;
}




.archive_case figure.cp_caption figcaption {

  top: 55%;
  
}

.archive_case figure.cp_caption:after {

top: 130px;

	
}


.archive_case figure.cp_caption h4 {
  font-size: 1.8rem;

}

.archive_case figure.cp_caption ul.show_tags_index{
	margin-top:5px;
}



/* contact
=====================================================
*/

#contact{
	background-color:#eeeeee;
	width: 100vw;
margin: 0 calc(50% - 50vw);
padding-top:60px;
padding-bottom:60px;
}


#contact > .col_2{
	width:60%;
	margin:auto;
	text-align:center;
}

#contact > .col_2 > div{
	background-color:#ffffff;
}

#contact > .col_2 > div > a{
	  display: inline-block;
  width: 100%;

}

/* service & Tools
=====================================================
*/

.top_tipics{
	margin-top:50px;
}


#servicetools a img{
  transition: 0.3s;
}
#servicetools a:hover img{
  opacity: 0.4;
}


.col_3 > div > div dt.image {
  width: 100%;
  margin: 0 auto;
    margin-bottom: 0px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin-bottom: 1em;
}

.col_3 > div > div dd.figure_title {
  font-size: 21px;
  font-size:2.1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  line-height:1.2;
}



.feature_explain {
    font-size: 16px;
    line-height: 2;
}


/* Custom CSS */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

#project {
    font-family: 中ゴシックBBB;
    margin-bottom: 0;
    text-shadow: 0 0 0.5px currentColor, 0.5px 0 currentColor, -0.5px 0 currentColor, 0 0.5px currentColor, 0 -0.5px currentColor;
}


.date{
  margin-top: 20px;
  margin-bottom: 40px;

}

#clinent {
  font-family: 中ゴシックBBB;
  margin-bottom: 1.5em;
  font-size: clamp(2.40rem, 0.97vw + 2.03rem, 3.90rem);
  position: relative;
/*  border-bottom: 1px solid #666;*/
  padding-bottom: 10px;
  font-weight: 800;
  color: #000;

}


/*
#clinent:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: -20px;
    background-color: #e0e0e0;

    width: 40px;
    height: 40px;
    z-index: -1;
}

#clinent:after {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: -24px;
    background-color: #e3007f;
  
    width: 25px;
    height: 25px;
    z-index: -2;
}

*/

.m-box {
  margin:
20px 0 10px;
}
.youtube {
  overflow:
hidden;
  position: relative;
  padding-top: 56.25%;
}


.feature_explain{
  font-size:18px;
line-height:1.5;
margin-top:2.5em;
margin-bottom:1.2em;
}

.content {
    counter-reset: number 0;
    margin-bottom: 40px;
}

.caption_h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 2.5em;
  margin-bottom: 4.5em;
}
.content .caption_h4 {
    margin-bottom: -1.5em;
    font-size: 2em;
    position: relative;
    padding-left: 2.5em;
    padding-bottom: 15px;
}



.content .caption_h4:before {
    content: "";
    counter-increment: number 1;
    content: "0" counter(number);
    position: absolute;
    top: -15px;
    left: -5px;
    color: rgba(0, 0, 0, 1);
    font-size: 160%;
    display: block;
    /* font-family: "Crimson Text", serif; */
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 800;
}

/*
.content .caption_h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.6);
    width: 20%;
    background: rgb(227, 0, 127);
    background: linear-gradient(90deg, rgba(227, 0, 127, 1) 0%, rgba(227, 0, 127, 1) 15%, rgba(102, 102, 102, 1) 15%);
}

*/


.p-entry__body a { 
  color: #5b5b5b;
  text-decoration: underline;
}
#js-header-video .caption .button {
    background-color: transparent;
}
.l-header {
    background: rgba(0, 0, 0, 1);
}


.p-global-nav {
    font-size: 18px;
}
.youtube {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}

.youtube iframe {
  margin: auto;
  max-width: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe {
  overflow: hidden;
  position: relative;
}

.iframe iframe {
  margin: auto;
  max-width: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body, .p-entry__body p { font-size: 14px; }

.p-entry__body .toc {
    position: relative;
    border-bottom: 3px solid;
    border-top: 3px solid;
    padding: clamp(0.625rem, 0.217rem + 2.04vw, 1.875rem);
    counter-reset: number 0;
    margin: 0;
    color: #454545;
    margin-top: 1em;
}

.p-entry__body .toc li {
    list-style: none;
    line-height: 2.2;
}

.p-entry__body .toc li a {
    color: inherit;
    display: block;
    position: relative;
    padding-left: 2.5em;
    transition: all 0.5s ease;
    text-decoration: none;
}

.p-entry__body .toc li a:before {
    content: "";
    counter-increment: number 1;
    content: "0" counter(number) "｜";
    position: absolute;
    top: 0;
    left: 0;
}

.p-entry__body .toc li a:hover {
    opacity: 0.5;
}

.img_wrapper + .img_wrapper {
    margin-top: 10px;
}

.m-box {
    margin: 20px 0 10px;
}

.feature_explain.sub {
    text-shadow: 0 0 BLACK;
    padding-left: 0.5em;
    border-left: 5px solid;
}

.feature_explain.space01 {
    margin-bottom: 2em;
    margin-top: 10px;
}

.feature_explain.space02 {
    margin-bottom: 10px;
    margin-top: 2em;
}

.img_wrapper {
    border: none;
}

#pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: opacity 0.4s ease;
}

#pagetop a {
    display: block;
    position: relative;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    border: 2px solid #fff;
    z-index: 10000000000;
}

#pagetop a:hover {
    color: rgba(0,0,0,0.6);
    background: #fff;
    border-color: rgba(0,0,0,0.6);
}

#pagetop a:before {
    content: "↑";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    transition: none;
}
#js-pagetop a {
    position: relative;
    z-index: -1;
}
.feature_explain {
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 767px) {
.l-header {
    padding-top: 0;
}
#clinent:before {
    left: -15px;
    width: 30px;
    height: 30px;
}
#clinent:after {
    top: -8px;
    left: -18px;
}
.content .caption_h4 {
    line-height: 1.5;
    font-size: 1.5em;
}

