@charset "UTF-8";

@media print, screen and (max-width:1199px) {

#kvWrap {
position: relative;
width: 100%;
padding-top: 330px;
}

#kvWrap h1 {
position: absolute;
font-size: 3.4rem;
font-weight: 700;
text-align: left;
line-height: 1.3;
margin: auto;
letter-spacing: 0;
z-index: 1;
left: 20px;
right: 0;
top: 90px;
}

#kvWrap #copyEn {
position: absolute;
width: 100%;
z-index: -2;
left: 0;
right: 0;
top: 90px;
}

#kvWrap #copyEn img {
width: 100%;
}

#craftsmanFlex {
position: absolute;
width: 100%;
display: flex;
justify-content: center;
margin: auto;
z-index: 1;
left: 0;
right: 0;
top: 250px;
}

#yao-shiMap {
position: absolute;
width: 92%;
z-index: -1;
margin: auto;
right: 0;
left: 0;
top: 220px;
}

.craftsman {
position: relative;
width: 120px;
height: 120px;
margin: 0 5px;
}

.craftsman img {
width: 100%;
height: 120px;
border-radius: 120px;
object-fit: cover;
border: 2px solid var(--themeColor);
}

#kv {
position: relative;
background-color: #fff;
width: 100%;
height: 350px;
overflow: hidden;
}

.kvImg {
z-index:10;
opacity: 0;
width: 100%;
height: 350px;
overflow: hidden;
background-image: url(../img/kv_photo01.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 0;
bottom: 0;
-webkit-animation: anime 36s 0s infinite;
animation: anime 36s 0s infinite;
}

.kvImg:nth-of-type(2) {
background-image: url(../img/kv_photo02.jpg);
-webkit-animation-delay: 6s;
animation-delay: 6s; }

.kvImg:nth-of-type(3) {
background-image: url(../img/kv_photo03.jpg);
-webkit-animation-delay: 12s;
animation-delay: 12s; }

.kvImg:nth-of-type(4) {
background-image: url(../img/kv_photo04.jpg);
-webkit-animation-delay: 18s;
animation-delay: 18s; }

.kvImg:nth-of-type(5) {
background-image: url(../img/kv_photo05.jpg);
-webkit-animation-delay: 24s;
animation-delay: 24s; }

.kvImg:nth-of-type(6) {
background-image: url(../img/kv_photo06.jpg);
-webkit-animation-delay: 30s;
animation-delay: 30s; }

@keyframes anime {
0% {
opacity: 0;
transform: scale(1);
}
8% {
opacity: 1;
}
16% {
opacity: 1;
}
24% {
opacity: 0;
transform: scale(1.2);
z-index: 9;
}
100% { opacity: 0 }
}

.wrapColor {
background-color: var(--subColor);
width: 100%;
}

#indexAbout {
position: relative;
background: #fff url("../img/svg_about.svg") no-repeat center 100px;
background-size: 90%;
width: 94%;
text-align: center;
margin: 0 auto;
margin-top: -50px;
padding: 40px 30px 60px;
z-index: 20;
}

#aboutRoof {
width: 100%;
margin-bottom: 40px;
}

#indexAbout .title {
font-size: 2.8rem;
font-weight: 700;
text-align: left;
margin-bottom: 30px;
line-height: 1.4;
}

#indexAboutTxt {
font-size: 1.6rem;
font-weight: 700;
text-align: left;
margin: 0 auto;
margin-bottom: 40px;
}

.commonFlex {
width: 100%;
}

.wrap {
width: 88%;
text-align: center;
margin: 0 auto;
padding: 60px 0;
}

#indexQualifications {
width: 88%;
text-align: center;
margin: 0 auto;
padding: 60px 0 0;
}

#qualificationsWrap {
display: none;
}

#indexStrengths {
width: 88%;
text-align: center;
margin: 0 auto;
padding: 60px 0 5px;
}

.strengthsTxt {
font-size: 1.4rem;
font-weight: 600;
}

.strengthsImg {
margin: 30px auto;
}

#indexWorks {
background: url("../img/svg_works.svg") no-repeat right 40px;
background-size: 70%;
width: 100%;
padding: 60px 0;
}

.commonTitleCe {
position: relative;
font-size: 3rem;
font-weight: 700;
margin-bottom: 40px;
padding-bottom: 25px;
line-height: 1.3;
}

.commonTitleCe::after {
position: absolute;
background-color: var(--themeColor);
width: 40px;
height: 4px;
content: "";
margin: auto;
left: 0;
right: 0;
bottom: 0;
}

#indexWorksTitle {
position: relative;
width: 88%;
font-size: 3rem;
font-weight: 700;
text-align: left;
margin: 0 auto;
margin-bottom: 40px;
padding-bottom: 25px;
line-height: 1;
}

#indexWorksTitle::after {
position: absolute;
background-color: var(--themeColor);
width: 40px;
height: 4px;
content: "";
margin: auto;
left: 0;
bottom: 0;
}

.btnR {
text-align: left;
margin-top: 40px;
}

.commonTitleL {
position: relative;
font-size: 2.7rem;
font-weight: 700;
text-align: left;
margin: 0 auto;
margin-bottom: 40px;
padding-bottom: 20px;
line-height: 1.3;
}

.commonTitleL::after {
position: absolute;
background-color: var(--themeColor);
width: 40px;
height: 4px;
content: "";
margin: auto;
left: 0;
bottom: 0;
}

#columnFlex {
background: url("../img/svg_column.svg") no-repeat right top;
background-size: 80%;
width: 100%;
}

#columnL {
width: 100%;
}

#columnR {
width: 100%;
}

#columnR dl {
position: relative;
background-color: #fff;
width: 100%;
margin-bottom: 20px;
border: 1px solid #ddd;
transition: .3s;
overflow: hidden;
}

#columnR dl:last-of-type {
margin-bottom: 30px;
}

#columnR dl a {
color: var(--txtColor);
display: block;
}

#columnR dl a:hover {
color: var(--themeColor);
}

#columnR dl .triangle {
position: absolute;
background-color: #f08300;
width: 150px;
height: calc(100px / 2 * tan(60deg));
clip-path: polygon(50% 0, 100% 100%, 0 100%);
content: "";
text-align: center;
transform: rotate(-45deg);
line-height: 1;
z-index: 1;
left: -70px;
top: -40px;
}

#columnR dl .triangle::after {
position: absolute;
font-family: var(--font-barlow);
font-size: 1.2rem;
font-weight: 700;
content: "New";
color: #fff;
margin: auto;
transform: rotate(0deg);
z-index: 2;
left: 0;
right: 0;
bottom: 10px;
}

#columnR dt {
float: left;
width: 100%;
overflow: hidden;
margin-bottom: 25px;
}

#columnR dt img {
width: 100%;
height: 200px;
object-fit: cover;
transition: .3s ease-in-out;
}

#columnR dt img:hover {
transform: scale(1.1);
}

#columnR dd {
width: 100%;
text-align: justify;
padding: 30px;
line-height: 1.6;
}

#columnR dd h3 {
font-size: 1.5rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 10px;
line-height: 1.5;
}

#columnR .date {
font-size: 1.3rem;
margin-top: 10px;
}

#indexVoice {
background: url("../img/svg_voice.svg") no-repeat left 40px;
background-size: 80%;
width: 88%;
text-align: center;
margin: 0 auto;
padding: 60px 0;
}

.voiceR {
}

.voice {
position: relative;
background-color: var(--subColor);
width: 100%;
text-align: justify;
margin-bottom: 40px;
padding: 30px;
border: 1px solid var(--themeColor);
border-radius: 20px;
}

.voice .number {
position: absolute;
font-family: var(--font-barlow);
font-size: 5rem;
font-weight: 700;
color: #ddd;
z-index: 1;
top: -54px;
left: 20px;
}

.voice .numberR {
position: absolute;
font-family: var(--font-barlow);
font-size: 5rem;
font-weight: 700;
color: #ddd;
z-index: 1;
top: -54px;
right: 20px;
}

.voiceIcon {
position: relative;
background-color: var(--themeColor);
width: 70px;
height: 70px;
text-align: center;
margin: 0 auto;
margin-bottom: 20px;
padding-top: 10px;
border: 1px solid var(--themeColor);
border-radius: 70px;
overflow: hidden;
}

.voiceIcon i {
font-size: 10rem;
color: #fff;
}

.voiceTxt {
position: relative;
width: 100%;
margin: 0 auto;
}

.voiceTxt h3 {
font-size: 1.5rem;
font-weight: 700;
color: var(--txtColor);
margin-bottom: 5px;
line-height: 1.5;
}

.voiceTxt p {
margin-bottom: 0;
}

.btnMt {
margin-top: 20px;
}

#indexQaWrap {
position: relative;
background: url("../img/svg_qa.svg") no-repeat right 40px;
background-size: 60%;
width: 88%;
margin: 0 auto;
padding: 60px 0;
}

#qaR {
width: auto;
text-align: left;
}

#qaL {
width: 100%;
text-align: justify;
}

.accordion {
width: 100%;
text-align: justify;
margin: 0 auto;
}

.accordion ul {
margin: 0 auto;
padding: 0;
}

.accordion li {
position: relative;
background-color: #fff;
width: 100%;
margin-bottom: 20px;
border: 1px solid #ddd;
transition: .3s;
}

.accordion li p:last-child {
margin-bottom: 0;
}

.accordion li h2,
.accordion li h3 {
position: relative;
font-size: 1.4rem;
font-weight: 700;
color: var(--txtColor);
line-height: 1.5;
}

.accordion li h2 .q,
.accordion li h3 .q {
position: relative;
font-family: var(--font-barlow);
font-size: 3.2rem;
font-weight: 700;
margin-right: 10px;
line-height: 1;
top: 4px;
}

.accordion a {
position: relative;
color: var(--themeColor);
display: block;
text-decoration: none;
cursor: pointer;
padding: 20px 60px 28px 20px;
transition: .3s;
}

.accordion li .accordion_icon {
display: inline-block;
transition: all .3s;
box-sizing: border-box;
}

.accordion li .accordion_icon {
position: absolute;
width: 20px;
height: 20px;
margin: auto;
top: 14px;
bottom: 0;
right: 20px;
}

.accordion li .accordion_icon span {
position: absolute;
width: 100%;
height: 2px;
background-color: var(--themeColor);
}

/*
.accordion a:hover .accordion_icon span{
background-color: #fff;
}
*/

.accordion li .accordion_icon span:nth-of-type(1) {
transform: rotate(0deg);
}

.accordion li .accordion_icon span:nth-of-type(2) {
transform: rotate(90deg);
}

.accordion li .accordion_icon.active span:nth-of-type(1) {
display:none;
}

.accordion li .accordion_icon.active span:nth-of-type(2) {
transform: rotate(180deg);
}

.toggle dt {
float: left;
font-family: var(--font-barlow);
font-size: 2.8rem;
font-weight: 700;
line-height: 1;
}

.toggle dd {
padding: 0 0 0 34px;
}

.qaDetail {
color: var(--txtColor);
display: none;
padding: 0 24px 30px 20px;
overflow: hidden;
}

.qaDetail dt {
float: left;
font-family: var(--font-barlow);
font-size: 2.8rem;
font-weight: 700;
color: var(--themeColor);
line-height: 1;
}

.qaDetail dd {
padding: 0 0 0 34px;
}

#wrapContact {
position: relative;
background: url("../img/svg_contact.svg") no-repeat center 40px;
background-size: 94%;
width: 100%;
padding: 60px 0 0;
}

.contactWrap {
position: relative;
background-color: var(--subColor);
width: 88%;
font-size: 1.6rem;
font-weight: 700;
color: var(--txtColor);
margin: 0 auto;
padding: 30px 20px 30px;
border: 1px solid var(--themeColor);
}

.contactWrap p {
margin-bottom: 30px;
}

.btnLineContactFlex {
width: 100%;
}

.btnLine {
background-color: #06c755;
font-family: var(--font-primary);
width: 100%;
height: 100px;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
margin-bottom: 20px;
padding-bottom: 5px;
cursor: pointer;
transition: .3s;
border: 2px solid #06c755;
border-radius: 500px;
}

.btnLine span {
font-size: 2rem;
}

.btnLine i {
position: relative;
font-size: 2.4rem;
margin-right: 10px;
top: 4px;
}

.btnContact {
background-color: #f08300;
font-family: var(--font-primary);
width: 100%;
height: 100px;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
padding-bottom: 5px;
cursor: pointer;
transition: .3s;
border: 2px solid #f08300;
border-radius: 500px;
}

.btnContact i {
position: relative;
font-size: 2.6rem;
margin-right: 5px;
top: 2px;
}

/**/

#titleWrap {
position: relative;
background-color: #FCF5E0;
width: 100%;
height: 250px;
margin-top: 90px;
}

#titleWrap #contentsTitle {
position: absolute;
width: 92%;
font-size: 2.8rem;
font-weight: 700;
text-align: left;
margin-top: -35px;
line-height: 1.3;
z-index: 1;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}

#titleWrap #contentsTitle #line {
position: relative;
background-color: var(--themeColor);
width: 40px;
height: 4px;
margin-top: 10px;
}

#titleWrapEn {
position: absolute;
width: 92%;
text-align: right;
z-index: 0;
bottom: 50px;
left: 50%;
transform: translateX(-50%);
}

#titleWrapEn img {
width: auto;
height: 60px;
}

#breadcrumb {
position: absolute;
width: 92%;
font-size: 1.2rem;
text-align: left;
line-height: 1.5;
z-index: 1;
bottom: 62px;
left: 50%;
transform: translateX(-50%);
}

#wrapMain {
position: relative;
background-color: #fff;
width: 92%;
text-align: justify;
margin: 0 auto;
margin-top: -50px;
padding: 40px 20px 30px;
}

#aboutTxtCo {
font-size: 1.5rem;
font-weight: 700;
text-align: justify;
margin: 0 auto;
margin-bottom: 30px;
line-height: 2;
}

#aboutTxtCo h2 {
font-size: 2.2rem;
font-weight: 700;
margin-top: 40px;
margin-bottom: 26px;
padding-left: 18px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

#aboutTxtCo h3 {
font-size: 1.8rem;
font-weight: 700;
margin-top: 40px;
margin-bottom: 26px;
padding-left: 15px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

#aboutTxtCo h4 {
font-size: 1.6rem;
font-weight: 700;
}

#aboutMainImg {
width: 60%;
margin: 0 auto;
margin-bottom: 30px;
}

.wrapColorInner {
width: 88%;
margin: 0 auto;
padding: 60px 0 20px;
}

.aboutCoFlex {
width: 100%;
margin: 0 auto;
padding-bottom: 10px;
}

.aboutCoL {
width: 100%;
text-align: justify;
}

.aboutCoL .number {
position: relative;
font-family: var(--font-barlow);
font-size: 2.8rem;
font-weight: 700;
color: var(--themeColor);
margin-right: 5px;
line-height: 1;
top: 2px;
}

.aboutCoL h2  {
position: relative;
font-size: 2.1rem;
font-weight: 700;
text-align: left;
margin: 0 auto;
margin-bottom: 30px;
padding-bottom: 25px;
line-height: 1.3;
}

.aboutCoL h2::after {
position: absolute;
background-color: var(--themeColor);
width: 40px;
height: 4px;
content: "";
margin: auto;
left: 0;
bottom: 0;
}

.aboutCoR {
idth: 100%;
margin-bottom: 30px;
}

/**/

#worksNav {
width: 100%;
text-align: center;
margin-bottom: 30px;
}

#worksNav ul {
width: 100%;
display: flex;
justify-content: center;
flex-wrap: wrap;
border-bottom: 1px solid var(--themeColor);
}

#worksNav ul li {
width: 49.7%;
margin: 0 auto;
margin-top: 1px;
}

#worksNav ul li:first-child {
width: 100%;
}

#worksNav ul li a {
background-color: var(--themeColor);
width: 100%;
height: 40px;
font-size: 1.2rem;
font-weight: 700;
color: #fff;
display: block;
line-height: 36px;
transition: .3s;
border-left: 1px solid var(--themeColor);
border-top: 1px solid var(--themeColor);
border-right: 1px solid var(--themeColor);
}

#worksNav ul li a.active {
background: #fff;
color: var(--themeColor);
}

.worksFlex {
width: 100%;
}

.works {
position: relative;
width: 100%;
margin-bottom: 20px;
overflow: hidden;
}

.works a {
color: var(--txtColor);
}

.works a:hover {
text-decoration: none;
}

.works .worksPhoto {
position: relative;
width: 100%;
height: 200px;
margin-bottom: 15px;
overflow: hidden;
}

.works .worksPhoto img {
width: 100%;
height: 200px;
object-fit: cover;
transition: .3s ease-in-out;
}

.works .triangle {
position: absolute;
background-color: #f08300;
width: 150px;
height: calc(100px / 2 * tan(60deg));
clip-path: polygon(50% 0, 100% 100%, 0 100%);
content: "";
text-align: center;
transform: rotate(-45deg);
line-height: 1;
z-index: 1;
left: -70px;
top: -40px;
}

.works .triangle::after {
position: absolute;
font-family: var(--font-barlow);
font-size: 1.2rem;
font-weight: 700;
content: "New";
color: #fff;
margin: auto;
transform: rotate(0deg);
z-index: 2;
left: 0;
right: 0;
bottom: 10px;
}

.works .inner {
position: relative;
background: #fff;
width: 90%;
margin: 0 auto;
margin-top: -40px;
padding: 18px 24px;
z-index: 1;
}

.works h3 {
font-size: 1.6rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 5px;
}

.works p {
margin-bottom: 10px;
}

.works .categoryTag {
background-color: var(--themeColor);
width: 100px;
height: 26px;
font-size: 1rem;
font-weight: 700;
text-align: center;
color: #fff;
margin-top: 15px;
line-height: 24px;
}

/**/

.pageNavi {
margin: 0 auto;
margin-top: 30px;
}

.wp-pagenavi {
position: relative;
font-size: 1.2rem;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: center;
line-height: 32px;
}

.wp-pagenavi .pages {
display: none;
}

.wp-pagenavi .page {
margin: 0 2px;
}

.wp-pagenavi .current {
background-color: var(--themeColor);
width: 35px;
height: 35px;
color: #fff;
margin: 0 2px;
display: block;
border: 1px solid var(--themeColor) !important;
}

.wp-pagenavi a,
.wp-pagenavi .extend {
width: 35px;
height: 35px;
display: block;
border: 1px solid var(--themeColor) !important;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
position: relative;
font-size: 0;
text-indent: -1000px;
border: 0 !important;
}

.wp-pagenavi a:hover.previouspostslink,
.wp-pagenavi a:hover.nextpostslink {
background-color: #fff;
}

.wp-pagenavi .previouspostslink::after {
position: absolute;
width: 12px;
height: 12px;
content: "";
margin: auto;
border-top: 1px solid var(--themeColor);
border-left: 1px solid var(--themeColor);
transform: rotate(-45deg);
left: 0;
right: 0;
top: 0;
bottom: 0;
}

.wp-pagenavi .nextpostslink::after {
position: absolute;
width: 12px;
height: 12px;
content: "";
margin: auto;
border-top: 1px solid var(--themeColor);
border-right: 1px solid var(--themeColor);
transform: rotate(45deg);
left: 0;
right: 0;
top: 0;
bottom: 0;
}

/**/

#postFlex {
width: 100%;
text-align: justify;
margin: 0 auto;
}

.post {
position: relative;
width: 100%;
color: var(--txtColor);
margin-bottom: 60px;
}

.post .categoryTag {
background-color: var(--themeColor);
width: 110px;
height: 30px;
font-size: 1.2rem;
font-weight: 700;
color: #fff;
text-align: center;
margin-bottom: 20px;
line-height: 28px;
z-index: 1;
}

.post .categoryTag a {
color: #fff;
display: block;
}

.sliderWorksCo img,
.post .thumbnail img {
margin-bottom: 0 !important;
}

.worksDetail {
margin: 30px auto;
border-top: 1px dotted #ccc
}

.worksDetail dt {
color: var(--themeColor);
font-weight: 700;
padding: 15px 0 0;
}

.worksDetail  dd {
padding: 0 0 15px;
border-bottom: 1px dotted #ccc
}

.postSide {
width: 100%;
}

.postSide h3 {
position: relative;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
}

.postSide ul {
margin-bottom: 30px;
}

.postSide li {
font-size: 1.3rem;
list-style: none;
}

.postTagList {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.postTagList li {
background-color: #ddd;
width: auto;
height: 20px;
font-size: 1.1rem;
display: inline-block;
margin: 0 5px 5px 0;
padding: 0 8px;
line-height: 18px;
}

.rankingFlex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.worksSideRankingWrap {
position: relative;
width: 48%;
margin-bottom: 20px;
}

.worksSideRankingWrap .number {
position: relative;
font-family: var(--font-barlow);
font-size: 1.4rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 8px;
line-height: 1;
}

.worksSideRanking {
position: relative;
background-color: #fff;
width: 100%;
}

.worksSideRanking a {
color: var(--txtColor);
text-decoration: none;
}

.worksSideRanking .worksPhoto {
position: relative;
width: 100%;
height: 100px;
overflow: hidden;
}

.worksSideRanking .worksPhoto img {
width: 100%;
height: 100px;
object-fit: cover;
transition: .3s ease-in-out;
}

.worksSideRanking .worksPhoto:hover img {
transform: scale(1.1);
}

.worksSideRanking .triangle {
position: absolute;
background-color: #f08300;
width: 150px;
height: calc(100px / 2 * tan(60deg));
clip-path: polygon(50% 0, 100% 100%, 0 100%);
content: "";
text-align: center;
transform: rotate(-45deg);
line-height: 1;
z-index: 1;
left: -75px;
top: -45px;
}

.worksSideRanking .triangle::after {
position: absolute;
font-family: var(--font-barlow);
font-size: 1rem;
font-weight: 500;
content: "New";
color: #fff;
margin: auto;
transform: rotate(0deg);
z-index: 2;
left: 0;
right: 0;
bottom: 10px;
}

.worksSideRanking .categoryTag {
background-color: var(--themeColor);
width: 100px;
height: 22px;
font-size: 1rem;
font-weight: 700;
text-align: center;
color: #fff;
margin-top: 10px;
line-height: 21px;
}

.worksSideRanking .inner {
position: relative;
background-color: #fff;
width: 90%;
text-align: left;
margin: 0 auto;
margin-top: -20px;
padding: 14px 17px 10px;
z-index: 1;
}

.worksSideRanking h4 {
font-size: 1.3rem;
font-weight: 700;
color: var(--themeColor);
line-height: 1.5;
}

.worksSideRanking .inner p {
font-size: 1.1rem;
margin: 10px 0 0;
line-height: 1.6;
}

#relatedArticlesPost {
width: 100%;
margin-bottom: 60px;
}

#relatedArticlesPost .works {
position: relative;
background-color: #fff;
width: 100%;
margin-bottom: 20px;
border: 1px solid #ddd;
}

#relatedArticlesPost .works a {
display: flex;
justify-content: space-between;
}

#relatedArticlesPost .works a:hover {
text-decoration: none;
}

#relatedArticlesPost .works .worksPhoto {
position: relative;
width: 40%;
height: 110px;
overflow: hidden;
margin-bottom: 0;
}

#relatedArticlesPost .works .worksPhoto img {
width: 100%;
height: 110px;
object-fit: cover;
transition: .3s ease-in-out;
}

#relatedArticlesPost .works .triangle {
position: absolute;
background-color: #f08300;
width: 150px;
height: calc(100px / 2 * tan(60deg));
clip-path: polygon(50% 0, 100% 100%, 0 100%);
content: "";
text-align: center;
transform: rotate(-45deg);
line-height: 1;
z-index: 1;
left: -75px;
top: -45px;
}

#relatedArticlesPost .works .triangle::after {
position: absolute;
font-family: var(--font-barlow);
font-size: 1rem;
font-weight: 500;
content: "New";
color: #fff;
margin: auto;
transform: rotate(0deg);
z-index: 2;
left: 0;
right: 0;
bottom: 10px;
}

#relatedArticlesPost .works .categoryTag {
position: absolute;
background-color: var(--themeColor);
width: 100px;
height: 22px;
font-size: 1rem;
text-align: center;
color: #fff;
line-height: 21px;
z-index: 1;
right: 0;
bottom: -20px;
}

#relatedArticlesPost .works .inner {
width: 70%;
text-align: left;
margin-top: 0;
padding: 13px 16px 15px;
}

#relatedArticlesPost .works h3 {
font-size: 1.5rem;
font-weight: 700;
margin-top: 0px;
margin-bottom: 0;
padding-left: 0;
border-left: 0;
}

#relatedArticlesPost .works .inner p {
font-size: 1.3rem;
margin: 5px 0 0;
line-height: 1.6;
}

/**/

#columnCo {
width: 100%;
text-align: justify;
margin-bottom: 40px;
}

#columnCo dl {
position: relative;
background-color: #fff;
width: 100%;
margin-bottom: 20px;
border: 1px solid #ddd;
overflow: hidden;
}

#columnCo dl a {
color: var(--txtColor);
display: block;
}

#columnCo dl a:hover {
color: var(--themeColor);
}

#columnCo dl .triangle {
position: absolute;
background-color: #f08300;
width: 150px;
height: calc(100px / 2 * tan(60deg));
clip-path: polygon(50% 0, 100% 100%, 0 100%);
content: "";
text-align: center;
transform: rotate(-45deg);
line-height: 1;
z-index: 1;
left: -70px;
top: -40px;
}

#columnCo dl .triangle::after {
position: absolute;
font-family: var(--font-barlow);
font-size: 1.2rem;
font-weight: 700;
content: "New";
color: #fff;
margin: auto;
transform: rotate(0deg);
z-index: 2;
left: 0;
right: 0;
bottom: 10px;
}

#columnCo dt {
float: left;
width: 100%;
overflow: hidden;
margin-bottom: 25px;
}

#columnCo dt img {
width: 100%;
height: 200px;
object-fit: cover;
transition: .3s ease-in-out;
}

#columnCo dd {
width: 100%;
text-align: justify;
padding: 30px;
line-height: 1.6;
}

#columnCo dd h3 {
font-size: 1.5rem;
font-weight: 700;
color: var(--themeColor);
margin-bottom: 10px;
line-height: 1.5;
}

#columnCo .date {
font-size: 1.3rem;
margin-top: 10px;
}

#postTitle {
position: relative;
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
line-height: 1.4;
}

#postTitle::before {
position: absolute;
background-color: var(--themeColor);
width: 100px;
height: 2px;
content: "";
left: 0;
bottom: 0;
z-index: 1;
}

#postDate {
font-family: var(--font-barlow);
font-weight: 700;
color: var(--themeColor);
margin-bottom: 30px;
}

.post h2 {
font-size: 2.2rem;
font-weight: 700;
margin-top: 40px;
margin-bottom: 26px;
padding-left: 18px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post h3 {
font-size: 1.8rem;
font-weight: 700;
margin-top: 40px;
margin-bottom: 26px;
padding-left: 15px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post h4 {
font-size: 1.6rem;
font-weight: 700;
margin-top: 40px;
margin-bottom: 26px;
padding-left: 15px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post h5 {
font-size: 1.4rem;
font-weight: 700;
margin-top: 40px;
margin-bottom: 26px;
padding-left: 15px;
line-height: 1.4;
border-left: 3px solid  var(--themeColor);
}

.post ol {
list-style: decimal;
padding-inline-start: 15px;
margin-bottom: 25px;
}

.post ul {
list-style: disc;
padding-inline-start: 15px;
margin-bottom: 25px;
}

.post img {
max-width: 100% !important;
margin-bottom: 30px;
}

#toc_container {
background-color: #FCF5E0;
width: 100%;
margin: 60px auto;
margin-top: 40px;
padding: 20px 26px 26px;
}

.toc_title {
font-size: 1.6rem;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}

.toc_title::before {
content: '\f03a';
font-family: "Font Awesome 6 Free";
font-wigth: 400;
color: var(--themeColor);
margin-right: 5px;
}

.toc_list,
.toc_list ul {
margin: 0 !important;
padding-inline-start: 5px !important;
list-style: none !important;
}

.toc_list li {
font-size: 1.4rem;
}

.toc_list li a {
color: var(--txtColor);
}

.toc_list li::before {
content: "- ";
}

.toc_list li ul li {
font-size: 1.3rem;
margin-left: 15px;
}

.mediaWrap {
width: 100%;
text-align: center;
margin: 60px auto;
}

.mediaWrap h6 {
font-family: var(--font-barlow);
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 5px;
}

.mediaWrap i {
font-size: 3rem;
margin: 0 5px;
}

#writerWrap {
background-color: #FCF5E0;
width: 100%;
margin-top: 80px;
padding: 30px;
}

#writerPhoto {
width: 100% !important;
margin-bottom: 15px !important;
}

#writerPhoto img {
margin-bottom: 0 !important;
}

#writerTxt {
width: 100%;
}

#writerTxt h6 {
font-size: 1.6rem;
font-weight: 700;
text-align: center;
margin-bottom: 10px;
line-height: 1.5;
}

#writerTxt h6 i {
position: relative;
font-size: 2rem;
color: var(--themeColor);
margin-right: 5px;
top: 3px;
}

#prevNextWrap {
margin-top: 60px;
display: flex;
justify-content: space-between;
align-items: center;
}

.btnBackToList {
background-color: #fff;
font-family: var(--font-primary);
width: 120px;
height: 60px;
font-size: 1.2rem;
font-weight: 600;
color: var(--themeColor);
padding-bottom: 2px;
cursor: pointer;
border: 2px solid var(--themeColor);
border-radius: 100px;
transition: .3s;
}

.btnPrevWrap,
.btnNextWrap {
width: 30px;
}

.btnPrev,
.btnNext {
position: relative;
background: transparent;
width: 30px;
height: 25px;
font-size: 0;
text-align: left;
text-indent: -1000px;
color: var(--themeColor);
border: none;
cursor: pointer;
}

.btnPrev {
text-align: right;
}

.btnPrev::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid var(--themeColor);
border-left: 2px solid var(--themeColor);
transform: rotate(-45deg);
left: 0;
top: 0;
bottom: 0;
}

.btnNext::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid var(--themeColor);
border-right: 2px solid var(--themeColor);
transform: rotate(45deg);
z-index: 10;
right: 0;
top: 0;
bottom: 0;
}

/**/

.outline {
width: 100%;
margin-bottom: 60px;
}

.outline a {
color: var(--txtColor);
}

.outline dt {
font-weight: 700;
padding: 20px 0 0;
}

.outline dd {
padding: 0 0 20px;
border-bottom: 1px dotted #ccc;
}

#mapCustmomize {
position: relative;
width: 100%;
padding-top: 400px;
height: 0;
margin-top: 30px;
}

#mapCustmomize iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}

/**/

#qaNav ul {
width: 100%;
margin-bottom: 30px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-bottom: 1px solid var(--themeColor);
}

#qaNav ul li {
background-color: var(--themeColor);
width: 49%;
font-weight: 700;
text-align: center;
margin-top: 1px;
border-left: 1px solid var(--themeColor);
border-top: 1px solid var(--themeColor);
border-right: 1px solid var(--themeColor);
line-height: 1;
transition: .3s;
}

#qaNav ul li a {
color: #fff;
padding: 15px 10px;
display: block;
}

#qaNav ul li a.active {
background-color: #fff;
color: var(--themeColor);
}

.qaCo {
background-color: #FBFAEC !important;
}

/**/

.contactCallWrap {
position: relative;
background-color: var(--subColor);
width: 100%;
font-size: 3.2rem;
color: var(--themeColor);
text-align: center;
margin: 30px auto;
margin-bottom: 40px;
padding: 20px 15px 25px;
line-height: 1.2;
border: 1px solid #ddd;
}

.contactCallWrap i {
margin-right: 10px;
}

.contactCallWrap span {
font-family: var(--font-barlow);
font-weight: 700;
}

.contactCallWrap .manager {
font-size: 1.3rem;
color: var(--txtColor);
line-height: 1.5;
}

.commonTitleH3 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 30px;
padding: 0 0 10px 15px;
border-left: 3px solid var(--themeColor);
border-bottom: 1px solid #ddd;
line-height: 1.5;
}

.commonTitleH4 {
font-size: 1.7rem;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.5;
}

.commonTitleH4s,
.commonTitleH4s2 {
font-size: 1.6rem;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.5;
}

.commonTitleH4s2 {
margin-bottom: 40px;
}

.commonTitleH4 span,
.commonTitleH4s span,
.commonTitleH4s2 span {
margin-left: -8px;
}

#serviceArea {
background-color: var(--subColor);
width: 100%;
margin-bottom: 40px;
padding: 25px 30px;
border: 1px solid #ddd;
}

#serviceArea h5 {
font-size: 1.5rem;
color: var(--themeColor);
}

#lineFlex {
background-color: var(--subColor);
width: 100%;
margin: 0 auto;
margin-bottom: 60px;
padding: 25px 30px 5px;
border: 1px solid #ddd;
}

#lineTxt {
width: 100%;
color: var(--txtColor);
}

#lineWrap {
width: 80%;
text-align: center;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}

#lineWrap img {
width: 75%;
}

.contactTxt {
color: var(--txtColor);
margin-bottom: 30px;
}

.contactFlex {
width: 100%;
color: var(--txtColor);
padding: 20px 0;
border-top: 1px dotted #ccc;
}

.contactFlex p {
margin-bottom: 0;
}

.contactL {
width: 100%;
margin-bottom: 10px;
}

.contactR {
width: 100%;
text-align: left;
}

.contactR .inputW {
background-color: #f2f2f2;
font-family: var(--font-primary);
width: 100%;
height: 60px;
font-size: 1.3rem;
padding: 15px;
border: 1px solid #f2f2f2;
border-radius: 5px;
transform: .5s;
}

.contactR input {
font-size: 1.3rem;
color: var(--txtColor);
}

.contactR textarea {
background-color: #f2f2f2;
font-family: var(--font-primary);
width: 100%;
height: 200px;
font-size: 1.3rem;
color: var(--txtColor);
padding: 15px;
border: 1px solid #f2f2f2;
border-radius: 5px;
}

.required {
position: relative;
background-color: #DA2124;
width: 36px;
height: 22px;
font-size: 1rem;
font-weight: 700;
color: #fff;
text-align: center;
display: inline-block;
margin-right: 7px;
border-radius: 3px;
line-height: 21px;
top: -1px;
}

.any {
position: relative;
background-color: #bbb;
width: 36px;
height: 22px;
font-size: 1rem;
font-weight: 700;
color: #fff;
text-align: center;
display: inline-block;
margin-right: 10px;
border-radius: 3px;
line-height: 21px;
top: -1px;
}

.formSelect {
position: relative;
}

.formSelect select {
position: relative;
background-color: #f2f2f2;
font-family: var(--font-primary);
width: 100%;
height: 60px;
font-size: 1.3rem;
color: var(--txtColor);
padding: 15px;
border: 2px solid #f2f2f2;
border-radius: 5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.formSelect::after {
position: absolute;
width: 8px;
height: 8px;
content: "";
border-right: 1px solid var(--themeColor);
border-bottom: 1px solid var(--themeColor);
margin: auto;
transform: rotate(45deg);
z-index: 1;
top: -5px;
bottom: 0;
right: 20px;
}

.originalFileBtn {
font-family: var(--font-primary);
width: 100%;
}

::file-selector-button {
background-color: var(--themeColor);
font-family: var(--font-primary);
font-size: 1.2rem;
font-weight: 700;
color: #fff;
margin-right: 10px;
margin-bottom: 5px;
padding: 8px 10px 11px 10px;
border: none;
border: 1px solid var(--themeColor);
border-radius: 5px;
cursor: pointer;
}

.flieTxt {
font-size: 1.3rem;
margin-top: 10px;
}

.contactR input[type="radio"] {
opacity: 0;
visibility: hidden;
position: absolute;
}

.contactR .wpcf7-list-item {
display: inline-block;
}

.formR .wpcf7-list-item.first {
margin-left: 0;
}

.contactR .radioWrap span.wpcf7-list-item-label {
position: relative;
display: flex;
align-items: center;
cursor: pointer;
margin-left: -15px;
margin-right: 20px;
}

.contactR .radioWrap span.wpcf7-list-item-label::before {
display: block;
content: "";
border-radius: 50%;
border: 1px solid #ccc;
width: 18px;
height: 18px;
margin-right: 5px;
}

.contactR .radioWrap span.wpcf7-list-item-label::after {
position: absolute;
content: "";
border-radius: 50%;
width: 8px;
height: 8px;
background-color: #fff;
left: 5px;
top: 50%;
transform: translateY(-50%);
display: none;
}

.contactR .radioWrap input[type="radio"]:checked + span.wpcf7-list-item-label::after {
display: block;
}

.contactR .radioWrap input[type="radio"]:checked + span.wpcf7-list-item-label::before {
display: block;
background-color: var(--themeColor);
}

.contactR .otherTxt {
margin: 10px 0;
}

.contactR .googleTxt {
margin-top: 10px;
}

.contactR input[type="checkbox"] {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.contactR .checkWrap input[type="checkbox"] {
width: 10px;
}

.wpcf7-form-control, .wpcf7-form {
margin: 0;
padding: 0;
}

.wpcf7-form-control-wrap {
margin: 0;
padding: 0;
}

.contactR .checkWrap .wpcf7-list-item label {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
cursor: pointer;
left: -12px;
}

.contactR .checkWrap .wpcf7-list-item label span {
margin: 0;
padding: 0;
}

.contactR .checkWrap .wpcf7-list-item label::before,
.contactR .checkWrap .wpcf7-list-item label:has(:checked)::after {
content: "";
}

.contactR .checkWrap .wpcf7-list-item label::before {
position: relative;
background-color: #fff;
width: 20px;
height: 20px;
border-radius: 3px;
border: 1px solid var(--themeColor);
top: 1px;
}

.contactR .checkWrap .wpcf7-list-item label:has(:checked)::before {
background-color: var(--themeColor);
}

.contactR .checkWrap .wpcf7-list-item label:has(:checked)::after {
position: absolute;
top: 3px;
left: 6px;
transform: rotate(45deg);
width: 8px;
height: 12px;
border: solid #fff;
border-width: 0 2px 2px 0;
}

.submitWrap {
position: relative;
width: 100%;
height: 120px;
text-align: center;
margin: 0 auto;
margin-bottom: 100px;
padding-top: 30px;
border-top: 1px dotted #ccc;
}

.wpcf7-submit {
background-color: #f08300;
font-family: var(--font-primary);
width: 100%;
height: 80px;
font-size: 1.8rem;
font-weight: 600;
color: #fff;
padding-bottom: 5px;
cursor: pointer;
transition: .3s;
border: 2px solid #f08300;
border-radius: 500px;
}

.thanksTxt {
color: var(--txtColor);
margin-top: 30px;
}

/**/

.btn,
.btnWide {
position: relative;
background-color: var(--themeColor);
width: 180px;
height: 60px;
font-size: 1.5rem;
font-weight: 700;
color: #fff;
padding-bottom: 3px;
cursor: pointer;
border-radius: 300px;
border: 2px solid var(--themeColor);
transition: .3s;
}

.btnWide {
width: 100%;
}

.btn::after,
.btnWide::after {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
right: 20px;
top: 0;
bottom: 0;
transition: .5s;
}

/**/

.privacy h2 {
font-size: 1.5rem;
color: var(--themeColor);
font-weight: 700;
margin-bottom: 10px;
}

/**/

footer {
position: relative;
background-color: #FCF5E0;
width: 100%;
padding: 0 30px 30px;
margin-top: 100px;
}

.sliderBottom {
position: relative;
width: 100%;
z-index: 20;
display: flex;
justify-content: center;
flex-wrap: wrap;
top: -30px;
}

.craftsmanS {
position: relative;
width: 60px;
height: 60px;
margin: 0 5px 10px;
}

.craftsmanS img {
width: 100%;
height: 60px;
border-radius: 60px;
object-fit: cover;
border: 2px solid var(--themeColor);
}

#footerFlex {
display: flex;
justify-content: space-between;
}

#footerL {
position: relative;
width: auto;
font-size: 1.3rem;
font-weight: 700;
text-align: center;
margin: 0 auto;
}

#footerL a {
color: var(--txtColor);
}

#footerLogo {
width: 200px;
margin: 0 auto;
margin-bottom: 30px;
}

#footerFollowUs {
font-family: var(--font-barlow);
font-size: 1.4rem;
font-weight: 700;
color: var(--txtColor);
text-align: center;
margin-top: 40px;
margin-bottom: 10px;
line-height: 1;
}

#snsNavF ul {
width: 100%;
padding-bottom: 60px;
display: flex;
justify-content: center;
line-height: 1;
}

#snsNavF li {
margin-right: 10px;
}

#snsNavF li a {
font-size: 3.2rem;
color: #f08300;
}

#footerR {
width: auto;
text-align: left;
margin-bottom: 30px;
line-height: 1;
}

#footerR ul {
position: relative;
}

#footerR ul li {
position: relative;
width: 250px;
margin: 0 auto;
}

#footerR ul li a {
position: relative;
font-size: 1.3rem;
font-weight: 700;
color: var(--txtColor);
display: block;
text-decoration: none;
padding: 15px 10px;
line-height: 1.5;
}

#footerR ul li::before {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 1px solid var(--themeColor);
border-right: 1px solid var(--themeColor);
transform: rotate(45deg);
right: 15px;
top: 0;
bottom: 0;
transition: .5s;
}

#copyRight {
position: relative;
background-color: #555;
font-family: var(--font-barlow);
font-size: 1.1rem;
font-weight: 600;
color: #fff;
margin: auto;
padding: 6px 10px 90px;
letter-spacing: 0;
}

#pagetop {
position: fixed;
background-color: #f08300;
width: 56px;
height: 50px;
bottom: -50px;
right: 0;
transition: .3s;
z-index: 400;
}

#pagetop::before {
position: absolute;
width: 10px;
height: 10px;
content: "";
margin: auto;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(-45deg);
left: 0;
right: 0;
top: 0;
bottom: 0;
}

#character {
position: absolute;
width: 50px;
right: 0;
bottom: 46px;
}

#fixedCharacter {
display: none;
}

#fixedCharacterSp {
position: fixed;
width: 50px;
margin: auto;
z-index: 550;
right: 0;
top: 80px;
animation: bound 8s infinite;
}

#rola {
position: absolute;
font-size: 1rem;
text-align: center;
margin: auto;
left: 0;
right: 0;
bottom:30px;
}

@keyframes bound {
0% { transform:translateX(0) }
3% { transform:translateX(0) }
6% { transform:translateX(0) }
9% { transform:translateX(20px) }
11% { transform:translateX(0) }
14% { transform:translateX(10px) }
17% { transform:translateX(0) }
50% { transform:translateX(0) }
100% { transform:translateX(0) }
}

#bottomBtnFlexSp {
position: fixed;
font-size: 1rem;
font-weight: 700;
display: flex;
justify-content: space-between;
letter-spacing: 0;
z-index: 400;
left: 0;
bottom: 0;
}

#bottomBtnFlexSp a {
color: #fff;
}

#formBtnSp {
position: fixed;
background-color: #f08300;
width: 35%;
height: 80px;
line-height: 1.3;
left: 0;
bottom: 0;
}

#formBtnSp a {
padding-top: 12px;
display: block;
}

#formBtnSp i {
font-size: 2.6rem;
margin-bottom: 5px;
}

#lineBtnSp {
position: fixed;
background-color: #06c755;
width: 30%;
height: 80px;
margin: auto;
line-height: 1.3;
left: 0;
right: 0;
bottom: 0;
}

#lineBtnSp a {
padding-top: 12px;
display: block;
}

#lineBtnSp i {
font-size: 2.6rem;
margin-bottom: 5px;
}

#callBtnSp {
position: fixed;
background-color: #f08300;
width: 35%;
height: 80px;
text-align: center;
line-height: 1.1;
right: 0;
bottom: 0;
white-space: nowrap;
}

#callBtnSp a {
padding-top: 10px;
display: block;
}

#callBtnSp i {
font-size: 2.8rem;
margin-bottom: 5px;
}

#callBtnSp span {
font-family: var(--font-barlow);
font-size: 1.7rem;
font-weight: 700;
display: block;
}

.orderBox { 
display: flex;
flex-direction: column;
}

.order1 { order: 1; }
.order2 { order: 2; }
.order3 { order: 3; }
.order4 { order: 4; }
.order5 { order: 5; }

.alignright,
.alignleft,
.aligncente {
display: block;
margin: 0 auto;
margin-bottom: 30px;
}

}