@charset "utf-8";
/* CSS Document */


#index p {
    margin: 0;
	padding: 0;
	width: auto;
}

#index ul {
    margin: 0;
	padding: 0;
	width: auto;
}
#index ul li {
    background: none;
	padding: 0;
}






/*---------------------
　sec01
-----------------------*/
#index .sec01 {
	background: #e8e4d5;
	padding: 0 0 15rem;
}
#index .sec01 .columnBox {
	margin: 0 auto 9rem;
	width: 1000px;
	position: relative;
}
#index .sec01 .columnBox:last-child {
	margin: 0 auto;
}
/*#index .sec01 .columnBox .photo {
	width: 590px;
	position: absolute;
	top: -4rem;
	left: 0;
	z-index: 1;
}
#index .sec01 .columnBox.reverse .photo {
	left: auto;
	right: -14rem;
}*/
#index .sec01 .columnBox {
	position: relative;
}
#index .sec01 .columnBox:before {
	content: "";
	background: url("https://www.prosper-storedesign.com/wp/wp-content/uploads/sec01_tokyo.jpg") no-repeat;
	background-size: cover;
	right: calc(50% - -60px);
    width: calc(50% + 200px);
    height: 400px;
    position: absolute;
    top: -4rem;
    z-index: 1;
}
#index .sec01 .columnBox.osaka:before {
	background: url("https://www.prosper-storedesign.com/wp/wp-content/uploads/sec01_osaka.jpg") no-repeat;
	background-size: cover;
	right: auto;
	left: calc(50% - -60px);
}
#index .sec01 .columnBox.nagoya:before {
	background: url("https://www.prosper-storedesign.com/wp/wp-content/uploads/sec01_nagoya.jpg") no-repeat;
	background-size: cover;
}
#index .sec01 .columnBox .txtBox {
	background: #fff;
	width: 600px;
	position: relative;
	padding: 5rem 0 5rem 9rem;
	margin: 0 0 0 40rem;
}
#index .sec01 .columnBox .txtBox:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec01 .columnBox .txtBox:after {
	font-size: 7rem;
	font-weight: 100;
	color: #fff;
	letter-spacing: 0.1em;
	position: absolute;
	top: 0;
	z-index: 1;
}
#index .sec01 .columnBox.tokyo .txtBox:after {
	content: "TOKYO";
	left: calc(50% - 89%);
}
#index .sec01 .columnBox.osaka .txtBox:after {
	content: "OSAKA";
	right: calc(50% - 89%);
}
#index .sec01 .columnBox.nagoya .txtBox:after {
	content: "NAGOYA";
	left: calc(50% - 97%);
}
#index .sec01 .columnBox.reverse .txtBox {
	width: 600px;
	padding: 5rem 14rem 5rem 0;
	margin: 0 40rem 0 0;
}
#index .sec01 .columnBox.reverse .txtBox:before {
	right: auto;
	left: -100%;
}
#index .sec01 .columnBox .txtBox .catch {
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0 0 1.5rem;
}
#index .sec01 .columnBox .txtBox .btnWrap:after {
	content: "";
	clear: both;
	display: block;
}
#index .sec01 .columnBox .txtBox .btn-internal {
	width: 220px;
	float: right;
	margin: 2rem 0 0;
}
#index .sec01 .columnBox .txtBox .btn-internal a {
	font-size: 1.6rem;
	padding: 2rem 4rem;
}






/*---------------------
　sec02
-----------------------*/
#index .sec02 {
	background: #d2b689;
	padding: 0 0 15rem;
}
#index .sec02 .fukiBox {
    margin: 0 auto 5rem;
}
#index .sec02 .slaTit {
	color: #000;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 0.1em;
	background: url("img/slash_black_left.png") no-repeat center left, url("img/slash_black_right.png") no-repeat center right;
	background-size: 27px auto;
	padding: 0 5rem;
	margin: 0 auto 3rem;
	display: table;
	border: none;
	width: auto;
}
#index .sec02 .tab-group {
	margin: 0 0 3rem;
}
#index .sec02 .tab-panel {
	width: 1000px;
	margin: 0 auto 4rem;
}
#index .sec02 .tab {
	float: left;
	width: 192px;
    background: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 10px;
	text-align: center;
	color: #6a7b5e;
	padding: 1.5rem 0.8rem;
	margin: 0 1rem 1rem 0;
	cursor:pointer;
}
#index .sec02 .tab:nth-child(5n) {
	margin: 0 0 1rem 0;
}
#index .sec02 .tab:hover {
	background: #6a7b5e;
	color: #fff;
}
#index .sec02 .tab-I {
	font-size: 1.4rem;
}
#index .sec02 .tab.is-active{
	background: #6a7b5e;
	color: #fff;
	transition: all 0.2s ease-out;
}
#index .sec02 .panel .itemBox {
	float: left;
	width: 235px;
	margin: 0 2rem 2rem 0;
	background: #fff;
}
#index .sec02 .panel .itemBox:nth-child(4n) {
	margin: 0 0 2rem 0;
}
#index .sec02 .panel .itemBox:hover {
	opacity: 0.8;
}
#index .sec02 .panel .itemBox .photo {
	width: 100%;
	height: 172px;
}
#index .sec02 .panel .itemBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#index .sec02 .panel .itemBox .caption {
	text-align: center;
	padding: 9px 10px 9px;
	margin: 0;
	line-height: 1.6;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
	scrollbar-width: inherit;
}
#index .panel{
  display:none;
}
#index .panel.is-show{
  display:block;
}

#contents .content{
    margin: 0 auto;
    padding: 40px;
}
#contents .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 100;
}
#contents .modal .modal__bg{
    background: rgba(0,0,0,0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
	right: auto;
}
#contents .modal__content{
    background: #fff;
    left: 50%;
    padding: 3rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1000px;
	/*height: 510px;*/
}
#contents .modal__content .dtlBox {
	display: table;
	width: 100%;
}
#contents .modal__content .photo {
    max-width: 300px;
	height: auto;
	display: table-cell;
	vertical-align: top;
	position: relative;
}
#contents .modal__content .photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#contents .modal__content .photo .caption {
    position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
#contents .modal__content .txtBox {
	display: table-cell;
	vertical-align: top;
	background: #f3f1e9;
	padding: 3rem;
}
#contents .modal__content .txtBox dl {
	display: table;
	width: 100%;
	margin: 0 0 2rem;
}
#contents .modal__content .txtBox dl:last-child {
	margin: 0;
}
#contents .modal__content .txtBox dt {
	font-weight: 500;
	width: 110px;
	display: table-cell;
	vertical-align: top;
}
#contents .modal__content .txtBox dd {
	display: table-cell;
	vertical-align: top;
}
#contents .modal__content .btnList {
	margin: 6rem auto 0;
	display: table;
	width: 940px;
}
#contents .modal__content .btnList > div {
	width: 460px;
	margin: 0;
	float: left;
}
#contents .modal__content .btnList > div:last-child {
	float: right;
}
#contents .modal__content .btnList > div a {
	border-radius: 35.5px;
	font-size: 1.6rem;
	padding: 1.2rem 5rem;
}
#contents .modal__content .btnList .btn-internal a {
    background: #007da5 url("img/arr_white_right_big.png") no-repeat right 2rem center;
	background-size: 12px auto;
}
#contents .modal__content .btnList .btn-web a {
    background: #ffa64d url("img/arr_white_right_big.png") no-repeat right 2rem center;
    background-size: 12px auto;
}
#contents .js-modal-close {
	position: absolute;
	top: 0;
	right: -6rem;
}
#index .sec02 .btn-internal {
    width: 350px;
}
#index .sec02 .btn-internal a {
    background: #007da5 url("img/arr_white_up_big.png") no-repeat right 2rem center;
    background-size: 10px auto;
    font-size: 1.6rem;
	padding: 1.6rem 5rem;
}





/*---------------------
　sec03
-----------------------*/
#index .sec03 {
	background: #e8e4d5;
	padding: 0 0 8rem;
}
#index .sec03 .fukiBox {
    margin: 0 auto 5rem;
}
#index .sec03 .companyArea {
	
}
#index .sec03 .companyBox {
	margin: 0 0 5rem;
}
#index .sec03 .companyBox:last-child {
	margin: 0;
}
#index .sec03 .companyBox .fuki {
	background: url("img/fuki_green.png") no-repeat;
	background-size: 100%;
	width: 820px;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	padding: 2.1rem 4rem 4rem;
	margin: 0 auto 2rem;
}
#index .sec03 .companyBox .itemBoxWrap {
	margin: 4rem 0 0;
}
#index .sec03 .companyBox .itemBox {
	float: left;
	width: 320px;
	border: solid 1px #ccc;
	background: #fff;
	margin: 0 2rem 2rem 0;
}
#index .sec03 .companyBox .itemBox:nth-child(3n) {
	margin: 0 0 2rem;
}
#index .sec03 .companyBox .itemBox .txtBody {
	padding: 3rem;
}
#index .sec03 .companyBox .itemBox .catch {
	border: none;
	font-size: 2rem;
	font-weight: 500;
	background: #f3f1e9;
	padding: 2rem 3rem;
	display: table;
	width: 100%;
	min-height: 104px;
}
#index .sec03 .companyBox .itemBox .catch span {
	display: table-cell;
	vertical-align: middle;
}
#index .sec03 .companyBox .itemBox .comName {
	font-size: 2rem;
	border: none;
	background: none;
	margin: 0 0 2rem;
	padding: 0;
	color: #333;
	text-align: center;
	width: auto;
}
#index .sec03 .companyBox .itemBox dl {
	margin: 1rem 0 0;
}
#index .sec03 .companyBox .itemBox dt {
	text-align: center;
	position: relative;
}
#index .sec03 .companyBox .itemBox dt:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 1.7rem;
	left: 0;
}
#index .sec03 .companyBox .itemBox dt span {
	font-size: 1.4rem;
	font-weight: bold;
	background: #fff;
	padding: 0 1.3rem;
	position: relative;
	z-index: 1;
}
#index .sec03 .companyBox .itemBox dd {
	font-size: 1.4rem;
}
#index .sec03 .companyBox .itemBox .btn-internal {
	width: 100%;
	margin: 2rem 0 0;
}
#index .sec03 .companyBox .itemBox .btn-internal a {
	font-size: 1.4rem;
	padding: 1.2rem 4rem;
}



/*---------------------
　sec04
-----------------------*/
#index .sec04 {
	background: #f3f1e9;
}
#index .sec04 .fukiBox .txtBox {
    background: #e8e4d5;
}
#index .sec04 .fukiBox .txtBox:before {
    background: url("img/fuki_brown_left.png") no-repeat;
    background-size: 100%;
}
#index .sec04 .mapArea {
	margin: 0 0 0 17rem;
	padding: 0 0 16rem;
}
#index .sec04 .mapArea .mapInr {
	background: url("img/sec04_rare.png") no-repeat center;
	background-size: 100%;
	width: 720px;
	height: 320px;
	position: relative;
	margin: 0 auto;
}
#index .sec04 .mapArea .icon {
	width: 160px;
	height: 160px;
	position: absolute;
}
#index .sec04 .mapArea .icon:nth-child(1) {
	top: -2rem;
	left: -12rem;
}
#index .sec04 .mapArea .icon:nth-child(1):before {
	content: "";
	background: url("img/sec04_start.png") no-repeat;
	background-size: 100%;
	width: 70px;
	height: 59px;
	position: absolute;
	top: -2.5rem;
	left: -4rem;
}
#index .sec04 .mapArea .icon:nth-child(2) {
	top: -2rem;
	left: 19rem;
}
#index .sec04 .mapArea .icon:nth-child(3) {
	top: -2rem;
	right: 5.5rem;
}
#index .sec04 .mapArea .icon:nth-child(4) {
	bottom: -2rem;
	right: 5rem;
}
#index .sec04 .mapArea .icon:nth-child(5) {
	bottom: -2rem;
	right: 0;
}
#index .sec04 .mapArea .icon:nth-child(5) {
	bottom: -2rem;
	right: 50%;
}
#index .sec04 .mapArea .icon:nth-child(6) {
	bottom: -2rem;
	left: -12rem;
}
#index .sec04 .mapArea .icon:nth-child(6):before {
	content: "";
	background: url("img/sec04_goal.png") no-repeat;
	background-size: 100%;
	width: 70px;
	height: 59px;
	position: absolute;
	top: -2.5rem;
	left: -4rem;
}
#index .sec04 .mapArea .icon:hover {
	opacity: 0.8;
}
#index .sec04 .mapArea .icon a {
	display: block;
	text-decoration: none;
}
#index .sec04 .mapArea .icon a:hover {
	opacity: 1;
}
#index .sec04 .mapArea .icon dl {
	overflow: hidden;
    border-radius: 50%;
    border: solid 4px #007da5;
	height: 160px;
}
#index .sec04 .mapArea .icon dt {
	height: 52%;
	background: #007da5;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 0.5rem;
}
#index .sec04 .mapArea .icon:nth-child(1) dt {
	background: #007da5 url("img/icon_m01.png") no-repeat center bottom 1.1rem;
	background-size: 40px auto;
}
#index .sec04 .mapArea .icon:nth-child(2) dt {
	background: #007da5 url("img/icon_m02.png") no-repeat center bottom 0.8rem;
	background-size: 32px auto;
}
#index .sec04 .mapArea .icon:nth-child(3) dt {
	background: #007da5 url("img/icon_m03.png") no-repeat center bottom 1.1rem;
	background-size: 34px auto;
}
#index .sec04 .mapArea .icon:nth-child(4) dt {
	background: #007da5 url("img/icon_m04.png") no-repeat center bottom 1.1rem;
	background-size: 32px auto;
}
#index .sec04 .mapArea .icon:nth-child(5) dt {
	background: #007da5 url("img/icon_m05.png") no-repeat center bottom 1.1rem;
	background-size: 31px auto;
}
#index .sec04 .mapArea .icon:nth-child(6) dt {
	background: #007da5 url("img/icon_m06.png") no-repeat center bottom 1.1rem;
	background-size: 30px auto;
}
#index .sec04 .mapArea .icon dd {
	height: 44%;
	background: #f3f1e9 url("img/arr_blue_down.png") no-repeat bottom 1.5rem center;
	background-size: 12px auto;
	color: #007da5;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	padding: 0.8rem 1rem 1rem;
}
#index .sec04 .block {
	padding: 0 0 10rem;
}
#index .sec04 .block:nth-child(odd) {
	background: #dee3d7;
}
#index .sec04 #m03,
#index .sec04 #m04,
#index .sec04 #m05,
#index .sec04 #m06 {
	padding: 0 0 4rem;
}
#index .sec04 .block:nth-child(even) {
	background: #f5f5f5;
}
#index .sec04 .blockTitBox {
	background: #000;
	width: 1000px;
	margin: 0 auto;
	padding: 2rem 6rem 2rem 18rem;
	position: relative;
	top: -4rem;
}
#index .sec04 .blockTitBox:before {
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec04 .blockTitBox.reverse:before {
	right: auto;
	left: -100%;
}
#index .sec04 .blockTitBox .maru {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #007da5;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	padding: 2rem 0 0;
	position: absolute;
	top: calc(50% - 60px);
	left: 3rem;
	z-index: 1;
}
#index .sec04 #m01 .blockTitBox .maru {
	background: #007da5 url("img/icon_m01.png") no-repeat center bottom 2.5rem;
	background-size: 40px auto;
}
#index .sec04 #m02 .blockTitBox .maru {
	background: #007da5 url("img/icon_m02.png") no-repeat center bottom 2.3rem;
	background-size: 32px auto;
}
#index .sec04 #m03 .blockTitBox .maru {
	background: #007da5 url("img/icon_m03.png") no-repeat center bottom 2.3rem;
	background-size: 34px auto;
}
#index .sec04 #m04 .blockTitBox .maru {
	background: #007da5 url("img/icon_m04.png") no-repeat center bottom 2.5rem;
	background-size: 32px auto;
}
#index .sec04 #m05 .blockTitBox .maru {
	background: #007da5 url("img/icon_m05.png") no-repeat center bottom 2.5rem;
	background-size: 31px auto;
}
#index .sec04 #m06 .blockTitBox .maru {
	background: #007da5 url("img/icon_m06.png") no-repeat center bottom 2.5rem;
	background-size: 30px auto;
}
#index .sec04 .blockTitBox .blockTit {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	border: none;
	background: none;
	text-align: left;
	padding: 0;
	margin: 0;
	width: auto;
}
#index .sec04 .blockTitBox .blockTit a {
	color: #fff;
	padding: 0;
}
#index .sec04 .block .fukiBox {
    margin: 0 auto 6rem;
}
#index .sec04 .block .fukiBox .txtBox {
    background: #f7f6f0;
}
#index .sec04 .block .fukiBox .txtBox::before {
    background: url("img/fuki_yl_right.png") no-repeat;
    background-size: 100%;
}
#index .sec04 .block .itemBoxWrap {
	width: 1000px;
	margin: 0 auto 4rem;
}
#index .sec04 .block .itemBox {
	float: left;
    background: #fff;
	width: 490px;
	padding: 4rem 3rem;
	margin: 0 2rem 2rem 0;
}
#index .sec04 .block .itemBox:nth-child(2n) {
	margin: 0 0 2rem;
}
#index .sec04 .block .itemBox .subTit {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	padding: 0 0 2rem;
	margin: 0 0 3rem;
	background: none;
	border: none;
	position: relative;
	width: auto;
}
#index .sec04 .block .itemBox .subTit:before {
	content: "";
	background: #007da5;
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
}
#index .sec04 .block .btn-internal {
	width: 400px;
}
#index .sec04 .block .btn-internal a {
	border-radius: 10px;
}

#index .sec04 .block .basicWrap {
	width: 1000px;
	margin: 6rem auto 18rem;
	position: relative;
	z-index: 1;
}
#index .sec04 .block .basicBox {
	background: #d2b689;
	position: relative;
	width: 600px;
	padding: 5rem 4rem;
	float: right;
	top: calc(50% - 200px);
}
#index .sec04 .block .basicBox:before {
    content: "";
    position: absolute;
    background: url("https://www.prosper-storedesign.com/wp/wp-content/uploads/sec04_m2_img01.jpg") no-repeat;
    background-size: cover;
    top: calc(50% - 200px);
	right: calc(50% - -270px);
    width: calc(50% + 400px);
    height: 400px;
	z-index: -1;
}
#index .sec04 .block .basicBox .tit {
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0 0 2rem;
	color: #fff;
	padding: 0;
	background: none;
	border: none;
}
#index .sec04 .block .basicBox p {
	color: #fff;
}
#index .sec04 .block .maruWrap {
	width: 1000px;
	margin: 0 auto 1rem;
	background: url("img/sec04_m2_arrow.jpg") no-repeat bottom center;
	background-size: 520px auto;
	padding: 0 0 2rem;
}
#index .sec04 .block .maruWrap .maruBox {
	float: left;
	width: 320px;
	height: 320px;
	background: #fff;
	padding: 6rem 5rem 6rem 6rem;
	border-radius: 50%;
	margin: 0 2rem 0 0;
	position: relative;
}
#index .sec04 .block .maruWrap .maruBox:before {
	content: "";
	position: absolute;
	font-size: 4rem;
	color: #e8e4d5;
	font-weight: 200;
	letter-spacing: 0.1em;
}
#index .sec04 .block .maruWrap .maruBox:nth-child(1):before {
	content: "who";
	top: 2rem;
	left: 2rem;
}
#index .sec04 .block .maruWrap .maruBox:nth-child(2) {
	margin: -8rem 2rem 0 0;
}
#index .sec04 .block .maruWrap .maruBox:nth-child(2):before {
	content: "what";
	top: -1rem;
	left: 11.5rem;
}
#index .sec04 .block .maruWrap .maruBox:last-child {
	margin: 0;
}
#index .sec04 .block .maruWrap .maruBox:last-child:before {
	content: "how";
	top: 1rem;
	right: 2rem;
}
#index .sec04 .block .maruWrap .maruBox .tit {
	font-size: 2.2rem;
	text-align: center;
	font-weight: 500;
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 2rem;
	width: auto;
}
#index .sec04 .block .matomeBox {
	background: #6a7b5e;
	border-radius: 10px;
	padding: 1rem;
	width: 780px;
	margin: 0 auto 6rem;
}
#index .sec04 .block .matomeBox .matomeInr {
	border: solid 1px #dee3d7;
	border-radius: 10px;
	padding: 3rem 4rem;
}
#index .sec04 .block .matomeBox .tit {
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin: 0 0 2rem;
	background: none;
	padding: 0;
	border: none;
	width: auto;
}
#index .sec04 .block .matomeBox p {
	color: #fff;
	width: auto;
}
#index .sec04 #m02 .fukiBox .txtBox,
#index .sec04 #m04 .fukiBox .txtBox,
#index .sec04 #m06 .fukiBox .txtBox {
    background: #e8e4d5;
}
#index .sec04 #m02 .fukiBox .txtBox::before,
#index .sec04 #m04 .fukiBox .txtBox::before {
    background: url("img/fuki_brown_left.png") no-repeat;
    background-size: 100%;
}
#index .sec04 #m06 .fukiBox .txtBox::before {
    background: url("img/fuki_brown_right.png") no-repeat;
        background-size: auto;
    background-size: 100%;
}
#index .sec04 .columnBoxWrap {
	width: 1000px;
	margin: 0 auto;
}
#index .sec04 .colTit {
	position: relative;
	text-align: center;
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 3rem;
}
#index .sec04 .colTit span {
    font-size: 2.6rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #dee3d7;
	padding: 0 4rem 0 5rem;
	position: relative;
	z-index: 1;
}
#index .sec04 .colTit:before {
    content: "";
	background: #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 56%;
	left: 0;
}
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(1),
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(2),
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(3){
    width: 320px;
}
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(2) {
    margin: 0 2rem 2rem 0;
}
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(3) {
    margin: 0 0 2rem 0;
}
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(4) {
    margin: 0 2rem 2rem 0;
}
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(5) {
    margin: 0 0 2rem 0;
}

#index .sec04 #m04 .itemBoxWrap_first .itemBox,
#index .sec04 #m05 .itemBoxWrap .itemBox {
	padding: 3rem;
    border: solid 1px #ccc;
}
#index .sec04 #m05 .itemBoxWrap .itemBox:nth-child(2) {
	margin: 0 2rem 2rem 0;
}
#index .sec04 #m05 .itemBoxWrap .itemBox:last-child {
	margin: 0 0 2rem;
}
#index .sec04 #m04 .itemBox .subTit,
#index .sec04 #m05 .itemBox .subTit {
    padding: 0;
}
#index .sec04 #m04 .itemBox .subTit::before,
#index .sec04 #m05 .itemBox .subTit::before {
    content: none;
}
#index .sec04 #m04 .itemBoxWrap_first .itemBox .photo {
    margin: 0 0 1.5rem;
}
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(4) .photo,
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(5) .photo {
    width: 160px;
	float: left;
	margin: 0 2rem 0 0;
}
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(4) .txtBox,
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(5) .txtBox {
    overflow: hidden;
	width: auto;
}
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(4) .subTit,
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(5) .subTit {
    text-align: left;
	margin: 0 0 2rem;
}

#index .sec04 #m05 .itemBox {
    width: 320px;
}
#index .sec04 #m05 .itemBox .photo {
    margin: 0 0 4.5rem;
}
#index .sec04 #m05 .itemBox .merit,
#index .sec04 #m05 .itemBox .demerit {
	position: relative;
    margin: 0 0 2.5rem;
}
#index .sec04 #m05 .itemBox .demerit {
    margin: 0;
}
#index .sec04 #m05 .itemBox .dt {
    color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	width: 80px;
	background: #d2b689;
	line-height: 1;
	padding: 0.5rem;
	position: absolute;
	top: -1.3rem;
	left: 0;
}
#index .sec04 #m05 .itemBox .dd {
    padding: 2rem 1.5rem 1.5rem;
	background: #f3f1e9;
}
#index .sec04 #m05 .itemBox .demerit .dt {
	background: #6a7b5e;
}
#index .sec04 #m05 .itemBox .demerit .dd {
	background: #f5f5f5;
}
#index .sec04 #m06 .colTit span {
    background: #f5f5f5;
}
#index .sec04 #m06 .four_columnWrap .itemBox {
    width: 242px;
    margin: 0 1rem 0 0;
	border: solid 1px #ccc;
}
#index .sec04 #m06 .four_columnWrap .itemBox:last-child {
    margin: 0;
}
#index .sec04 #m06 .four_columnWrap .itemBox .photo {
    width: 160px;
	margin: 0 auto 2rem;
}
#index .sec04 #m06 .four_columnWrap .itemBox .subTit {
    padding: 0;
}
#index .sec04 #m06 .four_columnWrap .itemBox .subTit::before {
    content: none;
}
#index .sec04 #m06 .itemBox .subTit::before {
    background: #6a7b5e;
}














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



/*---------------------
　sec01
-----------------------*/
#index .sec01 {
	background: #e8e4d5;
	padding: 0 0 8rem;
}
#index .sec01 .columnBoxWrap {
	margin: 8rem 0 0;
}
#index .sec01 .columnBox {
	margin: 0 auto 7rem;
	width: 100%;
	position: relative;
}
#index .sec01 .columnBox {
	position: relative;
}
#index .sec01 .columnBox:before {
	right: auto;
	left: 0;
    width: 295px;
    height: 175px;
    position: absolute;
    top: -5rem;
    z-index: 1;
}
#index .sec01 .columnBox.osaka:before {
	right: 0;
	left: auto;
}
#index .sec01 .columnBox .txtBox {
	width: 96%;
	position: relative;
	padding: 14rem 4% 3rem 6%;
	margin: 0 0 0 4%;
}
#index .sec01 .columnBox .txtBox:before {
	content: none;
}
#index .sec01 .columnBox .txtBox:after {
	font-size: 4.5rem;
	position: absolute;
	top: -4rem;
	line-height: 1;
}
#index .sec01 .columnBox.tokyo .txtBox:after {
	left: 11rem;
}
#index .sec01 .columnBox.osaka .txtBox:after {
	right: 11rem;
}
#index .sec01 .columnBox.nagoya .txtBox:after {
	left: 8rem;
}
#index .sec01 .columnBox.reverse .txtBox {
	width: 96%;
	padding: 14rem 4% 3rem 6%;
	margin: 0 0 0 4%;
}
#index .sec01 .columnBox .txtBox .catch {
	font-size: 1.8rem;
	margin: 0 0 1.5rem;
}
#index .sec01 .columnBox .txtBox .btn-internal {
	width: 250px;
	float: none;
	margin: 2rem auto 0;
}
#index .sec01 .columnBox .txtBox .btn-internal a {
	font-size: 1.5rem;
	padding: 1.5rem 4rem;
}






/*---------------------
　sec02
-----------------------*/
#index .sec02 {
	padding: 0 0 6rem;
}
#index .sec02 .fukiBox {
    margin: 0 auto 3rem;
}
#index .sec02 .slaTit {
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	background: url("img/slash_black_left.png") no-repeat center left, url("img/slash_black_right.png") no-repeat center right;
	background-size: 13px auto;
	padding: 0 2rem;
	margin: 0 auto 2rem;
}
#index .sec02 .tab-group {
	margin: 0 0 1rem;
}
#index .sec02 .tab-panel {
	width: 100%;
	margin: 0 auto 2rem;
	padding: 0 4%;
}
#index .sec02 .tab {
	float: left;
	width: 32%;
	font-size: 1.2rem;
	border-radius: 5px;
	padding: 0.8rem 0.1rem 0.9rem;
	margin: 0 2% 2% 0;
	line-height: 1.3;
	height: 48px;
	display: table;
}
#index .sec02 .tab:nth-child(3n) {
	margin: 0 0 2% 0;
}
#index .sec02 .tab:nth-child(5n) {
	margin: 0 2% 2% 0;
}
#index .sec02 .tab:hover {
	background: #fff;
	color: #6a7b5e;
}
#index .sec02 .tab-I {
	font-size: 1.2rem;
}
#index .sec02 .tab p {
	display: table-cell;
	vertical-align: middle;
}
#index .sec02 .panel .itemBox {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
#index .sec02 .panel .itemBox:nth-child(3n) {
	margin: 0 0 2% 0;
}
#index .sec02 .panel .itemBox:nth-child(4n) {
	margin: 0 2% 2% 0;
}
#index .sec02 .panel .itemBox:nth-child(5n) {
	margin: 0 2% 2% 0;
}
#index .sec02 .panel .itemBox:last-child {
	margin: 0 0 2% 0;
}
#index .sec02 .panel .itemBox:hover {
	opacity: 1;
}
#index .sec02 .panel .itemBox .photo {
	width: 100%;
	height: 82px;
}
#index .sec02 .panel .itemBox .photo img {
}
#index .sec02 .panel .itemBox .caption {
	font-size: 0.8rem;
	padding: 9px 10px 9px;
	line-height: 1.4;
	text-align: left;
}

#contents .content{
    margin: 0 auto;
    padding: 2rem;
}
#contents .modal{
}
#contents .modal .modal__bg{
	top: auto;
}
#contents .modal__content{
    padding: 3.5rem 5% 2rem;
    width: 90%;
	height: 85%;
	overflow-y: auto;
}
#contents .modal__content .dtlBox {
	display: block;
	width: 100%;
	background: #f3f1e9;
}
#contents .modal__content .photo {
    width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
#contents .modal__content .photo img {
}
#contents .modal__content .photo .caption {
    position: static;
	-webkit-transform: inherit;
	transform: inherit;
	padding: 0 2rem;
}
#contents .modal__content .txtBox {
	display: block;
	padding: 2rem;
}
#contents .modal__content .txtBox dl {
	display: table;
	width: 100%;
	margin: 0 0 1rem;
}
#contents .modal__content .txtBox dt {
	width: 90px;
	font-size: 1.4rem;
}
#contents .modal__content .txtBox dd {
	font-size: 1.4rem;
}
#contents .modal__content .btnList {
	margin: 3rem auto;
	display: block;
	width: 100%;
}
#contents .modal__content .btnList > div {
	width: 100%;
	margin: 0 0 1rem;
	float: none;
}
#contents .modal__content .btnList > div:last-child {
	float: none;
	margin: 0;
}
#contents .modal__content .btnList > div a {
	border-radius: 35px;
	font-size: 1.4rem;
	padding: 1.5rem 4rem;
}
#contents .modal__content .btnList .btn-internal a {
    background: #007da5 url("img/arr_white_right_big.png") no-repeat right 2rem center;
	background-size: 10px auto;
}
#contents .modal__content .btnList .btn-web a {
    background: #ffa64d url("img/arr_white_right_big.png") no-repeat right 2rem center;
    background-size: 10px auto;
}
#contents .js-modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
}
#contents a.js-modal-close {
}
#index .sec02 .btn-internal {
    width: 73%;
}
#index .sec02 .btn-internal a {
    background: #007da5 url("img/arr_white_up_big.png") no-repeat right 2rem center;
    background-size: 10px auto;
    font-size: 1.5rem;
	padding: 1.5rem 5rem;
}





/*---------------------
　sec03
-----------------------*/
#index .sec03 {
	background: #e8e4d5;
	padding: 0 0 6rem;
}
#index .sec03 .fukiBox {
    margin: 0 auto 5rem;
}
#index .sec03 .companyArea {
	padding: 0 4%;
}
#index .sec03 .companyBox {
	margin: 0 0 5rem;
}
#index .sec03 .companyBox:last-child {
	margin: 0;
}
#index .sec03 .companyBox .fuki {
	background: url("img/fuki_green_sp.png") no-repeat;
	background-size: 100%;
	width: 100%;
	font-size: 1.7rem;
	padding: 1.8rem 2rem 3rem;
	margin: 0 auto 1rem;
}
#index .sec03 .companyBox .itemBoxWrap {
	margin: 2rem 0 0;
}
#index .sec03 .companyBox .itemBox {
	float: none;
	width: 100%;
	margin: 0 0 1rem;
}
#index .sec03 .companyBox .itemBox:nth-child(3n) {
	margin: 0 0 1rem;
}
#index .sec03 .companyBox .itemBox:last-child {
	margin: 0;
}
#index .sec03 .companyBox .itemBox .txtBody {
	padding: 2rem;
}
#index .sec03 .companyBox .itemBox .catch {
	border: none;
	font-size: 1.6rem;
	padding: 2rem 2rem;
	min-height: inherit;
}
#index .sec03 .companyBox .itemBox .comName {
	font-size: 1.6rem;
	margin: 0 0 1.5rem;
}
#index .sec03 .companyBox .itemBox dl {
	margin: 1.5rem 0 0;
}
#index .sec03 .companyBox .itemBox dt {
	text-align: center;
	position: relative;
	margin: 0 0 1rem;
}
#index .sec03 .companyBox .itemBox dt:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 1.7rem;
	left: 0;
}
#index .sec03 .companyBox .itemBox dt span {
	font-size: 1.4rem;
	padding: 0 1.3rem;
	position: relative;
}
#index .sec03 .companyBox .itemBox dd {
	font-size: 1.4rem;
}
#index .sec03 .companyBox .itemBox .btn-internal {
	width: 94%;
	margin: 2rem auto 0;
}
#index .sec03 .companyBox .itemBox .btn-internal a {
	font-size: 1.5rem;
	padding: 1.2rem 4rem;
}



/*---------------------
　sec04
-----------------------*/
#index .sec04 {
	background: #f3f1e9;
}
#index .sec04 .mapArea {
	margin: 0;
	padding: 0 4% 10rem;
}
#index .sec04 .mapArea .mapInr {
	background: url("img/sec04_rare_sp.png") no-repeat center;
	background-size: 100%;
	width: 100%;
	height: 190px;
	position: relative;
	margin: 0 auto;
}
#index .sec04 .mapArea .icon {
	width: 96px;
	height: 96px;
	position: absolute;
}
#index .sec04 .mapArea .icon:nth-child(1) {
	top: -1rem;
	left: 0;
}
#index .sec04 .mapArea .icon:nth-child(1):before {
	content: "";
	background: url("img/sec04_start.png") no-repeat;
	background-size: 100%;
	width: 45px;
	height: 40px;
	position: absolute;
	top: -2rem;
	left: -10px;
}
#index .sec04 .mapArea .icon:nth-child(2) {
	top: -1rem;
	left: 12.5rem;
}
#index .sec04 .mapArea .icon:nth-child(3) {
	top: -1rem;
	right: 0;
}
#index .sec04 .mapArea .icon:nth-child(4) {
	bottom: -1rem;
	right: 0;
}
#index .sec04 .mapArea .icon:nth-child(5) {
	bottom: -1rem;
	right: 0;
}
#index .sec04 .mapArea .icon:nth-child(5) {
	bottom: -1rem;
	right: 12.5rem;
}
#index .sec04 .mapArea .icon:nth-child(6) {
	bottom: -1rem;
	left: 0;
}
#index .sec04 .mapArea .icon:nth-child(6):before {
	content: "";
	background: url("img/sec04_goal.png") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -1.5rem;
	left: -10px;
}
#index .sec04 .mapArea .icon:hover {
	opacity: 1;
}
#index .sec04 .mapArea .icon dl {
	overflow: hidden;
    border-radius: 50%;
    border: solid 2px #007da5;
	height: 96px;
}
#index .sec04 .mapArea .icon dt {
	height: 52%;
	font-size: 1.3rem;
	padding: 0.2rem 0.5rem 0.5rem;
}
#index .sec04 .mapArea .icon:nth-child(1) dt {
	background: #007da5 url("img/icon_m01.png") no-repeat center bottom 1.1rem;
	background-size: 24px auto;
}
#index .sec04 .mapArea .icon:nth-child(2) dt {
	background: #007da5 url("img/icon_m02.png") no-repeat center bottom 0.8rem;
	background-size: 17px auto;
}
#index .sec04 .mapArea .icon:nth-child(3) dt {
	background: #007da5 url("img/icon_m03.png") no-repeat center bottom 0.6rem;
	background-size: 17px auto;
}
#index .sec04 .mapArea .icon:nth-child(4) dt {
	background: #007da5 url("img/icon_m04.png") no-repeat center bottom 0.6rem;
	background-size: 17px auto;
}
#index .sec04 .mapArea .icon:nth-child(5) dt {
	background: #007da5 url("img/icon_m05.png") no-repeat center bottom 0.6rem;
	background-size: 17px auto;
}
#index .sec04 .mapArea .icon:nth-child(6) dt {
	background: #007da5 url("img/icon_m06.png") no-repeat center bottom 0.6rem;
	background-size: 17px auto;
}
#index .sec04 .mapArea .icon dd {
	height: 44%;
	background: #f3f1e9 url("img/arr_blue_down.png") no-repeat bottom 0.4rem center;
	background-size: 8px auto;
	font-size: 1.2rem;
	padding: 0.5rem 1rem 1rem;
}
#index .sec04 .block {
	padding: 0 0 5rem;
}
#index .sec04 .block:nth-child(odd) {
}
#index .sec04 #m03,
#index .sec04 #m04,
#index .sec04 #m05,
#index .sec04 #m06 {
	padding: 0 0 4rem;
}
#index .sec04 .block:nth-child(even) {
}
#index .sec04 .blockTitBox {
	background: #000;
	width: 92%;
	margin: 0 auto;
	padding: 1.3rem 3rem 1.5rem 9.5rem;
	position: relative;
	top: -2.5rem;
}
#index .sec04 .blockTitBox.reverse {
    padding: 1.3rem 3rem 1.5rem 7.5rem;
}
#index .sec04 .blockTitBox:before {
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec04 .blockTitBox.reverse:before {
	right: auto;
	left: -100%;
}
#index .sec04 .blockTitBox .maru {
	width: 60px;
	height: 60px;
	font-size: 1.3rem;
	padding: 0.6rem 0 0;
	position: absolute;
	top: calc(50% - 30px);
	left: 2rem;
}
#index .sec04 #m01 .blockTitBox .maru {
	background: #007da5 url("img/icon_m01.png") no-repeat center bottom 1.3rem;
	background-size: 20px auto;
}
#index .sec04 #m02 .blockTitBox .maru {
	background: #007da5 url("img/icon_m02.png") no-repeat center bottom 1.3rem;
	background-size: 16px auto;
	left: 0;
}
#index .sec04 #m03 .blockTitBox .maru {
	background: #007da5 url("img/icon_m03.png") no-repeat center bottom 1.3rem;
	background-size: 16px auto;
}
#index .sec04 #m04 .blockTitBox .maru {
	background: #007da5 url("img/icon_m04.png") no-repeat center bottom 1.3rem;
	background-size: 16px auto;
	left: 0;
}
#index .sec04 #m05 .blockTitBox .maru {
	background: #007da5 url("img/icon_m05.png") no-repeat center bottom 1.3rem;
	background-size: 16px auto;
}
#index .sec04 #m06 .blockTitBox .maru {
	background: #007da5 url("img/icon_m06.png") no-repeat center bottom 1.3rem;
	background-size: 16px auto;
	left: 0;
}
#index .sec04 .blockTitBox .blockTit {
	font-size: 1.9rem;
}
#index .sec04 .blockTitBox .blockTit a {
	color: #fff;
	padding: 0;
}
#index .sec04 .block .fukiBox {
    margin: 0 auto 3rem;
}
#index .sec04 .block .itemBoxWrap {
	width: 100%;
	margin: 0 auto 3rem;
	padding: 0 4%;
}
#index .sec04 .block .itemBox {
	float: none;
	width: 100%;
	padding: 3rem 2rem;
	margin: 0 0 1rem;
}
#index .sec04 .block .itemBox:nth-child(2n) {
	margin: 0 0 1rem;
}
#index .sec04 .block .itemBox:last-child {
	margin: 0;
}
#index .sec04 .block .itemBox .subTit {
	font-size: 1.8rem;
	padding: 0 0 1.5rem;
	margin: 0 0 2rem;
	position: relative;
}
#index .sec04 .block .itemBox .subTit:before {
	width: 50px;
	height: 2px;
	left: calc(50% - 25px);
}
#index .sec04 .block .btn-internal {
	width: 73%;
}
#index .sec04 .block .btn-internal a {
	border-radius: 10px;
}

#index .sec04 .block .basicWrap {
	width: 92%;
	margin: 16rem auto 3rem;
	position: relative;
}
#index .sec04 .block .basicBox {
	background: #d2b689;
	position: relative;
	width: 100%;
	padding: 2.5rem 2rem;
	float: none;
	top: 0;
}
#index .sec04 .block .basicBox:before {
    content: "";
    position: absolute;
    background: url("https://www.prosper-storedesign.com/wp/wp-content/uploads/sec04_m2_img01.jpg") no-repeat;
    background-size: cover;
    top: -16rem;
	right: auto;
	left: -5%;
    width: 85%;
    height: 200px;
	z-index: -1;
}
#index .sec04 .block .basicBox .tit {
	font-size: 1.8rem;
	margin: 0 0 1rem;
}
#index .sec04 .block .chartBox {
	padding: 0 4%;
}
#index .sec04 .block .maruWrap {
	width: 100%;
	margin: 0 auto 4rem;
	padding: 1.5rem;
	border-radius: 10px;
	background: #f5f5f5;
	border: solid 1px #d2b689;
	position: relative;
}
#index .sec04 .block .maruWrap:before {
	content: "";
	background: url("img/sec04_m2_arrow_sp.jpg") no-repeat bottom;
	background-size: 100%;
	width: 13px;
	height: 35px;
	position: absolute;
	bottom: -35px;
	left: 48%;
}
#index .sec04 .block .maruWrap .maruBox {
	float: none;
	width: 100%;
	height: auto;
	padding: 2rem;
	border-radius: 10px;
	margin: 0 0 1.5rem;
	position: relative;
}
#index .sec04 .block .maruWrap .maruBox:before {
	content: "";
	position: absolute;
	font-size: 2.5rem;
}
#index .sec04 .block .maruWrap .maruBox:nth-child(1):before {
	top: 1rem;
	left: -1rem;
}
#index .sec04 .block .maruWrap .maruBox:nth-child(2) {
	margin: 0 0 1.5rem;
}
#index .sec04 .block .maruWrap .maruBox:nth-child(2):before {
	top: 1rem;
	left: -1rem;
}
#index .sec04 .block .maruWrap .maruBox:last-child {
	margin: 0;
}
#index .sec04 .block .maruWrap .maruBox:last-child:before {
	top: 1rem;
	right: auto;
	left: -1rem;
}
#index .sec04 .block .maruWrap .maruBox .tit {
	font-size: 1.8rem;
	margin: 0 0 1.5rem;
}
#index .sec04 .block .matomeBox {
	background: #6a7b5e;
	border-radius: 5px;
	padding: 0.5rem;
	width: 100%;
	margin: 0 auto 4rem;
}
#index .sec04 .block .matomeBox .matomeInr {
	border: solid 1px #dee3d7;
	border-radius: 5px;
	padding: 2rem;
}
#index .sec04 .block .matomeBox .tit {
	font-size: 1.8rem;
	margin: 0 0 1.5rem;
	border: none;
}
#index .sec04 #m02 .fukiBox .txtBox,
#index .sec04 #m04 .fukiBox .txtBox,
#index .sec04 #m06 .fukiBox .txtBox {
    background: #e8e4d5;
}
#index .sec04 #m02 .fukiBox .txtBox::before,
#index .sec04 #m04 .fukiBox .txtBox::before {
    background: url("img/fuki_brown_left.png") no-repeat;
    background-size: 100%;
}
#index .sec04 #m06 .fukiBox .txtBox::before {
    background: url("img/fuki_brown_right.png") no-repeat;
        background-size: auto;
    background-size: 100%;
}
#index .sec04 .columnBoxWrap {
	width: 100%;
	margin: 0 auto;
}
#index .sec04 .colTit {
	position: relative;
	margin: 0 auto 2rem;
	width: 92%;
}
#index .sec04 .colTit span {
    font-size: 2rem;
	padding: 0 1.5rem 0 2rem;
	position: relative;
}
#index .sec04 .colTit:before {
    content: "";
	background: #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 56%;
	left: 0;
}
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(1),
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(2),
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(3){
    width: 100%;
}
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(2) {
    margin: 0 0 1rem 0;
}
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(3) {
    margin: 0 0 1rem 0;
}
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(4) {
    margin: 0 0 1rem 0;
}
#index .sec04 .itemBoxWrap_first .itemBox:nth-child(5) {
    margin: 0 0 1rem 0;
}

#index .sec04 #m04 .itemBoxWrap_first .itemBox,
#index .sec04 #m05 .itemBoxWrap .itemBox {
	padding: 2rem;
}
#index .sec04 #m05 .itemBoxWrap .itemBox:nth-child(2) {
	margin: 0 0 1rem 0;
}
#index .sec04 #m05 .itemBoxWrap .itemBox:last-child {
	margin: 0 0 1rem;
}
#index .sec04 #m04 .itemBox .subTit,
#index .sec04 #m05 .itemBox .subTit {
    padding: 0;
}
#index .sec04 #m04 .itemBox .subTit::before,
#index .sec04 #m05 .itemBox .subTit::before {
    content: none;
}
#index .sec04 #m04 .itemBoxWrap_first .itemBox .photo {
    margin: 0 0 1.5rem;
	height: 180px;
	overflow: hidden;
}
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(4) .photo,
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(5) .photo {
    width: 100%;
	float: none;
	margin: 0 0 1.5rem;
}
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(4) .txtBox,
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(5) .txtBox {
    overflow: inherit;
	width: 100%;
}
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(4) .subTit,
#index .sec04 #m04 .itemBoxWrap_first .itemBox:nth-child(5) .subTit {
    text-align: center;
	margin: 0 0 2rem;
}

#index .sec04 #m05 .itemBox {
    width: 100%;
}
#index .sec04 #m05 .itemBox .photo {
    margin: 0 0 3rem;
	height: 180px;
	overflow: hidden;
}
#index .sec04 #m05 .itemBox .merit,
#index .sec04 #m05 .itemBox .demerit {
	position: relative;
    margin: 0 0 2.5rem;
}
#index .sec04 #m05 .itemBox .demerit {
    margin: 0;
}
#index .sec04 #m05 .itemBox .dt {
	font-size: 1.4rem;
	width: 95px;
	padding: 0.5rem;
	position: absolute;
	top: -1.3rem;
	left: 0;
}
#index .sec04 #m05 .itemBox .dd {
    padding: 2rem 1.5rem 1.5rem;
	background: #f3f1e9;
}
#index .sec04 #m06 .four_columnWrap .itemBox {
    width: 100%;
    margin: 0 0 1rem;
	padding: 2rem;
}
#index .sec04 #m06 .four_columnWrap .itemBox .photo {
    width: 160px;
	margin: 0 auto 2rem;
}
#index .sec04 #m06 .four_columnWrap .itemBox .subTit {
    padding: 2.8rem 0 0 10rem;
	background: url("img/sec04_m6_icon01.png") no-repeat center left;
	background-size: 80px auto;
	min-height: 80px;
	text-align: left;
	margin: 0 0 1.5rem;
}
#index .sec04 #m06 .four_columnWrap .itemBox .subTit::before {
    content: none;
}
#index .sec04 #m06 .itemBox .subTit::before {
    background: #6a7b5e;
}









}