@charset "UTF-8";

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
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:not(.tinymce-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;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
}

html * {
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #222;
    line-height: 1.7;
    letter-spacing: 1px;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

a,
a:before,
a:after,
input {
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color, color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background-color, color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #ccc;
}

h1 {
    font-size: 3.6rem;
    font-weight: 700;
}

h2 {
    font-size: 4rem;
    font-weight: 700;
}

h3 {
    font-size: 2.4rem;
    font-weight: 600;
}

h4 {
    font-size: 1.8rem;
    font-weight: 700;
}

.wrapper {
    overflow: hidden;
}

a.anchor {
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}

.animate__delay-03s {
    animation-delay: calc(var(--animate-delay) * 0.3);
}

.animate__delay-05s {
    animation-delay: calc(var(--animate-delay) * 0.5);
}

.animate__delay-08s {
    animation-delay: calc(var(--animate-delay) * 0.8);
}

.animate__delay-13s {
    animation-delay: calc(var(--animate-delay) * 1.3);
}

.animate__delay-16s {
    animation-delay: calc(var(--animate-delay) * 1.6);
}

.animate__delay-30s {
    animation-delay: calc(var(--animate-delay) * 3);
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.tb {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 590px) {
    .pc {
        display: none !important;
    }

    .tb {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

@media screen and (min-width:591px) and (max-width:960px) {
    .pc {
        display: none !important;
    }

    .tb {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

header {
    height: 100vh;
    width: 100%;
}

/*==================================================
スライダーのためのcss
===================================*/
.fv-slider {
    position: relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/
.slider-item {
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 100vh;
    /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;
    /*背景画像をリピートしない*/

}

.slider-item01 {
    background: url("../img/fv.png")no-repeat bottom right, #fff;
    background-size: 55%;
}

.slider-item02 {
    background: url("../img/fv02.png")no-repeat bottom left, #fff;
    background-size: 45%;
}



header .fv01 {
    position: absolute;
    top: 37%;
    left: 20%;
    font-size: 6rem;
    color: #76b028;
    font-weight: 800;
}

header .fv01 span {
    font-size: 3.5rem;
    color: #000;
}

header .fv02 {
    position: absolute;
    top: 53%;
    left: 30%;
    font-size: 5rem;
    color: #000;
    font-weight: 800;
}

header .slider-item02 .fv01 {
    left: 40%;
}

header .slider-item02 .fv02 {
    left: 50%;
}

header .rhythm {
    position: absolute;
    top: 40%;
    left: 0;
}

.fv-slider .slick-prev,
.fv-slider .slick-next {
    position: unset;
}

.cont01 {
    background: url("../img/WORKS.png")no-repeat top center, #D5D5D5;
    padding-top: 190px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 100px;
}

.works-slider h3 {
    color: #76B028;
    font-size: 1.6rem;
    text-align: center;
    margin: 20px auto;
}

.works-cate {
    background-color: #fff;
    border-radius: 30px;
    font-size: 1.3rem;
    color: #76B028;
    text-align: center;
    padding: 3px 8px;
    margin: 0 auto 20px;
    width: fit-content;
}

.works-comm {
    color: #000;
    font-size: 1.4rem;
    margin-top: 20px;
}

.btn-area {
    margin: 30px 0;
    text-align: right;
}

.slider-tag {
    border: 2px solid #76B028;
    color: #76B028;
    padding: 5px 10px;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 20px;
}

.tag-slider {
    margin-bottom: 20px;
}

.cont02 {
    padding: 100px 0;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #fff;
}

.cont02 h2 {
    margin-bottom: 40px;
}

.cont02-txt {
    margin-bottom: 40px;
}

.servic-icon {
    width: 20%;
}

.ser-ca {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-cate {
    background-color: #76b028;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.service-cate-inner {
    width: 80%;
    padding-left: 10px;
}

.service-cate-inner h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1.7;
}

.servic-cate img {
    width: 20%;
}

.service-cate-inner p {
    color: #fff000;
    font-size: 1.4rem;
    line-height: 1.7;
}

.service-cate img {
    height: 100%;
    object-fit: cover;
    width: 60px;
}

.ser-cate02 {
    margin-top: 40px;
}

.cont03 {
    background-color: #484848;
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 50px;
}

.cont03 h2 {
    text-align: center;
    margin-bottom: 40px;
}

.cont03 .athrete-txt {
    color: #fff;
    margin-bottom: 40px;
}

.athrete-slider li {
    margin: 20px;
}

.cont04 {
    background: url(../img/watashino.png)no-repeat;
    background-position: 85% 90%;
    background-size: 200px;
    padding-bottom: 150px;
    padding-top: 120px;
}

.cont04 h2 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.cont04-txt {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4;
}

.cont04 svg {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.cont05 {
    background-color: #D5D5D5;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

.cont05 .news-column {
    border-top: 1px solid #707070;
    padding-bottom: 20px;
    padding-top: 20px;
}

.cont05 ul {
    display: flex;
}

.cont05 li {
    margin: 20px;
}

.news-cate {
    background-color: #fff;
    color: #76b028;
    font-size: 1.3rem;
    text-align: center;
    padding: 3px 7px;
    border-radius: 30px;
}

.news-cate a {
    color: #76b028;
}

.news-tit a:hover {
    color: #76b028;
}

.cont05 .news-ti {
    position: relative;
}

.cont05 .btn-area {
    position: absolute;
    bottom: 0;
}

.cont06 {
    padding: 100px 0;
}

.cont06 h2 {
    margin-bottom: 30px;
}

.cont06-members img {
    border-radius: 20px;
    height: 500px;
    width: 100%;
    margin-bottom: 30px;
    object-fit: cover;
}

.members-txt {
    line-height: 2;
}

.cont07 {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    background-color: #76b028;
}

.cont07 .btn-area {
    position: absolute;
    bottom: 20px;
}

.blog-ph {
    height: 180px;
    width: 100%;
    position: relative;
}

.blog-ph img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-cont {
    padding: 30px 20px;
}

.blog-category {
    position: absolute;
    bottom: -16px;
    right: 10px;
}

.blog-cate {
    background-color: #76b028;
    color: #fff000;
    padding: 3px 6px;
    border: 1px solid #fff000;
    border-radius: 10px;
    text-align: center;
    font-size: 1.3rem;
}

.blog-cont h3 {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.blog-cont p {
    line-height: 2;
    font-size: 1.4rem;
}

.blog-column {
    background-color: #fff;
    height: 100%;
}

.blog-cont h3 {
    font-size: 1.6rem;
}

.cont07 .news-ti p {
    color: #fff;
    margin-top: 30px;
}

.cont08 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.cont08 h2 {
    color: #4B8300;
    margin-bottom: 30px;
    font-size: 3.6rem;
    font-weight: 500;
}

.cont08 .slider-tag {
    margin: 10px 5px 10px;
    color: #76b028;
}

.cont08 a .slider-tag:hover {
    background: #4B8300;
    color: #fff;
}


footer {
    margin: 0 auto;
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 1.4rem;
}

.footer01 {
    background-image: url(../img/rhythm-line.svg);
    background-size: contain;
    background-position: 0 100px;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 300px;
}

.footer-jump {
    position: absolute;
    top: 0;
    right: 10%;
    width: 400px;
}


.copy {
    background-color: #4B8300;
    font-size: 1.2rem;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.footer-main {
    margin-top: 40px;
}

.footer-main .btn-area {
    margin: 30px 0;
    text-align: left;
}

.footer-main li {
    margin-bottom: 10px;
}

.footer-main h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
}

.footer02 {
    background-color: #76b028;
    padding: 40px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 50px;
}

.footer02 img {
    width: 80px;
    margin: 0 auto 30px;
}

.footer02 h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.footer-work li {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.footer01 .fit-bt {
    color: #76b028;
}

nav .fit-bt {
    padding: 5px 40px 5px 15px;
    font-size: 1.3rem;
    width: max-content;
}

nav .nav-item {
    margin: 0 10px;
}

.cont04 img {
    margin-top: 70px;
    width: 100%;
}

.footer02 a {
    color: #fff000;
}

.athrete-slider .slick-dots button {
    width: 3px;
    height: 13px;
}

.athrete-slider .slick-dots li {
    margin: 7px;
}

.footer01 .fit-bt:hover {
    color: #fff;
}

.tag-slider a .slider-tag:hover,
.tag-slider02 a .slider-tag:hover {
    background-color: #4B8300;
    color: #fff;
}
#service header {
    height: 600px;
    width: 100%;
}

.service-cate:hover {
    background-color: #4B8300;
}
.service-tit {
    height: 600px;
    background: url("../img/service-tit.jpg")no-repeat center right;
    background-size: 50%;
}
.company-tit {
    height: 600px;
    background: url("../img/company-tit.jpg")no-repeat center right;
    background-size: 50%;
}
.work-tit {
    height: 400px;
    background: url("../img/work-tit.jpg")no-repeat center right;
    background-size: cover;
    position: relative;
}
.members-tit {
    height: 600px;
    background: url("../img/members-tit.jpg")no-repeat center;
    background-size: cover;
    position: relative;
}
.news-tit {
    height: 400px;
    background: url("../img/news-tit.png")no-repeat center right,#efefef;
    background-size: contain;
}
.contact-tit {
    height: 400px;
    background: url("../img/contact-tit.png")no-repeat center right;
    background-size: contain;
}
.member-tit {
    height: 600px;
    background-size: cover;
    position: relative;
    background-position: center;
}
.members-tit::before,
.member-tit::before {
background: rgba(0,0,0,0.3);
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

#service header .fv01,
#company header .fv01,
#works header .fv01,
#work header .fv01,
#members header .fv01,
#member header .fv01,
#news header .fv01,
#contact header .fv01
 {
    position: absolute;
    top: 27%;
    left: 25%;
    font-size: 6rem;
    color: #76b028;
    font-weight: 800;
}
#members header .fv01
 {
    top: 65%;
}
#member header .fv01
 {
    top: 60%;
}
#member header .name-en {
    position: absolute;
    top: 73%;
    color: #76b028;
    font-size: 1.6rem;
    left: 25%;
    font-weight: 700;
}
#service header .rhythm,
#company header .rhythm,
#works header .rhythm,
#work header .rhythm,
#members header .rhythm,
#member header .rhythm,
#news header .rhythm,
#contact header .rhythm
 {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 99;
}
#news header .rhythm {
    top: 20%;
    }
#news header .fv01 {
    top: 20%;
}
#members header .rhythm,
#member header .rhythm {
    top: 65%;
}

#work header .fv01
 {
    position: absolute;
    top: 45%;
    left: 25%;
    font-size: 2.2rem;
    color: #76b028;
    font-weight: 700;
}
#work header .rhythm {
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 99;
}
#members header {
    height: 600px;
}
#news header {
    height: 400px;
}
.service-top {
    background-color: #efefef;
    padding: 25px;
    border-radius: 20px;
    border: 2px solid #76B028;
    height: 100%;
}
.service-top h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #76B028;

}
.se-cont01-txt {
    margin-bottom: 30px;
}
.se-cont01 {
    margin-bottom: 100px;
    padding-top: 50px;
}
.se-cont02 h3 {
    font-size: 3.0rem;
    color: #76B028;
    padding-left: 180px;
    position: relative;
    top: 20px;
}
.se-cont02 {
    margin-bottom: 100px;
}
.rhythm-r {
    background: url(../img/rhythm-ti-r.png) repeat-x;
    width: 100%;
}
.rhythm-ti h3 span {
    font-size: 1.6rem;
    color: #000;
    margin-left: 30px;
}
.service-explan {
    margin-bottom: 30px;
    margin-top: 50px;
}
.service-past {
    background-color: #efefef;
    padding: 30px;
    border-radius: 10px;
}
.kako {
    background-color: #4B8300;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 5px 15px;
    border-radius: 30px;
    margin-bottom: 50px;
    display: inline-block;
}
.service-past h4 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}
.kako-txt {
    margin-bottom: 50px;
    line-height: 1.8;
}
.kako-txt h5 {
    margin-top: 40px;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #4B8300;
    padding-bottom: 10px;
}
.kako-txt li {
    margin-bottom: 10px;
}
.kako-ph {
    text-align: center;
    padding: 30px;
    margin-bottom: 50px;
}
.kako-ph img {
    width: 500px;
    height: auto;
    border-radius: 10px;
    margin: 20px;
    margin: 0 auto;

}
.kako-hoka {
    margin-bottom: 70px;
    display: flex;
    border: 1px solid #76b028;
    margin-top: 70px;
}
.kako-hoka-t {
    background-color: #76B028;
    color: #fff;
    font-size: 1.8rem;
    padding: 30px;  
    width: 20%;
}
.kako-hoka-cont {
    padding: 30px;
    width: 80%;
}
#company header {
    height: 600px;
}
.co-cont02 {
    margin-top: 70px;
    margin-bottom: 140px;
}
.co-cont03 {
    background-color: #efefef;
    padding: 40px 40px 70px;
}
.co-cont03 h2 img {
    margin: 0 auto;
    width: 80%;
    margin-bottom: 40px;
}
.guide-omoi {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 50px;
}
.guide-omoi h3 {
    text-align: center;
    margin-bottom: 40px;
}
.co-cont01 h2 {
    margin-bottom: 70px;
}
.co-cont01 table th,
.co-cont01 table td {
    padding: 15px;
}
.co-cont01 table th {
    color: #76b028;
    width: 20%;
}
.co-cont01 table td li {
    margin-bottom: 15px;
}
.co-cont03 h3 {
    color: #76B028;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.guide-txt {
    font-size: 1.6rem;
    margin-bottom: 70px;
}
.guide-txt li {
    margin-bottom: 15px;
}
.guide-omoi ul {
    margin-top: 20px;
}
.guide-omoi .guide-txt {
    margin-bottom: 0;
}
.works-cont01 {
    background-color: #efefef;
    padding: 20px 30px;
}
.works-tit {
    position: relative;
}
.works-tit img {
    position: absolute;
    top: 13%;
    left: 45%;
    width: 700px;
}
.works-tit {
    height: 400px;
}

#works header {
    height: 400px;
}
.works-item {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #fff;
    height: 100%;
}
.works-ph {
    margin-bottom: 20px;
}
.works-ph img {
    border-radius: 20px;
    border-radius: 15px;
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.works-cate {
    background-color: #76B028;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.works-cont01 h3 {
    margin-top: 20px;
    font-size: 1.8rem;
    color: #76B028;
    text-align: center;
    margin-bottom: 20px;
}
.works-cont02 {
    margin-bottom: 50px;
    margin-top: 30px;
}
#work header {
    height: 400px;
}
#work header h2 {
color: #fff;
font-size: 3rem;
position: absolute;
    top: 63%;
    left: 25%;
    font-weight: 700;
}
.works-tit h1.fv01 span {
    font-size: 1.8rem;
}
.content-main {
    width: 75%;
    padding-right: 50px;
    border-right: 1px solid #CBCBCB;
    margin-top: 10px;
    padding-bottom: 70px;
}
.content-side {
    padding-left: 20px;
    letter-spacing: 0;
}
.work-cont img {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.work-sub-ph img {
    height: 150px;
    border-radius: 20px;
    width: 100%;
}
.work-sub-ph .modal img {
    height: auto;
    border-radius: unset;
    width: 100%;
}
.content-side h3 {
    background-color: #AFAFAF;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    border: 1px solid #ccc;
}
.jisseki {
    background-color: #efefef;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    align-items: center;
}
.jisseki-ph {
    width: 50%;
}
.jisseki-ph img {
    height: 110px;
    width: 100%;
    object-fit: cover;
}
.jisseki-ti {
    padding-left: 15px;
    width: 50%;
    font-size: 1.4rem;
}
.jisseki-item {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.jisseki-item:last-child {
    border-bottom: none;
}
.work-cont {
    margin-top: 70px;
}
.work-cont .work-main-txt {
    margin-bottom: 100px;
    padding-top: 50px;
}
.content-side {
    width: 25%;
}
.work-pagenav {
    margin-top: 100px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.page-inner-l {
    font-size: 1.4rem;
    margin: 40px 0;
    text-align: left;
    border-right: 1px solid #ccc;
}
.page-inner-r {
    font-size: 1.4rem;
    margin: 40px 0;
    text-align: right;
}
.members-cont01 {
    background-color: #efefef;
    padding-top: 30px;
    padding-bottom: 50px;
}
.members-ph img{
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
    margin: 20px auto;
}
.members-cate h3 {
    color: #76B028;
    margin-bottom: 20px;
    font-size: 1.8rem;
}
.members-txt {
    font-size: 1.4rem;

}
.members-cont02 {
    margin-bottom: 50px;
    margin-top: 30px;
}
.members-namearea {
    width: 400px;
    margin: 0 auto;

}
#member header {
    height: 600px;
}
.about-member {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 100px;
    margin-bottom: 30px;
}
.member-ph01 {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.member-qa .member-q {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #76B028;

}
.member-qa .member-a {
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.member-q span {
    font-size: 2.6rem;
    color: #999;
    font-weight: 800;
    margin-right: 10px;
}
.member-a span {
    font-size: 2.6rem;
    color: #76B028;
    font-weight: 800;
    margin-right: 10px;
}
.co-cont01 iframe {
    margin-top: 10px;
}
.guide-omoi h3 {
    margin-bottom: 40px;
}
.members-cont02 .members-ph img {
    border-radius: 10px;
}
ul.prev_next_list {
    display: flex;
    justify-content: space-between;
}
.prev_next_list li.next, .prev_next_list li.prev {
    width: 50%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 300;
}
.prev_next_list li {
    margin: 0 10px;
}
.prev_next_list {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-top: 100px;
}
.prev-c {
    border-left: 1px solid #ccc;
    margin-left: 10px;
}
.breadcrumbs {
    font-size: 1.2rem;
    color: #999;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 10px;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    margin: 30px 0;
}
.works-cate a {
    color: #fff;
}
.news-tit-area {
    margin: 40px 0;
    border-bottom: 1px dotted #ccc;
}
.news-date {
    color: #999;
    font-size: 1.2rem;
    margin-right: 30px;
}
.news-category {
    font-size: 1.2rem;
}

.news-category a {
    color: #679E32;
}
.news-tit-area h2 {
    font-size: 2.4rem;
    margin: 30px 0 50px;
    text-align: left;
}
.content-main {
    padding-bottom: 150px;
}
.entry-content {
    margin-bottom: 100px;
    padding-bottom: 50px;
    line-height: 1.8;
}
.titleyohaku70 {
    height: 70px;
}
#contact header {
    height: 470px;
}
.work-main-txt h3 {
    color: #76b028;
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
}
.work-txt {
    margin-bottom: 50px;
}
footer .btn-link {
    font-weight: 400;
    color: #222;
}
#privacy header .fv01 {
    position: absolute;
    top: 32%;
    left: 25%;
    font-size: 4rem;
    color: #76b028;
    font-weight: 800;
}
#privacy header .rhythm {
    position: absolute;
    top: 30%;
}
#privacy header {
    height: 500px;
}
#privacy h2 {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
}
.co-cont01 {
    padding-top: 40px;
}
.entry-content img {
	margin: 20px auto;
}
.news-tit-area h2 {
	line-height: 1.7;
}
.p-n {
    margin: 50px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pagination {
      margin: 20px auto;
      justify-content: center;
}
.nav-links a {
    border: 1px solid #999;
    padding: 2px 7px;
    margin: 0 5px;
}
.nav-links .current {
    background-color: #999;
    color: #fff;
        padding: 3px 8px;
}
#news header .fv01 span {
    font-size: 2rem;
    color: #76b028;
    margin-left: 30px;
}
.co-cont01 a {
    color: #066FC9;
}
#privacy .con-cont01 li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 5px;
}
#privacy .con-cont01 ul {
    margin-top: 20px;
}
.mwform-radio-field label {
    width: 50%;
}






































@media screen and (max-width: 1100px) {
.works-tit img {
    width: 60%;
}
}

/* タブレット */
@media only screen and (min-width: 591px) and (max-width: 960px) {
    .navbar-nav {
        align-items: unset;
        background-color: #efefef;
    }

    nav .nav-item {
        margin: 10px 0 0;
        border-bottom: 1px solid #ccc;
        padding: 15px 0;
    }

    nav .nav-item:last-child {
        border-bottom: none;
    }

    nav .fit-bt {
        padding: 10px 80px 10px 65px;
    }

    #header {
        padding: 13px;
    }

    header .slider-item02 .fv01 {
        left: 45%;
    }

    header .slider-item02 .fv02 {
        left: 40%;
    }

    header .fv01 {
        left: 40%;
    }

    header .fv02 {
        left: 50%;
    }
    header {
    	height: 90dvh;
    	width: 100%;
    }

    .service-cate {
        margin-bottom: 20px;
    }

    .ser-cate02 {
        margin-top: 0;
    }

    .fit-bt {
        padding: 10px 70px 10px 50px;
    }

    .cont05 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .cont05 .btn-area {
        position: relative;
        bottom: 0;
    }

    .cont07 .news-ti p {
        margin-bottom: 50px;
    }

    .blog-column {
        margin-bottom: 50px;
    }

    .cont07 .btn-area {
        position: relative;
        bottom: 20px;
    }

    .footer-jump {
        width: 250px;
    }

    .footer-main li {
        margin-bottom: 10px;
        border-top: 1px solid #ccc;
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .f-work {
        border-top: 2px solid #76b028;
        padding-top: 20px;
        margin-bottom: 50px;
        border-bottom: 1px solid #76b028;
    }

    .footer-main h3 {
        font-size: 1.6rem;
        margin-bottom: 30px;
        margin-top: 10px;
        color: #76b028;
        font-weight: 500;
    }

    .f-work li a {
        text-align: left;
        color: #666;
    }
    #work header h2 {
        font-size: 2.4rem;
        top: 64%;
        left: 30%;
    }
    #work header .fv01 {
        top: 47%;
        left: 30%;
    }
.content-main {
    width: 100%;
    padding-right: 0;
    border-right: unset;
    margin-top: 10px;
}
.work-sub-ph img {
	margin-bottom: 20px;
	height: auto;
}
.content-side {
    width: 100%;
}
.jisseki-ph img {
    height: auto;
    }
.works-item {
    margin-bottom: 30px;
}
.works-cont02 {
    margin-bottom: 0;
}
.service-top {
	margin-bottom: 30px;
}
.se-cont02 h3 {
    font-size: 2.5rem;
    color: #76B028;
    padding-left: 0px;
    position: relative;
    top: 0px;
}
.kako-ph {
    display: block;
}
.kako-ph img {
	margin-bottom: 20px;
}
.members-ph img {
    width: 100%;
    height: 300px;
}







}






















/* スマホ */
@media screen and (max-width: 590px) {
    .slider-item01 .fv01,
    .slider-item02 .fv01 {
        position: absolute;
        top: 30%;
        left: 5%;
        font-size: 3.4rem;
        color: #76b028;
        font-weight: 800;
    }

    .fv01 span {
        font-size: 3rem;
    }

    .slider-item01 .fv02,
    .slider-item02 .fv02 {
        position: absolute;
        top: 43%;
        left: 40%;
        font-size: 3.5rem;
    }

    header .rhythm {
        position: absolute;
        top: 37%;
        left: 0;
    }

    .rhythm svg {
        width: 100%;
        height: auto;
    }

    .slider-item01 {
        background-size: 100%;
    }

    .slider-item02 {
        background-size: 80%;
    }

    header .slider-item02 .fv01 {
        left: 5%;
    }

    header .slider-item02 .fv02 {
        left: 39%;
        top: 44%;
    }
    header {
    	background-color: #D5D5D5;
    }

    .fv-slider .slick-prev,
    .fv-slider .slick-next {
        display: none;
    }
    .fv-slider {
    height: 90vh;
}
.slider-item {
    height: 90vh;
}
.tag-slider {
	margin-top: 100px;
}
    .cont01 {
        background-size: contain;
        background-position: 0 5%;
    }

    .slider-tag {
        font-size: 1.3rem;
    }

    .cont02 {
        padding: 100px 15px 50px;
    }

    .service-cate {
        padding: 20px;
        margin-bottom: 20px;
    }

    .ser-cate02 {
        margin-top: 0;
    }

    .service-cate-inner h3 {
        font-size: 1.6rem;
    }

    .cont02 .col-lg-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .fit-bt {
        display: block;
        padding: 10px 50px 10px 30px;
    }

    .btnarrow3::after {
        top: 25%;
    }

    .cont03 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cont04 h2 {
        font-size: 3.4rem;
    }

    .cont04 {
        background-position: 80% 95%;
        padding-bottom: 150px;
    }

    .cont04 svg {
        width: 120%;
        height: auto;
        margin-top: 100px;
    }

    .cont05 {
        padding: 100px 15px;
    }

    .cont05 ul {
        display: block;
    }

    .cont05 .container {
        padding-right: 0;
        padding-left: 0;
    }

    .cont05 .news-ti {
        padding-bottom: 30px;
    }

    .cont05 .btn-area {
        position: relative;
        bottom: 0;
    }

    .members-ph img {
        height: auto;
    }

    .cont07 {
        padding: 70px 15px;
    }

    .cont07 .news-ti p {
        margin-bottom: 50px;
    }

    .cont07 .col-lg-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .blog-column {
        margin-bottom: 30px;
    }

    .cont07 .btn-area {
        position: relative;
        margin-top: 70px;
    }

    .footer-jump {
        width: 250px;
    }

    .footer-main li {
        margin-bottom: 10px;
        border-top: 1px solid #76b028;
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
    }

    .f-work {
        border-top: 2px solid #76b028;
        padding-top: 20px;
    }

    .footer-main h3 {
        font-size: 1.6rem;
        margin-bottom: 30px;
        margin-top: 10px;
        color: #76b028;
        font-weight: 500;
    }

    .f-work li a {
        text-align: left;
        color: #666;
    }

    nav .nav-item {
        margin: 10px 0 0;
        border-bottom: 1px solid #ccc;
    }

    nav .nav-item:last-child {
        border-bottom: none;
    }

    nav .fit-bt {
        padding: 10px 40px 10px 15px;
        font-size: 1.3rem;
        width: 100%;
    }
    #service header .fv01, #company header .fv01, #works header .fv01, #works header .fv01, #members header .fv01, #member header .fv01 {
    position: absolute;
    top: 20%;
    left: 5%;
    font-size: 4rem;
    color: #76b028;
    font-weight: 800;
}
#service header,
#company header,
#work header,
#works header,
#member header,
#members header,
#news header {
    height: 350px;
}
.service-tit,
.company-tit,
.works-tit,
#members-tit,
.news-tit {
    height: 400px;
    background-size: 100%;
}
.work-tit {
    height: 400px;
    background-size: cover;
}

.kako-ph {
    text-align: center;
    padding: 0 0 30px;
    display: block;
}
.kako-ph img {
    width: 100%;
    margin-bottom: 20px;
}
.rhythm-ti {
 flex-wrap: wrap; 
}
.se-cont02 h3{
    font-size: 2.4rem;
    color: #76B028;
    padding-left: 0;
    text-align: left;
    margin-bottom: 30px;
}

#service header .rhythm,
#company header .rhythm,
#works header .rhythm,
#work header .rhythm,
#members header .rhythm,
#member header .rhythm,
#news header .rhythm {
	top: 26%;
}
#service header .fv01{
            left: 24%;
        }
.service-top {
	margin-bottom: 20px;
}
.kako {
	margin-bottom: 30px;
}
.service-past h4 {
    font-size: 2.2rem;
    line-height: 1.7;
}
.kako-hoka {
    margin-bottom: 70px;
    display: block;
}
.kako-hoka-t {
    width: 100%;
    padding: 15px 30px;
}
.kako-hoka-cont {
    width: 100%;
}
.rhythm-ti h3 span {
	margin-left: 0;
}
.kako-txt p,
.kako-txt ul {
	margin-bottom: 20px;
	line-height: 1.8;
}
#company header .fv01 {
            left: 25%;
        }
.co-cont01 h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.co-cont01 table th,
.co-cont01 table td {
    width: 100%;
}
.co-cont01 table th, .co-cont01 table td {
	display: block;
}
.co-cont01 table th {
	background-color: #efefef;
}
.co-cont01 table td {
    padding: 25px 15px;
}
.co-cont03 {
    padding: 40px 15px 70px;
}
.guide-omoi {
    padding: 50px 20px;
}
.works-tit img {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 100%;
}
#works header .rhythm, #work header .rhythm {
            top: 60%;
        }
#works header .fv01 {
            position: absolute;
            top: 50%;
            left: 21%;
        }
    .works-cont01 {
        padding: 10px 0;
    }
.works-item {
    margin-bottom: 30px;
}
.works-cont02 {
    margin-bottom: 0;
}
.works-cont02 .col-lg-4 {
	padding-left: 0;
	padding-right: 0;
}
    #work header .fv01 {
        position: absolute;
        top: 46%;
        left: 25%;
    }
#works header .rhythm, #work header .rhythm {
            top: 18%;
        }
    #work header h2 {
        color: #fff;
        font-size: 2.4rem;
        position: absolute;
        top: 64%;
        left: 9%;
        font-weight: 700;
    }
.content-main {
    width: 100%;
    padding-right: 0;
    border-right: unset;
    margin-top: 10px;
    padding-bottom: 70px;
}
.work-sub-ph img {
    margin-bottom: 20px;
}
.work-cont img {
    height: 300px;
}
.work-cont .work-main-txt {
    margin-bottom: 50px;
    padding-top: 20px;
}
.content-side {
    width: 100%;
    padding-left: 0;
}
.members-tit {
    height: 350px;
}
#members header .rhythm {
	top: 68%;
}
#members header .fv01, #member header .fv01 {
            top: 59%;
            left: 21%;
        }
.members-namearea {
    width: 100%;
    margin: 0 auto;
}
.members-cate {
	margin-bottom: 30px;
}
.members-cont02 {
    margin-bottom: 0;
}
.member-tit {
    height: 350px;
}
#member header .rhythm {
	top: 76%;
}
.slider-item01 .fv02 {
 	left: 20%;
 }
.cont06-members img {
	height: 300px;
}
#works header .rhythm, #work header .rhythm {
   top: 58%;
}
.works-item {
	margin: 15px;
}
#work header {
	height: 400px;
}
#work header .rhythm {
	top: 51%;
}
.members-cont01 {
    background-color: #efefef;
    padding-top: 10px;
}
#news header {
	height: 400px;
}
.news-tit {
        background-size: 80%;
        background-position: bottom right;
    }
#news header .rhythm {
	top: 36%;
}
#news header .fv01 {
    top: 29%;
}
.news-tit-area h2 {
    font-size: 2.0rem;
    line-height: 1.7;
}
.entry-content img {
	margin-bottom: 30px;
}
#contact header {
    height: 350px;
    background-color: #fff;
}
#contact header .fv01 {
    top: 26%;
    left: 19%;
    font-size: 4rem;
    color: #76b028;
    font-weight: 800;
}
.contact-tit {
	background-size: 90%;
	height: 350px;
}
.mw_wp_form table th {
    width: 100%;
}
.mw_wp_form table.mailform-tbl {
    width: 100%;
}
#contact header .rhythm {
	top: 33%;
}
    .members-ph img {
        height: 230px;
        object-fit: cover;
    }
.jisseki img{
    height: 150px;
}









}