@charset "utf-8";
/*
Theme Name: ASG Jutaku Support
Author: ASG Jutaku Support
Version: 1.0.0
*/
/* リセットCSS */
*,:after,:before{box-sizing:border-box;border-style:solid;border-width: 0;min-inline-size: 0;}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow-y: scroll;}body{margin:0}main{display:block;}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight: 700;margin: 0;}address,blockquote,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0;}ol,ul{padding:0;list-style:none}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit;transition: var(--hover-transform);}em{font-style:normal}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight: 400;}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object{vertical-align:bottom;}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox;}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none;}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled],button[disabled]{cursor:default}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}fieldset,option{padding:0}fieldset{margin:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}[hidden],template{display:none}img{max-width: 100%;}
/* IEブラウザの注意喚起 */
.iebox{display:none;}@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {.iebox{display:block;padding: 20px;position: fixed;bottom:0;width: 100%;z-index: 9999;text-align: center;background: red;color:#fff;font-weight: 800;}}

/* 汎用CSS
===================================================== */

/* スマホでテキストの折り返し用 */
.ib {display: inline-block}

/* フォーム */
label {margin-bottom:8px;}
select,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {width: 100%;max-width: 100%;padding: 8px 16px;background-color: #F4F4F4;margin: 4px 0 0;}
select,input,textarea {line-height: 1.1;font-family: inherit;font-size: inherit;font-weight: inherit;}

input[type="submit"],
input[type="button"]{padding: 12px 16px;}

:root {
	--font-color:#1a1a1a;
	--blue: #006bcb;
	--waterblue: #ebf4fd;
	--green: #26b258;
	--light-green: #61e061;
	--bg-color:#f9fbf5;
	--main-font:"Noto Sans JP", sans-serif;
	--en-font: "PT Sans", sans-serif;
	--hover-transform:all .3s ease-in-out;
	--hamburger-transform:display .5s ease-in-out;
	--show-anime: opacity .5s, translate 1s;
}

::selection {background-color: #016d7761;color:#fff;}

.pc{display:block;}
@media(max-width:480px){
	.pc{display:none;}
}

/* 基本レイアウト
===================================================== */

html{height: -webkit-fill-available;}
body{min-height: 100vh;min-height: -webkit-fill-available;}

body {font-size: 16px;font-family:var(--main-font);line-height:1.6;letter-spacing: .05em;color: var(--font-color);text-align: justify;font-feature-settings: "palt";background-color: var(--main-color);}
body.fix {position: fixed;overflow: hidden;width: 100vw;height: 100vh;}

#page{overflow:hidden;}
a img:hover{opacity:0.7;}

.container{width: 1130px;max-width: 100%;padding-inline: 40px;margin-inline: auto;position: relative;z-index:11}
.inner{width: 1080px;max-width:100%;margin-inline:auto;}
.page-herder{position:relative;}
.page-content{padding-block: 110px;}
.page-kv{width: calc(100% - 64px);aspect-ratio:67/15;margin:25px auto 0 0;border-radius: 0 150px 0 0;background-position: center;background-repeat:no-repeat;background-size: cover;}
.page-header-item{color:#fff;position:absolute;bottom:80px;left:80px;}
.page-header-item h1{font-size:38px;font-weight:400;letter-spacing: .24em;}
.page-header-item h1.blk{color:#333;}
.page-anchor-link{margin-top:1em;display: flex;gap: .5em 1.5em;flex-wrap: wrap;}
.page-anchor-link a{display:inline-block;font-size:15px;font-weight:500;letter-spacing:.24em;padding-left: 20px;position:relative}
.page-anchor-link a::before{content:'';position:absolute;width:16px;aspect-ratio:1/1;background-color:#333;border-radius:100%;left:0;top: 4px;}
.page-anchor-link a::after{content:'';position:absolute;width: 6px;height: 6px;border-top:1px solid #fff;border-right:1px solid #fff;left: 5px;top: 8px;rotate:135deg}
.page-anchor-link a:hover{opacity:0.7;}
.page-c-tit{display:inline-block;margin:80px 0 60px;padding:0;color: var(--blue);font-size:33px;font-weight:400;letter-spacing:.24em;}
.works-single-head .page-c-tit{margin:0;}
.content-grid{display: flex;gap: 50px;/*width: 1195px;*/max-width: 100%;margin-inline: auto;}
.main-grid{width: calc(100% - 330px);}
.main-grid.noside{width:100%;}
.side-grid{width: 280px;}
.box03{display:grid;grid-template-columns: repeat(2, 1fr);gap: 40px 25px;}
.main-grid.noside .box03{display:grid;grid-template-columns: repeat(3, 1fr);gap: 40px 25px;}
.post-box-item{position:relative;width: 100%;}
.link-over{position:absolute;inset:0;margin:auto;z-index: 1;}
.main-grid .link-over{position:static;}
.link-over:hover img{opacity:1.0; scale:1.1;}
.link-over:hover h3{opacity:0.7;}

.side-content-wrap{padding-bottom: 2em;overflow:hidden}
.side-content-wrap + .side-content-wrap{margin-top: 50px;}
.side-content-wrap h3{padding:20px 0; margin:10px 0;font-size: 16px;font-weight:600;letter-spacing:.1em;text-align:left;color:var(--blue);border-top:var(--blue) 1px solid;border-bottom:var(--blue) 1px solid;line-height:1.0;letter-spacing:0.3em;}
.side-content-list{margin-top: 1.5em;}
.side-content-list li{color:var(--blue);font-size: 16px;font-weight: 500;}
.side-content-list li:not(:first-child){margin-top:.7em;}
.side-content-list li:before{content:"-";margin-right:5px;}
.side-content-list li a:hover{opacity:0.7;}

.js_inview .container{opacity: .0;translate: 0 50px;transition:var(--show-anime);}
.show  .container{opacity:1;translate:0}

@media(max-width:1024px){
	.page-kv{height:240px}
	.page-header-item{max-width: 95%;padding-block: 24px;padding-inline: 16px;border-radius: 0 20px 0 0;bottom: -10px;}
	.page-header-item h2{font-size:30px;}
	.content-grid{flex-direction:column;}
	.main-grid,
	.side-grid{width:100%;}
}

@media(max-width:880px){
	.box03{grid-template-columns: repeat(2, 1fr);gap:32px 16px}
}
@media(max-width:560px){
	.page-kv{width:100%;border-radius: 0 100px 0 0;}
	.page-header-item{left:0;}
	.page-content{padding-block:80px}
	.page-c-tit{font-size:27px;margin: 0px 0 40px;}
	.lead-text + page-c-tit{margin-top:40px;}
	.page-header-item{padding-bottom:50px;}
	.page-header-item h1{font-size:30px;font-weight:400;letter-spacing: .2em;text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4)}
	.pp_82 .page-header-item h1{color:#fff;letter-spacing: .12em;text-shadow: 0px 0px 10px rgba(102, 0, 0, 0.6)}
}

/*-------------------------------------
/* 共通
--------------------------------------- */
[lang='en']{font-family:var(--en-font)}
.site-logo img{width: 280px;}
.com-tit-1{position:relative;}
.com-tit-1 h2{font-size:25px;font-weight:400;letter-spacing:.3em}
.com-tit-1 p{font-size: 120px;letter-spacing:.12em;color:#ccc;position:absolute;z-index: -1;}

.more-contact a{display:inline-block;width:180px;height:46px;margin-top: -4px;line-height:46px;color:var(--blue);background-color:#fff;border-radius: 999px;text-align:center;font-size:16px;font-weight:600;letter-spacing:0.06em;}
.more-contact a:hover{opacity:0.7;}
.is-drawerActive .more-contact a{margin-top:40px;color:#fff;background-color:var(--blue);}
.is-drawerActive .footer_Menu_list{flex-direction:column;gap:1.5em;}

/*.link-over{position:absolute;inset:0;z-index:11}*/
.more a,
.more > span{display:block;width:168px;max-width: 100%;height:42px;line-height:42px;text-align:center;color:#fff;background-color:var(--blue);border-radius:20px;transition: var(--hover-transform);letter-spacing:0.16em;}

.com-table{width:100%;}
.com-table th,
.com-table td{border-top:1px solid #ccc;padding:16px 0;}
.com-table th{width:320px;padding-left:64px;letter-spacing:.24em}
.com-table tr:last-of-type th,
.com-table tr:last-of-type td{border-bottom:1px solid #ccc}
.com-table a,.com-table a:link,.com-table a:visited{margin:0 10px; color: var(--blue);}
.com-table a:hover{opacity:0.7;}
.com-table a.not-pc:link,.com-table a.not-pc:visited{text-decoration: none;}
@media(max-width:720px){
	.com-table tr:last-of-type th{border-bottom:none}
	.com-table th,
	.com-table td{display:block;width:100%;padding-inline:16px}
	.com-table th{padding-bottom:4px}
	.com-table td{border:none;padding-top:0px;}
}

@media(max-width:560px){
	body{font-size:15px;}
	.container{padding-inline:24px;}
	.page_content{padding:50px 0}
	.com-table{margin-top:24px;}
	.com-tit-1 h2{font-size:20px;}
	.com-tit-1 p{font-size:75px}
}

@media (min-width: 751px) {
	a.not-pc[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}

.noPost{text-align:center;}
/*-------------------------------------
/* ホバースタイル
--------------------------------------- */

@media (hover: hover){
	.more a:hover,
	.link-over:hover ~ .more > span,
	.link-over:hover ~ .service-item-content .more > span{opacity:0.6;}
	.more a:hover::before,
	.link-over:hover ~ .more > span::before,
	.link-over:hover ~ .service-item-content .more > span::before{background-color:#fff;}
	.more a:hover::after,
	.link-over:hover ~ .more > span::after,
	.link-over:hover ~ .service-item-content .more > span::after{background-color:#fff;}
	.works-item.swiper:hover .swiper-slide:not(:hover){opacity: .3;}
	.works-img a:hover img{scale:1.1}
	.link-over:hover ~ figure img,
	.link-over:hover ~ .service-item-img img{scale:1.1}
	.terms_case li a:hover{background-color:var(--blue);color:#fff;}
	.terms_hash a:hover{background-size:100% 1px;background-position:bottom left}
}

/* ヘッダー
===================================================== */
.sec-header{position:relative;}
.sec-header:before{content:"";display:block;position:absolute;width:100%;height:15px;background:var(--blue);}
.sec-header:after{content:"";display:block;position:absolute;top:0;left:0;z-index:-1;width:100%;height: calc(180px + 20vw);background:var(--waterblue);}
.home .sec-header:after {height:644px;}
.header-content{max-width: 100%;margin-inline: auto;display:flex;align-items:flex-start;justify-content:space-between;line-height: 1;}
.header-logo{margin:52px 0 0 80px;}
.header-nav{width:100%;display:flex;gap: 1.1vw;align-items: center;margin:30px 0 0 80px;font-weight:bold;letter-spacing: .1em;}
.header_Menu_list{display:flex;gap:1em}
.header_Menu_list li a{font-size:16px;font-weight:500;letter-spacing:0.06em;background-image: linear-gradient(var(--blue), var(--blue));background-size: 0 2px;background-position: bottom right;background-repeat: no-repeat;padding-bottom: 8px;transition: background-size .3s ease-out;}
.header_Menu_list li a:hover{opacity:0.7;}
.header-contact-area{width:505px;height:90px;background:var(--blue);border-bottom-left-radius:20px;padding:26px 30px 0 36px;display:flex;justify-content:space-between;}
.nav-header-tel .number{margin-bottom:3px;font-size:22px;color:#fff;font-weight:500;letter-spacing: .12em}
.nav-header-tel .extra{font-size:13px;color:#fff;font-weight:500;letter-spacing:.05em;}
@media (max-width: 1360px) {
	.sec-header:after{height: calc(100px + 20vw);min-height:340px;}
}

/* ハンバーガーメニュー */
.header-hamburger{display:none;}
.hamburgerbutton {position: fixed;display: block;cursor: pointer;width: 90px;aspect-ratio: 1/1;background-color: var(--blue);-decoration: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;btop: 0;right: 0;z-index: 9999;}
.hamburgerbutton-line {position: absolute;inset:0;margin: auto;width: 40px;height: 3px;-webkit-transition: inherit;transition: inherit;background-color: #fff;}
.hamburgerbutton-line::before,
.hamburgerbutton-line::after {position: absolute;display: block;width: 100%;height: 100%;background-color: inherit ;content: '';-webkit-transition: inherit;transition: inherit;transition: transform .2s;}
.hamburgerbutton-line::before {top: -12px;}
.hamburgerbutton-line::after {top: 12px;}
.hamburgerbutton[aria-expanded="true"] .hamburgerbutton-line {background-color: transparent;}
.hamburgerbutton[aria-expanded="true"] .hamburgerbutton-line::before,
.hamburgerbutton[aria-expanded="true"] .hamburgerbutton-line::after {top: 0;background-color: #000;}
.is-drawerActive .hamburgerbutton[aria-expanded="true"] .hamburgerbutton-line::before {transform: rotate(45deg);width:100%;background-color:var(--blue);}
.is-drawerActive .hamburgerbutton[aria-expanded="true"] .hamburgerbutton-line::after {transform: rotate(-45deg);width:100%;background-color:var(--blue);}
.is-drawerActive .hamburgerbutton {background-color:#fff;}
.is-drawerActive .hamburgerbutton-line{background-color:var(--blue);}
.visuallyHidden {position: absolute;white-space: nowrap;width: 1px;height: 1px;overflow: hidden;border: 0;padding: 0;clip: rect(0,0,0,0);clip-path: inset(50%); margin: -1px;}
.nav-hamburger-menu{position:fixed;top: 0;right:0;bottom:0;left:0;margin:0 auto;background-color: #fff;width:100%;height: 100vh;overflow-y: scroll;z-index: 1111;opacity: 0;visibility: hidden;}
.hamburger-content{width: 420px;max-width:100%;height: 100%;margin-inline: auto;padding-top: 120px;translate: 0 20px;opacity:0;transition:translate .8s ease-in-out,opacity .5s ease-in-out}
.nav-hamburger-menu .contact_box{margin-top:70px;display:flex; flex-direction:column; align-items:center;}
.nav-hamburger-menu .nav-header-tel a{margin-bottom:30px;font-size:20px;font-weight:500;}

.hamburger_Menu li:not(:first-child){margin-top:1.5em}
.hamburger_Menu li a{display:block;font-size:18px;font-weight:700;letter-spacing:.24em;text-align:center}
.is-drawerActive .nav-hamburger-menu{opacity: 1;visibility: visible;}
.is-drawerActive .hamburger-content{translate:0;opacity: 1;}

/* フッター
---------------------------- */
.footer-banner{width:814px;max-width: 90%;margin:120px auto 140px;padding: 100px 0;text-align:center;}
.footer-banner img{border-radius:20px;}
.footer-banner p{font-size:14px; letter-spacing:0.1em;}
.sec-footer{background:var(--blue);color:#fff;margin-top:100px;}
.footer-content{position:relative;width: 1266px;max-width: 100%;margin-inline: auto;padding:80px 0 85px;display:flex;justify-content: space-between;align-items:center;}
.footer-logo .footer-info{font-size:14px;margin: 30px 0 65px;}
.footer-address{display:flex;gap:7px;margin-top:.5em;}
.footer-address .zip{display:block;}
.footer-contact{border:1px solid rgba(255,255,255,0.5);padding:40px 83px;text-align: center;}
.footer-tel,
.footer-fax{font-size:22px;font-weight: 400;letter-spacing: .1em;line-height: 1.15;display: flex;gap: .5em;justify-content: center;align-items: center;}
.footer-fax{margin:1em 0 1.4em;}
.tel-tit{font-size: 22px;width: 40px;}
.tel-num{letter-spacing: .13em;}
.businesshours{font-size:13px;}
.footer-banner{padding:0;}
.footer-banner .container{padding:0;}
.footer-banner .sp{display:none;}
.footer-contact .more-contact a{width:224px;}
.footer_Menu_list{max-width:730px;display:flex;flex-wrap:wrap;gap:5px 20px;}
.footer_Menu_list li a{font-size:17px;font-weight:400;background-size: 0 1px;background-position: bottom right;background-repeat: no-repeat;padding-bottom: 8px;transition: background-size .3s ease-out;letter-spacing:0.06em;}
.footer_Menu_list li a:hover{opacity:0.7;}
.is-drawerActive .footer_Menu_list li a{padding:15px;}
.footer-sns{position:absolute;top:-36px;left:0;display:flex;gap:10px;}
.footer-sns a{display:flex;justify-content:center;align-items:center;width:55px;height:55px;border-radius:100%;}
.footer-sns a:hover{opacity:1.0;}
.footer-sns a:nth-of-type(1){background:#fff;}
.footer-sns a:nth-of-type(2){background:#06c755;}
.footer-sns a:nth-of-type(1) img{width:32px; height:32px;}
.footer-sns a:nth-of-type(2) img{width:55px; height:55px;}
.footer-sns img{width:43px;aspect-ratio:1/1;}
.site-generator{font-size: 11px;color: #fff;}
.site-generator.sp{display:none;}


@media(max-width:1360px){
	.header-nav{display:none;}
	.header-hamburger{display:block;position:absolute;back}
	.footer-content{flex-direction:column;gap:24px}
	.header-contact-area{width:calc(505px + 90px);padding-right:120px;}
	.footer-logo,
	.footer-contact,
	.footer-navi{width:calc(100% - 60px);max-width:100%;}
	.footer_Menu_list{max-width:initial;}
	.footer_Menu_list li{text-align: center;}
	.footer-contact{padding-inline:4vw}
	.footer-banner{margin:100px auto;}
	.site-generator.pc{display:none;}
	.site-generator.sp{display:block;margin: 0 auto auto 30px;}
	.footer-content {padding:70px 0 20px;}
	.footer-banner img{border-radius:10px;}
}
@media(max-width:1000px){
	.header-contact-area{display:none;}
	.footer-banner .pc{display:none;}
	.footer-banner .sp{display:block;margin-inline:auto;}
}
@media(max-width:810px){
	.footer-banner p{text-align:left;}
}
@media(max-width:560px){
	.header-content{padding:0;}
	.sec-header:before{height:8px;}
	.sec-header:after{min-height:initial;}
	.header-logo {margin: 24px 0 0 20px;}
	.site-logo img{width: 220px;}
	.hamburgerbutton{width: 64px;}
	.hamburgerbutton-line{width:28px;}
	.hamburgerbutton-line::before{top:-10px;}
	.hamburgerbutton-line::after{top:10px;}
	.businesshours{font-size:12px}
	.footer-banner p{text-align:left;}
	.footer-logo .footer-info{margin: 30px 0 35px;}
}

/* パンくず
---------------------------- */
.bread_wrap{margin-top:5px;padding-right:64px;text-align:right;}
.bread_crumb {line-height: 1;position: relative;display:inline-block;}
.bread_crumb li{font-size: 10px;line-height: 1.6;display:inline-block;margin-left:10px;color:#999;font-size:13px;letter-spacing:0.1em;}
.bread_crumb li:after {content: '';display: inline-block;margin: 0 0 0 3px;vertical-align: 1px;width: 6px;height: 6px;border-top: 1px solid;border-right: 1px solid;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.bread_crumb li:last-child::after {display: none;}
@media(max-width:560px){
	.bread_wrap{padding-right:7px;}
}

/* TOP
===================================================== */

.mv{position:relative;hegiht:calc(100vh - 240px);min-height:560px;margin-top:25px;}
.mv-item{position:absolute;top:-30px;right:62px;padding:0;z-index:300;}
.mv-item::before{content:'';position:absolute;width:80px;}
.mv-item h2{color:#666;writing-mode: vertical-rl;font-size:55px;font-weight:300;letter-spacing:.12em;line-height:1.16;}
.mv-item h2 .topcha{margin-top:-0.1em;}
.mv-img{width:calc(100% - 216px);height:calc(100% - 100px);margin:0 auto 0 0;border-top-right-radius:150px;overflow:hidden}
.mv-img img{width:100%;height:100%;object-fit:cover;}
.mv-img img.sp{display:none;}
.slide{position:relative;}
.slide .mv-text{position:absolute;left:90px; top:140px;width: calc(100% - 400px);
	color:#fff;}
.slide1 .mv-text h3{margin-bottom:20px;font-size:38px; font-weight:500;letter-spacing:0.2em;}
.slide1 .mv-text p{margin-bottom:25px;font-size:20px; font-weight:500;letter-spacing:0.15em;}
.slide .mv-text p.mv-text-btn a{display:block;width:260px;height:48px;line-height:48px;background:#fff;color:#4890e7;border-radius:50px;font-size:17px;font-weight:500;letter-spacing:0.1em;text-align:center;text-shadow: none;}
.slide .mv-text p.mv-text-btn a:hover{opacity:0.85;}
.slide .mv-text br{display:none;}
.top_scroll_cha{position:absolute;right:70px;top: calc(100% - 100px);color:var(--blue);writing-mode: vertical-rl;font-size:12px;letter-spacing:0.1em;}
.top_scroll{position:absolute;width:1px;background-color:var(--blue);right:80px;top: calc(100% - 48px);animation:scroll 0.7s ease infinite}
@keyframes scroll {
0% {height:0;}
100% {height:98px;}
}

.news-posts{position:relative;width: calc(100% - 216px);padding:80px 0 85px;}
.news-posts .container{padding-inline: 60px;}
.news-head {display: flex;align-items: flex-start;margin-top:1.2em;}
.to-list-text {position:relative;display:block;margin-top:30px;padding:5px 70px 0 0;letter-spacing:.1em;text-align:right;vertical-align:3px; font-size:15px;}
.to-list-text a{color: var(--blue);}
.to-list-text a:hover{opacity:0.7;}
.to-list-text a:before {content: '';position: absolute;width: 14px;height: 1px;background-color: var(--blue);right: 0;top: 15px;rotate: 24deg;}
.to-list-text a:after{content: '';position: absolute;width: 56px;height: 1px;background-color: var(--blue);top: 18px;right: 0;}
.news-list{display:flex;gap:40px;}
.news-list .inner{margin:0;width:auto;}
.news-list .com-tit-1{}
.news-list .com-tit-1 p {right: 0;top: -108px;}
.news-list h2{color:var(--blue);writing-mode: vertical-rl;font-size: 40px;font-weight: 600;letter-spacing: .06em;}
dl.news-list-item{width:100%;display:flex;padding:15px;font-size:15px;}
dl.news-list-item dt{width:8em;flex-shrink:0;letter-spacing:0.1em;}
.news-tit{color:var(--blue);letter-spacing:0.06em;}
.news-list-item a:hover{opacity:0.7;}
.archive dl.news-list-item{padding:25px 15px;}


.top-services{background-color:var(--waterblue);padding: 110px 0 120px;position: relative;}
.top-services .container{width:100%;max-width:900px;margin-inline:auto;}
.service-item-wrap{display:flex;margin-top:158px;}
.top-services .com-tit-1 h2{margin-bottom:80px;width:100%;font-size:28px;font-weight:600;letter-spacing:0.16em;color:var(--blue);border-bottom:var(--blue) 4px solid;}
.service-item-wrap{display: flex;flex-wrap: wrap;gap: 80px 56px;}
.service-item{position:relative;width:380px;padding:40px 30px;border:var(--blue) 2px solid;border-radius:20px;background:rgba(255,255,255,1.0);}
.service-item:nth-of-type(2n+1){top:-70px;}
.service-item .service-item-des h3{margin-bottom:20px;color:var(--blue);font-size:26px;font-weight:500;line-height:1.6;letter-spacing:0.16em;}
.service-item .service-item-des h3 .small{display:block;font-size:22px;letter-spacing:0.04em;}
.service-item .service-item-des p{margin-bottom:25px;font-size:16px;font-weight:500;letter-spacing:0.12em;}
.service-item-number, .page-content p.service-item-number{position:absolute;bottom:-25px;right:20px;line-height:1.0;color:var(--blue);font-size:80px;font-weight:100;font-family: "Montserrat", sans-serif;}
.service-item-engtxt{position:absolute;bottom:25px;right:15px;transform: rotate(90deg);transform-origin: bottom right;line-height:1.0;color:var(--blue);font-size:14px;font-weight:500;letter-spacing:0.16em;}
.service-item.service-item-01{background:#fff url(images/icon_service_01.png)no-repeat top 15px right -10px;}
.service-item.service-item-02{background:#fff url(images/icon_service_02.png)no-repeat top 15px right -10px;}
.service-item.service-item-03{background:#fff url(images/icon_service_03.png)no-repeat top 15px right 10px;}
.service-item.service-item-04{background:#fff url(images/icon_service_04.png)no-repeat top -30px right -10px;}



.top-thought{background:#fff url(images/top-thought-1.jpg) no-repeat right top; transition: 2s .5s;}
.thought-tit{font-size:30px;color:#fff;letter-spacing:.22em;margin-left:2em;position:relative}
.thought-tit::before{content:'';position:absolute;width:160px;height:1px;background-color:#fff;top:50%;right:102%}
.thought-item{display:grid;grid-template-columns: repeat(2,1fr);gap: 24px;}
.thought-des{padding:72px 0;}
.thought-des h3{margin-bottom:60px;font-size:26px;font-weight:500;letter-spacing:.16em;line-height:1.7;}
.thought-des p{font-size:16px;letter-spacing:.16em;line-height:1.9;margin-bottom:1.2em;}
.thought-item figure img{border-radius:20px;}

.top-works{width:initial;margin:110px 0 40px;padding-right:140px;}
.top-works .container{width:100%;max-width:1216px;display:flex;flex-direction:row-reverse;gap:40px;}
.works-head{width:266px;flex-shrink:0;margin-left:100px;}
.top-works .com-tit-1 h2{margin-bottom:20px;color:var(--blue);font-size: 40px;font-weight: 600;letter-spacing: .06em;}

.works-head .more a{width:230px;height:42px;background:#fff;margin-top:34px;border:var(--blue) 1px solid;font-size:16px;color:var(--blue);letter-spacing:.16em;text-align:center;}
.works-head .more a::before{top: 22px;}
.works-head .more a::after{top: 25px;}
.works-item-wrap{margin-top:80px;}
.works-list{display:flex; flex-wrap:wrap;gap:32px;}
.home .works-list{ justify-content:flex-end; }
.works-item + .works-item{margin-top:40px;}
.works-list > li{width:328px;transition:var(--hover-transform)}
.works-item figure{width:100%;aspect-ratio:80/51;border-radius:10px 10px 10px 0;overflow:hidden}
.works-item figure img{width:100%;height:100%;object-fit:cover;transition:var(--hover-transform)}
.terms_case{display:flex;flex-wrap:wrap;gap: 3px .5em;margin-top:8px;}
.terms_case li a{width:fit-content;font-size:15px;color:var(--blue);padding:2px 5px;border:1px solid;}
.works-tit{font-size:16px;margin-top:8px;font-weight:400;}
.works-note{display:flex;flex-wrap:wrap;gap:1em;font-size:13px;}
.terms_hash{display:flex;flex-wrap:wrap;gap:1em;font-size:13px;color:var(--light-green);margin-top:10px;}
.terms_hash a{background-image: linear-gradient(var(--blue), var(--blue));background-size: 0 1px;background-position: bottom right;background-repeat: no-repeat;transition: background-size .3s ease-out;}
.works-date{width:100%;margin:17px 0 0;padding-top:10px;border-top:var(--blue) 1px solid;color:#666;line-height:17px;font-size:14px;vertical-align:2px;}
.works-date:before{content:"";display:inline-block; width:17px;height:17px;padding-right:25px;background:url(images/icon_date.png)no-repeat left top;vertical-align: -3px;}
/* Swiper無限ループ設定 */
.worksswiper-wrap .swiper-wrapper{transition-timing-function: linear;}

@media(max-width:1360px){
	.mv{margin-top:80px;}
	.slide .mv-text{width: calc(100% - 400px);}
	.mv-img{height:calc(100vh - 90px - 80px);}
	.mv-img img.pc{display:none;}
	.mv-img img.sp{display:block;object-position:left top;}
	.slide1 .mv-text p br{display:none;}
	.top-works{padding:0;margin:80px 0;}
	.top-works .container{width:1074px;margin-inline:auto;padding:0;}
	.works-head{margin-left:0;}
	/*.works-item-wrap{width:688px;}*/
}
@media(max-width:1074px){
	.top-works .container{flex-direction:column;width:688px;margin-inline:auto;flex-wrap:wrap;}
	.works-head{width:100%;}
	.works-item-wrap{margin-top:0;}
	.works-item{margin-top:20px;}
}
@media(max-width:1024px){
	.top-services .com-tit-1 h2{margin-bottom:35px;}
	.service-item-wrap{width:380px;max-width:100%;gap:30px;margin-top:35px;}
	.service-item{width:100%;height:331px;}
	.service-item:nth-of-type(2n+1){top:0;}
	.thought-item{display:block;}
	/*.thought-item{grid-template-columns:1fr;gap: 40px;}
	.thought-item{order:1;}
	.thought-item figure{margin-left:auto}
	.thought-des{order:2;padding-top:0}
	.thought-link{gap:24px;}
	.thought-des h3{font-size:40px;}
	.thought-des p{margin-top: 2em;}
	.thought-link-item h4{font-size:16px;margin-top: 1em;}*/
}
@media(max-width:880px){
	/*.mv-img{width:90vw;margin-inline:auto 24px}*/
	/*.mv-item{padding-inline: 4vw;left:0}*/
	.slide .mv-text {width: calc(100% - 300px);left: 40px;}
	.mv-item {right: 30px;}
	.mv-item h2{font-size:45px;}
	.mv-img {width: calc(100% - 130px);}
	.news-posts{ width: calc(100% - 130px);}
	.works-head{flex-direction:column;align-items:flex-start;gap:40px;}
	.works-head .more{width:100%;}
	.works-head .more a{margin: 34px auto 0 0;}
}
@media(max-width:768px){
	.top-works .container{width:328px;}
}
@media(max-width:560px){
	.mv{height: calc(100svh - 112px);margin-top:30px;}
	.mv-img{width: calc(100% - 80px);border-top-right-radius: 80px;}
	.mv-item{right: 10px;padding-block: 40px;}
	.mv-item h2{font-size: 36px;line-height:1.1; text-shadow: 0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1),0px 0px 10px rgba(255, 255, 255, 1);letter-spacing:0.16em;}
	.mv-item h2 br:nth-of-type(2),.mv-item h2 br:nth-of-type(3){display:none;}
	.mv-item p{font-size: 16px;letter-spacing: .05em;}
	.slide .mv-text {width: calc(100% - 140px);top: 100px;left: 20px;}
	.slide .mv-text br{display:block;}
	.slide1 .mv-text h3{font-size:26px;letter-spacing: 0.11em;}
	.slide1 .mv-text p{font-size:15px;line-height:1.5;letter-spacing: 0.08em;text-shadow: 0px 0px 10px rgba(0, 0, 102, 1);}
	.top_scroll_cha{right:40px;}
	.top_scroll{right:50px;}
	.news-posts{width:100%;padding:80px 0 80px 0;}
	.news-posts .container{padding:0;}
	.news-head{width:initial;margin:0;}
	.news-list{flex-direction:column;}
	.news-list h2{transform: rotate(0deg);padding-left:15px;}
	dl.news-list-item {flex-direction: column;}
	dl.news-list-item dt{width:7em;}
	.news-posts .to-list-text{margin-right:15px;}
	.top-services{padding:80px 0;}
	.top-services .com-tit-1 p{top: -71px;right: -4px;}
	.service-item figure{border-radius:40px 40px  0 40px;aspect-ratio: 407 / 274;}
	.service-item-01 .service-item-img::before,
	.service-item-02 .service-item-img::before,
	.service-item-03 .service-item-img::before{font-size:80px;left: -20px;}
	.service-item-01 .service-item-des h3{font-size: 20px;}
	.service-item-01 .service-item-des h3 span{font-size: 16px;display: inline-block;margin-left: .5em;}
	.service-item-01 .service-item-des p,
	.service-item-02 .service-item-des p,
	.service-item-03 .service-item-des p{margin-top: 1em;}
	.top-thought{background-position: top center;background-size: 100%;}
	.thought-des{padding: calc(100vw * 0.62 + 40px) 0 80px;}
	.thought-des h3{margin-bottom:20px;font-size:22px;}
	.thought-des p{font-size:15px;}
	.thought-des p br{display:none;}
	.top-works .com-tit-1 p{left: -29px;top: -69px;}
	.terms_case li a{font-size:11px}
	.works-note{font-size:11px}
	.terms_hash{font-size:11px;margin-top: 6px;}
}


/* 下層ページ共通
===================================================== */
.page .page-content section:not(:last-of-type){margin-bottom:140px;}
.page .service .page-content section:last-of-type{margin-bottom:0;}
.rightside-cont{width: 860px; padding-left:30px; max-width:100%; text-align: left;}
.container .header-title2:first-child{margin-top:0;}
.page-content p{margin-bottom:15px;line-height:1.8;font-size:15px;}
.page-content p.kome{margin-bottom:0;font-size:13px;}
.page-content p.kome:last-of-type{margin-bottom:20px;font-size:13px;}
.page-content p.kome + p:not([class]){margin-top:20px;}
.header-title2{margin:80px 0 25px;color:var(--blue);font-size:28px;letter-spacing:0.16em;}
.header-title3{margin:60px 0 20px;border:var(--blue) 1px solid;padding:3px 10px;color:var(--blue);font-size:22px;letter-spacing:0.16em;}
.header-title4{margin:40px 0 15px;padding:3px 10px;color:var(--blue);font-size:18px;letter-spacing:0.16em;}

.lead-text{margin-bottom:60px;font-size:16px;line-height:2.0;letter-spacing:0.14em;}
.page-content .lead-text p{margin-bottom:15px;}
.lead-text ul.page-anchor-link{margin-bottom:130px;}
p.lead{font-size:17px; line-height:1.8;}
p.lead .em{display:block; font-size:20px; font-weight:500; margin-bottom:20px;}
#main p:not([class]) a{margin:0 7px; color:var(--green);}
ul.marker-list {margin:40px 0;}
p a:hover{opacity:0.7;}
ul.marker-list li:before{content:"■"; font-size:70%; margin:0 10px 0 0; color:var(--green); vertical-align:2px;}
ul.number-list li{margin:0 0 10px;}
ul.number-list li.arrow{display:block; position:relative; margin:0 0 10px 3px; width:10px; height:10px; background-color:var(--green)}
ul.number-list li.arrow:before{content:""; display:block; position:absolute; top:5px; left:-4.95px; width: 0; height: 0; border-style: solid; border-right: 10px solid transparent; border-left: 10px solid transparent; border-top: 10px solid var(--green); border-bottom: 0;}
ul.number-list span{display:inline-block; margin:0 10px 0 0; width:20px; height:20px; border-radius:50%; color:#fff; background-color:#333; text-align:center; vertical-align:-2px; line-height:20px;}
ul.check-list li{position:relative;padding-left:25px;margin-bottom:15px; line-height:1.6;}
ul.check-list li:before{content:""; display:block;width:10px; height:6px; margin-right:10px; border: #fff 2px solid; border-bottom:none; border-left:none; transform:rotate(135deg);position:absolute; top:9px; left:4px;z-index:50;}
ul.check-list li:after{content:"";display:block;width:18px;height:18px;border-radius:50%;background:var(--blue);position:absolute; top:5px; left:0;z-index:20;}
table.simple-table{width:100%;border-top:#e0e0e0 1px solid;}
table.simple-table th{width:30%;padding:20px 80px;border-bottom:#e0e0e0 1px solid;font-weight:normal;}
table.simple-table td{width:70%;padding:20px 30px;border-bottom:#e0e0e0 1px solid;}

.solar.img-text-box1{width:100%;display:flex;flex-direction:row-reverse;justify-content:space-between;}
.img-text-box1{display:flex;justify-content:space-between;}
.img-text-box1-text{width:60%;min-width:calc(100% - 410px);}
.img-text-box1-img{width:40%; max-width:380px;}

.solar-img-co2{display:block;width:660px;margin-inline:auto;margin-bottom:15px;}

.solar-column{border:#eee 3px solid; margin:25px 0;padding:30px; border-radius:10px;}
.solar-column-header{margin-bottom:15px;font-weight:700;}

@media(max-width:1024px){
	.rightside-cont{margin-top:70px;width:100%;}
	.recruit .rightside-cont{margin-top:40px;}
}
@media(max-width:900px){
	table.simple-table th{padding:15px;}
}
@media(max-width:720px){
	.img-text-box1{display:block;}
	.img-text-box1-text,.img-text-box1-img{width:100%;}
	.lead-text{margin-bottom:30px;}
}


/* 会社概要
===================================================== */
.greeting-item{margin-top:80px;}
.company-item{display:flex;align-items: flex-start;justify-content: space-between;gap: 96px;margin-top:132px;}
.company-img{margin-top:-180px;position:relative}
.company-img img{border-radius:50px;}
.company-img img:nth-child(2){position:absolute;bottom:-120px;right:-80px}


@media(max-width:1024px){
	.company-item{flex-direction:column;}
	.company-img img:first-of-type{width:160px;border-radius:20px}
	.company-img img:last-of-type{width:120px;border-radius:20px;bottom: -40px;right:auto;left:130px;}
}
@media(max-width:680px){
	.company-item{
		;margin-top:232px;
	}
}


/* サービス案内
===================================================== */

.service .page-content{padding-top:60px;}
.service h4{margin:40px 0 10px;}
.page_service .top-services{background-color:#fff;padding-top:40px;}
.service-menu-item .img{max-width:260px;}
.service-menu-item .text{max-width:calc(100% - 300px);}
.service-menu-item{margin:40px 0;border:var(--blue) 3px solid;border-radius:10px;padding:30px;display:flex;justify-content:space-between;}
.service-menu-header{display:inline-block;color:#fff;background-color:var(--blue);padding:1px 5px 4px;line-height:1.0;font-size:22px;letter-spacing:0.1em;}
.page-content p.service-menu-price{margin-bottom:0;font-weight:700;letter-spacing:0.1em;}
.page-content p.service-menu-price .number{font-size:24px;}
.service-menu-item .kome{font-size:12px;}
.service-menu-item .kome:before{content:"※";margin-right:5px;}
.service-menu-item .exp{font-weight:600;}

.img-text-box1.solar {flex-direction:row;}
.img-text-box1.solar h3{margin-top:0;}
.solar .img-text-box1-text{width:calc(100% - 530px);max-width:none;min-width:initial;}
.solar .img-text-box1-img{width:500px;max-width:none;}
.solar-img{display:block;width:100%;max-width:500px;margin-inline:auto;}

.solar-merit-item-list{display:flex;}
.solar-merit-item{width:50%;}
.solar-merit-item img{max-width:650px;}

.solar-grants{display:block;width:100%;max-width:700px;margin-inline:auto;margin-bottom:20px;}

.solar-flow{display:block;width:600px;margin:40px auto 20px;}
.feature-item{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;border:var(--waterblue) 8px solid;padding:30px 60px 30px 30px;margin-bottom:10px;}
.feature-item img{width:150px;}
.feature-item dl{width:calc(100% - 170px);}
.feature-item dt{margin-bottom:15px;font-size:20px;font-weight:800;}
.feature-item dd a{position:relative;display:inline-block;margin:5px 40px 0 0;padding:2px 45px 2px 0;color:var(--blue);}
.feature-item dd a:before{content: '';position: absolute;width: 14px;height: 1px;background-color: var(--blue);right: 0;top: 15px;rotate: 24deg;}
.feature-item dd a:after{content: '';position: absolute;width: 40px;height: 1px;background-color: var(--blue);top: 18px;right: 0;}
.feature-item dd a:hover{opacity:0.7;}
/*.marker{background:#ffff99;padding:2px 5px;}*/
@media(max-width:680px){
	.feature-item{flex-direction:column-reverse;}
	.feature-item dl{width:100%;}
}

.flow-chart {
	display: flex;
	align-items: center;
	margin:40px 0 60px 20px;
  }
  
  .flow-chart ul {
	padding: 0;
  }
  
  .flow-chart li {
	list-style-type: none;
  }
  
  .flow-chart dd {
	margin-left: 0;
  }
  
 .flow-chart-item-list {
	position: relative;
  }
  
 .flow-chart-item-list::before {
	content: "";
	width: 15px;
	height: calc(100% + 33px);
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
  }
  
 .flow-chart .item {
	position: relative;
  }
  
 .flow-chart .item:not(:last-child) {
	margin-bottom: 30px;
  }
  
 .flow-chart .item .number {
	font-size: 0.8em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	background:#17b3f4;
	display: inline-block;
	margin-right: 0.3em;
  }
  
.flow-chart .item .title{
	padding-left: 70px;
	position: relative;
  }
  
.flow-chart .item .title::before,
.flow-chart .item .title::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
  }
  
.flow-chart .item .title::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #17b3f4;
	border-radius: 50%;
	top: 38px;
	left: -4px;
  }
  
.flow-chart .item .title::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 30px;
    transform: rotate(-15deg);
  }
  
.flow-chart .item .title {
	font-size: 1.2em;
	font-weight: 600;
	color: #17b3f4;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
	letter-spacing:0.1em;
  }



  .wide-container{width:1200px;}
  .colorbox-container{
	width:100%;
	min-height:450px;
	position:relative;
	margin:140px 0;
}

.colorbox-container .colorbox-box{
	width:95%;
	max-width:600px;
	background:var(--waterblue);
	padding:60px;
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
}
.colorbox-container .colorbox-box .header-title2{}
.colorbox-container .colorbox-box p{margin-bottom:5px;}
.colorbox-container.box2 .colorbox-box{
	right:0;
	left:auto;
}
.colorbox-container .image-box{
	width:95%;
	max-width:calc(100% - 560px);
	height:400px;
	margin:0 0 0 auto;
	position:absolute;
	top:100px;
	right:0;
	z-index:-10;
}
.colorbox-container.box2 .image-box{
	right:auto;
	left:0;
}

.colorbox-container .image-box img{
	width:100%;
	max-width:none;
	height:400px;
	object-fit:cover;
}

.colorbox-container.box2 .image-box img{
	object-position:10% 50%;
}
.colorbox-container.box3 .image-box img{
	object-position:80% 50%;
}
body.page .philosophy h2{
	text-align:left;
	margin:30px 0;
	color:#fff;
	font-size:55px;
	font-weight:300;
}
@media(max-width:940px){
	.colorbox-container {
		min-height:450px;
		margin:40px 0;
	}
	.colorbox-container .colorbox-box{
		position:static;
		width:100%;
		padding:40px;
	}
	.colorbox-container .image-box{
		position:static;
		width:100%;
		max-width:none;
	}

	.header-title2{
		margin-bottom:15px;
	}
}


.renovation-item{display:flex;justify-content:space-between;margin:20px 0;}
.renovation-item:last-of-type{margin-bottom:60px;}
.renovation-item-img{width:440px;}
.renovation-item-text{width:calc(100% - 470px);}

@media(max-width:940px){
	.renovation-item{display:block;}
	.renovation-item-img{width:100%;margin:60px 0 20px;}
	.renovation-item-text{width:100%;}
}


.interpage-index {margin:100px auto;}
.interpage-index ul{width:100%;display:flex;flex-wrap:wrap;border-left:#eee 1px solid;}
.interpage-index li{display:flex;justify-content:center;align-items:center;width:223.5px;height:80px;border-top:#eee 1px solid;border-bottom:#eee 1px solid;border-right:#eee 1px solid;}
.interpage-index li:nth-of-type(1),.interpage-index li:nth-of-type(2),.interpage-index li:nth-of-type(3),.interpage-index li:nth-of-type(4){border-bottom:none;}
.interpage-index a{padding:10px;color:var(--blue);text-align:center;line-height:1.3;}
.interpage-index a:before{content:"";display:inline-block;width:8px;height:8px;border-top:var(--blue) 2px solid;border-right:var(--blue) 2px solid;transform:rotate(45deg);margin-right:5px;vertical-align:2px;}
.interpage-index a:hover{opacity:0.7;}
@media(max-width:1213px){
	.interpage-index li:nth-of-type(5){border-bottom:none;}
}
@media(max-width:989px){
	.interpage-index li:nth-of-type(6){border-bottom:none;}
}
@media(max-width:766px){
	.interpage-index li:nth-of-type(7){border-bottom:none;}
}
@media(max-width:510px){
	.interpage-index li{width:50%;font-size:14px;}
}
.lead.center{margin-bottom:40px;text-align:center;}

@media(max-width:720px){
	.interpage-index {margin:50px auto;}
	.service-menu-item{display:block;}
	.service-menu-item .img, .service-menu-item .text{width:100%;max-width:none;}
}


/* 私たちの思い
===================================================== */
.voice-list{display:block; margin:80px 0 40px;}
.voice-list > div{display:flex; align-items: center; min-height:100px;background:url(images/voice-1.png) no-repeat left center; margin:40px 0;padding-left:120px;}
.voice-list > div:nth-of-type(1){background:url(images/voice-1.png) no-repeat left top;}
.voice-list > div:nth-of-type(2){background:url(images/voice-3.png) no-repeat left top;}
.voice-list > div:nth-of-type(3){background:url(images/voice-2.png) no-repeat left top;}
.voice-list > div:nth-of-type(4){background:url(images/voice-4.png) no-repeat left top;}
.voice-list > div:nth-of-type(5){background:url(images/voice-5.png) no-repeat left top;}
.voice-list.voice-list2 > div:nth-of-type(1){background:url(images/voice-9.png) no-repeat left top;}
.voice-list.voice-list2 > div:nth-of-type(2){background:url(images/voice-7.png) no-repeat left top;}
.voice-list.voice-list2 > div:nth-of-type(3){background:url(images/voice-6.png) no-repeat left top;}
.voice-list.voice-list2 > div:nth-of-type(4){background:url(images/voice-8.png) no-repeat left top;}
.voice-list.voice-list2 > div:nth-of-type(5){background:url(images/voice-10.png) no-repeat left top;}
.voice-list .title{display:block; font-size:14px; font-weight:bold; margin-bottom:7px; line-height:1.0;}

/* 採用情報
===================================================== */
.recruit h4{font-size: 20px;font-weight:500;margin-block:1em; letter-spacing:0.2em;}
.recruit .company-img{flex-shrink:0;}
@media(max-width:1024px){
	.company-item{display:block;}
	.recruit .company-img{padding-bottom:6px;}
	.recruit .company-img img:first-of-type{width:244px;border-radius:20px}
}
@media(max-width:560px){
	.page_recruit .page-kv{background-position: 75% 0;}
}

/* 施工事例
===================================================== */
.works-article-head{margin-top:24px;display: flex;align-items: center;gap: 1em;}
.works-article-head p{width:fit-content;}
.works-taxonomy-list{flex:1;display:flex;gap: 8px 1em;flex-wrap: wrap;}
.works-taxonomy-list li a{display:block;color:var(--blue);padding: .5em 1em;border:1px solid;}
.works-taxonomy-list li a:hover{background-color:var(--blue);color:#fff;}
.works-taxonomy-list li.current-cat a{background-color:var(--blue);color:#fff}
body:not(.home) .works-item{margin-top:64px}
.works-single .com-table a,.works-single .com-table a:link,.works-single .com-table a:visited{margin:0 10px 0 0; color: var(--blue);}
.works-single .com-table a:before{content:"#";}

/* 詳細ページ */
.works-single-head .terms_case{justify-content:flex-start}
.works-single-body{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;padding-top: 48px;}

.works-thumbnail{width:60%;margin:0;}
.works-thumbnail img{width:100%;height:auto;object-fit:cover;border-radius:10px;}
.works-content{width:660px;max-width:100%;}
.work_des p{font-size:18px;line-height:1.8;}
.works-table{margin-top:2em;width:100%;}
.works-table th{width:fit-content;padding:10px;line-height:1.0;}
.works-table .terms_hash{margin-top:0;color:#4b87d1;}
.works-table .terms_hash a{margin:0;}
.works-gallery{margin:40px 0 0;}
.works-gallery img{width:525px;}
.works-gallery + h3{margin-top:100px;font-size:26px;color:var(--blue);}
.works-b_a{padding-top:20px}
.works-b_a-item{display:flex;align-items:center;gap: 10px;}
.works-b_a-item h3{font-size: clamp(1.5rem, 1.088rem + 1.18vw, 2.5rem);font-weight:bold;text-align:center;color:var(--blue);padding-inline: 68px;}
.works-b_a-img{flex: 1;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.works-b_a-img figure{position:relative}
.works-b_a-img figcaption{position:absolute;top:8px;left:-6px;padding-inline:4px;background-color:var(--blue);font-weight:bold;color:#fff;}
.works-b_a-img img{width:100%;/*aspect-ratio:4/3*/;object-fit:cover;border-radius:10px}



.work-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-top: 64px;}
.work-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;}
.work-gallery figcaption{margin-top:.5em}



@media(max-width:1024px){
	.works-single-body{flex-direction:column;width: 560px;max-width: 100%;margin-inline: auto;}
	.works-thumbnail{margin-top:0;width:100%;}
	.works-thumbnail img{width:100%;}
	.works-b_a-item{flex-direction:column;width: 560px;max-width: 100%;margin-inline: auto;}
	.works-b_a-img{grid-template-columns:1fr}
}

@media(max-width:720px){
	.work-gallery{grid-template-columns:repeat(2,1fr)}
	.works-table th,
	.works-table td{display:block;width:100%;padding-inline:16px}
	.works-table th{padding-bottom:4px}
	.works-table td{border:none;padding-top:0px;}
	.work_des p{font-size:16px}
}

/* お問い合わせ
===================================================== */

.contact-info{width:800px;max-width:100%;margin:0 auto;color: #fff;}
.c-table {/*width: 800px;*/max-width:100%;margin: 0 auto 0;}
.from-item{display:flex;flex-wrap: wrap;padding: 40px 0;border-bottom: 1px solid #ccc;}
.c-table fieldset:first-of-type .from-item{border-top: 1px solid #ccc;}
.c-table .fl{font-weight: bold;width:240px;padding: 4px 0;display: block;letter-spacing:0.06em;}
.c-table .fr{width:calc(100% - 240px)}

.required{font-size: 12px;color:#fff;padding: 4px 8px;background-color: var(--blue);margin: 0 16px 0 0;vertical-align: 1px;border-radius:8px;}
.optional{font-size: 12px;color:#fff;padding: 4px 8px;background-color: #ccc;margin: 0 16px 0 0;vertical-align: 1px;border-radius:8px;}
.any{font-size: 12px;padding: 4px 8px;background-color: #b4b5b5;margin: 0 16px 0 0;vertical-align: 1px;}
.example{font-size: 14px;/*letter-spacing: -1px;*/}
.from-item input[type=email]{width:100%}
.from-item input[type=tel]{width:310px;}
.from-item textarea {height: 140px;width:100%}
.from-note{/*width: 800px;*/max-width: 100%;margin:40px auto 0;padding: 32px 16px;border: 1px solid var(--blue);border-radius:6px;}
.from-note h4{margin-bottom:.5em}
.from-note p{font-size: 14px;}
.from-note .acceptance-wrap{font-weight:bold;text-align: center;margin-top:16px}
.from-note .doui{width: 18px;height: 18px;margin: 0 8px 0 0;border: none;vertical-align: -3px;}
.wpcf7-submit:disabled{opacity: 0.3;pointer-events: none}
.formsubmit{margin: 60px auto 0;position:relative;width:fit-content;}
.formsubmit .wpcf7-submit{width: 320px;max-width:100%;margin-inline: auto;padding: 24px;background-color: var(--blue);color:#fff;line-height:1;letter-spacing: .14em;text-align: center;position: relative;font-size: 20px;transition:var(--hover-transform)}
.wpcf7-submit:hover{opacity:0.7;}
.wpcf7-spinner{display:block;margin:16px auto}
.policy-link{padding:0 8px;text-decoration: underline;}
.formsubmit-wrap{text-align:center;margin-top:120px;}
.formsubmit-wrap .wpcf7-previous{display: block;background: none;border: #ccc 1px solid;width: 200px;padding: 24px;color: #aaa;text-decoration: none;margin-bottom: -68px;}
.formsubmit-wrap .wpcf7-submit{display:block;width: 320px;max-width:100%;margin-inline: auto;padding: 24px;background-color: var(--blue); color:#fff;line-height:1;letter-spacing: .14em;text-align: center;position: relative;font-size: 20px;transition:var(--hover-transform)}
.infobox{border:#ccc 1px solid;margin-top:40px;padding:25px;}
.infobox h5.wp-block-heading{margin:0 0 10px;}

@media(max-width:720px){
	.c-table .fl,
	.c-table .fr{width:100%;}
}

@media(max-width:560px){
	.c-table{margin-top:24px}
}

/* サンクスページ
===================================================== */
.thanks-des{text-align:left;padding-block:80px;}
.thanks-des .more a{;margin-top:40px;}

/* privacypolicy
===================================================== */

.privacypolicy{padding-inline:24px;}
.privacypolicy-item{width: 800px;max-width:100%;margin:0 auto;}
.privacypolicy-item h3{font-size:20px;color:var(--accent-color);margin:40px 0 8px}
.privacypolicy-item h4{font-size:18px;margin:32px 0 8px}
.privacypolicy-item h4::before{content:'';display:inline-block;width:16px;height:16px;background-color: var(--green);margin:0 8px 0 0}
.privacypolicy-item h5{margin:24px 0 8px}
.privacypolicy-item h5::before{content:'';display:inline-block;width:16px;height:1px;background-color: var(--green);margin:0 8px 0 0;vertical-align: 6px;}
.privacypolicy-item ul,
.privacypolicy-item ol{margin:16px 0}
.privacypolicy-item li{position:relative;padding: 0 0 0 24px;}
.privacypolicy-item li::before{content:'';position: absolute;width:10px;height:10px;border-radius:10px;background-color: var(--green);margin:0 8px 0 0;top: 8px;left: 4px;}


/* 投稿一覧
===================================================== */
.post-meta{margin-top:.5em}
.display-num{text-align:right;font-size:14px;margin-bottom:1em}
.bottom-post-meta{margin-top:2em}
.bottom-post-meta .display-num{margin-top:1em;margin-bottom:0}
.post-box-item-content figure{width:100%;aspect-ratio:1.5/1;border-radius: 25px;overflow:hidden}
.post-box-item-content img{width:100%;height:100%;object-fit:cover;transition:var(--hover-transform)}
.post-box-item-content a:hover img{scale: 1.1;}
.post-title{margin-top:1em;font-weight:500;}
.post-box-item-content:has(img[src$="logo.png"]) figure{text-align:center;background-color:#E6F4FF}
.post-box-item-content img[src$="logo.png"]{width:80%;height:100%;object-fit:contain;}

/* ページネーション */
.pagination{width:fit-content;margin-top:40px;margin-inline:auto}
.nav-links ul{position: relative;display:flex;gap: 12px;align-items: center;justify-content: center;width: 100%;flex-wrap: wrap;line-height: 1;}
.nav-links li .page-numbers{width:50px;aspect-ratio:1;border-radius:100%;border:1px solid var(--blue);display:grid;place-items:center;color:var(--blue);padding-left: 3px;padding-top: 2px;position:relative;font-size:14px;font-weight:800;}
.nav-links li .page-numbers.current{background-color:var(--blue);color:#fff;}
.nav-links li .next,
.nav-links li .prev{color:#fff;}
.nav-links li .next::before,
.nav-links li .prev::before{content:'';position:absolute;width:9px;height:9px;border-top:2px solid var(--blue);border-right:2px solid var(--blue);}
.nav-links li .next::before{rotate:45deg;left:calc(50% - 6px);}
.nav-links li .prev::before{rotate: 225deg;right:calc(50% - 6px);}
.nav-links li a:hover{opacity:0.7;}


/* 記事
===================================================== */
.blog-template-default .page-header-item{color:#000;}
.page-header-item.blk{color:#000;}
.post-cate{display: inline-block;font-size:14px;height: 23px;padding-inline:.5em;border:var(--blue) 1px solid;color:var(--blue);}
.single-tit{font-size: clamp(1.25rem, 0.993rem + 0.74vw, 1.875rem);font-weight:500;margin-block: .3em 0;padding-bottom: .3em;letter-spacing:0.1em;}
.post-update{display:inline-block;width:100%;margin:20px 0 15px;padding-top: 10px;color:#666;border-top: 1px solid var(--blue);font-size:14px;}
.post-update:before {content: "";display: inline-block;width: 17px;height: 17px;padding-right: 25px;background: url(images/icon_date.png) no-repeat left top;vertical-align: -3px;}
.single-content{padding: 0 0 80px 0;/*padding: 0 64px 80px;*/}
.single-content p{margin-bottom:20px;line-height:1.8;}
.single-thumbnail{text-align:center;margin-bottom: 40px;}
.single-thumbnail img{width:80%;}
.single-more a{width:240px;height: auto;padding-inline:46px;padding-block:8px;margin: 0 0 0 auto;color: #fff;letter-spacing: .24em;}
.single-more a::before{top: 18px;}
.single-more a::after{top: 21px;}
.cat-item-none{display:none;}

/* 記事コンテンツ内部 */
.single-content h3{font-size: 22px;font-weight:500;margin-block:1em;padding:15px;background-color:#f0f0f0; line-height:1.3;}
.single-content h4{font-size: 20px;font-weight:500;margin-block:1em}
.single-content h5{font-size: 16px;font-weight:500;margin-block:.5em}
.single-content a {color: #00a0d2;}
.single-content img{display:block;width:440px;max-width:90%;margin:0 auto 24px}

/* レイアウト用 */
/* 文字に蛍光ペンで引いたような下線 */
.marker{background:linear-gradient(transparent 65%, #fff366 65%);display:inline;font-weight:800}

/* 記事ページネーション */
.single-pagination{width:400px;max-width: calc(100% - 32px);margin:64px auto 0;}
.single-pagination ul{display:flex;justify-content: space-between;gap: 16px;}
.single-pagination li a{display:block;font-size:14px;font-weight: bold;padding: 4px 24px;border:1px solid #000;text-align:center;position:relative;line-height: 1;}
.single-pagination li.single-previous,
.single-pagination li.single-next{width: 97px;font-size:12px;font-family: var(--en-font);font-weight:bold;}
.single-pagination li.single-previous a::before{content:'';display:inline-block;width: 8px;height: 8px;border-bottom:1px solid #000;border-left:1px solid #000;margin-right:8px;transform: rotate(45deg);vertical-align: 1px;}
.single-pagination li.single-next a::after{content:'';display:inline-block;width: 8px;height: 8px;border-top:1px solid #000;border-right:1px solid #000;margin-left:8px;transform: rotate(45deg);vertical-align: 1px;}


@media(max-width:960px) {
	.single-content{padding-left:16px;padding-right:16px;}
}

@media(max-width:560px) {
	.post-box-item-content figure{aspect-ratio:1/1;}
	.post-title{line-height:1.4}
	.post-head{margin-top:3em}
	.single-title{font-size:22px;}
	.single-content h3{font-size:20px;}
	.single-content h4{font-size:18px;}
}

/* WPの汎用（ギャラリーとか）
===================================================== */
.wp-caption .wp-caption-text,.gallery-caption {color: #666;}
.wp-caption a:focus img,.wp-caption a:active img,.wp-caption a:hover img {background: #fff;border-color: #ddd;}
.image-attachment div.attachment {background: #f9f9f9;border: 1px solid #ddd;}
.image-attachment div.attachment img {border-color: #f9f9f9;}
.image-attachment div.attachment a:focus img,.image-attachment div.attachment a:hover img,.image-attachment div.attachment a:active img {border-color: #ddd;background: #fff;}
.gallery-caption {background-color: rgba(0, 0, 0, 0.7);color: #fff;}
.gstyle .postsimg {width: 100%;height:170px;background: #000; }
.gstyle .postsimg a{display: block;height: 100%;display: flex;align-items: center;justify-content: center;}
.gstyle .postsimg.nonimg img{width: 80%;height: auto;}
.entry-content img,.comment-content img,.widget img {max-width: 100%;padding: 0;}
img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"] {height: auto;}
.entry-content img.wp-smiley {border: 0;margin-bottom: 0;margin-top: 0;padding: 0;}
.widget img {margin: 0 auto 10px;display: block;}
img.alignleft,img.alignright,img.aligncenter {margin-bottom: 10px;}
.wp-caption {margin: .4em 0;}
.wp-caption {margin-bottom: 10px;max-width: 96%;padding: 5px;background: #eee;}
.wp-caption img {display: block;margin: 0 auto;max-width: 100%;}
.wp-caption .wp-caption-text,.gallery-caption {font-size: 12px;}
.wp-caption .wp-caption-text {margin: 5px 0;padding: 5px 1%;position: relative;text-align: center;}
.image-attachment div.attachment {border-width: 1px 0;margin: 0 -8.9% 1.625em;overflow: hidden;padding: 1.625em 1.625em 0;text-align: center;}
.image-attachment div.attachment img {display: block;height: auto;margin: 0 auto 1.625em;max-width: 100%;}
.image-attachment .entry-caption p {font-size: 85%;letter-spacing: .1em;line-height: 2.6em;margin: 0 0 2.6em;text-transform: uppercase;}
.gallery {margin: 20px auto;column-gap: 0;}
.gallery-columns-1 {column-count: 1;}.gallery-columns-2 {column-count: 2;}.gallery-columns-3 {column-count: 3;}.gallery-columns-4 {column-count: 4;}.gallery-columns-5 {column-count: 5;}.gallery-columns-6 {column-count: 6;}.gallery-columns-7 {column-count: 7;}.gallery-columns-8 {column-count: 8;}.gallery-columns-9 {column-count: 9;}.gallery a img {border: 0;}
.gallery-item {padding: 5px;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;}
.gallery-caption {box-sizing: border-box;font-size: 12px;font-size: 80%;line-height: 1.5;margin: 0;max-height: 60%;padding: 6px 8px;position: absolute;bottom: 0;left: 0;text-align: left;width: 100%;}
.gallery-caption:before {content: "";height: 100%;min-height: 49px;position: absolute;top: 0;left: 0;width: 100%;}
dl.gallery-item {margin: 0;}
.gallery-item:hover .gallery-caption {opacity: 1;}
.ie7 .gallery-item:hover .gallery-caption,.ie8 .gallery-item:hover .gallery-caption {filter: alpha(opacity=70);}
.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {display: none;}