@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: 500;
  font-style: normal;
  font-size: 16px;
  color: #503711;
  line-height: 2;
  height: 100%;
  letter-spacing: 0.5px;
  min-width: 1160px;
}

@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-xxs {
  margin-bottom: 10px;
}

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

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

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

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

.u-mb-xl {
  margin-bottom: 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;
}

/*----------マーカー下線----------*/
.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: 555px;
  width: 100%;
  float: right;
  margin-left: 40px;
  margin-bottom: 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: 30px;
}

/* 画像大きめ・画像右 */
.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: 30px;
}

/* 画像小さめ・画像左 */
.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

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

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

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

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

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

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

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

/*----------ラッパー----------*/
/* 幅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: #46B036;
  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: 15px;
  padding: 20px 20px 12px;
  background-color: #F3FEE4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #46B036;
  border: 1px solid #46B036;
  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: #ccc;
}

@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: 9px;
  left: -28px;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/icon-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

@media screen and (max-width: 768px) {
  .list05 li:before {
    width: 14px;
    height: 14px;
    left: -20px;
  }
}
/*----------囲み枠----------*/
/*背景のみ*/
.well01 {
  padding: 40px;
  background: #ccc;
  word-wrap: break-word;
}

@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;
  }
}
/*----------テーブル----------*/
.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;
  }
}
/*----------流れ----------*/
.flow01 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.flow01 h4 {
  color: #333;
  font-size: 22px !important;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .flow01 h4 {
    font-size: 18px !important;
    margin-bottom: 0;
  }
}
.flow01 {
  margin-top: 30px;
}

.flow01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 50px;
  position: relative;
}

.flow01 .item::after {
  content: "";
  position: absolute;
  left: 43px;
  top: 0;
  height: 100%;
  width: 2px;
  z-index: 0;
  background: url(../images/common/dot.png) repeat-y left top;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .flow01 .item::after {
    left: 28px;
  }
}
.flow01 .item.last::after {
  display: none;
}

.flow01 .item.last {
  padding-bottom: 0;
}

.flow01 .item .step {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #333;
  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;
  z-index: 1;
}

.flow01 .item .step em {
  color: #fff;
  font-size: 3rem;
  font-style: inherit;
  text-align: center;
  line-height: 1;
  font-weight: normal;
}

.flow01 .item .well {
  background: #ededed;
  padding: 10px 20px;
  border-radius: 0;
  display: block;
  border: none;
  margin: 10px 0 0;
}

.flow01 .item .text {
  padding: 0 30px 0 40px;
  margin-right: auto;
}

.flow01 .item .text p a {
  color: #333;
  text-decoration: underline;
}

.flow01 .item figure {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 300px;
}

.flow01 .item figure img {
  border-radius: 0px;
}

@media screen and (max-width: 768px) {
  .flow01 .item figure img {
    width: 100%;
  }
}
.flow01 .item:last-child:before {
  content: none;
}

@media screen and (max-width: 768px) {
  .flow01 {
    width: 100%;
  }
  .flow01 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .flow01 .item:before {
    left: 27px;
  }
  .flow01 .item .step {
    width: 56px;
    height: 56px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flow01 .item .step em {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    font-weight: normal;
  }
  .flow01 .item .text {
    width: calc(100% - 76px);
    padding: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .flow01 .item figure {
    width: calc(100% - 76px);
    margin-left: 76px;
    margin-top: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flow01 .item:last-child:before {
    content: none;
  }
}
/*----------FAQ----------*/
.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
}

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

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 70px;
  background: #fff;
  border-radius: 100vw;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt {
    padding: 14px 34px 14px 55px;
  }
}
.qa-list dl dt::before {
  font-size: 23px;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 15px;
  display: block;
  content: "Q";
  font-weight: normal;
  text-align: center;
  color: #Fff;
  background: #46B036;
  border-radius: 100vw;
  width: 44px;
  padding-top: 8px;
  height: 44px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt::before {
    line-height: 1;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 9px;
    width: 36px;
    padding-top: 6px;
    height: 36px;
  }
}
.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-top: 10px;
  padding: 20px 20px 20px 70px;
  background: #F3FEE4;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .qa-list dl dd {
    padding: 14px 14px 14px 55px;
  }
}
.qa-list dl dd::before {
  font-size: 23px;
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 15px;
  display: block;
  content: "A";
  font-weight: normal;
  text-align: center;
  color: #Fff;
  background: #46B036;
  border-radius: 100vw;
  width: 44px;
  padding-top: 8px;
  height: 44px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  .qa-list dl dd::before {
    line-height: 1;
    font-size: 18px;
    top: 20px;
    left: 9px;
    width: 36px;
    padding-top: 7px;
    height: 36px;
  }
}
.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%;
  line-height: 1.6;
  text-align: center;
  padding: 16px 15px;
  border-radius: 100vw;
  color: #fff;
  background-color: #46B036;
  border-radius: 100vw;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0;
  border: 1px solid #46B036;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.btn01:hover {
  background-color: #388e2b;
  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%);
}

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

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*----------パンくずリスト----------*/
.low #breadcrumbs {
  padding: 15px 30px 50px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    margin-left: 10px;
  }
}

.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;
  }
}
/*----------診療時間----------*/
.schedule table {
  margin-bottom: 2px;
  border-collapse: separate;
  border-spacing: 0 12px;
  margin-top: -10px;
  white-space: nowrap;
  width: 100%;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@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: #46B036;
}

@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: #46B036;
}

.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;
}
@media screen and (max-width: 768px) {
  .schedule_note {
    font-size: 12px;
  }
}

/*----------アニメーション----------*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fadein.fadein-left {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}

.fadein.fadein-right {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}

.fadein.fadein-up {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}

.fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

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

  ヘッダー

============================================================================*/
/*----------PC版----------*/
.header-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}

.header-wrapper {
  width: 100%;
  height: 110px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

.header-logo {
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 1;
  background: #fff;
  padding-right: 26px;
  padding-left: 30px;
  border-radius: 0 0 50px 0;
  padding-bottom: 9px;
}

.header-logo > a {
  display: block;
  line-height: 1;
  width: 172px;
}
@media screen and (max-width: 1200px) {
  .header-logo > a {
    width: 126px;
  }
}

.header-logo > a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

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

.header-contact .tel {
  background: #E9F3DB;
  border-radius: 10px;
  width: 160px;
  text-align: center;
  margin-right: 10px;
}

.header-contact .tel a {
  color: #503711;
  display: block;
  height: 78px;
  padding: 14px 0 12px;
}

.header-contact .tel a h3 {
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
  border-radius: 100vw;
  margin: 0 10px;
}

.header-contact .tel a p {
  font-size: 17px;
  line-height: 1;
  margin-top: 7px;
  letter-spacing: 0;
  padding-left: 17px;
  position: relative;
  display: inline-block;
}
.header-contact .tel a p::before {
  position: absolute;
  content: "";
  background: url(../images/common/tel.png);
  width: 16px;
  height: 16px;
  background-size: cover;
  left: -2px;
}

.header-contact .reserve a {
  background: #38A8DD;
  border-radius: 10px;
  color: #fff;
  width: 78px;
  height: 100%;
  font-size: 14px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
  padding-top: 43px;
}

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

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

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

.header-nav__list > li > a {
  display: inline-block;
  color: #503711;
  padding: 8px 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.5;
  font-size: 17px;
}

.header-nav__list > li > a span {
  font-weight: bold;
  display: block;
  color: #614739;
}

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

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

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

.header-nav__second-menu > li {
  border-top: 1px solid #fff;
}

.header-nav__second-menu > li {
  width: 238px;
}

.header-nav__second-menu > li a {
  margin: 0;
  display: block;
  font-size: 15px;
  height: auto;
  line-height: 1.2;
  background-color: #46B036;
  color: #fff;
  text-align: left;
  padding: 15px 15px;
  height: 48px;
  -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: #3d9a2f;
}

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

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

@media screen and (max-width: 1100px) {
  .header-fixed.thin {
    display: none;
    height: 0;
  }
}
.header-fixed.thin .header-nav__list > li > a {
  font-size: 16px;
}

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

.header-fixed.thin .header-wrapper {
  height: 80px;
}

.header-fixed.thin .header-contact .tel {
  height: 65px;
}

.header-fixed.thin .header-contact .tel h3 {
  font-size: 13px;
}

.header-fixed.thin .header-contact .tel a {
  padding: 8px 0;
}

.header-fixed.thin .header-contact .reserve a:before {
  background-size: 28px;
  width: 28px;
  height: 28px;
  top: 8px;
}

.header-fixed.thin .header-contact .reserve a {
  font-size: 14px;
  padding-top: 34px;
}

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

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

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

@media screen and (max-width: 1300px) {
  .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: 200px;
  }
  .header-fixed.thin .header-nav__list > li > a {
    font-size: 12px;
  }
  .header-nav__list > li > a {
    padding: 3px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
.header-low .header-logo {
  position: inherit;
}

.header-wrapper {
  padding-left: 20px;
}

.header-low .header-logo > a {
  width: 263px;
}

/*----------スマホ版----------*/
.sp_header {
  display: none;
  height: 0;
  position: relative;
}

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

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

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

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

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

.sp_header-menu {
  position: relative;
}

.sp_menu-btn {
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
  z-index: 101;
  background: #46B036;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
}

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

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

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

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

.sp_menu-btn .alph {
  color: #fff;
  font-size: 12px;
  line-height: 3.3;
  position: absolute;
  left: 12px;
}

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

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

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

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

.sp_header-nav__list > li > a {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

.sp_header-nav__toggle-btn {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  cursor: default;
  padding: 12px 12px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

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

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

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

.sp_header-nav__second-menu li a {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

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

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

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

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

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

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

  タイトル

============================================================================*/
.top-ttl {
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  margin-bottom: 50px;
  margin-top: -14px;
}
@media screen and (max-width: 768px) {
  .top-ttl {
    margin-bottom: 25px;
  }
}
.top-ttl .en {
  display: block;
  color: #46B036;
  font-size: 61px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .top-ttl .en {
    font-size: 40px;
  }
}
.top-ttl .en::first-letter {
  color: #38A8DD;
}
.top-ttl .ja {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja {
    font-size: 16px;
  }
}

.ttl01 {
  text-align: center;
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 40px;
  letter-spacing: 3px;
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 28px;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
.ttl01 .sm {
  font-size: 22px;
  display: block;
}
@media screen and (max-width: 768px) {
  .ttl01 .sm {
    font-size: 18px;
  }
}
.ttl01::first-letter {
  color: #46B036;
}
.ttl01::before {
  content: "";
  background: url(../images/common/ttl01-deco.png);
  width: 131px;
  height: 28px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .ttl01::before {
    width: 105px;
    height: 22px;
  }
}

.ttl02 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 28px;
  text-align: left;
  margin: 40px 0 25px;
  padding: 10px 20px 12px;
  display: block;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  background: #46B036;
  color: #fff;
  line-height: 1.4;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    margin: 25px 0 15px;
    font-size: 20px;
    padding: 8px 20px 10px;
  }
}

.ttl03 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 1.4;
  color: #46B036;
  border-bottom: 2px dotted #46B036;
  background-color: #ffffff;
  font-size: 26px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 20px;
  }
}

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

  トップページ

============================================================================*/
/*----------メインビジュアル----------*/
.top-mv {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top-mv {
    height: 520px;
  }
}

@media screen and (max-width: 768px) {
  .top-mv {
    height: 320px;
  }
}
.top-mv__catch .txt {
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 5;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-mv__catch .txt {
    top: 41%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}

.top-mv__catch h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 4px;
  margin-bottom: 30px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
@media screen and (max-width: 768px) {
  .top-mv__catch h2 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}

.top-mv__catch p {
  font-size: 22px;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .top-mv__catch p {
    font-size: 13px;
  }
}
.top-mv__catch p span {
  background: #FCFCD4;
  border-radius: 9px;
  padding: 4px 10px 8px;
}

.top-mv__feature {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .top-mv__feature {
    right: 10px;
    bottom: 10px;
    gap: 8px;
  }
}
.top-mv__feature .item {
  background: #fff;
  border-radius: 100vw;
  width: 172px;
  height: 172px;
  border: 2px solid #46B036;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-mv__feature .item {
    width: 85px;
    height: 85px;
  }
}
.top-mv__feature .item img {
  width: 57px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .top-mv__feature .item img {
    width: 23px;
    margin-top: -5px;
  }
}
.top-mv__feature .item p {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-mv__feature .item p {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}

/* スライド */
.top-mv-swiper {
  overflow: hidden;
  width: calc(100% - 250px);
  height: 100%;
  position: relative;
  z-index: 0;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .top-mv-swiper {
    width: calc(100% - 140px);
  }
}

@media screen and (max-width: 768px) {
  .top-mv-swiper {
    width: calc(100% - 20px);
  }
}
.top-mv-slide {
  width: 80%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 320px 0 0 320px;
}

@media screen and (max-width: 768px) {
  .top-mv-slide {
    border-radius: 100px 0 0 100px;
  }
}
.top-mv-slide__01 {
  background-image: url(../images/top/mv1.jpg);
}

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

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

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

@media screen and (max-width: 1100px) {
  .top-mv-slide__04 {
    background-image: url(../images/top/mv4.jpg);
    background-position: 30% center;
  }
}
/*----------お知らせ＆インフォメーション----------*/
.top-info {
  background: #F3FEE4;
  padding: 260px 0 60px;
  margin-top: -200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-info {
    padding: 180px 0 40px;
    margin-top: -140px;
  }
}
.top-info .wave {
  width: 100%;
  height: 61px;
  background: url(../images/top/info-wave.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-info .wave {
    height: 16px;
    bottom: -16px;
  }
}
.top-info .contents {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .top-info .contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.top-info .contents .ttl {
  font-size: 42px;
  letter-spacing: 3px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #46B036;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-info .contents .ttl {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.top-info .contents .ttl::first-letter {
  color: #38A8DD;
}
.top-info .contents .news .news-content {
  border-top: 1px dashed #503711;
  border-bottom: 1px dashed #503711;
  padding: 20px 0;
}
.top-info .contents .info .feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  position: relative;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .info .feature-box {
    gap: 30px;
    margin-top: 20px;
  }
}
.top-info .contents .info .feature-box .item {
  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;
  position: relative;
}
.top-info .contents .info .feature-box .item:first-of-type::after {
  content: "";
  height: 73px;
  border-left: 1px dashed #503711;
  position: absolute;
  right: -25px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .info .feature-box .item:first-of-type::after {
    right: -15px;
    height: 50px;
  }
}
.top-info .contents .info .feature-box .item img {
  width: 61px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .info .feature-box .item img {
    width: 40px;
  }
}
.top-info .contents .info .feature-box .item p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .info .feature-box .item p {
    font-size: 15px;
  }
}

/*----------はまだ眼科の特長----------*/
.top-feature {
  padding: 100px 0 90px;
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding: 30px 0 40px;
  }
}
.top-feature .ttl {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl {
    margin-bottom: 20px;
  }
}
.top-feature .ttl .en {
  font-size: 93px;
  color: #46B036;
  letter-spacing: -8px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl .en {
    font-size: 50px;
    letter-spacing: -5px;
  }
}
.top-feature .ttl .en .thin {
  color: #84CB4E;
}
.top-feature .ttl .ja {
  font-size: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl .ja {
    font-size: 18px;
  }
}
.top-feature .ttl .ja::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 8px;
  background: url(../images/top/feature-ttl-deco.png);
  background-size: cover;
  left: -70px;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl .ja::before {
    width: 40px;
    height: 6px;
    left: -52px;
    top: 12px;
  }
}
.top-feature .ttl .ja::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 8px;
  background: url(../images/top/feature-ttl-deco.png);
  background-size: cover;
  right: -70px;
  top: 15px;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl .ja::after {
    width: 40px;
    height: 6px;
    right: -52px;
    top: 12px;
  }
}
.top-feature .items01 .item {
  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;
}
@media screen and (max-width: 768px) {
  .top-feature .items01 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-feature .items01 .item:not(:last-of-type) {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .top-feature .items01 .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.top-feature .items01 .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-feature .items01 .item .txt {
    margin-right: 0;
  }
}
.top-feature .items01 .item .txt img {
  width: 127px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top-feature .items01 .item .txt img {
    width: 70px;
    margin-bottom: 7px;
  }
}
.top-feature .items01 .item .txt h4 {
  font-size: 36px;
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border-bottom: 1px dashed #46B036;
  padding-bottom: 14px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .top-feature .items01 .item .txt h4 {
    font-size: 22px;
  }
}
.top-feature .items01 .item .txt p {
  text-align: left;
}
.top-feature .items01 .item .img {
  width: 587px;
}
@media screen and (max-width: 1200px) {
  .top-feature .items01 .item .img {
    width: 475px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature .items01 .item .img {
    width: 100%;
    margin-top: 20px;
  }
}
.top-feature .items01 .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-feature .items01 .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-feature .items01 .item.rvs .txt {
  margin-right: 0;
  margin-left: 65px;
}
@media screen and (max-width: 768px) {
  .top-feature .items01 .item.rvs .txt {
    margin-left: 0;
  }
}
.top-feature .items01 .item.rvs .txt h4 {
  border-bottom: 1px dashed #38A8DD;
}
.top-feature .items02 {
  margin: 90px 0;
  padding: 140px 0 80px;
  background: #FFFFDA;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-feature .items02 {
    margin: 40px 0;
    padding: 60px 0 40px;
  }
}
.top-feature .items02 .wave1 {
  width: 100%;
  height: 12px;
  background: url(../images/top/feature3-wave1.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-feature .items02 .wave1 {
    height: 6px;
    top: -6px;
  }
}
.top-feature .items02 .wave2 {
  width: 100%;
  height: 12px;
  background: url(../images/top/feature3-wave2.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-feature .items02 .wave2 {
    height: 6px;
    bottom: -6px;
  }
}
.top-feature .items02 .num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 127px;
  top: -33px;
}
@media screen and (max-width: 768px) {
  .top-feature .items02 .num {
    width: 70px;
    top: -20px;
  }
}
.top-feature .items02 h4 {
  font-size: 38px;
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border-bottom: 1px dashed #F5AE20;
  padding-bottom: 14px;
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-feature .items02 h4 {
    font-size: 22px;
  }
}
.top-feature .items02 h4 span {
  position: relative;
  display: inline-block;
}
.top-feature .items02 h4 span::after {
  position: absolute;
  content: "";
  width: 102px;
  height: 93px;
  background: url(../images/top/clover1.png);
  background-size: cover;
  left: -140px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .top-feature .items02 h4 span::after {
    width: 46px;
    height: 42px;
    left: 5px;
    top: -20px;
  }
}
.top-feature .items02 h4 span::before {
  position: absolute;
  content: "";
  width: 102px;
  height: 93px;
  background: url(../images/top/clover2.png);
  background-size: cover;
  right: -140px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .top-feature .items02 h4 span::before {
    width: 46px;
    height: 42px;
    right: 5px;
    top: -20px;
  }
}
.top-feature .items02 p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-feature .items02 p {
    text-align: left;
    margin-bottom: 20px;
  }
}
.top-feature .items02 .img {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-feature .items02 .img {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.top-feature .items02 .img img {
  border-radius: 100vw;
  border: 10px solid #fff;
}
@media screen and (max-width: 768px) {
  .top-feature .items02 .img img {
    border: 4px solid #fff;
  }
}
.top-feature .space1 {
  background-image: url(../images/top/dot-circle1.png), url(../images/top/dot-circle2.png), url(../images/top/balloon1.png), url(../images/top/balloon2.png);
  background-position: top 40px left -15px, bottom 300px right -120px, top 40px right 63px, left 54px bottom 320px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 309px 247px, 250px 250px, 113px 223px, 72px 153px;
}
@media screen and (max-width: 768px) {
  .top-feature .space1 {
    background-position: top 380px right -145px, bottom 160px left -120px, top 100px left 15px, left 54px bottom 620px;
    background-size: 222px 178px, 180px 180px, 47px 95px, 34px 71px;
  }
}
.top-feature .space3 {
  background-image: url(../images/top/dot-circle3.png), url(../images/top/dot-circle4.png), url(../images/top/balloon3.png);
  background-position: top 0px right -40px, bottom 260px left -150px, bottom 340px right 30px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 170px 170px, 250px 250px, 72px 153px;
}
@media screen and (max-width: 768px) {
  .top-feature .space3 {
    background-position: top 0px right -70px, bottom 180px left -100px, bottom 640px right 30px;
    background-size: 140px 140px, 180px 180px, 34px 71px;
  }
}

/*----------診療案内----------*/
.top-medical {
  padding: 80px 0 175px;
  background: url(../images/top/medical-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-medical {
    padding: 40px 0 60px;
  }
}
.top-medical .contents ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -4.7%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-medical .contents ul {
    margin-left: -5%;
  }
}
.top-medical .contents ul:first-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-medical .contents ul:first-of-type {
    margin-bottom: 0%;
  }
}
.top-medical .contents ul li {
  margin-left: 4.7%;
}
@media screen and (max-width: 768px) {
  .top-medical .contents ul li.first {
    margin: 0px 39px 15px 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-medical .contents ul li {
    margin-left: 5%;
    margin-bottom: 8%;
  }
}
.top-medical .contents ul li a {
  width: 229px;
  height: 229px;
  background: #fff;
  display: block;
  border-radius: 100vw;
  border: 4px solid #38A8DD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-medical .contents ul li a {
    width: 198px;
    height: 198px;
  }
}
@media screen and (max-width: 768px) {
  .top-medical .contents ul li a {
    width: 145px;
    height: 145px;
  }
}
.top-medical .contents ul li a::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: url(../images/top/medical-arrow.png);
  background-size: cover;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -19px;
}
@media screen and (max-width: 768px) {
  .top-medical .contents ul li a::before {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
}
.top-medical .contents ul li a img {
  width: 109px;
  margin-top: -26px;
}
@media screen and (max-width: 768px) {
  .top-medical .contents ul li a img {
    width: 70px;
  }
}
.top-medical .contents ul li a span {
  display: block;
  color: #503711;
  font-size: 22px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .top-medical .contents ul li a span {
    font-size: 18px;
  }
}
.top-medical .contents ul li a span.sm {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top-medical .contents ul li a span.sm {
    font-size: 14px;
  }
}
.top-medical .lp-contents {
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 20px;
  }
}
.top-medical .lp-contents .item {
  background: #38A8DD;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-contents .item {
    border-radius: 30px;
  }
}
.top-medical .lp-contents .item:first-of-type {
  background: #46B036;
}
.top-medical .lp-contents .item::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 1px dashed #ffffff;
  pointer-events: none;
  z-index: 1;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-contents .item::before {
    border-radius: 30px;
  }
}
.top-medical .lp-contents .item::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  border-radius: 3px;
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5529411765);
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-contents .item::after {
    bottom: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
.top-medical .lp-contents .item img {
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-contents .item img {
    border-radius: 30px 30px 0 0;
  }
}
.top-medical .lp-contents .item .txt {
  padding: 30px;
  color: #fff;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-contents .item .txt {
    padding: 19px;
  }
}
.top-medical .lp-contents .item .txt h4 {
  font-size: 31px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-contents .item .txt h4 {
    font-size: 21px;
    margin-top: -5px;
  }
}
.top-medical .lp-contents .item .txt p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-contents .item .txt p {
    font-size: 14px;
  }
}

/*----------院長ご挨拶----------*/
.top-greeting {
  position: relative;
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .top-greeting {
    padding: 20px 0 40px;
  }
}
.top-greeting::before {
  position: absolute;
  content: "";
  width: 185px;
  height: 147px;
  background: url(../images/top/greeting-deco1.png);
  background-size: cover;
  top: 30px;
  right: 63px;
}
@media screen and (max-width: 768px) {
  .top-greeting::before {
    width: 102px;
    height: 81px;
    top: 10px;
    right: 0px;
  }
}
.top-greeting::after {
  position: absolute;
  content: "";
  width: 255px;
  height: 255px;
  background: url(../images/top/greeting-deco2.png);
  background-size: cover;
  bottom: 70px;
  left: -40px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-greeting::after {
    display: none;
  }
}
.top-greeting .round {
  width: 100%;
  height: 183px;
  background: url(../images/top/greeting-round.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -182px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-greeting .round {
    height: 60px;
    top: -60px;
  }
}
.top-greeting .contents {
  gap: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@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;
    gap: 30px;
  }
}
.top-greeting .contents .img {
  width: 450px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img {
    width: 100%;
  }
}
.top-greeting .contents .img img {
  border-radius: 100vw;
}
.top-greeting .contents .img .name {
  position: absolute;
  bottom: 14px;
  right: -30px;
  background: #38A8DD;
  width: 192px;
  height: 192px;
  border-radius: 100vw;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 23px;
  line-height: 1.6;
  text-align: center;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img .name {
    width: 140px;
    height: 140px;
    right: -10px;
    bottom: 0;
    font-size: 19px;
    padding-top: 44px;
  }
}
.top-greeting .contents .img .name span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img .name span {
    font-size: 14px;
  }
}
.top-greeting .contents .img .name small {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img .name small {
    font-size: 13px;
  }
}
.top-greeting .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-greeting .contents .txt .top-ttl {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .txt .top-ttl {
    margin-bottom: 25px;
  }
}
.top-greeting .contents .txt .btn01 {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .txt .btn01 {
    margin: 30px auto 0;
  }
}

/*----------ループスライダー----------*/
.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: 40px;
  }
}
.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-faq {
  background: url(../images/top/faq-bg.jpg);
  background-size: cover;
  padding: 80px 0 136px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding: 40px 0 56px;
  }
}
.top-faq .wave {
  width: 100%;
  height: 61px;
  background: url(../images/top/faq-wave.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-faq .wave {
    height: 16px;
  }
}

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

  階層ページ

============================================================================*/
/*----------メインビジュアル----------*/
.low #mv {
  height: 340px;
  position: relative;
  margin: 0 30px;
  border-radius: 80px;
}

@media screen and (max-width: 768px) {
  .low #mv {
    margin: 0;
    border-radius: 0;
    height: 200px;
  }
}
.low #mv:before {
  content: "";
  background-color: rgba(82, 69, 43, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .low #mv:before {
    border-radius: 0;
  }
}

.low #mv .ttl {
  display: block;
  width: 100%;
  font-size: 44px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  position: absolute;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px #4D3E2C, 0 0 6px #4D3E2C;
}
@media screen and (max-width: 768px) {
  .low #mv .ttl {
    top: 50%;
    font-size: 30px;
    line-height: 1.4;
  }
}

.low .contents {
  position: relative;
}

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

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

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

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

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

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

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

/*----------診療方針・医師紹介----------*/
#doctor .policy .contents {
  background: url(../images/doctor/policy-bg.jpg);
  background-size: cover;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  #doctor .policy .contents {
    padding: 30px 0;
    background-position: 40%;
  }
}
#doctor .policy .contents .txt {
  background: #fff;
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #doctor .policy .contents .txt {
    padding: 20px;
  }
}
#doctor .policy .contents .txt h4 {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.4;
  font-size: 27px;
  color: #46B036;
  border-bottom: 1px dashed #46B036;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #doctor .policy .contents .txt h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #doctor .director .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#doctor .director .img {
  position: relative;
  margin: 0 0 0 5%;
}
@media screen and (max-width: 768px) {
  #doctor .director .img {
    margin: 0 0 20px;
  }
}
#doctor .director .img img {
  border-radius: 100vw;
}
#doctor .director .img .name {
  position: absolute;
  bottom: 14px;
  left: -30px;
  background: #38A8DD;
  width: 192px;
  height: 192px;
  border-radius: 100vw;
  color: #fff;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 23px;
  line-height: 1.6;
  text-align: center;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  #doctor .director .img .name {
    width: 140px;
    height: 140px;
    left: -10px;
    bottom: 0;
    font-size: 19px;
    padding-top: 44px;
  }
}
#doctor .director .img .name span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #doctor .director .img .name span {
    font-size: 14px;
  }
}
#doctor .director .img .name small {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  #doctor .director .img .name small {
    font-size: 13px;
  }
}

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

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

#doctor .director .career .box-item .box {
  background: #F3FEE4;
  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: #46B036;
  color: #fff;
  border-radius: 100vw;
  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;
}

/*----------医院紹介・設備紹介----------*/
#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: 40px;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-main__img {
    border-radius: 20px 20px 0 0;
  }
}
#clinic .clinic-slide-main__caption {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
  background: #46B036;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  border-radius: 0 0 40px 40px;
}

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

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-main__caption span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #clinic .clinic-slide-main__caption {
    font-size: 13px;
  }
}
#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;
}
@media screen and (max-width: 768px) {
  #clinic .swiper-button-prev,
  #clinic .swiper-button-next {
    height: 30px !important;
    width: 30px !important;
  }
}

#clinic .swiper-button-prev {
  left: -21px;
}
@media screen and (max-width: 768px) {
  #clinic .swiper-button-prev {
    left: -15px;
  }
}

#clinic .swiper-button-next {
  right: -21px;
}
@media screen and (max-width: 768px) {
  #clinic .swiper-button-next {
    right: -15px;
  }
}

#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 {
    height: 30px !important;
    width: 30px !important;
  }
}

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

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

#clinic .facility .items {
  gap: 40px;
}

@media screen and (max-width: 768px) {
  #clinic .facility .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
#clinic .facility .item {
  background-color: #F3FEE4;
  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: #46B036;
  font-size: 23px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: normal;
  border-bottom: 2px dotted #46B036;
  padding-bottom: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #clinic .facility .item h3 {
    font-size: 20px;
    margin-top: 6px;
  }
}
/*----------アクセス----------*/
#access .schedule table td,
#access .schedule table th {
  background: #F3FEE4;
}
#access .schedule table tr:first-child th,
#access .schedule table tr:first-child td {
  background: #46B036;
}
#access .schedule .contents {
  max-width: 900px;
  margin: 0 auto;
}
#access .map .contents iframe {
  width: 100%;
  height: 440px;
  vertical-align: bottom;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 768px) {
  #access .map .contents iframe {
    height: 240px;
    border-radius: 20px 20px 0 0;
  }
}
#access .map .contents iframe + p {
  text-align: center;
  background: #F3FEE4;
  padding: 15px;
  line-height: 1.7;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 768px) {
  #access .map .contents iframe + p {
    border-radius: 0 0 20px 20px;
  }
}
#access .movie {
  text-align: center;
}
#access .movie h3 {
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #access .movie h3 {
    margin-bottom: 30px;
  }
}
#access .movie h3 small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #access .movie h3 small {
    font-size: 14px;
  }
}
#access .movie iframe {
  width: 900px;
  height: 508px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  #access .movie iframe {
    width: 100%;
    height: 51vw;
    border-radius: 20px;
  }
}
#access .going .going-items {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #access .going .going-items {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
#access .going .going-items .item {
  border: 4px solid #46B036;
  border-radius: 40px;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #access .going .going-items .item {
    padding: 20px;
  }
}
#access .going .going-items .item img {
  width: 135px;
}
@media screen and (max-width: 768px) {
  #access .going .going-items .item img {
    width: 80px;
  }
}
#access .going .going-items .item h4 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 24px;
  margin: 10px 0 5px;
  color: #46B036;
}
@media screen and (max-width: 768px) {
  #access .going .going-items .item h4 {
    font-size: 22px;
    margin: 0;
  }
}
#access .going .going-items .item:last-of-type {
  border: 4px solid #38A8DD;
}
#access .going .going-items .item:last-of-type h4 {
  color: #38A8DD;
}

/*----------WEB予約----------*/
#reserve .web .items {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #reserve .web .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#reserve .web .items .item {
  border: 4px solid #46B036;
  border-radius: 40px;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #reserve .web .items .item {
    padding: 20px;
  }
}
#reserve .web .items .item img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  #reserve .web .items .item img {
    width: 80px;
  }
}
#reserve .web .items .item h4 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 28px;
  margin: 10px 0 10px;
  color: #46B036;
}
@media screen and (max-width: 768px) {
  #reserve .web .items .item h4 {
    line-height: 1.4;
    font-size: 22px;
  }
}
#reserve .web .items .item .qr {
  width: 100px;
  margin-top: 5px;
}
#reserve .web .items .item .btn01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #reserve .web .items .item .btn01 {
    margin-top: 15px;
  }
}
#reserve .web .items .item:last-of-type {
  border: 4px solid #38A8DD;
}
#reserve .web .items .item:last-of-type h4 {
  color: #38A8DD;
}
#reserve .web .items .item:last-of-type .btn01 {
  background: #38A8DD;
  border: #38A8DD;
}
@media screen and (max-width: 768px) {
  #reserve .web .items .item:last-of-type .btn01 {
    margin-top: 15px;
  }
}
#reserve .web .items .item:last-of-type .btn01:hover {
  background: #2b83ac;
}
#reserve .web .items .item:last-of-type .btn01::after {
  background: url(../images/common/btn-arrow-blue.png) center center/cover no-repeat;
}
#reserve .tel .ttl01 + p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #reserve .tel .ttl01 + p {
    text-align: left;
  }
}
#reserve .tel .number {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #reserve .tel .number {
    margin-top: 20px;
  }
}
#reserve .tel .number a {
  width: 700px;
  background: #c8f3c3;
  display: inline-block;
  font-size: 30px;
  color: #46B036;
  padding: 10px 10px 15px;
  border-radius: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  #reserve .tel .number a {
    width: 100%;
    line-height: 1;
    padding: 20px 10px 25px;
  }
}
#reserve .tel .number a p span {
  padding-left: 40px;
  position: relative;
}
#reserve .tel .number a p span::before {
  position: absolute;
  content: "";
  background: url(../images/common/tel.png);
  width: 27px;
  height: 27px;
  background-size: cover;
  left: 0px;
  top: 10px;
}
#reserve .tel .number a p span small {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #reserve .tel .number a p span small {
    font-size: 18px;
  }
}
#reserve .tel .btn01 {
  max-width: 380px;
}

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

  LP

============================================================================*/
/*----------小児眼科・近視進行抑制治療専門サイト----------*/
.lp-logo {
  border-radius: 0 0 91px 0;
  padding-right: 40px;
}

#kids {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #kids {
    font-size: 14px;
  }
}
#kids .orange1 {
  color: #FEA50E;
}
#kids .orange2 {
  color: #FA7F3D;
}
#kids .ttl-type1 {
  margin-top: 80px;
  background: #FA7F3D;
  color: #fff;
  font-size: 33px;
  text-align: center;
  line-height: 1.5;
  padding: 27px 0;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #kids .ttl-type1 {
    margin-top: 30px;
    font-size: 22px;
    padding: 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
}
#kids .ttl-type1 small {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  #kids .ttl-type1 small {
    font-size: 16px;
    display: block;
  }
}
#kids .ttl-type1::before, #kids .ttl-type1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  border-top: 2px dotted white;
}
#kids .ttl-type1::before {
  top: 6px;
}
#kids .ttl-type1::after {
  bottom: 6px;
}
#kids #mv {
  position: relative;
  background: url(../images/kids/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: calc(100svh - 130px);
  margin: 0 20px 20px;
  border-radius: 50px;
}
@media screen and (max-width: 1200px) {
  #kids #mv {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #kids #mv {
    background: url(../images/kids/mv-sp.jpg);
    background-size: cover;
    background-position: center;
    margin: 0;
    border-radius: 0;
    height: calc(100svh - 120px);
  }
}
#kids #mv::before {
  content: "";
  display: block;
  max-width: 585px;
  background: url(../images/kids/mv-catch-bg.png) center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 49%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  #kids #mv::before {
    top: 47%;
    max-width: 360px;
  }
}
#kids #mv .txt {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kids #mv .txt {
    width: 100%;
    top: 49%;
  }
}
#kids #mv .txt h2 {
  background: #FEA50E;
  font-size: 22px;
  color: #fff;
  border-radius: 100vw;
  padding: 7px 20px 8px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #kids #mv .txt h2 {
    font-size: 14px;
    padding: 7px 8px 8px;
    margin-bottom: 5px;
    display: inline-block;
  }
}
#kids #mv .txt p {
  font-size: 34px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #kids #mv .txt p {
    font-size: 23px;
  }
}
#kids .kids-about {
  padding: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  #kids .kids-about {
    padding: 40px 0;
  }
}
#kids .kids-about .ttl {
  text-align: center;
  font-size: 44px;
  letter-spacing: 3px;
  margin-bottom: 60px;
  line-height: 1.5;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #kids .kids-about .ttl {
    font-size: 26px;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }
}
#kids .kids-about .ttl span {
  position: relative;
}
#kids .kids-about .ttl span::before {
  content: "";
  background-image: url(../images/kids/about-ttl-deco.png);
  background-size: cover;
  width: 384px;
  height: 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  #kids .kids-about .ttl span::before {
    width: 232px;
    height: 5px;
  }
}
#kids .kids-about .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #kids .kids-about .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#kids .kids-about .contents .img {
  width: 583px;
}
@media screen and (max-width: 768px) {
  #kids .kids-about .contents .img {
    width: 100%;
    margin-left: -20px;
  }
}
#kids .kids-about .contents .img img {
  border-radius: 0 50px 50px 0;
}
#kids .kids-about .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  margin-right: 5%;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  #kids .kids-about .contents .txt {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 20px 20px 0;
  }
}
#kids .kids-myopia {
  padding: 80px 0;
  background: #FFEFD8;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kids .kids-myopia {
    padding: 40px 0;
  }
}
#kids .kids-myopia::before {
  content: "";
  background-image: url(../images/kids/myopia-bg-deco1.png);
  background-size: cover;
  width: 138px;
  height: 114px;
  position: absolute;
  left: 80px;
  top: 80px;
}
@media screen and (max-width: 768px) {
  #kids .kids-myopia::before {
    left: 20px;
    top: 50px;
    width: 60px;
    height: 51px;
  }
}
#kids .kids-myopia::after {
  content: "";
  background-image: url(../images/kids/myopia-bg-deco2.png);
  background-size: cover;
  width: 158px;
  height: 125px;
  position: absolute;
  right: 80px;
  top: 80px;
}
@media screen and (max-width: 768px) {
  #kids .kids-myopia::after {
    right: 20px;
    top: 50px;
    width: 64px;
    height: 51px;
  }
}
#kids .kids-myopia .ttl {
  text-align: center;
  font-size: 44px;
  letter-spacing: 3px;
  margin-bottom: 50px;
  line-height: 1.5;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #kids .kids-myopia .ttl {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}
#kids .kids-myopia .ttl span {
  position: relative;
}
#kids .kids-myopia .ttl span::before {
  content: "";
  background-image: url(../images/kids/myopia-ttl-deco.png);
  background-size: cover;
  width: 50px;
  height: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  #kids .kids-myopia .ttl span::before {
    width: 40px;
    height: 6px;
    bottom: -15px;
  }
}
#kids .kids-myopia .ttl + p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kids .kids-myopia .ttl + p {
    text-align: left;
  }
}
#kids .kids-myopia .well {
  background: #fff;
  border-radius: 50px;
  padding: 40px 40px 30px;
  margin-top: 40px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #kids .kids-myopia .well {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 20px;
  }
}
#kids .kids-myopia .well .item h4 {
  background: #FEA50E;
  font-size: 26px;
  color: #fff;
  border-radius: 100vw;
  padding: 7px 20px 8px;
  line-height: 1.4;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kids .kids-myopia .well .item h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#kids .kids-myopia .well .item:last-of-type h4 {
  background: #FA7F3D;
}
#kids .kids-progress {
  padding: 80px 0;
  background: url(../images/kids/progress-bg.jpg);
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kids .kids-progress {
    padding: 40px 0;
  }
}
#kids .kids-progress .ttl {
  text-align: center;
  font-size: 44px;
  letter-spacing: 3px;
  margin-bottom: 80px;
  line-height: 1.5;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #kids .kids-progress .ttl {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
}
#kids .kids-progress .ttl span {
  position: relative;
}
#kids .kids-progress .ttl span::before {
  content: "";
  background-image: url(../images/kids/progress-ttl-deco.png);
  background-size: cover;
  width: 653px;
  height: 34px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -45px;
}
@media screen and (max-width: 768px) {
  #kids .kids-progress .ttl span::before {
    width: 217px;
    height: 11px;
    position: absolute;
    bottom: -21px;
    left: 58%;
  }
}
#kids .kids-progress .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) {
  #kids .kids-progress .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#kids .kids-progress .contents .img {
  width: 565px;
}
@media screen and (max-width: 768px) {
  #kids .kids-progress .contents .img {
    width: 100%;
  }
}
#kids .kids-progress .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #kids .kids-progress .contents .txt {
    margin: 0;
    margin-top: 20px;
  }
}
#kids .kids-life {
  background: url(../images/kids/life-bg.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #kids .kids-life {
    padding: 40px 0;
  }
}
#kids .kids-life .ttl {
  text-align: center;
  font-size: 44px;
  letter-spacing: 3px;
  margin-bottom: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #kids .kids-life .ttl {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 60px;
  }
}
#kids .kids-life .ttl small {
  font-size: 26px;
  display: block;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #kids .kids-life .ttl small {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#kids .kids-life .contents .items {
  gap: 110px 40px;
}
@media screen and (max-width: 768px) {
  #kids .kids-life .contents .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
#kids .kids-life .contents .items .item {
  padding: 25px;
  background: #fff;
  border-radius: 40px;
  border: 5px solid #FEA50E;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kids .kids-life .contents .items .item {
    padding: 20px;
  }
}
#kids .kids-life .contents .items .item img {
  width: 200px;
  border: 5px solid #FEA50E;
  border-radius: 100vw;
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  #kids .kids-life .contents .items .item img {
    width: 160px;
    margin-top: -60px;
  }
}
#kids .kids-life .contents .items .item h4 {
  background: #FEA50E;
  font-size: 22px;
  color: #fff;
  border-radius: 100vw;
  padding: 7px 0 8px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #kids .kids-life .contents .items .item h4 {
    font-size: 18px;
  }
}
#kids .kids-life .contents .items .item p {
  text-align: left;
}
#kids .kids-life .contents .items .item:nth-of-type(odd) {
  border: 5px solid #FA7F3D;
}
#kids .kids-life .contents .items .item:nth-of-type(odd) img {
  border: 5px solid #FA7F3D;
}
#kids .kids-life .contents .items .item:nth-of-type(odd) h4 {
  background: #FA7F3D;
}
#kids .kids-treatment {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment {
    padding: 40px 0;
  }
}
#kids .kids-treatment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/kids/treatment-bg.png);
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 297px;
}
#kids .kids-treatment .ttl {
  text-align: center;
  font-size: 44px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .ttl {
    font-size: 26px;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }
}
#kids .kids-treatment .ttl::before {
  content: "";
  background-image: url(../images/kids/treatment-bg-deco2.png);
  background-size: cover;
  width: 119px;
  height: 103px;
  position: absolute;
  left: 217px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .ttl::before {
    display: none;
  }
}
#kids .kids-treatment .ttl::after {
  content: "";
  background-image: url(../images/kids/treatment-bg-deco1.png);
  background-size: cover;
  width: 140px;
  height: 105px;
  position: absolute;
  right: 217px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .ttl::after {
    display: none;
  }
}
#kids .kids-treatment .ttl span {
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .ttl span {
    font-size: 30px;
  }
}
#kids .kids-treatment .ttl + p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .ttl + p {
    text-align: left;
    padding: 0 20px;
  }
}
#kids .kids-treatment .contents .btn01 {
  background: #FA7F3D;
  border: none;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .contents .btn01 {
    margin: 20px auto 10px;
  }
}
#kids .kids-treatment .contents .btn01:hover {
  background: #e36d2d;
}
#kids .kids-treatment .contents .btn01::after {
  background: url(../images/kids/btn-arrow.png);
  background-size: cover;
}
#kids .kids-treatment .well-price {
  background: #F1ECE5;
  margin-top: 50px;
  border-radius: 50px;
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .well-price {
    margin-top: 30px;
    border-radius: 30px;
    padding: 20px;
  }
}
#kids .kids-treatment .well-price h5 {
  text-align: center;
  font-size: 31px;
  letter-spacing: 3px;
  border-bottom: dotted 3px #503711;
  padding-bottom: 17px;
  margin-bottom: 23px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .well-price h5 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
#kids .kids-treatment .well-price h5 + p {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .well-price h5 + p {
    text-align: left;
    margin-bottom: 20px;
  }
}
#kids .kids-treatment .well-price .table-container {
  border-radius: 33px;
  overflow: hidden;
  margin: auto;
  border: 1px solid #e0d5b9;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .well-price .table-container {
    border-radius: 20px;
  }
}
#kids .kids-treatment .well-price .schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#kids .kids-treatment .well-price .schedule-table thead tr {
  background-color: #FEA50E;
  color: white;
}
#kids .kids-treatment .well-price .schedule-table th,
#kids .kids-treatment .well-price .schedule-table td {
  padding: 10px 15px 12px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}
#kids .kids-treatment .well-price .schedule-table th {
  text-align: center;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .well-price .schedule-table th {
    vertical-align: middle;
    line-height: 1.3;
    padding: 10px 0;
  }
}
#kids .kids-treatment .well-price .schedule-table th:first-of-type {
  width: 300px;
  border-right: 1px solid #e0d5b9;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .well-price .schedule-table th:first-of-type {
    width: 95px;
  }
}
#kids .kids-treatment .well-price .schedule-table td {
  border-top: 1px solid #e0d5b9;
}
#kids .kids-treatment .well-price .schedule-table td:first-of-type {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e0d5b9;
}
#kids .kids-treatment .well-price .schedule-table tbody td {
  background-color: #ffffff;
}
#kids .kids-treatment .well-price .note {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #kids .kids-treatment .well-price .note {
    font-size: 13px;
  }
}
#kids .kids-faq {
  background: #FFEFD8;
  padding: 80px 0;
  background-image: url(../images/kids/faq-bg-deco1.png), url(../images/kids/faq-bg-deco2.png), url(../images/kids/faq-bg-deco3.png), url(../images/kids/faq-bg-deco4.png);
  background-position: top 0px left 0px, top 480px left -63px, top 60px right -47px, top 546px right -68px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 142px, 166px, 190px, 170px;
}
@media screen and (max-width: 768px) {
  #kids .kids-faq {
    padding: 40px 0;
    background-size: 60px, 80px, 80px, 80px;
    background-position: top 0px left 0px, top 350px left -33px, top 60px right -37px, top 450px right -38px;
  }
}
#kids .kids-faq .ttl {
  text-align: center;
  font-size: 44px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  line-height: 1.3;
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #kids .kids-faq .ttl {
    letter-spacing: 1px;
    font-size: 26px;
    margin-bottom: 30px;
    padding-top: 34px;
  }
}
#kids .kids-faq .ttl::before {
  content: "";
  background-image: url(../images/kids/faq-ttl-deco.png);
  background-size: cover;
  width: 177px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #kids .kids-faq .ttl::before {
    width: 121px;
    height: 24px;
  }
}
#kids .kids-faq .qa-list {
  max-width: 1000px;
  margin: 0 auto;
}
#kids .kids-faq .qa-list dl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #kids .kids-faq .qa-list dl {
    margin-top: 15px;
  }
}
#kids .kids-faq .qa-list dl dt {
  border-radius: 20px;
  padding: 24px 20px 24px 80px;
}
@media screen and (max-width: 768px) {
  #kids .kids-faq .qa-list dl dt {
    padding: 15px 25px 15px 60px;
  }
}
#kids .kids-faq .qa-list dl dt::before {
  top: 20px;
  left: 20px;
  background: #FEA50E;
}
@media screen and (max-width: 768px) {
  #kids .kids-faq .qa-list dl dt::before {
    top: 50%;
    left: 10px;
  }
}
#kids .kids-faq .qa-list dl dd {
  padding: 24px 20px 24px 80px;
  background: #ffdbc9;
}
@media screen and (max-width: 768px) {
  #kids .kids-faq .qa-list dl dd {
    padding: 15px 25px 15px 60px;
  }
}
#kids .kids-faq .qa-list dl dd::before {
  top: 20px;
  left: 20px;
  background: #FA7F3D;
}
@media screen and (max-width: 768px) {
  #kids .kids-faq .qa-list dl dd::before {
    top: 20px;
    left: 10px;
  }
}
#kids .kids-contact {
  background-color: #fea50e;
  background-image: -webkit-radial-gradient(circle, #febe53 4px, transparent 4px), -webkit-radial-gradient(circle, #febe53 4px, transparent 4px), -webkit-radial-gradient(circle, #febe53 4px, transparent 4px), -webkit-radial-gradient(circle, #febe53 4px, transparent 4px);
  background-image: radial-gradient(circle, #febe53 4px, transparent 4px), radial-gradient(circle, #febe53 4px, transparent 4px), radial-gradient(circle, #febe53 4px, transparent 4px), radial-gradient(circle, #febe53 4px, transparent 4px);
  background-position: 0 0, 46px 0, 23px 24px, 69px 24px;
  background-size: 92px 48px;
  background-repeat: repeat;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #kids .kids-contact {
    padding: 30px 0;
  }
}
#kids .kids-contact .contents {
  background: #FFFCE0;
  border-radius: 20px;
  padding: 55px;
}
@media screen and (max-width: 768px) {
  #kids .kids-contact .contents {
    padding: 20px;
  }
}
#kids .kids-contact .contents .ttl {
  text-align: center;
  font-size: 34px;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #kids .kids-contact .contents .ttl {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}
#kids .kids-contact .contents .items {
  background: #FA7F3D;
  border-radius: 20px;
  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;
  max-width: 790px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #kids .kids-contact .contents .items {
    display: block;
    padding: 5px 15px 15px;
  }
}
#kids .kids-contact .contents .items .item {
  width: 50%;
  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;
}
@media screen and (max-width: 768px) {
  #kids .kids-contact .contents .items .item {
    width: 100%;
  }
}
#kids .kids-contact .contents .items .item.tel {
  position: relative;
}
#kids .kids-contact .contents .items .item.tel::before {
  content: "";
  height: 57px;
  border-left: 3px dotted #ffffff;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #kids .kids-contact .contents .items .item.tel::before {
    display: none;
  }
}
#kids .kids-contact .contents .items .item.tel a {
  font-size: 34px;
  color: #fff;
  position: relative;
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  #kids .kids-contact .contents .items .item.tel a {
    font-size: 24px;
    padding-left: 35px;
  }
}
#kids .kids-contact .contents .items .item.tel a::before {
  content: "";
  background-image: url(../images/kids/tel.png);
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0px;
  top: 22px;
}
@media screen and (max-width: 768px) {
  #kids .kids-contact .contents .items .item.tel a::before {
    width: 23px;
    height: 23px;
    top: 15px;
  }
}
#kids .kids-contact .contents .items .item.time {
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kids .kids-contact .contents .items .item.time {
    font-size: 13px;
  }
}

/*----------オルソケラトロジー専門サイト----------*/
#ortho {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #ortho {
    font-size: 14px;
  }
}
#ortho .red {
  color: #D10000;
}
#ortho .ttl-type1 {
  font-size: 52px;
  color: #363C50;
  font-family: "shippori-mincho", sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #ortho .ttl-type1 {
    margin-bottom: 25px;
    font-size: 25px;
  }
}
#ortho .ttl-type1::first-letter {
  color: #C78767;
}
#ortho .ttl-type2 {
  text-align: center;
  font-family: "shippori-mincho", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #ortho .ttl-type2 {
    margin-bottom: 25px;
  }
}
#ortho .ttl-type2 .en {
  display: block;
  font-size: 66px;
  letter-spacing: 5px;
  color: #363C50;
}
@media screen and (max-width: 768px) {
  #ortho .ttl-type2 .en {
    font-size: 32px;
  }
}
#ortho .ttl-type2 .ja {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #ortho .ttl-type2 .ja {
    font-size: 18px;
  }
}
#ortho .ttl-type3 {
  background: #363C50;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ortho .ttl-type3 {
    padding: 30px 0;
  }
}
#ortho .ttl-type3 h3 {
  font-size: 42px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ortho .ttl-type3 h3 {
    font-size: 22px;
  }
}
#ortho .ttl-type3 .en {
  position: absolute;
  font-size: 61px;
  color: rgba(255, 255, 255, 0.1294117647);
  font-family: "shippori-mincho", sans-serif;
  bottom: -37px;
}
@media screen and (max-width: 768px) {
  #ortho .ttl-type3 .en {
    font-size: 28px;
    bottom: -17px;
  }
}
#ortho #mv {
  position: relative;
  background: url(../images/ortho/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 660px;
  margin: 0;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  #ortho #mv {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #ortho #mv {
    height: calc(100svh - 120px);
    background: url(../images/ortho/mv-sp.jpg);
    background-size: cover;
    background-position: top;
  }
}
#ortho #mv::before {
  display: none;
}
#ortho #mv .txt {
  position: absolute;
  top: 52%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #ortho #mv .txt {
    top: 31%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#ortho #mv .txt h2 {
  border: 1px solid #fff;
  display: inline-block;
  width: 490px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
  text-shadow: 0 0 8px #000;
}
@media screen and (max-width: 768px) {
  #ortho #mv .txt h2 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#ortho #mv .txt .catch {
  font-size: 45px;
  letter-spacing: 5px;
  line-height: 1.8;
  text-shadow: 0 0 12px #000;
}
@media screen and (max-width: 768px) {
  #ortho #mv .txt .catch {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
#ortho #mv .txt .catch span {
  display: block;
  font-size: 22px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #ortho #mv .txt .catch span {
    font-size: 14px;
    margin-top: 5px;
  }
}
#ortho #mv .mv-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #ortho #mv .mv-feature {
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
#ortho #mv .mv-feature .item {
  width: 155px;
  height: 155px;
  background: #ECEADE;
  border-radius: 100vw;
  font-size: 20px;
  color: #363C50;
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding: 47px 0 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #ortho #mv .mv-feature .item {
    width: 100px;
    height: 100px;
    font-size: 13px;
    padding-top: 32px;
  }
}
#ortho #mv .mv-feature .item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #333;
  border-radius: 100vw;
  pointer-events: none;
}
#ortho #mv .mv-feature .item:nth-of-type(odd) {
  background: #363C50;
  color: #ECEADE;
}
#ortho #mv .mv-feature .item:nth-of-type(odd)::before {
  border: 1px solid #ECEADE;
}
#ortho .ortho-about {
  padding: 80px 0;
  background: #ECEADE;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-about {
    padding: 40px 0;
  }
}
#ortho .ortho-about .well-movie {
  background: #fff;
  margin-top: 50px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-about .well-movie {
    margin-top: 20px;
    padding: 20px;
  }
}
#ortho .ortho-about .well-movie h4 {
  background: #363C50;
  font-size: 32px;
  color: #fff;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  padding: 9px 0 7px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-about .well-movie h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#ortho .ortho-about .well-movie h4::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 56px;
  height: 56px;
  background-color: #4E5365;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-about .well-movie h4::before {
    display: none;
  }
}
#ortho .ortho-about .well-movie h4::after {
  content: "";
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
  width: 56px;
  height: 56px;
  background-color: #4E5365;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-about .well-movie h4::after {
    display: none;
  }
}
#ortho .ortho-about .well-movie .movie {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-about .well-movie .movie {
    margin-top: 10px;
  }
}
#ortho .ortho-about .well-movie .movie iframe {
  width: 750px;
  height: 421px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-about .well-movie .movie iframe {
    width: 100%;
    height: 42vw;
  }
}
#ortho .ortho-structure {
  padding: 80px 0;
  background-image: url(../images/ortho/ruledline-bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-structure {
    padding: 40px 0;
  }
}
#ortho .ortho-structure h4 {
  background: #D6DAE4;
  color: #363C50;
  border-left: solid 4px #363C50;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.5;
  padding: 10px 20px 8px;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-structure h4 {
    margin-top: 25px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#ortho .ortho-structure .flex01 .img {
  margin: 0 3% 0 0;
  width: 42%;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-structure .flex01 .img {
    width: 100%;
    margin: 20px 0 0;
  }
}
#ortho .ortho-structure .flex01 .img img {
  border-radius: 0;
}
#ortho .ortho-difference .ttl-type3 {
  background: url(../images/ortho/difference-ttl-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-difference .ttl-type3 {
    background-position: center;
  }
}
#ortho .ortho-difference .contents {
  padding: 80px 0;
  background: #E7E5E2;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-difference .contents {
    padding: 40px 0;
  }
}
#ortho .ortho-difference .contents .items {
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-difference .contents .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
#ortho .ortho-difference .contents .items .item {
  background: #fff;
}
#ortho .ortho-difference .contents .items .item h4 {
  background: #363C50;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
  font-family: "shippori-mincho", sans-serif;
  font-weight: normal;
  font-size: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-difference .contents .items .item h4 {
    font-size: 18px;
  }
}
#ortho .ortho-difference .contents .items .item h4::before {
  position: absolute;
  bottom: -19px;
  width: 60px;
  height: 20px;
  background-color: #363C50;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #ortho .ortho-difference .contents .items .item h4::before {
    bottom: -14px;
  }
}
#ortho .ortho-difference .contents .items .item p {
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-difference .contents .items .item p {
    padding: 15px 20px;
  }
}
#ortho .ortho-merit {
  padding: 80px 0;
  background-image: url(../images/ortho/ruledline-bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-merit {
    padding: 40px 0;
  }
}
#ortho .ortho-merit .ttl-type2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-merit .ttl-type2 {
    margin-bottom: 30px;
  }
}
#ortho .ortho-merit .contents .items {
  gap: 70px 50px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-merit .contents .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
#ortho .ortho-merit .contents .items .item {
  position: relative;
}
#ortho .ortho-merit .contents .items .item .num {
  font-size: 58px;
  color: #363C50;
  font-family: "shippori-mincho", sans-serif;
  position: absolute;
  left: 0;
  top: -55px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-merit .contents .items .item .num {
    font-size: 40px;
    top: -33px;
  }
}
#ortho .ortho-merit .contents .items .item h4 {
  font-size: 25px;
  color: #C78767;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  margin: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-merit .contents .items .item h4 {
    font-size: 20px;
    margin: 14px 0 4px;
  }
}
#ortho .ortho-merit .contents .items .item h4.sm {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-merit .contents .items .item h4.sm {
    font-size: 20px;
  }
}
#ortho .ortho-merit .contents .well-demerit {
  background: #ECEADE;
  padding: 30px 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-merit .contents .well-demerit {
    padding: 20px;
    margin: 30px -20px 0;
  }
}
#ortho .ortho-merit .contents .well-demerit h5 {
  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;
  font-size: 31px;
  color: #363C50;
  font-family: "shippori-mincho", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-merit .contents .well-demerit h5 {
    font-size: 20px;
  }
}
#ortho .ortho-merit .contents .well-demerit h5:before, #ortho .ortho-merit .contents .well-demerit h5:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #363C50;
}
#ortho .ortho-merit .contents .well-demerit h5:before {
  margin-right: 1rem;
}
#ortho .ortho-merit .contents .well-demerit h5:after {
  margin-left: 1rem;
}
#ortho .ortho-merit .contents .well-demerit .list01 li::before {
  color: #363C50;
}
#ortho .ortho-used .ttl-type3 {
  background: url(../images/ortho/used-bg.jpg);
  background-size: cover;
  padding: 90px 0;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-used .ttl-type3 {
    padding: 40px 0;
  }
}
#ortho .ortho-used .contents {
  background: #D6DAE4;
  padding: 80px 0;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-used .contents {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#ortho .ortho-used .contents .img {
  max-width: 589px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #ortho .ortho-used .contents .img {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #ortho .ortho-used .contents .img {
    margin-top: 20px;
  }
}
#ortho .ortho-used .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  margin-right: 7%;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-used .contents .txt {
    margin-left: 0;
    margin-right: 0;
  }
}
#ortho .ortho-used .contents .txt .list01 {
  margin-top: 30px;
}
#ortho .ortho-used .contents .txt .list01 li::before {
  color: #363C50;
}
#ortho .ortho-flow {
  padding: 80px 0;
  background-image: url(../images/ortho/ruledline-bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-flow {
    padding: 40px 0;
  }
}
#ortho .ortho-flow .contents .items .item {
  background: #ECEADE;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-flow .contents .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
#ortho .ortho-flow .contents .items .item::before {
  position: absolute;
  bottom: -29px;
  width: 120px;
  height: 30px;
  background-color: #ECEADE;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-flow .contents .items .item::before {
    bottom: -16px;
  }
}
#ortho .ortho-flow .contents .items .item:last-of-type::before {
  display: none;
}
#ortho .ortho-flow .contents .items .item .num {
  position: absolute;
  font-size: 83px;
  color: #DDD7CA;
  font-family: "shippori-mincho", sans-serif;
  bottom: -52px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-flow .contents .items .item .num {
    top: -38px;
    right: -4px;
    left: auto;
    font-size: 60px;
  }
}
#ortho .ortho-flow .contents .items .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-flow .contents .items .item .txt {
    margin-right: 0;
  }
}
#ortho .ortho-flow .contents .items .item .txt h4 {
  font-family: "shippori-mincho", sans-serif;
  font-weight: normal;
  font-size: 25px;
  border-bottom: 1px solid #000000;
  line-height: 1.5;
  padding-bottom: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-flow .contents .items .item .txt h4 {
    font-size: 20px;
  }
}
#ortho .ortho-flow .contents .items .item .img {
  width: 314px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-flow .contents .items .item .img {
    width: 100%;
    margin-top: 15px;
  }
}
#ortho .ortho-flow .contents .items .item:nth-of-type(odd) {
  background: #D0C8BC;
}
#ortho .ortho-flow .contents .items .item:nth-of-type(odd)::before {
  background-color: #D0C8BC;
}
#ortho .ortho-price {
  background: url(../images/ortho/price-bg.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-price {
    padding: 40px 0;
  }
}
#ortho .ortho-price .ttl-type1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-price .ttl-type1 {
    margin-bottom: 10px;
  }
}
#ortho .ortho-price .ttl-type1 + p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-price .ttl-type1 + p {
    margin-bottom: 30px;
    text-align: left;
  }
}
#ortho .ortho-price .contents .table01.arrow {
  margin-bottom: 74px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-price .contents .table01.arrow {
    margin-bottom: 50px;
  }
}
#ortho .ortho-price .contents .table01.arrow::before {
  position: absolute;
  bottom: -55px;
  width: 60px;
  height: 20px;
  background-color: #C78767;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #ortho .ortho-price .contents .table01.arrow::before {
    width: 50px;
    height: 15px;
    bottom: -38px;
  }
}
#ortho .ortho-price .contents .table01 th {
  background: #363C50;
  color: #fff;
  width: 50%;
}
#ortho .ortho-price .contents .table01 td {
  background: #fff;
}
#ortho .ortho-faq {
  padding: 80px 0;
  background-image: url(../images/ortho/ruledline-bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-faq {
    padding: 40px 0;
  }
}
#ortho .ortho-faq .qa-list dl dt {
  background: #D6DAE4;
  border-radius: 0;
  padding: 20px 20px 20px 95px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-faq .qa-list dl dt {
    padding: 10px 20px 10px 55px;
  }
}
#ortho .ortho-faq .qa-list dl dt::before {
  font-size: 33px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 76px;
  height: 76px;
  font-family: "shippori-mincho", sans-serif;
  content: "Q";
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding-top: 18px;
  background: #363C50;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-faq .qa-list dl dt::before {
    width: 48px;
    height: 48px;
    font-size: 22px;
    padding-top: 10px;
    -webkit-transform: none;
            transform: none;
  }
}
#ortho .ortho-faq .qa-list dl dd {
  background: #fff;
  -webkit-box-shadow: 0 0 3px #c8c8c8;
          box-shadow: 0 0 3px #c8c8c8;
  border-radius: 0;
  margin-top: 0;
}
#ortho .ortho-faq .qa-list dl dd::before {
  font-family: "shippori-mincho", sans-serif;
  content: "A.";
  background: none;
  color: #000;
  top: 19px;
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-faq .qa-list dl dd::before {
    font-size: 22px;
    top: 13px;
  }
}
#ortho .ortho-contact {
  background: url(../images/ortho/contact-bg.jpg);
  background-size: cover;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-contact {
    padding: 30px 0;
  }
}
#ortho .ortho-contact .contents {
  background: #FFFFFF;
  padding: 55px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-contact .contents {
    padding: 20px;
  }
}
#ortho .ortho-contact .contents .ttl {
  text-align: center;
  font-size: 34px;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-contact .contents .ttl {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}
#ortho .ortho-contact .contents .items {
  background: #363C50;
  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;
  max-width: 790px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-contact .contents .items {
    display: block;
    padding: 5px 15px 15px;
  }
}
#ortho .ortho-contact .contents .items .item {
  width: 50%;
  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;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-contact .contents .items .item {
    width: 100%;
  }
}
#ortho .ortho-contact .contents .items .item.tel {
  position: relative;
}
#ortho .ortho-contact .contents .items .item.tel::before {
  content: "";
  height: 57px;
  border-left: 1px solid #ffffff;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #ortho .ortho-contact .contents .items .item.tel::before {
    display: none;
  }
}
#ortho .ortho-contact .contents .items .item.tel a {
  font-size: 34px;
  color: #fff;
  position: relative;
  padding-left: 42px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-contact .contents .items .item.tel a {
    font-size: 24px;
    padding-left: 35px;
  }
}
#ortho .ortho-contact .contents .items .item.tel a::before {
  content: "";
  background-image: url(../images/kids/tel.png);
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0px;
  top: 22px;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-contact .contents .items .item.tel a::before {
    width: 23px;
    height: 23px;
    top: 15px;
  }
}
#ortho .ortho-contact .contents .items .item.time {
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #ortho .ortho-contact .contents .items .item.time {
    font-size: 13px;
  }
}

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

  フッター

============================================================================*/
.footer-top .footer-info {
  padding-top: 40px;
}

.footer-info {
  padding: 60px 0 60px;
  background: #F3FEE4;
}
@media screen and (max-width: 768px) {
  .footer-info {
    padding: 30px 0;
  }
}
.footer-info .logo {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer-info .logo {
    margin-bottom: 20px;
  }
}
.footer-info .logo img {
  width: 305px;
}
@media screen and (max-width: 768px) {
  .footer-info .logo img {
    width: 200px;
  }
}
.footer-info .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .footer-info .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.footer-info .contents .left .schedule_note {
  font-size: 13px;
}
.footer-info .contents .left .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .footer-info .contents .left .contact {
    display: none;
  }
}
.footer-info .contents .left .contact .tel {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin-right: 15px;
  width: 40%;
}
.footer-info .contents .left .contact .tel a {
  color: #503711;
  display: block;
  height: 78px;
  padding: 14px 0 12px;
}
.footer-info .contents .left .contact .tel a h3 {
  font-size: 14px;
  line-height: 1.8;
  background: #E9F3DB;
  border-radius: 100vw;
  margin: 0 10px;
}
.footer-info .contents .left .contact .tel a p {
  font-size: 17px;
  line-height: 1;
  margin-top: 7px;
  letter-spacing: 0;
  padding-left: 17px;
  position: relative;
  display: inline-block;
}
.footer-info .contents .left .contact .tel a p::before {
  position: absolute;
  content: "";
  background: url(../images/common/tel.png);
  width: 16px;
  height: 16px;
  background-size: cover;
  left: -2px;
}
.footer-info .contents .left .contact .reserve {
  width: 20%;
}
.footer-info .contents .left .contact .reserve a {
  background: #38A8DD;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
  padding-top: 43px;
}
.footer-info .contents .left .contact .reserve a::before {
  content: "";
  background: url(../images/common/web.png) no-repeat;
  background-size: 34px;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-info .contents .right iframe {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .footer-info .contents .right iframe {
    width: 100%;
    height: 49vw;
  }
}

.footer-map iframe {
  width: 100%;
  height: 420px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .footer-map iframe {
    height: 240px;
  }
}

.footer-nav {
  padding: 40px 0 40px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background: #46B036;
}

@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;
  letter-spacing: 3px;
  margin-bottom: 0px;
  position: relative;
  color: #fff;
  line-height: 1;
  border-bottom: 1px dashed #fff;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 12px;
}

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

.footer-nav .content ul li a::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
  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%;
}

.footer-nav .content .right .list1 {
  width: 50% !important;
}

.copy {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  background-color: #fff;
  padding: 22px 0;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .copy {
    margin-bottom: 60px;
    line-height: 1.6;
    padding: 15px 0;
  }
}
/*----------上部に戻るボタン----------*/
.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;
  vertical-align: bottom;
  width: 33.333%;
  height: 60px;
  line-height: 20px;
  background-color: rgba(245, 174, 32, 0.9098039216);
  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--tel {
  background-color: rgba(56, 169, 221, 0.9098039216) !important;
  line-height: 1;
  padding: 25px 0 0;
}

.sp_bottom-menu__btn--tel.tel2 {
  background: rgba(70, 176, 54, 0.9098039216) !important;
}

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

.sp_bottom-menu__btn--tel small {
  font-size: 86%;
}

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