@charset "utf-8";
/*--------------------------------------------------------------------------------------------------

   page
			  - index
					- news
					- company
					- recruit
					- interview
					- product
					- contact
					- requirements
					- entry

--------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#topslide {
	width: 100%;
	height: 395px;
	margin-top: 80px;
}
#topslide .image {
	position : absolute;
	width: 100%;
	height: 555px;
	background: url(../image/topslide-02.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
	opacity: 0;
	left: 0;
	top: 80px;
}
#topslide .text {
	width: 1080px;
	margin: 245px auto 0;
	background-color: transparent;
}
#topslide .text1 p {
	display: inline-block;
	font-weight: 600;
	font-size: 54px;
	background-color: #006cbd;
	color: #FFF;
	line-height: 1;
	margin-bottom: 26px;
	opacity: 0;
}
 _:-ms-input-placeholder, :root #topslide .text1 p {
 padding: 16px 10px 0;
}
#topslide .text2 p {
	display: inline-block;
	font-weight: 600;
	font-size: 54px;
	background-color: #006cbd;
	color: #FFF;
	line-height: 1;
	margin-bottom: 48px;
	opacity: 0;
}
 _:-ms-input-placeholder, :root #topslide .text2 p {
 padding: 16px 10px 0;
}
#topslide .texteng1 p {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	font-size: 30px;
	background-color: #006cbd;
	color: #FFF;
	line-height: 1;
	margin-bottom: 11px;
}
 _:-ms-input-placeholder, :root #topslide .texteng1 p {
 padding: 0 10px;
}
#topslide .texteng2 p {
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	font-size: 30px;
	background-color: #006cbd;
	color: #FFF;
	line-height: 1;
}
 _:-ms-input-placeholder, :root #topslide .texteng2 p {
 padding: 0 10px;
}
.topfade1 {
	animation-name: topfade-in1;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 0.4s;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
 @keyframes topfade-in1 {
 0% {
opacity: 0;
transform: translate3d(-30px, 0, 0);
}
 100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.topfade2 {
	animation-name: topfade-in2;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
 @keyframes topfade-in2 {
 0% {
opacity: 0;
transform: translate3d(-30px, 0, 0);
}
 100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
.topfade3 {
	animation-name: topfade-in3;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
 @keyframes topfade-in3 {
 0% {
opacity: 0;
transform: translate3d(30px, 0, 0);
}
 100% {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
#topAbout {
	display: table;
	width: 100%;
	margin: -5px 0 0;
	background-color: #006cbd;
	overflow: hidden;
}
#topAbout .text {
	width: 50%;
	display: table-cell;
	text-align: right;
	color: #FFF;
	padding: 116px 0;
}
#topAbout .text div {
	width: 580px;
	max-width: 580px;
	margin: 0 0 0 auto;
	text-align: left;
}
#topAbout .text div h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	font-size: 60px;
	margin: 0 0 32px;
}
#topAbout .text div h2 .sub {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 26px;
	display: block;
	line-height: 1;
	margin-top: -12px;
}
#topAbout .text div p.lead {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 22px;
}
#topAbout .text div p.cont {
	margin: 0 0 28px;
}
#topAbout .image {
	width: 50%;
	display: table-cell;
	background: url(../image/top_about-01.jpg) no-repeat center center;
	background-size: cover;
}
#topProduct {
	padding: 86px 0 120px;
	background-color: #DEEDF4;
}
#topProduct .cont {
	width: 960px;
	margin: 0 auto;
}
#topProduct h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	font-size: 60px;
	margin: 0 0 52px;
	text-align: center;
}
#topProduct h2 .sub {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 26px;
	display: block;
	line-height: 1;
	margin-top: -12px;
	color: #006cbd;
}
#topProduct ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topProduct ul li {
	position: relative;
	margin: 0 0 41px;
	padding: 0;
	width: 470px;
	float: left;
}
#topProduct ul li a {
	color: #282828;
	opacity: 1;
}
#topProduct ul li a:hover img {
	opacity: 0.7;
}
#topProduct ul li:nth-child(2n-1) {
	margin-right: 20px;
}
#topProduct ul li h3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 440px;
	height: 75px;
	background: url(../image/top_product-02.png) no-repeat 0 0;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 65px;
	color: #FFF;
	/*letter-spacing: 2px;*/
}
#topProduct ul li dl {
	margin: 11px 0 0 10px;
	padding: 0 0 10px 0;
	background: url(../image/top_product-03.png) no-repeat 0 0;
}
#topProduct ul li dl dd {
	background-color: #FFF;
	margin: 0 10px 0 0;
	padding: 24px 24px 22px;
}
#topProduct ul li dl dd p{
margin: 0 !important;
}

#topNews {
	background-color: #F6F6F6;
}
#topNews .cont {
	width: 1080px;
	margin: 0 auto;
	padding: 84px 0 120px;
}
#topNews .cont .newsBox {
	width: 500px;
	float: left;
}
#topNews .cont .newsBox h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	font-size: 60px;
	margin: 0 0 46px;
}
#topNews .cont .newsBox h2 .sub {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 26px;
	display: block;
	line-height: 1;
	margin-top: -12px;
	color: #006cbd;
}
#topNews .cont .newsBox ul {
	margin: 0 0 50px;
	padding: 40px 30px 10px;
	list-style: none;
	background-color: #FFF;
}
#topNews .cont .newsBox ul li {
	margin: 0 0 32px;
	padding: 0;
}
#topNews .cont .newsBox ul li dt {
	font-weight: 600;
	color: #006cbd;
	margin-bottom: 10px;
}
#topNews .cont .newsBox ul li dt span {
	display: inline-block;
	margin-right: 12px;
	padding: 0 24px;
	color: #FFF;
	background-color: #006cbd;
	border-radius: 36px;
}
 _:-ms-input-placeholder, :root #topNews .cont .newsBox ul li dt span {
 padding-top: 5px;
}
#topNews .cont .newsBox ul li dd a {
	color: #282828;
}
#topNews .cont .newsBox ul li dd a:hover {
	text-decoration: underline;
	opacity: 1;
	color: #006cbd;
}
#topNews .cont .newsBox p {
	margin: 0 0 30px;
	padding: 30px;
	background-color: #FFF;
}

#topNews .cont .companyBox {
	width: 500px;
	height: 557px;
	float: right;
	position: relative;
	padding: 36px 0 0;
}
#topNews .cont .companyBox a:hover {
	opacity: 1;
}
#topNews .cont .companyBox a:hover .bg {
	opacity: 0.7;
}
#topNews .cont .companyBox .bg {
	position: absolute;
	width: 500px;
	height: 557px;
	z-index: 1;
}
#topNews .cont .companyBox .text {
	position: absolute;
	width: 500px;
	height: 557px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	text-align: center;
	color: #FFF;
}
#topNews .cont .companyBox .text h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	font-size: 60px;
	margin: 0 0 46px;
}
#topNews .cont .companyBox .text h2 .sub {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 26px;
	display: block;
	line-height: 1;
	margin-top: -9px;
}
 _:-ms-input-placeholder, :root #topNews .cont .companyBox .text h2 .sub {
 margin-top: 0;
}
#topRecruit {
	position: relative;
	background: url(../image/top_recruit-01.jpg) no-repeat center center;
	background-size: cover;
}
#topRecruit .cont {
	width: 1080px;
	margin: 0 auto;
	padding: 120px 0;
}
#topRecruit .cont .text {
	width: 550px;
	padding: 30px 60px 60px;
	background-color: rgba(210, 30, 0, 0.9);
	color: #FFF;
}
#topRecruit .cont .text h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	font-size: 60px;
	margin: 0 0 31px;
}
#topRecruit .cont .text h2 .sub {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 26px;
	display: block;
	line-height: 1;
	margin-top: -12px;
}
#topRecruit .cont .text p {
	margin: 0 0 28px;
}
#topRecruit .cont .text .lead {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 27px;
	letter-spacing: -1px;
}
#topRecruit .cont .image {
	position: absolute;
	bottom: 0;
	left: 50%;
}
/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
#secondTitle.news {
	background: url(../image/news_title.jpg) no-repeat center bottom;
}
#second.news {
	padding: 120px 0;
	background-color: #F6F6F6;
}
#second.news .contLeft {
	width: 710px;
	float: left;
}
#second.news .contRight {
	width: 310px;
	float: right;
}
#second.news .contLeft .newsList {
	margin: 0 0 40px;
	padding: 40px 30px 10px;
	list-style: none;
	background-color: #FFF;
}
#second.news .contLeft .newsListno {
	margin: 0 0 40px;
	padding: 40px 30px;
	list-style: none;
	background-color: #FFF;
}

#second.news .contLeft .newsList li {
	margin: 0 0 32px;
	padding: 0;
}
#second.news .contLeft .newsList li dt {
	font-weight: 600;
	color: #006cbd;
	margin-bottom: 10px;
}
#second.news .contLeft .newsList li dt span {
	display: inline-block;
	margin-right: 12px;
	padding: 0 24px;
	color: #FFF;
	background-color: #006cbd;
	border-radius: 36px;
}
 _:-ms-input-placeholder, :root #second.news .contLeft .newsList li dt span {
 padding-top: 5px;
}
#second.news .contLeft .newsList li dd a {
	color: #282828;
}
#second.news .contLeft .newsList li dd a:hover {
	text-decoration: underline;
	opacity: 1;
	color: #006cbd;
}
.pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 0;
}
.pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}
.pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}
.pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pager_wrap ul.pager li {
	display: inline;
	min-width: 50px;
	margin: 0 10px !important;
	padding: 0;
	text-align: center;
	font-weight: 600;
}
.pager_wrap ul.pager li a {
	display: block;
		background-color: #006cbd;
line-height: 50px;
	border-radius: 50px;
	color: #FFF;
}
.pager_wrap ul.pager li a:hover, .pager_wrap ul.pager li a:active {
	background-color: #FFF;
	color: #006cbd;
	opacity: 1;
	border-radius: 50px;
}
.pager_wrap ul.pager li.active {
	background-color: #FFF;
	display: block;
	line-height: 50px;
	color: #006cbd;
	border-radius: 50px;
}
.pager_wrap ul.pager li.active a:link, .pager_wrap ul.pager li.active a:visited, .pager_wrap ul.pager li.active a:hover, .pager_wrap ul.pager li.active a:active {
	color: #006cbd !important;
}
#second.news .contRight p.cat {
	width: 310px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	background: url(../image/news-01.png) no-repeat 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	font-size: 24px;
	font-weight: 600;
	margin: 0 auto !important;
}
#second.news .contRight ul {
	margin: 0 0 40px;
	padding: 20px 40px 24px;
	list-style: none;
	background-color: #deedf4;
}
#second.news .contRight ul li {
	margin: 0;
	padding: 0;
}
#second.news .contRight ul li {
	margin: 0 0 4px;
}
#second.news .contRight ul li a {
	color: #282828;
	font-size: 15px;
	font-weight: 600;
}
.select-wrap {
	position: relative;
	padding: 24px;
	background-color: #deedf4;
}
.select-wrap:before {
	z-index: 1;
	position: absolute;
	right: 37px;
	top: 24px;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	line-height: 51px;
	color: #282828;
	pointer-events: none;
}

.select-wrap select,
.newSelectWrap select,
.carSelectWrap select {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	outline: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: #FFF transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 51px;
	padding: 10px 12px;
	border: none;
	color: #282828;
	width: 100%;
	border-radius: 3px;
}
.select-wrap select option,
.newSelectWrap select option,
.carSelectWrap select option {
	background-color: #fff;
	color: #282828;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
}

.select-wrap select::-ms-expand {
 display: none;
}
.select-wrap select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before {
	color: #fff;
}
.select-wrap.select-primary > select {
	background: #0084B4;
	color: #fff;
	border-color: #0084B4;
}
.select-wrap.select-primary > select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #fff;
}
.select-wrap.select-inverse:before {
	color: #fff;
}
.select-wrap.select-inverse > select {
	color: #fff;
	border-color: #fff;
}
.select-wrap.select-inverse > select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #fff;
}

.newsDetail {
	margin: 0 0 42px;
	padding: 40px 40px 20px;
	background-color: #FFF;
}

.newsDetail p.category {
	margin: 0 !important;
	display: inline-block;
	color: #FFF;
	background-color: #006cbd;
	border-radius: 36px;
	line-height: 1;
	padding: 8px 30px 6px;
	font-size: 16px;
	font-weight: 600;
}

 _:-ms-input-placeholder, :root .newsDetail p.category {
	padding: 12px 30px 6px;
}


.newsDetail p.day {
	margin: 10px 0 5px !important;
	color: #006cbd;
	font-size: 20px;
	font-weight: 600;
}

.newsDetail h2 {
	margin: 0 0 20px;
	font-size: 22px!important;
	font-weight: 800!important;
	line-height: 1.2;
	font-style: normal !important;
	text-align: left !important;
}

.box-link {
	width: 660px;
	margin: 0 auto;
}

.box-link div {
	float: left;
}

.box-link .nobtnl,
.box-link .nobtnr {
	position: relative;
	width: 212px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	background-color: #006cbd;
	border-radius: 36px;
	font-weight: 600;
	text-align: center;
	margin: 0 4px;
	font-size: 16px;
}

.box-link .nobtnl::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255, 1);
	position: absolute;
	left: 7%;
}

.box-link .nobtnr::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255, 1);
	position: absolute;
	right: 7%;
}

button.btn-news {
  background: none;
  border: 1px solid #006cbd;
  border-radius: 50px;
  color: #FFF;
		background-color: #006cbd;
  display: block;
  font-weight: bold;
  padding: 0;
  position: relative;
  text-transform: uppercase;
		cursor: pointer;
		z-index: 10;
		width: 212px;
		height: 50px;
		line-height: 50px;
		margin: 0 4px;
		font-size: 16px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

button.btn-news::before,
button.btn-news::after {
		background-color: #F6F6F6;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50px;
}

button.btn-news:hover {
  color: #006cbd;
  border-radius: 50px;
}

.btn-news::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-news:hover::after {
  width: 100%;
}

.btn-news .btnarrow::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255, 1);
	position: absolute;
	left: 7%;
}

button.btn-newsl {
  background: none;
  border: 1px solid #006cbd;
  border-radius: 50px;
  color: #FFF;
		background-color: #006cbd;
  display: inline-block;
  font-weight: bold;
  padding: 0;
  position: relative;
  text-transform: uppercase;
		cursor: pointer;
		z-index: 10;
		width: 212px;
		height: 50px;
		line-height: 50px;
		margin: 0 4px;
		font-size: 16px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

button.btn-newsl::before,
button.btn-newsl::after {
		background-color: #F6F6F6;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50px;
}

button.btn-newsl:hover {
  color: #006cbd;
  border-radius: 50px;
}

.btn-newsl::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-newsl:hover::after {
  width: 100%;
}

.btn-newsl .btnarrow::before {
	content: '\f053';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255, 1);
	position: absolute;
	left: 7%;
}


.btn-news:hover .btnarrow::before{
	color: rgba(0,108,189,1) !important;
}

.btn-newsl:hover .btnarrow::before{
	color: rgba(0,108,189,1) !important;
}
.btn-newsr:hover .btnarrow::before{
	color: rgba(0,108,189,1) !important;
}

button.btn-newsr {
  background: none;
  border: 1px solid #006cbd;
  border-radius: 50px;
  color: #FFF;
		background-color: #006cbd;
  display: inline-block;
  font-weight: bold;
  padding: 0;
  position: relative;
  text-transform: uppercase;
		cursor: pointer;
		z-index: 10;
		width: 212px;
		height: 50px;
		line-height: 50px;
		margin: 0 4px;
		font-size: 16px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

button.btn-newsr::before,
button.btn-newsr::after {
		background-color: #F6F6F6;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50px;
}

button.btn-newsr:hover {
  color: #006cbd;
  border-radius: 50px;
}

.btn-newsr::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-newsr:hover::after {
  width: 100%;
}

.btn-newsr .btnarrow::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255, 1);
	position: absolute;
	right: 7%;
}

.btn-newsr:hover .btnarrow::before {
	color: rgba(0,108,189,1);
}

 _:-ms-input-placeholder, :root .box-link .nobtnl {
 padding: 4px 0 0;
}

 _:-ms-input-placeholder, :root .box-link .nobtnl::before,
 _:-ms-input-placeholder, :root .box-link .nobtnr::before {
 top: 0;
}

 _:-ms-input-placeholder, :root .box-link .nobtnr {
 padding: 4px 0 0;
}

#second h2.archiveH2 {
	margin: 0 0 20px;
	font-size: 20px;
	text-align: left;
	font-style: normal
}

/*------------------------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------------------------*/
#second li,
#second ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#secondTitle.company {
  background: url(../image/company_title.jpg) no-repeat center bottom;
}

#second h2 {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 66px;
  font-style: italic;
  color: #282828;
  font-weight: 700;
  text-align: center;
}

#second h2 .sub {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  display: block;
  line-height: 1;
  color: #006cbd;
  margin-top: -10px;
}

#second #companyGreeting {
  padding: 203px 0 120px 0;
  background-color: #DEEDF4;
  position: relative;
}

#second #companyGreeting .cont {
  background-color: #fff;
  padding: 85px 90px 80px 85px;
}

#second #companyGreeting h2 {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

#second #companyGreeting h2 span {
	margin-top: -12px;
}

#second #companyGreeting h3 u {
  text-decoration: none;
  box-shadow: inset 0 -5px 0 white, inset 0 -18px 0 #f11e00;
}

#second #companyGreeting h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

#second #companyGreeting p {
  line-height: 24px;
  margin-bottom: 30px;
}

#second #companyGreeting p:last-of-type {
  margin-bottom: 10px;
}

#second #companyGreeting .author {
  float: right;
}

#second #companyGreeting .author span {
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
  margin-right: 30px;
		font-weight: bold;
}

#second #companyStrength {
  background-color: #0080e0;
  padding: 120px 0;
  color: #fff;
}

#second #companyStrength h2 {
  margin-bottom: 35px;
  color: white!important;
}

#second #companyStrength h2 span {
  color: white!important;
		margin-top: 5px !important;
}

#second #companyStrength ul {
  width: 540px;
  float: left;
  border-right: 1px solid #fff;
}

#second #companyStrength li {
  padding: 0 20px 0 70px;
}

#second #companyStrength li p {
  margin-bottom: 0;
}

#second #companyStrength li:nth-child(2n+1) {
  border-bottom: 1px solid #fff;
}

#second #companyStrength ul:last-child {
  border-right: none;
}

#second #companyStrength li p {
  height: 100px;
}

#second #companyStrength li h3 {
  position: relative;
  font-weight: 600;
  left: -15px;
}

#second #companyStrength li .number {
  font-size: 90px;
  font-style: italic;
  position: relative;
  left: 15px;
  bottom: -10px;
		font-family: 'Noto Sans JP', sans-serif !important;
}

#second #companyStrength li .text {
  font-size: 34px;
  background: #025da1;
  padding-left: 30px;
}

#second #handling {
  padding: 150px 0 120px 0;
  background-color: #eee;
}

#second #handling {
  position: relative;
}

#second #handling .cont {
  padding: 105px 30px 55px 105px;
  background: #fff;
  border: 10px solid #006cbd;
  border-top: none;
}

#second #handling h2 {
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

#second #handling h2 span {
}

#second #handling  h2,
#second #handling  .cont {
  width: 1250px;
  max-width: 100%;
}

#second #handling h2::before {
  left: 0;
}

#second #handling  h2::after {
  right: 0;
}

#second #handling  h2::before,
#second #handling  h2::after {
  position: absolute;
  top: 70px;
  content: "";
  width: 230px;
  height: 10px;
  background:  #006cbd;
}

#second #handling .cont li {
  font-size: 18px;
  color: #006cbd;
  font-weight: bold;
  line-height: 32px;

}

#second #handling .cont ul {
  width: 270px;
  float: left;
}

#second #history {
  padding: 145px 0 120px 0;
  background: #d9e9f5;
}

#second #history .box-outline,
#second #history .box-history {
  position: relative;
}

#second #history .cont {
  background-color: #fff; 
}

#second #history h2 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

#second #history h2 span {
	margin-top: -6px;
}


#second #history  h2 {
  top: -75px;
}

#second #history .box-outline .cont {
  padding: 90px 70px 70px 70px;
  align-items: center;
  -ms-align-items: center;
}

#second #history .box-outline .cont dl {
  margin-left: 30px;
  width: 400px;
}

#second #history .box-outline .cont dt,
#second #history .box-outline .cont dd {
  display: inline-block;
  vertical-align: top;
}

#second #history .box-outline .cont dd {
  width: 270px;
}

#second #history .box-outline .cont dt {
  width: 70px;
  margin-right: 20px;
  font-weight: bold;
}

#second #history .box-history {
  margin-top: 85px;
}

#second #history .box-history .cont {
  padding: 95px 90px 55px 90px;
  justify-content: space-between;
  -ms-justify-content: space-between;
}

#second #history .box-history table {
	width: 100%;
}

#second #history .box-history table td {
	width: 50%;
	vertical-align: top;
}

#second #history .box-history table td table {
	width: 96%;
	line-height: 1.8;
}

#second #history .box-history table td table.right {
	width: 94%;
	margin: 0 0 0 auto;
	line-height: 1.8;
}

#second #history .box-history table td table th {
	width: 90px;
	vertical-align: top;
	text-align: left;
}

#second #history .box-history table td table td {
	width: auto;
}

#second #access {
  padding: 90px 0 120px;
  background-color: #0080e0;
  color: #fff;
}

#second #access h2,
#second #access h2 .sub {
  color: #fff;
}

#second #access h2 .sub {
	margin-top: -10px;
}

#second #access li {
  padding: 40px 0;
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  -ms-justify-content: space-between;
}

#second #access li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#second #access li .map {
  width: 650px;
  height: 380px;
}

#second #access li .info {
  width: 400px;
  line-height: 24px;
}

#second #access li .info h3 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 5px;
}

#second #access li .info address {
  font-style: normal;
} 

#second #companyStrength li:last-child {
  border-bottom: none;
}

#topProduct.secProduct {
	padding: 86px 0 120px;
	background-color: #EEE;
}

/*------------------------------------------------------------------------------------------------
  recruit
--------------------------------------------------------------------------------------------------*/
#secondTitle.recruit {
  background: url(../image/recruit_title.jpg) no-repeat center bottom;
}

#second #recruitMessages {
  padding: 195px 0 80px 0;
  display: block;
  position: relative;
  height: 875px;
		overflow: hidden;
}

#second #recruitMessages h2 {
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 1;
}

#second #recruitMessages .box {
  position: relative;
}

#second #recruitMessages .cont {
  position: relative;
}

#second #recruitMessages .info {
  position: absolute;
  left: -85px;
  top: 0;
  width: 750px;
  padding: 70px 70px 30px 85px;
  background-color: #0080e0;
  color: #fff;
}
#second #recruitMessages .info h3 {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 30px;
  font-weight: bold;
}

#second #recruitMessages .info h3 u {
  text-decoration: none;
  box-shadow: inset 0 -5px 0 transparent, inset 0 -18px 0 #0061aa;
}

#second #recruitMessages .photo {
  position: absolute;
  top: 280px;
  left: 56%;
		overflow: hidden;
}

#second #recruitMessages .photo img {
}

#second #recruitMessages .info .text-right {
  font-size: 20px;
  text-align: right;
  font-weight: 600;
}

#second #recruitInterview {
  padding: 145px 0 130px 0;
  position: relative;
}

#second #recruitInterview .box {
  width: 1500px;
  max-width: 100%;
  background: url(../image/bg-recruit-interview.jpg) repeat-x top left;
  margin: 0 auto;
  padding-top: 90px;
  text-align: center;
}

#second #recruitInterview .cont img {
  margin-left: 60px;
}

#second #recruitInterview h2 {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

#second #recruitWelfare {
  padding: 90px 0 120px 0;
  background: url(../image/bg-welfare-recruit.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}

#second #recruitWelfare p.al-center {
  padding: 0 35px;
}

#second #recruitWelfare .title {
  font-size: 40px;
  font-weight: 600;
  background: #006cbd;
  margin-bottom: 15px;
  display: inline-block;
  color: #fff;
  margin-top: 40px;
  line-height: 1.2;
}

#second #recruitWelfare ul {
  margin-top: 40px;
  justify-content: space-between;
  -ms-justify-content: space-between;
}

#second #recruitWelfare li {
  width: 200px;
  background: #fff;
  padding: 25px 12px;
  position: relative;
  text-align: center;
}

#second #recruitWelfare li h3 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  background: url(../image/bg3-h3-welfare-recruit.png) repeat-x right top;
  position: absolute;
  left: -10px;
  top: -20px;
  padding: 0 0 0 10px;
}

#second #recruitWelfare li h3::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -8px;
  left: 0;
  border-top: 10px solid #77acd3;
  border-left: 10px solid transparent;
}

#second #recruitWelfare li h3::after {
  content: url(../image/bg2-h3-welfare-recruit.png);
  position: absolute;
  width: 22px;
  height: 40px;
  top: 0px;
  right: -22px;
}

#second #recruitWelfare li .photo {
  align-items: flex-end;
  justify-content: center;
  -ms-align-items: flex-end;
  -ms-justify-content: center;
  height: 100px;
  padding-bottom: 12px;
}

#second #recruitWelfare li p {
  padding: 13px 0 0 0;
  margin-bottom: 0;
  border-top: 1px solid #0061aa;
}

#second #recruitSate {
  padding: 145px 0 120px 0;
  background: #aaa;
  position: relative;
}

#second #recruitSate h2 {
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

#second #recruitSate .cont {
	width: 100%;
}

#second #recruitSate .cont ul {
	max-width: 1500px;
	margin: 0 auto;
  padding: 135px 0 30px 13px;
  background: #0080e0;
  /*justify-content: space-between;
  -ms-justify-content: space-between;*/
}

#second #recruitSate .cont ul li {
	width: 24%;
	margin-right: 1%;
	float: left;
	text-align: center;
}

#second #recruitSate .cont ul li:nth-child(4) {
	margin-right: 0;
}

#second #recruitSate .cont ul li img {
	max-width: 100%;
	height: auto;
}

#second #recruitSate .cont li:nth-child(2n+1) {
  margin-top: 97px;
}

#second #interviewEntryRed {
  background: #f11e00;
}

#second #interviewEntryRed h2 {
  color: #f11e00!important;
  margin-bottom: 35px;
}

#second .interviewEntry .cont li.box-red {
  border: 5px solid #f11e00;
}

#second .interviewEntry .cont li.box-red a {
  background: url(../image/recruit_icon-next-entry-red.png) no-repeat 96% 38px;
  color: #f11e00;
  display: block;
  height: 100%;
}

#second .interviewEntry .cont li.box-red h3 {
  background: url(../image/recruit-h3-entry-red.png) no-repeat;
}


/*------------------------------------------------------------------------------------------------
  interview
--------------------------------------------------------------------------------------------------*/
 
 .font-blue {
   color: #006cbd;
			font-weight: 600;
 }
 
 .font-green {
   color: #018d88;
 }
 
 .font-orange {
   color: #e4492a;
 }
 
 .font-red {
   color: #e13247;
 }
 
 .bg-blue {
   background: #006cbd;
 }
 
 .bg-green {
   background: #018d88;
 }
 
 .bg-orange {
   background: #e4492a;
 }
 
 .bg-red {
   background: #e13247;
 }
 
 #secondTitle.interview {
   background: url(../image/interview_title.jpg) no-repeat center bottom;
 }
 
 #second #interviewTop {
   padding: 90px 0 120px 0;
   background-color: #deedf4;
 }
 
 #second #interviewTop ul {
   justify-content: space-between;
   -ms-justify-content: space-between;
   padding-top: 30px;
   margin-top: 60px;
 }
 
 #second #interviewTop li {
   width: 230px;
   position: relative;
 }

 #second #interviewTop li:hover {
		opacity: 0.7;
	}
	
	#second #interviewTop li a:hover {
		opacity: 1;
	}

 #second #interviewTop li h3 {
   position: absolute;
   left: -10px;
   top: -30px;
   width: 223px;
   height: 75px;
   padding-left: 15px;
   padding-top: 9px;
   color: #fff;
			z-index:10;
 }
 
 #second #interviewTop li h3 .type,
 #second .interviewStaff .intro .info .type {
   padding: 4px 13px 3px;
   line-height: 20px;
   background: #fff;
   font-weight: 600;
 }
 
 #second .interviewStaff .intro .info .type {
   padding: 2px 20px 0;
   line-height: 25px;
   font-size: 16px;
 }
 
 #second #interviewTop li .name,
 #second .interviewStaff .intro .info .name {
   font-size: 20px;
   font-weight: 600;
   margin-right: 10px;
   line-height: 1.6;
 }
 
 #second .interviewStaff .intro .info .name {
   font-size: 24px;
 }
	

 #second #interviewTop li .btn-1 {
   width: 210px;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 15px;
   text-align: center;
   margin: 0 auto;
 }
 
 #second .interviewStaff {
  padding: 205px 0 120px 0;
 }
 
 #second #interviewTop li.box-staff1 h3 {
   background: url(../image/interview_bg1-title-top.png) no-repeat;
 }
 
 #second #interviewTop li.box-staff2 h3 {
   background: url(../image/interview_bg2-title-top.png) no-repeat;
 }
 
 #second #interviewTop li.box-staff3 h3 {
   background: url(../image/interview_bg3-title-top.png) no-repeat;
 }
 
 #second #interviewTop li.box-staff4 h3 {
   background: url(../image/interview_bg4-title-top.png) no-repeat;
 }
 
 #second #interviewStaff1 {
   background: url(../image/interview_bg-staff1.png) repeat;
 }
 
 #second #interviewStaff2 {
   background: url(../image/interview_bg-staff2.png) repeat;
 }
 
 #second #interviewStaff3 {
   background: url(../image/interview_bg-staff3.png) repeat;
 }
 
 #second #interviewStaff4 {
   background: url(../image/interview_bg-staff4.png) repeat;
 }
 
 #second .interviewStaff .intro {
   position: relative;
   top: -80px;
   left: 60px;
   width: 970px;
   align-items: center;
   -ms-align-items: center;
 }
 
 #second .interviewStaff .intro .info { 
   width: 510px;
   padding: 55px 30px 10px 90px;
   color: #fff;
 }
 
 #second .interviewStaff .intro .info h3 {
   font-size: 26px;
   font-weight: 600;
   line-height: 1.6;
 }
 
 #second .interviewStaff .intro .info h3 span {
   background: #fff;
   line-height: 1;
   display: inline-block;
 }
 
 #second .interviewStaff .intro .info p {
   align-items: center;
 }
 
 #second .interviewStaff .intro::after {
   content: "";
   margin: 10px 0 0 10px;
 }
 
 #second .interviewStaff .intro .bg-blue {
   box-shadow: 10px 10px #6eabd9;
 }
 
 #second .interviewStaff .intro .bg-green {
   box-shadow: 10px 10px #6fbebb;
 }
 
 #second .interviewStaff .intro .info.bg-orange {
   box-shadow: 10px 10px #f09886;
 }
 
 #second .interviewStaff .intro .info.bg-red {
   box-shadow: 10px 10px #e97886;
 }
 
 #second .interviewStaff .intro .info .type {
   margin: 18px 0 5px 0;
   display: inline-block;
 }
 
 #second .interviewStaff .cont {
   position: relative;
   background-color: #fff;
 }
 
 #second .interviewStaff .intro .info .address {
   margin-right: 25px;
   margin-left: 5px;
   font-weight: 600;
 }
 
 #second .interviewStaff h4 {
   font-size: 40px;
   padding-left: 60px;
   font-weight: 900;
   font-style: italic;
   line-height: 1;
   position: relative;
  	font-family: 'Noto Sans JP', sans-serif;
 }
 
 #second .interviewStaff h4::before {
   content: "";
   width: 50px;
   height: 5px;
   position: absolute;
   left: 0;
   top: 22px;
 }
 
 #second .interviewStaff h4.font-blue::before {
   background: #006cbd;
 }
 
 #second .interviewStaff h4.font-green::before {
   background: #018d88;
 }
 
 #second .interviewStaff h4.font-orange::before {
   background: #e4492a;
 }
 
 #second .interviewStaff h4.font-red::before {
   background: #e13247;
 }
 
 #second .interviewStaff h4 span {
   font-size: 20px;
   line-height: 2;
   color: #282828;
   padding-left: 15px;
   font-style: normal;
			font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
			font-weight: 600;
 }
 
 #second .interviewStaff li {
   padding: 0px 140px 20px 70px;
 }
 
 #second .interviewStaff ul {
   margin-bottom: 10px;
 }
 
 #second .interviewStaff li h5 span {
   display: inline-block;
   color: #fff;
   font-weight: bold;
 }
 
 #second .interviewStaff li .number {
   width: 50px;
   height: 50px;
   text-align: center;
   line-height: 50px;
   border-radius: 50px;
   margin-right: 15px;
   font-size: 22px;
 }
 
 #second .interviewStaff li .text {
   border-radius: 10px;
   line-height: 35px;
   padding: 0 17px;
   margin-top: 10px;
   position: relative;
			font-size: 16px;
 }
 
 #second .interviewStaff li .triangle::before {
   content: "";
   width: 0;
   height: 0;
   position: absolute;
 }
 
 #second .interviewStaff li .text::before {
   left: -10px;
   top: 12px;
   border-top: 5px solid transparent;
   border-bottom: 5px solid transparent; 
 }
 
 #second .interviewStaff li .bg-blue.text::before {
   border-right: 10px solid #006cbd;
 }
 
 #second .interviewStaff li .bg-green.text::before {
   border-right: 10px solid #018d88;
 }
 
 #second .interviewStaff li .bg-orange.text::before {
   border-right: 10px solid #e4492a;
 }
 
 #second .interviewStaff li .bg-red.text::before {
   border-right: 10px solid #e13247;
 }
 
 #second .interviewStaff li .ans {
   margin-left: 70px;
   margin-top: 5px;
   padding: 17px 20px 15px 20px;
   background: #f2f2f2;
   border-radius: 10px;
   position: relative;
 }
 
 #second .interviewStaff li .ans::before {
   left: -10px;
   top: 12px;
   border-top: 5px solid transparent;
   border-bottom: 5px solid transparent; 
   border-right: 10px solid #f2f2f2;
 }
 
 #second .interviewStaff .text-mess {
   margin-top: 10px;
   margin-left: 70px;
   padding-bottom: 55px;
   padding-right: 285px;
 }
 
 #second .interviewStaff .photo {
   position: absolute;
   right: 60px;
   bottom: 0;
 }
 
 #second #interviewEntryOrange {
   background: #f11e00;
 }
 
 #second #interviewEntryOrange h2 {
   color: #f11e00!important;
 }
 
 #second .interviewEntry h2 .sub {
   color: #282828!important;
 }
 
 #second .interviewEntry {
   padding: 85px 0;
 }
 
 #second .interviewEntry .cont {
   background: #fff;
   text-align: center;
   padding-bottom: 35px;
 }
 
 #second .interviewEntry .cont p {
   margin-bottom: 35px;
 }
 
 #second .interviewEntry .cont ul {
   justify-content: center;
   align-items: center;
   -ms-justify-content: center;
   -ms-align-items: center;
   margin-bottom: 35px;
 }
 
 #second .interviewEntry .cont li {
   width: 310px;
   height: 90px;
   margin: 0 15px;
   position: relative;
 }
 
 #second .interviewEntry .cont li.box-blue {
   border: 5px solid #006cbd;
 }
 
 #second .interviewEntry .cont li.box-orange {
   border: 5px solid #f11e00;
 }
 
 #second .interviewEntry .cont li h3 {
   width: 183px;
   height: 46px;
   padding-left:10px;
   line-height: 38px;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   position: absolute;
   left: -13px;
   top: -22px;
			z-index: 10;
			text-align: left;
 }
 
 #second .interviewEntry .cont li.box-blue a {
   background: url(../image/interview_icon-next-entry-blue.png) no-repeat 96% 38px;
   color: #006cbd;
   display: block;
   height: 100%;
 }

 #second .interviewEntry .cont li.box-blue a:hover,
	#second .interviewEntry .cont li.box-blue a:active {
   background: url(../image/interview_icon-next-entry-blue.png) #006cbd no-repeat 96% 38px;
   color: #FFF;
	}
		
 
 #second .interviewEntry .cont li.box-orange a {
   background: url(../image/interview_icon-next-entry-orange.png) no-repeat 96% 38px;
   color: #f11e00;
   display: block;
   height: 100%;
 }

 #second .interviewEntry .cont li.box-red a:hover,
	#second .interviewEntry .cont li.box-red a:active {
   background: url(../image/interview_icon-next-entry-orange.png) #f11e00 no-repeat 96% 38px;
   color: #FFF;
   display: block;
   height: 100%;
 }

 #second .interviewEntry .cont li span {
   padding-top: 30px;
   display: block;
   font-size: 18px;
   font-weight: 600;
 }
 
 #second .interviewEntry .cont li.box-blue h3 {
   background: url(../image/interview-h3-entry-blue.png) no-repeat;
 }
 
 #second .interviewEntry .cont li.box-orange h3 {
   background: url(../image/interview-h3-entry-orange.png) no-repeat;
 }

 #second .interviewStaff .text-mess u {
  text-decoration: none;
  box-shadow: inset 0 0px 0 white, inset 0 -5px 0 #fff100;
}


/*------------------------------------------------------------------------------------------------
  product
--------------------------------------------------------------------------------------------------*/
#secondTitle.product {
	background: url(../image/product_title.jpg) no-repeat center bottom;
}

#second.product {
	padding: 120px 0 1px;
}

#second.product .bk01 {
	padding: 120px 0 1px;
	background-color: #E6F0F9;
}
#second.product .bk02 {
	padding: 120px 0 1px;
}
#second.product h2 {
	margin: 0 0 30px;
	color: #FFF;
	line-height: 45px;
	padding: 0 28px;
	font-size: 26px;
	font-style: normal;
	background-color: #006CBE;
	text-align: left;
}

#second.product h2 br {
display: none;
}

#second.product h3 {
	position: relative;
	border-bottom: 3px solid #006CBE;
	color: #006CBE;
	font-size: 24px;
	padding-left: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}

#second.product h3::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}

#second.product .productLead,
#second.product .productLead2 {
	width: 100%;
	margin: 0 0 60px;
}

#second.product .productLead th,
#second.product .productLead2 th {
	width: 390px;
}

#second.product .productLead th p,
#second.product .productLead2 th p {
	margin: 0 !important;
}

#second.product .productLead td {
	background-color: #DEEDF4;
	padding: 30px;
}

#second.product .productLead2 td {
	background-color: #FFF;
	padding: 30px;
}

#second.product .productLead td dt,
#second.product .productLead2 td dt {
	font-size: 20px;
	color: #006cbd;
	font-weight: 600;
	margin: 0 0 10px;
}

#second.product .productLead td p,
#second.product .productLead2 td p {
	margin: 0 !important;
}

.productList1 {
	margin: 0 0 60px;
}

.productList1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .productList1 ul li {
	width: 200px;
	float: left;
	margin: 0 20px 60px 0;
}

#second .productList1 ul li:nth-child(5n) {
	margin: 0 0 30px;
}

.productList1 ul li dl {
	width: 192px;
	margin: 0 0 20px;
	box-shadow: 7px 7px 0 #9F9F9F;
}

.productList1 ul li dl dt {
	display: flex;
	height: 80px;
	background-color: #006CBE;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
}

.productList1 ul li dd {
	position: relative;
}

.productList1 #more_btn,
.productList1 #close_btn {
	width: 100%;
	background-color: #006cbd;
	color: #FFF;
	border: none;
	line-height: 50px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #FFF;
	font-size: 16px;
	margin-bottom: 60px;
}

.productList1 #more_btn .plusicon,
.productList1 #close_btn .minusicon {
	position: relative;
	padding: 0 0 0 26px;
}

.productList1 #more_btn .plusicon::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList1 #close_btn .minusicon::before {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList1 #more_btn:hover,
.productList1 #close_btn:hover {
	background-color: #FFF;
	color: #006cbd;
	border: 2px solid #006cbd;
}

.productList1 #more_btn:hover .plusicon::before,
.productList1 #close_btn:hover .minusicon::before {
	color:rgba(0,108,189,1);
}


.productList2 {
	margin: 0 0 60px;
}

.productList2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .productList2 ul li {
	width: 200px;
	float: left;
	margin: 0 20px 60px 0;
}

#second .productList2 ul li:nth-child(5n) {
	margin: 0 0 30px;
}

.productList2 ul li dl {
	width: 192px;
	margin: 0 0 20px;
	box-shadow: 7px 7px 0 #9F9F9F;
}

.productList2 ul li dl dt {
	display: flex;
	height: 80px;
	background-color: #006CBE;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
}

.productList2 ul li dd {
	position: relative;
}

.productList2 #more_btn,
.productList2 #close_btn {
	width: 100%;
	background-color: #006cbd;
	color: #FFF;
	border: none;
	line-height: 50px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #FFF;
	font-size: 16px;
}

.productList2 #more_btn .plusicon,
.productList2 #close_btn .minusicon {
	position: relative;
	padding: 0 0 0 20px;
}

.productList2 #more_btn .plusicon::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList2 #close_btn .minusicon::before {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList2 #more_btn:hover,
.productList2 #close_btn:hover {
	background-color: #FFF;
	color: #006cbd;
	border: 2px solid #006cbd;
}

.productList2 #more_btn:hover .plusicon::before,
.productList2 #close_btn:hover .minusicon::before {
	color:rgba(0,108,189,1);
}

.productList3 {
	margin: 0 0 60px;
}

.productList3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .productList3 ul li {
	width: 200px;
	float: left;
	margin: 0 20px 60px 0;
}

#second .productList3 ul li:nth-child(5n) {
	margin: 0 0 30px;
}

.productList3 ul li dl {
	width: 192px;
	margin: 0 0 20px;
	box-shadow: 7px 7px 0 #9F9F9F;
}

.productList3 ul li dl dt {
	display: flex;
	height: 80px;
	background-color: #006CBE;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
}

.productList3 ul li dd {
	position: relative;
}

.productList3 #more_btn,
.productList3 #close_btn {
	width: 100%;
	background-color: #006cbd;
	color: #FFF;
	border: none;
	line-height: 50px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #FFF;
	font-size: 16px;
}

.productList3 #more_btn .plusicon,
.productList3 #close_btn .minusicon {
	position: relative;
	padding: 0 0 0 20px;
}

.productList3 #more_btn .plusicon::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList3 #close_btn .minusicon::before {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList3 #more_btn:hover,
.productList3 #close_btn:hover {
	background-color: #FFF;
	color: #006cbd;
	border: 2px solid #006cbd;
}

.productList3 #more_btn:hover .plusicon::before,
.productList3 #close_btn:hover .minusicon::before {
	color:rgba(0,108,189,1);
}

.productList4 {
	margin: 0 0 60px;
}

.productList4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .productList4 ul li {
	width: 200px;
	float: left;
	margin: 0 20px 60px 0;
}

#second .productList4 ul li:nth-child(5n) {
	margin: 0 0 30px;
}

.productList4 ul li dl {
	width: 192px;
	margin: 0 0 20px;
	box-shadow: 7px 7px 0 #9F9F9F;
}

.productList4 ul li dl dt {
	display: flex;
	height: 80px;
	background-color: #006CBE;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
}

.productList4 ul li dd {
	position: relative;
}

.productList4 #more_btn,
.productList4 #close_btn {
	width: 100%;
	background-color: #006cbd;
	color: #FFF;
	border: none;
	line-height: 50px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #FFF;
	font-size: 16px;
}

.productList4 #more_btn .plusicon,
.productList4 #close_btn .minusicon {
	position: relative;
	padding: 0 0 0 20px;
}

.productList4 #more_btn .plusicon::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList4 #close_btn .minusicon::before {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList4 #more_btn:hover,
.productList4 #close_btn:hover {
	background-color: #FFF;
	color: #006cbd;
	border: 2px solid #006cbd;
}

.productList4 #more_btn:hover .plusicon::before,
.productList4 #close_btn:hover .minusicon::before {
	color:rgba(0,108,189,1);
}

.productList5 {
	margin: 0 0 60px;
}

.productList5 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .productList5 ul li {
	width: 200px;
	float: left;
	margin: 0 20px 60px 0;
}

#second .productList5 ul li:nth-child(5n) {
	margin: 0 0 30px;
}

.productList5 ul li dl {
	width: 192px;
	margin: 0 0 20px;
	box-shadow: 7px 7px 0 #9F9F9F;
}

.productList5 ul li dl dt {
	display: flex;
	height: 80px;
	background-color: #006CBE;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
}

.productList5 ul li dd {
	position: relative;
}

.productList5 #more_btn,
.productList5 #close_btn {
	width: 100%;
	background-color: #006cbd;
	color: #FFF;
	border: none;
	line-height: 50px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #FFF;
	font-size: 16px;
}

.productList5 #more_btn .plusicon,
.productList5 #close_btn .minusicon {
	position: relative;
	padding: 0 0 0 20px;
}

.productList5 #more_btn .plusicon::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList5 #close_btn .minusicon::before {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList5 #more_btn:hover,
.productList5 #close_btn:hover {
	background-color: #FFF;
	color: #006cbd;
	border: 2px solid #006cbd;
}

.productList5 #more_btn:hover .plusicon::before,
.productList5 #close_btn:hover .minusicon::before {
	color:rgba(0,108,189,1);
}

.productList6 {
	margin: 0 0 60px;
}

.productList6 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .productList6 ul li {
	width: 200px;
	float: left;
	margin: 0 20px 60px 0;
}

#second .productList6 ul li:nth-child(5n) {
	margin: 0 0 30px;
}

.productList6 ul li dl {
	width: 192px;
	margin: 0 0 20px;
	box-shadow: 7px 7px 0 #9F9F9F;
}

.productList6 ul li dl dt {
	display: flex;
	height: 80px;
	background-color: #006CBE;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
}

.productList6 ul li dd {
	position: relative;
}

.productList6 #more_btn,
.productList6 #close_btn {
	width: 100%;
	background-color: #006cbd;
	color: #FFF;
	border: none;
	line-height: 50px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #FFF;
	font-size: 16px;
}

.productList6 #more_btn .plusicon,
.productList6 #close_btn .minusicon {
	position: relative;
	padding: 0 0 0 20px;
}

.productList6 #more_btn .plusicon::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList6 #close_btn .minusicon::before {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList6 #more_btn:hover,
.productList6 #close_btn:hover {
	background-color: #FFF;
	color: #006cbd;
	border: 2px solid #006cbd;
}

.productList6 #more_btn:hover .plusicon::before,
.productList6 #close_btn:hover .minusicon::before {
	color:rgba(0,108,189,1);
}

.productList7 {
	margin: 0 0 60px;
}

.productList7 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .productList7 ul li {
	width: 200px;
	float: left;
	margin: 0 20px 60px 0;
}

#second .productList7 ul li:nth-child(5n) {
	margin: 0 0 30px;
}

.productList7 ul li dl {
	width: 192px;
	margin: 0 0 20px;
	box-shadow: 7px 7px 0 #9F9F9F;
}

.productList7 ul li dl dt {
	display: flex;
	height: 80px;
	background-color: #006CBE;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
}

.productList7 ul li dd {
	position: relative;
}

.productList7 #more_btn,
.productList7 #close_btn {
	width: 100%;
	background-color: #006cbd;
	color: #FFF;
	border: none;
	line-height: 50px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #FFF;
	font-size: 16px;
}

.productList7 #more_btn .plusicon,
.productList7 #close_btn .minusicon {
	position: relative;
	padding: 0 0 0 20px;
}

.productList7 #more_btn .plusicon::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList7 #close_btn .minusicon::before {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList7 #more_btn:hover,
.productList7 #close_btn:hover {
	background-color: #FFF;
	color: #006cbd;
	border: 2px solid #006cbd;
}

.productList7 #more_btn:hover .plusicon::before,
.productList7 #close_btn:hover .minusicon::before {
	color:rgba(0,108,189,1);
}

.productList8 {
	margin: 0 0 60px;
}

.productList8 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .productList8 ul li {
	width: 200px;
	float: left;
	margin: 0 20px 60px 0;
}

#second .productList8 ul li:nth-child(5n) {
	margin: 0 0 30px;
}

.productList8 ul li dl {
	width: 192px;
	margin: 0 0 20px;
	box-shadow: 7px 7px 0 #9F9F9F;
}

.productList8 ul li dl dt {
	display: flex;
	height: 80px;
	background-color: #006CBE;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
}

.productList8 ul li dd {
	position: relative;
}

.productList8 #more_btn,
.productList8 #close_btn {
	width: 100%;
	background-color: #006cbd;
	color: #FFF;
	border: none;
	line-height: 50px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #FFF;
	font-size: 16px;
}

.productList8 #more_btn .plusicon,
.productList8 #close_btn .minusicon {
	position: relative;
	padding: 0 0 0 20px;
}

.productList8 #more_btn .plusicon::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList8 #close_btn .minusicon::before {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList8 #more_btn:hover,
.productList8 #close_btn:hover {
	background-color: #FFF;
	color: #006cbd;
	border: 2px solid #006cbd;
}

.productList8 #more_btn:hover .plusicon::before,
.productList8 #close_btn:hover .minusicon::before {
	color:rgba(0,108,189,1);
}

.productList9 {
	margin: 0 0 60px;
}

.productList9 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .productList9 ul li {
	width: 200px;
	float: left;
	margin: 0 20px 60px 0;
}

#second .productList9 ul li:nth-child(5n) {
	margin: 0 0 30px;
}

.productList9 ul li dl {
	width: 192px;
	margin: 0 0 20px;
	box-shadow: 7px 7px 0 #9F9F9F;
}

.productList9 ul li dl dt {
	display: flex;
	height: 80px;
	background-color: #006CBE;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.3;
}

.productList9 ul li dd {
	position: relative;
}

.productList9 #more_btn,
.productList9 #close_btn {
	width: 100%;
	background-color: #006cbd;
	color: #FFF;
	border: none;
	line-height: 50px;
	border-radius: 50px;
	font-weight: 600;
	cursor: pointer;
	border: 2px solid #FFF;
	font-size: 16px;
}

.productList9 #more_btn .plusicon,
.productList9 #close_btn .minusicon {
	position: relative;
	padding: 0 0 0 20px;
}

.productList9 #more_btn .plusicon::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList9 #close_btn .minusicon::before {
	content: '\f068';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	top: -106%;
}

.productList9 #more_btn:hover,
.productList9 #close_btn:hover {
	background-color: #FFF;
	color: #006cbd;
	border: 2px solid #006cbd;
}

.productList9 #more_btn:hover .plusicon::before,
.productList9 #close_btn:hover .minusicon::before {
	color:rgba(0,108,189,1);
}


#second .productList1 ul li dl:hover,
#second .productList2 ul li dl:hover,
#second .productList3 ul li dl:hover,
#second .productList4 ul li dl:hover,
#second .productList5 ul li dl:hover,
#second .productList6 ul li dl:hover,
#second .productList7 ul li dl:hover,
#second .productList8 ul li dl:hover,
#second .productList9 ul li dl:hover {
	opacity: 0.7;
}

.productDetailCat {
	position: relative;
}

.productDetailCat::before {
	position: absolute;
	background-color: #006CBE;
	height: 5px;
	width: 50%;
	content: "";
	top: 20px;
	left: 0;
	z-index: -1;
}

.productDetailCat p {
	width: 1100px;
	margin: 0 auto 20px;
	padding: 0 0 0 10px;
	display: block;
	background-color: #FFF;
	font-size: 24px;
	font-weight: 600;
	color: #006cbd;
}

.productPdf {
	margin: 0 0 30px;
}

.productCad dl {
	margin: 0 0 60px;
}

.productCad dt {
	color: #006CBE;
	font-weight: 600;
	font-size: 24px;
	margin: 0 0 10px;
}

.productCad dd button {
	float: left;
	margin-right: 15px;
}

.productBack {
	margin-bottom: 120px;
}

.productPdfBox {
/*position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;*/
}
 
.productPdfBox iframe,
.productPdfBox object,
.productPdfBox embed {
	width: 60%;
	height: 720px;
/*position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;*/
}


/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
#secondTitle.contact {
	background: url(../image/contact_title.jpg) no-repeat center bottom;
}

#second.contact {
	padding: 120px 0;
	background-color: #DEEDF4;
}

#second.contact .cont p {
	text-align: center;
}

#second.contact .cont .hs {
	color: #fe0303;
}

#second.contact .box {
	padding: 30px 70px;
	background-color: #FFF;
}

#second.contact .box table {
	width: 100%;
	margin: 0 0 30px;
}

#second.contact .box table th {
	width: 30%;
	border-bottom: 1px solid #BFBFBF;
	padding: 20px;
	text-align: left;
}

#second.contact .box table td {
	border-bottom: 1px solid #BFBFBF;
	padding: 12px;
}

#second.contact .box table td textarea {
	display: block;
	width: 90%;
	border: 2px solid #282828;
	margin: 5px 0 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 4px;
}

#second.contact .box table td input[type=text],
#second.contact .box table td input[type=tel] {
	border: 2px solid #282828;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	margin-right: 46px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 4px;
}

#second.contact .box table td input.m[type=text],
#second.contact .box table td input.m[type=tel] {
	width: 200px;
}

#second.contact .box table td input.lm[type=text] {
	width: 60%;
}

#second.contact .box table td input.l[type=text] {
	width: 90%;
}

#second.contact .box .privacy {
	margin: 0 0 10px;
	font-weight: 600;
}

.inlineframe {
	background-color:#FFFFFF;
	width: 665px;
	margin: 0 auto 20px;
	height: 160px;
	padding: 20px 10px 0;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	border: 1px solid #CCC;
}

#second.contact .cont .inlineframe p {
	margin: 0 0 20px;
	text-align: left;
}

#second.contact .cont .inlineframe ul {
	margin: 0 0 20px;
}

.contactBtn {
	text-align: center;
}

.contactBtn input {
	margin: 0 30px;
}

.contactBtn input.send {
	text-align: center;
	line-height: 50px;
	color: #FFF;
	border: none;
	border-radius: 50px;
	width: 260px;
	cursor: pointer;
	background: url(../image/arrow-01.png) #006CBE no-repeat 93% center;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-size: 16px;
	border: 2px solid #FFF;
}

.contactBtn input.send:hover {
	background: url(../image/arrow-03.png) #FFF no-repeat 93% center;
	color: #006CBE;
	border: 2px solid #006CBE;
}


.contactBtn input.back {
	text-align: center;
	line-height: 50px;
	color: #FFF;
	border: none;
	border-radius: 50px;
	width: 260px;
	cursor: pointer;
	background: url(../image/arrow-02.png) #006CBE no-repeat 7% center;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-size: 16px;
	border: 2px solid #FFF;
}

.contactBtn input.back:hover {
	background: url(../image/arrow-04.png) #FFF no-repeat 7% center;
	color: #006CBE;
	border: 2px solid #006CBE;
}

.contactBtn .send {
  background: none;
  border: 1px solid #006cbd;
  border-radius: 50px;
  color: #FFF;
	background: url(../image/arrow-01.png) #006CBE no-repeat 93% center;
  display: inline-block;
  font-weight: bold;
  padding: 0;
  position: relative;
  text-transform: uppercase;
		cursor: pointer;
		z-index: 10;
		width: 260px;
		height: 50px;
		line-height: 50px;
		letter-spacing: 2px;
	font-size: 16px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	margin: 0 20px;
}

.contactBtn .send::before,
.contactBtn .send::after {
	background: url(../image/arrow-03.png) #FFF no-repeat 93% center;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50px;
}

.contactBtn .send:hover {
  color: #006cbd;
  border-radius: 50px;
}

.contactBtn .send::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.contactBtn .send:hover::after {
  width: 100%;
}

.contactBtn .sendback {
  background: none;
  border: 1px solid #006cbd;
  border-radius: 50px;
  color: #FFF;
	background: url(../image/arrow-02.png) #006CBE no-repeat 7% center;
  display: inline-block;
  font-weight: bold;
  padding: 0;
  position: relative;
  text-transform: uppercase;
		cursor: pointer;
		z-index: 10;
		width: 260px;
		height: 50px;
		line-height: 50px;
		letter-spacing: 2px;
	font-size: 16px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	margin: 0 20px;
}

.contactBtn .sendback::before,
.contactBtn .sendback::after {
	background: url(../image/arrow-04.png) #FFF no-repeat 7% center;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50px;
}

.contactBtn .sendback:hover {
  color: #006cbd;
  border-radius: 50px;
}

.contactBtn .sendback::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.contactBtn .sendback:hover::after {
  width: 100%;
}

.error {
	background-color: #F2DDDA;
	padding: 3px;
}


/*------------------------------------------------------------------------------------------------
  requirements
--------------------------------------------------------------------------------------------------*/
#secondTitle.requirements {
	background: url(../image/requirements_title.jpg) no-repeat center bottom;
}

.reqNew {
	padding: 120px 0;
	background-color: #bddcea;
}

.reqNew .box {
	width: 940px;
	margin: 0 auto;
}

.reqNew .box h2 {
	margin-bottom: 40px !important;
}

.reqNew .newSelectWrap {
	position: relative;
	background-color: #deedf4;
}

.reqNew .newSelectWrap:before {
	z-index: 1;
	position: absolute;
	right: 20px;
	top: 0;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	line-height: 51px;
	color: #282828;
	pointer-events: none;
}

.reqNew .newSelectWrap .newSelect {
	border: 2px solid #231816;
	background-color: #9FC8E4;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.guideDetailn {
	display: none;
}

.reqNew .box .guideDetailn table {
	width: 100%;
	background-color: #FFF;
	margin: 40px 0 60px;
}

.reqNew .box .guideDetailn table th {
	border-top: 2px solid #231816;
	border-bottom: 2px solid #231816;
	border-left: 2px solid #231816;
	width: 150px;
	text-align: center;
	padding: 30px 0;
}

.reqNew .box .guideDetailn table td {
	border-top: 2px solid #231816;
	border-bottom: 2px solid #231816;
	border-right: 2px solid #231816;
	padding: 30px 0 30px 10px;
}

.reqNew .newEntryBtn {
	background-color: #006CBE;
	padding: 20px 30px 40px;
	color: #FFF;
	text-align: center;
}

.reqNew .newEntryBtn p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 56px;
	font-style: italic;
	font-weight: 700;
}

.reqNew .newEntryBtn dt {
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 700;
}

.reqNew .newEntryBtn button {
  background: none;
		margin: 0 auto;
  border: 2px solid #006cbd;
  border-radius: 70px;
  color: #006cbd;
		background-color: #FFF;
  display: block;
  font-weight: 700;
  padding: 0;
  position: relative;
  text-transform: uppercase;
		cursor: pointer;
		z-index: 10;
		width: 340px;
		height: 80px;
		line-height: 80px;
		letter-spacing: 1px;
		font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.reqNew .newEntryBtn button::before,
.reqNew .newEntryBtn button::after {
		background-color: #006cbd;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 70px;
}

.reqNew .newEntryBtn button:hover {
  color: #FFF;
  border-radius: 70px;
  border: 2px solid #FFF;
}

.reqNew .newEntryBtn button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.reqNew .newEntryBtn button:hover::after {
  width: 100%;
}

.reqNew .newEntryBtn button .btnarrow::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: rgba(0,108,189,1);
	position: absolute;
	left: 93%;
}

.reqNew .newEntryBtn button:hover .btnarrow::before {
	color:rgba(255,255,255, 1);
}

.reqCareer {
	padding: 120px 0;
	background-color: #FFF2F2;
}

.reqCareer .box {
	width: 940px;
	margin: 0 auto;
}

.reqCareer .box h2 {
	margin-bottom: 40px !important;
}

.reqCareer .box h2 .sub {
	color: #FF0101 !important;
}

.reqCareer .carSelectWrap {
	position: relative;
	background-color: #ECA39A;
}

.reqCareer .carSelectWrap:before {
	z-index: 1;
	position: absolute;
	right: 20px;
	top: 0;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	line-height: 51px;
	color: #282828;
	pointer-events: none;
}

.reqCareer .carSelectWrap .carSelect {
	border: 2px solid #231816;
	background-color: #ECA39A;
 font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-size: 18px;
}

.guideDetailc {
	display: none;
}

.reqCareer .box .guideDetailc table {
	width: 100%;
	background-color: #FFF;
	margin: 40px 0 60px;
}

.reqCareer .box .guideDetailc table th {
	border-top: 2px solid #231816;
	border-bottom: 2px solid #231816;
	border-left: 2px solid #231816;
	width: 150px;
	text-align: center;
	padding: 30px 0;
}

.reqCareer .box .guideDetailc table td {
	border-top: 2px solid #231816;
	border-bottom: 2px solid #231816;
	border-right: 2px solid #231816;
	padding: 30px 0 30px 10px;
}

.reqCareer .careerEntryBtn {
	background-color: #FE0000;
	padding: 20px 30px 40px;
	color: #FFF;
	text-align: center;
}

.reqCareer .careerEntryBtn p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 56px;
	font-style: italic;
	font-weight: 700;
}

.reqCareer .careerEntryBtn dt {
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 700;
}

.reqCareer .careerEntryBtn button {
  background: none;
		margin: 0 auto;
  border: 2px solid #FE0000;
  border-radius: 70px;
  color: #FE0000;
		background-color: #FFF;
  display: block;
  font-weight: 700;
  padding: 0;
  position: relative;
  text-transform: uppercase;
		cursor: pointer;
		z-index: 10;
		width: 340px;
		height: 80px;
		line-height: 80px;
		letter-spacing: 1px;
		font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}

.reqCareer .careerEntryBtn button::before,
.reqCareer .careerEntryBtn button::after {
		background-color: #FE0000;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 70px;
}

.reqCareer .careerEntryBtn button:hover {
  color: #FFF;
  border-radius: 70px;
  border: 2px solid #FFF;
}

.reqCareer .careerEntryBtn button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.careerEntryBtn button:hover::after {
  width: 100%;
}

.careerEntryBtn button .btnarrow::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: rgba(255,0,0,1);
	position: absolute;
	left: 93%;
}

.careerEntryBtn button:hover .btnarrow::before {
	color:rgba(255,255,255, 1);
}


/*------------------------------------------------------------------------------------------------
  entry
--------------------------------------------------------------------------------------------------*/
#secondTitle.entry {
	background: url(../image/entry_title.jpg) no-repeat center bottom;
}

.entryBox {
	padding: 120px 0;
	background-color: #DEEDF4;
}

#second.entry .cont p {
	text-align: center;
}

#second.entry .cont .hs {
	color: #fe0303;
}

#second.entry .box {
	padding: 30px 70px;
	background-color: #FFF;
}

#second.entry .box table {
	width: 100%;
	margin: 0 0 30px;
}

#second.entry .box table th {
	width: 30%;
	border-bottom: 1px solid #BFBFBF;
	padding: 20px;
	text-align: left;
}

#second.entry .box table td {
	border-bottom: 1px solid #BFBFBF;
	padding: 12px;
}

#second.entry .box table td textarea {
	display: block;
	width: 90%;
	border: 2px solid #282828;
	margin: 5px 0 0;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

#second.entry .box table td input[type=text],
#second.entry .box table td input[type=tel] {
	border: 2px solid #282828;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	margin-right: 46px;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

#second.entry .box table td select {
	border: 2px solid #282828;
	padding: 3px 10px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	font-size: 16px;
}

#second.entry .box table td input.m[type=text],
#second.entry .box table td input[type=tel] {
	width: 200px;
}

#second.entry .box table td input.lm[type=text] {
	width: 60%;
}

#second.entry .box table td input.l[type=text] {
	width: 90%;
}

#second.entry .box .privacy {
	margin: 0 0 10px;
	font-weight: 600;
}

.inlineframe {
	background-color:#FFFFFF;
	width: 665px;
	margin: 0 auto 20px;
	height: 160px;
	padding: 20px 10px 0;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	border: 1px solid #CCC;
}

#second.entry .cont .inlineframe p {
	margin: 0 0 20px;
	text-align: left;
}

#second.entry .cont .inlineframe ul {
	margin: 0 0 20px;
}

#intext {
	border: none !important;
	font-weight: normal !important;
	font-size: 14px !important;
	padding: 0 !important;
	width: 90% !important;
}

#intext:focus{
  outline: none;
}

