@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 700;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  display: flex;
  flex-flow: wrap;
  gap: 15px 0;
  font-family: "Poppins", sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
}
.heading--lv3 .accent {
  color: #FFE100;
  display: contents;
}
.heading--lv3 .sub {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.heading--lv3 .sub .icon {
  width: 25px;
  display: flex;
}
.heading--lv3 .sub .icon img {
  width: 100%;
  height: auto;
}
.heading--lv3 .sub .text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    gap: 10px 0;
    font-size: 4.5rem;
  }
  .heading--lv3 .sub .icon {
    width: 20px;
  }
  .heading--lv3 .sub .text {
    font-size: 1.6rem;
  }
}
.button--pattern-1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.button--pattern-1 .text {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.button--pattern-1 .bi {
  width: 50px;
  height: 50px;
  background-color: #FFE100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button--pattern-1 .bi img {
  width: 100%;
  height: auto;
  display: block;
}
.button--pattern-1:hover i::before {
  transition: transform 0.3s ease;
  transform: translateX(2px);
}
.button--pattern-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px 30px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  max-width: 175px;
  width: 100%;
}
.button--pattern-2 .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.button--pattern-2 .icon {
  width: 15px;
  flex-shrink: 0;
}
.button--pattern-2 .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.button--pattern-2:hover {
  background: #333333 !important;
  transition: background 0.3s ease;
}
.button--pattern-2:hover .text {
  color: #ffffff !important;
  transition: color 0.3s ease;
}
.button--pattern-2:hover i::before {
  color: #ffffff;
  transition: color 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 .text {
    font-size: 1.4rem;
  }
  .button--pattern-1 .icon {
    width: 40px;
    height: 40px;
  }
  .button--pattern-2 {
    padding: 15px 25px;
  }
  .button--pattern-2 .text {
    font-size: 1.5rem;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  background: #ffffff;
  overflow: visible;
}
.header__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}
.header__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  height: 180px;
  background: #ffffff;
  border-radius: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  z-index: 1;
}
.header__logo-img {
  width: 80px;
  height: auto;
}
.header__logo-name {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 100px 0 230px;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__item a {
  font-size: 1.6rem;
  font-weight: 700;
}
.header__item a:hover {
  color: #FFE100;
  transition: color 0.2s;
}
.header__contact {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
  height: 80px;
  background: #FFE100;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0px;
}
.header__contact .bi {
  font-size: 1.6rem;
}
.header__contact span {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.header__contact:hover {
  background: #333333;
  color: white;
  transition: color 0.2s;
  transition: background 0.2s;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 65px;
  }
  .header__logo {
    width: 160px;
    height: 120px;
    border-radius: 0 0 20px 0;
    gap: 6px;
  }
  .header__logo-img {
    width: 50px;
  }
  .header__logo-name {
    font-size: 1rem;
  }
  .header__contact {
    right: 60px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    gap: 4px;
  }
  .header__contact .bi {
    font-size: 1.4rem;
  }
  .header__contact span {
    font-size: 0.8rem;
  }
}
.footer-action {
  position: relative;
  height: 500px;
}
.footer-action__bg {
  position: absolute;
  inset: 0;
}
.footer-action__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.footer-action__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-action__contents {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 55px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.footer-action__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.footer-action__heading .heading--lv3 {
  justify-content: center;
}
.footer-action__heading .heading--lv3 .sub {
  justify-content: center;
}
.footer-action__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.footer-action__cta {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer-action__tel, .footer-action__mail {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  width: 450px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.footer-action__tel-label, .footer-action__mail-label {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.footer-action__tel-num {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-action__tel-num .bi {
  font-size: 2rem;
}
.footer-action__tel-num a {
  font-family: "Poppins", sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.footer-action__tel-hours {
  font-size: 1.6rem;
}
.footer-action__mail-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 230px;
  background: #FFE100;
  border-radius: 128px;
  padding: 10px 30px;
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.footer-action__mail-btn .bi {
  font-size: 1.6rem;
}
.footer-action__mail-btn:hover {
  background: #333333;
  transition: background 0.3s ease;
  color: #ffffff;
  transition: color 0.3s ease;
}
.footer-action__mail-note {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.footer-bar {
  padding: 80px 0 50px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #000000;
  padding-top: 15px;
  margin-top: 120px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  align-items: center;
}
.footer-bar__logo img {
  width: 70px;
  height: auto;
}
.footer-bar__logo-name {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
}
.footer-bar__address {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 50px;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__sns a img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 490px;
}
.footer-bar__item a {
  font-size: 1.5rem;
}
.footer-bar__item a:hover {
  color: #FFE100;
  transition: color 0.3s ease;
}
.footer-bar__copyright {
  font-size: 1.3rem;
}
.footer-bar__copyright a:hover {
  opacity: 0.7;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
}
.footer-bar__link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    height: auto;
    min-height: 400px;
  }
  .footer-action__inner {
    padding: 20px 0;
  }
  .footer-action__contents {
    padding: 30px 20px;
    width: calc(100% - 40px);
  }
  .footer-action__cta {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .footer-action__tel, .footer-action__mail {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .footer-action__tel-num a {
    font-size: 2.8rem;
  }
  .footer-action__tel-hours {
    font-size: 1.4rem;
  }
  .footer-action__text {
    font-size: 1.5rem;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__contents {
    width: 100%;
    align-items: center;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    gap: 30px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
  }
  .footer-bar__logo {
    margin-bottom: 20px;
  }
  .footer-bar__logo-name {
    font-size: 1.6rem;
  }
  .footer-bar__address {
    margin-bottom: 30px;
  }
  .footer-bar__list {
    width: 100%;
    gap: 15px;
  }
  .footer-bar__copyright {
    text-align: center;
  }
}
.sub-mv {
  position: relative;
  height: 500px;
}
.sub-mv__bg {
  position: absolute;
  inset: 0;
}
.sub-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sub-mv__filter {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.2);
}
.sub-mv__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #ffffff;
  padding: 15px 30px;
  width: 700px;
  height: 135px;
  box-sizing: border-box;
  border-radius: 0 8px 0 0;
}
.sub-mv__logo {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.sub-mv__name {
  font-family: "Poppins", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .sub-mv {
    height: 280px;
  }
  .sub-mv__copy {
    width: 65%;
    height: 80px;
    padding: 10px 0;
    gap: 10px;
  }
  .sub-mv__logo {
    width: 45px;
  }
  .sub-mv__name {
    font-size: 2.4rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  background: #FFE100;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #333333;
}
.drawer-off__title {
  color: #333333;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__header {
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 60px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: linear-gradient(135deg, #063675 0%, #68788d 100%);
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: #FFE100;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #333333;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 700;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  width: 100%;
  height: 800px;
  display: flex;
}
.top-mv__item {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.top-mv__item:hover .top-mv__filter {
  opacity: 0;
  transition: opacity 0.2s;
}
.top-mv__img {
  position: absolute;
  inset: 0;
}
.top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-mv__filter {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.2);
}
.top-mv__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 15px 20px;
  border-radius: 0 8px 0 0;
}
.top-mv__copy img {
  width: 80px;
  height: 103px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.top-mv__copy span {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.top-mv__btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-mv__btn span {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.top-mv__btn i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-mv__btn--yellow span {
  color: #FFE100;
}
.top-mv__btn--green span {
  color: #009845;
}
.top-mv__btn--pink span {
  color: #FF0084;
}
.top-mv__btn--yellow i {
  color: #333333;
  background-color: #FFE100;
}
.top-mv__btn--green i {
  color: #ffffff;
  background-color: #009845;
}
.top-mv__btn--pink i {
  color: #ffffff;
  background-color: #FF0084;
}
.top-mv__item--academy {
  width: 50%;
  height: 100%;
}
.top-mv__item--academy .top-mv__copy {
  width: 410px;
}
.top-mv__right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.top-mv__item--park, .top-mv__item--afterschool {
  width: 100%;
  height: 50%;
}
.top-mv__item--park .top-mv__copy, .top-mv__item--afterschool .top-mv__copy {
  width: 310px;
}

@media only screen and (max-width: 767px) {
  .top-mv {
    height: auto;
    flex-direction: column;
  }
  .top-mv__item--academy {
    width: 100%;
    height: 250px;
  }
  .top-mv__right {
    width: 100%;
    height: auto;
  }
  .top-mv__item--park, .top-mv__item--afterschool {
    width: 100%;
    height: 250px;
  }
  .top-mv__copy {
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding: 10px 15px;
  }
  .top-mv__copy img {
    width: 50px;
    height: auto;
  }
  .top-mv__copy span {
    font-size: 2rem;
  }
  .top-mv__btn {
    bottom: 15px;
    right: 15px;
  }
  .top-mv__btn span {
    display: none;
  }
  .top-mv__btn img {
    width: 35px;
    height: 35px;
  }
}
.top-about {
  background: #ffffff;
  padding: 80px 0 0;
}
.top-about__contents {
  width: 100%;
  display: flex;
  gap: 100px;
  justify-content: space-around;
}
.top-about__head {
  position: relative;
  min-width: 500px;
  height: -moz-fit-content;
  height: fit-content;
}
.top-about__text {
  width: calc(100% + 200px);
  margin-right: -100px;
}
.top-about__illust {
  position: absolute;
  left: -95px;
  bottom: -100px;
  width: 177px;
}
.top-about__illust img {
  width: 100%;
  height: auto;
}
.top-about__lead {
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.top-about__gallery {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: clamp(24px, 3.1vw, 60px);
  width: 100%;
  margin-top: 50px;
  justify-content: space-between;
}
.top-about__gallery img:not(.top-about__gallery-clip) {
  display: block;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px 8px 0 0;
}
.top-about__gallery-clip {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: clamp(130px, 8.5vw, 240px);
  width: clamp(220px, 17vw, 325px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  pointer-events: none;
  max-height: 540px;
}
.top-about__gallery-1 {
  width: clamp(160px, 12.5vw, 240px);
  aspect-ratio: 240/320;
  margin-left: clamp(-50px, -2vw, 0px);
  border-radius: 0 8px 0 0 !important;
  z-index: 3;
}
.top-about__gallery-2 {
  width: clamp(500px, 36.5vw, 700px);
  aspect-ratio: 700/437;
  z-index: 1;
}
.top-about__gallery-3 {
  width: clamp(180px, 13vw, 250px);
  aspect-ratio: 1;
}
.top-about__gallery-4 {
  width: clamp(200px, 14.6vw, 280px);
  aspect-ratio: 280/200;
}
.top-about__gallery-5 {
  width: clamp(150px, 11vw, 210px);
  aspect-ratio: 210/430;
  border-radius: 8px 0 0 0 !important;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0 0;
  }
  .top-about__contents {
    width: 100%;
    flex-flow: column;
    gap: 30px;
  }
  .top-about__head {
    min-width: 100%;
  }
  .top-about__text {
    width: 100%;
    margin-right: 0;
  }
  .top-about__lead {
    margin-top: 30px;
    font-size: 2.7rem;
  }
  .top-about__gallery {
    min-height: 200px;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .top-about__gallery img {
    position: static;
    width: 50%;
    height: 150px;
    border-radius: 0 !important;
    margin: 0;
  }
  .top-about__gallery-clip {
    display: none;
  }
  .top-about__gallery-1 {
    width: 100% !important;
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }
}
.top-service {
  background: #F1F0EE;
  padding: 100px 0 100px;
}
.top-service__title {
  margin-bottom: 60px;
}
.top-service__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.top-service__item {
  position: relative;
  background: #ffffff;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
  min-height: 660px;
}
.top-service__copy {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F1F0EE;
  padding: 15px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 0 8px 0;
}
.top-service__copy img {
  width: 80px;
  height: 103px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.top-service__copy span {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
}
.top-service__box {
  display: flex;
  gap: 60px;
}
.top-service__contents {
  width: 510px;
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: 50px 0px 50px 100px;
  justify-content: center;
}
.top-service__heading {
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.top-service__text {
  line-height: 1.5;
}
.top-service__buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.top-service__gallery {
  display: flex;
  width: 450px;
  flex-flow: wrap;
  position: relative;
  top: -50px;
  gap: 20px;
}
.top-service__gallery img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.top-service__gallery-top {
  width: 100%;
  height: auto;
}
.top-service__gallery-bl {
  width: 215px;
  height: 215px;
}
.top-service__gallery-br {
  width: 215px;
  height: 215px;
}
.top-service__item--academy .button--pattern-2 {
  background: #FFE100;
}
.top-service__item--academy .button--pattern-2 .text {
  color: #333;
}
.top-service__item--academy .button--pattern-2 .icon img {
  filter: brightness(0);
}
.top-service__item--park .button--pattern-1 i {
  background: #009845;
  color: #ffffff;
}
.top-service__item--park .button--pattern-2 {
  background: #009845;
}
.top-service__item--park .button--pattern-2 .text {
  color: #ffffff;
}
.top-service__item--park .button--pattern-2 .icon {
  color: #ffffff;
}
.top-service__item--afterschool .button--pattern-1 i {
  background: #FF0084;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 60px 0 60px;
  }
  .top-service__title {
    margin-bottom: 30px;
  }
  .top-service__list {
    gap: 30px;
  }
  .top-service__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    border-radius: 0 8px 8px 8px;
  }
  .top-service__copy {
    padding: 10px 15px;
  }
  .top-service__copy img {
    width: 50px;
    height: auto;
  }
  .top-service__copy span {
    font-size: 2rem;
  }
  .top-service__gallery {
    width: calc(100% - 40px);
    gap: 15px;
    padding: 30px 20px 0px;
    top: 0;
  }
  .top-service__box {
    flex-flow: column-reverse;
    gap: 30px;
  }
  .top-service__contents {
    width: calc(100% - 40px);
    padding: 0px 20px 30px;
  }
  .top-service__gallery-top {
    width: 100%;
    height: 200px;
  }
  .top-service__gallery-bl {
    width: calc(50% - 8px);
    height: 200px;
  }
  .top-service__gallery-br {
    width: calc(50% - 8px);
    height: 200px;
  }
  .top-service__heading {
    font-size: 2.4rem;
  }
  .top-service__buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .top-service__buttons .button--pattern-2 {
    max-width: calc(100% - 50px);
  }
}
.top-company {
  position: relative;
  padding: 30px;
}
.top-company__bg {
  position: absolute;
  inset: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.top-company__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-company__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.top-company__contents {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 60px;
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  box-sizing: border-box;
}
.top-company__contents .heading--lv3 {
  justify-content: center;
}
.top-company__contents .heading--lv3 .sub {
  justify-content: center;
}
.top-company__img {
  width: 480px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.top-company__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-company__text {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: 480px;
}

@media only screen and (max-width: 767px) {
  .top-company {
    padding: 15px;
  }
  .top-company__bg {
    inset: 15px;
  }
  .top-company__inner {
    padding: 30px 0;
  }
  .top-company__contents {
    width: calc(100% - 40px);
    padding: 30px 20px;
    gap: 20px;
  }
  .top-company__img {
    width: 100%;
    height: 200px;
  }
  .top-company__text {
    width: 100%;
    font-size: 1.4rem;
  }
}
.top-column {
  background: #F1F0EE;
  padding: 80px 0 80px;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 70px;
}
.top-column__list {
  display: flex;
  gap: 40px;
}
.top-column__item {
  display: flex;
  width: calc(33.3333333333% - 28px);
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  text-decoration: none;
}
.top-column__item .link:hover {
  opacity: 0.7;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/285;
  background: #ffffff url(../img/pages/top/column/no-img.jpg) no-repeat center/contain;
  border-radius: 8px;
  overflow: hidden;
}
.top-column__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-column__item .time {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}
.top-column__item .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid #333333;
  padding-bottom: 15px;
}
.top-column__item .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 20px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0 60px;
  }
  .top-column__title {
    margin-bottom: 30px;
  }
  .top-column__list {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .top-column__item {
    width: 100%;
  }
  .top-column__item .title {
    font-size: 1.6rem;
  }
  .top-column__button {
    position: static;
    justify-content: center;
    display: flex;
  }
}
.top-news {
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
}
.top-news__title {
  flex-shrink: 0;
  padding-top: 10px;
}
.top-news__left {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.top-news__right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
  max-width: 760px;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 25px 0;
  text-decoration: none;
}
.top-news__item .link:hover {
  opacity: 0.7;
}
.top-news__item:first-child .link {
  padding-top: 0;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 95%;
}
.top-news__item .time {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.top-news__item .title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.top-news__item .icon {
  color: #FFE100;
  font-size: 1.6rem;
}
.top-news__button {
  align-self: flex-start;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news__inner {
    flex-direction: column;
    gap: 40px;
  }
  .top-news__left {
    flex-flow: row;
  }
  .top-news__right {
    width: 100%;
    max-width: 100%;
  }
  .top-news__title {
    max-width: 150px;
  }
  .top-news__list {
    width: 100%;
  }
  .top-news__item .link {
    padding: 15px 0;
  }
  .top-news__item .wrapper {
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    margin-top: 20px;
  }
}
.school-about {
  padding: 80px 0;
}
.school-about__contents {
  display: flex;
  gap: 80px;
  margin-top: 50px;
}
.school-about__copy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.school-about__copy img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.school-about__copy span {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.school-about__img-box {
  position: relative;
}
.school-about__img {
  width: 400px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  margin-left: auto;
}
.school-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.school-about__illust {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 120px;
}
.school-about__illust img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .school-about {
    padding: 60px 0;
  }
  .school-about__contents {
    gap: 30px;
    flex-flow: column;
  }
  .school-about__copy img {
    width: 50px;
    height: auto;
  }
  .school-about__copy span {
    font-size: 2.4rem;
  }
  .school-about__img-box {
    width: 100%;
  }
  .school-about__img {
    width: 100%;
    height: 250px;
    margin-left: 0;
  }
  .school-about__illust {
    width: 120px;
    top: -45px;
    left: -30px;
  }
}
.school-point {
  background: #F1F0EE;
  padding: 100px 0;
}
.school-point__title {
  margin-bottom: 50px;
}
.school-point__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.school-point__item {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px;
}
.school-point__img {
  width: 420px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.school-point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.school-point__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.school-point__ttl {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.school-point__ttl .num {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  color: #FFE100;
  line-height: 1;
}
.school-point__ttl .title {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .school-point {
    padding: 60px 0;
  }
  .school-point__title {
    margin-bottom: 30px;
  }
  .school-point__item {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .school-point__img {
    width: 100%;
    height: 200px;
  }
  .school-point__ttl .num {
    font-size: 2.5rem;
  }
  .school-point__ttl .title {
    font-size: 1.9rem;
  }
}
.school-staff {
  padding: 80px 0;
}
.school-staff__title {
  margin-bottom: 50px;
}
.school-staff__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.school-staff__item {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.school-staff__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.school-staff__ttl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
.school-staff__role {
  line-height: 1.2;
}
.school-staff__name {
  display: flex;
  align-items: center;
  gap: 20px;
}
.school-staff__name .name {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.school-staff__name .kana {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.school-staff__img {
  flex-shrink: 0;
  width: 400px;
  height: 500px;
  background: #F1F0EE;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.school-staff__img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .school-staff {
    padding: 60px 0;
  }
  .school-staff__title {
    margin-bottom: 30px;
  }
  .school-staff__list {
    gap: 40px;
  }
  .school-staff__item {
    flex-direction: column;
    gap: 20px;
  }
  .school-staff__ttl {
    padding-bottom: 20px;
  }
  .school-staff__img {
    width: 100%;
    height: 250px;
  }
  .school-staff__role {
    font-size: 1.4rem;
  }
  .school-staff__name .name {
    font-size: 2rem;
  }
  .school-staff__name .kana {
    font-size: 1.2rem;
  }
}
.school-price {
  background: #F1F0EE;
  padding: 80px 0;
}
.school-price__title {
  margin-bottom: 50px;
}
.school-price__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.school-price__item {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 30px;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.school-price__category {
  flex: 1;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.school-price__rows {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.school-price__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.school-price__dl {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  width: 680px;
}
.school-price__dt {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.school-price__dd {
  width: 180px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .school-price {
    padding: 60px 0;
  }
  .school-price__title {
    margin-bottom: 30px;
  }
  .school-price__list {
    gap: 20px;
  }
  .school-price__item {
    flex-direction: column;
    padding: 25px 20px;
    gap: 30px;
  }
  .school-price__category {
    font-size: 2rem;
    padding-top: 0;
  }
  .school-price__rows {
    width: 100%;
    gap: 20px;
  }
  .school-price__dl {
    width: 100%;
    padding-bottom: 15px;
  }
  .school-price__dt {
    font-size: 1.6rem;
  }
  .school-price__dd {
    font-size: 1.8rem;
    width: 120px;
  }
}
.school-faq {
  padding: 80px 0;
}
.school-faq__inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
}
.school-faq__list {
  max-width: 790px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.school-faq__item {
  border-top: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 790px;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.school-faq__q {
  display: flex;
  align-items: center;
  gap: 10px;
}
.school-faq__q-icon {
  width: 40px;
  height: 40px;
  background: #FFE100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.school-faq__q-text {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .school-faq {
    padding: 60px 0;
  }
  .school-faq__inner {
    flex-direction: column;
    gap: 30px;
  }
  .school-faq__list {
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }
  .school-faq__item {
    width: 100%;
    padding: 20px 0 10px;
  }
  .school-faq__q-icon {
    width: 34px;
    height: 34px;
    font-size: 1.8rem;
  }
  .school-faq__q-text {
    font-size: 1.6rem;
  }
  .school-faq__a-text {
    font-size: 1.4rem;
  }
}
.rental-about {
  padding: 80px 0;
}
.rental-about__contents {
  display: flex;
  gap: 80px;
  margin-top: 50px;
}
.rental-about__title .accent {
  color: #009845;
}
.rental-about__copy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.rental-about__copy img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.rental-about__copy span {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.rental-about__img-box {
  position: relative;
}
.rental-about__img {
  width: 400px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  margin-left: auto;
}
.rental-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rental-about__illust {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 120px;
}
.rental-about__illust img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .rental-about {
    padding: 60px 0;
  }
  .rental-about__contents {
    gap: 30px;
    flex-flow: column;
  }
  .rental-about__copy img {
    width: 50px;
    height: auto;
  }
  .rental-about__copy span {
    font-size: 2.4rem;
  }
  .rental-about__img-box {
    width: 100%;
  }
  .rental-about__img {
    width: 100%;
    height: 250px;
    margin-left: 0;
  }
  .rental-about__illust {
    width: 120px;
    top: -45px;
    left: -30px;
  }
}
.rental-scene {
  background: #F1F0EE;
  padding: 100px 0;
}
.rental-scene .heading--lv3 .accent {
  color: #009845;
}
.rental-scene__title {
  margin-bottom: 50px;
}
.rental-scene__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
.rental-scene__card {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  width: calc(33.333% - 18px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.rental-scene__card-title {
  font-size: 2rem;
  color: #009845;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.rental-scene__card-text {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .rental-scene {
    padding: 60px 0;
  }
  .rental-scene__title {
    margin-bottom: 30px;
  }
  .rental-scene__grid {
    gap: 20px;
  }
  .rental-scene__card {
    width: 100%;
    padding: 20px;
  }
  .rental-scene__card-title {
    font-size: 1.8rem;
  }
  .rental-scene__card-text {
    font-size: 1.4rem;
  }
}
.rental-point {
  padding: 100px 0;
}
.rental-point__title {
  margin-bottom: 50px;
}
.rental-point .heading--lv3 .accent {
  color: #009845;
}
.rental-point__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rental-point__item {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px;
}
.rental-point__img {
  width: 420px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.rental-point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rental-point__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rental-point__ttl {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.rental-point__ttl .num {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  color: #009845;
  line-height: 1;
}
.rental-point__ttl .title {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .rental-point {
    padding: 60px 0;
  }
  .rental-point__title {
    margin-bottom: 30px;
  }
  .rental-point__item {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .rental-point__img {
    width: 100%;
    height: 200px;
  }
  .rental-point__ttl .num {
    font-size: 2.5rem;
  }
  .rental-point__ttl .title {
    font-size: 1.9rem;
  }
}
.rental-equipment {
  background: #F1F0EE;
  padding: 80px 0;
}
.rental-equipment .heading--lv3 .accent {
  color: #009845;
}
.rental-equipment__title {
  margin-bottom: 50px;
}
.rental-equipment__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rental-equipment__img {
  width: calc(33.333% - 7px);
  aspect-ratio: 350/249;
  border-radius: 8px;
  overflow: hidden;
}
.rental-equipment__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media only screen and (max-width: 767px) {
  .rental-equipment {
    padding: 60px 0;
  }
  .rental-equipment__title {
    margin-bottom: 30px;
  }
  .rental-equipment__grid {
    gap: 10px;
  }
  .rental-equipment__img {
    width: calc(50% - 5px);
  }
}
.rental-price {
  padding: 80px 0;
}
.rental-price .heading--lv3 .accent {
  color: #009845;
}
.rental-price__title {
  margin-bottom: 50px;
}
.rental-price__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.rental-price__item {
  padding: 40px 30px;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.rental-price__category {
  flex: 1;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.rental-price__rows {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.rental-price__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rental-price__dl {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  width: 680px;
}
.rental-price__dt {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.rental-price__dd {
  width: 180px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  flex-shrink: 0;
}
.rental-price__note {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 680px;
}
.rental-price__cancel {
  margin-top: 50px;
  background: #F1F0EE;
  border-radius: 8px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rental-price__cancel-title {
  font-size: 2.4rem;
  color: #009845;
  letter-spacing: 0.05em;
  line-height: 1;
}
.rental-price__cancel-table {
  width: 100%;
  border-collapse: collapse;
}
.rental-price__cancel-thead th {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 15px 20px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
.rental-price__cancel-thead th:first-child {
  text-align: left;
  flex: 1;
}
.rental-price__cancel-tbody tr {
  border-bottom: 1px solid #cccccc;
}
.rental-price__cancel-tbody td {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 15px 20px;
  text-align: center;
  background: #ffffff;
}
.rental-price__cancel-tbody td:first-child {
  text-align: left;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .rental-price {
    padding: 60px 0;
  }
  .rental-price__title {
    margin-bottom: 30px;
  }
  .rental-price__list {
    gap: 30px;
  }
  .rental-price__item {
    flex-direction: column;
    padding: 10px;
    gap: 20px;
  }
  .rental-price__category {
    font-size: 2rem;
    padding-top: 0;
  }
  .rental-price__rows {
    width: 100%;
    gap: 25px;
  }
  .rental-price__dl {
    width: 100%;
  }
  .rental-price__dt {
    font-size: 1.6rem;
  }
  .rental-price__dd {
    font-size: 1.8rem;
    width: auto;
  }
  .rental-price__note {
    width: 100%;
    font-size: 1.4rem;
  }
  .rental-price__cancel {
    padding: 25px 10px;
    gap: 20px;
    margin-top: 40px;
  }
  .rental-price__cancel-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .rental-price__cancel-thead th, .rental-price__cancel-tbody td {
    padding: 10px;
    font-size: 1.4rem;
  }
  .rental-price__cancel-tbody td:first-child {
    font-size: 1.4rem;
  }
}
.rental-faq {
  padding: 80px 0;
  background: #F1F0EE;
}
.rental-faq .heading--lv3 .accent {
  color: #009845;
}
.rental-faq__inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
}
.rental-faq__list {
  max-width: 790px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.rental-faq__item {
  border-top: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 790px;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.rental-faq__q {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rental-faq__q-icon {
  width: 40px;
  height: 40px;
  background: #FFE100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.rental-faq__q-text {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .rental-faq {
    padding: 60px 0;
  }
  .rental-faq__inner {
    flex-direction: column;
    gap: 30px;
  }
  .rental-faq__list {
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }
  .rental-faq__item {
    width: 100%;
    padding: 20px 0 10px;
  }
  .rental-faq__q-icon {
    width: 34px;
    height: 34px;
    font-size: 1.8rem;
  }
  .rental-faq__q-text {
    font-size: 1.6rem;
  }
  .rental-faq__a-text {
    font-size: 1.4rem;
  }
}
.afterschool-about {
  padding: 80px 0;
}
.afterschool-about .heading--lv3 .accent {
  color: #FF0084;
}
.afterschool-about__contents {
  display: flex;
  gap: 80px;
  margin-top: 50px;
}
.afterschool-about__copy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.afterschool-about__copy img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.afterschool-about__copy span {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.afterschool-about__img-box {
  position: relative;
}
.afterschool-about__img {
  width: 400px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  margin-left: auto;
}
.afterschool-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.afterschool-about__illust {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 120px;
}
.afterschool-about__illust img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .afterschool-about {
    padding: 60px 0;
  }
  .afterschool-about__contents {
    gap: 30px;
    flex-flow: column;
  }
  .afterschool-about__copy img {
    width: 50px;
    height: auto;
  }
  .afterschool-about__copy span {
    font-size: 2.4rem;
  }
  .afterschool-about__img-box {
    width: 100%;
  }
  .afterschool-about__img {
    width: 100%;
    height: 250px;
    margin-left: 0;
  }
  .afterschool-about__illust {
    width: 120px;
    top: -45px;
    left: -30px;
  }
}
.afterschool-point {
  background: #F1F0EE;
  padding: 100px 0;
}
.afterschool-point .heading--lv3 .accent {
  color: #FF0084;
}
.afterschool-point__title {
  margin-bottom: 50px;
}
.afterschool-point__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.afterschool-point__item {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 30px;
}
.afterschool-point__img {
  width: 420px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}
.afterschool-point__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.afterschool-point__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.afterschool-point__ttl {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.afterschool-point__ttl .num {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  color: #FF0084;
  line-height: 1;
}
.afterschool-point__ttl .title {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .afterschool-point {
    padding: 60px 0;
  }
  .afterschool-point__title {
    margin-bottom: 30px;
  }
  .afterschool-point__item {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .afterschool-point__img {
    width: 100%;
    height: 200px;
  }
  .afterschool-point__ttl .num {
    font-size: 2.5rem;
  }
  .afterschool-point__ttl .title {
    font-size: 1.9rem;
  }
}
.afterschool-support {
  padding: 80px 0;
}
.afterschool-support .heading--lv3 .accent {
  color: #FF0084;
}
.afterschool-support__title {
  margin-bottom: 50px;
}
.afterschool-support__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.afterschool-support__item {
  padding: 40px 30px;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.afterschool-support__category {
  flex: 1;
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  min-width: 0;
}
.afterschool-support__rows {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.afterschool-support__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.afterschool-support__dl {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  width: 680px;
}
.afterschool-support__dt {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.afterschool-support__note {
  width: 680px;
}

@media only screen and (max-width: 767px) {
  .afterschool-support {
    padding: 60px 0;
  }
  .afterschool-support__title {
    margin-bottom: 30px;
  }
  .afterschool-support__list {
    gap: 20px;
  }
  .afterschool-support__item {
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }
  .afterschool-support__category {
    font-size: 2rem;
    padding-top: 0;
  }
  .afterschool-support__rows {
    gap: 15px;
  }
  .afterschool-support__dl {
    width: 100%;
  }
  .afterschool-support__dt {
    font-size: 1.6rem;
  }
  .afterschool-support__note {
    width: 100%;
    font-size: 1.4rem;
  }
}
.afterschool-faq {
  padding: 80px 0;
  background: #F1F0EE;
}
.afterschool-faq .heading--lv3 .accent {
  color: #FF0084;
}
.afterschool-faq__inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-start;
}
.afterschool-faq__list {
  max-width: 790px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.afterschool-faq__item {
  border-top: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 790px;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.afterschool-faq__q {
  display: flex;
  align-items: center;
  gap: 10px;
}
.afterschool-faq__q-icon {
  width: 40px;
  height: 40px;
  background: #FFE100;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.afterschool-faq__q-text {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .afterschool-faq {
    padding: 60px 0;
  }
  .afterschool-faq__inner {
    flex-direction: column;
    gap: 30px;
  }
  .afterschool-faq__list {
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }
  .afterschool-faq__item {
    width: 100%;
    padding: 20px 0 10px;
  }
  .afterschool-faq__q-icon {
    width: 34px;
    height: 34px;
    font-size: 1.8rem;
  }
  .afterschool-faq__q-text {
    font-size: 1.6rem;
  }
  .afterschool-faq__a-text {
    font-size: 1.4rem;
  }
}
.company-info {
  padding: 80px 0 0;
}
.company-info__title {
  margin-bottom: 50px;
}
.company-info__dl {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.company-info__row {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
.company-info__dt {
  width: 150px;
  flex-shrink: 0;
  line-height: 1;
  padding-top: 2px;
}
.company-info__dd {
  flex: 1;
  line-height: 1.8;
}
.company-info__dd p {
  margin: 0;
  line-height: 1.8;
}
.company-info__gallery {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.company-info__gallery-img {
  flex: 1;
  height: 249px;
  border-radius: 8px;
  overflow: hidden;
}
.company-info__gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-info__map {
  margin-top: 50px;
  height: 500px;
  background: #f2f2f2;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media only screen and (max-width: 767px) {
  .company-info {
    padding: 60px 0 0;
  }
  .company-info__title {
    margin-bottom: 30px;
  }
  .company-info__dl {
    gap: 20px;
    margin-bottom: 30px;
  }
  .company-info__row {
    padding-bottom: 20px;
  }
  .company-info__dt {
    width: 90px;
  }
  .company-info__gallery {
    flex-wrap: wrap;
    gap: 8px;
  }
  .company-info__gallery-img {
    flex: none;
    width: calc(50% - 4px);
    height: 160px;
  }
  .company-info__gallery-img:first-child {
    width: 100%;
    height: 200px;
  }
  .company-info__map {
    margin-top: 50px;
    height: 300px;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #000000;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #000000;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */