@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;
}
/* =========================================================================
   お問い合わせ一覧ページ用スタイル (_contact-list)
   ========================================================================= */

/* ページ全体 */
.main._contact-list {
  padding-bottom: 80px; /* 適切な余白を設定 */
}
.pageHead_heading._contact-list {
  /* H1タイトル（法人ページに倣う） */
  background-color: #F8F8F8;
}
.contact-list-wrapper {
  max-width: 1100px; /* 法人ページに倣った最大幅 */
  margin: 0 auto;
  padding: 0 20px;
}
.section-lead {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* お問い合わせ項目コンテナ - グリッドレイアウトで横並びにする */
.contact-items-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 300pxを最小幅として自動調整 */
  gap: 30px; /* グリッドアイテム間の隙間 */
  margin-bottom: 60px;
}

/* 各お問い合わせ項目 */
.contact-item {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 25px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* ボタンを下部に配置 */
}
.contact-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* ホバー時の軽い影 */
}

/* 項目タイトル */
.contact-item .item-title {
  font-size: 1.6rem; /* 1.35rem から 1.5rem に変更 */
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #00A650;
}

/* 詳細情報リスト */
.contact-item .info-list {
  margin-bottom: 20px;
}
.contact-item .info-group {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
  align-items: center;
}
.contact-item .info-group:last-child {
  border-bottom: none;
}
.contact-item .info-label {
  font-weight: bold;
  color: #666;
  width: 100px;
  flex-shrink: 0;
  font-size: 1.1rem; /* 0.95rem から 1.0rem に変更 */
}
.contact-item .info-value {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}
.contact-item .info-value.tel-link a {
  color: #00A650; /* 電話番号を緑色に */
  text-decoration: none;
  pointer-events: auto; /* PCでの誤タップ防止 */
}
/* 電話番号には太字と少し大きなフォントを適用 */
.contact-item .info-group:last-child .info-value {
  font-size: 1.5rem;
}


/* お問い合わせボタンの調整 (hojin.htmlのトンマナに合わせる) */
.contact-item .btn-wrap {
  margin-top: 15px; /* 上部の隙間調整 */
  text-align: center;
    border: 1px solid #36663A;
  border-radius: 30px;
}
.animationBtn:hover {
  border-radius: 30px;
}
.contact-item .linkBtn {
  width: 100%;
  padding: 14px 15px; /* ボタンの高さを少し増やす */
  font-size: 1.05rem; /* ボタンの文字も少し大きく */
  min-height: auto;
}


/* その他のお問い合わせ（横幅いっぱいの特殊な枠） */
.contact-item._other {
  grid-column: 1 / -1; /* グリッド全体に広げる */
  text-align: center;
  padding: 40px;
  background-color: #f7fcf9; /* 薄い緑の背景 */
  border: 1px solid #00A650;
}
.contact-item._other .item-title {
  border-bottom: none;
  color: #00A650;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.contact-item._other .item-description {
  margin-bottom: 25px;
}
.contact-item._other .btn-wrap {
  width: 50%;
  margin: 15px auto 0;
}
/* その他のお問い合わせボタンを少し大きく */
.contact-item._other .linkBtn {
  font-size: 1.2rem;
  padding: 15px 20px;
}


/* スマートフォン向け調整 */
@media (max-width: 768px) {
  .contact-items-container {
    grid-template-columns: 1fr; /* 1列にする */
    gap: 20px;
  }
  .contact-item {
    padding: 20px;
  }
  .contact-item .item-title {
    font-size: 1.5rem;
  }
  .contact-item .info-group {
    /*flex-direction: column;*/
    align-items: flex-start;
  }
  .contact-item .info-label {
    /*width: 100%;*/
    text-align: left;
    margin-bottom: 2px;
  }
  .contact-item .info-value {
    width: 100%;
    text-align: left;
  }
  .contact-item._other {
    padding: 30px 20px;
  }
  .contact-item._other .btn-wrap {
    width: 100%;
  }
}
/* =========================================================================
   ボタン表示崩れ修正
   ========================================================================= */

/* .btn, .linkBtn が a タグになった場合の調整 */
.contact-item .linkBtn {
  /* 前回の設定を維持しつつ、崩れの原因を修正 */
  width: 100%;
  padding: 14px 15px; 
  font-size: 1.05rem; 
  min-height: auto;
  border-radius: 30px;
  /* ボタンのテキストが表示されるように display を調整 */
  display: flex; /* 子要素 (.btnText, .circle) を制御しやすく */
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative; /* 子要素の absolute 配置の基準点に */
}

/* ボタンテキストの表示を確保 */
.contact-item .linkBtn .btnText {
  display: block;
  z-index: 2; /* テキストを円の上に表示 */
  position: relative;
  /* hojin.htmlでpadding-left: 15pxが指定されていた点を調整 */
  padding-left: 0 !important; 
    color: #36663A;
}
/* 円の配置を修正 */
.contact-item .linkBtn .circle {
  position: absolute; /* 親要素 (.linkBtn) 基準で配置 */
  right: 15px; /* hojin.htmlに合わせて右端から15px */
  /* その他、既存の .circle スタイルが当たっていることを前提とします */
}

/* その他のお問い合わせボタンの調整 (aタグ全体にスタイルを適用) */
.contact-item._other .linkBtn {
  font-size: 1.1rem;
  padding: 15px 20px;
}
/* =========================================================================
   カテゴリ分けのための大見出しスタイル
   ========================================================================= */
.contact-list-heading {
  font-size: 1.8rem; /* 項目タイトルより大きく */
  color: #36663A; /* ナイスの緑色を使用 */
  margin-top: 40px; /* 上部に大きな余白 */
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #36663A;
}

@media (max-width: 768px) {
  .contact-list-heading {
    font-size: 2.0rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
