@charset "utf-8";
/* CSS Document */
.titleBox{
	display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin: 2em auto 0 auto;
	max-width: 1400px;
    width: calc(98% - 20px);
}.titleBox h1{
	min-width: 400px;
    text-align: left;
    font-size: 1.2em;
    font-weight: 900;
}
.breadcrumb {
	padding: 0 10px;
	font-size: 0.9em;
	width: inherit;
	text-align: left;
}
.breadcrumb ul li {
	display: inline;
	color:rgb(98 134 172);
}.breadcrumb ul li a{
	color:rgb(98 134 172);
	text-decoration: none;
	font-weight: 700
}
.breadcrumb ul li a:after {
	content: "-";
	padding: 0 0.5em;
}.breadcrumb ul li:nth-child(2) a:after {
	content: "●";
	padding: 0 0.5em;
}
#board span.maker{
    background: linear-gradient(transparent 0%, #f2e165 0%);
    font-weight: bold;
}
#board .contents .main{
	max-width: 1600px;
    width: calc(98% - 20px);
    margin: auto;
    padding:2em 0 0;
    text-align: left;
	display: flex;
	flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	background:url("../board/img/poinBg.webp");
	background-size: cover;
}
#board .contents .main .copy{
	text-align: justify;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
	margin: 1em;
}#board .contents .main .copy h2{
	color: #FFF;
    font-size: 2.8em;
    padding: 0;
    line-height: 1.2;
	text-align: center;
    margin: auto;
}#board .contents .main .copy p span{
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
       font-weight: 900;
    font-size: 1.3em;
}#board .contents .main .copy p{
	color: #000;
}
#board .contents section{
	text-align: center;
}
#board .contents .inner{
	max-width: 1200px;
    width:calc(94% - 20px);
    margin: auto;
    padding: 2em 0
}
#board .contents h2,h3,h4{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    padding: 1em;
    text-align: center;
    font-size: 2.2em;
}
@media screen and (max-width: 768px) {
	#board .contents .main .copy h2 {
		text-align: center;
		margin: auto;
	}
	#board .contents .main .copy p {
		font-size:0.9em;
		margin: auto;
	}#board .contents .main .copy img {
		max-width: 84%;
		margin: auto;
	}
}
@media screen and (min-width: 769px) {
	.titleBox{
	display: flex;
    justify-content: space-between;
    flex-direction: row;
}
	.breadcrumb {
	text-align: right
}
	#board .contents .main{
	flex-direction: row;
	justify-content: center;
}#board .contents .main .copy{
	min-width: 460px;
    text-align: justify;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
	width: 500px;
}
	#board .contents .main .copy h2{
	font-size: 3.8em;
	text-align: left;
		margin: 0;
}
}
#board #lead ul{
	display: flex;
	flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
#board #lead ul li{
    flex: 1 calc(50% - 40px);
    font-weight: 900;
	text-align: start;
}
@media screen and (max-width: 768px) {
	#board #lead h2{
		padding: 0;
	}
}
@media screen and (min-width: 769px) {
#board #lead ul{
	flex-direction: row;
}
	#board .contents #lead ul li{
	font-size: 1.5em;
}
	}
#about{
	background:#d1f5ff;
	background-image:  url("../board/img/pointBg.png") ;
	background-position: top center;
    background-repeat: no-repeat;
}
section#about {
	
}
#about .inner,#faq .inner{
	border-radius: 10px;
}
#board .contents #about h2{
	color:  rgba(0,156,73,1.00);
    display: flex;
    flex-direction: column;
	align-items: center;
	font-size: 1.4em;
	padding: 0;
}
#about h2 img{
	display: block;
	margin-bottom: 1em;
}
#about h2+p{
	margin: 0 auto;
	width: calc(80% + 20px)
}
#about ul{
	width: 100%;
}
#about ul li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 2em calc(5vw + 20px);
	z-index: 0;
}
#about ul li::before{
	content: "";
    background: url(../board/img/poinBg.webp);
    background-repeat: no-repeat;
	height: 94%;
    background-size: cover;
    margin-left: calc(3vw - 10px);
    position: absolute;
    width: 100%;
    z-index: -1;
    right: 0;
    top:0;
}
#about ul li div.txt{
	display: flex;
	flex-direction:column;
	gap:30px;
	justify-content: center;
}
#about ul li div.txt .point{
	 color: #FFF;
	font-size: 2em;
	line-height: 1.1;
	text-align: left;
}#about ul li div.txt .point span{
	font-size: 0.7em;
	font-family: 'Outfit', sans-serif;
	line-height: 1;
}
#about ul li div.txt h3{
	color: #FFF;
    font-weight: 900;
	font-size: 1.6em;
	padding: 0;
	text-align: left;
}
#about ul li div.txt p{
	text-align: justify;
	font-size: 1.1em;
}
@media screen and (max-width: 768px) {
	#about ul li{
		gap:10px;
	}
	#about ul li .clear{
	position: absolute;
    top: -1.9em;
    right: 1em;
    max-width: 24%;
    display: block;
}
	#about ul li div.txt p{
	color: #FFF;
}
}
@media screen and (min-width: 769px) {
#about ul li{
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	padding: 2em calc(5vw + 20px);
	z-index: 0;
}
#about ul li::before,
#about ul li:nth-child(3)::before{
	content: "";
    background: url(../board/img/poinBg.webp);
	background-repeat: no-repeat;
    height: 90%;
	background-size: cover;
    max-width:calc(97vw - 10px);
    position: absolute;
    width: 100%;
    z-index: -1;
    left:0;
    top: 8%;
}
#about ul li:nth-child(2)::before{
	content: "";
    background: url(../board/img/poinBg.webp);
    background-repeat: no-repeat;
   height: 84%;
    background-size: cover;
    margin-left: calc(3vw - 10px);
    position: absolute;
    width: 100%;
    z-index: -1;
    right: 0;
    top:8%;
}
	#about ul li:nth-child(2){
	display: flex;
	flex-direction:row-reverse;
	    padding: 2em;;
}#about ul li:nth-child(3){
	display: flex;
	flex-direction: row;
	adding-left:  calc(2vw + 30px);
}
	#about ul li div.img{
	width: 55%;
	max-width: 700px
}#about ul li div.txt{
	width: 48%;
	display: flex;
	flex-direction:column;
	gap:30px;
	justify-content: center;
	position: relative;
	max-width: 450px;
}#about ul li div.txt h3 br{
	display: none
}
}
#about .onayami{
	background:#3fd7ff;
	padding:2vw;
	width: calc(93% + 20px);
    margin:5em auto 0;
    border-radius: 3em 3em 0 0;
}#about .onayami .fle{
	display: flex;
	justify-content: center;
	gap:20px;
}

#about .onayami h4{
	font-size:4em;
	color: #FFF;
	font-weight: 900;
	padding: 0;
	line-height: 1.3;
	margin-bottom: 0.33em;
}
#about .onayami .flex{
	display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
	 align-items: center;
}
#about .onayami .flex div:first-child p{
	font-size: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 1em;
	text-align: justify;
	width: 80%;
	margin: auto;
}#about .onayami .contactDemo{
	margin: 0 auto;
	padding: 2em;
}
#about .onayami .contactDemo h3{
	font-size: 2.6em;
    line-height: 1.3;
	padding: 0;
}
#about .onayami .contactDemo h3 + p{
	    font-size: 1.8em;
}
@media screen and (min-width: 769px) {
	#about .onayami .flex div:first-child{
	width: 60%;
	text-align: justify;
}
	#about .onayami h4 br,
	#about .onayami .contactDemo h3 br{
		display: none
	}
}
#faq{
	background: url(../board/img/poinBg.webp);
    background-size: cover;
    padding: 2em 0;
}
#faq dl{
	width: calc(90% - 10px);
	margin: auto;
	text-align: left;
}

#work{}
#work ul{
	max-width: 1400px;
	width: calc(95% - 5px);
	margin:0 auto 3em;
	display: flex;
	flex-direction: column;
	gap:10px;
}
#work ul li{
	flex: 1 50%;
	background:#ffec65;
	border-radius:30px;
	padding: 4vw 4vw;
	text-align: justify;
}
#work ul li h3{
font-size: 1.5em;
    text-align: justify;
   padding: 0 0 1em 0;
}#work ul li .plan{
    background: #3F51B5;
    padding: 0.6em;
    color: #ffffff;
    display: inline-block;
    border-radius: 100px;
    line-height: 1;
	margin-bottom: 0.5em;
	font-size: 0.8em;
    font-weight: 900;
}
@media screen and (min-width: 769px) {
	#work ul{
	flex-direction: row;
	gap:30px;
	align-items: flex-start;
}
	#work ul li:nth-child(even){
	margin-top: 2em;
}
}

#price{
	background:linear-gradient(45deg, #5677ff 0%, #178fff 52%, #7d69ff 95%);
	background-size: cover;
	color: #FFF;
	padding: 2em 0;
}#price h2.ttl{
	border-bottom: 1px solid #FFF;
    display: inline-block;
    line-height: 1;
    padding: 0.5em;
    margin-bottom: 0.5em;
}#yoyaku .contents #price h2{
	padding: 1em;
	font-size: 1.5em;
	padding-bottom: 0.2em;
}#price p{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    padding:0.5em;
    text-align: center;
    font-size:1.2em;
	color: #ffe634;
	    line-height: 1;
}
#price p span{
	font-size: 2.5em;
	font-weight: 900;
	line-height:0.2;
}
@media screen and (min-width: 769px) {
	#price p{
    font-size: 2.2em;
}
	#price p span{
	font-size: 3.0em;
}
}
#step{
}#step ul{
	
}#step ul li{
	display: flex;
	justify-content: center;
	margin: 1em;
	flex-direction: column
}
#step ul li h3{
        background: #45dbff;
        padding: 1em;
        font-size: 1.2em;
        color: #FFF;
}#step ul li p{
	flex-basis: 60%;
    padding: 2em;
    background:#3fd7ff2e;
	 text-align: left;
}
@media screen and (min-width: 769px) {
	#step ul li{
		flex-direction: row;
	}
	#step ul li h3{
		flex-basis: 40%;
        background:#29c0ff;
        font-size: 1.2em;
}#step ul li p{
	flex-basis: 60%;
}
}
#faq .inner{
	background: #FFF;
}
#faq dl dt,#faq dl dd{
	position: relative;
	margin-left: 60px;
}
#faq dl dt{
	font-size: 1.3em;
	font-weight: 900;
	margin-bottom: 1.5em;
	color: #027ddd
}
#faq dl dt:before{
	content: '';
	position: absolute;
	left: -60px;
	top:0;
	background: url("../board/img/iconQ.webp") no-repeat;
	width: 40px;
    height:40px;
    background-size: contain;
}
#faq dl dd{
	font-size: 1.2em;
	font-weight: 900;
	margin-bottom: 2.5em;
    margin-left: 90px;
}
#faq dl dd:before{
	content: '';
	position: absolute;
	left: -60px;
	top:0;
	background: url("../board/img/iconA.webp") no-repeat;
	width: 40px;
    height:40px;
    background-size: contain;
}
@media screen and (min-width: 769px) {
	#faq dl {
	font-size: 1.1em;	
	}
}