@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */

/* ==

　01. モジュール

=============================================================================== */
#soh {
	display: block !important;
	opacity: 0;
}
/* メイン
------------------------------------------------------------------------------- */
#main .sohMain_front {
  margin: -215px 0 0 -480px;
}
#main .sohMain_logo {
	padding: 31px 0;
}
#main .sohMain_tit {
	margin-bottom: 25px;
}
#main .sohMain_img img {
	right: -70px;
}
/* プローフィール
------------------------------------------------------------------------------- */

#main .sohProfile_colW {
	padding-top: 0;
}
#main .sohProfile_bg {
	min-height: 500px;
}
.sohProfile_in {
	margin: 30px 0 0 40px;
}

#main .sohProfile_bg {
	min-height: 700px;
}
#main .sohProfile_front4 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1150px;
  height: 550px;
  margin: -270px 0 0 -650px;
}
#main .sohProfile_front4 .sohProfile_col {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#main .sohProfile_front4 .sohProfile_item {
	width: 600px;
	display: flex;
}
#main .sohProfile_front4 .sohProfile_item-colR {
	margin-left: -50px;
}
#main .sohProfile_front4 .sohProfile_img {
	width: 380px;
  position: relative;
  top: auto;
  left: auto;
}
#main .sohProfile_front4 .sohProfile_txt {
	width: 320px;
	overflow: visible;
	margin: 0 0 0 -30px;
}
#main .sohProfile_front4 .sohProfile_txt .sohProfile_txt_in-v1 {
	margin-top: 20px;
	margin-left: -70px;
}
#main .sohProfile_front4 .sohProfile_txt .sohProfile_name {
	margin: 15px 0;
}
#main .sohProfile_front4 .sohProfile_txt p {
	overflow: hidden;
}
@media only screen and (max-width: 1160px) {
	#main .sohProfile_front4 {
		margin: -270px 0 0 -510px;
		width: 980px;
	}
	#main .sohProfile_front4 .sohProfile_item-colR {
		margin-left: -100px;
	}
	#main .sohProfile_front4 .sohProfile_img {
		width: 280px;
	}
	#main .sohProfile_front4 .sohProfile_img img {
		width: 100%;
		height: auto;
	}
}

/* セクション
------------------------------------------------------------------------------- */
.sohColBlock01 .sohColBlock01_colN p {
  padding-top: 10px;
}
.soh_tit sup {
	font-size: 50%;
	vertical-align: 0.7em;
}
.soh_movieSection {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 100px;
}