/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  page
------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------
//  page_mv
--------------------------------------------------------------------------- */
.page_mv .container {
  align-items: center;
  background-image: url(../img/about/mv-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 880px;
  justify-content: center;
  margin-top: 96px;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.news_mv .container {
  height: 440px;
}
.recruit_mv .container {
  background-image: url(../img/recruit/mv-bg.jpg)!important;
  height: 440px;
}
.page_mv .copy {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.page_mv .gray {
  color: #555;
}
@media screen and (max-width: 768px) {
  .page_mv .container {
    background-image: url(../img/about/mv-bg_sp.jpg);
    height: 80.5vw;
    margin-top: 76px;
  }
  .page_mv .copy {
    font-size: 20px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  about
------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------
//  about_01
--------------------------------------------------------------------------- */
.about_01 .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 152px;
}
.about_01 .head {
  margin-bottom: 68px;
}
.about_01 .head p {
  width: 131px;
}
.about_01 .head p::after {
  background: #560a0e;
  content: '';
  display: block;
  height: 1px;
  margin: 20px 0 27px 7px;
  margin-left: 7px;
  width: 64px;
}
.about_01 .head h2 {
  color: #560a0e;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 52px;
}
.about_01 .head h3 {
  color: #560a0e;
  font-size: 21px;
  font-weight: 600;
}
.about_01 .head + .img {
  margin-bottom: 98px;
  max-width: 800px;
}
.about_01 .text p {
  color: #555;
  font-size: 15px;
  line-height: calc(46 / 15);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_01 .container {
    display: block;
    padding-top: 108px;
  }
  .about_01 .head {
    margin-bottom: 41px;
  }
  .about_01 .head p {
    left: -7px;
    position: relative;
    width: 128px;
  }
  .about_01 .head p::after {
    left: 7px;
    margin: 15px 0 17px 0;
    margin-left: 0;
    position: relative;
  }
  .about_01 .head h2 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 44px;
  }
  .about_01 .head h3 {
    font-size: 16px;
    line-height: calc(35 / 15);
    padding: 0 10px;
  }
  .about_01 .head + .img {
    margin-bottom: 76px;
    padding: 0 10px;
  }
  .about_01 .text p {
    font-size: 14px;
    line-height: calc(34 / 14);
  }
}
/* ---------------------------------------------------------------------------
//  about_02
--------------------------------------------------------------------------- */
.about_02 .container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding-top: 215px;
  position: relative;
}
.about_02 .head {
  writing-mode: vertical-rl;
}
.about_02 .head h2 {
  color: #560a0e;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 2.3;
  position: relative;
  right: -10px;
}
.about_02 .head h2::before {
  background-image: url(../img/about/history.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 14px;
  border-left: 1px solid #560a0e;
  content: '';
  display: block;
  height: 57px;
  margin-left: 20px;
  width: 47px;
}
.about_02 .img {
  left: 0;
  position: absolute;
  top: 220px;
  width: 505px;
}
.about_02 .text {
  background: #f7f7f7;
  color: #555;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  line-height: calc(46 / 15);
  margin-bottom: 69px;
  margin-top: -40px;
  padding: 88px 68px 77px 230px;
  width: 930px;
}
.about_02 .ac {
  color: #555;
  font-weight: 500;
  margin: auto;
  width: 924px;
}
.about_02 .ac h3 {
  border-bottom: solid 1px #707070;
  font-size: 16px;
  font-weight: 500;
  padding: 30px 0;
}
.about_02 .ac ul li {
  border-bottom: 1px solid #707070;
  font-size: 14px;
  padding: 20px 0;
}
.about_02 .ac ul li p {
  display: flex;
}
.about_02 .ac ul li p span {
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .about_02 .container {
    display: block;
    padding-top: 140px;
  }
  .about_02 .head {
    position: absolute;
    right: 20px;
    top: 207px;
    z-index: 2;
  }
  .about_02 .head h2 {
    font-size: 20px;
    right: 0;
  }
  .about_02 .head h2::before {
    background-size: 12px;
    height: 61px;
    margin-left: 15px;
    width: 36px;
  }
  .about_02 .img {
    left: -20px;
    position: relative;
    top: 0;
    width: calc(100% - 140px);
    z-index: 1;
  }
  .about_02 .text {
    font-size: 14px;
    left: -20px;
    line-height: calc(31 / 14);
    margin-bottom: 80px;
    margin-top: -20px;
    padding: 95px 20px 66px;
    position: relative;
    width: calc(100% - 15px);
  }
  .about_02 .ac {
    width: 100%;
  }
  .about_02 .ac ul {
    display: none;
  }
  .about_02 .ac h3 {
    cursor: pointer;
    font-size: 16px;
    padding: 15px 0;
    position: relative;
    transition: .2s;
  }
  .about_02 .ac h3::before {
    background-image: url(../img/about/ac-arow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    height: 6px;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 0;
    transition: .2s;
    width: 15px;
  }
  .about_02 .ac h3.open::before {
    transform: rotate(-180deg);
  }
  .about_02 .ac ul li {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 0;
  }

  .about_02 .ac ul li p {
    display: block;
  }
  .about_02 .ac ul li p span {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
/* ---------------------------------------------------------------------------
//  about_03
--------------------------------------------------------------------------- */
.about_03 .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 303px;
}
.about_03 .bg {
  background-image: url(../img/about/about03-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 138px 0 157px;
}
.about_03 .bg .head {
  margin: 0 auto 60px;
  max-width: 1340px;
  padding: 0 20px;
}
.about_03 .bg .head h2 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
.about_03 .bg .head h2::before {
  background-image: url(../img/about/operating.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  margin-bottom: 52px;
  width: 129px;
}
.about_03 .bg .head h2::after {
  background: #fff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 64px;
}
.about_03 .bg .link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1300px;
}
.about_03 .bg .link-wrap a {
  border: solid 1px #fff;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  height: 154px;
  justify-content: center;
  line-height: calc(38 / 13);
  margin: 22px 26px;
  padding: 0 53px;
  transition: .2s;
  width: 519px;
}
.about_03 .bg .link-wrap h3 {
  font-size: 15px;
  line-height: calc(38 / 15);
}
@media (any-hover: hover) {
  .about_03 .bg .link-wrap a:hover {
    background: rgba(0, 0, 0, .6);
  }
}
@media screen and (max-width: 768px) {
  .about_03 .container {
    padding-top: 175px;
  }
  .about_03 .bg {
    background-image: url(../img/about/about03-bg_sp.jpg);
    padding: 77px 20px;
  }
  .about_03 .bg .head {
    margin-bottom: 48px;
    padding: 0;
  }
  .about_03 .bg .head h2 {
    font-size: 20px;
  }
  .about_03 .bg .head h2::before {
    margin-bottom: 36px;
  }
  .about_03 .bg .head h2::after {
    top: 32px;
  }
  .about_03 .bg .link-wrap {
    display: block;
  }
  .about_03 .bg .link-wrap a {
    height: auto;
    margin: 0 0 19px;
    min-height: 141px;
    padding: 20px;
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------
//  about_04
--------------------------------------------------------------------------- */
.about_04 .container {
  padding-top: 265px;
}
.about_04 .map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 900px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about_04 .container {
    padding-top: 70px;
  }
  .about_04 .map iframe {
    height: 480px;
  }
}
/* ---------------------------------------------------------------------------
//  about_05
--------------------------------------------------------------------------- */
.about_05 .container {
  display: flex;
  justify-content: space-between;
  padding-top: 287px;
}
.about_05 .head {
  width: 106px;
}
.about_05 .head h2 {
  color: #560a0e;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 9px;
  line-height: 2.3;
  position: relative;
  writing-mode: vertical-rl;
}
.about_05 .head h2::before {
  background-image: url(../img/about/profile.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 12px;
  border-left: 1px solid #560a0e;
  content: '';
  display: block;
  height: 57px;
  margin-left: 20px;
  width: 47px;
}
.about_05 .profile {
  width: 660px;
}
.about_05 .profile dl {
  color: #555;
  display: flex;
  line-height: calc(25 / 15);
}
.about_05 .profile dl + dl {
  margin-top: 38px;
}
.about_05 .profile dl dt {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  font-weight: 600;
  width: 140px;
}
.about_05 .profile dl dd {
  font-size: 15px;
  font-weight: 500;
  width: calc(100% - 140px);
}
.about_05 .img {
  margin-top: auto;
  width: 254px;
}
@media screen and (max-width: 768px) {
  .about_05 .container {
    display: block;
    padding-top: 120px;
  }
  .about_05 .head {
    margin-bottom: 60px;
    width: 100%;
  }
  .about_05 .head h2 {
    font-size: 20px;
    letter-spacing: 6px;
  }
  .about_05 .head h2::before {
    background-size: 12.5px;
    height: 61px;
    margin-left: 15px;
    width: 35px;
  }
  .about_05 .profile {
    margin-bottom: 64px;
    width: 100%;
  }
  .about_05 .profile dl {
    display: block;
    line-height: calc(25 / 14);
  }
  .about_05 .profile dl + dl {
    margin-top: 33px;
  }
  .about_05 .profile dl dt {
    width: 100%;
  }
  .about_05 .profile dl dd {
    font-size: 14px;
    width: 100%;
  }
  .about_05 .img {
    margin: auto;
    width: 184px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  news
------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------
//  archive_00
--------------------------------------------------------------------------- */
.archive_00 .container {
  max-width: 1000px;
  padding-top: 200px;
}
.archive_00 .link_area {
  color: #560a0e;
  display: flex;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  justify-content: space-between;
}
.archive_00 .link_area a {
  transition: .2s;
}
.archive_00 .link_area a:hover {
  background: #560a0e;
  color: #fff;
}
.post-type-archive-news .archive_00 .link_area .all a {
  background: #560a0e;
  color: #fff;
}
.archive_00 .link_area .all {
  width: 68px;
}
.archive_00 .link_area .all a {
  align-items: center;
  border: solid 1px;
  display: flex;
  height: calc(100% - 10px);
  justify-content: center;
  text-align: center;
}
.archive_00 .link_area .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  width: calc(100% - 78px);
}
.archive_00 .link_area .link_list::before, .archive_00 .link_area .link_list::after {
  content: '';
  order: 10;
  width: calc((100% - 30px) / 4);
}
.archive_00 .link_area .link_list li {
  margin-bottom: 10px;
  width: calc((100% - 30px) / 4);
}
.archive_00 .link_area .link_list li a {
  align-items: center;
  border: solid 1px;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  text-align: center;
}
.term-cat01 .archive_00 .link_area .link_list li a.cat01 {
  background: #560a0e;
  color: #fff;
}
.term-cat02 .archive_00 .link_area .link_list li a.cat02 {
  background: #560a0e;
  color: #fff;
}
.term-cat03 .archive_00 .link_area .link_list li a.cat03 {
  background: #560a0e;
  color: #fff;
}
.term-cat04 .archive_00 .link_area .link_list li a.cat04 {
  background: #560a0e;
  color: #fff;
}
.term-cat05 .archive_00 .link_area .link_list li a.cat05 {
  background: #560a0e;
  color: #fff;
}
.term-cat06 .archive_00 .link_area .link_list li a.cat06 {
  background: #560a0e;
  color: #fff;
}
.term-cat07 .archive_00 .link_area .link_list li a.cat07 {
  background: #560a0e;
  color: #fff;
}
.term-cat08 .archive_00 .link_area .link_list li a.cat08 {
  background: #560a0e;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .archive_00 .container {
    padding-top: 100px;
  }
  .archive_00 .link_area {
    font-size: 12px;
  }
  .archive_00 .link_area .all {
    width: 40px;
  }
  .archive_00 .link_area .all a {
    height: calc(100% - 5px);
  }
  .archive_00 .link_area .link_list {
    width: calc(100% - 45px);
  }
  .archive_00 .link_area .link_list::before, .archive_00 .link_area .link_list::after {
    display: none;
  }
  .archive_00 .link_area .link_list li {
    margin-bottom: 5px;
    width: calc((100% - 5px) / 2);
  }
  .archive_00 .link_area .link_list li a {
    padding: 2px 5px;
  }
}
/* ---------------------------------------------------------------------------
//  archive_01
--------------------------------------------------------------------------- */
.archive_01 .container {
  max-width: 1000px;
  padding-top: 100px;
}
.archive_01 ul li {
  border-bottom: 1px solid #707070;
  position: relative;
}
.archive_01 ul li::after {
  background-image: url(../img/top/list-arow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 18px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transition: .2s;
  width: 10px;
}
.archive_01 ul li a {
  display: block;
  padding: 32px 48px 20px 32px;
  transition: .2s;
}
.archive_01 ul li a .info {
  display: flex;
}
.archive_01 ul li a .label {
  align-items: center;
  border: solid 1px;
  color: #560a0e;
  display: flex;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  height: 21px;
  justify-content: center;
  margin-bottom: 20px;
  width: 215px;
}
.archive_01 ul li a time {
  color: #666;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  margin-right: 15px;
}
.archive_01 ul li a p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
}
@media (any-hover: hover) {
  .archive_01 ul li:hover a {
    opacity: .8;
  }
  .archive_01 ul li:hover:after {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .archive_01 .container {
    display: block;
    padding-top: 65px;
  }
  .archive_01 ul {
    width: 100%;
  }
  .archive_01 ul li::after {
    display: none;
  }
  .archive_01 ul li a {
    padding: 20px 0;
    transition: .2s;
  }
  .archive_01 ul li a .label {
    font-size: 12px;
    width: 150px;
  }
  .archive_01 ul li a time {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
/* ---------------------------------------------------------------------------
//  ページネーション(親テーマからコピー)
--------------------------------------------------------------------------- */
.pagination_wrapper {
  margin-top: 3.4rem;
  text-align: center;
}
.pagination_wrapper .pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pagination_wrapper .pagination .page-link {
  align-items: center;
  border: 1px solid var(--general-border-color, #e7e7e7);
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 2.8rem;
  justify-content: center;
  width: 2.8rem;
}
.pagination_wrapper .pagination .page-link.current {
  background-color: var(--btn-hover-bg-color, #424242);
  color: var(--btn-hover-text-color, #fff);
}
.pagination_wrapper .pagination .page-link:hover {
  background-color: var(--btn-hover-bg-color, #424242);
  color: var(--btn-hover-text-color, #fff);
}

@media screen and (min-width: 768px) {
  .pagination_wrapper {
    margin-top: 5.7rem;
  }
  .pagination_wrapper .pagination .page-link {
    height: 3.5rem;
    width: 3.5rem;
  }
}
/* ---------------------------------------------------------------------------
//  news_01
--------------------------------------------------------------------------- */
.news_01 .container {
  max-width: 1000px;
  padding-top: 100px;
}
.news_01 .head {
  margin-bottom: 100px;
}
.news_01 .head time {
  color: #666;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.news_01 .head h2 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(21 / 14);
}
.news_01 .wp_edit {
  line-height: 1.8;
  margin-bottom: 100px;
}
.news_01 .wp_edit * {
  max-width: 100%;
}
.news_01 .wp_edit p {
  margin: 3.4rem 0;
}
@media screen and (max-width: 768px) {
  .news_01 .container {
    padding-top: 65px;
  }
  .news_01 .head {
    margin-bottom: 40px;
  }
  .news_01 .head time {
    font-size: 14px;
  }
  .news_01 .head h2 {
    font-size: 18px;
  }
  .news_01 .wp_edit {
    margin-bottom: 65px;
  }
  .news_01 .wp_edit p {
    margin: 2.9rem 0;
  }
}

/* ---------------------------------------------------------------------------
//  contact_01
--------------------------------------------------------------------------- */
.contact_01 .container {
  color: #707070;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  padding-top: 100px;
}
.contact_01 .wrap {
  border: solid 1px #898989;
  padding: 90px 20px 100px;
}
.contact_01 form {
  margin: auto;
  max-width: 1050px;
}
.contact_01 form dl + dl {
  margin-top: 50px;
}
.contact_01 form dl {
  display: flex;
}
.contact_01 form dl dt {
  color: #560a0e;
  font-weight: bold;
  padding-top: 20px;
  width: 250px;
}
.contact_01 form dl dd {
  width: calc(100% - 250px);
}
.contact_01 form dl dd input[type='text'], .contact_01 form dl dd input[type='email'], .contact_01 form dl dd.confirm p {
  background: #fff;
  border: solid 1px #48716e;
  border-radius: 10px;
  padding: 20px;
}
.contact_01 form dl.last dd.confirm.confirm p {
  border: none;
}
.contact_01 form dl dd textarea {
  background: #fff;
  border: solid 1px #48716e;
  border-radius: 10px;
  height: 400px;
  padding: 20px;
  resize: none;
}
.contact_01 form dl dd a {
  display: block;
  font-weight: 500;
  margin: 20px 0;
}
.contact_01 form dl dd a:hover {
  text-decoration: underline;
}
.contact_01 form dl dd .wpcf7-list-item {
  margin: 0;
}
.contact_01 form dl dd [type='checkbox'] {
  appearance: inherit;
}
.contact_01 form input[type='submit'] {
  align-items: center;
  background: #808080;
  border: solid 1px #808080;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 60px;
  justify-content: center;
  margin: auto;
  margin-top: 100px;
  transition: .2s;
  width: 200px;
}
.contact_01 form input[type='submit']:disabled {
  opacity: .7;
}
.contact_01 form input[type='submit']:disabled:hover {
  background: #808080;
  color: #fff;
}
.contact_01 form input[type='submit']:hover {
  background: #fff;
  color: #808080;
}
.contact_01 form .btns > p {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.contact_01 form .btns input[type='submit'] {
  margin: 0;
  margin-left: 40px;
}
.contact_01 form .prev {
  align-items: center;
  background: #f7f7f7;
  border: solid 1px #808080;
  color: #808080;
  display: flex;
  font-size: 14px;
  height: 60px;
  justify-content: center;
  transition: .2s;
  width: 200px;
}.contact_01 form .prev:hover {
  background: #fff;
}
.thanks .wrap {
  align-items: center;
  border: none;
  display: flex;
  flex-direction: column;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  padding: 0 20px;
}
.thanks .wrap h3 {
  font-size: 21px;
  margin-bottom: 68px;
  max-width: 800px;
  text-align: center;
}
.thanks .wrap h3 + p {
  margin-bottom: 100px;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .contact_01 .container {
    padding-top: 50px;
  }
  .contact_01 .wrap {
    padding: 30px 10px;
  }
  .contact_01 form dl + dl {
    margin-top: 30px;
  }
  .contact_01 form dl {
    display: block;
  }
  .contact_01 form dl dt {
    margin-bottom: 10px;
    padding-top: 0;
    width: 100%;
  }
  .contact_01 form dl dd {
    width: 100%;
  }
  .contact_01 form dl dd input[type='text'], .contact_01 form dl dd input[type='email'], .contact_01 form dl dd.confirm p {
    border-radius: 5px;
    padding: 5px 10px;
  }
  .contact_01 form dl dd textarea {
    border-radius: 5px;
    height: 200px;
    padding: 5px 10px;
  }
  .contact_01 form dl dd a {
    margin: 10px 0;
  }
  .contact_01 form input[type='submit'] {
    height: 40px;
    margin-top: 50px;
  }
  .contact_01 form .btns > p {
    display: block;
    margin-top: 50px;
  }
  .contact_01 form .btns input[type='submit'] {
    margin: 0 auto 30px;
  }
  .contact_01 form .prev {
    height: 40px;
    margin: auto;
  }
  .thanks .wrap h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .thanks .wrap h3 + p {
    font-size: 14px;
    margin-bottom: 50px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------
//  recruit_archive
------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------
//  recruit_archive_01
--------------------------------------------------------------------------- */
.recruit_archive_01 .container {
  padding-top: 167px;
}
.recruit_archive_01 .head {
  margin-bottom: 100px;
}
.recruit_archive_01 .head h2 {
  color: #560a0e;
  font-size: 24px;
  font-weight: 600;
  line-height: calc(35 / 16);
  text-align: center;
}
.recruit_archive_01 .text {
  height: 511px;
  overflow-y: hidden;
  position: relative;
  transition: .2s;
}
.recruit_archive_01 .text.open {
  height: auto;
  padding-bottom: 300px;
}
.recruit_archive_01 .text p {
  color: #555;
  line-height: calc(50 / 16);
  text-align: center;
}
.recruit_archive_01 .text::after {
  background-image: url(../img/recruit/hidden.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 100% 410px;
  bottom: 0;
  content: '';
  height: 410px;
  position: absolute;
  transition: .2s;
  width: 100%;
  z-index: 2;
}
.recruit_archive_01 .text.open::after {
  opacity: 0;
  pointer-events: none;
}
.recruit_archive_01 .more {
  align-items: center;
  border-bottom: 1px solid #707070;
  bottom: 145px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  padding: 15px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 145px;
  z-index: 3;
}
.recruit_archive_01 .more::after {
  background-image: url(../img/recruit/arow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #555;
  content: '';
  height: 4.5px;
  margin-left: 20px;
  width: 10px;
}
.recruit_archive_01 .open .more {
  font-size: 0;
}
.recruit_archive_01 .open .more::before {
  content: '閉じる';
  font-size: 16px;
}
.recruit_archive_01 .open .more::after {
  transform: rotate(180deg);
}
@media (any-hover: hover) {
  .recruit_archive_01 .more:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  .recruit_archive_01 .container {
    padding-top: 100px;
  }
  .recruit_archive_01 .head {
    margin-bottom: 50px;
  }
  .recruit_archive_01 .head h2 {
    color: #560a0e;
    font-size: 16px;
    text-align: left;
  }
  .recruit_archive_01 .text {
    height: 200px;
  }
  .recruit_archive_01 .text.open {
    height: auto;
    padding-bottom: 130px;
  }
  .recruit_archive_01 .text p {
    font-size: 14px;
    line-height: calc(34 / 14);
    text-align: left;
  }
  .recruit_archive_01 .text::after {
    background-size: 100% 200px;
    height: 200px;
  }
  .recruit_archive_01 .more {
    bottom: 50px;
  }
}
/* ---------------------------------------------------------------------------
//  recruit_archive_02
--------------------------------------------------------------------------- */
.recruit_archive_02 .container {
  padding-top: 100px;
}
.shop_archive {
  display: flex;
  margin: auto;
  margin-bottom: 126px;
  max-width: 1312px;
}
.shop_archive li {
  margin: 6px;
  width: calc((100% - 50px) / 5);
}
.shop_archive li a {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  height: 174px;
  justify-content: center;
  text-align: center;
  transition: .2s;
  width: 100%;
}
.shop_archive li:nth-of-type(1) a {
  background: #560a0e;
  color: #fff;
}
.shop_archive li a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 76px;
  margin-bottom: 14px;
  width: 90px;
}
.shop_archive li:nth-of-type(1) a:before {
  display: none;
}
.shop_archive li a.shop01::before {
  background-image: url(../img/recruit/shop-min01.png);
}
.shop_archive li a.shop02::before {
  background-image: url(../img/recruit/shop-min02.png);
}
.shop_archive li a.shop03::before {
  background-image: url(../img/recruit/shop-min03.png);
}
.shop_archive li a.shop04::before {
  background-image: url(../img/recruit/shop-min04.png);
}

.recruit_archive {
  margin: auto;
  max-width: 1300px;
}
.recruit_archive li a {
  border-bottom: 1px solid #707070;
  display: flex;
  padding: 32px 0 40px;
  transition: .2s;
}
.recruit_archive li a .logo {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 370px;
}
.recruit_archive li a .logo .img {
  width: 191px;
}
.recruit_archive li a .text {
  color: #555;
  width: calc(100% - 370px);
}
.recruit_archive li a .text .tag_area {
  display: flex;
  margin-bottom: 15px;
}
.recruit_archive li a .text .tag_area .tag {
  align-items: center;
  background: #560a0e;
  color: #fff;
  display: flex;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  font-weight: 600;
  height: 34px;
  justify-content: center;
  margin: 8px;
  width: calc((100% - 64px) / 4);
}
.recruit_archive li a .text time {
  color: #560a0e;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: calc(40 / 15);
  padding-left: 8px;
}
.recruit_archive li a .text .title {
  font-size: 15px;
  font-weight: normal;
  line-height: calc(40 / 15);
  padding-left: 8px;
}
.recruit_archive li a .text .address {
  display: flex;
  font-size: 15px;
  font-weight: normal;
  line-height: calc(40 / 15);
  padding-left: 8px;
}
.recruit_archive li a .text .address dt {
  font-weight: normal;
  width: 80px;
}
.recruit_archive li a .text .address dd {
  width: calc(100% - 80px);
}
.recruit_archive li a .text .address dd span {
  display: block;
}
@media (any-hover: hover) {
  .shop_archive li a:hover {
    opacity: .7;
  }
  .recruit_archive li a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  .recruit_archive_02 .container {
    padding-top: 50px;
  }
  .shop_archive {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .shop_archive li {
    margin: 0;
    margin-bottom: 5px;
    width: calc((100% - 5px) / 2);
  }
  .shop_archive li:nth-of-type(1) {
    width: 100%;
  }
  .shop_archive li a {
    font-size: 12px;
    height: 80px;
    text-align: center;
  }
  .shop_archive li:nth-of-type(1) a {
    height: 40px;
  }
  .shop_archive li a::before {
    height: 40px;
    margin-bottom: 5px;
    width: 100%;
  }
  .recruit_archive li a {
    display: block;
    padding: 20px 0 ;
  }
  .recruit_archive li a .logo {
    margin-bottom: 30px;
    width: 100%;
  }
  .recruit_archive li a .logo .img {
    width: 191px;
  }
  .recruit_archive li a .text {
    color: #555;
    width: 100%;
  }
  .recruit_archive li a .text .tag_area {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .recruit_archive li a .text .tag_area .tag {
    font-size: 12px;
    height: 20px;
    margin: 0;
    margin-bottom: 5px;
    width: calc((100% - 10px) / 3);
  }
  .recruit_archive li a .text time {
    font-size: 14px;
    line-height: calc(34 / 14);
    padding-left: 0;
  }
  .recruit_archive li a .text .title {
    font-size: 14px;
    line-height: calc(34 / 14);
    padding-left: 0;
  }
  .recruit_archive li a .text .address {
    font-size: 12px;
    line-height: calc(34 / 14);
    padding-left: 0;
  }
  .recruit_archive li a .text .address dt {
    width: 50px;
  }
  .recruit_archive li a .text .address dd {
    width: calc(100% - 50px);
  }
}
/* ---------------------------------------------------------------------------
//  recruit_single_01
--------------------------------------------------------------------------- */
.recruit_single_01 .container {
  padding-bottom: 100px;
  padding-top: 100px;
}
.recruit_single_01 .recruit_archive {
  margin-bottom: 100px ;
}
.recruit_single_01 .recruit_archive li a:hover {
  opacity: 1;
}
.recruit_single_01 .thumb {
  margin: 100px auto;
  max-width: 1240px;
}
.recruit_single_01 .comment {
  font-size: 15px;
  font-weight: 500;
  /* line-height: calc(50 / 15); */
  line-height: 1.8;
  margin: 100px auto;
  max-width: 1240px;
}
.recruit_single_01 .comment > p > img {
  width: 100%;
}
.recruit_single_01 .comment > p {
  margin: 3.4rem 0;
}
.recruit_single_01 .info_list {
  background: #f7f7f7;
  color: #555;
  margin: 100px auto;
  max-width: 1240px;
  padding: 40px;
}
.recruit_single_01 .info_list dl {
  display: flex;
  line-height: calc(40 / 16);
  margin: auto;
  max-width: 1000px;
  padding: 40px 20px;
}
.recruit_single_01 .info_list li + li dl {
  border-top: 1px solid #707070;
}
.recruit_single_01 .info_list dl dt {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  width: 153px;
}
.recruit_single_01 .info_list dl dd {
  font-weight: 600;
  width: calc(100% - 153px);
}
.recruit_single_01 .btnA {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .recruit_single_01 .container {
    padding-bottom: 0;
    padding-top: 50px;
  }
  .recruit_single_01 .recruit_archive {
    margin-bottom: 50px ;
  }
  .recruit_single_01 .thumb {
    margin: 50px auto;
  }
  .recruit_single_01 .comment {
    color: #555;
    font-size: 14px;
    /* line-height: calc(34 / 14); */
    margin: 50px auto;
    text-align: left;
  }
  .recruit_single_01 .comment > p {
    margin: 2.9rem 0;
  }
  .recruit_single_01 .info_list {
    margin: 50px auto;
    padding: 10px 10px;
  }
  .recruit_single_01 .info_list dl {
    display: block;
    line-height: calc(34 / 14);
    padding: 20px 10px;
  }
  .recruit_single_01 .info_list dl dt {
    font-size: 14px;
    width: 100%;
  }
  .recruit_single_01 .info_list dl dd {
    font-size: 14px;
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------
//  商品カテゴリーページにカテゴリーリンク設置
--------------------------------------------------------------------------- */
.category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.category_list li {
  background: #560a0e;
  color: #fff;
  width: calc((100% - 120px) / 7);
}
.category_list li a {
  align-items: center;
  display: flex;
  font-size: 15px;
  height: 34px;
  justify-content: center;
  transition: .2s;
  width: 100%;
}
.category_list li a:hover {
  color: #fff!important;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .category_list {
    margin-bottom: 40px;
  }
  .category_list li {
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);;
  }
  .category_list li:first-of-type {
    width: 100%;
  }
  .category_list li a {
    font-size: 14px;
    height: 34px;
  }
}
/* ---------------------------------------------------------------------------
//  pc/sp
--------------------------------------------------------------------------- */
.forSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}
