/* title wrap */
.common .first {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .common .first {
    margin-bottom: 50px;
  }
}

.common .first__inner {
  max-width: 1214px;
  margin: 0 auto;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .common .first__inner {
    padding: 0 30px;
  }
}

.common .first-title {
  color: var(--c-white01);
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .common .first-title {
    font-size: 50px;
    padding: 50px 0;
  }
}

/* section */
.lower__section {
  width: 100%;
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .lower__section {
    margin-bottom: 70px;
  }
}

.lower__inner {
  max-width: 1214px;
  margin: 0 auto;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .lower__inner {
    padding: 0 40px;
  }
}

/* white-btn */
.white-btn>a {
  position: relative;
  display: block;
  color: var(--c-gray02);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 24px 20px;
  border: 1px solid var(--c-gray02);
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 10px -5px #b0b0b0;
  box-shadow: 0px 0px 10px -5px #b0b0b0;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .white-btn>a {
    font-size: 16px;
    max-width: 280px;
  }
}

/*---------------------------------------------
下層ページ タイトル2行
---------------------------------------------*/
.lower02 .first {
  height: 240px;
}

@media screen and (max-width: 767px) {
  .lower02 .first {
    height: 150px;
  }
}

.lower02 .first__inner {
  height: 100%;
  display: flex;
  align-items: center;
}

.lower02 .first-title {
  font-size: 60px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .lower02 .first-title {
    font-size: 40px;
    padding: 0;
  }
}

.lower02 .first-title__small {
  font-size: 28px;
  color: var(--c-white01);
  display: block;
}

@media screen and (max-width: 767px) {
  .lower02 .first-title__small {
    font-size: 18px;
  }
}


/*---------------------------------------------
会社情報
---------------------------------------------*/
.company .first {
  background-image: url(../add-img/company-fv-pc.png);
}

@media screen and (max-width: 767px) {
  .company .first {
    background-image: url(../add-img/company-fv-sp.png);
  }
}

.company .about {
  width: 100%;
  margin-bottom: 140px;
}

@media screen and (max-width: 767px) {
  .company .about {
    margin-bottom: 70px;
  }
}

.company .about__inner {
  max-width: 1214px;
  margin: 0 auto;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .company .about__inner {
    padding: 0 40px;
  }
}

.company .sub-heading {
  position: relative;
  color: var(--c-blue01);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  padding-bottom: 0.4em;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .company .sub-heading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.company .sub-heading::before,
.company .sub-heading::after {
  content: "";
  position: absolute;
  height: 4px;
}

@media screen and (max-width: 767px) {

  .company .sub-heading::before,
  .company .sub-heading::after {
    height: 2px;
  }
}

.company .sub-heading::before {
  width: 68px;
  background-color: var(--c-blue01);
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .company .sub-heading::before {
    width: 40px;
  }
}

.company .sub-heading::after {
  width: 136px;
  background-color: var(--c-kaisha-app);
  left: 74px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .company .sub-heading::after {
    width: 80px;
    left: 44px;
  }
}

.company .profile-table {
  width: 100%;
}

.company .profile-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.company .profile-table tbody tr {
  width: 100%;
  border-bottom: 1px solid var(--c-gray05);
}

@media screen and (max-width: 767px) {
  .company .profile-table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.company .profile-table tbody th {
  color: var(--c-blue01);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  text-align: left;
  padding: 30px 0 20px 30px;
  width: 26%;
}

@media screen and (max-width: 767px) {
  .company .profile-table tbody th {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}

.company .profile-table tbody td {
  color: var(--c-black02);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  width: 74%;
  padding: 30px 30px 20px 0;
}

@media screen and (max-width: 767px) {
  .company .profile-table tbody td {
    width: 100%;
    padding: 8px 0 15px;
  }
}

.company .profile-table tbody .profile-table-list__item {
  color: var(--c-black02);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.company .profile-table tbody .profile-table-list-child>li {
  color: var(--c-black02);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.company .profile-table tbody .profile-table-img {
  width: 100%;
  max-width: 263px;
  margin: 30px 0 20px;
}

@media screen and (max-width: 767px) {
  .company .profile-table tbody .profile-table-img {
    max-width: 130px;
  }
}

.company .profile-table tbody .profile-table-img>img {
  width: 100%;
  height: auto;
}

.company .partner {
  width: 100%;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .company .partner {
    overflow: hidden;
    margin-bottom: 40px;
  }
}

.company .partner__inner {
  max-width: 1214px;
  margin: 0 auto;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .company .partner__inner {
    padding: 0 40px;
  }
}

.company .partner-grid-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .company .partner-grid-wrap {
    overflow: visible;
    margin-bottom: 20px;
  }
}

.company .partner-grid-wrap .line-3 {
  position: absolute;
  top: calc(100% + 200px);
  right: -30%;
  display: inline-block;
  width: 80%;
  height: 3px;
  background-color: var(--c-lalapay);
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media screen and (max-width: 991px) {
  .company .partner-grid-wrap .line-3 {
    top: calc(100% + 80px);
    height: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .company .partner-grid-wrap .line-3 {
    top: calc(100% + 60px);
  }
}

.company .partner-grid-wrap .line-3::before,
.company .partner-grid-wrap .line-3::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
}

@media screen and (max-width: 991px) {

  .company .partner-grid-wrap .line-3::before,
  .company .partner-grid-wrap .line-3::after {
    height: 1.5px;
  }
}

.company .partner-grid-wrap .line-3::before {
  top: -25px;
  right: -30px;
  background-color: var(--c-kaisha-app);
}

@media screen and (max-width: 767px) {
  .company .partner-grid-wrap .line-3::before {
    right: -15px;
    top: -15px;
  }
}

.company .partner-grid-wrap .line-3::after {
  top: 25px;
  right: 30px;
  background-color: var(--c-maekyu);
}

@media screen and (max-width: 767px) {
  .company .partner-grid-wrap .line-3::after {
    top: 15px;
    right: 15px;
  }
}

.company .partner-grid {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}

@media screen and (max-width: 767px) {
  .company .partner-grid {
    grid-template-columns: 1fr;
  }
}

.company .partner-title {
  grid-column: 1;
  grid-row: 1;
  color: var(--c-blue01);
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .company .partner-title {
    font-size: 18px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

.company .partner-text {
  grid-column: 1;
  grid-row: 2;
  color: var(--c-black02);
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .company .partner-text {
    grid-row: 3;
    padding-left: 0;
  }
}

.company .partner-logo {
  grid-column: 2;
  grid-row: 1/3;
}

@media screen and (max-width: 767px) {
  .company .partner-logo {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }
}

.company .partner-logo picture {
  display: block;
  width: 100%;
  max-width: 210px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .company .partner-logo picture {
    max-width: 360px;
    margin-bottom: 20px;
  }
}

.company .partner-cta-area {
  position: relative;
  background-color: var(--c-gray04);
  padding: 70px 30px;
}

@media screen and (max-width: 767px) {
  .company .partner-cta-area {
    padding: 40px 15px;
  }
}

.company .partner-cta-area>p {
  color: var(--c-black02);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .company .partner-cta-area>p {
    font-size: 17px;
    padding-bottom: 15px;
  }
}

.company .partner-cta-area>a {
  display: block;
  color: var(--c-white01);
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background-color: var(--c-blue01);
  border-radius: 9999px;
  width: 100%;
  max-width: 672px;
  padding: 20px;
  margin: 0 auto;
  -webkit-box-shadow: 7px 7px 15px -10px #424242;
  box-shadow: 7px 7px 15px -10px #424242;
}

@media screen and (max-width: 767px) {
  .company .partner-cta-area>a {
    font-size: 17px;
    padding: 10px;
  }
}

/*---------------------------------------------
News（お知らせ）
---------------------------------------------*/
.info .first {
  background-image: url(../add-img/News-fv-pc.png);
}

@media screen and (max-width: 767px) {
  .info .first {
    background-image: url(../add-img/News-fv-sp.png);
  }
}

/* ---------- news list ---------- */
.info__item a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px var(--c-gray02);
  border-right: solid 2px var(--c-gray02);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.info__item p,
.info__item .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.info__list {
  max-width: none;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .info__list {
    margin-bottom: 32px;
  }
}

.info__item {
  border: none;
  -webkit-box-shadow: 0px 0px 10px -5px #b0b0b0;
  box-shadow: 0px 0px 10px -5px #b0b0b0;
  border-radius: 15px;
  margin-bottom: 20px;
}

.info__item:first-child {
  border: none;
}

.info__item:last-child {
  margin-bottom: 0;
}

.info__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 22px 75px 22px 35px;
  position: relative;
  gap: 30px;
  -webkit-transition: var(--tran-opacity-a);
  transition: var(--tran-opacity-a);
}

@media screen and (max-width: 767px) {
  .info__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 22px 40px 22px 20px;
    gap: 0;
  }
}

.info__item a:hover,
.info__item a:focus {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .info__item a::after {
    right: 17px;
  }
}

@media screen and (max-width: 480px) {
  .info__item a::after {
    right: 17px;
  }
}

.info__item a>time {
  color: var(--c-gray03);
  font-size: 16px;
  font-weight: 700;
  margin-right: 0;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .info__item a>time {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .info__item a>time {
    margin-bottom: 5px;
  }
}

.info__item a>p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--c-black02);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

/* pager */
.info .pager__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

/* 修正 */
@media (max-width: 480px) {
  .info .pager__list {
    margin-top: 20px;
  }
}

.info .pager__item {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  position: relative;
}

/* 修正 */
@media (max-width: 480px) {
  .info .pager__item {
    width: 8vw;
    height: 8vw;
    font-size: 3.75vw;
  }
}

.info .pager__item.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
}

.info .pager__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  transition: var(--tran-opacity-a);
}

.info .pager__item a:hover,
.info .pager__item a:focus,
.info .pager__item.prev:hover,
.info .pager__item.prev:focus,
.info .pager__item.next:hover,
.info .pager__item.next:focus {
  opacity: 0.6;
}

.info .pager__item.prev {
  border: none;
}

.info .pager__item.prev::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px var(--c-black02);
  border-left: solid 1px var(--c-black02);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.info .pager__item.next {
  border: none;
}

.info .pager__item.next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px var(--c-black02);
  border-right: solid 1px var(--c-black02);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* News下部：区切り線と右側あしらい用 */
.info .lower__section {
  position: relative;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .info .lower__section {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .info .lower__section {
    padding-bottom: 20px;
  }
}

/* 右側の斜めライン装飾 */
.info .lower__section::after {
  content: "";
  position: absolute;
  right: max(18px, calc((100vw - 1214px) / 2) - 26px);
  bottom: 190px;
  width: 30%;
  max-width: 400px;
  height: 3px;
  background-color: var(--c-kaisha-app);
  box-shadow:
    -30px 22px 0 var(--c-lalapay),
    -60px 44px 0 var(--c-maekyu);
  transform: rotate(-20deg);
  transform-origin: right center;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .info .lower__section::after {
    bottom: 100px;
    right: 5px;
    width: 40%;
    height: 1.5px;
    box-shadow:
      -20px 16px 0 var(--c-lalapay),
      -40px 32px 0 var(--c-maekyu);
  }
}

@media screen and (max-width: 480px) {
  .info .lower__section::after {
    bottom: 40px;
  }
}

/* archive navi */
.info .archive {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 120px 0 0;
  width: fit-content;
  max-width: 100%;
  background: var(--c-gray04);
  padding: 16px 30px;
}

/* pager と archive の間の横線 */
.info .archive::before {
  content: "";
  position: absolute;
  top: -65px;
  left: min(-60px, calc(((100vw - 1214px) / -2) - 60px));
  width: calc(100vw - 10px);
  height: 5px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .info .archive::before {
    content: "";
    position: absolute;
    top: -65px;
    left: min(-60px, calc(((100vw - 1214px) / -2) - 60px));
    width: calc(100vw + 18px);
    height: 5px;
    background-color: #f5f5f5;
  }
}

@media screen and (max-width: 480px) {
  .info .archive {
    margin: 60px 0 0;
  }

  .info .archive::before {
    top: -35px;
  }
}

.info .archive__ttl {
  flex-shrink: 0;
  margin-right: 20px;
  font-family: "Cantarell", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  color: var(--c-blue01);
}

.info .archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px 0;
  min-width: 0;
  list-style: none;
}

.info .archive__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
}

.info .archive__item::after {
  content: "/";
  display: inline-block;
  margin: 0 12px;
}

.info .archive__item:last-child::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .info .archive {
    flex-direction: column;
    padding: 16px 20px;
  }

  .info .archive__ttl {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .info .archive__list {
    width: 100%;
  }

  .info .archive__item::after {
    margin: 0 10px;
  }
}

/* ---------- Archive page ---------- */
.Archive__top-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  max-width: 370px;
  padding-left: 20px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .Archive__top-heading {
    max-width: 230px;
    padding-left: 15px;
    gap: 0 15px;
    margin-bottom: 40px;
  }
}

.Archive__top-heading::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background-color: var(--c-gray02);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .Archive__top-heading::before {
    width: 6px;
    height: 6px;
  }
}

.Archive__top-heading__en {
  color: var(--c-gray02);
  font-size: 30px;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .Archive__top-heading__en {
    font-size: 20px;
  }
}

.Archive__top-heading__line {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: var(--c-gray02);
}

.Archive__top-heading__ja {
  color: var(--c-gray02);
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .Archive__top-heading__ja {
    font-size: 16px;
  }
}

/* ---------- article ---------- */
.info-article .first {
  background-image: url(../add-img/News-fv-pc.png);
}

@media screen and (max-width: 767px) {
  .info-article .first {
    background-image: url(../add-img/News-fv-sp.png);
  }
}


/* News下部：区切り線と右側あしらい用 */
.info-article .lower__section {
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .info-article .lower__section {
    padding-bottom: 60px;
  }
}

/* 右側の斜めライン装飾 */
.info-article .lower__section::after {
  content: "";
  position: absolute;
  right: max(18px, calc((100vw - 1214px) / 2) - 26px);
  bottom: 100px;
  width: 30%;
  max-width: 400px;
  height: 3px;
  background-color: var(--c-kaisha-app);
  box-shadow:
    -30px 22px 0 var(--c-lalapay),
    -60px 44px 0 var(--c-maekyu);
  transform: rotate(-20deg);
  transform-origin: right center;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .info-article .lower__section::after {
    bottom: 100px;
    right: 5px;
    width: 40%;
    height: 1.5px;
    box-shadow:
      -20px 16px 0 var(--c-lalapay),
      -40px 32px 0 var(--c-maekyu);
  }
}

@media screen and (max-width: 480px) {
  .info-article .lower__section::after {
    bottom: 60px;
  }
}

/* article contents */
.info-article__ttl {
  font-size: 30px;
  font-weight: 700;
  color: var(--c-blue01);
}

@media (max-width: 767px) {
  .info-article__ttl {
    font-size: 24px;
  }
}

.info-article__time {
  color: var(--c-gray03);
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .info-article__time {
    font-size: 12px;
  }
}

.info-article__body {
  margin: 26px 0 40px;
  padding: 40px;
  border-top: 1px solid var(--c-gray05);
  border-bottom: 1px solid var(--c-gray05);
  /* 記事内のタイトル */
  /* テキストが続くパターン*/
}

@media (max-width: 767px) {
  .info-article__body {
    margin: 20px 0 40px;
    padding: 20px;
    font-size: 16px;
  }
}

.icon-pdf::after {
	content: "";
	display: inline-block;
	background: url(../img/common/icon_pdf.png) 0 0 no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
@media (max-width: 480px) {
	.icon-pdf::after {
		width: 14px;
		height:  14px;
	}
}



/* ↓↓↓↓↓ 必要に応じて変更の必要有 ↓↓↓↓↓ */
.info-article__body h2 {
  font-size: 30px;
  font-weight: bold;
  color: var(--c-blue01);
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .info-article__body h2 {
    font-size: 6.4vw;
    margin-top: 6vw;
    margin-bottom: 2vw;
  }
}

.info-article__body h3 {
  font-size: 26px;
  font-weight: bold;
  color: var(--c-blue01);
  margin-top: 25px;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .info-article__body h3 {
    font-size: 5.4vw;
    margin-top: 5vw;
    margin-bottom: 1.8vw;
  }
}

.info-article__body h4 {
  font-size: 22px;
  font-weight: bold;
  color: var(--c-blue01);
  margin-top: 20px;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .info-article__body h4 {
    font-size: 5vw;
    margin-top: 4vw;
    margin-bottom: 1.8vw;
  }
}

.info-article__body h5 {
  font-size: 18px;
  font-weight: bold;
  color: var(--c-blue01);
  margin-top: 20px;
  margin-bottom: 6px;
}

@media (max-width: 480px) {
  .info-article__body h5 {
    font-size: 4.8vw;
    margin-top: 4vw;
    margin-bottom: 1.6vw;
  }
}

.info-article__body ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .info-article__body ul {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}

.info-article__body ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}

.info-article__body ul li::before {
  content: "・";
}

.info-article__body ul li a {
  color: var(--c-blue01);
  text-decoration: underline;
}

.info-article__body ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

.info-article__body ol {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-position: inside;
}

@media (max-width: 480px) {
  .info-article__body ol {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}

.info-article__body ol li {
  padding-left: 1em;
  text-indent: -1.1em;
  line-height: 1.7;
}

.info-article__body ol li a {
  color: var(--c-blue01);
  text-decoration: underline;
}

.info-article__body ol li a:hover {
  text-decoration: none;
  opacity: 1;
}

.info-article__body p+p {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .info-article__body p+p {
    margin-top: 4vw;
  }
}

.info-article__body table {
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

@media (max-width: 480px) {
  .info-article__body table {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}

.info-article__body table tr {
  background-color: #fff;
}

@media (max-width: 480px) {
  .info-article__body table tr:last-child td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
}

.info-article__body table td {
  padding: 8px;
  border: 1px solid #bbb;
}

@media (max-width: 480px) {
  .info-article__body table td {
    padding: 3vw;
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

.info-article__body table th {
  background: #f8f9fd;
  border: solid 1px #ccc;
  padding: 10px;
}

@media (max-width: 480px) {
  .info-article__body table th {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* ↑↑↑↑↑ 必要に応じて変更の必要有 ↑↑↑↑↑ */



/*---------------------------------------------
電子公告
---------------------------------------------*/
.koukoku .first {
  background-image: url(../add-img/koukoku-fv-pc.png);
}

@media screen and (max-width: 767px) {
  .koukoku .first {
    background-image: url(../add-img/koukoku-fv-pc.png);
  }
}

/* 電子公告内容 */
/* @media screen and (max-width: 480px) {
  .lower__inner {
    padding: 0 20px;
  }
} */

.koukoku-table {
  margin-top: 30px;
  border-collapse: collapse;
  width: 100%;
}

.koukoku-table th,
.koukoku-table td {
  border: 1px solid var(--c-gray05);
}

.koukoku-table th:first-child,
.koukoku-table td:first-child {
  width: 34.939%;
}

.koukoku-table th {
  background-color: var(--c-gray06);
  padding: 10px;
  font-weight: bold;
}

/* 修正 */
@media (max-width: 480px) {
  .koukoku-table th {
    padding: 2vw;
  }
}

.koukoku-table td {
  padding: 20px;
}

/* 修正 */
@media (max-width: 480px) {
  .koukoku-table td {
    padding: 3vw;
  }
}

.koukoku-table td:first-child {
  text-align: center;
  vertical-align: middle;
}

.koukoku-table td a {
  color: var(--c-link);
}

.koukoku-table td a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_pdf.png) 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 6px;
}

/*---------------------------------------------
個人情報基本方針
---------------------------------------------*/
.privacy .first {
  background-image: url(../add-img/privacy-policy-fv-pc.png);
}

@media screen and (max-width: 767px) {
  .privacy .first {
    background-image: url(../add-img/privacy-policy-fv-sp.png);
  }
}

.privacy .section__sub-ttl {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .privacy .section__sub-ttl {
    font-size: 18px;
  }
}

/* ----- 個人情報保護方針・セキュリティ基本方針共通 ----- */
.privacy__read {
  margin-top: 20px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .privacy__read {
    margin-top: 20px;
  }
}

.privacy-block {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .privacy-block {
    margin-top: 20px;
  }
}

.privacy-block__ttl {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--c-gray05);
}

.privacy-block__ttl02 {
  padding-top: 20px;
  font-weight: 700;
  padding-bottom: 2px;
  margin-bottom: 1px;
}

/* list number */
.privacy,
.security-policy {
  counter-reset: number 0;
}

.privacy-block__ttl::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}

/* ----- ----------------------------- ----- */



/*---------------------------------------------
個人情報の取り扱いについて
---------------------------------------------*/
.about-person .first {
  background-image: url(../add-img/privacy-notice-fv-pc.png);
}

@media screen and (max-width: 767px) {
  .about-person .first {
    background-image: url(../add-img/privacy-notice-fv-sp.png);
  }
}

/* 見出し番号用 */
.about-person {
  counter-reset: number number-type1;
}

.about-person .first-title {
  line-height: 1;
}

/* 大項目 */
.about-person .person-block {
  margin-top: 64px;
}

.about-person .person-block:first-of-type {
  margin-top: 0;
}

.about-person .person-block__ttl {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--c-gray05);
}

.about-person .person-block__ttl::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}

/* 大項目直下の本文と箇条書きの距離 */
.about-person .person-block>p+.person__list {
  margin-top: 12px;
}

/* 会社情報ブロック */
.about-person .person__company {
  margin-top: 14px;
}

/* リスト共通 */
.about-person .person__list {
  list-style: none;
}

/* ・リスト */
.about-person .person__list.desc li {
  padding-left: 1em;
  text-indent: -0.5em;
}

.about-person .person__list.desc li::before {
  content: "・";
  display: inline-block;
  line-height: 1.7;
}

/* （1）（2） */
.about-person .person__list.number-type1 {
  counter-reset: number-type1 0;
}

.about-person .person__list.number-type1>li {
  position: relative;
  padding-left: 2em;
  text-indent: -2.5em;
  margin-top: 20px;
}

.about-person .person__list.number-type1>li:first-child {
  margin-top: 0;
}

.about-person .person__list.number-type1>li::before {
  counter-increment: number-type1 1;
  content: "（" counter(number-type1) "）";
}

/* （4）の中に入る①②③リスト */
.about-person .person__list.number-type1>li>.person__list.number-type2 {
  margin-top: 18px;
}

/* ①②③：番号はHTML側で記述 */
.about-person .person__list.number-type2 {
  list-style: none;
}

.about-person .person__list.number-type2>li {
  margin-top: 28px;
}

.about-person .person__list.number-type2>li:first-child {
  margin-top: 0;
}

.about-person .person__list.number-type2 li,
.about-person .person__list.alpha-type1 li,
.about-person .person__list.kana-type1 li {
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
}

.about-person .person__list.number-type2 li span {
  font-weight: bold;
}

.about-person .person__list.number-type2 li p,
.about-person .person__list.kana-type1 li p {
  text-indent: 0;
}

/* liの中にある説明文 */
.about-person .person__list li>p {
  margin-top: 8px;
}

/* a. b. c.：番号はHTML側で記述 */
.about-person .person__list.alpha-type1 {
  margin-top: 10px;
  margin-bottom: 4px;
}

.about-person .person__list.alpha-type1>li {
  margin-top: 8px;
}

.about-person .person__list.alpha-type1>li:first-child {
  margin-top: 0;
}

.about-person .person__list.alpha-type1>li span {
  font-weight: normal;
}

/* ア. イ. ウ.：番号はHTML側で記述 */
.about-person .person__list.kana-type1 {
  margin-top: 12px;
  margin-bottom: 4px;
}

.about-person .person__list.kana-type1>li {
  margin-top: 12px;
}

.about-person .person__list.kana-type1>li:first-child {
  margin-top: 0;
}

.about-person .person__list.kana-type1>li span {
  font-weight: normal;
}

/* 共同利用者枠 */
.about-person .person-shared {
  border: 1px solid var(--c-gray05);
  width: 100%;
  max-width: none;
  margin: 14px 0 8px;
  padding: 18px 24px 20px;
  text-indent: 0;
  transform: none;
  box-sizing: border-box;
}

.about-person .person-shared * {
  text-indent: 0;
}

.about-person .person-shared__ttl {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}

.about-person .person-shared__wrap {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  max-width: 100%;
}

.about-person .person-shared__list {
  width: calc((100% - 40px) / 2);
  min-width: 0;
  list-style: none;
  padding-top: 0;
}

.about-person .person-shared__item {
  position: relative;
  padding-left: 1em !important;
  text-indent: 0 !important;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.about-person .person-shared__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.7;
}

/* SP調整 */
@media screen and (max-width: 767px) {

  /* 大項目 */
  .about-person .person-block {
    margin-top: 44px;
  }

  .about-person .person-block:first-of-type {
    margin-top: 0;
  }

  .about-person .person-block__ttl {
    margin-bottom: 14px;
  }

  /* 大項目直下の本文と箇条書きの距離 */
  .about-person .person-block>p+.person__list {
    margin-top: 10px;
  }

  /* （1）（2） */
  .about-person .person__list.number-type1>li {
    margin-top: 18px;
  }

  .about-person .person__list.number-type1>li:first-child {
    margin-top: 0;
  }

  /* （4）の中に入る①②③リスト */
  .about-person .person__list.number-type1>li>.person__list.number-type2 {
    margin-top: 14px;
  }

  /* ①②③ */
  .about-person .person__list.number-type2 {
    margin-left: 0;
  }

  .about-person .person__list.number-type2>li {
    margin-top: 24px;
  }

  .about-person .person__list.number-type2>li:first-child {
    margin-top: 0;
  }

  /* a. b. c. */
  .about-person .person__list.alpha-type1 {
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .about-person .person__list.alpha-type1>li {
    margin-top: 8px;
  }

  .about-person .person__list.alpha-type1>li:first-child {
    margin-top: 0;
  }

  /* ア. イ. ウ. */
  .about-person .person__list.kana-type1 {
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .about-person .person__list.kana-type1>li {
    margin-top: 10px;
  }

  .about-person .person__list.kana-type1>li:first-child {
    margin-top: 0;
  }

  /* li内の説明文 */
  .about-person .person__list li>p {
    margin-top: 6px;
  }

  /* 共同利用者枠 */
  .about-person .person-shared {
    margin: 12px 0 8px;
    padding: 16px;
  }

  .about-person .person-shared__wrap {
    flex-direction: column;
    gap: 0;
  }

  .about-person .person-shared__list {
    width: 100%;
  }

  .about-person .person-shared__list+.person-shared__list {
    margin-top: 0;
  }

  /* 会社情報ブロック */
  .about-person .person__company {
    margin-top: 12px;
  }
}

/*---------------------------------------------
反社会的勢力に対する基本方針
---------------------------------------------*/
.antisocial .first {
  background-image: url(../add-img/antisocial-policy-fv-pc.png);
}

@media screen and (max-width: 767px) {
  .antisocial .first {
    background-image: url(../add-img/antisocial-policyfv-sp.png);
  }
}

/* number-type3 数字+「.」 */
.antisocial .list01.number-type3 {
  counter-reset: number-type3 0;
  list-style: none;
  margin-top: 30px;
}

.antisocial .list01.number-type3>li {
  margin-bottom: 12px;
  text-indent: -1.2em;
  padding-left: 1.5em;
}

.antisocial .list01.number-type3>li::before {
  counter-increment: number-type3 1;
  content: counter(number-type3) ".";
  padding-right: 6px;
  font-size: 16px;
}

/*---------------------------------------------
情報セキュリティ基本方針
---------------------------------------------*/
.security-policy .first {
  background-image: url(../add-img/security-policy-fv-pc.png);
}

@media screen and (max-width: 767px) {
  .security-policy .first {
    background-image: url(../add-img/security-policy-fv-sp.png);
  }
}

.privacy__president {
  text-align: right;
  margin-top: 60px;
}

@media (max-width: 480px) {
  .privacy__president {
    margin-top: 11vw;
  }
}

.privacy__president span {
  font-size: 24px;
  font-weight: bold;
  margin-left: 15px;
}

@media (max-width: 480px) {
  .privacy__president span {
    font-size: 6.4vw;
  }
}

/*---------------------------------------------
フォーム系共通
---------------------------------------------*/
/* thanks page ttl */
.thanks__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: var(--c-blue01);
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .thanks__ttl {
    font-size: 25px;
  }
}

@media screen and (max-width: 480px) {
  .thanks__ttl {
    font-size: 22px;
  }
}

/* error text */
.txt-error {
  color: #ff0000;
  font-size: 13px;
  font-weight: 700;
}


/*---------------------------------------------
お問い合わせフォーム
---------------------------------------------*/
.contact .first {
  background-image: url(../add-img/contact-fv-pc.png);
}

@media screen and (max-width: 767px) {
  .contact .first {
    background-image: url(../add-img/contact-fv-sp.png);
  }
}

/*---------------------------------------------
ご意見・ご要望
---------------------------------------------*/
.customer-voice .first {
  background-image: url(../add-img/customer-voice-fv-pc.png);
}

@media screen and (max-width: 767px) {
  .customer-voice .first {
    background-image: url(../add-img/customer-voice-fv-sp.png);
  }
}

/*---------------------------------------------
404
---------------------------------------------*/
.p404 .lower__section {
  margin-bottom: 100px;
}

.p404-block {
  max-width: 640px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}

.p404-block__mv {
  max-width: 280px;
  margin: 0 auto 30px;
}

.p404-block__mv img {
  display: block;
  width: 100%;
  height: auto;
}

.p404-block p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 36px;
}

.p404-block p a {
  color: var(--c-link);
}

/* SP */
@media screen and (max-width: 767px) {
  .p404 .lower__section {
    margin-bottom: 70px;
  }

  .p404-block {
    max-width: 100%;
    padding-top: 50px;
  }

  .p404-block__mv {
    max-width: 220px;
    margin-bottom: 24px;
  }

  .p404-block p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 28px;
  }
}