h1, h2, h3, h4, h5, p, ul, ol, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

html {
  background: #fffff2;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.733vw, 10px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: min(1.334vw, 10px);
  }
}

body {
  margin: 0;
  font-weight: 400;
  font-family: "LINE Seed JP", sans-serif;
  color: #2b2b2b;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1140px;
  }
}
body.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

svg {
  width: 100%;
  height: 100%;
}

sup {
  line-height: 1;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s linear;
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.js-animation.slideUpIn {
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.js-animation.slideUpIn.is-animated {
  opacity: 1;
  translate: 0 0;
}

@media screen and (min-width: 769px) {
  .js-anchorTarget {
    margin-top: -9.516vw;
    padding-top: 9.517vw;
  }
}
@media screen and (max-width: 768px) {
  .js-anchorTarget {
    margin-top: -5.49vw;
    padding-top: 5.491vw;
  }
}

.header_outer {
  position: sticky;
  background: #fffff2;
  width: 100%;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .header_outer {
    min-width: 1140px;
  }
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .header_inner {
    height: 9.2rem;
    padding: 0 6.2rem 0 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    height: 14.5rem;
    padding: 0 0 0 3.8rem;
  }
}

@media screen and (min-width: 769px) {
  .header_logo {
    width: 30.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 47.2rem;
  }
}

@media screen and (min-width: 769px) {
  .nav_outer {
    position: relative;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .nav_outer {
    position: absolute;
    background: #fffff2;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: height 0.4s ease-out;
    overflow: hidden;
  }
  .nav_outer.is-opened {
    height: 100dvh;
  }
}

.nav_inner {
  display: flex;
}
@media screen and (min-width: 769px) {
  .nav_inner {
    align-items: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_inner {
    flex-direction: column;
    align-items: center;
    padding: 14.5rem 0 17rem;
  }
}

.nav_menu {
  display: flex;
}
@media screen and (min-width: 769px) {
  .nav_menu {
    align-items: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_menu {
    flex-direction: column;
    gap: 4rem;
    padding: 0 0 7.4rem;
  }
}

.nav_link {
  position: relative;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .nav_link {
    line-height: 2.534;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_link {
    padding-left: 6.5rem;
    line-height: 1.5;
    font-size: 4rem;
  }
  .nav_link::before {
    content: "";
    position: absolute;
    width: 0.75em;
    height: 0.75em;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    pointer-events: none;
  }
  .nav_link.col1::before {
    background: #0039bc;
  }
  .nav_link.col2::before {
    background: #ff6ab1;
  }
  .nav_link.col3::before {
    background: #20aa5f;
  }
  .nav_link.col4::before {
    background: #ff7c46;
  }
  .nav_link.col5::before {
    background: #2771e8;
  }
  .nav_link.col6::before {
    background: #ffd125;
  }
  .nav_link.col7::before {
    background: #ff7c46;
  }
}
@media screen and (min-width: 769px) {
  .nav_link:hover {
    color: #0039bc;
  }
}

.nav_switch {
  display: block;
  position: absolute;
  width: 8.5rem;
  height: 8.5rem;
  right: 3.4rem;
  top: 3rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .nav_switch {
    display: none;
  }
}
.nav_switch::before, .nav_switch::after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  inset: 0;
}
.nav_switch::before {
  background: #fffff2;
  translate: 0 8.236%;
}
.nav_switch::after {
  background: #0039bc;
}
.nav_switch span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.nav_switch:hover::after, .nav_switch:hover span {
  translate: 0 8.236%;
}
.nav_switch:not(.is-opened) {
  fill: #fff;
}
.nav_switch:not(.is-opened) span:nth-of-type(2) {
  display: none;
}
.nav_switch.is-opened {
  fill: #fffff2;
}
.nav_switch.is-opened span:nth-of-type(1) {
  display: none;
}

.nav_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 0.04em;
  letter-spacing: 0.04em;
  font-weight: 800;
}
@media screen and (min-width: 769px) {
  .nav_button {
    width: 10.2rem;
    height: 3.8rem;
    line-height: 2.534;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_button {
    width: 43rem;
    height: 10.5rem;
    line-height: 2.917;
    font-size: 3.6rem;
  }
}
.nav_button::before, .nav_button::after {
  content: "";
  position: absolute;
  border: 1px solid;
  inset: 0;
}
.nav_button::before {
  background: #fffff2;
}
@media screen and (min-width: 769px) {
  .nav_button::before {
    border-radius: 3.8rem;
    translate: 0 10.527%;
  }
}
@media screen and (max-width: 768px) {
  .nav_button::before {
    border-radius: 10.5rem;
    translate: 0 9.524%;
  }
}
.nav_button::after {
  background: #0039bc;
}
@media screen and (min-width: 769px) {
  .nav_button::after {
    border-radius: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .nav_button::after {
    border-radius: 10.5rem;
  }
}
.nav_button span {
  position: relative;
  color: #fff;
  z-index: 2;
}
.nav_button svg {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .nav_button svg {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .nav_button:hover::after, .nav_button:hover span, .nav_button:hover svg {
    translate: 0 10.527%;
  }
}
@media screen and (max-width: 768px) {
  .nav_button:hover::after, .nav_button:hover span, .nav_button:hover svg {
    translate: 0 9.524%;
  }
}

.nav_logo {
  width: 34.4rem;
  margin-top: 5.7rem;
}
@media screen and (min-width: 769px) {
  .nav_logo {
    display: none;
  }
}

.main_outer {
  width: 100%;
  contain: paint;
}
@media screen and (min-width: 769px) {
  .main_outer {
    min-width: 1140px;
    min-height: calc(100dvh - 34rem);
  }
}
@media screen and (max-width: 768px) {
  .main_outer {
    min-height: calc(100dvh - 34rem);
  }
}

.footer_outer {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer_outer {
    min-width: 1140px;
    padding: 5rem 7rem 2.8rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_outer {
    padding: 3.6rem 0;
  }
}

.footer_inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .footer_inner {
    display: grid;
    justify-content: space-between;
    grid-template-rows: 1fr auto;
    max-width: 136.6rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner {
    display: flex;
    flex-direction: column;
  }
}
.footer_inner::before {
  content: "";
  position: absolute;
  background-image: url(../img/bg1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .footer_inner::before {
    width: 3rem;
    height: 3rem;
    left: -3.4rem;
    top: -8.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner::before {
    width: 4.4rem;
    height: 4.4rem;
    right: 8.5rem;
    top: 29.8rem;
  }
}

.footer_caption {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer_caption {
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .footer_caption {
    padding: 11.1rem 0 0 9rem;
  }
}

@media screen and (min-width: 769px) {
  .footer_pagetitle {
    width: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_pagetitle {
    width: 56.8rem;
  }
}

.footer_copy {
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .footer_copy {
    padding-top: 2.1rem;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_copy {
    padding-top: 3.2rem;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .footer_logo {
    width: 37.5rem;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_logo {
    width: 56.4rem;
    margin-top: 7rem;
  }
}

.footer_menu {
  display: grid;
}
@media screen and (min-width: 769px) {
  .footer_menu {
    grid-column: 2/3;
    grid-template-rows: repeat(2, min-content);
    gap: 2.5rem 4.5rem;
    padding: 1.3rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_menu {
    order: -5;
    grid-auto-flow: column;
    grid-template-columns: max-content max-content;
    grid-template-rows: repeat(4, 1fr);
    gap: 4rem 5rem;
    padding: 0 0 0 9rem;
  }
}
@media screen and (min-width: 769px) {
  .footer_menu > li:nth-of-type(2n+1) {
    grid-row: 1/2;
  }
  .footer_menu > li:nth-of-type(2n) {
    grid-row: 2/3;
  }
}

.footer_link {
  display: block;
  position: relative;
  padding-left: 2em;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .footer_link {
    line-height: 1.667;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_link {
    line-height: 1.667;
    font-size: 2.4rem;
  }
}
.footer_link::before {
  content: "";
  position: absolute;
  width: 0.934em;
  height: 0.934em;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
.footer_link.col1::before {
  background: #0039bc;
}
.footer_link.col2::before {
  background: #ff6ab1;
}
.footer_link.col3::before {
  background: #20aa5f;
}
.footer_link.col4::before {
  background: #ff7c46;
}
.footer_link.col5::before {
  background: #2771e8;
}
.footer_link.col6::before {
  background: #ffd125;
}
.footer_link.col7::before {
  background: #ff7c46;
}
.footer_link:hover {
  color: #0039bc;
}

.footer_copyright {
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .footer_copyright {
    grid-column: 2/3;
    padding: 0 0 0.4rem;
    font-size: 1.2rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    padding-top: 4.9rem;
    font-size: 2rem;
    text-align: center;
  }
}

.pagetop_anchor {
  position: fixed;
  transition: 0.2s linear;
  z-index: 95;
}
@media screen and (min-width: 769px) {
  .pagetop_anchor {
    width: 9.8rem;
    height: 9.8rem;
    left: calc(50% + 56.6rem);
    bottom: 6rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  .pagetop_anchor {
    left: auto;
    right: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor {
    width: 14.7rem;
    height: 14.7rem;
    right: 4rem;
    bottom: 4rem;
  }
}
.pagetop_anchor::before {
  content: "";
  position: absolute;
  background-image: url(../img/pagetop_anchor.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: 120.409%;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.pagetop_anchor.is-hide {
  opacity: 0;
}
.pagetop_anchor.is-fixed {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .pagetop_anchor.is-fixed {
    bottom: 21.6rem;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor.is-fixed {
    bottom: 58.7rem;
  }
}
.pagetop_anchor a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.134em;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 0.334em;
  letter-spacing: 0.02em;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pagetop_anchor a {
    line-height: 1.267;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor a {
    line-height: 1.273;
    font-size: 2.2rem;
  }
}
.pagetop_anchor a::before, .pagetop_anchor a::after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  inset: 0;
}
.pagetop_anchor a::before {
  background: #fffff2;
}
@media screen and (min-width: 769px) {
  .pagetop_anchor a::before {
    translate: 0 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor a::before {
    translate: 0 0.8rem;
  }
}
.pagetop_anchor a::after {
  background: #ffd125;
}
.pagetop_anchor a span {
  position: relative;
  z-index: 2;
}
.pagetop_anchor a svg {
  stroke: #2b2b2b;
  fill: #fffff2;
  position: relative;
  width: 0.934em;
  height: 1.067em;
  rotate: -90deg;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pagetop_anchor a svg {
    stroke-width: 0.35rem;
  }
}
@media screen and (min-width: 769px) {
  .pagetop_anchor a:hover::after, .pagetop_anchor a:hover span, .pagetop_anchor a:hover svg {
    translate: 0 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor a:hover::after, .pagetop_anchor a:hover span, .pagetop_anchor a:hover svg {
    translate: 0 0.8rem;
  }
}