@charset "UTF-8";
/*------------------------
後続ページタイトル
------------------------*/
/*--------共通--------*/
#top-ttl{
	background: url("/file/img/contents/reason/pagettl_reason_pc.jpg") no-repeat;
	background-size: cover;
}
.img img{
	width: 100%;
	height: 100%;
}
.textarea{
	text-align: justify;
}

/*--------sp--------*/
@media screen and (max-width:767px) {
	#top-ttl {
	background: url("/file/img/contents/reason/pagettl_reason_pc.jpg") no-repeat;
	background-size: cover;
	background-position: top;
}
}

/*------------------------
ポイント
------------------------*/
#point {
	background: url("/file/img/contents/reason/bg_pattern.jpg");
}
#point .container .block .ttl-wrap {
	background: #098574;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
}
#point .container .block .ttl-wrap .en {
	line-height: .9;
	font-weight: 600;
	opacity: .5;
	position: absolute;
	left: 0;
}
#point .container .block .ttl-wrap h3 {
	text-align: center;
	display: block;
	width: 100%;
	font-weight: bold;
}
#point .container .block .flex-box .img img{
	object-fit: cover;
	border-radius: 10px;
}
#point .container .block .flex-box .txt .ttl {
	font-weight: 600;
	line-height: 1;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
	#point .inner{
		padding: 65px 0 100px;
	}
	#point .container {
		width: 1100px;
		margin: 0 auto;
	}
	#point .container .block:not(:last-child){
		margin-bottom: 50px;
	}
	#point .container .block .ttl-wrap {
		border-radius: 12px 12px 0 0;
		height: 60px;
	}
	#point .container .block .ttl-wrap .en {
		font-size: 43px;
		bottom: -17px;
	}
	#point .container .block .ttl-wrap .en .num {
		font-size: 85px;
	}
	#point .container .block .ttl-wrap h3 {
		font-size: 28px;
	}
	#point .container .block .flex-box {
		background: #f3f0e8;
		padding: 40px;
		border-radius: 0 0 12px 12px;
	}
	#point .container .block .flex-box .txt {
		flex: 1;
	}
	#point .container .block .flex-box .txt .ttl {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#point .container .block .flex-box .txt .textarea {
		line-height: 1.938;
	}
	#point .container .block .flex-box .img{
		width: 450px;
		height: 300px;
		margin-left: 35px;
	}

	/* 2つめ */
	#point .container .block:nth-child(2n) .flex-box{
		flex-direction: row-reverse;
	}
	#point .container .block:nth-child(2n) .flex-box .img{
		margin-left: 0;
		margin-right: 35px;
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
	#point .inner{
		padding: 10.67vw 4vw 12.27vw;
	}
	#point p.lead{
		text-align: justify;
	}
	#point .container .block:not(:last-child){
		margin-bottom: 5.33vw;
	}
	#point .container .block .ttl-wrap {
		border-radius: 10px 10px 0 0;
		height: 13.87vw;
	}
	#point .container .block .ttl-wrap .en {
		font-size: 5.87vw;
		top: 0;
	}
	#point .container .block .ttl-wrap .en .num {
		font-size: 8vw;
	}
	#point .container .block .ttl-wrap h3 {
		font-size: 5.07vw;
	}
	#point .container .block .flex-box {
		background: #f3f0e8;
		padding: 5vw 4vw;
		border-radius: 0 0 10px 10px;
		display: block;
	}
	#point .container .block .flex-box .txt .ttl {
		font-size: 4.53vw;
		margin-bottom: 3.2vw;
	}
	#point .container .block .flex-box .txt .textarea {
		line-height: 1.6;
		font-size: 3.73vw;
		margin-bottom: 3vw;
	}
	#point .container .block .flex-box .img{
		height: 58.4vw;
	}

	/* 2つめ */
	#point .container .block:nth-child(2n) .flex-box .img{
		margin-left: 0;
	}
}


/*------------------------
サポート
------------------------*/
#support{
	background: #f3f0e8;
}
#support .container {
	background: #fff;
	border-radius: 12px;
}
#support .container .block {
	background: #f5f5f5;
	border-radius: 12px;
}
#support .container .block:last-child{
	margin-bottom: 0;
}
#support .container .block .txt h3 {
	line-height: 1;
	font-weight: 600;
	border-bottom: 2px solid var(--orange1);
}
/*--------pc--------*/
@media screen and (min-width:768px) {
	#support .inner{
		padding: 65px 0 80px;
	}
	#support .container {
		padding: 40px;
	}
	#support .container .block {
		padding: 30px;
		margin-bottom: 30px;
		display: flex;
	}
	#support .container .block .txt {
		flex: 1;
	}
	#support .container .block .txt h3 {
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#support .container .block .txt .textarea {
		width: 500px;
		line-height: 1.625;
	}
	#support .container .block .img {
		width: 320px;
		height: 200px;
		margin-left: 55px;
	}
	#support .container .block .img img {
		border-radius: 10px;
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
	#support .inner{
		padding: 10.67vw 4vw 12.27vw;
	}
	#support .container {
		padding: 4vw;
	}
	#support .container .block {
		padding: 5vw 4vw 4vw;
		margin-bottom: 4vw;
	}
	#support .container .block .txt h3 {
		font-size: 4.8vw;
		padding-bottom: 2.67vw;
		margin-bottom: 2.67vw;
	}
	#support .container .block .txt .textarea {
		line-height: 1.625;
		font-size: 3.73vw;
		margin-bottom: 3vw;
	}
	#support .container .block .img {
		height: 52.53vw;
	}
	#support .container .block .img img {
		border-radius: 10px;
	}
}
/*------------------------
販売戦略
------------------------*/
#strategy {
	background: url("/file/img/contents/reason/bg_strategy.jpg") no-repeat;
	background-size: cover;
}
#strategy .ttl-box h2 .min{
	display: block;
}	
#strategy .container .block .ttl-wrap {
	background: #cbaa5b;
	position: relative;
}
#strategy .container .block .ttl-wrap h3 {
	color: #fff;
	text-align: center;
	font-weight: bold;
}
#strategy .container .block .ttl-wrap h3 b {
	font-weight: bold;
}
#strategy .container .block .txt {
	background: #fff;
}
#strategy .container .block .txt h4 {
	line-height: 1;
	font-weight: 600;
	border-bottom: 3px solid #cbaa5b;
}
#strategy .container .block .txt ul li{
	display: flex;
	align-items: baseline;
}
#strategy .container .block .txt ul li::before{
	content: "";
	background: url("/file/img/contents/reason/icon_maru.png") no-repeat;
	background-size: cover;
	display: block;
}
/* 問い合わせ */
#strategy .c-wrap {
	background: rgba(255, 255, 255, .78);
}
#strategy .c-wrap .ttl b {
	font-weight: bold;
	color: var(--green);
}
#strategy .c-wrap .sub {
	font-weight: 600;
}
#strategy .book-wrap{
	border-top: 3px double var(--txtcolor);
	border-bottom: 3px double var(--txtcolor);
}
#strategy .book-wrap h4{
	font-weight: bold;
	position: relative;
	line-height: 1;
}
/* #strategy .book-wrap h4::before{
	content: "";
	position: absolute;
} */
#strategy .book-wrap .txt-box span.more{
    display: block;
    font-weight: 600;
    position: relative;
}
#strategy .book-wrap .txt-box span.more::before,#strategy .book-wrap .txt-box span.more::after{
	position: relative;
    display: inline-block;
    content: "";
    background: var(--txtcolor);
    border-radius: 10px;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
    width: 2px;
    margin: 0 0.7em;
}
#strategy .book-wrap .txt-box span.more::before{
	transform: rotate(-30deg);
}
#strategy .book-wrap .txt-box span.more::after{
	transform: rotate(30deg);
}
#strategy .book-wrap h4::after{
	position: absolute;
	content: '';
	display: block;
	background: #f0edb8;
	z-index: -1;
}
#strategy .book-wrap h4 span{
	position: absolute;
}
#strategy .book-wrap p span.book-name{
	color: var(--orange2);
	font-weight: bold;
}
#strategy .book-wrap p{
	line-height: 1.6;
}
#strategy .book-wrap p span.free{
	font-weight: bold;
}
#strategy .book-wrap .img-box{
	height: auto;
}
#strategy .book-wrap .img-box img{
	width: 100%;
	object-fit: contain;
}
#strategy .c-wrap .btn-wrap .btn-box a {
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 50px;
	position: relative;
}
#strategy .c-wrap .btn-wrap .btn-box.mail a{
	background: var(--orange1);
	padding-left: 30px;
}
#strategy .c-wrap .btn-wrap .btn-box.assessment a{
	background: var(--green);
	padding-left: 70px;
}
#strategy .c-wrap .btn-wrap .btn-box.mail a::before{
	content: "";
	background: url("/file/img/common/icon-mail.svg") no-repeat center;
	background-size: contain;
	display: inline-block;
}
#strategy .c-wrap .btn-wrap .btn-box.assessment a::before{
	content: "";
	background: url("/file/img/common/icon-assessment.svg") no-repeat center;
	background-size: contain;
	display: inline-block;
}
#strategy .c-wrap .btn-wrap .btn-box .icon{
	background: #fff;
	border-radius: 50%;
	position: absolute;
}
/*--------pc--------*/
@media screen and (min-width:768px) {
	#strategy .inner{
		padding: 65px 0 80px;
	}
	#strategy .ttl-box h2 .min{
		font-size: 24px;
		margin-bottom: 5px;
	}
	#strategy .container {
		width: 1100px;
		margin: 0 auto;
	}
	#strategy .container .block {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	#strategy .container .block:not(:last-child){
		margin-bottom: 50px;
	}
	#strategy .container .block .ttl-wrap {
		width: 240px;
		height: 230px;
		border-radius: 12px 0 0 12px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#strategy .container .block .ttl-wrap::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent transparent #cbaa5b;
		border-width: 115px 0px 115px 45px;
		position: absolute;
		right: -45px;
	}
	#strategy .container .block .ttl-wrap .img {
		width: 60px;
		height: 50px;
		margin-bottom: 20px;
	}
	#strategy .container .block .ttl-wrap h3 {
		font-size: 18px;
	}
	#strategy .container .block .ttl-wrap h3 b {
		font-size: 24px;
		line-height: 1.4;
	}
	#strategy .container .block .txt {
		flex: 1;
		background: #fff;
		padding: 30px 50px 20px 80px;
		height: 230px;
		border-radius: 0 12px 12px 0;
	}
	#strategy .container .block .txt h4 {
		font-size: 24px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	#strategy .container .block .txt ul {
		display: flex;
		flex-wrap: wrap;
	}
	#strategy .container .block .txt ul li{
		min-width: 300px;
		padding: 0 15px 5px 0;
	}
	#strategy .container .block .txt ul li::before{
		width: 14px;
		height: 14px;
		margin-right: 5px;
	}
	/* 問い合わせ */
	#strategy .c-wrap {
		padding: 40px;
	}
	#strategy .c-wrap .ttl {
		font-size: 26px;
		font-weight: 600;
		text-align: center;
	}
	#strategy .c-wrap .sub {
		font-size: 22px;
		text-align: center;
		margin-bottom: 20px;
	}
	#strategy .book-wrap{
		padding: 18px 20px;
		justify-content: center;
		margin: 0 auto;
		margin-bottom: 30px;
		width: 880px;
	}
	#strategy .book-wrap h4{
		font-size: 24px;	
		margin-bottom: 16px;
	}
	/* #strategy .book-wrap h4::before{
		background: url(/img/contents/reason/more_fukidashi.svg) no-repeat center;
		background-size: contain;
		width: 107px;
		height: 44px;
		top: -40px;
		left: -92px;
	} */
	#strategy .book-wrap h4::after{
		width: 313px;
		height: 10px;
		bottom: -5px;
	}
	#strategy .book-wrap .txt-box{
		margin-right: 30px;
	}
	#strategy .book-wrap p span.book-name{
		font-size:18px;
	}
	#strategy .book-wrap p span.free{
		font-size:18px;
	}
	#strategy .book-wrap .img-box{
		width: 96px;
	}
	#strategy .c-wrap .sub .min{
		font-size: 17px;
		display: block;
		margin-top: 5px;
	}
	#strategy .book-wrap .txt-box span.more{
        margin-left: -9px;
        margin-bottom: 5px;
        font-size: 19px;
	}
	#strategy .book-wrap .txt-box span.more::before,#strategy .book-wrap .txt-box span.more::after{
		height: 16px;
	}
	#strategy .c-wrap .btn-wrap {
		justify-content: center;
	}
	#strategy .c-wrap .btn-wrap .btn-box a {
		width: 364px;
		height: 78px;
		font-size: 19px;
		margin: 0 20px;
	}
	/* #strategy .c-wrap .btn-wrap .btn-box a:hover{
		opacity: .8;
	} */
	#strategy .c-wrap .btn-wrap .btn-box.mail a::before{
		width: 24px;
		height: 16px;
		margin-right: 7px;
	}
	#strategy .c-wrap .btn-wrap .btn-box.assessment a::before{
		width: 18px;
		height: 23px;
		margin-right: 10px;
	}
	#strategy .c-wrap .btn-wrap .btn-box .icon{
		width: 62px;
		height: 62px;
		padding: 22px 20px;
		right: 8px;
		transform: (1);
		transition: 0.3s all;
	}
	#strategy .c-wrap .btn-wrap .btn-box .icon img{
		width: 15px;
		height: 12px;
		margin-left: 4px;
		margin-top: 3px;
		transform: scale(1);
		transition: 0.3s all;
	}
	#strategy .c-wrap .btn-wrap .btn-box:hover .icon{
		transform: scale(0.8);
}
	#strategy .c-wrap .btn-wrap .btn-box:hover .icon img{
		transform: scale(0.8);
	}
}
/*--------sp--------*/
@media screen and (max-width:767px) {
	#strategy .inner{
		padding: 10.67vw 4vw 12.27vw;
	}
	#strategy .ttl-box h2 .min{
		font-size: 4.27vw;
		margin-bottom: 1.33vw;
	}
	#strategy .container .block {
	}
	#strategy .container .block:not(:last-child){
		margin-bottom: 5.33vw;
	}
	#strategy .container .block .ttl-wrap {
		height: 18.67vw;
		padding-top: 1.2vw;
		border-radius: 12px 12px 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#strategy .container .block .ttl-wrap::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #cbaa5b transparent transparent transparent;
		border-width: 2.67vw 46vw 0px 46vw;
		position: absolute;
		bottom: -2.6vw;
	}
	#strategy .container .block .ttl-wrap .img {
		width: 11.73vw;
        height: 10.13vw;
        margin-right: 2.67vw;
	}
	#strategy .container .block .ttl-wrap h3 {
		font-size: 4vw;
		text-align: left;
		line-height: 1.3;
	}
	#strategy .container .block .ttl-wrap h3 b {
		font-size: 4.8vw;
	}
	#strategy .container .block .txt {
		background: #fff;
		padding: 6vw 4vw 4vw;
		border-radius: 0 0 12px 12px;
	}
	#strategy .book-wrap .txt-box span.more{
		margin-bottom: 1.33vw;
        font-size: 4.27vw;
        text-align: center;
	}
	#strategy .book-wrap .txt-box span.more::before,#strategy .book-wrap .txt-box span.more::after{
        height: 3.73vw;
	}
	#strategy .container .block .txt h4 {
		font-size: 4.43vw;
		padding-bottom: 2.67vw;
		margin-bottom: 4vw;
		line-height: 1.3;
	}
	#strategy .container .block .txt ul li{
		padding: 0 0 1.33vw 0;
		font-size: 3.73vw;
		letter-spacing: -.02em;
	}
	#strategy .container .block .txt ul li::before{
		width: 3.2vw;
		height: 3.2vw;
		margin-right: 1.33vw;
	}

	/* 問い合わせ */
	#strategy .c-wrap {
		padding: 6vw 4vw;
	}
	#strategy .c-wrap .ttl {
		font-size: 4.8vw;
		font-weight: 600;
		text-align: center;
		line-height: 1.3;
		margin-bottom: 2.67vw;
	}
	#strategy .c-wrap .sub {
		font-size: 4.43vw;
		text-align: center;
		margin-bottom: 4vw;
	}
	#strategy .c-wrap .sub .min{
		font-size: 3.2vw;
		display: inline-block;
	}
	#strategy .book-wrap{
		flex-direction: column;
        padding: 4vw 0;
        margin-bottom: 8vw;
	}
	#strategy .book-wrap h4{
        font-size: 4.8vw;
        margin-bottom: 4vw;
        text-align: center;
	}
	/* #strategy .book-wrap h4::before{
		background: url(/img/contents/reason/more_fukidashi_sp.svg) no-repeat center;
        background-size: contain;
        width: 19.73vw;
        height: 9.33vw;
        top: -9.87vw;
        left: 1.07vw;
	} */
	#strategy .book-wrap h4::after{
        width: 68.8vw;
        height: 10px;
        bottom: -5px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	#strategy .book-wrap p{
        font-size: 3.73vw;
        margin-bottom: 3vw;
	}
	#strategy .book-wrap p span.book-name{
		font-size:4.27vw;
        margin-bottom: 4vw;
	}
	#strategy .book-wrap p span.free{
		font-size:4.27vw;
	}
	#strategy .book-wrap .img-box{
		width: 34vw;
        margin: 0 auto;
	}
	#strategy .c-wrap .btn-wrap {
		flex-direction: column;
	}
	#strategy .c-wrap .btn-wrap .btn-box{
		width: 100%;
	}
	#strategy .c-wrap .btn-wrap .btn-box a {
		font-size: 4.27vw;
		width: 100%;
		height: 16vw;
		border-radius: 50px;
		margin-bottom: 2.67vw;
	}
	#strategy .c-wrap .btn-wrap .btn-box.mail a::before{
		width: 5.87vw;
		height: 3.73vw;
		margin-right: 1.33vw;
	}
	#strategy .c-wrap .btn-wrap .btn-box.assessment a::before{
		width: 4.27vw;
		height: 5.87vw;
		margin-right: 1.33vw;
	}
	#strategy .c-wrap .btn-wrap .btn-box .icon{
		width: 13.33vw;
		height: 13.33vw;
		padding: 4.8vw 4.27vw;
		right: 2.67vw;
	}
}
/*------------------------

------------------------*/
/*--------pc--------*/
@media screen and (min-width:768px) {
	
}
/*--------sp--------*/
@media screen and (max-width:767px) {
}

