@charset "UTF-8";
.text {
	display: none;
}

@font-face {
	font-family: "NotoSansJP L";
	src: url("../fonts/NotoSansJP-Light.otf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP R";
	src: url("../fonts/NotoSansJP-Regular.otf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP B";
	src: url("../fonts/NotoSansJP-Bold.otf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP Black";
	src: url("../fonts/NotoSansJP-Black.otf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP M";
	src: url("../fonts/NotoSansJP-Medium.otf");
	font-weight: 500;
}
@font-face {
	font-family: "Helvetica Bold";
	src: url("../fonts/Helvetica-Bold.TTF");
	font-weight: 500;
}
@font-face {
	font-family: "Helvetica Medium";
	src: url("../fonts/HelveticaNeueLTPro65-Medium.otf");
	font-weight: 500;
}

*{
	margin: 0;
	padding: 0;
}
body{
	position: relative;
	font-size: 16px;
	font-family: 'NotoSansJP M', 'sans-serif', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	color: #3e302a;
	background: #fff;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
	transition: 0.2s;
}
ul,
ol{
	list-style: none;
}

/*共通パーツ
=======================================================*/
.inner,
.inner-pc{
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0;
}
.inner-pc{
	padding: 0 0 50px;
}
/* 位置 */
.tac{
	text-align: center!important;
	display: block!important;
	margin: 0 auto!important;
	width: fit-content;
}
.tal{
	text-align: left!important;
}
/* サイズ */
.w30{
	width: 30%!important;
}

/* ボタン */
.normal-btn{
	position: relative;
	transition: all 0.2s ease;
	border-radius: 25px;
	width: 100%;
}
.normal-btn span::after{
	content: "";
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    width: 15px;
    object-fit: contain;
    height: 12px;
    margin-left: 10px;
    position: absolute;
    right: 7%;
}
.normal-btn span{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	text-align: center;
	transition: all 0.3s ease;
	padding: 10px 50px;
	background: #f0ba00;
	color: #fff;
	border-radius: 30px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	align-items: center;
	font-family: "NotoSansJP R";
	letter-spacing: 2px;
}
.normal-btn span:hover{
	transform: translateY(2px);
}

@media screen and (max-width: 1100px){
	.inner{
		width: 90%;
	}
	.inner-pc{
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.inner{
		width: 90%;
		padding: 50px 0;
	}
	.inner-pc{
		width: 100%;
	}
	a.normal-btn{
		width: 280px;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 10px 20px;
		margin: 0 auto;
	}
}

/*タイトル
=======================================================*/
.ttl-L{
	font-size: 40px;
	font-size: 4.0rem;
	font-family: "NotoSansJP B";
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.ttl-L span{
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
	font-family: "NotoSansJP Black";
	position: relative;
	color:#b4b4b4;
	letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
	.ttl-L{
		font-size: 23px;
		margin-bottom: 30px;
		line-height: 1.5;
	}
	.ttl-L span{
		font-size: 17px;
		font-size: 1.7rem;
	}
}

/*文字色
=======================================================*/
.fc-b{
	color: #0fa1d5!important;
}
.fc-w{
	color: #fff!important;
}

/*背景色
=======================================================*/
.bg-m{
	background: #28d1d1!important;
}
.bg-g{
	background: #d3d3d3!important;
}
.bg-o{
	background: #ebb600!important;
}

/*デバイスによる表示・非表示
=======================================================*/
.pc-none{
	display: none!important;
}
.sp-none{
	display: block!important;
}

@media screen and (max-width: 768px) {
	.pc-none{
		display: block!important;
	}
	.sp-none{
		display: none!important;
	}
}

/*共通アニメーション
=======================================================*/
.fadein/* スクロールありで下から上 */ {
	opacity : 0;
	transform: translateY(50px);
	transition: all 1.5s;
}
.fadein-1/* スクロールありで下から上 */ {
	opacity : 0;
	transform: translateY(50px);
	transition: all 1.5s;
	animation-delay: 2.0s;
}
.fadein-2/* スクロールありで下から上 */ {
	opacity : 0;
	transform: translateY(50px);
	transition: all 1.5s;
	animation-delay: 2.5s;
}
.fadein-3/* スクロールありで下から上 */ {
	opacity : 0;
	transform: translateY(50px);
	transition: all 1.5s;
	animation-delay: 3.0s;
}
.fadein-4/* スクロールありで下から上 */ {
	opacity : 0;
	transform: translateY(50px);
	transition: all 1.5s;
	animation-delay: 3.5s;
}
.fadein2/* スクロールありで右から左 */ {
	opacity : 0;
	transform: translateX(-50px);
	transition: all 1.5s;
}
.fadein5/* スクロールありで上から下 */ {
	opacity : 0;
	transform: translateY(-50px);
	transition: all 2s;
}
.fadein3/* スクロールなし下から上でフェードイン */ {
	opacity: 0;
	animation-duration: 0.8s;/* アニメーション時間 */
	animation-name: fadein3;/* アニメーション名 */
	animation-timing-function:ease-in-out;
	animation-delay: 0.6s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.fadein3-1/* スクロールなし下から上でフェードイン */ {
	animation-duration: 3s;/* アニメーション時間 */
	animation-name: fadein3;/* アニメーション名 */
}
.fadein4/* スクロールなしで上から下フェードイン */ {
	animation-duration: 2s;/* アニメーション時間 */
	animation-name: fadein4;/* アニメーション名 */
}

@keyframes fadein3 {
	0% {
		opacity: 0;/* 透明 */
		transform: translateY(100px);
	}
	100% {
		opacity: 1;/* 不透明 */
		transform: translateY(0);
	}
}
@keyframes fadein4 {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadein5 {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/*ヘッダー
=======================================================*/
header{
	width:100%;
	position: fixed;
	top:0;
	left:0;
	z-index:99999;
}
header a{
	font-size: 20px;
	font-size: 2rem;
	display: block;
}
.header-inner{
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 2vw;
}
.header-btn a{
	font-size: 20px;
	font-size: 2.0rem;
}
.header-btn a img{
	width: 25px;
	margin-left: 15px;
}
.header-btn a.normal-btn{
    height: 65px;
    width: 245px;
}
.header-btn .normal-btn span{
    font-size: 16px;
    padding: 12px 30px;
}
.header-btn .normal-btn span::after{
    right: 9%;
    width: 5px;
    height: 10px;
    background-size: contain;
    top: 45%;
}

@media screen and (max-width: 1045px){
	.header{
		height:60px;
	}
	.header-btn a{
		font-size: 20px;
		font-size: 2.0rem;
	}
}
@media screen and (max-width: 768px){
	.header-inner{
		height: 60px;
	}
}

/*SP-追従
=======================================================*/
@media screen and (max-width: 768px){
	.sp-btn{
		z-index: 9999;
		position: fixed;
		bottom: 0;
		width: 100%;
		display: flex;
		transition: all 0.3s ease;
	}
	.sp-btn a{
		background: #f0ba00;
		color: #fff;
		width: 100%;
		padding: 13px;
		font-size: 20px;
		font-size: 2.0rem;
		position: relative;
	}
	.sp-btn-stop{
		bottom: 65px;
		transition: all 0.3s ease;
	}
	.sp-btn a::after{
		content: "";
		background-image: url(../img/arrow.png);
		background-repeat: no-repeat;
		width: 10px;
		object-fit: contain;
		height: 10px;
		margin-left: 10px;
		position: absolute;
		top: 41%;
		right: 16%;
	}
}

/*メインビジュアル
=======================================================*/
.topview-area{
	background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.topview-area .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	padding: 130px 0;
}
.topview-ttl{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.topview-ttl img{
	object-fit: contain;
}
.topview-img1{
	width: 100%;
}
.topview-img1 img{
	margin-bottom: 50px;
}
.topview-box .normal-btn{
	width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px){
	.topview-area .inner{
		width: 90%;
	}
}
@media screen and (max-width: 768px){
	.topview-area-sp{
		line-height: 0;
	}
}

/*イントロ
=======================================================*/
.intro{
	position: relative;
}
.intro-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.intro-img{
	width: 50%;
}
.intro-img::before{
    content: "";
    background: #0fa1d5;
    position: absolute;
    top: 0;
    width: 447px;
    height: 420px;
    left: 0;
}
.intro-img img{
	position: relative;
}
.intro-box{
	width: 50%;
}
.intro-txt{
	line-height: 2.2;
	font-family: NotoSansJP M;
}
.intro-box .intro-txt .fc-b{
	font-weight: bold;
}
@media screen and (max-width: 1010px){
	.intro-box{
		width: 40%;
	}
}
@media screen and (max-width: 768px){
	.intro{
		background: #0fa1d5;
		color: #fff;
	}
	.intro-img::before{
		content: unset;
	}
	.intro-box{
		width: 100%;
	}
	.intro-ttl{
		display: flex;
		align-items: flex-start;
	}
	.intro-ttl .ttl-L{
		width: 60%;
		margin-bottom: 10px;
	}
	.intro-ttl .ttl-L span{
		color: #fff;
	}
	.intro-ttl img{
		width: 40%;
		object-fit: contain;
	}
	.intro-box .intro-txt .fc-b{
		font-weight: bold;
		color: #fff!important;
	}
	.intro-txt{
		font-family: NotoSansJP L;
		line-height: 1.8;
		font-size: 18px;
	}
}

/*SOLUTIONS
=======================================================*/
.solutions{
	background: #f6f6f6;
}
.solve-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.solve-box:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.solve-img{
	object-fit: contain;
}
.solve-before,
.solve-after{
	background: #fff;
	text-align: center;
	width: 45%;
    padding: 30px;
}
.solve-before img,
.solve-after img{
	display: block;
	margin: 0 auto 20px;
}
.solve-before{
	border: 1px solid #0098d0;
}
.solve-after{
	border: 1px solid #ebb600;
	color: #ebb600;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.solve-box{
		border-bottom: 1px solid #b8b8b8;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.solve-box:last-child{
		border-bottom: unset;
	}
	.solve-before,
	.solve-after{
		width: 100%;
		text-align: left;
		display: flex;
		align-items: center;
		padding: 10px;
	}
	.solve-before img,
	.solve-after img{
		margin: 0 10px 0 5px;
		width: 40px;
		height: 40px;
		object-fit: contain;
	}
	.solve-img{
		margin: 10px auto;
	}
	.solve-img img{
		width: 70%;
		margin: 0 auto;
	}
	.solve-txt{
		font-size: 14px;
	}
}

/*PRICE
=======================================================*/
.price img{
	margin: 0 auto;
}

@media screen and (max-width: 768px){
}

/*FLOW
=======================================================*/
.flow{
	background: #f0f9ff;
}
.flow-wrap{
	position: relative;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.flow-box{
    position: relative;
    width: 30%;
    flex-direction: column;
    display: flex;
    margin-bottom: 50px;
}
.flow-box:nth-child(n + 4){
	margin-bottom: 0;
}
.flow-box::after{
    content: "";
    background-image: url(../img/arrow_g.png);
    background-repeat: no-repeat;
    width: 12px;
    object-fit: contain;
    height: 31px;
    position: absolute;
	right: -35px;
    bottom: 50%;
}
.flow-box:nth-of-type(3n)::after{
	content: unset;
}
.flow-box img{
	margin-top: 24px;
}
.flow-num{
    background: #0fa1d5;
    color: #fff;
    position: absolute;
    top: 0;
    font-size: 14px;
    padding: 5px 15px;
    letter-spacing: 2px;
	font-family: Helvetica Medium;
}
.flow-num span{
	font-size: 20px;
}
.flow-ttl{
    text-align: center;
    color: #0698cc;
    font-size: 20px;
    margin: 5px 0;
}

@media screen and (max-width: 768px){
	.flow-box{
		width: 100%;
		flex-direction: unset;
		justify-content: space-between;
		margin-bottom: 0;
		align-items: flex-start;
	}
	.flow-box::after{
		content: unset;
	}
	.flow-box img{
		margin-top: 0;
		width: 30%;
		object-fit: contain;
	}
	.flow-info{
		width: 65%;
	}
	.flow-num{
		position: unset;
		padding: 1px 5px;
		font-size: 12px;
		display: flex;
		width: fit-content;
		line-height: 1.4;
	}
	.flow-num span{
		font-size: inherit;
	}
	.flow-ttl{
		text-align: left;
		margin: 0;
		line-height: 1.5;
	}
	.flow-txt{
		line-height: 1.3;
		font-size: 4vw;
	}
	.flow-arrow{
		margin: 13px auto;
		width: 25px;
	}
}

/*FAQ
=======================================================*/
.faq-wrap dl{
	border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.faq-wrap dl:last-child{
	border: unset;
	margin-bottom: 0;
    padding-bottom: 0;
}
.faq-q{
	display: flex;
}
.faq-q span{
	background: #0fa1d5;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 20px;
	font-family: Helvetica Bold;
}
.faq-q-txt{
	font-size: 20px;
	width: 80%;
	display: flex;
    align-items: center;
}
.faq-a{
	display: flex;
	margin-top: 20px;
}
.faq-a span{
	background: #ebb600;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 20px;
	font-family: Helvetica Bold;
}
.faq-a-txt{
	font-size: 18px;
	width: 80%;
	display: flex;
    align-items: center;
}

@media screen and (max-width: 768px){
	.faq-q span,
	.faq-a span{
		font-size: 21px;
		width: 40px;
		height: 40px;
	}
	.faq-q-txt{
		font-size: 17px;
	}
	.faq-a{
		margin-top: 10px;
	}
	
}

/*CONTACT
=======================================================*/
.contact{
	background: linear-gradient(180deg, #0fa1d5 0%, #0fa1d5 15%, #f9f9f9 15%, #f9f9f9 100%);
}
.contact-wrap{
	background: #fff;
	padding: 50px;
}
.contact-flow{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	width: 35%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
	margin-bottom: 20px;
}
.contact-flow::after{
	content: "";
	height: 1px;
	width: 69%;
	background-color: #d3d3d3;
	position: absolute;
	top: 14%;
	right: 16%;
}
.contact-flow span{
	width: 15px;
	height: 15px;
	display: block;
	margin: 0 auto;
	border-radius: 100%;
}
.contact-flow-box{
	z-index: 1;
}
.required{
    color: #fff;
    background: #0fa1d5;
    font-weight: normal;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 10px;
    margin-left: 5px;
}
.contact table{
	width: 90%;
	margin: 0 auto;
}
.contact tbody{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	word-break: break-all;
}
.contact table tr{
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.contact table tr:last-child,
.contact table tr:nth-last-child(2){
	border-bottom: unset;
	margin-bottom: 10px;
    padding-bottom: 10px;
}
.contact table th{
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.contact table td{
	width: 100%;
	display: flex;
	align-items: center;
}
.contact table td.note{
	margin-bottom: 10px;
}
.contact table .td-multi{
	margin-bottom: 20px;
	display: flex;
    align-items: center;
}
.contact table td.td-multi input,
.contact table .td-multi textarea{
	width: 80%;
}
.contact table .td-multi textarea{
	height: calc( 3em * 1 );
    line-height: 1.5;
}
.contact table td.column-3{
	display:flex;
	flex-wrap: wrap;
}
.contact table td.column-3 label{
	width: 30%;
}
.contact table td span{
	width: 20%;
	display: inline-block;
}
.contact table td span.note{
	width: 100%;
}
.contact input[type="text"],
.contact textarea{
	background: #fff;
	border: 1px solid #b2b2b2;
	width: 100%;
	padding: 10px;
}
.contact input[type="submit"],
.contact input[type="button"],
.contact a.normal-btn{
	width: 400px;
	border: none;
	background: unset;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	height: 50px;
}
.contact .normal-btn span::after{
	content: unset;
}
.contact .normal-btn {
	width: fit-content;
}
.radio-btn{
	margin-top: 20px;
}
.radio-btn a{
	color: #0fa1d5;
	text-decoration: underline;
	margin-left: 5px;
}
.contact .normal-btn{
	margin: 20px auto;
}
.contact .normal-btn span{
	padding: 0;
	background-color: #0fa1d5;
	border-radius: 5px;
}
.contact .normal-btn span:hover{
	transform: translateY(2px);
}
.confirm table td{
	background: #f0f0f0;
	padding: 10px;
}
.confirm .back span::after{
	transform: rotate(180deg);
	left: 6%;
}
.complete a.normal-btn{
	display: block;
}

@media screen and (max-width: 1100px){
}
@media screen and (max-width: 768px){
	.contact{
		background: linear-gradient(180deg, #0fa1d5 0%, #0fa1d5 15%, #fff 15%, #fff 100%);
	}
	.contact .inner{
		width: 100%;
	}
	.contact .ttl-L{
		margin-top: -20px;
	}
	.contact-flow{
		width: 70%;
	}
	.contact-flow-box{
		width: 30%;
	}
	.contact-wrap-sp{
		width: 90%;
		margin: 0 auto;
	}
	.contact-flow::after{
		height: 2px;
		top:13%;
	}
	.contact-wrap{
		padding: 20px 0 0;
	}
	.contact table{
		width: 100%;
	}
	.contact .normal-btn{
		width: 90%;
	}
	.contact input[type="submit"],
	.contact input[type="button"],
	.contact a.normal-btn{
		width: 100%;
	}
	.contact .normal-btn span{
		width: 100%;
		margin: 0 auto;
	}
	.contact .normal-btn span::after{
		right: 6%;
	}
	.radio-btn{
		font-size: 15px;
		font-size: 1.5rem;
	}
	.complete a.normal-btn{
		padding: 0;
	}
	.complete a.normal-btn span{
		height: 50px;
		width: 100%;
	}
	.contact table th{
		background: #f4f4f4;
		padding: 10px;
	}
	.required{
		margin-left: auto;
	}
	.contact table tr{
		border-bottom: unset;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.contact table tr:last-child th{
		display: none;
	}
	.contact table td span{
		width: 40%;
	}
	.contact table .td-multi{
		width: 95%;
		margin-left: auto;
		align-items: baseline;
	}
	.contact table .current .td-multi{
		width: 100%;
	}
	.contact table .td-multi input{
		width: 60%!important;
	}
	.contact table td.column-3{
		width: 90%;
		margin: 0 auto;
	}
	.contact table td.column-3 label{
		width: 100%;
	}
	.contact table td.column-2-sp label{
		width: 50%;
	}
	.contact table .td-multi textarea{
		width: 60%;
		height: calc( 3em * 2 );
		line-height: 1.5;
	}
	.contact table td.note{
		width: 95%;
		margin-left: auto;
	}
}

/*Footer
=======================================================*/
footer{
	background: #585858;
	color:#fff;
}
.f-inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 0;
}
.f-link a{
	margin-right: 20px;
}

@media screen and (max-width: 1000px){
	.f-inner{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	footer{
		background: #eeeeee;
		color: #1b1b1b;
		height: 65px;
		margin-top: 50px;
	}
	.f-inner{
		justify-content: center;
	}
	.f-link{
		width: 100%;
		text-align: center;
	}
	.f-link a:last-child{
		margin-right: 0;
	}
}
