/*
 * もくじ
 * 
 * みくしん　･･･　Mixin関係
 * ぜんたいのくらす　･･･　全体に影響するClass
 * スマホメニュー関係　…　スマホメニューのClass
 * スライダー　…　スライダー関係
 * インスタグラム　…　インスタグラム関係
 * 施設紹介_ふらっと
 * 施設紹介_ひととき
 * フォルダページ
 * 
 * /
 /* ================================================
 http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 Changed from CSS to SCSS
 ================================================ */
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, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Add Reset Code */
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: #754c24;
  font-family: -apple-system, tbudgothic-std, 'BIZ UDPゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
}
article {
  position: relative;
}
article .entry-footer {
  position: absolute;
}
h1 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  color: #eea33c;
  margin-top: 53px;
  margin-bottom: 20px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 45px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 4px;
  border: 1px solid #eea33c;
  background-color: #fef8f0;
  border-radius: 10px;
  background-image: url(../img/child-a.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 190px;
}
@media screen and (max-width: 1024px) {
  h1 {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  /* text-shadow: 0px 0px 8px #000; */
  h1 {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  h1 {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-size: 111px;
    font-size: 2.4rem;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}
#recruite-page, #page {
  display: block;
  background-image: url(../img/common-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 720px;
}
@media screen and (max-width: 769px) {
  #recruite-page, #page {
    min-height: inherit;
  }
}
#recruite-page.no-bg, #page.no-bg {
  background-image: none;
}
.site {
  position: relative;
}
.site-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  max-width: 100%;
  padding: 20px 50px;
}
@media screen and (max-width: 1024px) {
  .site-header {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .site-header {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header {
    max-width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .site-header {
    padding: 10px 10px;
  }
}
.site-header .logo-box {
  flex-basis: 325px;
  max-width: 325px;
}
.site-header .logo-box a .logo {
  max-width: 320px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .site-header .logo-box a .logo {
    max-width: 164px;
  }
}
.site-header .logo-box a .logo.top {
  margin-top: 24px;
}
.site-header .logo-box a .logo.detail {
  margin-top: 5px;
}
.site-header .menu-box {
  flex-basis: calc(100% - 325px);
  max-width: calc(100% - 325px);
  text-align: right;
}
.site-header .menu-box .sub-menu {
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: bold;
}
.site-header .menu-box .sub-menu .btn {
  display: inline-block;
  padding: 4px 7px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #603813;
}
.site-header .menu-box .sub-menu .btn:last-child {
  padding-right: 0px;
}
.site-header .menu-box .sub-menu .btn.access:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../img/icon-access.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  /* margin-right: 5px; */
  margin-bottom: 1px;
}
.site-header .menu-box .sub-menu .btn.contact:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url(../img/icon-contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 1px;
}
.site-header .menu-box .main-menu .pulldown {
  position: relative;
  display: inline-block;
}
.site-header .menu-box .main-menu .pulldown:after {
  content: "";
  width: 11px;
  height: 10px;
  position: absolute;
  top: 7px;
  right: 0;
  background-image: url('../img/arrow-bottom.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.site-header .menu-box .main-menu .pulldown .sub-box {
  display: none;
  position: absolute;
  background-color: white;
  font-size: 1.6rem;
  text-align: left;
  left: 0;
  -webkit-box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
  box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
  letter-spacing: normal;
  z-index: 1;
}
.site-header .menu-box .main-menu .pulldown .sub-box a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 160px;
  padding: 13px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  transition: 0.4s;
}
.site-header .menu-box .main-menu .pulldown .sub-box a:hover {
  background-color: #fff0cf;
}
.site-header .menu-box .main-menu .item {
  margin: 0px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  word-break: keep-all;
  color: #603813;
  padding-bottom: 10px;
}
.site-header .menu-box .main-menu .item:last-child {
  margin-right: 0px;
}
.site-header .menu-box .main-menu .item:hover {
  border-bottom: 4px solid #dac6ab;
}
.site-header .menu-box .main-menu .item.current {
  border-bottom: 4px solid #eea33c;
}
.home .item.home {
  border-bottom: 4px solid #eea33c;
}
.mizuumi .item.mizuumi {
  border-bottom: 4px solid #eea33c;
}
.list .item.list {
  border-bottom: 4px solid #eea33c;
}
.doc .item.doc {
  border-bottom: 4px solid #eea33c;
}
.bosyuu .item.bosyuu {
  border-bottom: 4px solid #eea33c;
}
.recruit .item.recruit {
  border-bottom: 4px solid #eea33c;
}
header.sp {
  display: none !important;
}
header.pc {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  header.sp {
    display: flex !important;
  }
  header.pc {
    display: none !important;
  }
}
.sp-menu-black-js {
  display: none;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  position: absolute;
  z-index: 10;
}
nav.globalMenuSp {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background: white;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(128, 128, 128, 0.3);
  background-image: url(../img/header_sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
nav.globalMenuSp .main-menu {
  padding: 20px;
}
nav.globalMenuSp .main-menu img.logo {
  width: 164px;
  display: block;
}
nav.globalMenuSp .main-menu .item-box {
  text-align: left;
  margin-top: 20px;
}
nav.globalMenuSp .main-menu .item-box .item {
  color: white !important;
  text-shadow: none !important;
  width: 32%;
  display: inline-block;
  padding: 10px 10px !important;
  margin: 0px;
  margin-bottom: 5px !important;
  font-size: 1.5rem;
  border-radius: 34px;
  background-color: #eea33c !important;
  text-align: center;
}
@media screen and (max-width: 769px) {
  nav.globalMenuSp .main-menu .item-box .item {
    width: 49;
  }
}
nav.globalMenuSp .main-menu .item-box .item:hover {
  border-bottom: none;
  background-color: #8a7963 !important;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
.navToggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 4%;
  top: 12px;
  width: 50px;
  height: 51px;
  cursor: pointer;
  z-index: 30;
  background: #eea33c;
  border-radius: 8px;
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 27px;
  border-bottom: solid 3px white;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 12px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: white;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
  width: 50px;
  left: 0px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider {
  position: relative;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1024px) {
  .slider {
    height: 300px;
  }
}
.slider .slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .slide.cover {
  background-size: cover !important;
}
.slider .slide.bg-0 {
  background-image: url(../img/slide-1x075.jpg);
}
.slider .slide.bg-1 {
  background-image: url(../img/slide-2x075.jpg);
}
.slider .slide.bg-2 {
  background-image: url(../img/slide-3x075.jpg);
}
.slider img {
  display: block;
  width: 90%;
  position: absolute;
  bottom: 10px;
  left: 22%;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .slider img {
    left: 15px;
    bottom: 15px;
  }
}
.slider .slide:not(:first-child) {
  display: none;
}
.insta-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .insta-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .insta-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .insta-box {
    margin-bottom: 20px;
  }
}
.insta-box .item {
  flex-basis: 24%;
  max-width: 24%;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
}
.insta-box .item.title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.insta-box .item.title img {
  width: 200px;
  max-width: 90%;
}
@media screen and (max-width: 1024px) {
  .insta-box .item {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.insta-box .item .pic {
  height: 176px;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .insta-box .item .pic {
    height: 210px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .insta-box .item .pic {
    height: 130px;
  }
}
.insta-box .item .pic .date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(35, 9, 9, 0.45);
  color: white;
  padding: 4px;
  border-radius: 0px 0px 10px 0px;
}
.top-menu-box .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-color: #fef8f0;
  border: 1px solid #eea33c;
  padding: 70px;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .top-menu-box .item {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .top-menu-box .item {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .top-menu-box .item {
    padding: 30px;
  }
}
.top-menu-box .item .left {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .top-menu-box .item .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.top-menu-box .item .left .sub-title {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  color: #eea33c;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .top-menu-box .item .left .sub-title {
    font-size: 1.5rem;
    text-align: center;
  }
}
.top-menu-box .item .left .title {
  height: 35px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .top-menu-box .item .left .title {
    height: 27px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.top-menu-box .item .left .sp-only.photo {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.top-menu-box .item .left .desc {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.5rem;
  line-height: 30px;
  color: #754c24;
  margin-bottom: 15px;
  font-weight: bold;
}
.top-menu-box .item .left .align-right {
  text-align: right;
}
.top-menu-box .item .left .align-right .btn {
  display: inline-block;
  background-color: white;
  color: orange;
  text-decoration: none;
  padding: 10px 34px;
  border-radius: 100px;
  border: 1px solid orange;
  transition: 0.4s;
}
.top-menu-box .item .left .align-right .btn:hover {
  background-color: orange;
  color: white;
}
@media screen and (max-width: 769px) {
  .top-menu-box .item .left .align-right .btn {
    padding: 4px 25px;
    font-size: 1.4rem;
  }
}
.top-menu-box .item .right {
  flex-basis: 45%;
  max-width: 45%;
}
@media screen and (max-width: 1024px) {
  .top-menu-box .item .right {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.top-menu-box .item .right img {
  max-width: 100%;
}
.news-bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img/bg-news-80.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news-bg {
    padding-bottom: 0px;
  }
}
.news-bg .news-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .news-bg .news-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .news-bg .news-box {
    max-width: 90%;
  }
}
.news-bg .news-box .left {
  flex-basis: 60%;
  max-width: 60%;
  background-color: white;
  background-image: url(../img/bg-news-left.svg), url(../img/bg-news-right.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 25%, 25%;
  background-position: top left, top right;
  padding: 60px 5%;
  padding-bottom: 32px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(128, 128, 128, 0.58);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news-bg .news-box .left {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.news-bg .news-box .left .title {
  height: 30px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .news-bg .news-box .left .title {
    max-width: 90%;
  }
}
.news-bg .news-box .left .sub-title {
  max-width: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.news-bg .news-box .left .item-box {
  margin-bottom: 30px;
}
.news-bg .news-box .left .item-box .item {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px dotted #d8d8d8;
  padding: 10px 0px;
  text-decoration: none;
  color: inherit;
}
.news-bg .news-box .left .item-box .item .date {
  font-size: 1.4rem;
  color: #aa806d;
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  .news-bg .news-box .left .item-box .item .date {
    font-size: 1.2rem;
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .news-bg .news-box .left .item-box .item .title-name {
    padding-right: 25px;
    display: inline-block;
  }
}
.news-bg .news-box .left .item-box .item:hover {
  background-color: #fff6e7;
}
.news-bg .news-box .left .item-box .item:after {
  content: "";
  background-image: url(../img/arrow-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.news-bg .news-box .left .item-box .item:last-child {
  border-bottom: 1px dotted #d8d8d8;
}
.news-bg .news-box .left a.btn-orange {
  padding: 7px 0px;
  display: block;
  background-color: #eea33c;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  width: 170px;
  text-align: center;
  font-size: 1.4rem;
}
.news-bg .news-box .left a.btn-orange .arrow {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.news-bg .news-box .left a.btn-orange:hover {
  background-color: #8a7963;
}
.news-bg .news-box .left .child-left {
  position: absolute;
  width: 170px;
  left: -13%;
  bottom: -78px;
}
@media screen and (max-width: 1024px) {
  .news-bg .news-box .left .child-left {
    display: none;
  }
}
.news-bg .news-box .right {
  flex-basis: 35%;
  max-width: 35%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news-bg .news-box .right {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.news-bg .news-box .right .item {
  display: inline-block;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .news-bg .news-box .right .item {
    width: 48%;
  }
}
@media screen and (max-width: 769px) {
  .news-bg .news-box .right .item {
    width: 100%;
  }
}
.news-bg .news-box .right .item.first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .news-bg .news-box .right .item.first-child {
    margin-right: 2%;
  }
}
.news-bg .news-box .right .item img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(128, 128, 128, 0.58);
}
.news-bg .news-box .right .child-right {
  position: absolute;
  width: 170px;
  right: 0;
  bottom: -78px;
}
@media screen and (max-width: 1024px) {
  .news-bg .news-box .right .child-right {
    display: none;
  }
}
.screen-reader-text {
  display: none;
}
.nav-links {
  text-align: center;
  margin-top: 20px;
}
.nav-links .page-numbers {
  margin: 0px 5px;
  background-color: orange;
  padding: 10px;
  color: white;
  text-decoration: none;
}
.nav-links .page-numbers.current {
  background-color: #bfbfbf;
}
.recruit-bg {
  height: 734px;
  background-image: url(../img/bg-recruit.png);
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 1024px) {
  .recruit-bg {
    background-image: none;
    height: inherit;
  }
}
.recruit-bg .text-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 1024px) {
  .recruit-bg .text-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .recruit-bg .text-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-bg .text-box {
    padding-bottom: 50px;
  }
}
.recruit-bg .text-box .title {
  height: 50px;
  margin-top: 150px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .recruit-bg .text-box .title {
    margin-top: 50px;
    height: 30px;
    margin-bottom: 6px;
  }
}
.recruit-bg .text-box .headline {
  font-size: 3rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .recruit-bg .text-box .headline {
    font-size: 2rem;
  }
}
.recruit-bg .text-box .sp-only.photo {
  max-width: 100%;
}
.recruit-bg .text-box .content {
  font-size: 1.5rem;
  line-height: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .recruit-bg .text-box .content {
    padding-bottom: 25px;
  }
}
.recruit-bg .text-box a.btn {
  padding: 10px 100px;
  display: inline-block;
  background-color: #eea33c;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  position: relative;
}
.recruit-bg .text-box a.btn:after {
  content: "";
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
.recruit-bg .text-box a.btn:hover {
  background-color: #8a7963;
}
.enkaku {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-color: white;
  border-radius: 10px;
  padding: 70px;
  box-shadow: 0px 4px 10px rgba(128, 128, 128, 0.58);
}
@media screen and (max-width: 1024px) {
  .enkaku {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .enkaku {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .enkaku {
    padding: 20px;
  }
}
.enkaku h2 {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 8px;
}
.enkaku h3 {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 8px;
}
.enkaku iframe {
  margin-bottom: 18px;
}
.enkaku p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  margin-bottom: 30px;
}
.enkaku .text-right {
  text-align: right;
}
.enkaku .text-center {
  text-align: center;
}
.enkaku table tbody tr {
  border-top: 1px solid #dcdcdc;
}
.enkaku table tbody tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.enkaku table tbody tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.enkaku table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.enkaku table tbody tr td:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 769px) {
  .enkaku table tbody tr td {
    min-width: 90px;
    padding-left: 8px;
  }
}
.enkaku a.pdf-btn {
  padding-left: 38px;
  display: inline-block;
  position: relative;
}
.enkaku a.pdf-btn:before {
  content: "";
  background-image: url(../img/pdf-icon.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.enkaku table tbody tr td:nth-child(1) {
  min-width: 100px !important;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 769px) {
  .enkaku table tbody tr td:nth-child(1) {
    min-width: 90px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    display: block;
    width: 100%;
    font-weight: bold;
  }
}
.enkaku table tbody tr td:nth-child(2) {
  min-width: 100px !important;
  padding-left: 10px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .enkaku table tbody tr td:nth-child(2) {
    min-width: 90px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 10px;
    display: block;
    width: 100%;
    font-weight: bold;
  }
}
.enkaku table tbody tr td:nth-child(3) {
  min-width: inherit !important;
}
.matsushiro-info-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .matsushiro-info-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .matsushiro-info-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .matsushiro-info-box {
    margin-top: 10px;
  }
}
.matsushiro-info-box .thumbnail {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
.matsushiro-info-box .title-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 7px;
}
.matsushiro-info-box .title-box .left {
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 769px) {
  .matsushiro-info-box .title-box .left {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}
.matsushiro-info-box .title-box .left .sub {
  font-size: 1.8rem;
  color: #deb300;
}
.matsushiro-info-box .title-box .left .main {
  font-size: 3.8rem;
  color: #eda23b;
}
@media screen and (max-width: 769px) {
  .matsushiro-info-box .title-box .left .main {
    font-size: 2.5rem;
  }
}
.matsushiro-info-box .title-box .right {
  flex-basis: 50%;
  max-width: 50%;
  font-size: 1.4rem;
  color: #b3896d;
  text-align: right;
}
@media screen and (max-width: 769px) {
  .matsushiro-info-box .title-box .right {
    display: none;
  }
}
.matsushiro-info-box .desc {
  background-image: url('../img/bg-line.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .matsushiro-info-box .desc {
    padding-bottom: 40px;
  }
}
.matsushiro-info-box .desc .text {
  width: 70%;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 20px;
}
@media screen and (max-width: 769px) {
  .matsushiro-info-box .desc .text {
    width: 100%;
    padding-left: 0px;
  }
}
.matsushiro-2col-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .matsushiro-2col-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .matsushiro-2col-box {
    max-width: 90%;
  }
}
.matsushiro-2col-box .left {
  flex-basis: calc(100% - 400px);
  max-width: calc(100% - 400px);
}
@media screen and (max-width: 769px) {
  .matsushiro-2col-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.matsushiro-2col-box .left h3 {
  color: #eda23b;
  font-size: 2rem;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.matsushiro-2col-box .left span {
  font-size: 1.4rem;
  color: #b3896d;
}
@media screen and (max-width: 769px) {
  .matsushiro-2col-box .left span {
    display: none;
  }
}
.matsushiro-2col-box .left p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .matsushiro-2col-box .left p {
    margin-bottom: 20px;
  }
}
.matsushiro-2col-box .right {
  flex-basis: 400px;
  max-width: 400px;
  text-align: right;
}
@media screen and (max-width: 769px) {
  .matsushiro-2col-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.matsushiro-2col-box .right img.map {
  width: 337px;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .matsushiro-2col-box .right img.map {
    margin-bottom: 20px;
  }
}
.matsushiro-card-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .matsushiro-card-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .matsushiro-card-box {
    max-width: 90%;
  }
}
.matsushiro-card-box .item {
  flex-basis: 49%;
  max-width: 49%;
  margin-bottom: 20px;
  padding: 30px;
  border: 1px solid #bfbfbf;
}
@media screen and (max-width: 769px) {
  .matsushiro-card-box .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.matsushiro-card-box .item .thumb {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.matsushiro-card-box .item h2 {
  font-size: 1.7rem;
  color: #eda23b;
  border-left: 8px solid #eda23b;
  padding-left: 20px;
  line-height: 1;
  margin-bottom: 13px;
  font-weight: bold;
}
.matsushiro-card-box .item p {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.8;
}
.matsushiro-thumb-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .matsushiro-thumb-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .matsushiro-thumb-box {
    max-width: 90%;
  }
}
.matsushiro-thumb-box .item {
  flex-basis: 32%;
  max-width: 32%;
}
@media screen and (max-width: 769px) {
  .matsushiro-thumb-box .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.nenkangyouzi-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-image: url('../img/bg-town.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  padding-bottom: 61px;
}
@media screen and (max-width: 1024px) {
  .nenkangyouzi-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .nenkangyouzi-box {
    max-width: 90%;
  }
}
.nenkangyouzi-box h2 {
  color: #eda23b;
  font-size: 3rem;
  border-top: 1px solid #937c52;
  border-bottom: 1px solid #937c52;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 4px 0px;
}
.nenkangyouzi-box .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  border-top: 1px solid gainsboro;
  padding: 10px 20px;
}
.nenkangyouzi-box .row:last-child {
  border-bottom: 1px solid gainsboro;
}
.nenkangyouzi-box .row .left {
  flex-basis: 100px;
  max-width: 100px;
  color: #b3896d;
  font-weight: bold;
}
.nenkangyouzi-box .row .right {
  flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.matsushiro-timesche {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .matsushiro-timesche {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .matsushiro-timesche {
    max-width: 90%;
  }
}
.matsushiro-timesche h2 {
  color: #eda23b;
  font-size: 3rem;
  border-top: 1px solid #937c52;
  border-bottom: 1px solid #937c52;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 4px 0px;
}
.matsushiro-timesche table {
  margin: 0 auto;
  width: 700px;
}
@media screen and (max-width: 700px) {
  .matsushiro-timesche table {
    width: 100% !important;
  }
}
.matsushiro-timesche table tbody tr {
  border-top: 1px solid gray;
}
.matsushiro-timesche table tbody tr:last-child {
  border-bottom: 1px solid gray;
}
.matsushiro-timesche table tbody tr td {
  padding: 10px 0px;
  padding-left: 20px;
}
.matsushiro-timesche table tbody tr td.time {
  background-color: #fff7ed;
}
.matsushiro-timesche table tbody tr td.heizitsu {
  background-color: #f7fcff;
  vertical-align: middle;
}
.matsushiro-timesche table tbody tr td.kyuzitsu {
  background-color: #fff2ee;
  vertical-align: middle;
}
.matushiro-rinen-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .matushiro-rinen-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .matushiro-rinen-box {
    max-width: 90%;
  }
}
.matushiro-rinen-box h2 {
  color: #eda23b;
  font-size: 3rem;
  border-top: 1px solid #937c52;
  border-bottom: 1px solid #937c52;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 4px 0px;
}
.matushiro-rinen-box .desc {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.matushiro-rinen-box table {
  margin: 0 auto;
  width: 700px;
}
@media screen and (max-width: 700px) {
  .matushiro-rinen-box table {
    width: 100% !important;
  }
}
.matushiro-rinen-box table tbody tr th {
  font-size: 1.8rem;
  color: #b3896d;
  width: 100px;
}
.matushiro-rinen-box table tbody tr th, .matushiro-rinen-box table tbody tr td {
  padding: 10px 0px;
}
.matsushiro-gaiyou-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .matsushiro-gaiyou-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .matsushiro-gaiyou-box {
    max-width: 90%;
  }
}
.matsushiro-gaiyou-box h2 {
  color: #eda23b;
  font-size: 3rem;
  border-top: 1px solid #937c52;
  border-bottom: 1px solid #937c52;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 4px 0px;
}
.matsushiro-gaiyou-box table {
  margin: 0 auto;
  width: 395px;
}
@media screen and (max-width: 395px) {
  .matsushiro-gaiyou-box table {
    width: 100% !important;
  }
}
.matsushiro-gaiyou-box table tbody tr th {
  font-weight: bold;
  color: #b3896d;
  width: 100px;
}
.matsushiro-gaiyou-box table tbody tr th, .matsushiro-gaiyou-box table tbody tr td {
  padding: 10px 0px;
}
.flat-title-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .flat-title-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .flat-title-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .flat-title-box {
    margin-bottom: 32px;
  }
}
.flat-title-box .sub {
  font-size: 1.8rem;
  color: #deb300;
}
.flat-title-box .main {
  font-size: 3.8rem;
  color: #eda23b;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .flat-title-box .main {
    font-size: 3rem;
  }
}
.flat-top-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .flat-top-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .flat-top-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .flat-top-box {
    margin-bottom: 60px;
  }
}
.flat-top-box .left {
  flex-basis: calc(100% - 365px);
  max-width: calc(100% - 365px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .flat-top-box .left {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.flat-top-box .left .title {
  font-size: 2.3rem;
  color: white;
  background-color: #eda23b;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 13px;
}
@media screen and (max-width: 769px) {
  .flat-top-box .left .title {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
}
.flat-top-box .left h2 {
  color: #eda23b;
  font-size: 5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .flat-top-box .left h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 769px) {
  .flat-top-box .left h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.flat-top-box .left p {
  color: #4d4d4d;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .flat-top-box .left p {
    font-size: 1.4rem;
  }
}
.flat-top-box .right {
  flex-basis: 365px;
  max-width: 365px;
}
@media screen and (max-width: 1024px) {
  .flat-top-box .right {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.flat-top-box .right img {
  width: 100%;
  max-width: 100%;
}
.flat-soudan-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  border: 1px solid black;
  padding: 42px 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .flat-soudan-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .flat-soudan-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .flat-soudan-box {
    padding: 20px;
  }
}
.flat-soudan-box h2 {
  border-left: 10px solid #eda23b;
  font-size: 2rem;
  color: #eda23b;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 20px;
}
.flat-soudan-box p {
  font-size: 2.7rem;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .flat-soudan-box p {
    font-size: 2.2rem;
  }
}
.flat-soudan-box a.tel {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  color: #b25900;
  padding-left: 50px;
  margin-right: 25px;
}
@media screen and (max-width: 769px) {
  .flat-soudan-box a.tel {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.flat-soudan-box a.tel:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 3px;
  left: 0;
  background-image: url('../img/flat-icon-phone.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 769px) {
  .flat-soudan-box a.tel:before {
    height: 27px;
  }
}
.flat-soudan-box a.mail {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  color: #b25900;
  padding-left: 50px;
}
@media screen and (max-width: 769px) {
  .flat-soudan-box a.mail {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.flat-soudan-box a.mail:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 3px;
  left: 0;
  background-image: url('../img/flat-icon-mail.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 769px) {
  .flat-soudan-box a.mail:before {
    width: 24px;
    height: 30px;
    top: 3px;
    left: 8px;
  }
}
.flat-soudan-box .note {
  font-size: 2rem;
  color: #333;
  margin-top: 41px;
}
@media screen and (max-width: 769px) {
  .flat-soudan-box .note {
    font-size: 1.4rem;
    color: #333;
    margin-top: 17px;
  }
}
.flat-desc-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .flat-desc-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .flat-desc-box {
    max-width: 90%;
  }
}
.flat-desc-box h2 {
  color: #eda23b;
  border-left: 10px solid #eda23b;
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 2rem;
}
.flat-desc-box p {
  color: #333;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.flat-rinen-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .flat-rinen-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .flat-rinen-box {
    max-width: 90%;
  }
}
.flat-rinen-box h2 {
  color: #eda23b;
  font-size: 3rem;
  border-top: 1px solid #937c52;
  border-bottom: 1px solid #937c52;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 4px 0px;
}
.flat-rinen-box .desc {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.flat-gaiyou-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-image: url('../img/bg-town.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  padding-bottom: 61px;
}
@media screen and (max-width: 1024px) {
  .flat-gaiyou-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .flat-gaiyou-box {
    max-width: 90%;
  }
}
.flat-gaiyou-box h2 {
  color: #eda23b;
  font-size: 3rem;
  border-top: 1px solid #937c52;
  border-bottom: 1px solid #937c52;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 4px 0px;
}
.flat-gaiyou-box table {
  margin: 0 auto;
  width: 395px;
}
@media screen and (max-width: 769px) {
  .flat-gaiyou-box table {
    width: 100% !important;
  }
}
.flat-gaiyou-box table tbody tr th {
  font-weight: bold;
  color: #b3896d;
  width: 100px;
}
.flat-gaiyou-box table tbody tr th, .flat-gaiyou-box table tbody tr td {
  padding: 10px 0px;
}
.hito-title-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .hito-title-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .hito-title-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .hito-title-box {
    margin-bottom: 32px;
  }
}
.hito-title-box .sub {
  font-size: 1.8rem;
  color: #deb300;
}
.hito-title-box .main {
  font-size: 3.8rem;
  color: #eda23b;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .hito-title-box .main {
    font-size: 3rem;
  }
}
.hito-top-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .hito-top-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .hito-top-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .hito-top-box {
    margin-bottom: 60px;
  }
}
.hito-top-box .left {
  flex-basis: calc(100% - 365px);
  max-width: calc(100% - 365px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .hito-top-box .left {
    flex-basis: 68%;
    max-width: 68%;
  }
}
.hito-top-box .left .title {
  font-size: 2.3rem;
  color: white;
  background-color: #eda23b;
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 13px;
}
@media screen and (max-width: 769px) {
  .hito-top-box .left .title {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
}
.hito-top-box .left h2 {
  color: #eda23b;
  font-size: 5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .hito-top-box .left h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 769px) {
  .hito-top-box .left h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.hito-top-box .left p {
  color: #4d4d4d;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .hito-top-box .left p {
    font-size: 1.4rem;
  }
}
.hito-top-box .right {
  flex-basis: 365px;
  max-width: 365px;
}
@media screen and (max-width: 1024px) {
  .hito-top-box .right {
    flex-basis: 30%;
    max-width: 30%;
  }
}
.hito-top-box .right img {
  width: 365px;
  max-width: 100%;
}
.hito-soudan-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  border: 1px solid black;
  padding: 42px 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .hito-soudan-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .hito-soudan-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .hito-soudan-box {
    padding: 20px;
  }
}
.hito-soudan-box h2 {
  border-left: 10px solid #eda23b;
  font-size: 2rem;
  color: #eda23b;
  display: inline-block;
  margin-bottom: 20px;
  padding-left: 20px;
}
.hito-soudan-box ul {
  margin-bottom: 40px;
}
.hito-soudan-box ul li {
  list-style: circle;
  color: #754c24;
  font-size: 2rem;
  margin-left: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  .hito-soudan-box ul li {
    font-size: 1.5rem;
  }
}
.hito-soudan-box p {
  font-size: 2.7rem;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .hito-soudan-box p {
    font-size: 2.2rem;
  }
}
.hito-soudan-box a.tel {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  color: #b25900;
  padding-left: 50px;
  margin-right: 25px;
}
@media screen and (max-width: 769px) {
  .hito-soudan-box a.tel {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.hito-soudan-box a.tel:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 3px;
  left: 0;
  background-image: url('../img/flat-icon-phone.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 769px) {
  .hito-soudan-box a.tel:before {
    height: 27px;
  }
}
.hito-soudan-box a.mail {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  color: #b25900;
  padding-left: 50px;
}
@media screen and (max-width: 769px) {
  .hito-soudan-box a.mail {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.hito-soudan-box a.mail:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 3px;
  left: 0;
  background-image: url('../img/flat-icon-mail.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 769px) {
  .hito-soudan-box a.mail:before {
    width: 24px;
    height: 30px;
    top: 3px;
    left: 8px;
  }
}
.hito-soudan-box .note {
  font-size: 2rem;
  color: #333;
  margin-top: 41px;
}
@media screen and (max-width: 769px) {
  .hito-soudan-box .note {
    font-size: 1.4rem;
    color: #333;
    margin-top: 17px;
  }
}
.hito-desc-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .hito-desc-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .hito-desc-box {
    max-width: 90%;
  }
}
.hito-desc-box h2 {
  color: #eda23b;
  border-left: 10px solid #eda23b;
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 2rem;
}
.hito-desc-box p {
  color: #333;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.hito-desc-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .hito-desc-box .item-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .hito-desc-box .item-box {
    max-width: 90%;
  }
}
.hito-desc-box .item-box .item {
  flex-basis: 33%;
  max-width: 33%;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .hito-desc-box .item-box .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.hito-rinen-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .hito-rinen-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .hito-rinen-box {
    max-width: 90%;
  }
}
.hito-rinen-box h2 {
  color: #eda23b;
  font-size: 3rem;
  border-top: 1px solid #937c52;
  border-bottom: 1px solid #937c52;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
  padding: 4px 0px;
}
.hito-rinen-box .desc {
  display: block;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 500px;
  max-width: 100%;
}
.hito-rinen-box .desc ol li {
  list-style: decimal;
  margin-left: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.hito-gaiyou-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-image: url('../img/bg-town.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  padding-bottom: 61px;
}
@media screen and (max-width: 1024px) {
  .hito-gaiyou-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .hito-gaiyou-box {
    max-width: 90%;
  }
}
.hito-gaiyou-box h2 {
  color: #eda23b;
  font-size: 3rem;
  border-top: 1px solid #937c52;
  border-bottom: 1px solid #937c52;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 4px 0px;
}
.hito-gaiyou-box table {
  margin: 0 auto;
  width: 395px;
}
@media screen and (max-width: 395px) {
  .hito-gaiyou-box table {
    width: 100% !important;
  }
}
.hito-gaiyou-box table tbody tr th {
  font-weight: bold;
  color: #b3896d;
  width: 100px;
}
.hito-gaiyou-box table tbody tr th, .hito-gaiyou-box table tbody tr td {
  padding: 10px 0px;
}
.panf-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .panf-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .panf-box {
    max-width: 90%;
  }
}
.panf-box .item {
  flex-basis: 24%;
  max-width: 24%;
  text-align: center;
  color: inherit;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .panf-box .item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .panf-box .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.panf-box .item img {
  max-width: 100%;
}
.panf-box .item .title {
  font-size: 2rem;
}
.paper-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .paper-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .paper-box {
    max-width: 90%;
  }
}
.paper-box .item {
  flex-basis: 50%;
  max-width: 50%;
  text-align: center;
  color: inherit;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .paper-box .item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .paper-box .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.paper-box .item img {
  max-width: 100%;
}
.paper-box .item .title {
  font-size: 2rem;
}
.wysiwyg {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .wysiwyg {
    max-width: 90%;
  }
}
.wysiwyg h1 {
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  letter-spacing: inherit;
  border: inherit;
  background-color: inherit;
  border-radius: inherit;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-size: inherit;
  border-left: 5px solid #eea33c;
  border-bottom: 1px dotted #eea33c;
  padding-left: 20px;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .wysiwyg h1 {
    font-size: calc(3rem * 0.7);
  }
}
.wysiwyg .data {
  text-align: right;
  margin-bottom: 30px;
}
.wysiwyg p {
  margin-bottom: 40px;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (max-width: 769px) {
  .wysiwyg p {
    font-size: calc(1.7rem * 0.9);
  }
}
.wysiwyg h2 {
  font-size: 3rem;
  color: #eea33c;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .wysiwyg h2 {
    font-size: calc(3rem * 0.7);
  }
}
.wysiwyg h3 {
  font-size: 2.3rem;
  color: #eea33c;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .wysiwyg h3 {
    font-size: calc(2.3rem * 0.7);
  }
}
.wysiwyg h4 {
  font-size: 2rem;
  color: #eea33c;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .wysiwyg h4 {
    font-size: calc(1.7rem * 0.9);
  }
}
.wysiwyg strong {
  font-weight: bold;
}
.folder-template {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .folder-template {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .folder-template {
    max-width: 90%;
  }
}
.folder-template .item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .folder-template .item-list {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .folder-template .item-list {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .folder-template .item-list {
    max-width: 100%;
  }
}
.folder-template .item-list .item {
  flex-basis: 32%;
  max-width: 32%;
  font-size: 1.7rem;
  padding: 30px 0px;
  display: block;
  border: 1px solid #eea33c;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
  /* box-shadow: 3px 3px 0px #ccc; */
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
  background-color: white;
}
.folder-template .item-list .item .arrow {
  width: 14px;
  height: 14px;
  margin-left: 14px;
}
@media screen and (max-width: 769px) {
  .folder-template .item-list .item .arrow {
    width: 10px;
    height: 10px;
  }
}
.folder-template .item-list .item:hover {
  background-color: #fff3e4;
}
.folder-template .item-list .item.dummy {
  padding: 0px;
  background-color: inherit;
  border: inherit;
  box-shadow: inherit;
}
@media screen and (max-width: 1024px) {
  .folder-template .item-list .item {
    flex-basis: 48%;
    max-width: 48%;
    padding: 45px 0px;
  }
}
@media screen and (max-width: 769px) {
  .folder-template .item-list .item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 14px 0px;
    text-align: left;
    padding-left: 28px;
    font-size: 1.5rem;
  }
}
.content-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  background-color: white;
  border-radius: 10px;
  padding: 70px;
  box-shadow: 0px 4px 10px rgba(128, 128, 128, 0.58);
}
@media screen and (max-width: 1024px) {
  .content-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .content-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .content-box {
    padding: 20px;
  }
}
.content-box h2 {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 8px;
}
.content-box h3 {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 8px;
}
.content-box iframe {
  margin-bottom: 18px;
}
.content-box p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  margin-bottom: 30px;
}
.content-box .text-right {
  text-align: right;
}
.content-box .text-center {
  text-align: center;
}
.content-box table tbody tr {
  border-top: 1px solid #dcdcdc;
}
.content-box table tbody tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.content-box table tbody tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.content-box table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.content-box table tbody tr td:first-child {
  padding-left: 0px;
}
@media screen and (max-width: 769px) {
  .content-box table tbody tr td {
    min-width: 90px;
    padding-left: 8px;
  }
}
.content-box a.pdf-btn {
  padding-left: 38px;
  display: inline-block;
  position: relative;
}
.content-box a.pdf-btn:before {
  content: "";
  background-image: url(../img/pdf-icon.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.content-box .news-box {
  margin-bottom: 60px;
}
.content-box .news-box a.item {
  text-decoration: none;
  color: inherit;
  display: block;
  border-bottom: 1px dotted #b9b9b9;
  padding: 20px 0px;
}
.content-box .news-box a.item:first-child {
  border-top: 1px dotted #b9b9b9;
}
.content-box .news-box a.item:hover {
  background-color: #dff0ff;
}
.content-box .news-box a.item .date {
  font-size: 1.4rem;
  margin-right: 20px;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  color: #755120 !important;
}
.breadcrumb-bg {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #eea33c;
}
.breadcrumb {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .breadcrumb {
    max-width: 90%;
  }
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items {
  color: white;
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li {
  padding: 5px 11px;
  font-size: 16px;
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li.active span, .breadcrumb .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  font-size: 16px;
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li.active a {
  color: white;
  text-decoration: none;
}
.breadcrumb .fa {
  position: relative;
  margin-right: 16px !important;
}
.breadcrumb .fa-home:before {
  content: "\f015";
  font-size: 23px;
  position: absolute;
  top: -16px;
  left: -13px;
}
@media screen and (max-width: 769px) {
  .breadcrumb .fa-home:before {
    left: -25px;
  }
}
@media screen and (max-width: 769px) {
  .breadcrumb .breadcrumb .fbc-page .fbc-wrap .fbc-items li.active a, .breadcrumb .fbc-page .fbc-wrap .fbc-items li a {
    font-size: 1.4rem;
  }
}
.footer-nav-bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fefaf4;
  border-bottom: 15px solid #fff2e3;
}
@media screen and (max-width: 1024px) {
  .footer-nav-bg {
    padding-bottom: 60px;
  }
}
.footer-nav-bg .menu-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .footer-nav-bg .menu-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .footer-nav-bg .menu-box {
    max-width: 90%;
  }
}
.footer-nav-bg .menu-box .box {
  flex-basis: 22%;
  max-width: 22%;
}
@media screen and (max-width: 1024px) {
  .footer-nav-bg .menu-box .box {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.footer-nav-bg .menu-box .box .title {
  color: #efa444;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}
.footer-nav-bg .menu-box .box ul li {
  margin-bottom: 5px;
  background-image: url(../img/arrow-orange.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  background-size: 6px;
  padding-right: 31px;
  padding-left: 10px;
}
.footer-nav-bg .menu-box .box ul li:hover {
  font-weight: bold;
  background-color: #ffe9da;
}
.footer-nav-bg .menu-box .box ul li a {
  color: #8c7049;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.footer-nav-bg .menu-box .box-large {
  position: relative;
  flex-basis: 25%;
  max-width: 25%;
  padding-left: 30px;
  border-left: 1px solid #cba98f;
}
@media screen and (max-width: 1024px) {
  .footer-nav-bg .menu-box .box-large {
    flex-basis: 100%;
    max-width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.footer-nav-bg .menu-box .box-large .child {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media screen and (max-width: 1024px) {
  .footer-nav-bg .menu-box .box-large .child {
    bottom: -75px;
  }
}
.footer-nav-bg .menu-box .box-large ul li {
  margin-bottom: 10px;
}
.footer-nav-bg .menu-box .box-large ul li a {
  color: #efa444;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
#recruit-page img {
  max-width: 100%;
  vertical-align: bottom;
}
#recruit-page h2 {
  color: #eba03c;
  font-size: 2rem;
  border-left: 9px solid #eba03c;
  padding-left: 20px;
  line-height: 1.2;
  margin-bottom: 30px;
}
#recruit-page p {
  text-align: justify;
  text-justify: inter-ideograph;
}
#recruit-page section {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 769px) {
  #recruit-page section {
    margin-bottom: 70px !important;
  }
}
#recruit-page .fv-box {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  #recruit-page .fv-box {
    margin-bottom: 50px;
  }
}
#recruit-page .fv-box img {
  width: 100%;
  max-width: 1439px;
  margin: 0 auto;
  display: block;
}
#recruit-page .fv-box img.pc-only {
  display: block;
}
@media screen and (max-width: 769px) {
  #recruit-page .fv-box img.pc-only {
    display: none;
  }
}
#recruit-page .fv-box img.sp-only {
  display: none;
}
@media screen and (max-width: 769px) {
  #recruit-page .fv-box img.sp-only {
    display: block;
  }
}
#recruit-page .message-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  #recruit-page .message-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  #recruit-page .message-box {
    max-width: 90%;
  }
}
#recruit-page .message-box .left {
  flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
}
@media screen and (max-width: 769px) {
  #recruit-page .message-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#recruit-page .message-box .left h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#recruit-page .message-box .left p {
  line-height: 2;
}
#recruit-page .message-box .right {
  flex-basis: 250px;
  max-width: 250px;
  padding-top: 128px;
}
@media screen and (max-width: 769px) {
  #recruit-page .message-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #recruit-page .message-box .right {
    padding-top: 30px;
  }
}
#recruit-page .message-box .right img {
  width: 160px;
  height: auto;
  margin: 0 auto;
  display: block;
}
#recruit-page .message-box .right .name {
  text-align: center;
}
#recruit-page .message-box .right .name .name-01 {
  margin: 12px 0px;
}
#recruit-page .message-box .right .name .name-02 {
  display: inline-block;
}
#recruit-page .message-box .right .name img.name {
  width: 125px;
  display: inline-block;
  text-align: left;
}
#recruit-page .jobs-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  #recruit-page .jobs-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  #recruit-page .jobs-box {
    max-width: 90%;
  }
}
#recruit-page .jobs-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
#recruit-page .jobs-box .item-box .item {
  flex-basis: 19%;
  max-width: 19%;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0px 0px 10px #ccc;
  padding: 12px;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 769px) {
  #recruit-page .jobs-box .item-box .item {
    flex-basis: 49%;
    max-width: 49%;
  }
}
#recruit-page .jobs-box .item-box .item .name {
  padding-top: 18px;
  padding-bottom: 10px;
}
#recruit-page .fukuri-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  #recruit-page .fukuri-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  #recruit-page .fukuri-box {
    max-width: 90%;
  }
}
#recruit-page .fukuri-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
#recruit-page .fukuri-box .item-box .item {
  flex-basis: 32%;
  max-width: 32%;
  margin-bottom: 17px;
  background-color: #ffefe0;
  color: #876239;
  text-align: center;
  padding: 30px 0px;
}
#recruit-page .fukuri-box .item-box .item.dummy {
  padding: 0px;
  margin-bottom: 0px;
  background-color: inherit;
}
#recruit-page .voice-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  #recruit-page .voice-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  #recruit-page .voice-box {
    max-width: 90%;
  }
}
#recruit-page .voice-box .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
#recruit-page .voice-box .item:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 769px) {
  #recruit-page .voice-box .item {
    flex-direction: column-reverse;
  }
}
#recruit-page .voice-box .item .left {
  flex-basis: calc(100% - 400px);
  max-width: calc(100% - 400px);
}
@media screen and (max-width: 769px) {
  #recruit-page .voice-box .item .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#recruit-page .voice-box .item .left p {
  margin-bottom: 20px;
  line-height: 1.8;
}
#recruit-page .voice-box .item .left .name {
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #recruit-page .voice-box .item .left .name {
    margin-bottom: 20px;
  }
}
#recruit-page .voice-box .item .right {
  flex-basis: 300px;
  max-width: 300px;
}
@media screen and (max-width: 769px) {
  #recruit-page .voice-box .item .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#recruit-page .voice-box .item .right img {
  margin-bottom: 30px;
}
#recruit-page .zissyu-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  #recruit-page .zissyu-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  #recruit-page .zissyu-box {
    max-width: 90%;
  }
}
#recruit-page .zissyu-box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
#recruit-page .zissyu-box .flex .left {
  flex-basis: 385px;
  max-width: 385px;
}
@media screen and (max-width: 769px) {
  #recruit-page .zissyu-box .flex .left {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
#recruit-page .zissyu-box .flex .right {
  flex-basis: calc(100% - 420px);
  max-width: calc(100% - 420px);
}
@media screen and (max-width: 769px) {
  #recruit-page .zissyu-box .flex .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#recruit-page .zissyu-box .flex .right .title {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  font-size: 1.8rem;
}
#recruit-page .zissyu-box .flex .right p {
  line-height: 1.8;
  margin-bottom: 40px;
}
#recruit-page .zissyu-box .flex .right a.btn {
  padding: 7px 0px;
  display: block;
  background-color: #eea33c;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  position: relative;
  width: 170px;
  text-align: center;
  font-size: 1.4rem;
}
#recruit-page .zissyu-box .flex .right a.btn .arrow {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
#recruit-page .zissyu-box .flex .right a.btn:hover {
  background-color: #8a7963;
}
#recruit-page .contact-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  #recruit-page .contact-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  #recruit-page .contact-box {
    max-width: 90%;
  }
}
#recruit-page .contact-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #fefaf4;
  padding: 5vw;
}
@media screen and (max-width: 769px) {
  #recruit-page .contact-box .item-box {
    padding: 10vw 5vw;
  }
}
#recruit-page .contact-box .item-box .item {
  flex-basis: 45%;
  max-width: 45%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #recruit-page .contact-box .item-box .item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  #recruit-page .contact-box .item-box .item:last-child {
    margin-bottom: 0px;
  }
}
#recruit-page .contact-box .item-box .item .title {
  position: relative;
  display: inline-block;
  padding: 0px 20px;
  margin-bottom: 20px;
  font-size: 2rem;
}
#recruit-page .contact-box .item-box .item .title:before {
  content: "";
  background-image: url(../img/rec-40-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  position: absolute;
  bottom: 7px;
  left: 0;
}
#recruit-page .contact-box .item-box .item .title:after {
  content: "";
  background-image: url(../img/rec-40-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
  position: absolute;
  bottom: 7px;
  right: 0;
}
#recruit-page .contact-box .item-box .item img.number {
  width: 201px;
}
#recruit-page .contact-box .item-box .item a.btn {
  padding: 7px 0px;
  display: block;
  background-color: #eea33c;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  width: 170px;
  text-align: center;
  font-size: 1.4rem;
}
#recruit-page .contact-box .item-box .item a.btn .arrow {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
#recruit-page .contact-box .item-box .item a.btn:hover {
  background-color: #8a7963;
}
footer .address-box-bg {
  background-image: url(../img/footer_forest.svg);
  background-repeat: repeat-x;
  background-size: 400px;
  background-position: bottom;
}
footer .address-box-bg .address-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding-top: 55px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  footer .address-box-bg .address-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  footer .address-box-bg .address-box {
    max-width: 90%;
  }
}
footer .address-box-bg .address-box .left {
  flex-basis: 250px;
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  footer .address-box-bg .address-box .left {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
footer .address-box-bg .address-box .left .logo {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer .address-box-bg .address-box .left .logo {
    margin: 0 auto;
    display: block;
    max-width: 300px;
  }
}
footer .address-box-bg .address-box .right {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  footer .address-box-bg .address-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
footer .address-box-bg .address-box .right .address {
  padding-left: 30px;
  border-left: 10px solid #efb32e;
}
@media screen and (max-width: 1024px) {
  footer .address-box-bg .address-box .right .address {
    padding-left: 0px;
    border-left: none;
    text-align: center;
  }
}
footer .address-box-bg .address-box .right .address .tel {
  padding-top: 10px;
  display: block;
}
footer .copyright-box {
  color: #fff;
  background-color: #754c24;
  text-align: center;
  padding: 8px 0 8px 0;
  font-size: 1.2rem;
}
