@charset "UTF-8";
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img {
  width:100%;
  display: block;
}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0 10px;
    list-style: none;
    z-index: 1;
	box-sizing: border-box;
}
.slick-dots li {
	width:auto !important;
    position:relative !important;
    display:inline-block !important;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	opacity:1 !important;
}
.slick-dots li button {
    font-size:0;
    line-height:1;
    display: block;
    width: 13px;
    height: 13px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
	border:solid 2px #fff;
	border-radius:15px;
}
.slick-dots li.slick-active button {
    background:#fff;
}
.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}
.slick-prev,
.slick-next {
	width:17px;
	height:33px;
	text-indent:-999px;
	overflow:hidden;
	position: absolute;
	top:50%;
	margin-top:-17px;
	cursor:pointer;
}
.slick-prev {
	left:-26px;
	background:url(../../recruit/img/btn_prev.png) no-repeat 0 0;
	background-size:17px 33px;
}
.slick-next {
	right:-26px;
	background:url(../../recruit/img/btn_next.png) no-repeat 0 0;
	background-size:17px 33px;
}
#wrapper {
	background:url(../../common/img/bg_contents.png) no-repeat center -9%;
	background-size:100% auto;
}
#wrapper.nomain {
	background-position:center -360px !important;
}
.nomain .midashi h1::before {
	display:none !important;
}
#pankuzu {
	border-bottom:0 !important;
}
.al-c {
	text-align:center;
}
.two_col {
	width:100%;
	display:flex;
	box-sizing: border-box;
}
.iblock {
	display:inline-block;
}
.sec_main {
	position:relative;
	z-index:3;
}
.sec_main .text {
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
.sec_main .text h1 {
	color:#fff;
	font-size:70px;
	line-height:1.3;
	margin:0;
	text-shadow:0 0 10px rgba(0,0,0,0.7);
}
.sec_main .image img {
	width:100%;
	display:block;
}
section h1 {
  font-size:40px;
  text-align: center;
  margin:0 0 45px;
}
section h1 sup {
  top:-5px;
}
.checklist li {
  font-size:26px;
  line-height:1.38;
  margin:35px 0 0;
  padding:0 0 0 41px;
  background:url(../../products/alf/img/check.png) no-repeat 0 4px;
  background-size:26px auto;
}
.checklist li:first-child {
  margin:0;
}
.products_menu {
  margin:100px 0;
  padding:0 20px;
}
#comp_menu {
	margin-top:80px;
}
.products_menu .inner {
  max-width:1100px;
  margin:0 auto;
}
.products_menu ul {
	margin:0 -12px;
  display:flex;
  flex-wrap:wrap;
}
.products_menu ul li {
  width:33.33%;
	padding:0 12px;
  margin:0 0 25px;
	box-sizing:border-box;
}
.products_menu ul li a {
  color:#000;
	padding:10px 10px 18px;
  display:block;
  background:url(../../common/img/menu_grade.png) no-repeat 0 0;
	background-size:cover;
}
.products_menu ul li .image {
  max-width:330px;
}
.products_menu ul li p {
  font-size:18px;
  line-height:1.45;
	text-align:center;
  padding:0;
	margin:15px 0 0;
}
.other_link {
  margin:20px 0 0;
  text-align:right;
}
.other_link h3 {
  display:inline-block;
}
.other_link h3 a {
  color:#000;
  font-size:18px;
  line-height:1.3;
  text-align: center;
  width:300px;
  padding:15px;
  border:solid 1px #143062;
  border-radius:4px;
  display:block;
  box-sizing:border-box;
}
.other_link h3 a span {
  padding:0 0 0 17px;
  display: inline-block;
  background: url(../../common/img/sp_menu_org.png) no-repeat 0 center;
  background-size: 8px auto;
}

/* 品種表 */
.hinshu_table, .sec_con,
#apply, #senior {
  padding:80px 20px 0;
  margin:0 0 90px;
}
.hinshu_table .inner,
.sec_con .inner,
#read .inner, #apply .inner, #senior .inner {
  max-width:1100px;
  margin:0 auto;
}
#message .inner,
.details .inner {
	max-width:1020px;
}
.hinshu_table .table_scroll {
	margin:15px 0 20px;
}
.hinshu_table table {
	width:100%;
	max-width:1100px;
	margin:0;
}
.hinshu_table td, .hinshu_table th {
	color:#000;
	font-size:16px;
	font-weight:normal;
	line-height:1.6;
	text-align:center;
	padding:7px 10px;
	border-left:solid 1px #c9c9c9;
	border-bottom:solid 1px #c9c9c9;
	box-sizing:border-box;
	vertical-align:middle;
	background:#fff;
}
.hinshu_table td.tleft, .hinshu_table th.tleft {
	text-align:left;
}
.hinshu_table table tr td:last-child {
	border-right:solid 1px #c9c9c9;
}
.hinshu_table thead td, .hinshu_table thead th, .hinshu_table .tablehead td, .hinshu_table .tablehead th {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:1.6;
	padding-top:12px;
	padding-bottom:12px;
	background:#143062;
	border-left:solid 1px #ffbb6a;
	border-bottom:solid 1px #ffbb6a;
}
.hinshu_table thead td span, .hinshu_table thead th span, .hinshu_table .tablehead td span, .hinshu_table .tablehead th span {
	font-weight:normal;
}
.hinshu_table thead tr td:first-child, .hinshu_table thead tr th:first-child,
.hinshu_table .tablehead tr td:first-child, .hinshu_table .tablehead tr th:first-child {
	border-left:solid 1px #143062;
}
.hinshu_table thead tr td:last-child, .hinshu_table thead tr th:last-child,
.hinshu_table .tablehead tr td:last-child, .hinshu_table .tablehead tr th:last-child {
	border-right:solid 1px #143062;
}
.hinshu_table table tbody tr.graybg td, .hinshu_table table tbody tr.graybg th {
	background:#eee;
}
.hinshu_table table tbody tr.graybg td.whitebg, .hinshu_table table tbody tr.graybg th.whitebg {
	background:#fff;
}

.hinshu_table p,
.sec_con .inner p {
  font-size:16px;
  line-height:1.8;
}
.hinshu_table p.chushaku,
.sec_con .inner p.chushaku {
	text-indent:-1em;
	padding:0 0 0 1em;
}
#development .sec_con .inner p {
	line-height:2;
}
.hinshu_table ul {
	margin:50px 0 0;
}
.hinshu_table ul li {
	font-size:18px;
	line-height:1.33;
	margin:20px 0 0 1.5em;
	list-style:disc;
}
.sec_con .inner p {
	margin:25px 0 0;
}
.sec_con .inner .midashi + p {
	margin-top:-10px;
}
.sec_con .inner p.kaigyo {
	margin:10px 0 0;
}
.sec_con .inner p.indent {
	text-indent:-1em;
	padding-left:1em;
}
.sec_con .two_col .right p:first-child {
	margin-top:0;
}
.two_col .image + p {
	font-size:75%;
	margin-top:10px;
}
.sec_con .inner .checklist + p {
	margin-left:41px;
}

.a_link {
  padding:5px 10px;
  background:#143062;
}
#recruit_link {
  background:url(../../recruit/img/alink.png) repeat-x 0 0;
	background-size:auto 100%;
}
.a_link ul {
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
}
.a_link ul li {
  font-size:18px;
  line-height:1;
	margin:5px 0;
  padding:0 30px;
}
.a_link ul li a {
  color:#fff;
  text-decoration:none;
  padding:0 0 0 20px;
  display: inline-block;
  background:url(../../common/img/sp_menu_whi_down.png) no-repeat 0 center;
  background-size:14px auto;
}
.midashi h1 {
  font-size:40px;
	line-height:1.2;
  color:#000;
  text-align:center;
  position:relative;
}
.midashi h1 span {
	display:inline-block;
}
.midashi h1::before {
  width:1px;
  height:70px;
  content:"";
  display:block;
  position:absolute;
  left:50%;
  top:-80px;
  background:#bebebe;
}

.contact_btn {
	text-align: center;
}
.contact_btn a {
	color:#fff;
	font-size:30px;
	line-height:1.33;
	max-width:700px;
	padding:0;
	margin:0 auto;
	display:block;
	background:#143062;
	border-radius:4px;
	box-shadow: 0px 3px 5px 0px rgb(0,0,0,0.1);
}
.contact_btn a span {
	padding:27px 0 27px 60px;
	display:inline-block;
	background:url(../../common/img/ico_contact.png) no-repeat 0 center;
	background-size:53px auto;
}
.contact_btn a br {
	display:none;
}

.sec_con h2 {
	font-size:24px;
	line-height:1.2;
	padding:3px 0 12px 23px;
	margin:0 0 20px;
	position:relative;
	border-bottom:solid 1px #e5e5e5;
}
.sec_con h2::before {
	content:"";
	width:2px;
	height:30px;
	background:#143062;
	position:absolute;
	top:2px;
	left:11px;
}
#message .two_col {
	flex-direction:row-reverse;
}
#message .two_col .image {
	min-width:320px;
	margin:0 0 0 50px;
	box-sizing:content-box;
}
#message .two_col .image h3 {
	font-size:24px;
	margin:15px 0 0;
}
#message .two_col .image h3 span {
	font-size:72%;
	display:block;
	margin-bottom:10px;
}
#message .inner p {
	font-size:18px;
	line-height:1.8;
  margin:25px 0 0;
}
#message .inner .text p:first-child {
	margin-top:0;
}
#message .inner .midashi + p {
  margin-top:-10px;
}
#message .inner p.name {
	text-align:right;
}
#message .inner p.name img {
	width:380px;
	height:auto;
	display:inline-block;
}
.sec_box {
	margin:60px 0 0;
}
.details .inner .midashi + .sec_box {
	margin-top:0;
}
.details .inner p {
	font-size:18px;
  margin:20px 0 0;
}
.details .inner ul {
	margin:25px 0 0;
}
.details .inner ul li {
	font-size:16px;
	line-height:1.33;
	margin:15px 0 0 1.25em;
	list-style:disc;
}
.details .inner .text p:first-child {
	margin-top:0 !important;
}
.thirdbox {
	padding:30px 0 0 25px;
}
.thirdbox h3 {
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
}
#privacy .inner h2 {
	line-height:1.4;
	padding-left:28px;
}
#privacy.sec_con h2::before {
	top:5px;
}
#privacy .inner sup {
	font-size:85%;
}
#privacy .inner p {
  margin-left:25px;
	word-break:break-all;
}
#privacy .inner p.lead {
  margin-left:5px;
}
#privacy .inner p.txt-r {
	text-align:right;
}
#privacy .inner .thirdbox p {
	margin:15px 0 0;
}
#privacy .inner p.chuui {
  font-size:14px;
	margin:10px 0 0;
}
#privacy .inner p a {
	color:#000;
	text-decoration:underline;
}
#privacy .inner .thirdbox ul {
	margin-bottom:25px;
}
#system .image,
#eco .image {
	min-width:220px;
	padding:0 0 0 20px;
	box-sizing: border-box;
}
#system .image img,
#eco .image img {
	margin:0 auto;
	display:block;
}
#system .two_col .text {
	width:78.5%;
}
.system_table {
	max-width:800px;
	margin:40px 0 0;
}
.system_table dl {
	width:100%;
	display:flex;
	flex-wrap:nowrap;
}
.system_table dl:first-child {
	border-top:solid 1px #c9c9c9;
}
.system_table dl dt, .system_table dl dd {
	font-size:16px;
	line-height:1.6;
	padding:6px 20px;
	border:solid 1px #c9c9c9;
	border-top:0;
	word-break:break-word;
	display:flex;
	align-items:center;
}
.system_table dl dt {
	min-width:12.5em;
	max-width:12.5em;
	padding:6px 1em;
	text-align:center;
	border-right:0;
	justify-content:center;
}
.system_table dl dd {
	width:100%;
	flex-wrap:wrap;
}
.ov_list dl,
#news dl {
	width:100%;
	display: flex;
	flex-wrap: nowrap;
}
.ov_list dl dt,
.ov_list dl dd,
#news dl dt,
#news dl dd {
	font-size:18px;
	line-height:1.66;
	padding:25px 10px 10px;
}
.ov_list dl dt {
	min-width:9em;
	border-bottom:solid 2px #a1acc0;
}
#news dl dt,
#history .ov_list dl dt{
	min-width:9.5em;
}
.ov_list dl dd,
#news dl dd {
	width:100%;
	padding-left:1em;
	box-sizing: border-box;
	border-bottom:solid 2px #e5e5e5;
}
.ov_list dl dt .chushaku,
#news dl dd .chushaku {
	padding:0 0 0 1em;
	display:inline-block;
}
.ov_list dl:first-child dt,
.ov_list dl:first-child dd,
#news dl:first-child dt,
#news dl:first-child dd {
	padding-top:0 !important;
}
.ov_list dl dd .image,
#news dl dd .image {
	margin:10px 0;
	border:solid 1px #e5e5e5;
}
.ov_list dl dd a,
#news dl dd a {
	color:#143062;
	text-decoration:underline;
}
.ov_list dl dd p:first-child,
#news dl dd p:first-child {
	margin:0;
}
/*
.ov_list dl dd sup,
#news dl dd sup {
	font-size:80%;
	vertical-align:super;
}
*/
.ov_list dl dd p.yakuin,
#news dl dd p.yakuin {
	padding:0 0 0 6.5em;
	position:relative;
}
.ov_list dl dd p.yakuin {
	padding:0 0 0 10em;
}
.ov_list dl dd p.yakuin .yaku,
#news dl dd p.yakuin .yaku {
	position: absolute;
	left:0;
}
.ov_list dl dd p a,
#news dl dd p a {
	padding: 0 0 0 14px;
	display: inline-block;
	background: url(../../common/img/arrow_gry.png) no-repeat 0 7px;
	background-size: 8px auto;
}

#map .two_col .text {
	width:60%;
	min-width:360px;
	padding:0 40px 0 0;
}
#map .two_col .text p.chushaku {
	font-size:16px;
	text-indent:0;
	padding:0;
	margin:10px 0 0;
}
.maparea {
	width:100%;
}
.maparea iframe {
	width:100%;
	height:350px;
	border:0;
	display: block;
}
#map .inner .two_col {
	margin:0 0 60px;
}
#map .inner .two_col:last-child {
	margin:0 !important;
}
#development .two_col .left,
#development .two_col .right,
#apply .new_graduate,
#apply .mid_career {
	width:50%;
}
#development .two_col .left,
#apply .new_graduate {
	padding:0 20px 0 0;
}
#development .two_col .right,
#apply .mid_career {
	padding:0 0 0 20px;
}
#development .two_col .image {
	border:solid 1px #e5e5e5;
}
#development .two_col .left p:first-child {
	margin-top:0;
}
#development #about, #development #process {
	padding-top:0 !important;
}

/* お問い合わせ */
#flow {
	width:100%;
  margin:40px 0 30px;
	display:flex;
	flex-flow:nowrap;
}
#flow li {
	color:#797979;
  font-size:20px;
  line-height:1;
	text-align:center;
	width:33.33%;
	padding:13px 1.5em 13px 0;
  margin:0;
  list-style:none;
	background:url(../../contact/img/flow_next.png) no-repeat right 0 #eee;
	background-size:auto 100%;
	box-sizing: border-box;
}
#contact #flow li:nth-child(1) {
	color:#fff;
	background:url(../../contact/img/flow_current.png) no-repeat right 0 #959595;
	background-size:auto 100%;
}
#contact.confirm #flow li:nth-child(1),
#contact.thanks #flow li:nth-child(1),
#contact.thanks #flow li:nth-child(2) {
	color:#ddd;
	background:url(../../contact/img/flow_fin.png) no-repeat right 0 #959595;
	background-size:auto 100%;
}
#contact.confirm #flow li:nth-child(2),
#contact.thanks #flow li:nth-child(3) {
	color:#fff;
	background:url(../../contact/img/flow_current.png) no-repeat right 0 #959595;
	background-size:auto 100%;
}
#contact #flow li:last-child {
	background-image:none !important;
}
#contact .inner p {
  font-size:16px;
  margin:0 0 20px;
}
#contact .inner p.chushaku {
  font-size:14px;
  margin:0;
	padding:0;
	text-indent:inherit;
}
#contact .inner p .hissu,
#contact form dl dt .hissu {
	color:#fff;
	font-size:80%;
	line-height:1.5;
	display:inline-block;
	padding:0 6px;
	margin:0 0.5em 0 0;
	background:#eb0202;
	border-radius:4px;
	position:relative;
	top:-1px;
}
#contact form p:first-child {
	margin:0 0 25px;
}
#contact.confirm form dl:last-child {
	display:none !important;
}

.contact_con, #contact form, #contact .tel_contact {
	max-width:1020px;
	margin:0 auto;
}
#contact form {
	margin:20px auto 100px;
}
#contact form dl {
	width:100%;
	display:flex;
	flex-flow:nowrap;
	border-left:solid 1px #e5e5e5;
	background:#eee;
}
#contact form #online {
	display:none;
}
#contact form #online.visible {
	display:flex;
}
#contact form dl:first-child,
#contact form dl.first,
#contact form p + dl {
	border-top:solid 1px #e5e5e5;
}
#contact form dl dt, #contact form dl dd {
	border-bottom:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
}
#contact form dl dt {
	min-width:230px;
	padding:19px;
	align-items: center;
	display:flex;
	box-sizing: border-box;
	position:relative;
}
#contact form dl dt.norequired {
	padding-left:19px;
}
#contact form dl dd {
	width:100%;
	padding:19px;
	background:#fff;
}
#contact form dl dt h3, #contact form dl dd,
#contact form dl dd input, #contact form dl dd textarea {
	line-height:1.5;
	font-size:16px;
	word-break: break-all;
}
#contact form dl dd p:first-child {
  margin:0 0 15px;
}
#contact form dl dd label {
	margin:15px 0 0;
	display: block;
	cursor: pointer;
}
#contact .inner form dl dd label + p.chushaku {
	margin-top:10px;
}
#contact form dl dd label span {
	font-size:80%;
	margin:0 0 0 1.5em;
	display:block;
}
#contact form dl dd label span.tm {
	font-size:100%;
	margin:0;
	display:inline-block;
}
#contact .inner form dl dd p.chushaku {
	text-indent:-1em;
	padding-left:1em;
}
#contact form dl dd textarea, #contact form dl dd .inputtext {
	width:100%;
	padding:10px 15px;
	border:solid 1px #e5e5e5;
	box-sizing: border-box;
}
#contact form dl dd input[type="radio"],
#contact form dl dd input[type="checkbox"] {
	margin-right:5px;
}
#contact form dl dd label.checkbox:first-child {
	margin-top:0;
}
.privacy_box {
	margin:40px 0 50px;
	border:solid 1px #e5e5e5;
}
.privacy_box h3 {
	font-size:24px;
	line-height:1.66;
	padding:6px;
	text-align: center;
	border-bottom:solid 1px #e5e5e5;
}
.privacy_box .text {
	text-align: center;
	padding:25px 35px;
}
#contact form .privacy_box .text p {
	text-align: left;
  margin: 0 0 15px;
}
#contact form .privacy_box .text p a {
	color:#036eb7;
	text-decoration:underline;
	padding:0 18px 0 0;
	background:url(../../common/img/blank.png) no-repeat right 4px top 4px;
	background-size:11px auto;
}
.privacy_box .text label {
	font-size:18px;
	line-height:1.3;
	padding:12px 50px;
	border:solid 1px #e5e5e5;
	border-radius:4px;
	display: inline-block;
	cursor:pointer;
	background:#e5e5e5;
}
.privacy_box .text label input {
	margin:0 0.5em 0 0;
	display: inline-block;
}
#contact .btn {
	width: 100%;
	display: flex;
	justify-content: center;
}
#contact .btn button,
#contact .btn a {
	color:#fff;
	font-size:18px;
	line-height:1.3;
	text-align:center;
	margin:0 20px;
	padding:15px 60px;
	background:#393939;
	border:solid 1px #393939;
	border-radius:4px;
	cursor:pointer;
	transition:ease .3s;
}
#contact .btn.disabled button {
	background:#a0a0a0;
	border:solid 1px #a0a0a0;
	pointer-events:none;
}
#contact .tel_contact {
	margin:30px auto 0;
	padding:20px 35px;
	border:solid 1px #e5e5e5;
}
#contact .tel_contact h3 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px;
}
#contact .tel_contact h3 span {
	line-height:1.3;
	display: inline-block;
}
#contact .tel_contact h3 .tel {
	font-size:30px;
	font-weight:bold;
	line-height:1.5;
	padding:0 0 6px 50px;
	background:url(../../common/img/tel.png) no-repeat 0 3px;
	background-size:40px auto;
	margin:0 25px 0 0;
}
#contact .tel_contact ul li {
	font-size:16px;
	line-height:1.5;
	margin:10px 0 0;
	padding-left:1.8em;
	position:relative;
}
#contact .tel_contact ul li .num {
	position:absolute;
	left:0;
}
#contact.confirm form dl dt {
	padding:19px;
}
#contact.confirm form dl dt .hissu {
	display:none !important;
}
#contact.confirm .btn {
	margin:40px auto 0;
}
#contact.confirm .btn + p {
	margin-top:20px;
	text-align: center;
}
#contact.thanks .contact_con h3 {
	font-size:24px;
	line-height:1.4;
	margin:40px 0 30px;
}
#contact.thanks .btn {
	margin-top:50px;
}

#read {
	margin:100px 0 90px;
	padding:0 20px;
}
#read .inner h1 {
	font-size:30px;
	line-height:1.6;
	font-weight:bold;
	text-align:left;
	margin:0 0 25px;
}
#read .inner p {
	font-size:20px;
	line-height:2.4;
	margin:0;
}

#apply a {
	color:#000;
	text-decoration:none;
	width:100%;
	padding:20px;
	border:solid 1px #e5e5e5;
	display:block;
	background:url(../../recruit/img/bg_grade.png) no-repeat 0 0;
	background-size:100% 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#apply a .image,
#apply a .image img {
	max-width:170px;
}
#apply a .text {
	padding:0 0 0 20px;
}
#apply a .text h2 {
	font-size:30px;
	line-height:1.2;
	margin:0 0 5px;
}
#apply a .text p {
	font-size:18px;
	line-height:1.5;
}

#senior .inner p {
	font-size:20px;
	line-height:1.5;
	margin:0;
}
#senior_slide {
	margin:45px -12px 0;
	visibility:hidden;
}
#senior_slide li {
	padding:0 12px 1px;
}
#senior_slide li a {
	color:#000;
	text-decoration:none;
	padding:10px;
	border:solid 1px #eee;
	display:block;
	background:#fff;
	box-sizing: border-box;
}
#senior_slide li a h2 {
	font-size:18px;
	font-weight:bold;
	line-height:1.5;
	margin:12px 0 5px;
}
#senior #senior_slide a p {
	font-size:16px;
	line-height:1.5;
	margin:0 0 5px;
}

#oubo {
	padding-top:0 !important;
	padding-bottom:30px !important;
}
#oubo .image {
	margin:15px 0 0 23px;
}
#oubo .button {
	margin:15px 0 0 23px;
}
#senior .button {
	text-align: right;
	margin:48px 0 95px;
}
#news .button {
	text-align:right;
	margin:50px 0 0;
}
#oubo .button a,
#senior .button a,
#news .button a {
	color:#000;
	font-size:18px;
  line-height:1.3;
  text-align:center;
	padding:10px 40px;
	border:solid 1px #e0e0e0;
	border-radius:4px;
	display:inline-block;
	box-sizing:border-box;
	white-space: nowrap;
}
#oubo .button a span,
#senior .button a span,
#news .button a span {
	padding: 0 0 0 17px;
  display: inline-block;
  background: url(../../common/img/sp_menu.png) no-repeat 0 center;
  background-size: 8px auto;
}
#oubo p {
	text-align:left;
	margin-left:23px;
}
#oubo p a {
	color:#143062;
	text-decoration:underline;
}
#boshu dl dd span {
	display:inline-block;
}
#boshu h2, #oubo h2 {
	text-align:left;
	margin-bottom:30px;
	border-bottom:solid 1px #143062;
}

#senior .shead {
	max-width:1380px;
	margin:0 auto;
	padding:0 0 50px;
	position: relative;
}
#senior .shead .image {
	width:65%;
	max-width:900px;
	position: relative;
	display: inline-block;
}
#senior .shead .image::before {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:50px;
	right:-50px;
	background:#ebebeb;
	display:block;
	z-index:0;
}
#senior .shead .image img {
	display:block;
	position:relative;
	z-index:1;
}
#senior .shead .text {
	width:540px;
	position: absolute;
	bottom:100px;
	right:0;
	padding:16px 10px;
	border:solid 1px #eee;
	background:rgba(255,255,255,0.96);
	display:flex;
	z-index:2;
	align-items: center;
}
#senior .shead .text div {
	padding:20px 10px 20px 30px;
	border-right:solid 1px #eee;
}
#senior .shead .text .belong {
	width:45%;
}
#senior .shead .text .year {
	width:30%;
}
#senior .shead .text .location {
	width:25%;
	border:0;
}
#senior .shead .text h2 {
	font-size:24px;
	font-weight:bold;
	line-height:1.3;
	margin:0 0 10px;
}
#senior .shead .text p {
	font-size:16px;
	margin:0;
}
#senior .ssec li {
	margin:100px 0 0;
	padding:0 0 0 20px;
	position:relative;
}
#senior .ssec li:nth-child(even) {
	padding:0 20px 0 0;
}
#senior .ssec li h3 {
	color:#fff;
	font-size:24px;
	font-weight:bold;
	line-height:1;
	padding:15px 20px 32px;
	position:absolute;
	top:-49px;
	left:0;
	z-index:0;
	background:#575e5d;
}
#senior .ssec li h3::after {
	content:"";
	width:21px;
	height:21px;
	display:block;
	background:url(../../recruit/senior/img/triangle.png) no-repeat 0 0;
	background-size:100% auto;
	position:absolute;
	bottom:-21px;
	left:0;
}
#senior .ssec li:nth-child(even) h3 {
	left:auto;
	right:0;
}
#senior .ssec li:nth-child(even) h3::after {
	left:auto;
	right:0;
	transform:rotateY(180deg);
}
#senior .ssec li .detail {
	position:relative;
	padding:35px;
	z-index:1;
	border:solid 1px #eee;
	background:#fff;
}
#senior .ssec li .detail p {
	font-size:16px;
	line-height:1.9;
}

#news .inner {
	max-width:1020px;
}
#news .kdetail h1 {
	font-size:30px;
	text-align:left;
	margin:40px 0 20px;
}
#news .kdetail h2 {
	font-size:26px;
  padding:0;
  margin:35px 0 20px;
  border-bottom:0;
}
#news .kdetail h2::before {
	display:none;
}
#news .kdetail h3 {
	font-size:22px;
  padding:0;
  margin:30px 0 15px;
}
#news .kdetail h4 {
	font-size:18px;
  padding:0;
  margin:20px 0 10px;
}
#news .kdetail h5 {
	font-size:14px;
  padding:0;
  margin:15px 0;
}
#news .kdetail h6 {
	font-size:12px;
  padding:0;
  margin:15px 0;
}
#news .kdetail p {
	font-size:16px;
  padding:0;
  margin:15px 0;
}
#news .kdetail img {
	height:auto;
}
#news .kdetail p strong {
	font-weight:bold;
}
#news .kdetail a {
	color:#000;
	text-decoration:underline;
}
#news .kdetail ul.two_col {
	margin:40px 0 0;
}
#news .kdetail ul.two_col li {
	width:50%;
	padding:0 20px 0 0;
	box-sizing:border-box;
	list-style:none;
	text-align:center;
}
#news .kdetail ul.two_col li:nth-child(even) {
	padding:0 0 0 20px;
}
#news .ktitle h2 {
	font-size:30px;
	padding:6px 0 7px 15px;
	margin:0 0 35px 10px;
	border-bottom:0;
	border-left:solid 4px #143062;
}
#news .ktitle h2::before {
  width:calc(100% + 15px);
  height:1px;
  background: #e5e5e5;
  position:absolute;
  top:auto;
	bottom:-10px;
  left:-15px;
}
#news .date {
	font-size:16px;
	text-align:right;
	margin:25px 0 5px;
}

.content-nav {
	width:100%;
	margin:40px 0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.content-nav a,
.content-nav span.current_page {
	color:#000;
	font-size:16px;
	text-align:center;
	padding:10px;
	margin:20px 10px 0;
	min-width:36px;
	border:solid 1px #e0e0e0;
	display:inline-block;
	box-sizing: border-box;
}
.content-nav span.current_page {
	color:#999;
	background:#eee;
}

.telfax {
	width:2em;
	display:inline-block;
}


@media only screen and (max-width:1399px) {
.sec_main .text h1 {
	font-size:60px;
}
section h1,
.midashi h1 {
  font-size:36px;
}
.products_menu ul li p {
  font-size:16px;
}
.other_link h3 a {
  font-size: 16px;
  width: 260px;
}
#wrapper {
	background:url(../../common/img/bg_contents.png) no-repeat center -8%;
	background-size:1500px auto;
}

}


@media only screen and (max-width:1199px) {
.sec_main .text h1 {
	font-size:50px;
}
section h1,
.midashi h1 {
  font-size:32px;
  margin:0 0 40px;
}
.products_menu ul li p {
  font-size:15px;
}
.products_menu {
  margin:80px 0;
}
#comp_menu {
	margin-top:70px;
}
.other_link h3 a {
  font-size:15px;
}
.sec_con .inner .checklist + p {
	margin-left:30px;
}
.system_table dl dt, .system_table dl dd {
	font-size:15px;
	padding:6px 15px;
}
.system_table dl dt {
	padding:6px 1em;
}
.slide_inner {
	min-height:280px;
	padding:0 40px;
}
#senior .shead .text {
	width:500px;
}
#senior .shead .text div {
  padding: 15px 0px 15px 20px;
}
#senior .shead .text h2 {
  font-size:20px;
}
#senior .ssec li {
  margin: 80px 0 0;
}
#senior .ssec li h3 {
  font-size: 22px;
}

}


@media only screen and (max-width:1099px) {
.midashi h1 {
	margin:0 0 30px;
}
.products_menu {
  margin:60px 0 80px;
}
#comp_menu {
	margin-top:60px;
}
.products_menu ul li p {
  font-size:16px;
}
.sec_con .inner .checklist + p {
	margin-left:26px;
}
.products_main p {
  font-size:13px;
  padding:15px 15px 0 25px;
}

}


@media only screen and (max-width:999px) {
#wrapper {
	background-position:center -14% !important;
}
.sec_main .text h1 {
	font-size:42px;
}
section h1 {
  font-size:26px;
  margin:0 0 35px;
}
#read {
  margin:80px 0 70px;
}
#read .inner h1 {
	font-size:26px;
}
#read .inner p {
  font-size: 18px;
}
.two_col .left {
  padding:0 15px 0 0;
}
.two_col .right {
  padding:0 0 0 15px;
}
.products_menu ul li p {
  font-size: 15px;
}
.hinshu_table p,
.hinshu_table td, .hinshu_table th {
	font-size:14px;
}
.hinshu_table thead td, .hinshu_table thead th, .hinshu_table .tablehead td, .hinshu_table .tablehead th {
	font-size:16px;
}
.hinshu_table ul li {
	font-size:16px;
	margin:10px 0 0 1.5em;
}
.hinshu_table ul {
  margin: 40px 0 0;
}
.hinshu_table, .sec_con {
	margin:0 0 70px;
  padding: 80px 20px 0;
}
.midashi h1::before {
  height:70px;
  top: -80px;
}
.contact_btn a {
	font-size:26px;
	max-width:600px;
}
.contact_btn a span {
  padding: 20px 0 20px 48px;
  background: url(../../common/img/ico_contact.png) no-repeat 0 center;
  background-size: 40px auto;
}
.a_link ul li,
#apply a .text p {
	font-size:16px;
}
#flow li,
#senior .inner p {
	font-size:18px;
}
#message .inner .midashi + p {
  margin-top:0;
}
#message .inner p {
	font-size:16px;
}
#message .two_col .image {
	min-width:280px;
	margin:0 0 0 40px;
}
#message .two_col .image h3 {
	font-size:22px;
}
.system_table dl dt, .system_table dl dd {
	font-size:14px;
}
.system_table,
#oeko-tex.sec_con .inner p + h2 {
  margin-top: 30px;
}
.details .inner .two_col p {
	font-size:16px;
}
.ov_list dl dt,
.ov_list dl dd,
#news dl dt,
#news dl dd {
	font-size:16px;
}
#map .two_col .text p.chushaku {
  font-size:14px;
}
#map .two_col .text {
  min-width: 300px;
}

#development .two_col .left {
	padding:0 15px 0 0;
}
#development .two_col .right {
	padding:0 0 0 15px;
}
.privacy_box h3 {
	font-size:22px;
}
#senior_slide {
  margin:30px -12px 0;
}
#apply a {
	padding:15px;
}
#apply a .text {
  padding:0 0 0 15px;
}
#apply a .text h2 {
	font-size:24px;
}
#apply a .image, #apply a .image img {
  max-width: 150px;
}
#senior .shead .image {
  width: 75%;
}
#senior .shead .text {
	padding:10px 5px;
}
#senior .shead .text div {
  padding: 10px 0px 10px 15px;
}
#senior .shead .text {
  width: 420px;
	bottom: 85px;
}
#senior .shead .text h2 {
  font-size: 18px;
}
#senior .shead .text p {
  font-size: 14px;
}
#senior .ssec li h3 {
	font-size:20px;
	letter-spacing:0;
}
#senior .ssec li .detail {
	padding:25px;
}
#news .kdetail h1 {
	font-size:28px;
}
#news .kdetail h2 {
	font-size:24px;
}
#news .kdetail h3 {
	font-size:20px;
}
#news .kdetail ul.two_col {
  margin:30px 0 0;
}
#news .kdetail ul.two_col li {
	padding:0 15px 0 0;
}
#news .kdetail ul.two_col li:nth-child(even) {
	padding:0 0 0 15px;
}

}


@media only screen and (max-width:899px) {
.sec_main .text h1 {
	font-size:36px;
}
.products_menu {
  margin:60px 0;
}
#apply a .text h2 {
	font-size:22px;
}
#apply a .image, #apply a .image img {
  max-width: 110px;
}
#message .two_col .image {
	min-width:250px;
}
#message .two_col .image h3 {
	font-size:20px;
}

}


@media only screen and (max-width:799px) {

}

@media only screen and (max-width:767px) {
#wrapper {
	background-position:center -18% !important;
}
section h1,
.midashi h1 {
  font-size:34px;
}
.products_menu {
  margin:30px 0 50px;
}
#comp_menu {
	margin-top:30px;
}
.products_menu ul {
	margin:0;
}
.products_menu ul li {
  width:50%;
}
.products_menu ul li {
  padding:0 12px 0 0;
}
.products_menu ul li:nth-child(even) {
	padding:0 0 0 12px;
}
.products_menu ul li p {
  font-size:18px;
}
.other_link h3 a span {
  padding: 0 0 0 12px;
  background: url(../../common/img/sp_menu_org.png) no-repeat 0 center;
  background-size: 6px auto;
}
.other_link h3 a {
  font-size:14px;
  padding:10px;
}
.table_scroll {
	width:100%;
	overflow:auto;
}
.table_scroll table {
	min-width:1000px;
}
.contact_btn a {
	font-size:20px;
	width:85%;
}
.a_link ul li {
	padding:0 20px;
}
.sec_con .inner .midashi + p {
	margin-top:0;
}

.table_sec.two_col .left,
.table_sec.two_col .right {
	width:100%;
	padding:0;
}
.hinshu_table, .sec_con {
	margin:0 0 60px;
	padding:80px 15px 0;
}
.sec_con .inner .checklist + p {
	margin-left:30px;
}
.sec_box {
	margin:50px 0 0;
}
.system_table dl dt, .system_table dl dd {
  font-size:16px;
}
#system .two_col, #eco .two_col {
	flex-direction: column-reverse;
}
#system .image, #eco .image {
  min-width:inherit;
  padding:0 0 25px;
}
#system .two_col .text {
	width:100%;
}
#map .inner .two_col {
	display:block;
}
#map .two_col .text {
	width:100%;
	margin:0 0 25px;
	min-width:inherit;
}

#development .two_col {
	display:block;
}
#development .two_col .left,
#development .two_col .right {
	width:auto;
}
#development .two_col .left,
#development .two_col .right {
	padding:0;
}
#development .two_col .right {
	text-align:center;
}
#development .image {
	margin:30px auto 0;
	display:inline-block;
}
#flow li {
	font-size:16px;
}
#contact form dl {
	display: block;
}
#contact.confirm .btn + p {
	font-size:14px;
}
#contact.thanks .contact_con h3 {
	font-size:20px;
	margin:35px 0 25px;
}
#contact.thanks .btn {
	margin-top:40px;
}
#contact form #online.visible {
	display:block;
}
#read {
  margin:60px 0 50px;
}
#read .inner h1 {
  font-size:24px;
}
#read .inner p {
	line-height:2.2;
}
#apply, #senior {
  padding:80px 20px 0;
  margin:0 0 70px;
	clear:both;
}
#apply a {
	display:block;
}
#apply a .image, #apply a .image img {
	max-width:100%;
}
#apply a .text {
	width:100%;
  padding:10px 0 0;
}
#oubo .button a span,
#senior .button a span,
#news .button a span {
  padding: 0 0 0 12px;
  background: url(../../common/img/sp_menu.png) no-repeat 0 center;
  background-size: 6px auto;
}
#senior .shead {
	padding:0;
}
#senior .shead .text {
	width:100%;
	position:relative;
	bottom:0;
}
#senior .shead .image {
	width:100%;
	display:block;
}
#senior .shead .image::before {
	display: none;
}
#senior .shead .text h2 {
  font-size: 20px;
}
#senior .shead .text p {
  font-size: 16px;
}
#senior .button {
  margin: 40px 0 60px;
}

#news .kdetail h1 {
	font-size:26px;
}
#news .ktitle h2 {
	font-size:26px;
  padding:6px 0 6px 12px;
}
#news .kdetail ul.two_col {
  margin:25px 0 0;
}
#news .kdetail ul.two_col li {
	padding:0 10px 0 0;
}
#news .kdetail ul.two_col li:nth-child(even) {
	padding:0 0 0 10px;
}
#news .date {
	font-size:14px;
	margin:25px 0 10px;
}
#news .button {
	margin:40px 0 0;
}
#message .two_col {
	display:block;
}
#message .two_col .image {
	min-width:inherit;
	margin:0 0 30px;
}
#message .two_col .image img {
	margin:0 auto;
	display:block;
}
#message .two_col .image h3 {
	font-size:22px;
	text-align:center;
	margin:15px auto 0;
}
#message .two_col .image h3 span {
	margin-bottom:8px;
}

}


@media only screen and (max-width:639px) {
.sec_main .text h1 {
	font-size:32px;
}
section h1,
.midashi h1 {
  font-size: 30px;
}
.products_menu {
  padding:0 15px;
}
.products_menu ul li p {
  font-size: 14px;
}
.products_menu ul li {
  padding: 0 10px 0 0;
	margin:0 0 20px;
}
.products_menu ul li:nth-child(even) {
	padding:0 0 0 10px;
}
.contact_btn a {
	font-size:18px;
	width:100%;
}
.sec_con .inner p {
	margin:20px 0 0;
}
.sec_con h2 {
	font-size:20px;
}
.products_menu ul li p {
	margin-top:10px;
}
.details .inner h2 {
	margin:0 0 15px;
}
.details .inner p {
	font-size:16px;
  margin:15px 0 0;
}
.details .inner ul {
	margin:20px 0 0;
}
.details .inner ul li {
	font-size:15px;
}
.system_table dl dt, .system_table dl dd {
  font-size: 15px;
}
#privacy.sec_con h2::before {
	top:3px;
}
#privacy .inner p {
  margin-left:20px;
}
.thirdbox {
  padding:25px 0 0 20px;
}
.thirdbox h3 {
	font-size:18px;
}
#privacy .inner .thirdbox ul {
  margin-bottom:20px;
}
#privacy .thirdbox ul li {
	font-size:16px;
	margin-top:10px;
}
#privacy .inner p.chuui {
	font-size:13px;
}

.ov_list dl,
#news dl {
	display:block;
}
.ov_list dl dt,
#news dl dt,
#history .ov_list dl dt {
	color:#143062;
	font-size:18px;
	font-weight:bold;
	min-width:inherit;
	border-bottom:0;
	padding:25px 10px 5px;
}
.ov_list dl dd,
#news dl dd {
	padding:0 10px 15px;
}
#map .inner .two_col {
  margin: 0 0 50px;
}
.maparea iframe {
	height:300px;
}
.privacy_box h3 {
  font-size: 20px;
}
#contact .btn button,
#contact .btn a {
  font-size: 16px;
  text-align: center;
  margin: 0 15px;
  padding: 12px 40px;
}
.privacy_box .text {
  padding: 20px 25px;
}
.privacy_box .text label {
	font-size:16px;
}
#contact .tel_contact h3 {
	margin:0 0 15px;
}
#contact .tel_contact h3 .tel {
  font-size: 26px;
  padding: 5px 0 8px 50px;
}
#contact .tel_contact ul li {
  font-size: 14px;
}
#contact .btn button,
#contact .btn a {
  font-size: 16px;
  margin: 0px 10px;
  padding: 12px 20px;
}
.privacy_box {
	margin:40px 0;
}
#contact .tel_contact {
	padding:15px;
}
#apply .new_graduate {
  padding:0 15px 0 0;
}
#apply .mid_career {
  padding:0 0 0 15px;
}
#senior .ssec li h3 {
  font-size: 18px;
}
#senior .ssec li .detail {
  padding: 20px;
}
#senior .shead .text div {
	padding:10px;
}
#news .kdetail h1 {
	font-size:24px;
}
#news .kdetail h2 {
	font-size:22px;
}
#news .ktitle h2 {
	font-size:24px;
  margin:0 0 30px 10px;
}

}


@media only screen and (max-width:559px) {
.sec_main .text h1 {
	font-size:28px;
}
.products_menu ul li a {
  padding: 10px 10px 13px;
}
.hinshu_table, .sec_con {
	padding:60px 15px 0;
}
.midashi h1::before {
  height: 50px;
  top: -60px;
}
#read {
  margin:40px 0;
	padding:0 15px;
}
#read .inner h1 {
  font-size:20px;
}
#read .inner p {
  font-size:16px;
}
#apply, #senior {
  padding:60px 15px 0;
  margin:0 0 60px;
}
#apply .new_graduate {
  padding:0 10px 0 0;
}
#apply .mid_career {
  padding:0 0 0 10px;
}
#apply a .text h2 {
  font-size:20px;
}
.a_link ul li, #apply a .text p {
  font-size:14px;
}
#senior .inner p {
  font-size:16px;
}
#message .inner p.name img {
	width:300px;
}

}


@media only screen and (max-width:479px) {
#wrapper {
	background-position:center -32% !important;
}
.sec_main .text h1 {
	font-size:26px;
}
section h1,
.midashi h1 {
  font-size: 26px;
  margin:0 0 30px;
}
.products_menu ul li {
  padding: 0 7px 0 0;
	margin:0 0 15px;
}
.products_menu ul li:nth-child(even) {
	padding:0 0 0 7px;
}
.products_menu ul li p br {
  display: none;
}
.other_link h3 a {
  width:240px;
}
.contact_btn a {
	font-size:18px;
}
.contact_btn a br {
	display: inline;
}
.contact_btn a span {
  padding:15px 0 15px 48px;
}
.a_link ul li {
  font-size: 14px;
	padding:0 15px;
}
.sec_con h2 {
	font-size:18px;
	padding:5px 0 10px 23px;
}
.sec_con h2::before {
	top:0;
}
.system_table dl dt, .system_table dl dd,
.details .inner .two_col p {
  font-size:14px;
}
.system_table dl dt {
	padding:6px 0.8em;
	min-width:10.5em;
	max-width:10.5em;
}
.system_table dl dd {
	padding:6px 0.8em;
}
.ov_list dl dt,
#news dl dt {
	font-size:16px;
}
.ov_list dl dd,
#news dl dd {
	font-size:14px;
}
#flow li {
  font-size: 14px;
}
#contact.thanks .inner p br {
	display: none;
}
#apply .two_col {
	display: block;
}
#apply .new_graduate, #apply .mid_career {
  width:100%;
	padding:0;
	margin:15px 0 0;
}
#apply a {
	display:flex;
}
#apply a .text {
  padding:0 0 0 15px;
}
#apply a .image, #apply a .image img {
  max-width: 120px;
}
#oubo {
	text-align:center;
}
#oubo .image {
	margin:15px 0 0;
}
#oubo p {
	margin-left:0;
}
#senior .shead .text h2 {
  font-size: 18px;
}
#senior .shead .text p {
  font-size: 14px;
}
#senior .shead .text {
	align-items:flex-start;
}
#senior .ssec li {
  margin: 60px 0 0;
	padding:0 0 0 10px;
}
#senior .ssec li:nth-child(even) {
  padding:0 10px 0 0;
}
#senior .ssec li .detail {
  padding: 15px;
}
#senior .ssec li h3 {
  font-size: 3.9vw;
	padding: 12px 14px 20px;
	top:-36px;
}
#senior .ssec li .detail p {
  font-size: 14px;
}
#senior .button {
  margin: 30px 0 50px;
}
#senior .button a,
#news .button a {
	font-size:14px;
	padding:10px 25px;
	width:240px;
}
#senior .shead .text {
  padding: 10px 0px;
}
#senior .shead .text div {
  padding: 5px 1px 5px 10px;
}
#senior .shead .text h2 {
  font-size: 16px;
}
#senior .shead .text p {
  font-size: 13px;
}
.thirdbox h3 {
	font-size:16px;
}

}


@media only screen and (max-width:419px) {
.sec_main .text h1 {
	font-size:24px;
}
.products_menu ul {
  display: block;
}
.products_menu ul li {
  width:100%;
	padding:0 !important;
}
.products_menu ul li p {
  font-size: 16px;
}
#news .kdetail h1 {
  font-size:22px;
}
#news .kdetail h2 {
  font-size:20px;
}
#news .kdetail h3 {
  font-size:18px;
}
#news .kdetail h4 {
  font-size:16px;
}
#news .kdetail p {
  font-size:14px;
}
#news .ktitle h2 {
	font-size:22px;
}

}


@media only screen and (max-width:369px) {
.ov_list dl dd p.yakuin {
	font-size:13px;
}

}


@media only screen and (min-width:768px) {
.products_menu ul li a .image,
.products_menu ul li a p,
.other_link h3 a,
.other_link h3 a span,
.contact_btn a,
#contact .btn button,
#contact .btn a,
#apply a .image,
.slick-prev,
.slick-next,
#senior_slide li a .image,
#senior_slide li a,
#oubo .button a,
#oubo .button a span,
#senior .button a,
#senior .button a span,
#news .button a,
#news .button a span,
.content-nav a {
  transition:ease .3s;
}
.slick-prev:hover,
.slick-next:hover {
	opacity:.5;
}
.products_menu ul li a:hover .image,
.contact_btn a:hover,
#apply a:hover .image,
#senior_slide li a:hover .image {
  opacity:.7;
}
.products_menu ul li a:hover p {
  color:#143062;
  text-decoration: underline;
}
#senior_slide li a:hover,
.content-nav a:hover {
	color:#143062;
	border:solid 1px #143062;
}
.a_link ul li a {
	position:relative;
}
.a_link ul li a::after {
	content:"";
	width:calc(100% - 20px);
	height:1px;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	background:#fff;
	display:none;
}
.mac .a_link ul li a::after {
	bottom:1px;
}
.a_link ul li a:hover {
	text-decoration:none;
}
.a_link ul li a:hover::after {
	display:block;
}

.other_link h3 a:hover {
  background:#143062;
}
.other_link h3 a:hover span {
  color:#fff;
  background: url(../../common/img/sp_menu_whi.png) no-repeat 0 center;
  background-size: 8px auto;
}
#contact .btn button:hover,
#contact .btn a:hover {
	color:#393939;
	background:#fff;
}
.ov_list dl dd a:hover,
#news dl dd a:hover {
	text-decoration:none;
}
#oubo .button a:hover,
#senior .button a:hover,
#news .button a:hover {
	border:solid 1px #143062;
	background:#efefef;
}
#oubo .button a:hover span,
#senior .button a:hover span,
#news .button a:hover span {
	color:#143062;
}
#privacy .inner p a:hover,
#contact form .privacy_box .text p a:hover,
#news .kdetail a:hover,
#oubo p a:hover {
	color:#143062;
	text-decoration:none;
}


}


@media only screen and (max-width:999px) and (min-width:768px) {
.a_link ul li a::after {
	bottom:-1px;
}
.mac .a_link ul li a::after {
	bottom:0;
}

}
