@charset "UTF-8";
/* --------------------------------------
[reset]
--------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

h1,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
}
h2 {
  border-left: 3px solid #015967;
  line-height: 22px;
  color: #015967;
  padding: 0 0.75rem;
}

.tag-section .section-header span {
  font-weight: 600;
  font-size: medium;
}

br {
  opacity: 0;
}

a {
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: none;
}

a,
img {
  border: none;
}

img {
  line-height: 0;
  display: block;
  max-width: 100%;
}

button {
  /* buttonタグの独自スタイルのリセット */
  /* ボックスモデルのリセット */
  padding: 0;
  border: none;
  margin: 0;

  /* フォントのリセット */
  font: inherit;
  color: inherit;

  /* 背景のリセット */
  background: none;

  /* カーソルスタイル */
  cursor: pointer;

  /* アウトラインの削除（アクセシビリティに注意） */
  outline: none;

  /* テキストの位置 */
  text-align: inherit;

  /* 幅と高さ */
  width: auto;
  height: auto;
}

ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  list-style: none;
}

p,
figure {
  margin: 0;
}

iframe {
  width: 100%;
  height: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
::-ms-expand {
  display: none;
}
/* input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
} */

aside.sidemenu {
  width: 23%;
  max-width: 28rem;
  padding: 2rem 1.6rem;
  background-color: #e4eff9;
  font-weight: 500;
}

aside.sidemenu a {
  color: inherit;
  display: block;
  transition: all 0.5s;
}

aside.sidemenu a:hover,
aside.sidemenu a:focus-visible {
  background-image: linear-gradient(transparent, transparent);
  text-decoration: underline;
}

aside.sidemenu li a {
  transition: all 0.5s;
}

aside.sidemenu .sidemenu__title {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 3rem 1.6rem;
  background-color: #ffffff;
  border-top: 0.3rem solid #0058ac;
}

aside.sidemenu .sidemenu__title a {
  position: relative;
  padding-right: 2rem;
}

aside.sidemenu .sidemenu__title a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  color: #0058ac;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

aside.sidemenu .sidemenu__title a:hover,
aside.sidemenu .sidemenu__title a:focus-visible {
  text-decoration: underline;
}

aside.sidemenu .sidemenu__content li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

aside.sidemenu .sidemenu__content li > :first-child {
  flex: 1;
}

aside.sidemenu .sidemenu__content > li > a:first-child {
  padding: 1.8rem 1rem;
}

aside.sidemenu .sidemenu__content > li:not(:last-child) {
  border-bottom: 0.1rem solid #cccccc;
}

aside.sidemenu .sidemenu__content > li.active {
  font-weight: 900;
}

aside.sidemenu .sidemenu__content > li.active > .arrow::after {
  transform: rotate(-180deg);
}

aside.sidemenu .sidemenu__content > li .arrow {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}

aside.sidemenu .sidemenu__content > li .arrow::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #0058ac;
  font-weight: 600;
  position: absolute;
  top: 20%;
  right: 0;
  transition: all 0.5s;
}

aside.sidemenu .sidemenu__sub {
  display: none;
  font-weight: 400;
  background-color: #ffffff;
  padding: 1.8rem 1rem;
  width: 100%;
}

aside.sidemenu .sidemenu__sub > li:not(:first-child) {
  padding-top: 1.8rem;
}

aside.sidemenu .sidemenu__sub > li.active {
  /* font-weight: 900; */
  border-bottom: none;
}

aside.sidemenu .sidemenu__sub > li.active > a {
  font-weight: 900;
}

aside.sidemenu .sidemenu__sub > li.active > .arrow::after {
  transform: rotate(-180deg);
}

aside.sidemenu .sidemenu__sub > li .arrow {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}

aside.sidemenu .sidemenu__sub > li .arrow::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #0058ac;
  position: absolute;
  font-weight: 600;
  top: 20%;
  right: 0;
  transition: all 0.5s;
}

aside.sidemenu .sidemenu__sub-child {
  background-color: #f5f5f5;
  margin-top: 0.8rem;
  padding: 1rem;
  display: none;
  font-size: 1.4rem;
  width: 100%;
}

aside.sidemenu .sidemenu__sub-child li {
  position: relative;
}

aside.sidemenu .sidemenu__sub-child li:not(:last-child) {
  margin-bottom: 1.4rem;
}

aside.sidemenu .sidemenu__sub-child li.active {
  font-weight: 900;
}

aside.sidemenu .sidemenu__sub-child li a {
  padding-left: 0.9rem;
}

aside.sidemenu .sidemenu__sub-child li a::before {
  content: "";
  width: 0.5rem;
  height: 0.2rem;
  background-color: #0058ac;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .sidemenu {
    display: none;
  }
}

.footer {
  background-color: #f2f5f8;
}

.footer .pagetop {
  display: block;
  width: 100%;
  padding-top: 27px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 13px;
  border: none;
  background: #0058ac;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.footer .pagetop::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: calc(50% - 5px);
}

.footer .pagetop:hover,
.footer .pagetop:focus,
.footer .pagetop:hover span,
.footer .pagetop:focus-visible span {
  text-decoration: underline;
}

.footer a {
  transition: all 0.5s;
}

.footer a:hover,
.footer a:focus-visible {
  text-decoration: underline;
}

.footer li a:hover,
.footer li a:focus-visible {
  background: none;
}

.footer__items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 5rem;
}

.footer__items a {
  display: block;
  font-weight: 500;
}

.footer__item {
  width: 22.5%;
}

.footer__item-head {
  font-size: 1.8rem;
  color: #0058ac;
  padding-bottom: 1rem;
  font-weight: 500;
  border-bottom: 0.1rem solid #0058ac;
  margin-bottom: 1.6rem;
  display: flex;
  position: relative;
}

.footer__item-head :first-child {
  flex: 1;
}

.footer__item-head:last-child {
  margin-bottom: 8rem;
}

.footer__item-head .icon {
  display: none;
}

.footer__item-body a {
  font-size: 1.4rem;
  color: inherit;
}

.footer__item-body li:not(:last-child) a {
  margin-bottom: 1.2rem;
}

.footer__banners {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0;
}

.footer__banners a {
  width: 32%;
}

.footer__banners a img {
  transition: box-shadow 0.4s;
}

.footer__banners a:hover img,
.footer__banners a:focus-visible img {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

.footer__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
}

.footer__nav ul {
  display: flex;
  justify-content: center;
}

.footer__nav ul li a {
  color: inherit;
  transition: all 0.5s;
}

.footer__nav ul li:not(:first-child) {
  padding-left: 1.2rem;
}

.footer__nav ul li:not(:last-child) {
  padding-right: 1.2rem;
  border-right: 0.1rem solid #333333;
}

.footer__copyright {
  padding: 2.2rem 0;
  background-color: #0058ac;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .footer .pagetop {
    font-size: 1.2rem;
  }
  .footer__items {
    display: block;
    padding-top: 2.4rem;
    height: auto;
  }
  .footer__items a {
    display: block;
    font-weight: 500;
  }
  .footer__item {
    width: 100%;
  }
  .footer__item:last-child .footer__item-head {
    margin-bottom: 0;
  }
  .footer__item:last-child .footer__item-body > a:first-child {
    padding-top: 1rem;
  }
  .footer__item-head {
    font-size: 1.4rem;
    padding-bottom: 1.4rem;
    border-bottom: 0.1rem solid #cccccc;
    margin-bottom: 1.4rem;
    position: relative;
  }
  .footer__item-head:last-child {
    margin-bottom: 1.4rem;
  }
  .footer__item-head .icon {
    display: block;
  }
  .footer__item-head .icon::before {
    background-color: #0058ac;
  }
  .footer__item-head .icon::after {
    background-color: #0058ac;
  }
  .footer__item-body {
    display: none;
    margin-bottom: 1.2rem;
  }
  .footer__item-body a {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #cccccc;
  }
  .footer__banners {
    flex-wrap: wrap;
    margin: 9rem 0 8rem;
  }
  .footer__banners li {
    width: 100%;
    margin: 0.7rem 0;
  }
  .footer__banners a img {
    width: 100%;
  }
  .footer__nav {
    margin-bottom: 2.4rem;
  }
  .footer__nav ul {
    flex-wrap: wrap;
    font-size: 1.1rem;
  }
  .footer__nav ul li:not(:first-child) {
    padding-left: 0.7rem;
  }
  .footer__nav ul li:not(:last-child) {
    padding-right: 0.7rem;
  }
  .footer__nav ul li:nth-child(4) {
    padding-right: 0;
    border-right: none;
  }
  .footer__copyright {
    padding: 1.5rem 2rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 435px) {
  .footer__banners {
    margin: 4.5rem 0 4rem;
  }
  .footer__nav ul li {
    margin-bottom: 0.8rem;
  }
  .footer__nav ul li:nth-child(3) {
    padding-right: 0;
    border-right: none;
  }
  .footer__nav ul li:nth-child(4) {
    padding-right: 0.7rem;
    border-right: 0.1rem solid #333333;
  }
}

@media screen and (max-width: 365px) {
  .footer__nav ul li:nth-child(2) {
    padding-right: 0;
    border-right: none;
  }
  .footer__nav ul li:nth-child(3) {
    padding-right: 0.7rem;
    border-right: 0.1rem solid #333333;
  }
}

@media screen and (max-width: 361px) {
  .footer__nav ul li:nth-child(2),
  .footer__nav ul li:nth-child(4) {
    padding-right: 0;
    border-right: none;
  }
  .footer__nav ul li:last-child {
    padding-right: 0.8rem;
  }
}

.skip_link_item {
  position: absolute;
}

.skip_link_item a {
  display: inline;
  font-size: 1.4rem;
  left: -1000em;
  padding: 5px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 264px;
  z-index: 100;
}

.skip_link_item a:focus-visible {
  background: none repeat scroll 0 0 #fff !important;
  border: 2px solid #000;
  left: 384px;
  position: absolute;
  top: 10px;
}

.header {
  display: flex;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.header__logo {
  padding: 3.2rem 4.5rem 0;
}

.header__logo img {
  max-width: none;
  transition: all 0.5s;
}

.header__logo img:hover,
.header__logo img:focus-visible {
  opacity: 0.8;
}

.header__nav {
  flex: 1;
}

.header__nav--sp {
  display: none;
}

.header__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__top a {
  color: inherit;
}

.header__top a:hover,
.header__top a:focus-visible {
  background-image: linear-gradient(#333333, #333333);
}

.header__top ul {
  display: flex;
  margin-right: 4rem;
  padding: 1.2rem 0;
}

.header__top ul li:not(:last-child) {
  margin-right: 4.8rem;
}

.header__lang {
  margin-right: 2.9rem;
}

.header__lang a {
  padding: 0 0.9rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.header__lang a:hover,
.header__lang a:focus-visible {
  background-image: linear-gradient(transparent, transparent);
  text-decoration: underline;
}

.header__lang .active {
  /* background-color: #E4EFF9;
  color: #0058AC; */
  background-color: #0058ac;
  color: #e4eff9;
}

.header__lang a.active:hover,
.header__lang a.active:focus-visible {
  /* background-color: #0058AC;
  color: #E4EFF9; */
  text-decoration: underline;
}

.header__search {
  height: 5.2rem;
  width: 5.2rem;
  background-color: #c93e3e;
  border: 2px solid #c93e3e;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.header__search:hover,
.header__search:focus-visible,
.header__search.active {
  background-color: #fff;
  background-image: none !important;
}

.header__search img {
  width: 20px;
}

.header__search .hover-on {
  display: none;
}

.header__search:hover .hover-off,
.header__search:focus-visible .hover-off,
.header__search.active .hover-off {
  display: none;
}

.header__search:hover .hover-on,
.header__search:focus-visible .hover-on,
.header__search.active .hover-on {
  display: block;
}

.header__search-open {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #eef5fe;
}

.header__search-close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  transition: all 0.5s;
}

.header__search-close:hover,
.header__search-close:focus-visible {
  opacity: 0.8;
}

.header__search-content {
  width: 75%;
  margin: auto;
  padding: 6rem 3rem;
}

.header__search-content form {
  margin-bottom: 30px !important;
}

.header__search-content form input {
  font-size: 2.2rem;
  font-weight: 500;
  padding: 24px 20px !important;
  padding-right: 0;
}

.header__search-content form button {
  width: 80px !important;
  height: 80px !important;
}

.header__search-content .nav__keyword {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

.header__search-content .nav__keyword p {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.header__search-content .nav__keyword .nav__label a {
  padding: 10px 20px;
  border: 3px solid #439faa;
  font-size: 1.6rem;
  border-radius: 40px;
  transition: all 0.5s;
}

.header__search-content .nav__keyword .nav__label li:not(:last-child) a {
  margin-right: 20px;
}

.header__search-content .nav__keyword .nav__label a:hover,
.header__search-content .nav__keyword .nav__label a:focus-visible {
  background-image: none;
  opacity: 0.8;
}

.header__bottom {
  display: flex;
  justify-content: flex-end;
}

.header__bottom > ul {
  display: flex;
  align-items: center;
}

.header__bottom li {
  display: flex;
}

.header__bottom .header__trigger {
  display: block;
  color: #ffffff;
  padding: 2.1rem 4.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #0058ac;
  position: relative;
}

.header__bottom .header__trigger::before {
  content: "";
  width: calc(100% - 12px);
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  left: 6px;
  transition: all 0.4s;
  transform: scale(0, 1);
  transform-origin: center top;
}

.header__bottom .header__trigger:not(:last-child)::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  margin-left: 1rem;
  display: inline-block;
  transition: all 0.5s;
}

.header__bottom > ul > li.active > .header__trigger:not(:last-child)::after {
  /* content: "\f077"; */
  transform: translateY(-2px) rotate(180deg);
}

.header__bottom > ul > li.active > .header__trigger {
  background-color: #00817d;
}

.header__bottom > ul > li > .header__trigger:hover,
.header__bottom > ul > li > .header__trigger:focus-visible {
  background-image: linear-gradient(transparent, transparent);
  background-color: #00817d;
}

.header__bottom > ul > li.active > .header__trigger::before,
.header__bottom > ul > li > .header__trigger:hover::before,
.header__bottom > ul > li > .header__trigger:focus-visible::before {
  transform: scale(1, 1);
}

.header__bottom li:not(:last-child) {
  border-right: 0.1rem solid #ffffff;
}

.header__bottom .opacity {
  background-color: #000;
  opacity: 0.4;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.header__submenu {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
}

.header__submenu-content {
  pointer-events: auto;
  background-color: #eef5fe;
  padding: 5rem 10rem 7.2rem;
  position: relative;
}

.header__submenu-close {
  position: absolute;
  top: 2rem;
  right: 3rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  transition: all 0.5s;
}

.header__submenu-close:hover,
.header__submenu-close:focus-visible {
  opacity: 0.8;
}

.header__submenu-title {
  border-left: 0.3rem solid #c93e3e;
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 1.7rem;
  padding-right: 4.3rem;
  position: relative;
  display: table;
  color: inherit;
  margin-bottom: 4rem;
  transition: all 0.5s;
}

.header__submenu-title::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: 600;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  width: 2.6rem;
  background-color: #c93e3e;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.header__submenu-title:hover,
.header__submenu-title:focus-visible {
  text-decoration: underline;
  background-image: none;
}

.header__submenu-nav {
  display: flex;
}

.header__submenu-nav a {
  transition: all 0.5s;
  display: block;
}

.header__submenu-nav a:hover,
.header__submenu-nav a:focus-visible {
  text-decoration: underline;
  background-image: inherit;
}

.header__submenu-nav .block-ul {
  width: 75%;
}

.header__submenu-nav .block-ul--border {
  padding-right: 4rem;
  border-right: 0.1rem solid #cccccc;
}

.header__submenu-nav .block-ul > ul.list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.header__submenu-nav .block-ul > ul.list:not(:last-child) {
  margin-bottom: 3rem;
}

.header__submenu-nav .block-ul > ul.list li {
  width: 30%;
  border-right: none;
  margin-right: 1rem;
}

.header__submenu-nav .block-ul > ul.list li a {
  color: #333333;
  background-color: transparent;
  background-image: none;
  font-size: 1.8rem;
  padding: 0;
}

.header__submenu-nav .block__title {
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  padding-right: 4.1rem;
  margin-bottom: 2rem;
  display: table;
}

.header__submenu-nav .block__title::after {
  content: url(../img/arrow-blue.png);
  position: absolute;
  right: 0;
}

.header__submenu-nav .block__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto -1rem;
  margin-bottom: 3.4rem;
}

.header__submenu-nav .block__items-bottom {
  display: flex;
  flex-wrap: wrap;
  margin: auto -2rem;
}

.header__submenu-nav .block__items-bottom .btn--header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 12rem) / 3);
  background-color: #ffffff;
  color: #333333;
  margin: 0 2rem;
  padding: 1.4rem;
  position: relative;
  padding-right: 2rem;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  border: 0.1rem solid #0058ac;
}

.header__submenu-nav .block__items-bottom .btn--header::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #333333;
  font-size: 1.2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.header__submenu-nav .block__item {
  margin: 0 1rem;
  width: calc((100% - 6rem) / 3);
  color: #333;
}

.header__submenu-nav .block__item img {
  width: 100%;
}

.header__submenu-nav .block__item p {
  margin-top: 1.4rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
}

.header__submenu-nav .block-img {
  width: 25%;
}

.header__submenu-nav .block-img.btn {
  width: 25%;
}

.header__submenu-nav .block-img.btn a {
  width: 100%;
  padding: 1.9rem;
  padding-right: 4rem;
  min-height: 8rem;
  transition: all 0.5s;
}

.header__submenu-nav .block-img img {
  margin-bottom: 2rem;
  width: 100%;
}

.header__submenu-nav .block-img a img {
  transition: box-shadow 0.4s;
}

.header__submenu-nav .block-img a:hover img,
.header__submenu-nav .block-img a:focus-visible img {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

.header__submenu-nav .block-img > div {
  margin-left: 4rem;
  margin-bottom: 4.3rem;
}

.header__submenu-nav .block-img > div :not(:first-child) {
  font-size: 1.8rem;
  color: #333333;
  margin-bottom: 1rem;
  display: block;
}

.header__submenu-nav .block-img > div a.block__title {
  margin-bottom: 0.6rem;
}

.header__submenu-nav .block-img > div .link_txt a {
  display: inline-block;
  color: #333;
}

.header__submenu-nav
  .block-img
  > div
  .link_txt
  a[target="_blank"]:hover
  .reader_txt,
.header__submenu-nav
  .block-img
  > div
  .link_txt
  a[target="_blank"]:focus
  .reader_txt,
.header__submenu-nav
  .block-img
  > div
  .link_txt
  a[target="_blank"]:active
  .reader_txt {
  bottom: -2.2em;
}

.nav__icon {
  width: 7.7rem;
  height: 7.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0058ac;
}

.nav__icon span {
  width: 3rem;
  height: 0.1rem;
  background-color: #ffffff;
  display: block;
  transition: all 0.5s;
}

.nav__icon span:not(:last-child) {
  margin-bottom: 1rem;
}

.nav__icon.active span:nth-child(1) {
  transform: rotateZ(45deg) translate(0.8rem, 0.8rem);
}

.nav__icon.active span:nth-child(2) {
  opacity: 0;
}

.nav__icon.active span:nth-child(3) {
  transform: rotateZ(-45deg) translate(0.8rem, -0.8rem);
}

.nav__content {
  display: none;
  position: fixed;
  top: 7.7rem;
  left: 0;
  background-color: #eef5fe;
  width: 100%;
  height: 0;
  overflow: auto;
  padding: 2.5rem 2rem 3rem;
  font-size: 1.4rem;
  color: #333333;
}

.nav__content a {
  color: inherit;
}

.nav__head {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #cccccc;
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
}

.nav__head a:first-child {
  flex: 1;
}

.nav__body {
  display: none;
}

.nav__body a {
  display: block;
  margin-bottom: 0;
}

.nav__body ul.list li a {
  background-image: none;
}

.nav__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}

.nav__img a {
  width: 48%;
  margin-bottom: 1.3rem;
}

.nav__img a img {
  width: 100%;
}

.nav__search form {
  display: flex;
  margin-bottom: 1.25rem;
}

.nav__search form input {
  padding: 1.35rem 0 1.35rem 2rem;
  width: calc(100% - 4.75rem);
}

.nav__search form button {
  width: 4.75rem;
  height: 4.75rem;
  background-color: #c93e3e;
  position: relative;
  border: none;
}

.nav__search form button::after {
  /* content: url(../img/icon-search.png); */
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon-search.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav__keyword {
  color: #000000;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #cccccc;
  margin-bottom: 1.6rem;
}

.nav__keyword p {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}

.nav__label {
  display: flex;
  flex-wrap: wrap;
}

.nav__label a {
  padding: 0.9rem 1.5rem;
  margin-right: 1rem;
  margin-bottom: 0.6rem;
  background-color: #ffffff;
  border: 0.15rem solid #439faa;
  border-radius: 2rem;
  font-size: 1.2rem;
  display: block;
}

.nav__btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}

.nav__btn a {
  width: 47%;
  padding: 1.1rem;
  text-align: center;
  background-color: #ffffff;
  border: 0.1rem solid #cccccc;
  font-size: 1.2rem;
}

.nav__ul ul {
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 4.35rem;
}

.nav__ul ul li:not(:first-child) {
  padding-left: 1rem;
  border-left: 0.1rem solid #333333;
}

.nav__ul ul li:not(:last-child) {
  padding-right: 1rem;
}

.nav__lang a {
  max-width: 12.2rem;
  width: 33%;
  display: block;
  margin: auto;
  text-align: center;
  padding: 1rem;
  border: 0.1rem solid #333333;
}

.icon {
  width: 2rem;
  height: 2rem;
}

.icon::before {
  content: "";
  width: 1.1rem;
  height: 0.15rem;
  background-color: #333333;
  position: absolute;
  right: 0;
  top: 1rem;
  transition: all 0.5s;
  transform: rotate(-90deg);
}

.icon::after {
  content: "";
  width: 1.1rem;
  height: 0.15rem;
  background-color: #333333;
  position: absolute;
  right: 0;
  top: 1rem;
}

.icon.active::before {
  transform: rotate(0deg);
  opacity: 0;
}

@media screen and (max-width: 1468px) {
  .header__top ul {
    margin-right: 1.5rem;
  }
  .header__top ul li:not(:last-child) {
    margin-right: 1.5rem;
  }
  .header__lang {
    margin-right: 0.5rem;
  }
  .header__bottom li > a {
    padding: 2rem;
  }
}

@media screen and (max-width: 1218px) {
  .header {
    font-size: 1.3rem;
  }
  .header__bottom li > a {
    font-size: 1.3rem;
    padding: 1.5rem;
  }
  .header__submenu {
    top: 10.2rem;
  }
}

@media screen and (max-width: 1102px) {
  .header__logo {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .header__logo img {
    margin: auto 2rem;
  }
  .header__bottom li > a {
    padding: 1.5rem;
  }
  .header__submenu {
    top: 10.2rem;
  }
}

@media screen and (max-width: 1053px) {
  .header__logo {
    padding: 0;
    display: flex;
    width: 30%;
  }
  .header__logo img {
    width: 90%;
    margin: auto 1rem 0;
  }
  .header__top ul {
    margin-right: 1rem;
    padding: 1rem 0;
  }
  .header__top ul li:not(:last-child) {
    margin-right: 1rem;
  }
  .header__lang a {
    padding: 0 0.5rem;
  }
  .header__search {
    height: 4.7rem;
    width: 4.7rem;
  }
  .header__bottom li > a {
    padding: 1rem;
  }
  .header__bottom li > a:not(:last-child)::after {
    margin-left: 0.5rem;
  }
  .header__submenu {
    top: 10.2rem;
  }
}

@media screen and (max-width: 866px) {
  .header__logo {
    width: 25%;
  }
  .header__bottom li > a {
    font-size: 1.2rem;
    padding: 0.8rem;
  }
  .header__bottom li > a:not(:last-child)::after {
    margin-left: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    flex: 1;
  }
  .header__logo img {
    width: 63%;
    margin-left: 2rem;
    margin-top: 1rem;
  }
  .header__nav {
    display: none;
  }
  .header__nav--sp {
    display: block;
  }
  .nav__body ul.list {
    border-bottom: 0.1rem solid #cccccc;
    margin-bottom: 1.5rem;
  }
  .nav__body ul.list li {
    padding-bottom: 1.4rem;
  }
  .nav__body ul.list li:not(:last-child) {
    border-bottom: 0.1rem solid #cccccc;
  }
  .nav__body ul.list li :last-child {
    margin-bottom: 0;
  }
  .nav__lang {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 480px) {
  .header__logo {
    flex: 1;
  }
  .header__logo img {
    width: 62%;
    margin-left: 2rem;
    /* margin-top: 1rem; */
    margin-top: 1px;
  }
  .nav__icon {
    width: 5.5rem;
    height: 5.5rem;
  }
  .nav__icon span:not(:last-child) {
    margin-bottom: 0.6rem;
  }
  .nav__icon.active span:nth-child(1) {
    transform: rotateZ(45deg) translate(0.5rem, 0.5rem);
  }
  .nav__icon.active span:nth-child(2) {
    opacity: 0;
  }
  .nav__icon.active span:nth-child(3) {
    transform: rotateZ(-45deg) translate(0.5rem, -0.5rem);
  }
  .nav__content {
    top: 5.5rem;
  }
  .nav__lang {
    margin-bottom: 4rem;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.25s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.25s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

a {
  color: #0058ac;
}

a span {
  display: inline-block;
}

a p {
  color: #333333;
}

a.icon-pdf span::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/pdf.png") no-repeat;
  background-size: contain;
  position: relative;
  bottom: -0.5rem;
  left: 0.8rem;
  margin-right: 1rem;
}

a.icon-xls span::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.4rem;
  background: url("../img/xls.png") no-repeat;
  background-size: contain;
  position: relative;
  bottom: -0.5rem;
  left: 0.8rem;
  margin-right: 1rem;
}

a.icon-docx span::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.4rem;
  background: url("../img/doc.png") no-repeat;
  background-size: contain;
  position: relative;
  bottom: -0.5rem;
  left: 0.8rem;
  margin-right: 1rem;
}

a.icon-zip span::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/zip.png") no-repeat;
  background-size: contain;
  position: relative;
  bottom: -0.5rem;
  left: 0.8rem;
  margin-right: 1rem;
}

a.icon-out span::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.7rem;
  background: url("../img/external.png") no-repeat;
  background-size: contain;
  position: relative;
  top: 0.1rem;
  left: 0.8rem;
  margin-right: 1rem;
}

a.icon-file span::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/file.png") no-repeat;
  background-size: contain;
  position: relative;
  bottom: -0.5rem;
  left: 0.8rem;
  margin-right: 1rem;
}

a.icon-pdf,
a.icon-xls,
a.icon-docx,
a.icon-zip,
a.icon-out,
a.icon-file {
  background-size: calc(100% - 3.4rem) 1px;
}

a.icon-pdf:hover,
a.icon-xls:hover,
a.icon-docx:hover,
a.icon-zip:hover,
a.icon-out:hover,
a.icon-file:hover,
a.icon-pdf:focus,
a.icon-xls:focus,
a.icon-docx:focus,
a.icon-zip:focus,
a.icon-out:focus,
a.icon-file:focus-visible {
  background-size: calc(100% - 3.4rem) 1px;
}

.color__blue {
  color: #0058ac !important;
}

p > a.icon-pdf::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/pdf.png") no-repeat;
  background-size: contain;
  position: relative;
  bottom: -0.5rem;
  left: 0.8rem;
  margin-right: 1rem;
}

p > a.icon-xls::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.4rem;
  background: url("../img/xls.png") no-repeat;
  background-size: contain;
  position: relative;
  bottom: -0.5rem;
  left: 0.8rem;
  margin-right: 1rem;
}

p > a.icon-docx::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.4rem;
  background: url("../img/doc.png") no-repeat;
  background-size: contain;
  position: relative;
  bottom: -0.5rem;
  left: 0.8rem;
  margin-right: 1rem;
}

p > a.icon-zip::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/zip.png") no-repeat;
  background-size: contain;
  position: relative;
  bottom: -0.5rem;
  left: 0.8rem;
  margin-right: 1rem;
}

p > a.icon-out::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.7rem;
  background: url("../img/external.png") no-repeat;
  background-size: contain;
  position: relative;
  top: 0.1rem;
  left: 0.8rem;
  margin-right: 1rem;
}

p > a.icon-file::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/file.png") no-repeat;
  background-size: contain;
  position: relative;
  bottom: -0.5rem;
  left: 0.8rem;
  margin-right: 1rem;
}

p > a > span::after {
  content: none !important;
}

/* p {
  margin-bottom: 2.4rem;
} */

p strong {
  color: #c93e3e;
}

p a,
td a,
li a,
a.contact__detail {
  background-image: linear-gradient(transparent, transparent);
  background-position: left bottom;
  background-size: 100% 0.1rem;
  background-repeat: no-repeat;
}

p a:hover,
td a:hover,
li a:hover,
a.contact__detail:hover,
p a:focus,
td a:focus,
li a:focus,
a.contact__detail:focus-visible {
  transition: background-image 0.5s;
  background-image: linear-gradient(#0058ac, #0058ac);
}

.body-content {
  position: relative;
  overflow-x: hidden;
}

.text--red {
  color: #c93e3e;
  margin-bottom: 0.8rem;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-5 {
  margin-top: 0.5rem;
}

.mt-38 {
  margin-top: 3.8rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-86 {
  margin-bottom: 8.6rem !important;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.container {
  max-width: 124rem;
  padding: 0 2rem;
  margin: auto;
}

.alias {
  display: flex;
  flex-wrap: wrap;
  padding: 1.6rem;
  padding-left: 0;
}

.alias li {
  display: flex;
  margin-bottom: 0.5rem;
}

.alias li:not(:last-child)::after {
  content: ">";
  margin: 0 0.5rem;
  display: block;
}

.alias li a {
  background-image: linear-gradient(#0058ac, #0058ac);
}

.alias li a:hover,
.alias li a:focus-visible {
  color: #681da8;
  background-image: linear-gradient(#681da8, #681da8);
}

.alias li p {
  margin-bottom: 0;
}

.page-title {
  margin-bottom: 6rem;
  position: relative;
}

.page-title img {
  width: 100%;
}

.page-title h1,
.page-title p {
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wrapper {
  margin-bottom: 8rem;
}

.wrapper > .block-content {
  width: 100%;
  max-width: inherit;
}

.wrapper > .block-content > *:first-child,
.wrapper--col2 > .block-content > *:first-child {
  margin-top: 0;
}

.wrapper > .block-content .table__content table {
  width: 100%;
  max-width: none;
}

.wrapper ol.list.col2 :nth-child(even) {
  position: relative;
  left: 0rem;
}

.wrapper--col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8rem;
}

.block-content {
  width: 74%;
  max-width: 88rem;
  /* overflow: hidden; */
}

.block-content > :last-child {
  margin-bottom: 0;
}

.block-content p:not([class]) a {
  background-image: linear-gradient(#0058ac, #0058ac);
}

.block-content p:not([class]) a:hover,
.block-content p:not([class]) a:focus-visible {
  color: #681da8;
  background-image: linear-gradient(#681da8, #681da8);
}

.btn-back {
  text-align: right;
  margin-bottom: 4rem;
  transition: all 0.5s;
}

.btn-back:hover,
.btn-back:focus-visible {
  opacity: 0.8;
}

.btn-back a {
  display: inline-block;
  padding: 1rem 2.9rem 1rem 4.6rem;
  font-size: 1.4rem;
  color: inherit;
  position: relative;
  border: 0.2rem solid #cccccc;
}

.btn-back a::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 1.7rem;
  top: 50%;
  transform: translate(0, -50%);
}

.title-h1 {
  font-size: 3.6rem;
  margin-bottom: 28px;
  font-weight: 500;
}

.title-h2 {
  font-size: 2.8rem;
  color: #ffffff;
  padding: 0.9rem 1.2rem;
  margin-top: 80px;
  margin-bottom: 28px;
  background: linear-gradient(
    130deg,
    #154c81 0,
    #154c81 26%,
    #0058ac 26%,
    #0058ac 100%
  );
}

.title-h3 {
  font-size: 2rem;
  margin-top: 60px;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #cccccc;
  position: relative;
  margin-bottom: 24px;
}

.title-h3::after {
  content: "";
  width: 15rem;
  height: 0.2rem;
  background-color: #c93e3e;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}

.title-h4 {
  font-size: 1.8rem;
  margin-top: 40px;
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 20px;
}

.title-h4::before {
  content: "";
  height: 0.8rem;
  width: 0.8rem;
  background-color: #0058ac;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

[class^="title-"] + [class^="title-"] {
  margin-top: 0 !important;
}

[class^="title-"] + .page_link_target + [class^="title-"] {
  margin-top: 0 !important;
}

.line.-dashed {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 1px;
  background: -webkit-linear-gradient(
      left,
      #ccc,
      #ccc 6px,
      transparent 6px,
      transparent 12px
    )
    repeat-x;
  background: linear-gradient(
      to right,
      #ccc,
      #ccc 6px,
      transparent 6px,
      transparent 12px
    )
    repeat-x;
  background-size: 12px 1px;
}

.title-big {
  font-size: 2.4rem;
  color: #999999;
  margin-bottom: 20px;
}

.title-part {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1.8rem;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.box-content {
  padding: 4rem 3rem;
  background-color: #f5f5f5;
  margin-bottom: 6rem;
}

.box-content > :first-child {
  margin-top: 0;
}

.box-content > :last-child {
  margin-bottom: 0;
}

.col2,
.col3,
.col4 {
  display: flex;
  flex-wrap: wrap;
}

.col2.align-item,
.col3.align-item,
.col4.align-item {
  align-items: flex-start;
}

.img.col2 figure div,
.img.col3 figure div,
.img.col4 figure div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.img.col2 figure div img,
.img.col3 figure div img {
  max-height: 100%;
}

.img.col2 figure div img,
.img.col3 figure div img,
.img.col4 figure div img {
  vertical-align: middle;
}

.col2 {
  justify-content: space-between;
}

.img {
  margin-bottom: 3rem;
}

.img figcaption {
  font-size: 1.4rem;
  color: #666666;
}

.img.col1 figure {
  width: 100%;
  max-width: 88rem;
  text-align: center;
  margin: 0 auto;
}

.img.col1 figure > a {
  display: inline-block;
  transition: all 0.5s;
}

.img.col1 figure > a:hover,
.img.col1 figure > a:focus-visible {
  opacity: 0.8;
}

.img.col1 img {
  margin: auto;
}

.img.col1 figcaption {
  display: table;
  margin: auto;
  margin-top: 0.9rem;
}

.img.col2 {
  margin: auto -2rem 5rem;
}

.img.col2 figure {
  width: calc((100% - 8rem) / 2);
  margin: 0 2rem 2rem;
}

.img.col2 figure > a {
  display: block;
  transition: all 0.5s;
}

.img.col2 figure > a:hover,
.img.col2 figure > a:focus-visible {
  opacity: 0.8;
}

.img.col2 figcaption {
  margin-top: 0.8rem;
}

.img.col1 figure > a > div,
.img.col2 figure > a > div {
  position: relative;
}

.img.col1 figure > a > div .btn_play,
.img.col2 figure > a > div .btn_play {
  width: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img.col1 figure > a.icon-out > div .btn_play::after,
.img.col2 figure > a.icon-out > div .btn_play::after {
  content: none;
}

.img.col1 figure > a.icon-out + figcaption span::after,
.img.col2 figure > a.icon-out + figcaption span::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.7rem;
  background: url("../img/external.png") no-repeat;
  background-size: contain;
  position: relative;
  top: 0.1rem;
  left: 0.8rem;
  margin-right: 1rem;
}

.img.col3 {
  margin: auto -1.6rem;
}

.img.col3 figure {
  width: calc((100% - 9.6rem) / 3);
  margin: 0 1.6rem 2rem;
}

.img.col3 figcaption {
  margin-top: 0.6rem;
}

.video a {
  margin-bottom: 2rem;
}

.video a:hover,
.video a:focus-visible {
  background-image: none;
}

.video a figure,
.video a figcaption {
  transition: all 0.5s;
}

.video a figure:hover,
.video a figcaption:hover,
.video a figure:focus,
.video a figcaption:focus-visible {
  opacity: 0.8;
}

.video figure > div {
  padding-bottom: 56.25%;
}

.video.col1 {
  margin-bottom: 9.4rem;
}

.video.col1 figure {
  width: 100%;
  max-width: 88rem;
  margin: auto;
}

.video.col1 figure img {
  width: 100%;
}

.video.col1 figcaption {
  margin-top: 0.9rem;
}

.video.col2 {
  margin-bottom: 6.8rem;
}

.video.col2 figure {
  width: calc((100% - 4.5%) / 2);
}

.video.col2 figcaption {
  margin-top: 0.8rem;
}

.video figure > div {
  position: relative;
}

.video figure figcaption {
  color: #666666;
}

.video_a {
  margin-bottom: 3rem;
}

.video_a > a {
  display: inline-block;
  transition: all 0.5s;
}

.video_a .video_a_img {
  position: relative;
}

.video_a_img .btn_play {
  width: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_a figcaption {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  color: #666666;
}

.video_a > a:hover figcaption {
  text-decoration: underline;
}

.video_a > a.icon-out + figcaption span::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.7rem;
  background: url("../img/external.png") no-repeat;
  background-size: contain;
  position: relative;
  top: 0.1rem;
  left: 0.8rem;
  margin-right: 1rem;
}

.video_a.col1 {
  margin-bottom: 9.4rem;
  text-align: center;
}

.video_a.col2 {
  margin: auto -2rem 5rem;
}

.wrapper .video_a.col2 {
  margin: auto -3rem 5rem;
}

.video_a.col3 {
  margin: auto -1.2rem 5.4rem;
}

.video_a.col2 > a {
  width: calc((100% - 8rem) / 2);
  margin: 0 2rem 2rem;
}

.video_a.col3 > a {
  width: calc((100% - 7.2rem) / 3);
  margin: 0 1.2rem 2rem;
}

.wrapper .video_a.col2 > a {
  width: calc((100% - 12rem) / 2);
  margin: 0 3rem 2rem;
}

.video_a.col2 .video_a_img {
  width: 100%;
  padding-top: calc(380 / 570 * 100%);
  background: #f5f5f5;
}

.video_a.col3 .video_a_img {
  width: 100%;
  padding-top: calc(216 / 384 * 100%);
  background: #f5f5f5;
}

.video_a.col2 .video_a_img > img,
.video_a.col3 .video_a_img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.text-img {
  margin-bottom: 4rem;
}

.text-img figure div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.text-img figure div img {
  vertical-align: middle;
}

.text-img figure figcaption {
  margin-top: 0.7rem;
  margin-bottom: 1rem;
  color: #666666;
}

.text-img::after {
  content: "";
  display: block;
  clear: both;
}

.text-img__left {
  float: left;
  margin-right: 3rem;
  margin-bottom: 1rem;
  width: 48%;
  position: relative;
}

.text-img__left--sm {
  width: 29%;
}

.text-img__right {
  float: right;
  margin-left: 3rem;
  margin-bottom: 1rem;
  width: 48%;
  position: relative;
}

.text-img__right--sm {
  width: 29%;
}

ul.list {
  margin-bottom: 2.8rem;
}

ul.list li {
  padding-left: 2.5rem;
}

ul.list li:not(:last-child) {
  margin-bottom: 1.5rem;
}

ul.list li a,
ul.list li p {
  position: relative;
}

ul.list li a,
ol.list li a {
  background-image: linear-gradient(#0058ac, #0058ac);
}

ul.list li a:hover,
ul.list li a:focus,
ol.list li a:hover,
ol.list li a:focus-visible {
  color: #681da8;
  background-image: linear-gradient(#681da8, #681da8);
}

ul.list li > a::before,
ul.list li > p::before {
  content: "";
  height: 0.3rem;
  width: 1rem;
  background-color: #0058ac;
  position: absolute;
  top: 1.2rem;
  left: -2.4rem;
}

ol.list {
  list-style: decimal;
  margin-bottom: 2.8rem;
  padding-left: 2.6rem;
}

ol.list > li {
  position: relative;
  line-height: 2;
}

ol.list > li > p {
  display: inline;
}

ol.list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}

ol.list > li span {
  text-indent: 1;
}

ol.list.col2 li {
  width: 43%;
}

ol.list.col2 > :nth-child(even) {
  position: relative;
  left: 0.3rem;
}

ul.list p,
ol.list p {
  margin-bottom: 0;
}

ul.list a.icon-out:only-child:after,
ol.list a.icon-out:only-child:after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.7rem;
  background: url("../img/external.png") no-repeat;
  background-size: contain;
  position: relative;
  top: 0.1rem;
  left: 0.8rem;
  margin-right: 1rem;
}

.header__submenu-nav ul.list a.icon-out:only-child:after,
.nav__item ul.list a.icon-out:only-child:after {
  content: none;
}

ul.list.col2 li {
  width: 44%;
}

.btn {
  margin-bottom: 3rem;
}

.btn a {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  transition: all 0.5s;
}

.btn a:hover,
.btn a:focus-visible {
  background-image: none;
  text-decoration: underline;
}

.btn a:hover > span,
.btn a:focus-visible > span {
  text-decoration: underline;
}

.btn--right {
  display: flex;
  justify-content: flex-end;
}

.btn--right a {
  width: 37%;
  max-width: 32rem;
  justify-content: center;
  padding: 1.4rem 4.5rem;
}

.btn--green {
  color: #ffffff;
  background-color: #00817d;
  position: relative;
  padding: 2.05rem 4.5rem;
}

.btn--green::after {
  content: "";
  height: 0.5rem;
  width: 2.1rem;
  background: url("../img/arrow-white.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translate(0, -50%);
}

.btn--blue {
  color: #ffffff !important;
  background-color: #0058ac;
  position: relative;
  margin: 9.8rem auto 8rem;
  padding: 2.05rem 4.5rem;
  padding-left: 1.5rem;
}

.btn--blue::after {
  content: "";
  height: 0.5rem;
  width: 2.1rem;
  background: url("../img/arrow-back.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 2.2rem;
  top: 50%;
  transform: translate(0, -50%);
}

.btn--white {
  color: #333333;
  background-color: #ffffff;
  border: 0.1rem solid #999999;
  position: relative;
  padding: 1.95rem 4.5rem;
}

.btn--white::after {
  content: "";
  height: 0.5rem;
  width: 2.1rem;
  background: url("../img/arrow-black.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translate(0, -50%);
}

.btn--pdf > span::after {
  content: none !important;
}

.btn--pdf::after {
  height: 2.4rem;
  width: 2.4rem;
  background: url("../img/pdf.png") no-repeat;
  background-size: contain;
}

.btn.col1 {
  display: flex;
  justify-content: center;
}

.btn.col1 a {
  max-width: 40rem;
  width: 46%;
  justify-content: center;
  text-align: center;
}

.btn.col1 .btn--white {
  padding: 1.95rem 4.5rem 1.95rem 3rem;
}

.btn.col2 {
  display: flex;
  margin: auto 5rem;
  margin-bottom: 2rem;
}

.btn.col2 a {
  max-width: 32rem;
  width: calc((100% - 16rem) / 2);
  padding: 2.05rem 4.5rem 2.05rem 3.1rem;
  margin-left: 4rem;
  margin-right: 4rem;
}

.btn a.icon-out > span {
  margin-top: 0;
}

.btn.col2 .btn--white {
  padding: 1.95rem 4.5rem;
  padding-left: 3.1rem;
}

.btn.col3 {
  display: flex;
  margin: auto -1.6rem;
}

.btn.col3 a {
  margin: 0 1.6rem;
  margin-bottom: 3.2rem;
  max-width: 272rem;
  padding: 2.05rem 4.5rem 2.05rem 2.7rem;
  width: calc((100% - 9.6rem) / 3);
}

.btn.col3 .btn--white {
  padding: 1.95rem 4.5rem;
  padding-left: 1.9rem;
}

.anchor-block {
  background-color: #eeeeee;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  margin-bottom: 4rem;
}

.anchor-block a {
  color: inherit;
  padding: 1.3rem 5.1rem 1.3rem 1.4rem;
  background-color: #ffffff;
  position: relative;
  transition: all 0.5s;
}

.anchor-block a:not(:last-child) {
  margin-right: 2rem;
}

.anchor-block a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  color: #0058ac;
  right: 1.6rem;
  top: 50%;
  transform: translate(0, -50%);
}

.anchor-block a:hover,
.anchor-block a:focus-visible {
  background-image: none;
  text-decoration: underline;
}

.pdf-block {
  margin-bottom: 3rem;
}

.pdf-block a {
  color: inherit;
  transition: all 0.5s;
}

.pdf-block a:hover,
.pdf-block a:focus-visible {
  background-image: none;
}

.pdf-block p {
  margin-top: 1.4rem;
}

.pdf-block a:hover p,
.pdf-block a:focus-visible p,
.pdf-block a:hover p span,
.pdf-block a:focus-visible p span {
  text-decoration: underline;
}

.pdf-block img {
  width: 100%;
}

.pdf-block_img {
  width: 100%;
  padding-top: calc(284 / 202 * 100%);
  position: relative;
  background: #f5f5f5;
}

.pdf-block_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: auto; */
  max-height: 100%;
}

.pdf-block a .pdf-block_img,
.pdf-block a > img {
  transition: box-shadow 0.4s;
}

.pdf-block a:hover .pdf-block_img,
.pdf-block a:focus-visible .pdf-block_img,
.pdf-block a:hover > img,
.pdf-block a:focus-visible > img {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

.pdf-block.col4 {
  margin: auto -1.2rem;
}

.pdf-block.col4 a {
  margin: 0 1.2rem 2.6rem;
}

.pdf-block.col4 .pdf-block__content {
  width: calc((100% - 9.6rem) / 4);
}

.pdf-block.col3 {
  margin: auto -2.8rem;
}

.pdf-block.col3 a {
  margin: 0 2.8rem 2.6rem;
}

.pdf-block.col3 .pdf-block__content {
  width: calc((100% - 16.8rem) / 3);
}

.cap {
  font-size: 1.4rem;
  color: #666666;
}

.table__wrapper {
  width: 100%;
}

.table__wrapper.simple .table__content table {
  width: 100%;
}

.table__wrapper.simple .table__content table th {
  width: 20%;
}

/* .table__wrapper > :last-child {
  margin-bottom: 6rem;
} */

.table__wrapper {
  margin-bottom: 6rem;
}

.table__content > table {
  border-collapse: collapse;
  max-width: 880px;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.table__content > table th {
  font-weight: 500;
  padding: 1.1rem;
  background-color: #cbe6e6;
  border: 0.1rem solid #cccccc;
}

.table__content > table th:first-child {
  text-align: left;
  width: 20rem;
}

.table__content > table td {
  /* width: 20.2rem; */
  padding: 1rem 1.6rem;
  border: 0.1rem solid #cccccc;
}

.table__content > table td strong {
  color: #c93e3e;
}

.table__content > table td a {
  background-image: linear-gradient(#0058ac, #0058ac);
}

.table__content > table td a:hover,
.table__content > table td a:focus-visible {
  color: #681da8;
  background-image: linear-gradient(#681da8, #681da8);
}

.contact {
  display: flex;
  padding: 4rem;
  background-color: #f5f5f5;
  margin-bottom: 6rem;
}

.contact__left {
  width: 26%;
  max-width: 22.6rem;
  min-height: 12rem;
  padding: 0 4rem;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  margin-right: 4rem;
}

.contact__left p {
  margin-bottom: 0;
}

.contact__right {
  flex: 1;
  display: flex;
  align-items: center;
}

.contact__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.contact__name {
  /* width: 15%; */
  width: 84px;
  padding-right: 0.5em;
  font-weight: 500;
  color: #0058ac;
  margin-bottom: 0.1rem;
  line-height: 2;
  word-wrap: break-word;
}

.contact__detail {
  /* width: 85%; */
  width: calc(100% - 84px);
  margin-bottom: 0.1rem;
  color: #333333;
  line-height: 2;
  word-wrap: break-word;
}

.contact__detail a {
  background-image: linear-gradient(#0058ac, #0058ac);
}

.contact__detail a:hover,
.contact__detail a:focus-visible {
  color: #681da8;
  background-image: linear-gradient(#681da8, #681da8);
}

.contact__detail a[href^="tel"] {
  color: inherit;
  background-image: none;
}

@media screen and (min-width: 481px) {
  .contact__detail a[href^="tel"] {
    cursor: default;
    pointer-events: none;
  }
}

.contact__detail a[href^="tel"]:hover,
.contact__detail a[href^="tel"]:focus-visible {
  background-image: none;
}

.contact__last {
  margin-bottom: 0;
}

.contact__last:not(:first-child) {
  margin: 1.4rem 0 0;
}

.step {
  margin-bottom: 4rem;
}

.step__name {
  font-weight: 500;
  color: #ffffff;
  background-color: #00817d;
  padding: 1.8rem 2rem;
  display: inline-block;
  margin: 0;
}

.step__body {
  padding: 5.6rem 2rem 2.4rem;
  background-color: #f5f5f5;
  margin-top: -4rem;
  margin-left: 2rem;
}

.step :last-child {
  margin-bottom: 0;
}

.col3 > .subcategory:not(:nth-child(2n + 2)),
.col3 > .link-doc:not(:nth-child(2n + 2)) {
  margin-right: 4%;
}

.subcategory {
  width: 48%;
  border: 0.2rem solid #dddddd;
  margin-bottom: 4.2rem;
  transition: all 0.5s;
}

.subcategory a:hover,
.subcategory a:focus-visible {
  /* background-image: none; */
  text-decoration: underline;
  color: #681da8;
}

.subcategory__head {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding: 1.2rem 5.5rem 1.2rem 1.6rem;
  min-height: 8.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f5faff;
}

.subcategory__head::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  color: #0058ac;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
}

.subcategory__body {
  border-top: 0.2rem solid #dddddd;
}

.subcategory__body > p {
  padding: 1rem 1.6rem;
  display: block;
  margin-bottom: 0;
}

.subcategory__body a {
  padding: 1rem 5.4rem 1rem 1.6rem;
  display: block;
  position: relative;
}

.subcategory__body a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  color: #0058ac;
  right: 2rem;
  top: 50%;
  transform: translate(0, -50%);
}

.subcategory__body p:not(:last-child),
.subcategory__body a:not(:last-child) {
  border-bottom: 0.1rem solid #cccccc;
}

.block-link {
  width: 48%;
}

.block-link > :first-child {
  margin-bottom: 1.1rem;
}

.block-link > .title-h4 {
  margin-top: 0;
  padding-left: 2.5rem;
  font-weight: 500;
}

.link-doc {
  border: 0.2rem solid #cccccc;
  padding: 3.2rem 1.9rem 3.2rem 3.3rem;
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
  transition: all 0.5s;
}

.link-doc:hover,
.link-doc:focus-visible {
  background-image: none;
  color: #333;
}

.link-doc img {
  max-width: none;
  width: 46px;
}

.link-doc__text {
  margin-left: 1.9rem;
}

.link-doc__head {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

.link-doc__body {
  margin: 0;
  margin-top: 0.6rem;
}

.link-doc__cap {
  font-size: 1.4rem;
  margin: 0;
  margin-top: 0.9rem;
}

.link-doc:hover .link-doc__text,
.link-doc:focus-visible .link-doc__text,
.link-doc:hover .link-doc__text span,
.link-doc:focus-visible .link-doc__text span {
  text-decoration: underline;
}

.flag {
  margin-bottom: 3rem;
}

.flag a {
  margin-bottom: 3rem;
  transition: box-shadow 0.4s;
}

.flag a:hover,
.flag a:focus-visible {
  background-image: none;
  opacity: 1;
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

.flag img {
  /* margin-bottom: 1rem; */
  transition: all 0.5s;
}

/* .flag img:hover,
.flag img:focus-visible {
  opacity: 0.8;
} */

.flag .flag_inner {
  position: relative;
  background: #f5f5f5;
}

.flag .flag_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

.flag.col2 a {
  width: 48%;
}

.flag.col2 .flag_inner {
  width: 100%;
  padding-top: calc(100 / 428 * 100%);
}

.flag.col3 {
  margin: 0 -1.3rem 3rem;
}

.flag.col3 a {
  margin: 0 1.2rem 2rem;
  /* margin: auto 1.2rem; */
  width: calc((100% - 7.2rem) / 3);
}

.flag.col3 .flag_inner {
  width: 100%;
  padding-top: calc(100 / 276 * 100%);
}

.qa-block {
  padding-left: 2rem;
  border-left: 0.4rem solid #cbe6e6;
  margin-bottom: 6rem;
}

.qa-block > :last-child {
  margin-bottom: 0;
}

.qa-block__question {
  padding: 1rem 1rem 2rem 4.6rem;
  border-bottom: 0.2rem solid #dddddd;
  color: #00817d;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
}

.qa-block__question::before {
  /* content: url(..//img/Q.png); */
  content: "";
  width: 28px;
  height: 35px;
  background: url(../img/Q.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.2rem;
  top: 60%;
  transform: translate(0, -80%);
}

.qa-block__answer {
  margin-top: 2.4rem;
  padding-left: 4.6rem;
  padding-bottom: 1rem;
  position: relative;
}

.qa-block__answer::before {
  /* content: url(..//img/A.png); */
  content: "";
  width: 24px;
  height: 30px;
  background: url(../img/A.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.2rem;
  top: -0.2rem;
}

.qa-block__answer > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page-title img {
    height: 21.5vw;
  }
  .block-content {
    width: 100%;
  }
  .video {
    margin-bottom: 5rem;
  }
  .video figcaption {
    font-size: 1.4rem;
  }
  .video.col1 {
    margin-bottom: 4rem;
  }
  .video.col2 {
    margin-bottom: 4rem;
  }
  .video.col2 figure {
    width: 100%;
  }
  .video.col2 figure:not(:last-child) {
    margin-bottom: 2rem;
  }
  .video.col2 figcaption {
    margin-top: 0.5rem;
  }
  .btn {
    margin-bottom: 1.9rem;
  }
  .btn a {
    font-size: 1.4rem;
  }
  .btn--green::after {
    right: 1.5rem;
  }
  .btn--white::after {
    right: 1.5rem;
  }
  .btn.col2,
  .btn.col3 {
    margin-bottom: 1.9rem;
  }
  .table__wrapper.simple .table__content {
    overflow-x: auto;
    /* margin-bottom: 0; */
  }
  .table__content {
    overflow-x: scroll;
    margin-bottom: 1.3rem;
  }
  .table__content::-webkit-scrollbar {
    height: 0.5rem;
    background-color: #dddddd;
    border-radius: 1rem;
  }
  .table__content::-webkit-scrollbar-thumb {
    background: #0058ac;
    border-radius: 1rem;
  }
  .table__content > table {
    width: 880px;
    margin-bottom: 1.3rem;
  }
  .link-doc img {
    width: 40px;
  }
  .img.col1 figure > a > div .btn_play,
  .img.col2 figure > a > div .btn_play {
    width: 57px;
  }
  .video_a_img .btn_play {
    width: 57px;
  }
}

@media screen and (max-width: 700px) {
  .contact {
    display: block;
    padding: 2.85rem 2rem 3.5rem;
    background-color: #f5f5f5;
    margin-bottom: 4.2rem;
  }
  .contact br {
    display: none;
  }
  .contact__left {
    max-width: inherit;
    min-height: inherit;
    padding: 2.3rem 1rem 2.6rem;
    font-size: 1.8rem;
    width: 100%;
  }
  .contact__right {
    width: 100%;
    margin-top: 2.5rem;
  }
  .contact__name {
    /* width: 22%; */
    width: 80px;
    margin-bottom: 0.7rem;
  }
  .contact__detail {
    /* width: 78%; */
    width: calc(100% - 80px);
    margin-bottom: 0.7rem;
  }
  .contact__last {
    margin: 1.6rem 0 0;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
  a.icon-pdf span::after {
    bottom: -0.5rem;
    left: 0.5rem;
  }
  a.icon-xls span::after {
    bottom: -0.5rem;
    left: 0.5rem;
  }
  a.icon-docx span::after {
    bottom: -0.5rem;
    left: 0.5rem;
  }
  a.icon-zip span::after {
    bottom: -0.5rem;
    left: 0.5rem;
  }
  a.icon-out span::after {
    left: 0.5rem;
  }
  a.icon-file span::after {
    bottom: -0.5rem;
    left: 0.5rem;
  }
  .block-content > :last-child {
    margin-bottom: 2.4rem;
  }
  .alias {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .page-title {
    margin-bottom: 3rem;
  }
  .page-title h1,
  .page-title p {
    font-size: 2.4rem;
    padding: 2.15rem 1.5rem 2.7rem 1.5rem;
  }
  .btn-back {
    margin-bottom: 4.7rem;
  }
  .btn-back a {
    padding: 1rem 4.35rem 1rem 4.35rem;
    border: 0.1rem solid #cccccc;
  }
  .btn-back a::before {
    left: 1.2rem;
  }
  .title-h1 {
    font-size: 2.3rem;
    margin-bottom: 16px;
  }
  .title-h2 {
    font-size: 1.8rem;
    padding: 0.7rem 0.9rem;
    margin-top: 80px;
  }
  .title-h3 {
    font-size: 1.6rem;
    padding-bottom: 0.8rem;
    margin-top: 60px;
  }
  .title-h3::after {
    width: 9.7rem;
  }
  .title-h4 {
    font-size: 1.5rem;
    padding-left: 1.3rem;
    margin-top: 40px;
  }
  .title-big {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .title-part {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  p {
    margin-bottom: 2rem;
  }
  .wrapper--col2,
  .wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .box-content {
    padding: 2rem 1.4rem;
    margin-bottom: 4.2rem;
  }
  .img {
    margin-bottom: 5rem;
  }
  .img figcaption {
    font-size: 1.2rem;
  }
  .img.col1 figcaption {
    margin-top: 0.5rem;
  }
  .video_a figcaption {
    margin-top: 0.5rem;
  }
  .img.col2 figure,
  .img.col3 figure {
    width: 100%;
  }
  .video_a.col2 > a,
  .video_a.col3 > a {
    width: 100%;
  }
  .img.col2 figure:not(:last-child),
  .img.col3 figure:not(:last-child) {
    margin-bottom: 3rem;
  }
  .video_a.col2 > a:not(:last-child) {
    margin-bottom: 3rem;
  }
  .video_a.col3 > a:not(:last-child) {
    margin-bottom: 3.6rem;
  }
  .img.col2 figcaption,
  .img.col3 figcaption {
    margin-top: 0.5rem;
  }
  .text-img {
    margin-bottom: 4rem;
  }
  .text-img figure figcaption {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 1.4rem;
  }
  .text-img::after {
    content: none;
  }
  .text-img__left,
  .text-img__left--sm,
  .text-img__right,
  .text-img__right--sm {
    float: none;
    margin: 0 0 1.4rem;
    width: 100%;
  }
  ul.list {
    margin-bottom: 3.5rem;
  }
  ul.list li {
    padding-left: 2rem;
  }
  ul.list li:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  ul.list li > a::before,
  ul.list li > p::before {
    top: 0.9rem;
    left: -1.9rem;
  }
  ol.list li:not(:last-child) {
    margin-bottom: 1.3rem;
  }
  ol.list li > p,
  ol.list li > a {
    padding-left: 0.3rem;
  }
  ol.list.col2 :nth-child(even) {
    left: 0;
  }
  /* ul.list li, ol.list li {
    font-size: 1.4rem;
  } */
  ul.list li span,
  ol.list li span {
    font-size: 1.2rem;
  }
  ul.list.col2 li,
  ol.list.col2 li {
    width: 100%;
  }
  .btn {
    margin-bottom: 1.9rem;
  }
  .btn a {
    font-size: 1.4rem;
  }
  .btn--green::after {
    right: 1.5rem;
  }
  .btn--white::after {
    right: 1.5rem;
  }
  .btn.col1 {
    margin-bottom: 1.9rem;
  }
  .btn.col1 a {
    max-width: 29.5rem;
    width: 79%;
    padding: 1.35rem 4.5rem;
  }
  .btn.col1 .btn--white {
    padding: 1.25rem 4.5rem 1.25rem 2.5rem;
  }
  .btn.col2,
  .btn.col3 {
    margin: auto;
    margin-bottom: 1.9rem;
    justify-content: center;
    align-items: center;
  }
  .btn.col2 a,
  .btn.col3 a {
    max-width: 29.5rem;
    width: 79%;
    padding: 1.35rem 4.5rem 1.35rem 2.5rem;
    margin-bottom: 0;
  }
  .btn.col2 a:not(:last-child),
  .btn.col3 a:not(:last-child) {
    margin-bottom: 1.9rem;
  }
  .btn.col2 .btn--white,
  .btn.col3 .btn--white {
    padding: 1.25rem 4.5rem 1.35rem 2.5rem;
  }
  .anchor-block {
    padding: 2.5rem 2rem;
    margin-bottom: 3rem;
  }
  .anchor-block a {
    padding: 1.15rem 6.2rem 1.15rem 1.5rem;
  }
  .anchor-block a:not(:last-child) {
    margin-right: 2rem;
  }
  .anchor-block a::after {
    right: 1.5rem;
  }
  .pdf-block {
    margin-bottom: 2rem;
  }
  .pdf-block p {
    margin-top: 0.9rem;
  }
  .pdf-block.col3,
  .pdf-block.col4 {
    margin: auto -1rem;
  }
  .pdf-block.col3 .pdf-block__content,
  .pdf-block.col4 .pdf-block__content {
    width: calc((100% - 4rem) / 2);
    margin: 0 1rem 2rem;
  }
  /* .table__wrapper > :last-child {
    margin-bottom: 4rem;
  } */
  .table__wrapper {
    margin-bottom: 4rem;
  }
  .table__wrapper.simple .table__content > table {
    width: 100%;
    /* margin-bottom: 1rem; */
    margin-bottom: 0;
  }
  .table__wrapper.simple .table__content > table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table__wrapper.simple .table__content > table th,
  .table__wrapper.simple .table__content > table td {
    width: 100%;
    text-align: left;
    padding: 1.4rem 1.6rem;
    font-size: 1.4rem;
  }
  .table__content {
    margin-bottom: 1rem;
  }
  .table__content > table {
    font-size: 1.4rem;
  }
  .table__content > table th {
    padding: 0.65rem 0.75rem;
    font-size: 1.4rem;
  }
  .table__content > table th:first-child {
    text-align: center;
  }
  .table__content > table td {
    padding: 0.5rem 1.1rem;
    font-size: 1.4rem;
  }
  .step {
    margin-bottom: 3rem;
  }
  .step__name {
    padding: 1.25rem 1.35rem;
  }
  .step__body {
    padding: 4.5rem 1.4rem 2.4rem;
    margin-top: -2.5rem;
    margin-left: 1rem;
  }
  .subcategory {
    width: 100%;
    border: 0.1rem solid #dddddd;
    margin-bottom: 2.4rem;
    margin-right: 0 !important;
  }
  .subcategory__head {
    font-size: 1.6rem;
    padding: 0.95rem 4.8rem 0.95rem 1.4rem;
  }
  .subcategory__head::after {
    right: 2.05rem;
  }
  .subcategory__body {
    border-top: 0.1rem solid transparent;
  }
  .subcategory__body > p {
    padding: 0.95rem 1.35rem;
  }
  .subcategory__body a {
    padding: 0.95rem 5.4rem 0.95rem 1.35rem;
    border-top: 0.1rem solid #dddddd;
  }
  .subcategory__body a:nth-child(even) {
    background-color: #ffffff;
  }
  .subcategory__body a::after {
    right: 1.9rem;
  }
  .block-link {
    width: 100%;
  }
  .link-doc {
    padding: 1.7rem 1.9rem;
    width: 100%;
    margin-bottom: 2rem;
    margin-right: 0 !important;
  }
  .link-doc__text {
    margin-left: 1.7rem;
  }
  .link-doc__text span {
    font-size: 1.2rem;
  }
  .link-doc__head {
    font-size: 1.6rem;
  }
  .link-doc__body {
    margin-top: 0rem;
  }
  .link-doc__cap {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  .flag {
    margin-bottom: 2rem;
  }
  .flag img {
    width: 100%;
  }
  .flag .flag_inner img {
    width: auto;
  }
  .flag.col2,
  .flag.col3 {
    flex-wrap: wrap;
  }
  .flag.col2 a:not(:last-child),
  .flag.col3 a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .flag.col2 a {
    width: 100%;
  }
  .flag.col2 picture {
    width: 100%;
    margin-bottom: 2rem;
  }
  .flag.col3 a {
    width: 45%;
  }
  .wrapper .slide-block__body .flag.col3 a,
  .wrapper--col2 .slide-block__body .flag.col3 a {
    width: calc((100% - 3.6rem) / 2);
  }
  .qa-block {
    padding: 0rem;
    padding-left: 1.5rem;
    border-left: 0.3rem solid #cbe6e6;
    margin-bottom: 4.5rem;
  }
  .qa-block__question {
    padding: 0.5rem 0 1rem 3rem;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .qa-block__question::before {
    /* content: url(..//img/Q-sp.png); */
    width: 20px;
    height: 25px;
    left: 0.2rem;
    bottom: 0;
    top: 60%;
    transform: translate(0, -80%);
  }
  .qa-block__answer {
    margin-top: 1.7rem;
    padding-left: 3rem;
  }
  .qa-block__answer::before {
    /* content: url(..//img/A-sp.png); */
    width: 19px;
    height: 24px;
    top: -0.2rem;
  }
  .qa-block__answer > :last-child {
    margin-bottom: 0;
  }
  .sitemap {
    padding-bottom: 3.5rem;
  }
  .mt-60 {
    margin-top: 4rem;
  }
  .mt-50 {
    margin-top: 3rem;
  }
  .mt-5 {
    margin-top: 0.5rem;
  }
  .mt-38 {
    margin-top: 1rem;
  }
  .mt-80 {
    margin-top: 0;
  }
  .mb-86,
  .mb-20,
  .mb-35 {
    margin-bottom: 1rem !important;
  }
  .mb-80 {
    margin-bottom: 2.9rem;
  }
  .mb-sp-40 {
    margin-bottom: 4rem;
  }
}

.wrapper {
  margin-bottom: 0rem;
}

.wrapper > .block-content {
  width: 100%;
  max-width: inherit;
  /* overflow: hidden; */
}

.wrapper > .block-content .table__content table {
  width: 100%;
  max-width: none;
}

.wrapper ul.list.col2 li {
  width: 48%;
}

.wrapper ol.list.col2 li {
  width: 47%;
}

.wrapper ol.list.col2 > :nth-child(even) {
  position: relative;
  left: 0rem;
}

.wrapper .img.col1 figure {
  max-width: inherit;
}

.wrapper .img.col2 {
  margin: auto -3rem 5rem;
}

.wrapper .img.col2 figure {
  width: calc((100% - 12rem) / 2);
  margin: 0 3rem 2rem;
}

.wrapper .img.col3 {
  margin: auto -3rem 5rem;
}

.wrapper .img.col3 figure {
  width: calc((100% - 18rem) / 3);
  margin: 0 3rem 2rem;
}

.wrapper .video.col2 {
  margin: auto -3rem;
  margin-bottom: 6.8rem;
}

.wrapper .video.col2 figure {
  width: calc((100% - 12rem) / 2);
  margin: auto 3rem;
}

.wrapper .video.col2 figcaption {
  margin-top: 0.8rem;
}

.wrapper .btn.col2 {
  margin: auto 15%;
}

.wrapper .btn.col2.mt-50,
.wrapper--col2 .btn.col2.mt-50 {
  margin-top: 50px;
}

.wrapper .btn.col2 a {
  max-width: 37.2rem;
  width: calc((100% - 10rem) / 2);
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.wrapper .btn.col3 {
  margin: auto -2.1rem;
}

.wrapper .btn.col3.mt-50,
.wrapper--col2 .btn.col3.mt-50 {
  margin-top: 50px;
}

.wrapper .btn.col3 a {
  margin: 0 2.1rem;
  margin-bottom: 3.2rem;
  max-width: 37.2rem;
  padding: 2.05rem 4.5rem 2.05rem 2.7rem;
  width: calc((100% - 12.6rem) / 3);
}

.wrapper .pdf-block {
  margin-bottom: 3rem;
}

.wrapper .pdf-block.col4 {
  margin: auto -2.3rem;
}

.wrapper .pdf-block.col4 a {
  margin: 0 2.3rem 2.6rem;
  width: calc((100% - 23rem) / 5);
}

.wrapper .pdf-block.col3 {
  margin: auto -3rem;
}

.wrapper .pdf-block.col3 a {
  margin: 0 3rem 2.6rem;
  width: calc((100% - 24rem) / 4);
}

.wrapper .contact__left p {
  margin-bottom: 0;
}

.wrapper .flag img {
  width: 100%;
}

.wrapper .flag .flag_inner img {
  width: auto;
}

.wrapper .flag.col2 a {
  width: 48%;
}

.wrapper .flag.col3 {
  margin: 0 -2.7rem 3rem;
}

.wrapper .flag.col3 a {
  margin: auto 2.7rem 2rem;
  width: calc((100% - 16.2rem) / 3);
}

.wrapper .col3 .link-doc,
.wrapper .col3 .subcategory {
  margin-right: 3.6rem;
  width: calc((100% - 7.2rem) / 3);
}

.wrapper .col3 .link-doc:nth-child(3n + 3),
.wrapper .col3 .subcategory:nth-child(3n + 3) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .wrapper .video {
    margin-bottom: 5rem;
  }
  .wrapper .video figcaption {
    font-size: 1.4rem;
  }
  .wrapper .video.col1 {
    margin-bottom: 4rem;
  }
  .wrapper .video.col2 {
    margin-bottom: 4rem;
  }
  .wrapper .video.col2 figure {
    width: 100%;
  }
  .wrapper .video.col2 figure:not(:last-child) {
    margin-bottom: 2rem;
  }
  .wrapper .video.col2 figcaption {
    margin-top: 0.5rem;
  }
  .wrapper .btn {
    margin-bottom: 1.9rem;
  }
  .wrapper .btn a {
    font-size: 1.4rem;
  }
  .wrapper .btn--green::after {
    right: 1.5rem;
  }
  .wrapper .btn--white::after {
    right: 1.5rem;
  }
  .wrapper .btn.col2,
  .wrapper .btn.col3 {
    margin-bottom: 1.9rem;
  }
  .wrapper > .block-content .table__content table {
    width: 880px !important;
  }
  .wrapper .table__wrapper.simple .table__content {
    overflow-x: auto;
    /* margin-bottom: 0; */
  }
  .wrapper .table__wrapper.simple .table__content > table {
    width: 100% !important;
  }
  .wrapper .table__content {
    overflow-x: scroll;
    margin-bottom: 1.3rem;
  }
  .wrapper .table__content::-webkit-scrollbar {
    height: 0.5rem;
    background-color: #dddddd;
    border-radius: 1rem;
  }
  .wrapper .table__content::-webkit-scrollbar-thumb {
    background: #0058ac;
    border-radius: 1rem;
  }
  .wrapper .col3 .link-doc,
  .wrapper .col3 .subcategory {
    margin-right: 3.6rem;
    width: calc((100% - 3.6rem) / 2);
  }
  .wrapper .col3 .link-doc:nth-child(3n + 3),
  .wrapper .col3 .subcategory:nth-child(3n + 3) {
    margin-right: auto;
  }
  .wrapper .col3 .link-doc:nth-child(2n + 2),
  .wrapper .col3 .subcategory:nth-child(2n + 2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .wrapper .title-h1 {
    font-size: 2.3rem;
    margin-bottom: 1.6rem;
  }
  .wrapper .title-h2 {
    font-size: 1.8rem;
    padding: 0.7rem 0.9rem;
  }
  .wrapper .title-h3 {
    font-size: 1.6rem;
    padding-bottom: 0.8rem;
  }
  .wrapper .title-h3::after {
    width: 9.7rem;
  }
  .wrapper .title-h4 {
    font-size: 1.5rem;
    padding-left: 1.3rem;
  }
  .wrapper .title-big {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .wrapper .title-part {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .wrapper p {
    margin-bottom: 0rem;
  }
  .wrapper .link-doc__body {
    margin-bottom: 0;
  }
  .wrapper .box-content {
    padding: 2rem 1.4rem;
  }
  .wrapper .img {
    margin-bottom: 5rem;
  }
  .wrapper .img figcaption {
    font-size: 1.2rem;
  }
  .wrapper .img.col1 figcaption {
    margin-top: 0.5rem;
  }
  .wrapper .img.col2 figure,
  .wrapper .img.col3 figure {
    width: 100%;
  }
  .wrapper .video_a.col2 > a {
    width: 100%;
  }
  .wrapper .img.col2 figure:not(:last-child),
  .wrapper .img.col3 figure:not(:last-child) {
    margin-bottom: 3rem;
  }
  .wrapper .img.col2 figcaption,
  .wrapper .img.col3 figcaption {
    margin-top: 0.5rem;
  }
  .wrapper .text-img {
    margin-bottom: 4rem;
  }
  .wrapper .text-img figure figcaption {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 1.4rem;
  }
  .wrapper .text-img ::after {
    content: none;
  }
  .wrapper .text-img__left,
  .wrapper .text-img__left--sm,
  .wrapper .text-img__right,
  .wrapper .text-img__right--sm {
    float: none;
    margin: 0 0 1.4rem;
    width: 100%;
  }
  .wrapper ul.list {
    margin-bottom: 3.5rem;
  }
  .wrapper ul.list li {
    padding-left: 2rem;
  }
  .wrapper ul.list li:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  .wrapper ul.list li > a::before,
  .wrapper ul.list li > p::before {
    top: 0.9rem;
    left: -1.9rem;
  }
  .wrapper ol.list li:not(:last-child) {
    margin-bottom: 1.3rem;
  }
  .wrapper ol.list li > p,
  .wrapper ol.list li > a {
    padding-left: 0.3rem;
  }
  .wrapper ol.list.col2 :nth-child(even) {
    left: 0;
  }
  /* .wrapper ul.list li, .wrapper ol.list li {
    font-size: 1.4rem;
  } */
  .wrapper ul.list li span,
  .wrapper ol.list li span {
    font-size: 1.2rem;
  }
  .wrapper ul.list.col2 li,
  .wrapper ol.list.col2 li {
    width: 100%;
  }
  .wrapper .btn {
    margin-bottom: 1.9rem;
  }
  .wrapper .btn a {
    font-size: 1.4rem;
  }
  .wrapper .btn--green::after {
    right: 1.5rem;
  }
  .wrapper .btn--white::after {
    right: 1.5rem;
  }
  .wrapper .btn.col1 {
    margin-bottom: 1.9rem;
  }
  .wrapper .btn.col1 a {
    max-width: 29.5rem;
    width: 79%;
    padding: 1.35rem 4.5rem;
  }
  .wrapper .btn.col1 .btn--white {
    padding: 1.25rem 4.5rem 1.25rem 2.5rem;
  }
  .wrapper .btn.col2,
  .wrapper .btn.col3 {
    margin: auto;
    margin-bottom: 1.9rem;
    justify-content: center;
    align-items: center;
  }
  .wrapper .btn.col2 a,
  .wrapper .btn.col3 a {
    max-width: 29.5rem;
    width: 79%;
    padding: 1.35rem 4.5rem 1.35rem 2.5rem;
    margin-bottom: 0;
  }
  .wrapper .btn.col2 a:not(:last-child),
  .wrapper .btn.col3 a:not(:last-child) {
    margin-bottom: 1.9rem;
  }
  .wrapper .btn.col2 .btn--white,
  .wrapper .btn.col3 .btn--white {
    padding: 1.25rem 4.5rem 1.35rem 2.5rem;
  }
  .wrapper .anchor-block {
    padding: 2.5rem 2rem;
    margin-bottom: 3rem;
  }
  .wrapper .anchor-block a {
    padding: 1.15rem 6.2rem 1.15rem 1.5rem;
  }
  .wrapper .anchor-block a:not(:last-child) {
    margin-right: 2rem;
  }
  .wrapper .anchor-block a::after {
    right: 1.5rem;
  }
  .wrapper .pdf-block {
    margin-bottom: 2rem;
  }
  .wrapper .pdf-block p {
    margin-top: 0.9rem;
  }
  .wrapper .pdf-block.col3,
  .wrapper .pdf-block.col4 {
    margin: auto -1rem;
  }
  .wrapper .pdf-block.col3 .pdf-block__content,
  .wrapper .pdf-block.col4 .pdf-block__content {
    width: calc((100% - 4rem) / 2);
    margin: 0 1rem 2rem;
  }
  /* .wrapper .table__wrapper > :last-child {
    margin-bottom: 4rem;
  } */
  .wrapper .table__wrapper {
    margin-bottom: 4rem;
  }
  .wrapper .table__wrapper.simple .table__content > table {
    width: 100%;
    /* margin-bottom: 1rem; */
    margin-bottom: 0;
  }
  .wrapper .table__wrapper.simple .table__content > table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .wrapper .table__wrapper.simple .table__content > table th,
  .wrapper .table__wrapper.simple .table__content > table td {
    width: 100%;
    text-align: left;
    padding: 1.4rem 1.6rem;
    font-size: 1.4rem;
  }
  .wrapper .table__content {
    margin-bottom: 1rem;
  }
  .wrapper .table__content > table th {
    padding: 0.65rem 0.75rem;
    font-size: 1.4rem;
  }
  .wrapper .table__content > table th:first-child {
    text-align: center;
  }
  .wrapper .table__content > table td {
    padding: 0.5rem 1.1rem;
    font-size: 1.4rem;
  }
  .wrapper .step {
    margin-bottom: 3rem;
  }
  .wrapper .step__name {
    padding: 1.25rem 1.35rem;
  }
  .wrapper .step__body {
    padding: 4.5rem 1.4rem 2.4rem;
    margin-top: -2.5rem;
    margin-left: 1rem;
  }
  .wrapper .block-link {
    width: 100%;
  }
  .wrapper .col3 .link-doc {
    padding: 1.7rem 1.9rem;
    width: 100%;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
  .wrapper .col3 .subcategory {
    width: 100%;
    border: 0.1rem solid #dddddd;
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
  .wrapper .col3 .subcategory__head {
    font-size: 1.6rem;
    padding: 0.95rem 4.8rem 0.95rem 1.4rem;
  }
  .wrapper .col3 .subcategory__head::after {
    right: 2.05rem;
  }
  .wrapper .col3 .subcategory__body {
    border-top: 0.1rem solid transparent;
  }
  .wrapper .col3 .subcategory__body p {
    padding: 0.95rem 5.4rem 0.95rem 1.35rem;
  }
  .wrapper .col3 .subcategory__body a {
    padding: 0.95rem 5.4rem 0.95rem 1.35rem;
    border-top: 0.1rem solid #dddddd;
  }
  .wrapper .col3 .subcategory__body a:nth-child(even) {
    background-color: #ffffff;
  }
  .wrapper .col3 .subcategory__body a::after {
    right: 1.9rem;
  }
  .wrapper .flag img {
    width: 100%;
  }
  .wrapper .flag .flag_inner img {
    width: auto;
  }
  .wrapper .flag.col2 a {
    width: 100%;
  }
  .wrapper .flag.col3 {
    margin: 0 -2rem 2rem;
  }
  .wrapper .flag.col3 a {
    /* margin: auto 2rem 2rem !important;
    width: calc((100% - 8rem) / 2); */
    margin: 0 1.2rem 2rem;
    width: 45%;
  }
  .flag.col2 a:not(:last-child),
  .flag.col3 a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .wrapper .qa-block {
    padding: 0rem;
    padding-left: 1.5rem;
    border-left: 0.3rem solid #cbe6e6;
    margin-bottom: 4.5rem;
  }
  .wrapper .qa-block__question {
    padding: 0.5rem 0 1rem 3rem;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .wrapper .qa-block__question::before {
    /* content: url(..//img/Q-sp.png); */
    left: 0.2rem;
    bottom: 0;
    top: 60%;
    transform: translate(0, -80%);
  }
  .wrapper .qa-block__answer {
    margin-top: 1.7rem;
    padding-left: 3rem;
  }
  .wrapper .qa-block__answer::before {
    /* content: url(..//img/A-sp.png); */
    top: -0.2rem;
  }
  .wrapper .qa-block__answer > :last-child {
    margin-bottom: 0;
  }
  .wrapper .sitemap {
    padding-bottom: 3.5rem;
  }
  .wrapper .mt-60 {
    margin-top: 4rem;
  }
  .wrapper .mt-50 {
    margin-top: 3rem;
  }
  .wrapper .mt-5 {
    margin-top: 0.5rem;
  }
  .wrapper .mt-38 {
    margin-top: 1rem;
  }
  .wrapper .mb-86,
  .wrapper .mb-20,
  .wrapper .mb-35 {
    margin-bottom: 1rem !important;
  }
  .wrapper .mb-80 {
    margin-bottom: 2.9rem;
  }
  .wrapper .mb-sp-40 {
    margin-bottom: 4rem;
  }
}

.news .title-h1 {
  padding-bottom: 3.5rem;
  margin-bottom: 4.5rem;
}

.news .title-h1 > a > span {
  font-size: 2rem;
}

@media screen and (max-width: 480px) {
  .news .title-h1 > a > span {
    font-size: 1.6rem;
  }
}

.news .btn--blue {
  margin-top: 7rem;
}

.news__years {
  display: flex;
  font-size: 1.8rem;
  margin-bottom: 3.6rem;
}

.news__years li {
  padding-bottom: 1.1rem;
}

.news__years li:not(:last-child)::after {
  content: "";
  width: 0.2rem;
  height: 1.8rem;
  background-color: #707070;
  display: inline-block;
  position: relative;
  left: 0;
  bottom: -0.2rem;
  margin: 0 3rem;
}

.news__years li a {
  transition: all 0.5s;
  color: #333;
}

.news__years li a:hover,
.news__years li a:focus-visible {
  background-image: none;
  text-decoration: underline;
}

.news__years li.active a {
  position: relative;
  font-weight: bold;
}

.news__years li.active a::after {
  content: "";
  width: 100%;
  height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: -1.1rem;
  background-color: #004593;
}

.news__category {
  display: flex;
  font-weight: 500;
  border-bottom: 0.1rem solid #cccccc;
  margin-bottom: 3.8rem;
}

.news__category li {
  padding-bottom: 1.7rem;
  width: 20%;
  text-align: center;
}

.news__category li a {
  width: 100%;
  display: block;
  transition: all 0.5s;
  color: #333;
}

.news__category li a:hover,
.news__category li a:focus-visible {
  text-decoration: underline;
  background-image: none;
}

.news__category li:not(:last-child) a {
  border-right: 0.1rem solid #cccccc;
}

.news__category li.active {
  border-bottom: 0.2rem solid #c93e3e;
}

.news__category li.active a {
  font-weight: bold;
  color: #0058ac;
}

.top_news_category {
  display: flex;
  font-weight: 500;
  border-bottom: 0.1rem solid #cccccc;
  margin-bottom: 3.8rem;
}

.top_news_category li {
  padding-bottom: 1.7rem;
  width: 20%;
  text-align: center;
}

.top_news_category li a {
  width: 100%;
  display: block;
  transition: all 0.5s;
  color: #333;
}

.top_news_category li a:hover,
.top_news_category li a:focus-visible {
  text-decoration: underline;
  background-image: none;
}

.top_news_category li:not(:last-child) a {
  border-right: 0.1rem solid #cccccc;
}

.top_news_category li.active {
  border-bottom: 0.2rem solid #c93e3e;
}

.top_news_category li.active a {
  font-weight: bold;
  color: #0058ac;
}

.news__content {
  margin-bottom: 8rem;
}

.news__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 3.8rem 2rem 3.8rem 1rem;
  border-bottom: 0.1rem solid #cccccc;
  transition: all 0.5s;
}

.news__item span {
  font-size: 1.2rem;
  color: #333;
}

a.news__item:hover,
a.news__item:focus-visible {
  background-color: #f5f5f5;
  opacity: 1 !important;
  border-bottom: 0.1rem solid transparent;
}

a.news__item:hover .news__title,
a.news__item:focus-visible .news__title {
  transition: all 0.5s;
  font-weight: 500;
  text-decoration: underline;
}

.news__label {
  width: 10%;
  min-width: 12.1rem;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 0.4rem;
  text-align: center;
  color: #ffffff;
}

.news__label--purple {
  background-color: #9e4f91;
}

.news__label--white {
  background-color: #ffffff;
  border: 0.1rem solid #aaa;
  color: #333333;
}

.news__label--green {
  background-color: #00817d;
}

.news__label--blue {
  background-color: #0058ac;
}

.news__day {
  font-size: 1.4rem;
  flex-shrink: 0;
  color: #0058ac;
  margin: 0 1.6rem;
}

.news__title {
  flex: 1;
  margin-bottom: 0;
}

.news__group {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
}

.news__group .news__day {
  margin-left: 0;
  margin-right: 3rem;
  margin-bottom: 0;
}

.news--detail h1 {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #cccccc;
}

.news--detail .btn--blue {
  padding-left: 45px;
}

/* .news.news--detail p {
  margin-bottom: 2.4rem;
} */

@media screen and (max-width: 480px) {
  .news__years {
    font-size: 1.2rem;
    margin-bottom: 1.7rem;
  }
  .news__years li {
    padding-bottom: 0.75rem;
    display: flex;
  }
  .news__years li a {
    padding: 0.3rem 1rem;
  }
  .news__years li:not(:last-child)::after {
    width: 0.1rem;
    height: 100%;
    margin: 0 0.75rem;
  }
  .news__years li.active a::after {
    height: 0.2rem;
    bottom: -0.75rem;
  }
  .news__category {
    width: 100%;
    padding: 1.35rem 1.6rem;
    border-color: #aaa;
    font-size: 1.4rem;
    color: #0058ac;
    font-weight: bold;
    appearance: none;
    position: relative;
    background-image: url(../img/news/arrow.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    margin-bottom: 4.45rem;
  }
  .news__category option {
    padding: 1.35rem 0 1.35rem 1.6rem;
    color: #333333;
  }
  .top_news_category {
    width: 100%;
    padding: 1.35rem 1.6rem;
    border-color: #aaa;
    font-size: 1.4rem;
    color: #0058ac;
    font-weight: bold;
    appearance: none;
    position: relative;
    background-image: url(../img/news/arrow.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    margin-bottom: 4.45rem;
  }
  .top_news_category option {
    padding: 1.35rem 0 1.35rem 1.6rem;
    color: #333333;
  }
  .news__item {
    padding: 1.5rem 0 1rem;
    transition: all 0.5s;
  }
  .news__item span {
    font-size: 1.2rem;
    color: #333;
  }
  .news__item:hover,
  .news__item:focus-visible {
    background-color: #f5f5f5;
    opacity: 1 !important;
    border-bottom: 0.1rem solid transparent;
  }
  .news__item:hover .news__title,
  .news__item:focus-visible .news__title {
    transition: all 0.5s;
    font-weight: 500;
  }
  .news__label {
    min-width: 8.6rem;
    padding: 0.15rem;
  }
  .news__label[title="お知らせ"] {
    padding: 0.05rem;
  }
  .news__day {
    font-size: 1.5rem;
    margin: 0 0.8rem;
  }
  .news__title {
    width: 100%;
    flex: none;
    margin-top: 0.75rem;
    font-size: 1.4rem;
  }
  .news__group {
    margin-bottom: 0.105rem;
  }
  .news__group .news__day {
    margin-left: 0;
    margin-right: 2.1rem;
  }
  .news--detail h1 {
    padding-bottom: 1.75rem;
  }
  .news--detail .btn.col1 {
    margin-bottom: 0;
    padding-bottom: 1.9rem;
  }
  .news--detail .wrapper {
    margin-bottom: 0;
  }
  .news.news--detail p {
    margin-bottom: 2rem;
  }
  .news__content {
    margin-bottom: 0;
    padding-bottom: 8rem;
  }
}

.mv img {
  width: 100%;
}

.intro {
  display: flex;
  position: relative;
}

.intro::after {
  content: "";
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}

.intro__item {
  flex: 1;
  background-color: #ffffff;
}

.intro__item:first-child {
  background-color: #0058ac;
}

.intro__title {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: 500;
  margin: 10px 0 20px;
}

.intro__title span {
  width: 16%;
  height: 1px;
  background-color: #ffffff;
}

.intro__title p {
  margin: 0 10px;
}

.intro__title--blue {
  color: #0058ac;
}

.intro__title--blue span {
  background-color: #0058ac;
}

.intro__content {
  padding: 0 40px 40px;
}

.intro__content > p {
  text-align: center;
  color: #ffef88;
  margin-bottom: 14px;
}

.intro__content .video_a.col1 {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.intro__content .video_a.col1 figcaption {
  font-size: 1.4rem;
  color: #333;
  text-align: left;
}

.intro__content .btn.col1 {
  margin-bottom: 24px;
}

.intro__content .btn.col1:last-child {
  margin-bottom: 0;
}

.intro__content .btn.col1:last-child a {
  margin-bottom: 0;
}

.intro__content .btn.col1 a {
  width: 61%;
  justify-content: flex-start;
}

.intro__content .btn.col2 {
  margin: 0;
}

.intro__content .btn.col2 a {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  width: calc((100% - 4rem) / 2);
}

.intro__content .btn.col2 a:nth-of-type(2n) {
  margin-right: 0;
}

.btn--char-blue {
  color: #0058ac !important;
  border-color: #0058ac;
}

.btn--char-blue::after {
  background: url(../img/arrow-blue.png) no-repeat;
}

.btn--arrow-reverse::after {
  background: url(../img/arrow-white.png) no-repeat;
  background-size: contain;
  left: auto;
  right: 15px;
}

.local__flex {
  display: flex;
  align-items: center;
}

.local__left {
  flex: 1;
  margin-right: 10%;
}

.local__left p:first-child {
  font-size: 3.2rem;
  font-weight: 500;
  color: #0058ac;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

.local__left p:first-child::after {
  content: "";
  width: 3px;
  height: 83%;
  background-color: #c93e3e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.local__left .btn--blue {
  margin-top: 40px;
}

.local__right {
  width: 63%;
}

.local__right picture + p {
  margin-top: 0.5em;
}

.local__bottom {
  background: linear-gradient(180deg, #ffffff 25%, #e8f4f5 25%);
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.local__bottom > :last-child {
  margin-bottom: 0;
}

.local__title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0058ac;
  padding-left: 26px;
  position: relative;
  margin-bottom: 6px;
}

.local__title::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #c93e3e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.local__bottom .btn.col1 a {
  max-width: 32rem;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.local__slick {
  margin: auto 50px;
  margin-top: 20px;
  margin-bottom: 40px !important;
}

.local__slick .slick-next {
  z-index: 2;
  right: 33.5%;
  width: 29px;
  height: 29px;
}

.local__slick .slick-next::before {
  content: url(../img/arrow-slick-right.png);
}

.local__slick .slick-prev {
  z-index: 2;
  left: 33%;
  width: 29px;
  height: 29px;
}

.local__slick .slick-prev::before {
  content: url(../img/arrow-slick-left.png);
}

.local__slick .slick-prev::before,
.local__slick .slick-next::before {
  opacity: 1;
}

.local__slick .slick-prev:hover::before,
.local__slick .slick-next:hover::before,
.local__slick .slick-prev:focus-visible::before,
.local__slick .slick-next:focus-visible::before {
  opacity: 0.8;
}

.local__slick .slick-dots {
  bottom: -75px;
  max-width: 102rem;
  width: 85%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: right;
  z-index: 1;
}

.local__slick .slick-dots li {
  width: auto;
  height: auto;
}

.local__slick .slick-dots li button {
  background: url("../img/dot-slick.png") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  height: 5px;
  width: 20px;
  padding: 0;
}

.local__slick .slick-dots li.slick-active button {
  background: url("../img/dot-slick-active.png") no-repeat;
}

.local__slick-item {
  height: auto;
  display: block;
  /* padding-bottom: 30px; */
  position: relative;
  margin: 0 25px;
  transition: all 0.5s;
}

.local__slick-item .local__slick-img {
  width: 65%;
  padding-top: calc(247 / 336 * 65%);
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.local__slick-item .local__slick-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
}

.local__slick-item:nth-child(even) .local__slick-text {
  background-color: #0058ac;
}

.local__slick-item:nth-child(even) .local__slick-text > p:first-child {
  color: #0058ac;
}

.local__slick-text {
  width: 55%;
  background-color: #00817d;
  padding: 1.6rem;
  /* position: absolute;
  right: 0;
  bottom: 0; */
  margin-top: -85px;
  margin-left: auto;
  position: relative;
}

.local__slick-text > p:first-child {
  background-color: #ffffff;
  color: #00817d;
  font-size: 1.2rem;
  padding: 4px 10px;
  margin-bottom: 10px;
  display: table;
}

.local__slick-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.slick__pause--index {
  position: relative !important;
  bottom: 0 !important;
  left: calc(100% - 60px) !important;
  transform: inherit !important;
  display: block;
  width: 60px !important;
  height: 30px !important;
}

.slick__pause--index img {
  display: inherit;
}

.container--absolute {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -88px;
}

.topics {
  margin-bottom: 90px;
}

.topics .btn--white {
  padding-left: 12px;
  font-size: 1.4rem;
}

.topics__title {
  font-size: 3.2rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 74px;
  text-align: center;
  position: relative;
}

.topics__title::after {
  content: "";
  height: 3px;
  width: 48px;
  background-color: #c93e3e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.topics__flex {
  display: flex;
}

.topics__flex--news {
  align-items: flex-end;
}

.topics__flex--news > .news__category {
  flex: 1;
  margin-bottom: 0;
  margin-right: 20px;
}

.topics__flex--news > .top_news_category {
  flex: 1;
  margin-bottom: 0;
  margin-right: 20px;
}

.topics__flex--news > .btn {
  margin-bottom: 0;
}

.topics__flex--news > .btn a {
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}

.topics__left {
  flex: 1;
  margin-top: 24px;
  margin-right: 2.5%;
}

.topics__left .news__content {
  margin-bottom: 0;
}

.topics__left .news__item {
  padding: 24px 0;
}

.topics__left .news__item > div {
  flex: 1;
  margin-left: 16px;
}

.topics__left .news__item > div .news__day {
  color: #333;
  margin: 0;
  margin-bottom: 6px;
}

.topics__right {
  width: 27%;
  padding: 24px 32px 35px;
  background-color: #eef5fe;
  display: flex;
  flex-direction: column;
}

.topics__right .btn {
  width: 100%;
}

.topics__right .btn a {
  margin-bottom: 0;
}

.topics__right img {
  width: 100%;
}

.topics__right .support_slide_nodata {
  flex: 1;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topics__right .slick {
  width: 100%;
}

.topics__slick-item {
  height: auto;
  transition: all 0.5s;
  background: #ffffff;
}

.topics__slick-item img {
  width: 100%;
}

.topics__slick-item:hover .topics__slick-bottom > p,
.topics__slick-item:focus-visible .topics__slick-bottom > p {
  text-decoration: underline;
}

.topics__slick-item--nothing {
  background-color: #f5f5f5;
}

.topics__slick--index .slick-slide {
  margin-right: 0 !important;
}

.topics__slick--index .slick-dots {
  width: 100% !important;
  bottom: -37px;
}

/* .topics__slick--index .slick-prev {
  left: 18% !important;
}

.topics__slick--index .slick-next {
  right: 18% !important;
} */

.topics__slick--index .topics__slick-bottom {
  min-height: auto;
}

.topics__slick-top {
  position: relative;
}

.topics__slick-bottom {
  padding: 14px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 112px);
}

.topics__slick-bottom > p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
  flex: 1;
}

.topics__slick-bottom > :last-child {
  margin-bottom: 0;
}

.topics__slick .group__label {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 8px;
}

.topics__slick .group__label > .news__label {
  padding: 0 10px;
  width: auto;
  min-width: auto;
  margin: 0 4px 8px 0;
  font-size: 1.6rem;
  font-weight: 500;
}

.topics__slick .group__day:not(:last-child) {
  margin-bottom: 10px;
}

.topics__slick .group__day > p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.topics__slick .group__day > p:first-child {
  font-weight: 500;
}

.support {
  background-image: url(../img/bg-support.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
}

.support__title {
  text-align: center;
  position: relative;
  padding-top: 60px;
  margin-bottom: 58px;
}

.support__title > :first-child {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 8px;
}

.support__title > :last-child {
  font-size: 3.2rem;
  color: #ffef88;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.support__title::after {
  content: "";
  height: 3px;
  width: 48px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.support__title-line {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.support__title-line span {
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}

.support__title-line p {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 500;
  padding: 0 40px;
  margin-bottom: 0;
}

.support__top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -42px;
}

.support__item {
  background-color: #ffffff;
  width: calc((100% - 126px) / 3);
  margin-right: 42px;
  margin-bottom: 42px;
  border: 3px solid #439faa;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}

.support__item:hover,
.support__item:focus-visible {
  opacity: 0.8;
}

.support__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-bottom: 8px solid #c93e3e;
  border-right: 8px solid #c93e3e;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
}

.support__item.icon-out {
  position: relative;
}

.support__item.icon-out > span::after {
  content: none;
}

.support__item.icon-out .support__item-label span::after {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: 1.3rem;
  margin-right: 0;
}

.support__item-icon {
  flex: 1;
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.support__item-icon img {
  margin: auto;
  margin-bottom: 30px;
}

.support__item-icon.-icon1 img {
  width: 60px;
}

.support__item-icon.-icon2 img {
  width: 62px;
}

.support__item-icon.-icon3 img {
  width: 71px;
}

.support__item-icon.-icon4 img {
  width: 50px;
}

.support__item-icon.-icon5 img {
  width: 60px;
}

.support__item-icon p {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 500;
}

.support__item-label {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 68px;
  font-size: 2.2rem;
  font-weight: 500;
}

.support__slick {
  visibility: hidden;
  height: 0;
}

.support__flex {
  display: flex;
  padding-top: 53px;
  margin-top: 18px;
  border-top: 1px solid #ffffff;
}

.support__flex .support__item {
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
}

.support__flex .support__item-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.support__flex .support__item-label span {
  color: #333333;
  font-size: 1.6rem;
  display: block;
}

.support__left {
  width: calc((100% - 126px) / 3);
  margin-right: 42px;
  display: flex;
  flex-direction: column;
}

.support__left > p {
  text-align: center;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  flex: 1;
}

.support__left > .support__item {
  min-height: 109px;
  width: 100%;
}

.support__right {
  flex: 1;
  margin-right: -42px;
  display: flex;
  flex-direction: column;
}

.support__right > p {
  text-align: center;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  flex: 1;
}

.support__right > div {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.support__right > div > .support__item {
  min-height: 109px;
  width: calc((100% - 84px) / 2);
}

.info {
  display: flex;
  align-items: center;
  background-color: #d4eef2;
  margin-bottom: 40px;
  transition: box-shadow 0.4s;
}

.info:hover,
.info:focus-visible {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

.info__title {
  padding-left: 24px;
  border-left: 4px solid #439faa;
  margin-right: 42px;
  margin-left: 58px;
}

.info__title > :first-child {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.info__title > :last-child {
  font-size: 3.2rem;
  font-weight: bold;
  color: #015967;
  margin-bottom: 0;
}

@media screen and (max-width: 936px) {
  .info__title {
    margin-right: 20px;
    margin-left: 30px;
  }
}

.info__book {
  padding: 14px 56px;
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.info__book img {
  width: calc(100% / 3);
}

@media screen and (max-width: 936px) {
  .info__book {
    padding: 14px 25px;
  }
}

.flag.col4 {
  margin: auto -12px;
  margin-bottom: 21px;
}

.flag.col4 a {
  width: calc((100% - 96px) / 4);
  margin-left: 12px;
  margin-right: 12px;
}

@media screen and (max-width: 1110px) {
  .local__slick {
    margin-right: 10px;
    margin-left: 10px;
  }
  .local__slick-text {
    padding: 7px;
  }
  .local__slick-text p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 830px) {
  .local__slick {
    margin-right: 0px;
    margin-left: 0px;
  }
  .local__slick-text p {
    font-size: 1.2rem;
  }
  .local__slick-text p:first-child {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: none !important;
  }
  .sp-show {
    display: block !important;
  }
  .intro {
    display: block;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .intro::after {
    content: "";
    width: 20px;
    height: 100%;
  }
  .intro::before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .intro__item {
    width: 100%;
  }
  .intro__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .intro__title {
    font-size: 2rem;
    margin: 0;
    margin-bottom: 10px;
    align-items: center;
  }
  .intro__content {
    padding: 0 20px 30px;
  }
  .intro__content > p {
    text-align: left;
    color: #ffef88;
    margin-bottom: 14px;
  }
  .intro__content .video_a.col1 {
    max-width: none;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro__content .video_a.col1 figcaption {
    font-size: 1.2rem;
  }
  .intro__content .btn.col1 {
    margin-bottom: 36px;
  }
  .intro__content .btn.col1:last-child {
    margin-bottom: 0;
  }
  .intro__content .btn.col1:last-child a {
    margin-bottom: 0;
  }
  .intro__content .btn.col1 a {
    width: 100%;
  }
  .intro__content .btn.col1 .btn--white {
    justify-content: flex-start;
    padding-left: 1.5rem;
  }
  .intro__content .btn.col2 {
    display: block;
    margin: 0;
  }
  .intro__content .btn.col2 a {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .intro__content .btn.col2 a:nth-of-type(2n) {
    margin-left: auto;
    margin-right: auto;
  }
  .intro__content .btn.col2 a:not(:last-child) {
    margin-bottom: 10px;
  }
  .local__flex {
    display: block;
    position: relative;
  }
  .local__left {
    margin-right: 0;
  }
  .local__left p:first-child {
    font-size: 2.4rem;
    padding-left: 0;
    padding-bottom: 12.5px;
    text-align: center;
  }
  .local__left p:first-child::after {
    content: "";
    width: 40px;
    height: 2px;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .local__left .btn--blue {
    margin-top: 40px;
    width: 88%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .local__right {
    width: 100%;
    padding-bottom: 80px;
    margin-bottom: 45px;
  }
  .local__bottom {
    background: linear-gradient(180deg, #ffffff 25%, #e8f4f5 25%);
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .local__bottom > :last-child {
    margin-bottom: 0;
  }
  .local__bottom .btn.col1 {
    margin-top: 34px;
  }
  .local__bottom .btn.col1 a {
    margin-bottom: 0;
  }
  .local__title {
    font-size: 1.7rem;
    font-weight: 500;
    padding-left: 26px;
    position: relative;
    margin-bottom: 6px;
  }
  .local__title::after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #c93e3e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .local__slick {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 78px;
  }
  .local__slick .slick-next {
    z-index: 2;
    right: 40px;
    top: auto;
    bottom: -58px;
    width: 28px;
    height: 28px;
  }
  .local__slick .slick-next::before {
    /* content: url(../img/arrow-slick-right2.png); */
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url("../img/arrow-slick-right2.png") no-repeat;
    background-size: contain;
  }
  .local__slick .slick-prev {
    z-index: 2;
    left: 40px;
    top: auto;
    bottom: -58px;
    width: 28px;
    height: 28px;
  }
  .local__slick .slick-prev::before {
    /* content: url(../img/arrow-slick-left2.png); */
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url("../img/arrow-slick-left2.png") no-repeat;
    background-size: contain;
  }
  .local__slick .slick-dots {
    bottom: -35px;
    width: 42%;
    text-align: left;
  }
  .container--absolute {
    /* bottom: -44px;
    left: auto;
    right: 59px; */
    position: static;
    margin-top: -24px;
  }
  .container--absolute .container {
    padding: 0 9.5rem 0 4rem;
    text-align: right;
  }
  .slick__pause--index {
    left: auto !important;
    display: inline-block !important;
    width: 44px !important;
    height: 28px !important;
  }
  .topics {
    margin-bottom: 20px;
  }
  .topics__title {
    font-size: 2.4rem;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .topics__title::after {
    height: 2px;
    width: 40px;
  }
  .topics__flex {
    display: block;
  }
  .topics__flex--news {
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .topics__flex--news > .news__category {
    margin-right: 0;
  }
  .topics__flex--news > .top_news_category {
    margin-right: 0;
  }
  .topics__flex--news > .btn {
    margin-bottom: 0;
  }
  .topics__flex--news > .btn a {
    margin-bottom: 0;
  }
  .topics__left {
    flex: 1;
    margin-right: 0;
  }
  .topics__left .news__item {
    padding: 14px 0;
    position: relative;
  }
  .topics__left .news__item:first-child {
    padding-top: 0;
  }
  .topics__left .news__item:first-child > .news__label {
    top: 0;
  }
  .topics__left .news__item > .news__label {
    position: absolute;
    top: 14px;
    right: 0;
  }
  .topics__left .news__item > div {
    margin-left: 0;
  }
  .topics__left .news__item > div .news__day {
    margin-bottom: 10px;
  }
  .topics__left .news__content {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .topics__left .btn a {
    margin: 0 auto 45px;
  }
  .topics__right {
    width: 100%;
    padding: 20px;
    padding-bottom: 34px;
    margin-bottom: 40px;
  }
  .topics__right .support_slide_nodata {
    border: none;
    padding: 30px 1em;
  }
  .topics__right .support_slide_nodata p {
    font-size: 1.6rem;
  }
  .support {
    margin-bottom: 60px;
  }
  .support__title {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .support__title > :first-child {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .support__title > :last-child {
    font-size: 2.4rem;
    padding-bottom: 12.5px;
  }
  .support__title::after {
    content: "";
    height: 2px;
    width: 40px;
  }
  .support__title-line {
    display: flex;
    margin-bottom: 12px;
  }
  .support__title-line p {
    font-size: 1.6rem;
    padding: 0;
  }
  .support__item {
    height: auto;
    width: calc((100% - 60px) / 3);
    margin-right: 20px;
    margin-bottom: 42px;
    border: 1.5px solid #439faa;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .support__item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-bottom: 8px solid #c93e3e;
    border-right: 8px solid #c93e3e;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
  }
  .support__item.icon-out .support__item-label span::after {
    width: 1.6rem;
    height: 1.2rem;
    top: 0.8rem;
    right: 0.8rem;
  }
  .support__item-icon {
    margin-bottom: 24px;
    min-height: 156px;
  }
  .support__item-icon img {
    margin: auto;
    margin-bottom: 30px;
  }
  .support__item-icon p {
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
  .support__item-label {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 68px;
    font-size: 1.8rem;
    font-weight: 500;
    transition: all 0.5s;
  }
  .support__item-label:hover,
  .support__item-label:focus-visible {
    opacity: 0.8;
  }
  .support__slick {
    visibility: visible;
    height: auto;
    margin-left: 20px;
  }
  .support__slick .slick-track {
    display: flex;
  }
  .support__slick .slick-dots {
    width: calc(100% - 20px);
    bottom: 3px;
  }
  .support__slick .slick-dots li {
    width: auto;
    height: auto;
  }
  .support__slick .slick-dots li button {
    background: url("../img/dot-slick.png") no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    height: 5px;
    width: 20px;
    padding: 0;
  }
  .support__slick .slick-dots li.slick-active button {
    background: url("../img/dot-slick-active.png") no-repeat;
  }
  .support__slick .slick-prev {
    background-image: url("../img/arrow-slick-left3.png");
    background-size: contain;
    width: 28px;
    height: 28px;
    right: auto;
    left: 0;
    top: auto;
    bottom: -20px;
    z-index: 2;
    transition: all 0.5s;
  }
  .support__slick .slick-prev::before {
    content: none;
  }
  .support__slick .slick-prev:hover,
  .support__slick .slick-prev:focus-visible {
    opacity: 0.7;
  }
  .support__slick .slick-next {
    background-image: url("../img/arrow-slick-right3.png");
    background-size: contain;
    width: 28px;
    height: 28px;
    right: 20px;
    left: auto;
    top: auto;
    bottom: -20px;
    z-index: 2;
    transition: all 0.5s;
  }
  .support__slick .slick-next::before {
    content: none;
  }
  .support__slick .slick-next:hover,
  .support__slick .slick-next:focus-visible {
    opacity: 0.7;
  }
  .support__flex {
    display: block;
    padding-top: 30px;
    margin-top: 25px;
  }
  .support__flex .support__item {
    padding: 20px;
  }
  .support__flex .support__item-label span {
    font-size: 1.3rem;
  }
  .support__left {
    width: 100%;
    margin-right: 0;
  }
  .support__left > p {
    font-size: 1.7rem;
  }
  .support__left > .support__item {
    min-height: auto;
    width: 100%;
  }
  .support__left > .support__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .support__left > .support__item .support__item-label {
    min-height: auto;
  }
  .support__right {
    flex: 1;
    margin-right: 0;
  }
  .support__right > p {
    font-size: 1.7rem;
  }
  .support__right > div {
    display: flex;
    flex-wrap: wrap;
  }
  .support__right > div > .support__item {
    min-height: auto;
    width: 100%;
    margin-right: 0;
  }
  .support__right > div > .support__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .support__right > div > .support__item .support__item-label {
    min-height: auto;
  }
  .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    background-color: #d4eef2;
    margin-bottom: 40px;
  }
  .info__title {
    padding-left: 12px;
    border-left: 2px solid #439faa;
    margin: 30px auto;
    margin-right: 0;
    margin-left: 17px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .info__title > :first-child {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
  .info__title > :last-child {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 6px;
  }
  .info__book {
    padding: 10px 30px;
    flex: 1;
  }
  .flag.col4 {
    margin: auto -4.5px;
    margin-bottom: 9px;
  }
  .flag.col4 a {
    width: calc((100% - 18px) / 2);
    margin-left: 4.5px;
    margin-right: 4.5px;
  }
  .flag.col4 a img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .local__slick .slick-dots {
    width: 32%;
    left: 39%;
  }
}

.slide-block {
  margin-bottom: 6.8rem;
}

.slide-block__head {
  color: inherit;
  display: block;
  width: 100%;
  background-color: #e4eff9;
  position: relative;
  margin-top: 1.2rem;
  transition: all 0.5s;
  position: relative;
}

.slide-block__head button:hover,
.slide-block__head button:focus-visible,
.slide-block__head:has(button:focus) {
  background-image: none;
  text-decoration: underline;
}

.slide-block__head button:focus-visible {
  outline: auto;
}

.slide-block__head.active {
  margin-bottom: 0;
}

.slide-block__head.active::after {
  transform: translate(0, -50%) rotate(180deg);
}

.slide-block__head::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 1.4rem;
  color: #0058ac;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transition: all 0.5s;
  transform: translate(0, -50%);
}

.slide-block__head > button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 1.2rem 4rem 1.2rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.slide-block__body {
  padding: 2.4rem;
  border: 0.1rem solid #cccccc;
  margin-bottom: 2rem;
  display: none;
}

.slide-block__body > .col2 > * {
  margin-top: 28px;
  margin-bottom: 0;
}

.slide-block__body > .col2 > .link-doc {
  margin-top: 0;
  margin-bottom: 6rem;
}

.slide-block__body > .col2 > *:nth-child(-n + 2) {
  margin-top: 0;
}

.slide-block__body > .col2 > .block-link > *:last-child {
  margin-bottom: 0;
}

.slide-block__body > .col3 > * {
  margin-top: 28px;
  margin-bottom: 0;
}

.slide-block__body > .col3 > .link-doc {
  margin-top: 0;
  margin-bottom: 6rem;
}

.slide-block__body > .col3 > *:nth-child(-n + 3) {
  margin-top: 0;
}

.wrapper--col2 .slide-block__body > .col3 > *:nth-child(-n + 3) {
  margin-top: 28px;
}

.wrapper--col2 .slide-block__body > .col3 > .pdf-block__content:nth-child(3),
.wrapper--col2 .slide-block__body > .img.col3 > figure:nth-child(3),
.wrapper--col2 .slide-block__body > .btn.col3 > *:nth-child(3),
.wrapper--col2 .slide-block__body > .flag.col3 > *:nth-child(3),
.wrapper--col2 .slide-block__body > .col3 > .link-doc:nth-child(3) {
  margin-top: 0;
}

.wrapper--col2 .slide-block__body > .col3 > *:nth-child(-n + 2) {
  margin-top: 0;
}

.slide-block__body > .table__wrapper:last-child .table__content,
.slide-block__body > .table__wrapper:last-child .table__content > table,
.slide-block__body > .table__wrapper:last-child .cap:last-child {
  margin-bottom: 0;
}

.slide-block__body > .table__wrapper:last-child .cap:last-child {
  margin-top: 1.5rem;
}

.slide-block__body > :first-child {
  margin-top: 0;
}

.slide-block__body > :last-child {
  margin-bottom: 0;
}

.slide-block__body > .page_link_target:first-child + [class^="title-"] {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .slide-block__body > .col3 > *:nth-child(-n + 3) {
    margin-top: 28px;
  }
  .slide-block__body > .col3 > *:nth-child(-n + 2) {
    margin-top: 0;
  }
  .slide-block__body > .table__wrapper:last-child .table__content > table {
    margin-bottom: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .slide-block {
    margin-bottom: 4rem;
  }
  .slide-block__body {
    padding: 2rem 1.4rem;
  }
  .slide-block__body > .col2 > * {
    margin-top: 20px;
  }
  .slide-block__body > .col2 > .link-doc {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .slide-block__body > .col2 > *:nth-child(-n + 2) {
    margin-top: 20px;
  }
  .slide-block__body > .col2 > .link-doc:nth-child(-n + 2) {
    margin-top: 0;
  }
  .slide-block__body > .flag.col2 > * {
    margin-top: 0;
  }
  .slide-block__body > .col2 > *:first-child {
    margin-top: 0;
  }
  .slide-block__body > .col3 > * {
    margin-top: 20px;
  }
  /* .wrapper .col3 .link-doc {
    margin-bottom: 0;
  } */
  .slide-block__body > .col3 > *:nth-child(-n + 3),
  .wrapper--col2 .slide-block__body > .col3 > *:nth-child(-n + 3) {
    margin-top: 20px;
  }
  .slide-block__body > .col3 > *:nth-child(-n + 2),
  .wrapper--col2 .slide-block__body > .col3 > *:nth-child(-n + 2) {
    margin-top: 20px;
  }
  .slide-block__body > .col3 > .link-doc:nth-child(-n + 2),
  .slide-block__body > .col3 > .link-doc:nth-child(3) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .wrapper--col2
    .slide-block__body
    > .col3
    > .pdf-block__content:nth-child(-n + 2),
  .wrapper--col2 .slide-block__body > .flag.col3 > *:nth-child(-n + 2) {
    margin-top: 0;
  }
  .slide-block__body > .col3 > *:first-child,
  .wrapper--col2 .slide-block__body > .col3 > *:first-child {
    margin-top: 0;
  }
}

.listnews__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

.listnews__img {
  width: 29rem;
}

.listnews__img img {
  width: 100%;
}

.listnews__content {
  width: calc(100% - 29rem);
  padding-left: 2.4rem;
}

.listnews__tag {
  display: flex;
  flex-wrap: wrap;
}

.listnews__tag span {
  background: #00817d;
  color: #ffffff;
  padding: 0.3rem 1.4rem;
  font-weight: 500;
  margin-right: 1rem;
}

.listnews__tag span.purple {
  background: #9e4f91;
}

.listnews__title {
  padding: 2.5rem 0;
  padding-bottom: 2.2rem;
}

.listnews__title h4 {
  font-size: 2rem;
  font-weight: bold;
}

.listnews__text span {
  display: block;
  margin-top: 1rem;
  font-size: 1.4rem;
}

.group__label--text-img {
  position: absolute;
  left: 8px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.group__label--text-img > p {
  margin-bottom: 8px;
  width: auto;
  min-width: auto;
  font-size: 1.6rem;
  font-weight: 500;
}

.group__label--text-img > p:not(:last-child) {
  margin-right: 4px;
}

@media screen and (max-width: 480px) {
  .text-img--custom {
    display: flex;
    flex-direction: column;
  }
  .text-img--custom > h3 {
    order: 2;
  }
  .text-img--custom > figure {
    order: 1;
  }
  .text-img--custom > figure img {
    width: 100%;
  }
  .text-img--custom > .text-img {
    order: 3;
  }
}

.align-left {
  text-align: left !important;
  justify-content: flex-start !important;
}

.text-img__right--seminal {
  width: 32%;
}

.text-img__right--seminal > div {
  width: 100%;
  padding-top: calc(366 / 670 * 100%);
  background: #f5f5f5;
  position: relative;
}

.text-img__right--seminal > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-height: 100%;
}

@media screen and (max-width: 480px) {
  .text-img__right--seminal {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .listnews__item {
    display: block;
  }
  .listnews__img {
    width: 100%;
  }
  .listnews__content {
    width: 100%;
    padding-left: 0;
  }
  .listnews__tag {
    margin-top: 1rem;
  }
  .listnews__title {
    padding: 1.6rem 0;
    padding-bottom: 1.4rem;
  }
  .listnews__title h4 {
    font-size: 2rem;
    font-weight: bold;
  }
}

.seminar__item {
  display: flex;
}

@media screen and (max-width: 480px) {
  .seminar__item {
    flex-wrap: wrap;
  }
}

.seminar__item:not(:last-child) {
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 480px) {
  .seminar__item--L {
    width: 100%;
  }
}

.seminar__item--R {
  padding-left: 3.2rem;
}

@media screen and (max-width: 480px) {
  .seminar__item--R {
    padding-left: 0;
  }
}

.seminar__item--R p.bold {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 480px) {
  .seminar__item--R p.bold {
    padding-top: 3rem;
    font-size: 1.8rem;
  }
}

.seminar__item--R p {
  margin-bottom: 0rem;
}

@media screen and (max-width: 480px) {
  .seminar__item--R p {
    padding-bottom: 0.5rem;
  }
}

.seminar__item--padding {
  padding-left: 4.5rem;
}

@media screen and (max-width: 480px) {
  .seminar__item--padding {
    padding-left: 3rem;
  }
}

.seminar__item--padding ul.list {
  margin-bottom: 0;
}

.seminar__item--padding p {
  padding: 0.8rem 0rem;
}

.block-flex .flex-item {
  display: flex;
}

.block-flex .flex-item p {
  width: 16%;
  margin-right: 2.4rem;
  margin-bottom: 1.3rem;
}

.block-flex .flex-item > a:not(:first-child) {
  margin-left: 4rem;
}

.block-flex .flex-item > div a {
  display: block;
  margin-bottom: 1.3rem;
}

.list--custom {
  margin-bottom: 5.2rem;
}

.list--custom .list.col2 {
  margin-bottom: 1.6rem;
}

.list--custom b:not(:last-child) {
  display: block;
  margin-bottom: 4.8rem;
}

.note {
  margin-bottom: 6rem;
}

.note p {
  margin-bottom: 0;
}

.note--design {
  text-indent: -2rem;
  padding-left: 2rem;
  margin-top: -1rem;
  margin-bottom: 8rem;
}

.block-years {
  padding: 4rem 6rem;
  background-color: #f5f5f5;
  margin-top: 10rem;
  margin-bottom: 4rem;
}

.block-years__title {
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}

.block-years__title p {
  padding: 0 2rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
}

.block-years__title span {
  flex: 1;
  height: 0.2rem;
  background-color: #c93e3e;
}

.block-years__items {
  display: flex;
  flex-wrap: wrap;
  margin: -0.7rem;
}

.block-years__items a {
  margin: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8rem;
  width: calc((100% - 8.4rem) / 6);
  color: inherit;
  background-color: #ffffff;
  padding: 0 0.5rem;
}

.block-years__items a.active {
  color: #0058ac;
  font-weight: 500;
}

.block-years__items a:hover,
.block-years__items a:focus-visible {
  color: #0058ac;
  font-weight: 500;
}

.sp-show {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .btn.btn--right a {
    width: 50%;
    max-width: none;
  }
  .block-flex .flex-item {
    flex-wrap: wrap;
  }
  .block-flex .flex-item p {
    width: 100%;
    margin-bottom: 0;
  }
  .block-flex .flex-item > a:not(:first-child) {
    margin-left: 3rem;
  }
  .block-flex .flex-item > div {
    width: 100%;
  }
  .block-flex .flex-item > div a {
    margin-bottom: 1.4rem;
  }
  .block-years {
    padding: 3rem 4rem;
  }
  .block-years__title {
    margin-bottom: 2rem;
  }
  .block-years__items a {
    width: calc((100% - 5.6rem) / 4);
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 608px) {
  .block-years__items a {
    width: calc((100% - 4.2rem) / 3);
  }
}

@media screen and (max-width: 480px) {
  .btn.btn--right {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .btn.btn--right a {
    width: 85%;
    padding: 1.25rem 4.5rem;
  }
  .mb-sp-10 {
    margin-bottom: 1rem;
  }
  .list--custom {
    margin-bottom: 3rem;
  }
  .list--custom .list.col2 {
    margin-bottom: 1.4rem;
  }
  .list--custom b:not(:last-child) {
    margin-bottom: 3rem;
  }
  .note {
    margin: 3rem 0;
  }
  .note--design {
    margin: 2rem 0 3rem;
  }
  .sp {
    display: none !important;
  }
  .sp-show {
    display: block !important;
  }
  .block-years {
    padding: 1.5rem 2rem;
    margin-bottom: 2.4rem;
    margin-top: 6rem;
  }
  .block-years__title {
    margin-bottom: 1.6rem;
  }
  .block-years__title p {
    padding: 0 1rem;
    font-size: 1.6rem;
  }
  .block-years__title span {
    height: 0.15rem;
  }
  .block-years__items {
    margin: -0.7rem;
  }
  .block-years__items a {
    margin: 0.7rem;
    width: calc((100% - 2.8rem) / 2);
  }
}

@media screen and (max-width: 320px) {
  .block-flex .flex-item > a:not(:first-child) {
    margin-left: 0rem;
  }
}

.table--center > table th,
.table--center td {
  text-align: center !important;
}

.tbl_1 > table tr th:first-of-type,
.tbl_1 > table tr td:first-of-type {
  width: 8.19%;
}

.tbl_1 > table tr th:nth-of-type(2),
.tbl_1 > table tr td:nth-of-type(2) {
  width: 6.95%;
}

.tbl_1 > table tr th:nth-of-type(3),
.tbl_1 > table tr td:nth-of-type(3) {
  width: 6.26%;
}

.tbl_1 > table tr th:nth-of-type(4),
.tbl_1 > table tr td:nth-of-type(4) {
  width: 6.54%;
}

.tbl_1 > table tr th:nth-of-type(5),
.tbl_1 > table tr td:nth-of-type(5) {
  width: 9.79%;
}

.tbl_1 > table tr th:nth-of-type(6),
.tbl_1 > table tr td:nth-of-type(6) {
  width: 9.79%;
}

.tbl_1 > table tr th:nth-of-type(7),
.tbl_1 > table tr td:nth-of-type(7) {
  width: 13.37%;
}

.tbl_1 > table tr th:nth-of-type(8),
.tbl_1 > table tr td:nth-of-type(8) {
  width: 9.79%;
}

.tbl_1 > table tr th:nth-of-type(9),
.tbl_1 > table tr td:nth-of-type(9) {
  width: 29.17%;
}

.tbl_2 > table tr th:first-of-type,
.tbl_2 > table tr td:first-of-type {
  width: 8.19%;
}

.tbl_2 > table tr th:nth-of-type(2),
.tbl_2 > table tr td:nth-of-type(2) {
  width: 6.95%;
}

.tbl_2 > table tr th:nth-of-type(3),
.tbl_2 > table tr td:nth-of-type(3) {
  width: 6.26%;
}

.tbl_2 > table tr th:nth-of-type(4),
.tbl_2 > table tr td:nth-of-type(4) {
  width: 6.54%;
}

.tbl_2 > table tr th:nth-of-type(5),
.tbl_2 > table tr td:nth-of-type(5) {
  width: 9.79%;
}

.tbl_2 > table tr th:nth-of-type(6),
.tbl_2 > table tr td:nth-of-type(6) {
  width: 9.79%;
}

.tbl_2 > table tr th:nth-of-type(7),
.tbl_2 > table tr td:nth-of-type(7) {
  width: 13.37%;
}

.tbl_2 > table tr th:nth-of-type(8),
.tbl_2 > table tr td:nth-of-type(8) {
  width: 9.79%;
}

.tbl_2 > table tr th:nth-of-type(9),
.tbl_2 > table tr td:nth-of-type(9) {
  width: 29.17%;
}

.tbl_4 > table tr th:first-of-type,
.tbl_4 > table tr td:first-of-type {
  width: 6.81%;
}

.tbl_4 > table tr th:nth-of-type(2),
.tbl_4 > table tr td:nth-of-type(2) {
  width: 16.39%;
}

.tbl_4 > table tr th:nth-of-type(3),
.tbl_4 > table tr td:nth-of-type(3) {
  width: 9.72%;
}

.tbl_4 > table tr th:nth-of-type(4),
.tbl_4 > table tr td:nth-of-type(4) {
  width: 9.72%;
}

.tbl_4 > table tr th:nth-of-type(5),
.tbl_4 > table tr td:nth-of-type(5) {
  width: 8.51%;
}

.tbl_4 > table tr th:nth-of-type(6),
.tbl_4 > table tr td:nth-of-type(6) {
  width: 9.72%;
}

.tbl_4 > table tr th:nth-of-type(7),
.tbl_4 > table tr td:nth-of-type(7) {
  width: 9.65%;
}

.tbl_4 > table tr th:nth-of-type(8),
.tbl_4 > table tr td:nth-of-type(8) {
  width: 9.65%;
}

.tbl_4 > table tr th:nth-of-type(9),
.tbl_4 > table tr td:nth-of-type(9) {
  width: 19.64%;
}

.tbl_6 > table tr th:first-of-type,
.tbl_6 > table tr td:first-of-type {
  width: 23.86%;
}

.tbl_6 > table tr th:nth-of-type(2),
.tbl_6 > table tr td:nth-of-type(2) {
  width: 15.44%;
}

.tbl_6 > table tr th:nth-of-type(3),
.tbl_6 > table tr td:nth-of-type(3) {
  width: 9.19%;
}

.tbl_6 > table tr th:nth-of-type(4),
.tbl_6 > table tr td:nth-of-type(4) {
  width: 10.23%;
}

.tbl_6 > table tr th:nth-of-type(5),
.tbl_6 > table tr td:nth-of-type(5) {
  width: 11.28%;
}

.tbl_6 > table tr th:nth-of-type(6),
.tbl_6 > table tr td:nth-of-type(6) {
  width: 11.28%;
}

.tbl_6 > table tr th:nth-of-type(7),
.tbl_6 > table tr td:nth-of-type(7) {
  width: 18.57%;
}

.tbl_7 > table tr th:first-of-type,
.tbl_7 > table tr td:first-of-type {
  width: 23.86%;
}

.tbl_7 > table tr th:nth-of-type(2),
.tbl_7 > table tr td:nth-of-type(2) {
  width: 15.44%;
}

.tbl_7 > table tr th:nth-of-type(3),
.tbl_7 > table tr td:nth-of-type(3) {
  width: 9.19%;
}

.tbl_7 > table tr th:nth-of-type(4),
.tbl_7 > table tr td:nth-of-type(4) {
  width: 10.23%;
}

.tbl_7 > table tr th:nth-of-type(5),
.tbl_7 > table tr td:nth-of-type(5) {
  width: 11.28%;
}

.tbl_7 > table tr th:nth-of-type(6),
.tbl_7 > table tr td:nth-of-type(6) {
  width: 11.28%;
}

.tbl_7 > table tr th:nth-of-type(7),
.tbl_7 > table tr td:nth-of-type(7) {
  width: 18.57%;
}

.mg-design {
  margin-top: -3.2rem;
  margin-bottom: 4.8rem !important;
}

@media screen and (max-width: 480px) {
  .mg-design {
    margin-top: -1rem;
    margin-bottom: 3rem !important;
  }
}

.padding {
  padding: 1rem 0.5rem !important;
  width: 30rem !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.td-71 {
  width: 71rem !important;
}

.td-227 {
  width: 227rem !important;
}

tr.custom-width--K > th:first-child {
  width: 0rem !important;
}

tr.custom-width--K > td:first-child {
  width: 12rem !important;
}

tr.custom-width--K > th:nth-child(2),
tr.custom-width--K > th:nth-child(3),
tr.custom-width--K > th:nth-child(4) {
  width: 0rem !important;
}

tr.custom-width--K > td:nth-child(2),
tr.custom-width--K > td:nth-child(3),
tr.custom-width--K > td:nth-child(4) {
  width: 12rem !important;
}

td.tal {
  text-align: left !important;
}

td.tal > ul > li {
  margin-bottom: 0.5rem !important;
}

.table--p5 > table th {
  padding: 1.1rem 0.5rem !important;
}

.table--p5 > table td {
  padding: 1.1rem 0.5rem !important;
}

.ir__go {
  margin: 2rem 0 8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .ir__go {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.ir__go > * {
  width: 48%;
  background-color: #f5f5f5;
  padding: 3.6rem 3rem 1.6rem 3rem;
}

@media screen and (max-width: 768px) {
  .ir__go > * {
    width: 100%;
    padding: 2.4rem 2rem 3.3rem 2rem;
  }
  .ir__go > *:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.ir__go--L .title-h3 > span {
  float: right;
  font-size: 1.4rem;
  /* color: #0058AC; */
  position: relative;
  top: 0.5rem;
}

.ir__go--L > *:first-child {
  margin-top: 0;
}

.ir__go--L ul.list {
  margin-bottom: 6.6rem;
}

@media screen and (max-width: 768px) {
  .ir__go--L ul.list {
    margin-bottom: 2rem;
  }
}

.ir__go--L .btn.col1 {
  margin-bottom: 0;
}

.ir__go--L .btn.col1 a {
  padding: 1.8rem 4.5rem 2.2rem 3.1rem;
}

@media screen and (max-width: 800px) {
  .ir__go--L .btn.col1 a {
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}

.ir__go--R > *:first-child {
  margin-top: 0;
}

.ir__go--R h3.title-h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ir__go--R a.btn--green {
  padding: 0.7rem 8.3rem 0.7rem 1.3rem;
  bottom: 0.5rem;
  font-size: 1.4rem;
  flex-shrink: 0;
  transition: all 0.5s;
}

.ir__go--R a.btn--green:hover,
.ir__go--R a.btn--green:focus-visible {
  text-decoration: underline;
}

.ir__go-date {
  display: flex;
  flex-direction: column;
}

.ir__go-date span {
  /* color: #0058AC; */
  font-size: 1.4rem;
}

.ir__go-date > div {
  padding-top: 1rem;
  margin-bottom: 2.4rem;
}

.ir__go-date a,
.ir__go-date a span {
  text-decoration: underline;
  text-underline-position: under;
}

.ir__go-date a:hover,
.ir__go-date a:focus-visible {
  color: #681da8;
}

/* .ir__go-date a:hover > span,
.ir__go-date a:focus-visible > span {
  text-decoration: underline;
  text-underline-position: under;
} */

.ir__go-date a:hover > .reader_txt,
.ir__go-date a:focus-visible > .reader_txt {
  text-decoration: none;
}

.ir__go-date:last-of-type > div {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .ir__go-date > div {
    margin-bottom: 1rem;
  }
}

.ir__info-big {
  display: block;
  background-image: url("../img/ir/pic1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 3rem;
  color: #fff;
  margin-bottom: 4rem;
  position: relative;
  transition: box-shadow 0.4s;
}

@media screen and (max-width: 768px) {
  .ir__info-big {
    background-image: url("../img/ir/pic1-sp.png");
    margin-bottom: 2rem;
    padding: 1.5rem 2rem 1.8rem 2rem;
  }
}

.ir__info-big p {
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ir__info-big p {
    font-size: 1.8rem;
  }
}
/*
.ir__info-big a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.ir__info-big:hover,
.ir__info-big:focus-visible {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

.ir__info--list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ir__info--list ul li {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .ir__info--list ul li {
    width: 100%;
  }
}

.ir__info--list ul li::after {
  position: absolute;
  content: "";
  height: 0.3rem;
  width: 1rem;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ir__info-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .ir__info-wrapper {
    margin-bottom: 4.5rem;
    margin-right: 0;
  }
}

.ir__info-wrapper > * {
  width: calc(50% - 4rem);
  margin-right: 4rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (max-width: 790px) {
  .ir__info-wrapper > * {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .ir__info-wrapper > * {
    width: 100%;
    margin-right: 0;
  }
  .ir__info-wrapper > *:last-child {
    margin-top: 2rem;
  }
}

.ir__info-img {
  display: block;
  position: relative;
  transition: box-shadow 0.4s;
}

.ir__info-img img {
  display: block;
  width: 100%;
}

.ir__info-img p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ir__info-img p {
    font-size: 1.8rem;
  }
}

/* .ir__info-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.ir__info-img:hover,
.ir__info-img:focus-visible {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

.ir__show > h2 {
  font-size: 2.4rem;
  color: #0058ac;
  font-weight: 500;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #0058ac;
}

.ir__show > h2 a:hover,
.ir__show > h2 a:focus-visible {
  background-image: none !important;
  text-decoration: underline;
}

.ir__show > h2 i {
  font-size: 2rem;
  margin-left: 0.8rem;
}

.ir__show-gray {
  background-color: #f5f5f5;
  margin-top: 24px;
  padding: 4rem 3rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ir__show-gray {
    flex-wrap: wrap;
    position: relative;
    margin-top: 14px;
    padding: 2rem 0;
  }
  .ir__show-gray::before,
  .ir__show-gray::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2rem;
    top: 0;
    background-color: #f5f5f5;
  }
  .ir__show-gray::before {
    left: -2rem;
  }
  .ir__show-gray::after {
    right: -2rem;
  }
}

.ir__show-desc {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .ir__show-desc {
    width: 100%;
  }
}

.ir__show-desc h3 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  padding-left: 1.5rem;
  position: relative;
}

.ir__show-desc h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2.4rem;
  width: 0.3rem;
  background-color: #c93e3e;
}

.ir__show-figure {
  width: 45%;
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .ir__show-figure {
    width: 100%;
    margin-left: 0;
    margin-top: 1.6rem;
    margin-bottom: 0;
  }
}

.ir__show-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -2rem;
  margin-right: -2rem;
  counter-reset: num;
}

@media screen and (max-width: 768px) {
  .ir__show-items {
    margin-top: -1rem;
    margin-right: -1rem;
  }
}

.ir__show-item {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
  margin-right: 2rem;
  width: calc(50% - 2rem);
  background: #fff;
}

.ir__show-num {
  counter-increment: num;
  content: counter(num);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 3.4rem;
  line-height: 1;
  color: #fff;
  width: 58px;
  padding: 8px 0 6px;
}

@media screen and (max-width: 768px) {
  .ir__show-item {
    margin-top: 1rem;
    margin-right: 1rem;
    width: calc(50% - 1rem);
  }
  .ir__show-num {
    font-weight: 400;
    font-size: 2.5rem;
    width: 24px;
    padding: 11px 0 8px;
  }
}

.ir__show-item--dark-blue {
  border: 1px solid #0058ac;
  position: relative;
}

.ir__show-item--dark-blue .ir__show-num {
  background: #0058ac;
}

.ir__show-item--blue {
  border: 1px solid #047bbc;
  position: relative;
}

.ir__show-item--blue .ir__show-num {
  background: #047bbc;
}

.ir__show-item--3 {
  border: 1px solid #0e7ea0;
  position: relative;
}

.ir__show-item--3 .ir__show-num {
  background: #0e7ea0;
}

.ir__show-item--4 {
  border: 1px solid #007a8a;
  position: relative;
}

.ir__show-item--4 .ir__show-num {
  background: #007a8a;
}

.ir__show-item--5 {
  border: 1px solid #0a656b;
  position: relative;
}

.ir__show-item--5 .ir__show-num {
  background: #0a656b;
}

.ir__show-item--6 {
  border: 1px solid #115553;
  position: relative;
}

.ir__show-item--6 .ir__show-num {
  background: #115553;
}

.ir__show-number {
  background-color: #0058ac;
  padding: 0.5rem 2.1rem;
  color: #fff;
  font-size: 3.4rem;
  font-style: italic;
}

.ir__show-text {
  flex: 1;
  font-weight: 500;
  padding: 0 0.3em;
}

.ir__show-figure .video_a.col1 {
  margin-bottom: 0;
}

.ir__show-figure .video_a.col1 figcaption {
  font-size: 1.4rem;
  color: #666666;
  margin-top: 0.5rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .ir__show-figure .video_a.col1 figcaption {
    font-size: 1.2rem;
  }
  .ir__show-figure .video_a.col1 > a.icon-out figcaption span::after {
    width: 2rem;
    height: 1.2rem;
  }
}

.ir__anchor {
  margin-top: 2.8rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .ir__anchor {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 480px) {
  .ir__anchor .btn.col3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .ir__anchor .btn.col3 a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
}

.ir__fig {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.4rem;
  margin-bottom: 8rem;
  position: relative;
}

.ir__fig img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ir__fig {
    margin-right: -1rem;
    margin-top: -1.4rem;
    margin-bottom: 4.5rem;
  }
}

.ir__fig a {
  width: calc(100% / 4 - 2.4rem);
  margin-right: 2.4rem;
  position: relative;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .ir__fig a {
    width: calc(100% / 2 - 1rem);
    margin-right: 1rem;
    margin-top: 1.4rem;
  }
}

.ir__fig a img {
  transition: box-shadow 0.4s;
}

.ir__fig a:hover img,
.ir__fig a:focus-visible img {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

.ir__fig figcaption {
  font-size: 1.4rem;
  color: #666666;
  margin-top: 0.5rem;
}

.ir__fig a:hover figcaption,
.ir__fig a:focus-visible figcaption,
.ir__fig a:hover figcaption span,
.ir__fig a:focus-visible figcaption span {
  text-decoration: underline;
}

.ir__policy {
  position: relative;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .ir__policy {
    margin-bottom: 1.8rem;
  }
}

.ir__policy > p {
  padding: 1.1rem 18.5rem 1.4rem 2rem;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  background-color: #00817d;
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .ir__policy > p {
    width: 96%;
    font-size: 1.8rem;
    top: -2.5rem;
  }
}

.ir__policy-gray {
  background-color: #f5f5f5;
  padding: 8rem 12.1rem 3.4rem 12.1rem;
  margin-left: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .ir__policy-gray {
    padding: 7.2rem 8rem 3.4rem 8rem;
  }
}

@media screen and (max-width: 1024px) {
  .ir__policy-gray {
    padding: 7.2rem 8rem 3.4rem 8rem;
  }
}

@media screen and (max-width: 768px) {
  .ir__policy-gray {
    padding: 7.2rem 1rem 2.5rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .ir__policy-img {
    width: 100%;
  }
  .ir__policy-img img {
    width: 100%;
  }
}

.ir__policy-desc {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .ir__policy-desc {
    margin-left: 0;
    width: 100%;
    padding-top: 2rem;
  }
}

.ir__policy-desc p {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .ir__policy-desc p {
    color: #0058ac;
    margin-bottom: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .ir__policy-desc p {
    color: #0058ac;
    font-size: 1.8rem;
  }
}

.ir__policy-desc span {
  font-size: 2rem;
}

@media screen and (max-width: 480px) {
  .ir__policy-desc span {
    font-size: 1.6rem;
  }
}

.ir__policy-desc .btn.col1 {
  margin-top: 3.6rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .ir__policy-desc .btn.col1 {
    margin-top: 1.5rem;
    justify-content: start;
    padding: 0 1rem;
  }
}

.ir__policy-desc .btn.col1 a {
  padding: 2rem 20rem 2rem 3.2rem;
  width: auto;
}

@media screen and (max-width: 838px) {
  .ir__policy-desc .btn.col1 a {
    padding: 2rem 15rem 2rem 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .ir__policy-desc .btn.col1 a {
    width: 100%;
    max-width: 100%;
    padding: 2rem 0;
    margin-bottom: 0;
  }
}

.ir__fig-second {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8rem;
  margin-right: -4.2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ir__fig-second {
    margin-right: -2rem;
    margin-top: -2rem;
  }
}

@media screen and (max-width: 480px) {
  .ir__fig-second {
    margin-right: 0;
    margin-top: -1rem;
    padding-bottom: 0;
  }
}

.ir__fig-second a {
  width: calc(100% / 3 - 4.2rem);
  margin-right: 4.2rem;
  position: relative;
  transition: all 0.5s;
}

.ir__fig-second a img {
  transition: box-shadow 0.4s;
}

.ir__fig-second a:hover img,
.ir__fig-second a:focus-visible img {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

@media screen and (max-width: 768px) {
  .ir__fig-second a {
    width: calc(100% / 2 - 2rem);
    margin-right: 2rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .ir__fig-second a {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }
}

.ir__fig-second figcaption {
  font-size: 1.4rem;
  color: #666666;
  margin-top: 0.5rem;
}

.ir__fig-second a:hover figcaption,
.ir__fig-second a:focus-visible figcaption,
.ir__fig-second a:hover figcaption span,
.ir__fig-second a:focus-visible figcaption span {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

.bond__go-back {
  background-color: #e8f4f5;
  position: relative;
}

.bond__go-back--label {
  position: absolute;
  top: -1rem;
  left: 2rem;
  border: 0.1rem solid #00817d;
  font-size: 2.2rem;
  font-weight: 500;
  color: #00817d;
  background-color: #fff;
  padding: 0.8rem;
}

.bond__go-back--area {
  margin-top: 4rem;
  margin-bottom: 5rem;
  padding: 4.8rem 5.8rem 2.6rem 5.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .bond__go-back--area {
    padding: 4.8rem 3.8rem 2.6rem 3.8rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 360px) {
  .bond__go-back--area {
    padding: 4.8rem 1.5rem 2.6rem 1.5rem;
  }
}

.bond__go-back--L p {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0;
}

.bond__go-back--L span {
  font-size: 1.4rem;
}

.bond__go-back--R {
  display: flex;
  flex-wrap: wrap;
}

.bond__go-back--R a {
  font-weight: 500;
  padding: 1.5rem 11.6rem 1.5rem 2.4rem;
}

.bond__go-back--R a:first-child {
  margin-right: 1.8rem;
}

@media screen and (max-width: 864px) {
  .bond__go-back--R a:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .bond__go-back--R a:first-child {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 652px) {
  .bond__go-back--R a:first-child {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.bond__go-back--R a:hover,
.bond__go-back--R a:focus-visible {
  text-decoration: underline;
}

.bond__go-back--btn {
  padding: 1.5rem 14.8rem 1.5rem 2.4rem !important;
}

@media screen and (max-width: 480px) {
  .bond__go-back--btn {
    padding: 1.5rem 14.4rem 1.5rem 2.4rem !important;
  }
}

.bond__desc {
  margin-bottom: 5rem;
}

@media screen and (max-width: 480px) {
  .bond__desc {
    margin-bottom: 2.5rem;
  }
}

.bond__desc p {
  margin-bottom: 0;
  line-height: 1.6;
}

.bond__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 2rem);
  margin-right: calc(-1 * 2rem);
}

.bond__item {
  width: calc(100% / 3 - 2rem);
  border: 0.1rem solid #707070;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1165px) {
  .bond__item {
    width: calc(100% / 2 - 2rem);
  }
}

.bond__item-title p {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.2;
  padding: 1.4rem 0rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}

.bond__item-title p::after {
  position: absolute;
  content: "";
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.1rem;
  width: 1.6rem;
  background-color: #0058ac;
}

.bond__item-area {
  background-color: #f5f5f5;
  padding: 1.4rem 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1165px) {
  .bond__item-area {
    flex-direction: column;
    align-items: center;
  }
}

.bond__item-area a {
  background: #fff;
  border: 0.1rem solid #0058ac;
  padding: 0.8rem 6.7rem 0.8rem 1.4rem;
  position: relative;
}

@media screen and (max-width: 1165px) {
  .bond__item-area a:first-child {
    margin-bottom: 1rem;
  }
}

.bond__item-area a::after {
  position: absolute;
  right: 1rem;
  top: 30%;
  transform: translateY(-30%);
  content: url("../img/arrow-blue.png");
}

.bond__item-area a:hover,
.bond__item-area a:focus-visible {
  text-decoration: underline;
}

.bond__item-area--single {
  justify-content: center;
}

.pdb-60 {
  padding-bottom: 6rem;
}

@media screen and (max-width: 480px) {
  .pdb-60 {
    padding-bottom: 0;
  }
}

.abouttop {
  position: relative;
  margin-bottom: 6rem;
}

.abouttop__image {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.abouttop__image img {
  width: auto;
  max-width: none;
  height: 100%;
}

.abouttop__content {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 41.4rem;
  background: #ffffff;
  padding: 2rem 2.5rem;
}

.abouttop__title {
  color: #0058ac;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.abouttop__text p {
  line-height: 1.8;
  margin-bottom: 2rem;
}

.abouttop__btn.btn.col1 {
  margin-bottom: 0;
}

.abouttop__btn.btn.col1 a {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 32rem;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
  justify-content: flex-start;
  padding: 2.5rem 2rem;
}

.abouttop__btn.btn.col1 a::after {
  left: inherit;
  right: 2rem;
  background: url("../img/arrow-white.png") no-repeat;
  background-size: contain;
}

.boxcol {
  display: flex;
  flex-wrap: wrap;
}

.boxcol__content {
  width: 35rem;
}

.boxcol__image {
  width: calc(100% - 35rem);
  padding-right: 2rem;
}

.boxcol__content > p {
  font-weight: 500;
  margin-bottom: 4rem;
}

.boxcol__content .btn.col1 {
  margin-bottom: 1rem;
}

.boxcol__content .btn.col1 a {
  max-width: 32rem;
  width: 100%;
  justify-content: flex-start;
}

.col2-ab {
  margin: auto -1.6rem;
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}

.col2-abitem {
  width: calc((100% - 6.4rem) / 2);
  margin: 0 1.6rem;
  margin-bottom: 3.2rem;
  transition: all 0.5s;
}

.col2-abitem a:hover,
.col2-abitem a:focus-visible {
  background-image: none;
  color: #333;
  text-decoration: underline;
}

.col2-abitem .btn--white {
  padding: 2.05rem 4.5rem 2.05rem 2.7rem;
  padding-left: 1.9rem;
  font-weight: 500;
}

.col2-abimg {
  width: 100%;
}

.col2-abimg img {
  width: 100%;
}

.col3-ab {
  margin: auto -1.6rem;
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
}

.col3-abitem {
  width: calc((100% - 9.6rem) / 3);
  margin: 0 1.6rem;
  margin-bottom: 3.2rem;
}

.col3-abitem a:hover,
.col3-abitem a:focus-visible {
  background-image: none;
  color: #333;
  text-decoration: underline;
}

.col3-abitem .btn--white {
  padding: 2.05rem 4.5rem 2.05rem 2.7rem;
  padding-left: 1.9rem;
  font-weight: 500;
}

.col3-abitem a:hover .btn--white > span,
.col3-abitem a:focus-visible .btn--white > span {
  text-decoration: underline;
}

.col3-abimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.col3-abimg::before {
  content: "";
  display: block;
  aspect-ratio: 3 / 2;
  background-color: #f5f5f5;
}

.col3-abimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

.col4-ab {
  margin: auto -1.6rem;
  display: flex;
  flex-wrap: wrap;
}

.col4-abitem {
  width: calc((100% - 12.8rem) / 4);
  margin: 0 1.6rem;
  margin-bottom: 3.2rem;
  transition: all 0.5s;
}

.col4-abitem a:hover,
.col4-abitem a:focus-visible {
  background-image: none;
  text-decoration: underline;
  color: #333;
}

.col4-abitem .btn--white {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2.05rem 4.5rem 2.05rem 2.7rem;
  padding-left: 1.9rem;
  font-weight: 500;
}

.col4-abimg {
  width: 100%;
}

.col4-abimg img {
  width: 100%;
}

.col4-abi {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.col4-abi a {
  width: calc((100% - 80px) / 4);
  margin: 0 10px;
  margin-bottom: 10px;
  transition: box-shadow 0.4s;
}

.col4-abi a:hover,
.col4-abi a:focus-visible {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

.col4-abi img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .abouttop {
    position: relative;
    margin-bottom: 2rem;
  }
  .abouttop__image {
    width: 100%;
    height: auto;
  }
  .abouttop__image img {
    width: 100%;
    height: auto;
  }
  .abouttop__content {
    position: initial;
    transform: none;
    max-width: 100%;
    padding: 2rem 0;
  }
  .abouttop__btn.btn.col1 a {
    max-width: 29.5rem;
  }
  .boxcol {
    display: block;
  }
  .boxcol__image {
    width: 100%;
    padding-right: 0;
  }
  .boxcol__image img {
    width: 100%;
  }
  .boxcol__content {
    width: 100%;
    margin-top: 2.5rem;
  }
  .boxcol__content .btn.col1 a {
    max-width: 29rem;
  }
  .container.no-pd {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .col2-ab {
    margin: auto -1.6rem;
    margin-top: 5rem;
    display: block;
    flex-wrap: wrap;
    margin: 5rem auto;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
  }
  .col2-abitem {
    width: calc((100% - 9.6rem) / 3);
    margin: 0 auto;
    margin-bottom: 3rem;
    max-width: 29.5rem;
    width: 100%;
  }
  .col2-abitem .btn--white {
    padding: 1.25rem 4.5rem 1.35rem 2.5rem;
    padding-left: 2.9rem;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .col3-ab {
    margin: auto -1.6rem;
    margin-top: 5rem;
    display: block;
    flex-wrap: wrap;
    margin: 5rem auto;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
  }
  .col3-abitem {
    width: calc((100% - 9.6rem) / 3);
    margin: auto auto;
    margin-bottom: 1.9rem;
    max-width: 29.5rem;
    width: 100%;
  }
  .col3-abitem .btn--white {
    padding: 1.25rem 4.5rem 1.35rem 2.5rem;
    padding-left: 2.9rem;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .col4-ab {
    margin: auto -1.6rem;
    margin-top: 5rem;
    display: block;
    flex-wrap: wrap;
    margin: 5rem auto;
    margin-bottom: 0;
    margin-top: 0;
    justify-content: center;
    align-items: center;
  }
  .col4-abitem {
    /* width: calc((100% - 9.6rem) / 3); */
    margin: 0 auto;
    margin-bottom: 1.9rem;
    max-width: 29.5rem;
    width: 100%;
  }
  .col4-abitem .btn--white {
    height: auto;
    padding: 1.25rem 4.5rem 1.35rem 2.5rem;
    padding-left: 2.9rem;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .col4-abi {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .col4-abi a {
    width: calc((100% - 20px) / 2);
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .btn.col3-ver {
    margin-bottom: 1.9rem;
  }
  .btn.col3-ver a {
    font-size: 1.4rem;
  }
  .btn.col3-ver--green::after {
    right: 1.5rem;
  }
  .btn.col3-ver--white::after {
    right: 1.5rem;
  }
  .btn.col3-ver.col1 {
    margin-bottom: 1.9rem;
  }
  .btn.col3-ver.col1 a {
    max-width: 29.5rem;
    width: 79%;
    padding: 1.35rem 4.5rem;
  }
  .btn.col3-ver.col1 .btn--white {
    padding: 1.25rem 4.5rem;
  }
  .btn.col3-ver.col2,
  .btn.col3-ver.col3 {
    margin: auto;
    margin-bottom: 1.9rem;
    justify-content: center;
    align-items: center;
    display: block;
  }
  .btn.col3-ver.col2 a,
  .btn.col3-ver.col3 a {
    max-width: 29.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 1.35rem 4.5rem 1.35rem 2.5rem;
    margin-bottom: 0;
  }
  .btn.col3-ver.col2 a:not(:last-child),
  .btn.col3-ver.col3 a:not(:last-child) {
    margin-bottom: 1.9rem;
  }
  .btn.col3-ver.col2 .btn--white,
  .btn.col3-ver.col3 .btn--white {
    padding: 1.25rem 4.5rem 1.35rem 2.5rem;
  }
}

.boxinfo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.boxinfo__left {
  width: 58.5%;
  border: 0.1rem solid #0058ac;
  background-color: #f5faff;
  padding: 3rem 3rem;
}

.boxinfo__right {
  width: calc(41.5% - 3rem);
  border: 0.1rem solid #00817d;
  margin-left: 3rem;
  background-color: #f8fbfb;
  padding: 3rem 3rem;
}

.boxinfo__right.green .boxinfo__icon {
  background: url(../img/financing/arrow-down-green.png) no-repeat;
}

.boxinfo__right.green .boxinfo__title {
  color: #00817d;
}

.boxinfo__title {
  color: #0058ac;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

.boxinfo__title:after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 0.3rem;
  background: #c93e3e;
  margin: 0 auto;
  margin-top: 0.7rem;
}

.boxinfo__text.con {
  padding: 0 6.4rem;
}

.boxinfo__btn.btn.col1 {
  margin-bottom: 0;
}

.boxinfo__btn.btn.col1.boxinfo__btn a {
  max-width: 26rem;
  width: 100%;
  padding: 1.1rem 4.5rem;
}

.boxinfo__content {
  margin-bottom: 3rem;
}

.boxinfo__content.col3 {
  margin-left: -1.7rem;
  margin-right: -1.7rem;
}

.boxinfo__content.col3 .boxinfo__item {
  width: calc((100% - 10.2rem) / 3);
  margin: 0 1.7rem;
}

.boxinfo__icon {
  background: url(../img/financing/arrow-down-blue.png) no-repeat;
  background-size: 100% 100%;
  width: 1.6rem;
  height: 5.8rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}

.boxinfo__item img {
  margin: 0 auto;
}

.boxnews {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 6rem;
}

.boxnews__left {
  width: 27.2rem;
  padding-right: 6rem;
}

.boxnews__left span {
  font-size: 2.8rem;
  font-weight: 500;
  display: block;
  margin-bottom: 4rem;
}

.boxnews__right {
  width: calc(100% - 27.2rem);
}

.boxnews__btn.btn.col1 a {
  max-width: 21.2rem;
  width: 100%;
  padding: 1.2rem 4.5rem;
}

.boxnews__item {
  border-bottom: 0.1rem solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.boxnews__item:hover a,
.boxnews__item:focus-visible a {
  background-color: #f5f5f5;
}

.boxnews__item:hover a .text,
.boxnews__item:focus-visible a .text {
  text-decoration: underline;
}

.boxnews__item a,
.boxnews__item .boxnews__item_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 4rem 1.5rem;
  width: 100%;
}

.boxnews__item span.date,
.boxnews__item p.date {
  color: #0058ac;
  width: 10.4rem;
  padding-right: 2rem;
  margin-bottom: 0;
}

.boxnews__item a.icon-out span.date::after,
.boxnews__item a.icon-out p.date::after,
.boxnews__item a.icon-pdf span.date::after,
.boxnews__item a.icon-pdf p.date::after,
.boxnews__item a.icon-xls span.date::after,
.boxnews__item a.icon-xls p.date::after,
.boxnews__item a.icon-docx span.date::after,
.boxnews__item a.icon-docx p.date::after,
.boxnews__item a.icon-zip span.date::after,
.boxnews__item a.icon-zip p.date::after,
.boxnews__item a.icon-file span.date::after,
.boxnews__item a.icon-file p.date::after {
  content: none;
}

.boxnews__item span.text,
.boxnews__item p.text {
  width: calc(100% - 10.4rem);
  color: #333333;
  margin-bottom: 0;
}

.boxnews__item a.icon-out span.text::after,
.boxnews__item a.icon-out p.text::after,
.boxnews__item a.icon-pdf span.text::after,
.boxnews__item a.icon-pdf p.text::after,
.boxnews__item a.icon-xls span.text::after,
.boxnews__item a.icon-xls p.text::after,
.boxnews__item a.icon-docx span.text::after,
.boxnews__item a.icon-docx p.text::after,
.boxnews__item a.icon-zip span.text::after,
.boxnews__item a.icon-zip p.text::after,
.boxnews__item a.icon-file span.text::after,
.boxnews__item a.icon-file p.text::after {
  content: none;
}

.backfin {
  margin-bottom: 30px;
}

.backfin img {
  width: 100%;
}

.backfin a {
  display: block;
  transition: box-shadow 0.4s;
}

.backfin a:hover,
.backfin a:focus-visible {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

.backfin.mgt {
  margin-top: 30px;
}

.backfin.mgb {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .boxinfo {
    display: block;
  }
  .boxinfo__left {
    width: 100%;
    padding: 1.5rem 1.5rem;
    margin-bottom: 3rem;
  }
  .boxinfo__right {
    width: 100%;
    margin-left: 0;
    padding: 1.5rem 1.5rem;
  }
  .boxinfo__text.con {
    padding: 0;
  }
  .boxinfo__btn.btn.col1.boxinfo__btn a {
    max-width: 28.5rem;
    width: 100%;
    padding: 1.3rem 4.5rem;
  }
  .boxinfo__content.col3 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .boxinfo__content.col3 .boxinfo__item {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }
  .boxnews {
    display: block;
    margin-bottom: 6rem;
    padding-bottom: 9rem;
    position: relative;
  }
  .boxnews__left {
    width: 100%;
    padding-right: 0;
  }
  .boxnews__left span {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 2rem;
  }
  .boxnews__right {
    width: 100%;
  }
  .boxnews__btn.btn.col1 {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
  }
  .boxnews__btn.btn.col1 a {
    max-width: 29.5rem;
    width: 100%;
    padding: 1.2rem 4.5rem;
    margin: 0 auto;
  }
  .boxnews__item {
    display: block;
  }
  .boxnews__item a {
    display: block;
    padding: 1rem 0rem;
  }
  .boxnews__item span.date,
  .boxnews__item p.date {
    width: 100%;
    padding-right: 0;
    display: block;
    margin-bottom: 0.7rem;
  }
  .boxnews__item span.text,
  .boxnews__item p.text {
    width: 100%;
    display: block;
  }
}

.col3.pagequestions__list {
  margin: 0 -20px;
  padding-bottom: 50px;
}

.col3.pagequestions__list .link-doc {
  width: calc((100% - 120px) / 3);
  margin: 0 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .col3.pagequestions__list {
    margin: 0;
    padding-bottom: 50px;
    display: block;
  }
  .col3.pagequestions__list .link-doc {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.pagebid__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}

@media screen and (max-width: 480px) {
  .pagebid__list {
    padding-bottom: 0;
  }
}

.pagebid__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 0.1rem solid #cccccc;
  width: 100%;
}

.pagebid__item:last-child {
  border-bottom: none;
}

.pagebid__item:hover,
.pagebid__item:focus-visible {
  background-color: #f5f5f5;
}

.pagebid__item > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 2.8rem 1.2rem;
}

.pagebid__item p.pagebid__date {
  color: #0058ac;
  width: 13rem;
  padding-right: 1rem;
  margin: 0;
  font-size: 1.4rem;
}

.pagebid__item p.pagebid__title {
  width: calc(100% - 13rem);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .pagebid__item {
    display: block;
    width: 100%;
  }
  .pagebid__item > a {
    display: block;
    width: 100%;
    padding: 0.8rem 0;
  }
  .pagebid__item p.pagebid__date {
    width: 100%;
    padding-right: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .pagebid__item p.pagebid__title {
    width: 100%;
    margin: 0;
    line-height: 1.7;
  }
}

.anchor-block--icon {
  background-color: transparent;
  padding: 0;
  margin-bottom: 60px;
}

.anchor-block--icon > a {
  width: calc((100% - 60px) / 3);
  flex-direction: column;
  display: flex;
  align-items: center;
  padding: 2.4rem 3.1rem;
  border: 2px solid #0058ac;
}

.anchor-block--icon > a::after {
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0058ac;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  padding-top: 1px;
}

.anchor-block--icon > a > div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anchor-block--icon > a:first-child > div img {
  width: 67px;
}

.anchor-block--icon > a:nth-child(2) > div img {
  width: 49px;
}

.anchor-block--icon > a:nth-child(3) > div img {
  width: 55px;
}

.anchor-block--icon > a > p {
  margin-top: 14px;
  margin-bottom: 0;
}

.anchor-block--icon > a:not(:last-child) {
  margin-right: 30px;
}

.anchor-block--icon > a:nth-child(2) {
  border-color: #439faa;
}

.anchor-block--icon > a:nth-child(2)::after {
  background-color: #439faa;
}

.video.col2 p {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 14px;
}

.img.col2.support_video_col2 .support_video_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 14px;
}

.img.col2.support_video_col2 figure > a > div {
  height: auto !important;
}

.img.col2.support_video_col2 figure > a:hover,
.img.col2.support_video_col2 figure > a:focus-visible {
  opacity: 1;
}

.support__people {
  margin-bottom: 10px;
}

.support__people .flag {
  margin-bottom: 30px;
}

.support__chart {
  margin-bottom: 60px;
}

.support__noti {
  margin-bottom: 80px;
}

.support__noti .flag {
  margin-bottom: 70px;
}

.support__noti .img.col1 {
  margin-bottom: 60px;
}

.support__noti .img.col1 figure > a:hover,
.support__noti .img.col1 figure > a:focus-visible {
  opacity: 1;
}

.support__noti .box-content {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.support__noti .pdf-block.col3 {
  width: calc(80% + 96px);
  margin: auto;
}

.support__noti .pdf-block.col3 .pdf-block__content {
  width: calc((100% - 288px) / 3);
  margin: 0 48px 20px;
}

.title-icon {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #0058ac;
  margin-bottom: 40px;
  transition: all 0.5s;
}

.title-icon a:hover span,
.title-icon a:focus-visible span {
  text-decoration: underline;
}

.title-icon img {
  margin: auto 31px auto 20px;
}

.support__people .title-icon img {
  width: 67px;
}

.support__chart .title-icon img {
  width: 49px;
}

.support__noti .title-icon img {
  width: 55px;
}

.title-icon a {
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 500;
  color: #0058ac;
}

.title-icon a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #0058ac;
  font-weight: 600;
  position: relative;
  margin-left: 30px;
}

.title-icon--green {
  border-color: #00817d;
}

.title-icon--green a {
  color: #00817d;
}

.title-icon--green a::after {
  color: #00817d;
}

.slick {
  position: relative;
}

.slick--normal {
  margin-bottom: 98px !important;
  display: flex;
}

.slick--normal .slick-track {
  display: flex;
}

.slick--normal .topics__slick-item {
  margin-right: 24px;
  border: 1px solid #cccccc;
  display: block;
}

.slick--normal .slick-dots {
  width: calc(100% - 24px);
  bottom: -41px;
}

.slick--normal .slick-dots li button {
  background: url("../img/support/dot-slick2.png") no-repeat;
  background-size: contain;
  height: 17px;
  width: 17px;
  transition: all 0.5s;
}

.slick--normal .slick-dots li button::before {
  content: none;
}

.slick--normal .slick-dots li button:hover,
.slick--normal .slick-dots li button:focus-visible {
  opacity: 0.7;
}

.slick--normal .slick-dots li.slick-active button {
  background: url("../img/support/dot-slick-active2.png") no-repeat;
  background-size: contain;
}

.slick--normal .slick-prev,
.slick--normal + .arrows .slick-prev {
  background-image: url("../img/support/arrow-slick-left3.png");
  background-size: contain;
  width: 34px;
  height: 34px;
  right: auto;
  left: 42%;
  top: auto;
  bottom: -111px;
  transition: all 0.5s;
}

.slick--normal .slick-next,
.slick--normal + .arrows .slick-next {
  background-image: url("../img/support/arrow-slick-right3.png");
  background-size: contain;
  width: 34px;
  height: 34px;
  right: 42%;
  left: auto;
  top: auto;
  bottom: -111px;
  transition: all 0.5s;
}

.topics__right .arrows .slick-prev {
  left: 36px;
  bottom: -12px;
}

.topics__right .arrows .slick-next {
  right: 36px;
  bottom: -12px;
}

.slick--normal .slick-next::before,
.slick--normal .slick-prev::before,
.slick--normal + .arrows .slick-next::before,
.slick--normal + .arrows .slick-prev::before {
  content: none;
}

.slick--normal .slick-next:hover,
.slick--normal .slick-prev:hover,
.slick--normal .slick-next:focus,
.slick--normal .slick-prev:focus,
.slick--normal + .arrows .slick-next:hover,
.slick--normal + .arrows .slick-prev:hover,
.slick--normal + .arrows .slick-next:focus,
.slick--normal + .arrows .slick-prev:focus-visible {
  opacity: 0.7;
}

.slick__nothing {
  padding: 34px 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid #cccccc;
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .slick__nothing {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }
}

.slick__pause {
  position: absolute;
  bottom: -94px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s;
  display: block;
  width: 34px;
  height: 34px;
}

.slick__pause img.pause,
.slick__pause img.play {
  display: none;
}

.slick__pause img.pause.active,
.slick__pause img.play.active {
  display: block;
}

.topics__right .slick__pause {
  bottom: 4px;
}

@media screen and (max-width: 700px) {
  .slick__pause {
    width: 30px;
    height: 30px;
    bottom: -81px;
  }
  .topics__right .slick__pause {
    bottom: 30px;
  }
}

.slick__pause:hover,
.slick__pause:focus-visible {
  opacity: 0.7;
}

.topics__slick--support {
  margin-bottom: 137px !important;
  margin-right: -24px;
}

.topics__slick--support.no-dots {
  margin-bottom: 30px !important;
}

.topics__slick--support .topics__slick-bottom {
  min-height: calc(100% - 156px);
}

@media screen and (max-width: 716px) {
  .topics__slick--support .topics__slick-bottom {
    min-height: calc(100% - 177px);
  }
}

@media screen and (max-width: 480px) {
  .topics__slick--support .topics__slick-bottom {
    min-height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .topics__slick--support .slick-prev {
    left: 41.5%;
  }
}

@media screen and (max-width: 900px) {
  .topics__slick--support .slick-prev {
    left: 40.5%;
  }
}

.support_slide_nodata {
  margin-bottom: 40px;
  padding: 34px 2em;
  border: 1px solid #ccc;
}

.support_slide_nodata p {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
  .support_slide_nodata {
    margin-bottom: 28px;
    padding: 40px 1em;
  }
  .support_slide_nodata p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 700px) {
  .anchor-block--icon {
    margin-bottom: 24px;
  }
  .anchor-block--icon > a {
    width: 100%;
    flex-direction: row;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    padding-right: 2.7rem;
    border: 2px solid #0058ac;
    min-height: 69px;
  }
  .anchor-block--icon > a::after {
    width: 16px;
    height: 16px;
    font-size: 0.9rem;
    right: 13px;
  }
  .anchor-block--icon > a:first-child > div img {
    width: 75%;
  }
  .anchor-block--icon > a:nth-child(2) > div img {
    width: 50%;
  }
  .anchor-block--icon > a:nth-child(3) > div img {
    width: 50%;
  }
  .anchor-block--icon > a > p {
    flex: 2.5;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
  }
  .anchor-block--icon > a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .video.col2 {
    margin-bottom: 45px;
  }
  .video.col2 > a {
    margin-bottom: 30px;
  }
  .video.col2 > a > p {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  .boxnews__btn--width {
    width: 78% !important;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .support__people {
    margin-bottom: 20px;
  }
  .support__chart {
    margin-bottom: 40px;
  }
  .support__noti {
    margin-bottom: 0;
  }
  .support__noti .flag {
    margin-bottom: 40px;
  }
  .support__noti .img.col1 {
    margin-bottom: 30px;
  }
  .support__noti .flag.col3 a {
    margin: auto 1.3rem;
    width: 100%;
  }
  .support__noti .flag.col3 a:not(:last-child) {
    margin-bottom: 2rem;
  }
  .support__noti .flag.col3 a img {
    width: 100%;
  }
  .support__noti .box-content {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .support__noti .pdf-block.col3 {
    width: calc(100% + 20px);
    margin: auto -10px;
  }
  .support__noti .pdf-block.col3 .pdf-block__content {
    width: calc((100% - 40px) / 2);
    margin: 0 10px 20px;
  }
  .title-icon {
    padding-bottom: 10px;
    border-bottom: 1px solid #0058ac;
    margin-bottom: 20px;
  }
  .title-icon img {
    margin: 0;
    margin-right: 12px;
    width: 14%;
  }
  .support__people .title-icon img {
    width: 14%;
  }
  .support__chart .title-icon img {
    width: 14%;
  }
  .support__noti .title-icon img {
    width: 14%;
  }
  .title-icon a {
    font-size: 2rem;
  }
  .title-icon a::after {
    font-size: 1.4rem;
    margin-left: 15px;
    bottom: 1px;
  }
  .slick--normal {
    margin-bottom: 114px !important;
  }
  .slick--normal .topics__slick-item .group__label {
    margin-bottom: 2px;
    bottom: 5px;
  }
  .slick--normal .topics__slick-item .group__label .news__label {
    font-size: 1.4rem;
  }
  .slick--normal .topics__slick-item > div {
    padding-bottom: 10px;
  }
  .slick--normal .topics__slick-item > div > p {
    font-size: 1.6rem;
    max-height: 9.6rem;
    overflow: hidden;
  }
  .slick--normal .slick-dots {
    width: calc(100% - 24px);
    bottom: -37px;
  }
  .slick--normal .slick-prev,
  .slick--normal + .arrows .slick-prev {
    width: 30px;
    height: 30px;
    right: auto;
    left: 23%;
    top: auto;
    bottom: 15px;
  }
  .slick--normal .slick-next,
  .slick--normal + .arrows .slick-next {
    width: 30px;
    height: 30px;
    right: 23%;
    left: auto;
    top: auto;
    bottom: 15px;
  }

  .slick--normal.topics__slick--support + .arrows .slick-prev,
  .slick--normal.topics__slick--support + .arrows .slick-next {
    bottom: -95px;
  }
}

.sitemap--divide {
  width: calc(100% - 3.2rem);
  height: 2px;
  background-color: #0058ac;
  margin: 2rem 0 5.2rem 1.6rem;
}

.sitemap--custom {
  margin-top: 9rem !important;
  margin-bottom: 4.8rem !important;
}

.sitemap--icon span {
  position: relative;
}

.sitemap--icon span::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.7rem;
  background: url(../img/external-black.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 0.1rem;
  right: -0.3rem;
}

@media screen and (max-width: 480px) {
  .sitemap--custom {
    margin-top: 3rem !important;
    margin-bottom: 0 !important;
  }
}

.town__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.town__flex .town__item {
  width: 47.5%;
}

.town__item {
  padding-top: 24px;
  padding-left: 30px;
  position: relative;
}

.town__label {
  font-size: 2rem;
  padding: 10px;
  background-color: #00817d;
  color: #ffffff;
  display: table;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.town__label--orange {
  background-color: #cb4d05;
}

.town__content_img {
  width: 100%;
  padding-top: calc(320 / 540 * 100%);
  position: relative;
  margin-bottom: 16px;
  background: #f5f5f5;
}

.town__content_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.town__content p {
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}

.town__content .btn-char--blue {
  border: 2px solid #00817d;
  justify-content: center;
  color: #00817d;
}

.town__content .btn-char--blue::after {
  background: url("../img/arrow-green.png") no-repeat;
}

.town__slick {
  margin-bottom: 144px !important;
}

.town__slick .slick-list {
  margin: 0 auto;
  min-width: 90%;
}

.town__slick .slick-track {
  display: flex;
  justify-content: center;
  min-width: 100%;
}

.town__slick .town__item {
  height: auto;
  margin: 0 25px;
}

.town__slick .town__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.town__slick .town__content_img {
  padding-top: calc(247 / 336 * 100%);
  margin-bottom: 0;
}

.town__slick .town__content p {
  margin-bottom: 0;
}

.town__slick .slick-dots {
  width: 100%;
  bottom: -57px;
}

.town__slick .slick-prev,
.town__slick + .arrows .slick-prev {
  width: 34px;
  height: 34px;
  right: auto;
  left: 45%;
  top: auto;
  bottom: -128px;
  z-index: 2;
}

@media screen and (max-width: 1255px) {
  .town__slick .slick-prev,
  .town__slick + .arrows .slick-prev,
  .topics__slick--support + .arrows .slick-prev {
    left: 39.6%;
  }
}

.town__slick .slick-next,
.town__slick + .arrows .slick-next {
  width: 34px;
  height: 34px;
  right: 45%;
  left: auto;
  top: auto;
  bottom: -128px;
  z-index: 2;
}

@media screen and (max-width: 1255px) {
  .town__slick .slick-next,
  .town__slick + .arrows .slick-next,
  .topics__slick--support + .arrows .slick-next {
    right: 39.6%;
  }
}

.slick__pause--loan {
  bottom: -111px;
}

@media screen and (max-width: 700px) {
  .slick__pause--loan {
    bottom: -113px;
  }
}

.btn.col1.noflex.to-jirei-list {
  margin-bottom: 6rem;
}

@media screen and (max-width: 700px) {
  .btn.col1.noflex.to-jirei-list {
    margin-bottom: 3rem;
  }
}

.btn.col1.noflex a {
  display: block;
}

.chart {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 71px;
}

.chart__left {
  width: 31%;
  background: url(../img/loan/back-blue.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}

.chart__left:before {
  background: #0058ac;
  width: 50vw;
  top: 0;
  height: 100%;
  position: absolute;
  right: 100%;
  content: "";
  display: block;
}

.chart__right {
  width: 69%;
}

.chart__right img {
  margin-left: auto;
}

.chart__sub {
  font-size: 3rem;
  color: #ffffff;
  font-weight: 500;
}

.chart__text {
  text-align: center;
}

.chart__title {
  font-size: 6rem;
  color: #ffffff;
  font-weight: bold;
}

.chart__title span.sm {
  font-size: 3.8rem;
}

.chart__pos {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.img-news.col3 {
  margin: auto -3rem;
}

.img-news.col3 a {
  width: calc((100% - 18rem) / 3);
  margin: 0 3rem 2rem;
}

.img-news.col3 figcaption {
  margin-top: 0.6rem;
}

.img-news.col3 img {
  width: 100%;
  transition: box-shadow 0.4s;
}

.img-news figcaption {
  font-size: 1.4rem;
  color: #666666;
}

.img-news.col3 a:hover figcaption,
.img-news.col3 a:focus-visible figcaption {
  text-decoration: underline;
}

.img-news.col3 a:hover img,
.img-news.col3 a:focus-visible img {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

@media screen and (max-width: 700px) {
  .town__slick .slick-prev,
  .town__slick + .arrows .slick-prev,
  .topics__slick--support + .arrows .slick-prev {
    width: 30px;
    height: 30px;
    left: 28%;
  }
  .town__slick .slick-next,
  .town__slick + .arrows .slick-next,
  .topics__slick--support + .arrows .slick-next {
    width: 30px;
    height: 30px;
    right: 28%;
  }
}

@media screen and (max-width: 480px) {
  .town__flex {
    margin-bottom: 0;
  }
  .town__flex .town__item {
    width: 100%;
  }
  .town__item {
    padding-top: 12px;
    padding-left: 0;
    margin-bottom: 35px;
  }
  .town__label {
    font-size: 1.4rem;
    padding: 6px 8px;
  }
  .town__content p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .town__content .btn-char--blue {
    border: 1px solid #00817d;
  }
  .town__slick {
    margin-bottom: 128px !important;
  }
  .town__slick .town__item {
    height: auto;
    margin: 0 15px;
  }
  .town__slick .slick-dots {
    bottom: -33px;
  }
  .town__slick .slick-prev,
  .town__slick .slick-next,
  .town__slick + .arrows .slick-prev,
  .town__slick + .arrows .slick-next {
    bottom: -99px;
  }
  .slick__pause--loan {
    bottom: -84px;
  }
  .container.spec {
    max-width: 100%;
    padding: 0;
  }
  .chart {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .chart__left {
    width: 100%;
    background: url(../img/loan/back-blue-sp.jpg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
  .chart__right {
    width: 100%;
  }
  .chart__text {
    padding: 10px 0px;
  }
  .chart__sub {
    font-size: 1.4rem;
  }
  .chart__title {
    font-size: 2.8rem;
  }
  .chart__title span.sm {
    font-size: 2.1rem;
  }
  .chart__pos {
    position: relative;
    text-align: center;
    font-size: 1.4rem;
  }
  .img-news.col3 {
    margin: 0;
  }
  .img-news.col3 a {
    width: 100%;
    margin: 0 0rem 2rem;
  }
}

html {
  margin-right: 0 !important;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  font-weight: 400;
  color: #333333;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

a[target="_blank"] {
  position: relative;
}

a[target="_blank"] .reader_txt,
.header__submenu-nav .block-img > div .reader_txt {
  position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}

a[target="_blank"] .reader_txt::after {
  content: none;
}

a[target="_blank"]:hover .reader_txt,
a[target="_blank"]:focus-visible .reader_txt,
a[target="_blank"]:active .reader_txt {
  display: block;
  position: absolute;
  bottom: -1.5em;
  left: auto;
  right: 0;
  width: auto;
  min-width: 142px;
  margin-top: 0;
  padding: 4px 0.5em;
  border: 1px solid #0058ac;
  background-color: #eef5fe;
  text-indent: 0;
  font-size: 1.4rem;
  text-decoration: none !important;
  line-height: 1;
  color: #333;
  text-align: center;
  z-index: 5;
  overflow: auto;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  a[target="_blank"]:hover .reader_txt,
  a[target="_blank"]:focus-visible .reader_txt,
  a[target="_blank"]:active .reader_txt {
    visibility: hidden;
  }
}
.gsc-control-cse .gsc-option-menu-container {
  min-width: 78px;
}
.gsc-results .gsc-cursor-box {
  text-align: center;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  display: inline-block !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 3px !important;
  margin-right: 3px !important;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.6rem;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: #0058ac;
  color: #fff !important;
}

@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    size: A4 portrait;
    top: 0 !important;
    left: 0 !important;
    width: 200mm !important;
    height: 251mm !important;
    page-break-before: auto;
    page-break-after: auto;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  main {
    margin-top: 0 !important;
    overflow: visible !important;
  }

  .header,
  .footer {
    display: none !important;
  }

  .mt-header {
    padding-top: 0 !important;
  }
}

.slick-prev,
.slick-next,
.slick-dots li button {
  color: initial;
}

.slick-prev:focus,
.slick-next:focus,
.slick-dots li button:focus-visible {
  color: initial;
  outline: auto !important;
}

.wysiwyg_box a {
  display: inline-block;
}

a .hover-on {
  display: none;
}

a:hover .hover-on,
a:focus-visible .hover-on {
  display: block;
}

a:hover .hover-off,
a:focus-visible .hover-off {
  display: none;
}

.top__banner {
  display: inline-block;
}

.top__banner img {
  transition: box-shadow 0.4s;
}

.top__banner img:hover,
.top__banner img:focus-visible {
  box-shadow: 2px 2px #fff, 6px 6px 0 #707070;
}

@media screen and (max-width: 768px) {
  .header {
    justify-content: space-between;
  }

  .header__top__wrapper {
    display: flex;
  }

  .header__top {
    display: none;
  }

  .top__banner {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .header {
    display: block;
    /* position: relative; */
  }

  .header__top__wrapper {
    display: grid;
    grid-template-columns: 19% 1fr;
    max-width: 1536px;
    margin: 0 auto;
  }

  .header__logo {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    padding: 0.8rem 0 0 15%;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .header__logo img {
    width: 100%;
  }

  .header__top {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    padding: 0.8rem 3.8% 0 0;
    padding-left: 0;
  }

  .header__top ul {
    margin-right: 3.6%;
    font-size: 1.4rem;
    justify-content: flex-end;
    gap: 5.4%;
    width: 100%;
  }

  .header__top ul li:not(:last-child) {
    margin-right: 0;
  }

  .header__top a {
    letter-spacing: 0.9px;
  }

  .header__search {
    width: 5.3rem;
    height: 4.8rem;
  }

  .header__lang {
    display: flex;
    margin-right: 1.8%;
  }

  .header__lang a:not(.active) {
    padding: 0 0.9rem 0 0.4rem;
  }

  .header__lang .reader_txt {
    letter-spacing: normal;
  }

  .header__nav {
    width: 100%;
    margin-top: 0.7rem;
  }

  .header__bottom > ul {
    justify-content: space-between;
    width: 100%;
    max-width: 1536px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
  }

  .header__bottom li:not(:last-child) {
    border-width: 0.3rem;
  }

  .header__bottom li > .header__trigger {
    width: 100%;
    display: flex;
    padding: 1.6rem 0.8rem;
  }

  .header__bottom > ul > li > .header__trigger {
    justify-content: center;
    align-items: center;
  }

  .type02 .header__submenu-nav .block-ul > ul.list {
    display: grid;
    grid-template-columns: repeat(4, 22.7%);
    grid-template-rows: 7.1rem auto;
    column-gap: 4rem;
  }

  .type02 .header__submenu-nav .block-ul > ul.list li.second-level {
    padding: 0;
    margin-right: 0;
  }

  /* 並び順を入れ替える */
  /* ① 1行目・1列目 */
  .type02
    .header__submenu-nav
    .block-ul
    > ul.list
    li.second-level:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }

  /* ② → 最後に移動（2行目・1列目） */
  .type02
    .header__submenu-nav
    .block-ul
    > ul.list
    li.second-level:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }

  /* ③ 1行目・2列目 */
  .type02
    .header__submenu-nav
    .block-ul
    > ul.list
    li.second-level:nth-of-type(3) {
    grid-column: 2;
    grid-row: 1;
  }

  /* ④ 1行目・3列目 */
  .type02
    .header__submenu-nav
    .block-ul
    > ul.list
    li.second-level:nth-of-type(4) {
    grid-column: 3;
    grid-row: 1;
  }

  /* ⑤ 1行目・4列目 ← grid-row を明示的に指定！ */
  .type02
    .header__submenu-nav
    .block-ul
    > ul.list
    li.second-level:nth-of-type(5) {
    grid-column: 4;
    grid-row: 1;
  }

  .type02 .header__submenu-nav .block-ul > ul.list li {
    width: 100%;
    padding-left: 0;
    flex-direction: column;
  }

  .type02 ul.list li > a::before {
    display: none;
  }

  .type02 .header__submenu-nav .block-ul > ul.list li a {
    justify-content: flex-start;
  }

  .type02 .header__submenu-nav .block-ul {
    width: 100%;
  }

  .header__submenu-nav .block-ul > ul.list li.second-level > a {
    color: #0058ac;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 0.6rem;
    display: table;
    padding-right: 4rem;
  }

  .header__submenu-nav .block-ul > ul.list li.second-level > a::before {
    display: none;
  }

  .header__submenu-nav .block-ul > ul.list li.second-level > a::after {
    content: url(../img/arrow-blue.png);
    position: absolute;
    right: 0;
  }

  .header__submenu-nav .block-ul ul.children {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .header__submenu-nav .block-ul ul.children li {
    margin-bottom: 0;
  }

  .header__submenu-nav .block-ul ul.children li a {
    font-weight: 400;
  }

  .type02 .header__submenu-title {
    margin-bottom: 4.6rem;
  }

  .type02 .header__submenu-nav .block-ul > ul.list li a {
    display: inline-block;
  }

  .footer__items {
    display: grid;
    grid-template-columns: repeat(4, 22.5%);
    row-gap: 1.5rem;
    column-gap: 3.7%;
    padding-right: 2rem;
  }

  .footer__item {
    grid-row: 1 / 4;
    width: 100%;
  }

  .footer__item:nth-of-type(3) {
    grid-row: 1 / 3;
  }

  .footer__item:nth-of-type(4) {
    grid-row: 3 / 4;
  }

  .footer__item:nth-of-type(5) {
    grid-row: 1 / 2;
  }
  .footer__item:nth-of-type(6) {
    grid-row: 2 / 4;
  }

  .footer__item-body a {
    padding-right: 1rem;
  }

  .footer__item-head {
    letter-spacing: 1.4px;
    margin-bottom: 1.9rem;
  }

  .footer__item-body {
    letter-spacing: 1px;
  }

  .footer__item-body li:not(:last-child) a {
    margin-bottom: 1.3rem;
  }

  .footer__banners {
    margin: 4.6rem 0 4rem;
  }

  .top__banner {
    margin: 9rem auto;
  }
}

@media screen and (min-width: 900px) and (max-width: 1000px) {
  .header__top ul {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .header__top__wrapper {
    grid-template-columns: 21% 1fr;
    column-gap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 899px) {
  .header__top ul {
    font-size: 1.2rem;
    gap: 3%;
  }
}

@media screen and (min-width: 1536px) {
  .header__bottom {
    display: flex;
    justify-content: center;
    background-color: #0058ac;
  }

  .header__bottom > ul {
    border-right: 0.3rem solid #ffffff;
    border-left: 0.3rem solid #ffffff;
  }
}

/* 20240802アクセシビリティ修正 */
#header-support li {
  border: none;
}
#header-support .block__item a,
#header-support .link_txt a {
  padding: 0;
}
#header-support .block__items-bottom li {
  display: block;
  /* width: calc((100% - 12rem) / 3); */
  width: 40%;
  margin: 0 2rem;
}
#header-support .block__items-bottom li a {
  width: 100%;
  margin: 0;
}
#header-support .link_txt {
  margin-bottom: 1rem;
}
.header__submenu-close:hover,
.header__submenu-close:focus-visible,
.header__search-close:hover,
.header__search-close:focus-visible {
  outline: auto;
}
.nav__search form button {
  border: 2px solid #c93e3e;
  transition: all 0.5s;
}
.nav__search form button:hover,
.nav__search form button:focus-visible {
  background-color: #fff;
}
.nav__search form button:hover::after,
.nav__search form button:focus-visible::after {
  background-image: url(../img/icon-search_r.png);
}
.header__submenu-nav .block-ul > ul.list li.second-level > a + a {
  margin-top: 3rem;
}
.nav__keyword .nav__label {
  margin: 0;
  gap: 0;
  justify-content: unset;
}
.nav__keyword .nav__label a:hover,
.nav__keyword .nav__label a:focus-visible {
  border-color: #333;
  text-decoration: underline;
}
.header__submenu-nav .block-img li {
  border: none;
}
.header__submenu-nav .block-img li > a {
  padding: 0;
}
