main {
  width: 100%;
  overflow: hidden;
}

.secondContents .commonTable {
  width: 100%;
  text-align: left;
  line-height: 1.25;
  border: 1px solid #b5b5b5;
}
.secondContents .commonTable.tableEqual {
  table-layout: fixed;
}
.secondContents .commonTable > tbody > tr + tr,
.secondContents .commonTable > thead > tr + tr {
  border-top: 1px solid #b5b5b5;
}
.secondContents .commonTable > tbody > tr * + *,
.secondContents .commonTable > thead > tr * + * {
  border-left: 1px solid #b5b5b5;
}
.secondContents .commonTable > tbody > tr > th,
.secondContents .commonTable > thead > tr > th {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  border: 1px solid #b5b5b5;
  word-break: break-all;
  background: #f0f0f0;
}
.secondContents .commonTable > tbody > tr > td,
.secondContents .commonTable > thead > tr > td {
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  border: 1px solid #b5b5b5;
  background: #fff;
}
.secondContents .commonTable th.valTop,
.secondContents .commonTable td.valTop {
  vertical-align: top;
}
.secondContents .commonTable th.nowrap,
.secondContents .commonTable td.nowrap {
  white-space: nowrap;
}
.grn {
  color: #0e7548;
}

@media screen and (max-width: 768px) {
  main {
    width: 100%;
    overflow: hidden;
  }
  #secondHead .inner {
    background-color: #074a26;
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
  }
  #secondHead .inner #pageTitle {
    background-image: url(../images/second/top-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    position: relative;
  }
  #secondHead .inner #pageTitle.works {
    background-image: url(../images/second/works-top-img.webp);
  }
  #secondHead .inner #pageTitle.company {
    background-image: url(../images/second/company-top-img.webp);
  }
  #secondHead .inner #pageTitle.business {
    background-image: url(../images/second/business-top-img.webp);
  }
  #secondHead .inner #pageTitle.advantage {
    background-image: url(../images/second/advantage-top-img.webp);
  }
  #secondHead .inner #pageTitle.recruit {
    background-image: url(../images/second/recruit-top-img.webp);
  }
  #secondHead .inner #pageTitle:after, #secondHead .inner #pageTitle:before {
    content: "";
    display: block;
    background-image: url(../images/second/pagetop-frame.webp);
    width: 130px;
    height: 120px;
    position: absolute;
    background-size: auto 120px;
    background-position: right top;
  }
  #secondHead .inner #pageTitle:before {
    top: 0;
    left: 0;
  }
  #secondHead .inner #pageTitle:after {
    top: 0;
    right: -1px;
    transform: rotate(180deg);
  }
  #secondHead .inner #pageTitle h1 {
    font-size: 1.9rem;
    font-weight: 700;
  }
  #secondHead .inner #pageTitle .engTitle {
    font-size: 1.3rem;
    line-height: 1;
  }
  #secondHead .pankuzu {
    margin-top: 5px;
  }
  #secondHead .pankuzu ul {
    max-width: 880px;
    width: 95%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  #secondHead .pankuzu ul li a {
    color: #27312a;
    text-decoration: none;
  }
  #secondHead .pankuzu ul li a:hover {
    text-decoration: underline;
  }
  #secondHead .pankuzu ul li + li {
    display: flex;
  }
  #secondHead .pankuzu ul li + li:before {
    content: "/";
    display: block;
    width: 2em;
    height: 1em;
    text-align: center;
  }
  .secondContents {
    width: 90%;
    margin: 30px auto 0;
    padding-bottom: 40px;
  }
  .secondContents *:nth-child(1) {
    margin-top: 0;
  }
  .secondContents h2.title {
    font-size: 1.9rem;
    font-weight: 700;
    border-bottom: 4px solid #cdcdcd;
    position: relative;
    padding-bottom: 5px;
    margin-top: 40px;
  }
  .secondContents h2.title:after {
    content: "";
    display: block;
    width: 88px;
    height: 4px;
    background-color: #0e7548;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
  .secondContents h3.title {
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 1em;
    position: relative;
    margin-top: 50px;
  }
  .secondContents h3.title:before {
    content: "";
    display: block;
    width: 5px;
    height: 1.2em;
    background-color: #0e7548;
    position: absolute;
    top: 0.3em;
    left: 0;
    transform: skewX(-15deg);
  }
  .secondContents p {
    margin-top: 25px;
  }
  .secondContents p.imgRight img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    display: block;
    margin: 0 auto 20px;
  }
  .secondContents table.basicTable {
    border-collapse: collapse;
    border: 1px solid #b5b5b5;
    width: 100%;
    margin-top: 20px;
  }
  .secondContents table.basicTable th,
  .secondContents table.basicTable td {
    border: 1px solid #b5b5b5;
    padding: 10px;
    text-align: center;
  }
  .secondContents table.basicTable th {
    background-color: #f0f0f0;
    font-weight: 500;
  }
  .secondContents .img.solo {
    text-align: center;
    margin-top: 20px;
  }
  .secondContents .img.solo img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .secondContents .img.col3 .img {
    margin-top: 20px;
  }
  .secondContents .img.col3 .img img {
    width: 100%;
    height: auto;
  }
  .secondContents .img.col3 .img cap {
    font-size: 1.3rem;
  }
  .secondContents * + .commonTable {
    margin-top: 30px;
  }
  .secondContents .commonTable {
    font-size: 14px;
  }
  .secondContents .commonTable > tbody > tr > th,
  .secondContents .commonTable > thead > tr > th {
    padding: 12px 6px;
  }
  .secondContents .commonTable > tbody > tr > td,
  .secondContents .commonTable > thead > tr > td {
    padding: 12px 6px;
  }
  .secondContents .scrollTable {
    overflow: auto;
  }
  .secondContents .scrollTable table {
    min-width: calc(100% + 50px);
    margin-top: 0;
    white-space: nowrap;
  }
  .secondContents * + .scrollText {
    margin-top: 15px;
  }
  .secondContents .scrolltext {
    width: 160px;
    display: block;
    padding: 4px 8px;
    margin-bottom: 8px;
    margin-left: auto;
    color: #0e7548;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    margin-top: 10px !important;
  }
  .infoList dl {
    padding-top: 30px;
  }
  .infoList dl + dl {
    margin-top: 30px;
    border-top: 1px solid #cdcdcd;
  }
  .infoList dl dt {
    font-weight: 700;
  }
  .more {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 50px;
    background-color: #0e7548;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .more a svg {
    width: 24px;
    height: 18px;
    fill: #fff;
    margin-right: 10px;
  }
  .relation {
    margin-top: 30px;
  }
  .relation a {
    display: block;
    aspect-ratio: 440/232;
    width: 100%;
    position: relative;
    text-decoration: none;
    color: #27312a;
  }
  .relation a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/recruit/btn-frame.webp);
    background-size: 100% auto;
    z-index: 3;
  }
  .relation a .img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    margin: 0;
  }
  .relation a .img img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
  .relation a .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
  }
  .relation a .txt .title {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .relation a .txt svg {
    width: 35px;
    height: 16px;
    fill: #0e7548;
  }
  .relation a + a {
    margin-top: 40px;
  }
  .grn {
    color: #0e7548;
  }
  .bizInfo {
    margin-top: 30px;
  }
  .bizInfo .img {
    width: 100%;
  }
  .bizInfo .img img {
    width: 100%;
    height: auto;
  }
  .bizInfo p {
    margin-top: 30px;
  }
  .aform-content dl dt .aform-required {
    font-size: 1rem;
    padding: 5px;
    border-radius: 0;
  }
  .aform-content dl dt a {
    color: #0e7548;
  }
  .aform-content dl dt a[target$=blank] {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%230e7548" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90.6 70.6"><polygon points="69.8,70.6 0,70.6 0,18.7 13.7,18.7 13.7,27.7 9,27.7 9,61.6 60.8,61.6 60.8,57.4 69.8,57.4 "></polygon><path d="M90.6,51.9H20.7V0h69.8V51.9z M29.7,42.9h51.8V9H29.7V42.9z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: 1em 1em;
    display: inline-block;
    padding-right: 1.5em;
  }
  .aform-content dl dt a[target$=blank] img {
    display: none;
  }
  .aform-content dl dd input {
    border: 1px solid #27312a;
    outline: none;
    padding: 10px;
  }
  .aform-content .aform-button-area {
    background-color: transparent;
  }
  .aform-content .aform-button-area input[type=submit] {
    background-color: #0e7548;
    width: 80%;
    height: 50px;
    color: #fff;
    border: none;
    outline: none;
  }
  #aform-confirm-form dl {
    margin-top: 30px;
  }
  #aform-confirm-form .aform-button-area {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #aform-confirm-form .aform-button-area #aform_btn_submit {
    order: 1;
  }
  #aform-confirm-form .aform-button-area #aform_btn_back {
    order: 2;
    width: 80%;
    height: 50px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  main {
    width: 100%;
    overflow: hidden;
  }
  #secondHead .inner {
    background-color: #074a26;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
  }
  #secondHead .inner #pageTitle {
    background-image: url(../images/second/top-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1300px;
    width: 100%;
    height: 180px;
    background-position: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
  }
  #secondHead .inner #pageTitle.works {
    background-image: url(../images/second/works-top-img.webp);
  }
  #secondHead .inner #pageTitle.company {
    background-image: url(../images/second/company-top-img.webp);
  }
  #secondHead .inner #pageTitle.business {
    background-image: url(../images/second/business-top-img.webp);
  }
  #secondHead .inner #pageTitle.advantage {
    background-image: url(../images/second/advantage-top-img.webp);
  }
  #secondHead .inner #pageTitle.recruit {
    background-image: url(../images/second/recruit-top-img.webp);
  }
  #secondHead .inner #pageTitle:after, #secondHead .inner #pageTitle:before {
    content: "";
    display: block;
    background-image: url(../images/second/pagetop-frame.webp);
    width: 336px;
    height: 180px;
    position: absolute;
  }
  #secondHead .inner #pageTitle:before {
    top: 0;
    left: 0;
  }
  #secondHead .inner #pageTitle:after {
    top: 0;
    right: -1px;
    transform: rotate(180deg);
  }
  #secondHead .inner #pageTitle h1 {
    font-size: 3.6rem;
    font-weight: 700;
  }
  #secondHead .inner #pageTitle .engTitle {
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
  }
  #secondHead .pankuzu ul {
    max-width: 880px;
    width: 95%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin: 10px auto 0;
    font-size: 1.2rem;
  }
  #secondHead .pankuzu ul li a {
    color: #27312a;
    text-decoration: none;
  }
  #secondHead .pankuzu ul li a:hover {
    text-decoration: underline;
  }
  #secondHead .pankuzu ul li + li {
    display: flex;
  }
  #secondHead .pankuzu ul li + li:before {
    content: "/";
    display: block;
    width: 2em;
    height: 1em;
    text-align: center;
  }
  .secondContents {
    max-width: 880px;
    width: 95%;
    margin: 40px auto 0;
    padding-bottom: 80px;
  }
  .secondContents *:nth-child(1) {
    margin-top: 0;
  }
  .secondContents h2.title {
    font-size: 2.6rem;
    font-weight: 700;
    border-bottom: 4px solid #cdcdcd;
    position: relative;
    padding-bottom: 5px;
    margin-top: 80px;
  }
  .secondContents h2.title:after {
    content: "";
    display: block;
    width: 88px;
    height: 4px;
    background-color: #0e7548;
    position: absolute;
    bottom: -4px;
    left: 0;
  }
  .secondContents h3.title {
    font-size: 2.2rem;
    font-weight: 700;
    padding-left: 1em;
    position: relative;
    margin-top: 50px;
  }
  .secondContents h3.title:before {
    content: "";
    display: block;
    width: 5px;
    height: 1.2em;
    background-color: #0e7548;
    position: absolute;
    top: 0.3em;
    left: 0;
    transform: skewX(-15deg);
  }
  .secondContents p {
    margin-top: 25px;
  }
  .secondContents p.imgRight img {
    float: right;
    padding: 0 0 20px 20px;
  }
  .secondContents p.imgRight:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    clear: both;
  }
  .secondContents .tac {
    text-align: center;
  }
  .secondContents .img {
    margin-top: 30px;
  }
  .secondContents .img.solo {
    text-align: center;
  }
  .secondContents .img.solo img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .secondContents .img.col3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 50px;
  }
  .secondContents .img.col3 .img {
    margin-top: 0;
  }
  .secondContents .img.col3 .img img {
    width: 100%;
    height: auto;
  }
  .secondContents table.basicTable {
    border-collapse: collapse;
    border: 1px solid #b5b5b5;
    width: 100%;
    margin-top: 30px;
  }
  .secondContents table.basicTable th,
  .secondContents table.basicTable td {
    border: 1px solid #b5b5b5;
    padding: 15px;
    text-align: center;
  }
  .secondContents table.basicTable th {
    background-color: #f0f0f0;
    font-weight: 500;
  }
  .secondContents * + .commonTable {
    margin-top: 30px;
  }
  .secondContents .commonTable {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .secondContents .commonTable > tbody > tr > th,
  .secondContents .commonTable > thead > tr > th {
    padding: 28px 1.5%;
  }
  .secondContents .commonTable > tbody > tr > th:not([scope=row]),
  .secondContents .commonTable > thead > tr > th:not([scope=row]) {
    width: 150px !important;
  }
  .secondContents .commonTable > tbody > tr > th.date,
  .secondContents .commonTable > thead > tr > th.date {
    width: 118px !important;
  }
  .secondContents .commonTable > tbody > tr > td,
  .secondContents .commonTable > thead > tr > td {
    padding: 28px 1.5%;
  }
  .secondContents * + .scrollTable {
    margin-top: 30px;
  }
  .secondContents .scrolltext {
    display: none !important;
  }
  .infoList dl {
    display: flex;
    padding-top: 30px;
  }
  .infoList dl + dl {
    margin-top: 30px;
    border-top: 1px solid #cdcdcd;
  }
  .infoList dl dt {
    width: 30%;
    font-weight: 700;
  }
  .infoList dl dd {
    width: 70%;
  }
  .more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 322px;
    height: 60px;
    transition: all 0.3s;
    background: linear-gradient(to right, #0e7548 50%, #27312a 50%);
    background-position: 0 0;
    background-size: 200% 100%;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .more a:hover {
    background-position: -100% 0;
  }
  .more a svg {
    width: 24px;
    height: 18px;
    fill: #fff;
    margin-right: 10px;
  }
  .relation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 9%;
    margin-top: 30px;
  }
  .relation a {
    display: block;
    aspect-ratio: 440/232;
    width: 100%;
    position: relative;
    text-decoration: none;
    color: #27312a;
  }
  .relation a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/recruit/btn-frame.webp);
    background-size: 100% auto;
    z-index: 3;
  }
  .relation a .img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    margin: 0;
  }
  .relation a .img img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
  .relation a .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 2;
  }
  .relation a .txt .title {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .relation a .txt svg {
    width: 35px;
    height: 16px;
    fill: #0e7548;
  }
  .relation a:hover .img img {
    transform: scale(1.1);
  }
  .grn {
    color: #0e7548;
  }
  .bizInfo {
    display: flex;
  }
  .bizInfo .img {
    margin-right: 25px;
  }
  .bizInfo p {
    flex: 1;
  }
  .aform-content dl {
    display: flex;
  }
  .aform-content dl dt {
    width: 30%;
    padding-right: 20px;
  }
  .aform-content dl dt .aform-required {
    font-size: 1rem;
    padding: 5px;
    border-radius: 0;
  }
  .aform-content dl dt a {
    color: #0e7548;
  }
  .aform-content dl dt a[target$=blank] {
    background-image: url('data:image/svg+xml;utf8,<svg fill="%230e7548" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90.6 70.6"><polygon points="69.8,70.6 0,70.6 0,18.7 13.7,18.7 13.7,27.7 9,27.7 9,61.6 60.8,61.6 60.8,57.4 69.8,57.4 "></polygon><path d="M90.6,51.9H20.7V0h69.8V51.9z M29.7,42.9h51.8V9H29.7V42.9z"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: 1em 1em;
    display: inline-block;
    padding-right: 1.5em;
  }
  .aform-content dl dt a[target$=blank] img {
    display: none;
  }
  .aform-content dl dd {
    width: 70%;
  }
  .aform-content dl dd input {
    border: 1px solid #27312a;
    outline: none;
    padding: 10px;
  }
  .aform-content .aform-button-area {
    background-color: transparent;
  }
  .aform-content .aform-button-area input[type=submit] {
    transition: all 0.3s;
    background: linear-gradient(to right, #0e7548 50%, #27312a 50%);
    background-position: 0 0;
    background-size: 200% 100%;
    width: 322px;
    height: 60px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .aform-content .aform-button-area input[type=submit]:hover {
    background-position: -100% 0;
  }
  #aform-confirm-form dl {
    margin-top: 30px;
  }
  #aform-confirm-form .aform-button-area {
    margin-top: 30px;
    text-align: center;
  }
  #aform-confirm-form .aform-button-area #aform_btn_back {
    width: 322px;
    height: 60px;
    margin-right: 20px;
    cursor: pointer;
  }
}
/*# sourceMappingURL=map/second.css.map */
