/*
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.8
Tested up to: 7.0
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+Serif+JP:wght@400;600&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:#1a1a1a;
}
a:hover {
	color:#f4da17;
}
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:#1a1a1a;
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section[class^="index_"]{
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p, .p {
	margin-bottom:10px;
	letter-spacing:1px;	
}
section a, section span, section b, section strong {
	font-size:100%;
	font-weight: inherit;
	color: inherit;
}
.mt10 {margin-top:10%!important;}
.mt8 {margin-top:8%!important;}
.mt5 {margin-top:5%!important;}
.mt3 {margin-top:3%!important;}
.mt0 {margin-top:0%!important;}
.mb0 {margin-bottom:0%!important;}
.mb3 {margin-bottom:3%!important;}
.mb5 {margin-bottom:5%!important;}
.mb8 {margin-bottom:8%!important;}
.mb10 {margin-bottom:10%!important;}

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

.center {
	text-align:center!important;
}
.right {
	text-align:right!important;
}
.left {
	text-align:left!important;
}
span.ib {
	display:inline-block!important;
}
span.bu {
	border-bottom:1px solid;
	font-weight:bold;
}
span.b {
	font-weight:bold;
}
span.st{
	font-weight:bold!important;
	font-size:120%!important;
}
span.small{
	font-size:80%!important;
}
span.bl {
	font-weight:bold;
	color:#186dc1;
}
span.yb {
	font-size:100%;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fbff8b));
    background: -o-linear-gradient(transparent 60%, #fbff8b 0%);
    background: linear-gradient(transparent 60%, #fbff8b 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 {
    position: relative;
    z-index: 10;
}
div.menu {
}
div.menu > p {
    width: 430px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
div.menu > p a {
    display: block;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 100;
    width: 120px;
}
div.menu > p a img {
    /* width: 65px; */
    /* display: inline-block; */
    /* margin-right: 5px; */
}
div.menu > p a span {
    display: inline-block;
    vertical-align: top;
    font-family: 'Noto Serif JP', serif;
}
div.menu nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#333029db), to(#52525200));
    background: -o-linear-gradient(top, #333029db, #52525200);
    background: linear-gradient(to bottom, #333029db, #52525200);
}
div.menu nav > ul > li {
    display: inline-block;
	position: relative;
}
div.menu nav > ul > li > a {
    display: block;
    color: #fff;
    padding: 20px 15px 30px;
    letter-spacing: 1px;
	position: relative;
    z-index: 1;
}
div.menu nav > ul > li > a::before{
	content:"";
	position: absolute;
	background: #fff;
	width: 40px;
	height: 3px;
	border-radius: 50px;
	top: 45px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
div.menu nav > ul > li > a:hover::before{
	opacity:1;
	top:56px;
}
div.menu nav li > ul {
    position: absolute;
    background: #fff;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0;
    top: 40px;
    height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    overflow:hidden;
}
div.menu nav li > ul li a {
    display: block;
    padding: 10px;
    font-size: 15px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    white-space: nowrap;
}
div.menu nav li > ul li a:hover {
    color: #264c93;
}
div.menu nav > ul > li:hover > ul {
    opacity: 1;
    height: auto;
    padding: 10px 0;
    top: 54px;
}

div.menur {
    display: none;
}

ul.sns {
}
ul.sns li {
    display: inline-block;
    width: calc(100% / 3);
    border-left: 1px dashed;
    padding: 10px 20px;
}
ul.sns li:last-child {
    border-right: 1px dashed;
}
ul.sns li p:first-child {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-style: italic;
    font-size: 23px;
    margin-bottom: 20px;
}
ul.sns li p img {
    width: 70%;
    margin: 0 auto;
    max-width: 80px;
}
ul.sns li p a {
    display: block;
    text-align: center;
    margin: 20px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
ul.sns li p a:hover {
    background: #1a1a1a;
    color: #fff;
}
.map iframe {
	display: block;
    width: 100%;
	height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
}
section.footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2026/06/mv1.webp)no-repeat center / cover;
}

p.flogo {
    width: 40%;
    margin: 0 auto 3%;
    max-width: 200px;
}
ul.sitemap {
    text-align: center;
    width: 96%;
    margin: 3% auto;
}
ul.sitemap li {
    display: inline-block;
}
ul.sitemap li a {
    display: block;
    padding: 10px;
}
ul.sitemap li a:hover {
    color: #f4da17;
}
footer#colophon {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
    background: #264c93;
}



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

.ttl1, .ttl2, .ttl3 {
    color: #d8d8d8;
    font-size: 100px!important;
    line-height: normal!important;
    letter-spacing: 0px!important;
    margin-bottom: 5%!important;
    font-style: italic;
    position: relative;
    padding-top: 50px;
    text-align: center!important;
    font-weight: bold;
}
.ttl2 {
	color:#1a1a1a;
}
.ttl3 {
	font-size: 65px!important;
}
.ttl1 span, .ttl2 span, .ttl3 span {
    display: block;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 50px;
    -webkit-filter: drop-shadow(5px 5px 2px rgb(170 170 170));
    filter: drop-shadow(5px 5px 2px rgb(170 170 170));
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    color: #1a1a1a;
}
.ttl2 span {
    color: #fff;
    -webkit-filter:unset;
            filter:unset;
}
.ttl3 span {
	font-size: 35px;
}
.ttl4 {
    padding-top: 50px;
    font-size: 100px;
    color: #f0f0f0;
    letter-spacing: 0px!important;
    margin-bottom: 50px!important;
    font-family: 'Noto Serif JP', serif;
    font-style: italic;
    position: relative;
}
.ttl4 span {
    display: block;
    font-size: 50px;
    position: absolute;
    -webkit-filter: drop-shadow(5px 5px 2px rgb(226 226 226));
    filter: drop-shadow(5px 5px 2px rgb(226 226 226));
    font-weight: bold;
    left: 0;
    bottom: 0;
    letter-spacing: 3px;
    z-index: 1;
    color: #1a1a1a;
}
.ttl5 {
    text-align: center;
    padding-top: 10%;
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 auto 30px;
	position: relative;
}
.ttl5::before {
    content: "";
    width: 0;
    height: 0;
    border-top: solid 25px #186dc1;
    border-right: solid 25px transparent;
    border-bottom: solid 25px transparent;
    border-left: solid 25px transparent;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
}
.ttl6 {
    display: block;
    background: #186dc1;
    font-size: 30px;
    width: calc(100% + 20px);
    margin: 5% -10px 30px;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
    letter-spacing: 2px;
    border-radius: 2px;
}
.ttl7 {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 8% auto 5%;
    font-size: 35px;
    font-weight: bold;
    padding: 10px 20px;
    letter-spacing: 2px;
    border-radius: 2px;
    color: #666666;
    background:#fbff8b;
    text-align: center;
}
.ttl8 {
    border-left: 5px solid #186dc1;
    padding: 5px;
    border-bottom: 1px solid#186dc1;
    width: calc(100% + 10px);
    margin: 5% -10px 30px;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #666666;
}
.ttl9 {
    color: #186dc1;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 23px;
	margin: 15px auto 10px;
}
.ttl10 {
    margin: 3% auto 10px;
    font-size: 20px;
    font-weight: bold;
}
.ttl10 span.bbox {
    display: block;
    background: #186dc1;
    color: #fff;
    padding: 3px 5px;
    font-size: 90%;
    border-radius: 4px;
    margin: 0 -5px;
}
.ttl10 span:last-child {
    display: block;
    font-size: 70%;
    color: #186dc1;
}

ul.cta1, ul.cta2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.cta1 li, ul.cta2 li {
    width: 48%;
}
ul.cta1 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f4da17;
    -webkit-box-align: anchor-center;
        -ms-flex-align: anchor-center;
            align-items: anchor-center;
    border: 4px solid #ccb61b;
    border-top-width: 3px;
    padding: 5% 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul.cta1 li:nth-child(2) a {
    background: #a1a1a1;
    border-color: #6f6f6f;
}
ul.cta1 li a:hover {
    background: #467bb2;
    border-color: #173269;
    color:#fff;
}
ul.cta1 li a img {
    width: 70px;
}
ul.cta1 li a > span {
    width: calc(90% - 70px);
    text-align: center;
    max-width: 300px;
    font-weight: bold;
}
ul.cta1 li a > span span {
    display: block;
    font-size: 200%;
}
ul.cta2 li a {
    text-align: center;
    display: block;
    padding: 5% 0;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: bold;
    background: #ffffffab;
    color:#1a1a1a;
}
ul.cta2 li:nth-child(2) a {
    background: #a1c1e2ba;
    border-color: #7d95c5;
}
ul.cta2 li a:hover {
    background: #f4da17;
    border-color: #ccb61b;
}
p.link1, p.link2 {
    margin: 5% auto 0;
}
p.link1 a, p.link2 a {
    display: block;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: #264c93;
    color: #fff;
    min-width: 230px;
    padding: 15px 0;
    border: 1px solid #001788;
}
p.link2 a {
    background: #537c4f;
    border: 1px solid #4e794a;
}
p.link1 a:hover, p.link2 a:hover {
    background: #f4da17;
    border-color: #ccb61b;
	color:#1a1a1a;
}
p.link3 a {
	display: block;
	text-align: right;
	max-width: 300px;
	margin: 0 0 0 auto;
	padding: 15px 0;
}
p.link3 a:hover {
	color:#001788;
}
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:#264c93;
}


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

header.index1 {
    position: relative;
    max-height: 70vh;
    overflow: hidden;
}
header.index1 div {
    position: absolute;
    bottom: 5%;
    left: 10%;
    background: url(/wp-content/uploads/2026/06/house.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: drop-shadow(3px 3px 2px rgb(0 0 0));
    filter: drop-shadow(3px 3px 2px rgb(0 0 0));
    z-index: 1;
    width: 500px;
    height: 420px;
    padding: 190px 90px 0;
    }
header.index1 div h1 {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
header.index1 div h1 span.ib {
	font-size: 100%;
	color: inherit;
}
header.index1 div h1 span.h1-1 {
    display: block;
    color: #f4da17;
    font-size: 50px;
    font-weight: bold;
}
header.index1 div h1 span.h1-2 {
    display: block;
    color: #fff;
    font-size: 20px;
}
p.scroll {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 135px;
    margin: 0;
}
p.mv {
    position: relative;
    margin: 0;
}
p.mv img:nth-child(1) {
	z-index: -2;
	position: relative;
}
p.mv img:nth-child(2) {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-animation: MVFuwa 12s infinite;
    animation: MVFuwa 12s infinite;
    opacity: 0;
    z-index: -1;
}
p.mv img:nth-child(3) {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-animation: MVFuwa 6s infinite;
    animation: MVFuwa 6s infinite;
    opacity: 0;
    z-index: -1;
}
@-webkit-keyframes MVFuwa {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes MVFuwa {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}


section.index2 {
    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;
}
section.index2 > div, section.index2 > p {
    width: 48%;
    margin-bottom: 8%;
    position: relative;
}
section.index2 > div:nth-child(3n) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
section.index2 > p span {
    position: absolute;
    height: 90%;
    width: 90%;
    overflow: hidden;
    left: 0;
    bottom: 0;
}
section.index2 > p span:nth-child(2) {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    z-index: -1;
}
section.index2 > p:nth-child(4n) span {
    left: auto;
    right: 0;
}
section.index2 > p:nth-child(4n) span:nth-child(2) {
    left: 0;
    right: auto;
}
section.index2 > p span img {
	height: 100%;
	object-fit: cover;
}
section.index3, section.index5, section.footer {
    background: #000000a8;
    position: relative;
    padding-bottom: 3%;
}
section.index3::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2026/06/back1.webp)no-repeat center / cover;
}
section.index3 *, section.footer * {
    color: #fff;
}
section.index3 .ttl2, section.index5 .ttl2,.footer .ttl2 {
    color: #828282;
}
ul.col4 {
    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.col4 li {
    width: 24%;
}
ul.col4 li a {
    display: block;
    position: relative;
}
ul.col4 li a::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
ul.col4 li a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000082;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.col4 li a:hover::after {
    height: 0%;
}
ul.col4 li a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
}
ul.col4 li a p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 2;
    text-align: center;
    width: 90%;
    font-size: 20px;
}
ul.col4 li a p span {
    display: block;
    border-top: 2px solid;
    padding-top: 10px;
    margin-top: 10px;
}

section.bcircle {
    position: relative;
    margin: 5% auto;
}
section.bcircle::before {
    content:"";
    width: 500px;
    height: 500px;
    background: #efefef;
    position: absolute;
    border-radius: 50%;
    z-index: -2;
    bottom: 0;
    right: 80%;
}
section.bcircle p.floatr {
    max-width: 300px;
}
section.ttb {
    position: relative;
    padding-bottom: 3%;
}
section.ttb::before {
    content: "";
    background: #e6eaf2;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
section.ttb .ttl4 {
	color: #d2d2d2;
}
section.index4 li {
    border-bottom: 1px solid;
}
section.index4 li a {
    display: block;
    padding: 13px 40px 13px 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
section.index4 li a span:first-child {
    padding-right: 10px;
    color: #264c93;
}
section.index4 li a span:last-child {
    position: absolute;
    top: 10px;
    right: 5px;
    background: #264c93;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    padding-top: 0.5px;
    padding-right: 0;
}
section.index4 li a:hover {
    color:#264c93;
} 
section.index4 li a:hover span:last-child{
    background:#f4da17;
    color:#1a1a1a;
}
section.index5::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2026/06/back2.webp)no-repeat center / cover;
}

section.index5 ul {
}
section.index5 ul li {
    display: inline-block;
    width: 20%;
    padding: 5px;
    overflow: hidden;
    border-radius: 20px;
}
section.index5 ul li a {
    display: block;
    position: relative;
}
section.index5 ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0000007a;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
section.index5 ul li a img {
    height: 100%;
}
section.index5 ul li a span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #fff;
    font-size: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
}
section.index5 ul li a:hover::before {
    height: 0;
}
section.index5 ul li a:hover span {
    opacity: 0;
}
section.index5 ul li:last-child a {
    height: 100%;
}
section.index5 ul li:last-child a::before {
    content: "";
    background: #264c93;
    height: 100%;
}
section.index5 ul li:last-child a span {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: 2px;
}
section.index5 ul li:last-child a:hover::before {
    background:#f4da17;
}
section.index5 ul li:last-child a:hover span {
    opacity: 1;
    color: #fff;
}

ul.qa {
    counter-reset: number 0;
}
ul.qa li {
    padding-left: 150px;
    border-top: 1px solid;
}
ul.qa li input {
    display: none;
}
label.qa-btn {
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    font-size: 20px;
    padding: 30px 20px 30px 0;
    display: block;
}
label.qa-btn::before {
    counter-increment: number 1;
    content: "Q" counter(number) ".";
    position: absolute;
    right: 100%;
    font-size: 28px;
    width: 150px;
    text-align: center;
    top: 23px;
    color:#264c93;
}
label.qa-btn:hover {
	color:#264c93;
}
ul.qa li input:checked ~ label.qa-btn {
    /* border-bottom: 2px dotted; */
    color:#264c93;
}
.show-a {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-right: 20px;
    position: relative;
}
ul.qa li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: 10px 20px 25px 0;
}
.show-a::before {
    content: "A.";
    position: absolute;
    width: 150px;
    right: 100%;
    text-align: center;
    top: 0px;
    font-size: 25px;
}

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

section.info ul {
    max-width: 1000px;
    margin: 8% auto 0;
}
section.info li {
    margin-bottom: 3%;
}
section.info li a {
    display: flex;
    font-size: 0;
    gap: 20px;
}
section.info li a p.date {
    width: 120px;
    background: #1a1a1a;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    margin-right: 10px;
    padding: 10px 0;
    vertical-align: top;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
section.info li a:hover p.date {
    background: #264c93;
}
section.info li a p.date img {
    width: 60%;
    margin: 0 auto;
}
section.info li a p.date span {
    color: #fff;
}
section.info li a > div {
    display: inline-block;
    width: calc(100% - 130px);
}
section.info li a > div h2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
section.info li a:hover h2 {
    color: #264c93;
}
section.info li a > div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5em;
    max-height: 4.5em;
}
section.info li a > div p:last-child {
    font-size: 14px;
    line-height: normal;
    text-align: right;
    color: #264c93;
}
nav.archive-nav {
    font-size: 0;
	border-top: 1px solid;
	margin-top: 8%;
}
nav.archive-nav span {
    display: inline-block;
    width: 50%;
}
nav.archive-nav span.next {
    text-align: right;
}
nav.archive-nav span a {
    display: block;
    padding: 10px 0;
    margin: 8% auto 10%;
}
nav.archive-nav span a:hover {
    color: #264c93;
}
section.articlebody h1 {
    font-size: 30px;
    padding: 5px 10px;
}
section.articlebody p.date {
    border-top: 2px solid;
    text-align: right;
    margin-bottom: 3%;
}
section.articlebody p img.float {
    width: 47%;
    float: left;
    margin: 0 3% 10px 0;
	height: auto;
}

section.articlebody img {
	height: auto!important;
}
section.articlebody h2 {
    background: #264c93;
    font-size: 28px;
    margin: 5% auto 3%;
    padding: 5px 10px;
    color: #fff;
    border-radius: 2px;
}
section.articlebody h3 {
    border-left: 5px solid #264c93;
    padding: 5px;
    border-bottom: 1px solid#264c93;
    margin: 3% auto 2%;
    font-size: 26px;
}
section.articlebody h4 {
    margin: 3% auto 10px;
    font-size: 25px;
    position: relative;
}
section.articlebody h4::before {
    content: "";
    width: 0;
    height: 0;
    border-left: solid 13px #f4da17;
    border-right: solid 13px transparent;
    border-bottom: solid 13px transparent;
    border-top: solid 13px transparent;
    position: absolute;
    left: -15px;
    top: 5px;
}
section.articlebody h5 {
    font-size: 23px;
    font-weight: bold;
    color: #264c93;
    margin: 2% auto 10px;
}
section.articlebody h6 {
    font-size: 23px;
    font-weight: bold;
    margin: 2% auto 10px;
}

section.category {
    margin: 8% auto;
    border-top: 3px solid #264c93;
    border-bottom: 3px solid #264c93;
    padding: 10px;
}
section.category > span {
    display: inline-block;
    float: left;
    padding: 10px 0;
}
section.category li {
    display: inline-block;
}
section.category li a {
    display: block;
    padding: 10px 5px;
}
section.category li a:hover {
    color: #264c93;
}
section.blog > ul {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}
section.blog > ul li {
    display: inline-block;
    width: 30%;
	margin-right: 5%;
	margin-bottom: 3%;
}
section.blog > ul li:nth-child(3n+3),section.blog > ul li:last-child {
    margin-right: 0;
}
section.blog > ul li a {
	display: block;
}
section.blog > ul li a h2 {
    background: #264c93;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 7px 0;
}
section.blog > ul li a > p:nth-of-type(1) {
    position: relative;
    margin-bottom: 3px;
}
section.blog > ul li a p img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
}
section.blog > ul li a > h3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    letter-spacing: 1px;
}
section.blog nav {
    margin: 5% auto 10%;
    text-align: center;
}
section.blog nav h2 {
    display: none;
}
section.blog nav div.nav-links span,section.blog nav div.nav-links a {
    background: #1a1a1a;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 8px;
    margin-right: 1%;
    margin-top: 10px;
    font-weight: bold;
}
section.blog nav div.nav-links span:last-child, section.blog nav div.nav-links a:last-child {
    margin-right: 0;
}
section.blog nav div.nav-links a:hover {
    background:#264c93;
}

div#fancybox-title {
    color: #fff;
}



/*------------------------------------*\
    下層ページ00
\*------------------------------------*/
section.page-head {
    position: relative;
    background: #000000a8;
}
section.page-head h1, section.page-head p.h1 {
    width: 90%;
    padding: 170px 0 5%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    font-size: 40px;
    letter-spacing: 5px;
    color: #fff;
}
section.page-head h1 span, section.page-head p.h1 span {
    display: block;
    font-size: 18px;
}
p.ph-back {
    position: absolute;
    height: 100%;
    top: 0;
    overflow: hidden;
    margin: 0;
    width: 100%;
    z-index: -3;
}
p.ph-back img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
}






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

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

div.menu {
    display: none;
}
div.menur {
    display: block;
}
div.menur > p {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 0;
}
div.menur > p a {
    display: block;
    width: 86px;
    margin: 10px auto 10px 10px;
}
div.menur > p span {
    display: inline-block;
    vertical-align: top;
    padding-left: 5px;
}
.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: #264c93;
    border-radius: 3px;
}
.r-btn span,
.r-btn span:before,
.r-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.r-btn span:before {
    bottom: 8px;
}
.r-btn span:after {
    top: 8px;
}
#label1:checked ~ .r-btn span {
    background-color: #fff0;
}
#label1:checked ~ .r-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
#label1:checked ~ .r-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#label1 {
    display: none;
}
.hidden_box .hidden_show {
    height: 10px;
    padding: 0 10px;
    overflow: hidden;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: left;
	margin: 0 auto 0;
	position: fixed;
	background: #fff;
	left: 0;
	top: 80px;
	-webkit-box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 73%);
	        box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 73%);
}
.hidden_show ul.nav1-a {
    height: 0;
    padding: 0;
    overflow: hidden;
    width: calc(100% - 70px);
}
.hidden_box input:checked ~ .hidden_show {
    padding: 10px;
    height: auto;
    opacity: 1;
    
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    max-height: 100%;
    overflow: scroll;
}
.hidden_box input:checked ~ .hidden_show ul.nav1-a {
	opacity: 1;
	height: auto;
}
.hidden_show ul.nav1-a li{
	border-bottom: 1px solid;
	padding: 5px 0;
}
.hidden_show ul.nav1-a li a{
	display: block;
	padding: 6px 15px;
	letter-spacing: 1px;
	font-size:15px;
}
.hidden_show ul.nav1-a li a:first-child {
	padding: 7px 5px;
	font-size:16px;
}
.hidden_show ul.nav1-a li:last-child{
	border-bottom:unset;
}

ul.sns li {
    padding: 10px 15px;
}
ul.sns li p {
    font-size: 14px;
    line-height: normal;
}
ul.sns li p:first-child {
    font-size: 20px;
    margin-bottom: 15px;
}
ul.sns li p img {
    max-width: 50px;
    margin: 0 auto 13px;
}
ul.sns li p a {
    font-size: 15px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    padding: 8px;
}


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

.ttl1, .ttl2, .ttl3 {
    font-size: 80px!important;
    padding-top: 30px;
    margin-bottom: 30px!important;
}
.ttl3 {
    font-size: 50px!important;
    margin-bottom: 20px!important;
}
.ttl1 span, .ttl2 span, .ttl3 span,.ttl4 span {
    font-size: 40px;
}
.ttl3 span {
    font-size: 30px;
}
.ttl4 {
    padding-top: 30px;
    font-size: 80px;
	margin-bottom: 30px!important;
}
.ttl5 {
    font-size: 40px;
    margin: 0 auto 20px;
}
.ttl5::before {
    top: 28%;
}
.ttl6 {
    font-size: 25px;
    margin: 8% -10px 20px;
}
.ttl7 {
    font-size: 30px;
    padding: 8px 15px;
}
.ttl8 {
    font-size: 23px;
    margin: 5% -10px 20px;
}
.ttl9 {
    font-size: 21px;
    margin: 10px auto 8px;
}
.ttl10 {
    font-size: 18px;
}

ul.cta1 li a > span {
    font-size: 15px;
}


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

header.index1 div {
    width: 450px;
    height: 380px;
    left: 5%;
    padding: 160px 80px 0;
}
ul.col4 li a p {
    font-size: 16px;
}
section.bcircle::before {
    right: auto;
    left: -15%;
    width: 400px;
    height: 400px;
}
section.index5 ul li a::before {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
section.index5 ul li a span {
    font-size: 25px;
}
section.index5 ul li:last-child a span {
    font-size: 16px;
    line-height: normal;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    letter-spacing: 2px;
    letter-spacing: 1px;
}
ul.qa li {
    padding-left: 100px;
}
label.qa-btn {
    font-size: 18px;
    padding: 20px 15px 20px 0;
}
label.qa-btn::before {
    width: 100px;
    font-size: 25px;
    top: 11px;
}
.show-a {
    padding-right: 15px;
}
.show-a::before {
    width: 100px;
    font-size: 20px;
}
ul.qa li input:checked ~ .show-a {
    padding: 5px 15px 20px 0;
}


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

section.info li a p.date {
    width: 100px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
section.info li a p.date img {
    width: 50%;
}
section.info li a p.date span {
    font-size: 14px;
}
section.info li a > div {
    width: calc(100% - 110px);
}
section.info li a > div h2 {
    font-size: 18px;
    margin-bottom: 3px;
}
section.info li a > div p {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.5px;
}
section.info li a > div p:last-child {
    font-size: 13px;
    margin-bottom: 0;
}
nav.archive-nav span a {
    font-size: 15px;
}
section.articlebody h1 {
    font-size: 25px;
}
section.articlebody h2, section.articlebody h3, section.articlebody h4 {
    font-size: 23px;
}
section.articlebody h4::before {
    border-left: solid 10px #f4da17;
    border-right: solid 10px transparent;
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    left: -13px;
    top: 7px;
}
section.articlebody h5,section.articlebody h6 {
    font-size: 20px;
    margin-bottom: 8px;
}
section.blog > ul li {
    width: 32%;
    margin-right: 2%;
}



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

}





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

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



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

ul.sitemap li a {
    font-size: 14px;
}
.map iframe {
	max-height:300px;
}


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

.ttl1, .ttl2, .ttl3 {
    font-size: 58px!important;
    padding-top: 20px;
    margin-bottom: 20px!important;
}
.ttl3 {
	margin-bottom: 15px!important;
	font-size: 45px!important;
}
.ttl1 span, .ttl2 span, .ttl3 span,.ttl4 span {
    font-size: 30px;
	letter-spacing: 2px;
}
.ttl4 {
    padding-top: 20px;
    font-size: 40px;
	margin-bottom: 15px!important;
}
.ttl4 span {
	bottom: -10px;
}
.ttl5 {
    font-size: 28px;
    padding-top: 70px;
    margin: 0 auto 20px;
}
.ttl5::before {
    top: 32px;
}
.ttl6 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.ttl7 {
    font-size: 25px;
    letter-spacing: 1px;
	margin: 10% auto 8%;
}
.ttl8 {
    font-size: 20px;
    width: 104%;
    margin: 5% -2% 10px;
    padding-left: 1%;
    letter-spacing: 0.5px;
}
.ttl9 {
    font-size: 19px;
    margin: 10px auto 5px;
}
.ttl10 {
    font-size: 17px;
}

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

ul.cta1 li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
}
ul.cta1 li a img {
    width: 30px;
}
ul.cta1 li a > span {
    display: block;
    width: 100%;
    font-size: 13px;
}
ul.cta1 li a > span span {
    font-size: 150%;
}
ul.cta2 li a {
    font-size: 14px;
    padding: 15px 0;
}



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

p.scroll {
    display: none;
}
header.index1 div {
    width: 90%;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 3%;
    padding: 0;
    background-position: bottom;
}
p.mv img {
    width: 150%;
    left: -25%;
}
header.index1 div h1 {
    position: absolute;
    width: 75%;
    max-width: 260px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
    font-size: 14px;
}
header.index1 div h1 span.h1-1 {
    font-size: 35px;
}
header.index1 div h1 span.h1-2 {
    font-size: 18px;
}
section.index2 > div, section.index2 > p {
    width: 100%;
    order: unset!important;
}
section.index2 > p {
    padding-top: 70%;
}

ul.col4 li {
    width: 100%;
    margin-bottom: 3%;
}
ul.col4 li a::before {
    padding-top: 40%;
}
section.index5 ul li {
    width: 48%;
    margin-bottom: 3%;
}
section.index5 ul li:nth-child(4) {
    display: none;
}
ul.qa li {
    padding-left: 60px;
}
label.qa-btn {
    font-size: 16px;
    padding: 15px 10px 15px 0;
}
label.qa-btn::before {
    width: 60px;
    font-size: 20px;
    top: 16px;
}
.show-a {
    padding-right: 10px;
}
.show-a::before {
    width: 60px;
    font-size: 18px;
    top: 2px;
}
ul.qa li input:checked ~ .show-a {
    padding: 5px 10px 15px 0;
}

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

section.info li a p.date {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 auto;
}
section.info li a p.date img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
section.info li a p.date span {
    vertical-align: middle;
}
section.info li a > div {
    width: 100%;
    padding: 5px 10px;
}
section.info li a > div h2 {
    font-size: 17px;
    margin-bottom: 0;
}
section.info li a > div p {
    margin-bottom: 0;
}
section.articlebody {
    margin: 0 auto 10%;
}
section.articlebody h1 {
    font-size: 20px;
    padding: 5px;
}
section.articlebody h2, section.articlebody h3 {
    font-size: 18px;
}
section.articlebody h4 {
    font-size: 17px;
    font-weight: bold;
}
section.articlebody h4::before {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: unset;
    left: -18px;
    top: -6px;
    background: #f4da17;
    z-index: -1;
}
section.articlebody h5, section.articlebody h6 {
    font-size: 16px;
    margin: 10px auto 5px;
}
section.articlebody p img.float {
    float: unset;
    width: 100%;
    margin: 0 auto 10px;
}
section.category > span,section.category li a {
    font-size: 14px;
    padding: 10px 3px;
}
section.blog > ul li,section.blog > ul li:nth-child(3n+3) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
}
section.blog > ul li:nth-child(even),section.blog > ul li:last-child {
    margin-right: 0;
}
section.blog > ul li a h2 {
    font-size: 16px;
	padding: 5px 0;
	letter-spacing: 1px;
}
section.blog > ul li a > h3 {
    font-size: 15px;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 1000px)
.hidden_show ul.nav1-a li a:first-child {
    padding: 7px 5px;
    font-size: 16px;
}

@media screen and (max-width: 1000px)
.hidden_show ul.nav1-a li a:first-child {
    padding: 6px 5px;
    font-size: 15px;
}




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

section.page-head h1, section.page-head p.h1 {
    width: 96%;
    padding: 130px 0 5%;
    font-size: 30px;
}



}



/*----------------
26.06.09 DC追記
-----------------*/
.list1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.list1 li {
    width: 48%;
    margin-bottom: 2%;
    padding: 15px;
    box-shadow: rgba(0,0,0,.25) 0 2px 4px;
}
.list1 li p>img {
    width: 100%;
    object-fit: cover;
}
p.big {
    font-size: 140%;
}
p.b {
    font-weight: bold;
}
p.txt1 {
    border-bottom: #264c93 solid 5px;
    padding-bottom: 10px;
}
.img_area1 {
    position: relative;
}
.img_area1>p {
    width: 75%;
}
.list2 {
    position: absolute;
    right: 0;
    bottom: -20%;
    width: 90%;
    padding: 0px 20px;
    background: #fcfcfce0;
    box-shadow: rgba(0, 0, 0, .25) 0 2px 4px;
}
.table1 {
    margin: 5% 0;
}
.table1 tr th {
    background-color: #173269;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.table1 tr td {
    color: #173269;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: #4e794a 4px dashed;
}
.box-021 {
    position: relative;
    margin: 5% auto;
    padding: 1em 1.5em;
    border: 2px solid #ccb61b;
    border-radius: 3px;
}

.box-021::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ccb61b;
    color: #fff;
    content: attr(data-number);
    font-size: 28px;
    font-weight: bold;
}
.box-021 h3 {
    margin-top: 10px !important;
}
ul.cta2b li a {
        background: #a1c1e2ba;
    border-color: #7d95c5;
}
.service_txt1 {
    margin-bottom: 100px;
}
.about {
    border-collapse: unset;
    border-spacing: 4px;
}
.about th {
    background-image: linear-gradient(90deg, rgba(144, 245, 154, 1), rgba(4, 202, 255, 1));
    color: #fff;
    text-shadow: rgba(0,0,0,.25)0 0 4px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.about td {
    padding: 10px;
    box-shadow: rgba(0,0,0,.25)2px 2px 4px;
}

section.con-form table {
    width: 100%;
    margin:0 auto;
    max-width:1000px;
}
section.con-form tr {
    border-bottom: 1px solid #173269;
}
section.con-form tr:first-child {
    border-top: 1px solid #173269;
}
section.con-form th {
    width: 230px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    background: #173269;
    border-bottom: 1px solid #fff;
    vertical-align: top;
    letter-spacing: 1px;
	color:#fff;
    text-shadow: rgba(0,0,0,.25)0 0 4px;
}
section.con-form th p {
	color:#fff;
}
section.con-form tr:last-child th {
    border-bottom:1px solid #173269;
}
section.con-form th span {
    color: #f4da17;
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: rgba(0,0,0,.25)0 0 4px;
}
section.con-form td {
    border-right: 1px solid #173269;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
section.con-form td span{
    line-height:28px;
	letter-spacing: 0.5px;
}
section.con-form td span.rei {
    display: block;
    font-size: 14px;
}
div.wpcf7 td span.wpcf7-list-item {
    margin: 0 1em 0 0;
}
div.wpcf7 td input.wpcf7-text {
    height:30px;
    background:#fff;
    border: 1px solid #767676;
    color: #525252;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    width: 40%;
    min-width: 300px;
}
div.wpcf7 td textarea.wpcf7-textarea {
    width: 100%;
    background:#efefef;
    color: #525252;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
}
section.con-form form > p{
    text-align:center;
}
div.wpcf7 p input.wpcf7-submit{
    padding: 10px 18px 10px 23px;
    background: transparent;
    background: #173269;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 18px;
    font-weight: normal;
    border-radius: 5px!important;
    color: #fff;
    margin-top: 50px;
    letter-spacing:5px;
    margin-left: 72px;
}
div.wpcf7 p input.wpcf7-submit:hover{
    background: #f4da17;
    color:#525252;
    cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
/* 2カラム全体の囲み */
.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px; /* メインとサイドバーの間隔 */
    margin-top: 30px;
    margin-bottom: 50px;
}

/* 左側：メインコンテンツの横幅 */
.main-content {
    flex: 1;
    min-width: 0; /* 崩れ防止 */
}
section.blog {
	width:80%;
}

/* 右側：サイドバーの横幅と装飾 */
.sidebar {
    width: 20%; /* サイドバーの幅 */
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.widget-title {
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #0073aa; /* アクセントカラーの縦線 */
    padding-left: 10px;
    margin-bottom: 15px;
}

/* サイドバーのカテゴリーリスト */
.sidebar-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-category-list li {
    border-bottom: 1px solid #ddd;
}

.sidebar-category-list li a {
    display: block;
    padding: 12px 5px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sidebar-category-list li a:hover {
    color: #0073aa;
    padding-left: 10px; /* ホバー時に少し右にずらす演出 */
}
section.info li a > div.works-thumb {
    width: 200px;
}


@media screen and (max-width:1000px) {
    .img_area1>p {
        width: 100%;
    }
    .list2 {
        position: unset;
        width: 100%;
        padding: 20px;
    }
    .service_txt1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width:700px) {
    .list1 li {
        padding: 8px;
        width: 100%;
        margin-bottom: 3%;
    }
    p.txt1 {
        font-size: 110%;
    }
    .table1 tr th,
    .table1 tr td {
        padding: 10px 0px 10px 10px;
        font-size: 16px;
    }
    .table1 tr td {
        border-width: 2px;
    }
    .box-021::before {
        width: 40px;
        height: 40px;
        top: -15px;
        left: -5px;
        font-size: 20px;
    }
    .about th,
    .about td {
        display: block;
        width: 100%;
        box-shadow: rgba(0,0,0,.25)0 2px 2px;
    }
    section.con-form tr,section.con-form tr:first-child {
        border: unset;
    }
    section.con-form th {
        display: block;
        width: 100%;
        border: unset;
        text-align: center;
        padding: 10px 0;
    }
    section.con-form td {
        display: block;
        width: 100%;
        border: unset;
        padding: 10px 0;
    }
    section.con-form td span {
        font-size: 15px;
        line-height: 26px;
    }
    div.wpcf7 td input.wpcf7-text {
        min-width: unset;
        width: 100%;
        max-width: 450px;
    }
    .flex-container {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
    }
}