@charset "UTF-8";
.body {
  overflow-x: hidden;
}

.btn_hover {
  background: linear-gradient(270deg, #EA9286, #EA9286, #ffffff, #ffffff);
  background-position: 1% 50%;
  background-size: 300% 300%;
}
@media (max-width: 1366px) {
  .btn_hover {
    background: #fff;
  }
}

.btn_bg {
  background: linear-gradient(270deg, #EA9286, #EA9286, #FDF6F5, #FDF6F5);
  background-position: 1% 50%;
  background-size: 300% 300%;
}
@media (max-width: 1366px) {
  .btn_bg {
    background: #FDF6F5;
  }
}

/* =============================================
メインビジュアル
=============================================*/
.mv {
  position: relative;
  height: 350px;
}
@media (max-width: 1366px) {
  .mv {
    height: 340px;
    padding-top: 64px;
    overflow-y: visible;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv {
    height: 300px;
    padding-top: 64px;
    overflow-y: visible;
  }
}
.mv::before {
  position: absolute;
  content: "";
  height: 350px;
  width: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  background: url(../img/mv.png) no-repeat center bottom/cover;
}
@media (max-width: 1366px) {
  .mv::before {
    height: 340px;
    width: 100vw;
    background: url(../img/mv_sp.png) no-repeat bottom center/cover;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .mv::before {
    height: 300px;
    width: 100%;
    background: url(../img/mv.png) no-repeat center bottom/cover;
  }
}
@media (max-width: 1366px) {
  .mv__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
  }
}

/* =============================================
インフォメーション
=============================================*/
.information {
  margin-top: 0;
  margin-bottom: 160px;
  background: #F5F5F5;
}
@media (max-width: 1366px) {
  .information {
    margin-bottom: 81px;
  }
}

/* =============================================
挨拶
=============================================*/
.greeting__ttl {
  margin-bottom: 48px;
}
@media (max-width: 1366px) {
  .greeting__ttl {
    margin: 0 auto 16px;
    text-align: center;
  }
}
.greeting__inner {
  display: flex;
  justify-content: space-between;
  align-content: start;
  align-items: start;
}
@media (max-width: 1366px) {
  .greeting__inner {
    flex-direction: column-reverse;
    justify-content: start;
    align-content: center;
    align-items: center;
  }
}
.greeting__left {
  width: 60%;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .greeting__left {
    width: 100%;
  }
}
.greeting__left span {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
  display: block;
}
@media (max-width: 1366px) {
  .greeting__left span {
    font-size: 16px;
  }
}
.greeting__right {
  width: 31%;
}
@media (max-width: 1366px) {
  .greeting__right {
    width: 240px;
  }
  .greeting__right img {
    padding: 0 20px;
  }
}
.greeting__right--txt {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .greeting__right--txt {
    margin-top: 18px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.greeting__right--txt span {
  display: inline-block;
  font-weight: 500;
  padding-left: 10px;
}
@media (max-width: 1366px) {
  .greeting__right--txt span {
    padding-left: 0;
  }
}
.greeting__btns {
  display: flex;
  margin-top: 140px;
  gap: 2%;
  margin-bottom: 160px;
}
@media (max-width: 1366px) {
  .greeting__btns {
    margin-top: 56px;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
  }
}

@media (min-width: 1367px) {
  .header.backGround .search--form,
  .header.backGround .search {
    background-color: #FDF6F5;
  }
}
/* =============================================
組織・事業 名簿
=============================================*/
.meibo {
  padding: 120px 0 80px;
  margin: auto;
  position: relative;
}
@media (max-width: 1366px) {
  .meibo {
    padding: 40px 0 48px;
  }
}
.meibo__list {
  border: 2px solid #e7e7e7;
  border-bottom: none;
}
.meibo__raw {
  display: flex;
  border-bottom: 2px solid #e7e7e7;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 1366px) {
  .meibo__raw {
    flex-direction: column;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .meibo__raw {
    flex-direction: row;
  }
}
.meibo__ttl {
  width: 180px;
  min-width: 180px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FDF6F5;
  padding: 18px;
}
@media (max-width: 1366px) {
  .meibo__ttl {
    width: 100%;
    min-height: 38px;
    padding: 8px 0 9px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .meibo__ttl {
    width: 180px;
    min-width: 180px;
  }
}
.meibo__txt {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 18px 32px;
}
@media (max-width: 1366px) {
  .meibo__txt {
    min-height: 53px;
    width: 100%;
    padding: 16px 20px;
  }
}

/* =============================================
組織・事業 会員
=============================================*/
.kaiin {
  color: #17323B;
  padding: 0 0 140px;
}
@media (max-width: 1366px) {
  .kaiin {
    padding-bottom: 56px;
  }
}
.kaiin__box {
  font-size: 18px;
  padding: 28px 32px;
  border: 2px solid #e7e7e7;
  width: 100%;
  background: #FDF6F5;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .kaiin__box {
    padding: 19px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 32px;
  }
}
.kaiin__btn {
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .kaiin__btn {
    margin-bottom: 24px;
  }
}
.kaiin__btn--dsc {
  text-align: center;
  font-size: 16px;
  line-height: 1.6428571429;
}
@media (max-width: 1366px) {
  .kaiin__btn--dsc {
    font-size: 14px;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .kaiin__btn--dsc {
    text-align: center;
  }
}

/* =============================================
地区医師会案内 リスト
=============================================*/
.con__txt_table {
  width: 1370px;
  margin: 0 auto;
}

.con__txt_table .text {
  text-align: right;
  margin-bottom: 5px;
}

.list__outer {
  padding: 120px 0 140px;
}
@media (max-width: 1366px) {
  .list__outer {
    padding: 48px 0 56px;
  }
}

@media screen and (max-width: 1530px) {
  .list {
    overflow-x: scroll;
  }
}
.list {
  border: 1px solid #e7e7e7;
  border-right: none;
}
.list__row {
  border-top: 1px solid #e7e7e7;
  display: flex;
  font-size: 14px;
  min-width: 1370px;
  line-height: 1.5;
  border-right: 1px solid #e7e7e7;
}
@media (max-width: 1366px) {
  .list__row {
    min-width: 1405px;
  }
}
.list__ttls {
  border-top: none;
}
.list .name {
  min-width: 170px;
  width: 170px;
  background: #FDF6F5;
  border-right: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1366px) {
  .list .name {
    width: 144px;
    min-width: 144px;
  }
}
.list__top {
  background: #F6F6F6 !important;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-right: 1px solid #e7e7e7;
}
.list__txt {
  height: 91px;
  display: flex;
  align-items: center;
  padding-left: 14px;
}
.list .kaicho {
  min-width: 118px;
  border-right: 1px solid #e7e7e7;
  width: 118px;
}
@media (max-width: 1366px) {
  .list .kaicho {
    width: 116px;
    min-width: 116px;
  }
}
.list .yubin {
  min-width: 110px;
  border-right: 1px solid #e7e7e7;
  width: 110px;
}
@media (max-width: 1366px) {
  .list .yubin {
    width: 120px;
    min-width: 120px;
  }
}
.list .jyusyo {
  min-width: 280px;
  border-right: 1px solid #e7e7e7;
  width: 280px;
}
@media (max-width: 1366px) {
  .list .jyusyo {
    width: 303px;
    min-width: 303px;
  }
}
.list .tel {
  min-width: 160px;
  border-right: 1px solid #e7e7e7;
  width: 160px;
}
@media (max-width: 1366px) {
  .list .tel {
    width: 180px;
    min-width: 180px;
  }
}
.list .hp {
  min-width: 292px;
  border-right: 1px solid #e7e7e7;
  width: 292px;
  font-size: 12px;
}
.list .biko {
  min-width: 240px;
  width: 240px;
}
@media (max-width: 1366px) {
  .list .biko {
    width: 250px;
    min-width: 250px;
  }
}

/* =============================================
アクセス
=============================================*/
.access {
  color: #17323B;
  padding: 80px 0 140px;
}
@media (max-width: 1366px) {
  .access {
    padding: 34px 0 48px;
  }
}
.access__address {
  margin-bottom: 48px;
}
@media (max-width: 1366px) {
  .access__address {
    margin-bottom: 24px;
  }
}
.access__address--list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none !important;
}
@media (max-width: 1366px) {
  .access__address--list {
    gap: 14px;
  }
}
.access__address--ttl {
  font-size: 18px;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 1366px) {
  .access__address--ttl {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .access__address--ttl {
    display: inline-block;
  }
}
.access__address--ttl::after {
  content: "・・・";
}
@media (max-width: 1366px) {
  .access__address--ttl::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .access__address--ttl::after {
    display: inline;
  }
}
.access__address--ttl::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #EA9286;
  content: "";
  position: absolute;
}
.access__address--txt {
  font-size: 16px;
  line-height: 1.5;
}
.access__address--dsc {
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 1366px) {
  .access__address--dsc {
    margin-bottom: 18px;
  }
}
.access__address--map {
  width: 100%;
  height: 640px;
  margin: auto;
  margin-bottom: 56px;
}
@media (max-width: 1366px) {
  .access__address--map {
    height: 335px;
    margin-bottom: 18px;
  }
}
.access__address--btn {
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .access__address--btn {
    margin-bottom: 48px;
  }
}
.access__training {
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .access__training {
    margin-bottom: 48px;
  }
}
.access__training--txt {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media (max-width: 1366px) {
  .access__training--txt {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.access__training--txt li::before {
  left: -15px;
  top: 14px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #EA9286;
  content: "";
  position: absolute;
}
.access__training--txt li {
  position: relative;
  margin-left: 15px;
}
.access__training--txt ul {
  list-style: none !important;
  margin-bottom: 20px;
}
.access__training--subttl {
  color: #55A6E7;
  font-weight: bold;
  font-size: 20px;
  margin: 24px 0 8px;
}
@media (max-width: 1366px) {
  .access__training--subttl {
    margin: 14px 0 4px;
    font-size: 16px;
  }
}
.access__training--img {
  display: flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
  gap: 4%;
}
@media (max-width: 1366px) {
  .access__training--img {
    margin: 20px 0 0;
    gap: 2%;
  }
}
.access__book--txt {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 1366px) {
  .access__book--txt {
    font-size: 14px;
    margin-bottom: 24px;
    gap: 16px;
  }
}
.access__book p {
  padding-left: 15px;
}
@media (max-width: 1366px) {
  .access__book p {
    padding-left: 0;
  }
}
.access__book--ttl {
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media (max-width: 1366px) {
  .access__book--ttl {
    padding-left: 15px;
  }
}
.access__book--ttl::after {
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #EA9286;
  content: "";
  position: absolute;
}
@media (max-width: 1366px) {
  .access__book--ttl::after {
    left: 0;
  }
}
.access__box {
  border: 1px solid rgba(23, 50, 59, 0.3);
  background: #FDF6F5;
  border-radius: 4px;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1366px) {
  .access__box {
    padding: 16px 20px;
  }
}
.access__box--txt {
  font-weight: bold;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1366px) {
  .access__box--txt {
    flex-direction: column;
    font-size: 14px;
    gap: 6px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .access__box--txt {
    flex-direction: row;
  }
}
.access__box span {
  font-weight: bold;
}
@media (max-width: 1366px) {
  .access__box span {
    font-size: 16px;
  }
}
.access__box .onlyPC {
  display: inline;
}
@media (max-width: 1366px) {
  .access__box .onlyPC {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .access__box .onlyPC {
    display: inline;
  }
}

/* =============================================
FOOT
=============================================*/
.bottom_btns {
  display: flex;
  gap: 52px;
  margin-bottom: 160px;
}
@media (max-width: 1366px) {
  .bottom_btns {
    gap: 24px 20px;
    margin-bottom: 56px;
    flex-direction: column;
  }
}

.footer,
.menu {
  background: #FDF6F5;
}

.pagetop {
  bottom: 30px;
}/*# sourceMappingURL=style.css.map */