/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */




@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}


@font-face{
  font-family: 'adinekir';
    src:url("../font/adinekir/adinekir.woff") format('woff');
}





html {
     font-feature-settings : "palt";
     letter-spacing:1px;
     
    font-family: 'noto400';
	

}



body{
    font-family: 'noto400';
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;


    font-display: swap;
    
    background:#000000 !important;
}

body a:focus{
	outline:none;
}




/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


img, object, embed {
	max-width: 100%;
	height: auto;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:17px;

	line-height:160%;
	text-align:left;
    color: #333333;

}	 

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}



.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}


.container01{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}


.container02_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 50px 0;

}



/* header ---------------------------------------------- */


.hdr_logo{
width: 242px;
height: auto;
position: absolute;
top: 21px;
left: 40px;

}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;

    

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
  width:100%;
	height:80px;

    box-sizing: border-box;
	position:relative;
/*    background: #FFFFFF;*/

}

header{

	width:100%;
	height:80px;
	margin:0 auto;

	box-sizing:border-box;
}




.header_tel{
	position:absolute;
	top:12px;
	right:105px;

    
    font-size: 24px;
    line-height: 100%;
    color: #3a3a3a;
    font-family: 'noto700';   
}

.header_tel p{
    font-size: 14px;
    margin-bottom: 3px;
    font-family: 'noto400';       
}

.header_tel a{
    color: #3a3a3a;
}

.header_tel a:hover{
    color: #3a3a3a;
}





.h_tanjyou{
	width:340px;
	height:auto;
	
	position: absolute;
	top:110px;
	left:52px;


	color:#000;
	font-size:22px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	


}


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-100px;
    padding-top:100px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}

.youtube_outer {
    width: 100%;
    max-width: 650px;
    margin: 0px auto 60px;
}


.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

  }
  .youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }



/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;


	box-sizing:border-box;


}


.f_cpy{

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
    color:#FFFFFF;
    text-align:center;
}





}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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


body{
	padding:0;
	margin:0;
	font-size:16px;

	line-height:160%;
	text-align:left;

}	

/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 30px;
	box-sizing:border-box;
    color: #333333;    
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}



.container01{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0;

}

.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0;

}

.container02_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 40px 0;

}



/* header ---------------------------------------------- */


.hdr_logo{
width: 170px;
height: auto;
position: absolute;
top: 10px;
left: 30px;
}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;


}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
  width:100%;
	height:60px;

    box-sizing: border-box;
	position:relative;



}

header{	
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;
		
	padding:0 30px;
	box-sizing:border-box;
}


.header_tel{
	position:absolute;
	top:6px;
	right:80px;

    
    font-size: 21px;
    line-height: 100%;
    color: #3a3a3a;
    font-family: 'noto700';   
}

.header_tel p{
    font-size: 13px;
    margin-bottom: 3px;
    font-family: 'noto400';      
    
}

.header_tel a{
    color: #3a3a3a;
}

.header_tel a:hover{
    color: #3a3a3a;
}







#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-70px;
    padding-top:70px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}

.youtube_outer {
    width: 100%;
    max-width: 650px;
    margin: 0px auto 50px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }


/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;


	box-sizing:border-box;


}


.f_cpy{

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
    color:#FFFFFF;
    text-align:center;    
}









}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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



body{
	padding:0;
	margin:0;
	font-size:15px;

	line-height:140%;
	text-align:left;
    color: #333333;
}	



/* container ---------------------------------------------- */



.container01_bg{
	width:100%;
	height:auto;
	padding:0 20px;
	box-sizing:border-box;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0 0px;
	box-sizing:border-box;
}



.container01{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container02{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}


.container02_01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 30px 0;

}




/* header ---------------------------------------------- */


.hdr_logo{
width: 150px;
height: auto;
position: absolute;
top: 13px;
left: 20px;
}



#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;

 box-sizing: border-box;

}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
  width:100%;
	height:50px;

    box-sizing: border-box;
	position:relative;


}




header{	
	max-width:1300px;
	width:100%;
	height:50px;
	margin:0 auto;
		
	padding:0 20px;
	box-sizing:border-box;
}


.header_tel{
	position:absolute;
	top:12px;
	right:57px;

    
    font-size: 15px;
    line-height: 100%;
    color: #3a3a3a;
    font-family: 'noto700';   
}

.header_tel p{
    font-size: 8px;
    margin-bottom: 3px;
    font-family: 'noto400';    
    text-align: right;
}

.header_tel a{
    color: #3a3a3a;
}

.header_tel a:hover{
    color: #3a3a3a;
}




.header_tel span{
    display: none;
}




#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-90px;
    padding-top:90px;
}



#kyoten{
    margin-top:-40px;
    padding-top:40px;
}

.youtube_outer {
    width: 100%;
    max-width: 650px;
    margin: 0px auto 40px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

  }
  .youtube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }



/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;


	box-sizing:border-box;


}


.f_cpy{

	font-size: 10px;
	box-sizing:border-box;
	line-height:120%;
    color:#FFFFFF;
    text-align:center;    
}









}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 120px;
height: auto;
position: absolute;
top: 21px;
left: 50px;

}



h2.h2_01{
    font-size: 70px;
    line-height: 120%;
    color: #7b8284;
    text-align: center;      
    margin-bottom: 50px;
  
    font-family: futura-pt-web-medium, sans-serif;
    font-style: normal;
    font-weight: 700;
}

h2.h2_01::first-letter {
    color: #a91a47;
}








/* メイン画像 ---------------------------------------------- */


.main_top_bx{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main_top_in,
.main_top_in ul{
  width: 100%;
  height: 100vh;
}

.main_top_in ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_top_in ul li{
  width: 50%;
  height: 100vh;
}

.main_top_in_img01{
  background: url("../img/top/main_l.jpg") center center / cover no-repeat;
}

.main_top_in_img02{
  background: url("../img/top/main_r.jpg") center center / cover no-repeat;
}

.main_top_tx{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;

  max-width: 450px;
  width: 28%;
  height: 100vh;
  background: #161616;

  padding: 0 45px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main_top_tx dl{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main_top_tx dl dt{
    max-width: 344px;
    margin: 0 0 42px 0;
/*  padding: 28px 0;
     border-top: 6px solid #c0185b;
    border-bottom: 6px solid #c0185b;*/
}

.main_top_tx dl dt img{
  display: block;
  max-width: 246px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.main_top_tx dl dd{
  margin: 0 auto;
  color: #fff;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  display: inline-block;
  text-align: left;

  font-size: 48px;
  line-height: 140%;
 
    font-family: 'noto700';
}


/*.main_top_tx dl dd{
  margin: 0 auto;
  color: #fff;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  display: inline-block;
  text-align: left;

  font-size: 26px;
  line-height: 140%;


  
    font-family: 'noto500';
}

.main_top_tx dl dd p{
  margin: 0 0 0 24px;

  font-size: 58px;
  line-height: 1.15;
  font-weight: 900;

  font-family: 'noto700';
  letter-spacing: 0.02em;
}

.main_top_tx dl dd p .amp{
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  font-size: 0.9em;
  line-height: 0;
  margin: 0 0 7px 0;
}

.main_top_tx dl dd p span{
  line-height: 0;
}

.main_top_tx dl dd .dot{
  display: inline-block;
  transform: translateX(0.2em);
  line-height: 0;  
}

.main_top_tx dl dd span{
  line-height: 0;
}
*/


/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-10px;
    left:50%;
    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:0.5em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}











/* ページ共通背景 ---------------------------------------------- */



.button01{

}

.button01 a{
    font-size: 18px;
    line-height: 100%;
    color:#45423d;
    vertical-align: text-top;


    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;

}

.button01 a:hover {
}

.button01 em {
  padding-bottom: 3px; /* テキストと下線の間隔 */

  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

.button01 em:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}


.button01 p{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 20px;
    padding-top: 5px;
    padding-left: 5px;
    
    box-sizing: border-box;
    
    border: 1px solid #45423d;
    
    border-radius: 50%;
}

.button01 span{
}

.arrow {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 3px;
  margin: 8.8px 0;
  border-radius: 9999px;
  background-color: #45423d;
  

}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #45423d;
  transform-origin: calc(100% - 1.5px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}





/* トップ---------------------------------------------- */

.tp_co01_bg{
  position: relative;
  width: 100%;
  height: 250px;
  background: url("../img/top/01_bg.jpg") center center no-repeat;
  background-size: cover;

  padding: 0 50px;
  box-sizing: border-box;
  margin-bottom: 100px;

  overflow: hidden;
}

.tp_co01_bg::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1;
  pointer-events: none;
}

.tp_co01_bg:hover::before{
  opacity: 1;
}

.tp_co01_link{
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;

  width: 100%;
  height: 100%;

  text-decoration: none;
  color: inherit;
}

.tp_co01{
  width: 100%;
}

.tp_co01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp_co01 ul li{
  width: calc((100% - 15px) / 2);
  box-sizing: border-box;

  display: flex;
  align-items: center;
}

.tp_co01_in{
  width: 100%;
}

.tp_co01_in dl{
  margin: 0;
}

.tp_co01_in dl dt{
  font-size: 48px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 20px;

  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.tp_co01_in dl dt span::before{
  content: "\A";
  white-space: pre;
}

.tp_co01_in dl dd{
  font-size: 22px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0;

  font-family: 'noto700';
}

.tp_co01_in dl dd span::before{
  content: "\A";
  white-space: pre;
}

.tp_co01 ul li img{
  display: block;
  max-width: 100%;
  height: auto;
}


/* トップ　メッセージ---------------------------------------------- */
.tp_ms01{
    font-size: 40px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 80px;

  font-family: 'noto700';
}


.tp_ms02{
    max-width: 780px;
    width: 100%;
    height: auto;
    padding: 30px;
    border: 1px solid #FFFFFF;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    
    margin: 0 auto 50px auto;


  font-family: 'noto700';
}

.tp_ms02 span{
    padding-bottom: 5px;
    background:linear-gradient(transparent 70%, #a91a47 70%);
}




/* トップ　コンテンツ入口---------------------------------------------- */

.tp_cts01{
  width: 100%;
  margin-bottom: 100px;
}

.tp_cts01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp_cts01 ul li{
  position: relative;
  width: calc((100% - 16px * 3) / 4);
  height: 360px;
  box-sizing: border-box;
  overflow: hidden;

  padding: 0;

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

/* ホバー時の黒透過 */
.tp_cts01 ul li::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.22);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1;
  pointer-events: none;
}

.tp_cts01 ul li:hover::before{
  opacity: 1;
}

/* li全体リンク */
.tp_cts01 ul li a{
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;

  width: 100%;
  height: 100%;

  padding: 0 28px 28px 28px;
  box-sizing: border-box;

  text-decoration: none;
  color: inherit;
}

/* 背景画像 */
.tp_cts01_bg01{
  background-image: url("../img/top/02_01.png");
}

.tp_cts01_bg02{
  background-image: url("../img/top/02_02.png");
}

.tp_cts01_bg03{
  background-image: url("../img/top/02_03.png");
}

.tp_cts01_bg04{
  background-image: url("../img/top/02_04.png");
}

.tp_cts01_bg05{
  background-image: url("../img/top/02_05.png");
}

.tp_cts01_bg06{
  background-image: url("../img/top/02_06.png");
}

.tp_cts01_bg07{
  background-image: url("../img/top/02_07.png");
}

.tp_cts01_bg08{
  background-image: url("../img/top/02_08.png");
}

.tp_cts01_in{
  width: 100%;
}

.tp_cts01_in dl{
  margin: 0;
}

.tp_cts01_in dl dt{
  font-size: 16px;
  line-height: 120%;
  color: #f7e465;
  margin-bottom: 8px;

  font-family: futura-pt-web-medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.tp_cts01_in dl dd{
  font-size: 25px;
  line-height: 130%;
  color: #ffffff;
  font-family: 'noto700';
  margin: 0;
}

.tp_cts01_arrow{
  margin: 18px 0 0 0;
  line-height: 0;
}

.tp_cts01_arrow img{
  width: 31px;
  height: auto;
  display: block;
  transition: transform .35s ease;
}

.tp_cts01 ul li:hover .tp_cts01_arrow img{
  transform: translateX(8px);
}






.tp_office{
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0px auto;
  overflow: hidden;
}

.tp_office_img{
  margin: 0;
  line-height: 0;
}

.tp_office_img img{
  width: 100%;
  display: block;
}

.tp_office_word{
  position: absolute;
  right: 25px;
  top: 35px;
  z-index: 3;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  font-size: 110px;
  line-height: 1;
  letter-spacing: .08em;

  color: rgba(0,0,0,.28);

  font-family: futura-pt-web-medium, sans-serif;
  font-weight: 700;

  pointer-events: none;
}
/* トップ　メッセージ---------------------------------------------- */


.tp_msg{
    max-width: 920px;
    font-size: 20px;
    line-height: 200%;
    box-sizing: border-box;
    
    margin: 0 auto 120px auto;

    font-family: 'noto700';
    
    --x-gradient: linear-gradient(90deg, #6be5ec 0 25px, transparent 0 calc(100% - 25px), #6be5ec calc(100% - 25px));
    --y-gradient: linear-gradient(#6be5ec 0 25px, transparent 0 calc(100% - 25px), #6be5ec calc(100% - 25px));

    padding:30px;
    outline: 2px solid;
    outline-offset: -5px;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;
    
    
}




/* トップ　サービス---------------------------------------------- */

.tp_svs{
    margin: 0 auto 120px auto;
}

.tp_svs ul li{
    width: 23.5%;
    height: 250px;
    float: left;
    margin-right: 2%;

    box-sizing: border-box;
    
    background: #12b6d7;
    border-radius: 15px;
  
}

.tp_svs ul li:nth-child(4n){
    margin-right: 0%;
}

.tp_svs_in{
    background: url("../img/top/01.png") bottom center no-repeat;
    padding-bottom: 30px;
 
}

.tp_svs_in dl dt{
    margin-bottom: 10px;
    text-align: center;
}

.tp_svs_in dl dd{
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: center;

    font-family: 'noto500';
}


.tp_svs ul li a{
    display: block;
    width: 100%;
    height: 250px;
    padding: 0 20px;
    box-sizing: border-box;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
    border-radius: 15px;
    transition: all  0.3s ease;   
}


.tp_svs ul li a:hover{
    background:rgba(0,0,0,0.50);
      border-radius: 15px; 
}




/* トップ　“こまち不動産へご相談ください”---------------------------------------------- */


.tp_keo{

}

.tp_keo dl dt{
    text-align: center;
    margin-bottom: 40px;

}

.tp_keo dl dd{
    text-align: center;


}









/* 新着情報---------------------------------------------- */


.tp_news_bx{


}



.tp_news{
    margin-bottom: 120px;
}





.tp_news dl dt{
    font-size: 16px;
    line-height: 140%;
    color: #45423d;
    
    float: left;
    clear: both;
}

.tp_news dl dd{
    font-size: 16px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
    padding-left: 140px;
    color: #45423d;    
}

.tp_news dl dd a{
    color: #45423d;   
}

.tp_news dl dd a:hover{
    color: #45423d;   
    text-decoration: underline;
}


.tp_news dl dd:last-child{
    margin-bottom: 0px;
}







.tp_ns_ttl{
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    border-bottom: 2px solid #01CFBE;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tp_ns_day{
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 25px;
}

.tp_ns_post{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 30px;
}

.tp_ns_img{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tp_ns_post a{
    color: #000000;
    text-decoration: underline;
}


.tp_ns_post a:hover{
    color: #000000;
    text-decoration:none;
}

.tp_ns_img_01{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tp_ns_img_01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.tp_ns_img_01 ul li:nth-child(2n){
    margin-right: 0%;
}




.fb_bnr{
    max-width: 650px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.fb_bnr img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.fb_bnr:hover img {
	opacity: .7;
}



.sns_b01{

}

.sns_b01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.sns_b01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sns_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.sns_b01 ul li:hover img {
	opacity: .7;
}



.tp_news01{
    margin-bottom: 70px;


}

.tp_news01 dl dt{
    font-size: 16px;
    line-height: 160%;
    clear: both;
    float: left;
}


.tp_news01 dl dd{
    font-size: 16px;
    line-height: 160%;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #BCBCBC;
    padding-left: 100px;
}


.tp_news01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.tp_news01 dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}





/* 共通お問い合わせ---------------------------------------------- */



.cmm_ctt_in00{
    margin-bottom: 30px;
}

.cmm_ctt_in00 dl dt{
    font-size: 18px;
    line-height: 150%;
    text-align: center;

    margin-bottom: 20px;
    color:#FFFFFF;
    font-family: 'noto700';
}

.cmm_ctt_in00 dl dd{
    text-align:center;
}

.cmm_ctt_in01{
    margin-bottom: 50px;
}

.cmm_ctt_in01 dl dt{
    font-size: 35px;
    line-height: 120%;
    text-align: center;

    margin-bottom: 15px;
    color:#7b8284;
    font-family: 'noto700';
}

.cmm_ctt_in01 dl dt span{
    color:#aa1a48;
}

.cmm_ctt_in01 dl dd{
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color:#FFFFFF;
    font-family: 'noto500'; 
    
}






.cmm_ctt_btn{

  width: 430px;
  height: 60px;
  text-align: center;
  text-decoration: none;

  font-size: 16px;
  line-height: 100%;

  background-color: #aa1a48;

  margin: 0 auto 40px auto;
    border-radius: 40px;
}

.cmm_ctt_btn a{
    display: block;
    width: 100%;
    height: 60px;
    color:#FFFFFF; 
    transition: all  0.3s ease;
    border: 2px solid #aa1a48;
    box-sizing: border-box;
    
    border-radius: 40px;

  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.cmm_ctt_btn a:hover{
    border: 2px solid #aa1a48;
    background: #FFFFFF;
    color:#aa1a48;     
}





/* サービス--------------------------------------------- */

.svs001{
    margin-bottom: 100px;
}

.svs001 dl dt{
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 15px;
    color: #98CE97;
}

.svs001 dl dt span{
    border-bottom: 2px solid #98CE97;

}

.svs001 dl dd{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 50px;
}

.svs001 dl dd:last-child{
    margin-bottom:0px;
}


.svs001 dl dd ul{
    margin:  15px 0;

}

.svs001 dl dd ul li{
    font-size: 16px;
    line-height: 180%;
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;
    margin-bottom: 10px;
}

.svs001 dl dd ul li:last-child{
    margin-bottom:0px;
}


/* 会社案内--------------------------------------------- */


.cpy001{
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 100px;

}

.cpy001 p{
    margin-top: 15px;
    text-align: right;
}


.cpy002{
    margin-bottom: 100px;
}

.cpy002 table{
	width:100%;
	height:auto;
}

.cpy002 table th{
	width:150px;
	height:auto;
	padding:10px 0px;
	font-size:16px;
	line-height:160%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.cpy002 table td{
	padding:10px 0px;
	font-size:16px;
	line-height:160%;
	border-bottom:1px dotted #999999;	
}

.cpy002 table td a{
	color:#000;
	text-decoration:underline;
}

.cpy002 table td a:hover{
	color:#000;
	text-decoration:none;
}


.cpy002 table td dl dt{
    margin-bottom: 5px;

}

.cpy002 table td dl dd ul li{
    float: left;
    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 7px;
    margin-right: 25px;
    margin-bottom: 5px;

}



.cpy003{

}






/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:20px;
    line-height: 160%;

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}














/* お問い合わせフォーム ---------------------------------------------- */



.contact-t{

	margin-bottom:100px;	
}

.contact-t dl{

}

.contact-t dl dt{
    color: #333333;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
    
    font-family: 'noto500';
}

.contact-t dl dd{
	
	font-size:46px;
	line-height:140%;
    color: #333333;
	margin-bottom:15px;
	text-align:center;

    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.contact-t dl dd a{
    color: #333333;
}

.contact-t dl dd a:hover{
    color: #333333;
}


.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
    margin-top: 15px;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



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


/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 110px;
height: auto;
position: absolute;
top: 12px;
left: 30px;

}



h2.h2_01{
    font-size: 55px;
    line-height: 120%;
    color: #7b8284;
    text-align: center;      
    margin-bottom: 45px;
  
    font-family: futura-pt-web-medium, sans-serif;
    font-style: normal;
    font-weight: 700;
}

h2.h2_01::first-letter {
    color: #a91a47;
}





/* メイン画像 ---------------------------------------------- */


.main_top_bx{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main_top_in,
.main_top_in ul{
  width: 100%;
  height: 100vh;
}

.main_top_in ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_top_in ul li{
  width: 50%;
  height: 100vh;
}

.main_top_in_img01{
  background: url("../img/top/main_l.jpg") center center / cover no-repeat;
}

.main_top_in_img02{
  background: url("../img/top/main_r.jpg") center center / cover no-repeat;
}

.main_top_tx{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;

  max-width: 400px;
  width: 28%;
  height: 100vh;
  background: #161616;

  padding: 0 25px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main_top_tx dl{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main_top_tx dl dt{
max-width: 344px;
  margin: 0 0 42px 0;
/*  padding: 28px 0;
  border-top: 5px solid #c0185b;
  border-bottom: 5px solid #c0185b;*/
}

.main_top_tx dl dt img{
  display: block;
  max-width: 246px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.main_top_tx dl dd{
  margin: 0 auto;
  color: #fff;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  display: inline-block;
  text-align: left;

  font-size: 34px;
  line-height: 130%;
 
    font-family: 'noto700';
}



/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:0.4em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}







/* ページ共通背景 ---------------------------------------------- */



.button01{

}

.button01 a{
    font-size: 16px;
    line-height: 100%;
    color:#45423d;
    vertical-align: text-top;

    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;
    
}

.button01 a:hover {
}

.button01 em {
  padding-bottom: 3px; /* テキストと下線の間隔 */

  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

.button01 em:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}


.button01 p{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    padding-top: 4px;
    padding-left: 5px;
    
    box-sizing: border-box;
    
    border: 1px solid #45423d;
    
    border-radius: 50%;
}

.button01 span{
}

.arrow {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: 7.5px 0;
  border-radius: 9999px;
  background-color: #45423d;
  

}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.0px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #45423d;
  transform-origin: calc(100% - 0.9px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}





/* トップ---------------------------------------------- */

.tp_co01_bg{
  position: relative;
  width: 100%;
  height: 250px;
  background: url("../img/top/01_bg.jpg") center center no-repeat;
  background-size: cover;

  padding: 0 30px;
  box-sizing: border-box;
  margin-bottom: 80px;

  overflow: hidden;
}

.tp_co01_bg::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1;
  pointer-events: none;
}

.tp_co01_bg:hover::before{
  opacity: 1;
}

.tp_co01_link{
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;

  width: 100%;
  height: 100%;

  text-decoration: none;
  color: inherit;
}

.tp_co01{
  width: 100%;
}

.tp_co01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp_co01 ul li{
  width: calc((100% - 15px) / 2);
  box-sizing: border-box;

  display: flex;
  align-items: center;
}

.tp_co01_in{
  width: 100%;
}

.tp_co01_in dl{
  margin: 0;
}

.tp_co01_in dl dt{
  font-size: 35px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 20px;

  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.tp_co01_in dl dt span::before{
  content: "\A";
  white-space: pre;
}

.tp_co01_in dl dd{
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0;

  font-family: 'noto500';
}

.tp_co01_in dl dd span::before{
  content: "\A";
  white-space: pre;
}

.tp_co01 ul li img{
  display: block;
  max-width: 100%;
  height: auto;
}


/* トップ　メッセージ---------------------------------------------- */
.tp_ms01{
    font-size: 32px;
    line-height: 145%;
    color: #FFFFFF;
    margin-bottom: 70px;

  font-family: 'noto700';
}



.tp_ms02{
    max-width: 780px;
    width: 100%;
    height: auto;
    padding: 25px;
    border: 1px solid #FFFFFF;
    font-size: 27px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    margin: 0 auto 50px auto;


  font-family: 'noto700';
}

.tp_ms02 span{
    padding-bottom: 5px;
    background:linear-gradient(transparent 70%, #a91a47 70%);
}




/* トップ　コンテンツ入口---------------------------------------------- */

.tp_cts01{
  width: 100%;
  margin-bottom: 80px;
}

.tp_cts01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp_cts01 ul li{
  position: relative;
  width: calc((100% - 16px * 2) / 3);
  height: 360px;
  box-sizing: border-box;
  overflow: hidden;

  padding: 0;

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

/* ホバー時の黒透過 */
.tp_cts01 ul li::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.22);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1;
  pointer-events: none;
}

.tp_cts01 ul li:hover::before{
  opacity: 1;
}

/* li全体リンク */
.tp_cts01 ul li a{
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;

  width: 100%;
  height: 100%;

  padding: 0 20px 28px 20px;
  box-sizing: border-box;

  text-decoration: none;
  color: inherit;
}

/* 背景画像 */
.tp_cts01_bg01{
  background-image: url("../img/top/02_01.png");
}

.tp_cts01_bg02{
  background-image: url("../img/top/02_02.png");
}

.tp_cts01_bg03{
  background-image: url("../img/top/02_03.png");
}

.tp_cts01_bg04{
  background-image: url("../img/top/02_04.png");
}

.tp_cts01_bg05{
  background-image: url("../img/top/02_05.png");
}

.tp_cts01_bg06{
  background-image: url("../img/top/02_06.png");
}

.tp_cts01_bg07{
  background-image: url("../img/top/02_07.png");
}

.tp_cts01_bg08{
  background-image: url("../img/top/02_08.png");
}

.tp_cts01_in{
  width: 100%;
}

.tp_cts01_in dl{
  margin: 0;
}

.tp_cts01_in dl dt{
  font-size: 15px;
  line-height: 120%;
  color: #f7e465;
  margin-bottom: 6px;

  font-family: futura-pt-web-medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.tp_cts01_in dl dd{
  font-size: 22px;
  line-height: 130%;
  color: #ffffff;
  font-family: 'noto700';
  margin: 0;
}

.tp_cts01_arrow{
  margin: 18px 0 0 0;
  line-height: 0;
}

.tp_cts01_arrow img{
  width: 27px;
  height: auto;
  display: block;
  transition: transform .35s ease;
}

.tp_cts01 ul li:hover .tp_cts01_arrow img{
  transform: translateX(8px);
}








.tp_office{
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0px auto;
  overflow: hidden;
}

.tp_office_img{
  margin: 0;
  line-height: 0;
}

.tp_office_img img{
  width: 100%;
  display: block;
}

.tp_office_word{
  position: absolute;
  right: clamp(10px, 3vw, 25px);
  top: clamp(18px, 4vw, 35px);
  z-index: 3;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  font-size: clamp(52px, 10vw, 110px);

  
  line-height: 1;
  letter-spacing: .08em;

  color: rgba(0,0,0,.28);

  font-family: futura-pt-web-medium, sans-serif;
  font-weight: 700;

  pointer-events: none;
}











/* トップ　メッセージ---------------------------------------------- */


.tp_msg{
    max-width: 820px;
    font-size: 18px;
    line-height: 200%;
    box-sizing: border-box;
    
    margin: 0 auto 80px auto;

    font-family: 'noto700';
    
    --x-gradient: linear-gradient(90deg, #6be5ec 0 25px, transparent 0 calc(100% - 25px), #6be5ec calc(100% - 25px));
    --y-gradient: linear-gradient(#6be5ec 0 25px, transparent 0 calc(100% - 25px), #6be5ec calc(100% - 25px));

    padding:30px;
    outline: 2px solid;
    outline-offset: -5px;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;

}




/* トップ　サービス---------------------------------------------- */

.tp_svs{
    margin: 0 auto 80px auto;
}

.tp_svs ul li{
    width: 23.5%;
    height: 210px;
    float: left;
    margin-right: 2%;

    box-sizing: border-box;
    
    background: #12b6d7;
    border-radius: 15px;
  
}

.tp_svs ul li:nth-child(4n){
    margin-right: 0%;
}

.tp_svs_in{
    background: url("../img/top/01.png") bottom center no-repeat;
    padding-bottom: 22px;
    background-size: 13px 12px;
 
}

.tp_svs_in dl dt{
    width: 65px;
    margin: 0 auto 10px auto;

    text-align: center;
}

.tp_svs_in dl dd{
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: center;

    font-family: 'noto500';
}


.tp_svs ul li a{
    display: block;
    width: 100%;
    height: 210px;
    padding: 0 15px;
    box-sizing: border-box;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
    border-radius: 15px;
    transition: all  0.3s ease;   
}


.tp_svs ul li a:hover{
    background:rgba(0,0,0,0.50);
      border-radius: 15px; 
}




/* トップ　“こまち不動産へご相談ください”---------------------------------------------- */


.tp_keo{

}

.tp_keo dl dt{
    text-align: center;
    margin-bottom: 35px;

}

.tp_keo dl dd{
    text-align: center;


}



/* 新着情報---------------------------------------------- */



.tp_news{
    margin-bottom: 80px;
}





.tp_news dl dt{
    font-size: 15px;
    line-height: 140%;
    color: #45423d;
    
    float: left;
    clear: both;
}


.tp_news dl dd{
    font-size: 15px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
    padding-left: 110px;
    color: #45423d;    
}

.tp_news dl dd a{
    color: #45423d;   
}

.tp_news dl dd a:hover{
    color: #45423d;   
    text-decoration: underline;
}


.tp_news dl dd:last-child{
    margin-bottom: 0px;
}




.tp_ns_ttl{
    font-size: 21px;
    line-height: 140%;
    font-weight: 500;
    border-bottom: 2px solid #01CFBE;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tp_ns_day{
    font-size: 15px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 25px;
}

.tp_ns_post{
    font-size: 17px;
    line-height: 180%;
    margin-bottom: 30px;
}

.tp_ns_img{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.tp_ns_post a{
    color: #000000;
    text-decoration: underline;
}


.tp_ns_post a:hover{
    color: #000000;
    text-decoration:none;
}


.tp_ns_img_01{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tp_ns_img_01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

.tp_ns_img_01 ul li:nth-child(2n){
    margin-right: 0%;
}





.fb_bnr{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.fb_bnr img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.fb_bnr:hover img {
	opacity: .7;
}



.sns_b01{

}

.sns_b01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.sns_b01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sns_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.sns_b01 ul li:hover img {
	opacity: .7;
}




.tp_news01{
    margin-bottom: 60px;


}

.tp_news01 dl dt{
    font-size: 15px;
    line-height: 150%;
    clear: both;
    float: left;
}


.tp_news01 dl dd{
    font-size: 15px;
    line-height: 150%;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #BCBCBC;
    padding-left: 100px;
}


.tp_news01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.tp_news01 dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}






/* 共通お問い合わせ---------------------------------------------- */



.cmm_ctt_in00{
    margin-bottom: 30px;
}

.cmm_ctt_in00 dl dt{
    font-size: 16px;
    line-height: 150%;
    text-align: center;

    margin-bottom: 20px;
    color:#FFFFFF;
    font-family: 'noto700';
}

.cmm_ctt_in00 dl dd{
    width: 100px;
    margin: 0 auto;
    text-align:center;
}

.cmm_ctt_in01{
    margin-bottom: 40px;
}

.cmm_ctt_in01 dl dt{
    font-size: 32px;
    line-height: 120%;
    text-align: center;

    margin-bottom: 15px;
    color:#7b8284;
    font-family: 'noto700';
}

.cmm_ctt_in01 dl dt span{
    color:#aa1a48;
}

.cmm_ctt_in01 dl dd{
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    color:#FFFFFF;
    font-family: 'noto500'; 
    
}


.cmm_ctt_btn{

  width: 380px;
  height: 50px;
  text-align: center;
  text-decoration: none;



  font-size: 15px;
  line-height: 100%;

  background-color: #aa1a48;

  margin: 0 auto 35px auto;
    border-radius: 40px;
}

.cmm_ctt_btn a{
    display: block;
    width: 100%;
  height: 50px;
    color:#FFFFFF; 
    transition: all  0.3s ease;
    border: 2px solid #aa1a48;
    box-sizing: border-box;
    
    border-radius: 40px;

  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.cmm_ctt_btn a:hover{
    border: 2px solid #aa1a48;
    background: #FFFFFF;
    color:#aa1a48;     
}








/* サービス--------------------------------------------- */

.svs001{
    margin-bottom: 80px;
}

.svs001 dl dt{
    font-size: 19px;
    line-height: 140%;
    margin-bottom: 15px;
    color: #98CE97;
}

.svs001 dl dt span{
    border-bottom: 2px solid #98CE97;

}

.svs001 dl dd{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 40px;
}

.svs001 dl dd:last-child{
    margin-bottom:0px;
}


.svs001 dl dd ul{
    margin:  15px 0;

}

.svs001 dl dd ul li{
    font-size: 15px;
    line-height: 170%;
    background: url("../img/common/list001.png") left 11px no-repeat;
    padding-left: 7px;
    margin-bottom: 8px;
}

.svs001 dl dd ul li:last-child{
    margin-bottom:0px;
}



/* 会社案内--------------------------------------------- */


.cpy001{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 80px;

}

.cpy001 p{
    margin-top: 15px;
    text-align: right;
}


.cpy002{
    margin-bottom: 80px;
}

.cpy002 table{
	width:100%;
	height:auto;
}

.cpy002 table th{
	width:140px;
	height:auto;
	padding:10px 0px;
	font-size:15px;
	line-height:150%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.cpy002 table td{
	padding:10px 0px;
	font-size:15px;
	line-height:150%;
	border-bottom:1px dotted #999999;	
}

.cpy002 table td a{
	color:#000;
	text-decoration:underline;
}

.cpy002 table td a:hover{
	color:#000;
	text-decoration:none;
}


.cpy002 table td dl dt{
    margin-bottom: 5px;

}

.cpy002 table td dl dd ul li{
    float: left;
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 6px;
    margin-right: 25px;
    margin-bottom: 5px;

}



.cpy003{

}







/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:18px;
    line-height: 160%;

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}





















/* お問い合わせフォーム---------------------------------------------- */


.contact-t{

	margin-bottom:80px;	
}

.contact-t dl{

}

.contact-t dl dt{
    color: #333333;
	font-size:22px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
    
    font-family: 'noto500';
}

.contact-t dl dd{
	
	font-size:36px;
	line-height:140%;
    color: #333333;
	margin-bottom:15px;
	text-align:center;

    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.contact-t dl dd a{
    color: #333333;
}

.contact-t dl dd a:hover{
    color: #333333;
}




.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}



#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:15px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:15px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}

.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
    margin-top: 15px;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}


input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */

h1.h1_01{
width: 100px;
height: auto;
position: absolute;
top: 9px;
left: 20px;

}



h2.h2_01{
    font-size: 35px;
    line-height: 120%;
    color: #7b8284;
    text-align: center;      
    margin-bottom: 40px;
  
    font-family: futura-pt-web-medium, sans-serif;
    font-style: normal;
    font-weight: 700;
}

h2.h2_01::first-letter {
    color: #a91a47;
}

/* メイン画像 ---------------------------------------------- */

  .main_top_bx{
    height: 100vh;
  }

  .main_top_in,
  .main_top_in ul{
    height: 100vh;
  }

  .main_top_in ul{
    display: block;
  }

  .main_top_in ul li{
    width: 100% !important;
    height: 50vh;
  }
  
  .main_top_in_img01{
  background: url("../img/top/main_l.jpg") top center / cover no-repeat;
}

.main_top_in_img02{
  background: url("../img/top/main_r.jpg") top center / cover no-repeat;
}


  .main_top_tx{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    max-width: none;
    height: auto;
    min-height: 150px;

    padding: 22px 20px;
    background: #161616;

    display: flex;
    align-items: center;
    justify-content: center;
  }

.main_top_tx dl{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    width: 100%;
    margin: 0;
  }

.main_top_tx dl dt{
    float: none;
    clear: none;

    width: 110px;
    max-width: 110px;
    margin: 0;
/*    padding: 10px 0;

    border-top: 3px solid #c0185b;
    border-bottom: 3px solid #c0185b;*/
  }

.main_top_tx dl dt img{
    display: block;
    width: 100%;
    height: auto;
  }

.main_top_tx dl dd{
    margin: 0;
    color: #fff;

    writing-mode: horizontal-tb;
    text-orientation: mixed;

    font-size: 20px;
    line-height: 1.45;
    font-family: 'noto700';
    text-align: left;
  }







.p_main_top_img{
	width: 100%;
	height:230px;
	background:url("../img/common/page_main.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}


.p_main_top_in{
    max-width: 1000px;
    width: 100%;
	height:230px;
    position: relative;
    margin: 0 auto;

}

.p_main_top_b{
    width: 310px;
    position: absolute;
	z-index: 2;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -53%);
}


/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:0.4em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background:#FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}








	



/* ページ共通背景 ---------------------------------------------- */





.button01{

}

.button01 a{
    font-size: 15px;
    line-height: 100%;
    color:#45423d;
    vertical-align: text-top;

    font-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-weight: 900;
    
}

.button01 a:hover {
}

.button01 em {
  padding-bottom: 3px; /* テキストと下線の間隔 */

  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

.button01 em:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}


.button01 p{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 14px;
    padding-top: 2px;
    padding-left: 4px;
    
    box-sizing: border-box;
    
    border: 1px solid #45423d;
    
    border-radius: 50%;
}

.button01 span{
}

.arrow {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 7.5px 0;
  border-radius: 9999px;
  background-color: #45423d;
  

}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.0px);
  right: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #45423d;
  transform-origin: calc(100% - 0.9px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}




/* トップ---------------------------------------------- */
.tp_co01_bg{
  position: relative;
  width: 100%;
  height: 270px;
  background: url("../img/top/01_bg.jpg") center center no-repeat;
  background-size: cover;

  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 60px;

  overflow: hidden;
}

.tp_co01_bg::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1;
  pointer-events: none;
}

.tp_co01_bg:hover::before{
  opacity: 1;
}

.tp_co01_link{
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;

  width: 100%;
  height: 100%;

  text-decoration: none;
  color: inherit;
}

.tp_co01{
  width: 100%;
}

.tp_co01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp_co01 ul li{
  width: 100%;
  box-sizing: border-box;

  display: flex;
  align-items: center;

  margin-bottom: 25px;
}

.tp_co01 ul li:last-child{
    display: block;
    max-width: 380px;
  margin-bottom: 0;
}


.tp_co01_in{
  width: 100%;
}

.tp_co01_in dl{
  margin: 0;
}

.tp_co01_in dl dt{
  font-size: 26px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 14px;

  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;

  letter-spacing: -0.02em;
}

.tp_co01_in dl dt span::before{
  content: "";
  white-space: normal;
}

.tp_co01_in dl dd{
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0;

  font-family: 'noto500';
}

.tp_co01_in dl dd span::before{
  content: "\A";
  white-space: pre;
}

.tp_co01 ul li img{
  display: block;
  max-width: 100%;
  height: auto;
}


/* トップ　メッセージ---------------------------------------------- */
.tp_ms01{
    font-size: 22px;
    line-height: 145%;
    color: #FFFFFF;
    margin-bottom: 60px;

  font-family: 'noto700';
}



.tp_ms02{
    max-width: 780px;
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #FFFFFF;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    margin: 0 auto 50px auto;


  font-family: 'noto700';
}

.tp_ms02 span{
    padding-bottom: 4px;
    background:linear-gradient(transparent 75%, #a91a47 70%);
}




/* トップ　コンテンツ入口---------------------------------------------- */
.tp_cts01{
  width: 100%;
  margin-bottom: 60px;
}

.tp_cts01 ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp_cts01 ul li{
  position: relative;
  width: calc((100% - 10px * 1) / 2);
  height: 250px;
  box-sizing: border-box;
  overflow: hidden;

  padding: 0;

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

/* ホバー時の黒透過 */
.tp_cts01 ul li::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.22);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 1;
  pointer-events: none;
}

.tp_cts01 ul li:hover::before{
  opacity: 1;
}

/* li全体リンク */
.tp_cts01 ul li a{
  position: relative;
  z-index: 2;

  display: flex;
  align-items: flex-end;
  justify-content: flex-start;

  width: 100%;
  height: 100%;

  padding: 0 15px 20px 15px;
  box-sizing: border-box;

  text-decoration: none;
  color: inherit;
}

/* 背景画像 */
.tp_cts01_bg01{
  background-image: url("../img/top/02_01.png");
}

.tp_cts01_bg02{
  background-image: url("../img/top/02_02.png");
}

.tp_cts01_bg03{
  background-image: url("../img/top/02_03.png");
}

.tp_cts01_bg04{
  background-image: url("../img/top/02_04.png");
}

.tp_cts01_bg05{
  background-image: url("../img/top/02_05.png");
}

.tp_cts01_bg06{
  background-image: url("../img/top/02_06.png");
}

.tp_cts01_bg07{
  background-image: url("../img/top/02_07.png");
}

.tp_cts01_bg08{
  background-image: url("../img/top/02_08.png");
}

.tp_cts01_in{
  width: 100%;
}

.tp_cts01_in dl{
  margin: 0;
}

.tp_cts01_in dl dt{
  font-size: 12px;
  line-height: 120%;
  color: #f7e465;
  margin-bottom: 6px;

  font-family: futura-pt-web-medium, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.tp_cts01_in dl dd{
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  font-family: 'noto700';
  margin: 0;
}

.tp_cts01_arrow{
  margin: 18px 0 0 0;
  line-height: 0;
}

.tp_cts01_arrow img{
  width: 22px;
  height: auto;
  display: block;
  transition: transform .35s ease;
}

.tp_cts01 ul li:hover .tp_cts01_arrow img{
  transform: translateX(8px);
}


.tp_office{
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0px auto;
  overflow: hidden;
}

.tp_office_img{
  margin: 0;
  line-height: 0;
}

.tp_office_img img{
  width: 100%;
  display: block;
}

.tp_office_word{
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 3;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  font-size: clamp(38px, 14vw, 58px);
  line-height: 1;
  letter-spacing: -0.01em;

  color: rgba(0,0,0,.28);

  font-family: futura-pt-web-medium, sans-serif;
  font-weight: 700;

  pointer-events: none;
}



/* トップ　メッセージ---------------------------------------------- */



.tp_msg{
    max-width: 820px;
    font-size: 16px;
    line-height: 170%;
    box-sizing: border-box;
    
    margin: 0 auto 70px auto;

    font-family: 'noto700';
    
    --x-gradient: linear-gradient(90deg, #6be5ec 0 25px, transparent 0 calc(100% - 25px), #6be5ec calc(100% - 25px));
    --y-gradient: linear-gradient(#6be5ec 0 25px, transparent 0 calc(100% - 25px), #6be5ec calc(100% - 25px));

    padding:30px;
    outline: 2px solid;
    outline-offset: -5px;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
    background-position: top, right, bottom, left;

}


/* トップ　サービス---------------------------------------------- */

.tp_svs{
    margin: 0 auto 70px auto;
}

.tp_svs ul li{
    width: 48.5%;
    height: 160px;
    float: left;
    margin-right: 3%;

    box-sizing: border-box;
    
    background: #12b6d7;
    border-radius: 12px;
    margin-bottom: 12px;
  
}

.tp_svs ul li:nth-child(2n){
    margin-right: 0%;
}
  
.tp_svs ul li:nth-child(3n){
    margin-bottom: 0px;
}

.tp_svs ul li:nth-child(4n){
    margin-bottom: 0px;
    margin-right: 0%;
}

.tp_svs_in{
    background: url("../img/top/01.png") bottom center no-repeat;
    padding-bottom: 18px;
    background-size: 11px 10px;
 
}

.tp_svs_in dl dt{
    width: 55px;
    margin: 0 auto 10px auto;

    text-align: center;
}

.tp_svs_in dl dd{
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: center;

    font-family: 'noto500';
}


.tp_svs ul li a{
    display: block;
    width: 100%;
    height: 160px;
    padding: 0 15px;
    box-sizing: border-box;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
   
    border-radius: 15px;
    transition: all  0.3s ease;   
}


.tp_svs ul li a:hover{
    background:rgba(0,0,0,0.50);
      border-radius: 15px; 
}




/* トップ　“こまち不動産へご相談ください”---------------------------------------------- */


.tp_keo{

}

.tp_keo dl dt{
    text-align: center;
    margin-bottom: 30px;

}

.tp_keo dl dd{
    text-align: center;


}




/* 新着情報---------------------------------------------- */



.tp_news{
    margin-bottom: 70px;
}





.tp_news dl dt{
    font-size: 14px;
    line-height: 150%;
    color: #45423d;
    
    float: none;
    clear: both;
    margin-bottom: 5px;
}

.tp_news dl dd{
    font-size: 14px;
    line-height: 150%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
    padding-left: 0px;
    color: #45423d;    
}

.tp_news dl dd a{
    color: #45423d;   
}

.tp_news dl dd a:hover{
    color: #45423d;   
    text-decoration: underline;
}


.tp_news dl dd:last-child{
    margin-bottom: 0px;
}




.tp_ns_ttl{
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    border-bottom: 2px solid #01CFBE;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.tp_ns_day{
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.tp_ns_post{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 20px;
}

.tp_ns_img{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}



.tp_ns_post a{
    color: #000000;
    text-decoration: underline;
}


.tp_ns_post a:hover{
    color: #000000;
    text-decoration:none;
}



.tp_ns_img_01{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tp_ns_img_01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 9px;
}

.tp_ns_img_01 ul li:nth-child(2n){
    margin-right: 0%;
}




.fb_bnr{
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.fb_bnr img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.fb_bnr:hover img {
	opacity: .7;
}



.sns_b01{

}

.sns_b01 ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.sns_b01 ul li:nth-child(2n){
    margin-right: 0%;
}

.sns_b01 ul li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.sns_b01 ul li:hover img {
	opacity: .7;
}


.tp_news01{
    margin-bottom: 50px;


}

.tp_news01 dl dt{
    font-size: 14px;
    line-height: 150%;
    clear: both;
    float: none;
}


.tp_news01 dl dd{
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #BCBCBC;
    padding-left: 0px;
}


.tp_news01 dl dd a{
    color: #000000;
    text-decoration: none;
}

.tp_news01 dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}







/* 共通お問い合わせ---------------------------------------------- */


.cmm_ctt_in00{
    margin-bottom: 20px;
}

.cmm_ctt_in00 dl dt{
    font-size: 15px;
    line-height: 150%;
    text-align: center;

    margin-bottom: 20px;
    color:#FFFFFF;
    font-family: 'noto700';
}

.cmm_ctt_in00 dl dd{
    width: 90px;
    margin: 0 auto;
    text-align:center;
}

.cmm_ctt_in01{
    margin-bottom: 30px;
}

.cmm_ctt_in01 dl dt{
    font-size: 28px;
    line-height: 120%;
    text-align: center;

    margin-bottom: 15px;
    color:#7b8284;
    font-family: 'noto700';
}

.cmm_ctt_in01 dl dt span{
    color:#aa1a48;
}

.cmm_ctt_in01 dl dd{
    font-size: 11px;
    line-height: 180%;
    text-align: center;
    color:#FFFFFF;
    font-family: 'noto500'; 
    
}


.cmm_ctt_btn{

  width: 260px;
  height: 40px;
  text-align: center;
  text-decoration: none;



  font-size: 15px;
  line-height: 100%;

  background-color: #aa1a48;

  margin: 0 auto 26px auto;
    border-radius: 40px;
}

.cmm_ctt_btn a{
    display: block;
    width: 100%;
  height: 40px;
    color:#FFFFFF; 
    transition: all  0.3s ease;
    border: 2px solid #aa1a48;
    box-sizing: border-box;
    
    border-radius: 40px;

  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.cmm_ctt_btn a:hover{
     border: 2px solid #aa1a48;
    background: #FFFFFF;
    color:#aa1a48;     
}









/* サービス--------------------------------------------- */

.svs001{
    margin-bottom: 70px;
}

.svs001 dl dt{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px;
    color: #98CE97;
}

.svs001 dl dt span{
    border-bottom: 2px solid #98CE97;

}

.svs001 dl dd{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 30px;
}

.svs001 dl dd:last-child{
    margin-bottom:0px;
}


.svs001 dl dd ul{
    margin:  12px 0;

}

.svs001 dl dd ul li{
    font-size: 14px;
    line-height: 160%;
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 7px;
    margin-bottom: 6px;
}

.svs001 dl dd ul li:last-child{
    margin-bottom:0px;
}



/* 会社案内--------------------------------------------- */


.cpy001{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 70px;

}

.cpy001 p{
    margin-top: 15px;
    text-align: right;
}


.cpy002{
    margin-bottom: 70px;
}

.cpy002 table{
	width:100%;
	height:auto;
}

.cpy002 table th{
	width:120px;
	height:auto;
	padding:10px 0px;
	font-size:14px;
	line-height:150%;
	vertical-align:top;
	border-bottom:1px dotted #999999;	
}

.cpy002 table td{
	padding:10px 0px;
	font-size:14px;
	line-height:150%;
	border-bottom:1px dotted #999999;	
}

.cpy002 table td a{
	color:#000;
	text-decoration:underline;
}

.cpy002 table td a:hover{
	color:#000;
	text-decoration:none;
}


.cpy002 table td dl dt{
    margin-bottom: 5px;

}

.cpy002 table td dl dd ul li{
    float: left;
    background: url("../img/common/list001.png") left 9px no-repeat;
    padding-left: 5px;
    margin-right: 25px;
    margin-bottom: 5px;

}



.cpy003{

}










/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:16px;
    line-height: 160%;

    margin-bottom: 5px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


.privacy dd {
    font-size:14px;
    line-height: 150%;
    margin-bottom: 25px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}













/* お問い合わせフォーム---------------------------------------------- */


.contact-t{

	margin-bottom:70px;	
}

.contact-t dl{

}

.contact-t dl dt{
    color: #333333;
	font-size:18px;
	text-align:center;
	line-height:120%;
	margin-bottom:15px;
    
    font-family: 'noto500';
}

.contact-t dl dd{
	
	font-size:26px;
	line-height:150%;
    color: #333333;
	margin-bottom:15px;
	text-align:center;

    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.contact-t dl dd a{
    color: #333333;
}

.contact-t dl dd a:hover{
    color: #333333;
}

.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 00px auto;
	text-align:center;
}





#contact-f{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}


#contact-f th{
	font-size:14px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size:14px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:100%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	box-sizing:border-box;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
    margin-top: 12px;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

    /*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
    /*角丸*/

}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}







#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}













}
