@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1rem;
  font-weight: 500;
  color: #4C4C4C;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
}

textarea {
  font-family: inherit;
}

main {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
/* =================================== */
/*	下層ページヘッダー 
/* =================================== */
.page-ttl {
  width: 100%;
  height: 320px;
  margin-top: 79px;
  position: relative;
}
.page-ttl__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-ttl__inner h1 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.page-ttl__inner span {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  margin-top: 5px;
}

.low .contents-wrap {
  background-color: #fff;
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .low .contents-wrap {
    padding-bottom: 65px;
  }
}

.low .contents {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .page-ttl {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl {
    height: 170px;
  }
  .page-ttl__inner h1 {
    font-size: 1.5rem;
  }
  .contents-wrap {
    padding-bottom: 80px;
  }
}
/* =================================== */
/*	下層ページメインビジュアル
/* =================================== */
#greeting #mv {
  background: url(../images/greeting/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#search #mv {
  background: url(../images/search/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#news-page #mv {
  background: url(../images/event/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#member #mv {
  background: url(../images/member/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

/* =================================== */
/*	パンくずリスト
/* =================================== */
.low #breadcrumbs {
  padding: 15px 20px 50px 20px;
  margin-right: auto;
  margin-left: auto;
}

.low #breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.low #breadcrumbs ul li {
  position: relative;
  margin-right: 0.5em;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.low #breadcrumbs ul li:before {
  content: "＞";
  display: inline-block;
  padding-right: 0.5em;
}

.low #breadcrumbs ul li:first-child::before {
  display: none;
}

.low #breadcrumbs ul li a {
  color: #8CD440;
}

.low #breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    padding: 10px 20px 40px;
  }
  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}
/* br */
.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}
/* none */
.pc {
  display: block;
}
.sp {
  display: none!important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
}
/* margin */
.mt__Lv1 {
  margin-top: 80px;
}
.mt__Lv2 {
  margin-top: 60px;
}
.mt__Lv3 {
  margin-top: 30px;
}
.mt__Lv4 {
  margin-top: 20px;
}
.mt__Lv5 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mt__Lv1 {
    margin-top: 50px;
  }
  .mt__Lv2 {
    margin-top: 30px;
  }
  .mt__Lv3 {
    margin-top: 25px;
  }
  .mt__Lv4 {
    margin-top: 15px;
  }
  .mt__Lv5 {
    margin-top: 8px;
  }
}
/* color */
.c-orange {
  color: #FF8000 !important;
}

.c-pink {
  color: #479CD7 !important;
}

.c-lblue {
  color: #78BCEB !important;
}

.c-black {
  color: #4C4C4C !important;
}

.c-red {
  color: red !important;
}

.c-blue {
  color: blue !important;
}

/* style */
.c-strong {
  font-weight: bold;
  color: #479CD7;
}

.c-marker {
  display: inline;
  background-color: #DDF3FF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #DDF3FF));
  background: -webkit-linear-gradient(transparent 60%, #DDF3FF 60%);
  background: linear-gradient(transparent 60%, #DDF3FF 60%);
}

.c-img-r {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-img-r {
    border-radius: 10px;
  }
}

.c-link {
  color: #78BCEB;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link:hover, .c-link:focus {
  opacity: 0.7;
}

/* media component */
.c-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-media figure {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-left: 40px;
}
.c-media > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-media__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-media--rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-media--rvs figure {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-right: 40px;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .c-media {
    display: block;
  }
  .c-media figure {
    margin: 10px auto 0;
  }
  .c-media p {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

/* list box component */
.c-list-box {
  padding: 40px;
  background-color: #F7FFCF;
  border-radius: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-list-box {
    padding: 20px;
  }
}
.c-list-box h4 {
  color: #78BCEB;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
.c-list-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto -20px;
}
.c-list-box ul li {
  width: 50%;
  max-width: 440px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-list-box {
    padding: 30px 20px;
  }
  .c-list-box ul {
    display: block;
    margin: 20px auto -20px;
  }
  .c-list-box ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .c-list-box h4 {
    font-size: 1rem;
  }
}

.c-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-col4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -3%;
  }
}
.c-col4__item {
  width: 23.5%;
  max-width: 234px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-col4__item {
    width: 47%;
    margin-right: 3%;
  }
}
.c-col4__item > p {
  font-size: 1rem;
  text-align: justify;
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-col4__item > p {
    font-size: 0.875rem;
  }
}
.c-col4__item > p small {
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-col4__item > p small {
    font-size: 0.75rem;
  }
}

/* page-up */
.pageup-area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 768px) {
  .pageup-area {
    bottom: 70px;
  }
}

.pageup {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: #479CD7;
  opacity: 0.7;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageup::before, .pageup::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  background-color: #fff;
}
.pageup::before {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 24px;
}
.pageup::after {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  right: 24px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.pageup:hover, .pageup:focus {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pageup {
    width: 40px;
    height: 40px;
  }
  .pageup::before, .pageup::after {
    top: calc(50% - 1px);
  }
  .pageup::before {
    width: 18px;
    height: 3px;
    left: 17px;
  }
  .pageup::after {
    width: 18px;
    height: 3px;
    right: 17px;
  }
}
/* wrapper component */
.wrapper-sm {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper-md {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper-lg {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

/* button component */
.btn01 {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 13px 20px;
  border-radius: 28px;
  color: #fff;
  background-color: #479CD7;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width:768px) {
  .btn01 {
    font-size: 1rem;
    font-weight: 500;
  }
}
.btn01:hover, .btn01:focus {
  background-color: #287db9;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn01 {
    padding: 10px 20px;
  }
}

/* title component */
.ttl01 {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.04em;
  font-size: 2.25rem;
  font-weight: 700;
  color: #4C4C4C;
  line-height: 1.4;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width:768px) {
  .ttl01 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .ttl01 {
    margin-bottom: 30px;
  }
}
.ttl01::after {
  content: "・・・・・";
  display: inline-block;
  font-size: 30px;
  letter-spacing: -0.5em;
  font-weight: 500;
  color: #8CD440;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .ttl01::after {
    font-size: 1em;
    bottom: -15px;
  }
}

.ttl02 {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  background-color: #78BCEB;
  padding: 14px 25px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:768px) {
  .ttl02 {
    font-size: 1.25rem;
    text-align: left;
    font-weight: 700;
  }
}

.ttl03 {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #4C4C4C;
  line-height: 1.4;
  text-align: left;
  padding: 10px 0;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width:768px) {
  .ttl03 {
    font-size: 1.25rem;
    text-align: left;
    font-weight: 700;
  }
}
.ttl03::before {
  content: "";
  width: 20%;
  height: 4px;
  background-color: #78BCEB;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.ttl03::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #E9E9E9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.ttl04 {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.625rem;
  font-weight: 700;
  color: #4C4C4C;
  line-height: 1.2;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
  border-left: 3px solid #78BCEB;
}
@media screen and (max-width:768px) {
  .ttl04 {
    font-size: 1.25rem;
    text-align: left;
  }
}

.ttl05 {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.625rem;
  font-weight: 700;
  color: #4C4C4C;
  line-height: 1.4;
  text-align: left;
  background-color: #EEEEEE;
  padding: 10px 20px;
  border-left: 6px solid #479CD7;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width:768px) {
  .ttl05 {
    font-size: 1.25rem;
    text-align: left;
    font-weight: 700;
  }
}

.ttl06 {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1.375rem;
  font-weight: 700;
  color: #479CD7;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  border-left: 4px solid #FCC23F;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .ttl06 {
    font-size: 1rem;
    text-align: left;
  }
}
.ttl06 .small {
  font-size: 0.7em;
  font-weight: 500;
}

.ttl07 {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.375rem;
  font-weight: 700;
  color: #479CD7;
  line-height: 1.4;
  text-align: left;
  background-color: #F7F5F2;
  padding: 14px 25px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:768px) {
  .ttl07 {
    font-size: 1.125rem;
    text-align: left;
    font-weight: 700;
  }
}

/* list component */
.c-list {
  list-style: none;
}
.c-list li {
  line-height: 2;
  margin-bottom: 0.2em;
}
.c-list li::before {
  content: "●";
  color: #78BCEB;
  font-size: 0.5em;
  margin-right: 10px;
  vertical-align: middle;
}

/* table component */
.c-table {
  width: 100%;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .c-table {
    font-size: 0.875rem;
  }
}
.c-table thead tr {
  background-color: #daf2ff;
}
.c-table thead tr th {
  border-right: 1px dashed #E9E9E9;
  font-weight: bold;
  color: #4C4C4C;
  padding: 14px;
  text-align: center;
  vertical-align: middle;
}
.c-table thead tr th:last-child {
  border-right: none;
}
.c-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.c-table tbody tr:nth-child(even) {
  background-color: #EEF9FF;
}
.c-table tbody th,
.c-table tbody td {
  border-right: 1px dashed #E9E9E9;
  vertical-align: middle;
}
.c-table tbody th a,
.c-table tbody td a {
  color: #78BCEB;
}
.c-table tbody th a:hover,
.c-table tbody td a:hover {
  text-decoration: underline;
}
.c-table tbody th {
  font-weight: 500;
  padding: 14px 20px;
  text-align: left;
}
.c-table tbody td {
  text-align: center;
  padding: 14px 20px;
}
.c-table tbody td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-table thead tr {
    display: block;
    padding: 10px;
    text-align: center;
  }
  .c-table thead tr th {
    display: inline-block;
    border-right: none;
    padding: 0 5px;
  }
  .c-table tbody tr {
    display: block;
    padding: 10px;
  }
  .c-table tbody th, .c-table tbody td {
    border-right: none;
    display: block;
    padding: 0px;
  }
}

.c-table02 {
  width: 100%;
  border: 1px solid #E9E9E9;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1rem;
}
.c-table02__note {
  margin-top: 10px;
}
.c-table02__note::before {
  content: "※";
}
@media screen and (max-width: 768px) {
  .c-table02 {
    font-size: 0.875rem;
  }
}
.c-table02 tbody tr {
  border-bottom: 1px solid #E9E9E9;
}
.c-table02 tbody th,
.c-table02 tbody td {
  vertical-align: middle;
}
.c-table02 tbody th a,
.c-table02 tbody td a {
  color: #78BCEB;
}
.c-table02 tbody th a:hover,
.c-table02 tbody td a:hover {
  text-decoration: underline;
}
.c-table02 tbody th {
  background-color: #EEF9FF;
  font-weight: 500;
  padding: 9px 14px;
  text-align: left;
}
.c-table02 tbody td {
  background-color: #fff;
  text-align: left;
  padding: 9px 14px;
}
.c-table02 tbody td:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-table02 thead tr th {
    padding: 10px;
  }
  .c-table02 tbody th {
    width: 30%;
    padding: 8px 10px;
  }
  .c-table02 tbody td {
    padding: 8px 15px;
  }
}

/* clearfix utility */
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* align utility */
.u-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

.u-right {
  text-align: right;
  margin-right: auto;
  margin-left: auto;
}

.u-justify {
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
}

/* header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .header {
    position: relative;
  }
}

.header-inner {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 3px #0000002e;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 1023px) {
  .header-inner {
    min-width: 0;
    height: auto;
    background-color: transparent;
    padding-bottom: 5px;
    padding: 0 15px 2px;
  }
}

.header-logo {
  line-height: 1;
  position: relative;
  margin: 5px 20px 5px 0;
}
.header-logo > a {
  display: block;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-logo > a:hover, .header-logo > a:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .header-logo {
    margin: 10px 0;
  }
  .header-logo > a > img {
    width: 235px;
  }
}

.header-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  text-align: right;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .header-nav {
    display: none;
    height: 0;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-nav__first-menu {
  margin-right: 40px;
}
@media screen and (max-width: 1120px) {
  .header-nav__first-menu {
    margin-right: 10px;
  }
}
.header-nav__first-menu > a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  color: #4C4C4C;
  padding: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-nav__first-menu > a:hover, .header-nav__first-menu > a:focus {
  opacity: 0.7;
}
.header-nav__login-btn {
  display: block;
  text-align: center;
  width: 87px;
  height: 100%;
  background-color: #8CD440;
  padding: 5px 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-nav__login-btn:hover, .header-nav__login-btn:focus {
  background-color: #7ac42c;
  color: #fff;
}

/* footer */
.footer-bg {
  background-color: #EEF9FF;
  padding: 60px 0 60px;
}
@media screen and (max-width: 768px) {
  .footer-bg {
    padding: 50px 0 50px;
  }
}

.footer-bg-white {
  background-color: #fff;
  padding: 60px 0 0px;
}
@media screen and (max-width: 768px) {
  .footer-bg-white {
    padding: 50px 0 0px;
  }
}

.footer-wrapper {
  max-width: 1120px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.footer-bnr {
  background-color: #fff;
  padding: 40px 0 40px;
}

@media screen and (max-width: 768px) {
  .footer-bnr {
    padding: 30px 0 40px;
  }
}
.footer-bnr__slide-item {
  margin: 0 5px;
}

.footer-bnr__slide-item a {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-bnr__slide-item img {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
  }
}

.footer-logo {
  line-height: 1;
  margin-bottom: 25px;
}
.footer-logo > a {
  display: inline-block;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-logo > a:hover, .footer-logo > a:focus {
  opacity: 0.7;
}

.footer-info {
  display: block;
  margin-right: 7%;
}
.footer-info__login-btn {
  max-width: 280px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  background-color: #8CD440;
  padding: 5px 20px 7px;
}
.footer-info__login-btn:hover, .footer-info__login-btn:focus {
  background-color: #7ac42c;
  color: #fff;
}
.footer-info__login-btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/icon_key_w.png) no-repeat center center/contain;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .footer-info {
    text-align: center;
    margin: 0 auto;
  }
  .footer-info__login-btn {
    padding: 5px 20px 7px;
  }
}

.footer-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-menu {
    display: none;
    height: 0;
  }
}

.footer-nav-list > li > a {
  display: block;
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  color: #4C4C4C;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  padding-left: 15px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-nav-list > li > a:hover, .footer-nav-list > li > a:focus {
  color: #78BCEB;
}
.footer-nav-list > li > a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #4C4C4C;
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-nav-list > li > a::after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #4C4C4C;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-nav-list li.second > a {
  font-size: 1rem;
  margin-bottom: 20px;
}
.footer-nav-list li.second > a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #4C4C4C;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.footer-nav-list li.second > a::after {
  visibility: hidden;
}
.footer-nav-list li.second--first {
  margin-top: calc(1.4em + 13px);
}
@media screen and (max-width: 768px) {
  .footer-nav-list li.second--first {
    margin-top: 0;
  }
}

.sp_footer-menu {
  display: none;
  height: 0;
}
@media screen and (max-width: 768px) {
  .sp_footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 420px;
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px auto 0;
  }
}

.sp_footer-nav {
  width: 48%;
}

.sp_footer-nav-list {
  margin-left: 0;
}
.sp_footer-nav-list > li > a {
  display: block;
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  color: #4C4C4C;
  line-height: 1.2;
  margin-bottom: 18px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_footer-nav-list > li > a:hover, .sp_footer-nav-list > li > a:focus {
  color: #78BCEB;
}

.copy {
  background-color: #479CD7;
  padding: 18px 0;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.copy small {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .copy {
    padding: 12px 0;
    margin-bottom: 55px;
  }
  .copy small {
    font-size: 0.625rem;
  }
}

/* SP menu */
.sp_menu-nav, .sp_menu-btn, .sp_bottom-menu {
  display: none;
}

@media screen and (max-width: 1023px) {
  .sp_menu-nav, .sp_menu-btn, .sp_bottom-menu {
    display: block;
  }
  .sp_menu-btn {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 21px;
    right: 20px;
    z-index: 100;
  }
  .sp_menu-btn .hamburger {
    display: block;
    height: 4px;
    border-radius: 2px;
    background-color: #479CD7;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .sp_menu-btn .hamburger::before, .sp_menu-btn .hamburger::after {
    content: "";
    display: block;
    height: 4px;
    border-radius: 2px;
    background-color: #479CD7;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp_menu-btn .hamburger::before {
    top: -10px;
  }
  .sp_menu-btn .hamburger::after {
    bottom: -10px;
  }
  .sp_menu-nav {
    width: 100%;
    height: auto;
    padding-top: 60px;
    background-color: rgba(71, 156, 215, 0.95);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: -120%;
    right: 0;
    z-index: 99;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .sp_menu-nav__inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp_menu-nav__list {
    padding-bottom: 40px;
  }
  .sp_menu-nav__list > li > a {
    display: block;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp_menu-nav__list > li > a:hover, .sp_menu-nav__list > li > a:focus {
    opacity: 0.7;
  }
  .is_open-menu .sp_menu-nav {
    top: 0px;
  }
  .is_open-menu .sp_menu-btn .hamburger {
    background: transparent !important;
  }
  .is_open-menu .sp_menu-btn .hamburger::before {
    background-color: #fff;
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .is_open-menu .sp_menu-btn .hamburger::after {
    background-color: #fff;
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* SP menu mottom */
  .sp_bottom-menu {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  .sp_bottom-menu__btn {
    display: block;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #fff;
    width: 50%;
    height: 55px;
    background-color: #78BCEB;
    padding: 15px 5px;
    text-align: center;
  }
  .sp_bottom-menu__btn > img {
    display: inline-block;
    margin-right: 5px;
  }
  .sp_bottom-menu__btn--second {
    background-color: #8CD440;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .sp_bottom-menu {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}
/* TOP page */
/* TOP page common style */
.top-ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-ttl__icon {
    width: 38px;
    height: 38px;
  }
}
.top-ttl__ja {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.04em;
  font-size: 2.375rem;
  font-weight: 700;
  color: #479CD7;
  line-height: 1.4;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width:768px) {
  .top-ttl__ja {
    font-size: 1.625rem;
    text-align: center;
    font-weight: 700;
  }
}
.top-ttl__alph {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #78BCEB;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width:768px) {
  .top-ttl__alph {
    font-size: 0.875rem;
    font-weight: 700;
  }
}

.top-btn {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 13px 20px;
  border-radius: 28px;
  color: #fff;
  background-color: #479CD7;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width:768px) {
  .top-btn {
    font-size: 1rem;
    font-weight: 500;
  }
}
.top-btn:hover, .top-btn:focus {
  background-color: #287db9;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-btn {
    padding: 10px 20px;
  }
}

.top-wrapper {
  max-width: 1120px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.top-wrapper--sm {
  max-width: 1040px !important;
}
.top-wrapper--lg {
  max-width: 1240px !important;
}

/* TOP page MV */
.top-mv {
  width: 100%;
  margin-top: 79px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .top-mv {
    margin-top: 0;
  }
}

/* TOP page slide */
.top-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.slice-img {
  width: 100%;
  height: 100%;
}
.slice-img img {
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

/* TOP page event */
.top-event {
  padding: 80px 0;
  background: url(../images/top/bg_1.jpg) repeat left top/184px 184px;
  background-color: #EAF9F5;
}
@media screen and (max-width: 768px) {
  .top-event {
    padding: 40px 0;
  }
}
.top-event__btn {
  display: block;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .top-event__btn {
    margin-top: 30px;
  }
}

/* TOP about */
.top-about {
  background-color: #fff;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 40px 0;
  }
}
.top-about__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .top-about__media {
    display: block;
  }
}
.top-about__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
@media screen and (max-width: 1023px) {
  .top-about__body {
    margin-right: 0;
  }
}
.top-about__img-wrapper {
  max-width: 400px;
  height: auto;
}
.top-about__img-wrapper > img {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .top-about__img-wrapper {
    margin: 15px auto 0;
  }
  .top-about__img-wrapper > img {
    border-radius: 10px;
  }
}
.top-about__ttl {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: justify;
  color: #78BCEB;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .top-about__ttl {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .top-about__ttl {
    margin-bottom: 15px;
  }
}
.top-about__btn {
  display: block;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .top-about__btn {
    margin-top: 30px;
  }
}

/* TOP search */
.top-search {
  background: url(../images/top/bg_2.jpg) no-repeat center center/cover;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-search {
    background-image: url(../images/top/bg_2_sp.jpg);
    padding: 40px 0;
  }
}
.top-search__btn {
  border-radius: 30px;
  background-color: #8CD440;
  width: 300px;
  height: 200px;
  text-align: center;
  padding: 25px;
}
@media screen and (max-width: 1023px) {
  .top-search__btn {
    height: auto;
    border-radius: 15px;
    padding: 20px;
  }
}
.top-search__btn > span {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .top-search__btn > span {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .top-search__btn > span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .top-search__btn > span {
    margin-top: 10px;
  }
}
.top-search__btn--second {
  background-color: #FFC44E;
}
.top-search__btn--third {
  background-color: #479CD7;
}
.top-search__btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -50px;
}
.top-search__btn-group > a {
  margin-right: 50px;
  transition: .4s;
}
.top-search__btn-group > a:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .top-search__btn-group {
    display: block;
    text-align: center;
    margin: 0 auto -25px;
  }
  .top-search__btn-group > a {
    display: block;
    margin: 0 auto 25px;
  }
}

/* TOP info */
.top-info {
  padding: 80px 0;
  background: url(../images/top/bg_1.jpg) repeat left top/184px 184px;
  background-color: #EAF9F5;
}
@media screen and (max-width: 768px) {
  .top-info {
    padding: 40px 0;
  }
}

.top-info-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  .top-info-list {
    margin-bottom: -30px;
  }
}

.top-info-item {
  width: 215px;
  height: auto;
  margin: 0 12px 50px;
}
@media screen and (max-width: 768px) {
  .top-info-item {
    max-width: 48%;
    margin: 0 auto 30px;
  }
}
.top-info-item > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-info-item > a:hover, .top-info-item > a:focus {
  opacity: 0.7;
}
.top-info-item__inner {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.top-info-item__inner > img {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-info-item__inner > img {
    width: 100%;
    height: auto;
    padding: 5px;
  }
}
.top-info-item__inner > h4 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #479CD7;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .top-info-item__inner > h4 {
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-info-item__inner > h4 {
    margin-top: 10px;
  }
}
.top-info-item__inner > h4 small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .top-info-item__inner > h4 small {
    font-size: 12px;
  }
}

.top-info-item__inner > h4.thin {
  font-size: 1.25rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .top-info-item__inner > h4.thin {
    font-size: 1rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-info-item__inner > h4.sp_thin {
    font-size: 1rem;
  }
}

/* greeting */
.greeting-message__img-wrapper {
  max-width: 300px;
  width: 100%;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .greeting-message__img-wrapper {
    float: none;
    margin: 0 auto 20px;
  }
}

/* membertable */
.member__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.member__flex-item {
  width: 48%;
  height: fit-content;
  margin-right: 0;
  border: 1px solid #E9E9E9;
}
.member__flex-item:first-child {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .member__flex {
    display: block;
  }
  .member__flex-item {
    width: 100%;
  }
  .member__flex-item:first-child {
    margin-right: 0;
    margin-bottom: 0px;
  }
}

.member-table tbody th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .member-table tbody th {
    width: auto;
  }
}
.member-table tbody td:nth-child(3n) {
  width: 8em;
}
.member-table tbody td:nth-child(4n) {
  width: 10em;
}
@media screen and (max-width: 768px) {
  .member-table tbody td:nth-child(3n) {
    width: auto;
  }
  .member-table tbody td:nth-child(4n) {
    width: auto;
  }
}

/* search */
#search-clinic #clinic, #search-clinic #town, #search-clinic #map {
  padding-top: 50px;
  margin-top: -50px;
}
#search-clinic #town {
  margin-bottom: 50px;
}
#search-clinic .map-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
#search-clinic .heading {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #479CD7;
  position: relative;
  margin-bottom: 10px;
}
#search-clinic .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}
#search-clinic .line li a {
  display: block;
  color: #4C4C4C;
  border-radius: 7px;
  background-color: #EEF9FF;
  border: 1px solid #E3E3E3;
  padding: 8px 25px;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#search-clinic .line li a:hover, #search-clinic .line li a:focus {
  opacity: 0.7;
}
#search-clinic .town {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
}
#search-clinic .town li a {
  display: block;
  color: #4C4C4C;
  border-radius: 7px;
  background-color: #EEF9FF;
  border: 1px solid #E3E3E3;
  padding: 8px 25px;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#search-clinic .town li a:hover, #search-clinic .town li a:focus {
  opacity: 0.7;
}

/* search-archive */
/* search-archive */
#search-list .ttl02 {
  margin-bottom: 60px;
}

#search-list .search-item {
  margin-bottom: 80px;
}

#search-list .search-item__ttl {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #74533F;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  border-left: 4px solid #479CD7;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #search-list .search-item__ttl {
    font-size: 1.125rem;
    text-align: left;
  }
}
#search-list .search-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#search-list .search-item__figure {
  min-width: 320px;
  width: 320px;
  height: 220px;
  margin-right: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

#search-list .search-item__figure img {
  max-width: none;
  width: 100%;
  width: 320px;
  height: 220px;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #search-list .search-item__inner {
    display: block;
  }
  #search-list .search-item__figure {
    height: auto;
    margin: 0 auto 20px;
    width: 100%;
    min-width: 100%;
  }
  #search-list .search-item__figure img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}
#search-list .search-item__table {
  width: 100%;
  border: 1px solid #E3E3E3;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1rem;
}

#search-list .search-item__table__note {
  margin-top: 10px;
}

#search-list .search-item__table__note::before {
  content: "※";
}

@media screen and (max-width: 768px) {
  #search-list .search-item__table {
    font-size: 0.875rem;
  }
}
#search-list .search-item__table tbody tr {
  border-bottom: 1px solid #E3E3E3;
}

#search-list .search-item__table tbody th,
#search-list .search-item__table tbody td {
  vertical-align: middle;
}

#search-list .search-item__table tbody th a,
#search-list .search-item__table tbody td a {
  color: #0415FF;
}

#search-list .search-item__table tbody th a:hover,
#search-list .search-item__table tbody td a:hover {
  text-decoration: underline;
}

#search-list .search-item__table tbody th {
  width: 119px;
  background-color: #EEF9FF;
  font-weight: 500;
  padding: 9px 14px;
  text-align: left;
}

#search-list .search-item__table tbody td {
  background-color: #fff;
  text-align: left;
  padding: 9px 14px;
}

#search-list .search-item__table tbody td:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  #search-list .search-item__table tbody th {
    display: block;
    min-width: 6em;
    /* width: 30%; */
    width: 100%;
    padding: 8px 10px;
  }
  #search-list .search-item__table tbody td {
    display: block;
    padding: 8px 15px;
  }
}
#search-list .search-item__btn {
  display: block;
  margin: 50px auto 0;
}

#search-list .btn-area {
  text-align: center;
  margin: 50px auto 0;
}

#search-list .btn-area a:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #search-list .btn-area a:first-child {
    margin: 0 auto 20px;
  }
}
#search-list .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#search-list .feature > li {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  line-height: 1.4;
  vertical-align: middle;
  padding: 6px 10px;
  margin: 5px;
}

#search-list .feature__subject {
  background-color: #479CD7;
}

#search-list .feature__checkup {
  background-color: #F290A7;
}

#search-list .special {
  background-color: #ffac13;
}

/* search-single */
#clinic-detail .ttl01__outer {
  margin: 0 auto 30px;
}

#clinic-detail .slide {
  width: 810px;
  margin: 50px auto 80px;
  border-radius: 40px;
  position: relative;
}

#clinic-detail .slick-slide {
  overflow: hidden;
  border-radius: 40px;
}

#clinic-detail .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

#clinic-detail .prev-arrow {
  left: -60px;
}

#clinic-detail .next-arrow {
  right: -60px;
}

@media screen and (max-width: 768px) {
  #clinic-detail .slide {
    width: 100%;
    border-radius: 20px;
    margin: 30px auto;
  }
  #clinic-detail .slick-slide {
    border-radius: 20px;
  }
  #clinic-detail .prev-arrow {
    width: 25px;
    left: 2%;
  }
  #clinic-detail .next-arrow {
    width: 25px;
    right: 2%;
  }
}
#clinic-detail .top-feature {
  margin-bottom: 50px;
}

#clinic-detail .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#clinic-detail .feature > li {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  line-height: 1.4;
  vertical-align: middle;
  padding: 6px 10px;
  margin: 5px;
}

#clinic-detail .feature__subject {
  background-color: #479CD7;
}

#clinic-detail .feature__checkup {
  background-color: #F290A7;
}

#clinic-detail .special {
  background-color: #ffac13;
}

#clinic-detail .sub-ttl {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.625rem;
  font-weight: bold;
  color: #4C4C4C;
  line-height: 1.2;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
  border-left: 3px solid #78BCEB;
  text-transform: uppercase;
}
@media screen and (max-width:768px) {
  #clinic-detail .sub-ttl {
    font-size: 1.25rem;
    text-align: left;
  }
}

#clinic-detail .information {
  width: 100%;
  border: 1px solid #E3E3E3;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 1rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #clinic-detail .information {
    font-size: 0.875rem;
  }
}
#clinic-detail .information tbody tr {
  border-bottom: 1px solid #E3E3E3;
}

#clinic-detail .information tbody th,
#clinic-detail .information tbody td {
  vertical-align: middle;
}

#clinic-detail .information tbody th a,
#clinic-detail .information tbody td a {
  color: #0415FF;
}

#clinic-detail .information tbody th a:hover,
#clinic-detail .information tbody td a:hover {
  text-decoration: underline;
}

#clinic-detail .information tbody th {
  min-width: 150px;
  background-color: #EEF9FF;
  font-weight: 500;
  padding: 9px 14px;
  text-align: left;
}

#clinic-detail .information tbody td {
  background-color: #fff;
  text-align: left;
  padding: 9px 14px;
}

#clinic-detail .information tbody td:last-child {
  border-right: none;
}

@media screen and (max-width: 768px) {
  #clinic-detail .information tbody th {
    display: block;
    min-width: 0;
    /* width: 30%; */
    width: 100%;
    padding: 8px 10px;
  }
  #clinic-detail .information tbody td {
    display: block;
    padding: 8px 15px;
  }
}
#clinic-detail .information__feature {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#clinic-detail .interview {
  border: 1px solid #E3E3E3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-bottom: 60px;
}

#clinic-detail .interview figure {
  width: 278px;
  height: auto;
  margin-right: 15px;
}

#clinic-detail .interview dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
}

#clinic-detail .interview dl dt {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

#clinic-detail .interview dl dd a {
  display: inline-block;
  color: #0415FF;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#clinic-detail .interview dl dd a:hover, #clinic-detail .interview dl dd a:focus {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #clinic-detail .interview {
    display: block;
  }
  #clinic-detail .interview figure {
    max-width: 278px;
    width: 100%;
    margin: 0 auto 10px;
  }
}
#clinic-detail .access-movie {
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin-bottom: 40px;
}

#clinic-detail .access-movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #clinic-detail .access-movie {
    height: 270px;
  }
}
#clinic-detail .access-map {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

#clinic-detail .access-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #clinic-detail .access-map {
    height: 270px;
  }
}
#clinic-detail .btn-area {
  text-align: center;
  margin: 50px auto 0;
}

#clinic-detail .btn-area a:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #clinic-detail .btn-area a:first-child {
    margin: 0 auto 20px;
  }
}
#clinic-detail .time-tbl table {
  border: 1px solid #E3E3E3;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 60px;
  line-height: 1.5;
}

#clinic-detail .time-tbl table tr {
  border-bottom: 1px solid #E3E3E3;
}

#clinic-detail .time-tbl table tr th {
  text-align: left;
  vertical-align: middle;
  padding: 15px;
  font-weight: 500;
  width: 12%;
  background-color: #EEF9FF;
  line-height: 1.5;
}

#clinic-detail .time-tbl table tr td {
  border-right: 1px solid #E3E3E3;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

#clinic-detail .time-tbl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #clinic-detail .time-tbl table {
    margin-bottom: 40px;
  }
  #clinic-detail .time-tbl table tr.row1 {
    display: none;
  }
  #clinic-detail .time-tbl table tr.time {
    border-bottom: none;
  }
  #clinic-detail .time-tbl table tr th {
    text-align: left;
    padding: 12px;
    width: 100%;
    display: block;
    font-weight: 600;
  }
  #clinic-detail .time-tbl table tr td {
    text-align: left;
    padding: 12px;
    display: block;
    border-bottom: 1px solid #E3E3E3;
    border-right: none;
  }
  #clinic-detail .time-tbl table tr.time td:last-child {
    border-bottom: none;
  }
  #clinic-detail .time-tbl table tr.time td:before {
    content: attr(data-label);
    display: inline;
    padding-right: 2em;
  }
  #clinic-detail .time-tbl {
    margin-bottom: 15px;
  }
}
/* member */
.member-news {
  position: relative;
}
.member-news__btn {
  text-align: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .member-news__btn {
    margin-top: 30px;
  }
}

.member-news-list > li {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .member-news-list > li {
    padding: 12px 15px;
  }
}
.member-news-list > li:nth-child(odd) {
  background-color: #ECF9F5;
}
.member-news-list > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.member-news-list > li > article {
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.member-news-list > li a:hover ~ article {
  opacity: 0.7;
}
.member-news-list__date {
  display: inline-block;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .member-news-list__date {
    margin-right: 15px;
  }
}
.member-news-list__ttl {
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .member-news-list__ttl {
    font-size: 0.875rem;
  }
}

.member-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .member-media {
    display: block;
  }
}
.member-media__img-wrapper {
  max-width: 420px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .member-media__img-wrapper {
    margin: 0 auto 20px;
  }
}
.member-media p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .member-media p {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

.member-dl-list li {
  border-bottom: 1px solid #C2C2C2;
}
.member-dl-list li > a {
  display: block;
  color: #4C4C4C;
  padding: 24px;
}
.member-dl-list li > a:hover {
  text-decoration: underline;
}
.member-dl-list li > a::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/member/icon_dl.png) no-repeat center center/contain;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .member-dl-list li > a {
    padding: 12px 10px;
  }
}

.archive-table tbody tr {
  border: 1px solid #E9E9E9;
}
@media screen and (max-width: 768px) {
  .archive-table tbody tr {
    padding: 0;
  }
}
.archive-table tbody tr th {
  width: 12%;
  background-color: #479CD7;
  border: 1px solid #E9E9E9;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .archive-table tbody tr th {
    width: 100%;
    padding: 12px 10px;
    border: none;
  }
}
.archive-table tbody tr td {
  border: 1px solid #E9E9E9;
}
@media screen and (max-width: 768px) {
  .archive-table tbody tr td {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #E9E9E9;
  }
  .archive-table tbody tr td:last-child {
    border-bottom: none;
  }
  .archive-table tbody tr td:empty {
    display: none;
  }
}
.archive-table tbody tr td a {
  color: #4C4C4C;
}
.archive-table tbody tr td a:hover {
  text-decoration: underline;
}

.member-album a {
  display: block;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.member-album a:hover, .member-album a:focus {
  opacity: 0.7;
}

#album-body {
  min-width: 1240px;
}
@media screen and (max-width: 768px) {
  #album-body {
    min-width: 0;
  }
}

.album-archive__btn {
  text-align: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .album-archive__btn {
    margin-top: 30px;
  }
}

.album-archive-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  margin-left: -1.5%;
}
@media screen and (max-width: 768px) {
  .album-archive-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}
.album-archive-list li {
  width: 23.5%;
  margin-left: 1.5%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .album-archive-list li {
    max-width: 324px;
    width: 48%;
    margin-left: 0;
  }
}
.album-archive-list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.album-archive-list li .figure {
  margin-bottom: 3px;
  border-radius: 10px;
  overflow: hidden;
  height: 216px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  position: relative;
}
@media screen and (max-width: 576px) {
  .album-archive-list li .figure {
    height: 140px;
  }
}
.album-archive-list li .figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 0;
  object-position: center 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.album-archive-list li a:hover ~ .figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.album-archive-list li article h3 {
  text-align: left;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .album-archive-list li article h3 {
    font-size: 0.875rem;
  }
}
.album-archive-list li article small {
  color: #918A7E;
  font-size: 12px;
}


/*====================
pagination
=====================*/
.pager-wrap {
  text-align: center;
  margin-top: 60px;
}
.pager-wrap p {
  font-size: 1.4rem;
}
.pager-wrap p span.num-current {
  font-weight: bold;
}
.pager {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.pager div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  /*width:48px;
	line-height: 48px;*/
}
.pager div a {
  color: #479CD7;
  display: block;
  border: solid 1px #479CD7;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pager div.current {
  background-color: #479CD7;
  border: solid 1px #479CD7;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}
.pager div a:hover {
  background-color: #6daddb;
  border: solid 1px #6daddb;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .pager {
    font-size: 1.3rem;
  }
  .pager-wrap {
    margin-top: 30px;
  }
  .pager-wrap p {
    font-size: 1.1rem;
  }
  .pager div a {
    color: #479CD7;
    display: block;
    border: solid 1px #479CD7;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
  }
  .pager div.current {
    background-color: #479CD7;
    border: solid 1px #479CD7;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pager div a:hover {
    background-color: #6daddb;
    border: solid 1px #6daddb;
    color: #ffffff;
  }
}
/*====================
pager
=====================*/
.pager-wrap {
  text-align: center;
}
.pager-wrap p {
  font-size: 1.4rem;
}
.pager-wrap p span.num-current {
  font-weight: bold;
}
.pager {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.pager span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  /*width:48px;
	line-height: 48px;*/
}
.pager span a {
  color: #479CD7;
  display: block;
  border: solid 1px #479CD7;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pager span.current {
  background-color: #479CD7;
  border: solid 1px #479CD7;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}
.pager span a:hover {
  background-color: #6daddb;
  border: solid 1px #6daddb;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .pager {
    font-size: 1.3rem;
  }
  .pager-wrap p {
    font-size: 1.1rem;
  }
  .pager div a {
    color: #479CD7;
    display: block;
    border: solid 1px #479CD7;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pager div.current {
    background-color: #479CD7;
    border: solid 1px #479CD7;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
  }
  .pager div a:hover {
    background-color: #6daddb;
    border: solid 1px #6daddb;
    color: #ffffff;
  }
}
/*# sourceMappingURL=style.css.map */