@charset "utf-8";
/* CSS Document */
/* ロゴ */
* {
  /*outline: 1px solid magenta !important;*/
}
.vf_header_logo {
  vertical-align: inherit;
  max-width: 160px;
}
@media (max-width: 991.98px) {
  .vf_header_logo {
    vertical-align: middle;
    max-width: 160px;
  }
}
#menu01-0 {
  background: none;
}
.scrolled nav.navbar {
  background-color: rgba(255, 255, 255, 0.5) !important; /* スクロール時の背景色 */
}
/* Recruit table */
.rwd_table {
  width: 100%;
  font-size: 10px;
  text-align: left;
}
.rwd_table th {
  padding: 10px;
  border: 1px solid #ddd;
}
.rwd_table td {
  padding: 10px;
  border: 1px solid #ddd;
  color: #000000;
  background-color: #FFFFFF;
}
.rwd_table th {
  color: #FFFFFF;
  background-color: #000000;
}
.rwd_table th {
  width: 30%;
  text-align: left;
}
.rwd_table h3 {
  font-size: 10px;
}
@media only screen and (max-width:575px) {
  .rwd_table {}
  .rwd_table th {
    width: 100%;
    display: block;
    border-top: none;
  }
  .rwd_table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .rwd_table tr:first-child th {
    border-top: 1px solid #ddd;
  }
}
/* 下層Recruit */
.page_recruit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efece6;
}
.page_recruit h1 {
    font-size: 2.0rem;
    padding-left: 0;
    padding-right: 0;
}
.page_recruit h2 {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 0;
}
.page_recruit h3 {
    font-size: 1.25rem;
    padding-left: 0;
    padding-right: 0;
}
.page_recruit h4 {
    font-size: 1.125rem;
    padding-left: 0;
    padding-right: 0;
}
.page_recruit h5 {
    font-size: 1.0rem;
    padding-left: 0;
    padding-right: 0;
}
.page_recruit p {
    font-size: 0.85rem;
    line-height: 1.4rem;
    padding-left: 0;
    padding-right: 0;
}
.page_recruit .stripe {
  border-bottom: 1px solid #261701;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.page_recruit_company {
}

.page_recruit_apply {
}

hr{
	 background-color: #000;
	 border-color:#000;
	}
	.rwd_table {
		width: 100%;
	}
	.rwd_table th, .rwd_table td {
		box-sizing: border-box;
		padding: 10px;
		border: 1px solid #ddd;
		margin-block-start: 0rem;
		font-size:0.85rem;
	}
	.rwd_table th {
		background: #f4f4f4;
		color:#000;
		font-weight:bold;
	}
	.rwd_table th {
		width: 30%;
		text-align: left;
	}
	@media only screen and (max-width:480px) {
		.rwd_table {}
		.rwd_table th, .rwd_table td {
			width: 100%;
			display: block;
			border-top: none;
		}
		.rwd_table tr:first-child th {
			border-top: 1px solid #ddd;
		}
	}

/* 新Recruit */
.cid-tZKjqK0Qhw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efece6;
}
.cid-tZKjqK0Qhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZKjqK0Qhw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZKjqK0Qhw .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}
.cid-tZKjqK0Qhw .mbr-section-title {
	color: #000000;
}
.cid-tZKjqK0Qhw .mbr-section-subtitle {
	color: #000000;
	margin-top: 1rem;
}
.cid-tZKjqK0Qhw .panel-group {
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-tZKjqK0Qhw .card {
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-tZKjqK0Qhw .card:not(:first-child) {
  border-top: 1px solid #bbbbbb;
}
.cid-tZKjqK0Qhw .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tZKjqK0Qhw .card-header .mbr-iconfont {
  font-size: 10px !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  padding: 17px;
  background-color: #efece6;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-tZKjqK0Qhw .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-tZKjqK0Qhw .panel-title {
  padding: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tZKjqK0Qhw .panel-title {
    padding: 20px !important;
  }
}
.cid-tZKjqK0Qhw .panel-title:hover {
  text-decoration-line: none !important;
}
.cid-tZKjqK0Qhw .panel-title:hover .panel-title-edit {
  text-decoration: underline !important;
}
.cid-tZKjqK0Qhw .panel-body {
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .cid-tZKjqK0Qhw .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-tZKjqK0Qhw .panel-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-tZKjqK0Qhw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tZKjqK0Qhw .panel-title-edit {
  color: #000000;
  padding-right: 12px;
}
.cid-tZKjqK0Qhw .mbr-section-btn {
  margin-top: 10px;
}
/* 旧Recruit */
.cid-tZKjxcuied {
  background-color: #FFFFFF;
}
.cid-tZKjxcuied .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tZKjxcuied .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tZKjxcuied .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tZKjxcuied .embla__button--next, .cid-tZKjxcuied .embla__button--prev {
  display: flex;
}
.cid-tZKjxcuied .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #89aeb3;
  background: rgba(137, 174, 179, 0.7);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tZKjxcuied .embla__button:hover {
  background: #89aeb3;
}
@media (max-width: 768px) {
  .cid-tZKjxcuied .embla__button {
    background-color: transparent;
    border-color: transparent;
  }
  .cid-tZKjxcuied .embla__button .mbr-iconfont {
    /*display: none;*/
    color: #000;
  }
  .cid-tZKjxcuied .embla__button:hover {
    background: rgba(137, 174, 179, 0);
  }
}
.cid-tZKjxcuied .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tZKjxcuied .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tZKjxcuied .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tZKjxcuied .embla__button {
    top: auto;
  }
}
.cid-tZKjxcuied .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZKjxcuied .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tZKjxcuied .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tZKjxcuied .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tZKjxcuied .embla {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 1rem;
  padding-left: 1rem;
  background-color: #EFECE6;
  position: relative;
  width: 100%;
}
.cid-tZKjxcuied .section-header {
  padding-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  .cid-tZKjxcuied .section-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tZKjxcuied .section-header {
    padding-left: 188px;
    padding-right: 188px;
  }
}
.cid-tZKjxcuied .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tZKjxcuied .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tZKjxcuied .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tZKjxcuied .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tZKjxcuied .mbr-section-title {
  text-align: left;
}
.cid-tZKjxcuied .mbr-text {
  text-align: left;
  font-size: 0.9rem;
}
/* our brand v2 */
.cid-tZK9VqaK1Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZK9VqaK1Z .stripe {
  border-bottom: 1px solid #261701;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tZK9VqaK1Z .left-side {
  text-align: center;
  padding: 30px;
}
.cid-tZK9VqaK1Z .row {
  align-items: center;
  color: #261701;
  background: #EFECE6;
	/*background: #b4a798;*/
  padding: 0px;
  margin: 0;
}

#ob_ttl{
	font-size:2.8rem;
	margin-bottom:1rem;
}

.ob_text{
	padding:1rem 0;
	font-size:1.5rem;
}


.cid-tZK9VqaK1Z .container-fluid {
  padding: 0;
}
.cid-tZK9VqaK1Z .right-side {
  padding: 0;
  margin: 0;
}
.cid-tZK9VqaK1Z .iconfont-wrapper {
  margin-bottom: 18px;
}
.cid-tZK9VqaK1Z .mbr-iconfont {
  font-size: 80px;
}
.cid-tZK9VqaK1Z .mbr-section-subtitle {
  /* [disabled]padding-bottom: 20px; */
  font-size: 1.5rem;
}
.cid-tZK9VqaK1Z .mbr-section-title {
  font-weight: bold;
  padding-bottom: 0px;
  font-size: 2.5rem;
}
.cid-tZK9VqaK1Z a {
  transition: color .3s;
}
.cid-tZKao3TssZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-tZKao3TssZ h5, .cid-tZKao3TssZ h4, .cid-tZKao3TssZ p {
  margin-bottom: 0;
}
.cid-tZKao3TssZ .card-img {
  padding: 0;
  width: auto;
}
.cid-tZKao3TssZ .mbr-section-btn {
  margin: 0;
  margin-top: 1.2rem;
  border-top: 1px solid #cccccc;
}
.cid-tZKao3TssZ .mbr-section-btn .btn {
  margin-top: 1.2rem !important;
}
.cid-tZKao3TssZ .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-tZKao3TssZ .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tZKao3TssZ .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tZKao3TssZ .card-box {
    padding: 2rem 0 0;
  }
  .cid-tZKao3TssZ .card-wrapper {
    display: block !important;
  }
}
.cid-tZKao3TssZ .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
/* アクセス */
.cid-tZrNx32Hmd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZrNx32Hmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZrNx32Hmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZrNx32Hmd .row {
  justify-content: flex-start;
}
.cid-tZrNx32Hmd .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1160px;
  margin: 0 auto;
  background-color: #efece6;
}
@media (max-width: 767px) {
  .cid-tZrNx32Hmd .content-container {
    flex-wrap: wrap;
  }
}
.cid-tZrNx32Hmd .content-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 65px;
  width: 60%;
}
@media (max-width: 767px) {
  .cid-tZrNx32Hmd .content-wrap {
    width: 100%;
    padding: 40px 25px;
  }
}
.cid-tZrNx32Hmd .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  flex-grow: 1;
  height: 480px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tZrNx32Hmd .image-wrapper {
    width: 100%;
    border-radius: 20px;
    height: 200px;
  }
}
.cid-tZrNx32Hmd .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tZrNx32Hmd .label-container {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 2px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #fff86d;
}
.cid-tZrNx32Hmd .label-text {
  color: #000000;
  margin: 0;
}
.cid-tZrNx32Hmd .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tZrNx32Hmd .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 15px;
  width: 100%;
}
.cid-tZrNx32Hmd .date-text {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tZrNx32Hmd .mbr-section-btn {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .cid-tZrNx32Hmd .mbr-section-btn {
    flex-grow: 1;
  }
}
/* フォーム */
.cid-tZrHf59kpF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #EFECE6;
}
.cid-tZrHf59kpF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-tZrHf59kpF .content {
  border: 3px solid #000000;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-tZrHf59kpF .content {
    padding: 125px 234px 92px;
  }
}
.cid-tZrHf59kpF label {
  font-weight: 700;
}
.cid-tZrHf59kpF .title {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 5px 30px 2.5px;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cid-tZrHf59kpF .title {
    min-width: 200px;
  }
}
.cid-tZrHf59kpF form .form-control {
  color: #000 !important;
  box-shadow: none !important;
  padding: 6px 12px;
  min-height: 34px;
  border: 1px solid #000000 !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.cid-tZrHf59kpF form .form-control:focus {
  border: 1px solid #6698DD !important;
}
.cid-tZrHf59kpF form .form-control::placeholder {
  color: #adadad;
}
.cid-tZrHf59kpF form .mbr-section-btn {
  text-align: center;
  width: auto;
  margin: 0 auto;
}
.cid-tZrHf59kpF form .mbr-section-btn .btn {
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
  color: #fff !important;
}
.cid-tZrHf59kpF form .mbr-section-btn .btn:hover {
  color: #000 !important;
}
@media (max-width: 991px) {
  .cid-tZrHf59kpF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tZrHf59kpF form textarea {
  height: 80px;
}
.cid-tZrHf59kpF form .form-check-input[type=checkbox] {
  border-radius: 0 !important;
  border: 1px solid #000;
}
.cid-tZrHf59kpF form .checkbox {
  margin-left: 20px;
}
.cid-tZrHf59kpF .btn-secondary {
  color: #000000 !important;
}
.cid-tZrHf59kpF .btn-secondary:hover {
  color: #000000 !important;
  background: #fff !important;
}
.cid-tZrHf59kpF label span {
  color: #a94442;
}
.cid-tZrHf59kpF .checkbox, .cid-tZrHf59kpF .form-group {
  margin-bottom: 1rem;
}
/* 会社概要セクション */
.cid-tECSihzpDr {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
.cid-tECSihzpDr .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tECSihzpDr .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-tECSihzpDr .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-tECSihzpDr .form-group {
  padding-right: 0;
}
.cid-tECSihzpDr .card {
  padding: 3rem 8rem;
}
.cid-tECSihzpDr .btn-primary {
  border: 1px solid #5758e0 !important;
}
.cid-tECSihzpDr .btn-primary:hover {
  border: 1px solid #5758e0 !important;
}
.cid-tECSihzpDr .stripe {
  border-bottom: 1px solid #261701;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-tECSihzpDr .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tECSihzpDr .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9 !important;
  width: 85%;
}
.cid-tECSihzpDr .mbr-text {
  color: #261701;
}
.cid-tECSihzpDr h5 {
  margin-bottom: 0;
}
.cid-tECSihzpDr .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-tECSihzpDr .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tECSihzpDr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-tECSihzpDr .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tECSihzpDr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tECSihzpDr .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tECSihzpDr .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tECSihzpDr .social-list a:hover {
  opacity: 0.4;
}
.cid-tECSihzpDr .media-container-row > div {
  padding: 0px;
}
.cid-tECSihzpDr .text2 {
  color: #000000;
  text-align: left;
}
.cid-tECSihzpDr .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tECSihzpDr .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tECSihzpDr .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tECSihzpDr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tECSihzpDr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-tECSihzpDr .form-group {
    max-width: 180px;
  }
  .cid-tECSihzpDr .card {
    padding: 2rem 1rem;
  }
}
.cid-tECSihzpDr .links span {
  color: #9e9e9e;
}
.cid-tECSihzpDr .logo-title, .cid-tECSihzpDr .logo-sub-title {
  text-align: center;
}
.cid-tECSihzpDr .logo-sub-title i {
  color: #9e9e9e;
}
#textarea1-form2-h {
  height: 200px;
}
.cid-tNKBrCFptx {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (max-width: 991px) {
  .mbr-background-video {
    min-width: 177vw !important;
    min-height: 100vh !important;
  }
}
.cid-tNKBrCFptx .copyright {
  font-size: 0.8rem !important;
}
@media (min-width: 768px) {
  .cid-tNKBrCFptx .copyright {
    font-size: 1rem !important;
  }
}
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 800px;
  overflow: hidden;
  margin: auto;
}
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  /*height: 100%;*/
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .video-container {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: 500px;
  }
  .video-container video {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    /*height: auto;*/
    object-fit: cover;
  }
}
.gl_logo {
  max-width: 400px;
  margin: 0.5em auto;
}
.gl_link {
  border: 1px solid #000;
  padding: 0.5em 1em;
}
#gl_web_link .gl_link:hover {
  transition: none !important;
  background-image: none !important;
  background: #000;
  color: #fff !important;
}
