@charset "UTF-8";
/* ===============================================
# remのclamp
=============================================== */
/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
.u_mb0 {
  margin-bottom: 0px;
}

.u_mb10 {
  margin-bottom: 10px;
}

.u_mb20 {
  margin-bottom: 20px;
}

.u_mb30 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .u_mb30 {
    margin-bottom: 25px;
  }
}

.u_mb40 {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .u_mb40 {
    margin-bottom: 35px;
  }
}

.u_mb60 {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .u_mb60 {
    margin-bottom: 40px;
  }
}

.u_mb80 {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .u_mb80 {
    margin-bottom: 60px;
  }
}

.u_mb120 {
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .u_mb120 {
    margin-bottom: 80px;
  }
}

.text_12 {
  font-size: 12px;
}
@media (max-width: 480px) {
  .text_12 {
    font-size: 11px;
  }
}

.text_14 {
  font-size: 14px;
}
@media (max-width: 480px) {
  .text_14 {
    font-size: 12px;
  }
}

.text_16 {
  font-size: 16px;
}
@media (max-width: 480px) {
  .text_16 {
    font-size: 14px;
  }
}

.text_18 {
  font-size: 18px;
}
@media (max-width: 480px) {
  .text_18 {
    font-size: 16px;
  }
}

.text_20 {
  font-size: 20px;
}
@media (max-width: 480px) {
  .text_20 {
    font-size: 18px;
  }
}

.text_22 {
  font-size: 22px;
}
@media (max-width: 480px) {
  .text_22 {
    font-size: 20px;
  }
}

.text_24 {
  font-size: 24px;
}
@media (max-width: 480px) {
  .text_24 {
    font-size: 20px;
  }
}

.text_28 {
  font-size: 28px;
}
@media (max-width: 480px) {
  .text_28 {
    font-size: 22px;
  }
}

html body {
  background: url(../img/top_bg002.jpg);
  background-size: cover;
}

html body .wrap .u_mb0 {
  margin-bottom: 0px;
}
html body .wrap .u_mb10 {
  margin-bottom: 10px;
}
html body .wrap .u_mb20 {
  margin-bottom: 20px;
}
html body .wrap .u_mb30 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  html body .wrap .u_mb30 {
    margin-bottom: 25px;
  }
}
html body .wrap .u_mb40 {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  html body .wrap .u_mb40 {
    margin-bottom: 35px;
  }
}
html body .wrap .u_mb60 {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  html body .wrap .u_mb60 {
    margin-bottom: 40px;
  }
}
html body .wrap .u_mb80 {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  html body .wrap .u_mb80 {
    margin-bottom: 60px;
  }
}
html body .wrap .u_mb120 {
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  html body .wrap .u_mb120 {
    margin-bottom: 80px;
  }
}
html body .wrap .text_12 {
  font-size: 12px;
}
@media (max-width: 480px) {
  html body .wrap .text_12 {
    font-size: 11px;
  }
}
html body .wrap .text_14 {
  font-size: 14px;
}
@media (max-width: 480px) {
  html body .wrap .text_14 {
    font-size: 12px;
  }
}
html body .wrap .text_16 {
  font-size: 16px;
}
@media (max-width: 480px) {
  html body .wrap .text_16 {
    font-size: 14px;
  }
}
html body .wrap .text_18 {
  font-size: 18px;
}
@media (max-width: 480px) {
  html body .wrap .text_18 {
    font-size: 16px;
  }
}
html body .wrap .text_20 {
  font-size: 20px;
}
@media (max-width: 480px) {
  html body .wrap .text_20 {
    font-size: 18px;
  }
}
html body .wrap .text_22 {
  font-size: 22px;
}
@media (max-width: 480px) {
  html body .wrap .text_22 {
    font-size: 20px;
  }
}
html body .wrap .text_24 {
  font-size: 24px;
}
@media (max-width: 480px) {
  html body .wrap .text_24 {
    font-size: 20px;
  }
}
html body .wrap .text_28 {
  font-size: 28px;
}
@media (max-width: 480px) {
  html body .wrap .text_28 {
    font-size: 22px;
  }
}
html body .wrap .al_start {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
html body .wrap .al_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
html body .wrap .js_cneter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .wrap .flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html body .wrap .re_center {
  text-align: center;
}
@media (max-width: 480px) {
  html body .wrap .re_center {
    text-align: start;
  }
}
html body .wrap .u_center {
  text-align: center;
}
html body .wrap .u_start {
  text-align: start;
}
html body .wrap .u_end {
  text-align: end;
}

.flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.64%;
     -moz-column-gap: 3.64%;
          column-gap: 3.64%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 480px) {
  .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: clamp(20px, 7.6923076923vw, 30px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex_box .img_area {
  width: 51.82%;
}
@media (max-width: 480px) {
  .flex_box .img_area {
    width: 100%;
  }
}
.flex_box .text_area {
  width: 44.55%;
}
@media (max-width: 480px) {
  .flex_box .text_area {
    width: 100%;
  }
}
.flex_box .col {
  width: 50%;
}
@media (max-width: 480px) {
  .flex_box .col {
    width: 100%;
  }
}
.flex_box .w30 {
  width: 30%;
}
@media (max-width: 480px) {
  .flex_box .w30 {
    width: 100%;
  }
}
.flex_box .w40 {
  width: 40%;
}
@media (max-width: 480px) {
  .flex_box .w40 {
    width: 100%;
  }
}
.flex_box .w60 {
  width: 60%;
}
@media (max-width: 480px) {
  .flex_box .w60 {
    width: 100%;
  }
}
.flex_box .w70 {
  width: 70%;
}
@media (max-width: 480px) {
  .flex_box .w70 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .flex_box.box_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .flex_box .spw80 {
    width: 80%;
  }
}

/* ===============================================
# その他共通
=============================================== */
.fax {
  pointer-events: none !important;
}

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

.pc-text-center {
  text-align: center;
}
@media (max-width: 480px) {
  .pc-text-center {
    text-align: left;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

ol.decimal {
  display: block;
  list-style-type: decimal;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
ol.decimal li {
  display: list-item;
  list-style-type: decimal;
}
ol.decimal li:not(:first-child) {
  margin-top: 0.2em;
}

ul.disc {
  display: block;
  list-style-type: disc;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
ul.disc li {
  display: list-item;
  list-style-type: disc;
}
ul.disc li:not(:first-child) {
  margin-top: 0.2em;
}

.highlight {
  background: #F8F9FB;
  padding: 40px 40px 30px;
}
@media (max-width: 480px) {
  .highlight {
    padding: 30px 6% 20px;
  }
}

.border-box {
  background: #fff;
  padding: 40px 40px 30px;
  border: solid 1px #0A35A1;
}
@media (max-width: 480px) {
  .border-box {
    padding: 30px 6% 20px;
  }
}

.bg-color {
  background: #F8F9FB;
  padding: 100px 0;
}
@media (max-width: 480px) {
  .bg-color {
    padding: 70px 0;
  }
}
.bg-color.last-bg-color {
  margin-bottom: 0 !important;
  padding: 100px 0 180px;
}
@media (max-width: 480px) {
  .bg-color.last-bg-color {
    padding: 70px 0 120px;
  }
}

.c-accordion__item:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .c-accordion__item:not(:first-child) {
    margin-top: 12px;
  }
}
.c-accordion__head {
  background: #F8F9FB;
  padding: 25px 36px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .c-accordion__head {
    padding: 16px 4%;
  }
}
.c-accordion__head:hover {
  background: rgb(241.5090909091, 243.4363636364, 247.2909090909);
}
.c-accordion__head.close .c-accordion__toggle:after {
  height: 0;
}
@media (min-width: 481px) {
  .c-accordion__head.close .c-accordion__detail::before {
    content: "閉じる";
  }
}
.c-accordion__inner {
  position: relative;
  padding-right: 160px;
}
@media (max-width: 480px) {
  .c-accordion__inner {
    padding-right: 40px;
  }
}
.c-accordion__ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 480px) {
  .c-accordion__ttl {
    font-size: 1.6rem;
  }
}
.c-accordion__open {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
}
.c-accordion__detail::before {
  content: "詳細を見る";
  font-weight: 500;
  text-align: right;
  color: rgba(40, 40, 40, 0.7);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .c-accordion__detail::before {
    content: none;
  }
}
.c-accordion__toggle {
  background: #0A35A1;
  width: 2.375em;
  height: 2.375em;
  border-radius: 50%;
  display: block;
  position: relative;
}
@media (max-width: 480px) {
  .c-accordion__toggle {
    width: 26px;
    height: 26px;
  }
}
.c-accordion__toggle::before, .c-accordion__toggle::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-accordion__toggle::before {
  border-top: 2px solid #fff;
  width: 1.25em;
  height: 0;
}
@media (max-width: 480px) {
  .c-accordion__toggle::before {
    width: 12px;
  }
}
.c-accordion__toggle::after {
  border-left: 2px solid #fff;
  width: 0;
  height: 1.25em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .c-accordion__toggle::after {
    height: 12px;
  }
}
.c-accordion__box {
  background: #F8F9FB;
  padding: 20px 40px 40px;
}
@media (max-width: 480px) {
  .c-accordion__box {
    padding: 10px 4% 30px;
  }
}

/* ===============================================
# 見出し
=============================================== */
h2.sec_h2 {
  font-size: 3.2rem;
  text-align: center;
  padding-bottom: 0.3125em;
  position: relative;
  margin-bottom: 1.5625em;
}
@media (max-width: 480px) {
  h2.sec_h2 {
    font-size: 2.6rem;
  }
}
h2.sec_h2::before {
  content: "";
  display: block;
  width: 1.5625em;
  height: 2px;
  background: #0A35A1;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

h3.sec_h3 {
  line-height: 1.6;
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 0.7692307692em;
}
@media (max-width: 480px) {
  h3.sec_h3 {
    font-size: 2.2rem;
  }
}
h3.sec_h3.--small {
  font-size: 2.2rem;
}
@media (max-width: 480px) {
  h3.sec_h3.--small {
    font-size: 1.8rem;
  }
}

/* ===============================================
# セクションごと
=============================================== */
.img-caption {
  display: block;
  background: #F8F9FB;
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.greeting-name {
  font-weight: 500;
}

.recruit_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .recruit_ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}
.recruit_ttl .point {
  font-family: "Figtree", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #0A35A1;
  display: table;
  line-height: 1;
  padding: 6px 18px;
  margin: auto;
  margin-bottom: 1rem;
  -webkit-clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
@media (max-width: 480px) {
  .recruit_ttl .point {
    margin-left: 0;
    font-size: 1.5rem;
    padding: 4px 18px 5px 12px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  }
}

@media (min-width: 481px) {
  .wrap.--business {
    width: 1200px;
  }
}

.bs-box__item {
  background: #F8F9FB;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 40px;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .bs-box__item {
    padding: 30px 6%;
    border-radius: 10px;
  }
}
.bs-box__item:not(:first-of-type) {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .bs-box__item:not(:first-of-type) {
    margin-top: 30px;
  }
}
.bs-box__item > * {
  width: calc((100% - 40px) / 2 - 1px);
}
@media (max-width: 480px) {
  .bs-box__item > * {
    width: 100%;
  }
}
@media (min-width: 481px) {
  .bs-box__item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.bs-box__img {
  position: relative;
}
@media (max-width: 480px) {
  .bs-box__img {
    padding-top: 60%;
  }
}
.bs-box__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bs-box .bs-h2 {
  font-size: 3rem;
  line-height: 1.5;
  padding-bottom: 0.6em;
  margin-bottom: 0.6666666667em;
  position: relative;
}
@media (max-width: 480px) {
  .bs-box .bs-h2 {
    font-size: 2.2rem;
  }
}
.bs-box .bs-h2::before {
  content: "";
  display: block;
  width: 1.6666666667em;
  height: 1px;
  background: #0A35A1;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
.bs-box .bs-h2__sub {
  font-family: "Figtree", sans-serif;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #0A35A1;
  display: table;
  line-height: 1;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 1.5rem;
  padding: 5px 18px 5px 12px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.bs-box .bs-h2__main {
  padding-left: 1.8em;
  background: url(../img/contents01/service_icon001.svg) no-repeat left center/1.3333333333em;
  display: block;
}
.bs-box .bs-h2__main.no1 {
  background-image: url(../img/contents01/service_icon001.svg);
}
.bs-box .bs-h2__main.no2 {
  background-image: url(../img/contents01/service_icon002.svg);
}
.bs-box .bs-h2__main.no3 {
  background-image: url(../img/contents01/service_icon003.svg);
}
.bs-box .bs-h2__main.no4 {
  background-image: url(../img/contents01/service_icon004.svg);
}
.bs-box .bs-h2__main.no5 {
  background-image: url(../img/contents01/service_icon005.svg);
}
.bs-box .bs-h2__main.no6 {
  background-image: url(../img/contents01/service_icon006.svg);
}
.bs-box .bs-h2__main.no7 {
  background-image: url(../img/contents01/service_icon007.svg);
}
.bs-box .bs-h2__main.no8 {
  background-image: url(../img/contents01/service_icon008_2.svg);
}
.bs-box h3 {
  line-height: 1.6;
  font-size: 2rem;
  margin-bottom: 0.8em;
}
@media (max-width: 480px) {
  .bs-box h3 {
    font-size: 1.8rem;
  }
}

.works-box__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 900/400;
}
@media (max-width: 480px) {
  .works-box__img img {
    aspect-ratio: 1100/733;
  }
}
@media (min-width: 481px) {
  .works-box__img.--img-custom {
    -o-object-position: center 64%;
       object-position: center 64%;
  }
}/*# sourceMappingURL=contents.css.map */