*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: min(0.6944444444vw, 10px);
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background: #E8F4FF url(../img/bg.png) no-repeat center top/194rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
body.menu_open {
  overflow: hidden;
}
body.low {
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  body {
    background: #E8F4FF url(../img/bg_sp.png) no-repeat center top/100%;
  }
  body.low {
    background: #E8F4FF url(../img/bg_low_sp.png) no-repeat center top/100%;
  }
}

img {
  display: block;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.inner {
  width: min(100%, 100rem);
  margin: 0 auto;
  padding: 0 2rem;
}

.anchor {
  position: absolute;
  inset: 0 auto auto 0;
  translate: 0 -8.8rem;
}
@media screen and (max-width: 767px) {
  .anchor {
    translate: 0 -6rem;
  }
}

.h2 {
  color: #000A5A;
  position: relative;
  margin-bottom: 4rem;
  padding-left: 10.5rem;
  font-size: 4rem;
  font-weight: 900;
}
.h2::before {
  content: "";
  background: url(../img/ttl_h2_mark.svg) no-repeat center/cover;
  position: absolute;
  inset: 0 auto auto 0;
  width: 7.5rem;
  height: 7.5rem;
}
@media screen and (max-width: 767px) {
  .h2 {
    margin-bottom: 3rem;
    padding-left: 5.5rem;
    font-size: 2.4rem;
  }
  .h2::before {
    width: 4rem;
    height: 4rem;
  }
}

.h3 {
  background: #000A5A;
  color: #fff;
  position: relative;
  margin: 6rem 0 3rem;
  padding: 0.8rem 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 0.5rem;
}
.h3 span {
  margin-left: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .h3 {
    margin: 4rem 0 2rem;
    padding: 0.4rem 2rem;
    font-size: 2rem;
  }
  .h3 span {
    display: block;
    margin-left: 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .sp_scroll {
    position: relative;
    padding-bottom: 6rem;
  }
  .sp_scroll::before {
    content: "";
    background: url(../img/scroll.png) no-repeat center/cover;
    position: absolute;
    inset: auto auto 0 50%;
    translate: -50% 0;
    width: 15.6rem;
    height: 4rem;
    transition: 0.2s;
    z-index: 1;
  }
  .sp_scroll .scroll {
    position: relative;
    overflow: scroll;
  }
  .sp_scroll img {
    max-width: none;
  }
}
#header {
  background: #fff;
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  z-index: 2;
  transition: 0.2s;
}
#header .h_inner {
  width: min(100%, 144rem);
  margin: 0 auto;
  padding: 0 2rem;
}
#header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8.8rem;
}
@media screen and (max-width: 767px) {
  #header .row {
    height: 6rem;
  }
}
#header .site_ttl {
  width: 32.7rem;
}
@media screen and (max-width: 767px) {
  #header .site_ttl {
    width: 20rem;
  }
}
#header .navs {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #header .navs {
    flex-direction: column;
    padding: 13.8rem 0 8rem;
  }
}
#header .navs .nav {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #header .navs .nav {
    flex-direction: column;
    text-align: center;
  }
}
#header .navs .nav a {
  color: #000A5A;
  font-size: 1.6rem;
  font-weight: 900;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #header .navs .nav a:hover {
    color: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  #header .navs .nav a {
    color: #fff;
  }
}
#header .navs .contact a {
  background: #000A5A;
  color: #fff;
  display: inline-block;
  padding: 0.8rem 2.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 3rem;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #header .navs .contact a:hover {
    background: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  #header .navs .contact a {
    background: #3ABCFD;
    padding: 1.5rem 6rem;
    font-size: 2rem;
  }
}
#header .menu_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .toggle_menu {
    background: rgba(0, 10, 90, 0.8);
    position: fixed;
    inset: 0 auto auto 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    translate: 100% 0;
    transition: 0.2s;
  }
  #header .menu_btn {
    display: block;
    position: relative;
    width: 2.5rem;
    height: 1rem;
  }
  #header .menu_btn::before, #header .menu_btn::after {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    transition: 0.2s;
  }
  #header .menu_btn::before {
    inset: 0 auto auto 0;
  }
  #header .menu_btn::after {
    inset: auto auto 0 0;
  }
  #header.menu_open .toggle_menu {
    translate: 0 0;
  }
  #header.menu_open .menu_btn::before {
    background: #fff;
    rotate: 45deg;
    inset: 50% auto auto 0;
    translate: 0 -50%;
  }
  #header.menu_open .menu_btn::after {
    background: #fff;
    rotate: -45deg;
    inset: 50% auto auto 0;
    translate: 0 -50%;
  }
}

#footer {
  padding: 12rem 0 5rem;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 12rem 0 8rem;
  }
}
#footer .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem 8rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #footer .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .nav .site_ttl {
  margin-bottom: 2rem;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  #footer .nav .site_ttl {
    margin-bottom: 4rem;
  }
  #footer .nav .site_ttl img {
    margin: 0 auto;
  }
}
#footer .nav ul li {
  position: relative;
  padding-left: 2rem;
}
#footer .nav ul li + li {
  margin-top: 1rem;
}
#footer .nav ul li::before {
  content: "";
  background: linear-gradient(to bottom, #4AE6FF, #2E3CFF);
  display: block;
  position: absolute;
  inset: 50% auto auto 0;
  translate: 0 -50%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
}
#footer .nav ul a {
  color: #000A5A;
  font-size: 1.8rem;
  text-decoration: underline;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #footer .nav ul a:hover {
    color: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav ul a {
    font-size: 1.4rem;
  }
}
#footer .contact .btn {
  margin-bottom: 1.5rem;
}
#footer .contact .btn a {
  background: #2743D3;
  color: #fff;
  display: inline-block;
  padding: 0.8rem 2.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 3rem;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #footer .contact .btn a:hover {
    background: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  #footer .contact .btn {
    text-align: center;
  }
  #footer .contact .btn a {
    font-size: 1.8rem;
  }
}
#footer .contact .name {
  color: #000A5A;
  font-size: 2rem;
  font-weight: 700;
}
#footer .contact .name span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #footer .contact .name {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    text-align: center;
  }
  #footer .contact .name span {
    font-size: 1.2rem;
    display: block;
  }
}
#footer .contact .info {
  color: #000A5A;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
#footer .contact .info span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #footer .contact .info {
    font-size: 1.4rem;
    text-align: center;
  }
  #footer .contact .info span {
    font-size: 1.2rem;
    display: block;
  }
}
#footer .contact .cap {
  color: #000A5A;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #footer .contact .cap {
    font-size: 1rem;
  }
}
#footer .copy {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 1rem;
  }
}
#footer .gotop {
  background: #000A5A;
  position: fixed;
  inset: auto 3rem 9rem auto;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 100%;
  opacity: 0;
  font-size: 0;
  visibility: hidden;
  transition: 0.2s;
}
#footer .gotop::before {
  content: "\f077";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  display: block;
  color: #fff;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  font-size: 2rem;
}
#footer .gotop.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  #footer .gotop:hover {
    background: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  #footer .gotop {
    inset: auto 1rem 6rem auto;
    width: 5rem;
    height: 5rem;
  }
}

main {
  padding-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 6rem;
  }
}
main > .box {
  background: rgba(255, 255, 255, 0.9);
  width: min(100%, 120rem);
  margin: 0 auto;
  border-radius: 3rem;
}
main > .box .top_sec {
  position: relative;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  main > .box .top_sec {
    padding: 6rem 0;
  }
}
main > .box .top_sec + .top_sec::before {
  content: "";
  background: #E6E6E6;
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% -50%;
  width: min(100%, 80rem);
  height: 0.6rem;
  border-radius: 0.5rem;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.pager a, .pager span {
  display: block;
  position: relative;
  width: 4.2rem;
  height: 4.2rem;
  line-height: 4.2rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .pager a, .pager span {
    width: 3.6rem;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.6rem;
  }
}
.pager a {
  background: #E7F4FF;
  color: #000A5A;
}
.pager a.prev {
  background: none;
}
.pager a.prev::before {
  content: "\f0d9";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}
.pager a.next {
  background: none;
}
.pager a.next::before {
  content: "\f0da";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}
.pager span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pager span.current {
  background: #2743D3;
  color: #fff;
}
.pager span.dot {
  margin: 0 -1rem;
}

#cookie-banner {
  background: #333;
  color: #fff;
  display: block;
  position: fixed;
  inset: auto auto 0 0;
  width: 100vw;
  padding: 1em 0;
  font-size: 1.6rem;
  text-align: center;
  z-index: 1000;
}
#cookie-banner button {
  background: #000A5A;
  color: #fff;
  margin-left: 1rem;
  padding: 0.2rem 1rem;
  border: none;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  #cookie-banner {
    font-size: 1.4rem;
  }
}

.top_mv {
  width: min(100%, 126rem);
  margin: 0 auto;
  padding: 13.2rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .top_mv {
    display: flex;
    flex-direction: column;
    padding: 6rem 0;
  }
}
.top_mv .h1 {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .top_mv .h1 {
    display: contents;
  }
  .top_mv .h1 img {
    width: calc(100% - 4rem);
    margin: 0 auto 22.6rem;
  }
}
.top_mv .lead {
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .top_mv .lead {
    order: 1;
    width: calc(100% - 4rem);
    margin: 4rem auto 0;
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.top_mv .img {
  width: 29.6rem;
  margin: 10.8rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .top_mv .img {
    margin-right: 2rem;
    width: 21.2rem;
  }
}

.top_news .news_list {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .top_news .news_list {
    margin-bottom: 3rem;
  }
}
.top_news .news_list li {
  display: flex;
  align-items: flex-start;
  gap: 0 3rem;
  font-size: 2rem;
}
.top_news .news_list li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top_news .news_list li {
    flex-direction: column;
    font-size: 1.6rem;
  }
  .top_news .news_list li + li {
    margin-top: 2.5rem;
  }
}
.top_news .news_list span {
  color: #000A5A;
  display: block;
  padding: 0.8rem 2rem;
  border: 1px solid #000A5A;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .top_news .news_list span {
    padding: 0.2rem 2rem;
  }
}
.top_news .news_list p {
  padding: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .top_news .news_list p {
    padding: 0;
  }
}
.top_news .news_list a {
  text-decoration: underline;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .top_news .news_list a:hover {
    color: #3ABCFD;
  }
}
.top_news .btn {
  position: relative;
}
.top_news .btn a {
  background: #2743D3;
  color: #fff;
  display: block;
  position: relative;
  width: 24rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  border-radius: 4rem;
  transition: 0.2s;
}
.top_news .btn a::after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  inset: 50% 2rem auto auto;
  translate: 0 -50%;
}
.top_news .btn::before {
  content: "";
  background: linear-gradient(to right, #B452EA, #8FC7FE);
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 24.6rem;
  height: 100%;
  border-radius: 4rem;
  filter: blur(1.6rem);
}
@media screen and (min-width: 768px) {
  .top_news .btn a:hover {
    background: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  .top_news .btn a {
    font-size: 1.6rem;
  }
}

.top_purpose .lead {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top_purpose .lead {
    font-size: 1.6rem;
  }
}
.top_purpose .scheme {
  width: min(100%, 80rem);
  margin: 6rem auto 0;
}
.top_purpose .scheme figcaption {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.top_purpose .scheme figcaption span + span {
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .top_purpose .scheme {
    margin: 2rem auto 0;
  }
  .top_purpose .scheme img {
    width: 210%;
  }
  .top_purpose .scheme figcaption {
    font-size: 1rem;
  }
}

.top_introduction .lead {
  margin-bottom: 4rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top_introduction .lead {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.top_introduction .lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .top_introduction .lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top_introduction .lists a {
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 0 9rem 2rem 3rem;
  border: 1px solid #CBCBCB;
  border-radius: 2rem;
  overflow: hidden;
}
.top_introduction .lists a::after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  background: #2743D3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0 0 auto auto;
  width: 6rem;
  height: 100%;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .top_introduction .lists a:hover::after {
    background: linear-gradient(to bottom, #B452EA, #8FC7FE);
  }
}
.top_introduction .lists .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .top_introduction .lists .name {
    flex-direction: column;
  }
}
.top_introduction .lists .name::before {
  content: "";
  background: #E6E6E6;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.3rem;
}
.top_introduction .lists .name .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top_introduction .lists .name .ttl {
    font-size: 2rem;
  }
}
.top_introduction .lists .name .com {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_introduction .lists .name .com {
    font-size: 1.2rem;
  }
}
.top_introduction .lists .points {
  display: none;
}
.top_introduction .lists .cap {
  display: none;
}
.top_introduction .lists .btn {
  display: none;
}
.top_introduction .lists .table {
  display: none;
}
.top_introduction .note {
  margin-top: 2rem;
  font-size: 1.4rem;
}

#modal {
  background: rgba(0, 10, 90, 0.8);
  position: fixed;
  inset: 0 auto auto 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
#modal .modal-content {
  background: #fff;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: min(100% - 6rem, 84rem);
  border-radius: 2rem;
}
#modal .scroll {
  max-height: 90vh;
  overflow: scroll;
  padding: 2rem 6rem 5rem;
}
@media screen and (max-width: 767px) {
  #modal .scroll {
    padding: 0 2rem 3rem;
  }
}
#modal .logo {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #modal .logo {
    width: 100%;
  }
}
#modal .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 2rem;
}
#modal .name::after {
  content: "";
  background: #E6E6E6;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.3rem;
  border-radius: 0.5rem;
}
#modal .name .ttl {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
#modal .name .com {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #modal .name {
    flex-direction: column;
    padding-bottom: 1rem;
  }
  #modal .name .ttl {
    font-size: 2rem;
  }
  #modal .name .com {
    font-size: 1.2rem;
  }
}
#modal .points {
  padding: 3rem 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #modal .points {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}
#modal .points li {
  position: relative;
  padding-left: 3rem;
}
#modal .points li + li {
  margin-top: 2rem;
}
#modal .points li::before {
  content: "";
  background: linear-gradient(to bottom, #4AE6FF, #2E3CFF);
  position: absolute;
  inset: 1rem auto auto 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  #modal .points li {
    padding-left: 2rem;
  }
  #modal .points li + li {
    margin-top: 1rem;
  }
  #modal .points li::before {
    inset: 0.8rem auto auto 0;
    width: 1rem;
    height: 1rem;
  }
}
#modal .cap {
  padding-bottom: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #modal .cap {
    padding-bottom: 1rem;
    font-size: 1.2rem;
  }
}
#modal .table {
  margin-bottom: 3rem;
}
#modal .table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  border: 1px solid #000;
}
#modal .table tr + tr {
  border-top: 1px solid #000;
}
#modal .table th, #modal .table td {
  padding: 1rem;
}
#modal .table th {
  width: 20%;
  vertical-align: baseline;
  white-space: nowrap;
}
#modal .table td {
  width: 80%;
  border-left: 1px solid #000;
}
#modal .table td + th {
  border-left: 1px solid #000;
}
#modal .table tr.col2 td {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #modal .table {
    overflow: scroll;
  }
  #modal .table table {
    width: 200%;
    font-size: 1.2rem;
  }
}
#modal .btn {
  position: relative;
}
#modal .btn a {
  background: #2743D3;
  color: #fff;
  display: block;
  position: relative;
  width: 30rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  border-radius: 4rem;
  transition: 0.2s;
}
#modal .btn a::after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  inset: 50% 2rem auto auto;
  translate: 0 -50%;
}
#modal .btn::before {
  content: "";
  background: linear-gradient(to right, #B452EA, #8FC7FE);
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 24.6rem;
  height: 100%;
  border-radius: 4rem;
  filter: blur(1.6rem);
}
@media screen and (min-width: 768px) {
  #modal .btn a:hover {
    background: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  #modal .btn a {
    font-size: 1.6rem;
  }
}
#modal #close {
  background: #3ABCFD;
  position: absolute;
  inset: -2rem -2rem auto auto;
  width: 6.5rem;
  height: 6.5rem;
  border: 2px solid #fff;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #modal #close {
    inset: -1.5rem -1.5rem auto auto;
    width: 5rem;
    height: 5rem;
  }
}
#modal #close::before, #modal #close::after {
  content: "";
  background: #fff;
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: 2rem;
  height: 2px;
}
#modal #close::before {
  rotate: 45deg;
}
#modal #close::after {
  rotate: -45deg;
}
#modal #prev, #modal #next {
  background: none;
  color: #fff;
  position: absolute;
  translate: 0 -50%;
  font-size: 4rem;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #modal #prev, #modal #next {
    font-size: 2rem;
  }
}
#modal #prev {
  inset: 50% calc(50% + 48rem) auto auto;
}
#modal #prev::before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}
@media screen and (max-width: 767px) {
  #modal #prev {
    inset: 50% auto auto 1rem;
  }
}
#modal #next {
  inset: 50% auto auto calc(50% + 48rem);
}
#modal #next::before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}
@media screen and (max-width: 767px) {
  #modal #next {
    inset: 50% 1rem auto auto;
  }
}

.top_recruit .lead {
  margin-bottom: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .lead {
    font-size: 1.6rem;
  }
}
.top_recruit .points {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .points {
    flex-direction: column;
  }
}
.top_recruit .points .box {
  flex: 1;
}
.top_recruit .points .ttl {
  background: #2743D3;
  color: #fff;
  padding: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .top_recruit .points .ttl {
    font-size: 1.8rem;
  }
}
.top_recruit .points .point {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  border: 1px solid #CBCBCB;
  border-top: none;
  border-radius: 0 0 2rem 2rem;
}
.top_recruit .points .icon {
  width: 9.6rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .points .icon {
    width: 8rem;
  }
}
.top_recruit .points .txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top_recruit .points .txt {
    font-size: 1.4rem;
  }
}
.top_recruit .qualification_list {
  counter-reset: num 0;
  margin-bottom: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .qualification_list {
    font-size: 1.4rem;
  }
}
.top_recruit .qualification_list li {
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .qualification_list li {
    padding-left: 2.5rem;
  }
}
.top_recruit .qualification_list li + li {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .qualification_list li + li {
    margin-top: 1rem;
  }
}
.top_recruit .qualification_list li::before {
  counter-increment: num 1;
  content: counter(num);
  background: #2743D3;
  color: #fff;
  position: absolute;
  inset: 0.6rem auto auto 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .top_recruit .qualification_list li::before {
    inset: 0.25rem auto auto 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
}
.top_recruit .matters {
  margin-bottom: 3rem;
}
.top_recruit .matters .ttl {
  background: #2743D3;
  color: #fff;
  padding: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .top_recruit .matters .ttl {
    font-size: 1.8rem;
  }
}
.top_recruit .matters_list {
  padding: 2rem;
  font-size: 1.6rem;
  border: 1px solid #CBCBCB;
  border-top: none;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .matters_list {
    font-size: 1.4rem;
  }
}
.top_recruit .matters_list li {
  position: relative;
  padding-left: 2.2rem;
}
.top_recruit .matters_list li + li {
  margin-top: 1.5rem;
}
.top_recruit .matters_list li::before {
  content: "";
  background: linear-gradient(to bottom, #4AE6FF, #2E3CFF);
  display: block;
  position: absolute;
  inset: 0.8rem auto auto 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
}
.top_recruit .matters_list li a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top_recruit .matters_list li {
    padding-left: 2rem;
  }
  .top_recruit .matters_list li::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit .flow {
    padding-bottom: 1rem;
    overflow: scroll;
  }
  .top_recruit .flow img {
    width: 220%;
    max-width: none;
  }
}
.top_recruit .recruit_period_cap {
  margin-bottom: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .recruit_period_cap {
    font-size: 1.6rem;
  }
}
.top_recruit .recruit_period_cap strong {
  display: block;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  font-weight: 700;
  border: 1px solid #000;
}
.top_recruit .recruit_period_txt {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top_recruit .recruit_period_txt {
    font-size: 1.8rem;
  }
}
.top_recruit .recruit_period_txt span {
  background: linear-gradient(transparent 70%, #FFF200 70%);
}
.top_recruit .recruit_period_txt strong {
  font-size: 1.7em;
  font-weight: 700;
}
.top_recruit .download_btn {
  position: relative;
}
.top_recruit .download_btn a {
  background: linear-gradient(to right, #2643D3, #38BCFD);
  color: #fff;
  display: block;
  position: relative;
  width: 30rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  border-radius: 4rem;
  transition: 0.2s;
}
.top_recruit .download_btn a::after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  inset: 50% 2rem auto auto;
  translate: 0 -50%;
}
.top_recruit .download_btn::before {
  content: "";
  background: linear-gradient(to right, #B452EA, #8FC7FE);
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 24.6rem;
  height: 100%;
  border-radius: 4rem;
  filter: blur(1.6rem);
}
@media screen and (min-width: 768px) {
  .top_recruit .download_btn a:hover {
    background: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit .download_btn a {
    font-size: 1.6rem;
  }
}
.top_recruit .download_btn a {
  font-size: 2.4rem;
}
.top_recruit .download_btn a::after {
  content: "\f019";
}
.top_recruit .apply_btn {
  position: relative;
}
.top_recruit .apply_btn a {
  background: linear-gradient(to right, #2643D3, #38BCFD);
  color: #fff;
  display: block;
  position: relative;
  width: 30rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  border-radius: 4rem;
  transition: 0.2s;
}
.top_recruit .apply_btn a::after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  inset: 50% 2rem auto auto;
  translate: 0 -50%;
}
.top_recruit .apply_btn::before {
  content: "";
  background: linear-gradient(to right, #B452EA, #8FC7FE);
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 24.6rem;
  height: 100%;
  border-radius: 4rem;
  filter: blur(1.6rem);
}
@media screen and (min-width: 768px) {
  .top_recruit .apply_btn a:hover {
    background: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit .apply_btn a {
    font-size: 1.6rem;
  }
}
.top_recruit .apply_btn a {
  font-size: 2.4rem;
}
.top_recruit .secretariat_box {
  background: #E8E9ED;
  position: relative;
  margin-top: 6rem;
  padding: 6rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .secretariat_box {
    padding: 2rem;
  }
}
.top_recruit .secretariat_box .name {
  font-size: 2.8rem;
  font-weight: 700;
}
.top_recruit .secretariat_box .name span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .secretariat_box .name {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .top_recruit .secretariat_box .name span {
    display: block;
    font-size: 1.2rem;
  }
}
.top_recruit .secretariat_box .tel {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
}
.top_recruit .secretariat_box .tel span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .secretariat_box .tel {
    font-size: 1.6rem;
  }
  .top_recruit .secretariat_box .tel span {
    display: block;
    font-size: 1.2rem;
  }
}
.top_recruit .secretariat_box .cap {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .top_recruit .secretariat_box .cap {
    font-size: 1rem;
  }
}
.top_recruit .secretariat_box .btn {
  position: relative;
  position: absolute;
  inset: 6rem 4rem auto auto;
}
.top_recruit .secretariat_box .btn a {
  background: #2743D3;
  color: #fff;
  display: block;
  position: relative;
  width: 24rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  border-radius: 4rem;
  transition: 0.2s;
}
.top_recruit .secretariat_box .btn a::after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  inset: 50% 2rem auto auto;
  translate: 0 -50%;
}
.top_recruit .secretariat_box .btn::before {
  content: "";
  background: linear-gradient(to right, #B452EA, #8FC7FE);
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 24.6rem;
  height: 100%;
  border-radius: 4rem;
  filter: blur(1.6rem);
}
@media screen and (min-width: 768px) {
  .top_recruit .secretariat_box .btn a:hover {
    background: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit .secretariat_box .btn a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit .secretariat_box .btn {
    position: relative;
    inset: auto;
    margin-top: 3rem;
  }
}
.top_recruit .download {
  margin-top: 6rem;
}
.top_recruit .download_txt {
  margin-bottom: 2rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_recruit .download_txt {
    font-size: 1.6rem;
  }
}
.top_recruit .download_btn {
  position: relative;
}
.top_recruit .download_btn a {
  background: linear-gradient(to right, #2643D3, #38BCFD);
  color: #fff;
  display: block;
  position: relative;
  width: 30rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  border-radius: 4rem;
  transition: 0.2s;
}
.top_recruit .download_btn a::after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  inset: 50% 2rem auto auto;
  translate: 0 -50%;
}
.top_recruit .download_btn::before {
  content: "";
  background: linear-gradient(to right, #B452EA, #8FC7FE);
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 24.6rem;
  height: 100%;
  border-radius: 4rem;
  filter: blur(1.6rem);
}
@media screen and (min-width: 768px) {
  .top_recruit .download_btn a:hover {
    background: #3ABCFD;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit .download_btn a {
    font-size: 1.6rem;
  }
}
.top_recruit .download_btn a {
  font-size: 2.4rem;
}
.top_recruit .download_btn a::after {
  content: "\f019";
}

.top_business .content {
  display: flex;
  gap: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .top_business .content {
    flex-direction: column;
  }
}
.top_business .content + .content {
  margin-top: 6rem;
}
.top_business .content .bnr {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  .top_business .content .bnr {
    width: 100%;
  }
}
.top_business .content .txt {
  width: 50%;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .top_business .content .txt {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top_business .map img {
    width: 200%;
  }
}

.low .box {
  margin-top: 6rem;
}
.low .low_sec {
  position: relative;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .low .low_sec {
    padding: 6rem 0;
  }
}
.low .low_sec + .low_sec::before {
  content: "";
  background: #E6E6E6;
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% -50%;
  width: min(100%, 80rem);
  height: 0.6rem;
  border-radius: 0.5rem;
}

.policy_sec .txt {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .policy_sec .txt {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */