@charset "UTF-8";

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

html {
  font-size: 100%;
}

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: 16px;
  color: #4B4739;
  line-height: 2;
  height: 100%;
  letter-spacing: 1px;
}

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

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

a:hover {
  opacity: 0.8;
}

ul,
li {
  list-style: none;
}

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

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

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

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

textarea {
  font-family: inherit;
}

main {
  display: block;
  overflow: hidden;
}

small {
  font-size: 90%;
}

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

  共通

============================================================================*/
/*----------パディング----------*/
/* 上下 */
.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: 40px;
}

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

@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: 40px;
}

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

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

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

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

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

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

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

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

/*----------カラー----------*/
.red {
  color: #ff0000;
}

.blue {
  color: #1e00ff;
}

.pink {
  color: #FF8B8E;
}

.green {
  color: #32AD84;
}

/*----------マーカー下線----------*/
.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;
}

.u-clearfix .img {
  max-width: 30%;
  width: 100%;
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .u-clearfix .img {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
}

.u-clearfix .img img {
  border-radius: 20px;
}

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

/*----------グリッド----------*/
.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 4% 0 0;
  width: 40%;
}

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

.flex01 .img img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/* 画像大きめ・画像右 */
.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

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

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

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

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

.flex02 .img img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

/* 画像小さめ・画像左 */
.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: 33%;
}

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

/* 画像小さめ・画像右 */
.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: 33%;
}

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

/*----------ラッパー----------*/
/* 幅1000px */
.wrapper-xs {
  max-width: 960px;
  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: #32AD84;
  font-size: 0.5em;
  margin-right: 10px;
  vertical-align: middle;
  padding-bottom: 3px;
}

/*----------下線----------*/
.list02 {
  margin: 10px 0;
  border-width: 0 1px 1px;
}

.list02 li {
  margin: 0;
  border-bottom: 1px dotted #333;
  list-style-type: none;
}

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

/*----------点と背景----------*/
.list03 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 20px 12px;
  background-color: #D8F3E2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
}

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

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

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

.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: 35px 10px 20px 45px;
  background-color: #D8F3E2;
  border-radius: 20px;
}

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

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

.list05 li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  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: 7px;
  left: -28px;
  width: 20px;
  height: 20px;
  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;
  }
}

/*番号*/
.num-list {
  margin-bottom: -15px;
}

.num-list li {
  line-height: 1.4;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}

.num-list li span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

.num-list li span:after {
  content: "";
  background-color: #32AD84;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.num-list+p {
  margin-top: 40px;
}

/*----------囲み枠----------*/
/*背景のみ*/
.well01 {
  padding: 30px;
  background: #ffe7e7;
  border-radius: 20px;
  margin-top: 30px;
}

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

/*枠線*/
.well02 {
  padding: 40px;
  border: 4px solid #ccc;
  background: #fff;
  word-wrap: break-word;
}

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

/*背景のみ + センター*/
.well03 {
  padding: 30px;
  background: #ffe7e7;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .well03 {
    margin-bottom: 0;
    text-align: left;
    padding: 20px;
  }
}

/*背景のみ + flex*/
.well04 {
  padding: 30px;
  background: #ffe7e7;
  border-radius: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .well04 {
    margin-bottom: 0;
    text-align: left;
    padding: 20px;
  }
}

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

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

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

.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: #333;
  color: #fff;
  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;
  }
}

/*----------流れ----------*/
.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::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 4px;
  height: calc(100% - 4px);
  border-right: #32AD84 dotted 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

@media screen and (max-width: 768px) {
  .flow-box::before {
    left: 34px;
  }
}

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

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

.flow-box h3 {
  padding: 10px 10px;
  margin: 0 0 15px;
  font-size: 22px;
  background-image: none;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  border-bottom: 3px solid #32AD84;
  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: 4%;
  background: #32AD84;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 28px;
}

@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 20px;
    display: block;
  }
}

.flow-box .content {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .flow-box .content {
    width: 80%;
  }
}

/*----------FAQ----------*/
.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
  box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
}

@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;
  font-weight: bold;
  background: #ffffff;
}

@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: blue;
}

@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 #333;
  border-right: 2px solid #333;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt::after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  border-top: 1px solid #CACACA;
  background: #fff;
}

@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: red;
}

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

/*----------ボタン----------*/
.btn01 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  padding: 16px 15px 18px;
  color: #fff;
  border-radius: 100vw;
  background-color: #32AD84;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 50px auto 0;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .btn01 {
    margin: 20px auto 0;
    max-width: 280px;
    font-size: 14px;
    padding: 13px 15px 15px;
    max-width: 250px;
  }
}

.btn01::after {
  content: "";
  background: url(../images/common/btn-arrow.png) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn01:hover,
.btn01:focus {
  background-color: #0f8f64;
  opacity: 1;
}

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

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

.btn02 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  line-height: 1.6;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  padding: 16px 15px 18px;
  color: #fff;
  border-radius: 100vw;
  background-color: #32AD84;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 15px 0 0;
  border: 1px solid #fff;
}

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

.btn02::after {
  content: "";
  background: url(../images/common/btn-arrow.png) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn02:hover,
.btn02:focus {
  background-color: #0f8f64;
  opacity: 1;
}

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

.btn03 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
  line-height: 1.6;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  padding: 16px 15px 18px;
  color: #fff;
  border-radius: 100vw;
  background-color: #32AD84;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 15px 0 0;
  border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .btn03 {
    margin: 20px auto 0;
    max-width: 100%;
  }
}

.btn03::after {
  content: "";
  background: url(../images/common/btn-arrow.png) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn03:hover,
.btn03:focus {
  background-color: #0f8f64;
  opacity: 1;
}

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

/*----------スマホで表示・非表示----------*/
.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;
  }
}

/*----------アンカーリンクリスト----------*/
.anchor-list {
  margin-bottom: 60px;
}

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

.anchor-list ul {
  gap: 20px;
}

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

.anchor-list ul li {
  border-radius: 10px;
  background: #32AD84;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.anchor-list ul li:hover {
  background: #0f8f64;
}

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

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

.anchor-list2 {
  margin-top: 20px;
}

.anchor-list2 ul {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .anchor-list2 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.anchor-list2 ul li {
  border-radius: 10px;
  background: #FF8B8E;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.anchor-list2 ul li:hover {
  background: #d4666a;
}

.anchor-list2 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;
}

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

/*----------診療時間----------*/
.schedule table {
  margin-bottom: 2px;
  border-collapse: separate;
  border-spacing: 0 10px;
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .schedule table {
    white-space: wrap;
  }
}

.schedule table td,
.schedule table th {
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  vertical-align: middle;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}

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

  .schedule table td,
  .schedule table th {
    font-size: 14px;
  }
}

.schedule table th {
  width: 26%;
  height: 50px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.schedule table td {
  padding: 0 24px 0 0px;
  width: 7%;
  text-align: center;
  color: #FF8B8E;
}

@media screen and (max-width: 768px) {
  .schedule table td {
    padding: 0 5px 0 0;
  }
}

.schedule table tr:first-child th,
.schedule table tr:first-child td {
  position: relative;
  color: #fff;
  background-color: #FF8B8E;
}

.schedule table tr:first-child th::before {
  left: 76px;
}

.schedule table tr:first-child th {
  padding: 0 20px 0 16px;
}

.schedule table td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.schedule_note {
  font-size: 14px;
  line-height: 1.6;
}

/*----------アニメーション----------*/
.anime {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
}

.anime.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.no-anime {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: 0s all ease-out !important;
  transition: 0s all ease-out !important;
}

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

  ヘッダー

============================================================================*/
/* header */
/* header PC */
.header-wrapper {
  z-index: 99;
  width: 100%;
  height: 150px;
  padding: 0 30px 0 30px;
  margin: 0 auto;
  background: #FAFFF7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 500;
}

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

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

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

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

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

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

.header-nav__list>li>a {
  display: inline-block;
  font-size: 1rem;
  padding: 0 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4B4739;
}

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

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

.header-nav__list>li>a img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

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

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

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

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

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

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

.header-contact {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 4px;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-contact>a {
  display: inline-block;
}

.header-contact__tel {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-contact__number {
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #32AD84;
}

.header-contact__number:hover,
.header-contact__number:focus {
  opacity: 0.7;
}

.header-contact__number .dial {
  display: block;
}

.header-contact__number>span {
  display: inline-block;
  font-weight: 400;
  font-size: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0px;
}

.header-contact__number>span small {
  font-size: 16px;
}

.header-contact__rsv {
  position: relative;
  display: block;
  text-decoration: none;
  background: #FF8B8E;
  text-align: center;
  width: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 32px;
  color: #fff;
  font-size: 16px;
  border-radius: 100vw;
}

.header-contact__rsv::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/common/web.png) no-repeat center/contain;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  top: 10px;
  left: 28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-contact__line {
  position: relative;
  display: block;
  text-decoration: none;
  background: #00CA41;
  text-align: center;
  width: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 20px;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  border-radius: 100vw;
}

.header-contact__line::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/common/line.png) no-repeat center/contain;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  top: 10px;
  left: 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.header-fixed.thin {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateY(-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;
  }
}

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

.header-fixed.thin .header-wrapper {
  height: 80px;
  -webkit-box-shadow: 0 0 5px rgba(161, 125, 106, 0.6039215686);
  box-shadow: 0 0 5px rgba(161, 125, 106, 0.6039215686);
}

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

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

.header-fixed.thin .header-contact__number>span {
  font-size: 18px;
}

.header-fixed.thin .header-contact__number>span small {
  font-size: 14px;
}

.header-fixed.thin .header-contact__rsv {
  height: 32px;
  line-height: 31px;
  font-size: 15px;
  margin-top: 3px;
}

.header-fixed.thin .header-contact__rsv::before {
  top: 7px;
  left: 33px;
}

.header-fixed.thin .header-contact__line {
  height: 32px;
  line-height: 31px;
  font-size: 15px;
  margin-top: 3px;
}

.header-fixed.thin .header-contact__line::before {
  top: 7px;
  left: 25px;
}

.header-fixed.thin .header-contact {
  margin-top: 3px;
  margin-bottom: 0;
}

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

.header-fixed.thin .header-nav__second-menu {
  top: 36px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 370px) {
  .sp_header-logo {
    width: 260px;
    margin: 16px;
  }
}

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

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

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

.sp_header-menu {
  position: relative;
}

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

.sp_menu-btn .hamburger {
  display: block;
  height: 4px;
  border-radius: 2px;
  background-color: #32AD84;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

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

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

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

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 70px;
  background-color: #32AD84;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 999999998;
  -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-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-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: #218161;
  border-top: 1px solid white;
}

.sp_header-nav__second-menu li a {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

.is_open-menu .sp_header-nav {
  right: 0px;
}

.is_open-menu .sp_menu-btn .hamburger {
  background: transparent !important;
}

.is_open-menu .sp_menu-btn .hamburger::before {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is_open-menu .sp_menu-btn .hamburger::after {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

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

  タイトル

============================================================================*/
.ttl-top {
  font-size: 41px;
  color: #32AD84;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

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

.ttl-well {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 22px;
  margin-top: -6px;
  color: #FF8B8E;
  border-bottom: 1px solid #FF8B8E;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

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

.ttl01 {
  display: block;
  letter-spacing: 3px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding-top: 60px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin: 0 auto 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 26px;
    margin: 0 auto 25px;
    text-align: center;
    padding-top: 40px;
    letter-spacing: 2px;
  }
}

.ttl01::before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url(../images/common/ttl-logo.png) no-repeat center/contain;
  width: 115px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .ttl01::before {
    width: 80px;
    height: 33px;
  }
}

.ttl02 {
  display: block;
  color: #32AD84;
  letter-spacing: 2px;
  font-size: 34px;
  font-weight: 500;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border-bottom: 3.2px dotted #32AD84;
  line-height: 1.4;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 24px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.ttl03 {
  display: block;
  letter-spacing: 0.04em;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  padding-bottom: 2px;
  color: #32AD84;
  border-left: 4px solid #32AD84;
}

@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 1.25rem;
    text-align: left;
  }
}

.ttl04 {
  display: block;
  letter-spacing: 0.04em;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  padding-bottom: 2px;
  color: #32AD84;
}

@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 1.25rem;
    text-align: left;
  }
}

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

  トップページ

============================================================================*/
#home .green-bg {
  background: url(../images/common/green-bg.jpg);
  background-size: cover;
}

/*----------メインビジュアル----------*/
.mainVisual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 678px) {
  .mainVisual {
    display: block;
    margin-top: 60px;
  }
}

.swiper-container01 {
  width: 100%;
  max-width: 940px;
  height: calc(100svh - 190px);
  margin: 0 auto;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.swiper-container02 {
  width: 100%;
  max-width: 940px;
  height: calc(100svh - 190px);
  margin: 0 auto;
  overflow: hidden;
  margin-left: 10px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  .swiper-container01 {
    height: 600px;
  }

  .swiper-container02 {
    height: 600px;
  }
}

@media screen and (max-width: 678px) {
  .swiper-container01 {
    height: 36.2svh;
    margin-right: 0;
  }

  .swiper-container02 {
    height: 36.2svh;
    margin-left: 0;
    margin-top: 20px;
  }
}

.swiper-slide {
  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;
  font-size: 40px;
  color: rgba(45, 20, 8, 0.8);
}

.bgc-01 {
  background-image: url(../images/top/mv1.jpg);
  background-size: cover;
  background-position: center;
}

.bgc-02 {
  background-image: url(../images/top/mv2.jpg);
  background-size: cover;
  background-position: center 28%;
}

@media screen and (max-width: 678px) {
  .bgc-02 {
    background-position: center 2%;
  }
}

.bgc-03 {
  background-image: url(../images/top/mv3.jpg);
  background-size: cover;
  background-position: center;
}

.bgc-04 {
  background-image: url(../images/top/mv4.jpg);
  background-size: cover;
}

.bgc-05 {
  background-image: url(../images/top/mv5.jpg);
  background-size: cover;
}

.bgc-06 {
  background-image: url(../images/top/mv6.jpg);
  background-size: cover;
}

.mv-btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 11;
  background: rgba(50, 173, 132, 0.8941176471);
  width: 430px;
  height: 72px;
  line-height: 68px;
}

@media screen and (max-width: 678px) {
  .mv-btn {
    width: 320px;
    height: 45px;
    line-height: 44px;
    background: rgba(50, 173, 132, 0.8);
  }
}

.mv-btn a {
  color: #FFFFFF;
  font-size: 23px;
  padding-right: 28px;
  text-align: center;
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
}

@media screen and (max-width: 678px) {
  .mv-btn a {
    font-size: 17px;
  }
}

.mv-btn a::before {
  content: "";
  background: url(../images/common/btn-arrow.png) center center/cover no-repeat;
  position: absolute;
  top: 52%;
  right: 34px;
  width: 27px;
  height: 27px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 678px) {
  .mv-btn a::before {
    right: 20px;
    width: 22px;
    height: 22px;
  }
}

.swiper-container01 .mv-btn {
  border-radius: 0 30px 0 0;
}

@media screen and (max-width: 678px) {
  .swiper-container01 .mv-btn {
    top: 0;
    border-radius: 0 0 30px 0;
  }
}

.swiper-container02 .mv-btn {
  border-radius: 30px 0 0 0;
  left: auto;
  right: 0;
}

.mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 361px;
  height: 361px;
  z-index: 111;
  background: url(../images/top/mv-catch-bg.png);
  background-size: cover;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 23px;
  line-height: 1.6;
}

@media screen and (max-width: 678px) {
  .mv-catch {
    width: 210px;
    height: 210px;
    font-size: 16px;
  }
}

.mv-catch img {
  margin-top: 80px;
  width: 105px;
  margin-bottom: 13px;
}

@media screen and (max-width: 678px) {
  .mv-catch img {
    width: 60px;
    margin-top: 42px;
    margin-bottom: 5px;
  }
}

/* ---------!(注意)------------ */
.attention {
  padding: 20px;
  text-align: center;
  background-color: #ffedeb;
  border: 6px solid #FF8B8E;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .attention {
    margin-top: 10px;
    text-align: left;
  }
}

/*----------お知らせ&コラム----------*/
.top-news {
  padding: 60px 0 90px;
}

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

.top-news .ttl-top span {
  color: #4B4739;
  display: block;
  font-size: 23px;
}

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

.top-news .ttl-top span small {
  position: relative;
}

.top-news .ttl-top span small::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 22px;
  background: url(../images/top/news-border1.png);
  background-size: cover;
  right: -30px;
  top: 5px;
}

@media screen and (max-width: 768px) {
  .top-news .ttl-top span small::before {
    width: 11px;
    height: 14px;
    right: -20px;
    top: 2px;
  }
}

.top-news .ttl-top span small::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 22px;
  background: url(../images/top/news-border2.png);
  background-size: cover;
  left: -30px;
  top: 5px;
}

@media screen and (max-width: 768px) {
  .top-news .ttl-top span small::after {
    width: 11px;
    height: 14px;
    left: -20px;
    top: 2px;
  }
}

.top-news .content {
  background: #fff;
  border-radius: 30px;
  padding: 65px 0 80px;
  position: relative;
}

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

.top-news .content::before {
  position: absolute;
  content: "";
  width: 83px;
  height: 103px;
  background: url(../images/top/news-deco1.png);
  background-size: cover;
  bottom: 43px;
  left: -30px;
}

@media screen and (max-width: 768px) {
  .top-news .content::before {
    width: 52px;
    height: 64px;
    bottom: -40px;
    left: -10px;
  }
}

.top-news .content::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 106px;
  background: url(../images/top/news-deco2.png);
  background-size: cover;
  top: 43px;
  right: -13px;
}

@media screen and (max-width: 768px) {
  .top-news .content::after {
    width: 60px;
    height: 70px;
    top: -10px;
    right: -10px;
  }
}

.top-news .btn01 {
  margin-top: -30px;
}

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

.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: 12px;
  color: #32AD84;
  margin-bottom: 3px;
}

.top-news-contents li article h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

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

/*----------当院のご案内・診療カレンダー----------*/
.top-info {
  padding: 80px;
  background: url(../images/common/pink-bg.jpg);
  background-size: cover;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

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

.top-info .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.top-info .contents .item {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .top-info .contents .item {
    width: 100%;
  }
}

.top-info .contents .item h3 {
  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;
  color: #FF8B8E;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 36px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top-info .contents .item h3 {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: -10px;
  }
}

.top-info .contents .item h3::before,
.top-info .contents .item h3::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-bottom: 2px dotted #FF8B8E;
}

.top-info .contents .item h3::before {
  margin-right: 20px;
}

.top-info .contents .item h3::after {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .top-info .contents .item.left {
    margin-bottom: 30px;
  }
}

.top-info .contents .item.left .access {
  margin-bottom: 5px;
}

.top-info .contents .item.left .contact {
  background: #fff;
  border-radius: 10px;
  margin-top: 15px;
  padding: 18px 20px 12px;
  text-align: center;
  line-height: 1.4;
}

.top-info .contents .item.left .contact span {
  color: #FF8B8E;
  font-size: 29px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top-info .contents .item.left .contact span {
    font-size: 21px;
  }
}

.top-info .contents .item.left .contact span a {
  color: #FF8B8E;
}

/*----------コンセプト----------*/
.top-concept {
  background: url(../images/top/concept-bg.jpg);
  background-size: cover;
  padding: 60px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

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

.top-concept .wrapper {
  position: relative;
}

.top-concept .wrapper::before {
  position: absolute;
  content: "";
  width: 256px;
  height: 283px;
  background: url(../images/top/concept-img1.png);
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
  left: 0;
}

@media screen and (max-width: 768px) {
  .top-concept .wrapper::before {
    width: 78px;
    height: 85px;
    top: 25px;
    left: 13px;
  }
}

.top-concept .wrapper::after {
  position: absolute;
  content: "";
  width: 216px;
  height: 216px;
  background: url(../images/top/concept-img2.png);
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-34%);
  transform: translateY(-34%);
  right: 0;
}

@media screen and (max-width: 768px) {
  .top-concept .wrapper::after {
    width: 65px;
    height: 65px;
    top: 21px;
    right: 20px;
  }
}

.top-concept .wrapper .ttl {
  text-align: center;
  color: #FFFFFF;
  font-size: 59px;
  text-shadow: 0px 0px 10px #BCB0A0;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .top-concept .wrapper .ttl {
    font-size: 35px;
    margin-top: -10px;
  }
}

.top-concept .wrapper .txt {
  font-size: 26px;
  text-align: center;
  line-height: 2.7;
}

@media screen and (max-width: 768px) {
  .top-concept .wrapper .txt {
    font-size: 16px;
  }
}

.top-concept .wrapper .txt strong {
  background: #fff;
  border-radius: 12px;
  padding: 5px 5px 10px 20px;
}

/*----------選ばれる理由----------*/
.top-feature {
  padding: 80px 0 80px;
  position: relative;
}

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

.top-feature::before {
  position: absolute;
  content: "";
  width: 273px;
  height: 206px;
  background: url(../images/top/feature-deco1.png);
  background-size: cover;
  top: 80px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  .top-feature::before {
    width: 85px;
    height: 64px;
    top: 20px;
    right: -2px;
  }
}

.top-feature::after {
  position: absolute;
  content: "";
  width: 273px;
  height: 206px;
  background: url(../images/top/feature-deco2.png);
  background-size: cover;
  top: 80px;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .top-feature::after {
    width: 85px;
    height: 64px;
    top: 20px;
    left: -2px;
  }
}

.top-feature .ttl-top {
  color: #4B4739;
  margin-bottom: 70px;
  padding-top: 80px;
  position: relative;
}

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

.top-feature .ttl-top::after {
  position: absolute;
  content: "";
  width: 78px;
  height: 70px;
  background: url(../images/top/feature-ttl-deco.png);
  background-size: cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .top-feature .ttl-top::after {
    width: 40px;
    height: 36px;
  }
}

.top-feature .items {
  color: #fff;
  gap: 60px;
}

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

.top-feature .items .item {
  background: #8CE650;
  border-radius: 30px;
  position: relative;
}

.top-feature .items .item:nth-of-type(1) {
  background: #32AD84;
}

.top-feature .items .item:nth-of-type(1) .num {
  background: #32AD84 !important;
}

@media screen and (max-width: 768px) {
  .top-feature .items .item:nth-of-type(3) {
    background: #32AD84;
  }
}

@media screen and (max-width: 768px) {
  .top-feature .items .item:nth-of-type(3) .num {
    background: #32AD84 !important;
  }
}

.top-feature .items .item:nth-of-type(4) {
  background: #32AD84;
}

@media screen and (max-width: 768px) {
  .top-feature .items .item:nth-of-type(4) {
    background: #8CE650;
  }
}

.top-feature .items .item:nth-of-type(4) .num {
  background: #32AD84 !important;
}

@media screen and (max-width: 768px) {
  .top-feature .items .item:nth-of-type(4) .num {
    background: #8CE650 !important;
  }
}

.top-feature .items .item img {
  border-radius: 30px 30px 0 0;
}

.top-feature .items .item .txt-wrap {
  padding: 20px 20px 20px;
  position: relative;
}

.top-feature .items .item .txt-wrap .num {
  background: #8CE650;
  width: 154px;
  height: 154px;
  position: absolute;
  border-radius: 100vw;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 45px;
  top: -67px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .top-feature .items .item .txt-wrap .num {
    width: 80px;
    height: 80px;
    font-size: 28px;
    top: -34px;
    line-height: 1.8;
  }
}

.top-feature .items .item .txt-wrap h4 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top-feature .items .item .txt-wrap h4 {
    font-size: 20px;
  }
}

.top-feature .items .item .txt-wrap .txt {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
}

.top-feature .items-big {
  background: url(../images/top/feature-big-bg.jpg);
  background-size: cover;
  border-radius: 30px;
  margin-top: 60px;
  padding: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-feature .items-big {
    margin-top: 30px;
    padding: 30px 20px;
  }
}

.top-feature .items-big .num {
  width: 125px;
  height: 125px;
  background: #32AD84;
  font-size: 45px;
  text-align: center;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border-radius: 100vw;
  line-height: 120px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .top-feature .items-big .num {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 70px;
    margin-bottom: 10px;
  }
}

.top-feature .items-big h4 {
  font-size: 32px;
  line-height: 1.5;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border-bottom: 2px dotted #32AD84;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-feature .items-big h4 {
    font-size: 20px;
  }
}

.top-feature .items-big h4::before {
  position: absolute;
  content: "";
  width: 72px;
  height: 128px;
  background: url(../images/top/items-big-deco1.png);
  background-size: cover;
  top: -40px;
  left: -130px;
}

@media screen and (max-width: 768px) {
  .top-feature .items-big h4::before {
    width: 38px;
    height: 67px;
    left: -4px;
    top: -79px;
  }
}

.top-feature .items-big h4::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 128px;
  background: url(../images/top/items-big-deco2.png);
  background-size: cover;
  top: -40px;
  right: -130px;
}

@media screen and (max-width: 768px) {
  .top-feature .items-big h4::after {
    width: 38px;
    height: 67px;
    right: -4px;
    top: -79px;
  }
}

@media screen and (max-width: 768px) {
  .top-feature .items-big .txt {
    text-align: left;
  }
}

.top-feature .items-big .box-items {
  gap: 30px;
  margin-top: 30px;
}

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

.top-feature .items-big .box-items .box-item {
  background: #32AD84;
  border-radius: 20px;
}

.top-feature .items-big .box-items .box-item:nth-child(odd) {
  background: #32AD84;
}

.top-feature .items-big .box-items .box-item img {
  border-radius: 20px 20px 0 0;
}

.top-feature .items-big .box-items .box-item div {
  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;
  height: 82px;
}

@media screen and (max-width: 768px) {
  .top-feature .items-big .box-items .box-item div {
    height: auto;
  }
}

.top-feature .items-big .box-items .box-item div p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-top: -3px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  .top-feature .items-big .box-items .box-item div p {
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    padding: 15px;
  }
}

/*----------ループスライダー----------*/
.loop-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .loop-slider {
    margin-bottom: 50px;
  }
}

.loop-slider img {
  height: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .loop-slider img {
    width: 90%;
  }
}

.loop-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*----------診療のご案内----------*/
.top-medical {
  background: url(../images/top/medical-bg.jpg);
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

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

.top-medical::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background: url(../images/top/medical-top-deco.png);
  background-size: contain;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .top-medical::before {
    height: 13px;
  }
}

.top-medical .ttl-top {
  color: #4B4739;
  padding-top: 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-medical .ttl-top {
    padding-top: 40px;
  }
}

.top-medical .ttl-top::before {
  position: absolute;
  content: "";
  width: 67px;
  height: 59px;
  background: url(../images/top/medical-ttl-deco.png);
  background-size: cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .top-medical .ttl-top::before {
    width: 48px;
    height: 41px;
  }
}

.top-medical .ttl-top+p {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top-medical .ttl-top+p {
    text-align: left;
  }
}

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

@media screen and (max-width: 768px) {
  .top-medical .items {
    display: grid;
    gap: 20px;
  }
}

.top-medical .items .item {
  background: url(../images/top/medical-items-bg.png);
  background-size: cover;
  width: 279px;
  height: 279px;
  margin: 30px 35px;
  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-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 .items .item {
    margin: 0;
    width: 270px;
    height: 270px;
  }
}

.top-medical .items .item img {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .top-medical .items .item img {
    width: 50px;
    margin-top: -10px;
  }
}

.top-medical .items .item p {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #4B4739;
}

@media screen and (max-width: 768px) {
  .top-medical .items .item p {
    font-size: 22px;
    margin-top: 5px;
    line-height: 1.4;
  }
}

.top-medical .items .item p span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.top-medical .items .item p small {
  font-size: 22px;
}

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

.top-medical .items-visit {
  background: url(../images/top/medical-visit.png);
  background-size: cover;
  height: 340px;
  padding: 0 62px;
  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;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .top-medical .items-visit {
    height: auto;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    border: 2px dotted rgba(255, 139, 143, 0.5960784314);
  }
}

.top-medical .items-visit .txt {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top-medical .items-visit .txt {
    width: 100%;
    text-align: left;
  }
}

.top-medical .items-visit .txt h4 {
  font-size: 33px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top-medical .items-visit .txt h4 {
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
  }
}

.top-medical .items-visit .txt h4 span {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .top-medical .items-visit .txt h4 span {
    padding-left: 0;
  }
}

.top-medical .items-visit .txt h4 span::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 39px;
  background: url(../images/top/medical-visit-ttl.png);
  background-size: cover;
  top: 7px;
  left: -40px;
}

@media screen and (max-width: 768px) {
  .top-medical .items-visit .txt h4 span::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top-medical .items-visit .txt img {
    border-radius: 30px;
    margin-top: 20px;
  }
}

.top-medical .items-visit .txt .btn01 {
  margin-top: 30px;
  background: #FF8B8E;
}

@media screen and (max-width: 768px) {
  .top-medical .items-visit .txt .btn01 {
    margin-top: 20px;
  }
}

.top-medical .items-visit .txt .btn01::after {
  background: url(../images/common/btn-arrow-pink.png) center center/cover no-repeat;
}

.top-medical .items-visit .txt .btn01:hover,
.top-medical .items-visit .txt .btn01:focus {
  background-color: #f1696e;
  opacity: 1;
}

/*----------症状・病名から探す----------*/
.top-case {
  padding: 80px 0;
  background: #32AD84;
  position: relative;
}

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

.top-case .en {
  position: absolute;
  color: rgba(255, 255, 255, 0.3058823529);
  font-size: 85px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  left: -4px;
  top: -57px;
}

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

.top-case .ttl {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 41px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top-case .ttl {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

.top-case .ttl::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: url(../images/top/case-border.png);
  background-size: cover;
  bottom: -30px;
  left: 50%;
}

.top-case .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

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

.top-case .items .item {
  background: #fff;
  height: 90px;
  border-radius: 10px;
  color: #4B4739;
  font-size: 18px;
  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;
  line-height: 1.5;
  padding: 0 20px 0 70px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-case .items .item {
    font-size: 14px;
    height: 60px;
    padding: 0 10px 0 40px;
  }
}

.top-case .items .item::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 46px;
  background: url(../images/top/symptoms-leaf.png);
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

@media screen and (max-width: 768px) {
  .top-case .items .item::before {
    width: 16px;
    height: 24px;
    left: 15px;
  }
}

.top-case .items .item::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 13px;
  height: 13px;
  background-color: rgba(50, 173, 132, 0.5058823529);
  position: absolute;
  bottom: 7px;
  right: 7px;
}

.top-case.top-disease {
  background: #8CE650;
}

.top-case.top-disease .en {
  left: auto;
  right: -4px;
}

.top-case.top-disease .items .item::before {
  background: url(../images/top/disease-leaf.png);
  background-size: cover;
}

.top-case.top-disease .items .item::after {
  background-color: rgba(140, 230, 80, 0.5058823529);
}

/*----------院長ご挨拶----------*/
.top-greeting {
  padding: 80px 0;
  position: relative;
}

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

.top-greeting::before {
  position: absolute;
  content: "";
  width: 84px;
  height: 70px;
  background: url(../images/top/greeting-deco1.png);
  background-size: cover;
  top: 70px;
  right: 80px;
}

@media screen and (max-width: 768px) {
  .top-greeting::before {
    width: 67px;
    height: 55px;
    top: 31px;
    right: 20px;
  }
}

.top-greeting::after {
  position: absolute;
  content: "";
  width: 224px;
  height: 140px;
  background: url(../images/top/greeting-deco2.png);
  background-size: cover;
  bottom: 0;
  left: 48px;
}

@media screen and (max-width: 768px) {
  .top-greeting::after {
    z-index: -1;
    width: 118px;
    height: 70px;
    left: 7px;
    bottom: 0;
  }
}

.top-greeting .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.top-greeting .contents .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
}

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

.top-greeting .contents .img .left {
  margin-right: 43px;
  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;
}

@media screen and (max-width: 768px) {
  .top-greeting .contents .img .left {
    display: none;
  }
}

.top-greeting .contents .img .left img {
  border-radius: 30px;
  width: 229px;
}

.top-greeting .contents .img .left img:last-of-type {
  margin-top: 46px;
  margin-left: 40px;
}

.top-greeting .contents .img .right {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.top-greeting .contents .img .right img {
  max-width: 377px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .top-greeting .contents .img .right img {
    width: 100%;
    max-width: 100%;
  }
}

.top-greeting .contents .img .right .name {
  position: absolute;
  background: rgba(50, 173, 132, 0.7960784314);
  border-radius: 0 30px 0 30px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 10px 25px 14px;
  bottom: 0;
  left: 0;
}

.top-greeting .contents .img .right .name small {
  font-size: 17px;
}

.top-greeting .contents .img .right .name span {
  display: block;
  font-size: 13px;
}

.top-greeting .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-greeting .contents .txt .ttl-top {
  text-align: left;
  margin-top: -10px;
}

.top-greeting .contents .txt .btn01 {
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .top-greeting .contents .txt .btn01 {
    margin: 20px auto 30px;
  }
}

/*----------地図&アクセス動画----------*/
.top-access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: bottom;
}

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

.top-access iframe {
  width: 100%;
  height: 28vw;
}

@media screen and (max-width: 768px) {
  .top-access iframe {
    width: 100%;
    height: 56vw;
  }
}

@media screen and (max-width: 768px) {
  .top-access iframe.map {
    height: 76vw;
  }
}

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

  階層ページ

============================================================================*/
/*----------メインビジュアル----------*/
.low #mv {
  width: 100%;
  height: 320px;
  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:after {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../images/common/low-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: 1;
}

.low #mv .ttl {
  display: block;
  width: 100%;
  font-size: 44px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  position: absolute;
  top: 52%;
  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: 180px;
    margin-top: 60px;
  }

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

/*各ページメインビジュアル背景*/
#general #mv {
  background: url(../images/general/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------診療案内TOP----------*/
#medical .medical .list-medical-item {
  gap: 30px;
}

@media screen and (max-width: 768px) {
  #medical .medical .list-medical-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

#medical .medical .list-medical-item li {
  border: 1px solid #32AD84;
  border-radius: 20px;
}

#medical .medical .list-medical-item li a {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 768px) {
  #medical .medical .list-medical-item li a {
    padding: 14px;
  }
}

#medical .medical .list-medical-item li a:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#medical .medical .list-medical-item li a figure {
  overflow: hidden;
  border-radius: 20px;
}

#medical .medical .list-medical-item li a figure img {
  width: 165px;
  height: 165px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  #medical .medical .list-medical-item li a figure img {
    height: 100px;
    width: 100px;
  }
}

#medical .medical .list-medical-item li a .txt {
  color: #181818;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
}

#medical .medical .list-medical-item li a .txt h3 {
  font-size: 22px;
  color: #32AD84;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border-bottom: 2px dotted #B3B6B7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #medical .medical .list-medical-item li a .txt h3 {
    font-size: 17px;
  }
}

#medical .medical .list-medical-item li a .txt p {
  line-height: 1.8;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #medical .medical .list-medical-item li a .txt p {
    font-size: 14px;
  }
}

#medical .items-visit {
  background: url(../images/top/medical-visit.png);
  background-size: cover;
  height: 340px;
  padding: 0 62px;
  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;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  #medical .items-visit {
    height: auto;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    border: 2px dotted rgba(255, 139, 143, 0.5960784314);
  }
}

#medical .items-visit .txt {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #medical .items-visit .txt {
    width: 100%;
    text-align: left;
  }
}

#medical .items-visit .txt h4 {
  font-size: 33px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #medical .items-visit .txt h4 {
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
  }
}

#medical .items-visit .txt h4 span {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  #medical .items-visit .txt h4 span {
    padding-left: 0;
  }
}

#medical .items-visit .txt h4 span::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 39px;
  background: url(../images/top/medical-visit-ttl.png);
  background-size: cover;
  top: 7px;
  left: -40px;
}

@media screen and (max-width: 768px) {
  #medical .items-visit .txt h4 span::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #medical .items-visit .txt img {
    border-radius: 30px;
    margin-top: 20px;
  }
}

#medical .items-visit .txt .btn01 {
  margin-top: 30px;
  background: #FF8B8E;
}

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

#medical .items-visit .txt .btn01::after {
  background: url(../images/common/btn-arrow-pink.png) center center/cover no-repeat;
}

#medical .items-visit .txt .btn01:hover,
#medical .items-visit .txt .btn01:focus {
  background-color: #f1696e;
  opacity: 1;
}

/*----------アクセス----------*/
#access .map iframe {
  width: 100%;
  height: 440px;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  #access .map iframe {
    height: 250px;
  }
}

#access .map iframe+p {
  text-align: center;
  background: #ffebeb;
  padding: 10px;
  line-height: 1.7;
}

#access .movie {
  text-align: center;
}

#access .movie h2 {
  line-height: 1;
  margin-bottom: 40px;
}

#access .movie h2 small {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #access .movie h2 small {
    font-size: 16px;
  }
}

#access .movie iframe {
  width: 888px;
  height: 500px;
}

@media screen and (max-width: 768px) {
  #access .movie iframe {
    width: 100%;
    height: 51vw;
  }
}

#access .overview .flex {
  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) {
  #access .overview .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#access .overview .flex .img {
  width: 38%;
}

@media screen and (max-width: 768px) {
  #access .overview .flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
}

#access .overview .flex .contents {
  width: 60%;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  #access .overview .flex .contents {
    width: 100%;
  }
}

#access .overview .flex .contents th,
#access .overview .flex .contents td {
  border: 2px solid #fff;
  background-color: #D8F3E2;
  padding: 12px 20px;
}

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

  #access .overview .flex .contents th,
  #access .overview .flex .contents td {
    padding: 10px;
  }
}

#access .overview .flex .contents th {
  background-color: #32AD84;
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

@media screen and (max-width: 768px) {
  #access .overview .flex .contents th {
    width: 85px;
  }
}

/*----------医院紹介----------*/
#clinic .clinic-slide {
  max-width: 1080px !important;
  position: relative;
}

#clinic .clinic-slide-main {
  position: relative;
}

#clinic .clinic-slide-main__outer {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-main__outer {
    margin-bottom: 10px;
  }
}

#clinic .clinic-slide-main__item {
  width: 100%;
  position: relative;
}

#clinic .clinic-slide-main__img {
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

#clinic .clinic-slide-main__caption {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
  background: #32AD84;
  color: #fff;
  position: absolute;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  bottom: 0;
  left: 0;
  padding: 8px 40px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  border-radius: 0 20px 0 20px;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-main__caption {
    border-radius: 0 20px 0 20px;
    padding: 10px 10px 10px;
  }
}

#clinic .clinic-slide-main__caption span {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-main__caption span {
    font-size: 16px;
  }
}

#clinic .clinic-slide {
  max-width: 900px !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#clinic .clinic-slide-main {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

#clinic .swiper-button-prev,
#clinic .swiper-button-next {
  height: 43px !important;
  width: 43px !important;
  position: absolute;
}

#clinic .swiper-button-prev {
  left: -21px;
}

#clinic .swiper-button-next {
  right: -21px;
}

#clinic .swiper-button-prev:after,
#clinic .swiper-button-next:after {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 43px !important;
  width: 43px !important;
  margin: auto;
}

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

  #clinic .swiper-button-prev:after,
  #clinic .swiper-button-next:after {
    width: 35px !important;
    height: 35px !important;
  }
}

#clinic .swiper-button-prev:after {
  background-image: url(../images/clinic/prev.png);
}

#clinic .swiper-button-next:after {
  background-image: url(../images/clinic/next.png);
}

.clinic-slide-thumb__outer img {
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #clinic .facility .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

#clinic .facility .item {
  background-color: #D8F3E2;
  border-radius: 10px;
}

#clinic .facility .item img {
  border-radius: 10px 10px 0 0;
}

#clinic .facility .item .txt {
  padding: 18px 34px 26px;
}

@media screen and (max-width: 768px) {
  #clinic .facility .item .txt {
    padding: 8px 24px 16px;
  }
}

#clinic .facility .item h3 {
  color: #32AD84;
  font-size: 23px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: normal;
  border-bottom: 2px dotted #32AD84;
  padding-bottom: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #clinic .facility .item h3 {
    font-size: 18px;
  }
}

/*----------医師紹介----------*/
#doctor .director .catch {
  font-size: 28px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-bottom: 20px;
  color: #32AD84;
}

@media screen and (max-width: 768px) {
  #doctor .director .catch {
    font-size: 22px;
    line-height: 1.6;
  }
}

#doctor .director .name {
  margin-top: 30px;
  line-height: 1.6;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

#doctor .director .name span {
  font-size: 23px;
}

@media screen and (max-width: 768px) {
  #doctor .director .name span {
    font-size: 20px;
  }
}

#doctor .director .career {
  background-repeat: repeat;
  background-size: 1.1257035647vw auto;
  width: 100%;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  #doctor .director .career {
    padding: 40px 0;
  }
}

#doctor .director .career .box-item {
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  display: grid;
}

@media screen and (max-width: 768px) {
  #doctor .director .career .box-item {
    gap: 20px;
  }
}

#doctor .director .career .box-item .box {
  background: #D8F3E2;
  width: 100%;
  border-radius: 20px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #doctor .director .career .box-item .box {
    width: 100%;
    padding: 20px;
  }
}

#doctor .director .career .box-item .box h4 {
  text-align: center;
  background: #32AD84;
  color: #fff;
  border-radius: 10px;
  padding: 2px 0;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  #doctor .director .career .box-item .box h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

#doctor .director .career .box-item .box ul li {
  line-height: 2.2;
}

#doctor .director .career .box-item .box .col2 {
  gap: 0 20px;
}

@media screen and (max-width: 768px) {
  #doctor .director .career .box-item .box .col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

#doctor .staff .items {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
  display: grid;
}

@media screen and (max-width: 768px) {
  #doctor .staff .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

#doctor .staff .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #doctor .staff .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }
}

#doctor .staff .item .img {
  width: 37%;
  max-width: 450px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #doctor .staff .item .img {
    width: 100%;
    max-width: 100%;
  }
}

#doctor .staff .item .img img {
  width: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  #doctor .staff .item .img img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
  }
}

#doctor .staff .item .txt {
  width: 63%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  #doctor .staff .item .txt {
    width: 100%;
  }
}

#doctor .staff .item .txt .career span {
  background: #32AD84;
  color: #fff;
  font-size: 15px;
  padding: 2px 10px 4px;
  border-radius: 10px;
  margin-right: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  #doctor .staff .item .txt .career span {
    font-size: 14px;
  }
}

#doctor .staff .career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #doctor .staff .item .txt {
    width: 100%;
    margin-top: 20px;
  }
}

#doctor .staff .item .txt .name {
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 3px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  #doctor .staff .item .txt .name {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

#doctor .staff .item .txt .name span {
  color: #32AD84;
  font-size: 16px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #doctor .staff .item .txt .name span {
    font-size: 14px;
  }
}

#doctor .staff .item .txt .career {
  margin-bottom: 5px;
}

/*----------呼吸器内科----------*/
#respiratory .disease .ttl01+p {
  text-align: center;
}

/*----------症状から探す----------*/
#symptom .well01 .ttl-well {
  text-align: center;
}

#symptom .well01 .list03 {
  background: none;
  padding: 0;
  margin-bottom: -10px;
  margin-top: 10px;
}

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

  在宅心不全緩和ケア専門ページ

============================================================================*/
#visit .orange {
  color: #FF9800;
}

#visit .sky {
  color: #33CCCC;
}

#visit .ttl-a {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  #visit .ttl-a {
    font-size: 22px;
  }
}

#visit .ttl-a .en {
  font-size: 69px;
  line-height: 1;
  margin-bottom: -42px;
  display: block;
  color: rgba(255, 255, 255, 0.7215686275);
}

@media screen and (max-width: 768px) {
  #visit .ttl-a .en {
    font-size: 40px;
    margin-bottom: -24px;
  }
}

#visit .ttl-b {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 40px;
  margin-top: -20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #visit .ttl-b {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

#visit .ttl-b .en {
  font-size: 22px;
  line-height: 1;
  display: block;
  color: #4B4739;
}

@media screen and (max-width: 768px) {
  #visit .ttl-b .en {
    font-size: 16px;
  }
}

#visit .ttl-c {
  display: block;
  letter-spacing: 0.04em;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
  padding-bottom: 2px;
  color: #FF9800;
  border-left: 4px solid #FF9800;
}

@media screen and (max-width: 768px) {
  #visit .ttl-c {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  #visit .sub-ttl {
    font-size: 1.25rem;
    text-align: left;
  }
}

#visit .big {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  #visit .big {
    font-size: 30px;
  }
}

#visit #mv {
  position: relative;
  background: url(../images/visit/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 90vh;
}

@media screen and (max-width: 768px) {
  #visit #mv {
    background: url(../images/visit/mv-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 420px;
    background-position: 67% 50%;
  }
}

#visit #mv::before {
  content: "";
  display: block;
  max-width: 617px;
  background: url(../images/visit/mv-catch-bg.png) center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
  #visit #mv::before {
    width: 90%;
    top: 46%;
  }
}

#visit #mv .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  #visit #mv .txt {
    width: 100%;
    top: 46%;
  }
}

#visit #mv .txt h2 {
  letter-spacing: 2px;
  font-size: 53px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 500;
  text-shadow: 0 0 8px #626262;
}

@media screen and (max-width: 768px) {
  #visit #mv .txt h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

#visit #mv .txt p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  font-size: 22px;
  text-shadow: 0 0 8px #626262;
}

@media screen and (max-width: 768px) {
  #visit #mv .txt p {
    font-size: 16px;
  }
}

#visit #mv .feature-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #visit #mv .feature-box {
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#visit #mv .feature-box .item {
  background: rgba(255, 153, 0, 0.7960784314);
  border: 1px solid #fff;
  border-radius: 100vw;
  width: 136px;
  height: 136px;
  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-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;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  #visit #mv .feature-box .item {
    width: 100px;
    height: 100px;
  }
}

#visit #mv .feature-box .item img {
  width: 50px;
}

@media screen and (max-width: 768px) {
  #visit #mv .feature-box .item img {
    width: 30px;
  }
}

#visit #mv .feature-box .item p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #visit #mv .feature-box .item p {
    font-size: 12px;
  }
}

#visit .visit-message {
  padding: 80px 0 50px;
  background: #FFFFD5;
  position: relative;
}

@media screen and (max-width: 768px) {
  #visit .visit-message {
    padding: 50px 0;
  }
}

#visit .visit-message .ttl {
  font-size: 38px;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #visit .visit-message .ttl {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

#visit .visit-message .ttl::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 7px;
  background: url(../images/visit/dot-deco.png);
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -24px;
}

#visit .visit-message .ttl .inner {
  position: relative;
  display: inline-block;
}

#visit .visit-message .ttl .inner::before {
  position: absolute;
  content: "";
  width: 76px;
  height: 59px;
  background: url(../images/visit/message-ttl-deco1.png);
  background-size: cover;
  left: -100px;
  top: 30px;
}

@media screen and (max-width: 768px) {
  #visit .visit-message .ttl .inner::before {
    display: none;
  }
}

#visit .visit-message .ttl .inner::after {
  position: absolute;
  content: "";
  width: 76px;
  height: 59px;
  background: url(../images/visit/message-ttl-deco2.png);
  background-size: cover;
  right: -70px;
  top: 30px;
}

@media screen and (max-width: 768px) {
  #visit .visit-message .ttl .inner::after {
    display: none;
  }
}

#visit .visit-message .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

#visit .visit-message .contents .img {
  width: 550px;
  margin-top: -10px;
  margin-right: -50px;
}

@media screen and (max-width: 768px) {
  #visit .visit-message .contents .img {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: -10px;
  }
}

#visit .visit-message .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #visit .visit-message .contents .txt {
    margin-right: 0;
  }
}

#visit .visit-message .wave {
  width: 100%;
  height: 30px;
  background: url(../images/visit/yellow-wave.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #visit .visit-message .wave {
    height: 15px;
    bottom: -15px;
  }
}

#visit .visit-about .ttl-wrap {
  background: #BDFFE9;
  padding: 90px 0 55px;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #visit .visit-about .ttl-wrap {
    padding: 40px 0 20px;
  }
}

#visit .visit-about .ttl-wrap::before {
  content: "";
  background-color: #BDFFE9;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 95px;
  height: 31px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #visit .visit-about .ttl-wrap::before {
    width: 70px;
    height: 20px;
    bottom: -19px;
  }
}

#visit .visit-about .contents {
  background: #ECFFF9;
  z-index: -11;
  padding: 85px 0 80px;
}

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

#visit .visit-about .contents .tbl {
  border-top: 1px solid #33CCCC;
  border-left: 1px solid #33CCCC;
  margin-bottom: 20px;
  width: 100%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 30px;
}

#visit .visit-about .contents .tbl th {
  border-bottom: 1px solid #33CCCC;
  border-right: 1px solid #33CCCC;
  padding: 8px 8px 5px 12px;
  background-color: #33CCCC;
  color: #fff;
  vertical-align: top;
}

#visit .visit-about .contents .tbl td {
  border-bottom: 1px solid #33CCCC;
  border-right: 1px solid #33CCCC;
  padding: 5px 10px;
  background-color: #ffffff;
}

#visit .visit-purpose {
  padding: 80px 0;
  background-image: url(../images/visit/purpose-deco1.png), url(../images/visit/purpose-deco2.png), url(../images/visit/purpose-deco3.png);
  background-position: bottom 287px left -180px, top -40px right -140px, bottom 10px right -90px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 351px, 436px, 322px;
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #visit .visit-purpose {
    padding: 50px 0;
    background-position: bottom 50% left -280px, top -100px right -240px, bottom 10px right -190px;
  }
}

#visit .visit-purpose .ttl-b+p {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #visit .visit-purpose .ttl-b+p {
    text-align: left;
    margin-bottom: 30px;
  }
}

#visit .visit-purpose .items {
  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) {
  #visit .visit-purpose .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#visit .visit-purpose .items .item {
  width: 31%;
  max-width: 340px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #visit .visit-purpose .items .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

#visit .visit-purpose .items .item h4 {
  color: #FF9800;
  font-size: 22px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #visit .visit-purpose .items .item h4 {
    font-size: 20px;
  }
}

#visit .visit-purpose .well {
  background: #FFFFD5;
  border-radius: 10px;
  padding: 20px;
}

#visit .visit-purpose .round {
  width: 100%;
  height: 80px;
  background: url(../images/visit/white-round.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -79px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #visit .visit-purpose .round {
    height: 20px;
    bottom: -19px;
  }
}

#visit .visit-contact {
  padding: 60px 0 50px;
  background: url(../images/visit/contact-bg.jpg) repeat left top/120px auto;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  #visit .visit-contact {
    padding: 40px 0;
  }
}

#visit .visit-contact .en {
  color: rgba(255, 255, 255, 0.8039215686);
  font-size: 61px;
  letter-spacing: 12px;
  text-align: center;
  line-height: 0.9;
}

@media screen and (max-width: 768px) {
  #visit .visit-contact .en {
    font-size: 40px;
    letter-spacing: 8px;
  }
}

#visit .visit-contact .contents {
  background: #fff;
  border-radius: 10px;
  padding: 50px 60px;
}

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

#visit .visit-contact .contents .ttl {
  text-align: center;
  color: #33CCCC;
  font-size: 34px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #visit .visit-contact .contents .ttl {
    font-size: 22px;
  }
}

#visit .visit-contact .contents .ttl+p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #visit .visit-contact .contents .ttl+p {
    margin-bottom: 10px;
  }
}

#visit .visit-contact .contents .ttl span {
  position: relative;
}

#visit .visit-contact .contents .ttl span::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 7px;
  background: url(../images/visit/dot-deco.png);
  background-size: cover;
  left: -75px;
  bottom: 36%;
}

@media screen and (max-width: 768px) {
  #visit .visit-contact .contents .ttl span::before {
    left: -44px;
    width: 36px;
    height: 5px;
  }
}

#visit .visit-contact .contents .ttl span::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 7px;
  background: url(../images/visit/dot-deco.png);
  background-size: cover;
  right: -75px;
  bottom: 36%;
}

@media screen and (max-width: 768px) {
  #visit .visit-contact .contents .ttl span::after {
    right: -44px;
    width: 36px;
    height: 5px;
  }
}

#visit .visit-contact .contents .btn-list {
  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) {
  #visit .visit-contact .contents .btn-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#visit .visit-contact .contents .btn-list .tel {
  background: #FFFFD5;
  height: 87px;
  width: 42%;
  border-radius: 10px;
  color: #4B4739;
  font-size: 30px;
  line-height: 87px;
  text-align: center;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  #visit .visit-contact .contents .btn-list .tel {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    padding-left: 40px;
  }
}

#visit .visit-contact .contents .btn-list .tel span {
  position: relative;
}

#visit .visit-contact .contents .btn-list .tel span::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background: url(../images/visit/tel.png);
  background-size: cover;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #visit .visit-contact .contents .btn-list .tel span::after {
    width: 20px;
    height: 20px;
    left: -30px;
  }
}

#visit .visit-contact .contents .btn-list .web,
#visit .visit-contact .contents .btn-list .line {
  width: 27%;
  background: #FF9800;
  height: 87px;
  border-radius: 100vw;
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 87px;
  padding-left: 50px;
}

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

  #visit .visit-contact .contents .btn-list .web,
  #visit .visit-contact .contents .btn-list .line {
    width: 48%;
    margin-top: 4%;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    padding-left: 25px;
  }
}

#visit .visit-contact .contents .btn-list .web span,
#visit .visit-contact .contents .btn-list .line span {
  position: relative;
}

#visit .visit-contact .contents .btn-list .web span::after,
#visit .visit-contact .contents .btn-list .line span::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/visit/web.png);
  background-size: cover;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

  #visit .visit-contact .contents .btn-list .web span::after,
  #visit .visit-contact .contents .btn-list .line span::after {
    width: 20px;
    height: 20px;
    left: -25px;
  }
}

#visit .visit-contact .contents .btn-list .line {
  background: #06C755;
}

#visit .visit-contact .contents .btn-list .line span::after {
  background: url(../images/visit/line.png);
  background-size: cover;
}

#visit .visit-area {
  padding: 80px 0;
  background: url(../images/visit/area-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #visit .visit-area {
    padding: 50px 0;
  }
}

#visit .visit-area .ttl {
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 40px;
  text-align: center;
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5058823529);
  margin-bottom: 50px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #visit .visit-area .ttl {
    margin-bottom: 30px;
    font-size: 22px;
    padding-bottom: 15px;
  }
}

#visit .visit-area .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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) {
  #visit .visit-area .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#visit .visit-area .contents .txt {
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  #visit .visit-area .contents .txt {
    margin-left: 0;
  }
}

#visit .visit-area .contents .txt h4 {
  font-size: 24px;
  color: #FFFFFF;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.7;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #visit .visit-area .contents .txt h4 {
    font-size: 18px;
  }
}

#visit .visit-area .contents .txt h4+p {
  color: #fff;
}

#visit .visit-area .contents .txt .well {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 27px;
}

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

#visit .visit-area .contents .txt .well .ttl-c {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 5px;
}

#visit .visit-area .contents .txt .well .list01 li::before {
  color: #FF9800;
}

#visit .visit-area .contents .img {
  width: 480px;
}

@media screen and (max-width: 768px) {
  #visit .visit-area .contents .img {
    width: 100%;
    margin-top: 30px;
  }
}

#visit .visit-flow .ttl-wrap {
  background: #FAE0B4;
  padding: 80px 0 55px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #visit .visit-flow .ttl-wrap {
    padding: 40px 0 20px;
  }
}

#visit .visit-flow .ttl-wrap::before {
  content: "";
  background-color: #FAE0B4;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 95px;
  height: 31px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #visit .visit-flow .ttl-wrap::before {
    width: 70px;
    height: 20px;
    bottom: -19px;
  }
}

#visit .visit-flow .contents {
  background: url(../images/visit/flow-bg.jpg) repeat left top/383px auto;
  padding: 110px 0 80px;
}

@media screen and (max-width: 768px) {
  #visit .visit-flow .contents {
    padding: 70px 0 50px;
  }
}

#visit .visit-flow .contents .items .item {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #visit .visit-flow .contents .items .item {
    padding: 30px 20px 20px;
  }
}

#visit .visit-flow .contents .items .item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -85px;
  height: 85px;
  width: 4px;
  background: url(../images/visit/dot.png) repeat-y left top;
  background-size: 100% auto;
}

#visit .visit-flow .contents .items .item:last-of-type::before {
  display: none;
}

#visit .visit-flow .contents .items .item .num {
  position: absolute;
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 100vw;
  background: #33CCCC;
  font-size: 40px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  text-align: center;
  left: 50%;
  top: -47px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #visit .visit-flow .contents .items .item .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    top: -30px;
  }
}

#visit .visit-flow .contents .items .item:not(:last-of-type) {
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  #visit .visit-flow .contents .items .item:not(:last-of-type) {
    margin-bottom: 55px;
  }
}

#visit .visit-flow .contents .items .item .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #visit .visit-flow .contents .items .item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#visit .visit-flow .contents .items .item .flex .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #visit .visit-flow .contents .items .item .flex .txt {
    margin-right: 0;
  }
}

#visit .visit-flow .contents .items .item .flex .txt h4 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #visit .visit-flow .contents .items .item .flex .txt h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

#visit .visit-flow .contents .items .item .flex .img {
  width: 300px;
}

@media screen and (max-width: 768px) {
  #visit .visit-flow .contents .items .item .flex .img {
    width: 100%;
    margin-top: 20px;
  }
}

#visit .visit-flow .contents .items .item .flex .img img {
  border-radius: 30px;
}

#visit .visit-flow .contents .items .item .well {
  background: #e1fff6;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 25px 10px;
}

#visit .visit-flow .contents .items .item .well .ttl {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #33CCCC;
  line-height: 1.4;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

#visit .visit-flow .contents .items .item .well .list03 {
  padding: 0;
  background: none;
  margin-bottom: 0;
}

#visit .visit-expenses {
  padding: 80px 0;
  background-image: url(../images/visit/expenses-deco1.png), url(../images/visit/expenses-deco2.png), url(../images/visit/expenses-deco3.png);
  background-position: top -30px left -160px, bottom 50px left -160px, bottom 260px right -120px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 351px, 436px, 322px;
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #visit .visit-expenses {
    padding: 50px 0;
    background-position: top -150px left -200px, bottom 50px left -260px, bottom 360px right -220px;
  }
}

#visit .visit-expenses .ttl-b+p {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #visit .visit-expenses .ttl-b+p {
    margin-bottom: 30px;
  }
}

#visit .visit-expenses .items {
  gap: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #visit .visit-expenses .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

#visit .visit-expenses .items .item {
  border: 1px solid #33CCCC;
  border-radius: 20px;
  font-size: 18px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background: #fff;
}

#visit .visit-expenses .items .item h4 {
  background: #33CCCC;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 19px 19px 0 0;
}

#visit .visit-expenses .items .item p {
  padding: 5px;
  text-align: center;
}

#visit .visit-expenses .well {
  border-radius: 10px;
  background: #e1fff6;
  padding: 20px;
  margin-top: 30px;
}

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

#visit .visit-expenses .well .ttl-c {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 10px;
  color: #33CCCC;
  border-left: 4px solid #33CCCC;
}

@media screen and (max-width: 768px) {
  #visit .visit-expenses .well .ttl-c {
    font-size: 20px;
  }
}

#visit .visit-expenses .wave {
  width: 100%;
  height: 30px;
  background: url(../images/visit/white-wave.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #visit .visit-expenses .wave {
    height: 15px;
    bottom: -14px;
  }
}

#visit .visit-faq {
  background: #FFFFD5;
  padding: 90px 0 80px;
  position: relative;
  /* faq */
}

@media screen and (max-width: 768px) {
  #visit .visit-faq {
    padding: 60px 0 50px;
  }
}

#visit .visit-faq .round {
  width: 100%;
  height: 80px;
  background: url(../images/visit/yellow-round.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -79px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

#visit .visit-faq .qa-list dl {
  position: relative;
  background: #fff !important;
  margin: 20px 0 0;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  #visit .visit-faq .qa-list dl {
    margin: 10px 0 0;
  }
}

#visit .visit-faq .qa-list dl:first-child {
  margin-top: 0;
}

#visit .visit-faq .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 75px;
  font-weight: 500;
  background: #ffffff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  #visit .visit-faq .qa-list dl dt {
    padding: 14px 34px 14px 65px;
  }
}

#visit .visit-faq .qa-list dl dt::before {
  font-size: 24px;
  line-height: 38px;
  position: absolute;
  top: 14px;
  left: 20px;
  display: block;
  content: "Q";
  font-weight: normal;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  background: #FF9800;
  width: 44px;
  height: 44px;
  border-radius: 100vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #visit .visit-faq .qa-list dl dt::before {
    line-height: 1.6;
    font-size: 22px;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#visit .visit-faq .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 #352F2F;
  border-right: 2px solid #352F2F;
}

@media screen and (max-width: 768px) {
  #visit .visit-faq .qa-list dl dt::after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
}

#visit .visit-faq .qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 75px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #visit .visit-faq .qa-list dl dd {
    padding: 14px 14px 14px 65px;
  }
}

#visit .visit-faq .qa-list dl dd::before {
  font-size: 26px;
  line-height: 39px;
  position: absolute;
  top: 14px;
  left: 20px;
  display: block;
  content: "A";
  font-weight: normal;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  background: #33CCCC;
  width: 44px;
  height: 44px;
  border-radius: 100vw;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #visit .visit-faq .qa-list dl dd::before {
    line-height: 1.6;
    font-size: 24px;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

#visit .visit-faq .qa-list dl dd p {
  margin: 30px 0 0;
}

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

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

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

  フッター

============================================================================*/
/*footer*/
#footer {
  position: relative;
  padding: 60px 0 50px;
  background: url(../images/common/green-bg.jpg);
  background-size: cover;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 20px 40px;
  }
}

#footer .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  padding: 50px 50px 46px;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  #footer .footer-content {
    padding: 20px;
  }
}

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

#footer .footer-content .left {
  width: 44%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .footer-content .left {
    width: 100%;
  }
}

#footer .footer-content .left h2 img {
  width: 400px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  #footer .footer-content .left h2 img {
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-content .left .tel {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

#footer .footer-content .left .tel a {
  font-size: 27px;
  color: #32AD84;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #footer .footer-content .left .tel a {
    font-size: 26px;
    line-height: 0;
  }
}

#footer .footer-content .left .tel a small {
  font-size: 17px;
}

#footer .footer-content .left .btn {
  margin-top: 24px;
  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;
}

@media screen and (max-width: 768px) {
  #footer .footer-content .left .btn {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-content .left .btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#footer .footer-content .left .btn li {
  width: 49%;
}

@media screen and (max-width: 768px) {
  #footer .footer-content .left .btn li {
    width: 48.5%;
  }
}

#footer .footer-content .left .btn li a {
  margin-right: 10px;
  display: block;
  width: 100%;
  line-height: 56px;
  height: 56px;
  background-color: #00CA41;
  color: #fff;
  border-radius: 100vw;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #footer .footer-content .left .btn li a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-content .left .btn li a {
    width: 100%;
  }
}

#footer .footer-content .left .btn li a span {
  position: relative;
  padding-left: 24px;
}

#footer .footer-content .left .btn li a span::before {
  content: "";
  background-image: url(../images/common/line.png);
  width: 28px;
  height: 28px;
  background-size: cover;
  position: absolute;
  left: -12px;
  top: -1px;
}

@media screen and (max-width: 768px) {
  #footer .footer-content .left .btn li a span::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 1px;
  }
}

#footer .footer-content .left .btn li.rsv a {
  background: #FF8B8E;
}

#footer .footer-content .left .btn li.rsv a span::before {
  background-image: url(../images/common/web.png);
}

#footer .footer-content .right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #footer .footer-content .right {
    width: 100%;
  }
}

#footer .footer-content .right .schedule table {
  margin-top: -10px;
}

#footer .footer-content .right .schedule table td,
#footer .footer-content .right .schedule table th {
  background: #D8F3E2;
}

#footer .footer-content .right .schedule table td {
  color: #32AD84;
}

#footer .footer-content .right .schedule table th {
  height: 38px;
}

#footer .footer-content .right .schedule table tr:first-child th,
#footer .footer-content .right .schedule table tr:first-child td {
  color: #fff;
  background-color: #32AD84;
}

.footer-nav {
  padding: 40px 0 0;
}

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

.footer-nav .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav .content .ttl {
  font-size: 30px;
  color: #32AD84;
  letter-spacing: 3px;
  margin-bottom: 10px;
  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;
}

.footer-nav .content .ttl span {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted rgba(50, 173, 132, 0.5490196078);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

.footer-nav .content ul li a {
  position: relative;
  color: #4B4739;
  padding-left: 22px;
  line-height: 2.2;
}

.footer-nav .content ul li a::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #4B4739;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.footer-nav .content .left {
  width: 34.6%;
}

.footer-nav .content .left .flex {
  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;
}

.footer-nav .content .left .flex ul {
  width: 50%;
}

.footer-nav .content .right {
  width: 61.3%;
}

.footer-nav .content .right .flex {
  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;
}

.footer-nav .content .right .flex ul {
  width: 33%;
}

.copy {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background-color: #32AD84;
  padding: 18px 0;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .copy {
    margin-bottom: 60px;
  }
}

/*----------上部に戻るボタン----------*/
.pageup-area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
}

@media screen and (max-width: 768px) {
  .pageup-area {
    right: 10px;
    bottom: 70px;
  }
}

.pageup {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 100vw;
  background-color: #333;
  opacity: 0.8;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pageup::before,
.pageup::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  background-color: #fff;
}

.pageup::before {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 25px;
}

.pageup::after {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.pageup:hover,
.pageup:focus {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pageup {
    width: 40px;
    height: 40px;
  }

  .pageup::before,
  .pageup::after {
    top: calc(50% - 1px);
  }

  .pageup::before {
    width: 18px;
    height: 3px;
    left: 17px;
  }

  .pageup::after {
    width: 18px;
    height: 3px;
    right: 17px;
  }
}

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

.sp_bottom-menu__btn {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  width: 25%;
  height: 60px;
  line-height: 20px;
  background-color: rgba(255, 139, 143, 0.8862745098);
  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/web.png) no-repeat center center/contain;
  margin-right: 5px;
}

.sp_bottom-menu__btn--line {
  background-color: rgba(14, 211, 0, 0.9058823529) !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(50, 173, 132, 0.8823529412) !important;
  line-height: 1;
  padding: 25px 0 0;
}

.sp_bottom-menu__btn--tel.tel2 {
  background: rgba(37, 134, 102, 0.88) !important;
}

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

@media screen and (max-width: 1024px) {
  .sp_bottom-menu {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}

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


.news_bnr-area {
  text-align: center;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  gap: 45px;
}

.news_bnr-area a.bnr-kasan img {
  max-width: 350px;
  border-radius: 10px;
  border: 2px solid #32ad84;
}

@media screen and (max-width: 768px) {
  .news_bnr-area {
    padding-top: 50px;
    flex-direction: column;
    gap: 20px;
  }

  .news_bnr-area a.bnr-kasan img {
    /* max-width: 250px; */
    width: 85%;
    border-radius: 10px;
  }
}

/* 20250626 */
.top_bnr-area {
  position: fixed;
  z-index: 99999;
}

.top_bnr-area a img {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
  max-width: 300px;
  border-radius: 10px;
  border: 3px solid #32ad84;
}

.top_bnr-area:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .top_bnr-area a img {
    bottom: 70px;
    right: 10px;
    max-width: 230px;
  }
}