@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  line-height: 2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  color: var(--primary);
  padding-bottom: 0.75em;
  border-bottom: solid 1px var(--info);
}

.title-2 {
  border-left: solid 0.2em var(--primary);
  padding-left: 0.5em;
}

.title-hh-1 {
  color: var(--primary);
  font-size: min(calc(23px + 12 * (100vw - 320px) / 1280), 35px);
  text-align: center;
}
.title-hh-1 > .txt {
  display: block;
}
.title-hh-1 > .fs-en, .title-hh-1 > .sub {
  color: #a9c8d6;
  font-size: 0.55em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-hh-1 > .fs-en:before, .title-hh-1 > .fs-en:after, .title-hh-1 > .sub:before, .title-hh-1 > .sub:after {
  content: "";
  flex: 0 0 2em;
  height: 1px;
  background-color: currentColor;
  display: block;
}
.title-hh-1 > .fs-en:before, .title-hh-1 > .sub:before {
  margin-right: 1em;
}
.title-hh-1 > .fs-en:after, .title-hh-1 > .sub:after {
  margin-left: 1em;
}
.title-hh-1 > .sub {
  font-weight: 500;
}
.title-hh-1.left {
  text-align: left;
}
.title-hh-1.left > .fs-en {
  justify-content: flex-start;
}
.title-hh-1.left > .fs-en:after {
  display: none;
}

.title-hh-2 {
  font-weight: 500;
  font-size: min(calc(23px + 12 * (100vw - 320px) / 1280), 35px);
  line-height: 1.5;
  text-align: center;
  padding: 0.25em 0;
  position: relative;
  z-index: 0;
}
.title-hh-2 > .fs-en {
  color: #d3e6ee;
  font-size: 2em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
  pointer-events: none;
}
@media print, screen and (min-width: 992px) {
  .title-hh-2 {
    padding: 1.05em 0;
  }
  .title-hh-2 > .fs-en {
    font-size: 3.6em;
  }
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: 1.38889rem;
}
@media print, screen and (min-width: 768px) {
  .ttl-fs-1 {
    font-size: 1.94444rem;
  }
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: 2.22222rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .ttl-fs-1 {
    font-size: 2.77778rem;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-sxl {
  max-width: 1600px;
  width: 100%;
  padding-left: calc(15px + 175 * (100vw - 320px) / 1280);
  padding-right: calc(15px + 175 * (100vw - 320px) / 1280);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1600px) {
  .container-fluid-sxl {
    padding-left: 190px;
    padding-right: 190px;
  }
}

.container-fluid-xl {
  max-width: 1600px;
  width: 100%;
  padding-left: calc(15px + 50 * (100vw - 320px) / 1280);
  padding-right: calc(15px + 50 * (100vw - 320px) / 1280);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1600px) {
  .container-fluid-xl {
    padding-left: 65px;
    padding-right: 65px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

.row-10-60 {
  margin-left: calc(-5px - 25 * (100vw - 320px) / 1280);
  margin-right: calc(-5px - 25 * (100vw - 320px) / 1280);
}
.row-10-60 > [class^="col"], .row-10-60 > [class*=" col"] {
  padding-left: calc(5px + 25 * (100vw - 320px) / 1280);
  padding-right: calc(5px + 25 * (100vw - 320px) / 1280);
}
@media print, screen and (min-width: 1600px) {
  .row-10-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-10-60 > [class^="col"], .row-10-60 > [class*=" col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  margin-top: 50px;
  position: relative;
  z-index: 0;
}
#mainvisual:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(calc(75px + 75 * (100vw - 320px) / 1280), 150px);
  background-color: var(--bg-cr-1);
  z-index: -1;
}
#mainvisual .slide-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  #mainvisual .slide-photo {
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
@media (min-width: 992px) {
  #mainvisual .slide-photo {
    aspect-ratio: auto;
    height: calc(100vh - 130px);
    min-height: 580px;
  }
}
@media print {
  #mainvisual .slide-photo {
    height: 1000px;
  }
}
#mainvisual .mainvisual_content {
  display: flex;
  padding: 30px 0;
}
#mainvisual .mainvisual_content .inner {
  margin: auto;
}
#mainvisual .mainvisual_content .inner h2 {
  font-size: min(calc(28px + 28 * (100vw - 320px) / 1280), 56px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
#mainvisual .mainvisual_content .inner h2 > .min {
  font-size: 0.42857em;
  letter-spacing: normal;
  display: block;
}
#mainvisual .mainvisual_content .inner h2 > small {
  font-size: 0.714285em;
}
#mainvisual .mainvisual_content .inner .mainvisual_content__column {
  box-shadow: 0px 4px 12px 0px rgba(42, 42, 42, 0.2);
  background-color: #fff;
}
#mainvisual .mainvisual_content .inner .mainvisual_content__column .ttl {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1280), 24px);
}
#mainvisual .mainvisual_content .inner .mainvisual_content__column .ttl a {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  background-color: #52a6cc;
  transition: background 0.3s ease;
}
#mainvisual .mainvisual_content .inner .mainvisual_content__column .ttl a:hover {
  background-color: #1C7EAB;
}
#mainvisual .mainvisual_content .inner .mainvisual_content__column .column {
  color: #21769d;
  font-size: min(calc(12px + 6 * (100vw - 320px) / 1280), 18px);
  text-align: center;
  padding: 1em;
}
@media print, screen and (min-width: 768px) {
  #mainvisual .mainvisual_content {
    padding-top: 0;
    padding-bottom: min(calc(75px + 75 * (100vw - 320px) / 1280), 150px);
  }
}
@media print, screen and (min-width: 768px) {
  #mainvisual {
    display: flex;
  }
  #mainvisual .mainvisual_swiper {
    flex: 0 0 55.5%;
    order: 2;
    overflow: hidden;
  }
  #mainvisual .mainvisual_content {
    flex: 0 0 44.5%;
    order: 1;
  }
  #mainvisual .mainvisual_content .inner h2 {
    font-size: min(calc(24px + 32 * (100vw - 768px) / 1232), 56px);
    text-align: left;
  }
  #mainvisual .mainvisual_content .inner .mainvisual_content__column .ttl {
    font-size: min(calc(16px + 8 * (100vw - 768px) / 1232), 24px);
  }
  #mainvisual .mainvisual_content .inner .mainvisual_content__column .column {
    font-size: min(calc(12px + 6 * (100vw - 768px) / 1232), 18px);
  }
}
@media print, screen and (min-width: 992px) {
  #mainvisual {
    margin-top: 130px;
  }
}
#mainvisual .scroll {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #mainvisual .scroll {
    display: block;
    color: #bcc1c6;
    font-size: 0.88889rem;
    position: absolute;
    left: 2.5vw;
    bottom: 0;
  }
  #mainvisual .scroll > span {
    writing-mode: vertical-rl;
  }
  #mainvisual .scroll:after {
    content: "";
    width: 1px;
    height: 18.75em;
    display: block;
    margin: 0.5em auto 0;
    background-color: currentColor;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
}

@keyframes scrolldown {
  0% {
    transform: scaleY(1);
    transform-origin: left bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: left bottom;
  }
  51% {
    transform: scaleY(0);
    transform-origin: left top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: left top;
  }
}
/* -------------------------------
	home
-------------------------------- */
.home_ttl_1 {
  font-size: min(calc(23px + 17 * (100vw - 320px) / 1280), 40px);
  text-align: center;
}
.home_ttl_1 > .txt {
  display: block;
}
.home_ttl_1 > .fs-en {
  color: #a9c8d6;
  font-size: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_ttl_1 > .fs-en:before, .home_ttl_1 > .fs-en:after {
  content: "";
  flex: 0 0 2em;
  height: 1px;
  background-color: currentColor;
  display: block;
}
.home_ttl_1 > .fs-en:before {
  margin-right: 1em;
}
.home_ttl_1 > .fs-en:after {
  margin-left: 1em;
}

.home_ttl_2 {
  font-weight: 500;
  font-size: min(calc(23px + 17 * (100vw - 320px) / 1280), 40px);
  line-height: 1.5;
  text-align: center;
  padding: 0.25em 0;
  position: relative;
  z-index: 0;
}
.home_ttl_2 > .fs-en {
  color: #d3e6ee;
  font-size: 2em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 992px) {
  .home_ttl_2 {
    padding: 1.05em 0;
  }
  .home_ttl_2 > .fs-en {
    font-size: 3.6em;
  }
}

/* --- --- */
.home_service {
  padding-top: min(calc(30px + 130 * (100vw - 320px) / 1280), 160px);
  padding-bottom: min(calc(90px + 90 * (100vw - 320px) / 1280), 180px);
  background-color: var(--bg-cr-1);
  position: relative;
  z-index: 0;
}
.home_service__content {
  display: flex;
}
.home_service__content .inner h2 {
  color: var(--primary);
  font-size: min(calc(18px + 6 * (100vw - 320px) / 448), 24px);
  line-height: 2;
  text-align: center;
  margin: 0 0 1em;
}
.home_service__content .inner h2 > strong {
  font-size: 1.845153em;
}
.home_service__content .inner p {
  color: var(--primary);
  font-weight: 600;
  font-size: min(calc(14px + 2 * (100vw - 320px) / 448), 16px);
  line-height: 2;
  text-align: center;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .home_service__content .inner p {
    text-align: left;
    margin: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .home_service__content {
    display: flex;
    height: 100%;
  }
  .home_service__content .inner {
    margin: auto 0;
  }
  .home_service__content .inner h2 {
    font-size: min(calc(22px + 10 * (100vw - 992px) / 608), 32px);
    text-align: left;
  }
  .home_service__content .inner h2 > strong {
    font-size: 1.845153em;
    line-height: 1;
  }
}
@media print, screen and (min-width: 992px) {
  .home_service .iamge {
    margin-left: calc(-15px - 50 * (100vw - 320px) / 1280);
  }
}
@media print, screen and (min-width: 1600px) {
  .home_service .iamge {
    margin-left: calc((1470px - 100vw) / 2);
  }
}
.home_service .text-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  color: #fff;
  font-size: 12vw;
  line-height: 1.2;
  opacity: 0.15;
}
.home_service .text-loop__item:nth-child(odd) {
  animation: text_loop 80s -40s linear infinite;
}
.home_service .text-loop__item:nth-child(even) {
  animation: text_loop2 80s linear infinite;
}

/* ---  --- */
.home_business {
  background: url("../images/home/home_business_bg.jpg") no-repeat center bottom/cover;
}
.home_business .home_ttl_2 {
  transform: translateY(-50%);
}
.home_business__column {
  max-width: 595px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .home_business .photo {
    height: 100%;
    margin-right: calc(-15px - 50 * (100vw - 320px) / 1280);
  }
}
@media print, screen and (min-width: 1600px) {
  .home_business .photo {
    margin-right: calc((1470px - 100vw) / 2);
  }
}
.home_business__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (min-width: 992px) {
  .home_business__link {
    gap: 30px;
  }
}
.home_business__link > .box > .point {
  color: #252627;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 23%;
  aspect-ratio: 14 / 13;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(135deg, #dcf2fb 0%, #a3d8f0 100%);
  transition: color 0.3s ease, box-shadow 0.3s ease;
}
.home_business__link > .box > .point > small {
  color: #52a6cc;
  font-weight: 600;
  font-size: 12px;
  display: block;
  margin-bottom: 15px;
}
.home_business__link > .box > .point > small:after {
  content: "";
  width: 1.42857em;
  height: 1px;
  display: block;
  margin: 1em auto 0;
  background-color: #52a6cc;
}
.home_business__link > .box > .point > small strong {
  font-size: 1.28572em;
  font-weight: 600;
}
@media print, screen and (min-width: 992px) {
  .home_business__link > .box > .point {
    font-size: min(calc(16px + 8 * (100vw - 768px) / 432), 24px);
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    padding-top: 23%;
    aspect-ratio: 14 / 13;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #dcf2fb 0%, #a3d8f0 100%);
  }
  .home_business__link > .box > .point > small {
    color: #52a6cc;
    font-weight: 600;
    font-size: min(calc(12px + 2 * (100vw - 768px) / 432), 14px);
    display: block;
    margin-bottom: min(calc(15px + 25 * (100vw - 768px) / 432), 40px);
  }
}

/* ---  --- */
.home_job_types {
  padding: min(calc(60px + 60 * (100vw - 320px) / 1280), 120px) 0;
  background-color: #e9e9e9;
}
.home_job_types__ttl {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em;
  margin: 0;
  background-color: var(--info);
}

.home_job_types__item__row {
  padding: min(calc(20px + 40 * (100vw - 320px) / 1280), 60px) 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.home_job_types__item__row > .box {
  display: grid;
  grid-template-columns: min(calc(70px + 30 * (100vw - 320px) / 448), 110px) 1fr;
  max-width: 400px;
  margin: 0 auto min(calc(20px + 30 * (100vw - 320px) / 448), 50px);
}
.home_job_types__item__row > .box:last-child {
  margin-bottom: 0;
}
.home_job_types__item__row > .box .icon {
  aspect-ratio: 1 / 1;
  border: solid 1px var(--info);
}
.home_job_types__item__row > .box .icon img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_job_types__item__row > .box .column {
  padding-left: 15px;
}
.home_job_types__item__row > .box .column h4 {
  font-weight: 700;
  font-size: min(calc(18px + 6 * (100vw - 320px) / 448), 24px);
  line-height: 1.875;
  border-bottom: solid 1px #a9c8d6;
  margin-bottom: 0.5em;
}
.home_job_types__item__row > .box .home_job_types__item__grid {
  font-size: min(calc(12px + 6 * (100vw - 320px) / 448), 18px);
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home_job_types__item__row > .box .home_job_types__item__grid > div .list-dot-1 {
  line-height: 1.3888;
  white-space: nowrap;
}
@media print, screen and (min-width: 992px) {
  .home_job_types__item__row {
    display: flex;
    justify-content: space-around;
  }
  .home_job_types__item__row > .box {
    grid-template-columns: min(calc(70px + 30 * (100vw - 992px) / 608), 110px) 1fr;
    max-width: none;
    flex: 0 0 27%;
    margin: 0;
  }
  .home_job_types__item__row > .box .column {
    padding-left: min(calc(15px + 10 * (100vw - 992px) / 608), 25px);
  }
  .home_job_types__item__row > .box .column h4 {
    font-size: min(calc(18px + 6 * (100vw - 992px) / 608), 24px);
  }
  .home_job_types__item__row > .box .home_job_types__item__grid {
    font-size: min(calc(12px + 6 * (100vw - 992px) / 608), 18px);
  }
}

/* ---  --- */
.home_recruitment {
  background: url("../images/common/bg-img-1.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.home_recruitment:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: min(29.625vw, 474px);
  background-color: #e9e9e9;
}

.home_recruitment__column {
  padding: min(calc(30px + 50 * (100vw - 320px) / 1280), 80px) 9.72223%;
  height: 100%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home_recruitment__column .home_ttl_1 {
    font-size: min(calc(25px + 10 * (100vw - 992px) / 608), 35px);
  }
}
.home_recruitment__column .btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.home_recruitment__column .btns .btn {
  display: block;
  padding-top: 1.27777em;
  padding-bottom: 1.27777em;
}
@media (min-width: 320px) and (max-width: 767px), (min-width: 992px) and (max-width: 1399px) {
  .home_recruitment__column .btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.home_recruitment__image {
  padding-top: min(9vw, 180px);
  position: relative;
}
.home_recruitment__image .fixed-bg {
  width: 100%;
  height: min(37.5vw, 600px);
  background-image: url("../images/home/home_recruitment_1.jpg");
}

/* ---  --- */
.home_recruit {
  padding-top: min(calc(50px + 180 * (100vw - 320px) / 1280), 230px);
  padding-bottom: min(calc(50px + 70 * (100vw - 320px) / 1280), 120px);
  background: url("../images/common/bg001.jpg");
}

.home_recruit__item {
  height: 100%;
  padding: 10.54% min(calc(20px + 30 * (100vw - 320px) / 1280), 50px);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.home_recruit__item h3 {
  color: var(--info);
  font-size: min(calc(18px + 6 * (100vw - 320px) / 1280), 24px);
  padding-left: 1.5em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 2px var(--info);
  position: relative;
}
.home_recruit__item h3:before {
  content: "■";
  position: absolute;
  left: 0;
}
.home_recruit__item > dl {
  font-size: min(calc(14px + 4 * (100vw - 320px) / 1280), 18px);
  display: grid;
  grid-template-columns: auto 1fr;
}
.home_recruit__item > dl > dt, .home_recruit__item > dl > dd {
  font-weight: 400;
  border-bottom: solid 1px #bcc1c6;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.home_recruit__item > dl > dt {
  padding-right: 1.5em;
}
a > .home_recruit__item {
  transition: box-shadow 0.3s ease;
}
a > .home_recruit__item:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
}

/* ---  --- */
.home_news {
  padding: min(calc(50px + 100 * (100vw - 320px) / 1280), 150px) 0;
  background-color: var(--bg-cr-1);
  overflow: hidden;
}
.home_news__content {
  padding: min(calc(20px + 115 * (100vw - 320px) / 1280), 125px);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

@media print, screen and (min-width: 1200px) {
  .home_news__list {
    margin-right: -30px;
    padding-right: 30px;
    max-height: 304px;
    overflow: auto;
  }
}
.home_news__list__item {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: solid 1px #bcc1c6;
}
.home_news__list__item:last-child {
  margin-bottom: 0;
}
.home_news__list__item > .date {
  margin-bottom: 0.5em;
}
.home_news__list__item > .date .new {
  color: #fff;
  font-size: 0.72223em;
  line-height: 1.75em;
  padding: 0 0.5em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  margin-left: 1em;
  background-color: #cd1313;
}
.home_news__list__item > .columns .ttl {
  font-weight: 700;
  font-size: 1.11112rem;
}
.home_news__list__item > .columns .htmlarea {
  margin-top: .5em;
}
@media print, screen and (min-width: 768px) {
  .home_news__list__item {
    padding-left: 1.11112rem;
    padding-right: 1.11112rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_news__list__item {
    display: flex;
  }
  .home_news__list__item > .date {
    flex: 0 0 12rem;
  }
  .home_news__list__item .columns {
    flex: 1 1 0;
  }
}

@media print, screen and (min-width: 768px) {
  .home_links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.home_links__item__figure {
  position: relative;
  z-index: 0;
}
.home_links__item__figure > img {
  display: block;
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_links__item__figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
}
.home_links__item__figure figcaption .ttl {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  max-width: 9.375em;
  margin: auto;
}
.home_links__item__figure figcaption .ttl > .txt {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #fff;
}
.home_links__item__figure figcaption .ttl > .fs-en {
  font-weight: 400;
  font-size: 0.75em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .home_links__item__figure figcaption .ttl {
    font-size: min(calc(20px + 12 * (100vw - 768px) / 1152), 32px);
  }
}
a > .home_links__item__figure {
  overflow: hidden;
}
a > .home_links__item__figure > img {
  transform: scale(1.01);
  transition: transform 1s ease;
}
a > .home_links__item__figure:hover > img {
  transform: scale(1.1);
}

/* */
.home_select {
  padding: min(calc(50px + 80 * (100vw - 320px) / 1280), 130px) 0;
  background-color: var(--bg-cr-1);
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .home_select .row > div:first-child {
    border-right: dashed 1px #ccc;
  }
}
.home_select > .photo {
  aspect-ratio: 16 / 9;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 992px) {
  .home_select > .photo {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: min(calc(50px + 80 * (100vw - 320px) / 1280), 130px);
    width: 64%;
    z-index: -1;
  }
}
.home_select__content {
  padding: 30px 15px;
  background-color: #fff;
}
.home_select__content h2 {
  text-align: center;
}
.home_select__content h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.home_select__content h3:after {
  content: "";
  flex: 1 1 0;
  margin-left: 1em;
  height: 1px;
  background-color: currentColor;
}
@media print, screen and (min-width: 768px) {
  .home_select__content {
    padding: min(calc(30px + 50 * (100vw - 768px) / 832), 80px);
  }
}
@media print, screen and (min-width: 992px) {
  .home_select__content {
    width: 70%;
  }
}

/* -------------------------------
	人材をお探しの企業様へ
-------------------------------- */
/* ---  --- */
.corporation_content__item {
  margin-bottom: min(calc(50px + 50 * (100vw - 320px) / 1280), 100px);
}
.corporation_content__item__column {
  line-height: 2;
}
.corporation_content__item__column h4 {
  color: var(--primary);
  font-size: min(calc(24px + 11 * (100vw - 320px) / 1280), 35px);
  line-height: 1.75;
  margin: 1em 0;
}
.corporation_content__item__column h4:after {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  margin-top: .75em;
  background-color: currentColor;
  opacity: 0.5;
}
@media print, screen and (min-width: 992px) {
  .corporation_content__item:nth-child(odd) .corporation_content__item__column {
    padding-left: 8.33334%;
  }
  .corporation_content__item:nth-child(even) .row > div:first-child {
    order: 13;
  }
  .corporation_content__item:nth-child(even) .corporation_content__item__column {
    padding-right: 8.33334%;
  }
  .corporation_content__item.right_bg {
    position: relative;
  }
  .corporation_content__item.right_bg:after {
    content: "";
    position: absolute;
    right: -35vw;
    top: -25%;
    z-index: -1;
    width: 50vw;
    height: 150%;
    background-color: var(--bg-cr-1);
  }
}

/* -------------------------------
	お仕事をお探しの方へ
-------------------------------- */
/* --- 20250228add --- */
.individual_service__item {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.individual_service__item h3 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em;
  margin: 0;
  background-color: var(--info);
}

.individual_service__item__row > .box {
  display: grid;
  grid-template-columns: min(calc(70px + 30 * (100vw - 320px) / 448), 110px) 1fr;
  margin: 0 auto min(calc(20px + 30 * (100vw - 320px) / 448), 50px);
}
.individual_service__item__row > .box:last-child {
  margin-bottom: 0;
}
.individual_service__item__row > .box .icon {
  aspect-ratio: 1 / 1;
  border: solid 1px var(--info);
}
.individual_service__item__row > .box .icon img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.individual_service__item__row > .box .column {
  padding-left: 15px;
}
.individual_service__item__row > .box .column h4 {
  font-weight: 700;
  font-size: min(calc(18px + 6 * (100vw - 320px) / 448), 24px);
  line-height: 1.875;
  border-bottom: solid 1px #a9c8d6;
  margin-bottom: 0.5em;
}
.individual_service__item__row > .box .individual_service__item__grid {
  font-size: min(calc(12px + 6 * (100vw - 320px) / 448), 18px);
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.individual_service__item__row > .box .individual_service__item__grid > div .list-dot-1 {
  line-height: 1.3888;
  white-space: nowrap;
}
@media print, screen and (min-width: 992px) {
  .individual_service__item__row {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    padding: 30px 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  }
  .individual_service__item__row > .box {
    grid-template-columns: min(calc(70px + 30 * (100vw - 992px) / 608), 110px) 1fr;
    max-width: none;
    flex: 0 0 27%;
    margin: 0;
  }
  .individual_service__item__row > .box .column {
    padding-left: min(calc(15px + 10 * (100vw - 992px) / 608), 25px);
  }
  .individual_service__item__row > .box .column h4 {
    font-size: min(calc(18px + 6 * (100vw - 992px) / 608), 24px);
  }
  .individual_service__item__row > .box .individual_service__item__grid {
    font-size: min(calc(12px + 6 * (100vw - 992px) / 608), 18px);
  }
}

/* ---  --- */
.individual_point__column {
  max-width: 470px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px) 4.68758%;
  margin: 0 auto;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.individual_point__column .ttl {
  color: #fff;
  font-weight: 700;
  font-size: min(calc(20px + 10 * (100vw - 320px) / 1280), 30px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.5em;
  margin-top: auto;
  background-color: var(--info);
}
.individual_point__column h4 {
  color: var(--primary);
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .individual_point__column h4 {
    font-size: min(calc(18px + 6 * (100vw - 992px) / 608), 24px);
  }
}
.individual_point__column .photo {
  margin-bottom: 1.5rem;
}
.individual_point__column .columns {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 1200px) {
  .individual_point__column .columns {
    font-size: 0.88889rem;
  }
}

.individual_point__column2 {
  padding: min(calc(30px + 20 * (100vw - 320px) / 1280), 50px) 4.68758%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media print, screen and (min-width: 992px) {
  .individual_point__column2 {
    display: flex;
  }
  .individual_point__column2 > .image {
    flex: 0 0 33.33334%;
  }
  .individual_point__column2 > .columns {
    flex: 1 1 0;
    padding-left: min(calc(30px + 20 * (100vw - 992px) / 608), 50px);
  }
}
.individual_point__column2 .image .ttl {
  color: #fff;
  font-weight: 700;
  font-size: min(calc(20px + 10 * (100vw - 320px) / 1280), 30px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.5em;
  margin-top: auto;
  background-color: var(--info);
}
.individual_point__column2 .columns {
  margin: 1.5rem 1rem;
}
.individual_point__column2 .columns h4 {
  color: var(--primary);
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .individual_point__column2 .columns h4 {
    text-align: left;
    font-size: min(calc(18px + 6 * (100vw - 992px) / 608), 24px);
  }
}
@media print, screen and (min-width: 992px) {
  .individual_point__column2 .columns {
    margin: 0;
    padding-top: 1.5rem;
  }
}

.individual_point__recruit {
  border: solid 5px var(--info);
  padding: min(calc(20px + 30 * (100vw - 320px) / 1280), 50px);
  background-color: #fff;
}
.individual_point__recruit h4 {
  color: var(--primary);
  font-size: min(calc(18px + 12 * (100vw - 320px) / 1280), 30px);
  line-height: 1.75;
  text-align: center;
}

/* ---  --- */
.individual_other_row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .individual_other_row {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .individual_other_row {
    gap: 30px;
  }
}
.individual_other_row__item {
  padding: 5%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.individual_other_row__item .image {
  width: 100%;
  aspect-ratio: 2 / 1;
}
.individual_other_row__item .image img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.individual_other_row__item .ttl {
  font-weight: 500;
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1280), 24px);
  text-align: center;
  margin-top: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .individual_other_row__item .ttl {
    font-size: min(calc(16px + 8 * (100vw - 768px) / 832), 24px);
  }
}

.individual_navi {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: min(calc(50px + 100 * (100vw - 320px) / 1280), 150px);
  padding-bottom: min(calc(50px + 50 * (100vw - 320px) / 1280), 100px);
  background: url("../images/common/bg-img-1.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.individual_navi:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: var(--bg-cr-1);
  pointer-events: none;
}
.individual_navi__column {
  padding: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px) min(calc(15px + 35 * (100vw - 320px) / 1280), 50px);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.individual_navi__column .column h2 {
  color: var(--primary);
  font-size: min(calc(20px + 15 * (100vw - 320px) / 1280), 35px);
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px var(--info);
}
@media print, screen and (min-width: 768px) {
  .individual_navi__column .column h2 {
    font-size: min(calc(20px + 15 * (100vw - 768px) / 832), 35px);
  }
}
.individual_navi__column .btns {
  margin-bottom: auto;
}

/* -------------------------------
	京浜サービスの転職支援
-------------------------------- */
/* ---  --- */
.changejob_content .title-hh-1 {
  font-size: 1rem;
}
.changejob_content .title-hh-1 > .txt {
  font-size: min(calc(25px + 15 * (100vw - 320px) / 1280), 40px);
  letter-spacing: 0.1em;
}
.changejob_content .title-hh-1 > .fs-en {
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1280), 16px);
}
.changejob_content__merit h5 {
  color: var(--info);
  font-size: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.changejob_content__merit h5:after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--info);
  display: block;
  margin-left: .75em;
}
.changejob_content__merit > ul {
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
}
.changejob_content__merit > ul > li {
  border-bottom: solid 1px #bcc1c6;
  padding-left: 2em;
  padding-bottom: 0.75em;
  margin-bottom: 0.5em;
  position: relative;
}
.changejob_content__merit > ul > li:last-child {
  margin-bottom: 0;
}
.changejob_content__merit > ul > li:before {
  content: "\F271";
  position: absolute;
  left: 0;
  top: 0;
  left: 0;
  font-family: "bootstrap-icons";
  font-size: 1.5em;
  line-height: 1;
  opacity: 0.65;
}

/* ---  --- */
.changejob_entry {
  padding-top: min(calc(50px + 100 * (100vw - 320px) / 1280), 150px);
  padding-bottom: min(calc(50px + 50 * (100vw - 320px) / 1280), 100px);
  background: url("../images/common/bg-img-1.jpg") no-repeat center center/cover;
  position: relative;
  z-index: 0;
}
.changejob_entry:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: var(--bg-cr-1);
  pointer-events: none;
}
.changejob_entry__column {
  padding: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px) min(calc(15px + 35 * (100vw - 320px) / 1280), 50px);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.changejob_entry__column h2 {
  color: var(--primary);
  font-size: min(calc(20px + 10 * (100vw - 320px) / 1280), 30px);
  text-align: center;
}
.changejob_entry__column > ul {
  color: var(--info);
  font-weight: 500;
  font-size: min(calc(16px + 7 * (100vw - 320px) / 1280), 23px);
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .changejob_entry__column > ul {
    font-size: min(calc(14px + 9 * (100vw - 768px) / 832), 23px);
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.changejob_entry__column > ul > li {
  text-align: center;
  padding: 1em;
  border-top: solid 1px #bcc1c6;
  border-bottom: solid 1px #bcc1c6;
  position: relative;
}
.changejob_entry__column > ul > li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.5em 0px 0px;
  border-color: var(--info) transparent transparent transparent;
}

/* -------------------------------
	お仕事までの流れ
-------------------------------- */
/* ---  --- */
.flow_content__step {
  display: flex;
}
.flow_content__step__num {
  font-size: min(calc(15px + 20 * (100vw - 320px) / 1280), 25px);
  flex: 0 0 5em;
  display: flex;
  flex-direction: column;
}
.flow_content__step__num:after {
  content: "";
  display: block;
  width: 1px;
  flex: 1 1 0;
  margin: 0 auto;
  background-color: var(--info);
}
.flow_content__step__num > .num {
  color: var(--info);
  font-weight: 500px;
  line-height: 1;
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding-top: 0.5em;
  border: solid 1px var(--info);
  display: flex;
  flex-direction: column;
}
.flow_content__step__num > .num img {
  width: 2em;
  display: block;
  margin: 0 auto 0.5em;
}
.flow_content__step__column {
  padding-left: min(calc(15px + 45 * (100vw - 320px) / 1280), 60px);
  padding-bottom: min(calc(30px + 30 * (100vw - 320px) / 1280), 60px);
  flex: 1 1 0;
}
.flow_content__step__column h3 {
  color: var(--primary);
  font-size: min(calc(18px + 8 * (100vw - 320px) / 1280), 26px);
  margin: 1em 0;
}
.flow_content__step__column .btns .btn {
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .flow_content__step__column .btns .btn {
    font-size: 1rem;
  }
}
.flow_content__step:last-child .flow_content__step__num:after {
  display: none;
}
.flow_content__step:last-child .flow_content__step__column {
  padding-bottom: 0;
}

.flow_contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.flow_contact > div {
  padding: 0 15px;
  margin: 10px 0;
}
.flow_contact > .columns .telphone {
  font-size: 25px;
}
.flow_contact > .columns p {
  font-size: 0.88888rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .flow_contact > .columns .telphone {
    font-size: min(calc(25px + 10 * (100vw - 768px) / 832), 35px);
  }
}

.flow_contact2 {
  text-align: center;
  margin-top: 30px;
  padding: 30px 10px;
  background-color: var(--bg-cr-1);
}
.flow_contact2 p {
  font-weight: 700;
  font-size: min(calc(13px + 7 * (100vw - 320px) / 1280), 20px);
}
.flow_contact2 .btn {
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .flow_contact2 .btn {
    font-size: 1rem;
  }
}

/* ---  --- */
.flow_training__row__col {
  max-width: 345px;
  padding: 20px 5%;
  margin: 0 auto 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.flow_training__row__col h4 {
  color: var(--primary);
  font-size: 24px;
  text-align: center;
}
.flow_training__row__col ul {
  font-weight: 500;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
}
.flow_training__row__col ul > li {
  padding-left: 1.7em;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: dashed 1px var(--bg-cr-1);
  position: relative;
}
.flow_training__row__col ul > li:before {
  content: "\F271";
  color: var(--info);
  font-family: 'bootstrap-icons';
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0px;
}
.flow_training__row__col ul > li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .flow_training__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .flow_training__row__col {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .flow_training__row {
    grid-template-columns: repeat(4, 1fr);
  }
  .flow_training__row__col h4 {
    font-size: min(calc(18px + 6 * (100vw - 1200px) / 400), 24px);
  }
  .flow_training__row__col ul {
    font-size: min(calc(14px + 4 * (100vw - 1200px) / 400), 18px);
  }
}

/* -------------------------------
	求人情報
-------------------------------- */
/* ---  --- */
.recruit_select {
  display: grid;
  grid-template-columns: 4em 1fr;
  align-items: center;
}
.recruit_select > .ttl {
  font-weight: 500;
  text-align: center;
  padding-right: 1em;
  position: relative;
}
.recruit_select > .ttl:before {
  content: "：";
  position: absolute;
  right: 0;
}

/* ---  --- */
.recruit_item__head {
  padding-bottom: 0.75em;
  border-bottom: dashed 1px #bcc1c6;
  position: relative;
}
.recruit_item__head .num {
  color: var(--info);
  font-size: min(calc(12px + 2 * (100vw - 320px) / 1280), 14px);
  font-weight: 500;
  display: inline-block;
  padding: 0.15em 0.75em;
  margin-bottom: 10px;
  border: solid 1px currentColor;
}
.recruit_item__head .ttl h3 {
  color: var(--primary);
  font-weight: 500;
  font-size: min(calc(18px + 6 * (100vw - 320px) / 1280), 24px);
  margin: 0;
}
.recruit_item__head .date {
  font-weight: 700;
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1280), 16px);
  text-align: right;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .recruit_item__head {
    display: flex;
    flex-wrap: wrap;
  }
  .recruit_item__head .num {
    flex: 0 0 auto;
  }
  .recruit_item__head .ttl {
    flex: 0 0 calc(100% - 8rem);
  }
  .recruit_item__head .date {
    flex: 0 0 8rem;
  }
}
.recruit_item__content {
  padding-top: 10px;
}
.recruit_item__content table {
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1280), 16px);
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.recruit_item__content table > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.recruit_item__content table > tbody > tr > th, .recruit_item__content table > tbody > tr > td {
  padding: 0.75em 0;
}
.recruit_item__content table > tbody > tr > th {
  width: 5em;
  padding-left: 1em;
}
.recruit_item__content table > tbody > tr > td {
  padding-left: 2em;
}
.recruit_item__content .btns {
  text-align: center;
  margin-top: 1rem;
}
.recruit_item__content .btns .btn {
  font-size: min(calc(12px + 6 * (100vw - 320px) / 1280), 18px);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

/* ---  --- */
.recruit_detail__head {
  padding-bottom: 0.75em;
  border-bottom: dashed 1px #bcc1c6;
  position: relative;
}
.recruit_detail__head .num {
  color: var(--info);
  font-size: min(calc(12px + 2 * (100vw - 320px) / 1280), 14px);
  font-weight: 500;
  display: inline-block;
  padding: 0.15em 0.75em;
  margin-bottom: 10px;
  border: solid 1px currentColor;
}
.recruit_detail__head .ttl h3 {
  color: var(--primary);
  font-weight: 500;
  font-size: min(calc(20px + 18 * (100vw - 320px) / 1280), 28px);
  margin: 0;
}
.recruit_detail__head .date {
  font-weight: 700;
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1280), 16px);
  text-align: right;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .recruit_detail__head {
    display: flex;
    flex-wrap: wrap;
  }
  .recruit_detail__head .num {
    flex: 0 0 auto;
  }
  .recruit_detail__head .ttl {
    flex: 0 0 calc(100% - 8rem);
  }
  .recruit_detail__head .date {
    flex: 0 0 8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_detail__content .table-design-2 tbody > tr > th {
    width: 30%;
    max-width: 280px;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit_detail__content .table-design-2 tbody > tr > th {
    width: 280px;
  }
}

/* -------------------------------
	よくある質問
-------------------------------- */
/* ---  --- */
.faq_type .title-hh-1 {
  font-size: 1rem;
}
.faq_type .title-hh-1 > .txt {
  font-size: min(calc(25px + 15 * (100vw - 320px) / 1280), 40px);
  letter-spacing: 0.1em;
}
.faq_type .title-hh-1 > .fs-en {
  font-size: min(calc(12px + 4 * (100vw - 320px) / 1280), 16px);
}

/* -------------------------------
	アコーディオン
-------------------------------- */
.accordion-box > .ttl {
  color: #20404d;
  font-weight: bold;
  line-height: 1.5;
  padding: 1em 3em 1em 1em;
  border: solid 1px #20404d;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.accordion-box > .ttl.active {
  background-color: rgba(32, 64, 77, 0.1);
}
.accordion-box > .ttl .accordion_plus, .accordion-box > .ttl .accordion_plus span {
  display: inline-block;
  transition: all 0.4s ease;
}
.accordion-box > .ttl .accordion_plus {
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -.6em;
}
.accordion-box > .ttl .accordion_plus span {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  left: 0;
  background-color: #20404d;
}
.accordion-box > .ttl .accordion_plus span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
}
.accordion-box > .ttl .accordion_plus span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
}
.accordion-box > .ttl.active .accordion_plus span:nth-of-type(1) {
  transform: rotate(90deg);
  opacity: 0;
}
.accordion-box > .ttl.active .accordion_plus span:nth-of-type(2) {
  transform: rotate(180deg);
}
.accordion-box > .column {
  font-size: 0.88889rem;
  line-height: 2;
  padding: 1.5rem 1em;
  border: solid 1px #20404d;
  border-top: none;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .accordion-box > .column {
    padding: 1.5rem;
  }
}

.accordion-box + .accordion-box {
  margin-top: 10px;
}

/* ---  --- */
.faq_navi__list {
  list-style: none;
  padding: 0;
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap;
}
.faq_navi__list > li {
  flex: 0 0 100%;
  padding: 3px;
}
.faq_navi__list > li .btn {
  font-size: min(calc(13px + 5 * (100vw - 320px) / 1280), 18px);
  text-align: left;
  display: block;
  padding: 0.75em 2em 0.75em 1.5em;
}
@media print, screen and (min-width: 768px) {
  .faq_navi__list {
    padding: 5px;
    margin: 0 -5px;
  }
  .faq_navi__list > li {
    flex: 0 0 50%;
  }
}
@media print, screen and (min-width: 992px) {
  .faq_navi__list > li {
    flex: 1 1 0;
  }
  .faq_navi__list > li .btn {
    white-space: nowrap;
  }
}

/* -------------------------------
	会社情報
-------------------------------- */
.company_greeting p {
  line-height: 2;
}

/* ---  --- */
.company_philosophy {
  position: relative;
  z-index: 0;
}
.company_philosophy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url("../images/common/bg-img-1.jpg") no-repeat center center/cover;
  mask-image: linear-gradient(to bottom, transparent 0%, transparent 16%, black 100%);
  mask-repeat: no-repeat;
  mask-position: 0% 0%;
  mask-size: 100% 100%;
  -webkit-mask-mask-image: linear-gradient(to bottom, transparent 0%, transparent 16%, black 100%);
  -webkit-mask-mask-repeat: no-repeat;
  -webkit-mask-mask-position: 0% 0%;
  -webkit-mask-mask-size: 100% 100%;
  pointer-events: none;
}
.company_philosophy__txt {
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .company_philosophy__txt {
    font-size: min(calc(15px + 10 * (100vw - 768px) / 832), 25px);
    line-height: 2;
    text-align: center;
  }
}
.company_philosophy__list {
  color: var(--info);
  font-weight: 700;
  font-size: min(calc(16px + 14 * (100vw - 320px) / 1280), 30px);
  line-height: 1.5;
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.company_philosophy__list > li {
  padding: 1em 0.5em;
  margin: 0;
  border-bottom: dotted 2px var(--info);
}

/* ---  --- */
.company_case__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 768px) {
  .company_case__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .company_case__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
  }
}
.company_case__list > li {
  padding: 0.5em 0.75em;
  border-bottom: solid 1px #86898C;
}

/* ---  --- */
.company_report {
  position: relative;
  z-index: 0;
}
.company_report:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url("../images/common/bg-img-1.jpg") no-repeat center top/cover;
  mask-image: linear-gradient(to bottom, black 0%, transparent 80%, transparent 100%);
  mask-repeat: no-repeat;
  mask-position: 0% 0%;
  mask-size: 100% 100%;
  -webkit-mask-mask-image: linear-gradient(to bottom, black 0%, transparent 80%, transparent 100%);
  -webkit-mask-mask-repeat: no-repeat;
  -webkit-mask-mask-position: 0% 0%;
  -webkit-mask-mask-size: 100% 100%;
  pointer-events: none;
}
.company_report__ttl {
  font-size: 1.11112rem;
  font-weight: 700;
  border-left: solid 0.2em var(--info);
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.company_report__dl dd {
  border-bottom: solid 1px #bcc1c6;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .company_report__dl {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .company_report__dl > dt, .company_report__dl > dd {
    border-bottom: solid 1px #bcc1c6;
    padding: 0.5em;
    margin: 0;
  }
  .company_report__dl > dt {
    padding-right: 1em;
  }
}
.company_report__column {
  padding: min(calc(20px + 30 * (100vw - 320px) / 1280), 50px);
  background-color: var(--bg-cr-1);
}
.company_report__column .txt1 {
  font-weight: 700;
  font-size: min(calc(20px + 10 * (100vw - 320px) / 1280), 30px);
  margin-bottom: 0;
}
.company_report__column .txt2 {
  font-size: min(calc(16px + 6 * (100vw - 320px) / 1280), 22px);
}
.company_report__column .txt2 strong {
  font-size: 1.5em;
}
.company_report__table {
  font-size: min(calc(12px + 6 * (100vw - 320px) / 1280), 18px);
  text-align: center;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #C7C8CA;
  border-left: 1px solid #C7C8CA;
  white-space: nowrap;
}
.company_report__table > thead > tr > th, .company_report__table > thead > tr > td {
  font-weight: 500;
  padding: 1em;
  border-right: 1px solid #C7C8CA;
  border-bottom: 1px solid #C7C8CA;
  background-color: #E9E9EA;
}
.company_report__table > tbody > tr > th, .company_report__table > tbody > tr > td {
  padding: 0.5em;
  border-right: 1px solid #C7C8CA;
  border-bottom: 1px solid #C7C8CA;
}
.company_report__table > tbody > tr > th {
  background: #F2F3F3;
}
.company_report__table > tbody > tr > td {
  background-color: #fff;
}

/* ---  --- */
.company_case__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .company_case__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .company_case__row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.company_case__row__item + .company_case__row__item {
  margin-top: 30px;
}
.company_case__row__item h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.company_case__row__item ul {
  line-height: 1.5;
  list-style: none;
  padding-left: 0;
}
.company_case__row__item ul > li {
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  position: relative;
}
.company_case__row__item ul > li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.company_case__row__item ul > li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 992px) {
  .company_case__row__item h4 {
    font-size: min(calc(15px + 8 * (100vw - 992px) / 608), 23px);
  }
  .company_case__row__item ul {
    font-size: min(calc(13px + 5 * (100vw - 992px) / 608), 18px);
  }
}

.company_dl_1 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1em;
}
.company_dl_1 > dt, .company_dl_1 > dd {
  font-weight: 400;
  margin: 0;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  font-size: min(calc(28px + 17 * (100vw - 320px) / 1280), 45px);
  line-height: normal;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}
@media print, screen and (min-width: 768px) {
  .tel_contact {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 0 1.5em;
  }
}
.tel_contact__col .telphone {
  font-size: 1em;
  text-align: center;
}
.tel_contact__col .txt {
  font-size: 0.88889rem;
  text-align: center;
  margin-top: 1em;
}

.contact_box_1 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .contact_box_1 {
    text-align: center;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact_box_1 {
    font-size: 0.88889rem;
  }
}

.contact_box_2 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  padding: min(calc(20px + 30 * (100vw - 320px) / 1280), 50px);
  border: solid 1px #afafaf;
  background-color: #f7f7f7;
}
@media print, screen and (min-width: 1200px) {
  .contact_box_2 {
    font-size: 0.88889rem;
  }
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #E1E1E2;
  background-color: #F6F7F7;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #BFC0C2;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #BFC0C2;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline, #contactform .p-region {
    width: auto;
    display: inline;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #BCBEBF;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #BCBEBF;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 15em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
.table-contact.table-entry > tbody > tr > th {
  width: 17em;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 30px;
  --amn-translateY-active: 0;
  --amn-translateX: 30px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 1s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(0.9, 0.09, 0.67, 0.93);
  --amn-marker-bg: #feef44;
  --amn-marker-bg-transparent: rgba(254, 239, 68, 0);
  --amn-marker-transition: 3s ease;
}

@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

  .amn-fade-up {
    transform: translateY(var(--amn-translateY));
  }
  .amn-fade-up.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--amn-translateY) * -1));
  }
  .amn-fade-down.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-left {
    transform: translateX(var(--amn-translateX));
  }
  .amn-fade-left.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--amn-translateX) * -1));
  }
  .amn-fade-right.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, transparent 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 50%, transparent 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #73b400;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.amn-shutter_lr.is-active {
    opacity: 1;
  }
  .amn-shutter.amn-shutter_lr.is-active .shutter__element {
    animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.amn-shutter_lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.amn-shutter_rl.is-active {
    opacity: 1;
  }
  .amn-shutter.amn-shutter_rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.amn-shutter_rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=module.css.map */
