/*
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@500&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: #272727;
}
a:hover {
	color:#649BCB;
}
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: #272727;
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
}
.sans {font-family: 'Noto Sans JP', sans-serif!important;}
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{
	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;}
.pi3 {padding:3% 0}

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

.center {
	text-align:center!important;
}
.right {
	text-align:right!important;
}
.left {
	text-align:left!important;
}
span.ib {
	display:inline-block!important;
}
span.bu {
	border-bottom:1px solid;
	font-weight:500;
	font-size:100%;
}
span.bo {
	font-size:100%;
	font-weight:600;
}
span.bbig{
	font-weight:bold!important;
	font-size:120%!important;
}
span.yb {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFAC6));
    background: -o-linear-gradient(transparent 60%, #FFFAC6 0%);
    background: linear-gradient(transparent 60%, #FFFAC6 0%);
}


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

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

.fadein{
	opacity:0;
	-webkit-transition : all 3s;
	-o-transition : all 3s;
	transition : all 3s;
}
.ponpon, .pon{
	opacity:0;
	-webkit-transition : all 2s;
	-o-transition : all 2s;
	transition : all 2s;
}
.downup .fadein, .downup .ponpon, .downup .pon {
	opacity : 0;
	-webkit-transform : translate(0, 50px);
	    -ms-transform : translate(0, 50px);
	        transform : translate(0, 50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.updown .fadein, .updown .ponpon, .updown .pon {
	opacity : 0;
	-webkit-transform : translate(0, -50px);
	    -ms-transform : translate(0, -50px);
	        transform : translate(0, -50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinrl .fadein {
	opacity : 0;
	-webkit-transform : translate(80px, 0);
	    -ms-transform : translate(80px, 0);
	        transform : translate(80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinlr .fadein {
	opacity : 0;
	-webkit-transform : translate(-80px, 0);
	    -ms-transform : translate(-80px, 0);
	        transform : translate(-80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadein.scrollin, .ponpon.active, .pon.activate {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}
ul li.ponpon.active:nth-child(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
ul li.ponpon.active:nth-child(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
ul li.ponpon.active:nth-child(4) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

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

section.loop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}
section.loop > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: auto;
    margin: 0;
    padding: 0;
}
section.loop > ul:nth-of-type(1) {
    -webkit-animation: loop 60s -30s linear infinite;
    animation: loop 60s -30s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
section.loop > ul + ul {
    -webkit-animation: loop2 60s linear infinite;
    animation: loop2 60s linear infinite;
}
section.loop:hover > ul{
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}
section.loop > ul li {
    display: inline-block;
    width: calc(100vw / 5);
    list-style: none;
    text-align: center;
    position: relative;
    border-right: 10px solid #ffffff00;
    overflow: hidden;
}
section.loop > ul li a {
    display: block;
    padding-top: 100%;
    position: relative;
}
section.loop > ul li 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;
}
section.loop > ul li:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
section.loop > ul li.txt a {
    background: #707070;
}
section.loop > ul li.txt a::before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    border: 1px solid #fff;
    top: 15px;
    left: 15px;
}
section.loop > ul li.txt a > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    color: #fff;
    font-size: 25px;
}
section.loop > ul li.txt a > span span {
    display: block;
    color: #fff;
    font-size: 60%;
    margin-top: 15px;
}

.line1 {
    margin: 8% auto;
    text-align: center;
    position: relative;
    font-size: 0;
    border-bottom: 2px solid #272727;
}
.line1::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    border-right: 2px solid #272727;
    border-bottom: 2px solid #272727;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: -15px;
}

/*------------------------------------*\
    ヘッダー＆フッダー00
\*------------------------------------*/
header.top {
    position: fixed;
    width: 100%;
    z-index: 90;
    background: #000000a8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
}
header.top hgroup {
    width: 210px;
}
header.top hgroup p {
    margin: 0;
}
header.top hgroup p a {
    display: block;
    padding: 10px;
}
.menu1 {
    width: calc(100% - 210px);
    text-align: right;
}
.menur {
    display: none;
}
.menu1 li {
    display: inline-block;
    position: relative;
}
.menu1 li a {
    color: #fff;
    display: block;
    padding: 28px 10px;
    white-space: nowrap;
}
.menu1 li a:hover {
    background:#000;
}
.menu1 li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    text-align: center;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.menu1 li ul::before {
    content:"";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000a8;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.menu1 li li {
    display: block;
}
.menu1 li li a {
    padding: 10px;
}
.menu1 li:hover ul {
    height: auto;
    opacity: 1;
    padding: 10px 0;
}
.menu1 li:hover ul::before {
    height:100%;
}

section.footer {
    text-align: center;
    padding-top: 5%;
}
p.f-logo {
    width: 50%;
    max-width: 500px;
    margin: 0 auto 2%;
}
section.footer ul {
    margin: 3% auto;
}
section.footer ul li {
    display: inline-block;
}
section.footer ul li a {
    display: block;
    padding: 10px;
}
section.footer ul li a:hover {
    color:#649BCB;
}
.map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
    display: block;
}
footer#colophon {
    background: #272727;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}


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

.ttl1 {
    text-align: center;
    font-size: 20px;
    line-height: 300%;
    margin: 8% auto 5%;
    letter-spacing: 2px;
    font-weight: bold;
}
.ttl1 span {
    display: block;
    font-size: 230%;
    color: #707070;
}
.ttl2 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
.ttl2 span {
    display: block;
    font-size: 80%;
    color: #649BCB;
}
.ttl3 {}
.ttl3 span {
    display: block;
    font-size: 120%;
    margin-bottom: 3%;
}
.ttl4 {
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 3% 0;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 3%;
}
.ttl4 span {
	display: block;
	font-size: 250%;
	color: #707070;
	margin-bottom: 1%;
}
.ttl5 {
    margin: 8% auto 3%;
    border-bottom: 1px solid;
    padding-bottom: 1%;
    font-size: 30px;
}
.ttl5 span {
    display: block;
    font-size: 16px;
    color: #649BCB;
    font-weight: bold;
}
.ttl6 {}

.key1 {
    text-align: center;
    font-size: 23px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5% auto;
    padding: 0 3%;
    position: relative;
    font-weight: bold;
}
.key1::before {
    content: "";
    width: 3px;
    height: 110%;
    background: #649BCB;
    position: absolute;
    right: 100%;
    -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
            transform: rotate(-30deg);
    bottom: 0;
}
.key1::after {
    content: "";
    width: 3px;
    height: 110%;
    background: #649BCB;
    position: absolute;
    left: 100%;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    bottom: 0;
}
section.back_gray {
    background: url(/wp-content/uploads/2026/01/back.webp)repeat top center / 100%;
}
section.back_blue {
    position:relative;
    padding-bottom: 3%;
}
section.back_blue::before {
    content:"";
    background: #E7F1FA;
    width: 45%;
    height: 50%;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}

ul.cta {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5% 0;
}
ul.cta::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background: url(/wp-content/uploads/2026/01/cta_back.webp)no-repeat center / cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -2;
}
ul.cta::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background: #000000a8;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
}
ul.cta li {
    width: calc(100% / 3);
    position: relative;
}
ul.cta li::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: -1px;
    top: 0;
}
ul.cta li:last-child::before {
    display: none;
}
ul.cta li a {
    display: block;
    padding: 5%;
}
ul.cta li a img {
    width: 30%;
    max-width: 80px;
    margin: 0 auto 8%;
}
ul.cta li a span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;
}
ul.cta li a span:last-child {
    background: #fff;
    color: #272727;
    padding: 5% 0;
    max-width: 230px;
    margin: 5% auto 0;
}
ul.cta li a:hover img {
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
}
ul.cta li a:hover span:last-child {
    background: #f6da30;
}

p.link1, p.link3 {
    margin: 10px auto 0;
}
p.link1 a {
    display: block;
    border-bottom: 1px solid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    padding: 10px 0 0;
}
p.link2 {
    margin: 5% auto 0;
}
p.link2 a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    min-width: 200px;
    border: 1px solid;
    padding: 10px 0;
    position: relative;
    font-weight: bold;
}
p.link2 a::before {
    content: "";
    height: calc(30px / 2);
    width: 30px;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    background: #272727;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    right: -11px;
    bottom: -3px;
}
p.link2 a:hover::before {
    background: #649BCB;
}
p.link3 a {
    display: block;
    text-align: right;
    padding: 15px 0 5px;
    position: relative;
}
p.link3 a::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #272727;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link3 a:hover::before {
    width: 0;
}
p.link3 a:hover {
    color: #9f1a1a;
}

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


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

section.main {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}
section.main div {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #000000a8;
    text-align: center;
    padding: 5% 0;
    z-index: 3;
}
section.main div p {
    color: #fff;
    line-height: 200%;
    font-size: 20px;
}
section.main div p:first-child {
    font-size: 40px;
}
section.main div p span {
	color: #fff;
}
section.main p {
    margin-bottom:0;
	position:relative;
}
section.main > p::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    -webkit-animation: mv-black 1.5s ease-out 0.2s 1 forwards;
    animation: mv-black 1.5s ease-out 0.2s 1 forwards;
    z-index: 1;
}
@-webkit-keyframes mv-black {
	0% {
		background: #000;
	}
	100% {
		background: unset;
	}
}
@keyframes mv-black {
	0% {
		background: #000;
	}
	100% {
		background: unset;
	}
}
section.main p img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
	z-index:-1;
    -webkit-animation: background-fade 8s ease-in-out infinite;
            animation: background-fade 8s ease-in-out infinite; 
}
section.main p img:nth-child(1) {
	position: unset;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
section.main p img:nth-child(2) {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
}
section.main p img:nth-child(3) {
    -webkit-animation-delay: 6.4s;
            animation-delay: 6.4s;
}
@keyframes background-fade {
    0% { opacity: 0; }
    15% { opacity: 1; }
    35% { opacity: 1; } 
    40% { opacity: 1; } 
    45% { opacity: 0; } 
    100% { opacity: 0; }
}
@-webkit-keyframes background-fade {
    0% { opacity: 0; }
    15% { opacity: 1; }
    35% { opacity: 1; }
    40% { opacity: 1; }
    45% { opacity: 0; }
    100% { opacity: 0; }
}
section.index1 {
    padding: 0 0 3%;
    overflow: hidden;
}
section.index1 div.width {
    position: relative;
    z-index:3;
    padding-top: 5%;
}
section.index1 div.width::before {
    content: "";
    width: 100vw;
    aspect-ratio: 1 / 1;
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: 0;
}
section.index1 div.width::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #ffffff;
  left: 50%;
  top: 50vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
section.index2 {
    background: url(/wp-content/uploads/2026/01/cta_back.webp)no-repeat center / cover;
}
section.index2 > div {
    background: #000000a8;
    width: 40%;
    padding: 5% 0;
    text-align: center;
}
section.index2 * {
	color:#fff;
}
section.index2 p.link2 a::before {
    background: #fff;
}
section.index2 p.link2 a:hover {
    background: #f6da30;
    border:1px solid #fff;
    color:#272727;
}


ul.top-nayami {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.top-nayami li {
    width: 24%;
    text-align: center;
}
ul.top-nayami li h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
ul.top-nayami li h3 span {
    display: block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    letter-spacing: 10px;
    font-size: 120%;
}
ul.top-nayami li p {
    color: #fff;
    background: #707070;
    padding: 13% 0;
    font-size: 20px;
}
ul.top-nayami li:nth-child(even) h3,ul.top-nayami li:nth-child(even) h3 span {
    color: #639BCB;
}
ul.top-nayami li:nth-child(even) p {
    background: #639BCB;
}
ul.top-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.top-service > li {
    width: 48%;
    background: #fff;
    -webkit-filter: drop-shadow(2px 3px 4px #00000026);
            filter: drop-shadow(2px 3px 4px #00000026);
    margin-bottom: 4%;
    padding: 3%;
}
ul.img_txt {}
ul.img_txt > li {
    margin-bottom: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
ul.img_txt > li > p {
    width: 50%;
    position: relative;
    margin: 0;
}
ul.img_txt > li > p img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
}
ul.img_txt > li > div {
    width: 50%;
}
ul.img_txt > li:nth-child(even) > div {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}
.img_txt_ttl {
    background: #fff;
    padding: 10px 3%;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 3%;
}
ul.img_txt > li > div p {
    padding: 0 3%;
}

ul.top-info {
    max-width: 800px;
    margin: 0 auto;
}
ul.top-info li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.top-info li a span {
    display: inline-block;
    background: #639BCB;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    margin: 0 3%;
}
ul.top-info li a:hover {
    color: #639BCB;
}
ul.top-info li a:hover span {
    background:#f6da30;
}
p.top-info-link {
    max-width: 800px;
    margin: 10px auto 0;
}
p.top-info-link a {
    display: block;
    text-align: right;
    padding: 10px 0;
}
section.philosophy {
    background: url(/wp-content/uploads/2026/01/phi_img.webp)no-repeat center / cover;
    padding: 5% 0;
}
section.philosophy div.width {
    background: #ffffffc2;
    padding: 3%;
}
ul.phi-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
ul.phi-li li {
    width: 32%;
    position: relative;
    max-width: 300px;
}
ul.phi-li li p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}
ul.phi-li li p span {
    display: block;
    font-size: 60%;
    font-weight: bold;
    margin-top: 3%;
}

ul.top-faq {}
ul.top-faq li {
    margin-bottom: 2%;
    background: #fff;
    overflow: hidden;
}
ul.top-faq li input {
    display: none;
}
label.qa-btn {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 10px 20px 60px;
    cursor: pointer;
}
label.qa-btn span {
    position: absolute;
    left: 20px;
    top: 17px;
    font-size: 120%;
}
label.qa-btn:hover {
    background: #649bcb;
    color: #fff;
}
label.qa-btn:hover span {
	color: #fff;
}
.show-a {
    width: 100%;
    padding: 0 10px 0 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
}
.show-a p:last-child {
	margin-bottom:0;
}
.show-a p:first-child span:first-child {
    position: absolute;
    left: 20px;
    top: -5px;
    font-size: 130%;
}
ul.top-faq li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    padding: 0px 10px 20px 60px;
    overflow: visible;
}


/*------------------------------------*\
    アーカイブ00
\*------------------------------------*/
ul.news {
    padding-top: 5%;
}
ul.news li {
    margin-bottom: 3%;
}
ul.news li a {
    padding: 5%;
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
ul.news li a:hover {
    background: #272727;
}
ul.news li a:hover p, ul.news li a:hover h2 {
    color:#fff;
}
ul.news li a div {
    width: calc(100% - 300px);
    padding-right: 3%;
}
ul.news li a p.icatch {
    width: 300px;
    position: relative;
}
ul.news li a p.icatch img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
}
ul.news li a h2 {
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 23px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
ul.news li a p {
    width: 100%;
}
ul.news li a p:first-child {
    font-size: 14px;
    margin-bottom: 3px;
}
ul.news li a p:nth-child(3) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    line-height: normal;
    font-size: 16px;
}
ul.news li a p:last-child {
    font-size: 14px;
    color: #649BCB;
    margin-bottom: 0;
}
ul.news li a:hover p:last-child {
    color:#f6da30;
}
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: 10% auto 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    letter-spacing: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 16px;
}
nav.news-nav li a:hover {
    color: #546274;
}





/*------------------------------------*\
    下層ページ00
\*------------------------------------*/
section.page-head {
    background: url(/wp-content/uploads/2026/01/back.webp)no-repeat center / cover;
    padding: 2% 0 3%;
    position: relative;
    overflow: hidden;
}
section.page-head::before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
}
section.page-head h1, section.page-head p.h1 {
    font-size: 40px;
    letter-spacing: 5px;
}
section.page-head p:nth-child(2) {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
}
section.page-head .width::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
    right: -40%;
}
section.page-head .width::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #fff;
    transform: rotate(-75deg);
    right: -40%;
}

section.form table {
    border-collapse: separate;
    border-spacing: 0 5px;
}
section.form table th {
    background: #ddd;
    vertical-align: top;
    width: 250px;
    text-align: center;
    padding: 20px 0;
}
section.form table th p,section.form table td p {
	margin-bottom:0;
}
section.form table th span {
    color: #c43c3c;
    font-size: 14px;
    padding-left: 5px;
}
section.form table td {
    padding: 10px 20px 5px 20px;
}
section.form table td span.rei {
    display: block;
    margin-top: 3px;
    font-size: 14px;
}
section.form table td.rdate {
    padding-bottom: 10px;
}
td.rdate span.rei br {
    display: none;
}
span.kibou {
    color: #2E3F55;
    display: block;
    font-size: 16px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-top: 10px;
}
span.kibou:first-child {
    border: unset;
    margin: 0;
}
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 {
    border: 1px solid #cfcfcf;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.form table td input.wpcf7-text {
    width: 80%;
    max-width: 400px;
    height: 35px;
}
section.form table td 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: #2E3F55;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 18px;
    margin-top: 50px;
    margin-left: 72px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    border: unset;
}
section.form p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f5f5aa;
    color: #1a1a1a;
}
section.form form > p {
    text-align: center;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}

ul.comment {}
ul.comment > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 5%;
}
ul.comment > li:nth-child(even) {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}
ul.comment > li .com-img {
    width: 15%;
    max-width: 100px;
}
ul.comment > li .com-txt {
    background: #707070;
    border-radius: 20px;
    padding: 3%;
    max-width: 73%;
    margin-left: 5%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
}
ul.comment > li:nth-child(even) .com-txt {
    margin-left: 0;
    margin-right: 5%;
}
ul.comment > li .com-txt::before {
    content: "";
    width: 60px;
    height: 80px;
    position: absolute;
    left: -50px;
    bottom: 0;
    background: url(/wp-content/uploads/2026/01/fukidashi.png)no-repeat left bottom / contain;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
}
ul.comment > li:nth-child(even) .com-txt::before {
    -webkit-transform: scale(-1, 1) rotate(-35deg);
        -ms-transform: scale(-1, 1) rotate(-35deg);
            transform: scale(-1, 1) rotate(-35deg);
    left: auto;right: -50px;
}
ul.comment > li .com-txt h2 {
    background: #fff;
    padding: 5px 2%;
    font-size: 20px;
    margin-bottom: 3%;
}
ul.comment > li .com-txt p, ul.comment > li .com-txt p span,ul.comment > li .com-txt p a {
    color: #fff;
}
ul.comment > li .com-txt p:last-child {
    margin-bottom: 0;
}

table.about {
    border-collapse: separate;
    border-spacing: 3px;
    margin: 3% auto;
}
table.about th {
    background: #272727;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    width: 250px;
}
table.about td {
    padding: 20px;
    background: #ddd;
}
.img-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.img-li > p {
    width: 47%;
    position: relative;
    margin: 0;
    margin-right: 3%;
}
.img-li > p img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
}
.img-li ul {
    width: 50%;
}
.img-li ul li {
    background: #ddd;
    margin-bottom: 3%;
    padding: 3%;
    position: relative;
}
.img-li ul li:last-child {
    margin: 0;
}
.img-li ul li::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #727272;
    position: absolute;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 94%;
    top: 10px;
}
.box-gray {
    background: #ddd;
    padding: 3%;
}
.box-gray p:last-child {
    margin: 0;
}







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

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


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

.ttl1 {
    font-size: 18px;
}
.ttl2 {}
.ttl3 {}
.ttl4 {}
.ttl5 {
    font-size: 25px;
}
.ttl5 span {
    font-size: 15px;
}
.ttl6 {}

ul.cta li a span {
    font-size: 16px;
}


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

section.main div p {
    font-size: 18px;
}
section.main div p:first-child {
    font-size: 30px;
}
ul.top-nayami li h3 {
    font-size: 18px;
}
ul.top-nayami li p {
    font-size: 14px;
}
section.loop > ul li.txt a > span {
    font-size: 18px;
}
section.loop > ul li.txt a > span span {
    margin-top: 10px;
}
section.index2 > div {
    width: 50%;
}




/*------------------------------------*\
    アーカイブ1000
\*------------------------------------*/
ul.news li a div {
    width: calc(100% - 180px);
}
ul.news li a p.icatch {
    width: 180px;
}
ul.news li a 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.comment > li .com-txt h2 {
    font-size: 18px;
}

table.about th {
    width: 200px;
}




}





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

.line1 {
    border-bottom: 1px solid #272727;
}
.line1::before {
    width: 20px;
    height: 20px;
    border-right: 1px solid #272727;
    border-bottom: 1px solid #272727;
    bottom: -10px;
}


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

.ttl1 {
    letter-spacing: 1px;
}
.ttl1 span {
    font-size: 200%;
}
.ttl2 {
    font-size: 18px;
}
.ttl3 {
    font-size: 14px;
}
.ttl4 span {
    font-size: 200%;
}
.ttl5 {
    font-size: 20px;
}
.ttl5 span {
    font-size: 14px;
}
.ttl6 {}

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





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

section.main {
    display: flex;
    flex-wrap: wrap;
}
section.main div {
    position: unset;
    order: 1;
    background: #000;
}
section.main div p {
    font-size: 14px;
    line-height: 170%;
}
section.main div p br {
    display: none;
}
section.main div p:first-child {
    font-size: 23px;
}
section.main > p {
    min-height: 400px;
}
ul.top-nayami li {
    width: 49%;
    margin-bottom: 3%;
}
ul.top-nayami li h3 {
    font-size: 16px;
}
ul.top-nayami li:nth-child(3) h3,ul.top-nayami li:nth-child(3) h3 span {
    color: #639BCB;
}
ul.top-nayami li:nth-child(3) p {
    background: #639BCB;
}
ul.top-nayami li:nth-child(4) h3,ul.top-nayami li:nth-child(4) h3 span {
    color: #707070;
}
ul.top-nayami li:nth-child(4) p {
    background: #707070;
}

ul.top-service > li {
    width: 100%;
}
ul.cta li {
    width: 50%;
}
ul.cta li:first-child {
    width: 100%;
}
ul.cta li:first-child::before {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
    right: 0;
}
ul.cta li a span {
    font-size: 12px;
}
ul.cta li:first-child a span {
    font-size: 16px;
}
section.loop > ul li {
    width: calc(100vw / 3);
}
section.index2 > div {
    width: 80%;
    max-width: 400px;
}
ul.img_txt > li > p {
    width: 100%;
    height: 200px;
}
ul.img_txt > li > div {
    width: 100%;
    -webkit-box-ordinal-group: unset!important;
        -ms-flex-order: unset!important;
            order: unset!important;
}
ul.top-info li a {
    padding: 10px 5px;
    font-size: 14px;
}
ul.phi-li li p {
    font-size: 18px;
}
label.qa-btn {
    padding: 10px 5px 10px 40px;
    font-size: 16px;
}
label.qa-btn span {
    left: 8px;
    top: 8px;
}
.show-a {
    padding: 0 5px 0 40px;
}
ul.top-faq li input:checked ~ .show-a {
    padding: 0px 5px 10px 40px;
}
.show-a p:first-child span:first-child {
    left: 8px;
}


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

ul.news li a div {
    width: 100%;
    padding-right: 0;
}
ul.news li a h2 {
    font-size: 18px;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
ul.news li a p:nth-child(3) {
	font-size: 14px;
}
ul.news li a p:first-child {
    margin-bottom: 0;
}
ul.news li a p:last-child {
    text-align: right;
    font-size: 12px;
}



/*------------------------------------*\
    下層ページ700
\*------------------------------------*/
section.page-head {
    padding: 5% 0 3%;
}
section.page-head h1, section.page-head p.h1 {
    font-size: 30px;
    letter-spacing: 3px;
}
section.page-head p:nth-child(2) {
    font-size: 20px;
}
section.page-head .width::after {
    right: -30%;
}

section.form table th {
    display: block;
    width: 100%;
    padding: 10px 0;
}
section.form table td {
    padding: 5px 5px 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%;
}
section.form table td.rdate  span.wpcf7-form-control-wrap {
    display: inline-block;
    margin: 0 5px;
}
span.kibou {
    margin-bottom: 5px;
}
td.rdate span.rei br {
    display: block;
}

ul.comment > li {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
ul.comment > li .com-img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
ul.comment > li .com-txt::before {
    width: 40px;
    height: 50px;
    left: -30px;
}
ul.comment > li:nth-child(even) .com-txt::before {
    right: -30px;
}
ul.comment > li .com-txt {
    padding: 5%;
}
ul.comment > li .com-txt h2 {
    font-size: 16px;
}
ul.comment > li .com-txt p {
    font-size: 14px;
}

table.about th {
    display: block;
    width: 100%;
    padding: 10px 0;
}
table.about td {
    display: block;
    width: 100%;
    padding: 10px;
}

.img-li > p {
    width: 100%;
    height: 250px;
    margin: 0 auto 3%;
}
.img-li ul {
    width: 100%;
}



}

