@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);
}

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 {
    position: relative;
    display: flex;
    width: 100%;
    height: 40vw;
    padding-top: 2vw;
    background-image: url(../images/top3-2\(800\)sora.png);
    background-size: contain;
    background-repeat: no-repeat;
}
/* アニメーションここから */
.header-anime1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42vw;
    background-image: url(../images/top3-2\(800\).png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100;
}
/* 雲 */
.header-anime2 {
    position: absolute;
    top: 10vw;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

.header-cloud {
    display: flex;
    width: 100%;
    margin-left: -180vw;
    animation: move 200s linear infinite;
}

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

@keyframes move {
    100% {
        margin-left: 100%;
    }
}

/* 飛行機 */
.header-anime3 {
    position: absolute;
    width: 100%;
    height: 40vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    z-index: 9;
}

.header-airplane {
    width: 105%;
    margin-left: auto;
    margin-right: auto;
    animation: move2 20s linear infinite;
}

.header-airplane img {
    width: 8%;
    vertical-align: bottom;
}

@keyframes move2 {
    0% {
        margin-top: 25vw;
        margin-left: 110vw;
    }
    100% {
        margin-left: -130vw;
    }
}
/* アニメーションここまで */
header .h1-box {
    width: 40%;
    margin-top: 1vw;
    margin-left: 5%;
    margin-right: 10%;
    z-index: 100000;
}

.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;
    z-index: 100000;
}

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;
}
/* ヘッダーここまで */

/* 横スクロールここから */
.scroll-box {
    width: 100%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.scroll-box .A-1 {
    display: flex;
    width: 450%;
    animation: move 60s linear infinite;
}

@keyframes move {
    0% {
        margin-left: 0vw;
    }
    100% {
        margin-left: -300vw;
    }
}

.scroll-box .A-1 a {
    width: 50%;
    margin-left: 3vw;
    transition: 1s;
}

.scroll-box .A-1 a:hover {
    opacity: .6;
    transition: 1s;
    transform: scale(1.05);
}

.scroll-box .A-1 a img {
    width: 100%;
    margin-right: 5vw;
    vertical-align: bottom;
}
/* 横スクロールここまで */

/* NEWSここから */
section:nth-of-type(1) {
    width: 100%;
    background-color: #F5F2ED;
}

.news-box {
    width: 100%;
    margin-top: 2.5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.news-box .news-title {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
    text-align: center;
}

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

.news-article {
    width: 60%;
    margin-top: 2.5vw;
    margin-left: auto;
    margin-right: auto;
}

.news-article .article1 {
    display: flex;
    margin-top: 1vw;
}

.news-article .article1 .article1-1 {
    margin-right: 3%;
    border-bottom: 2px solid #7D826A;
    padding-left: 1vw;
    padding-right: 1vw;
}

.news-article .article1 .article1-2 {
    height: 1.2vw;
    margin-top: .9vw;
    margin-right: 1vw;
    padding-top: .1vw;
    padding-left: .3vw;
    padding-right: .3vw;
    padding-bottom: .1vw;
    border-radius: 4px;
    background-color: rgb(193, 212, 136);
}

.news-article .article1 .article1-2 p {
    line-height: 1.1;
    font-size: 1vw;
    color: white;
    text-decoration: none;
}

.news-article .article1 .article1-3 {
    display: block;
    width: 73%;
    border-bottom: 2px solid #7D826A;
    padding-left: 1vw;
    padding-right: 1vw;
    text-align: left;
}

.news-all {
    width: fit-content;
    margin-top: 7vw;
    margin-left: auto;
    margin-right: auto;
    padding: .5vw 1vw;
    border-radius: 15px;
    background-color: rgb(249, 192, 86);
}

.news-all a {
    font-size: 1.5vw;
    letter-spacing: .1em;
    color: white;
}
/* NEWSここまで */

/* ABOUTここから */
.about-box {
    position: relative;
    width: 100%;
    height: 57vw;
    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: 25%;
    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;
}
/* 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ここまで */

/* SERVICEここから */
.service-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10vw;
}

.service-box .service-box-title {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
}

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

.service-box-article-smart {
    display: none;
}

.service-box .service-box-article {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
}

.service-box .service-box-article p {
    text-align: center;
    color: rgb(91, 102, 84);
}
/* HP作成ここから */
.service-smart {
    display: none;
}

.service-pc-tablet {
    position: relative;
    width: 100%;
    height: 98vw;
}

.service-pc-tablet .service-hpbox {
    position: absolute;
    top: 4vw;
    left: 4vw;
    width: 92%;
    height: 89vw;
    background-color: rgb(193, 212, 136);
}

.service-pc-tablet .service-hpbox-shadow {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 92%;
    height: 89vw;
    margin-left: auto;
    border: 4px solid white;
    background-color: #F5F2ED;
}
/* 左 */
.service-hp {
    width: 40%;
    margin-top: 5vw;
    margin-left: 5vw;
}

.service-hp .service-img {
    width: 100%;
}

.service-hp .service-img img {
    width: 100%;
    border: 2px solid #7D826A;
    border-radius: 1.5vw;
    vertical-align: bottom;
}

.service-hp .service-p {
    width: fit-content;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding: .5vw;
    background-color: white;
}

.service-hp .service-p p {
    text-align: center;
}
/* 右 */
.service-hp2 {
    width: 45%;
    margin-top: 5vw;
    margin-left: 5%;
    margin-right: 5%;
}

.service-website {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
}

.service-website img {
    width: 100%;
    vertical-align: bottom;
}

.service-hp2 p {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5vw;
}

.service-kinds {
    display: flex;
    width: 95%;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
}

.service-kinds .service-kinds-item1 {
    width: 20%;
    height: 2.1vw;
    margin-left: 5%;
    margin-right: 3%;
    border: 2px solid white;
    background-color: rgb(193, 212, 136);
}

.service-kinds .service-kinds-item2 {
    width: 25%;
    height: 2.1vw;
    margin-right: 3%;
    border: 2px solid white;
    background-color: rgb(193, 212, 136);
}
.service-kinds .service-kinds-item3 {
    width: 38%;
    height: 2.1vw;
    margin-right: 3%;
    border: 2px solid white;
    background-color: rgb(193, 212, 136);
}

.service-kinds p {
    text-align: center;
    font-size: 1.3vw;
}
/* plan */
.plan-box {
    position: absolute;
    top: 35vw;
    left: 20vw;
    width: 70%;
    height: 36vw;
    margin-top: 2vw;
    background-color: white;
}

.plan-messe {
    display: flex;
    width: 80%;
    margin-top: 2vw;
    margin-left: 2%;
}

.plan-messe-img {
    width: 30%;
    margin-right: 10%;
}

.plan-messe-img img {
    width: 100%;
    vertical-align: bottom;
}

.plan-messe-child {
    margin-top: 1.5vw;
}

.plan-child2 {
    display: flex;
    width: 100%;
    height: 24vw;
}

.plan-child2-left {
    width: 30%;
    margin-top: 3vw;
    margin-left: 3%;
}

.plan-child2-center {
    width: 30%;
    margin-top: 3vw;
    margin-left: 2%;
}

.plan-child2-right {
    width: 30%;
    margin-top: 3vw;
    margin-left: 2%;
    margin-right: 3%;
}

.plan-child2-title1 {
    width: 100%;
    padding-top: .3vw;
    padding-bottom: .3vw;
    border-radius: 10px;
    background-color: #faedba;
}

.plan-child2-title2 {
    width: 100%;
    padding-top: .3vw;
    padding-bottom: .3vw;
    border-radius: 10px;
    background-color: #fae695;
}
.plan-child2-title3 {
    width: 100%;
    padding-top: .3vw;
    padding-bottom: .3vw;
    border-radius: 10px;
    background-color: #ffe062;
}

.plan-child2-title1 p {
    text-align: center;
}

.plan-child2-title2 p {
    text-align: center;
}

.plan-child2-title3 p {
    text-align: center;
}

.plan-child2-title-sub {
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.plan-child2-title-sub p {
    text-align: center;
}

.plan-child2-list {
    height: 9vw;
    border-radius: 10px;
    background-color: #F5F2ED;
}

.plan-child2-list p {
    padding-top: .5vw;
    padding-left: 1vw;
    font-size: 1.3vw;
}
/* HP作成ここまで */
/* 動画作成ここから */
.service-smart2 {
    display: none;
}

.service-pc-tablet2 {
    position: relative;
    width: 100%;
    height: 98vw;
}

.service-pc-tablet2 .service-hpbox {
    position: absolute;
    top: 4vw;
    right: 4vw;
    width: 92%;
    height: 89vw;
    background-color: rgb(253, 225, 152);
}

.service-pc-tablet2 .service-hpbox-shadow {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    height: 89vw;
    margin-left: auto;
    border: 4px solid white;
    background-color: #F5F2ED;
}
/* 右 */
.service-hp4 {
    width: 40%;
    margin-top: 5vw;
    margin-left: 5vw;
}

.service-hp4 .service-img {
    width: 100%;
}

.service-hp4 .service-img img {
    width: 100%;
    border: 2px solid #7D826A;
    border-radius: 1.5vw;
    vertical-align: bottom;
}

.service-hp4 .service-p {
    width: fit-content;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding: .5vw;
    background-color: white;
}

.service-hp4 .service-p p {
    text-align: center;
}
/* 左 */
.service-hp3 {
    width: 45%;
    margin-top: 5vw;
    margin-left: 5%;
}

.service-movie {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
}

.service-movie img {
    width: 100%;
    vertical-align: bottom;
}

.service-hp3 p {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5vw;
}

.service-kinds2 {
    display: flex;
    width: 95%;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
}

.service-kinds2 .service-kinds-item1 {
    width: 20%;
    height: 2.1vw;
    margin-left: 5%;
    margin-right: 3%;
    border: 2px solid white;
    background-color: rgb(253, 225, 152);
}

.service-kinds2 .service-kinds-item2 {
    width: 25%;
    height: 2.1vw;
    margin-right: 3%;
    border: 2px solid white;
    background-color: rgb(253, 225, 152);
}
.service-kinds2 .service-kinds-item3 {
    width: 38%;
    height: 2.1vw;
    margin-right: 3%;
    border: 2px solid white;
    background-color: rgb(253, 225, 152);
}

.service-kinds2 p {
    text-align: center;
    font-size: 1.3vw;
}
/* plan */
.plan-box2 {
    position: absolute;
    top: 35vw;
    right: 20vw;
    width: 70%;
    height: 36vw;
    margin-top: 2vw;
    background-color: white;
}
    /* PLANの画像と文章はHP作成と共通 */

.plan-child2 {
    display: flex;
    width: 100%;
    height: 24vw;
}

.plan-child2-left {
    width: 30%;
    margin-top: 3vw;
    margin-left: 3%;
}

.plan-child2-center {
    width: 30%;
    margin-top: 3vw;
    margin-left: 2%;
}

.plan-child2-right {
    width: 30%;
    margin-top: 3vw;
    margin-left: 2%;
    margin-right: 3%;
}

.plan-child2-title4 {
    width: 100%;
    padding-top: .3vw;
    padding-bottom: .3vw;
    border-radius: 10px;
    background-color: #f1f5cb;
}

.plan-child2-title5 {
    width: 100%;
    padding-top: .3vw;
    padding-bottom: .3vw;
    border-radius: 10px;
    background-color: #eaf0b1;
}

.plan-child2-title6 {
    width: 100%;
    padding-top: .3vw;
    padding-bottom: .3vw;
    border-radius: 10px;
    background-color: #dbe585;
}

.plan-child2-title4 p {
    text-align: center;
}

.plan-child2-title5 p {
    text-align: center;
}
.plan-child2-title6 p {
    text-align: center;
}

.plan-child2-title-sub {
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.plan-child2-title-sub p {
    text-align: center;
}

.plan-child2-list {
    height: 9vw;
    border-radius: 10px;
    background-color: #F5F2ED;
}

.plan-child2-list p {
    padding-top: .5vw;
    padding-left: 1vw;
    font-size: 1.3vw;
}
/* 動画作成ここまで */
/* プッシュボタン */
.plan-push1 {
    width: 50%;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
}

.plan-push1 p {
    text-align: center;
}

.plan-push2 {
    width: 6vw;
    height: 6vw;
    border: 4px solid white;
    border-radius: 50%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(249, 192, 86);
}

.plan-push2 p {
    text-align: center;
    line-height: 5.8vw;
    color: white;
}
/* SERVICEここまで */

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

.flow-box .flow-box-title {
    width: 17%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
}

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

.flow-box .flow-box-article {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
}

.flow-box .flow-box-article p {
    text-align: center;
    color: rgb(91, 102, 84);
}
/* flowの流れ */
.flow-flow-smart {
    display: none;
}

.flow-flow {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.flow-grand {
    width: 14.16%;
    border: 1.5px solid #7D826A;
    border-radius: 10px;
    background-color: #F5F2ED;
}

.flow-grand-step {
    width: 7.5vw;
    height: 3.3vw;
    margin-top: .7vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: white;
}

.flow-grand-step p {
    text-align: center;
    line-height: 2.1;
}

.flow-grand-title {
    width: 80%;
    height: 4vw;
    margin-top: .5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vw;
}

.flow-block1 {
    text-align: center;
    line-height: 3;
    font-size: 1.4vw;
}

.flow-block2 {
    text-align: center;
    font-size: 1.4vw;
}

.flow-grand-article1 {
    margin: .4vw;
    border: 2px solid white;
    border-radius: 10px;
    background-color: rgb(197, 210, 195);
}

.flow-grand-article2 {
    margin: .4vw;
    border: 2px solid white;
    border-radius: 10px;
    background-color: rgb(210, 222, 155);
}

.flow-grand-article3 {
    margin: .4vw;
    border: 2px solid white;
    border-radius: 10px;
    background-color: rgb(224, 231, 223);
}

.flow-grand-article1 p {
    padding: .4vw;
    font-size: 1.1vw;
}

.flow-grand-article2 p {
    padding: .4vw;
    font-size: 1.1vw;
}

.flow-grand-article3 p {
    padding: .4vw;
    font-size: 1.1vw;
}
/* 矢印 */
.flow-yajirushi {
    width: 2%;
    margin-top: 7vw;
    margin-left: .5%;
    margin-right: .5%;
}

.flow-yajirushi p {
    color: rgb(249, 192, 86);
}
/* flowの流れ下の文章 */
.flow-box-article2 {
    width: 70%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
}

.flow-box-article2 p {
    text-align: center;
}
/* Flowここまで */

/* CONTACTここから */
section:nth-of-type(5) {
    width: 100%;
    background-color: #F5F2ED;
}
.contact-box {
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 1vw;
    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ここまで */

/* FAQ求人情報ここから */
.faq-box {
    display: flex;
    width: 80%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.faq-box .faq-left {
    width: 48%;
    margin-right: 4%;
    border: 2px solid #7D826A;
    border-radius: 15px;
    background-color: #F5F2ED;
}

.faq-box .faq-right {
    width: 48%;
    border: 2px solid #7D826A;
    border-radius: 15px;
    background-color: #F5F2ED;
}

.faq-image1 {
    width: 30%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

.faq-image2 {
    width: 42%;
    margin-top: 2.4vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.2vw;
}

.faq-image1 img {
    width: 100%;
    vertical-align: bottom;
}

.faq-image2 img {
    width: 100%;
    vertical-align: bottom;
}

.faq-messe {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 1vw;
    border-radius: 5px;
    background-color: white;
}

.faq-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;
}

.faq-a a {
    display: block;
    letter-spacing: .1em;
    text-align: center;
    font-size: 1.4vw;
    color: white;
} 

.faq-bottom {
    width: 80%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.faq-bottom p {
    text-align: center;
    letter-spacing: .15em;
    font-size: 1.7vw;
}
/* FAQ求人情報ここまで */

/* フッターここから */
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;
}
/* フッターここまで */