@charset "UTF-8";

body {
  text-align: center;
  margin: 0;
  padding: 0;
}


main {
  margin: 0 auto;
  padding: 0;
}

aside {
  background: #;
}

h1,
h2,
h3,
li,
p,
th,
td,
a,
label {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  color: #392320;
}

h1 {
  font-size: 28px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
  color: #392320;
}

a:hover {
  color: #686868;
}

p {
  font-size: 16px;
}

img {
  max-width: 100%;
}

header {
  display: flex;
  position: relative;
}

.global-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0px;
  z-index: 10000;
  color: #FFF;
  background: #A2A2A2;
}

.global-nav a {
  color: #FFF;
  font-size: 16px;
}


.header-sp {
  display: none;
}


.site_title {
  text-align: left;
  padding: 0px 20px;
}

#header-nav .menu-menu_nav-container {
  text-align: right;
  position: absolute;
  top: 38%;
  right: 0;
  transform: translateY(-50%);
  padding: 0px 20px;
}

.menu-menu_nav-container li {
  float: left;
  text-align: right;
  color: #FFF;
  padding: 0px 20px;
}

.menu a:hover {
  color: #686868;
  transition: .5s;
}

.top {
  position: relative;
  margin: 0;
}

.top-image {
  padding: 0rem;
}

.top-text {
  position: absolute;
  text-align: center;
  margin: auto;
  top: 42%;
  width: 100%;
}

.top-title {
  font-size: 30px;
  color: #FFF;
  margin: 20px 0px 0px 0px;
}

.top-copy {
  font-size: 14px;
  color: #FFF;
  margin: 0px 0px;
}

.text-center1 {
  border-bottom: 2px solid #392320;
  width: 132px;
  margin: auto;
}


.text-center2 {
  margin: 0px 0px;
}

.section-news,
.section-service,
.section-about {
  margin: 84px 0px;
}

.section-service {
  padding: 84px 0px;
  background: #DDD7D6;
}

.section-recruit {
  margin: 84px 0px 0px 0px;
}

.newarrival_list {
  margin: 10px 0px;
  padding: 0;
}

.newarrival_list li {
  text-align: left;
}

.newarrival_list li+li {
  border-top: 1px solid #333;
}

.news_article {
  position: relative;
  width: 100%;
}

.datetag {
  display: flex;
  align-items: center;
  margin: 26px 0px;
}

.date {
  position: relative;
  color: #392320;
  font-size: 12px;
}

.tag {
  position: relative;
  line-height: 1.4;
  margin: 0px 16px;
}

.title {
  position: relative;
  font-size: 16px;
  color: #392320;
  margin: 26px 0px;
}

.recruit {
  position: relative;
  display: block;
  width: 100px;
  margin: auto;
  text-align: center;
}

.recruit p {
  text-align: center;
}

.recruit a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  background-color: #FF9D7E;
  color: #392320;
  text-decoration: none;
  border-radius: 30px;
}

.recruit a:hover {
  background-color: #C47862;
  transition: .5s;
}

.notice {
  position: relative;
  display: block;
  width: 100px;
  margin: auto;
  text-align: center;
}

.notice p {
  text-align: center;
}

.notice a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  background-color: #B6D6E4;
  color: #392320;
  text-decoration: none;
  border-radius: 30px;
}

.notice a:hover {
  background-color: #91A0A9;
  transition: .5s;
}

.pressrelease {
  position: relative;
  display: block;
  width: 130px;
  margin: auto;
  text-align: center;
}

.pressrelease p {
  text-align: center;
}

.pressrelease a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  background-color: #E3D2C2;
  color: #392320;
  text-decoration: none;
  border-radius: 30px;
}

.pressrelease a:hover {
  background-color: #B09E91;
  transition: .5s;
}

.common-link {
  position: relative;
  display: block;
  width: 130px;
  margin: auto;
  padding: 15px 20px;
  background: #392320;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
}


.common-link:hover {
  background: #FFF;
  color: #392320;
  border: 1px solid #392320;
  transition: .5s;
}

.common-link-c {
  position: relative;
  display: block;
  width: 130px;
  margin: auto;
  padding: 15px 20px;
  background: #392320;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
}


.common-link-c:hover {
  background: #FFF;
  color: #392320;
  border: 1px solid #392320;
  transition: .5s;
}

#top_s-image {
  width: 100%;
  height: auto;
}


.news-content {
  margin: auto;
  max-width: 1000px;
  padding: 40px;
}

.service-content {
  display: flex;
  margin: auto;
  gap: 0px 50px;
  max-width: 1000px;
  padding: 40px;
}

.about-content {
  display: flex;
  margin: auto;
  gap: 0px 50px;
  max-width: 1000px;
  padding: 40px;
}

.service-text {
  margin: 0px;
}

.service-text h2 {
  text-align: left;
}

.service-text p {
  text-align: left;
  padding: 40px 0px;
}

.top_service-image {
  text-align: right;
}

.top_about-image {
  text-align: left;
}

.about-text {}


.about-text h2 {
  text-align: left;
}

.about-text p {
  text-align: left;
  padding: 40px 0px;
}

.section-recruit {
  position: relative;
  padding: 84px 0px;
}

.section-recruit h1 {
  color: #FFF;
  position: relative;
  z-index: 2;
  margin: auto;
  border-bottom: 2px solid #FFF;
  width: 132px;
}

.section-recruit .text-center2 {
  color: #FFF;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 100%;
}

.section-recruit .recruit-text p {
  color: #FFF;
  position: relative;
  z-index: 3;
  margin: auto;
  padding: 40px;
}

.top_recruit-image {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.top_recruit-image img {
  width: 100%;
  height: 392px;
  object-fit: cover;
  object-position: 0 0;
  z-index: -10000;
}

.section-recruit .common-link {
  background: #FFF;
  color: #392320;
}

.section-recruit .common-link::after {
  border-top: 3px solid #392320;
  border-right: 3px solid #392320;
}

.section-recruit .common-link:hover {
  background: #BDB7B5;
}

.lower_header {
  position: relative;
  padding: 84px 0px;
  display: block;
}

.lower_header h1 {
  color: #FFF;
  position: relative;
  z-index: 3;
  margin: auto;
  padding: 50px 0px 0px 0px;
}


.lower_header .text-center2 {
  color: #FFF;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 100%;
  padding: 0px 0px;
  width: 132px;
  border-top: 2px solid #FFF;
}

.service_topimage {
  width: 100%;
  position: absolute;
  top: 0px;
}

.service_topimage img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 50;
  z-index: -10000;
}

.about_topimage {
  width: 100%;
  position: absolute;
  top: 0px;
}

.about_topimage img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 50;
  z-index: -10000;
}

.recruit_topimage {
  width: 100%;
  position: absolute;
  top: 0px;
}

.recruit_topimage img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 50;
  z-index: -10000;
}


.news_topimage {
  width: 100%;
  position: absolute;
  top: 0px;
}

.news_topimage img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 50;
  z-index: -10000;
}

.contact_topimage {
  width: 100%;
  position: absolute;
  top: 0px;
}

.contact_topimage img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 50;
  z-index: -10000;
}

.privacypolicy_topimage {
  width: 100%;
  position: absolute;
  top: 0px;
}

.privacypolicy_topimage img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 50;
  z-index: -10000;
}

.contact-entry_topimage {
  width: 100%;
  position: absolute;
  top: 0px;
}

.contact-entry_topimage img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 50;
  z-index: -10000;
}

#service {}

#servicepage_content {
  text-align: left;
  margin: 4vh 0;
}



.service1 {
  display: flex;
  margin: auto;
  gap: 0px 50px;
  max-width: 1000px;
  padding: 40px;
  align-items: center;
}

.service2 {
  display: flex;
  margin: auto;
  gap: 0px 50px;
  max-width: 1000px;
  padding: 40px;
  align-items: center;
}

.service2-back {
  background-color: #DDD7D6;
}

.service3 {
  display: flex;
  margin: auto;
  gap: 0px 50px;
  max-width: 1000px;
  padding: 40px;
  align-items: center;
}

.servicepage-text {
  display: inline-block;
  margin: auto;
  padding: 30px;
  width: 60%;
  max-width: 700px;
}



.service h2 {
  display: inline-block;
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}


.num spen {
  color: #969696;
}

#servicepage_content p {
  text-align: left;
  margin: 30px 0px;
}

.service-title {
  display: flex;
  align-items: center;
}

.contact-banner {
  background: #DDD7D6;
  padding: 40px 0px;
}

.contactbanner-text {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}

.vision,
.message,
.company {
  padding: 84px 0px;
}

.vision {
  background: #DDD7D6;
}

.company {
  background: #DDD7D6;
}

.about_vision {
  display: flex;
  margin: auto;
  gap: 0px 50px;
  max-width: 1000px;
  padding: 4vh 10vw;
  align-items: center;
}

.about_message {
  display: flex;
  margin: auto;
  gap: 0px 50px;
  max-width: 1000px;
  padding: 4vh 10vw;
}

.vision-image {
  width: 100%;
  min-width: 350px;
  height: auto;
}

.message-image {
  width: 100%;
  min-width: 250px;
  height: auto;
}

.visionpage-text {
  text-align: left;
  margin: 0;
  padding: 20px 0px;
}

.messagepage-text {
  text-align: left;
  margin: 0px;
  padding: 20px 0px;
}


.visiontext-1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
}

.messagetext-1 {
  padding: 0px 0px 20px 0px;
}

.messagetext-2 {
  padding: 0px 0px 40px 0px;
}

.messagetext-3 {
  text-align: right;
}


.companytext,
.recruit_jobdescription {
  margin: auto;
  width: 100%;
  justify-content: center;
}

#table01 {
  border-collapse: collapse;
  margin: auto;
  width: 600px;
}

.companytext th,
.recruit_jobdescription th {
  text-align: left;
  padding: 6px 10px 4px;
}

.companytext tr+tr,
.recruit_jobdescription tr+tr {
  border-top: 1px solid #333;
}

.map {
  margin: 4vh 14vw;
}

.map_content {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /*16:9の比率にしたい場合、9/16=56.25%*/
}

.map_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry,
.jobdescription {
  background: #DDD7D6;
}

.jobdescription {
  padding: 10vh 0vw;
}

.recruit_member {
  padding: 4vh 0;
  display: flex;
  margin: auto;
  max-width: 1000px;
  gap: 0px 50px;
  justify-content: space-between;
}

.member-img {
  min-width: 100px;
}

.entry {}

#entrypage_content {
  display: flex;
  padding: 10vh 10vw;
  gap: 0px 50px;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}

.entry1 {
  text-align: left;
}

.entry2 {
  background: #FFFFFF;
  border-radius: 10px;
  min-width: 250px;
  padding: 16px 40px;
}

.entry2 h2 {
  border-bottom: 2px solid #392320;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}

.entry-image {
  width: 100%;
  min-width: 300px;
  height: auto;
}

.ecruit_jobdescription {}

.member {
  padding: 6vh 10vw;
}

.member-text p {
  margin: 6;
}

.name {
  font-size: 18px;
  font-weight: 700;
}

.index_int p {}

/* ページ中央に配置 */
.wp-pagenavi {
  text-align: center;
}

/* ページタブの共通スタイル */
.wp-pagenavi span.current,
.page.smaller,
.page.larger,
.nextpostslink,
.previouspostslink {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  background: #7090DD;
  color: #FFFFFF;
  border-radius: 50%;
  border: none;
  font-weight: bold;
}

/* 現在ページ以外のボタン */
// 共通スタイル
.page.smaller,
.page.larger {
  background: #fff;
  color: #7090DD;
  border: 1px solid #7090DD;
  padding: 0;
}

// 現在ページより前のボタン
.page.smaller {
  margin-right: 25px;
}

// 現在ページより後のボタン
.page.larger {
  margin-left: 25px;
}


/* マウスが乗った時の、ボタンの背景の色と文字の色 */
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border: 1px solid #999 !important;
}

/*「次へ」, 「前へ」　共通スタイル */
.nextpostslink,
.previouspostslink {
  line-height: 40px;
  border: 1px solid $blue !important;
  color: $blue !important;
  position: relative;
  background: #fff;
  color: #7090DD;
  top: -3px;
}

// 「次へ」
.nextpostslink {
  left: 25px;
}

// 「前へ」
.previouspostslink {
  right: 25px;
}

/* 縦線の共通スタイル */
.nextpostslink::before,
.previouspostslink::after {
  content: "";
  width: 0.5px;
  height: 40px;
  background-color: rgb(224, 215, 215);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

// 「次へ」の前の縦線
.nextpostslink::before {
  left: -15px;
}

//「前へ」の後の縦線
.previouspostslink::after {
  right: -15px;
}

/* 〇/〇 の部分のスタイル → 不要の場合は非表示 */
.pages {
  display: none;
}

/* ページネーション */
.pnavi {
  display: inline-block;
  margin: 40px;
}

.page-numbers {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #000;
  margin: 0 4px;
  border-radius: 30px;
}

.page-numbers.current {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  background-color: #DDD7D6;
  transition: background-color .3s;
  border: 1px solid #000;
  margin: 0 4px;
  border-radius: 30px;
}

.pnavi_category .page-numbers {
  border: 0px;
  margin: auto;
}

.pnavi_category ul {
  display: inline-block;
  margin: 40px;
  display: flex;
}

.pnavi_category li {
  border: 1px solid #000;
  border-radius: 30px;
  margin: 0 4px;
}

.pnavi_category .page-numbers.current {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  background-color: #DDD7D6;
  transition: background-color .3s;
  margin: 0px;
  border-radius: 30px;
}

.pnavi a {}

.pnavi a.active {
  background-color: #000;
  color: white;
  border: 1px solid #4CAF50;
}

.pnavi a:hover:not(.active) {
  background-color: #392320;
  color: #FFF;
}

.newspage_content {
  padding: 84px 0px;
  margin: auto;
  max-width: 1000px;
}

.category_list {
  display: inline-block;
  margin: 0px 0px 20px 0px;
}

.category_list_link {
  display: flex;
}

.category_list li a {
  background-color: #FFF;
  border: 1px solid #000;
  margin: 0px 20px;
  padding: 8px 20px;
}

.category_list li a:hover {
  background-color: #DDD7D6;
  color: #392320;
}

.pagination {
  padding: 40px;
}

.single {
  margin: 6vh 0;
}

#singlepage_content {
  padding: 4vh 10vw;
  margin: auto;
  max-width: 800px;
  text-align: left;
}

.breadcrumbs {
  font-size: 12px;
}

.breadcrumbs #text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #686868
}

.single h1 {
  padding: 20px 0px;
  border-bottom: 1px solid #392320;
}

.post_content {
  padding: 0px 20px;
  border-bottom: 1px solid #392320;
}

.pnavi-single {}

.nav-single-sp {
  display: none;
}

.nav-single ul {
  display: flex;
  margin: 60px 0px;
  padding: 0;
}

.nav-single li {
  margin: auto;
}

.nav-previous a,
.nav-next a {
  position: relative;
  display: block;
  width: 130px;
  margin: auto;
  padding: 15px 20px;
  background: #FFF;
  color: #392320;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #392320;
  text-align: center;
}


.nav-previous a:hover,
.nav-next a:hover {
  position: relative;
  display: block;
  background: #392320;
  color: #FFF;
  border: 1px solid #392320;
  transition: .5s;
}



#contactpage_content,
#contact-entrypage_content {
  margin: 8vh 10vw;
}

.contactform {
  max-width: 1200px;
  margin: auto;
}

input[type=text] {
  padding: 5px 10px;
  font-size: 86%;
  border: none;
  border-radius: 3px;
  background: #DDD7D6;
}

input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
  position: relative;
  display: block;
  width: 136px;
  margin: auto;
  padding: 15px 20px;
  background: #392320;
  color: #FFF;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

input[name=btn_confirm]:hover,
input[name=btn_submit]:hover,
input[name=btn_back]:hover {
  background: #FFF;
  color: #392320;
  border: 1px solid #392320;
  transition: .5s;
}

input[name=btn_back] {
  color: #392320;
  margin-right: 20px;
  background: #D9D9D9;
}

input[name=btn_back]:hover {
  margin-right: 20px;
  background: #999;
}

.element_wrap {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  width: 150px;
  vertical-align: top;
}

.element_wrap p {
  display: inline-block;
  margin: 0;
  text-align: left;
}

label[for=career_1],
label[for=career_2],
label[for=career_3],
label[for=agreement] {
  margin-right: 10px;
  width: auto;
  font-weight: bold;
}

textarea[name=contact] {
  padding: 5px 10px;
  width: 60%;
  height: 100px;
  font-size: 86%;
  border: none;
  border-radius: 3px;
  background: #DDD7D6;
}

.error_list {
  padding: 10px 30px;
  color: #ff2e5a;
  font-size: 86%;
  text-align: left;
  border: 1px solid #ff2e5a;
  border-radius: 5px;
}

.btn_confirm {
  display: flex;
}

#privacypolicypage_content {
  margin: 10vh 10vw 6vh 10vw;
  text-align: left;
}

#content {
  background: url(images/pattern-diamond.png);
  padding-top: 20px;
  padding-bottom: 20px;
}

#content-wrap {
  background-color: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}

#sidebar {
  text-align: center;
}

footer {
  width: 100%;
  color: #FFF;
  background: #A2A2A2;
  z-index: 50;
}

#footer_title {
  padding: 0px;
  font-size: 24px;
}

.footer-nav {
  display: flex;
  margin: 0 10vw;
  gap: 0px 50px;
  justify-content: space-between;
}

.footer-info {
  text-align: left;
  margin: 4vh 0vw;
}

.footer-info a {
  padding: 0px;
  color: #FFF;
}


#menu-footer {
  margin: 30px 0 0 0;
}

#menu-footer li {
  float: left;
  color: #FFF;
  padding: 10px 20px;
}


#menu-footer a {
  color: #FFF;
  font-size: 14px;
}

#menu-footer a:hover {
  color: #686868;
  transition: .5s;
}

footer p {
  padding: 15px 0;
  color: white;
}

.copyright {
  margin: 0;
  font-size: 12px;
}


/* table01 */

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* tab */
@media only screen and (max-width: 767px) {

  body {
    overflow-x: hidden;
  }

  h1 {
    font-size: 24px;
    font-weight: bold;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  li {
    list-style: none;
  }

  img {
    max-width: 100%;
  }

  .global-nav {
    display: none;
  }

  .header-sp {
    display: block;
  }

  .sp-global-nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0px;
    z-index: 100;
    color: #FFF;
    background: #A2A2A2;
    height: 60px;
    display: flex;
    justify-content: space-between;
  }

  .sp-global-nav .site_title a {
    color: #FFF;
    font-size: 16px;
  }

  /* ここから下がハンバーガーメニューに関するCSS */

  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }

  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 200;
    /* 重なり順を一番上にする */
    cursor: pointer;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #FFF;
    transition: 0.5s;
    position: absolute;
  }

  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }

  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked~.drawer_open span {
    background: rgba(255, 255, 255, 0);
  }

  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: #392320;
  }

  #drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
    background: #392320;
  }

  /* メニューのデザイン*/
  .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
  }

  /* メニュー黒ポチを消す */
  #menu-menu_nav-1 {
    list-style: none;
    padding: 0;
  }

  .menu-menu_nav-container li {
    float: none;
    text-align: center;
    padding: 30px 20px;
  }

  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked~.nav_content {
    left: 0;
    /* メニューを画面に入れる */
  }

  .top {
    position: relative;
  }

  .top-image {
    width: 100%;
    top: 0px;
  }

  .top-image img {
    width: 100%;
    height: 482px;
    object-fit: cover;
    object-position: 50% 0;
  }

  .top-title {
    font-size: 24px;
  }

  .section-news,
  .section-about {
    margin: 50px 0px;
  }

  .section-service {
    margin: 0px;
    padding: 50px 0px;
    background: #DDD7D6;
  }

  .section-recruit {
    margin: 50px 0px 0px 0px;
    position: relative;
    padding:
  }

  .section-recruit {
    position: relative;
    padding: 50px 0px;
  }

  .service-content {
    display: flex;
    flex-direction: column;
  }

  .service-text {
    order: 2;
  }

  .top_service-image {
    order: 1;
  }

  .about-content {
    display: flex;
    flex-direction: column;
  }

  .service-text p {
    padding: 10px 0px;
  }

  .about-text p {
    padding: 10px 0px;
  }

  .top_recruit-image img {
    height: 360px;
  }

  .lower_header {
    position: relative;
    padding: 50px 0px;
    display: block;
    top: 60px;
  }

  .lower_header h1 {
    padding: 0;
  }

  .news_topimage img,
  .about_topimage img,
  .service_topimage img,
  .recruit_topimage img,
  .contact_topimage img,
  .privacypolicy_topimage img,
  .contact-entry_topimage img {
    height: 160px;
  }

  .newspage_content {
    padding: 50px 0px;
  }

  .category_list {
    margin: 30px 0px;
  }

  .category_list li a {
    margin: 0px 6px;
    padding: 6px 7px;
  }

  .category_list_link {
    padding: 0px;
  }

  .pagination {
    margin: auto;
    max-width: 1000px;
    padding: 0 40px;
  }

  .vision {
    padding: 94px 0px 50px 0px;
  }

  .message,
  .company {
    padding: 50px 0px;
  }

  .about_vision {
    display: block;
    padding: 4vh 10vw 0;
  }

  .about_message {
    display: flex;
    flex-direction: column;
  }

  .messagepage-text {
    order: 2;
  }

  .message-image {
    order: 1;
  }

  .companytext,
  .recruit_jobdescription {
    padding: 40px;
    margin: 0;
    width: auto;
    justify-content: none;
  }


  #table01 {
    width: 100%;
  }

  #table01 th,
  #table01 td {
    padding: 12px 0;
  }

  .map {
    margin: 4vh 10vw;
  }

  .service1 {
    display: -webkit-flex;
    flex-direction: column;
  }

  #servicepage-text1 {
    padding: 0px;
    order: 1;
  }

  .service1image {
    order: 2;
  }

  .service2 {
    display: -webkit-flex;
    flex-direction: column;
  }

  #servicepage-text2 {
    padding: 0px;
  }

  .service3 {
    display: -webkit-flex;
    flex-direction: column;
  }

  #servicepage-text3 {
    padding: 0px;
    order: 1;
  }

  .service3image {
    order: 2;
  }

  .servicepage-text {
    width: 100%;
  }

  #servicepage_content {
    text-align: left;
    margin: 6vh 0 4vh 0;
  }

  #entrypage_content {
    flex-direction: column;
    padding: 10vh 10vw 30px;
  }

  .recruit_member {
    padding: 4vh 0;
    display: block;
    margin: auto;
  }

  .entry-image {
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 20px;
  }

  .jobdescription {
    padding: 4vh 0vw;
  }

  .post_content {
    padding: 0px;
  }


  .nav-single {
    display: none;
  }

  .nav-single-sp {
    display: block;
  }

  .nav-single-sp ul {
    display: flex;
    margin: 60px 0px;
    padding: 0;
  }

  .nav-single-sp li {
    margin: auto;
  }

  .nav-previous a,
  .nav-next a {
    width: auto;
  }

  .nav-center .common-link {
    width: auto;
  }

  .contact_common {
    margin: 80px 0 0 0;
  }

  label[for=career_1],
  label[for=career_2],
  label[for=career_3] {
    display: flex;
  }


  .footer-nav {
    display: flex;
    flex-direction: column;
  }

  .footer-info {
    margin: 0;
    order: 2;
  }

  .footer-info a {
    padding: 0;
    color: #FFF;
  }

  #menu-footer {
    order: 1;
    position: relative;
    margin: 0;
  }

  #menu-footer li {
    float: left;
    color: #FFF;
    padding: 6px;
  }

  #footer_title {
    padding: 0px;
  }

  .footer-info a {
    font-size: 20px;
  }

  footer p {
    padding: 6px 0;
    color: white;
  }

}

@media only screen and (max-width: 480px) {

  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}

/* sp */
@media screen and (max-width: 420px) {}