@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 16px;
  line-height: 1.75;
  font-feature-settings: "palt";
  -moz-osx-font-smoothing: grayscale;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

body>#wrapper {
  height: auto;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

@media print {

  html,
  html body {
    overflow: visible !important;
  }
}

/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

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

/* レスポンシブ対応 */
img {
  vertical-align: bottom;
  box-shadow: #000 0 0 0;
  /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
  /* IE7対応 */
}

/* リンク */
a:link {
  color: #000;
  text-decoration: none;
}

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

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
}

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

.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.lusitana {
  font-family: "Lusitana", serif;
  font-weight: 400;
  line-height: 1;
}

.googleFT {
  font-family: "Reem Kufi", "Noto Sans JP", sans-serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.raleway {
  font-family: "Raleway", sans-serif;
}

.josefin {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* ブロック関係 */
.row {
  padding-bottom: 0em;
}

.col {
  display: block;
  float: left;
  width: 100%;
  margin: 0 1%;
}

.col:first-child {
  margin-left: 0;
}

.col:last-child {
  margin-right: 0;
}

/* グリッドの設定 */
.span_1 {
  width: 6.25%;
}

.span_2 {
  width: 15%;
}

.span_3 {
  width: 23.5%;
}

.span_4 {
  width: 32%;
}

.span_5 {
  width: 40.5%;
}

.span_6 {
  width: 49%;
}

.span_7 {
  width: 57.5%;
}

.span_8 {
  width: 66%;
}

.span_9 {
  width: 74.5%;
}

.span_10 {
  width: 83%;
}

.span_11 {
  width: 91.5%;
}

.span_12 {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* タイトル */
#site_title {
  overflow: hidden;
}

#site_title img {
  max-width: 303px;
}

h1.title {
  padding: 90px 10px 0;
  margin: 80px auto 50px;
  /*font-size: 20px;*/
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  letter-spacing: .15em;
  text-indent: 0.15em;
}

h1.title span {
  display: block;
  text-align: center;
  /*font-size: 53px;*/
  font-size: 48px;
  /*line-height: 1.2;*/
  letter-spacing: .05em;
  text-indent: 0.05em;
}

/* ▼▼▼ ヘッダー
=====================================*/
header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 111px;
  background: #fff;
  padding: 20px 30px;
  /* border-bottom: 1px solid #d8d8d8; */
  /* border-top: 5px solid #000; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* header::before {
	display: block;
	content: "";
	width: 115px;
	height: 5px;
	background: #DD1C27;
	position: absolute;
	top: -5px;
	left: 0;
	} */
header .header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 111px;
  margin: 0 auto;
}

/*.header_inner {
  flex: 1;
}*/

_::-webkit-full-page-media,
_:future,
:root .header_inner {
  flex: 0.9;
}

.menu {
  display: none;
}

/* グローバルナビゲーション */
/*#gnav {
  flex: 2.5;
  max-width: 663px;
}
*/
_::-webkit-full-page-media,
_:future,
:root #gnav {
  flex: 0;
}

#gnav>ul {
  display: flex;
  font-size: 18px;
}

#gnav>ul>li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  margin: 0 20px;
}

#gnav ul li.now {
  color: #C1B521;
}

#gnav ul li a,
#gnav>ul>li>.pc {
  color: inherit;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0.1em !important;
  font-size: 18px;
}

/*
#gnav > ul > li.current > p,
	#gnav > ul > li.current > p a{
		color: #DC000C;
	}
*/
#gnav ul>li a {
  display: block;
  padding: 20px 0;
  opacity: 1;
  font-size: 18px;
}

#gnav>ul>li:last-child {
  flex: 1.3;
}

#gnav ul>li a:hover {
  opacity: 0.7;
}

#gnav .dropdown {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: -9999;
}

#gnav .dropdown li.pc a {
  display: block;
  width: calc(50vw - 360px);
  min-width: 20vw;
  background: #C1B521;
  padding: 20px 40px;
  color: #fff;
  font-size: 20px;
  text-align: right;
}

#gnav .dropdown li a {
  padding: 0 20px;
  font-size: 14px;
  color: #000;
}

#gnav>ul>li.gnav_close .dropdown {
  height: 75px;
  top: 111px;
  opacity: 1;
  z-index: 1;
}

#gnav>ul>li:not(.gnav_close) .dropdown {
  pointer-events: none;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
  clear: both;
  overflow: hidden;
}

#mainVisual {
  width: 100%;
  height: auto;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

#mainVisual img {
  width: 100%;
}

#mainVisual .content__title {
  position: absolute;
  bottom: 20px;
  font-size: 2.625rem;
  z-index: 999;
}

#mainVisual .fz16 {
  font-size: 16px;
  line-height: 72px;
  letter-spacing: 2px;
}

#mainVisual .fz17 {
  font-size: 50px;
  line-height: 82px;
  letter-spacing: 2px;
  font-weight: bold;
}

#mainVisual .content__title .fz17 span span::first-letter {
  color: #e60011;
}

/* パンくず */
#path {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 14px;
  overflow: hidden;
}

#path li {
  float: left;
  margin-right: 10px;
  color: #666;
}

#path li:after {
  content: ">";
  margin-left: 10px;
  color: #666;
}

#path li:last-child:after {
  content: "";
}

#path li a {
  color: #666;
  text-decoration: underline;
}

#path li a:hover {
  text-decoration: none;
}

.section_boder {
  position: relative;
}

.section_boder::before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #ccc;
}

h2.title {
  padding: 30px 0 45px;
  font-size: 1.75rem;
  text-align: center;
}

h2.title span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}

/* 白矢印 */
span.arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #000;
  width: 70px;
  height: 70px;
  padding: 20px 0;
  text-align: center;
}

.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 28%;
  margin: auto;
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #fff;
}

.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -9px;
  right: 30%;
  margin: auto;
  width: 11px;
  height: 10px;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}

/* 黒矢印 */
span.black.arrow {
  background: none;
}

.black.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 28%;
  margin: auto;
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #000;
}

.black.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -9px;
  right: 30%;
  margin: auto;
  width: 11px;
  height: 10px;
  border-top: 1px solid #000;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}

/* ボタン */
a.btn {
  position: relative;
  display: block;
  padding: 20px 30px;
  background: #000;
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: bold;
}

a.btn:hover {
  opacity: 0.7;
}

.more_btn {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.more_btn a {
  border: 1px solid #000;
  display: block;
  padding: 28px;
  text-align: center;
  line-height: 1;
}

/*.more_btn a span {
  border: 1px solid #be000a;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  position: absolute;
  top: 0;
  right: 0;
}

.more_btn a span::after {
  content: "";
  opacity: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #be000a;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 52%;
}*/

/* バナー */
#sales_btn {
  margin-bottom: 40px;
}

#sales_btn li {
  margin-bottom: 30px;
}

/* ▼▼▼ フッター
=====================================*/
footer {
  width: 100%;
  padding: 70px 20px;
  background: #1a1311;
  clear: both;
  overflow: hidden;
}

footer .footer_read {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

footer .footer_contact {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 45px;
}

footer .footer_contact li {
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  width: 49%;
  max-width: 49%;
  height: 110px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  background: #fff;
}

footer .footer_contact li:nth-child(1) a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 70px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

footer .footer_contact li:nth-child(2) {
  font-size: 32px;
  background: #575757;
  color: #fff;
}

footer .footer_contact li:nth-child(2) span.raleway {
  font-weight: bold;
}

footer .footer_contact li:nth-child(2) .footer_days {
  margin-left: 0.5em;
  font-size: 14px;
  font-weight: normal;
}

footer .footer_bottom {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

footer .footer_bottom p {
  padding-left: 20px;
}

footer .footer_bottom p:first-child {
  border-left: 1px solid #707070;
}

footer .footer_bottom p:not(:last-child) {
  border-right: 1px solid #707070;
  padding-right: 20px;
}

footer .footer_bottom p a {
  color: #fff;
}

footer .bnr_area {
  text-align: center;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 65px;
}

footer .bnr_area a {
  display: inline-block;
  max-width: 310px;
  transition: 0.3s;
}

/* ▼ ページ上部へ戻る */
.pagetop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 2000;
  cursor: pointer;
  width: 180px;
  height: 70px;
  padding: 25px 20px;
  background: #f2f2f2;
  font-size: 14px;
}

.pagetop span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: #000;
  width: 70px;
  height: 70px;
  padding: 20px 0;
  text-align: center;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/*#gnav>ul>li,
#gnav>ul>li>.pc,
#gnav>ul>li a {
  transition: 0.3s;
}*/

.go-to-recruit {
  position: fixed;
  bottom: -4px;
  left: 1px;
  z-index: 2001;
}

.go-to-recruit img {
  width: 50%;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #site_title img {
    max-width: 220px;
  }

  header .header_container {
    justify-content: space-between;
  }

  .header_inner {
    flex: none;
  }

  #gnav {
    flex: none;
  }

  #gnav>ul>li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 850px) {

  #gnav>ul>li>.pc,
  #gnav>ul>li a {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 769px) and (max-width: 849px) {

  #gnav>ul>li>.pc,
  #gnav>ul>li a {
    font-size: 0.7em;
  }
}

/* ▼▼▼ 〜768px
=====================================*/
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
  }

  #wrapper {
    width: 100%;
    padding: 0;
  }

  .span_1,
  .span_2,
  .span_3,
  .span_4,
  .span_5,
  .span_6,
  .span_7,
  .span_8,
  .span_9,
  .span_10,
  .span_11,
  .span_12 {
    width: 100%;
  }

  .col {
    margin: 0;
  }

  .container {
    padding: 0 15px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* タイトル */
  #site_title {
    padding: 15px 10px;
  }

  #site_title img {
    max-width: 200px;
  }

  h1.title {
    padding: 30px 10px;
    margin: 70px auto 0;
    font-size: 15px;
  }

  h1.title span {
    font-size: 29px;
  }

  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /* 長方形　矢印付きボタン */
  a.btn {
    padding: 12.5px 30px;
    font-size: 16px;
  }

  /* 矢印css */
  span.arrow {
    width: 50px;
    height: 50px;
    padding: 10px 12px;
  }

  .arrow::after {
    width: 21px;
  }

  .arrow::before {
    bottom: -9px;
    width: 10px;
  }

  .black.arrow::after {
    width: 21px;
  }

  .black.arrow::before {
    width: 10px;
  }

  .more_btn {
    font-size: 14px;
    max-width: 100%;
    width: calc(100% - 28px*2);
  }

  /*.more_btn a {
    padding-bottom: 10px;
  }

  .more_btn a span {
    height: 34px;
    width: 34px;
  }

  .more_btn a span::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #be000a;
  }*/

  /* ▼▼▼ ヘッダー
=====================================*/
  body.wrap {
    overflow: hidden;
  }

  header {
    width: 100%;
    height: 70px;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  header::before {
    width: 65px;
  }

  .header_inner {
    width: 100%;
    z-index: 99999;
  }

  /* グローバルナビゲーション */
  #gnav {
    display: none;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: none;
    background: #fff;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    padding: 70px 0 100px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 1000;
    overflow: auto;
  }

  #gnav.open {
    display: block !important;
    opacity: 1;
    animation-name: background_b;
    animation-duration: 1s;
  }

  @keyframes background_b {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  #gnav ul {
    clear: both;
    flex-direction: column;
  }

  #gnav>ul>li {
    display: block;
    display: contents;
    justify-content: left;
    -webkit-justify-content: left;
    text-indent: 0;
    height: auto;
    margin: 0;
  }

  #gnav>ul>li:not(:last-child):after {
    content: none;
  }

  #gnav>ul>li:hover {
    border-bottom: none;
  }

  #gnav>ul>li>p {
    position: relative;
    display: table;
    width: 90%;
    margin: 0 auto;
  }

  #gnav>ul>li:last-child>p a {
    background: none;
    padding: 0;
    color: #333;
  }

  #gnav>ul>li>p::after {
    position: absolute;
    bottom: 22px;
    right: 10px;
    content: "";
    display: block;
    margin: auto;
    width: 20px;
    height: 10px;
    border-bottom: 1px solid #999;
  }

  #gnav>ul>li>p::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    right: 11px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #999;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
  }

  #gnav ul>li p.sp_nolink {
    height: 50px;
    font-size: 16px;
    padding: 10px 0 0;
    border-bottom: 1px solid #ccc;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.1em;
  }

  #gnav>ul>li>p.sp_nolink.open::before {
    width: 20px;
    height: 10px;
    right: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #gnav>ul>li>p.sp_nolink.close::before {
    content: none;
  }

  #gnav ul>li p>a {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 50px;
    padding: 5px 0 0;
    font-size: 16px;
  }

  #gnav ul>li>a:hover {
    text-decoration: none;
    opacity: 1;
  }

  #gnav>ul>li>p.pc,
  #gnav>ul>li:hover .dropdown {
    display: none;
    height: auto;
  }

  #gnav>ul>li:hover .dropdown {
    border-bottom: none;
  }

  #gnav .dropdown {
    display: none;
    position: unset;
    width: 100%;
    height: auto;
    padding: 0;
    opacity: 1;
    z-index: 2000;
  }

  #gnav>ul>li:hover .dropdown::before {
    content: none;
  }

  #gnav .dropdown li {
    float: none;
    width: 100%;
    margin-right: 0px;
    padding: 0;
    font-size: 23px;
  }

  #gnav .dropdown li p {
    margin-bottom: 0px;
    text-align: left;
  }

  #gnav .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    width: 90%;
    margin: 0 auto;
    padding: 8px 0;
  }

  #gnav .dropdown li:first-child a {
    padding-top: 15px;
  }

  #gnav .dropdown li:last-child a {
    padding-bottom: 15px;
  }

  #gnav .dropdown li span::after {
    left: 10px;
    top: 4px;
    width: 20px;
    height: 10px;
  }

  #gnav .dropdown li span::before {
    left: 19px;
    top: 10px;
    width: 10px;
    height: 10px;
  }

  #gnav>ul>li:nth-child(3) .dropdown,
  #gnav>ul>li:nth-child(4) .dropdown {
    width: 100%;
    padding: 0;
  }

  #gnav>ul>li:nth-child(3) .dropdown li {
    width: 100%;
    margin-right: 10px;
  }

  #gnav>ul>li:nth-child(4) .dropdown li {
    width: 100%;
  }

  #gnav>ul>li:nth-child(4) .dropdown li:nth-child(4) {
    margin-right: 10px;
  }

  #gnav .dropdown li:last-child a {
    border-bottom: 1px solid #ccc;
  }

  #gnav>ul>li:not(.gnav_close) .dropdown {
    pointer-events: auto;
  }

  #gnav div.sp {
    background: #f2f2f2;
    padding: 20px;
  }

  #gnav div.sp>p {
    margin-bottom: 10px;
  }

  #gnav ul.contact_box {
    overflow: hidden;
    text-align: center;
  }

  #gnav ul.contact_box li {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
  }

  #gnav ul.contact_box li a.btn {
    display: block;
    width: 100%;
    height: 50px;
    padding: 12.5px 30px;
    font-size: 16px;
  }

  #gnav ul.contact_box li.googleFT a {
    height: auto;
    padding: 10px;
    font-size: 26px;
    font-weight: 200;
    line-height: 1;
    pointer-events: unset;
    text-align: center;
  }

  #gnav ul.contact_box li.googleFT span {
    font-size: 0.875rem;
    font-weight: 200;
    display: block;
    text-align: center;
  }

  /* メニューボタン */
  .menu {
    display: block;
    width: 45px;
    height: 45px;
    /*background: #000;*/
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2000;
    text-indent: -9999px;
  }

  .menu span {
    display: block;
    position: absolute;
    top: 11px;
    right: 6px;
    width: 32px;
    height: 22px;
    /*background: #fff;*/
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu span:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background: #000;
    top: -5px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu span:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 2px;
    background: #000;
    bottom: -5px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  /*.menu span.active {
    background: #000;
  }*/

  .menu span.active:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    right: 0;
  }

  .menu span.active:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
  }

  /*body.wrap.menu_fixed .menu {
    background: #000;
  }*/

  body.wrap.menu_fixed .menu span {
    /*background: #000;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;*/
    background: transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  /*.menu span.active {
    background: #000;
  }*/

  /*.menu span.active,
  body.wrap.menu_fixed .menu span:before,
  body.wrap.menu_fixed .menu span:after {
    background: #000;
  }*/

  /* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
  #header_inner,
  #main,
  #contents,
  #side,
  footer,
  #footer_inner {
    float: none;
    width: 100%;
  }

  #main {
    padding: 0;
  }

  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  /* ▼▼▼ フッター
=====================================*/
  footer {
    padding: 40px 15px 60px;
  }

  footer .footer_read {
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
  }

  footer .footer_contact {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 60px;
  }

  footer .footer_contact li {
    width: 100%;
    max-width: 100%;
    height: 70px;
  }

  footer .footer_contact li:not(:last-child) {
    margin-bottom: 20px;
  }

  footer .footer_contact li:nth-child(1) a {
    height: 70px;
    font-size: 15px;
  }

  footer .footer_contact li:nth-child(1) a span {
    height: 70px;
  }

  footer .footer_contact li:nth-child(2) {
    font-size: 24px;
  }

  footer .footer_contact li:nth-child(2) .footer_days {
    font-size: 12px;
  }

  footer .footer_contact li .tel-moji a {
    color: #fff;
  }

  footer .footer_bottom {
    display: block;
    font-size: 14px;
    text-align: center;
  }

  footer .footer_bottom p:not(:last-child) {
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 20px;
  }

  footer .footer_bottom p:last-child {
    padding-left: 0;
    font-size: 12px;
    text-align: center;
  }

  footer .bnr_area {
    max-width: 100%;
    flex-direction: column;
    margin: 0 auto 40px;
  }

  footer .bnr_area a {
    max-width: 100%;
    margin-bottom: 20px;
  }

  footer .bnr_area a:last-child {
    margin-bottom: 0;
  }

  footer .bnr_area img {
    max-width: 100%;
  }

  /* ▼ ページ上部へ戻る */
  .pagetop {
    width: 150px;
    height: 50px;
    padding: 15px;
  }

  .pagetop .arrow::before {
    bottom: -5px;
  }

  .pagetop .arrow::after {
    top: -8px;
  }

  .go-to-recruit {
    width: 50%;
  }

  .go-to-recruit img {
    width: 100%;
  }
}