/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 08:37:29 */
@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Sorts+Mill+Goudy&family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap);
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ------------ SP ------------ */
@media screen and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt";
  }
  /* ------------ eyecatch-box ------------ */
  #eyecatch-box {
    position: relative;
    height: 600px;
    overflow: hidden;
  }
  #eyecatch-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  #eyecatch-box .image-box {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #eyecatch-box .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
  }
  #eyecatch-box .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #eyecatch-box .slide.active {
    opacity: 1;
  }
  #eyecatch-box .copy-box-01 {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 50px;
    max-width: 500px;
    width: 50%;
  }
  #eyecatch-box .copy-box-01 img {
    width: 100%;
    display: block;
  }
  #eyecatch-box .copy-box-02 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    max-width: 500px;
    width: 50%;
  }
  #eyecatch-box .copy-box-02 img {
    width: 100%;
    display: block;
  }
  /* ------------ service-box ------------ */
  #service-box {
    position: relative;
    overflow: hidden;
    padding: 200px 0 100px 0;
  }
  #service-box .bg-image {
    position: absolute;
    inset: 0;
    opacity: 0.7;
    z-index: 0;
  }
  #service-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #service-box .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #service-box .title-area {
    position: absolute;
    top: 0;
    left: 40px;
    width: 200px;
  }
  #service-box .title-area h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2f8f;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #service-box .title-area h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  #service-box .title-area p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #service-box .title-area p {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 768px) {
  #service-box .service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 70px;
    padding-left: 280px;
  }
  #service-box .service-item .text-box {
    margin-bottom: 24px;
  }
  #service-box .service-item .text-box h3 {
    display: flex;
    gap: 6px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #service-box .service-item .text-box h3 {
    font-size: 23.4px;
  }
}
@media screen and (max-width: 768px) {
  #service-box .service-item .text-box h3 span {
    width: 22px;
    height: 22px;
    background: #1f2f8f;
    flex-shrink: 0;
    margin: 10px 0 0 0;
  }
  #service-box .service-item .text-box p {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    color: #000;
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #service-box .service-item .text-box p {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  #service-box .service-item .image-box img {
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
  }
  #service-box .service-item .image-box-product img {
    width: auto;
    max-width: 100%;
    margin: 20px 0 0 0;
  }
  #service-box .service-item .image-box-product-02 img {
    max-width: 80%;
    margin: 20px auto 0;
  }
  #service-box .service-item-bottom {
    grid-column: 1/2;
  }
  #service-box .service-item-bottom .text-box {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  /* ------------ qualification-box ------------ */
  #qualification-box {
    position: relative;
    overflow: hidden;
    padding: 100px 0 200px 0;
    background: #f7f7f7;
    --qualification-side-padding: clamp(24px, 3.2vw, 40px);
    --qualification-gap: clamp(28px, 5vw, 70px);
    --qualification-title-space: clamp(160px, 22vw, 280px);
  }
  #qualification-box .bg-image {
    position: absolute;
    inset: 0;
    opacity: 0.7;
    z-index: 0;
  }
  #qualification-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #qualification-box .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--qualification-side-padding);
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--qualification-gap);
    box-sizing: border-box;
  }
  #qualification-box .title-area {
    position: absolute;
    top: 0;
    left: var(--qualification-side-padding);
    width: clamp(140px, 16vw, 200px);
  }
  #qualification-box .title-area h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2f8f;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #qualification-box .title-area h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  #qualification-box .title-area p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #qualification-box .title-area p {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 768px) {
  #qualification-box .text-area {
    flex: 1 1 420px;
    width: auto;
    max-width: none;
    min-width: 0;
    padding-left: var(--qualification-title-space);
    box-sizing: border-box;
  }
  #qualification-box .info-block {
    margin-bottom: 70px;
    width: 100%;
  }
  #qualification-box .info-block:last-child {
    margin-bottom: 0;
  }
  #qualification-box .info-block h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #qualification-box .info-block h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  #qualification-box .info-block ul li {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    color: #000;
    padding: 0 0 10px 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #8f8f8f;
    list-style: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #qualification-box .info-block ul li {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 768px) {
  #qualification-box .info-block ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1f2fbe;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #qualification-box .info-block ul li:last-child {
    margin-bottom: 0;
  }
  #qualification-box .image-area {
    flex: 1 1 240px;
    min-width: 200px;
    gap: clamp(14px, 2vw, 24px);
    align-content: start;
    justify-items: end;
  }
  #qualification-box .image-box {
    width: 100%;
    max-width: 320px;
  }
  #qualification-box .image-box img {
    width: 100%;
    display: block;
    box-shadow: 1px 1px 5px #999;
    border: 5px solid #fff;
    margin: 40px 0 0 0;
  }
  #qualification-box .image-box01 {
    width: 100%;
    margin: 0 auto 0 0;
  }
  #qualification-box .image-box02 {
    width: 100%;
  }
  #qualification-box .image-box03 {
    width: 100%;
    margin: 0 auto 0 0;
  }
  #qualification-box .image-box04 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* ------------ company-box ------------ */
  #company-box {
    position: relative;
    overflow: hidden;
    padding: 200px 0;
    color: #fff;
  }
  #company-box .bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #company-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #company-box .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
  }
  #company-box .title-area {
    position: absolute;
    top: 0;
    left: 40px;
    width: 200px;
  }
  #company-box .title-area h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #company-box .title-area h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  #company-box .title-area p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #company-box .title-area p {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 768px) {
  #company-box .content-area {
    padding-left: 280px;
    box-sizing: border-box;
  }
  #company-box .greeting-box {
    margin-bottom: 150px;
  }
  #company-box .greeting-box h3 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #f2c52b;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #company-box .greeting-box h3 {
    font-size: 30.6px;
  }
}
@media screen and (max-width: 768px) {
  #company-box .greeting-box .message-box {
    margin: 50px 0 0 0;
  }
  #company-box .greeting-box .message-box p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #company-box .greeting-box .message-box p {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 768px) {
  #company-box .greeting-box .message-box p:last-child {
    margin-bottom: 0;
  }
  #company-box .greeting-box .name-box {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0 12px;
    flex-wrap: wrap;
    text-align: right;
  }
  #company-box .greeting-box .name-box .company,
  #company-box .greeting-box .name-box .position {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #company-box .greeting-box .name-box .company,
  #company-box .greeting-box .name-box .position {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  #company-box .greeting-box .name-box .name {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #company-box .greeting-box .name-box .name {
    font-size: 23.4px;
  }
}
@media screen and (max-width: 768px) {
  #company-box .info-box {
    border-top: 1px solid rgba(255, 255, 255, 0.9);
  }
  #company-box .info-row {
    display: flex;
    gap: 36px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }
  #company-box .info-row .head {
    width: 140px;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #f2c52b;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #company-box .info-row .head {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #company-box .info-row .body {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #company-box .info-row .body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  #company-box .info-row .body p {
    margin-bottom: 8px;
  }
  #company-box .info-row .body p:last-child {
    margin-bottom: 0;
  }
  #company-box .info-row .address-group {
    margin-bottom: 18px;
  }
  #company-box .info-row .address-group:last-child {
    margin-bottom: 0;
  }
  #company-box .info-row .address-group p {
    margin-bottom: 6px;
  }
  #company-box .info-row .address-group p:last-child {
    margin-bottom: 0;
  }
  #company-box .history-list li {
    display: grid;
    grid-template-columns: 120px 1fr;
    -moz-column-gap: 22px;
         column-gap: 22px;
    margin-bottom: 8px;
  }
  #company-box .history-list li:last-child {
    margin-bottom: 0;
  }
  #company-box .history-list li span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* ------------ recruit-box ------------ */
  #recruit-box {
    position: relative;
    overflow: hidden;
    padding: 200px 0;
    background: #f4f4f4;
  }
  #recruit-box .bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #recruit-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #recruit-box .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #recruit-box .title-area {
    position: absolute;
    top: 0;
    left: 40px;
    width: 200px;
  }
  #recruit-box .title-area h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2f8f;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #recruit-box .title-area h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-box .title-area p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #recruit-box .title-area p {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-box .content-area {
    padding-left: 280px;
    box-sizing: border-box;
    padding-top: 4px;
  }
  #recruit-box .catch-box {
    margin-bottom: 55px;
    text-align: center;
  }
  #recruit-box .catch-box p {
    display: inline-block;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    border-bottom: 5px solid #f2c52b;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #recruit-box .catch-box p {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-box .catch-box p:last-child {
    margin-bottom: 0;
  }
  #recruit-box .info-box {
    max-width: 760px;
    margin: 0 auto;
  }
  #recruit-box .info-row .head {
    display: none;
  }
  #recruit-box .info-row .body p {
    font-size: 16px;
    line-height: 1.9;
    color: #000;
    margin-bottom: 30px;
    padding-left: 170px;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #recruit-box .info-row .body p {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-box .info-row .body p span {
    font-size: 19px;
    line-height: 1.9;
    font-weight: 700;
    color: #1f2f8f;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #recruit-box .info-row .body p span {
    font-size: 17.1px;
  }
}
@media screen and (max-width: 768px) {
  #recruit-box .info-row .body p br {
    display: block;
  }
  #recruit-box .allowance-box {
    margin-bottom: 14px;
  }
  #recruit-box .allowance-box p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  /* ------------ contact-box ------------ */
  #contact-box {
    position: relative;
    overflow: hidden;
    padding: 200px 0;
    color: #fff;
    --contact-side-padding: clamp(24px, 3.2vw, 40px);
    --contact-title-width: clamp(180px, 16vw, 200px);
    --contact-title-space: clamp(220px, 26vw, 280px);
  }
  #contact-box .bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #contact-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left bottom;
       object-position: left bottom;
    display: block;
  }
  #contact-box .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--contact-side-padding);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #contact-box .title-area {
    position: absolute;
    top: 0;
    left: var(--contact-side-padding);
    width: var(--contact-title-width);
  }
  #contact-box .title-area h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contact-box .title-area h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  #contact-box .title-area p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contact-box .title-area p {
    font-size: 16.2px;
  }
}
@media screen and (max-width: 768px) {
  #contact-box .content-area {
    padding-left: var(--contact-title-space);
    box-sizing: border-box;
  }
  #contact-box .content-area h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contact-box .content-area h3 {
    font-size: 25.2px;
  }
}
@media screen and (max-width: 768px) {
  #contact-box .office-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
  }
  #contact-box .office-list {
    min-width: 0;
    width: 420px;
  }
  #contact-box .office-image {
    min-width: 0;
  }
  #contact-box .office-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  #contact-box .office-box {
    margin-bottom: 60px;
  }
  #contact-box .office-box:last-child {
    margin-bottom: 0;
  }
  #contact-box .office-box h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contact-box .office-box h4 {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 768px) {
  #contact-box .office-box h4 span {
    width: 14px;
    height: 14px;
    background: #ffe100;
    flex-shrink: 0;
  }
  #contact-box .office-box .zip,
  #contact-box .office-box .address {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contact-box .office-box .zip,
  #contact-box .office-box .address {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  #contact-box .office-box .zip {
    margin-bottom: 2px;
  }
  #contact-box .office-box .address {
    margin-bottom: 14px;
  }
  #contact-box .office-box .tel,
  #contact-box .office-box .fax,
  #contact-box .office-box .url,
  #contact-box .office-box .mail {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contact-box .office-box .tel,
  #contact-box .office-box .fax,
  #contact-box .office-box .url,
  #contact-box .office-box .mail {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #contact-box .office-box .time {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #contact-box .office-box .time {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 768px) {
  #contact-box .office-box .mail,
  #contact-box .office-box .url {
    word-break: break-all;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  /* ------------ sp ------------ */
  /* eyecatch-box */
  #eyecatch-box {
    height: 40vh;
    min-height: 400px;
  }
  #eyecatch-box .copy-box-01 {
    top: 30px;
    left: 20px;
    width: calc(100% - 40px);
    max-width: 240px;
  }
  #eyecatch-box .copy-box-02 {
    right: 20;
    bottom: 0;
    width: calc(100% - 40px);
    max-width: 200px;
    margin-left: auto;
  }
  /* service-box */
  #service-box {
    padding: 100px 0 60px;
  }
  #service-box .inner {
    padding: 0 10%;
  }
  #service-box .title-area {
    position: static;
    width: 100%;
    margin-bottom: 35px;
  }
  #service-box .service-list {
    grid-template-columns: 1fr;
    row-gap: 45px;
    -moz-column-gap: 0;
         column-gap: 0;
    padding-left: 0;
  }
  #service-box .service-item .text-box {
    margin-bottom: 16px;
  }
  #service-box .service-item .text-box h3 {
    align-items: flex-start;
  }
  #service-box .service-item .text-box h3 span {
    width: 18px;
    height: 18px;
    margin-top: 8px;
  }
  #service-box .service-item .image-box-product-02 img {
    max-width: 100%;
  }
  #service-box .service-item-bottom {
    grid-column: auto;
  }
  /* qualification-box */
  #qualification-box {
    padding: 60px 0 100px;
    --qualification-side-padding: 20px;
    --qualification-gap: 35px;
    --qualification-title-space: 0px;
  }
  #qualification-box .inner {
    display: block;
    padding: 0 10%;
  }
  #qualification-box .title-area {
    position: static;
    width: 100%;
    margin-bottom: 35px;
  }
  #qualification-box .text-area {
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
  }
  #qualification-box .info-block {
    margin-bottom: 40px;
  }
  #qualification-box .info-block ul li {
    padding-left: 18px;
  }
  #qualification-box .info-block ul li::before {
    width: 10px;
    height: 10px;
    top: 9px;
  }
  #qualification-box .image-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    min-width: 0;
  }
  #qualification-box .image-box {
    max-width: 100%;
  }
  #qualification-box .image-box img {
    margin-top: 0;
    border-width: 3px;
  }
  #qualification-box .image-box01,
  #qualification-box .image-box02,
  #qualification-box .image-box03,
  #qualification-box .image-box04 {
    width: 100%;
    margin: 0;
  }
  /* company-box */
  #company-box {
    padding: 100px 0;
  }
  #company-box .inner {
    padding: 0 5%;
  }
  #company-box .title-area {
    position: static;
    width: 100%;
    margin-bottom: 35px;
  }
  #company-box .content-area {
    padding-left: 0;
  }
  #company-box .greeting-box {
    margin-bottom: 60px;
  }
  #company-box .greeting-box .message-box {
    margin-top: 25px;
  }
  #company-box .greeting-box .name-box {
    margin-top: 40px;
    display: block;
    text-align: right;
  }
  #company-box .greeting-box .name-box .company,
  #company-box .greeting-box .name-box .position,
  #company-box .greeting-box .name-box .name {
    display: block;
  }
  #company-box .greeting-box .name-box .name {
    margin-top: 8px;
  }
  #company-box .info-row {
    display: block;
    padding: 18px 0;
  }
  #company-box .info-row .head {
    width: 100%;
    margin-bottom: 10px;
  }
  #company-box .history-list li {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
  /* recruit-box */
  #recruit-box {
    padding: 100px 0;
  }
  #recruit-box .inner {
    padding: 0 20px;
  }
  #recruit-box .title-area {
    position: static;
    width: 100%;
    margin-bottom: 35px;
  }
  #recruit-box .content-area {
    padding-left: 0;
    padding-top: 0;
  }
  #recruit-box .catch-box {
    margin-bottom: 35px;
    text-align: left;
  }
  #recruit-box .catch-box p {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
  #recruit-box .info-box {
    max-width: 100%;
  }
  #recruit-box .info-row .body p {
    padding-left: 0;
    margin-bottom: 20px;
  }
  #recruit-box .info-row .body p span {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }
  /* contact-box */
  #contact-box {
    padding: 100px 0;
    --contact-side-padding: 20px;
    --contact-title-width: 100%;
    --contact-title-space: 0px;
  }
  #contact-box .inner {
    padding: 0 20px;
  }
  #contact-box .title-area {
    position: static;
    width: 100%;
    margin-bottom: 35px;
  }
  #contact-box .content-area {
    padding-left: 0;
  }
  #contact-box .office-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #contact-box .office-list {
    width: 100%;
  }
  #contact-box .office-image {
    order: 2;
    width: 80%;
    margin: 0 auto;
  }
  #contact-box .office-box {
    margin-bottom: 35px;
  }
  #contact-box .office-box h4 span {
    width: 12px;
    height: 12px;
  }
  #contact-box .office-box .time {
    margin-bottom: 16px;
  }
}
/* ------------ //SP ------------ */
/* ------------ PC ------------ */
@media screen and (min-width: 769px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  /* ------------ eyecatch-box ------------ */
  #eyecatch-box {
    position: relative;
    height: 600px;
    overflow: hidden;
  }
  #eyecatch-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  #eyecatch-box .image-box {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #eyecatch-box .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
  }
  #eyecatch-box .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #eyecatch-box .slide.active {
    opacity: 1;
  }
  #eyecatch-box .copy-box-01 {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 50px;
    max-width: 500px;
    width: 50%;
  }
  #eyecatch-box .copy-box-01 img {
    width: 100%;
    display: block;
  }
  #eyecatch-box .copy-box-02 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    max-width: 500px;
    width: 50%;
  }
  #eyecatch-box .copy-box-02 img {
    width: 100%;
    display: block;
  }
  /* ------------ service-box ------------ */
  #service-box {
    position: relative;
    overflow: hidden;
    padding: 200px 0 100px 0;
  }
  #service-box .bg-image {
    position: absolute;
    inset: 0;
    opacity: 0.7;
    z-index: 0;
  }
  #service-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #service-box .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #service-box .title-area {
    position: absolute;
    top: 0;
    left: 40px;
    width: 200px;
  }
  #service-box .title-area h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2f8f;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #service-box .title-area h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) {
  #service-box .title-area p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
    border-top: 1px solid #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #service-box .title-area p {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 769px) {
  #service-box .service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 70px;
    padding-left: 280px;
  }
  #service-box .service-item .text-box {
    margin-bottom: 24px;
  }
  #service-box .service-item .text-box h3 {
    display: flex;
    gap: 6px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #service-box .service-item .text-box h3 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 769px) {
  #service-box .service-item .text-box h3 span {
    width: 22px;
    height: 22px;
    background: #1f2f8f;
    flex-shrink: 0;
    margin: 10px 0 0 0;
  }
  #service-box .service-item .text-box p {
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    color: #000;
    margin: 15px 0 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #service-box .service-item .text-box p {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 769px) {
  #service-box .service-item .image-box img {
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
  }
  #service-box .service-item .image-box-product img {
    width: 0 auto;
    max-width: 100%;
    margin: 20px 0 0 0;
  }
  #service-box .service-item .image-box-product-02 img {
    max-width: 80%;
    margin: 20px auto 0;
  }
  #service-box .service-item-bottom {
    grid-column: 1/2;
  }
  #service-box .service-item-bottom .text-box {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  /* ------------ qualification-box ------------ */
  #qualification-box {
    position: relative;
    overflow: hidden;
    padding: 100px 0 200px 0;
    background: #f7f7f7;
    --qualification-side-padding: clamp(24px, 3.2vw, 40px);
    --qualification-gap: clamp(28px, 5vw, 70px);
    --qualification-title-space: clamp(160px, 22vw, 280px);
  }
  #qualification-box .bg-image {
    position: absolute;
    inset: 0;
    opacity: 0.7;
    z-index: 0;
  }
  #qualification-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #qualification-box .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--qualification-side-padding);
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: var(--qualification-gap);
    box-sizing: border-box;
  }
  #qualification-box .title-area {
    position: absolute;
    top: 0;
    left: var(--qualification-side-padding);
    width: clamp(140px, 16vw, 200px);
  }
  #qualification-box .title-area h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2f8f;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #qualification-box .title-area h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) {
  #qualification-box .title-area p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
    border-top: 1px solid #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #qualification-box .title-area p {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 769px) {
  #qualification-box .text-area {
    flex: 1 1 420px;
    width: auto;
    max-width: none;
    min-width: 0;
    padding-left: var(--qualification-title-space);
    box-sizing: border-box;
  }
  #qualification-box .info-block {
    margin-bottom: 70px;
    width: 100%;
  }
  #qualification-box .info-block:last-child {
    margin-bottom: 0;
  }
  #qualification-box .info-block h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #qualification-box .info-block h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) {
  #qualification-box .info-block ul li {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    color: #000;
    padding: 0 0 10px 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #8f8f8f;
    list-style: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #qualification-box .info-block ul li {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 769px) {
  #qualification-box .info-block ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1f2fbe;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #qualification-box .info-block ul li:last-child {
    margin-bottom: 0;
  }
  #qualification-box .image-area {
    flex: 1 1 240px;
    min-width: 200px;
    gap: clamp(14px, 2vw, 24px);
    align-content: start;
    justify-items: end;
  }
  #qualification-box .image-box {
    width: 100%;
    max-width: 320px;
  }
  #qualification-box .image-box img {
    width: 100%;
    display: block;
    box-shadow: 1px 1px 5px #999;
    border: 5px solid #fff;
    margin: 40px 0 0 0;
  }
  #qualification-box .image-box01 {
    width: 100%;
    margin: 0 auto 0 0;
  }
  #qualification-box .image-box02 {
    width: 100%;
  }
  #qualification-box .image-box03 {
    width: 100%;
    margin: 0 auto 0 0;
  }
  #qualification-box .image-box04 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  /* ------------ company-box ------------ */
  #company-box {
    position: relative;
    overflow: hidden;
    padding: 200px 0;
    color: #fff;
  }
  #company-box .bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #company-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #company-box .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
  }
  #company-box .title-area {
    position: absolute;
    top: 0;
    left: 40px;
    width: 200px;
  }
  #company-box .title-area h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #company-box .title-area h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) {
  #company-box .title-area p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #company-box .title-area p {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 769px) {
  #company-box .content-area {
    padding-left: 280px;
    box-sizing: border-box;
  }
  #company-box .greeting-box {
    margin-bottom: 150px;
  }
  #company-box .greeting-box h3 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #f2c52b;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #company-box .greeting-box h3 {
    font-size: 30.6px;
  }
}
@media screen and (min-width: 769px) {
  #company-box .greeting-box .message-box {
    margin: 50px 0 0 0;
  }
  #company-box .greeting-box .message-box p {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #company-box .greeting-box .message-box p {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 769px) {
  #company-box .greeting-box .message-box p:last-child {
    margin-bottom: 0;
  }
  #company-box .greeting-box .name-box {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0 12px;
    flex-wrap: wrap;
    text-align: right;
  }
  #company-box .greeting-box .name-box .company,
  #company-box .greeting-box .name-box .position {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #company-box .greeting-box .name-box .company,
  #company-box .greeting-box .name-box .position {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 769px) {
  #company-box .greeting-box .name-box .name {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #company-box .greeting-box .name-box .name {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 769px) {
  #company-box .info-box {
    border-top: 1px solid rgba(255, 255, 255, 0.9);
  }
  #company-box .info-row {
    display: flex;
    gap: 36px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  }
  #company-box .info-row .head {
    width: 140px;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #f2c52b;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #company-box .info-row .head {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #company-box .info-row .body {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #company-box .info-row .body {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 769px) {
  #company-box .info-row .body p {
    margin-bottom: 8px;
  }
  #company-box .info-row .body p:last-child {
    margin-bottom: 0;
  }
  #company-box .info-row .address-group {
    margin-bottom: 18px;
  }
  #company-box .info-row .address-group:last-child {
    margin-bottom: 0;
  }
  #company-box .info-row .address-group p {
    margin-bottom: 6px;
  }
  #company-box .info-row .address-group p:last-child {
    margin-bottom: 0;
  }
  #company-box .history-list li {
    display: grid;
    grid-template-columns: 120px 1fr;
    -moz-column-gap: 22px;
         column-gap: 22px;
    margin-bottom: 8px;
  }
  #company-box .history-list li:last-child {
    margin-bottom: 0;
  }
  #company-box .history-list li span {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  /* ------------ recruit-box ------------ */
  #recruit-box {
    position: relative;
    overflow: hidden;
    padding: 200px 0;
    background: #f4f4f4;
  }
  #recruit-box .bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #recruit-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #recruit-box .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #recruit-box .title-area {
    position: absolute;
    top: 0;
    left: 40px;
    width: 200px;
  }
  #recruit-box .title-area h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #1f2f8f;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #recruit-box .title-area h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) {
  #recruit-box .title-area p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
    border-top: 1px solid #000;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #recruit-box .title-area p {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 769px) {
  #recruit-box .content-area {
    padding-left: 280px;
    box-sizing: border-box;
    padding-top: 4px;
  }
  #recruit-box .catch-box {
    margin-bottom: 55px;
    text-align: center;
  }
  #recruit-box .catch-box p {
    display: inline-block;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    border-bottom: 5px solid #f2c52b;
    margin: 10px 0 0 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #recruit-box .catch-box p {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) {
  #recruit-box .catch-box p:last-child {
    margin-bottom: 0;
  }
  #recruit-box .info-box {
    max-width: 760px;
    margin: 0 auto;
  }
  #recruit-box .info-row .head {
    display: none;
  }
  #recruit-box .info-row .body p {
    font-size: 16px;
    line-height: 1.9;
    color: #000;
    margin-bottom: 30px;
    padding-left: 170px;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #recruit-box .info-row .body p {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 769px) {
  #recruit-box .info-row .body p span {
    font-size: 19px;
    line-height: 1.9;
    font-weight: 700;
    color: #1f2f8f;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #recruit-box .info-row .body p span {
    font-size: 17.1px;
  }
}
@media screen and (min-width: 769px) {
  #recruit-box .info-row .body p br {
    display: block;
  }
  #recruit-box .allowance-box {
    margin-bottom: 14px;
  }
  #recruit-box .allowance-box p {
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  /* ------------ contact-box ------------ */
  #contact-box {
    position: relative;
    overflow: hidden;
    padding: 200px 0;
    color: #fff;
    --contact-side-padding: clamp(24px, 3.2vw, 40px);
    --contact-title-width: clamp(180px, 16vw, 200px);
    --contact-title-space: clamp(220px, 26vw, 280px);
  }
  #contact-box .bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #contact-box .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left bottom;
       object-position: left bottom;
    display: block;
  }
  #contact-box .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--contact-side-padding);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }
  #contact-box .title-area {
    position: absolute;
    top: 0;
    left: var(--contact-side-padding);
    width: var(--contact-title-width);
  }
  #contact-box .title-area h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #contact-box .title-area h2 {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) {
  #contact-box .title-area p {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #contact-box .title-area p {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 769px) {
  #contact-box .content-area {
    padding-left: var(--contact-title-space);
    box-sizing: border-box;
  }
  #contact-box .content-area h3 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #contact-box .content-area h3 {
    font-size: 25.2px;
  }
}
@media screen and (min-width: 769px) {
  #contact-box .office-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
  }
  #contact-box .office-list {
    min-width: 0;
    width: 420px;
  }
  #contact-box .office-image {
    min-width: 0;
  }
  #contact-box .office-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  #contact-box .office-box {
    margin-bottom: 60px;
  }
  #contact-box .office-box:last-child {
    margin-bottom: 0;
  }
  #contact-box .office-box h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #contact-box .office-box h4 {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 769px) {
  #contact-box .office-box h4 span {
    width: 14px;
    height: 14px;
    background: #ffe100;
    flex-shrink: 0;
  }
  #contact-box .office-box .zip,
  #contact-box .office-box .address {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #contact-box .office-box .zip,
  #contact-box .office-box .address {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 769px) {
  #contact-box .office-box .zip {
    margin-bottom: 2px;
  }
  #contact-box .office-box .address {
    margin-bottom: 14px;
  }
  #contact-box .office-box .tel,
  #contact-box .office-box .fax,
  #contact-box .office-box .url,
  #contact-box .office-box .mail {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #contact-box .office-box .tel,
  #contact-box .office-box .fax,
  #contact-box .office-box .url,
  #contact-box .office-box .mail {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  #contact-box .office-box .time {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  #contact-box .office-box .time {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 769px) {
  #contact-box .office-box .mail,
  #contact-box .office-box .url {
    word-break: break-all;
    margin-bottom: 0;
  }
}
/* ------------ //PC ------------ */


.site-body{
padding:0 !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width:100% !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left:0 !important;
}





