@charset "utf-8";
@import url("//fonts.googleapis.com/css2?amily=Montserrat:wgt@100&family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
/*--------------------------------------------------------------
レスポンシブ02 ブラック 1カラム
---------------------------------------------------------------*/
:root {
--serif: "Noto Serif Japanese", 游明朝, YuMincho, serif;
--first-color: #181818;
--second-color: #eeeeee;
--third-color:#4c4c4c;
--point-color:#0099bb;
--light-color: #5dbfd4;
--green: #29a085;
--font-S: clamp(0.875rem, 0.835rem + 0.183vw, 1rem);
--font-M: clamp(1rem, 0.960rem + 0.183vw, 1.125rem);
--font-ML: clamp(1.25rem, 1.210rem + 0.183vw, 1.375rem);
--font-L: clamp(1.375rem, 1.335rem + 0.183vw, 1.5rem);
--font-LL: clamp(1.5rem, 1.460rem + 0.183vw, 1.625rem);
}

body {
  font-size: var(--font-M);
  font-family: var(--serif);
}
.mb0 {
  margin-bottom: 0!important;
  padding-bottom:0;
}
.article.bg, .gallery.bg {
    background: var(--second-color);
}
/*-------------------------------------------
Wrap
-------------------------------------------*/
#wrap {
    width: 100%;
    overflow: hidden;
}
#wrap_body {
    margin-top: 128px;
}
/*-------------------------------------------
Link
-------------------------------------------*/
a {
	color: var(--point-color);
	text-decoration: none;
	font-weight: normal;
	transition: 0.3s all!important;
}
a:hover {
	color: var(--green);
	text-decoration: none;
}
a img {
	text-decoration:none;
	border:none;
}
#title h1:hover,
#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
/*-------------------------------------------
Title
-------------------------------------------*/
#title{
    padding: 0;
    width: 100%;
    background: #FFF;
    height: 180px;
    position: absolute;
    top: 0;
}
#title #title_outer{
	max-width: 1024px;
	background: url(/materials/155200960389701.png) no-repeat bottom right;
}
/*タイトルバナー*/
#title h1 {
	margin: 20px 0 0;
	padding: 0;
	text-align: left;
	height: 85px;
	width: 322px;
}
#title h1 a {
	background: url(/materials/155201445219201.png) no-repeat scroll 0 0 / contain;
	display: inline-block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
	height: 100%;
	width: 100%;
}
#title .description {
    color: #787878;
    font-size: 90%;
    margin: 0;
    padding: 20px 0 0 4px;
    text-align: left;
    letter-spacing: 0.5px;
}

/*-------------------------------------------
Mainimage
-------------------------------------------*/
#mainImage {
    margin-bottom: 0;
    width: 100%;
}
.mainImage img {
    width: 100%;
}
/*スライダー*/
#slider .slick-slide {
	display: flex;
	justify-content: center;
}
.mainImage #slider li {
	height: auto !important;
}
.mainImage #slider li img {
	max-width: 100%;
	min-width: 1024px;
}
/*-------------------------------------------
contents
-------------------------------------------*/
#contents {
    background: #fff;
    margin: auto;
    padding: 0;
	box-sizing:border-box;
}
.article p {
    margin-bottom: 0.8em;
}
.article p.ib {
    display: inline-block;
}
.article strong {
    font-size: var(--font-L);
    font-weight: 500;
	padding: 0 0.2em;
}
/*-------------------------------------------
Topmenu
-------------------------------------------*/
#topMenu_outer .topMenu li a {
	font-family: var(--serif);
  	font-size: 16px;
}
#topMenu_outer .topMenu li a:hover {
  	background: var(--first-color);
}
/*-------------------------------------------
Heading
-------------------------------------------*/
/*font*/
#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
    /* transform: rotate(.03deg); */
    letter-spacing: 0.1em;
    font-weight: normal;
}
/*記事一覧タイトル*/
#mainArticles h2, #listTopics h2 {
    color: var(--second-color);
    background: var(--first-color);
}
/*h2*/
#mainTopics h2::after, #mainArticles .article h2::after, .article h3::after, .gallery h3::after, .freeHtml h3::after {
    position: absolute;
    bottom: -25px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: 2;
    content: '';
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, var(--point-color) 50%, var(--green) 50%);
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
    position: relative;
    padding: 10px 0 30px;
    font-size: var(--font-LL);
    text-align: center;
    color: #333;
    margin: 40px 0 60px;
    background: none;
    line-height: 1.5;
}
/*h3ver2*/
.article.h3ver2 h3 {
  	font-weight: bold;
  	font-size: var(--font-L);
  	position: relative;
	display: inline-block;
	padding: 20px;
	letter-spacing: 6px;
}
.article.h3ver2 h3::after {
    content: "";
    width: 1px;
    height: calc(100% + 3px);
    transform: rotate(0deg);
    display: block;
    position: absolute;
    background: var(--third-color);
    left: 0;
    right: 0;
    top: 122px;
    margin: auto;
    z-index: 1;
}
/*h4*/
.mainContents .article h4 {
    position: relative;
    padding: 0 0 8px 0;
    font-size: var(--font-ML);
    text-align: left;
    margin: 20px 0 40px;
    background: none;
    line-height: 1.5;
    color: var(--first-color);
  	border: none;
    border-bottom: 4px double var(--first-color);
    overflow: hidden;
    border-radius: 0;
}
.article h4:before {
    content:none;
}
/*h5*/
.mainContents .article h5 {
    border-left: 12px solid var(--third-color);
    font-size: var(--font-ML);
    margin: 8px 0;
    padding-left: 8px;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.15em;
}
/*h6*/
.article h6:before {
    color: var(--first-color);
}

/*-------------------------------------------
Side
-------------------------------------------*/
#sideContents {
    width: 100%;
    position: relative;
    background: #222222;
    color: white;
}
.sideContents ul li a, .sideContents dt a {
    color: white;
}
.sideContents #sideServices h2:before,
.sideContents #sideBlogCategories h2:before,
.sideContents #sideBlogDates h2:before, 
.sideContents #sideMobile h2:before {
    background: var(--point-color);
}
.sideContents .sideMobile p {
    color: white;
}
.sideContents ul li, .sideContents dl dt {
    border-top: none;
}
/*-------------------------------------------
Topics
-------------------------------------------*/
mainTopics {
 	position: relative; 
}
/*#mainTopics ,.mainTopics .topics {
    border: none;
}
*/
#mainTopics .topics li p.date,
#listTopics .topics li p.date {
    font-size: 11px;
    color: var(--second-color);
}
/* mainTopics .topics {
  	padding: 0;
} */
#mainTopics .topics li h3 ,
#listTopics .topics li h3 {
    font-size: var(--font-ML);
    font-weight: normal;
}
#mainTopics .topics li p.description,
#listTopics .topics li p.description {
    color: #999;
    font-size: var(--font-S);
    font-family: var(--serif);
}
#mainTopics .listview {
     font-size: 14px;
}
/*moreBtn*/
.mainTopics .topics li .more a {
    font-size: var(--font-S);
    color: var(--first-color);
    border: var(--first-color) 1px solid;
    background: #FFF;
    font-family: var(--serif);
}
.mainTopics .topics li .more a:hover {
	color: #FFF;
	background: var(--first-color);
	border: solid 1px var(--first-color);
}
ul.topics li h3 a {
    color: var(--point-color);
}
ul.topics li h3 a:hover {
    color: var(--green);
}
#mainTopics .listview a {
    background: white;
    color: var(--first-color);
    border: 1px solid var(--first-color);
    padding: 8px 24px;
}
#mainTopics .listview a:hover {
    background: var(--light-color);
    color: white;
    border-color: var(--light-color);
}

/*-------------------------------------------
Table
-------------------------------------------*/
.article.bg.full_head {
	margin-bottom:0;
  	padding-bottom:0;
}
.article table:not(.contactTable) {
	border: none;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
  	border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	background-color: #FFF;
    width: 100%;
}
table th ,
table td {
	line-height: 1.5;
}
.article table p ,
.article table img {
	margin: 0;
}

.stripe table tr:nth-child(even) {
	background: #F7F7F7;
}

/*ノーマル*/
.article table.normalTbl {
    filter: drop-shadow(0px 0px 8px #ddd);
}
.article table.normalTbl tr:last-child td,
.article table.normalTbl tr:last-child th {
    border: none;
}
.article table.normalTbl tr:nth-child(odd) td,
.article table.normalTbl tr:nth-child(odd) th {
  	background: white;
}
.article table.normalTbl tr:nth-child(even) td,
.article table.normalTbl tr:nth-child(even) th {
  	background: var(--second-color);
}
/*ノーマル2*/
.article table.normalTbl2 {
    width: auto;
    border-collapse: collapse;
    background: none;
}
.article table.normalTbl2 tr td {
    border-bottom:  1px dotted var(--third-color);
    background: none;
}
 .article table.normalTbl2 tr th {
     border-bottom:  1px solid var(--third-color);
     background: none;
     font-weight: bold;
 }

.article table.normalTbl2 tr:first-child th, .article table.normalTbl2 tr:first-child td {
    padding-top:0;
}

/* フロー */
.article table.flow {
    border: none;
    margin: 10px auto;
    width: 100%;
}
.article table.flow td {
    background: #FFF;
    border: 2px solid var(--third-color);
    display: block;
    padding: 4%;
    position: relative;
    margin-bottom: 35px;
    background: #FFF;
  border-radius: 4px;
}
.article table.flow td::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 18px solid var(--first-color);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}
.article table.flow tr:last-child td::after {
    display:none;
}
.article table.flow td p {
    margin-bottom: 0.8em;
}
.article table.flow h6 {
    margin: 0px 0 10px;
    padding: 10px 0;
    color: #333;
    font-size: var(--font-ML);
    letter-spacing: 0.1em;
}
.article table.flow h6::first-letter{
    letter-spacing: 0.2em;
//    color: #ce2619;
	font-size: 125%;
}
.article table.flow td p.flowimg {
    float: left;
  	margin-right: 30px;
}

/*-------------------------------------------
form
-------------------------------------------*/
#mainArticles table.contactTable input.button,
#mainArticles table.contactTable input[type=button],
#mainBlogCommentForm table.contactTable input.button,
#mainBlogCommentForm table.contactTable input[type=button] {
	width:50%;
	background: var(--first-color);
  	transition: 0.3s all;
}
#mainArticles table.contactTable input.button:hover,
#mainArticles table.contactTable input[type=button]:hover,
#mainBlogCommentForm table.contactTable input.button:hover,
#mainBlogCommentForm table.contactTable input[type=button]:hover {
    background: var(--point-color);
}
/*-------------------------------------------
List
-------------------------------------------*/
/* リスト */
ol.orderList {
    padding-left: 2em;
}
ol.orderList li {
    list-style-type: decimal;
    padding: 5px;
}

/*リスト*/
ol.StyleOrderList {
    counter-reset: number 0;
    list-style: outside none none;
    padding-left: 0;
  	margin: 15px 0;
}
ol.StyleOrderList li::before {
//    background: #181818 none repeat scroll 0 0;
//    border-radius: 50%;
    color: var(--light-color);
    content: counter(number, decimal);
    counter-increment: number 1;
    display: inline-block;
    height: 1.8em;
    margin-right: 13px;
    text-align: center;
    width: 1.8em;
    line-height: 1.8;
	margin-left: -50px;
	font-style: italic;
	font-size: 115%;
}
ol.StyleOrderList li {
    line-height: 1.5;
    margin-bottom: 0.7em;
  	padding-left: 50px;
  	font-size: 105%;
	border-bottom: 1px dashed var(--light-color);
	padding-bottom: 5px;
}
/*チェックリスト*/
ul.StyleCheckList {
    list-style: outside none;
    padding-left: 2.5em;
}
ul.StyleCheckList li {
    position: relative;
  	font-size: 105%;
  	margin-bottom: 0.5em;
}
ul.StyleCheckList li::before {
    display: block;
    content: '';
    position: absolute;
    top: 0.4em;
    left: -2em;
    width: 1em;
    height: 0.50em;
    border-left: 3px solid #E66;
    border-bottom: 4px solid #E66;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*ulリスト*/
ul.markList {
    padding-left: 3px;
}
ul.markList li {
    list-style-type: none;
  	padding: 10px 0 0 20px;
    font-size: 105%;
}
ul.markList li::before {
    color: #E44;
    content: "\025b6";
    display: inline-block;
    font-size: var(--font-S);
    margin-right: 10px;
    margin-left: -20px;
}
/*-------------------------------------------
FAQ
-------------------------------------------*/
ul.faq {
    padding: 10px 0 20px;
}
ul.faq li.qus ,
ul.faq li.ans {
    display: block;
    font-size: 100%;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 45px;
}
ul.faq li.qus::before ,
ul.faq li.ans::before {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    height: 32px;
    line-height: 32px;
    margin: 0 8px 0 -40px;
    text-align: center;
    width: 32px;
}
ul.faq li.qus::before {
    background-color: var(--point-color);
    content: "Q";
}
ul.faq li.ans::before {
    background-color: var(--first-color);
    content: "A";
}
/*-------------------------------------------
Button
-------------------------------------------*/
a.linkbtn {
    background-color: #009f87;
    border: 2px solid #009f87;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    margin: 20px auto;
    padding: 10px 5%;
    text-align: center;
    text-decoration: none;
  	font-weight: normal;
}
a.linkbtn:hover {
    background-color: #FFF;
    color: #009f87;
}
a.btn-menu {
    padding: 8px 24px;
    margin: 16px;
    background: var(--first-color);
    border: 1px solid var(--first-color);
    border-radius: 4px;
    display: inline-block;
    max-width: 400px;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    color: white;
}
a.btn-menu:hover {
    background: white;
    border: 1px solid var(--point-color);
    color: var(--point-color);
}
.btn-menu_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.btn_right {
  	font-size: var(--font-S);
}
.btn_right a {
	position: relative;
	border: none;
	border-bottom: 1px solid var(--first-color);
	width: 300px;
	max-width: 90%;
  	text-decoration: none;
  	color: var(--first-color);
  	padding-right: 32px;
}
.btn_right a::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: var(--first-color);
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}

/*サイト案内*/
#siteGuide li.galleryGrid .image {
    margin-bottom: 0;
}
#siteGuide .comment  {
    font-size: var(--font-M);
    padding: 5px 0;
    background: #EEE;
    color: var(--first-color);
    border-bottom: 2px solid #DDD;
}

/*-------------------------------------------
Blog
-------------------------------------------*/

/*-------------------------------------------
Others
-------------------------------------------*/
/*マーカー*/
span[style*="Lime"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 55%, #BED 55%) repeat scroll 0 0
}

/*パンくず*/
#pankuz {
    width: 100%;
    background: var(--first-color);
    padding: 10px 0;
}
#pankuz p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}
#pankuz a {
    color: #888;
}

/*背景色*/
.envelope {
    background-color: var(--second-color);
    border-radius: 2px;
    margin: 10px 0;
    padding: 15px;
}
/*下線*/
.article.underLine {
    border-bottom: 2px dashed #CCC;
    margin-bottom: 40px;
}

/*Topへ戻る¯*/
.toTop {
	position: absolute;
  	right:0;
  	top:-50px;
  	font-size: var(--font-S);
}
.toTop a {
	position: relative;
	border: none;
	border-bottom: 1px solid var(--first-color);
	width: 300px;
	max-width: 90%;
  	text-decoration: none;
  	color: var(--first-color);
  	padding-right: 32px;
    margin-right: 16px;
}
.toTop a::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: var(--first-color);
	rotate: 40deg;
	position: absolute;
	right: -3px;
	bottom: 9px;
}

/*背景文字*/
.visual_right, .visual_left, .features {
    position: relative;
    z-index:10;
}
.article.visual_right:before {
    bottom: -64px;
  	right:0;
    content: "About us";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 8em;
    z-index: 1;
    font-family: var(--serif);
    font-weight: 300;
}
.article.visual_left:before {
    bottom: -72px;
	left:0;
    content: "Concept";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 8em;
    z-index: 1;
    font-family: var(--serif);
    font-weight: 300;
}
.visual_right h3, .visual_left h3 {
    /* margin: 0; */
    /* padding: 0; */
    position: relative;
    font-weight: 900 !important;
}
.features {
  	background: url(/materials/175749256714201.png) no-repeat top;
  	background-size: cover;
    background-attachment: fixed;
	color: white;
}
.article.features h3 {
  	color:white;
}
.article.features h3::after {
	background: white;
}
.article.features ol.StyleOrderList {
	background: rgba(0,0,0,0.2);
  	border-radius: 4px;
  	padding:8px;
}
.article.features:before {
    bottom: -170px;
	right: 0;
    content: "Features";
    position: absolute;
    color: #ddd;
    font-size: 8em;
    z-index: 1;
    font-family: var(--serif);
    font-weight: 300;
}
#mainTopics::before {
    content: "Topics";
    position: absolute;
    top: -32px;
    right: 16px;
    color: rgba(0, 0, 0, 0.1);
    font-size: 8em;
    z-index: 1;
    font-family: var(--serif);
    font-weight: 300;
}
/*電話番号リンク*/
a.tel {
    text-decoration: none;
    color: var(--light-color);
    font-weight: bold;
  	font-size: var(--font-ML);
}
a.tel:hover {
    color: var(--green);
}
a.tel::before {
    content: "\f095";
    font-family: "Font Awesome 7 Free";
    margin: 0 0.3em 0 0.5em;
}
a.tel.envelope {
    display: inline-block;
    padding: 1em 1.3em !important;
    margin-top: 24px;
    border-radius: 2px;
    background: none!important;
    border: 1px solid var(--point-color);
}
/* ページネーション */
#Pagination #pageline a:hover {
    background: var(--second-color);
}
#Pagination #pageline span.pagination-current {
    color: #FFF;
    background: var(--first-color);
}
/*-------------------------------------------
Footer
-------------------------------------------*/
#footer {
    background: #222222;
}
#footer_body .copyright {
    background: var(--first-color);
  	padding: 32px 0 64px;
}
#footer_body .topMenu li a, #footer_body .services li a {
    color: #fff;
    background: transparent;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
    background-color: var(--third-color);
    color: #fff;
}
/**250930追記ギャラリーコメント幅調整*/
.case .gallery_grid li.galleryGrid .comment {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
	min-height: 8em;
}
/*-------------------------------------------
responsive
-------------------------------------------*/
@media screen and (max-width: 750px) {
   .gallery .gallery_grid4 li.galleryGrid {
     width: 50%;
  }
}
@media screen and (max-width:600px) {
  #title_body {
    width: calc(100% - 80px);
  }
  #title #title_outer {
    background:none;
  }
  #title, #title_outer, #title_body, h1 {
    height: auto;
  }
  #wrap_body {
    margin-top: 90px;
  }
  .article.visual_right:before,.article.visual_left:before,.article.features:before, #mainTopics::before {
    font-size: 4em;
  }
  .article.features:before {
      bottom: -80px;
  }
  #mainTopics::before {
  	  top: 0px;
  }
  .active #toggle, #toggle {
      background-color: var(--first-color);
  }
  #title h1 a {
      height: 80%;
  }
  .article table.normalTbl tr th {
      font-size: 110%;
  }
  #bottomLink {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background: var(--green);
    left: 0;
    text-align: center;
    line-height: 2.5;
    z-index:100;
  }
  #bottomLink a {
    color:white;
  }
  #bottomLink:hover {
    opacity: 0.7;
  }
  .article table:not(.contactTable) td,
  .article table:not(.contactTable) th {
   	display: inline-block;
    width: 100%;
  }
  .article table.matrix tr td,
  .article table.matrix tr th {
    display: table-cell;
    width: auto;
  }
  .article table.normalTbl2 tr td {
    border-bottom: 1px solid var(--third-color);
    background: none;
  }
  .article table.normalTbl2 tr th {
    border-bottom: 1px dotted var(--third-color);
  }
}