@charset "UTF-8";
/*================================
	text
================================*/
.c-text {
  font-size: 1.6rem;
}
.c-text .-strong {
  font-weight: bold;
  color: #0050A5;
}
.c-text.-notes {
  font-size: 1.4rem;
  color: #666;
}

/*================================
	heading
================================*/
.c-contents-display1, .c-contents-display2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-contents-display1, .c-contents-display2 {
    text-align: center;
  }
}
.c-contents-display1 span, .c-contents-display2 span {
  display: block;
}
.c-contents-display1 span:first-child, .c-contents-display2 span:first-child {
  color: #0050A5;
  font-size: 6.4rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-contents-display1 span:first-child, .c-contents-display2 span:first-child {
    font-size: 3.8rem;
    margin-bottom: 8px;
  }
}
.c-contents-display1 span:last-child, .c-contents-display2 span:last-child {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents-display1 span:last-child, .c-contents-display2 span:last-child {
    font-size: 2.4rem;
  }
}

.c-contents-display2 {
  text-align: center;
}
.c-contents-display2 span:last-child {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-contents-display2 span:last-child {
    font-size: 1.8rem;
  }
}

.c-h1 {
  margin-bottom: 32px;
  text-align: center;
}
.c-h1 span {
  display: block;
}
.c-h1 span:nth-child(1) {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .c-h1 span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.c-h1 span:nth-child(2) {
  color: #0050A5;
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-h1 span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.c-h2 {
  margin-bottom: 32px;
}
.c-h2 span {
  display: block;
}
.c-h2 span:nth-child(1) {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-h2 span:nth-child(1) {
    font-size: 2.4rem;
  }
}
.c-h2 span:nth-child(2) {
  color: #0050A5;
  font-size: 2.4rem;
  font-family: "Jost", sans-serif;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-h2 span:nth-child(2) {
    font-size: 1.6rem;
  }
}

.c-h3 {
  margin-bottom: 32px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-h3 {
    font-size: 2rem;
  }
}

.c-h4 {
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-h4 {
    font-size: 1.8rem;
  }
}

/*================================
	list
================================*/
.c-list__item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
  font-size: 1.6rem;
}
.c-list__item::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0050a5;
  border-radius: 50%;
}
.c-list__item:last-child {
  margin-bottom: 0;
}
.c-list.-inline {
  margin-top: 32px;
  padding-left: 24px;
}
.c-list.-inline::before {
  display: none;
}
.c-list.-inline .c-list__item {
  padding-left: 12px;
  color: #666;
}
.c-list.-inline .c-list__item::before {
  top: 0.6em;
  width: 4px;
  height: 4px;
  background-color: #666;
}
.c-list.-num .c-list__item {
  padding-left: 29px;
}
.c-list.-num .c-list__item:nth-child(1)::before {
  content: "1.";
}
.c-list.-num .c-list__item:nth-child(2)::before {
  content: "2.";
}
.c-list.-num .c-list__item:nth-child(3)::before {
  content: "3.";
}
.c-list.-num .c-list__item:nth-child(4)::before {
  content: "4.";
}
.c-list.-num .c-list__item:nth-child(5)::before {
  content: "5.";
}
.c-list.-num .c-list__item:nth-child(6)::before {
  content: "6.";
}
.c-list.-num .c-list__item:nth-child(7)::before {
  content: "7.";
}
.c-list.-num .c-list__item:nth-child(8)::before {
  content: "8.";
}
.c-list.-num .c-list__item:nth-child(9)::before {
  content: "9.";
}
.c-list.-num .c-list__item:nth-child(10)::before {
  content: "10.";
}
.c-list.-num .c-list__item:nth-child(11)::before {
  content: "11.";
}
.c-list.-num .c-list__item:nth-child(12)::before {
  content: "12.";
}
.c-list.-num .c-list__item:nth-child(13)::before {
  content: "13.";
}
.c-list.-num .c-list__item:nth-child(14)::before {
  content: "14.";
}
.c-list.-num .c-list__item:nth-child(15)::before {
  content: "15.";
}
.c-list.-num .c-list__item:nth-child(16)::before {
  content: "16.";
}
.c-list.-num .c-list__item:nth-child(17)::before {
  content: "17.";
}
.c-list.-num .c-list__item:nth-child(18)::before {
  content: "18.";
}
.c-list.-num .c-list__item:nth-child(19)::before {
  content: "19.";
}
.c-list.-num .c-list__item:nth-child(20)::before {
  content: "20.";
}
.c-list.-num .c-list__item:nth-child(21)::before {
  content: "21.";
}
.c-list.-num .c-list__item:nth-child(22)::before {
  content: "22.";
}
.c-list.-num .c-list__item:nth-child(23)::before {
  content: "23.";
}
.c-list.-num .c-list__item:nth-child(24)::before {
  content: "24.";
}
.c-list.-num .c-list__item:nth-child(25)::before {
  content: "25.";
}
.c-list.-num .c-list__item:nth-child(26)::before {
  content: "26.";
}
.c-list.-num .c-list__item:nth-child(27)::before {
  content: "27.";
}
.c-list.-num .c-list__item:nth-child(28)::before {
  content: "28.";
}
.c-list.-num .c-list__item:nth-child(29)::before {
  content: "29.";
}
.c-list.-num .c-list__item:nth-child(30)::before {
  content: "30.";
}
.c-list.-num .c-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-weight: bold;
  color: #0050A5;
}
.c-list.-num.-inline {
  counter-reset: hoge;
  padding-left: 11px;
  margin-bottom: 24px;
}
.c-list.-num.-inline .c-list__item {
  counter-increment: hoge;
  padding-left: 2em;
}
.c-list.-num.-inline .c-list__item::after {
  content: counter(hoge, lower-roman);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 2em;
  height: auto;
  text-align: center;
  font-weight: bold;
}
.c-list.-num.-inline .c-list__item::before {
  content: ".";
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  color: #666;
}
.c-list.-notes .c-list__item {
  font-size: 1.4rem;
  color: #666;
}
.c-list.-notes .c-list__item::before {
  background-color: #666;
}
.c-list.-notes.-num .c-list__item {
  padding-left: 30px;
}
.c-list.-notes.-num .c-list__item:nth-child(1)::before {
  content: "※1";
}
.c-list.-notes.-num .c-list__item:nth-child(2)::before {
  content: "※2";
}
.c-list.-notes.-num .c-list__item:nth-child(3)::before {
  content: "※3";
}
.c-list.-notes.-num .c-list__item:nth-child(4)::before {
  content: "※4";
}
.c-list.-notes.-num .c-list__item:nth-child(5)::before {
  content: "※5";
}
.c-list.-notes.-num .c-list__item:nth-child(6)::before {
  content: "※6";
}
.c-list.-notes.-num .c-list__item:nth-child(7)::before {
  content: "※7";
}
.c-list.-notes.-num .c-list__item:nth-child(8)::before {
  content: "※8";
}
.c-list.-notes.-num .c-list__item:nth-child(9)::before {
  content: "※9";
}
.c-list.-notes.-num .c-list__item:nth-child(10)::before {
  content: "※10";
}
.c-list.-notes.-num .c-list__item:nth-child(11)::before {
  content: "※11";
}
.c-list.-notes.-num .c-list__item:nth-child(12)::before {
  content: "※12";
}
.c-list.-notes.-num .c-list__item:nth-child(13)::before {
  content: "※13";
}
.c-list.-notes.-num .c-list__item:nth-child(14)::before {
  content: "※14";
}
.c-list.-notes.-num .c-list__item:nth-child(15)::before {
  content: "※15";
}
.c-list.-notes.-num .c-list__item:nth-child(16)::before {
  content: "※16";
}
.c-list.-notes.-num .c-list__item:nth-child(17)::before {
  content: "※17";
}
.c-list.-notes.-num .c-list__item:nth-child(18)::before {
  content: "※18";
}
.c-list.-notes.-num .c-list__item:nth-child(19)::before {
  content: "※19";
}
.c-list.-notes.-num .c-list__item:nth-child(20)::before {
  content: "※20";
}
.c-list.-notes.-num .c-list__item:nth-child(21)::before {
  content: "※21";
}
.c-list.-notes.-num .c-list__item:nth-child(22)::before {
  content: "※22";
}
.c-list.-notes.-num .c-list__item:nth-child(23)::before {
  content: "※23";
}
.c-list.-notes.-num .c-list__item:nth-child(24)::before {
  content: "※24";
}
.c-list.-notes.-num .c-list__item:nth-child(25)::before {
  content: "※25";
}
.c-list.-notes.-num .c-list__item:nth-child(26)::before {
  content: "※26";
}
.c-list.-notes.-num .c-list__item:nth-child(27)::before {
  content: "※27";
}
.c-list.-notes.-num .c-list__item:nth-child(28)::before {
  content: "※28";
}
.c-list.-notes.-num .c-list__item:nth-child(29)::before {
  content: "※29";
}
.c-list.-notes.-num .c-list__item:nth-child(30)::before {
  content: "※30";
}
.c-list.-notes.-num .c-list__item::before {
  background-color: rgba(0, 0, 0, 0);
  color: #666;
}

/*================================
	link
================================*/
.c-link {
  color: #0050a5;
  transition: all 0.2s;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 0 5px 1.2px;
  display: inline-block;
}
.c-link::after {
  content: "";
  background-color: #0050a5;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-link:hover {
    color: #0050a5;
  }
}
.c-link.-blank::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
.c-link.-pdf {
  color: #000;
  font-weight: normal;
  transition: all 0.1s;
  padding-left: 46.03px;
}
.c-link.-pdf::before {
  content: url(/assets/images/icon_pdf_blue.svg);
  display: inline-block;
  position: absolute;
  padding-right: 15.7px;
  top: -1px;
  left: 5px;
}
.c-link.-pdf::after {
  display: none;
}
.c-link.-pdf:hover {
  text-decoration: underline;
}
.c-link.-anchor {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  background: url(/assets/images/icn_arrow_down_blue.svg) no-repeat left center;
  background-size: 9px 6px;
  background-position-x: 10px;
}

.c-link2 {
  display: inline-block;
  position: relative;
  color: #000;
  transition: all 0.4s;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 40px;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .c-link2:hover {
    color: #0050a5;
  }
}
@media screen and (min-width: 768px) {
  .c-link2:hover::after {
    width: 8px;
  }
}
.c-link2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  right: calc(100% - 32px);
  width: 32px;
  height: 1px;
  background-color: #0050a5;
  transition: all 0.4s;
}
.c-link2.-blank {
  padding-left: 61px;
}
.c-link2.-blank::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: absolute;
  right: calc(100% - 61px);
  padding-right: 8px;
}
.c-link2.-blank::after {
  top: 0.7em;
}

.c-link3 {
  display: flex;
}
.c-link3__inner {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__text {
    margin-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__circle::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
  }
}
@media screen and (min-width: 768px) {
  .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.c-link3__text {
  color: #0050a5;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 16px;
  transition: margin-right 0.4s;
  flex: 1;
}
.c-link3__circle {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #0050a5;
  border: 1px solid #0050a5;
  position: relative;
  overflow: hidden;
}
.c-link3__circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  left: 31%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0050a5;
  border-right: 2px solid #0050a5;
  transform: rotate(45deg);
}
.c-link3__circle::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-in-out;
}
.c-link3.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_blue.jpg);
  display: inline-block;
  position: relative;
  padding-right: 8px;
}
.c-link3.-center {
  justify-content: center;
  width: 100%;
}
.c-link3.-black .c-link3__inner:hover .c-link3__circle {
  border: 1px solid #FCCA00;
}
@media screen and (min-width: 768px) {
  .c-link3.-black .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.c-link3.-black.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_black.svg);
}
.c-link3.-black .c-link3__text {
  color: #000;
}
.c-link3.-black .c-link3__circle {
  background-color: #FCCA00;
  border: 1px solid #000;
}
.c-link3.-black .c-link3__circle::before {
  background-color: #000;
}
.c-link3.-black .c-link3__circle::after {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}
.c-link3.-yellow .c-link3__inner:hover .c-link3__circle {
  border: 1px solid #FCCA00;
}
@media screen and (min-width: 768px) {
  .c-link3.-yellow .c-link3__inner:hover .c-link3__circle::after {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.c-link3.-yellow.-blank .c-link3__inner::before {
  content: url(/assets/images/icn_blank_yellow.svg);
}
.c-link3.-yellow .c-link3__text {
  color: #FCCA00;
}
.c-link3.-yellow .c-link3__circle {
  background-color: #FCCA00;
  border: 1px solid #FCCA00;
}
.c-link3.-yellow .c-link3__circle::before {
  background-color: #fff;
}
.c-link3.-yellow .c-link3__circle::after {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}

.c-button {
  display: flex;
}
.c-button__inner {
  position: relative;
  display: block;
  background-color: #0050a5;
  border: 1px solid #0050a5;
  border-radius: 8px;
  color: #fff;
  padding: 10px 35px 10px;
  width: 320px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  overflow: hidden;
  isolation: isolate;
}
.c-button__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  right: 15.5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
.c-button__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  display: block;
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.2s;
  z-index: 1;
}
.c-button__inner:hover {
  color: #0050a5;
}
.c-button__inner:hover::before {
  border-top: 2px solid #0050a5;
  border-right: 2px solid #0050a5;
}
.c-button__inner:hover::after {
  transform: translateX(0);
}
.c-button__text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-position: 18px center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  outline: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  z-index: 2;
}
.c-button.-blank .c-button__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  left: auto;
  bottom: 0;
  display: inline-block;
  margin: auto 0;
  z-index: 10;
  width: 13px;
  height: 11px;
  background: url(/assets/images/icn_blank_white.svg) no-repeat;
  background-size: contain;
  border: none;
  transform: translateX(-100%);
}
.c-button.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_blue.svg) no-repeat;
  background-size: contain;
}
.c-button.-center {
  justify-content: center;
}
.c-button.-yellow .c-button__inner {
  color: #000;
  background-color: #FCCA00;
  border: 1px solid #FCCA00;
}
.c-button.-yellow .c-button__inner::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.c-button.-yellow .c-button__inner::after {
  background-color: #000;
}
.c-button.-yellow .c-button__inner:hover {
  color: #FCCA00;
}
.c-button.-yellow .c-button__inner:hover::before {
  border-top: 2px solid #FCCA00;
  border-right: 2px solid #FCCA00;
}
.c-button.-yellow.-blank .c-button__inner::before {
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-yellow.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_yellow.svg) no-repeat;
  background-size: contain;
}
.c-button.-download .c-button__inner {
  color: #fff;
  background-color: #0050a5;
  border: 1px solid #0050a5;
}
.c-button.-download .c-button__inner::before {
  background: url(/assets/images/icon_dl_white.svg) no-repeat;
  background-size: contain;
  border: none;
  transform: rotate(0);
  width: 13px;
  height: 16.5px;
  top: 29%;
}
.c-button.-download .c-button__inner::after {
  background-color: #fff;
}
.c-button.-download .c-button__inner:hover {
  color: #0050a5;
}
.c-button.-download .c-button__inner:hover::before {
  background: url(/assets/images/icon_dl_blue.svg) no-repeat;
  background-size: contain;
}
.c-button.-black .c-button__inner {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}
.c-button.-black .c-button__inner::before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.c-button.-black .c-button__inner::after {
  background-color: #0050a5;
}
.c-button.-black .c-button__inner:hover {
  color: #fff;
  border: 1px solid #0050a5;
}
.c-button.-black .c-button__inner:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-button.-black.-blank .c-button__inner::before {
  background: url(/assets/images/icn_blank_black.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-black.-blank .c-button__inner:hover::before {
  background: url(/assets/images/icn_blank_white.svg) no-repeat;
  background-size: contain;
}
.c-button.-black.-download .c-button__inner::before {
  background: url(/assets/images/icon_dl_blue.svg) no-repeat;
  background-size: contain;
  border: none;
}
.c-button.-black.-download .c-button__inner:hover::before {
  background: url(/assets/images/icon_dl_white.svg) no-repeat;
  background-size: contain;
}

/*================================
	link
================================*/
.c-anchor {
  width: 100%;
}
.c-anchor__list {
  position: relative;
  display: flex;
  gap: 24px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 27px;
  padding-top: 8px;
}
.c-anchor__list::-webkit-scrollbar {
  display: none;
}
.c-anchor__list.-scrollable {
  box-shadow: inset -40px 0px 20px -20px rgba(0, 0, 0, 0.07);
}
.c-anchor__item {
  position: relative;
}
.c-anchor__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25.5px;
  left: 0;
  width: calc(100% + 24px);
  height: 1px;
  background-color: #E1E1E1;
}
@media screen and (max-width: 767px) {
  .c-anchor__item::before {
    bottom: -27px;
  }
}
.c-anchor__item a {
  position: relative;
  user-drag: none;
  -webkit-user-drag: none;
  font-size: 1.8rem;
  padding-left: 32px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-anchor__item a {
    line-height: 0;
    vertical-align: middle;
  }
}
.c-anchor__item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 16%;
  left: 6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0050A5;
  border-right: 2px solid #0050A5;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-anchor__item a::before {
    top: 15%;
  }
}
.c-anchor__item a::after {
  content: "";
  display: block;
  position: relative;
  margin: 0px auto 0px;
  bottom: -26.5px;
  background-color: #0050A5;
  height: 3px;
  width: 0;
  border-radius: 4px;
  transition: all 0.2s 0.2s;
}
@media screen and (min-width: 768px) {
  .c-anchor__item a:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-anchor__item a:hover {
    color: #0050A5;
  }
}
.c-anchor__item.active a {
  pointer-events: none;
}

/*================================
	table
================================*/
.c-table {
  font-size: 1.6rem;
}
.c-table__container {
  width: 100%;
  overflow-y: hidden !important;
}
.c-table__frame {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-table__frame {
    text-align: center;
    white-space: nowrap;
  }
}
.c-table__head tr {
  border: 1px solid #E1E1E1;
}
.c-table__head th {
  color: #fff;
  background-color: #0050A5;
  padding: 16px;
  border: 1px solid #E1E1E1;
}
.c-table__head-second th {
  background-color: #4393E6;
}
.c-table__body tr {
  border: 1px solid #E1E1E1;
}
.c-table__body tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.03);
}
.c-table__body tr:nth-child(2n) th {
  background-color: #DCEDFF;
}
.c-table__body th {
  padding: 16px;
  background-color: #E5F2FF;
  border: 1px solid #E1E1E1;
}
.c-table__body td {
  padding: 16px;
  border: 1px solid #E1E1E1;
}
.c-table .scroll-hint-icon {
  top: 25px;
}

/*================================
	column
================================*/
.c-column {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-column {
    flex-direction: column;
    gap: 32px;
  }
}
.c-column__img {
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
  position: relative;
}
.c-column__img img {
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .c-column__img img {
    max-width: 1200px;
    width: 100%;
  }
}
.c-column__caption {
  margin-top: 16px;
  color: #666;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-column__link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
.c-column.-center {
  justify-content: center;
}
.c-column.-center .c-column__img {
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-center .c-column__img {
    max-width: 1200px;
  }
}
.c-column.-column2 {
  justify-content: space-between;
}
.c-column.-column2 .c-column__img {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-column2 .c-column__img {
    max-width: 1200px;
  }
}
.c-column.-column3 {
  justify-content: space-between;
}
.c-column.-column3 .c-column__img {
  max-width: 368px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column.-column3 .c-column__img {
    max-width: 1200px;
  }
}

/*================================
	fv
================================*/
@media screen and (max-width: 767px) {
  .c-fv {
    padding: 0;
  }
}
.c-fv__wrap {
  position: relative;
  overflow: hidden;
}
.c-fv__img {
  height: 41.6666666667vw;
  max-height: 800px;
  min-height: 516px;
}
@media screen and (max-width: 767px) {
  .c-fv__img {
    height: 153.8461538462vw;
    max-height: 600px;
    min-height: 0;
  }
}
.c-fv__img img {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-fv__img img {
    max-height: 600px;
  }
}
.c-fv__box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-fv__box {
    width: 100%;
    padding: 0 24px;
  }
}
.c-fv__title {
  font-size: 9.4rem;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .c-fv__title {
    font-size: 3.4rem;
  }
}
.c-fv__title.-mincho {
  font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", serif;
}
.c-fv__sub {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-fv__sub {
    font-size: 1.6rem;
  }
}
.c-fv__scrolltop {
  position: absolute;
  display: block;
  bottom: -7px;
  left: 6px;
  width: 43px;
  height: 324.5px;
  pointer-events: none;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-fv__scrolltop {
    display: none;
  }
}
.c-fv.-h600 .c-fv__img {
  height: 31.25vw;
  max-height: 600px;
  min-height: 387.5px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h600 .c-fv__img {
    height: 102.5641025641vw;
    max-height: 400px;
    min-height: 0;
  }
}
.c-fv.-h600 .c-fv__img img {
  max-height: 600px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h600 .c-fv__img img {
    max-height: 400px;
  }
}
.c-fv.-h600 .c-fv__title {
  font-size: 4.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-fv.-h600 .c-fv__title {
    font-size: 3.6rem;
  }
}
.c-fv.-h400 .c-fv__scrolltop {
  height: 16vw;
  max-height: 307px;
  min-height: 192px;
}
.c-fv.-h400 .c-fv__img {
  height: 20.8333333333vw;
  max-height: 400px;
  min-height: 259px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h400 .c-fv__img {
    height: 76.9230769231vw;
    max-height: 300px;
    min-height: 0;
  }
}
.c-fv.-h400 .c-fv__img img {
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .c-fv.-h400 .c-fv__img img {
    max-height: 300px;
  }
}
.c-fv.-h400 .c-fv__title {
  font-size: 4.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-fv.-h400 .c-fv__title {
    font-size: 2.4rem;
  }
}

/*================================
	content
================================*/
.c-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-content {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-content img {
    max-width: 1200px;
    width: 100%;
  }
}
.c-content__textarea {
  flex: 1;
  margin-right: 64px;
}
@media screen and (max-width: 767px) {
  .c-content__textarea {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content__imgarea {
    margin-bottom: 24px;
  }
}
.c-content__imgarea.-link {
  height: 100%;
}
.c-content__imgarea.-link img {
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .c-content__imgarea.-link:hover p {
    color: #0050A5;
  }
}
@media screen and (min-width: 768px) {
  .c-content__imgarea.-link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .c-content__imgarea + .c-content__imgarea {
    margin-top: 8px;
  }
}
.c-content__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-content__title {
    margin-right: 0;
    text-align: center;
  }
}
.c-content__title span {
  display: block;
}
.c-content__title span:nth-child(1) {
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-content__title span:nth-child(1) {
    font-size: 3.8rem;
    margin-bottom: 12px;
  }
}
.c-content__title span:nth-child(2) {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-content__title span:nth-child(2) {
    font-size: 2.4rem;
  }
}
.c-content__title.-jp-only {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-content__title.-jp-only {
    font-size: 2.4rem;
  }
}
.c-content__text {
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.c-content__img {
  max-width: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  isolation: isolate;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content__img {
    max-width: 1200px;
  }
}
.c-content__img + p {
  margin-top: 16px;
  font-size: 1.6rem;
  color: #000;
}
.c-content.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-content.-reverse {
    flex-direction: column;
  }
}
.c-content.-reverse .c-content__textarea {
  margin-right: 0;
  margin-left: 64px;
}
@media screen and (max-width: 767px) {
  .c-content.-reverse .c-content__textarea {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content.-jp-only-layout .c-content__imgarea {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-content.-jp-only-layout .c-content__textarea {
    order: 2;
  }
}
.c-content.-column3 {
  justify-content: flex-start;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 {
    gap: 0;
    justify-content: center;
  }
}
.c-content.-column3.-center {
  justify-content: center;
}
.c-content.-column3 .c-content__img {
  max-width: 384px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__img {
    max-width: 1200px;
  }
}
.c-content.-column3 .c-content__textarea {
  margin-right: 24px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__textarea {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-content.-column3.-reverse .c-content__textarea {
  margin-right: 0;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3.-reverse .c-content__textarea {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-content.-column3 .c-content__card {
  max-width: 368px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__card {
    max-width: 1200px;
  }
}
.c-content.-column3 .c-content__card__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__card__title {
    margin-bottom: 24px;
  }
}
.c-content.-column3 .c-content__title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-content.-column3 .c-content__title {
    font-size: 2rem;
  }
}
.c-content.-image2 {
  max-width: 1728px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 {
    gap: 0;
  }
}
.c-content.-image2 .c-content__img {
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 .c-content__img {
    max-width: 1200px;
  }
}
.c-content.-image2 .c-content__textarea {
  max-width: 543px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  flex: none;
}
@media screen and (max-width: 767px) {
  .c-content.-image2 .c-content__textarea {
    max-width: 1200px;
  }
}
.c-content.-image2.-reverse .c-content__textarea {
  max-width: 543px;
  width: 100%;
  margin-right: 0;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .c-content.-image2.-reverse .c-content__textarea {
    max-width: 1200px;
  }
}
.c-content__card {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-content__card {
    max-width: 1200px;
  }
}
.c-content__card__img {
  margin-bottom: 16px;
  width: 100%;
}
.c-content__card__title {
  font-size: 2.4rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .c-content__card__title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.c-content__card__text {
  font-size: 1.6rem;
}
.c-content__card__text + .c-link3 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-content__card + .c-content__card {
    margin-top: 32px;
  }
}
.c-content__caption {
  margin-top: 16px;
  color: #666;
  font-size: 1.4rem;
}

.c-board {
  background-color: #fff;
}
.c-board__fv {
  max-width: 1920px;
  margin: 0 auto 100px;
  padding-top: 278px;
  background-image: url(/assets/images/dummy/fv_2.jpg);
  background-image: -webkit-image-set(url("/assets/images/dummy/fv_2.jpg") type("image/jpeg"));
  background-image: image-set(url("/assets/images/dummy/fv_2.jpg") type("image/jpeg"));
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-board__fv {
    background-image: url(/assets/images/dummy/fv_2_sp.jpg);
    background-image: -webkit-image-set(url("/assets/images/dummy/fv_2_sp.jpg") type("image/jpeg"));
    background-image: image-set(url("/assets/images/dummy/fv_2_sp.jpg") type("image/jpeg"));
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 40% 24px 0;
    margin: 0 auto 80px;
  }
}
.c-board__fv__box {
  background-color: #fff;
  max-width: 1200px;
  padding: 80px 100px;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__box {
    padding: 80px 24px;
  }
}
.c-board__fv__title {
  font-size: 6.4rem;
  text-align: center;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__title {
    font-size: 3.8rem;
  }
}
.c-board__fv__sub {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__sub {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.c-board__fv__intro {
  font-size: 3.6rem;
  color: #0050A5;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-board__fv__intro {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.c-board__fv__txt {
  font-size: 1.6rem;
  text-align: center;
}

/*================================
	flex
================================*/
.c-flex {
  display: flex;
  justify-content: space-between;
}
.c-flex.-nogap {
  justify-content: flex-start;
}
.c-flex.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-flex.-reverse {
    flex-direction: column;
  }
}
.c-flex.-col1 {
  justify-content: center;
}
.c-flex.-col2 .c-flex__col, .c-flex.-col2 .c-flex__img {
  width: 48.5%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .c-flex.-col2 .c-flex__col, .c-flex.-col2 .c-flex__img {
    width: 100%;
    margin-right: 0;
  }
}
.c-flex.-col2 .c-flex__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-flex.-col2 .c-flex__img {
    margin-bottom: 32px;
  }
}
.c-flex.-col2 .c-flex__img:nth-child(even) {
  margin-right: 0;
}
.c-flex.-col3 .c-flex__col, .c-flex.-col3 .c-flex__img {
  width: 31.33333%;
  margin-right: 3%;
}
@media screen and (max-width: 767px) {
  .c-flex.-col3 .c-flex__col, .c-flex.-col3 .c-flex__img {
    width: 100%;
    margin-right: 0;
  }
}
.c-flex.-col3 .c-flex__img {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-flex.-col3 .c-flex__img {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-flex {
    flex-direction: column;
  }
}

/*================================
	biodiversity
================================*/
@media screen and (min-width: 768px) {
  .c-table .c-table__head th.pc-width {
    min-width: 236px;
  }
}
@media screen and (max-width: 767px) {
  .c-table .c-table__head th.sp-width {
    min-width: 227px;
  }
}