@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #313131;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* breadcrumb */
.breadcrumb {
  margin-top: 80px;
  margin-top: 5rem;
  border-top: 1px solid #C3C3C3;
  border-top: 0.0625rem solid #C3C3C3;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-top: 3.75rem;
    padding: 0.3125rem 0;
  }
}
.breadcrumb.bg-gray {
  background: #F2EEE8;
}
.breadcrumb .l-inner {
  max-width: 1325px;
  max-width: 82.8125rem;
}

.breadcrumb__item {
  display: inline;
}
.breadcrumb__item + .breadcrumb__item {
  margin-left: 20px;
  margin-left: 1.25rem;
  position: relative;
}
.breadcrumb__item + .breadcrumb__item::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 11px;
  height: 0.6875rem;
  top: 3px;
  top: 0.1875rem;
  left: -16px;
  left: -1rem;
  background: url(../img/common/arrow-icon_black.png) no-repeat center/contain;
}
.breadcrumb__item a, .breadcrumb__item span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  padding: 7px 0;
  padding: 0.4375rem 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item a, .breadcrumb__item span {
    display: inline;
  }
}
.breadcrumb__item a {
  color: #A82928;
  text-decoration: underline;
}

/* btn */
.btn {
  text-align: center;
  display: block;
  width: 270px;
  width: 16.875rem;
  max-width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 2.625rem;
  padding: 17px 10px 17px 0;
  padding: 1.0625rem 0.625rem 1.0625rem 0;
  color: #fff;
  background: linear-gradient(103.85deg, rgba(152, 7, 7, .8) -3.29%, rgba(187, 3, 3, .8) 105.2%);
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.125rem;
  }
}
.btn span {
  display: inline-block;
  padding: 0 15px;
  padding: 0 0.9375rem;
  background: url(../img/common/arrow-icon_white.png) no-repeat center right/7px;
  background: url(../img/common/arrow-icon_white.png) no-repeat center right/0.4375rem;
}

/* card */
.card__inner {
  display: block;
}

.card__img {
  width: 100%;
  padding-top: 56.1797752809%;
  position: relative;
}
.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  margin-top: 1rem;
}

.card__date {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #888;
}

.card__tag {
  margin-left: 8px;
  margin-left: 0.5rem;
}
.card__tag span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #A82928;
  border-radius: 0.8125rem;
  border: 1px solid #A82928;
  border: 0.0625rem solid #A82928;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}

.card__title {
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}

/* cards */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 35px;
  gap: 5rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 0;
  }
}

/* category */
.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 8px;
  gap: 0.5rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .category {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.category a, .category span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  border: 1px solid #A82928;
  border: 0.0625rem solid #A82928;
  border-radius: 1.5rem;
  padding: 5px 16px;
  padding: 0.3125rem 1rem;
}
@media screen and (max-width: 767px) {
  .category a, .category span {
    font-size: 0.9375rem;
  }
}
.category a {
  color: #A82928;
}
.category span {
  color: #fff;
  background: #A82928;
}

/* cv */
.cv {
  background: url(../img/common/cv-bg.png) no-repeat center/cover;
  padding: 70px 0 110px;
  padding: 4.375rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 3.75rem 0 5rem;
  }
}
.cv .subtitle, .cv .title {
  color: #fff;
}

.cv__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 65px;
  gap: 0 4.0625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cv__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem 0;
    margin-top: 1.875rem;
  }
}

.cv__item {
  border-radius: 0.5rem;
  background: #F2EEE8;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .cv__item {
    padding-bottom: 1.875rem;
  }
}
.cv__item:first-child .cv__item-img img {
  border-radius: 0.5rem 0.5rem 0 0;
}
.cv__item:nth-child(2) {
  padding-top: 45px;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .cv__item:nth-child(2) {
    padding-top: 1.875rem;
  }
}
.cv__item:nth-child(2) .cv__item-img {
  width: 400px;
  width: 25rem;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv__item:nth-child(2) .cv__item-img {
    width: 100%;
  }
}
.cv__item:nth-child(2) .cv__item-title {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .cv__item:nth-child(2) .cv__item-title {
    margin-top: 1.25rem;
  }
}

.cv__item-title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .cv__item-title {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}

.cv__item-text {
  text-align: center;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.cv__item-btn {
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 60px;
  top: 3.75rem;
  right: 0;
  background: #F2EEE8;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 250px;
  width: 15.625rem;
  max-width: 100%;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}
.drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer__item + .drawer__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.drawer__item a {
  display: block;
}

.drawer__subitem a {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: -0.02em;
  margin-top: 7px;
  margin-top: 0.4375rem;
  padding-left: 1em;
  position: relative;
}
.drawer__subitem a::before {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
}

.drawer__btns {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.drawer__btn:first-child a {
  color: #A82928;
  border: 1px solid #A82928;
  border: 0.0625rem solid #A82928;
}
.drawer__btn:first-child a::after {
  background: url(../img/common/arrow-icon_red.png) no-repeat center/contain;
}
.drawer__btn:nth-child(2) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.drawer__btn:nth-child(2) a {
  color: #fff;
  background: linear-gradient(103.85deg, rgba(152, 7, 7, .8) -3.29%, rgba(187, 3, 3, .8) 105.2%);
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
}
.drawer__btn:nth-child(2) a::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.drawer__btn a {
  display: block;
  width: 180px;
  width: 11.25rem;
  max-width: 100%;
  font-weight: 700;
  border-radius: 2.625rem;
  padding: 11px 18px;
  padding: 0.6875rem 1.125rem;
  margin: 0 auto;
  position: relative;
}
.drawer__btn a::after {
  position: absolute;
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
}

/* fnav */
.fnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .fnav__items {
    display: block;
  }
}

.fnav__item + .fnav__item {
  margin-left: 45px;
  margin-left: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .fnav__item + .fnav__item {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.fnav__item a {
  display: inline-block;
}

.fnav__subitems {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.fnav__subitem + .fnav__subitem {
  margin-top: 3px;
  margin-top: 0.1875rem;
}
.fnav__subitem a {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 1em;
  position: relative;
}
.fnav__subitem a::before {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
}

/* footer */
.footer {
  padding: 40px 40px 50px 55px;
  padding: 2.5rem 2.5rem 3.125rem 3.4375rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 2.5rem 1.25rem 1.25rem;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}

.footer__logo {
  width: 158px;
  width: 9.875rem;
  max-width: 100%;
}

.footer__nav {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .footer__btn-wrapper {
    margin-top: 1.875rem;
  }
}

.footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__btn:first-child a {
  width: 179px;
  width: 11.1875rem;
  color: #A82928;
  background: #fff;
  border: 1px solid #A82928;
  border: 0.0625rem solid #A82928;
}
.footer__btn:first-child a::after {
  background: url(../img/common/arrow-icon_red.png) no-repeat center/contain;
}
.footer__btn:nth-child(2) {
  margin-left: 18px;
  margin-left: 1.125rem;
}
@media screen and (max-width: 767px) {
  .footer__btn:nth-child(2) {
    margin-left: 0.625rem;
  }
}
.footer__btn:nth-child(2) a {
  width: 147px;
  width: 9.1875rem;
  color: #fff;
  background: linear-gradient(103.85deg, rgba(152, 7, 7, .8) -3.29%, rgba(187, 3, 3, .8) 105.2%);
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
}
.footer__btn:nth-child(2) a::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.footer__btn a {
  display: block;
  font-weight: 700;
  border-radius: 2.625rem;
  padding: 11px 18px;
  padding: 0.6875rem 1.125rem;
  position: relative;
}
.footer__btn a::after {
  position: absolute;
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
}

.footer__copyright {
  text-align: right;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #464646;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-right: 18px;
  margin-right: 1.125rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    text-align: center;
    margin-right: 0;
  }
}

/* form */
.form .wpcf7-not-valid-tip, .form .email-confirm-error {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #595959;
}

.form__item + .form__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.form__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__item-label label, .form__item-label span {
  display: inline-block;
}
.form__item-label label {
  font-weight: 700;
}
.form__item-label span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 0.25rem;
  font-weight: 500;
  margin-right: 6px;
  margin-right: 0.375rem;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
}
.form__item-label span.required {
  background: #A82928;
}
.form__item-label span.optional {
  background: #939393;
}

.form__item-input {
  margin-top: 6px;
  margin-top: 0.375rem;
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email], .form__item-input textarea {
  width: 100%;
  border: 1px solid #949494;
  border: 0.0625rem solid #949494;
  border-radius: 0.25rem;
  background: #fff;
  padding: 20px 12px;
  padding: 1.25rem 0.75rem;
}
.form__item-input input[type=text]::-webkit-input-placeholder, .form__item-input input[type=tel]::-webkit-input-placeholder, .form__item-input input[type=email]::-webkit-input-placeholder, .form__item-input textarea::-webkit-input-placeholder {
  color: #CACACA;
}
.form__item-input input[type=text]::-moz-placeholder, .form__item-input input[type=tel]::-moz-placeholder, .form__item-input input[type=email]::-moz-placeholder, .form__item-input textarea::-moz-placeholder {
  color: #CACACA;
}
.form__item-input input[type=text]::-ms-input-placeholder, .form__item-input input[type=tel]::-ms-input-placeholder, .form__item-input input[type=email]::-ms-input-placeholder, .form__item-input textarea::-ms-input-placeholder {
  color: #CACACA;
}
.form__item-input input[type=text]::placeholder, .form__item-input input[type=tel]::placeholder, .form__item-input input[type=email]::placeholder, .form__item-input textarea::placeholder {
  color: #CACACA;
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email] {
  height: 63px;
  height: 3.9375rem;
}
.form__item-input textarea {
  height: 180px;
  height: 11.25rem;
  resize: none;
}

.form__radio label {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
.form__radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}
.form__radio input[type=radio] + span::before, .form__radio input[type=radio] + span::after {
  position: absolute;
  content: "";
}
.form__radio input[type=radio] + span::before {
  display: block;
  border-radius: 50%;
  border: 2px solid #808080;
  border: 0.125rem solid #808080;
  top: 1px;
  top: 0.0625rem;
  left: 0;
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
}
.form__radio input[type=radio] + span::after {
  height: 15px;
  height: 0.9375rem;
  width: 15px;
  width: 0.9375rem;
  background: #A82928;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 4px;
  left: 0.25rem;
  top: 5px;
  top: 0.3125rem;
}
.form__radio input[type=radio]:checked + span::before {
  border-color: #A82928;
}
.form__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.form__check {
  text-align: center;
  margin-top: 150px;
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .form__check {
    margin-top: 3.75rem;
  }
}
.form__check input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}
.form__check input[type=checkbox] + span::before, .form__check input[type=checkbox] + span::after {
  position: absolute;
  content: "";
}
.form__check input[type=checkbox] + span::before {
  border: 2px solid #6A6966;
  border: 0.125rem solid #6A6966;
  border-radius: 0.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  left: 0;
  top: 50%;
}
.form__check input[type=checkbox] + span::after {
  border-bottom: 2px solid #313131;
  border-bottom: 0.125rem solid #313131;
  border-left: 2px solid #313131;
  border-left: 0.125rem solid #313131;
  height: 7px;
  height: 0.4375rem;
  width: 12px;
  width: 0.75rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 4px;
  left: 0.25rem;
  top: 7px;
  top: 0.4375rem;
}
.form__check input[type=checkbox] + span a {
  color: #0000EE;
  text-decoration: underline;
}
.form__check input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.form__download {
  text-align: center;
  display: block;
  width: 270px;
  width: 16.875rem;
  max-width: 100%;
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
}
.form__download::after {
  position: absolute;
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 130px;
  right: 8.125rem;
  background: url(../img/common/arrow-icon_brown.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .form__download::after {
    right: 4.375rem;
  }
}

.form__btn-wrapper {
  display: block;
  width: 410px;
  width: 25.625rem;
  max-width: 100%;
  background: #ccc;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(114, 92, 48, .8);
          box-shadow: 0px 10px 0px 0px rgba(114, 92, 48, .8);
  border-radius: 3.5rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__btn-wrapper {
    width: 21.875rem;
    font-size: 1.25rem;
  }
}
.form__btn-wrapper::after {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 18px;
  height: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 130px;
  right: 8.125rem;
  background: url(../img/common/arrow-icon_brown.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .form__btn-wrapper::after {
    right: 4.375rem;
  }
}
.form__btn-wrapper.active {
  background: #E8BC45;
}
.form__btn-wrapper.active .form__btn {
  pointer-events: unset;
}

.form__btn {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  color: #763C03;
  border-radius: 3.5rem;
  padding: 29px 40px 29px 0;
  padding: 1.8125rem 2.5rem 1.8125rem 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .form__btn {
    font-size: 1.25rem;
    padding: 1.25rem 1.25rem 1.25rem 0;
  }
}

.form__confirm {
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}

.form__confirm-text {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .form__confirm-text {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

.form__submit {
  background: #E8BC45;
  margin: 100px auto 0;
  margin: 6.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .form__submit {
    margin-top: 3.125rem;
  }
}

.form__back-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.form__back {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  color: #1D4B9F;
}

.wpcf7-spinner {
  display: none;
}

.form__confirm-area {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

/* gnav */
.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.gnav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.gnav__item + .gnav__item {
  margin-left: 24px;
  margin-left: 1.5rem;
}
.gnav__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.gnav__item.gnav__parent > a {
  padding-right: 16px;
  padding-right: 1rem;
  background: url(../img/common/dropdown-icon.png) no-repeat center right/12px;
  background: url(../img/common/dropdown-icon.png) no-repeat center right/0.75rem;
}

.gnav__child {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 98px;
  top: 6.125rem;
  width: 95%;
  border-radius: 0.5rem;
  background: #F2EEE8;
  padding: 30px 50px 40px;
  padding: 1.875rem 3.125rem 2.5rem;
  z-index: 1;
}
.gnav__child::before {
  position: absolute;
  content: "";
  left: 0;
  top: -20px;
  top: -1.25rem;
  width: 100%;
  height: 20px;
  height: 1.25rem;
  z-index: -1;
}

.gnav__child-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav__child-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #A82928;
  line-height: 1.4;
}

.gnav__child-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.gnav__child-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 33px;
  gap: 0 2.0625rem;
  margin-left: 67px;
  margin-left: 4.1875rem;
}

.gnav__child-item {
  width: 253px;
  width: 15.8125rem;
  max-width: 100%;
}

.gnav__child-item-img img {
  border-radius: 0.5rem;
}

.gnav__child-item-text {
  letter-spacing: -0.02em;
  font-weight: 700;
  background: url(../img/common/news-icon.png) no-repeat center left/16px;
  background: url(../img/common/news-icon.png) no-repeat center left/1rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* hamburger */
.hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 20px;
  right: 1.25rem;
  top: 20px;
  top: 1.25rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
}
.hamburger.active .hamburger__border {
  top: 8px;
  top: 0.5rem;
}
.hamburger.active .hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active .hamburger__border:nth-child(2), .hamburger.active .hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger__border {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  left: 0;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  top: 0;
}
.hamburger__border:nth-child(2) {
  top: 10px;
  top: 0.625rem;
}
.hamburger__border:nth-child(3) {
  top: 20px;
  top: 1.25rem;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  height: 5rem;
  background: #F2EEE8;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    height: 3.75rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding: 0 40px 0 56px;
  padding: 0 2.5rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 1.25rem;
  }
}

.header__logo {
  width: 140px;
  width: 8.75rem;
  max-width: 100%;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 7.5rem;
  }
}
.header__logo a {
  display: block;
}

.header__nav {
  margin-left: 48px;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .header__btns {
    display: none;
  }
}

.header__btn:first-child a {
  width: 179px;
  width: 11.1875rem;
  color: #A82928;
  border: 1px solid #A82928;
  border: 0.0625rem solid #A82928;
}
.header__btn:first-child a::after {
  background: url(../img/common/arrow-icon_red.png) no-repeat center/contain;
}
.header__btn:nth-child(2) {
  margin-left: 18px;
  margin-left: 1.125rem;
}
.header__btn:nth-child(2) a {
  width: 147px;
  width: 9.1875rem;
  color: #fff;
  background: linear-gradient(103.85deg, rgba(152, 7, 7, .8) -3.29%, rgba(187, 3, 3, .8) 105.2%);
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
}
.header__btn:nth-child(2) a::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}
.header__btn a {
  display: block;
  font-weight: 700;
  border-radius: 2.625rem;
  padding: 11px 18px;
  padding: 0.6875rem 1.125rem;
  position: relative;
}
.header__btn a::after {
  position: absolute;
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
}

/* heading */
.heading {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 2rem;
  }
}
.heading span {
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (max-width: 767px) {
  .heading span {
    font-size: 2.25rem;
  }
}

/* headline */
.headline {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 1.875rem;
  }
}

/* ir */
.ir {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .ir {
    padding: 5rem 0 3.75rem;
  }
}

.ir__content {
  width: 720px;
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
  background: #A82928;
  border-radius: 0.5rem;
  padding: 30px 38px 40px;
  padding: 1.875rem 2.375rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ir__content {
    padding: 1.5625rem 0.9375rem;
  }
}

.ir__img {
  position: absolute;
  top: 0;
  left: -65px;
  left: -4.0625rem;
  width: 191px;
  width: 11.9375rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .ir__img {
    left: -0.625rem;
    top: -3.75rem;
    width: 5.625rem;
  }
}

.ir__subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ir__subtitle {
    font-size: 1.25rem;
  }
}

.ir__title {
  text-align: center;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ir__title {
    font-size: 2rem;
  }
}

.ir__body {
  background: #fff;
  border-radius: 0.5rem;
  padding: 22px 29px 20px;
  padding: 1.375rem 1.8125rem 1.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .ir__body {
    padding: 1.25rem 1.25rem;
  }
}

.ir__text {
  line-height: 1.4;
}

.ir__btn {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}

/* main */
.main {
  overflow: hidden;
}
.main.auto {
  overflow: unset;
}

/* mv */
.mv {
  background: url(../img/common/mv-bg.png) no-repeat center bottom/cover;
  padding: 45px 0 150px;
  padding: 2.8125rem 0 9.375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 2.5rem 0 5rem;
  }
}
.mv::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  height: 6.25rem;
  background: #F2EEE8;
  z-index: -1;
}

/* news */
.news__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #C3C3C3;
  border-bottom: 0.0625rem solid #C3C3C3;
  padding: 20px 50px 20px 24px;
  padding: 1.25rem 3.125rem 1.25rem 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__item-inner {
    display: block;
    padding: 1.25rem 2.5rem 1.25rem 0;
  }
}
.news__item-inner::after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  right: 1.5rem;
  background: url(../img/common/news-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .news__item-inner::after {
    right: 0.75rem;
  }
}

.news__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__item-date {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  min-width: 93px;
  min-width: 5.8125rem;
}

.news__item-category span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #A82928;
  font-weight: 700;
  border-radius: 1.5rem;
  border: 1px solid #A82928;
  border: 0.0625rem solid #A82928;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .news__item-category span {
    font-size: 0.875rem;
  }
}

.news__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-left: 16px;
  margin-left: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .news__item-title {
    margin-left: 0;
    margin-top: 0.625rem;
  }
}

/* pagination */
.pagination {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 3.75rem;
  }
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 10px;
  gap: 0.625rem 0.625rem;
}
.pagination a, .pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  width: 3.5rem;
  min-width: 56px;
  min-width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #A82928;
  border: 1px solid #A82928;
  border: 0.0625rem solid #A82928;
}
@media screen and (max-width: 767px) {
  .pagination a, .pagination span {
    width: 2.8125rem;
    min-width: 2.8125rem;
    height: 2.8125rem;
  }
}
.pagination .current {
  color: #fff;
  background: #A82928;
}
.pagination .prev, .pagination .next {
  background: #A82928;
  position: relative;
}
.pagination .prev::before, .pagination .next::before {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 18px;
  height: 1.125rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagination .prev {
  margin-right: 15px;
  margin-right: 0.9375rem;
}
.pagination .prev::before {
  background: url(../img/common/arrow-icon_white02.png) no-repeat center/contain;
}
.pagination .next {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
.pagination .next::before {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
}

/* post */
.post__date {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}

.post__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .post__title {
    font-size: 1.5rem;
  }
}

.post__tag {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.post__tag span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #A82928;
  border-radius: 0.8125rem;
  border: 1px solid #A82928;
  border: 0.0625rem solid #A82928;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}

.post__img {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.post__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.post__content h2, .post__content h3, .post__content h4, .post__content h5, .post__content h6 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.post__content h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
  border-bottom: 2px solid #999;
  border-bottom: 0.125rem solid #999;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .post__content h2 {
    font-size: 1.25rem;
  }
}
.post__content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 4px solid #999;
  border-left: 0.25rem solid #999;
  padding-left: 12px;
  padding-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .post__content h3 {
    font-size: 1.125rem;
  }
}
.post__content h4, .post__content h5, .post__content h6 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .post__content h4, .post__content h5, .post__content h6 {
    font-size: 1rem;
  }
}
.post__content p {
  line-height: 1.6;
}
.post__content p:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.post__content p span {
  text-decoration-thickness: 5px !important;
  text-decoration-thickness: 0.3125rem !important;
  -webkit-text-decoration-color: #F9E479 !important;
          text-decoration-color: #F9E479 !important;
  text-underline-offset: -3px !important;
  text-underline-offset: -0.1875rem !important;
}
.post__content p a {
  color: #034495;
  text-decoration: underline;
}
.post__content figure:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.post__content img {
  margin: 0 auto;
}
.post__content table th {
  background: #F7F7F7;
}
.post__content table th, .post__content table td {
  vertical-align: top;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
}
.post__content table th:first-child, .post__content table td:first-child {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .post__content table th:first-child, .post__content table td:first-child {
    width: 35%;
  }
}
.post__content .wp-block-table .has-fixed-layout {
  width: 712px;
  width: 44.5rem;
  max-width: 100%;
}
.post__content .wp-block-table thead {
  border-bottom: none;
}
.post__content ol {
  padding-left: 1em;
  list-style: unset;
}
.post__content ol:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.post__content ol.has-bg {
  background: #F7F7F7;
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .post__content ol.has-bg {
    padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  }
}
.post__content ol li {
  list-style-type: decimal;
  padding-left: 0.5em;
}
.post__content ul:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.post__content ul.has-bg {
  background: #F7F7F7;
  padding: 24px 24px;
  padding: 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .post__content ul.has-bg {
    padding: 1.25rem 1.25rem 1.25rem 0.9375rem;
  }
}
.post__content ul li {
  padding-left: 1.5em;
  position: relative;
}
.post__content ul li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}
.post__content li {
  line-height: 1.3;
}
.post__content li:not(:first-child) {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.post__content .wp-block-quote {
  width: 712px;
  width: 44.5rem;
  max-width: 100%;
  line-height: 1.2;
  padding: 25px 50px 45px;
  padding: 1.5625rem 3.125rem 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post__content .wp-block-quote {
    padding: 1.25rem 2.5rem 1.875rem;
  }
}
.post__content .wp-block-quote::before, .post__content .wp-block-quote::after {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 60px;
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .post__content .wp-block-quote::before, .post__content .wp-block-quote::after {
    width: 1.5625rem;
    height: 3.125rem;
  }
}
.post__content .wp-block-quote::before {
  left: 0;
  top: 0;
  background: url(../img/common/quote-icon01.png) no-repeat center/contain;
}
.post__content .wp-block-quote::after {
  right: 0;
  bottom: 0;
  background: url(../img/common/quote-icon02.png) no-repeat center/contain;
}
.post__content .wp-block-quote:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

/* subheading */
.subheading {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 800;
  color: #A82928;
}
@media screen and (max-width: 767px) {
  .subheading {
    font-size: 1.25rem;
  }
}

/* subheadline */
.subheadline {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #A82928;
}

/* subtitle */
.subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 2.5rem;
  }
}

/* support */
.support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 540px;
  width: 33.75rem;
  max-width: 100%;
  background: #fff;
  border-radius: 0.375rem;
  padding: 19px 38px 19px;
  padding: 1.1875rem 2.375rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .support {
    display: block;
    width: 21.875rem;
    padding: 1.25rem 1.25rem;
  }
}

.support__title {
  font-weight: 700;
}

.support__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  gap: 0 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 38px;
  margin-left: 2.375rem;
}
@media screen and (max-width: 767px) {
  .support__logos {
    margin-left: 0;
    margin-top: 0.9375rem;
  }
}

.support__logo:first-child {
  width: 39px;
  width: 2.4375rem;
}
.support__logo:nth-child(2) {
  width: 131px;
  width: 8.1875rem;
}
.support__logo:nth-child(3) {
  width: 80px;
  width: 5rem;
}

/* tag */
.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 8px;
  gap: 0.5rem 0.5rem;
}
.tag a, .tag span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 0.8125rem;
  border: 1px solid #A82928;
  border: 0.0625rem solid #A82928;
  padding: 3px 8px;
  padding: 0.1875rem 0.5rem;
}
.tag a {
  color: #A82928;
}
.tag span {
  color: #fff;
  background: #A82928;
}

/* thanks */
.thanks {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.thanks__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .thanks__title {
    font-size: 1.5rem;
    margin-top: 3.75rem;
  }
}

.thanks__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    margin-top: 1.5625rem;
  }
}

.thanks__btn {
  display: block;
  width: 410px;
  width: 25.625rem;
  max-width: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #763C03;
  background: #E8BC45;
  -webkit-box-shadow: 0px 10px 0px 0px rgba(114, 92, 48, .8);
          box-shadow: 0px 10px 0px 0px rgba(114, 92, 48, .8);
  border-radius: 3.5rem;
  padding: 29px 40px 29px 0;
  padding: 1.8125rem 2.5rem 1.8125rem 0;
  position: relative;
  margin: 85px auto 0;
  margin: 5.3125rem auto 0;
}
@media screen and (max-width: 767px) {
  .thanks__btn {
    width: 21.875rem;
    font-size: 1.25rem;
    padding: 1.25rem 1.25rem 1.25rem 0;
    margin-top: 3.75rem;
  }
}
.thanks__btn::after {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 18px;
  height: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 130px;
  right: 8.125rem;
  background: url(../img/common/arrow-icon_brown.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .thanks__btn::after {
    right: 4.375rem;
  }
}

/* title-wrapper */
.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* title */
.title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.1em;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1rem;
    margin-left: 0.625rem;
    margin-bottom: 0;
  }
}

/* case-archive */
.case-archive {
  padding: 25px 0 100px;
  padding: 1.5625rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .case-archive {
    padding: 3.75rem 0;
  }
}

.case-archive__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* case-single */
.case-single {
  padding: 30px 0 70px;
  padding: 1.875rem 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .case-single {
    padding: 2.5rem 0 3.75rem;
  }
}

.case-single__content {
  width: 800px;
  width: 50rem;
  max-width: 100%;
  margin: 0 auto;
}

/* column-archive */
.column-archive {
  padding: 100px 0 100px;
  padding: 6.25rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .column-archive {
    padding: 3.75rem 0;
  }
}

.column-archive__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
}

/* column-single */
.column-single {
  padding: 30px 0 50px;
  padding: 1.875rem 0 3.125rem;
}

.column-single__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .column-single__wrapper {
    display: block;
  }
}
.column-single__wrapper.active {
  display: block;
}
.column-single__wrapper.active .column-single__content {
  display: none;
}
.column-single__wrapper.active .column-single__download {
  width: 620px;
  width: 38.75rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
}
.column-single__wrapper.active .column-single__img-wrapper {
  display: none;
}
.column-single__wrapper.active .column-single__subtitle {
  display: none;
}

.column-single__content {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .column-single__content {
    width: 100%;
  }
}

.column-single__download {
  position: sticky;
  top: 80px;
  top: 5rem;
  width: 34%;
  background: #F2EEE8;
  border-radius: 0.5rem;
  padding: 28px 40px 80px;
  padding: 1.75rem 2.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .column-single__download {
    position: static;
    width: 100%;
    margin-top: 2.5rem;
    padding: 1.875rem 1.25rem 2.5rem;
  }
}

.column-single__img-wrapper {
  background: #fff;
  padding: 48px 40px;
  padding: 3rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .column-single__img-wrapper {
    padding: 1.875rem 1.25rem;
  }
}

.column-single__img {
  width: 240px;
  width: 15rem;
  max-width: 100%;
  margin: 0 auto;
}

.column-single__subtitle {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .column-single__subtitle {
    font-size: 1.5rem;
  }
}

.column-single__form {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.column-single__form .form__check {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.column-single__form .form__btn-wrapper {
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.column-single__form .form__btn-wrapper::after {
  background: url(../img/common/arrow-icon_white.png) no-repeat center/contain;
  right: 70px;
  right: 4.375rem;
}
.column-single__form .form__btn-wrapper.active {
  background: linear-gradient(103.85deg, rgba(152, 7, 7, .8) -3.29%, rgba(187, 3, 3, .8) 105.2%);
}
.column-single__form .form__btn {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  padding: 17px 10px 17px 0;
  padding: 1.0625rem 0.625rem 1.0625rem 0;
}

/* company */
.company__header {
  color: #fff;
  background: url(../img/company/company-img.jpg) no-repeat center/cover;
  padding: 200px 0 220px;
  padding: 12.5rem 0 13.75rem;
  margin-top: -125px;
  margin-top: -7.8125rem;
}
@media screen and (max-width: 767px) {
  .company__header {
    padding: 11.25rem 0 6.25rem;
  }
}

.company__subtitle {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.56;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .company__subtitle {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .company__subtitle {
    font-size: 2rem;
  }
}

.company__text {
  line-height: 2.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .company__text {
    line-height: 2;
  }
}

/* info */
.info {
  background: #F8F7F6;
  padding: 90px 0 80px;
  padding: 5.625rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .info {
    padding: 3.75rem 0;
  }
}

.info__list {
  width: 830px;
  width: 51.875rem;
  max-width: 100%;
  margin: 28px auto 0;
  margin: 1.75rem auto 0;
}

.info__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.5;
  border-bottom: 1px solid #888;
  border-bottom: 0.0625rem solid #888;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .info__list-item {
    line-height: 2;
  }
}
.info__list-item + .info__list-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.info__list-title {
  width: 18%;
  font-weight: 700;
  color: #A82928;
}
@media screen and (max-width: 767px) {
  .info__list-title {
    width: 25%;
  }
}

.info__list-text {
  width: 82%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .info__list-text {
    width: 75%;
  }
}

/* partner */
.partner {
  background: #F2EEE8;
  padding: 95px 0 110px;
  padding: 5.9375rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .partner {
    padding: 3.75rem 0;
  }
}

.partner__items {
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  margin: 105px auto 0;
  margin: 6.5625rem auto 0;
}
@media screen and (max-width: 767px) {
  .partner__items {
    margin-top: 2.5rem;
  }
}

.partner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .partner__item {
    display: block;
  }
}
.partner__item + .partner__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .partner__item + .partner__item {
    margin-top: 1.875rem;
  }
}

.partner__item-img {
  width: 29%;
}
@media screen and (max-width: 767px) {
  .partner__item-img {
    width: 100%;
  }
}
.partner__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .partner__item-img img {
    height: auto;
  }
}

.partner__item-body {
  width: 71%;
  background: #fff;
  padding: 48px 50px 40px 40px;
  padding: 3rem 3.125rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .partner__item-body {
    width: 100%;
    padding: 1.5625rem 1.25rem;
  }
}

.partner__item-position {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .partner__item-position {
    font-size: 1rem;
  }
}

.partner__item-name {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .partner__item-name {
    font-size: 1.25rem;
  }
}

.partner__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
}

/* profile */
.profile {
  padding: 75px 0 95px;
  padding: 4.6875rem 0 5.9375rem;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 3.75rem 0;
  }
}

.profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .profile__inner {
    display: block;
  }
}

.profile__img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .profile__img {
    width: 15.625rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.profile__body {
  width: 66.5%;
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .profile__body {
    width: 100%;
    padding-top: 0;
    margin-top: 1.5625rem;
  }
}

.profile__position {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .profile__position {
    font-size: 1rem;
  }
}

.profile__name {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .profile__name {
    font-size: 1.5rem;
  }
}

.profile__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.profile__list-item {
  font-weight: 700;
  line-height: 1.75;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile__list-item {
    padding-left: 1em;
  }
}
.profile__list-item::before {
  position: absolute;
  content: "・";
  left: 5px;
  left: 0.3125rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .profile__list-item::before {
    left: 0;
  }
}

.profile__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .profile__text {
    margin-top: 1.25rem;
  }
}

.profile__link {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 10px 36px 10px 63px;
  padding: 0.625rem 2.25rem 0.625rem 3.9375rem;
  position: relative;
}
.profile__link:before, .profile__link::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.profile__link::before {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  left: 0;
  background: url(../img/common/note-icon.png) no-repeat center/contain;
}
.profile__link::after {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  right: 0;
  background: url(../img/common/link-icon.png) no-repeat center/contain;
}

/* contact */
.contact {
  background: #F2EEE8;
  padding: 50px 0 200px;
  padding: 3.125rem 0 12.5rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 6.25rem;
  }
}

.contact__form {
  width: 665px;
  width: 41.5625rem;
  max-width: 100%;
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 3.125rem;
  }
}

/* download */
.download {
  background: #F2EEE8;
  padding: 50px 0 200px;
  padding: 3.125rem 0 12.5rem;
}
@media screen and (max-width: 767px) {
  .download {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .download .heading {
    font-size: 1.875rem;
  }
}
.download .thanks__btn::after {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: url(../img/common/download-icon.png) no-repeat center/contain;
  right: 100px;
  right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .download .thanks__btn::after {
    right: 4.375rem;
  }
}

.download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .download__inner {
    display: block;
    margin-top: 2.5rem;
  }
}
.download__inner.active {
  display: block;
}
.download__inner.active .download__body {
  display: none;
}
.download__inner.active .download__form {
  width: 620px;
  width: 38.75rem;
  max-width: 100%;
  margin: 0 auto;
}

.download__body {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .download__body {
    width: 100%;
  }
}

.download__img-wrapper {
  background: #fff;
  padding: 96px 80px;
  padding: 6rem 5rem;
}
@media screen and (max-width: 767px) {
  .download__img-wrapper {
    padding: 1.875rem 1.25rem;
  }
}

.download__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .download__subtitle {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.download__text {
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .download__text {
    font-size: 0.9375rem;
  }
}

.download__support {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .download__support {
    margin-top: 1.875rem;
  }
}

.download__form {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .download__form {
    width: 100%;
    margin-top: 3.75rem;
  }
}
.download__form .form__check {
  margin-top: 70px;
  margin-top: 4.375rem;
}

/* news-archive */
.news-archive {
  padding: 110px 0 130px;
  padding: 6.875rem 0 8.125rem;
}
@media screen and (max-width: 767px) {
  .news-archive {
    padding: 3.75rem 0;
  }
}

.news-archive__content {
  width: 900px;
  width: 56.25rem;
  max-width: 100%;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .news-archive__content {
    margin-top: 1.875rem;
  }
}

/* news-single */
.news-single {
  padding: 65px 0 110px;
  padding: 4.0625rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .news-single {
    padding: 2.5rem 0 3.75rem;
  }
}

.news-single__content {
  width: 800px;
  width: 50rem;
  max-width: 100%;
  margin: 0 auto;
}

/* notfound */
.notfound {
  padding: 200px 0;
  padding: 12.5rem 0;
}

/* privacy */
.privacy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #F2EEE8;
  padding: 50px 0 100px;
  padding: 3.125rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 2.5rem 0 3.75rem;
  }
}

.privacy__content {
  background: #fff;
  padding: 85px 100px;
  padding: 5.3125rem 6.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .privacy__content {
    padding: 2.5rem 1.25rem;
    margin-top: 1.5625rem;
  }
}

.privacy__list-item + .privacy__list-item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.privacy__list-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .privacy__list-title {
    font-size: 1.25rem;
  }
}

.privacy__list-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .privacy__list-text {
    margin-top: 0.9375rem;
  }
}
.privacy__list-text a {
  text-decoration: underline;
}
.privacy__list-text li {
  padding-left: 1.5em;
  position: relative;
}
.privacy__list-text li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

/* case */
.case {
  background: #F2EEE8;
  padding: 65px 0 120px;
  padding: 4.0625rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .case {
    padding: 3.75rem 0 5rem;
  }
}

.case__items {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .case__items {
    margin-top: 2.5rem;
  }
}

.case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .case__item {
    display: block;
  }
}
.case__item + .case__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .case__item + .case__item {
    margin-top: 1.5625rem;
  }
}
.case__item:first-child .case__item-logo {
  width: 62px;
  width: 3.875rem;
}
.case__item:nth-child(2) .case__item-logo {
  width: 101px;
  width: 6.3125rem;
}

.case__item-body {
  width: 53%;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 20px 34px 35px 56px;
  padding: 1.25rem 2.125rem 2.1875rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .case__item-body {
    width: 100%;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1.875rem 1.25rem;
  }
}

.case__item-number {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #A82928;
}
@media screen and (max-width: 767px) {
  .case__item-number {
    font-size: 1rem;
  }
}

.case__item-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .case__item-title {
    font-size: 1.5rem;
  }
}

.case__item-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.case__item-logo {
  max-width: 100%;
}

.case__item-company {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #969696;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.case__item-text {
  font-weight: 700;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .case__item-text {
    margin-top: 1.25rem;
  }
}

.case__item-img-wrapper {
  position: relative;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .case__item-img-wrapper {
    width: 100%;
  }
}

.case__item-btn {
  position: absolute;
  right: 13px;
  right: 0.8125rem;
  bottom: 29px;
  bottom: 1.8125rem;
  display: block;
  width: 155px;
  width: 9.6875rem;
  text-align: center;
  font-weight: 600;
  color: #A82928;
  background: #fff;
  border-radius: 3.5rem;
  padding: 16px 10px;
  padding: 1rem 0.625rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .case__item-btn {
    font-size: 0.9375rem;
    width: 8.125rem;
    padding: 0.75rem 0.625rem;
    right: 0.625rem;
    bottom: 0.9375rem;
  }
}
.case__item-btn:hover {
  opacity: 1;
}
.case__item-btn.active {
  background: #A82928;
  color: #fff;
}

.case__item-img {
  height: 100%;
}
.case__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .case__item-img img {
    height: auto;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.case__item-img img:nth-child(2) {
  display: none;
}

.case__btn {
  margin: 80px auto 0;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .case__btn {
    margin-top: 2.5rem;
  }
}

.case__text {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.67;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .case__text {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

/* faq */
.faq {
  padding: 90px 0 80px;
  padding: 5.625rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 3.75rem 0;
  }
}

.faq__items {
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  margin: 100px auto 0;
  margin: 6.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .faq__items {
    margin-top: 2.5rem;
  }
}

.faq__item + .faq__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .faq__item + .faq__item {
    margin-top: 1.875rem;
  }
}

.faq__item-header {
  background: #F4F4F4;
  border-radius: 0.5rem;
  padding: 20px 60px 15px 26px;
  padding: 1.25rem 3.75rem 0.9375rem 1.625rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__item-header {
    padding: 1.25rem 3.75rem 0.9375rem 0.9375rem;
  }
}
.faq__item-header::after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 20px;
  top: 1.25rem;
  right: 26px;
  right: 1.625rem;
  background: url(../img/service/faq-arrow.png) no-repeat center/contain;
}
.faq__item-header.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__item-title, .faq__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.faq__item-title span, .faq__item-text span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #A82928;
  margin-right: 12px;
  margin-right: 0.75rem;
}

.faq__item-title span {
  margin-top: -7px;
  margin-top: -0.4375rem;
}

.faq__item-body {
  display: none;
  padding: 20px 26px 15px;
  padding: 1.25rem 1.625rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .faq__item-body {
    padding: 1.25rem 1.25rem 0.9375rem;
  }
}

.faq__item-text {
  font-size: 14px;
  font-size: 0.875rem;
}
.faq__item-text span {
  margin-top: -8px;
  margin-top: -0.5rem;
}

/* flow */
.flow {
  background: #F2EEE8;
  padding: 60px 0 130px;
  padding: 3.75rem 0 8.125rem;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 3.75rem 0;
  }
}

.flow__items {
  width: 1000px;
  width: 62.5rem;
  max-width: 100%;
  margin: 80px auto 0;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .flow__items {
    margin-top: 2.5rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0.5rem;
  border: 2px solid #A82928;
  border: 0.125rem solid #A82928;
  min-height: 190px;
  min-height: 11.875rem;
  padding: 28px 42px;
  padding: 1.75rem 2.625rem;
}
@media screen and (max-width: 767px) {
  .flow__item {
    display: block;
    padding: 1.875rem 1.25rem;
  }
}
.flow__item + .flow__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.flow__item:first-child .flow__item-icon {
  width: 119px;
  width: 7.4375rem;
  margin-left: 89px;
  margin-left: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .flow__item:first-child .flow__item-icon {
    margin: 1.25rem auto 0;
  }
}
.flow__item:nth-child(2) .flow__item-icon {
  width: 128px;
  width: 8rem;
  margin-left: 96px;
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .flow__item:nth-child(2) .flow__item-icon {
    margin: 1.25rem auto 0;
  }
}
.flow__item:nth-child(3) .flow__item-icon {
  width: 113px;
  width: 7.0625rem;
  margin-left: 105px;
  margin-left: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .flow__item:nth-child(3) .flow__item-icon {
    margin: 1.25rem auto 0;
  }
}
.flow__item:nth-child(4) .flow__item-icon {
  width: 132px;
  width: 8.25rem;
  margin-left: 96px;
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .flow__item:nth-child(4) .flow__item-icon {
    margin: 1.25rem auto 0;
  }
}
.flow__item:nth-child(5) .flow__item-icon {
  width: 110px;
  width: 6.875rem;
  margin-left: 105px;
  margin-left: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .flow__item:nth-child(5) .flow__item-icon {
    margin: 1.25rem auto 0;
  }
}
.flow__item:nth-child(6) .flow__item-icon {
  width: 136px;
  width: 8.5rem;
  margin-left: 94px;
  margin-left: 5.875rem;
}
@media screen and (max-width: 767px) {
  .flow__item:nth-child(6) .flow__item-icon {
    margin: 1.25rem auto 0;
  }
}

.flow__item-number {
  text-align: center;
  width: 78px;
  width: 4.875rem;
  min-width: 78px;
  min-width: 4.875rem;
  height: 78px;
  height: 4.875rem;
  background: #A82928;
  border-radius: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  padding-top: 15px;
  padding-top: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__item-number {
    margin: 0 auto;
  }
}
.flow__item-number::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 22px;
  height: 1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -26px;
  bottom: -1.625rem;
  background: url(../img/service/flow-border.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .flow__item-number::after {
    display: none;
  }
}
.flow__item-number span {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}

.flow__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .flow__item-icon {
    display: block;
  }
}

.flow__item-texts {
  width: 56%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .flow__item-texts {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5625rem;
  }
}

.flow__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow__item-title {
    text-align: center;
    font-size: 1.25rem;
  }
}

.flow__item-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

/* fv */
.fv {
  background: #F2EEE8;
  padding: 130px 0 50px;
  padding: 8.125rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 6.25rem 0 0;
  }
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    display: block;
    padding-right: 0;
  }
}

.fv__body {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .fv__body {
    width: 100%;
  }
}

.fv__title {
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 2.25rem;
  }
}

.fv__text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 1.125rem;
  }
}

.fv__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.fv__category span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #A82928;
  border: 1px solid #A82928;
  border: 0.0625rem solid #A82928;
  border-radius: 1.5rem;
  padding: 5px 18px;
  padding: 0.3125rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .fv__category span {
    font-size: 0.9375rem;
  }
}

.fv__support {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.fv__img-wrapper {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .fv__img-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 1.875rem;
  }
}

.fv__slider {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv__slider {
    margin-top: 1.5625rem;
  }
}
.fv__slider.slick-initialized {
  display: block;
}
.fv__slider .slide-arrow {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  z-index: 1;
}
.fv__slider .slide-arrow:hover {
  opacity: 1;
}
.fv__slider .prev-arrow {
  background: url(../img/common/prev-icon.png) no-repeat center/contain;
  left: -20px;
  left: -1.25rem;
}
.fv__slider .next-arrow {
  background: url(../img/common/next-icon.png) no-repeat center/contain;
  right: -20px;
  right: -1.25rem;
}
.fv__slider .slider-dot {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
  bottom: -2.5rem;
  z-index: 30;
}
.fv__slider .slider-dot li {
  display: inline-block;
  background: #BDBDBD;
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  border-radius: 50%;
  cursor: pointer;
}
.fv__slider .slider-dot li:not(:last-child) {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.fv__slider .slider-dot li button {
  text-indent: -9999px;
}
.fv__slider .slider-dot li.slick-active {
  background: #A82928;
}

.fv__slider-item img {
  border-radius: 0.625rem;
}

.fv__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 8px;
  gap: 0 0.5rem;
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .fv__imgs {
    margin-top: 0;
  }
}

.fv__img {
  width: 183px;
  width: 11.4375rem;
  max-width: 100%;
}

/* reason */
.reason {
  background: #F2EEE8;
  overflow: hidden;
}

.reason__header {
  padding: 125px 0 208px;
  padding: 7.8125rem 0 13rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reason__header {
    padding: 6.25rem 0 9.375rem;
  }
}
.reason__header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1207px;
  height: 75.4375rem;
  left: 0;
  top: 0;
  background: url(../img/service/reason-bg.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .reason__header::before {
    background-position: center top;
    height: 100%;
  }
}

.reason__header-inner {
  position: relative;
}

.reason__header-img {
  position: absolute;
  bottom: -55px;
  bottom: -3.4375rem;
  right: -55px;
  right: -3.4375rem;
  width: 125px;
  width: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .reason__header-img {
    width: 3.75rem;
    right: -0.9375rem;
    bottom: -6.25rem;
  }
}

.reason__title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .reason__title {
    font-size: 2rem;
  }
}

.reason__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 57px;
  gap: 0 3.5625rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .reason__units {
    display: block;
    margin-top: 3.125rem;
  }
}

.reason__unit {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1.78125rem);
          flex: 0 1 calc(50% - 1.78125rem);
}
@media screen and (max-width: 767px) {
  .reason__unit + .reason__unit {
    margin-top: 3.125rem;
  }
}
.reason__unit:first-child .reason__unit-img {
  width: 480px;
  width: 30rem;
  max-width: 100%;
  margin: 0 auto;
}

.reason__unit-header {
  border-radius: 0.5rem 0.5rem 0 0;
  background: #2E273F;
  padding: 33px 10px;
  padding: 2.0625rem 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason__unit-header {
    padding: 1.5625rem 0.625rem;
  }
}

.reason__unit-number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
  top: -1.875rem;
  font-family: "Roboto", sans-serif;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .reason__unit-number {
    font-size: 2.625rem;
    top: -1.25rem;
  }
}

.reason__unit-title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .reason__unit-title {
    font-size: 1.375rem;
  }
}
.reason__unit-title span {
  display: inline-block;
  line-height: 1.3;
  background: #A82928;
}

.reason__unit-body {
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 13px 19px 32px;
  padding: 0.8125rem 1.1875rem 2rem;
}
@media screen and (max-width: 767px) {
  .reason__unit-body {
    padding: 1.25rem 1.25rem;
  }
}

.reason__unit-text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.2;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .reason__unit-text {
    text-align: left;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.reason__footer {
  padding: 52px 0 87px;
  padding: 3.25rem 0 5.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason__footer {
    padding: 1.25rem 0 7.8125rem;
  }
}
.reason__footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: -250px;
  top: -15.625rem;
  width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#F3EEE8));
  background: linear-gradient(180deg, #E9E9E9 0%, #F3EEE8 100%);
  z-index: -1;
}

.reason__footer-inner {
  position: relative;
}

.reason__footer-img {
  position: absolute;
  width: 218px;
  width: 13.625rem;
  left: 0;
  top: 150px;
  top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .reason__footer-img {
    width: 4.375rem;
    top: unset;
    bottom: -7.8125rem;
  }
}

.reason__subtitle {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .reason__subtitle {
    font-size: 1.75rem;
  }
}
.reason__subtitle span {
  font-size: 70px;
  font-size: 4.375rem;
  color: #A82928;
}
@media screen and (max-width: 767px) {
  .reason__subtitle span {
    font-size: 2.25rem;
  }
}

.reason__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
  margin-top: 4.6875rem;
  padding-left: 155px;
  padding-left: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .reason__items {
    display: block;
    margin-top: 2.5rem;
    padding-left: 0;
  }
}

.reason__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 221px;
  min-height: 13.8125rem;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason__item {
    min-height: 9.375rem;
  }
  .reason__item + .reason__item {
    margin-top: 1.25rem;
  }
}
.reason__item::before {
  position: absolute;
  content: "";
}
.reason__item:first-child, .reason__item:nth-child(2) {
  width: 30%;
  background: #494949;
}
@media screen and (max-width: 767px) {
  .reason__item:first-child, .reason__item:nth-child(2) {
    width: 100%;
  }
}
.reason__item:first-child::before, .reason__item:nth-child(2)::before {
  width: 103px;
  width: 6.4375rem;
  height: 98px;
  height: 6.125rem;
  left: 18px;
  left: 1.125rem;
  top: -20px;
  top: -1.25rem;
  background: url(../img/service/reason-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .reason__item:first-child::before, .reason__item:nth-child(2)::before {
    width: 4.375rem;
    height: 3.75rem;
  }
}
.reason__item:first-child .reason__item-text, .reason__item:nth-child(2) .reason__item-text {
  color: #fff;
}
.reason__item:nth-child(3) {
  width: 37%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .reason__item:nth-child(3) {
    width: 100%;
  }
}
.reason__item:nth-child(3)::before {
  width: 124px;
  width: 7.75rem;
  height: 95px;
  height: 5.9375rem;
  left: 23px;
  left: 1.4375rem;
  top: -35px;
  top: -2.1875rem;
  background: url(../img/service/reason-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .reason__item:nth-child(3)::before {
    width: 5.625rem;
    height: 3.75rem;
  }
}
.reason__item:nth-child(3) .reason__item-text {
  color: #A82928;
}

.reason__item-text {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .reason__item-text {
    font-size: 1.5rem;
  }
}

.reason__item-subtext {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .reason__item-subtext {
    font-size: 1rem;
  }
}

.reason__text {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.67;
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .reason__text {
    text-align: left;
    font-size: 1.125rem;
    margin-top: 2.5rem;
  }
}

/* service */
.service {
  padding: 90px 0 160px;
  padding: 5.625rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 3.75rem 0 5rem;
  }
}

.service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 95px;
  margin-top: 5.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__content {
    display: block;
    padding-left: 0;
    margin-top: 3.75rem;
  }
}

.service__list {
  position: sticky;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 105px;
  height: 6.5625rem;
  z-index: 1;
}

.service__list-item {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #c2c2c2;
  padding-left: 34px;
  padding-left: 2.125rem;
  position: relative;
}
.service__list-item + .service__list-item {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.service__list-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  top: 0.375rem;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-radius: 50%;
  background: #c2c2c2;
}
.service__list-item.active {
  color: #A82928;
}
.service__list-item.active::before {
  background: #A82928;
}

.service__item {
  width: 715px;
  width: 44.6875rem;
  max-width: 100%;
  margin-left: auto;
  position: relative;
}
.service__item + .service__item {
  padding-top: 146px;
  padding-top: 9.125rem;
}
@media screen and (max-width: 767px) {
  .service__item + .service__item {
    padding-top: 3.75rem;
  }
}

.service__item-body {
  background: #F2EEE8;
  border-radius: 0.5rem;
  padding: 60px 40px 60px 82px;
  padding: 3.75rem 2.5rem 3.75rem 5.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service__item-body {
    padding: 2.5rem 1.25rem 3.75rem;
  }
}

.service__item-number {
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  left: 83px;
  left: 5.1875rem;
  font-family: "Roboto", sans-serif;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 600;
  color: #A82928;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .service__item-number {
    top: -1.125rem;
    left: 1.25rem;
    font-size: 2.25rem;
  }
}

.service__item-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  color: #A82928;
}
@media screen and (max-width: 767px) {
  .service__item-title {
    font-size: 1.5rem;
  }
}

.service__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.78;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .service__item-text {
    font-size: 1rem;
  }
}
.service__item-text span {
  color: #A82928;
}

.service__item-img {
  width: 347px;
  width: 21.6875rem;
  max-width: 100%;
  position: absolute;
  bottom: -34px;
  bottom: -2.125rem;
  left: -292px;
  left: -18.25rem;
}
@media screen and (max-width: 767px) {
  .service__item-img {
    width: 18.75rem;
    margin: -2.5rem auto 0;
    bottom: unset;
    left: unset;
    position: relative;
    z-index: 1;
  }
}

/* top-about */
.top-about {
  background: #F2EEE8;
  padding: 120px 0 100px;
  padding: 7.5rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 3.75rem 0 6.25rem;
  }
}
.top-about::before, .top-about::after {
  position: absolute;
  content: "";
}
.top-about::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/top-about-bg01.png) no-repeat center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top-about::before {
    background: url(../img/top/top-about-bg01_sp.png) no-repeat center top/contain;
  }
}
.top-about::after {
  width: 1100px;
  width: 68.75rem;
  height: 900px;
  height: 56.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../img/top/top-about-bg02.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-about::after {
    width: 25rem;
    height: 59.375rem;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    right: -1.25rem;
    background: url(../img/top/top-about-bg02_sp.png) no-repeat center top/contain;
  }
}

.top-about__text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.67;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .top-about__text {
    font-size: 1.5rem;
    margin-top: 0.625rem;
  }
}

.top-about__content {
  margin-top: -320px;
  margin-top: -20rem;
}
@media screen and (max-width: 767px) {
  .top-about__content {
    width: 18.75rem;
    max-width: 100%;
    margin-left: auto;
    margin-top: 1.25rem;
  }
}
.top-about__content > .top-about__subtitle {
  margin-left: auto;
  color: #2A3768;
  background: #2A3768;
}
@media screen and (max-width: 767px) {
  .top-about__content > .top-about__subtitle {
    margin: 0 auto;
  }
}

.top-about__subtitle {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 200px;
  min-width: 12.5rem;
  width: 200px;
  width: 12.5rem;
  height: 200px;
  height: 12.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 50%;
  color: #A82928;
  background: linear-gradient(103.85deg, rgba(152, 7, 7, .8) -3.29%, rgba(187, 3, 3, .8) 105.2%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about__subtitle {
    text-align: left;
    display: block;
    font-size: 1rem;
    min-width: unset;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #A82928;
    background: none;
    margin-left: 0.625rem;
  }
  .top-about__subtitle.u-pc {
    display: none;
  }
}
.top-about__subtitle::before, .top-about__subtitle::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-about__subtitle::before, .top-about__subtitle::after {
    left: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
.top-about__subtitle::after {
  width: 137px;
  width: 8.5625rem;
  height: 137px;
  height: 8.5625rem;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-about__subtitle::after {
    display: none;
  }
}

.top-about__item-wrapper {
  display: block;
  width: calc(50% - 0.375rem);
  margin-left: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about__item-wrapper {
    width: 100%;
    margin-top: 2.8125rem;
  }
}
.top-about__item-wrapper .top-about__subtitle::before {
  width: 86px;
  width: 5.375rem;
  height: 65px;
  height: 4.0625rem;
  background: url(../img/top/top-about-img01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-about__item-wrapper .top-about__subtitle::before {
    width: 2.875rem;
    height: 2.1875rem;
    background: url(../img/top/top-about-img01_sp.png) no-repeat center/contain;
  }
}

.top-about__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  gap: 0.75rem;
  margin-top: 100px;
  margin-top: 6.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about__items {
    display: block;
    margin-top: 4.375rem;
  }
}
.top-about__items .top-about__item:first-child .top-about__subtitle::before {
  width: 103px;
  width: 6.4375rem;
  height: 96px;
  height: 6rem;
  background: url(../img/top/top-about-img02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-about__items .top-about__item:first-child .top-about__subtitle::before {
    width: 3.125rem;
    height: 2.75rem;
    background: url(../img/top/top-about-img02_sp.png) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .top-about__items .top-about__item:nth-child(2) {
    margin-top: 1.25rem;
  }
}
.top-about__items .top-about__item:nth-child(2) .top-about__subtitle::before {
  width: 73px;
  width: 4.5625rem;
  height: 67px;
  height: 4.1875rem;
  background: url(../img/top/top-about-img03.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-about__items .top-about__item:nth-child(2) .top-about__subtitle::before {
    width: 2.625rem;
    height: 2.375rem;
    background: url(../img/top/top-about-img03_sp.png) no-repeat center/contain;
  }
}

.top-about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 1.25rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-about__item {
    display: block;
    border-radius: 0.5rem;
    padding: 1.25rem 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .top-about__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.25rem;
  }
}

.top-about__list {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-about__list {
    margin-left: 0;
    margin-top: 0.9375rem;
  }
}

.top-about__list-item {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-about__list-item {
    font-size: 0.8125rem;
  }
}
.top-about__list-item::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
}

.top-about__link {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -40px;
  bottom: -2.5rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  background: #A82928;
  color: #fff;
  border-radius: 1.25rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-about__link {
    border-radius: 0.5rem;
    padding-right: 1.25rem;
  }
}
.top-about__link span {
  display: inline-block;
  padding: 0 30px;
  padding: 0 1.875rem;
  background: url(../img/common/anchor-icon.png) no-repeat center right/17px;
  background: url(../img/common/anchor-icon.png) no-repeat center right/1.0625rem;
}

/* top-case */
.top-case {
  padding: 100px 0 100px;
  padding: 6.25rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-case {
    padding: 0 0 5rem;
  }
}

.top-case__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-case__cards {
    margin-top: 1.875rem;
  }
}

.top-case__btn {
  margin: 95px auto 0;
  margin: 5.9375rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-case__btn {
    margin-top: 2.5rem;
  }
}

/* top-column */
.top-column {
  background: #F2F2F2;
  padding: 90px 0 85px;
  padding: 5.625rem 0 5.3125rem;
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 5rem 0;
  }
}

.top-column__cards {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-column__cards {
    margin-top: 1.875rem;
  }
}

.top-column__btn {
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-column__btn {
    margin-top: 2.5rem;
  }
}

/* top-company */
.top-company {
  background: #F2EEE8;
}

.top-company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top-company__inner {
    display: block;
  }
}

.top-company__body {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 110px 0;
  padding: 6.875rem 0;
}
@media screen and (max-width: 767px) {
  .top-company__body {
    width: 100%;
    display: block;
    padding: 3.125rem 0;
  }
}

.top-company__text {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-company__text {
    font-size: 1.5rem;
  }
}

.top-company__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-company__btn {
    margin: 1.25rem auto 0;
  }
}

.top-company__img {
  width: 45vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .top-company__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.top-company__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-company__img img {
    height: auto;
  }
}

/* top-mv */
.top-mv {
  background: url(../img/top/top-mv-img.jpg) no-repeat center/cover;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
  margin-top: 80px;
  margin-top: 5rem;
  padding: 370px 0 90px;
  padding: 23.125rem 0 5.625rem;
}
@media screen and (max-width: 767px) {
  .top-mv {
    margin-top: 3.75rem;
    padding: 6.25rem 0 2.5rem;
  }
}

.top-mv__title span {
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #A82928;
  background: #fff;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.top-mv__title span:first-child {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1.4;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .top-mv__title span:first-child {
    font-size: 1.875rem;
    letter-spacing: -0.05em;
  }
}
.top-mv__title span:nth-child(3), .top-mv__title span:nth-child(5) {
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1.6;
  letter-spacing: -0.07em;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .top-mv__title span:nth-child(3), .top-mv__title span:nth-child(5) {
    font-size: 1.75rem;
    margin-top: 0.5rem;
  }
}

.top-mv__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.78;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-mv__text {
    font-size: 0.9375rem;
  }
}

/* top-news */
.top-news {
  padding: 120px 0;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 5rem 0;
  }
}

.top-news__content {
  width: 900px;
  width: 56.25rem;
  max-width: 100%;
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-news__content {
    margin-top: 1.875rem;
  }
}

.top-news__btn {
  margin: 55px auto 0;
  margin: 3.4375rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-news__btn {
    margin-top: 2.5rem;
  }
}

/* top-service */
.top-service {
  padding-top: 135px;
  padding-top: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding-top: 5rem;
  }
}

.top-service__units {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .top-service__units {
    margin-top: 1.875rem;
  }
}

.top-service__unit + .top-service__unit {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .top-service__unit + .top-service__unit {
    margin-top: 2.5rem;
  }
}

.top-service__subtitle {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-service__subtitle {
    margin-bottom: 1.25rem;
  }
}

.top-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .top-service__item {
    display: block;
  }
}
.top-service__item + .top-service__item {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .top-service__item + .top-service__item {
    margin-top: 1.875rem;
  }
}

.top-service__item-img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .top-service__item-img {
    width: 100%;
  }
}
.top-service__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-service__item-img img {
    height: auto;
  }
}

.top-service__item-body {
  width: 60%;
  background: #F2EEE8;
  padding: 25px 70px 34px 56px;
  padding: 1.5625rem 4.375rem 2.125rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .top-service__item-body {
    width: 100%;
    padding: 1.875rem 1.25rem;
  }
}

.top-service__item-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-service__item-title {
    font-size: 1.75rem;
  }
}

.top-service__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .top-service__item-text {
    font-size: 1rem;
  }
}

.top-service__item-btn {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .top-service__item-btn {
    margin: 1rem auto 0;
  }
}
/*# sourceMappingURL=style.css.map */
