@charset "utf-8";
/* CSS Document */
/* TOPページ */

/* メインビジュアル */
.main-vs {
	position: relative;
	width: auto;
	padding-top: calc( ( 753 / 1920 * 100%) - 0px);
	position: relative;
	background: url(../../img/top/main.jpg) no-repeat top center;
	background-size: cover;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
.home #container {
/*	padding-top: 120px;*/
}

.main-vs-txt {
	width: 926px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	display: none;
}
.main-vs p {
	margin: 0;
	color: #004898;
	font-weight: bold;
	font-feature-settings:normal;
}

.main-catch {
	font-size: 35px;	
}

.sub-catch {
	font-size: 20px;	
}

#online-banner {
	width: 1100px;
	margin: 0 auto 60px;
	text-align: center;
}
#online-banner ul {
	display: flex;
	justify-content:space-between;
	align-items: flex-start;
}
#online-banner ul li {
	width: calc( ( 100% - 20px ) / 2 );
	margin-right: 20px;
}
#online-banner ul li:last-child {
	margin-right: 0;
}

@media (max-width: 767px) {

.main-vs {
    min-width: inherit;
    position: relative;
    width: auto;
    background: url(../../img/top/main_sp.jpg) no-repeat center center;
	
	padding-top: calc( ( 946 / 750 * 100%) - 0px);
	background-size: auto 100%;
	
    margin-bottom: 0;
}
	
	.main-catch {
    font-size: 27px;
}
	
	.sub-catch {
    font-size: 14px;
}
	
	.main-vs-txt {
    width: auto;
    height: auto;
    position: relative;
}
	.sp-main-bt {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 50%;
		margin: 0 auto;		
	}
	
	.sp-main-bottom-contact {
		background-color: #fff;
		padding: 5px;
	}
	.sp-main-bottom-contact ul {
		display: flex;
		justify-content: space-between;
	}
	.sp-main-bottom-contact ul li {
		width: 50%;
		margin-right: 4px;
	}
	.sp-main-bottom-contact ul li:last-child {
		margin-right: 0;
	}
	.sp-main-bottom-contact ul li img {
		vertical-align: bottom;
	}
}

/* TOPニュースタブ */

#news {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.news-tab {
    width: 1100px;
    margin: 0 auto 45px;
}
.news-tab-ul {
	display: flex;
	justify-content: space-between;
}
.news-tab-ul li {
	font-size: 20px;
	position: relative;
	width: calc( ( 100% / 3 ) - 17px );
	display: block;
	color: #084EA1;
	border: 1px solid #084EA1;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.news-tab-ul li:before {
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 9px;
	content: "";
	background: url(../../img/top/icon_arrow_bottom_blue.svg) no-repeat left center;
}
.news-tab-ul li:hover:before {
	background: url(../../img/top/icon_arrow_bottom_white.svg) no-repeat left center;
}
.news-tab-ul li.active,
.news-tab-ul li:hover {
	background: #084EA1;
	color: #fff;
}

.news-tab-ul li.active:before {
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 9px;
	content: "";
	background: url(../../img/top/icon_arrow_bottom_white.svg) no-repeat left center;
}
.news-tab-ul li.active:after {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -15px;
	margin: auto;
	width: 20px;
	height: 14px;
	content: "";
	background: url(../../img/top/icon_tab_active.svg) no-repeat left center;
}

#top-tab-content {
	width: 1100px;
	margin: 0 auto;
}

#top-tab-content > div {
	display: none;
	padding: 0px;
}
#top-tab-content > div.show {
	display: block;
}

.tab-cnt {
	display: flex;
	justify-content:flex-start;
}
.tab-cnt a {
	color: #000;
	text-decoration: none;
}
.tab-cnt h2 {
	font-size: 16px;
}
.tab-cnt .text p {
	font-size: 14px;
	margin-bottom: 0;
}
.tab-cnt .text p a {
	display: none;
}
.tab-cnt article {
	width: 212px;
}

#news .slick-list {
}

#news .slick-slide {
  margin-right: 0px;
}

#news .prev-arrow {
    position: absolute;
    left: -70px;
    top: 115px;
    z-index: 1;
}

#news .next-arrow {
    position: absolute;
    right: -70px;
    top: 115px;
    z-index: 1;
}

#news .slick-dots {
	bottom: -100px;
}
#news .more-bt-cnt {
	margin-top: 0;
}
#news .slick-dots li.slick-active button:before {
	content: url(../../img/top/dots_on.svg);
	position: absolute;
    top: 0px;
}

#news .slick-dots li button:before {
	content: url(../../img/top/dots_off.svg);
	position: absolute;
    top: 0px;
}

.thumbnail-img {
	width: 212px;
	height: 212px;
	background-position: center center !important;
	background-size: cover !important;
}
#tab3 .thumbnail-img {
	background-size:100% auto !important;
}
.thumbnail-img:hover {
	opacity: 0.8;
}
.tab-cnt .hentry {
	border: none;
	margin-bottom: 0;
}

.cat-data,
.cat-data a {
	color: #084EA1;
	text-decoration: none;
	font-size: 12px;
}

@media (max-width: 767px) {

	#news {
		width: auto;
		height: auto;
		padding: 20px 0 0;
		overflow: hidden;
	}
	#news .slick-dots {
    bottom: -80px;
}
	#news .prev-arrow {
    left: 0px;
    bottom: -91px;
	}
	#news .next-arrow {
    right: 0px;
    bottom: -91px;
	}
#top-tab-content {
    width: auto;
}
	.news-tab {
		padding: 0 20px;
	}
	.news-tab-ul li {
		width: calc( ( 100% / 3 ) - 10px );
		padding: 12px 0;
		font-size: 14px;
	}
	.news-tab-ul li:before,
	.news-tab-ul li.active:before {
    	left: 10px;
		display: none;
	}
	#top-tab-content > div {
		padding: 20px;
	}
	#news .slick-list {
    margin-right: 0 !important;
}
	#news .slick-slide {
		margin-right: 0px;}
	
	.thumbnail-img {
		width: auto;
		height: 180px;
	}
	.tab-cnt article {
    width: auto;
    margin-right: 15px;
}
	.more-bt-cnt {
    margin-top: 100px;
    padding: 0 20%;
}
	
}

/* サービス紹介リンク */

.top-rec-wrap {
	width: 1100px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.top-rec-wrap a {
	position: relative;
	display: block;
	width: 50%;
	min-height: 380px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	overflow: hidden;
	border-right: 1px solid #fff;
}
.top-rec-wrap a:link,
.top-rec-wrap a:visited {
	color: #fff;
	text-decoration: none;
}
.top-rec-wrap a:hover {
	text-decoration: none;
}
.top-rec-wrap .rec:after,
.top-rec-wrap .int:after,
.top-rec-wrap .example:after,
.top-rec-wrap .seminar:after,
.top-rec-wrap .media:after {
	position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
	top: 0;
	background: url(../../img/top/top_rec_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.top-rec-wrap .rec *,
.top-rec-wrap .int *,
.top-rec-wrap .example *,
.top-rec-wrap .seminar *,
.top-rec-wrap .media * {
	position: relative;
	z-index: 1;
}
.top-rec-wrap .int:after {
	background: url(../../img/top/top_ins_bg.jpg) no-repeat top center;
}
.top-rec-wrap .example:after {
	background: url(../../img/top/service_img09.jpg) no-repeat top center;	
}
.top-rec-wrap .seminar:after {
	background: url(../../img/top/service_img10.jpg) no-repeat top center;
}
.top-rec-wrap .media:after {
	background: url(../../img/top/service_img11.jpg) no-repeat top center;
}
.top-rec-wrap div:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.top-rec-wrap a h2.ttl {
	background: none;
	font-size: 48px;
	margin-top: 121px;
	line-height: 1;
	margin-bottom: 15px;
}
.top-rec-wrap .sub-name {
	font-size: 24px;
	line-height: 1;
}
	

@media (max-width: 767px) {

.top-rec-wrap {
    width: auto;
    min-width: inherit;
    display: block;
	padding: 0 20px;
	margin-bottom: 50px;
}
	
	.top-rec-wrap a {
		width: auto;
	}
	
	.top-rec-wrap a {
		border-right: none;
		border-bottom: 4px solid #E5F1FF;
	}

}


/* お客様の声 */

#top-voice {
	width: auto;
	height: auto;
	background-color: #F7F8F9;
}

.voice-cnt {
    min-width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.voice-cnt article {
	width: 25%;
}

.voice-cnt .hentry {
    background: none;
    border-radius: inherit;
    margin-bottom: 0;
    border: none;
	overflow: hidden;
}

.voice-cnt .thumbnail-img {
	max-width: 480px;
	width: auto;
	height: 250px;
}
.voice-cnt .hentry .text {
	position: relative;
	padding: 57px 32px 37px;
	text-align: left;
	background-color: #fff;
	min-height: 147px;
	height: 184px !important;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	margin: -30px 30px 30px 30px;
}

.voice-cnt .hentry .time-cat {
	position: absolute;
	top: 15px;
	left: -20px;
}

.voice-cnt .hentry .text .cat-data {
    /* font-family: 'Noto Sans Japanese'; */
	display: inline-block;
	background-color: #084EA1;
	color: #fff;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	min-width: 90px;
	text-align: center;
}

.voice-cnt .hentry .news-txt .kiji-date {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	min-width: 90px;
	text-align: center;
}
.voice-cnt .hentry .text .cat-data a {
	color: #fff;
	display: block;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.voice-cnt .hentry .text .cat-data a {
	display: none;
}
.voice-cnt .hentry .text .cat-data a:first-child {
	display: block;
}
.voice-cnt .hentry .text a {
	text-decoration: none;
}
.voice-cnt .hentry .text h2,
.voice-cnt .hentry .text .column-ttl {
    /* font-family: 'Noto Sans Japanese'; */
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: border-left;
	line-height: 1.4em;
}
.voice-cnt .hentry .text h2 a,
.voice-cnt .hentry .text .column-ttl a {
	color: #000;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;		
}
.voice-cnt .hentry .text p {
    /* font-family: 'Noto Sans Japanese'; */
	font-size: 16px;
	margin: 0;
}
.text .excerpt-read-more {
	display: none;		
}
#top-voice .slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.voice-cnt .slick-list {
  margin-right: 0 !important;
}
.voice-cnt .slick-slide {
  margin-right: 0;
}
.voice-cnt .prev-arrow {
    position: absolute;
    left: 38%;
    bottom: -108px;
    z-index: 1;
}
.voice-cnt .next-arrow {
    position: absolute;
    right: 38%;
    bottom: -108px;
    z-index: 1;
}
.voice-cnt .slick-dots li.slick-active button:before {
	content: url(../../img/top/dots_on.svg);
	position: absolute;
    top: 0px;
}
.voice-cnt .slick-dots li button:before {
	content: url(../../img/top/dots_off.svg);
	position: absolute;
    top: 0px;
}
.voice-cnt .slick-dots {
    bottom: -98px;
}

#top-voice .more-bt-cnt {
	margin-top: 140px;
}

@media (max-width: 767px) {
	#top-voice {
		min-width: inherit;
		width: auto;
	}
	
	.voice-cnt {
		min-width: inherit;
		width: auto;
	}
	.voice-cnt .prev-arrow {
    left: 20px;
    bottom: -50px;
	}
	.voice-cnt .next-arrow {
    right: 20px;
    bottom: -50px;
	}
	.voice-cnt .slick-dots {
    	bottom: -41px;
	}
	#top-voice .more-bt-cnt {
		margin-top: 90px;
	}
}
	

/* 新デザイン 2020年3月版 */

.about-us {
	background: url(../../img/top/about_us_bg.jpg) no-repeat left top;
	background-size: cover;
}
.about-us-inner {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 80px 0 0 0;
}

.about-left {
	width: 50%;
	padding: 50px 55px 5px 55px;
	box-sizing: border-box;
	background-color: #fff;
}
.about-left h2 {
	text-align: center;
	color: #084EA1;
	font-size: 48px;
	line-height: 1;
	margin: 0 0 30px 0;
	font-weight: bold;
}
.about-left h2 span {
	font-size: 18px;
	display: block;
	font-weight: normal;
}

.about-right {
	width: 50%;
	padding-top: 80px;
	padding-bottom: 70px;
}
.about-year {
    font-size: 30px;
    margin: 0;
    line-height: 1.2;
    border-bottom: 1px solid #313131;
    font-weight: bold;
	padding-bottom: 15px;
}
.about-year em {
	font-size: 60px;
	color: #084EA1;
	font-style: normal;
	vertical-align: sub;
	margin: 0 5px;
}
.about-year span {
	font-size: 20px;
}
.about-year-bottom {
	font-size: 20px;
	margin: 0;
}
.about-txt {
	text-align: left;
}
.about-txt p {
	margin-bottom: 30px;
	font-size: 18px;
}
.about-txt p strong {
	font-size: 24px;
	background: url(../../img/top/line-yellow.jpg) no-repeat center bottom -20px;
}
.about-txt p strong span {
	font-size: 18px;
}
.about-txt ul {
	margin: 20px 0 0 0;
}
.about-txt ul li {
	font-size: 20px;
    background: url(../../img/recruit/senior/list_check.png) no-repeat left top 4px;
    padding: 2px 0 2px 30px;
    margin-bottom: 10px;
    font-weight: bold;
    background-size: 20px 23px;
}

.more-bt2 {
    display: block;
    text-align: center;
    width: 290px;
    margin: 45px auto 45px auto;
}
.more-bt2 a {
    /* font-family: 'Noto Sans Japanese'; */
    position: relative;
    display: block;
    color: #084EA1;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #E5F1FF;
    background-color: #E5F1FF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	text-decoration: none;
}

.more-bt2 a:before {
    position: absolute;
    right: -26px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 54px;
    height: 9px;
    content: "";
    background: url(../../img/top/icon_arrow_right_blue.svg) no-repeat left center;
}
.more-bt2 a:hover {
	background-color: #084EA1;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}
.more-bt2 a:hover:before {
    background: url(../../img/top/icon_arrow_right_blue.svg) no-repeat left center;
}
.area-sev {
	width: auto;
	background: url(../../img/top/area_bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 100px;
}
.area-sev-inner {
	width: 1100px;
	margin: 0 auto;
}
.area-sev-head {
	width: auto;
	height: auto;
	display: flex;
	justify-content:flex-start;
	align-items: flex-start;
	padding: 105px 0 0 0;
	margin-bottom: 125px;
}
.area-sev-inner .left-cnt {
	width: 440px;
}
.area-sev-inner .left-cnt h2 {
	text-align: left;
	line-height: normal;
}
.area-sev-inner .left-cnt strong {
	font-size: 30px;
	color: #632729;
	line-height: 1.2;
}
.area-sev-inner .left-cnt strong em {
	font-size: 60px;
	font-style: normal;
}
.area-sev-inner .left-cnt strong em.orange {
	color: #EC6104;
}
.area-sev-inner .left-cnt strong em.y-line {
	background: url(../../img/top/line-yellow2.png) no-repeat center bottom -40px;
}

.area-sev-inner .right-cnt {
	flex-basis: auto;
	margin-left: 180px;
	padding-top: 35px;
}
.area-sev-inner .right-cnt p {
	font-size: 18px;
	color: #632729;
	text-align: left;
	letter-spacing: -1px;
	line-height: 2;
}
.area-sev-inner .right-cnt p strong {
	font-size: 28px;
}
.area-sev-inner .right-cnt p strong.y-line {
	background: url(../../img/top/line-yellow3.png) no-repeat center bottom -25px;
}
.area-sev-inner .ttl-wrap h2.ttl {
	font-size: 50px;
	color: #632729;
}
.area-sev-inner .ttl-wrap p.sub-name {
	font-size: 20px;
	color: #632729;
}
.area-sev-list + .ttl-wrap {
	margin-top: 40px;
	margin-bottom: 10px;
}
.top-searvice-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 25px;
	line-height: 1.5;
	text-align: center;
}
.top-searvice-area .area-box-1,
.top-searvice-area .area-box-2 {
	width: 450px;
	min-height: 380px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}
.top-searvice-area .area-box-1 {
	background-image: url(../../img/top/area_area_bg01.svg);
}
.top-searvice-area .area-box-2 {
	background-image: url(../../img/top/area_sev_bg02.png);
}
.top-searvice-area .lead {
	font-size: 40px;
	font-weight: bold;
	color: #632729;
	margin: 0;
}

.top-searvice-area .area-box-1 .lead {
	margin-bottom: 30px;
}

.top-searvice-area .area-box-2 .lead {
	margin-bottom: 80px;
}

.top-searvice-area .area-box-1 .area-flex {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 13px;
}

.top-searvice-area .area-box-1 .area-flex p {
	width: calc(50% - 5px);
	font-size: 20px;
	font-weight: bold;
	color: #632729;
	margin: 0;
	padding: 5px;
	border-radius: 999px;
	border: 3px solid #632729;
	background-color: rgba(255, 255, 255, .4);
}

.top-searvice-area .area-box-2 .area-flex {
	width: 300px;
	max-width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #632729;
	margin: 0 auto;
	padding: 8px 0;
	border-radius: 999px;
	border: 3px solid #632729;
	background-color: rgba(255, 255, 255, .3);
}

.area-sev-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.area-sev-list a {
	margin: 0 9px 9px 0;
	display: block;
}
.area-sev-list a:link,
.area-sev-list a:active,
.area-sev-list a:visited {
	text-decoration: none;
	color: #313131;
}
.area-sev-list a:hover {
/*  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;*/
}
.area-sev-list a:nth-child(3n) {
	margin-right: 0;
}
.area-sev-list figure {
	width: 357px;
	height: 300px;
	padding: 20px;
	box-sizing: border-box;
	background: url(../../img/top/area_sev_bg.png) no-repeat right bottom,#fff;
	background-color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.area-sev-list figure:hover {
    filter: grayscale(50%);
    transition-duration: 0.3s;
    background-color: #eee;
	border: 1px solid #999;
	box-sizing: border-box;
}

.area-sev-list figure .icon {
	text-align: center;
}
.area-sev-list figure .icon-short {
}
.area-sev-list figure h3 {
	font-size: 24px;
	color: #632729;
	margin: 25px auto 25px;
	text-align: center;
	line-height: 1;
}
.area-sev-list figure h3 span {
	font-size: 36px;
}
.area-sev-list figure figcaption {
}
.area-sev-list figure figcaption p {
	margin: 0;
	font-size: 16px;
	text-align: left;
}
.area-sev .more-bt a {
    color: #632729;
    border: 1px solid #632729;
}
.area-sev .more-bt a:before {
    background: url("../../img/top/icon_arrow_right_brown.svg") no-repeat left center;
}
.area-sev .more-bt a:hover {
	background-color: #632729;
	border: 1px solid #632729;
	color: #fff;
	text-decoration: none;
}
.begin-contact {
    background: url("../../img/top/begin_contact_bg.jpg") repeat-x top center,#EFECE7;
	text-align: center;
	padding-top: 88px;
}
.begin-contact h2.ttl {
	font-size: 36px;
	color: #632729;
	line-height: 1;
	margin-bottom: 60px;
}
.begin-contact h2 strong {
	font-size: 48px;
	color: #EC6104;
}
.begin-contact h2 em {
	font-size: 48px;
	font-style: normal;
}

.begin-contact-inner {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.begin-contact-inner a {
	display: block;
	text-decoration: none;
	color: #632729;
	margin-right: 24px;
}
.begin-contact-inner a:last-child {
	margin-right: 0;
}
.begin-contact-inner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
	text-decoration: none;
}
.begin-contact-inner figure {
	width: 352px;
	height: 230px;
    background: url("../../img/top/begin_contact_nav.png") repeat-x top center;
	text-align: center;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
	padding-top: 50px;
}
.begin-contact-inner figure h3 {
	font-size: 36px;
	color: #632729;
	margin: 0;
}
.begin-contact-inner figure h3 span {
	font-size: 28px;
}

.interview {
	width: auto;
	height: auto;
	background: url(../../img/top/interview_bg.png) repeat top center;
	padding: 68px 0;
}
.interview .ttl-wrap h2,
.interview .ttl-wrap p {
	color: #084EA1;
	line-height: 1;
	margin: 0;
}
.interview .ttl-wrap h2 {
	font-size:48px;
}
.interview .ttl-wrap .sub-name {
	font-size: 24px;
	margin-bottom: 20px;
}
.interview-inner {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.interview-inner a {
	display: block;
	text-decoration: none;
	color: #313131;
	margin-right: 35px;
}
.interview-inner a:link {
	text-decoration: none;
}
.interview-inner a:last-child {
	margin-right: 0;
}
.interview-inner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
	text-decoration: none;
}
.interview-inner figure {
	width: 343px;
	text-align: left;
}
.interview-inner figcaption {
	padding: 25px;
	background-color: #fff;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
.interview-inner figcaption h3 {
	font-size: 24px;
	color: #084EA1;
	line-height: 1.5;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.interview-inner figcaption h3 span {
	font-size: 18px;
	color: #313131;
	display: block;
}
.interview-inner figcaption p {
	margin: 0;
	font-size: 16px;
	color: #313131;
}
.interview .more-bt {
    margin: 65px auto 0;
}
.recruit-top {
	width: auto;
	height: auto;
	padding: 100px 0;
    background: url("../../img/top/recruit_bg.jpg") repeat-x top center,#fff;
}
.recruit-inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.recruit-inner figure {
	display: flex;
	justify-content: flex-start;
}
.recruit-inner figure:before,
.recruit-inner figure:after {
	position: absolute;
    left: -10px;
    bottom: -10px;
    content: "";
    width: 10px;
    height: 597px;
    margin: auto;
    clear: both;
    z-index: 1;
    display: inline-block;
	background-color: #084EA1;
}

.recruit-inner figure:after {
    left: -10px;
    bottom: -10px;
    width: 1100px;
    height: 10px;
}


.recruit-inner figure div {
    width: 50%;
    background: url(../../img/top/recruit_img.jpg);
    background-size: 118% auto;
    background-repeat: no-repeat;
    background-position: left -50px top;
}
.recruit-inner figure div img {
	display: none;
}
.recruit-inner figure figcaption {
	width: 50%;
	padding: 30px 30px 0 30px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: left;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
.recruit-inner figure figcaption h2 {
	font-size: 18px;
	color: #084EA1;
	padding: 0 0 0 12px;
	margin: 0 0 20px 0;
    background: url(../../img/top/h2_box_icon.png) no-repeat left center;
}
.recruit-inner figure figcaption h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.recruit-inner figure figcaption h3 span {
	font-size: 48px;
	display: block;
}
.recruit-inner figure figcaption p {
	font-size: 16px;
	margin: 0 0 20px 0;
}
.recruit-inner figure figcaption p:last-child {
	margin-bottom: 0;
}
.seo-top {
	width: auto;
	height: auto;
    background: url(../../img/top/seo_bg.jpg) no-repeat left center;
	padding: 100px 0;
	background-size: auto 100%;
}
.seo-inner {
	width: 1100px;
	padding: 60px;
	box-sizing: border-box;
	margin: 0 auto;
	border: 1px solid #fff;
}
.seo-inner h2 {
	margin: 0 0 20px 0;
	font-size: 36px;
	color: #fff;
	text-align: center;
}

.seo-inner p {
	font-size: 16px;
	color: #fff;
	margin: 0 0 30px 0;
	text-align: left;
}
.seo-inner p:last-child {
	margin-bottom: 0;
}
.sr-top {
	width: auto;
	height: auto;
	padding: 50px 0 70px;
	background-color: #fff;
	background-image: radial-gradient(circle, #bfd1e5 1.5px, rgba(255, 255, 255, 0) 1.5px);
	background-size: 70px 70px;
}
.sr-inner {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
}
.sr-inner .ttl-wrap {
	text-align: center;
}
.sr-inner .ttl-wrap .sub-name,
.sr-inner .ttl-wrap .ttl {
	color: #084ea1;
	line-height: 1;
}
.sr-inner .ttl-wrap .sub-name {
	margin: 0 0 20px;
	font-size: 24px;
}
.sr-inner .ttl-wrap .ttl {
	font-size: 48px;
}
.sr-inner .sr-button {
	display: block;
	padding: 38px 30px 22px;
	background-color: #fff;
	border: 3px solid #084ea1;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	transition: .3s;
}
.sr-inner .sr-button:hover {
	background-color: #E5F1FF;
}
.sr-inner .sr-button img {
	display: block;
	width: 500px;
	height: auto;
	margin: 0 auto;
}
.lp-top {
	width: auto;
	margin-bottom: 80px;
}
.lp-inner {
	width: 980px;
	max-width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 40px;
}
.lp-inner .lp-button {
	display: block;
	width: calc((100% - 80px) / 3);
	transition: .3s;
}
.lp-inner .lp-button:hover {
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}


@media (max-width: 767px) {
.home #container {
    padding-top: 66px;
}
#top-tab-content > div {
    padding: 0;
}
.news-tab {
    width: auto;
    margin: 0 auto 20px;
}
.voice-cnt .hentry .text {
	display: flex;
	flex-wrap: nowrap;
	flex-direction:column;
    padding: 15px;
    min-height: auto;
    height: 160px !important;
    margin: 0;
	overflow: hidden;
}
	.voice-cnt .hentry .text .cat-data {
		top: -30px;		display: none;

	}
	.voice-cnt .hentry .news-txt .kiji-date {
		display: inline;
	}
	
.voice-cnt .hentry .time-cat {
	position: relative;
	top: 0;
	left: 0;
}
	
	.voice-cnt .hentry .text h2,
	.voice-cnt .hentry .text .column-ttl {
		order: 2;
	}
	.voice-cnt .hentry .time-cat {
		order: 1;		
	}	
	
.voice-cnt .thumbnail-img {
    width: auto;
    height: 125px;
}
	.thumbnail-img {
		background-size: 100% 100% !important;
	}
#news .prev-arrow {
    position: absolute;
    left: 10px;
    top: 65px;
    z-index: 1;
}
#news .next-arrow {
    position: absolute;
    right: 10px;
    top: 65px;
    z-index: 1;
}
	#news .prev-arrow,
	#news .next-arrow {
		width: 10px;
	}
.voice-cnt .hentry .text h2,
.voice-cnt .hentry .text p,
.voice-cnt .hentry .text .column-ttl {
    font-size: 14px;
}
	
.about-us-inner {
    width: auto;
    display: block;
    padding: 40px 20px;
}
.about-left {
    width: auto;
    min-height: inherit;
    padding: 20px;
}
.about-right {
	display: none;
    width: auto;
    padding-top: 40px;
    padding-bottom: 10px;
}
.area-sev-inner {
    width: auto;
	padding: 20px;
}	
.area-sev-head {
    width: auto;
    height: auto;
    display: block;
    padding: 0px;
    margin-bottom: 0px;
}
.area-sev-inner .ttl-wrap h2.ttl {
	font-size: 36px;
}
.area-sev-inner .ttl-wrap p.sub-name {
}
.area-sev-inner .left-cnt {
    width: auto;
}
.begin-contact-inner a {
    margin-right: 0;
}

.begin-contact-inner {
    width: auto;
    padding-bottom: 0px;
    display: block;
}
.begin-contact-inner figure {
    width: auto;
    height: 284px;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
    padding-top: 25px;
	background-size: 100% auto;
}

.interview-inner {
	width: auto;
    display: block;
}
.interview-inner figure {
    width: auto;
}	
.interview-inner a {
    margin-right: 0;
    margin-bottom: 20px;
}
.recruit-top {
    padding: 40px 20px;
}
.recruit-inner {
    width: auto;
    margin: 0 auto;
}
.recruit-inner figure {
    display: block;
}
.recruit-inner figure div {
    width: auto;
}
.recruit-inner figure div img {
    display: block;
}
.recruit-inner figure figcaption {
    width: auto;
    padding: 20px;
}
.recruit-inner figure:before,
	.recruit-inner figure:after	{
		display: none;
	}
.seo-inner {
    width: auto;
    padding: 30px;
}
	
/* サイズ調整 */
.about-left h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
}
.about-left h2 span {
    font-size: 16px;
}
.about-year {
    font-size: 20px;
}
.about-year em {
    font-size: 84px;
	margin-bottom: 20px;
}
.about-year em {
    font-size: 48px;
}
.about-year span {
    font-size: 20px;
    margin-bottom: 20px;
}
.about-year-bottom {
    font-size: 24px;
    margin: 20px 0 0 0;
}
.about-txt p {
    margin-bottom: 15px;
    font-size: 16px;
}
.about-txt p strong {
    font-size: 20px;
}
.area-sev-inner .left-cnt h2 {
    text-align: center;
}
.area-sev-inner .left-cnt strong {
    font-size: 24px;
}	
.area-sev-inner .left-cnt strong em {
    font-size: 40px;
	}
.area-sev-inner .right-cnt {
    margin-left: 0;
    padding-top: 20px;
}
.area-sev-inner .right-cnt p {
    font-size: 16px;
	}
.area-sev-inner .right-cnt p strong {
    font-size: 22px;
}	
	.area-sev-list figure h3 {
		font-size: 20px;
	}
	.area-sev-list figure h3 span {
		font-size: 35px;
	}
	.area-sev-list figure figcaption p {
		font-size: 16px;
	}
.area-sev-list a {
    margin: 0 0 10px 0;
}
	.area-sev-list figure {
    width: auto;
    height: auto;
    padding: 20px;
}
.area-sev-list {
    padding: 0;
}
.area-sev {
    width: auto;
    min-height: inherit;
    background: url(../../img/top/area_bg.jpg) no-repeat center top,#ECE9E3;
    background-size: auto auto;
    text-align: center;
	padding-top: 15px;
	margin-bottom: 50px;
	padding-bottom: 0;
}
.top-searvice-area .lead {
	font-size: 24px;
}
.begin-contact {
	padding: 40px 20px;
}
.begin-contact h2.ttl {
    font-size: 18px;
    margin-bottom: 30px;
	padding: 0;
	text-align: center;
	line-height: 1.2;
}
.begin-contact h2 strong {
    font-size: 28px;
}
.begin-contact h2 em {
    font-size: 28px;
}
.begin-contact-inner figure h3 {
    font-size: 35px;
	}
.begin-contact-inner figure h3 span {
    font-size: 20px;
}
.begin-contact-inner figure {
    width: auto;
    height: auto;
    padding: 20px;
    background-size: 100% 100%;
    margin-bottom: 20px;
}	
.top-rec-wrap a h2.ttl {
    background: none;
    font-size: 35px;
    margin-top: 30px;
    line-height: 1;
}
.top-rec-wrap .sub-name {
    font-size: 28px;
}
.interview {
    width: auto;
    height: auto;
    padding: 40px 20px;
}
.interview .ttl-wrap .sub-name {
    font-size: 24px;
    margin-bottom: 20px;
}
.interview .ttl-wrap h2 {
    font-size: 36px;
	padding: 0;
	line-height: 1.5;
}
.interview-inner figcaption {
    padding: 20px;
	}
.interview .more-bt {
    margin: 20px auto 0;
}
.recruit-inner figure figcaption h2 {
    font-size: 20px;
    padding: 0 0 0 12px;
    margin: 0 0 20px 0;
}	
.recruit-inner figure figcaption h3 {
    font-size: 24px;
	text-align: center;
	}
.recruit-inner figure figcaption h3 span {
    font-size: 36px;
}
.recruit-inner figure figcaption p {
    font-size: 16px;
    margin: 0 0 15px 0;
}
.seo-top {
    width: auto;
    height: auto;
    background: url(../../img/top/seo_bg.jpg) no-repeat center top;
	background-size: auto 100%;
    padding: 40px 20px;
}
.seo-inner h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
}
.seo-inner p {
    font-size: 14px;
    color: #fff;
    margin: 0 0 15px 0;
}
#online-banner {
    width: auto;
    margin: 5px auto 0;
    text-align: center;
    padding: 0 5px;
}
	#online-banner ul {
		display: block;
	}
	#online-banner ul li {
		width: auto;
		margin-right: 0;
		margin-bottom: 5px;
	}
.area-sev-list + .ttl-wrap {
    margin-top: 20px;
}
.top-searvice-area ul {
	display:block;
}
.top-searvice-area ul li {

}
.sr-inner {
	width: calc(100% - 40px);
}
.sr-inner .ttl-wrap .ttl {
	font-size: 38px;
}
.sr-inner .sr-button img {
	width: 300px;
}
.lp-top {
	margin: 60px 0;
}
.lp-inner {
	row-gap: 15px;
}
.lp-inner .lp-button {
	width: 100%;
}
}
