/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.7
Tested up to: 6.9
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ==========================================================================
   目次
   01. Reset / Base / Utility
   02. Animation
   03. Header / Footer
   04. Shared components
   05. Top page (legacy)
   06. Lower pages
   07. Legacy responsive (1000px / 700px)
   08. Column components
   09. Top page renewal
   10. Subscription page
   11. Works archive
   12. Staff section
   13. Service carousel
   14. About / Message
   15. Service page
   16. Recruit page
   17. Works single
   ========================================================================== */

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/
*/

/* ==========================================================================
   01. Reset / Base / Utility
   ========================================================================== */
/* =Reset
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Yu Gothic" , "YuGothic" ,  "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
	
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}


ul.flex,.flex{
	display:-webkit-box;
	display:-ms-box;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	width:100%;
}

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clear {
	height: 1px;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
}
*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#525252;
}
a:hover {
	color:#006600;
}
body {
	overflow-x:hidden;
	overflow-y:auto;
	background:#fff;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color: #1a1a1a;
	font-family: "M PLUS 1", serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.img1 {
    max-width: 700px;
    margin: 0 auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p{
	margin-bottom:10px;
	letter-spacing:1px;
}
section a, section span, section b, section strong {
	font-size:100%;
}
.mt10 {margin-top:10%!important;}
.mt8 {margin-top:8%!important;}
.mt5 {margin-top:5%!important;}
.mt3 {margin-top:3%!important;}
.mt0 {margin-top:0%!important;}
.mb5 {margin-bottom:5%!important;}
.mb0 {margin-bottom:0%!important;}
.mb3 {margin-bottom:3%!important;}
.mb8 {margin-bottom:8%!important;}
.mb10 {margin-bottom:10%!important;}
.mb15 {margin-bottom:15%!important;}
.mb20 {margin-bottom:20%!important;}
ul.li-mb10 > li {
    margin-bottom: 10%;
}

div.floatr,div.floatl {
    margin: 3% auto;
}
.floatr p.float {
    float: right;
    margin: 0 0 10px 3%;
    width: 47%;
}
.floatl p.float {
    float: left;
    margin: 0 3% 10px 0;
    width: 47%;
}
.floatr p.float.fi_small, .floatl p.float.fi_small {
    width: 30%;
}

span.bu {
	border-bottom:1px solid;
	font-weight:600;
	font-size:100%;
}
span.bo {
	font-size:100%;
	font-weight:600;
}
span.bbig{
	font-weight:bold!important;
	font-size:120%!important;
}
span.yellow {
	color:#006600;
}
span.blown {
	color:#b4a899;
}
span.gray {
	color:#707070;
}
span.green {
	color:#1e4727;
}
span.yb {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #dbf0db));
    background: -o-linear-gradient(transparent 60%, #dbf0db 0%);
    background: linear-gradient(transparent 60%, #dbf0db 0%);
}
.center {
	text-align:center!important;
	margin: 0 auto;
}
.right {
	text-align:right!important;
	margin: 0 0 0 auto;
}
.left {
	text-align:left!important;
	margin: 0 auto 0 0;
}
.ib {
	display:inline-block!important;
	max-width:100%;
	vertical-align:baseline;
	color:inherit!important;
	font-size:inherit!important;
	font-family:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
	line-height:inherit;
}
.small {
	font-size:80%!important;
}

@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadein2 {
	from {opacity: 1;}
	to {opacity: 0;display:none;visibility: hidden;}
}
@keyframes fadein2 {
	from {opacity: 1;}
	to {opacity: 0;display:none;visibility: hidden;}
}
@-webkit-keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes loop3 {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes loop4 {
  0% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadein{
	opacity:0;
	-webkit-transition : all 3s;
	-o-transition : all 3s;
	transition : all 3s;
}
.downup .fadein {
	opacity : 0;
	-webkit-transform : translate(0, 50px);
	    -ms-transform : translate(0, 50px);
	        transform : translate(0, 50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.updown .fadein {
	opacity : 0;
	-webkit-transform : translate(0, -50px);
	    -ms-transform : translate(0, -50px);
	        transform : translate(0, -50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinrl .fadein {
	opacity : 0;
	-webkit-transform : translate(80px, 0);
	    -ms-transform : translate(80px, 0);
	        transform : translate(80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinlr .fadein {
	opacity : 0;
	-webkit-transform : translate(-80px, 0);
	    -ms-transform : translate(-80px, 0);
	        transform : translate(-80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}

ul[class^="col2_"] > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}
ul[class^="col3_"] > li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
}
ul[class^="col2_"] > li:nth-child(even), ul[class^="col3_"] > li:nth-child(3n){
    margin-right: 0;
}

/*------------------------------------*\
    03. Header / Footer
\*------------------------------------*/


.menu {
    background: #ffffff91;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu > div a {
    padding: 10px;
    display: block;
    width: 85px;
}
.menu > nav {
    text-align: right;
    vertical-align: top;
}
.menu > nav > ul > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.menu > nav > ul > li a {
    display: block;
    padding: 28.5px 17px;
}
.menu > nav > ul > li a:hover {
	color:#006600;
}
.menu > nav > ul > li > a:hover {
	color:#fff;
}
.menu > nav > ul > li ul {
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    z-index: 1;
    border-top:2px solid #525252;
}
.menu > nav > ul > li ul::before {
    content:"";
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.menu > nav > ul > li ul a {
    padding: 10px 0;
}
.menu > nav > ul > li:hover ul {
    height: auto;
    opacity:1;
    padding:10px 0;
}
.menu > nav > ul > li:hover ul::before {
    height:100%;
    opacity:1;
}
.menur {
    display: none;
}

section.footer {
    margin-top: 10%;
}
section.footer div {
    background: #006600;
    text-align: center;
    margin: 5% auto 0;
    padding: 3% 2% 2%;
}
ul.sitemap {
    margin-bottom: 2%;
}
ul.sitemap li {
    display: inline-block;
}
ul.sitemap li a {
    color: #fff;
    padding: 10px;
    display: block;
}
ul.sns li {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
}
ul.sns li:last-child {
    margin-right: 0;
}
ul.sns li a {
    display: block;
    padding: 6px;
}
ul.sns li a:hover {
	-webkit-filter: brightness(0);
	        filter: brightness(0);
}
footer#colophon {
    text-align: center;
    background: #006600;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
}
footer#colophon br {
    display: none;
}

/*------------------------------------*\
    04-05. Shared components / Top page
\*------------------------------------*/

.ttl-logo1 {
    width: 150px;
    margin: 0 auto 20px;
}

.ttl1 {
    text-align: center;
    color: #525252;
    font-size: 20px;
    letter-spacing: 3px;
}
.ttl1 span {
    display: block;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 40px;
    letter-spacing: 20px;
    font-weight: 600;
    position: relative;
}
.ttl1 span::before {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(/wp-content/uploads/2026/06/icon_hake-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(0% - 105px);
    transform: rotate(135deg);
}
.ttl1 span::after {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url(/wp-content/uploads/2026/06/icon_hake-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 40px);
    right: calc(0% - 80px);
    transform: rotate(225deg);
}

.ttl1b span::before {
    display: none;
}
.ttl1b span::after {
    background-image: url(/wp-content/uploads/2026/06/icon_penki-scaled.webp);
    transform: rotate(0deg);
}

.ttl1c span::before {
    display: none;
}
.ttl1c span::after {
    background-image: url(/wp-content/uploads/2026/06/icon_roller-scaled.webp);
    transform: rotate(270deg);
}
.ttl2 {
    text-align: left;
    margin: 8% auto 5%;
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
}
.ttl2::before {
    content:"";
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(45deg, #006600, transparent);
    background: linear-gradient(45deg, #006600, transparent);
    position: absolute;
    bottom: 0;
    right: 0;
}
.ttl2 span {
    display: inline-block;
    color: #006600;
    font-size: 40px;
    letter-spacing: 10px;
    margin-right: 5%;
}
.ttl3 {
    padding: 10px;
    font-size: 23px;
    margin: 5% auto 20px;
    border: 1px solid #b4a999;
    position: relative;
    font-weight: 600;
    overflow: hidden;
}
.ttl3::after {
	content:"";
	background: #b4a999;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -15px;
	top: -15px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.ttl4 {
    padding-left: 5%;
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 3%;
}
.ttl4::before {
    content:"";
    width: 3%;
    height: 5px;
    background: #b4a999;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ttl4 span:first-child {
    display: block;
    color: #b4a999;
    font-size: 40px;
    letter-spacing: 10px;
    margin-left: -5%;
    margin-bottom: 10px;
}
.ttl5 {
    color: #006600;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto 10px;
}
.ttl6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.ttl6 i {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}
.ttl6 span {
    display: block;
    color: #006600;
    letter-spacing: 5px;
    font-size: 30px;
    margin-bottom: 10px;
}
.ttl7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 20px 20px 10px;
	position:relative;
}
.ttl7::before {
	content:"";
	border: 1px solid #b4a999;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.ttl7 > span:first-child {
    color: #fff;
    font-size: 25px;
    position: relative;
    display: inline-block;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 50px;
}
.ttl7 > span:first-child::before {
    content:"";
    background:#b4a999;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
.ttl7 > span:nth-child(2){
    font-size: 23px;
}
.ttl7 > span:nth-child(2) span {
    background: #006600;
    color:#fff;
    padding: 0 3px;
}
.ttl8 {
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b4a999;
}
.ttl8 span {
    display: block;
    font-size: 80%;
}
.ttl9 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ttl9 i {
    font-size: 150%;
    vertical-align: bottom;
}
.ttl10 {
    font-size: 35px;
    letter-spacing: 3px;
}
.ttl_recommend {
    width: 70%;
    margin-bottom: 5%;
    max-width: 230px;
}
p.icon1 {
    text-align: center;
    font-size: 100px;
    margin: 5% auto;
}
p.img_small {
    width: 30%;
    margin: 0 auto 10px;
}

p.link1 a,p.link1a a {
    display: inline-block;
    background: #006600;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3% auto;
    padding: 20px 10px;
    min-width: 280px;
    text-align: center;
}
p.link1 a::after, p.link1a a::after {
    content: "\03e";
    padding-left: 10px;
}
p.link1 a:hover {
    background: #dbbd73;
}
p.link1a a {
	background:#707070;
    position: relative;
}
p.link1a a:hover {
    background: #006600;
}
.check_img {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: #006600;
}
.check_img>img {
    width: 250px;
    height: auto;
    object-fit: contain;
}

ul.link2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5% auto;
}
ul.link2 li {
    margin: 0 2% 1% 0;
    max-width: 46%;
}
ul.link2 li:last-child {
	margin-right:0;
}
ul.link2 li a {
    display: block;
    background: #006600;
    padding: 10px 0;
    text-align: center;
    min-width: 200px;
}
ul.link2 li a img {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
ul.link2 li a span {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
ul.link2 li a:hover {
    background: #707070;
}

ul.link3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3% auto;
}
ul.link3 li {
    width: 30%;
    margin-right: 5%;
    text-align: center;
}
ul.link3 li:last-child {
    margin-right: 0;
}
ul.link3 li a {
    display: block;
    background: #006600;
    padding: 20px 40px 20px 10px;
    position: relative;
    color: #fff;
}
ul.link3 li:nth-child(even) a {
    background: #dbbd73;
}
ul.link3 li a br {display:none;}
ul.link3 li a i {
    position: absolute;
    font-size: 20px;
    right: 20px;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
}
ul.link3 li a:hover {
    background: #707070;
}
ul.link3 li a:hover i {
    right:15px;
}

p.by {
    position: relative;
    margin: 0;
}
section.main {
    position: relative;
}
section.main::before {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #fff), to(#ffffff00));
    background: -o-linear-gradient(bottom, #fff 60%, #ffffff00);
    background: linear-gradient(0deg, #fff 60%, #ffffff00);
    opacity:0.8;
}
section.main ul li {
    width: calc(100% / 3);
}
section.main ul li:first-child {
    width: 100%;
    max-height: 60vh;
    overflow: hidden;
}
section.main div {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    text-align: center;
}
section.main div p:first-child {
    font-size: 40px;
    letter-spacing: 10px;
    margin-bottom: 30px;
    -webkit-filter: drop-shadow(2px 1px 1px #fff);
            filter: drop-shadow(2px 1px 1px #fff);
    font-weight: 600;
}
section.main div h1 {
    letter-spacing: 4px;
}

section.index1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.index1a {
    width: 90%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8% auto 5%;
}
.index1a > p:first-child {
    position: absolute;
    font-size: 130px;
    color: #41b883;
    left: 30px;
    top: -100px;
    z-index: 1;
}
.index1a p.by {
    width: 40%;
}
.index1a p.by img, .index1b > p.by img, .index1c p.by img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.index1a h2, .index1b h2,.index1c h2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 10px;
    margin: 1% 2%;
}
.index1a div {
    width: calc(54% - 101px);
}
.index1b {
    width: 57%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 3%;
    position: relative;
}
.index1b > p:first-child {
    position: absolute;
    font-size: 130px;
    color: #41b883;
    left: 30px;
    top: -100px;
    z-index: 1;
}
.index1b > p.by {
    width: 35%;
}
.index1b div {
    width: calc(59% - 50.5px);
}
.index1b div p.by {
    margin-top: 8%;
}
.index1c {
    width: 40%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.index1c > p:first-child {
    font-size: 130px;
    color: #41b883;
    margin-top: -100px;
    width: 150px;
}
.index1c > p.by {
    width: calc(100% - 150px);
    margin-top: -45px;
    height: 450px;
    margin-bottom: 5%;
}
.index1c h2 {
    position: absolute;
    left: 0;
    margin: 0;
    top: 80px;
}

.sentence p {
    line-height:28px;
}

section.back_yellow {
    position: relative;
    padding-bottom: 5%;
}
section.back_yellow::before {
    content: "";
    width: 80%;
    max-width: 800px;
    position: absolute;
    background: #dbf0db;
    height: 90%;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
section.back_texture {
    position: relative;
    padding: 5% 0 3%;
}
section.back_texture::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2024/10/back1.webp)no-repeat center / cover;
    z-index: -1;
    opacity: 0.4;
}

.loop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}
.loop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 200%;
    margin: 0;
    padding: 0;
}
.loop ul:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
.loop ul + ul {
    -webkit-animation: loop2 50s  linear infinite;
    animation: loop2 50s linear infinite;
}
.loop:hover ul{
	-webkit-animation-play-state: paused!important;
	        animation-play-state: paused!important;
}
.loop ul li{
	display: inline-block;
	width: calc(100vw / 5);
	list-style: none;
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 20px solid #ddd0;
}
.loop ul li a {
    display: block;
    position: relative;
}
.loop ul li a::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
.loop-works-thumb {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #e8ebe6;
}
.loop-works-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(1.08) contrast(.96);
}
.loop-works-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .28);
    pointer-events: none;
}
.loop-works-title {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    box-sizing: border-box;
    width: 88%;
    max-width: 100%;
    margin: 0;
    padding: 10px 12px;
    background: rgba(0, 102, 0, .82);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
section.back_texture div.loop:nth-of-type(2) ul:first-child {
            -webkit-animation: loop3 50s -25s linear infinite;
                    animation: loop3 50s -25s linear infinite;
}
section.back_texture div.loop:nth-of-type(2) ul + ul {
            -webkit-animation: loop4 50s linear infinite;
                    animation: loop4 50s linear infinite;
}
section.index2 {
    position: relative;
    margin: -3% auto 5%;
}
section.index2::before {
    content: "";
    width: 100%;
    height: 192px;
    position: absolute;
    background: #dbbd73;
    z-index: -1;
    bottom: -30px;
}
section.index2 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
section.index2 > div > p::before {
    content:"";
    width: 100%;
    padding-top: 120%;
    display: block;
}
section.index2 > div > p:first-child {
    width: calc(50% - 230px);
    margin-right: 3%;
    position: relative;
}
section.index2 > div > p:nth-child(2) {
    width: calc(44% - 230px);
    margin-right: 3%;
    position: relative;
}
section.index2 > div > p img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
section.index2 > div div {
    width: 460px;
}
section.index2 > div div p {
    font-size: 28px;
    font-weight: 600;
    position: relative;
}

.index3 {
    text-align: center;
    margin: 3% auto;
    padding: 5% 0;
    background: url(/wp-content/uploads/2026/06/service1.webp)no-repeat center / cover;
}
.index3 div.width {
    max-width: 800px;
    background: #ffffffd1;
    padding: 3% 3% 0px;
}

.top-event1 {
    width: 48%;
    margin-right: 4%;
}
.top-event1 h3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 18px;
}
ul.top-event2 {
    width: 48%;
}
ul.top-event2 li {
    width: 48%;
    margin-right: 4%;
}
ul.top-event2 li:nth-child(even) {
    margin-right: 0;
}
ul.top-event2 li h3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
section.top-news > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
section.top-news h2.ttl1 {
    width: 300px;
    margin-right: 5%;
    padding-bottom: 170px;
    position: relative;
}
section.top-news h2.ttl1::before {
    content: "";
    background: #dbbd73;
    width: 100vw;
    height: 90%;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}
ul.tnews_in {
    width: calc(95% - 300px);
}
ul.tnews_in li {
    border-bottom: 1px solid;
}
ul.tnews_in li a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 5px;
    display: block;
}
ul.tnews_in li a span {
    width: 120px;
    display: inline-block;
}

/*------------------------------------*\
    06. Lower pages
\*------------------------------------*/

section.header {
    background: url(/wp-content/uploads/2026/06/service1.webp)no-repeat center / cover;
    padding: 80px 0 8%;
    overflow: hidden;
}
.ttl-page {
    display: block;
    margin-top: 10%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding: 3% 0;
}
.ttl-page span {
    display: block;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 40px;
    letter-spacing: 20px;
    font-weight: 600;
}
.ttl-page::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff8f;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
section.bread {
    margin-bottom:3%;
}
section.bread li {
    display: inline-block;
    font-size: 14px;
}
section.bread li::after {
    content:"/";
    padding: 0 10px;
}
section.bread li:last-child::after {
    display:none;
}
section.bread li a {
    display: inline-block;
    padding: 12px 0;
}


section.contact-f, p.cf-txt {
    max-width: 850px;
    margin: 0 auto;
}
section.contact-f th p, section.contact-f td p:last-child {
    margin:0;
}
section.contact-f table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
section.contact-f table th {
    background: linear-gradient(90deg, #00660061, transparent);
    text-align: center;
    width: 200px;
    padding: 20px 0;
    vertical-align: top;
}
section.contact-f table th span {
    font-size: 80%;
    color: #cc1c1c;
}
section.contact-f table td {
    padding: 20px 0 20px 20px;
    vertical-align: middle;
}
section.contact-f table td span.rei {
    display: block;
    margin-top: 3px;
    font-size: 15px;
}
section.contact-f table td span.wpcf7-list-item {
    margin: 0 1em 0 0;
    line-height: 28px;
    letter-spacing: 1px;
}
section.contact-f table td span.wpcf7-acceptance span.wpcf7-list-item, section.contact-f table td span.acceptance-001 span.wpcf7-list-item {
    margin: 0;
}
div.wpcf7 td span.wpcf7-list-item-label {
    cursor: pointer;
}
section.contact-f table td input.wpcf7-text, section.contact-f table td textarea.wpcf7-textarea {
    border: 1px solid #b6b6b6;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.contact-f table td input.wpcf7-text {
    width: 80%;
    max-width: 400px;
    height: 35px;
}
section.contact-f table td textarea.wpcf7-textarea {
    width: 100%;
}
section.contact-f p span.wpcf7-spinner {
    vertical-align: sub;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 30px;
    background: #006600;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
    margin-left: 72px;
    color: #fff;
    font-family: "M PLUS 1", serif;
    border-radius: 5px;
    min-width: 200px;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #707070;
    color: #fff;
}
section.contact-f form > p {
    text-align: center;
}

table.co-info {
    border-collapse: separate;
    border-spacing: 0 10px;
}
table.co-info tr {
    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 12%);
            box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 12%);
}
table.co-info th {
    background: #006600;
    width: 250px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}
table.co-info td {
    padding: 20px;
}
ul.sitemap1 > li {
    width: 48%;
    vertical-align: top;
    margin-right: 4%;
    border-bottom: 1px solid #707070;
}
ul.sitemap1 > li:nth-child(even) {
    margin-right: 0;
}
ul.sitemap1 > li > a {
    display: block;
    padding: 10px;
    position: relative;
}
ul.sitemap1 > li > a::after {
    content: "\03e";
    position: absolute;
    right: 10px;
}
ul.sitemap1 > li li a {
    padding: 0 10px 10px;
    display: block;
    font-size: 15px;
}
ul.sitemap1 > li li a::before {
    content: "-";
    padding-right: 10px;
}

ul.listc {
    text-align: left;
    margin: 3% auto;
}
ul.listc li {
    position: relative;
    padding-left: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 28px;
}
ul.listc li i {
    position: absolute;
    left: 3px;
    top: 6px;
}

ul.flow > li {
    margin-bottom: 8%;
    position: relative;
}
ul.flow > li::before {
    content: "";
    width: 90%;
    height: 80%;
    position: absolute;
    background: #f6f1eb;
    z-index: -1;
    right: -3%;
    top: 5%;
}
ul.flow > li:nth-child(even)::before {
    background: #eee;
}

.box-gray {
    margin: 3% auto;
    background: #f6f1eb;
    padding: 3%;
}
.box_yellow {
	margin: 3% auto;
    background: #fff8e6;
    padding: 3%;
}

/* ==========================================================================
   07. Legacy responsive
   ========================================================================== */
/* Tablet: 1000px */
@media screen and (max-width: 1000px) {
.width {
	width:90%;
}
p {
	font-size:15.5px;
	margin-bottom:8px;
}

/*------------------------------------*\
    ヘッダー＆フッダー1000
\*------------------------------------*/
.menu nav {
    display: none;
}
div.menur {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.r-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000;
    background-color: #006600;
}
.r-btn span,
.r-btn span:before,
.r-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.r-btn span:before {
    bottom: 8px;
}
.r-btn span:after {
    top: 8px;
}
#label1:checked ~ .r-btn span {
    background-color: #fff0;
}
#label1:checked ~ .r-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#label1:checked ~ .r-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#label1 {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0 80px 0 10px;
    overflow: hidden;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 35%);
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 35%);
    max-height: 100vh;
}
.hidden_show p.ttl-logo {
	opacity:0;
	width: 35%;
	margin:0 auto 5%;
	max-width: 300px;
}
.hidden_show ul.nav1 {
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 20px 80px 30px 10px;
    height: auto;
    opacity: 1;
    margin: 0 auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-box-sizing:border-box;
    box-sizing:
    border-box;
    overflow: scroll;
    background: #707070;
}
.hidden_box input:checked ~ .hidden_show p.ttl-logo {
	opacity:1;
}
.hidden_box input:checked ~ .hidden_show ul.nav1 {
	opacity: 1;
	height: auto;
}
.hidden_show ul.nav1 > li{
    border-bottom: 1px solid #fff;
}
.hidden_show ul.nav1 > li:last-child{
    border-bottom: unset;
}
.hidden_show ul.nav1 > li > a {
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 110%;
    font-weight: 600;
}
.hidden_show ul.nav1 > li li a {
    padding-bottom: 10px;
    display: block;
    color: #fff;
}
.hidden_show ul.nav1 > li li a::before {
    content: "-";
    display: inline-block;
    padding-right: 15px;
}





/*------------------------------------*\
    トップページ1000
\*------------------------------------*/

.ttl1, .ttl5, .ttl8 {
    font-size: 18px;
}
.ttl1 span {
    font-size: 35px;
    letter-spacing: 18px;
    margin-bottom: 20px;
    padding-left: 15px;
}
.ttl2, .ttl4 {
    font-size: 18px;
    padding-bottom: 15px;
}
.ttl2 span, .ttl4 span:first-child {
	font-size:35px;
}
.ttl3, .ttl7 > span:nth-child(2), .ttl9 {
    font-size: 20px;
}
.ttl4::before {
    height: 3px;
}
.ttl6 {
    font-size: 17px;
    margin-bottom: 10px;
}
.ttl6 i {
    font-size: 23px;
    margin-bottom: 5px;
}
.ttl6 span {
    font-size: 25px;
    margin-bottom: 5px;
}
.ttl7 {
    padding: 15px 15px 15px 5px;
}
.ttl7 > span:first-child {
    font-size: 23px;
    margin-right: 40px;
}
.ttl7 > span:first-child::before {
    width: 130px;
    height: 130px;
}
.ttl10 {
    font-size: 30px;
}
p.icon1 {
    font-size: 80px;
}

ul.link3 li {
    width: 32%;
    margin-right: 2%;
}

.index1a {
    width: 94%;
}
.index1a > p:first-child,.index1b > p:first-child {
    font-size: 100px;
    top: -80px;
}
.index1a h2, .index1b h2, .index1c h2 {
    font-size: 30px;
}
.index1a div {
        width: calc(54% - 88px);
    
    }
.index1b {
    width: 97%;
    margin-top: 5%;
}
.index1b div {
        width: calc(59% - 44px);
    
    }
.index1c {
    width: 100%;
}
.index1c > p:first-child {
    margin: 0 3% 0;
    font-size: 100px;
    width: 110px;
}
.index1c > p.by {
    margin-top: 5%;
    width: calc(94% - 110px);
    height: 380px;
}
.index1c h2 {
    top: 135px;
    left: 3%;
}
.index1c div {
    width: 94%;
    margin: 0 auto;
    height: auto;
}


.loop ul li {
    width: calc(100vw / 4);
}
section.index2::before {
    height: 132px;
    bottom: -10px;
}
section.index2 > div > p:first-child {
    width: calc(50% - 192px);
}
section.index2 > div > p:nth-child(2) {
    width: calc(44% - 192px);
}
section.index2 > div div {
    width: 384px;
}
section.index2 > div div p {
    font-size: 23px;
}

.top-event1 h3 {
    font-size: 17px;
    margin-bottom: 8px;
}
.top-event1 table th,.top-event1 table td {
    font-size: 15px;
}
ul.top-event2 li h3 {
    font-size: 15px;
}

section.top-news h2.ttl1 {
    width: 230px;
}
ul.tnews_in {
    width: calc(95% - 230px);
}

section.main div p:first-child {
    font-size: 36px;
}

/*------------------------------------*\
    アーカイブ1000
\*------------------------------------*/





/*------------------------------------*\
    下層ページ1000
\*------------------------------------*/

.ttl-page {
    font-size: 18px;
}
.ttl-page span {
    font-size: 35px;
    letter-spacing: 18px;
    margin-bottom: 20px;
}


section.contact-f table th {
    padding: 15px 0;
    width: 180px;
}
section.contact-f table td {
    padding: 15px 0 15px 15px;
}
section.contact-f table td span {
    font-size: 15px;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px;
    font-size: 17px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}






}





/* Mobile: 700px */
@media screen and (max-width: 700px) {

.width {
	width:96%;
}
p {
	font-size:15px;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
.sentence p {
	line-height: 26px;
}
.floatr p.float, .floatl p.float,.floatr p.float.fi_small, .floatl p.float.fi_small {
	float:unset;
	width:100%;
	margin:0 auto 10px;
}


/*------------------------------------*\
    ヘッダー＆フッダー700
\*------------------------------------*/



footer#colophon {
    font-size: 12px;
}
footer#colophon br {
    display: block;
}



/*------------------------------------*\
    トップページ700
\*------------------------------------*/


.ttl1, .ttl5, .ttl8, .dannetsu > span {
    font-size: 16px;
}
.ttl1 span {
    font-size: 30px;
    letter-spacing: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    padding-left: 12px;
}
.ttl2, .ttl4 {
    font-size: 16px;
    padding-bottom: 10px;
}
.ttl2 span, .ttl4 span:first-child {
	font-size:30px;
	letter-spacing: 8px;
}
.ttl3 {
    font-size: 18px;
    padding: 8px;
    margin-bottom: 10px;
}
.ttl4 span:first-child {
    margin-bottom: 5px;
}
.ttl6 {
    text-align: left;
}
.ttl6 i {
    display: inline-block;
    width: 23px;
    font-size: 20px;
    margin-right: 20px;
    vertical-align: middle;
}
.ttl6 span {
    display: inline-block;
    width: calc(100% - 45px);
    font-size: 23px;
    vertical-align: middle;
}
.ttl7 {
    padding: 10px 10px 10px 5px;
}
.ttl7 > span:first-child {
    font-size: 20px;
    margin-right: 30px;
}
.ttl7 > span:first-child::before {
    width: 100px;
    height: 100px;
}
.ttl9 {
	font-size:18px;
	margin-bottom:10px;
}
.ttl10 {
    font-size: 25px;
    letter-spacing: 1px;
}

p.icon1 {
    font-size: 50px;
}

p.link1 a, p.link1a a {
    min-width: 220px;
    padding: 15px 10px;
    margin: 5% auto;
}
ul.link2 li a {
    padding: 10px 0 13px;
    min-width: 140px;
}
ul.link2 li a img {
    width: 20px;
}
ul.link2 li a span {
    font-size: 14px;
}
ul.link3 li a {
    padding: 15px 15px 15px 5px;
}
ul.link3 li,ul.link3 li:last-child {
    min-width: 140px;
    margin: 0 1% 2%;
    width: 45%;
}
ul.link3 li a i {
    right: 7px;
    font-size: 16px;
}
ul.link3 li a:hover i {
    right:7px;
}

section.main div p:first-child {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 5px;
}
section.main div h1 {
    font-size: 12px;
    letter-spacing: 1px;
}
section.main ul li:first-child {
    max-height: unset;
}
section.main ul li:nth-child(2) {
    display: none;
}
section.main ul li {
    width: 50%;
}

.index1a {
    width: 100%;
    margin: 10% auto 2%;
}
.index1a > p:first-child, .index1b > p:first-child {
    font-size: 70px;
    top: -50px;
}
.index1a p.by {
    width: calc(94% - 76px);
}
.index1a h2, .index1b h2, .index1c h2 {
    font-size: 25px;
}
.index1a div,.index1b div {
    width: 94%;
    margin: 5% auto 0;
}
.index1b {
    width: 100%;
    margin-right: 0;
}
.index1b > p.by {
    width: 100%;
    height: 150px;
}
.index1b h2 {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    margin: 3% 3% -3%;
}
.index1c > p:first-child {
    font-size: 70px;
    width: 97%;
    margin-left: 3%;
}
.index1c > p.by {
    position: absolute;
    width: calc(94% - 76px);
    top: 0;
    right: 0;
    height: 300px;
}
.index1c h2 {
    position: unset;
    margin: 3%;
}


section.back_yellow div.width p.link1 {
    margin: 0 auto;
}

.loop {
    padding: 5px 0;
}
.loop ul li {
    width: calc(100vw / 3);
    border-right: 10px solid #ddd0;
}

section.index2 {
    margin-top: 0;
}
section.index2::before {
    height: 40%;
}
section.index2 > div > p:first-child {
    width: 50%;
    max-width: 260px;
}
section.index2 > div > p:nth-child(2) {
    width: 40%;
    max-width: 200px;
}
section.index2 > div div {
    width: 100%;
}
section.index2 > div div p {
    font-size: 4.93vw;
    letter-spacing: 3px;
}
.index3 div.width p:first-child {
    font-size: 12px;
}


.top-event1 {
    width: 100%;
    margin: 0 auto 5%;
}
.top-event1 h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.top-event1 table th, .top-event1 table td {
    font-size: 14px;
}
ul.top-event2 {
    width: 100%;
}

section.top_news {
    position: relative;
}
section.top_news h2.ttl1 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: unset;
    margin-bottom: 5%;
}
section.top_news h2.ttl1::before {
    width: 80%;
    right: auto;
    left: 0;
    bottom: 10%;
    height: 70%;
}
ul.tnews_in {
    width: 100%;
}
ul.tnews_in li a {
    font-size: 15px;
}


/*------------------------------------*\
    アーカイブ700
\*------------------------------------*/





/*------------------------------------*\
    下層ページ700
\*------------------------------------*/

.ttl-page {
    font-size: 16px;
}
.ttl-page span {
	font-size: 30px;
	letter-spacing: 15px;
	margin-bottom: 15px;
}
section.bread li {
    font-size: 12px;
}
section.bread li a {
    padding: 13px 0;
}

section.contact-f table {
    border-collapse: collapse;
    border-spacing: 0;
}
section.contact-f table th {
    display: block;
    width: 100%;
    padding: 10px 0;
}
section.contact-f table td {
    padding: 10px 0;
    width: 100%;
    display: block;
}
section.contact-f table td span.wpcf7-list-item span {
    letter-spacing: 0.5px;
}
section.contact-f table td input.wpcf7-text {
    width: 100%;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit {
    min-width:150px;
}

ul.sitemap > li {
    width: 100%;
    margin: 0 auto;
}

table.co-info {
    border-collapse: collapse;
    border-spacing: 0;
}
table.co-info tr {
    box-shadow: unset;
}
table.co-info th {
    width: 100%;
    display: block;
    padding: 8px;
    text-align: left;
}
table.co-info td {
    width: 100%;
    display: block;
    padding: 8px;
}	

ul.listc li {
    line-height: 26px;
    font-size: 15px;
}

ul.flow > li::before {
    top: auto;
    bottom: -3%;
}







}

/* ==========================================================================
   08. Column components
   ========================================================================== */
.dc_column_ttl1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #006600;
  margin: 3% 0 2.5%;
  padding: 10px;
  border-bottom: 2px solid #006600;
}

.dc_column_ttl2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #707070;
  margin: 2% 0 1.5%;
  padding-left: 10px;
  border-left: 4px solid #dbbd73;
}

.dc_column_list1 {
  list-style: disc;
  padding-left: 30px;
}
.dc_column_list1 li {
  margin: 10px 0;
}

.dc_column_btn {
  text-align: center;
  margin: 5% 0;
}

.dc_column_btn a {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  min-width: 220px;
  padding: 0 20px;
  background: #006600;
  text-decoration: none;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.dc_column_btn a:hover {
  background: #dbbd73;
  text-decoration: none;
  color: #000;
}
.qa-6 {
  margin-bottom: 5px;
  border-bottom: 2px solid #707070;
}

.qa-6 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #006600;
  font-weight: 600;
  cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-6 summary::before {
  color: #006600;
  content: "Q";
}

.qa-6 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #707070b3;
  border-right: 3px solid #707070b3;
  content: '';
  transition: transform .5s;
}

.qa-6[open] summary::after {
  transform: rotate(225deg);
}

.qa-6 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #707070;
  transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
  transform: none;
  opacity: 1;
}

.qa-6 p::before {
  color: #707070;
  line-height: 1.2;
  content: "A";
}

div.float {
  margin: 3% auto;
}
.float p.floatr {
  float: right;
  margin: 0 0 10px 3%;
  width: 47%;
}
.float p.floatl {
  float: left;
  margin: 0 3% 10px 0;
  width: 47%;
}
.dc_column_read_txt {
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  line-clamp: 3;
  overflow: hidden; 
}

@media screen and (max-width:700px) {
  .float p.floatr,.float p.floatl {
    float:unset;
    width:100%;
    margin:0 auto 10px;
  }
}

.dc_column {
  margin: 3% auto;
  width: 90%;
  max-width: 1200px;
}
.dc_list1 {
  max-height: 200px;
  overflow-y: scroll;
  margin: 3% 0;
  list-style: none;
}
.dc_list1 li {
  border-bottom: #006600 dashed 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.dc_list1 a {
  text-decoration: none;
  color: #707070;
  transition: all .3s;
  color: #006600;
}
.dc_list1 a:hover {
  opacity: .8;
}
.dc_ttl2 {
  padding: 0;
  margin: 5px 0;
  border: none;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis; 
  color: #006600;
  font-size: 20px;
}
.dc_read_txt {
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  line-clamp: 2;
  overflow: hidden; 
  line-height: normal;
  margin: 0;
  color: #707070;
}
.dc_column_link {
  text-align: right;
}
.dc_column_link a {
  text-decoration: none;
  color: #006600;
  transition: all .3s;
}
.dc_column_link a:hover {
  color: #dbbd73;
  opacity: .8;
}
.bg_img1 {
    position: relative;
}
.bg_img1::before {
    content: '';
    width: 250px;
    height: 250px;
    position: absolute;
    top: calc(0% - 250px);
    right: 0;
    background-image: url(/wp-content/uploads/2026/06/top_img4-2-e1781834750555.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width:1170px) {
    .bg_img1::before {
        right: -75px;
    }
}
@media screen and (max-width:1000px) {
    .ttl1 span {
        padding: 0;
    }
    .bg_img1::before {
        right: unset;
        bottom: calc(0% - 115px);
        top: unset;
        width: 200px;
        height: 200px;
    }
    .bg_img1 {
        margin-bottom: 50px;
    }
    .check_img {
        font-size: 24px;
    }
    .check_img>img {
        width: 200px;
        height: 200px;
    }
}
@media screen and (max-width:700px) {
    .ttl1 span::before {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(0% - 60px);
    }
    .ttl1 span::after {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        right: calc(0% - 60px);
    }
    .bg_img1::before {
        right: unset;
        top: unset;
        bottom: unset;
        position: relative;
        display: block;
        margin: 0 auto;
    }
    .check_img {
        font-size: 14px;
        margin-bottom: 5%;
    }
}

/* ==========================================================================
   09. Top page renewal
   ========================================================================== */
.home-renewal {
    --home-green: #006600;
    --home-green-dark: #004b00;
    --home-green-pale: #dbf0db;
    --home-gold: #dbbd73;
    --home-ink: #1a1a1a;
    --home-muted: #666;
    --home-bg: #f7f8f5;
}

.home-renewal .home-section {
    padding: 100px 0;
}

.home-renewal .home-kicker {
    margin-bottom: 16px;
    color: var(--home-green);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}

.home-renewal .home-heading {
    margin-bottom: 48px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 3px;
    text-align: center;
}

.sp-only {
    display: none;
}

/* FV直下 お問い合わせ */
.home-contact-band {
    position: relative;
    z-index: 3;
    background: var(--home-green);
}

.home-contact-band > .width {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.home-contact-copy {
    flex: 1 1 360px;
}

.home-contact-copy span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 5px 14px;
    border: 1px solid rgba(255, 255, 255, .65);
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
}

.home-contact-copy p {
    margin: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.5;
}

.home-contact-actions {
    display: flex;
    flex: 0 1 650px;
    gap: 12px;
}

.home-contact-actions a {
    display: flex;
    min-height: 82px;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 22px;
    border: 1px solid transparent;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.home-contact-actions a:hover {
    transform: translateY(-3px);
}

.home-contact-actions a i {
    font-size: 27px;
}

.home-contact-actions a span {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
}

.home-contact-actions a small {
    display: block;
    margin-top: 3px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
}

.home-contact-actions .home-tel {
    background: #fff;
    color: var(--home-green);
}

.home-contact-actions .home-tel i,
.home-contact-actions .home-tel span,
.home-contact-actions .home-tel small {
    color: var(--home-green);
}

.home-contact-actions .home-tel:hover {
    background: var(--home-green-pale);
}

.home-contact-actions .home-mail {
    background: var(--home-gold);
    color: var(--home-ink);
}

.home-contact-actions .home-mail i,
.home-contact-actions .home-mail span,
.home-contact-actions .home-mail small {
    color: var(--home-ink);
}

.home-contact-actions .home-mail:hover {
    background: #fff;
}

/* 3つの特徴 */
.home-trust {
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.home-trust ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0;
}

.home-trust li {
    display: grid;
    min-height: 112px;
    grid-template-columns: 48px 1fr;
    align-content: center;
    padding: 20px;
    border-right: 1px solid #ddd;
}

.home-trust li:first-child {
    border-left: 1px solid #ddd;
}

.home-trust li i {
    grid-row: 1 / 3;
    align-self: center;
    color: var(--home-green);
    font-size: 30px;
}

.home-trust li span {
    color: var(--home-muted);
    font-size: 12px;
    letter-spacing: 1px;
}

.home-trust li strong {
    font-size: 17px;
}

/* お悩み */
.home-problems {
    background: var(--home-bg);
}

.home-problem-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.home-problem-list li {
    position: relative;
    padding: 34px 20px 28px;
    border-top: 4px solid var(--home-green);
    background: #fff;
    text-align: center;
}

.home-problem-list li::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    border-right: 2px solid var(--home-gold);
    border-bottom: 2px solid var(--home-gold);
    content: "";
}

.home-problem-list i {
    display: block;
    min-height: 48px;
    margin-bottom: 17px;
    color: var(--home-green);
    font-size: 40px;
}

.home-problem-list span {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
}

.home-lead {
    margin: 38px auto 0;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

/* 選ばれる理由 */
.home-reasons {
    background: #fff;
}

.home-reason-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 60px;
}

.home-reason-list li {
    position: relative;
    padding: 42px 30px 36px;
    border: 1px solid #dfe4dc;
    text-align: center;
}

.home-reason-list li > span {
    position: absolute;
    top: -17px;
    left: 50%;
    min-width: 58px;
    padding: 7px 10px;
    background: var(--home-green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    transform: translateX(-50%);
}

.home-reason-list li > i {
    margin: 15px 0 24px;
    color: var(--home-gold);
    font-size: 48px;
}

.home-reason-list h3 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
}

.home-reason-list p {
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.9;
    text-align: left;
}

/* 中間CTA */
.home-cta {
    padding: 62px 0;
    background: var(--home-green);
}

.home-cta > .width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.home-cta > .width > div:first-child {
    flex: 1 1 430px;
}

.home-cta p,
.home-cta h2,
.home-cta > .width > div:first-child span {
    color: #fff;
}

.home-cta p {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 3px;
}

.home-cta h2 {
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
}

.home-cta > .width > div:first-child span {
    font-size: 14px;
}

/* ご相談の流れ */
.home-flow {
    background: var(--home-bg);
}

.home-flow ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 60px;
    counter-reset: home-flow;
}

.home-flow li {
    position: relative;
    min-height: 255px;
    padding: 42px 24px 28px;
    border-right: 1px solid #d3d8d0;
    background: #fff;
    text-align: center;
}

.home-flow li:first-child {
    border-left: 1px solid #d3d8d0;
}

.home-flow li:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -15px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #d3d8d0;
    border-right: 1px solid #d3d8d0;
    background: #fff;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.home-flow li > span {
    position: absolute;
    top: 15px;
    left: 18px;
    color: var(--home-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.home-flow li > i {
    margin-bottom: 22px;
    color: var(--home-green);
    font-size: 38px;
}

.home-flow h3 {
    margin-bottom: 13px;
    font-size: 17px;
    font-weight: 700;
}

.home-flow li p {
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.8;
}

.home-fixed-contact {
    display: none;
}

/* FVコピー */
.home-renewal section.main .main-company {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 20px;
    background: #006600;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 5px;
    filter: none;
}

.home-renewal section.main div h1 {
    color: #006600;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 8px;
    text-shadow: 0 1px 0 #fff;
}

.home-renewal section.main .main-service-copy {
    margin: 15px 0 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
}

/* 公共工事 */
.home-public-works {
    margin-top: 5%;
}

.home-public-works > .width {
    display: grid;
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
    align-items: stretch;
}

.home-public-works-image {
    min-height: 420px;
}

.home-public-works-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-public-works-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
    border-top: 6px solid #006600;
    background: #fff;
}

.home-public-works-content .home-kicker {
    margin-bottom: 15px;
    text-align: left;
}

.home-public-works-content h2 {
    margin-bottom: 25px;
    color: #006600;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
}

.home-public-works-content > p:not(.home-kicker, .link1) {
    margin-bottom: 6px;
    color: #666;
    font-size: 14px;
}

.home-public-works-content h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.home-public-works-content .link1 a {
    min-width: 230px;
    margin: 20px 0 0;
}

/* ヘッダーCTA */
.menu > nav > ul > li.header-contact-link > a {
    min-width: 132px;
    background: #006600;
    color: #fff;
    font-weight: 600;
}

.menu > nav > ul > li.header-contact-link > a i {
    margin-right: 5px;
    color: #fff;
}

.menu > nav > ul > li.header-contact-link > a:hover {
    background: #dbbd73;
    color: #1a1a1a;
}

.menu > nav > ul > li.header-contact-link > a:hover i {
    color: #1a1a1a;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
    .menu > nav > ul > li a {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .home-renewal .home-section {
        padding: 80px 0;
    }

    .home-contact-band > .width,
    .home-cta > .width {
        width: 90%;
        gap: 25px;
		flex-direction:column;
		padding:10px 0;
    }
	.home-contact-copy,
	.home-contact-actions {
		flex:unset;
		width:100%;
	}

    .home-contact-copy p {
        font-size: 19px;
    }

    .home-contact-actions a {
        padding: 12px 15px;
    }

    .home-contact-actions a small {
        font-size: 14px;
    }
	.home-trust ul {
		width:95%;
	}
    .home-trust li {
        padding: 18px 5px;
    }
	.home-trust li strong {
		font-size:16px;
	}

    .home-problem-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-reason-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

	.home-cta > .width > div:first-child {
		flex: unset;
	}

    .home-public-works > .width {
        grid-template-columns: 50% 50%;
    }

    .home-public-works-content {
        padding: 32px;
    }

    .home-flow ol {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .home-flow li,
    .home-flow li:first-child {
        border: 1px solid #d3d8d0;
    }

    .home-flow li::after {
        display: none;
    }

}

@media screen and (max-width: 700px) {
    .home-renewal {
        padding-bottom: 68px;
    }

    .home-renewal .home-section {
        padding: 65px 0;
    }

    .sp-only {
        display: initial;
    }

    .home-renewal .home-kicker {
        margin-bottom: 12px;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .home-renewal .home-heading {
        margin-bottom: 34px;
        font-size: 23px;
        letter-spacing: 1px;
    }

    .home-renewal section.main .main-company {
        margin-bottom: 8px;
        padding: 5px 12px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .home-renewal section.main div h1 {
        font-size: 24px;
        line-height: 1.45;
        letter-spacing: 4px;
    }

    .home-renewal section.main .main-service-copy {
        margin-top: 7px;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .home-public-works {
        padding: 60px 0;
    }

    .home-public-works > .width {
        display: block;
        width: 92%;
    }

    .home-public-works-image {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .home-public-works-content {
        padding: 28px 22px;
    }

    .home-public-works-content h2 {
        font-size: 21px;
    }

    .home-contact-band > .width {
        display: block;
        width: 100%;
        padding: 25px 4%;
    }

    .home-contact-copy {
        margin-bottom: 18px;
        text-align: center;
    }

    .home-contact-copy p {
        font-size: 15px;
    }

    .home-contact-actions {
        gap: 8px;
    }

    .home-contact-actions a {
        min-height: 68px;
        gap: 7px;
        padding: 10px 7px;
    }

    .home-contact-actions a i {
        font-size: 20px;
    }

    .home-contact-actions a span {
        font-size: 12px;
    }

    .home-contact-actions a small {
        font-size: 12px;
        letter-spacing: 0;
    }

    .home-trust ul {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .home-trust li,
    .home-trust li:first-child {
        min-height: 76px;
        grid-template-columns: 42px 1fr;
        padding: 12px 7%;
        border: 0;
        border-bottom: 1px solid #e1e1e1;
    }

    .home-trust li i {
        font-size: 24px;
    }

    .home-trust li strong {
        font-size: 15px;
    }

    .home-problem-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .home-problem-list li {
        padding: 24px 8px 20px;
    }

    .home-problem-list i {
        min-height: 37px;
        margin-bottom: 10px;
        font-size: 31px;
    }

    .home-problem-list span {
        font-size: 13px;
    }

    .home-lead {
        margin-top: 28px;
        font-size: 14px;
        line-height: 1.8;
    }

    .home-reason-list {
        display: block;
        margin-top: 45px;
    }

    .home-reason-list li {
        margin-bottom: 32px;
        padding: 35px 25px 27px;
    }

    .home-reason-list li > i {
        margin: 10px 0 16px;
        font-size: 39px;
    }

    .home-reason-list h3 {
        font-size: 18px;
    }

    .home-cta {
        padding: 45px 0;
    }

    .home-cta > .width {
        display: block;
        width: 92%;
        text-align: center;
    }

    .home-cta h2 {
        font-size: 21px;
    }

    .home-cta .home-contact-actions {
        margin-top: 25px;
    }

    .home-flow ol {
        display: block;
        margin-top: 40px;
    }

    .home-flow li {
        min-height: 0;
        margin-bottom: 12px;
        padding: 26px 18px 24px 82px;
        text-align: left;
    }

    .home-flow li > span {
        top: 12px;
        left: 15px;
    }

    .home-flow li > i {
        position: absolute;
        top: 43px;
        left: 21px;
        margin: 0;
        font-size: 31px;
    }

    .home-flow h3 {
        font-size: 16px;
    }

    .home-fixed-contact {
        position: fixed;
        z-index: 9999;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        border-top: 1px solid rgba(255, 255, 255, .35);
    }

    .home-fixed-contact a {
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
        gap: 9px;
        background: var(--home-green);
        color: #fff;
    }

    .home-fixed-contact a:last-child {
        background: var(--home-gold);
    }

    .home-fixed-contact i,
    .home-fixed-contact span {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
    }

    .home-fixed-contact a:last-child i,
    .home-fixed-contact a:last-child span {
        color: var(--home-ink);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-renewal *,
    .home-renewal *::before,
    .home-renewal *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ==========================================================================
   10. Subscription page
   ========================================================================== */
.subscription-page {
    --subscription-green: #006600;
    --subscription-pale: #e8f3e8;
    --subscription-gold: #dbbd73;
    --subscription-ink: #1a1a1a;
    --subscription-muted: #60665f;
}

.subscription-page .subscription-section {
    padding: 95px 0;
}

.subscription-page .subscription-kicker {
    margin-bottom: 14px;
    color: var(--subscription-green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

.subscription-page .subscription-section h2 {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 3px;
    text-align: center;
}

.subscription-hero {
    padding: 150px 0 80px;
    background: var(--subscription-pale);
}

.subscription-hero > .width {
    display: grid;
    grid-template-columns: 53% 47%;
    align-items: center;
}

.subscription-hero-copy {
    position: relative;
    z-index: 2;
    margin-right: -50px;
    padding: 55px;
    background: #fff;
}

.subscription-label {
    display: inline-block;
    margin-bottom: 20px;
    padding: 6px 15px;
    background: var(--subscription-green);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.subscription-hero h1 {
    margin-bottom: 25px;
    color: var(--subscription-ink);
    font-size: 33px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 2px;
}

.subscription-hero h1 > span {
    display: block;
    margin-bottom: 10px;
    color: var(--subscription-green);
    font-size: 44px;
}

.subscription-hero h1 small {
    color: var(--subscription-green);
    font-size: 15px;
}

.subscription-hero-copy > p:not(.subscription-label, .subscription-cta) {
    color: var(--subscription-muted);
    line-height: 1.9;
}

.subscription-hero-image {
    height: 560px;
}

.subscription-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subscription-cta a {
    display: inline-block;
    margin-top: 25px;
    padding: 18px 28px;
    background: var(--subscription-green);
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    transition: background-color .25s ease, color .25s ease;
}

.subscription-cta a:hover {
    background: var(--subscription-gold);
    color: var(--subscription-ink);
}

.subscription-concerns {
    background: #fff;
}

.subscription-concerns ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.subscription-concerns li {
    padding: 38px 25px;
    border: 1px solid #d9e0d7;
    border-top: 4px solid var(--subscription-green);
    text-align: center;
}

.subscription-concerns li i {
    margin-bottom: 22px;
    color: var(--subscription-green);
    font-size: 42px;
}

.subscription-concerns li p {
    font-weight: 600;
    line-height: 1.8;
}

.subscription-center-copy {
    margin-top: 38px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.subscription-services {
    background: #f6f8f5;
}

.subscription-services ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.subscription-services li {
    position: relative;
    padding: 38px 28px 30px;
    background: #fff;
}

.subscription-services li > span {
    position: absolute;
    top: 15px;
    right: 18px;
    color: #c9d7c7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.subscription-services li > i {
    margin-bottom: 20px;
    color: var(--subscription-gold);
    font-size: 38px;
}

.subscription-services h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
}

.subscription-services li p {
    color: var(--subscription-muted);
    font-size: 14px;
    line-height: 1.8;
}

.subscription-price {
    background: var(--subscription-green);
}

.subscription-price > .width {
    display: grid;
    grid-template-columns: 45% 55%;
    max-width: 1000px;
}

.subscription-price-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    background: #fff;
    text-align: center;
}

.subscription-price .subscription-price-main h2 {
    margin-bottom: 15px;
}

.subscription-price-number {
    margin-bottom: 15px;
    color: var(--subscription-green);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
}

.subscription-price-number > span {
    margin-right: 8px;
    color: var(--subscription-green);
    font-size: 15px;
}

.subscription-price-number small {
    color: var(--subscription-green);
    font-size: 14px;
}

.subscription-price-details {
    padding: 50px;
    background: #f1f4ef;
}

.subscription-price-details h3 {
    margin-bottom: 25px;
    font-size: 21px;
    font-weight: 700;
}

.subscription-price-details dl > div {
    display: grid;
    grid-template-columns: 115px 1fr;
    padding: 14px 0;
    border-bottom: 1px solid #ced6cb;
}

.subscription-price-details dt {
    color: var(--subscription-green);
    font-weight: 700;
}

.subscription-notes {
    background: #fff;
}

.subscription-notes ul {
    max-width: 850px;
    margin: 0 auto;
    padding: 30px 40px;
    border: 1px solid #d8ddd6;
    background: #f8f9f7;
}

.subscription-notes li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 20px;
    color: var(--subscription-muted);
    font-size: 14px;
    line-height: 1.7;
}

.subscription-notes li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--subscription-green);
    content: "・";
}

.subscription-faq {
    background: #f6f8f5;
}

.subscription-faq .qa-6 {
    max-width: 850px;
    margin: 0 auto 10px;
    border: 1px solid #d5ddd3;
    background: #fff;
}

.subscription-final {
    padding: 85px 0;
    background: var(--subscription-green);
    text-align: center;
}

.subscription-final p,
.subscription-final h2 {
    color: #fff;
}

.subscription-final h2 {
    margin: 15px 0 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
}

.subscription-final .subscription-cta a {
    background: var(--subscription-gold);
    color: var(--subscription-ink);
}

.subscription-final .subscription-cta a:hover {
    background: #fff;
}

/*------------------------------------*\
    11. Works archive
\*------------------------------------*/
.works-public-feature {
    padding: 80px 0;
    background: #f3f6f1;
}

.works-public-feature > .width {
    display: grid;
    grid-template-columns: 55% 45%;
    max-width: 1050px;
}

.works-public-image {
    min-height: 440px;
}

.works-public-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-public-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
    background: #fff;
}

.works-category {
    align-self: flex-start;
    padding: 5px 14px;
    background: #006600;
    color: #fff;
    font-size: 13px;
}

.works-public-copy h2 {
    margin: 20px 0 8px;
    color: #006600;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
}

.works-public-copy h3 {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 700;
}

.works-public-copy > p:last-child {
    color: #666;
    line-height: 1.9;
}

.works-archive-list {
    padding: 60px 0 90px;
}

.works-archive-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.works-archive-grid > li {
    margin: 0;
}

.works-archive-grid a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.works-archive-thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e8ebe6;
}

.works-archive-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    transition: transform .45s ease;
}

.works-archive-grid a:hover .works-archive-thumb img {
    transform: rotate(4deg) scale(1.12);
}

.works-archive-title {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    box-sizing: border-box;
    width: 88%;
    max-width: 100%;
    margin: 0;
    padding: 12px 16px;
    background: rgba(0, 102, 0, .82);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.works-archive-pagination {
    margin-top: 50px;
    text-align: center;
}

.works-archive-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.works-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #006600;
    color: #006600;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background .25s ease, color .25s ease;
}

.works-archive-pagination .page-numbers:hover,
.works-archive-pagination .page-numbers.current {
    background: #006600;
    color: #fff;
}

.works-archive-pagination .page-numbers.dots {
    border-color: transparent;
    color: #666;
    pointer-events: none;
}

.works-archive-pagination .page-numbers.dots:hover {
    background: transparent;
    color: #666;
}

@media screen and (max-width: 1000px) {
    .works-public-feature > .width {
        grid-template-columns: 50% 50%;
    }

    .works-public-copy {
        padding: 32px;
    }

    .subscription-hero-copy {
        padding: 38px;
    }

    .subscription-services ul,
    .works-archive-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .works-public-feature > .width {
        display: block;
        width: 92%;
    }

    .works-public-image {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .works-public-copy {
        padding: 28px 22px;
    }

    .works-public-copy h2 {
        font-size: 21px;
    }

    .subscription-page .subscription-section {
        padding: 65px 0;
    }

    .subscription-page .subscription-section h2 {
        margin-bottom: 35px;
        font-size: 23px;
        letter-spacing: 1px;
    }

    .subscription-hero {
        padding: 95px 0 55px;
    }

    .subscription-hero > .width {
        display: flex;
        width: 92%;
        flex-direction: column-reverse;
    }

    .subscription-hero-copy {
        width: 100%;
        margin: -35px 0 0;
        padding: 28px 20px;
    }

    .subscription-hero-image {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .subscription-hero h1 {
        font-size: 22px;
    }

    .subscription-hero h1 > span {
        font-size: 30px;
    }

    .subscription-cta a {
        display: block;
        padding: 16px 12px;
        font-size: 13px;
        text-align: center;
    }

    .subscription-concerns ul,
    .subscription-services ul {
        grid-template-columns: 1fr;
    }

    .works-archive-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .works-archive-title {
        width: 92%;
        padding: 10px 10px;
        font-size: 13px;
    }

    .subscription-concerns li {
        padding: 25px 18px;
    }

    .subscription-price > .width {
        display: block;
        width: 92%;
    }

    .subscription-price-main,
    .subscription-price-details {
        padding: 32px 20px;
    }

    .subscription-price-number {
        font-size: 40px;
    }

    .subscription-price-details dl > div {
        grid-template-columns: 90px 1fr;
        font-size: 13px;
    }

    .subscription-notes ul {
        padding: 24px 18px;
    }

    .subscription-final {
        padding: 60px 0;
    }

    .subscription-final h2 {
        font-size: 22px;
    }

    .works-public-feature {
        padding: 55px 0;
    }

    .works-archive-list {
        padding: 65px 0;
    }
}

/*------------------------------------*\
    12. Staff section
\*------------------------------------*/
.home-team {
    display: grid;
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
    min-height: 680px;
    background: #f5f7f3;
}

.home-team-visual {
    position: relative;
    min-height: 680px;
}

.home-team-main-image {
    position: absolute;
    inset: 0 15% 12% 0;
    overflow: hidden;
}

.home-team-main-image img,
.home-team-sub-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position:right;
}

.home-team-sub-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%;
    height: 42%;
    overflow: hidden;
    border: 10px solid #f5f7f3;
}

.home-team-content {
    display: flex;
    max-width: 570px;
    flex-direction: column;
    justify-content: center;
    padding: 70px 8% 70px 9%;
}

.home-team-content .home-kicker {
    margin-bottom: 18px;
    text-align: left;
}

.home-team-content h2 {
    margin-bottom: 30px;
    color: #006600;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 2px;
}

.home-team-content > p:not(.home-kicker, .link1) {
    margin-bottom: 15px;
    color: #5f655e;
    line-height: 1.9;
}

.home-team-content ul {
    margin: 20px 0 10px;
    border-top: 1px solid #d7ddd5;
}

.home-team-content li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 0;
    border-bottom: 1px solid #d7ddd5;
}

.home-team-content li i {
    width: 24px;
    color: #dbbd73;
    font-size: 18px;
    text-align: center;
}

.home-team-content li span {
    font-size: 14px;
    font-weight: 600;
}

.home-team-content .link1 a {
    margin: 25px 0 0;
}

@media screen and (max-width: 1000px) {
    .home-team {
        grid-template-columns: 50% 50%;
        min-height: 600px;
    }

    .home-team-visual {
        min-height: 600px;
    }

    .home-team-content {
        padding: 50px 8%;
    }

    .home-team-content h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 700px) {
    .home-team {
        display: block;
        min-height: 0;
    }

    .home-team-visual {
        min-height: 430px;
    }

    .home-team-main-image {
        inset: 0 10% 12% 0;
    }

    .home-team-sub-image {
        width: 45%;
        height: 39%;
        border-width: 6px;
    }

    .home-team-content {
        max-width: none;
        padding: 48px 6% 60px;
    }

    .home-team-content h2 {
        margin-bottom: 22px;
        font-size: 23px;
        letter-spacing: 1px;
    }

    .home-team-content .link1 {
        text-align: center;
    }

    .home-team-content .link1 a {
        margin-right: auto;
        margin-left: auto;
    }
}

/*------------------------------------*\
    13. Service carousel
\*------------------------------------*/
.service-slider {
    position: relative;
}

.service-slider-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    margin-bottom: 20px;
}

.service-slider-nav > p {
    margin: 0;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.service-slider-nav > p span:first-child {
    color: #006600;
    font-size: 21px;
}

.service-slider-nav > div {
    display: flex;
    gap: 8px;
}

.service-slider-nav button {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid #006600;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease;
}

.service-slider-nav button i {
    color: #006600;
    font-size: 15px;
}

.service-slider-nav button:hover,
.service-slider-nav button:focus-visible {
    background: #006600;
}

.service-slider-nav button:hover i,
.service-slider-nav button:focus-visible i {
    color: #fff;
}

.service-slider-viewport {
    overflow-x: auto;
    padding: 5px 0 20px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.service-slider-viewport::-webkit-scrollbar {
    display: none;
}

.service-slider-track {
    display: flex;
    gap: 24px;
    width: max-content;
    margin: 0;
    padding: 0;
}

.service-slider-track > li {
    width: min(360px, calc((80vw - 48px) / 3));
    max-width: 360px;
    flex: 0 0 min(360px, calc((80vw - 48px) / 3));
    overflow: hidden;
    border: 1px solid #d8ddd6;
    background: #fff;
    scroll-snap-align: start;
    transition: border-color .3s ease, transform .3s ease;
}

.service-slider-track > li:hover {
    border-color: #006600;
    transform: translateY(-5px);
}

.service-slider-track > li > a {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.service-card-image {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.service-slider-track > li:hover .service-card-image img {
    transform: scale(1.04);
}

.service-card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 25px 23px 23px;
}

.service-card-content > span {
    margin-bottom: 10px;
    color: #006600;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.service-card-content h3 {
    min-height: 54px;
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.service-card-content p {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}

.service-card-content b {
    margin-top: auto;
    color: #006600;
    font-size: 13px;
    letter-spacing: 1px;
}

.service-card-content b i {
    margin-left: 7px;
    color: #006600;
    transition: transform .25s ease;
}

.service-slider-track > li:hover .service-card-content b i {
    transform: translateX(5px);
}

.service-slider-link {
    text-align: right;
}

.service-slider-link a {
    margin: 25px 0 0 auto;
}

@media screen and (max-width: 1000px) {
    .service-slider-track > li {
        width: calc((90vw - 20px) / 2);
        max-width: none;
        flex-basis: calc((90vw - 20px) / 2);
    }
}

@media screen and (max-width: 700px) {
    .service-slider.bg_img1 {
        width: 92%;
        margin-bottom: 35px;
    }

    .service-slider-nav {
        margin-bottom: 12px;
    }

    .service-slider-nav button {
        width: 42px;
        height: 42px;
    }

    .service-slider-track {
        gap: 12px;
    }

    .service-slider-track > li {
        width: 79vw;
        flex-basis: 79vw;
    }

    .service-card-content {
        padding: 20px 18px;
    }

    .service-card-content h3 {
        min-height: 0;
        font-size: 17px;
    }

    .service-slider-link {
        text-align: center;
    }

    .service-slider-link a {
        margin-right: auto;
        margin-left: auto;
    }
}

/*------------------------------------*\
    14. About / Message
\*------------------------------------*/
.about-message {
    padding-top: 2%;
}

.about-message-inner {
    display: grid;
    grid-template-columns: minmax(280px, 38%) minmax(0, 62%);
    align-items: start;
    gap: 55px;
}

.about-message-image {
    position: sticky;
    top: 30px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
}

.about-message-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-message-content {
    padding: 20px 0;
}

.about-message-content h3 {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 2px solid #006600;
    color: #006600;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 2px;
}

.about-message-content > p:not(.about-message-sign) {
    margin-bottom: 18px;
    color: #555;
    line-height: 2;
}

.about-message-sign {
    margin-top: 35px;
    text-align: right;
    line-height: 1.9;
}

.about-message-sign strong {
    font-size: 18px;
}

.about-company {
    padding-top: 2%;
}

@media screen and (max-width: 1000px) {
    .about-message-inner {
        grid-template-columns: 35% 65%;
        gap: 35px;
    }

    .about-message-content h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 700px) {
    .about-message-inner {
        display: block;
    }

    .about-message-image {
        position: relative;
        top: auto;
        width: 78%;
        margin: 0 auto 25px;
        aspect-ratio: 4 / 5;
    }

    .about-message-content {
        padding: 0;
    }

    .about-message-content h3 {
        margin-bottom: 22px;
        padding-bottom: 15px;
        font-size: 19px;
        letter-spacing: 1px;
    }

    .about-message-content > p:not(.about-message-sign) {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.9;
    }
}

/* ==========================================================================
   15. Service page
   ========================================================================== */
.service-page {
    --service-green: #006600;
    --service-pale: #f5f7f3;
    --service-gold: #dbbd73;
    --service-ink: #1a1a1a;
    --service-muted: #5f655e;
}

.service-page .service-section {
    padding: 110px 0;
}

.service-page .service-kicker {
    margin-bottom: 16px;
    color: var(--service-green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
}

.service-page .service-section > .width > h2 {
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 3px;
    text-align: center;
}

.service-page .service-lead {
    max-width: 720px;
    margin: -20px auto 60px;
    color: var(--service-muted);
    line-height: 2;
    text-align: center;
}

/* Hero */
.service-hero {
    padding: 80px 0 100px;
    background: var(--service-pale);
}

.service-hero > .width {
    display: grid;
    grid-template-columns: 52% 48%;
    align-items: center;
    gap: 60px;
}

.service-hero-copy {
    padding: 20px 0;
}

.service-hero-copy .service-kicker {
    text-align: left;
}

.service-hero-copy h2 {
    margin-bottom: 30px;
    color: var(--service-green);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 2px;
}

.service-hero-copy > p {
    margin-bottom: 18px;
    color: var(--service-muted);
    line-height: 2;
}

.service-hero-image {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.service-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Staff grid */
.service-staff {
    background: #fff;
}

.service-staff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
    margin-bottom: 55px;
}

.service-staff-grid li {
    text-align: center;
}

.service-staff-photo {
    overflow: hidden;
    width: 72%;
    max-width: 200px;
    margin: 0 auto 22px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 4px solid var(--service-pale);
}

.service-staff-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.service-staff-role {
    margin-bottom: 6px;
    color: var(--service-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.service-staff-name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.service-staff-note {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 10px;
    border-top: 1px solid #d7ddd5;
    color: var(--service-muted);
    font-size: 15px;
    line-height: 1.9;
    text-align: center;
}

/* Service items */
.service-list {
    background: var(--service-pale);
}

.service-list > .width > h2 {
    margin-bottom: 70px;
}

.service-item {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    gap: 70px;
    margin-bottom: 100px;
}

.service-item:last-child {
    margin-bottom: 0;
}

.service-item-reverse {
    grid-template-columns: 52% 48%;
}

.service-item-reverse .service-item-image {
    order: 2;
}

.service-item-reverse .service-item-content {
    order: 1;
}

.service-item-image {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.service-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.service-item:hover .service-item-image img {
    transform: scale(1.03);
}

.service-item-content {
    padding: 20px 0;
}

.service-item-num {
    display: block;
    margin-bottom: 14px;
    color: var(--service-green);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}

.service-item-content h3 {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--service-green);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
}

.service-item-content > p {
    margin-bottom: 25px;
    color: var(--service-muted);
    line-height: 2;
}

.service-item-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-item-content li {
    position: relative;
    padding: 10px 0 10px 22px;
    border-bottom: 1px solid #d7ddd5;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
}

.service-item-content li::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: var(--service-gold);
    content: "";
}

/* Trust */
.service-trust {
    background: #fff;
}

.service-trust-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.service-trust-list li {
    padding: 45px 35px;
    border: 1px solid #d9e0d7;
    border-top: 4px solid var(--service-green);
    text-align: center;
}

.service-trust-list li i {
    margin-bottom: 20px;
    color: var(--service-green);
    font-size: 36px;
}

.service-trust-list li h3 {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.service-trust-list li p {
    color: var(--service-muted);
    font-size: 14px;
    line-height: 1.85;
}

/* CTA */
.service-cta {
    padding: 90px 0;
    background: var(--service-green);
    text-align: center;
}

.service-cta > .width > p:first-child {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    letter-spacing: 2px;
}

.service-cta h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 2px;
}

.service-cta-note {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
}

.service-cta-btn a {
    display: inline-block;
    padding: 18px 40px;
    background: var(--service-gold);
    color: var(--service-ink);
    font-weight: 700;
    letter-spacing: 1px;
    transition: background-color .25s ease, color .25s ease;
}

.service-cta-btn a:hover {
    background: #fff;
    color: var(--service-green);
}

@media screen and (max-width: 1000px) {
    .service-page .service-section {
        padding: 80px 0;
    }

    .service-hero > .width {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-hero-copy .service-kicker {
        text-align: center;
    }

    .service-hero-copy h2 {
        font-size: 28px;
        text-align: center;
    }

    .service-hero-copy > p {
        text-align: center;
    }

    .service-staff-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }

    .service-item,
    .service-item-reverse {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-bottom: 70px;
    }

    .service-item-reverse .service-item-image,
    .service-item-reverse .service-item-content {
        order: unset;
    }

    .service-trust-list {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media screen and (max-width: 700px) {
    .service-page .service-section {
        padding: 65px 0;
    }

    .service-page .service-section > .width > h2 {
        margin-bottom: 35px;
        font-size: 24px;
        letter-spacing: 1px;
    }

    .service-hero {
        padding: 50px 0 65px;
    }

    .service-hero-copy h2 {
        font-size: 23px;
    }

    .service-page .service-lead {
        margin-bottom: 40px;
        font-size: 14px;
    }

    .service-staff-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 18px;
    }

    .service-staff-photo {
        width: 80%;
    }

    .service-item-content h3 {
        font-size: 21px;
    }

    .service-trust-list li {
        padding: 30px 22px;
    }

    .service-cta {
        padding: 65px 0;
    }

    .service-cta h2 {
        font-size: 22px;
    }
}

/* ==========================================================================
   16. Recruit page
   ========================================================================== */
.recruit-page {
    --recruit-green: #006600;
    --recruit-pale: #f5f7f3;
    --recruit-gold: #dbbd73;
    --recruit-ink: #1a1a1a;
    --recruit-muted: #5f655e;
}

.recruit-page .recruit-section {
    padding: 110px 0;
}

.recruit-page .recruit-lead {
    max-width: 720px;
    margin: 0 auto 55px;
    color: var(--recruit-muted);
    line-height: 2;
    text-align: center;
}

/* Hero */
.recruit-hero {
    padding: 80px 0 100px;
    background: var(--recruit-pale);
}

.recruit-hero > .width {
    display: grid;
    grid-template-columns: 52% 48%;
    align-items: center;
    gap: 60px;
}

.recruit-hero-copy {
    padding: 20px 0;
}

.recruit-label {
    display: inline-block;
    margin-bottom: 20px;
    padding: 6px 15px;
    background: var(--recruit-green);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.recruit-hero-copy h2 {
    margin-bottom: 30px;
    color: var(--recruit-green);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 2px;
}

.recruit-hero-copy > p:not(.recruit-label) {
    margin-bottom: 18px;
    color: var(--recruit-muted);
    line-height: 2;
}

.recruit-hero-image {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.recruit-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Appeal */
.recruit-appeal {
    background: #fff;
}

.recruit-appeal-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.recruit-appeal-list li {
    padding: 45px 35px;
    border: 1px solid #d9e0d7;
    border-top: 4px solid var(--recruit-green);
    text-align: center;
}

.recruit-appeal-list li i {
    margin-bottom: 20px;
    color: var(--recruit-green);
    font-size: 36px;
}

.recruit-appeal-list li h3 {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.recruit-appeal-list li p {
    color: var(--recruit-muted);
    font-size: 14px;
    line-height: 1.85;
}

.recruit-appeal-list li p .ib,
.recruit-benefits-list li p .ib,
.recruit-flow-list li p .ib,
.recruit-page .recruit-lead .ib,
.recruit-benefits-note .ib,
.recruit-hero-copy .ib,
.recruit-cta .ib {
    max-width: 100%;
}

/* Team visual */
.recruit-team {
    background: var(--recruit-pale);
}

.recruit-team-visual {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.recruit-team-main {
    position: absolute;
    inset: 0 12% 10% 0;
    overflow: hidden;
}

.recruit-team-sub {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 38%;
    height: 45%;
    overflow: hidden;
    border: 10px solid var(--recruit-pale);
}

.recruit-team-main img,
.recruit-team-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Jobs */
.recruit-jobs {
    background: #fff;
}

.recruit-job {
    margin-bottom: 70px;
}

.recruit-job:last-child {
    margin-bottom: 0;
}

.recruit-job h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--recruit-green);
    color: var(--recruit-green);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}

.recruit-page table.co-info {
    width: 100%;
}

.recruit-page table.co-info th {
    width: 22%;
    min-width: 120px;
    vertical-align: top;
}

.recruit-page table.co-info td {
    line-height: 1.85;
}

/* Benefits */
.recruit-benefits {
    background: var(--recruit-pale);
}

.recruit-benefits-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.recruit-benefits-list li {
    padding: 35px 25px;
    background: #fff;
    border-top: 4px solid var(--recruit-green);
    text-align: center;
}

.recruit-benefits-list li > span {
    display: block;
    margin-bottom: 12px;
    color: var(--recruit-green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
}

.recruit-benefits-list li h3 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
}

.recruit-benefits-list li p {
    color: var(--recruit-muted);
    font-size: 14px;
    line-height: 1.75;
}

.recruit-benefits-note {
    color: var(--recruit-muted);
    font-size: 13px;
    text-align: center;
}

/* Flow */
.recruit-flow {
    background: #fff;
}

.recruit-flow-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    counter-reset: none;
    list-style: none;
}

.recruit-flow-list li {
    position: relative;
    padding: 40px 20px 35px;
    border: 1px solid #d9e0d7;
    text-align: center;
}

.recruit-flow-list li > span {
    display: block;
    margin-bottom: 14px;
    color: var(--recruit-green);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
}

.recruit-flow-list li i {
    margin-bottom: 16px;
    color: var(--recruit-gold);
    font-size: 32px;
}

.recruit-flow-list li h3 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}

.recruit-flow-list li p {
    color: var(--recruit-muted);
    font-size: 13px;
    line-height: 1.75;
}

/* CTA */
.recruit-cta {
    padding: 90px 0;
    background: var(--recruit-green);
    text-align: center;
}

.recruit-cta > .width > p:first-child {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    letter-spacing: 2px;
}

.recruit-cta h2 {
    margin-bottom: 22px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 2px;
}

.recruit-cta-note {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
    line-height: 2;
}

.recruit-cta-note a {
    color: #fff;
    text-decoration: underline;
}

.recruit-cta-note a:hover {
    color: var(--recruit-gold);
}

.recruit-cta-btn a {
    display: inline-block;
    padding: 18px 40px;
    background: var(--recruit-gold);
    color: var(--recruit-ink);
    font-weight: 700;
    letter-spacing: 1px;
    transition: background-color .25s ease, color .25s ease;
}

.recruit-cta-btn a:hover {
    background: #fff;
    color: var(--recruit-green);
}

@media screen and (max-width: 1000px) {
    .recruit-page .recruit-section {
        padding: 80px 0;
    }

    .recruit-hero > .width {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .recruit-hero-copy {
        text-align: center;
    }

    .recruit-hero-copy h2 {
        font-size: 28px;
    }

    .recruit-appeal-list {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .recruit-benefits-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .recruit-flow-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .recruit-page .recruit-section {
        padding: 65px 0;
    }

    .recruit-hero {
        padding: 50px 0 65px;
    }

    .recruit-hero-copy h2 {
        font-size: 23px;
    }

    .recruit-page .recruit-lead {
        margin-bottom: 40px;
        font-size: 14px;
    }

    .recruit-team-visual {
        aspect-ratio: auto;
        min-height: 320px;
    }

    .recruit-job h3 {
        font-size: 19px;
    }

    .recruit-page table.co-info th,
    .recruit-page table.co-info td {
        display: block;
        width: 100%;
    }

    .recruit-page table.co-info th {
        padding-bottom: 5px;
        border-bottom: none;
    }

    .recruit-benefits-list {
        grid-template-columns: 1fr;
    }

    .recruit-flow-list {
        grid-template-columns: 1fr;
    }

    .recruit-cta {
        padding: 65px 0;
    }

    .recruit-cta h2 {
        font-size: 22px;
    }
}

/* ==========================================================================
   17. Works single
   ========================================================================== */
.works-single-header {
    padding: 50px 0 40px;
    background: #f5f7f3;
}

.works-single-header .works-category {
    display: inline-block;
    margin-bottom: 18px;
}

.works-single-header .entry-title {
    margin-bottom: 30px;
    color: #006600;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: left;
}

.works-single-thumb {
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

.works-single-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-single-content {
    padding: 60px 0 40px;
}

.works-overview {
    margin-bottom: 70px;
}

.works-overview .co-info {
    max-width: 800px;
    margin: 0 auto;
}

.works-gallery {
    margin-bottom: 0;
}

.works-gallery-lead {
    margin: -10px 0 35px;
    color: #5f655e;
    line-height: 1.9;
    text-align: left;
}

/* Classic gallery shortcode */
.works-gallery .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 0;
}

/* WP gallery の float 解除用 br が grid アイテム化して空マスになるのを防ぐ */
.works-gallery .gallery > br {
    display: none;
}

.works-gallery .gallery-item {
    float: none;
    width: 100% !important;
    margin: 0;
    padding: 0;
    text-align: center;
}

.works-gallery .gallery-icon {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.works-gallery .gallery-icon img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: transform .4s ease;
}

.works-gallery .gallery-item:hover .gallery-icon img {
    transform: scale(1.04);
}

.works-gallery .gallery-caption {
    margin: 8px 0 0;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

/* Block editor gallery */
.works-gallery .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 0;
}

.works-gallery .wp-block-gallery .wp-block-image {
    margin: 0;
}

.works-gallery .wp-block-gallery .wp-block-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.works-gallery-before {
    padding: 70px 0;
    background: #f5f7f3;
}

.works-gallery-process {
    padding: 70px 0;
    background: #fff;
}

.works-gallery-after {
    padding: 70px 0;
    background: #f5f7f3;
}

.works-comment {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0 40px;
}

.works-comment .width {
    max-width: 800px;
}

.works-comment > .width > p:not(.link1) {
    margin-bottom: 18px;
    color: #555;
    line-height: 2;
    text-align: left;
}

.works-single-footer {
    padding: 20px 0 80px;
}

@media screen and (max-width: 1000px) {
    .works-single-header .entry-title {
        font-size: 26px;
    }

    .works-gallery .gallery,
    .works-gallery .wp-block-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media screen and (max-width: 700px) {
    .works-single-header {
        padding: 35px 0 30px;
    }

    .works-single-header .entry-title {
        margin-bottom: 22px;
        font-size: 22px;
        letter-spacing: 1px;
    }

    .works-single-content {
        padding: 40px 0 20px;
    }

    .works-overview {
        margin-bottom: 45px;
    }

    .works-gallery-before,
    .works-gallery-process,
    .works-gallery-after {
        padding: 45px 0;
    }

    .works-gallery .gallery,
    .works-gallery .wp-block-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .works-gallery-lead {
        margin-bottom: 22px;
        font-size: 14px;
    }

    .works-single-footer {
        padding-bottom: 55px;
    }
}

/* ==========================================================================
   18. News single
   ========================================================================== */
.news-single .article {
    max-width: 860px;
    padding: 40px 0 20px;
}

.news-single .ttl2 {
    margin: 0 0 18px;
    color: #006600;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 1px;
}

.news-single .date {
    margin-bottom: 28px;
    color: #006600;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.news-single-thumb {
    overflow: hidden;
    margin-bottom: 35px;
    aspect-ratio: 16 / 9;
}

.news-single-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-single .entry-content {
    color: #555;
    line-height: 2;
}

.news-single .entry-content > p {
    margin-bottom: 1.4em;
}

.news-single .entry-content img {
    height: auto;
    margin: 1.5em auto;
}

.nav-single {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 860px;
    margin: 0 auto;
    padding: 30px 0 80px;
}

.nav-single .nav-previous,
.nav-single .nav-next {
    font-size: 14px;
    font-weight: 700;
}

.nav-single .nav-previous a,
.nav-single .nav-next a {
    color: #006600;
    text-decoration: none;
}

.nav-single .nav-previous a:hover,
.nav-single .nav-next a:hover {
    text-decoration: underline;
}

.nav-single .link1 {
    width: 100%;
    margin-top: 10px;
}

@media screen and (max-width: 700px) {
    .news-single .ttl2 {
        font-size: 22px;
    }

    .news-single .article {
        padding-top: 25px;
    }

    .nav-single {
        padding-bottom: 55px;
    }
}

/* ==========================================================================
   19. News archive
   ========================================================================== */
.news-archive-list {
    max-width: 900px;
    padding: 40px 0 90px;
}

.news-archive-desc {
    margin: 0 0 30px;
    color: #5f655e;
    line-height: 1.9;
    text-align: left;
}

.news-archive-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-archive-items > li {
    border-bottom: 1px solid #d9e0d7;
}

.news-archive-items > li:first-child {
    border-top: 1px solid #d9e0d7;
}

.news-archive-items a {
    display: flex;
    align-items: baseline;
    gap: 24px;
    padding: 22px 8px;
    color: inherit;
    text-decoration: none;
    transition: background-color .25s ease;
}

.news-archive-items a:hover {
    background: #f5f7f3;
}

.news-archive-items time {
    flex: 0 0 110px;
    color: #006600;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.news-archive-title {
    flex: 1 1 auto;
    overflow: hidden;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-archive-pagination {
    margin-top: 45px;
    text-align: center;
}

.news-archive-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.news-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #006600;
    color: #006600;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background .25s ease, color .25s ease;
}

.news-archive-pagination .page-numbers:hover,
.news-archive-pagination .page-numbers.current {
    background: #006600;
    color: #fff;
}

.news-archive-pagination .page-numbers.dots {
    border-color: transparent;
    color: #666;
    pointer-events: none;
}

.news-archive-pagination .page-numbers.dots:hover {
    background: transparent;
    color: #666;
}

@media screen and (max-width: 700px) {
    .news-archive-list {
        padding: 25px 0 60px;
    }

    .news-archive-items a {
        flex-direction: column;
        gap: 6px;
        padding: 18px 4px;
    }

    .news-archive-items time {
        flex-basis: auto;
        font-size: 13px;
    }

    .news-archive-title {
        white-space: normal;
        font-size: 15px;
    }
}