<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
    overflow: visible;
}
/* aboutページ */
.about-title-section {
    width: 100%;
    background-color: #fff;
    padding: clamp(80px, 10vw, 150px) 0 clamp(50px, 6vw, 100px) 0;
}
.about-title-inner {
    width: clamp(60%, 75vw, 90%); 
    margin: auto;
}
.about-title-inner h1 {
    font-size: clamp(2rem, 8vw, 5rem); 
    font-weight: normal;
}
.about-title-inner p {
    margin: clamp(1px, 1vw, 20px) 0 clamp(40px, 6vw, 80px) 0; 
    font-size: clamp(0.875rem, 1vw, 1rem); 
    font-weight: normal;
}
.about-title-inner img {
    width: 100%;
    height: clamp(200px, 40vw, 400px); 
}
.about-title-inner h2 {
    margin-top: clamp(10px, 3vw, 20px); 
    font-size: clamp(1.2rem, 2vw, 1.5rem); 
    font-weight: normal;
}
.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: clamp(600px, 90vh, 900px); 
    position: relative;
    padding: clamp(10px, 2vw, 20px); 
}
.about-inner {
    display: flex;
    align-items: center;
    position: relative;
}
.about-text {
    background-color: #fff;
    padding: clamp(30px, 4vw, 50px) clamp(40px, 6vw, 80px); 
    max-width: 90%; 
    font-size: clamp(1rem, 1vw, 1.2rem); 
    z-index: 1;
}
.about-content-img {
    width: clamp(200px, 20vw, 300px); 
    height: auto;
    object-fit: cover;
    margin-top: clamp(100px, 10vw, 500px); 
    margin-left: clamp(-50px, -5vw, -100px); 
    z-index: 1;
}
.about-text strong {
    font-size: clamp(1rem, 2vw, 1.3rem); 
    color: #006400; 
    display: block; 
    margin: clamp(10px, 2vw, 15px) 0; 
}
/* serviceページ */
.service-title-section {
    background-color: #fff;
    padding: clamp(80px, 10vw, 150px) 0; 
}
.service-title-inner {
    width: clamp(60%, 75vw, 90%); 
    margin: auto;
}
.service-title-inner h1 {
    font-size: clamp(2.5rem, 8vw, 5rem); 
    font-weight: normal;
}
.service-title-inner p {
    margin: clamp(10px, 2vw, 20px) 0 clamp(40px, 6vw, 80px) 0; 
    font-size: clamp(0.875rem, 1vw, 1rem); 
    font-weight: normal;
}
.service-title-inner img {
    width: 100%;
    height: clamp(200px, 40vw, 400px); 
}
.service-containers {
    padding: clamp(30px, 5vw, 50px) clamp(10px, 3vw, 20px); 
    display: flex;
    justify-content: center;
}
.service-container {
    width: clamp(70%, 80vw, 90%); 
    display: flex;
    flex-direction: column;
    gap: clamp(50px, 10vw, 100px); 
}
.service-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: clamp(30px, 6vw, 50px) clamp(20px, 6vw, 80px); 
    gap: clamp(10px, 4vw, 20px);
}
.service-content img {
    width: clamp(200px, 20vw, 300px); 
    height: auto;
    border-radius: 3px;
    object-fit: cover;
}
.service-text {
    flex: 1;
}
.service-text h2 {
    font-size: clamp(1rem, 3vw, 1.8rem);
    font-weight: bold;
    margin-bottom: clamp(5px, 2vw, 10px);
    color: #2c2c2c;
}
.service-text p {
    font-size: clamp(0.85rem, 1vw, 1.1rem);
    line-height: 1.6;
    margin-bottom: clamp(10px, 2vw, 15px);
    color: #2c2c2c;
}
.service-text ul li{
    font-size: clamp(0.7rem, 1vw, 1rem);
}
.strong-points1 {
    margin-top: clamp(200px, 10vw, 500px);
}
.strong-points1, .strong-points2 {
    background-color: #ffffff;
    padding: clamp(80px, 10vw, 150px) 0;
}
.strong-point {
    width: 70%;
    margin: auto;
}
.strong-text h1 {
    font-size: clamp(1.2rem, 5vw, 2.5rem);
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: clamp(20px, 3vw, 30px);
}
.strong-text h1 span {
    color: #006400;
}
.strong-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: clamp(10px, 4vw, 20px);
    justify-content: center;
}
.strong-item {
    background-color: #fff;
    border: 2px solid #006400;
    border-radius: 5px;
    padding: clamp(10px, 3vw, 20px);
    text-align: left;
}
.strong-item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.2rem, 3vw, 2rem);
    width: clamp(50px, 8vw, 100px);
    height: clamp(40px, 8vw, 80px);
    line-height: 50px;
    margin-bottom: clamp(10px, 2vw, 15px);
    position: absolute;
    top: 0;
    left: 0;
}
.strong-item-title {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-weight: bold;
    margin: clamp(10px, 10vw, 30px) 10px clamp(5px, 2vw, 10px) 10px;
    color: #333;
}
.strong-item-content{
    font-size: clamp(0.8rem, 2vw, 1.2rem);
}
.strong-points2
.pricing-table {
    width: clamp(60%, 80vw, 90%);
    margin: 0 auto clamp(20px, 4vw, 30px);
    border-collapse: collapse;
    font-size: clamp(0.7rem, 1vw, 1rem);
    color: #333;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.pricing-table thead th {
    background-color: #006400;
    color: #ffffff;
    padding: clamp(10px, 2vw, 15px);
    text-align: center;
    font-weight: bold;
    border: 1px solid #ddd;
}
.pricing-table tbody tr {
    background-color: #f9f9f9;
}
.pricing-table tbody tr:nth-child(odd) {
    background-color: #eaf4e5;
}
.pricing-table td {
    padding: clamp(10px, 2vw, 15px);
    text-align: center;
    border: 1px solid #ddd;
}
.notes {
    font-size: clamp(0.75rem, 1vw, 0.9rem);
    line-height: 1.6;
    color: #555;
    text-align: left;
    margin-top: clamp(10px, 2vw, 20px);
    width: clamp(60%, 80vw, 90%);
    margin: 20px auto 0;
}
/* memberページ */
.member-title-section {
    background-color: #fff;
    padding: clamp(80px, 10vw, 150px) 0; 
}
.member-title-inner {
    width: clamp(60%, 75vw, 90%); 
    margin: auto;
}
.member-title-inner h1 {
    font-size: clamp(2.5rem, 8vw, 5rem); 
    font-weight: normal;
}
.member-title-inner p {
    margin: clamp(10px, 2vw, 20px) 0 clamp(40px, 6vw, 80px) 0; 
    font-size: clamp(0.875rem, 1vw, 1rem); 
    font-weight: normal;
}
.member-title-inner img {
    width: 100%;
    height: clamp(200px, 40vw, 400px); 
}
.member-containers {
    width: clamp(60%, 80vw, 90%); 
    margin: auto;
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: clamp(10px, 4vw, 20px); 
}
.member-container {
    width: 100%;
    margin: auto;
}
.member-item {
    background-color: #ffffff;
    padding: clamp(10px, 2vw, 20px); 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.member-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: clamp(200px, 40vw, 350px); 
    border-radius: 50%;
    object-fit: cover;
}
.member-item-name{
    margin-top: clamp(15px, 5vw, 30px);
    font-size: clamp(0.3rem, 8vw, 1rem); 
}
.member-item p{
    font-size: clamp(0.3rem, 8vw, 0.8rem); 
}
/* worksページ */
.works-title-section {
    background-color: #fff;
    padding: clamp(80px, 10vw, 150px) 0; 
}
.works-title-inner {
width: clamp(60%, 75vw, 90%); 
margin: auto;
}
.works-title-inner h1 {
font-size: clamp(2.5rem, 8vw, 5rem); 
font-weight: normal;
}
.works-title-inner p {
margin: clamp(10px, 2vw, 20px) 0 clamp(40px, 6vw, 80px) 0; 
font-size: clamp(0.875rem, 1vw, 1rem); 
font-weight: normal;
}
.works-title-inner img {
width: 100%;
height: clamp(200px, 40vw, 400px);
object-fit: cover;
}
.works-containers {
background-color: rgba(0, 0, 0, 0);
margin-bottom: clamp(50px, 10vw, 150px); 
padding: clamp(50px, 10vw, 100px) clamp(20px, 5vw, 50px);
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
height: auto;
overflow: visible;
}
.works-container {
max-width: clamp(800px, 90vw, 1200px); 
width: 100%;
padding: clamp(20px, 4vw, 30px); 
}
.another-works {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
gap: clamp(10px, 4vw, 20px); 
}
.another-works-content {
background-color: #fff;
border: 1px solid #ddd;
text-align: center;
overflow: hidden;
padding: clamp(10px, 3vw, 15px);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.another-works-content:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.another-works-content-img {
    max-width: 100%;
    height: auto;
    margin-bottom: clamp(5px, 2vw, 10px); 
    object-fit: cover;
}
.another-works-content-title {
    font-size: clamp(1rem, 1.5vw, 1.125rem); 
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: clamp(3px, 1vw, 5px);
}
.another-works-content-date {
    font-size: clamp(0.875rem, 1vw, 1rem); 
    color: #006400;
}
.my-custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(10px, 3vw, 20px); 
    margin: clamp(20px, 5vw, 40px) auto;
}
.my-custom-pagination a,
.my-custom-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    padding: clamp(8px, 2vw, 10px) clamp(15px, 4vw, 20px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-weight: bold;
}
.my-custom-pagination a:hover {
    background-color: #f0f0f0;
}
.my-custom-pagination .disabled {
    opacity: 0.5;
    cursor: default;
}
/* companyページ */
.company-title-section {
    background-color: #fff;
    padding: clamp(80px, 10vw, 150px) 0; 
}
.company-title-inner {
    width: clamp(60%, 75vw, 90%); 
    margin: auto;
}
.company-title-inner h1 {
    font-size: clamp(2.5rem, 8vw, 5rem); 
    font-weight: normal;
}
.company-title-inner p {
    margin: clamp(10px, 2vw, 20px) 0 clamp(40px, 6vw, 80px) 0; 
    font-size: clamp(0.875rem, 1vw, 1rem); 
    font-weight: normal;
}
.company-title-inner img {
    width: 100%;
    height: clamp(200px, 40vw, 400px); 
}
.company-containers {
    background-color: #fff;
    margin-bottom: clamp(50px, 10vw, 150px); 
    padding: clamp(50px, 10vw, 100px) clamp(20px, 5vw, 50px); 
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-container {
    width: 100%;
    background-color: #fff;
    padding: clamp(20px, 4vw, 30px); 
}
.company-content {
    text-align: left;
}
.company-info {
    width: 100%;
    max-width: clamp(500px, 80vw, 800px);
    margin: clamp(10px, 2vw, 20px) auto;
    font-size: clamp(12px, 1vw, 14px); 
    color: #2c2c2c;
    border-collapse: separate;
    border-spacing: 0 clamp(5px, 2vw, 10px);
}
.company-info-row {
    display: flex;
    align-items: center;
    margin-bottom: clamp(5px, 2vw, 10px);
}
.company-info-header {
    width: clamp(120px, 12vw, 150px); 
    background-color: #006400;
    color: #fff;
    text-align: center;
    margin: clamp(5px, 2vw, 10px) clamp(10px, 3vw, 20px);
    padding: clamp(1px, 1vw, 10px) clamp(1px, 1vw, 15px);
    font-weight: bold;
}
.company-info-content {
    flex: 1;
    background-color: #fff;
    border: 1px solid #006400;
    padding: clamp(1px, 1vw, 10px) clamp(1px, 1vw, 15px);
    white-space: pre-line;
}
/* faqページ */
.faq-title-section {
    width: 100%;
    background-color: #fff;
    padding: clamp(80px, 10vw, 150px) 0 clamp(50px, 6vw, 100px) 0;
}
.faq-title-inner {
    width: clamp(60%, 75vw, 90%); 
    margin: auto;
}
.faq-title-inner h1 {
    font-size: clamp(2rem, 8vw, 5rem); 
    font-weight: normal;
}
.faq-title-inner p {
    margin: clamp(10px, 2vw, 20px) 0 clamp(40px, 6vw, 80px) 0; 
    font-size: clamp(0.875rem, 1vw, 1rem); 
    font-weight: normal;
}
.faq-title-inner img {
    width: 100%;
    height: clamp(200px, 40vw, 400px);
    object-fit: cover;
}
.faq-containers {
    padding: clamp(10px, 5vw, 100px) clamp(10px, 8vw, 30px); 
    background-color: #fff;
}
.faq-container {
    width: clamp(30%, 60vw, 80%); 
    height: 100%;
    margin: auto;
}
.accordion-area{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 8vw, 100px);
}
.accordion-area li{
    width: 80%; 
    height: 90px;
    margin: auto;
}
.accordion-area section {
    border: 1px solid #006400;
}
.title {
    position: relative;
    cursor: pointer;
    font-size: clamp(0.6rem, 1vw, 0.8rem); 
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333; 
}
.title::before{
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}
.title::after{    
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}
.title.close::before{
    transform: rotate(45deg);
}
.title.close::after{
    transform: rotate(-45deg);
}
.box {
    max-height: 0;
    overflow: hidden;
    background: #f0fff0;
    margin: 0 3% 3% 3%;
    padding: 0 3%;
    font-size: clamp(0.6rem, 1vw, 0.8rem); 
    white-space: normal;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}
.box.open {
    padding: 3%;
}
/* contactページ */
.contact-title-section {
    background-color: #fff;
    padding: clamp(80px, 10vw, 150px) 0; 
}
.contact-title-inner {
    width: clamp(60%, 75vw, 90%); 
    margin: auto;
}
.contact-title-inner h1 {
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: normal;
}
.contact-title-inner p {
    margin: clamp(10px, 2vw, 20px) 0 clamp(40px, 6vw, 80px) 0; 
    font-size: clamp(0.875rem, 1vw, 1rem); 
    font-weight: normal;
}
.contact-title-inner img {
    width: 100%;
    height: clamp(200px, 40vw, 400px); 
}
.contact-containers {
    padding: clamp(20px, 5vw, 40px) clamp(10px, 3vw, 20px); 
    background-color: #fff;
}
.contact-container {
    width: clamp(50%, 60vw, 80%); 
    margin: auto;
}
.table-res-form {
    width: 100%;
    max-width: clamp(500px, 80vw, 800px); 
    border-collapse: separate; 
    border-spacing: 0 clamp(5px, 2vw, 8px);
    margin: 0 auto;
}
.table-res-form th {
    width: 30%;
    background-color: #006400;
    padding: clamp(8px, 2vw, 12px);
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.table-res-form td {
    padding: clamp(8px, 2vw, 12px);
    background-color: #fff;
}
.table-res-form input[type="text"],
.table-res-form input[type="email"],
.table-res-form input[type="tel"],
.table-res-form textarea {
    width: 100%;
    padding: clamp(8px, 2vw, 10px);
    border: 1px solid #ccc;
    font-size: clamp(14px, 1vw, 16px); 
}
.table-res-form textarea {
    resize: vertical;
    height: clamp(100px, 15vw, 120px); 
}
input::placeholder, textarea::placeholder {
    color: #aaa;
}
input[type="submit"] {
    display: block;
    width: clamp(150px, 20vw, 200px); 
    padding: clamp(8px, 2vw, 12px); 
    background-color: #006400;
    color: #fff;
    font-size: clamp(16px, 1.5vw, 18px); 
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: clamp(10px, 3vw, 20px) auto 0;
    transition: background-color 0.3s ease-in-out;
}
/* 404ページ */
.title-404-section {
    width: 100%;
    background-color: #fff;
    padding: clamp(80px, 10vw, 150px) 0 clamp(50px, 6vw, 100px) 0;
}
.title-404-inner {
    width: clamp(60%, 75vw, 90%); 
    margin: auto;
}
.title-404-inner h1 {
    font-size: clamp(2rem, 8vw, 5rem); 
    font-weight: normal;
}
.content-404{
    color: #fff;
}
.content-404 h2{
    text-align: center;
}
@media (max-width: 1068px){
    .about-content {
        position: static; 
        display: block;    
        min-height: auto; 
        padding: 20px;    
    }
    .about-inner {
        position: static; 
        display: block;  
    }
    .about-content-img {
        width: 100%; 
        margin: 5% auto;
    }
    .service-content{
        flex-direction: column;
    }
    .service-content img {
        width: 70%; 
    }
    .strong-point {
        width: 90%;
        margin: auto;
    }
    .accordion-area li{
        width: 100%;
    }
}
@media (max-width: 768px){
    .company-info-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .company-info-header {
        width: 100%; /* 幅を100%にしてカラム内で整列 */
        text-align: left; /* 左揃え */
        margin: 0 0 clamp(5px, 2vw, 10px) 0;
    }
    .company-info-content {
        width: 100%; /* コンテンツも100%幅 */
    }
    .table-res-form th {
        padding: 0 0 0 clamp(0.3rem, 2vw, 0.8rem); /* padding を可変 */
        font-size: clamp(0.3rem, 1.5vw, 0.8rem); /* フォントサイズを可変 */
    }



}</pre></body></html>