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

body {
  color: #464646;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #f6f6f6;
}

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: 300;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 300;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 300;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 300;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 300;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 300;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 300;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 300;
  }
  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: 300;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 300;
  }
  h3 {
    font-size: 2rem;
    font-weight: 300;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 300;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 300;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 300;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 300;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 300;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 300;
  }
}
@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;
  gap: 15px;
}
.heading--lv3 .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
}
.heading--lv3 .ja {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .heading--lv3 .en {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .heading--lv3 .ja {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.button--lv1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 265px;
  background: #c7a565;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #c7a565;
  border-radius: 8px;
  transition: all 0.3s;
}
.button--lv1 .icon {
  height: 30px;
}
.button--lv1 .text {
  color: #ffffff;
  font-size: 1.6rem;
}
.button--lv1:hover {
  background: #ffffff;
}
.button--lv1:hover .text {
  color: #c7a565;
}

@media only screen and (max-width: 767px) {
  .button--lv1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 235px;
    padding: 12px 10px;
  }
  .button--lv1 .icon {
    width: 30px;
    height: auto;
  }
  .button--lv1 .text {
    font-size: 1.6rem;
  }
}
.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 {
  position: relative;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ffffff;
  padding: 10px 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bar__item a {
  font-size: 1.6rem;
}
.header-bar__icons {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-visual {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.header-visual__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.header-visual__bg .bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.8s ease;
}
.header-visual__bg .bg:nth-child(1) {
  background: url(../img/layout/header/visual--lv1.jpg) no-repeat center/cover;
}
.header-visual__bg .bg:nth-child(2) {
  background: url(../img/layout/header/visual--lv2.jpg) no-repeat center/cover;
}
.header-visual__bg .bg:nth-child(3) {
  background: url(../img/layout/header/visual--lv3.jpg) no-repeat center/cover;
}
.header-visual__bg .bg:nth-child(4) {
  background: url(../img/layout/header/visual--lv4.jpg) no-repeat center/cover;
}
.header-visual__bg .bg.is-active {
  opacity: 1;
}
.header-visual--sub {
  height: 45vh;
  background: url(../img/layout/header/visual--sub.jpg) no-repeat center/cover;
}
.header-visual__inner {
  height: 100%;
  position: relative;
}
.header-visual__title--top {
  display: block;
  height: 60%;
  font-size: clamp(3.6rem, 2.08vw, 4rem);
  writing-mode: vertical-rl;
  line-height: 1.8;
  letter-spacing: 0.3em;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 50px;
  z-index: 10;
}
.header-visual__title--sub {
  color: #ffffff;
  font-size: 4rem;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 5%;
  left: 50px;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 20px;
  }
  .header-bar__logo {
    width: 140px;
  }
  .header-bar__nav {
    display: none;
  }
  .header-visual {
    position: relative;
    height: 80vh;
  }
  .header-visual__bg .bg {
    opacity: 0;
    transition: opacity 1.8s ease;
  }
  .header-visual__bg .bg:nth-child(1) {
    background: url(../img/layout/header/visual--lv1.jpg) no-repeat center left -250px/cover;
  }
  .header-visual__bg .bg:nth-child(2) {
    background: url(../img/layout/header/visual--lv2.jpg) no-repeat center left -340px/cover;
  }
  .header-visual__bg .bg:nth-child(3) {
    background: url(../img/layout/header/visual--lv3.jpg) no-repeat center left -310px/cover;
  }
  .header-visual__bg .bg:nth-child(4) {
    background: url(../img/layout/header/visual--lv4.jpg) no-repeat center left -200px/cover;
  }
  .header-visual--sub {
    height: 35vh;
    background: url(../img/layout/header/visual--sub.jpg) no-repeat center right -350px/cover;
  }
  .header-visual__inner {
    height: 100%;
    position: relative;
  }
  .header-visual__title--top {
    display: block;
    height: 60%;
    font-size: 2.8rem;
    writing-mode: vertical-rl;
    line-height: 1.8;
    letter-spacing: 0.3em;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 30px;
  }
  .header-visual__title--sub {
    font-size: 3.2rem;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
.footer-action {
  background: url(../img/layout/footer/bg.jpg) no-repeat center/cover;
  padding: 100px 0;
}
.footer-action__inner {
  background: #ffffff;
  padding: 50px 100px;
  box-sizing: border-box;
}
.footer-action__title {
  align-items: center;
  margin-bottom: 15px;
}
.footer-action__text {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 35px;
}
.footer-action__list {
  display: flex;
  gap: 2%;
}
.footer-action__item {
  width: 32%;
  height: 65px;
}
.footer-action__link {
  width: 100%;
  height: 100%;
}
.footer-action__link .icon--mail {
  height: 20px;
}

.footer-bar {
  background: #ddd6c7;
  padding: 80px 0 10px;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.footer-bar__logo {
  display: block;
  margin-bottom: 35px;
}
.footer-bar__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-bar__list {
  display: flex;
  gap: 60px;
}
.footer-bar__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-bar__copyright {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 60px 0;
  }
  .footer-action__inner {
    padding: 50px 20px;
  }
  .footer-action__title {
    margin-bottom: 15px;
  }
  .footer-action__text {
    margin-bottom: 30px;
  }
  .footer-action__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .footer-action__item {
    width: 100%;
    height: 65px;
  }
  .footer-action__link {
    width: 100%;
    height: 100%;
  }
  .footer-action__link .icon--mail {
    height: 20px;
  }
  .footer-bar {
    padding: 60px 0 10px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .footer-bar__logo {
    display: block;
    width: 40%;
    margin-bottom: 30px;
  }
  .footer-bar__links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 4%;
  }
  .footer-bar__link {
    width: 48%;
  }
  .footer-bar__link a {
    width: 100%;
  }
  .footer-bar__link a .text {
    font-size: 1.4rem;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    text-align: center;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #c7a565;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.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: 100vh;
  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__inner {
  padding: 21px 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 140px;
  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: #c7a565;
  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 {
  margin-bottom: 15px;
}
.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  justify-content: center;
  gap: 5%;
}
.drawer-sns__item {
  height: 35px;
}

.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: #c7a565;
}

@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 {
  background: url(../img/pages/top/about/bg--left.png) no-repeat bottom 100px left 5%/10%, url(../img/pages/top/about/bg--right.png) no-repeat center right 5%/15%;
  padding: 100px 0;
}
.top-about__inner {
  display: flex;
  justify-content: space-between;
}
.top-about__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 35px;
}
.top-about__item {
  display: flex;
  gap: 15px;
}
.top-about__item .number, .top-about__item .text {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .top-about {
    background: url(../img/pages/top/about/bg--left.png) no-repeat bottom 100px left 5%/30%, url(../img/pages/top/about/bg--right.png) no-repeat center right 5%/30%;
    padding: 60px 0;
  }
  .top-about__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .top-about__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
  }
  .top-about__item {
    display: flex;
    gap: 10px;
  }
  .top-about__item .number, .top-about__item .text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.top-product {
  padding: 100px 0;
}
.top-product__inner {
  position: relative;
}
.top-product__title {
  align-items: center;
  margin-bottom: 20px;
}
.top-product__text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 35px;
}
.top-product__button {
  margin: 0 auto 135px;
}
.top-product__movie {
  width: 560px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.top-product__movie iframe {
  width: 100%;
  height: 100%;
}
.top-product__img {
  width: 24.5%;
  position: absolute;
}
.top-product__img--left {
  top: -50px;
  left: 0;
}
.top-product__img--right {
  top: -50px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-product {
    padding: 290px 0 60px;
  }
  .top-product__title {
    margin-bottom: 20px;
  }
  .top-product__text {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .top-product__button {
    margin: 0 auto 35px;
  }
  .top-product__movie {
    width: 100%;
  }
  .top-product__img {
    width: 50%;
    position: absolute;
  }
  .top-product__img--left {
    top: -310px;
    left: 0;
  }
  .top-product__img--right {
    top: -310px;
    right: 0;
  }
}
.top-voice {
  background: url(../img/pages/top/voice/bg--left.png) no-repeat top 100px left 10%/5%, url(../img/pages/top/voice/bg--right.png) no-repeat center right 10%/10%, #ddd6c7;
  padding: 80px 0;
}
.top-voice__inner {
  display: flex;
  justify-content: space-between;
}
.top-voice__contents {
  width: 500px;
}
.top-voice__title--lv3 {
  margin-bottom: 35px;
}
.top-voice__title--lv4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.top-voice__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.top-voice__wrapper {
  background: #ffffff;
  padding: 80px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .top-voice {
    background: url(../img/pages/top/voice/bg--left.png) no-repeat top 100px left 10%/20%, url(../img/pages/top/voice/bg--right.png) no-repeat center right 10%/20%, #ddd6c7;
    padding: 60px 0;
  }
  .top-voice__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 35px;
  }
  .top-voice__contents {
    width: 100%;
  }
  .top-voice__title--lv3 {
    margin-bottom: 30px;
  }
  .top-voice__title--lv4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .top-voice__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top-voice__wrapper {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 35px;
  }
}
.top-company {
  background: url(../img/pages/top/company/bg--left.png) no-repeat center left 5%/7%, url(../img/pages/top/company/bg--right.png) no-repeat top 100px right 10%/5%;
  padding: 80px 0;
}
.top-company__title--lv3 {
  align-items: center;
  margin-bottom: 35px;
}
.top-company__title--lv4 {
  margin-bottom: 15px;
}
.top-company__text {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.top-company__list {
  display: flex;
  gap: 40px;
}
.top-company__item {
  width: 520px;
}
.top-company__map {
  width: 100%;
  height: 315px;
  margin-bottom: 20px;
}
.top-company__map iframe {
  width: 100%;
  height: 100%;
}
.top-company__address {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .top-company {
    background: url(../img/pages/top/company/bg--left.png) no-repeat center left 5%/20%, url(../img/pages/top/company/bg--right.png) no-repeat top 100px right 10%/20%;
    padding: 60px 0;
  }
  .top-company__title--lv3 {
    align-items: center;
    margin-bottom: 35px;
  }
  .top-company__title--lv4 {
    width: 40%;
    margin-bottom: 15px;
  }
  .top-company__text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .top-company__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .top-company__item {
    width: 100%;
  }
  .top-company__map {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
  }
  .top-company__address {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.top-column {
  background: url(../img/pages/top/column/bg--left.png) no-repeat bottom 100px left 5%/10%, url(../img/pages/top/column/bg--right.png) no-repeat center right 5%/2%;
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 20px;
}
.top-column__text--lv1 {
  font-size: 1.6rem;
  line-height: 1.8;
  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%;
}
.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;
}
.top-column__time {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.top-column__headline {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  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: 80px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    background: url(../img/pages/top/column/bg--left.png) no-repeat bottom 100px left 5%/20%, url(../img/pages/top/column/bg--right.png) no-repeat center right 5%/20%;
    padding: 40px 0;
  }
  .top-column__title {
    margin-bottom: 20px;
  }
  .top-column__text--lv1 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .top-column__text--lv2 {
    font-size: 1.4rem;
    font-weight: 500;
    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-news {
  background: linear-gradient(90deg, rgb(246, 246, 246) 50%, rgb(255, 255, 255) 50%);
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__title {
  margin-bottom: 10px;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 725px;
}
.top-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #a4b5a4;
  padding: 20px 0;
}
.top-news__link:hover {
  opacity: 0.6;
}
.top-news__wrapper {
  display: flex;
  flex-direction: column;
}
.top-news__time {
  font-size: 1.6rem;
  font-weight: 600;
}
.top-news__headline {
  font-size: 1.6rem;
  font-weight: 500;
}
.top-news__icon {
  font-size: 1.8rem;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 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: 20px 0;
  }
  .top-news__wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .top-news__time {
    font-size: 1.4rem;
  }
  .top-news__headline {
    font-size: 1.4rem;
  }
  .top-news__icon {
    font-size: 1.6rem;
  }
  .top-news__button {
    position: static;
  }
}
.about-concept {
  padding: 100px 0;
}
.about-concept__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.about-concept__contents {
  width: 500px;
}
.about-concept__title--lv3 {
  margin-bottom: 20px;
}
.about-concept__title--lv4 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.about-concept__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-concept__text {
  font-size: 1.6rem;
}
.about-concept__img {
  width: 540px;
}

@media only screen and (max-width: 767px) {
  .about-concept {
    padding: 60px 0 30px;
  }
  .about-concept__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .about-concept__contents {
    width: 100%;
  }
  .about-concept__title--lv3 {
    margin-bottom: 20px;
  }
  .about-concept__title--lv4 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .about-concept__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .about-concept__text {
    font-size: 1.5rem;
  }
  .about-concept__img {
    width: 100%;
  }
}
.about-feature {
  padding: 100px 0;
}
.about-feature__title--lv3 {
  align-items: center;
  margin-bottom: 35px;
}
.about-feature__title--lv4 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.about-feature__text {
  font-size: 1.6rem;
}
.about-feature__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 35px;
}
.about-feature__item {
  display: flex;
  gap: 20px;
  background: #ddd6c7;
  padding: 30px;
  box-sizing: border-box;
}
.about-feature__img {
  width: 310px;
}
.about-feature__message {
  font-size: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .about-feature {
    padding: 60px 0;
  }
  .about-feature__title--lv3 {
    align-items: center;
    margin-bottom: 30px;
  }
  .about-feature__title--lv4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .about-feature__text {
    font-size: 1.5rem;
  }
  .about-feature__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 35px;
  }
  .about-feature__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    box-sizing: border-box;
  }
  .about-feature__img {
    width: 100%;
  }
  .about-feature__message {
    font-size: 1.8rem;
    text-align: center;
  }
}
.about-faq {
  background: url(../img/pages/about/faq/bg--left.png) no-repeat top 100px left 10%/5%, url(../img/pages/about/faq/bg--right.png) no-repeat center right 10%/10%, #ddd6c7;
}
.about-faq__inner {
  padding: 100px 0;
}
.about-faq__title {
  align-items: center;
  margin-bottom: 35px;
}
.about-faq__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: #ffffff;
  padding: 50px 100px;
  box-sizing: border-box;
  border-radius: 20px;
}
.about-faq__question {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #cbc7c5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.about-faq__question .icon, .about-faq__question .text {
  font-size: 2.4rem;
}
.about-faq__asnswer {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .about-faq {
    background: url(../img/pages/about/faq/bg--left.png) no-repeat top 100px left 10%/20%, url(../img/pages/about/faq/bg--right.png) no-repeat center right 10%/20%, #ddd6c7;
  }
  .about-faq__inner {
    padding: 60px 0;
  }
  .about-faq__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .about-faq__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 50px 30px;
    border-radius: 10px;
  }
  .about-faq__question {
    display: flex;
    gap: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .about-faq__question .icon, .about-faq__question .text {
    font-size: 1.8rem;
  }
  .about-faq__asnswer {
    font-size: 1.5rem;
  }
}
.item-effects {
  background: url(../img/pages/item/effects/bg--left.png) no-repeat bottom 50px left 5%/10%, url(../img/pages/item/effects/bg--right.png) no-repeat center right 5%/5%;
  padding: 100px 0;
}
.item-effects__inner {
  display: flex;
  align-items: center;
  gap: 90px;
}
.item-effects__contents {
  width: 590px;
}
.item-effects__title {
  margin-bottom: 20px;
}
.item-effects__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.item-effects__text {
  font-size: 1.6rem;
}
.item-effects__img {
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .item-effects {
    background: url(../img/pages/item/effects/bg--left.png) no-repeat bottom 50px left 5%/20%, url(../img/pages/item/effects/bg--right.png) no-repeat center right 5%/20%;
    padding: 60px 0;
  }
  .item-effects__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .item-effects__contents {
    width: 100%;
  }
  .item-effects__title {
    margin-bottom: 20px;
  }
  .item-effects__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .item-effects__text {
    font-size: 1.5rem;
  }
  .item-effects__img {
    width: 100%;
  }
}
.item-archive {
  background: url(../img/pages/item/archive/bg--left.png) no-repeat center left 5%/8%, url(../img/pages/item/archive/bg--right.png) no-repeat center right 10%/2%, #ddd6c7;
  padding: 100px 0;
}
.item-archive__title--lv3 {
  align-items: center;
  margin-bottom: 35px;
}
.item-archive__title--lv4 {
  font-size: 2.6rem;
  margin-bottom: 15px;
}
.item-archive__text {
  font-size: 1.6rem;
  margin-bottom: 35px;
}
.item-archive__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.item-archive__item {
  display: flex;
  align-items: center;
  gap: 90px;
}
.item-archive__thumbnail {
  width: 400px;
  aspect-ratio: 400/545;
  background: url(../img/pages/item/archive/no-img.jpg) no-repeat center/cover;
}
.item-archive__contents {
  width: 590px;
}

@media only screen and (max-width: 767px) {
  .item-archive {
    background: url(../img/pages/item/archive/bg--left.png) no-repeat center left 5%/20%, url(../img/pages/item/archive/bg--right.png) no-repeat center right 10%/20%, #ddd6c7;
    padding: 60px 0;
  }
  .item-archive__title--lv3 {
    align-items: center;
    margin-bottom: 30px;
  }
  .item-archive__title--lv4 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .item-archive__text {
    font-size: 1.5rem;
    margin-bottom: 35px;
  }
  .item-archive__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .item-archive__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .item-archive__thumbnail {
    width: 100%;
    aspect-ratio: 400/545;
  }
  .item-archive__contents {
    width: 100%;
  }
}
.item-single {
  background: #ddd6c7;
  padding: 100px 0;
}
.item-single__wrapper {
  display: flex;
  gap: 40px;
}
.item-single__thumbnail {
  width: 400px;
  aspect-ratio: 400/545;
  background: url(../img/pages/item/archive/no-img.jpg) no-repeat center/cover;
  margin-bottom: 15px;
}
.item-single__imgs {
  display: flex;
  gap: 4%;
}
.item-single__img {
  width: 48%;
  aspect-ratio: 400/545;
  background: url(../img/pages/item/archive/no-img.jpg) no-repeat center/cover;
}
.item-single__contents {
  width: 640px;
}
.item-single__title {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.item-single__text {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.item-single__button {
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .item-single {
    padding: 60px 0;
  }
  .item-single__wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .item-single__thumbnail {
    width: 100%;
    margin-bottom: 15px;
  }
  .item-single__imgs {
    display: flex;
    gap: 4%;
  }
  .item-single__img {
    width: 48%;
  }
  .item-single__contents {
    width: 100%;
  }
  .item-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .item-single__text {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .item-single__button {
    margin: auto;
  }
}
.voice-review {
  padding: 100px 0;
}
.voice-review__title--lv3 {
  align-items: center;
  margin-bottom: 35px;
}
.voice-review__title--lv4 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.voice-review__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.voice-review__item {
  background: #ddd6c7;
  padding: 50px;
  box-sizing: border-box;
}
.voice-review__gallary {
  display: flex;
  gap: 2%;
  margin-bottom: 10px;
}
.voice-review__img {
  width: 49%;
  aspect-ratio: 465/285;
  background: url(../img/pages/voice/archive/no-img.jpg) no-repeat center/cover;
}
.voice-review__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
.voice-review__tag {
  font-size: 1.5rem;
}
.voice-review__faqs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voice-review__faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.voice-review__question {
  display: flex;
  gap: 10px;
}
.voice-review__question .number, .voice-review__question .text {
  font-size: 2rem;
}
.voice-review__answer {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .voice-review {
    padding: 30px 0 60px;
  }
  .voice-review__title--lv3 {
    align-items: center;
    margin-bottom: 30px;
  }
  .voice-review__title--lv4 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .voice-review__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .voice-review__item {
    padding: 20px;
  }
  .voice-review__gallary {
    display: flex;
    gap: 2%;
    margin-bottom: 15px;
  }
  .voice-review__img {
    width: 49%;
  }
  .voice-review__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
  }
  .voice-review__tag {
    font-size: 1.4rem;
  }
  .voice-review__faqs {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .voice-review__faq {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .voice-review__question {
    display: flex;
    gap: 5px;
  }
  .voice-review__question .number, .voice-review__question .text {
    font-size: 1.6rem;
  }
  .voice-review__answer {
    font-size: 1.4rem;
  }
}
.voice-archive {
  padding: 100px 0;
}
.voice-archive__title--lv3 {
  margin-bottom: 35px;
}
.voice-archive__title--lv4 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.voice-archive__text {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.voice-archive__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.voice-archive__item {
  width: 49%;
  background: #ddd6c7;
  padding: 20px;
  box-sizing: border-box;
}
.voice-archive__thumbnail {
  width: 100%;
  aspect-ratio: 465/285;
  background: url(../img/pages/voice/archive/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}
.voice-archive__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
.voice-archive__tag {
  font-size: 1.4rem;
}
.voice-archive__button {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .voice-archive {
    padding: 60px 0 30px;
  }
  .voice-archive__title--lv3 {
    margin-bottom: 30px;
  }
  .voice-archive__title--lv4 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .voice-archive__text {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .voice-archive__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }
  .voice-archive__item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .voice-archive__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .voice-archive__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
  }
  .voice-archive__tag {
    font-size: 1.4rem;
  }
  .voice-archive__button {
    margin: 0 auto;
  }
}
.voice-single {
  padding: 100px 0;
}
.voice-single__title {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.voice-single__text {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.voice-single__contents {
  width: 980px;
  background: #ddd6c7;
  padding: 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
.voice-single__thumbnail {
  width: 100%;
  aspect-ratio: 465/285;
  background: url(../img/pages/voice/archive/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}
.voice-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
.voice-single__tag {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .voice-single {
    padding: 60px 0;
  }
  .voice-single__title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .voice-single__text {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .voice-single__contents {
    width: 100%;
    padding: 20px;
    margin: auto;
  }
  .voice-single__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .voice-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
  }
  .voice-single__tag {
    font-size: 1.4rem;
  }
}
.company-philosophy {
  padding: 100px 0;
}
.company-philosophy__inner {
  display: flex;
  justify-content: space-between;
}
.company-philosophy__title--lv4 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.company-philosophy__text {
  font-size: 1.6rem;
}
.company-philosophy__contents {
  width: 415px;
}

@media only screen and (max-width: 767px) {
  .company-philosophy {
    padding: 60px 0 30px;
  }
  .company-philosophy__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .company-philosophy__title--lv4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .company-philosophy__text {
    font-size: 1.5rem;
  }
  .company-philosophy__contents {
    width: 100%;
  }
}
.company-greeting {
  padding: 100px 0;
}
.company-greeting__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.company-greeting__title {
  margin-bottom: 15px;
}
.company-greeting__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.company-greeting__img {
  width: 540px;
}
.company-greeting__contents {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    padding: 30px 0 60px;
  }
  .company-greeting__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .company-greeting__title {
    margin-bottom: 15px;
  }
  .company-greeting__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .company-greeting__img {
    width: 100%;
  }
  .company-greeting__contents {
    width: 100%;
  }
}
.company-info {
  background: #ddd6c7;
}
.company-info__inner {
  padding: 100px 0;
}
.company-info__title {
  align-items: center;
  margin-bottom: 35px;
}
.company-info__row {
  display: flex;
  gap: 2%;
  padding: 25px 0;
  position: relative;
}
.company-info__row::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(0, 0, 0) 20%, rgb(255, 255, 255) 20%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.company-info__term {
  width: 20%;
  font-size: 1.6rem;
}
.company-info__term span {
  font-size: 1.2rem;
}
.company-info__desc {
  width: 78%;
  font-size: 1.6rem;
}
.company-info__desc .caption {
  color: #da0707;
}

@media only screen and (max-width: 767px) {
  .company-info__inner {
    padding: 60px 0;
  }
  .company-info__title {
    align-items: center;
    margin-bottom: 15px;
  }
  .company-info__row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 25px 0;
    position: relative;
  }
  .company-info__row::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(0, 0, 0) 20%, rgb(255, 255, 255) 20%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .company-info__term {
    width: 100%;
    font-size: 1.5rem;
  }
  .company-info__term span {
    font-size: 1.4rem;
  }
  .company-info__desc {
    width: 100%;
    font-size: 1.4rem;
  }
}
.company-access {
  padding: 50px 0 0;
}
.company-access__list {
  display: flex;
  margin-bottom: 15px;
}
.company-access__item {
  width: 50%;
  text-align: center;
}
.company-access__maps {
  display: flex;
}
.company-access__map {
  width: 50%;
  height: 400px;
}
.company-access__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .company-access {
    padding: 35px 0 0;
  }
  .company-access__list {
    display: flex;
    margin-bottom: 15px;
  }
  .company-access__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .company-access__item img {
    width: 55%;
  }
  .company-access__maps {
    display: flex;
  }
  .company-access__map {
    width: 50%;
    height: 200px;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

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

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

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

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