/*
Theme Name: miyagisendai-office
*/

@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/*全体の設定
---------------------------------------------------------------------------*/
html,body{
	min-width: 1040px;
	margin-top: 0;
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.6em;
	background-color: white;
}
#top {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
img {
	border: none;
	vertical-align: bottom;
}
.left{
	float:left;
	margin-right:5px;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
i{
	margin-right: 0.4em;
}
h3.underline{
	border-bottom: 2px solid black;
	padding: 1rem 0;
	margin: 1rem 0;
	font-weight: bold;
	font-size: 1.05rem;
}
dl h3{
	font-size: 100%;
}
dl h4{
	margin: 1rem 0;
	font-weight: bold;
}
.red{
	color: red;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: black;
}
a:hover {
	text-decoration: underline;
	color: #57B5EB;;
}


/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	position: relative;
	top: 160px;
}



/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
#header {
	width: 1024px;	/*ブロックの幅*/
	position: relative;
	margin:0 auto;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#header_wrap {
	height: 160px;
	width:100%;
	position: fixed; 
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: white;
	background: rgba(255,255,255,0.9);
}
#header #logo {
	float:left;
	width: 320px;
}
#header #logo h1 {
	position: relative;
	left: 0;
	top: 20px;
}
#header #logo .logo_box {
	position: relative;
	left: 0;
	top: 20px;
}
#header #contact {
	float: right;
	width: 510px;
	text-align: right;
	position: relative;
	top: 26px;
	line-height: 1rem;
	margin-right: 1rem;
	font-size: 0.7em;
	text-align: center;
	line-height: 1rem;
}
#header #contact #phone{
	float: left;
	margin-left: 1rem;
}
#header #contact #phone .number{
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	padding: 0.3rem 0;
}
#header #contact #phone .number a{
	text-decoration: none;
}
#header #contact #phone .notice{
	font-size: 0.8em;
}
#header #contact .mail{
	float: left;
	margin-right: 1rem;
	margin-top: 1rem;
}
#header #contact .mail a{
	border: 2px solid black;
	font-size: 0.8rem;
	text-align: center;
	padding: 0.3rem  1.5rem;;
	color: black;
	text-decoration: none;
	display: block;
	margin-top: 0.3rem;
}
#header #contact .mail a:hover{
	background-color: black;
	color: white;
}

#header #navi {
	clear: both;
	position: relative;
	top: 50px;
}
#header #navi p{
	margin-bottom: 4px;
}
#header #navi p a{
}
#header #navi p i{
	margin-right: 10px;
}
#header #navi ul#index{
	text-align: left;
	width: 100%;
}
/*20230802修正fontsize/width)*/
#header #navi ul#index li{
	font-weight: bold;
	font-size: 0.7em;
	display:inline-block; 
	font-weight: bold;
	border-right: 1px dotted black;
	width: 13.5%;
	text-align: center;
}
#header #navi ul#index li:first-child {
	border-left: 1px dotted black;
}
#header #navi li a{
	display:block;
	color: black;
	text-decoration: none;
}
#header #navi li a:hover{
	background-color: #F9F9F9;
}

#header #navi ul#index li ul{
	position: absolute;
	background-color: white;
	width: 25%;
	padding-top: 15px;
	background-color: rgba( 255,255,255, 0.8 );
}
#header #navi ul#index li ul:nth-child(3){
	left: 56%;
}

#header #navi ul#index li ul li{
	width: 100%;
	text-align: left;
	float: none;
	border: none;
	font-size: 0.85rem;
}
#header #navi ul#index li ul li a {
	padding: 0.5rem 0;
	text-indent: 0.5rem;
}
#header #navi ul#index li ul li a img{
	width: 20px;
	margin-right: 10px;
	vertical-align: text-bottom;
}
#header #navi ul#index li ul li a:hover img{
}

#header #navi ul#index li ul li a span{
	font-size: 0.75rem;
	padding-left: 1rem;
}
#header #navi ul#index li ul li a:hover {
	display:block;
	background-color: rgba( 238,238,238, 0.6 );
	text-decoration: none;
	color: #57B5EB;
}

#header #navi ul#index li ul li:first-child{
	border: none;
}

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

	#header #navi ul#index li{
		text-align: left;
	}
	#header #navi ul#index li ul{
		position: relative;
		width: 50%;
		padding-top: 0;
		display: block !important;
		float:left;
	}
	#header #navi ul#index li ul:nth-child(3){
		left:0;
	}
	#header #navi ul#index li ul li{
		border: none;
	}
	#header #navi ul#index li ul li a{
		text-indent: 0.1rem;
	}
}


/*トップページ
---------------------------------------------------------------------------*/
#slider{
	position: relative;
	top: 160px;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
li.slick-slide{
	width: 800px;
}
.slick-slide img{
	width: 100%;
}

#icatch{
	position: relative;
	top: 160px;
	width: 100%;
	margin: 0 auto;
	height: 500px;
	background: url(images/icatch01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}
#icatch #box{
	height: 100%;
	width: 100%;
	text-shadow: 1px 1px 1px black;
	color: white;
}
#icatch p{
	margin: 0 auto;
	width: 1040px;
	position: relative;
}
#icatch p.main{
	font-weight: bold;
	font-size: 2em;
	position: relative;
	top: 280px;
	width: 100%;
	text-align: center;
}
#icatch p.description{
	font-size: 1.2em;
	position: relative;
	top: 300px;
}
#video{
	position: absolute;
	left: 0px;
	top: 0px;
	min-height: 500px;
	min-width: 100%;
	background-size: cover;
	background-attachment: fixed; // 中央揃えになるように、fixed。
	background-position: center center
}
#service-index{
	background-color: #F1F1F1;
}
#service-index ul{
	width: 100%;
	float: left;
}
#service-index ul li{
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-top: 2%;
	position:relative;
}
#service-index ul li:nth-child(4n){
	margin-right: 0;
}
#service-index ul li img{
	width: 100%;
}
#service-index ul li a:hover{
	color: black;
}
#service-index ul p{
	position: absolute;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	text-align: center;
	width: 100%;
	font-size: 16px;
	top: 40%;
}
section#column{
	margin: 4rem 0;
}


/*コンテンツ（main,sideを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	padding-bottom: 30px;
	width: 100%;
	font-size: 0.88rem;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 1rem 0;
	margin: 1rem 0;
	position: relative;
	width: 100%;
	text-align: center;
}
h2::after{
	content: "";
	width: 3rem;
	border-bottom: 1px solid black;
	display: block;
	margin: 0 auto;
	margin-top: 2.5rem;
}
.pageheading {
	font-size: 1.5em;
	font-weight: bold;
	padding: 1rem 0;
	margin: 1rem 0;
	position: relative;
	width: 100%;
	text-align: center;
}
.pageheading::after{
	content: "";
	width: 3rem;
	border-bottom: 1px solid black;
	display: block;
	margin: 0 auto;
	margin-top: 2.5rem;
}
.subpage .pagename h2 {
	padding: 3rem 0;
}
.subpage .pagename h2::after{
	content: "";
	border: none;
	margin: 0;
}
.subpage .pagename .pageheading {
	padding: 3rem 0;
}
.subpage .pagename .pageheading::after{
	content: "";
	border: none;
	margin: 0;
}

/* セクション
---------------------------------------------------------------------------*/
section{
	width:100%;
	clear: both;
	padding: 1.5rem 0;
}
section p+section{
	margin-top: 20px;
}
section .section-inner{
	clear: both;
	width: 1024px;	/*コンテナー幅*/
	margin:0 auto;
}

section#contact{
	background-color: #222223;
	color: white;
	text-align: center;
}
section#contact h2::after{
	color: white;
	border-bottom: 1px solid white;
}


/* パンくず
---------------------------------------------------------------------------*/
.breadcrumb {
	clear: both;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	top: -180px;
}
.breadcrumb ul{
	float: left;
}
.breadcrumb ul li{
	float: left;
	font-size: 0.65rem;
}
.breadcrumb li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}
.breadcrumb li:last-child::after{
  display: none;
}


/* TOP調整
---------------------------------------------------------------------------*/
/* about */
section#about p{
	text-align: center;
	margin-bottom: 3rem;
}

/* pickup */
#pickup{
	background-color: #F1F1F1;
}

/* service */
section#service h2+p{
	text-align: center;
}

/* lineup */
div.lineup{
	margin: 2rem 0;
	width: 100%;
	float: left;
}
div.lineup div{
	width: 30%;
	text-align: center;
	float: left;
	margin: 1% 5% 3% 0;
	position:relative;
	overflow: hidden;
	background-color: white;
}
div.lineup div:last-child{
	margin-right: 0;
}
div.lineup div p.title{
	display: block;
	border: 2px solid black;
	padding: 0.5rem;
}
div.lineup div ul{
	margin: 1rem 0;
	min-height: 130px;
}
div.lineup div ul li{
	font-size: 0.8rem;
}


/* listbox */
.listbox ul{
	width: 100%;
}
.listbox ul li{
	width: 32%;
	text-align: center;
	float: left;
	margin: 1% 2% 3% 0;
	position:relative;
	background-color: white;
}
.listbox ul li:nth-child(3n){
	margin-right: 0;
}
.listbox ul li a{
	display:block;
	text-decoration: none;
}
.listbox ul li a:hover{
	background-color: #F9F9F9;
}
.listbox img{
	width: 100%;
}
.listbox ul li a p.label{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	color: white;
	padding: 0.3rem 2rem;
	font-size: 0.9rem;
}
.listbox ul a p.label.office{
	background: #ff5bad;
}
.listbox ul a p.label.new{
	background: #fba905;
}
.listbox ul a p.label.renewal{
	background: #00b050;
}
.listbox ul a p.label.chokotto{
	background: #0070c0;
}
.listbox ul a p.label.etc{
	background: #7030a0;
}

.listbox div{
	overflow: hidden;
}
.listbox img {
	display: block;
	transition-duration: 0.3s;
}
.listbox img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
.listbox ul li p{
	font-size: 0.7rem;
	color: black;
	padding: 0.8rem 1rem;
	text-align:left;
}
.listbox ul li p.name{
	font-size: 0.6rem;
	padding-top: 0;
	text-align:left;
}

.listbox.sub ul li a{
	background-color: #eee;
}
.listbox.sub ul li a:hover{
	background-color: #F9F9F9;
}
.listbox.sub p{
	margin-bottom: 0;
}
.listbox.sub ul#voice-pickup li div{
	margin-bottom: 0;
}
.listbox.sub ul#voice-pickup li div img{
	width: 100%;
	margin-bottom: 0;
	margin-right: 0;
}

/* 施工事例一覧 */
.voice .service-list li{
	float: left;
	width: 33%;
}
.voice .service-list li.selected{
	font-weight: bold;
}
.voice .search-btn{
	border-bottom: 2px solid;
	margin: 1rem 0;
	padding-bottom: 1rem;
	text-align: center;
}
.voice .listbox  ul li p{
	font-size: 0.8rem;
}
.voice .listbox ul.tag{
	padding-top: 0.5rem;
}
.voice .listbox ul.tag li{
	text-align: left;
	background-color: #fff;
	font-size: 0.7rem;
	width: unset;
}
.voice .listbox ul.tag li a{
	background-color: #fff;
}
.voice .listbox ul li p{
	font-size: 0.7rem;
	text-align: left;
	padding: 0.2rem 1rem;
}
.voice .listbox ul li p.name{
	font-size: 0.6rem;
	text-align: left;
	padding-top: 0;
}

.voice .listbox ul.tag li{
	margin: 0 0.5rem;
	width: auto;
}
.voice .listbox ul + li + a{
	margin-bottom: 1rem;
}

/* 施工事例詳細 */
.voice-menu {
	float:right;
	width:25%;
	margin-top:74px;
}
.voice-detail{
	float:left;
	width:70%;
}
.voice-menu dt{
	padding: 0.5rem;
	padding-left: 1rem;
	background-color: #eee;
}
.voice-menu dd{
	margin-bottom: 3rem;
}
.voice-menu li{
	width: 100%;
	display: inline-block;
	line-height: 1.3rem;
	border-bottom: 1px dotted;
}
.voice-menu li img{
	width: 60px;
	float: left;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
}
.voice-menu li a{
	display: block;
	text-decoration: none;
	padding: 0.8rem 0;
	font-size: 0.8rem;
	padding-left: 1rem;
}
.voice-menu li a:hover{
	background-color: #F9F9F9;
}
.voice-detail table{
	margin: 2rem 0;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0px;
	border-top: 1px solid #ccc;
}
.voice-detail table th{
	width: 20%;
	border-bottom: 1px solid #ccc;
	padding: 13px 0 13px 10px;
	text-align: left;
}
.voice-detail table td{
	border-bottom: 1px solid #ccc;
	padding: 13px 0;
	text-align: left;
}
.voice-detail .staff{
	margin-top: 2rem;
	background-color: #F9F9F9;
	padding: 2rem;
}
.voice-detail .staff img{
	float: right;
	margin-left: 2rem;
	border-radius: 250px;
	width: 150px;
}
.voice-detail .staff p{
	display: inline-block
}
.voice-detail div.questionnaire > p:first-child{
	font-weight: bold;
}


/* コラム */
.column-menu {
	float:right;
	width:25%;
}
.column-menu div{
	margin-bottom: 1rem;
}
.column-menu dl{
	margin-top: 3rem;
}
.column-menu dt{
	padding: 0.5rem;
	padding-left: 1rem;
	background-color: #eee;
}
.column-menu dd{
	margin-bottom: 3rem;
}
.column-menu li{
	width: 100%;
	display: inline-block;
	line-height: 1.3rem;
	border-bottom: 1px dotted;
}
.column-menu li img{
	width: 60px;
	float: left;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
}
.column-menu li a{
	display: block;
	text-decoration: none;
	padding: 0.8rem 0;
	font-size: 0.8rem;
	padding-left: 1rem;
}
.column-menu li a:hover{
	background-color: #F9F9F9;
}
.column-date{
	text-align: right;
	font-size: 90%;
}
.column-detail{
	float:left;
	width:70%;
	line-height: 2rem;
}
.column-detail .column-inner {
	margin-bottom: 5rem;
}
.column-detail .column-inner .column-block{
	margin-bottom: 5rem;
}
.column-detail .column-inner img{
	width: 100%;
	height: auto;
}
.column-detail dl.list dd p{
	margin-bottom: 2rem;
}
.column-detail #mokuji{
	background-color: #eee;
	padding: 2rem;
	margin-bottom: 5rem;
}
.column-detail #mokuji ul ul{
	text-indent: 4rem;
}
.column-detail h4{
	background-color: #eee;
	border-left: 50px solid orange;
	border-bottom: 1px solid #ddd;
	font-size: 0.9rem;
	margin-bottom: 2rem;
	padding: 0.5rem 0;
	padding-left: 1rem;
}
.column-detail h5{
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.column-detail h5 i{
	color: blue;
}
.column-detail .introduce{
	border: 1px solid black;
	width: 100%;
	float: left;
}
.column-detail .photo{
	width: 36%;
	float: left;
	padding: 2%;
}
.column-detail .photo .category{
	background-color: pink;
	text-align: center;
}
.column-detail .photo img{
	width: 100%;
	height: auto;
	margin-top: 1rem;
}
.column-detail dl.list dd .introduce p{
	margin-bottom: 0;
}
.column-detail .summary{
	width: 56%;
	float: left;
	padding: 2%;
}
.column-detail .introduce{
	margin-bottom: 5rem;
}
.column-detail .introduce .more p:first-child{
	width: 70%;
	float: left;
}
.column-detail .introduce .more p:last-child {
	width: 30%;
	float: left;
}
.column-detail .introduce .more p:last-child a{
	color: white;
	background-color: black;
	padding: 0.1rem 2rem;
}
.column-detail dl.list dd .introduce .summary p:first-child{
	font-weight:bold;
}
.column-detail dl.list dd .introduce .summary p{
	margin-bottom: 1rem;
}
.column-detail .quotation{
	margin-bottom: 5rem;
}
.column-detail dl.list dd .quotation p{
	margin-bottom: 1rem;
}
.column-detail .quotation .source{
	text-align: right;
}
.column-detail table{
	width: 100%;
	margin-bottom: 5rem;
	background-color: #ddd;
}
.column-detail table th{
	background-color: #eee;
}
.column-detail table td{
	background-color: #fff;
}
.column-index{
	float:left;
	width:70%;
	line-height: 2rem;
}
.column-index .icatch{
	float: left;
}
.column-index .summary{
	float: left;
	margin-left: 1rem;
	width: 48%;
}
.column-index .summary .category span{
	border: 1px solid;
	padding: 0.2rem 1rem;
}
.column-index .summary .excerpt{
	line-height: 1.5rem;
}
.column-index .summary .date{
	float: left;
}
.column-index .summary .link{
	float: right;
}
.column-index .summary .link a{
	padding: 0.2rem 1rem;
	color: white;
	background-color: black;
	text-decoration: none;
}
.column-index .summary .link a:hover{
	background-color: gray;
}
.column-index h3 a{
	text-decoration: none;
}

/* 会話 */
.conversation {
	margin-bottom: 5rem;
}
.conversation .balloon{
  display: flex;
  margin: 0 0 1.5rem 0;
}
.conversation .balloonR{
  flex-direction: row-reverse;
}
.conversation .balloon-img{
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.conversation .balloon-img img{
  width: 100%;
}
.conversation .balloon-text{
  padding: 1em;
  border-radius: 6px;
  position: relative;
  display: flex;
}
.conversation .balloon-text-inner{
  margin: auto;
}
.conversation .balloon-text::before,.balloon-text::after{
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.conversation .balloonL .balloon-text{
  margin: 0 0 0 15px;
  background: #eee;
}
.conversation .balloonR .balloon-text{
  margin: 0 15px 0;
  background: #eee;
}
.conversation .balloonL .balloon-text::before{
  left: -16px;
  border-right: 16px solid #eee;
}
.conversation .balloonR .balloon-text::before{
  right: -16px;
  border-left: 16px solid #eee;
}
/* この記事を書いた人 */
.writer{
	background-color: #31a4a7;
	float: left;
	width: 100%;
}
.writer-inner{
	padding:2rem;
	float:left;
}
.writer h5{
	color: white;
	font-size: 1.0rem;
}
.writer .writer-photo{
	width: 187px;
	float: left;
	margin-right: 2rem;
}
.writer .writer-detail{
	float: left;
	color: white;
}
.column-detail dl.list dd .writer p{
	margin-bottom: 0;
}
.column-link{
	border-top: 1px solid #ccc;
	padding-top: 1rem;
}
.column-detail dl.list dd .column-link p{
	margin-bottom: 0;
}


/* contact */
section#contact h2+p{
	text-align: center;
}
section#contact ul{
	margin: 0;
	width: 100%;
	float: left;
	margin-bottom: 1rem;
}
section#contact ul li{
	width: 47%;
	text-align: center;
	float: left;
	margin: 1% 4% 1% 0;
}
section#contact ul li div{
	border: 1px solid white;
	padding: 2rem;
	min-height: 80px;
}
section#contact ul li div a{
	color: white;
	text-decoration: none;
}
section#contact ul li:last-child{
	margin-right: 0;
	float: right;
}
section#contact p.number{
	font-size: 120%;
}

/* area */
#area{
	background-color: #F1F1F1;
	text-align: center;
}
#area img{
	margin-bottom: 1rem;
}
#area p{
	margin-bottom: 1rem;
}


/* 下層ページメイン画像
---------------------------------------------------------------------------*/
div.pagename h2 img{
	width: 30px;
	vertical-align: text-bottom;
	margin-right: 1rem;
}


/* 下層ページ
---------------------------------------------------------------------------*/
#main div.pagename{
	background-color: #F1F1F1;
	margin-top: 50px;
}
img.icatch{
	width: 100%;
}
dl.list{
	margin-bottom: 2rem;
}
dl.list dt{
	border-bottom: 2px solid black;
	padding: 1rem 0;
	margin: 1rem 0;
	font-weight: bold;
	font-size: 1.05rem;
}
dl.list dd{
	margin-bottom: 3rem;
}
dl.list dd p{
	margin-bottom: 1rem;
}
p.leadtext{
	margin-bottom: 2rem;
}

section.company table{
	border-collapse:collapse;
	border-spacing:0px;
	width: 100%;
}
section.company table th, section.company table td{
	border-bottom: 1px solid #ccc;
	padding: 13px 0;
}
section.company table th{
	width: 25%;
	text-align: left;
}
section.company table.business ul{
	width: 100%;
	float: left;
}
section.company table.business ul li{
	float: left;
	width: 40%;
}
section.company ul.maker{
	width: 100%;
	float: left;
	margin-top: 1rem;
}
section.company ul.maker li{
	width: 15%;
	float: left;
	margin: 0.3rem;
}

section.faq dl.list > dt{
	border-bottom: 2px solid black;
	padding: 1rem 0;
	margin: 1rem 0;
	font-weight: bold;
}

section.faq dl.list dd dl{
	padding: 0;
}
section.faq dl.list dd dl dt{
	border: 0;
	margin: 0;
	padding: 0.5rem;
	font-size: 0.88rem;
	font-weight: normal;
	cursor: hand;
	cursor:pointer;
}
section.faq dl.list dd dl dd{
	padding: 1rem;
	background-color: #eee;
	margin-bottom: 1rem;
}

/* オフィスづくりサービス */
.service-menu{
}
.service-menu ul{
	margin-bottom: 3rem;
}
.service-menu ul{
	float: left;
	width: 100%;
}
.service-menu ul li{
	float: left;
	width: 31%;
	text-align: center;
	border: 2px solid black;
	margin-right: 2%;
}
.service-menu ul li:first-child{
	margin-left: 1%;
}
.service-menu ul li:last-child{
	margin-right: 0;
}
.service-menu ul li a{
	padding: 1rem 0;
	display: block;
	text-decoration: blink;
}
.service-menu li a img{
	width: 40px;
	vertical-align: middle;
	margin-right: 1rem;
}
.service-menu ul li a:hover{
	background-color: #eee;
}
.service-menu ul li.current{
	background-color: #eee;
}
ul.service-menu-index{
	float: left;
	width: 100%;
	margin: 0;
}



ul.service-menu-index li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
}
ul.service-menu-index li:nth-child(3n){
	margin-right: 0;
}
ul.service-menu-index li div{
	overflow: hidden;
	margin-top: 0.5rem;
}
ul.service-menu-index li a{
	text-decoration: none;
	transition-duration: 0.3s;
}
ul.service-menu-index li img{
	width: 100%;
	transition-duration: 0.3s;
}
ul.service-menu-index li img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}
section .list dd ul.service-menu-index li img{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}

ul.service-menu-image{
	float: left;
	width: 100%;
	margin: 24px 0;
}
ul.service-menu-image li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
ul.service-menu-image li:last-child{
	margin-right: 0;
}
ul.service-menu-image li img{
	width: 100%;
}
section .list dd ul.service-menu-image li img{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}
ul.detail-link{
	float: right;
}
ul.detail-link li{
	float: left;
	margin-left: 2rem;
}
ul.detail-link li i{
	color: #57b5eb;
}
section.layout div#anchor04, section.layout div#anchor05{
	margin: 3rem 0;
}
section.oa div#anchor04, section.oa div#anchor05{
	margin: 3rem 0;
}


section.iten ul.iten-menu{
	float: left;
}
section.iten ul.iten-menu li{
	float: left;
	width: 25%;
	padding: 0.5rem 0;
}
section.iten ul.iten-menu li img{
	width: 95%;
}
section.iten .message, section.naiso2 .message{
	margin-top: 1rem;
	padding: 2rem;
	background-color: #eee;
}

section.iten .iten-flow, section.iten .iten-flow1, section.iten .iten-flow2{
	position: relative;
}
section.iten .iten-flow li{
	width: 20%;
	min-height: 250px;
	text-align: center;
	margin: 2%;
	background-color: #eee;
}
section.iten .iten-flow1 li{
	float: left;
}
section.iten .iten-flow2 li{
	float: right;
}
section.iten .iten-flow li p:first-child{
	font-weight:bold;
	color: white;
	padding: 0.3rem 0;
}
section.iten .iten-flow li p img{
	width: 30%;
}
section.iten .iten-flow li p:nth-child(n+4){
	font-size: 0.7rem;
	padding: 0.5rem;
}
section.iten .iten-flow1 li:nth-child(1) p:first-child{
	background-color: #FF6699;
}
section.iten .iten-flow1 li:nth-child(2) p:first-child{
	background-color: #9BBB59;
}
section.iten .iten-flow1 li:nth-child(3) p:first-child{
	background-color: #8064A2;
}
section.iten .iten-flow1 li:nth-child(4) p:first-child{
	background-color: #4BACC6;
}
section.iten .iten-flow2 li:nth-child(1) p:first-child{
	background-color: #F79646;
}
section.iten .iten-flow2 li:nth-child(2) p:first-child{
	background-color: #9A8732;
}
section.iten .iten-flow2 li:nth-child(3) p:first-child{
	background-color: #008D36;
}

section.iten .iten-flow1 li {
	position: relative;
}
section.iten .iten-flow1 li+li:before {
	content: '';
	display: block;
	position: absolute;
	top: 110px;
	left: -50px;
	width: 30%;
	height: 25px;
	background: url(images/iten_arrow.png) no-repeat 50% 50%;
	z-index: 1;
}
section.iten .iten-flow2{
	right: 150px;
}
section.iten .iten-flow2 li {
	position: relative;
}
section.iten .iten-flow2 li:nth-child(1):before, section.iten .iten-flow2 li:nth-child(2):before {
	content: '';
	display: block;
	position: absolute;
	top: 64px;
	left: -50px;
	width: 30%;
	height: 25px;
	background: url(images/iten_arrow2.png) no-repeat 50% 50%;
	z-index: 1;
}
.ribbon{
  position:absolute;
  background: #C92C2C;
  top: 210px;
  left: 20px;
  width: 95%;
  text-align: center;
  color: white;
  line-height: 2.4rem;
}
.ribbon:after{
  content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0 25px 45px 25px;
}
section.iten .iten-flow .finish{
	position: absolute;
	left: 60px;
	top: 380px;
}
section.iten .iten-flow .next{
	position: absolute;
	right: 90px;
	top: 254px;
	z-index: 1;
}

section.iten ul.iten-woman{
	background: url(images/iten_woman.png) no-repeat;
	background-size: contain;
	margin: 3rem 0;
}
section.iten ul.iten-woman li{
	left: 170px;
	position: relative;
}

section.naiso2 .list dd img{
	float: left;
	margin-right: 2rem;
	width: 320px;
}
section.naiso2 .list.main dd div{
	overflow: hidden;
	margin-bottom: 2rem;
}
section.naiso2 .list dd div ul{
	float: left;
	width: 100%;
}
section.naiso2 .list dd div li{
	float: left;
	width: 50%;
}


/* オフィスづくりサービス */
section.service ul.service-menu{
	float: left;
}
section.service ul.service-menu li{
	float: left;
	width: 25%;
	padding: 0.5rem 0;
}
section.service ul.service-menu li img{
	width: 95%;
}
section.service .message, section.naiso2 .message{
	margin-top: 1rem;
	padding: 2rem;
	background-color: #eee;
	margin-bottom: 5%;
}

section.service .service-flow, section.service .service-flow1, section.service .service-flow2{
	position: relative;
}
section.service .service-flow p{
	margin-bottom: 1rem;
}
section.service .service-flow li{
	width: 20%;
	min-height: 300px;
	text-align: center;
	margin: 2%;
	background-color: #eee;
}
section.service .service-flow1 li{
	float: left;
}
section.service .service-flow2 li{
	float: right;
}
section.service .service-flow li p:first-child{
	font-weight:bold;
	color: white;
	padding: 0.3rem 0;
}
section.service .service-flow li p img{
	width: 30%;
}
section.service .service-flow li p:nth-child(n+4){
	font-size: 0.8rem;
	padding: 0.5rem;
}
section.service .service-flow1 li:nth-child(1) p:first-child{
	background-color: #FF6699;
}
section.service .service-flow1 li:nth-child(2) p:first-child{
	background-color: #9BBB59;
}
section.service .service-flow1 li:nth-child(3) p:first-child{
	background-color: #8064A2;
}
section.service .service-flow1 li:nth-child(4) p:first-child{
	background-color: #4BACC6;
}
section.service .service-flow2 li:nth-child(1) p:first-child{
	background-color: #F79646;
}
section.service .service-flow2 li:nth-child(2) p:first-child{
	background-color: #9A8732;
}
section.service .service-flow2 li:nth-child(3) p:first-child{
	background-color: #008D36;
}

section.service .service-flow1 li {
	position: relative;
}
section.service .service-flow1 li+li:before {
	content: '';
	display: block;
	position: absolute;
	top: 110px;
	left: -50px;
	width: 30%;
	height: 25px;
	background: url(images/iten_arrow.png) no-repeat 50% 50%;
	z-index: 1;
}
section.service .service-flow2{
	right: 150px;
}
section.service .service-flow2 li {
	position: relative;
}
section.service .service-flow2 li:nth-child(1):before, section.service .service-flow2 li:nth-child(2):before {
	content: '';
	display: block;
	position: absolute;
	top: 64px;
	left: -50px;
	width: 30%;
	height: 25px;
	background: url(images/iten_arrow2.png) no-repeat 50% 50%;
	z-index: 1;
}
section.service .service-flow .finish{
	position: absolute;
	left: 60px;
	top: 380px;
}
section.service .service-flow .next{
	position: absolute;
	right: 90px;
	top: 304px;
	z-index: 1;
}
section.service .list dd div.service-list div{
	overflow: hidden;
	margin-bottom: 2rem;
}
section.service .list dd div.service-list  img {
	float: left;
	margin-right: 32px;
	width: 400px;
}
section.service .list dd div.service-list .detail{
	margin-top: 1rem;
	text-align: right;
}
section.service .list dd div.service-list ul li ul {
    display: table-cell;
}
section.service .list dd div.service-list ul li ul li{
	text-indent: -1rem;
	margin-left: 2rem;
}
section.service .ribbon {
	position: absolute;
	background: #C92C2C;
	top: 266px;
	left: 20px;
	width: 95%;
	text-align: center;
	color: white;
	line-height: 2.4rem;
}

/* サービス詳細 */
section.service-detail .detail-head{
	margin-bottom: 3rem;
}
section.service-detail .detail-head h3{
	padding: 1rem 0;
}
section.service-detail .detail-head p{
	padding-bottom: 3%;
}
section.service-detail .maker-list{
	width: 100%;
	float: left;
}
section.service-detail .maker-list li{
	width: 15%;
	float:left;
	margin: 0.3rem;
	margin-bottom: 3%;
}
section.service-detail .listbox.sub ul li a{
	display: block;
}

    

ul.anchor{
	margin-bottom: 2rem;
	text-align: center;
}
ul.anchor li{
	background-color: #57b5eb;
	margin-right: 1rem;
	padding: 0.1rem 0.5rem;
	border-radius: 0.5rem;
	margin-bottom: 0.5rem;
	display: inline-block;
}
ul.anchor li a{
	color: white;
	text-decoration: none;
	font-size: 13px;
}

/* OA */
section.oa2 .list dd img{
	float: left;
	margin-right: 2rem;
	margin-bottom: 0.5rem;
	width: 320px;
}
section.oa2 .list dd div{
	overflow: hidden;
	margin-bottom: 2rem;
}
section.oa2 div.trouble{
	margin: 2rem 0;
}
section.oa2 div.trouble > p{
	background-color: #42BA97;
	text-align: center;
	color: white;
	padding: 0.5rem 0;
}
section.oa2 div.trouble div{
	float: left;
	width: 50%;
}
section.oa2 div.trouble div p{
	color: #42BA97;
	font-weight: bold;
}
section.oa2 div.maintenance{
	background-color: #eee;
	background: #eee url(images/oa_man.png) no-repeat;
	background-position-x: 800px;
	background-size: contain;
	padding: 3rem 0;
	margin: 3rem 0;
}
section.oa2 div.maintenance p{
	width: 70%;
	margin-left: 3rem;
}
section.oa2 div.maintenance p.support{
	font-size: 1.0rem;
	font-weight: bold;
}
section.oa2 div.award{
	margin: 3rem 0;
}
section.oa2 div.award ul{
	float: left;
	width: 100%;
}
section.oa2 div.award li{
	float: left;
	width: 32%;
	margin-bottom: 1rem;
	margin-right:2%;
}
section.oa2 div.award li:last-child{
	margin-right: 0;
}
section.oa2 div.award li:last-child img{
	margin-right: 0;
}

section.oa 2div.award li img{
	margin-right: 0;
	float: none;
}
section.oa2 .list dd div{
	margin-bottom: 0
}
section.oa2 div.subitem{
	margin: 2rem 0;
}


/* レイアウト */
section.layout .list dd img {
	float: left;
	margin-right: 32px;
	margin-bottom: 1.5rem;
	width: 400px;
}
section.layout .maker-list {
	background-color: #eee;
	padding: 2rem 4rem;
	overflow: hidden;
	margin-bottom: 3rem;
}
section.layout ul.maker {
	float: left;
	background-color: white;
	padding: 2rem;
}
section.layout ul.maker li{
	width: 18.5%;
	float: left;
	margin: 0.3rem;
}
section.layout ul.maker li img{
	width: 110px;
	margin-right: 0;
}
section.layout .leadtext{
	text-align: center;
}



/* OA */
section.oa .list dd div{
	overflow: hidden;
	margin-bottom: 1rem;
}
section.oa .list dd img {
	float: left;
	margin-right: 32px;
	width: 400px;
	margin-bottom: 1.5rem;
}
section.oa .maker-list {
	background-color: #eee;
	padding: 2rem 4rem;
}
section.oa ul.maker {
	float: left;
	background-color: white;
	padding: 2rem;
}
section.oa ul.maker li{
	width: 18.5%;
	float: left;
	margin: 0.3rem;
}
section.oa ul.maker li img{
	width: 110px;
	margin-right: 0;
}
section.oa .maker-list .maker-wrapper{
	background-color: white;
}
section.oa .maker-list .cannon{
	padding: 2rem 2rem 0 2rem;
	margin-bottom: 0;
}
section.oa .maker-list .cannon p{
	padding-top: 0.8rem;
}
section.oa .maker-list .cannon img{
	width: auto;
	margin-bottom: 0;
}
section.oa .list dd div.maintenance{
	background-color: #eee;
	padding: 2rem 4rem;
	margin-bottom: 2.5rem;
}


section.oa .maintenance .cannon{
	background-color: #fff;
	padding: 2rem;
}
section.oa .maintenance .cannon img{
	width: 200px;
	margin-right: 0;
	margin-left: 32px;
	float: right;
}
section.oa .leadtext{
	text-align: center;
}

/* 内装工事 */
section.naiso .list dd div{
	overflow: hidden;
	margin-bottom: 1rem;
}
section.naiso .list dd img {
	float: left;
	margin-right: 32px;
	width: 400px;
	margin-bottom: 1.5rem;
}
section.naiso .partition{
	background-color: #eee;
	padding: 2rem 0 2rem 4rem;
}
section.naiso .partition div.box{
	width: 50%;
	float: left;
	font-size: 90%;
}
section.naiso .partition h5{
	font-size: 0.88rem;
}
section.naiso .list dd div.partition div p{
	display: inline-block;
	margin-bottom: 0;
}
section.naiso .list dd div.partition div img{
	margin-top: 0.5rem;
	margin-bottom: 0;
}
section.naiso .leadtext{
	text-align: center;
}


/* 選ばれる理由 */
section .icatch{
	margin-bottom: 2rem;
}
section.reason .list dd div{
	overflow: hidden;
	margin-bottom: 2rem;
}
section.reason .list dd img {
	float: left;
	margin-right: 32px;
	width: 400px;
}
section.reason .maker-list {
	padding-top: 1rem;
}
section.reason ul.maker {
	float: left;
	background-color: white;
	padding: 0 2rem;
	width: 100%;
	margin-bottom: 1rem;
}
section.reason ul.maker li{
	width: 15%;
	float: left;
	margin: 0.3rem;
}
section.reason ul.maker li img{
	width: 110px;
	margin-right: 0;
}
section.reason div.contact{
	padding: 2rem;
	background-color: #eee;
}
section.reason div.contact h3{
	margin-bottom: 1.4rem;
}
section.reason div.contact p{
	margin-bottom: 1.4rem;
}
/*--20241225 追加 取り扱いメーカー一覧について--*/
.maker-sp{
	display: none;
}
@media screen and (max-width: 767px){
    section.reason .icatch{
		width: 100%;
	}
	section.reason .list dd img{
		width: 100%;
		margin-bottom: 1rem;
	}
	section.reason ul.maker{
		padding: 0;
	}
	section.reason ul.maker li{
		width: 30%;
	}
	.maker-pc{
		display: none;
	}
	.maker-sp{
		display: block;
	}
	#maker-sp-slide-in{
		padding: 0 20px;
	}
	#maker-sp-slide .slick-prev,
	#maker-sp-slide .slick-next{
		display: none !important;
	}
}


/* お問い合わせフォーム
---------------------------------------------------------------------------*/
section.form dl.list dt{
	padding-top: 0;
	margin-top: 0;
}

section.form table{
	border-collapse:collapse;
	border-spacing:0px;
	width: 100%;
}
section.form table th, section.form table td{
	border-bottom: 1px solid #ccc;
	padding: 13px 0;
}
section.form table th{
	width: 25%;
	text-align: left;
	vertical-align: top;
}
section.form table tr:last-child th, section.form table tr:last-child td{
	border-bottom: 0;
}
section.form table th span{
	color: white;
	background-color: #C00000;
	font-size: 80%;
	float: right;
	margin-right: 1.5rem;
	width: 3rem;
	text-align: center;
}
section.form dl.list dt{
	font-weight: normal;
	font-size: inherit;
	padding-bottom: 2rem;
}


/* アスクル申し込みフォーム
---------------------------------------------------------------------------*/
section.askul{
	text-align: center;
}
section.askul .leadtext{
	font-size: 1.1rem;
	margin: 2rem 0;
}
section.askul .message{
	border-top: 1px solid;
	width: 940px;
	padding-top: 2rem;
	margin: 2rem auto;
	text-align: left;
}
section.askul .notice{
	width: 940px;
	font-size: 0.8rem;
	margin: 2rem auto;
	text-align: left;
}


/* フォーム共通 */
form .btn{
	margin: 0.5rem 0;
	padding: 0.5rem 2rem;
	background-color: #000;
	font-size: 90%;
	color: #fff;
	border-style: none;
	font-weight: bold;
}
form .btn:hover {
	background-color: #333;
}

.section-inner.privacy section{
	padding: 1rem 0;
}
.section-inner.privacy li{
	margin-left: 2rem;
}
.section-inner.privacy ul li{
	list-style-type: disc;
}
.section-inner.privacy h3, .section-inner.privacy p{
	margin: 1rem 0;
}
.faq .question{
	margin: 0.5rem 0;
}
.faq .answer{
	margin: 0.5rem 0 0.5rem 0;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}
.section-inner.voice section{
	margin: 2rem 0;
	padding: 2rem;
	border: 1px solid black;
}
.section-inner.voice ul li{
	list-style-type: disc;
	padding-left: 0.5rem;
	text-indent: -0.2rem;
	margin-left: 2rem;
}
.section-inner.voice h3{
	margin: 1rem 0;
}
.section-inner.voice p{
	font-weight: bold;
	padding: 0.5rem 0;
}
.section-inner.faq section, .section-inner.concept section{
	margin: 2rem 0;
	padding: 2rem;
	border: 1px solid black;
}

.section-inner.concept section h3{
	margin-bottom: 1rem;
}
.section-inner.concept section p span{
	font-weight: bold;
	border-bottom: 1px dotted;
	color: #cca11e;
}
/* サイトマップ */
.sitemap ul li{
	margin: 0.5rem 0;
}
.sitemap ul{
	margin-bottom: 3rem;
}
.sitemap ul li ul{
	margin-left: 1rem;
	margin-bottom: 0;
}
.sitemap  .section-inner > ul > li:nth-child(1),
.sitemap  .section-inner > ul > li:nth-child(2),
.sitemap  .section-inner > ul > li:nth-child(6){
	margin-bottom: 2rem;
}


/*フッター設定
---------------------------------------------------------------------------*/
#footer {
	width:100%;
	clear: both;
	text-align: left;
	padding-top: 35px;
	line-height:1.5em;
	font-size:0.85em;
	background-color: #eee;
	margin-top: 5rem;
}
#footer-inner {
	width: 1024px;	/*コンテナー幅*/
	margin:0 auto;
	padding: 3rem 0;
}
#footer-company{
	font-size: 0.7rem;
	line-height: 1.8em;
	float: left;
	width: 53%;
	padding-bottom: 2rem;
	padding-top: 75px;
}
#footer-company img{
	width: 60%;
	margin-bottom:1rem;
}
#footer-company p:nth-child(2){
	font-weight: bold;
}
#footer .copy {
	clear:both;
	width:100%;
	text-align: center;
	display:block;
	font-size: 0.6rem;
	padding:0.5rem 0;
	background-color: white;
}
#footer #sitemap {
	float: left;
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: 47%;
}
#footer #sitemap a{
	color: black;
}
#footer #sitemap ul li{
	float: left;
	text-align: left;
}
#footer #sitemap ul li.right{
	margin-left: 10%;
}

#footer #sitemap ul li.reason{
	margin-bottom: 2rem;
}
#footer #sitemap ul li.company{
	margin-top: 12px;
}
#footer #sitemap ul li p{
	font-weight:bold;
	margin-bottom: 0.5rem;
}
#footer #sitemap ul li ul li{
	float: none;
	width: 100%;
	font-size: 90%;
}
#footer #sitemap ul li ul li ul li{
	font-size: 100%;
}
/* ========ページトップボタン======== */
#page-top {
	position: fixed;
	bottom: 0px;
	right: 50px;
	margin:0;
	z-index:100;
	display:none;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	margin:0;
}
#page-top a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}



.only-sp{
	display: none  !important;
}
.only-pc{
	display: block  !important;
}


/* ========PCメインナビ======== */
@media only screen and (min-width: 767px){
	#navi ul#index{
		display:block !important;
	}
	a#menu{display:none;}
}



/*===============================================
 スマホ：画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:767px){
	html,body{ 
		width:100%; 
		min-width: 300px;
	}
	body{ 
		width:100%; 
		overflow-x:hidden;
	}
	#header{
		width:100%;
		padding-bottom:0px;
		z-index:0;
		clear:both
		margin:0;
	}
	#topbar_wrap, #header #language, #navi p, #font-size, #font-size-text{
		display:none;
	}
	#header #logo h1{
		top: 22px;
	}
	#container{
		width:100%;
		float:none;
		clear:both;
		top: 70px;
	}
	#contents{
		float:none;
		clear:both;
		margin:0px;
	}
	#main{
		width:100%;
		float:none;
		clear:both;
	}
	h2 {
		font-size: 1.3em;
	}
	.pageheading {
		font-size: 1.3em;
	}
	.only-sp{
		display: block  !important;
	}
	.only-pc{
		display: none !important;
	}

	/*トップページ
	---------------------------------------------------------------------------*/
	#main{
		padding-bottom: 0;
	}
	#main.cue-detail{
		margin-top: 0;
	}
	#header_wrap{
		height: 80px;
	}
	#header #navi{
		width: 100%;
		top: 19px;
	}
	#header #navi ul#index{
		line-height: none;
		position: relative;
		top: 17px;
	}
	#header #navi ul#index li{
		display:block;
		margin-left: 0;
		font-weight: normal;
		padding: 0;
		width: 100%;
	}
	#header #navi ul#index li:first-child{
		border: none;
	}
	#header #logo{
		margin-left: 15px;
	}
	#header #logo img{
		width: 50%;
	}
	#header #contact{
		display: none;
	}
	#navi a{
		font-size: 100%;
	}
	#navi{
		z-index:100;
		clear:both;
		padding:0;
		position:relative;
		width:100%;
	}
	#menu{
		display: block;
	}
	#navi a.menu{
		display:block;
		font-weight: bold;
		text-align:left;
		top:-45px;
		right:15px;
		position:absolute;
		width:50px;
		right: 20px;
	}
	#navi a#menu span{padding-left:10px;}
	#navi a#menu:hover{cursor:pointer;}
	#navi ul#index{
		display: none;
		width:100%;
		position:absolute;
		right: 0;
		top:0px;
		z-index:100;
	}
	#navi ul#index li{
		float: none;
		clear:both;
		width:100%;
		height:auto;
		background-color: white;
		background: rgba(255,255,255,0.9);
	}
	#navi ul#index li a,#navi ul#index li.current-menu-item li a{
		display: block;
		padding:10px 5px 10px  10px ;
		text-align:left;
		border-bottom:1px dashed #ccc;
	}
	#navi ul#index li a img{display:none;}
	#navi div.panel{float:none;}

	#slider{
		top: 56px;
	}
	.slick-box img{
		width: 320px;
	}
	#service-index ul li{
		width: 48%;
		margin-right: 4%;
	}
	#service-index ul li:nth-child(2n){
		margin-right: 0;
	}
	section#column p{
		text-align: center;
		margin-bottom: 3rem;
		font-size: 13px;
	}
	#service-index{
		padding: 5% 0;
	}

	/*フッターメニュー
	---------------------------------------------------------------------------*/
	#sp-fixed-menu{
		position: fixed;
		width: 100%;
		bottom: 0px;
		font-size: 0;
		opacity: 0.9;
		z-index: 99;
	}
	#sp-fixed-menu ul{
		display: flex;
		list-style: none;
		padding:0;
		margin:0;
		width:100%;
	}
	#sp-fixed-menu li{
		justify-content: center;
		align-items: center;
		width: 50%;
		padding:0;
		margin:0;
		font-size: 14px;
		border-right: 1px solid #fff;
	}
	#sp-fixed-menu li:first-child{
		background: #6EC0EE;
	}
	#sp-fixed-menu li:last-child{
		background: #F1B13D;
	}
	#sp-fixed-menu li a{
		color: #fff;
		text-align: center;
		display:block;
		width: 100%;
		padding:10px;
		box-sizing: border-box;
		text-decoration: none;
	}
	#sp-fixed-menu li a i{
		display: block;
	}
		
	/*icatch
	---------------------------------------------------------------------------*/
	#icatch{
		top: 80px;
		height: 300px;
	}
	#icatch p.main{
		font-size: 2em;
		top: 100px;
	}
	#icatch p.description{
		font-size: 1em;
		top: 120px;
		width: 100%;
	}
	#icatch p.main::after{
		margin-top: 2rem;
	}


	/*section
	---------------------------------------------------------------------------*/
	section{
		width: 100%;
		padding-top: 1rem;
		padding-bottom: 1rem;
		margin: 0;
	}
	section .section-inner{
		width: 93%;
		padding: 0 10px;
	}

	#sub-main{
		top: 80px;
	}

	.subpage .pagename h2 {
		padding: 1.5rem 0;
	}

	.subpage .pagename .pageheading {
		padding: 1.5rem 0;
	}

	.breadcrumb {
		display: none;
	}

	#main div.pagename {
		margin-top: 0;
	}

	/*各ページ調整用
	---------------------------------------------------------------------------*/
	div.lineup div ul{
		min-height: unset;
	}
	#about p br{
		display: none;
	}
	#information{
		background-color: #fff;
	}
	#information #news{
		float: left;
		width: 100%;
	}
	#information #news .category{
		border: 1px solid #ccc;
		width: 100px;
		display:inline-block;
		text-align: center;
	}
	#information #news .date{
		display: inline;
	}
	#information #news li{
		margin: 1em 0;
	}
	#information #instagram{
		float: left;
		width: 100%;
		margin-top: 2rem;
	}
	#information #news .date:after {
			content: "\A";
			white-space: pre;
	}
	.listbox ul li{
		width: 100%;
		margin-bottom: 2rem;
	}
	.listbox ul li:nth-child(2n){
		margin-right: 0.5%;
	}
	.listbox .case ul{
		width: 100%;
		margin-left: 0;
	}
	.listbox .case ul li{
		width: 48%;
	}
	.listbox h3{
		font-size: 80%;
	}
	div.lineup div{
		width: 100%;
	}
	section#contact ul li{
		width: 100%;
	}


	.service-menu{
		display: none;
	}
	section.iten ul.iten-woman{
		background: none;
	}
	section.iten ul.iten-woman li{
		left: 0px;
	}
	section.iten ul.iten-menu li{
		margin-right: 4%;
		width: 48%;
	}
	section.iten ul.iten-menu li:nth-child(even){
		margin-right: 0%;
	}
	section.iten ul.iten-menu li img{
		width: 100%;
	}
	section.iten .iten-flow li{
		margin: 0 4% 4% 0;
		width: 48%;
	}
	section.iten .iten-flow li:nth-child(even){
		margin-right: 0%;
	}
	.ribbon{
		top: 440px;
		left: 0px;
		width: 100%;
	}
	.ribbon:after{
		border-width: 0;
	}
	section.iten .iten-flow2{
		margin-top: 4rem;
	}
	section.iten .iten-flow2{
		right: 0;
	}
	section.iten .iten-flow2 li{
		float: left;
	}
	section.iten .iten-flow1 li+li:before {
		background: unset;
	}
	section.iten .iten-flow2 li:nth-child(1):before, section.iten .iten-flow2 li:nth-child(2):before {
		background: unset;
	}
	section.iten .iten-flow .next{
		display: none;
	}
	section.iten .iten-flow .finish{
		left: unset;
		top: unset;
		bottom: 70px;
		right: 30px;
	}
	section.iten .iten-flow li{
		min-height: 200px;
	}

	section.naiso2 .list dd img{
		float: none;
		margin-bottom: 1rem;
		margin-right: 0;
		width: 100%;
	}
	section.naiso2 .list dd div li{
		float: none;
		width: 100%;
	}
	section.iten .message, section.naiso2 .message{
		margin-top: 0;
		margin-bottom: 4rem;
	}
	section.oa2 .list dd img{
		float: none;
		margin-bottom: 1rem;
		margin-right: 0;
		width: 100%;
	}
	section.oa2 .list dd div li{
		float: none;
		width: 100%;
	}
	section.oa2 div.trouble div{
		float: none;
		width: 100%;
		margin-bottom: 1rem;
	}
	section.oa2 div.maintenance{
		padding: 1rem 0;
		margin-left: 0;
		width: 100%;
		background: #eee;
	}
	section.oa2 div.maintenance p{
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
	section.oa2 .list dd div.award li{
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	section.oa2 .list dd div.award li:nth-child(even){
		margin-right: 0;
	}
	
	.voice-menu {
		float:none;
		width:100%;
		margin-top:74px;
	}
	.voice-detail{
		float:none;
		width:100%;
	}
	.voice-detail img.wide{
		width: 100%;
	}
	.voice .service-list li{
		width: 100%;
	}
	.form input[type="text"], .form input[type="email"], .form textarea {
		width: 90%;
	}
	section.askul img{
		width: 100%;
	}
	section.askul .message, section.askul .notice{
		width: 100%;
	}

	/* 選ばれる理由 */
	section.reason .icatch{
		width: 100%;
	}
	section.reason .list dd img{
		width: 100%;
		margin-bottom: 1rem;
	}
	section.reason ul.maker{
		padding: 0;
	}
	section.reason ul.maker li{
		width: 30%;
	}

	/* オフィスづくりサービス */
	section.service .ribbon{
		top: 635px;
		left: 0px;
		width: 100%;
	}
	section.service .ribbon:after{
		border-width: 0;
	}
	section.service .list dd div.service-list img{
		width: 100%;
		margin-bottom: 1rem;
	}
	section.service ul.service-menu li{
		margin-right: 4%;
		width: 48%;
	}
	section.service ul.service-menu li:nth-child(even){
		margin-right: 0%;
	}
	section.service ul.service-menu li img{
		width: 100%;
	}
	section.service .service-flow li{
		margin: 0 4% 4% 0;
		width: 48%;
	}
	section.service .service-flow li:nth-child(even){
		margin-right: 0%;
	}
	section.service .service-flow2{
		margin-top: 4rem;
	}
	section.service .service-flow2{
		right: 0;
	}
	section.service .service-flow2 li{
		float: left;
	}
	section.service .service-flow1 li+li:before {
		background: unset;
	}
	section.service .service-flow2 li:nth-child(1):before, section.service .service-flow2 li:nth-child(2):before {
		background: unset;
	}
	section.service .service-flow .next{
		display: none;
	}
	section.service .service-flow .finish{
		left: unset;
		top: unset;
		bottom: 70px;
		right: 30px;
	}
	section.service .service-flow li{
		min-height: 300px;
	}

	/* レイアウト */
	section.layout .list dd img{
		width: 100%;
		margin-bottom: 1rem;
	}
	section.layout .maker-list{
		padding: 1rem;
	}
	section.layout ul.maker{
		padding: 0.5rem;
	}
	section.layout ul.maker li{
		width: 30%;
	}
	section.layout ul.maker li img{
		width: 100%;
	}


	/* OA */
	section.oa .maintenance{
		padding: 1rem 2rem;
	}
	section.oa .maintenance .rank{
		text-align: center;
	}
	section.oa .list dd .maintenance img{
		width: 100%;
		float: none;
		margin: 0;
	}
	section.oa .maker-list{
		padding: 1rem;
	}
	section.oa ul.maker{
		padding: 0.5rem;
	}
	section.oa ul.maker li{
		width: 30%;
	}
	section.oa ul.maker li img{
		width: 100%;
	}
	section.oa .maker-list .cannon{
		padding: 1rem;
	}
	section.oa .maker-list .cannon .logo{
		text-align: center;
	}
	section.oa .maker-list .cannon .logo img{
		width: 180px;
		float: none;
		margin-right: 0;
	}
	section.oa .list dd div.maintenance{
		padding: 1rem;
	}

	ul.detail-link li{
		margin-left: 0;
	}


	/* 各種内装工事 */
	section.naiso .partition{
		padding: 1rem 2rem;
	}
	section.naiso .partition div.box{
		width: 100%;
		float: none;
		font-size: 90%;
	}
	section.naiso .list dd div.partition div img{
		width: 100%;
	}

	/* コラム */
	.column-menu {
		float:none;
		width:100%;
		margin-top:74px;
	}
	.column-detail{
		float:none;
		width:100%;
	}
	.column-index{
		width: 100%;
	}
	.column-index .summary{
		margin-left: 0;
		width: 100%;
		margin-top: 1rem;
	}
	.column-detail img{
		max-width: 100%;
		height: auto;
	}
	.column-detail .introduce .more p:first-child{
		width: 100%;
	}
	.column-detail .introduce .more p:last-child{
		width: unset;
	}
		
	section.service-detail .maker-list li{
		width: 30%;
	}


	/* ========スタイルページ======== */
	.style-main img{
		width: 100%;
	}
	.style-main .detail{
		width: 100%;
		float: none;
	}

	/* ========ページトップボタン======== */
	#page-top {
		position: fixed;
		bottom:0;
		right: 10px;
		margin:0;
		z-index:100;
	}
	#page-top a {
		text-decoration: none;
		text-align: center;
		display: block;
		margin:0;
	}
	#page-top img {
		width: 40px;
	}

	/* ========footer======== */
	#footer{
		width:100%; 
		font-size:80%;
		display:inline-block;
		clear:both;
		margin-top:140px;
	}
	#footer-inner{
		display: none;
	}
	.copy {
		display:none;
	}
	#footer-company{
		margin-left: 0;
	}
	#footer .copy{
		padding-top: 0;
	}

	table.sendform{
		width: 100%;
	}
	table.sendform th, table.sendform td{
		display: block;
		text-align: left;
		width: 100%;
	}
	table.sendform input[type="text"]{
		width: 40%;
	}
	table.sendform input.zip, table.sendform input.size, table.sendform input.area{
		width: 20%
	}
	table.sendform input.address, table.sendform input.email{
		width: 90%;
	}
	table.sendform textarea{
		width: 90%;
	}
	table.gallery img{
		width: 100px;
		padding: 0.1rem;
	}


	section.company table{
	}
	section.company table th, section.company table td{
		padding: 0.5rem 5%;
		display: block;
		border-bottom: 0;
		width: 90%;
	}
	section.company table th{
		background-color: #eee;
	}
	section.company table.business ul{
		margin-bottom: 2rem;
	}
	section.company table.business ul li{
		width: 100%;
	}
	section.company ul.maker li{
		width: 30%;
		float: left;
	}


	.voice-detail .staff img{
		width: 100px;
	}

	li.slick-slide{
		width: unset;
	}

	ul.anchor{
	}

	ul.service-menu-index li{
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		font-size:90%;
	}
	ul.service-menu-index li:nth-child(3n){
		margin-right: 2%;
	}
	ul.service-menu-index li:nth-child(even){
		margin-right: 0;
	}

	ul.service-menu-image li{
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	ul.service-menu-image li:nth-child(even){
		margin-right: 0;
	}

}


.tagcloud a {
 font-size: 14px !important; /* 文字のサイズ */
 line-height: 1em;
 background: #2098a8; /* 背景色 */
 color: #fff; /* 文字色 */
 display: inline-block;
 white-space: nowrap;
 padding: 8px 8px; /* 文字周りの余白 */
 border-radius: 4px; /* 角を少し丸く */
 text-decoration: none;
 margin: 5px; /* タグ同士の余白 */
}
.tagcloud a:hover {
 background: #f9d635; /* マウスホバー時の背景色 */
 color: #2098a8; /* マウスホバー時の文字色*/
}

.tagcloud a:before {
 font-family: "FontAwesome";
 content: "\f02b"; /* 絵文字のコード */
 padding-right: 4px;
}

.wp-pagenavi {
	clear: both;
	margin-bottom: 5rem;
	text-align: center;
}

.svgSample1{
	position: absolute;
}
.svgSample1 text {
  font-weight       : bold;
  font-size         : 14px;
  stroke            : #ffffff;
  fill              : #000000;
  letter-spacing    : 3px;
  text-anchor       : middle;
  dominant-baseline : alphabetic;
}
.svgSample1 > svg > use:nth-of-type(1) {
  stroke-width      : 6px;
  paint-order       : stroke;
  stroke-linejoin   : round ;
}
.svgSample1 > svg > use:nth-of-type(2) {
  stroke-width      : 0;
}

@media screen and (max-width:767px){
	.svgSample1 text {
		font-size         : 10px;
	}
	svg{
		height: 112px;
	}
	.svgSample1 > svg > use:nth-of-type(1) {
		stroke-width      : 3px;
	}
}

#service-index ul li{
	overflow: hidden;
}
#service-index ul li a{
	display: block;
	transition-duration: 0.3s;
}
#service-index ul li a:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}


/*20230802追加*/
#header #navi ul#index.pc-index-nav li ul li {
	width: 100%;
}

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

	#header #navi ul#index.pc-index-nav li {
		font-size: 0.85em;
		width: 100%;
	}

	#header #navi ul#index.pc-index-nav li ul li {
		font-size: 100%;
		width: 100%;
	}
}

/* 20230921追加 */
.voice-pickup_link_box{		
	text-align: center;
}
/* sevice_flow */
.box5_service_flow{
	width: 80%;
	margin: 0 auto;
}
.box5_service_flow section.service .service-flow1 li:nth-child(3) p:first-child {
	background-color: #4BACC6;
}	
.box5_service_flow section.service .section-inner .ribbon {
	width: 70%;
}
.box5_service_flow section.service .service-flow .next{
	right: 315px;
}
.box5_service_flow section.service .service-flow2{
	right: 400px;
}
.box5_service_flow section.service .service-flow2 li:nth-child(2):before{
	content: none;	
}
.box5_service_flow section.service .service-flow .finish{
	width: 120px;
	height: 120px;
	left: 45px;
	top: 390px;
}
.box5_service_flow section.service .service-flow .finish.service_furniture_finish {
	top: 380px;
}
.box5_service_flow section.service .service-flow .finish img{
	width: 100%;
	height: 100%;
}	
@media screen and (max-width: 767px){    
	.box5_service_flow{
		width: auto;
	}
	.box5_service_flow section.service .section-inner .ribbon {
		width: 100%;
	}
	.box5_service_flow section.service .service-flow2{
		right: 0;
	}
	.box5_service_flow section.service .service-flow .finish {
		display: none;
	}
}

/* naiso_flow_wrap */
section.naiso .list .box5_service_flow.naiso_flow_wrap section.service .service-flow li p img{
	width: 30%;
}			
section.naiso .list dd .box5_service_flow.naiso_flow_wrap section.service .service-flow img{
	width: auto;
}
.box5_service_flow.naiso_flow_wrap section.service .service-flow .next{
	right: 315px;
	top: 321px;
}
section.naiso .list dd .box5_service_flow.naiso_flow_wrap .service-flow1 img,
section.naiso .list dd .box5_service_flow.naiso_flow_wrap .service-flow2 img{
	float: none;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* copy_machine_establishment_flow */
.copy_machine_establishment_flow {
	width: 96%;
	margin: 0 auto;
}
.copy_machine_establishment_flow section.service .service-flow1 li:nth-child(3) p:first-child {
	background-color: #4BACC6;
}
.copy_machine_establishment_flow section.service .service-flow1 li:nth-child(4) p:first-child {
	background-color: #F79646;
}
.copy_machine_establishment_flow li.service-flow1_li_sp {
	display: none;
}
.copy_machine_establishment_flow section.service .section-inner .ribbon {
	width: 70%;
}
.copy_machine_establishment_flow section.service .service-flow .next {
	right: 230px;
}
.copy_machine_establishment_flow section.service .service-flow2 {
	right: 287px;
}
.copy_machine_establishment_flow section.service .service-flow2 li:nth-child(2):before {
	content: none;
}
.copy_machine_establishment_flow section.service .service-flow .finish {
	width: 120px;
	height: 120px;
	left: 160px;
	top: 380px;
}
.copy_machine_establishment_flow section.service .service-flow .finish img {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.copy_machine_establishment_flow {
		width: auto;
	}
	.copy_machine_establishment_flow li.service-flow1_li_pc {
		display: none;
	}
	.copy_machine_establishment_flow li.service-flow1_li_sp {
		display: block;
	}
	.copy_machine_establishment_flow section.service .section-inner .ribbon {
		width: 100%;
	}
	.copy_machine_establishment_flow section.service .service-flow2 {
		right: 0px;
	}
	.copy_machine_establishment_flow section.service .service-flow2 li:nth-child(2) p:first-child {
		background-color: #9A8732;
	}
	.copy_machine_establishment_flow section.service .service-flow .finish {
		left: unset;
		top: unset;
		bottom: 70px;
		right: 30px;
	}
}

/* 20231101 並び替え&アコーディオン */
#header #navi ul#index li ul:nth-child(3) {
	left:auto;
}

#header #navi ul#index li .spnav_service_top{
	display: none;
}
.spnav-toggle {
	display: none;
}

@media screen and (max-width: 767px){
	#header #navi ul#index li .spnav_service_top{
		display: block;
	}

	#header #navi ul#index li ul {
		display: none !important;
		width: 100%;
	}
	#header #navi ul#index .spnav-toggle:checked + li ul{
		display: block !important;
	}
	#header #navi ul#index li ul li {
		font-weight: normal;
		font-size: 0.7rem;
		padding-left: 1em;
	}
	.nav_service .spnav-question a{
		pointer-events: none;
	}

	.nav_service{
		position: relative;
	}
	.nav_service::after,
	.nav_service::before {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 0.75em;
		background-color: #000;
		transition: all 0.3s;
	}
	.nav_service::after {
		transform: translateY(-50%) rotate(90deg);
	}
	#header #navi ul#index .spnav-toggle:checked + .nav_service::before {
		transform: translateY(-50%) rotate(90deg);
	}
}

/* 20231109 TOP-選ばれる理由 */
#top_reason .reason_bg {
    background-color: #F1F1F1;
    text-align: center;
	padding: 1.5rem 0 0;
}
#top_reason .reason_box{
	display: flex;
	justify-content: space-between;
}
#top_reason .reason_box li{
	text-align: center;
}
#top_reason .reason_box li .num{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2rem;
}
#top_reason .reason_box li img{
	width: 90%;
	margin: 2rem auto 0;
}
#top_reason .reason_box li:first-child img{
	margin: 1rem auto 0;
}
#top_reason .linktxt{
	text-align: center;
	font-size: 1.2em;
	padding: 2rem 0 0;
}
#top_reason .reason_contents{
	padding:50px 0 ;
}
@media screen and (max-width: 767px){
#top_reason .reason_bg h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#top_reason .reason_box{
	flex-wrap: wrap;
}
#top_reason .reason_box li{
	margin-bottom:  2.5rem;
	width: 48%;
}
}

/* 20231109 各種内装工事-内装工事の詳細 */
.partitionlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.partitionlist li{
	width: 28%;
	text-align: center;
	margin-bottom: 3rem;
}
.partitionlist li p{
	margin-bottom: 5px;
}
.partitionlist li img{
	width: 90%;
	margin: 0 auto;
}
.partitionlist li .partitionlist_txt{
	padding: 5px 8% 0; 
text-align: left;
}
@media screen and (max-width: 767px){
	.partitionlist{
	margin-bottom: 2rem;
}
.partitionlist li{
	width: 100%;
	text-align: left;
	margin-bottom: 1rem;
}
.partitionlist li img{
	width: 100%;
}
.partitionlist li .partitionlist_txt{
	padding: 5px 0 0; 
}
}

/*20231225追加トップ-強み*/
.n-tsuyomi{
	width:80%;
	margin:0 auto;
}
.n-tsuyomi .tsuyomi-bg{
	background-image: url(https://miyagisendai-office.com/wp-content/uploads/2023/12/tsuyomi.jpg);
	background-size: cover;
	aspect-ratio: 1024 / 323;
	width:1024px;
	max-width:100%;
	margin:0 auto 50px;
	position:relative;
}
	.n-tsuyomi .tsuyomi-bg p{
		font-size:1.7rem;
		line-height:1.5;
		text-align:right;
		position:absolute;
		bottom:20px;
		right:40px;
		text-shadow: 0px 0px 10px #fff, 2px 2px 10px #fff, -2px -2px 10px #fff;
	}
.n-tsuyomi p{
	margin-bottom:20px;
	text-align:center;
}
.n-tsuyomi .tsuyomi-bg p {
	margin:0;
	  font-weight: bold;
}

@media screen and (max-width:767px){
	.n-tsuyomi{
		width:95%;
		margin-bottom:50px;
	}
	.n-tsuyomi .tsuyomi-bg{
		width:100%;
		height:auto;
		aspect-ratio: 1024 / 323;
		background-size:contain;
		background-repeat:no-repeat;
	}
	.n-tsuyomi .tsuyomi-bg p{
		position: static;
		padding-top:10%;
		font-size:14px;
		text-align:center;
		font-weight:bold;
	}
}

/*20231225追加トップ-事業概要*/
.n-jigyo{
	width:1024px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.n-jigyo-box{
	width:23%;
	position:relative;
}
.n-jigyo-box a{
	display:block;
	width:100%;
	height:155px;
	overflow:hidden;
	color:#000;
}
.n-jigyo-box img{
	width:100%;
	transition:0.3s all ease;
}
.n-jigyo-box img:hover{
	transform:scale(1.1,1.1);
  transition:0.3s all;
}
.n-jigyo-tit{
	width: 100%;
	text-align:center;
	position: absolute;
	top:25%;
	font-weight: bold;
	font-size: 1.1rem;
	text-shadow:
  3px 3px 3px #fff, -3px -3px 3px #fff,
  -3px 3px 3px #fff,  3px -3px 3px #fff,
  3px 0px 3px #fff, -3px -0px 3px #fff,
  0px 3px 3px #fff,  0px -3px 3px #fff;
}
.n-jigyo-txt{
	margin-top:10px;
}

@media screen and (max-width:767px){
	.n-jigyo{
		width:95%;
		flex-wrap: wrap;
	}
	.n-jigyo-box{
		width:48%;
		margin-bottom:20px;
	}
	.n-jigyo-box a{
		height:auto;
	}
	.n-jigyo-tit{
		font-size:0.9rem;
		top:18%;
	}
}

/*20240125オフィス家具・レイアウトページ-取扱商品*/
.merchandise_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.merchandise_list li{
	width: 48%;
}
.merchandise_list .merchandiselist_ttl{
	text-align: center;
	color: #FFF;
	font-style: bold;
	border-radius: 5px;
}
.merchandise_list .merchandiselist_box{
	display: flex;
	align-items:flex-start;
	margin-top: 1.5rem;
}
.merchandise_list .merchandiselist_box img{
	width: 20%;
	margin-right: 2%;
	margin-top: 10px;
}
.merchandise_list .merchandiselist_box p{
	width: 77%;
}
.merchandise_list .merchandiselist_ttl.blue{
	background-color: #001967;
}
.merchandise_list .merchandiselist_ttl.orange{
	background-color:#d8443c;
}
@media screen and (max-width: 767px){
	.merchandise_list li{
	width: 100%;
}
}

/*20240125内装工事-サービス紹介*/
.service-detail.sec_naiso{
	padding: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
	ul.service-menu-image.naiso_servise li:last-child {
		margin-right: 2%;
	}
}

/* 20240704 header 共通ヘッダーのフォントサイズ調整 */
#header #navi ul#index li.nav-item {
 font-size: 0.75em;
}
/* 20240704 TOP よくある質問 アコーディオンマーク */
section.faq dl.list dd dl dt {
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.faq-question-cotnents {
 width: 95%;
}
section.faq dl.list dd dl dt .arrow {
 position: absolute;
 left: 95%;
}
section.faq dl.list dd dl dt .arrow::after {
 top: 35px;
 right: 35px;
 display: block;
 width: 7px;
 height: 7px;
 margin: auto;
 content: '';
 transform: rotate(135deg);
 border-top: 2px solid #000;
 border-right: 2px solid #000;
}
section.faq dl.list dd dl dt.open .arrow {
 transform: rotate(180deg);
}

/* 20241203 /naiso/ イメージ画像テキスト追加 */
.naiso-list-outer {
 margin-bottom: 40px;
 padding: 40px 40px 0;
 background-color: #eee;
}
.naiso-list-wrap {
 gap: 10px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.naiso-list-wrap.start {
 justify-content: flex-start;
}
.naiso-list-wrap.even {
 justify-content: space-evenly;
}
.naiso-list-wrap .item {
 margin-bottom: 40px;
 width: 21em;
}
.naiso-list-wrap .item .sp {
 display: none;
}
.naiso-list-wrap .item h5.ttl {
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 5px;
 text-align: center;
}
.naiso-list-wrap.doubles .item h5.ttl {
 height: 4em;
 display: flex;
 margin-bottom: 0;
 align-items: center;
 justify-content: center;
}
.naiso-list-wrap .item h5.ttl.double {
 align-items: baseline;
}
.naiso-list-wrap .item img {
 max-width: 100%;
 object-fit: cover;
 aspect-ratio: 3/2;
}
.naiso-list-wrap .item .txt {
 margin-top: 5px;
 font-size: 14px;
}
@media screen and (max-width: 767px) {
 .naiso-list-outer {
  padding: 25px 25px 0;
 }
 .naiso-list-wrap .item {
  width: 100%;
  margin-bottom: 25px;
 }
 .naiso-list-wrap .item .sp {
  display: block;
 }
 .naiso-list-wrap.doubles .item h5.ttl {
  height: auto;
  margin-bottom: 5px;
 }
}

/* 20241225 トップ-こんなお悩みの方へ 追加 start */
.worries h2 span{
	color: #57B5EB;
}
.worries .consultation-btn{
	width: 300px;
	margin: 30px auto 0;
	background-color: #E0471B;
	border-radius: 40px;
}
.worries .consultation-btn a{
	display: block;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	
}
.worries .worries-txt-block {
	position: relative;
	background: #E5E5E5;;
	position: relative;
	margin-bottom: calc(10vw + 10px); 
	padding: 60px 20px 20px; 
}
.worries .worries-txt-block::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 512px solid transparent;
	border-left: 512px solid transparent;
	border-top: 60px solid #E5E5E5;
	border-bottom: 0;
	left: 0;
	right: 0;
	bottom: -60px;
}
.worries-txt-block p{
	line-height: 1.8;
	text-align: center;
	margin-bottom: 17px;
}
.worries-txt-block p span{
	color: #57B5EB;
}
.br-sp {
		display: none;
}

@media screen and (max-width: 767px){
	.worries .worries-txt-block::before{
		border-right: 46vw solid transparent;
		border-left: 46vw solid transparent;
		height: 1px;
	}
	
	.br-sp {
		display: block;
	}
}
/* 20241225 トップ-こんなお悩みの方へ 追加 end */