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

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #333;
  line-height: 2;
  height: 100%;
  letter-spacing: 1px;
  counter-reset: number 0;
  min-width: 1100px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    min-width: 0;
    width: 100%;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: blue;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  word-wrap: break-word;
}

a:hover {
  opacity: 0.8;
}

ul,
li {
  list-style: none;
}

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

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

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

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

textarea {
  font-family: inherit;
}

main {
  display: block;
  overflow: hidden;
}

small {
  font-size: 90%;
}

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

  共通

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-pb-xs {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-lg {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-xl {
    padding-bottom: 60px;
  }
}
/*----------マージン----------*/
/* 上下 */
.u-my-xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

.u-my-xl {
  margin-top: 120px;
  margin-bottom: 120px;
}

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

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

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

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

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

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

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

.u-mb-xxs {
  margin-bottom: 10px;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .u-mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-sm {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-md {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-lg {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 60px;
  }
}
/*----------カラー----------*/
.red {
  color: #ff0000;
}

.blue {
  color: #1e00ff;
}

.gold {
  color: #AFA157;
}

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

@media screen and (max-width: 768px) {
  .u-clearfix .img {
    float: none;
    max-width: 100%;
    margin-left: 0;
  }
}
.u-clearfix .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%;
  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: #8B6FC4;
  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;
  padding: 20px 20px 12px;
  background-color: #EEE8FA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.list03 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #8B6FC4;
  border: 1px solid #8B6FC4;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .list03 li:before {
    top: 9px;
  }
}

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

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

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

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

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

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

/*チェックと背景*/
.list05 {
  margin-bottom: 10px;
  padding: 35px 10px 20px 45px;
  background-color: #ccc;
}

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

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

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

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

@media screen and (max-width: 768px) {
  .well01 {
    padding: 20px;
  }
}
/*枠線*/
.well02 {
  padding: 40px;
  border: 4px solid #ccc;
  background: #fff;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well02 {
    padding: 20px;
  }
}
/*----------テーブル----------*/
.table01 {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.8;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .table01 {
    font-size: 0.875rem;
  }
}
.table01 thead tr th {
  background-color: #EEE8FA;
  border: 1px solid #ddd;
  padding: 12px 10px 8px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

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

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

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

@media screen and (max-width: 768px) {
  .table01 thead tr th {
    padding: 10px;
  }
  .table01 tbody th {
    padding: 8px 10px;
  }
  .table01 tbody td {
    padding: 8px 10px;
  }
}
/*----------流れ----------*/
.flow01 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.flow01 h4 {
  color: #8B6FC4;
  font-size: 26px !important;
  font-weight: 400;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .flow01 h4 {
    font-size: 20px !important;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
.flow01 {
  margin-top: 30px;
}

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

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

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

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

.flow01 .item .step {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #8B6FC4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.flow01 .item .step em {
  color: #fff;
  font-size: 2.4rem;
  font-style: inherit;
  text-align: center;
  line-height: 1;
  padding-top: 10px;
  letter-spacing: -2px;
  font-weight: normal;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .flow01 {
    width: 100%;
  }
  .flow01 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .flow01 .item:before {
    left: 27px;
  }
  .flow01 .item .step {
    width: 56px;
    height: 56px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flow01 .item .step em {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    padding-top: 6px;
  }
  .flow01 .item .text {
    width: calc(100% - 76px);
    padding: 0;
    margin-right: 0;
    margin-left: auto;
  }
  .flow01 .item figure {
    width: calc(100% - 76px);
    margin-left: 76px;
    margin-top: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .flow01 .item:last-child:before {
    content: none;
  }
}
/*----------ボタン----------*/
.btn01 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 380px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 15px 15px 11px;
  color: #000000;
  border: 1.5px solid #000;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .btn01 {
    margin: 25px auto 0;
  }
}
.btn01:hover {
  background: #000000;
  border: 1.5px solid #000000;
  color: #ffffff;
}
.btn01:hover::before {
  color: #fff;
}
.btn01::before {
  content: "▶";
  position: absolute;
  right: 15px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  font-size: 14px;
  border: none;
  width: auto;
  height: auto;
}
.btn01.long {
  max-width: 500px;
}

.btn-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
  color: #000;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn-more {
    padding-bottom: 6px;
  }
}
.btn-more::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .btn-more::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #000;
  }
}
.btn-more:hover {
  opacity: 1;
}
.btn-more:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

/*----------スマホで表示・非表示----------*/
.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;
  }
}
/*----------右固定ボタン----------*/
#btn-fix {
  position: fixed;
  top: 53%;
  right: 0px !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

@media screen and (max-width: 1100px) {
  #btn-fix {
    display: none;
  }
}
#btn-fix li {
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

#btn-fix li:hover {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#btn-fix li a {
  display: inline-block;
  background-color: rgba(139, 111, 196, 0.9254901961);
  color: #fff;
  font-size: 16px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 25px 22px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 57px;
  letter-spacing: 3px;
}

#btn-fix li.line a {
  background: rgba(175, 160, 87, 0.937254902);
}

#btn-fix li a:hover {
  opacity: 1;
}

#btn-fix li a span {
  display: inline-block;
  padding-top: 30px;
  position: relative;
}

#btn-fix li a span:before {
  content: "";
  background: url(../images/common/icon-web-wt.png) no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 22px;
}

#btn-fix li.line a span:before {
  background: url(../images/common/icon-line-wt.png) no-repeat;
  background-size: 22px;
}

/*----------中ページレイアウト----------*/
@media screen and (max-width: 768px) {
  .layout01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.layout01 .item {
  background: #EEE8FA;
  padding: 30px;
  position: relative;
}
.layout01 .item::before {
  position: absolute;
  top: -10px;
  left: -10px;
  counter-increment: number 1;
  content: counter(number) " ";
  width: 58px;
  height: 58px;
  line-height: 64px;
  background-color: #8B6FC4;
  border-radius: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .layout01 .item::before {
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .layout01 .item {
    padding: 20px;
  }
}
.layout01 .item h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #333;
  font-weight: 500;
  padding-bottom: 13px;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .layout01 .item h3 {
    font-size: 20px;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .anchor-list ul li {
    height: 55px;
  }
}
.anchor-list ul li:hover {
  background: #978a4b;
}

.anchor-list ul li a {
  opacity: 1;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 17px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  line-height: 1.4;
}
.anchor-list ul li a span {
  margin-top: 5px;
}

@media screen and (max-width: 768px)  {
	.anchor-list ul li a span {
  margin-top: 0px;
}
}

@media screen and (max-width: 768px) {
  .anchor-list ul li a {
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
  }
}
.anchor-list ul li a::before {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 15px;
  -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) {
  .anchor-list ul li a::before {
    right: 10px;
  }
}
/*----------アニメーション----------*/
.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版----------*/
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
}

.header-wrapper {
  width: 100%;
  margin: 0 auto 0;
  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;
  padding: 0 20px;
}

.header-nav {
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  background: #E1E1E1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.header-nav__list > li {
  position: relative;
  width: 20%;
}
.header-nav__list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: #C5C5C5;
}

.header-nav__list > li > a {
  display: block;
  color: #000000;
  padding: 23px 0px 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.header-nav__list > li > a span {
  font-family: "cormorant-garamond", serif;
  display: block;
  font-size: 13px;
  color: #979797;
  line-height: 1;
}

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

.header-nav__second-menu {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 99px;
  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: 190px;
  font-size: 16px;
  height: auto;
  line-height: 1.2;
  background-color: #8B6FC4;
  color: #fff;
  text-align: left;
  padding: 16px 15px 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

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

@media screen and (max-width: 768px) {
  .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;
  background: #fff;
}

.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;
  max-width: 100%;
  background: #fff;
}

.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;
}
@media screen and (max-width: 1200px) {
  .header-fixed.thin .header-nav__list {
    margin: 0;
  }
}

.header-fixed.thin .header-nav__list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: #e2e2e2;
}

.header-fixed.thin .header-nav__list > li > a {
  font-size: 15px;
  padding: 0;
  margin-top: -5px;
}
@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: 53px;
}
.header-fixed.thin .header-nav__second-menu a {
  font-size: 14px;
}

.header-fixed .thin-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-fixed .thin-contact .tel {
  line-height: 1.4;
}
.header-fixed .thin-contact .tel a {
  display: block;
  background: #E1E1E1;
  height: 70px;
  width: 270px;
  color: #000;
  text-align: center;
  padding-top: 8px;
}
.header-fixed .thin-contact .tel a h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  margin-top: 3px;
}
.header-fixed .thin-contact .tel a p {
  font-size: 20px;
  position: relative;
  padding-left: 23px;
  display: inline-block;
}
.header-fixed .thin-contact .tel a p:before {
  content: "";
  background: url(../images/common/icon-tel-blk.png) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.low-logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.low-logo img {
  width: 480px;
}

/* 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: 14px 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: 15px;
  right: 16px;
  z-index: 100;
}

.sp_menu-btn .hamburger {
  display: block;
  height: 4px;
  background-color: #8B6FC4;
  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: #8B6FC4;
  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: #8B6FC4;
  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-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-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: #7057a1;
  border-top: 1px solid white;
}

.sp_header-nav__second-menu li a {
  display: block;
  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;
}
.top-ttl .en {
  font-size: 112px;
  color: rgba(139, 111, 196, 0.1764705882);
  font-family: "cormorant-garamond", serif;
  letter-spacing: 7px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-ttl .en {
    font-size: 50px;
    letter-spacing: 3px;
  }
}
.top-ttl .ja {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 3px;
  display: block;
  line-height: 1;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja {
    font-size: 30px;
    margin-top: -24px;
  }
}

.ttl01 {
  border-bottom: 1px solid #333;
  text-align: center;
  font-size: 38px;
  letter-spacing: 3px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 26px;
    line-height: 1.6;
    padding-bottom: 15px;
    padding-top: 50px;
    letter-spacing: 2px;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
}
.ttl01::before {
  content: "";
  background: url(../images/common/ttl01-deco.png);
  width: 69px;
  height: 61.5px;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .ttl01::before {
    width: 47px;
    height: 42px;
    top: 30px;
    -webkit-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
  }
}
.ttl02 {
  background: #8B6FC4;
  background-size: cover;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  padding: 10px 20px 3px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 20px;
    line-height: 1.5;
    padding: 11px 15px 7px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}

.ttl03 {
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px dotted #000000;
  position: relative;
  padding-left: 19px;
}
@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 18px;
    padding-bottom: 8px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.ttl03::after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 5px;
  bottom: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #AFA157), color-stop(50%, #8B6FC4));
  background: -webkit-linear-gradient(#AFA157 50%, #8B6FC4 50%);
  background: linear-gradient(#AFA157 50%, #8B6FC4 50%);
  width: 4px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .ttl03::after {
    top: 3px;
  }
}

.ttl04 {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: normal;
  color: #8B6FC4;
}
@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 20px;
  }
}

.ttl05 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ttl05 {
    font-size: 24px;
    gap: 15px;
  }
}
.ttl05 span {
  border-radius: 100vw;
  border: 1px solid #000;
  width: 80px;
  height: 80px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ttl05 span {
    width: 60px;
    height: 60px;
  }
}
.ttl05 span img {
  width: 46px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .ttl05 span img {
    width: 35px;
    padding-bottom: 4px;
  }
}

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

  トップページ

============================================================================*/
/*----------メインビジュアル----------*/
.top-mv {
  width: 100%;
  height: 700px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-mv {
    height: calc(100svh - 120px);
    margin-top: 60px;
    margin-bottom: 0;
  }
}

/*左の医院案内*/
.top-mv-info {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.3137254902);
  position: absolute;
  left: 60px;
  top: 50px;
  bottom: 50px;
  padding: 0 25px;
  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;
}
@media screen and (max-width: 768px) {
  .top-mv-info {
    display: none;
  }
}
.top-mv-info .logo {
  text-align: center;
  margin-bottom: 16px;
}
.top-mv-info .logo img {
  width: 250px;
}
.top-mv-info .add {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 3px;
}
.top-mv-info .tel {
  text-align: center;
  color: white;
  font-size: 25px;
  margin-bottom: 7px;
}
.top-mv-info .tel span {
  position: relative;
  padding-left: 30px;
}
.top-mv-info .tel span::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(../images/common/icon-tel-wt.png);
  background-size: cover;
  left: 0;
  top: 3px;
}
.top-mv-info .time-table {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 2px 15px 0;
  width: 322px;
  font-size: 14px;
}
.top-mv-info .time-table table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.top-mv-info .time-table th,
.top-mv-info .time-table td {
  padding: 5px 0;
  white-space: nowrap;
  font-weight: 400;
}
.top-mv-info .time-table th {
  margin-bottom: 10px;
}
.top-mv-info .time-table thead tr {
  border-bottom: 1px solid #fff;
}
.top-mv-info .time-table .pb-none td {
  padding-bottom: 0;
}
.top-mv-info .time-table .pt-none td {
  padding-top: 0;
}
.top-mv-info .time-table td:first-child {
  letter-spacing: 0px;
}
.top-mv-info .time-table th:first-child,
.top-mv-info .time-table td:first-child {
  text-align: left;
  padding-right: 15px;
  text-align: center;
  width: 100px;
}
.top-mv-info .note {
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.8;
}

/*キャッチ*/
.top-mv-catch {
  position: absolute;
  bottom: 60px;
  right: 143px;
}
@media screen and (max-width: 768px) {
  .top-mv-catch {
    bottom: auto;
    right: 50%;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
.top-mv-catch h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 7px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-mv-catch h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
  }
}
.top-mv-catch .mv-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .top-mv-catch .mv-feature {
    gap: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-mv-catch .mv-feature .item {
  width: 154px;
  height: 154px;
  background: url(../images/top/mv-feature-round.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;
}
@media screen and (max-width: 768px) {
  .top-mv-catch .mv-feature .item {
    width: 100px;
    height: 100px;
  }
}
.top-mv-catch .mv-feature .item p {
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .top-mv-catch .mv-feature .item p {
    font-size: 15px;
    line-height: 1.5;
  }
}

/*スライド*/
.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/mv1-sp.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/mv2-sp.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/mv3-sp.jpg);
  }
}
.top-mv-slide__04 {
  background-image: url(../images/top/mv4.jpg);
}

@media screen and (max-width: 900px) {
  .top-mv-slide__04 {
    background-image: url(../images/top/mv4-sp.jpg);
  }
}
/*----------お知らせ----------*/
.top-news {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 40px 0;
  }
}
.top-news .ttl-wrap {
  margin-bottom: 30px;
  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;
}
.top-news .ttl-wrap .ttl {
  color: #8B6FC4;
  font-family: "cormorant-garamond", serif;
  line-height: 0.8;
  font-size: 55px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .top-news .ttl-wrap .ttl {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

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

.top-news-contents li {
  position: relative;
}

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

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

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

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

.top-news-contents li figure img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  aspect-ratio: 360/254;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-news-contents li article .date {
  font-size: 14px;
  color: #797979;
  margin-bottom: 3px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top-news-contents li article .date {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.top-news-contents li article h3 {
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-news-contents li article h3 {
    font-size: 14px;
  }
}

/* 発熱などかぜ症状のある方は、必ず事前にお電話ください */
.top-fever-well {
  background: #f8f0f0;
  outline: 1px solid #ff0000;
  outline-offset: -10px;
  padding: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .top-fever-well {
    padding: 25px;
    margin-top: 30px;
    outline-offset: -5px;
  }
}
.top-fever-well .ttl {
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-fever-well .ttl {
    font-size: 20px;
  }
}
.top-fever-well .ttl::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top-fever-well .ttl + p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-fever-well .ttl + p {
    text-align: left;
  }
}
.top-fever-well .btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-fever-well .btn-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.top-fever-well .btn-flex .btn01 {
  margin: 0;
}

/*----------選ばれる理由----------*/
.top-reason .ttl-wrap {
  padding: 122px 0;
  background: url(../images/top/reason-ttl-bg.jpg);
  background-size: cover;
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .top-reason .ttl-wrap {
    padding: 40px 0;
    margin-bottom: 80px;
  }
}
.top-reason .ttl-wrap .ttl {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .top-reason .ttl-wrap .ttl {
    font-size: 28px;
    letter-spacing: 3px;
  }
}
.top-reason .ttl-wrap .ttl span {
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .top-reason .ttl-wrap .ttl span {
    font-size: 40px;
  }
}
.top-reason .ttl-wrap .en {
  font-size: 103px;
  font-family: "cormorant-garamond", serif;
  position: absolute;
  color: rgba(255, 255, 255, 0.1843137255);
  letter-spacing: 3px;
  left: 0;
  bottom: -18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-reason .ttl-wrap .en {
    font-size: 60px;
    letter-spacing: 0;
    bottom: -10px;
    left: -3px;
  }
}
.top-reason .contents .items .num {
  display: block;
  width: 133px;
  height: 133px;
  background: #fff;
  border-radius: 100vw;
  border: 1px solid #000;
  font-family: "cormorant-garamond", serif;
  text-align: center;
  font-size: 17px;
  line-height: 1.3;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items .num {
    width: 90px;
    height: 90px;
    font-size: 14px;
    padding-top: 20px;
  }
}
.top-reason .contents .items .num span {
  display: block;
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-size: 45px;
  letter-spacing: -3px;
  color: #8B6FC4;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items .num span {
    font-size: 32px;
  }
}
.top-reason .contents .items .num span::first-letter {
  color: #000;
}
.top-reason .contents .items h4 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-a {
    padding: 0 20px;
  }
}
.top-reason .contents .items-a .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-a .item {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-a .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    left: 0;
    margin-left: 0;
  }
}
.top-reason .contents .items-a .item .img {
  width: 568px;
  margin-top: -68px;
  z-index: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .top-reason .contents .items-a .item .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-a .item .img {
    width: 89%;
    margin: -65px auto 0;
  }
}
.top-reason .contents .items-a .item .txt-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #000;
  padding: 105px 78px 60px 485px;
  margin-left: -425px;
  margin-right: -18px;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-a .item .txt-wrap {
    padding: 60px 20px 80px;
    margin: 0;
  }
}
.top-reason .contents .items-a .item .txt-wrap .txt {
  position: relative;
}
.top-reason .contents .items-a .item .txt-wrap .txt .num {
  position: absolute;
  left: 50%;
  top: -175px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-a .item .txt-wrap .txt .num {
    top: -105px;
  }
}
.top-reason .contents .items-a .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 5%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-a .item.rvs {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-reason .contents .items-a .item.rvs .txt-wrap {
  padding: 105px 485px 24% 78px;
  margin-left: -18px;
  margin-right: -425px;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-a .item.rvs .txt-wrap {
    padding: 60px 20px 80px;
    margin: 0;
  }
}
.top-reason .contents .items-a .item.rvs .img-flex {
  position: absolute;
  left: 52.5%;
  width: 81%;
  bottom: 70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-reason .contents .items-b .item {
  position: relative;
}
.top-reason .contents .items-b .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 67px);
  background: url(../images/top/reason4-bg.jpg) center/cover no-repeat;
  z-index: -1;
}
.top-reason .contents .items-b .item .txt .num {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-reason .contents .items-b .item .txt h4 {
  padding-top: 115px;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-b .item .txt h4 {
    padding-top: 60px;
  }
}
.top-reason .contents .items-b .item .txt h4 + p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-b .item .txt h4 + p {
    text-align: left;
  }
}
.top-reason .contents .items-b .item .txt .facility {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-b .item .txt .facility {
    margin-top: 20px;
    gap: 20px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-reason .contents .items-b .item .txt .facility .box {
  text-align: center;
}
.top-reason .contents .items-b .item .txt .facility .box img {
  width: 82%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-b .item .txt .facility .box img {
    width: 70%;
  }
}
.top-reason .contents .items-b .item .txt .facility .box p {
  background: #AFA157;
  outline: 1px solid #ffffff;
  outline-offset: -7px;
  padding: 67px 0 22px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin-top: -48px;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-b .item .txt .facility .box p {
    font-size: 16px;
    padding: 40px 0 12px;
    margin-top: -30px;
  }
}
.top-reason .contents .items-b .item .txt .facility .box:nth-of-type(odd) p {
  background: #8B6FC4;
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-b .item .txt .facility .box:nth-of-type(3) p {
    background: #AFA157;
  }
}
@media screen and (max-width: 768px) {
  .top-reason .contents .items-b .item .txt .facility .box:nth-of-type(4) p {
    background: #8B6FC4;
  }
}

/*----------診療案内----------*/
.top-medical {
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .top-medical {
    margin: 50px 0;
  }
}
.top-medical .lp-content {
  background: url(../images/top/lp-bg.jpg);
  background-size: cover;
  margin-top: 80px;
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-content {
    margin-top: 30px;
    padding: 40px 0 0;
  }
}
.top-medical .lp-content .wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-content .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.top-medical .lp-content .wrap .txt {
  max-width: 590px;
  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;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-content .wrap .txt {
    width: 100%;
  }
}
.top-medical .lp-content .wrap .txt .catch {
  margin-left: -1000px;
  padding-left: 1000px;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.8078431373);
  color: #000;
  height: 68px;
  line-height: 72px;
  -webkit-clip-path: polygon(0 0, 98% 0, calc(98% - 40px) 100%, 0 100%);
          clip-path: polygon(0 0, 98% 0, calc(98% - 40px) 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .top-medical .lp-content .wrap .txt .catch {
    font-size: 17px;
    height: 50px;
    line-height: 52px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  }
}
.top-medical .lp-content .wrap .txt h4 {
  font-size: 44px;
  font-weight: normal;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-content .wrap .txt h4 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.top-medical .lp-content .wrap .txt h4 + p {
  color: #fff;
}
.top-medical .lp-content .wrap .txt .btn01 {
  border: 1.5px solid #fff;
  color: #fff;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-content .wrap .txt .btn01 {
    margin-top: 20px;
  }
}
.top-medical .lp-content .wrap .txt .btn01::before {
  color: #fff;
}
.top-medical .lp-content .wrap .txt .btn01:hover {
  border: 1.5px solid #fff;
  background: #fff;
  color: #000;
  opacity: 1;
}
.top-medical .lp-content .wrap .txt .btn01:hover::before {
  color: #000;
}
.top-medical .lp-content .wrap .img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top-medical .lp-content .wrap .img {
    position: inherit;
    text-align: right;
    margin-right: -20px;
  }
}
.top-medical .lp-content .wrap .img img {
  width: 719px;
}
@media screen and (max-width: 1200px) {
  .top-medical .lp-content .wrap .img img {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .top-medical .lp-content .wrap .img img {
    width: 100%;
  }
}
.top-medical .medical-content {
  margin: 60px 0 70px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-content {
    margin: 30px 0 40px;
  }
}
.top-medical .medical-content .wrap {
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-content .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.top-medical .medical-content .wrap .item {
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #000;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-content .wrap .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 110px;
  }
}
.top-medical .medical-content .wrap .item img {
  width: 60px;
  margin-right: 22px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-content .wrap .item img {
    width: 40px;
    margin: 0 0 2px;
  }
}
.top-medical .medical-content .wrap .item h4 {
  font-size: 26px;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-content .wrap .item h4 {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top-medical .medical-content .wrap .item h4.line2 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.top-medical .medical-content .wrap .item::before {
  content: "▶";
  position: absolute;
  right: 15px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: inherit;
  font-size: 16px;
  color: #000;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  -webkit-border-image: initial;
       -o-border-image: initial;
          border-image: initial;
  width: auto;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .top-medical .medical-content .wrap .item::before {
    display: none;
  }
}
.top-medical .medical-content .wrap .item:hover {
  opacity: 1;
}
.top-medical .medical-content .wrap .item:hover::before {
  -webkit-transform: translate(3px, -50%);
          transform: translate(3px, -50%);
}
.top-medical .search-content .search {
  background: #f0edf8;
}
.top-medical .search-content .search h2 {
  background: #8c73c8;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 82px;
  height: 78px;
  font-family: "Yu Mincho", serif;
}
@media screen and (max-width: 768px) {
  .top-medical .search-content .search h2 {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
}
.top-medical .search-content .search__list {
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-medical .search-content .search__list {
    padding: 10px 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-medical .search-content .search ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  padding: 0 50px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-medical .search-content .search ul {
    padding: 0 20px;
    margin-top: 12px;
  }
}
.top-medical .search-content .search ul:not(:last-child) {
  border-right: 3px solid #DDD4F1;
}
@media screen and (max-width: 768px) {
  .top-medical .search-content .search ul:not(:last-child) {
    border-right: none;
  }
}
.top-medical .search-content .search ul li {
  border-bottom: 2px solid #DDD4F1;
}
.top-medical .search-content .search ul li:first-of-type a {
  padding-top: 0;
}
.top-medical .search-content .search ul a {
  display: block;
  position: relative;
  padding: 16px 0 10px 28px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-medical .search-content .search ul a {
    font-size: 14px;
    padding: 12px 0 10px 28px;
  }
}
.top-medical .search-content .search ul a::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/common/check-purple.png);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  .top-medical .search-content .search ul a::before {
    width: 15px;
    height: 15px;
  }
}
.top-medical .search-content .search.disease-search {
  margin-top: 50px;
  background: #F8F5F0;
}
@media screen and (max-width: 768px) {
  .top-medical .search-content .search.disease-search {
    margin-top: 40px;
  }
}
.top-medical .search-content .search.disease-search h2 {
  background: #AFA157;
}
.top-medical .search-content .search.disease-search ul:not(:last-child) {
  border-right: 3px solid #E7DFD0;
}
@media screen and (max-width: 768px) {
  .top-medical .search-content .search.disease-search ul:not(:last-child) {
    border: none;
  }
}
.top-medical .search-content .search.disease-search ul li {
  border-bottom: 2px solid #E7DFD0;
}
.top-medical .search-content .search.disease-search ul li:first-of-type a {
  padding-top: 0;
}
.top-medical .search-content .search.disease-search ul a {
  display: block;
  position: relative;
  padding: 16px 0 10px 28px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .top-medical .search-content .search.disease-search ul a {
    padding-top: 12px;
    font-size: 14px;
  }
}
.top-medical .search-content .search.disease-search ul a::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/common/check-gold.png);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  .top-medical .search-content .search.disease-search ul a::before {
    width: 15px;
    height: 15px;
  }
}

/*----------院長ご挨拶----------*/
.top-doctor {
  margin-left: 5.5%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top-doctor {
    margin-left: 0;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.top-doctor .top-ttl {
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-doctor .top-ttl {
    margin-bottom: 30px;
  }
}
.top-doctor .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .top-doctor .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.top-doctor .content .right {
  width: 578px;
}
@media screen and (min-width: 1400px) {
  .top-doctor .content .right {
    width: 678px;
  }
}
@media screen and (max-width: 1200px) {
  .top-doctor .content .right {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .top-doctor .content .right {
    width: 100%;
  }
}
.top-doctor .content .right .img {
  position: relative;
}
.top-doctor .content .right .img .name {
  background: rgba(0, 0, 0, 0.5803921569);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 20px 25px;
  line-height: 1.4;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .top-doctor .content .right .img .name {
    font-size: 22px;
  }
}
.top-doctor .content .right .img .name small {
  font-size: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .top-doctor .content .right .img .name small {
    font-size: 16px;
  }
}
.top-doctor .content .right .img .name span {
  font-family: "cormorant-garamond", serif;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-doctor .content .right .img .name span {
    font-size: 12px;
  }
}
.top-doctor .content .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-doctor .content .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-doctor .content .left h4 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 36px;
  margin-left: 40px;
  letter-spacing: 7px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .top-doctor .content .left h4 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 0;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

/*----------インスタグラム----------*/
.top-instagram .top-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-instagram .top-ttl {
    margin-bottom: 30px;
  }
}

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

  階層ページ

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

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

@media screen and (max-width: 768px) {
  .low #mv:before {
    border-radius: 0;
  }
}
.low #mv:after {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../images/common/low-mv-wave.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.low #mv .ttl {
  display: block;
  width: 100%;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  font-family: "cormorant-garamond", serif;
  letter-spacing: 3px;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px #4a4a4a, 0 0 6px #4a4a4a;
  text-transform: uppercase;
}
.low #mv .ttl span {
  font-family: "kinuta-mincho-stdn", sans-serif;
  display: block;
  font-size: 22px;
}

.low .contents {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .low #mv {
    height: 180px;
    margin-top: 60px;
  }
  .low #mv .ttl {
    font-size: 34px;
    margin-top: -5px;
    line-height: 1.2;
  }
  .low #mv .ttl span {
    margin-top: 8px;
    font-size: 16px;
  }
}
/*各ページメインビジュアル背景*/
#clinic #mv {
  background: url(../images/clinic/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*----------医師・医院紹介----------*/
#clinic .doctor .txt .catch {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: normal;
  color: #8B6FC4;
}
@media screen and (max-width: 768px) {
  #clinic .doctor .txt .catch {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#clinic .doctor .img {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#clinic .doctor .img .name {
  background: rgba(0, 0, 0, 0.5803921569);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  padding: 20px 25px;
  line-height: 1.4;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  #clinic .doctor .img .name {
    font-size: 20px;
  }
}
#clinic .doctor .img .name small {
  font-size: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #clinic .doctor .img .name small {
    font-size: 14px;
  }
}
#clinic .doctor .img .name span {
  font-family: "cormorant-garamond", serif;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  #clinic .doctor .img .name span {
    font-size: 12px;
  }
}
#clinic .career-cont {
  margin-bottom: -40px;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont {
    margin-bottom: -25px;
  }
}
#clinic .career-cont .box {
  padding: 30px 40px;
  border: 1px solid #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box {
    padding: 20px;
    margin-bottom: 25px;
  }
}
#clinic .career-cont .box h4 {
  font-size: 30px;
  letter-spacing: 3px;
  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: 17%;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box dl dt {
    width: 32%;
  }
}
#clinic .career-cont .box dl dd {
  width: 83%;
}
@media screen and (max-width: 768px) {
  #clinic .career-cont .box dl dd {
    width: 68%;
  }
}
#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 .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: 20px;
  background: #8B6FC4;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 120px;
  padding: 10px 20px 8px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-main__caption {
    padding: 5px 10px 4px;
    min-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 #8B6FC4;
  border-right: 2px solid #8B6FC4;
  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 #8B6FC4;
  border-left: 2px solid #8B6FC4;
  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: #EEE8FA;
}

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

#clinic .facility .item h3 {
  background: #8B6FC4;
  color: #fff;
  text-align: center;
  font-size: 23px;
  font-weight: normal;
  padding: 9px 0 3px;
}

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

@media screen and (max-width: 768px) {
  #clinic .facility .item p {
    padding: 16px 30px;
  }
}
#clinic #access .map {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  #clinic #access .map {
    height: 260px;
	vertical-align: bottom;
  }
}
#clinic #access .map + p {
  text-align: center;
  margin-top: 10px;
}
#clinic .youtube {
  text-align: center;
}
#clinic .youtube iframe {
  max-width: 880px;
  height: 495px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #clinic .youtube iframe {
    height: 51vw;
  }
}
#clinic + p {
  text-align: center;
  margin-top: 10px;
}

#clinic .schedule tr:first-child th,
#clinic .schedule tr:first-child td {
  background: #8B6FC4;
  color: #fff;
}

/*----------健康診断ページ----------*/
@media screen and (max-width: 768px) {
  #checkup .kinds .table01 {
    width: 700px;
  }
}
#checkup .kinds .table01 td {
  text-align: center;
}
#checkup .kinds .table01 .w1 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #checkup .kinds .table01 .w1 {
    width: 160px;
  }
}
#checkup .kinds .table01 .w2 {
  width: 170px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #checkup .kinds .table01 .w2 {
    width: 115px;
  }
}
#checkup .kinds .table01 .w2 span {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #checkup .kinds .table01 .w2 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #checkup .kinds .scroll {
    overflow-x: auto;
  }
}

/*----------診療案内----------*/
#medical .medical .item:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #medical .medical .item:not(:first-of-type) {
    margin-top: 40px;
  }
}

/*----------初診の方へ----------*/
@media screen and (max-width: 768px) {
  #first .anchor-list .col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#first .reserve .btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #first .reserve .btn-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    gap: 15px;
  }
}
#first .reserve .btn-flex .btn01 {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #first .reserve .btn-flex .btn01 {
    margin: 0;
  }
}
#first .mynumber .btn01.long {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #first .mynumber .btn01.long {
    margin-top: 20px;
  }
}

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

  呼吸器内科専門サイト

============================================================================*/
/*----------共通----------*/
.respiratory-body .header {
  display: none;
}
.respiratory-body .gold {
  color: #BB9200;
}
.respiratory-body section {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
}

/*----------メインビジュアル----------*/
#respiratory #mv {
  width: 100%;
  height: 700px;
  background: url(../images/respiratory/mv.jpg) no-repeat;
  background-position: right center;
  background-size: calc(100% - 250px) auto;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #respiratory #mv {
    background-size: calc(100% - 100px) auto;
    background-position: 195%;
  }
}
@media screen and (max-width: 768px) {
  #respiratory #mv {
    height: calc(100svh - 120px);
    background: url(../images/respiratory/mv-sp.jpg) no-repeat;
    background-size: cover;
  }
}
#respiratory #mv::before {
  display: none;
}
#respiratory #mv .logo {
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  #respiratory #mv .logo {
    display: none;
  }
}
#respiratory #mv .logo img {
  width: 465px;
  margin-bottom: 15px;
}
#respiratory #mv .logo h2 {
  text-align: center;
  border-radius: 100vw;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  border: 2px solid #000;
}
#respiratory #mv .txt-wrap {
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #respiratory #mv .txt-wrap {
    top: 25%;
  }
}
#respiratory #mv .txt-wrap .txt {
  background: rgba(234, 225, 192, 0.831372549);
  padding: 55px 40px 60px;
  position: relative;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  #respiratory #mv .txt-wrap .txt {
    padding: 30px 20px 40px;
  }
}
#respiratory #mv .txt-wrap .txt .catch {
  position: absolute;
  font-size: 32px;
  top: -35px;
  color: #fff;
  background: #00AF9E;
  border-radius: 10px;
  -webkit-box-shadow: 7px 7px 0 #318A81;
          box-shadow: 7px 7px 0 #318A81;
  padding: 0 30px 4px;
}
@media screen and (max-width: 768px) {
  #respiratory #mv .txt-wrap .txt .catch {
    font-size: 14px;
    padding: 0 20px 4px;
    top: -20px;
  }
}
#respiratory #mv .txt-wrap .txt h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 4px;
}
@media screen and (max-width: 1200px) {
  #respiratory #mv .txt-wrap .txt h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  #respiratory #mv .txt-wrap .txt h3 {
    font-size: 24px;
    letter-spacing: 2px;
  }
}
#respiratory #mv .txt-wrap .txt h3 span {
  color: #BB9200;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffffff));
  background: -webkit-linear-gradient(transparent 60%, #ffffff 60%);
  background: linear-gradient(transparent 60%, #ffffff 60%);
}
#respiratory #mv .txt-wrap .txt .feature {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  bottom: -150px;
}
@media screen and (max-width: 768px) {
  #respiratory #mv .txt-wrap .txt .feature {
    bottom: -80px;
    gap: 10px;
  }
}
#respiratory #mv .txt-wrap .txt .feature .item {
  width: 185px;
  height: 185px;
  background: #E5F1F1;
  border-radius: 100vw;
  padding-top: 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #respiratory #mv .txt-wrap .txt .feature .item {
    width: 110px;
    height: 110px;
    padding-top: 34px;
  }
}
#respiratory #mv .txt-wrap .txt .feature .item::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid #00AF9E;
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  #respiratory #mv .txt-wrap .txt .feature .item::after {
    inset: 5px;
  }
}
#respiratory #mv .txt-wrap .txt .feature .item p {
  font-size: 23px;
  text-align: center;
  color: #00AF9E;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #respiratory #mv .txt-wrap .txt .feature .item p {
    font-size: 14px;
  }
}

/*----------呼吸器内科とは----------*/
#respiratory .about-cont {
  padding: 80px 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#01AF9E), to(#86DFD6)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #01AF9E 0%, #86DFD6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #01AF9E 0%, #86DFD6 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  #respiratory .about-cont {
    padding: 40px 0;
  }
}
#respiratory .about-cont .ttl {
  text-align: center;
  margin-top: -10px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #respiratory .about-cont .ttl {
    margin-bottom: 20px;
  }
}
#respiratory .about-cont .ttl .en {
  letter-spacing: 3px;
  line-height: 1;
  font-family: "serenity", sans-serif;
  text-transform: uppercase;
  font-size: 69px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6901960784);
}
@media screen and (max-width: 768px) {
  #respiratory .about-cont .ttl .en {
    font-size: 36px;
  }
}
#respiratory .about-cont .ttl .en strong {
  font-weight: 500;
  color: #fff;
}
#respiratory .about-cont .ttl .ja {
  display: block;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #respiratory .about-cont .ttl .ja {
    font-size: 20px;
  }
}
#respiratory .about-cont h4 {
  background: #fff;
  color: #00AF9E;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  padding: 6px 8px 8px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #respiratory .about-cont h4 {
    font-size: 20px;
  }
}
#respiratory .about-cont h4 + p {
  color: #fff;
}

/*----------このようなお悩みありませんか----------*/
#respiratory .worries-cont {
  padding: 80px 0;
  background: url(../images/respiratory/worries-bg.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #respiratory .worries-cont {
    background-position: 33%;
  }
}
@media screen and (max-width: 768px) {
  #respiratory .worries-cont {
    padding: 40px 0;
    background: #ededed;
  }
}
#respiratory .worries-cont::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 260px solid transparent;
  border-right: 260px solid transparent;
  border-top: 100px solid rgba(176, 176, 176, 0.3921568627);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #respiratory .worries-cont::before {
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-top: 50px solid rgba(176, 176, 176, 0.3921568627);
    bottom: -35px;
  }
}
#respiratory .worries-cont .txt {
  max-width: 720px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #respiratory .worries-cont .txt {
    margin: 0;
  }
}
#respiratory .worries-cont .txt h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #respiratory .worries-cont .txt h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
#respiratory .worries-cont .txt h3 span {
  font-size: 50px;
  color: #00AF9E;
  position: relative;
}
@media screen and (max-width: 768px) {
  #respiratory .worries-cont .txt h3 span {
    font-size: 35px;
  }
}
#respiratory .worries-cont .txt h3 span::before {
  content: "●";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 8px;
  color: #00AF9E;
}
#respiratory .worries-cont .txt .items {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #respiratory .worries-cont .txt .items {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#respiratory .worries-cont .txt .items .item {
  background: #fff;
  border-radius: 100vw;
  width: 220px;
  height: 220px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #respiratory .worries-cont .txt .items .item {
    width: 100%;
    border-radius: 10px;
    height: 140px;
  }
}
#respiratory .worries-cont .txt .items .item .num {
  font-family: "serenity", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #00AF9E;
  position: relative;
  line-height: 1;
  margin-bottom: 14px;
  padding-bottom: 14px;
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  #respiratory .worries-cont .txt .items .item .num {
    font-size: 30px;
    padding-top: 14px;
  }
}
#respiratory .worries-cont .txt .items .item .num::first-letter {
  color: #D8D8D8;
}
#respiratory .worries-cont .txt .items .item .num::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 1px;
  background: rgba(0, 175, 157, 0.5294117647);
}
#respiratory .worries-cont .txt .items .item h4 {
  font-size: 23px;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #respiratory .worries-cont .txt .items .item h4 {
    font-size: 16px;
  }
}

/*----------このようなお悩みをお持ちのかたは...----------*/
#respiratory .message-cont p {
  padding: 100px 0 70px;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #respiratory .message-cont p {
    padding: 60px 0 30px;
    font-size: 24px;
  }
}
#respiratory .message-cont p small {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  #respiratory .message-cont p small {
    font-size: 18px;
  }
}
#respiratory .message-cont p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(187, 146, 0, 0.1529411765)));
  background: -webkit-linear-gradient(transparent 60%, rgba(187, 146, 0, 0.1529411765) 60%);
  background: linear-gradient(transparent 60%, rgba(187, 146, 0, 0.1529411765) 60%);
}

/*----------当院の呼吸器内科の特徴----------*/
#respiratory .feature-cont {
  background: #E5F1F1;
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont {
    padding: 40px 0 0;
  }
}
#respiratory .feature-cont .ttl {
  line-height: 1.6;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .ttl {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
#respiratory .feature-cont .ttl .en {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1b7e74), to(#72afa9));
  background-image: -webkit-linear-gradient(top, #1b7e74, #72afa9);
  background-image: linear-gradient(to bottom, #1b7e74, #72afa9);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "serenity", sans-serif;
  font-size: 126px;
  font-weight: normal;
  letter-spacing: 5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .ttl .en {
    font-size: 55px;
    letter-spacing: 2px;
  }
}
#respiratory .feature-cont .ttl .en span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00af9e), to(#8ce1d9));
  background-image: -webkit-linear-gradient(top, #00af9e, #8ce1d9);
  background-image: linear-gradient(to bottom, #00af9e, #8ce1d9);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#respiratory .feature-cont .ttl .ja {
  display: block;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .ttl .ja {
    font-size: 20px;
  }
}
#respiratory .feature-cont .item .num {
  background: #00AF9E;
  border-radius: 10px;
  color: #fff;
  font-family: "serenity", sans-serif;
  text-align: center;
  font-size: 34px;
  line-height: 1;
  padding: 5px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item .num {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#respiratory .feature-cont .item h4 {
  font-weight: normal;
  line-height: 1.6;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item h4 {
    font-size: 18px;
  }
}
#respiratory .feature-cont .item h4 span {
  display: block;
  color: #00AF9E;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item h4 span {
    font-size: 24px;
  }
}
#respiratory .feature-cont .item.item-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#respiratory .feature-cont .item.item-a .img {
  width: 630px;
}
@media screen and (max-width: 1200px) {
  #respiratory .feature-cont .item.item-a .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-a .img {
    width: 100%;
  }
}
#respiratory .feature-cont .item.item-a .txt {
  margin-left: 6%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-a .txt {
    margin-left: 0;
  }
}
#respiratory .feature-cont .item.item-a.rvs {
  background: #fff;
  padding: 80px 0;
  -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) {
  #respiratory .feature-cont .item.item-a.rvs {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#respiratory .feature-cont .item.item-a.rvs .txt {
  margin-left: 0;
  margin-right: 6%;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-a.rvs .txt {
    margin-right: 0;
  }
}
#respiratory .feature-cont .item.item-b {
  background: url(../images/respiratory/feature-bg.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-b {
    padding: 40px 0;
  }
}
#respiratory .feature-cont .item.item-b .num {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#respiratory .feature-cont .item.item-b h4 {
  color: #fff;
}
#respiratory .feature-cont .item.item-b h4 span {
  color: #fff;
}
#respiratory .feature-cont .item.item-b h4 + p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-b h4 + p {
    text-align: left;
  }
}
#respiratory .feature-cont .item.item-b .disease-box {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-b .disease-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}
#respiratory .feature-cont .item.item-b .disease-box .box {
  border-radius: 10px;
  background: #E5F1F1;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-b .disease-box .box {
    height: 140px;
  }
}
#respiratory .feature-cont .item.item-b .disease-box .box:nth-child(odd) {
  background: #fff;
}
#respiratory .feature-cont .item.item-b .disease-box .box .img {
  background: #1B7E74;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vw;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-b .disease-box .box .img {
    width: 70px;
    height: 70px;
  }
}
#respiratory .feature-cont .item.item-b .disease-box .box .img img {
  width: 54px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-b .disease-box .box .img img {
    width: 40px;
  }
}
#respiratory .feature-cont .item.item-b .disease-box .box h5 {
  margin-top: 15px;
  font-size: 23px;
  color: #1B7E74;
  text-align: center;
  font-weight: normal;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-b .disease-box .box h5 {
    font-size: 17px;
    margin-top: 10px;
  }
}
#respiratory .feature-cont .item.item-b .disease-box .box h5 small {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-b .disease-box .box h5 small {
    font-size: 14px;
  }
}
#respiratory .feature-cont .item.item-b .disease-box .box h5.line2 {
  margin-top: 10px;
}
#respiratory .feature-cont .item.item-c {
  background: #fff;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-c {
    padding: 0 20px 40px;
  }
}
#respiratory .feature-cont .item.item-c .wrap {
  background: url(../images/respiratory/feature4-bg.jpg);
  background-size: cover;
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-c .wrap {
    padding: 20px;
  }
}
#respiratory .feature-cont .item.item-c .wrap .txt {
  background: rgba(255, 255, 255, 0.8470588235);
  border-radius: 10px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-c .wrap .txt {
    padding: 40px 20px;
  }
}
#respiratory .feature-cont .item.item-c .wrap .txt .num {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-c .wrap .txt h4 {
    line-height: 1.5;
  }
}
#respiratory .feature-cont .item.item-c .wrap .txt h4 + p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #respiratory .feature-cont .item.item-c .wrap .txt h4 + p {
    text-align: left;
  }
}

/*----------診察の流れ----------*/
#respiratory .flow-cont .ttl-wrap {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#01AF9E), to(#86DFD6)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #01AF9E 0%, #86DFD6 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #01AF9E 0%, #86DFD6 100%) 0% 0% no-repeat padding-box;
  padding: 68px 0 60px;
}
@media screen and (max-width: 768px) {
  #respiratory .flow-cont .ttl-wrap {
    padding: 30px 0 28px;
  }
}
#respiratory .flow-cont .ttl-wrap h3 {
  text-align: center;
}
#respiratory .flow-cont .ttl-wrap h3::first-letter {
  color: #1B7E74;
}
#respiratory .flow-cont .ttl-wrap h3 .en {
  font-family: "serenity", sans-serif;
  font-size: 69px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #respiratory .flow-cont .ttl-wrap h3 .en {
    font-size: 36px;
  }
}
#respiratory .flow-cont .ttl-wrap h3 .ja {
  display: block;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #respiratory .flow-cont .ttl-wrap h3 .ja {
    font-size: 20px;
  }
}
#respiratory .flow-cont .contents {
  background: #E8EBE9;
}
#respiratory .flow-cont .contents .flow {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #respiratory .flow-cont .contents .flow {
    padding: 40px 0;
  }
}
#respiratory .flow-cont .contents .flow__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #ffffff;
}
#respiratory .flow-cont .contents .flow__item:not(:last-child) {
  margin-bottom: 30px;
}
#respiratory .flow-cont .contents .flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 50px;
  width: 15px;
  height: calc(100% - 60px);
  background: rgba(26, 184, 168, 0.4588235294);
  z-index: 1;
}
#respiratory .flow-cont .contents .flow__num {
  width: 120px;
  padding: 45px 0 0 40px;
  border-right: 1px dotted #00AF9E;
  font-size: 40px;
  font-family: "serenity", sans-serif;
  line-height: 1;
  color: #00AF9E;
}
#respiratory .flow-cont .contents .flow__body {
  width: calc(100% - 120px);
  padding: 50px;
  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;
}
#respiratory .flow-cont .contents .flow__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
#respiratory .flow-cont .contents .flow__title {
  font-size: 27px;
  font-weight: 500;
  margin-top: -8px;
  color: #00AF9E;
  line-height: 1.6;
}
#respiratory .flow-cont .contents .flow__desc {
  margin-top: 10px;
}
#respiratory .flow-cont .contents .flow__img {
  width: 300px;
}
@media (max-width: 768px) {
  #respiratory .flow-cont .contents .flow__item {
    padding: 20px;
  }
  #respiratory .flow-cont .contents .flow__item:not(:last-child)::before {
    top: 60px;
    left: 32px;
    width: 7px;
    height: calc(100% - 20px);
  }
  #respiratory .flow-cont .contents .flow__num {
    width: 50px;
    padding: 0;
    font-size: 30px;
  }
  #respiratory .flow-cont .contents .flow__body {
    width: calc(100% - 50px);
    padding: 10px 0 10px 20px;
    display: block;
  }
  #respiratory .flow-cont .contents .flow__text {
    width: 100%;
  }
  #respiratory .flow-cont .contents .flow__title {
    font-size: 20px;
  }
  #respiratory .flow-cont .contents .flow__img {
    width: 100%;
    margin-top: 20px;
  }
}

/*----------よくあるご質問----------*/
#respiratory .faq-cont {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #respiratory .faq-cont {
    padding: 40px 0;
  }
}
#respiratory .faq-cont h3 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #respiratory .faq-cont h3 {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
#respiratory .faq-cont h3::first-letter {
  color: #1B7E74;
}
#respiratory .faq-cont h3 .en {
  font-family: "serenity", sans-serif;
  font-size: 69px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #respiratory .faq-cont h3 .en {
    font-size: 50px;
  }
}
#respiratory .faq-cont h3 .ja {
  display: block;
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #respiratory .faq-cont h3 .ja {
    font-size: 20px;
  }
}

.faq-item {
  padding: 24px 0;
  border-bottom: 1px solid #D1D1D1;
}
@media screen and (max-width: 768px) {
  .faq-item {
    padding: 15px 0;
  }
}
.faq-item:first-of-type {
  padding-top: 0;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.faq-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .faq-left {
    gap: 11px;
  }
}

.q-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #E5F1F1;
  line-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  color: #00AF9E;
  font-family: "serenity", sans-serif;
}
@media screen and (max-width: 768px) {
  .q-icon {
    width: 40px;
    min-width: 40px;
    font-size: 19px;
    line-height: 37px;
    height: 40px;
  }
}

.faq-toggle {
  position: relative;
  width: 19px;
  height: 19px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq-toggle {
    min-width: 15px;
    height: 15px;
  }
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  background: #00AF9E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-toggle::before {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  .faq-toggle::before {
    height: 3px;
  }
}

.faq-toggle::after {
  width: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  .faq-toggle::after {
    width: 3px;
  }
}

.faq-item.active .faq-toggle::after {
  opacity: 0;
}

.faq-answer {
  display: none;
  margin-left: 90px;
  padding: 20px;
  color: #444;
  background: #E5F1F1;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .faq-answer {
    margin-left: 45px;
    margin-top: 5px;
    padding: 15px;
  }
}

/*----------CTA----------*/
#respiratory .cta-cont {
  background: url(../images/respiratory/contact-bg.jpg);
  background-size: cover;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  #respiratory .cta-cont {
    padding: 30px 0;
  }
}
#respiratory .cta-cont h3 {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #respiratory .cta-cont h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
  }
}
#respiratory .cta-cont h3 + p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #respiratory .cta-cont h3 + p {
    text-align: left;
  }
}
#respiratory .cta-cont .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #respiratory .cta-cont .btns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#respiratory .cta-cont .btns .btn_01 {
  background: #fff;
  border-radius: 10px;
  width: 50%;
  text-align: center;
  color: #000;
  line-height: 1.4;
  padding: 20px 0 15px;
}
@media screen and (max-width: 768px) {
  #respiratory .cta-cont .btns .btn_01 {
    width: 100%;
  }
}
#respiratory .cta-cont .btns .btn_01 h4 {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #respiratory .cta-cont .btns .btn_01 h4 {
    font-size: 16px;
  }
}
#respiratory .cta-cont .btns .btn_01 h4 .num {
  font-size: 40px;
  font-family: "serenity", sans-serif;
  display: block;
  font-weight: 500;
  color: #1B7E74;
}
@media screen and (max-width: 768px) {
  #respiratory .cta-cont .btns .btn_01 h4 .num {
    font-size: 28px;
  }
}
#respiratory .cta-cont .btns .btn_01 h4 .num small {
  font-size: 26px;
}
#respiratory .cta-cont .btns .btn_02 {
  /*width: 25%;*/
  width: 50%;
  background: #BB9200;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  #respiratory .cta-cont .btns .btn_02 {
    /*width: calc(50% - 8px);*/
	width: 100%;
    padding: 10px 0;
  }
}
#respiratory .cta-cont .btns .btn_02::before {
  position: absolute;
  right: 8px;
  bottom: 8px;
  content: "";
  border-top: 8px solid #BB9200;
  border-left: 8px solid #BB9200;
  border-right: 8px solid rgba(255, 255, 255, 0.8509803922);
  border-bottom: 8px solid rgba(255, 255, 255, 0.8509803922);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#respiratory .cta-cont .btns .btn_02 img {
  width: 40px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #respiratory .cta-cont .btns .btn_02 img {
    width: 30px;
  }
}
#respiratory .cta-cont .btns .btn_02 h4 {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #respiratory .cta-cont .btns .btn_02 h4 {
    font-size: 20px;
  }
}
#respiratory .cta-cont .btns .btn_02.line {
  background: #00AF9E;
}
#respiratory .cta-cont .btns .btn_02.line::before {
  position: absolute;
  right: 8px;
  bottom: 8px;
  content: "";
  border-top: 8px solid #00AF9E;
  border-left: 8px solid #00AF9E;
  border-right: 8px solid rgba(255, 255, 255, 0.8509803922);
  border-bottom: 8px solid rgba(255, 255, 255, 0.8509803922);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

  フッター

============================================================================*/
/* footer */
#footer {
  position: relative;
  padding: 80px 0 60px;
  background: #F3F3F3;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 0 30px;
  }
}

#footer:before {
  position: absolute;
  top: -65px;
  right: 45px;
  display: block;
  width: 165px;
  height: 119px;
  background: url(../images/common/footer-deco2.png) no-repeat;
  background-size: cover;
  content: "";
}

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

#footer .left {
  text-align: center;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #footer .left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

#footer .left h2 img {
  width: 590px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #footer .left h2 img {
    width: 100%;
    max-width: 400px;
  }
}

#footer .left .tel a {
  font-size: 29px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #footer .left .tel a {
    font-size: 24px;
  }
}

#footer .left .tel span {
  position: relative;
  padding-left: 20px;
}
#footer .left .tel span:before {
  content: "";
  background: url(../images/common/icon-tel-blk.png) no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  left: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #footer .left .tel span:before {
    width: 22px;
    height: 22px;
    top: 4px;
  }
}

#footer .left .btn {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #footer .left .btn {
    margin-top: 5px;
  }
}

#footer .left .btn li {
  width: 50%;
}

#footer .left .btn li a {
  display: block;
  line-height: 64px;
  height: 62px;
  font-size: 19px;
  border: 1px solid #000;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .left .btn li a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}

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

#footer .left .btn li a span::before {
  content: "";
  background-image: url(../images/common/icon-line-blk.png);
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

#footer .left .btn li a:hover {
  background: #000;
  color: #fff;
}
#footer .left .btn li a:hover span::before {
  background-image: url(../images/common/icon-line-wt.png);
}

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

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

/*schedule*/
.schedule {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #000;
}

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

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

.schedule th {
  text-align: center;
}

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

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

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

.footer-access {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: bottom;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), color-stop(50%, #F3F3F3), color-stop(50%, #8B6FC4), to(#8B6FC4));
  background: -webkit-linear-gradient(top, #F3F3F3 0%, #F3F3F3 50%, #8B6FC4 50%, #8B6FC4 100%);
  background: linear-gradient(to bottom, #F3F3F3 0%, #F3F3F3 50%, #8B6FC4 50%, #8B6FC4 100%);
}

@media screen and (max-width: 768px) {
  .footer-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.footer-access iframe {
  width: 100%;
  height: 400px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .footer-access iframe {
    height: 240px;
  }
}

.footer-nav {
  padding: 45px 0 30px;
  background: #8B6FC4;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav .content .ttl {
  border-bottom: 1px solid #ffffff;
  font-size: 36px;
  font-family: "cormorant-garamond", serif;
  letter-spacing: 3px;
  margin-bottom: 14px;
  color: #fff;
}

.footer-nav .content ul li a {
  position: relative;
  color: #ffffff;
  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: #ffffff;
  top: 5px;
  left: 0;
}

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

.footer-nav .content .left .flex ul {
  width: 50%;
}

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

.footer-nav .content .right {
  width: 47%;
}

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

.footer-nav .content .right .flex ul {
  width: 50%;
}

.copyright {
  color: #fff;
  background: #8B6FC4;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}

@media screen and (max-width: 1024px) {
  .copyright {
    font-size: 10px;
    padding: 15px 0;
    margin-bottom: 60px;
  }
}
/* footer sp nav */
.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: 15px;
  letter-spacing: 0.04em;
  vertical-align: bottom;
  width: 50%;
  height: 60px;
  line-height: 30px;
  background-color: rgba(139, 111, 196, 0.9294117647);
  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-web-wt.png) no-repeat center center/contain;
  margin-right: 5px;
  margin-bottom: 3px;
}

.sp_bottom-menu__btn--line {
  background-color: rgba(175, 160, 87, 0.937254902) !important;
}

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

.sp_bottom-menu__btn--tel {
  background-color: rgba(31, 31, 31, 0.91) !important;
}

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

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