:root, [data-bs-theme="light"] {
  --white: #fff;
  --black: #111;
  --gray80: #484848;
  --primary: #ffdb4d;
  --primary100: #fffae6;
  --primary200: #fff0b3f8;
  --primary300: #ffe680;
  --secondary: #009022;
  --border: #ced4da;
}

:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

img {
  max-block-size: 100%;
  max-inline-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

body {
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 100%;
  line-height: 1.4;
}

@media screen and (width <= 667px) {
  .block-pc {
    display: none;
  }
}

.block-sp {
  display: none;
}

@media screen and (width <= 667px) {
  .block-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}

@media screen and (width <= 667px) {
  .br-sp {
    display: inline;
  }
}

.button {
  border-radius: .5rem;
  margin: auto;
  font-weight: 700;
  transition: all .4s;
  display: inline-block;
}

.button-primary {
  background-color: var(--primary);
  border: 4px solid var(--black);
}

.button-primary:hover {
  color: var(--white);
  background-color: var(--black);
}

.button-white {
  background-color: var(--white);
  border: 4px solid var(--black);
}

.button-white:hover, .button-black {
  color: var(--white);
  background-color: var(--black);
}

b {
  font-weight: 700;
}

.marker {
  background: linear-gradient(transparent 60%, var(--primary300) 60%);
}

.deco {
  position: absolute;
}

.main {
  padding: 6.75rem 0 0;
}

@media screen and (width <= 1024px) {
  .main {
    padding: 3.125rem 0 0;
  }
}

.header {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.header-container {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 5rem;
  padding: 1.5rem;
  display: flex;
}

@media screen and (width <= 1024px) {
  .header-container {
    justify-content: flex-start;
    gap: 0;
    height: 3.125rem;
    padding: 0 .75rem;
  }
}

.header-logo {
  width: 12rem;
  transition: all .4s;
}

.header-logo:hover {
  opacity: .5;
}

@media screen and (width <= 1024px) {
  .header-logo {
    width: 8.5rem;
    height: 2.8125rem;
  }
}

.header nav {
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  display: flex;
  position: relative;
}

@media screen and (width <= 1024px) {
  .header nav {
    flex-direction: column;
  }
}

.header nav ul {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (width <= 1024px) {
  .header nav ul {
    flex-direction: column;
    gap: 0;
  }

  .header nav li + li {
    text-align: center;
    background-image: linear-gradient(to left, var(--white) 3px, transparent 3px);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 6px 1px;
    width: 100%;
  }
}

.header nav li a {
  padding: .75rem;
  transition: all .4s;
  display: inline-block;
}

.header nav li a:hover {
  font-weight: 700;
}

@media screen and (width <= 1024px) {
  .header nav li a {
    padding: .9rem;
    font-weight: 700;
    position: relative;
    top: .0625rem;
  }
}

.header .button-primary {
  padding: .625rem 1.125rem;
  font-weight: 500;
}

.spmenu-wrap.is-open {
  transform: translateY(0%);
}

@media screen and (width <= 1024px) {
  .spmenu-wrap {
    background-image: url("bg_spmenu.792b4021.png");
    background-size: cover;
    border-radius: .5rem 0 0 .5rem;
    width: 45%;
    padding: 3.5rem 0 1rem;
    transition: all .5s;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateY(-150%);
  }
}

@media screen and (width <= 667px) {
  .spmenu-wrap {
    width: calc(100% - 2.5rem);
  }
}

.spmenu-wrap .button-black {
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (width <= 1024px) {
  .spmenu-deco {
    display: block;
  }
}

.spmenu-button {
  display: none;
}

@media screen and (width <= 1024px) {
  .spmenu-button {
    z-index: 980;
    width: 3.125rem;
    height: 3.125rem;
    display: block;
    position: fixed;
    top: 0;
    right: .5rem;
  }
}

.spmenu-button.is-open span:first-child {
  top: 1.4rem;
  transform: rotate(45deg);
}

.spmenu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.spmenu-button.is-open span:nth-child(3) {
  top: 1.4rem;
  transform: rotate(-45deg);
}

.spmenu-button span {
  background-color: var(--black);
  width: 2.25rem;
  height: .25rem;
  margin: auto;
  transition: all .3s;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.spmenu-button span:first-child {
  top: .7rem;
}

.spmenu-button span:nth-child(2) {
  top: 1.4rem;
}

.spmenu-button span:nth-child(3) {
  top: 2.1rem;
}

.spmenu-deco01 {
  top: -2.5rem;
  left: 1rem;
}

.spmenu-deco02 {
  bottom: -2.5rem;
  left: 1rem;
}

.cv {
  background-image: url("bg_cta.0983ba3a.png");
  background-size: cover;
  padding: 2.25rem 0;
}

@media screen and (width <= 1024px) {
  .cv {
    background-size: 140%;
  }
}

.cv-container {
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  max-width: 26rem;
  margin: auto;
  display: flex;
}

.cv-lead {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.cv-tips {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  display: flex;
}

@media screen and (width <= 667px) {
  .cv-tips {
    gap: 1rem;
  }
}

.cv-tips > li {
  background-color: var(--primary100);
  border-radius: 8rem;
  padding: .625rem 1.125rem;
  position: relative;
}

.cv-tips > li:after {
  content: "";
  border-style: solid;
  border-left-width: .5625rem;
  border-left-color: #0000;
  border-right-width: .5625rem;
  border-right-color: #0000;
  border-top: 1.125rem solid var(--primary100);
  border-bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  position: absolute;
  bottom: -.65rem;
  left: 0;
  right: 0;
}

.cv h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

@media screen and (width <= 1024px) {
  .cv h2 {
    font-size: 1.25rem;
  }
}

.cv h2 span:before, .cv h2 span:after {
  content: "";
  background-color: var(--black);
  width: 2px;
  height: 1.875rem;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.cv h2 span:before {
  left: -1rem;
  transform: rotate(-30deg);
}

.cv h2 span:after {
  right: -1rem;
  transform: rotate(30deg);
}

.cv .button {
  padding: 1rem 1.75rem;
  font-size: 1.625rem;
}

@media screen and (width <= 1024px) {
  .cv .button {
    padding: .75rem 1.75rem;
    font-size: 1.125rem;
  }
}

.cv-secondary {
  background-image: url("bg_secondary.85be9925.png");
  background-size: cover;
  padding: 3.75rem 0;
}

@media screen and (width <= 1024px) {
  .cv-secondary {
    background-size: 140%;
  }
}

.cv-secondary-container {
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  max-width: 26rem;
  margin: auto;
  display: flex;
}

.cv-secondary-container h2 {
  text-align: center;
  font-size: 1.5rem;
}

.cv-secondary-container h2 span {
  font-size: 1.6875rem;
  font-weight: 700;
}

.cv-secondary-container p {
  color: var(--gray80);
}

@media screen and (width <= 667px) {
  .cv-secondary-container p {
    font-size: .9375rem;
  }
}

.footer {
  background-image: url("bg.6597f364.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 9.25rem 0 0;
  position: relative;
}

.footer-content {
  flex-direction: column;
  align-items: center;
  padding: 4.5rem 0;
  display: flex;
  position: relative;
}

@media screen and (width <= 1024px) {
  .footer-content {
    padding: 8rem 0 4.5rem;
  }
}

.footer-content nav {
  justify-content: center;
  margin: 2rem 0 5rem;
  display: flex;
}

@media screen and (width <= 1024px) {
  .footer-content nav {
    margin: 1.5rem 0;
  }
}

.footer-content nav a {
  color: var(--white);
  padding: 1.25rem;
  text-decoration: underline;
  transition: all .4s;
  position: relative;
}

.footer-content nav a:hover {
  opacity: .5;
}

.footer-content nav a img {
  position: relative;
  top: .0625rem;
  left: .25rem;
}

.footer-content nav a + a:before {
  content: "";
  background-color: var(--black);
  width: .0625rem;
  height: 1rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.footer small {
  color: var(--white);
  font-size: .75rem;
}

.footer-deco01 {
  top: -9.5rem;
  left: 0;
}

@media screen and (width <= 1024px) {
  .footer-deco01 {
    display: none;
  }
}

.footer-deco02 {
  top: -12rem;
  right: -6rem;
}

@media screen and (width <= 1024px) {
  .footer-deco02 {
    display: none;
  }
}

.footer-deco03 {
  display: none;
}

@media screen and (width <= 1024px) {
  .footer-deco03 {
    text-align: center;
    width: 100%;
    display: block;
    top: -8rem;
    left: 0;
    right: 0;
  }
}

.title {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 2.375rem;
  font-weight: 700;
  display: flex;
}

@media screen and (width <= 1024px) {
  .title {
    font-size: 1.8rem;
  }
}

@media screen and (width <= 667px) {
  .title {
    font-size: 1.375rem;
  }
}

.title img {
  position: relative;
  top: -.35rem;
}

@media screen and (width <= 1024px) {
  .title img {
    width: 11rem;
    top: -.15rem;
  }
}

@media screen and (width <= 667px) {
  .title img {
    width: 8.625rem;
  }
}

.title-second {
  text-align: center;
  margin: 0 0 3.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  position: relative;
}

@media screen and (width <= 1024px) {
  .title-second {
    font-size: 1.5rem;
  }
}

@media screen and (width <= 667px) {
  .title-second {
    font-size: 1.25rem;
  }
}

.title-second:after {
  content: "";
  background-color: var(--primary);
  border-radius: .5rem;
  width: 3.625rem;
  height: .125rem;
  margin: auto;
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
}

.container-lg {
  max-width: 66.25rem;
  margin: auto;
  padding: 0 1.25rem;
}

.container-md {
  max-width: 55rem;
  margin: auto;
  padding: 0 1.25rem;
}

.container-sm {
  max-width: 46.25rem;
  margin: auto;
  padding: 0 1.25rem;
}

.fv {
  background-image: url("bg_pc.3e2fd5e9.jpg");
  background-position: 0 0;
  background-size: cover;
  padding: 10.375rem 1.25rem 9.5rem;
  position: relative;
}

@media screen and (width <= 1024px) {
  .fv {
    background-image: url("bg_sp.4c1390ec.jpg");
    padding: 7.5rem 1.25rem 6.7rem;
  }
}

.fv-content {
  background-color: var(--white);
  border: 4px solid var(--black);
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 3rem 2.375rem 2.375rem;
  display: flex;
  position: relative;
}

@media screen and (width <= 1024px) {
  .fv-content {
    padding: 3rem 1.55rem 2.375rem;
  }
}

.fv-content:before {
  content: "";
  background-color: var(--white);
  width: calc(10.0625rem - 8px);
  height: .5rem;
  margin: auto;
  display: block;
  position: absolute;
  top: -.21rem;
  left: 0;
  right: 0;
}

@media screen and (width <= 1024px) {
  .fv-content:before {
    width: 6.5rem;
  }
}

.fv-flag {
  border-top: 4px solid var(--black);
  border-right: 4px solid var(--black);
  border-left: 4px solid var(--black);
  background-color: #fff;
  border-radius: 5rem 5rem 0 0;
  flex-direction: column;
  align-items: center;
  width: 10.0625rem;
  margin: auto;
  padding: 1.6875rem 2rem .625rem;
  display: flex;
  position: absolute;
  top: -5.64rem;
  left: 0;
  right: 0;
}

@media screen and (width <= 1024px) {
  .fv-flag {
    width: 6.5rem;
    padding: 1.125rem 1.75rem 0;
    top: -3rem;
  }
}

.fv h1 {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
  position: relative;
}

@media screen and (width <= 1024px) {
  .fv h1 {
    font-size: 2.25rem;
  }
}

.fv h1 .top {
  word-break: keep-all;
  margin: 0 0 .25rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
}

@media screen and (width <= 1024px) {
  .fv h1 .top {
    font-size: 1.25rem;
  }
}

.fv h1 small {
  font-size: 2.5rem;
}

@media screen and (width <= 1024px) {
  .fv h1 small {
    font-size: 1.875rem;
  }
}

.fv h1 strong {
  position: relative;
}

.fv h1 strong:after {
  content: "";
  background-color: var(--primary);
  border-radius: 5px;
  width: 101%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -.2rem;
  left: 0;
}

.fv .button {
  padding: 1rem 1.75rem;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (width <= 1024px) {
  .fv .button {
    font-size: 1.125rem;
  }
}

.fv-deco01 {
  top: -5.5rem;
  left: 3rem;
}

@media screen and (width <= 1024px) {
  .fv-deco01 {
    width: 7.3rem;
    top: auto;
    bottom: -7rem;
    left: 12rem;
  }
}

@media screen and (width <= 667px) {
  .fv-deco01 {
    width: 5.3rem;
    bottom: -5rem;
    left: 7rem;
  }
}

.fv-deco02 {
  top: 3rem;
  left: -8.5rem;
}

@media screen and (width <= 1024px) {
  .fv-deco02 {
    width: 7.43rem;
    top: -4rem;
    left: 1rem;
  }
}

@media screen and (width <= 667px) {
  .fv-deco02 {
    width: 5.43rem;
    top: -4rem;
    left: 1rem;
  }
}

.fv-deco03 {
  top: -5.5rem;
  right: -5.5rem;
}

@media screen and (width <= 1024px) {
  .fv-deco03 {
    width: 7.3rem;
    top: -5rem;
    right: 1.5rem;
  }
}

@media screen and (width <= 667px) {
  .fv-deco03 {
    width: 5.3rem;
    top: -3rem;
    right: 1.5rem;
  }
}

.fv-deco04 {
  bottom: .5rem;
  left: -1.5rem;
}

@media screen and (width <= 1024px) {
  .fv-deco04 {
    width: 6.875rem;
    bottom: -4rem;
    left: -3rem;
  }
}

@media screen and (width <= 667px) {
  .fv-deco04 {
    width: 4.875rem;
    bottom: -6rem;
    left: 1rem;
  }
}

.fv-deco05 {
  bottom: -3rem;
  right: -8.5rem;
}

@media screen and (width <= 1024px) {
  .fv-deco05 {
    width: 7.2rem;
    bottom: -5.5rem;
    right: 0;
  }
}

@media screen and (width <= 667px) {
  .fv-deco05 {
    width: 5.2rem;
    bottom: -5.5rem;
    right: 0;
  }
}

.fv-deco06 {
  top: 0;
  left: 7rem;
}

@media screen and (width <= 1024px) {
  .fv-deco06 {
    width: 3.3rem;
    top: 11rem;
    left: 5rem;
  }
}

@media screen and (width <= 667px) {
  .fv-deco06 {
    width: 2.3rem;
    top: 11rem;
    left: .75rem;
  }
}

.fv-deco07 {
  top: 4rem;
  right: 7rem;
}

@media screen and (width <= 1024px) {
  .fv-deco07 {
    width: 4.3rem;
    top: 3rem;
    right: 6rem;
  }
}

@media screen and (width <= 667px) {
  .fv-deco07 {
    top: 3rem;
    right: 1.5rem;
  }
}

.fv-deco08 {
  bottom: -1rem;
  left: 11rem;
}

@media screen and (width <= 1024px) {
  .fv-deco08 {
    width: 8.125rem;
    bottom: -4.75rem;
    left: 4rem;
  }
}

@media screen and (width <= 667px) {
  .fv-deco08 {
    width: 7.125rem;
    bottom: -4.75rem;
    left: 2rem;
  }
}

.fv-deco09 {
  bottom: -3.25rem;
  left: 28rem;
}

@media screen and (width <= 1024px) {
  .fv-deco09 {
    display: none;
  }
}

.fv-deco10 {
  bottom: -5rem;
  right: 12rem;
}

@media screen and (width <= 1024px) {
  .fv-deco10 {
    width: 9.75rem;
    bottom: -4rem;
    right: 4rem;
  }
}

@media screen and (width <= 667px) {
  .fv-deco10 {
    width: 8.75rem;
    bottom: -4rem;
    right: 1rem;
  }
}

.reason {
  padding: 5rem 0 3.75rem;
}

@media screen and (width <= 1024px) {
  .reason {
    margin: 4.5rem 0 0;
    padding: 3rem 0 2.85rem;
  }
}

.reason-list {
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  max-width: 47rem;
  margin: 3.25rem auto 0;
  display: flex;
}

@media screen and (width <= 1024px) {
  .reason-list {
    gap: 2rem;
    margin: 1.75rem auto 0;
  }
}

.reason-list > li {
  justify-content: center;
  align-items: center;
  gap: .375rem;
  display: flex;
  position: relative;
}

@media screen and (width <= 667px) {
  .reason-list > li {
    display: block;
  }
}

.reason-list-icon {
  width: 6.25rem;
  height: 6.25rem;
}

@media screen and (width <= 667px) {
  .reason-list-icon {
    margin: auto;
  }
}

.reason-list-detail {
  width: calc(100% - 6.25rem);
  padding: 2rem 0 0 2rem;
}

@media screen and (width <= 667px) {
  .reason-list-detail {
    width: 100%;
    padding: 0;
  }
}

.reason-list-detail p {
  z-index: 10;
  color: var(--gray80);
  line-height: 140%;
  position: relative;
}

.reason-list-detail p strong {
  font-weight: 700;
}

.reason-list-title {
  position: relative;
}

@media screen and (width <= 667px) {
  .reason-list-title {
    width: 17rem;
    margin: auto;
    padding: 1rem 0 0;
  }
}

.reason-list-title h3 {
  z-index: 10;
  color: var(--secondary);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 .625rem;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  position: relative;
}

@media screen and (width <= 1024px) {
  .reason-list-title h3 {
    font-size: 1.5rem;
  }
}

@media screen and (width <= 667px) {
  .reason-list-title h3 {
    text-align: center;
    width: 100%;
    margin: 0 auto 1rem;
    padding: 0 0 .75rem;
    font-size: 1.25rem;
  }
}

.reason-list-title h3:after {
  content: "";
  background-color: var(--primary300);
  border-radius: 1rem;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width <= 667px) {
  .reason-list-title h3:after {
    width: 12.5rem;
    margin: auto;
    right: 0;
  }
}

.reason-list-title h3 span {
  font-size: 2.5rem;
}

@media screen and (width <= 1024px) {
  .reason-list-title h3 span {
    font-size: 2rem;
  }
}

@media screen and (width <= 667px) {
  .reason-list-title h3 span {
    font-size: 1.625rem;
  }
}

.reason-list-num {
  color: var(--primary300);
  opacity: .6;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: -2.5rem;
  left: -1.5rem;
}

@media screen and (width <= 667px) {
  .reason-list-num {
    top: -2.25rem;
    left: .5rem;
  }
}

.archive {
  padding: 5rem 0;
  position: relative;
}

@media screen and (width <= 667px) {
  .archive {
    padding: 2.85rem 0 1rem;
  }
}

.archive .container-lg {
  position: relative;
}

.archive-list {
  grid-template-columns: repeat(3, 31.9%);
  gap: 1.375rem;
  margin: 2.375rem 0 0;
  display: grid;
}

@media screen and (width <= 667px) {
  .archive-list {
    grid-template-columns: repeat(1, 100%);
  }
}

.archive-list > li {
  border: 4px solid var(--primary);
  border-radius: .5rem;
  position: relative;
}

.archive-list > li h3 {
  text-align: center;
  background-color: var(--primary);
  padding: .25rem;
  font-size: 1.25rem;
}

.archive-list-body {
  text-align: center;
  padding: 1.25rem 1rem;
}

.archive-list-body .text {
  flex-direction: column;
  justify-content: center;
  height: 2.875rem;
  display: flex;
}

.archive-list-body .text b {
  font-weight: 700;
}

.archive-list-body .num {
  justify-content: center;
  align-items: baseline;
  font-weight: 700;
  display: flex;
}

.archive-list-body .num .before {
  font-size: 1.66013rem;
}

@media screen and (width <= 1024px) {
  .archive-list-body .num .before {
    font-size: 1.5rem;
  }
}

.archive-list-body .num .before-unit {
  font-size: 1.32813rem;
}

@media screen and (width <= 1024px) {
  .archive-list-body .num .before-unit {
    font-size: 1.25rem;
  }
}

.archive-list-body .num .after {
  color: var(--secondary);
  font-size: 3.25rem;
}

@media screen and (width <= 1024px) {
  .archive-list-body .num .after {
    font-size: 2rem;
  }
}

.archive-list-body .num .after-unit {
  color: var(--secondary);
  font-size: 2.375rem;
}

@media screen and (width <= 1024px) {
  .archive-list-body .num .after-unit {
    font-size: 1.25rem;
  }
}

.archive-deco01 {
  top: -3.5rem;
  right: -.5rem;
}

@media screen and (width <= 1024px) {
  .archive-deco01 {
    width: 3rem;
    top: -2.5rem;
    right: 2rem;
  }
}

@media screen and (width <= 667px) {
  .archive-deco01 {
    width: 3rem;
    top: -2.5rem;
    right: 1rem;
  }
}

.archive-deco02 {
  bottom: -4rem;
  left: -6rem;
}

@media screen and (width <= 1024px) {
  .archive-deco02 {
    width: 4.6rem;
    top: 0;
    bottom: auto;
    left: 2rem;
  }
}

@media screen and (width <= 667px) {
  .archive-deco02 {
    width: 5.6rem;
    padding: 1rem 0 0;
    position: static;
  }
}

.support {
  background-color: var(--primary100);
  padding: 3.75rem 0;
}

.support .title {
  flex-direction: column;
  line-height: 1;
}

.support .title span {
  align-items: center;
  display: flex;
}

.support .title span img {
  position: relative;
  top: -.125rem;
}

@media screen and (width <= 667px) {
  .support .title span img {
    top: -.05rem;
  }
}

.support-content {
  border: 3px solid var(--black);
  background-color: var(--white);
  border-radius: .5rem;
  flex-direction: column;
  margin: 3rem 0 0;
  padding: 2.25rem;
  display: flex;
  position: relative;
}

@media screen and (width <= 667px) {
  .support-content {
    padding: 1.5rem 1rem;
  }
}

.support-content h3 {
  color: var(--secondary);
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin: 0 0 1.125rem;
  font-size: 1.625rem;
  font-weight: 700;
  display: flex;
}

.support-content p {
  text-align: center;
  word-break: keep-all;
  margin: 0 0 1.5rem;
}

@media screen and (width <= 667px) {
  .support-content p {
    text-align: left;
    word-break: break-all;
  }
}

.support-list {
  justify-content: center;
  gap: 1.1875rem;
  display: flex;
}

@media screen and (width <= 667px) {
  .support-list {
    flex-wrap: wrap;
    gap: .75rem;
  }
}

.support-list > li {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (width <= 667px) {
  .support-list > li {
    width: 100%;
  }
}

.support-list > li h4 {
  color: var(--secondary);
  border-bottom: 1px solid var(--secondary);
  margin: 0 0 1rem;
  padding: .5rem;
  font-weight: 700;
}

.support-list > li > ul {
  flex-direction: column;
  gap: .25rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

@media screen and (width <= 667px) {
  .support-list > li > ul {
    flex-flow: wrap;
  }
}

.support-list > li > ul > li {
  background-color: var(--primary200);
  border-radius: .375rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: .5rem;
}

.support-deco01 {
  top: -3.5rem;
  right: -2.5rem;
}

@media screen and (width <= 1024px) {
  .support-deco01 {
    width: 5.68rem;
  }
}

@media screen and (width <= 667px) {
  .support-deco01 {
    width: 5.68rem;
    top: -1.5rem;
    left: -.5rem;
    right: auto;
  }
}

.support-deco02 {
  bottom: -1.52rem;
  left: 1.2rem;
}

@media screen and (width <= 1024px) {
  .support-deco02 {
    width: 8.4rem;
  }
}

@media screen and (width <= 667px) {
  .support-deco02 {
    width: 8.4rem;
    bottom: -1.4rem;
    left: auto;
    right: 1rem;
  }
}

.support-deco03 {
  bottom: -4rem;
  right: -2rem;
}

@media screen and (width <= 1024px) {
  .support-deco03 {
    width: 7.8rem;
  }
}

@media screen and (width <= 667px) {
  .support-deco03 {
    width: 7.8rem;
    bottom: -6.4rem;
    right: -1rem;
  }
}

.member {
  background-image: url("bg.889db47f.jpg");
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  padding: 3.75rem 0;
  position: relative;
}

@media screen and (width <= 667px) {
  .member {
    background-size: 160%;
    padding: .25rem 0;
  }
}

.member-title {
  font-feature-settings: "palt" 1;
  letter-spacing: .15rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (width <= 667px) {
  .member-title {
    letter-spacing: 0;
    padding: 3.75rem 0;
  }
}

.member-title figure {
  margin: 0 0 1rem;
}

@media screen and (width <= 667px) {
  .member-title figure {
    width: 2.625rem;
  }
}

.member-title h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (width <= 1024px) {
  .member-title h2 {
    font-size: 2rem;
  }
}

@media screen and (width <= 667px) {
  .member-title h2 {
    font-size: 1.625rem;
  }
}

.member-title h2 span {
  display: inline-block;
  position: relative;
}

.member-title h2 span:before {
  content: "";
  background-color: var(--primary);
  border-radius: .5rem;
  width: 100%;
  height: .3125rem;
  display: block;
  position: absolute;
  bottom: .1rem;
  left: 0;
}

.member-title-deco01 {
  top: 2rem;
  left: 1.2rem;
}

@media screen and (width <= 667px) {
  .member-title-deco01 {
    width: 7.875rem;
    top: 0;
    left: -.25rem;
  }
}

.member-title-deco02 {
  top: 2rem;
  right: 1.2rem;
}

@media screen and (width <= 667px) {
  .member-title-deco02 {
    width: 7.875rem;
    top: 0;
    right: -.25rem;
  }
}

.member-list {
  margin: 3rem 0 0;
}

@media screen and (width <= 667px) {
  .member-list {
    margin: 0;
  }
}

.member-list > li {
  position: relative;
}

.member-list > li + li {
  margin: 3rem 0 0;
}

@media screen and (width <= 667px) {
  .member-list > li + li {
    margin: 4rem 0 0;
  }
}

.member-list > li:nth-child(odd) {
  padding: 4.5rem 0 0 10.875rem;
}

@media screen and (width <= 667px) {
  .member-list > li:nth-child(odd) {
    padding: 10.75rem 0 0;
  }
}

.member-list > li:nth-child(odd) picture {
  position: absolute;
  top: 0;
  left: 0;
}

.member-list > li:nth-child(odd) .member-speech {
  padding: 2.125rem 2.5rem 2.125rem 8.75rem;
}

@media screen and (width <= 1024px) {
  .member-list > li:nth-child(odd) .member-speech {
    padding: 2.125rem 2.5rem 2.125rem 5.75rem;
  }
}

@media screen and (width <= 667px) {
  .member-list > li:nth-child(odd) .member-speech {
    padding: 3.5rem 1rem 1.25rem;
  }
}

.member-list > li:nth-child(2n) {
  padding: 4.5rem 10.875rem 0 0;
}

@media screen and (width <= 667px) {
  .member-list > li:nth-child(2n) {
    padding: 10.75rem 0 0;
  }
}

.member-list > li:nth-child(2n) picture {
  position: absolute;
  top: 0;
  right: 0;
}

.member-list > li:nth-child(2n) .member-speech {
  padding: 2.125rem 8.75rem 2.125rem 2.5rem;
}

@media screen and (width <= 1024px) {
  .member-list > li:nth-child(2n) .member-speech {
    padding: 2.125rem 5.75rem 2.125rem 2.5rem;
  }
}

@media screen and (width <= 667px) {
  .member-list > li:nth-child(2n) .member-speech {
    padding: 3.5rem 1rem 1.25rem;
  }
}

@media screen and (width <= 1024px) {
  .member-list > li picture {
    width: 15rem;
  }
}

@media screen and (width <= 667px) {
  .member-list > li picture {
    text-align: center;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.member-position {
  margin: 0 0 .8125rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.member-position span {
  padding: 0 .625rem 0 0;
  font-size: .75rem;
}

@media screen and (width <= 667px) {
  .member-position span {
    display: block;
  }
}

.member-speech {
  background-color: var(--primary100);
  border: 4px solid var(--black);
  border-radius: .5rem;
}

@media screen and (width <= 667px) {
  .member-speech {
    padding: 3.5rem 1rem 1.25rem;
  }
}

.member-speech h3 {
  color: var(--secondary);
  word-break: keep-all;
  font-feature-settings: "palt" 1;
  letter-spacing: .05rem;
  margin: 0 0 .8125rem;
  padding: 0 0 .8125rem;
  font-size: 1.375rem;
  font-weight: 700;
  position: relative;
}

@media screen and (width <= 667px) {
  .member-speech h3 {
    word-break: break-all;
    font-size: 1.25rem;
  }
}

.member-speech h3:after {
  content: "";
  background-color: var(--primary);
  border-radius: .5rem;
  width: 100%;
  height: .1875rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.member-speech p {
  text-align: justify;
}

.member-speech p + p {
  margin: .5rem 0 0;
}

.member-speech p b {
  font-weight: 700;
}

.member-deco01 {
  top: -7.5rem;
  right: -6rem;
}

@media screen and (width <= 1024px) {
  .member-deco01 {
    width: 4.68rem;
    top: 1rem;
    right: 0;
  }
}

@media screen and (width <= 667px) {
  .member-deco01 {
    top: -2rem;
    right: 0;
  }
}

.member-deco02 {
  top: -10.5rem;
  left: -6rem;
}

@media screen and (width <= 1024px) {
  .member-deco02 {
    width: 6.625rem;
    top: -6.5rem;
    left: 0;
  }
}

@media screen and (width <= 667px) {
  .member-deco02 {
    top: -3rem;
    left: -1rem;
  }
}

.member-deco03 {
  top: -6rem;
  left: -4.5rem;
}

@media screen and (width <= 1024px) {
  .member-deco03 {
    width: 7.4rem;
    top: -1rem;
    left: 0;
  }
}

@media screen and (width <= 667px) {
  .member-deco03 {
    top: 5.25rem;
    left: auto;
    right: -1rem;
  }
}

.member-deco04 {
  top: 0;
  right: -4.2rem;
}

@media screen and (width <= 1024px) {
  .member-deco04 {
    width: 8.216rem;
    top: 1rem;
    right: 0;
  }
}

@media screen and (width <= 667px) {
  .member-deco04 {
    top: -3rem;
    left: 0;
    right: auto;
  }
}

.member-deco05 {
  top: 0;
  left: -3.7rem;
}

@media screen and (width <= 1024px) {
  .member-deco05 {
    width: 3.6rem;
    top: 1rem;
    left: 0;
  }
}

@media screen and (width <= 667px) {
  .member-deco05 {
    top: 7rem;
    left: auto;
    right: 0;
  }
}

.member-deco06 {
  text-align: right;
}

@media screen and (width <= 1024px) {
  .member-deco06 {
    width: 16.56rem;
    margin: 0 0 0 auto;
    position: relative;
  }
}

@media screen and (width <= 667px) {
  .member-deco06 {
    right: -.25rem;
  }
}

.company {
  padding: 3.75rem 0;
}

@media screen and (width <= 667px) {
  .company {
    padding: 2.38rem 0;
  }
}

.company p {
  color: var(--gray80);
}

.company a {
  text-decoration: underline;
}

.company-content {
  color: var(--gray80);
  grid-template-columns: repeat(2, 48%);
  gap: 1.875rem;
  margin: 3.375rem 0 0;
  display: grid;
}

@media screen and (width <= 667px) {
  .company-content {
    grid-template-columns: repeat(1, 100%);
  }
}

.company-detail dl {
  padding: .75rem 0 .5rem;
  display: flex;
}

.company-detail dl + dl {
  background-image: linear-gradient(to left, var(--primary) 2px, transparent 2px);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 4px 2px;
}

.company-detail dt {
  width: 5.8125rem;
  font-weight: 700;
}

.company-detail dd {
  width: 100%;
}

.company-address-head {
  width: 100%;
  display: flex;
}

.company-address-head div {
  width: -moz-fit-content;
  width: fit-content;
}

.company-address-branch {
  width: 100%;
  display: flex;
}

.company-address-branch div {
  width: -moz-fit-content;
  width: fit-content;
}

.company-privacy {
  flex-direction: column;
  gap: .75rem;
  padding: .75rem 0 0;
  display: flex;
}

@media screen and (width <= 667px) {
  .company-privacy figure {
    width: 3.875rem;
    margin: auto;
  }
}

.company-privacy p {
  font-size: .75rem;
}

.contact {
  padding: 3.75rem 0;
}

@media screen and (width <= 667px) {
  .contact {
    padding: 2.38rem 0;
  }
}

.contact .container-lg {
  position: relative;
}

.contact p {
  color: var(--gray80);
  text-align: center;
}

@media screen and (width <= 667px) {
  .contact p {
    text-align: left;
  }
}

.contact-form {
  border: 1px solid var(--border);
  border-radius: 20px;
  height: calc(100vh - 16rem);
  margin: 2.5rem 0 0;
  overflow: hidden scroll;
}

.contact-form iframe {
  min-height: 87rem;
}

.contact-other {
  justify-content: center;
  align-items: flex-start;
  gap: 1.75rem;
  margin: 3rem 0 0;
  display: flex;
}

@media screen and (width <= 667px) {
  .contact-other {
    flex-direction: column;
    gap: .625rem;
  }
}

.contact-other a {
  color: var(--gray80);
  border: 2px solid var(--primary);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  gap: 1.125rem;
  padding: 1.25rem 2.25rem;
  transition: all .4s;
  display: flex;
}

@media screen and (width <= 667px) {
  .contact-other a {
    justify-content: flex-start;
    gap: 1.25rem;
    width: 100%;
    padding: .5rem 1rem;
  }

  .contact-other a figure {
    width: 2.5rem;
  }
}

.contact-tel {
  text-align: center;
  pointer-events: none;
}

@media screen and (width <= 667px) {
  .contact-tel {
    pointer-events: auto;
  }
}

.contact-tel h3 {
  font-size: 1.625rem;
  font-weight: 700;
}

@media screen and (width <= 667px) {
  .contact-tel h3 {
    font-size: 1.5rem;
  }
}

.contact-deco01 {
  top: -.5rem;
  left: 5rem;
}

@media screen and (width <= 1024px) {
  .contact-deco01 {
    width: 3.25rem;
    top: -1rem;
    left: 3rem;
  }
}

.contact-deco02 {
  top: -5rem;
  right: 2rem;
}

@media screen and (width <= 1024px) {
  .contact-deco02 {
    width: 8.25rem;
    top: -7rem;
  }
}

@media screen and (width <= 667px) {
  .contact-deco02 {
    top: -5.5rem;
    right: .2rem;
  }
}

