/* ================================================
 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: #4d4d4d;
  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.6rem;
  line-height: 1.5;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
#main {
  padding-top: 68px;
}
@media screen and (max-width: 1024px) {
  #main {
    margin-top: 0px;
  }
}
article {
  position: relative;
}
article .entry-footer {
  position: absolute;
}
.only-sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .only-sp {
    display: block;
  }
}
.site {
  position: relative;
}
.site-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.site-header .logo-box {
  flex-basis: calc(100% - 450px);
  max-width: calc(100% - 450px);
}
@media screen and (max-width: 1024px) {
  .site-header .logo-box {
    flex-basis: calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
.site-header .logo-box h1 {
  display: inline-block;
}
.site-header .logo-box > div {
  display: inline-block;
}
.site-header .logo-box a {
  text-decoration: none;
}
.site-header .logo-box a .logo {
  max-width: 290px;
}
@media screen and (max-width: 769px) {
  .site-header .logo-box a .logo {
    max-width: 170px;
  }
}
.site-header .logo-box a .logo.top {
  margin-top: 16px;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .site-header .logo-box a .logo.top {
    margin-top: 10px;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 769px) {
  .site-header .logo-box a .logo.top {
    margin-top: 14px;
    margin-left: 13px;
    max-width: 225px;
    vertical-align: bottom;
  }
}
.site-header .logo-box a .logo.detail {
  margin-top: 16px;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .site-header .logo-box a .logo.detail {
    margin-top: 10px;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 769px) {
  .site-header .logo-box a .logo.detail {
    margin-top: 14px;
    margin-left: 13px;
    max-width: 225px;
    vertical-align: bottom;
  }
}
.site-header .logo-box .desc {
  display: inline-block;
  font-size: 1.4rem;
  color: #a5a5a5;
}
@media screen and (max-width: 1024px) {
  .site-header .logo-box .desc {
    font-size: 1.3rem;
    margin-left: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .site-header .logo-box .desc {
    font-size: 1.1rem;
    margin-left: 17px;
  }
}
.site-header .menu-box {
  flex-basis: 450px;
  max-width: 450px;
  text-align: right;
}
.site-header .menu-box .sub-menu {
  margin-top: 15px;
  margin-bottom: 12px;
  margin-right: 50px;
}
.site-header .menu-box .sub-menu img.tel {
  width: 248px;
  display: inline-block;
}
.site-header .menu-box .sub-menu #google_translate_element {
  display: inline-block;
  vertical-align: super;
  margin-right: 20px;
}
.site-header .menu-box .sub-menu .btn {
  display: inline-block;
  background-color: #f2827e;
  color: white;
  padding: 4px 18px;
  font-size: 1.3rem;
  text-decoration: none;
}
.site-header .menu-box .sub-menu .btn.mail:before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 15px;
  background-image: url(../img/ico-mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 1px;
}
.site-header .main-menu {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #5e000e;
  text-align: right;
  padding-right: 50px;
  letter-spacing: -0.4em;
  /* 文字間を詰めて隙間をなくす */
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.site-header .main-menu .item {
  display: inline-block;
  padding: 10px 20px;
  /* font-weight: bold; */
  font-family: "FOT-マティス Pro M";
  font-size: 1.6rem;
  color: #414141;
  text-decoration: none;
  /* border-left: 1px solid #c5c5c5; */
  word-break: keep-all;
  color: white;
  letter-spacing: normal;
  /* 文字間を元に戻す */
}
.site-header .main-menu .item:hover {
  background-color: #880014;
}
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;
  }
}
header.pc {
  background-color: white;
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  background-image: url(../img/header_sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  overflow-y: auto;
}
nav.globalMenuSp .main-menu {
  padding: 20px;
  text-align: left;
  background-color: #ececec;
  box-shadow: 0px 4px 10px rgba(128, 128, 128, 0.3);
}
nav.globalMenuSp .main-menu .logo {
  max-width: 290px;
}
@media screen and (max-width: 769px) {
  nav.globalMenuSp .main-menu .logo {
    max-width: 170px;
  }
}
nav.globalMenuSp .main-menu .logo.top {
  margin-top: 7px !important;
  margin-left: 0px;
  max-width: 210px;
}
@media screen and (max-width: 1024px) {
  nav.globalMenuSp .main-menu .logo.top {
    margin-top: 23px;
  }
}
nav.globalMenuSp .main-menu .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
nav.globalMenuSp .main-menu .item-box .item {
  flex-basis: 48%;
  max-width: 48%;
  color: #a77d52 !important;
  text-shadow: none !important;
  display: inline-block;
  padding: 10px 5px !important;
  margin-bottom: 10px !important;
  font-size: 1.5rem;
  background-color: white !important;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  nav.globalMenuSp .main-menu .item-box .item {
    flex-basis: 32%;
    max-width: 32%;
  }
}
@media screen and (max-width: 769px) {
  nav.globalMenuSp .main-menu .item-box .item {
    flex-basis: 48%;
    max-width: 48%;
  }
}
nav.globalMenuSp .main-menu .item-box #google_translate_element {
  display: inline-block;
  width: 100%;
  text-align: right;
  letter-spacing: normal;
}
nav.globalMenuSp .main-menu .sp-contact-box {
  text-align: right;
  border-top: 1px solid #c7c7c7;
  padding-top: 10px;
  margin-top: 18px;
}
nav.globalMenuSp .main-menu .sp-contact-box .tel {
  max-width: 242px;
}
nav.globalMenuSp .main-menu .sp-btn-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
  justify-content: flex-end;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
nav.globalMenuSp .main-menu .sp-btn-box .item {
  flex-basis: 164px;
  max-width: 164px;
  margin-left: 12px;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  text-align: left;
  font-family: "FOT-テロップ明朝 Pro D";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c69c6d+0,a67c52+100 */
  background: #c69c6d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c69c6d 0%, #a67c52 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c69c6d 0%, #a67c52 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c69c6d 0%, #a67c52 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69c6d', endColorstr='#a67c52',GradientType=0);
  /* IE6-9 */
}
@media screen and (max-width: 400px) {
  nav.globalMenuSp .main-menu .sp-btn-box .item {
    flex-basis: 45%;
    max-width: 100%;
    padding: 10px 10px;
    margin-left: 1%;
    margin-bottom: 5px;
  }
}
nav.globalMenuSp .main-menu .sp-btn-box .item .title {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
nav.globalMenuSp .main-menu .sp-btn-box .item .sub {
  font-size: 1.2rem;
  color: #dedede;
}
/* このクラスを、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: 3;
  border-radius: 8px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c69c6d+0,a67c52+100 */
  background: #c69c6d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c69c6d 0%, #a67c52 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c69c6d 0%, #a67c52 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c69c6d 0%, #a67c52 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69c6d', endColorstr='#a67c52',GradientType=0);
  /* IE6-9 */
}
.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 27px;
  border-bottom: solid 3px #eee;
  -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: #eee;
  font-size: 9px;
  font-weight: bold;
  font-family: "FP-ヒラギノUD角ゴF StdN W6";
  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: 100%;
}
@media screen and (max-width: 1024px) {
}
.slider .slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  /*
   img {
   display: block;
   height: 77%; //90%;
   position: absolute;
   bottom: -35px;
   left: 7%;
   }
   */
}
.slider .slide.cover {
  background-size: cover !important;
}
.slider .slide.bg-0 {
  background-image: url(../img/bg-slide-01-min.jpg);
}
.slider .slide.bg-1 {
  background-image: url(../img/bg-slide-02.jpg);
}
.slider .slide.bg-2 {
  background-image: url(../img/bg-slide-03.jpg);
}
.slider .slide:not(:first-child) {
  display: none;
}
.slider .text {
  max-width: 50%;
  position: absolute;
  top: 12%;
  left: 6%;
  /*
   background-color: rgba(255, 255, 255, 0.88);
   padding: 45px 100px;
   box-shadow: 0px 10px 30px rgba(132, 132, 132, 0.19);
   */
}
.slider .text .message-box .title {
  margin-bottom: 2px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
}
.slider .text .message-box .subTitle {
  margin-bottom: 2px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.slider .text .message-box .desc {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.slider .arrow {
  position: absolute;
  bottom: 0px;
  left: 48%;
  animation-name: hurueru2;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 1024px) {
  .slider .arrow {
    display: none;
  }
}
.slider .message-box {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 45px 100px;
  box-shadow: 0px 10px 30px rgba(132, 132, 132, 0.19);
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
}
.slider .btn-box {
  text-align: center;
}
.slider .btn-box .item {
  color: white;
  text-decoration: none;
  padding: 14px 47px;
  margin: 0 2%;
  display: inline-block;
  text-align: left;
  font-family: "FOT-テロップ明朝 Pro D";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c69c6d+0,a67c52+100 */
  background: #c69c6d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c69c6d 0%, #a67c52 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c69c6d 0%, #a67c52 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c69c6d 0%, #a67c52 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69c6d', endColorstr='#a67c52',GradientType=0);
  /* IE6-9 */
}
@media screen and (max-width: 1120px) {
  .slider .btn-box .item {
    padding: 14px 28px;
  }
}
.slider .btn-box .item .title {
  display: block;
  font-size: 1.9rem;
}
.slider .btn-box .item .sub {
  font-size: 1.4rem;
  color: #dedede;
}
.slider + #responsiv-text-box {
  text-align: center;
  line-height: 2.7rem;
  margin-top: 13px;
  padding: 0px 20px;
}
.slider + #responsiv-text-box .message-box {
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}
.slider + #responsiv-text-box .message-box .title {
  max-width: 100%;
  padding-bottom: 10px;
}
.slider + #responsiv-text-box .message-box .subTitle {
  max-width: 100%;
}
.slider + #responsiv-text-box .message-box .desc {
  max-width: 100%;
}
.slider + #responsiv-text-box .btn-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  max-width: 430px;
  text-align: center;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.slider + #responsiv-text-box .btn-box .item {
  flex-basis: 49%;
  max-width: 49%;
  color: white;
  text-decoration: none;
  padding: 15px 0px;
  display: inline-block;
  text-align: center;
  font-family: "FOT-テロップ明朝 Pro D";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c69c6d+0,a67c52+100 */
  background: #c69c6d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c69c6d 0%, #a67c52 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c69c6d 0%, #a67c52 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c69c6d 0%, #a67c52 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69c6d', endColorstr='#a67c52',GradientType=0);
  /* IE6-9 */
}
.slider + #responsiv-text-box .btn-box .item .title {
  display: block;
}
@media screen and (max-width: 1024px) {
  .slider + #responsiv-text-box .btn-box .item .title {
    font-size: 1.7rem;
    line-height: 1;
  }
}
@media screen and (max-width: 769px) {
  .slider + #responsiv-text-box .btn-box .item .title {
    line-height: 1;
    font-size: 1.5rem;
  }
}
.slider + #responsiv-text-box .btn-box .item .sub {
  font-size: 1.3rem;
  color: #dedede;
}
@media screen and (max-width: 359px) {
  .slider + #responsiv-text-box .btn-box .item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.bg-type-a {
  position: relative;
  background-color: white;
  background-image: url("../img/bg-type-a-min.jpg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .bg-type-a {
    background-size: cover;
    background-image: url("../img/bg-type-a-min-sp.jpg");
  }
}
.bg-type-b {
  position: relative;
  background-color: #f7f1e8;
}
.bg-type-c {
  position: relative;
  background-color: white;
  background-image: url("../img/bg-type-c-min.jpg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 45%;
}
.bg-type-d {
  position: relative;
  background-color: white;
  background-image: url("../img/bg-type-d-min.jpg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .bg-type-d {
    background-size: cover;
    background-image: url("../img/bg-type-d-min-sp.jpg");
  }
}
.bg-type-d.cover {
  background-size: cover;
}
.intoro-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .intoro-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .intoro-box {
    max-width: 90%;
  }
}
.intoro-box .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.intoro-box .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.intoro-box .intoro {
  background-color: rgba(255, 255, 255, 0.64);
  border: 1px solid #b79f4a;
  padding: 50px 16%;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .intoro-box .intoro {
    padding: 30px;
  }
}
.intoro-box .intoro .desc {
  padding-bottom: 30px;
  line-height: 3rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.intoro-box .intoro .name {
  text-align: right;
  font-weight: bold;
  font-size: 1.4rem;
}
.intoro-box .desc-box h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 2.6rem;
  font-family: "FOT-テロップ明朝 Pro D";
}
@media screen and (max-width: 769px) {
  .intoro-box .desc-box h3 {
    text-align: left;
    font-size: 2rem;
  }
}
.intoro-box .desc-box .desc {
  text-align: center;
  margin-bottom: 26px;
  padding: 0 10%;
}
@media screen and (max-width: 769px) {
  .intoro-box .desc-box .desc {
    text-align: left;
    padding: 0px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.4rem;
  }
}
.intoro-box .desc-box .pr-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.intoro-box .desc-box .pr-box .item {
  flex-basis: 32%;
  max-width: 32%;
  padding: 25px 10px;
  background-color: #5e000e;
  color: white;
  font-family: "FOT-テロップ明朝 Pro D";
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 769px) {
  .intoro-box .desc-box .pr-box .item {
    flex-basis: 33%;
    max-width: 33%;
    padding: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.4rem;
  }
}
.intoro-box .desc-box .note-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.intoro-box .desc-box .note-box .item {
  flex-basis: 30%;
  max-width: 30%;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .intoro-box .desc-box .note-box .item {
    flex-basis: 33%;
    max-width: 33%;
    font-size: 1.1rem;
  }
}
.jobs-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .jobs-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .jobs-box {
    max-width: 90%;
  }
}
.jobs-box .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.jobs-box .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.jobs-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.jobs-box .item-box .item {
  flex-basis: 32%;
  max-width: 32%;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.32);
  padding: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .jobs-box .item-box .item {
    flex-basis: 49%;
    max-width: 49%;
    margin-bottom: 6px;
    padding: 15px;
  }
}
.jobs-box .item-box .item .sub {
  font-size: 1.2rem;
  color: #aa903d;
  text-align: justify;
  text-justify: inter-ideograph;
}
.jobs-box .item-box .item .title {
  font-size: 1.8rem;
  font-family: "FOT-テロップ明朝 Pro D";
  text-align: left;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 769px) {
  .jobs-box .item-box .item .title {
    font-size: 1.5rem;
    padding-bottom: 16px;
  }
}
.jobs-box .item-box .item .desc {
  font-size: 1.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.training-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .training-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .training-box {
    max-width: 90%;
  }
}
.training-box > .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.training-box > .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.training-box .desc-box h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 2.6rem;
  font-family: "FOT-テロップ明朝 Pro D";
}
@media screen and (max-width: 769px) {
  .training-box .desc-box h3 {
    text-align: left;
    font-size: 2rem;
  }
}
.training-box .desc-box .desc {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 769px) {
  .training-box .desc-box .desc {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.4rem;
  }
}
.training-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.training-box .item-box .item {
  flex-basis: 32%;
  max-width: 32%;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.32);
  padding: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .training-box .item-box .item {
    flex-basis: 49%;
    max-width: 49%;
    margin-bottom: 6px;
    padding: 15px;
  }
}
.training-box .item-box .item .sub {
  font-size: 1.2rem;
  color: #aa903d;
}
.training-box .item-box .item .title {
  font-size: 1.8rem;
  font-family: "FOT-テロップ明朝 Pro D";
  text-align: left;
  padding-top: 0px;
  padding-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .training-box .item-box .item .title {
    font-size: 1.5rem;
    padding-bottom: 16px;
  }
}
.training-box .item-box .item .desc {
  font-size: 1.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.type-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .type-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .type-box {
    max-width: 90%;
  }
}
.type-box .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.type-box .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.type-box .desc-box h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 2.6rem;
  font-family: "FOT-テロップ明朝 Pro D";
}
@media screen and (max-width: 769px) {
  .type-box .desc-box h3 {
    text-align: left;
    font-size: 2rem;
  }
}
.type-box .desc-box .desc {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .type-box .desc-box .desc {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.4rem;
  }
}
.type-box .desc-box ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 30px;
}
.type-box .desc-box ol li {
  margin-bottom: 9px;
}
.type-box .desc-box.left {
  text-align: left;
}
.type-box .desc-box.left h3 {
  text-align: left;
  border-bottom: 1px dotted gray;
  margin-bottom: 21px;
}
.type-box .desc-box.left .desc {
  text-align: left;
}
.type-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.type-box .item-box .item {
  flex-basis: 48%;
  max-width: 48%;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.32);
  padding: 30px 6%;
}
@media screen and (max-width: 769px) {
  .type-box .item-box .item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.type-box .item-box .item .title {
  font-size: 2rem;
  font-family: "FOT-テロップ明朝 Pro D";
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
}
.type-box .item-box .item .desc {
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.type-box .item-box .item img {
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
  display: block;
}
.customer-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .customer-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .customer-box {
    max-width: 90%;
  }
}
.customer-box > .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.customer-box > .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.customer-box .desc-box > h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 2.6rem;
  font-family: "FOT-テロップ明朝 Pro D";
}
@media screen and (max-width: 769px) {
  .customer-box .desc-box > h3 {
    text-align: left;
    font-size: 2rem;
  }
}
.customer-box .desc-box > .desc {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .customer-box .desc-box > .desc {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.4rem;
  }
}
.customer-box h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 30px;
  font-size: 2rem;
  font-family: "FOT-テロップ明朝 Pro D";
}
.customer-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.customer-box .item-box .item {
  flex-basis: 32.5%;
  max-width: 32.5%;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.32);
  padding: 30px 6%;
  margin-bottom: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .customer-box .item-box .item {
    flex-basis: 49%;
    max-width: 49%;
    padding: 10px 10px;
    margin-bottom: 8px;
  }
}
.customer-box .item-box .item .title {
  color: #aa903d;
  font-size: 1.9rem;
  font-family: "FOT-テロップ明朝 Pro D";
  text-align: center;
}
@media screen and (max-width: 769px) {
  .customer-box .item-box .item .title {
    font-size: 1.4rem;
  }
}
.customer-voice-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .customer-voice-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .customer-voice-box {
    max-width: 90%;
  }
}
.customer-voice-box .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.customer-voice-box .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.customer-voice-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.customer-voice-box .item-box .item {
  flex-basis: 49%;
  max-width: 49%;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.32);
  padding: 30px 6%;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .customer-voice-box .item-box .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.customer-voice-box .item-box .item .desc {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 3rem;
}
@media screen and (max-width: 769px) {
  .customer-voice-box .item-box .item .desc {
    padding: 0px;
    line-height: 1.8;
    font-size: 1.5rem;
  }
}
.company-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .company-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .company-box {
    max-width: 90%;
  }
}
.company-box > .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.company-box .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.company-box table {
  width: 500px;
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .company-box table {
    max-width: 90%;
  }
}
.company-box table tr {
  border-bottom: 1px solid #d2d2d2;
}
.company-box table tr:first-child {
  border-top: 1px solid #d2d2d2;
}
.company-box table tr th {
  background-color: #f3f3f3;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  color: #565656;
}
.company-box table tr td {
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}
.company-box ul {
  width: 500px;
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .company-box ul {
    max-width: 90%;
  }
}
.company-box ul li {
  border-top: 1px solid #dadada;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.4rem;
}
.company-box ul li .title {
  font-weight: bold;
  width: 90px;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  .company-box ul li .title {
    display: block;
    margin-left: 0px;
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
.company-box ul li img {
  max-width: 100%;
}
.company-box ul li:last-child {
  border-bottom: 1px solid #dadada;
}
.company-box .nintei-box {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .company-box .nintei-box {
    max-width: 90%;
  }
}
.company-box .nintei-box img {
  margin-top: 30px;
  max-width: 100%;
}
article.page h1 {
  display: none;
}
.fv-box {
  position: relative;
  width: 100%;
  height: 630px;
  background-image: url(../img/bg-type-f-min.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-color: #fafafa;
}
@media screen and (max-width: 1024px) {
}
.fv-box .title-box {
  width: 400px;
  max-width: 50%;
  position: absolute;
  top: 43%;
  left: 16%;
}
@media screen and (max-width: 1024px) {
  .fv-box .title-box {
    top: 31%;
    left: 3%;
  }
}
.fv-box .title-box .title {
  margin-bottom: 2px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.fv-box .title-box img {
  width: 100%;
}
.flow-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .flow-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .flow-box {
    max-width: 90%;
  }
}
.flow-box .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.flow-box .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.flow-box .desc-box h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.6rem;
}
.flow-box .desc-box .desc {
  text-align: center;
  margin-bottom: 26px;
  padding: 0 10%;
}
.flow-box .desc-box .pr-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.flow-box .desc-box .pr-box .item {
  flex-basis: 30%;
  max-width: 30%;
  padding: 25px 30px;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  box-shadow: 0px 0px 5px gainsboro;
}
@media screen and (max-width: 769px) {
  .flow-box .desc-box .pr-box .item {
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }
}
.flow-box .desc-box .pr-box .item .step {
  width: 87%;
  max-width: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #aa903d;
  font-size: 1.4rem;
  color: #aa903d;
  padding-bottom: 6px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.flow-box .desc-box .pr-box .item .sub {
  font-size: 1.8rem;
  padding-top: 5px;
  color: #ca8641;
  font-family: "FOT-テロップ明朝 Pro D";
}
.flow-box .desc-box .pr-box .item img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.flow-box .desc-box .pr-box .item .desc {
  text-align: left;
  margin-bottom: 8px;
  padding: 0 5%;
}
@media screen and (max-width: 769px) {
  .flow-box .desc-box .pr-box .item .desc {
    margin-bottom: 0px;
  }
}
.flow-box .desc-box .pr-box .item .desc a {
  color: inherit;
}
.employ-voice-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .employ-voice-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .employ-voice-box {
    max-width: 90%;
  }
}
.employ-voice-box .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.employ-voice-box .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.employ-voice-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.employ-voice-box .item-box .item {
  flex-basis: 49%;
  max-width: 49%;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.32);
  padding: 30px 6%;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .employ-voice-box .item-box .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.employ-voice-box .item-box .item .desc {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 3rem;
}
.hukuri-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .hukuri-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .hukuri-box {
    max-width: 90%;
  }
}
.hukuri-box .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.hukuri-box .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.hukuri-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.32);
  align-items: center;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.hukuri-box .item-box .left {
  flex-basis: 69%;
  max-width: 69%;
  padding: 30px 4%;
}
.hukuri-box .item-box .left img {
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .hukuri-box .item-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.hukuri-box .item-box .right {
  flex-basis: 30%;
  max-width: 30%;
  padding: 30px 6%;
  padding-left: 0px;
}
@media screen and (max-width: 769px) {
  .hukuri-box .item-box .right {
    flex-basis: 100%;
    max-width: 100%;
    padding: 30px 6%;
    padding-top: 0px;
  }
}
.hukuri-box .item-box .right .strong {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 2rem;
}
.hukuri-box .item-box .right .desc {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 3rem;
}
.faq-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .faq-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .faq-box {
    max-width: 90%;
  }
}
.faq-box > .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.faq-box > .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.faq-box .desc-box {
  margin-bottom: 40px;
}
.faq-box .desc-box > h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 2.6rem;
  font-family: "FOT-テロップ明朝 Pro D";
}
@media screen and (max-width: 769px) {
  .faq-box .desc-box > h3 {
    text-align: left;
    font-size: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .faq-box .desc-box > h3 {
    font-weight: bold;
    padding-bottom: 30px;
    font-size: 2rem;
    font-family: "FOT-テロップ明朝 Pro D";
  }
}
.faq-box .desc-box > .desc {
  text-align: center;
}
.faq-box .item {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 13px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
@media screen and (max-width: 769px) {
  .faq-box .item {
    padding: 18px;
  }
}
.faq-box .item h3 {
  font-weight: bold;
  /* padding-bottom: 14px; */
  font-size: 1.8rem;
  font-family: "FOT-テロップ明朝 Pro D";
  font-family: "FOT-テロップ明朝 Pro D";
  border-left: 10px solid #5e000e;
  padding-left: 20px;
  margin-bottom: 20px;
}
.faq-box .item p {
  line-height: 1.8;
}
.company-fv-box {
  position: relative;
  width: 100%;
  height: 630px;
  background-image: url(../img/bg-type-e-min.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-color: #fafafa;
}
@media screen and (max-width: 1024px) {
}
.company-fv-box .title-box {
  width: 400px;
  max-width: 50%;
  position: absolute;
  top: 34%;
  left: 16%;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .company-fv-box .title-box {
    top: 18%;
    left: 3%;
  }
}
@media screen and (max-width: 769px) {
  .company-fv-box .title-box {
    width: 290px;
  }
}
.company-fv-box .title-box .title {
  margin-bottom: 2px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.company-fv-box .title-box img {
  width: 100%;
}
.company-flow-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .company-flow-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .company-flow-box {
    max-width: 90%;
  }
}
.company-flow-box > .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.company-flow-box > .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.company-flow-box .desc-box h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 2.6rem;
  font-family: "FOT-テロップ明朝 Pro D";
}
@media screen and (max-width: 769px) {
  .company-flow-box .desc-box h3 {
    text-align: left;
    font-size: 2rem;
  }
}
.company-flow-box .desc-box .desc {
  margin-bottom: 26px;
  text-align: left;
  padding: 0;
}
.company-flow-box .item-box .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 5px #ccc;
  margin-bottom: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
.company-flow-box .item-box .item .title {
  flex-basis: 185px;
  max-width: 185px;
  color: #aa903d;
  text-align: center;
  font-size: 2rem;
  font-family: "FOT-テロップ明朝 Pro D";
  padding: 20px;
  padding-left: 0px;
  padding-right: 0px;
}
.company-flow-box .item-box .item .desc {
  flex-basis: calc(100% - 190px);
  max-width: calc(100% - 190px);
  padding: 20px;
  padding-left: 0px;
}
.company-flow-box .item-box .arrow {
  width: 39px;
  display: block;
  margin-left: 70px;
  margin-bottom: 10px;
}
.company-flow-box .item-box .note {
  font-size: 1.3rem;
  color: #a2a2a2;
}
.company-faq-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .company-faq-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .company-faq-box {
    max-width: 90%;
  }
}
.company-faq-box > .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.company-faq-box > .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.company-faq-box .desc-box {
  margin-bottom: 40px;
}
.company-faq-box .desc-box > h3 {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.6rem;
}
.company-faq-box .desc-box > .desc {
  text-align: center;
}
.company-faq-box .item {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 13px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 769px) {
}
@media screen and (max-width: 769px) {
  .company-faq-box .item {
    padding: 16px;
  }
}
.company-faq-box .item h3 {
  font-weight: bold;
  font-family: "FOT-テロップ明朝 Pro D";
  border-left: 10px solid #5e000e;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 2.6rem;
}
@media screen and (max-width: 769px) {
  .company-faq-box .item h3 {
    font-size: 2rem;
  }
}
.company-faq-box .item h4 {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 8px;
}
.company-faq-box .item p {
  line-height: 1.8;
}
.company-faq-box .item ul {
  list-style: disc;
  margin-left: 2rem;
}
.form-box {
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .form-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .form-box {
    max-width: 90%;
  }
}
.form-box .title {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 40px;
  font-family: "FOT-テロップ明朝 Pro D";
}
.form-box .sub-title {
  font-size: 1.6rem;
  text-align: center;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  padding-bottom: 30px;
}
.form-box .nf-form-wrap {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 769px) {
  .form-box .nf-form-wrap {
    padding-top: 20px;
  }
}
.form-box .nf-before-form-content {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.form-box .nf-form-content {
  padding: 5px;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.form-box .nf-form-content label {
  font-size: 1.6rem;
}
.form-box .nf-after-form-content {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}
.form-box input[type="button"] {
  background: #c69c6d !important;
  background: -moz-linear-gradient(top, #c69c6d 0%, #a67c52 100%) !important;
  background: -webkit-linear-gradient(top, #c69c6d 0%, #a67c52 100%) !important;
  background: linear-gradient(to bottom, #c69c6d 0%, #a67c52 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69c6d', endColorstr='#a67c52',GradientType=0) !important;
  width: 200px !important;
  display: block;
  margin: 0 auto !important;
}
.form-box .nf-response-msg {
  text-align: center;
}
.form-box .nf-response-msg h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
footer {
  background-color: #fffafa;
  padding-top: 100px;
}
@media screen and (max-width: 769px) {
  footer {
    padding-top: 50px;
  }
}
footer .logo {
  margin: 0 auto;
  display: block;
  width: 230px;
  padding-bottom: 20px;
}
@media screen and (max-width: 769px) {
  footer .logo {
    width: 50%;
    max-width: 200px;
  }
}
footer .company-name {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-family: "FOT-テロップ明朝 Pro D";
  color: #aa903d;
  padding-bottom: 85px;
}
@media screen and (max-width: 769px) {
  footer .company-name {
    padding-bottom: 60px;
  }
}
footer .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 70%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  footer .item-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  footer .item-box {
    max-width: 90%;
  }
}
footer .item-box .item {
  flex-basis: 48%;
  max-width: 48%;
  color: #aa903d;
  font-family: "FOT-テロップ明朝 Pro D";
  border: 1px solid #b79f4a;
  text-align: center;
  font-size: 1.7rem;
  padding: 20px 0px;
}
@media screen and (max-width: 769px) {
  footer .item-box .item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
footer .copyright {
  background-color: #5e000e;
  color: white;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 0px;
}
