@charset "UTF-8";
/* **********************************
* BASE
* **********************************/
/* **********************************
* BREAK POINT
* **********************************/
/* **********************************
* COLOR
* **********************************/
/* **********************************
* GRADIENT
* **********************************/
/* **********************************
* TEXT
* **********************************/
/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: left;
}
.c-topicspath li {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-topicspath li {
    font-size: 0.7em;
  }
}
.c-topicspath li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
}
.c-topicspath li:last-child::after {
  content: none;
}

.l-lowerCaption {
  height: 16.666666rem;
  background-image: url(/recruit/inc/image/common/bg-wave.svg);
  background-repeat: no-repeat;
  background-position: 30.266666rem calc(100% + 1px);
  background-size: 79.866666rem auto;
  overflow: hidden;
  padding-inline: 2.666666rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption {
    height: 17.8rem;
    background-position: calc(100% + 22.230999rem) calc(100% + 1px);
    background-size: 69.252933rem auto;
    padding-inline: 2.694666rem;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption {
    height: 11.866666rem;
    background-position: calc(100% + 11rem) calc(100% + 1px);
    background-size: 34.266666rem auto;
    padding-inline: 1.333333rem;
  }
}
.l-lowerCaption__title {
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.333333rem;
  color: #0041b4;
  line-height: 1;
}
.l-lowerCaption__title-main {
  font-weight: 700;
  font-size: 2.666666rem;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption__title-main {
    font-size: 1.866666rem;
  }
}
.l-lowerCaption__title-sub {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption__title {
    width: 100%;
  }
}

#entry {
  /* ==========================================================================
   Project: Entry Section
   ========================================================================== */
}
#entry .p-entry {
  padding-top: 5.333333rem;
  padding-bottom: 1.333333rem;
}
@media screen and (max-width: 568px) {
  #entry .p-entry {
    padding-top: 4rem;
  }
}
#entry .p-entry__inner {
  width: 100%;
  max-width: 68.666666rem;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
#entry .p-entry__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 2rem;
  margin-bottom: 2.666666rem;
}
@media screen and (max-width: 960px) {
  #entry .p-entry__container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.333333rem;
  }
}
#entry .p-entry__box {
  -ms-flex: 1;
      flex: 1;
  background-color: #FFFFFF;
  border-radius: 0.666666rem;
  padding: 3.333333rem 2.666666rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  box-shadow: inset 0 0.133333rem 0.666666rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 568px) {
  #entry .p-entry__box {
    padding: 2rem 1.333333rem;
  }
}
#entry .p-entry__title {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.733333rem;
  color: #0041b4;
  margin-bottom: 1.333333rem;
  padding-bottom: 1.333333rem;
  border-bottom: 1px solid #e6e6e6;
  width: 20.866666rem;
}
@media screen and (max-width: 568px) {
  #entry .p-entry__title {
    width: 100%;
  }
}
#entry .p-entry__text {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
#entry .p-entry__shinsotsu-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.6rem;
}
@media screen and (max-width: 568px) {
  #entry .p-entry__shinsotsu-content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
#entry .p-entry__mynavi-link {
  width: 14.733333rem;
  margin-top: 0.666666rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0.333333rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
#entry .p-entry__mynavi-link::after {
  content: normal;
}
#entry .p-entry__mynavi-link:hover {
  opacity: 0.7;
}
#entry .p-entry__mynavi-link span {
  font-weight: 700;
  color: #0041b4;
  position: relative;
  padding-right: 0.666666rem;
}
#entry .p-entry__mynavi-link span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.266666rem 0 0.266666rem 0.4rem;
  border-color: transparent transparent transparent #0041b4;
}
#entry .p-entry__qr {
  width: 8.199999rem;
}
#entry .p-entry__title-chuuto {
  margin-bottom: 2.666666rem;
}
#entry .p-entry__tel {
  font-weight: 700;
  color: #1571da;
  text-decoration: none;
  display: block;
  margin-bottom: 2rem;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 568px) {
  #entry .p-entry__tel {
    pointer-events: auto;
    font-size: 1.866666rem;
  }
}
#entry .p-entry__tel small {
  font-size: 1.866666rem;
}
#entry .p-entry__tel b {
  font-size: 2.266666rem;
}
#entry .p-entry__address {
  line-height: 1.5;
}
#entry .p-entry__btn-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
/*# sourceMappingURL=../_map/project/entry.css.map */
