@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html{
  scroll-behavior: auto !important;
}

html:root {
  --color-primary: #100ace;
  --color-primary-dark: #05009c;
  --color-text-base: #141414;
  --color-text-bg: #F2F2F2;
}

main .breadcrumb a {
  color: #5E5E5E;
}

main .mainv01__bg {
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
    .c-switch .c-switch__tab:hover {
        background-color: var(--color-primary-dark);
    }
}

@media screen and (min-width: 768px) {
    main .ccig-p-button:hover {
        background-color: var(--color-primary);
    }
}

.c-contact2 {
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  .c-contact2 {
    margin-top: 80px;
  }
}

.c-contact2__top {
  padding: 80px 0;
  background-color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .c-contact2__top {
    padding: 48px 0;
  }
}

.c-contact2__inner {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-contact2__inner {
    width: 295px;
  }
}

.c-contact2__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.18em;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .c-contact2__title {
    font-size: 18px;
  }
}

.c-contact2__flex {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .c-contact2__flex {
    flex-flow: column;
    justify-content: center;
    margin-top: 26px;
  }
}

.c-contact2 .ccig-p-button {
  width: 500px;
}

@media screen and (min-width: 767px) {
  .c-contact2 .ccig-p-button:hover {
    background-color: var(--color-primary-dark);
  }
}

@media screen and (max-width: 767px) {
  .c-contact2 .ccig-p-button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-contact2 .ccig-p-button:nth-child(2) {
    margin-top: 16px;
  }
}

.c-contact2__txt {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.18em;
  color: #ffffff;
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .c-contact2__txt {
    font-size: 12px;
    margin-top: 26px;
    text-align: left;
  }
}

.c-contact2__bottom {
  width: 100%;
  padding: 32px 0;
  background-color: #141414;
}

@media screen and (max-width: 767px) {
  .c-contact2__bottom {
    padding: 20px 0;
  }
}

.c-contact2__arrow {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  transition: all 0.3s;
}

.c-contact2__arrow img {
  width: 15px;
  height: auto;
  display: block;
  position: relative;
  left: -1px;
  bottom: 0;
}

.c-contact2__goTop {
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
  text-align: center;
  margin-top: 16px;
}

.c-contact2__link {
  width: 78px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .c-contact2__link:hover > .c-contact2__arrow {
    bottom: 4px;
  }
}

.table {
  width: 100%;
  margin: 40px auto 0 auto;
  border-collapse: collapse;
}
.table_scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
}
.table_scroll::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .table_scroll {
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .table_scroll .table {
    width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .table_scroll .table th {
    width: unset;
  }
}
.table th,
.table td {
  padding: 40px;
  border: 1px solid #B7B7B7;
}
@media screen and (max-width: 767px) {
  .table th,
  .table td {
    padding: 24px 16px;
  }
}
.table th {
  width: 300px;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: var(--color-text-bg);
}
@media screen and (max-width: 767px) {
  .table th {
    width: 100%;
    font-size: 14px;
    padding: 14px;
  }
}
.table th.--left {
  text-align: left;
}
.table th.--center {
  text-align: center !important;
}
.table td {
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .table td {
    font-size: 14px;
  }
}
.table td.--left {
  text-align: left;
}
.table td.--top {
  vertical-align: top;
}
.table.--top th {
  vertical-align: top;
}
.table.--left th,
.table.--left td {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table.--block {
    border-top: 1px solid #B7B7B7;
  }
}
@media screen and (max-width: 767px) {
  .table.--block th {
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .table.--block th,
  .table.--block td {
    width: 100%;
    display: block;
  }
}
.c-local-nav .c-local-nav__item::before {
    background-color: #b7b7b7;
}
main .hfhd-h2 {
  border-bottom: 1px solid #b7b7b7;
}
main .c-faq {
  border: 2px solid#b7b7b7;
}
main .c-faq__answer {
  border-top: 2px solid #b7b7b7;
}
main .primary-button {
  border: 2px solid #b7b7b7;
}

.c-staff__tag {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  div.profile__tagArea {
    flex-flow: column;
    align-items: flex-start;
  }
  .profile__tag {
    margin-bottom: 5px;
    margin-right: 0;
    white-space: nowrap;
  }
  .profile__tag:last-of-type {
    margin-bottom: 0;
  }
  .c-staff__history {
    position: relative;
    z-index: 4;
  }
}
@media screen and (max-width: 767px) {
  .ccig-p-button-l__txt.--pc-text-center {
    text-align: center;
  }
}
.c-list .c-list__item--no{
  padding-left: 0;
}
.c-list__item.c-list__item--no::before{
  display: none ;
}