@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #3fa9f5;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
topic
------------------------------------------------- */
#topic .contents article:not(:has(a)),
#topic .contents article a {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
#topic .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#topic .contents article a:hover {
  opacity: 0.6;
}
#topic .contents article a::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow2.webp) no-repeat center #0025bc;
  margin-left: auto;
}
#topic .contents article time {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  color: #3fa9f5;
}
#topic .contents article .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #001c84;
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 1300px) {
  #topic .contents article:not(:has(a)),
  #topic .contents article a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #topic .contents article time {
    font-size: 20px;
  }
  #topic .contents article .title {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  #topic .contents article a::after {
    width: 30px;
    background-size: 12px auto;
  }
  #topic .contents article time {
    font-size: 17px;
  }
  #topic .contents article .title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #topic .contents article:not(:has(a)),
  #topic .contents article a {
    flex-wrap: wrap;
    row-gap: 0px;
  }
  #topic .contents article a .title {
    width: calc(100% - 40px);
  }
  #topic .contents article .title {
    flex: unset;
    width: 100%;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
body.open {
  overflow: hidden;
}

#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 3;
  container-type: inline-size;
}
#header .logo {
  width: min(21.6666666667%, 416px);
  align-content: center;
  margin: 0 0 30px 2.8645833333%;
}
#header .logo img {
  width: 100%;
}
#header .btn {
  align-content: center;
  margin: 0 0 30px 1.8867924528%;
  width: min(9.1145833333%, 175px);
  container-type: inline-size;
}
#header .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 175/45;
  border: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: min(10.8571428571cqw, 19px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 4px;
  text-shadow: rgb(0, 0, 0) 1px 1px 4px;
}
#header .right {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 150px 0 20px;
  min-height: 175px;
  margin-left: 8.0729166667%;
  overflow-x: clip;
}
#header .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0025bc;
  z-index: -1;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
  transition: all 0.3s linear;
  transform: translateX(-100%);
}
#header .right.in::before {
  transform: translateX(0);
}
#header .entry-btn {
  margin-bottom: 19px;
  position: fixed;
}
#header .entry-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 65px;
  border-radius: 32.5px;
  background-color: #3fa9f5;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
  padding-top: 5px;
}
#header .buger-btn {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #001c84;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 11px;
  z-index: 5;
  cursor: pointer;
}
#header .buger-btn span {
  width: 40%;
  height: 3px;
  background-color: #fff;
  transition: all 0.5s ease-out;
}
#header .buger-btn.open span {
  position: absolute;
}
#header .buger-btn.open span:nth-child(1) {
  transform: rotate(45deg);
}
#header .buger-btn.open span:nth-child(2) {
  display: none;
}
#header .buger-btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#header .buger {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #0025bc;
}
#header .buger .head {
  display: flex;
  min-height: var(--minsize, 175px);
}
#header .buger .inner {
  max-height: calc(100vh - var(--minsize));
  overflow-y: auto;
  padding-bottom: 30px;
}
#header .buger .contents {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: min(100% - 20px, 1580px);
  margin: 0 auto;
  padding-left: 7px;
}
#header #gnav {
  display: flex;
  flex-wrap: wrap;
  overflow-x: clip;
  -moz-column-gap: 121px;
       column-gap: 121px;
  padding-top: 15px;
}
#header #gnav > ul {
  border-left: 1px solid #fff;
  margin-left: -67px;
  padding-left: 66px;
}
#header #gnav > ul > li > a::before {
  content: "・";
}
#header #gnav > ul > li ul li a::before {
  content: "└";
  margin-left: 7px;
}
#header #gnav > ul > li:not(:has(ul)) {
  margin-bottom: 4px;
}
#header #gnav > ul > li:has(ul) {
  margin-bottom: 10px;
}
#header #gnav > ul li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 500;
  font-size: 33px;
  line-height: 1.8181818182;
  letter-spacing: 0.1em;
  color: #fff;
}
#header .links ul li a {
  display: flex;
  flex-direction: column;
  width: 446px;
  height: 249px;
  background-color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 54.49px;
  line-height: 1;
  color: #0025bc;
  padding: 34px 24px 16px 24px;
  border-radius: 10px;
}
#header .links ul li a small {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #000;
  margin-left: 19px;
}
#header .links ul li a::after {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow.webp) no-repeat center #0025bc;
  margin: auto 0 0 auto;
}
#header .links ul li:not(:last-child) {
  margin-bottom: 23px;
}
@media (max-width: 1500px) {
  #header #gnav ul li a {
    font-size: 26px;
  }
  #header .links ul li a {
    width: 400px;
  }
}
@media (max-width: 999px) {
  #header .logo {
    margin-bottom: 0;
  }
  #header .btn {
    margin-bottom: 0;
  }
  #header .right {
    padding: 10px 100px 10px 20px;
    min-height: 100px;
    margin-left: 3%;
  }
  #header .entry-btn {
    margin-bottom: 0;
  }
  #header .entry-btn a {
    width: 180px;
    height: 55px;
    font-size: 22px;
  }
  #header .buger-btn {
    width: 80px;
    top: 10px;
    right: 10px;
  }
  #header .buger .inner {
    padding-bottom: 30px;
  }
  #header .buger .contents {
    padding-left: 0;
  }
  #header #gnav {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  #header #gnav > ul {
    margin-left: -31px;
    padding-left: 30px;
  }
  #header #gnav > ul li a {
    font-size: 24px;
  }
  #header .links ul li a {
    width: 300px;
    height: 220px;
    font-size: 40px;
  }
  #header .links ul li a small {
    font-size: 18px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #header .logo {
    width: unset;
    max-width: 416px;
    margin: 10px 80px 0 10px;
  }
  #header .btn {
    display: none;
  }
  #header .right {
    display: none;
  }
  #header .buger-btn {
    width: 60px;
    row-gap: 7px;
  }
  #header .buger .contents {
    height: calc(100vh - var(--minsize) - 30px);
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    row-gap: 30px;
  }
  #header #gnav {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #header #gnav > ul {
    margin-left: -16px;
    padding-left: 15px;
  }
  #header #gnav > ul > li ul li a::before {
    margin-left: 0;
  }
  #header #gnav > ul li a {
    font-size: 18px;
  }
  #header .links ul li a {
    width: 240px;
    height: 140px;
    font-size: 30px;
    padding: 10px;
  }
  #header .links ul li a::after {
    width: 35px;
    background-size: 18px auto;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  container-type: inline-size;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .top {
  display: flex;
  gap: 30px 10px;
  padding: 140px max(1.0416666667%, 10px) 0 calc(min(22.4479166667cqw, 431px) - min(22.4479166667cqw, 431px) * 0.2436194896);
  margin-bottom: 64px;
}
#footer .top .left .logo {
  max-width: 457px;
  margin-bottom: 16px;
}
#footer .top .left .access {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  margin-bottom: 16px;
}
#footer .top .left .data {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: #231815;
}
#footer .top .left .data span {
  font-size: 26px;
}
#footer .top .links {
  margin: auto 0 0 auto;
}
#footer .top .links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .top .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0 16px;
  min-width: 160px;
}
#footer .top .links ul li.contact a {
  background-color: #3fa9f5;
}
#footer .top .links ul li.privacy a {
  background-color: #0025bc;
}
#footer .bottom {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-right: 0.9375%;
}
#footer .bottom .name {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(6.0458333333cqw, 116.08px);
  line-height: 1;
  letter-spacing: 0.01em;
  color: #0025bc;
  position: relative;
  padding-left: calc(min(22.4479166667cqw, 431px) - min(22.4479166667cqw, 431px) * 0.5684454756);
}
#footer .bottom .name::before, #footer .bottom .name::after {
  content: "";
  position: absolute;
  background-color: #0025bc;
}
#footer .bottom .name::before {
  width: min(30.2083333333cqw, 580px);
  height: 90px;
  bottom: var(--tsize);
  left: 0;
  transform: translateY(100%);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}
#footer .bottom .name::after {
  left: 0;
  bottom: 0;
  width: min(22.4479166667cqw, 431px);
  height: calc(var(--tsize) - 90px + 1px);
  clip-path: polygon(64% 0, 100% 0, 61% 100%, 26% 100%);
  transform: translateX(-30.162412993%);
}
#footer .bottom .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #231815;
  margin: 0 0 24px auto;
}
@media (max-width: 999px) {
  #footer .top {
    padding-top: 100px;
  }
  #footer .top .left .access {
    font-size: 15px;
  }
  #footer .top .left .data {
    font-size: 30px;
  }
  #footer .top .links ul li a {
    font-size: 16px;
    min-width: unset;
  }
  #footer .bottom .name::before {
    height: 70px;
  }
  #footer .bottom .name::after {
    height: calc(var(--tsize) - 70px + 1px);
  }
  #footer .bottom .copyright {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #footer .top {
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    margin-bottom: 30px;
  }
  #footer .top .left .logo {
    margin-bottom: 10px;
  }
  #footer .top .left .access {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #footer .top .left .data {
    font-size: 24px;
  }
  #footer .top .links ul li a {
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
  }
  #footer .bottom .name::before {
    height: 50px;
  }
  #footer .bottom .name::after {
    height: calc(var(--tsize) - 50px + 1px);
  }
  #footer .bottom .copyright {
    font-size: 8px;
  }
}/*# sourceMappingURL=style.css.map */