/*
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.
*/

/* =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/


/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&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: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

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;  
	*display: inline;  
	*zoom: 1;  
}
*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#212121;
	font-weight: inherit;
}
a:hover {
	color:#f9be00;
}
body {
	overflow:hidden;
	background:#fff;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color: #212121;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section[class^="index_"]{
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p, .p {
	margin-bottom:10px;
	letter-spacing:1px;	
}
section a, section span, section b, section strong {
	font-size:100%;
	font-weight: inherit;
	color: inherit;
}
.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;}
.mb0 {margin-bottom:0%!important;}
.mb3 {margin-bottom:3%!important;}
.mb5 {margin-bottom:5%!important;}
.mb8 {margin-bottom:8%!important;}
.mb10 {margin-bottom:10%!important;}

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%;
}

.center {
	text-align:center!important;
}
.right {
	text-align:right!important;
}
.left {
	text-align:left!important;
}
span.ib {
	display:inline-block!important;
}
span.bu {
	border-bottom:1px solid;
	font-weight:500;
}
span.bo {
	font-weight:600;
}
span.bi {
	font-weight:500;
}
span.bbig{
	font-weight:bold!important;
	font-size:120%!important;
}
span.small{
	font-size:80%!important;
}
span.yb {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFAC6));
    background: -o-linear-gradient(transparent 60%, #FFFAC6 0%);
    background: linear-gradient(transparent 60%, #FFFAC6 0%);
}
span.green {
	color:#05ac9e;
}
span.yellow {
	color:#fabe03;
}
span.pink {
	color:#e86464;
}
span.brown {
	color:#a87d00;
}

@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-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);
	}
}

.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;
}

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

header.top {
    position: relative;
}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.menur {
    display: none;
}
.menu > div {
    width: 176px;
}
.menu > div a {
    display: block;
    padding: 10px;
}
.menu nav li {
    display: inline-block;
}
.menu nav li a {
    display: block;
    padding: 28px 20px;
}

.f-about {
    text-align: center;
    margin: 5% auto;
}
.f-about .ttl6 {
    max-width: 300px;
    padding: 5px 0;
    margin: 10px auto;
}
.f-about p {
    font-weight: 500;
}
.f-about img {
    max-width: 300px;
    margin: 0 auto 3%;
    width: 70%;
}
.map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
    display: block;
}
ul.f-sitemap {
    text-align: center;
    margin: 2% auto;
}
ul.f-sitemap li {
    display: inline-block;
}
ul.f-sitemap li a {
    font-size: 14px;
    display: block;
    padding: 12px;
}
footer#colophon {
    background: #272727;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}

/*------------------------------------*\
    共通_00
\*------------------------------------*/

.ttl1 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 10% auto 5%;
    z-index: 1;
    position: relative;
}
.ttl1 span {
    display: block;
    font-size: 80px;
    margin-bottom: 1%;
    position: relative;
    color: #ffffff;
    letter-spacing: 5px;
}
.ttl1 span::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-text-stroke: 3px #666;
  color: transparent;
  z-index: -1;
}
.ttl1 br {
	display:none;
}
.ttl2, .ttl3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
}
.ttl2 span {
    display: block;
    color: #fabe03;
    font-size: 80%;
}
.ttl3 span {
    display: block;
    color: #05ac9e;
    font-size: 80%;
    margin: 5px auto;
}
.ttl4 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 4%;
}
.ttl5 {
	font-size: 23px;
    border-bottom: 1px solid #a87d00;
    border-left: 5px solid #a87d00;
    padding: 0 0 5px 5px;
    font-weight: 500;
	margin: 3% auto 10px;
}
.ttl5a {
	font-size: 20px;
    border-bottom: 1px solid #a87d00;
    border-left: 5px solid #a87d00;
    padding: 0 0 3px 3px;
    font-weight: 500;
	margin: 15px auto 10px;
}
.ttl6 {
    background: #a87d00;
    color: #fff;
    padding: 10px;
    font-size: 23px;
    font-weight: 500;
    margin: 3% auto 2%;
}
.ttl7 {
	font-size: 30px;
	font-weight: 500;
	border: 1px solid #fabe04;
	margin: 5% auto 3%;
	position: relative;
	padding: 10px;
	border-left: 5px solid #fabe04;
}
.ttl7::before {
	content:"";
	width: 70%;
	height: 5px;
	position: absolute;
	background: #fabe04;
	left: -5px;
	bottom: -3px;
	max-width: 500px;
}
.ttl8 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #707070;
    margin: 8% auto 5%;
    padding: 3% 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fabe04), to(transparent));
    background: -o-linear-gradient(top, #fabe04, transparent);
    background: linear-gradient(180deg, #fabe04, transparent);
    letter-spacing: 5px;
}
.ttl8 span {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}
.ttl9 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 3%;
}

ul.cta1 {
    position: absolute;
    top: 100%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
}
ul.cta1 li a {
    display: block;
    background: #05ac9e;
    padding: 10px;
}
ul.cta1 li:nth-child(2) a {
    background: #fabe03;
}
ul.cta1 li a img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-right: 8px;
}
ul.cta1 li a span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
ul.cta1 li:nth-child(2) a span {
    font-size: 19px;
}
ul.cta1 li a:hover {
    background: #a87d00;
}
ul.cta2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3% auto;
}
ul.cta2 li {
    width: 48%;
}
ul.cta2 li a {
    background: #05ac9e;
    display: block;
    border: 3px solid #707070;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
}
ul.cta2 li:nth-child(2) a {
    background: #e86464;
}
ul.cta2 li a img {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
ul.cta2 li a span {
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    vertical-align: middle;
    width: calc(90% - 50px);
    display: inline-block;
}
ul.cta2 li:nth-child(2) a span {
    font-size: 30px;
}
ul.cta2 li a:hover {
    background: #a87d00;
}
ul.cta2 li a:hover img {
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
}
.cta3 {
    margin: 3% auto;
    max-width: 800px;
}
.cta3 a:hover {
    opacity: 0.8;
}

ul.link1 {
    margin: 7% auto 3%;
    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;
}
ul.link1 li {
    width: 48%;
}
ul.link1 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #e86464;
    border-radius: 20px;
    -webkit-box-align: anchor-center;
        -ms-flex-align: anchor-center;
            align-items: anchor-center;
}
ul.link1 li:nth-child(2) a {
    background: #fabe03;
}
ul.link1 li a img {
    height: 120px;
    margin: -40px 10px 10px 10px;
    width: auto;
}
ul.link1 li a > span {
    width: 70%;
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
}
ul.link1 li a span span {
    display: block;
    font-size: 70%;
}
ul.link1 li a:hover {
    background: #a87d00;
}
.link2 {
	
}
.link2 a {
	display: block;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	background: #fabe03;
	padding: 20px 30px;
	min-width: 300px;
	border-radius: 50px;
	border: 3px solid #fff;
	-webkit-filter: drop-shadow(2px 4px 2px #00000030);
	        filter: drop-shadow(2px 4px 2px #00000030);
	font-size: 18px;
	font-weight: 500;
}
.link2 a:hover {
	color:#fff;
	background: #05ac9e;
}
.link3 {
    text-align: right;
}
.link3 a {
    display: inline-block;
    padding: 10px 50px 10px 10px;
    position: relative;
    font-weight: 500;
    border-bottom: 1px dotted;
}
.link3 a::before {
	content:"";
	width: 30px;
	height: 30px;
	background: #05ac9e;
	position: absolute;
	border-radius: 50%;
	right: 10px;
	top: 6px;
}
.link3 a:hover::before {
	background: #fabe03;
}
.link3 a::after {
	content:"";
	width: 10px;
	height: 10px;
	position: absolute;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	right: 21px;
	top: 14px;
}
.ilnk4 {}
.link4 a {}

section.graback-yellow, section.graback-yellow1, section.back-beige {
    position: relative;
    padding: 3% 0;
}
section.graback-yellow::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fabe03), to(transparent));
    background: -o-linear-gradient(bottom, #fabe03, transparent);
    background: linear-gradient(0deg, #fabe03, transparent);
    z-index: -1;
    top: 0;
}
section.graback-yellow1::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fabe03), to(transparent));
    background: -o-linear-gradient(top, #fabe03, transparent);
    background: linear-gradient(180deg, #fabe03, transparent);
    z-index: -1;
    top: 0;
}
section.graback-yellow > p, section.graback-yellow1 > p {
    font-weight:500;
}
section.back-beige::before {
	content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
	z-index: -1;
    top: 0;
    background: #f7f2ee;
}
.img-w-m800 {
    margin: 3% auto;
    max-width: 800px;
}

section.bread {
    margin-bottom:3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.bread ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.bread li {
  display: inline;
  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.bread li a:hover {
	color:#a87d00;
}
.mw800 {
    max-width: 800px;
    margin: 0 auto;
}

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

section.mv > p, section.mv > h1 {
    position: relative;
    background: #00000063;
    padding: 5% 3%;
    margin: 0;
}
section.mv > p::before, section.mv > h1::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/zero-start-solar/wp-content/uploads/2026/03/mv_back.webp)no-repeat center / cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
section.mv > p img, section.mv > h1 img {
    width: 60%;
    max-width: 800px;
}
section.mv > div {
    background: -webkit-gradient(linear, left top, left bottom, from(#fabe03), to(transparent));
    background: -o-linear-gradient(top, #fabe03, transparent);
    background: linear-gradient(180deg, #fabe03, transparent);
    position: relative;
    padding: 5% 3%;
}
section.mv > div::before {
    content:"";
    width: 35%;
    height: 100%;
    background: url(/zero-start-solar/wp-content/uploads/2026/03/w-ring.png)no-repeat center / cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1%;
}
section.mv > div > p {
    position: absolute;
    width: 38%;
    right: 0;
    bottom: 0;
    max-width: 500px;
    padding: 3%;
}
section.mv > div > div {
    position: relative;
    z-index: 1;
    width: 63%;
}
section.mv > div > div p {
    font-weight: 500;
}

ul.top-reason {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.top-reason::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 55%;
    background: #f7f2ee;
    z-index: -1;
    bottom: 0;
}
ul.top-reason li {
    background: #fff;
    -webkit-filter: drop-shadow(2px 4px 6px #00000030);
    filter: drop-shadow(2px 4px 6px #00000030);
    width: 23%;
    padding: 3%;
    text-align: center;
    margin-top: 70px;
}
ul.top-reason li h3 {
    margin: -100px auto 10%;
}
ul.top-reason li h3 img {
    width: 100px;
    margin: 0 auto 10px;
}
ul.top-reason li h3 span {
    display: block;
    font-weight: bold;
    color: #a87d00;
}
ul.top-reason li p {
    font-weight: 500;
    margin: 0;
}

section.top-service {
    background: #f7f2ef;
    padding: 0 3% 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.tservice1 {
    width: 30%;
    z-index: 3;
}
section.top-service a {
    display:block;
    padding: 7%;
    overflow: hidden;
    position: relative;
    height: 100%;
}
section.top-service .tservice1 a {
	padding: 12% 7%;
}
section.top-service a > div {
    background: #01a99da6;
    padding: 5%;
}
section.top-service ul a > div {
    background: #000000a6;
}
section.top-service div h2 {
    color: #fff;
}
section.top-service a > div p {
    margin: 0;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}
section.top-service a > p {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    z-index: -1;
    width: 100%;
}
section.top-service a > p img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.tservice-wrap {
    width: 67%;
    margin-left: 3%;
  position: relative;
}
.tservice-wrap ul.carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;                 /* liの間隔はliのpadding/marginで管理 */
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel-viewport {
  overflow: hidden;
  width: 100%;
  height: 98%;
}
.tservice-wrap ul.carousel-track > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;          /* ← ここを変えると表示枚数が変わる（33.333%で3枚、100%で1枚） */
  min-width: 0;
  padding: 0 10px;
  width: auto;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: #05ac9e;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: background 0.2s, opacity 0.2s;
  -o-transition: background 0.2s, opacity 0.2s;
  transition: background 0.2s, opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
          box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.carousel-btn:hover { background: #018a80; }
.carousel-btn:disabled { opacity: 0.3; cursor: default; }
.carousel-prev { left: -20px; }
.carousel-next { right: -20px; }
.carousel-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
  padding: 0;
  -webkit-transition: background 0.25s, -webkit-transform 0.25s;
  transition: background 0.25s, -webkit-transform 0.25s;
  -o-transition: background 0.25s, transform 0.25s;
  transition: background 0.25s, transform 0.25s;
  transition: background 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.carousel-dots button.active {
  background: #05ac9e;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
@media (max-width: 768px) {
  .tservice-wrap ul.carousel-track > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 5px;
  }
  .carousel-prev {left: 0;width: 30px;height: 30px;}
  .carousel-next {right: 0;width: 30px;height: 30px;}
}

ul.Whyisit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5%;
}
ul.Whyisit li {
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.Whyisit li > p {
    position: relative;
    height: 180px;
    width: 100%;
    margin: 0;
}
ul.Whyisit li > p img {
    height: 100%;
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
ul.Whyisit li:nth-child(even) > p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
ul.Whyisit li > div {
    padding: 15px 3%;
}
ul.Whyisit li > div p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
section.back-sky {
    background: url(/zero-start-solar/wp-content/uploads/2026/03/why_back.webp)no-repeat center / cover;
    padding: 5% 0;
}
.bs-in {
    background: #ffffffba;
    padding: 3%;
}

ul.vw-100-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
ul.vw-100-col2 > li {
    width: 50%;
    padding: 5% 0;
    background: url(/zero-start-solar/wp-content/uploads/2026/03/img1.webp)no-repeat center / cover;
}
ul.vw-100-col2 > li:nth-child(2) {
    background: url(/zero-start-solar/wp-content/uploads/2026/03/img2.webp)no-repeat center / cover;
}
ul.vw-100-col2 > li div {
    width: 90%;
    margin: 0 auto;
    background: #ffffffcc;
    padding: 3%;
    height: 100%;
}

ul.top-flow {
    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;
}
ul.top-flow li {
    width: 30%;
    margin-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
ul.top-flow li > p {
    width: 50%;
    margin: 0 auto -15%;
    position: relative;
    z-index: 1;
}
ul.top-flow li > div {
    background: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 20% 0 5%;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    -webkit-filter: drop-shadow(2px 2px 3px #00000052);
            filter: drop-shadow(2px 2px 3px #00000052);
}
ul.top-flow li > div span {
    display: block;
    color: #05ac9e;
    margin-bottom: 2%;
}
ul.top-flow li > div span:nth-child(2) {
    margin: 0;
    font-size: 80%;
    color: #212121;
}

.top-faq {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
}
.top-faq li {
    border-bottom: 1.5px solid #666;
}
button.faq-question {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1% 2% 2%;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    position: relative;
}
span.q-icon {
    color: #05ac9e;
    font-size: 36px;
    font-weight: bold;
    margin-right: 3%;
    line-height: 1;
}
span.question-text {
    font-size: 18px;
    font-weight: bold;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 10px;
}
.toggle-icon {
    position: relative;
    width: 20px;
    height: 20px;
    top: 3px;
    min-width: 20px;
}
.toggle-icon::before,
.toggle-icon::after {
    content: "";
    position: absolute;
    background-color: #666;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.toggle-icon::before {
    width: 100%;
    height: 5px;
}
.toggle-icon::after {
    width: 5px;
    height: 100%;
}
.top-faq li.is-active .toggle-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    -o-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
}
.answer-content {
    padding: 0 10px 3% 65px;
}
.answer-content p {
    margin: 0;
}

ul.top-news {
    max-width: 1000px;
    margin: 0 auto;
}
ul.top-news li {
    border-bottom: 1px solid;
}
ul.top-news li a {
    display: block;
    padding: 2%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
ul.top-news li a span {
    color: #05ac9e;
    padding: 0 3%;
}
p.to-news {
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
}
p.to-news a {
    display: block;
    padding: 10px 0 10px 10px;
    font-weight: 500;
}

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





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

section.page-head {
    position: relative;
    padding: 80px 0;
}
section.page-head::before {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#fabe03), to(transparent));
    background: -o-linear-gradient(bottom, #fabe03, transparent);
    background: linear-gradient(0deg, #fabe03, transparent);
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -3;
}
section.page-head::after {
    content: "";
    width: 35%;
    height: 100%;
    background: url(/zero-start-solar/wp-content/uploads/2026/03/w-ring.png) no-repeat center / cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1%;
    z-index: -2;
}
section.page-head p:first-child {
    display: block;
    font-size: 80px;
    margin-bottom: 1%;
    position: relative;
    color: #ffffff;
    letter-spacing: 5px;
    font-weight: bold;
}
section.page-head p:first-child::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-text-stroke: 3px #666;
  color: transparent;
  z-index: -1;
}
section.page-head .ph-h1 {
    font-size: 30px;
    font-weight: bold;
}

table.about {}
table.about tr {
    border-bottom: 1px solid #fabe03;
}
table.about th {
    border-bottom: 3px solid #fabe03;
    padding: 3%;
    text-align: center;
    font-weight: 500;
    min-width: 200px;
}
table.about td {
    padding: 3%;
}
table.about td li {
    line-height: 170%;
}
.access iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 500px;
    display: block;
}

section.form {
    margin: 8% auto;
    background: #f7f2ee;
    padding: 5%;
}
section.form tr p {
    margin: 0;
}
section.form tr {
    border-bottom: 3px solid #fff;
}
section.form th {
    padding: 3%;
    border-bottom: 5px solid #efdea8;
    min-width: 200px;
    text-align: center;
    vertical-align: top;
}
section.form th span {
    font-size: 80%;
    color: #e86464;
    font-weight: bold;
}
section.form td {
    padding: 3%;
}
section.form td span.rei {
    display: block;
    font-size: 14px;
    padding-top: 3px;
}
div.wpcf7 td span.wpcf7-list-item {
    margin: 0 1em 0 0;
}
div.wpcf7 td span.wpcf7-list-item-label {
    cursor: pointer;
}
div.wpcf7 td input.wpcf7-text, div.wpcf7 td input.wpcf7-number {
    height: 43px;
    padding: 0 5px;
    font-size: 16px;
    width: 100%;
    max-width: 350px;
    border:unset;
}
div.wpcf7 td input.wpcf7-number {
    width: 100px;
}
div.wpcf7 td textarea.wpcf7-textarea {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border:unset;
}
div.wpcf7 p input.wpcf7-submit{
    padding: 13px 0;
    background: transparent;
    background: #fabe03;
    font-weight: bold;
    -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;
    border-radius: 50px!important;
    color: #fff;
    margin-top: 5%;
    letter-spacing:5px;
    margin-left: 72px;
    width: 140px;
    border: unset;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-box-shadow: 0px 0px 5px 1px #d4d4d4a1 inset;
    box-shadow: 0px 0px 5px 1px #d4d4d4a1 inset;
}
div.wpcf7 p input.wpcf7-submit:hover{
    background: #e86464;
    cursor: pointer;
    -webkit-box-shadow:unset;
            box-shadow:unset;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section.form form > p {
    text-align: center;
}

.policy {
    background: #f7f2ee;
    border-radius: 30px;
    border: 60px solid #f7f2ee;
    max-height: 400px;
    overflow: scroll;
    position: relative;
}

ul.icon_col3 {
    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;
    margin: 8% auto;
}
ul.icon_col3 li {
    width: 30%;
    background: #fff;
    -webkit-filter: drop-shadow(2px 4px 6px #00000030);
            filter: drop-shadow(2px 4px 6px #00000030);
    text-align: center;
    margin: 50px 0 0;
    padding: 0 0 3%;
}
ul.icon_col3 li img {
    width: 100px;
    margin: -50px auto 10px;
}
ul.icon_col3 li span {
    display: block;
    font-weight: bold;
    color: #a87d00;
}
ul.icon_col3 li p {
    font-weight: bold;
    font-size: 30px;
    margin: 0;
}
table.table1 {
    border-collapse: separate;
    border-spacing: 5px;
}
table.table1 th {
    border-bottom:3px solid #ddd;
    text-align: center;
    padding: 20px 0;
    min-width: 150px;
}
table.table1 tr:first-child th {
    border-top:3px solid #ddd;
}
table.table1 td {
    border-bottom:1px solid #ddd;
    padding: 20px 10px;
}
table.table1 tr:first-child td {
    border-top:1px solid #ddd;
}

.float-fit-img {
    margin: 5% auto;
    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;
}
.float-fit-img p.img {
    position: relative;
    width: 48%;
    margin: 0;
    overflow: hidden;
    border-start-start-radius: 50px;
}
.float-fit-img p.img2 {
    position: relative;
    width: 48%;
    margin: 0;
    overflow: hidden;
    border-top-right-radius: 50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.float-fit-img p.img img, .float-fit-img p.img2 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
}
.float-fit-img > div {
    width: 48%;
}
ul.li-box {}
ul.li-box li {
    -webkit-filter: drop-shadow(2px 4px 6px #00000030);
    filter: drop-shadow(2px 4px 6px #00000030);
    background: #fff;
    padding: 10px;
    margin-top: 5%;
}
ul.li-box li p:last-child {
    margin-bottom:0;
}
.lib-ttl {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.lib-ttl span {
    display: block;
    font-size: 80%;
    color: #fabe03;
}

.popup-info .btn {
    padding: 20px 20px;
    background-color: #fabe03;
    color: white;
    border: none;
    cursor: pointer;
    display: block;
    margin: 5% auto;
    min-width: 300px;
    font-size: 18px;
    position: relative;
}
.popup-info .btn::before {
	content:"";
	width: calc(100% - 20px);
	height: calc(100% - 17px);
	position: absolute;
	border: 1px solid;
	left: 9px;
	top: 8px;
}
.popup-info .popup-content .btn {
    background: #707070;
}
.popup-info .btn:hover {
	background: #a87d00;
}
.popup-info .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.popup-info .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    width: 80%;
    max-width: 1000px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    max-height: 80%;
    overflow: scroll;
}
.popup-info .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.gss-img {
    max-width: 800px;
    margin: 8% auto;
}
.gss-img img {
    display: inline-block;
    width: 67%;
}
.gss-img img:nth-child(2) {
    width: 30%;
    margin-left: 3%;
}
.subsidy {
    text-align: center;
}
.subsidy img {
    width: 50%;
    max-width: 150px;
    margin: 0 auto;
}
.subsidy h4 {
    background: #05ac9e;
    color: #fff;
    font-size: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 10px 20px;
    font-weight: 500;
}
.label-box {
    position: relative;
    z-index: 1;
    padding: 0 3% 3%;
    margin: 5% auto 3%;
}
.label-box::before {
    content: "";
    width: 100%;
    height: calc(100% - 50px);
    background: #f7f2ee;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
}
.label-box .label-ttl {
    background: #f7f2ee;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 20px;
    margin: 0 0 5% auto;
    font-size: 20px;
    font-weight: 500;
}
.imgx2 {
    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;
}
.imgx2 img {
    width: 49%;
}








@media screen and (max-width: 1000px) {
.width {
	width:90%;
}
p, .p {
	font-size:15.5px;
	margin-bottom:8px;
}

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

.menu nav {
    display: none;
}
.menur {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
    overflow: hidden;
}
nav.nav1 {
    display: block;
}
.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: 90;
    background-color: #a87d00;
    border-radius: 5px;
}
.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{
    background: #f2fff3;
}
#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);
	background-color: #a87d00;
}
#label1:checked ~ .r-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
	background-color: #a87d00;
}
#label1 {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 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: left;
    -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: calc(100vh - 47px);
}
.hidden_show ul.nav1 {
    height: 0;
    padding: 0;
    overflow: hidden;
    width: calc(100% - 70px);
    text-align: center;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 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: #a87d00;
}
.hidden_box input:checked ~ .hidden_show ul.nav1 {
	opacity: 1;
	height: auto;
}
.hidden_show ul.nav1 li a{
	display: block;
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid;
	letter-spacing: 1px;
}
.hidden_show ul.nav1 li:last-child a{
	border-bottom:unset;
}
p.ttl-logo {
    width: calc(100% - 70px);
}
p.ttl-logo img {
    max-width: 300px;
    margin: 0 auto;
    width: 70%;
}


/*------------------------------------*\
    共通_1000
\*------------------------------------*/

.ttl1 span {
    font-size: 65px;
}
.ttl2, .ttl3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.ttl4 {
    font-size: 23px;
}
.ttl5, .ttl6 {
    font-size: 20px;
}
.ttl5a {
    font-size: 17px;
}
.ttl7 {
	font-size: 28px;
	padding: 8px;
}
.ttl8 {
    font-size: 35px;
}
.ttl9 {
    font-size: 23px;
}

ul.cta2 li a img {
    width: 40px;
}
ul.cta2 li a span {
    font-size: 30px;
}
ul.cta2 li:nth-child(2) a span {
    font-size: 25px;
}

ul.link1 li a {
    padding: 10px 0;
}
ul.link1 li a img {
    height: 70px;
    margin: -30px 5px 0 5px;
}
ul.link1 li a > span {
    font-size: 20px;
}



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

section.mv > p, section.mv > h1 {
    padding: 80px 3% 5%;
}
ul.top-reason::after {
    height: 70%;
}
ul.top-reason li {
    width: 48%;
    margin-top: 60px;
}
ul.top-reason li h3 {
	margin: -70px auto 5%;
}
ul.top-reason li h3 img {
    width: 80px;
}
.tservice1 {
    width: 40%;
}
.tservice-wrap {
    width: 57%;
}
ul.Whyisit li > div {
    padding: 20px 3%;
}

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





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

section.page-head {
    padding: 50px 0;
}
section.page-head p:first-child {
    font-size: 65px;
}
section.page-head .ph-h1 {
    font-size: 28px;
}

.policy {
    border: 40px solid #f7f2ee;
}
div.wpcf7 p input.wpcf7-submit {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
ul.icon_col3 li img {
    width: 80px;
}
ul.icon_col3 li p {
    font-size: 25px;
}

}





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

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



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

footer#colophon {
    padding: 10px 0 60px;
}


/*------------------------------------*\
    共通_700
\*------------------------------------*/

.ttl1 {
    font-size: 18px;
    font-weight: 500;
}
.ttl1 span {
    font-size: 40px;
}
.ttl1 br {
	display:block;
}
.ttl2, .ttl3 {}
.ttl2 span, .ttl3 span {}
.ttl4 {
    font-size: 20px;
}
.ttl5 {
	font-size: 18px;
    border-left: 3px solid #a87d00;
    padding: 0 0 3px 3px;
	margin: 5% auto 5px;
}
.ttl5a {
	font-size: 16px;
	margin: 10px auto 5px;
}
.ttl6 {
    font-size: 18px;
}
.ttl7 {
	font-size: 25px;
	padding: 5px;
}
.ttl8 {
    font-size: 30px;
}
.ttl8 span {
    font-size: 16px;
}
.ttl9 {
    font-size: 20px;
}

section.bread li {
    font-size: 12px;
}
section.bread li a {
    padding: 13px 0;
}

ul.cta1 {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
}
ul.cta1 li {
    width: 50%;
    text-align: center;
}
ul.cta1 li a img {
    width: 25px;
    margin-right: 3px;
}
ul.cta1 li a span, ul.cta1 li:nth-child(2) a span {
    font-size: 16px;
}
ul.cta2 li a {
    position: relative;
    margin-top: 30px;
    border-radius: 20px;
    border: 2px solid #707070;
    padding: 15px 0 5px;
}
ul.cta2 li a img {
    background: #05ac9e;
    padding: 10px;
    width: 45px;
    border-radius: 50%;
    border: 2px solid #707070;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
ul.cta2 li:nth-child(2) a img {
    background: #e86464;
}
ul.cta2 li a span {
    font-size: 18px;
    width: 100%;
}
ul.cta2 li:nth-child(2) a span {
    font-size: 16px;
}

ul.link1 li a {
    position: relative;
    margin-top: 30px;
    padding: 48px 0 10px;
}
ul.link1 li a img {
    position: absolute;
    margin: auto;
    top: -30px;
    left: 0;
    right: 0;
}
ul.link1 li a > span {
    width: 100%;
    font-size: 16px;
}
.link2 a {
	min-width: 200px;
	font-size: 14px;
	padding: 15px 30px;
}
.link3 a {
    font-size: 14px;
    padding: 15px 35px 8px 10px;
}
.link3 a::before {
    width: 20px;
    height: 20px;
    top: 15px;
}
.link3 a::after {
    width: 5px;
    height: 5px;
    right: 17.5px;
    top: 21px;
}
.link4 a {}


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

section.mv > p, section.mv > h1 {
    padding: 3%;
}
section.mv > p img, section.mv > h1 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
section.mv > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3%;
}
section.mv > div::before {
    width: 100%;
    left: 0;
}
section.mv > div > p {
    position: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
    max-width: 300px;
    width: 80%;
    margin: 3% auto 0;
    z-index: 1;
}
section.mv > div > div {
    width: 100%;
    text-align: center;
}

ul.top-reason li {
    margin-top: 45px;
    -webkit-filter: drop-shadow(2px 2px 3px #00000047);
            filter: drop-shadow(2px 2px 3px #00000047);
}
ul.top-reason li h3 {
    margin: -50px auto 5%;
}
ul.top-reason li h3 img {
    width: 60px;
}
section.top-service {
    padding: 0 3% 7%;
}
.tservice1 {
    width: 100%;
}
.tservice-wrap {
    width: 100%;
    margin: 3% auto 0;
}
.carousel-viewport {
    height: 100%;
}

ul.Whyisit li {
    width: 100%;
}
ul.Whyisit li > div {
    padding: 3%;
}
ul.Whyisit li:nth-child(even) > p {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
}

ul.vw-100-col2 > li {
    width: 100%;
}
ul.top-flow li {
    width: 32%;
}
ul.top-flow li > div {
    font-size: 14px;
    border-radius: 20px;
    padding: 18% 0 8%;
}
ul.top-flow li > div span:nth-child(2) {
    font-size: 70%;
}
span.q-icon {
    font-size: 20px;
}
button.faq-question {
    align-items: baseline;
    padding: 3% 2% 4%;
}
span.question-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.toggle-icon {
    width: 15px;
    height: 15px;
    top: 0px;
    min-width: 15px;
    margin-left: 5px;
}
.toggle-icon::before {
    height: 3px;
}
.toggle-icon::after {
    width: 3px;
}
.answer-content {
    padding: 0 10px 3% 30px;
}
.answer-content p {
    font-size: 14px;
}
ul.top-news li a {
    font-size: 14px;
    padding: 10px 2%;
}


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





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

section.page-head {
    padding: 30px 0;
}
section.page-head p:first-child {
    font-size: 45px;
}
section.page-head .ph-h1 {
    font-size: 23px;
}

table.about th {
    display: block;
    width: 100%;
    border: unset;
    background: -o-linear-gradient(45deg, #fabe03, transparent);
    background: linear-gradient(45deg, #fabe03, transparent);
    color: #fff;
    text-align: left;
}
table.about td {
    display: block;
    padding: 3%;
}
section.form th {
    display: block;
    padding: 3% 0;
    width: 100%;
    border-bottom: 1px solid #fff;
}
section.form td {
    display: block;
    width: 100%;
}
div.wpcf7 td input.wpcf7-text {
    max-width: unset;
}
div.wpcf7 td span.spam span.wpcf7-list-item {
    margin: 0;
}
div.wpcf7 p input.wpcf7-submit {
    font-size: 16px;
    margin-left: 44px;
}
.wpcf7-spinner {
    margin: 0 10px;
}
.policy {
    border: 30px solid #f7f2ee;
    max-height: 300px;
}
ul.icon_col3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul.icon_col3 li {
    width: 48%;
    -webkit-filter: drop-shadow(2px 2px 3px #00000047);
            filter: drop-shadow(2px 2px 3px #00000047);
}
ul.icon_col3 li:first-child {
    margin-right: 4%;
}
ul.icon_col3 li img {
    width: 50px;
    margin: -30px auto 5px;
}
ul.icon_col3 li p {
    font-size: 20px;
}

table.table1 {
    border-collapse: collapse;
    border-spacing: 0;
}
table.table1 th {
    display: block;
    width: 100%;
    border: unset;
    background: #ddd;
    padding: 10px 0;
}
table.table1 td {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}
.float-fit-img p.img, .float-fit-img p.img2 {
    width: 100%;
    height: 300px;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-bottom: 3%;
}
.float-fit-img > div {
    width: 100%;
}
ul.li-box li {
    -webkit-filter: drop-shadow(2px 2px 3px #00000047);
            filter: drop-shadow(2px 2px 3px #00000047);
}
.lib-ttl {
    font-size: 16px;
    margin-bottom: 5px;
}
.popup-info .popup-content {
    width: 96%;
    padding: 3%;
}
.popup-info .btn {
    min-width: 200px;
    font-size: 14px;
    padding: 15px;
}
.subsidy h4 {
    font-size: 20px;
    padding: 10px;
}
.label-box::before {
    height: calc(100% - 40px);
}
.label-box .label-ttl {
    font-size: 16px;
}

}

/*-----------------------------
DCコンテンツ
------------------------------*/
.dc_column_ttl1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #fabe03;
  margin: 3% 0 2.5%;
  padding: 10px;
  border-bottom: 2px solid #fabe03;
}

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

.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: #fabe03;
  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: #05ac9e;
  text-decoration: none;
  color: #000;
}
.qa-6 {
  margin-bottom: 5px;
  border-bottom: 2px solid #212121;
}

.qa-6 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #fabe03;
  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: #fabe03;
  content: "Q";
}

.qa-6 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #212121b3;
  border-right: 3px solid #212121b3;
  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: #212121;
  transition: transform .5s, opacity .5s;
}

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

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

div.float {
  margin: 3% auto;
}
.clear:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.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_list1 {
  list-style:none;
  margin: 0;
}
.dc_column_read_txt {
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  overflow: hidden; 
}
.dc_column_list1 {
	margin:3% 0;
	padding-left:20px;
}
.dc_column_list1 li {
	list-style:inside;
	margin:10px 0;
}

@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: #fabe03 dashed 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.dc_list1 a {
  text-decoration: none;
  color: #212121;
  transition: all .3s;
  color: #fabe03;
}
.dc_list1 a:hover {
  opacity: .8;
}
.dc_ttl2 {
  padding: 0;
  margin: 5px 0;
  border: none;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis; 
  color: #fabe03;
  font-size: 20px;
}
.dc_read_txt {
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden; 
  line-height: normal;
  margin: 0;
  color: #212121;
}
.dc_column_link {
  text-align: right;
}
.dc_column_link a {
  text-decoration: none;
  color: #fabe03;
  transition: all .3s;
}
.dc_column_link a:hover {
  color: #05ac9e;
  opacity: .8;
}