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

body {
  color: #3A3531;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

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

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

@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;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

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

.heading--lv2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.heading--lv2 .sub {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.heading--lv2 .sub::before {
  content: "";
  display: block;
  width: 72px;
  aspect-ratio: 72/4;
  background: url(../img/components/title/icon--line.png) no-repeat center/cover;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.heading--lv2 .sub--white::before {
  background: url(../img/components/title/icon--line-white.png) no-repeat center/cover;
}
.heading--lv2 .sub--center::before {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.heading--lv2 .main {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .heading--lv2 .sub {
    font-size: 1.8rem;
    position: relative;
  }
  .heading--lv2 .sub::before {
    width: 50px;
  }
  .heading--lv2 .main {
    font-size: 2.6rem;
  }
}
.button--pattern-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 235px;
  background: #AF2B02;
  border: 1px solid #AF2B02;
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: all 0.3s;
}
.button--pattern-01 .text, .button--pattern-01 .icon {
  color: #ffffff;
}
.button--pattern-01 .text {
  font-size: 1.6rem;
  font-weight: 700;
}
.button--pattern-01:hover {
  background: #ffffff;
}
.button--pattern-01:hover .text, .button--pattern-01:hover .icon {
  color: #AF2B02;
}
.button--pattern-02 {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}
.button--pattern-02 .text, .button--pattern-02 .icon {
  color: #ffffff;
}
.button--pattern-02 .text {
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .button--pattern-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 210px;
    padding: 12px 10px;
  }
  .button--pattern-01 .text {
    font-size: 1.5rem;
  }
  .button--pattern-02 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 5px;
  }
  .button--pattern-02 .text {
    font-size: 1.5rem;
  }
}
p {
  margin: 0;
  padding: 0;
}
p:empty {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-hidden {
  display: none !important;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip .p-country-name {
  display: none;
}
.form__row {
  display: flex;
  gap: 5%;
}
.form__head {
  width: 35%;
}
.form__label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
.form__title {
  font-size: 1.6rem;
}
.form__tag {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 10px;
}
.form__tag--required {
  color: #ffffff;
  background: #B40019;
}
.form__tag--optional {
  background: #B3B2B3;
}
.form__body {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.form__body input[type=text],
.form__body input[type=email],
.form__body input[type=tel],
.form__body input[type=url],
.form__body input[type=file],
.form__body textarea,
.form__body select {
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
}
.form__body input[type=text]::-moz-placeholder, .form__body input[type=email]::-moz-placeholder, .form__body input[type=tel]::-moz-placeholder, .form__body input[type=url]::-moz-placeholder, .form__body input[type=file]::-moz-placeholder, .form__body textarea::-moz-placeholder, .form__body select::-moz-placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]::placeholder,
.form__body input[type=email]::placeholder,
.form__body input[type=tel]::placeholder,
.form__body input[type=url]::placeholder,
.form__body input[type=file]::placeholder,
.form__body textarea::placeholder,
.form__body select::placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]:focus,
.form__body input[type=email]:focus,
.form__body input[type=tel]:focus,
.form__body input[type=url]:focus,
.form__body input[type=file]:focus,
.form__body textarea:focus,
.form__body select:focus {
  outline: 1px solid #333333;
}
.form__radios, .form__checkboxs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form__privacy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form__link {
  font-size: 1.4rem;
  font-weight: 500;
}
.form__link a {
  border-bottom: 1px solid #333333;
}
.form__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
}
.form__button {
  display: flex;
  width: 320px;
  background: #3A3531;
  border: none;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 25px 20px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form__button:hover {
  cursor: pointer;
}
.form__addr-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.form__addr-zip {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 100%;
}
.form__addr-zip input {
  width: 83%;
}
.form__addr-zip button {
  width: 15%;
  background: #003153;
  padding: 10px 0;
  box-sizing: border-box;
  color: #ffffff;
}
.form__addr-prefcity {
  display: flex;
  gap: 3%;
  width: 100%;
}
.form__addr-prefcity select {
  display: block;
  width: 48.5%;
}
.form__addr-rest {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__zip {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .form__head {
    width: 100%;
  }
  .form__label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .form__title {
    font-size: 1.5rem;
  }
  .form__tag {
    font-size: 1.5rem;
    padding: 5px 10px;
  }
  .form__body {
    display: flex;
    width: 100%;
  }
  .form__body input[type=text],
  .form__body input[type=email],
  .form__body input[type=tel],
  .form__body input[type=url],
  .form__body input[type=file],
  .form__body textarea,
  .form__body select {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
  }
  .form__radios, .form__checkboxs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .form__privacy {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .form__link {
    font-size: 1.4rem;
  }
  .form__buttons {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
  }
  .form__button {
    display: flex;
    width: 320px;
    padding: 20px;
    font-size: 1.5rem;
  }
  .form__addr-zip {
    display: flex;
    align-items: center;
    gap: 2%;
    width: 100%;
  }
  .form__addr-zip input {
    width: 70%;
  }
  .form__addr-zip button {
    width: 28%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.header-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  z-index: 100;
}
.header-bar__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 150px;
}
.header-bar__logo--top {
  background: #3A3531;
  border-radius: 0 0 8px 0;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
}
.header-bar__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.header-bar__tel {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.header-bar__tel span {
  font-size: 3.6rem;
}
.header-bar__tel--sub {
  color: #ffffff;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-bar__item a {
  font-size: 1.6rem;
  font-weight: 900;
  position: relative;
}
.header-bar__item a:hover::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 101/4;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.header-bar__item--top a:hover::before {
  background: url(../img/layout/header/icon--line.png) no-repeat center;
}
.header-bar__item--sub a {
  color: #ffffff;
}
.header-bar__item--sub a:hover::before {
  background: url(../img/layout/header/icon--whiteline.png) no-repeat center;
}
.header-bar__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-bar__button {
  display: flex;
  justify-content: center;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: all 0.3s;
}
.header-bar__button--top {
  color: #ffffff;
  background: #3A3531;
  border: 1px solid #3A3531;
}
.header-bar__button--top:hover {
  color: #3A3531;
  background: #ffffff;
}
.header-bar__button--sub {
  color: #3A3531;
  font-weight: 900;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.header-bar__button--sub:hover {
  color: #ffffff;
  background: #3A3531;
}

.header-visual--top {
  width: 100%;
  height: 100vh;
  background: url(../img/layout/header/visual--top.jpg) no-repeat top center/cover;
  position: relative;
}
.header-visual--sub {
  width: 100%;
  height: 450px;
  background: url(../img/layout/header/visual--sub.jpg) no-repeat top center/cover;
  position: relative;
}
.header-visual__contents--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2.6vw, 50px);
  width: 45%;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header-visual__contents--sub {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.header-visual__title--sub {
  color: #ffffff;
  font-size: clamp(4.2rem, 2.71vw, 5.2rem);
  font-weight: 700;
  line-height: 1;
  background: #AF2B02;
  padding: 8px 20px;
  border-radius: 8px;
}
.header-visual__text {
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  font-weight: 900;
  position: relative;
}
.header-visual__text::before {
  content: "";
  display: block;
  width: 120%;
  aspect-ratio: 759/59;
  background: url(../img/layout/header/icon--wave.png) no-repeat center/cover;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: auto;
  }
  .header-bar__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 80px;
  }
  .header-bar__logo img {
    width: 70%;
  }
  .header-bar__nav {
    display: none;
  }
  .header-visual--top {
    width: 100%;
    height: 60vh;
    background-position: center left -200px;
    position: relative;
  }
  .header-visual--sub {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .header-visual__contents--top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 95%;
    position: absolute;
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .header-visual__contents--sub {
    position: absolute;
    bottom: 20px;
    left: 10px;
  }
  .header-visual__title--sub {
    font-size: 2.4rem;
    line-height: 1;
    padding: 8px 20px;
    border-radius: 8px;
  }
  .header-visual__text {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
  }
  .header-visual__text::before {
    width: 100%;
  }
}
.footer-action {
  background: url(../img/layout/footer/bg--01.jpg) no-repeat top center/cover;
  padding: 100px 0 0;
}
.footer-action__title {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
.footer-action__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.footer-action__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 30px;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
}
.footer-action__list {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.footer-action__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 325px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.footer-action__item .title {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.footer-action__item .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer-action__item .button--tel {
  height: 48px;
}
.footer-action__item .button--tel .text {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
}
.footer-action__item .button--line, .footer-action__item .button--mail {
  width: 290px;
  height: 48px;
  border-radius: 90px;
  transition: all 0.3s;
}
.footer-action__item .button--line {
  background: #06C755;
  border: 1px solid #06C755;
}
.footer-action__item .button--line .text {
  color: #ffffff;
}
.footer-action__item .button--line:hover {
  background: #ffffff;
}
.footer-action__item .button--line:hover .icon, .footer-action__item .button--line:hover .text {
  color: #06C755;
}
.footer-action__item .button--mail {
  background: #FF0033;
  border: 1px solid #FF0033;
}
.footer-action__item .button--mail .icon, .footer-action__item .button--mail .text {
  color: #ffffff;
}
.footer-action__item .button--mail:hover {
  background: #ffffff;
}
.footer-action__item .button--mail:hover .icon, .footer-action__item .button--mail:hover .text {
  color: #FF0033;
}
.footer-action__item .caption {
  font-size: 1.5rem;
}

.footer-bar {
  padding: 80px 0 50px;
  background: url(../img/layout/footer/bg--02.jpg) no-repeat top center/cover;
}
.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 #333333;
  padding-top: 10px;
  margin-top: 105px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__contents--right {
  align-items: flex-end;
  gap: 60px;
}
.footer-bar__logo {
  width: 340px;
  margin-bottom: 30px;
}
.footer-bar__address {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  width: 470px;
}
.footer-bar__item a {
  color: #ffffff;
  font-size: 1.5rem;
}
.footer-bar__copyright {
  color: #ffffff;
  font-size: 1.3rem;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  color: #ffffff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 50px 0;
    background-position: left bottom;
  }
  .footer-action__title {
    font-size: 2.6rem;
  }
  .footer-action__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
  }
  .footer-action__text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .footer-action__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .footer-action__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 0;
  }
  .footer-action__item .title {
    font-size: 1.6rem;
  }
  .footer-action__item .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer-action__item .button--tel {
    height: 48px;
  }
  .footer-action__item .button--tel .text {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .footer-action__item .button--line, .footer-action__item .button--mail {
    width: 290px;
    height: 48px;
    border-radius: 90px;
    transition: all 0.3s;
  }
  .footer-action__item .button--line .icon {
    width: 25px;
  }
  .footer-action__item .caption {
    font-size: 1.4rem;
  }
  .footer-bar {
    padding: 50px 0 30px;
    margin-bottom: 60px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer-bar__wrapper--top {
    align-items: flex-start;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    border-top: 1px solid #333333;
    padding-top: 10px;
    margin-top: 80px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__contents--right {
    align-items: flex-end;
    gap: 60px;
  }
  .footer-bar__logo {
    width: 180px;
    margin-bottom: 30px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__sns {
    width: 25px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
  }
  .footer-bar__links {
    display: none;
  }
  .bottom-nav {
    display: flex;
    width: 100%;
    height: 60px;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .bottom-nav__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 100%;
  }
  .bottom-nav__action--tel {
    width: 64%;
    background: #3A3531;
  }
  .bottom-nav__action--tel .text {
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 1;
  }
  .bottom-nav__action--mail {
    width: 18%;
    background: #FF0033;
  }
  .bottom-nav__action--mail .icon {
    color: #ffffff;
    font-size: 2rem;
  }
  .bottom-nav__action--line {
    width: 18%;
    background: #06C755;
  }
  .bottom-nav__action--line .icon {
    width: 45px;
  }
  .bottom-nav__action .caption {
    color: #ffffff;
    font-size: 1rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #3A3531;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 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: 10000;
}
.drawer-on__inner {
  padding: 10px 5px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 112px;
  margin: 10px 0 30px 20px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  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;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

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

.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;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns {
  margin-bottom: 20px;
}
.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 30px;
}
.drawer-sns__item--x {
  width: 25px;
}

.breadcrumb {
  padding: 15px 0;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 87.5%;
  min-width: 1200px;
  margin: 0 auto;
}
.breadcrumb__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumb__item:last-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.pagination {
  margin-top: 30px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-numbers li span, .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1;
}
.page-numbers li span.current {
  background: #2D7727;
  color: #ffffff;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }
  .page-numbers li span, .page-numbers li a {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }
  .page-numbers li span.current {
    font-size: 1.8rem;
  }
}
.navigation {
  margin-top: 80px;
}
.navigation__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.navigation__item--prev {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation__item--archive {
  text-align: center;
}
.navigation__item--next {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation__link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.top-about {
  background: url(../img/pages/top/about/bg--logo.png) no-repeat center left 5%/330px, url(../img/pages/top/about/bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.top-about__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-about__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-about__title .sub, .top-about__title .main {
  color: #ffffff;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-about__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-about__img {
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .top-about {
    background: url(../img/pages/top/about/bg--logo.png) no-repeat top right/45%, url(../img/pages/top/about/bg.jpg) no-repeat top center/cover;
    padding: 50px 0;
  }
  .top-about__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 50px;
  }
  .top-about__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top-about__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .top-about__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-about__img {
    width: 100%;
  }
}
.top-container {
  background: url(../img/pages/top/container/bg.jpg) no-repeat top center/cover;
}

.top-reason {
  padding: 80px 0 40px;
}
.top-reason__title {
  align-items: center;
  margin-bottom: 30px;
}
.top-reason__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.top-reason__point {
  background: #E4DACC;
  padding: 80px 0;
  border-radius: 10px;
}
.top-reason__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 1080px;
  margin: 0 auto;
}
.top-reason__item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.top-reason__item .img {
  width: 500px;
}
.top-reason__item .contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 540px;
}
.top-reason__item .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.top-reason__item .title .sub {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  background: #3A3531;
  padding: 2px 10px;
  border-radius: 8px;
}
.top-reason__item .title .main {
  font-size: 2.6rem;
  font-weight: 700;
}
.top-reason__item .body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-reason__item .text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .top-reason {
    padding: 50px 0 40px;
  }
  .top-reason__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .top-reason__title .main {
    text-align: center;
  }
  .top-reason__links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 2%;
    margin-bottom: 30px;
  }
  .top-reason__link {
    width: 49%;
  }
  .top-reason__link a {
    width: 100%;
  }
  .top-reason__point {
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .top-reason__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
  }
  .top-reason__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .top-reason__item .img {
    width: 100%;
  }
  .top-reason__item .contents {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .top-reason__item .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .top-reason__item .title .sub {
    font-size: 1.6rem;
    padding: 2px 10px;
  }
  .top-reason__item .title .main {
    font-size: 2.2rem;
  }
  .top-reason__item .body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-reason__item .text {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.05;
  }
}
.top-achievements {
  padding: 40px 0 80px;
}
.top-achievements__title {
  align-items: center;
  margin-bottom: 30px;
}
.top-achievements__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.top-achievements__item {
  width: 23.5%;
}
.top-achievements__item .thumbnail {
  width: 100%;
  aspect-ratio: 290/165;
  background: url(../img/pages/top/achievements/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}
.top-achievements__item .title {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.top-achievements__item .tags {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px;
}
.top-achievements__item .tag {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  background: #AF2B02;
  padding: 4px 10px;
  border-radius: 90px;
}
.top-achievements__item .cost {
  display: block;
  font-size: 1.6rem;
  text-align: right;
}
.top-achievements__item .cost span {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  .top-achievements {
    padding: 40px 0 50px;
  }
  .top-achievements__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .top-achievements__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 3%;
  }
  .top-achievements__item {
    width: 48.5%;
  }
  .top-achievements__item .title {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .top-achievements__item .tags {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 5px;
  }
  .top-achievements__item .tag {
    font-size: 1rem;
    padding: 4px 10px;
  }
  .top-achievements__item .cost {
    display: block;
    font-size: 1.2rem;
    text-align: right;
  }
  .top-achievements__item .cost span {
    font-size: 2.4rem;
    margin: 0 5px;
  }
}
.top-service {
  background: url(../img/pages/top/service/bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.top-service__title {
  align-items: center;
  margin-bottom: 50px;
}
.top-service__title .sub, .top-service__title .main {
  color: #ffffff;
}
.top-service__list--main {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 120px;
}
.top-service__list--sub {
  display: flex;
  gap: 2%;
}
.top-service__item--main {
  position: relative;
}
.top-service__item--main .contents {
  width: 520px;
}
.top-service__item--main .contents--odd {
  margin: 0 0 0 auto;
}
.top-service__item--main .title--lv3 {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.top-service__item--main .title--lv4 {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #AF2B02;
  padding: 2px 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.top-service__item--main .paragraph {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 20px;
}
.top-service__item--main .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 30px;
}
.top-service__item--main .list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.top-service__item--main .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-service__item--main .item img {
  width: 12px;
}
.top-service__item--main .item span {
  font-size: 1.5rem;
  font-weight: 700;
}
.top-service__item--main .img {
  width: 48%;
  height: 550px;
}
.top-service__item--main .img--01 {
  background: url(../img/pages/top/service/01.png) no-repeat top center/cover;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.top-service__item--main .img--02 {
  background: url(../img/pages/top/service/02.png) no-repeat top center/cover;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.top-service__item--sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 32%;
}
.top-service__item--sub .img {
  margin-bottom: 10px;
}
.top-service__item--sub .title, .top-service__item--sub .paragraph {
  color: #ffffff;
}
.top-service__item--sub .title {
  font-size: 2.6rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
  width: 100%;
}
.top-service__item--sub .paragraph {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 50px 0;
  }
  .top-service__title {
    align-items: center;
    margin-bottom: 50px;
  }
  .top-service__title .main {
    text-align: center;
  }
  .top-service__list--main {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 80px;
  }
  .top-service__list--sub {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3%;
  }
  .top-service__item--main {
    position: relative;
  }
  .top-service__item--main .contents {
    width: 100%;
  }
  .top-service__item--main .title--lv3 {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .top-service__item--main .title--lv4 {
    font-size: 1.6rem;
    padding: 2px 10px;
    margin-bottom: 10px;
  }
  .top-service__item--main .paragraph {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .top-service__item--main .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 30px;
  }
  .top-service__item--main .list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .top-service__item--main .item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .top-service__item--main .item img {
    width: 10px;
  }
  .top-service__item--main .item span {
    font-size: 1.4rem;
  }
  .top-service__item--main .img {
    width: 95%;
    height: 250px;
    margin: 30px auto 0;
  }
  .top-service__item--main .img--01 {
    position: static;
    top: auto;
    left: auto;
  }
  .top-service__item--main .img--02 {
    position: static;
    top: auto;
    right: auto;
  }
  .top-service__item--sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 48.5%;
  }
  .top-service__item--sub .img {
    margin-bottom: 10px;
  }
  .top-service__item--sub .title {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .top-service__item--sub .paragraph {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.top-sns {
  padding: 80px 0;
  background: url(../img/pages/top/sns/bg.jpg) no-repeat top center/cover;
}
.top-sns__title {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
.top-sns__list {
  display: flex;
  gap: 2%;
}
.top-sns__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 32%;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 8px;
}
.top-sns__item .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.top-sns__item .img img {
  width: 60%;
}
.top-sns__item .contents {
  width: 290px;
}
.top-sns__item .title {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.top-sns__item .paragraph {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 10px;
  min-height: 96px;
}
.top-sns__item .button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-sns__item .button .text {
  font-size: 1.5rem;
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .top-sns {
    padding: 50px 0;
  }
  .top-sns__title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .top-sns__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .top-sns__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 90%;
    padding: 20px;
  }
  .top-sns__item .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
  }
  .top-sns__item .img img {
    width: 60%;
  }
  .top-sns__item .contents {
    width: 100%;
  }
  .top-sns__item .title {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .top-sns__item .paragraph {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
    min-height: auto;
  }
  .top-sns__item .button {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .top-sns__item .button .text {
    font-size: 1.5rem;
    font-weight: 900;
  }
}
.top-column {
  background: url(../img/pages/top/column/bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.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.8;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  margin-bottom: 5px;
}
.top-column__item .time {
  font-size: 1.6rem;
  line-height: 1;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  font-size: 1.4rem;
  line-height: 1.5;
}
.top-column__button {
  width: 210px;
  position: absolute;
  top: 50px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0;
  }
  .top-column__title {
    margin-bottom: 30px;
  }
  .top-column__title .main {
    font-size: 2.4rem;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .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__button {
    width: 250px;
    position: static;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
}
.top-news {
  background: linear-gradient(90deg, rgb(249, 250, 242) 45%, rgb(255, 255, 255) 45%);
  padding: 80px 0 100px;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 835px;
}
.top-news__link {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #ffffff;
  padding: 15px 30px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
}
.top-news__link:hover {
  opacity: 0.6;
}
.top-news__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}
.top-news__headline {
  color: #2D7727;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.top-news__tags {
  display: flex;
  gap: 10px;
}
.top-news__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__title {
    margin-bottom: 20px;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px;
  }
  .top-news__link {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
  }
  .top-news__time {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__headline {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__button {
    position: static;
    margin: 0 auto;
  }
}
.about-concept {
  background: url(../img/pages/about/concept/bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.about-concept__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-concept__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-concept__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-concept__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.about-concept__img {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .about-concept {
    padding: 50px 0;
  }
  .about-concept__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }
  .about-concept__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about-concept__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about-concept__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .about-concept__img {
    width: 100%;
  }
}
.about-feature {
  background: url(../img/pages/about/feature/bg.jpg) no-repeat center/cover;
  padding: 80px 0;
}
.about-feature__title {
  margin-bottom: 50px;
}
.about-feature__title .sub, .about-feature__title .main {
  color: #ffffff;
}
.about-feature__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: rgba(255, 255, 255, 0.7);
  padding: 100px;
  box-sizing: border-box;
  border-radius: 10px;
}
.about-feature__item {
  display: flex;
  align-items: center;
  gap: 40px;
}
.about-feature__item .img {
  width: 500px;
}
.about-feature__item .contents {
  width: 540px;
}
.about-feature__item .title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-feature__item .body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-feature__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .about-feature {
    padding: 50px 0;
  }
  .about-feature__title {
    margin-bottom: 30px;
  }
  .about-feature__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .about-feature__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .about-feature__item .img {
    width: 100%;
  }
  .about-feature__item .contents {
    width: 100%;
  }
  .about-feature__item .title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .about-feature__item .body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about-feature__item .text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.service-about {
  padding: 80px 0 60px;
}
.service-about__inner {
  display: flex;
  gap: 20px;
}
.service-about__title {
  width: 540px;
}
.service-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 520px;
}
.service-about__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .service-about {
    padding: 50px 0 30px;
  }
  .service-about__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-about__title {
    width: 100%;
  }
  .service-about__title .main {
    font-size: 2.4rem;
  }
  .service-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .service-about__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.service-introduction {
  padding: 60px 0 80px;
}
.service-introduction__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.service-introduction__item .inner {
  display: flex;
  gap: 40px;
}
.service-introduction__item .img {
  width: 560px;
}
.service-introduction__item .contents {
  display: flex;
  flex-direction: column;
  width: 480px;
}
.service-introduction__item .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.service-introduction__item .title .main {
  font-size: 3.2rem;
  font-weight: 700;
}
.service-introduction__item .title .sub {
  font-size: 2.6rem;
  font-weight: 700;
}
.service-introduction__item .body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.service-introduction__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

.service-introduction-review {
  background: #E4DACC;
  padding: 50px 80px;
  box-sizing: border-box;
  margin-top: 60px;
}
.service-introduction-review__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.service-introduction-review__list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 3%;
}
.service-introduction-review__item {
  width: 48.5%;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.service-introduction-review__item .title {
  width: 75%;
  font-size: 2rem;
  position: relative;
}
.service-introduction-review__item .title::before {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 1px solid #000000;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.service-introduction-review__item .text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.service-introduction-review__item .thumbnail {
  width: 100px;
  aspect-ratio: 1/1;
  background: url(../img/pages/service/introduction/no-img--review.png) no-repeat center/cover;
  border-radius: 90px;
  position: absolute;
  top: -50px;
  right: 20px;
}

.service-introduction-case {
  background: #E4DACC;
  padding: 50px 80px;
  box-sizing: border-box;
  margin-top: 60px;
}
.service-introduction-case__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.service-introduction-case__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.service-introduction-case__item .title {
  font-size: 2rem;
  font-weight: 700;
  background: #ffffff;
  padding: 5px 15px;
  box-sizing: border-box;
}
.service-introduction-case__item .list {
  display: flex;
  gap: 3%;
  margin-bottom: 20px;
}
.service-introduction-case__item .item {
  width: 48.5%;
  aspect-ratio: 520/300;
  background: url(../img/pages/service/introduction/no-img--case.png) no-repeat center/cover;
  position: relative;
}
.service-introduction-case__item .caption {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  width: 105px;
  background: #ffffff;
  padding: 4px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-introduction-case__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .service-introduction {
    padding: 30px 0 40px;
  }
  .service-introduction__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .service-introduction__item .inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .service-introduction__item .img {
    width: 100%;
  }
  .service-introduction__item .contents {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .service-introduction__item .title {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .service-introduction__item .title .main {
    font-size: 2.4rem;
  }
  .service-introduction__item .title .sub {
    font-size: 2rem;
  }
  .service-introduction__item .body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-introduction__item .text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .service-introduction-review {
    padding: 30px;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .service-introduction-review__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .service-introduction-review__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 60px;
  }
  .service-introduction-review__item {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    position: relative;
  }
  .service-introduction-review__item .title {
    width: 75%;
    font-size: 1.8rem;
    position: relative;
  }
  .service-introduction-review__item .text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 20px;
  }
  .service-introduction-review__item .thumbnail {
    width: 80px;
    position: absolute;
    top: -40px;
    right: 10px;
  }
  .service-introduction-case {
    padding: 30px 20px;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .service-introduction-case__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .service-introduction-case__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .service-introduction-case__item .title {
    font-size: 1.8rem;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .service-introduction-case__item .list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .service-introduction-case__item .item {
    width: 100%;
    position: relative;
  }
  .service-introduction-case__item .caption {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    width: 105px;
    padding: 4px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .service-introduction-case__item .text {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 20px;
    box-sizing: border-box;
  }
}
.service-container {
  background: url(../img/pages/service/container/bg.jpg) no-repeat top center/cover;
}

.company-greeting {
  background: url(../img/pages/company/greeting/bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.company-greeting__title--lv2 {
  align-items: center;
  margin-bottom: 30px;
}
.company-greeting__title--lv3 {
  font-size: 2.8rem;
  font-weight: 700;
}
.company-greeting__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-greeting__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company-greeting__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.company-greeting__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.company-greeting__text .position {
  font-size: 1.4rem;
  line-height: 1;
}
.company-greeting__text .name {
  font-size: 1.8rem;
  line-height: 1;
}
.company-greeting__img {
  width: 450px;
}

@media only screen and (max-width: 767px) {
  .company-greeting {
    padding: 50px 0;
  }
  .company-greeting__title--lv2 {
    align-items: center;
    margin-bottom: 20px;
  }
  .company-greeting__title--lv3 {
    font-size: 2.4rem;
    text-align: center;
  }
  .company-greeting__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
  }
  .company-greeting__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-greeting__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-greeting__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .company-greeting__text .position {
    font-size: 1.4rem;
    line-height: 1;
  }
  .company-greeting__text .name {
    font-size: 1.8rem;
    line-height: 1;
  }
  .company-greeting__img {
    width: 100%;
  }
}
.company-info {
  background: url(../img/pages/company/info/bg.jpg) no-repeat top center/cover;
  padding: 80px 0;
}
.company-info__title {
  align-items: center;
  margin-bottom: 30px;
}
.company-info__title .main {
  color: #ffffff;
}
.company-info__definition {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.75);
  padding: 50px 100px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.company-info__row {
  display: flex;
  align-items: center;
  gap: 5%;
  border-bottom: 1px solid #B3B3B3;
  padding: 20px 0;
}
.company-info__term {
  width: 18%;
  font-size: 1.6rem;
  font-weight: 700;
}
.company-info__desc {
  width: 77%;
  font-size: 1.6rem;
  font-weight: 700;
}
.company-info__map {
  width: 100%;
  height: 450px;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .company-info {
    padding: 50px 0;
  }
  .company-info__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .company-info__definition {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .company-info__row {
    display: flex;
    align-items: center;
    gap: 5%;
    border-bottom: 1px solid #B3B3B3;
    padding: 20px 0;
  }
  .company-info__term {
    width: 25%;
    font-size: 1.5rem;
  }
  .company-info__desc {
    width: 70%;
    font-size: 1.5rem;
  }
  .company-info__map {
    width: 100%;
    height: 250px;
  }
}
.news-archive {
  background: url(../img/pages/news/archive/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.news-archive__title {
  margin-bottom: 35px;
}
.news-archive__list {
  display: flex;
  flex-direction: column;
}
.news-archive__item {
  display: flex;
}
.news-archive__link {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.news-archive__link:hover {
  opacity: 0.6;
}
.news-archive__thumbnail {
  width: 150px;
  aspect-ratio: 1/1;
  background: url(../img/pages/news/archive/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
}
.news-archive__contents {
  width: 900px;
}
.news-archive__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 15px;
}
.news-archive__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.news-archive__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-archive__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.news-archive__headline {
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-archive__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 50px 0;
  }
  .news-archive__title {
    margin-bottom: 25px;
  }
  .news-archive__list {
    display: flex;
    flex-direction: column;
  }
  .news-archive__item {
    display: flex;
  }
  .news-archive__link {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px 0;
  }
  .news-archive__thumbnail {
    width: 150px;
  }
  .news-archive__contents {
    width: 100%;
  }
  .news-archive__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
  .news-archive__time {
    font-size: 1.6rem;
  }
  .news-archive__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .news-archive__tag {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 2px 10px;
  }
  .news-archive__headline {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-archive__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.news-single {
  background: url(../img/pages/news/single/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.news-single__title {
  color: #2D7727;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-single__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.news-single__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-single__tag {
  color: #6CA224;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #6CA224;
  padding: 5px 10px;
  border-radius: 90px;
}
.news-single__time {
  display: block;
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.news-single__body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .news-single {
    padding: 50px 0;
  }
  .news-single__title {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .news-single__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .news-single__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .news-single__tag {
    font-size: 1.2rem;
  }
  .news-single__time {
    font-size: 1.4rem;
  }
  .news-single__body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.column-archive {
  padding: 100px 0;
}
.column-archive__title {
  margin-bottom: 35px;
}
.column-archive__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px 2%;
}
.column-archive__item {
  display: flex;
  width: 32%;
}
.column-archive__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.column-archive__link:hover {
  opacity: 0.6;
}
.column-archive__thumbnail {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
  margin-bottom: 20px;
}
.column-archive__time {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.column-archive__headline {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin-bottom: 15px;
}
.column-archive__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.column-archive__tags {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.column-archive__tag {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  border-radius: 90px;
}

@media only screen and (max-width: 767px) {
  .column-archive {
    padding: 50px 0;
  }
  .column-archive__title {
    align-items: center;
    margin-bottom: 25px;
  }
  .column-archive__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
  }
  .column-archive__item {
    display: flex;
    width: 48.5%;
  }
  .column-archive__link {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .column-archive__thumbnail {
    margin-bottom: 20px;
  }
  .column-archive__time {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .column-archive__headline {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .column-archive__text {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .column-archive__tags {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .column-archive__tag {
    font-size: 1.2rem;
  }
}
.column-single {
  padding: 100px 0;
}
.column-single__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.column-single__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.column-single__tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.column-single__tag {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #cccccc;
  padding: 5px 10px;
  border-radius: 90px;
}
.column-single__time {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.column-single__body p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .column-single {
    padding: 50px 0;
  }
  .column-single__title {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .column-single__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .column-single__tags {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .column-single__tag {
    font-size: 1.2rem;
  }
  .column-single__time {
    font-size: 1.4rem;
  }
  .column-single__body p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.contact-form {
  background: url(../img/pages/contact/bg.jpg) no-repeat top center/cover;
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  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;
}

.complete {
  background: url(../img/pages/contact/bg.jpg) no-repeat top center/cover;
}
.complete__title {
  align-items: center;
}

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