@charset "UTF-8";
* {
  box-sizing: border-box;
}

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

body {
  position: relative;
  background: #fff;
  color: #5a5044;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

main {
  overflow: hidden;
}

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

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
a {
  transition: color 0.5s;
}
a:hover {
  color: #5a5044;
}

.btn--hover {
  transition: opacity 0.5s;
}
.btn--hover:hover {
  opacity: 0.7;
}

.txt--ac {
  text-align: center !important;
}

.txt--ar {
  text-align: right !important;
}

.txt--al {
  text-align: left !important;
}

.txt--line-h {
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .txt--line-h {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.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;
  }
}
.title--main {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 3.6rem;
  text-align: center;
}
.title--main .en {
  display: block;
  margin-bottom: 5px;
  font-size: 2.4rem;
  color: #67c754;
  line-height: 1;
  letter-spacing: 0;
}
.title--main-s {
  font-size: 3.2rem;
}
.title--main-s .en {
  font-size: 2rem;
}
.title--main-v {
  z-index: 1;
  position: relative;
  margin-top: 65px;
  text-align: left;
  writing-mode: vertical-rl;
}
.title--main-v::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -40px;
  right: -15px;
  width: 100px;
  height: 100px;
  background: url(../img/components/title/ico-dot.png) no-repeat left top/100% auto;
}
.title--main-v .en {
  margin-bottom: 0;
  line-height: 1.8;
}
.title--style-1 {
  position: relative;
  padding-left: 30px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.title--style-1::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #ffbc00;
  border-radius: 50%;
}
.title--style-2 {
  font-size: 2rem;
  text-align: center;
}
.title--style-2-line {
  padding-bottom: 20px;
  background: url(../img/components/title/bg-line_dot.png) repeat-x left bottom/auto 5px;
}
.title--lower-main {
  z-index: 1;
  position: absolute;
  top: 58%;
  left: 53.65%;
  transform: translateY(-50%);
  padding: 11px 28px 14px;
  background: #fff;
  font-weight: 700;
  white-space: nowrap;
  font-size: 5rem;
  line-height: 1;
}
.title--al {
  text-align: left;
}
.title--line {
  display: inline-block;
  background: url(../img/components/title/bg-line_w.png) no-repeat left 95%/100% 14px;
}
.title--line-b {
  background-image: url(../img/components/title/bg-line_b.png);
}

.lower-mv {
  position: relative;
  height: 454px;
  background: url(../img/components/title/lower-main.png) no-repeat center bottom/cover;
}
.lower-mv--dot::before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 4%;
  bottom: -40px;
  width: 222px;
  height: 232px;
  background: url(../img/components/title/lower-main-dot.png) no-repeat left top/100% auto;
}

@media only screen and (max-width: 767px) {
  .title--main {
    font-size: 2.4rem;
  }
  .title--main .en {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .title--main-s {
    font-size: 2.2rem;
  }
  .title--main-s .en {
    font-size: 1.7rem;
  }
  .title--main-v {
    margin-top: 0;
    text-align: center;
    writing-mode: inherit;
  }
  .title--main-v::before {
    content: none;
  }
  .title--main-v .en {
    margin-bottom: 0;
    line-height: inherit;
  }
  .title--style-1 {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .title--style-1::before {
    top: 10px;
  }
  .title--style-2 {
    font-size: 1.5rem;
  }
  .title--style-2-line {
    padding-bottom: 10px;
    background-size: auto 3px;
  }
  .title--lower-main {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 10px 5px;
    font-size: 18px;
  }
  .title--al {
    text-align: center;
  }
  .title--line {
    background-size: 100% 10px;
  }
  .lower-mv {
    height: 250px;
    background-position: top left -200px;
    background-size: cover;
  }
  .lower-mv--dot::before {
    left: -10px;
    bottom: -25px;
    width: 70px;
    height: 73px;
  }
}
.btn__radius {
  width: 200px;
}
.btn__radius a {
  position: relative;
  display: block;
  padding: 12px 40px 12px 0;
  background: #ffbc00;
  border-radius: 35px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #5a5044;
}
.btn__radius a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../img/components/btn/ico-arrow_w.png) no-repeat left top/100% auto;
}
.btn__radius-g a {
  background: #67c754;
  color: #fff;
}
.btn__radius-l {
  width: 350px;
}
.btn__radius-l a {
  padding: 20px 0 20px 25px;
  font-size: 1.8rem;
}
.btn__txt-link {
  text-align: center;
}
.btn__txt-link a {
  position: relative;
  display: inline-block;
  padding: 0 45px 8px 0;
  font-weight: 500;
  font-size: 1.6rem;
}
.btn__txt-link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #5a5044;
}
.btn__txt-link a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(../img/components/btn/ico-arrow_y.png) no-repeat left top/100% auto;
}
.btn__txt-link a:hover {
  color: #ffbc00;
}
.btn__txt-link a:hover::before {
  content: none;
}

@media only screen and (max-width: 767px) {
  .btn__radius {
    width: 300px;
    margin: 0 auto;
  }
  .btn__radius a {
    padding: 12px 10px;
    font-size: 1.4rem;
  }
  .btn__radius-l {
    width: 300px;
  }
  .btn__radius-l a {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
  .btn__txt-link a {
    padding: 0 30px 8px 0;
    font-size: 1.4rem;
  }
}
.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;
}

.pc-header {
  z-index: 100;
  position: sticky;
  top: 20px;
  right: 0;
  left: 0;
  margin: -40px auto 0;
  padding: 0 2.7% 0 3.2%;
  background-color: transparent;
  transition: all 0.5s ease;
  animation: header-scroll linear both;
  animation-timeline: scroll();
  animation-range: 0 100px;
}
@keyframes header-scroll {
  100% {
    margin: 0 25px;
    padding: 15px 1.65%;
    background: #fff;
    border-radius: 35px;
  }
}
.pc-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header__logo {
  width: 18%;
  margin-top: -10px;
  line-height: 1;
}
.pc-header__nav {
  display: flex;
}
.pc-header__list {
  display: flex;
  align-items: center;
}
.pc-header__list li {
  margin: 0 15px;
  text-align: center;
  white-space: nowrap;
}
.pc-header__list li a {
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #5a5044;
}
.pc-header__list li a:hover {
  text-decoration: underline;
}
.pc-header__list li.btn__tel {
  display: flex;
  align-items: center;
}
.pc-header__list li.btn__tel a {
  position: relative;
  padding-left: 18px;
  font-size: clamp(1.8rem, 0.2rem + 1.333vw, 2.2rem);
}
.pc-header__list li.btn__tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 16px;
  background: url(../img/layout/header/ico-tel.png) no-repeat left top/100% auto;
}
.pc-header__list li.btn__tel p {
  margin-left: 10px;
  font-size: clamp(0.8rem, 0.667vw, 1rem);
  font-weight: 500;
  color: #5a5044;
}
.pc-header__list li.btn__contact {
  width: 164px;
  margin: 0;
}
.pc-header__list li.btn__contact a {
  position: relative;
  padding: 8px 0 8px 20px;
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  color: #fff;
}
.pc-header__list li.btn__contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 22px;
  height: 15px;
  background: url(../img/layout/header/ico-mail.png) no-repeat left top/100% auto;
}
.pc-header__list li.btn__contact a::after {
  content: none;
}
.pc-header__list li.btn__contact a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .sp-header {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 8px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .sp-header__inner {
    padding: 3.2vw 10px;
  }
  .sp-header__logo {
    width: 230px;
    line-height: 1;
  }
  .sp-header__logo a {
    display: flex;
    align-items: center;
  }
}
.footer-action {
  display: none;
  height: 500px;
  background: #D9D9D9;
}

.footer-bar {
  padding: 70px 0;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #5a5044;
  padding-top: 15px;
  margin-top: 30px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  margin-bottom: 70px;
}
.footer-bar__address {
  margin-bottom: 55px;
  font-size: 1.5rem;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 55px;
  width: 745px;
}
.footer-bar__item {
  width: 140px;
}
.footer-bar__item a {
  color: #5a5044;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.footer-bar__item a:hover {
  text-decoration: underline;
}
.footer-bar__copyright {
  font-size: 1.5rem;
  color: #5a5044;
}
.footer-bar__copyright a {
  transition: opacity 0.5s;
}
.footer-bar__copyright a:hover {
  opacity: 0.7;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  color: #5a5044;
  transition: opacity 0.5s;
}
.footer-bar__link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    height: 250px;
  }
  .footer-bar {
    padding: 30px 0 10px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    padding-top: 10px;
  }
  .footer-bar__contents {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .footer-bar__logo {
    display: block;
    width: 300px;
    margin: 0 auto 15px;
  }
  .footer-bar__address {
    display: block;
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .footer-bar__group {
    justify-content: center;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.1rem;
  }
  .footer-bar__links {
    display: none;
  }
}
.contact {
  padding: 115px 0;
  background: url(../img/layout/contact/bg.png) no-repeat center center/contain;
}
.contact__title {
  margin-bottom: 30px;
}
.contact__lead {
  margin-bottom: 35px;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}
.contact__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact__item {
  margin: 0 25px;
}
.contact__tel {
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
}
.contact__tel a {
  font-size: 3.6rem;
}
.contact__hour {
  letter-spacing: 0.05em;
  text-align: center;
}
.contact__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 24px;
  height: 18px;
  background: url(../img/layout/contact/ico-mail.png) no-repeat left top/100% auto;
}

@media only screen and (max-width: 767px) {
  .contact {
    padding: 40px 0;
    background-size: 200% 100%;
  }
  .contact__title {
    margin-bottom: 10px;
  }
  .contact__lead {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .contact__item {
    width: 100%;
    margin: 0;
  }
  .contact__btn {
    margin-top: 20px;
  }
  .contact__btn a::before {
    left: 20px;
    width: 24px;
    height: 18px;
  }
}
.drawer-off__button {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  background: #ffbc00;
  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: #000000;
}
.drawer-off__title {
  color: #5a5044;
  font-size: 1.3rem;
  font-weight: 700;
  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: 19px 18px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 230px;
  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: #ffbc00;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.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 {
  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: 20px;
}
.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: 25px;
}

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

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

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

.top-mv {
  position: relative;
}
.top-mv__img img {
  width: 100%;
}
.top-mv__txt {
  z-index: 1;
  position: absolute;
  top: 49.3%;
  right: 6.77%;
  font-weight: 700;
  white-space: nowrap;
}
.top-mv__catch {
  display: inline-block;
  padding: 8px 20px 12px;
  background: #fff;
  font-size: clamp(3.2rem, -0.4rem + 3vw, 5rem);
  line-height: 1;
}
.top-mv__lead {
  margin-top: 5%;
  padding: 12px 20px;
  background: #fff;
  font-size: clamp(1.9rem, 0.1rem + 1.5vw, 2.8rem);
  line-height: 1.535;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .top-mv__txt {
    width: 65%;
    top: 50%;
    left: 20px;
  }
  .top-mv__catch {
    padding: 8px 10px;
    font-size: 4.3vw;
  }
  .top-mv__lead {
    margin-top: 1.043vw;
    padding: 8px 10px;
    font-size: 2.8vw;
  }
}
.top-about {
  margin-top: -40px;
  padding: 175px 0 95px;
  background: url(../img/pages/top/about/bg.png) no-repeat center 15px/auto 100%;
}
.top-about__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-about__txt {
  width: 45.31%;
}
.top-about__title {
  margin-bottom: 3px;
}
.top-about__ttl {
  margin-bottom: 30px;
}
.top-about__lead {
  margin-bottom: 40px;
}
.top-about__img {
  width: 51.56%;
}

@media only screen and (max-width: 767px) {
  .top-about {
    margin-top: 0;
    padding: 40px 0;
    background-position: center center;
    background-size: 110% 105%;
  }
  .top-about__wrap {
    flex-direction: column-reverse;
  }
  .top-about__txt {
    width: 100%;
  }
  .top-about__title {
    margin-bottom: 5px;
  }
  .top-about__ttl {
    margin-bottom: 20px;
  }
  .top-about__lead {
    margin-bottom: 20px;
    text-align: center;
  }
  .top-about__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-service {
  position: relative;
  padding: 135px 0 70px;
}
.top-service::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 50%;
  width: 1247px;
  height: 1006px;
  margin-right: -280px;
  background: url(../img/pages/top/service/bg.png) no-repeat left top/100% auto;
}
.top-service__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px;
  background: #fff;
  border-radius: 40px;
}
.top-service__wrap::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -62px;
  right: -95px;
  width: 505px;
  height: 311px;
  background: url(../img/pages/top/service/dot.png) no-repeat left top/100% auto;
}
.top-service__img {
  width: 56.9%;
}
.top-service__txt {
  width: 38.79%;
  padding-top: 65px;
}
.top-service__title {
  margin-bottom: 30px;
}
.top-service__lead {
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 40px 0 35px;
  }
  .top-service::before {
    top: -10px;
    right: 0;
    width: 744px;
    height: 600px;
    margin-right: 0;
  }
  .top-service__wrap {
    padding: 20px 15px 30px;
    border-radius: 15px;
  }
  .top-service__wrap::before {
    top: -40px;
    right: -65px;
    width: 180px;
    height: 111px;
  }
  .top-service__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-service__txt {
    width: 100%;
    padding-top: 0;
  }
  .top-service__title {
    margin-bottom: 15px;
  }
  .top-service__lead {
    margin-bottom: 20px;
    text-align: center;
  }
}
.top-company {
  position: relative;
  padding: 70px 0 60px;
}
.top-company::before {
  content: "";
  position: absolute;
  top: -85px;
  left: 50%;
  width: 1247px;
  height: 1025px;
  margin-left: -280px;
  background: url(../img/pages/top/company/bg.png) no-repeat left top/100% auto;
}
.top-company__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 60px 60px 95px;
  background: #fff;
  border-radius: 40px;
}
.top-company__txt {
  width: 38.79%;
  padding-top: 65px;
}
.top-company__title {
  margin-bottom: 30px;
}
.top-company__lead {
  margin-bottom: 55px;
}
.top-company__img {
  position: relative;
  width: 56.9%;
}
.top-company__img::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -180px;
  width: 314px;
  height: 291px;
  background: url(../img/pages/top/company/dot_1.png) no-repeat left top/100% auto;
}
.top-company__img::after {
  content: "";
  position: absolute;
  top: 205px;
  left: -45px;
  width: 95px;
  height: 95px;
  background: url(../img/pages/top/company/dot_2.png) no-repeat left top/100% auto;
}
.top-company__img img {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .top-company {
    padding: 35px 0;
  }
  .top-company::before {
    content: "";
    top: -70px;
    left: 0;
    width: 730px;
    height: 600px;
    margin-left: 0;
  }
  .top-company__wrap {
    flex-direction: column-reverse;
    padding: 20px 15px 30px;
    border-radius: 15px;
  }
  .top-company__txt {
    width: 100%;
    padding-top: 0;
  }
  .top-company__title {
    margin-bottom: 15px;
  }
  .top-company__lead {
    margin-bottom: 20px;
    text-align: center;
  }
  .top-company__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-company__img::before {
    top: -45px;
    left: -40px;
    width: 180px;
    height: 167px;
  }
  .top-company__img::after {
    top: 180px;
    right: -30px;
    left: auto;
    width: 60px;
    height: 60px;
  }
}
.top-recruit {
  position: relative;
  padding: 60px 0 120px;
}
.top-recruit__box {
  position: relative;
  height: 400px;
  padding: 70px 0 0 56.64%;
  background: url(../img/pages/top/recruit/bg_pc.png) no-repeat center center/cover;
  border-radius: 40px;
}
.top-recruit__box::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -72px;
  left: -100px;
  width: 270px;
  height: 246px;
  background: url(../img/pages/top/recruit/dot_1.png) no-repeat left top/100% auto;
}
.top-recruit__box::after {
  content: "";
  position: absolute;
  top: 217px;
  left: -15px;
  width: 87px;
  height: 79px;
  background: url(../img/pages/top/recruit/dot_2.png) no-repeat left top/100% auto;
}
.top-recruit__title {
  margin-bottom: 23px;
}
.top-recruit__lead {
  margin-bottom: 25px;
  font-size: 2rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .top-recruit {
    padding: 35px 0 40px;
  }
  .top-recruit__box {
    height: auto;
    padding: 70% 15px 30px;
    background: url(../img/pages/top/recruit/bg_sp.png) no-repeat center top/auto 100%;
    border-radius: 15px;
  }
  .top-recruit__box::before {
    top: -80px;
    right: -40px;
    left: auto;
  }
  .top-recruit__box::after {
    left: -25px;
  }
  .top-recruit__txt {
    padding: 15px 10px 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
  }
  .top-recruit__title {
    margin-bottom: 10px;
  }
  .top-recruit__lead {
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
  }
}
.top-column__inner {
  position: relative;
  padding: 95px 0;
  background: #f9f3ea;
}
.top-column__inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: -160px;
  width: 1000%;
  height: 100%;
  background: #f9f3ea;
  border-radius: 0 40px 40px 0;
}
.top-column__title {
  margin-bottom: 30px;
}
.top-column__btn {
  position: absolute;
  top: 125px;
  right: 0;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
  color: #ffbc00;
}
.top-column__item .img {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 40px;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.111;
  border-bottom: 1px solid #5a5044;
  padding-bottom: 17px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.428;
}
.top-column__item .time {
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .top-column {
    background: #f9f3ea;
  }
  .top-column__inner {
    padding: 35px 0 40px;
  }
  .top-column__inner::before {
    content: none;
  }
  .top-column__title {
    width: 95%;
    margin: 0 auto 25px;
    text-align: left;
  }
  .top-column__btn {
    top: 52px;
    right: 2.5%;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top-column__item {
    display: flex;
    width: 95%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
}
.top-news {
  padding: 110px 0 120px;
}
.top-news__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 825px;
  margin-top: -20px;
}
.top-news__item .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #5a5044;
  padding: 30px 0;
}
.top-news__item .link::before {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../img/components/btn/ico-arrow_y.png) no-repeat left top/100% auto;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
}
.top-news__item .time {
  font-size: 1.4rem;
  line-height: 1;
}
.top-news__item .title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}
.top-news__btn {
  position: absolute;
  left: 0;
  bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 35px 0 40px;
  }
  .top-news__inner {
    display: block;
  }
  .top-news__title {
    margin-bottom: 20px;
    text-align: center;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .top-news__item .link::before {
    top: 62%;
    width: 20px;
    height: 20px;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__btn {
    position: static;
    width: 100%;
    text-align: center;
  }
}
.about-service {
  position: relative;
  padding: 150px 0 50px;
}
.about-service::before {
  content: "";
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: 1692px;
  height: 1131px;
  background: url(../img/pages/about/service/bg.png) no-repeat left top/100% auto;
}
.about-service__inner {
  position: relative;
  padding: 20px 0 35px;
}
.about-service__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 1000%;
  height: 100%;
  background: #fff;
  border-radius: 40px 0 0 40px;
  box-shadow: 0px 0px 47px 8px rgba(90, 80, 68, 0.25);
}
.about-service__wrap {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-service__group {
  position: relative;
  width: 86.11%;
}
.about-service__group::before {
  z-index: 1;
  content: "";
  position: absolute;
  right: -202px;
  bottom: -65px;
  width: 226px;
  height: 250px;
  background: url(../img/pages/about/service/dot.png) no-repeat left top/100% auto;
}
.about-service__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 45px;
}
.about-service__row + .about-service__row {
  position: relative;
}
.about-service__row + .about-service__row::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/pages/about/service/line.png) repeat-x;
}
.about-service__txt {
  width: 50.54%;
}
.about-service__ttl {
  margin-bottom: 20px;
}
.about-service__img {
  width: 46.24%;
}

@media only screen and (max-width: 767px) {
  .about-service {
    padding: 40px 0 35px;
    background: url(../img/pages/about/service/bg.png) no-repeat center center/110% 100%;
  }
  .about-service::before {
    content: none;
  }
  .about-service__inner {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 3px rgba(90, 80, 68, 0.25);
  }
  .about-service__inner::before {
    content: none;
  }
  .about-service__title {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .about-service__group {
    width: 100%;
  }
  .about-service__group::before {
    right: -55px;
    width: 120px;
    height: 133px;
  }
  .about-service__row {
    padding: 30px 0 20px;
  }
  .about-service__row + .about-service__row::before {
    height: 3px;
  }
  .about-service__row:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .about-service__txt {
    width: 100%;
  }
  .about-service__ttl {
    margin-bottom: 10px;
  }
  .about-service__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-policy {
  position: relative;
  padding: 50px 0;
}
.about-policy::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 58%;
  bottom: 190px;
  transform: translateX(-50%);
  width: 1521px;
  height: 1754px;
  background: url(../img/pages/about/policy/bg.png) no-repeat left top/100% auto;
}
.about-policy__inner {
  position: relative;
  padding: 15px 0 20px;
}
.about-policy__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 1000%;
  height: 100%;
  background: #fff;
  border-radius: 0 40px 40px 0;
  box-shadow: 0px 0px 47px 8px rgba(90, 80, 68, 0.25);
}
.about-policy__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-policy__wrap::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 740px;
  left: -65px;
  width: 229px;
  height: 262px;
  background: url(../img/pages/about/policy/dot_1.png) no-repeat left top/100% auto;
}
.about-policy__wrap::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: -30px;
  bottom: -60px;
  width: 148px;
  height: 158px;
  background: url(../img/pages/about/policy/dot_2.png) no-repeat left top/100% auto;
}
.about-policy__group {
  width: 86.11%;
}
.about-policy__column {
  padding: 63px 0 50px;
}
.about-policy__column + .about-policy__column {
  position: relative;
}
.about-policy__column + .about-policy__column::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/pages/about/policy/line.png) repeat-x;
}
.about-policy__img {
  margin-bottom: 23px;
}
.about-policy__ttl {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .about-policy {
    padding: 35px 0 40px;
    background: url(../img/pages/about/policy/bg.png) no-repeat center center/110% 100%;
  }
  .about-policy::before {
    content: none;
  }
  .about-policy__inner {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 3px rgba(90, 80, 68, 0.25);
  }
  .about-policy__inner::before {
    content: none;
  }
  .about-policy__wrap::before {
    top: -55px;
    left: -40px;
    width: 120px;
    height: 137px;
  }
  .about-policy__wrap::after {
    left: -40px;
    width: 84px;
    height: 84px;
  }
  .about-policy__title {
    width: 100%;
  }
  .about-policy__group {
    width: 100%;
  }
  .about-policy__column {
    padding: 30px 0 20px;
  }
  .about-policy__column + .about-policy__column::before {
    height: 3px;
  }
  .about-policy__img {
    margin-bottom: 20px;
  }
}
.about-purpose {
  position: relative;
  padding: 50px 0 330px;
}
.about-purpose::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1203px;
  height: 627px;
  background: url(../img/pages/about/purpose/bg.png) no-repeat left top/100% auto;
}
.about-purpose__title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .about-purpose {
    padding: 40px 0 60px;
  }
  .about-purpose::before {
    top: 45%;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 200% 100%;
  }
}
.service-description {
  padding: 145px 0 45px;
}
.service-description__inner {
  position: relative;
  padding: 30px 0 85px;
}
.service-description__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 1000%;
  height: 100%;
  background: #fff;
  border-radius: 40px 0 0 40px;
  box-shadow: 0px 0px 47px 8px rgba(90, 80, 68, 0.25);
}
.service-description__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-description__group {
  width: 86.11%;
}
.service-description__column {
  position: relative;
  padding: 60px 0 65px;
}
.service-description__column::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: url(../img/pages/service/description/line.png) repeat-x;
}
.service-description__img {
  margin-bottom: 35px;
}
.service-description__ttl {
  margin-bottom: 10px;
}
.service-description__row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 60px -14px 0;
}
.service-description__row::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: -190px;
  right: -175px;
  width: 241px;
  height: 272px;
  background: url(../img/pages/service/description/dot.png) no-repeat left top/100% auto;
}
.service-description__card {
  width: calc(33.333333% - 28px);
  margin: 0 14px;
  padding: 30px 30px 50px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 47px 8px rgba(90, 80, 68, 0.1);
  text-align: center;
}
.service-description__s-ttl {
  margin-bottom: 20px;
}
.service-description__s-img {
  margin-bottom: 25px;
}
.service-description__lead {
  line-height: 1.625;
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .service-description {
    padding: 40px 0;
  }
  .service-description__inner {
    padding: 15px 15px 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 3px rgba(90, 80, 68, 0.25);
  }
  .service-description__inner::before {
    content: none;
  }
  .service-description__title {
    width: 100%;
  }
  .service-description__group {
    width: 100%;
  }
  .service-description__column {
    padding: 30px 0 20px;
  }
  .service-description__column::before {
    height: 3px;
  }
  .service-description__img {
    margin-bottom: 20px;
  }
  .service-description__row {
    margin: 30px 0 0;
  }
  .service-description__row::after {
    top: -85px;
    right: -45px;
    width: 100px;
    height: 113px;
  }
  .service-description__card {
    width: 100%;
    margin: 0;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 3px rgba(90, 80, 68, 0.1);
  }
  .service-description__card + .service-description__card {
    margin-top: 15px;
  }
  .service-description__s-ttl {
    margin-bottom: 10px;
  }
  .service-description__content {
    display: flex;
    align-items: center;
  }
  .service-description__s-img {
    width: 38%;
    margin: 0 5% 0 0;
  }
  .service-description__lead {
    width: 57%;
    font-size: 1.3rem;
    text-align: left;
  }
}
.service-support {
  position: relative;
  padding: 50px 0 220px;
}
.service-support::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1208px;
  height: 437px;
  background: url(../img/pages/service/support/bg.png) no-repeat left top/100% auto;
}
.service-support__title {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .service-support {
    padding: 40px 0 60px;
  }
  .service-support::before {
    top: 45%;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 200% 100%;
  }
}
.recruit-description {
  position: relative;
  padding: 160px 0;
}
.recruit-description::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: 1716px;
  height: 1069px;
  background: url(../img/pages/recruit/description/bg.png) no-repeat left top/100% auto;
}
.recruit-description__inner {
  position: relative;
  padding: 10px 0 40px;
}
.recruit-description__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 1000%;
  height: 100%;
  background: #fff;
  border-radius: 40px 0 0 40px;
  box-shadow: 0px 0px 47px 8px rgba(90, 80, 68, 0.25);
}
.recruit-description__inner::after {
  z-index: 1;
  content: "";
  position: absolute;
  right: -210px;
  bottom: -185px;
  width: 294px;
  height: 326px;
  background: url(../img/pages/recruit/description/dot.png) no-repeat left top/100% auto;
}
.recruit-description__wrap {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit-description__group {
  width: 86.11%;
}
.recruit-description__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0 40px;
}
.recruit-description__row + .recruit-description__row {
  position: relative;
}
.recruit-description__row + .recruit-description__row::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/pages/recruit/description/line.png) repeat-x;
}
.recruit-description__txt {
  width: 50.54%;
}
.recruit-description__ttl {
  margin-bottom: 20px;
}
.recruit-description__img {
  width: 46.24%;
}

@media only screen and (max-width: 767px) {
  .recruit-description {
    padding: 40px 0;
    background: url(../img/pages/recruit/description/bg.png) no-repeat center center/110% 100%;
  }
  .recruit-description::before {
    content: none;
  }
  .recruit-description__inner {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 3px rgba(90, 80, 68, 0.25);
  }
  .recruit-description__inner::before {
    content: none;
  }
  .recruit-description__inner::after {
    right: -35px;
    bottom: -75px;
    width: 120px;
    height: 133px;
  }
  .recruit-description__title {
    width: 100%;
  }
  .recruit-description__group {
    width: 100%;
  }
  .recruit-description__group::before {
    right: -55px;
    width: 120px;
    height: 133px;
  }
  .recruit-description__row {
    padding: 30px 0 20px;
  }
  .recruit-description__row + .recruit-description__row::before {
    height: 3px;
  }
  .recruit-description__row:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .recruit-description__txt {
    width: 100%;
  }
  .recruit-description__ttl {
    margin-bottom: 10px;
  }
  .recruit-description__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recruit-message {
  position: relative;
  padding: 110px 0 230px;
}
.recruit-message::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1665px;
  height: 1461px;
  background: url(../img/pages/recruit/message/bg.png) no-repeat left top/100% auto;
}
.recruit-message__title {
  margin-bottom: 50px;
}
.recruit-message__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px 5px;
}
.recruit-message__card {
  width: calc(33.333333% - 30px);
  margin: 0 15px 40px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 47px 8px rgba(90, 80, 68, 0.1);
  text-align: center;
}
.recruit-message__txt {
  padding: 22px 10px 35px;
}
.recruit-message__ttl {
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 215px 5px;
}
.recruit-message__lead {
  line-height: 1.625;
  text-align: center;
  letter-spacing: 0;
}
.recruit-message__heading {
  margin-bottom: 15px;
}
.recruit-message__btn {
  margin: 30px auto 0;
}
.recruit-message__btn a {
  padding: 20px 0;
}
.recruit-message__btn a::after {
  right: 30px;
  width: 23px;
  height: 23px;
  background-image: url(../img/components/btn/ico-blank.png);
}

@media only screen and (max-width: 767px) {
  .recruit-message {
    padding: 40px 0;
  }
  .recruit-message::before {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 200% 100%;
  }
  .recruit-message__title {
    margin-bottom: 20px;
  }
  .recruit-message__group {
    margin: 0 -5px 15px;
  }
  .recruit-message__card {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 3px rgba(90, 80, 68, 0.1);
  }
  .recruit-message__txt {
    padding: 10px 10px 15px;
  }
  .recruit-message__ttl {
    margin-bottom: 10px;
    background-size: auto 3px;
  }
  .recruit-message__lead {
    font-size: 1.3rem;
  }
  .recruit-message__btn {
    margin-top: 20px;
  }
  .recruit-message__btn a {
    padding: 15px 10px;
  }
  .recruit-message__btn a::after {
    width: 18px;
    height: 18px;
  }
}
.company-overview {
  position: relative;
  padding: 150px 0;
}
.company-overview::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 95px;
  left: 54%;
  transform: translateX(-50%);
  width: 1782px;
  height: 1489px;
  background: url(../img/pages/company/overview/bg.png) no-repeat left top/100% auto;
}
.company-overview__inner {
  position: relative;
  padding: 70px 0 85px;
}
.company-overview__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 1000%;
  height: 100%;
  background: #fff;
  border-radius: 40px 0 0 40px;
  box-shadow: 0px 0px 47px 8px rgba(90, 80, 68, 0.25);
}
.company-overview__wrap {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-overview__title {
  margin-top: 15px;
}
.company-overview__title::before {
  top: -30px;
  right: 55px;
  width: 69px;
  height: 68px;
}
.company-overview__content {
  width: 86.11%;
}
.company-overview__ttl {
  margin-bottom: 25px;
}
.company-overview__note {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: #eee 1px solid;
}
.company-overview__note::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -25px;
  right: -30px;
  width: 115px;
  height: 105px;
  background: url(../img/pages/company/overview/dot_1.png) no-repeat left top/100% auto;
}
.company-overview__table {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.company-overview__table::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 225px;
  right: -50px;
  width: 232px;
  height: 238px;
  background: url(../img/pages/company/overview/dot_2.png) no-repeat left top/100% auto;
}
.company-overview__table tr {
  background: url(../img/pages/company/overview/line.png) repeat-x center bottom;
}
.company-overview__table tr th, .company-overview__table tr td {
  padding: 16px 0;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.company-overview__table tr th {
  width: 180px;
  font-weight: 700;
}
.company-overview__table tr td {
  font-weight: 500;
}
.company-overview__map {
  width: 100%;
  height: 400px;
  border-radius: 40px;
  overflow: hidden;
}
.company-overview__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .company-overview {
    padding: 40px 0;
    background: url(../img/pages/company/overview/bg.png) no-repeat center center/110% 100%;
  }
  .company-overview::before {
    content: none;
  }
  .company-overview__inner {
    padding: 15px 15px 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 3px rgba(90, 80, 68, 0.25);
  }
  .company-overview__inner::before {
    content: none;
  }
  .company-overview__inner::after {
    right: -35px;
    bottom: -75px;
    width: 120px;
    height: 133px;
  }
  .company-overview__title {
    width: 100%;
    margin-bottom: 20px;
  }
  .company-overview__content {
    width: 100%;
  }
  .company-overview__ttl {
    margin-bottom: 10px;
  }
  .company-overview__note {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .company-overview__note::after {
    top: 85px;
    width: 80px;
    height: 73px;
  }
  .company-overview__table {
    margin-bottom: 20px;
  }
  .company-overview__table::after {
    top: 320px;
    right: -30px;
    width: 120px;
    height: 123px;
  }
  .company-overview__table tr {
    background-size: auto 3px;
  }
  .company-overview__table tr th, .company-overview__table tr td {
    padding: 20px 0;
    font-size: 1.4rem;
  }
  .company-overview__table tr th {
    width: 30%;
  }
  .company-overview__map {
    height: 230px;
    border-radius: 15px;
  }
}
.company-faq {
  position: relative;
  padding: 60px 0 190px;
}
.company-faq::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1665px;
  height: 1926px;
  background: url(../img/pages/company/faq/bg.png) no-repeat left top/100% auto;
}
.company-faq__title {
  margin-bottom: 55px;
}
.company-faq__item {
  padding: 0 40px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 47px 8px rgba(90, 80, 68, 0.1);
}
.company-faq__item .item-q, .company-faq__item .item-a {
  position: relative;
  padding: 35px 0 35px 65px;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0;
}
.company-faq__item .item-q::before, .company-faq__item .item-a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: no-repeat left top/100% auto;
}
.company-faq__item .item-q {
  background: url(../img/pages/company/faq/line.png) repeat-x center bottom;
}
.company-faq__item .item-q::before {
  background-image: url(../img/pages/company/faq/ico-q.png);
}
.company-faq__item .item-a {
  font-weight: 500;
}
.company-faq__item .item-a-multiple {
  padding: 22px 0 22px 65px;
}
.company-faq__item .item-a::before {
  background-image: url(../img/pages/company/faq/ico-a.png);
}
.company-faq__item + .company-faq__item {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .company-faq {
    padding: 40px 0 60px;
  }
  .company-faq::before {
    top: 50%;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 200% 100%;
  }
  .company-faq__title {
    margin-bottom: 20px;
  }
  .company-faq__item {
    padding: 0 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 3px rgba(90, 80, 68, 0.1);
  }
  .company-faq__item .item-q, .company-faq__item .item-a {
    padding: 15px 0 15px 40px !important;
    font-size: 1.4rem;
  }
  .company-faq__item .item-q::before, .company-faq__item .item-a::before {
    width: 30px;
    height: 30px;
  }
  .company-faq__item .item-q {
    background-size: auto 3px;
  }
  .company-faq__item + .company-faq__item {
    margin-top: 10px;
  }
}
.entrance-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 3%;
}

@media only screen and (max-width: 767px) {
  .entrance-header__logo {
    width: 50%;
  }
}
.entrance-footer {
  padding: 30px 0 45px;
}

@media only screen and (max-width: 767px) {
  .entrance-footer {
    padding: 20px 0 10px;
  }
}
.entrance-info {
  position: relative;
  padding: 60px 0 40px;
}
.entrance-info::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1428px;
  height: 886px;
  background: url(../img/pages/entrance/info/bg.png) no-repeat left top/100% auto;
}
.entrance-info__title {
  margin-bottom: 27px;
  font-size: 4rem;
}
.entrance-info__lead {
  margin-bottom: 30px;
  font-size: clamp(1.7rem, 1.2rem + 0.417vw, 2rem);
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0;
}
.entrance-info__group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.entrance-info__group::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: -24.81%;
  right: 8.07%;
  width: clamp(140px, 15px + 10.417vw, 215px);
  height: clamp(158px, 16.333px + 11.806vw, 243px);
  background: url(../img/pages/entrance/info/dot.png) no-repeat left top/100% auto;
}
.entrance-info__item {
  position: relative;
  width: calc(33.333333% - 30px);
  margin: 0 15px;
  text-align: center;
}
.entrance-info__img img {
  width: 100%;
}
.entrance-info__ttl {
  z-index: 1;
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: clamp(2.7rem, 0.533rem + 1.806vw, 4rem);
  text-align: center;
  text-shadow: 0px 0px 30px #5a5044;
}
.entrance-info__ttl .en {
  display: block;
  font-size: clamp(1.8rem, 0.467rem + 1.111vw, 2.6rem);
}
.entrance-info__btn {
  z-index: 1;
  position: absolute;
  top: 80.33%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
.entrance-info__btn a {
  padding: clamp(12px, -1.333px + 1.111vw, 20px) 0;
  font-size: clamp(1.4rem, 0.733rem + 0.556vw, 1.8rem);
}

@media only screen and (max-width: 767px) {
  .entrance-info {
    padding: 100px 0 40px;
  }
  .entrance-info::before {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 130% 103%;
  }
  .entrance-info__title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .entrance-info__lead {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .entrance-info__group::after {
    top: -60px;
    right: -5px;
    width: 70px;
    height: 79px;
  }
  .entrance-info__item {
    width: 100%;
    margin: 0 15px;
  }
  .entrance-info__item + .entrance-info__item {
    margin-top: 10px;
  }
  .entrance-info__ttl {
    top: 8.333vw;
  }
  .entrance-info__ttl .en {
    line-height: 1;
  }
  .entrance-info__btn {
    top: 27vw;
    width: 270px;
  }
  .entrance-info__btn a {
    padding: 12px 10px;
    font-size: 1.5rem;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: flex-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: #ffbc00;
  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: flex-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 {
  font-size: 1.4rem;
  background: #ffbc00;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: flex-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: flex-end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

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

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

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

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

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

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

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