@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: robot;
    src: url(../fs/NotoSansCanadianAboriginal-Light.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 {
    font-size: 3vw;
    letter-spacing: .1em;
    font-family: robot;
    color: #8f8f8f;
}

h3 {
    font-size: 1.2vw;
    font-family: noto;
    color: #8f8f8f;
    letter-spacing: .1em;
}

h4 {
    font-size: 2vw;
    font-family: noto;
    color: #202020;
}

p {
    font-size: 1.5vw;
    line-height: 1.6;
    font-family: noto;
    color: #5c5c5c;
}

a {
    line-height: 1.6;
    text-decoration: none;
    text-align: center;
    font-family: noto;
    color: #5c5c5c;
}

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: 8vw;
    padding-top: 2.5vw;
}

header .header-imgbox {
    width: 34%;
    margin-left: 6%;
    margin-right: 3%;
    padding-top: .4vw;
}

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

header nav {
    width: 70%;
    margin-left: 4%;
    margin-right: auto;
    padding-top: 2vw;
    padding-bottom: 3vw;
}

header nav ul {
    display: flex;
}

header nav ul li {
    width: fit-content;
    margin-left: 2.5%;
    transition: 1s;
}

header nav ul li:hover {
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
    background-color: #e7f5f4;
    transition: 1s;
}

header nav ul li a {
    display: block;
    padding-top: .3vw;
    padding-left: 1vw;
    padding-right: .8vw;
    padding-bottom: .3vw;
    line-height: 1.2;
    letter-spacing: .1em;
    font-family: noto;
}

.li-hover {
    position: relative;
}

.li-hover p {
    display: block;
    padding-top: .3vw;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-bottom: .3vw;
    line-height: 1.2;
    letter-spacing: .1em;
    font-family: noto;
}

.li-hover:hover ul {
    height: 70vh;
    transition: 3s;
}

.li-hover ul {
    position: absolute;
    top: 3;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: .5s;
    z-index: 1000;
}

.li-hover ul {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.li-hover ul li {
    width: 96%;
}

.li-hover ul li a {
    margin-top: .5vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2vw;
    background-color: #e7f5f4;
    transition: 1s;
}

.li-hover ul li a:hover {
    background-color: #bffef8;
    transition: 1s;
}
/* ヘッダーここまで */

/* companyここから */
.company-box {
    display: flex;
    width: 90%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.company-box .company-title {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
}

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

.company-message {
    width: 100%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
}

.company-message p {
    text-align: center;
}

.company-frame {
    width: 60%;
    height: 65vw;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2vw;
    background-color: #e7f5f4;
}

.company-frame .company-frame-child {
    width: 100%;
    height: 65vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-color: rgb(253, 253, 253);
}

.company-frame .company-frame-child p {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5vw;
    padding-left: 1vw;
    line-height: 2;
    border-bottom: 2px dotted black;
}
/* companyここまで */

/* CONTACTここから */
section:nth-of-type(2) {
    width: 100%;
    margin-top: 5vw;
    background-color: #e7f5f4;
}

.contact-box {
    display: flex;
    width: 80%;
    padding-top: 5vw;
    padding-bottom: 3vw;
    margin-left: auto;
    margin-right: auto;
}

.contact-img1 {
    width: 8%;
    margin-left: 19%;
}

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

.contact-img2 {
    width: 8%;
    margin-right: 19%;
}

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

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

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

.contact-box .contact-center .contact-center-a {
    width: 55%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
    padding-top: .5vw;
    padding-bottom: .5vw;
    border: 2px solid #bee1de;
    border-radius: 50px;
    background-color: white;
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
    transition: .5s;
}

.contact-box .contact-center .contact-center-a:hover {
    background-color: #bee1de;
    transition: .5s;
}

.contact-box .contact-center .contact-center-a a {
    display: block;
    text-align: center;
    font-size: 1.7vw;
    letter-spacing: .1em;
    transition: .5s;
}
/* CONTACTここまで */

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

footer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

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

footer .footer-box1 .footer-imgbox {
    width: 30%;
    margin-left: 5%;
    margin-right: 40%;
}

footer .footer-imgbox img {
    width: 100%;
    vertical-align: bottom;
}
/* ソーシャルアイコンここから */
.social-box {
    display: flex;
    width: 20%;
    margin-left: 1%;
    padding-top: .3vw;
}

.footer-box1 a:nth-of-type(1) {
    width: 25%;
    font-size: 3vw;
    color: black;
}

.footer-box1 a:nth-of-type(2) {
    width: 25%;
    margin-left: auto;  
    font-size: 2.8vw;
    line-height: 1.6;
    color: blue;
}

.footer-box1 a:nth-of-type(3) {
    width: 25%;
    margin-left: 7%;
    margin-right: auto;
    font-size: 3vw;
    color: red;
}
/* ソーシャルアイコンここまで */

.footer-all {
    display: flex;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}

/* footer2段目ここから */
.footer-box2 {
    width: 30%;
    margin-top: 2vw;
    margin-left: 17%;
    margin-right: 12%;
}

.footer-box2 ul {
    width: 55%;
    margin-right: auto;
}

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

.footer-box2 ul li a:hover {
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
    background-color: #e7f5f4;
    transition: .3s;
}

footer .footer-box2 ul li a {
    display: block;
    font-size: 1.5vw;
    text-align: left;
    letter-spacing: .2em;
}

footer .footer-box2 ul li:nth-of-type(1) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box2 ul li:nth-of-type(2) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box2 ul li:nth-of-type(3) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box2 ul li:nth-of-type(4) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box2 ul li:nth-of-type(5) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box2 ul p {
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 2vw;
    line-height: .9;
}
/* footer2段目ここまで */
/* footer3段目ここから */
.footer-box4 {
    width: 50%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: 10%;
}

.footer-box4 ul {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-box4 ul li {
    width: fit-content;
    padding-bottom: .5vw;
    transition: 1s;
}

.footer-box4 ul li a:hover {
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
    background-color: #e7f5f4;
    transition: .3s;
}

footer .footer-box4 ul li a {
    display: block;
    font-size: 1.5vw;
    text-align: left;
    letter-spacing: .2em;
}

footer .footer-box4 ul li:nth-of-type(1) a {
    display: block;
    padding-left: .5vw;
    padding-right: .5vw;
}

footer .footer-box4 ul li:nth-of-type(2) a {
    display: block;
    padding-left: .5vw;
    padding-right: .5vw;
}

footer .footer-box4 ul li:nth-of-type(3) a {
    display: block;
    padding-left: .5vw;
    padding-right: .5vw;
}

footer .footer-box4 ul li:nth-of-type(4) a {
    display: block;
    padding-left: .5vw;
    padding-right: .5vw;
}

footer .footer-box4 ul p {
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 1.7vw;
    line-height: .9;
}
/* footer3段目ここまで */
/* footer4段目ここから */
.footer-box3 {
    width: 100%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
}

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

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

footer .footer-box3 ul li:hover {
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
    background-color: #e7f5f4;
    transition: .3s;
}

footer .footer-box3 ul li a {
    display: block;
    font-size: 1.5vw;
    text-align: left;
    letter-spacing: .2em;
}

footer .footer-box3 ul li:nth-of-type(1) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box3 ul li:nth-of-type(2) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box3 ul li:nth-of-type(3) a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
}

footer .footer-box3 ul p {
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 1.5vw;
    line-height: .9;
}
/* footer4段目ここまで */
footer p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -7vw;
    text-align: center;
}
/* footer下部イメージここから */
.footer-ill {
    width: 40%;
    margin-left: auto;
}

.footer-ill img {
    width: 100%;
    vertical-align: bottom;
}
/* footer下部イメージここまで */
/* フッターここまで */
.isAnimate {
    opacity: 1;
    transform: translateY(0px);
}