@charset "UTF-8";
/* CSS Document */
.br-pc{
	display: block;
}
.br-sp{
	display: none;
}
.contents{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
	padding-top: 70px;
}
/*-----------------------------------------------
*	ファーストビュー
*-----------------------------------------------*/
.fv-wrapper{
	width: 100%;
	height: 700px;
	padding-top: 70px;
	background-color: #fff;
}
.fv-box{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 60px;
}
.fv-txt-wrapper{
	width: 30%;
	margin: auto;
}
.fv-txt-box{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
    margin-bottom: 60px;
}
.fv-ttl{
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 1.5;
	color: #E90000;
	margin-bottom: 36px;
}
.br-fv{
	display: block;
}
.fv-illustration-wrapper{
	width: 50%;
}
.fv-illustration{
	width: 70%;
}
/*-----------------------------------------------
*	バナー
*-----------------------------------------------*/
.banner-wrapper{
	position: fixed;
	width: 300px;
	height: 65px;
	background-color: #D06F74;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0px;
	bottom: 50px;
	z-index: 2;
}
.banner-icon{
	width: 33px;
	height: 24px;
	margin-right: 20px;
}
.banner-txt{
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
}
/*-----------------------------------------------
*	SERVICE
*-----------------------------------------------*/
.contents{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
	padding-top: 70px;
}
.service-wrapper{
	margin: 0px auto 120px;
	display: flex;
	flex-direction: column;
    align-items: center
}
.ttl-box-01{
	display: flex;
	flex-direction: column;
    align-items: center
}
.service-ttl-txt-01{
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
    letter-spacing: 0.08em;
}
.ttl-border-01{
	margin-top: 20px;
	border: solid #E90000 2px;
	width: 100px;
}
.service-subttl-box{
	margin-top: 40px;
    display: flex;
    align-items: flex-end;
}
.service-subttl-txt-01{
	font-size: 2.8rem;
	font-weight: 600;
    margin: 0px 4px 4px 0px;
}
.service-subttl-txt-02{
	font-size: 4rem;
	font-weight: 600;
	color: #E90000;
}
.service-txt{
	margin-top: 40px;
	text-align: center;
}

/*-----------------------------------------------
*	コンビニでの支払いが必要な請求書、払込票が届く場合
*-----------------------------------------------*/
.service-detail{
	margin: 0px auto　120px;
	position: relative;
}
.service-detail-ttl-wrapper{
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-bottom: 80px;
}
.service-detail-ttl-box{
	background-color: #E90000;
	border-radius: 10px;
	width: 100%;
}
.service-detail-ttl{
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 10px;
}
.service-detail-triangle-01{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 15.5px 0 15.5px;
	border-color: #e90000 transparent transparent transparent;
}
.service-about{
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-bottom: 80px;
}
.service-about-txt{
	margin-bottom: 30px;
}
.service-txt-bold-01{
	font-weight: 600;
	font-size: 2rem;
	color: #E90000;
}
.service-flow-wrapper{
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-bottom: 80px;
}
.service-ttl-txt-02{
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}
.service-flow-box-wrapper-01{
	display: flex;
	justify-content: space-between;
	width: 100%;
    align-items: center;
    margin-top: 40px;
}
.service-flow-box{
	border: solid #E90000 3px;
	display: flex;
	flex-direction: column;
    align-items: center;
	padding: 40px auto;
	width: 280px;
	height: 300px;
}
.service-flow-number-box{
	width: 40px;
	height: 40px;
	background-color: #E90000;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0px;
}
.service-flow-number{
	font-size: 19px;
	font-weight: 600;
	color: #fff;
}
.service-flow-ttl{
	font-weight: 600;
	font-size: 2.5rem;
	margin-bottom: 40px;
}
.service-flow-txt{
	margin-bottom: 40px;
}
.service-flow-triangle-01{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15.5px 0 15.5px 19px;
	border-color: transparent transparent transparent #e90000;
}
.service-flow-point-outer-wrapper{
	width: 100%;
	display: flex;
}
.service-flow-point-wrapper{
	display: flex;
	flex-direction: column;
	margin: 10px 0px 0px;
}
.service-flow-point-box{
	background-color: #C47476;
	width: 100%;
}
.service-flow-point{
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 10px;
}
.service-detail-triangle-02{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15.5px 19px 15.5px;
	border-color: transparent transparent #c47475 transparent;
	margin-left: 120px;
}
.service-solution-outer-wrapper{
	background-color: #fff;
	border-radius: 10px;
	width: 100%;
	margin-top: 80px;
	padding: 64px 0px;
}
.service-solution-wrapper{
	display: flex;
    justify-content: space-around;
	margin-top: 40px;
}
.service-solution-box{
	width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-solution-ttl{
	font-size: 2rem;
	margin-bottom: 20px;
}
.solution-img{
	margin-bottom: 20px;
}
.service-solution-txt-box{
	display: flex;
}
.service-solution-txt-dot{
	margin: 1px 6px 0px 0px;
}
.service-solution-txt-box{
	margin-bottom: 10px;
}
.contents-illustration_01{
	position: absolute;
    top: 8%;
    right: -5%;
}
/*-----------------------------------------------
*	銀行振込先の口座情報を保持していない場合
*-----------------------------------------------*/
.service-flow-box-wrapper-02{
	display: flex;
	justify-content: center;
	width: 100%;
    align-items: center;
    margin-top: 40px;
}
.service-txt-bold-02{
	font-weight: 600;
	font-size: 2rem;
	margin-bottom: 16px;
}
.service-flow-triangle-02{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15.5px 0 15.5px 19px;
	border-color: transparent transparent transparent #e90000;
	margin: 0px 20px;
}
.contents-illustration_02{
	position: absolute;
    top: 15%;
    left: -5%;
}
/*-----------------------------------------------
*	会社概要
*-----------------------------------------------*/
.contents-box{
	padding: 80px 0px 0px;
	background-color: #2B2B2B;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.service-ttl-txt-03{
	font-size: 3rem;
	font-weight: 600;
	color: #fff;
    letter-spacing: 0.08em;
}
.ttl-border-02{
	margin-top: 20px;
	border: solid #fff 2px;
	width: 100px;
}
.about-outer-wrapper{
	display: flex;
	justify-content: center;
	width: 960px;
	margin: 80px 0px 120px;
}
.about-wrapper {
    display: flex;
    justify-content: space-between;
}
.about-box{
	display: flex;
	flex-direction: column;
}
.about-list{
	display: flex;
	margin: 6px 24px;
}
.about-ttl{
	margin-right: 36px;
	color: #ffffff;
}
.about-ttl span{
  font-weight: bold;
	font-size: 1.8rem;
}
.justify {
  width: 124px;
  display: flex;
  justify-content: space-between;
}
.about-txt{
	color: #ffffff;
    font-weight: 300;
}

/*-----------------------------------------------
*	お問い合わせはこちら
*-----------------------------------------------*/
.about-contact-outer-wrapper{
	width: 100%;
	height: 300px;
	background-image: url("../img/pc-about-contact-img.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.about-contact-wrapper{
	width: 100%;
}
.about-contact-outer-box{
	width: 960px;
	height: 100%;
	margin: 0px auto;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.about-contact-txt{
	font-weight: 600;
	font-size: 3rem;
	color: #fff;
}
.about-contact-arrow{
	margin-left: 10px;
	width: 60px;
}

/*-----------------------------------------------
*	お問い合わせページ
*-----------------------------------------------*/
.contact-wrapper{
    margin: 0px auto 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 200px 0px 120px;
}
.contact-form-wrapper{
	margin: 80px auto;
	width: 100%;
}
.contact-list-wrapper{
	display: flex;
	flex-direction: column;
	width: 720px;
	margin: 80px auto;
}
.contact-list-box-01{
	display: flex;
    justify-content: space-between;
	padding: 30px 0px;
	border-top: solid #707070 0.5px;
	border-bottom: solid #707070 0.5px;
	width: 720px;
}
.contact-list-box-02{
	display: flex;
    justify-content: space-between;
	padding: 30px 0px;
	border-bottom: solid #707070 0.5px;
}
.contact-list-box-03{
	display: flex;
    justify-content: center;
	padding: 30px 0px;
}
.privacy-btn-wrapper{
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
	margin-left: 16px;
}
.privacy-btn-txt{
	font-size: 1.6rem;
	color: #000;
	padding-left: 8px;
}
.contact-list-ttl-wrapper{
	display: flex;
	justify-content: space-between;
	width: 200px;
    align-items: center;
}
.contact-list-ttl-item{
	font-weight: 600;
	font-size: 1.6rem;
}
.contact-list-ttl-required-wrapper{
	background-color: #E90000;
	border-radius: 6px;
	padding: 3px 6px;
	width: 60px;
	height: 20px;
	display: flex;
    justify-content: center;
	align-items: center;
}
.contact-list-ttl-required{
	font-size: 1.1rem;
	color: #fff;
}
.contact-list-form-wrapper-01{
	width: 400px;
	display: flex;
    justify-content: space-between;
}
.contact-list-form-01{
	width: 190px;
	height: 30px;
    border-radius: 6px;
    border: solid #707070 0.5px;
	padding-left: 12px;;
}
.contact-list-form-02{
	width: 400px;
	height: 30px;
    border-radius: 6px;
    border: solid #707070 0.5px;
	padding-left: 12px;;
}
.contact-list-form-wrapper-02{
	width: 400px;
	display: flex;
    flex-direction: column;
}
.contact-list-form-purpose-wrapper-01{
	margin-bottom: 10px;
}
.form-purpose-02{
	font-size: 1.6rem;
	margin-left: 11px;
}
.form-textarea{
	width: 400px;
	height: 193px;
    border-radius: 6px;
    border: solid #707070 0.5px;
	padding-left: 12px;
	padding-top: 6px;
}
.contact-btn-wrapper{
	width: 400px;
    height: 50px;
    background-color: #E90000;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    border: none;
    margin: 0px auto;
}
.contact-btn-txt{
	font-weight: 600;
	font-size: 1.8rem;
	color: #fff;
}
.form-purpose-list{
	display: flex;
}
.form-purpose-txt{
	font-size: 1.5rem;
	margin-left: 10px;
}
.contact-check-wrapper{
	width: 400px;
    display: flex;
    justify-content: flex-start;
}
.contact-check-wrapper-itm{
	margin-left: 20px;
}
/*-----------------------------------------------
*	お問い合わせ内容確認ページ
*-----------------------------------------------*/
.confirm-list-box-01{
	display: flex;
    justify-content: space-between;
	padding: 30px 0px;
	border-top: solid #707070 0.5px;
	border-bottom: solid #707070 0.5px;
	width: 720px;
    margin: 0px auto;
}
.confirm-list-box-02{
	display: flex;
    justify-content: space-between;
	padding: 30px 0px;
	border-bottom: solid #707070 0.5px;
	width: 720px;
    margin: 0px auto;
}
.confirm-check-wrapper{
	width: 400px;
    display: flex;
    justify-content: flex-start;
}
.confirm-txt-wrapper{
	text-align: center;
}
.confirm-btn_wrapper{
	display: flex;
	margin-top: 40px!important;
}
.confirm-btn{
	width: 240px;
    height: 40px;
    background-color: #E90000;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    border: none;
    margin: 0px auto;
}
/*-----------------------------------------------
*	サンクスページ
*-----------------------------------------------*/
.send-wrapper{
    max-width: 960px;
    margin: 0px auto;
	padding-top: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.send-ttl{
	margin-bottom: 40px;
}

@media screen and (max-width: 1500px) {
/*-----------------------------------------------
*	ファーストビュー
*-----------------------------------------------*/
	.fv-txt-box {
		margin-bottom: 0px;
	}
	.fv-illustration {
		width: 80%;
	}
}

@media screen and (max-width: 1100px) {
/*-----------------------------------------------
*	ファーストビュー
*-----------------------------------------------*/
	.fv-txt-wrapper {
		width: 40%;
	}
	.fv-wrapper {
		height: 600px;
	}
	.fv-illustration {
		width: 90%;
	}
}
@media screen and (max-width: 1000px) {
	.contents {
		max-width: 80%;
	}
/*-----------------------------------------------
*	SERVICE
*-----------------------------------------------*/
	.service-subttl-box{
	    align-items: center;
	    flex-direction: column;
	}
	.service-subttl-txt-01 {
		margin-bottom: 16px;
	}
	.service-detail-ttl {
		font-size: 2.4rem;
	}
/*-----------------------------------------------
*	お問い合わせはこちら
*-----------------------------------------------*/
	.about-contact-outer-wrapper {
		background-position: center;
	}
	.about-contact-outer-box {
		width: 80%;
	}
/*-----------------------------------------------
*	会社概要
*-----------------------------------------------*/
	.about-outer-wrapper {
		width: 80%;
	}
	
}
@media screen and (max-width: 900px) {
	.contents {
		max-width: 90%;
	}
/*-----------------------------------------------
*	コンビニでの支払いが必要な請求書、払込票が届く場合
*-----------------------------------------------*/
	.service-flow-box-wrapper-01 {
		flex-direction: column;
	}
	.service-flow-triangle-01 {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 19px 15.5px 0 15.5px;
		border-color: #e90000 transparent transparent transparent;
		margin: 16px 0px;
	}
	.service-flow-point-outer-wrapper {
		justify-content: center;
	}
	.service-detail-triangle-02 {
	    margin: 0px auto;
	}
/*-----------------------------------------------
*	お問い合わせはこちら
*-----------------------------------------------*/
	.about-contact-outer-box {
		width: 90%;
	}
/*-----------------------------------------------
*	会社概要
*-----------------------------------------------*/
	.about-outer-wrapper {
		width: 90%;
	}
}
@media screen and (max-width: 815px) {
/*-----------------------------------------------
*	ファーストビュー
*-----------------------------------------------*/
	.fv-wrapper {
		height: 500px;
	}
	.br-fv{
		display: none;
	}
/*-----------------------------------------------
*	コンビニでの支払いが必要な請求書、払込票が届く場合
*-----------------------------------------------*/
	.contents-illustration_01{
		display: none;
	}
/*-----------------------------------------------
*	銀行振込先の口座情報を保持していない場合
*-----------------------------------------------*/
	.contents-illustration_02{
		display: none;
	}
/*-----------------------------------------------
*	お問い合わせ内容確認ページ
*-----------------------------------------------*/
.confirm-list-box-01{
	width: 90%;
}
.confirm-list-box-02{
	width: 90%;
}
.confirm-list-box-02{
	display: flex;
    justify-content: space-between;
	padding: 30px 0px;
	border-bottom: solid #707070 0.5px;
}
}

@media screen and (max-width: 750px) {
	.contents {
		max-width: 60%;
	}
/*-----------------------------------------------
*	コンビニでの支払いが必要な請求書、払込票が届く場合
*-----------------------------------------------*/
	.service-solution-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.service-solution-box {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
/*-----------------------------------------------
*	銀行振込先の口座情報を保持していない場合
*-----------------------------------------------*/
	.service-flow-box-wrapper-02 {
		flex-direction: column;
	}
	.service-flow-triangle-02{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 19px 15.5px 0 15.5px;
		border-color: #e90000 transparent transparent transparent;
		margin: 16px 0px;
	}
/*-----------------------------------------------
*	お問い合わせはこちら
*-----------------------------------------------*/
	.about-contact-outer-box {
		width: 60%;
	}
/*-----------------------------------------------
*	会社概要
*-----------------------------------------------*/
	.about-outer-wrapper {
		width: 60%;
		flex-direction: column;
		align-items: center;
	}
	.about-wrapper{
		display: flex;
	    justify-content: flex-start;
	    flex-direction: column;
	}
	.about-contact-txt {
		font-size: 2.2rem;
	}
/*-----------------------------------------------
*	お問い合わせページ
*-----------------------------------------------*/
	.contact-list-wrapper{
		display: flex;
		flex-direction: column;
		width: 600px;
		margin: 80px auto;
	}
	.contact-list-box-01{
		width: 600px;
	}
	.contact-list-ttl-wrapper {
		flex-direction: column;
	    align-items: flex-start;
	}
	.contact-list-ttl-item {
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 650px) {
/*-----------------------------------------------
*	お問い合わせページ
*-----------------------------------------------*/
	.contact-list-wrapper{
		width: 90%;
	}
	.contact-list-ttl-wrapper {
		flex-direction: row;
		align-items: center;
	    margin-bottom: 16px;
	}
	.contact-list-box-01 {
		flex-direction: column;
		width: 100%;
	}
	.contact-list-box-02 {
		flex-direction: column;
	}
	.contact-list-ttl-item {
		margin-bottom: 0px;
	}
	.contact-list-form-wrapper-02 {
		width: 100%;
	}
	.form-textarea {
		width: 100%;
	}
	.contact-list-form-01 {
		width: 48%;
	}
	.contact-btn-wrapper {
		width: 90%;
	}
	.contact-list-form-02 {
		width: 100%;
	}
/*-----------------------------------------------
*	お問い合わせ内容確認ページ
*-----------------------------------------------*/
	.confirm-list-box-01 {
		flex-direction: column;
		width: 100%;
	}
	.confirm-list-box-02 {
		flex-direction: column;
		width: 100%;
	}
	.confirm-check-wrapper {
		width: 90%;
	}
}
@media screen and (max-width: 620px) {
	.contents {
		max-width: 80%;
	}
/*-----------------------------------------------
*	ファーストビュー
*-----------------------------------------------*/
	.fv-wrapper {
		height: 700px;
	}
	.fv-box {
		margin-top: 30px; 
	    flex-direction: column;
	}
	.fv-txt-wrapper {
		width: 80%;
	}
	.fv-ttl {
		font-size: 3.2rem;
		margin-bottom: 20px;
	}
	.fv-illustration-wrapper {
		width: 65%;
		margin: 40px auto 0px;
	}
	.fv-illustration {
		width: 100%;
	}
/*-----------------------------------------------
*	会社概要
*-----------------------------------------------*/
	.about-outer-wrapper {
		width: 100%;
	}
/*-----------------------------------------------
*	お問い合わせ内容確認ページ
*-----------------------------------------------*/
	.confirm-btn_wrapper {
		flex-direction: column;
	}
}
@media screen and (max-width: 540px) {
/*-----------------------------------------------
*	会社概要
*-----------------------------------------------*/
	.about-list {
		flex-direction: column;
	    margin: 6px 24px 16px;
	}
}
@media screen and (max-width: 500px) {
	.contents {
	    max-width: 100%;
	    margin: 0px 20px;
	}
/*-----------------------------------------------
*	ファーストビュー
*-----------------------------------------------*/
	.fv-illustration-wrapper {
		width: 80%;
	}
/*-----------------------------------------------
*	コンビニでの支払いが必要な請求書、払込票が届く場合
*-----------------------------------------------*/
	.service-solution-outer-wrapper{
		padding: 64px 10px;
	}
/*-----------------------------------------------
*	お問い合わせはこちら
*-----------------------------------------------*/
	.about-contact-outer-box {
	    max-width: 100%;
	    margin: 0px 20px;
	}
/*-----------------------------------------------
*	お問い合わせページ
*-----------------------------------------------*/
	.contact-list-form-wrapper-01 {
		width: 100%;
		margin: 0px;
	}
}
@media screen and (max-width: 420px) {
	.br-pc{
		display: none
	}
	.br-sp{
		display: block;
	}
/*-----------------------------------------------
*	SERVICE
*-----------------------------------------------*/
	.service-subttl-txt-01{
	    text-align: center;
	    font-size: 2.4rem;
		margin-bottom: 8px;
	}
	.service-detail-ttl {
		font-size: 2rem;
		margin: 12px;
	}
/*-----------------------------------------------
*	お問い合わせはこちら
*-----------------------------------------------*/
	.contact-wrapper {
		padding: 160px 0px 120px;
	}
	.about-contact-wrapper {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-content: center;
		height: 100%;
	}
	.about-contact-outer-wrapper{
		width: 100%;
		height: 300px;
		background-image: url("../img/sp-about-contact-img.png");
	}
	.about-contact-outer-box {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.about-contact-txt {
		margin-bottom: 16px;
	}
/*-----------------------------------------------
*	会社概要
*-----------------------------------------------*/
	.about-outer-wrapper {
		margin: 80px 0px 200px;
	}
/*-----------------------------------------------
*	お問い合わせページ
*-----------------------------------------------*/
	.contact-wrapper {
		width: 90%;
	}
	.contact-list-wrapper {
	    width:90%;
	}
/*-----------------------------------------------
*	お問い合わせ内容確認ページ
*-----------------------------------------------*/
	.confirm-list-box-01 {
		width: 100%;
	}
	.confirm-list-box-02 {
		width: 100%;
	}
	.contact-list-ttl-wrapper {
		width: 100%;
		justify-content: flex-start;
	}
	.contact-list-ttl-item {
		margin-right: 20px;
	}
/*-----------------------------------------------
*	サンクスページ
*-----------------------------------------------*/
	.send-wrapper {
		width: 80%;
	}
}
@media screen and (max-width: 400px) {
	.service-subttl-txt-02 {
		font-size: 3.2rem;
	}
/*-----------------------------------------------
*	バナー
*-----------------------------------------------*/
.banner-wrapper{
	width: 100%;
	bottom:0px;
}
}