@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.LAYOUT]
/* [02.CONTACT]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.LAYOUT]
--------------------------------------------------------------------------*/
#main_top {
    width: 100%;
    display: block;
}
#main_top .main {
    background: url(../images/layouts/main_bg.png) center/cover no-repeat;
    display:block;
}
.main_txt {
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 90px 0;
}
.main_txt img {
	width: 100%;
	height: auto;
}
#count_time {
	background: #f5f5f5;
	width: 100%;
}
#time {
	width: 1020px;
	padding: 40px 0;
	margin: 0 auto;
	color: #212121;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
#timeText {
	color: #fa7474;
}
.performance {
	background: #f5f5f5;
	padding: 40px 90px 40px 90px;
}
.performance .t-cnr {
	font-size: 18px;
	font-weight: bold;
}
.pfm_li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px 110px;
	background: #fff;
	margin-bottom: 20px;
}
.pfm_li li:first-child	{
	border-right: 1px solid #eee;
	padding-right: 5%;
	width: 44%;
}
.pfm_li li:last-child {
	padding-left: 5%;
	width: 45%;
}
.pfm_li li:last-child span {
	font-size: 30px;
	color: #33a8b3;
	font-weight: bold;
}
#point-01 {
	background: #33a8b3;
}
#point-01 .point,
#point-02 .point {
	width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#point-01 .point div,
#point-02 .point div {
	width: 50%;
}
#point-01 .point div:first-child,
#point-02 .point div:first-child {
	padding: 80px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#point-01 .point div p,
#point-02 .point div p {
	width: 164px;
	color: #212121;
	background: #fff;
	margin: 0 auto;
	font-size: 16px;
	border-radius: 100px;
	padding: 10px 24px;
	margin-bottom: 20px;
}
#point-02 {
	background: #20858e;
}
.li_3c {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 60px;
}
.li_3c li {
	width: 32%;
	margin-right: 2%;
	font-size: 14px;
	text-align: center;
	margin-bottom: 2%;
}
.li_3c li img {
	width: 100%;
}
.li_3c li:nth-child(3n) {
	margin-right: 0;
}
.big_22 {
	font-size: 22px;
	color: #62acc7;
	font-weight: bold;
	margin-bottom: 20px;
}
.cv_box-1 {
	background: #e9f3f3;
}
.cv_box-1 .box,
.cv_box-4 .box {
	width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cv_box-1 .box li {
	width: 50%;
}
.cv_box-1 .box li div {
	padding: 60px 50px 70px 50px;
}
.cv_box-1 .box li img {
	width: auto;
	height: 100%;
}
.bg_fff {
	border-radius: 100px;
	background: #fff;
	padding: 10px 20px;
	width: 220px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.min_ttl {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 26px;
	margin-bottom: 15px;
	line-height: 140%;
	font-weight: bold;
}
.cv_box-2 {
	text-align: center;
	padding: 60px 0;
	background: #fff;
}
.cv_box-2 p {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.cv_box-3 {
	background: #f5f5f5;
	color: #212121;
	text-align: center;
	padding: 40px 0;
	font-size: 24px;
	font-weight: bold;
}
.cv_box-3 span {
	color: #fa7474;
}
.cv_box-4 {
	background:#99c3c7;
	padding: 40px 0; 
}
.cv_box-4 .box li {
	width: 50%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
}
#content-03 {
	background: #f1f7f7;
}
.li_3c_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.li_3c_box li {
	width: 100%;
	margin-right: 0;
	background: #fff;
	border: 1px solid #212121;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}
.li_3c_box li .box_1 {
	width: 57%;
	padding-right: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li_3c_box li .bg_f5_box {
	width: 40%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li_3c_box li .bg_f5_box img {
	width: 100%;
}
.num_circle{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fa7474;
	text-align:center;
	line-height: 40px;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 15px;
	color: #fff;
}
.li_3c_box div h6 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 140%;
}
.video {
	margin-bottom: 60px;
}
.graf {
	margin-bottom: 60px;
}
.li_2_img {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li_2_img li {
	width: 500px;
	margin-right: 20px;
	margin-bottom: 40px;
}
.li_2_img li:last-child {
	margin-right: 0;
}
.support_li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}
.support_li li {
	width: 50%;
}
.support_li li img {
	width: 100%;
}
.support_li li:last-child {
	padding: 70px 60px 0 60px;
	border: 1px solid #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
}
.box_wrap {
	margin-bottom: 60px;
}
.cnt_main_wrap{
	background: url(../images/layouts/content_6_main_bg.png) center/cover no-repeat;
	height: 400px;
}
.li_wt_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.li_wt_box li {
	width: 320px;
	border: 1px solid #212121;
	padding: 50px 20px 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
}
.li_wt_box li img {
	width: 100%;
}
.li_wt_box li:last-child {
	margin-right: 0;
}
.li_wt_box li a p {
	color: #212121;
	margin-bottom: 20px;
}
.li_wt_box li a .fs_22 {
	font-size: 22px;
	font-weight: bold;
}
.li_wt_box li a .fs_22 span {
	font-size: 32px;
}
.work_li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.work_li li:nth-child(1) {
	width: 612px;
}
.work_li li:nth-child(2) {
	width: 408px;
}
.work_li li:nth-child(3) {
	width: 408px;
}
.work_li li:nth-child(4) {
	width: 612px;
}
.work_li li img {
	width: 100%;
}
.step_li li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.step_li li .img_area {
	width: 320px;
	margin-right: 30px;
}
.step_li li .txt_area {
	width: 670px;
}
.step_li li .txt_area .step_num {
	background: #ffd800;
	width: 98px;
	text-align: center;
	margin-bottom: 15px;
}
.step_li li .txt_area .col_999 {
	color: #999;
	font-size: 14px;
}
.cnt_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cnt_wrap li {
	width: 50%;
	padding: 5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.cnt_wrap li:first-child {
	background: #62acc7;
}
.cnt_wrap li:last-child {
	background: #212121;
}
.icon {
	width: 160px;
	background: #fff;
	padding: 5px 0;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #212121;
	font-size: 14px;
	font-weight: bold;
}
.cnt_wrap li .fs_24 {
	font-size: 24px;
	line-height: 140%;
	font-weight: bold;
	margin: 20px 0;
}
.cnt_wrap li .btn_sml {
	border: 2px solid #fff;
	background: none;
	color: #fff;
}
.hope_li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.hope_li li {
	width: 49%;
	margin-right: 2%;
	background: #f5f5f5;
	border-radius: 100px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}
.hope_li li:nth-child(2n) {
	margin-right: 0;
}
.shop_info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.shop_info li {
	width: 19.2%;
	margin-right: 1%;
	text-align: center;
	margin-bottom: 15px;
}
.shop_info li:nth-child(5n) {
	margin-right: 0;
}
.shop_info li img {
	width: 100%;
	margin-bottom: 10px;
}
.img_wrap {
	margin: 0 auto;
}
.img_wrap img {
	width: 100%;
	height: auto;
}
/* [00.MEDIA QUERIES]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1000px) {
	header,
	header div,
	.fixed {
		height: 60px;
		padding: 0;
	}
	.re_height {
		margin-top: 60px;
	}
	h1 {
		display: none;
	}
	#logo {
		width: 44%;
		height: 30px;
		top: 20px;
		left: 20px;
	}
	.contact_btn {
    	width: 148px;
		height: 40px;
		right: 20px;
		top: 10px;
		padding: 9px;
		font-size: 10px;
	}
	#copyright_wrap {
		width: 100%;
	}
	#copyright_wrap .f_logo {
		margin-bottom: 10px;
		margin-right: 0;
	}
	#main_top .main {
    	background: url(../images/layouts/main_bg_sp.png) center/cover no-repeat;
    	height: 60vh;
	}
	#main_top {
    	width: 100%;
		display: block;
	}
	.main_txt {
		padding: 10% 0 0 0;
		width: 100%;
	}
	#time {
		width: 100%;
		padding: 40px 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		line-height: 140%;
	}
	.pkg {
		padding: 80px 20px;
	}
	.performance {
		padding: 40px 20px 20px 20px;
	}
	.pfm_li {
		padding: 20px;
	}
	.pfm_li li:first-child {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #eee;
		padding-bottom: 15px;
		padding-right: 0;
		margin-bottom: 15px;
	}
	.pfm_li li:last-child {
		width: 100%;
		padding-left:0;
	}
	.performance .pfm_li:last-child {
		margin-bottom: 0;
	}
	#point-01 .point,
	#point-02 .point,
	#point-01 .point div,
	#point-02 .point div {
		width: 100%;
	}
	#point-01 .point div:first-child, 
	#point-02 .point div:first-child {
		padding: 80px 20px 40px 20px;
	}
	#point-01 .point div img,
	#point-02 .point div img {
		width: 100%;
	}
	.li_3c li {
		width: 100%;
		margin-right:0;
		margin-bottom: 30px;
	}
	.big_22 {
		line-height: 140%;
	}
	.cv_box-1 .box,
	.cv_box-4 .box {
		width: 100%;
	}
	.cv_box-1 .box li {
		width: 100%;
	}
	.cv_box-1 .box li div {
    	padding: 60px 20px 60px 20px;
	}
	.cv_box-1 .box li img {
		width: 100%;
		height: auto;
	}
	.cv_box-2 {
		padding: 60px 20px;
	}
	.cv_box-2 p {
		line-height: 140%;
	}
	.btn_cnts {
		width: 100%;
		font-size: 20px;
	}
	.cv_box-3 {
		padding: 40px 20px;
		line-height: 140%;
	}
	.cv_box-4 .box li {
		width: 100%;
		margin-bottom: 20px;
	}
	.li_3c_box li {
		width: 100%;
		margin-right: 0;
		padding: 40px;
	}
	.li_3c_box li:nth-child(3) .box_1 {
		width: 100%;
		padding-right: 0;
	}
	.li_3c_box li:nth-child(3) .bg_f5_box {
		width: 100%;
	}
	.graf {
		overflow: hidden;
		overflow-x: scroll;
	}
	.li_2_img li {
		width: 100%;
		margin-right: 0;
	}
	.li_2_img li img {
		width: 100%;
	}
	.support_li li {
		width: 100%;
	}
	.support_li li:last-child {
		padding: 40px;
	}
	.cnt_main_wrap {
		background: url(../images/layouts/content_6_main_bg_sp.png) center/cover no-repeat;
	}
	.li_wt_box li {
		width: 100%;
		margin-right: 0;
	}
	.work_li li:nth-child(1),
	.work_li li:nth-child(4) {
		width: 100%;
		height: auto;
	}
	.work_li li:nth-child(2),
	.work_li li:nth-child(3) {
		width: 50%;
	}
	.step_li {
		display: flex;
		overflow: hidden;
		overflow-x: scroll;
	}
	.step_li li {
		width: 240px;
		margin-right: 20px;
		border-bottom: none;
		flex-direction:column;
		margin-bottom: 0;
	}
	.step_li li .img_area {
		width: 240px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.step_li li .img_area img {
		width: 100%;
		height: auto;
	}
	.step_li li .txt_area {
		width: 240px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.cnt_wrap li {
		width: 100%;
		padding: 15% 5%;
	}
	.cnt_wrap li .btn_sml {
		width: 100%;
	}
	.spc_40 img {
		width: 100%;
		height: auto;
	}
	.hope_li li {
		width: 100%;
		border-radius: 0;
		margin-right: 0;
		padding:10px;
	}
	.shop_info li {
		width: 48%;
		margin-right: 4%;
	}
	.shop_info li:nth-child(2n) {
		margin-right: 0;
	}
	.shop_info li:nth-child(5) {
    	margin-right: 4%;
	}
	.li_3c_box li .box_1 {
		width: 100%;
		margin-bottom: 40px;
		padding-right: 0;
	}
	.li_3c_box li .bg_f5_box {
		width: 100%;
	}
}

/* [横向き対応]
--------------------------------------------------------------------------*/
@media screen and (orientation:landscape) and (max-width:820px) {
  #main_top .main {
		height: 100vh;
	}
	.main_txt {
    	padding: 5% 0 0 0;
		width: 40%;
	}  
}
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:760px) and ( max-width:840px){
   #main_top .main {
		height: 100vh;
	}
	.main_txt {
    	padding: 5% 0 0 0;
		width: 40%;
	}
}
/* [00.PRINT]
--------------------------------------------------------------------------*/
/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	}
@media print {
	header,
	footer,
	#mainvisual,
	#concept,
	#news {
		display: none;
	}
}