@charset "utf-8";


/*******************************************************

　採用情報

*******************************************************/

/*-------------------------------------
　　見出し 
-------------------------------------*/

.content h1.pagetitle, .editor-styles-wrapper h1 {
  font-size: 36px;
  line-height: 180%;
  padding: 0px;
  margin: 50px 0px;
}
:where(.editor-styles-wrapper, .content) h2 {
  font-size: 24px;
  line-height: 140%;
  border-bottom: 1px solid #E60012;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 30px 0px;
}
:where(.editor-styles-wrapper, .content) h3 {
  font-size: 20px;
  line-height: 140%;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
:where(.editor-styles-wrapper, .content) h4 {
  font-size: 18px;
  line-height: 140%;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
:where(.editor-styles-wrapper, .content) h5 {
  font-size: 16px;
  line-height: 140%;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
:where(.editor-styles-wrapper, .content) h6 {
  font-size: 15px;
  line-height: 140%;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

/*-------------------------------------
　　アイコン
-------------------------------------*/

ul.point_icon {
	padding: 0px;
	margin: 0px 0px 40px 0px;
}
ul.point_icon li {
    display: inline-block;
	color: #E60012;
	font-weight: bold;
	border: 2px solid #E60012;
	line-height: 100%;
	padding: 5px 15px 5px 25px;
	border-radius: 30px;
	margin: 5px;
}
ul.point_icon li:before {
    content: "\f06a";
    font-family: FontAwesome;
	font-size: 16px;
	top: 0px;
	left: 5px;
}

.point_column {
    background: #F8F8F8;
	/* border: 1px solid #AAA; */
	padding: 40px 40px 0px 40px;
	margin-bottom: 40px !important;
}


/*******************************************************

　インタビュー

*******************************************************/

.interviewData {
    text-align: center;
}
.interviewData h1.pagetitle {
	padding: 0px !important;
	margin: 0px !important;
}
.interviewData .pic {
    margin-bottom: 30px;
}
.interviewData .pic img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
.interviewData .year {
    color: rgba(213,71,66,1.0);
	font-weight: bold;
	font-size: 20px;
}
.interviewData .text {
    width: 60%;
	margin: 0px auto 80px auto;
}


/*******************************************************

　お問合せフォーム

*******************************************************/

.formTable {
  border-collapse: collapse;
  border-spacing: 0px;
  border: none !important;
	margin-bottom: 30px;
	border-top: 1px solid #AAA !important;
}
.formTable th, .formTable td {
	border-bottom: 1px solid #AAA;
	padding: 15px;
	text-align: left;
	min-width: 240px;
}
.formTable th {
	background: #EEE;
}
.formTable th em, .formDecision em {
	color: #CC0000;
	margin: 0px 0px 0px 5px;
}
.formTable td label {
	margin: 0px 5px 0px 0px;
}
.formTable td span {
	margin: 5px 0px 0px 0px;
	display: block;
	color: #555;
	font-size: 13px;
	font-weight: bold;
}
.formTable td textarea {
	width: 100%;
	height: 200px;
}
.formTable td br {
  display: none;
}
.formTable td.radiofield br {
  display: block;
}
.formDecision {
	padding: 15px;
	background: #EEE;
	margin-bottom: 30px;
	border: 1px solid #AAA;
	font-weight: bold;
}
.formBtn {
	text-align: center;
	margin-bottom: 30px;
}
.formBtn button {
    background: #E60012;
    border: 1px solid #E60012;
	cursor: pointer;
    padding: 8px 20px;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}
.formBtn button:hover {
    background: #FFF;
    color: #E60012;
}

@media screen and ( max-width:980px ) {
.formTable {
  display: block;
}
.formTable th, .formTable td {
  display: block;
}
.formTable th {
  border: none;
}
.formTable td br {
  display: block;
}
}




/*******************************************************

　ギャラリー

*******************************************************/

.bwg-title2 {
    font-size: 14px !important;
    text-align: left !important;
    font-weight: normal !important;
	padding: 0px 5px 20px 5px !important;
}