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

body {
  color: #333333;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  background: #F4F4F2;
}

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

.en {
  font-family: "EB Garamond", 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: 1240px;
    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: 15px;
}
.heading--lv2 .en {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heading--lv2 .en .icon {
  width: 6px;
  height: 6px;
  background: #A21420;
  border-radius: 90px;
}
.heading--lv2 .en .text {
  color: #A21420;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.heading--lv2 .ja {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.heading--lv2 .ja span {
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .heading--lv2 .en {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .heading--lv2 .en .icon {
    width: 5px;
    height: 5px;
  }
  .heading--lv2 .en .text {
    font-size: 1.8rem;
  }
  .heading--lv2 .ja {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .heading--lv2 .ja span {
    font-size: 2rem;
  }
}
.button--pattern-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  padding: 0 10px 10px 0;
  border-bottom: 1px solid #333333;
}
.button--pattern-1 .text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.button--pattern-1 .icon {
  width: 8px;
  transition: transform 0.3s ease;
}
.button--pattern-1:hover .icon {
  transform: translateX(10px);
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button--pattern-2 .icon {
  position: relative;
  width: 50px;
  height: 1px;
  background: #000000;
  overflow: hidden;
}
.button--pattern-2 .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: left 0.4s ease;
}
.button--pattern-2 .text {
  font-size: 1.5rem;
  font-weight: 600;
}
.button--pattern-2:hover .icon::before {
  left: 100%;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 210px;
    padding: 0 10px 10px 0;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-1 .icon {
    width: 8px;
  }
  .button--pattern-2 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .button--pattern-2 .icon {
    position: relative;
    width: 50px;
    height: 1px;
    background: #000000;
    overflow: hidden;
  }
  .button--pattern-2 .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: left 0.4s ease;
  }
  .button--pattern-2 .text {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .button--pattern-2:hover .icon::before {
    left: 100%;
  }
}
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;
}
.form__zip {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip .p-country-name {
  display: none;
}
.form__row {
  display: flex;
  gap: 5%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}
.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: 280px;
  background: #A21420;
  border: none;
  box-sizing: border-box;
  border-radius: 90px;
  padding: 20px 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;
  }
  .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 {
  width: 100%;
  position: relative;
}
.header--top {
  height: 100vh;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
}
.header--sub {
  height: 450px;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center/cover;
}
.header__contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.header__title {
  color: #ffffff;
  font-size: 5.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.header__title--sub {
  font-size: 4.2rem;
}
.header__text {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.header__text--sub {
  font-size: 2rem;
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px;
  box-sizing: border-box;
}
.header-bar__logo {
  width: 80px;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-bar__item {
  color: #ffffff;
}
.header-bar__button {
  display: flex;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  background: #A21420;
  border: 1px solid #A21420;
  padding: 2px 15px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: all 0.3s;
}
.header-bar__button:hover {
  color: #A21420;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  .header {
    width: 100%;
    position: relative;
  }
  .header--top {
    height: 80vh;
  }
  .header--sub {
    height: 250px;
  }
  .header__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 15px;
    left: 10px;
  }
  .header__title {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .header__title--sub {
    font-size: 2rem;
  }
  .header__text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .header__text--sub {
    font-size: 1.4rem;
  }
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
  }
  .header-bar__logo {
    width: 50px;
  }
  .header-bar__nav {
    display: none;
  }
}
.footer-action {
  background: url(../img/layout/footer/bg--img.jpg) no-repeat top center/cover;
  padding: 60px 0;
}
.footer-action__title {
  align-items: center;
}
.footer-action__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #F4F4F2;
  padding: 40px;
  box-sizing: border-box;
  border-top: 3px solid #A21420;
}
.footer-action__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.footer-action__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer-action__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 450px;
  background: #ffffff;
  padding: 25px;
  box-sizing: border-box;
}
.footer-action__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  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.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer-action__item .button--mail {
  width: 290px;
  height: 48px;
  background: #A21420;
  border-radius: 90px;
  border: 1px solid #A21420;
  transition: all 0.3s;
}
.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: #A21420;
}
.footer-action__item .caption {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.footer-bar {
  padding: 80px 0 50px;
}
.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: 285px;
  margin-bottom: 30px;
}
.footer-bar__address {
  font-size: 1.4rem;
  font-weight: 500;
  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: 435px;
}
.footer-bar__item a {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 500;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
}
.footer-bar__sdgs {
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 50px 0;
  }
  .footer-action__title {
    align-items: center;
  }
  .footer-action__title .ja {
    font-size: 2.4rem;
    text-align: center;
  }
  .footer-action__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .footer-action__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .footer-action__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
  }
  .footer-action__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 20px;
  }
  .footer-action__item .title {
    font-size: 1.8rem;
  }
  .footer-action__item .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .footer-action__item .button--tel {
    height: 45px;
  }
  .footer-action__item .button--tel .text {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .footer-action__item .button--mail {
    width: 90%;
    height: 45px;
  }
  .footer-action__item .caption {
    font-size: 1.4rem;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .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: 30px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
  }
  .footer-bar__links {
    display: none;
  }
  .footer-bar__sdgs {
    width: 120px;
    margin-top: 40px;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #A21420;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 50px;
  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: #A21420;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

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

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

.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-promise {
  padding: 80px 0;
  background: url(../img/pages/top/promise/bg--img.png) no-repeat top right/56.25%;
  position: relative;
}
.top-promise__title {
  margin-bottom: 30px;
}
.top-promise__list {
  display: flex;
  flex-direction: column;
  width: 640px;
  margin-bottom: 50px;
}
.top-promise__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #C5C5C5;
}
.top-promise__item .number {
  color: #C5C5C5;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  width: 40px;
}
.top-promise__item .contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.top-promise__item .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-promise__item .title .sub {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  background: #A21420;
  padding-bottom: 2px;
}
.top-promise__item .title .main {
  font-size: 2.8rem;
  font-weight: 700;
}
.top-promise__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.top-promise__img {
  width: 45%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.top-promise__color {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .top-promise {
    padding: 50px 0;
    background: url(../img/pages/top/promise/bg--img.png) no-repeat top right/cover;
    position: relative;
  }
  .top-promise__title {
    margin-bottom: 10px;
  }
  .top-promise__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-promise__item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
  }
  .top-promise__item .number {
    font-size: 3.2rem;
    width: 30px;
  }
  .top-promise__item .contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-promise__item .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .top-promise__item .title .sub {
    font-size: 1.8rem;
    padding-bottom: 2px;
  }
  .top-promise__item .title .main {
    font-size: 2.2rem;
  }
  .top-promise__item .text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .top-promise__img {
    width: 100%;
    position: static;
    top: auto;
    transform: none;
    right: auto;
    margin-top: 60px;
  }
  .top-promise__color {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
.top-solution {
  padding: 80px 0;
  position: relative;
}
.top-solution::before {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: url(../img/pages/top/solution/bg--img.png) no-repeat top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-solution__title {
  align-items: center;
  margin-bottom: 60px;
}
.top-solution__title .en .icon {
  display: none;
}
.top-solution__title .en .text {
  color: #ffffff;
}
.top-solution__title .ja {
  color: #ffffff;
}
.top-solution__list {
  display: flex;
  gap: 3%;
}
.top-solution__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 48.5%;
}
.top-solution__item .title {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.top-solution__item .title .sub {
  color: #A21420;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.top-solution__item .title .main {
  font-size: 2.8rem;
  font-weight: 700;
}
.top-solution__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.top-solution__item .button {
  display: flex;
  justify-content: flex-end;
}
.top-solution__color {
  width: 10%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .top-solution {
    padding: 50px 0;
    position: relative;
  }
  .top-solution::before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .top-solution__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .top-solution__title .ja {
    text-align: center;
  }
  .top-solution__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top-solution__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .top-solution__item .title {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .top-solution__item .title .sub {
    font-size: 1.6rem;
  }
  .top-solution__item .title .main {
    font-size: 2.4rem;
  }
  .top-solution__item .text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top-solution__item .button {
    display: flex;
    justify-content: flex-end;
  }
  .top-solution__color {
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
.top-simulation {
  padding: 80px 0;
  border-top: 1px solid #C5C5C5;
}
.top-simulation__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
.top-simulation__img {
  width: 52%;
}
.top-simulation__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 520px;
}
.top-simulation__title--lv2 .ja {
  line-height: 1.4;
}
.top-simulation__title--lv3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top-simulation__title--lv3 .sub, .top-simulation__title--lv3 .main {
  font-size: 1.6rem;
  font-weight: 700;
}
.top-simulation__title--lv3 .sub {
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.top-simulation__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-simulation__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.top-simulation__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
}
.top-simulation__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-simulation__thumnail {
  width: 80px;
}
.top-simulation__costs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.top-simulation__cost {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-simulation__cost .name {
  font-size: 1.6rem;
}
.top-simulation__cost .name--before {
  background: #D9D9D9;
}
.top-simulation__cost .name--after {
  color: #ffffff;
  background: #A21420;
}
.top-simulation__cost .result {
  color: 1.6rem;
  font-weight: 700;
}
.top-simulation__cost .result span {
  color: #A21420;
}
.top-simulation__figures {
  display: flex;
  gap: 2%;
}
.top-simulation__figure {
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .top-simulation {
    padding: 50px 0;
  }
  .top-simulation__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
  }
  .top-simulation__img {
    width: 85%;
    margin: 0 auto;
  }
  .top-simulation__contents {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .top-simulation__title--lv2 .ja {
    line-height: 1.4;
  }
  .top-simulation__title--lv3 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .top-simulation__title--lv3 .sub, .top-simulation__title--lv3 .main {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .top-simulation__title--lv3 .sub {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .top-simulation__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .top-simulation__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top-simulation__box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 15px;
    box-sizing: border-box;
  }
  .top-simulation__wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .top-simulation__thumnail {
    width: 80px;
  }
  .top-simulation__costs {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .top-simulation__cost {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .top-simulation__cost .name {
    font-size: 1.6rem;
  }
  .top-simulation__cost .result {
    color: 1.6rem;
  }
  .top-simulation__figures {
    display: flex;
    gap: 2%;
  }
  .top-simulation__figure {
    width: 49%;
  }
}
.top-works {
  background: #F9FAF2;
  padding: 80px 0;
}
.top-works__inner {
  display: flex;
  justify-content: space-between;
}
.top-works__contents {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 290px;
}
.top-works__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-works__list {
  display: flex;
  gap: 2%;
  width: 75%;
}
.top-works__item {
  width: 32%;
}
.top-works__link {
  display: block;
}
.top-works__thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/pages/top/works/no-img.jpg) no-repeat center/cover;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
  border-radius: 8px;
  margin-bottom: 15px;
}
.top-works__headline {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .top-works {
    padding: 30px 0;
  }
  .top-works__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 35px;
  }
  .top-works__contents {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }
  .top-works__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-works__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 3%;
    width: 100%;
  }
  .top-works__item {
    width: 48.5%;
  }
  .top-works__link {
    display: block;
  }
  .top-works__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-works__headline {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.top-other__list {
  display: flex;
}
.top-other__item {
  width: 50%;
  position: relative;
}
.top-other__item--recruit {
  background: url(../img/pages/top/other/recruit.jpg) no-repeat center/cover;
}
.top-other__item--company {
  background: url(../img/pages/top/other/company.jpg) no-repeat center/cover;
}
.top-other__link {
  display: block;
  width: 100%;
  height: 400px;
  padding: 10px;
  box-sizing: border-box;
}
.top-other__box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 8px;
}
.top-other__button {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 370px;
}
.top-other__title .en .text, .top-other__title .ja {
  color: #ffffff;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #fff !important;
  text-fill-color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .top-other__list {
    display: flex;
    flex-direction: column;
  }
  .top-other__item {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .top-other__link {
    display: block;
    width: 100%;
    height: 200px;
  }
  .top-other__button {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 50%;
  }
  .top-other__img {
    width: 35px;
  }
}
.top-column {
  background: linear-gradient(180deg, rgb(255, 255, 255) 75%, rgb(249, 250, 242) 75%);
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  align-items: flex-start;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.top-column__link:hover {
  opacity: 0.6;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/285;
  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;
}
.top-column__time {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.top-column__headline {
  flex-grow: 1;
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #6CA224;
  padding-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  margin-bottom: 15px;
}
.top-column__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.top-column__tags {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.top-column__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-column__button {
  width: 205px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-column__thumbnail {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-column__time {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .top-column__headline {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .top-column__text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top-column__button {
    position: static;
    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;
  }
}
.service-reason {
  padding: 80px 0;
}
.service-reason__title {
  margin-bottom: 50px;
}
.service-reason__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.service-reason__item {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.service-reason__item:nth-child(even) {
  flex-direction: row-reverse;
}
.service-reason__item .contents {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 520px;
}
.service-reason__item .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.service-reason__item .title .sub {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  background: #A21420;
  padding-bottom: 2px;
}
.service-reason__item .title .main {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.service-reason__item .body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.service-reason__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.service-reason__item .img {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .service-reason {
    padding: 50px 0;
  }
  .service-reason__title {
    margin-bottom: 30px;
  }
  .service-reason__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .service-reason__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .service-reason__item:nth-child(even) {
    flex-direction: column;
  }
  .service-reason__item .contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .service-reason__item .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .service-reason__item .title .sub {
    font-size: 1.8rem;
  }
  .service-reason__item .title .main {
    font-size: 2.2rem;
  }
  .service-reason__item .body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-reason__item .text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .service-reason__item .img {
    width: 100%;
  }
}
.service-solution {
  padding: 30px 0;
}
.service-solution__inner--l {
  background: #ffffff;
  padding: 50px 0;
  position: relative;
}
.service-solution__inner--s {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-solution__title--lv2 {
  margin-bottom: 30px;
}
.service-solution__title--lv3 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  background: #A21420;
  margin-bottom: 20px;
}
.service-solution__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 900px;
  position: relative;
  z-index: 10;
}
.service-solution__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 20px;
}
.service-solution__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.service-solution__color {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .service-solution {
    padding: 30px 0;
  }
  .service-solution__inner--l {
    padding: 50px 0;
    position: relative;
  }
  .service-solution__inner--s {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .service-solution__title--lv2 {
    margin-bottom: 20px;
  }
  .service-solution__title--lv3 {
    font-size: 2rem;
    padding: 5px 0;
  }
  .service-solution__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .service-solution__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .service-solution__text {
    font-size: 1.5rem;
  }
  .service-solution__img {
    width: 100%;
  }
  .service-solution__color {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.service-flow {
  padding: 80px 0;
}
.service-flow__title {
  margin-bottom: 50px;
}
.service-flow__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.service-flow__item {
  display: flex;
  align-items: center;
  gap: 55px;
}
.service-flow__item .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65px;
}
.service-flow__item .en {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.service-flow__item .number {
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
}
.service-flow__item .contents {
  width: 100%;
}
.service-flow__item .title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.service-flow__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .service-flow {
    padding: 50px 0;
  }
  .service-flow__title {
    margin-bottom: 30px;
  }
  .service-flow__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-flow__item {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .service-flow__item .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
  }
  .service-flow__item .en {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .service-flow__item .number {
    font-size: 3.2rem;
  }
  .service-flow__item .contents {
    width: 100%;
  }
  .service-flow__item .title {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .service-flow__item .text {
    font-size: 1.4rem;
  }
}
.simulation-example {
  padding: 80px 0;
}
.simulation-example__title {
  margin-bottom: 20px;
}
.simulation-example__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 50px;
}
.simulation-example__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.simulation-example__item {
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
.simulation-example__item .box {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.simulation-example__item .contents {
  display: flex;
  flex-direction: column;
  width: 520px;
}
.simulation-example__item .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.simulation-example__item .thumnail {
  width: 80px;
}
.simulation-example__item .title--lv3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.simulation-example__item .title--lv3 .sub {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.simulation-example__item .title--lv3 .main {
  font-size: 2rem;
  font-weight: 700;
}
.simulation-example__item .title--lv4 {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.simulation-example__item .costs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.simulation-example__item .cost {
  display: flex;
  align-items: center;
  gap: 10px;
}
.simulation-example__item .cost .name {
  font-size: 1.6rem;
}
.simulation-example__item .cost .name--before {
  background: #D9D9D9;
}
.simulation-example__item .cost .name--after {
  color: #ffffff;
  background: #A21420;
}
.simulation-example__item .cost .result {
  color: 1.6rem;
  font-weight: 700;
}
.simulation-example__item .copy {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.simulation-example__item .copy span {
  color: #A21420;
  font-size: 4.2rem;
  margin-left: 10px;
}
.simulation-example__item .img {
  width: 460px;
}
.simulation-example__item .comment {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #F4F4F2;
  padding: 30px;
  box-sizing: border-box;
}
.simulation-example__item .logo {
  width: 80px;
}
.simulation-example__item .word {
  width: 100%;
}
.simulation-example__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .simulation-example {
    padding: 50px 0;
  }
  .simulation-example__title {
    margin-bottom: 20px;
  }
  .simulation-example__text {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .simulation-example__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .simulation-example__item {
    padding: 20px;
  }
  .simulation-example__item .box {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .simulation-example__item .contents {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .simulation-example__item .wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .simulation-example__item .thumnail {
    width: 80px;
  }
  .simulation-example__item .title--lv3 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .simulation-example__item .title--lv3 .sub {
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .simulation-example__item .title--lv3 .main {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .simulation-example__item .title--lv4 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .simulation-example__item .costs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .simulation-example__item .cost {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .simulation-example__item .cost .name {
    font-size: 1.5rem;
    padding: 0 5px;
  }
  .simulation-example__item .cost .result {
    color: 1.5rem;
  }
  .simulation-example__item .copy {
    font-size: 1.6rem;
  }
  .simulation-example__item .copy span {
    font-size: 3.2rem;
    margin-left: 0;
  }
  .simulation-example__item .img {
    width: 100%;
  }
  .simulation-example__item .comment {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
  }
  .simulation-example__item .logo {
    width: 50px;
  }
  .simulation-example__item .word {
    width: 100%;
  }
  .simulation-example__item .text {
    font-size: 1.4rem;
  }
}
.simulation-achievements {
  padding: 30px 0 80px;
}
.simulation-achievements__inner--l {
  background: #ffffff;
  padding: 50px 0;
}
.simulation-achievements__inner--m {
  position: relative;
}
.simulation-achievements__title {
  margin-bottom: 30px;
}
.simulation-achievements__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 2%;
}
.simulation-achievements__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 32%;
}
.simulation-achievements__item .thumbnail {
  width: 100%;
  aspect-ratio: 400/280;
  background: url(../img/pages/simulation/achievements/no-img.jpg) no-repeat center/cover;
}
.simulation-achievements__item .contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.simulation-achievements__item .area {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  background: #A21420;
  padding: 2px 8px;
}
.simulation-achievements__item .title {
  font-size: 1.8rem;
  font-weight: 700;
}
.simulation-achievements__item .definition {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.simulation-achievements__item .row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.simulation-achievements__item .term {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  width: 80px;
  background: #F5F5F5;
}
.simulation-achievements__item .desc {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
}
.simulation-achievements__button {
  position: absolute;
  top: 40px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .simulation-achievements {
    padding: 30px 0 50px;
  }
  .simulation-achievements__inner--l {
    padding: 50px 0;
  }
  .simulation-achievements__inner--m {
    position: relative;
  }
  .simulation-achievements__title {
    margin-bottom: 30px;
  }
  .simulation-achievements__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
  }
  .simulation-achievements__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .simulation-achievements__item .thumnail {
    width: 100%;
  }
  .simulation-achievements__item .contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .simulation-achievements__item .area {
    font-size: 1.4rem;
    padding: 2px 8px;
  }
  .simulation-achievements__item .title {
    font-size: 1.8rem;
  }
  .simulation-achievements__item .definition {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .simulation-achievements__item .row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .simulation-achievements__item .term {
    font-size: 1.4rem;
    width: 80px;
  }
  .simulation-achievements__item .desc {
    font-size: 1.3rem;
    line-height: 1.4;
    width: 100%;
  }
  .simulation-achievements__button {
    position: static;
    top: auto;
    right: auto;
    margin: 50px auto 0;
  }
}
.company-message {
  padding: 80px 0;
  background: url(../img/pages/company/message/bg.jpg) no-repeat top right/cover;
}
.company-message__title {
  margin-bottom: 30px;
}
.company-message__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company-message__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .company-message {
    padding: 50px 0;
  }
  .company-message__title {
    margin-bottom: 30px;
  }
  .company-message__title .ja {
    font-size: 2.4rem;
  }
  .company-message__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-message__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.company-manager {
  padding: 80px 0;
}
.company-manager__title {
  align-items: center;
  margin-bottom: 40px;
}
.company-manager__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.company-manager__item {
  width: 530px;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
}
.company-manager__item .title {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 10px;
}
.company-manager__item .position {
  color: #A21420;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.company-manager__item .name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
.company-manager__item .text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .company-manager {
    padding: 50px 0;
  }
  .company-manager__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .company-manager__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .company-manager__item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .company-manager__item .title {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .company-manager__item .position {
    font-size: 1.5rem;
  }
  .company-manager__item .name {
    font-size: 2.2rem;
  }
  .company-manager__item .text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.company-thought {
  padding: 30px 0;
}
.company-thought__inner--l {
  background: #ffffff;
  padding: 50px 0;
  position: relative;
}
.company-thought__inner--s {
  display: flex;
  gap: 60px;
}
.company-thought__title--lv3 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  background: #A21420;
}
.company-thought__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 560px;
  position: relative;
  z-index: 10;
}
.company-thought__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.company-thought__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.company-thought__img {
  width: 460px;
  position: relative;
  z-index: 10;
}
.company-thought__color {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .company-thought {
    padding: 30px 0;
  }
  .company-thought__inner--l {
    padding: 50px 0;
    position: relative;
  }
  .company-thought__inner--s {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .company-thought__title--lv3 {
    font-size: 2rem;
    padding: 5px 0;
  }
  .company-thought__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    position: relative;
    z-index: 10;
  }
  .company-thought__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-thought__text {
    font-size: 1.5rem;
  }
  .company-thought__img {
    width: 100%;
  }
  .company-thought__color {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.company-info {
  padding: 80px 0;
}
.company-info__title {
  margin-bottom: 30px;
}
.company-info__row {
  display: flex;
  gap: 80px;
  padding: 25px 0;
  border-bottom: 1px solid #CCCCCC;
}
.company-info__term {
  width: 180px;
}

@media only screen and (max-width: 767px) {
  .company-info {
    padding: 50px 0;
  }
  .company-info__title {
    margin-bottom: 30px;
  }
  .company-info__row {
    display: flex;
    gap: 2%;
    padding: 20px 0;
  }
  .company-info__term {
    width: 23%;
  }
  .company-info__desc {
    width: 75%;
  }
}
.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 {
  background: url(../img/pages/column/archive/leaf.png) no-repeat top 30px right/25%;
  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/285;
  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 {
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.column-archive__headline {
  flex-grow: 1;
  color: #2D7727;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  border-bottom: 1px solid #6CA224;
  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 {
  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;
}

@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 {
  background: url(../img/pages/column/single/leaf.png) no-repeat top 30px right/25%;
  padding: 100px 0;
}
.column-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;
}
.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 {
  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;
}
.column-single__time {
  display: block;
  color: #6CA224;
  font-family: "Josefin Sans", sans-serif;
  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-tel {
  padding: 80px 0 50px;
}
.contact-tel__inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.contact-tel__title {
  margin-bottom: 30px;
}
.contact-tel__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.contact-tel__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
.contact-tel__box .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact-tel__box .button--tel {
  height: 48px;
}
.contact-tel__box .button--tel .text {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contact-tel__box .caption {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .contact-tel {
    padding: 50px 0 30px;
  }
  .contact-tel__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .contact-tel__title {
    margin-bottom: 20px;
  }
  .contact-tel__text {
    font-size: 1.4rem;
  }
  .contact-tel__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .contact-tel__box .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .contact-tel__box .button--tel {
    height: 45px;
  }
  .contact-tel__box .button--tel .text {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .contact-tel__box .caption {
    font-size: 1.4rem;
  }
}
.contact-form__inner {
  padding: 30px 0 80px;
}
.contact-form__title {
  margin-bottom: 30px;
}
.contact-form__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .contact-form__inner {
    padding: 30px 0;
  }
  .contact-form__title {
    margin-bottom: 20px;
  }
  .contact-form__text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.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__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 */