/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body a, body button {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
body a:hover, body button:hover {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  body a.hover, body button.hover {
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  body a.hover:hover, body button.hover:hover {
    opacity: 0.6;
  }
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
  body main article {
    padding-top: 90px;
  }
  body main article header {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 0 40px;
    flex-wrap: wrap;
    padding: 0 60px 10px 40px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  body main article header h1 {
    display: block;
    width: calc(100% - 740px);
    max-width: 470px;
    min-width: 300px;
    height: auto;
    aspect-ratio: 470/80;
  }
  body main article header h1 img {
    width: 100%;
  }
  body main article header ul.pc {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 40px;
    padding-bottom: 6px;
  }
  body main article header ul.pc li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #006EB8;
  }
  body main article header ul.pc li.has-sub {
    position: relative;
  }
  body main article header ul.pc li.has-sub .hover-bridge {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 56px;
    background: transparent;
    z-index: 25;
    pointer-events: auto;
  }
  body main article header ul.pc li.has-sub::after {
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background: #006EB8;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  }
  body main article header ul.pc li.has-sub .sub-menu {
    position: absolute;
    top: 56px;
    left: 0;
    background: #fff;
    border-radius: 20px;
    padding: 30px 45px;
    box-sizing: border-box;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transform: translate(-45px, 12px) scale(0.98);
    transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.36s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s;
  }
  body main article header ul.pc li.has-sub .sub-menu ul {
    margin: 0;
    padding: 0;
  }
  body main article header ul.pc li.has-sub .sub-menu ul li {
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  body main article header ul.pc li.has-sub .sub-menu ul li a {
    color: #006EB8;
  }
  body main article header ul.pc li.has-sub .sub-menu ul li a:hover {
    text-decoration: underline;
  }
  body main article header ul.pc li.has-sub .sub-menu.one-col {
    max-width: 405px;
  }
  body main article header ul.pc li.has-sub .sub-menu.two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    max-width: 485px;
  }
  body main article header ul.pc li.has-sub:hover::after, body main article header ul.pc li.has-sub:has(.hover-bridge:hover)::after, body main article header ul.pc li.has-sub:has(.sub-menu:hover)::after, body main article header ul.pc li.has-sub.is-open::after {
    opacity: 1;
    transform: translateY(0);
  }
  body main article header ul.pc li.has-sub:hover .sub-menu, body main article header ul.pc li.has-sub:has(.hover-bridge:hover) .sub-menu, body main article header ul.pc li.has-sub:has(.sub-menu:hover) .sub-menu, body main article header ul.pc li.has-sub.is-open .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-45px, 0) scale(1);
  }
  body main article header::after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    position: absolute;
    bottom: -60px;
    left: 0;
  }
  body main article section .inner h2 {
    display: block;
    width: fit-content;
    height: 68px;
    margin: 0 auto 65px;
  }
  body main article section .inner h2 img {
    width: auto;
    height: 100%;
  }
  body main article section .inner .btn {
    display: grid;
    place-items: center;
    width: 300px;
    height: 50px;
    border-radius: 25px;
    box-sizing: border-box;
    border: 2px solid #2F3878;
    background-color: #fff;
    margin: auto;
    transition: all 0.2s ease-in;
  }
  body main article section .inner .btn span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #2F3878;
  }
  body main article section .inner .btn:hover {
    background-color: #2F3878;
  }
  body main article section .inner .btn:hover span {
    color: #fff;
  }
  body main article section.kv {
    width: 100%;
    height: fit-content;
    position: relative;
  }
  body main article section.kv .bg {
    width: 100%;
    height: auto;
    aspect-ratio: 1440/810;
  }
  body main article section.kv .bg video {
    display: block;
    width: 100%;
  }
  body main article section.kv .text {
    padding-top: 50px;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    margin: auto;
    z-index: 2;
  }
  body main article section.kv .text h2 {
    font-size: 42px;
    line-height: 58px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #2F3878;
  }
  body main article section.kv .text p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    color: #4A4A4A;
    margin-top: 50px;
  }
  body main article section.kv .scroll {
    display: block;
    width: 68px;
    height: 93px;
    position: absolute;
    top: min(70vh, 560px);
    right: 80px;
    margin: auto;
    z-index: 1;
  }
  body main article section.kv::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1440/370;
    background: linear-gradient(0deg, rgb(255, 255, 255) 35%, rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body main article section.announce {
    padding: 70px 0 120px;
    background-color: #006EB8;
    position: relative;
  }
  body main article section.announce::before {
    content: "";
    display: block;
    width: 100%;
    height: 330px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  body main article section.announce .inner {
    position: relative;
    z-index: 1;
  }
  body main article section.announce ul {
    display: flex;
    justify-content: center;
    gap: 90px 35px;
    flex-wrap: wrap;
  }
  body main article section.announce ul li {
    display: grid;
    grid-template-rows: 236px auto 50px;
    width: 420px;
    height: auto;
    padding-bottom: 40px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  }
  body main article section.announce ul li img {
    width: 100%;
    height: auto;
  }
  body main article section.announce ul li .text {
    width: 350px;
    margin: 30px auto 20px;
  }
  body main article section.announce ul li .text h3 {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #2F3878;
    text-align: center;
  }
  body main article section.announce ul li .text p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #393939;
    margin-top: 20px;
  }
  body main article section.news {
    padding-top: 120px;
  }
  body main article section.news .news_content {
    width: 1020px;
    margin: auto auto 48px;
  }
  body main article section.news .news_content .filter {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 6px;
  }
  body main article section.news .news_content .filter button {
    width: 132px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 3px 3px 0 0;
    transition: all 0.2s ease-in;
  }
  body main article section.news .news_content .filter button.active {
    height: 48px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
  }
  body main article section.news .news_content .filter button:nth-of-type(1) {
    background-color: #313131;
  }
  body main article section.news .news_content .filter button:nth-of-type(2) {
    background-color: #04B886;
  }
  body main article section.news .news_content .filter button:nth-of-type(3) {
    background-color: #046EB8;
  }
  body main article section.news .news_content .filter button:nth-of-type(4) {
    background-color: #3C1C90;
  }
  body main article section.news .news_content .filter button:nth-of-type(5) {
    background-color: #831D90;
  }
  body main article section.news .news_content .filter button:nth-of-type(6) {
    background-color: #901D52;
  }
  body main article section.news .news_content .filter button:nth-of-type(7) {
    background-color: #901D1D;
  }
  body main article section.news .news_content .filter button:nth-of-type(8) {
    background-color: #555555;
  }
  body main article section.news .news_content .filter button span {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
  }
  body main article section.news .news_content .news_box {
    width: 100%;
    height: 430px;
    padding: 20px 24px 20px 60px;
    border: 1px solid #BABABA;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
  }
  body main article section.news .news_content .news_box .news_frame {
    width: 100%;
    height: 100%;
    padding-right: 36px;
    box-sizing: border-box;
    overflow: auto;
  }
  body main article section.news .news_content .news_box .news_frame::-webkit-scrollbar {
    width: 16px;
  }
  body main article section.news .news_content .news_box .news_frame::-webkit-scrollbar-track {
    background: transparent;
  }
  body main article section.news .news_content .news_box .news_frame::-webkit-scrollbar-thumb {
    background: #E3E3E3;
    border-radius: 8px;
  }
  body main article section.news .news_content .news_box .news_frame .news-list {
    display: block;
    width: 100%;
  }
  body main article section.news .news_content .news_box .news_frame .news-list li {
    display: grid;
    justify-content: start;
    align-items: start;
    grid-template-columns: 280px auto;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #C1C1C1;
  }
  body main article section.news .news_content .news_box .news_frame .news-list li:last-of-type {
    border: none;
  }
  body main article section.news .news_content .news_box .news_frame .news-list li .news-data {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #393939;
  }
  body main article section.news .news_content .news_box .news_frame .news-list li .news-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #393939;
    display: block;
  }
  body main article section.news .news_content .news_box .news_frame .news-list li .news-text span{
    font-weight: normal;
  }
  body main article section.news .news_content .news_box .news_frame .news-list li a:hover .news-text {
    color: #b3b3b3;
  }
  body main article section.information {
    padding-top: 120px;
  }
  body main article section.information .slider_frame {
    width: 100%;
    max-width: 1084px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  body main article section.information .slider_frame::before, body main article section.information .slider_frame::after {
    content: "";
    display: block;
    width: 90px;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    z-index: 1;
  }
  body main article section.information .slider_frame::before {
    left: 0;
  }
  body main article section.information .slider_frame::after {
    right: 0;
    transform: rotate(180deg);
  }
  body main article section.information .slider_frame .slider {
    position: relative;
  }
  body main article section.information .slider_frame .slider .slide {
    width: 281px;
    padding: 0 12px;
  }
  body main article section.information .slider_frame .slider .slide .image {
    width: 100%;
  }
  body main article section.information .slider_frame .slider .slide .text {
    margin-top: 13px;
    padding-bottom: 20px;
  }
  body main article section.information .slider_frame .slider .slide .text .sub {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #2F3878;
  }
  body main article section.information .slider_frame .slider .slide .text .main {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #393939;
    margin-top: 4px;
    padding-right: 25px;
    position: relative;
  }
  body main article section.information .slider_frame .slider .slide .text .main::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/information_slide_arrow.png") no-repeat center/100%;
    position: absolute;
    bottom: 5px;
    right: 8px;
  }
  body main article section.information .slider_frame .slider .slider-arrow {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/slider_arow.png") no-repeat center/100%;
    position: absolute;
    top: 60px;
    z-index: 5;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  body main article section.information .slider_frame .slider .slider-arrow.prev-arrow {
    left: 45px;
  }
  body main article section.information .slider_frame .slider .slider-arrow.next-arrow {
    right: 45px;
    transform: rotate(180deg);
  }
  body main article section.information .slider_frame .slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
  }
  body main article section.information .slider_frame .slider .slick-dots li {
    display: block;
    width: 28px;
    height: 7px;
    border-radius: 3px;
    background-color: #006EB8;
    opacity: 0.2;
    transition: opacity 0.2s ease-in;
    position: relative;
  }
  body main article section.information .slider_frame .slider .slick-dots li button {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body main article section.information .slider_frame .slider .slick-dots li.slick-active {
    opacity: 1;
  }
  body main article section.links {
    padding-top: 120px;
    padding-bottom: 138px;
  }
  body main article section.links ul {
    display: flex;
    justify-content: center;
    gap: 25px;
  }
  body main article section.links ul li {
    display: block;
    width: 308px;
  }
  body main article section.links ul li:nth-of-type(1) {
    width: 307px;
  }
  body main article footer {
    padding: 70px 0 60px;
    background-image: linear-gradient(90deg, rgb(0, 110, 184), rgb(47, 56, 120));
    color: #fff;
  }
  body main article footer .inner {
    max-width: 1020px;
    margin: auto;
  }
  body main article footer .footer_set1 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
  }
  body main article footer .footer_set1 .logo {
    width: 168px;
    mix-blend-mode: screen;
  }
  body main article footer .footer_set1 p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  body main article footer .footer_set2 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 50px;
    margin-top: 40px;
  }
  body main article footer .footer_set2 .link_set a {
    display: block;
    width: fit-content;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  body main article footer .footer_set2 .link_set a.bold {
    font-size: 14px;
    font-weight: 700;
  }
  body main article footer .footer_set2 .link_set a.mt {
    margin-top: 32px;
  }
  body main article footer .footer_set2 .link_set .flex {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 50px;
  }
  body main article footer .footer_set3 {
    margin-top: 105px;
  }
  body main article footer .footer_set3 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  body main article footer .footer_set3 ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  body main article footer .footer_set3 .copy {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 45px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 0.2666666667vw;
  }
  body {
    min-width: 320px;
  }
  body img {
    width: 100%;
  }
  body main article {
    padding-top: 62px;
  }
  body main article header {
    width: 100%;
    height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  body main article header h1 {
    display: block;
    width: 235px;
    height: 40px;
  }
  body main article header::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    position: absolute;
    bottom: -30px;
    left: 0;
  }
  body main article header .hamburger {
    width: 62px;
    height: 62px;
    position: relative;
    background: none;
    border: none;
    z-index: 100;
  }
  body main article header .hamburger span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 21px;
    height: 3px;
    border-radius: 1px;
    background-color: #005dab;
    transition: all 0.2s ease-in;
  }
  body main article header .hamburger span:nth-child(1) {
    transform: translateY(-7px);
  }
  body main article header .hamburger span:nth-child(3) {
    transform: translateY(7px);
  }
  body main article header .hamburger.active span {
    background-color: #fff;
  }
  body main article header .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(0);
  }
  body main article header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  body main article header .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(0);
  }
  body main article header .sp-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #006EB8;
    transition: right 0.4s ease;
    z-index: 90;
    padding-top: 60px;
  }
  body main article header .sp-drawer.open {
    right: 0;
  }
  body main article header .sp-drawer .sp-menu li {
    background-color: #006EB8;
    color: #fff;
    border-bottom: 2px solid #2286C9;
  }
  body main article header .sp-drawer .sp-menu li a, body main article header .sp-drawer .sp-menu li button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    background: none;
    border: none;
  }
  body main article header .sp-drawer .sp-menu li a .icon, body main article header .sp-drawer .sp-menu li button .icon {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
  }
  body main article header .sp-drawer .sp-menu li a .icon::before, body main article header .sp-drawer .sp-menu li a .icon::after, body main article header .sp-drawer .sp-menu li button .icon::before, body main article header .sp-drawer .sp-menu li button .icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s ease-in;
  }
  body main article header .sp-drawer .sp-menu li a .icon::after, body main article header .sp-drawer .sp-menu li button .icon::after {
    transform: rotate(90deg);
  }
  body main article header .sp-drawer .sp-menu li a .icon-arrow, body main article header .sp-drawer .sp-menu li button .icon-arrow {
    display: block;
    width: 11px;
    height: 19px;
    background: url("../img/menu_icon_w.png") no-repeat center/100%;
  }
  body main article header .sp-drawer .sp-menu li .sub {
    display: none;
    padding: 0 20px;
    background-color: #fff;
    color: #2F3878;
  }
  body main article header .sp-drawer .sp-menu li .sub li {
    background-color: #fff;
    color: #2F3878;
    border-bottom: 1px solid rgba(0, 110, 184, 0.15);
  }
  body main article header .sp-drawer .sp-menu li .sub li a {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 22px;
    background: url("../img/menu_icon_b.png") no-repeat right 8px center/7px;
  }
  body main article header .sp-drawer .sp-menu li.open {
    background-color: #fff;
    color: #2F3878;
    border-color: transparent;
  }
  body main article header .sp-drawer .sp-menu li.open .icon::before, body main article header .sp-drawer .sp-menu li.open .icon::after {
    background-color: #2F3878;
  }
  body main article header .sp-drawer .sp-menu li.open .icon::after {
    opacity: 0;
  }
  body main article section .inner h2 {
    display: block;
    width: fit-content;
    max-width: 95%;
    height: 49px;
    margin: 0 auto 60px;
  }
  body main article section .inner h2 img {
    width: auto;
    max-width: 100%;
    height: 100%;
  }
  body main article section .inner .btn {
    display: grid;
    place-items: center;
    width: 280px;
    height: 50px;
    border-radius: 25px;
    box-sizing: border-box;
    border: 2px solid #2F3878;
    background-color: #fff;
    margin: auto;
  }
  body main article section .inner .btn span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #2F3878;
  }
  body main article section.kv {
    width: 100%;
    height: fit-content;
    position: relative;
    padding-bottom: 50px;
  }
  body main article section.kv .bg {
    width: 100%;
    height: auto;
    aspect-ratio: 750/580;
    position: relative;
  }
  body main article section.kv .bg video {
    display: block;
    width: 100%;
  }
  body main article section.kv .bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 96px;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body main article section.kv .text {
    padding-top: 35px;
    width: fit-content;
    height: fit-content;
    max-width: 335px;
    margin: auto;
  }
  body main article section.kv .text h2 {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #2F3878;
  }
  body main article section.kv .text p {
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    color: #4A4A4A;
    margin-top: 35px;
  }
  body main article section.kv .scroll {
    display: block;
    width: 44px;
    height: 58.5px;
    position: fixed;
    top: 70vh;
    right: 20px;
    left: auto;
    bottom: auto;
    margin: auto;
    z-index: 1;
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  body main article section.kv .scroll.is-fixed {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 50;
  }
  body main article section.kv .scroll.is-hidden {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
  }
  body main article section.announce {
    padding: 60px 0 50px;
    background-color: #006EB8;
    position: relative;
  }
  body main article section.announce::before {
    content: "";
    display: block;
    width: 100%;
    height: 272px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  body main article section.announce .inner {
    position: relative;
    z-index: 1;
  }
  body main article section.announce ul li {
    display: grid;
    grid-template-rows: 188px auto 50px;
    width: 95%;
    max-width: 335px;
    height: auto;
    margin: auto;
    padding-bottom: 40px;
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  }
  body main article section.announce ul li:nth-of-type(n+2) {
    margin-top: 40px;
  }
  body main article section.announce ul li img {
    width: 100%;
    height: auto;
  }
  body main article section.announce ul li .text {
    width: 100%;
    margin: 22px auto 20px;
    padding: 0 28px;
    box-sizing: border-box;
  }
  body main article section.announce ul li .text h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #2F3878;
    text-align: center;
  }
  body main article section.announce ul li .text p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #393939;
    margin-top: 20px;
  }
  body main article section.news {
    padding: 60px 0 50px;
  }
  body main article section.news .news_content {
    width: 90%;
    margin: auto auto 40px;
  }
  body main article section.news .news_content .filter {
    max-width: 100%;
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 15px 4px;
    flex-wrap: wrap;
  }
  body main article section.news .news_content .filter button {
    width: 81px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    transition: all 0.2s ease-in;
  }
  body main article section.news .news_content .filter button.active {
    border-radius: 15px;
    opacity: 0.3;
    cursor: pointer;
  }
  body main article section.news .news_content .filter button:nth-of-type(1) {
    background-color: #313131;
  }
  body main article section.news .news_content .filter button:nth-of-type(2) {
    background-color: #04B886;
  }
  body main article section.news .news_content .filter button:nth-of-type(3) {
    background-color: #046EB8;
  }
  body main article section.news .news_content .filter button:nth-of-type(4) {
    background-color: #3C1C90;
  }
  body main article section.news .news_content .filter button:nth-of-type(5) {
    background-color: #831D90;
  }
  body main article section.news .news_content .filter button:nth-of-type(6) {
    background-color: #901D52;
  }
  body main article section.news .news_content .filter button:nth-of-type(7) {
    background-color: #901D1D;
  }
  body main article section.news .news_content .filter button:nth-of-type(8) {
    background-color: #555555;
  }
  body main article section.news .news_content .filter button span {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
  }
  body main article section.news .news_content .news_box {
    width: 100%;
    height: 425px;
    padding: 10px 8px 10px 21px;
    border: 1px solid #BABABA;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 15px;
  }
  body main article section.news .news_content .news_box .news_frame {
    width: 100%;
    height: 100%;
    padding-right: 28px;
    box-sizing: border-box;
    overflow: auto;
  }
  body main article section.news .news_content .news_box .news_frame::-webkit-scrollbar {
    width: 8px;
  }
  body main article section.news .news_content .news_box .news_frame::-webkit-scrollbar-track {
    background: transparent;
  }
  body main article section.news .news_content .news_box .news_frame::-webkit-scrollbar-thumb {
    background: #E3E3E3;
    border-radius: 4px;
  }
  body main article section.news .news_content .news_box .news_frame .news-list {
    display: block;
    width: 100%;
  }
  body main article section.news .news_content .news_box .news_frame .news-list li {
    padding: 13px 0;
    border-bottom: 1px solid #C1C1C1;
  }
  body main article section.news .news_content .news_box .news_frame .news-list li:last-of-type {
    border: none;
  }
  body main article section.news .news_content .news_box .news_frame .news-list li .news-data {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #393939;
  }
  body main article section.news .news_content .news_box .news_frame .news-list li .news-text {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #393939;
    margin-top: 8px;
  }
  body main article section.information {
    padding: 60px 0 50px;
  }
  body main article section.information .slider_frame {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  body main article section.information .slider_frame::before, body main article section.information .slider_frame::after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    z-index: 1;
  }
  body main article section.information .slider_frame::before {
    left: 0;
  }
  body main article section.information .slider_frame::after {
    right: 0;
    transform: rotate(180deg);
  }
  body main article section.information .slider_frame .slider {
    position: relative;
  }
  body main article section.information .slider_frame .slider .slide {
    width: 260px;
    padding: 0 10px;
  }
  body main article section.information .slider_frame .slider .slide .image {
    width: 100%;
  }
  body main article section.information .slider_frame .slider .slide .text {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  body main article section.information .slider_frame .slider .slide .text .sub {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #2F3878;
  }
  body main article section.information .slider_frame .slider .slide .text .main {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #393939;
    padding-right: 20px;
    position: relative;
  }
  body main article section.information .slider_frame .slider .slide .text .main::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../img/information_slide_arrow_sp.png") no-repeat center/100%;
    position: absolute;
    bottom: 5px;
    right: 8px;
  }
  body main article section.information .slider_frame .slider .slider-arrow {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/slider_arow.png") no-repeat center/100%;
    position: absolute;
    top: 55px;
    z-index: 5;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
  body main article section.information .slider_frame .slider .slider-arrow.prev-arrow {
    left: 10px;
  }
  body main article section.information .slider_frame .slider .slider-arrow.next-arrow {
    right: 10px;
    transform: rotate(180deg);
  }
  body main article section.information .slider_frame .slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
  }
  body main article section.information .slider_frame .slider .slick-dots li {
    display: block;
    width: 28px;
    height: 10px;
    border-radius: 5px;
    background-color: #006EB8;
    opacity: 0.2;
    transition: opacity 0.2s ease-in;
    position: relative;
  }
  body main article section.information .slider_frame .slider .slick-dots li button {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body main article section.information .slider_frame .slider .slick-dots li.slick-active {
    opacity: 1;
  }
  body main article section.links {
    padding-top: 60px;
    padding-bottom: 45px;
  }
  body main article section.links ul {
    padding: 0 20px;
  }
  body main article section.links ul li {
    display: block;
    width: 100%;
    max-width: 335px;
    margin: auto;
  }
  body main article section.links ul li:nth-of-type(n+2) {
    margin-top: 24px;
  }
  body main article footer {
    padding: 35px 0 50px;
    background-image: linear-gradient(0deg, rgb(0, 110, 184), rgb(47, 56, 120));
    color: #fff;
  }
  body main article footer .inner {
    width: 90%;
    margin: auto;
  }
  body main article footer .footer_set1 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
  }
  body main article footer .footer_set1 .logo {
    width: 84px;
    mix-blend-mode: screen;
  }
  body main article footer .footer_set1 p {
    font-size: 7px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  body main article footer .footer_set2 {
    margin-top: 15px;
  }
  body main article footer .footer_set2 .link_set {
    margin-top: 40px;
  }
  body main article footer .footer_set2 .link_set a {
    display: block;
    width: fit-content;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  body main article footer .footer_set2 .link_set a.bold {
    font-size: 15px;
    font-weight: 700;
  }
  body main article footer .footer_set2 .link_set a.mt {
    margin-top: 40px;
  }
  body main article footer .footer_set2 .link_set .flex {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 40px;
  }
  body main article footer .footer_set3 {
    margin-top: 40px;
  }
  body main article footer .footer_set3 ul li {
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  body main article footer .footer_set3 .copy {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 40px;
  }
  .pc {
    display: none !important;
  }
}