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

html {
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #333;
  line-height: 2;
  height: 100%;
  letter-spacing: 1px;
  min-width: 1150px;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    font-size: 14px;
    min-width: 0;
    width: 100%;
    line-height: 1.8;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #1400f0;
  -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%;
}

/*============================================================================

  共通

============================================================================*/
/*----------パディング----------*/
/* 上下 */
.u-py-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.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: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-py-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@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: 50px;
    padding-bottom: 50px;
  }
}
/* 上 */
.u-pt-none {
  padding-top: 0 !important;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-pt-xs {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-sm {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-md {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-lg {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-xl {
    padding-top: 50px;
  }
}
/* 下 */
.u-pb-none {
  padding-bottom: 0 !important;
}

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

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

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

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

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

@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: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-xl {
    padding-bottom: 60px;
  }
}
/*----------マージン----------*/
/* 上下 */
.u-my-xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.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: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-xl {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/* 上 */
.u-mt-none {
  margin-top: 0 !important;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-mt-xs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-sm {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-md {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-lg {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-xl {
    margin-top: 60px;
  }
}
/* 下 */
.u-mb-none {
  margin-bottom: 0 !important;
}

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

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

.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: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 60px;
  }
}
/*----------カラー----------*/
.red {
  color: #ea4d67;
}

.blue {
  color: #1e00ff;
}

.pink {
  color: #EE87B4;
}

.purple {
  color: #BC7EB3;
}

.yellow {
  color: #F9BF04;
}

.sky {
  color: #5DB9B9;
}

.green {
  color: #A2C630;
}

/*----------マーカー下線----------*/
.c-marker {
  display: inline;
  background-color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #333));
  background: -webkit-linear-gradient(transparent 60%, #333 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#333));
  background: -webkit-linear-gradient(transparent 60%, #333);
  background: linear-gradient(transparent 60%, #333);
}

/*----------クリアフィックス----------*/
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*----------グリッド----------*/
.col2,
.col2-col2,
.col3,
.col3-col2,
.col4,
.col4-col2 {
  display: -ms-grid;
  display: grid;
}

/* 2つ並び */
.col2,
.col2-col2 {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

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

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

/*----------フレックス----------*/
/* 画像大きめ・画像左 */
.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 3% 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: 40px;
  vertical-align: text-top;
}

/* 画像大きめ・画像右 */
.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 3%;
  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: 40px;
  vertical-align: text-top;
}

/* 画像小さめ・画像左 */
.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-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) {
  .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 3% 0 0;
  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: 40px;
  vertical-align: text-top;
}

/* 画像小さめ・画像右 */
.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-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 0 0 3%;
  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: 40px;
  vertical-align: text-top;
}

/*----------ラッパー----------*/
/* 幅1000px */
.wrapper-xs {
  max-width: 1040px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

/* 幅1320px */
.wrapper-xl {
  max-width: 1360px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/*----------リスト----------*/
/* 点のみ */
.list01 {
  list-style: none;
}

.list01 li {
  line-height: 2;
}

.list01 li::before {
  content: "●";
  color: #5DB9B9;
  font-size: 0.5em;
  margin-right: 10px;
  vertical-align: middle;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .list01 li::before {
    margin-right: 5px;
  }
}

/* 点横並び */
.list02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -8px;
}

.list02:after {
  display: block;
  clear: both;
  content: "";
}

.list02 li {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 4%;
  list-style-type: none;
}

.list02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #5DB9B9;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .list02 li:before {
    top: 10px;
  }
}

/* 点と背景 */
.list03 {
  padding: 30px 30px 25px;
  background: #F8F3E7;
  word-wrap: break-word;
  border-radius: 20px 20px 15px;
}
@media screen and (max-width: 768px) {
  .list03 {
    padding: 20px;
  }
}

.list03:after {
  display: block;
  clear: both;
  content: "";
}

.list03 li {
  position: relative;
  float: left;
  padding-bottom: 5px;
  padding-left: 0.9em;
  padding-right: 4%;
  list-style-type: none;
}

.list03 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #5DB9B9;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .list03 li:before {
    top: 10px;
  }
}

.list03 p:last-of-type {
  margin-bottom: 0;
}

/* 点と枠線 */
.list04 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 20px 12px;
  border: solid 4px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list04:after {
  display: block;
  clear: both;
  content: "";
}

.list04 li {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 4%;
  list-style-type: none;
}

.list04 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
}

.list04 p:last-of-type {
  margin-bottom: 0;
}

/*チェックと背景*/
.list05 {
  margin-bottom: 10px;
  padding: 25px 10px 20px 40px;
  background-color: #F8F3E7;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .list05 {
    padding: 20px 20px 20px 20px;
  }
}
.list05:after {
  display: block;
  clear: both;
  content: "";
}

.list05 li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 15px;
  margin-left: 19px;
  border-bottom: 1px dotted #cdcdcd;
}

@media screen and (max-width: 768px) {
  .list05 li {
    margin-bottom: 10px;
  }
}
.list05 li:before {
  display: block;
  position: absolute;
  top: 9px;
  left: -28px;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

@media screen and (max-width: 768px) {
  .list05 li:before {
    width: 14px;
    height: 14px;
    left: -20px;
  }
}
/*----------囲み枠----------*/
/*背景ベージュ*/
.well01 {
  padding: 30px;
  background: #F8F3E7;
  word-wrap: break-word;
  border-radius: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .well01 {
    padding: 20px;
    text-align: left;
  }
}
/*枠線*/
.well02 {
  padding: 30px;
  border-radius: 20px;
  border: 2px solid rgba(93, 185, 185, 0.6235294118);
  background: #fff;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well02 {
    padding: 20px;
  }
}
/*背景水色*/
.well03 {
  padding: 30px;
  background: #E8F8F9;
  word-wrap: break-word;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .well03 {
    padding: 20px;
  }
}
/*----------流れ----------*/
.flow-box-wrap {
  position: relative;
}

.flow-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .flow-box {
    padding: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.flow-box:first-child {
  border-radius: 40px 40px 0 0;
}

.flow-box:last-child {
  border-radius: 0 0 40px 40px;
}

.flow-box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 4px;
  height: calc(100% - 4px);
  border-right: #5DB9B9 dotted 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

@media screen and (max-width: 768px) {
  .flow-box::before {
    left: 34px;
    border-right: #5DB9B9 dotted 2px;
  }
}
.flow-box:first-child::before {
  top: 32px;
  bottom: auto;
  height: calc(100% - 34px);
}

.flow-box:last-child::before {
  top: 2px;
  bottom: auto;
  height: 86px;
}

@media screen and (max-width: 768px) {
  .flow-box:last-child::before {
    height: 35px;
  }
}
.flow-box:nth-child(even) {
  background: #efeadb;
}

.flow-box:nth-child(odd) {
  background: #F8F3E7;
}

.flow-box h3 {
  padding: 10px 15px;
  margin: 0 0 15px;
  font-size: 24px;
  background-image: none;
  background-color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  .flow-box h3 {
    padding: 8px 8px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.flow-box h3::before {
  display: none;
}

.flow-box .num {
  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;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 2.8%;
  background: #5DB9B9;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  .flow-box .num {
    width: 42px;
    height: 42px;
    margin-right: 0;
    font-size: 20px;
  }
}
.flow-box img {
  display: block;
  position: relative;
  float: right;
  margin-left: 30px;
  text-align: center;
  max-width: 300px;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .flow-box img {
    width: 100%;
    margin: 0 auto 13px;
    display: block;
  }
}
.flow-box .content {
  width: 92%;
}

@media screen and (max-width: 768px) {
  .flow-box .content {
    width: 80%;
  }
}
/*----------アンカーリンクリスト----------*/
.anchor-list {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .anchor-list {
    margin-bottom: 40px;
  }
}
.anchor-list ul {
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .anchor-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.anchor-list ul li {
  border-radius: 5px;
  background: #5DB9B9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.anchor-list ul li:hover {
  background: #4da0a0;
}

.anchor-list ul li a {
  opacity: 1;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 17px;
  position: relative;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .anchor-list ul li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 18px 10px 18px;
  }
}

.anchor-list ul li a::before {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------テーブル----------*/
.table01 {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.8;
}

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

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

.table01 tbody th {
  background-color: #D9F2F3;
  color: #333;
  font-weight: normal;
  padding: 12px 20px;
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .table01 thead tr th {
    padding: 10px;
  }
  .table01 tbody th {
    padding: 8px 10px;
  }
  .table01 tbody td {
    padding: 8px 15px;
  }
}
/*----------ボタン----------*/
.btn01 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 16px 15px;
  border-radius: 100vw;
  color: #fff;
  background-color: #5DB9B9;
  border-radius: 100vw;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 50px auto 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.btn01:hover {
  background-color: #4da0a0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .btn01 {
    margin: 25px auto 0;
    max-width: 280px;
  }
}
.btn01::after {
  content: "";
  background: url(../images/common/btn-arrow.png) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 23px;
  height: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----------診療時間----------*/
.schedule-table {
  z-index: 10;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #D5D5D5;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .schedule-table {
    border-radius: 20px;
  }
}

.schedule-table table {
  width: 100%;
}

.schedule-table table tr:first-of-type th {
  background: #F3F3F3;
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .schedule-table table tr:first-of-type th {
    border-radius: 20px 0 0 0;
  }
}
.schedule-table table tr:first-of-type td {
  background: #F3F3F3;
}
.schedule-table table tr:first-of-type td:last-of-type {
  border-radius: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .schedule-table table tr:first-of-type td:last-of-type {
    border-radius: 0 20px 0 0;
  }
}

.schedule-table table th,
.schedule-table table td {
  padding: 20px 10px;
  text-align: center;
  border-bottom: 1px solid #D5D5D5;
  line-height: 1.1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .schedule-table table th,
  .schedule-table table td {
    padding: 11px 5px;
  }
}

.schedule-table table th {
  border-right: 1px solid #D5D5D5;
  width: 200px;
}

.schedule-table table td span {
  color: #5DB9B9;
}

.schedule-table table tr:last-of-type th,
.schedule-table table tr:last-of-type td {
  border-bottom: 0px !important;
}

/*----------FAQ----------*/
.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
}
.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 65px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(108, 65, 66, 0.1215686275);
          box-shadow: 0 0 5px rgba(108, 65, 66, 0.1215686275);
  border-radius: 100vw;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt {
    padding: 14px 34px 14px 48px;
  }
}
.qa-list dl dt::before {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 19px;
  left: 20px;
  display: block;
  content: "Q.";
  font-weight: normal;
  color: #F49F66;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt::before {
    line-height: 1;
    font-size: 18px;
    top: 20px;
    left: 20px;
  }
}
.qa-list dl dt::after {
  position: absolute;
  top: 40%;
  right: 30px;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #6C4142;
  border-right: 2px solid #6C4142;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt::after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
}
.qa-list dl dd {
  position: relative;
  margin-top: 10px;
  padding: 20px 20px 20px 60px;
  background: #faeadd;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .qa-list dl dd {
    padding: 14px 14px 14px 48px;
  }
}
.qa-list dl dd::before {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  color: #F49F66;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  .qa-list dl dd::before {
    font-size: 18px;
    margin-top: 5px;
  }
}
.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

.qa-list .open dt::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----------スマホで表示・非表示----------*/
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*----------パンくずリスト----------*/
.low #breadcrumbs {
  padding: 15px 0 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 0 40px;
  }
  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}
/*============================================================================

  ヘッダー

============================================================================*/
/* PC版 */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .header {
    display: none;
  }
}

.header-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.header-bg::after {
  content: "";
  background: url(../images/common/header-wave-l.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 506px;
  height: 195px;
}
.header-bg::before {
  content: "";
  background: url(../images/common/header-wave-r1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 154px;
  z-index: 1;
}
@media screen and (min-width: 1400px) {
  .header-bg::before {
    background: url(../images/common/header-wave-r2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
  }
}
@media screen and (max-width: 1200px) {
  .header-bg::before {
    background-position: 150px 0;
  }
}

.header-wrapper {
  width: 100%;
  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;
  z-index: 11111;
  position: relative;
  padding-top: 30px;
}

.header-logo {
  line-height: 1;
  z-index: 1;
}

.header-logo > a {
  display: block;
  line-height: 1;
  width: 370px;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .header-logo > a {
    width: 340px;
  }
}

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

.header-logo > a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 5px;
}

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

.header-nav {
  text-align: center;
  margin-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    margin-right: 15px;
  }
}

.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;
  color: #fff;
  padding: 0px 7px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.5;
  font-size: 17px;
}
@media screen and (max-width: 1200px) {
  .header-nav__list > li > a {
    padding: 0px 2px;
  }
}
.header-nav__list > li > a span {
  display: block;
  font-size: 12px;
}

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

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

.header-nav__second-menu {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 55px;
  left: -5px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px #b7b7b7;
          box-shadow: 0 0 5px #b7b7b7;
}

.header-nav__second-menu > li {
  width: 205px;
}
.header-nav__second-menu > li:first-of-type a {
  border-radius: 20px 20px 0 0;
  border-top: 0;
}
.header-nav__second-menu > li:last-of-type a {
  border-radius: 0 0 20px 20px;
}

.header-nav__second-menu > li a {
  margin: 0;
  display: block;
  font-size: 15px;
  height: auto;
  border-top: 1px dashed #d3d3d3;
  line-height: 1.2;
  background-color: #fff;
  color: #333;
  text-align: left;
  padding: 12px 15px;
  height: 43px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.header-nav__second-menu > li a.line2 {
  padding: 3px 15px;
}
.header-nav__second-menu > li a.line2 small {
  font-size: 13px;
}

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

/* PC版上部固定ナビ */
.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(-80px);
  transform: translateY(-80px);
  -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;
  }
}
.header-fixed.thin .header-bg {
  background: #fff;
}
.header-fixed.thin .header-bg::after {
  display: none;
}
.header-fixed.thin .header-bg::before {
  display: none;
}

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

.header-fixed.thin .header-wrapper {
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}

.header-fixed.thin .header-nav {
  margin-right: 542px;
  margin-left: 40px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .header-fixed.thin .header-nav {
    margin-right: 520px;
    margin-left: 20px;
  }
}
.header-fixed.thin .header-nav__second-menu {
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 60px;
}
.header-fixed.thin .header-nav__second-menu > li:first-of-type a {
  border-radius: 0;
}
.header-fixed.thin .header-nav__second-menu > li a {
  background: #5DB9B9;
  color: #fff;
}
.header-fixed.thin .header-nav__second-menu > li a:hover {
  background: #4da0a0;
}
.header-fixed.thin .header-nav__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-fixed.thin .header-nav__list > li > a {
  color: #333;
  font-size: 15px;
  padding: 4px 2px 0;
}
.header-fixed.thin .header-nav__list > li > a span {
  font-size: 11px;
}
@media screen and (max-width: 1200px) {
  .header-fixed.thin .header-nav__list > li:not(:last-of-type) {
    margin-right: 0px;
  }
}

.header-fixed.thin .header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

.header-fixed.thin .header-contact > a {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
}

.header-fixed.thin .header-contact .tel {
  background: #282E78;
  text-align: center;
  height: 70px;
  padding: 0;
  margin: 0;
}

.header-fixed.thin .header-contact .visit-tel {
  background: #1E5696;
}

.header-fixed.thin .header-contact .tel a {
  color: #fff;
  display: block;
  height: 70px;
  width: 160px;
  padding: 12px 3px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.header-fixed.thin .header-contact .tel a h3 {
  font-weight: normal;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 5px;
}

.header-fixed.thin .header-contact .tel a p {
  font-size: 17px;
  line-height: 0.8;
  margin-top: 5px;
  letter-spacing: 0.5px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.header-fixed.thin .header-contact .tel a p span {
  font-size: 12px;
}

.header-fixed.thin .header-contact .tel a:before {
  background-image: url(../images/common/icon-tel-thin.png);
  background-size: cover;
  width: 18px;
  height: 18px;
  left: 12px;
}

.header-fixed.thin .header-contact .reserve a,
.header-fixed.thin .header-contact .line a {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 500;
  color: #fff;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0px;
  padding-top: 36px;
  width: 95px;
  height: 100%;
  margin: 0;
}

.header-fixed.thin .header-contact .reserve a {
  background: #5DB9B9;
}

.header-fixed.thin .header-contact .reserve a:before {
  content: "";
  background: url(../images/common/reserve.png) no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-fixed.thin .header-contact .line a {
  background: #A0C140;
}

.header-fixed.thin .header-contact .line a:before {
  content: "";
  background: url(../images/common/line.png) no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* SP版　*/
.sp_header {
  display: none;
  height: 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .sp_header {
    display: block;
    width: 100%;
    z-index: 100;
  }
}
.sp_header-top {
  width: 100%;
  height: 70px;
  background-color: white;
  position: relative;
}

.sp_header-inner__left::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 544px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  height: 84px;
  background-image: url(../images/common/header-wave-l-sp.png);
}

.sp_header-inner__right-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 146px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  height: 85px;
  background-position: right 0;
  background-image: url(../images/common/header-wave-r-sp.png);
}

.sp_header-logo {
  width: 225px;
  display: inline-block;
  line-height: 1;
  height: auto;
  z-index: 6;
  margin: 10px 5px 0;
  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;
}

.fixd-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 111111;
}

.sp_header-menu {
  position: relative;
}

.sp_menu-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 101;
  background: #5DB9B9;
  border-radius: 0 0 0 10px;
}

.sp_menu-btn .hamburger {
  display: block;
  height: 3px;
  width: 35px;
  margin-left: 12px;
  margin-top: 0px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.sp_menu-btn .hamburger::before,
.sp_menu-btn .hamburger::after {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 60px;
  background-color: #5DB9B9;
  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: "fot-tsukuardgothic-std", 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: "fot-tsukuardgothic-std", 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: #4da0a0;
  border-top: 1px solid white;
}

.sp_header-nav__second-menu li a {
  display: block;
  font-family: "fot-tsukuardgothic-std", 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);
}

/*============================================================================

  タイトル

============================================================================*/
.ttl-top {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 43px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ttl-top {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.ttl-top span {
  font-size: 18px;
  color: #5DB9B9;
  display: block;
}
@media screen and (max-width: 768px) {
  .ttl-top span {
    font-size: 16px;
  }
}

.ttl01 {
  width: 100%;
  background-color: #e2f4f5;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 3px;
  padding: 12px 0;
  margin-bottom: 50px;
  border-radius: 20px;
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.3;
    letter-spacing: 1px;
    padding: 14px 0 16px;
  }
}
.ttl01::first-letter {
  color: #5DB9B9;
}

.ttl01::before {
  position: absolute;
  content: "";
  background: url(../images/common/ttl01-deco1.png);
  width: 135px;
  height: 42px;
  background-size: cover;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .ttl01::before {
    width: 56px;
    height: 18px;
    top: 30px;
    left: 10px;
  }
}
.ttl01::after {
  position: absolute;
  content: "";
  background: url(../images/common/ttl01-deco2.png);
  width: 141px;
  height: 44px;
  background-size: cover;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .ttl01::after {
    width: 61px;
    height: 20px;
    top: 30px;
    right: 10px;
  }
}
.ttl02 {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 36px;
  color: #5DB9B9;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px dashed #cbcbcb;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 23px;
  }
}
.ttl02::before {
  content: "";
  width: 4px;
  height: calc(100% - 25px);
  background-color: #5DB9B9;
  position: absolute;
  border-radius: 100vw;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ttl02::before {
    height: calc(100% - 12px);
    top: 4px;
  }
}

.ttl03 {
  background: #5DB9B9;
  color: #fff;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border-radius: 100vw;
  font-size: 24px;
  line-height: 1.6;
  padding: 5px 0 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 18px;
    padding: 3px 0 5px;
    margin-bottom: 10px;
  }
}

.ttl04 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.6;
  border-bottom: 2px solid #5DB9B9;
  font-size: 24px;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 18px;
    margin-top: 15px;
  }
}

.ttl05 {
  color: #ea4d67;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .ttl05 {
    font-size: 16px;
    margin-top: 10px;
  }
}

/*============================================================================

  トップページ

============================================================================*/
/*----------メインビジュアル
----------*/
.top-mv {
  width: 100%;
  height: 630px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .top-mv {
    height: 100svh;
  }
}
@media screen and (max-width: 768px) {
  .top-mv {
    height: calc(100svh - 50px);
  }
}
.top-mv .wave {
  width: 100%;
  height: 38px;
  background: url(../images/top/mv-wave.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-mv .wave {
    height: 10px;
  }
}

.top-mv__catch .txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  text-shadow: 0 0 15px #333333;
}

.top-mv__catch h2 {
  font-size: 48px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .top-mv__catch h2 {
    font-size: 27px;
    letter-spacing: 1px;
  }
}
.top-mv__catch h2 span {
  color: #F4FFE7;
  font-size: 62px;
}
@media screen and (max-width: 768px) {
  .top-mv__catch h2 span {
    font-size: 40px;
  }
}

.top-mv__open {
  position: absolute;
  left: 40px;
  bottom: 62px;
}
@media screen and (max-width: 768px) {
  .top-mv__open {
    bottom: 30px;
    left: 20px;
  }
}
.top-mv__open img {
  width: 192px;
}
@media screen and (max-width: 1200px) {
  .top-mv__open img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv__open img {
    width: 130px;
  }
}

/* スライド */
.top-mv-swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  margin-left: auto;
}

.top-mv-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.top-mv-slide__01 {
  background-image: url(../images/top/mv1.jpg);
}

@media screen and (max-width: 1100px) {
  .top-mv-slide__01 {
    background-image: url(../images/top/mv1.jpg);
    background-position: 60% center;
  }
}
.top-mv-slide__02 {
  background-image: url(../images/top/mv2.jpg);
}

@media screen and (max-width: 1100px) {
  .top-mv-slide__02 {
    background-image: url(../images/top/mv2.jpg);
    background-position: 56% center;
  }
}
.top-mv-slide__03 {
  background-image: url(../images/top/mv3.jpg);
}

@media screen and (max-width: 1100px) {
  .top-mv-slide__03 {
    background-image: url(../images/top/mv3.jpg);
    background-position: 54% center;
  }
}
/*----------受診のご案内＆診療時間----------*/
.top-info {
  padding: 60px 0 117px;
}
@media screen and (max-width: 768px) {
  .top-info {
    padding: 30px 0 55px;
  }
}
.top-info .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .top-info .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.top-info .contents .item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item {
    width: 100%;
  }
}
.top-info .contents .item .ttl {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 37px;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item .ttl {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.top-info .contents .item .ttl span {
  font-size: 18px;
  color: #5DB9B9;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item .ttl span {
    font-size: 16px;
  }
}
.top-info .contents .item.item-l .btn-box {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background: #E8F8F9;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box {
    padding: 20px;
  }
}
.top-info .contents .item.item-l .btn-box a {
  background: #fff;
  display: block;
  border-radius: 20px;
  text-align: center;
  padding: 10px 0 16px;
}
.top-info .contents .item.item-l .btn-box a:not(:last-of-type) {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box a:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
.top-info .contents .item.item-l .btn-box a p {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box a p {
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.top-info .contents .item.item-l .btn-box a h4 {
  font-size: 26px;
  color: #5DB9B9;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box a h4 {
    font-size: 20px;
  }
}
.top-info .contents .item.item-l .btn-box a h4 span {
  position: relative;
  padding-left: 30px;
}
.top-info .contents .item.item-l .btn-box a h4 span::before {
  background: url(../images/common/tel.png);
  content: "";
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 21px;
  left: 0;
  top: 10px;
}
.top-info .contents .item.item-l .btn-box a.reserve, .top-info .contents .item.item-l .btn-box a.line {
  position: relative;
}
.top-info .contents .item.item-l .btn-box a.reserve::before, .top-info .contents .item.item-l .btn-box a.line::before {
  background: url(../images/common/arrow.png);
  content: "";
  background-size: cover;
  position: absolute;
  width: 24px;
  height: 35px;
  right: 10px;
  bottom: 0px;
}
.top-info .contents .item.item-l .btn-box a.reserve {
  background: #5DB9B9;
}
.top-info .contents .item.item-l .btn-box a.reserve p {
  color: #fff;
}
.top-info .contents .item.item-l .btn-box a.reserve h4 {
  color: #fff;
}
.top-info .contents .item.item-l .btn-box a.reserve h4 span {
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box a.reserve h4 span {
    padding-left: 27px;
  }
}
.top-info .contents .item.item-l .btn-box a.reserve h4 span::before {
  background: url(../images/common/reserve.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box a.reserve h4 span::before {
    width: 20px;
    height: 20px;
  }
}
.top-info .contents .item.item-l .btn-box a.line {
  background: #A0C140;
}
.top-info .contents .item.item-l .btn-box a.line p {
  color: #fff;
}
.top-info .contents .item.item-l .btn-box a.line h4 {
  color: #fff;
}
.top-info .contents .item.item-l .btn-box a.line h4 span {
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box a.line h4 span {
    padding-left: 27px;
  }
}
.top-info .contents .item.item-l .btn-box a.line h4 span::before {
  background: url(../images/common/line.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box a.line h4 span::before {
    width: 20px;
    height: 20px;
  }
}
.top-info .contents .item.item-l .btn-box .tel {
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box .tel {
    grid-template-columns: auto;
    gap: 0;
  }
}
.top-info .contents .item.item-l .btn-box .tel a {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box .tel a {
    margin-bottom: 12px;
  }
}
.top-info .contents .item.item-l .btn-box .tel a h4 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box .tel a h4 {
    font-size: 20px;
  }
}
.top-info .contents .item.item-l .btn-box .tel a h4 span {
  padding-left: 25px;
}
.top-info .contents .item.item-l .btn-box .tel a h4 span::before {
  top: 8px;
  width: 18px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-l .btn-box .tel a h4 span::before {
    top: 6px;
  }
}
.top-info .contents .item.item-r .note {
  margin-top: 15px;
  font-size: 17px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-info .contents .item.item-r .note {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.8;
  }
}

/*----------お知らせ&コラム----------*/
.top-news {
  background: #F8F3E7;
  padding: 43px 0 177px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 20px 0 90px;
  }
}
.top-news .round {
  width: 100%;
  height: 316px;
  background: url(../images/common/round1.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-news .round {
    height: 55px;
    top: -16px;
  }
}

.top-news-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

@media screen and (max-width: 768px) {
  .top-news-contents {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-news-contents li {
  position: relative;
}

.top-news-contents li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

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

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

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

.top-news-contents 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-contents li figure img {
    height: 130px;
  }
}
.top-news-contents li article .date {
  font-size: 15px;
  color: #5DB9B9;
  margin-bottom: 3px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .top-news-contents li article .date {
    font-size: 12px;
  }
}

.top-news-contents li article h3 {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-news-contents li article h3 {
    font-size: 14px;
  }
}

/*----------院長ご挨拶----------*/
.top-greeting {
  padding: 0 0 118px;
  background: #E8F8F9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-greeting {
    padding: 0 0 90px;
  }
}
.top-greeting .wave1 {
  width: 100%;
  height: 200px;
  background: url(../images/common/wave1.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -116px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-greeting .wave1 {
    height: 50px;
    top: -50px;
  }
}
.top-greeting .wave2 {
  width: 100%;
  height: 20px;
  background: url(../images/common/wave2.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-greeting .wave2 {
    height: 7px;
  }
}
.top-greeting .ttl-top {
  z-index: 1;
  position: relative;
}
.top-greeting .ttl-top::before {
  background: url(../images/top/greeting-deco.png);
  content: "";
  background-size: cover;
  position: absolute;
  width: 201px;
  height: 217px;
  left: -60px;
  top: -70px;
}
@media screen and (max-width: 768px) {
  .top-greeting .ttl-top::before {
    width: 110px;
    height: 118px;
    left: -23px;
    top: -23px;
  }
}
.top-greeting .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.top-greeting .contents .img {
  width: 501px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img {
    width: 100%;
  }
}
.top-greeting .contents .img img {
  border-radius: 50px;
}
.top-greeting .contents .img .name {
  font-size: 32px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img .name {
    font-size: 24px;
  }
}
.top-greeting .contents .img .name small {
  font-size: 24px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img .name small {
    font-size: 18px;
  }
}
.top-greeting .contents .img .name span {
  font-size: 18px;
  color: #5DB9B9;
  letter-spacing: 2px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img .name span {
    font-size: 12px;
  }
}
.top-greeting .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -15px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .txt {
    margin-top: 0;
  }
}
.top-greeting .contents .txt::before {
  background: url(../images/top/greeting2.png);
  content: "";
  background-size: cover;
  position: absolute;
  width: 629px;
  height: 231px;
  right: -40px;
  bottom: -236px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .txt::before {
    right: 0;
    width: 250px;
    height: 91px;
    bottom: -120px;
  }
}
.top-greeting .contents .txt .catch {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .txt .catch {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.top-greeting .contents .txt .btn01 {
  max-width: 280px;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .txt .btn01 {
    margin: 25px auto 0;
  }
}

/*----------5つの特長----------*/
.top-feature {
  padding: 150px 0 140px;
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding: 80px 0 65px;
  }
}
.top-feature .ttl {
  text-align: center;
  font-size: 47px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.top-feature .ttl img {
  width: 646px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl img {
    width: 280px;
  }
}
.top-feature .ttl span {
  color: #5DB9B9;
  font-size: 61px;
  letter-spacing: 7px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl span {
    font-size: 40px;
  }
}
.top-feature .ttl span.num {
  font-size: 79px;
  position: relative;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl span.num {
    font-size: 50px;
    padding: 10px;
  }
}
.top-feature .ttl span.num::before {
  background: url(../images/top/feature-ttl-num-bg.png);
  content: "";
  background-size: cover;
  position: absolute;
  width: 122px;
  height: 118px;
  right: 5px;
  bottom: -14px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl span.num::before {
    width: 73px;
    height: 71px;
    bottom: 0;
    right: 2px;
  }
}
.top-feature .ttl .ttl-bg {
  position: absolute;
  bottom: -10px;
  left: 50%;
  line-height: 1.1;
  color: #F1F7E0;
  letter-spacing: 10px;
  font-size: 126px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -3;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl .ttl-bg {
    font-size: 62px;
    letter-spacing: 5px;
    bottom: 2px;
  }
}
.top-feature .items .item .num {
  font-size: 86px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #D8D8D8;
  text-align: center;
  line-height: 1.5;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .top-feature .items .item .num {
    font-size: 48px;
    line-height: 1.4;
  }
}
.top-feature .items .item h4 {
  font-size: 37px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  line-height: 1.5;
  border-bottom: 2px dashed #cccccc;
  margin-bottom: 23px;
  line-height: 1.5;
  padding-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .top-feature .items .item h4 {
    font-size: 23px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.top-feature .items .item h4 small {
  font-size: 24px;
  display: block;
}
.top-feature .items.items-a {
  position: relative;
}
.top-feature .items.items-a::before {
  background: url(../images/top/feature-deco-bg1.png);
  content: "";
  position: absolute;
  width: 436px;
  height: 406px;
  background-size: cover;
  top: -100px;
  right: -100px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-a::before {
    width: 200px;
    height: 300px;
    top: 180px;
    right: -81px;
  }
}
.top-feature .items.items-a::after {
  background: url(../images/top/feature-deco-bg2.png);
  content: "";
  position: absolute;
  width: 494px;
  height: 380px;
  background-size: cover;
  bottom: 50px;
  left: -170px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-a::after {
    width: 315px;
    height: 243px;
    bottom: 75px;
    left: -169px;
  }
}
.top-feature .items.items-a .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-a .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 55px;
    gap: 20px;
  }
}
.top-feature .items.items-a .item .img {
  width: 606px;
}
@media screen and (max-width: 1200px) {
  .top-feature .items.items-a .item .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-a .item .img {
    width: 100%;
  }
}
.top-feature .items.items-a .item .img img {
  border-radius: 50px;
}
.top-feature .items.items-a .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.top-feature .items.items-a .item .txt::before {
  background: url(../images/top/feature-deco1.png);
  content: "";
  position: absolute;
  width: 115px;
  height: 55px;
  background-size: cover;
  top: 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-a .item .txt::before {
    width: 84px;
    height: 40px;
    top: -11px;
  }
}
.top-feature .items.items-a .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-a .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-feature .items.items-a .item.rvs .txt {
  position: relative;
}
.top-feature .items.items-a .item.rvs .txt::before {
  background: url(../images/top/feature-deco2.png);
  content: "";
  position: absolute;
  width: 72px;
  height: 115px;
  background-size: cover;
  top: -30px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-a .item.rvs .txt::before {
    width: 44px;
    height: 69px;
  }
}
.top-feature .items.items-a .item.rvs .img {
  gap: 20px;
  width: 606px;
}
@media screen and (max-width: 1200px) {
  .top-feature .items.items-a .item.rvs .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-a .item.rvs .img {
    width: 100%;
    gap: 13px;
  }
}
.top-feature .items.items-a .item.rvs .img img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-a .item.rvs .img img {
    border-radius: 20px;
  }
}
.top-feature .items.items-b {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-b {
    margin-bottom: 64px;
  }
}
.top-feature .items.items-b::before {
  background: url(../images/top/feature-deco-bg3.png);
  content: "";
  position: absolute;
  width: 355px;
  height: 332px;
  background-size: cover;
  top: 180px;
  left: -130px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-b::before {
    width: 155px;
    height: 145px;
    top: 130px;
    left: -71px;
  }
}
.top-feature .items.items-b::after {
  background: url(../images/top/feature-deco-bg4.png);
  content: "";
  position: absolute;
  width: 504px;
  height: 508px;
  background-size: cover;
  top: 80px;
  right: -289px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-b::after {
    top: 90px;
    right: -107px;
    width: 194px;
    height: 190px;
  }
}
.top-feature .items.items-b .txt {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-b .txt {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.top-feature .items.items-b .txt h4 {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-b .txt h4 {
    width: 100%;
  }
}
.top-feature .items.items-b .txt h4::before {
  background: url(../images/top/feature-deco3.png);
  content: "";
  position: absolute;
  width: 199px;
  height: 66px;
  background-size: cover;
  top: -100px;
  left: -200px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-b .txt h4::before {
    width: 101px;
    height: 32px;
    top: -49px;
    left: 0;
  }
}
.top-feature .items.items-b .txt h4::after {
  background: url(../images/top/feature-deco4.png);
  content: "";
  position: absolute;
  width: 172px;
  height: 54px;
  background-size: cover;
  top: -85px;
  right: -200px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-b .txt h4::after {
    width: 91px;
    height: 29px;
    top: -45px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-b .txt h4 + p {
    text-align: left;
  }
}
.top-feature .items.items-b .btn01 {
  background: #F9BF04;
}
.top-feature .items.items-b .btn01::after {
  background: url(../images/common/btn-arrow-yellow.png) center center/cover no-repeat;
}
.top-feature .items.items-b .btn01:hover {
  background: #dfac04;
}
.top-feature .items.items-b .loop-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-feature .items.items-b .loop-slider img {
  height: auto;
  border-radius: 30px;
}
.top-feature .items.items-b .loop-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.top-feature .items.items-c {
  position: relative;
}
.top-feature .items.items-c::before {
  background: url(../images/top/feature-deco-bg5.png);
  content: "";
  position: absolute;
  width: 373px;
  height: 355px;
  background-size: cover;
  top: 60px;
  left: -205px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-c::before {
    width: 273px;
    height: 255px;
  }
}
.top-feature .items.items-c::after {
  background: url(../images/top/feature-deco-bg6.png);
  content: "";
  position: absolute;
  width: 411px;
  height: 416px;
  background-size: cover;
  bottom: 50px;
  right: -205px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-c::after {
    width: 211px;
    height: 216px;
    right: -100px;
  }
}
.top-feature .items.items-c .col2 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-c .col2 {
    grid-template-columns: auto;
  }
}
.top-feature .items.items-c .item {
  position: relative;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.168627451);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.168627451);
  background: #fff;
}
.top-feature .items.items-c .item .num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -45px;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-c .item .num {
    top: -10px;
  }
}
.top-feature .items.items-c .item .img img {
  border-radius: 50px 50px 0 0;
}
.top-feature .items.items-c .item .txt {
  padding: 30px 40px 40px;
}
@media screen and (max-width: 768px) {
  .top-feature .items.items-c .item .txt {
    padding: 15px 20px 20px;
  }
}
.top-feature .items.items-c .item .txt a {
  text-decoration: underline;
}

/*----------診療内容----------*/
.top-medical {
  background: #F8F3E7;
  padding: 43px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical {
    padding: 20px 0 50px;
  }
}
.top-medical .round {
  width: 100%;
  height: 316px;
  background: url(../images/common/round1.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-medical .round {
    height: 55px;
    top: -16px;
  }
}
.top-medical .medical-items {
  gap: 38px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-items {
    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;
    gap: 20px;
  }
}
.top-medical .medical-items .item {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  height: 260px;
  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-shadow: 9px 9px 0 #5DB9B9;
          box-shadow: 9px 9px 0 #5DB9B9;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-items .item {
    -webkit-box-shadow: 5px 5px 0 #5DB9B9;
            box-shadow: 5px 5px 0 #5DB9B9;
    height: 170px;
    width: calc(50% - 10px);
  }
}
.top-medical .medical-items .item:nth-of-type(odd) {
  -webkit-box-shadow: 9px 9px 0 #A2C630;
          box-shadow: 9px 9px 0 #A2C630;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-items .item:nth-of-type(odd) {
    -webkit-box-shadow: 5px 5px 0 #A2C630;
            box-shadow: 5px 5px 0 #A2C630;
  }
}
.top-medical .medical-items .item::before {
  background: url(../images/common/arrow-black.png);
  content: "";
  background-size: cover;
  position: absolute;
  width: 24px;
  height: 35px;
  right: 15px;
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-items .item::before {
    width: 19px;
    height: 27px;
    right: 12px;
    bottom: 2px;
  }
}
.top-medical .medical-items .item .img {
  width: 128px;
  height: 128px;
  background: #F8F3E7;
  border-radius: 100vw;
  margin: 0 auto;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-items .item .img {
    width: 80px;
    height: 80px;
  }
}
.top-medical .medical-items .item .img img {
  width: 63px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-items .item .img img {
    width: 40px;
  }
}
.top-medical .medical-items .item h4 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-items .item h4 {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-top: 7px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .top-medical .medical-items .item h4.sm {
    font-size: 17px;
  }
}
.top-medical .medical-items .item h4 small {
  font-size: 20px;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-items .item h4 small {
    font-size: 11px;
  }
}
.top-medical .visit-bnr {
  max-width: 1080px;
  width: 100%;
  margin: 60px auto 115px;
}
@media screen and (max-width: 768px) {
  .top-medical .visit-bnr {
    margin: 35px 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .top-medical .visit-bnr img {
    border-radius: 30px;
  }
}
.top-medical .search-items {
  background: #fff;
  border-radius: 50px;
  padding: 85px 60px 60px;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-medical .search-items {
    padding: 40px 20px 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    border-radius: 20px;
  }
}
.top-medical .search-items::before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 2px dashed rgba(93, 185, 185, 0.4784313725);
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .top-medical .search-items::before {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 20px;
  }
}
.top-medical .search-items h4 {
  position: absolute;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  background: #5DB9B9;
  border-radius: 100vw;
  font-size: 33px;
  line-height: 1.5;
  width: 100%;
  max-width: 800px;
  text-align: center;
  padding: 6px 0 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -32px;
}
@media screen and (max-width: 768px) {
  .top-medical .search-items h4 {
    width: 80%;
    font-size: 21px;
    padding: 4px 0 8px;
    top: -20px;
  }
}
.top-medical .search-items .item {
  background: #D9F2F3;
  border-radius: 10px;
  height: 75px;
  color: #333333;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  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;
  padding-left: 45px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical .search-items .item {
    height: 50px;
    padding-left: 32px;
    font-size: 13px;
    line-height: 1.4;
  }
}
.top-medical .search-items .item::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/common/btn-arrow.png);
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
@media screen and (max-width: 768px) {
  .top-medical .search-items .item::after {
    left: 10px;
    width: 16px;
    height: 16px;
  }
}
.top-medical .search-items.disease {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .top-medical .search-items.disease {
    margin-top: 50px;
  }
}
.top-medical .search-items.disease::before {
  border: 2px dashed rgba(163, 198, 48, 0.5254901961);
}
.top-medical .search-items.disease h4 {
  background: #A2C630;
}
.top-medical .search-items.disease .item {
  background: #EAF3CE;
}
.top-medical .search-items.disease .item::after {
  background: url(../images/common/btn-arrow-green.png);
  background-size: cover;
}

/*----------よくある質問----------*/
.top-faq {
  background: #E8F8F9;
  padding: 60px 0 177px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding: 30px 0 80px;
  }
}
.top-faq .ttl-top {
  position: relative;
}
.top-faq .ttl-top::after {
  background: url(../images/top/faq-deco1.png);
  content: "";
  position: absolute;
  width: 87px;
  height: 96px;
  background-size: cover;
  top: 15px;
  left: 250px;
}
@media screen and (max-width: 768px) {
  .top-faq .ttl-top::after {
    width: 71px;
    height: 71px;
    top: 5px;
    left: 262px;
  }
}
.top-faq .ttl-top::before {
  background: url(../images/top/faq-deco2.png);
  content: "";
  position: absolute;
  width: 50px;
  height: 64px;
  background-size: cover;
  top: 28px;
  right: 250px;
}
@media screen and (max-width: 768px) {
  .top-faq .ttl-top::before {
    width: 36px;
    height: 46px;
    top: 13px;
    right: 271px;
  }
}
.top-faq .wave {
  width: 100%;
  height: 20px;
  background: url(../images/common/wave3.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-faq .wave {
    height: 7px;
    top: -7px;
  }
}
.top-faq .faq-item {
  padding: 32px 0;
  border-bottom: 2px dashed #D1D1D1;
}
@media screen and (max-width: 768px) {
  .top-faq .faq-item {
    padding: 15px 0;
  }
}
.top-faq .faq-item:first-of-type {
  padding-top: 0;
}
.top-faq .faq-question {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.top-faq .faq-left {
  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;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .top-faq .faq-left {
    gap: 11px;
  }
}
.top-faq .q-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #ffffff;
  line-height: 56px;
  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;
  font-size: 30px;
  font-weight: bold;
  color: #5DB9B9;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-faq .q-icon {
    width: 40px;
    min-width: 40px;
    font-size: 19px;
    line-height: 37px;
    height: 40px;
  }
}
.top-faq .faq-text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.top-faq .faq-toggle {
  position: relative;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top-faq .faq-toggle {
    width: 15px;
    height: 15px;
  }
}
.top-faq .faq-toggle::before,
.top-faq .faq-toggle::after {
  content: "";
  position: absolute;
  background: #5DB9B9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-faq .faq-toggle::before {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  .top-faq .faq-toggle::before {
    height: 3px;
  }
}
.top-faq .faq-toggle::after {
  width: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  .top-faq .faq-toggle::after {
    width: 3px;
  }
}
.top-faq .faq-item.active .faq-toggle::after {
  opacity: 0;
}
.top-faq .faq-answer {
  display: none;
  margin-left: 90px;
  padding: 20px;
  color: #444;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .top-faq .faq-answer {
    margin-left: 45px;
    margin-top: 5px;
    padding: 15px;
  }
}

/*----------アクセス----------*/
.top-access {
  position: relative;
  padding: 0 0 76px;
}
@media screen and (max-width: 768px) {
  .top-access {
    padding: 0 0 45px;
  }
}
.top-access .wave {
  width: 100%;
  height: 200px;
  background: url(../images/common/wave4.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-access .wave {
    height: 40px;
    top: -40px;
  }
}
.top-access .ttl-top {
  z-index: 1;
  position: relative;
}
.top-access .embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-access .embed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-access .embed iframe {
  width: 50%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  .top-access .embed iframe {
    width: 100%;
    height: 51vw;
  }
}
.top-access .embed iframe.map {
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .top-access .embed iframe.map {
    border-radius: 40px 40px 0 0;
  }
}
.top-access .embed iframe.movie {
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .top-access .embed iframe.movie {
    border-radius: 0 0 40px 40px;
  }
}
.top-access .embed + p {
  text-align: center;
  margin-top: 15px;
}

/*============================================================================

  階層ページ

============================================================================*/
/*----------メインビジュアル----------*/
.low #mv {
  width: 100%;
  height: 380px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .low #mv {
    margin: 0;
  }
}
.low #mv:before {
  content: "";
  background-color: rgba(79, 68, 46, 0.6);
  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: 48px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px #4D3E2C, 0 0 6px #4D3E2C;
}

.low .contents {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .low #mv {
    height: 210px;
  }
  .low #mv .ttl {
    font-size: 26px;
    line-height: 1.5;
  }
}
/*各ページメインビジュアル背景*/
#clinic #mv {
  background: url(../images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*----------クリニック紹介ページ----------*/
#clinic #doctor .message {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #clinic #doctor .message {
    margin-bottom: 30px;
  }
}
#clinic #doctor .message .txt .catch {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #5DB9B9;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #clinic #doctor .message .txt .catch {
    font-size: 19px;
  }
}
#clinic #doctor .message .img img {
  border-radius: 40px;
  -webkit-box-shadow: -10px 10px 0 #5DB9B9;
          box-shadow: -10px 10px 0 #5DB9B9;
}
@media screen and (max-width: 768px) {
  #clinic #doctor .message .img img {
    -webkit-box-shadow: -6px 6px 0 #5DB9B9;
            box-shadow: -6px 6px 0 #5DB9B9;
  }
}
#clinic #doctor .message .img .name {
  margin: 15px auto 0;
  border-radius: 100vw;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #clinic #doctor .message .img .name {
    margin-top: 5px;
  }
}
#clinic #doctor .message .img .name p {
  font-size: 34px;
  letter-spacing: 3px;
  line-height: 1.6;
  border-bottom: 2px dashed rgba(93, 185, 185, 0.5725490196);
  display: inline-block;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #clinic #doctor .message .img .name p {
    font-size: 24px;
  }
}
#clinic #doctor .message .img .name p span {
  font-size: 22px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #clinic #doctor .message .img .name p span {
    font-size: 18px;
  }
}
#clinic #doctor .message .img .name p small {
  font-size: 16px;
  color: #5DB9B9;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #clinic #doctor .message .img .name p small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #clinic #doctor .greeting-box-list {
    grid-template-columns: auto;
    gap: 20px;
  }
}
#clinic #doctor .greeting-box-list .greeting-box {
  padding: 30px;
  background: #F8F3E7;
  border-radius: 40px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #clinic #doctor .greeting-box-list .greeting-box {
    font-size: 14px;
    padding: 20px;
  }
}
#clinic #doctor .greeting-box-list .greeting-box h3 {
  margin-bottom: 20px;
  background: #5DB9B9;
  text-align: center;
  border-radius: 100vw;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #clinic #doctor .greeting-box-list .greeting-box h3 {
    font-size: 20px;
  }
}
#clinic #doctor .greeting-box-list .greeting-box dl {
  display: grid;
  grid-template-columns: 5em 1fr;
  line-height: 1.4;
  gap: 20px 0;
}
#clinic #doctor .greeting-box-list .greeting-box dl dt {
  width: 200px;
}
#clinic #doctor .greeting-box-list .greeting-box:last-of-type h3 {
  background: #A2C630;
}
#clinic #doctor .greeting-box-list .greeting-box:last-of-type .list01 li::before {
  color: #A2C630;
}
#clinic #in-hospital .clinic-slide {
  max-width: 950px !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#clinic #in-hospital .clinic-slide-main {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
#clinic #in-hospital .clinic-slide-main__outer {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #clinic #in-hospital .clinic-slide-main__outer {
    margin-bottom: 10px;
  }
}
#clinic #in-hospital .clinic-slide-thumb__outer img {
  border-radius: 10px;
}
#clinic #in-hospital .clinic-slide-main__item {
  width: 100%;
  position: relative;
}
#clinic #in-hospital .clinic-slide-main__img {
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  #clinic #in-hospital .clinic-slide-main__img {
    border-radius: 20px;
  }
}
#clinic #in-hospital .clinic-slide-main__caption {
  font-weight: bold;
  line-height: 1.4;
  background: #5DB9B9;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 24px;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  border-radius: 0 40px 0 40px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  #clinic #in-hospital .clinic-slide-main__caption {
    border-radius: 0 20px 0 20px;
    padding: 8px 20px 12px;
    font-size: 14px;
  }
}
#clinic #in-hospital .swiper-button-prev,
#clinic #in-hospital .swiper-button-next {
  height: 53px !important;
  width: 53px !important;
  position: absolute;
}
#clinic #in-hospital .swiper-button-prev {
  left: -26px;
}
#clinic #in-hospital .swiper-button-next {
  right: -26px;
}
#clinic #in-hospital .swiper-button-prev:after,
#clinic #in-hospital .swiper-button-next:after {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 53px !important;
  width: 53px !important;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #clinic #in-hospital .swiper-button-prev:after,
  #clinic #in-hospital .swiper-button-next:after {
    height: 30px !important;
    width: 30px !important;
  }
}
#clinic #in-hospital .swiper-button-prev:after {
  background-image: url(../images/clinic/prev.png);
}
#clinic #in-hospital .swiper-button-next:after {
  background-image: url(../images/clinic/next.png);
}
@media screen and (max-width: 768px) {
  #clinic #facility .items {
    grid-template-columns: auto;
  }
}
#clinic #facility .items .item {
  background: #F8F3E7;
  border-radius: 40px;
}
#clinic #facility .items .item img {
  border-radius: 40px 40px 0 0;
}
#clinic #facility .items .item h3 {
  background: #A2C630;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  padding: 5px 0 7px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  #clinic #facility .items .item h3 {
    font-size: 20px;
  }
}
#clinic #facility .items .item p {
  padding: 15px 20px 20px;
}
#clinic #facility .items .item:nth-of-type(odd) h3 {
  background: #5DB9B9;
}
#clinic #alignment dl {
  border: 2px solid rgba(131, 208, 208, 0.8549019608);
  border-radius: 10px;
  border-collapse: collapse;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
  -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;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
#clinic #alignment dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #clinic #alignment dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
#clinic #alignment dl dt {
  padding: 0 1em;
  width: 40%;
  border-right: 2px dashed rgba(131, 208, 208, 0.8549019608);
}
@media screen and (max-width: 768px) {
  #clinic #alignment dl dt {
    width: 100%;
    border: none;
    padding: 0;
  }
}
#clinic #alignment dl dd {
  padding: 0 1em;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #clinic #alignment dl dd {
    width: 100%;
    padding: 0;
  }
}
#clinic #alignment dl dd:nth-of-type(2) {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #clinic #alignment dl dd:nth-of-type(2) {
    width: 100%;
  }
}
#clinic #alignment dl dd a {
  width: 100%;
  position: relative;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
  vertical-align: middle;
  margin: 12px 0 12px 0;
  padding: 4px 3em 6px 1.5em;
  background-color: #F8F3E7;
  color: #5DB9B9;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #clinic #alignment dl dd a {
    margin-bottom: 0;
  }
}
#clinic #alignment dl dd a:after {
  position: absolute;
  content: "";
  background: url(../images/common/outlink.png);
  width: 16px;
  height: 16px;
  background-size: cover;
  top: 15px;
  right: 20px;
}

/*----------呼吸器内科ページ----------*/
#respiratory .about .ttl01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #respiratory .about .ttl01 {
    margin-bottom: 25px;
  }
}
#respiratory .case .ttl01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #respiratory .case .ttl01 {
    margin-bottom: 25px;
  }
}
#respiratory .medical .btn01 {
  margin-top: 30px;
}

/*----------健康診断ページ----------*/
#checkups .btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #checkups .btn-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 25px;
  }
}
#checkups .btn-flex .btn01 {
  margin: 0 10px 0;
  max-width: 470px;
}

/*----------アクセスページ----------*/
#access .map .gmap iframe {
  width: 100%;
  border-radius: 40px;
  height: auto;
  aspect-ratio: 16/7;
}
@media screen and (max-width: 768px) {
  #access .map .gmap iframe {
    aspect-ratio: 4/3;
  }
}
#access .map .gmap + p {
  text-align: center;
  margin-top: 10px;
}
#access .map .access-box-list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #access .map .access-box-list {
    margin-top: 30px;
    grid-template-columns: auto;
  }
}
#access .map .access-box-list .access-box {
  padding: 30px;
  background: #F8F3E7;
  border-radius: 40px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #access .map .access-box-list .access-box {
    padding: 20px;
    font-size: 14px;
  }
}
#access .map .access-box-list .access-box h3 {
  margin-bottom: 10px;
  background: #5DB9B9;
  text-align: center;
  border-radius: 100vw;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #access .map .access-box-list .access-box h3 {
    font-size: 18px;
    padding: 5px 0;
  }
}
#access .map .access-box-list .access-box h3 + p {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #access .map .access-box-list .access-box h3 + p {
    text-align: left;
    margin-bottom: 10px;
  }
}
#access .map .access-box-list .access-box:last-of-type h3 {
  background: #A2C630;
}
#access .map .access-box-list .access-box ul {
  margin-bottom: -5px;
}
#access .map .access-box-list .access-box ul li {
  position: relative;
  padding-left: 1.7em;
  margin-bottom: 5px;
}
#access .map .access-box-list .access-box ul li span {
  position: absolute;
  top: 0;
  left: 0;
}
#access .map .access-box-list .access-box dl {
  margin-top: 10px;
}
#access .map .access-box-list .access-box dl dt {
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #access .map .access-box-list .access-box dl dt {
    font-size: 16px;
  }
}
#access .map .access-box-list .access-box dl dt span {
  color: #A2C630;
}
#access .movie .youtube {
  text-align: center;
}
#access .movie .youtube iframe {
  max-width: 880px;
  height: 495px;
  border-radius: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #access .movie .youtube iframe {
    height: 49vw;
  }
}
#access .movie .youtube + p {
  text-align: center;
  margin-top: 10px;
}

/*----------診療案内----------*/
#medical .medical {
  margin-top: 140px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #medical .medical {
    margin-bottom: 0;
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
#medical .medical .item {
  position: relative;
}
#medical .medical .item:not(:last-of-type) {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  #medical .medical .item:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
#medical .medical .item:before {
  position: absolute;
  display: block;
  content: "";
  background: #F8F3E7;
  width: 96%;
  max-width: 1395px;
  border-radius: 50px 0 0 50px;
  height: 132%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  right: 0;
  padding: 65px 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #medical .medical .item:before {
    height: calc(100% + 80px);
    border-radius: 0;
    width: 100%;
    background: none;
  }
}
#medical .medical .item:nth-of-type(odd)::before {
  right: auto;
  left: 0;
  background: #E8F8F9;
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 768px) {
  #medical .medical .item:nth-of-type(odd)::before {
    border-radius: 0;
  }
}
#medical .medical .item h4 {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-top: -10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 500;
  position: relative;
  color: #5DB9B9;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  #medical .medical .item h4 {
    font-size: 24px;
    padding-left: 40px;
    line-height: 1.4;
  }
}
#medical .medical .item h4::before {
  position: absolute;
  content: "";
  height: 1px;
  top: 50%;
  left: 0;
  width: 60px;
  border-top: 3px solid #5DB9B9;
  border-radius: 100vw;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #medical .medical .item h4::before {
    width: 30px;
  }
}
#medical .medical .item h4 small {
  font-size: 25px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #medical .medical .item h4 small {
    font-size: 20px;
  }
}
#medical .medical .item .btn01 {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #medical .medical .item .btn01 {
    margin: 25px auto 0;
  }
}
#medical .medical .item .btn01::before {
  display: none;
}

/*============================================================================

  訪問診療LP

============================================================================*/
/*----------ヘッダー・フッター色変更----------*/
.visit-body .header-bg::before {
  content: "";
  background: url(../images/visit/header-wave-r1.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 1200px) {
  .visit-body .header-bg::before {
    background-position: 150px 0;
  }
}
.visit-body .header-bg::after {
  content: "";
  background: url(../images/visit/header-wave-l.png);
  background-size: cover;
}
.visit-body footer {
  padding: 70px 0 0;
  margin-top: 0px;
  background: #AEBE22;
}
@media screen and (max-width: 768px) {
  .visit-body footer {
    padding: 30px 0 0;
  }
}
.visit-body footer .round {
  display: none;
}
.visit-body footer .wrap .right .btn li.line a {
  background: #6C4142;
}
.visit-body .sp_menu-btn {
  background: #AEBE22;
}
.visit-body .sp_header-nav {
  background: #AEBE22;
}
.visit-body .sp_header-nav__second-menu li {
  background: #99a61d;
}
.visit-body .sp_header-inner__right-wrap::before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
  background-image: url(../images/visit/header-wave-r-sp.png);
}

/*----------共通----------*/
#visit {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #6C4142;
}
#visit .green {
  color: #AEBE22;
}
#visit .orange {
  color: #F49F66;
}
#visit .ttl-type1 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #visit .ttl-type1 {
    margin-bottom: 20px;
  }
}
#visit .ttl-type1 .en {
  font-family: "learning-curve", sans-serif;
  font-size: 89px;
  color: #B17F5D;
  line-height: 1.7;
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #visit .ttl-type1 .en {
    font-size: 50px;
    line-height: 1.8;
    margin-top: 5px;
  }
}
#visit .ttl-type1 .en::after {
  content: "";
  width: 111px;
  height: 111px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #visit .ttl-type1 .en::after {
    width: 70px;
    height: 70px;
  }
}
#visit .ttl-type1 .en::before {
  content: "";
  background: url(../images/visit/ttl-type1-deco.png);
  width: 81px;
  height: 18px;
  position: absolute;
  background-size: cover;
  left: 50%;
  top: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #visit .ttl-type1 .en::before {
    width: 53px;
    height: 11px;
    top: -8px;
  }
}
#visit .ttl-type1 .ja {
  background: #AEBE22;
  width: 100%;
  max-width: 440px;
  font-size: 30px;
  display: inline-block;
  border-radius: 10px;
  line-height: 1.6;
  padding-bottom: 5px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #visit .ttl-type1 .ja {
    font-size: 20px;
    max-width: 290px;
    padding-bottom: 4px;
  }
}
#visit .ttl-type2 {
  display: block;
  letter-spacing: 0.04em;
  font-size: 28px;
  line-height: 1.2;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 2px;
  border-left: 4px solid #AEBE22;
}
@media screen and (max-width: 768px) {
  #visit .ttl-type2 {
    font-size: 20px;
  }
}
#visit .ttl-type3 {
  font-size: 44px;
  text-align: center;
  color: #F49F66;
  line-height: 1.6;
  border-bottom: 3px dotted #F49F66;
  padding-bottom: 25px;
  margin-bottom: 30px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  #visit .ttl-type3 {
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: -10px;
  }
}

/*----------メインビジュアル----------*/
#visit #mv {
  position: relative;
  background: url(../images/visit/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 740px;
}
@media screen and (max-width: 768px) {
  #visit #mv {
    height: calc(100svh - 60px);
    background: url(../images/visit/mv-sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
}
#visit #mv::before {
  display: none;
}
#visit #mv .txt {
  position: absolute;
  top: 58%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #visit #mv .txt {
    top: 230px;
    left: 6%;
  }
}
#visit #mv .txt h2 {
  color: #fff;
  font-size: 40px;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  #visit #mv .txt h2 {
    font-size: 22px;
  }
}
#visit #mv .txt h2 span {
  background: #EB827A;
  border-radius: 0 33px 0 0;
  display: inline-block;
  padding: 0 20px 6px;
  line-height: 1.7;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  #visit #mv .txt h2 span {
    letter-spacing: 1px;
    border-radius: 0 20px 0 0;
    padding: 0 15px 3px;
  }
}
#visit #mv .txt h2 span.cream {
  color: #FFF4B0;
}
#visit #mv .txt .feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #visit #mv .txt .feature-box {
    gap: 15px;
    margin-top: 10px;
  }
}
#visit #mv .txt .feature-box .item {
  background: #fff;
  width: 176px;
  text-align: center;
  height: 176px;
  border-radius: 100vw;
  font-size: 24px;
  padding-top: 35px;
  line-height: 1.4;
  outline: solid 7px rgba(255, 255, 255, 0.2705882353);
}
@media screen and (max-width: 768px) {
  #visit #mv .txt .feature-box .item {
    width: 100px;
    height: 100px;
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.2;
    outline: solid 4px rgba(255, 255, 255, 0.2705882353);
  }
}

/*----------メッセージ----------*/
.message-cont {
  background: url(../images/visit/beige-bg.png);
  background-repeat: repeat;
  background-size: 100px;
  position: relative;
}
.message-cont .round {
  width: 100%;
  height: 136px;
  background: url(../images/visit/round.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .message-cont .round {
    height: 20px;
    top: -19px;
  }
}
.message-cont .wrapper {
  padding: 80px 0 110px;
  background-image: url(../images/visit/message1.png), url(../images/visit/message2.png), url(../images/visit/message3.png), url(../images/visit/message4.png);
  background-position: top 230px left 120px, top 450px left 0px, top 230px right 60px, top 500px right 0px;
  background-size: 213px, 255px, 262px, 200px;
}
@media screen and (max-width: 768px) {
  .message-cont .wrapper {
    padding: 25px 0 40px;
    background: none;
  }
}
.message-cont .ttl {
  text-align: center;
  color: #F49F66;
  font-size: 34px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .message-cont .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.message-cont .ttl span {
  display: inline-block;
  position: relative;
}
.message-cont .ttl span::before {
  content: "";
  background: url(../images/visit/message-ttl-deco.png);
  width: 46px;
  height: 80px;
  position: absolute;
  background-size: cover;
  left: -80px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .message-cont .ttl span::before {
    width: 31px;
    height: 55px;
    left: -35px;
    bottom: 0px;
  }
}
.message-cont .ttl span::after {
  content: "";
  background: url(../images/visit/message-ttl-deco.png);
  width: 46px;
  height: 80px;
  position: absolute;
  background-size: cover;
  right: -80px;
  bottom: 10px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .message-cont .ttl span::after {
    width: 31px;
    height: 55px;
    right: -35px;
    bottom: 0px;
  }
}
.message-cont .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message-cont .txt {
    text-align: left;
    padding: 0 20px;
  }
}

/*----------心不全緩和ケアとは----------*/
.about-cont {
  background: #EFF2D3;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .about-cont {
    padding: 40px 0;
  }
}
.about-cont .ttl {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .about-cont .ttl {
    margin-bottom: 20px !important;
  }
}
.about-cont .ttl + p {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about-cont .ttl + p {
    margin-bottom: 20px;
    text-align: left;
  }
}
.about-cont .tbl {
  border-top: 1px solid #AEBE22;
  border-left: 1px solid #AEBE22;
  margin-bottom: 20px;
  width: 100%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .about-cont .tbl {
    margin-bottom: 10px;
  }
}
.about-cont .tbl th {
  border-bottom: 1px solid #AEBE22;
  border-right: 1px solid #AEBE22;
  padding: 8px 8px 5px 12px;
  background-color: #AEBE22;
  color: #fff;
  vertical-align: top;
}
.about-cont .tbl td {
  border-bottom: 2px dotted #AEBE22;
  border-right: 2px dotted #AEBE22;
  padding: 5px 10px;
  background-color: #ffffff;
}

/*----------在宅心不全緩和ケアの目的----------*/
.purpose-cont {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .purpose-cont {
    padding: 40px 0;
  }
}
.purpose-cont .ttl {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .purpose-cont .ttl {
    margin-bottom: 20px !important;
  }
}
.purpose-cont .ttl .en::after {
  background: #F5EFE6 !important;
}
.purpose-cont .ttl .ja {
  background: #EB827A !important;
}
.purpose-cont .ttl + p {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .purpose-cont .ttl + p {
    margin-bottom: 20px;
    text-align: left;
  }
}
.purpose-cont .items {
  gap: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .purpose-cont .items {
    grid-template-columns: auto;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.purpose-cont .items .item {
  background: #F9E9E7;
  border-radius: 40px;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .purpose-cont .items .item {
    padding: 15px;
    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;
    border-radius: 30px;
  }
}
.purpose-cont .items .item img {
  width: 195px;
}
@media screen and (max-width: 768px) {
  .purpose-cont .items .item img {
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin-right: 15px;
  }
}
.purpose-cont .items .item h4 {
  font-size: 28px;
  color: #EB827A;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .purpose-cont .items .item h4 {
    font-size: 19px;
    text-align: left;
    margin-top: 0;
  }
}

/*----------お問い合わせはこちら----------*/
.contact-cont {
  background: url(../images/visit/contact-bg.jpg);
  background-size: cover;
  padding: 60px 0 60px;
  position: relative;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .contact-cont {
    padding: 30px 0;
  }
}
.contact-cont .en {
  font-family: "learning-curve", sans-serif;
  color: #fff;
  font-size: 104px;
  position: absolute;
  opacity: 0.1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  left: 40%;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .contact-cont .en {
    font-size: 60px;
    left: auto;
    right: 20px;
    top: 10px;
  }
}
.contact-cont .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .contact-cont .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.contact-cont .wrap .txt {
  color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-cont .wrap .txt .ttl {
  font-size: 38px;
  line-height: 1.6;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .contact-cont .wrap .txt .ttl {
    font-size: 24px;
  }
}
.contact-cont .wrap .txt .box {
  margin-top: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-cont .wrap .txt .box {
    margin-top: 20px;
  }
}
.contact-cont .wrap .txt .box h4 {
  background: #AEBE22;
  font-size: 23px;
  border-radius: 100vw;
  text-align: center;
  color: #fff;
  padding: 0 0 3px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .contact-cont .wrap .txt .box h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.contact-cont .wrap .txt .box a {
  font-size: 43px;
  color: #6C4142;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .contact-cont .wrap .txt .box a {
    font-size: 26px;
    line-height: 1.7;
  }
}
.contact-cont .wrap .txt .box a span {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .contact-cont .wrap .txt .box a span {
    font-size: 20px;
  }
}
.contact-cont .wrap .txt .box .note {
  color: #6C4142;
}
.contact-cont .wrap .img {
  width: 667px;
  margin-right: -103px;
  margin-bottom: -60px;
}
@media screen and (max-width: 768px) {
  .contact-cont .wrap .img {
    margin-bottom: -60px;
    width: 80%;
    margin-right: -15px;
  }
}

/*----------訪問可能エリア----------*/
.area-cont {
  padding: 80px 0;
  background: url(../images/visit/beige-bg.png);
  background-repeat: repeat;
  background-size: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-cont {
    padding: 40px 0;
  }
}
.area-cont .ttl + p {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .area-cont .ttl + p {
    text-align: left;
    margin-bottom: 20px;
  }
}
.area-cont .map {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .area-cont .map {
    height: 240px;
    margin-bottom: 20px;
    overflow: hidden;
  }
}
.area-cont .map img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .area-cont .map img {
    border-radius: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.area-cont .well {
  border-radius: 40px;
  background: #fff;
  border: 5px solid rgba(244, 159, 102, 0.4470588235);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .area-cont .well {
    border-radius: 30px;
    padding: 20px;
  }
}
.area-cont .well h4 {
  text-align: center;
  line-height: 1.6;
  color: #fff;
  background: #F49F66;
  border-radius: 100vw;
  font-size: 27px;
  padding: 4px 0 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .area-cont .well h4 {
    font-size: 18px;
    line-height: 1.4;
    padding: 6px 0 8px;
    margin-bottom: 15px;
  }
}
.area-cont .well ul li::before {
  color: #F49F66;
}

/*----------利用の流れ----------*/
.flow-cont {
  background: #EFF2D3;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .flow-cont {
    padding: 40px 0;
  }
}
.flow-cont .items .item {
  background: #fff;
  border-radius: 40px;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-cont .items .item {
    padding: 20px;
    border-radius: 30px;
  }
}
.flow-cont .items .item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #AEBE22;
}
@media screen and (max-width: 768px) {
  .flow-cont .items .item::before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 18px solid #AEBE22;
    bottom: -30px;
  }
}
.flow-cont .items .item:last-child::before {
  display: none;
}
.flow-cont .items .item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .flow-cont .items .item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.flow-cont .items .item h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  border-bottom: 2px dotted #AEBE22;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .flow-cont .items .item h4 {
    font-size: 20px;
    line-height: 1.4;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
}
.flow-cont .items .item h4 .num {
  background: #AEBE22;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100vw;
  line-height: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .flow-cont .items .item h4 .num {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.flow-cont .items .item .flex04 .img {
  width: 395px;
}
@media screen and (max-width: 768px) {
  .flow-cont .items .item .flex04 .img {
    width: 100%;
    border-radius: 30px;
  }
}
.flow-cont .items .item .well {
  background: #F7F2EC;
  border-radius: 10px;
  margin-top: 25px;
  padding: 20px 25px;
}
@media screen and (max-width: 768px) {
  .flow-cont .items .item .well {
    margin-top: 20px;
    padding: 15px 20px;
  }
}
.flow-cont .items .item .well h5 {
  text-align: center;
  color: #AEBE22;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .flow-cont .items .item .well h5 {
    line-height: 1.4;
    font-size: 18px;
  }
}
.flow-cont .items .item .well .list03 {
  padding: 0;
  background: none;
}
.flow-cont .items .item .well .list03 li::before {
  background: #AEBE22;
}

/*----------費用について----------*/
.expenses-cont {
  padding: 80px 0;
  background: url(../images/visit/expenses-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .expenses-cont {
    padding: 40px 0;
  }
}
.expenses-cont .ttl {
  color: #EB827A !important;
  border-bottom: 3px dotted #EB827A !important;
}
.expenses-cont .ttl + p {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .expenses-cont .ttl + p {
    text-align: left;
    margin-bottom: 20px;
  }
}
.expenses-cont .items {
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .expenses-cont .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.expenses-cont .items .item {
  border: 1px solid #EB827A;
  border-radius: 20px;
  background: #fff;
}
.expenses-cont .items .item h4 {
  background: #EB827A;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 19px 19px 0 0;
}
.expenses-cont .items .item p {
  padding: 5px;
  text-align: center;
}
.expenses-cont .ttl-type2 {
  margin-top: 40px !important;
  border-left: 4px solid #EB827A !important;
}
@media screen and (max-width: 768px) {
  .expenses-cont .ttl-type2 {
    margin-top: 30px !important;
  }
}
.expenses-cont .well {
  background: #F9E9E7;
  padding: 20px 25px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .expenses-cont .well {
    padding: 15px 20px;
  }
}

/*----------よくある質問----------*/
.faq-cont {
  background: url(../images/visit/beige-bg.png);
  background-repeat: repeat;
  background-size: 100px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .faq-cont {
    padding: 40px 0;
  }
}
.faq-cont .ttl .en::after {
  background: #F5EFE6 !important;
}
.faq-cont .ttl .ja {
  background: #F49F66 !important;
}

/*============================================================================

  フッター

============================================================================*/
footer {
  background-color: #5DB9B9;
  padding: 46px 0 0;
  margin-top: 38px;
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 16px;
    padding: 30px 0 0;
  }
}
footer .round {
  width: 100%;
  height: 316px;
  background: url(../images/common/round2.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  footer .round {
    height: 55px;
    top: -16px;
  }
}
footer::before {
  width: 252px;
  height: 257px;
  background: url(../images/common/footer-deco.png);
  background-size: cover;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  footer::before {
    width: 160px;
    height: 165px;
  }
}

footer .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;
}
@media screen and (max-width: 768px) {
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .wrap .left h2 {
  margin-bottom: 15px;
}
footer .wrap .left h2 img {
  width: 100%;
  max-width: 504px;
}

footer .wrap .left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .wrap .left {
    width: 100%;
  }
}
footer .wrap .left .schedule-table {
  background: none;
  border: none;
  margin: 15px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .wrap .left .schedule-table {
    margin: 15px 0 10px;
  }
}
footer .wrap .left .schedule-table th {
  background: none !important;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ffffff;
  padding: 15px 5px;
}
@media screen and (max-width: 768px) {
  footer .wrap .left .schedule-table th {
    padding: 10px 0;
  }
}
footer .wrap .left .schedule-table td {
  background: none !important;
  border-bottom: 1px solid #ffffff;
  padding: 15px 5px;
}
@media screen and (max-width: 768px) {
  footer .wrap .left .schedule-table td {
    padding: 10px 5px;
  }
}
footer .wrap .left .schedule-table td span {
  color: #fff;
}
footer .wrap .left .schedule-table + .note {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  footer .wrap .left .schedule-table + .note {
    font-size: 12px;
  }
}

footer .wrap .right {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .wrap .right {
    display: none;
  }
}
footer .wrap .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .wrap .right dl dt {
  width: 7em;
  margin-bottom: 30px;
  line-height: 1.4;
}
footer .wrap .right dl dd {
  width: calc(100% - 7em);
  margin-bottom: 35px;
}
footer .wrap .right dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .wrap .right dl dd ul li {
  width: 50%;
}
footer .wrap .right dl dd ul li a {
  display: block;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 17px;
  position: relative;
  padding-left: 18px;
}
footer .wrap .right dl dd ul li a::before {
  content: "●";
  font-size: 8px;
  position: absolute;
  top: 8px;
  left: 0;
}

footer .wrap .right .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -18px;
}
footer .wrap .right .btn li {
  width: 50%;
  margin-right: 18px;
}
footer .wrap .right .btn li a {
  display: block;
  height: 80px;
  background: #FFFFFF;
  color: #333;
  text-align: center;
  border-radius: 100vw;
  font-size: 15px;
  padding-top: 14px;
  line-height: 1.4;
}
footer .wrap .right .btn li a span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  padding-left: 34px;
}
footer .wrap .right .btn li a span::before {
  background: url(../images/common/reserve-black.png);
  content: "";
  background-size: cover;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
  top: 4px;
}
footer .wrap .right .btn li.line a {
  background: #A2C630;
  border: 1px solid #fff;
  color: #fff;
}
footer .wrap .right .btn li.line a span::before {
  background-image: url(../images/common/line.png);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer .copy {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .copy {
    font-size: 10px;
    padding-top: 30px;
    margin-bottom: 60px;
  }
}

/*----------スマホフッター固定ボタン----------*/
.sp_bottom-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp_bottom-menu__btn {
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 0;
  vertical-align: bottom;
  width: 25%;
  height: 60px;
  line-height: 20px;
  background-color: rgba(93, 185, 185, 0.9294117647);
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3215686275);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  padding: 32px 0 0;
}

.sp_bottom-menu__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 19px;
  height: 27px;
  background: url(../images/common/reserve.png) no-repeat center center/contain;
  margin-right: 5px;
}

.sp_bottom-menu__btn--line {
  background-color: rgba(161, 193, 64, 0.937254902) !important;
}

.sp_bottom-menu__btn--line::before {
  width: 22px;
  height: 30px;
  background-image: url(../images/common/line.png) !important;
}

.sp_bottom-menu__btn--tel {
  background-color: rgba(25, 86, 147, 0.937254902) !important;
  line-height: 1;
  padding: 25px 0 0;
}

.sp_bottom-menu__btn--tel.tel2 {
  background: rgba(40, 48, 118, 0.9215686275) !important;
}

.sp_bottom-menu__btn--tel::before {
  top: 2px;
  width: 16px;
  height: 21px;
  background-image: url(../images/common/tel-white.png) !important;
}

@media screen and (max-width: 1100px) {
  .sp_bottom-menu {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}/*# sourceMappingURL=style.css.map */