
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");
@import url("//fonts.googleapis.com/css?family=Homemade+Apple");

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquotebefore, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

.page {
  min-width: 1200px;
  background: #ffffff;
  color: #333;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 125px;
}

@media all and (max-width: 767px) {
  .page {
    position: relative;
    left: 0;
    min-width: inherit;
    padding-top: 50px;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    -webkit-transition: left 200ms ease-out 0ms;
    transition: left 200ms ease-out 0ms;
  }
}

@media all and (max-width: 767px) {
  .page.is-spNav-active {
    left: -75%;
  }
}

a {
  display: block;
  color: #333;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  will-change: opacity;
  -webkit-transition: opacity 275ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  transition: opacity 275ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
}

a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  text-decoration: none;
  background-position: bottom right;
  -webkit-transition: opacity 0ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
  transition: opacity 0ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0ms;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

img.noFuild {
  max-width: inherit;
}

.objFit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

::-moz-selection {
  background: #901d22;
  color: #ffffff;
}

::selection {
  background: #901d22;
  color: #ffffff;
}

::-moz-selection {
  background: #901d22;
  color: #ffffff;
}

a::-moz-selection {
  background: #901d22;
  color: #ffffff;
}

a::selection {
  background: #901d22;
  color: #ffffff;
}

a::-moz-selection {
  background: #901d22;
  color: #ffffff;
}

.wrap {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
}

.pcOnly {
  display: block;
}

@media all and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media all and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

.headline--01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.headline--01 .headline {
  line-height: 1;
}

.headline--01 .headline__num {
  margin-right: 20px;
  border-bottom: 2px solid #555;
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media all and (max-width: 767px) {
  .headline--01 .headline__num {
    margin-right: 10px;
    font-size: 17px;
  }
}

.headline--01 .headline__ttl {
  font-size: 50px;
  font-family: "Homemade Apple", cursive;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

@media all and (max-width: 767px) {
  .headline--01 .headline__ttl {
    font-size: 25px;
  }
}

.headline--01 .headline__sttl {
  font-size: 14px;
  letter-spacing: -0.01em;
}

@media all and (max-width: 767px) {
  .headline--01 .headline__sttl {
    font-size: 7px;
  }
}

#mainContent {
  overflow: hidden;
  position: relative;
}

#gHeader {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 1200px;
  background: #ffffff;
  padding: 0 50px;
  z-index: 100;
}

@media all and (max-width: 767px) {
  #gHeader {
    min-width: inherit;
    padding: 15px 20px;
  }
}

#gHeader > section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#gHeader .hdrLogo {
  min-width: 375px;
}

@media all and (max-width: 767px) {
  #gHeader .hdrLogo {
    zoom: .5;
  }
}

#gHeader .hdrLogo span {
  display: block;
  margin-top: 15px;
  color: #5b5b5b;
  font-size: 11px;
  /* white-space: nowrap; */
}
#gHeader .hdrLogo span br{
  display: none;
}

@media all and (max-width: 767px) {
  #gHeader .hdrLogo span {
    display: none;
  }
}

@media all and (max-width: 767px) {
  #gHeader.is-spNav-active {
    right: 75%;
  }
}
@media all and (max-width: 1600px) {
  #gHeader .hdrLogo span br {
    display: block;
  }
}


#gHeader.is-fixed {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: right 200ms ease-out 0ms;
  transition: right 200ms ease-out 0ms;
  will-change: transform;
  -webkit-animation: hdr-active 500ms ease-in-out 0ms 1 forwards;
          animation: hdr-active 500ms ease-in-out 0ms 1 forwards;
}

@-webkit-keyframes hdr-active {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes hdr-active {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

#gHeader.is-fixed .hdrLogo img {
  width: 120px;
}

@media all and (max-width: 820px) {
  #gHeader.is-fixed .hdrLogo img {
    width: 193px;
  }
}

#gHeader.is-fixed .hdrLogo span {
  display: none;
}

#gHeader.is-fixed #gNav ul li:not(:last-child) {
  margin-right: 25px;
}

@media all and (max-width: 820px) {
  #gHeader.is-fixed #gNav ul li:not(:last-child) {
    margin-right: 0;
  }
}

#gHeader.is-fixed #gNav ul li a,
#gHeader.is-fixed #gNav ul li strong {
  padding: 10px 0;
}

@media all and (max-width: 820px) {
  #gHeader.is-fixed #gNav ul li a,
  #gHeader.is-fixed #gNav ul li strong {
    padding: 15px 20px;
  }
}

#gHeader.is-fixed #gNav ul li.interview .interviewNav {
  top: 54px;
}

@media all and (max-width: 820px) {
  #gHeader.is-fixed.is-spNav-active {
    right: 75%;
  }
  #gHeader.is-fixed.is-spNav-active #gNav {
    right: 0;
  }
}

@media all and (max-width: 820px) {
  #gNav {
    position: fixed;
    top: 0;
    right: 0;
    width: 75%;
    height: 100vh;
    background: #333;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: right 200ms ease-out 0ms;
    transition: right 200ms ease-out 0ms;
    z-index: 10;
  }
  #gNav.is-spNav-active {
    overflow-y: scroll;
    right: 75%;
  }
}

#gNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 820px) {
  #gNav ul {
    display: block;
  }
}

@media all and (max-width: 820px) {
  #gNav ul li {
    border-bottom: 1px solid #444;
  }
}

#gNav ul li:not(:last-child) {
  margin-right: 35px;
}

@media all and (max-width: 820px) {
  #gNav ul li:not(:last-child) {
    margin-right: 0;
  }
}

#gNav ul li a, #gNav ul li strong {
  display: block;
  padding: 55px 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
}

@media all and (max-width: 820px) {
  #gNav ul li a, #gNav ul li strong {
    padding: 15px 20px;
    color: #ffffff;
  }
}

#gNav ul li.interview {
  cursor: pointer;
}

#gNav ul li:first-of-type {
  padding-left: 40px;
}

@media all and (max-width: 820px) {
  #gNav ul li.interview:first-of-type {
    padding-left: 15px;
  }
  #gNav ul li:first-of-type {
    padding-left: 0;
  }
}

#gNav ul li.interview .interviewNav {
  display: none;
  position: absolute;
  top: 124px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px 0;
  background: #fff;
}

@media all and (max-width: 820px) {
  #gNav ul li.interview .interviewNav {
    display: block;
    position: static;
    padding: 10px 0;
  }
}

#gNav ul li.interview .interviewNav ul {
  max-width: 1100px;
  margin: 0 auto;
}

@media all and (max-width: 820px) {
  #gNav ul li.interview .interviewNav ul {
      padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media all and (max-width: 820px) {
  #gNav ul li.interview .interviewNav ul li {
    border: none;
  }
}

#gNav ul li.interview .interviewNav ul li a {
  padding: 0 !important;
}

#gNav ul li.interview .interviewNav ul li:not(:last-child) {
  margin-right: 14px;
}

@media all and (max-width: 820px) {
  #gNav ul li.interview .interviewNav ul li:not(:last-child) {
    margin-right: 0;
  }
}

#spMenu {
  display: none;
}

@media all and (max-width: 820px) {
  #spMenu {
    position: relative;
    display: block;
    width: 25px;
    height: 15px;
  }
  #spMenu span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  #spMenu span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 300ms ease-out 600ms, -webkit-transform 300ms ease-out 600ms;
    transition: top 300ms ease-out 600ms, -webkit-transform 300ms ease-out 600ms;
    transition: top 300ms ease-out 600ms, transform 300ms ease-out 600ms;
    transition: top 300ms ease-out 600ms, transform 300ms ease-out 600ms, -webkit-transform 300ms ease-out 600ms;
  }
  #spMenu span:nth-of-type(2) {
    top: calc(50% - 0.5px);
    -webkit-transition: opacity 300ms ease-out 150ms, -webkit-transform 300ms ease-out 100ms;
    transition: opacity 300ms ease-out 150ms, -webkit-transform 300ms ease-out 100ms;
    transition: transform 300ms ease-out 100ms, opacity 300ms ease-out 150ms;
    transition: transform 300ms ease-out 100ms, opacity 300ms ease-out 150ms, -webkit-transform 300ms ease-out 100ms;
  }
  #spMenu span:nth-of-type(3) {
    bottom: 0;
    -webkit-transition: bottom 300ms ease-out 600ms, -webkit-transform 300ms ease-out 600ms;
    transition: bottom 300ms ease-out 600ms, -webkit-transform 300ms ease-out 600ms;
    transition: bottom 300ms ease-out 600ms, transform 300ms ease-out 600ms;
    transition: bottom 300ms ease-out 600ms, transform 300ms ease-out 600ms, -webkit-transform 300ms ease-out 600ms;
  }
  #spMenu.is-spNav-active span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  #spMenu.is-spNav-active span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #spMenu.is-spNav-active span:nth-of-type(3) {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

#gFooter {
  background: #ffffff;
}

#gFooter .wrap {
  max-width: 1140px;
}

#gFooter section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

@media all and (max-width: 767px) {
  #gFooter section {
    display: block;
  }
}

.recruitBtns {
  position: relative;
  background-color: #f3f3f3;
  padding: 100px 0 130px;
}

@media all and (max-width: 767px) {
  .recruitBtns {
    padding: 50px 20px 60px;
  }
}

.recruitBtns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 767px) {
  .recruitBtns ul {
    display: block;
  }
}

.recruitBtns ul li {
  margin: 0 40px;
}

@media all and (max-width: 767px) {
  .recruitBtns ul li {
    margin: 0;
  }
  .recruitBtns ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.recruitBtns ul li:nth-of-type(1) a {
  border: 4px solid #da4c3d;
  background-color: #ffffff;
  color: #da4c3d;
}

.recruitBtns ul li:nth-of-type(2) a {
  border: 4px solid #e60012;
  background-color: #e60012;
  color: #ffffff;
}

.recruitBtns ul li:nth-of-type(2) a:before, .recruitBtns ul li:nth-of-type(2) a:after {
  background-color: #f2b7ae;
}

.recruitBtns ul li:nth-of-type(2) a > span {
  position: relative;
}

.recruitBtns ul li:nth-of-type(2) a > span span {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .recruitBtns ul li:nth-of-type(2) a > span span {
    bottom: -15px;
    font-size: 11px;
  }
}

.recruitBtns ul a {
  position: relative;
  width: 395px;
  padding: 40px 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .recruitBtns ul a {
    width: 90%;
    padding: 25px 15px;
    font-size: 18px;
  }
}

.recruitBtns ul a:before, .recruitBtns ul a:after {
  content: '';
  position: absolute;
  background-color: #da4c3d;
}

.recruitBtns ul a:before {
  top: calc(50% - 1.5px);
  right: -40px;
  width: 112px;
  height: 3px;
}

@media all and (max-width: 767px) {
  .recruitBtns ul a:before {
    right: -30px;
    width: 80px;
  }
}

.recruitBtns ul a:after {
  top: calc(50% - 7px);
  right: -41px;
  width: 15px;
  height: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media all and (max-width: 767px) {
  .recruitBtns ul a:after {
    right: -32px;
  }
}

.recruitBtns ul a span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 12px;
}

@media all and (max-width: 767px) {
  .recruitBtns ul a span {
    margin-top: -2px;
  }
  .recruitBtns ul a span img {
    zoom: .75;
  }
}

.groupList {
  padding: 60px 0 40px;
}

@media all and (max-width: 767px) {
  .groupList {
    padding: 30px 0 0;
  }
}

.groupList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; /* 折り返さず1列に収める */
  gap: 20px; /* アイテム間の等間隔 */
}

@media all and (max-width: 767px) {
  .groupList ul {
    display: block;
  }
}

.groupList ul .grp {
  flex: 1 1 calc(100% / 6 - 10px); /* 6等分（-10pxはgap調整用） */
  max-width: 176px;                /* 元デザインを超えないよう制限 */
  border: 3px solid #e60213;
  border-radius: 10px;
  box-sizing: border-box;          /* padding/border込みで幅計算 */
}

@media all and (max-width: 767px) {
  .groupList ul .grp {
    width: 100%;
  }
  .groupList ul .grp:not(:last-child) {
    margin-bottom: 5px;
  }
}

.groupList ul .grp a {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  font-size: 14px;
}

@media all and (max-width: 767px) {
  .groupList ul .grp a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.groupList ul .grp__ttl {
  margin-bottom: 15px;
  color: #da4c3d;
  font-size: 18px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .groupList ul .grp__ttl {
    width: 80px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.groupList ul .grp__map {
  width: 45px;
  padding: 5px 0;
  background-color: #d30110;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.groupList ul .grp__txt {
  width: 100%;
}

.groupList ul .grp__txt i {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: -3px;
  margin-right: 7px;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
}

.groupList ul .grp__txt i.icn-tel {
  background-image: url(../imgs/icn-tel.png);
}

.groupList ul .grp__txt i.icn-fax {
  background-image: url(../imgs/icn-fax.png);
}

@media all and (max-width: 767px) {
  #fNav {
    margin-bottom: 20px;
  }
}

#fNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 767px) {
  #fNav ul {
    display: block;
  }
}

@media all and (max-width: 767px) {
  #fNav ul li {
    text-align: center;
  }
}

#fNav ul li:not(:last-child):after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

@media all and (max-width: 767px) {
  #fNav ul li:not(:last-child):after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    margin: 5px auto;
    background-color: #333;
  }
}

#fNav ul li a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: -0.01em;
}

@media all and (max-width: 767px) {
  #fNav ul li a {
    font-size: 11px;
  }
}

.copyright {
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media all and (max-width: 767px) {
  .copyright {
    font-size: 10px;
    text-align: center;
  }
}

.interviewNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 767px) {
  .interviewNav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (max-width: 767px) {
  .interviewNav ul li {
    width: 42%;
  }
  .interviewNav ul li:not(:nth-child(-n+3)) {
  }
}

.interviewNav ul li:not(:last-child) {
  margin-right: 14px;
}

@media all and (max-width: 767px) {
  .interviewNav ul li:not(:last-child) {
    margin-right: 0;
  }
}

.interviewNav ul li.is-active a {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
