/*
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.6
Tested up to: 6.8
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:#525252;
}
p a:hover {
	color:#007182;
}
body {
	overflow:hidden;
	background:#fff;
	position: relative;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color:#525252;
	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;
}
.po-re {
	position:relative;
}
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;}
.mt-5 {margin-top:-5%!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.big{
	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%, #ffeeb9));
	background: -o-linear-gradient(transparent 60%, #ffeeb9 0%);
	background: linear-gradient(transparent 60%, #ffeeb9 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;
}
.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 {}
.menur {
    display: none;
}
header.top hgroup {
	width: calc(100% - 20px);
	max-width: 1200px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	z-index: 10;
}
.logo {
    width: 200px;
	padding:5px;
}
.logo a {
    display: block;
}
.menu1 {
    width: calc(100% - 200px);
}
.menu1 li {
	position:relative;
}
.menu1 ul {
    display: flex;
	justify-content:space-around;
}
.menu1 li a {
    display: block;
    padding: 15px 9px;
    color: #fff;
	width:fit-content;
	text-shadow:rgba(0,0,0,1) 0 0 5px;
	font-weight:bold;
}
.menu1 li>ul {
	display:none;
}
.menu1 li:hover>ul {
	display:block;
	position:absolute;
	top:53px;
	left:0;
	width:fit-content;
}
.menu1 li>ul>li>a {
	display: block;
    padding: 15px 9px;
    color: #fff;
	width:170px;
	background:#825f00;
	border-bottom:1px #fff solid;
	transition:all .3s;
}
.menu1 li>ul>li>a:hover {
	opacity:0.9;
}

ul.cta1 {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
}
ul.cta1 li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 10px;
}
ul.cta1 li a {
    background: #007182;
    display: flex;
    border-radius: 5px;
    padding: 3px 10px;
    min-height: 50px;
    align-items: center;
}
ul.cta1 li:nth-child(2) a {
    background: #825f00;
}
ul.cta1 li:nth-child(3) a {
    background: #414f62;
}
ul.cta1 li a:hover {
    opacity: 0.8;
}
ul.cta1 li a img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
    background: #fff;
    border-radius: 3px;
    padding: 2px;
    object-fit: contain;
}
ul.cta1 li a > span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
ul.cta1 li:nth-child(3) a span {
	font-size:16px;
}
ul.cta1 li a span span {
    display: block;
    color: #fff;
    font-size: 50%;
}
ul.cta2 {
    position: fixed;
    display: flex;
    right: 10px;
    bottom: 10px;
    z-index: 99;
}
ul.cta2 li {
    display: block;
    margin-bottom: 5px;
}
ul.cta2 li a {
    background: #007182;
    display: block;
    border-radius: 10px;
    padding: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 150px;
    height: 150px;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
ul.cta2 li:nth-child(2) a {
    background: #825f00;
}
ul.cta2 li:nth-child(3) a {
    background: #414f62;
}
ul.cta2 li a > span:first-child {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 4px;
    vertical-align: middle;
    margin: 0 auto 5px;
}
ul.cta2 li a > span:nth-child(2) {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
ul.cta2 li a > span:nth-child(3) {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
ul.cta2 li a:hover > span img {
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
}
div.cta3 {
    background: url(/wp-content/uploads/2025/11/back.webp)no-repeat center / cover;
    text-align: center;
    padding: 5% 0;
	position:relative;
	z-index:1;
}
div.cta3:after {
	position:absolute;
	content:'';
	top:0;
	left:0;
    background: rgba(0,0,0,.25);
	width:100%;
	height:100%;
	z-index:-1;
}
div.cta3 * {
    color: #fff;
}
div.cta3 strong {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
}
div.cta3 p:nth-child(2) a,
div.cta3 p.tel2 a {
    display: block;
    font-size: 50px;
    font-weight: bold;
}
div.cta3 p:nth-child(2) a span,
div.cta3 p:nth-child(4) a span,
div.cta3 p.tel2 a span {
    display: inline-block;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    vertical-align: middle;
    margin-right: 10px;
}
div.cta3 p.tel2 a:hover {
    color: #825f00;
}
div.cta3 p:nth-child(3),
div.cta3 p.tel2_caution {
	width: fit-content;
	margin: 0 auto;
	background: #ffffff;
	padding: 8px 10px;
	color: #c40303;
	font-weight: bold;
}
div.cta3 p:nth-child(4) a {
    display: block;
    background: #825f00;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2% auto 0;
    position: relative;
    padding: 10px 30px 10px 70px;
    border-radius: 50px;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
}
div.cta3 p:nth-child(4) a span {
    position: absolute;
    left: 10px;
    top: 10px;
}
div.cta3 p:nth-child(4) a:hover {
    background: #007182;
    color:#fff;
}

section.footer {}
section.footer > p {
    background: #414f62;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0;
}
.ft-info {
    position: relative;
    padding: 5% 0;
    overflow: hidden;
}
.ft-info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150%;
    background: url(/wp-content/uploads/2025/11/chiba.png)#007182 no-repeat right;
    background-size: 370px;
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
}
.ft-info div * {
    margin: 0;
    color: #fff;
}
.ft-info div p:first-child {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.ft-info ul {
    margin-top: 30px;
    width: calc(100% - 200px);
}
.ft-info ul li {
    display: inline-block;
}
.ft-info ul li a {
    display: block;
    padding: 0 25px 20px 0;
    font-size: 14px;
    font-weight: 500;
}
.ft-info ul li a:hover {
	color: #000;
}
.ft-map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 300px;
    display: block;
}
footer#colophon {
    background: #414f62;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}


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

.ttl1 {
    text-align: center;
    margin: 8% auto 3%;
    font-weight: bold;
    font-size: 50px;
}
.ttl1 span.ttl1txt {
    display: block;
}
.ttl1 span.ttl1box {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.ttl1 span.ttl1box span {
    color: #fff;
    padding: 0px 3px 6px;
    line-height: 1;
    font-size: 68px;
    position: relative;
    background-color: #007182;
    font-weight: 700;
    font-style: normal;
}
.ttl1 span.ttl1box span:last-child::after{
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    top: 0;
    right: -80px;
    position: absolute;
    background: url(/wp-content/uploads/2025/11/ttl1.png)no-repeat center / contain;
    z-index: -1;
}
.ttl2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(60%, #ffffff00), color-stop(60%, #e3a600), to(#825f00));
	background: -o-linear-gradient(top, #ffffff00 0%, #ffffff00 60%, #e3a600 60%, #825f00 100%);
	background: linear-gradient(180deg, #ffffff00 0%, #ffffff00 60%, #e3a600 60%, #825f00 100%);
	display: inline;
	font-weight: 500;
	font-size: 18px;
	text-shadow:rgba(255,255,255,1)0 0 3px;
}
.ttl2 span {
	display: block;
	margin-bottom: 3%;
}
.ttl3 {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    margin: 8% auto 5%;
    color: #000;
    text-transform: uppercase;
}
.ttl3 span {
	display: block;
	font-size: 16px;
}
.ttl4 {
    color: #007182;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.ttl5 {
    font-weight: bold;
    font-size: 50px;
    margin: 8% auto 3%;
}
.ttl5 span {
    font-size: 16px;
}
.ttl6 {
    font-size: 30px;
    font-weight: bold;
}
.ttl6 span {
	font-weight: bold;
}
.ttl6 i {
	font-size: 150%;
	color: #825f00;
	padding-right: 10px;
}

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:#007182;
}

p.link1 a {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 30px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link1 a::before {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    background: #525252;
    top: -8px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: -15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link1 a::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    background: #525252;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link1 a:hover {
    background: #525252;
}
p.link1 a:hover::before,p.link1 a:hover::after {
    right: -30px;
}
p.link2 {
    position: absolute;
    top: 0;
    right: 0;
}
p.link2 a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 40px 10px 20px;
    background: #007182;
    color: #fff;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link2 a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-left: solid 10px #fff;
    position: absolute;
    right: 0px;
    top: 2px;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link2 a:hover {
    background:#525252;
}
p.link2 a:hover::before {
    right: -5px;
}

div.cta1 {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
div.cta1 a {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}
ul.ulli-mb5 li {
    margin-bottom: 5%;
}
ul.ulli-mb5 p.floatr,ul.ulli-mb5 p.floatl {
    position: relative;
}
ul.ulli-mb5 p.floatr::before {
    content:"";
    width: 100%;
    height: 100%;
    background: #ffeeb9;
    position: absolute;
    right: 15%;
    top: 15%;
    z-index: -1;
}
ul.ulli-mb5 p.floatl::before {
    content:"";
    width: 100%;
    height: 100%;
    background: #dfe5de;
    position: absolute;
    left: 15%;
    top: 15%;
    z-index: -1;
}

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

section.main {
    position: relative;
}
section.main div {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 20%;
    width: calc(100% - 20px);
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
	z-index:2;
}
section.main div h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    width: fit-content;
    position: relative;
    padding-bottom: 70px;
    letter-spacing: 5px;
	text-shadow:rgba(0,0,0,1)0 0 5px;
}
section.main div h1 span {
    display: block;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    border-top: 7px double;
    border-bottom: 7px double;
    letter-spacing: 0;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: max-content;
}
section.main div p {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 0;
}
section.main div p span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px 10px 10px;
    position: relative;
    color: #007182;
    z-index: 1;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-filter: drop-shadow(10px 6px 0px #825f00);
    filter: drop-shadow(10px 6px 0px #825f00);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
section.main div p span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -webkit-transform: scaleY(1.3) perspective(3em) rotateX(5deg);
    transform: scaleY(1.3) perspective(3em) rotateX(5deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
section.main ul {
    position:
    absolute;
    width: calc(100% - 20px);
    max-width: 1200px;
    bottom: 1%;
    left: 0;
    right: 0;
    margin: auto;
}
section.main ul li {
    display: inline-block;
    width: 23%;
    max-width: 300px;
    margin-right: 3%;
}
section.main > p {
    margin: 0;
}


section.back1 {
    background: #f2f2f2;
    position: relative;
    padding: 1% 0 5%;
    overflow: hidden;
}
section.back1::before, .back-deco::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/11/deco1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 100%;
    left: -5%;
    top: 8%;
}
section.back1::after, .back-deco::after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2025/11/deco2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 100%;
    right: -5%;
    top: 35%;
}
section.back1 div.width {
	position:relative;
	z-index:1;
}
.back-deco {
    position: relative;
}
.back-deco::before, .back-deco::after {
    z-index: -1;
}

ul.top-reasons {
    margin: 8% auto 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul.top-reasons li {
    width: 32%;
    margin-right: 2%;
    border: 5px solid #825f00;
    margin-bottom: 3%;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    text-align: center;
}
ul.top-reasons li:nth-child(3n),ul.top-reasons li:last-child {
    margin-right: 0;
}
ul.top-reasons li > p {
    position: relative;
}
ul.top-reasons li > p::before {
    content: "";
    width: 100%;
    padding-top: 70%;
    display: block;
}
ul.top-reasons li > p img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
}
ul.top-reasons li > div {
    padding: 0 3%;
    text-align: left;
}
ul.top-reasons li > div p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.yt iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    display: block;
}

section.back2 {
    background: url(/wp-content/uploads/2025/11/back.webp)no-repeat center / cover;
    position: relative;
    padding: 3% 0 8%;
    overflow: hidden;
}
section.back2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff9;
    top: 0;
    left: 0;
}
section.back2 div {
    position: relative;
}
ul.top-service {
    margin: 5% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul.top-service li {
    width: 32%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 3%;
    background: #fff;
    padding: 0 3% 1%;
    -webkit-box-shadow: 3px 5px 10px 0px rgb(0 0 0 / 50%);
    box-shadow: 3px 5px 10px 0px rgb(0 0 0 / 50%);
}
ul.top-service li:nth-child(3n),ul.top-service li:last-child {
    margin-right: 0;
}
ul.top-service li p {
	text-align:left;
}
ul.top-service li p:first-child {
    text-align: center;
    margin: -23px auto 10px;
    font-weight: bold;
    font-size: 18px;
}
ul.top-service li p:first-child span {
    font-weight: bold;
    font-size: 150%;
}
ul.top-service li p.img {
    position: relative;
    padding-top: 70%;
}
ul.top-service li p.img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

ul.top-works, ul.top-fb {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 8%;
}
ul.top-works li, ul.top-fb li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}
ul.top-works li:nth-child(3n),ul.top-works li:last-child,
ul.top-fb li:nth-child(3n),ul.top-fb li:last-child {
    margin-right: 0;
}
ul.top-works li a {
    display: block;
    position: relative;
    padding-top: 80%;
}
ul.top-works li a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000007d;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.top-works li a img {
    position: absolute;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
ul.top-works li a span {
	z-index: 2;
	position: absolute;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	max-width: 90%;
	opacity: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
ul.top-works li a:hover::before, ul.top-works li a:hover span {
	opacity:1;
}

ul.top-fb {
    counter-reset: number 0;
    margin: 5% auto;
}
ul.top-fb li {
    position: relative;
    margin-bottom: 7%;
}
ul.top-fb li a {
    display: block;
}
ul.top-fb li h2, ul.top-fb li h3 {
    position: absolute;
    z-index: 1;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    bottom: -15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
ul.top-fb li p {
    padding-top: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
}
ul.top-fb li p img {
    position: absolute;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.top-fb li a:hover p img {
    -webkit-transform: rotate(5deg) scale(1.2);
        -ms-transform: rotate(5deg) scale(1.2);
            transform: rotate(5deg) scale(1.2);
}
ul.top-fb li::before {
    counter-increment: number 1;
    content: "0" counter(number) " ";
    font-size: 40px;
    position: absolute;
    z-index: 1;
    left: -20px;
    top: -35px;
    font-weight: bold;
    color: #007182;
}
ul.top-fb li::after {
    content:
    "";
    height: 1px;
    width: 90px;
    background: #825f00;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -23px;
    top: 23px;
    z-index: 1;
}
ul.top-news {
    margin: 5% auto;
}
ul.top-news li {
    width: 32%;
    margin-bottom: 3%;
}
ul.top-news li a {
    display: block;
}
ul.top-news li a p:first-child {
    padding-top: 70%;
    position: relative;
}
ul.top-news li a p:first-child img {
    position: absolute;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
ul.top-news li a h3 {
    text-align: center;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
ul.top-news li a h3 span {
    display: block;
    font-weight: bold;
    font-size: 90%;
    color: #809f7b;
}
ul.top-news li a p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

ul.qa {
    margin: 5% auto 15%;
}
ul.qa li {
    margin-bottom: 2%;
    border-radius: 10px;
    overflow: hidden;
}
ul.qa li input {
    display: none;
}
label.qa-btn {
    display: block;
    background: #fffcf2;
    text-align: justify;
    padding: 20px 17px 20px 70px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
}
label.qa-btn span {
    height: 3px;
    width: 20px;
    background: #707070;
    position: absolute;
    left: 25px;
    top: 34px;
    margin: auto;
    border-radius: 50px;
}
label.qa-btn span::before {
    content: "";
    height: 20px;
    width: 3px;
    background: #707070;
    position: absolute;
    left: 9px;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
label.qa-btn:hover,
label.qa-btn:hover span,
l.qa li input:checked ~ label.qa-btn {
    color: #007182;
}
ul.qa li input:checked ~ label.qa-btn span::before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.show-a {
    width: 100%;
    margin: 0 auto;
    padding: 0 17px 0 70px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fffcf2;
    height: 0;
    display: block;
    position: relative;
}
.show-a > span {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 500;
    position: absolute;
    left: 25px;
    top: -15px;
    opacity: 0;
}
.show-a > p {
    display: inline-block;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 18px;
}
.show-a > p a {
    color: #fff;
    font-size: 18px;
}
.show-a > p a:hover {
    color: #707070;
}
ul.qa li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    padding: 0px 17px 15px 70px;
}
ul.qa li input:checked ~ .show-a > span {
	opacity:1;
}


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

section.page-head {
    background: url(/wp-content/uploads/2025/11/back.webp);
    background-repeat: no-repeat;
    background-size: 59%;
    background-position: right top;
    overflow: hidden;
    padding: 180px 0 4%;
    position: relative;
    border-bottom: 10px solid #007182;
}
section.page-head::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 300%;
    background: #007182;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -100%;
    bottom: 0;
    margin: auto;
    left: -19%;
}
section.page-head div {
    position: relative;
}
section.page-head div h1,section.page-head div p.title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 3px;
	color:#fff;
}
section.page-head div p:first-child {
    color: #fff;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 0;
}

ul.news {}
ul.news li {
    margin-bottom: 3%;
}
ul.news li a {
    display: block;
    -webkit-box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 50%);
            box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 50%);
    font-size: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.news li a:hover {
    -webkit-box-shadow: 2px 4px 8px 0px rgb(0 0 0 / 40%);
            box-shadow: 2px 4px 8px 0px rgb(0 0 0 / 40%);
}
ul.news li a > p {
    display: inline-block;
    width: 150px;
    margin: 0;
}
ul.news li a > div {
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: top;
    padding: 10px;
}
ul.news li a > div h2 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.news li a:hover > div h2, ul.works li a:hover > div h2 {
    color: #007182;
}
ul.news li a > div p:first-child {
    margin-bottom: 0;
    color: #007182;
    font-weight: bold;
    font-size: 14px;
}
ul.news li a > div p:nth-child(3), ul.works li a div p:nth-child(2) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
}
ul.news li a > div p:last-child, ul.works li a > div p:last-child {
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
    color: #809f7b;
}

nav.news-nav {
    margin-top: 10%;
}
nav.news-nav ul {
    font-size: 0;
}
nav.news-nav li {
    display: inline-block;
    width: 50%;
}
nav.news-nav li:nth-child(2) {
    text-align: right;
}
nav.news-nav li a {
    display: inline-block;
    margin: 0 auto 10%;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 50px;
    letter-spacing: 3px;
}
nav.news-nav li a:hover {
    color: #007182;
}
nav.news-nav p {
    text-align: center;
}
nav.news-nav p a {
    display: block;
    width: 60%;
    margin: 0 auto;
    max-width: 280px;
    background: #809f7b;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
nav.news-nav p a:hover {
    background: #525252;
}

div.col1 {
    display: inline-block;
    width: calc(95% - 250px);
    margin-right: 5%;
}
div.col2 {
    display: inline-block;
    width: 250px;
    padding: 10px;
    background: #ffeeb9;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
div.col2 h2 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    border-top: 1px solid #fff;
    padding-top: 7px;
}
div.col2 h2:first-child {
    border-top: unset;
    padding: 0;
}
div.col2 ul {
    margin-bottom: 15px;
    list-style: square;
    padding-left: 20px;
    max-height: 350px;
    overflow: scroll;
}
div.col2 ul li a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 0 5px;
    font-size: 15px;
}
div.col2 ul li a:hover {
    color: #007182;
}
ul.works {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}
ul.works li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
    background: #ffeeb9;
}
ul.works li:nth-child(3n),ul.works li:last-child {
    margin-right: 0;
}
ul.works li a {
    display: block;
    height: 100%;
    border: 3px solid #825f00;
}
ul.works li a > p {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
ul.works li a > p::before {
    content: "";
    padding-top: 70%;
    width: 100%;
    display: block;
}
ul.works li a > p img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.works li a:hover > p img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
ul.works li a div {
    padding: 10px;
}
ul.works li a div h2 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.works li a:hover div h2 {
	color:#809f7b;
}
nav.navigation.pagination {
    margin: 5% auto;
    text-align: center;
}
nav.navigation.pagination h2 {
    display: none;
}
.nav-links a,.nav-links span {
	background: #ffeeb9;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 8px;
    margin-right: 1%;
    margin-top: 10px;
    font-weight: bold;
}
.nav-links a:last-child, .nav-links span:last-child {
    margin-right: 0;
}
.nav-links a:hover {
    background: #007182;
    color:#fff;
}

section.singlep {
}
section.singlep h1 {
    font-size: 25px;
    border-bottom: 3px solid;
    padding: 5px 10px;
}
section.singlep p.date {
    text-align: right;
    font-weight: 500;
    color: #007182;
    margin-bottom: 3%;
}
section.singlep p.date span {
	font-size: 90%;
	letter-spacing: 0;
	font-weight: 500;
	padding-right: 10px;
}
section.singlep h2 {
    color: #007182;
    font-size: 23px;
    margin: 3% auto 1.5%;
    font-weight: 500;
}
p.key {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff0), color-stop(50%, #FFF0), color-stop(50%, #ffeeb9), to(#ffeeb9));
    background: -o-linear-gradient(top, #fff0 0%, #FFF0 50%, #ffeeb9 50%, #ffeeb9 100%);
    background: linear-gradient(to bottom, #fff0 0%, #FFF0 50%, #ffeeb9 50%, #ffeeb9 100%);
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
}
section.singlep img.float, .floatl p.float {
    width: 47%;
    float: left;
    margin: 0 3% 10px 0;
}
.floatr p.float {
	width: 47%;
    float: right;
    margin: 0 0 10px 3%;
}
div#gallery-1,div#gallery-2 {
    clear: left;
    padding: 5% 0;
}
div#gallery-1 br, div#gallery-2 br {
    display: none;
}
#gallery-1 dl.gallery-item,#gallery-2 dl.gallery-item {
    width: calc(92% / 5);
    margin-right: 2%;
}
#gallery-1 dl.gallery-item:nth-of-type(5n), #gallery-2 dl.gallery-item:nth-of-type(5n), #gallery-1 dl.gallery-item:last-child, #gallery-2 dl.gallery-item:last-child {
    margin-right: 0;
}



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

section.form {
    margin: 8% auto;
}
section.form table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
section.form table th {
    background: #525252;
    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: #ffeeb9;
    font-size: 14px;
    padding-left: 5px;
}
section.form table td {
    padding: 10px 10px 5px 10px;
    background:#ececec;
}
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;
}
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 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: #007182;
}
section.form form > p {
    text-align: center;
}

ul.list1 {
    margin: 3% auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}
ul.list1 li {
    background: #825f00;
    margin-bottom: 3%;
    padding: 10px 10px 10px 50px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
ul.list1 li span {
    font-weight: bold;
}
ul.list1 li i {
    color: #fff;
    font-size: 150%;
    position: absolute;
    left: 5px;
    width: 40px;
    text-align: center;
    top: 10px;
}
table.about {
    max-width: 1000px;
    margin: 5% auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
}
table.about th {
    background: #007182;
    color: #fff;
    vertical-align: top;
    width: 230px;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
}
table.about td {
    background: #ececec;
    padding: 20px 10px 20px 20px;
    vertical-align: middle;
}
div.area {
    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;
}
div.area div {
    width: 62%;
    vertical-align: top;
    background: #707070;
    padding: 3%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
div.area * {
	color:#fff;
}
div.area > p {
    width: 35%;
	background: #007182;
}
div.area div h3,div.area div h4 {
    margin: 5% auto 3%;
    font-weight: 500;
    font-size: 20px;
    border-left: 5px solid;
    border-bottom: 1px solid;
    padding: 0 8px 5px;
}
div.area div p:first-child {
    font-weight: 500;
    font-size: 30px;
}
.access iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 500px;
    display: block;
}
ul.sitemap {
    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: 5% auto;
}
ul.sitemap li {
    width: 48%;
}
ul.sitemap li a {
    display: block;
    border-bottom: 2px solid;
    padding: 10px;
    font-weight: 500;
}
ul.sitemap li a:hover {
    color: #007182;
}

ul.flow {
    counter-reset: number 0;
}
ul.flow li {
    width: 32%;
    text-align: center;
    margin-bottom: 2%;
    position: relative;
}
ul.flow li::before {
    counter-increment: number 1;
    content: "0" counter(number) " ";
    font-size: 40px;
    position: absolute;
    z-index: 1;
    left: -20px;
    top: -30px;
    font-weight: bold;
    color: #825f00;
}
ul.flow li::after {
    content:
    "";
    height: 1px;
    width: 90px;
    background: #825f00;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -23px;
    top: 23px;
    z-index: 1;
}
ul.flow li p {
    text-align: justify;
}
ul.flow li > p:first-child {
    position: relative;
    padding-top: 70%;
    border-bottom: 5px solid #825f00;
}
ul.flow li > p:first-child img {
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}

ul.anchor {
    text-align: center;
}
ul.anchor li {
    margin:0 1% 3%;
    display: inline-block;
}
ul.anchor li a {
    display: block;
    width: 90px;
    height: 90px;
    background: #007182;
    color: #fff;
    border-radius: 50%;
    padding-top: 23px;
	font-size:13px;
}
ul.anchor li:nth-child(2) a,
ul.anchor li:nth-child(5) a {
    background: #825f00;
}
ul.anchor li:nth-child(3) a,
ul.anchor li:nth-child(6) a {
    background: #414f62;
}
ul.anchor li a i {
    display: block;
    font-size: 170%;
    padding-bottom: 5px;
}
ul.anchor li a:hover {
    background: #000;
}

ul.col2_role {
    margin: 3% auto;
}
ul.col2_role li {
    background:#ffeeb9;
    padding: 3%;
}





@media screen and (max-width: 1200px) {
section.page-head {
    padding: 150px 0 4%;
}
section.page-head::before {
    left: -40%;
    top: -150%;
}
section.page-head div {
    width: 90%;
}
}

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

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

header.top hgroup {
    top: 0;
    width: 100%;
}
.menu1 {
    display: none;
}
.logo a {
    padding: 10px;
}
.menur {
    display:block;
}
input#label1 {
    display: none;
}
label.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: 91;
    background-color: #000;
    border-radius: 5px;
}
label.r-btn span, label.r-btn span:before, label.r-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 28px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
label.r-btn span:before {
    bottom: 10px;
}
label.r-btn span:after {
    top: 10px;
}
#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);
}
.hidden_box .hidden_show {
    height: 100%;
    padding: 100px 2%;
    overflow: hidden;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 300px;
    background: #825f00;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 90;
    left: 0;
}
.hidden_box input:checked ~ .hidden_show {
    margin: 0 auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -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;
}
ul.nav1-a a {
    display: block;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
	color:#fff;
}
ul.nav1-a a:nth-child(n+2) {
    padding-left: 20px;
    font-size: 90%;
}
ul.nav1-a a:hover {
    color: #525252;
}

ul.cta1 {
    right: 70px;
    position: fixed;
    font-size: 0;
    display: flex;
    align-items: center;
    height: 60px;
}
ul.cta1 li {
    margin-right: 5px;
}
ul.cta1 li a {
    min-height: unset;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff;
    border: #007182 2px solid;
}
ul.cta1 li:nth-child(2) a {
    background: #fff;
    border: #825f00 2px solid;
}
ul.cta1 li:nth-child(3) a {
    background: #fff;
    border: #414f62 2px solid;
}
ul.cta1 li a img {
    background: unset;
    border-radius: unset;
    padding: 0;
    object-fit: unset;
}
ul.cta1 li a span {
    display: none;
}
ul.cta1 li a img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
div.cta3 strong {
    font-size: 30px;
}
div.cta3 p:nth-child(2) a,
div.cta3 p.tel2 a {
    font-size: 40px;
}
div.cta3 p:nth-child(2) a span, div.cta3 p:nth-child(4) a span,div.cta3 p.tel2 a span {
    width: 40px;
    padding: 8px;
}
div.cta3 p:nth-child(4) a {
    font-size: 28px;
    padding: 10px 20px 10px 60px;
}


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

.ttl1 {
    font-size: 40px;
}
.ttl1 span.ttl1box span {
    font-size: 60px;
}
.ttl2 {}
.ttl3 {
    font-size: 45px;
}
.ttl4 {}
.ttl5 {}
.ttl6 {
    font-size: 25px;
}




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

section.main div {
    top: 15%;
}
section.main div h1 {
    font-size: 40px;
    padding-bottom: 60px;
}
section.main div h1 span {
    font-size: 20px;
    padding: 8px 0;
}
section.main div p span {
    font-size: 23px;
    margin-bottom: 15px;
}
section.main ul li {width: 25%;}

ul.top-reasons li {
    width: 48%;
}
ul.top-reasons li:nth-child(2) {
    margin-right: 0;
}
ul.top-reasons li:last-child {
    width: 100%;
}
ul.top-reasons li:last-child > p::before {
    padding-top: 30%;
}
label.qa-btn {
    padding: 15px 15px 15px 50px;
    font-size: 18px;
}
label.qa-btn span {
    top: 28px;
    left: 20px;
}
.show-a {
    padding: 0 15px 0 50px;
}
ul.qa li input:checked ~ .show-a {
    padding: 0px 15px 10px 50px;
}
.show-a > span {
    font-size: 25px;
    left: 20px;
    top: -10px;
}
.show-a > p {
    font-size: 16px;
}



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

section.page-head {
    padding: 80px 0 4%;
}
section.page-head::before {
    -webkit-transform: rotate(-55deg);
        -ms-transform: rotate(-55deg);
            transform: rotate(-55deg);
    left: -35%;
}
section.page-head div {
    width: calc(100% - 20px);
}
section.page-head div p:first-child {
    font-size: 80px;
}
section.page-head div h1, section.page-head div p.title {
    font-size: 30px;
    font-weight: bold;
    margin-top: -10px;
}


ul.news li a, nav.news-nav p a {
	-webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
ul.news li a > p {
    width: 140px;
}
ul.news li a > div {
    width: calc(100% - 140px);
}
ul.news li a > div h2 {
    font-size: 18px;
    margin-bottom: 3px;
}

div.col1 {
    width: calc(97% - 150px);
    margin-right: 3%;
}
div.col2 {
    width: 150px;
}
div.col2 h2 {
    font-size: 17px;
}
ul.works li {
    width: 32%;
    margin-right: 2%;
}
ul.works li a div h2 {
    font-size: 17px;
    margin-bottom: 3px;
}

section.singlep h1 {
    font-size: 20px;
    border-bottom: 2px solid;
}
section.singlep h2 {
    font-size: 20px;
}



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

section.form table th {
    padding: 15px 0;
    width: 200px;
}
section.form table td {
    padding: 5px 15px 3px 15px;
}
section.form table td span.wpcf7-list-item {
    line-height: 26px;
}
section.form table td span.wpcf7-form-control {
    padding: 10px 0 5px;
}
section.form p input.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px;
    font-size: 16px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

ul.list1 li {
    font-size: 18px;
}
table.about th {
    width: 200px;
}
div.area div p:first-child {
    font-size: 25px;
}

ul.flow li {
    width: 48%;
}





	
}





@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
\*------------------------------------*/

.logo {
    width: 180px;
}
.logo a {
    padding: 10px 5px;
}

section.footer > p {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 10px 0;
}
.ft-info {
    padding-bottom: 100px;
}
.ft-info ul {
    margin-top: 20px;
    width: 100%;
}
.ft-info ul li a {
    color: #525252;
}
footer#colophon {
    font-size: 12px;
    padding-bottom: 60px;
}

ul.cta2 {
    width: 100%;
    font-size: 0;
    right: 0;
    bottom: 0;
}
ul.cta2 li {
    display: inline-block;
    width: calc(100% / 3);
    margin: 0;
}
ul.cta2 li a {
    width: 100%;
    border-radius: 0;
    padding: 10px 3px;
    text-align: center;
    margin: 0;
    height: auto;
    align-items: center;
}
ul.cta2 li a:hover {
    width: 100%;
    margin-left: 0;
}
ul.cta2 li a > span:first-child {
    width: 30px;
    height: 30px;
    padding: 5px;
    margin: 0;
    margin-right: 5px;
    order: 2;
}
ul.cta2 li a > span:nth-child(2) {
    font-size: inherit;
    font-size: 2.4vw;
    order: 1;
    margin-bottom: 4px;
}
ul.cta2 li a > span:nth-child(3) {
    order: 3;
    width: calc(100% - 35px);
    font-size: 3.1vw;
}
ul.cta2 li a > span span {
    font-size: 0;
}
ul.cta2 li a span>br.pc {
    display: none;
}
div.cta3 strong {
    font-size: 23px;
    letter-spacing: 1px;
}
div.cta3 p:nth-child(2) a,
div.cta3 p.tel2 a {
    font-size: 30px;
}
div.cta3 p:nth-child(2) a span, div.cta3 p:nth-child(4) a span,div.cta3 p.tel2 a span {
    width: 35px;
    padding: 7px;
    margin-right: 5px;
}
div.cta3 p:nth-child(3),
div.cta3 p.tel2_caution {
	padding: 3px 5px;
	font-size: 12px;
}
div.cta3 p:nth-child(4) a {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 15px 10px 50px;
}
div.cta3 p:nth-child(4) a span {
    top: 7px;
    left: 7px;
}


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

.ttl1 {
    font-size: 25px;
}
.ttl1 span.ttl1box {
    gap: 5px;
    margin-top: 5px;
}
.ttl1 span.ttl1box span {
    font-size: 30px;
}
.ttl1 span.ttl1box span:last-child::after {
    width: 50px;
    height: 50px;
    right: -50px;
}
.ttl2 {}
.ttl3 {
    font-size: 35px;
}
.ttl4 {
    font-size: 20px;
    margin-bottom: 8px;
}
.ttl5 {
    font-size: 40px;
}
.ttl6 {
    font-size: 20px;
}

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

p.link2 {
    top: auto;
    bottom: 0;
    width: 48%;
}
p.link2 a {
    padding: 10px 35px 10px 15px;
    width: 100%;
}



/*------------------------------------*\
    トップページ700
\*------------------------------------*/
section.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.main div {
    position: unset;
    width: 100%;
    background:linear-gradient(0deg, #b18a1f, #fff6de);
    padding: 10px 2%;
}
section.main div h1 {
    font-size: 28px;
    width: 100%;
    padding-bottom: 45px;
}
section.main div h1 span {
    font-size: 14px;
    padding: 5px 0;
    border-top: 5px double;
    border-bottom: 5px double;
}
section.main div p span {
    font-size: 4vw;
}
section.main ul {
    width: 96%;
    position: relative;
    order: -1;
    height: 0;
}
section.main ul li {
    width: 35%;
    max-width: 150px;
    margin-right: 0%;
    position: relative;
}
section.main ul li img {
	position: absolute;
	bottom: 20px;
}

ul.top-reasons li {
    width: 100%;
    margin-right: 0;
}
ul.top-reasons li:last-child > p::before {
    padding-top: 70%;
}
ul.top-service li,ul.top-service li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8%;
}
ul.top-service li:nth-child(even) {
    margin-right: 0;
}
ul.top-service li p:first-child {
    font-size: 16px;
    margin: -20px auto 0px;
}

ul.top-works li, ul.top-works li:nth-child(3n),
ul.top-fb li, ul.top-fb li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
    display: none;
}
ul.top-works li:nth-child(even), ul.top-fb li:nth-child(even) {
    margin-right: 0;
}
ul.top-works li:nth-child(-n+5), ul.top-fb li:nth-child(-n+4) {
    display: block!important;
}
ul.top-fb li {
    margin-bottom: 10%;
}
ul.top-fb li::before {
    font-size: 30px;
    top: -20px;
    left: -10px;
}

ul.top-news li {
    width: 100%;
    display: none;
}
ul.top-news li:first-child {
    display: block;
}
ul.top-news li a h3 {
    margin-bottom: 5px;
}

label.qa-btn {
    padding: 10px 10px 10px 40px;
    font-size: 16px;
    letter-spacing: 0;
}
label.qa-btn span {
    top: 22px;
    left: 12px;
    height: 2px;
}
label.qa-btn span::before {
    width: 2px;
}
.show-a {
    padding: 0 10px 0 40px;
}
ul.qa li input:checked ~ .show-a {
    padding: 0px 10px 10px 40px;
}
.show-a > span {
    font-size: 21px;
    left: 13px;
    top: -5px;
}
.show-a > p {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0;
}




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

section.page-head {
    background-size: auto 100%;
}
section.page-head::before {
    left: -40%;
}
section.page-head div p:first-child {
    font-size: 43px;
}

ul.news li a > p {
    width: 120px;
}
ul.news li a > div {
    width: calc(100% - 120px);
    padding: 5px 10px;
}
ul.news li a > div h2 {
    font-size: 16px;
    margin-bottom: 0px;
}
ul.news li a > div p:first-child,ul.news li a > div p:last-child {
    font-size: 12px;
}

div.col1 {
    width: 100%;
    margin: 0 auto 10px;
}
div.col2 {
    width: 100%;
    padding: 3%;
}
div.col2 h2 {
    font-size: 16px;
}
div.col2 ul {
	max-height: 200px;
}
div.col2 ul li a {
    font-size: 14px;
}
ul.works li,ul.works li:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
ul.works li:nth-child(even) {
    margin-right: 0;
}
ul.works li a div h2 {
    font-size: 16px;
    margin-bottom: 0;
}

section.singlep h1 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding: 5px;
}
section.singlep h2 {
    font-size: 18px;
}
p.key {
    font-size: 16px;
}
section.singlep p.date {
    font-size: 14px;
}
section.singlep p.date span {
    padding-right: 3px;
}
section.singlep img.float, .floatr p.float, .floatl p.float, .floatr1 p.float, .floatl1 p.float  {
    width: 100%;
    float: unset;
    margin: 0 auto 10px;
    max-width: 500px;
}


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

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

ul.list1 li {
    font-size: 16px;
}
table.about {
    border-collapse: collapse;
    border-spacing: 0;
}
table.about th {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
}
table.about td {
    display: block;
    width: 100%;
    padding: 10px;
}
div.area div {
    width: 100%;
}
div.area > p {
    width: 240px;
    margin: 0 0 0 auto;
}
ul.sitemap li {
    width: 49%;
}
ul.sitemap li a {
    padding: 8px;
    border-bottom: 1px solid;
    font-weight: 400;
}

ul.flow li {
    width: 100%;
}
ul.flow li::before {
    left: -10px;
}

ul.anchor li a {
    width: 80px;
    height: 80px;
    padding-top: 15px;
}

ul.col2_role li {
    width: 100%;
    margin: 0 auto 3%;
}


}

@media screen and (max-width: 500px) {
section.page-head::before {
    left: -67%;
}

}
@media screen and (max-width: 400px) {
ul.cta1 {
    display: none;
}
}

/*-------------
 *25.11.17 DC追記
---------------*/
.list2 li {
	position:relative;
	margin-bottom:50px;
}
.list2 li p.img {
	margin-left:auto;
	width:70%;
	height:550px;
}
.list2 li p.img img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
}
.list2 li div {
	position:absolute;
	bottom:-30px;
	left:0;
	padding: 10px;
    box-shadow: rgba(0, 0, 0, .25) 0 0 3px;
    width: 65%;
	z-index:2;
	background:#fffcf2;
}
.list2 li div span {
	color:#825f00;
	font-size:20px;
	font-weight:bold;
}
.list2 li div span.num {
	color:#825f00;
	font-size:32px;
}
.list2 li div h3 {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#825f00 2px solid;
	font-size:20px;
	font-weight:bold;
}
.list2 li.left p.img {
	margin-right:auto;
	margin-left:unset;
	width:70%;
	
}
.list2 li.left div {
	position:absolute;
	bottom:-30px;
	right:0;
	left:unset;
	padding: 10px;
    box-shadow: rgba(0, 0, 0, .25) 0 0 3px;
    width: 65%;
	z-index:2;
	background:#fffcf2;
}
.list3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list3 li {
    width: 32%;
    margin-bottom: 5%;
}
.list3 li a {
	transition:all .3s;
	transform:scale(1);
	display:block;
	width:100%;
	height:100%;
	border-radius: 10px;
    border:3px solid #007182;
	padding:20px;
}
.list3 li a:hover {
	transform:scale(1.05);
}
.list3 li h3 {
	font-size:20px;
	font-weight:bold;
	color:#007182;
	margin-bottom:10px;
}
.list3 li p {
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
.list3 li p img {
	height:150px;
	width:100%;
	object-fit:cover;
	object-position:top;
}
.list4 li {
	background:#fffcf2;
	padding:20px;
	margin-bottom:3%;
}
.list4 h3 {
	color:#825f00;
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:#825f00 2px solid;
}
.list1.white li,
.list1.white li span {
	color:#fff;
}
.f-logo {
	margin-bottom:20px !important;
	width:250px;
}
.page-head {
	text-shadow:rgba(0,0,0,1)0 0 10px;
}
/* 採用情報テーブル共通スタイル */
.job-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
}

.job-table th {
  background-color: #007182; /* メインカラーに合わせて変更可能 */
  color: #fff;
  text-align: center;
  padding: 12px;
  font-size: 1.1em;
}

.job-table td {
  border: 1px solid #ddd;
  padding: 10px;
  vertical-align: top;
}
.job-table tr td:nth-of-type(1) {
	width:30%;
}

.job-table tr:nth-child(even) {
  background-color: #f1f1f1;
}

.job-table ul {
  margin: 0;
  padding-left: 20px;
	list-style: disc;
}

.job-table li {
  margin-bottom: 5px;
}

.job-table td ul li:last-child {
  margin-bottom: 0;
}

section.singlep h3 {
    color: #525252;
	border-bottom: #825f00 1px solid;
	padding-bottom:5px;
    font-size: 18px;
    margin: 2% auto 1%;
    font-weight: 500;
}
@media screen and (max-width:1000px) {
    .ft-info::before {
        background-size: 300px;
    }
}
@media screen and (max-width:700px) {
	.list2 li div,
	.list2 li.left div {
		position:relative;
		bottom:10px;
		width:100%;
	}
	.list2 li p.img,
	.list2 li.left p.img {
		margin-right:unset;
		margin-left: unset;
		width: 100%;
		height:300px;
	}
	.list3 li {
		width: 100%;
	}
	.list3 li p img {
		height: 250px;
	}
	.list3 li a {
		transform: scale(0.9);
	}
	.list3 li a:hover {
		transform: scale(1);
	}
    .ft-info::before {
        background: url(/wp-content/uploads/2025/11/chiba.png)#007182 no-repeat right bottom / 150px;
        height: 100%;
    }
}

/*---------------------
26.01.05 DC追記
----------------------*/
br.sp {
    display: none;
}
section.main {
    position: relative;
    padding-top: 120px;
    background: linear-gradient(90deg, #b18a1f, #fff6de);
}
.ttl7 {
    position: relative;
    padding: 1.3em 0 0.2em 2em;
    border-bottom: 5px solid #825f00;
    color: #525252;
    font-size: 40px;
	font-weight:bold;
}
.ttl7 span {
	font-weight:bold;
	display:block;
	font-size:20px;
	color:#825f00;
}

.ttl7::before {
    position: absolute;
    top: 10px;
    left: .3em;
    transform: rotate(55deg);
    height: 30px;
    width: 32px;
    background: #825f00;
    content: '';
}

.ttl7::after {
    position: absolute;
    transform: rotate(15deg);
    top: 47px;
    left: 0;
    height: 27px;
    width: 27px;
    background: #825f00;
    content: '';
}
.copy_txt {
    position: relative;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .5));
	font-size: 30px;
    text-align: center;
    padding: 15px 0 0;
    font-weight: bold;
    color: #825f00;
}
.copy_txt span {
	position: relative;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, .5));
	font-size: 30px;
    text-align: center;
    padding: 15px 0 0;
    font-weight: bold;
    color: #825f00;
}
.medal {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.medal li {
	width:40%;
}
.medal li:nth-of-type(1) {
	margin-right:30px;
}
@media screen and (max-width:1000px) {
	section.main {
		padding-top:80px;
	}
	.ttl4 {
        font-size: 19px;
    }
	.copy_txt span {
		display:block;
		-webkit-box-reflect: unset;
	}
}
@media screen and (max-width:700px) {
    br.sp {
        display: block;
    }
	.ttl7 {
		padding: 1em 0 0.2em 1.1em;
		font-size: 36px;
	}
	.ttl7 span {
		font-size:15px;
	}
	.copy_txt span {
		position: relative;
		-webkit-box-reflect: unset;
		font-size: 16px;
		display:block;
		font-weight: bold;
		color: #fff;
		background:#825f00;
		padding:5px;
		border-radius:20px;
	}
}

/*--------------------
26.01.16 DC追記
----------------------*/
.p_contact_cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p_contact_cta li {
    width: 48%;
}
.p_contact_cta li a {
    display: block;
    width: 100%;
    padding: 10px;
    background: #007182;
    border: #007182 1px solid;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
}
.p_contact_cta li a span {
    display: block;
    font-size: 80%;
    font-weight: bold;
    color: #fff;
}
.p_contact_cta li:nth-of-type(2) a {
    background: #825f00;
    border: #825f00 1px solid;
}
.p_contact_cta li a:hover {
    background-color: #fff;
    color: #007182;
}
.p_contact_cta li:nth-of-type(2) a:hover {
    background-color: #fff;
    color: #825f00;
}
.p_contact_cta li a:hover span {
    color: #007182;
}
.p_contact_cta li:nth-of-type(2) a:hover span {
    color: #825f00;
}
@media screen and (max-width:700px) {    
    .p_contact_cta li {
        width: 100%;
        margin-bottom: 15px;
    }
}