@charset "utf-8";
/***************************************************

	special.css

	レイアウトスタイル定義

***************************************************/
/* 

------------------------------------------------------------ */
.specialWrapBox {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .specialWrapBox {
    overflow: hidden;
  }
}
.specialTtl01 {
  color: #666666;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: underline;
  margin: 0 0 15px 0;
}
.specialPicBox {
  float: left;
  width: 180px;
  margin: 0 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .specialPicBox {
    float: none;
    margin: 0 auto 10px auto;
  }
}
.specialCommentBox {
  overflow: hidden;
  _zoom: 1;
}
.specialCommentBox .txt01 {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}
.specialCommentBox .txt02 {
  font-size: 14px;
  font-weight: bold;
}
.specialTbl01 {
  margin: 0 0 0 40px;
}
.specialTbl01 th, .specialTbl01 td {
  padding: 5px 10px 5px 0;
}
@media screen and (max-width: 767px) {
  .specialTbl01 {
    width: 100%;
    margin: 0;
  }
  .specialTbl01 th, .specialTbl01 td {
    padding: 0 0 5px 0;
  }
}
.specialTbl01 img {
  vertical-align: middle;
  margin: 0 2px 0 0;
}
.specialTbl01 th img {
  width: 16px;
  height: auto;
}
.specialTbl01 td.price strong {
  color: #ff0000;
  font-weight: bold;
}
.specialTbl01 td.icon {
  padding-right: 0;
}
.specialTbl01 td.icon p {
  float: left;
}
@media screen and (max-width: 767px) {
  .specialTbl01 img {
    width: auto;
    height: auto;
  }
  .specialTbl01 th, .specialTbl01 td {
    display: block;
  }
  .specialTbl01 th {
    float: left;
    padding-right: 10px;
  }
  .specialTbl01 td.price, .specialTbl01 td.icon {
    clear: both;
  }
  .specialTbl01 td.icon {
    padding-bottom: 20px;
    overflow: hidden;
  }
  .specialTbl01 td.icon p {
    float: none;
  }
  .specialTbl01 td.icon p.iconList {
    margin-bottom: 5px;
  }
  .specialTbl01 td.icon .application {
    float: left;
    width: 48%;
  }
  .specialTbl01 td.icon .order {
    float: right;
    width: 48%;
  }
  .specialTbl01 td.icon .application img, .specialTbl01 td.icon .order img {
    display: none;
  }
  .specialTbl01 td.icon .application a, .specialTbl01 td.icon .order a {
    display: block;
    padding: 5px;
    border: 1px solid #bfbfbf;
    background: #e5e5e5 url(../img/common/sp_common_mark01.png) 98% center no-repeat;
    background-size: 8px 11px;
  }
  .specialTbl01 td.icon .application a::after, .specialTbl01 td.icon .order a::after {
    content: attr(data-label);
  }
}
.specialReportBox {
  clear: both;
  margin: 30px 0 100px 0;
}
.specialReportBox h3 {
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  background: #3D5C6F;
}
.specialReportBox .contBox {
  padding: 20px;
  background: #CED6D7 url(../img/special/special_bg01.png) 99% 10px no-repeat;
}
@media screen and (max-width: 767px) {
  .specialReportBox .contBox {
    background: #CED6D7;
  }
}
.specialReportBox .txt01 {
  font-size: 27px;
  font-weight: bold;
  width: 670px;
}
.specialReportBox .txt02 {
  font-size: 21px;
  font-weight: bold;
  width: 670px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .specialReportBox .txt01, .specialReportBox .txt02 {
    width: auto;
  }
}
.specialReportBox .profileBox {
  float: left;
  width: 370px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .specialReportBox .profileBox {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
}
.specialReportBox .profileBox .picBox {
  float: left;
  margin: 0 20px -100px 0;
}
@media screen and (max-width: 767px) {
  .specialReportBox .profileBox .picBox {
    margin: 0 10px 0 0;
  }
}
.specialReportBox .profileBox .nameBox {
  overflow: hidden;
  _zoom: 1;
}
.specialReportBox .profileBox .nameBox .name {
  font-size: 19px;
  font-weight: bold;
}
.specialReportBox .commentBox {
  font-size: 13px;
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 767px) {
  .specialReportBox .commentBox {
    clear: both;
  }
}
.specialInterviewBox {
  clear: both;
  margin: 0 0 30px 0;
}
.specialInterviewBox .picBox {
  float: right;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .specialInterviewBox .picBox {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
}
.specialInterviewBox .txtBox {
  float: left;
  width: 610px;
}
@media screen and (max-width: 767px) {
  .specialInterviewBox .txtBox {
    float: none;
    width: auto;
  }
}
.specialInterviewBox .txtBox p {
  font-size: 14px;
}
.specialInterviewBox .txtBox .ttl01 {
  color: #CF1225;
  font-size: 18px;
  font-weight: bold;
}
.specialInterviewBox .txtBox h4 {
  color: #3D5C6F;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 0 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.specialMark01 {
  color: #007260;
}
.specialAfterInterview {
  clear: both;
  font-size: 14px;
  margin: 0 20px 20px 20px;
  padding: 10px 30px;
  background: #E6E6E6;
}
.specialAfterInterview .clm01 {
  float: left;
  width: 400px;
}
.specialAfterInterview .clm02 {
  float: right;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .specialAfterInterview {
    margin: 0 0 20px 0;
    padding: 10px;
  }
  .specialAfterInterview .clm01, .specialAfterInterview .clm02 {
    float: none;
    width: auto;
  }
  .specialAfterInterview .clm02 {
    margin-top: 20px;
  }
}
.specialBtnPagetop {
  clear: both;
  text-align: right;
  margin: 20px 0 80px 0;
  padding: 0 60px;
  border-bottom: 1px solid #4D4D4D;
}
.specialBtnPagetop img {
  margin: 0 0 -18px 0;
}
@media screen and (max-width: 767px) {
  .specialBtnPagetop {
    display: none;
  }
}
.specialBox01 {
  clear: both;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .specialBox01 {
    margin-top: 30px;
  }
}
.specialBox01 .ttlBox {
  margin: 0 0 15px 0;
  border-bottom: 2px solid #469551;
}
.specialBox01 .ttlBox .txt01 {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px 0;
  padding: 1px 5px;
  background: #FF0000;
}
.specialBox01 .ttlBox h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}
.specialBox01 .specialTtl02 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.specialMark02 {
  color: #DCBD18;
}
.specialList01 {
  font-size: 14px;
  margin-left: 10px;
}
.specialList01 li {
  min-height: 25px;
  padding: 5px 0 0 30px;
  background: url(../img/special/special_mark01.png) 0 0 no-repeat;
}
.specialTtl04 {
  color: #E73828;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.specialTtl03 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 15px 0;
  padding: 1px 10px;
  border-bottom: 1px dotted #666666;
  border-left: 5px solid #666666;
  background: #F6F29B;
}
.specialEnviromentBox {
  clear: both;
  margin: 0 0 30px 0;
}
.specialEnviromentBox th, .specialEnviromentBox td {
  vertical-align: top;
}
.specialEnviromentBox th {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  width: 1em;
  padding: 10px 5px;
  background: #666666;
}
.specialEnviromentBox td {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .specialEnviromentBox tr, .specialEnviromentBox th, .specialEnviromentBox td {
    display: block;
  }
  .specialEnviromentBox th {
    color: inherit;
    width: auto;
    padding: 0;
    background: none;
  }
}
.specialIntroBox {
  clear: both;
  margin: 30px 0 100px 0;
}
.specialIntroBox h3 {
  color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  background: #3D5C6F;
}
.specialIntroBox .contBox {
  padding: 20px;
  background: #CED6D7;
}
.specialIntroBox .txt01 {
  font-size: 27px;
  font-weight: bold;
}
.specialIntroBox .txt02 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.specialIntroBox .picBox {
  float: left;
  margin: 0 0 -100px 20px;
}
.specialIntroBox .txtBox01 {
  float: left;
  font-size: 13px;
  width: 350px;
  margin: 0 0 0 20px;
}
.specialIntroBox .txtBox02 {
  float: left;
  font-size: 13px;
  width: 630px;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .specialIntroBox .picBox {
    float: none;
    margin: 0 0 10px 0;
  }
  .specialIntroBox .txtBox01, .specialIntroBox .txtBox02 {
    float: none;
    width: auto;
    margin: 0 0 0 0;
  }
}
.specialFunctionBox {
  clear: both;
  font-size: 14px;
  margin: 30px 0 100px 0;
}
.specialFunctionBox h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
  padding: 10px;
  background: #FF0000;
}
.specialFunctionBox h3 a {
  color: #ffffff;
}
.specialFunctionBox .ttl01 {
  color: #3D5C6F;
  font-size: 16px;
  font-weight: bold;
}
.specialFunctionBox .clm01 {
  float: left;
  width: 460px;
}
@media screen and (max-width: 767px) {
  .specialFunctionBox .clm01 {
    float: none;
    width: auto;
  }
}
.specialFunctionBox .txt01 {
  margin: 0 0 5px 0;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.specialFunctionBox .txt01 .num {
  color: #B41C22;
}
.specialFunctionBox .clm02 {
  float: right;
  width: 432px;
}
@media screen and (max-width: 767px) {
  .specialFunctionBox .clm02 {
    float: none;
    width: auto;
  }
}
.specialFunctionBox .clm02 .box01 {
  padding: 20px;
  background: #E6E6E6;
}
.specialFunctionBox .box02 {
  clear: both;
  width: 838px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #469551;
}
@media screen and (max-width: 767px) {
  .specialFunctionBox .box02 {
    width: auto;
    margin: 0 auto;
  }
}
.specialFunctionBox .box02 .picBox {
  float: left;
  width: 198px;
}
@media screen and (max-width: 767px) {
  .specialFunctionBox .box02 .picBox {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}
.specialFunctionBox .box02 .txtBox {
  float: right;
  width: 600px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .specialFunctionBox .box02 .txtBox {
    float: none;
    width: auto;
  }
}
.specialFunctionBox .box02 .txtBox h4 {
  font-size: 16px;
  font-weight: bold;
}
.specialFunctionBox .box02 .txtBox h4 span {
  color: #DCBD18;
}


/* 2507
-------------------------------------------------------------------*/
.special2507Box01 {
	clear: both;
	margin: 30px 0 30px 0;
}
.special2507Box01 h3 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px;
	background: #3D5C6F;
}
.special2507Box01 .contBox {
	padding: 15px;
	background: #CED6D7;
}
@media screen and (max-width: 767px) {
	.special2507Box01 .contBox {
		padding: 10px;
	}
}
.special2507Box01 .contBox .txtBox {
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.special2507Box01 .contBox .txtBox {
		overflow: inherit;
	}
}
.special2507Box01 .contBox .txt01 {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.4;
}
.special2507Box01 .contBox .txt02 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	margin: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
	.special2507Box01 .contBox .txt01 {
		font-size: 18px;
	}
}
.special2507Box02 {
	clear: both;
	margin: 30px 0;
}
.special2507Box02 .txt01 {
	text-align: center;
}
.special2507Box02 .txt02 {
	text-align: center;
	margin: 20px 0;
}
.special2507Box02 .ttl02 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin: 2em 0 0.5em 0;
	padding: 0 0 0 1.5em;
	position: relative;
}
.special2507Box02 .ttl02::before {
	content: "●";
	color: #437BB0;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.special2507Box02 .ttl02 {
		font-size: 18px;
	}
}
.special2507Box02 .clmWrapper01 {
	margin: 15px 0;
	display: flex;
	gap: 2%;
}
.special2507Box02 .clmWrapper01 .clm {
	width: 49%;
}
.special2507Box02 .txt03 {
	font-size: 16px;
	line-height: 1.8;
	margin: 1.5em 0;
}
.special2507Box02 .txt03 strong {
	color: #d11936;
	font-size: 18px;
	font-weight: bold;
}
.special2507Box02 .imgBox01 {
	text-align: center;
}
.special2507Box02 .box01 {
	margin: 80px 0;
	padding: 40px;
	background: #f7dcd4;
	display: flex;
	align-items: center;
	gap: 40px;
}
.special2507Box02 .box01 .ttl {
	flex-shrink: 0;
	width: 185px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background: #d11936;
}
.special2507Box02 .box01 .descBox {
}
.special2507Box02 .box01 .descBox .list01 {
	color: #1d6292;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.special2507Box02 .box01 .descBox .list01 li {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 0 0 1.5em;
	position: relative;
}
.special2507Box02 .box01 .descBox .list01 li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
.special2507Box02 .box01 .descBox .list01 li + li {
	margin-top: 0.5em;
}
.special2507Box02 .box01 .descBox .list01 li .sub {
	font-size: 0.8em;
}
@media screen and (max-width: 767px) {
	.special2507Box02 .box01 {
		flex-direction: column;
	}
	.special2507Box02 .box01 .ttl {
		width: 120px;
		font-size: 20px;
	}
	.special2507Box02 .box01 .descBox .list01 li {
		font-size: 18px;
	}
}
.special2507Box02 .btn01 {
	margin: 80px 0;
	text-align: center;
}
.special2507Box02 .btn01 a {
	display: block;
	box-sizing: border-box;
	max-width: 800px;
	margin: 0 auto;
	padding: 0.8em;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	background: #d11936;
	border-radius: 100px;
}
.special2507Box02 .btn01 a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.special2507Box02 .btn01 a {
		font-size: 20px;
	}
}


