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

html {
  font-size: 100%;
}

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

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

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

.blue {
  color: #1e00ff;
}

.navy {
  color: #100964;
}

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

/* 画像大きめ・画像右 */
.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%;
  width: 100%;
  height: auto;
}

/* 画像小さめ・画像左 */
.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-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%;
}

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

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

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

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

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

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

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

.list01 li {
  line-height: 2;
}

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

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

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

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

/*----------点と背景----------*/
.list03 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 30px 10px 20px 40px;
  background-color: #D8DFEB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .list03 {
    padding: 20px 5px 15px 20px;
  }
}

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

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

.list03 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #100964;
  border: 1px solid #100964;
  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: #D8DFEB;
}

@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 #100964;
}

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

@media screen and (max-width: 768px) {
  .list05 li:before {
    width: 14px;
    height: 14px;
    left: -20px;
  }
}
/*箇条書き*/
ol.list06 {
  counter-reset: list;
  list-style-type: none;
  padding: 30px;
  background: #D8DFEB;
}
@media screen and (max-width: 768px) {
  ol.list06 {
    padding: 13px 22px 10px 18px;
  }
}

ol.list06 li {
  position: relative;
  margin: 7px 0 12px 40px;
  padding-left: 10px;
}

ol.list06 li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -35px;
  width: 30px;
  height: 30px;
  line-height: 1.8;
  background: #100964;
  text-align: center;
  color: #fff;
  top: 2px;
}

@media screen and (max-width: 768px) {
  ol.list06 li:before {
	  line-height: 2;
	  top: 0;
	}
}


/*----------囲み枠----------*/
/*背景のみ*/
.well01 {
  padding: 30px;
  background: #D8DFEB;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well01 {
    padding: 20px;
  }
}
/*枠線*/
.well02 {
  padding: 30px;
  border: 4px solid #D8DFEB;
  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: #100964;
  border: 1px solid #cdcdcd;
  padding: 12px 20px;
  text-align: center;
  vertical-align: middle;
}

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

.table01 tbody th {
  background-color: #100964;
  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 .item {
  padding: 30px;
  background: #e8ebf0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow01 .item {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow01 .item .img {
  width: 280px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .flow01 .item .img {
    margin: 20px 0 0;
    width: 100%;
  }
}
.flow01 .item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid rgba(9, 33, 100, 0.3764705882);
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .flow01 .item::before {
    border-top: 30px solid rgba(9, 33, 100, 0.3764705882);
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    bottom: -30px;
  }
}
.flow01 .item:last-of-type::before {
  display: none;
}
.flow01 .item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flow01 .item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.flow01 .item h4 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
@media screen and (max-width: 768px) {
  .flow01 .item h4 {
    font-size: 20px;
  }
}
.flow01 .item h4 span {
  margin-right: 20px;
  background: #100964;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  .flow01 .item h4 span {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.flow02 .flow-contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
}

@media screen and (max-width: 768px) {
  .flow02 .flow-contents {
    padding: 30px 0;
  }
}
.flow02 .flow-contents .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: 35px;
  padding-top: 35px;
  position: relative;
}

.flow02 .flow-contents .item:first-of-type {
  padding-top: 0;
}

.flow02 .flow-contents .item::before {
  content: "";
  width: calc(100% - 9.375vw);
  height: 1px;
  margin: auto;
  background: #CACACA;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .flow02 .flow-contents .item::before {
    width: calc(100% - 15.625vw);
  }
}
.flow02 .flow-contents .item.last {
  padding-bottom: 0;
}

.flow02 .flow-contents .item.last::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .flow02 .flow-contents .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-top: 20px;
  }
}
.flow02 .flow-contents .item::after {
  content: "";
  position: absolute;
  left: 43px;
  top: 40px;
  height: 100%;
  width: 2px;
  z-index: -1;
  background: url(../images/prp/dot.png) repeat-y left top;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .flow02 .flow-contents .item::after {
    left: 28px;
  }
}
.flow02 .flow-contents .item.last {
  padding-bottom: 0;
}

.flow02 .flow-contents .item.last::after {
  display: none;
}

.flow02 .flow-contents .item .step {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  background: #195B0A;
  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;
  outline: 1px solid rgba(255, 255, 255, 0.3882352941);
  outline-offset: -5px;
}

@media screen and (max-width: 768px) {
  .flow02 .flow-contents .item .step {
    width: 56px;
    height: 56px;
  }
}
.flow02 .flow-contents .item .step em {
  color: #fff;
  font-size: 50px;
  font-style: inherit;
  text-align: center;
  line-height: 1;
  padding-top: 2px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .flow02 .flow-contents .item .step em {
    font-size: 24px;
  }
}
.flow02 .flow-contents .item .txt {
  padding: 0 50px 0 50px;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .flow02 .flow-contents .item .txt {
    width: calc(100% - 76px);
    padding: 0;
    margin-right: 0;
    margin-left: auto;
  }
}
.flow02 .flow-contents .item .txt a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.flow02 .flow-contents .item .txt a:hover {
  opacity: 0.6;
}

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

@media screen and (max-width: 768px) {
  .flow02 .flow-contents .item figure {
    max-width: 400px;
    width: calc(100% - 76px);
    margin-left: 76px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow02 .flow-contents .item figure img {
    width: 100%;
  }
}
.flow02 .flow-contents .item h4 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .flow02 .flow-contents .item h4 {
    font-size: 19px;
  }
}
/*----------FAQ----------*/
.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
  box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
}

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

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 90px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt {
    padding: 14px 34px 14px 48px;
  }
}
.qa-list dl dt::before {
  font-size: 33px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 72px;
  height: 72px;
  content: "Q";
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding-top: 13px;
  background: #100964;
}

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

@media screen and (max-width: 768px) {
  .qa-list dl dt::after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px;
  background: #D8DFEB;
}
@media screen and (max-width: 768px) {
  .qa-list dl dd {
    padding: 14px;
  }
}

.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: 15px 15px 19px;
  color: #fff;
  background-color: #100964;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0;
  border: 1px solid #100964;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
.btn01:hover {
  background: #fff;
  border: 1px solid #100964;
  color: #100964;
}
.btn01:hover::before {
  border-color: #100964;
}
.btn01::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 30px;
  height: 1px;
  border-top: 1px solid #fff;
}

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

.btn02 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 350px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 16px 15px 18px;
  border-radius: 100vw;
  font-size: 18px;
  color: #fff;
  background-color: #90C447;
  border-radius: 100vw;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 50px auto 0;
  border: 1px solid #90C447;
}
@media screen and (max-width: 768px) {
  .btn02 {
    max-width: 280px;
    font-size: 14px;
    margin-top: 30px;
    padding: 13px 15px 15px;
  }
}

.btn02:hover {
  background: #fff;
  border: 1px solid #90C447;
  color: #90C447;
  opacity: 1;
}

.btn02:hover::before {
  border-color: #90C447;
}

.btn02::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

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

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*----------パンくずリスト----------*/
.low #breadcrumbs {
  padding: 15px 0 50px;
}

.low #breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.low #breadcrumbs ul li {
  position: relative;
  margin-right: 0.5em;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.low #breadcrumbs ul li:before {
  content: "＞";
  display: inline-block;
  padding-right: 0.5em;
}

.low #breadcrumbs ul li:first-child::before {
  display: none;
}

.low #breadcrumbs ul li a {
  color: #0000a3;
}

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

@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    padding: 10px 0 40px;
  }
  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}
/*----------アンカーリンクリスト----------*/
.anchor-list {
  margin-bottom: 60px;
}

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

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

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

.anchor-list ul li a {
  opacity: 1;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .anchor-list ul li a {
    font-size: 14px;
  }
}

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

/*----------中ページレイアウト----------*/
@media screen and (max-width: 768px) {
  .layout01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.layout01 .item {
  padding: 30px;
  background: #D8DFEB;
}

@media screen and (max-width: 768px) {
  .layout01 .item {
    padding: 20px;
  }
}
.layout01 .item h3 {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #000;
  padding-top: 11px;
  padding-bottom: 13px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .layout01 .item h3 {
    font-size: 20px;
  }
}

/*----------症例----------*/
.before-after-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .before-after-img {
    margin-bottom: 20px;
  }
}
.before-after-img::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-right: 0;
  border-left: 12.5px solid #000000;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .before-after-img::after {
    border-left: 10px solid #000000;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
.before-after-img .cont {
  width: 46.5%;
}

.before-after-img .cont img {
  width: 100%;
  margin-bottom: 10px;
}

.before-after-img .cont:last-of-type h4 {
  background: #BD9300;
}

.before-after-img .cont h4 {
  background: #100964;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1.4;
  font-weight: 500;
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  .before-after-img .cont h4 {
    font-size: 14px;
  }
}
/*----------診療時間----------*/
.schedule {
  width: 100%;
  border-collapse: separate;
  border-radius: 20px;
  font-weight: 500;
}

.schedule td {
  padding: 3px 10px;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .schedule td {
    padding: 5px;
  }
}
.schedule td span {
  color: #100964;
}

.schedule th {
  text-align: center;
}

.schedule tr:last-of-type td,
.schedule tr:last-of-type th {
  border-bottom: 1px solid #CCCCCC;
}

.schedule th,
.schedule td {
  padding: 3px 10px;
  border-bottom: 1px solid #CCCCCC;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .schedule th,
  .schedule td {
    padding: 5px 4px;
  }
}
.schedule + p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}

/*----------アニメーション----------*/
.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: #100964;
}
@media screen and (max-width: 768px) {
  .header-bg {
    display: none;
  }
}

.header-wrapper {
  width: 100%;
  height: 97px;
  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;
}
@media screen and (max-width: 1350px) {
  .header-wrapper {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1200px) {
  .header-wrapper {
    height: 80px;
  }
}

.header-logo {
  line-height: 1;
  top: 0px;
  left: 0;
  position: absolute;
  z-index: 1;
}

.header-logo > a {
  display: block;
  line-height: 1;
  background: fff;
  padding: 15px 20px;
  width: 220px;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header-logo > a {
    width: 180px;
  }
}

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

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

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

.header-contact {
  width: 100%;
  background: #fff;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.header-contact .seo {
  font-size: 14px;
  position: relative;
  margin-right: 60px;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.header-contact .seo::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  content: "";
  width: 1px;
  height: 60%;
  background-color: #BCBCBC;
}

.header-contact .tel {
  text-align: center;
  padding-bottom: 9px;
  margin-right: 60px;
  position: relative;
}
.header-contact .tel::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  content: "";
  width: 1px;
  height: 60%;
  background-color: #BCBCBC;
}

.header-contact .tel a {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #000;
  display: block;
}

.header-contact .tel a h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}

.header-contact .tel a p {
  font-size: 24px;
  line-height: 0.8;
  margin-top: 2px;
  position: relative;
  padding-left: 26px;
}

.header-contact .tel a p:before {
  content: "";
  background: url(../images/common/icon-tel.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-contact .reserve {
  text-align: center;
  padding-bottom: 9px;
  margin-right: 30px;
}

.header-contact .reserve a {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #000;
  display: block;
}

.header-contact .reserve a h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}

.header-contact .reserve a p {
  font-size: 22px;
  line-height: 0.8;
  margin-top: 4px;
  position: relative;
  padding-left: 26px;
  padding-right: 26px;
}

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

.header-contact .reserve a p:after {
  content: "";
  background: url(../images/common/reserve-arrow.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 0px;
}

.header-nav {
  text-align: center;
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1500px) {
  .header-nav {
    max-width: 1400px;
  }
}

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

.header-nav__list > li > a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding: 10px 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
@media screen and (max-width: 1200px) {
  .header-nav__list > li > a {
    font-size: 14px;
  }
}

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

.header-nav__list > li > a small {
  display: block;
  font-size: 12px;
  color: #fff;
}

.header-nav__list > li > a .home {
	width: 20px;
	vertical-align: text-bottom;
}

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

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

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

.header-nav__second-menu > li a {
  margin: 0;
  display: block;
  width: 222px;
  font-size: 15px;
  height: auto;
  line-height: 1.2;
  background-color: #BD9300;
  color: #fff;
  text-align: left;
  padding: 14px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}

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

.header-nav__second-menu03 > li a,
.header-nav__second-menu04 > li a {
  width: 145px;
}

.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(-71px);
  transform: translateY(-71px);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

@media screen and (max-width: 1160px) {
  .header-fixed.thin {
    display: none;
    height: 0;
  }
}
.is-fixed .header-fixed {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-fixed.thin .header-wrapper {
  height: 70px;
  padding: 0;
}

.header-fixed.thin .header-nav {
  padding-top: 0px;
  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;
  margin: 0 1%;
  max-width: 100%;
}

.header-fixed.thin .header-nav .logo {
  margin-right: 20px;
}

.header-fixed.thin .header-nav .logo img {
  max-width: 270px;
  margin-bottom: 2px;
}

.header-fixed.thin .header-nav__list {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  .header-fixed.thin .header-nav__list {
    margin: 0;
  }
}

.header-fixed.thin .header-nav__list > li > a {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .header-fixed.thin .header-nav__list > li > a {
    font-size: 14px;
  }
}

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

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

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

.header-fixed .thin-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-fixed .thin-contact .tel a {
  display: block;
  background: #fff;
  height: 70px;
  width: 190px;
  color: #000;
  text-align: center;
  padding-top: 8px;
}
.header-fixed .thin-contact .tel a h3 {
  font-size: 15px;
  font-weight: normal;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  line-height: 1.7;
}
.header-fixed .thin-contact .tel a p {
  font-size: 22px;
  line-height: 0.8;
  margin-top: 2px;
  position: relative;
  padding-left: 23px;
  display: inline-block;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
.header-fixed .thin-contact .tel a p:before {
  content: "";
  background: url(../images/common/icon-tel.png) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-fixed .thin-contact .reserve a {
  font-weight: 500;
  background: #BD9300;
  color: #fff;
  width: 120px;
  height: 70px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  text-align: center;
  padding-top: 35px;
  font-size: 15px;
}
.header-fixed .thin-contact .reserve a::before {
  content: "";
  background: url(../images/common/icon-reserve2.png) no-repeat;
  background-size: 26px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

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

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

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

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

.sp_header-menu {
  position: relative;
}

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

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

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

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

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

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 70px;
  background-color: #100964;
  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: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  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: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  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;
  right: 19px;
}

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

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

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

.sp_header-nav__second-menu li a {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  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 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-ttl {
    margin-bottom: 25px;
  }
}
.top-ttl .en {
  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: 88px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  letter-spacing: 8px;
  font-weight: 500;
  color: #100964;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top-ttl .en {
    font-size: 38px;
    letter-spacing: 3px;
    line-height: 1.1;
  }
}
.top-ttl .en .first {
  color: #BD9300;
  display: contents;
}
.top-ttl .en::before, .top-ttl .en::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #000000;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-ttl .en::before, .top-ttl .en::after {
    margin-top: 10px;
  }
}
.top-ttl .en::before {
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .top-ttl .en::before {
    margin-right: 15px;
  }
}
.top-ttl .en::after {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .top-ttl .en::after {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-ttl .en small {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}
.top-ttl .ja {
  font-size: 28px;
  line-height: 1.5;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 10px;
    display: inline-block;
    letter-spacing: 2px;
  }
}

.ttl01 {
  background: #e3e3e3;
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 36.5px;
  line-height: 1.5;
  letter-spacing: 4px;
  padding: 8px 0 25px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 24px;
    padding: 8px 0 18px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
}
.ttl01::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 14px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ttl01::before {
    bottom: 12px;
  }
}
.ttl01::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BD9300;
  position: absolute;
  bottom: 7px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ttl01::after {
    bottom: 6px;
  }
}

.ttl02 {
  position: relative;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 29px;
  margin-bottom: 20px;
  margin-top: 50px;
  padding-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 2px;
  }
}
.ttl02::before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #100964;
}
.ttl02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #e3e3e3;
}

.ttl03 {
  position: relative;
  padding-left: 20px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: 24px;
  letter-spacing: 3px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 19px;
    margin-top: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}

.ttl03::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 24px;
  background: #BD9300;
}

.ttl03::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 12px;
  background: #100964;
}

.ttl04 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 15px;
  background-color: #e3e3e3;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ttl04 {
    padding: 8px 15px 10px;
    font-size: 16px;
  }
}

.ttl05 {
  background: #100964;
  text-align: center;
  color: #fff;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 10px 0 14px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .ttl05 {
    font-size: 18px;
    margin-top: 30px;
  }
}

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

  トップページ

============================================================================*/
/*----------メインビジュアル----------*/
.top-mv {
  width: 100%;
  height: 650px;
  padding-left: 63px;
  position: relative;
  background: #100964;
}
@media screen and (max-width: 1200px) {
  .top-mv {
    height: 580px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv {
    height: calc(100svh - 120px);
    margin-top: 60px;
    padding-left: 0;
  }
}

.mv-catch .txt {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv-catch .txt {
    top: 50%;
  }
}

.mv-catch h2 {
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  text-shadow: 0 0 11px #000, 0 0 11px #000000;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .mv-catch h2 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.mv-catch h2 span {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .mv-catch h2 span {
    font-size: 26px;
  }
}

.mv-catch p {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 23px;
  text-shadow: 0 0 11px #000, 0 0 11px rgba(0, 0, 0, 0.537254902);
  letter-spacing: 3px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mv-catch p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }
}

.mv-access {
  position: absolute;
  left: 14px;
  top: 248px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .mv-access {
    top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .mv-access {
    display: none;
  }
}
.mv-access img {
  margin-bottom: 10px;
  width: 33px;
}
.mv-access p {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 5px;
  margin-left: -2px;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .mv-access p {
    font-size: 12px;
  }
}

.second-bnr {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .second-bnr {
    width: 200px;
    right: 10px;
    bottom: 10px;
  }
}

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

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

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

@media screen and (max-width: 900px) {
  .top-mv-slide__01 {
    background-image: url(../images/top/mv-sp1.jpg);
  }
}
.top-mv-slide__02 {
  background-image: url(../images/top/mv2.jpg);
}

@media screen and (max-width: 900px) {
  .top-mv-slide__02 {
    background-image: url(../images/top/mv-sp2.jpg);
  }
}
.top-mv-slide__03 {
  background-image: url(../images/top/mv3.jpg);
}

@media screen and (max-width: 900px) {
  .top-mv-slide__03 {
    background-image: url(../images/top/mv-sp3.jpg);
  }
}
/*----------お知らせ----------*/
.top-news {
  background: #ECECEC;
  padding: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 30px 0 50px;
  }
}
.top-news .outpatient {
  background: #F6EBEB;
  border: 2px solid #d00000;
  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;
  padding: 20px 35px;
  position: relative;
  margin-bottom: 30px;
  color: #d00000;
}
@media screen and (max-width: 1200px) {
  .top-news .outpatient {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-news .outpatient {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.top-news .outpatient:hover {
  opacity: 0.7;
}
.top-news .outpatient::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 17px;
  height: 17px;
  background-color: #d00000;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.top-news .outpatient h3 {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #d00000;
}
@media screen and (max-width: 1200px) {
  .top-news .outpatient h3 {
    font-size: 18px;
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-news .outpatient h3 {
    border-right: none;
    border-bottom: 2px solid #d00000;
    padding: 0 0 15px;
    line-height: 1;
    font-size: 18px;
    margin: 0 0 10px;
  }
}
.top-news .top-news-ttl {
  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;
  margin-bottom: 10px;
}
.top-news .top-news-ttl .ttl {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  color: #100964;
  font-size: 52px;
  letter-spacing: 7px;
}
@media screen and (max-width: 768px) {
  .top-news .top-news-ttl .ttl {
    font-size: 34px;
    letter-spacing: 4px;
  }
}
.top-news .top-news-ttl .ttl::first-letter {
  color: #BD9300;
}
.top-news .top-news-ttl .ttl span {
  color: #000;
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .top-news .top-news-ttl .ttl span {
    font-size: 15px;
    letter-spacing: 2px;
    margin-left: 10px;
  }
}
.top-news .top-news-ttl .btn01 {
  margin: 0;
  margin-top: 10px;
  width: 227px;
  padding: 11px 15px 14px;
}

.top-news-list .top-news-item a {
  background: #fff;
  padding: 20px 40px;
  color: #000;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-news-list .top-news-item a {
    padding: 8px 12px;
  }
}
.top-news-list .top-news-item:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .top-news-list .top-news-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.top-news-list .top-news-item .top-news-item__date {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .top-news-list .top-news-item .top-news-item__date {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-news-list .top-news-item:nth-of-type(4) {
    display: none;
  }
}
/*----------横浜スパイン整形外科クリニック5つの特長----------*/
.top-feature {
  padding: 65px 0 20px;
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding: 30px 0 0px;
  }
}
.top-feature .top-ttl {
  margin-bottom: 0;
}
.top-feature .contents .items .num {
  font-size: 27px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  text-align: center;
  line-height: 0.5;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items .num {
    font-size: 18px;
  }
}
.top-feature .contents .items .num span {
  font-size: 76px;
  margin-left: 5px;
  color: #BD9300;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items .num span {
    font-size: 40px;
  }
}
.top-feature .contents .items .num span::first-letter {
  color: #000;
}
.top-feature .contents .items1 .item {
  padding: 80px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items1 .item {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-feature .contents .items1 .item .img {
  width: 669px;
  z-index: 1;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .top-feature .contents .items1 .item .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items1 .item .img {
    width: 100%;
    margin-bottom: -30px;
    margin-top: 0;
    padding: 0 10px;
  }
}
.top-feature .contents .items1 .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #000;
  padding: 47px 60px 47px 133px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: -73px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items1 .item .txt {
    padding: 50px 20px 20px;
    margin-left: 0;
  }
}
.top-feature .contents .items1 .item .txt h4 {
  font-size: 27px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .top-feature .contents .items1 .item .txt h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items1 .item .txt h4 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 22px;
  }
}

@media screen and (max-width: 1480px) {
  .top-feature .contents .items1 .item .txt h4.sm {
	font-size: 21px;
}
}

.top-feature .contents .items1 .item .txt h4 span {
  font-size: 40px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .top-feature .contents .items1 .item .txt h4 span {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items1 .item .txt h4 span {
    font-size: 24px;
  }
}

@media screen and (max-width: 1480px) {
  .top-feature .contents .items1 .item .txt h4.sm span {
	font-size: 35px;
}
}

@media screen and (max-width: 1200px) {
  .top-feature .contents .items1 .item .txt h4.sm span {
	font-size: 33px;
}
}

@media screen and (max-width: 768px) {
  .top-feature .contents .items1 .item .txt h4.sm span {
    font-size: 24px;
  }
}


.top-feature .contents .items1 .item.rvs {
  background: #100964;
  -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 .contents .items1 .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-feature .contents .items1 .item.rvs .txt {
  border: 1px solid #fff;
  color: #fff;
  padding: 50px 103px 50px 30px;
  margin-left: 0;
  margin-right: -73px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items1 .item.rvs .txt {
    padding: 50px 20px 20px;
    margin-right: 0;
  }
}
.top-feature .contents .items1 .item.rvs .txt h4 + p {
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items1 .item.rvs .txt h4 + p {
    margin: 0;
  }
}
.top-feature .contents .items1 .item.rvs .txt .num span::first-letter {
  color: #fff;
}
.top-feature .contents .items2 {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items2 {
    grid-template-columns: auto;
    gap: 0px;
  }
}
.top-feature .contents .items2 .item {
  background: #D8DFEB;
  padding: 60px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items2 .item {
    padding: 30px 20px;
  }
}
.top-feature .contents .items2 .item .txt {
  letter-spacing: 0;
}
.top-feature .contents .items2 .item .txt .num {
  margin-top: 35px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items2 .item .txt .num {
    margin-bottom: 22px;
    margin-top: 22px;
  }
}
.top-feature .contents .items2 .item .txt h4 {
  font-size: 29px;
  text-align: center;
  line-height: 1.5;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .top-feature .contents .items2 .item .txt h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1100px) {
  .top-feature .contents .items2 .item .txt h4 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items2 .item .txt h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.top-feature .contents .items2 .item .txt .btn01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items2 .item .txt .btn01 {
    margin-top: 20px;
  }
}
.top-feature .contents .items2 .item:last-of-type {
  background: #100964;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .items2 .item:last-of-type {
    margin: 0;
  }
}
.top-feature .contents .items2 .item:last-of-type .txt {
  color: #fff;
}
.top-feature .contents .items2 .item:last-of-type .txt .num span::first-letter {
  color: #fff;
}
.top-feature .contents .items2 .item:last-of-type .txt .btn01 {
  border: 1px solid #fff;
}

/*----------ループ画像----------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 26.3157894737vw;
}

@media screen and (max-width: 768px) {
  .scroll-infinity__item {
    width: 45.4545454545vw;
  }
}
.scroll-infinity__item > img {
  width: 100%;
}

/*----------診療案内----------*/
.top-medical {
  padding: 65px 0 0;
}
@media screen and (max-width: 768px) {
  .top-medical {
    padding: 30px 0 0;
  }
}
.top-medical .lp-cont .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-cont .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-medical .lp-cont .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-cont .items .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
  }
}
.top-medical .lp-cont .items .item .txt {
  background: #100964;
  color: #fff;
  padding: 20px 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-cont .items .item .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 14px 15px 16px;
  }
}
.top-medical .lp-cont .items .item .txt::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.top-medical .lp-cont .items .item .txt h4 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-cont .items .item .txt h4 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 2px;
    font-size: 20px;
  }
}
.top-medical .lp-cont .items .item .txt h4 small {
  font-size: 22px;
  margin-top: -10px;
}
.top-medical .lp-cont .items .item .txt .en {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-cont .items .item .txt .en {
    width: 100%;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-size: 12px;
  }
}
.top-medical .lp-cont .items .item .img {
  width: 100%;
}
.top-medical .lp-cont .items .item .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-cont .items .item .img img {
    height: 200px;
  }
}
.top-medical .medical-cont {
  background: url(../images/top/medical-bg.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-cont {
    padding: 30px 0;
  }
}
.top-medical .medical-cont .items {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-cont .items {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
    gap: 15px;
  }
}
.top-medical .medical-cont .items .item {
  background: #fff;
  padding: 35px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-cont .items .item {
    padding: 20px 0px;
	width: calc(50% - 10px);
  }
}
.top-medical .medical-cont .items .item::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 22px;
  height: 22px;
  background-color: #100964;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-cont .items .item::before {
    width: 17px;
    height: 17px;
  }
}
.top-medical .medical-cont .items .item .img {
  width: 157px;
  height: 157px;
  background: url(../images/top/medical-icon-bg.png);
  background-size: cover;
  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;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-cont .items .item .img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }
}
.top-medical .medical-cont .items .item .img img {
  width: 86px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-cont .items .item .img img {
    width: 50px;
  }
}
.top-medical .medical-cont .items .item h4 {
  font-size: 32px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-cont .items .item h4 {
    font-size: 17px;
    letter-spacing: 0;
  }
}
.top-medical .medical-cont .items .item h4.sm small {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-cont .items .item h4.sm small {
    font-size: 17px;
  }
}
.top-medical .medical-cont .items .item h4 span {
  font-size: 16px;
  color: #100964;
  display: block;
  padding-top: 15px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-cont .items .item h4 span {
    font-size: 11px;
    padding-top: 6px;
    letter-spacing: 1px;
    line-height: 1.1;
  }
}

/*----------脊椎手術について----------*/
.top-ope {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-ope {
    margin-top: 30px;
  }
}

/*----------ご挨拶----------*/
.top-greeting {
  margin-top: 175px;
  padding: 80px 0;
  background: #D8DFEB;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-greeting {
    padding: 50px 0;
  }
}
.top-greeting::before {
  content: "";
  background: url(../images/top/greeting-bg-deco.png);
  width: 528px;
  height: 528px;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-greeting::before {
    width: 300px;
    height: 300px;
  }
}
.top-greeting .contents {
  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: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-greeting .contents .img {
  width: 579px;
  margin-top: -155px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-greeting .contents .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img {
    width: calc(100% - 50px);
    margin-top: -180px;
  }
}
.top-greeting .contents .img h3 {
  color: #100964;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  line-height: 0.55;
  letter-spacing: 5px;
  font-size: 88px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-weight: 400;
  position: absolute;
  top: 50px;
  right: -35px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img h3 {
    font-size: 40px;
    right: -15px;
    top: 30px;
  }
}
.top-greeting .contents .img h3::first-letter {
  color: #BD9300;
}
.top-greeting .contents .img .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  letter-spacing: 3px;
  font-size: 32px;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img .name {
    font-size: 23px;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.top-greeting .contents .img .name span {
  font-size: 18px;
  color: #fff;
  width: 65px;
  height: 65px;
  background: #100964;
  text-align: center;
  padding-top: 12px;
  border-radius: 100vw;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img .name span {
    font-size: 14px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    padding-top: 9px;
  }
}
.top-greeting .contents .img .name small {
  font-size: 18px;
  margin-left: 20px;
  margin-top: 18px;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .img .name small {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 15px;
  }
}
.top-greeting .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 105px;
  margin-right: 4%;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .txt {
    margin: 0;
    padding: 0 20px;
  }
}
.top-greeting .contents .txt .btn01 {
  margin: 45px 0 0;
}
@media screen and (max-width: 768px) {
  .top-greeting .contents .txt .btn01 {
    margin: 30px auto 0;
  }
}

/*----------よくある質問----------*/
.top-faq {
  background: #ECECEC;
  padding: 65px 0 100px;
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding: 30px 0 50px;
  }
}

/*----------医院案内----------*/
.top-info {
  padding: 65px 0 80px;
}
@media screen and (max-width: 768px) {
  .top-info {
    padding: 35px 0 50px;
  }
}
.top-info .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-info .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-info .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 45px;
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .top-info .contents .txt {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt {
    padding: 0;
    margin-right: 0;
  }
}
.top-info .contents .txt .logo {
  margin: 0 0 25px;
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .logo {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.top-info .contents .txt .logo img {
  width: 100%;
}
.top-info .contents .txt .add {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .add {
    margin-bottom: 20px;
  }
}
.top-info .contents .txt .contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .contact-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.top-info .contents .txt .contact-btn .tel {
  text-align: center;
  background: #100964;
  width: 50%;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .contact-btn .tel {
    width: 85%;
    margin: 0 auto;
  }
}
.top-info .contents .txt .contact-btn .tel a {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #fff;
  display: block;
}
.top-info .contents .txt .contact-btn .tel a h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .contact-btn .tel a h3 {
    font-size: 14px;
  }
}
.top-info .contents .txt .contact-btn .tel a p {
  font-size: 24px;
  line-height: 0.8;
  margin-top: 2px;
  position: relative;
  padding-left: 26px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .contact-btn .tel a p {
    font-size: 22px;
  }
}
.top-info .contents .txt .contact-btn .tel a p:before {
  content: "";
  background: url(../images/common/icon-tel2.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top-info .contents .txt .contact-btn .reserve {
  text-align: center;
  background: #BD9300;
  width: 50%;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .contact-btn .reserve {
    width: 85%;
    margin: 0 auto;
  }
}
.top-info .contents .txt .contact-btn .reserve a {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #fff;
  display: block;
}
.top-info .contents .txt .contact-btn .reserve a h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .contact-btn .reserve a h3 {
    font-size: 14px;
  }
}
.top-info .contents .txt .contact-btn .reserve a p {
  font-size: 22px;
  line-height: 0.8;
  margin-top: 4px;
  position: relative;
  padding-left: 26px;
  padding-right: 26px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .contact-btn .reserve a p {
    font-size: 18px;
  }
}
.top-info .contents .txt .contact-btn .reserve a p:before {
  content: "";
  background: url(../images/common/icon-reserve2.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .contact-btn .reserve a p:before {
    top: 0px;
  }
}
.top-info .contents .txt .contact-btn .reserve a p:after {
  content: "";
  background: url(../images/common/reserve-arrow2.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .contact-btn .reserve a p:after {
    top: 1px;
  }
}
.top-info .contents .img {
  width: 600px;
}
@media screen and (max-width: 1200px) {
  .top-info .contents .img {
    width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .top-info .contents .img {
    width: 100%;
  }
}

/*----------地図----------*/
.top-map iframe {
  width: 100%;
  height: 400px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .top-map iframe {
    height: 280px;
  }
}

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

  階層ページ

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

@media screen and (max-width: 768px) {
  .low #mv {
    height: 180px;
    margin-top: 60px;
  }
}
.low #mv:before {
  content: "";
  background-color: rgba(74, 74, 74, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .low #mv:before {
    border-radius: 0;
  }
}
.low #mv .ttl {
  display: block;
  width: 100%;
  font-size: 60px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px #4d4d4d, 0 0 6px #4d4d4d;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .low #mv .ttl {
    font-size: 28px;
    letter-spacing: 2px;
  }
}
.low #mv .ttl span {
  display: block;
  margin-top: 23px;
  font-size: 24px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .low #mv .ttl span {
    font-size: 18px;
    margin-top: 14px;
    letter-spacing: 2px;
  }
}

.low .contents {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------整形外科----------*/
@media screen and (max-width: 768px) {
  #orthopedic .case-table td {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  #orthopedic .case-table th {
    padding: 5px;
  }
}
#orthopedic .case-table .case {
  width: 17%;
}
@media screen and (max-width: 768px) {
  #orthopedic .case-table .case {
    width: 32%;
  }
}

/*----------治療方針・実績----------*/
@media screen and (max-width: 768px) {
  #treatment .results .scroll {
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  #treatment .results .table01 {
    width: 530px;
  }
}
#treatment .results .table01 td {
  text-align: center;
}
#treatment .results .note {
  margin-top: 5px;
  text-align: right;
}
#treatment .voice .name {
  text-align: right;
  margin-top: 10px;
}

/*----------リハビリテーション----------*/
@media screen and (max-width: 768px) {
  #rehabilitation .about .img-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#rehabilitation .about .dl-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -10px;
}
#rehabilitation .about .dl-border dt {
  width: 20%;
  background: #100964;
  color: #fff;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #rehabilitation .about .dl-border dt {
    width: 27%;
  }
}
#rehabilitation .about .dl-border dd {
  width: 80%;
  margin-top: 10px;
  background: #e3e3e3;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #rehabilitation .about .dl-border dd {
    width: 73%;
  }
}
#rehabilitation .rokomo .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#rehabilitation .rokomo .img img {
  width: 380px;
}
#rehabilitation .rokomo .txt {
  text-align: center;
  margin-bottom: 30px;
}

#rehabilitation .rehabilitation-slide {
  max-width: 1080px !important;
  text-align: center;
  position: relative;
}

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

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

@media screen and (max-width: 768px) {
  #rehabilitation .rehabilitation-slide-main__outer {
    margin-bottom: 10px;
  }
}
#rehabilitation .rehabilitation-slide-main__item {
  width: 100%;
  position: relative;
  text-align: center;
}

#rehabilitation .rehabilitation-slide-main__img {
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
}

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

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

#rehabilitation .rehabilitation-slide-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

#rehabilitation .rehabilitation-slide-button-next::before {
  content: "";
  width: 45px;
  height: 45px;
  border-top: 2px solid #100964;
  border-right: 2px solid #100964;
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #rehabilitation .rehabilitation-slide-button-next::before {
    width: 20px;
    height: 20px;
    right: 3%;
  }
}
#rehabilitation .rehabilitation-slide-button-prev::before {
  content: "";
  width: 45px;
  height: 45px;
  border-top: 2px solid #100964;
  border-left: 2px solid #100964;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #rehabilitation .rehabilitation-slide-button-prev::before {
    width: 20px;
    height: 20px;
    left: 3%;
  }
}
/*----------診療時間・アクセス----------*/
@media screen and (max-width: 768px) {
  #access .schedule-cont .scroll {
    overflow: scroll;
  }
}
#access .schedule-cont .table01 td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #access .schedule-cont .table01 td {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  #access .schedule-cont .table01 .time {
    min-width: 140px;
  }
}
#access .schedule-cont .note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
#access .movie .movie-cont {
  text-align: center;
}
#access .movie .movie-cont iframe {
  width: 800px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #access .movie .movie-cont iframe {
    width: 100%;
    height: 51vw;
  }
}
#access .movie .movie-cont iframe + p {
  text-align: center;
}
#access .access .map-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #access .access .map-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#access .access .map-items iframe {
  width: 50%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  #access .access .map-items iframe {
    width: 100%;
    height: 280px;
  }
}
#access .access .map-items .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #access .access .map-items .img {
    width: 100%;
  }
}
#access .access .map-items .img img {
  width: 100%;
}
#access .access .add {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #access .access .add {
    margin-top: 10px;
  }
}
#access .overview .table01 th {
  width: 18%;
}
@media screen and (max-width: 768px) {
  #access .overview .table01 th {
    width: 70px;
  }
}
#access .overview .btn01 {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #access .overview .btn01 {
    margin: 10px auto 0;
  }
}

/*----------求人情報----------*/
#recruit .well-message {
  text-align: center;
  font-size: 18px;
  color: #100964;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #recruit .well-message {
    font-size: 14px;
    text-align: left;
  }
}
#recruit .bold {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit .table01 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .table01 td {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .table01 th {
    padding: 8px;
    width: 73px;
  }
}

/*----------医師・医院紹介----------*/
#clinic .doctor .name {
  margin-top: 30px;
  font-size: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  color: #100964;
}
@media screen and (max-width: 768px) {
  #clinic .doctor .name {
    margin-top: 20px;
    font-size: 24px;
  }
}
#clinic .doctor .name span {
  font-size: 20px;
  border: 1px solid #100964;
  padding: 0px 10px 2px;
  margin-right: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #clinic .doctor .name span {
    font-size: 16px;
    margin-right: 10px;
  }
}
#clinic .doctor .name small {
  font-size: 22px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  margin-left: 20px;
  color: #BD9300;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #clinic .doctor .name small {
    font-size: 14px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #clinic .career-cont {
    margin-top: -20px;
  }
}
#clinic .career-cont .box {
  background: #e6eaf3;
  padding: 30px 40px;
  border: 1px solid #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box {
    padding: 20px;
    margin-bottom: 20px;
  }
}
#clinic .career-cont .box h4 {
  font-size: 30px;
  letter-spacing: 3px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#clinic .career-cont .box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 9px;
  margin-bottom: 9px;
  line-height: 1.5;
  border-bottom: 1px dotted #1d1c1b;
  position: relative;
  z-index: 1;
}
#clinic .career-cont .box dl dt {
  width: 8%;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box dl dt {
    width: 22%;
  }
}
#clinic .career-cont .box dl dd {
  width: 92%;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box dl dd {
    width: 78%;
  }
}
#clinic .career-cont .box dl.type2 dt {
  width: 14%;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box dl.type2 dt {
    width: 22%;
  }
}
#clinic .career-cont .box dl.type2 dd {
  width: 86%;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box dl.type2 dd {
    width: 78%;
  }
}
#clinic .career-cont .box.book .flex03 .img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box.book .flex03 .img {
    width: 100%;
  }
}
#clinic .career-cont .box-flex {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box-flex {
    gap: 0px;
    grid-template-columns: auto;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  #clinic .staff .item .txt {
    width: 100%;
    margin-top: 10px;
  }
}
#clinic .staff .item .txt .name {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #clinic .staff .item .txt .name {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
}
#clinic .staff .item .txt .name span {
  color: #100964;
  font-size: 14px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #clinic .staff .item .txt .name span {
    font-size: 12px;
  }
}
#clinic .staff .item .txt .name small {
  font-size: 74%;
  margin-right: 12px;
}

#clinic .clinic .well-message {
  text-align: center;
  font-size: 18px;
  color: #100964;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #clinic .clinic .well-message {
    font-size: 14px;
    text-align: left;
    margin-bottom: 25px;
  }
}

#clinic .clinic-slide {
  max-width: 1080px !important;
  text-align: center;
  position: relative;
}

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

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

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-main__outer {
    margin-bottom: 10px;
  }
}
#clinic .clinic-slide-main__item {
  width: 100%;
  position: relative;
  text-align: center;
}

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

#clinic .clinic-slide-main__caption {
  font-weight: 500;
  line-height: 1.4;
  font-size: 18px;
  background: #100964;
  color: #fff;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  padding: 9px 10px 12px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-main__caption {
    padding: 5px 0 8px;
    width: 100px;
    font-size: 14px;
  }
}
#clinic .clinic-slide {
  max-width: 900px !important;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

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

#clinic .clinic-slide-button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

#clinic .clinic-slide-button-next::before {
  content: "";
  width: 45px;
  height: 45px;
  border-top: 2px solid #100964;
  border-right: 2px solid #100964;
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-button-next::before {
    width: 20px;
    height: 20px;
    right: 3%;
  }
}
#clinic .clinic-slide-button-prev::before {
  content: "";
  width: 45px;
  height: 45px;
  border-top: 2px solid #100964;
  border-left: 2px solid #100964;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-button-prev::before {
    width: 20px;
    height: 20px;
    left: 3%;
  }
}
#clinic .facility .item {
  background-color: #D8DFEB;
}

@media screen and (max-width: 768px) {
  #clinic .facility .items {
    grid-template-columns: auto;
    gap: 25px;
  }
}

#clinic .facility .item h3 {
  background: #100964;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: normal;
  padding: 7px 0 9px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}

@media screen and (max-width: 768px) {
  #clinic .facility .item h3 {
    font-size: 20px;
    padding: 5px 0 9px;
  }
}
#clinic .facility .item p {
  padding: 26px 40px;
}

@media screen and (max-width: 768px) {
  #clinic .facility .item p {
    padding: 16px 30px;
  }
}
/*----------慢性腰痛外来----------*/
#chronic .max-img {
  text-align: center;
}
#chronic .max-img.type1 {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #chronic .max-img.type1 {
    margin: 20px 0;
  }
}
#chronic .max-img.type1 img {
  width: 100%;
}
#chronic .max-img.type2 img {
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  #chronic .btn01 {
    margin-top: 20px;
  }
}

/*----------椎間板レーザー外来----------*/
#pldd .max-img {
  text-align: center;
}
#pldd .max-img p {
  font-size: 14px;
}

/*----------関節リウマチ外来----------*/
#rheumatism h3 small {
	font-size: 75%;
}

@media screen and (max-width: 768px) {
#rheumatism h3 small {
	font-size: 100%;
}
}

#rheumatism .about .list {
	margin-bottom: 20px;
	padding: 30px 40px 30px 40px;
}

@media screen and (max-width: 768px) {
#rheumatism .about .list {
	margin-bottom: 20px;
	padding:15px 20px 15px 20px;
}
}

#rheumatism .about .list li {
	display: block;
	width: 100%;
}

/*----------ひざ・股関節外来----------*/
#kneesandhips .about .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #100964;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #kneesandhips .about .ttl {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
  }
}
#kneesandhips .max-img01 {
  text-align: center;
}
#kneesandhips .max-img01 img {
  width: 100%;
  max-width: 800px;
}
#kneesandhips .fracture .ttl01 {
  margin-bottom: 20px;
}
#kneesandhips .amis .ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.76;
  margin-bottom: 20px;
  color: #100964;
}
@media screen and (max-width: 768px) {
  #kneesandhips .amis .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#kneesandhips .amis .well {
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #kneesandhips .amis .well {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #kneesandhips .doctor .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#kneesandhips .doctor .img {
  position: relative;
  width: 33%;
}
@media screen and (max-width: 768px) {
  #kneesandhips .doctor .img {
    margin: 0 0 30px;
	width: 100%;
  }
}
#kneesandhips .doctor .img .name {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 15px 20px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #kneesandhips .doctor .img .name {
    padding: 10px 20px;
  }
}
#kneesandhips .doctor .img .name .ja {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #kneesandhips .doctor .img .name .ja {
    font-size: 22px;
  }
}
#kneesandhips .doctor .img .name .ja span {
  font-size: 18px;
  border-bottom: 1px solid #333;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #kneesandhips .doctor .img .name .ja span {
    font-size: 16px;
  }
}
#kneesandhips .doctor .img .name .en {
  color: #BD9300;
  font-size: 14px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #kneesandhips .doctor .img .name .en {
    font-size: 12px;
    line-height: 1.2;
  }
}
#kneesandhips .doctor .txt {
  margin-top: -3px;
}
#kneesandhips .doctor .txt .table01 {
  margin-top: 15px;
}
#kneesandhips .doctor .txt .table01 td {
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  #kneesandhips .doctor .txt .table01 td {
    display: block;
  }
}
#kneesandhips .doctor .txt .table01 td .list01 li {
  line-height: 1.8;
}
#kneesandhips .doctor .txt .table01 th {
  padding: 9px 20px;
}
@media screen and (max-width: 768px) {
  #kneesandhips .doctor .txt .table01 th {
    width: 75px;
    padding: 5px 10px;
  }
}

/*----------骨粗しょう症----------*/
#osteoporosis .osteoporosis .well-info {
  text-align: center;
  font-size: 18px;
  color: #100964;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #osteoporosis .osteoporosis .well-info {
    font-size: 14px;
    text-align: left;
  }
}
#osteoporosis .ac_wrap .ac_ttl {
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  padding: 10px 0 12px;
  font-weight: 500;
  background: #100964;
  margin-top: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #osteoporosis .ac_wrap .ac_ttl {
    font-size: 18px;
  }
}
#osteoporosis .ac_wrap .ac_ttl::after {
  font-size: 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900 !important;
  content: "＋";
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#osteoporosis .ac_wrap .ac_ttl:hover {
  opacity: 0.8;
}
#osteoporosis .ac_wrap .ac_ttl.open::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#osteoporosis .ac_wrap .ac_body {
  padding: 30px;
  border: 1px solid #100964;
}
@media screen and (max-width: 768px) {
  #osteoporosis .ac_wrap .ac_body {
    padding: 20px;
  }
}

/*----------診療案内----------*/
#medical .medical {
  margin-top: 140px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #medical .medical {
    margin-bottom: 0;
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
#medical .medical .item {
  position: relative;
}
#medical .medical .item:not(:last-of-type) {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  #medical .medical .item:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
#medical .medical .item:before {
  position: absolute;
  display: block;
  content: "";
  background: #ECECEC;
  width: 94%;
  min-width: 1300px;
  height: 140%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  right: 0;
  padding: 80px 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #medical .medical .item:before {
    height: calc(100% + 80px);
  }
}
#medical .medical .item:nth-of-type(odd)::before {
  right: auto;
  left: 0;
  background: #D8DFEB;
}
#medical .medical .item:nth-of-type(odd) .img {
  -webkit-box-shadow: 10px 10px 0 rgba(17, 9, 100, 0.189);
          box-shadow: 10px 10px 0 rgba(17, 9, 100, 0.189);
}
@media screen and (max-width: 768px) {
  #medical .medical .item:nth-of-type(odd) .img {
    -webkit-box-shadow: 5px 5px 0 rgba(17, 9, 100, 0.189);
            box-shadow: 5px 5px 0 rgba(17, 9, 100, 0.189);
  }
}
#medical .medical .item h4 {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-top: -10px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  position: relative;
  color: #100964;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  #medical .medical .item h4 {
    font-size: 24px;
    padding-left: 40px;
    line-height: 1.4;
  }
}
#medical .medical .item h4::before {
  position: absolute;
  content: "";
  height: 1px;
  top: 60%;
  left: 0;
  width: 60px;
  border-top: 2px solid #100964;
}
@media screen and (max-width: 768px) {
  #medical .medical .item h4::before {
    width: 30px;
  }
}
#medical .medical .item h4::before {
  margin-right: 15px;
}
#medical .medical .item .btn01 {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #medical .medical .item .btn01 {
    margin: 25px auto 0;
  }
}
#medical .medical .item .btn01::before {
  display: none;
}
#medical .medical .item .img {
  -webkit-box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1098039216);
          box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1098039216);
}
@media screen and (max-width: 768px) {
  #medical .medical .item .img {
    -webkit-box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.1098039216);
            box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.1098039216);
    margin-top: 30px;
  }
}

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

  専門ページ（LP）

============================================================================*/
/*----------再生医療PRP外来----------*/
#prp {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #prp {
    font-size: 14px;
  }
}
#prp .header-wrapper {
  height: 0px;
}
#prp .header-logo > a {
  width: 220px;
}
#prp .header-nav {
  display: none;
}
#prp .header-fixed.thin .header-wrapper {
  height: inherit;
}
#prp .header-fixed.thin .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#prp .ttl-type01 {
  background: #ECEADA;
  text-align: center;
  line-height: 1.4;
  padding: 35px 0px 45px;
}
@media screen and (max-width: 768px) {
  #prp .ttl-type01 {
    padding: 25px 0 30px;
  }
}
#prp .ttl-type01 .en {
  font-size: 81px;
  color: #892F1B;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  letter-spacing: 7px;
  border-bottom: 1px solid #892F1B;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #prp .ttl-type01 .en {
    font-size: 34px;
    letter-spacing: 4px;
  }
}
#prp .ttl-type01 .ja {
  display: block;
  font-size: 29px;
  padding-top: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #prp .ttl-type01 .ja {
    font-size: 18px;
  }
}
#prp .ttl-type02 {
  background: #892F1B;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 3px;
  line-height: 1.5;
  padding: 21px 0 23px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #prp .ttl-type02 {
    margin-bottom: 25px;
    font-size: 20px;
    padding: 15px 0 17px;
  }
}
#prp .ttl-type02::before, #prp .ttl-type02::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  border-top: 1px solid white;
}
#prp .ttl-type02::before {
  bottom: 9px;
}
@media screen and (max-width: 768px) {
  #prp .ttl-type02::before {
    bottom: 6px;
  }
}
#prp .ttl-type02::after {
  top: 9px;
}
@media screen and (max-width: 768px) {
  #prp .ttl-type02::after {
    top: 6px;
  }
}
#prp #mv {
  position: relative;
  background: url(../images/prp/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 600px;
}
@media screen and (max-width: 768px) {
  #prp #mv {
    height: calc(100svh - 120px);
    background: url(../images/prp/mv-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
#prp #mv::before {
  display: none;
}
#prp #mv .txt {
  position: absolute;
  top: 50%;
  left: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  #prp #mv .txt {
    top: 43%;
  }
}
#prp #mv .txt h2 {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 1.9;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7607843137);
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  #prp #mv .txt h2 {
    font-size: 28px;
    letter-spacing: 5px;
    padding-left: 25px;
  }
}
#prp #mv .txt .en {
  font-family: "futura-pt", sans-serif;
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8549019608);
  line-height: 0.55;
  letter-spacing: 3px;
  font-size: 23px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: 500;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #prp #mv .txt .en {
    font-size: 16px;
  }
}
#prp #mv .txt .en span {
  position: relative;
}
#prp #mv .txt .en span::before {
  position: absolute;
  bottom: -145px;
  left: 35%;
  content: "";
  width: 1px;
  height: 135px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.8549019608);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.8549019608);
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #prp #mv .txt .en span::before {
    height: 50px;
    bottom: -60px;
    left: 18px;
  }
}
#prp #mv .feature {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  #prp #mv .feature {
    right: 20px;
    bottom: 20px;
  }
}
#prp #mv .feature .item {
  width: 197px;
  height: 171px;
  background: url(../images/prp/mv-feature.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #prp #mv .feature .item {
    width: 140px;
    height: 122px;
  }
}
#prp #mv .feature .item p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 2;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #prp #mv .feature .item p {
    font-size: 14px;
    padding-top: 18px;
  }
}
#prp #mv .feature .item p span {
  font-size: 29px;
  color: #CEAA4B;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #prp #mv .feature .item p span {
    font-size: 20px;
  }
}
#prp .about-cont .contents {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#195B0A), to(#0E3207)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #195B0A 0%, #0E3207 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #195B0A 0%, #0E3207 100%) 0% 0% no-repeat padding-box;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #prp .about-cont .contents {
    padding: 40px 0;
  }
}
#prp .about-cont .contents .txt {
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #prp .about-cont .contents .txt {
    margin-bottom: 20px;
  }
}
#prp .about-cont .contents .well-case {
  background: #fff;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  #prp .about-cont .contents .well-case {
    padding: 20px;
    margin: 0 -20px;
  }
}
#prp .about-cont .contents .well-case h4 {
  line-height: 1.5;
  color: #892F1B;
  font-size: 27px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #prp .about-cont .contents .well-case h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#prp .about-cont .contents .well-case .check-list {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #prp .about-cont .contents .well-case .check-list {
    margin-bottom: 10px;
  }
}
#prp .about-cont .contents .well-case .check-list li {
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prp .about-cont .contents .well-case .check-list li {
    padding-left: 25px;
  }
}
#prp .about-cont .contents .well-case .check-list li::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/prp/check.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 768px) {
  #prp .about-cont .contents .well-case .check-list li::before {
    width: 18px;
    height: 18px;
  }
}
#prp .merit-cont {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #prp .merit-cont {
    padding: 40px 0;
  }
}
#prp .merit-cont .title-line {
  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;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #prp .merit-cont .title-line {
    margin-top: 25px;
  }
}
#prp .merit-cont .title-line h4 {
  margin: 0;
  padding-right: 10px;
  white-space: nowrap;
  font-size: 32px;
  letter-spacing: 3px;
  font-weight: 500;
  color: #892F1B;
}
@media screen and (max-width: 768px) {
  #prp .merit-cont .title-line h4 {
    font-size: 22px;
  }
}
#prp .merit-cont .title-line::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #892F1B;
}
#prp .merit-cont .items {
  gap: 45px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #prp .merit-cont .items {
    grid-template-columns: auto;
    margin-top: 10px;
    gap: 30px;
  }
}
#prp .merit-cont .items .item {
  background: #F0F0F0;
}
#prp .merit-cont .items .item .txt {
  padding: 24px 28px 28px;
}
@media screen and (max-width: 768px) {
  #prp .merit-cont .items .item .txt {
    padding: 17px 20px 20px;
  }
}
#prp .merit-cont .items .item .txt h5 {
  text-align: center;
  font-size: 25px;
  color: #892F1B;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #prp .merit-cont .items .item .txt h5 {
    font-size: 20px;
  }
}
#prp .flow-cont .contents {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #prp .flow-cont .contents {
    padding: 40px 0;
  }
}
#prp .price-cont {
  background: url(../images/prp/price-bg.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #prp .price-cont {
    padding: 40px 0;
  }
}
#prp .price-cont .ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: -10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #prp .price-cont .ttl {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
  }
}
#prp .price-cont .ttl + p {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #prp .price-cont .ttl + p {
    margin-bottom: 20px;
    text-align: left;
  }
}
#prp .price-cont .price-table {
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #prp .price-cont .price-table {
    font-size: 14px;
  }
}
#prp .price-cont .price-table th {
  background: #195B0A;
  color: #fff;
}
#prp .price-cont .price-table td {
  text-align: center;
  padding: 8px 20px;
}
@media screen and (max-width: 768px) {
  #prp .price-cont .price-table td {
    padding: 5px;
  }
}
#prp .price-cont .price-table td.w1 {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #prp .price-cont .price-table td.w1 {
    width: 36%;
  }
}
#prp .research-cont {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #prp .research-cont {
    padding: 40px 0;
  }
}
#prp .research-cont .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #prp .research-cont .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#prp .research-cont .flex .img {
  width: 483px;
}
@media screen and (max-width: 768px) {
  #prp .research-cont .flex .img {
    width: 100%;
  }
}
#prp .research-cont .flex .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  #prp .research-cont .flex .txt {
    margin: 20px 0 0;
  }
}
#prp .faq-cont .contents {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #prp .faq-cont .contents {
    padding: 40px 0;
  }
}
#prp .faq-cont .qa-item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #prp .faq-cont .qa-item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
#prp .faq-cont .qa-question {
  background-color: #195B0A;
  color: #fff;
  padding: 8px 20px 12px;
  padding-left: 80px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prp .faq-cont .qa-question {
    font-size: 14px;
    padding: 5px 20px 7px;
    padding-left: 55px;
  }
}
#prp .faq-cont .qa-answer {
  background-color: #eaeaea;
  padding: 20px 20px;
  margin-top: 20px;
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prp .faq-cont .qa-answer {
    margin-top: 10px;
    padding: 10px 15px;
    padding-left: 55px;
  }
}
#prp .faq-cont .qa-question::before,
#prp .faq-cont .qa-answer::before {
  content: "Q";
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #0E3307;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  #prp .faq-cont .qa-question::before,
  #prp .faq-cont .qa-answer::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
  }
}
#prp .faq-cont .qa-answer::before {
  content: "A";
  background-color: #892F1B;
}
#prp .contact-cont {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#195B0A), to(#0E3207)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #195B0A 0%, #0E3207 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #195B0A 0%, #0E3207 100%) 0% 0% no-repeat padding-box;
  padding: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  #prp .contact-cont {
    padding: 20px 0 30px;
  }
}
#prp .contact-cont .message {
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #prp .contact-cont .message {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #prp .contact-cont .message {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
#prp .contact-cont .btn {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #prp .contact-cont .btn {
    grid-template-columns: auto;
    gap: 10px;
  }
}
#prp .contact-cont .btn a {
  background: #fff;
  height: 132px;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #prp .contact-cont .btn a {
    width: 100%;
    height: 100px;
    margin: 0;
    margin-bottom: 10px;
  }
}
#prp .contact-cont .btn a:hover {
  opacity: 0.9;
}
#prp .contact-cont .btn .btn_01 {
  text-align: center;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #prp .contact-cont .btn .btn_01 {
    font-size: 15px;
  }
}
#prp .contact-cont .btn .btn_01 h4 {
  font-weight: normal;
}
#prp .contact-cont .btn .btn_01 .num {
  color: #000;
  font-size: 45px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #prp .contact-cont .btn .btn_01 .num {
    font-size: 26px;
  }
}
#prp .contact-cont .btn .btn_01 .num small {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  #prp .contact-cont .btn .btn_01 .num small {
    font-size: 20px;
  }
}
#prp .contact-cont .btn .btn_02 {
  text-align: center;
  background: #892F1B;
  border: 2px solid #fff;
  position: relative;
}
#prp .contact-cont .btn .btn_02 img {
  width: 45px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  #prp .contact-cont .btn .btn_02 img {
    width: 34px;
  }
}
#prp .contact-cont .btn .btn_02 h4 {
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  margin: -8px 0 -10px;
}
@media screen and (max-width: 768px) {
  #prp .contact-cont .btn .btn_02 h4 {
    font-size: 20px;
    margin: -5px 0 0;
  }
}

/*----------脊椎外来----------*/
#spinal-disease {
  font-size: 18px;
  color: #514429;
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  #spinal-disease {
    font-size: 14px;
  }
}
#spinal-disease .header-wrapper {
  height: 0px;
  font-weight: normal;
}
#spinal-disease .header-logo > a {
  width: 220px;
}
#spinal-disease .header-nav {
  display: none;
}
#spinal-disease .header-fixed.thin .header-wrapper {
  height: inherit;
}
#spinal-disease .header-fixed.thin .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#spinal-disease .header-logo > a {
  border-radius: 0 0 38px 0;
}
#spinal-disease .header-contact {
  background: url(../images/spinal-disease/yellow-bg.jpg);
  background-size: cover;
}
#spinal-disease .orange {
  color: #ED8D2D;
}
#spinal-disease .green {
  color: #90C447;
}
#spinal-disease .sky {
  color: #67C4C9;
}
#spinal-disease .ttl-type01 {
  text-align: center;
  padding-bottom: 50px;
  line-height: 1.4;
  margin-top: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #spinal-disease .ttl-type01 {
    margin-top: 35px;
    padding-bottom: 30px;
  }
}
#spinal-disease .ttl-type01::before {
  position: absolute;
  content: "";
  background-image: url(../images/spinal-disease/ttl-type01-deco.png);
  width: 100px;
  height: 35px;
  background-size: cover;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #spinal-disease .ttl-type01::before {
    width: 70px;
    height: 24px;
    top: -35px;
  }
}
#spinal-disease .ttl-type01 .ja {
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #spinal-disease .ttl-type01 .ja {
    font-size: 30px;
  }
}
#spinal-disease .ttl-type01 .en {
  font-size: 23px;
  color: #67C4C9;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .ttl-type01 .en {
    font-size: 14px;
  }
}
#spinal-disease .ttl-type02 {
  text-align: center;
  line-height: 1.4;
  position: relative;
  padding-bottom: 30px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .ttl-type02 {
    padding-bottom: 20px;
    margin-top: -15px;
    line-height: 1.2;
  }
}
#spinal-disease .ttl-type02::before {
  position: absolute;
  content: "";
  background-image: url(../images/spinal-disease/sky-dot.png);
  width: 68px;
  height: 10px;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #spinal-disease .ttl-type02::before {
    width: 50px;
    height: 8px;
  }
}
#spinal-disease .ttl-type02 .en {
  font-size: 77px;
  color: rgba(103, 196, 201, 0.337254902);
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .ttl-type02 .en {
    font-size: 33px;
    letter-spacing: 1px;
  }
}
#spinal-disease .ttl-type02 .ja {
  font-size: 48px;
  display: block;
  margin-top: -53px;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .ttl-type02 .ja {
    font-size: 29px;
    letter-spacing: 1px;
    margin-top: -18px;
  }
}
#spinal-disease .yellow-bg {
  background: url(../images/spinal-disease/yellow-bg.jpg);
  background-size: cover;
}
#spinal-disease .mv-wrap {
  padding-left: 143px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .mv-wrap {
    padding: 0;
  }
}
#spinal-disease #mv {
  position: relative;
  background: url(../images/spinal-disease/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 580px;
  border-radius: 80px 0 0 80px;
}
@media screen and (max-width: 768px) {
  #spinal-disease #mv {
    height: calc(100svh - 120px);
    border-radius: 0;
  }
}
#spinal-disease #mv::before {
  display: none;
}
#spinal-disease #mv .txt {
  position: absolute;
  top: 56%;
  left: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 21px #fff, 0 0 21px #fff, 0 0 21px #fff;
}
@media screen and (max-width: 768px) {
  #spinal-disease #mv .txt {
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  }
}
#spinal-disease #mv .txt h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #spinal-disease #mv .txt h2 {
    font-size: 30px;
    text-align: center;
  }
}
#spinal-disease #mv .txt h2 span {
  font-size: 57px;
}
@media screen and (max-width: 768px) {
  #spinal-disease #mv .txt h2 span {
    font-size: 30px;
  }
}
#spinal-disease #mv .txt p {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  #spinal-disease #mv .txt p {
    font-size: 15px;
    text-align: center;
  }
}
#spinal-disease #mv .feature {
  position: absolute;
  right: 30px;
  bottom: 30px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #spinal-disease #mv .feature {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    gap: 12px;
    bottom: 30px;
  }
}
#spinal-disease #mv .feature .item {
  width: 172px;
  height: 172px;
  background: #fff;
  border-radius: 100vw;
  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;
  border: 5px solid #90C447;
}
@media screen and (max-width: 768px) {
  #spinal-disease #mv .feature .item {
    width: 130px;
    height: 130px;
    border: 3px solid #90C447;
  }
}
#spinal-disease #mv .feature .item:last-of-type {
  border: 5px solid #ED8D2D;
}
@media screen and (max-width: 768px) {
  #spinal-disease #mv .feature .item:last-of-type {
    border: 3px solid #ED8D2D;
  }
}
#spinal-disease #mv .feature .item img {
  width: 37px;
}
@media screen and (max-width: 768px) {
  #spinal-disease #mv .feature .item img {
    width: 34px;
  }
}
#spinal-disease #mv .feature .item p {
  font-size: 19px;
  text-align: center;
  line-height: 1.3;
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  #spinal-disease #mv .feature .item p {
    font-size: 14px;
    padding-top: 5px;
  }
}
#spinal-disease .worries-cont {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #spinal-disease .worries-cont {
    padding: 40px 0 0;
  }
}
#spinal-disease .worries-cont .square1 {
  width: 100%;
  height: 100px;
  background: url(../images/spinal-disease/square1.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) {
  #spinal-disease .worries-cont .square1 {
    height: 80px;
  }
}
#spinal-disease .worries-cont .ttl-wrap {
  text-align: center;
}
#spinal-disease .worries-cont .ttl-type01 {
  position: relative;
  display: inline-block;
}
#spinal-disease .worries-cont .ttl-type01::after {
  position: absolute;
  content: "";
  background: url(../images/spinal-disease/worries-deco.png);
  width: 200px;
  height: 210px;
  background-size: cover;
  bottom: 0;
  left: -250px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .worries-cont .ttl-type01::after {
    width: 77px;
    height: 83px;
    left: -74px;
  }
}
#spinal-disease .worries-cont .contents {
  background: url(../images/spinal-disease/worries-bg.jpg);
  background-size: cover;
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .worries-cont .contents {
    padding: 30px 0 40px;
  }
}
#spinal-disease .worries-cont .contents .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -26px;
  margin-top: -26px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .worries-cont .contents .items {
    margin-left: -5%;
    margin-top: -5%;
  }
}
#spinal-disease .worries-cont .contents .items .item {
  width: 270px;
  height: 270px;
  border-radius: 38px;
  background: #fff;
  margin-left: 26px;
  margin-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  #spinal-disease .worries-cont .contents .items .item {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  #spinal-disease .worries-cont .contents .items .item {
    width: 45%;
    margin-left: 5%;
    margin-top: 5%;
    height: auto;
    border-radius: 20px;
    padding: 13px 0;
  }
}
#spinal-disease .worries-cont .contents .items .item img {
  width: 91px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .worries-cont .contents .items .item img {
    width: 50px;
    margin-bottom: 7px;
  }
}
#spinal-disease .worries-cont .contents .items .item p {
  font-size: 23px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .worries-cont .contents .items .item p {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
#spinal-disease .about-cont {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont {
    padding: 40px 0;
  }
}
#spinal-disease .about-cont .ttl {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
#spinal-disease .about-cont .ttl .inner {
  display: inline-block;
  position: relative;
}
#spinal-disease .about-cont .ttl .inner::before {
  position: absolute;
  content: "";
  background: url(../images/spinal-disease/about-ttl-deco1.png);
  width: 50px;
  height: 68px;
  background-size: cover;
  bottom: 10px;
  left: -80px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .ttl .inner::before {
    display: none;
  }
}
#spinal-disease .about-cont .ttl .inner::after {
  position: absolute;
  content: "";
  background: url(../images/spinal-disease/about-ttl-deco2.png);
  width: 50px;
  height: 68px;
  background-size: cover;
  bottom: 10px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .ttl .inner::after {
    display: none;
  }
}
#spinal-disease .about-cont .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#spinal-disease .about-cont .contents .img {
  width: 630px;
}
@media screen and (max-width: 1200px) {
  #spinal-disease .about-cont .contents .img {
    width: 470px;
  }
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .contents .img {
    width: 100%;
    padding-right: 20px;
  }
}
#spinal-disease .about-cont .contents .img img {
  border-radius: 0 60px 60px 0;
}
#spinal-disease .about-cont .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
  margin-right: 4%;
  max-width: 690px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .contents .txt {
    margin: 0;
    padding: 30px 20px 0;
  }
}
#spinal-disease .about-cont .case-well {
  margin-top: 50px;
  background: #F1FDEA;
  border-radius: 40px;
  position: relative;
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .case-well {
    margin-top: 30px;
    border-radius: 30px;
    padding: 30px;
  }
}
#spinal-disease .about-cont .case-well::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 40px;
  border: 1px solid #90C447;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .case-well::before {
    border-radius: 30px;
  }
}
#spinal-disease .about-cont .case-well h4 {
  text-align: center;
  font-size: 33px;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .case-well h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#spinal-disease .about-cont .case-well .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#spinal-disease .about-cont .case-well .list li {
  width: 20%;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .case-well .list li {
    width: 100%;
    margin-top: 0;
  }
}
#spinal-disease .about-cont .case-well .list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 11px;
  color: #90C447;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #spinal-disease .about-cont .case-well .list li::before {
    font-size: 14px;
    top: 8px;
  }
}
#spinal-disease .feature-cont {
  background: url(../images/spinal-disease/sky-bg.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #spinal-disease .feature-cont {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #spinal-disease .feature-cont .contents {
    margin-top: 30px;
  }
}
#spinal-disease .feature-cont .contents .items {
  gap: 55px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .feature-cont .contents .items {
    grid-template-columns: auto;
    gap: 30px;
    margin-top: 0;
  }
}
#spinal-disease .feature-cont .contents .items .item:not(:nth-of-type(2)) {
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .feature-cont .contents .items .item:not(:nth-of-type(2)) {
    margin-top: 0;
  }
}
#spinal-disease .feature-cont .contents .items .item .img {
  position: relative;
}
@media screen and (max-width: 768px) {
  #spinal-disease .feature-cont .contents .items .item .img {
    width: 80%;
    margin: 0 auto;
  }
}
#spinal-disease .feature-cont .contents .items .item .img .num {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 89px;
  height: 89px;
  background: #67C4C9;
  border-radius: 100vw;
  color: #fff;
  font-size: 41px;
  padding-top: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #spinal-disease .feature-cont .contents .items .item .img .num {
    width: 70px;
    height: 70px;
    font-size: 32px;
    left: 5px;
    top: 5px;
  }
}
#spinal-disease .feature-cont .contents .items .item .txt {
  max-width: 307px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #spinal-disease .feature-cont .contents .items .item .txt {
    max-width: 290px;
  }
}
#spinal-disease .feature-cont .contents .items .item .txt h4 {
  text-align: center;
  font-size: 26px;
  color: #67C4C9;
  line-height: 1.5;
  margin: 15px 0 5px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .feature-cont .contents .items .item .txt h4 {
    font-size: 22px;
  }
}
#spinal-disease .max-img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #spinal-disease .max-img img {
    height: 210px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
}
#spinal-disease .flow-cont {
  padding: 80px 0;
  background: url(../images/spinal-disease/green-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont {
    padding: 40px 0;
  }
}
#spinal-disease .flow-cont .ttl-type01::before {
  background: url(../images/spinal-disease/ttl-type01-deco2.png);
  background-size: cover;
}
#spinal-disease .flow-cont .ttl-type01 .en {
  color: #90C447;
}
#spinal-disease .flow-cont .ttl-type01 .ja {
  position: relative;
}
#spinal-disease .flow-cont .ttl-type01 .ja::before {
  position: absolute;
  content: "";
  background: url(../images/spinal-disease/flow-ttl-deco1.png);
  width: 101px;
  height: 99px;
  background-size: cover;
  top: 0px;
  left: -210px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .ttl-type01 .ja::before {
    left: -85px;
    width: 56px;
    height: 55px;
  }
}
#spinal-disease .flow-cont .ttl-type01 .ja::after {
  position: absolute;
  content: "";
  background: url(../images/spinal-disease/flow-ttl-deco2.png);
  width: 139px;
  height: 106px;
  background-size: cover;
  top: -5px;
  right: -210px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .ttl-type01 .ja::after {
    right: -90px;
    width: 76px;
    height: 59px;
  }
}
#spinal-disease .flow-cont .items {
  position: relative;
  z-index: 1;
}
#spinal-disease .flow-cont .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 38px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .items .item {
    gap: 20px;
  }
}
#spinal-disease .flow-cont .items .item .num {
  position: relative;
}
#spinal-disease .flow-cont .items .item .num p {
  width: 118px;
  height: 118px;
  background: #90C447;
  border-radius: 100vw;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .items .item .num p {
    width: 60px;
    height: 60px;
    padding-top: 14px;
  }
}
#spinal-disease .flow-cont .items .item .num p span {
  display: block;
  font-size: 47px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .items .item .num p span {
    font-size: 22px;
  }
}
#spinal-disease .flow-cont .items .item .num::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 1.5px;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  border-left: 3px dotted #90C447;
}
#spinal-disease .flow-cont .items .item .detail {
  width: 100%;
  margin-bottom: 50px;
  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;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .items .item .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
#spinal-disease .flow-cont .items .item .detail .img {
  position: relative;
  z-index: 1;
  margin-right: -180px;
  width: 358px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .items .item .detail .img {
    margin: 0;
    width: 100%;
  }
}
#spinal-disease .flow-cont .items .item .detail .img img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .items .item .detail .img img {
    border-radius: 30px 30px 0 0;
  }
}
#spinal-disease .flow-cont .items .item .detail .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 50px;
  max-width: 1000px;
  width: 100%;
  background: #fff;
  border-radius: 40px;
  padding: 40px 40px 40px 228px;
  min-height: 244px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .items .item .detail .txt {
    padding: 15px 20px;
    margin: 0;
    border-radius: 0 0 30px 30px;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .items .item .detail .txt a {
    font-size: 13px;
  }
}
#spinal-disease .flow-cont .items .item .detail .txt h3 {
  color: #90C447;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.4;
  padding-bottom: 15px;
  border-bottom: 3px dotted #90C447;
}
@media screen and (max-width: 768px) {
  #spinal-disease .flow-cont .items .item .detail .txt h3 {
    font-size: 22px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
}
#spinal-disease .flow-cont .items .item:nth-of-type(4) .num::before,
#spinal-disease .flow-cont .items .item:nth-of-type(4) .num::after {
  display: none;
}
#spinal-disease .second-cont {
  padding: 80px 0;
  background: url(../images/spinal-disease/second-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #spinal-disease .second-cont {
    padding: 40px 0;
  }
}
#spinal-disease .second-cont .ttl-type02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .second-cont .ttl-type02 {
    margin-bottom: 30px;
  }
}
#spinal-disease .second-cont .ttl-type02::before {
  background-image: url(../images/spinal-disease/white-dot.png);
}
#spinal-disease .second-cont .ttl-type02 .en {
  color: rgba(255, 255, 255, 0.2470588235);
}
#spinal-disease .second-cont .ttl-type02 .ja {
  color: #fff;
}
#spinal-disease .second-cont .contents .txt {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #spinal-disease .second-cont .contents .txt {
    text-align: left;
  }
}
#spinal-disease .second-cont .contents .overview {
  margin-top: 50px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .second-cont .contents .overview {
    margin-top: 30px;
    grid-template-columns: auto;
    gap: 20px;
  }
}
#spinal-disease .second-cont .contents .overview .item {
  background: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .second-cont .contents .overview .item {
    border-radius: 30px;
  }
}
#spinal-disease .second-cont .contents .overview .item h4 {
  background: #514429;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  padding: 13px 0 15px;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 768px) {
  #spinal-disease .second-cont .contents .overview .item h4 {
    border-radius: 30px 30px 0 0;
    font-size: 20px;
    padding: 10px 0 12px;
  }
}
#spinal-disease .second-cont .contents .overview .item div {
  padding: 20px 30px 25px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .second-cont .contents .overview .item div {
    padding: 15px 20px 20px;
  }
}
#spinal-disease .second-cont .contents .overview .item div .list li {
  position: relative;
  padding-left: 25px;
}
#spinal-disease .second-cont .contents .overview .item div .list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 11px;
  color: #ED8D2D;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #spinal-disease .second-cont .contents .overview .item div .list li::before {
    font-size: 14px;
    top: 8px;
  }
}
#spinal-disease .faq-cont {
  background: url(../images/spinal-disease/yellow-bg.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #spinal-disease .faq-cont {
    padding: 40px 0;
  }
}
#spinal-disease .faq-cont .ttl-wrap {
  text-align: center;
}
#spinal-disease .faq-cont .ttl-wrap .ttl-type01 {
  display: inline-block;
}
#spinal-disease .faq-cont .ttl-wrap .ttl-type01::after {
  position: absolute;
  content: "";
  background: url(../images/spinal-disease/faq-deco.png);
  width: 162px;
  height: 204px;
  background-size: cover;
  bottom: 0;
  right: -250px;
}
#spinal-disease .faq-cont .qa-section .qa-item {
  background: #fff;
  border-radius: 28px;
}
#spinal-disease .faq-cont .qa-section .qa-item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .faq-cont .qa-section .qa-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#spinal-disease .faq-cont .qa-section .qa-item .qa-question {
  background: #67C4C9;
  font-size: 20px;
  color: #fff;
  border-radius: 28px 28px 0 0;
  padding: 6px 20px 8px 62px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #spinal-disease .faq-cont .qa-section .qa-item .qa-question {
    font-size: 14px;
    padding: 10px 15px 10px 54px;
    line-height: 1.7;
  }
}
#spinal-disease .faq-cont .qa-section .qa-item .qa-question::before {
  content: "Q";
  position: absolute;
  left: -27px;
  top: -11px;
  background-color: #fff;
  border-radius: 100vw;
  border: 1px solid #67C4C9;
  color: #67C4C9;
  width: 74px;
  height: 74px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .faq-cont .qa-section .qa-item .qa-question::before {
    left: -10px;
    width: 55px;
    font-size: 28px;
    line-height: 47px;
    height: 55px;
    top: -5px;
  }
}
#spinal-disease .faq-cont .qa-section .qa-item .qa-answer {
  padding: 17px 25px 20px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .faq-cont .qa-section .qa-item .qa-answer {
    padding: 10px 15px 15px;
  }
}
#spinal-disease .contact-cont {
  background: url(../images/spinal-disease/contact-bg.jpg);
  background-size: cover;
  padding: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .contact-cont {
    padding: 25px 0 30px;
  }
}
#spinal-disease .contact-cont .message {
  text-align: center;
  color: #fff;
  font-size: 42px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #spinal-disease .contact-cont .message {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #spinal-disease .contact-cont .message {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
#spinal-disease .contact-cont .btn {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .contact-cont .btn {
    grid-template-columns: auto;
    gap: 10px;
  }
}
#spinal-disease .contact-cont .btn a {
  background: #fff;
  height: 132px;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 10px;
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  #spinal-disease .contact-cont .btn a {
    width: 100%;
    height: 100px;
    margin: 0;
    margin-bottom: 10px;
  }
}
#spinal-disease .contact-cont .btn a:hover {
  opacity: 0.9;
}
#spinal-disease .contact-cont .btn .btn_01 {
  text-align: center;
  font-size: 20px;
  color: #514429;
}
@media screen and (max-width: 768px) {
  #spinal-disease .contact-cont .btn .btn_01 {
    font-size: 15px;
  }
}
#spinal-disease .contact-cont .btn .btn_01 .num {
  color: #514429;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #spinal-disease .contact-cont .btn .btn_01 .num {
    font-size: 26px;
  }
}
#spinal-disease .contact-cont .btn .btn_01 .num small {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .contact-cont .btn .btn_01 .num small {
    font-size: 20px;
  }
}
#spinal-disease .contact-cont .btn .btn_02 {
  text-align: center;
  background: #ED8D2D;
  border: 2px solid #fff;
  position: relative;
}
#spinal-disease .contact-cont .btn .btn_02 img {
  width: 45px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .contact-cont .btn .btn_02 img {
    width: 34px;
  }
}
#spinal-disease .contact-cont .btn .btn_02 h4 {
  font-size: 35px;
  color: #fff;
  margin: -8px 0 -10px;
}
@media screen and (max-width: 768px) {
  #spinal-disease .contact-cont .btn .btn_02 h4 {
    font-size: 20px;
    margin: -5px 0 0;
  }
}

/*----------脊椎手術について----------*/
#operation {
  font-size: 18px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  #operation {
    font-size: 14px;
  }
}
#operation .header-wrapper {
  height: 0px;
}
#operation .header-logo > a {
  width: 220px;
}
#operation .header-nav {
  display: none;
}
#operation .header-fixed.thin .header-wrapper {
  height: inherit;
}
#operation .header-fixed.thin .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#operation .ttl-type01 {
  font-size: 48px;
  letter-spacing: 3px;
  font-weight: 500;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  color: #282B4F;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #operation .ttl-type01 {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
}
#operation .ttl-type01 span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0px 0px 15px;
}
#operation .ttl-type01 span::before {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #282B4F;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 40px));
          transform: translateX(calc(-50% - 40px));
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #operation .ttl-type01 span::before {
    width: 50px;
    -webkit-transform: translateX(calc(-50% - 25px));
            transform: translateX(calc(-50% - 25px));
  }
}
#operation .ttl-type01 span::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #E68700;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 40px));
          transform: translateX(calc(-50% + 40px));
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #operation .ttl-type01 span::after {
    width: 50px;
    -webkit-transform: translateX(calc(-50% + 25px));
            transform: translateX(calc(-50% + 25px));
  }
}
#operation .ttl-type02 {
  text-align: center;
  line-height: 1.4;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  #operation .ttl-type02 {
    line-height: 1.5;
    margin-top: -20px;
  }
}
#operation .ttl-type02 .en {
  color: #b89e7b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #515370), color-stop(40%, #515370), color-stop(40%, #282B4F), to(#282B4F));
  background: -webkit-linear-gradient(bottom, #515370 0, #515370 40%, #282B4F 40%, #282B4F 100%);
  background: linear-gradient(0deg, #515370 0, #515370 40%, #282B4F 40%, #282B4F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 95px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #operation .ttl-type02 .en {
    font-size: 40px;
  }
}
#operation .ttl-type02 .ja {
  display: block;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #operation .ttl-type02 .ja {
    font-size: 18px;
  }
}
#operation .ttl-type03 {
  color: #fff;
  background: #E68700;
  font-size: 34px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding: 8px 0 15px;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #operation .ttl-type03 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
#operation .ttl-type03 span {
  z-index: 1;
  position: relative;
}
#operation .ttl-type03::before {
  content: "";
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
  width: 75px;
  height: 75px;
  background-color: #EDA845;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  #operation .ttl-type03::before {
    width: 45px;
    height: 45px;
  }
}
#operation .ttl-type03:after {
  content: "";
  -webkit-clip-path: polygon(100% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(100% 100%, 0% 0%, 100% 0%);
  width: 75px;
  height: 75px;
  background-color: #EDA845;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  #operation .ttl-type03:after {
    width: 45px;
    height: 45px;
  }
}
#operation #mv {
  position: relative;
  background: url(../images/operation/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 600px;
}
@media screen and (max-width: 768px) {
  #operation #mv {
    height: calc(100svh - 120px);
    background: url(../images/operation/mv-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
#operation #mv::before {
  display: none;
}
#operation #mv .txt {
  position: absolute;
  top: 55%;
  left: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #operation #mv .txt {
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}
#operation #mv .txt h2 {
  font-size: 61px;
  font-weight: 500;
  letter-spacing: 7px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 7px #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #operation #mv .txt h2 {
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
	text-shadow: 0 0 7px #000,0 0 7px #000;
  }
}
#operation #mv .txt h2 span {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #operation #mv .txt h2 span {
    font-size: 22px;
  }
}
#operation #mv .txt h2 strong {
  font-weight: 500;
  letter-spacing: -4px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #operation #mv .txt h2 strong {
    letter-spacing: -2px;
    padding-right: 5px;
  }
}
#operation #mv .txt .en {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7607843137);
}
@media screen and (max-width: 768px) {
  #operation #mv .txt .en {
    font-size: 16px;
    text-align: center;
	text-shadow: 0 0 7px #000,0 0 7px #000;
  }
}
#operation #mv .feature {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  #operation #mv .feature {
    right: 20px;
    bottom: 20px;
  }
}
#operation #mv .feature .item {
  width: 217px;
  height: 217px;
  background: url(../images/operation/mv-feature.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #operation #mv .feature .item {
    width: 140px;
    height: 140px;
  }
}
#operation #mv .feature .item p {
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 1.9;
  padding-top: 33px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #operation #mv .feature .item p {
    font-size: 16px;
    padding-top: 23px;
  }
}
#operation #mv .feature .item p strong {
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  vertical-align: sub;
}
@media screen and (max-width: 768px) {
  #operation #mv .feature .item p strong {
    font-size: 30px;
  }
}
#operation #mv .feature .item p strong span {
  position: relative;
}
#operation #mv .feature .item p strong span::before {
  content: "・";
  font-size: 27px;
  position: absolute;
  top: 2px;
  left: -1px;
}
@media screen and (max-width: 768px) {
  #operation #mv .feature .item p strong span::before {
    top: -8px;
    left: -1px;
    font-size: 18px;
  }
}
#operation .about-cont {
  padding: 80px 0;
  background: url(../images/operation/about-bg.jpg);
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  #operation .about-cont {
    padding: 30px 0 40px;
    background-position: 90%;
  }
}
#operation .about-cont .contents {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #operation .about-cont .contents {
    text-align: left;
  }
}
#operation .feature-cont {
  padding: 100px 0 160px;
  background: #E5ECF0;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont {
    padding: 50px 0;
  }
}
#operation .feature-cont .ttl-type02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .ttl-type02 {
    margin-bottom: 30px;
  }
}
#operation .feature-cont .item01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#operation .feature-cont .item01 .img {
  width: 723px;
}
@media screen and (max-width: 1200px) {
  #operation .feature-cont .item01 .img {
    width: 620px;
  }
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item01 .img {
    width: 100%;
  }
}
#operation .feature-cont .item01 .txt-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  max-width: 723px;
  margin-left: -143px;
  margin-top: 80px;
  -webkit-box-shadow: 15px 15px 0 #E68700;
          box-shadow: 15px 15px 0 #E68700;
  padding: 50px 60px;
  position: relative;
  z-index: 0;
  margin-right: 63px;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item01 .txt-wrap {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    -webkit-box-shadow: 7px 7px 0 #E68700;
            box-shadow: 7px 7px 0 #E68700;
    margin-top: -40px;
  }
}
#operation .feature-cont .item01 .txt-wrap .num {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 121px;
  color: #F9E1BF;
  position: absolute;
  right: 25px;
  bottom: -3px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item01 .txt-wrap .num {
    font-size: 80px;
    right: 10px;
    bottom: -13px;
  }
}
#operation .feature-cont .item01 .txt-wrap h4 {
  font-size: 40px;
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item01 .txt-wrap h4 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
#operation .feature-cont .item01 .txt-wrap .txt {
  z-index: 2;
  position: relative;
}
#operation .feature-cont .item01.rvs {
  margin-top: 100px;
  -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) {
  #operation .feature-cont .item01.rvs {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#operation .feature-cont .item01.rvs .txt-wrap {
  margin-right: -143px;
  margin-left: 63px;
  -webkit-box-shadow: -15px 15px 0 #282B4F;
          box-shadow: -15px 15px 0 #282B4F;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item01.rvs .txt-wrap {
    margin: 0 auto;
    -webkit-box-shadow: -7px 7px 0 #282B4F;
            box-shadow: -7px 7px 0 #282B4F;
    margin-top: -40px;
  }
}
#operation .feature-cont .item01.rvs .txt-wrap .num {
  color: #C9CAD3;
  left: 25px;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item01.rvs .txt-wrap .num {
    left: 10px;
  }
}
#operation .feature-cont .item01.rvs .txt-wrap h4 {
  font-size: 33px;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  #operation .feature-cont .item01.rvs .txt-wrap h4 {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item01.rvs .txt-wrap h4 {
    font-size: 23px;
    line-height: 1.5;
  }
}
#operation .feature-cont .item02 {
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item02 {
    margin-top: 60px;
  }
}
#operation .feature-cont .item02 .txt-wrap {
  background: #fff;
  max-width: 1000px;
  width: 56%;
  position: relative;
  margin: 0 auto;
  border: 15px solid #E68700;
  padding: 50px 60px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item02 .txt-wrap {
    width: 100%;
    border: 7px solid #E68700;
  }
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item02 .txt-wrap {
    padding: 30px 20px 80px;
  }
}
#operation .feature-cont .item02 .txt-wrap .num {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 102px;
  color: #F9E1BF;
  text-align: center;
  line-height: 1;
  margin-top: -25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item02 .txt-wrap .num {
    font-size: 60px;
    margin-top: -10px;
    margin-bottom: 5px;
  }
}
#operation .feature-cont .item02 .txt-wrap h4 {
  font-size: 40px;
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #operation .feature-cont .item02 .txt-wrap h4 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
#operation .feature-cont .item02 .img-left {
  max-width: 500px;
  width: 30%;
  left: 0;
  top: -87px;
  position: absolute;
}
#operation .feature-cont .item02 .img-right1 {
  max-width: 450px;
  width: 34%;
  right: 0;
  top: -54px;
  position: absolute;
}
#operation .feature-cont .item02 .img-right2 {
  max-width: 330px;
  width: 26%;
  right: 190px;
  bottom: -71px;
  position: absolute;
}
@media screen and (min-width: 1400px) {
  #operation .feature-cont .item02 .img-right2 {
    max-width: 320px;
  }
}
#operation .feature-cont .item02 .img-sp {
  margin-top: -70px;
  z-index: 1;
  position: relative;
}
#operation .disease-cont .ttl-wrap {
  padding: 60px 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), color-stop(47%, rgba(228, 228, 228, 0.2196078431)), to(rgba(228, 228, 228, 0))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #E4E4E4 0%, rgba(228, 228, 228, 0.2196078431) 47%, rgba(228, 228, 228, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #E4E4E4 0%, rgba(228, 228, 228, 0.2196078431) 47%, rgba(228, 228, 228, 0) 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  #operation .disease-cont .ttl-wrap {
    padding: 40px 0 34px;
  }
}
#operation .disease-cont .explanation {
  background: url(../images/operation/disease1-bg.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #operation .disease-cont .explanation {
    padding: 40px 0;
  }
}
#operation .disease-cont .explanation.explanation02 {
  background: url(../images/operation/disease2-bg.jpg);
  background-size: cover;
}
#operation .disease-cont .explanation .txt {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #operation .disease-cont .explanation .txt {
    margin-bottom: 20px;
  }
}
#operation .disease-cont .explanation .anchor-list {
  margin: 0;
}
#operation .disease-cont .explanation .anchor-list ul li a {
  background: #fff;
  color: #000;
  padding: 15px 0;
}
#operation .disease-cont .explanation .anchor-list ul li a::before {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
}
#operation .disease-cont .explanation .anchor-list ul li a:hover {
  opacity: 0.8;
}
#operation .disease-cont .items {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #operation .disease-cont .items {
    padding: 40px 0;
  }
}
#operation .disease-cont .items .item {
  padding: 50px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #operation .disease-cont .items .item {
    padding: 20px;
  }
}
#operation .disease-cont .items .item:nth-of-type(odd) {
  background: #EFF0F1;
}
#operation .disease-cont .items .item:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #operation .disease-cont .items .item:not(:first-of-type) {
    margin-top: 30px;
  }
}
#operation .disease-cont .items .item .flex04 .img {
  width: 36.5%;
}
@media screen and (max-width: 768px) {
  #operation .disease-cont .items .item .flex04 .img {
    width: 100%;
  }
}
#operation .disease-cont .items .item h5 {
  font-size: 32px;
  border-bottom: 1px solid #000;
  line-height: 1.5;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 30px;
  letter-spacing: 3px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #operation .disease-cont .items .item h5 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
#operation .disease-cont .items .item h6 {
  font-size: 21px;
  padding: 8px 15px 11px;
  background: #cfcfcf;
}
@media screen and (max-width: 768px) {
  #operation .disease-cont .items .item h6 {
    font-size: 18px;
	padding: 8px 15px 9px;
  }
}
#operation .contact-cont {
  background: #E5ECF0;
  padding: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  #operation .contact-cont {
    padding: 20px 0 30px;
  }
}
#operation .contact-cont .message {
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #operation .contact-cont .message {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #operation .contact-cont .message {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
#operation .contact-cont .btn {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #operation .contact-cont .btn {
    grid-template-columns: auto;
    gap: 10px;
  }
}
#operation .contact-cont .btn a {
  background: #fff;
  height: 132px;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #operation .contact-cont .btn a {
    width: 100%;
    height: 100px;
    margin: 0;
    margin-bottom: 10px;
  }
}
#operation .contact-cont .btn a:hover {
  opacity: 0.9;
}
#operation .contact-cont .btn .btn_01 {
  text-align: center;
  font-size: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #operation .contact-cont .btn .btn_01 {
    font-size: 15px;
  }
}
#operation .contact-cont .btn .btn_01 h4 {
  font-weight: normal;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
#operation .contact-cont .btn .btn_01 .num {
  color: #000;
  font-size: 45px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #operation .contact-cont .btn .btn_01 .num {
    font-size: 26px;
  }
}
#operation .contact-cont .btn .btn_01 .num small {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  #operation .contact-cont .btn .btn_01 .num small {
    font-size: 20px;
  }
}
#operation .contact-cont .btn .btn_02 {
  text-align: center;
  background: #E68700;
  border: 2px solid #fff;
  position: relative;
}
#operation .contact-cont .btn .btn_02 img {
  width: 45px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  #operation .contact-cont .btn .btn_02 img {
    width: 34px;
  }
}
#operation .contact-cont .btn .btn_02 h4 {
  font-size: 35px;
  font-weight: normal;
  color: #fff;
  margin: -8px 0 -10px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
}
@media screen and (max-width: 768px) {
  #operation .contact-cont .btn .btn_02 h4 {
    font-size: 20px;
    margin: -5px 0 0;
  }
}

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

  フッター

============================================================================*/
/*----------ナビゲーション----------*/
.footer-nav {
  padding: 60px 0;
  background: #100964;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 30px 0;
  }
}

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

.footer-nav .content .ttl {
  border-bottom: 1px solid #fff;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  letter-spacing: 3px;
  padding-bottom: 10px;
  margin-bottom: 14px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .footer-nav .content .ttl {
    font-size: 20px;
  }
}

.footer-nav .content ul li a {
  position: relative;
  color: #fff;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  padding-left: 14px;
}

.footer-nav .content ul li a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 6px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left-color: #fff;
  top: 9px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .footer-nav .content ul li a::before {
	  top: 1px;
	}
}

.footer-nav .content .list1 {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .footer-nav .content .list1 {
    width: 100%;
    margin-bottom: 25px;
  }
}

.footer-nav .content .list2 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .footer-nav .content .list2 {
    width: 100%;
    margin-bottom: 25px;
  }
}

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

.footer-nav .content .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 .flex ul {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer-nav .content .flex ul {
    width: 48%;
  }
}

.copyright {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 11px;
    padding: 15px 0;
    margin-bottom: 60px;
  }
}

/*----------SP固定ナビ----------*/
.sp_bottom-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp_bottom-menu__btn {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  width: 50%;
  height: 60px;
  line-height: 30px;
  background-color: rgba(168, 132, 0, 0.9137254902);
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3215686275);
}

.sp_bottom-menu__btn::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 27px;
  background: url(../images/common/icon-reserve2.png) no-repeat center center/contain;
  margin-right: 5px;
}

.sp_bottom-menu__btn--tel {
  background-color: rgba(17, 9, 100, 0.9098039216) !important;
}

.sp_bottom-menu__btn--tel::before {
  width: 19px;
  height: 29px;
  background-image: url(../images/common/icon-tel2.png) !important;
}

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