@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: robot;
    src: url(../fs/RobotoMono-ExtraLight.ttf);
}

@font-face {
    font-family: noto;
    src: url(../fs/Noto_Sans_JP/static/NotoSansJP-Regular.ttf);
}

h1 {
    font-size: 2.5vw;
    text-shadow: 1px 1px 2px;
}

h2 {
    letter-spacing: .1em;
    font-size: 2.8vw;
    font-family: robot;
    color: #202020;
}

h3 {
    letter-spacing: .15em;
    font-size: 2vw;
    font-family: noto;
    color: rgb(91, 102, 84);
}

h4 {
    letter-spacing: .15em;
    font-size: 2vw;
    font-family: noto;
    color: rgb(91, 102, 84);
}

p {
    font-size: 1.5vw;
    line-height: 1.6;
    font-family: noto;
    color: rgb(91, 102, 84);
}

a {
    line-height: 1.6;
    letter-spacing: .1em;
    text-decoration: none;
    text-align: center;
    font-family: noto;
    color: rgb(91, 102, 84);
}

ul {
    list-style-type: none;
}

li {
    font-family: noto;
    text-align: center;
    font-size: 1.5vw;
}

html {
    scroll-behavior: smooth;
}
/* ヘッダーここから */
header:nth-of-type(2) {
    display: none;
}

header {
    display: flex;
    width: 100%;
    height: 10vw;
    padding-top: 2vw;
    background-image: url(../images/header.png);
    background-size: cover;
}

header .h1-box {
    width: 40%;
    margin-top: 1vw;
    margin-left: 5%;
    margin-right: 10%;
}

.header-logo {
    width: 100%;
}

.header-logo img {
    width: 100%;
    vertical-align: bottom;
}

header nav {
    width: 50%;
    margin-right: auto;
    padding-top: 1vw;
    padding-bottom: 3vw;
}

header nav ul {
    display: flex;
}

header nav ul div {
    width: 17%;
    margin-right: 4%;
}

header nav ul div:nth-of-type(2) {
    width: 21%;
    margin-right: 5%;
}

header nav ul div:nth-of-type(3) {
    width: 12%;
    margin-right: 5%;
}

header nav ul div:nth-of-type(4) {
    width: 18%;
    margin-right: 5%;
}

header nav ul li {
    width: fit-content;
    height: 3vw;
    margin-right: 4%;
    transition: 1s;
}

header nav ul li a {
    display: block;
    text-align: left;
    line-height: 1.5;
    font-family: noto;
    color: rgb(70, 78, 64);
}

header nav ul li a:hover {
    line-height: 1.5;
    border-bottom: 2px solid rgb(91, 102, 84);
    transition: .2s;
}
/* ヘッダーここまで */

/* ABOUTここから */
.about-box {
    position: relative;
    width: 100%;
    height: 57vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10vw;
}

.about-box .about-article {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.about-box .about-article .about-article-img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

.about-box .about-article img {
    width: 100%;
    vertical-align: bottom;
}

.about-box .about-article p {
    margin-top: 3vw;
    letter-spacing: .05em;
    text-align: center;
    font-size: 2vw;
}
/* top */
.about-top {
    position: absolute;
    top: 19vw;
    left: 38vw;
    width: 40%;
}

.about-top-img {
    position: relative;
    width: 70%;
}

.about-top-img img {
    width: 100%;
    vertical-align: bottom;
}

.about-top-img-p {
    position: absolute;
    top: 6.5vw;
    left: 4.8vw;
    width: 80%;
}

.about-top-img-p h3 {
    text-align: center;
    margin-bottom: 2vw;
    font-size: 2vw;
}

.about-top-img-p p {
    text-align: center;
}
/* left */
.about-left {
    position: absolute;
    top: 45vw;
    left: 18vw;
    width: 40%;
}

.about-left-img {
    position: relative;
    width: 70%;
}

.about-left-img img {
    width: 100%;
    vertical-align: bottom;
}

.about-left-img-p {
    position: absolute;
    top: 6.5vw;
    left: 1.1vw;
    width: 80%;
}

.about-left-img-p h3 {
    text-align: center;
    margin-bottom: 2vw;
    font-size: 2vw;
}

.about-left-img-p p {
    text-align: center;
}
/* right */
.about-right {
    position: absolute;
    top: 41vw;
    left: 57vw;
    width: 40%;
}

.about-right-img {
    position: relative;
    width: 70%;
}

.about-right-img img {
    width: 100%;
    vertical-align: bottom;
}

.about-right-img-p {
    position: absolute;
    top: 11vw;
    left: 2.8vw;
    width: 80%;
}

.about-right-img-p h3 {
    text-align: center;
    margin-bottom: 2vw;
    font-size: 2vw;
}

.about-right-img-p p {
    text-align: center;
}
/* ABOUTここまで */

/* 代表挨拶ここから */
.greetings-title {
    width: 25%;
    margin-top: 15vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7vw;
}

.greetings-title img {
    width: 100%;
    vertical-align: bottom;
}

.greetings-smart {
    display: none;
}

.greetings-pc-tablet {
    position: relative;
    width: 100%;
    height: 50vw;
}

.greetings-pc-tablet .greetings-box {
    position: absolute;
    top: 4vw;
    left: 8vw;
    width: 85%;
    height: 40vw;
    background-color: rgb(193, 212, 136);
}

.greetings-pc-tablet .greetings-box-shadow {
    position: absolute;
    top: 0;
    left: 12vw;
    width: 85%;
    height: 40vw;
    margin-left: auto;
    border: 4px solid white;
    background-color: #F5F2ED;
}

.greetings-circle {
    display: flex;
    width: 95%;
    height: 36vw;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #7D826A;
    border-radius: 20px;
}
/* 左 */
.greetings-left {
    width: 58%;
    margin-left: 3%;
}

.greetings-left .greetings-left-name {
    width: 70%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
}

.greetings-left .greetings-left-name img {
    width: 100%;
    vertical-align: bottom;
}

.greetings-left-message {
    width: 90%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-color: white;
}

.greetings-left-message h4 {
    padding-top: 1vw;
    text-align: center;
}

.greetings-left-message p {
    padding: .8vw;
}
/* 右 */
.greetings-right {
    width: 36%;
    margin-right: 3%;
}

.greetings-right .greetings-right-img {
    width: 60%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
}

.greetings-right .greetings-right-img img {
    width: 100%;
    vertical-align: bottom;
}

.greetings-right .greetings-right-title {
    width: 70%;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
    padding-top: .3vw;
    padding-bottom: .3vw;
    border-radius: 10px;
    background-color: white;
}

.greetings-right .greetings-right-title p {
    letter-spacing: .2em;
    text-align: center;
    font-size: 1.8vw;
}

.greetings-kinds {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vw;
}

.kinds-item1 {
    width: fit-content;
    margin-right: 1%;
    padding-left: .5vw;
    padding-right: .5vw;
    border: 2px solid white;
    background-color: rgb(193, 212, 136);
}
/* 代表挨拶ここまで */

/* スタッフ紹介ここから */
.staff-box {
    width: 100%;
}

.staff-box .staff-title {
    width: 18%;
    margin-left: auto;
    margin-right: auto;
}

.staff-box .staff-title img {
    width: 100%;
    vertical-align: bottom;
}

.staff-box .staff-article {
    width: 55%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.staff-box .staff-article p {
    text-align: center;
}

.staff-member {
    text-align: center;
}

.staff-member p {
    font-size: 5vw;
}

.staff-side {
    display: flex;
    width: 90%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.staff-side2 {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.staff-pc-tablet2 {
    position: relative;
    width: 45%;
    height: 50vw;
}

.staff-pc-tablet3 {
    position: relative;
    width: 45%;
    height: 50vw;
    margin-left: 5%;
}

.staff-box2 {
    position: absolute;
    top: 4vw;
    left: 6vw;
    width: 90%;
    height: 39vw;
    background-color: rgb(253, 225, 152);
}

.staff-box2-shadow {
    position: absolute;
    top: 0;
    left: 3vw;
    width: 90%;
    height: 40vw;
    margin-left: auto;
    border: 4px solid white;
    background-color: #F5F2ED;
}

.staff-circle2 {
    display: flex;
    width: 90%;
    height: 36vw;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #7D826A;
    border-radius: 20px;
}
/* Adachi&Satake共通 */
.staff-center {
    width: 95%;
}

.staff-center-img {
    display: flex;
    width: 100%;
    margin-top: 1vw;
}

.staff-center-leftimg {
    width: 23%;
    margin-left: 5.5%;

}

.staff-center-leftimg img{
    width: 100%;
    vertical-align: bottom;
}

.staff-center-rightimg {
    width: 70%;
    margin-top: .9vw;
    margin-right: auto;

}

.staff-center-rightimg img{
    width: 100%;
    vertical-align: bottom;
}

.staff-kinds {
    display: flex;
    width: 85%;
    margin-left: auto;
    margin-top: .5vw;
    margin-bottom: .5vw;
}

.staff-item1 {
    width: fit-content;
    margin-right: 4.5%;
    padding-left: .5vw;
    padding-right: .5vw;
    border: 2px solid white;
    background-color: rgb(253, 225, 152);
}

.staff-message {
    width: 100%;
    margin-top: 1vw;
    margin-left: 2.5%;
    margin-right: auto;
    border-radius: 15px;
    background-color: white;
}

.staff-message h4 {
    padding-top: 1vw;
    text-align: center;
}

.staff-message p {
    padding: .8vw;
}
/* Michiko&Atsuko専用 */
.staff-center-img2 {
    display: flex;
    width: 100%;
    margin-top: 1.5vw;
    margin-bottom: 1vw;
}
.staff-center-leftimg2 {
    width: 20%;
    margin-left: 6%;
    margin-right: 2%;
}

.staff-center-leftimg2 img {
    width: 100%;
    vertical-align: bottom;
}
/* スタッフ紹介ここまで */

/* COMPANYここから */
.recruit-box {
    width: 100%;
}

.recruit-box .recruit-title {
    width: 45%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
}

.recruit-box .recruit-title img {
    width: 100%;
    vertical-align: bottom;
}

.recruit-box .recruit-p {
    width: 60%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.recruit-box .recruit-p p {
    text-align: center;
}

.company-frame {
    width: 50%;
    height: 73vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding: 3vw;
    border-radius: 20px;
    background-color: #f5f2ed;
}

.company-frame p:nth-of-type(1) {
    display: block;
    width: 90%;
    text-align: center;
    margin-bottom: 2vw;
    padding-top: 2vw;
    padding-left: 1vw;
    line-height: 2;
    font-size: 1.6vw;
}

.company-frame p {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5vw;
    padding-left: 1vw;
    line-height: 2;
    font-size: 1.4vw;
}
/* COMPANYここまで */

/* CONTACTここから */
.contact-box {
    width: 100%;
    padding-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.contact-img1 {
    width: 19%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
}

.contact-img1 img {
    width: 100%;
    vertical-align: bottom;
}

.contact-box .contact-center {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.contact-box .contact-center p {
    letter-spacing: .1em;
    text-align: center;
}

.contact-box .contact-center .contact-center-a {
    width: 30%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
    border: 2px solid white;
    border-radius: 20px;
    background-color: rgb(249, 192, 86);
    transition: .5s;
}

.contact-box .contact-center .contact-center-a a {
    display: block;
    letter-spacing: .1em;
    text-align: center;
    font-size: 1.4vw;
    color: white;
}
/* CONTACTここまで */

/* フッターここから */
footer:nth-of-type(2) {
    display: none;
}

footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F2ED;
}

footer .footer-box1 {
    display: flex;
    width: 100%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3vw;
}

footer .footer-box1 .footer-imgbox {
    width: 30%;
    margin-left: 10%;
    margin-right: 2%;
}

footer .footer-imgbox img {
    width: 100%;
    vertical-align: bottom;
}

/* ソーシャルアイコンここから */
.social-box {
    display: flex;
    width: 18%;
    margin-left: 40%;
    margin-right: auto;
}

.social-box a:nth-of-type(1) {
    padding-top: .8vw;
    width: 22%;
}

.social-box a:nth-of-type(2) {
    width: 30%;
}

.social-box a img {
    width: 100%;
    vertical-align: bottom;
}
/* ソーシャルアイコンここまで */
.grand-footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* footer2段目ここから */
.footer-box2 {
    width: 80%;
    margin-top: 2vw;
    margin-left: 18%;
    margin-right: auto;
}

.footer-box2 ul {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-box2 ul .footer-libox {
    width: 10%;
    margin-left: 5%;
}

.footer-box2 ul li {
    width: fit-content;
    height: 1vw;
    transition: 1s;
}

footer .footer-box2 ul li a {
    line-height: 1.5;
    font-family: noto;
    color: rgb(70, 78, 64);
    font-size: 1.5vw;
}

footer .footer-box2 ul li a:hover {
    line-height: 1.5;
    border-bottom: 2px solid rgb(91, 102, 84);
    transition: .2s;
    font-size: 1.5vw;
}
/* footer2段目ここまで */
/* footer3段目ここから */
.footer-box3 {
    width: 80%;
    margin-top: 3vw;
    margin-left: 18%;
    margin-right: auto;
    margin-bottom: 5vw;
}

.footer-box3 ul {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-box3 ul .footer-libox {
    width: 10%;
    margin-left: 5%;
}

.footer-box3 ul li {
    width: fit-content;
    height: 1vw;
    transition: 1s;
}

footer .footer-box3 ul li a {
    line-height: 1.5;
    font-family: noto;
    color: rgb(70, 78, 64);
    font-size: 1.5vw;
}

footer .footer-box3 ul li a:hover {
    line-height: 1.5;
    border-bottom: 2px solid rgb(91, 102, 84);
    transition: .2s;
    font-size: 1.5vw;
}
/* footer3段目ここまで */
footer p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1vw;
    text-align: center;
}
/* フッターここまで */