@charset "UTF-8";
.btn.text-right a, .text-right.btn--ud a, .text-right.btn--list a, .text-right.btn--line a, .text-right.btn--box a {
  text-align: left;
}

.btn--box {
  font-weight: 700;
}
.btn--box button,
.btn--box input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  font-weight: 700;
  color: inherit;
  background: inherit;
  cursor: pointer;
}
.btn--box a, .btn--box button {
  background: #947F45;
  border: 0.1rem solid #947F45;
  padding: 1.8rem 2.4rem;
}
@media only screen and (min-width: 769px) {
  .btn--box a, .btn--box button {
    transition: 200ms;
  }
  .btn--box a:hover, .btn--box button:hover {
    background: #fff;
    color: #947F45;
  }
  .btn--box a:hover::after, .btn--box button:hover::after {
    filter: inherit;
  }
}
.btn--box a,
.btn--box button,
.btn--box input[type=submit] {
  color: #fff;
  display: inline-block;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn--box a,
.btn--box button,
.btn--box input[type=submit] {
    padding: 1rem 1.6rem;
  }
}
.btn--box.icon-arrow a, .btn--box.btn--line.icon--blank a, .btn--box.btn--line.icon-arrow--right a, .btn--box.btn--line.icon-arrow--bottom a, .btn--box.btn--line.icon-arrow--normal a, .btn--box.icon-arrow--s a,
.btn--box.icon-arrow button,
.btn--box.btn--line.icon--blank button,
.btn--box.btn--line.icon-arrow--right button,
.btn--box.btn--line.icon-arrow--bottom button,
.btn--box.btn--line.icon-arrow--normal button,
.btn--box.icon-arrow--s button {
  position: relative;
  padding-right: 8rem;
}
@media only screen and (max-width: 768px) {
  .btn--box.icon-arrow a, .btn--box.btn--line.icon--blank a, .btn--box.btn--line.icon-arrow--right a, .btn--box.btn--line.icon-arrow--bottom a, .btn--box.btn--line.icon-arrow--normal a, .btn--box.icon-arrow--s a,
.btn--box.icon-arrow button,
.btn--box.btn--line.icon--blank button,
.btn--box.btn--line.icon-arrow--right button,
.btn--box.btn--line.icon-arrow--bottom button,
.btn--box.btn--line.icon-arrow--normal button,
.btn--box.icon-arrow--s button {
    padding-right: 6.8rem;
  }
}
.btn--box.icon-arrow a::after, .btn--box.btn--line.icon--blank a::after, .btn--box.btn--line.icon-arrow--right a::after, .btn--box.btn--line.icon-arrow--bottom a::after, .btn--box.btn--line.icon-arrow--normal a::after, .btn--box.icon-arrow--s a::after,
.btn--box.icon-arrow button::after,
.btn--box.btn--line.icon--blank button::after,
.btn--box.btn--line.icon-arrow--right button::after,
.btn--box.btn--line.icon-arrow--bottom button::after,
.btn--box.btn--line.icon-arrow--normal button::after,
.btn--box.icon-arrow--s button::after {
  content: "";
  display: inline-block;
  width: 4.1rem;
  height: 1.1rem;
  background-image: url(../img/common/btn-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  filter: brightness(0) invert(1);
  transition: 200ms;
  margin-bottom: 0.3rem;
  margin-left: 1.6rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn--box.icon-arrow a::after, .btn--box.btn--line.icon--blank a::after, .btn--box.btn--line.icon-arrow--right a::after, .btn--box.btn--line.icon-arrow--bottom a::after, .btn--box.btn--line.icon-arrow--normal a::after, .btn--box.icon-arrow--s a::after,
.btn--box.icon-arrow button::after,
.btn--box.btn--line.icon--blank button::after,
.btn--box.btn--line.icon-arrow--right button::after,
.btn--box.btn--line.icon-arrow--bottom button::after,
.btn--box.btn--line.icon-arrow--normal button::after,
.btn--box.icon-arrow--s button::after {
    width: 3.6rem;
    height: 1rem;
    right: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .btn--box.icon-arrow a:hover::after, .btn--box.btn--line.icon--blank a:hover::after, .btn--box.btn--line.icon-arrow--right a:hover::after, .btn--box.btn--line.icon-arrow--bottom a:hover::after, .btn--box.btn--line.icon-arrow--normal a:hover::after, .btn--box.icon-arrow--s a:hover::after,
.btn--box.icon-arrow button:hover::after,
.btn--box.btn--line.icon--blank button:hover::after,
.btn--box.btn--line.icon-arrow--right button:hover::after,
.btn--box.btn--line.icon-arrow--bottom button:hover::after,
.btn--box.btn--line.icon-arrow--normal button:hover::after,
.btn--box.icon-arrow--s button:hover::after {
    filter: inherit;
  }
}
.btn--box.icon-arrow > span, .btn--box.btn--line.icon--blank > span, .btn--box.btn--line.icon-arrow--right > span, .btn--box.btn--line.icon-arrow--bottom > span, .btn--box.btn--line.icon-arrow--normal > span, .btn--box.icon-arrow--s > span {
  display: inline-block;
  background: #947F45;
  border: 0.1rem solid #947F45;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .btn--box.icon-arrow > span, .btn--box.btn--line.icon--blank > span, .btn--box.btn--line.icon-arrow--right > span, .btn--box.btn--line.icon-arrow--bottom > span, .btn--box.btn--line.icon-arrow--normal > span, .btn--box.icon-arrow--s > span {
    transition: 200ms;
  }
  .btn--box.icon-arrow > span:hover, .btn--box.btn--line.icon--blank > span:hover, .btn--box.btn--line.icon-arrow--right > span:hover, .btn--box.btn--line.icon-arrow--bottom > span:hover, .btn--box.btn--line.icon-arrow--normal > span:hover, .btn--box.icon-arrow--s > span:hover {
    background: #fff;
  }
  .btn--box.icon-arrow > span:hover input, .btn--box.btn--line.icon--blank > span:hover input, .btn--box.btn--line.icon-arrow--right > span:hover input, .btn--box.btn--line.icon-arrow--bottom > span:hover input, .btn--box.btn--line.icon-arrow--normal > span:hover input, .btn--box.icon-arrow--s > span:hover input {
    color: #947F45;
  }
  .btn--box.icon-arrow > span:hover::after, .btn--box.btn--line.icon--blank > span:hover::after, .btn--box.btn--line.icon-arrow--right > span:hover::after, .btn--box.btn--line.icon-arrow--bottom > span:hover::after, .btn--box.btn--line.icon-arrow--normal > span:hover::after, .btn--box.icon-arrow--s > span:hover::after {
    filter: inherit;
  }
}
.btn--box.icon-arrow > span input, .btn--box.btn--line.icon--blank > span input, .btn--box.btn--line.icon-arrow--right > span input, .btn--box.btn--line.icon-arrow--bottom > span input, .btn--box.btn--line.icon-arrow--normal > span input, .btn--box.icon-arrow--s > span input {
  padding: 1.8rem 2.4rem;
  padding-right: 8.1rem;
}
.btn--box.icon-arrow > span::after, .btn--box.btn--line.icon--blank > span::after, .btn--box.btn--line.icon-arrow--right > span::after, .btn--box.btn--line.icon-arrow--bottom > span::after, .btn--box.btn--line.icon-arrow--normal > span::after, .btn--box.icon-arrow--s > span::after {
  content: "";
  display: inline-block;
  width: 4.1rem;
  height: 1.1rem;
  background-image: url(../img/common/btn-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  filter: brightness(0) invert(1);
  transition: 200ms;
  margin-bottom: 0.3rem;
  margin-left: 1.6rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn--box.icon-arrow > span::after, .btn--box.btn--line.icon--blank > span::after, .btn--box.btn--line.icon-arrow--right > span::after, .btn--box.btn--line.icon-arrow--bottom > span::after, .btn--box.btn--line.icon-arrow--normal > span::after, .btn--box.icon-arrow--s > span::after {
    width: 3.6rem;
    height: 1rem;
  }
}
.btn--box.icon-arrow--s a::after {
  width: 2.4rem;
  height: 0.9rem;
  background-image: url(../img/common/btn-arrow-right-s.png);
}
.btn--box.icon-arrow.reverse a, .btn--box.reverse.btn--line.icon--blank a, .btn--box.reverse.btn--line.icon-arrow--right a, .btn--box.reverse.btn--line.icon-arrow--bottom a, .btn--box.reverse.btn--line.icon-arrow--normal a, .btn--box.reverse.icon-arrow--s a,
.btn--box.icon-arrow.reverse button,
.btn--box.reverse.btn--line.icon--blank button,
.btn--box.reverse.btn--line.icon-arrow--right button,
.btn--box.reverse.btn--line.icon-arrow--bottom button,
.btn--box.reverse.btn--line.icon-arrow--normal button,
.btn--box.reverse.icon-arrow--s button {
  background: #fff;
  color: #947F45;
}
@media only screen and (min-width: 769px) {
  .btn--box.icon-arrow.reverse a, .btn--box.reverse.btn--line.icon--blank a, .btn--box.reverse.btn--line.icon-arrow--right a, .btn--box.reverse.btn--line.icon-arrow--bottom a, .btn--box.reverse.btn--line.icon-arrow--normal a, .btn--box.reverse.icon-arrow--s a,
.btn--box.icon-arrow.reverse button,
.btn--box.reverse.btn--line.icon--blank button,
.btn--box.reverse.btn--line.icon-arrow--right button,
.btn--box.reverse.btn--line.icon-arrow--bottom button,
.btn--box.reverse.btn--line.icon-arrow--normal button,
.btn--box.reverse.icon-arrow--s button {
    transition: 200ms;
  }
  .btn--box.icon-arrow.reverse a:hover, .btn--box.reverse.btn--line.icon--blank a:hover, .btn--box.reverse.btn--line.icon-arrow--right a:hover, .btn--box.reverse.btn--line.icon-arrow--bottom a:hover, .btn--box.reverse.btn--line.icon-arrow--normal a:hover, .btn--box.reverse.icon-arrow--s a:hover,
.btn--box.icon-arrow.reverse button:hover,
.btn--box.reverse.btn--line.icon--blank button:hover,
.btn--box.reverse.btn--line.icon-arrow--right button:hover,
.btn--box.reverse.btn--line.icon-arrow--bottom button:hover,
.btn--box.reverse.btn--line.icon-arrow--normal button:hover,
.btn--box.reverse.icon-arrow--s button:hover {
    background: #947F45;
    color: #fff;
  }
  .btn--box.icon-arrow.reverse a:hover::after, .btn--box.reverse.btn--line.icon--blank a:hover::after, .btn--box.reverse.btn--line.icon-arrow--right a:hover::after, .btn--box.reverse.btn--line.icon-arrow--bottom a:hover::after, .btn--box.reverse.btn--line.icon-arrow--normal a:hover::after, .btn--box.reverse.icon-arrow--s a:hover::after,
.btn--box.icon-arrow.reverse button:hover::after,
.btn--box.reverse.btn--line.icon--blank button:hover::after,
.btn--box.reverse.btn--line.icon-arrow--right button:hover::after,
.btn--box.reverse.btn--line.icon-arrow--bottom button:hover::after,
.btn--box.reverse.btn--line.icon-arrow--normal button:hover::after,
.btn--box.reverse.icon-arrow--s button:hover::after {
    filter: brightness(0) invert(1);
  }
}
.btn--box.icon-arrow.reverse a::after, .btn--box.reverse.btn--line.icon--blank a::after, .btn--box.reverse.btn--line.icon-arrow--right a::after, .btn--box.reverse.btn--line.icon-arrow--bottom a::after, .btn--box.reverse.btn--line.icon-arrow--normal a::after, .btn--box.reverse.icon-arrow--s a::after,
.btn--box.icon-arrow.reverse button::after,
.btn--box.reverse.btn--line.icon--blank button::after,
.btn--box.reverse.btn--line.icon-arrow--right button::after,
.btn--box.reverse.btn--line.icon-arrow--bottom button::after,
.btn--box.reverse.btn--line.icon-arrow--normal button::after,
.btn--box.reverse.icon-arrow--s button::after {
  filter: inherit;
}
.btn--box.icon-arrow.reverse > span, .btn--box.reverse.btn--line.icon--blank > span, .btn--box.reverse.btn--line.icon-arrow--right > span, .btn--box.reverse.btn--line.icon-arrow--bottom > span, .btn--box.reverse.btn--line.icon-arrow--normal > span, .btn--box.reverse.icon-arrow--s > span {
  background: #fff;
}
.btn--box.icon-arrow.reverse > span input, .btn--box.reverse.btn--line.icon--blank > span input, .btn--box.reverse.btn--line.icon-arrow--right > span input, .btn--box.reverse.btn--line.icon-arrow--bottom > span input, .btn--box.reverse.btn--line.icon-arrow--normal > span input, .btn--box.reverse.icon-arrow--s > span input {
  color: #947F45;
}
@media only screen and (min-width: 769px) {
  .btn--box.icon-arrow.reverse > span:hover, .btn--box.reverse.btn--line.icon--blank > span:hover, .btn--box.reverse.btn--line.icon-arrow--right > span:hover, .btn--box.reverse.btn--line.icon-arrow--bottom > span:hover, .btn--box.reverse.btn--line.icon-arrow--normal > span:hover, .btn--box.reverse.icon-arrow--s > span:hover {
    background: #947F45;
  }
  .btn--box.icon-arrow.reverse > span:hover input, .btn--box.reverse.btn--line.icon--blank > span:hover input, .btn--box.reverse.btn--line.icon-arrow--right > span:hover input, .btn--box.reverse.btn--line.icon-arrow--bottom > span:hover input, .btn--box.reverse.btn--line.icon-arrow--normal > span:hover input, .btn--box.reverse.icon-arrow--s > span:hover input {
    color: #fff;
  }
  .btn--box.icon-arrow.reverse > span:hover::after, .btn--box.reverse.btn--line.icon--blank > span:hover::after, .btn--box.reverse.btn--line.icon-arrow--right > span:hover::after, .btn--box.reverse.btn--line.icon-arrow--bottom > span:hover::after, .btn--box.reverse.btn--line.icon-arrow--normal > span:hover::after, .btn--box.reverse.icon-arrow--s > span:hover::after {
    filter: brightness(0) invert(1);
  }
}
.btn--box.icon-arrow.reverse > span::after, .btn--box.reverse.btn--line.icon--blank > span::after, .btn--box.reverse.btn--line.icon-arrow--right > span::after, .btn--box.reverse.btn--line.icon-arrow--bottom > span::after, .btn--box.reverse.btn--line.icon-arrow--normal > span::after, .btn--box.reverse.icon-arrow--s > span::after {
  filter: inherit;
}
.btn--box.icon-arrow.full a, .btn--box.full.btn--line.icon--blank a, .btn--box.full.btn--line.icon-arrow--right a, .btn--box.full.btn--line.icon-arrow--bottom a, .btn--box.full.btn--line.icon-arrow--normal a, .btn--box.full.icon-arrow--s a {
  width: 100%;
  position: relative;
  padding-right: 6rem;
}
.btn--box.icon-arrow.full a::after, .btn--box.full.btn--line.icon--blank a::after, .btn--box.full.btn--line.icon-arrow--right a::after, .btn--box.full.btn--line.icon-arrow--bottom a::after, .btn--box.full.btn--line.icon-arrow--normal a::after, .btn--box.full.icon-arrow--s a::after {
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translate(0%, -50%);
}
.btn--box.icon-blank a {
  background: #947F45;
  color: #fff;
  border: 0.1rem solid #947F45;
  padding: 1.8rem 2.4rem;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .btn--box.icon-blank a {
    transition: 200ms;
  }
  .btn--box.icon-blank a:hover {
    background: #fff;
    color: #947F45;
  }
  .btn--box.icon-blank a:hover::after {
    filter: inherit;
  }
}
.btn--box.icon-blank a::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/common/icon-blank-gold.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  filter: brightness(0) invert(1);
  transition: 200ms;
  margin-left: 1rem;
  vertical-align: -0.6rem;
}
@media only screen and (min-width: 769px) {
  .btn--box.icon-blank.reverse a {
    transition: 200ms;
  }
  .btn--box.icon-blank.reverse a:hover {
    background: #947F45;
    color: #fff;
  }
  .btn--box.icon-blank.reverse a:hover::after {
    filter: brightness(0) invert(1);
  }
}
.btn--box.icon-blank.reverse a::after {
  filter: inherit;
}
.btn--box.icon-dl a {
  padding-left: 5.6rem;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .btn--box.icon-dl a:hover::before {
    filter: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .btn--box.icon-dl a {
    padding-left: 4rem;
  }
}
.btn--box.icon-dl a::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/common/icon-dl.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 0.8rem;
  vertical-align: -0.5rem;
  filter: brightness(0) invert(1);
  transition: 200ms;
  position: absolute;
  top: 2.1rem;
  left: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .btn--box.icon-dl a::before {
    top: 1.1rem;
    left: 1rem;
  }
}
.btn--box.icon-dl.reverse a::before {
  filter: inherit;
}
@media only screen and (min-width: 769px) {
  .btn--box.icon-dl.reverse a:hover {
    background: #947F45;
    color: #fff;
  }
  .btn--box.icon-dl.reverse a:hover::before {
    filter: brightness(0) invert(1);
  }
}
.btn--box.reverse a,
.btn--box.reverse button {
  background: #fff;
  color: #947F45;
}
.btn--box.shadow a,
.btn--box.shadow button {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.btn--box.full a,
.btn--box.full button {
  width: 100%;
}

.btn--line {
  font-weight: 700;
}
.btn--line input[type=radio] {
  display: none;
}
.btn--line input[type=radio]:checked + label {
  color: #333;
}
.btn--line label {
  cursor: pointer;
}
.btn--line a,
.btn--line label {
  color: #947F45;
  padding: 0.6rem 0;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #947F45;
}
.btn--line.icon-arrow a, .btn--line.icon--blank a, .btn--line.icon-arrow--right a, .btn--line.icon-arrow--bottom a, .btn--line.icon-arrow--normal a, .btn--line.btn--box.icon-arrow--s a,
.btn--line.icon-arrow label,
.btn--line.icon--blank label,
.btn--line.icon-arrow--right label,
.btn--line.icon-arrow--bottom label,
.btn--line.icon-arrow--normal label,
.btn--line.btn--box.icon-arrow--s label {
  padding-right: 1.5rem;
  position: relative;
}
.btn--line.icon-arrow a::after, .btn--line.icon--blank a::after, .btn--line.icon-arrow--right a::after, .btn--line.icon-arrow--bottom a::after, .btn--line.icon-arrow--normal a::after, .btn--line.btn--box.icon-arrow--s a::after, .btn--line.icon-arrow a::before, .btn--line.icon--blank a::before, .btn--line.icon-arrow--right a::before, .btn--line.icon-arrow--bottom a::before, .btn--line.icon-arrow--normal a::before, .btn--line.btn--box.icon-arrow--s a::before,
.btn--line.icon-arrow label::after,
.btn--line.icon--blank label::after,
.btn--line.icon-arrow--right label::after,
.btn--line.icon-arrow--bottom label::after,
.btn--line.icon-arrow--normal label::after,
.btn--line.btn--box.icon-arrow--s label::after,
.btn--line.icon-arrow label::before,
.btn--line.icon--blank label::before,
.btn--line.icon-arrow--right label::before,
.btn--line.icon-arrow--bottom label::before,
.btn--line.icon-arrow--normal label::before,
.btn--line.btn--box.icon-arrow--s label::before {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
.btn--line.icon-arrow a::before, .btn--line.icon--blank a::before, .btn--line.icon-arrow--right a::before, .btn--line.icon-arrow--bottom a::before, .btn--line.icon-arrow--normal a::before, .btn--line.btn--box.icon-arrow--s a::before,
.btn--line.icon-arrow label::before,
.btn--line.icon--blank label::before,
.btn--line.icon-arrow--right label::before,
.btn--line.icon-arrow--bottom label::before,
.btn--line.icon-arrow--normal label::before,
.btn--line.btn--box.icon-arrow--s label::before {
  right: 5rem;
  opacity: 0;
}
.btn--line.icon-arrow--normal a {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 4rem;
}
.btn--line.icon-arrow--normal a::after, .btn--line.icon-arrow--normal a::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 0.9rem;
  background-image: url(../img/common/btn-arrow-right-s.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .btn--line.icon-arrow--normal a:hover::after {
    right: -5rem;
    opacity: 0;
    transition: 400ms;
  }
  .btn--line.icon-arrow--normal a:hover::before {
    right: 0;
    opacity: 1;
    transition: 400ms;
  }
}
.btn--line.icon-arrow--bottom a {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .btn--line.icon-arrow--bottom a {
    padding-right: 2rem;
  }
}
.btn--line.icon-arrow--bottom a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 0.741rem;
  background-image: url(../img/common/icon-arrow-bottom-gold.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.btn--line.icon-arrow--right a,
.btn--line.icon-arrow--right label {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.btn--line.icon-arrow--right a::after,
.btn--line.icon-arrow--right label::after {
  content: "";
  display: inline-block;
  width: 0.741rem;
  height: 1.2rem;
  background-image: url(../img/common/icon-arrow-right-gold.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.btn--line.icon--blank a {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 3rem;
}
.btn--line.icon--blank a::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/common/icon-blank-gold.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .btn--line.icon--blank a {
    transition: 200ms;
  }
  .btn--line.icon--blank a:hover {
    opacity: 0.7;
  }
}

.btn-arrow-list .btn--list:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.btn-arrow-list.inline .btn--list {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0;
}

.btn--list {
  font-weight: 700;
  position: relative;
  padding-left: 1.5rem;
}
.btn--list::before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 1.2rem;
  background-image: url(../img/common/icon-arrow-right-gold.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
.btn--list a {
  color: var(--themeColor);
}
@media only screen and (min-width: 769px) {
  .btn--list a {
    transition: 200ms;
  }
  .btn--list a:hover {
    color: #333;
  }
}

.btn--ud a {
  text-decoration: underline;
  color: var(--themeColor);
}
@media only screen and (min-width: 769px) {
  .btn--ud a:hover {
    text-decoration: none;
  }
}

:root {
  --themeColor: #957F45;
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding-top: 10.5rem;
  }
}

.en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

small {
  font-size: 0.875em;
}

.small {
  padding-left: 1.5em;
  display: block;
}
.small::before {
  content: "※";
  display: inline-block;
  text-indent: -1.5em;
}
.small.theme-color::before {
  color: #947F45;
}
.small + .small {
  margin-top: -0.5rem;
}
.small.color-red {
  color: #B71C1C;
}
.small.color-red::before {
  color: var(--themeColor);
}

.w800 {
  margin-left: auto;
  margin-right: auto;
}

.mb1 {
  margin-bottom: 1em;
}

.flex, .flex-all {
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .flex, .flex-all {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .flex, .flex-all {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .flex-item {
    flex: 1;
  }
}
.flex-item > *:first-child {
  margin-top: 0;
}
.flex-item > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flex-item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.flex-item img {
  width: 100%;
}
.flex.stretch, .stretch.flex-all {
  align-items: stretch;
}
@media only screen and (min-width: 769px) {
  .flex.inline, .inline.flex-all {
    display: inline-flex;
  }
}
.flex-all {
  display: flex;
}
.flex.block, .block.flex-all {
  display: block;
}
.flex.block .flex-item:not(:last-of-type), .block.flex-all .flex-item:not(:last-of-type) {
  margin-bottom: 2.4rem;
}

.color-red {
  color: #B71C1C !important;
}

.color-theme {
  color: var(--themeColor) !important;
}

.color-gray {
  color: #999 !important;
}

.color-alert {
  color: #f00 !important;
}

.font-large, .font-large-sp, .font-large-pc {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .font-large-pc {
    font-size: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .font-large-sp {
    font-size: 1em;
  }
}

@media only screen and (min-width: 769px) {
  .site-main {
    padding-top: 17.6rem;
  }
}

.border-list {
  border-top: 1px solid #ccc;
}
.border-list__item {
  padding: 1.2rem 1.6rem;
  border-bottom: 1px solid #ccc;
}
.border-list dl dt {
  font-weight: 700;
  margin-bottom: 1rem;
}
.border-list dl dd {
  font-size: 1.4rem;
}

.spacer {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--themeColor);
  margin: 4.8rem 0;
}
@media only screen and (max-width: 768px) {
  .spacer {
    margin: 2.4rem 0;
  }
}

.inner-link + * {
  margin-top: 4.8rem;
}
@media only screen and (min-width: 769px) {
  .inner-link {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5%;
  }
}
.inner-link > * {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .inner-link > *:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
}
.inner-link > * a {
  max-width: 100%;
  height: 100%;
}
.inner-link.inline {
  gap: inherit;
  margin: -1.2rem;
}
@media only screen and (max-width: 768px) {
  .inner-link.inline {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.inner-link.inline > * {
  flex: inherit;
  margin: 1.2rem;
}
.inner-link.inline > * a {
  align-items: center;
}
.inner-link.col2 {
  margin: 2.4% -2.4%;
}
.inner-link.col2 > * {
  margin: 2.4%;
  width: 45.2%;
}
.inner-link.col3 {
  margin: 2.4% -2.4%;
}
.inner-link.col3 > * {
  margin: 2.4%;
  width: 28.5333333333%;
}
@media only screen and (min-width: 769px) {
  .inner-link.glossary {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .inner-link.glossary > * a::after {
    margin-left: 1.8rem;
  }
}

.tag-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.tag-list .tag-item {
  padding: 0.35rem 0.8rem;
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
  font-size: 1.1rem;
  font-weight: 700;
  background: #fff;
}
.tag-list .tag-item.blue {
  background: #1565C0;
  color: #fff;
  border-color: #1565C0;
}
.tag-list .tag-item.green {
  background: #43A047;
  color: #fff;
  border-color: #43A047;
}
.tag-list .tag-item.red {
  border-color: #B71C1C;
  color: #B71C1C;
}

.tab {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.tab-main {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tab-main {
    font-size: 1.6rem;
  }
}
.tab-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.8rem;
  background: #E4E5DC;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .tab-main::before {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .tab-main {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    white-space: nowrap;
    overflow: auto;
    margin-right: -1.6rem;
  }
}
.tab-main .tab-label {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  position: relative;
}
.tab-main .tab-label::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.8rem;
  background: #E4E5DC;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab-main .tab-label.current {
  color: #333;
}
.tab-main .tab-label.current::before {
  opacity: 1;
  background: #957F45;
}
.tab-label {
  color: #957F45;
  padding: 1.6rem;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}
.tab-item:checked + .tab-label,
.tab .tab-label.current {
  position: relative;
  color: #333;
}
.tab-item:checked + .tab-label::after,
.tab .tab-label.current::after {
  background: #957F45;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.tab-contents {
  width: 100%;
  margin-top: 4rem;
}
.tab-contents.target {
  margin-top: 8rem;
}
@media only screen and (min-width: 769px) {
  .tab-contents .target-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: -2.4rem;
  }
}
.tab-contents .target-item {
  border: 1px solid #E4E5DC;
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .tab-contents .target-item {
    margin: 2.4rem;
    width: calc(50% - 4.8rem);
    padding: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .tab-contents .target-item {
    padding: 2.4rem 1.6rem;
  }
}
.tab-contents .target-item svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
@media only screen and (max-width: 768px) {
  .tab-contents .target-item svg {
    width: 20.4rem;
    height: auto;
  }
}
.tab-contents .target-item .btn--line {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .tab-contents .target-item .btn--line {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .tab-contents .target-item:nth-of-type(2) svg {
    width: 18rem;
  }
}
@media only screen and (max-width: 768px) {
  .tab-contents .target-item:not(:last-of-type) {
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 768px) {
  .tab-contents .target-item p {
    font-size: 1.6rem;
  }
}
.tab-contents .target-title {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .tab-contents .target-title {
    margin-bottom: 1.6rem;
  }
}
.tab-contents .target-title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: #333;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .tab-contents .target-title::after {
    margin-top: 1.6rem;
  }
}
.tab-contents .search {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .tab-contents .search {
    margin-top: 4rem;
  }
}
.tab .tab-label {
  display: none;
}

.page {
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .page {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.page-title {
  font-family: "Shippori Mincho", serif;
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .page-title {
    font-size: 2.6rem;
  }
}
.page-title + * {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-title + * {
    margin-top: 2rem;
  }
}
.page-title-gothic {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid var(--themeColor);
}
@media only screen and (max-width: 768px) {
  .page-title-gothic {
    font-size: 2.6rem;
  }
}
.page-lead {
  font-weight: 400;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-lead {
    margin-bottom: 2.8rem;
  }
}
.page-search {
  padding: 2.4rem 0;
  background: #f4f3f0;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .page-search {
    padding: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .page-search .search-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -1.2rem;
  }
}
.page-search .search-list-title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .page-search .search-list .search-list__item {
    margin: 0 1.2rem;
    width: calc(25% - 2.4rem);
  }
}
@media only screen and (max-width: 768px) {
  .page-search .search-list .search-list__item:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
}
.page-search .search-list__item .title {
  color: var(--themeColor);
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .page-search .search-list__item:first-of-type {
    padding-left: 2.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .page-search .search-list__item:last-of-type {
    padding-right: 2.4rem;
  }
}
.page .section-one {
  margin-top: 0rem;
}

.page-start {
  position: relative;
  z-index: 0;
}
.page-start::before {
  content: "";
  display: block;
  width: 78%;
  min-width: 109.2rem;
  padding-top: 32.051%;
  min-height: 45rem;
  background-image: url(../img/common/page-start-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -10rem;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page-start::before {
    width: 100%;
    min-width: 40rem;
    padding-top: 32.051%;
    min-height: 19rem;
  }
}

.section-one {
  background: #F4F3F0;
  margin-top: -4rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.one-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #E4E5DC;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .one-block {
    padding: 4rem 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .one-block .image {
    width: 26.8rem;
    padding-top: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .one-block .image {
    max-width: 26.8rem;
    margin: 0 auto 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .one-block .text {
    padding-left: 4.8rem;
    flex: 1;
  }
}
.one-block .text .btn--line {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .one-block .text .btn--line {
    margin-top: 2rem;
  }
}

.card, .card-case, .card-service, .card-def {
  width: 100%;
}
.card a, .card-case a, .card-service a, .card-def a,
.card .card-wrap,
.card-case .card-wrap,
.card-service .card-wrap,
.card-def .card-wrap {
  display: block;
  transition: 200ms;
  position: relative;
}
.card a::after, .card-case a::after, .card-service a::after, .card-def a::after {
  content: "";
  display: block;
  width: 5.9rem;
  height: 0.9rem;
  background-image: url(../img/common/icon-arrow-service.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
}
.card-def a,
.card-def .card-wrap {
  padding: 2.4rem 2.4rem 4.8rem;
  border: 1px solid #E4E5DC;
}
@media only screen and (min-width: 769px) {
  .card-def a:hover {
    background: #E4E5DC;
  }
}
.card-def .ttl {
  color: var(--themeColor);
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 0;
}
.card-def .lead {
  margin-top: 1.6rem;
}
.card-service a {
  padding: 2.4rem 2.4rem 4.8rem;
  border: 1px solid #E4E5DC;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .card-service a:hover {
    background: #E4E5DC;
  }
}
.card-service .ttl {
  color: var(--themeColor);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  margin-top: 0;
}
.card-service .lead {
  margin-top: 1.6rem;
}
.card-case a {
  border: 1px solid #ccc;
  display: block;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .card-case a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .card-case a:hover .title {
    color: var(--themeColor);
  }
}
.card-case .image {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 56.1%;
}
.card-case .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.card-case .text {
  padding: 2.4rem 2.4rem 3.6rem;
}
@media only screen and (max-width: 768px) {
  .card-case .text {
    padding: 1.6rem 1.6rem 2.4rem;
  }
}
.card-case .text > *:first-child {
  margin-top: 0;
}
.card-case .text > *:last-child {
  margin-bottom: 0;
}
.card-case .text .title {
  font-size: 1.8rem;
  font-weight: 700;
  transition: 200ms;
  line-height: 2;
  margin-bottom: 0.5rem;
}
.card-case .text .title + .lead {
  margin-top: 0.5rem;
}
.card-case .text .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.card-case .text .meta .company {
  font-size: 1.4rem;
  font-weight: 700;
}
.card-case .text .meta .time {
  margin-right: 0;
  font-size: 1.4rem;
  margin-left: auto;
}
.card-case .text .meta .category {
  width: 100%;
  margin-top: 2rem;
}

.service .spacer {
  margin-bottom: 0;
}
.service-block:not(:last-of-type) {
  margin-bottom: 4.8rem;
}
.service-block .title {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .service-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: -1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .service-item {
    margin: 1.2rem;
    width: calc(25% - 2.4rem);
    font-size: 1.4rem;
  }
}
.service-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  .service-post {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -2rem 8rem;
  }
}
@media only screen and (min-width: 769px) {
  .service-post > * {
    margin: 0 2rem;
  }
}
.service-post .image {
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .service-post .image {
    margin-bottom: 2rem;
  }
}
.service-post .text {
  flex: 1;
}

.article-service .section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .article-service .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.article-service .section.bg {
  background: #F4F3F0;
}
.article-service .service-more {
  background: #F4F3F0;
  padding: 4.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .article-service .service-more {
    padding: 1.6rem;
  }
}
.article-service .service-more .lead {
  font-weight: 700;
  margin-bottom: 2rem;
}
.article-service .service-toform {
  background: #F4F3F0;
  padding: 2.4rem 0;
  box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .article-service .service-toform {
    padding: 1.1rem 0;
  }
}
.article-service .service-toform .title {
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .article-service .service-toform .title {
    font-size: 1.3rem;
  }
}
.article-service .service-toform .flex, .article-service .service-toform .flex-all {
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .article-service .service-toform .flex, .article-service .service-toform .flex-all {
    display: flex;
    flex-flow: row;
    gap: 0.8rem;
    margin-top: 0.5rem;
  }
}
.article-service .service-toform .flex-item {
  margin: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .article-service .service-toform .flex-item {
    flex: none;
  }
}
@media only screen and (max-width: 768px) {
  .article-service .service-toform .flex-item {
    margin: 0;
    flex: 1;
  }
}
.article-service .service-toform .flex-item.tel {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .article-service .service-toform .flex-item.tel {
    color: var(--themeColor);
    text-align: center;
    border: 0.1rem solid var(--themeColor);
  }
}
@media only screen and (min-width: 769px) {
  .article-service .service-toform .flex-item.tel a {
    transition: 200ms;
  }
  .article-service .service-toform .flex-item.tel a:hover {
    color: var(--themeColor);
  }
}
@media only screen and (max-width: 768px) {
  .article-service .service-toform .flex-item a {
    padding: 0;
    display: block;
    min-height: 4.8rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .article-service .service-toform .flex-item a::after {
    display: none;
  }
}

.post-accordion-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  background: #F4F3F0;
  color: var(--themeColor);
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 700;
  padding: 2.3rem 1.6rem;
  cursor: pointer;
  position: relative;
}
.post-accordion-button::before, .post-accordion-button::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 1px;
  background: var(--themeColor);
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translate(0%, -50%);
}
.post-accordion-button::after {
  transform: translate(0%, -50%) rotate(90deg);
  transition: 200ms;
}
.post-accordion-button.is-active::after {
  transform: translate(0%, -50%) rotate(0deg);
}
.post-accordion-inner {
  background: #F4F3F0;
  border-top: 1px solid var(--themeColor);
  padding: 1.6rem;
  display: none;
}
@media only screen and (max-width: 768px) {
  .post-accordion + .post-accordion {
    border-top: 1px solid var(--themeColor);
  }
}

.post-search-list {
  margin: -0.5rem -1rem;
}
.post-search-list__item {
  color: #999;
  font-weight: 700;
  display: inline-block;
  margin: 0.5rem 1rem;
}
.post-search-list__item::before {
  content: "";
  display: block;
  display: inline-block;
  min-width: 0.741rem;
  width: 0.741rem;
  height: 1.2rem;
  background-image: url(../img/common/icon-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 1rem;
}
@media only screen and (min-width: 769px) {
  .post-search-list__item a {
    transition: 200ms;
  }
  .post-search-list__item a:hover {
    color: #333;
  }
}

@media only screen and (min-width: 769px) {
  .news-accordion {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .news-accordion > * {
    margin: 0 1.6rem;
    width: calc(50% - 3.2rem);
  }
}

@media only screen and (min-width: 769px) {
  .case-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -2rem;
  }
}
@media only screen and (min-width: 769px) {
  .case-grid .card-case {
    margin: 2rem;
    width: calc(33.3333333333% - 4rem);
  }
}
.case-grid .card-case:not(:last-of-type) {
  margin-bottom: 2rem;
}
.case .post-accordion {
  margin-bottom: 4.8rem;
}
.case-post {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .case-post {
    margin-bottom: 4rem;
  }
}
.case-post-top {
  background: #F4F3F0;
  padding: 2.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .case-post-top {
    padding: 2.4rem 1.6rem;
  }
}
.case-post-bottom {
  margin-top: 2.4rem;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .case-post-bottom {
    padding-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 769px) {
  .case-post-bottom .staff {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -2rem;
  }
}
.case-post-bottom .staff-item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 769px) {
  .case-post-bottom .staff-item {
    margin: 2rem;
    width: calc(50% - 4rem);
  }
}
@media only screen and (max-width: 768px) {
  .case-post-bottom .staff-item:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
}
.case-post-bottom .staff-item .image {
  border-radius: 50vw;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 8rem;
  height: 8rem;
  margin-right: 2rem;
}
.case-post-bottom .staff-item .text {
  flex: 1;
}
.case-post-bottom .staff-item .text .name {
  font-size: 1.8rem;
  font-weight: 700;
}
.case-post-bottom .staff-item .text .name span {
  margin-right: 0.5em;
}
.case-post-bottom .staff-item .text .data {
  font-size: 1.4rem;
}
.case-post-logo {
  padding: 0.5rem;
  width: 12rem;
  height: 12rem;
  margin-right: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .case-post-logo {
    width: 8rem;
    height: 8rem;
    margin-right: 1rem;
  }
}
.case-post-text {
  flex: 1;
  padding-top: 1rem;
}
.case-post-text .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .case-post-text .title {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 22%;
  }
}
@media only screen and (max-width: 768px) {
  .case-post-text .title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.case-post-text .title a {
  color: var(--themeColor);
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .case-post-text .title a {
    position: absolute;
    top: 0;
    right: 0;
  }
  .case-post-text .title a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .case-post-text .title a {
    display: block;
  }
}
.case-post-text .title a::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/common/icon-blank.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: -0.1rem;
  margin-left: 0.8rem;
}
.case-post-text .ttl {
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.faq-list__item:not(:last-of-type) {
  margin-bottom: 2.4rem;
}

.result-list__item {
  border-bottom: 1px dashed #999999;
}
.result-list__item a {
  display: inline-block;
  padding: 2.4rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--themeColor);
}

.search-area {
  border-top: 1px solid #E4E5DC;
}
.search-area + .btn--box {
  margin-top: 4rem;
}
.search-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.4rem 2.4rem 1.1rem;
  border-bottom: 1px solid #E4E5DC;
}
@media only screen and (max-width: 768px) {
  .search-row {
    padding: 1rem 0;
  }
}
.search-row-head {
  width: 10.4rem;
  padding-right: 2rem;
  color: var(--themeColor);
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .search-row-head {
    padding-right: 1rem;
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.search-row > label {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.4rem;
  margin-bottom: 1.6rem;
  position: relative;
  cursor: pointer;
}
.search-row > label input {
  display: none;
}
.search-row > label input:checked + span::before {
  background: var(--themeColor);
}
.search-row > label span {
  display: inline-block;
  position: relative;
  padding-left: 3.6rem;
}
.search-row > label span::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #CCCCCC;
  background: #fff;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.search-row > label span::after {
  content: "";
  display: block;
  width: 1.32rem;
  height: 0.88rem;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 0.55rem;
  transform: translate(0%, -75%) rotate(-45deg);
}
.search-row-body {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .search-row-body {
    font-size: 1.6rem;
  }
}
.search-row-body-item {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.4rem;
  margin-bottom: 1.6rem;
  position: relative;
  padding-left: 3.6rem;
  cursor: pointer;
}
.search-row-body-item input[type=checkbox] {
  display: none;
}
.search-row-body-item input:checked + span {
  background: var(--themeColor);
}
.search-row-body-item span {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #CCCCCC;
  background: #fff;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.search-row-body-item span::after {
  content: "";
  display: block;
  width: 60%;
  height: 40%;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%) rotate(-45deg);
}

.post-head {
  margin-bottom: 4rem;
}

.post-list__item {
  border-bottom: 1px dashed #999999;
  padding: 2rem 0 1.8rem;
}
.post-list__item .meta {
  margin-bottom: 0.5rem !important;
}
.post-list__item > a {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .post-list__item > a:hover {
    text-decoration: underline;
  }
}

.post-meta,
.post-list .meta,
.card-case .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.2rem;
}
.post-meta .time,
.post-list .meta .time,
.card-case .meta .time {
  font-weight: 700;
  font-size: 1.8rem;
  color: #999999;
  margin-right: 1.6rem;
}
.post-meta .category a,
.post-meta .category span,
.post-list .meta .category a,
.post-list .meta .category span,
.card-case .meta .category a,
.card-case .meta .category span {
  display: inline-block;
  background: #F4F3F0;
  margin: 0 0.3rem;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 769px) {
  .post-meta .category a,
.post-list .meta .category a,
.card-case .meta .category a {
    transition: 200ms;
  }
  .post-meta .category a:hover,
.post-list .meta .category a:hover,
.card-case .meta .category a:hover {
    opacity: 0.7;
  }
}
.post-meta .category span.new,
.post-list .meta .category span.new,
.card-case .meta .category span.new {
  background: #bf0f4c;
  color: #fff;
}

.article-block:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .article-block:not(:last-of-type) {
    margin-bottom: 6rem;
  }
}
.article-block > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .article-block > * {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.article-block > *:first-child {
  margin-top: 0;
}
.article-block > *:last-child {
  margin-bottom: 0;
}
.article-block p {
  line-height: 2;
  margin: 1.6rem 0;
}
@media only screen and (max-width: 768px) {
  .article-block p {
    margin: 1rem 0;
  }
}
.article-block p:first-child {
  margin-top: 0;
}
.article-block p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .article-block .flex, .article-block .flex-all {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .article-block .flex .image, .article-block .flex-all .image {
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .article-block .flex .image, .article-block .flex-all .image {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  .article-block .flex .text, .article-block .flex-all .text {
    flex: 1;
  }
}
.article-block .flex .text > *:first-child, .article-block .flex-all .text > *:first-child {
  margin-top: 0;
}
.article-block .flex.reverse, .article-block .reverse.flex-all {
  flex-flow: row-reverse wrap;
}
.article-block .iframe {
  padding-top: 56.25%;
  position: relative;
}
.article-block .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.more-service {
  padding: 4.8rem;
  background: #F4F3F0;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .more-service {
    padding: 2.4rem;
  }
}
.more-service .tag-list {
  margin-top: 2.4rem;
  justify-content: center;
}

.siblings-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.siblings-inner .next-arrow a,
.siblings-inner .prev-arrow a,
.siblings-inner .prev a,
.siblings-inner .next a {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: var(--themeColor);
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .siblings-inner .next-arrow a:hover,
.siblings-inner .prev-arrow a:hover,
.siblings-inner .prev a:hover,
.siblings-inner .next a:hover {
    border-color: transparent;
  }
}
.siblings-inner .prev a,
.siblings-inner .next a {
  border-bottom: 1px solid var(--themeColor);
  padding: 0.3rem 0;
}
@media only screen and (min-width: 769px) {
  .siblings-inner .prev a:hover,
.siblings-inner .next a:hover {
    border-color: transparent;
  }
}
.siblings-inner .prev-arrow a,
.siblings-inner .next-arrow a {
  border: 1px solid var(--themeColor);
  padding: 1.8rem 2.4rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .siblings-inner .prev-arrow a,
.siblings-inner .next-arrow a {
    padding: 0.8rem 1rem;
  }
}
.siblings-inner .prev-arrow a::before {
  content: "";
  display: inline-block;
  width: 4.1rem;
  height: 1.1rem;
  background-image: url(../img/common/btn-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: 200ms;
  margin-bottom: 0.3rem;
  margin-right: 1.6rem;
  transform: rotateY(180deg);
}
@media only screen and (max-width: 768px) {
  .siblings-inner .prev-arrow a::before {
    width: 3.6rem;
    height: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .siblings-inner .prev-arrow a {
    transition: 200ms;
  }
  .siblings-inner .prev-arrow a:hover {
    background: var(--themeColor);
    color: #fff;
  }
  .siblings-inner .prev-arrow a:hover::before {
    filter: brightness(0) invert(1);
  }
}
.siblings-inner .prev a::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  background-image: url(../img/common/icon-arrow-left-green.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-right: 0.8rem;
}
.siblings-inner .next-arrow,
.siblings-inner .next {
  margin-left: auto;
}
.siblings-inner .next-arrow a::after {
  content: "";
  display: inline-block;
  width: 4.1rem;
  height: 1.1rem;
  background-image: url(../img/common/btn-arrow-right.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: 200ms;
  margin-bottom: 0.3rem;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .siblings-inner .next-arrow a::after {
    width: 3.6rem;
    height: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .siblings-inner .next-arrow a {
    transition: 200ms;
  }
  .siblings-inner .next-arrow a:hover {
    background: var(--themeColor);
    color: #fff;
  }
  .siblings-inner .next-arrow a:hover::after {
    filter: brightness(0) invert(1);
  }
}
.siblings-inner .next a::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1.2rem;
  background-image: url(../img/common/icon-arrow-right-green.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-left: 0.8rem;
}
.siblings-all {
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .siblings-all {
    margin-top: 4rem;
  }
}
.siblings-all a {
  text-decoration: underline;
  color: var(--themeColor);
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .siblings-all a:hover {
    text-decoration: none;
  }
}

.page-faq {
  margin-top: 4.8rem;
}
.page-faq-item:first-of-type {
  margin-top: 4.8rem;
}
.page-faq-item:not(:last-of-type) {
  margin-bottom: 4rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4rem;
}
.page-faq .answer,
.page-faq .question {
  padding-left: 2.4rem;
  position: relative;
}
.page-faq .answer::before,
.page-faq .question::before {
  display: block;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 1.8rem;
}
.page-faq .question {
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.page-faq .question::before {
  content: "Q";
  color: var(--themeColor);
}
.page-faq .answer::before {
  content: "A";
  color: #D3BF87;
}

.site-search {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}
.site-search input {
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  background: #fff;
  font-size: 1.6rem;
  padding: 0.5rem 1.5rem;
  min-width: 18rem;
  height: 3.2rem;
  flex: 1;
}
.site-search-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  cursor: pointer;
  color: #fff !important;
  background: #947F45 !important;
  width: 5rem;
  height: 3.2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #947F45;
  font-weight: 700;
}

@media only screen and (min-width: 769px) {
  .zeimu_form_qa-small {
    margin-top: 2.4rem;
    margin-bottom: 10rem;
  }
}
.zeimu_form_qa-small .small {
  color: #B71C1C;
}
.zeimu_form_qa-small .small::before {
  color: var(--themeColor);
}
.zeimu_form_qa-small p + p {
  margin-top: -0.8em;
}

.zeimu-pdf {
  color: var(--themeColor);
  font-weight: 700;
  display: block;
}
.zeimu-pdf::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/common/icon-pdf.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: -0.5rem;
  margin-left: 0.5rem;
}
.zeimu-lead {
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .zeimu-lead {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .zeimu-lead {
    display: block;
    margin-left: 0.5rem;
  }
}
.zeimu-item, .zeimu-item-journal, .zeimu-item-mail, .zeimu-item-number, .zeimu-item-date, .zeimu-item-basic {
  border: 1px solid #E4E5DC;
  padding: 1.6rem;
}
.zeimu-item:not(:last-of-type), .zeimu-item-journal:not(:last-of-type), .zeimu-item-mail:not(:last-of-type), .zeimu-item-number:not(:last-of-type), .zeimu-item-date:not(:last-of-type), .zeimu-item-basic:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.zeimu-item p, .zeimu-item-journal p, .zeimu-item-mail p, .zeimu-item-number p, .zeimu-item-date p, .zeimu-item-basic p {
  margin: 0;
}
.zeimu-item-basic .top .zeimu-pdf {
  font-size: 1.8rem;
}
.zeimu-item-basic .top-title {
  font-weight: 700;
}
.zeimu-item-basic .bottom {
  border-top: 1px dashed #ccc;
  margin-top: 1.6rem;
  padding-top: 0.8rem;
  margin: 1.1rem -0.5rem -0.5rem;
}
.zeimu-item-basic .bottom-title {
  font-weight: 700;
  color: #999;
  margin-left: 0.5rem;
}
.zeimu-item-basic .bottom a.zeimu-pdf {
  margin: 0.5rem;
}
.zeimu-item-basic a.zeimu-pdf {
  display: inline-block;
}
.zeimu-item-date {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.zeimu-item-date .time {
  color: #999999;
  font-weight: 700;
  min-width: 13rem;
}
.zeimu-item-date span.num {
  font-weight: 700;
  width: 7rem;
}
.zeimu-item-date span.title {
  display: block;
}
@media only screen and (min-width: 769px) {
  .zeimu-item-date span.title {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .zeimu-item-date span.title {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.zeimu-item-date span.title a + a {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dashed #ccc;
}
.zeimu-item-number {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.zeimu-item-number .number {
  color: #999999;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .zeimu-item-number .number {
    min-width: 9rem;
  }
}
.zeimu-item-number span {
  display: block;
}
@media only screen and (min-width: 769px) {
  .zeimu-item-number span {
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .zeimu-item-number span {
    width: 100%;
  }
}
.zeimu-item-number span a + a {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dashed #ccc;
}
.zeimu-item-mail-meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
.zeimu-item-mail-meta > *:not(:last-of-type) {
  margin-right: 1rem;
}
.zeimu-item-mail-meta .num {
  color: #999999;
  font-weight: bold;
}
.zeimu-item-mail-meta .category {
  background: #F4F3F0;
  font-size: 1.4rem;
  font-weight: 700;
  min-height: 3.2rem;
  padding: 0 0.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.zeimu-item-journal {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.zeimu-item-journal .text {
  flex: 1;
}
.zeimu-item-journal .text .lead {
  font-size: 1.4rem;
}
.zeimu-item-journal .image {
  max-width: 10rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .zeimu-item-journal .image {
    margin-left: 1.6rem;
  }
}

@media only screen and (min-width: 769px) {
  a.zeimu-pdf:hover,
.zeimu-pdf a:hover {
    text-decoration: underline;
  }
}

span.zeimu-pdf {
  color: #333;
}
span.zeimu-pdf::after {
  display: none;
}

.entry {
  font-weight: 400;
  letter-spacing: 0;
}
.entry > * {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .entry > * {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.entry > *:first-child {
  margin-top: 0;
}
.entry > *:last-child {
  margin-bottom: 0;
}

.headline-2,
.entry:not(.post) h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  border-bottom: 4px solid var(--themeColor);
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .headline-2,
.entry:not(.post) h2 {
    font-size: 2.4rem;
    margin: 3.6rem 0 1.6rem;
  }
}

.headline-3,
.post h2,
.entry:not(.post) h3 {
  font-size: 3rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  border-left: 0.4rem solid var(--themeColor);
  padding-bottom: 0.5rem;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .headline-3,
.post h2,
.entry:not(.post) h3 {
    font-size: 2.2rem;
    border-width: 0.3rem;
    padding-left: 1rem;
    padding-bottom: 0.3rem;
    line-height: 1.3;
  }
}

.headline-2 + .headline-3 {
  margin: 2.4rem 0;
}

.headline-4,
.post h3,
.entry:not(.post) h4 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 1.6em 0 1em;
  position: relative;
  padding-left: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .headline-4,
.post h3,
.entry:not(.post) h4 {
    font-size: 2rem;
  }
}
.headline-4::before,
.post h3::before,
.entry:not(.post) h4::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: var(--themeColor);
  position: absolute;
  top: 2rem;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .headline-4::before,
.post h3::before,
.entry:not(.post) h4::before {
    top: 1.5rem;
  }
}

.headline-5,
.post h4,
.entry:not(.post) h5 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .headline-5,
.post h4,
.entry:not(.post) h5 {
    font-size: 1.8rem;
  }
}

.headline-6,
.post h5,
.entry:not(.post) h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .headline-6,
.post h5,
.entry:not(.post) h6 {
    font-size: 1.6rem;
  }
}

.post h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1em 0;
  color: #999999;
}
@media only screen and (max-width: 768px) {
  .post h6 {
    font-size: 1.6rem;
  }
}

.table-main,
.entry table {
  width: 100%;
  border-collapse: collapse;
  margin: 4.8rem 0;
}
@media only screen and (max-width: 768px) {
  .table-main,
.entry table {
    display: block;
    overflow: auto;
    width: 100%;
    white-space: nowrap;
  }
}
.table-main thead,
.entry table thead {
  border-top: 1px solid #ccc;
}
.table-main thead th,
.entry table thead th {
  text-align: left;
  padding: 2.4rem;
  background: #E4E5DC;
}
@media only screen and (max-width: 768px) {
  .table-main thead th,
.entry table thead th {
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .table-main thead + tbody,
.entry table thead + tbody {
    display: table-row-group;
  }
}
.table-main tbody,
.entry table tbody {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .table-main tbody,
.entry table tbody {
    display: table;
    width: 100%;
  }
}
.table-main tbody tr,
.entry table tbody tr {
  border-bottom: 1px solid #ccc;
}
.table-main tbody tr:nth-of-type(even),
.entry table tbody tr:nth-of-type(even) {
  background: #F4F3F0;
}
.table-main tbody th,
.entry table tbody th {
  vertical-align: top;
  text-align: left;
  padding: 2.4rem;
  background: #E4E5DC;
}
@media only screen and (min-width: 769px) {
  .table-main tbody th,
.entry table tbody th {
    width: 13.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .table-main tbody th,
.entry table tbody th {
    padding: 1rem;
  }
}
.table-main tbody td,
.entry table tbody td {
  padding: 2.4rem;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .table-main tbody td,
.entry table tbody td {
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .table-main tbody td:last-of-type,
.entry table tbody td:last-of-type {
    width: 100%;
  }
}
.table-main tbody td > *:first-child,
.entry table tbody td > *:first-child {
  margin-top: 0;
}
.table-main tbody td > *:last-child,
.entry table tbody td > *:last-child {
  margin-bottom: 0;
}
.table-main tbody td a,
.entry table tbody td a {
  color: var(--themeColor);
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .table-main tbody td a:hover,
.entry table tbody td a:hover {
    text-decoration: none;
  }
}
.table-main tbody td ul,
.entry table tbody td ul {
  padding-left: 1em;
}
.table-main tbody td ul li,
.entry table tbody td ul li {
  padding-left: 0;
}
.table-main tbody td ul li::before,
.entry table tbody td ul li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
  margin-left: 0;
  width: auto;
  height: auto;
  border-radius: 50vw;
  background: none;
  margin-right: 0;
}

.entry.small > *:first-child {
  margin-top: -1.95em;
}
.entry small {
  font-size: 0.935em;
}
.entry .ud {
  text-decoration: underline;
  color: var(--themeColor);
}
@media only screen and (min-width: 769px) {
  .entry .ud:hover {
    text-decoration: none;
  }
}
.entry p a {
  text-decoration: underline;
  color: var(--themeColor);
}
@media only screen and (min-width: 769px) {
  .entry p a:hover {
    text-decoration: none;
  }
}
.entry strong.bold {
  border-bottom: 4px solid #FFD800;
}
.entry ul {
  padding-left: 1.2em;
}
.entry ul li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.entry ul li::before {
  text-indent: -1.2em;
  display: inline-block;
  content: "・";
  color: var(--themeColor);
}
.entry ul.def {
  padding-left: 1em;
}
.entry ul.def li::before {
  color: inherit;
  text-indent: -1em;
}
.entry ol {
  padding-left: 1.2em;
}
.entry ol li {
  counter-increment: entry-ol;
}
.entry ol li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.entry ol li::before {
  text-indent: -1.2em;
  display: inline-block;
  content: counter(entry-ol);
  font-size: 1em;
  color: var(--themeColor);
  font-weight: 700;
}

.member-data {
  margin-bottom: 4.8rem;
}
.member-data-meta {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .member-data-meta {
    margin-bottom: 4.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .member-data-meta {
    flex-flow: column-reverse wrap;
    align-items: flex-start;
    margin-bottom: 2.4rem;
  }
}
.member-data-meta .btn--line {
  max-width: 29rem;
  width: 100%;
  align-self: flex-end;
}
.member-data-meta .name {
  font-weight: 700;
  margin-bottom: 2rem;
}
.member-data-panel {
  padding: 1.6rem;
  background: #F4F3F0;
}
@media only screen and (min-width: 769px) {
  .member-data-panel {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.member-data-panel .data-item {
  flex: 1;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .member-data-panel .data-item:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
}
.member-data-panel .data-item-inner:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .member-data-panel .data-item-inner:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
.member-data-panel .data-item-inner .title {
  color: #947F45;
  font-weight: 700;
  font-size: 1.4rem;
}
.member-alert {
  padding: 2.4rem;
  border: 2px dotted #B71C1C;
  margin: 2.4rem 0;
}
@media only screen and (max-width: 768px) {
  .member-alert {
    padding: 1.6rem;
  }
}
.member-alert > *:first-child {
  margin-top: 0;
}
.member-alert > *:last-child {
  margin-bottom: 0;
}
.member-alert-title {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .member-alert-title {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.member-alert .title {
  font-weight: 700;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 50%;
}
.member-alert .color-red {
  font-weight: normal;
  max-width: 50%;
  text-align: right;
}
.member-alert .btn--box {
  margin-top: 1.6rem;
}

.site-form-item input[type=text],
.site-form-item input[type=tel],
.site-form-item input[type=email],
.site-form-item input[type=password] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
}
.site-form-item input[type=radio] {
  display: none;
}
.site-form-item input[type=checkbox] {
  display: none;
}
.site-form-item textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
}
.site-form-item button,
.site-form-item input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
}
.site-form-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.site-form-item-label {
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.site-form-item-label label {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.site-form-item-label label::before {
  content: "任意";
  display: block;
  padding: 0rem 0.4rem 0.1rem;
  margin-top: 0.2rem;
  font-size: 1.1rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #1565C0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  margin-right: 0.8rem;
}
.site-form-item-label.required label::before {
  content: "必須";
  background: #B71C1C;
}
.site-form-item-label.none label::before {
  display: none;
}
.site-form-item-input input[type=text],
.site-form-item-input input[type=email],
.site-form-item-input input[type=password],
.site-form-item-input textarea {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 100%;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
}
.site-form-item-input p {
  margin: 0;
}
.site-form-item-input > span {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}
.site-form-item-input > span label input[type=radio] + span {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.site-form-item-input > span label input[type=radio] + span::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--themeColor);
  border-radius: 50vw;
  background: radial-gradient(#fff 8px, #fff 8px, #fff);
  margin-right: 0.5rem;
}
.site-form-item-input > span label input[type=radio]:checked + span::before {
  background: radial-gradient(var(--themeColor) 8px, #fff 8px, #fff);
}
.site-form-item-input > span label input[type=checkbox] + span {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .site-form-item-input > span label input[type=checkbox] + span {
    padding-left: 3rem;
  }
}
.site-form-item-input > span label input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 4px;
  margin-right: 0.7rem;
}
@media only screen and (max-width: 768px) {
  .site-form-item-input > span label input[type=checkbox] + span::before {
    position: absolute;
    top: 0.2rem;
    left: 0;
  }
}
.site-form-item-input > span label input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.8rem;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 0.8rem;
  left: 1.2rem;
  transform: translate(-50%, 0%) rotate(-45deg);
}
.site-form-item-input > span label input[type=checkbox]:checked + span::before {
  background: var(--themeColor);
}
.site-form .pass-title, .site-form-contact .pass-title {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.site-form .btn--box, .site-form-contact .btn--box {
  margin-top: 4.8rem;
}
.site-form-update {
  background: #F4F3F0;
  padding: 2.4rem 1.6rem 4rem;
}
@media only screen and (min-width: 769px) {
  .site-form-update {
    margin: 4.8rem 0;
  }
}
.site-form-update.member-alert {
  background: #fff;
}
.site-form-update .title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--themeColor);
  margin-bottom: 2rem;
}
.site-form-update .update-list dl {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 1.6rem 0;
}
.site-form-update .update-list dl:first-child {
  border-top: 1px solid #ccc;
}
.site-form-update .update-list dl > * {
  max-width: 50%;
}
.site-form-update .update-list-loop {
  margin-top: -1px;
}

.wpcf7-form-control-wrap {
  display: block !important;
  margin-right: 0 !important;
}
.wpcf7-form-control-wrap + p {
  margin-top: -0.5em;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block !important;
  margin: 0 !important;
}

.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1em;
  margin-left: 0;
}

.inline .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block !important;
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}

.input-default input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
  cursor: default;
  pointer-events: none;
}

.update-target {
  opacity: 0;
  visibility: hidden;
  transition: 400ms;
  display: none;
}
.update-target.is-active {
  display: block;
  opacity: 1;
  visibility: inherit;
}

.mktoForm {
  font-size: 1.6rem !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}
.mktoForm input[type=text],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=url],
.mktoForm input[type=date],
.mktoForm input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
}
@media only screen and (max-width: 480px) {
  .mktoForm input[type=text],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=url],
.mktoForm input[type=date],
.mktoForm input[type=email] {
    height: auto !important;
  }
}
.mktoForm input[type=radio] {
  display: none;
}
.mktoForm input[type=checkbox] {
  display: none;
}
.mktoForm select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1em;
  color: inherit;
}
.mktoForm textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
}
@media only screen and (max-width: 480px) {
  .mktoForm textarea {
    height: auto !important;
  }
}
.mktoForm button,
.mktoForm input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
}
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none;
}
.mktoForm .mktoLabel,
.mktoForm .mktoField,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoAsterix,
.mktoForm .mktoFormCol {
  float: none !important;
  font-size:1.0rem;
}
.mktoForm .mktoHasWidth {
  width: 100% !important;
}
/*
.mktoFormRow:not(:last-of-type) {
  margin-bottom: 2rem;
}
*/
.mktoFormRow .mktoField {
  width: 100% !important;
}
.mktoForm input[type=text],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=url],
.mktoForm input[type=date],
.mktoForm input[type=email],
.mktoForm textarea {
  border: 1px solid #CCCCCC !important;
  border-radius: 4px !important;
  width: 100%;
  padding: 0.8rem 1.6rem !important;
  font-size: 1.0rem;
  box-shadow: none !important;
}
@media only screen and (max-width: 480px) {
  .mktoForm input[type=text],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=url],
.mktoForm input[type=date],
.mktoForm input[type=email],
.mktoForm textarea {
    padding: 0.8rem !important;
  }
}
.mktoForm select {
  border: 1px solid #CCCCCC !important;
  border-radius: 4px !important;
  width: 100%;
  padding: 0.8rem 1.6rem !important;
  font-size: 1.6rem;
  box-shadow: none !important;
}
.mktoForm .mktoLabel {
  font-weight: 700;
  margin-bottom: 0.8rem !important;
  line-height: 1.5 !important;
  width: 100% !important;
  display: flex;
  align-items: center;
}
.mktoForm .mktoAsterix {
  color: transparent !important;
}
.mktoForm .mktoAsterix::before {
  content: "必須";
  background: #B71C1C;
  display: inline-block; /* 必須マークをインライン表示 */
  white-space: nowrap; /* 改行を防止 */
  padding: 0rem 0.4rem 0.1rem;
  margin-top: 0.2rem;
  font-size: 1.1rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1.8;
}
.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  width: 100% !important;
  flex-direction: column;
  display: flex;
  align-items: left;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin: 0 !important;
  display: inline-flex !important;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.mktoForm input[type=checkbox] + label,
.mktoForm input[type=radio] + label {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
  line-height: 1.8;
  cursor: pointer;
}
.mktoForm input[type=checkbox] + label::before,
.mktoForm input[type=radio] + label::before {
  content: "" !important;
  width: 1.2rem !important;
  height: 1.2rem !important;
  display: block;
  margin: 0 !important;
  box-shadow: none !important;
  margin-right: 0.7rem !important;
}
.mktoForm input[type=checkbox] + label {
  position: relative;
  padding-left: 2rem;
}
.mktoForm input[type=checkbox] + label::before {
  border: 1px solid #CCCCCC;
  background-color: #fff;
  border-radius: 4px;
  margin-right: 0.7rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.mktoForm input[type=checkbox] + label::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 0.4rem;
  left: 0.6rem;
  transform: translate(-50%, 0%) rotate(-45deg);
}
.mktoForm input[type=checkbox]:checked + label::before {
  background-color: var(--themeColor);
}
.mktoForm input[type=radio] + label {
  position: relative;
  padding-left: 2rem;
}
.mktoForm input[type=radio] + label::before {
  border: 1px solid var(--themeColor);
  border-radius: 50vw;
  background: radial-gradient(#fff 8px, #fff 8px, #fff);
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.mktoForm input[type=radio]:checked + label::before {
  background: radial-gradient(var(--themeColor) 8px, #fff 8px, #fff) !important;
}
.mktoForm .p-policy-wrap > * {
  padding: 0;
}
.mktoForm .p-policy-wrap > *:first-child {
  margin-top: 0;
}
.mktoForm .p-policy-wrap > *:last-child {
  margin-bottom: 0;
}
.mktoForm .p-policy-box {
  width: 100%;
}
.mktoForm .p-heading-02 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  border-bottom: 4px solid var(--themeColor);
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .mktoForm .p-heading-02 {
    font-size: 2.2rem;
    margin: 3.6rem 0 1.6rem;
  }
}
.mktoForm .p-heading-03 {
  font-size: 3rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  border-left: 0.4rem solid var(--themeColor);
  padding-bottom: 0.5rem;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .mktoForm .p-heading-03 {
    font-size: 1.8rem;
    border-width: 0.3rem;
    padding-left: 1rem;
    padding-bottom: 0.3rem;
    line-height: 1.3;
  }
}
.mktoForm .p-heading-04 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 1.6em 0 1em;
  position: relative;
  padding-left: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .mktoForm .p-heading-04 {
    font-size: 1.6rem;
  }
}
.mktoForm .p-heading-04::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: var(--themeColor);
  position: absolute;
  top: 2rem;
  left: 0;
}
.mktoForm .p-heading-05 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .mktoForm .p-heading-05 {
    font-size: 1.5rem;
  }
}
.mktoForm .p-heading-06 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .mktoForm .p-heading-06 {
    font-size: 1.4rem;
  }
}
.mktoForm .mktoInset,
.mktoForm .mktoSimple {
  margin: auto !important;
}
.mktoForm .mktoButtonRow {
  display: block;
  width: 100%;
}
.mktoForm .mktoButtonRow > * {
  margin: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.mktoForm .mktoButtonRow .mktoButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
  display: inline-block;
  color: #fff !important;
  transition: 200ms;
  padding: 1.8rem 2.4rem !important;
  font-weight: bold;
}
.mktoForm .mktoButtonRow .mktoButton::after {
  display: inline-block;
  width: 4.1rem;
  height: 1.1rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  filter: brightness(0) invert(1);
  transition: 200ms;
  margin-bottom: 0.3rem;
  margin-left: 1.6rem;
}
.mktoForm .p-policy-wrap,
.mktoForm input.mktoHtmlText {
  overflow: auto;
  padding: 2.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .mktoForm .p-policy-wrap,
.mktoForm input.mktoHtmlText {
    padding: 1.6rem;
  }
}

.site-form input[type=text], .site-form-contact input[type=text],
.site-form input[type=tel],
.site-form-contact input[type=tel],
.site-form input[type=number],
.site-form-contact input[type=number],
.site-form input[type=url],
.site-form-contact input[type=url],
.site-form input[type=password],
.site-form-contact input[type=password],
.site-form input[type=email],
.site-form-contact input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  width: 100%;
  padding: 0.8rem 1.6rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 480px) {
  .site-form input[type=text], .site-form-contact input[type=text],
.site-form input[type=tel],
.site-form-contact input[type=tel],
.site-form input[type=number],
.site-form-contact input[type=number],
.site-form input[type=url],
.site-form-contact input[type=url],
.site-form input[type=password],
.site-form-contact input[type=password],
.site-form input[type=email],
.site-form-contact input[type=email] {
    height: auto !important;
  }
}
.site-form #wpmem_login + #wpmem_reg, .site-form-contact #wpmem_login + #wpmem_reg {
  display: none;
}
.site-form > ul > li, .site-form-contact > ul > li {
  font-weight: 700;
  position: relative;
  padding-left: 1.5rem;
}
.site-form > ul > li::before, .site-form-contact > ul > li::before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 1.2rem;
  background-image: url(../img/common/icon-arrow-right-gold.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
.site-form > ul > li a, .site-form-contact > ul > li a {
  color: var(--themeColor);
}
@media only screen and (min-width: 769px) {
  .site-form > ul > li a, .site-form-contact > ul > li a {
    transition: 200ms;
  }
  .site-form > ul > li a:hover, .site-form-contact > ul > li a:hover {
    text-decoration: underline;
  }
}
.site-form .error_message, .site-form-contact .error_message {
  color: #B71C1C;
  font-weight: bold;
  display: inline;
}

.member-form {
  border: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.member-form label {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
  align-items: center;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.member-form label .req {
  content: "必須";
  display: block;
  padding: 0rem 0.4rem 0.1rem;
  margin-top: 0.2rem;
  font-size: 1.1rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #B71C1C;
  color: #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  margin-right: 0.8rem;
}
.member-form .div_text {
  margin-bottom: 2rem;
}
.member-form .div_text + p {
  margin: -2rem 0 2rem;
}
.member-form .div_multicheckbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.member-form .div_multicheckbox input[type=checkbox] {
  display: none;
}
.member-form .div_multicheckbox input[type=checkbox]:checked + .multicheckbox::before {
  background-color: var(--themeColor);
}
.member-form .div_multicheckbox .multicheckbox {
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-right: 1em;
  margin-bottom: 1em;
  position: relative;
}
.member-form .div_multicheckbox .multicheckbox::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 4px;
  margin-right: 0.7rem;
}
.member-form .div_multicheckbox .multicheckbox::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.8rem;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 1.0rem;
  transform: translate(-50%, -75%) rotate(-45deg);
}

.login-form .box-gray {
  background: #F4F3F0;
  padding: 2rem 2.4rem;
  margin-bottom: 4.8rem;
}
.login-form .box-gray p {
  margin: 0;
}
.login-form .box-gray p a {
  font-weight: 700;
}
.login-form .box-gray .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #B71C1C;
}
.login-form #rememberme {
  display: none;
}
.login-form #rememberme + label {
  display: none;
}
.login-form .link-text {
  text-align: center;
}
.login-form .link-text + .link-text {
  margin-top: 2em;
}
.login-form .link-text-register {
  display: none;
}
.login-form .link-text a {
  color: var(--themeColor);
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .login-form .link-text a:hover {
    text-decoration: none;
  }
}
.login-form .button_div {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.login-form .button_div input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 1.8rem 2.4rem;
  padding-right: 8.1rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background-color: #947F45;
  border: 0.1rem solid #947F45;
  font-weight: 700;
  background-image: url(../img/common/btn-arrow-right-white.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) 50%;
  background-size: 4.1rem;
}
@media only screen and (min-width: 769px) {
  .login-form .button_div input[type=submit]:hover {
    opacity: 0.8;
  }
}

.wpmem_msg {
  padding: 2.4rem;
  border: 2px dotted #B71C1C;
  margin: 2.4rem 0;
}
@media only screen and (max-width: 768px) {
  .wpmem_msg {
    padding: 1.6rem;
  }
}
.wpmem_msg a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--themeColor);
}
@media only screen and (min-width: 769px) {
  .wpmem_msg a:hover {
    text-decoration: none;
  }
}

.company-head {
  margin: 4.8rem 0;
}
.company-head p {
  line-height: 1;
}
.company-head p.title {
  font-size: 4.8rem;
  text-align: center;
  margin-top: 4.8rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .company-head p.title {
    font-size: 3rem;
  }
}
.company-head p.lead {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .company-head p.lead {
    font-size: 2rem;
  }
}

.company-table tbody tr {
  background: none !important;
}

.history-table .title {
  font-size: 2.4rem;
  color: var(--themeColor);
  font-weight: 700;
}
.history-table .title + table {
  margin-top: 0;
}
.history-table table tr {
  background: none !important;
}
.history-table table tr td:nth-of-type(1) {
  width: 21.2rem;
  padding-left: 0;
}

.office-list__item {
  padding: 1.6rem;
  border: 0.1rem solid #E4E5DC;
}
.office-list__item:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
.office-list__item .title {
  font-weight: 700;
  margin-bottom: 0;
}
.office-list__item .address {
  flex: 1;
}
.office-list__item .map a {
  color: var(--themeColor);
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .office-list__item .map a:hover {
    text-decoration: none;
  }
}
.office-list__item .map::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/common/icon-blank-gold.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: 200ms;
  margin-left: 1rem;
  vertical-align: -0.6rem;
}

.seminar-meta img {
  width: 1.7rem;
  height: 1.7rem;
  margin: 0 0.5rem 0 0.8rem;
  display: inline-block;
  vertical-align: -0.3rem;
}

.seminar-table th,
.seminar-table td {
  padding: 1.6rem !important;
}
@media only screen and (max-width: 768px) {
  .seminar-table th,
.seminar-table td {
    padding: 1rem !important;
  }
}
.seminar-table tr:nth-of-type(odd) {
  background: #F4F3F0;
}
.seminar-table tr:nth-of-type(even) {
  background: #fff !important;
}
@media only screen and (max-width: 768px) {
  .seminar-table td {
    white-space: normal;
  }
}
.seminar-table td:first-of-type {
  background: #E4E5DC;
}
@media only screen and (max-width: 768px) {
  .seminar-table td:nth-of-type(2) {
    min-width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .seminar-table td:nth-of-type(3) {
    min-width: 12rem;
    text-align: center;
  }
}
.seminar-table-colgroup col:nth-of-type(1) {
  width: 10%;
}
.seminar-table-colgroup col:nth-of-type(3) {
  width: 15%;
}
.seminar-table-colgroup col:nth-of-type(4) {
  width: 15%;
}
.seminar-table-colgroup col:nth-of-type(5) {
  width: 8%;
}
.seminar-table-colgroup col:nth-of-type(6) {
  width: 8%;
}

.mail_backnumber-block, .mail_backnumber-block04, .mail_backnumber-block03, .mail_backnumber-block02, .mail_backnumber-block01 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.mail_backnumber-block.is-active, .is-active.mail_backnumber-block04, .is-active.mail_backnumber-block03, .is-active.mail_backnumber-block02, .is-active.mail_backnumber-block01 {
  opacity: 1;
  visibility: inherit;
  position: static;
  transition: 800ms;
}
.sitemap-block a {
  text-decoration: underline;
}
.sitemap-block .btn--list > ul {
  padding-left: 1em;
  margin-top: 1em;
}
.sitemap-block ul li {
  display: inline-block;
  font-weight: 400;
  margin-right: 1em;
}
.sitemap-block ul li.disable > a {
  color: #999;
  text-decoration: none;
  pointer-events: none;
  font-weight: 700;
}

.syukin-net-kiyaku {
  max-height: 25rem;
  overflow: auto;
  padding: 2.4rem;
  border: 1px solid #ccc;
}
.syukin-net-kiyaku .title {
  font-weight: 700;
}
.syukin-net-kiyaku p {
  margin: 1rem 0;
}
.syukin-net .site-form-item {
  margin-top: 4rem;
}
.syukin-net .site-form-item + .btn--box {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.cancel-form-link a {
  color: #999;
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .cancel-form-link a:hover {
    text-decoration: none;
  }
}

.page--top #header-wrap.transtarent .site-header {
  background: transparent;
  border-top-color: transparent;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 769px) {
  .page--top #header-wrap.transtarent .site-header button,
.page--top #header-wrap.transtarent .site-header a {
    color: #fff;
  }
}
.page--top #header-wrap.transtarent .site-header.fixed button,
.page--top #header-wrap.transtarent .site-header.fixed a {
  color: inherit;
}
.page--top #header-wrap.transtarent .site-header .masthead a {
  filter: none;
}
.page--top #header-wrap.transtarent .site-header .gnav-bottom-list__item img {
  filter: brightness(0) invert(1);
}
.page--top #header-wrap.transtarent .site-header .gnav-bottom-list__item.parents a::after {
  border-color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--top #header-wrap.transtarent .site-header .hamburger {
    background: transparent;
  }
}
.page--top #header-wrap.transtarent .site-header .hamburger.is-active {
  background: #947F45;
}
@media only screen and (min-width: 769px) {
  .page--top #header-wrap.transtarent .globalnav .gnav-top-list__item > a img {
    filter: brightness(0) invert(1);
  }
}
@media only screen and (min-width: 769px) {
  .page--top #header-wrap.transtarent .globalnav .gnav-top-list__item.login a {
    border-bottom-color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .page--top #header-wrap.transtarent .globalnav .gnav-top-list__item.register a {
    border-color: #fff;
    background: transparent;
  }
  .page--top #header-wrap.transtarent .globalnav .gnav-top-list__item.register a:hover {
    background: var(--themeColor);
    color: #fff !important;
  }
  .page--top #header-wrap.transtarent .globalnav .gnav-top-list__item.register a:hover img {
    filter: brightness(0) invert(1);
  }
}
@media only screen and (min-width: 769px) {
  .page--top .site-main {
    padding-top: 6rem;
  }
}
.page--top .page-start::before {
  top: 0;
}
.page--top .headline__title {
  position: relative;
}
.page--top .headline__title .en {
  color: #E4E5DC;
  font-size: 9.5rem;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .page--top .headline__title .en {
    font-size: 6.4rem;
  }
}
.page--top .headline__title .ja {
  font-size: 3.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page--top .headline__title .ja {
    font-size: 2.8rem;
  }
}
.page--top .tab {
  position: relative;
  overflow: hidden;
}
.page--top .tab-item {
  display: none;
}
.page--top .tab-item#tab01:checked + .tab-label ~ #tab-contents01 {
  opacity: 1;
  visibility: inherit;
  position: relative;
  transition: 800ms;
}
.page--top .tab-item#tab02:checked + label ~ #tab-contents02 {
  opacity: 1;
  visibility: inherit;
  position: relative;
  transition: 800ms;
}
.page--top .tab-item#tab03:checked + label ~ #tab-contents03 {
  opacity: 1;
  visibility: inherit;
  position: relative;
  transition: 800ms;
}
.page--top .tab-item#tab04:checked + label ~ #tab-contents04 {
  opacity: 1;
  visibility: inherit;
  position: relative;
  transition: 800ms;
}
.page--top .tab-contents {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.page--top .section-hero {
  position: relative;
}
.page--top .section-hero::before {
  content: "";
  display: block;
  width: 1px;
  height: 11rem;
  background: #fff;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.page--top .section-hero .hero-img {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .hero-img {
    margin-top: -6.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .hero-img img {
    width: 100%;
    height: 61.3rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page--top .section-hero .hero-img::before {
  content: "";
  display: block;
  background: linear-gradient(to bottom, #001F39, rgba(0, 31, 57, 0.21));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
.page--top .section-hero .page__title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .page__title {
    top: calc(50% - 4rem);
  }
}
.page--top .section-hero .page__title .en {
  font-size: 8rem;
  color: #A89663;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .page__title .en {
    font-size: 5.4rem;
    line-height: 1.26;
    margin-bottom: 3rem;
    display: block;
  }
}
.page--top .section-hero .page__title .ja {
  font-size: 3.4rem;
  color: #fff;
  display: block;
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 768px) {
  .page--top .section-hero .page__title .ja {
    font-size: 2.6rem;
  }
}
.page--top .section-service {
  padding-top: 7.2rem;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .page--top .section-service {
    padding-bottom: 8rem;
  }
}
.page--top .section-service .one-block {
  margin-top: 4.8rem;
}
.page--top .section-case {
  padding-top: 4.4rem;
  padding-bottom: 12rem;
  background: #F4F3F0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page--top .section-case {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-case .swiper-content {
    margin-right: calc(50% - 50vw);
  }
}
.page--top .section-case .swiper-button-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .page--top .section-case .swiper-button-wrap {
    margin-top: -4.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-case .swiper-button-wrap {
    margin-top: 2rem;
  }
}
.page--top .section-case .swiper-button-wrap > *:not(:last-of-type) {
  margin-right: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .page--top .section-case .swiper-slide {
    width: 37.3rem;
  }
}
.page--top .section-case .swiper-slide:not(:last-of-type) {
  margin-right: 4rem;
}
.page--top .section-case .swiper-slide a {
  border: none;
}
.page--top .section-case .swiper-button-next,
.page--top .section-case .swiper-button-prev {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #957F45;
  top: 0;
  transform: translate(0, 0%);
  margin: 0;
  left: auto;
  right: calc(50vw - 50%);
  position: static;
}
.page--top .section-case .swiper-button-next::after,
.page--top .section-case .swiper-button-prev::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 1.1rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page--top .section-case .swiper-button-next::after {
  background-image: url(../img/common/swiper-next.png);
}
.page--top .section-case .swiper-button-prev::after {
  background-image: url(../img/common/swiper-prev.png);
}
.page--top .section-case .swiper-pagination {
  position: static;
  text-align: left;
  margin: 2.4rem -0.4rem 4rem;
  display: flex;
}
.page--top .section-case .swiper-pagination-bullet {
  width: 4rem;
  height: 0.4rem;
  border-radius: 0;
  margin: 0 0.4rem;
  opacity: 1;
  background: #E4E5DC;
}
.page--top .section-case .swiper-pagination-bullet-active {
  background: #957F45;
}
.page--top .section-info {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page--top .section-info {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.page--top .section-info::after {
  content: "";
  display: block;
  width: 36%;
  min-width: 51.4rem;
  padding-top: 50.5%;
  min-height: 70.7rem;
  background-image: url(../img/top/top-section-info-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .page--top .section-info::after {
    width: 66%;
    min-width: 24.8rem;
    padding-top: 50.5%;
    min-height: 33.7rem;
  }
}
.page--top .section-info .flex, .page--top .section-info .flex-all {
  margin-top: 4rem;
  gap: 8%;
  position: relative;
}
.page--top .section-info .flex::after, .page--top .section-info .flex-all::after {
  content: "";
}
@media only screen and (min-width: 769px) {
  .page--top .section-info .flex::after, .page--top .section-info .flex-all::after {
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.page--top .section-info .flex .title, .page--top .section-info .flex-all .title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #957F45;
}
.page--top .section-info .flex-item:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) {
  .page--top .section-info .btn--line {
    margin-top: 4rem;
    margin-bottom: 1.6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-info .btn--line {
    text-align: right;
    margin-top: 2rem;
  }
}
.page--top .section-company {
  background-image: url(../img/top/top-company-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .page--top .section-company {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url(../img/top/top-company-bg_sp.jpg);
  }
}
.page--top .section-company::before {
  content: "";
  display: block;
  background: rgba(0, 31, 57, 0.53);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page--top .section-company .content-inner {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page--top .section-company .content-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 769px) {
  .page--top .section-company .content-inner > * {
    flex: 1;
  }
}
.page--top .section-company .content-head .headline__title .en {
  opacity: 0.29;
}
.page--top .section-company .content-head .lead {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .page--top .section-company .content-head .lead {
    margin-bottom: 4rem;
  }
}
.page--top .section-company .company-list {
  border-top: 1px dashed #999;
}
.page--top .section-company .company-list__item {
  border-bottom: 1px dashed #999;
}
.page--top .section-company .company-list__item a {
  padding-right: 4rem;
  color: #fff;
  position: relative;
  display: block;
  font-weight: 700;
  padding: 2.3rem 1.6rem;
}
@media only screen and (min-width: 769px) {
  .page--top .section-company .company-list__item a {
    transition: 200ms;
  }
  .page--top .section-company .company-list__item a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
.page--top .section-company .company-list__item a::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 0.9rem;
  background-image: url(../img/common/btn-arrow-right-s.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  filter: brightness(0) invert(1);
}
.page--top .section-banner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (min-width: 769px) {
  .page--top .section-banner .banner-area {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -2rem;
  }
}
.page--top .section-banner .banner-area a {
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 2.4rem;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .page--top .section-banner .banner-area a {
    transition: 200ms;
  }
  .page--top .section-banner .banner-area a:hover {
    background: #F4F3F0;
  }
}
@media only screen and (max-width: 768px) {
  .page--top .section-banner .banner-area a {
    padding: 2rem;
  }
}
.page--top .section-banner .banner-area img {
  max-height: 10rem;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .page--top .section-banner .banner-item {
    margin: 2rem;
    width: calc(33.3333333333% - 4rem);
  }
}
.page--top .section-banner .banner-item:not(:last-of-type) {
  margin-bottom: 2rem;
}