@charset "UTF-8";
.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

p {
  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) {
  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: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb_contents .contents_box-s {
    padding: 15px;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_contents .contents_box-s {
    width: 95%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
.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";
}

.single-txt a {
  text-decoration: underline;
}
.single-txt em,
.single-txt i {
  font-style: italic;
}
.single-txt strong,
.single-txt b {
  font-weight: 900;
}
.single-txt pre,
.single-txt code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.single-txt u {
  text-decoration: underline;
}
.single-txt del {
  text-decoration: line-through;
}
.single-txt ol,
.single-txt ul {
  padding-left: 20px;
}
.single-txt ol {
  list-style: decimal;
}
.single-txt ul {
  list-style: disc;
}
.single-txt blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.single-txt blockquote p {
  color: #555555;
  font-style: italic;
}
.single-txt blockquote p::before {
  content: "“";
}
.single-txt blockquote p::after {
  content: "”";
}
.single-txt .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.single-txt .table_wrapper th,
.single-txt .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .single-txt .table_wrapper th,
  .single-txt .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-txt .table_wrapper th,
  .single-txt .table_wrapper td {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.title--h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 50px;
}
.title--h3 .en {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-left: 10px;
}
.title--h3 .ja {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .title--h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 35px;
  }
  .title--h3 .en {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 5px;
    margin-left: 5px;
  }
  .title--h3 .ja {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.3;
  }
}
.button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button span {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #000000;
}
.button i {
  transition: transform 0.3s ease;
}
.button:hover i {
  transform: translateX(6px);
}

.button--cta {
  display: flex;
  justify-content: center;
  width: 165px;
  padding: 10px 5px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 90px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 600;
  transition: color 0.3s ease;
  transition: background 0.3s ease;
}
.button--cta:hover {
  color: #ffffff;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .button {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .button span {
    font-size: 1.4rem;
  }
  .button--cta {
    display: flex;
    justify-content: center;
    width: 165px;
    padding: 10px 5px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 90px;
    box-sizing: border-box;
    font-size: 1.5rem;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.3);
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.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: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #353535;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  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;
}
@media screen and (min-width: 768px) {
  .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 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;
}
@media screen and (min-width: 768px) {
  .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 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;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media 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--entrance {
  padding: 20px 30px 25px;
  box-sizing: border-box;
}
.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 25px;
  box-sizing: border-box;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__list {
  display: flex;
  gap: 20px;
}
.header__item a {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
}
.header__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.header__item a:hover::after {
  transform: scaleX(1);
}
.header__inner {
  padding: 0 30px 0 60px;
  box-sizing: border-box;
  position: relative;
}
.header__inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 30px;
}
.header__wrapper {
  position: relative;
  margin-bottom: 10px;
}
.header__title {
  color: #ffffff;
  font-size: clamp(4.2rem, 2.81vw, 5.4rem);
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.header__text {
  display: inline-block;
  font-size: clamp(2.4rem, 1.46vw, 2.8rem);
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .header--entrance {
    padding: 10px 20px 15px;
    box-sizing: border-box;
  }
  .header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 15px;
    box-sizing: border-box;
  }
  .header__logo {
    width: 235px;
  }
  .header__nav {
    display: none;
  }
  .header__inner {
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  .header__inner::before {
    content: "";
    display: none;
  }
  .header__wrapper {
    position: relative;
    margin-bottom: 10px;
  }
  .header__title {
    font-size: 2.8rem;
    line-height: 1.3;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .header__text {
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
.footer-contact {
  background: url(../img/layout/footer/contact-bg.jpg) no-repeat top center/cover;
}
.footer-contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}
.footer-contact__title {
  margin-bottom: 0;
}
.footer-contact__title .en, .footer-contact__title .ja {
  color: #ffffff;
}
.footer-contact__title .en {
  border-bottom: 1px solid #ffffff;
}
.footer-contact__box {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 680px;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 45px;
  box-sizing: border-box;
}
.footer-contact__wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.footer-contact__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-contact__tel i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 1.2rem;
  background: #000000;
  padding: 2px;
  border-radius: 90px;
  margin-top: 10px;
}
.footer-contact__tel span {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.footer-contact__caption {
  font-size: 1.2rem;
}
.footer-contact__button {
  width: 280px;
  padding: 15px 5px;
}

.footer-bar__inner {
  padding: 50px 0 80px;
}
.footer-bar__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.footer-bar__logo {
  display: block;
  margin-bottom: 15px;
}
.footer-bar__address {
  margin-bottom: 35px;
}
.footer-bar__nav {
  display: flex;
  gap: 70px;
}
.footer-bar__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer-bar__item a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.footer-bar__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.footer-bar__item a:hover::after {
  transform: scaleX(1);
}
.footer-bar__banners {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-bar__banner:hover {
  opacity: 0.8;
}
.footer-bar__copyright {
  display: block;
  font-size: 1.2rem;
}
.footer-bar__copyright--entrance {
  text-align: center;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .footer-contact__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 60px 0;
  }
  .footer-contact__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .footer-contact__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 35px 30px;
    box-sizing: border-box;
  }
  .footer-contact__wrapper {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .footer-contact__tel {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer-contact__tel i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 1.2rem;
    background: #000000;
    padding: 2px;
    border-radius: 90px;
    margin-top: 10px;
  }
  .footer-contact__tel span {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
  }
  .footer-contact__caption {
    font-size: 1.2rem;
  }
  .footer-contact__button {
    width: 100%;
    padding: 15px 5px;
  }
  .footer-bar__inner {
    padding: 50px 0 30px;
  }
  .footer-bar__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 30px;
    margin-bottom: 50px;
  }
  .footer-bar__logo {
    display: block;
    width: 75px;
    margin: 0 auto 20px;
  }
  .footer-bar__address {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bar__nav {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__banners {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 10px 3%;
  }
  .footer-bar__banner {
    width: 48.5%;
  }
  .footer-bar__banner:hover {
    opacity: 0.8;
  }
  .footer-bar__copyright {
    display: block;
    font-size: 1.2rem;
    text-align: center;
  }
  .footer-bar__copyright--entrance {
    text-align: center;
    padding: 10px;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #000000;
  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: 17px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 235px;
  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-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000000;
  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%;
}

.bread-clumbs__inner {
  padding: 15px 0;
}
.bread-clumbs__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bread-clumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 10px;
  border-right: 1px solid #000000;
}
.bread-clumbs__item--last {
  border: none;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #353535;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #6fa3d4;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

.entrance__inner {
  padding: 0 3.13%;
  box-sizing: border-box;
}
.entrance__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1%;
}
.entrance__item {
  width: 32.66%;
  height: 81vh;
  position: relative;
}
.entrance__item--official {
  background: url(../img/pages/entrance/official.jpg) no-repeat center/cover;
}
.entrance__item--villa {
  background: url(../img/pages/entrance/villa.jpg) no-repeat center/cover;
}
.entrance__item--promotion {
  background: url(../img/pages/entrance/promotion.jpg) no-repeat center/cover;
}
.entrance__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.entrance__link:hover {
  opacity: 0.8;
}
.entrance__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  min-width: 320px;
  height: 35%;
  min-height: 185px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.entrance__contents::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 20px;
  left: 0;
}
.entrance__contents::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.entrance__title {
  font-size: clamp(2.6rem, 1.67vw, 3.2rem);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}
.entrance__title span {
  font-size: clamp(2rem, 1.46vw, 2.8rem);
}
.entrance__button {
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .entrance__inner {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .entrance__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
  }
  .entrance__item {
    width: 100%;
    height: auto;
    aspect-ratio: 890/450;
    position: relative;
  }
  .entrance__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .entrance__link:hover {
    opacity: 0.8;
  }
  .entrance__contents {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    min-width: auto;
    height: 80%;
    min-height: auto;
    position: relative;
  }
  .entrance__contents::before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .entrance__contents::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .entrance__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
  }
  .entrance__title span {
    font-size: 1.6rem;
  }
  .entrance__button {
    justify-content: center;
  }
}
.top-about {
  position: relative;
}
.top-about::after {
  content: "";
  display: block;
  width: 66.5%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.top-about__inner {
  padding: 80px 0;
}

.top-about-point__list {
  display: flex;
}
.top-about-point__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 425px;
  padding: 30px;
  box-sizing: border-box;
  border-left: 1px solid #000000;
}
.top-about-point__item:last-child {
  border-right: 1px solid #000000;
}
.top-about-point__wrapper {
  position: relative;
}
.top-about-point__number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 12px 15px 8px;
  border-radius: 0 10px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-about-point__title {
  font-size: 2.8rem;
  font-weight: 600;
}
.top-about-point__text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .top-about {
    position: relative;
  }
  .top-about::after {
    content: "";
    display: block;
    width: 66.5%;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 30px;
  }
  .top-about__inner {
    padding: 50px 0 30px;
  }
  .top-about__title {
    margin-bottom: 10px;
  }
  .top-about-point__list {
    display: flex;
    flex-direction: column;
  }
  .top-about-point__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 35px 20px 30px;
    border-left: none;
    border-bottom: 1px solid #000000;
  }
  .top-about-point__item:last-child {
    border: none;
  }
  .top-about-point__wrapper {
    position: relative;
  }
  .top-about-point__number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px 8px;
    border-radius: 0 10px 0 0;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .top-about-point__title {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .top-about-point__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.top-solution__inner {
  padding: 100px 0;
}
.top-solution__title {
  align-items: center;
}

.top-solution-menu__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.top-solution-menu__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 60px;
  position: relative;
}
.top-solution-menu__item:nth-child(odd) {
  justify-content: end;
}
.top-solution-menu__item:nth-child(odd)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  right: 30px;
}
.top-solution-menu__item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: start;
}
.top-solution-menu__item:nth-child(even)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 30px;
}
.top-solution-menu__contents {
  width: 360px;
  border-left: 1px solid #000000;
  padding-left: 25px;
}
.top-solution-menu__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.top-solution-menu__text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 35px;
}
.top-solution-menu__img {
  width: 55.56%;
}

@media only screen and (max-width: 767px) {
  .top-solution__inner {
    padding: 80px 0 50px;
  }
  .top-solution__title {
    align-items: center;
    margin-bottom: 60px;
  }
  .top-solution-menu__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .top-solution-menu__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding: 0;
    position: relative;
  }
  .top-solution-menu__item:nth-child(odd) {
    justify-content: start;
  }
  .top-solution-menu__item:nth-child(odd)::after {
    content: "";
    display: none;
  }
  .top-solution-menu__item:nth-child(even) {
    flex-direction: column;
    justify-content: start;
  }
  .top-solution-menu__item:nth-child(even)::after {
    content: "";
    display: none;
  }
  .top-solution-menu__contents {
    width: 100%;
    border-left: none;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .top-solution-menu__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .top-solution-menu__text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .top-solution-menu__img {
    width: 100%;
  }
}
.top-other__inner {
  padding-bottom: 80px;
}
.top-other__list {
  display: flex;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.top-other__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}
.top-other__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.top-other__text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .top-other__inner {
    padding-bottom: 60px;
    padding-top: 30px;
  }
  .top-other__list {
    display: flex;
    flex-direction: column;
    border-top: none;
    border-bottom: none;
  }
  .top-other__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 50px 10px;
    box-sizing: border-box;
  }
  .top-other__item:first-child {
    border-bottom: 1px solid #000000;
  }
  .top-other__contents {
    width: 60%;
  }
  .top-other__title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .top-other__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .top-other__img {
    width: 35%;
  }
}
.consultation-message {
  position: relative;
}
.consultation-message::before {
  content: "";
  display: block;
  width: 66.5%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.consultation-message__inner {
  padding: 100px 0 50px;
}
.consultation-message__title {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .consultation-message {
    position: relative;
  }
  .consultation-message__inner {
    padding: 50px 0 25px;
  }
  .consultation-message__title {
    font-size: 2.2rem;
    text-align: center;
  }
}
.consultation-category__inner {
  padding: 100px 0 50px;
}
.consultation-category__title {
  align-items: center;
}

.consultation-category-detail__list {
  display: flex;
  flex-direction: column;
}
.consultation-category-detail__item {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #000000;
  padding: 50px 30px;
  box-sizing: border-box;
  position: relative;
}
.consultation-category-detail__item:nth-child(even) {
  flex-direction: row-reverse;
}
.consultation-category-detail__item::before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.consultation-category-detail__item::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.consultation-category-detail__wrapper {
  width: 420px;
  position: relative;
}
.consultation-category-detail__number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 12px 15px 8px;
  border-radius: 0 10px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.consultation-category-detail__contents {
  width: 570px;
}
.consultation-category-detail__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.consultation-category-detail__text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.consultation-case__inner {
  padding: 100px 0 80px;
}
.consultation-case__title {
  align-items: center;
}
.consultation-case__box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
  padding: 0 60px;
  position: relative;
}
.consultation-case__box::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  right: 30px;
}
.consultation-case__contents {
  width: 360px;
  border-left: 1px solid #000000;
  padding-left: 25px;
}
.consultation-case__text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 35px;
}
.consultation-case__img {
  width: 55.56%;
}

@media only screen and (max-width: 767px) {
  .consultation-category__inner {
    padding: 50px 0 25px;
  }
  .consultation-category__title {
    align-items: center;
    margin-bottom: 0;
  }
  .consultation-category-detail__list {
    display: flex;
    flex-direction: column;
  }
  .consultation-category-detail__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    border-bottom: 1px solid #000000;
    padding: 50px 15px;
    box-sizing: border-box;
  }
  .consultation-category-detail__item:nth-child(even) {
    flex-direction: column;
  }
  .consultation-category-detail__item::before {
    display: none;
  }
  .consultation-category-detail__item::after {
    display: none;
  }
  .consultation-category-detail__wrapper {
    width: 100%;
    position: relative;
  }
  .consultation-category-detail__number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px 8px;
    border-radius: 0 10px 0 0;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .consultation-category-detail__contents {
    width: 100%;
  }
  .consultation-category-detail__title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .consultation-category-detail__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .consultation-case__inner {
    padding: 50px 0 40px;
  }
  .consultation-case__title {
    align-items: center;
  }
  .consultation-case__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
    position: relative;
  }
  .consultation-case__box::after {
    content: "";
    display: none;
  }
  .consultation-case__contents {
    width: 100%;
    border-left: none;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .consultation-case__title {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .consultation-case__text {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
  }
  .consultation-case__button {
    justify-content: center;
  }
  .consultation-case__img {
    width: 100%;
  }
}
.case-message {
  position: relative;
}
.case-message::before {
  content: "";
  display: block;
  width: 66.5%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.case-message__inner {
  padding: 100px 0 50px;
}
.case-message__title {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .case-message {
    position: relative;
  }
  .case-message__inner {
    padding: 50px 0 25px;
  }
  .case-message__title {
    font-size: 2.2rem;
    text-align: center;
  }
}
.case-sulution__inner {
  padding: 100px 0;
}
.case-sulution__title {
  align-items: center;
}

.case-sulution-detail__list {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 0;
}
.case-sulution-detail__item {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
  border-right: 1px solid #000000;
}
.case-sulution-detail__item:nth-child(odd) {
  border-left: 1px solid #000000;
}
.case-sulution-detail__wrapper {
  position: relative;
  margin-bottom: 20px;
}
.case-sulution-detail__number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 12px 15px 8px;
  border-radius: 0 10px 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.case-sulution-detail__title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.case-sulution-detail__table {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.case-sulution-detail__term {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.case-sulution-detail__desc {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .case-sulution__inner {
    padding: 50px 0;
  }
  .case-sulution__title {
    align-items: center;
    margin-bottom: 0;
  }
  .case-sulution-detail__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
  }
  .case-sulution-detail__item {
    width: 100%;
    padding: 50px 15px;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #000000;
  }
  .case-sulution-detail__item:nth-child(odd) {
    border-left: none;
  }
  .case-sulution-detail__item:last-child {
    border-bottom: none;
  }
  .case-sulution-detail__wrapper {
    position: relative;
    margin-bottom: 15px;
  }
  .case-sulution-detail__number {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px 8px;
    border-radius: 0 10px 0 0;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .case-sulution-detail__title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .case-sulution-detail__table {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .case-sulution-detail__term {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .case-sulution-detail__desc {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
.faq-message {
  position: relative;
}
.faq-message::before {
  content: "";
  display: block;
  width: 66.5%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.faq-message__inner {
  padding: 100px 0 50px;
}
.faq-message__title {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
}

.faq-archive__inner {
  padding: 100px 0 80px;
}
.faq-archive__title {
  align-items: center;
}
.faq-archive__box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 80px;
}
.faq-archive__category {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.faq-archive__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq-archive__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-archive__question {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 40px;
  position: relative;
}
.faq-archive__question::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #000000;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-archive__answer {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding-left: 40px;
}
.faq-archive__button {
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .faq-message {
    position: relative;
  }
  .faq-message__inner {
    padding: 50px 0 25px;
  }
  .faq-message__title {
    font-size: 2.2rem;
    text-align: center;
  }
  .faq-archive__inner {
    padding: 50px 0 40px;
  }
  .faq-archive__title {
    align-items: center;
  }
  .faq-archive__box {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 40px;
  }
  .faq-archive__category {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .faq-archive__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .faq-archive__item {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .faq-archive__question {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding-left: 35px;
    position: relative;
  }
  .faq-archive__question::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .faq-archive__answer {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding-left: 35px;
  }
  .faq-archive__button {
    justify-content: center;
  }
}
.company-greeting {
  position: relative;
}
.company-greeting::before {
  content: "";
  display: block;
  width: 66.5%;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.company-greeting__inner {
  padding: 100px 0 60px;
}
.company-greeting__title {
  align-items: center;
}
.company-greeting__box {
  display: flex;
  gap: 50px;
}
.company-greeting__wrapper--left {
  width: 440px;
}
.company-greeting__wrapper--right {
  width: 590px;
}
.company-greeting__subtitle {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.company-greeting__subtitle span {
  font-size: 3.2rem;
  border-bottom: 1px solid #000000;
}
.company-greeting__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.company-greeting__text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.company-greeting__text:last-child {
  text-align: right;
}
.company-greeting__gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    position: relative;
  }
  .company-greeting__inner {
    padding: 50px 0 30px;
  }
  .company-greeting__title {
    align-items: center;
  }
  .company-greeting__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-greeting__wrapper--left {
    width: 100%;
  }
  .company-greeting__wrapper--right {
    width: 100%;
  }
  .company-greeting__subtitle {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .company-greeting__subtitle span {
    font-size: 2.6rem;
  }
  .company-greeting__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .company-greeting__text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  .company-greeting__text:last-child {
    text-align: right;
  }
  .company-greeting__gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
  .company-greeting__img {
    width: 49%;
  }
}
.company-info__inner {
  padding: 100px 0;
}
.company-info__title {
  align-items: center;
}
.company-info__map {
  display: block;
  width: 100%;
  height: 450px;
}

.company-info-detail__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.company-info-detail__row {
  display: flex;
  gap: 50px;
  padding: 25px 0;
  border-bottom: 1px solid #000000;
}
.company-info-detail__row:first-child {
  border-top: 1px solid #000000;
}
.company-info-detail__term, .company-info-detail__desc {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.company-info-detail__term {
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .company-info__inner {
    padding: 50px 0;
  }
  .company-info__title {
    align-items: center;
  }
  .company-info__map {
    display: block;
    width: 100%;
    height: 250px;
  }
  .company-info-detail__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .company-info-detail__row {
    display: flex;
    gap: 5%;
    padding: 25px 0;
  }
  .company-info-detail__term, .company-info-detail__desc {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .company-info-detail__term {
    width: 25%;
  }
  .company-info-detail__desc {
    width: 70%;
  }
}
.news-archive__inner {
  padding: 80px 0;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid rgba(53, 53, 53, 0.3) 1px;
}
.post-wrp .post-list-item a {
  color: #353535;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.post-wrp .post-list-item .post-tag-list-item {
  border: solid rgba(53, 53, 53, 0.3) 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #353535;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 12px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 8px 10px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 11px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 5px 8px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #353535;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #353535;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #353535;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.news-single__inner {
  padding: 80px 0;
}
.news-single__title {
  margin-bottom: 20px;
}
.news-single__list {
  gap: 10px;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #6fa3d4;
}
@media screen and (min-width: 768px) {
  #s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #s-post .s-time-tag {
    margin-top: 50px;
  }
}
#s-post .s-time-tag time {
  color: #6fa3d4;
  font-weight: bold;
}
#s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #6fa3d4;
  line-height: 1;
  font-size: 14px;
  color: #6fa3d4;
}
#s-post .tag-name span {
  color: #6fa3d4;
}

.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.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: 3.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 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: 10px;
  }
  .privacy-contents__title i {
    font-size: 1rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .privacy-contents__text {
    font-size: 1.5rem;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 3.2rem;
  font-weight: 500;
  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, .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 */