:root {
  --white: #FFFFFF;
  --gray_1: #EEEEEE;
  --gray_2: #D3D3D3;
  --gray_3: #959595;
  --gray_primary: #595757;
  --gray_text: #333333;
  --black: #000000;
  --dark_green_primary: #2A818B;
  --dark_blue_1: #30929F;
  --dark_blue_2: #3B8FAB;
  --dark_blue_3: #4B84AD;
  --dark_blue_4: #49729B;
  --dark_blue_secondary: #3876B4;
  --dark_blue_footer: #4464C1;
  --dark_blue_header: #3958B5;
  --dark_blue-gray: #414F60;
  --dark_red: #DA2C2F;
  --light_green_1: #F2FAF9;
  --light_green_2: #CCEBDD;
  --light_yellow_1: #FEFCE8;
  --light_yellow_2: #F8F4D7;
  --light_red: #F8D5D5;
  --family-jp: "Noto Sans JP", sans-serif;
  --family-en: "Lato", sans-serif;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-bold: 600;
  --ease-in-out: 0.2s ease-in-out;
}

/* NEW COMPONENT START */
.c-btnBasic {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  padding-left: min(1.5vw, 18px);
  padding-right: min(4.167vw, 50px);
  height: min(5vw, 60px);
  border-radius: min(0.667vw, 8px);
  box-shadow: 0 min(0.333vw, 4px) min(0.167vw, 2px) 0 rgba(42, 129, 139, 0.3);
  transition: var(--ease-in-out);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic {
    padding-left: 4.615vw;
    padding-right: 12.821vw;
    height: 14.359vw;
    border-radius: 2.051vw;
    box-shadow: 0 1.026vw 0.513vw 0 rgba(42, 129, 139, 0.3);
  }
}
.c-btnBasic::after,
.c-btnBasic span::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  transition: var(--ease-in-out);
}
.c-btnBasic::after {
  margin-right: min(1.5vw, 18px);
  right: 0;
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  background-size: min(2vw, 24px) min(2vw, 24px);
  background-image: url("/assets/img/common/icon/icon-arrow-fill_white.png");
}
@media only screen and (max-width: 767px) {
  .c-btnBasic::after {
    margin-right: 4.103vw;
    width: 6.154vw;
    height: 6.154vw;
    background-size: 6.154vw 6.154vw;
  }
}
.c-btnBasic.small {
  width: min(19.167vw, 230px);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.small {
    width: 53.846vw;
  }
}
.c-btnBasic.medium {
  width: min(21.667vw, 260px);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.medium {
    width: 61.538vw;
  }
}
.c-btnBasic.large {
  width: min(25.833vw, 310px);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.large {
    width: 74.359vw;
  }
}
.c-btnBasic.header, .c-btnBasic.footer {
  box-shadow: none;
}
.c-btnBasic.header.small {
  padding-right: 0;
  width: min(10.833vw, 130px);
  height: min(3.333vw, 40px);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.header.small {
    width: 33.333vw;
    height: 10.256vw;
  }
}
.c-btnBasic.header.small::after {
  display: none;
}
.c-btnBasic.header.small span {
  font-size: min(1.167vw, 14px);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.header.small span {
    font-size: 3.59vw;
  }
}
.c-btnBasic.header.secondary {
  color: var(--white);
  background: var(--dark_blue_header);
}
.c-btnBasic.footer.small {
  padding-right: 0;
  width: min(10.833vw, 130px);
  height: min(3.333vw, 40px);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.footer.small {
    width: 33.333vw;
    height: 10.256vw;
  }
}
.c-btnBasic.footer.small::after {
  display: none;
}
.c-btnBasic.footer.small span {
  padding-right: min(2vw, 24px);
  font-size: min(1.167vw, 14px);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.footer.small span {
    padding-right: 6.154vw;
    font-size: 3.59vw;
  }
}
.c-btnBasic.footer.small.icon span::after {
  right: min(0.333vw, 4px);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.footer.small.icon span::after {
    right: 1.026vw;
  }
}
.c-btnBasic.footer.medium {
  width: min(15.5vw, 186px);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.footer.medium {
    width: 83.077vw;
  }
}
.c-btnBasic.footer.medium span {
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.footer.medium span {
    font-size: 4.103vw;
  }
}
.c-btnBasic.footer.secondary {
  color: var(--white);
  background: var(--dark_blue_footer);
}
.c-btnBasic.anchor::after {
  transform: translate(0, -50%) rotate(90deg);
}
.c-btnBasic span {
  position: relative;
  display: inline-block;
  font-size: min(1.5vw, 18px);
  font-weight: var(--weight-medium);
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .c-btnBasic span {
    font-size: 4.103vw;
  }
}
.c-btnBasic.icon span::after {
  margin-left: min(0.333vw, 4px);
  right: max(-1.333vw, -16px);
  width: min(1.333vw, 16px);
  height: min(1.333vw, 16px);
  background-size: min(1.333vw, 16px) min(1.333vw, 16px);
  background-image: url("/assets/img/common/icon/icon-link_white.png");
}
@media only screen and (max-width: 767px) {
  .c-btnBasic.icon span::after {
    margin-left: 1.026vw;
    right: -4.103vw;
    width: 4.103vw;
    height: 4.103vw;
    background-size: 4.103vw 4.103vw;
  }
}
.c-btnBasic.primary {
  color: var(--white);
  background: var(--dark_green_primary);
}
.c-btnBasic.white {
  color: var(--dark_green_primary);
  background: var(--white);
}
.c-btnBasic.white::after {
  background-image: url("/assets/img/common/icon/icon-arrow-fill_dark_green_primary.png");
}
.c-btnBasic.white.icon span::after {
  background-image: url("/assets/img/common/icon/icon-link_dark_green_primary.png");
}
.c-btnBasic.gray {
  color: var(--dark_blue-gray);
  background: var(--white);
}
.c-btnBasic.gray::after {
  background-image: url("/assets/img/common/icon/icon-arrow-fill_dark_blue-gray.png");
}
@media print, screen and (min-width: 768px) {
  .c-btnBasic:hover {
    transition: var(--ease-in-out);
  }
  .c-btnBasic:hover.primary {
    color: var(--dark_green_primary);
    background: var(--white);
  }
  .c-btnBasic:hover.primary::after {
    background-image: url("/assets/img/common/icon/icon-arrow-fill_dark_green_primary.png");
  }
  .c-btnBasic:hover.primary.icon span::after {
    background-image: url("/assets/img/common/icon/icon-link_dark_green_primary.png");
  }
  .c-btnBasic:hover.white {
    color: var(--white);
    background: var(--dark_green_primary);
  }
  .c-btnBasic:hover.white::after {
    background-image: url("/assets/img/common/icon/icon-arrow-fill_white.png");
  }
  .c-btnBasic:hover.white.icon span::after {
    background-image: url("/assets/img/common/icon/icon-link_white.png");
  }
  .c-btnBasic:hover.gray {
    color: var(--white);
    background: var(--dark_green_primary);
  }
  .c-btnBasic:hover.gray::after {
    background-image: url("/assets/img/common/icon/icon-arrow-fill_white.png");
  }
  .c-btnBasic:hover.gray.icon span::after {
    background-image: url("/assets/img/common/icon/icon-link_white.png");
  }
}

.c-view {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-right: min(2.667vw, 32px);
  font-size: min(1.333vw, 16px);
  font-weight: var(--weight-regular);
  letter-spacing: 0.04em;
  line-height: min(2vw, 24px);
}
@media only screen and (max-width: 767px) {
  .c-view {
    padding-right: 8.205vw;
    font-size: 4.103vw;
    line-height: 6.154vw;
  }
}
.c-view::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 0;
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  background-size: min(2vw, 24px) min(2vw, 24px);
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .c-view::after {
    width: 6.154vw;
    height: 6.154vw;
    background-size: 6.154vw 6.154vw;
  }
}
.c-view.primary {
  color: var(--dark_green_primary);
}
.c-view.primary::after {
  background-image: url("/assets/img/common/icon/icon-arrow-line_dark_green_primary.png");
}
.c-view.gray {
  color: var(--gray_text);
}
.c-view.gray::after {
  background-image: url("/assets/img/common/icon/icon-arrow-line_gray_text.png");
}
.c-view.white {
  color: var(--white);
}
.c-view.white::after {
  background-image: url("/assets/img/common/icon/icon-arrow-line_white.png");
}
@media print, screen and (min-width: 768px) {
  .c-view:hover {
    opacity: 0.7;
  }
}

.c-btnAccordion {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-right: min(2.667vw, 32px);
  font-size: min(1.333vw, 16px);
  font-weight: var(--weight-regular);
  letter-spacing: 0.04em;
  line-height: min(2.5vw, 30px);
}
@media only screen and (max-width: 767px) {
  .c-btnAccordion {
    padding-right: 8.205vw;
    font-size: 4.103vw;
    line-height: 7.692vw;
  }
}
.c-btnAccordion::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 0;
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  background-size: min(2vw, 24px) min(2vw, 24px);
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .c-btnAccordion::after {
    width: 6.154vw;
    height: 6.154vw;
    background-size: 6.154vw 6.154vw;
  }
}
.c-btnAccordion.primary {
  color: var(--dark_green_primary);
}
.c-btnAccordion.primary[aria-expanded=false]::after {
  background-image: url("/assets/img/common/icon/icon-opennavi-15-true_dark_green_primary.png");
}
.c-btnAccordion.primary[aria-expanded=true]::after {
  background-image: url("/assets/img/common/icon/icon-opennavi-15-false_dark_green_primary.png");
}
@media print, screen and (min-width: 768px) {
  .c-btnAccordion:hover {
    opacity: 0.7;
  }
}

.c-btnTop {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-right: min(2.917vw, 35px);
  color: var(--gray_text);
  font-size: min(1.333vw, 16px);
  font-weight: var(--weight-regular);
  letter-spacing: 0.04em;
  line-height: min(2.333vw, 28px);
}
@media only screen and (max-width: 767px) {
  .c-btnTop {
    padding-right: 8.974vw;
    font-size: 4.103vw;
    line-height: 7.179vw;
  }
}
.c-btnTop::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 0;
  width: min(2.333vw, 28px);
  height: min(2.333vw, 28px);
  background-size: min(2.333vw, 28px) min(2.333vw, 28px);
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .c-btnTop::after {
    width: 7.179vw;
    height: 7.179vw;
    background-size: 7.179vw 7.179vw;
  }
}
.c-btnTop.primary::after {
  background-image: url("/assets/img/common/icon/icon-arrow-line_dark_green_primary.png");
  transform: translate(0, -50%) rotate(-90deg);
}
@media print, screen and (min-width: 768px) {
  .c-btnTop:hover {
    opacity: 0.7;
  }
}

.c-headlineMain {
  position: relative;
  display: block;
  padding-bottom: min(1.167vw, 14px);
  color: var(--gray_text);
  font-family: var(--family-jp);
  font-size: min(2.5vw, 30px);
  font-weight: var(--weight-medium);
  letter-spacing: 0.04em;
  line-height: min(4.25vw, 51px);
}
@media only screen and (max-width: 767px) {
  .c-headlineMain {
    padding-bottom: 4.615vw;
    font-size: 6.667vw;
    line-height: 11.282vw;
  }
}
.c-headlineMain::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  width: min(30vw, 360px);
  height: min(0.333vw, 4px);
  background-color: var(--dark_green_primary);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-headlineMain::before {
    width: 26.667vw;
    height: 1.026vw;
  }
}
.c-headlineMain::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(0.333vw, 4px);
  background-color: var(--gray_1);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .c-headlineMain::after {
    height: 1.026vw;
  }
}

.c-headlineSub {
  position: relative;
  display: block;
  padding-left: min(2.333vw, 28px);
  color: var(--gray_text);
  font-family: var(--family-jp);
  font-size: min(2.167vw, 26px);
  font-weight: var(--weight-medium);
  letter-spacing: 0.04em;
  line-height: min(5vw, 60px);
}
@media only screen and (max-width: 767px) {
  .c-headlineSub {
    padding-left: 7.179vw;
    font-size: 5.641vw;
    line-height: 10.256vw;
  }
}
.c-headlineSub::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: min(0.333vw, 4px);
  height: 100%;
  background-color: var(--dark_blue_secondary);
}
@media only screen and (max-width: 767px) {
  .c-headlineSub::before {
    width: 1.026vw;
  }
}

.c-headlineDot {
  position: relative;
  display: inline-block;
  color: var(--gray_primary);
  font-weight: var(--weight-bold);
}
.c-headlineDot::before {
  display: inline-block;
  content: "";
  background-position: left top;
  background-repeat: no-repeat;
}
.c-headlineDot.primary::before {
  background-image: url("/assets/img/common/icon/icon-hex_dark_green_primary.png");
}
.c-headlineDot.secondary {
  color: var(--dark_blue_secondary);
}
.c-headlineDot.secondary::before {
  background-image: url("/assets/img/common/icon/icon-hex_dark_blue_secondary.png");
}
.c-headlineDot.white {
  color: var(--white);
}
.c-headlineDot.white::before {
  background-image: url("/assets/img/common/icon/icon-hex_white.png");
}
.c-headlineDot.small {
  font-size: min(1.333vw, 16px);
  line-height: min(2.25vw, 27px);
}
@media only screen and (max-width: 767px) {
  .c-headlineDot.small {
    font-size: 4.103vw;
    line-height: 6.923vw;
  }
}
.c-headlineDot.small::before {
  margin-right: min(1vw, 12px);
  width: min(0.833vw, 10px);
  height: min(1vw, 12px);
  background-size: min(0.833vw, 10px) min(1vw, 12px);
}
@media only screen and (max-width: 767px) {
  .c-headlineDot.small::before {
    margin-right: 3.077vw;
    width: 2.564vw;
    height: 3.077vw;
    background-size: 2.564vw 3.077vw;
  }
}
.c-headlineDot.medium {
  font-size: min(1.667vw, 20px);
  line-height: min(2.833vw, 34px);
}
@media only screen and (max-width: 767px) {
  .c-headlineDot.medium {
    font-size: 5.128vw;
    line-height: 8.718vw;
  }
}
.c-headlineDot.medium::before {
  margin-right: min(1.333vw, 16px);
  width: min(1.083vw, 13px);
  height: min(1.25vw, 15px);
  background-size: min(1.083vw, 13px) min(1.25vw, 15px);
}
@media only screen and (max-width: 767px) {
  .c-headlineDot.medium::before {
    margin-right: 4.103vw;
    width: 3.333vw;
    height: 3.846vw;
    background-size: 3.333vw 3.846vw;
  }
}
.c-headlineDot.large {
  font-size: min(2vw, 24px);
  line-height: min(3.417vw, 41px);
}
@media only screen and (max-width: 767px) {
  .c-headlineDot.large {
    font-size: 6.154vw;
    line-height: 10.513vw;
  }
}
.c-headlineDot.large::before {
  margin-right: min(2vw, 24px);
  width: min(1.25vw, 15px);
  height: min(1.5vw, 18px);
  background-size: min(1.25vw, 15px) min(1.5vw, 18px);
}
@media only screen and (max-width: 767px) {
  .c-headlineDot.large::before {
    margin-right: 6.154vw;
    width: 3.846vw;
    height: 4.615vw;
    background-size: 3.846vw 4.615vw;
  }
}

.c-headlineEn {
  display: block;
  margin-left: max(-0.25vw, -3px);
  color: var(--dark_green_primary);
  font-family: var(--family-en);
  font-size: 64px;
  font-weight: var(--weight-bold);
  line-height: 1;
}
.c-headlineEn .gray {
  color: var(--gray_primary);
}
@media only screen and (max-width: 767px) {
  .c-headlineEn .gray {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .c-headlineEn {
    margin-left: -1.026vw;
    font-size: 15.385vw;
    line-height: 1;
  }
}

.c-pageTitle {
  display: flex;
  align-items: end;
  padding-bottom: 64px;
  width: 100%;
  height: 388px;
  background-image: url("/assets/img/common/heading_bg01.png");
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .c-pageTitle {
    align-items: center;
    padding-top: 23.077vw;
    padding-bottom: 0;
    height: 81.795vw;
    background-image: url("/assets/img/common/heading_bg01_s.png");
    background-size: 100% auto;
  }
}
.c-pageTitle hgroup {
  display: grid;
  grid-auto-flow: row;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .c-pageTitle hgroup {
    gap: 4.103vw;
  }
}
.c-pageTitle .c-headlineDot {
  font-size: 20px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .c-pageTitle .c-headlineDot {
    font-size: 4.103vw;
    line-height: 170%;
  }
}
.c-pageTitle .c-headlineDot::before {
  margin-right: 16px;
  width: 13px;
  height: 15px;
  background-size: 13px 15px;
}
@media only screen and (max-width: 767px) {
  .c-pageTitle .c-headlineDot::before {
    margin-right: 3.077vw;
    width: 2.564vw;
    height: 3.077vw;
    background-size: 2.564vw 3.077vw;
  }
}

/* NEW COMPONENT END */
/*-----------------------
  c-headingArea
-----------------------*/
.c-headingArea {
  display: flex;
  align-items: end;
  padding-bottom: 64px;
  width: 100%;
  height: 388px;
  background: url("/assets/img/common/heading_bg01.png") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .c-headingArea {
    padding-top: 23.077vw;
    padding-bottom: 15.385vw;
    height: 81.795vw;
    background-image: url("/assets/img/common/heading_bg01_s.png");
    background-size: 100% auto;
  }
}
.c-headingArea .title {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 64px;
  font-weight: var(--weight-bold);
  color: #2A818B;
}
@media only screen and (max-width: 767px) {
  .c-headingArea .title {
    margin-bottom: 2.564vw;
    font-size: 15.385vw;
    line-height: 1.2;
  }
}
.c-headingArea .titleJp {
  margin: 0;
  padding-left: 24px;
  background: url("/assets/img/common/heading_icon01.png") no-repeat left center;
  background-size: 13px auto;
  font-size: 20px;
  font-weight: var(--weight-bold);
  color: #595757;
}
@media only screen and (max-width: 767px) {
  .c-headingArea .titleJp {
    padding-left: 5.128vw;
    background-size: 2.564vw auto;
    font-size: 4.103vw;
  }
}

/*-----------------------
  c-topicPath
-----------------------*/
.c-topicPath {
  margin: 36px 0 80px;
}
@media only screen and (max-width: 767px) {
  .c-topicPath {
    margin: 4.103vw 0 16.41vw;
  }
}
.c-topicPath ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  word-break: keep-all;
  white-space: nowrap;
  scrollbar-width: none;
}
@media only screen and (max-width: 767px) {
  .c-topicPath ul {
    gap: 3.077vw;
  }
}
.c-topicPath ul::-webkit-scrollbar {
  display: none;
}
.c-topicPath ul li {
  flex-shrink: 0;
  font-size: 12px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .c-topicPath ul li {
    font-size: 3.077vw;
  }
}
.c-topicPath ul li::after {
  content: ">";
  display: inline-block;
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .c-topicPath ul li::after {
    margin-left: 2.564vw;
  }
}
.c-topicPath ul li:last-child::after {
  content: none;
}
.c-topicPath ul li:first-child {
  margin-left: auto;
}
.c-topicPath ul li a {
  color: #333;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-topicPath ul li a:hover {
    text-decoration: underline;
  }
}

/*-----------------------
  c-iconW
-----------------------*/
.c-iconW {
  padding-right: 17px;
  background: url("/assets/img/common/icon_window03.png") no-repeat right 13px;
  background-size: 12px auto;
}
@media only screen and (max-width: 767px) {
  .c-iconW {
    background-position: right 0.256vw center;
  }
}

/*-----------------------
  c-titleJp
-----------------------*/
.c-titleJp {
  font-size: min(1.667vw, 20px);
  font-weight: var(--weight-bold);
  color: #595757;
}
@media only screen and (max-width: 767px) {
  .c-titleJp {
    font-size: 4.103vw;
  }
}
.c-titleJp::before {
  content: "";
  display: inline-block;
  margin-right: min(1.333vw, 16px);
  width: min(1.083vw, 13px);
  height: min(1.25vw, 15px);
  background: url("/assets/img/top/icon_shapes01.png") no-repeat left top;
  background-size: min(1.083vw, 13px) auto;
}
@media only screen and (max-width: 767px) {
  .c-titleJp::before {
    margin-right: 3.077vw;
    width: 2.564vw;
    height: 3.077vw;
    background-size: 2.564vw auto;
  }
}

/*-----------------------
  c-linkList
-----------------------*/
.c-linkList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-linkList {
    display: block;
  }
}
.c-linkList > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .c-linkList > li:nth-child(3) > ul > li {
    padding-bottom: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-linkList > li :has(> a + ul) > a {
    background-image: url("/assets/img/common/icon_plus02.png");
    background-size: 6.154vw auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-linkList > li :has(> a + ul) > a.is_open {
    background-image: url("/assets/img/common/icon_minus02.png");
    background-size: 6.154vw auto;
  }
}
.c-linkList > li a {
  display: inline-block;
  margin-bottom: min(1.667vw, 20px);
  padding-right: min(3.667vw, 44px);
  background: url("/assets/img/common/icon/icon-arrow-line_white.png") no-repeat right center;
  background-size: min(2vw, 24px) auto;
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  .c-linkList > li a {
    display: block;
    margin-bottom: 3.077vw;
    padding: 1.026vw 0;
    background-size: 6.154vw auto;
    font-size: 4.103vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-linkList > li a:hover {
    opacity: 0.7;
  }
}
.c-linkList > li.noArrow {
  width: min(17vw, 204px);
}
@media only screen and (max-width: 767px) {
  .c-linkList > li.noArrow {
    margin-top: 13.846vw;
    width: auto;
  }
}
.c-linkList > li.noArrow li {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-linkList > li.noArrow li {
    padding-bottom: 0;
    width: 100%;
    border: none;
  }
}
.c-linkList > li.noArrow li a {
  margin-bottom: min(1.25vw, 15px);
  padding: 0;
  font-size: min(1.167vw, 14px);
  background: none;
}
@media only screen and (max-width: 767px) {
  .c-linkList > li.noArrow li a {
    margin-bottom: 3.846vw;
    font-size: 3.59vw;
    font-weight: normal;
  }
}
.c-linkList > li > ul > li {
  margin-bottom: min(2vw, 24px);
}
@media only screen and (max-width: 767px) {
  .c-linkList > li > ul > li {
    margin-bottom: 6.154vw;
    padding-bottom: 6.154vw;
    border-bottom: 1px solid #959595;
  }
}
.c-linkList > li > ul > li a {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-linkList > li > ul > li a {
    font-weight: var(--weight-bold);
  }
}
.c-linkList > li ul {
  list-style-type: none;
}
.c-linkList > li ul ul {
  margin-top: min(1.667vw, 20px) !important;
  margin-left: min(2vw, 24px) !important;
}
@media only screen and (max-width: 767px) {
  .c-linkList > li ul ul {
    display: none;
    margin-top: 5.128vw !important;
    margin-left: 0 !important;
  }
}
.c-linkList > li ul ul li {
  margin-bottom: min(0.833vw, 10px);
}
@media only screen and (max-width: 767px) {
  .c-linkList > li ul ul li {
    margin-bottom: 1.795vw;
  }
}
.c-linkList > li ul ul li a {
  display: inline;
  position: relative;
  padding: 0 0 0 min(1.75vw, 21px);
  background: none;
  font-size: min(1.167vw, 14px);
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .c-linkList > li ul ul li a {
    padding-left: 5.385vw;
    font-size: 3.59vw;
  }
}
.c-linkList > li ul ul li a::before {
  content: "-";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 1;
}
.c-linkList > li ul .snsArea {
  display: flex;
  gap: min(1.25vw, 15px);
  margin: 0 !important;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .c-linkList > li ul .snsArea {
    justify-content: center;
    gap: 6.154vw;
  }
}
.c-linkList > li ul .snsArea li {
  margin: 0;
  padding: 0;
  width: min(1.667vw, 20px);
}
@media only screen and (max-width: 767px) {
  .c-linkList > li ul .snsArea li {
    width: 6.154vw;
  }
}
.c-linkList > li ul .snsArea li a::before {
  content: "";
}
.c-linkList > li ul .snsArea li a img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=component.css.map */