/* top */
#top .inner-wrap {
  max-width: 1220px;
}
#top #header .inner-wrap {
  max-width: 1366px;
}

.top-h2-ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-h2-ttl {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .mv-area {
    margin-top: 60px;
  }
}

.top-anchor-box .anchor-wrap {
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  align-items: center;
  height: 100%;
  margin-top: 20px;
}
.top-anchor-box .anchor-wrap.col-2 {
  grid-template-columns: repeat(2, 50%);
  border-top: 2px solid #ddd;
  margin-top: 0;
}
.top-anchor-box .anchor-wrap.col-2 li::after {
  right: -2px;
}
.top-anchor-box .anchor-wrap li {
  position: relative;
}
.top-anchor-box .anchor-wrap li::after {
  content: "";
  width: 2px;
  height: 60px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
}
.top-anchor-box .anchor-wrap li:last-of-type::after {
  display: none;
}
.top-anchor-box .anchor-wrap .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}
.top-anchor-box .anchor-wrap .nav-link[target=_blank]::after {
  background: url(../images/icn_external.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  bottom: 13px;
  right: calc(50% - 53px);
}
.top-anchor-box .anchor-wrap .nav-link .icn {
  line-height: 0;
}
.top-anchor-box .anchor-wrap .nav-link .icn.about {
  background: url(../images/icn_about.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 27px;
  vertical-align: middle;
}
.top-anchor-box .anchor-wrap .nav-link .icn.base {
  background: url(../images/icn_base.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 21px;
  height: 27px;
  vertical-align: middle;
}
.top-anchor-box .anchor-wrap .nav-link .icn.guideline {
  background: url(../images/icn_guideline.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 24px;
  height: 30px;
  vertical-align: middle;
}
.top-anchor-box .anchor-wrap .nav-link .icn.examination {
  background: url(../images/icn_examination.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 27px;
  height: 30px;
  vertical-align: middle;
}
.top-anchor-box .anchor-wrap .nav-link .icn.training {
  background: url(../images/icn_training.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 26px;
  height: 19px;
  vertical-align: middle;
}
.top-anchor-box .anchor-wrap .nav-link span {
  flex: 1;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-anchor-box {
    display: none;
  }
}

.attention-box {
  border-radius: 4px;
  border: 1px solid #e7266a;
  display: flex;
  min-width: 1px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .attention-box {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.attention-box .box-ttl {
  color: #e7266a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
  width: 205px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .attention-box .box-ttl {
    padding-top: 30px;
  }
}
.attention-box .box-ttl::before {
  background: url(../images/icn_att.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.attention-box .box-ttl::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #e7266a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .attention-box .box-ttl {
    flex: 1;
    order: 1;
    width: auto;
    padding: 0;
  }
  .attention-box .box-ttl::after {
    width: 300px;
    height: 1px;
    top: 47px;
    transform: translate(-50%, 0);
    left: 50%;
  }
}
.attention-box .box-body {
  flex: 1;
  height: 50px;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .attention-box .box-body {
    flex: unset;
    height: 100px;
    order: 3;
    padding: 0 20px;
    width: 93%;
  }
}
.attention-box .box-body .attention-slider {
  height: 100%;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .attention-box .box-body .attention-slider {
    padding: 0;
  }
}
.attention-box .box-body .attention-slider .splide__track {
  height: 100%;
}
.attention-box .box-body .attention-slider .attention-slide {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .attention-box .box-body .attention-slider .attention-slide.splide__slide {
    height: auto;
  }
}
.attention-box .box-body .attention-slider .attention-slide a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  text-decoration: none;
}
@media (any-hover: hover) {
  .attention-box .box-body .attention-slider .attention-slide a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .attention-box .box-body .attention-slider .attention-slide a {
    white-space: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.attention-box .box-body .attention-slider .mv-slider-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  position: absolute;
  right: 16px;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .attention-box .box-body .attention-slider .mv-slider-control {
    gap: 12px;
    right: -20px;
  }
}
.attention-box .box-body .attention-slider .splide__arrow {
  background: url(../images/icn_slide_arr.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
}
.attention-box .box-body .attention-slider .splide__arrow--next {
  transform: scale(1, -1);
}
@media (any-hover: hover) {
  .attention-box .box-body .attention-slider .splide__arrow:hover {
    opacity: 0.75;
  }
}

.top-tab-wrap .inner-wrap {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .top-tab-wrap .inner-wrap {
    margin-top: 50px;
  }
}
.top-tab-wrap .inner-wrap .tab-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top-tab-wrap .inner-wrap .tab-flex {
    flex-direction: column;
    gap: 30px;
  }
}
.top-tab-wrap .inner-wrap .tab-flex + .top-tab-contents-wrap .top-tab-contents .news-list li:first-of-type .news-link {
  padding-top: 20px;
}
.top-tab-wrap .inner-wrap .tab-flex .top-h2-ttl {
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .top-tab-wrap .inner-wrap .tab-flex .top-tab-ttl-wrap {
    width: 100%;
  }
}
.top-tab-wrap .inner-wrap .tab-flex .top-tab-ttl-wrap ul {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .top-tab-wrap .inner-wrap .tab-flex .top-tab-ttl-wrap ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .top-tab-wrap .inner-wrap .tab-flex .top-tab-ttl-wrap ul li {
    width: calc((100% - 10px) / 2);
  }
  .top-tab-wrap .inner-wrap .tab-flex .top-tab-ttl-wrap ul li:first-of-type {
    width: 100%;
  }
}
.top-tab-wrap .inner-wrap .tab-flex .top-tab-ttl-wrap ul li .top-tab-ttl {
  display: block;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 24px;
  border: 1px solid #8fa7b3;
}
.top-tab-wrap .inner-wrap .tab-flex .top-tab-ttl-wrap ul li .top-tab-ttl.cur {
  background-color: #0066B6;
  color: #fff;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .top-tab-wrap .inner-wrap .tab-flex .top-tab-ttl-wrap ul li .top-tab-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    padding: 5px 20px;
    width: 100%;
    min-height: 50px;
    height: 100%;
  }
  .top-tab-wrap .inner-wrap .tab-flex .top-tab-ttl-wrap ul li .top-tab-ttl span {
    text-align: center;
    line-height: 1.2;
  }
}
.top-tab-wrap .inner-wrap .top-tab-contents-wrap {
  margin-bottom: 35px;
}
.top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents {
  display: none;
}
.top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents.cur {
  display: block;
}
.top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents .news-list li {
  border-bottom: 1px solid #d3deeb;
}
.top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents .news-list li .news-link {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px 25px 35px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents .news-list li .news-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0;
  }
}
@media (any-hover: hover) {
  .top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents .news-list li .news-link:hover {
    opacity: 1;
  }
}
.top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents .news-list li .news-link .news-data {
  display: flex;
  align-items: center;
  gap: 17px;
}
.top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents .news-list li .news-link .news-data .category {
  color: #0066B6;
  padding: 3px 10px;
  border: 1px solid #0066B6;
  border-radius: 4px;
  min-width: 80px;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  min-width: 204px;
}
.top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents .news-list li .news-link .txt {
  text-decoration: none;
}
@media (any-hover: hover) {
  .top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents .news-list li .news-link .txt:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .top-tab-wrap .inner-wrap .top-tab-contents-wrap .top-tab-contents .news-list li .news-link .txt {
    flex: 1;
  }
}
.top-tab-wrap .inner-wrap .cmn-btn-wrap {
  justify-content: right;
}
.top-tab-wrap .inner-wrap .cmn-btn-wrap .more-link {
  text-decoration: none;
  position: relative;
  padding-right: 15px;
}
.top-tab-wrap .inner-wrap .cmn-btn-wrap .more-link::after {
  background: url(../images/icn_arr.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (any-hover: hover) {
  .top-tab-wrap .inner-wrap .cmn-btn-wrap .more-link:hover {
    text-decoration: underline;
    opacity: 1;
  }
}

.top-link-panel {
  display: grid;
  grid-template-columns: auto auto;
  gap: 80px;
  justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .top-link-panel {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.top-link-panel .link-panel {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 2;
  text-decoration: none;
  border: 1px solid #96adb8;
  border-radius: 32px;
  max-width: 560px;
}
.top-link-panel .link-panel .img-wrap {
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
.top-link-panel .link-panel .img-wrap img {
  width: 100%;
}
.top-link-panel .link-panel .txt-wrap {
  background: url(/assets/images/bg_top_tile.png) no-repeat bottom/cover;
  padding: 40px;
  padding-top: 35px;
  position: relative;
  border-radius: 0 0 32px 32px;
  min-height: 315px;
}
@media screen and (max-width: 767px) {
  .top-link-panel .link-panel .txt-wrap {
    padding: 20px;
    min-height: 280px;
  }
}
.top-link-panel .link-panel .txt-wrap::before {
  background: url(../images/icn_arr_white.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  bottom: 39px;
  right: 40px;
  z-index: 2;
}
.top-link-panel .link-panel .txt-wrap::after {
  content: "";
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, #16b7e5 0%, #0098d8 100%);
  border-radius: 50%;
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: inline-block;
}
.top-link-panel .link-panel .txt-wrap .link-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top-link-panel .link-panel .txt-wrap .link-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.top-link-panel .link-panel .txt-wrap .link-txt {
  line-height: 1.7;
}

.training-link-panel {
  background-image: url(/assets/images/bg_top_grade.png);
  border-radius: 80px 80px 0 0;
  margin-top: 120px;
}
.training-link-panel .inner-wrap {
  padding-top: 110px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.training-link-panel .inner-wrap .flex-box {
  display: flex;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap .flex-box {
    flex-direction: column;
    gap: 40px;
  }
}
.training-link-panel .inner-wrap .flex-box .flex-left {
  max-width: 514px;
}
.training-link-panel .inner-wrap .flex-box .flex-left .img-wrap {
  border-radius: 16px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap .flex-box .flex-left .img-wrap {
    margin-bottom: 50px;
  }
}
.training-link-panel .inner-wrap .flex-box .flex-left .txt {
  margin-bottom: 27px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap .flex-box .flex-left .txt {
    font-size: 1.8rem;
  }
}
.training-link-panel .inner-wrap .flex-box .flex-left .cmn-btn-wrap {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 36px;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap .flex-box .flex-left .cmn-btn-wrap {
    border-radius: 60px;
  }
}
.training-link-panel .inner-wrap .flex-box .flex-left .cmn-btn-wrap a {
  background-color: #fff;
  display: block;
  border-radius: 36px;
  padding: 17px;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap .flex-box .flex-left .cmn-btn-wrap a {
    border-radius: 60px;
    text-align: center;
    padding: 10px;
  }
}
.training-link-panel .inner-wrap .flex-box .flex-left .cmn-btn-wrap a::after {
  background: url(../images/icn_arr.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.training-link-panel .inner-wrap .flex-box .flex-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1;
}
.training-link-panel .inner-wrap .flex-box .flex-right .link-panel {
  background-color: #fff;
  border-radius: 16px;
  filter: drop-shadow(0px 0px 13px rgba(0, 0, 0, 0.07));
  padding: 30px;
  position: relative;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap .flex-box .flex-right .link-panel {
    min-height: 250px;
    padding: 20px;
  }
}
.training-link-panel .inner-wrap .flex-box .flex-right .link-panel::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0066B6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap .flex-box .flex-right .link-panel::before {
    top: inherit;
    transform: translateY(0);
    bottom: 20px;
    right: 20px;
  }
}
.training-link-panel .inner-wrap .flex-box .flex-right .link-panel::after {
  background: url(../images/icn_arr.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 43px;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap .flex-box .flex-right .link-panel::after {
    top: inherit;
    transform: translateY(0);
    bottom: 33px;
    right: 34px;
  }
}
.training-link-panel .inner-wrap .flex-box .flex-right .link-panel .txt-wrap {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap .flex-box .flex-right .link-panel .txt-wrap {
    width: 100%;
  }
}
.training-link-panel .inner-wrap .flex-box .flex-right .link-panel .txt-wrap .panel-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0066B6;
  margin-bottom: 10px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .training-link-panel .inner-wrap .flex-box .flex-right .link-panel .txt-wrap .panel-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.counseling-link-panel {
  background-color: #F7F0DA;
}
.counseling-link-panel .inner-wrap {
  padding-top: 110px;
  padding-bottom: 120px;
}
.counseling-link-panel .inner-wrap .top-h2-ttl {
  margin-bottom: 40px;
}
.counseling-link-panel .inner-wrap .flex-box {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .counseling-link-panel .inner-wrap .flex-box {
    flex-direction: column;
    gap: 50px;
  }
}
.counseling-link-panel .inner-wrap .flex-box a {
  text-decoration: none;
}
.counseling-link-panel .inner-wrap .flex-box .flex-item {
  width: 100%;
  filter: drop-shadow(4px 0px 10px rgba(0, 0, 0, 0.06));
}
.counseling-link-panel .inner-wrap .flex-box .flex-item .img-wrap img {
  width: 100%;
}
.counseling-link-panel .inner-wrap .flex-box .flex-item .txt-wrap {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  text-align: center;
  padding: 20px 0 25px;
}
.counseling-link-panel .inner-wrap .flex-box .flex-item .txt-wrap .panel-ttl {
  color: #0066B6;
  font-size: 1.9rem;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .counseling-link-panel .inner-wrap .flex-box .flex-item .txt-wrap .panel-ttl {
    font-size: 1.8rem;
  }
}
.counseling-link-panel .inner-wrap .flex-box .flex-item .txt-wrap .link-panel {
  position: relative;
  display: inline;
}
.counseling-link-panel .inner-wrap .flex-box .flex-item .txt-wrap .link-panel::after {
  background: url(../images/icn_arr.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.banner-list {
  margin-top: 110px;
}
.banner-list .top-h2-ttl {
  margin-bottom: 35px;
}
.banner-list .list-wrap {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .banner-list .list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .banner-list .list-wrap.full {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .banner-list .list-wrap.col-3 {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    max-width: 915px;
    margin: 0 auto;
  }
}

.certification-btn-jc {
  justify-content: center;
}

.certification-list-flx {
  display: flex;
  gap: 24px;
}
.certification-list-flx:not(:last-child) {
  margin-bottom: 44px;
}
.certification-list-flx .certification-list-wrap {
  width: calc((100% - 24px) / 2);
}

/* about */
.access-txt dl {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F5F6F7;
  padding: 15px 0;
}
.access-txt dl:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .access-txt dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0;
  }
}
.access-txt dl dt {
  color: #0066B6;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .access-txt dl dt {
    font-size: 1.6rem;
  }
}

.access-map {
  height: 400px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .access-map {
    height: auto;
    aspect-ratio: 2/1;
    margin-top: 24px;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
}

.support-address-wrap .content-wrap {
  display: flex;
  justify-content: left;
  gap: 20px;
}
.support-address-wrap .content-wrap .tit {
  width: 70px;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.answer-mark {
  font-size: 2rem;
  font-weight: bold;
  color: #0066B6;
  line-height: 1.1;
}

/* regulation */
.regulation-standard-wrap {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .regulation-standard-wrap {
    flex-direction: column;
    gap: 24px;
  }
  .regulation-standard-wrap .img-wrap {
    text-align: center;
  }
  .regulation-standard-wrap .img-wrap img {
    width: 70%;
  }
}
.regulation-standard-wrap .txt-wrap {
  flex: 1;
}

/* news */
@media screen and (max-width: 767px) {
  main.news .side-nav {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  main.news .archive-link {
    display: none;
    padding: 0 15px;
  }
}
main.news .archive-link .ttl {
  font-weight: 600;
}
main.news .archive-link .year-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main.news .archive-link .year-wrap {
    display: flex;
    align-items: start;
    gap: 10px;
  }
}
main.news .archive-link .year {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #F5F6F7;
}
main.news .archive-link .year::before {
  content: "";
  background-color: #0066B6;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  main.news .archive-link .year {
    min-width: 110px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  main.news .archive-link .year::after {
    content: "";
    background-color: #F5F6F7;
    width: 24px;
    height: 2px;
  }
}
main.news .archive-link .month-list {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main.news .archive-link .month-list {
    margin-top: 0;
    gap: 8px;
  }
}
main.news .archive-link .month-list li:not(:first-of-type) {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
main.news .archive-link .month-list li a {
  color: #0066B6;
}
@media screen and (max-width: 767px) {
  main.news .archive-link .month-list li {
    padding: 0;
  }
}
main.news .archive-link .month-list + .year {
  margin-top: 40px;
}
main.news .news-contents .news-list li {
  border-bottom: 1px solid #d3deeb;
}
main.news .news-contents .news-list li .news-link {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  main.news .news-contents .news-list li .news-link {
    gap: 10px;
    padding: 16px 0;
  }
}
main.news .news-contents .news-list li .news-link .news-data {
  display: flex;
  align-items: center;
  gap: 16px;
}
main.news .news-contents .news-list li .news-link .news-data .category {
  color: #0066B6;
  padding: 5px 15px;
  border: 1px solid #0066B6;
  border-radius: 4px;
  min-width: 96px;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  min-width: 204px;
}
main.news .news-contents .news-list li .news-link .txt {
  text-decoration: none;
}
@media (any-hover: hover) {
  main.news .news-contents .news-list li .news-link .txt:hover {
    text-decoration: underline;
  }
}
main.news .news-contents .news-list li:first-child .news-link {
  padding-top: 0;
}
main.news .news-contents .news-pager {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  main.news .news-contents .news-pager {
    margin-top: 40px;
  }
}
main.news .news-contents .news-pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
main.news .news-contents .news-pager-item:not(.news-pager-item-prev):not(.news-pager-item-next) a,
main.news .news-contents .news-pager-item:not(.news-pager-item-prev):not(.news-pager-item-next) span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
}
main.news .news-contents .news-pager-item:not(.news-pager-item-prev):not(.news-pager-item-next) a {
  background: #fff;
  border: 1px solid #0068B7;
  color: #0068B7;
}
main.news .news-contents .news-pager-item:not(.news-pager-item-prev):not(.news-pager-item-next).is-current span[aria-current=page] {
  background: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
}
main.news .news-contents .news-pager-item-prev a, main.news .news-contents .news-pager-item-next a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: transparent;
}
main.news .news-contents .news-pager-item-prev a::before, main.news .news-contents .news-pager-item-next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #0068b7;
  border-right: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  main.news .news-contents .news-pager-item-prev a::before, main.news .news-contents .news-pager-item-next a::before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 12px solid #0068b7;
  }
}
main.news .news-contents .news-pager-item-prev a::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.news-detail p {
  line-height: 1.7;
}
.news-detail p:not(:first-child) {
  margin-top: 24px;
}
.news-detail strong {
  font-weight: bold !important;
}
.news-detail em {
  font-style: italic;
}
.news-detail a:not(.cmn-btn) {
  display: inline-block;
  color: #0066B6;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .news-detail a:not(.cmn-btn):hover {
    opacity: 0.7;
  }
}
.news-detail a:not(.cmn-btn):not(:has(img))[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 4px;
  background: url(../images/icn_external.png) no-repeat center center/contain;
}
.news-detail a:not(.cmn-btn):has(img) {
  display: inline-flex;
}
.news-detail a:not(.cmn-btn):has(img) img {
  display: block;
  max-width: 100%;
  height: auto;
}
.news-detail a:not(.cmn-btn):has(.aligncenter), .news-detail a:not(.cmn-btn):has(.alignright), .news-detail a:not(.cmn-btn):has(.alignleft) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.news-detail a:not(.cmn-btn):has(.aligncenter) {
  margin-inline: auto;
  text-align: center;
}
.news-detail a:not(.cmn-btn):has(.alignright) {
  margin-inline: auto 0;
  text-align: right;
}
.news-detail a:not(.cmn-btn):has(.alignleft) {
  margin-inline: 0 auto;
  text-align: left;
}
.news-detail blockquote {
  padding: 4px 16px;
  border-left: 2px solid #0068B7;
}
.news-detail ul {
  display: grid;
  gap: 16px;
}
.news-detail ul:not(:last-child) {
  margin-bottom: 24px;
}
.news-detail ul > li {
  padding-left: 14px;
  position: relative;
}
.news-detail ul > li::before {
  background: #0066B6;
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0.65em;
}
.news-detail ul > li > ol {
  margin-top: 16px;
  list-style: decimal;
}
.news-detail ul > li > ul {
  margin-top: 16px;
}
.news-detail ul > li > ul > li::before {
  border-radius: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  top: 0.65em;
}
.news-detail ul > li p + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .news-detail ul > li p + p {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .news-detail ul {
    gap: 8px;
  }
}
.news-detail ol {
  line-height: 1.75;
  padding-left: 1em;
}
.news-detail ol:not(:last-child) {
  margin-bottom: 24px;
}
.news-detail ol > li {
  list-style: decimal;
}
.news-detail ol > li + li {
  margin-top: 16px;
}
.news-detail ol > li ol,
.news-detail ol > li ul {
  margin-top: 10px;
}
.news-detail ol > li p + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .news-detail ol > li p + p {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .news-detail ol {
    gap: 8px;
  }
}
.news-detail h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 48px;
  padding: 10px 16px;
  position: relative;
  background-color: #F5F6F7;
}
@media screen and (max-width: 767px) {
  .news-detail h2 {
    font-size: 1.9rem;
    margin-bottom: 32px;
    padding: 8px 16px;
  }
}
.news-detail h2:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .news-detail h2:not(:first-child) {
    margin-top: 64px;
  }
}
.news-detail h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 24px;
  left: 0;
  top: 16px;
  background-color: #0066B6;
}
@media screen and (max-width: 767px) {
  .news-detail h2::before {
    top: 10px;
  }
}
.news-detail h3 {
  color: #0066B6;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #F5F6F7;
}
@media screen and (max-width: 767px) {
  .news-detail h3 {
    font-size: 1.7rem;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
}
.news-detail h3:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .news-detail h3:not(:first-child) {
    margin-top: 24px;
  }
}
.news-detail h4,
.news-detail h5,
.news-detail h6 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .news-detail h4,
  .news-detail h5,
  .news-detail h6 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
.news-detail h4:not(:first-child),
.news-detail h5:not(:first-child),
.news-detail h6:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .news-detail h4:not(:first-child),
  .news-detail h5:not(:first-child),
  .news-detail h6:not(:first-child) {
    margin-top: 24px;
  }
}

/* sitemap */
.sitemap-top-link {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .sitemap-top-link {
    font-size: 2.7rem;
    margin-bottom: 35px;
  }
}
.sitemap-top-link a {
  text-decoration: none;
  position: relative;
}
.sitemap-top-link a::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #0066B6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
@media screen and (max-width: 767px) {
  .sitemap-top-link a::before {
    width: 20px;
    height: 20px;
    right: -30px;
  }
}
.sitemap-top-link a::after {
  background: url(../images/icn_arr_white.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -47px;
}
@media screen and (max-width: 767px) {
  .sitemap-top-link a::after {
    right: -23px;
  }
}

.sitemap-content {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .sitemap-content {
    flex-direction: column;
    gap: 40px;
  }
}
.sitemap-content .flx-left,
.sitemap-content .flx-right {
  flex: 1;
}
.sitemap-content .cmn-list:has(.icn) {
  display: flex;
  gap: 20px;
}
.sitemap-content .cmn-list li:has(.icn)::before {
  display: none;
}
.sitemap-content .cmn-list li:has(.icn):not(:first-child) {
  padding-left: 0;
}
.sitemap-content .cmn-list .child-link {
  text-decoration: none;
}
@media (any-hover: hover) {
  .sitemap-content .cmn-list .child-link:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .sitemap-content .cmn-list .child-link:has(.icn):hover {
    text-decoration: none;
    opacity: 0.75;
  }
}
.sitemap-content .cmn-list .child-link .icn {
  line-height: 0;
}
.sitemap-content .cmn-list .child-link .icn.facebook {
  background: url(../images/icn_facebook.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: middle;
}
.sitemap-content .cmn-list .child-link .icn.instagram {
  background: url(../images/icn_instagram.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: middle;
}
.sitemap-content .cmn-h3-ttl::before {
  display: none;
}
.sitemap-content .cmn-h3-ttl .main {
  position: relative;
}
.sitemap-content .cmn-h3-ttl .main::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  left: -16px;
  top: 0;
  background-color: #0066B6;
}
.sitemap-content .cmn-h3-ttl a {
  text-decoration: none;
  position: relative;
}
.sitemap-content .cmn-h3-ttl a[target=_blank]::after {
  background: url(../images/icn_external.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.sitemap-content .cmn-h3-ttl a::after {
  background: url(../images/icn_arr.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
@media (any-hover: hover) {
  .sitemap-content .cmn-h3-ttl a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

/* contact */
#contact .footer-wrap .contact-content {
  display: none;
}