@charset "UT-8";
html{
    font-size: 100%;
}
a{
    text-decoration: none;
}a:link{
    color: white;
}
a:visited{
    color: rgb(114, 72, 15);
}

/* 共通ページ */
body{
    font-family: serif;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    background-color: #fafafa;
    color: #333;
    line-height: 1.8;
    margin: 0;
}
h1{
    display: flex;
}
.page-title{
    font-size: 150%;
    margin: 10px;
}
.page-title a{
    padding: 20px;
}
.page-title a:hover{
    transform: translateY(-5px);
}
h1 p{
    margin-top: 43px;
    font-size: 70%;
    font-family: serif;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.main-nav{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding-right:50px ;
    background-color: burlywood;
    color: #fff;
}
.main-nav li{
    padding:20px;
    font-size: large;
    font-weight: 200;
}
.main-nav li a:hover{
    padding: 10px;
    font-weight: 400;
    background-color:rgb(255, 255, 255);
    border-radius: 3px;
    background-color: #ffffff;
    color: #2e4a26;

}

/* Googleフォント */
.zen-kurenaido-regular {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 8%;
}
.yuji-boku-regular {
    font-family: "Yuji Boku", serif;
    font-weight: 400;
    font-style: normal;
}
.yuji-syuku-regular {
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
}
.viaoda-libre-regular {
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    font-style: normal;
}
.m-plus-rounded-1c-regular {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.hina-mincho-regular {
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
}


.slider-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.slider-area {
    position: relative;
    width: 100%;
    height: 80vh;
}

.slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 15s linear infinite 0s;
}

.slider-item:nth-child(2) {
    animation-delay: 5s;
}

.slider-item:nth-child(3) {
    animation-delay: 10s;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    40%,
    100% {
        opacity: 0;
    }
}
.slider-text {
    position: absolute;
    top: 25%;
    left: 25%;
    color: white;
    font-size: 250%;
    font-weight: 800;
}
.slider-text-2{
    position: absolute;
    bottom: 30%;
    left: 5%;
    color: white;
    font-size: 250%;
    padding: 10px 20px;
    font-weight: 800;
}
.line{
    padding: 30px;
    background-color: burlywood;
    margin-bottom: 150px;
}
.news{
    background-color: rgb(235, 235, 235);
    margin: 100px;
    padding: 60px;
}
.news-title{
    font-size: 200%;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    padding: 10px;
    border-bottom: #5a5a5a dotted 3px;
}
.post-title{
    font-weight: 300;
    font-size: 140%;
    list-style:square;
    margin:50px 50px 50px 200px;
}
.page-title a:visited{
    color: #000;
}
.page-title a:link{
    color: #000;
}
.post-date{
    font-size: 80%;
}
h2{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
h2 img{
    height: 40%;
    width: 45%;
    margin:100px 0 100px 120px;
    border-radius: 10px;
}
.concept{
    margin: 110px 140px 50px 70px;
    font-size: 80%;
    font-weight: 100;
    line-height: 180%;
}
h3{
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.wapper-job{
    display: flex;
    justify-content: center;
}
.job-title{
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    color: #111;
    padding: 12px 20px;
    margin: 20px auto 20px;
    display: inline-block;
    position: relative;
    
    /* 下にシャープなライン */
    border-bottom: 3px solid #111;
}

.grid{
    display: grid;
    justify-content: center;
    gap: 1rem 1rem;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    margin: 50px;
}
.main-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    transition: transform 0.3s;
}
.main-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.main-item img{
    height: 300px;
    width: 280px;
    border-radius: 20px;
}
.main-item p{
    font-size: 130%;
    border-bottom: #000 solid 1px;
    margin: 0px 80px;
}

.main-item p :hover{
    background-color: #fff;
    box-shadow: none;
}
.contact-guide {
    font-family: "Noto Sans JP", "Zen Maru Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #444;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: .05em;
    line-height: 1.7;
    position: relative;
    display: inline-block;
    opacity: 0.9;
  }
  
  .contact-guide::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -6px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #bbb, transparent);
    border-radius: 2px;
  }
.inf-btn a{
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 14px 34px;
  margin: 50px;
  color: #fff;
  background: linear-gradient(135deg, #5f9529, #333);
  text-decoration: none;
  letter-spacing: .05em;
  transition: all .25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.inf-btn a:visited{
    color: #fff;
}
.inf-btn a:hover{
    background: linear-gradient(135deg, #333, #111);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.page-top{
    text-align: right;
    margin: 15px 30px;
}
.page-top a:link{
    color: burlywood;
}
.page-top a:hover{
    color: black;
    transform: translateY(-5px);
}
.wapper-top{
    background-color: burlywood;
}
.wapper-info{
    display: flex;
    text-align: center;
    justify-content: center;
    list-style: none;
    align-items: center;
    gap: 40px;
}
.company{
    font-size: 270%;
    font-family: Copperplate; 
    font-weight: 400;   
    font-weight: bold;
}
.tell p{
    font-size: 170%;
    font-weight: bold;
    border-bottom: #2a3521 3px dotted;
    font-family: serif;
}
.message{
    padding: 30px 20px ;
    margin: 2em 0; 
    position: relative;
    border-radius: 5px;
    border: 3px solid #333;
    box-shadow: -3px 3px 0 0 #333;
}
.message:before,
.message:after {
    position: absolute;
    border: solid transparent;
    content: "";
}
.picture{
    margin: 15px;
}
.picture img{
    height: 19vh;
    width: auto;
    border-radius: 30px;
}
.picture p{
    font-size: 80%;
}

footer{
    background-color: black;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 70px auto 70px auto;
}

/* informationページ */
.information-hed{
    height: 45vh;
    width: 100%;
}
.information-title{
    font-size: 200%;
    margin:60px 80px 0px 180px;
    border-bottom: #2a3521 2px solid;
    padding: 50px 0 15px 125px;
    font-weight: 600;
}
.inf-comment{
    display: grid;
    place-content: center;
    margin: 50px auto auto 20px; 
    font-family:'Hiragino Maru Gothic ProN W4';
}
.contact-tell{
    margin: 100px 200px 50px 250px;
    padding: 50px;
    display: grid;
    place-items: center;
    background-color: gainsboro;
}
.contact-form{
    margin:80px 0 40px 0;
    display: grid;
    place-items: center;
    font-family:'Hiragino Maru Gothic ProN W4';
}
.form-text{
    margin: 10px auto 30px 40px;
    border: #000 5px double;
    width: 300px;
    padding: 3px 7px;
}
#add{
    margin-left: 200px;
}
#address{
    border: #000 5px double;
    width: 500px;
}
#message{
    margin-left: 200px;
}
#textarea{
    margin: 10px auto 0 40px;
    border: #000 5px double;
    width: 500px;
    height: 200px;
    padding: 3px 7px;
}
#submit{
    color: #fff;
}
.submit-label{
    margin-left: 180px;
    margin-bottom: 100px;
    width: 180px;
    display: inline-block;
    font-size: 1.3rem;
  font-weight: 600;
  padding: 14px 34px;
  margin: 50px;
  color: #fff;
  background: linear-gradient(135deg, #5f9529, #333);
  text-decoration: none;
  letter-spacing: .05em;
  transition: all .25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  text-align: center;
    
}

/* companyページ */
.company-hed{
    height: 45vh;
    width: 100%;
}
.wapper-table{
    display: flex;
    justify-content: center;
}
table{
    margin: 60px;
    padding: 30px;
    width: 800px;
    background-color: rgb(250, 245, 235);
}
table tr{
    padding: 20px;
}
table tr th,
table tr td{
    padding: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: large;
    font-weight: 600;
    font-family: Jokerman;
} 
table tr th p{
    font-weight: 800;
    border-bottom: #000 dotted 2px;
}
.ceo-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 60px 20px;
    max-width: 1000px;
    margin: auto;
}

.ceo-message img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.message-text {
    max-width: 600px;
}
.message-text h3 {
    color: #1b4332;
    margin-bottom: 15px;
}
.message-text .sign {
    margin-top: 20px;
    font-weight: bold;
    color: #444;
}
.sign{
    text-align: right;
}

/* レスポンシブ共通 */
@media(max-width:799px){
    body{
        font-size: 60%;
    }
    h1{
        font-size: 220%;
    }
    h1 p{
        margin:35px 0 5px 0;
    }
    .main-nav{
        display: flex;
        list-style: none;
        justify-content: center;
        padding: 3px;
        margin: 0;
        background-color: burlywood;
        color: #fff;
        gap: 20px;
    }
    .main-nav li{
        padding: 8px;
        margin: 5px; 
        font-size: small;
    }
    .main-nav li a:hover{
        border-radius: 8px;
    }
    .page-title{
        padding:0px;
    }
    .page-title a{
        padding: 8px;
    }
    .slider-area {
        width: 100%;
        height: 40vh;
    }
    .slider-text{
        font-size: 170%;
    }
    .slider-text-2{
        font-size: 170%;
    }
    .line{
        padding: 0px;
        margin: 0;
    }
    .news{
        margin: 70px 30px;
        padding: 30px;
    }
    .news-title{
        font-weight: 400;
    }
    .post-title{
        font-weight: 300;
        font-size: 140%;
        list-style:square;
        margin:40px;
    }
    .post-date{
        font-size: 80%;
    }
    h2{
        display:block;
        justify-content: center;
        text-align: center;
    }
    h2 img{
        width: 65%;
        height: auto;
        border-radius: 5px;
        margin: auto;
    }
    .concept{
        margin: 20px 50px 80px 50px;
        text-align: left;
    }
    h3{
        display: flex;
        justify-content: center;
        margin: 40px 0;
    }
    .job-title{
        font-size: 18px;
        font-weight: 400;
        padding: 12px;
        margin: auto;
        width: 250px;
    }
    .grid{
        gap: 1rem;
        margin: 35px;
        grid-template-columns: repeat(2,1fr);
    }
    .main-item {
        background-color: #fff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .main-item img{
        height: auto;
        width: 90%;
        margin: 0;
        padding: 0;
    }
    .main-item p{
        font-size: 80%;
        margin: 0px 20px;
        padding: 0;
    }
    .inf-btn a{
        font-size: 0.8rem; 
        padding: 10px 20px;
        margin: 25px;
    }
    .wapper-info{
        gap: 20px;
    }
    .company{
        font-size: 170%;
        font-family: Copperplate; 
        font-weight: 400;
    }
    .company p{
        font-size: 120%;
    }
    .tell{
        font-size: 75%;
    }
    .tell p{
        font-size: 170%;
        color: #000;
    }
    .tell p a:link{
        color: #000;
    }
    .message{
        font-size: 80%;
        padding: 8px;
    }
    .message{
        border: 1.5px solid #333;
        box-shadow: -1.5px 1.5px 0 0 #333;
    }
    .picture{
        margin: 0;
    }
    .picture p{
        font-size: 0;
    }
    .picture img{
        width: 0;
        height: 0;
    }

    /* レスポンシブinformationページ */
    .information-hed{
        height: auto;
        width: 100%;
    }
    .information-title{
        font-size: 200%;
        text-align: center;
        margin: 20px;
        padding: 20px;
        font-weight: 700;
    }
    .inf-comment{
        margin: 0px auto auto 20px; 
    }
    .inf-comment a:hover{
        color: #000;
    }
    .contact-tell{
        margin: 60px;
        padding: 40px;
    }
    .contact-form{
        margin:0;
        padding: 0;
    }
    #add{
        margin-left: 0px;
    }
    #address{
        border: #000 5px double;
        width: 300px;
    }
    #message{
        margin: 0 20px;
    }
    #textarea{
        width: 300px;
        height: 160px;
        padding: 3px 7px;
    }
    #submit{
        color: #fff;
    }
    #submit :hover{
        letter-spacing: 0.15em;
    }
    .submit-label{
        width: 100px;
        font-size: 120%;
    }

    /* レスポンシブconpanyページ */
    .company-hed{
        width: 100%;
        height: auto;
    }
    table{
        margin: 30px;
        padding: 10px;
        max-width: 600px;
    }
    table tr th,
    table tr td{
        font-size: 100%;
        padding: 8px;
        color: #000;
    }
    table tr th,
    table tr td a:link{
        color: #000;
    }
    .ceo-message {
        padding:20px;
        margin: auto;
    }
    .ceo-message img {
        width: 130px;
        height: 130px;
    }
}
