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

body {
  color: #2d2e2e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  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: 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;
  }
}
.letter {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14rem, 10.42vw, 20rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  z-index: -10;
}
.letter--blue {
  color: #f5f9fa;
}
.letter--white {
  color: #ffffff;
}

.en {
  font-family: "Poppins", sans-serif;
}

.heading--lv3 {
  font-size: clamp(3.8rem, 2.6vw, 5rem);
  font-weight: 700;
  line-height: 1.4;
}
.heading--style-1 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.4;
  border-top: 2px dotted #2d2e2e;
  border-bottom: 2px dotted #2d2e2e;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .letter {
    font-size: 5rem;
    line-height: 1;
  }
  .heading--lv3 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .heading--style-1 {
    font-size: 2.6rem;
    padding: 15px 0;
  }
}
.button--lv1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 215px;
  background: #b2c1c5;
  border: 1px solid #b2c1c5;
  padding: 15px 0;
  border-radius: 90px;
  transition: all 0.3s;
}
.button--lv1 .text, .button--lv1 .icon {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}
.button--lv1:hover {
  background: #ffffff;
}
.button--lv1:hover .text, .button--lv1:hover .icon {
  color: #b2c1c5;
}

.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 {
  height: 100vh;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
  position: relative;
}
.header--sub {
  height: 60vh;
}
.header--color {
  background: url(../img/layout/header/visual--color.jpg) no-repeat center/cover;
}
.header--perm {
  background: url(../img/layout/header/visual--perm.jpg) no-repeat center/cover;
}
.header--jewelry {
  background: url(../img/layout/header/visual--jewelry.jpg) no-repeat center/cover;
}
.header--dressing {
  background: url(../img/layout/header/visual--dressing.jpg) no-repeat center/cover;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 98%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 10px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-bar__item a {
  font-size: 1.5rem;
  font-weight: 700;
}

.header-copy {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 3%;
  bottom: 5%;
}
.header-copy--sub {
  right: auto;
  left: 5%;
}
.header-copy__text {
  font-size: 2.2rem;
  font-weight: 700;
  text-shadow: -1px -1px 0 #ffffff, 0 -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff, -1px 1px 0 #ffffff, 0 1px 0 #ffffff, 1px 1px 0 #ffffff, 0 0 3px rgba(255, 255, 255, 0.8);
}
.header-copy__title {
  font-size: 5.4rem;
  font-weight: 700;
  text-shadow: -1px -1px 0 #ffffff, 0 -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff, -1px 1px 0 #ffffff, 0 1px 0 #ffffff, 1px 1px 0 #ffffff, 0 0 3px rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 767px) {
  .header {
    height: 60vh;
  }
  .header--sub {
    height: 40vh;
  }
  .header--jewelry {
    background: url(../img/layout/header/sp-visual--jewelry.jpg) no-repeat center/cover;
  }
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    padding: 10px 20px;
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1000;
  }
  .header-bar__logo {
    width: 55%;
    max-width: 185px;
  }
  .header-bar__nav {
    display: none;
  }
  .header-copy {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 2%;
    bottom: 2%;
  }
  .header-copy--sub {
    right: auto;
    left: 2%;
  }
  .header-copy__text {
    font-size: 1.5rem;
  }
  .header-copy__title {
    font-size: 3.6rem;
    line-height: 1.4;
  }
}
.fixed-button {
  width: 8%;
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fixed-button.is-show {
  opacity: 1;
  visibility: visible;
}

.footer-action {
  background: #f5f9fa;
}
.footer-action__inner {
  padding: 100px 0;
  position: relative;
}
.footer-action__title {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.footer-action__box {
  background: #ffffff;
  border-radius: 8px;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.footer-action__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.footer-action__item {
  width: 250px;
}
.footer-action__item a {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #b2c1c5;
  border: 1px solid #b2c1c5;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 90px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: all 0.3s;
}
.footer-action__item a:hover {
  background: #ffffff;
  color: #b2c1c5;
}
.footer-action__wrapper {
  display: flex;
  justify-content: center;
}
.footer-action__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-action__tel .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #b2c1c5;
  border-radius: 90px;
}
.footer-action__tel .icon .bi {
  color: #ffffff;
  font-size: 1.5rem;
}
.footer-action__tel .number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #2d2e2e;
  padding-bottom: 5px;
}
.footer-action__letter {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 0;
}

.footer-bar {
  padding-bottom: 10px;
}
.footer-bar__inner {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 50px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer-bar__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-bar__tel .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #b2c1c5;
  border-radius: 90px;
}
.footer-bar__tel .icon .bi {
  color: #ffffff;
  font-size: 1.5rem;
}
.footer-bar__tel .number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid #2d2e2e;
  padding-bottom: 5px;
}
.footer-bar__button {
  display: flex;
  justify-content: center;
  width: 250px;
  background: #b2c1c5;
  border: 1px solid #b2c1c5;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 90px;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: all 0.3s;
}
.footer-bar__button:hover {
  background: #ffffff;
  color: #b2c1c5;
}
.footer-bar__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
.footer-bar__list {
  display: flex;
  gap: 30px;
}
.footer-bar__line {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-bar__copyright {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .fixed-button {
    width: 20%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
  }
  .footer-action__inner {
    padding: 50px 0;
    position: relative;
  }
  .footer-action__title {
    margin-bottom: 20px;
    position: relative;
  }
  .footer-action__box {
    border-radius: 5px;
    padding: 30px;
    position: relative;
  }
  .footer-action__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .footer-action__item {
    width: 80%;
  }
  .footer-action__item a {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 10px;
    font-size: 1.5rem;
  }
  .footer-action__wrapper {
    display: flex;
    justify-content: center;
  }
  .footer-action__tel {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer-action__tel .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
  }
  .footer-action__tel .icon .bi {
    font-size: 1.3rem;
  }
  .footer-action__tel .number {
    font-size: 3.2rem;
    padding-bottom: 5px;
  }
  .footer-action__letter {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
  }
  .footer-bar {
    padding-bottom: 10px;
  }
  .footer-bar__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0 30px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__logo {
    width: 60%;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    text-align: center;
  }
  .footer-bar__tel {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer-bar__tel .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
  }
  .footer-bar__tel .icon .bi {
    font-size: 1.3rem;
  }
  .footer-bar__tel .number {
    font-size: 3.2rem;
    padding-bottom: 5px;
  }
  .footer-bar__button {
    display: flex;
    justify-content: center;
    width: 65%;
    padding: 15px 10px;
    font-size: 1.5rem;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__copyright small {
    font-size: 1.2rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 25px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #b2c1c5;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100000;
}
.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: 100dvh;
  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: 10000;
}
.drawer-on__inner {
  padding: 29px 30px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 55%;
  max-width: 185px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #b2c1c5;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #000000;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs {
  position: relative;
  z-index: 10000;
}
.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-problem__inner {
  padding: 80px 0;
  position: relative;
}
.top-problem__title {
  text-align: center;
  margin-bottom: 50px;
}
.top-problem__title span {
  display: inline-block;
  position: relative;
}
.top-problem__title span::before {
  content: "";
  display: block;
  width: 164px;
  aspect-ratio: 164/140;
  background: url(../img/pages/top/problem/illust--left.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -180px;
}
.top-problem__title span::after {
  content: "";
  display: block;
  width: 183px;
  aspect-ratio: 183/141;
  background: url(../img/pages/top/problem/illust--right.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -180px;
}
.top-problem__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 2%;
}
.top-problem__item {
  display: flex;
  gap: 10px;
  width: 45%;
}
.top-problem__item .icon {
  color: #b2c1c5;
  font-size: 2rem;
  margin-top: 7px;
}
.top-problem__item .text {
  font-size: clamp(2.6rem, 1.46vw, 2.8rem);
  font-weight: 700;
  line-height: 1.6;
}
.top-problem__letter {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .top-problem__inner {
    padding: 50px 0;
    position: relative;
  }
  .top-problem__title {
    margin-bottom: 30px;
  }
  .top-problem__title span {
    display: inline-block;
    position: relative;
  }
  .top-problem__title span::before {
    width: 80px;
    aspect-ratio: 164/140;
    background: url(../img/pages/top/problem/illust--left.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -60px;
  }
  .top-problem__title span::after {
    width: 80px;
    aspect-ratio: 183/141;
    background: url(../img/pages/top/problem/illust--right.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -60px;
  }
  .top-problem__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .top-problem__item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .top-problem__item .icon {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .top-problem__item .text {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .top-problem__letter {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.top-concept {
  background: #f5f9fa;
  position: relative;
  z-index: -100;
}
.top-concept__inner {
  padding: 150px 0;
}
.top-concept__contents {
  width: 50%;
  margin: 0 0 0 auto;
  padding-left: 50px;
  box-sizing: border-box;
}
.top-concept__title {
  margin-bottom: 30px;
}
.top-concept__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.top-concept__letter {
  position: absolute;
  top: 5%;
  right: 0;
}
.top-concept__img {
  width: 50%;
  height: 100%;
  background: url(../img/pages/top/concept/about.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-concept {
    position: relative;
    z-index: -100;
  }
  .top-concept__inner {
    padding: 50px 0 30px;
  }
  .top-concept__contents {
    width: 100%;
    margin: auto;
    padding-left: 0;
  }
  .top-concept__title {
    margin-bottom: 15px;
  }
  .top-concept__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top-concept__letter {
    position: absolute;
    top: 5%;
    right: 0;
  }
  .top-concept__img {
    width: 100%;
    height: 200px;
    position: static;
    top: auto;
    left: auto;
  }
}
.top-reason__inner {
  padding: 100px 0;
  position: relative;
}
.top-reason__title--lv3 {
  margin-bottom: 50px;
  text-align: center;
}
.top-reason__title--lv4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.top-reason__title--lv4 .en {
  color: #b2c1c5;
  font-size: 1.5rem;
}
.top-reason__title--lv4 .ja {
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
  line-height: 1.3;
}
.top-reason__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.top-reason__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
}
.top-reason__item {
  display: flex;
  align-items: flex-start;
  gap: 2.5%;
  width: 47.5%;
}
.top-reason__img {
  border-radius: 8px;
}
.top-reason__letter {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .top-reason__inner {
    padding: 50px 0 30px;
    position: relative;
  }
  .top-reason__title--lv3 {
    margin-bottom: 30px;
  }
  .top-reason__title--lv4 {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .top-reason__title--lv4 .en {
    font-size: 1.4rem;
  }
  .top-reason__title--lv4 .ja {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .top-reason__text {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .top-reason__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
  }
  .top-reason__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 47.5%;
  }
  .top-reason__img {
    border-radius: 5px;
  }
  .top-reason__letter {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.top-menu__inner {
  padding: 80px 0;
  position: relative;
}
.top-menu__title--lv3 {
  margin-bottom: 35px;
}
.top-menu__title--lv4 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top-menu__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.top-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.top-menu__item {
  width: 520px;
}
.top-menu__link {
  display: flex;
  flex-direction: column;
}
.top-menu__link:hover {
  opacity: 0.6;
}
.top-menu__thumbnail {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  position: relative;
}
.top-menu__thumbnail .img {
  width: 100%;
}
.top-menu__thumbnail .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 40px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top-menu__letter {
  position: absolute;
  top: -30px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-menu__inner {
    padding: 30px 0 50px;
    position: relative;
  }
  .top-menu__title--lv3 {
    margin-bottom: 30px;
  }
  .top-menu__title--lv4 {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .top-menu__text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-menu__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .top-menu__item {
    width: 100%;
  }
  .top-menu__link {
    display: flex;
    flex-direction: column;
  }
  .top-menu__link:hover {
    opacity: 0.6;
  }
  .top-menu__thumbnail {
    margin-bottom: 15px;
  }
  .top-menu__thumbnail .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 40px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .top-menu__letter {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-column {
  background: #f5f9fa;
  padding: 80px 0;
  position: relative;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  position: relative;
  z-index: 10;
}
.top-column__text {
  position: relative;
  z-index: 10;
}
.top-column__text--lv1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 35px;
}
.top-column__text--lv2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__list {
  display: flex;
  gap: 2%;
  position: relative;
  z-index: 10;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.top-column__link:hover {
  opacity: 0.6;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border: 1px solid #a4b5a4;
  border-radius: 20px;
}
.top-column__time {
  color: #b2c1c5;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.top-column__headline {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #787878;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__button {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 100;
}
.top-column__letter {
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0;
  }
  .top-column__title {
    margin-bottom: 10px;
  }
  .top-column__text {
    position: relative;
    z-index: 10;
  }
  .top-column__text--lv1 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .top-column__text--lv2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-column__thumbnail {
    width: 100%;
    aspect-ratio: 400/245;
    border-radius: 15px;
  }
  .top-column__time {
    font-size: 1.5rem;
  }
  .top-column__headline {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .top-column__button {
    position: static;
    margin: 0 auto;
  }
  .top-column__letter {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 0;
  }
}
.top-news {
  padding: 100px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 800px;
}
.top-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.top-news__link:hover {
  opacity: 0.6;
}
.top-news__wrapper {
  display: flex;
  flex-direction: column;
  width: 95%;
}
.top-news__time {
  color: #b2c1c5;
  font-size: 1.6rem;
  font-weight: 600;
}
.top-news__headline {
  font-size: 1.6rem;
  font-weight: 700;
}
.top-news__icon {
  color: #b2c1c5;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-news__letter {
  position: absolute;
  top: -100px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__title {
    margin-bottom: 20px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px;
  }
  .top-news__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
  }
  .top-news__wrapper {
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  .top-news__time {
    font-size: 1.4rem;
  }
  .top-news__headline {
    font-size: 1.6rem;
  }
  .top-news__button {
    position: static;
  }
  .top-news__letter {
    position: absolute;
    top: -30px;
    left: 0;
  }
}
.top-pick {
  background: #f5f9fa;
  position: relative;
  z-index: -100;
}
.top-pick__inner {
  padding: 150px 0;
}
.top-pick__contents {
  width: 50%;
  margin: 0 0 0 auto;
  padding-left: 50px;
  box-sizing: border-box;
}
.top-pick__title--lv3 {
  margin-bottom: 15px;
}
.top-pick__title--lv4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.top-pick__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.top-pick__letter {
  position: absolute;
  top: 5%;
  right: 0;
}
.top-pick__img {
  width: 50%;
  height: 100%;
  background: url(../img/pages/top/pick/about.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-pick {
    position: relative;
    z-index: -100;
  }
  .top-pick__inner {
    padding: 50px 0 30px;
  }
  .top-pick__contents {
    width: 100%;
    margin: auto;
    padding-left: 0;
  }
  .top-pick__title--lv3 {
    margin-bottom: 15px;
  }
  .top-pick__title--lv4 {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .top-pick__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top-pick__letter {
    position: absolute;
    top: 5%;
    right: 0;
  }
  .top-pick__img {
    width: 100%;
    height: 200px;
    position: static;
    top: auto;
    left: auto;
  }
}
.menu-about {
  padding: 80px 0;
  position: relative;
}
.menu-about--blue {
  background: #f5f9fa;
}
.menu-about__inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  z-index: 10;
}
.menu-about__title--lv4 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #2d2e2e;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.menu-about__contents {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 600px;
}
.menu-about__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-about__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-about__item .icon {
  color: #b2c1c5;
}
.menu-about__item .text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.menu-about__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.menu-about__box {
  background: #f5f9fa;
  padding: 30px;
  box-sizing: border-box;
}
.menu-about__box--white {
  background: #ffffff;
}
.menu-about__captions {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.menu-about__caption {
  font-size: 1.5rem;
  font-weight: 500;
}
.menu-about__letter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .menu-about {
    padding: 60px 0 50px;
    position: relative;
  }
  .menu-about__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 10;
  }
  .menu-about__title--lv4 {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .menu-about__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .menu-about__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .menu-about__item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .menu-about__item .text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .menu-about__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .menu-about__box {
    padding: 20px;
  }
  .menu-about__captions {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .menu-about__caption {
    font-size: 1.5rem;
  }
  .menu-about__letter {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
  }
}
.menu-system {
  background: #f5f9fa;
  padding: 80px 0;
}
.menu-system__inner {
  position: relative;
}
.menu-system__title--lv4 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #2d2e2e;
  padding-bottom: 5px;
}
.menu-system__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 10;
}
.menu-system__item {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.menu-system__item:nth-child(even) {
  flex-direction: row-reverse;
}
.menu-system__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 600px;
}
.menu-system__img {
  width: 430px;
}
.menu-system__points {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.menu-system__point {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-system__point .icon {
  color: #b2c1c5;
}
.menu-system__point .text {
  font-size: 2.6rem;
  font-weight: 700;
}
.menu-system__letter {
  position: absolute;
  top: -30px;
  left: -100px;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .menu-system {
    padding: 50px 0;
  }
  .menu-system__inner {
    position: relative;
  }
  .menu-system__title--lv4 {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  .menu-system__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: relative;
    z-index: 10;
  }
  .menu-system__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .menu-system__item:nth-child(even) {
    flex-direction: column;
  }
  .menu-system__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .menu-system__img {
    width: 50%;
  }
  .menu-system__points {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .menu-system__point {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .menu-system__point .text {
    font-size: 1.8rem;
  }
  .menu-system__letter {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 0;
  }
}
.menu-price {
  padding: 80px 0;
  position: relative;
}
.menu-price--blue {
  background: #f5f9fa;
}
.menu-price__inner {
  position: relative;
  z-index: 10;
}
.menu-price__title--lv3 {
  display: block;
  width: 50%;
  margin: 0 auto 35px;
  text-align: center;
}
.menu-price__title--lv4 {
  font-size: 2.6rem;
  font-weight: 700;
}
.menu-price__text {
  font-size: 1.6rem;
  font-weight: 500;
}
.menu-price__item {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
}
.menu-price__contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 85%;
}
.menu-price__cost {
  font-size: 2.8rem;
  font-weight: 700;
}
.menu-price__letter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .menu-price {
    padding: 50px 0;
    position: relative;
  }
  .menu-price__inner {
    position: relative;
    z-index: 10;
  }
  .menu-price__title--lv3 {
    display: block;
    width: 60%;
    margin: 0 auto 15px;
    text-align: center;
  }
  .menu-price__title--lv4 {
    font-size: 2rem;
  }
  .menu-price__text {
    font-size: 1.4rem;
  }
  .menu-price__list {
    width: 95%;
    margin: 0 auto;
  }
  .menu-price__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 20px 0;
  }
  .menu-price__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .menu-price__cost {
    font-size: 2.8rem;
  }
  .menu-price__letter {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.menu-style {
  background: #f5f9fa;
}
.menu-style__inner {
  padding: 80px 0;
  position: relative;
}
.menu-style__title--lv3 {
  display: block;
  width: 50%;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.menu-style__title--lv4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #2d2e2e;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.menu-style__text {
  font-size: 1.6rem;
  font-weight: 500;
}
.menu-style__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.menu-style__item {
  width: 520px;
}
.menu-style__thumbnail {
  width: 100%;
  aspect-ratio: 480/350;
  background: url(../img/pages/menu/style/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
.menu-style__letter {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .menu-style__inner {
    padding: 50px 0;
    position: relative;
  }
  .menu-style__title--lv3 {
    display: block;
    width: 80%;
    margin: 0 auto 35px;
    text-align: center;
    position: relative;
    z-index: 10;
  }
  .menu-style__title--lv4 {
    font-size: 1.7rem;
    line-height: 1.3;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .menu-style__text {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .menu-style__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
  }
  .menu-style__item {
    width: 48.5%;
  }
  .menu-style__thumbnail {
    width: 100%;
    aspect-ratio: 480/350;
    background: url(../img/pages/menu/style/no-img.jpg) no-repeat center/cover;
    border-radius: 8px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
  }
  .menu-style__letter {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
  }
}
.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 #b2c1c5;
  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: #b2c1c5;
  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: #b2c1c5;
  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 #b2c1c5;
  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;
}

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