@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --font-fam: "noto sans JP";
  --roboto: "Roboto Condensed";
  --theme-color: #fff;
  --font-color: #333333;
}

@view-transition {
  navigation: auto;
}

body,
input,
textarea {
  font-family: var(--font-fam), sans-serif;
  color: var(--font-color);
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-size: clamp(1.6rem, 1.06vw, 1.8rem);
  font-weight: 500;
  line-height: 1.8;
  line-break: strict;
}

img {
  width: 100%;
}

.br-sp {
  display: block;
}

@media (min-width: 1024px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}

@media (min-width: 1024px) {
  .br-pc {
    display: block;
  }
}

.header {
  background-color: #fff;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}

@media (min-width: 1280px) {
  .header {
    height: 113px;
    justify-content: space-between;
  }
}

.header .logo {
  width: clamp(24rem, 23.43vw, 36rem);
  margin-inline: auto;
  transition: opacity 0.3s;
}

@media (min-width: 1024px) {
  .header .logo:hover {
    opacity: 0.6;
  }
}

@media (min-width: 1280px) {
  .header .logo {
    margin-left: 0;
  }
}

.header__inner {
  padding-inline: 16px;
  width: 100%;
}

@media (min-width: 1280px) {
  .header__inner {
    padding-inline: clamp(2.4rem, 2.34vw, 3.2rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 112px;
  z-index: 980;
  display: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

@media (min-width: 1280px) {
  .header__nav {
    position: static;
    width: auto;
    background-color: transparent;
    display: block !important;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header__nav--inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1280px) {
  .header__nav--inner {
    gap: 12px;
  }
}

.header__nav .pc_container {
  display: contents;
}

@media (min-width: 1280px) {
  .header__nav .pc_container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: clamp(1.6rem, 1.56vw, 2.4rem);
  }
}

.header__nav .search_box {
  order: 1;
  margin-inline: auto;
  width: calc(100% - 48px);
  position: relative;
}

@media (min-width: 1280px) {
  .header__nav .search_box {
    margin: 0;
    width: fit-content;
  }
}

.header__nav .search_box input[type=text] {
  display: block;
  width: 100%;
  margin-inline: auto;
  border: solid #009FE8 1px;
  border-radius: 50px;
  overflow: clip;
  height: 56px;
  padding-inline: 24px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: width 0.3s;
}

@media (min-width: 1280px) {
  .header__nav .search_box input[type=text] {
    height: 35px;
    width: 35px;
    max-width: 280px;
    margin-right: 0;
    padding-inline: 0;
  }
}

.header__nav .search_box input[type=text]:focus {
  border-color: #009FE8;
  outline: none;
}

.header__nav .search_box input[type=image] {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

@media (min-width: 1280px) {
  .header__nav .search_box input[type=image] {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    right: 9px;
  }
}

@media (min-width: 1280px) {
  .header__nav .search_box.active input[type=text] {
    width: 100%;
    padding-inline: 24px;
  }
}

.header__nav .tel {
  order: 3;
  width: calc(100% - 48px);
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  line-height: 1;
}

@media (min-width: 1024px) {
  .header__nav .tel {
    pointer-events: none;
  }
}

@media (min-width: 1280px) {
  .header__nav .tel {
    width: fit-content;
    margin: 0;
  }
}

.header__nav .tel a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-family: var(--roboto), sans-serif;
  font-size: 2.8rem;
  gap: 7px;
  width: fit-content;
}

.header__nav .tel a::before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel02.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.header__nav .tel span {
  font-size: 1.2rem;
  font-weight: normal;
}

.header__nav .tel span strong {
  font-weight: bold;
}

.header__nav--lst {
  order: 2;
}

@media (min-width: 1280px) {
  .header__nav--lst {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(2rem, 1.56vw, 3.2rem);
  }
}

.header__nav--lst li {
  border-top: solid 1px #cccccc;
}

@media (min-width: 1280px) {
  .header__nav--lst li {
    border: none;
  }
}

.header__nav--lst li:nth-last-of-type(1) {
  border-bottom: solid 1px #cccccc;
}

@media (min-width: 1280px) {
  .header__nav--lst li:nth-last-of-type(1) {
    border: none;
  }
}

.header__nav--lst li .XXX_1 {
  order: 1;
}

.header__nav--lst li:nth-of-type(1) a::before {
  background: url(../img/nav/icon01.svg) no-repeat;
  background-size: 100%;
}

.header__nav--lst li .XXX_2 {
  order: 2;
}

.header__nav--lst li:nth-of-type(2) a::before {
  background: url(../img/nav/icon02.svg) no-repeat;
  background-size: 100%;
}

.header__nav--lst li .XXX_3 {
  order: 3;
}

.header__nav--lst li:nth-of-type(3) a::before {
  background: url(../img/nav/icon03.svg) no-repeat;
  background-size: 100%;
}

.header__nav--lst li .XXX_4 {
  order: 4;
}

.header__nav--lst li:nth-of-type(4) a::before {
  background: url(../img/nav/icon04.svg) no-repeat;
  background-size: 100%;
}

.header__nav--lst li .XXX_5 {
  order: 5;
}

.header__nav--lst li:nth-of-type(5) a::before {
  background: url(../img/nav/icon05.svg) no-repeat;
  background-size: 100%;
}

.header__nav--lst li .XXX_6 {
  order: 6;
}

.header__nav--lst li:nth-of-type(6) a::before {
  background: url(../img/nav/icon06.svg) no-repeat;
  background-size: 100%;
}

.header__nav--lst li .XXX_7 {
  order: 7;
}

.header__nav--lst li:nth-of-type(7) a::before {
  background: url(../img/nav/icon07.svg) no-repeat;
  background-size: 100%;
}

.header__nav--lst li a {
  padding-inline: 24px;
  padding-block: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  transition: color 0.3s;
}

@media (min-width: 1280px) {
  .header__nav--lst li a {
    padding: 0;
  }
}

.header__nav--lst li a::before {
  content: "";
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

@media (min-width: 1280px) {
  .header__nav--lst li a::before {
    content: none;
  }
}

.header__nav--lst li a::after {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  border-right: solid 2px #009FE8;
  border-bottom: solid 2px #009FE8;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(-45deg);
}

@media (min-width: 1280px) {
  .header__nav--lst li a::after {
    content: none;
  }
}

@media (min-width: 1024px) {
  .header__nav--lst li a:hover {
    color: #009FE8;
  }
}

.footer__contact {
  background-color: #ECF7FC;
  padding-top: 48px;
  padding-bottom: clamp(4.8rem, 6.25vw, 10.2rem);
}

.footer__contact .container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (min-width: 1024px) {
  .footer__contact .container {
    flex-direction: row;

    gap: 72px;
  }
}

.footer__contact .container p {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
}

@media (min-width: 1024px) {
  .footer__contact .container p {
    margin-top: 16px;
  }
}

.footer__contact ul {
  margin-top: clamp(2.4rem, 2.34vw, 4.5rem);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1024px) {
  .footer__contact ul {
    flex-direction: row;
    gap: clamp(4.8rem, 4.68vw, 8.6rem);
  }
}

@media (min-width: 1024px) {
  .footer__contact ul li {
    width: calc((100% - clamp(4.8rem, 4.68vw, 8.6rem)) / 2);
  }
}

.footer__contact ul li.tel {
  background-color: #fff;
  border-radius: 8px;
  padding-top: clamp(2.4rem, 2.34vw, 2.8rem);
  padding-bottom: 16px;
  height: clamp(10.2rem, 9.96vw, 12.7rem);
}

.footer__contact ul li.tel>div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(1.2rem, 1.56vw, 4rem);
}

.footer__contact ul li.tel>div::before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel03.svg) no-repeat;
  background-size: 100%;
  width: clamp(4rem, 3.9vw, 6.4rem);
  min-width: clamp(4rem, 3.9vw, 6.4rem);
  height: clamp(3.5rem, 3.41vw, 5.6rem);
  min-height: clamp(3.5rem, 3.41vw, 5.6rem);
}

.footer__contact ul li.tel>div>div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer__contact ul li.tel>div>div a {
  display: block;
  font-family: var(--roboto), sans-serif;
  font-size: clamp(4rem, 3.9vw, 5.6rem);
  color: #009FE8;
  line-height: 1;
}

@media (min-width: 1024px) {
  .footer__contact ul li.tel>div>div a {
    pointer-events: none;
  }
}

.footer__contact ul li.tel>div>div span {
  font-size: clamp(1.2rem, 1.17vw, 1.4rem);
  display: block;
  color: #009FE8;
}

.footer__contact ul li.contact_btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.6rem, 1.56vw, 1.2rem);
  height: clamp(6.4rem, 6.25vw, 12.7rem);
  background-color: #009FE8;
  border-radius: 8px;
  color: #fff;
  font-size: clamp(1.6rem, 1.56vw, 2.4rem);
  font-weight: bold;
  box-shadow: 0 clamp(0.4rem, 0.52vw, 0.8rem) 0 #004564;
  padding-inline: 24px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

@media (min-width: 768px) {
  .footer__contact ul li.contact_btn a {
    justify-content: center;
  }
}

.footer__contact ul li.contact_btn a::before {
  content: "";
  display: block;
  background: url(../img/common/icon-mail02.svg) no-repeat;
  background-size: 100%;
  width: clamp(4rem, 3.9vw, 6.4rem);
  min-width: clamp(4rem, 3.9vw, 6.4rem);
  height: clamp(2.8rem, 2.73vw, 4.4rem);
  min-height: clamp(2.8rem, 2.73vw, 4.4rem);
}

.footer__contact ul li.contact_btn a::after {
  content: "";
  display: block;
  width: clamp(1rem, 0.97vw, 1.6rem);
  min-width: clamp(1rem, 0.97vw, 1.6rem);
  height: clamp(1rem, 0.97vw, 1.6rem);
  min-height: clamp(1rem, 0.97vw, 1.6rem);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: clamp(2.2rem, 2.14vw, 3.2rem);
  transform: translateY(-50%) rotate(-45deg);
}

@media (min-width: 1024px) {
  .footer__contact ul li.contact_btn a:hover {
    transform: translateY(clamp(0.4rem, 0.52vw, 0.8rem));
    box-shadow: 0 0 0 rgba(0, 69, 100, 0);
  }
}

.footer__detail {
  background-color: #fff;
  padding-top: clamp(4.8rem, 4.68vw, 6.4rem);
  padding-bottom: clamp(2.6rem, 3.38vw, 6.4rem);
}

.footer__detail .logo {
  width: clamp(28rem, 27.34vw, 32.815rem);
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .footer__detail .logo {
    margin-left: 0;
  }
}

.footer__detail .logo+p {
  margin-top: 16px;
  font-size: 1.4rem;
  width: fit-content;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .footer__detail .logo+p {
    margin-left: 0;
  }
}

.footer__detail ul {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .footer__detail ul {
    margin-left: 0;
    flex-direction: row;
    gap: 30px;
  }
}

.footer__detail ul li {
  font-family: var(--roboto), sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.footer__detail ul li span {
  width: 56px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #009FE8;
  font-size: 1.3rem;
  border-radius: 2px;
  line-height: 1;
}

.footer__detail ul li a,
.footer__detail ul li p {
  display: block;
  font-size: 3.2rem;
  color: #009FE8;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .footer__detail ul li a {
    pointer-events: none;
  }
}

.footer__detail .privacy_btn {
  margin-top: clamp(1.8rem, 1.75vw, 2.8rem);
  font-size: 1.4rem;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-inline: auto;
  text-decoration: underline;
  transition: color 0.3s, text-decoration-color 0.3s;
}

@media (min-width: 1024px) {
  .footer__detail .privacy_btn {
    margin-right: 0;
  }
}

.footer__detail .privacy_btn::after {
  content: "";
  display: block;
  background: url(../img/common/btn_arrow.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
}

@media (min-width: 1024px) {
  .footer__detail .privacy_btn:hover {
    color: #009FE8;
    text-decoration-color: transparent;
  }
}

.footer__detail .copy {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #009FE8;
  width: fit-content;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .footer__detail .copy {
    margin-right: 0;
  }
}

#menu {
  width: 56px;
  height: 56px;
  background-color: #009FE8;
  cursor: pointer;
  position: relative;
}

#menu div {
  width: 16px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}

#menu div::after {
  content: "MENU";
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}

#menu span {
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: top 0.3s, bottom 0.3s, opacity 0.3s, transform 0.3s;
}

#menu span:nth-of-type(1) {
  top: 0;
}

#menu span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

#menu span:nth-of-type(3) {
  bottom: 0;
}

#menu.active {
  background-color: #fff;
}

#menu.active div::after {
  color: #009FE8;
}

#menu.active span {
  background-color: #009FE8;
}

#menu.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#menu.active span:nth-of-type(2) {
  opacity: 0;
  transform: translateY(-50%) translateX(100%);
}

#menu.active span:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

#fix__sp {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 999;
}

@media (min-width: 1280px) {
  #fix__sp {
    display: none;
  }
}

#fix__sp ul {
  width: calc(100% - 56px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#fix__sp ul li {
  width: 50%;
}

#fix__sp ul li a {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4.375%;
  background-color: #E2F6FF;
  border: solid 1px #009FE8;
  color: #009FE8;
  font-size: 1.2rem;
  padding-inline: 6.25%;
  position: relative;
}

@media (min-width: 768px) {
  #fix__sp ul li a {
    justify-content: center;
  }
}

#fix__sp ul li a::before {
  content: "";
  display: block;
}

#fix__sp ul li a::after {
  content: "";
  display: block;
  background: url(../img/common/btn_arrow.svg) no-repeat;
  background-size: 100%;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.5%;
}

#fix__sp ul li a.tel::before {
  background: url(../img/common/icon-tel.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  min-width: 24px;
  height: 21px;
  min-height: 21px;
}

#fix__sp ul li a.mail:before {
  background: url(../img/common/icon-mail.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  min-width: 24px;
  height: 16.42px;
  min-height: 16.42px;
}

#fix__sp ul li:nth-of-type(1) a {
  border-right: none;
}

.fv {
  background-color: #ECF7FC;
  padding-top: clamp(1.6rem, 2.08vw, 5.3rem);
  padding-bottom: clamp(11.3rem, 11.03vw, 15rem);
}

.fv h2 {
  font-size: clamp(1.6rem, 1.56vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}

.fv h2 strong {
  white-space: nowrap;
  font-size: clamp(2rem, 1.95vw, 4rem);
  font-weight: bold;
}

.fv__lst {
  padding-top: clamp(1.6rem, 2.08vw, 4.6rem);
}

.fv__lst ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(0.9rem, 0.87vw, 1.6rem);
}

.fv__lst ul li {
  width: calc((100% - clamp(0.9rem, 0.87vw, 1.6rem)) / 2);
}

@media (min-width: 1024px) {
  .fv__lst ul li {
    width: calc((100% - clamp(0.9rem, 0.87vw, 1.6rem) * 3) / 4);
  }
}

.fv__lst ul li a {
  background-color: #fff;
  border: solid 1px #CCCCCC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 1.17vw, 1.6rem);
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 3px 0 rgba(51, 51, 51, 0.32);
  padding-top: clamp(1.6rem, 2.08vw, 4rem);
  padding-bottom: clamp(1.2rem, 1.56vw, 3rem);
  transition: box-shadow 0.3s;
}

.fv__lst ul li a img {
  width: clamp(4.8rem, 4.68vw, 8rem);
}

.fv__lst ul li a p {
  font-size: clamp(1.6rem, 1.56vw, 2rem);
  font-weight: bold;
}

@media (min-width: 1024px) {
  .fv__lst ul li a:hover {
    box-shadow: 0 0 8px #00c0e8;
  }
}

.bnr__slider {
  margin-top: calc(clamp(8.4rem, 8.2vw, 10.4rem) * -1);
  margin-bottom: 0 !important;
}

@media (min-width: 1024px) {
  .bnr__slider {
    width: min(100%, min(27.34vw, 400px) * 3 + 32px);
    margin-inline: auto;
  }
}

.bnr__slider .item {
  width: min(74.66vw, 400px);
  position: relative;
}

@media (min-width: 1024px) {
  .bnr__slider .item {
    width: min(27.34vw, 400px);
  }
}

.bnr__slider .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: min(3.2vw, 14px);
}

@media (min-width: 1024px) {
  .bnr__slider .item::after {
    content: none;
  }
}

.bnr__slider .item.slick-active::after {
  content: none;
}

.bnr__slider .item a {
  transition: opacity 0.3s;
}

@media (min-width: 1024px) {
  .bnr__slider .item a:hover {
    opacity: 0.6;
  }
}

.bnr__slider .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.bnr__slide-arrow {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.bnr__slide-arrow::before {
  content: "";
  display: block;
  background: url(../img/common/slider-arrow.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bnr__slide-arrow.prev-arrow {
  left: 0;
}

@media (min-width: 1024px) {
  .bnr__slide-arrow.prev-arrow {
    left: -32px;
  }
}

@media (min-width: 1280px) {
  .bnr__slide-arrow.prev-arrow {
    left: -66px;
  }
}

.bnr__slide-arrow.next-arrow {
  right: 0;
}

@media (min-width: 1024px) {
  .bnr__slide-arrow.next-arrow {
    right: -32px;
  }
}

@media (min-width: 1280px) {
  .bnr__slide-arrow.next-arrow {
    right: -66px;
  }
}

.bnr__slide-arrow.next-arrow::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.bnr__slide-dots {
  margin-top: clamp(1.6rem, 2.08vw, 2.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.6rem, 0.78vw, 0.8rem);
}

.bnr__slide-dots li {
  cursor: pointer;
  width: clamp(1rem, 1.3vw, 1.2rem);
  height: clamp(1rem, 1.3vw, 1.2rem);
  min-width: clamp(1rem, 1.3vw, 1.2rem);
  min-height: clamp(1rem, 1.3vw, 1.2rem);
  background-color: #CCCCCC;
  border: solid 1px #CCCCCC;
  border-radius: 50%;
}

.bnr__slide-dots li button {
  display: none;
}

.bnr__slide-dots li.slick-active {
  background-color: #009FE8;
}

:root {
  --inner-margin: 32px;
  --inner-max: 1440px;
}

@media (min-width: 768px) {
  :root {
    --inner-margin: 7.5%;
  }
}

@media (min-width: 1024px) {
  :root {
    --inner-margin: 15%;
  }
}

.inner {
  width: min(100% - var(--inner-margin), var(--inner-max));
  margin-left: auto;
  margin-right: auto;
  transition: width 0.2s;
}

.ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-left: solid 12px #009FE8;
  padding-left: 12px;
}

.ttl strong {
  font-size: clamp(2.8rem, 2.73vw, 3.6rem);
  font-weight: bold;
}

.ttl span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #009FE8;
}

.btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  border: solid 1px #CCCCCC;
  color: #fff;
  background-color: #009FE8;
  border-radius: 8px;
  padding-inline: clamp(2rem, 1.95vw, 2.3rem);
  font-size: 1.6rem;
  position: relative;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.btn::after {
  content: "";
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.3s;
}

@media (min-width: 1024px) {
  .btn:hover {
    background-color: #fff;
    color: #009FE8;
    border-color: #009FE8;
  }

  .btn:hover::after {
    border-color: #009FE8;
  }
}

.news {
  padding-top: clamp(9.6rem, 9.37vw, 12.3rem);
}

.news__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1024px) {
  .news__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.news__inner .pc_container {
  display: contents;
}

@media (min-width: 1024px) {
  .news__inner .pc_container {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
}

.news__inner .ttl {
  order: 1;
}

.news__inner .btn {
  order: 3;
  margin-inline: auto;
  width: 180px;
}

@media (min-width: 1024px) {
  .news__inner .btn {
    margin-left: 0;
  }
}

.news__lst--box {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(4rem, 3.9vw, 4.8rem);
}

@media (min-width: 1024px) {
  .news__lst--box {
    width: min(69.163%, 996px);
  }
}

.news__lst strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

.news__lst strong::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
}

@media (min-width: 1024px) {
  .news__lst strong {
    margin-left: calc((clamp(0.9rem, 0.87vw, 1.2rem) + 16px) * -1);
  }
}

.news__lst ul {
  margin-top: clamp(2.4rem, 2.34vw, 2.8rem);
}

.news__lst ul li {
  border-top: solid 1px #CCCCCC;
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 0.58vw, 0.9rem);
  padding-block: clamp(1.2rem, 1.17vw, 1.6rem);
}

.news__lst ul li:nth-last-of-type(1) {
  border-bottom: solid 1px #CCCCCC;
}

.news__lst ul li .days {
  font-weight: bold;
  color: #999999;
}

.news__lst ul li a {
  transition: color 0.3s;
}

@media (min-width: 1024px) {
  .news__lst ul li a:hover {
    color: #009FE8;
  }
}

.contents__box {
  padding-top: clamp(4.8rem, 6.25vw, 12.6rem);
}

.contents__box ul {
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 2.34vw, 4rem);
}

@media (min-width: 1024px) {
  .contents__box ul {
    flex-direction: row;
  }
}

.contents__box ul li {
  background-color: #ECF7FC;
  border-radius: 16px;
  padding-block: 32px;
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  position: relative;
}

@media (min-width: 1024px) {
  .contents__box ul li {
    padding-inline: 24px;
    width: calc((100% - 32px) / 2);
    flex-direction: row;
    flex-wrap: wrap;
    gap: 22px 0;
  }
}

@media (min-width: 1280px) {
  .contents__box ul li {
    padding-block: clamp(3rem, 2.34vw, 4rem);
    padding-left: clamp(5.8rem, 4.53vw, 6.8rem);
    padding-right: 0;
  }
}

.contents__box ul li .btn {
  margin-top: 28px;
  width: 180px;
  min-width: 180px;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .contents__box ul li .btn {
    margin-left: 0;
  }
}

.contents__box ul li strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(0.8rem, 0.78vw, 1.2rem);
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
}

@media (min-width: 1280px) {
  .contents__box ul li strong {
    margin-left: calc((clamp(0.8rem, 0.78vw, 1.2rem) + 16px) * -1);
    width: 100%;
  }
}

.contents__box ul li strong::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
}

@media (min-width: 1280px) {
  .contents__box ul li .txt {
    width: 49.4%;
    padding-right: 40px;
  }
}

.contents__box ul li .txt p {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
}

@media (min-width: 1280px) {
  .contents__box ul li .txt p {
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .contents__box ul li img {
    width: 50.6%;
    min-width: 50.6%;
    object-fit: cover;
  }
}

.insta {
  padding-top: clamp(9.6rem, 9.37vw, 12.8rem);
  padding-bottom: clamp(9.6rem, 12.5vw, 17.2rem);
}

.insta__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.insta__inner .pc_container {
  display: contents;
}

@media (min-width: 1024px) {
  .insta__inner .pc_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.insta__inner .ttl {
  order: 1;
}

.insta__inner .btn {
  order: 3;
  width: 261px;
  min-width: 261px;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .insta__inner .btn {
    margin: 0;
  }
}

.insta__lst {
  order: 2;
}

.insta__lst ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(0.6rem, 0.78vw, 1.6rem);
}

.insta__lst ul li {
  width: calc((100% - clamp(0.6rem, 0.78vw, 1.6rem) * 2) / 3);
  transition: opacity 0.3s;
}

@media (min-width: 1280px) {
  .insta__lst ul li {
    width: calc((100% - clamp(0.6rem, 0.78vw, 1.6rem) * 5) / 6);
  }
}

@media (min-width: 1024px) {
  .insta__lst ul li:hover {
    opacity: 0.6;
  }
}

.top_v {
  background-color: #ECF7FC;
  padding-block: clamp(3.2rem, 3.12vw, 4.8rem) 32px;
}

.top_v h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: clamp(3rem, 3.75vw, 4rem);
  font-weight: bold;
}

@media (min-width: 768px) {
  .top_v h2 {
    flex-direction: row;
    justify-content: flex-start;
    gap: clamp(2rem, 2.6vw, 4rem);
  }
}

.top_v h2::before {
  content: "";
  display: block;
  width: clamp(5.6rem, 7vw, 12.8rem);
  min-width: clamp(5.6rem, 7vw, 12.8rem);
  height: clamp(5.6rem, 7vw, 12.8rem);
  min-height: clamp(5.6rem, 7vw, 12.8rem);
}

.top_v h2:has(wbr) {
  word-break: keep-all;
  text-align: center;
}

.breadcrumb {
  margin-top: clamp(1.2rem, 1.5vw, 3.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .breadcrumb {
    justify-content: flex-start;
  }
}

.breadcrumb ul {
  display: inline;
  justify-content: center;
  align-items: center;
}

.breadcrumb ul li {
  display: inline;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  color: #333333;
}

.breadcrumb ul li.current {
  color: #009FE8;
}

.breadcrumb ul li.current::after {
  content: none;
}

.breadcrumb ul li::after {
  content: "";
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 14px;
  min-height: 14px;
  background: url(../img/common/breadcrumb_arrow.svg) no-repeat;
  background-size: 100%;
  margin-inline: 8px;
  transform: translateY(3px);
}

.breadcrumb ul li a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: opacity 0.3s, text-decoration-color 0.3s;
}

@media (min-width: 1024px) {
  .breadcrumb ul li a:hover {
    opacity: 0.6;
    text-decoration-color: unset;
  }
}

.pager {
  margin-top: 32px;
}

.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.pager ul li {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--roboto), sans-serif;
}

.pager ul li.current {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #009FE8;
  border: solid 1px #CCCCCC;
}

.pager ul li.pages a {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009FE8;
  background-color: #fff;
  border: solid 1px #CCCCCC;
}

.pager--single {
  margin-top: clamp(2.8rem, 2.73vw, 3.8rem);
}

.pager--single ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 1.17vw, 2.4rem);
}

.pager--single ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #cccccc;
  border-radius: 8px;
  font-size: 1.6rem;
  position: relative;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.pager--single ul li a p {
  transition: color 0.3s;
}

.pager--single ul li.back a {
  color: #fff;
  background-color: #009FE8;
  height: 48px;
  width: 164px;
  justify-content: flex-start;
  padding-left: 24px;
}

.pager--single ul li.back a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.3s;
}

@media (min-width: 1024px) {
  .pager--single ul li.back a:hover {
    color: #009FE8;
    background-color: #fff;
    border-color: #009FE8;
  }

  .pager--single ul li.back a:hover::after {
    border-color: #009FE8;
  }
}

.pager--single ul li.prev {
  width: 48px;
}

@media (min-width: 768px) {
  .pager--single ul li.prev {
    width: 148px;
  }
}

.pager--single ul li.prev a {
  width: 100%;
  height: 48px;
}

@media (min-width: 768px) {
  .pager--single ul li.prev a {
    width: 100%;
    justify-content: flex-end;
    padding-right: 24px;
  }
}

.pager--single ul li.prev a p {
  display: none;
}

@media (min-width: 768px) {
  .pager--single ul li.prev a p {
    display: block;
    color: #009FE8;
  }
}

.pager--single ul li.prev a::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
  border-right: solid 2px #009FE8;
  border-bottom: solid 2px #009FE8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: border-color 0.3s;
}

@media (min-width: 768px) {
  .pager--single ul li.prev a::before {
    left: 16px;
    transform: translateY(-50%) rotate(135deg);
  }
}

@media (min-width: 1024px) {
  .pager--single ul li.prev a:hover {
    background-color: #009FE8;
    border-color: #009FE8;
  }

  .pager--single ul li.prev a:hover p {
    color: #fff;
  }

  .pager--single ul li.prev a:hover::before {
    border-color: #fff;
  }
}

.pager--single ul li.next {
  width: 48px;
}

@media (min-width: 768px) {
  .pager--single ul li.next {
    width: 148px;
  }
}

.pager--single ul li.next a {
  width: 100%;
  height: 48px;
}

@media (min-width: 768px) {
  .pager--single ul li.next a {
    width: 100%;
    justify-content: flex-start;
    padding-left: 24px;
  }
}

.pager--single ul li.next a p {
  display: none;
}

@media (min-width: 768px) {
  .pager--single ul li.next a p {
    display: block;
    color: #009FE8;
  }
}

.pager--single ul li.next a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
  border-right: solid 2px #009FE8;
  border-bottom: solid 2px #009FE8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: border-color 0.3s;
}

@media (min-width: 768px) {
  .pager--single ul li.next a::after {
    left: auto;
    right: 16px;
    transform: translateY(-50%) rotate(-45deg);
  }
}

@media (min-width: 1024px) {
  .pager--single ul li.next a:hover {
    background-color: #009FE8;
    border-color: #009FE8;
  }

  .pager--single ul li.next a:hover p {
    color: #fff;
  }

  .pager--single ul li.next a:hover::after {
    border-color: #fff;
  }
}

._establish {
  padding-bottom: clamp(6.4rem, 8vw, 12.8rem);
}

._establish .top_v h2::before {
  background: url(../img/establish/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._establish .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._establish .contents01 {
  padding-top: clamp(4.8rem, 6vw, 9.6rem);
}

._establish .contents01 p {
  margin-top: clamp(2.8rem, 2.73vw, 3.6rem);
  line-height: 2;
}

._establish .contents01 .tel {
  background-color: #fff;
  border-radius: 8px;
  padding-top: clamp(2.4rem, 2.34vw, 2.8rem);
  padding-bottom: 16px;
}

._establish .contents01 .tel strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
  margin-bottom: 28px;
}

._establish .contents01 .tel strong::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
}

._establish .contents01 .tel>div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(1.2rem, 1.56vw, 4rem);
}

@media (min-width: 1024px) {
  ._establish .contents01 .tel>div {
    justify-content: flex-start;
  }
}

._establish .contents01 .tel>div::before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel03.svg) no-repeat;
  background-size: 100%;
  width: clamp(4rem, 3.9vw, 6.4rem);
  min-width: clamp(4rem, 3.9vw, 6.4rem);
  height: clamp(3.5rem, 3.41vw, 5.6rem);
  min-height: clamp(3.5rem, 3.41vw, 5.6rem);
}

._establish .contents01 .tel>div>div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

._establish .contents01 .tel>div>div a {
  display: block;
  font-family: var(--roboto), sans-serif;
  font-size: clamp(4rem, 3.9vw, 5.6rem);
  color: #009FE8;
  line-height: 1;
}

@media (min-width: 1024px) {
  ._establish .contents01 .tel>div>div a {
    pointer-events: none;
  }
}

._establish .contents01 .tel>div>div span {
  font-size: clamp(1.2rem, 1.17vw, 1.4rem);
  display: block;
  color: #009FE8;
}

._establish .contents02 {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._establish .contents02__lst {
  padding-top: clamp(3.2rem, 3.12vw, 4rem);
}

._establish .contents02__lst ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 1024px) {
  ._establish .contents02__lst ul {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }
}

._establish .contents02__lst ul li {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 1.56vw, 4.8rem);
  background-color: #ECF7FC;
  border-radius: 16px;
  padding-block: clamp(2.4rem, 2.34vw, 4rem);
  padding-inline: clamp(1.6rem, 2.08vw, 4rem);
}

@media (min-width: 768px) {
  ._establish .contents02__lst ul li {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(2.4rem, 3.12vw, 4.8rem);
  }
}

@media (min-width: 1024px) {
  ._establish .contents02__lst ul li {
    width: calc((100% - 16px) / 2);
  }
}

._establish .contents02__lst ul li img {
  width: clamp(6.4rem, 8vw, 12.8rem);
  margin-inline: auto;
}

@media (min-width: 768px) {
  ._establish .contents02__lst ul li img {
    width: clamp(8.5rem, 8.3vw, 12.8rem);
    margin: 0;
  }
}

._establish .contents02__lst ul li .txt {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 1.56vw, 2.4rem);
}

._establish .contents02__lst ul li strong {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

._establish .contents02__lst ul li strong::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
  transform: translateY(calc(clamp(0.5rem, 0.48vw, 0.7rem) * -1));
}

._establish .contents03 {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._establish .contents03 .inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._establish .contents03 .pc_container {
  display: contents;
}

@media (min-width: 1024px) {
  ._establish .contents03 .pc_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

._establish .contents03 .ttl {
  order: 1;
}

._establish .contents03 .container {
  counter-reset: num 0;
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._establish .contents03 .container__lst {
  display: flex;
  flex-direction: column;
  gap: clamp(3.2rem, 3.12vw, 4rem);
}

@media (min-width: 1280px) {
  ._establish .contents03 .container__lst {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

._establish .contents03 .container__lst>div {
  background-color: #ECF7FC;
  border-radius: 16px;
}

@media (min-width: 1280px) {
  ._establish .contents03 .container__lst>div {
    width: calc((100% - clamp(3.2rem, 3.12vw, 4rem)) / 2);
  }
}

._establish .contents03 .container__lst>div strong {
  color: #fff;
  font-weight: bold;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #009FE8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.2rem, 1.17vw, 2.4rem);
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(1.2rem, 1.17vw, 1.4rem);
  counter-increment: num 1;
}

@media (min-width: 1280px) {
  ._establish .contents03 .container__lst>div strong {
    font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  }
}

._establish .contents03 .container__lst>div strong::before {
  content: "例" counter(num);
  font-family: var(--roboto), sans-serif;
  font-size: clamp(2rem, 1.95vw, 2.4rem);
  font-weight: 600;
  padding-right: clamp(1.2rem, 1.17vw, 2.4rem);
  border-right: solid 1px #fff;
  line-height: 1.4;
}

._establish .contents03 .container__lst>div dl {
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(1.6rem, 2vw, 3.2rem);
}

._establish .contents03 .container__lst>div dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

._establish .contents03 .container__lst>div dl dt::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
  transform: translateY(calc(clamp(0.5rem, 0.48vw, 0.7rem) * -1));
}

._establish .contents03 .container__lst>div dl dt:nth-of-type(n+2) {
  margin-top: clamp(1.6rem, 1.56vw, 2.4rem);
}

._establish .contents03 .container__lst>div dl dd {
  padding-top: clamp(1.6rem, 1.56vw, 1.8rem);
  padding-bottom: clamp(1.4rem, 1.75vw, 2.6rem);
  font-size: clamp(1.6rem, 1.06vw, 1.7rem);
}

._establish .contents03 .container__lst>div dl dd:not(:nth-last-of-type(1)) {
  border-bottom: solid #CCCCCC 1px;
}

._establish .contents03 .container__lst>div dl dd:nth-last-of-type(1) {
  padding-bottom: 0;
}

._establish .contents03 .container__lst>div dl dd p,
._establish .contents03 .container__lst>div dl dd li {
  line-height: 1.6;
}

._establish .contents03 .container__lst>div dl dd p+p {
  margin-top: clamp(1.6rem, 1.56vw, 2.4rem);
}

._establish .contents03 .container__lst>div dl dd ul li {
  text-indent: calc(clamp(1.6rem, 1.56vw, 1.8rem) * -1);
  padding-left: clamp(1.6rem, 1.56vw, 1.8rem);
}

._establish .contents03 .container__lst>div dl dd table {
  margin-top: clamp(1.6rem, 1.56vw, 2.4rem);
  border-radius: 16px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-collapse: separate;
  width: 100%;
  font-size: clamp(1.4rem, 0.93vw, 1.7rem);
}

._establish .contents03 .container__lst>div dl dd table th,
._establish .contents03 .container__lst>div dl dd table td {
  border: 1px solid #cccccc;
  font-weight: 500 !important;
  line-height: 1.4;
}

._establish .contents03 .container__lst>div dl dd table tr:nth-of-type(n+2) {
  background-color: #fff;
}

._establish .contents03 .container__lst>div dl dd table tr>* {
  padding: clamp(1rem, 0.97vw, 1.4rem);
  border: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
}

._establish .contents03 .container__lst>div dl dd table tr>*:nth-child(1) {
  width: 25%;
}

@media (min-width: 1024px) {
  ._establish .contents03 .container__lst>div dl dd table tr>*:nth-child(1) {
    width: 25%;
  }
}

._establish .contents03 .container__lst>div dl dd table tr>*:nth-child(2) {
  width: 37.5%;
  text-align: center;
}

@media (min-width: 1024px) {
  ._establish .contents03 .container__lst>div dl dd table tr>*:nth-child(2) {
    width: 37.5%;
  }
}

._establish .contents03 .container__lst>div dl dd table tr>*:nth-child(3) {
  width: 37.5%;
  text-align: center;
}

@media (min-width: 1024px) {
  ._establish .contents03 .container__lst>div dl dd table tr>*:nth-child(3) {
    width: 37.5%;
  }
}

._establish .contents03 .container__lst>div dl dd table tr:nth-of-type(1) {
  background-color: #EFEFEF;
}

._establish .contents03 .container__lst>div dl dd table tr:first-child>*:first-child {
  border-radius: 16px 0 0 0;
}

._establish .contents03 .container__lst>div dl dd table tr:first-child>*:last-child {
  border-radius: 0 16px 0 0;
}

._establish .contents03 .container__lst>div dl dd table tr:last-child>*:first-child {
  border-radius: 0 0 0 10px;
}

._establish .contents03 .container__lst>div dl dd table tr:last-child>*:last-child {
  border-radius: 0 0 16px 0;
}

._establish .contents03 .btn {
  order: 3;
  margin-inline: auto;
  width: 180px;
}

@media (min-width: 1024px) {
  ._establish .contents03 .btn {
    margin-left: 0;
  }
}

._establish .contents03 .btn+.btn {
  margin-top: -16px;
  width: 310px;
}

._establish .contents04 {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._establish .contents04 .inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._establish .contents04 .pc_container {
  display: contents;
}

@media (min-width: 1024px) {
  ._establish .contents04 .pc_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

._establish .contents04 .ttl {
  order: 1;
}

._establish .contents04 .container {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._establish .contents04 .btn {
  order: 3;
  margin-inline: auto;
  width: 310px;
}

@media (min-width: 1024px) {
  ._establish .contents04 .btn {
    margin-right: 0;
  }
}

._establish .contents04 .table_img {
  background-color: #ECF7FC;
  border-radius: 16px;
  padding-block: clamp(1.6rem, 2.08vw, 4rem);
  padding-inline: 12px;
}

@media (min-width: 768px) {
  ._establish .contents04 .table_img {
    pointer-events: none;
  }
}

._establish .contents04 .table_img img {
  display: block;
  width: min(100%, 1068px);
  margin-inline: auto;
}

._establish .contents_container {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._establish .contents_container .inner {
  display: flex;
  flex-direction: column;
  gap: clamp(6.4rem, 6.25vw, 15.2rem);
}

@media (min-width: 1280px) {
  ._establish .contents_container .inner {
    flex-direction: row;
    justify-content: flex-start;
  }
}

._establish .contents_container .btn {
  width: 180px;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  ._establish .contents_container .btn {
    margin-left: 0;
  }
}

._establish .contents_container .box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1024px) {
  ._establish .contents_container .box {
    gap: clamp(2.4rem, 2.34vw, 4.8rem);
  }
}

@media (min-width: 1280px) {
  ._establish .contents_container .contents05 {
    width: calc((100% - clamp(6.4rem, 6.25vw, 15.2rem)) / 2);
  }
}

@media (min-width: 1280px) {
  ._establish .contents_container .contents06 {
    width: calc((100% - clamp(6.4rem, 6.25vw, 15.2rem)) / 2);
  }
}

._establish .contents_container .contents06 .txt {
  display: contents;
}

@media (min-width: 1024px) {
  ._establish .contents_container .contents06 .txt {
    display: flex;
    flex-direction: column;
    gap: 24px;
    order: 2;
  }
}

._establish .contents_container .contents06:has(img) .txt {
  width: calc(100% - (min(42.66vw, 240px) + clamp(2.4rem, 2.34vw, 4.8rem)));
}

@media (min-width: 1024px) {
  ._establish .contents_container .contents06 .box {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

._establish .contents_container .contents06 .ttl {
  order: 1;
}

@media (min-width: 1024px) {
  ._establish .contents_container .contents06 .ttl {
    width: 100%;
  }
}

._establish .contents_container .contents06 p {
  order: 2;
}

._establish .contents_container .contents06 img {
  order: 3;
  display: block;
  width: min(42.66vw, 240px);
  margin-inline: auto;
}

._establish .contents_container .contents06 .btn {
  order: 4;
}

.lity-content {
  background-color: #ECF7FC;
  border-radius: 16px;
  padding-block: clamp(1.6rem, 2.08vw, 4rem);
  padding-inline: 12px;
  width: calc(100% - 32px);
  margin-inline: auto;
}

.lity-content img {
  display: block;
  width: min(100%, 1068px);
  margin-inline: auto;
}

._business {
  padding-bottom: clamp(6.4rem, 8vw, 12.8rem);
}

._business .top_v h2::before {
  background: url(../img/business/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._business .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._business__contents {
  padding-top: clamp(4.8rem, 4.68vw, 9.6rem);
}

._business__contents .inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

._business__contents--lst {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._business__contents--lst>div {
  border-radius: 16px;
}

._business__contents--lst>div strong {
  color: #fff;
  font-weight: bold;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: #009FE8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.2rem, 1.17vw, 2.4rem);
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(1.2rem, 1.17vw, 1.4rem);
}

@media (min-width: 1280px) {
  ._business__contents--lst>div strong {
    font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  }
}

._business__contents--lst>div dl {
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(1.6rem, 2vw, 3.2rem);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: solid 1px #CCCCCC;
  border-top: none;
}

._business__contents--lst>div dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

._business__contents--lst>div dl dt::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
  transform: translateY(calc(clamp(0.5rem, 0.48vw, 0.7rem) * -1));
}

._business__contents--lst>div dl dt:nth-of-type(n+2) {
  margin-top: clamp(1.6rem, 1.56vw, 2.4rem);
}

._business__contents--lst>div dl dd {
  padding-top: clamp(1.6rem, 1.56vw, 2rem);
  padding-bottom: clamp(1.4rem, 1.75vw, 2.6rem);
}

@media (min-width: 1024px) {
  ._business__contents--lst>div dl dd {
    padding-left: calc(clamp(0.9rem, 0.87vw, 1.2rem) + 16px);
  }
}

._business__contents--lst>div dl dd:not(:nth-last-of-type(1)) {
  border-bottom: solid #CCCCCC 1px;
}

._business__contents--lst>div dl dd:nth-last-of-type(1) {
  padding-bottom: 0;
}

._business__contents--lst>div dl dd:not(:has(.tag_lst)) {
  padding-top: 0;
}

._business__contents--lst>div dl dd a {
  font-size: clamp(1.4rem, 1.36vw, 1.6rem);
  text-decoration: underline;
  transition: opacity 0.2s;
}

@media (min-width: 1024px) {
  ._business__contents--lst>div dl dd a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

._business__contents--lst>div dl dd p {
  line-height: 2;
  margin-top: clamp(1.6rem, 1.56vw, 2rem);
}

._business__contents--lst>div dl dd p:empty {
  margin-top: 0 !important;
}

._business__contents--lst>div dl dd p:nth-of-type(n+2):has(a) {
  margin-top: 0 !important;
}

._business__contents--lst>div dl dd .tag_lst {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(0.4rem, 0.39vw, 0.8rem);
  flex-wrap: wrap;
}

._business__contents--lst>div dl dd .tag_lst li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.4rem, 1.36vw, 1.6rem);
  color: #009FE8;
  border: solid 1px #009FE8;
  border-radius: 100px;
  width: fit-content;
  padding-inline: clamp(1.6rem, 1.56vw, 2.4rem);
  padding-block: 3px;
  line-height: 1.4;
}

._business__information {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._business__information .inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2.8rem, 2.73vw, 3.2rem);
}

._business__information .btn {
  width: 180px;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  ._business__information .btn {
    margin-left: 0;
  }
}

._kyosai {
  padding-bottom: clamp(6.4rem, 8vw, 12.8rem);
}

._kyosai .top_v h2::before {
  background: url(../img/kyosai/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._kyosai .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._kyosai .txt_box {
  padding-top: clamp(4rem, 3.9vw, 9rem);
}

._kyosai section.contents01 {
  padding-top: 64px;
}

@media (min-width: 1024px) {
  ._kyosai section.contents01 {
    padding-top: 27px;
  }
}

._kyosai section:nth-of-type(n+2) {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._kyosai section .link_box {
  margin-top: clamp(3.2rem, 3.12vw, 4rem);
}

._kyosai section .link_box dl {
  border-radius: 16px;
  border: solid 1px #CCCCCC;
  overflow: clip;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  ._kyosai section .link_box dl {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: none;
  }
}

@media (min-width: 1024px) {
  ._kyosai section .link_box dl dt {
    width: max(min(25%, 360px), 280px);
  }

  ._kyosai section .link_box dl dt:nth-of-type(n+2) {
    border-top: solid 1px #cccccc;
  }
}

._kyosai section .link_box dl dt a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  color: #fff;
  background-color: #009FE8;
  padding-inline: clamp(1.6rem, 2vw, 4rem) clamp(1.6rem, 2.28vw, 5.4rem);
  padding-block: clamp(1.2rem, 1.17vw, 1.6rem);
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  height: 100%;
  transition: background-color 0.3s, text-decoration-color 0.3s;
}

@media (min-width: 1024px) {
  ._kyosai section .link_box dl dt a {
    padding-right: clamp(2.4rem, 3.12vw, 5.4rem);
  }
}

._kyosai section .link_box dl dt a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: clamp(1.6rem, 1.56vw, 2.4rem);
  transform: translateY(-50%) rotate(-45deg);
}

._kyosai section .link_box dl dt a:hover {
  background-color: #5BC4F3;
  text-decoration-color: transparent;
}

._kyosai section .link_box dl dd {
  padding-inline: clamp(1.6rem, 2vw, 2.4rem);
  padding-block: clamp(1.4rem, 1.36vw, 1.8rem);
}

@media (min-width: 1024px) {
  ._kyosai section .link_box dl dd {
    width: calc(100% - max(min(25%, 360px), 280px));
    border-right: solid 1px #cccccc;
  }

  ._kyosai section .link_box dl dd:nth-of-type(1) {
    border-top: solid 1px #cccccc;
    border-top-right-radius: 16px;
  }

  ._kyosai section .link_box dl dd:nth-last-of-type(1) {
    border-bottom: solid 1px #cccccc;
    border-bottom-right-radius: 16px;
  }
}

._kyosai section .link_box dl dd:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #CCCCCC;
}

._kyosai section .link_box dl dd>*:nth-child(n+2) {
  margin-top: clamp(0.8rem, 0.78vw, 1.2rem);
}

._kyosai section .link_box dl dd strong {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(1.8rem, 1.75vw, 2rem);
  font-weight: bold;
}

._kyosai section .link_box dl dd strong::before {
  content: "■";
  color: #009FE8;
}

._about {
  padding-bottom: clamp(6.4rem, 8vw, 12.8rem);
}

._about .top_v h2::before {
  background: url(../img/about/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._about .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._about__content {
  padding-top: clamp(4.8rem, 4.68vw, 9.6rem);
}

._about__content .inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._about__content--dl dl {
  border-radius: 16px;
  overflow: clip;
  display: flex;
  flex-direction: column;
  border: solid 1px #cccccc;
}

@media (min-width: 1024px) {
  ._about__content--dl dl {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

._about__content--dl dl dt {
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(1.6rem, 1.56vw, 2.4rem);
  background-color: #EBF9FF;
  font-weight: bold;
}

@media (min-width: 1024px) {
  ._about__content--dl dl dt {
    width: max(min(25%, 360px), 280px);
  }

  ._about__content--dl dl dt:not(:nth-last-of-type(1)) {
    border-bottom: solid 1px #cccccc;
  }
}

._about__content--dl dl dd {
  padding-inline: clamp(1.6rem, 2vw, 2.4rem);
  padding-block: clamp(1.6rem, 1.56vw, 2.4rem);
}

@media (min-width: 1024px) {
  ._about__content--dl dl dd {
    width: calc(100% - max(min(25%, 360px), 280px));
  }
}

._about__content--dl dl dd:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #cccccc;
}

._about__content--dl dl dd ul {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  ._about__content--dl dl dd ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}

._about__access {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._about__access .inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._about__access--dl dl {
  border-radius: 16px;
  overflow: clip;
  display: flex;
  flex-direction: column;
  border: solid 1px #cccccc;
}

@media (min-width: 1024px) {
  ._about__access--dl dl {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

._about__access--dl dl dt {
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(1.6rem, 1.56vw, 2.4rem);
  background-color: #EBF9FF;
  font-weight: bold;
}

@media (min-width: 1024px) {
  ._about__access--dl dl dt {
    width: max(min(25%, 360px), 280px);
  }

  ._about__access--dl dl dt:not(:nth-last-of-type(1)) {
    border-bottom: solid 1px #cccccc;
  }
}

._about__access--dl dl dd {
  padding-inline: clamp(1.6rem, 2vw, 2.4rem);
  padding-block: clamp(1.6rem, 1.56vw, 2.4rem);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1024px) {
  ._about__access--dl dl dd {
    width: calc(100% - max(min(25%, 360px), 280px));
  }
}

@media (min-width: 1280px) {
  ._about__access--dl dl dd {
    gap: 40px;
  }
}

@media (min-width: 1280px) {
  ._about__access--dl dl dd {
    flex-direction: row;
    justify-content: flex-start;
  }
}

._about__access--dl dl dd:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #cccccc;
}

@media (min-width: 1280px) {
  ._about__access--dl dl dd .txt {
    width: calc(100% - 440px);
  }
}

._about__access--dl dl dd .map {
  width: 100%;
}

@media (min-width: 1280px) {
  ._about__access--dl dl dd .map {
    width: 400px;
    max-width: 400px;
  }
}

._about__access--dl dl dd .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3.11/2.33;
  border-radius: 16px;
}

._about__roster {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._about__roster .inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._about__roster--table th,
._about__roster--table td {
  border: 1px solid #cccccc;
}

._about__roster--table table {
  border-radius: 16px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-collapse: separate;
  width: 100%;
}

._about__roster--table table tr>* {
  padding: clamp(1.4rem, 1.36vw, 2.2rem) clamp(1.2rem, 1.17vw, 2.4rem);
  border: none;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
}

._about__roster--table table tr>*:nth-child(1) {
  width: 23.32%;
}

@media (min-width: 1024px) {
  ._about__roster--table table tr>*:nth-child(1) {
    width: 25%;
  }
}

._about__roster--table table tr>*:nth-child(2) {
  width: 41.1%;
}

@media (min-width: 1024px) {
  ._about__roster--table table tr>*:nth-child(2) {
    width: 37.5%;
  }
}

._about__roster--table table tr>*:nth-child(3) {
  width: 35.27%;
}

@media (min-width: 1024px) {
  ._about__roster--table table tr>*:nth-child(3) {
    width: 37.5%;
  }
}

@media (min-width: 1024px) {
  ._about__roster--table table tr th:nth-of-type(1) {
    padding-left: clamp(2.4rem, 2.34vw, 4rem);
  }
}

._about__roster--table table tr:nth-of-type(1) {
  background-color: #EFEFEF;
}

._about__roster--table table tr:nth-of-type(n+2) th {
  background-color: #ECF7FC;
}

._about__roster--table table tr:first-child>*:first-child {
  border-radius: 16px 0 0 0;
}

._about__roster--table table tr:first-child>*:last-child {
  border-radius: 0 16px 0 0;
}

._about__roster--table table tr:last-child>*:first-child {
  border-radius: 0 0 0 10px;
}

._about__roster--table table tr:last-child>*:last-child {
  border-radius: 0 0 16px 0;
}

._about__roster--table table th {
  font-weight: bold;
}

._about__act {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._about__act .inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._about__act .inner>strong {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

@media (min-width: 1024px) {
  ._about__act .inner>strong {
    margin-top: 10px;
  }
}

._about__act .inner>strong::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
  transform: translateY(calc(clamp(0.5rem, 0.48vw, 0.7rem) * -1));
}

._about__act .inner ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1024px) {
  ._about__act .inner ul {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 24px;
  }
}

@media (min-width: 1600px) {
  ._about__act .inner ul {
    gap: 8px 0px;
  }
}

._about__act .inner ul li {
  font-size: clamp(1.8rem, 1.2vw, 2rem);
  text-indent: calc(clamp(1.6rem, 1.56vw, 1.8rem) * -1);
  padding-left: clamp(1.6rem, 1.56vw, 1.8rem);
}

@media (min-width: 1024px) {
  ._about__act .inner ul li {
    width: calc((100% - 24px) / 2);
  }
}

@media (min-width: 1600px) {
  ._about__act .inner ul li {
    width: 50%;
    white-space: nowrap;
  }

  ._about__act .inner ul li:nth-of-type(even) {
    margin-left: 60px;
    width: calc(50% - 60px);
  }
}

._about__act .btn {
  width: 180px;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  ._about__act .btn {
    margin-left: 0;
  }
}

._download {
  padding-bottom: clamp(6.4rem, 8vw, 12.8rem);
}

._download .top_v h2::before {
  background: url(../img/download/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._download .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._download .anchor {
  margin-top: clamp(4.8rem, 4.68vw, 9.6rem);
}

._download .anchor .inner>p {
  margin-top: 28px;
}

._download .anchor ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1024px) {
  ._download .anchor ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
  }
}

@media (min-width: 1024px) {
  ._download .anchor ul li {
    width: calc((100% - 16px) / 2);
  }
}

@media (min-width: 1280px) {
  ._download .anchor ul li {
    width: calc((100% - 48px) / 4);
  }
}

._download .anchor ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1.2rem, 1.17vw, 1.6rem);
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(1.6rem, 1.56vw, 3.2rem);
  border-radius: clamp(0.8rem, 0.78vw, 1.6rem);
  border: solid 1px #CCCCCC;
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 0 rgba(51, 51, 51, 0.32);
  transition: box-shadow 0.3s;
}

@media (min-width: 1024px) {
  ._download .anchor ul li a {
    flex-direction: column;
    align-items: flex-start;
  }
}

._download .anchor ul li a::after {
  content: "";
  display: block;
  width: clamp(1rem, 0.97vw, 1.2rem);
  height: clamp(1rem, 0.97vw, 1.2rem);
  border-right: solid 2px #009FE8;
  border-bottom: solid 2px #009FE8;
  position: absolute;
  top: 50%;
  right: clamp(1.6rem, 1.56vw, 3.2rem);
  transform: translateY(-50%) rotate(45deg);
}

._download .anchor ul li a p {
  border-left: solid clamp(0.4rem, 0.39vw, 0.8rem) #009FE8;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 10px;
}

@media (min-width: 1024px) {
  ._download .anchor ul li a:hover {
    box-shadow: 0 0 8px #009fe8;
  }
}

._download__contents {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._download__contents:nth-of-type(1) {
  padding-top: clamp(4.8rem, 4.68vw, 9.6rem);
}

._download__contents--lst+._download__contents--lst {
  padding-top: 20px;
}

._download__contents--lst>strong {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

@media (min-width: 1024px) {
  ._download__contents--lst>strong {
    margin-top: 20px;
  }
}

._download__contents--lst>strong::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
  transform: translateY(calc(clamp(0.5rem, 0.48vw, 0.7rem) * -1));
}

._download__contents--lst:has(> strong) ul {
  margin-top: clamp(2.4rem, 2.34vw, 3.2rem);
}

._download__contents--lst ul {
  margin-top: clamp(3.2rem, 3.12vw, 4rem);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1024px) {
  ._download__contents--lst ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: clamp(1.2rem, 1.17vw, 2.4rem) clamp(2rem, 1.56vw, 4rem);
  }
}

@media (min-width: 1024px) {
  ._download__contents--lst ul li {
    width: calc((100% - clamp(2rem, 1.56vw, 4rem)) / 2);
  }
}

._download__contents--lst ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  gap: clamp(1.2rem, 1.17vw, 1.6rem);
  font-size: clamp(1.6rem, 1.06vw, 2rem);
  font-weight: bold;
  padding-inline: clamp(1.6rem, 2vw, 4rem) 40px;
  padding-block: clamp(1.6rem, 1.56vw, 3.2rem);
  border-radius: clamp(0.8rem, 0.78vw, 1.6rem);
  border: solid 1px #CCCCCC;
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 0 rgba(51, 51, 51, 0.32);
  transition: box-shadow 0.3s;
}

@media (min-width: 1024px) {
  ._download__contents--lst ul li a {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

._download__contents--lst ul li a.dl-icon::before {
  content: "";
  display: block;
  background: url(../img/common/icon-word.svg) no-repeat;
  background-size: 100%;
  width: clamp(2rem, 1.95vw, 2.4rem);
  min-width: clamp(2rem, 1.95vw, 2.4rem);
  height: clamp(2.144rem, 2.09vw, 2.573rem);
  min-height: clamp(2.144rem, 2.09vw, 2.573rem);
}

@media (min-width: 1024px) {
  ._download__contents--lst ul li a.dl-icon::before {
    content: none;
  }
}

@media (min-width: 1024px) {
  ._download__contents--lst ul li a.dl-icon strong::before {
    content: "";
    display: block;
    background: url(../img/common/icon-word.svg) no-repeat;
    background-size: 100%;
    width: clamp(2rem, 1.95vw, 2.4rem);
    min-width: clamp(2rem, 1.95vw, 2.4rem);
    height: clamp(2.144rem, 2.09vw, 2.573rem);
    min-height: clamp(2.144rem, 2.09vw, 2.573rem);
  }
}

._download__contents--lst ul li a::after {
  content: "";
  display: block;
  width: clamp(1.2rem, 1.17vw, 1.6rem);
  height: clamp(1.2rem, 1.17vw, 1.6rem);
  border-right: solid 2px #009FE8;
  border-bottom: solid 2px #009FE8;
  position: absolute;
  top: 50%;
  right: clamp(1.6rem, 1.56vw, 3.2rem);
  transform: translateY(-50%) rotate(-45deg);
}

._download__contents--lst ul li a>div {
  width: 100%;
  width: calc(100% - (clamp(2rem, 1.95vw, 2.4rem) + clamp(1.2rem, 1.17vw, 1.6rem)));
}

._download__contents--lst ul li a strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.2rem, 1.17vw, 1.6rem);
  font-weight: bold;
}

._download__contents--lst ul li a p {
  font-size: clamp(1.4rem, 0.93vw, 1.8rem);
  font-weight: 500;
  padding-right: 24px;
}

@media (min-width: 1024px) {
  ._download__contents--lst ul li a p {
    padding-right: 0;
    padding-left: calc(clamp(2rem, 1.95vw, 2.4rem) + clamp(1.2rem, 1.17vw, 1.6rem));
    width: calc(100% - (clamp(2rem, 1.95vw, 2.4rem) + clamp(1.2rem, 1.17vw, 1.6rem)));
  }
}

@media (min-width: 1024px) {
  ._download__contents--lst ul li a:hover {
    box-shadow: 0 0 8px #009fe8;
  }
}

._faq {
  padding-bottom: clamp(6.4rem, 8vw, 12.8rem);
}

._faq .top_v h2::before {
  background: url(../img/faq/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._faq .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._faq .anchor {
  margin-top: clamp(4.8rem, 4.68vw, 9.6rem);
}

._faq .anchor .inner>p {
  margin-top: 28px;
}

._faq .anchor ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: num 0;
}

@media (min-width: 1024px) {
  ._faq .anchor ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
  }
}

._faq .anchor ul li {
  counter-increment: num 1;
}

@media (min-width: 1024px) {
  ._faq .anchor ul li {
    width: calc((100% - 16px) / 2);
  }
}

@media (min-width: 1280px) {
  ._faq .anchor ul li {
    width: calc((100% - 48px) / 4);
  }
}

._faq .anchor ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1.2rem, 1.17vw, 1.6rem);
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(1.6rem, 1.56vw, 3.2rem);
  border-radius: clamp(0.8rem, 0.78vw, 1.6rem);
  border: solid 1px #CCCCCC;
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 0 rgba(51, 51, 51, 0.32);
  transition: box-shadow 0.3s;
}

@media (min-width: 1024px) {
  ._faq .anchor ul li a {
    flex-direction: column;
    align-items: flex-start;
  }
}

._faq .anchor ul li a::after {
  content: "";
  display: block;
  width: clamp(1rem, 0.97vw, 1.2rem);
  height: clamp(1rem, 0.97vw, 1.2rem);
  border-right: solid 2px #009FE8;
  border-bottom: solid 2px #009FE8;
  position: absolute;
  top: 50%;
  right: clamp(1.6rem, 1.56vw, 3.2rem);
  transform: translateY(-50%) rotate(45deg);
}

._faq .anchor ul li a p {
  border-left: solid clamp(0.4rem, 0.39vw, 0.8rem) #009FE8;
  line-height: 1.4;
  font-weight: bold;
}

._faq .anchor ul li a p::before {
  content: counter(num) ".";
  margin-left: clamp(0.8rem, 0.78vw, 1.2rem);
  margin-right: 2px;
}

@media (min-width: 1024px) {
  ._faq .anchor ul li a:hover {
    box-shadow: 0 0 8px #009fe8;
  }
}

._faq section {
  padding-top: clamp(6.4rem, 6.25vw, 12.8rem);
}

._faq section .ttl {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

._faq section article {
  margin-top: clamp(2.4rem, 2.34vw, 2.8rem);
}

._faq section article h4 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

@media (min-width: 1024px) {
  ._faq section article h4 {
    margin-top: 20px;
  }
}

._faq section article h4::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
  transform: translateY(calc(clamp(0.5rem, 0.48vw, 0.7rem) * -1));
}

._faq section article ul {
  margin-top: clamp(1.8rem, 1.75vw, 2.6rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 0.78vw, 1.6rem);
}

._faq section article ul li {
  border: solid 1px #CCCCCC;
  border-radius: clamp(0.8rem, 0.78vw, 1.6rem);
  overflow: clip;
}

._faq section article ul li strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(1.6rem, 1.06vw, 2rem);
  font-weight: bold;
  padding-inline: clamp(1.6rem, 2vw, 4rem) clamp(4.8rem, 6vw, 8.5rem);
  padding-block: clamp(1.4rem, 1.75vw, 2.8rem);
  cursor: pointer;
  position: relative;
}

._faq section article ul li strong .toggle {
  width: clamp(1.6rem, 1.56vw, 2.4rem);
  height: clamp(1.6rem, 1.56vw, 2.4rem);
  min-width: clamp(1.6rem, 1.56vw, 2.4rem);
  min-height: clamp(1.6rem, 1.56vw, 2.4rem);
  position: absolute;
  top: 50%;
  right: clamp(1.6rem, 1.56vw, 2.4rem);
  transform: translateY(-50%);
}

._faq section article ul li strong .toggle::before,
._faq section article ul li strong .toggle::after {
  content: "";
  display: block;
  background-color: #009FE8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, transform 0.3s;
}

._faq section article ul li strong .toggle::before {
  width: clamp(1.6rem, 1.56vw, 2.4rem);
  height: 2px;
  min-width: clamp(1.6rem, 1.56vw, 2.4rem);
  min-height: 2px;
}

._faq section article ul li strong .toggle::after {
  width: 2px;
  height: clamp(1.6rem, 1.56vw, 2.4rem);
  min-width: 2px;
  min-height: clamp(1.6rem, 1.56vw, 2.4rem);
}

._faq section article ul li strong .toggle.active::before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

._faq section article ul li strong .toggle.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

._faq section article ul li>dl {
  display: none;
}

._faq section article ul li>dl dt {
  line-height: 1.8;
  background-color: #EBF9FF;
  border-top: solid 1px #cccccc;
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(2.4rem, 3vw, 4rem) clamp(3.2rem, 3.12vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 1.17vw, 2.4rem);
}

@media (min-width: 1024px) {
  ._faq section article ul li>dl dt {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

._faq section article ul li>dl dt::before {
  content: "";
  display: block;
  background: url(../img/faq/icon-q.svg) no-repeat;
  background-size: 100%;
  width: clamp(4rem, 3.9vw, 6.4rem);
  min-width: clamp(4rem, 3.9vw, 6.4rem);
  height: clamp(4rem, 3.9vw, 6.4rem);
  min-height: clamp(4rem, 3.9vw, 6.4rem);
}

._faq section article ul li>dl dd {
  line-height: 1.8;
  background-color: #FEFFEB;
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(2.4rem, 3vw, 4rem) clamp(3.2rem, 3.12vw, 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1.2rem, 1.17vw, 2.4rem);
}

@media (min-width: 1024px) {
  ._faq section article ul li>dl dd {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

._faq section article ul li>dl dd::before {
  content: "";
  display: block;
  background: url(../img/faq/icon-a.svg) no-repeat;
  background-size: 100%;
  width: clamp(4rem, 3.9vw, 6.4rem);
  min-width: clamp(4rem, 3.9vw, 6.4rem);
  height: clamp(4rem, 3.9vw, 6.4rem);
  min-height: clamp(4rem, 3.9vw, 6.4rem);
}

._news {
  padding-bottom: clamp(6.4rem, 8vw, 12.8rem);
}

._news .top_v h2::before {
  background: url(../img/news/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._news .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._news__contents {
  margin-top: clamp(4.8rem, 4.68vw, 8.5rem);
}

._news__contents .tab_switch {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  ._news__contents .tab_switch {
    gap: 8px;
  }
}

._news__contents .tab_switch li {
  width: min(100%, 320px);
}

._news__contents .tab_switch li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-break: keep-all;
  background-color: #009FE8;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: solid 1px #CCCCCC;
  line-height: 1.6;
  padding-block: clamp(1.2rem, 1.56vw, 1.4rem);
  padding-inline: 24px;
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  font-weight: bold;
}

@media (min-width: 768px) {
  ._news__contents .tab_switch li a {
    text-align: left;
    justify-content: flex-start;
    position: relative;
  }

  ._news__contents .tab_switch li a::after {
    content: "";
    display: block;
    width: clamp(1rem, 0.97vw, 1.2rem);
    height: clamp(1rem, 0.97vw, 1.2rem);
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media (min-width: 768px) {
  ._news__contents .tab_switch li a br {
    display: none;
  }
}

._news__contents .tab_switch li label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-break: keep-all;
  background-color: #009FE8;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: solid 1px #CCCCCC;
  line-height: 1.6;
  padding-block: clamp(1.2rem, 1.56vw, 1.4rem);
  padding-inline: 24px;
  font-size: clamp(1.6rem, 1.25vw, 2rem);
  font-weight: bold;
  cursor: pointer;
}

@media (min-width: 768px) {
  ._news__contents .tab_switch li label {
    text-align: left;
    justify-content: flex-start;
    position: relative;
  }

  ._news__contents .tab_switch li label::after {
    content: "";
    display: block;
    width: clamp(1rem, 0.97vw, 1.2rem);
    height: clamp(1rem, 0.97vw, 1.2rem);
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media (min-width: 768px) {
  ._news__contents .tab_switch li label br {
    display: none;
  }
}

._news__contents .tab_switch li label input[type=radio] {
  appearance: none;
  display: none;
}

._news__contents .tab_switch li label:has(input[type=radio]:checked) {
  background-color: #ECF7FC;
  color: #009FE8;
  border-color: #ECF7FC;
}

._news__contents .tab_switch li label:has(input[type=radio]:checked)::after {
  border-color: #009FE8;
}

._news__contents .tab_switch li.active a {
  background-color: #ECF7FC;
  color: #009FE8;
  border-color: #ECF7FC;
}

._news__contents .tab_switch li.active a::after {
  border-color: #009FE8;
}

._news__contents:has(input[type=radio][value=topics]:checked) #topics {
  display: block;
}

._news__contents:has(input[type=radio][value=topics]:checked) #org {
  display: none;
}

._news__contents:has(input[type=radio][value=org]:checked) #topics {
  display: none;
}

._news__contents:has(input[type=radio][value=org]:checked) #org {
  display: block;
}

._news__contents .container {
  background-color: #ECF7FC;
  padding-inline: clamp(1.6rem, 2vw, 5.6rem);
  padding-block: clamp(1.6rem, 2vw, 2.4rem) 48px;
}

@media (min-width: 768px) {
  ._news__contents .container {
    border-radius: 16px;
    border-top-left-radius: 0px;
  }
}

._news__contents .container>ul>li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-block: clamp(1.2rem, 1.17vw, 2rem);
  border-bottom: solid 1px #CCCCCC;
}

._news__contents .container>ul>li .txt {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: clamp(1.2rem, 1.17vw, 1.6rem);
}

._news__contents .container>ul>li .txt .day {
  color: #999999;
  font-weight: bold;
}

._news__contents .container>ul>li .txt ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 768px) {
  ._news__contents .container>ul>li .txt ul {
    flex-direction: row;
  }
}

._news__contents .container>ul>li .txt ul .cat {
  font-size: clamp(1.2rem, 1.17vw, 1.4rem);
  font-weight: 500;
  color: #009FE8;
  border: solid 1px #009FE8;
  background-color: #fff;
  border-radius: 4px;
  padding-inline: clamp(0.8rem, 0.78vw, 1.4rem);
  padding-block: 2px;
}

._news__contents .container>ul>li>a {
  transition: color 0.3s, text-decoration-color 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
}

@media (min-width: 1024px) {
  ._news__contents .container>ul>li>a:hover {
    color: #009FE8;
    text-decoration-color: #009FE8;

  }
}

._news--single h3 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

@media (min-width: 1024px) {
  ._news--single h3 {
    margin-top: 20px;
  }
}

._news--single h3::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
  transform: translateY(calc(clamp(0.5rem, 0.48vw, 0.7rem) * -1));
}

._news--single .txt {
  margin-top: clamp(1.6rem, 1.56vw, 2.8rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.2rem, 1.17vw, 1.6rem);
  padding-inline: calc(clamp(0.9rem, 0.87vw, 1.2rem) + 16px);
}

._news--single .txt .day {
  color: #999999;
  font-weight: bold;
}

._news--single .txt ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 768px) {
  ._news--single .txt ul {
    flex-direction: row;
  }
}

._news--single .txt ul .cat {
  font-size: clamp(1.2rem, 1.17vw, 1.4rem);
  font-weight: 500;
  color: #009FE8;
  border: solid 1px #009FE8;
  background-color: #fff;
  border-radius: 4px;
  padding-inline: clamp(0.8rem, 0.78vw, 1.4rem);
  padding-block: 2px;
}

._news--single__content {
  margin-top: clamp(2.8rem, 2.73vw, 3.8rem);
  width: 100%;
}

@media (min-width: 1024px) {
  ._news--single__content {
    padding-inline: calc(clamp(0.9rem, 0.87vw, 1.2rem) + 16px);
  }
}

._news--single__content>*:nth-child(n+2) {
  margin-top: clamp(1.6rem, 1.56vw, 2.4rem);
}

._news--single__content img {
  width: auto;
}

._news--single__content a {
  color: #009FE8;
  text-decoration: underline;
  transition: color 0.2s, text-decoration-color 0.2s;
}

@media (min-width: 1024px) {
  ._news--single__content a:hover {
    opacity: 0.6;
    text-decoration-color: transparent;
  }
}

._info {
  padding-bottom: clamp(6.4rem, 8vw, 12.8rem);
}

._info .top_v h2::before {
  background: url(../img/info/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._info .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._info .lst+.lst {
  margin-top: clamp(3.6rem, 3.51vw, 4.2rem);
}

._info .lst>strong {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

._info .lst>strong::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
  transform: translateY(calc(clamp(0.5rem, 0.48vw, 0.7rem) * -1));
}

._info .lst ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1024px) {
  ._info .lst ul {
    gap: 20px clamp(2rem, 1.95vw, 4rem);
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  ._info .lst ul li {
    width: calc((100% - clamp(2rem, 1.95vw, 4rem)) / 2);
  }
}

._info .lst ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1.2rem, 1.17vw, 1.6rem);
  font-size: clamp(1.6rem, 1.56vw, 2rem);
  font-weight: bold;
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(1.6rem, 1.56vw, 3.2rem);
  border-radius: clamp(0.8rem, 0.78vw, 1.6rem);
  border: solid 1px #CCCCCC;
  background-color: #fff;
  position: relative;
  box-shadow: 0 3px 0 rgba(51, 51, 51, 0.32);
  transition: box-shadow 0.3s;
}

._info .lst ul li a.pdf-icon::before {
  content: "";
  display: block;
  background: url(../img/common/icon-pdf.svg) no-repeat;
  background-size: 100%;
  width: clamp(2rem, 1.95vw, 2.4rem);
  min-width: clamp(2rem, 1.95vw, 2.4rem);
  height: clamp(2.6rem, 2.53vw, 3rem);
  min-height: clamp(2.6rem, 2.53vw, 3rem);
}

._info .lst ul li a::after {
  content: "";
  display: block;
  width: clamp(1.2rem, 1.17vw, 1.6rem);
  height: clamp(1.2rem, 1.17vw, 1.6rem);
  border-right: solid 2px #009FE8;
  border-bottom: solid 2px #009FE8;
  position: absolute;
  top: 50%;
  right: clamp(1.6rem, 1.56vw, 3.2rem);
  transform: translateY(-50%) rotate(-45deg);
}

._info .lst ul li a>div {
  width: 100%;
  width: calc(100% - (clamp(2rem, 1.95vw, 2.4rem) + clamp(1.2rem, 1.17vw, 1.6rem)));
}

._info .lst ul li a strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.2rem, 1.17vw, 1.6rem);
  font-weight: bold;
}

._info .lst ul li a p {
  font-size: clamp(1.4rem, 1.36vw, 1.8rem);
  font-weight: 500;
  padding-right: 24px;
}

@media (min-width: 1024px) {
  ._info .lst ul li a p {
    padding-right: 0;
    padding-left: calc(clamp(2rem, 1.95vw, 2.4rem) + clamp(1.2rem, 1.17vw, 1.6rem));
    width: calc(100% - (clamp(2rem, 1.95vw, 2.4rem) + clamp(1.2rem, 1.17vw, 1.6rem)));
  }
}

@media (min-width: 1024px) {
  ._info .lst ul li a:hover {
    box-shadow: 0 0 8px #009fe8;
  }
}

._info .lst .btn {
  justify-content: center;
  width: clamp(14.5rem, 14.16vw, 17rem);
  margin-inline: auto;
  margin-top: clamp(2.4rem, 2.34vw, 3.6rem);
}

@media (min-width: 1024px) {
  ._info .lst .btn {
    margin-left: 0;
  }
}

._info--report {
  padding-top: clamp(4.8rem, 4.68vw, 9.6rem);
}

._info--report .inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

._info--weather-map {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._info--weather-map .contents {
  margin-top: clamp(2.8rem, 2.73vw, 3.6rem);
  background-color: #ECF7FC;
  border-radius: 16px;
  padding-inline: clamp(1.6rem, 2vw, 4.8rem);
  padding-block: 32px 40px;
}

@media (min-width: 1024px) {
  ._info--weather-map .contents {
    padding-bottom: 32px;
  }
}

._info--weather-map .contents>p {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

._info--weather-map .contents>p::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
  transform: translateY(calc(clamp(0.5rem, 0.48vw, 0.7rem) * -1));
}

._info--weather-map .contents>p strong {
  font-weight: bold;
}

._info--weather-map .contents>p span {
  font-size: 1.6rem;
}

._info--weather-map .contents .contents__dl {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1280px) {
  ._info--weather-map .contents .contents__dl {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: clamp(2.4rem, 1.87vw, 4.8rem);
  }
}

@media (min-width: 1280px) {
  ._info--weather-map .contents .contents__dl dl {
    width: calc((100% - clamp(2.4rem, 1.87vw, 4.8rem)) / 2);
  }
}

._info--weather-map .contents .contents__dl dl dt {
  color: #fff;
  background-color: #009FE8;
  font-size: clamp(1.6rem, 1.56vw, 2rem);
  font-weight: bold;
  padding-inline: 16px;
  padding-block: 4px;
}

._info--weather-map .contents .contents__dl dl dd {
  padding-top: 16px;
}

@media (min-width: 1024px) {
  ._info--weather-map .contents .contents__dl dl dd {
    padding-top: 12px;
  }
}

._info--weather-map .contents .contents__dl dl dd ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px clamp(0.9rem, 0.87vw, 1.2rem);
}

._info--weather-map .contents .contents__dl dl dd ul li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: calc((100% - clamp(0.9rem, 0.87vw, 1.2rem) * 2) / 3);
}

@media (min-width: 500px) {
  ._info--weather-map .contents .contents__dl dl dd ul li {
    width: calc((100% - clamp(0.9rem, 0.87vw, 1.2rem) * 3) / 4);
  }
}

@media (min-width: 768px) {
  ._info--weather-map .contents .contents__dl dl dd ul li {
    width: calc((100% - clamp(0.9rem, 0.87vw, 1.2rem) * 4) / 5);
  }
}

._info--weather-map .contents .contents__dl dl dd ul li .img_box {
  background-color: #fff;
  border: solid 1px #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}

@media (min-width: 1280px) {
  ._info--weather-map .contents .contents__dl dl dd ul li .img_box {
    aspect-ratio: 1/0.8;
  }
}

._info--weather-map .contents .contents__dl dl dd ul li .img_box img {
  display: block;
  width: 17.06vw;
  min-width: 17.06vw;
}

@media (min-width: 500px) {
  ._info--weather-map .contents .contents__dl dl dd ul li .img_box img {
    width: 12.8vw;
    min-width: 12.8vw;
  }
}

@media (min-width: 768px) {
  ._info--weather-map .contents .contents__dl dl dd ul li .img_box img {
    width: 64px;
    min-width: 64px;
  }
}

@media (min-width: 1280px) {
  ._info--weather-map .contents .contents__dl dl dd ul li .img_box img {
    width: clamp(5.6rem, 4.37vw, 6.4rem);
    min-width: clamp(4.6rem, 3.59vw, 6.4rem);
  }
}

._info--weather-map .contents .contents__dl dl dd ul li span {
  text-align: center;
  display: block;
  font-size: clamp(1.4rem, 1.36vw, 1.6rem);
  font-weight: bold;
}

._info--weather-map .contents .contents__dl--example {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  ._info--weather-map .contents .contents__dl--example {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(2.4rem, 2.34vw, 3.2rem);
  }
}

._info--weather-map .contents .contents__dl--example strong {
  font-size: clamp(1.6rem, 1.56vw, 2rem);
  font-weight: bold;
  display: block;
}

._info--weather-map .contents .contents__dl--example ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  padding-top: 16px;
  border-top: solid 1px #009FE8;
}

@media (min-width: 768px) {
  ._info--weather-map .contents .contents__dl--example ul {
    flex-direction: row;
    gap: clamp(1.6rem, 2.08vw, 3.2rem);
  }
}

@media (min-width: 1024px) {
  ._info--weather-map .contents .contents__dl--example ul {
    margin-top: 0;
    padding-top: 0;
    padding-left: clamp(2.4rem, 2.34vw, 3.2rem);
    border-top: none;
    border-left: solid 1px #009FE8;
  }
}

._info--weather-map .contents .contents__dl--example ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

._info--weather-map .contents .contents__dl--example ul li .img_box {
  width: 64px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #CCCCCC;
}

._info--weather-map .contents .contents__dl--example ul li .img_box img {
  display: block;
  width: 48px;
  aspect-ratio: 1;
}

._info--weather-map .contents .contents__dl--example ul li span {
  font-size: 1.4rem;
  font-weight: bold;
}

._info--s_report {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._info--s_report .inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

._info--research {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._info--research .inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

._info--mail-magazine {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._info--mail-magazine .inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2.8rem, 2.73vw, 4rem);
}

._info--mail-magazine .btn {
  width: 292px;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  ._info--mail-magazine .btn {
    margin-left: 0;
  }
}

._info--magazine {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._info--magazine .inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2.8rem, 2.73vw, 4rem);
}

._info--magazine ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px clamp(2.3rem, 2.87vw, 5.6rem);
}

._info--magazine ul li {
  width: calc((100% - clamp(2.3rem, 2.87vw, 5.6rem)) / 2);
}

@media (min-width: 768px) {
  ._info--magazine ul li {
    width: calc((100% - clamp(2.3rem, 2.87vw, 5.6rem) * 2) / 3);
  }
}

@media (min-width: 1280px) {
  ._info--magazine ul li {
    width: calc((100% - clamp(2.3rem, 2.87vw, 5.6rem) * 4) / 5);
  }
}

._info--magazine ul li a {
  display: flex;
  flex-direction: column;
  gap: clamp(1.8rem, 1.75vw, 2.8rem);
}

._info--magazine ul li a>strong {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
}

._info--magazine ul li a>strong::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
  transform: translateY(calc(clamp(0.5rem, 0.48vw, 0.7rem) * -1));
}

._mail-magazine {
  padding-bottom: clamp(6.4rem, 8vw, 12.8rem);
}

._mail-magazine .top_v h2::before {
  background: url(../img/contact/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._mail-magazine .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._mail-magazine .dd-service {
  padding-top: clamp(4.8rem, 4.68vw, 9.6rem);
}

._mail-magazine .dd-service .inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

._mail-magazine .dd-service ul {
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 1.56vw, 2.4rem);
}

@media (min-width: 768px) {
  ._mail-magazine .dd-service ul li {
    max-width: 575px;
  }
}

._mail-magazine .dd-service ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(1.6rem, 1.56vw, 1.2rem);
  height: clamp(6.4rem, 6.25vw, 10rem);
  background-color: #009FE8;
  border-radius: 8px;
  color: #fff;
  font-size: clamp(1.6rem, 1.56vw, 2.4rem);
  font-weight: bold;
  box-shadow: 0 clamp(0.4rem, 0.52vw, 0.8rem) 0 #004564;
  padding-inline: 24px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

@media (min-width: 768px) {
  ._mail-magazine .dd-service ul li a {
    justify-content: center;
  }
}

._mail-magazine .dd-service ul li a::after {
  content: "";
  display: block;
  width: clamp(1rem, 0.97vw, 1.6rem);
  min-width: clamp(1rem, 0.97vw, 1.6rem);
  height: clamp(1rem, 0.97vw, 1.6rem);
  min-height: clamp(1rem, 0.97vw, 1.6rem);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: clamp(2.2rem, 2.14vw, 3.2rem);
  transform: translateY(-50%) rotate(-45deg);
}

@media (min-width: 1024px) {
  ._mail-magazine .dd-service ul li a:hover {
    transform: translateY(clamp(0.4rem, 0.52vw, 0.8rem));
    box-shadow: 0 0 0 rgba(0, 69, 100, 0);
  }
}

._mail-magazine .dd-service ul+p {
  margin-top: clamp(2.4rem, 2.34vw, 3.6rem);
}

._mail-magazine__dl {
  margin-top: clamp(3.6rem, 3.51vw, 4.8rem);
}

._mail-magazine__dl dl {
  border-radius: 16px;
  overflow: clip;
  display: flex;
  flex-direction: column;
  border: solid 1px #cccccc;
}

@media (min-width: 1024px) {
  ._mail-magazine__dl dl {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

._mail-magazine__dl dl dt {
  padding-inline: clamp(1.6rem, 2vw, 4rem);
  padding-block: clamp(1.6rem, 1.56vw, 2.4rem);
  background-color: #EBF9FF;
  font-weight: bold;
}

@media (min-width: 1024px) {
  ._mail-magazine__dl dl dt {
    width: max(min(25%, 360px), 280px);
  }

  ._mail-magazine__dl dl dt:not(:nth-last-of-type(1)) {
    border-bottom: solid 1px #cccccc;
  }
}

._mail-magazine__dl dl dd {
  padding-inline: clamp(1.6rem, 2vw, 2.4rem);
  padding-block: clamp(1.6rem, 1.56vw, 2.4rem);
}

@media (min-width: 1024px) {
  ._mail-magazine__dl dl dd {
    width: calc(100% - max(min(25%, 360px), 280px));
  }
}

._mail-magazine__dl dl dd:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #cccccc;
}

._mail-magazine__dl dl dd a {
  display: block;
  width: fit-content;
  margin-top: clamp(1.6rem, 1.56vw, 2.4rem);
  color: #009FE8;
  text-decoration: underline;
  transition: opacity 0.3s, text-decoration-color 0.3s;
}

@media (min-width: 1024px) {
  ._mail-magazine__dl dl dd a:hover {
    opacity: 0.6;
    text-decoration-color: transparent;
  }
}

._contact {
  padding-bottom: clamp(6.4rem, 8vw, 12.8rem);
}

._contact .top_v h2::before {
  background: url(../img/contact/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._contact .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._contact--tel {
  padding-top: clamp(4.8rem, 4.68vw, 9.6rem);
}

._contact--tel .tel {
  background-color: #fff;
  border-radius: 8px;
  padding-top: clamp(2.8rem, 2.73vw, 3.6rem);
  padding-bottom: 16px;
}

._contact--tel .tel strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(2rem, 1.33vw, 2.4rem);
  font-weight: bold;
  position: relative;
  gap: clamp(0.9rem, 0.87vw, 1.2rem);
  margin-bottom: 28px;
}

._contact--tel .tel strong::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 4px;
  min-height: 4px;
  background-color: #009FE8;
}

._contact--tel .tel>div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(1.2rem, 1.56vw, 4rem);
}

@media (min-width: 1024px) {
  ._contact--tel .tel>div {
    justify-content: flex-start;
  }
}

._contact--tel .tel>div::before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel03.svg) no-repeat;
  background-size: 100%;
  width: clamp(4rem, 3.9vw, 6.4rem);
  min-width: clamp(4rem, 3.9vw, 6.4rem);
  height: clamp(3.5rem, 3.41vw, 5.6rem);
  min-height: clamp(3.5rem, 3.41vw, 5.6rem);
}

._contact--tel .tel>div>div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

._contact--tel .tel>div>div a {
  display: block;
  font-family: var(--roboto), sans-serif;
  font-size: clamp(4rem, 3.9vw, 5.6rem);
  color: #009FE8;
  line-height: 1;
}

@media (min-width: 1024px) {
  ._contact--tel .tel>div>div a {
    pointer-events: none;
  }
}

._contact--tel .tel>div>div span {
  font-size: clamp(1.2rem, 1.17vw, 1.4rem);
  display: block;
  color: #009FE8;
}

._contact--form {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
}

._contact--form .container {
  margin-top: clamp(2.8rem, 2.73vw, 3.6rem);
  display: flex;
  flex-direction: column;
  gap: clamp(3.2rem, 4vw, 7.2rem);
}

@media (min-width: 1280px) {
  ._contact--form .container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (min-width: 1280px) {
  ._contact--form .container>p {
    width: calc(50% - clamp(3.2rem, 4vw, 7.2rem));
  }
}

._contact--form .container>p br {
  display: none;
}

@media (min-width: 1280px) {
  ._contact--form .container>p br {
    display: block;
  }
}

._contact--form form {
  background-color: #ECF7FC;
  border-radius: 16px;
}

@media (min-width: 1280px) {
  ._contact--form form {
    width: 50%;
  }
}

._contact--form form .privacy_chk {
  margin-top: 24px;
}

._contact .form__inner {
  padding-inline: clamp(1.6rem, 2vw, 4.8rem);
  padding-top: clamp(2.8rem, 2.73vw, 4.2rem);
  padding-bottom: clamp(3.2rem, 3.12vw, 4.8rem);
  background-color: #ECF7FC;
  border-radius: 16px;
}

._contact .form__dl dl:nth-of-type(n+2) {
  margin-top: clamp(2.4rem, 2.34vw, 3.2rem);
}

._contact .form__dl dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-weight: bold;
}

._contact .form__dl dl dt.req::before {
  content: "必須";
  display: block;
  border-radius: 4px;
  background-color: #FF0707;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  padding-inline: 14px;
  padding-block: 2px;
}

._contact .form__dl dl dd {
  padding-top: 16px;
}

._contact--result {
  padding-top: clamp(4.8rem, 4.68vw, 9.6rem);
  --inner-max: 1040px;
}

._contact--result .inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

._contact--result .err {
  color: red;
}

.user-form input[type=text] {
  font-size: clamp(1.6rem, 1.56vw, 1.8rem);
  width: 100%;
  border: solid 1px #cccccc;
  background-color: #fff;
  border-radius: 4px;
  padding-inline: clamp(1.6rem, 1.56vw, 2.4rem);
  padding-block: 14px;
}

.user-form input[type=text]::placeholder {
  font-size: clamp(1.6rem, 1.56vw, 1.8rem);
  font-weight: 500;
  color: #CCCCCC;
}

.user-form input[type=email] {
  font-size: clamp(1.6rem, 1.56vw, 1.8rem);
  width: 100%;
  border: solid 1px #cccccc;
  background-color: #fff;
  border-radius: 4px;
  padding-inline: clamp(1.6rem, 1.56vw, 2.4rem);
  padding-block: 14px;
}

.user-form input[type=email]::placeholder {
  font-size: clamp(1.6rem, 1.56vw, 1.8rem);
  font-weight: 500;
  color: #CCCCCC;
}

.user-form textarea {
  font-size: clamp(1.6rem, 1.56vw, 1.8rem);
  width: 100%;
  border: solid 1px #cccccc;
  background-color: #fff;
  border-radius: 4px;
  padding-inline: clamp(1.6rem, 1.56vw, 2.4rem);
  padding-block: 14px;
  min-height: clamp(24rem, 23.43vw, 30rem);
}

.user-form textarea::placeholder {
  font-size: clamp(1.6rem, 1.56vw, 1.8rem);
  font-weight: 500;
  color: #CCCCCC;
}

.chkbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.chkbox span {
  width: clamp(2.4rem, 2.34vw, 2.6rem);
  min-width: clamp(2.4rem, 2.34vw, 2.6rem);
  height: clamp(2.4rem, 2.34vw, 2.6rem);
  min-height: clamp(2.4rem, 2.34vw, 2.6rem);
  border-radius: 2px;
  background-color: #FFFFFF;
  border: solid 1px #cccccc;
  position: relative;
  cursor: pointer;
}

.chkbox span::after {
  content: "";
  display: block;
  background: url(../img/common/chk.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  min-width: 18px;
  height: 12px;
  min-height: 12px;
  opacity: 0;
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.chkbox p a {
  color: #009FE8;
  text-decoration: underline;
  transition: opacity 0.3s, text-decoration-color 0.3s;
}

@media (min-width: 1024px) {
  .chkbox p a:hover {
    opacity: 0.6;
    text-decoration-color: transparent;
  }
}

.chkbox input[type=checkbox] {
  appearance: none;
  display: none;
}

.chkbox:has(input[type=checkbox]:checked) span::after {
  opacity: 1;
}

.submit_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

@media (min-width: 768px) {
  .submit_area {
    flex-direction: row;
  }
}

.submit_area .submit_btn {
  position: relative;
}

.submit_area .submit_btn::after {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.3s;
}

.submit_area .submit_btn input[type=submit] {
  background-color: #009FE8;
  color: #fff;
  border: solid #cccccc 1px;
  height: 48px;
  width: 240px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

@media (min-width: 1024px) {
  .submit_area .submit_btn:hover::after {
    border-color: #009FE8;
  }

  .submit_area .submit_btn:hover input[type=submit] {
    background-color: #fff;
    color: #009FE8;
    border-color: #009FE8;
  }
}

.submit_area .back_btn {
  position: relative;
}

.submit_area .back_btn::after {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  border-right: solid 2px #009FE8;
  border-bottom: solid 2px #009FE8;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-45deg);
  transition: border-color 0.3s;
}

.submit_area .back_btn input[type=button] {
  background-color: #fff;
  color: #009FE8;
  border: solid #cccccc 1px;
  height: 48px;
  width: 240px;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

@media (min-width: 1024px) {
  .submit_area .back_btn:hover::after {
    border-color: #fff;
  }

  .submit_area .back_btn:hover input[type=button] {
    background-color: #009FE8;
    color: #fff;
    border-color: #fff;
  }
}

._privacy {
  padding-bottom: clamp(2.4rem, 3vw, 12.8rem);
}

._privacy .top_v h2::before {
  background: url(../img/privacy/icon-ttl.svg) no-repeat;
  background-size: 100%;
}

._privacy .ttl {
  font-size: clamp(2.8rem, 1.86vw, 3.6rem);
  font-weight: bold;
  line-height: 1.6;
}

._privacy__contents {
  padding-top: clamp(6.4rem, 8vw, 12.8rem);
  line-height: 2;
}

._privacy__dl {
  padding-top: clamp(4.8rem, 4.68vw, 9.6rem);
}

._privacy__dl dl {
  counter-reset: num 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.6rem, 1.56vw, 2.4rem);
}

._privacy__dl dl dt {
  display: flex;
  justify-content: flex-start;
  counter-increment: num 1;
  font-size: clamp(1.8rem, 1.4vw, 2.4rem);
  font-weight: bold;
}

._privacy__dl dl dt::before {
  content: counter(num) ".";
  margin-right: 8px;
}

._privacy__dl dl dd:not(:nth-last-of-type(1)) {
  padding-bottom: clamp(1.6rem, 1.56vw, 2.4rem);
}

._privacy__dl dl dd ul li {
  display: flex;
  justify-content: flex-start;
}

._privacy__dl dl dd p+p {
  margin-top: clamp(1.6rem, 1.56vw, 2.4rem);
}

.wp-pagenavi {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .previouspostslink {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--roboto), sans-serif;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009FE8;
  background-color: #fff;
  border: solid 1px #CCCCCC;
}

.wp-pagenavi .nextpostslink {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--roboto), sans-serif;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009FE8;
  background-color: #fff;
  border: solid 1px #CCCCCC;
}

.wp-pagenavi .current {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--roboto), sans-serif;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #009FE8;
  border: solid 1px #CCCCCC;
}

.wp-pagenavi .page {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--roboto), sans-serif;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009FE8;
  background-color: #fff;
  border: solid 1px #CCCCCC;
}

.empty {
  padding-block: clamp(2.4rem, 2.34vw, 3.6rem);
}

.nf404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(2.4rem, 2.34vw, 3.6rem);
  padding-block: clamp(7.5rem, 7.32vw, 10rem);
  width: min(100% - 16px, 1200px);
  margin-inline: auto;
  text-align: center;
}

.nf404 strong {
  display: block;
  font-size: clamp(2rem, 1.95vw, 2.4rem);
  font-weight: bold;
}

.nf404 p {
  font-size: clamp(1.6rem, 1.56vw, 1.8rem);
}

.nf404 .btn {
  width: 295px;
  margin-inline: auto;
  justify-content: center;
}