@charset "UTF-8";


.cont_inner {
	max-width: 960px;
}


/* -----------------------------------------------------------
	greeting
----------------------------------------------------------- */
.greeting .pic {
	width: 220px;
	float: right;
}
.greeting .textbox {
	width: calc(100% - 280px);
	float: left;
	line-height: 2;
	text-align: justify;
    text-justify: inter-ideograph;
}
.greeting .name {
	margin-top: 12px;
	line-height: 1.6;
	text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {


}
@media screen and (max-width: 767px) {
.greeting .pic {
	width: 55%;
	max-width: 300px;
	float: none;
	margin: 0 auto 30px;
}
.greeting .name {
	font-size: 13px;
}
.greeting .textbox {
	width: 100%;
	float: none;
	line-height: 1.7;
	text-align: left;
    text-justify: none;
}
.greeting .textbox .name {
	margin-top: 30px;
}
}


/* -----------------------------------------------------------
	purpose
----------------------------------------------------------- */
.bg_cont {
	padding: 80px 0 1px;
}
.purpose {
	
}
@media screen and (min-width: 768px) and (max-width: 1200px) {


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

}

/* -----------------------------------------------------------
	member
----------------------------------------------------------- */
.member .list dt {
	float: left;
	margin-bottom: 0.4em;
}
.member .list dd {
	margin-left: 6em;
	margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {


}
@media screen and (max-width: 767px) {
.member .list dt {
	font-size: 13px;
}
.member .list dd {
	font-size: 13px;
	margin-left: 5em;
}
}

/* -----------------------------------------------------------
	constitution
----------------------------------------------------------- */
.constitution {
	margin-top: 80px;
}
.constitution .consti_box .consti_para {
	margin-top: 20px;
}
.constitution .consti_box .inbox {
	margin-left: 1.3em;
}
.constitution .consti_box .list_1 li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom: 0.5em;
}
.constitution .list_dl dt {
	float: left;
}
.constitution .list_dl dd {
	margin-left: 7em;
}
.constitution .consti_box {
  position: relative;
}
.constitution .consti_box label  {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100px; /*グラデーションで隠す高さ*/
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.constitution .consti_box input:checked + label {
	background: inherit; 
}
.constitution .consti_box label:after {
	line-height: 3rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 190px;
	content: '+　続きを読む';
	transform: translate(-50%, 0);
	border-radius: 20px;
	background-color: #d3d3d3;
}
.constitution .consti_box input {
  display: none;
}
.constitution .consti_box .text-wrapper {
	overflow: hidden;
	height: 200px;
	transition: all 0.5s;
}
.constitution .consti_box input:checked + label {
  display: none ;
}
.constitution .consti_box input:checked ~ .text-wrapper {
	height: auto;
	padding-bottom: 60px;
	transition: all 0.5s;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {


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

}

/* -----------------------------------------------------------
	office
----------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1200px) {


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

}



