@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: 3vw;
    text-shadow: 1px 1px 2px;
}

h2 {
    font-size: 5vw;
    letter-spacing: .1em;
    color: #8f8f8f;
    font-family: robot;
}

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

h4 {
    font-size: 5vw;
    font-family: noto;
    color: #8f8f8f;
}

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

a {
    text-decoration: none;
    font-family: noto;
    color: #5c5c5c;
}

ul {
    list-style-type: none;
}

li {
    font-family: noto;
    font-size: 2vw;
}

html {
    scroll-behavior: smooth;
}

summary {
    font-family: noto;
    color: #5c5c5c;
}
/* ヘッダーここから */
header:nth-of-type(1) {
    display: none;
}

header:nth-of-type(2) {
    width: 100%;
}

.header-title {
    display: flex;
    width: 100%;
    padding-top: 1vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2vw;
}

header:nth-of-type(2) .header-title-img {
    width: 60%;
    margin-left: 20%;
    padding-top: 3.5vw;
    padding-bottom: 1vw;
}

header:nth-of-type(2) .header-title-img h1 img {
    width: 100%;
    vertical-align: bottom;
}

header nav ul {
    display: block;
}

header nav ul li {
    background-color: rgb(230, 230, 230);
}

header nav ul li a {
    display: block;
    font-size: 3vw;
    line-height: 1.5;
}

nav.NavMenu{
	position: fixed; /*表示位置を固定*/
	z-index: 2; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background: #fff;/*背景を白にする*/
	color: #000; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 30%; /*全幅表示*/
    margin-left: 70%;
    border-top: 1px dotted black;
    border-left: 1px dotted black;
    opacity: .8;
	transform: translateY(-100%); /*ナビを上に隠す上から出したい場合は、transform: translateYを使う。*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
}

nav.NavMenu ul{
	background: #ccc; /*背景をグレーにする*/
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

header:nth-of-type(2) nav.NavMenu ul li{
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
}

nav.NavMenu ul li:last-child{
	padding-bottom: 0;
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a{
	display: block; /*クリックできる領域を広げる*/
	color: #000;
	padding: 1em 0;
}


/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
	transform: translateY(0%);/*上から出したい場合は、transform: translateYを使う。*/
}


/*トグルボタンのスタイルを指定*/
.Toggle {
	position: fixed;    /* bodyに対しての絶対位置指定 */
	right: 13px;
	top: 20px;
	width: 42px;
	height: 42px;
	cursor: pointer;/*divだけどカーソルが変わるようにしている*/
	z-index: 3;/*ボタンを一番上にしている(押せなくなるから)*/
}

.Toggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #000;
	transition: .35s ease-in-out;/*変化の速度を指定*/
	left: 6px;
}

.Toggle span:nth-child(1) {
	top: 9px;
}

.Toggle span:nth-child(2) {
	top: 18px;
}

.Toggle span:nth-child(3) {
	top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
	top: 18px;
	left: 6px;
	transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
	top: 18px;
	transform: rotate(45deg);
}

header nav div h1 a:nth-of-type(1) {
    display: none;
}
/* ヘッダーここまで */

/* 左右の帯打消し */
.display-left,.display-right {
    display: none;
}

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

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

.production-title-img {
    width: 38%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
}

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

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

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

/* ご活用方法ここから */
.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: 38%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
}

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

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

.util-child1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.util-child-left {
    position: relative;
    width: 100%;
    margin-bottom: 5vw;
    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: 100%;
    margin-bottom: 5vw;
    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: -14vw;
    width: 52%;
}

.ppp p {
    transform: rotate(-15deg);
    font-size: 3.3vw;
    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: 8vw;
}

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

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

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

.sample-posi a {
    text-align: left;
}
/* 左 */
.sample-posi .sample-posi-left {
    position: relative;
    width: 80%;
    height: 60vw;
    margin-left: auto;
    margin-right: auto;
}

.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;
    top: 14vw;
    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;
    top: 40vw;
    left: 22vw;
    width: 35%;
    border-bottom: 2px solid #bee1de;
}

.sample-posi .sample-posi-left .sample-p p {
    display: block;
    text-align: center;
    font-size: 3.5vw;
}

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

.sample-posi .sample-posi-left .sample-p2 p {
    text-align: center;
}
/* 右 */
.sample-posi .sample-posi-right {
    position: relative;
    width: 80%;
    height: 60vw;
    margin-top: 25vw;
    margin-left: auto;
    margin-right: auto;
}

.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;
    top: 14vw;
    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;
    top: 42vw;
    left: 17vw;
    width: 50%;
    border-bottom: 2px solid #bee1de;
}

.sample-posi .sample-posi-right .sample-p p {
    display: block;
    text-align: center;
    font-size: 3.5vw;
}

.sample-posi .sample-posi-right .sample-p2 {
    position: absolute;
    top: 49vw;
    left: 4vw;
    width: 85%;
}

.sample-posi .sample-posi-right .sample-p2 p {
    text-align: center;
}
/* サイト参考例ここまで */

/* プランここから */
.plan-title {
    width: 38%;
    margin-top: 15vw;
    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: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3vw;
  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: 2.7vw;
}

.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: 1px solid #bee1de;
}

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

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



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

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

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

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

.details-content3 {
	margin: 0 2vw 2vw;
	padding: 1vw;
	height: 145vw;
    border: 1px solid #bee1de;
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
    letter-spacing: .05em;
    font-family: noto;
    text-align: center;
    color: rgb(91, 102, 84);
}
/* オプションここまで */

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

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

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

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

.details-content4 {
	margin: 0 2vw 2vw;
	padding: 1vw;
	height: 85vw;
    border: 1px solid #bee1de;
	overflow: hidden;
	overflow-y: auto;
	background-color: #fff;
    letter-spacing: .05em;
    font-family: noto;
    text-align: center;
    color: rgb(91, 102, 84);
}
/* 料金表ここまで */
.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-box {
    width: 100%;
    margin-top: 12vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
}

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

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

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

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

.flow-flow-smart {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

.flow-grand {
    display: flex;
    width: 80%;
    height: 16vw;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #7D826A;
    border-radius: 10px;
    background-color: #F5F2ED;
    box-shadow: 4px 4px 3px rgb(183, 184, 177);
}

.flow-grand-flex {
    width: 30%;
    margin-top: 1vw;
}

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

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

.flow-grand-title {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 1vw;
}

.flow-grand-title p {
    text-align: center;
}

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

.flow-block2 {
    margin-bottom: 1vw;
    text-align: center;
    line-height: 1.5;
    font-size: 2.4vw;
}

.flow-grand-article1 {
    width: 70%;
    margin: 1vw;
    padding: 1vw;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #e7f5f4;
}

.flow-grand-article2 {
    width: 70%;
    margin: 1vw;
    padding: 1vw;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #e7f5f4;
}

.flow-grand-article3 {
    width: 70%;
    margin: 1vw;
    padding: 1vw;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #e7f5f4;
}

.flow-grand-article1 p {
    padding: .8vw;
    font-size: 3vw;
}

.flow-grand-article2 p {
    padding: .8vw;
    font-size: 3vw;
}

.flow-grand-article3 p {
    padding: .8vw;
    font-size: 3vw;
}
/* 矢印 */
.flow-yajirushi {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

.contact-img1 {
    width: 10%;
    padding-top: 1vw;
    margin-left: 10%;
}

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

.contact-img2 {
    width: 10%;
    padding-top: 1vw;
    margin-right: 10%;
}

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

.contact-box .contact-center {
    width: 54%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 2vw;
}

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

.contact-box .contact-center .contact-center-a {
    width: 60%;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bee1de;
    border-radius: 15px;
    background-color: white;
    box-shadow: .7px .7px 1.2px rgb(163, 163, 163);
}

.contact-box .contact-center .contact-center-a a {
    display: block;
    text-align: center;
    font-size: 3vw;
}
/* CONTACTここまで */

/* フッターここから */
footer:nth-of-type(1) {
    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: 70%;
    margin-left: 8%;
    margin-right: 3%;
    padding-top: 2vw;
}

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

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

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

.social-box a img {
    width: 100%;
    vertical-align: bottom;
}
/* ソーシャルアイコンここまで */
footer p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.footer-box3 {
    width: 100%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vw;
}

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

footer .footer-box3 ul li a {
    display: block;
    font-size: 1vw;
}

footer .footer-box3 ul li:nth-of-type(1) a {
    width: 10vw;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 2.5vw;
}

footer .footer-box3 ul li:nth-of-type(2) a {
    width: 10vw;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 2.5vw;
}

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

footer .footer-box3 ul p {
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 3vw;
    line-height: .9;
}

/* TOPへ戻るボタンここから */
.footer-box1 .pagejump {
    width: 13%;
    margin-top: 2.8vw;
    margin-right: auto;
    padding-top: .8vw;
    text-align: center;
}

.footer-box1 .pagejump a {
    display: block;
    width: 88%;
    border-radius: 50%;
    border: 1px solid rgb(174, 138, 138);
    font-size: 7vw;
    color: white;
    background-color: #83c1bd;
}
/* TOPへ戻るボタンここまで */
/* フッターここまで */
.isAnimate {
    opacity: 1;
    transform: translateY(0px);
}