@charset "UTF-8";
/* Custom CSS */

body {
	font-size: 15px;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	line-height: 2;
}
p {
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
}
.en {
	font-family: "Cabin", sans-serif;
}
.en2 {
	font-family: "Lora", serif;
}
a {
	transition: .25s;
}
img {
	height: auto;
}
@keyframes link {
   0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
.primary-btn {
	overflow: hidden;
	padding-bottom: 8px;
}
.primary-btn:after {
	bottom: 0;
}
.primary-btn:hover:after {
	animation: link .6s cubic-bezier(.455,.03,.515,.955) infinite
}
/* =Misc
-----------------------------------------------------------------------------*/
.mb-20 {
	margin-bottom: 20px;
}
.mb-40,.mb20-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60,.mb30-60 {
	margin-bottom: 60px;
}
.mb30-80 {
	margin-bottom: 80px;
}
.ptb40,.ptb20-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb50,.ptb30-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb30-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.text-left-center {
	text-align: center;
}
.color {
	color: var(--green1);
}
/* =Header
-----------------------------------------------------------------------------*/
.top-nav {
	line-height: 1.5;
}
#gnav {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	background: #fff;
	z-index: 999;
	line-height: 1.5;
}
#gnav.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.top-nav .tn-right .bk-btn:hover {
	background: var(--green2);
}

/* =MainVisual
-----------------------------------------------------------------------------*/
.owl-stage::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	z-index: +1
}
.hero-text p {
	line-height: 2;
}
/* 下層ページ */
.page-hero {
    width: 94%;
    height: 240px;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--green1);
    color: #fff;
}
.page-hero h2 {
	font-family: "Lora", serif;
	color: #fff;
	font-size: 42px;
	text-align: center;
	text-transform: uppercase;
}
.page-hero h2 small {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	display: block;
	font-size: 20px;
	margin-top: 10px;
}
/* =tables
-----------------------------------------------------------------------------*/
table {
	width: 100%;
	margin-bottom: 1rem;
}
table.table-company {
	border-bottom: 1px solid #dee2e6;
}
table.table-company th {
	padding: 1.2em 3em 1.2em 1.2em;
    text-align: right;
    width: 200px;
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
     border-top: 1px solid #dee2e6;
}
table.table-company td {
    padding: 1.2em 1.2em 1.2em 3em;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}


/* =トップページ
-----------------------------------------------------------------------------*/
a.service-item {
	display: block;
	height: 100%;
}
a.service-item i {
	font-size: 4.6rem;
	margin-bottom: 2rem;
}
/* top01 */
.page-template-top .slide-img-content.fromRight, .page-template-top .slide-img-content.fromLeft {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 50px;
	position: relative;
}
#top01 .slide-img-content.fromRight {
	margin-bottom: 0;
}
#top01 .slide-img-content.fromRight::before {
	background: url(../images/top/top01.jpg) left center/cover no-repeat;
	height: 100%;
}
.page-template-top .fromRight .about-text {
	padding: 3rem 3rem 3rem 0;
	background: rgba(255,255,255,1);
}
.page-template-top .fromLeft .about-text {
	padding: 3rem 0rem 3rem 3rem;
	background: rgba(255,255,255,1);
}
#top01 .border_content {
	padding: 0 1em 1em;
	border: 2px solid var(--green1);
	border-radius: 12px;
	margin-top: 2em;
	margin-bottom: 1em;
}
#top01 .border_content h4 {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	font-size: 1.5em;
    font-weight: 500;
    margin-bottom: .5em; 
    margin-top: -.65em;
}
#top01 .border_content h4 span {
	display: inline-block;
	background: #fff;
	padding: 0 .5em;
}
/* top02 */
.hp-room-items .hp-room-item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: var(--green1);
	transition: .25s ease-in-out;
	opacity: 0;
	z-index: +1;
}
.hp-room-items .hp-room-item:hover::before {
	opacity: .8;
}
.hp-room-items .hp-room-item .hr-text {
	top: 77%;
}
.hp-room-items .hp-room-item:hover .hr-text {
    top: 30%;
}
.hp-room-items .hp-room-item .hr-text h3 {
	line-height: 1.5;
}
.hp-room-items .hp-room-item .hr-text h3 small {
	font-size: 17px;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	display: block;
	opacity: .75;
}
.hp-room-items .hp-room-item .hr-text p {
	color: #fff;
	transition: .25s ease-in-out;
	margin-bottom: 2em;
	opacity: 0;
}
.hp-room-items .hp-room-item:hover .hr-text p {
	opacity: 1;
}
.hp-room-items .hp-room-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.7) 100%);
    z-index: 0;
}
.hp-room-items .hp-room-item .hr-text {
	z-index: +2;
}
/*------------- #top-strengths -------------*/
.blog-section {
	padding-top: 0 !important;
}
.about-text {
	position: relative;
}
.about-text h3 {
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	font-size: 24px;
}
.about-text h3 .about-num {
	display: inline-block;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: var(--green1);
	margin-right: .5rem;
}
.about-text h3 .about-num + span {
	flex: 1;
}

#top-strengths01.slide-img-content.fromLeft::before {
	background: url(../images/top/top_strengths01.jpg) center center/cover no-repeat;
	height: 100%;
}
#top-strengths02.slide-img-content.fromRight::before {
	background: url(../images/top/top_strengths02.jpg) center bottom/cover no-repeat;
	height: 100%;
}
#top-strengths03.slide-img-content.fromLeft::before {
	background: url(../images/top/top_strengths03.jpg) center center/cover no-repeat;
	height: 100%;
}
#top-strengths03 {
	margin-bottom: 0 !important;
}
/*------------- #top-news -------------*/
#top-news.page-section h3.section-subheading {
	margin-bottom: 2rem;
}
.news-wrap article {
	border-bottom: 1px dotted #ccc;
	width: 100%;
}
.news-wrap article a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1.25rem 2rem 1.25rem 1rem;
	position: relative;
	color: #222;
	text-decoration: none;
}
.news-wrap article a > div {
	display: table-cell;
	
}
.news-wrap article a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.32s, -webkit-clip-path .35s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    z-index: -1;
}
.news-wrap article a:hover::after {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.news-wrap article .date {
	display: inline-block;
	padding-right: 1rem;
	opacity: .5; 
	line-height: 1.25;
	font-weight: bold;
	white-space: nowrap;
}
.news-wrap article a .news-txt {
	white-space: nowrap;
	overflow: hidden !important;
    text-overflow: ellipsis;
    padding-left: 1rem;
    position: relative;
}
.news-wrap article a .news-txt::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: var(--default);
	position: absolute;
	left: 0;
	top: 0;
	opacity: .5; 
}
.news-wrap article a:hover .news-txt {
	transition: .25s;
}
.news-wrap article a:hover .news-txt {
	color: var(--green2);
}
.news-wrap article .cat-name {
	display: inline-block;
	text-align: center;
	width: 120px;
	padding: 0 .5em;
	color: var(--green1);
	border: 1px solid var(--green1);
	line-height: 1.75;
	font-size: 90%;
	white-space: nowrap;
}
.insta-section {
	padding-top: 30px;
}
/*-----------------------------------------------------------------------------
	Info
-----------------------------------------------------------------------------*/
#info01 table ul li {
	display: inline-block;
	margin-right: 2em;
	white-space: nowrap;
	padding-left: 1em;
	position: relative;
}
#info01 table ul li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: var(--green1);
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
}
/*-----------------------------------------------------------------------------
	Contact
-----------------------------------------------------------------------------*/
.step-box {
	margin-bottom: 2rem;
}
.step-box h3 {
	display: flex;
	align-items: center;
	width: 100%;
	background: var(--gray);
	border-radius: 500px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.step-box span {
	display: inline-block;
	padding: 10px 0;
}
.step-box span.en {
	font-family: var(--en);
	width: 200px;
	text-align: center;
	background: #222;
	color: #fff;
	font-size: 24px;
}
.step-box span.ja {
	flex: 1;
	font-family: var(--ja);
	font-size: 18px;
	font-weight: 500;
	padding-left: 1.5rem;
}
.step-box p {
	padding: 0 3rem;
}

.contact__form {
	margin-top: 80px;
}

h3.line {
	border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 2rem;
}
a.button {
	display: inline-block;
    font-weight: 700;
    padding: 14px 28px 14px;
    background: var(--green1);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    min-width: 240px;
    transition: .25s;
}
a.button:hover {
	background: var(--green2);
}
#contact .tel__num {
	text-align: center;
	font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #888;
    padding-top: 3rem;
}
#contact .tel__num a {
	color: #888;
	text-decoration: none;
}
#contact .tel__num p {
	font-size: 1.1rem;
	font-weight: normal;
}
.table-contact p {
	margin: 0;
}
.shadow-wrap {
	padding: 6rem;
	background-color: rgba(255,255,255,.8);
    height: 100%;
    box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 6rem;
}
p.contact-tel-num {
	font-size: 4.2rem;
    letter-spacing: .1em;
    font-weight: bold;
    font-family: 'Oswald';
    line-height: 1.4;
    
}
table.table-contact {
	border-top: 1px solid rgba(0,0,0,.1);
	width: 100%;
	margin-top: 3rem;
}
table.table-contact th {
	white-space: nowrap;
	padding: 1.5rem 0;
	font-weight: normal;
	border-bottom: 1px solid rgba(0,0,0,.1);
	width: 240px
}
table.table-contact td {
	padding: 2rem 0 2rem 3rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
table.table-contact span.hissu {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 2px 12px;
    border-radius: 3px;
    background: #fb5357;
    float: right;
    font-weight: bold;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
span.wpcf7-list-item {
  position: relative;
  margin: 0 24px 0 0 !important;/*項目ごとの余白を調整*/
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;/*既存のチェックボックスを見えなくする*/
}
.wpcf7-list-item-label:before {/*チェックボックスの枠*/
  content: '';
  border: 1px solid #222;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
input[type="checkbox"] + .wpcf7-list-item-label:after {
  content: '';
  display: block;
  visibility: hidden;
  width: 20px;
  height: 20px;
  border: 2px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	visibility: visible;
    width: 10px;
  top: -3px;
  left: 7px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.table-contact {
	margin-bottom: 20px;
}
.table-contact input[type=text],
.table-contact input[type=email],
.table-contact input[type=tel] {
	width: 50%;
}
.table-contact textarea {
	width: 100%;
}
input[type=submit] {
	display: inline-block;
    font-weight: 700;
    padding: 14px 28px 14px;
    background: var(--green1);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    min-width: 240px;
    transition: .25s;
    border: none;
    font-size: 16px;
}
input[type=submit]:hover {
	background: var(--green2);
}
input[type="file"] {
	margin-bottom: 7px;
}
input[type="text"].long {
	width: 100%;
}
/*-----------------------------------------------------------------------------
	ブログ
-----------------------------------------------------------------------------*/
/* アーカイブ */
.archive-post-area {
	padding-bottom: 3em;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 3em;
	margin-right: 3rem;
}
.blog-wrapper .entry-title {
	margin-bottom: 2em;
}
.blog-wrapper .entry-title .date {
	line-height: 1.25;
	padding-right: 1.5em;
	width: 100px;
	border-right: 1px solid #222;
}
.blog-wrapper .entry-title .date span {
    display: block;
    font-size: 3rem;
    font-weight: bold;
}
.blog-wrapper .entry-title-2 {
	padding-left: 1.5em;
	line-height: 1.25;
}
.blog-wrapper .entry-title-2 h2,.blog-wrapper .entry-title-2 h2 a {
	color: #19191a;
	font-size: 27px;
	font-weight: 500;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	margin-bottom: 10px;
}
.blog-wrapper .entry-title-2 h2 a:hover {
	color: var(--green2);
}
.entry-title-2 .category {
	display: inline-block;
	margin-right: 2em;
}
.entry-title-2 .category a:hover {
	color: var(--green2);
}
.archive-post-area .btn {
	margin-right: 2em;
	font-size: 1.4rem;
	width: 160px;
    height: 40px;
    line-height: 40px;
}
.archive-post-area .ex {
	margin-bottom: 2em;
}
.archive-post-area .thumbnail-box a {
	display: block;
	overflow: hidden;
	padding-top: 69.4822%;
    position: relative;
    width: 100%;
}
.archive-post-area .thumbnail-box a img {
	display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: .25s;
}
.archive-post-area .thumbnail-box a:hover img {
	opacity: .8;
}
/* シングル */
.single-post-area {
	margin-top: 60px;
	line-height: 2;
}
.single-blog-left {
	padding-right: 3rem;
}
.single-post-area table {
	max-width: 100% !important;
}
.single-post-area ul li {
	list-style: disc;
	list-style-position: inside;
}
.single-post-area ol li {
	list-style: decimal;
	list-style-position: inside;
}
.single-post-area blockquote {
	border-left: 1px solid #040000;
	margin-left: 0;
	padding-left: 2em;
	font-style: italic;
}
.single-post-area hr {
	height: 1px;
	background-color: #040000;
	border: none;
	margin: 30px 0;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
.single-post-area img {
	max-width: 100% !important;
}
.wp-caption ,.wp-caption-text {
	max-width: 100%!important;
}
/* =サイドバー
-----------------------------------------------------------------------------*/
#sidebar h2.widgettitle {
	font-size: 30px;
	position: relative;
	padding-left: .75em;
	margin-bottom: .75em;
}
#sidebar h2.widgettitle:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #222;
}
#sidebar ul,#sidebar select {
	margin-bottom: 40px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li a {
	display: block;
	opacity: .6;
	padding-left: 1em;
	margin-bottom: 5px;
	line-height: 1.65;
}
#sidebar ul li a:hover {
	opacity: 1;
}
#sidebar select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
.single-post-area h2,.single-post-area h3 {
	margin-bottom: .75em;
}
.single-title-box .date {
	color: var(--green1);
}
.single-post-area,.single-post-area p {
	line-height: 2em;
}
.single-post-area table {
	width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	padding: .75em;
}
.single-post-area .post-date {
	background: #f7f7f7;
	padding: 7px 0 4px 1.5em;
	border-radius: 4px;
	margin-bottom: 1.5em;
}
.pageNav {
	padding: 30px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.pageNav a {
	display: inline-block;
	color: #fff;
	background-color: var(--green1);
	padding: 4px 1.25em;
	font-size: 13px;
	border-radius: 50px;
	font-weight: bold;
	text-decoration: none;
}
.pageNav a .material-icons {
	font-size: 24px;
	margin-top: -2px;
}
.pageNav a:hover {
	background-color: var(--green2);
	color: #fff;
}
.pageNav span.prev {
	float: right;
}
.pageNav span.prev,.pageNav span.next {
	display: inline-block;
}

.single-post-area a:link,.single-post-area a:visited {
	color: #999;
	text-decoration: underline;
}
.single-post-area a:hover {
	text-decoration: none;
}
.single-post-area table {
	max-width: 100% !important;
}
.single-post-area table td,.single-post-area table th {
	border: 1px solid #eee;
}
.single-post-area ul li {
	list-style: disc;
	list-style-position: inside;
}
.single-post-area ol li {
	list-style: decimal;
	list-style-position: inside;
}
.single-post-area blockquote {
	border-left: 4px solid #f7f7f7;
	margin-left: 0;
	padding-left: 2em;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
/*-----------------------------------------------------------------------------
	パンくずリスト
-----------------------------------------------------------------------------*/
.breadcrumb-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-weight: 500;
}
.breadcrumb-wrap a {
    color: #fff;
    opacity: .7;
}
.breadcrumb-wrap a:hover {
	opacity: 1;
}
/*-----------------------------------------------------------------------------
	ページナビ
-----------------------------------------------------------------------------*/
.pagenavi {
	width: 100%;
	margin-top: 3rem;
}
.pagenavi .wp-pagenavi {
	font-weight: 800;
}
.pagenavi .wp-pagenavi a,.pagenavi .wp-pagenavi span {
	color: #999;
	border: none;
	margin: 0 4px;
	padding: 4px;
}
.pagenavi .wp-pagenavi span.material-icons {
	padding: 0;
	margin: 0;
}
.pagenavi .wp-pagenavi span.current {
	color: var(--green1);
	border-bottom: 3px solid var(--green1);
}
.pagenavi .wp-pagenavi a:hover,.pagenavi .wp-pagenavi a.nextpostslink:hover span.material-icons {
	color: var(--green2); 
}
.pagenavi .wp-pagenavi a.nextpostslink span.material-icons {
	padding: 0;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}


/*-----------------------------------------------------------------------------
	レイヤーアニメ
-----------------------------------------------------------------------------*/
.fromLeft,.fromRight {
	position: relative;
	overflow: hidden;
}
.fromLeft:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: #f1f1f1;
	z-index: -1;
	-webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromRight:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 200%;
	background-color: #f1f1f1;
	z-index: -1;
	-webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    -webkit-transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.25s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.fromLeft.isPlay:before,.fromRight.isPlay:before {
	-webkit-clip-path: inset(0);
    clip-path: inset(0);
}

/*-----------------------------------------------------------------------------
	サービス
-----------------------------------------------------------------------------*/
#service01 {
	position: relative;
}
#service01::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/services/24182325.svg) left 80% / cover no-repeat;
    z-index: -1;
    opacity: .5;
}
#service01 p {
	font-size: 1.2em;
}
#service01 p strong {
	font-size: 1.5em;
}

#service02 {
	background: #faf2ea;
}
.slide-img-content.fromRight,.slide-img-content.fromLeft {
	overflow: visible;
	padding-top: 5rem;
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}
.slide-img-content.fromRight::before,.slide-img-content.fromLeft::before {
	z-index: 0;
	width: 55%;
	height: calc(100% - 60px);
}
.slide-img-content .col-lg-6 {
	margin-top: 5rem;
}

.shadow {
	filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.1));
	will-change: filter;
}
.slide-img-content .txt {
	padding: 4rem 5rem 4rem;
	position: relative;
	background: #fff;
	border-top: 5px solid var(--green1);
}
.slide-img-content .txt h3 {
	font-size: 27px;
	font-weight: 600;
	color: var(--green1);
	margin-bottom: 1em;
}
.slide-img-content .txt h4 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1em;
}
#busi01::before {
	background: url(../images/services/service01.jpg) center center/cover no-repeat;
}
#busi02::before {
	background: url(../images/services/service02.jpg) center center/cover no-repeat;
}
#busi03::before {
	background: url(../images/services/service03.jpg) center center/cover no-repeat;
}
#busi03 {
	margin-bottom: 0 !important;
}

/*-----------------------------------------------------------------------------
	Faq
-----------------------------------------------------------------------------*/
dl.qa {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #eee;
}
dl.qa dt {
	color: #19191a;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 50px 15px 70px;
	position: relative;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
dl.qa dt:after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/plus.png) center center/18px no-repeat;
    position: absolute;
    right: 7px;
    top: 20px;
}
dl.qa dt:hover ,dl.qa dt.active {
	cursor: pointer;
	color: var(--green2);
}
dl.qa dt.active:after {
	background: url(../images/minus.png) center center/18px no-repeat;
}
dl.qa dt span {
	display: inline-block;
	padding-right: 1em;
	position: absolute;
	left: 0;
	top: 12px;
	font-family: "Lora", serif;
	font-size: 20px;
	border-right: 1px solid #19191a;
	color: #19191a !important;
}
dl.qa dd {
    padding: 20px 2em;
    background-color: #f1f1f1;
    text-align: left;
    width: 100%;
    margin: 10px 0 0 0;
    border-radius: 6px;
    position: relative;
    display: none;
}
dl.qa dd:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 12%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #f1f1f1;
}
dl.qa dd .green-frame {
	background: #fff;
}

dl.qa a {
	color: var(--green1);
}
dl.qa a:hover {
	color: var(--green2);
}
/*-----------------------------------------------------------------------------
	施工事例
-----------------------------------------------------------------------------*/
/* 詳細ページ */
#singleWorks .sub_title {
	font-size: 18px;
	color: #999;
	font-weight: 600;
	margin-bottom: 10px;
}
.single-works span.category {
	display: inline-block;
	margin-top: 10px; 
}
.single-works span.category a {
	display: inline-block;
	margin-right: 10px;
	color:var(--green1);
	font-size: 14px;
	background: #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 1em;
	line-height: 1.5;
	border: 1px solid var(--green1);
	white-space: nowrap;
}
.single-works .single-post-area {
	margin-top: 20px;
}
.single-works span.category a:hover {
	color: #fff;
	background: var(--green1);
}
.single-works .works-ex {
	margin-top: 20px;
	margin-bottom: 40px;
}
.single-works .mwl .mwl__metadata {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
.single-works .mwl .mwl__metadata h2 {
	margin: 0 1em 0 0;
	font-size: 16px;
}
/* 一覧ページ */
#archiveWorks .term-list {
	flex-wrap: wrap;
}
#archiveWorks .term-list a {
	display: inline-block;
	padding: 5px 1.5em;
	border-radius: 50px;
	white-space: nowrap;
	line-height: 1.65;
	margin-bottom: 5px;
}
#archiveWorks .term-list a.current {
	color: #fff;
	background: var(--green1);
	pointer-events: none;
}
#archiveWorks .term-list a:hover {
	color: var(--green2);
}
.row.archive-works-wrap {
	margin-right: -25px;
    margin-left: -25px;
}
.row.archive-works-wrap > div.col-md-6 {
	padding-right: 25px;
    padding-left: 25px;
}
.archive-works-box {
	display: block;
	margin-bottom: 40px;
}
.archive-works-box .img-wrap {
	box-shadow: 20px 14px #f1f1f1;
}
.archive-works-box figure {
	position: relative;
	overflow: hidden;
	margin: 0;
}
.archive-works-box figure img {
	transition: 0.3s cubic-bezier(0.35, 0.03, 0.52, 1) 0.1s;
}
.archive-works-box:hover figure img {
	transform: scale(1.05);
}
.archive-works-box h3 {
	font-size: 18px;
	padding-top: 20px; 
	line-height: 1.65;
	transition: 0.25s;
}
.archive-works-box h3 small {
	display: block;
}
.archive-works-box:hover h3 {
	color: var(--green2);
}


/*-----------------------------------------------------------------------------
	オーダーの流れ
-----------------------------------------------------------------------------*/
.flow-box .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	width: 240px;
	height: 46px;
	background: var(--green1);
	white-space: nowrap;
	border-radius: 0;
	margin-top: 1em;
	margin-bottom: 1em;
}
.flow-box .btn:hover {
	background: var(--green2);
}
.flow-box {
	padding: 40px;
    background-color: #fff;
    position: relative;
    box-shadow: 20px 19px 40px 0px rgba(0, 0, 0, .15);
    margin-bottom: 100px;
}
.flow-box:last-child {
	margin-bottom: 0;
}
.flow-box:not(:last-child)::before {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 50px 0 50px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: calc(50% - 50px);
    bottom: -20px;
}
.flow-box .row {
	margin-right: -25px;
    margin-left: -25px;
}
.flow-box .row > div {
	padding-right: 25px;
    padding-left: 25px;
}
.flow-box span.flow-num {
	display: inline-block;
    width: 56px;
    height: 56px;
    color: #fff;
    font-size: 2em;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background: #222;
    margin-right: .5rem;
    position: absolute;
    left: calc(50% - 28px);
    top: -28px;
    font-family: "Lora", serif;
}
.flow-box h3 {
	text-align: center;
	margin-bottom: 30px;
	padding: 20px 0 20px;
}
.flow-box h4 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	margin-bottom: 10px;
	line-height: 1.5;
}
.flow-txt {
	margin-top: 20px;
}
.flow-box .tel-num {
	font-size: 30px;
	line-height: 1.5;
}
.flow-box .tel-num span {
	
}
.flow-box .tel-num small {
	display: block;
	font-size: 16px;
}
.kome {
	position: relative;
	padding-left: 1em;
}
.kome::before {
	content: "※";
	position: absolute;
	left: 0;
}
/*-----------------------------------------------------------------------------
	業務内容
-----------------------------------------------------------------------------*/
.page-nav .row {
	margin-left: -1px;
	margin-right: -1px;
}
.page-nav .row > div {
	padding-left: 1px;
	padding-right: 1px;
}
.page-nav a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 90px;
	color: #fff;
	background: #222736;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	font-family: "Lora", serif;
	margin-bottom: 2px;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
}
.page-nav a::before {
	content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/arrow_down_white.svg) center center / cover no-repeat;
    position: absolute;
    right: 1rem;
    top: calc(50% - 4px);
}
.page-nav a:hover {
	background: var(--green2);
}

.about-section {
	padding: 80px 0;
}
.about-section h2 {
	margin-bottom: 1.65rem;
	padding-left: 1.5em;
	position: relative;
	font-size: 32px;
	font-weight: 500;
}
.about-section h2:before {
	content: "";
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: url(../images/check.svg) center center/cover no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.about-section h2 small {
	font-size: 18px;
}
.table-black {
	width: 100%;
	line-height: 1.5;
	margin-top: 2em;
	margin-bottom: 2em;
}
.table-black th {
	color: #fff;
	text-align: center;
	font-size: 16px;
	width: 240px;
	padding: 1em 1.5em;
	background: #222736;
}
.table-black td {
	background: #fff;
	padding: 1.5em;
}
.about-section:nth-child(odd) .table-black td {
	background: #f8f8f8;
}


ul.image {
	list-style-position: outside;
}
ul.image li {
	list-style: none;
	position: relative;
	padding-left: 1.5em;
}
ul.image li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: var(--green1);
    position: absolute;
    left: 5px;
    top: calc(50% - 2px);
}
.about-section .inner {
	background: #fff;
	height: 100%;
}
.about-section:nth-child(odd) .inner {
	background: #f8f8f8;
}
.about-section ul.image {
	margin-bottom: 0;
	padding: 1rem;
}

.bold {
	font-weight: bold;
}
h3.ja {
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Cabin", sans-serif;
	margin-bottom: 1em;
	font-size: 24px;
}
.about-section h3.ja {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: #222736;
	padding: 15px 1em;
	margin-bottom: 0;
}
.mincho {
    font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.kakko {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    padding: 1em 1.5em;
    line-height: 1.5;
}
.kakko::before, .kakko::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
}
.kakko::before {
    border-left: solid 1px #000000;
    border-top: solid 1px #000000;
    top: 0;
    left: 0;
}
.kakko::after {
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
    bottom: 0;
    right: 0;
}
.about-txt .kakko {
	font-size: 30px;
}
a.text-link {
	color: var(--green1);
}
a.text-link:hover {
	color: var(--green2);
}
.about-txt table.company {
	width: 90%;
	margin: 0 5%;
	text-align: left;
	margin-bottom: auto;
}
.about-txt table th {
	white-space: nowrap;
	text-align: left;
}
.about-txt table td {
	text-align: left;
}

@media only screen and (max-width: 991px) {
/* =Header
-----------------------------------------------------------------------------*/
	.menu-item .logo {
	    padding: 15px 0;
	}
	.logo img {
		width: 140px;
	}
	#gnav {
		position: fixed;
		width: 100%;
	}
/* =MainVisual
-----------------------------------------------------------------------------*/
	.hero-text p {
		font-size: 15px;
		line-height: 1.75;
	}
	.hero-text h1 {
		font-size: 2rem;
		line-height: 1.5;
	}
/* 下層ページ */
	.page-hero {
	    width: 100%;
	    height: 200px;
	    margin-left: 0;
	    margin-right: 0;
	    margin-top: 65px;
	}
	.page-hero h2 {
		font-size: 36px;
	}
	.page-hero h2 small {
		font-size: 16px;
		margin-top: 10px;
	}
/*-----------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------*/
/* top01 */
	#top01.spad {
		padding-bottom: 0px;
	}
	.page-template-top .slide-img-content.fromRight, .page-template-top .slide-img-content.fromLeft {
		margin-bottom: 0;
	}
	.page-template-top .slide-img-content.fromRight::before ,.page-template-top .slide-img-content.fromLeft::before {
		height: 360px !important;
	}
	.page-template-top .fromRight .about-text {
		padding: 3rem;
	}
	.page-template-top .fromLeft .about-text {
		padding: 3rem;
	}

/*-----------------------------------------------------------------------------
	サービス
-----------------------------------------------------------------------------*/
	.slide-img-content .col-lg-6 {
		margin-top: 300px; 
	}
	.slide-img-content.fromRight::before, .slide-img-content.fromLeft::before {
	    width: 100%;
	    height: 400px;
	}
/*-----------------------------------------------------------------------------
	ブログ
-----------------------------------------------------------------------------*/
	.archive-post-area {
		margin-right: 0;
	}
/*-----------------------------------------------------------------------------
	制作実績
-----------------------------------------------------------------------------*/
/* 詳細ページ */
	.single-works h2.title {
		font-size: 30px;
	}
	.works-ex h3 {
		font-size: 27px;
	}
/*-----------------------------------------------------------------------------
	業務内容
-----------------------------------------------------------------------------*/
	.about-txt .kakko {
	    font-size: 24px;
	}
	.kakko {
	    margin-bottom: 40px;
	}
	.kakko::before, .kakko::after {
	    width: 20px;
	    height: 20px;
	}
}

/* 767px以下 */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	p {
		font-size: 14px;
	}
	.spad {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.section-title {
		margin-bottom: 20px;
	}
	.section-title h2 {
		font-size: 24px;
		line-height: 1.5;
	}
	.mb20-40 {
		margin-bottom: 20px;
	}
	.mb30-60,.mb30-80 {
		margin-bottom: 30px;
	}
	.ptb20-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ptb30-50,.ptb30-80  {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.text-left-center {
		text-align: left;
	}
	/* 下層ページ */
	.page-hero {
	    height: 160px;
	}
	.page-hero h2 {
		font-size: 30px;
	}
	.page-hero h2 small {
		font-size: 16px;
		margin-top: 10px;
	}
/* =tables
-----------------------------------------------------------------------------*/
	table.table-company th {
		padding: .5em 1em;
        width: auto;
        white-space: nowrap;
		display: block;
        border-right: none;
        border-bottom: none;
        width: 100%;
        text-align: left;
        font-weight: bold;
        background: #e5e5e5;
	}
	table.table-company td {
	    padding: .5em 1em;
	    display: block;
        width: 100%;
        border-top: none;
	}


/* =トップページ
-----------------------------------------------------------------------------*/	
	.about-text {
	    padding: 0;
	}
	.service-item {
	    padding: 10px 0px 10px;
	}
	.hp-room-items .hp-room-item {
		height: 300px;
	}
	.hp-room-items .hp-room-item:hover .hr-text {
	    bottom: 80px;
	}
	/* top-news */
	.news-wrap article a {
	    display: block;
	    padding: .7rem 0;
	}
	.news-wrap article .news-meta {
		display: inline-block;
	    width: 100%;
	    margin-bottom: 4px;
	    font-size: 12px
	}
	.news-wrap article .cat-name {
		display: inline-block;
	}
	.news-wrap article a .news-txt {
		padding-left: 0;
		padding-top: 0;
		display: block;
		white-space: normal;
	}
	.news-wrap article .date {
		font-size: 13px;
	}
	.slider-wrap {
		margin-bottom: 20px;
	}
	#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name {
	    font-size: 1rem;
	}
	.blog-section .section-title {
	    margin-bottom: 0;
	}
	.news-wrap article a .news-txt::before {
		display: none;
	}

/*-----------------------------------------------------------------------------
	Contact
-----------------------------------------------------------------------------*/
	.step-box {
	    margin-bottom: 1.5rem;
	}
	.step-box h3 {
		margin-bottom: 10px;
	}
	.step-box span.en {
	    width: 150px;
	    font-size: 18px;
	}
	.step-box span.ja {
	    font-size: 16px;
	    padding-left: 1rem;
	}
	.step-box p {
	    padding: 0 1rem;
	}
	.contact__form {
		margin-top: 50px;
	}

	h3.line {
		font-size: 1.5em;
	}
	#contact .tel__num {
		font-size: 2rem;
	    padding-top: 0;
	    padding-bottom: 1rem;
	}
	#contact .tel__num p {
	    font-size: 12px;
	}
	.shadow-wrap {
		padding: 2rem;
	    height: 100%;
	    margin-bottom: 3rem;
	}
	p.contact-tel-num {
		font-size: 3rem;
	    letter-spacing: .1em;
	    text-align: center;
	}
	table.table-contact th {
		display: block;
		width: 100%;
		padding: 1em 0 0;
		border-bottom: none;
	}
	table.table-contact td {
		display: block;
		width: 100%;
		padding: 1em 0;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.table-contact {
		margin-bottom: 20px;
		border-top: 1px solid rgba(0,0,0,.1);
	}
	.table-contact input[type=text],
	.table-contact input[type=email],
	.table-contact input[type=tel] {
		width: 100%;
	}
	input[type=submit] {
	    font-size: 15px;
	    width: 100%;
	    height: 46px;
	    line-height: 1;
	}
/*-----------------------------------------------------------------------------
	シングルページ共通
-----------------------------------------------------------------------------*/
	.single-post-area h2 {
		font-size: 18px;
	}
	.single-post-area h3 {
		font-size: 16px;
	}
	.single-post-area h4 {
	    padding: 8px 20px;
	    font-size: 15px;
	    margin-bottom: 12px
	}
	.pageNav a {
		padding: 4px 1em;
		font-size: 11px;
	}
/*-----------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------*/
/* top01 */
	#top01.spad {
		padding-bottom: 10px;
	}
	.page-template-top .slide-img-content.fromRight, .page-template-top .slide-img-content.fromLeft {
		margin-bottom: 0;
	}
	.page-template-top .slide-img-content.fromRight::before ,.page-template-top .slide-img-content.fromLeft::before {
		height: 200px !important;
	}
	.page-template-top .slide-img-content .col-lg-6 {
		margin-top: 215px;
	}
	.page-template-top .fromRight .about-text,.page-template-top .fromLeft .about-text {
		padding: 0;
	}
	.about-text h3 {
	    margin-bottom: 1em;
	    font-size: 18px;
	}
	.about-text h3 .about-num {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
/* top02 */	
	.hp-room-items .hp-room-item .hr-text {
	    top: 70%;
	}
	.hp-room-items .hp-room-item:hover .hr-text {
	    top: 5%;
	}
	.hp-room-items .hp-room-item .hr-text h3 small {
	    font-size: 15px;
	}
	.hp-room-items .hp-room-item {
	    margin-right: 0;
	    background-position: center center;
	}
/*-----------------------------------------------------------------------------
	サービス
-----------------------------------------------------------------------------*/
	#service01 p {
		font-size: 1em;
	}
	.slide-img-content.fromRight, .slide-img-content.fromLeft {
	    padding-top: 2rem;
	    padding-bottom: 2rem;
	    margin-bottom: 1rem;
	}
	.slide-img-content .col-lg-6 {
		margin-top: 160px; 
	}
	.slide-img-content.fromRight::before, .slide-img-content.fromLeft::before {
	    height: 250px;
	}
	.slide-img-content .txt {
	    padding: 1.65rem;
	}
	.slide-img-content .txt h3 {
	    font-size: 1.5rem;
	    padding-left: 0;
	}
	.slide-img-content .txt h4 {
		font-size: 1.35rem;
		margin-bottom: .65em;
	}
/*-----------------------------------------------------------------------------
	ブログ
-----------------------------------------------------------------------------*/
/* アーカイブ */
	.archive-post-area {
		padding-bottom: 1.5em;
		margin-right: 0;
		border-bottom: 1px solid #f1f1f1;
		margin-bottom: 1.5em;
	}
	.blog-wrapper .entry-title {
		margin-bottom: 1.5em;
	}
	.blog-wrapper .entry-title-2 h2, .blog-wrapper .entry-title-2 h2 a {
		font-size: 17px;
	}
	.blog-wrapper .entry-title .date {
		width: auto;
        white-space: nowrap;
        font-size: 11px;
        padding-right: 10px;
	}
	.blog-wrapper .entry-title .date span {
	    font-size: 24px;
	}
	.blog-wrapper .entry-title-2 {
		padding-left: 1em;
	}
	.entry-title-2 span {
		display: block;
		white-space: nowrap;
		font-size: 12px;
	}
	.entry-title-2 .category {
		display: block;
		margin-right: 0;
	}
	.archive-post-area .btn {
		margin-right: 0;
		font-size: 1.3rem;
		width: 150px;
	    height: 30px;
	    line-height: 30px;
	}
	.archive-post-area .ex {
		margin-bottom: 1.5em;
	}
/* 	シングルページ */
	.single-blog-left {
		padding-right: 0;
	}
	.single-post-area {
	    margin-top: 0;
	    line-height: 2;
	}
/*-----------------------------------------------------------------------------
	制作実績
-----------------------------------------------------------------------------*/
	/* 詳細ページ */
	.single-works h2.title {
        font-size: 22px;
    }
    .single-works span.category a {
	    font-size: 12px;
	    margin-right: 4px;
	    margin-bottom: 4px;
	    padding: 2px 1em;
	}
	.single-works .single-post-area {
	    margin-top: 20px;
	}
	.works-ex h3 {
        font-size: 22px;
    }
    .works-ex {
	    margin-top: 20px;
    }
	/* 一覧ページ */
	#archiveWorks > div.container {
		overflow-x: hidden;
	}
	#archiveWorks > div.container > h2.mb30-60 {
		font-size: 27px;
	}
	.archive-works-box h3 {
	    font-size: 16px;
	    padding-top: 10px;
	    line-height: 1.65;
	}
	.archive-works-box {
	    margin-bottom: 24px;
	}
	.archive-works-box .img-wrap {
	    box-shadow: 10px 10px #f1f1f1;
	}
/*-----------------------------------------------------------------------------
	業務内容
-----------------------------------------------------------------------------*/
	.page-nav a {
	    height: 60px;
	    font-size: 17px;
	}
	.page-nav a small {
	    font-size: 13px;
	}
	.about-section {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.about-section h2 {
	    margin-bottom: 1.25rem;
	    padding-left: 1.5em;
	    font-size: 24px;
	}
	.about-section .table-black {
		margin-top: 1em;
		margin-bottom: 0;
	}
	.about-section .table-black th {
		display: block;
		width: 100%;
		padding: 15px 1em;
	}
	.about-section .table-black td {
		display: block;
		width: 100%;
		padding: 15px 1em;
	}
	.about-section .inner {
		height: auto;
		margin-top: 1em;
	}
	
}