@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.7;
  color: #333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.6105417277vw;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.inner {
  padding: 0 10.4685212299vw;
}
@media (max-width: 767px) {
  .inner {
    padding: 0 23px;
  }
}

section {
  padding-top: 5.1244509517vw;
}
@media (max-width: 767px) {
  section {
    padding-top: 40px;
  }
}

.ttl {
  font-size: 5.1244509517vw;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .ttl {
    font-size: 36px;
  }
}

.ttl-sub {
  font-size: 1.756954612vw;
  color: #808080;
}
@media (max-width: 767px) {
  .ttl-sub {
    font-size: 14px;
    margin-top: 5px;
  }
}

.btn {
  width: 17.5695461201vw;
  background: #fff;
  border-radius: 1.9765739385vw;
  box-shadow: 0.1464128843vw 0.1464128843vw 0.2928257687vw 0.1464128843vw rgba(0, 0, 0, 0.2);
  text-align: center;
  height: 3.8067349927vw;
  font-size: 1.5373352855vw;
  display: inline-flex;
}
@media (max-width: 767px) {
  .btn {
    width: 157px;
    border-radius: 15px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    height: 30px;
    font-size: 14px;
  }
}
.btn:hover .btn-inner {
  color: #fff;
  opacity: 1;
}
.btn:hover .btn-circle span {
  width: 32.9428989751vw;
  height: 21.9619326501vw;
}
@media (max-width: 767px) {
  .btn:hover .btn-circle span {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .btn:active .btn-inner {
    color: #fff;
  }
  .btn:active .btn-circle span {
    width: 21.9619326501vw;
    height: 21.9619326501vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .btn:active .btn-circle span {
    width: 300px;
    height: 300px;
  }
}

.btn-inner {
  align-items: center;
  border-radius: 1.9765739385vw;
  display: inline-flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: color 0.3s ease 0.2s;
  width: 100%;
  z-index: 1;
  color: #333;
}
@media (max-width: 767px) {
  .btn-inner {
    border-radius: 15px;
  }
}

.btn-circle {
  display: inline-block;
  height: 0.5856515373vw;
  width: 0.5856515373vw;
  position: absolute;
  top: 50%;
  left: 2.196193265vw;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btn-circle {
    height: 5px;
    width: 5px;
    left: 20px;
  }
}
.btn-circle span {
  background: #000;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: width 0.45s cubic-bezier(0.87, 0.24, 0.36, 1), height 0.45s cubic-bezier(0.87, 0.24, 0.36, 1);
  z-index: 1;
  display: inline-block;
  height: 0.5856515373vw;
  width: 0.5856515373vw;
  position: absolute;
}
@media (max-width: 767px) {
  .btn-circle span {
    height: 5px;
    width: 5px;
  }
}

.btn-txt {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/*==========================
header
===============================================================*/
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}

.header-inner {
  padding-left: 25px;
  padding-right: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-inner {
    padding-left: 10px;
    padding-right: 70px;
  }
}

.header-logo {
  width: 14.934114202vw;
}
@media (max-width: 767px) {
  .header-logo {
    width: 105px;
    height: 50px;
    line-height: 50px;
  }
}

.header-nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-list {
  display: flex;
}

.header-item {
  position: relative;
}
.header-item:first-child {
  padding-right: 2.5622254758vw;
}
.header-item:not(:first-child) {
  padding: 0 35px;
}
.header-item:not(:first-child):after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #333;
  width: 1px;
  height: 1.8301610542vw;
}
.header-item:last-child {
  padding-right: 0;
}
.header-item a {
  height: 5.270863836vw;
  line-height: 5.270863836vw;
  font-size: 1.317715959vw;
}

.header-cnt-sp {
  border: 1px solid #231815;
  border-radius: 5px;
  position: relative;
  font-size: 12px;
  padding: 2px 35px 2px 10px;
  margin-left: auto;
  text-align: center;
}
.header-cnt-sp a {
  line-height: 1.3;
}
.header-cnt-sp .cnt-img {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

/*==========
drawer
============================*/
.drawer-icon,
.drawer-fixed {
  position: fixed;
  top: 17px;
  right: 50px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .drawer-icon,
.drawer-fixed {
    display: block;
  }
}
.drawer-icon.is-active .drawer-icon_bar1,
.drawer-fixed.is-active .drawer-icon_bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background: #333;
}
.drawer-icon.is-active .drawer-icon_bar2,
.drawer-fixed.is-active .drawer-icon_bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon_bar3,
.drawer-fixed.is-active .drawer-icon_bar3 {
  transform: rotate(45deg);
  top: 8px;
  background: #333;
}

.drawer-icon_bars {
  width: 30px;
  height: 17px;
  display: block;
  position: relative;
}

.drawer-icon_bar1,
.drawer-icon_bar2,
.drawer-icon_bar3 {
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
  border-radius: 5px;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.drawer-icon_bar1.color-change,
.drawer-icon_bar2.color-change,
.drawer-icon_bar3.color-change {
  background: #333;
}

.drawer-icon_bar1 {
  top: 0;
}

.drawer-icon_bar2 {
  top: 8px;
}

.drawer-icon_bar3 {
  top: 16px;
}

.drawer-content {
  width: 100%;
  max-width: 375px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #f9f9f9;
  z-index: 299;
  transform: translateX(105%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  padding: 80px 20px 0;
  display: none;
}
.drawer-content.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .drawer-content {
    display: block;
  }
}

.drawer-content-bg {
  z-index: 298;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .drawer-content-bg {
    display: block;
  }
}
.drawer-content-bg.is-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.drawer-content_items {
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #000;
}

.drawer-logo {
  width: 140px;
  margin: 0 auto 20px;
}

.drawer-content_item {
  font-size: 16px;
  text-align: center;
}
.drawer-content_item a {
  color: #333;
  display: block;
  padding: 10px;
  font-weight: 500;
}

/*==========================
mv fv
===============================================================*/
.mv,
.fv {
  margin-top: 5.270863836vw;
}
@media (max-width: 767px) {
  .mv,
.fv {
    margin-top: 50px;
  }
}

/*==========================
news01
===============================================================*/
@media (max-width: 767px) {
  .news01 .btn {
    margin-top: 30px;
  }
}

.news01-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .news01-wrap {
    display: block;
  }
}

.news01-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25.6222547584vw;
}
@media (max-width: 767px) {
  .news01-left {
    width: 100%;
  }
}

.news01-right {
  width: calc(100% - 25.6222547584vw);
}
@media (max-width: 767px) {
  .news01-right {
    width: 100%;
    margin-top: 30px;
  }
}

.post-item {
  padding: 1.4641288433vw;
  border-top: 1px solid #a9a9a9;
}
.post-item:last-child {
  border-bottom: 1px solid #a9a9a9;
}
@media (max-width: 767px) {
  .post-item {
    padding: 10px 0;
    padding-left: 10px;
  }
}

.post-heading {
  font-weight: 400;
  font-size: 1.756954612vw;
}
@media (max-width: 767px) {
  .post-heading {
    font-size: 14px;
  }
}

.info-published {
  font-size: 1.317715959vw;
  margin-top: 1.4641288433vw;
}
@media (max-width: 767px) {
  .info-published {
    font-size: 12px;
    margin-top: 7px;
  }
}

.left-img {
  margin-top: 8.78477306vw;
  width: 75%;
}
@media (max-width: 767px) {
  .left-img {
    width: 100%;
    margin-top: 45px;
  }
  .left-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 300px;
  }
}

/*==========================
content
===============================================================*/
.content-wrap {
  margin-top: 4.39238653vw;
}
@media (max-width: 767px) {
  .content-wrap {
    margin-top: 30px;
  }
}
.content-wrap ul {
  margin-top: 2.5622254758vw;
}
@media (max-width: 767px) {
  .content-wrap ul {
    margin-top: 20px;
  }
}
.content-wrap ul li {
  margin-top: 2.196193265vw;
}
@media (max-width: 767px) {
  .content-wrap ul li {
    margin-top: 25px;
  }
}

.heading {
  font-size: 2.3426061493vw;
}
@media (max-width: 767px) {
  .heading {
    font-size: 18px;
  }
}

.right-img {
  margin-top: 90px;
  display: flex;
  width: 75%;
  margin-left: auto;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .right-img {
    margin-top: 50px;
    width: 100%;
  }
}
.right-img li {
  width: 50%;
}

/*==========================
mission
===============================================================*/
.mission .content-wrap li {
  list-style: disc;
  margin-left: 2.1229868228vw;
}
@media (max-width: 767px) {
  .mission .content-wrap li {
    margin-left: 18px;
  }
}

.mission-wrap:not(:first-child) {
  margin-top: 5.8565153734vw;
}
@media (max-width: 767px) {
  .mission-wrap:not(:first-child) {
    margin-top: 40px;
  }
}

.mission-slick {
  margin-top: 6.588579795vw;
  width: 75%;
}
@media (max-width: 767px) {
  .mission-slick {
    margin-top: 45px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mission-slick li img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% top;
       object-position: 100% top;
    height: 45vh;
    min-height: 330px;
  }
}

/*==========================
recruit
===============================================================*/
.recruit {
  margin-bottom: 9.5168374817vw;
}
@media (max-width: 767px) {
  .recruit {
    margin-bottom: 50px;
  }
}
.recruit .btn {
  margin-top: 3.6603221083vw;
}
@media (max-width: 767px) {
  .recruit .btn {
    margin-top: 30px;
  }
}
.recruit li {
  position: relative;
  padding-left: 2.9282576867vw;
}
@media (max-width: 767px) {
  .recruit li {
    padding-left: 23px;
  }
}

.recruit-check {
  position: absolute;
  width: 2.196193265vw;
  left: 0;
  top: -0.5124450952vw;
}
@media (max-width: 767px) {
  .recruit-check {
    width: 15px;
    top: -3px;
  }
}

/*==========================
footer
===============================================================*/
.footer {
  background: #000;
  padding: 2.9282576867vw 0 1.4641288433vw;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 15px;
  }
}

.footer-inner p {
  font-size: 1.0248901903vw;
  margin-top: 2.9282576867vw;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-inner p {
    font-size: 10px;
    margin-top: 20px;
  }
}

.footer-list {
  display: flex;
  justify-content: center;
}
.footer-list li:not(:first-child) {
  margin-left: 1.4641288433vw;
}
.footer-list li a {
  color: #fff;
  font-size: 1.317715959vw;
}
@media (max-width: 767px) {
  .footer-list li a {
    font-size: 12px;
  }
}

.footer-logo {
  width: 16.3982430454vw;
  margin: 2.196193265vw auto 0;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 127px;
    margin: 20px auto 0;
  }
}

/*==========================
下層

共通
===============================================================*/
.fv {
  background: url(../img/fv-news.jpg) no-repeat center center/cover;
}

.fv-ttl-wrap {
  padding: 3.513909224vw 10.4685212299vw;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .fv-ttl-wrap {
    padding: 20px;
  }
}
.fv-ttl-wrap .ttl-sub {
  color: #fff;
  margin-top: 0.7320644217vw;
}
@media (max-width: 767px) {
  .fv-ttl-wrap .ttl-sub {
    margin-top: 10px;
  }
}

.kasou-ttl {
  font-size: 2.635431918vw;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .kasou-ttl {
    font-size: 18px;
  }
}

/*==========================
news一覧
===============================================================*/
.news02 {
  margin-bottom: 6.588579795vw;
}
@media (max-width: 767px) {
  .news02 {
    margin-bottom: 45px;
  }
}

.news02-wrap {
  width: 52.7086383602vw;
  margin: 5.1244509517vw auto 0;
}
@media (max-width: 767px) {
  .news02-wrap {
    width: 100%;
    margin: 20px auto 0;
  }
}

.pagination {
  margin-top: 5.8565153734vw;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .pagination {
    margin: 30px 0;
  }
}

.page-numbers {
  width: 3.2210834553vw;
  display: block;
  text-align: center;
  position: relative;
  font-size: 1.1713030747vw;
  color: #000;
}
@media (max-width: 767px) {
  .page-numbers {
    width: 30px;
    font-size: 14px;
  }
}

.prev {
  padding-left: 0.7320644217vw;
  width: 4.39238653vw;
}
@media (max-width: 767px) {
  .prev {
    width: 40px;
    padding-left: 10px;
    margin-right: 10px;
  }
}

.next {
  padding-right: 0.7320644217vw;
  width: 4.39238653vw;
}
@media (max-width: 767px) {
  .next {
    width: 40px;
    padding-right: 10px;
    margin-left: 10px;
  }
}

.pagination .current::after {
  width: calc(100% - 2.196193265vw);
}
@media (max-width: 767px) {
  .pagination .current::after {
    width: calc(100% - 10px);
  }
}

.current {
  position: relative;
}
.current::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 0.1464128843vw;
  bottom: -0.2196193265vw;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
}
@media (max-width: 767px) {
  .current::after {
    height: 1px;
    bottom: 0;
  }
}

/*==========================
news 個別ページ
===============================================================*/
.news03 {
  margin-bottom: 5.8565153734vw;
}
@media (max-width: 767px) {
  .news03 {
    margin-bottom: 45px;
  }
}

.news03-wrap {
  width: 65.8857979502vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news03-wrap {
    width: 100%;
  }
}
.news03-wrap .info-published {
  text-align: right;
  display: block;
  font-size: 1.5373352855vw;
}
@media (max-width: 767px) {
  .news03-wrap .info-published {
    font-size: 14px;
  }
}
.news03-wrap a {
  text-decoration: underline;
  color: blue;
}

.news03-ttl {
  margin: 2.9282576867vw 0 4.39238653vw;
  font-size: 2.3426061493vw;
  text-align: center;
}
@media (max-width: 767px) {
  .news03-ttl {
    font-size: 18px;
    margin: 20px 0 40px;
  }
}

.news03-content {
  display: block;
}
@media (max-width: 767px) {
  .news03-content {
    display: block;
  }
}

.news03-left {
  width: 40%;
}
@media (max-width: 767px) {
  .news03-left {
    width: 100%;
  }
}

.news03-right {
  width: 100%;
}
@media (max-width: 767px) {
  .news03-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

/*==========================
会社概要

会社について
===============================================================*/
.fv-company {
  background: url(../img/fv-company.jpg) no-repeat center center/cover;
}

.company-wrap {
  padding: 0 6.588579795vw 5.1244509517vw;
  border-bottom: 1px solid #808080;
}
@media (max-width: 767px) {
  .company-wrap {
    padding: 0 0 30px;
  }
}

.company-item {
  display: flex;
  padding: 1.8301610542vw 0;
  font-size: 1.756954612vw;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .company-item {
    padding: 15px 0;
    font-size: 13px;
  }
}
.company-item:not(:first-child) {
  border-top: 1px solid #808080;
}
.company-item dt {
  width: 13.17715959vw;
  padding-left: 2.196193265vw;
}
@media (max-width: 767px) {
  .company-item dt {
    width: 80px;
    padding-left: 10px;
  }
}
.company-item dd {
  width: calc(100% - 13.17715959vw);
  padding-left: 6.2225475842vw;
}
@media (max-width: 767px) {
  .company-item dd {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
}

/*==========================
access
===============================================================*/
.access-wrap {
  margin-top: 5.1244509517vw;
  padding-bottom: 5.1244509517vw;
  border-bottom: 1px solid #808080;
}
@media (max-width: 767px) {
  .access-wrap {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.access-wrap li {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .access-wrap li {
    display: block;
  }
}
.access-wrap li:not(:first-child) {
  margin-top: 3.6603221083vw;
}
@media (max-width: 767px) {
  .access-wrap li:not(:first-child) {
    margin-top: 30px;
  }
}

.access-right {
  width: 40%;
  position: relative;
  padding-top: 30%;
}
@media (max-width: 767px) {
  .access-right {
    width: 100%;
    padding-top: 56%;
  }
}
.access-right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-left {
  width: 60%;
  padding-left: 3.6603221083vw;
  font-size: 2.0497803807vw;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .access-left {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    font-size: 14px;
  }
}

/*==========================
group company
===============================================================*/
.group {
  margin-bottom: 7.3206442167vw;
}
@media (max-width: 767px) {
  .group {
    margin-bottom: 50px;
  }
}

.group-list {
  margin-top: 5.1244509517vw;
  display: flex;
}
@media (max-width: 767px) {
  .group-list {
    margin-top: 40px;
    display: block;
  }
}
.group-list li:not(:first-child) {
  padding-left: 5.8565153734vw;
}
@media (max-width: 767px) {
  .group-list li:not(:first-child) {
    padding-left: 0;
  }
}
.group-list li p:not(:first-child) {
  margin-top: 2.196193265vw;
}
@media (max-width: 767px) {
  .group-list li p:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .group-list li p {
    margin-top: 15px;
    font-size: 14px;
  }
}

/*==========================
採用情報

recruit
===============================================================*/
.fv-recruit {
  background: url(../img/fv-recruit.jpg) no-repeat center center/cover;
}

.recruit02 .content-wrap {
  margin: 0;
}

.recruit02-wrap {
  margin-top: 5.8565153734vw;
  padding-top: 5.8565153734vw;
  border-top: 1px solid #808080;
}
@media (max-width: 767px) {
  .recruit02-wrap {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.recruit02-ttl {
  font-size: 2.3426061493vw;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit02-ttl {
    font-size: 18px;
  }
}

.recruit02-body {
  margin-top: 5.1244509517vw;
}
@media (max-width: 767px) {
  .recruit02-body {
    margin-top: 40px;
  }
}
.recruit02-body:not(:first-child) {
  margin-top: 6.588579795vw;
}
@media (max-width: 767px) {
  .recruit02-body:not(:first-child) {
    margin-top: 50px;
  }
}

.recruit02-header {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .recruit02-header {
    display: block;
  }
}

.recruit-btn {
  cursor: pointer;
  width: 19.7657393851vw;
}
@media (max-width: 767px) {
  .recruit-btn {
    width: 180px;
  }
}
.recruit-btn:hover .btn-circle span {
  width: 43.9238653001vw;
  height: 32.9428989751vw;
}
@media (max-width: 767px) {
  .recruit-btn:hover .btn-circle span {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .recruit-btn {
    margin-top: 20px;
  }
}

.recruit02-right {
  width: 40%;
}
@media (max-width: 767px) {
  .recruit02-right {
    width: 100%;
  }
}

.recruit02-left {
  width: 60%;
  padding-left: 7.3206442167vw;
}
@media (max-width: 767px) {
  .recruit02-left {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.recruit02-heading {
  font-size: 2.3426061493vw;
  font-weight: bold;
}
@media (max-width: 767px) {
  .recruit02-heading {
    font-size: 18px;
    margin-top: 15px;
  }
}

.recruit02-content {
  margin-top: 3.6603221083vw;
  background: #fff;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
  padding: 2.196193265vw 3.6603221083vw 3.6603221083vw;
}
@media (max-width: 767px) {
  .recruit02-content {
    margin-top: 20px;
    padding: 25px 23px;
  }
}

.recruit02-hidden {
  display: none;
}

.recruit02-content-heading {
  font-size: 2.0497803807vw;
}
@media (max-width: 767px) {
  .recruit02-content-heading {
    font-size: 18px;
  }
}

.recruit02-table {
  font-size: 1.5373352855vw;
  margin-top: 2.196193265vw;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .recruit02-table {
    font-size: 13px;
    margin-top: 10px;
  }
}

.recruit02-item {
  display: flex;
}
@media (max-width: 767px) {
  .recruit02-item {
    display: block;
  }
}
.recruit02-item:not(:first-child) {
  margin-top: 2.5622254758vw;
}
@media (max-width: 767px) {
  .recruit02-item:not(:first-child) {
    margin-top: 20px;
  }
}
.recruit02-item dt {
  width: 14.6412884334vw;
  font-weight: bold;
}
@media (max-width: 767px) {
  .recruit02-item dt {
    width: 100%;
    font-size: 15px;
    margin-bottom: 7px;
  }
}
.recruit02-item dd {
  width: calc(100% - 14.6412884334vw);
  padding-left: 1.4641288433vw;
  position: relative;
}
@media (max-width: 767px) {
  .recruit02-item dd {
    width: 100%;
    padding-left: 0;
  }
}
.recruit02-item dd .dd-indent {
  display: inline-block;
  position: absolute;
  left: 0;
}
.recruit02-item dd li {
  position: relative;
  padding-left: 1.317715959vw;
}
@media (max-width: 767px) {
  .recruit02-item dd li {
    padding-left: 13px;
  }
}
.recruit02-item dd li::after {
  position: absolute;
  content: "";
  top: 0.878477306vw;
  left: 0;
  width: 0.439238653vw;
  height: 0.439238653vw;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .recruit02-item dd li::after {
    top: 9px;
    width: 5px;
    height: 5px;
  }
}

/*==========================
policy
===============================================================*/
.fv-policy {
  background: url(../img/fv-policy.jpg) no-repeat center center/cover;
}

.policy {
  font-size: 1.756954612vw;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .policy {
    font-size: 13px;
  }
}

.policy-wrap {
  padding-bottom: 5.1244509517vw;
  border-bottom: 1px solid #808080;
}
@media (max-width: 767px) {
  .policy-wrap {
    padding-bottom: 50px;
  }
}

.policy-content {
  margin: 5.8565153734vw 0;
  padding: 3.6603221083vw;
  background: #fff;
  box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .policy-content {
    margin: 40px 0;
    padding: 25px 23px;
  }
}
.policy-content li {
  list-style: decimal;
  margin-left: 1.9765739385vw;
}
@media (max-width: 767px) {
  .policy-content li {
    margin-left: 15px;
  }
}
.policy-content li:not(:first-child) {
  margin-top: 2.5622254758vw;
}
@media (max-width: 767px) {
  .policy-content li:not(:first-child) {
    margin-top: 20px;
  }
}

.sign {
  margin-top: 3.6603221083vw;
  text-align: right;
}
@media (max-width: 767px) {
  .sign {
    margin-top: 25px;
  }
}

.policy-address {
  margin-top: 3.6603221083vw;
}
@media (max-width: 767px) {
  .policy-address {
    margin-top: 25px;
  }
}

.policy-cnt {
  margin-bottom: 5.8565153734vw;
}
@media (max-width: 767px) {
  .policy-cnt {
    margin-bottom: 50px;
  }
}
.policy-cnt h2 {
  font-size: 2.3426061493vw;
}
@media (max-width: 767px) {
  .policy-cnt h2 {
    font-size: 16px;
  }
}
.policy-cnt p {
  margin-top: 3.2942898975vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .policy-cnt p {
    font-size: 13px;
    margin-top: 23pxx;
  }
}
.policy-cnt p a {
  border-bottom: 1px solid #000;
}

/*==========================
contact
===============================================================*/
.fv-contact {
  background: url(../img/fv-contact.jpg) no-repeat center center/cover;
}

.contact .responsible {
  margin-bottom: 3.6603221083vw;
}
@media (max-width: 767px) {
  .contact .responsible {
    margin-bottom: 20px;
  }
}

.policy-ttl {
  font-size: 2.635431918vw;
  text-align: center;
}
@media (max-width: 767px) {
  .policy-ttl {
    font-size: 16px;
  }
}

/*==========================
404
===============================================================*/
.noexist {
  margin-top: 140px;
  padding: 100px 0 150px;
  text-align: center;
}
@media (max-width: 767px) {
  .noexist {
    margin-top: 70px;
  }
}

.noexist-ttl {
  font-size: 80px;
  color: rgba(51, 51, 51, 0.4);
}
@media (max-width: 767px) {
  .noexist-ttl {
    font-size: 40px;
  }
  .noexist-ttl span {
    display: block;
  }
}

.noexist-lead {
  font-size: 30px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .noexist-lead {
    font-size: 20px;
  }
}

.noexist-btn {
  text-align: center;
  margin-top: 40px;
}
.noexist-btn a {
  color: #333;
}
.noexist-btn a::before, .noexist-btn a::after {
  background: #333;
}

/*==========================
事業内容
===============================================================*/
.fv-about {
  background: url(../img/about/fv.jpg) no-repeat center center/cover;
}

.about {
  margin-bottom: 7.3206442167vw;
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 50px;
  }
}