@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: #8f8f8f;
}

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

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

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

/* HP作成ここから */
.production-box {
    width: 85%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
}

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

.production-box .production-title h2 {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
    padding: .5vw 2.5vw;
    text-align: center;
    background-color: #e7f5f4;
}

.production-box .production-title h4 {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
    padding: .5vw 2.5vw;
    text-align: center;
}

.production-box .production-title p {
    display: block;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding: .5vw 2.5vw;
}
/* HP作成ここまで */

/* ご活用方法ここから */
.util-box {
    width: 85%;
    height: 37vw;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
}

.util-box .util-title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.util-box .util-title h3 {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
    padding: .5vw 2.5vw;
    text-align: center;
    font-size: 1.5vw;
    background-color: #e7f5f4;
}

.util-box .util-circle {
    display: flex;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
/* 1 */
.util-box .util-circle .util-circle-1 {
    position: relative;
    width: 25%;
    padding-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.util-circle-img {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
}

.util-circle-img img {
    width: 16vw;
    height: 16vw;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    opacity: .3;
}

.util-box .util-circle .util-circle-1 p {
    position: absolute;
    top: 12vw;
    left: .5vw;
    display: block;
    width: fit-content;
    text-align: center;
    font-size: 1.5vw;
}
/* 2 */
.util-box .util-circle .util-circle-2 {
    position: relative;
    width: 25%;
    padding-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.util-box .util-circle .util-circle-2 p {
    position: absolute;
    top: 12vw;
    left: .5vw;
    display: block;
    width: fit-content;
    text-align: center;
    font-size: 1.5vw;
}
/* 3 */
.util-box .util-circle .util-circle-3 {
    position: relative;
    width: 25%;
    padding-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.util-box .util-circle .util-circle-3 p {
    position: absolute;
    top: 12vw;
    left: 2vw;
    display: block;
    width: fit-content;
    text-align: center;
    font-size: 1.5vw;
}

/* 4 */
.util-box .util-circle .util-circle-4 {
    position: relative;
    width: 25%;
    padding-top: 5vw;
    margin-left: auto;
    margin-right: auto;
}

.util-box .util-circle .util-circle-4 p {
    position: absolute;
    top: 11vw;
    left: 1.2vw;
    display: block;
    width: fit-content;
    text-align: center;
    font-size: 1.5vw;
}
/* ご活用方法ここまで */

/* サイト参考例ここから */
.sample-box {
    width: 100%;
    margin-bottom: 2vw;
}

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

.sample-box .sample-title h3 {
    display: block;
    width: 22%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
    padding: .5vw;
    text-align: center;
    border: 1px solid black;
    border-radius: 15px;
    font-size: 1.5vw;
    background-color: #e7f5f4;
}

.sample-posi {
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10vw;
}

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

}
/* サイト参考例ここまで */

/* プランここから */
/* ライトプランここから */
.details {
    width: 70%;
	height: 8vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
	transition: all ease-in-out .3s;
	border-radius: 20px;
    box-shadow: 2px 2px 4px;
    background-color: #e7f5f4;
}

.details:hover {
    background-color: #bee1de;
}

.details[open] {
	height: 28vw;
	background-color: #bee1de;
}

.details-summary {
    position: relative;
	display: block;
	padding: 1vw 1vw 1vw 1.5vw;
	font-size: 1.8vw;
	font-weight: bold;
    
}
/* プラン名の上の文字列 */
.details-summary span {
    font-size: 1vw;
}

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

.details-content {
	margin: 0 2vw 2vw;
	padding: 1vw;
	height: 15vw;
    border: 1px solid black;
	overflow: hidden;
	overflow-y: auto;
    box-shadow: 2px 2px 4px;
	background-color: #fff;
}
/* ライトプランここまで */

/* スタンダードプランここから */
.details2 {
    width: 70%;
	height: 8vw;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    box-shadow: 2px 2px 4px;
	transition: all ease-in-out .3s;
    background-color: #e7f5f4;
}

.details2:hover {
    background-color: #bee1de;
}

.details2[open] {
	height: 28vw;
	background-color: #bee1de;
}

.details-summary2 {
    position: relative;
	display: block;
	padding: 1vw 1vw 1vw 1.5vw;
	font-size: 1.8vw;
	font-weight: bold;	
}
/* プラン名の上の文字列 */
.details-summary2 span {
    font-size: 1vw;
}

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

.details-content2 {
	margin: 0 2vw 2vw;
	padding: 1vw;
	height: 15vw;
    border: 1px solid black;
	overflow: hidden;
	overflow-y: auto;
    box-shadow: 2px 2px 4px;
	background-color: #fff;
}
/* スタンダードプランここまで */

/* プレミアムプランここから */
.details3 {
    width: 70%;
	height: 8vw;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
	transition: all ease-in-out .3s;
    box-shadow: 2px 2px 4px;
	border-radius: 20px;
    background-color: #e7f5f4;
}

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

.details3[open] {
	height: 28vw;
	background-color: #bee1de;
}

.details-summary3 {
    position: relative;
	display: block;
    padding: 1vw 1vw 1vw 1.5vw;
	font-size: 1.8vw;
	font-weight: bold;
}
/* プラン名の上の文字列 */
.details-summary3 span {
    font-size: 1vw;
}

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

.details-content3 {
	margin: 0 2vw 2vw;
	padding: 1vw;
	height: 17vw;
    border: 1px solid black;
	overflow: hidden;
	overflow-y: auto;
    box-shadow: 2px 2px 4px;
	background-color: #fff;
}
/* プレミアムプランここまで */

/* 料金表ここから */
.details4 {
    width: 70%;
	height: 8vw;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vw;
	transition: all ease-in-out .3s;
    box-shadow: 2px 2px 4px;
	border-radius: 20px;
    background-color: #e7f5f4;
}

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

.details4[open] {
	height: 30vw;
	background-color: #bee1de;
}

.details-summary4 {
    position: relative;
	display: block;
	padding: 1vw 1vw 1vw 1.5vw;
	font-size: 1.8vw;
	font-weight: bold;
    align-items: center;
}
/* プラン名の上の文字列 */
.details-summary4 span {
    font-size: 1vw;
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.details-summary span:nth-of-type(2) {
    font-size: 3vw;
    line-height: 1vw;
}

.details-summary2 span:nth-of-type(2) {
    font-size: 3vw;
    line-height: 1vw;
}

.yajirusi1 {
    position: absolute;
    right: 2vw;
    bottom: .9vw;
    font-size: 3vw;
    background-color: white;
    width: 6.5%;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
}

.yajirusi2 {
    position: absolute;
    right: 2vw;
    bottom: .9vw;
    font-size: 3vw;
    background-color: white;
    width: 6.5%;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
}

.yajirusi3 {
    position: absolute;
    right: 2vw;
    bottom: .9vw;
    font-size: 3vw;
    background-color: white;
    width: 6.5%;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
}

.yajirusi4 {
    position: absolute;
    right: 2vw;
    bottom: .9vw;
    font-size: 3vw;
    background-color: white;
    width: 6.5%;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 2px rgb(163, 163, 163);
}

/* プランここまで */

/* CONTACTここから */
section:nth-of-type(4) {
    width: 100%;
    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);
}