@charset "UTF-8";
/* Theme Name: a */
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, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: #004D1D;
	font: inherit;
	vertical-align: baseline;
	line-height: 1.6;
	font-family: rubik, sans-serif;
	font-feature-settings: "palt";
    font-family: "EB Garamond", "Zen Old Mincho", serif;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
    scroll-behavior: smooth;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}
body {
	background:#F7F6F2;	
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@font-face {
    font-family: 'helvetica';
    src: url('/wp-content/themes/a/font/helvetica.eot') format('embedded-opentype'),
        url('/wp-content/themes/a/font/helvetica.woff') format('woff'),
        url('/wp-content/themes/a/font/helvetica.ttf') format('truetype'),
        url('/wp-content/themes/a/font/helvetica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	transition: .3s;
}
a:hover img{
	opacity: .8;
}
img, iframe {
	vertical-align: bottom;
	max-width: 100%;
}
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
	outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
.grecaptcha-badge{
    display: none;
}
.clear:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.df{
    display: flex;
}
.sb{
    justify-content: space-between;
}
.fw{
    flex-wrap: wrap;
}
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}
.openanime {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #004018;
    z-index: 10;
}
.openanime .shizukuLogo2 {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 267px;
    z-index: 2;
    opacity: 0;
}
.openanime .bgAnime {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    height: fit-content;
    opacity: .1;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 12px 26px;
    align-items: center;
    background: transparent;
    transition: .3s;
    z-index: 9;
}
header h1 {
    width: 122px;
}
header nav ul li a {
    margin-right: 40px;
    font-size: 15px;
    font-weight: 300;
}
header.scroll {
    background: #fff;
}
.bottomBox {
    box-sizing: border-box;
    padding: 26px;
    align-items: center;
    height: 110px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f7f5f2;
    z-index: 8;
}
.bottomBox p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.0363em;
}
.shizukuUp {
    width: 57px;
}
.shizukuBlock1 > img {
    height: calc(100vh - 110px);
    object-fit: cover;
}
.shizukuBlock2 {
    width: 92%;
    margin: 100px auto 0;
    scroll-margin-top: 130px;
}
.tit1 {
    font-size: 58px;
    font-weight: 500;
    color: #004D1D;
}
.tit1 span {
    font-size: 18px;
    display: block;
}
.shizukuBlock2 .box1 {
    width: min(1320px,100%);
    margin: 130px auto 0;
    position: relative;
}
.shizukuBlock2 .box1:after,
.shizukuBlock2 .box2:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 488px;
    height: 118px;
    background: url(/wp-content/themes/a/img/fvAnime.svg)0 0 no-repeat;
    background-size: 100%;
}
.shizukuBlock2 .box2:before {
    right: unset;
    left: 8%;
    transform: scale(-1, 1);
}
.shizukuBlock2 .wrap1 div h3 {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 60px;
}
.shizukuBlock2 .wrap1 div p {
    font-size: 20px;
    line-height: 2.6;
    letter-spacing: 0.04em;
}
.shizukuBlock2 .imgBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: min(1320px,90%);
}
.shizukuBlock2 .shizukuImg1 {
    width: 30%;
}
.shizukuBlock2 .shizukuImg2 {
    width: 70%;
    left: 5%;
    position: relative;
    margin-top: 12%;
}
.shizukuBlock2 .box2 {
    width: 50%;
    padding-left: 50%;
    margin-top: 200px;
    position: relative;
}
.shizukuBlock2 .imgBlock2 {
    width: min(1000px,56%);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.shizukuBlock2 .imgBlock2 .shizukuImg3 {
    width: 76%;
}
.shizukuBlock2 .imgBlock2 .shizukuImg4 {
    width: 38%;
    position: relative;
    right: 10%;
    margin-bottom: -12%;
}
.shizukuBlock3 {
    margin-top: 300px;
}
.shizukuBlock3 .tit1 {
    text-align: center;
    margin-bottom: 90px;
}
.shizukuBlock3 {
    width: min(1530px,90%);
    margin: 300px auto 0;
    scroll-margin-top: 130px;
}
.shizukuBlock3 ul li {
    width: 32%;
}
.shizukuBlock3 ul li h3 {
    font-size: 28px;
    margin: 20px 0 16px;
    letter-spacing: 0.04em;
}
.shizukuBlock3 ul li p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.03em;
    text-align: justify;
}
.shizukuBlock4 {
    margin: 200px auto;
    width: min(1320px, 90%);
    scroll-margin-top: 130px;
}
.shizukuBlock4 .tit1 {
    text-align: center;
    margin-bottom: 88px;
}
.shizukuBlock4 .box1 {
    margin: 60px 0 100px;
    align-items: center;
}
.shizukuBlock4 .box1 .left {
    width: 35%;
    margin-right: 5%;
}
.shizukuBlock4 .box1 .right {
    width: 60%;
}
.shizukuBlock4 .box1 .left h3 {
    font-size: 32px;
    font-weight: 300;
}
.shizukuBlock4 .box1 .right p {
    text-align: justify;
    font-size: 15px;
    line-height: 2.4;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.linkBtn1 {
    padding: 26px 36px;
    background: #fff;
    display: block;
    width: fit-content;
    border: 1px solid #004D1D;
    color: #004D1D;
    margin: 0 auto;
}
.linkBtn1:hover {
    background: #004D1D;
    color: #fff;
}
.bg1 {
  position: relative;
  height: 530px;
  overflow: hidden;
}
.shizukuBg1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  will-change: transform;
  transition: transform 0.1s linear;
}
.shizukuBlock5 {
    margin: 200px auto 0;
    width: min(1320px, 90%);
    scroll-margin-top:130px;
}
.shizukuBlock5 .tit1 {
    text-align: center;
}
.shizukuBlock5 .box1{
    margin-top: 80px;
}
.shizukuBlock5 .box1 ul {
    width: 48%;
}
.shizukuBlock5 .box1 ul li{
    display: flex;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #C4C4C4;
}
.shizukuBlock5 .box1 ul li.gyo2 {
    padding: 26px 0;
}
.shizukuBlock5 .box1 ul li span {
    font-size: 14px;
    line-height: 2;
}
.shizukuBlock5 .box1 ul li span:nth-child(1) {
    width: 20%;
    margin-right: 5%;
}
.shizukuBlock5 .box1 ul li span:nth-child(2) {
    width: 75%;
}
.shizukuBlock5 iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1217/524;
    margin: 80px 0 60px;
}
footer {
    padding: 120px 0;
}
footer h1 a {
    margin: 150px 0 30px;
    text-align: center;
    display: block;
    color: #004D1D;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.03em;
}
footer > p {
    text-align: center;
    color: #004D1D;
    font-size: 15px;
}
footer ul {
    margin: 70px auto 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ul a {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
footer ul li:nth-child(1) {
    margin-right: 3%;
}
@media screen and (max-width: 900px){
header {
    height: 60px;
}
header h1 {
    width: 70px;
}
header nav {
    position: fixed;
    width: 214px;
    height: 100vh;
    background: #fff;
    right: -214px;
    top: 0;
    transition: .3s;
}
header .on nav {
    right: 0;
}
header nav ul {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 110px;
}
header nav ul li a {
    padding: 8px 0;
    display: block;
}
header .btn {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 2;
}
header .btn span {
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    margin: 7px 0;
    position: relative;
    top: 0;
    opacity: 1;
    transition: .3s;
}
header .on .btn span:nth-child(1) {
    transform: rotate(25deg);
    top: 8px;
}
header .on .btn span:nth-child(2) {
    opacity: 0;
}
header .on .btn span:nth-child(3) {
    transform: rotate(-25deg);
    top: -8px;
}
.shizukuBlock2 .box2 {
    width: 70%;
    padding-left: 30%;
}
.shizukuBlock2 .imgBlock2 .shizukuImg3 {
    width: 100%;
    margin-top: 20%;
}
.shizukuBlock2 .imgBlock2 .shizukuImg4 {
    width: 78%;
}
.shizukuBlock3 {
    margin: 120px auto 0;
}
.shizukuBlock3 ul {
    flex-wrap: wrap;
}
.shizukuBlock3 ul li {
    width: min(500px, 100%);
    margin: 0 auto 50px;
}
.shizukuBlock4 {
    margin: 60px auto;
}
.shizukuBlock4 .box1 {
    flex-wrap: wrap;
}
.shizukuBlock4 .box1 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
.shizukuBlock4 .box1 .right {
    width: 100%;
}
.shizukuBlock4 .box1 .right p {
    line-height: 2;
}
.shizukuBlock4 .box1 {
    margin: 30px 0 50px;
}
.bg1 {
    height: 300px;
    overflow: hidden;
}
.shizukuBlock5 {
    margin: 90px auto 0;
}
.shizukuBlock5 .box1{
    flex-wrap: wrap;
}
.shizukuBlock5 .box1 ul {
    width: 100%;
}
}
@media screen and (max-width: 500px){
.shizukuBlock2 .box1:after, .shizukuBlock2 .box2:before {
    width: 200px;
    height: 50px;
    z-index: -1;
}
.bottomBox {
    padding: 10px 20px;
    height: 70px;
}
.shizukuUp {
    width: 37px;
}
.bottomBox p {
    font-size: 10px;
}
.shizukuBlock1 > img {
    height: calc(100vh - 70px);
}
.shizukuBlock2 {
    margin: 50px auto 0;
}
.tit1 {
    font-size: 38px;
}
.tit1 span {
    font-size: 14px;
}
.shizukuBlock2 .box1 {
    margin: 60px auto 0;
}
.shizukuBlock2 .wrap1 div h3 {
    font-size: 23px;
    margin-bottom: 30px;
}
.shizukuBlock2 .wrap1 div p {
    font-size: 14px;
    line-height: 2.2;
}
.shizukuBlock2 .box2 {
    width: 100%;
    padding-left: 0;
    margin-top: 100px;
}
.shizukuBlock3 {
    margin: 80px auto 0;
}
.shizukuBlock3 .tit1 {
    margin-bottom: 40px;
}
.shizukuBlock3 ul li h3 {
    font-size: 20px;
    margin: 16px 0 12px;
}
.shizukuBlock3 ul li p {
    font-size: 14px;
}
.shizukuBlock4 .tit1 {
    margin-bottom: 38px;
}
.bg1 {
    height: 180px;
}
.shizukuBlock5 {
    margin: 60px auto 0;
}
.shizukuBlock5 .box1 {
    margin-top: 30px;
}
.shizukuBlock5 .box1 ul li {
    padding: 16px 0;
}
.shizukuBlock5 .box1 ul li.gyo2 {
    padding: 16px 0;
}
.shizukuBlock5 .box1 ul li span br{
    display: none;
}
footer h1 a {
    margin: 50px 0 30px;
}
footer > p {
    font-size: 14px;
}
footer > p a {
    display: block;
}
footer ul {
    flex-wrap: wrap;
    margin-bottom: 0;
}
footer ul li:nth-child(1) {
    margin-right: 0;
}
footer ul a {
    display: block;
    margin: 0 0 20px 0;
    padding-bottom: 0px;
    font-size: 15px;
    text-align: center;
}
.openanime .shizukuLogo2 {
    width: 140px;
}





}