/*--------------------------------------------
CONSTRUCTION
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-conts {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .page-conts {
    margin-bottom: 100px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .page-wrap {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media print, screen and (min-width: 769px) {
  .page-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 712px;
  }
}

/*--------------------------------------------
MAIN VISUAL
---------------------------------------------*/
#mv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
}
#mv .wrap {
  height: 100%;
  position: relative;
}
#mv .wrap .mv-tit {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
#mv .wrap .mv-tit h2 {
  background-color: #E16A0F;
  display: inline-block;
  text-transform: capitalize;
}
#mv .wrap .mv-tit h3.head-border {
  display: flex;
  align-items: center;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
#mv .wrap .mv-tit h3.head-border:before, #mv .wrap .mv-tit h3.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
}
#mv .wrap .mv-tit h3.head-border:before {
  background-color: #fff;
  margin-right: 1rem;
}
#mv .wrap .mv-tit h3.head-border:after {
  background-color: transparent;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  #mv {
    height: 152px;
    margin-top: 90px;
  }
  #mv .wrap .mv-tit h2 {
    border-radius: 5px;
    font-size: 2.2rem;
    margin-bottom: 10px;
    padding: 2px 30px 4px;
  }
  #mv .wrap .mv-tit h3 {
    font-size: 1.8rem;
  }
  .news #mv {
    background-image: url(../img/news/news-mv_sp.jpg);
  }
}
@media print, screen and (min-width: 769px) {
  #mv {
    height: 296px;
    margin-top: 108px;
  }
  #mv .wrap .mv-tit h2 {
    border-radius: 8px;
    font-size: 3.3rem;
    margin-bottom: 15px;
    padding: 4px 48px 8px;
  }
  #mv .wrap .mv-tit h3 {
    font-size: 2.7rem;
  }
  .news #mv {
    background-image: url(../img/news/news-mv_pc.jpg);
  }
}
/*--------------------------------------------
TEXT
---------------------------------------------*/
.page-conts .page-wrap h4 {
  line-height: 1.75;
}
.page-conts .page-wrap p {
  line-height: 1.75;
  margin-bottom: 1.5em;
}

/*--------------------------------------------
LIST
---------------------------------------------*/
.page-conts .li-lined + .li-lined {
  border-top: 1px solid #ABA19A;
  padding-top: 20px;
}
.page-conts .li-lined p {
  margin-bottom: 20px;
}
.page-conts .li-lined a {
  text-decoration: none;
}

/*--------------------------------------------
COMPANY, RECRUIT
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-conts .li-lined {
    font-size: 1.6rem;
    margin-left: -12px;
    margin-right: -12px;
  }
  .page-conts .li-lined h4,
  .page-conts .li-lined p {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*--------------------------------------------
NEWS
---------------------------------------------*/
.news main .wrap ul.news-list a.linkto {
  display: inline-block;
  margin-top: 1.5em;
  text-decoration: none;
}
.news main .wrap ul.news-list a.linkto:before {
  background-color: #E16A0F;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.news main .wrap ul.news-list li .type {
  align-items: center;
  background-color: #E16A0F;
  color: #fff;
  display: inline-flex;
  justify-content: center;
}
.news main .wrap ul.news-list li .date {
  font-weight: 300;
}
.news main .wrap ul.news-list li dl {
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .news main .wrap ul.news-list > li + li {
    margin-top: 50px;
  }
  .news main .wrap ul.news-list > li .type {
    border-radius: 5px;
    font-size: 1.5rem;
    height: 21px;
    margin: 0 15px 15px;
    padding: 0 15px;
    min-width: 81px;
  }
  .news main .wrap ul.news-list > li .date {
    font-size: 1.5rem;
    margin: 0 15px 10px;
  }
  .news main .wrap ul.news-list > li dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 15px 15px;
    position: relative;
  }
  .news main .wrap ul.news-list > li dd div.img-wrap {
    margin-bottom: 20px;
  }
  .news main .wrap ul.news-list > li dd div.text-wrap {
    line-height: 1.64;
    margin: 0 15px;
  }
  .news main .wrap ul.news-list > li dd div.text-wrap p {
    margin-bottom: 1em;
  }
  .news main .wrap ul.news-list > li dd div.text-wrap ul {
    list-style: initial;
    list-style-position: inside;
  }
  .news main .wrap ul.news-list > li dd div.text-wrap ol {
    list-style: decimal;
    list-style-position: inside;
  }
}
@media print, screen and (min-width: 769px) {
  .news main .wrap ul.news-list {
    margin: 0 120px;
  }
  .news main .wrap ul.news-list > li + li {
    margin-top: 80px;
  }
  .news main .wrap ul.news-list > li .type {
    border-radius: 6px;
    font-size: 1.8rem;
    height: 26px;
    margin-bottom: 20px;
    padding: 0 12px;
    min-width: 100px;
  }
  .news main .wrap ul.news-list > li .date {
    margin-bottom: 15px;
  }
  .news main .wrap ul.news-list > li dt {
    margin-bottom: 30px;
  }
  .news main .wrap ul.news-list > li dd {
    display: flex;
    justify-content: space-between;
    line-height: 1.875;
  }
  .news main .wrap ul.news-list > li dd div {
    flex: 1;
  }
  .news main .wrap ul.news-list > li dd div.img-wrap {
    margin-right: 3.6%;
    width: 48.2%;
  }
  .news main .wrap ul.news-list > li dd div.text-wrap p {
    margin-bottom: 1em;
  }
  .news main .wrap ul.news-list > li dd div.text-wrap ul {
    list-style: initial;
    list-style-position: inside;
  }
  .news main .wrap ul.news-list > li dd div.text-wrap ol {
    list-style: decimal;
    list-style-position: inside;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .news main .wrap ul.news-list {
    margin: 0 6.3%;
  }
}
/* wp-pagenavi custom */
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  align-items: center;
  border: 0;
  display: flex;
}
.wp-pagenavi a {
  transition: all 0.3s ease-in;
}
.wp-pagenavi a:hover {
  background: #948f8c;
}
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .current {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
  background: #C0B8B3;
}
.wp-pagenavi .current {
  background: #E16A0F;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 50px;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .current {
    height: 32px;
    margin-left: 6px;
    width: 32px;
  }
  .wp-pagenavi .extend + a {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .current {
    height: 38px;
    margin-left: 10px;
    width: 38px;
  }
  .wp-pagenavi .extend + a {
    margin-left: 0;
  }
}
/*--------------------------------------------
CONTACT
---------------------------------------------*/
.contact main .page-wrap h4 {
  color: #2D1503;
  font-size: 2rem;
  position: relative;
  text-align: center;
}
.contact main .page-wrap h4:before {
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.contact main .page-wrap .inquiry-tel h4 {
  padding-top: 66px;
}
.contact main .page-wrap .inquiry-tel h4:before {
  background: url(../img/common/icon/icon-tel-brown.svg) no-repeat 0 0/contain;
  height: 48px;
  width: 48px;
}
.contact main .page-wrap .inquiry-tel .conts {
  margin-top: 30px;
}
.contact main .page-wrap .inquiry-tel .conts h5 {
  margin-bottom: 20px;
}
.contact main .page-wrap .inquiry-tel .conts .tel-num {
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
}
.contact main .page-wrap .inquiry-tel .conts h6 {
  line-height: 1.75;
}
.contact main .page-wrap .inquiry-tel .conts h6 + p {
  margin-bottom: 0;
}
.contact main .page-wrap .inquiry-email h4 {
  padding-top: 50px;
}
.contact main .page-wrap .inquiry-email h4:before {
  background: url(../img/common/icon/icon-contact-brown.svg) no-repeat 0 0/contain;
  height: 32px;
  width: 48px;
}
.contact main .page-wrap .inquiry-email > p {
  margin-top: 15px;
  text-align: center;
}
.contact main .page-wrap .conts a {
  color: #2D1503;
  text-decoration: none;
}
.contact main .page-wrap .conts > div {
  border: 1px solid #333;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact main .page-wrap {
    font-size: 1.6rem;
    padding-left: 4.8%;
    padding-right: 4.8%;
  }
  .contact main .page-wrap .inquiry-tel {
    margin-bottom: 40px;
  }
  .contact main .page-wrap .inquiry-tel .conts div + div {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .contact main .page-wrap .inquiry-tel {
    margin-bottom: 80px;
  }
  .contact main .page-wrap .inquiry-tel .conts {
    display: flex;
    justify-content: space-between;
  }
  .contact main .page-wrap .inquiry-tel .conts > div {
    width: 48%;
  }
}
/* contact form */
.wpcf7 dl {
  width: 100%;
}
.wpcf7 dl + dl {
  margin-top: 25px;
}
.wpcf7 dl.radio dd {
  padding-left: 1rem;
}
.wpcf7 dl dt {
  margin-bottom: 10px;
  position: relative;
}
.wpcf7 dl dt span {
  border: 1px solid #E16A0F;
  color: #E16A0F;
  font-size: 1.3rem;
  padding: 2px 12px;
  position: absolute;
  right: 0;
}
.wpcf7 .wpcf7-form {
  width: 100%;
}
.wpcf7 .wpcf7-form input[type=text],
.wpcf7 .wpcf7-form input[type=email],
.wpcf7 .wpcf7-form textarea {
  background: #F0EEEC;
  border: 0;
  padding: 10px;
  width: 100%;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
.wpcf7 .submit-wrap {
  margin-top: 30px;
  text-align: center;
}
.wpcf7 .submit-wrap input[type=submit] {
  background: #4D3028;
  color: #fff;
  font-size: 1.8rem;
  height: 56px;
  margin-left: 72px;
  width: 145px;
}

@media screen and (max-width: 768px) {
  .wpcf7 dl.radio {
    margin-bottom: 30px;
  }
  .wpcf7 dl.radio dd .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 10px;
  }
  .wpcf7 dl dt {
    margin-left: 10px;
  }
  .wpcf7 .submit-wrap input[type=submit] {
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .wpcf7 dl.radio {
    margin-bottom: 70px;
  }
  .wpcf7 dl.radio dd .wpcf7-list-item {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .wpcf7 .submit-wrap input[type=submit] {
    border-radius: 10px;
  }
}/*# sourceMappingURL=page.css.map */