@charset "UTF-8";
img {
  max-width: 100%;
}
#sub .banner-space a img {
  width: 100%;
}
#gnavi li {
  padding-bottom: 1em;
}
#gnavi li.line2 {
  padding-bottom: 0;
  position: relative;
  top: 1em;
}
#quick-navi {
  background-color: #f3f5ea;
  border: none;
  border-radius: 10px;
  margin-top: 1em;
}
#mainvisual {
  margin-bottom: 80px;
}
ul.text-list li.important {
  margin-bottom: 28px;
}

ul.text-list li.important a {
  background-color: #fff;
  border: #b77c9a 1px solid;
  padding: 1em;
  padding-top: 0.25em;
  padding-right: 3em;
  position: relative;
}
ul.text-list li.important a h3 {
  color: #b77c9a;
}
ul.text-list li.important a p {
  color: #444;
  font-size: 14px;
}
ul.text-list li.important a:hover {
  background-color: #b77c9a;
}
ul.text-list li.important a:hover h3,
ul.text-list li.important a:hover p,
ul.text-list li.important a:hover::after {
  color: #fff;
}
ul.text-list li.important a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-left: #b77c9a 2px solid;
  border-bottom: #b77c9a 2px solid;
  transform: translateY(-50%) rotate(-135deg);
  top: 50%;
  right: 20px;
}
.sdgs-banner {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
  margin-bottom: 60px;
}
ul.thumb-list li {
  width: 100% !important;
  padding: 25px 0;
  border-bottom: 1px solid #dddddd;
  flex-basis: 100% !important;
}
ul.thumb-list li figure {
  display: flex;
  gap: 30px;
  align-items: start;
  width: 100%;
}
ul.thumb-list li a .news_img {
  border-radius: 20px;
  max-width: 45%;
  width: 45%;
  aspect-ratio: 320 / 220;
}
ul.thumb-list li figure img {
  object-fit: cover;
  aspect-ratio: 320 / 220;
  width: 100%;
  border-radius: 20px;
}
ul.thumb-list li figure figcaption {
  padding-top: 10px;
  width: calc(55% - 30px);
}
ul.thumb-list [class^="cat-"] {
  right: 100%;
  top: 0;
  transform: translateX(100%);
  font-weight: normal;
  line-height: 1.4;
  align-items: center;
  display: flex;
  justify-content: center;
}
ul.thumb-list li h3 {
  color: #444444;
  margin-bottom: 1em;
  padding-top: 0.5em;
}

.gnavi-accordion ul,
#quick-navi.only-sp-block,
.gnav-banners {
  display: none;
}
.left50 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#btn-map {
  display: none;
  text-align: center;
  width: 55px;
  height: 55px;
  background-color: #5f8830;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 111px;
  background-image: url(../image/ico/ico_map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  border-right: 1px solid #fff;
}
#main section ul.thumb-list li {
  padding-bottom: 25px;
}
.lower-gnavi > ul > li,
header #gnavi > .gnavi-scroll > ul > li {
  margin-right: 1.2em;
}
#main section#news {
  margin-bottom: 50px;
}
.sticky-recruit {
  max-height: calc();
  overflow-y: scroll;
}
.recruit-news-banner {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
  margin: 50px 0 !important;
}
.recruit-news-banner a {
  display: block;
}
.recruit-news-banner img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #quick-navi li {
    width: 33.3%;
  }
  #btn-spmenu,
  #btn-map {
    display: inline-block;
  }
  #quick-navi.only-sp-block {
    display: block !important;
  }
  .gnav-sp.only-sp-block ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .gnav-sp.only-sp-block ul li {
    width: 32%;
    text-align: center;
  }
  .gnav-sp.only-sp-block ul li img {
    max-width: 40px;
    height: auto;
  }
  .gnav-sp.only-sp-block ul li a {
    font-size: 13px;
  }
  #quick-navi.only-sp-block {
    padding: 0;
  }
  #quick-navi.only-sp-block ul {
    display: flex;
    align-items: center;
  }
  #quick-navi.only-sp-block a {
    font-size: 13px;
    display: block;
    text-align: center;
  }
  #quick-navi:not(.only-sp) {
    display: none;
  }
  #gnavi li.line2 {
    top: 0;
  }
  #gnavi > .gnavi-scroll > ul {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  #gnavi > .gnavi-scroll > ul > li.recruit {
    display: none;
  }
  .gnavi-accordion ul {
    display: none !important;
  }
  .gnavi-accordion .close + ul {
    display: block !important;
    margin: 0 !important;
  }
  .gnavi-accordion ul li {
    width: 100% !important;
    display: block !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .gnavi-accordion ul li a {
    background-color: #f3f5ea;
    color: #5f8830;
    font-size: 12px;
    line-height: 35px;
    margin: 0;
    padding: 0 1em;
    border-bottom: 1px dotted #dddddd;
    display: block;
    font-size: 15px !important;
    text-align: left !important;
  }
  .gnavi-accordion ul li a::before {
    content: "" !important;
  }
  .gnavi-accordion > a {
    color: #5f8830;
    padding: 0.6em 1em !important;
    display: block;
    text-align: left !important;
    letter-spacing: 0.1em;
    position: relative;
  }
  .gnavi-accordion > a::before,
  .gnavi-accordion > a::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #5f8830;
    top: 48%;
    right: 15px;
  }
  .gnavi-accordion > a::before {
    transform: rotate(0deg);
  }
  .gnavi-accordion > a::after {
    transform: rotate(90deg);
  }
  .gnavi-accordion > a.close::after {
    transform: rotate(0deg);
  }
  .gnavi-accordion > a img {
    vertical-align: middle;
    margin-right: 10px;
    padding: 0 !important;
    background-color: transparent !important;
    width: 40px !important;
  }
  #gnavi > ul {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .gnav-banners {
    display: flex;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    justify-content: space-between;
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: 90% !important;
  }
  #gnavi ul.gnav-banners > li {
    padding: 0 !important;
    width: calc(50% - 2px);
    border-bottom: none !important;
    margin-right: 0 !important;
  }
  header #gnavi > .gnavi-scroll > ul.gnav-banners > li > a {
    padding: 0 !important;
  }
  .gnav-banners li img {
    width: 100% !important;
    border-radius: 0 !important;
  }
  .gnavi-scroll {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 500px) {
  #main section ul.thumb-list li {
    padding-bottom: 40px;
  }
  ul.thumb-list li figure {
    flex-direction: column;
    gap: 15px;
  }
  ul.thumb-list li a .news_img {
    width: 100%;
    max-width: 100%;
  }
  ul.thumb-list li figure figcaption {
    width: 100%;
  }
}

/* 健康診断コース */
h2 {
  line-height: 1.45;
}
.w-full {
  width: 100%;
}
.beige-box {
  background-color: #f4f5f0;
  padding: 0 30px 25px;
  border-radius: 10px;
  margin-top: 40px;
}
.beige-box h3 {
  font-family: "Kosugi Maru", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  padding-bottom: 0;
}
.in-page-link {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-left: 0;
}
.in-page-link__item {
  list-style-type: none;
  width: 33%;
}
.in-page-link__item a {
  border-radius: 5px;
  border: 1px solid #abc988;
  padding-bottom: 35px;
  color: #5f8730;
  font-size: 15px;
  text-align: center;
  position: relative;
  height: 100px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-page-link__item a:hover {
  background-color: #5f8730;
  color: #fff;
}
.in-page-link__item a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #5f8730 transparent transparent transparent;
  bottom: 12px;
}
.in-page-link__item a:hover::after {
  border-color: #fff transparent transparent transparent;
}
#main section {
  margin-bottom: 100px;
}
.accordion-list {
  padding-left: 0;
}
.accordion-list__item {
  border: #5f8830 1px solid;
  border-radius: 8px;
  margin-bottom: 27px;
  list-style-type: none;
}
.accordion-list__item h3 {
  font-family: "Kosugi Maru", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: flex;
  align-items: center;
  padding-left: 35px;
  padding-right: 50px;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding-bottom: 1em;
}
.accordion-list__item h3::after {
  position: absolute;
  content: url(../image/ico/ico_plus.png);
  top: 26px;
  right: 40px;
}
.accordion-list__item h3.close::after {
  content: url(../image/ico/ico_minus.png);
}
.accordion-list__item h3 .title {
  display: inline-block;
  font-size: 15px;
}
.accordion-list__item h3 .price {
  display: inline-block;
  font-size: 22px;
  margin-right: 80px;
}
.accordion-list__item p {
  background-color: #fffff8;
  padding: 25px 35px;
  margin: 0 !important;
  display: none;
}
.medical-checkup-table {
  border-radius: 10px;
}
.medical-checkup-table tr {
  border-left: #5f8730 1px solid;
  border-right: #5f8730 1px solid;
}
.medical-checkup-table tr:nth-child(n + 3) th {
  text-align: left;
}

.medical-checkup-table tr:nth-child(n + 3) td {
  text-align: center;
  color: #5f8730;
  font-size: 16px;
}
.medical-checkup-table th {
  font-weight: normal;
  border-collapse: collapse;
}
.medical-checkup-table tbody th {
  background-color: #fff;
  color: #303030;
  font-size: 14px;
  max-width: 100px;
  white-space: normal;
}
.medical-checkup-table tbody th {
  width: 100px;
  min-width: 100px;
}
.medical-checkup-table tbody td {
  width: calc((100% - 300px) / 4);
  border-left: #cccccc 1px solid;
  text-align: center;
}
.medical-checkup-table tr th:first-child {
  border-left: #5f8730 1px solid;
  border-right: #cccccc 1px solid;
}
.medical-checkup-table tr th:nth-child(3) {
  border-left: #cccccc 1px solid;
}
.medical-checkup-table tr:nth-of-type(2) th:first-child {
  border-left: none;
  border-right: none;
}
.medical-checkup-table tr td:last-child {
  border-right: #5f8730 1px solid;
}
.medical-checkup-table tr:last-of-type th,
.medical-checkup-table tr:last-of-type td {
  border-bottom: 1px solid #5f8730;
}
.medical-checkup-table tbody tr:first-of-type td {
  border-top: none;
  white-space: nowrap;
  padding: 0.8em 0;
}
.text-center {
  text-align: center;
}
.pdf-link a {
  color: #5f8830;
  text-align: center;
  line-height: 100px;
  border: #5f8730 1px solid;
  border-radius: 10px;
  display: block;
}
.pdf-link a::before {
  background-image: url(../image/ico/ico_pdf.svg);
  content: "";
  position: relative;
  top: 2px;
  left: -0.5em;
  width: 16px;
  height: 16px;
  background-size: contain;
  display: inline-block;
}
.btn {
  padding: 1em 3em;
}
.btn.blank-link {
  position: relative;
}
.btn.blank-link::after {
  position: absolute;
  content: "";
  top: 22px;
  right: 20px;
  background-image: url(../image/ico/ico_blank-link.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
}
.box-contact h2 {
  margin-bottom: 25px;
}
.medical-checkup .columun-3 > * p:last-child {
  text-align: center;
  color: #5f8730;
}
.medical-checkup p:not(.pdf-link) a {
  display: inline-block;
  border-bottom: 1px solid #444;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .medical-checkup-table-scroll {
    max-width: 100%;
    overflow: scroll;
  }
  .medical-checkup-table-scroll::before {
    content: "←スクロールできます";
  }
  .medical-checkup-table-scroll thead {
    position: sticky;
    top: 0;
  }
  .in-page-link {
    flex-direction: column;
  }
  .in-page-link__item {
    width: 100%;
  }
  .in-page-link__item a {
    height: auto;
    padding-bottom: 14px;
    white-space: nowrap;
  }
  .in-page-link__item a::after {
    left: calc(100% - 20px);
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .accordion-list__item h3 {
    flex-direction: column;
    align-items: start;
    padding-top: 0.6em;
    padding-left: 15px;
  }
  .accordion-list__item h3::after {
    right: 15px;
  }
  table td,
  table th {
    padding: 5px;
  }
  .medical-checkup-table tbody th {
    width: 80px;
    min-width: 80px;
  }
  .medical-checkup-table tbody td {
    width: calc((100% - 240px) / 4);
    border-left: #cccccc 1px solid;
    text-align: center;
  }
}

/* 健康診断の流れ */
.checkup-flow-list {
  padding-left: 0;
}
.checkup-flow-list__item {
  list-style-type: none;
}
.checkup-flow-list__item .box-contact {
  background-color: #fff;
}
.checkup-flow-list__item .box-contact h2 {
  margin-bottom: 0;
}
.checkup-flow-list__item .box-contact h3 {
  font-family: "Kosugi Maru", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.checkup-flow-list__item .box-contact p {
  margin-top: 0.5em !important;
}
.checkup-flow-list__item .box-contact .red {
  color: #ed192c;
}
.beige-box--attention {
  padding-top: 25px;
}
.beige-box--attention h3 {
  padding-top: 0;
}

/* オプション検査 */
.set-options-table th:first-of-type {
  min-width: 220px;
  width: 220px;
}
.set-options-table th:nth-of-type(2) {
  min-width: 220px;
  width: 220px;
}
.set-options-table th:nth-of-type(3) {
  width: calc(100% - 540px);
  min-width: 220px;
}
.set-options-table th:last-of-type {
  min-width: 100px;
  width: 100px;
}
.set-options-table td {
  border-left: #cccccc 1px solid;
}
.set-options-table a {
  color: #5f8530;
  text-decoration: underline;
  display: block;
  word-break: break-all;
}
.set-options-table td:first-of-type {
  border-left: #5f8530 1px solid;
}
.set-options-table td:last-of-type {
  border-right: #5f8530 1px solid;
  background-color: #fffff8;
  text-align: center;
}
.set-options-table tr:last-of-type td {
  border-bottom: #5f8530 1px solid;
}
@media only screen and (max-width: 768px) {
  .set-options {
    max-width: 100%;
  }
  .set-options-table th:first-of-type {
    min-width: 150px;
    width: 150px;
  }
  .set-options-table th:nth-of-type(2) {
    min-width: 150px;
    width: 150px;
  }
  .set-options-table th:nth-of-type(3) {
    width: calc(100% -400px);
    min-width: 220px;
  }
}

/* ビタミン注射・予防接種 */
.beige-box .mb0 {
  margin-bottom: 0 !important;
}
.beige-box a {
  color: #5f8530;
  display: inline-block;
  border-bottom: 1px solid #5f8530;
}
.beige-box a:hover {
  text-decoration: none !important;
  border-bottom: none;
}
.underline-list li {
  border-bottom: 1px solid #cccccc;
  padding: 1em 0 !important;
  position: relative;
}
.underline-list li::before {
  content: "";
  background-color: #ccc;
  width: 1.5em;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: -1.5em;
}
/* .vaccination h3 {
  font-family: "Kosugi Maru", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
} */
/* 地域共生のまちづくり */
h2 .title-small {
  display: block;
  font-size: 16px;
  margin-top: 0.5em;
}
.sdgs h3 {
  text-align: center;
}
.font-small {
  font-size: 13px;
}
.effort-box {
  border: 1px solid #abc988;
  padding: 40px 65px;
  border-radius: 10px;
}
.effort-box h3 {
  font-family: "Kosugi Maru", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
.effort-box ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.effort-box li {
  width: 50%;
}
.effort-box li {
  list-style-type: none;
}
.effort-box li::before {
  content: "● ";
  color: #5f8530;
}
.sdgs #issue {
  background-color: #f4f5f0;
  padding: 70px 55px;
}
.back-green-title {
  display: inline-block;
  background-color: #5f8530;
  color: #fff;
  font-family: "Kosugi Maru", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0.2em 2em;
  border-radius: 2em;
  font-size: 14px;
}
.sdgs-link {
  margin-top: 80px;
}
.in-page-link--five {
  flex-wrap: wrap;
}
.in-page-link--five li:first-child,
.in-page-link--five li:nth-child(2),
.in-page-link--five li:nth-child(3) {
  width: calc((100% - 30px) / 3);
}
.in-page-link--five li:nth-child(4),
.in-page-link--five li:last-child {
  width: calc((100% - 15px) / 2);
}
.sdgs-effort-list {
  margin-top: 40px;
  padding-left: 0;
}
.sdgs-effort-list__item {
  list-style-type: none;
  margin-bottom: 150px;
}
.sdgs-effort-list__item h3 {
  padding-top: 0;
  text-align: left;
}
.sdgs-effort-list__item .back-green-title {
  margin-bottom: 0.5em;
  background-color: #7fa05a;
}
.sdgs-effort-list__item > p {
  width: 73%;
}
.sdgs-effort-box {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.sdgs-effort-box > img {
  width: 315px;
}
.sdgs-effort-box__text {
  width: 375px;
  padding-top: 36px;
}
.sdgs-effort-box__text img {
  max-height: 100px;
}
.sdgs-effort-box__text h4 {
  font-family: "Kosugi Maru", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
}
.sdgs-effort-box__text p {
  margin-top: 0 !important;
}
.sdgs .sdgs-effort-box__text .btn {
  text-align: left;
  line-height: 1.6;
  border-radius: 34px;
}
@media only screen and (max-width: 768px) {
  .sdgs #issue {
    padding: 40px 20px;
  }
  .sdgs h2 br {
    display: inline;
  }
  .sdgs h3 {
    text-align: left;
  }
  .effort-box {
    padding: 10px 30px;
  }
  .effort-box li {
    width: 100%;
  }
  .sdgs-effort-list__item > p {
    width: 100%;
  }
  .in-page-link--five li {
    width: 100% !important;
  }
  .sdgs-effort-box {
    flex-direction: column;
  }
  .sdgs-effort-box > img {
    width: 80%;
    margin-left: 10%;
  }
  .sdgs-effort-box__text {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .sdgs-effort-box > img {
    width: 100%;
    margin-left: 0;
  }
}

/* サイドバナー */
.side-banner-list {
  border: none !important;
  padding-left: 0;
  margin-top: 26px !important;
}
.side-banner-list a {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 1em;
}
.side-banner-list a:hover {
  background-color: transparent !important;
}
.side-banner-list img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
  transition: all 0.3s;
  width: 379px;
}
.side-banner-list a:hover img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.side-banner-list--sp {
  display: none !important;
}
.medical-checkup,
.set-options {
  max-width: calc(100% - 220px);
}
@media only screen and (max-width: 768px) {
  .medical-checkup,
  .set-options {
    max-width: 100%;
  }
  .side-banner-list {
    display: none !important;
  }
  .side-banner-list.side-banner-list--sp {
    display: block !important;
  }
  .side-banner-list.side-banner-list--sp li {
    list-style-type: none;
    text-align: center;
  }
  #contents:not(.front) {
    padding-top: 60px;
  }
}
/* 真愛だより一覧 */
.page_navi .pagenation {
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .page_navi .pagenation {
    padding: 0 25px;
  }
}

/* SDGs */
.wrap1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.wrap770 {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
.right-long {
  margin-left: calc((100% - 1000px) / 2);
  width: calc(100% - ((100% - 1000px) / 2));
}
.sdgs-effort-list__item h3 {
  max-width: 730px;
  background-color: #fff;
  position: relative;
  height: 110px;
  padding-top: 30px;
  border-top-right-radius: 10px;
}
.sdgs-effort-list__item p {
  max-width: 710px;
}
.right-long + .wrap1000 {
  margin-top: -110px;
  margin-bottom: 120px;
}
.sdgs-effort-box {
  position: relative;
  z-index: 2;
}
.sdgs-effort-box::after {
  content: "";
  display: block;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background-color: #f4f5f0;
  width: calc(((100vw - 1000px) / 2) + 400px);
  top: -70px;
  left: 0;
  height: 100%;
  z-index: -1;
}
.sdgs-effort-box .slider-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .wrap1000,
  .wrap770 {
    width: calc(100% - 40px);
  }

  .right-long {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  #main section {
    margin-bottom: 60px;
  }
  .wrap1000,
  .wrap770 {
    width: 100%;
  }
  .sdgs-effort-box .slider-item {
    flex-direction: column;
  }
  .sdgs-effort-box::after {
    width: calc(100% - 40px);
    top: -20px;
    height: 50%;
  }
  .right-long + .wrap1000 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .sdgs-effort-list__item h3 {
    height: auto;
    padding-top: 0;
  }
}

/* 訪問リハビリ */
.tab:not(.tab--nav) {
  display: flex;
  padding: 0;
  margin: 0;
}
.tab:not(.tab--nav) li {
  width: 50%;
  list-style-type: none;
}
.tab:not(.tab--nav) li a {
  display: block;
  background: #f4f5f0;
  line-height: 80px;
  color: #5f8630;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab:not(.tab--nav) li.active a {
  border: #5f8530 1px solid;
  background: #fff;
  border-bottom: none;
}
.area {
  display: none;
  background: #fff;
  padding: 60px 50px;
  border: #5f8530 1px solid;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.area.is-active {
  display: block;
}
.box-3col {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.box-3col li {
  list-style-type: none;
  width: calc((100% - 30px) / 3);
}
.box-3col li:not(:nth-child(3n)) {
  margin-right: 15px;
}
.reha-price-table th {
  text-align: left;
  width: 370px;
}
.reha-price-table td {
  width: calc(100% - 370px);
}
.td-2col {
  padding: 0 !important;
}
.td-2col > .font-small {
  width: calc(100% - 140px);
  color: #303030;
  font-size: 14px;
  display: inline-block;
  padding-left: 1em;
}
.td-2col .yellow {
  background-color: #fffff8;
  color: #5f8530;
  font-size: 20px;
  display: inline-block;
  text-align: right;
  width: 140px;
  line-height: 46px;
  padding-right: 1em;
}
.td-2col .kome {
  font-size: 9px;
  color: #303030;
  display: inline-block;
  position: relative;
  top: -1em;
}
@media screen and (max-width: 767px) {
  #mainvisual {
    margin-bottom: 0;
  }
  header #gnavi > .gnavi-scroll > ul > li > a {
    padding: 0.2em 0.5em !important;
    font-size: 16px;
  }
  .reha-price-table th {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }
  .reha-price-table td {
    width: 100%;
  }
  .box-3col li {
    width: calc((100% - 15px) / 2);
  }
  .box-3col li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .box-3col li:nth-child(odd) {
    margin-right: 15px;
  }
  .area {
    padding: 30px 20px;
  }
}
#issue .font-small a {
  border-bottom: 1px solid #303030;
  margin-bottom: 0.5em;
}
.sdgs-effort-box .slick-dots {
  display: none !important;
}
.sdgs-effort-box .slick-slider {
  padding-left: 0;
  margin-bottom: 0;
}
.slider-item {
  padding: 0 10px;
}
.slick-next {
  width: 45px;
  height: 45px;
  background-image: url(../image/sdgs/slide-next.png);
  background-size: contain;
  right: -45px;
  z-index: 5;
}
.slick-prev {
  width: 45px;
  height: 45px;
  background-image: url(../image/sdgs/slide-prev.png);
  background-size: contain;
  left: 0;
  z-index: 5;
}
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  content: "";
}
.slick-next:hover {
  background-image: url(../image/sdgs/slide-next.png);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.slick-prev:hover {
  background-image: url(../image/sdgs/slide-prev.png);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 1024px) {
  .slick-next {
    right: -25px;
    top: 40%;
  }
  .slick-prev {
    left: -25px;
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .slider-item > img {
    width: 100%;
  }
  .sdgs-effort-list__item {
    margin-bottom: 30px;
  }
  #title-area h1 {
    display: none;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
.sdgs-banner img {
  width: 100%;
}
.box-contact .tel {
  margin: 0 !important;
}
h3.fz1-1rem {
  font-size: 1.2rem;
}
.mb0 {
  margin-bottom: 0 !important;
}

/* 221206 */
.bg-white {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 9px;
}
.text-green {
  color: #5f8530;
}
#main section .bg-white p {
  margin: 0;
}
.bg-white a {
  text-decoration: underline;
}

/* 221212 */
#contents.sdgs {
  width: 100%;
}
.back-green-title {
  margin-top: 1em;
}
.bg-white a {
  display: inline-block;
  margin: 0.75em 0;
}
#main section .bg-white p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #contents.sdgs {
    padding-left: 0;
    padding-right: 0;
  }
  .slick-next {
    right: -15px;
  }
  .slick-prev {
    left: -15px;
  }
  #contents.sdgs #sdgs-01,
  #contents.sdgs #sdgs-03,
  #contents.sdgs .wrap1000,
  #contents.sdgs .wrap770 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bg-white {
    padding: 30px 20px;
  }
  .sdgs #issue {
    padding: 40px 0;
  }
}

/* 221216 */
.set-options-table--adult td {
  font-size: 14px;
}
.set-options-table--adult th:nth-of-type(3) {
  width: calc(100% - 575px);
}
.set-options-table--adult th:last-of-type {
  width: 135px;
}
.set-options-table--adult td:last-of-type.text-left {
  text-align: left;
}
.set-options-table--adult p.mb1e {
  margin: 1em 0 !important;
}
.vaccination-adult-detail {
  background-color: #f4f5f0;
  padding: 0 25px 25px;
  border-radius: 9px;
}
.vaccination-adult-detail h4 {
  font-family: "Kosugi Maru", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
}
.vaccination-adult-detail .bg-white {
  display: block;
  text-align: center;
  line-height: 1.8;
  padding: 1em;
  padding-left: calc(60px + 1em);
  margin-bottom: 1em;
  position: relative;
}

.vaccination-adult-detail .bg-white span::before {
  content: url(../image/vaccination/icon_vaccination.jpg);
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-40%);
}
#adult .medical-checkup-table-scroll + p {
  margin-bottom: 3em;
}
@media screen and (max-width: 550px) {
  .vaccination-adult-detail .bg-white {
    text-align: left;
    padding-left: calc(40px + 1em);
  }
  .vaccination-adult-detail .bg-white span::before {
    left: 15px;
  }
}
.dot-list li {
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
}
.mt-30 {
  margin-top: 30px;
}
#report span[class^="cat-"] {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.thumb-list .cat-rehabilitation {
  padding-top: 0;
}
ul.thumb-list .cat-important {
  padding-top: 0;
}
ul.thumb-list [class^="cat-"],
#main ul#letter [class^="cat-"] {
  width: 60px;
  height: 60px;
}
#report .cat-important_l {
  padding-top: 0;
}
.banner-space a {
  display: block;
}
.banner-space a img{
  width: 100%;
}
