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

.topimg-carousel {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.topimg-mds-area {
	width: 100%;
	position: absolute;
	top: 250px;
	left: 5%;
	z-index: 10;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 12px #252525;
}

.topimg-mds-area .maincatch {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 4.6em;
	line-height: 180%;
}

.topimg-mds-area .subcatch {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 3.0em;
	line-height: 180%;
}

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

.topimg-mds-area {
	width: 100%;
	position: absolute;
	top: 120px;
	left: 2%;
	z-index: 10;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 12px #252525;
}

.topimg-mds-area .maincatch {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 2.6em;
	line-height: 180%;
}

.topimg-mds-area .subcatch {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 2.0em;
	line-height: 180%;
}

}


/***WHO WE ARE***/

.who-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.who-area .who-left {
	width: 35%;
}

h2.ind-left-hd {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 330%;
	line-height: 180%;
	color: #065C44;
}

.who-area .who-left .who-img-main {
	width: 100%;
	margin: 0;
	padding: 0;
}

.who-area .who-right {
	width: 60%;
}

.who-area .who-right .who-txt {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	line-height: 380%;
}

.who-area .who-right .who-btn-area {
	width: 60%;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.who-btn-area .who-btn {
	border: solid 1px #707070;
	border-radius: 50px;
	text-align: center;
	font-size: 110%;
}

.who-btn-area .who-btn a {
	width: 100%;
	display: block;
	padding: 20px 0;
	color: #000000;
	text-decoration: none;
}

.who-btn-area .who-more-btn {
	width: 75%;
}

.who-btn-area .who-en-btn {
	width: 18%;
}

.who-right .who-img-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
 }
 
 .who-right .who-img-area .who-img {
	width: 48%;
}

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

h2.ind-left-hd {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 240%;
	line-height: 180%;
	color: #065C44;
}

.who-area .who-right .who-txt {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 260%;
}

.who-area .who-right .who-btn-area {
	width: 80%;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.who-btn-area .who-btn a {
	width: 100%;
	display: block;
	padding: 10px 0;
	color: #000000;
	text-decoration: none;
}

}

/***WHAT WE DO***/

ul.what-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

ul.what-list li.what-item {
	width: 30%;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #FFFFFF;
	border-radius: 20px;
}

ul.what-list li.what-item .wi-wrap {
	width: 90%;
	margin: 0 auto;
}

ul.what-list li.what-item .what-num {
	width: 25%;
	margin: 0 auto;
	padding: 0;
}

ul.what-list li.what-item h3.what-mds {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #065C44;
}

ul.what-list li.what-item .what-txt {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 90%;
}

/***KOCHI and SHIKOKU intro***/

.box-wrap {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto;
	padding: 50px 5%;
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}

.shikoku-top {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.shikoku-top .st-left {
	width: 50%;
}

.shikoku-top .st-left h4.sub-mds {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 140%;
	font-weight: bold;
	line-height: 180%;
}

.shikoku-top .st-right {
	width: 55%;
}

.shikoku-mid {
	width: 60%;
	margin: -200px 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.shikoku-mid .sm-img-l {
	width: 55%;
}

.shikoku-mid .sm-img-r {
	width: 40%;
}

.shikoku-bot {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-image: url("../img/index/shikoku_kochi.png");
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}

.shikoku-bot .sb-txt {
	width: 65%;
	font-size: 120%;
	line-height: 300%;
}


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

.shikoku-mid {
	margin: -10px 0 30px;
}

.shikoku-bot .sb-txt {
	width: 80%;
	font-size: 100%;
	line-height: 210%;
}


}
