@charset "utf-8";

/* kyujin_l */
.l-container-searchbox {
  width: 90%;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  .l-container-searchbox {
    margin: 100px auto 60px;
  }
}

/* bg-pattern */
.c-bg-pattern-kyujin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/mob_pattern_kyujin.webp);
  background-repeat: repeat-y;
  background-position: center top 410px;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.l-wrapper-kyujin--detail {
  position: relative;
  margin-top: 30px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .l-wrapper-kyujin--detail {
    margin-top: 120px;
    padding-bottom: 60px;
  }
}

.bg-pattern-kyujin__top01 {
  max-width: 830px;
  width: 54vw;
  height: auto;
  margin-bottom: 25px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bg-pattern-kyujin__top01 {
    width: 54vw;
  }
}

.bg-pattern-kyujin__top02 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 750px;
  width: 49vw;
  height: auto;
  text-align: right;
  margin-top: 10px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bg-pattern-kyujin__top02 {
    width: 49vw;
  }
}

.c-btn--searchbox {
  width: 210px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c8aea;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-btn--searchbox {
    width: 350px;
    height: 60px;
  }
}

.c-btn--searchbox::before,
.c-btn--searchbox::after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  transition: transform 0.3s ease;
  z-index: 1;
}

.c-btn--searchbox::before {
  right: 16px;
  transform: rotate(45deg);
  display: block;
}

.c-btn--searchbox::after {
  right: 11px;
  transform: rotate(-45deg);
  display: block;
}

@media screen and (min-width: 1024px) {
  .c-btn--searchbox::before {
    right: 35px;
  }

  .c-btn--searchbox::after {
    right: 29px;
  }
}

.c-btn--searchbox.is-active::before {
  transform: rotate(-45deg);
}

.c-btn--searchbox.is-active::after {
  transform: rotate(45deg);
}

.c-btn--searchbox-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #1572d1;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-btn--searchbox-right {
    width: 60px;
    height: 60px;
  }
}

.c-btn--searchbox p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding-right: 6px;
}

@media screen and (min-width: 768px) {
  .c-btn--searchbox p {
    font-size: 2rem;
    padding-right: 14px;
  }
}

.l-box--searchbox {
  max-width: 1100px;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

.l-searchbox--list {
  max-width: 1100px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #2c8aea;
  padding: 30px 10px;
}

@media screen and (min-width: 768px) {
  .l-searchbox--list {
    padding: 50px 90px;
  }
}

.l-search-cont-inner__list {
  border-top: 1px solid #0e4d8c;
}

.l-kyujin-list--info {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.count {
  font-size: 1.4rem;
  font-weight: normal;
  color: #808080;
}

@media screen and (min-width: 768px) {
  .count {
    font-size: 1.6rem;
  }
}

.count span {
  font-size: 2rem;
  font-weight: bold;
  color: #2c8aea;
}

@media screen and (min-width: 768px) {
  .count span {
    font-size: 3rem;
  }
}

/* page-nav */
.inner {
  display: flex;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #d5e8fb;
  font-size: 1.4rem;
  font-weight: 500;
}

.current {
  background-color: #2c8aea;
  color: #fff;
}

/* card--kyujin */
.c-card--kyujin {
  max-width: 1100px;
  width: 100%;
  height: auto;
  margin: 15px auto 30px;
  padding: 18px 12px 20px 20px;
  border: 1px solid #115fad;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 6px 6px 7px rgba(158, 158, 158, 0.5);
}

@media screen and (min-width: 768px) {
  .c-card--kyujin {
    margin: 50px auto 80px;
    padding: 25px 40px 40px;
    border: 1px solid #115fad;
    border-radius: 50px;
  }
}

.l-container-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .l-container-info {
    margin-bottom: 30px;
  }
}

.l-container-info p:first-of-type {
  font-size: 1rem;
  font-weight: normal;
  color: #808080;
}

.l-container-info p:last-of-type {
  font-size: 1.2rem;
  font-weight: bold;
  color: #115fad;
  width: 70px;
  height: 30px;
  border: 1px solid #115fad;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-card--kyujin h2,
.l-container-kyujin--detail-fv h2 {
  font-size: clamp(1.6rem, 3.4vw, 2rem);
  font-weight: bold;
  color: #fb6b2a;
}

.c-place--kyujin {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .c-place--kyujin {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.c-place--kyujin span {
  color: #2c8aea;
}

.l-kyujin-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .l-kyujin-info {
    flex-direction: row;
    gap: 50px;
    margin: 35px 0;
  }
}

.c-img--kyujin {
  text-align: center;
}

.c-img--kyujin img {
  width: 230px;
  height: auto;
}

.c-kyujin-info--detail h3 {
  font-size: clamp(1.6rem, 3.5vw, 1.8rem);
  font-weight: bold;
  color: #115fad;
  padding-bottom: 14px;
  position: relative;
}

.c-kyujin-info--detail h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #80b9f2;
}

.c-table--row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .c-table--row {
    flex-direction: row;
    gap: 24px;
    margin: 15px 0;
  }
}

.c-table--row h4 {
  min-width: 60px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #115fad;
}

.c-table--row p {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: 500;
}

.l-cta--kyujin-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .l-cta--kyujin-list {
    gap: 30px;
  }
}

.c-cta--kyujin-detail,
.c-cta--entry {
  width: clamp(155px, 31.25vw, 370px);
  height: clamp(50px, 10.4vw, 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: bold;
  color: #fff;
  border-radius: 40px;
  transition: background-color 0.3s;
}

.c-cta--kyujin-detail {
  background-color: #0f559c;
}

.c-cta--entry {
  background-color: #177de6;
}

@media (hover: hover) {
  .c-cta--kyujin-detail:hover {
    background-color: #3d81c5;
  }

  .c-cta--entry:hover {
    background-color: #177de6;
  }
}

.pager-bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 20px;
}

@media screen and (min-width: 768px) {
  .pager-bottom {
    gap: 30px;
    margin: 10px 0 60px;
  }
}

.pager-bottom a {
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #fc814a;
  border-radius: 40px;
  transition: background-color 0.3s;
  position: relative;
}

@media screen and (min-width: 768px) {
  .pager-bottom a {
    width: 350px;
    height: 80px;
    font-size: 2rem;
  }
}

@media (hover: hover) {
  .pager-bottom a:hover {
    background-color: #fd996a;
  }
}

.btn-prev {
  padding-left: 15px;
}

.btn-next {
  padding-right: 15px;
}

.btn-prev::before,
.btn-next::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/link-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .btn-prev::before,
  .btn-next::after {
    width: 25px;
    height: 25px;
  }
}

.btn-prev::before {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}

.btn-next::after {
  right: 20px;
}

@media screen and (min-width: 768px) {
  .btn-prev::before {
    left: 60px;
  }

  .btn-next::after {
    right: 60px;
  }
}

/* detail */
.l-container-kyujin--detail-fv .l-kyujin-info {
  display: flex;
  gap: clamp(20px, 2.6vw, 100px);
  margin: 35px 0;
}

.l-container-kyujin--detail-fv .c-img--kyujin img {
  width: 340px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .l-container-kyujin--detail-fv .c-img--kyujin img {
    width: 380px;
    height: auto;
  }
}

.l-container-kyujin--detail-fv .c-kyujin-info--detail p {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: 500;
  margin-top: 30px;
}

.l-table--kyujin-detail {
  border-collapse: collapse;
  width: 100%;
}

.l-table--kyujin-detail tr {
  display: block;
  border-bottom: 1px solid #88afd6;
}

@media screen and (min-width: 768px) {
  .l-table--kyujin-detail tr {
    display: table-row;
    border-bottom: 1px solid #88afd6;
  }
}

.l-table--kyujin-detail tr th,
.l-table--kyujin-detail tr td {
  display: block;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
}

@media screen and (min-width: 768px) {
  .l-table--kyujin-detail tr th,
  .l-table--kyujin-detail tr td {
    display: table-cell;
  }
}

.l-table--kyujin-detail tr th {
  font-weight: bold;
  color: #115fad;
  padding: 8px 0 8px 20px;
  min-width: 230px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .l-table--kyujin-detail tr th {
    padding: 25px 35px 25px 70px;
  }
}

.l-table--kyujin-detail tr td {
  font-weight: 500;
  padding: 6px 0 10px 20px;
}

@media screen and (min-width: 768px) {
  .l-table--kyujin-detail tr td {
    padding: 25px 0 25px 35px;
  }
}

.c-cta--kyujin-listback {
  width: 200px;
  height: 50px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: bold;
  color: #fff;
  background-color: #2c8aea;
  border-radius: 30px;
  position: relative;
  transition: background-color 0.3s;
}

@media screen and (min-width: 768px) {
  .c-cta--kyujin-listback {
    width: 350px;
    height: 100px;
    margin-bottom: 100px;
    border-radius: 40px;
  }
}

@media (hover: hover) {
  .c-cta--kyujin-listback:hover {
    background-color: #4ea2f7;
  }
}

.c-cta--kyujin-listback::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../images/link-arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-cta--kyujin-listback::after {
    width: 25px;
    height: 25px;
    right: 25px;
  }
}

/* btn-top */
.l-btn-top__kyujin {
  bottom: 110px;
}

@media screen and (min-width: 768px) {
  .l-btn-top__kyujin {
    bottom: 120px;
  }
}

/* fixed btn */
.l-fixed-btn-entry {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 101;
}

.l-inner-fixed-btn-entry {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

@media screen and (min-width: 768px) {
  .l-inner-fixed-btn-entry {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: clamp(80px, 10.4vw, 150px);
  }
}

.l-inner-telbox br {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-inner-telbox br {
    display: block;
  }
}

.l-inner-telbox a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .l-inner-telbox a {
    font-size: 3.2rem;
    padding-left: 45px;
  }
}

.l-inner-telbox a::before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  background-image: url(../images/ico_telephone.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .l-inner-telbox a::before {
    width: 35px;
    height: 35px;
    left: 0;
  }
}

.l-inner-telbox span {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .l-inner-telbox span {
    font-size: 1.4rem;
  }
}

.c-cta--btn-entry {
  width: 250px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #fc814a;
  border-radius: 40px;
  transition: background-color 0.3s;
}

@media screen and (min-width: 768px) {
  .c-cta--btn-entry {
    width: 370px;
    height: 60px;
    font-size: 1.6rem;
  }
}

@media (hover: hover) {
  .c-cta--btn-entry:hover {
    background-color: #ff9869;
  }
}
