/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.7
Tested up to: 6.9
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Yu Gothic" , "YuGothic" ,  "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
	
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}


ul.flex,.flex{
	display:-webkit-box;
	display:-ms-box;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

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;
}
p a:hover {
	color:#7ebed0;
}
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 Sans JP', sans-serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
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;}
.mb10 {margin-bottom:10%!important;}
.mb8 {margin-bottom:8%!important;}
.mb5 {margin-bottom:5%!important;}
.mb3 {margin-bottom:3%!important;}
.mb0 {margin-bottom:0%!important;}



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

.center {
	text-align:center!important;
}
.right {
	text-align:right!important;
}
.left {
	text-align:left!important;
}
span.ib {
	display:inline-block;
}
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%);
}
.red {color:#7ebed0;}
.green {color:#6db842;}
.yellow {color:#b68126;}

@-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;
}
.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: absolute;
    width: 100%;
    z-index: 20;
    top: 0;
    background: #1a1a1a;
}
.menu {
    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;
}
.menu > div {
    width: 268px;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.menu > div a {
    padding: 10px;
    display: block;
}
.menu > nav {
    text-align: right;
}
.menu > nav > p {
    margin: 10px auto 0;
}
.menu > nav > p a {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    border: 1px solid;
    margin: 0 17px 0 auto;
    padding: 4px 8px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.menu > nav > p a::before {
    content: "Tel.";
    font-size: 85%;
    font-weight: bold;
}
.menu > nav > p a span {
    font-size: 13px;
    color: #fff;
}
.menu > nav > p a:hover, .menu > nav > p a:hover span {
	color:#bb8b1c;
}
.menu > nav ul {
	font-size:0;
	padding-right: 5px;
}
.menu > nav li {
    display: inline-block;
}
.menu > nav li a {
    display: block;
    padding: 18px 12px;
    color: #fff;
}
.menu > nav li a:hover {
    color:#bb8d1c;
}

.menur {
    display: none;
}

section.footer {
    margin-top: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.footer > div {
    width: 50%;
    background: #eaf8fd;
    text-align: center;
    padding: 5% 0;
}
section.footer > div:nth-child(2) {
    background: #1a1a1a;
    padding: 5% 3%;
    text-align: left;
}
section.footer > div p img {
    width: 200px;
    margin: 0 auto;
}
section.footer > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.footer > div ul li {
    width: 30%;
    display: inline-block;
    margin-right: 5%;
}
section.footer > div ul li:nth-child(3),section.footer > div ul li:nth-child(2n+5) {
	margin-right:0;
}
section.footer > div ul li:nth-child(2n+4) {
    margin-left: 35%;
}
section.footer > div ul li a {
    display: block;
    padding: 10px 0;
    color: #fff;
}
section.footer > div ul li a::before {
	content:"";
	height: 1px;
	width: 20px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
footer#colophon {
    text-align: center;
    padding: 10px 0;
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
}

p.eigyo1 {
    display: none;
}
ul.cta1 {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 50;
}
ul.cta1 li {
    margin-bottom: 10px;
}
ul.cta1 li a {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#4e98ad), to(#7ebed0));
	background: -o-linear-gradient(left, #4e98ad 0%, #7ebed0 100%);
	background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 8px 15px;
    -webkit-filter: drop-shadow(1px 1px 1px #00000078);
            filter: drop-shadow(1px 1px 1px #00000078);
}
ul.cta1 li:nth-child(2) a {
    background: -webkit-gradient(linear, left top, right top, from(#e56969), to(#b62626));
    background: -o-linear-gradient(left, #e56969 0%, #b62626 100%);
    background: linear-gradient(to right, #e56969 0%, #b62626 100%):
}
ul.cta1 li:nth-child(3) a {
    background: -webkit-gradient(linear, left top, right top, from(#bc8e19), to(#b68126));
    background: -o-linear-gradient(left, #bc8e19 0%, #b68126 100%);
    background: linear-gradient(to right, #bc8e19 0%, #b68126 100%);
}
ul.cta1 li a img {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
ul.cta1 li a span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
ul.cta1 li a:hover {
    margin-left:-10px;
    background:#1a1a1a;
}

ul.cta2 {
    margin: 3% auto;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
ul.cta2 li {
    width: 48%;
    max-width: 400px;
}
ul.cta2 li:nth-child(3) {
	width: 100%;
	max-width: unset;
	text-align: center;
	margin-top: 3%;
}
ul.cta2 li a {
    background: -webkit-gradient(linear, left top, right top, from(#4e98ad), to(#7ebed0));
	background: -o-linear-gradient(left, #4e98ad 0%, #7ebed0 100%);
	background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
    display: block;
    position: relative;
    padding: 13px;
    border-radius: 50px;
}
ul.cta2 li:nth-child(2) a {
    background: -webkit-gradient(linear, left top, right top, from(#e56969), to(#b62626));
    background: -o-linear-gradient(left, #e56969 0%, #b62626 100%);
    background: linear-gradient(to right, #e56969 0%, #b62626 100%);
}
ul.cta2 li:nth-child(3) a {
    display: inline-block;
    background: unset;
    padding: 0;
    color: #e16464;
}
ul.cta2 li:nth-child(3) a:hover {
	background: unset;
}
ul.cta2 li a span {
    color: #fff;
    width: calc(100% - 100px);
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}
ul.cta2 li a span br {
    display:none;
}
ul.cta2 li a > span:first-child {
    background: #fff;
    width: 50px;
    border-radius: 50%;
    padding: 11px;
    margin-right: 10px;
    min-width: unset;
}
ul.cta2 li a i {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}
ul.cta2 li a:hover {
    background: #1a1a1a;
}

div.cta3 {
    margin: 3% auto;
    text-align: center;
}
div.cta3 > p {
    margin-bottom: 0;
}
.cta3 > p:first-child {
    position: relative;
}
.cta3 > p:first-child::before {
    content: "Click Here to Call";
    position: absolute;
    right: 10px;
    bottom: 0;
    font-weight: bold;
    font-size: 63px;
    color: #f9cd35;
}
div.cta3 > p:nth-child(2) {
    background: #1a1a1a;
    margin-top: -2px;
}
div.cta3 > p > a {
    display: block;
    padding: 0;
    color: #fff;
}
div.cta3 > p > a span {
    color: #fff;
    font-size: 60px;
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
div.cta3 > p > a:hover,div.cta3 > p a:hover span {
    color: #f9cd35;
}
div.cta3 > p > span {
	color: #f9cd35;
	display: block;
	padding-bottom: 10px;
	border-bottom: 3px solid;
}
div.cta3 > p > span a {
    color: #e16464;
    font-size: 100%;
}
section.cta4 > div {
    width: 67%;
    margin-right: 3%;
}
section.cta4 > p {
    width: 30%;
    margin-bottom: 0;
}
section.cta4 > p a {
    position: relative;
    padding: 0 13%;
    text-align: center;
    font-weight: 500;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
section.cta4 > p a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background: url(/raku-sapo/wp-content/uploads/2025/12/img1.jpg)no-repeat center / cover;
}
section.cta4 > p a::after {
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffffb3;
    z-index: -1;
}
section.cta4 > p a span {
    display: block;
    font-size: 120%;
    -webkit-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
    width: 100%;
}
section.cta4 > p a span:nth-child(2) {
    border-top: 1.5px solid #4e99ae;
    padding-top: 10px;
    margin-top: 10px;
}
section.cta4 > p a span:nth-child(3) {
	font-size: 80%;
	color: red;
}
section.cta4 > p a:hover, section.cta4 > p a:hover span {
    color:#fff;
}
section.cta4 > p a:hover::after {
    background: #1a1a1ab0;
}

.ttl1 {
    font-size: 23px;
    font-weight: 500;
    border-bottom: 1px solid #7ebed0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
}
.ttl1 span:first-child {
    width: 60px;
    height: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#4e98ad), to(#7ebed0));
	background: -o-linear-gradient(left, #4e98ad 0%, #7ebed0 100%);
	background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
    display: inline-block;
    border-radius: 50%;
    vertical-align: text-bottom;
    margin: auto 10px -10px -10px;
    position: relative;
}
.ttl1 span img {
    width: 60%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ttl1 span:nth-child(2) {
    position: relative;
    font-size: 120%;
    font-weight: bold;
    display: inline-block;
}
.ttl1 span:nth-child(2)::before {
    content: "....";
    position: absolute;
    color: #7ebed0;
    top: -30px;
    left: 7%;
    right: 0;
    letter-spacing: 18px;
}
.ttl2, .ttl2a {
    margin: 8% auto 5%;
    text-align: center;
}
.ttl2 span:nth-child(1), .ttl2a span:nth-child(1) {
    display: block;
    font-size: 100px;
    color: #de910f;
    font-weight: bold;
    opacity: 0.3;
}
.ttl2a span:nth-child(1), .ttl2a span:nth-child(2) {
	color:#fff;
}
.ttl2 span:nth-child(2), .ttl2a span:nth-child(2) {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin: -60px auto 25px;
    letter-spacing: 3px;
    position:relative;
}
.ttl2 span:nth-child(2) br, .ttl2a span:nth-child(2) br {
	display:none;
}
.ttl2 span:nth-child(3), .ttl2a span:nth-child(3) {
    display: block;
    color: #b68126;
    font-weight: 500;
    font-size: 18px;
}
.ttl3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #7ebed0;
    position: relative;
    padding-bottom: 10px;
}
.ttl3:first-letter {
    color: #7ebed0;
}
.ttl4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.ttl4 span {
    font-size: 120%;
	font-weight: 500;
}
.ttl5 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    text-decoration-thickness: 7px;
    margin-bottom: 20px;
}
.ttl6 {
    text-align: center;
    background: #eaf8fc;
    padding: 4% 0;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.ttl6 span {
    display: block;
    font-size: 80%;
    font-weight: 500;
    color: #7ebed0;
    margin-top:1%;
}
.ttl7 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.ttl7 span {
    display: block;
    font-size: 80%;
    color: #7ebed0;
    font-weight: 500;
    margin-bottom: 3px;
}
p.day {
    background: #7ebed0;
    color: #fff;
    padding: 3px;
}

p.link1, p.link3 {
    margin:3% auto;
}
p.link1 a, p.link3 a {
    color: #b68126;
    border-bottom: 1px solid;
    padding: 10px 50px 10px 10px;
    position: relative;
    display: inline-block;
}
p.link1 a::before, p.link3 a::before {
    content: "";
    background: #b68126;
    width: 30px;
    height: 1px;
    position: absolute;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    right: -2px;
    bottom: 6px;
}
p.link1 a:hover {
    color: #1a1a1a;
}
p.link1 a:hover::before {
	background: #1a1a1a;
}
p.link2 a {
    display: block;
    text-align: center;
    width: 270px;
    margin: 3% auto;
    border: 1px solid #b68126;
    color: #b68126;
    padding: 15px 0;
    border-radius: 50px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link2 a:hover {
    background: #b68126;
    color: #fff;
}
p.link3 a {
    color: #1a1a1a;
    border-bottom: 1px solid #fff;
}
p.link3 a::before {
    background: #fff;
}
p.link3 a:hover {
    color: #b68126;
}

section.bread {
    width: 95%;
    max-width: 1200px;
    margin: 20px auto;
    font-size: 20px;
    color: #333;
    position: relative;
    z-index: 2;
}
section.bread li {
    display: inline-block;
	color:#fff;
}
section.bread li::after {
	content:"\0bb";
	padding: 0 5px;
}
section.bread li:last-child::after {
	display:none;
}
section.bread a {
    text-decoration: none;
    color: #d7c085;
}


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

section.mv {
    background: -webkit-gradient(linear, left top, right top, from(#eed699), to(#f9cd30));
    background: -o-linear-gradient(left, #eed699 0%, #f9cd30 100%);
    background: linear-gradient(to right, #eed699 0%, #f9cd30 100%);
    padding-bottom: 3%;
    position: relative;
    padding-top: 112px;
}
section.mv > p {
    width: calc(100% - 150px);
    height: 79vh;
    position: relative;
    overflow: hidden;
}
section.mv > p img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	bottom: 0;
}
section.mv > div {
    position: absolute;
    bottom: 45%;
    left: 5%;
}
section.mv > div p {
    color: #525252;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: -o-linear-gradient(transparent 60%, #fff 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff));
    background: linear-gradient(transparent 60%, #fff 0%);
    padding: 0 10px;
    -webkit-filter: drop-shadow(2px 4px 2px #00000033);
    filter: drop-shadow(2px 4px 2px #00000033);
}
section.mv > div p::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 40%;
    left: 100%;
    bottom: 0;
    background: url(/raku-sapo/wp-content/uploads/2025/12/last2.png)no-repeat left bottom / contain;
}
section.mv > div h1 {
    color: #000;
    margin-top: 20px;
}
section.mv > div h1 span {
	font-size: 80%;
	display: block;
}
section.mv > div h1 br {
	display:none;
}

section.form {
    background: #fff;
    margin-top: -13%;
    position: relative;
    -webkit-filter: drop-shadow(1px 1px 8px #00000078);
    filter: drop-shadow(1px 1px 8px #00000078);
    padding: 2% 3%;
}
div.request {}
div.request table tbody {
    display: block;
    font-size: 0;
}
div.request table tr {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 10px;
}
div.request table tr:nth-child(even) {
    margin-right:0;
}
div.request table tr.subject {
    width: 100%;
    margin: 0 0 10px 0;
}
div.request table p {
    margin-bottom: 0;
}
div.request table th {
    width: 140px;
    background: -webkit-gradient(linear, left top, right top, from(#4e98ad), to(#7ebed0));
    background: -o-linear-gradient(left, #4e98ad 0%, #7ebed0 100%);
    background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    margin-right: 10px;
}
div.request table th p {
    color:#fff;
    font-size: 100%;
}
div.request table td {
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: top;
}
div.request table td input.wpcf7-text {
    width: 100%;
    border: unset;
    background: #efefef;
    height: 43px;
}
div.request table tr.subject td {
	padding: 10px 0;
}
div.wpcf7 td span.wpcf7-list-item {
    margin: 0 1em 0 0;
}
div.wpcf7 td span.wpcf7-list-item-label {
    cursor: pointer;
}
div.request table tr.subject td span.wpcf7-list-item-label {
    font-weight: 500;
}
p.last-txt {
    text-align: center;
    margin: 20px auto;
}
p.last-txt a {
    color: #7ebed0;
}
p.last-txt a:hover {
    color: #b68126;
}
div.wpcf7 span.wpcf7-list-item-label {
    cursor: pointer;
}
p.eigyo {
    text-align: center;
    color: red;
}
p.eigyo a {
    display: inline-block;
    color: #b68127;
}
p.submit {
    text-align: center;
    position: relative;
}
p.submit input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #1a1a1a;
    color: #fff;
    width: 250px;
    border-radius: 50px;
    padding: 10px 0;
    font-size: 17px;
    letter-spacing: 2px;
    border-width: 0;

}
p.submit span.wpcf7-spinner {
    position: absolute;
}
p.submit input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: -webkit-gradient(linear, left top, right top, from(#4e98ad), to(#7ebed0));
	background: -o-linear-gradient(left, #4e98ad 0%, #7ebed0 100%);
	background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
}
.wpcf7-response-output {
    margin: 3% auto 0!important;
    padding: 0!important;
    border: unset!important;
}

section.index1 {
    background: #515151c2;
    position: relative;
    padding-bottom: 5%;
    margin-bottom: 3%;
}
section.index1::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/raku-sapo/wp-content/uploads/2025/12/back1.webp) #513434 no-repeat center / cover;
    z-index: -1;
}
section.index1 ul {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
section.index1 li {
    width: 32%;
    margin-top: 70px;
}
section.index1 li a {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 5%;
}
section.index1 li a p {
    width:100%;
}
section.index1 li a p:first-child {
    background: -webkit-gradient(linear, left top, right top, from(#4e98ad), to(#7ebed0));
	background: -o-linear-gradient(left, #4e98ad 0%, #7ebed0 100%);
	background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
    width: 100px;
    margin: -60px auto 15px;
    border-radius: 50%;
    padding: 20px;
}
section.index1 li a h3 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
section.index1 li a h3::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #7ebed0;
    position: absolute;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    right: -3px;
    bottom: 7px;
}
section.index1 li a:hover p:first-child {
    background: #1a1a1a;
}
section.index1 li a:hover {
    background: #ffffffd4;
}
section.reason h2 {
    text-align: right;
}

section.reason {}
section.reason ul {
	position:relative;
	counter-reset: number 0;
}
section.reason ul::before {
	content: "";
	background: #f9cd35;
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 100%;
	z-index: -2;
}
section.reason ul::after {
	content: "";
	background: #f9cd35;
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 100%;
	z-index: -2;
	right: 100%;
}
section.reason li {
    padding: 3% 3% 3% 0;
    position: relative;
    margin-bottom: 5%;
    background: #f9cd35;
}
section.reason li:nth-child(even) {
	padding: 3% 0 3% 3%;
}
section.reason li::before {
    content: "";
    background: #f9cd35;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    right: 100%;
}
section.reason li:nth-child(even)::before {
	right:auto;
	left:100%;
}
section.reason li::after {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) " ";
    color: #fff;
    font-size: 200px;
    font-weight: bold;
    position: absolute;
    bottom: -40px;
    right: 88%;
    z-index: 1;
}
section.reason li:nth-child(even)::after {
    right: auto;
    left: 88%;
}
section.reason li > div {
    /* margin: 0; */
}
section.reason li > div p {
	position:relative;
	z-index:2;
}
section.reason li > div p.float {
	z-index:0;
}
section.reason li p.link1 {
	margin-bottom:0;
}
section.reason li:nth-child(odd) p.link1 {
    text-align: right;
}

.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;
}
.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: 200%;
    margin: 0;
    padding: 0;
}
.loop ul:first-child {
    -webkit-animation: loop 100s -50s linear infinite;
    animation: loop 100s -50s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
.loop ul + ul {
    -webkit-animation: loop2 100s  linear infinite;
    animation: loop2 100s linear infinite;
}
.loop:hover ul{
	-webkit-animation-play-state: paused!important;
	        animation-play-state: paused!important;
}
.loop ul li{
	display: inline-block;
	width: calc(100vw / 4);
	list-style: none;
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 20px solid #ddd0;
}
.loop ul li a {
    display: block;
}
.loop ul li a p:first-child {
	position: relative;
}
.loop ul li a p:first-child::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
.loop ul li a p:first-child::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008a;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.loop ul li a:hover p:first-child::after {
	height:100%;
}
.loop ul li a p img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
}
.loop ul li a p:first-child span {
	color: #fff;
	position: absolute;
	z-index: 2;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 18px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	opacity: 0;
}
.loop ul li a:hover p:first-child span {
	opacity:1;
}
.loop ul li a p:nth-child(2) {
    text-align: left;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.loop ul li a p:nth-child(2) span {
    display: block;
    font-size: 80%;
    font-weight: 500;
}

section.index2 {}
section.index2 ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
section.index2 ul::before {
    content: "";
    width: 100vw;
    height: calc(100% + 100px);
    background: #ddd;
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 0;
}
section.index2 ul::after {
    content: "";
    width: 100vw;
    height: calc(100% + 100px);
    background: #3030304f;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
}
section.index2 ul li {
    width: 30%;
}
section.index2 ul li p {
    position: relative;
    text-align: left;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
section.index2 ul li p:first-child::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
section.index2 ul li p img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
section.index2 ul li a:hover p {
    color: #fff;
}
section.index2 p.link3 {
    text-align: right;
}
section.dot-box {
    margin: 8% auto;
    border-top: 13px dotted #7ebed0;
    border-bottom: 13px dotted #7ebed0;
}
section.dot-box h2.ttl6 {
    margin-top:-5px;
    position:relative;
    z-index:-1;
}

section.index3 {
    position: relative;
    padding: 3% 0;
}
section.index3::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/raku-sapo/wp-content/uploads/2025/12/back2.webp)no-repeat center / cover;
    z-index: -2;
}
ul.top-flow {}
ul.top-flow li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3%;
}
ul.top-flow li > p {
    width: 180px;
    text-align: center;
    background: #ffffffa1;
    margin: 0;
    position: relative;
}
ul.top-flow li > p:first-child {
    padding:3%;
}
ul.top-flow li > p:first-child span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
ul.top-flow li > p:first-child img {
    width: 75%;
    max-width: 80px;
    margin: 0 auto;
}
ul.top-flow li > p:last-child::before {
    content: "";
}
ul.top-flow li > p:last-child img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
}
ul.top-flow li > div {
    width: calc(94% - 360px);
    margin: 0 3%;
    background: #ffffffa1;
    padding: 3%;
}

ul.qa {
}
ul.qa li {
    margin-bottom: 2%;
}
ul.qa li input {
    display: none;
}
label.qa-btn {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background: #d3d3d3;
}
label.qa-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#4e98ad), to(#7ebed0));
	background: -o-linear-gradient(left, #4e98ad 0%, #7ebed0 100%);
	background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
    color: #fff;
}
ul.qa li input:checked ~ label.qa-btn {
    background: -webkit-gradient(linear, left top, right top, from(#4e98ad), to(#7ebed0));
	background: -o-linear-gradient(left, #4e98ad 0%, #7ebed0 100%);
	background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
    color: #fff;
}
.show-a {
    width: 100%;
    padding: 0 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-sizing: border-box;
    background: #fff;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
ul.qa li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    padding: 20px 20px 0px;
    overflow: visible;
}
.show-a p:last-child {
    margin-bottom:0;
}
ul.ppl {
    text-align: center;
    margin: 5% auto;
    position: relative;
    padding: 3% 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
ul.ppl::before {
    content: "";
    height: 100%;
    width: 3px;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
ul.ppl::after{
    content: "";
    height: 100%;
    width: 3px;
    background: #1a1a1a;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
}
ul.ppl li {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 30px;
    margin: 0 auto 60px;
}
ul.ppl li::after {
    content: "";
    width: 100px;
    height: 3px;
    background: #1a1a1a;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
}
ul.ppl li br {
    display: none;
}
ul.ppl li:last-child {
    margin-bottom: 0;
}
ul.ppl li:last-child::after {
    display: none;
}
ul.ppl li span {
	font-weight: 500;
}





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





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

ul.works-img {
    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.works-img::before {
    content: "Before \0bb";
    width: 100%;
    color: #b78324;
    font-size: 25px;
}
ul.works-img::after {
    content: "\0bb  After";
    width: 100%;
    text-align: right;
    width: 100%;
    color: #b78324;
    font-size: 25px;
}
ul.works-img li {
    width: 30%;
    position: relative;
    margin-bottom: 3%;
}
ul.works-img li::before {
    content: "\025b6";
    position: absolute;
    color: #b78324;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    right: calc(-22px + -5%);
    font-size: 30px;
    z-index: 1;
    -webkit-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
ul.works-img li:last-child::before {
    display: none;
}






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


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

.menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 80px);
}
.menu > div {
    width: 183px;
}
.menu > div a {
    padding: 8px;
}
.menu > nav {
    display: none;
}
div.menur {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.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: #fff;
}
.r-btn span,
.r-btn span:before,
.r-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 35px;
    border-radius: 3px;
    background-color: #4e99ae;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.r-btn span {
    -webkit-filter: drop-shadow(1px 1px 1px #ffffff);
            filter: drop-shadow(1px 1px 1px #ffffff);
}
.r-btn span:before {
    bottom: 13px;
}
.r-btn span:after {
    top: 13px;
}
#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: 20px 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: -webkit-gradient(linear, left top, right top, from(#4e98ad), to(#7ebed0));
    background: -o-linear-gradient(left, #4e98ad 0%, #7ebed0 100%);
    background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
}
.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 {
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 110%;
    font-weight: 500;
}
.hidden_show ul.nav1 > li li a {
    padding-bottom: 10px;
    display: block;
    color: #fff;
}
.hidden_show ul.nav1 > li li a::before {
    content: "-";
    display: inline-block;
    padding-right: 15px;
}
section.footer > div ul li,section.footer > div ul li:nth-child(3), section.footer > div ul li:nth-child(2n+5) {
    width: 48%;
    margin-right: 4%;
}
section.footer > div ul li:nth-child(2n+3) {
    margin-right: 0;
}
section.footer > div ul li:nth-child(2n+4) {
    margin-left: 0;
}

ul.cta1 li {
    display: inline-block;
    margin-right: 5px;
}
ul.cta1 li a {
    border-radius: 50%;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    padding: 13px;
}
ul.cta1 li a:hover {
    margin-left:unset;
}
ul.cta1 li a span {
    display: none;
}
ul.cta1 li a img {
    margin: 0;
}
ul.cta2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.cta2 li a {
    padding: 10px;
}
ul.cta2 li a span {
    font-size: 16px;
    width: calc(100% - 80px);
}
ul.cta2 li a > span:first-child {
    margin-right: 5px;
    width: 40px;
    padding: 8px;
}
.cta3 > p:first-child::before {
    font-size: 43px;
    bottom: -5px;
}
div.cta3 > p > a span {
    font-size: 50px;
}
section.cta4 > div {
    width: 60%;
}
section.cta4 > p {
    width: 37%;
}
section.cta4 > p a, section.cta4 > p a span {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.ttl1 {
}
.ttl2 span:nth-child(1), .ttl2a span:nth-child(1) {
    font-size: 80px;
}
.ttl2 span:nth-child(2), .ttl2a span:nth-child(2) {
    font-size: 25px;
    margin: -50px auto 20px;
}
.ttl2 span:nth-child(3), .ttl2a span:nth-child(3) {
    font-size: 17px;
}
.ttl3,.ttl4 {
    font-size: 25px;
}
.ttl5, .ttl6 {
    font-size: 23px;
}
.ttl7 {
    font-size: 18px;
}

p.link1 a, p.link3 a {
    padding: 10px 35px 10px 10px;
}
p.link1 a::before, p.link3 a::before {
    width: 20px;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
    bottom: 5px;
}
p.link2 a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    width: 250px;
}


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

section.mv {
    padding-top: 78px;
}
section.mv > p {
    width: 100%;
    height: 500px;
}
section.mv > div {
    bottom: 30%;
}
section.mv > div p {
    font-size: 45px;
}
div.request table th {
    width: 120px;
    font-size: 15px;
}
div.request table td {
    width: calc(100% - 130px);
}

section.index1 {
    width: 96%;
}
section.index1 li {
    margin-top: 60px;
}
section.index1 li a p {
    font-size: 15px;
}
section.index1 li a p:first-child {
    width: 90px;
    margin: -50px auto 10px;
}
section.reason ul::before,section.reason ul::after {
    height: 60px;
}
section.reason li::after {
    font-size: 150px;
    right: auto;
    left: -6%;
}
section.reason li:nth-child(even)::after {
    left: auto;
    right: -6%;
}

.loop ul li {
    border-right: 10px solid #ddd0;
}
.loop ul li a p:nth-child(2),section.index2 ul li p {
    font-size: 16px;
}
section.index2 ul::before,section.index2 ul::after {
    height: calc(100% + 70px);
}
section.index2 ul li {
    width: 32%;
}
section.dot-box {
    border-top: 10px dotted #b68126;
    border-bottom: 10px dotted #b68126;
}
section.index3::before {
    /* width: 50%; */
}
ul.top-flow li > p {
    width: 120px;
}
ul.top-flow li > p:first-child span {
    font-size: 18px;
    margin-bottom: 5px;
}
ul.top-flow li > div {
    width: calc(94% - 240px);
}
label.qa-btn {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    padding: 15px;
    font-size: 18px;
}
.show-a {
    padding: 0 15px;
}
ul.qa li input:checked ~ .show-a {
    padding: 15px 15px 0px;
}
ul.ppl li {
    margin: 0 auto 40px;
}
ul.ppl li::after {
    bottom: -20px;
}


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





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

ul.works-img::before,ul.works-img::after {
    font-size: 23px;
}
ul.works-img li {
    width: 48%;
}
ul.works-img li::before {
    right: calc(-22px + -1%);
}






}





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

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




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

.menu {
    width: calc(100% - 60px);
}
.menu > div {
    width: 193px;
}
.menu > div a {
    padding: 5px;
}
.r-btn {
    width: 60px;
    height: 60px;
}
.r-btn span, .r-btn span:before, .r-btn span:after {
    width: 35px;
    background: #4e99ae;
}
.r-btn span:before {
    bottom: 10px;
}
.r-btn span:after {
    top: 10px;
}
section.footer > div {
    width: 100%;
}
section.footer > div ul li a {
    font-size: 14px;
}
footer#colophon {
    font-size: 12px;
    padding-bottom: 60px;
}

p.eigyo1 {
    display: block;
    position: fixed;
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    bottom: 0;
    left: 0;
    margin: 0;
    font-size: 13px;
    padding: 2px 0;
}
p.eigyo1 a {
    color: #f9cd35;
    font-size: 100%;
}
ul.cta1 {
    width: 100%;
    font-size: 0;
    bottom: 22.5px;
}
ul.cta1 li {
    margin: 0;
    width: calc(100% /3);
    display: inline-block;
    vertical-align: bottom;
}
ul.cta1 li a {
    border-radius: unset;
    text-align: center;
    padding: 13px 0;
}
ul.cta1 li a img {
    width: 20px;
    margin-right: 3px;
}
ul.cta1 li a span {
    font-size: 13px;
    display: inline-block;
}
ul.cta2 {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
ul.cta2 li {
    width: 49%;
    max-width: 160px;
    margin-right: 2%;
}
ul.cta2 li:last-child {
	margin-right:0;
}
ul.cta2 li a {
    text-align: center;
    border-radius: 10px;
    padding: 8px;
}
ul.cta2 li a span {
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}
ul.cta2 li a span br {
    display:block;
}
ul.cta2 li a > span:first-child {
    margin: 0 auto 5px;
}
ul.cta2 li a i {
    display: none;
}
.cta3 > p:first-child::before {
	font-size: 20px;
	bottom: 0;
	right: 0;
}
div.cta3 > p > a {
    padding: 10px 0 0;
}
div.cta3 > p > a span {
    display: block;
    font-size: 35px;
    line-height: 40px;
}
div.cta3 > p > span {
	font-size: 80%;
}
section.cta4 > div, section.cta4 > p {
    width: 100%;
}
section.cta4 > p a {
    display: block;
    padding: 35px 13%;
    font-size: 5.298vw;
}
section.cta4 > p a, section.cta4 > p a span {
    color:#fff;
}
section.cta4 > p a::after {
    background: #1a1a1ab0;
}

.ttl1 {
	font-size: 20px;
	margin-bottom: 20px;
}
.ttl1 span:first-child {
    width: 40px;
    height: 40px;
    vertical-align: baseline;
    margin: auto 5px -10px -5px;
}
.ttl1 span:nth-child(2)::before {
    top: -24px;
    left: 7%;
    letter-spacing: 16px;
}
.ttl2 span:nth-child(1), .ttl2a span:nth-child(1) {
    font-size: 45px;
}
.ttl2 span:nth-child(2), .ttl2a span:nth-child(2) {
    font-size: 18px;
    margin: -25px auto 5px;
}
.ttl2 span:nth-child(2) br, .ttl2a span:nth-child(2) br {
	display:block;
}
.ttl2 span:nth-child(3), .ttl2a span:nth-child(3) {
    font-size: 16px;
}
.ttl3 {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.ttl4 {
    font-size: 20px;
	margin-bottom: 5px;
}
.ttl5 {
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration-thickness: 5px;
}
.ttl6 {
    font-size: 20px;
}
.ttl7 {
    font-size: 16px;
    margin-bottom: 5px;
}

p.link1 a, p.link3 a {
    padding: 15px 20px 5px 5px;
}
p.link1 a::before, p.link3 a::before {
    width: 15px;
    bottom: 4px;
}
p.link2 a {
    width: 200px;
    padding: 10px 0;
}

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

section.mv {
    padding-top: 60px;
}
section.mv > p {
    width: 150%;
    margin-left: -25%;
    height: 350px;
}
section.mv > div {}
section.mv > div p {
    font-size: 6.58vw;
}
section.mv > div h1 {
    margin-top: 10px;
    font-size: 14px;
}
section.mv > div h1 br {
	display:block;
}

section.form {
    -webkit-filter: drop-shadow(1px 1px 3px #00000078);
            filter: drop-shadow(1px 1px 3px #00000078);
}
div.request table tr {
    width: 100%;
    margin: 0 auto 5px;
}
div.request table th {
    padding: 5px 0;
    margin-right: 5px;
}
div.request table td input.wpcf7-text {
    height: 32px;
}
div.request table td {
    width: calc(100% - 125px);
}
div.request table tr.subject td {
	padding: 0;
}
p.last-txt, p.last-txt span.wpcf7-list-item-label {
    font-size: 14px;
}
p.submit input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 200px;
    font-size: 15px;
    padding: 8px 0;
}

section.index1 li {
    width: 100%;
    margin-top: 10px;
}
section.index1 li a {
    padding: 5% 5% 5% 100px;
    position: relative;
}
section.index1 li a p:first-child {
    margin: 0;
    position: absolute;
    left: 4%;
    width: 80px;
    top: 17px;
}
section.reason ul::before, section.reason ul::after {
    height: 73px;
}
section.reason li p.link1 {
    text-align: right;
}
section.reason li::after {
    bottom: -40px;
}

.loop ul li {
    width: calc(100vw / 2);
}
.loop ul li a p:first-child::after,.loop ul li a p:first-child span {
    display: none;
}
.loop ul li a p:nth-child(2) {
    font-size: 15px;
    -webkit-line-clamp: 3;
}
section.index2 ul::before, section.index2 ul::after {
    height: calc(100% + 50px);
}
section.index2 ul li {
    width: 100%;
    margin-bottom: 10px;
}
section.index2 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.index2 ul li p:first-child {
    width: 100px;
    margin-right: 5px;
    margin-bottom: 0;
}
section.index2 ul li p:nth-child(2) {
    width: calc(100% - 105px);
    margin: 10px 0;
}
section.index2 ul li p:first-child::before {
    padding: 0;
}
section.index2 p.link3 {
    margin-top: 0;
}

ul.top-flow li > p:first-child {
    width: 100px;
    margin-right: 3%;
}
ul.top-flow li > p:last-child {
    width: calc(97% - 100px);
}
ul.top-flow li > div {
    order: 1;
    width: 100%;
    margin: 3% auto 0;
}
label.qa-btn {
    padding: 10px;
    font-size: 16px;
}
.show-a {
    padding: 0 10px;
}
ul.qa li input:checked ~ .show-a {
    padding: 10px 10px 0px;
}
ul.ppl li {
    margin: 0 auto 20px;
    padding: 0 10px;
    font-size: 16px;
}
ul.ppl li::after {
    bottom: -10px;
}
ul.ppl li br {
    display: block;
}
ul.ppl::before, ul.ppl::after {
    display: none;
}

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





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

ul.works-img::before, ul.works-img::after {
    font-size: 18px;
}
ul.works-img li::before {
}





}

/*--------
 * リンクバナー
 * ---------*/
.group-link {
	width: 80%;
    max-width: 1200px;
	margin: 8% auto 0;
}
.group-link_bnr {
	display:block;
	width:80%;
	margin:auto;
}

/*------
 * ドロップダウンメニュー
 * ------*/
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    position: absolute;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #3a3a3a;
    height: 60px;
    transition: all .3s;
    position: relative;
}
.dropdown__list:hover {
    background-color: #6a6a6a;
}
.dropdown__list a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}

/*---------
 * コラム
 * ---------*/
.column_content>li {
	background: #fbf6e9;
	padding:20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.column_content>li .sub_ttl {
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    bottom: -40px;
    right: 0;
    z-index: -1;
}

.column_content>li .sub_ttl.left {
    color: #fff;
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    bottom: -40px;
    right: unset;
    left: 0;
    z-index: -1;
}
.column-link {
	transition:all .3s;
}
.column-link:hover {
	opacity:0.8;
	transition:all .3s;
}
.column_btn {
    margin: 130px auto 0;
    text-align: center;
}

.column_btn a {
	padding: 15px 60px;
    background: #b68126;
	border: 1px solid #b68126;
    border-radius: 5px;
    color: #fff;
	transition:all .3s;
}

.column_btn a:hover {
    background: #fff;
    color: #b68126;
	transition:all .3s;
}
@media screen and (max-width:800px) {
	.column_content>li .sub_ttl {
    font-size: 55px;
    bottom: -21px;
}
	.column_content>li .sub_ttl.left {
    font-size: 55px;
    bottom: -21px;
    right: 0;
}
	.column_btn {
    margin: 80px auto 0;
}

}

/*2025.04.08 DC追記*/
.f_hojyo_txt {
	padding: 5px 0;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #bc8e19;
}

/*---------------
 * 25.08.26 DC追記
 * ----------------*/
.top_column_content {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.top_column_content>li {
	width:49%;
	margin-bottom:2%;
	padding:10px;
}
.top_column_content .ttl5 {
	font-size:20px;
	text-decoration-thickness: 3px;
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
.top_column_content div.floatr,
.top_column_content div.floatl {
	margin:0;
}
.top_column_content p.read_txt {
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 4; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
.top_column_content>li .sub_ttl {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: -1;
}
@media screen and (max-width:1000px) {
	.top_column_content p.read_txt {
		-webkit-line-clamp: 3; /* 行数を制限 */
	}
}
@media screen and (max-width:700px) {
	.top_column_content>li {
		width:100%;
		padding:20px;
	}
	.top_column_content>li:nth-of-type(3),
	.top_column_content>li:nth-of-type(4) {
		display:none;
	}
}

/*--------------------
固定ページ　テンプレ
---------------------*/
.entry-header {
    padding-top: 130px;
	padding-bottom:60px;
	background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
}
.entry-title {
    color: #fff;
    font-size: 40px;
    border-bottom: #fff 2px solid;
    text-shadow: rgba(0,0,0,1) 3px 3px 0px;
    position: relative;
    padding-bottom: 5px;
}
.entry-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 3px;
    bottom: -4px;
    background: #000;
}
.list1 {
    margin: 3% 0 2.5%;
}
.list1 li {
    margin-bottom: 3%;
}
.list1_ttl {
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#e56969), to(#b62626));
    color: #fff;
    margin-bottom: 10px;
}
.list1_ttl>span {
    display: inline-flex;
    font-size: 28px;
    line-height: 1;
    background: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #b62626;
}
.list2 {
    margin: 3% 0 2.5%;
    padding: 10px;
    background: #f5f5f5;
}
.list2 li {
    border-bottom: #4e98ad dashed 3px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list2 li:last-of-type {
    margin-bottom: 0;
}
.list2 li span {
    color: #4e98ad;
    margin-right: 5px;
}
.ttl8 {
    color:#4e98ad;
    font-size: 20px;
    margin: 2% 0 1.5%;
    font-weight: bold;
}
p>span.b {
	font-weight:bold;
}
.scroll {
    overflow-x: scroll;
}
.table1 {
    border-collapse: unset;
    border-spacing: 3px;
    margin: 3% 0 2.5%;
    min-width: 600px;
}
.table1 th {
    background: #4e99ae;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}
.table1 td {
    background: #f5f5f5;
    text-align: center;
}
.btn1 {
    margin-bottom: 0;
    width: fit-content;
    margin: 3% auto;
}
.btn1 a {
    display: flex;
    width: 250px;
    height: 50px;
    padding: 5px 10px;
    background: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
    color: #fff;
    transition: all .3s;
    align-items: center;
    justify-content: center;
    border: #7ebed0 1px solid;
}
.btn1 a:hover {
    background: #fff;
    color: linear-gradient(to right, #4e98ad 0%, #7ebed0 100%);
}
.list3 {
    margin: 5% 0 3%;
}
.list3 li {
    margin-bottom: 3%;
    padding: 10px;
    border: #4e98ad double 5px;
    transition: all .3s;
}
.list3 li:hover {
    background-color: #4e98ad;
    border-color: #fff;
}
.list3 h2 {
    color: #4e98ad;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: #4e98ad 2px solid;
    margin-bottom: 10px;
}
.list3 li:hover h2 {
    color: #fff;
    border-bottom-color: #fff;
}
.read_txt {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
.list3 li:hover .read_txt {
    color: #fff;
}
.dc_ttl1 {
    padding: 0;
    margin: 5px 0 !important;
    border: none;
    white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
    color: #7ebed0 ;
    font-size: 20px !important;
}
.dc_list1 {
    max-height: 200px;
    overflow-y: scroll;
    margin: 3% 0 !important;
    list-style: none !important;
}
.dc_list1 li {
    border-bottom: #7ebed0  dashed 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.dc_list1 a {
    text-decoration: none !important;
    color: #000;
    transition: all .3s;
}
.dc_list1 a:hover {
    opacity: .8;
}
.dc_read_txt {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
    line-height: normal;
    margin: 0 !important;
}
.dc_column_link {
    text-align: right !important;
}
.dc_column_link a {
    text-decoration: none !important;
    transition: all .3s;
}
.dc_column_link a:hover {
    color: #7ebed0 ;
    opacity: .8;
}
@media screen and (max-width:1000px) {
    .entry-header {
        padding-top: 80px;
    }
}
@media screen and (max-width:700px) {
    .entry-title {
        font-size: 24px;
        text-shadow: rgba(0, 0, 0, 1) 2px 2px 0px;
    }
    .list1_ttl,
    .ttl8 {
        font-size: 16px;
    }
    .list1_ttl>span {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}

/*----------------------
26.03.26 DC 追記
-----------------------*/
.qa-6 {
    margin-bottom: 5px;
    border-bottom: 2px solid #7ebed0;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #7ebed0;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000000b3;
    border-right: 3px solid #000000b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

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

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