@charset "UTF-8";
*, *::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
}

.headline {
  font-size: 64px;
}

.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header.change-color {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p {
  font-size: 18px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  p {
    font-size: 15px;
  }
}

@media screen and (max-width: 599px) {
  p {
    font-size: 12.5px;
  }
}

.sec .headline {
  font-size: 64px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .sec .headline {
    font-size: 48px;
  }
}

@media screen and (max-width: 599px) {
  .sec .headline {
    font-size: 24px;
  }
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.btn a button {
  color: #333;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 599px) {
  .btn a button {
    margin-right: 10px;
    font-size: 12px;
  }
}

.btn a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #A59072;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 599px) {
  .btn a span {
    width: 30px;
    height: 30px;
  }
}

.btn a span i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

#contents_topMain {
  position: relative;
  width: 100%;
  height: 400px;
}

#contents_topMain::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(217, 211, 203, 0.8);
}

@media screen and (max-width: 599px) {
  #contents_topMain {
    height: 195px;
  }
}

#contents_topMain h2 {
  padding-top: 210px;
  padding-left: 80px;
  color: #fff;
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 20px;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contents_topMain h2 {
    font-size: 56px;
    letter-spacing: 15px;
  }
}

@media screen and (max-width: 599px) {
  #contents_topMain h2 {
    padding-top: 120px;
    padding-left: 20px;
    font-size: 24px;
    letter-spacing: 5px;
  }
}

#contents_topMain p {
  padding-left: 80px;
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 599px) {
  #contents_topMain p {
    padding-left: 20px;
    font-size: 12.5px;
  }
}

.breadCrumbs {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .breadCrumbs {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .breadCrumbs {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.breadCrumbs p {
  font-size: 11.5px;
}

@media screen and (max-width: 599px) {
  .breadCrumbs p {
    font-size: 9px;
  }
}

.breadCrumbs p a {
  color: #6A6A6A;
}

.breadCrumbs p span {
  margin: 0 20px;
}

@media screen and (max-width: 599px) {
  .breadCrumbs p span {
    margin: 0 10px;
  }
}

.page-contents_title {
  width: 100%;
  margin: auto;
  margin-bottom: 120px;
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .page-contents_title {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .page-contents_title {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.page-contents_title h2 {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 48px;
  letter-spacing: 10px;
  font-family: "pt-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .page-contents_title h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 599px) {
  .page-contents_title h2 {
    font-size: 18px;
    letter-spacing: 5px;
  }
}

.page-contents_title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 120%;
  height: 2px;
  background-color: #333;
}

.navigation {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  .navigation {
    margin-bottom: 40px;
  }
}

header {
  z-index: 999;
}

header #header_pc {
  z-index: 999;
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  padding: 0 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  header #header_pc {
    display: none;
  }
}

header #header_pc .header_pc_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #header_pc .header_pc_right .header_menu .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

header #header_pc .header_pc_right .header_menu .tel .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  border-right: 1px solid #333;
}

header #header_pc .header_pc_right .header_menu .tel .number i::before {
  color: #D9D3CB;
  font-size: 24px;
}

header #header_pc .header_pc_right .header_menu .tel .number a {
  text-decoration: none;
  color: #333;
}

header #header_pc .header_pc_right .header_menu .tel .number a span {
  font-size: 24px;
  font-weight: 700;
  padding-left: 10px;
}

header #header_pc .header_pc_right .header_menu .tel .time {
  padding-left: 20px;
}

header #header_pc .header_pc_right .header_menu .menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #header_pc .header_pc_right .header_menu .menu ul li {
  margin: 0 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header #header_pc .header_pc_right .header_menu .menu ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header #header_pc .header_pc_right .header_menu .menu ul li a {
  text-decoration: none;
  color: #333;
}

header #header_pc .header_pc_right .header_menu .menu ul li:last-child {
  margin-right: 0;
}

header #header_pc .header_pc_right .header_menu_contact {
  margin-left: 40px;
}

header #header_pc .header_pc_right .header_menu_contact a {
  text-decoration: none;
}

header #header_pc .header_pc_right .header_menu_contact a button {
  padding: 15px 80px;
  border-radius: 100px;
  border: none;
  background-color: #D89335;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header #header_pc .header_pc_right .header_menu_contact a button:hover {
  background-color: #f9ce91;
  color: #fff;
}

#header_sp {
  position: fixed;
  width: 100%;
  height: 48px;
  z-index: 10000;
  /*　ハンバーガーボタン　*/
  /* ナビ開いてる時のボタン */
  /* このクラスを、jQueryで付与・削除する */
}

@media screen and (min-width: 1441px) {
  #header_sp {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #header_sp {
    height: 60px;
  }
}

#header_sp .header_logo {
  margin-left: 40px;
}

@media screen and (max-width: 599px) {
  #header_sp .header_logo img {
    width: 50px;
    margin-left: 0px;
  }
}

#header_sp .hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 20px;
  top: 2px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  background-color: #D89335;
}

@media screen and (max-width: 599px) {
  #header_sp .hamburger {
    right: 0;
    top: 0;
  }
}

#header_sp .hamburger span {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header_sp .hamburger p {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 9px;
  color: #fff;
}

#header_sp .hamburger span:nth-child(1) {
  top: 7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#header_sp .hamburger span:nth-child(2) {
  top: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#header_sp .hamburger span:nth-child(3) {
  top: 21px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#header_sp .hamburger.active span:nth-child(1) {
  top: 16px;
  left: 10px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header_sp .hamburger.active span:nth-child(2),
#header_sp .hamburger.active span:nth-child(3) {
  top: 16px;
  left: 10px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header_sp nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(216, 147, 53, 0.7);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#header_sp nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#header_sp nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: .4s all;
  transition: .4s all;
  margin-bottom: 40px;
}

#header_sp nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

#header_sp nav.globalMenuSp ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#header_sp nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 12.5px;
}

#header_sp nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

#top_main {
  width: 100%;
  text-align: end;
  padding-top: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main {
    padding-top: 60px;
  }
}

@media screen and (max-width: 599px) {
  #top_main {
    padding-top: 48px;
  }
}

#top_main img {
  vertical-align: top;
  border-radius: 60px 0  0 60px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_main img {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  #top_main img {
    width: 95%;
    border-radius: 30px 0  0 30px;
  }
}

#top_service {
  height: 600px;
  position: relative;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service {
    height: 450px;
  }
}

@media screen and (max-width: 599px) {
  #top_service {
    height: 300px;
  }
}

#top_service .top_service_bg01 {
  width: 40%;
  height: 400px;
  background-color: #D9D3CB;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_bg01 {
    height: 250px;
  }
}

@media screen and (max-width: 599px) {
  #top_service .top_service_bg01 {
    height: 150px;
  }
}

#top_service .top_service_image {
  position: absolute;
  top: 120px;
  right: 200px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_image {
    top: 80px;
    right: 80px;
    text-align: end;
  }
}

@media screen and (max-width: 599px) {
  #top_service .top_service_image {
    top: 20px;
    right: 20px;
    text-align: end;
  }
}

#top_service .top_service_image .pc_img {
  border-radius: 60px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_image .pc_img {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  #top_service .top_service_image .pc_img {
    display: none;
  }
}

#top_service .top_service_image .sp_image {
  width: 50%;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 1441px) {
  #top_service .top_service_image .sp_image {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_service .top_service_image .sp_image {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_image .sp_image {
    display: none;
  }
}

#top_service .top_service_image .sp_image .sp_img {
  width: 100%;
  border-radius: 30px;
}

#top_service .top_service_image .sp_image p {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
}

#top_service .top_service_contents {
  padding-left: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_contents {
    padding-left: 40px;
  }
}

@media screen and (max-width: 599px) {
  #top_service .top_service_contents {
    padding-left: 20px;
  }
}

#top_service .top_service_contents .sec {
  padding-top: 80px;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_contents .sec {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  #top_service .top_service_contents .sec {
    padding-top: 20px;
    margin-bottom: 10px;
  }
}

#top_service .top_service_contents .sec .headline {
  color: #D89335;
}

#top_service .top_service_contents .top_service_text {
  width: 47%;
}

@media screen and (max-width: 599px) {
  #top_service .top_service_contents .top_service_text {
    width: 88%;
  }
}

#top_service .top_service_contents .top_service_text h3 {
  font-size: 21px;
  margin-bottom: 20px;
  color: #D89335;
}

@media screen and (max-width: 599px) {
  #top_service .top_service_contents .top_service_text h3 {
    font-size: 15px;
  }
}

#top_service .top_service_contents .top_service_text p {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_service .top_service_contents .top_service_text p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  #top_service .top_service_contents .top_service_text p {
    margin-bottom: 10px;
  }
}

#top_service .top_service_contents .btn {
  width: 20%;
}

@media screen and (max-width: 599px) {
  #top_service .top_service_contents .btn {
    width: 40%;
  }
}

#top_news {
  position: relative;
  height: 800px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news {
    height: 600px;
  }
}

@media screen and (max-width: 599px) {
  #top_news {
    height: 300px;
  }
}

#top_news .top_news_bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 800px;
  background-color: #D9D3CB;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news .top_news_bg01 {
    height: 600px;
  }
}

@media screen and (max-width: 599px) {
  #top_news .top_news_bg01 {
    height: 300px;
  }
}

#top_news .top_news_contents {
  width: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #D89335;
  padding: 40px 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news .top_news_contents {
    padding: 40px 80px;
  }
}

@media screen and (max-width: 599px) {
  #top_news .top_news_contents {
    width: 93%;
    padding: 40px 40px;
  }
}

#top_news .top_news_contents .sec {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  #top_news .top_news_contents .sec {
    margin-bottom: 10px;
  }
}

#top_news .top_news_contents .sec .headline {
  color: #fff;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news .top_news_contents .top_news_content {
    width: 100%;
  }
}

#top_news .top_news_contents .top_news_content ul {
  list-style: none;
  width: 60%;
  margin: auto;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_news .top_news_contents .top_news_content ul {
    width: 100%;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  #top_news .top_news_contents .top_news_content ul {
    width: 100%;
  }
}

#top_news .top_news_contents .top_news_content ul a {
  text-decoration: none;
  color: #fff;
}

#top_news .top_news_contents .top_news_content ul a li {
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 599px) {
  #top_news .top_news_contents .top_news_content ul a li {
    margin-bottom: 20px;
  }
}

#top_news .top_news_contents .top_news_content ul a li .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  #top_news .top_news_contents .top_news_content ul a li .outline {
    display: block;
  }
}

#top_news .top_news_contents .top_news_content ul a li .outline .date {
  width: 150px;
  padding-right: 40px;
}

@media screen and (max-width: 599px) {
  #top_news .top_news_contents .top_news_content ul a li .outline .date {
    width: 70px;
    font-size: 12.5px;
  }
}

#top_news .top_news_contents .top_news_content ul a li .outline .sp_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_news .top_news_contents .top_news_content ul a li .outline .sp_title .title {
  width: 350px;
}

@media screen and (max-width: 599px) {
  #top_news .top_news_contents .top_news_content ul a li .outline .sp_title .title {
    width: 300px;
    font-size: 12.5px;
    padding-right: 40px;
  }
}

#top_news .top_news_contents .none_li {
  color: #fff;
}

#top_news .top_news_contents .btn a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#top_news .top_news_contents .btn a button {
  color: #fff;
}

#top_works {
  position: relative;
  height: 900px;
}

@media screen and (max-width: 599px) {
  #top_works {
    height: 1300px;
  }
}

#top_works .top_works_bg01 {
  position: absolute;
  top: 80px;
  right: 0;
  background-color: #D9D3CB;
  width: 30%;
  height: 600px;
  z-index: -100;
}

#top_works .top_works_bg02 {
  position: absolute;
  top: 300px;
  left: 0;
  background-color: #D9D3CB;
  width: 30%;
  height: 600px;
  z-index: -100;
}

#top_works .sec {
  margin-top: 80px;
  margin-left: 80px;
}

@media screen and (max-width: 599px) {
  #top_works .sec {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

#top_works .sec .headline {
  color: #D89335;
}

#top_works .top_works_text {
  margin-bottom: 80px;
  margin-left: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_works .top_works_text {
    width: 55%;
  }
}

@media screen and (max-width: 599px) {
  #top_works .top_works_text {
    margin-left: 20px;
    width: 90%;
    z-index: 100;
  }
}

#top_works .top_works_contents {
  width: 90%;
  background-color: #D89335;
  height: 350px;
  position: relative;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_works .top_works_contents {
    width: 95%;
  }
}

@media screen and (max-width: 599px) {
  #top_works .top_works_contents {
    height: 1000px;
  }
}

#top_works .top_works_contents ul {
  position: absolute;
  top: -50px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_works .top_works_contents ul {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  #top_works .top_works_contents ul {
    display: block;
  }
}

#top_works .top_works_contents ul li {
  width: 25%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_works .top_works_contents ul li {
    width: 30%;
  }
}

@media screen and (max-width: 599px) {
  #top_works .top_works_contents ul li {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}

#top_works .top_works_contents ul li .thumb {
  height: 210px;
  margin-bottom: 10px;
}

#top_works .top_works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

#top_works .top_works_contents ul li .outline {
  color: #fff;
}

#top_works .top_works_contents ul li .outline .title {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  #top_works .top_works_contents ul li .outline .title {
    font-size: 15px;
  }
}

#top_works .top_works_contents ul li .outline .descn {
  font-size: 15px;
}

@media screen and (max-width: 599px) {
  #top_works .top_works_contents ul li .outline .descn {
    font-size: 12.5px;
  }
}

#top_works .btn {
  position: absolute;
  bottom: 32%;
  left: 75%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_works .btn {
    bottom: 27%;
  }
}

@media screen and (max-width: 599px) {
  #top_works .btn {
    bottom: 10%;
    left: 50%;
  }
}

@media screen and (max-width: 599px) {
  #top_works .btn button {
    color: #fff;
  }
}

#top_company {
  position: relative;
  height: 700px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company {
    height: 500px;
  }
}

@media screen and (max-width: 599px) {
  #top_company {
    height: 300px;
  }
}

#top_company .top_company_bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 500px;
  background-color: #D9D3CB;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_bg01 {
    height: 350px;
  }
}

@media screen and (max-width: 599px) {
  #top_company .top_company_bg01 {
    height: 300px;
    top: -20%;
  }
}

#top_company .top_company_bg02 {
  position: absolute;
  top: 30%;
  left: 0;
  width: 70%;
  height: 300px;
  background-color: #D9D3CB;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_bg02 {
    height: 200px;
  }
}

@media screen and (max-width: 599px) {
  #top_company .top_company_bg02 {
    top: 50%;
    height: 100px;
  }
}

#top_company .top_company_contents {
  position: absolute;
  top: 0%;
  right: 0;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
  width: 80%;
  height: 500px;
  background-color: #D89335;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_contents {
    width: 60%;
    height: 400px;
  }
}

@media screen and (max-width: 599px) {
  #top_company .top_company_contents {
    width: 90%;
    height: 200px;
    margin-top: 40px;
  }
}

#top_company .top_company_contents .sec {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  #top_company .top_company_contents .sec {
    margin-bottom: 10px;
  }
}

#top_company .top_company_contents .sec .headline {
  color: #fff;
}

#top_company .top_company_contents .sec p {
  text-align: center;
  color: #fff;
}

#top_company .top_company_contents .top_company_text {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  #top_company .top_company_contents .top_company_text {
    margin-bottom: 20px;
  }
}

#top_company .top_company_contents .top_company_text p {
  color: #fff;
}

#top_company .top_company_contents .btn button {
  color: #fff;
}

#top_company .top_company_image {
  position: absolute;
  top: 15%;
  left: 5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_image {
    width: 45%;
    left: 2%;
  }
}

@media screen and (max-width: 599px) {
  #top_company .top_company_image {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_company .top_company_image img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #top_company .top_company_image img {
    width: 100%;
  }
}

#top_recruit {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 280px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_recruit {
    height: 250px;
    margin-bottom: 210px;
  }
}

@media screen and (max-width: 599px) {
  #top_recruit {
    height: 200px;
    margin-bottom: 100px;
  }
}

#top_recruit .top_recruit_contents {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #D89335;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 75%;
  height: 350px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_recruit .top_recruit_contents {
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_contents {
    width: 90%;
    height: 200px;
  }
}

#top_recruit .top_recruit_contents .sec {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_contents .sec {
    margin-bottom: 10px;
  }
}

#top_recruit .top_recruit_contents .sec .headline {
  color: #fff;
  text-align: center;
}

#top_recruit .top_recruit_contents .sec p {
  color: #fff;
  text-align: center;
}

#top_recruit .top_recruit_contents .top_recruit_text {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  #top_recruit .top_recruit_contents .top_recruit_text {
    margin-bottom: 20px;
  }
}

#top_recruit .top_recruit_contents .top_recruit_text p {
  color: #fff;
}

#top_recruit .top_recruit_contents .btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top_recruit .top_recruit_contents .btn a button {
  color: #fff;
}

#service {
  position: relative;
}

#service #contents_topMain {
  background-position: center;
  background-size: cover;
}

#service .service_contents {
  position: relative;
  width: 90%;
  margin: auto;
  height: 600px;
  margin-bottom: 240px;
  border: 4px solid #D9D3CB;
  border-radius: 0px 20px 200px 20px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents {
    height: 400px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents {
    height: 1140px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
}

#service .service_contents .service_headline {
  width: 45%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_headline {
    width: 55%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_headline {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#service .service_contents .service_headline::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #D9D3CB;
}

#service .service_contents .service_headline h2 {
  font-size: 64px;
  color: #D9D3CB;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_headline h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_headline h2 {
    font-size: 24px;
  }
}

#service .service_contents .service_main_image {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 50%;
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_main_image {
    position: static;
    width: 70%;
    margin-bottom: 20px;
  }
}

#service .service_contents .service_main_image img {
  width: 100%;
  border-radius: 0 60px 60px 0;
}

#service .service_contents .service_text {
  width: 45%;
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_text {
    width: 55%;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_text {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
}

#service .service_contents .service_text p {
  width: 100%;
}

#service .service_contents .service_sub_image {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_sub_image {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_sub_image {
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
    bottom: 5%;
  }
}

#service .service_contents .service_sub_image .sub_image {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_sub_image .sub_image {
    width: 100%;
    margin-bottom: 10px;
  }
}

#service .service_contents .service_sub_image .sub_image img {
  border-radius: 30px;
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_sub_image .sub_image img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_sub_image .sub_image img {
    width: 100%;
    margin: 0;
  }
}

#service .service_contents .service_sub_image .sub_image::after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  border-radius: 0 0 30px 30px;
}

#service .service_contents .service_sub_image .sub_image .sub_image_text {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_sub_image .sub_image .sub_image_text {
    bottom: 15px;
  }
}

#service .service_contents .service_sub_image .sub_image .sub_image_text p {
  font-size: 24px;
  font-weight: 600;
  color: #D89335;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents .service_sub_image .sub_image .sub_image_text p {
    font-size: 15px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents .service_sub_image .sub_image .sub_image_text p {
    font-size: 15px;
  }
}

#service .service_contents02 {
  position: relative;
  width: 90%;
  margin: auto;
  height: 600px;
  margin-bottom: 240px;
  border: 4px solid #D9D3CB;
  border-radius: 0px 20px 20px 200px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents02 {
    height: 400px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents02 {
    height: 1140px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
}

#service .service_contents02 .service_headline {
  width: 45%;
  margin-top: 80px;
  margin-left: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents02 .service_headline {
    width: 55%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents02 .service_headline {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#service .service_contents02 .service_headline::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #D9D3CB;
}

#service .service_contents02 .service_headline h2 {
  font-size: 64px;
  color: #D9D3CB;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents02 .service_headline h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents02 .service_headline h2 {
    font-size: 24px;
  }
}

#service .service_contents02 .service_main_image {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 50%;
}

@media screen and (max-width: 599px) {
  #service .service_contents02 .service_main_image {
    position: static;
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#service .service_contents02 .service_main_image img {
  width: 100%;
  border-radius: 60px 0 0 60px;
}

#service .service_contents02 .service_text {
  width: 45%;
  margin-left: 20px;
  margin-right: auto;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents02 .service_text {
    width: 55%;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents02 .service_text {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
}

#service .service_contents02 .service_text p {
  width: 100%;
}

#service .service_contents02 .service_sub_image {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents02 .service_sub_image {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents02 .service_sub_image {
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
    bottom: 5%;
  }
}

#service .service_contents02 .service_sub_image .sub_image {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 599px) {
  #service .service_contents02 .service_sub_image .sub_image {
    width: 100%;
  }
}

#service .service_contents02 .service_sub_image .sub_image img {
  border-radius: 30px;
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents02 .service_sub_image .sub_image img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents02 .service_sub_image .sub_image img {
    width: 100%;
    margin: 0;
  }
}

#service .service_contents02 .service_sub_image .sub_image::after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  border-radius: 0 0 30px 30px;
}

#service .service_contents02 .service_sub_image .sub_image .sub_image_text {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents02 .service_sub_image .sub_image .sub_image_text {
    bottom: 15px;
  }
}

#service .service_contents02 .service_sub_image .sub_image .sub_image_text p {
  font-size: 24px;
  font-weight: 600;
  color: #D89335;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #service .service_contents02 .service_sub_image .sub_image .sub_image_text p {
    font-size: 15px;
  }
}

@media screen and (max-width: 599px) {
  #service .service_contents02 .service_sub_image .sub_image .sub_image_text p {
    font-size: 15px;
  }
}

#news {
  position: relative;
}

#news #contents_topMain {
  background-position: center;
  background-size: cover;
}

#news .news {
  width: 80%;
  padding: 120px 0;
  margin-left: auto;
  margin-right: 0;
  background-color: #D89335;
  margin-bottom: 120px;
}

@media screen and (max-width: 599px) {
  #news .news {
    margin-bottom: 60px;
    width: 90%;
    padding: 40px 0;
  }
}

#news .news ul {
  z-index: 10;
  list-style: none;
  width: 50%;
  margin: auto;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #news .news ul {
    width: 70%;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  #news .news ul {
    width: 90%;
  }
}

#news .news ul a {
  text-decoration: none;
  color: #fff;
}

#news .news ul a li {
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
}

@media screen and (max-width: 599px) {
  #news .news ul a li {
    margin-bottom: 20px;
    padding: 0 5px;
  }
}

#news .news ul a li .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 599px) {
  #news .news ul a li .outline {
    display: block;
  }
}

#news .news ul a li .outline .date {
  width: 150px;
  padding-right: 40px;
}

@media screen and (max-width: 599px) {
  #news .news ul a li .outline .date {
    width: 70px;
    font-size: 12.5px;
  }
}

#news .news ul a li .outline .sp_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news .news ul a li .outline .sp_title .title {
  width: 350px;
}

@media screen and (max-width: 599px) {
  #news .news ul a li .outline .sp_title .title {
    width: 300px;
    font-size: 12.5px;
    padding-right: 40px;
  }
}

#news .news .navigation .current {
  border: none;
  color: #fff;
}

#news .news .navigation a {
  border: none;
  background-color: #fff;
  color: #D89335;
}

#news .news .wp-pagenavi a, #news .news .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#works #contents_topMain {
  background-position: center;
  background-size: cover;
}

#works .page-contents_title {
  margin-bottom: 240px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #works .page-contents_title {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 599px) {
  #works .page-contents_title {
    margin-bottom: 180px;
  }
}

#works .works_contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 599px) {
  #works .works_contents ul {
    display: block;
  }
}

#works .works_contents ul li {
  width: 32%;
  position: relative;
  margin-bottom: 240px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #works .works_contents ul li {
    width: 30%;
    margin: 0 20px;
  }
}

@media screen and (max-width: 599px) {
  #works .works_contents ul li {
    width: 90%;
    margin: auto;
    margin-bottom: 180px;
  }
}

#works .works_contents ul li .thumb {
  width: 100%;
  height: 200px;
  text-align: center;
  position: absolute;
  top: -70%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #works .works_contents ul li .thumb {
    height: 60%;
    top: -50%;
  }
}

#works .works_contents ul li .thumb img {
  width: 80%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#works .works_contents ul li .outline {
  background-color: #D89335;
  padding: 40px;
  padding-top: 80px;
}

@media screen and (max-width: 599px) {
  #works .works_contents ul li .outline {
    padding: 20px;
    padding-top: 80px;
  }
}

#works .works_contents ul li .outline .title {
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  #works .works_contents ul li .outline .title {
    font-size: 15px;
  }
}

#works .works_contents ul li .outline .descn {
  color: #fff;
}

@media screen and (max-width: 599px) {
  #works .works_contents ul li .outline .descn {
    font-size: 12.5px;
  }
}

.navigation .current {
  border: none;
  color: #D89335;
}

.navigation a {
  border: none;
  background-color: #D89335;
  color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single #contents_topMain {
  background-position: center;
  background-size: cover;
}

#news_single .news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  #news_single .news ul {
    margin-bottom: 40px;
  }
}

#news_single .news ul li {
  width: 100%;
  margin: 0 40px;
  background-color: #D89335;
  padding: 40px;
}

#news_single .news ul li a {
  text-decoration: none;
  color: #fff;
}

#news_single .news ul li a .outline .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  #news_single .news ul li a .outline .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  #news_single .news ul li a .outline .descn {
    font-size: 12.5px;
  }
}

#company #contents_topMain {
  background-position: center;
  background-size: cover;
}

#company .vision {
  width: 1200px;
  margin: auto;
  margin-bottom: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .vision {
    width: 700px;
  }
}

@media screen and (max-width: 599px) {
  #company .vision {
    width: 350px;
  }
}

#company .vision .company_headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  #company .vision .company_headline {
    margin-bottom: 20px;
  }
}

#company .vision .company_headline h2 {
  font-size: 36px;
  color: #D89335;
}

@media screen and (max-width: 599px) {
  #company .vision .company_headline h2 {
    font-size: 24px;
  }
}

#company .vision .vision_text p {
  line-height: 230%;
}

@media screen and (max-width: 599px) {
  #company .vision .vision_text p {
    line-height: 200%;
  }
}

#company .company_contents {
  position: relative;
  margin-bottom: 40px;
  width: 1200px;
  margin: auto;
  margin-bottom: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .company_contents {
    width: 700px;
  }
}

@media screen and (max-width: 599px) {
  #company .company_contents {
    width: 350px;
    margin-bottom: 20px;
  }
}

#company .company_contents .company_headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  #company .company_contents .company_headline {
    margin-bottom: 20px;
  }
}

#company .company_contents .company_headline h2 {
  font-size: 36px;
  color: #D89335;
}

@media screen and (max-width: 599px) {
  #company .company_contents .company_headline h2 {
    font-size: 24px;
  }
}

#company .company_contents table {
  width: 60%;
  margin: auto;
  border-spacing: 10px 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .company_contents table {
    width: 80%;
  }
}

@media screen and (max-width: 599px) {
  #company .company_contents table {
    width: 90%;
  }
}

#company .company_contents table tr {
  position: relative;
  height: 50px;
}

#company .company_contents table tr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D89335;
  bottom: -20px;
  left: 0;
}

#company .company_contents table tr .td_left {
  width: 200px;
  padding-left: 40px;
}

@media screen and (max-width: 599px) {
  #company .company_contents table tr .td_left {
    width: 100px;
    font-size: 11.5px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 599px) {
  #company .company_contents table tr .td_right {
    font-size: 11.5px;
  }
}

#company .access {
  width: 1200px;
  margin: auto;
  margin-bottom: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .access {
    width: 700px;
  }
}

@media screen and (max-width: 599px) {
  #company .access {
    width: 350px;
  }
}

#company .access .company_headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  #company .access .company_headline {
    margin-bottom: 20px;
  }
}

#company .access .company_headline h2 {
  font-size: 36px;
  color: #D89335;
}

@media screen and (max-width: 599px) {
  #company .access .company_headline h2 {
    font-size: 24px;
  }
}

#company .access iframe {
  width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #company .access iframe {
    height: 300px;
  }
}

@media screen and (max-width: 599px) {
  #company .access iframe {
    height: 150px;
  }
}

#recruit #contents_topMain {
  background-position: center;
  background-size: cover;
}

#recruit .recruit_image {
  margin-bottom: 80px;
}

@media screen and (max-width: 599px) {
  #recruit .recruit_image {
    margin-bottom: 40px;
  }
}

#recruit .recruit_image img {
  width: 100%;
}

#recruit .recruit_contents {
  width: 1100px;
  margin: auto;
  margin-bottom: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 700px;
  }
}

@media screen and (max-width: 599px) {
  #recruit .recruit_contents {
    width: 350px;
    margin-bottom: 40px;
  }
}

#recruit .recruit_contents table {
  border-collapse: separate;
}

#recruit .recruit_contents table tr .td_left {
  width: 300px;
  background-color: #E7BE85;
  padding: 20px 0;
  padding-left: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #recruit .recruit_contents table tr .td_left {
    width: 250px;
  }
}

@media screen and (max-width: 599px) {
  #recruit .recruit_contents table tr .td_left {
    width: 100px;
    font-size: 12.5px;
  }
}

#recruit .recruit_contents table tr .td_right {
  width: 800px;
  padding: 20px 0;
  background-color: #fff;
  padding-left: 10px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #recruit .recruit_contents table tr .td_right {
    width: 450px;
  }
}

@media screen and (max-width: 599px) {
  #recruit .recruit_contents table tr .td_right {
    width: 250px;
    font-size: 12.5px;
  }
}

#contact #contents_topMain {
  background-position: center;
  background-size: cover;
}

#contact .contact_form {
  width: 70%;
  margin: auto;
  padding: 40px;
  color: #333;
  margin-top: 40px;
  padding-bottom: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form {
    width: 90%;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

#contact .contact_form form {
  width: 100%;
}

#contact .contact_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #D89335;
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#contact .contact_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  border-bottom: 1px solid #D89335;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr th {
    width: 45%;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
    font-size: 12.5px;
  }
}

#contact .contact_form form table tr th span {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr th span {
    padding: 5px;
    font-size: 10px;
  }
}

#contact .contact_form form table tr td {
  padding: 40px 0;
  width: 65%;
  border-bottom: 1px solid #D89335;
  padding-right: 40px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr td {
    width: 55%;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}

#contact .contact_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr td input {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr td input {
    width: 100%;
  }
}

#contact .contact_form form table tr td textarea {
  width: 80%;
  height: 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr td textarea {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr td textarea {
    width: 100%;
  }
}

#contact .contact_form form table tr:nth-child(4) th span {
  background-color: blue;
}

#contact .contact_form form table tr:nth-child(4) td input {
  width: 20% !important;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #contact .contact_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}

@media screen and (max-width: 599px) {
  #contact .contact_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}

#contact .contact_form form .agree {
  text-align: center;
  margin-bottom: 40px;
}

#contact .contact_form form .submit {
  text-align: center;
}

#contact .contact_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  background-color: #D89335;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 599px) {
  #contact .contact_form form .submit input {
    padding: 10px 90px;
  }
}

#contact .contact_form form .submit input:hover {
  background-color: #D89335;
}

#contact .contact_form form .submit input[name="submitBack"] {
  padding: 20px 90px;
  margin-right: 40px;
}

@media screen and (max-width: 599px) {
  #contact .contact_form form .submit input[name="submitBack"] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#contact .contact_form form .submit input[name="confirm"] {
  padding: 20px 90px;
}

@media screen and (max-width: 599px) {
  #contact .contact_form form .submit input[name="confirm"] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#contact #mw_wp_form_mw-wp-form-197 {
  text-align: center;
}

@media screen and (max-width: 599px) {
  #contact #mw_wp_form_mw-wp-form-197 {
    font-size: 12.5px;
  }
}

#contact .policy {
  margin-bottom: 80px;
}

#contact .policy .policy_contents_title {
  text-align: center;
  margin-bottom: 10px;
}

#contact .policy .policy_contents_detail {
  overflow: scroll;
  width: 800px;
  height: 300px;
  padding: 10px;
  margin: auto;
  border: 1px solid #000;
}

@media screen and (max-width: 599px) {
  #contact .policy .policy_contents_detail {
    width: 350px;
  }
}

#contact .policy .policy_contents_detail h3 {
  font-size: 15px;
}

#contact .policy .policy_contents_detail p {
  font-size: 12.5px;
}

footer #top_contact {
  background-size: cover;
  background-position: center;
  height: 464px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact {
    height: 350px;
  }
}

@media screen and (max-width: 599px) {
  footer #top_contact {
    height: 300px;
  }
}

footer #top_contact .top_contact_bg {
  width: 100%;
  height: 100%;
  padding: 80px;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg {
    padding: 40px;
  }
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg {
    padding: 40px;
  }
}

footer #top_contact .top_contact_bg .sec {
  padding-top: 0px;
  padding-left: 120px;
  margin-bottom: 80px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg .sec {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .sec {
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
}

footer #top_contact .top_contact_bg .sec .headline {
  color: #fff;
}

footer #top_contact .top_contact_bg .sec .subtitle {
  color: #fff;
}

footer #top_contact .top_contact_bg .top_contact_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg .top_contact_contents {
    width: 90%;
  }
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents {
    display: block;
    width: 95%;
  }
}

footer #top_contact .top_contact_bg .top_contact_contents .tel {
  width: 35%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel {
    width: 45%;
  }
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer #top_contact .top_contact_bg .top_contact_contents .tel .number {
  margin-bottom: 20px;
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel .number {
    margin-bottom: 10px;
    text-align: center;
  }
}

footer #top_contact .top_contact_bg .top_contact_contents .tel .number span {
  font-size: 24px;
  padding-left: 20px;
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel .number span {
    font-size: 15px;
  }
}

footer #top_contact .top_contact_bg .top_contact_contents .tel .number span a {
  text-decoration: none;
  color: #fff;
}

footer #top_contact .top_contact_bg .top_contact_contents .tel .time {
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel .time {
    text-align: center;
  }
}

footer #top_contact .top_contact_bg .top_contact_contents .tel .time button {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-right: 20px;
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .tel .time button {
    width: 70px;
    padding: 3px;
  }
}

footer #top_contact .top_contact_bg .top_contact_contents .line {
  background-color: #fff;
  width: 1px;
  height: 120px;
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .line {
    display: none;
  }
}

footer #top_contact .top_contact_bg .top_contact_contents .btn {
  width: 35%;
  margin-top: 0;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg .top_contact_contents .btn {
    width: 45%;
  }
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .btn {
    width: 100%;
    text-align: center;
  }
}

footer #top_contact .top_contact_bg .top_contact_contents .btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer #top_contact .top_contact_bg .top_contact_contents .btn a button {
  padding: 30px 80px;
  border: none;
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #top_contact .top_contact_bg .top_contact_contents .btn a button {
    padding: 20px 60px;
  }
}

@media screen and (max-width: 599px) {
  footer #top_contact .top_contact_bg .top_contact_contents .btn a button {
    padding: 15px 30px;
  }
}

footer #top_contact .top_contact_bg .top_contact_contents .btn a button:hover {
  background-color: #D89335;
  color: #fff;
}

footer #footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D89335;
  padding: 80px 120px;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #footer {
    padding: 40px 60px;
  }
}

@media screen and (max-width: 599px) {
  footer #footer {
    padding: 20px 30px;
    display: block;
  }
}

footer #footer .company_contents {
  width: 40%;
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer #footer .company_contents .footer_logo {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents .footer_logo {
    width: 80px;
  }
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents .footer_logo img {
    width: 100%;
  }
}

footer #footer .company_contents .company_text .name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

footer #footer .company_contents .company_text .zip {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents .company_text .zip {
    font-size: 12.5px;
  }
}

footer #footer .company_contents .company_text .address {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents .company_text .address {
    font-size: 12.5px;
  }
}

footer #footer .company_contents .company_text .tel {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer #footer .company_contents .company_text .tel {
    font-size: 12.5px;
  }
}

footer #footer .footer_menu {
  width: 20%;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  footer #footer .footer_menu {
    width: 40%;
  }
}

@media screen and (max-width: 599px) {
  footer #footer .footer_menu {
    width: 100%;
  }
}

footer #footer .footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}

footer #footer .footer_menu ul li {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  footer #footer .footer_menu ul li {
    margin-bottom: 20px;
  }
}

footer #footer .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer #footer .footer_menu ul li a {
    font-size: 12.5px;
  }
}

footer .copy_right {
  font-size: 9px;
  text-align: center;
  color: #fff;
  background-color: #D89335;
  padding-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */