@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.7vw;
    font-family: noto;
    color: #5c5c5c;
    letter-spacing: .1em;
}

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

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

nav ul li p {
    font-size: 1.5vw;
}

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

summary {
    font-family: noto;
    color: #5c5c5c;
}

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

header {
    position: fixed;
    display: flex;
    width: 100%;
    height: 8vw;
    padding-top: 1vw;
    background-color: white;
    opacity: .92;
    z-index: 10000000000000;
}

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;
    text-shadow: 1px 1px 1.5px rgb(163, 163, 163);
}

.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;
    text-shadow: 1px 1px 1.5px rgb(163, 163, 163);
    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;
}
/* ヘッダーここまで */

/* 左右の帯ここから */
.waku {
    height: 9vw;
}

.display-left {
    position: fixed;
    width: 10%;
    height: auto;
    margin-top: 12vw;
    margin-right: 90%;
}

.display-right {
    position: fixed;
    width: 10%;
    height: auto;
    margin-top: 12vw;
    margin-left: 90%;
}

.display-anime1 {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    transition: 1s;
}

.display-anime1:hover {
    transform: scale(1.4);
    transition: 1s;
}

.display-anime1 img {
    width: 100%;
    vertical-align: bottom;
}

.display-anime2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    transition: 1s;
}

.display-anime2:hover {
    transform: scale(1.4);
    transition: 1s;
}

.display-anime2 img {
    width: 100%;
    vertical-align: bottom;
}

.display-anime3 {
    margin-bottom: 5vw;
    transition: 1s;
}

.display-anime3:hover {
    transform: scale(1.4);
    transition: 1s;
}

.display-anime3 img {
    width: 90%;
    vertical-align: bottom;
}

.display-anime4 {
    margin-left: 12%;
    margin-bottom: 5vw;
    transition: 1s;
}
.display-anime4:hover {
    transform: scale(1.4);
    transition: 1s;
}

.display-anime4 img {
    width: 90%;
    vertical-align: bottom;
}
/* 左右の帯ここまで */

/* 全体の幅ここから */
.small-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/* 全体の幅ここまで */

/* イラスト作成ここから */
.production-box {
    width: 100%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

.production-box .production-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.production-box .production-title .production-title-img {
    width: 36%;
    margin-left: auto;
    margin-right: auto;
}

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

.production-box .production-title h4 {
    display: block;
    width: fit-content;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    padding: .5vw 2.5vw;
    text-align: center;
    background: linear-gradient(transparent 40%, #FFE062 70%);
}

.production-box .production-title p {
    display: block;
    width: 65%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding: .5vw 2.5vw;
    text-align: center;
}
/* イラスト作成ここまで */

/* ご活用方法ここから */
.util-box {
    width: 100%;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.util-box .util-title {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
}

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

.util-use {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
}

.util-child1 {
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6vw;
}

.util-child-left {
    position: relative;
    width: 45%;
    margin-right: 10%;
    border: 1px solid #bee1de;
    border-radius: 15px;
    background: #fffbdb;
    background: linear-gradient(135deg,rgba(255, 251, 219, 1) 0%, rgba(231, 245, 244, 1) 100%, rgba(237, 221, 83, 1) 91%);
}

.util-child-right {
    position: relative;
    width: 45%;
    border: 1px solid #bee1de;
    border-radius: 15px;
    background: #fffbdb;
    background: linear-gradient(135deg,rgba(255, 251, 219, 1) 0%, rgba(231, 245, 244, 1) 100%, rgba(237, 221, 83, 1) 91%);
}

.ppp {
    position: absolute;
    top: -1.4vw;
    left: -6vw;
    width: 70%;
}

.ppp p {
    transform: rotate(-9deg);
    font-size: 1.6vw;
    background: linear-gradient(transparent 40%, #FFE062 70%);
}

.util-use h3 {
    width: fit-content;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
    text-align: center;
    border-bottom: 5px solid #bee1de;
}

.util-use p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2vw;
}
/* ご活用方法ここまで */

/* サイト参考例ここから */
.sample-box {
    width: 100%;
    margin-bottom: 2vw;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.sample-box .sample-title {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4vw;
}

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

.sample-posi {
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20vw;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.sample-posi a {
    text-align: left;
}
/* 左 */
.sample-posi .sample-posi-left {
    position: relative;
    width: 46%;
    margin-right: 8%;
}

.sample-posi .sample-posi-left img {
    width: 100%;
    vertical-align: bottom;
    border: 2px solid black;
    border-radius: 10px;
}

.sample-posi .sample-posi-left .sample-posi-left-child {
    position: absolute;
    bottom: -4vw;
    right: -3vw;
    width: 25%;

}

.sample-posi .sample-posi-left .sample-posi-left-child img {
    width: 100%;
    vertical-align: bottom;
    border: 2px solid black;
    border-radius: 10px;

}

.sample-posi .sample-posi-left .sample-p {
    position: absolute;
    bottom: -6vw;
    left: 2vw;
    width: 85%;
    border-bottom: 2px solid #bee1de;
}

.sample-posi .sample-posi-left .sample-p p {
    display: block;
    text-indent: 1em;

}

.sample-posi .sample-posi-left .sample-p2 {
    position: absolute;
    top: 20vw;
    left: 3.2vw;
    width: 85%;
}

/* 右 */
.sample-posi .sample-posi-right {
    position: relative;
    width: 46%;
}

.sample-posi .sample-posi-right img {
    width: 100%;
    vertical-align: bottom;
    border: 2px solid black;
    border-radius: 10px;
}

.sample-posi .sample-posi-right .sample-posi-right-child {
    position: absolute;
    bottom: -4vw;
    right: -3vw;
    width: 25%;
}

.sample-posi .sample-posi-right .sample-posi-right-child img {
    width: 100%;
    vertical-align: bottom;
    border: 2px solid black;
    border-radius: 10px;
}

.sample-posi .sample-posi-right .sample-p {
    position: absolute;
    bottom: -6vw;
    left: 2vw;
    width: 85%;
    border-bottom: 2px solid #bee1de;
}

.sample-posi .sample-posi-right .sample-p p {
    display: block;
    text-indent: 1em;

}

.sample-posi .sample-posi-right .sample-p2 {
    position: absolute;
    top: 20vw;
    left: 3.2vw;
    width: 85%;
}
/* サイト参考例ここまで */

/* プランここから */
.plan-title {
    width: 25%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.plan-title img {
    width: 100%;
    vertical-align: bottom;
}
/* タブここから */
.section {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.2vw;
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}

.tabBox .tabArea {
  width: 100%;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.tabBox .tabArea .one_tab {
  width: 32.5%;
}

.tabBox .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #7D826A;
  font-size: 1.2vw;
}

.tabBox .tabArea .one_tab a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition-duration: 0.3s;
}

.tabBox .tabArea .one_tab:nth-child(1) .tab_inner {
  background-color: #bee1de;
}

.tabBox .tabArea .one_tab:nth-child(2) .tab_inner {
  background-color: #bee1de;
}

.tabBox .tabArea .one_tab:nth-child(3) .tab_inner {
  background-color: #bee1de;
}

.tabBox .tabArea .one_tab a.select .tab_inner {
  height: 80px;
}

.contents .tab_main {
  display: none;
  padding: 50px 25px;
  text-align: center;
  min-height: 280px;
  border: 2px solid #bee1de;
  background-color: #e7f5f4;
  transition-duration: 0.3s;
}

.tab_main.is_show {
  display: block;
}

.tab_main:nth-child(1).is_show {
  border: 2px solid #bee1de;
}

.tab_main:nth-child(2).is_show {
  border: 2px solid #bee1de;
}

.tab_main:nth-child(3).is_show {
  border: 2px solid #bee1de;
}
/* タブここまで */

/* アコーディオン料金表ここから */
.hp-box5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6vw;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}
/* オプションここから */
.details3 {
    width: 69.7%;
	height: 6vw;
    margin-left: auto;
    margin-right: auto;
	transition: all ease-in-out .3s;
    border: 2px solid #bee1de;
    background-color: #e7f5f4;
}

.details3:hover {
    background-color: #d6e9e7;
}

.details3[open] {
	height: 60vw;
	background-color: #e7f5f4;
}

.details-summary3 {
    position: relative;
	display: block;
    padding-left: 1vw;
    padding-bottom: 1vw;
	font-size: 1.8vw;
    align-items: center;
    letter-spacing: .1em;
    font-family: noto;
    text-align: center;
    color: rgb(91, 102, 84);
}
/* プラン名の上の文字列 */
.details-summary3 span {
    font-size: 1vw;
}

.details-summary3::-webkit-details-marker {
	display: none;
}

.details-content3 {
	margin: 0 2vw 2vw;
	padding: 1vw;
	height: 50vw;
    border: 1px solid #bee1de;
	overflow: hidden;
	overflow-y: auto;
    text-align: center;
	background-color: #fff;
}
/* オプションここまで */

/* 料金表ここから */
.details4 {
    width: 69.7%;
	height: 6vw;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
	transition: all ease-in-out .3s;
    border: 2px solid #bee1de;
    background-color: #e7f5f4;
}

.details4:hover {
    background-color: #d6e9e7;
}

.details4[open] {
	height: 39.5vw;
	background-color: #e7f5f4;
}

.details-summary4 {
    position: relative;
	display: block;
    padding-left: 1vw;
    padding-bottom: 1vw;
	font-size: 1.8vw;
    align-items: center;
    letter-spacing: .1em;
    font-family: noto;
    text-align: center;
    color: rgb(91, 102, 84);
}
/* プラン名の上の文字列 */
.details-summary4 span {
    font-size: 1vw;
}

.details-summary4::-webkit-details-marker {
	display: none;
}

.details-content4 {
	margin: 0 2vw 2vw;
	padding: 1vw;
	height: 29vw;
    border: 1px solid #bee1de;
	overflow: hidden;
	overflow-y: auto;
    text-align: center;
	background-color: #fff;
}
/* 料金表ここまで */
.details[open] .details-content {
  	animation: fadeIn .3s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* アコーディオン料金表ここまで */
/* プランここまで */

/* FLOWここから */
.flow-elem {
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.flow-smart,.flow-box-article-smart {
    display: none;
}

.flow-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6vw;
    padding-top: 7vw;
}

.flow-box .flow-box-title {
    width: 25%;
    margin-top: .6vw;
    margin-left: auto;
    margin-right: auto;
}

.flow-box .flow-box-title .h2title {
    width: 90%;
    margin-left: 10.5%;
}

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

.flow-box .flow-box-article {
    width: 54%;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
    
}

.flow-box .flow-box-article p {
    text-align: center;
}
/* flowの流れ */
.flow-flow-smart {
    display: none;
}

.flow-flow {
    display: flex;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8vw;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.flow-grand {
    width: 14.16%;
    border: 1.5px solid #7D826A;
    border-radius: 10px;
    box-shadow: 4px 4px 3px rgb(183, 184, 177);
    background-color: #F5F2ED;
}

.flow-grand-step {
    width: 45%;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5vw;
}

.flow-grand-step img {
    width: 100%;
    vertical-align: bottom;
}

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

.flow-block1 {
    height: 2vw;
    padding-top: .2vw;
    text-align: center;
    font-size: 1.2vw;
}

.flow-block2 {
    height: 2vw;
    line-height: 1.75;
    padding-top: .2vw;
    text-align: center;
    font-size: 1.1vw;
}

.flow-grand-article1 {
    margin: .4vw;
    border: 2px solid white;
    border-radius: 10px;
    background-color: #e7f5f4;
}

.flow-grand-article2 {
    margin: .4vw;
    border: 2px solid white;
    border-radius: 10px;
    background-color: #e7f5f4;
}

.flow-grand-article3 {
    margin: .4vw;
    border: 2px solid white;
    border-radius: 10px;
    background-color: #e7f5f4;
}

.flow-grand-article1 p {
    padding: 1vw .5vw;
    font-size: 1vw;
}

.flow-grand-article2 p {
    padding: 1vw .5vw;
    font-size: 1vw;
}

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

.flow-yajirushi p {
    color: rgb(249, 192, 86);
}

.flow-text {
    position: relative;
    width: 50%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5vw;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.flow-text img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 10px;
    opacity: .4;
    box-shadow: 2px 2px 4px rgb(163, 163, 163);
}

.flow-text p {
    position: absolute;
    top: 1vw;
    left: .5vw;
    display: block;
    padding: 5vw;
    text-align: center;
    font-size: 1.6vw;
}
/* FLOWここまで */

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

.contact-box {
    display: flex;
    width: 80%;
    padding-top: 5vw;
    padding-bottom: 3vw;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.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: 89%;
    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: 7%;
    margin-right: 38%;
}

footer .footer-imgbox img {
    width: 100%;
    vertical-align: bottom;
}
/* ソーシャルアイコンここから */
.social-box {
    display: flex;
    width: 25%;
}

.social-box a:nth-of-type(1) {
    width: 30%;
    margin-left: 15%;
    margin-right: 3%;
}

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

.social-box a img {
    width: 100%;
    vertical-align: bottom;
}
/* ソーシャルアイコンここまで */

.footer-all {
    display: flex;
    width: 98%;
    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;
    text-shadow: 1px 1px 1px rgb(163, 163, 163);
}

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;
    text-shadow: 1px 1px 1px rgb(163, 163, 163);
}

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 1px 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;
    text-shadow: 1px 1px 1px rgb(163, 163, 163);
}

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