@charset "UTF-8";
/*--------------------------------------------
	base
--------------------------------------------*/
html {
  color: #000;
  font-size: 16px;
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

table tr {
  display: block;
  margin: 0 0 3px;
}
table th {
  width: 338px;
  background-color: #65138b;
  color: #efd857;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 18px;
}
table td {
  width: 742px;
  padding: 17px 0 17px 27px;
  background-color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.72;
  font-size: 18px;
}

/*--------------------------------------------
	SP_base
--------------------------------------------*/
#wrapper {
  overflow: hidden;
  min-width: 375px;
}

/* overlay */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay.is-active {
  display: block;
}

table tr {
  margin: 0 0 10px;
}
table th, table td {
  display: block;
  width: 100%;
  padding: 10px 4%;
  font-size: 16px;
}

/*--------------------------------------------
	common
--------------------------------------------*/
/* PCコンテンツ非表示 */
body .pc-display {
  display: none;
}

/* SPコンテンツ表示 */
body .sp-display {
  display: block;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* 中央寄せ */
.common-centering {
  width: 95%;
  margin: 0 auto;
}

/* 見出し */
.common-ttl span {
  font-size: 27px;
}

.common-subttl {
  font-size: 22px;
}

/* ボタン */
.common-hover {
  transition: 0.25s opacity;
}
.common-hover:hover {
  opacity: 0.7;
}
.common-hover:after {
  content: none;
}

.common-bt-white:hover a {
  color: #65138b;
}

/*--------------------------------------------
	header
--------------------------------------------*/
header .header_catch {
  width: 343px;
  height: 125px;
}
header .header_slide {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.27);
}
header .header_slideItem {
  height: 250px;
}
header .gnav_inner {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1250;
  width: 70%;
  height: 100%;
  padding: 5%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.25s;
}
header .gnav_inner.is-active {
  transform: translateX(0);
}
header .gnav_btn {
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 1500;
  width: 45px;
  height: 45px;
  padding: 7px;
  background-color: #65138b;
  transition: right 0.25s;
}
header .gnav_btn span {
  display: block;
  position: absolute;
  width: 31px;
  height: 4px;
  background-color: #fff;
  transition: transform 0.25s;
}
header .gnav_btn span:nth-child(1) {
  top: 11px;
}
header .gnav_btn span:nth-child(2) {
  top: 21px;
}
header .gnav_btn span:nth-child(3) {
  top: 31px;
}
header .gnav_btn.is-active {
  right: 75%;
}
header .gnav_btn.is-active span {
  top: 20px;
}
header .gnav_btn.is-active span:nth-child(1) {
  transform: rotate(45deg);
}
header .gnav_btn.is-active span:nth-child(2) {
  display: none;
}
header .gnav_btn.is-active span:nth-child(3) {
  transform: rotate(-45deg);
}
header .gnav_logo {
  margin: 0 0 20px;
  text-align: center;
}
header .gnav_list {
  display: block;
}
header .gnav_link {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

/* 下層 */
.fix-under header .header_mainvis {
  padding: 70px 0 40px;
}
.fix-under header .header_mainvis img {
  height: 47px;
}

/*--------------------------------------------
	breadcrumb
--------------------------------------------*/
#breadcrumb {
  background-color: #65138b;
}
#breadcrumb .breadcrumb_inner {
  display: flex;
  padding: 5px 0;
}
#breadcrumb .breadcrumb_label {
  color: #fff;
  font-size: 13px;
}
#breadcrumb .breadcrumb_label a {
  transition: 0.25s opacity;
}
#breadcrumb .breadcrumb_label a:hover {
  opacity: 0.7;
}
#breadcrumb .breadcrumb_label:last-child {
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3em;
}
#breadcrumb .breadcrumb_label:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  vertical-align: middle;
}

/*--------------------------------------------
	return
--------------------------------------------*/
#return {
  width: 45px;
  height: 45px;
  right: 3%;
}
#return .return_shape {
  width: 15px;
  height: 15px;
  border-top: 4px solid #65138b;
  border-right: 4px solid #65138b;
  transform: rotate(-45deg);
}

/*--------------------------------------------
	footer
--------------------------------------------*/
footer {
  padding: 40px 0;
}

.footer_ttl {
  margin: 0 0 35px;
}
.footer_address {
  margin: 20px;
  font-size: 16px;
}
.footer_contact {
  display: block;
}
.footer_tel {
  margin: 0 0 15px;
  text-align: center;
  font-size: 24px;
}
.footer_contactBtn {
  width: 70%;
  margin: 0 auto 35px;
}
.footer_contactBtn a {
  padding: 10px 0;
}
.footer_copy {
  font-size: 12px;
}

/*--------------------------------------------
	top
--------------------------------------------*/
#top .greeting {
  padding: 50px 0 150px;
}
#top .greeting_ttl {
  margin-bottom: 30px;
}
#top .greeting_txt {
  text-align: left;
  font-size: 16px;
}
#top .business {
  padding: 65px 0 0;
}
#top .business_ttl {
  margin-bottom: 30px;
}
#top .business_list {
  justify-content: center;
}
#top .business_card {
  width: 48%;
  height: auto;
  margin: 0 4% 20px 0;
  padding: 130px 20px 30px;
  background-size: 55%;
  font-size: 22px;
}
#top .business_card:nth-child(even) {
  margin-right: 0;
}
#top .business_card:nth-child(3n) {
  margin-right: 4%;
}
#top .business_btn {
  width: 100%;
  font-size: 14px;
}
#top .business_btn a {
  padding: 8px 0;
}
#top .recruit {
  padding: 50px 0 90px;
  background-size: 100%;
}
#top .recruit:after {
  display: none;
}
#top .recruit_ttl {
  width: 150%;
  margin: 0 0 20px -35%;
  text-align: left;
}
#top .recruit_ttl img {
  width: 100%;
}
#top .recruit_inner {
  padding: 0;
}
#top .recruit_txt {
  font-size: 16px;
}
#top .recruit_list {
  margin: 30px 0 0;
}
#top .recruit_bnr {
  width: 350px;
  height: 70px;
  margin: 0 auto 20px;
  padding: 21px 0 0 130px;
  background-size: contain;
  font-size: 25px;
}
#top .recruit_bnr a {
  padding: 0;
}
#top .works {
  padding: 70px 0 0;
  margin: -20px 0 80px;
}
#top .works_caseWrap {
  display: block;
  margin: 0 0 30px;
}
#top .works_case {
  width: 80%;
  margin: 0 auto 35px;
}
#top .works_caseImg {
  height: 250px;
}
#top .works_caseTtl {
  margin: 15px 0 0;
  font-size: 16px;
}
#top .works_btn {
  width: 70%;
  font-size: 20px;
}
#top .works_btn a {
  padding: 15px 0;
}
#top .news_post {
  margin: 0 0 20px;
}
#top .news_post a {
  flex-direction: column;
  align-items: baseline;
  padding: 10px 4%;
}
#top .news_postTtl {
  width: 100%;
  padding: 0;
  border-left: 0;
  font-size: 16px;
}
#top .news_postTime {
  width: 100%;
  margin: 0 0 5px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
#top .news_btn {
  width: 70%;
  margin-top: 40px;
  font-size: 20px;
}
#top .news_btn a {
  padding: 15px 0;
}

/*--------------------------------------------
	business
--------------------------------------------*/
#business .commitment {
  padding: 50px 0;
}
#business .commitment_ttl {
  margin: 0 0 35px;
}
#business .commitment_list {
  display: block;
}
#business .commitment_item {
  width: 80%;
  margin: 0 auto 40px;
  padding-top: 80%;
  background-size: 100%;
  line-height: 1.3em;
  font-size: 25px;
}
#business .commitment_num {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#business .business {
  padding: 50px 0;
}
#business .business_ttl {
  margin: 0 0 35px;
}
#business .business .common-subttl {
  margin: 0 0 84%;
}
#business .business_sec {
  margin: 0 0 55px;
  background-size: 100%;
}
#business .business_sec:nth-child(even) {
  background-position: 0 80px;
}
#business .business_sec:nth-child(even) .business_secTxt {
  padding-left: 0;
}
#business .business_sec:nth-child(odd) {
  background-position: 0 80px;
}
#business .business_sec:nth-child(odd) .business_secTxt {
  padding-right: 0;
}
#business .business_secTxt {
  margin: 0 0 1.35em;
  font-size: 16px;
}

/*--------------------------------------------
	seeker
--------------------------------------------*/
#seeker main {
  padding: 50px 0;
}
#seeker .lead {
  width: 100%;
  margin-bottom: 45px;
  padding-top: 87%;
  background-size: 100%;
}
#seeker .lead_txt {
  text-align: left;
  font-size: 16px;
}
#seeker .seeker {
  min-height: auto;
  background-size: 100%;
}
#seeker .seeker:nth-child(even) {
  background-position: 0 65px;
}
#seeker .seeker:nth-child(even) .seeker_txt {
  padding-left: 0;
}
#seeker .seeker:nth-child(odd) {
  background-position: 0 65px;
}
#seeker .seeker:nth-child(odd) .seeker_txt {
  padding-right: 0;
}
#seeker .seeker .common-subttl {
  margin: 0 0 100%;
  font-size: 17px;
}
#seeker .seeker_txt {
  font-size: 16px;
}

/*--------------------------------------------
	recruit
--------------------------------------------*/
#recruit main {
  padding: 50px 0;
}

/*--------------------------------------------
	company
--------------------------------------------*/
#company main {
  padding: 50px 0;
}
#company .company {
  margin-bottom: 30px;
}

/*--------------------------------------------
	works
--------------------------------------------*/
#works main {
  padding: 50px 0;
}
#works .case_list {
  width: 48%;
  margin-bottom: 25px;
}
#works .case_list:nth-child(3n-1) {
  margin-left: 0;
  margin-right: 0;
}
#works .case_list:nth-child(2n) {
  margin-left: 2%;
}
#works .case_ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3em;
  margin-top: 5px;
  font-size: 16px;
}
#works .case_img {
  height: 180px;
  border-width: 5px;
}

/*--------------------------------------------
	works_detail
--------------------------------------------*/
#works_detail main {
  padding: 50px 0;
}
#works_detail .case_ttl {
  padding: 10px 0 10px 3%;
  font-size: 18px;
}
#works_detail .case_img {
  display: block;
}
#works_detail .case_mainImg {
  width: 100%;
  height: 300px;
  margin: 0 0 15px;
}
#works_detail .case_subImgList {
  width: 100%;
}
#works_detail .case_subImg {
  width: 48%;
}
#works_detail .pagination_link {
  font-size: 12px;
}
#works_detail .pagination_link-next a:before {
  margin: 0 3% 0 0;
}
#works_detail .pagination_link-prev a:after {
  margin: 0 0 0 3%;
}
#works_detail .pagination_link a {
  padding: 5% 3%;
}

/*--------------------------------------------
	news
--------------------------------------------*/
#news .posts {
  margin: 0 0 30px;
}
#news .posts_article {
  flex-direction: column;
  align-items: baseline;
  padding: 10px 4%;
}
#news .posts_time {
  width: 100%;
  margin: 0 0 5px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
#news .posts_title {
  width: 100%;
  padding: 0;
  border-left: 0;
  font-size: 16px;
}

/*--------------------------------------------
	news_detail
--------------------------------------------*/
#news_detail main .common-centering {
  padding: 3%;
}
#news_detail .post_ttl {
  margin: 0 0 15px;
  padding: 10px;
  font-size: 18px;
}
#news_detail .post_time {
  margin: 0 0 15px;
}
#news_detail .pagination_link {
  font-size: 12px;
}
#news_detail .pagination_link-next a:before {
  margin: 0 3% 0 0;
}
#news_detail .pagination_link-prev a:after {
  margin: 0 0 0 3%;
}
#news_detail .pagination_link a {
  padding: 5% 3%;
}

/*--------------------------------------------
	contact
--------------------------------------------*/
#contact .contactForm tr {
  border: 0;
}
#contact .contactForm th, #contact .contactForm td {
  display: block;
  width: 100%;
}
#contact .contactForm_headding {
  padding: 8px 45px 8px 8px;
}
#contact .contactForm_desc {
  margin: 0 0 10px;
  padding: 10px 2%;
}
#contact .contactForm_required {
  right: 2%;
}
#contact .contactForm_label {
  margin: 0 3% 0 0;
}
#contact .contactForm_textArea {
  width: 100%;
}
#contact .contactForm_textArea-num {
  width: 28.5%;
}
#contact .contactForm_file {
  width: 75%;
  margin: 0 auto;
}
#contact .contactForm_fileThumb {
  height: 220px;
  margin: 0 0 10px;
}
#contact .contactForm_fileBtn {
  display: flex;
  justify-content: space-between;
}
#contact .contactForm_submitWrapper {
  width: 320px;
  margin: 0 auto;
}
#contact .contactForm_submit-file {
  width: 48%;
  margin: 0 0 10px;
  text-align: center;
}

/*--------------------------------------------
	privacy
--------------------------------------------*/
#privacy main {
  padding: 50px 0;
}
#privacy .privacy_ttl {
  margin: 0 0 15px;
  padding: 10px 0 10px 3%;
  font-size: 18px;
}

/*--------------------------------------------
	sitemap
--------------------------------------------*/
#sitemap main {
  padding: 50px 0;
}
#sitemap .sitemap {
  display: block;
}
#sitemap .sitemap_list {
  width: 100%;
}
