@charset "UTF-8";
/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  color: #000;
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
}

.f-al {
  font-family: 'Alata', serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

dt {
  font-weight: normal;
}

a:hover, a:active, .o-btn:hover, .o-btn:active {
  outline: 0;
  text-decoration: none;
  opacity: 0.7;
  text-decoration: none;
  -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;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.textright {
  text-align: right;
}

.sponly {
  display: block !important;
}

@media (min-width: 767px) {
  .sponly {
    display: none !important;
  }
}

.pconly {
  display: none !important;
}

@media (min-width: 767px) {
  .pconly.is-inline {
    display: inline !important;
  }
}

@media (min-width: 767px) {
  .pconly.is-block {
    display: block !important;
  }
}

main {
  position: relative;
  display: block;
  overflow: hidden;
}

main:after {
  clear: both;
  content: "";
  display: block;
}

.js-nav_open .hamburger {
  right: 0;
}

.js-nav_open .is-black-bg {
  opacity: .7;
  visibility: visible;
}

.js-nav_open .hamburger_btn .hamburger_btn__line {
  background-color: #000;
}

.js-nav_open .hamburger_btn .hamburger_btn__line.is-1st {
  transform: rotate(45deg);
  top: 23px;
}

.js-nav_open .hamburger_btn .hamburger_btn__line.is-2nd {
  width: 0;
  left: 50%;
}

.js-nav_open .hamburger_btn .hamburger_btn__line.is-3rd {
  transform: rotate(-45deg);
  top: 23px;
}

.is-black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

.is-header_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header {
  position: relative;
  min-height: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .header {
    min-height: 67px;
  }
}

.header__logo {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

@media (min-width: 767px) {
  .header__logo {
    left: 0;
  }
}

.header__logo img {
  max-height: 26px;
}

@media (min-width: 992px) {
  .header__logo img {
    max-height: 30px;
  }
}

.hamburger {
  position: fixed;
  right: -1000px;
  top: 0;
  width: 280px;
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 300;
  overflow-y: auto;
  text-align: center;
}

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger__item {
  padding: 0 3%;
  text-align: left;
  line-height: 1.4;
}

.hamburger__item h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.hamburger__item a {
  display: block;
  padding: 6px 0 6px 15px;
  font-size: 14px;
}

.hamburger_btn {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 400;
}

@media (min-width: 992px) {
  .hamburger_btn {
    display: none;
  }
}

.hamburger_btn p {
  text-align: center;
  font-size: 10px;
  margin-top: 32px;
}

.hamburger_btn__line {
  position: absolute;
  right: 16px;
  width: 18px;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
}

.hamburger_btn__line.is-1st {
  top: 12px;
  transition: all .6s;
}

.hamburger_btn__line.is-2nd {
  top: 20px;
  transition: all 0;
}

.hamburger_btn__line.is-3rd {
  top: 28px;
  transition: all .6s;
}

.footer {
  padding: 0 3% 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
}

.footer__content {
  max-width: 1090px;
  margin: 0 auto;
  border-top: 1px solid #333;
}

.footer__content ul {
  padding: 21px 0;
}

.footer__content ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}

.o-btn {
  font-size: 15px;
  cursor: pointer;
  display: block;
  text-align: center;
  max-width: 218px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  border: none;
  border-radius: 4px;
  background-color: #E60012;
  color: #fff;
  height: 48px;
  line-height: 48px;
  font-weight: normal;
}

.p-index__link_list {
  text-align: center;
  padding-bottom: 20px;
}

.p-index__link_list li {
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
}

.p-index__job_list {
  margin-top: -80px;
  position: relative;
  z-index: 20;
}

@media (min-width: 767px) {
  .p-index__job_list {
    margin-top: -190px;
  }
}

.p-index__job_list__text {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .p-index__job_list__text {
    margin-bottom: 0;
  }
}

.p-index__job_list__logo {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}

.p-index__job_list__logo img {
  max-height: 22px;
}

.p-index__job_list ul {
  width: 94%;
  max-width: 1060px;
  margin: 0 auto;
  letter-spacing: -.4em;
  padding-bottom: 40px;
}

.p-index__job_list ul li {
  background: #fff;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 auto 35px;
  border: 1px solid #D1D1D1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (min-width: 767px) {
  .p-index__job_list ul li {
    display: inline-block;
    width: 47%;
    margin-right: 6%;
  }
}

@media (min-width: 767px) {
  .p-index__job_list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.p-index__job_list ul li:nth-child(2) dl dt p {
  margin-bottom: 15px;
}

.p-index__job_list ul li:nth-child(3) dl dd img {
  max-width: 140px;
}

.p-index__job_list ul li:nth-child(4) dl dt .p-index__job_list__logo img {
  max-height: 77px;
}

.p-index__job_list ul li:nth-child(4) dl dd img {
  max-width: 140px;
}

.p-index__job_list ul li dl {
  padding: 12px 20px;
}

@media (min-width: 992px) {
  .p-index__job_list ul li dl {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .p-index__job_list ul li dl dt {
    display: table-cell;
    vertical-align: top;
    padding-right: 16px;
  }
}

.p-index__job_list ul li dl dt p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
}

.p-index__job_list ul li dl dd {
  margin: 0 auto;
  width: 150px;
  text-align: center;
}

@media (min-width: 992px) {
  .p-index__job_list ul li dl dd {
    display: table-cell;
    vertical-align: top;
  }
}

.p-index__list {
  margin-top: -80px;
  position: relative;
  z-index: 20;
}

@media (min-width: 767px) {
  .p-index__list {
    margin-top: -210px;
  }
}

.p-index__list__text {
  min-height: 150px;
  padding: 30px 15px 10px;
  text-align: center;
}

.p-index__list__logo {
  height: 100px;
  position: relative;
}

.p-index__list__logo img {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  max-height: 80px;
  max-width: 90%;
}

@media (min-width: 992px) {
  .p-index__list__logo img {
    max-width: 100%;
  }
}

.p-index__list ul {
  width: 94%;
  max-width: 1090px;
  margin: 0 auto;
  letter-spacing: -.4em;
  padding-bottom: 30px;
}

.p-index__list ul li {
  background: #fff;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 auto 20px;
  border: 1px solid #D1D1D1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 20px;
}

@media (min-width: 767px) {
  .p-index__list ul li {
    display: inline-block;
    width: 32.3%;
    margin-right: 1.5%;
  }
}

@media (min-width: 767px) {
  .p-index__list ul li:last-child {
    margin-right: 0;
  }
}

.p-index__list ul li:last-child .p-index__list__logo img {
  max-width: 90%;
  margin: 0 auto;
}

.p-index__list ul li h3 {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 767px) {
  .p-index__list ul li h3 {
    font-size: 16px;
  }
}

.p-index__kv {
  text-align: center;
  position: relative;
  background: url(../images/common/kv.png) top center no-repeat;
  background-size: cover;
  height: 200px;
}

@media (min-width: 767px) {
  .p-index__kv {
    height: 366px;
  }
}

.p-index__kv.is-job {
  background-image: url(../images/common/kv_job.png);
}

.p-index__kv.is-job .p-index__kv__title {
  top: 30px;
}

@media (min-width: 767px) {
  .p-index__kv.is-job .p-index__kv__title {
    top: 55px;
  }
}

.p-index__kv__title {
  color: #fff;
  position: absolute;
  z-index: 10;
  width: 96%;
  color: #fff;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari用 */
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .p-index__kv__title {
    top: 50px;
  }
}

.p-index__kv__title h2 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.2;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.41);
}

@media (min-width: 767px) {
  .p-index__kv__title h2 {
    font-size: 33px;
  }
}

.p-index__kv__title p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.41);
}

@media (min-width: 767px) {
  .p-index__kv__title p {
    font-size: 20px;
  }
}
