@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
body {
	background-color: #f3f8fc;
}
p {
	font-family: "Noto Sans JP", sans-serif;
}
a {
	color: #fff;
	transition: all 0.2s;
}
a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	opacity: 0.5;
}
.nami {
	width: 100%;
	margin-bottom: -60px;
}
.nami img {
	width: 100%;
	margin-top: -90px;
}
.nami {
	width: 100%;
}
.nami img {
	width: 100%;
}
.wrap {
     overflow: hidden;
 }
.entry-btn img {
	position: fixed;
	right: 16px;
	bottom: 16px;
	width: 28%;
	z-index: 3000;
}
header {
	background-size: cover;
}
.header-box {
    position: relative;
	text-align: right;
}
.header-img {
	width: 100%;
	margin-top: 0;
}
.header-text {
	width: 90%;
	position: absolute;
	top: 65%;
	right: 5px;
}
.concept-box {
	width: 100%;
	text-align: center;
	height: 850px;
}
.concept-box img {
	width: 70%;
}
.project-box {
	width: 100%;
	text-align: center;
}
.project-box img {
	width: 88%;
	height: 300px;
}
.benefit {
	width: 100%;
	text-align: center;
	margin-top: 180px;
}
.benefit-img {
	padding-bottom: 40px;
}
.benefit-img img {
	width: 92%;
}
.benefit-bottom {
	width: 100%;
	text-align: center;
}
.benefit-bottom img {
	width: 70%;
	padding-bottom: 75px;
}
.cta {
	margin-top: -90px;
	background-image: url("assets/image/cta-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.cta-box {
	padding: 60px auto;
}
.cta-box p {
	color: #ffffff;
	letter-spacing: 0.2em;
	line-height: 2em;
	
}
.support {
	text-align: center;
	background-size: cover;
	pointer-events: none;
	margin-top: -80px;
}
.support-box img {
	width: 100%;
	margin: 0;
}
.con {
	background-image: url("assets/image/con-bg.png");
	background-size: cover;
	background-position: 0 -98px;
}
.con-title img{
	width: 50%;
	margin: 90px auto 0;
}
.con-flex-box {
	margin-top: 41px;
	margin-bottom: 28px;
}
.con-text {
	margin: 26px auto 0;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.3);
	width: 337px;
	height: 47px;
	align-items: center;
}
.con-text p {
	color: #1086CC;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.4em;
	padding-top: 3px;
}
.con-text-2 {
	padding-top: 12px;
}
.con-bottom {
	padding-top: 26px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.flow {
	background-image: url("assets/image/flow-bg.png");
	background-size: cover;
	pointer-events: none;
}
.flow-title img {
	margin-top: 90px;
	width: 28%;
}
.flow-flex-box {
	margin: 52px auto;
}
.flow-yajirushi img{
	margin: 16px auto;
	width: 2%;
}
.flow-inner-box {
	width: 330px;
	top: 0;
	left: 0;
	position: relative;
}
.kasaneru{
  position: relative;/*親要素にrelative*/
}
.kasaneru-2{
    position: absolute;/*重ねたい子要素にabsolute*/
	top: 45px;
	left: 45px;
}
.flow-inner-title {
	margin-top: 8px;
	font-size: 23px;
	font-weight: 500;
	color: #1086CC;
}
.flow-inner-text {
	line-height: 17px;
	font-size: 14px;
	margin-top: -10px;
	padding-top: 0;
}
.flow-bottom-text img {
	width: 72%;
	margin:  0px auto 0;
}
.flow-bottom-text {
	margin-top: 42px;
	font-weight: 600;
	color: #0F86CC;
}
.flow-4 {
	text-align: center;
}
.flow-4 .title {
	margin: 25px auto 0;
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 40px solid #0F86CC;
  border-bottom: 0;
}
.flow-4 .title-p {
	font-size: 24px;
	font-weight: 600;
	color: #0F86CC;
	background:linear-gradient(transparent 60%, #E9EDD2 80%);
	width: 85%;
	margin: 16px auto 0;
}
.flow-4 .text {
	font-size: 14px;
	color: #0F86CC;
	width: 85%;
	margin: 0 auto;
	background: rgba(255,255,255,0.80);
	height: 60px;
	padding-top: 8px;
}
.debue {
	font-size: 20px;
}
.debue span {
	background: linear-gradient(transparent 60%, #F9F57C 50%);
}
.faq-title {
	margin-top: 20px;
}
.faq-title img {
	width: 36%;
}
.faq-inner-box {
	width: 90%;
	margin: 45px auto;
}
.qa-7 {
    max-width: 500px;
    margin-bottom: 15px;
    border: none;
    border-radius: 45px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #a7d9f2;
	font-family: "Noto Sans JP", sans-serif;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	font-size:14px;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
	top: 13px;
    left: 1em;
    font-weight: 600;
    font-size: 1.2em;
}

.qa-7 summary::before {
    color: #1086CC;
    content: "Q.";
	font-family: "Noto Sans JP", sans-serif;
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
	font-family: "Noto Sans JP", sans-serif;
	font-size:12px;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
	font-family: "Noto Sans JP", sans-serif;
}
.qa-7-2 summary::before,
.qa-7-2 p::before {
	top: 17px;
}
.oubo {
	margin: 40px auto;
}
summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}
.line {
	background-color: #06C755;
}
.line-box {
	width: 90%;
	margin: 90px auto 0;
	color: #fff;
	letter-spacing: 1px;
}
.line img {
	margin: 0;
}
.line-top-text {
	padding-top: 45px;
	font-size: 20px;
	font-weight: 600;
}
.line-bottom-text {
	font-size: 10px;
	padding-bottom: 45px;
}
.form {
	margin: 90px auto;
	color: #23292C;
}
span.marker-form {
	background: linear-gradient(transparent 50%, # 50%);
	font-weight: 300;
	letter-spacing: 2px;
}
.form-group {
	margin-top: 25px;
}
.form-category {
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
.form-button {
	background-color: #23292c;
	font-family: "Noto Sans JP", sans-serif;
}
.line-top-btn {
}
.line-top-btn img {
}
.entry-text {
	margin-top: 38px;
}
.copy {
	text-align: center;
	margin: 45px auto 0;
	width: 90%;
	border-top: solid 1px rgba(255, 255, 255, 0.6);
	font-size: 10px;
	padding-bottom: 45px;
}
.copy p {
	margin-top: 16px;
}
.entry-banner {
	z-index: 300;
}
@media screen and (min-width:374px)and (max-width: 389px) {
.benefit {
	margin-top: 170px;
}
.benefit-img {
	padding-bottom: 30px;
}
.benefit-bottom img {
	width: 70%;
	padding-bottom: 58px;
}
	.kasaneru-2 {
		top: 36px;
	}
}
@media screen and (min-width:390px)and (max-width: 411px) {
.benefit {
	margin-top: 170px;
}
.benefit-img {
	padding-bottom: 34px;
}
.benefit-bottom img {
	width: 70%;
	padding-bottom: 58px;
}
	.kasaneru-2 {
		top: 42px;
	}
}
@media screen and (max-width: 481px) {
}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
	.bg-fixed {
		background-image: url("assets/image/body-bg.png");
		background-size: 100%;
		background-attachment: fixed;
		background-repeat: no-repeat;
		
	}
	.inner {
		width: 412px;
		margin: 0 auto;
		background-color: #f3f8fc;
		box-shadow: 
		 0 0 5px 2px #737373;
	}
	.entry-btn img{
	 position: fixed;
	width: 15%;
	bottom:25px;
	right: 45px;
}
	.topics-box-title p {
	font-size: 20px;
	margin: 20px 0 17px;
	color: #1086CC;
	font-weight: 600;
}
	.topics-bottom {
		width: 420px;
	}
	.topics-bottom-title {
	margin: 120px auto 0px 220px;
}
	.text-kasaneru {
		margin:0 0 0 15%; 
		line-height: 1em;
	}

}

