@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

video {
  vertical-align: bottom;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

select,
input,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  outline: none;
  border: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}
*/
body {
  height: 100%;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  min-width: auto;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .sp-visible {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-visible {
    display: none !important;
  }
}

@media screen and (min-width: 415px) {
  .mb-visible {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .tb-visible {
    display: none !important;
  }
}

.main._hojin {
  padding-top: 98px;
}
@media screen and (min-width: 1026px) {
  .main._hojin {
    padding-top: 140px;
  }
}
.main._hojinUnder {
  padding: 98px 0 60px;
}
@media screen and (min-width: 1026px) {
  .main._hojinUnder {
    padding: 240px 0 130px;
  }
}
.heading_en {
  display: block;
  color: #36663A;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.heading_jp {
  display: block;
  font-weight: 600;
  line-height: 1.6;
  font-family: ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,YuGothic,Yu Gothic,游ゴシック体,游ゴシック,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif !important;
  letter-spacing: .1em;
  text-align: center;

}
.heading._hojin .heading_en {
  font-size: 4rem;
  text-align: center;
  font-family: 'Cormorant', serif;
}
@media screen and (min-width: 769px) {
  .heading._hojin .heading_jp {
    font-size: 4.2rem;
    //font-size: 36px;
      margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .heading._hojin .heading_jp {
    font-size: 3.2rem;
    //font-size: 36px;
      margin-top: 40px;
  }
}
.heading._hojin .heading_en {
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
    margin-bottom: 50px;

}
@media screen and (min-width: 769px) {
  .heading._hojin .heading_en {
    font-size: 3rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .heading._hojin .heading_jp + .heading_en {
    margin-top: 10px;
  }
}

.siteHeader._hojin .siteHeader_nav-link::after {
  background-image: url(../img/common/icon_arrow_right_red.svg);
}
@media screen and (max-width: 414px) {
  .siteHeader._hojin .siteHeader_clip {
    padding: 8px 4px 9px;
  }
}
.siteHeader._hojin .iconButton._menu[aria-expanded=false] .iconButton_icon:before {
  background-image: url(../img/common/icon_menu_open.svg);
}
.siteHeader._hojin .iconButton._menu[aria-expanded=true] .iconButton_icon:before {
  background-image: url(../img/common/icon_menu_close.svg);
}
@media screen and (min-width: 1026px) {
  .siteHeader._hojin .menu_nav._main > .menu_nav-list > .menu_nav-item {
    max-width: none;
  }
}

.button._icon._doc .button_label:before {
  background-image: url(../img/common/icon_doc_white.svg);
}

.button._icon._internet .button_label:before {
  background-image: url(../img/common/icon_internet_white.svg);
}

.button._icon._tel .button_label:before {
  background-image: url(../img/common/icon_tel_white.svg);
}

.contact._hojin .button._icon-bg._blank:before {
  background-image: url(../img/common/icon_blank_white.svg);
}
.contact._hojin .iconHeading._doc:before {
  background-image: url(../img/common/icon_doc_red.svg);
}
.contact._hojin .iconHeading._internet:before {
  background-image: url(../img/common/icon_internet_red.svg);
}
.contact._hojin .iconHeading._tel:before {
  background-image: url(../img/common/icon_tel_red.svg);
}
.contact._hojin .tel_text._icon:before {
  background-image: url(../img/common/icon_tel.svg);
}
.contact._hojin .contact_body._hojin {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .contact._hojin .contact_body._hojin {
    -ms-grid-columns: 1fr 8.0808080808% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8.0808080808%;
    padding: 0 0 0 5.7142857143%;
  }
}
.contact._hojin .contact_body._hojin .contact_item._internet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  width: 57.9710144928%;
}
.contact._hojin .contact_body._hojin .contact_item._tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.contact .contact_inner,
.contact .contact_inner._head {
  padding-inline: 16px;
  max-width: 1120px;
  width: 100%;
}

.footer_nav_hojin {
  background: #f5f5f5;
  padding: 0 20px 30px;
}
@media screen and (min-width: 769px) {
  .footer_nav_hojin {
    padding: 0;
  }
}
.footer_nav_hojin .nav-wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer_nav_hojin .nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 100px;
  }
}
.footer_nav_hojin .nav-wrap .nav {
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .footer_nav_hojin .nav-wrap .nav {
    font-size: 1.5rem;
  }
}
.footer_nav_hojin .nav-wrap .nav:hover {
  color: #36663A;
}

.footer._hojin .footer_inner {
  max-width: 1120px;
  width: 100%;
}
.footer._hojin .siteNav._footer .siteNav_list {
  gap: 0 28px;
}

.hojin-wrapper {
  padding-inline: 16px;
  margin-inline: auto;
  max-width: 1120px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .hojin-wrapper {
    padding-inline: 0;
  }
}

.hojin-wrapper660 {
  padding-inline: 16px;
  margin-inline: auto;
  max-width: 660px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .hojin-wrapper660 {
    padding-inline: 0;
  }
}

.hojin-message {
  background: #f5f5f5;
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .hojin-message {
    margin-top: 75px;
  }
}
.hojin-message-el {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .hojin-message-el {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    min-height: 400px;
  }
}
.hojin-message-el-text {
  padding: 35px 0;
}
.hojin-message-el-text .title {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .hojin-message-el-text .title {
    font-size: 3.6rem;
  }
}
.hojin-message-el-text .text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .hojin-message-el-text .text {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
.hojin-message-el-img {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .hojin-message-el-img {
    width: 50%;
    height: 100%;
    margin-inline: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.hojin-message-el-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hojin-reason {
  background: #36663A;
  padding: 40px 0;
}
@media screen and (min-width: 769px) {
  .hojin-reason {
    padding: 80px 0;
  }
}
.hojin-reason-el {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el {
    gap: 40px;
  }
}
.hojin-reason-el-card {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #333;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card {
    -ms-grid-columns: 1fr 40%;
    grid-template-columns: 1fr 40%;
  }
}
.hojin-reason-el-card:hover .hojin-reason-el-card-text .btn-wrap .btn {
  background: #36663A;
  color: #fff;
}
.hojin-reason-el-card-img {
  height: 100%;
}
.hojin-reason-el-card-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hojin-reason-el-card-text {
  padding: 20px;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card-text {
    padding: 20px 30px;
  }
}
.hojin-reason-el-card-text .num-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat, sans-serif;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card-text .num-wrap {
    gap: 20px;
  }
}
.hojin-reason-el-card-text .num-wrap .en {
  background: #36663A;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 5px 8px;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card-text .num-wrap .en {
    font-size: 1.6rem;
    padding: 7px 10px;
  }
}
.hojin-reason-el-card-text .num-wrap .num {
  color: #36663A;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card-text .num-wrap .num {
    font-size: 6.4rem;
  }
}
.hojin-reason-el-card-text .title {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card-text .title {
    font-size: 2.8rem;
    margin-top: 15px;
  }
}
.hojin-reason-el-card-text .subTitle {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card-text .subTitle {
    font-size: 1.8rem;
  }
}
.hojin-reason-el-card-text .subTitle::before, .hojin-reason-el-card-text .subTitle::after {
  content: "-";
}
.hojin-reason-el-card-text .list-wrap {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card-text .list-wrap {
    margin-top: 15px;
  }
}
.hojin-reason-el-card-text .list-wrap.column-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.hojin-reason-el-card-text .list-wrap .list {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.87;
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card-text .list-wrap .list {
    font-size: 1.5rem;
  }
}
.hojin-reason-el-card-text .list-wrap .list::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.hojin-reason-el-card-text .btn-wrap {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card-text .btn-wrap {
    text-align: left;
  }
}
.hojin-reason-el-card-text .btn-wrap .btn {
  display: inline-block;
  border: 1px solid #36663A;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  min-width: 170px;
  padding: 15px 12px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
    border-radius: 30px;
}
.hojin-reason-el-card-text .btn-wrap .btn:hover {
  background: #333;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card:nth-child(2n-1) {
    -ms-grid-columns: 40% 1fr;
    grid-template-columns: 40% 1fr;
  }
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card:nth-child(2n-1) .hojin-reason-el-card-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 769px) {
  .hojin-reason-el-card:nth-child(2n-1) .hojin-reason-el-card-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.hojin-catch {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.hojin-catch-title {
  font-size: 2.8rem;
}
@media screen and (min-width: 769px) {
  .hojin-catch-title {
    font-size: 3.6rem;
  }
}
.hojin-catch-text {
  font-size: 1.55rem;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .hojin-catch-text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .hojin-catch-text {
    font-size: 2rem;
    margin-top: 35px;
  }
}

.hojin-item {
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .hojin-item {
    padding-top: 20px;
  }
}
.hojin-item-el {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  margin-top: 45px;
}
@media screen and (min-width: 769px) {
  .hojin-item-el {
    -ms-grid-columns: 400px 60px 1fr;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    margin-top: 90px;
  }
}
.hojin-item-el-text .title {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .hojin-item-el-text .title {
    font-size: 2.8rem;
  }
}
.hojin-item-el-text .text {
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .hojin-item-el-text .text {
    font-size: 1.6rem;
    margin-top: 20px;
    padding-right: 30px;
  }
}
.hojin-item-el-text .btn-wrap {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .hojin-item-el-text .btn-wrap {
    text-align: left;
    margin-top: 30px;
  }
}
.hojin-item-el-text .btn-wrap .btn {
  display: inline-block;
  background: #36663A;
  color: #fff;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  min-width: 200px;
  padding: 16px 30px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 769px) {
  .hojin-item-el-text .btn-wrap .btn {
    font-size: 1.4rem;
  }
}
.hojin-item-el-text .btn-wrap .btn::after {
  content: "";
  background: url(../img/common/icon_blank_white.svg) no-repeat center center/contain;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hojin-item-el-text .btn-wrap .btn:hover {
  background: #333;
}
.hojin-item-el-text .link-wrap {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hojin-item-el-text .link-wrap {
    text-align: left;
  }
}
.hojin-item-el-text .link-wrap .link {
  display: inline-block;
  color: #36663A;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-decoration: underline;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .hojin-item-el-text .link-wrap .link {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.hojin-item-el-text .link-wrap .link::before {
  content: "＞ ";
}
.hojin-item-el-img {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hojin-item-el-img {
    gap: 35px;
  }
}
.hojin-item-el-img .img {
  margin-inline: auto;
}
.hojin-item-el-img .text {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .hojin-item-el-img .text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.hojin-item-el-img .text .font_normal {
  font-weight: 400;
}

.hojin-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 50px auto 0;
  max-width: 660px;
  width: 100%;
  aspect-ratio: 1065/600;
}
@media screen and (min-width: 769px) {
  .hojin-video {
    margin: 100px auto 0;
  }
}
.hojin-video iframe {
  width: 100%;
  height: 100%;
}

.hojin-facility {
  padding-top: 10px;
}
@media screen and (min-width: 769px) {
  .hojin-facility {
    padding-top: 20px;
  }
}
.hojin-facility-el {
  margin-top: 45px;
}
@media screen and (min-width: 769px) {
  .hojin-facility-el {
    margin-top: 90px;
  }
}
.hojin-facility-el-title {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .hojin-facility-el-title {
    font-size: 2.8rem;
  }
}
.hojin-facility-el-list {
  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: 10px;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .hojin-facility-el-list {
    gap: 15px;
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
.hojin-facility-el-list .list::before {
  content: "・";
}
.hojin-facility-el-img {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .hojin-facility-el-img {
    margin-top: 25px;
  }
}
.hojin-facility-el-img .img {
  margin-inline: auto;
}
.hojin-facility-el-img .text {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .hojin-facility-el-img .text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.hojin-facility-el-img .text .font_normal {
  font-weight: 400;
}
.hojin-facility-el-btn {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .hojin-facility-el-btn {
    margin-top: 25px;
  }
}
.hojin-facility-el-btn .btn {
  display: inline-block;
  background: #36663A;
  color: #fff;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  min-width: 200px;
  padding: 16px 30px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (min-width: 769px) {
  .hojin-facility-el-btn .btn {
    font-size: 1.4rem;
  }
}
.hojin-facility-el-btn .btn::after {
  content: "";
  background: url(../img/common/icon_blank_white.svg) no-repeat center center/contain;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hojin-facility-el-btn .btn:hover {
  background: #333;
}