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

body {
  color: #33312c;
  background: #f6f6f6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

a:hover {
  opacity: 0.7;
}

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: 500;
  }
  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;
    font-weight: 500;
  }
  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-direction: column;
  align-items: flex-start;
  gap: 4rem;
  margin: 0;
  color: #33312c;
  font-family: "Noto Sans JP", sans-serif;
}
.heading--lv3 .sub {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  color: #0459df;
}
.heading--lv3 .sub .text {
  color: currentColor;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  padding-bottom: 2rem;
}
.heading--lv3 .sub .slash {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5355rem;
  height: 3.5355rem;
}
.heading--lv3 .sub .slash::before {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  transform: rotate(135deg);
}
.heading--lv3 .main {
  color: #33312c;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
}
.heading--lv4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
}
.heading--lv4 .sub {
  color: #0459df;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.heading--lv4 .main {
  color: #33312c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.heading--lv4.heading--box {
  display: inline-flex;
  padding: 0 1rem;
  background: #e9e6d2;
}
.heading--lv4.heading--box:has(.sub) {
  gap: 0.5rem;
  padding: 0.5rem 1rem;
}
.heading--lv4.heading--box .main {
  font-size: 2.4rem;
  line-height: 1.65;
  letter-spacing: 0.1em;
}
.heading--lv4.heading--box.heading--inverse {
  background: #0459df;
  align-items: center;
}
.heading--lv4.heading--box.heading--inverse .main {
  color: #fefefe;
  text-align: center;
}
.heading--lv4.heading--line {
  width: 100%;
  padding: 0.5rem 0 1.5rem;
  border-bottom: 1px solid #a6a9b1;
}
.heading--lv4.heading--inverse .sub,
.heading--lv4.heading--inverse .main {
  color: #fefefe;
}
.heading--lv4.heading--inverse.heading--line {
  border-bottom-color: #fefefe;
}
.heading--lv5 {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  color: #0459df;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.heading--lv5::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: currentColor;
  border-radius: 50%;
}
.heading--lv5.heading--dark {
  color: #33312c;
}
.heading--center {
  align-items: center;
  gap: 1rem;
  text-align: center;
}
.heading--center .sub {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.heading--center .sub .text {
  margin-bottom: -0.5rem;
}
.heading--center .main {
  text-align: center;
}
.heading--inverse .sub {
  color: #ffd600;
}
.heading--inverse .main {
  color: #fefefe;
}

.lead-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}
.lead-mark__line {
  padding: 0 1rem;
  background: #0459df;
  backdrop-filter: blur(2rem);
  color: #fefefe;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
  text-align: center;
}
.lead-mark--secondary .lead-mark__line {
  background: #e9e6d2;
  color: #0459df;
}
.lead-mark--plain {
  align-items: flex-start;
}
.lead-mark--plain .lead-mark__line {
  background: rgba(254, 254, 254, 0.01);
  color: #33312c;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    gap: 2.4rem;
  }
  .heading--lv3 .sub .text {
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
  }
  .heading--lv3 .sub .slash {
    width: 2.4rem;
    height: 2.4rem;
  }
  .heading--lv3 .sub .slash::before {
    width: 3.2rem;
  }
  .heading--lv3 .main {
    font-size: 2.2rem;
    white-space: normal;
  }
  .heading--center {
    gap: 0.8rem;
  }
  .heading--lv4 .sub {
    font-size: 1.2rem;
  }
  .heading--lv4 .main {
    font-size: 1.7rem;
  }
  .heading--lv5 {
    gap: 1.2rem;
    font-size: 1.7rem;
  }
  .lead-mark__line {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
}
.button--pattern-1, .button--pattern-2 {
  box-sizing: border-box;
  text-decoration: none;
}
.button--pattern-1 .text, .button--pattern-2 .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.button--pattern-1 .icon--mail, .button--pattern-2 .icon--mail {
  display: block;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.button--pattern-1 .icon--mail img, .button--pattern-2 .icon--mail img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.button--pattern-1 .icon--arrow, .button--pattern-2 .icon--arrow {
  position: relative;
  flex-shrink: 0;
  width: 2.2rem;
  height: 2.2rem;
}
.button--pattern-1 .icon--arrow img, .button--pattern-2 .icon--arrow img {
  position: absolute;
  top: 6.25%;
  right: 12.5%;
  bottom: 6.25%;
  left: 18.75%;
  width: 1.5625rem;
  height: 1.975rem;
}
.button--pattern-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  min-width: 20rem;
  padding: 1.5rem 5rem;
  background: #e9e6d2;
  border-radius: 10rem;
  color: #33312c;
}
.button--pattern-1 .text {
  color: #33312c;
}
.button--pattern-1.button--border {
  gap: 2rem;
  background: transparent;
  border: 2px solid #33312c;
}
.button--pattern-1.button--border.button--primary {
  border-color: #0459df;
  color: #0459df;
}
.button--pattern-1.button--border.button--primary .text {
  color: #0459df;
}
.button--pattern-1.button--border.button--inverse {
  border-color: #fefefe;
  color: #fefefe;
}
.button--pattern-1.button--border.button--inverse .text {
  color: #fefefe;
}
.button--pattern-1.button--yellow {
  background: #ffd600;
}
.button--pattern-2 {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  color: #0459df;
}
.button--pattern-2 .text {
  color: #0459df;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    min-width: 0;
    padding: 1.2rem 2.4rem;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-2 {
    gap: 1.6rem;
  }
  .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: #0459df;
}
.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;
}

.check-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.check-list__icon {
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
.check-list__icon img {
  display: block;
  width: 2rem;
  height: 2rem;
}
.check-list__text {
  color: #0459df;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.check-list--02 .check-list__text {
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
}
.check-list--02 .check-list__text small {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}

.list-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid #a6a9b1;
  text-decoration: none;
}
.list-news__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  flex: 1;
}
.list-news__time {
  color: #a6a9b1;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.list-news__title {
  overflow: hidden;
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-news__arrow {
  position: relative;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.list-news__arrow img {
  position: absolute;
  top: 28.13%;
  left: 25%;
  width: 2.5rem;
  height: 2.5rem;
}

.spec-row {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0;
}
.spec-row__term {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 15rem;
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #0459df;
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
.spec-row__desc {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 2rem;
  border-bottom: 1px solid #a6a9b1;
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .check-list {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .check-list__text {
    color: #0459df;
    font-size: 1.4rem;
  }
  .list-news__title {
    font-size: 1.5rem;
    white-space: normal;
  }
  .spec-row {
    flex-direction: column;
  }
  .spec-row__term {
    width: 100%;
    justify-content: flex-start;
    padding: 1rem 0;
  }
  .spec-row__desc {
    padding: 1.2rem 0 1.6rem;
  }
}
.card-01 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  box-sizing: border-box;
  width: 42rem;
  padding: 2rem;
  background: #fefefe;
}
.card-01 .heading--lv4 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
}
.card-01 .heading--lv4 .sub,
.card-01 .heading--lv4 .main {
  width: 100%;
  text-align: center;
}
.card-01__img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}
.card-01__img img {
  display: block;
  width: 100%;
  height: auto;
}
.card-01__text {
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
.card-01__text p {
  margin: 0;
  text-align: center;
}
.card-01--sub {
  width: 35rem;
  gap: 1rem;
  padding: 1.5rem;
}
.card-01--sub .heading--lv4 {
  align-items: flex-start;
  flex: none;
  padding: 0.5rem 0;
  text-align: left;
}
.card-01--sub .heading--lv4 .sub,
.card-01--sub .heading--lv4 .main {
  text-align: left;
}
.card-01--sub .card-01__text {
  text-align: left;
}
.card-01--sub .card-01__text p {
  text-align: left;
}

.card-02 {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
}
.card-02__avatar {
  flex-shrink: 0;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/components/card/card-02/no-img.png) no-repeat center/cover;
}
.card-02__avatar img {
  display: block;
  width: 20rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-02__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.card-02__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 1rem 0 1.5rem;
  border-bottom: 1px solid #0459df;
}
.card-02__title {
  margin: 0;
  color: #0459df;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.card-02__meta {
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.card-02__text {
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.card-02__text p {
  margin: 0;
  text-align: left;
}

.card-03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 34rem;
}
.card-03__img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}
.card-03__img img {
  display: block;
  width: 100%;
  height: auto;
}
.card-03__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.card-03__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.card-04 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem 3rem;
  background: #fefefe;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.05);
}
.card-04__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid #a6a9b1;
}
.card-04__price {
  flex-shrink: 0;
  color: #33312c;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
.card-04__price small {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.card-04__block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.card-04__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.card-04__detail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 4rem;
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.card-04__detail p {
  margin: 0;
  text-align: left;
}

.card-05 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.card-05__media {
  position: relative;
  flex-shrink: 0;
  width: 45rem;
  height: 40rem;
  overflow: hidden;
}
.card-05__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-05__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  box-sizing: border-box;
  width: 58.8rem;
  padding: 4rem;
  overflow: hidden;
  background-image: linear-gradient(217.92deg, #f6f6f6 24.666%, #f6f4e9 76.857%);
  backdrop-filter: blur(2.5rem);
  color: #33312c;
}
.card-05__body .heading--lv4 {
  width: 100%;
}
.card-05__text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.card-05__text p {
  margin: 0;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
}
.card-05--02 .card-05__body, .card-05--04 .card-05__body {
  order: 0;
}
.card-05--02 .card-05__media, .card-05--04 .card-05__media {
  order: 1;
}
.card-05--03 {
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.card-05--03 .card-05__media {
  width: 100%;
  height: 40rem;
}
.card-05--04 .card-05__body, .card-05--05 .card-05__body {
  background-image: linear-gradient(141.39deg, rgba(4, 89, 223, 0.85) 18.227%, #69b0e6 86.439%);
  color: #fefefe;
}
.card-05--04 .card-05__text, .card-05--05 .card-05__text {
  color: #fefefe;
}

.card-06 {
  display: flex;
  align-items: center;
  gap: 3rem;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem;
  background: #fefefe;
}
.card-06__img {
  flex-shrink: 0;
  width: 18rem;
  height: 26rem;
  overflow: hidden;
  background: url(../img/components/card/card-06/no-img.jpg) no-repeat center/cover;
}
.card-06__img img {
  display: block;
  width: 18rem;
  height: 26rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-06__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
  flex: 1;
}
.card-06__title {
  margin: 0;
  color: #33312c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.card-06__text {
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.card-06__text p {
  margin: 0;
  text-align: left;
}

.card-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding-bottom: 3rem;
  border-radius: 1rem;
  text-decoration: none;
}
.card-column__img {
  width: 100%;
  height: 25rem;
}
.card-column__img.thumbnail {
  overflow: hidden;
}
.card-column__img.thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-column__img.no-img {
  background-image: url(../img/pages/top/column/no-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.card-column__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: calc(100% - 6rem);
  max-width: 32rem;
}
.card-column__title {
  margin: 0;
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.card-column__caption {
  display: -webkit-box;
  overflow: hidden;
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card-column__time {
  overflow: hidden;
  color: #a6a9b1;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .card-01,
  .card-01--sub,
  .card-03 {
    width: 100%;
  }
  .card-01__img {
    max-width: 400px;
    margin-inline: auto;
  }
  .card-03__img {
    max-width: 400px;
    margin-inline: auto;
  }
  .card-02 {
    flex-direction: column;
    align-items: center;
  }
  .card-02__avatar {
    width: 14rem;
    height: 14rem;
  }
  .card-02__avatar img {
    width: 14rem;
    height: 14rem;
  }
  .card-04 {
    padding: 2rem 1.6rem;
  }
  .card-04__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .card-04__detail {
    padding-left: 0;
  }
  .card-05 {
    flex-direction: column;
    gap: 2rem;
  }
  .card-05__media, .card-05__body {
    width: 100%;
  }
  .card-05__media {
    height: auto;
    max-width: 400px;
    margin-inline: auto;
  }
  .card-05__media img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .card-05__body {
    padding: 2.4rem 1.6rem;
  }
  .card-05--02 .card-05__body,
  .card-05--02 .card-05__media, .card-05--04 .card-05__body,
  .card-05--04 .card-05__media {
    order: unset;
  }
  .card-06 {
    flex-direction: column;
    align-items: flex-start;
  }
  .card-06__img {
    width: 12rem;
    height: 17.3rem;
  }
  .card-06__img img {
    width: 12rem;
    height: 17.3rem;
  }
}
.qa {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid #a6a9b1;
}
.qa__row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
}
.qa__mark {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 5.4rem;
  padding: 1.2rem 2rem;
  border-radius: 0.2rem;
  color: #0459df;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.qa__mark--a {
  background: #e9e6d2;
}
.qa__q {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
}
.qa__a {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
}
.qa__a p {
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .qa__row {
    align-items: center;
    gap: 1.2rem;
  }
  .qa__mark {
    width: 4.4rem;
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
  }
  .qa__q {
    font-size: 1.5rem;
  }
  .qa__a {
    font-size: 1.4rem;
  }
}
.flow {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.flow__card {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: -4rem;
  padding: 2rem;
  background: #fefefe;
}
.flow__img {
  flex-shrink: 0;
  width: 26rem;
  overflow: hidden;
  border-radius: 0.2rem;
  background: #fefefe;
}
.flow__img img {
  display: block;
  width: 100%;
  height: auto;
}
.flow__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
.flow__body .heading--lv4 {
  width: 100%;
}
.flow__text {
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.flow__text p {
  margin: 0;
  text-align: left;
}
.flow__arrow {
  position: relative;
  z-index: 1;
  width: 5rem;
  height: 6rem;
}
.flow__arrow img {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.7364rem;
  height: 6.1rem;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .flow__card {
    flex-direction: column;
    margin-bottom: -2rem;
    padding: 1.6rem;
  }
  .flow__img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-inline: auto;
  }
  .flow__img img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .flow__body {
    align-items: center;
  }
  .flow__body .heading--lv4 {
    align-items: center;
  }
  .flow__body .heading--lv4 .sub,
  .flow__body .heading--lv4 .main {
    width: 100%;
    text-align: center;
  }
}
.header {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}
.header__vector {
  position: absolute;
  top: 0;
  left: 42rem;
  z-index: 0;
  width: 206.262rem;
  height: 124.785rem;
  pointer-events: none;
}
.header__vector img {
  display: block;
  width: 206.262rem;
  height: 124.785rem;
  max-width: none;
}

.header-bar {
  position: relative;
  z-index: 2;
  height: 10rem;
  overflow: visible;
  background: transparent;
}
.header-bar__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5rem 6rem;
}
.header-bar__logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2rem;
  text-decoration: none;
}
.header-bar__logo img {
  display: block;
  width: 5.9rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-bar__name {
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.header-bar__right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: 5rem;
}
.header-bar__nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 3rem;
}
.header-bar__nav li {
  flex-shrink: 0;
}
.header-bar__nav a {
  color: #fefefe;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: none;
}
.header-bar__button {
  flex-shrink: 0;
}

.header-visual {
  position: relative;
  z-index: 1;
  height: 82rem;
  overflow: hidden;
}
.header-visual__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-visual__photo {
  position: relative;
  flex: none;
  width: 100%;
  height: 100%;
  background: url(../img/layout/header/visual.png) no-repeat top center/cover;
}
.header-visual__shade {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(97.26deg, rgba(0, 6, 17, 0.1) 12.425%, rgba(0, 46, 119, 0.1) 82.031%);
  pointer-events: none;
}
.header-visual__overlay {
  position: absolute;
  top: 0.1rem;
  left: 0;
  z-index: 1;
  width: 104.0354rem;
  height: 81.9rem;
  mix-blend-mode: hard-light;
  pointer-events: none;
}
.header-visual__overlay img {
  display: block;
  width: 104.0354rem;
  height: 81.9rem;
  max-width: none;
}
.header-visual__copy {
  position: absolute;
  top: 41.8rem;
  left: 19.2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 67rem;
}
.header-visual__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  color: #fefefe;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-shadow: 0 0 2rem rgba(102, 115, 160, 0.6);
  white-space: nowrap;
}
.header-visual__title span:first-child {
  margin-bottom: -0.5rem;
}
.header-visual__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 1rem;
  border-radius: 0.5rem;
  background: #0459df;
  backdrop-filter: blur(1.5rem);
  color: #fefefe;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .header__vector {
    left: 42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1679px) {
  .header-bar__inner {
    padding: 1.5rem 2.4rem;
    gap: 3.2rem;
  }
  .header-bar__logo {
    gap: 1.2rem;
  }
  .header-bar__name {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .header-bar__right {
    gap: 1.2rem;
  }
  .header-bar__nav {
    gap: 1rem;
  }
  .header-bar__nav a {
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .header-bar__button.button--pattern-1 {
    min-width: 0;
    padding: 0.8rem 1.4rem;
    gap: 0.6rem;
  }
  .header-bar__button.button--pattern-1 .text {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .header__vector {
    left: 24.5rem;
    z-index: 0;
  }
  .header-bar {
    height: 70px;
  }
  .header-bar__inner {
    padding: 1.2rem 1.6rem;
    gap: 1.2rem;
  }
  .header-bar__logo {
    gap: 1.2rem;
    min-width: 0;
  }
  .header-bar__logo img {
    flex-shrink: 0;
    width: 4.4rem;
    height: 4.5rem;
  }
  .header-bar__name {
    color: #33312c;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .header-bar__nav, .header-bar__button {
    display: none;
  }
  .header-visual {
    z-index: 1;
    height: 50rem;
  }
  .header-visual__photo {
    background-position: top left -100px;
  }
  .header-visual__overlay {
    top: 0;
    left: -12px;
    width: auto;
    height: 100%;
  }
  .header-visual__overlay img {
    width: auto;
    height: 100%;
    max-width: none;
  }
  .header-visual__copy {
    top: auto;
    right: 4%;
    bottom: 3.2rem;
    left: 4%;
    z-index: 2;
    width: auto;
    gap: 1.2rem;
  }
  .header-visual__title {
    font-size: clamp(2.8rem, 8vw, 3.2rem);
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
  .header-visual__title span {
    display: block;
    white-space: nowrap;
  }
  .header-visual__lead {
    width: auto;
    max-width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    white-space: normal;
    text-align: center;
  }
}
.page-fv {
  position: relative;
  z-index: 1;
  height: 55rem;
  overflow: hidden;
  background: #f6f6f6;
}
.page-fv__intersect {
  position: absolute;
  top: 0;
  left: 45.188rem;
  right: 0;
  z-index: 2;
  height: 100%;
  pointer-events: none;
}
.page-fv__intersect img {
  display: block;
  width: 146.8121rem;
  height: 100%;
  max-width: none;
}
.page-fv__intersect::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 146.8121rem;
  right: 0;
  background: #0459df;
}
.page-fv__title {
  position: absolute;
  top: 36.7rem;
  left: 13rem;
  z-index: 3;
  margin: 0;
  color: #33312c;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.5rem;
  white-space: nowrap;
}

.header--sub .header-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .page-fv {
    height: 28rem;
  }
  .page-fv__intersect {
    top: 0;
    left: 18%;
    right: auto;
    width: auto;
    height: 100%;
  }
  .page-fv__intersect img {
    width: auto;
    height: 100%;
    max-width: none;
  }
  .page-fv__intersect::after {
    content: none;
  }
  .page-fv__title {
    top: auto;
    right: 4%;
    bottom: 2.4rem;
    left: 1.6rem;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    white-space: normal;
  }
}
.footer-contact {
  position: relative;
  overflow: hidden;
  background: #0459df;
  padding: 10rem 0;
}
.footer-contact__deco {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 101rem;
  height: 55.6rem;
  pointer-events: none;
  transform: rotate(180deg);
}
.footer-contact__deco img {
  display: block;
  width: 101rem;
  height: 55.6rem;
}
.footer-contact__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.footer-contact__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.footer-contact__title {
  width: 100%;
}
.footer-contact__lead {
  box-sizing: border-box;
  width: 100%;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1.5rem);
  color: #e9e6d2;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
.footer-contact__lead p {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer-contact {
    padding: 6rem 0;
  }
  .footer-contact__deco {
    width: 60rem;
    height: 33rem;
    opacity: 0.8;
  }
  .footer-contact__deco img {
    width: 60rem;
    height: 33rem;
  }
  .footer-contact__lead {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}
.footer-bar {
  padding: 10rem 0;
  background-image: linear-gradient(227.58deg, #f6f6f6 20.375%, #f6f4e9 72.827%);
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-bar__wrapper--top {
  margin-bottom: 1.8rem;
}
.footer-bar__wrapper--bottom {
  align-items: center;
  padding-top: 1.6rem;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.footer-bar__logo {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
}
.footer-bar__logo img {
  display: block;
  width: 5.9rem;
  height: 5.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-bar__name {
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.footer-bar__sns {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-bar__note {
  display: block;
  position: relative;
  width: 10.6rem;
  height: 4rem;
}
.footer-bar__note img {
  position: absolute;
  top: 25.91%;
  right: 11.32%;
  bottom: 29.57%;
  left: 11.07%;
  width: 8.2266rem;
  height: 1.781rem;
}
.footer-bar__mail {
  display: block;
  width: 4rem;
  height: 4rem;
}
.footer-bar__mail img {
  display: block;
  width: 4rem;
  height: 4rem;
}
.footer-bar__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3rem;
  width: 62.2rem;
}
.footer-bar__nav a {
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-decoration: none;
  white-space: nowrap;
}
.footer-bar__line {
  width: 100%;
  height: 1px;
  background: #33312c;
}
.footer-bar__copyright {
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
.footer-bar__copyright a {
  color: inherit;
  text-decoration: none;
}
.footer-bar__links {
  display: flex;
  gap: 2rem;
}
.footer-bar__link a {
  color: #33312c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-decoration: none;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .footer-bar {
    padding: 6rem 0 4rem;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.4rem;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
  .footer-bar__contents {
    align-items: center;
    gap: 4rem;
  }
  .footer-bar__name {
    white-space: normal;
    font-size: 1.5rem;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__copyright, .footer-bar__link a {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    text-align: center;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #0459df;
  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: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  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;
  height: 70px;
  padding: 1.2rem 1.6rem;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.drawer-on__logo img {
  flex-shrink: 0;
  width: 4.4rem;
  height: 4.5rem;
}
.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: 25px;
  margin-top: 30px;
}
.drawer-on__sns--note {
  width: 100px;
}
.drawer-on__sns--membership {
  width: 33px;
}
.drawer-on__button {
  margin-top: 30px;
}
.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: #ffd600;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.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;
  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-about {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
}
.top-about__vector {
  position: absolute;
  top: -92rem;
  left: 42rem;
  z-index: 0;
  width: 206.262rem;
  height: 124.785rem;
  pointer-events: none;
}
.top-about__vector img {
  display: block;
  width: 206.262rem;
  height: 124.785rem;
  max-width: none;
}
.top-about__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-about__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  box-sizing: border-box;
  width: 58.8rem;
  padding: 4rem;
  background: rgba(233, 230, 210, 0.3);
  backdrop-filter: blur(2.5rem);
}
.top-about__text {
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 6rem 0;
  }
  .top-about__vector {
    left: 24.5rem;
  }
  .top-about__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
  .top-about__panel {
    width: 100%;
    padding: 2.4rem 1.6rem;
  }
  .top-about__text {
    font-size: 1.5rem;
  }
  .top-about__button {
    align-self: center;
  }
}
.top-trouble {
  background: #e9e6d2;
  padding: 6rem 0;
}
.top-trouble__inner {
  display: flex;
  justify-content: center;
}
.top-trouble__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  box-sizing: border-box;
  width: 100%;
  padding: 8rem 0;
  background: #fefefe;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.05);
}
.top-trouble__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.top-trouble__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80rem;
}
.top-trouble__photo {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 38.9rem;
}
.top-trouble__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.top-trouble__checks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-trouble__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

@media only screen and (max-width: 767px) {
  .top-trouble {
    padding: 4rem 0;
  }
  .top-trouble__card {
    padding: 4rem 1.6rem;
    gap: 2.4rem;
  }
  .top-trouble__head {
    gap: 3.2rem;
    width: 100%;
  }
  .top-trouble__row {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    width: 100%;
  }
  .top-trouble__photo {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
.top-change {
  padding: 12rem 0;
  background: #0459df;
}
.top-change__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.top-change__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
  width: 100%;
}
.top-change__item {
  display: flex;
  width: calc((100% - 2rem) / 3);
  min-width: 0;
}
.top-change__item .card-01 {
  width: 100%;
  height: 100%;
}
.top-change__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}

@media only screen and (max-width: 767px) {
  .top-change {
    padding: 6rem 0;
  }
  .top-change__inner {
    gap: 4rem;
  }
  .top-change__list {
    flex-direction: column;
    row-gap: 2.4rem;
  }
  .top-change__item {
    width: 100%;
  }
}
.top-service {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
  background: linear-gradient(216.19deg, #f6f6f6 24.666%, #f6f4e9 76.857%);
}
.top-service__deco {
  position: absolute;
  left: 4.1666666667%;
  bottom: 7.9rem;
  z-index: 0;
  width: 91.6666666667%;
  pointer-events: none;
}
.top-service__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.top-service__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-service__visual {
  position: relative;
  flex-shrink: 0;
  width: 42.96875%;
  aspect-ratio: 550/1278;
}
.top-service__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.6rem;
  width: 49.21875%;
  min-width: 0;
}
.top-service__photo {
  overflow: hidden;
}
.top-service__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__photo--1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56.338028169%;
}
.top-service__photo--2 {
  position: absolute;
  top: 60.2503912363%;
  left: 41.8181818182%;
  width: 67.2727272727%;
  height: 39.7496087637%;
}
.top-service__photo--3 {
  position: relative;
  width: 100%;
}
.top-service__photo--3 img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
.top-service__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
.top-service__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}
.top-service__tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  width: 100%;
}
.top-service__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc((100% - 1.3rem) / 2);
  min-width: 0;
  height: 8.4rem;
  padding: 2rem;
  background: #fefefe;
  box-shadow: 0 0 1rem rgba(154, 151, 131, 0.19);
  color: #33312c;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 6rem 0;
  }
  .top-service__deco {
    display: none;
  }
  .top-service__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem 1.2rem;
    align-items: start;
  }
  .top-service__visual, .top-service__main, .top-service__body {
    display: contents;
  }
  .top-service__intro, .top-service__photo--1, .top-service__tiles, .top-service__button {
    grid-column: 1/-1;
  }
  .top-service__intro {
    order: 1;
    gap: 2.4rem;
  }
  .top-service__tiles {
    order: 3;
  }
  .top-service__button {
    order: 4;
    justify-self: center;
  }
  .top-service__photo {
    position: static;
    width: 100%;
    height: auto;
  }
  .top-service__photo img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
  .top-service__photo--1, .top-service__photo--2, .top-service__photo--3 {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .top-service__photo--1 {
    order: 2;
    max-width: 400px;
    margin-inline: auto;
  }
  .top-service__photo--2 {
    order: 5;
    grid-column: 1;
    max-width: none;
    margin-inline: 0;
    justify-self: start;
  }
  .top-service__photo--3 {
    order: 5;
    grid-column: 2;
    max-width: none;
    margin-inline: 0;
    justify-self: end;
    align-self: end;
  }
  .top-service__photo--3 img {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  .top-service__tile {
    width: 100%;
    height: auto;
    min-height: 7.2rem;
    font-size: 1.6rem;
  }
}
.top-column {
  padding: 6rem 0;
  background: #fefefe;
}
.top-column__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.top-column__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.top-column__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
}
.top-column__lead {
  margin: 0;
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.top-column__list {
  display: flex;
  gap: 3rem;
  width: 100%;
}
.top-column__item {
  display: flex;
  width: calc((100% - 6rem) / 3);
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 5rem 0;
  }
  .top-column__inner {
    gap: 3.2rem;
  }
  .top-column__head {
    display: contents;
  }
  .top-column__intro {
    order: 1;
    gap: 2.4rem;
    width: 100%;
  }
  .top-column__list {
    order: 2;
    flex-direction: column;
    gap: 2.4rem;
  }
  .top-column__item {
    width: 100%;
  }
  .top-column__button {
    order: 3;
    align-self: center;
  }
  .top-column__lead {
    font-size: 1.5rem;
  }
}
.top-news {
  padding: 10rem 0;
  background: #f6f6f6;
}
.top-news__inner {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}
.top-news__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 4rem;
  width: 22rem;
}
.top-news__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}
.top-news__lead {
  margin: 0;
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.top-news__button {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  width: 76rem;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 5rem 0;
  }
  .top-news__inner {
    flex-direction: column;
    gap: 3.2rem;
  }
  .top-news__side {
    display: contents;
    width: 100%;
  }
  .top-news__intro {
    order: 1;
    gap: 2.4rem;
  }
  .top-news__list {
    order: 2;
    width: 100%;
  }
  .top-news__button {
    order: 3;
    align-self: center;
    width: auto;
    min-width: 20rem;
  }
  .top-news__lead {
    font-size: 1.5rem;
  }
}
.service-concept {
  padding: 12rem 0;
  background: #f6f6f6;
}
.service-concept__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.service-change {
  padding: 12rem 0;
  background: #0459df;
}
.service-change__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.service-change__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
}
.service-change__list .card-01__text,
.service-change__list .card-01__text p {
  text-align: left;
}
.service-change__list .card-01__text p {
  margin: 0;
}
.service-change__item {
  display: flex;
  width: calc((100% - 3rem) / 3);
  min-width: 0;
}
.service-change__item .card-01 {
  width: 100%;
  height: 100%;
}

.service-menu {
  padding: 12rem 0;
  background: #e9e6d2;
}
.service-menu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.service-menu__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .service-concept {
    padding: 6rem 0;
  }
  .service-concept__inner {
    gap: 2.4rem;
  }
  .service-concept .card-05__media {
    height: auto;
    max-width: 400px;
    margin-inline: auto;
  }
  .service-change {
    padding: 6rem 0;
  }
  .service-change__inner {
    gap: 4rem;
  }
  .service-change__list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .service-change__item {
    width: 100%;
  }
  .service-menu {
    padding: 6rem 0;
  }
  .service-menu__inner {
    gap: 2.4rem;
  }
}
.reason-list {
  position: relative;
  overflow: hidden;
  padding: 12rem 0;
  background: #f6f6f6;
}
.reason-list__deco {
  position: absolute;
  top: 73.4rem;
  left: 8rem;
  z-index: 0;
  width: 176rem;
  height: 122rem;
  pointer-events: none;
}
.reason-list__deco img {
  display: block;
  width: 176rem;
  height: 122rem;
  max-width: none;
}
.reason-list__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.reason-list__items {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}

.reason-change {
  padding: 12rem 0;
  background: #e9e6d2;
}
.reason-change__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.reason-change__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.reason-message {
  padding: 12rem 0;
  background-image: linear-gradient(42.74deg, #f6f6f6 54.882%, #f6f4e9 80.798%);
}
.reason-message__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}
.reason-message__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  min-width: 0;
  max-width: 60rem;
}
.reason-message__text {
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.reason-message__text p {
  margin: 0;
  text-align: left;
}
.reason-message__media {
  position: relative;
  flex-shrink: 0;
  width: 45rem;
  overflow: hidden;
}
.reason-message__media img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .reason-list {
    padding: 6rem 0;
  }
  .reason-list__inner, .reason-list__items {
    gap: 2.4rem;
  }
  .reason-list__deco {
    display: none;
  }
  .reason-change {
    padding: 6rem 0;
  }
  .reason-change__inner {
    gap: 4rem;
  }
  .reason-message {
    padding: 6rem 0;
  }
  .reason-message__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
  .reason-message__body {
    max-width: none;
    gap: 2.4rem;
  }
  .reason-message__media {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin-inline: auto;
  }
  .reason-message .heading--lv4.heading--box {
    align-self: center;
    max-width: 100%;
  }
  .reason-message .heading--lv4.heading--box .main {
    font-size: 1.7rem;
    white-space: normal;
    text-align: center;
  }
}
.beginner-intro {
  padding: 12rem 0;
  background: #f6f6f6;
}
.beginner-intro__inner {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.beginner-intro__head {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.beginner-intro__audience {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.beginner-intro__list {
  display: flex;
  gap: 3rem;
  width: 100%;
}
.beginner-intro__item {
  display: flex;
  width: calc((100% - 6rem) / 3);
  min-width: 0;
}
.beginner-intro__item .card-03 {
  width: 100%;
}
.beginner-intro__item .card-03__body {
  align-items: stretch;
}
.beginner-intro .card-05__body .heading--lv4.heading--line .main {
  font-size: 2.4rem;
  line-height: 1.65;
}
.beginner-intro__card--listen .card-05__media img {
  -o-object-position: bottom;
     object-position: bottom;
}

.beginner-flow {
  padding: 12rem 0;
  background: #0459df;
}
.beginner-flow__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.beginner-flow__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.beginner-flow .flow:last-child .flow__card {
  margin-bottom: 0;
}

.beginner-faq {
  padding: 12rem 0;
  background-image: linear-gradient(70.87deg, #f6f6f6 54.882%, #f6f4e9 80.798%);
}
.beginner-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.beginner-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .beginner-intro {
    padding: 6rem 0;
  }
  .beginner-intro__inner {
    gap: 4rem;
  }
  .beginner-intro__head, .beginner-intro__audience {
    gap: 2.4rem;
  }
  .beginner-intro__list {
    flex-direction: column;
    gap: 2.4rem;
  }
  .beginner-intro__item {
    width: 100%;
  }
  .beginner-intro__item .card-03 {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .beginner-intro__item .card-03__body {
    align-items: center;
  }
  .beginner-intro__item .card-03__list {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }
  .beginner-intro__item .heading--lv5 {
    justify-content: center;
  }
  .beginner-flow {
    padding: 6rem 0;
  }
  .beginner-flow__inner {
    gap: 4rem;
  }
  .beginner-faq {
    padding: 6rem 0;
  }
  .beginner-faq__inner {
    gap: 2.4rem;
  }
}
.about-intro {
  position: relative;
  overflow: hidden;
  padding: 12rem 0;
  background: #f6f6f6;
}
.about-intro__deco {
  position: absolute;
  top: 93.8rem;
  left: 8rem;
  z-index: 0;
  width: 176rem;
  height: 122rem;
  pointer-events: none;
}
.about-intro__deco img {
  display: block;
  width: 176rem;
  height: 122rem;
  max-width: none;
}
.about-intro__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.about-intro__head {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
.about-intro__connect {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
.about-intro__lead {
  width: 100%;
  color: #33312c;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
.about-intro__lead p {
  margin: 0;
  text-align: center;
}
.about-intro__career, .about-intro__books {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
}
.about-intro__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 1rem;
  width: 100%;
}
.about-intro__item--wide {
  grid-column: 1/-1;
}
.about-intro .card-05__body .heading--lv4.heading--line .main {
  font-size: 2.4rem;
  line-height: 1.65;
}

.about-company {
  padding: 12rem 0;
  background: #e9e6d2;
}
.about-company__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
}
.about-company__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.about-connect {
  container-type: inline-size;
  overflow: hidden;
  width: 68rem;
  max-width: 100%;
  height: 67.9rem;
}
.about-connect__canvas {
  position: relative;
  width: 68rem;
  height: 67.9rem;
  transform-origin: top left;
}
.about-connect__circles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.about-connect__circle {
  position: absolute;
  display: block;
  max-width: none;
}
.about-connect__circle--side {
  top: 15.8rem;
  left: 0;
  width: 68rem;
  height: 36.4rem;
}
.about-connect__circle--top {
  top: 0;
  left: 15.4rem;
  width: 36.4rem;
  height: 36.4rem;
  transform: rotate(-90deg);
}
.about-connect__circle--bottom {
  top: 31.5rem;
  left: 15.4rem;
  width: 36.4rem;
  height: 36.4rem;
}
.about-connect__item {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: #fefefe;
  text-align: center;
}
.about-connect__item p {
  margin: 0;
  text-align: center;
}
.about-connect__item--sky {
  top: 10.3rem;
  left: 26.4rem;
  width: 14.7rem;
}
.about-connect__item--earth {
  top: 46.7rem;
  left: 26.4rem;
  width: 14.7rem;
}
.about-connect__item--people {
  top: 28rem;
  left: 39.7rem;
  width: 20.1rem;
}
.about-connect__item--self {
  top: 28.5rem;
  left: 8.1rem;
  width: 20.1rem;
}
.about-connect__name {
  width: 100%;
  color: #fefefe;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
}
.about-connect__caption {
  width: 100%;
  color: #fefefe;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.about-connect__item--earth .about-connect__caption {
  width: 16.1rem;
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}

@media only screen and (max-width: 767px) {
  .about-intro {
    padding: 6rem 0;
  }
  .about-intro__deco {
    display: none;
  }
  .about-intro__inner {
    gap: 4rem;
  }
  .about-intro__head, .about-intro__connect, .about-intro__career, .about-intro__books {
    gap: 2.4rem;
  }
  .about-intro__list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1.2rem;
  }
  .about-connect {
    position: relative;
    width: 100%;
    height: 99.8529411765cqi;
  }
  .about-connect__canvas {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(calc(1.4705882353cqi / 1rem));
  }
  .about-company {
    padding: 6rem 0;
  }
  .about-company__inner {
    gap: 4rem;
  }
}
.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 {
  flex: 1;
  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: #0459df;
  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: #0459df;
  padding: 2px 10px;
}
.blog-single__title {
  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-box {
  margin-bottom: 3.2rem;
}
.privacy-box h1 {
  margin: 0 0 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.privacy-box p,
.privacy-box li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.privacy-box ul {
  margin: 0.8rem 0;
}
.privacy-box li {
  margin-left: 1.5em;
  list-style: none;
  text-indent: -1.5em;
}

.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 */