@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "Noto Serif JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #333333;
  line-height: 2;
  height: 100%;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    min-width: 0;
    width: 100%;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  color: blue;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  word-wrap: break-word;
}

a:hover {
  opacity: 0.8;
}

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;
}

small {
  font-size: 90%;
}

/* low mv */
.low #mv {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .low #mv {
    margin: 0;
  }
}

.low #mv:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .low #mv:before {
    border-radius: 0;
  }
}

.low #mv .ttl {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  position: absolute;
  top: 61%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px #333333, 0 0 6px #333333;
}

.low #mv .ttl span {
  font-family: "Lora", serif;
}

.low #mv .ttl a {
  color: #fff !important;
}

.low .contents {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .low #mv {
    height: 200px;
    margin-top: 0px;
  }

  .low #mv .ttl {
    margin-top: -5px;
  }

  .low #mv .ttl h1 {
    font-size: 26px;
  }

  .low #mv .ttl span {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

/* padding utility */
.u-py-xs {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-py-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-py-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-py-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-py-xs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-py-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .u-py-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-py-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-py-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.u-pt-xs {
  padding-top: 30px;
}

.u-pt-sm {
  padding-top: 40px;
}

.u-pt-md {
  padding-top: 60px;
}

.u-pt-lg {
  padding-top: 80px;
}

.u-pt-xl {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .u-pt-xs {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-sm {
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-md {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-lg {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-xl {
    padding-top: 80px;
  }
}

.u-pb-xs {
  padding-bottom: 30px;
}

.u-pb-sm {
  padding-bottom: 40px;
}

.u-pb-md {
  padding-bottom: 50px;
}

.u-pb-lg {
  padding-bottom: 80px;
}

.u-pb-xl {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-pb-xs {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-sm {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-md {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-lg {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .u-pb-xl {
    padding-bottom: 80px;
  }
}

/* margin utility */
.u-my-xs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.u-my-sm {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-my-md {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-my-lg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.u-my-xl {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-my-xs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-my-sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .u-my-md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-my-lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .u-my-xl {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.u-mt-none {
  margin-top: 0 !important;
}

.u-mt-xxs {
  margin-top: 10px;
}

.u-mt-xs {
  margin-top: 30px;
}

.u-mt-sm {
  margin-top: 40px;
}

.u-mt-md {
  margin-top: 60px;
}

.u-mt-lg {
  margin-top: 80px;
}

.u-mt-xl {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .u-mt-xs {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-sm {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-md {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-lg {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .u-mt-xl {
    margin-top: 80px;
  }
}

.u-mb-no {
  margin-bottom: 0px !important;
}

.u-mb-xxs {
  margin-bottom: 10px;
}

.u-mb-xs {
  margin-bottom: 20px;
}

.u-mb-sm {
  margin-bottom: 40px;
}

.u-mb-md {
  margin-bottom: 60px;
}

.u-mb-lg {
  margin-bottom: 80px;
}

.u-mb-xl {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-mb-xs {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-sm {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-md {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-lg {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 80px;
  }
}

/* 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;
}

/* color */
.red {
  color: #ff0000;
}

.blue {
  color: #8B9AE9;
}

.green {
  color: #51B862;
}

/* style */
.c-strong {
  font-weight: 700;
  color: #333;
}

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

/* grid */
.col2,
.col2-col2,
.col3,
.col3-col2,
.col4,
.col4-col2 {
  display: -ms-grid;
  display: grid;
}

.col2,
.col2-col2 {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.col3,
.col3-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.col4,
.col4-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
}

/* wrapper component */
.wrapper-xs {
  max-width: 1040px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-sm {
  max-width: 1120px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-md {
  max-width: 1200px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-lg {
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* list component */
.c-list {
  list-style: none;
}

.c-list li {
  line-height: 2;
}

.c-list li::before {
  content: "●";
  color: #51B862;
  font-size: 0.5em;
  margin-right: 10px;
  vertical-align: middle;
  padding-bottom: 3px;
}

/*check list*/
.check-list {
  margin-bottom: 10px;
  padding: 35px 10px 20px 45px;
  background-color: #fff0f0;
  border-radius: 10px;
}

.check-list:after {
  display: block;
  clear: both;
  content: "";
}

.check-list li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 28px;
  border-bottom: 1px dotted #cdcdcd;
}

.check-list li:before {
  display: block;
  position: absolute;
  top: 9px;
  left: -28px;
  width: 18px;
  height: 18px;
  background-image: url(/asset/images/common/check.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

@media screen and (max-width: 768px) {
  .check-list {
    padding: 20px;
  }

  .check-list li {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

/* list box component */
.c-list-box {
  padding: 10px 40px 40px;
  background-color: #e7f6ea;
}

.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: 48%;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-list-box {
    padding: 10px 20px 20px;
  }

  .c-list-box ul {
    display: block;
    margin: 0;
  }

  .c-list-box ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }

  .c-list-box h4 {
    font-size: 14px;
  }
}

/* well component */
.c-well {
  padding: 40px;
  border-radius: 10px;
  background: #e7f6ea;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .c-well {
    padding: 20px;
  }
}

.well-ttl {
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #51B862;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .well-ttl {
    font-size: 18px;
  }
}

/* table component */
.c-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.8;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .c-table {
    font-size: 0.875rem;
  }
}

.c-table thead tr th {
  background-color: #d6ffd7;
  border: 1px solid #ddd;
  padding: 12px 20px;
  text-align: center;
  vertical-align: middle;
}

.c-table tbody th,
.c-table tbody td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {

  .c-table tbody th,
  .c-table tbody td {
    display: block;
    width: 100%;
  }
}

.c-table tbody th {
  background-color: #8B9AE9;
  color: #fff;
  font-weight: normal;
  padding: 12px 20px;
  text-align: center;
}

.c-table tbody td {
  text-align: left;
  padding: 5px 20px;
}

@media screen and (max-width: 768px) {
  .c-table thead tr th {
    padding: 10px;
  }

  .c-table tbody th {
    padding: 8px 10px;
  }

  .c-table tbody td {
    padding: 8px 15px;
  }
}

/* button component */
.btn01 {
  background: #51B862;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
  padding: 12px 20px 14px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .btn01 {
    margin: 30px auto 0;
  }
}

.btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #848484;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn01:hover:after {
  right: -2.5em;
}

/* flex */
.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex01 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex01 .img {
  margin: 0 4% 0 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex01 .img {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.flex01 .img img {
  max-width: 100%;
  height: auto;
}

.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex02 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex02 .img {
  margin: 0 0 0 4%;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex02 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

.flex02 .img img {
  max-width: 100%;
  height: auto;
}

.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex03 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex03 .img {
  margin: 0 0 0 3%;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .flex03 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

.flex03 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex04 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex04 .img {
  margin: 0 3% 0 0;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .flex04 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

.flex04 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.flex-img {
  margin-top: 20px;
}

/* br */
.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}

/*breadcrumbs*/
.low #breadcrumbs {
  padding: 15px 20px 50px;
}

.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: #0000a3;
}

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

@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    padding: 10px 10px 40px;
  }

  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}

.top-ttl {
  font-weight: 400;
  margin-top: -40px;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.4;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-ttl {
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
}

.top-ttl .en {
  font-size: 61px;
  font-family: "Lora", serif;
  letter-spacing: 6px;
}

@media screen and (max-width: 768px) {
  .top-ttl .en {
    font-size: 36px;
  }
}

.top-ttl .ja {
  font-size: 16px;
  display: block;
  margin-top: -5px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top-ttl .ja {
    font-size: 14px;
    margin-top: 0;
  }
}

.ttl01 {
  display: block;
  letter-spacing: 2px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 14px;
  margin: 0 auto 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 1.5rem;
    margin: 0 auto 30px;
    text-align: center;
  }
}

.ttl01::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #8B9AE9;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ttl02 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
  padding: 0 0 13px;
  border-bottom: 4px solid #E7EBFF;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  color: #7487e1;
}

.ttl02:before {
  content: "";
  width: 160px;
  height: 4px;
  background-color: #8B9AE9;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
}

@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 1.3rem;
    padding: 6px 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.ttl03 {
  font-size: 22px;
  margin: 30px 0 10px;
  position: relative;
  font-weight: 500;
  padding-left: 30px;
  line-height: 1.6;
  width: 100%;
  color: #333;
}

@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 18px;
    margin: 20px 0 10px;
    padding-left: 26px;
  }
}

.ttl03::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #7487e1;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ttl03::before {
    top: 6px;
  }
}

/* header */
/* header PC */
.header-wrapper {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-left: 20px;
}

.header-logo>a:hover {
  opacity: 1;
}

.header-logo>a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 300px;
  max-width: 300px;
}

.header-logo>a img:hover {
  opacity: 0.7;
}

.header-member {
  border-left: 1px solid #fff;
  height: 100%;
  width: 96px;
  text-align: center;
  line-height: 1.6;
}

.header-member img {
  width: 35px;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}

.header-member a {
  color: #fff;
  font-size: 14px;
  height: 90px;
  display: block;
}

.header-nav {
  text-align: center;
  margin-left: auto;
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-nav__list>li>a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 4px 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Noto Serif JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
}

.header-nav__list>li>a:hover,
.header-nav__list>li>a:focus {
  opacity: 0.7;
}

.header-nav__list>li:not(:last-of-type) {
  margin-right: 12px;
}

.header-nav__has-child {
  position: relative;
}

.header-nav__second-menu {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 40px;
  left: 0;
}

.header-nav__second-menu > li:not(:first-child) {
  border-top: 1px solid #fff;
}

.header-nav__second-menu > li a {
  margin: 0;
  display: block;
  width: 180px;
  font-size: 14px;
  height: auto;
  line-height: 1.2;
  background-color: #51B862;
  color: #fff;
  text-align: left;
  padding: 12px 15px;
  -webkit-transition: .4s;
  transition: .4s;
}

.header-nav__second-menu > li a::after {
  display: none;
}

.header-nav__second-menu > li a:hover,
.header-nav__second-menu > li a:focus {
  opacity: 1;
  background-color: #46a255;
}


/* header-thin */
.header-fixed.thin {
  width: 100%;
  -webkit-box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.3);
  box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-fixed.thin {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

@media screen and (max-width: 1100px) {
  .header-fixed.thin {
    display: none;
    height: 0;
  }
}

.is-fixed .header-fixed {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-fixed.thin .header-wrapper {
  height: 70px;
  background: #fff;
  border: none;
}

.header-fixed.thin .header-nav {
  padding-top: 0px;
}

.header-fixed.thin .header-nav__list>li>a {
  color: #333;
  text-shadow: none;
}

.header-fixed.thin .header-logo-thin {
  display: block;
  width: 260px;
  line-height: 1;
}

.header-fixed.thin .header-logo {
  display: none;
}

.header-fixed.thin .header-member {
  background: #51B862;
}

.header-fixed.thin .header-member img {
  padding-top: 6px;
}

.header-fixed.thin .header-member a {
  height: 70px;
}

@media (min-width: 1100px) and (max-width: 1280px) {
  .header-logo>a {
    width: 180px;
  }

  .header-nav__list>li>a {
    font-size: 14px;
  }

  .header-nav__list>li:not(:last-of-type) {
    margin-right: 8px;
  }

  .header-fixed.thin .header-logo-thin {
    width: 230px;
  }

  .header-fixed.thin .header-nav__list>li>a {
    font-size: 14px;
  }

  .header-nav__list>li>a {
    padding: 4px;
  }
}

@media screen and (max-width: 1100px) {
  .header {
    display: none;
  }

  .header-logo>a {
    width: 100%;
    max-width: 240px;
  }

  .header-contact__tel {
    font-size: 1.5rem;
  }

  .header-contact__tel::before {
    width: 20px;
    height: 20px;
  }

  .header-nav__list>li>a {
    font-size: 0.875rem;
    padding: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header-nav__list>li>a:hover,
  .header-nav__list>li>a:focus {
    opacity: 0.7;
  }

  .header-nav__list>li:not(:last-of-type) {
    margin-right: 10px;
  }
}

/* sp header */
.sp_header {
  display: none;
  height: 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .sp_header {
    display: block;
    height: auto;
  }
}

.sp_header-top {
  width: 100%;
  height: 70px;
  background-color: white;
  position: relative;
}

.sp_header-logo {
  width: 220px;
  display: inline-block;
  line-height: 1;
  height: auto;
  z-index: 6;
  margin: 16px 10px;
  position: absolute;
}

.sp_header-logo>a {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-logo>a:hover,
.sp_header-logo>a:focus {
  opacity: 0.7;
}

.sp_header-logo>a>img {
  height: auto;
}

.sp_header-menu {
  position: relative;
}

.sp_menu-btn {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.sp_menu-btn .hamburger {
  display: block;
  height: 4px;
  background-color: #b2bdf9;
  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;
  background-color: #b2bdf9;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_menu-btn .hamburger::before {
  top: -13px;
}

.sp_menu-btn .hamburger::after {
  bottom: -13px;
}

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 70px;
  background-color: #8B9AE9;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp_header-nav__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sp_header-nav__list>li {
  border-top: 1px solid #FFF;
}

.sp_header-nav__list>li:last-child {
  border-bottom: 1px solid #FFF;
}

.sp_header-nav__list>li>a {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__list>li>a:hover,
.sp_header-nav__list>li>a:focus {
  opacity: 0.7;
}

.sp_header-nav__toggle--open span.sp_header-nav__toggle-btn::after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.sp_header-nav__toggle-btn {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  cursor: default;
  padding: 12px 12px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__toggle-btn:hover,
.sp_header-nav__toggle-btn:focus {
  opacity: 0.7;
}

.sp_header-nav__toggle-btn::before,
.sp_header-nav__toggle-btn::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp_header-nav__toggle-btn::before {
  width: 16px;
  height: 4px;
  border-radius: 2px;
  right: 19px;
}

.sp_header-nav__toggle-btn::after {
  right: 25px;
  width: 4px;
  border-radius: 2px;
  height: 16px;
}

.sp_header-nav__second-menu {
  display: none;
}

.sp_header-nav__second-menu li {
  background-color: #4b2e1e;
  border-top: 1px solid white;
}

.sp_header-nav__second-menu li a {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-nav__second-menu li a:hover,
.sp_header-nav__second-menu li a:focus {
  opacity: 0.7;
}

.sp_header-bnr {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 0 20px;
  margin: 40px auto 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_header-bnr:hover,
.sp_header-bnr:focus {
  opacity: 0.7;
}

.is_open-menu .sp_header-nav {
  right: 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);
}

.is_open-menu .sp_menu-btn .alph {
  display: none;
}

/* TOP MV */
.top-mv {
  position: relative;
  width: 100%;
}

.top-mv::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .top-mv {
    height: 100%;
  }
}

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

@media screen and (max-width: 1023px) {
  .top-slide {
    height: 100svh;
  }
}

.slice-img {
  width: 100%;
  height: 100%;
}

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

/* TOP catch */
.top-mv__catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  right: 50%;
  color: #fff;
  text-align: center;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-mv__catch {
    padding: 20px 10px;
  }
}

.top-mv__catch h2 {
  font-weight: bold;
  color: #fff;
  font-size: 39px;
  letter-spacing: 4px;
  line-height: 2.2;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .top-mv__catch h2 {
    font-size: 22px;
  }
}

.top-mv__catch p {
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .top-mv__catch p {
    font-size: 15px;
  }
}

/* TOP MV NEWS */
.top-mv-news {
  padding: 24px 0;
  background: rgba(139, 154, 233, 0.8588235294);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 533px;
  z-index: 2;
  height: 100px;
}

@media screen and (max-width: 520px) {
  .top-mv-news {
    padding: 10px 20px 20px;
  }
}

.mv-news-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 520px) {
  .mv-news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: inherit;
  }
}

.mv-news-ttl {
  color: #fff;
  width: 150px;
  border-right: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  padding-bottom: 6px;
}

@media screen and (max-width: 520px) {
  .mv-news-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.mv-news-ttl span {
  font-size: 26px;
  font-family: "Lora", serif;
  font-weight: 500;
}

@media screen and (max-width: 520px) {
  .mv-news-ttl span {
    font-size: 22px;
    line-height: 0.9;
    margin-right: 10px;
  }
}

.news-slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-slider li {
  margin: 0 20px;
}

@media screen and (max-width: 520px) {
  .news-slider li {
    margin: 0;
  }
}

.news-slider li a {
  color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 520px) {
  .news-slider li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
}

.news-slider li a span {
  display: block;
}

.news-slider li a span.date {
  font-size: 12px;
}

@media screen and (max-width: 520px) {
  .news-slider li a span.date {
    margin-right: 10px;
  }
}

.news-slider li a span.ttl {
  font-size: 15px;
}

@media screen and (max-width: 520px) {
  .news-slider li a span.ttl {
    font-size: 14px;
  }
}

/* TOP ABOUT */
.top-about {
  padding: 120px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 50px 0;
  }
}

.top-about .ttl-bg {
  position: absolute;
  top: -160px;
  left: -25px;
  z-index: 1;
  font-size: 150px;
  letter-spacing: 5px;
  line-height: 1.1;
  color: #F4F4F7;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  z-index: -1;
  font-family: "Lora", serif;
}

@media screen and (max-width: 768px) {
  .top-about .ttl-bg {
    font-size: 80px;
    top: -94px;
    left: -15px;
  }
}

.top-about .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .top-about .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-about .contents .txt {
  margin-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .top-about .contents .txt {
    margin: 0 20px;
  }
}

.top-about .contents .txt .ttl {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .top-about .contents .txt .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.top-about .contents .img {
  max-width: 568px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-about .contents .img {
    margin-top: 40px;
    margin-left: 20px;
  }
}

/* MAX IMAGE */
@media screen and (max-width: 768px) {
  .max-img {
    width: 180%;
    -webkit-transform: translateX(-14%);
    transform: translateX(-14%);
  }
}

/* TOP SEARCH */
.top-search {
  background: #E7EBFF;
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .top-search {
    padding: 50px 0 80px;
  }
}

.top-search .ttl-bg {
  position: absolute;
  top: -40px;
  left: 50%;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 16px;
  font-size: 169px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Lora", serif;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top-search .ttl-bg {
    letter-spacing: 10px;
    font-size: 60px;
    top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .top-search .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}

.top-search .items .item {
  position: relative;
}

.top-search .items .item a {
  background: #fff;
  position: absolute;
  width: 220px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding: 0 20px;
  bottom: -30px;
  left: 0;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top-search .items .item a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    bottom: -25px;
    font-size: 20px;
  }
}

.top-search .items .item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 6px;
  height: 1px;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-search .items .item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-search .items .item a:hover:before,
.top-search .items .item a:hover:after {
  right: 10px;
}

.top-search .items .item a:hover {
  opacity: 1;
}

/* TOP ACTIVITY */
.top-activity {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .top-activity {
    padding: 50px 0 0;
  }
}

.top-activity .ttl-bg {
  position: absolute;
  top: -40px;
  left: 50%;
  line-height: 1.1;
  color: #F4F4F7;
  letter-spacing: 16px;
  font-size: 169px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Lora", serif;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top-activity .ttl-bg {
    letter-spacing: 10px;
    font-size: 60px;
    top: 0px;
  }
}

.top-activity .big-img {
  padding-right: 5%;
}

@media screen and (max-width: 768px) {
  .top-activity .big-img {
    max-width: 146%;
    -webkit-transform: translateX(-31%);
    transform: translateX(-31%);
    padding-right: 22px;
  }
}

.top-activity .contents {
  background: #8B9AE9;
  margin-left: 5%;
  margin-top: -180px;
  padding-top: 258px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .top-activity .contents {
    margin-left: 0;
    margin-top: -50px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.top-activity .contents .ttl {
  color: #fff;
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  background: #8B9AE9;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-activity .contents .ttl {
    font-size: 20px;
  }
}

.top-activity .contents .ttl:nth-of-type(2) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top-activity .contents .ttl:nth-of-type(2) {
    margin-top: 20px;
  }
}

.top-activity .contents .ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  display: inline-block;
  height: 1px;
  background-color: #fff;
  margin-left: 190px;
}

@media screen and (max-width: 768px) {
  .top-activity .contents .ttl::before {
    margin-left: 145px;
  }
}

@media screen and (max-width: 768px) {
  .top-activity .contents .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.top-activity .contents .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-activity .contents .items .item {
    padding: 15px 0;
  }
}

.top-activity .contents .items .item::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 20px;
  height: 20px;
  background-color: #d4d4d4;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .top-activity .contents .items .item::after {
    width: 14px;
    height: 14px;
    bottom: 7px;
    right: 7px;
  }
}

.top-activity .contents .items .item img {
  width: 90px;
}

@media screen and (max-width: 768px) {
  .top-activity .contents .items .item img {
    width: 60px;
  }
}

.top-activity .contents .items .item h5 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 768px) {
  .top-activity .contents .items .item h5 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.4;
  }
}

.top-activity .contents .items .item h5 span {
  font-size: 16px;
  font-family: "Lora", serif;
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-activity .contents .items .item h5 span {
    font-size: 13px;
    padding-top: 5px;
  }
}

.top-activity .contents .items .item h5 small {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .top-activity .contents .items .item h5 small {
    font-size: 18px;
  }
}

/* TOP NEWS */
.top-news {
  background: #E7EBFF;
  padding: 80px 0;
  position: relative;
  min-height: 500px;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 50px 0;
    min-height: auto;
  }
}

.top-news .ttl-bg {
  position: absolute;
  top: -145px;
  left: -25px;
  z-index: 1;
  font-size: 150px;
  letter-spacing: 5px;
  line-height: 1.1;
  color: #F4F4F7;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  z-index: 0;
  font-family: "Lora", serif;
}

@media screen and (max-width: 768px) {
  .top-news .ttl-bg {
    font-size: 80px;
    top: -92px;
    left: -15px;
  }
}

.top-news .ttl-wrap {
  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;
  margin-bottom: 40px;
  margin-top: -50px;
}

@media screen and (max-width: 768px) {
  .top-news .ttl-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.top-news .ttl-wrap .top-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
}

.top-news .ttl-wrap .top-ttl .ja {
  padding-bottom: 16px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .top-news .ttl-wrap .top-ttl .ja {
    padding-bottom: 7px;
    padding-left: 5px;
  }
}

.top-news .ttl-wrap .btn01 {
  width: 280px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .top-news .ttl-wrap .btn01 {
    text-align: center;
  }
}

.top-news iframe {
  z-index: 2;
  position: relative;
}

.top-news-list {
  position: relative;
  z-index: 2;
}

.top-news-list .top-news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #CCCCCC;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .top-news-list .top-news-item {
    padding: 15px 0;
  }
}

.top-news-list .top-news-item:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}

.top-news-list .top-news-item .top-news-item__date {
  margin-right: 40px;
  line-height: 2;
  font-family: "Lora", serif;
}

@media screen and (max-width: 768px) {
  .top-news-list .top-news-item .top-news-item__date {
    margin-right: 20px;
  }
}

.top-news-list .top-news-item .top-news-item__title a {
  color: #333;
}

.top-news-list .top-news-item .top-news-item__title a h3 {
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .top-news-list .top-news-item .top-news-item__title a h3 {
    font-size: 14px;
  }
}

/* TOP EVENT */
.top-event {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .top-event {
    padding: 50px 0;
  }
}

.top-event .ttl-bg {
  position: absolute;
  top: -30px;
  left: 50%;
  line-height: 1.1;
  color: #F4F4F7;
  letter-spacing: 16px;
  font-size: 133px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Lora", serif;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top-event .ttl-bg {
    letter-spacing: 10px;
    font-size: 55px;
    top: -8px;
  }
}

.top-event .btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  .top-event .btn {
    margin: 30px auto 0;
  }
}

.top-event-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .top-event-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .top-event-list li:nth-of-type(4) {
    display: none;
  }
}

.top-event-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #AA8BE9;
}

.top-event-list li a .img img {
  min-width: 180px;
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top-event-list li a .img img {
    width: 140px;
    height: 140px;
    min-width: 140px;
  }
}

.top-event-list li a .txt {
  padding: 0 30px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-event-list li a .txt {
    padding: 0 15px;
  }
}

.top-event-list li a .txt .date {
  font-size: 14px;
  font-family: "Lora", serif;
}

.top-event-list li a .txt .ttl {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .top-event-list li a .txt .ttl {
    font-size: 14px;
  }
}

/* GREETING */
#greeting .greeting .greeting-message__img-wrapper {
  max-width: 300px;
  width: 100%;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #greeting .greeting .greeting-message__img-wrapper {
    margin: 0 auto 20px;
    float: none;
  }
}

#greeting .greeting .greeting-message .intro {
  font-size: 24px;
  color: #51B862;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #greeting .greeting .greeting-message .intro {
    font-size: 18px;
  }
}

/* ACTIVITY */
#activity .activity .active-items {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #activity .activity .active-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

#activity .activity .active-items a {
  background: #F0F3FF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  #activity .activity .active-items a {
    padding: 15px 0;
  }
}

#activity .activity .active-items a::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 20px;
  height: 20px;
  background-color: #d4d4d4;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  #activity .activity .active-items a::after {
    width: 14px;
    height: 14px;
    bottom: 7px;
    right: 7px;
  }
}

#activity .activity .active-items a img {
  width: 90px;
}

@media screen and (max-width: 768px) {
  #activity .activity .active-items a img {
    width: 60px;
  }
}

#activity .activity .active-items a h5 {
  font-size: 24px;
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 768px) {
  #activity .activity .active-items a h5 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.4;
  }
}

#activity .activity .active-items a h5 span {
  font-size: 16px;
  font-family: "Lora", serif;
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 768px) {
  #activity .activity .active-items a h5 span {
    font-size: 13px;
    padding-top: 5px;
  }
}

#activity .activity .active-items a h5 small {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #activity .activity .active-items a h5 small {
    font-size: 18px;
  }
}

#activity .activity .btn {
  margin-top: 20px;
}

/* CHECK UP */
#checkup .checkup .c-table th {
  width: 220px;
}

@media screen and (max-width: 768px) {
  #checkup .checkup .c-table th {
    width: 100%;
  }
}

#checkup .checkup .btn {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  #checkup .checkup .btn {
    margin: 20px auto 0;
  }

}

/* SUPPORT */
#support .support .well {
  padding: 20px;
  margin-top: 20px;
}

#support .support .btn {
  margin-top: 20px;
}

/* VISIT */
#visit .visit .btn {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #visit .visit .btn {
    margin-top: 20px;
  }
}

#visit .visit .btn-auto {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  #visit .visit .btn-auto {
    margin: 20px auto 0;
  }

}

#visit .visit .faq dt {
  display: block;
  font-weight: bold;
  background-color: #e7f6ea;
  border: 1px solid #D5D5D5;
  border-bottom: none;
  padding: 17px 25px 17px 93px;
  margin-top: 30px;
  position: relative;
}

#visit .visit .faq dt:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #visit .visit .faq dt {
    padding: 20px 20px 20px 78px;
  }
}

#visit .visit .faq dt::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(/asset/images/visit/icon_q.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #visit .visit .faq dt::before {
    left: 20px;
  }
}

#visit .visit .faq dd {
  display: block;
  padding: 17px 25px 17px 93px;
  border: 1px solid #D5D5D5;
  border-top: none;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  #visit .visit .faq dd {
    padding: 14px 20px 14px 78px;
  }
}

#visit .visit .faq dd::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(/asset/images/visit/icon_a.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #visit .visit .faq dd::before {
    left: 20px;
    top: 10%;
    -webkit-transform: none;
    transform: none;
  }
}

/* SEARCH */
#search .ttl01 {
  margin-bottom: 25px;
}

#search .ttl02 {
  margin-top: 20px;
}

#search .line {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}

@media screen and (max-width: 768px) {
  #search .line {
    grid-template-columns: repeat(3, 1fr);
  }
}

#search .line li a {
  display: block;
  color: #4C4C4C;
  border-radius: 7px;
  border: 3px solid #d8d8d8;
  padding: 8px 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#search .line li a:hover,
#search .line li a:focus {
  border: 3px solid #7487e1;
  background: #7487e1;
  color: #fff;
  opacity: 1;
}

#search .town {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

@media screen and (max-width: 768px) {
  #search .town {
    grid-template-columns: repeat(2, 1fr);
  }
}

#search .town li.none a {
  pointer-events: none;
  background: #eaeaea;
  border: 3px solid #eaeaea;
  color: #8e8e8e;
}

#search .town li a {
  display: block;
  color: #4C4C4C;
  border-radius: 5px;
  border: 3px solid #d8d8d8;
  text-align: center;
  padding: 8px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#search .town li a:hover,
#search .town li a:focus {
  border: 3px solid #7487e1;
  background: #7487e1;
  color: #fff;
  opacity: 1;
}

#search #map svg {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #search #map svg {
    width: 100%;
  }
}

/* SEARCH ARCHIVE */
.low.search {
  margin-bottom: 80px;
}

.low.search .btn01 {
  margin: 20px auto 0;
}

#search-list .ttl02 {
  margin-bottom: 40px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #search-list .ttl02 {
    margin-bottom: 20px;
  }
}

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

#search-list .search-item__ttl {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #74533F;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  border-left: 4px solid #51B862;
  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;
  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: #F0F3FF;
  font-weight: normal;
  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: 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;
  line-height: 1.4;
  vertical-align: middle;
  padding: 6px 10px;
  margin: 5px;
}

#search-list .feature__subject {
  background-color: #8B9AE9;
}

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

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

/* 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: 10px;
}

#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: 5px;
  }

  #clinic-detail .prev-arrow {
    width: 25px;
    left: 2%;
  }

  #clinic-detail .next-arrow {
    width: 25px;
    right: 2%;
  }
}

#clinic-detail .top-feature {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #clinic-detail .top-feature {
    margin-bottom: 30px;
  }
}

#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;
  line-height: 1.4;
  vertical-align: middle;
  padding: 6px 10px;
  margin: 5px;
}

#clinic-detail .feature__subject {
  background-color: #8B9AE9;
}

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

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

#clinic-detail .sub-ttl {
  display: block;
  font-family: "Lora", 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 #8B9AE9;
  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 {
  width: 170px;
  background-color: #F0F3FF;
  font-weight: normal;
  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%;
  letter-spacing: 0;
  margin-bottom: 10px;
  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: normal;
  width: 12%;
  background-color: #F0F3FF;
  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: 60px;
}

@media screen and (max-width: 768px) {
  #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: 60px;
  }
}

/*====================
  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: -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;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.pager div {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  /*width:48px;
      line-height: 48px;*/
}

.pager div a {
  color: #51B862;
  display: block;
  border: solid 1px #51B862;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pager div.current {
  background-color: #51B862;
  border: solid 1px #51B862;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 0px;
}

.pager div a:hover {
  background-color: #51B862;
  border: solid 1px #51B862;
  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: #51B862;
    display: block;
    border: solid 1px #51B862;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    border-radius: 0px;
  }

  .pager div.current {
    background-color: #51B862;
    border: solid 1px #51B862;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pager div a:hover {
    background-color: #51B862;
    border: solid 1px #51B862;
    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: -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;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  margin-top: 20px;
}

.pager span {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  /*width:48px;
      line-height: 48px;*/
}

.pager span a {
  color: #51B862;
  display: block;
  border: solid 1px #51B862;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pager span.current {
  background-color: #51B862;
  border: solid 1px #51B862 !important;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 0px;
}

.pager span a:hover {
  background-color: #51B862;
  border: solid 1px #51B862;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .pager {
    font-size: 1.3rem;
    margin-top: 40px;
  }

  .pager-wrap p {
    font-size: 1.1rem;
  }

  .pager div a {
    color: #51B862;
    display: block;
    border: solid 1px #51B862;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .pager div.current {
    background-color: #51B862;
    border: solid 1px #51B862;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    border-radius: 0px;
  }

  .pager div a:hover {
    background-color: #51B862;
    border: solid 1px #51B862;
    color: #ffffff;
  }
}

/* FOOTER BTN */
.footer-btn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .footer-btn-list {
    display: none;
  }
}

.footer-btn-list a {
  background: #000;
  height: 200px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer-btn-list a::after {
  position: absolute;
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  top: 0;
  background: url(/asset/images/common/btn-list1.png) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-size: cover;
  opacity: 0.5;
}

.footer-btn-list a:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.footer-btn-list a.list02::after {
  background: url(/asset/images/common/btn-list2.png) no-repeat center center;
  background-size: cover;
}

.footer-btn-list a.list03::after {
  background: url(/asset/images/common/btn-list3.png) no-repeat center center;
  background-size: cover;
}

.footer-btn-list a p {
  font-size: 30px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  z-index: 1;
  font-family: "Lora", serif;
}

.footer-btn-list a p span {
  font-size: 16px;
  display: block;
  font-family: "Noto Serif JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* FOOTER NAV */
.footer-bg {
  background-color: #F0F3FF;
  padding: 80px 0 60px;
}

@media screen and (max-width: 768px) {
  .footer-bg {
    padding: 40px 0 30px;
  }
}

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

.footer-bnr {
  background-color: #fff;
  padding: 35px 0;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer-bnr {
    padding: 30px 10px 30px;
  }
}

.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: 20px;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 240px;
    margin: 0 auto 20px;
  }
}

.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: 14%;
}

.footer-info__login-btn {
  max-width: 283px;
  width: 100%;
  background-color: #51B862;
  padding: 9px 20px 11px;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.footer-info__login-btn:hover,
.footer-info__login-btn:focus {
  background-color: #27993a;
}

.footer-info__login-btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/asset/images/common/icon-member.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: 9px 20px 11px;
  }
}

.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-weight: 500;
  color: #333;
  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::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #333;
  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: #333;
  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: #333;
  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-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  color: #333;
  line-height: 1.2;
  margin-bottom: 18px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 13px;
}

.sp_footer-nav-list>li>a::after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #333;
  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;
}

.sp_footer-nav-list>li>a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #333;
  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;
}

.copy {
  background-color: #8B9AE9;
  padding: 18px 0;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.copy small {
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .copy {
    padding: 12px 0 17px;
  }

  .copy small {
    font-size: 0.625rem;
  }
}

/*# sourceMappingURL=style.css.map */