@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  /* 2 */
  /* 3*/
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  word-wrap: break-word;
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: Noto Sans CJK JP;
  font-size: 1.6rem;
  color: #333333;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  position: relative;
  z-index: 10;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: .3s;
}
a:hover {
  opacity: 0.7;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Correct cursors for clickable elements.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */ :-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-display: swap;
  src: url('/common/font/NotoSansCJKjp-Regular.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'NotoSerifJP-Regular';
  font-display: swap;
  src: url('/common/font/NotoSerifJP-Regular.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'NotoSerifJP-Bold';
  font-display: swap;
  src: url('/common/font/NotoSerifJP-Bold.otf') format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'Judson-Regular';
  font-display: swap;
  src: url('/common/font/Judson-Regular.woff2') format('woff2'),
    url('/common/font/Judson-Regular.ttf') format('truetype');
}
/* header */
/* ============================================ */
header {
  width: 96%;
  max-width: 136rem;
  margin: auto;
}
.backimg {
  background-image: url("../images/header_back.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 70%;
  position: absolute;
  top: 0;
  width: 98%;
  height: 100vh;
  min-height: 70rem;
  max-height: 90rem;
  z-index: 10;
  max-width: 136rem;
  margin: auto;
  background-attachment: fixed;
  border-radius: 0 0 5rem 0;
}
.head_desc {
  font-family: 'NotoSerifJP-Regular';
  font-size: 5.6rem;
  line-height: 1.5em;
  letter-spacing: 1rem;
  background: #ffffff;
  display: inline-block;
  border-radius: 0 0 5rem 0;
  margin-bottom: 2.7em;
  position: relative;
  z-index: 15;
}
.head_desc p {
  border-left: .4rem solid;
  border-image: linear-gradient(to top, #5b9ece 0%, #6fc57f 100%) 1;
  padding: 1.5em 1.2em 1.2em 1em;
}
.nav {
  display: flex;
  justify-content: space-between;
  padding: 1rem 3rem;
  margin: auto;
  margin-bottom: 9rem;
  background: rgb(255 255 255 / 70%);
  box-shadow: 0rem 0rem 2rem 0rem #a6a6a6;
  position: relative;
  z-index: 15;
  max-width: 120.8rem;
}
.nav h1 {
  max-width: 240px;
  margin-right: 1rem;
}
.head_main .sp-menu {
  display: none;
}
.head_main .sp-menu-close {
  display: none;
}
.head_main {
  display: flex;
  align-items: center;
}
.head_main .link ul {
  display: flex;
  justify-content: space-between;
}
.head_main .link ul li {
  margin-right: 3rem;
  display: flex;
}
.head_main .link ul li:last-child {
  margin: 0;
}
.nav.fixed {
  position: fixed;
  width: 100%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
/* わたしたちにできること */
/* ============================================ */
.main_text {
  width: 96%;
  max-width: 98rem;
  margin: auto;
  position: relative;
  z-index: 20;
  margin-bottom: 13rem;
  background: #fff;
  border-radius: 0 3rem 0 0;
  padding: 8rem 2rem 2rem 2rem;
}
.main_text p {
  text-align: center;
  line-height: 3.5rem;
}
.main_text h2 {
  font-family: 'Judson-Regular';
  color: #5b9ecf;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 8rem;
  line-height: 5rem;
}
.main_text h2 span {
  color: #111;
  font-size: 2.2rem;
  font-family: 'NotoSerifJP-Bold';
  display: flex;
  align-items: center;
  width: 57rem;
  margin: auto;
  margin-top: 2rem;
}
.main_text h2 span:before {
  margin-right: 3rem;
  background: linear-gradient(to right, #70c480 0%, #5b9fcd 100%);
}
.main_text h2 span:after {
  margin-left: 3rem;
  background: linear-gradient(to right, #5b9fcd 0%, #70c480 100%);
}
.main_text h2 span::before,
.main_text h2 span::after {
  content: "";
  height: 4px;
  flex-grow: 1;
  background-color: #666;
}
/* テキスタイル部門　製品部門　企画部門 */
/* ============================================ */
.department {
  position: relative;
  max-width: 1920px;
  margin: auto;
  margin-bottom: 160px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 90%;
}
.department > div {
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}
.department .back {
  position: absolute;
  left: 0;
  top: 0;
}
.department .content {
  position: relative;
  z-index: 14;
  max-width: 1080px;
  min-height: 590px;
  width: 92%;
  margin-left: auto;
  background: #fff;
  padding: 60px 0 0 60px;
  border-radius: 60px 0 60px 0;
  top: 90px;
}
.department .content .main {
  flex-basis: 48%;
  margin: 60px 0 0;
}
.department .content .thumb {
  flex-basis: 47%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 60px 0;
}
.department.reverse .content .thumb {
  flex-basis: 47%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 0 60px;
}
.department .content .thumb img {
  height: 100%;
  width: auto;
  position: absolute;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.department .content .title h3 {
  font-family: 'Judson-Regular';
  color: #5b9ecf;
  text-align: left;
  font-size: 8rem;
  line-height: 5rem;
  border-left: 0.4rem solid;
  border-image: linear-gradient(to top, #5b9ece 0%, #6fc57f 100%) 1;
  padding: 1rem 0 0 2rem;
}
.department .content .title h3 span {
  color: #111;
  font-size: 2.2rem;
  font-family: 'NotoSerifJP-Bold';
  display: block;
}
.department .content .main p {
  line-height: 2.25em;
  /*    margin-top: 7rem;*/
}
.department .content .main .title {
  margin-bottom: 6rem;
}
.department .content .flex {
  display: flex;
  justify-content: space-between;
  min-height: 530px;
}
.department .content .title {
  position: absolute;
  top: -2.5em;
}
.department.reverse {
  /*    background-position: right top;*/
}
.department.reverse > div {
  margin-left: auto;
}
.department.reverse .content {
  margin: 0;
  border-radius: 0 60px 0 60px;
  padding: 60px 60px 0 0;
}
.department.reverse .content .flex {
  flex-direction: row-reverse;
}
.department.reverse .content .title h3 {
  text-align: right;
  border-right: 0.4rem solid;
  border-left: none;
  padding: 1rem 2rem 0 0;
}
.department.reverse .content .title {
  right: 60px;
}
.department.textline::before {
  content: '';
  display: block;
  width: 80vw;
  max-width: 1300px;
  height: 680px;
  background-image: url(../images/content1pc.jpg);
  background-position: top right;
  position: absolute;
  border-radius: 0 60px 0 60px;
}
.department.products::before {
  content: '';
  display: block;
  width: 80vw;
  max-width: 1300px;
  height: 680px;
  background-image: url(../images/content3.jpg);
  background-position: top left;
  position: absolute;
  right: 0;
  border-radius: 60px 0 60px 0;
}
.department.plan::before {
  content: '';
  display: block;
  width: 80vw;
  max-width: 1300px;
  height: 680px;
  background-image: url(../images/content5.jpg);
  background-position: top right;
  position: absolute;
  border-radius: 0 60px 0 60px;
}
/* 採用情報　会社概要 */
/* ============================================ */
.gradation_back {
  background: linear-gradient(357deg, #cde2f0, #d4edd8);
  padding: 18rem 0 1rem 0;
  position: relative;
  z-index: 10;
}
.recruit,
.company,
.policy {
  max-width: 108rem;
  width: 96%;
  margin: auto;
  background: #fff;
  border-radius: 0 4rem 0 4rem;
  padding: 0rem 6rem 6rem 6rem;
  margin-bottom: 16rem;
  position: relative;
}
.policy {
  margin-bottom: 6rem;
}
.common_title {
  text-align: center;
  font-size: 6.4rem;
  font-family: 'Judson-Regular';
  color: #6ec57d;
  position: relative;
  bottom: 4rem;
  margin-bottom: 2rem;
}
.common_title span {
  display: block;
  font-size: 2rem;
  font-family: 'NotoSerifJP-Bold';
  color: #111;
}
.title_policy {
  text-align: center;
  font-size: 3.2rem;
  font-family: 'Judson-Regular';
  color: #6ec57d;
  padding: 1em;
}
.title_policy span {
  display: block;
  font-size: 1.6rem;
  font-family: 'NotoSerifJP-Bold';
  color: #111;
}
table.common_table {
  margin-top: 4rem;
  width: 100%;
}
table.common_table tr {
  position: relative;
}
table.common_table td {
  padding: 1.5rem;
  line-height: 1.7;
}
table.common_table tr:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
table.common_table tr:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 13rem;
  border-bottom: 1px solid #6ec57d;
}
table.common_table td:first-child {
  width: 14rem;
}
table.common_table td p {}
table.common_table td .flex {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #dddddd;
  padding: 1.5rem;
}
table.common_table td .flex .cat {
  flex-basis: 12rem;
}
table.common_table td .flex .text {
  flex-basis: calc(100% - 12rem);
}
table.common_table td .flex:last-child {
  border: none;
}
table.common_table td.pd_none {
  padding: 0;
}
.recruit:before,
.policy:before {
  display: block;
  /* filterが効かない場合黒い影をつける */
  border-radius: 0px 5rem 0px 5rem;
  background: #c6c6c6;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(358deg, #9bc5d2 0%, #a4d2ae 100%);
  top: 1.5rem;
  right: -1.5rem;
  z-index: -1;
}
.company:before {
  display: block;
  border-radius: 0px 0rem 0rem 5rem;
  background: #c6c6c6;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(358deg, #9bc5d2 0%, #a4d2ae 100%);
  top: 1.5rem;
  right: 1.5rem;
  z-index: -1;
}
iframe {
  width: 100%;
  height: 50rem;
  margin-top: 5rem;
}
.company p.desc {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.company p.desc span {
  font-size: 1.6rem;
  font-weight: normal;
}
.company .origin .more {
  background: #e9f6ec;
  padding: 2rem 4rem;
  width: 96%;
  max-width: 70rem;
  margin: auto;
  margin-bottom: 2rem;
}
.company .origin .more ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.company .origin .more p {
  text-align: center;
  font-size: 1.3rem;
}
.company .origin p.main {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'NotoSerifJP-Bold';
}
.list_policy {
  border-top: 1px solid #dddddd;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  line-height: 1.7;
}
.list_policy dt {
  color: #379547;
  width: 16em;
  padding: .75em 0;
  border-bottom: 1px solid #dddddd;
}
.list_policy dd {
  width: calc(100% - 16em);
  padding: .75em 0;
  border-bottom: 1px solid #dddddd;
}
div.pagetop {
  position: fixed;
  right: 0;
  bottom: 10rem;
  z-index: 25;
  display: none;
}
p.copy {
  text-align: center;
  font-size: 1.3rem;
}
footer {
  background: #cde2f0;
  padding: 0 0 6rem 0;
}
.overflow{
	overflow-x: hidden;
}
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓SP↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media only screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
  }
  .pc-only {
    display: none;
  }
  /* header */
  /* ============================================ */
  header {
    height: 70vh;
    width: 100%;
  }
  .backimg {
    background-image: url(../images/header_backsp.jpg);
    background-size: 100%;
    top: 0;
    width: 100%;
    height: 69%;
  }
  .head_desc {
    font-size: 7vw;
    letter-spacing: .15em;
    padding: 2rem 2rem 2rem 0;
    border-radius: 0 0 3rem 0;
    margin-top: 20vh;
    margin-right: 2rem;
  }
  .head_desc p {
    border-left: none;
    border-top: 0.2rem solid;
    border-image: linear-gradient(to left, #5b9ece 0%, #6fc57f 100%) 1;
    padding: 0.5em 0em 0em 1em;
  }
  section.nav {
    margin: 0;
    box-shadow: none;
    background: none;
    top: 0;
    padding: 1rem 1rem;
    position: fixed;
    width: 100%;
    transition: .4s;
  }
  section.nav h1 {
    max-width: 200px;
  }
  .head_main .sp-menu {
    display: block;
    color: #1e72af;
  }
  .head_main .sp-menu-close {
    display: block;
    width: 5rem;
    position: relative;
    margin-left: auto;
    margin-right: .8rem;
  }
  .head_main .link ul {
    display: block;
    padding: 13rem 0;
    background: #5b9ecf;
    overflow-y: scroll;
    height: 100vh;
  }
  .head_main .link ul li {
    color: #ffffff;
    margin-bottom: 2rem;
    display: block;
    text-align: center;
    margin-right: 0;
    padding: 0 1rem;
  }
  .head_main .link {
    width: 100%;
    position: fixed;
    z-index: 36;
    top: 0;
    background: #5b9ecf;
    transition: all 0.6s;
    right: -120%;
    max-width: 26rem;
    height: 100vh;
  }
  .head_main .link.open {
    display: block;
    right: 0px;
  }
  .head_main .sp-menu span {
    border: solid 1px;
    display: block;
    margin-bottom: 10px;
  }
  .head_main .sp-menu-close span {
    display: block;
    height: 1rem;
  }
  .head_main .sp-menu-close a {
    color: #fff;
  }
  .head_main .sp-menu-close span:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .head_main .sp-menu-close span:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .head_main .sp-menu-close span::before,
  .head_main .sp-menu-close span::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 1px; /* 棒の幅（太さ） */
    height: 50px; /* 棒の高さ */
    background: #fff;
  }
  .head_main .sp-menu-close p {
    margin-top: 4rem;
    text-align: center;
  }
  section.nav.scroll {
    background: rgb(255 255 255 / 80%);
  }
  /* わたしたちにできること */
  /* ============================================ */
  section.main_text {
    width: 100%;
    border-radius: 0;
    margin-bottom: 4rem;
  }
  section.main_text p {
    text-align: left;
  }
  section.main_text h2 {
    font-size: 4.5rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  section.main_text h2 span {
    width: 100%;
    max-width: 40rem;
  }
  section.main_text h2 span:before {
    margin-right: 1rem;
  }
  section.main_text h2 span:after {
    margin-left: 1rem;
  }
  section.main_text h2 span::before, section.main_text h2 span::after {}
  /* テキスタイル部門　製品部門　企画部門 */
  /* ============================================ */
  .department {
    width: 100%;
    margin-bottom: 16rem;
    background-size: cover;
    background-position: top center;
  }
  .department .back {
    width: 100%;
    max-height: 100%;
    height: 2rem;
    position: relative;
  }
  .department .content {
    width: 100%;
    padding: 3rem 2rem 0 2rem;
    display: block;
    border-radius: 0;
    background: rgb(255 255 255 / 60%);
    /* top: 6rem; */
    max-width: 64rem;
    margin: auto !important;
  }
  .department .content .main {
    margin-top: 30px;
  }
  .department .content .thumb {
    max-width: 100%;
    min-height: 250px;
    height: 35vh;
    border-radius: 0 0 40px 40px !important;
  }
  .department .content .thumb img {
    width: 100%;
    height: auto;
  }
  .department .content .title h3 {
    font-size: 5rem;
    padding: 0rem 0 0 2rem !important;
    text-align: left !important;
    border-right: none !important;
    border-left: 0.4rem solid !important;
  }
  .department .content .main p {
    margin-bottom: 2rem;
    margin-top: 0;
  }
  .department .content .main .title {
    bottom: 0;
    margin-bottom: 2rem;
  }
  .department .content .flex {
    display: block;
  }
  .department .content .title {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }
  .department.reverse .content {
    border-radius: 0;
    padding: 3rem 2rem 0 2rem;
  }
  .department.reverse .content .title {
    right: 0;
  }
  .department.textline::before,
  .department.products::before,
  .department.plan::before {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    border-radius: 0;
  }
  /* 採用情報　会社概要 */
  /* ============================================ */
  .gradation_back {
    padding: 8rem 0 1rem 0;
  }
  .recruit,
  .company,
  .policy {
    padding: 0rem 2rem 2rem 2rem;
    border-radius: 0 2rem 0 2rem;
    margin-bottom: 8rem;
  }
  .policy {
    margin-bottom: 3rem;
  }
  .common_title {
    font-size: 5rem;
    margin-bottom: 0rem;
    bottom: .4em;
    line-height: .75em;
  }
  table.common_table {
    margin-top: 2rem;
    width: 100%;
  }
  table.common_table tr {
    border-bottom: solid 1px #dddddd;
  }
  table.common_table td {
    display: block;
    padding: 0rem 0 1rem 0;
  }
  table.common_table tr:before,
  table.common_table tr:after {
    border: none;
  }
  table.common_table td:first-child {
    color: #379547;
    font-weight: bold;
    padding: 0;
    padding-top: 1rem;
  }
  table.common_table td .flex {
    display: block;
    padding: 0;
    border: none;
    margin-bottom: 2rem;
  }
  table.common_table td .flex .cat {
    font-weight: bold;
    color: #666666;
  }
  table.common_table td .flex:last-child {
    border: none;
    margin: 0;
  }
  table.common_table td.pd_none {
    padding: 1.5rem 0rem 1.5rem 0rem;
  }
  .recruit:before,
  .company:before,
  .policy:before {
    background: none;
  }
   .company p.desc {
    text-align: left;
  }
    .company .origin .more ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
    .company .origin .more li {
    margin: 0 1em 1rem 0;
  }
.list_policy dt {
  width: 100%;
  padding: .75em 0 .5em;
  border-bottom: none;
}
.list_policy dd {
  width: 100%;
  padding: 0 0 .75em;
}
  div.pagetop {
    bottom: 2rem;
  }
  footer {
    padding: 0 0 3rem 0;
  }
}