@charset "utf-8";
/*reset*/
body, h1, h2, h3, h4, h5, h6, h7, div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset, form, input[type="radio"], input[type="checkbox"] {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, h7, dt, dd, th, td, em, address, label {
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
}
ol, ul {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img, fieldset {
    border: 0;
}
h1, h2, h3, h4, h5, h6, h7, p, dl, dt, dd, ol, ul, li, th, td {
    line-height: 1.8;
}
/*common*/
main img {
    display: block;
}
main {
    font-family: sans-serif;
    line-height: 1.8;
    font-size: 4.5vw;
	color: #333;
	font-feature-settings: "palt";
}
main a {
    color: #0066CC;
}
main a.btn_detail {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 4.5vw;
	color: #333;
	line-height: 1;
	font-size: 5.5vw;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 9999px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  	transition: .3s;
}
main a.btn_detail::after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 1vw);
	right: 3vw;
	border-top: solid 3px #666;
	border-right: solid 3px #666;
	width: 2vw;
	height: 2vw;
	transform: rotate(45deg);
}
main .pc {
	display: none;
}
main .inner {
	padding: 0 4vw;
}
main .cta {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #CCC;
}
main .cta .cta_tit {
	padding: 6vw 2vw;
	color: #FFF;
	font-size: 4.5vw;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background: rgb(74,148,172);
	background: linear-gradient(135deg, rgba(74,148,172,1) 0%, rgba(56,123,145,1) 100%);
	border-radius: 10px 10px 0 0;
}
main .cta .cta_context {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 4vw;
	background: #FFF;
	border-radius: 0 0 10px 10px;
}
main .cta .cta_context .cta_division {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 4vw;
}
main .cta .cta_context .cta_division p {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.4;
}
main .cta .cta_context .cta_division::before {
	display: block;
	margin-right: 3vw;
	content: "";
	width: 15vw;
	height: 15vw;
	background: url("/houjin/solution/image/shopsupport.png") no-repeat;
	background-size: 100% 100%;
}
main .cta .cta_context .cta_tel {
	width: 100%;
	margin-bottom: 4vw;
	text-decoration: none;
	box-sizing: border-box;
}
main .cta .cta_context .cta_tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 24vw;
	padding: 3vw 4vw;
	color: #333;
	line-height: 1;
	font-weight: bold;
	font-size: 5vw;
	text-decoration: none;
	text-align: center;
	background: #FFF;
	border-radius: 9999px;
	border: 1px solid #CCC;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  	transition: .3s
}
main .cta .cta_context .cta_tel img {
	width: calc(100% - 4vw);
	height: auto;
	margin: 0 auto;
}
main .cta .cta_context .cta_tel p.openhour {
	margin-top: 2vw;
	font-size: 2.8vw;
	text-align: center;
}
main .cta .cta_context .cta_mail {
	width: 100%;
	box-sizing: border-box;
}
main .cta .cta_context .cta_mail a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 24vw;
	padding: 4vw;
	color: #FFF;
	line-height: 1;
	font-weight: bold;
	font-size: 6vw;
	text-decoration: none;
	text-align: center;
	background: #0f476a;
	border-radius: 9999px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  	transition: .3s;
}
main .cta .cta_context .cta_mail a::after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 1vw);
	right: 3vw;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	width: 2vw;
	height: 2vw;
	transform: rotate(45deg);
}
main section h2 {
	margin-bottom: 12vw;
	font-size: 6vw;
	line-height: 1.4;
	font-weight: bold;
	color: #0f476a;
	text-align: center;
}
main section h2 img {
	display: block;
	margin: 2vw auto 0;
	width: auto;
	height: 3.4vw;
}

/*mv*/
#mv .mv_box h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70vw;
	margin: 0 -4vw 4vw;
	padding: 4vw;
	background: url("/houjin/solution/image/bg_mv.jpg") center center no-repeat #0A2437;
	background-size: cover;
	box-sizing: content-box;
}
#mv .mv_box h1 span {
	display: block;
	color: #FFF;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#mv .mv_box h1 span strong {
	font-size: 7vw;
}
/*lead*/
#lead .inner {
	padding: 6vw 4vw;
}
#lead p {
	padding: 4vw;
	background: #f2f2f2;
	border-radius: 10px;
}
/*solution*/
#solution .inner {
	padding: 6vw 4vw;
}
#solution h2 img {
	height: 4vw;
}
#solution .solution_list_wrap {
	width: 100%;
	margin-bottom: 6vw;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
#solution .solution_list {
	width: 630vw;
	padding-bottom: 4vw;
	display: flex;
	justify-content: space-between;
}
#solution .solution_list > li {
	display: flex;
	flex-direction: column;
	width: calc((100% - 28vw) / 8);
	padding: 0 4vw 6vw;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
#solution .solution_list > li .image {
	margin: 0 -4vw 6vw;
}
#solution .solution_list > li .image img {
	width: 100%;
	height: auto;
}
#solution .solution_list > li .image.partner {
	position: relative;
}
#solution .solution_list > li .image.partner::after {
	display: block;
	position: absolute;
	top: 2vw;
	left: 2vw;
	width: 28vw;
	padding: 1.5vw 2vw;
	content: "提携サービス";
	text-align: center;
	color: #FFF;
	font-size: 3vw;
	line-height: 1;
	background: #db2e30;
	border-radius: 3px;
}
#solution .solution_list > li h3 {
	margin-bottom: 3vw;
	font-size: 5.5vw;
	font-weight: bold;
	color: #0f476a;
	text-align: center;
	line-height: 1.4;
}
#solution .solution_list > li h3 small {
	display: block;
	font-size: 4vw;
}
#solution .solution_list > li p.explain {
	margin-bottom: 4vw;
}
#solution .solution_list > li .explain_wrap {
    position: relative;
	margin-bottom: 4vw;
    box-sizing: border-box;
}

#solution .solution_list > li .explain_wrap .explain {
    position: relative;
    overflow: hidden;
    height: 40vw;
}
#solution .solution_list > li .explain_wrap .explain::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 20vw;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}
#solution .solution_list > li .explain_wrap .explain_label{
    display: table;
    position: absolute;
    bottom: 2vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 3vw;
	font-size: 4vw;
    background-color: #db2e30;
    border-radius: 9999px;
    color: #FFF;
}
#solution .solution_list > li .explain_wrap .explain_label:before{
    content: '続きを読む';
}
#solution .solution_list > li .explain_wrap .explain_check{
    display: none;
}
#solution .solution_list > li .explain_wrap .explain_check:checked ~ .explain_label{
    display: none;
}
#solution .solution_list > li .explain_wrap .explain_check:checked ~ .explain{
    height: auto;
}
#solution .solution_list > li .explain_wrap .explain_check:checked ~ .explain::before {
    display: none;
}
#solution .solution_list > li a.btn_detail {
	margin-top: auto;
}
#solution .solution_list > li dl.detail {
	margin-top: auto;
	padding: 3vw;
	background: #f2f2f2;
	border-radius: 5px;
}
#solution .solution_list > li dl.detail dt {
	margin-bottom: 3vw;
	padding: 2vw;
	font-size: 4vw;
	line-height: 1;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #0f476a;
	border-radius: 3px;
	box-sizing: border-box;
}
#solution .solution_list > li dl.detail dd ul,
#solution .solution_list > li dl.detail dd ul li {
	line-height: 1.2;
}
#solution .solution_list > li dl.detail dd ul {
	min-height: 16.6vw;	
}
#solution .solution_list > li dl.detail dd ul li {
	display: inline;
	font-size: 4vw;
}
#solution .solution_list > li dl.detail dd ul li::after {
	display: inline;
	content: "、";
}
#solution .solution_list > li dl.detail dd ul li:last-child::after {
	display: none;
}
#solution .disclaimer>li {
	margin-bottom: 2vw;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 3vw;
	line-height: 1.4;
}
/*about*/
#about .about_head {
    margin-bottom: 8vw;
}
#about .about_head .inner {
    display: flex;
	flex-wrap: wrap;
	padding: 0;
}
#about .about_head .title {
	order: 2;
	width: 100%;
	height: 35vw;
    display: flex;
	justify-content: center;
	align-items: center;
    background: #0f476a;
}
#about .about_head .title h2 {
	margin-bottom: 0;
	color: #FFF;
}
#about .about_head .image {
	width: 100%;
	height: 55vw;
	order: 1;
	background: url("/houjin/solution/image/bg_about.jpg") left center no-repeat;
	background-size: cover;
}
#about .profile {
	margin-bottom: 6vw;
}
#about .profile .context h3 {
	margin-bottom: 4vw;
	font-weight: bold;
	color: #0f476a;
}
#about .profile .context h3::after {
	margin-top: 6vw;
	display: block;
	content: "";
	width: 92vw;
	height: 61.36vw;
	background: url("/houjin/solution/image/about_shop.jpg") no-repeat;
	background-size: 100% 100%;
}
#about .profile .context p {
	margin-bottom: 20px;
}
#about .profile .context p:last-of-type {
	margin-bottom: 0;
}
/*faq*/
#faq .inner {
	padding: 12vw 4vw 6vw;
}
#faq dl {
	margin-bottom: 8vw;
	line-height: 1.6;
}
#faq dl dt {
	position: relative;
	margin-bottom: 6vw;
	padding-left: 14vw;
	font-size: 5vw;
	font-weight: bold;
}
#faq dl dt::before {
	position: absolute;
	top: -1vw;
	left: 0;
	content: "";
	width: 10vw;
	height: 10vw;
	background: url("/houjin/solution/image/ico_q.png") center center no-repeat;
    background-size: 100% 100%;
}
#faq dl dt span {
	font-size: 80%;
}
#faq dl dd {
	position: relative;
	padding-left: 14vw;
	font-size: 4.5vw;
}
#faq dl dd::before {
	position: absolute;
	top: -2.0vw;
	left: 0;
	content: "";
	width: 10vw;
	height: 10vw;
	background: url("/houjin/solution/image/ico_a.png") center center no-repeat;
    background-size: 100% 100%;
}