/*
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@500;700&family=Oswald:wght@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: #191103;
}
p a:hover {
	color: #1f3a71;
}
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: #191103;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.osw {
	font-family: "Oswald", sans-serif!important;
}
.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{
	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;}
.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;
	font-size:100%;
}
span.bo {
	font-size:100%;
	font-weight:600;
}
span.bbig{
	font-weight:bold!important;
	font-size:120%!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%);
}


@-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;
}
.ponpon, .pon{
	opacity:0;
	-webkit-transition : all 2s;
	-o-transition : all 2s;
	transition : all 2s;
}
.downup .fadein, .downup .ponpon, .downup .pon {
	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, .updown .ponpon, .updown .pon {
	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, .ponpon.active, .pon.activate {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}
ul li.ponpon.active:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
ul li.ponpon.active:nth-child(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

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;
    z-index: 100;
}
header.top hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #191103eb;
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: anchor-center;
    -ms-flex-align: anchor-center;
    align-items: anchor-center;
}
header.top hgroup .logo {
    width: 105px;
}
header.top hgroup .logo a {
    padding: 10px;
    display: block;
}
.menu1 {
    padding-right: 20px;
}
.menu1 li {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.menu1 li a {
    display: block;
    color: #fff;
    padding: 28px 20px;
}
.menu1 li span {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 28px 20px;
    transition: all .3s;
}
.menu1 li ul.sub {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background: #191103eb;
}
.menu1 li:hover ul.sub {
    display: block;
}
.menu1 li ul.sub li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
}

.menur {
    display: none;
}

.map {}
.map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
    display: block;
}
p.flogo {
    width: 150px;
    margin: 0 auto 10px;
}
p.tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto;
}
p.tel a {
    display: block;
    background: #191103;
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
}
p.tel a:hover {
    background:#fdf663;
    color:#191103;
}
ul.sitemap {
    text-align: center;
    margin: 3% auto;
}
ul.sitemap li {
    display: inline-block;
}
ul.sitemap li a {
    display: block;
    padding: 10px;
}
footer#colophon {
    background: #191103;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}



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

.ttl1, .ttl1a {
    margin: 8% auto 3%;
    font-family: "Oswald", sans-serif;
    font-size: 95px;
    color: #707070;
    border-bottom: 10px solid #707070;
}
.ttl1a {
	border-bottom: unset;
	color: #ddd;
}
.ttl1 span, .ttl1a span {
    font-size: 20px;
    color: #000;
    padding: 0 10px;
    font-weight: 700;
    display: inline-block;
}
.ttl1a span {
	display:block;
	padding: 0;
}
.ttl2 {
    text-align: center;
    margin: 8% auto 3%;
    font-family: "Oswald", sans-serif;
    font-size: 95px;
    color: #707070;
    border-bottom: 10px solid #707070;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
}
.ttl2 span {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
.ttl3 {
    color: #fdf663;
    font-family: "Oswald", sans-serif;
    font-size: 95px;
}
.ttl3 span {
    display: block;
    font-size: 30px;
    margin: -70px auto 4%;
}
.ttl4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}

section.cta1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-filter: drop-shadow(2px 2px 3px #00000070);
            filter: drop-shadow(2px 2px 3px #00000070);
}
section.cta1 div {
    width: 48%;
}
section.cta1 ul {
    width: 48%;
}
section.cta1 ul li {
    background: #fff;    
}
section.cta1 ul li:first-child {
    margin-bottom: 2%;
}
section.cta1 a, section.cta2 ul li a {
    display: block;
}
section.cta1 a:hover, section.cta2 ul li a:hover {
    opacity: 0.8;
}

section.cta2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-filter: drop-shadow(2px 2px 3px #00000070);
    filter: drop-shadow(2px 2px 3px #00000070);
    margin: 5% auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.cta2 ul li {
    width: 48%;
    background: #fff;
	margin-bottom:3%;
}
section.cta2 ul li:nth-of-type(3) {
    width: 100%;
    background: #fff;
}


ul.link1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3% auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.link1 li {
    width: 48%;
    text-align: center;
}
ul.link1 li a {
    background: #191103;
    color: #fff;
    display: block;
    padding: 13px 0;
    border-radius: 50px;
}
ul.link1 li:last-child a {
    background: #fdf663;
    color: #191103;
}
ul.link1 li a:hover {
    background:#1f3a71!important;
    color:#fff!important;
}

p.link2 {
    margin: 3% auto;
    text-align: right;
}
p.link2 a {
    display: block;
    border-bottom: 1px solid;
    padding: 10px 5px;
}
p.link2 a::after {
    content: "\025b6";
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
p.link2 a:hover::after {
    width: auto;
}

ul.link3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.link3 li {
    text-align: center;
    width: 48%;
}
ul.link3 li a {
    display: block;
    background: #1f3a71;
    color: #fff;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    padding: 15px 0;
    position: relative;
}
ul.link3 li:last-child a {
    background: #191103;
}
ul.link3 li a::before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    border: 1px solid;
    left: 10px;
    top: 10px;
}
ul.link3 li a:hover {
    background:#fdf663;
    color:#191103;
}
p.link4 {
	display: inline-block;
    padding: 15px 0;
}
p.link4 a::before {
    content: "\02192";
    padding-right: 10px;
}
p.link4 a:hover {
    color:#acac24;
}


/*====================================================================
slick
====================================================================*/

.sliderArea {
  max-width: 100%;
  margin: 3% auto;
  padding: 0 0 30px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/
.full-screen .slick-list {
  overflow: visible;
  padding: 0!important;
}
.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 950px;
  margin: 0 auto;
}
.sliderArea .slick-prev {
    left: -10px;
}
.sliderArea .slick-next {
    right: -10px;
}
.sliderArea .slick-slide a {
    display: block;
    padding: 0 3%;
}

ul.top-works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.top-works li {
    width: 48%;
    position: relative;
}
ul.top-works li::before {
	content:"";
	width: 100%;
	position: absolute;
	height: 20%;
	top: 0;
	bottom: 0;
	left: 97%;
	margin: auto;
	background: url(/wp-content/uploads/2025/08/right1.png)no-repeat left / contain;
	z-index: 1;
}
ul.top-works li:nth-child(2)::before {
	background: url(/wp-content/uploads/2025/12/right2.png)no-repeat right / contain;
	left: auto;
	right: 95%;
}
ul.top-works li span:nth-child(1) {
    display: block;
    background: #191103;
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-align: center;
    padding: 10px 0;
    font-size: 25px;
    text-transform: uppercase;
}
ul.top-works li:nth-child(2) span:nth-child(1) {
    background: #1f3a71;
}
ul.top-works li span:nth-child(2) {
    position: relative;
    display: block;
}
ul.top-works li span:nth-child(2)::before {
    content:"";
    width: 100%;
    padding-top: 70%;
    display: block;
}
ul.top-works li span img {
    position: absolute;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.top-works-txt {
    text-align: center;
    background: #191103;
    padding: 10px;
    margin-top: 2%;
}
.top-works-txt * {
    color: #fff;
}
.top-works-txt h3 {
    font-size: 18px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

section.main {
    position: relative;
    padding-top: 15%;
    overflow: hidden;
}
section.main h1 {
    width: 80%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 5%;
}
section.main h1 img {
	margin: 0 auto 5%;
	max-width: 600px;
	width: 70%;
	-webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
	        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
	-webkit-animation: flash-logo 3.5s ease-out 0.2s 1 forwards;
	        animation: flash-logo 3.5s ease-out 0.2s 1 forwards;
}
@-webkit-keyframes flash-logo {
	0% {
		-webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
		        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
	}
	100% {
		-webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
		        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
	}
}
@keyframes flash-logo {
	0% {
		-webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
		        filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
	}
	100% {
		-webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
		        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
	}
}
section.main h1 span {
    color: #fff;
    display: block;
    margin-top: 3%;
}
section.main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3%;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.main ul li {
    width: 32%;
}
section.main ul li span:first-child {
    background: #191103;
    color: #fff;
    padding: 10px;
    position: relative;
    border-radius: 50px;
    min-width: 80%;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto -20px;
    -webkit-filter: drop-shadow(2px 4px 4px #fff);
    filter: drop-shadow(2px 4px 4px #fff);
    z-index: 1;
}
section.main ul li span:nth-child(2) {
	position: relative;
	padding-top: 50%;
	overflow: hidden;
	display: block;
}
section.main ul li span img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;top: 0;
}
section.main p {
    position: absolute;
    top: 0;
	left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
	overflow: hidden;
}
section.main p::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
	-webkit-animation: mv-black 1.5s ease-out 0.2s 1 forwards;
	        animation: mv-black 1.5s ease-out 0.2s 1 forwards;
}
@-webkit-keyframes mv-black {
	0% {
		background: #000;
	}
	100% {
		background: #19110396;
	}
}
@keyframes mv-black {
	0% {
		background: #000;
	}
	100% {
		background: #19110396;
	}
}
section.main p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
	z-index:-1;
    -webkit-animation: background-fade 8s ease-in-out infinite;
            animation: background-fade 8s ease-in-out infinite; 
}
section.main p img:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}
section.main p img:nth-child(2) {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
}
section.main p img:nth-child(3) {
    -webkit-animation-delay: 6.4s;
            animation-delay: 6.4s;
}
@keyframes background-fade {
    0% { opacity: 0; }
    15% { opacity: 1; }
    35% { opacity: 1; } 
    40% { opacity: 1; } 
    45% { opacity: 0; } 
    100% { opacity: 0; }
}
@-webkit-keyframes background-fade {
    0% { opacity: 0; }
    15% { opacity: 1; }
    35% { opacity: 1; }
    40% { opacity: 1; }
    45% { opacity: 0; }
    100% { opacity: 0; }
}

.sf_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  -webkit-filter: drop-shadow(2px 4px 6px #00000070);
  filter: drop-shadow(2px 4px 6px #00000070);
  background: #000000;
  margin-bottom: 5%;
}
.sf_scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: sf_scroll 20s linear infinite;
          animation: sf_scroll 20s linear infinite;
  width: 200%;
}
.sf_scroll-inner img {
  width: calc((96% / 3) * 1.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2%;
}
@-webkit-keyframes sf_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes sf_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

section.top-about {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 8%;
}
section.top-about > div {
    width: 70%;
    margin: 0 -10% 0 0;
}
section.top-about > p {
    position: relative;
    border: 10px solid #ddd;
    width: 40%;
    z-index: -2;
    margin: 8% 0 0;
}
section.top-about > p img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
section.top-about > div > p {
    width: 85%;
}
.box_gray {
    background: #000000bf;
    padding: 3%;
}
.box_gray *, ul.top-new * {
    color: #fff;
}
ul.top-new {
    background: #000000bf;
    margin: 3% auto;
}
ul.top-new li {}
ul.top-new li a {
    display: block;
    padding: 3%;
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.top-new li a span {
    width: 110px;
    display: inline-block;
}
ul.top-new li a:hover {
    color: #fdf663;
}

section.back1 {
    background: url(/wp-content/uploads/2025/12/back-scaled.webp)no-repeat center / cover;
    padding: 5% 0;
    position: relative;
    margin: 5% auto 0;
}
section.back1::before {
    content: "";
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 20px;
}
section.back1::after {
    content: "";
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: 20px;
}
ul.img-txt-link {}
ul.img-txt-link li {
    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-bottom: 5%;
}
ul.img-txt-link li:last-child {
    margin-bottom: 0;
}
ul.img-txt-link li > p {
    width: 47%;
    /* border-radius: 30px; */
    overflow: hidden;
    position: relative;
}
ul.img-txt-link li:nth-child(even) > p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
ul.img-txt-link li > p img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
}
ul.img-txt-link li > div {
    width: 50%;
    padding-bottom: 80px;
    position: relative;
}
ul.img-txt-link li > div p.link2 {
    width: 100%;
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
}

section.back_house {
    background: #19110396;
    position: relative;
    padding: 5% 0;
}
section.back_house::before {
    content: "";
    background: url(/wp-content/uploads/2025/12/img2.webp)no-repeat center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
section.back_house * {
    color:#fff;
}
section.back_house div {
    border: 5px solid;
    padding: 2% 3% 3%;
}
section.back_house div .ttl2 {
    border-color: #fff;
}
section.back_house ul.link1 li:first-child a {
    background: #fff;
    color: #191103;
}

ul.en-img-txt * {
    color:#fff;
}
ul.en-img-txt li {
    width: 32%;
    background: #191103;
    padding: 2%;
    border-radius: 30px;
    position: relative;
}
ul.en-img-txt li:nth-child(even) {
    background: #1f3a71;
}
ul.en-img-txt li > p:first-child span:first-child {
    position: absolute;
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    top: 5px;
    left: 5%;
}
ul.en-img-txt li > p:first-child span:nth-child(2) {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 8%;
}
ul.en-img-txt li > p:first-child span:nth-child(2)::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
ul.en-img-txt li > p:first-child span:nth-child(2) img {
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
}

ul.top-faq {}
ul.top-faq * {
    color:#fff;
}
ul.top-faq li {
    margin-bottom: 2%;
    background: #707070;
    overflow: hidden;
    border-radius: 15px;
}
ul.top-faq li input {
    display: none;
}
label.qa-btn {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 10px 15px 60px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
label.qa-btn span {
    font-size: 150%;
    font-family: "Oswald", sans-serif;
    position: absolute;
    left: 15px;
    top: 5px;
}
label.qa-btn:hover {
    background: #191103;
    color: #fff;
}
ul.top-faq li input:checked ~ label.qa-btn {
    background: #191103;
}
.show-a {
    width: 100%;
    padding: 0 10px 0 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #191103;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
}
.show-a p:first-child span:first-child {
    color: #fdf663;
    font-family: "Oswald", sans-serif;
    position: absolute;
    left: 15px;
    top: -3px;
    font-size: 30px;
}
ul.top-faq li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    padding: 10px 10px 10px 60px;
    overflow: visible;
}


/*------------------------------------*\
    アーカイブ00
\*------------------------------------*/
.news-date {
	text-align:right;
	display:block;
	font-size:12px;
}
.nav-single {
	display:flex;
	justify-content:space-between;
}
.nav-previous a span,
.nav-next a span {
	position:relative;
	font-weight:bold;
	transition:.3s;
}
.nav-previous a span:after,
.nav-next a span:after {
	content:'';
	display:block;
	width:80%;
	height:2px;
	background:#1f3a71;
	position:relative;
	font-weight:bold;
	bottom:-5px;
	transition:.3s;
}
.nav-previous a span:after,
.nav-next a span:after {
	left:0;
}
.nav-previous a span:hover,
.nav-next a span:hover {
	color:#1f3a71;
}
.nav-previous a span:hover:after,
.nav-next a span:hover:after {
	left:10px;
}
.list-works {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.list-works li {
	width:31%;
	padding:10px;
	box-shadow:rgba(0,0,0,.25)0 0 3px;
    margin-bottom: 3%;
}
.list-works li>p>img {
	aspect-ratio:4/3;
	object-fit:cover;
}
.ttl8 {
	border-bottom:1px solid #1f3a71;
	padding-bottom:5px;
	 white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
.read_txt {
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}



/*------------------------------------*\
    下層ページ00
\*------------------------------------*/
section.header {
    padding: 120px 0 50px;
	position:relative;
	background: url(http://dc-reform2.site/wp-content/uploads/2025/12/img2.webp)no-repeat center center / cover;
}
section.header:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
	z-index:1;
}
section.header.roof {
	background: url(http://dc-reform2.site/wp-content/uploads/2025/12/col1.webp)no-repeat center center / cover;
}
section.header.wall {
	background: url(http://dc-reform2.site/wp-content/uploads/2025/12/col2.webp)no-repeat center center / cover;
}
section.header.gutter {
	background: url(http://dc-reform2.site/wp-content/uploads/2025/12/col3.webp)no-repeat center center / cover;
}
section.header.leak {
	background: url(http://dc-reform2.site/wp-content/uploads/2025/12/leak.jpg)no-repeat center center / cover;
}
section.header.other {
	background: url(http://dc-reform2.site/wp-content/uploads/2025/12/other4.png)no-repeat center center / cover;
}
.ttl-page {
    color: #fff;
    font-size: 30px;
    z-index: 2;
    position: relative;
}
.ttl-page span {
    display: block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 100px;
    -webkit-filter: drop-shadow(2px 3px 4px #191103);
            filter: drop-shadow(2px 3px 4px #191103);
}
.aioseo-breadcrumb {
    font-size: 12px;
}
.aioseo-breadcrumb a:hover{
	color:#1f3a71;
}
.ttl5 {
	font-size:28px;
	padding:0 0 5px 5px;
	border-bottom:#1f3a71 3px solid;
	font-weight: bold;
	margin: 3% 0 2%;
	position:relative;
	z-index:2;
}
.ttl5:first-letter {
  font-size: 150%;
  color: #1f3a71;
}
.ttl5 span {
	font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    background: #1f3a71;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}
.ttl5a {
	font-size:28px;
	padding:0 0 5px 5px;
	border-bottom:#cc9a37 3px solid;
	font-weight: bold;
	margin: 3% 0 2%;
	position:relative;
	z-index:2;
}
.ttl5a:first-letter {
	font-size: 150%;
	color: #cc9a37;
}
.ttl5a span {
	font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    background: #cc9a37;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}
.ttl6 {
  position: relative;
  padding: 10px;
	padding-bottom:10px;
	font-size:20px;
	margin:2% 0 1.5%;
	border-left:#cc9a37 5px solid;
	background: #e5e5e5;
}
.ttl6a {
  position: relative;
  padding: 10px;
	padding-bottom:10px;
	font-size:20px;
	border-left:#1f3a71 5px solid;
	background: #e5e5e5;
}
.ttl7 {
    text-align: center;
    font-size: 30px;
    margin: 5% auto 3%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
.ttl7::before {
    content: "";
    height: 100%;
    width: 3px;
    background:#1f3a71;
    position: absolute;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
    right: 120%;
    top: 5px;
}
.ttl7::after {
    content: "";
    height: 100%;
    width: 3px;
    background:#1f3a71;
    position: absolute;
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
    left: 120%;
    top: 5px;
}
.list1 {
	list-style: inside;
	padding:15px;
	border:#1f3a71 2px solid;
	box-shadow:#1f3a71 10px 10px 0px;
	margin:0px 0px 30px;
}
.list1 li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: #1f3a71 3px dashed;
	color:#1f3a71;
	font-weight:bold;
}
.list1 li:last-of-type {
	margin-bottom:0;
}
.list1a {
	list-style: inside;
	padding:15px;
	border:#cc9a37 2px solid;
	box-shadow:#cc9a37 10px 10px 0px;
	margin:0px 0px 30px;
}
.list1a li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: #cc9a37 3px dashed;
	color:#cc9a37;
	font-weight:bold;
}
.list1a li:last-of-type {
	margin-bottom:0;
}
p span.b {
	font-weight:bold;
	font-size:150%;
}
p span.blue {
	color:#1f3a71;
}
p span.gold {
	color:#cc9a37;
}
.list2 {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:2% 0 1%;
}
.list2 li {
	width:31%;
	margin-bottom:2%;
}
.list2a {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:2% 0 1%;
}
.list2a li {
	width:calc(100% / 3);
	margin-bottom:2%;
}
.list2a li img {
    aspect-ratio: 16 / 9;
}
.step1 li {
  position: relative;
  overflow: hidden;
  padding: 20px 30px 20px 100px;
  word-break: break-all;
  border-top: 3px solid #000;
  border-radius: 12px 0 0 0;
	margin:3% 0 2%;
}

.step1 li span {
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #000;
}
.step1 li p {
	margin-bottom:0;
}
.step1 li p:nth-of-type(1) {
	font-size:20px;
	margin-bottom:10px;
}
p.floatr.works {
	position:relative;
}
p.floatr.works::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 80px;
    background: #ffffff;
    right: -50px;
    top: -30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
p.floatr.works::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 80px;
    background: #ffffff;
    left: -50px;
    bottom: -30px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
p.floatr.works span {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    letter-spacing: 0;
    font-size: 50px;
	text-shadow: rgb(0 0 0) 0 0 4px;
	z-index:1;
}
ul.list-icon {
    margin: 3% 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;
}
ul.list-icon li {
    width: 48%;
    margin-bottom: 2%;
    background: #1f3a71;
    color: #fff;
    padding: 10px 10px 10px 30px;
    position: relative;
}
ul.list-icon li i {
    position: absolute;
    left: 8px;
    top: 15px;
}
div.z2 {
    position: relative;
    z-index: 1;
}
table.about {}
table.about th * {
    color: #fff;
}
table.about th {
    background: #1f3a71;
    color: #fff;
    border-bottom: 3px solid;
    padding: 10px;
    text-align: center;
    width: 200px;
}
table.about td {
    padding: 10px;
    background: #ddd;
    border-bottom: 3px solid #fff;
}
table.about td a:hover {
    color: #cc9a37;
}
ul.sitemap1 {
    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.sitemap1 li {
    width: 48%;
}
ul.sitemap1 li a {
    display: block;
    border-bottom: 1px solid;
    padding: 10px;
}
ul.sitemap1 li a i {
    color: #cc9a37;
    padding-right: 3px;
}
ul.sitemap1 li a:hover {
    color: #cc9a37;
}
section.form {
    margin: 8% auto;
}
section.form table {
    border-collapse: separate;
    border-spacing: 0 5px;
}
section.form table th {
    background: #1f3a71;
    vertical-align: top;
    width: 250px;
    text-align: center;
    padding: 20px 0;
}
section.form table th p {
	color:#fff;
}
section.form table th p,section.form table td p {
	margin-bottom:0;
}
section.form table th span {
    color: #fdf663;
    font-size: 14px;
    padding-left: 5px;
}
section.form table td {
    padding: 10px 20px 5px 20px;
}
section.form table td span.rei {
    display: block;
    margin-top: 3px;
    font-size: 14px;
}
section.form table td.rdate {
    padding-bottom: 10px;
}
section.form table td.rdate > p > span.wpcf7-form-control-wrap {
    display: inline-block;
    margin-right: 10px;
}
section.form table td.howmany > p > span.wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: bottom;
}
td.rdate span.rei br {
    display: none;
}
section.form table td span.wpcf7-list-item {
    margin: 0 1em 0 0;
    line-height: 28px;
    letter-spacing: 1px;
}
section.form table td label span {
	cursor: pointer;
}
section.form table td span.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
    line-height: normal;
}
section.form table td span.wpcf7-form-control-wrap {
    display: block;
}
section.form table td span.wpcf7-form-control {
    padding: 10px 0;
    display: block;
}
section.form table td input.wpcf7-text, section.form table td textarea.wpcf7-textarea, section.form table td input.wpcf7-number {
    border: 1px solid #cfcfcf;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.form table td input.wpcf7-text {
    width: 80%;
    max-width: 400px;
    height: 35px;
}
section.form table td input.wpcf7-number {
    width: 100px;
    height: 35px;
    margin-right: 5px;
}
section.form table td span.wpcf7-checkbox {
    padding-top: 0!important;
}
section.form table td span.wpcf7-checkbox input:checked ~ span.wpcf7-list-item-label {
	color: #6b77b7;
}
section.form table td textarea.wpcf7-textarea {
    width: 100%;
}
section.form p span.wpcf7-spinner {
    vertical-align: sub;
}
section.form p input.wpcf7-form-control.wpcf7-submit {
    padding: 15px 30px;
    background: #191103;
    font-size: 18px;
    margin-top: 50px;
    margin-left: 72px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    border: unset;
}
section.form p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fdf663;
	color:#191103;
}
section.form form > p {
    text-align: center;
}





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

.sliderArea .slick-prev {
    left: -5px;
}
.sliderArea .slick-next {
    right: -5px;
}

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

header.top hgroup {
    background: unset;
}
div.menu1 {
    display: none;
}
div.menur {
    display: block;
}
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: #fdf663;
    -webkit-box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 45%);
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 45%);
}
.r-btn span,
.r-btn span:before,
.r-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #191103;
    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: 100%;
    padding: 10px 5% 30px;
    overflow: hidden;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 500px;
    background: #191103eb;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 89;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    left: 0;
}
.hidden_box input:checked ~ .hidden_show {
    margin: 0 auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 30%);
    max-height: 100%;
    overflow: scroll;
}
.hidden_box .hidden_show > p {
	max-width: 75px;
	margin: 0 auto 20px;
}
.hidden_show ul.nav1-a {
	max-width: 100%;
	text-align: center;
}
.hidden_show ul.nav1-a li a{
	display: block;
	padding: 9px 10px;
	border-bottom: 1px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-size: 15px;
	color: #fff;
}
.hidden_show ul.nav1-a li:last-child a{
	border-bottom:unset;
}
.hidden_show ul.nav1-b {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin: 20px auto 0;
}
.hidden_show ul.nav1-b li {
    width: 80px;
    text-align: center;
}
.hidden_show ul.nav1-b li a {
    display: block;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.hidden_show ul.nav1-b li a img {
    width: 80%;
    margin: 0 auto;
}
.hidden_show ul.nav1-b li a span {
    color: #fff;
    font-size: 14px;
}


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

.ttl1, .ttl1a, .ttl3 {
    font-size: 80px;
}
.ttl1 span, .ttl1a span, .ttl4 {
    font-size: 18px;
}
.ttl2 {
    font-size: 80px;
    border-bottom: 8px solid #707070;
}
.ttl2 span {
    font-size: 25px;
    margin-bottom: 8px;
}
.ttl3 span {
    font-size: 25px;
    margin: -63px auto 4%;
}

section.cta1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 700px;
}
section.cta1 div {
    width: 100%;
    margin: 0 auto 3%;
}
section.cta1 ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.cta1 ul li, section.cta2 ul li {
    width: 49%;
}
section.cta1 ul li:first-child {
    margin: 0 2% 0 0;
}

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

section.main ul li span:first-child {
    font-size: 14px;
    padding: 5px 10px;
}

label.qa-btn {
    font-size: 18px;
}



/*------------------------------------*\
    アーカイブ1000
\*------------------------------------*/
.list-works li {
	width:48%;
	padding:10px;
	box-shadow:rgba(0,0,0,.25)0 0 3px;
	margin-bottom:3%;
}




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

}





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

.width {
	width:96%;
}
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
\*------------------------------------*/




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

.ttl1 {
	font-size: 50px;
	line-height: 30px;
	border-bottom: 5px solid #707070;
}
.ttl1a {
	font-size: 50px;
	line-height: 50px;
}
.ttl2 {
	font-size: 50px;
	border-bottom: 5px solid #707070;
}
.ttl2 span {
	font-size: 20px;
	margin-bottom: 3px;
}
.ttl3 {
	font-size: 50px;
}
.ttl3 span {
	font-size: 20px;
	margin: -40px auto 4%;
}

section.cta1 ul, section.cta2 ul {
    max-width: 500px;
}
section.cta1 ul {
    margin: 0 auto;
}
section.cta1 ul li, section.cta2 ul li {
    width: 100%;
    margin: 0 0 3% 0!important;
}

ul.link1 li {
    width: 49%;
}
ul.link1 li a {
    font-size: 14px;
    border-radius: 10px;
}
ul.link3 li {
    width: 49%;
}
ul.link3 li a {
    font-size: 20px;
    padding: 13px 0;
}
ul.link3 li a::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    left: 7px;
    top: 7px;
}

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

section.main ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.main ul li {
    width: 100%;
    margin-bottom: 3%;
}
section.main ul li span:nth-child(2) {
	padding: 0;
	height: 100px;
}
section.main {
    padding-top: 110px;
}

section.top-about > div {
    width: 100%;
    margin: 0;
}
section.top-about > p {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
    opacity: 0.3;
}
section.top-about > div > p {
    width: 100%;
}

section.back1 {
    padding: 30px 0;
}
section.back1::before {
    height: 8px;
    top: 10px;
}
section.back1::after {
    height: 8px;
    bottom: 10px;
}
ul.img-txt-link li > p {
    width: 100%;
}
ul.img-txt-link li > p::before {
    content:"";
    width: 100%;
    padding-top: 70%;
    display: block;
}
ul.img-txt-link li > div {
    width: 100%;
    padding-bottom: 50px;
}
ul.img-txt-link li:nth-child(even) > p {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
}

ul.en-img-txt li {
    width: 100%;
    margin: 0 auto 3%;
    padding: 5%;
}
ul.en-img-txt li > p:first-child span:first-child {
    font-size: 50px;
}
ul.en-img-txt li > p:first-child span:nth-child(2) {
	width: 80%;
	margin: 0 auto 5%;
	max-width: 300px;
}

label.qa-btn {
    font-size: 16px;
    padding: 10px 5px 10px 45px;
}
label.qa-btn span {
    left: 10px;
}
.show-a {
    padding: 0 5px 0 45px;
}
ul.top-faq li input:checked ~ .show-a {
    padding: 5px 5px 10px 45px;
}
.show-a p:first-child span:first-child {
    font-size: 25px;
    left: 9px;
}
.show-a p {
    font-size: 14px;
}

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





/*------------------------------------*\
    下層ページ700
\*------------------------------------*/
section.header {
    padding: 100px 0 30px;
}
.ttl-page {
    font-size: 25px;
}
.ttl-page span {
    font-size: 55px;
}
.ttl5,
.ttl5a {
    font-size: 24px;
}
.ttl6,
.ttl6a,
.ttl7,
p span.b {
    font-size: 18px;
}
.ttl5 span,
.ttl5a span,
.step1 li p:nth-of-type(1) {
    font-size: 16px;
}
.ttl7::before {
    right: 105%;
}
.ttl7::after {
    left: 105%;
}
ul.list-icon li {
    width: 100%;
}
.list2 li {
    width: 100%;
}
.list2a li,
.list2a li p {
    margin-bottom: 0;
}
.list2a li {
    width: 50%;
}
.list2a li:nth-of-type(3) {
    width: 100%;
}
section.form table th {
    display: block;
    width: 100%;
    padding: 10px 0;
}
section.form table td {
    padding: 5px 0px 3px;
    width: 100%;
    display: block;
}
section.form table td.rdate {
    text-align: center;
}
section.form table td span.wpcf7-list-item span {
    font-size: 15px;
    letter-spacing: 0.5px;
}
section.form table td span.wpcf7-form-control {
    padding: 0;
}
section.form table td input.wpcf7-text {
    width: 100%;
    max-width: unset;
}
section.form table td.rdate  span.wpcf7-form-control-wrap {
    display: inline-block;
    margin: 0 5px;
}

table.about th,table.about td {
    display: block;
    width: 100%;
    border: unset;
}
}