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

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #4d4d4d;
  line-height: 1.8;
  height: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
    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 header */
.page-ttl {
  width: 100%;
  height: 300px;
  position: relative;
}

.page-ttl:before {
  content: "";
  background-color: rgba(243, 152, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-ttl__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-ttl__inner h1 {
  display: block;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
}

.page-ttl__inner span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  font-family: "Sen", sans-serif;
  margin-bottom: 5px;
}

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

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

@media screen and (max-width: 1100px) {
  .page-ttl {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .page-ttl {
    height: 170px;
  }
  .page-ttl__inner h1 {
    font-size: 1.4rem;
  }
  .page-ttl__inner span {
    font-size: 0.875rem;
  }
  .contents-wrap {
    padding-bottom: 80px;
  }
}
/* low mv */
#greeting #mv {
  background: url(/asset/images/greeting/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#business #mv {
  background: url(/asset/images/business/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;
}

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

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

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

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

#specialcare #mv {
  background: url(/asset/images/specialcare/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;
}

#membership #mv {
  background: url(/asset/images/membership/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-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: 100px;
}

@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: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 60px;
  }
}
/* 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;
}

.orange {
  color: #f96914;
}

.blue {
  color: blue;
}

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

.c-marker {
  display: inline;
  background-color: #FCFBAB;
  font-weight: 600;
}

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

@media screen and (max-width: 767px) {
  .col2,
  .col2-col2,
  .col3,
  .col3-col2,
  .col4,
  .col4-col2 {
    display: block;
  }
}
.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: 960px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.wrapper-lg {
  max-width: 1200px;
  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: #69B354;
  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: #fef5f0;
  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: 7px;
  left: -28px;
  width: 18px;
  height: 18px;
  background-image: url(/asset/images/common/icon-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}
@media screen and (max-width: 768px) {
  .check-list li:before {
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .check-list {
    padding: 20px;
  }
  .check-list li {
    margin-bottom: 10px;
  }
}
/* list box component */
.c-list-box {
  padding: 40px;
  background-color: #f7f1df;
  border-radius: 10px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-list-box {
    padding: 20px;
  }
}
.c-list-box h4 {
  color: #f39800;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.475rem;
  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 -10px;
}

.c-list-box ul li {
  width: 49.4%;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-list-box {
    padding: 15px 20px 30px;
  }
  .c-list-box ul {
    display: block;
    margin: 10px auto -20px;
  }
  .c-list-box ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .c-list-box h4 {
    font-size: 1rem;
  }
}
/* well component */
.well01 {
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(circle, #f4f9f2 3.5px, transparent 3.5px), -webkit-radial-gradient(circle, #f4f9f2 3.5px, transparent 3.5px);
  background-image: radial-gradient(circle, #f4f9f2 3.5px, transparent 3.5px), radial-gradient(circle, #f4f9f2 3.5px, transparent 3.5px);
  background-position: 0 0, 17.5px 29px;
  background-size: 35px 58px;
  background-repeat: repeat;
  border: 2px solid #69B354;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well01 {
    padding: 20px;
  }
}
/* 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;
}

.c-table tbody th {
  background-color: #f39800;
  color: #fff;
  font-weight: 500;
  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;
  }
}
@media screen and (max-width: 768px) {
  .table01 th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .table01 td {
    display: block;
    width: 100%;
  }
}

/* time table */
.time-tbl01 {
  border: solid 1px #dddddd;
  width: 100%;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 20px;
}

.time-tbl01 tr {
  border-bottom: solid 1px #dddddd;
}

.time-tbl01 tr.row1 {
  background-color: #FCF8ED;
}

.time-tbl01 tr th {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  font-weight: normal;
  width: 20%;
  border-right: solid 1px #dddddd;
}

.time-tbl01 tr td {
  border-right: solid 1px #dddddd;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

@media screen and (max-width: 480px) {
  .time-tbl01 {
    border-right: none;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .time-tbl01 tr {
    border-bottom: none;
  }
  .time-tbl01 tr.row1 {
    display: none;
  }
  .time-tbl01 tr th {
    background-color: #FCF8ED;
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-weight: normal;
    width: 100%;
    border-right: solid 1px #dddddd;
  }
  .time-tbl01 tr td {
    display: block;
    border-right: solid 1px #dddddd;
    border-bottom: solid 1px #dddddd;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
  }
  .time-tbl01 td:before {
    content: attr(data-label);
    display: inline;
    float: left;
  }
}
/* button component */
.btn01 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 280px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 12px 15px;
  border-radius: 100vw;
  color: #f96914;
  background-color: #fff;
  border-radius: 100vw;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0;
  border: 2px solid #f96914;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .btn01 {
    margin-top: 30px;
  }
}
.btn01:hover {
  background: #f96914;
  color: #fff;
}
.btn01:hover::before {
  border-left: 8px solid #fff;
}
.btn01::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #f96914;
}

@media screen and (max-width: 768px) {
  .btn01 {
    margin: 30px auto 0;
  }
}
.btn02 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 360px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 20px 15px;
  border-radius: 100vw;
  font-size: 20px;
  color: #f96914;
  background-color: #fff;
  border-radius: 100vw;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0;
  border: 2px solid #f96914;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
}
.btn02:hover {
  background: #f96914;
  color: #fff;
}
.btn02:hover::before {
  border-left: 8px solid #fff;
}
.btn02::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #f96914;
}
@media screen and (max-width: 768px) {
  .btn02::before {
    left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .btn02 {
    margin: 30px auto 0;
    padding: 13px 15px 15px;
    font-size: 18px;
  }
}
/* 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;
  border-radius: 10px;
}

.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;
  border-radius: 10px;
}

.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%;
  border-radius: 10px;
}

.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%;
  border-radius: 10px;
}

.flex-img img {
  border-radius: 10px;
}

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

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*breadcrumbs*/
.low #breadcrumbs {
  padding: 25px 30px 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: 0.8125rem;
  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: #f39800;
}

.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: 0.625rem;
  }
}
/* service-box */
.service-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .service-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.service-box a {
  background: #fff;
  border-radius: 10px;
  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: 30px 5px;
}
@media screen and (max-width: 768px) {
  .service-box a {
    padding: 15px;
  }
}
.service-box a img {
  width: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .service-box a img {
    width: 60px;
    margin-bottom: 5px;
  }
}
.service-box a h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #4c4c4c;
  font-size: 1.125rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service-box a h3 {
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: center;
  }
}
.service-box a h3 small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .service-box a h3 small {
    font-size: 0.9rem;
  }
}

/* header */
/* header PC */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

.header-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrapper {
  width: 100%;
  padding: 12px 35px;
  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;
}

.header-logo > a {
  display: block;
  max-width: 300px;
  height: auto;
}

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

.header-logo > a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  vertical-align: text-top;
}

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

.header-nav {
  text-align: end;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}

.header-nav__btn {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  /* 選択したボタンのスタイル */
}
.header-nav__btn .bl_sizeBtn_wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  margin-right: 25px;
}
.header-nav__btn .bl_sizeBtn_wrap > span {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #F39B00;
}
.header-nav__btn .bl_sizeBtn_wrap > * + * {
  margin-left: 10px;
}
.header-nav__btn .bl_sizeBtn {
  background-color: #F39B00;
  border-radius: 4px;
  color: #fff;
  width: 35px;
  height: 35px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-size: 16px;
}
.header-nav__btn .bl_sizeBtn.is_active {
  background-color: #e4e4e4;
  color: #F39B00;
}

.header-nav__btn .member a {
  position: relative;
  background: #F86611;
  color: #fff;
  padding: 6px 30px 9px;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100vw;
}
.header-nav__btn .member a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/asset/images/common/membership-icon.png) no-repeat center center/contain;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  margin-right: 5px;
}

.header-nav__btn .member a:hover {
  background: #e25d10;
}

.header-nav__btn .member .login {
  background: #50D0DF;
  margin-left: 5px;
}

.header-nav__btn .member .login:hover {
  background: #49a5b0;
}

.header-nav__btn .member .login::before {
  background: url(/asset/images/common/key-icon.png) no-repeat center center/contain;
}

.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: 1rem;
  color: #4C4C4C;
  padding: 4px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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: 25px;
}

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

@media screen and (max-width: 1100px) {
  .header {
    display: none;
  }
  .header-logo > a {
    width: 100%;
    max-width: 240px;
  }
  .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;
  }
}
/* fixed */
header.is-fixed .header {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

header.is-fixed .header-wrapper {
  padding: 2px 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header.is-fixed .header-nav__btn {
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header.is-fixed .header-logo > a {
  max-width: 240px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 7px;
}

/* 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: 200px;
  display: inline-block;
  line-height: 1;
  height: auto;
  z-index: 6;
  position: absolute;
  margin: 14px 20px;
}

.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;
  border-radius: 2px;
  background-color: #F86611;
  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: #F86611;
  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: #F86611;
  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: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  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;
}

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

/* title */
.top-ttl {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  color: #F86611;
  font-size: 2.5rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.top-ttl span {
  font-weight: 500;
  display: block;
  font-size: 1rem;
  font-family: "Sen", sans-serif;
  margin-bottom: -15px;
}
@media screen and (max-width: 768px) {
  .top-ttl span {
    margin-bottom: -15px;
    font-size: 0.875rem;
  }
}
.top-ttl img {
  width: 44px;
  height: 44px;
  vertical-align: sub;
  margin-right: 10px;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .top-ttl img {
    width: 35px;
    height: 35px;
    margin-left: -35px;
  }
}

.ttl01 {
  background: #fef5f0;
  color: #F86611;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1.625rem;
  border-bottom: dashed 2px #F86611;
  padding: 10px 20px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 1.2rem;
    padding: 10px 10px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}

.ttl02 {
  position: relative;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #f39800;
  padding-left: 14px;
  margin-top: 30px;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
.ttl02::before {
  content: "";
  width: 5px;
  height: calc(100% - 15px);
  background-color: #f39800;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100vw;
}

.ttl03 {
  border-bottom: 2px solid #F86611;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 1.3rem;
    padding-bottom: 5px;
  }
}

/* TOP MV */
.top-mv {
  position: relative;
  margin: 110px 55px 0;
}
.top-mv::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 247px;
  background: url(/asset/images/top/wave.png);
  background-size: cover;
  background-position: top center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1100px) {
  .top-mv {
    margin: 70px 20px 0;
    height: 100%;
  }
}
/* TOP slide */
.top-slide {
  overflow: hidden;
  width: 100%;
  height: 600px;
  position: relative;
  border-radius: 45px;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .top-slide {
    height: calc(100svh - 60px);
    border-radius: 30px;
    z-index: 1;
  }
}
.top-slide.slick-slider .slick-list {
  border-radius: 45px;
}
@media screen and (max-width: 1023px) {
  .top-slide.slick-slider .slick-list .top-slide {
    border-radius: 30px;
  }
}

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

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

.top-mv__catch {
  position: absolute;
  bottom: 100px;
  left: 40px;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .top-mv__catch {
    left: 20px;
    bottom: 40px;
  }
}
.top-mv__catch h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 2px;
  line-height: 2.2;
}
.top-mv__catch h2 span {
  background: #50D0DF;
  border-radius: 5px;
  padding: 5px 15px 8px 20px;
}

@media screen and (max-width: 768px) {
  .top-mv__catch h2 {
    font-size: 1rem;
    line-height: 2.6;
  }
}
/* TOP news */
.top-news {
  background: #FCF8ED;
  padding: 80px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 0 60px;
  }
}

.top-news .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2%;
}
@media screen and (max-width: 768px) {
  .top-news .content ul {
    -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-bottom: -5%;
  }
}

.top-news .content ul li {
  width: 23%;
  position: relative;
  margin-left: 2%;
}

@media screen and (max-width: 768px) {
  .top-news .content ul li {
    width: 47%;
    margin-bottom: 5%;
  }
}
.top-news .content ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top-news .content ul li a:hover ~ figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-news .content ul li a:hover ~ article {
  opacity: 0.7;
}

.top-news .content ul li figure {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.top-news .content ul li figure img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-news .content ul li figure img {
    height: 130px;
  }
}

.top-news .content ul li article .date {
  color: #f39800;
  font-family: "Sen", sans-serif;
}

.top-news .content ul li article h3 {
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .top-news .content ul li article h3 {
    font-size: 0.875rem;
  }
}

/* TOP search */
.top-search {
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .top-search {
    padding: 60px 0 0;
  }
}
.top-search .top-ttl + p {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .top-search .top-ttl + p {
    margin-bottom: 20px;
  }
}

.top-search .content .box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .top-search .content .box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-search .content .box-wrap a {
  height: 300px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-search .content .box-wrap a {
    height: 200px;
  }
}
.top-search .content .box-wrap a::after {
  position: absolute;
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  top: 0;
  background: url(/asset/images/top/search-bg1.png) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-size: cover;
}

.top-search .content .box-wrap a:hover {
  opacity: 1;
}

.top-search .content .box-wrap a:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.top-search .content .box-wrap a.box02::after {
  background: url(/asset/images/top/search-bg2.png) no-repeat center center;
  background-size: cover;
}

.top-search .content .box-wrap a.box03::after {
  background: url(/asset/images/top/search-bg3.png) no-repeat center center;
  background-size: cover;
}

.top-search .content .box-wrap a .item {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.top-search .content .box-wrap a img {
  width: 150px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top-search .content .box-wrap a img {
    width: 80px;
    margin-bottom: 0;
  }
}
.top-search .content .box-wrap a h3 {
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .top-search .content .box-wrap a h3 {
    font-size: 1.5rem;
  }
}
.top-search .content .box-wrap a h3 span {
  display: block;
  font-size: 1.125rem;
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .top-search .content .box-wrap a h3 span {
    font-size: 1rem;
  }
}
/* TOP service */
.top-service {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .top-service {
    padding: 60px 0 0;
  }
}
.top-service .top-ttl + p {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .top-service .top-ttl + p {
    margin-bottom: 20px;
  }
}
.top-service .content {
  background: url(/asset/images/top/service-bg.jpg);
  background-size: cover;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .top-service .content {
    padding: 40px 0;
  }
}

/* TOP greeting */
.top-greeting {
  padding: 80px 0;
  background: url(/asset/images/top/greeting-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-greeting {
    padding: 60px 0;
    background-position: center;
  }
}
.top-greeting .content {
  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) {
  .top-greeting .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-greeting .content .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-greeting .content .txt .name {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-greeting .content .txt .name {
    margin-top: 20px;
  }
}
.top-greeting .content .img {
  margin: 0 4% 0 0;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .top-greeting .content .img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.top-greeting .content .img img {
  width: 100%;
  border-radius: 10px;
}
.top-greeting .btn {
  margin-top: 20px;
}

/* TOP event */
.top-event {
  padding: 80px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-event {
    padding: 60px 0 60px;
  }
}
.top-event::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 215px;
  height: 372px;
  background: url(/asset/images/top/event-deco-r.png);
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-event::before {
    width: 159px;
    height: 283px;
    top: 65%;
  }
}
.top-event::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 220px;
  height: 552px;
  background: url(/asset/images/top/event-deco-l.png);
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-event::after {
    width: 170px;
    height: 431px;
    top: 32%;
  }
}
.top-event .content ul li {
  margin-top: 40px;
}
.top-event .content ul li a {
  height: 255px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 8px #d4d4d4;
          box-shadow: 0 0 8px #d4d4d4;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-event .content ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.top-event .content ul li a:hover {
  opacity: 1;
}
.top-event .content ul li a:hover article {
  opacity: 0.7;
}
.top-event .content ul li a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top-event .content ul li a figure {
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .top-event .content ul li a figure {
    border-radius: 10px 10px 0 0;
  }
}
.top-event .content ul li a figure img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 377px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-event .content ul li a figure img {
    width: 100%;
    height: 200px;
  }
}
.top-event .content ul li a article {
  padding: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 220px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-event .content ul li a article {
    padding: 10px 20px 20px;
  }
}
.top-event .content ul li a article h3 {
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 6px;
  color: #f39800;
}
.top-event .content ul li a article p {
  color: #4c4c4c;
}

/* low */
.low {
  margin-top: 110px;
}
@media screen and (max-width: 1100px) {
  .low {
    margin-top: 0;
  }
}

/* greeting */
#greeting .info .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #greeting .info .img {
    margin-bottom: 20px;
  }
}
#greeting .greeting .content .img {
  width: 28%;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .content .img {
    width: 100%;
  }
}
#greeting .greeting .content .img .name {
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#greeting .greeting .content .img .name span {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}
#greeting .philosophy .service-box {
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #greeting .philosophy .service-box {
    gap: 15px;
  }
}
#greeting .philosophy .service-box a {
  background: #FCF8ED;
}

/* business */
#business .business__list {
  display: grid;
  grid-template-columns: repeat(3 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  #business .business__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#business .business__item {
  -webkit-box-shadow: 0 0 8px #d4d4d4;
          box-shadow: 0 0 8px #d4d4d4;
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  #business .business__item {
    max-width: 100%;
  }
}
#business .business__item > a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4C4C4C;
}

#business .business__item > a:hover,
#business .business__item > a:focus {
  opacity: 0.7;
}

#business .business__item > a h4 {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  color: #F86611;
  border-bottom: 1px solid #F86611;
  padding-bottom: 10px;
}
#business .business__item > a h4 small {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #business .business__item > a h4 {
    font-size: 1.125rem;
    text-align: center;
  }
}
#business .business__item > a img {
  display: block;
  border-radius: 10px 10px 0 0;
}

#business .business__item > a p {
  color: #4C4C4C;
}

#business .business__item-inner {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #business .business__item-inner {
    padding: 10px;
  }
}
/* search */
#search .ttl01 {
  margin-bottom: 25px;
}

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

#search .line {
  display: grid;
  grid-template-columns: repeat(9, 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 #f39800;
  background: #f39800;
  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 #f39800;
  background: #f39800;
  color: #fff;
  opacity: 1;
}

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

@media screen and (max-width: 768px) {
  #search #map svg {
    width: 104%;
  }
}
/* low search */
#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-size: 1.25rem;
  font-weight: bold;
  color: #D45580;
  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;
}

@media screen and (max-width: 768px) {
  #search-clinic .line {
    margin-right: -10px;
  }
}
#search-clinic .line li a {
  display: block;
  color: #4C4C4C;
  border-radius: 7px;
  background-color: #FCF8ED;
  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: #FCF8ED;
  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-clinic #map svg {
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #search-clinic #map svg {
    width: 104%;
  }
}
/* low search-archive */
#search-list .ttl01 {
  margin-bottom: 40px;
}

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

#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 #F86611;
  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;
  -webkit-box-shadow: 0 0 5px #c1c1c1;
          box-shadow: 0 0 5px #c1c1c1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
}

#search-list .search-item__figure {
  min-width: 290px;
  width: 290px;
  height: 191px;
  margin-left: 20px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

#search-list .search-item__figure img {
  max-width: none;
  width: 100%;
  width: 290px;
  height: 191px;
  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 10px;
    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%;
  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: 2px solid #E3E3E3;
}
#search-list .search-item__table tbody tr:last-of-type {
  border: none;
}

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

#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;
  font-weight: 500;
  padding: 9px 14px;
  text-align: left;
  color: #F86611;
}

#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 0 0;
  }
  #search-list .search-item__table tbody td {
    display: block;
    padding: 0 0 6px;
  }
}
#search-list .search-item__btn {
  display: block;
  margin: 50px auto 0;
}

#search-list .btn-area {
  text-align: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #search-list .btn-area {
    margin: 40px 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;
}
@media screen and (max-width: 768px) {
  #search-list .feature {
    margin: 0 -5px;
  }
}

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

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

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

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

/* 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;
  display: none !important;
}

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

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

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

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

#clinic-detail .sub-ttl {
  display: block;
  letter-spacing: 0.04em;
  font-size: 1.625rem;
  font-weight: bold;
  color: #4C4C4C;
  line-height: 1.2;
  text-align: left;
  padding-left: 15px;
  font-family: "Zen Maru Gothic", serif;
  margin-bottom: 20px;
  position: relative;
  border-left: 3px solid #F86611;
  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: 2px solid #DBDBDB;
  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: dashed 1px #DBDBDB;
}

#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 {
  max-width: 120px;
  min-width: 120px;
  font-weight: 500;
  padding: 9px 14px;
  text-align: left;
  color: #F86611;
  background: #FCF8ED;
}

#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%;
    max-width: 100%;
    font-weight: bold;
    padding: 8px 15px;
  }
  #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: 2px solid #DBDBDB;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}
#clinic-detail .time-tbl table + p {
  margin-bottom: 60px;
}

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

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

#clinic-detail .time-tbl table tr td {
  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: 10px;
    font-size: 0.875rem;
  }
  #clinic-detail .time-tbl table + p {
    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;
  }
}
/* search pagination */
.pager-wrap {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .pager-wrap {
    margin-top: 40px;
  }
}

.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.4rem;
}

.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: 5px;
  /*width:48px;
  line-height: 48px;*/
}

.pager span a {
  color: #F86611;
  display: block;
  border: solid 1px #F86611;
  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: #F86611;
  border: solid 1px #F86611;
  padding: 0 20px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}

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

@media screen and (max-width: 480px) {
  .pager {
    font-size: 1rem;
  }
  .pager-wrap p {
    font-size: 1rem;
  }
  .pager div a {
    color: #F86611;
    display: block;
    border: solid 1px #F86611;
    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: #F86611;
    border: solid 1px #F86611;
    padding: 0 15px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
  }
  .pager div a:hover {
    background-color: #ff843d;
    border: solid 1px #ff843d;
    color: #ffffff;
  }
}
/* specialcare */
#specialcare .medicalcenter .well {
  margin: 20px 0 30px;
}
#specialcare .medicalcenter .time-tbl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #specialcare .flex-img {
    display: grid;
    gap: 10px;
  }
}

/* visit */
#visit .visit .faq dt {
  display: block;
  font-weight: bold;
  background-color: #FCF8ED;
  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;
  }
}

/* infact checkup */
#infact_checkup .institution .list-table {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  #infact_checkup .institution .list-table {
    width: 700px;
  }
}
#infact_checkup .institution .list-table .doctor {
  width: 130px;
}
@media screen and (max-width: 768px) {
  #infact_checkup .institution .list-table .doctor {
    width: 96px;
  }
}
#infact_checkup .institution .list-table .tel {
  width: 120px;
}
@media screen and (max-width: 768px) {
  #infact_checkup .institution .list-table .tel {
    width: 92px;
  }
}
#infact_checkup .institution .list-table td {
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  #infact_checkup .institution .table-wrap {
    overflow-x: scroll;
  }
}

/* school */
@media screen and (max-width: 768px) {
  .table-wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .table-wrap table {
    width: 580px;
  }
}

/* footer */
.footer-bg {
  background: url(/asset/images/common/footer-bg.jpg);
  background-size: cover;
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .footer-bg {
    padding: 50px 0 0;
  }
}
.footer-wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.footer-bnr {
  padding: 40px 0 60px;
}

@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;
  border-radius: 5px;
}

.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;
}
@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 260px;
  }
}

.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%;
}
@media screen and (max-width: 1024px) {
  .footer-info {
    margin-right: 5%;
  }
}

@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-style: normal;
  color: #fff;
  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: #fff;
  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: #fff;
  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: 14px;
  margin-bottom: 13px;
}

.footer-nav-list li.second > a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  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 {
  position: relative;
  padding-left: 12px;
}

.sp_footer-nav-list > li > a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(35% + 4px);
  left: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_footer-nav-list > li > a::after {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 35%;
  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.second > a::after {
  visibility: hidden;
}

.sp_footer-nav-list li.second > a {
  padding-left: 12px;
}

.sp_footer-nav-list > li.second > a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.sp_footer-nav-list > li > a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.copy {
  padding: 20px 0;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.3921568627);
}

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

@media screen and (max-width: 768px) {
  .copy {
    padding: 12px 0;
  }
  .copy small {
    font-size: 0.625rem;
  }
}/*# sourceMappingURL=style.css.map */