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

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #3B2917;
  line-height: 2;
  height: 100%;
  letter-spacing: 0.7px;
  counter-reset: number 0;
  min-width: 1150px;
}

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

a:hover {
  opacity: 0.8;
}

ul,
li {
  list-style: none;
}

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

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

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

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

textarea {
  font-family: inherit;
}

main {
  display: block;
  overflow: hidden;
}

small {
  font-size: 90%;
}

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

  共通

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue {
  color: #1e00ff;
}

.orange {
  color: #FF8C29;
}

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

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

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

.u-clearfix .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%;
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list01 li {
  line-height: 2;
}

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

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

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

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

/*----------点と背景----------*/
.list03 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 20px 12px;
  background-color: #ccc;
  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: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
}

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

/*----------点と枠線----------*/
.list04 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 20px 12px;
  border: solid 4px #F1ECE2;
  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: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #FF8C29;
  border: 1px solid #FF8C29;
  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;
  background: #FAECD4;
  word-wrap: break-word;
}

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .table01 thead tr th {
    padding: 10px;
  }
  .table01 tbody th {
    padding: 8px 10px;
  }
  .table01 tbody td {
    padding: 8px 15px;
  }
}
/*----------流れ----------*/
.flow-box-wrap {
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .flow-box {
    padding: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.flow-box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 4px;
  height: calc(100% - 4px);
  border-right: #FF8C29 dotted 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

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

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

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

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

.flow-box h3 {
  padding: 10px 10px;
  margin: 0 0 15px;
  font-size: 22px;
  background-image: none;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  font-weight: 500;
  border-bottom: 3px solid #FF8C29;
}

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

.flow-box .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 4%;
  background: #FF8C29;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 28px;
}

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

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

@media screen and (max-width: 768px) {
  .flow-box .content {
    width: 80%;
  }
}
/*----------FAQ----------*/
.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
  box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
}

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

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

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

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

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

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

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

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

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

/*----------ボタン----------*/
.btn01 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 15px 15px;
  border-radius: 100vw;
  color: #FF8C29;
  background-color: #fff;
  border-radius: 100vw;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0;
  border: 1px solid #FF8C29;
}
.btn01:hover {
  background: #FF8C29;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .btn01 {
    margin: 30px auto 0;
  }
}
.btn02 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 15px 15px;
  border-radius: 100vw;
  color: #fff;
  background-color: #FF8C29;
  border-radius: 100vw;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0;
  border: 1px solid #FF8C29;
}
.btn02:hover {
  background: #fff;
  color: #FF8C29;
  opacity: 1;
}

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

.btn03 {
  position: relative;
  border: none;
  width: 170px;
  margin-top: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .btn03 {
    margin-top: 30px;
  }
}
.btn03::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #fff;
  rotate: 40deg;
  position: absolute;
  right: -1px;
  bottom: 4px;
}

.btn03 a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  border-bottom: 1px solid #fff;
}

.btn03 a:hover {
  opacity: 0.7;
}

/*----------スマホで表示・非表示----------*/
.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;
  }
}
/*----------サイドナビ----------*/
#side-nav {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1120px) {
  #side-nav {
    display: none;
  }
}

#side-nav li {
  margin-bottom: 10px;
}

#side-nav li:last-child {
  margin-bottom: 0;
}

#side-nav a {
  display: inline-block;
  text-decoration: none;
  width: 100px;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 10px 15px 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-size: clamp(0.6875rem, 0.7vw + 0.4775rem, 1rem);
}

#side-nav a:hover {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#side-nav .web a {
  background-color: #FF8C29;
  color: #fff;
  line-height: 1.4;
}

#side-nav .web a span {
  text-align: left;
  display: inline-block;
  position: relative;
  padding-top: 30px;
}

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

#side-nav .line a {
  background-color: #08D800;
  color: #fff;
  line-height: 1.4;
}

#side-nav .line a span {
  text-align: left;
  display: inline-block;
  position: relative;
  padding-top: 35px;
}

#side-nav .line a span:before {
  content: "";
  background: url(../images/common/line.png) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*----------診療時間----------*/
.schedule-table table {
  margin-bottom: 10px;
}
.schedule-table table tr:first-of-type td {
  background: #FAECD4;
}
.schedule-table table td {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .schedule-table table td {
    padding: 5px !important;
  }
}
.schedule-table table th {
  background: #FF8C29 !important;
}
@media screen and (max-width: 768px) {
  .schedule-table table th {
    padding: 5px !important;
  }
}

/*----------症例----------*/
.before-after-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .before-after-img {
    margin-bottom: 20px;
  }
}
.before-after-img::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-right: 0;
  border-left: 12.5px solid #FF8C29;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .before-after-img::after {
    border-left: 10px solid #FF8C29;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}
.before-after-img .cont {
  width: 46.5%;
}
.before-after-img .cont img {
  width: 100%;
}
.before-after-img .cont:last-of-type p {
  background: #FE7A9C;
}
.before-after-img .cont p {
  background: #31B0DF;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1.4;
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  .before-after-img .cont p {
    font-size: 16px;
  }
}

/*----------LPサイトのバナー----------*/
.lp-bnr {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lp-bnr {
    margin-top: 20px;
  }
}
.lp-bnr img {
  max-width: 1000px;
  width: 100%;
}

/*----------アニメーション----------*/
.scroll-space {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.fadein.fadein-left {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}
.fadein.fadein-right {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}
.fadein.fadein-up {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

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

  ヘッダー

============================================================================*/
/*----------ヘッダー PC版----------*/
.header-fixed {
  width: 100%;
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 1120px) {
  .header-fixed {
    display: none;
    height: 0;
  }
}
.header-bg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  margin: 0 40px;
  border-radius: 20px;
}

.header-wrapper {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  width: 21%;
  padding: 0 2%;
}

.header-logo > a {
  display: block;
  line-height: 1;
  height: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

.header-contact .tel {
  background: #FF8C29;
  border-radius: 0 20px 20px 0;
  width: 190px;
  height: 90px;
  text-align: center;
  padding-top: 18px;
}

.header-contact .tel a {
  color: #fff;
  display: block;
  font-size: 26px;
  line-height: 1.3;
}

.header-contact .tel a h3 {
  font-weight: 500;
  font-size: 15px;
}

.header-nav {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.header-nav__list > li {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

.header-nav__list > li.policy:hover {
  background: #fff5eb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-nav__list > li.medical:hover {
  background: #ffffe9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-nav__list > li.doctor:hover {
  background: #ecffe6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-nav__list > li.clinic:hover {
  background: #e6ffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-nav__list > li.price:hover {
  background: #fbefff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-nav__list > li.access:hover {
  background: #fff0fc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-nav__list > li > a {
  border-left: 1px dashed #D1D1D1;
  padding: 10px 2% 8px;
  display: inline-block;
  color: #3B2917;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 90px;
}
.header-nav__list > li > a span {
  display: block;
}
.header-nav__list > li > a span img {
  width: 39px;
}
.header-nav__list > li > a:hover {
  opacity: 1 !important;
}

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

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

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

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

.header-nav__second-menu > li a {
  margin: 0;
  display: block;
  width: 250px;
  height: auto;
  line-height: 1.2;
  background-color: #FF8C29;
  color: #fff;
  text-align: left;
  padding: 10px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

/*----------ヘッダー PC版固定----------*/
.header-bg.thin {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}

.header-bg.thin .header-wrapper {
  height: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-bg.thin .header-logo {
  width: 18%;
  padding: 0 2%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-bg.thin .header-nav__list > li > a {
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 70px;
}
.header-bg.thin .header-nav__list > li > a span img {
  width: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-bg.thin .header-contact {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 70px;
}

.header-bg.thin .header-contact .tel {
  height: 70px;
  padding-top: 11px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-bg.thin .header-contact .tel a {
  font-size: 23px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-bg.thin .header-contact .tel a h3 {
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-bg.thin .header-nav__second-menu {
  top: 70px;
  font-size: 14px;
}

/*----------ヘッダー SP版----------*/
.sp_header {
  display: none;
  height: 0;
  position: relative;
}

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

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

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

.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: 15px;
  z-index: 100;
}

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

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

.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: #FF8C29;
  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-size: 1rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 18px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.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: inline-block;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  margin-top: -58px;
  text-align: left;
  float: right;
  cursor: default;
  padding: 18px 30px 41px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.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.4s;
  transition: all 0.4s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

.sp_header-nav__second-menu {
  display: none;
  width: 100%;
}

.sp_header-nav__second-menu li {
  background-color: rgb(255, 115, 0);
  border-top: 1px solid white;
}

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

.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.4s;
  transition: all 0.4s;
}

.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;
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-ttl {
    margin-bottom: 30px;
  }
}
.top-ttl .ttl-bg {
  position: absolute;
  top: -55px;
  left: 50%;
  line-height: 1.1;
  color: #FFF2E8;
  letter-spacing: 16px;
  font-size: 98px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-ttl .ttl-bg {
    font-size: 40px;
    letter-spacing: 5px;
    top: -20px;
  }
}
.top-ttl .ja {
  font-size: 47px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja {
    font-size: 28px;
    line-height: 1.3;
  }
}
.top-ttl .ja:first-letter {
  color: #FF8C29;
}
.top-ttl .en {
  color: #FF8C29;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-ttl .en {
    font-size: 14px;
  }
}

.ttl01 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  background-color: #F1ECE2;
  padding: 18px 0;
  margin-bottom: 30px;
  position: relative;
  color: #3B2917;
  z-index: 0;
  border-bottom: 2px solid #FF8C29;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 21px;
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.ttl01::first-letter {
  color: #FF8C29;
}

.ttl02 {
  position: relative;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #FF8C29;
  font-weight: 500;
  padding-left: 14px;
  margin-top: 35px;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 2px dashed #e2dcd7;
}

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

.ttl03 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 15px;
  background-color: #f0ede7;
  margin-bottom: 10px;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 15px;
    margin-top: 20px;
  }
}
.ttl04 {
  font-weight: 500;
  display: block;
  font-size: 20px;
  color: #FF6F29;
  line-height: 1.4;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 16px;
    text-align: left;
  }
}
.ttl04::before {
  content: "■";
  padding-right: 6px;
}

.ttl-well {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #FF6F29;
}
@media screen and (max-width: 768px) {
  .ttl-well {
    font-size: 20px;
    margin-top: -10px;
  }
}

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

  トップページ

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

@media screen and (max-width: 1300px) {
  .top-mv {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .top-mv {
    margin-top: 60px;
    height: calc(100svh - 120px);
  }
}
.top-mv__catch {
  position: absolute;
  top: 56%;
  right: 13%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 170px;
}

@media screen and (max-width: 768px) {
  .top-mv__catch {
    right: 2%;
    top: 32%;
  }
}
.top-mv__catch p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 31px;
  color: #fff;
  text-shadow: 0px 0px 10px #707070;
}
@media screen and (max-width: 768px) {
  .top-mv__catch p {
    font-size: 24px;
  }
}
.top-mv__catch p span {
  border-right: 3px solid #fff;
  padding-right: 5px;
}

/* スライド */
.top-mv-swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .top-mv-slide__03 {
    background-image: url(../images/top/mv3-sp.jpg);
  }
}
/* 診療時間 */
.top-schedule-table {
  position: absolute;
  bottom: 65px;
  left: 0px;
  z-index: 10;
  background-color: #fff;
  padding: 15px 20px 25px;
  font-size: 17px;
  border-radius: 0 20px 20px 0;
}

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

.top-schedule-table table th,
.top-schedule-table table td {
  padding: 15px 20px;
  text-align: center;
  border-bottom: 1px dashed #A39582;
  line-height: 1.1;
  font-weight: 500;
}

.top-schedule-table table th {
  border-right: 1px dashed #A39582;
}

.top-schedule-table table td {
  padding: 15px 11px;
}

.top-schedule-table table td span {
  color: #FF8C29;
}

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

.top-schedule-table p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.top-schedule-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
}

.top-schedule-table dl dt {
  padding-right: 20px;
}

.top-schedule-table dl dd a {
  color: #ff8686;
  font-size: 30px;
}

.top-schedule-table dl dd a span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .top-schedule-table {
    bottom: 40px;
    padding: 15px 15px 5px;
    font-size: 14px;
    margin-right: 20px;
  }
  .top-schedule-table table {
    width: 100%;
  }
  .top-schedule-table table th,
  .top-schedule-table table td {
    padding: 8px 5px;
    text-align: center;
    border-bottom: 1px dotted #ABABAB;
    line-height: 1;
    vertical-align: middle;
  }
  .top-schedule-table table td {
    padding: 5px 5px;
  }
  .top-schedule-table p {
    margin: 5px 0 10px;
    font-size: 14px;
  }
  .top-schedule-table dl dt {
    padding-right: 10px;
  }
  .top-schedule-table dl dd a {
    font-size: 22px;
  }
  .top-schedule-table dl dd a span:before {
    background: url(../images/tel.png) no-repeat;
    background-size: 26px;
    width: 26px;
    height: 25px;
  }
}
/*----------ニュース&インスタグラム----------*/
.top-news {
  background: #F1ECE2;
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 40px 0;
  }
}
.top-news .curve {
  width: 100%;
  height: 78px;
  background: url(../images/top/info-curve.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -77px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-news .curve {
    height: 40px;
    top: -39px;
  }
}
@media screen and (max-width: 400px) {
  .top-news .curve {
    height: 16px;
    top: -15px;
  }
}
.top-news .contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .top-news .contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.top-news .contents .item {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .top-news .contents .item {
    padding: 20px;
  }
}
.top-news .contents .item .ttl {
  font-size: 38px;
  font-weight: 550;
  text-align: center;
  letter-spacing: 5px;
  border-bottom: 1px dashed #D1D1D1;
  margin-top: -14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-news .contents .item .ttl {
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: 14px;
  }
}
.top-news .contents .item .ttl:first-letter {
  color: #FF8C29;
}
.top-news .contents .insta .ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-news .contents .insta .ttl {
    margin-bottom: 14px;
  }
}
.top-news .contents .news .ttl-cont {
  position: relative;
}
.top-news .contents .news .ttl-cont .btn {
  width: 100px;
  border: 1px solid #FF8C29;
  background: #FF8C29;
  margin-bottom: 16px;
  text-align: center;
  border-radius: 100vw;
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .top-news .contents .news .ttl-cont .btn {
    width: 70px;
    top: 10px;
  }
}
.top-news .contents .news .ttl-cont .btn:hover {
  background: #fff;
}
.top-news .contents .news .ttl-cont .btn:hover a {
  color: #FF8C29;
  opacity: 1;
}
.top-news .contents .news .ttl-cont .btn a {
  display: block;
  padding: 2px 20px 3px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .top-news .contents .news .ttl-cont .btn a {
    padding: 0;
    font-size: 12px;
  }
}
.top-news .contents .news ul li:not(:last-of-type) {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .top-news .contents .news ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.top-news .contents .news ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news .contents .news ul li a figure {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: 13px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .top-news .contents .news ul li a figure {
    width: 80px;
    height: 80px;
  }
}
.top-news .contents .news ul li a figure img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.top-news .contents .news ul li a article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-news .contents .news ul li a article .date {
  font-size: 14px;
  color: #FF8C29;
}
@media screen and (max-width: 768px) {
  .top-news .contents .news ul li a article .date {
    font-size: 12px;
  }
}
.top-news .contents .news ul li a article p {
  color: #3B2917;
}

/*----------コンセプト----------*/
.top-concept {
  background: url(../images/top/concept-bg.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 80px 0 80px;
}
@media screen and (max-width: 768px) {
  .top-concept {
    background: url(../images/top/concept-bg-sp.jpg);
    background-size: cover;
    padding: 50px 0 150px;
    background-position: 90% bottom;
  }
}
.top-concept .contents {
  max-width: 772px;
}
@media screen and (max-width: 768px) {
  .top-concept .contents {
    width: 100%;
  }
}
.top-concept .contents .ttl {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 10px;
  margin-top: -14px;
}
@media screen and (max-width: 768px) {
  .top-concept .contents .ttl {
    font-size: 33px;
    letter-spacing: 3px;
    margin-top: -20px;
  }
}
.top-concept .contents .ttl:first-letter {
  color: #FF8C29;
}
.top-concept .contents .ttl span {
  font-size: 16px;
  color: #FF8C29;
  padding-left: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .top-concept .contents .ttl span {
    padding-left: 5px;
  }
}
.top-concept .contents h4 {
  font-size: 31px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-concept .contents h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

/*----------たかぎ歯科の特長----------*/
.top-feature {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding: 50px 0 0;
  }
}
.top-feature .item {
  width: 100%;
  height: 500px;
  background: #FE7A9C;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-feature .item {
    overflow: unset;
    height: auto;
  }
}
.top-feature .item .txt-wrap {
  width: 50%;
  height: 500px;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media screen and (max-width: 768px) {
  .top-feature .item .txt-wrap {
    position: initial;
    width: 100%;
    height: auto;
    padding: 20px 20px 40px;
  }
}
.top-feature .item .txt-wrap .num {
  color: #fff;
  font-size: 145px;
  opacity: 0.25;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.56;
}
@media screen and (max-width: 768px) {
  .top-feature .item .txt-wrap .num {
    position: relative;
    font-size: 90px;
    text-align: right;
    margin-top: -20px;
    margin-right: -24px;
    z-index: 5;
  }
}
.top-feature .item .txt-wrap .txt {
  width: 463px;
  position: absolute;
  left: 53%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-feature .item .txt-wrap .txt {
    width: 100%;
    position: initial;
    -webkit-transform: none;
            transform: none;
  }
}
.top-feature .item .txt-wrap h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-feature .item .txt-wrap h4 {
    font-size: 17px;
    margin-top: -20px;
    margin-bottom: 10px;
  }
}
.top-feature .item .txt-wrap .btn {
  margin-left: auto;
}
.top-feature .item .img {
  -webkit-transform: skewX(13deg);
          transform: skewX(13deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(50% + 100px);
  height: 550px;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-feature .item .img {
    position: initial;
    width: 100%;
    height: 240px;
    -webkit-transform: none;
            transform: none;
  }
}
.top-feature .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: skewX(-13deg);
          transform: skewX(-13deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-feature .item .img img {
    -webkit-transform: none;
            transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-feature .item.rvs {
  background: #AA71FF;
}
.top-feature .item.rvs .txt-wrap {
  left: 0px;
}
.top-feature .item.rvs .txt-wrap .txt {
  left: 47%;
}
.top-feature .item.rvs .txt-wrap .num {
  left: 0;
}
.top-feature .item.rvs .img {
  -webkit-transform: skewX(-13deg);
          transform: skewX(-13deg);
  right: 0px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .top-feature .item.rvs .img {
    -webkit-transform: none;
            transform: none;
  }
}
.top-feature .item.rvs .img img {
  -webkit-transform: skewX(13deg);
          transform: skewX(13deg);
}
@media screen and (max-width: 768px) {
  .top-feature .item.rvs .img img {
    -webkit-transform: none;
            transform: none;
  }
}
.top-feature .item.item1::before {
  position: absolute;
  content: "";
  background: url(../images/top/feature1-deco.png);
  bottom: -1px;
  left: 63px;
  width: 128px;
  height: 166px;
  background-size: cover;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-feature .item.item1::before {
    width: 70px;
    height: 90px;
    left: 20px;
    bottom: 0;
  }
}
.top-feature .item.item2::before {
  position: absolute;
  content: "";
  background: url(../images/top/feature2-deco.png);
  bottom: -1px;
  right: 63px;
  width: 117px;
  height: 134px;
  background-size: cover;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-feature .item.item2::before {
    width: 76px;
    height: 78px;
    left: 20px;
    bottom: 0;
  }
}
.top-feature .item.item3 {
  background: #31B0DF;
}
.top-feature .item.item3::before {
  position: absolute;
  content: "";
  background: url(../images/top/feature3-deco.png);
  bottom: -1px;
  left: 45px;
  width: 209px;
  height: 152px;
  background-size: cover;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-feature .item.item3::before {
    width: 115px;
    height: 84px;
    bottom: 0;
    left: 20px;
  }
}
.top-feature .item.item4 {
  background: #9ABF00;
}
.top-feature .item.item4::before {
  position: absolute;
  content: "";
  background: url(../images/top/feature4-deco.png);
  bottom: 0px;
  right: 63px;
  width: 154px;
  height: 102px;
  background-size: cover;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-feature .item.item4::before {
    width: 100px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    height: 67px;
    left: 20px;
    bottom: 0;
  }
}

/*定期検診*/
.top-feature .checkup {
  padding: 80px 0;
  background: #FAECD4;
}
@media screen and (max-width: 768px) {
  .top-feature .checkup {
    padding: 50px 0;
  }
}
.top-feature .checkup .num {
  font-size: 96px;
  text-align: center;
  line-height: 0.56;
}
@media screen and (max-width: 768px) {
  .top-feature .checkup .num {
    font-size: 60px;
    margin-bottom: -17px;
  }
}
.top-feature .checkup .txt {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-feature .checkup .txt {
    margin-bottom: 20px;
  }
}
.top-feature .checkup .txt h4 {
  font-size: 30px;
  font-weight: normal;
  margin: 40px 0 10px;
}
@media screen and (max-width: 768px) {
  .top-feature .checkup .txt h4 {
    font-size: 20px;
    line-height: 1.6;
  }
}
.top-feature .checkup .txt p {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-feature .checkup .txt p {
    text-align: left;
  }
}
.top-feature .checkup .txt p::before {
  position: absolute;
  content: "";
  background: url(../images/top/checkup-deco1.png);
  bottom: 8px;
  left: -160px;
  width: 74px;
  height: 107px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-feature .checkup .txt p::before {
    left: 0;
    top: -60px;
    width: 37px;
    height: 54px;
  }
}
.top-feature .checkup .txt p::after {
  position: absolute;
  content: "";
  background: url(../images/top/checkup-deco2.png);
  bottom: 14px;
  right: -150px;
  width: 81px;
  height: 91px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-feature .checkup .txt p::after {
    right: 0;
    top: -60px;
    width: 43px;
    height: 48px;
  }
}
.top-feature .checkup .box-items {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .top-feature .checkup .box-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.top-feature .checkup .box-items .box-item {
  background: #FF8C29;
  border-radius: 20px;
}
.top-feature .checkup .box-items .box-item:nth-child(odd) {
  background: #FF6F29;
}
.top-feature .checkup .box-items .box-item img {
  border-radius: 20px 20px 0 0;
}
.top-feature .checkup .box-items .box-item div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 82px;
}
@media screen and (max-width: 768px) {
  .top-feature .checkup .box-items .box-item div {
    height: 80px;
  }
}
.top-feature .checkup .box-items .box-item div p {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .top-feature .checkup .box-items .box-item div p {
    font-size: 13px;
    line-height: 1.4;
  }
}

/*----------画像ループ----------*/
.loop_css {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  left: 50%;
  margin-left: -50%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .loop_css {
    height: 180px;
  }
}
.loop_css img {
  width: auto;
  height: 100%;
}

/* 1つ目の画像 */
.loop_css img:first-child {
  -webkit-animation: loop 20s -9.9s linear infinite;
          animation: loop 20s -9.9s linear infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

/* 2つ目の画像 */
.loop_css img + img {
  -webkit-animation: loop2 20s linear infinite;
          animation: loop2 20s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
/*----------診療のご案内----------*/
.top-medical {
  padding: 110px 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical {
    padding: 50px 0 30px;
  }
}
.top-medical .curve {
  width: 100%;
  height: 80px;
  background: url(../images/top/medical-curve.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -79px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-medical .curve {
    height: 30px;
    bottom: -29px;
  }
}
@media screen and (max-width: 400px) {
  .top-medical .curve {
    height: 20px;
    bottom: -19px;
  }
}
.top-medical .main-item .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FFDDEA;
}
@media screen and (max-width: 768px) {
  .top-medical .main-item .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-medical .main-item .item .txt {
  width: 50%;
  padding: 0 100px;
  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;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-medical .main-item .item .txt {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-medical .main-item .item .txt {
    width: 100%;
    padding: 40px 20px;
  }
}
.top-medical .main-item .item .txt .ttl {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .top-medical .main-item .item .txt .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .top-medical .main-item .item .txt .ttl {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.top-medical .main-item .item .txt .ttl span {
  font-size: 16px;
  color: #FE7A9C;
  display: block;
}
.top-medical .main-item .item .txt p {
  z-index: 1;
}
.top-medical .main-item .item .txt .btn02 {
  background: #FE7A9C;
  border: 1px solid #FE7A9C;
  margin: 30px 0 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-medical .main-item .item .txt .btn02 {
    margin-top: 20px;
  }
}
.top-medical .main-item .item .txt .btn02:hover {
  background: #fff;
  color: #FE7A9C;
}
.top-medical .main-item .item .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-medical .main-item .item .img {
    width: 100%;
  }
}
.top-medical .main-item .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #CAF4FF;
}
@media screen and (max-width: 768px) {
  .top-medical .main-item .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-medical .main-item .item.rvs .txt .ttl span {
  color: #31B0DF;
}
.top-medical .main-item .item.rvs .txt .btn02 {
  background: #31B0DF;
  border: 1px solid #31B0DF;
}
.top-medical .main-item .item.rvs .txt .btn02:hover {
  background: #fff;
  color: #31B0DF;
}
.top-medical .main-item .item.item1 .txt::after {
  position: absolute;
  content: "";
  background: url(../images/top/medical-main1-deco.png);
  bottom: -10px;
  right: 0px;
  width: 225px;
  height: 225px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-medical .main-item .item.item1 .txt::after {
    width: 150px;
    height: 150px;
    right: -25px;
    bottom: -5px;
  }
}
.top-medical .main-item .item.item2 .txt::after {
  position: absolute;
  content: "";
  background: url(../images/top/medical-main2-deco.png);
  bottom: -13px;
  right: -5px;
  width: 225px;
  height: 225px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-medical .main-item .item.item2 .txt::after {
    width: 130px;
    height: 130px;
    right: 0px;
    bottom: -7px;
  }
}
.top-medical .sub-item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-medical .sub-item {
    margin-top: 30px;
  }
}
.top-medical .sub-item .contents {
  gap: 55px 40px;
}
@media screen and (max-width: 768px) {
  .top-medical .sub-item .contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}
.top-medical .sub-item .contents .item {
  background: #FAECD4;
  border-radius: 20px;
  outline: 1px dashed #FF8C29;
  outline-offset: -10px;
  text-align: center;
  padding: 50px 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical .sub-item .contents .item {
    padding: 30px 0 30px;
  }
}
.top-medical .sub-item .contents .item::after {
  position: absolute;
  content: "";
  background: url(../images/common/detail-btn.png);
  bottom: -15px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 50%;
  width: 44px;
  height: 44px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-medical .sub-item .contents .item::after {
    width: 30px;
    height: 30px;
    bottom: -10px;
  }
}
.top-medical .sub-item .contents .item img {
  width: 92px;
}
@media screen and (max-width: 768px) {
  .top-medical .sub-item .contents .item img {
    width: 50px;
  }
}
.top-medical .sub-item .contents .item p {
  font-size: 26px;
  margin-top: 6px;
  line-height: 1.6;
  color: #3B2917;
}
@media screen and (max-width: 768px) {
  .top-medical .sub-item .contents .item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .top-medical .sub-item .contents .item p.sm {
    font-size: 13.5px;
    letter-spacing: 0;
  }
}

/*----------医院のご案内----------*/
.top-info {
  padding: 195px 0 80px;
  background-image: url(../images/top/info-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-info {
    padding: 70px 0 50px;
    background-position: center;
  }
}
.top-info .top-ttl .ttl-bg {
  color: #fff;
  opacity: 0.6;
}
.top-info .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-info .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-info .contents .movie {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .top-info .contents .movie {
    width: 100%;
  }
}
.top-info .contents .movie iframe {
  width: 100%;
  height: 417px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .movie iframe {
    margin-left: 20px;
    height: 54vw;
	width: calc(100% - 20px);
  }
}
.top-info .contents .txt {
  margin-left: 7%;
  width: 43%;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 0 20px;
    width: 100%;
  }
}
.top-info .contents .txt .add {
  position: relative;
}
.top-info .contents .txt .add::after {
  position: absolute;
  content: "";
  background: url(../images/top/info-deco.png);
  bottom: 5px;
  right: 0;
  width: 133px;
  height: 84px;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .add::after {
    display: none;
  }
}
.top-info .contents .txt img {
  width: 260px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt img {
    width: 200px;
  }
}
.top-info .contents .txt .top-schedule-table {
  position: static;
  border-radius: 20px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .top-info .contents .txt .top-schedule-table {
    margin-right: 0;
  }
}

/*----------採用情報----------*/
.top-recruit {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 30px 0;
  }
}
.top-recruit::after {
  position: absolute;
  content: "";
  background: url(../images/top/recruit-deco1.png);
  bottom: 0px;
  right: 0;
  width: 192px;
  height: 194px;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-recruit::after {
    width: 140px;
    height: 142px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    right: auto;
    left: 0;
  }
}
.top-recruit::before {
  position: absolute;
  content: "";
  background: url(../images/top/recruit-deco2.png);
  top: 0px;
  left: 0;
  width: 210px;
  height: 193px;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-recruit::before {
    width: 150px;
    height: 138px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    left: auto;
    right: 0;
  }
}
.top-recruit .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-recruit .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-recruit .contents .img {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .top-recruit .contents .img {
    margin-right: 0;
    margin-top: 30px;
  }
}
.top-recruit .contents .img img {
  width: 512px;
}
@media screen and (max-width: 768px) {
  .top-recruit .contents .img img {
    width: 100%;
  }
}
.top-recruit .contents .txt .top-ttl {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-recruit .contents .txt .top-ttl {
    margin-bottom: 10px;
  }
}
.top-recruit .contents .txt .btn02 {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .top-recruit .contents .txt .btn02 {
    margin-top: 20px;
  }
}

/*----------ボタンリスト----------*/
#home #btn-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  #home #btn-list ul {
    display: none;
  }
}

#home #btn-list ul li {
  width: 50%;
  text-align: center;
}
#home #btn-list ul li:nth-of-type(2) a {
  background: #FF8C29;
}
#home #btn-list ul li:nth-of-type(3) a {
  background: #08D800;
}

#home #btn-list ul li a {
  display: block;
  line-height: 150px;
  height: 150px;
  font-size: 33px;
  color: #fff;
  background-color: #614E3A;
}

#home #btn-list ul li a:hover {
  opacity: 1;
}

#home #btn-list ul li a:hover span:after {
  -webkit-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px);
}

#home #btn-list ul li a span {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 66px;
}

#home #btn-list ul li a span:before {
  content: "";
  background: url(../images/common/btn-list-tel.png) no-repeat;
  background-size: 53px;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#home #btn-list ul li a span:after {
  content: "▶";
  font-size: 16px;
  position: absolute;
  top: 51%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

#home #btn-list ul li.web a span:before {
  background: url(../images/common/btn-list-web.png) no-repeat;
  background-size: 53px;
}

#home #btn-list ul li.line a span:before {
  background: url(../images/common/btn-list-line.png) no-repeat;
  background-size: 53px;
}

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

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

  階層ページ

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

@media screen and (max-width: 768px) {
  .low #mv {
    margin: 0;
  }
}
.low #mv:before {
  content: "";
  background-color: rgba(105, 70, 23, 0.5294117647);
  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: 40px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px #4D3E2C, 0 0 6px #4D3E2C;
}

.low .contents {
  position: relative;
}

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

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

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

#price #mv {
  background: url(../images/price/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;
}

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

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

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

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

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

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

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

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

/*----------治療へのこだわり----------*/
#policy .feature .intro {
  margin-bottom: 20px;
}
#policy .feature .feature-items {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #policy .feature .feature-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#policy .feature .feature-items .item p {
  text-align: center;
  background: #FF8C29;
  color: #fff;
  padding: 5px 0;
  font-size: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #policy .feature .feature-items .item p {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 8px;
  }
}
#policy .feature .feature-items .item p::before {
  content: "";
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 13px;
  -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;
}
#policy .feature .feature-items .item:nth-child(odd) p {
  background: #FF6F29;
}
#policy .precision .flex04 .img {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #policy .precision .flex04 .img {
    width: 100%;
  }
}
#policy .alignment dl {
  border: 1px solid #bbb;
  border-collapse: collapse;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  -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;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  #policy .alignment dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
#policy .alignment dl dt {
  padding: 0 1em;
  width: 40%;
  border-right: 1px solid #bbb;
}
@media screen and (max-width: 768px) {
  #policy .alignment dl dt {
    width: 100%;
    border: none;
    padding: 0;
  }
}
#policy .alignment dl dd {
  padding: 0 1em;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #policy .alignment dl dd {
    width: 100%;
    padding: 0;
  }
}
#policy .alignment dl dd:nth-of-type(2) {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #policy .alignment dl dd:nth-of-type(2) {
    width: 100%;
  }
}
#policy .alignment dl dd a {
  width: 100%;
  position: relative;
  display: inline-block;
  min-width: 120px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 5px;
  vertical-align: middle;
  font-size: 0.9rem;
  margin: 8px 0 12px 0;
  padding: 5px 3em 5px 1.5em;
  background-color: #FAECD4;
  color: #FF8C29;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #policy .alignment dl dd a {
    margin-bottom: 0;
  }
}
#policy .alignment dl dd a:after {
  position: absolute;
  content: "";
  background: url(../images/common/external-link.png);
  width: 16px;
  height: 16px;
  background-size: cover;
  top: 12px;
  right: 20px;
}

/*----------医師・スタッフ紹介----------*/
#doctor .director .catch {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  color: #FF6F29;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #doctor .director .catch {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
#doctor .director .u-clearfix.rvs {
  margin-bottom: 40px;
}
#doctor .director .u-clearfix.rvs .img {
  float: left;
  margin-left: 0px;
  margin-right: 40px;
}
#doctor .director .name {
  text-align: right;
  margin-top: 20px;
  line-height: 1.6;
}
#doctor .director .name span {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  #doctor .director .name span {
    font-size: 20px;
  }
}

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

@media screen and (max-width: 768px) {
  #doctor .director .career {
    padding: 40px 0;
    margin-top: 40px;
  }
}
#doctor .director .career .box-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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #doctor .director .career .box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#doctor .director .career .box-item .box {
  background: #fff;
  width: 48%;
  border-radius: 10px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  #doctor .director .career .box-item .box {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #doctor .director .career .box-item .box:last-of-type {
    margin-top: 20px;
  }
}
#doctor .director .career .box-item .box h4 {
  text-align: center;
  background: #FF8C29;
  color: #fff;
  border-radius: 100vw;
  padding: 2px 0;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
}

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

#doctor .director .career .box-item .box1 {
  width: 100%;
  margin-bottom: 4%;
}
#doctor .director .career .box-item .box1 .left_box {
  width: 48%;
  float: left;
}
@media screen and (max-width: 768px) {
  #doctor .director .career .box-item .box1 .left_box {
    float: inherit;
    width: 100%;
  }
}
#doctor .director .career .box-item .box1 .right_box {
  width: 48%;
  float: right;
}
@media screen and (max-width: 768px) {
  #doctor .director .career .box-item .box1 .right_box {
    float: inherit;
    width: 100%;
  }
}
#doctor .director .career .box-item .box1 dt {
  width: 5em;
  float: left;
}
#doctor .director .career .box-item .box1 dd {
  float: right;
  width: calc(100% - 5em);
}

#doctor .director .career .box-item .box1 h4 {
  background: #614E3A;
}

#doctor .director .career .box-item .box1 ul li::before {
  color: #614E3A;
}

#doctor .director .career .box-item .box2 ul li::before {
  color: #FF8C29;
}

#doctor .director .career .box-item .box3 h4 {
  background: #FF6F29;
}

#doctor .director .career .box-item .box3 ul li::before {
  color: #FF6F29;
}

#doctor .staff .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

@media screen and (max-width: 768px) {
  #doctor .staff .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }
  #doctor .staff .item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#doctor .staff .item .img {
  width: 40%;
  max-width: 450px;
  margin-right: 20px;
}

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

#doctor .staff .item .txt .career span {
  /* 氏名上の肩書・青丸囲み */
  background: #FF8C29;
  color: #fff;
  font-size: 15px;
  padding: 2px 10px 4px;
  border-radius: 100vw;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #doctor .staff .item .txt .career span {
    font-size: 14px;
  }
}

#doctor .staff .career {
  /* 氏名上の肩書・青丸囲みを横並び */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #doctor .staff .item .txt {
    width: 100%;
    margin-top: 20px;
  }
}
#doctor .staff .item .txt .name {
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 3px;
}

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

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

/*----------医院紹介----------*/
#clinic .please .well02 {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #clinic .please .well02 {
    font-size: 16px;
    text-align: left;
  }
}

#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 {
  line-height: 1.4;
  font-size: 18px;
  background: #FF8C29;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  padding: 10px 10px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #clinic .clinic-slide-main__caption {
    padding: 3px 0;
    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: 3px solid #FF8C29;
  border-right: 3px solid #FF8C29;
  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: 3px solid #FF8C29;
  border-left: 3px solid #FF8C29;
  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 .ct-col {
  gap: 20px;
  max-width: 700px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #clinic .facility .ct-col {
    gap: 10px;
    margin-top: 10px;
  }
}
#clinic .other .items {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #clinic .other .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#clinic .other .items .img {
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #clinic .other .items .img {
    width: 80%;
    margin: 0 auto;
  }
}
#clinic .other .items .img img {
  width: 100%;
}
#clinic .other .items h3 {
  color: #FF6F29;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #clinic .other .items h3 {
    font-size: 18px;
    margin-top: 10px;
  }
}
#clinic .other .items p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #clinic .other .items p {
    font-size: 14px;
  }
}

/*----------治療費----------*/
@media screen and (max-width: 768px) {
  #price .cost .scroll {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  #price .cost table {
    width: 550px;
  }
}
#price .cost table th {
  background: #FAECD4;
  color: #4D3E2C;
}
@media screen and (max-width: 768px) {
  #price .cost table th.w30 {
    width: 30%;
  }
}
#price .cost table .txt {
  width: 35%;
}
#price .cost table .price {
  width: 23%;
}
#price .cost table .img {
  width: 12%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #price .cost table .img {
    width: 20%;
  }
}
#price .cost table .img2 {
  width: 20%;
}
#price .pay .credit {
  width: 530px;
  margin-top: 10px;
}
#price .deduction .well02 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #price .deduction .well02 {
    text-align: left;
  }
}
#price .deduction .well02 .btn02 {
  margin-top: 20px;
}

/*----------アクセス---------*/
#access .access .youtube {
  text-align: center;
}
#access .access .youtube iframe {
  max-width: 800px;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #access .access .youtube iframe {
    width: 100%;
    height: 48vw;
  }
}
#access .access .youtube + p {
  text-align: center;
  margin-bottom: 30px;
}
#access .access .root {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #access .access .root {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#access .access .root h3 {
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
  font-weight: 500;
  color: #FF6F29;
}
@media screen and (max-width: 768px) {
  #access .access .root h3 {
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
#access .access .root h3 span {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #FF6F29;
  border-radius: 100vw;
}
@media screen and (max-width: 768px) {
  #access .access .root h3 span {
    line-height: 26px;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #access .access .root p {
    font-size: 13px;
    line-height: 1.8;
  }
}
#access .map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  #access .map iframe {
    height: 300px;
  }
}

#access .overview .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
}

@media screen and (max-width: 768px) {
  #access .overview .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#access .overview .contents .img {
  width: 41%;
  max-width: 470px;
}

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

@media screen and (max-width: 768px) {
  #access .overview .contents .txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #access .overview .contents th {
    width: 80px;
  }
}
/*----------診療案内---------*/
#medical .shinryo__list {
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #medical .shinryo__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

#medical .shinryo__item {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
}

#medical .shinryo__item > a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#medical .shinryo__item > a:hover,
#medical .shinryo__item > a:focus {
  opacity: 0.7;
}

#medical .shinryo__item > a h4 {
  display: block;
  font-weight: 500;
  font-style: normal;
  font-size: 1.375em;
  text-align: left;
  margin-bottom: 0px;
  color: #FF8C29;
}
@media screen and (max-width: 768px) {
  #medical .shinryo__item > a h4 {
    margin-top: -10px;
  }
}

@media screen and (max-width: 576px) {
  #medical .shinryo__item > a h4 {
    font-size: 20px;
    text-align: center;
  }
}
#medical .shinryo__item > a img {
  display: block;
  border-radius: 20px 20px 0 0;
}

#medical .shinryo__item > a p {
  color: #212529;
}

#medical .shinryo__item-inner {
  padding: 20px;
}

/*----------インプラント治療---------*/
#implant .straumann {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #implant .straumann {
    margin-top: 20px;
  }
}
#implant .straumann .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #FF6F29;
}
@media screen and (max-width: 768px) {
  #implant .straumann .ttl {
    font-size: 16px;
  }
}
#implant .straumann video {
  max-width: 740px;
}
@media screen and (max-width: 768px) {
  #implant .straumann video {
    width: 100%;
  }
}

/*----------入れ歯治療---------*/
#denture .table-ft {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #denture .table-ft {
    font-size: 13px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #denture .table-ft th {
    padding: 8px 0;
  }
}
#denture .table-ft td {
  text-align: center;
}
#denture .kinds .before-after-img {
  margin-top: 20px;
}
#denture .kinds .list04 {
  margin: 20px 0 20px;
}

/*----------矯正歯科---------*/
#correction .before-after-img {
  margin-top: 20px;
}

/*----------予防歯科---------*/
#prevention .flow-box img {
  max-width: 400px;
}
#prevention .sillha .mb0-ttl {
  margin-bottom: -4px;
}

/*----------審美歯科---------*/
#aesthetic .ceramic .feature-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #aesthetic .ceramic .feature-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
#aesthetic .ceramic .feature-box .item {
  position: relative;
  background: #FAECD4;
  padding: 20px;
}
#aesthetic .ceramic .feature-box .item::before {
  position: absolute;
  top: -8px;
  left: -8px;
  counter-increment: number 1;
  content: counter(number) " ";
  width: 38px;
  height: 38px;
  line-height: 34px;
  background-color: #FF8C29;
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #aesthetic .ceramic .feature-box .item::before {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
#aesthetic .ceramic .img-sm {
  width: 22%;
}
@media screen and (max-width: 768px) {
  #aesthetic .ceramic .img-sm {
    width: 100%;
  }
}

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

  LP

============================================================================*/
/*----------歯医者慣れっこステップ----------*/
#narekko {
  color: #3B2917;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #narekko {
    letter-spacing: 0;
  }
}
#narekko .ttl-type1 {
  font-size: 39px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #narekko .ttl-type1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#narekko .ttl-type1 span {
  position: relative;
}
#narekko .ttl-type1 span::before {
  content: "";
  min-width: 100%;
  height: 8px;
  background: url(../images/narekko/dot-line.png) repeat-x left top/contain;
  display: inline-block;
  position: absolute;
  bottom: -14px;
}
@media screen and (max-width: 768px) {
  #narekko .ttl-type1 span::before {
    height: 6px;
    bottom: -10px;
  }
}
#narekko #mv {
  height: 54vw;
  background: url(../images/narekko/mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #narekko #mv {
    height: calc(100svh - 120px);
    background: url(../images/narekko/mv-sp.jpg);
    background-size: cover;
    background-position: center 90%;
  }
}
#narekko #mv::before {
  display: none;
}
#narekko #mv .txt {
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #narekko #mv .txt {
    display: none;
  }
}
#narekko #mv .txt img {
  width: 630px;
}
#narekko .intro-cont {
  padding: 60px 0 155px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #narekko .intro-cont {
    padding: 20px 0 50px;
  }
}
#narekko .intro-cont::before {
  content: "";
  position: absolute;
  background: url(../images/narekko/intro-deco1.png);
  background-size: cover;
  width: 108px;
  height: 102px;
  left: 70px;
  bottom: 140px;
}
@media screen and (max-width: 768px) {
  #narekko .intro-cont::before {
    left: 10px;
    bottom: 38px;
    width: 50px;
    height: 46px;
  }
}
#narekko .intro-cont::after {
  content: "";
  position: absolute;
  background: url(../images/narekko/intro-deco2.png);
  background-size: cover;
  width: 80px;
  height: 98px;
  right: 70px;
  bottom: 140px;
}
@media screen and (max-width: 768px) {
  #narekko .intro-cont::after {
    right: 10px;
    bottom: 38px;
    width: 42px;
    height: 51px;
  }
}
#narekko .intro-cont .cloud {
  width: 100%;
  height: 320px;
  background: url(../images/narekko/cloud.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #narekko .intro-cont .cloud {
    height: 80px;
    top: -79px;
  }
}
#narekko .intro-cont .contents .txt {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #narekko .intro-cont .contents .txt {
    font-size: 14px;
  }
}
#narekko .intro-cont .contents .txt strong {
  font-size: 39px;
  line-height: 1.3;
  border-bottom: 7px solid #FBFFC6;
}
@media screen and (max-width: 768px) {
  #narekko .intro-cont .contents .txt strong {
    font-size: 20px;
    border-bottom: 4px solid #FBFFC6;
  }
}
#narekko .intro-cont .contents .txt strong span.c1 {
  color: #F5A100;
}
#narekko .intro-cont .contents .txt strong span.c2 {
  color: #0B76BE;
}
#narekko .intro-cont .contents .txt strong span.c3 {
  color: #E71947;
}
#narekko .intro-cont .contents .txt strong span.c4 {
  color: #9CC813;
}
#narekko .recommendation-cont {
  background: #FAFFAE;
  padding: 35px 0 0px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #narekko .recommendation-cont {
    padding-top: 30px;
  }
}
#narekko .recommendation-cont .round {
  width: 100%;
  height: 244px;
  background: url(../images/narekko/round1.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -244px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #narekko .recommendation-cont .round {
    height: 50px;
    top: -49px;
  }
}
#narekko .recommendation-cont .ttl-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #narekko .recommendation-cont .ttl-wrap {
    margin-bottom: 30px;
  }
}
#narekko .recommendation-cont .ttl {
  position: relative;
  display: inline-block;
  height: 72px;
  line-height: 72px;
  padding: 0 2rem;
  background-color: #F5A100;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #narekko .recommendation-cont .ttl {
    font-size: 17px;
    padding: 0 1rem;
    line-height: 1.4;
    padding-top: 12px;
  }
}
#narekko .recommendation-cont .ttl::before,
#narekko .recommendation-cont .ttl::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #F5A100 transparent;
  border-style: solid;
  content: "";
}
#narekko .recommendation-cont .ttl::before {
  left: -14px;
  border-width: 36px 0px 36px 15px;
}
#narekko .recommendation-cont .ttl::after {
  right: -14px;
  border-width: 36px 15px 36px 0px;
}
#narekko .recommendation-cont .contents .items {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #narekko .recommendation-cont .contents .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
#narekko .recommendation-cont .contents .items h4 {
  font-size: 23px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #narekko .recommendation-cont .contents .items h4 {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
#narekko .spend-cont {
  padding: 180px 0 155px;
  background-image: -webkit-repeating-linear-gradient(left, #9cc813, #9cc813 18px, #a4cc26 18px, #a4cc26 26px);
  background-image: repeating-linear-gradient(90deg, #9cc813, #9cc813 18px, #a4cc26 18px, #a4cc26 26px);
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #narekko .spend-cont {
    padding: 70px 0 60px;
  }
}
#narekko .spend-cont .round {
  width: 100%;
  height: 197px;
  background: url(../images/narekko/round2.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #narekko .spend-cont .round {
    height: 45px;
    top: 0px;
  }
}
#narekko .spend-cont .contents .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #narekko .spend-cont .contents .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#narekko .spend-cont .contents .flex .img {
  width: 610px;
}
@media screen and (max-width: 1200px) {
  #narekko .spend-cont .contents .flex .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #narekko .spend-cont .contents .flex .img {
    width: 100%;
  }
}
#narekko .spend-cont .contents .flex .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #narekko .spend-cont .contents .flex .txt {
    margin: 0;
    margin-top: 10px;
  }
}
#narekko .spend-cont .contents .flex .txt h4 {
  font-size: 31px;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #narekko .spend-cont .contents .flex .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#narekko .spend-cont .contents .message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #narekko .spend-cont .contents .message {
    margin: 0 -20px;
    margin-top: 20px;
  }
}
#narekko .spend-cont .contents .message p {
  position: relative;
  background: #fff;
  max-width: 836px;
  width: 100%;
  border-radius: 17px;
  font-size: 21px;
  line-height: 1.6;
  text-align: center;
  padding: 15px 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #narekko .spend-cont .contents .message p {
    font-size: 14px;
    padding: 15px;
    text-align: left;
    width: 100%;
  }
}
#narekko .spend-cont .contents .message p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}
@media screen and (max-width: 768px) {
  #narekko .spend-cont .contents .message p::before {
    display: none;
  }
}
#narekko .spend-cont .contents .message p::after {
  content: "";
  position: absolute;
  background: url(../images/narekko/spend2.png);
  background-size: cover;
  width: 162px;
  height: 232px;
  right: -200px;
  bottom: -89px;
}
@media screen and (max-width: 768px) {
  #narekko .spend-cont .contents .message p::after {
    display: none;
  }
}
#narekko .flow-cont {
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont {
    padding-top: 30px;
  }
}
#narekko .flow-cont .round {
  width: 100%;
  height: 244px;
  background: url(../images/narekko/round3.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -243px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .round {
    height: 50px;
    top: -49px;
  }
}
#narekko .flow-cont .intro {
  text-align: center;
  position: relative;
}
#narekko .flow-cont .intro::before {
  content: "";
  position: absolute;
  background: url(../images/narekko/flow-deco1.png);
  background-size: cover;
  width: 183px;
  height: 93px;
  left: 0;
  top: 40px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .intro::before {
    display: none;
  }
}
#narekko .flow-cont .intro::after {
  content: "";
  position: absolute;
  background: url(../images/narekko/flow-deco2.png);
  background-size: cover;
  width: 185px;
  height: 75px;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .intro::after {
    display: none;
  }
}
#narekko .flow-cont .intro .ttl {
  position: relative;
  display: inline-block;
  height: 72px;
  line-height: 72px;
  padding: 0 2rem;
  background-color: #F5A100;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .intro .ttl {
    font-size: 18px;
    padding: 0 1rem;
    height: 49px;
    line-height: 49px;
    margin-bottom: 20px;
  }
}
#narekko .flow-cont .intro .ttl::before,
#narekko .flow-cont .intro .ttl::after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #F5A100 transparent;
  border-style: solid;
  content: "";
}
#narekko .flow-cont .intro .ttl::before {
  left: -14px;
  border-width: 36px 0px 36px 15px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .intro .ttl::before {
    border-width: 25px 0px 25px 15px;
  }
}
#narekko .flow-cont .intro .ttl::after {
  right: -14px;
  border-width: 36px 15px 36px 0px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .intro .ttl::after {
    border-width: 25px 15px 25px 0px;
  }
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .intro p {
    text-align: left;
  }
}
#narekko .flow-cont .flow-box-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .flow-box-wrap {
    margin-top: 20px;
  }
}
#narekko .flow-cont .flow-box-wrap .flow-box {
  background: #FAFFAE;
}
#narekko .flow-cont .flow-box-wrap .flow-box:first-of-type {
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .flow-box-wrap .flow-box:first-of-type {
    border-radius: 20px 20px 0 0;
  }
}
#narekko .flow-cont .flow-box-wrap .flow-box:last-of-type {
  border-radius: 0 0 50px 50px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .flow-box-wrap .flow-box:last-of-type {
    border-radius: 0 0 20px 20px;
  }
}
#narekko .flow-cont .flow-box-wrap .flow-box h3 {
  background: none;
  padding: 0;
  border: none;
  font-size: 28px;
  color: #F5A100;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .flow-box-wrap .flow-box h3 {
    font-size: 18px;
  }
}
#narekko .flow-cont .flow-box-wrap .flow-box .num {
  background: #F5A100;
  font-size: 36px;
  padding-bottom: 6px;
}
#narekko .flow-cont .flow-box-wrap .flow-box::before {
  border-right: #F5A100 dotted 4px;
}
#narekko .flow-cont .flow-box-wrap .flow-box:nth-child(odd) {
  background: #D1FAD6;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .flow-box-wrap .flow-box img {
    margin-bottom: 10px;
  }
}
#narekko .flow-cont .overview-items {
  gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .overview-items {
    margin: 20px -20px 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#narekko .flow-cont .overview-items .item {
  border-radius: 20px;
  border: 1px solid #CCCCCC;
}
#narekko .flow-cont .overview-items .item h4 {
  background: #9CC813;
  border-radius: 20px 20px 0 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .overview-items .item h4 {
    font-size: 18px;
  }
}
#narekko .flow-cont .overview-items .item ul {
  padding: 15px 20px;
}
#narekko .flow-cont .overview-items .item ul li::before {
  color: #9CC813;
}
#narekko .flow-cont .loop-narekko {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .loop-narekko {
    margin-top: 30px;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#narekko .flow-cont .scroll-infinity__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#narekko .flow-cont .scroll-infinity__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
#narekko .flow-cont .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
#narekko .flow-cont .scroll-infinity__item {
  width: 254px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .scroll-infinity__item {
    width: 160px;
    margin-left: 20px;
  }
}
#narekko .flow-cont .scroll-infinity__item:nth-child(odd) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #narekko .flow-cont .scroll-infinity__item:nth-child(odd) {
    margin-top: 30px;
  }
}
#narekko .flow-cont .scroll-infinity__item > img {
  width: 100%;
}
#narekko .aim-cont {
  padding: 180px 0 80px;
  background-color: #f5a100;
  background-image: -webkit-radial-gradient(circle, #f6b12b 4px, transparent 4px), -webkit-radial-gradient(circle, #f6b12b 4px, transparent 4px), -webkit-radial-gradient(circle, #f6b12b 4px, transparent 4px), -webkit-radial-gradient(circle, #f6b12b 4px, transparent 4px);
  background-image: radial-gradient(circle, #f6b12b 4px, transparent 4px), radial-gradient(circle, #f6b12b 4px, transparent 4px), radial-gradient(circle, #f6b12b 4px, transparent 4px), radial-gradient(circle, #f6b12b 4px, transparent 4px);
  background-position: 0 0, 45px 0, 22.5px 22px, 67.5px 22px;
  background-size: 90px 44px;
  background-repeat: repeat;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #narekko .aim-cont {
    padding: 70px 0 40px;
  }
}
#narekko .aim-cont .round {
  width: 100%;
  height: 197px;
  background: url(../images/narekko/round4.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #narekko .aim-cont .round {
    height: 45px;
    top: 0px;
  }
}
#narekko .aim-cont .contents .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #narekko .aim-cont .contents .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#narekko .aim-cont .contents .flex .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #narekko .aim-cont .contents .flex .txt {
    margin-right: 0;
  }
}
#narekko .aim-cont .contents .flex .txt h4 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #narekko .aim-cont .contents .flex .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#narekko .aim-cont .contents .flex .img {
  width: 605px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #narekko .aim-cont .contents .flex .img {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  #narekko .aim-cont .contents .flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
#narekko .aim-cont .contents .flex .img::after {
  content: "";
  position: absolute;
  background: url(../images/narekko/aim-deco1.png);
  background-size: cover;
  width: 76px;
  height: 91px;
  left: 35px;
  top: 15px;
}
@media screen and (max-width: 768px) {
  #narekko .aim-cont .contents .flex .img::after {
    width: 48px;
    height: 63px;
    left: -3px;
    top: 15px;
  }
}
#narekko .aim-cont .contents .flex .img::before {
  content: "";
  position: absolute;
  background: url(../images/narekko/aim-deco2.png);
  background-size: cover;
  width: 76px;
  height: 91px;
  right: -30px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  #narekko .aim-cont .contents .flex .img::before {
    width: 48px;
    height: 63px;
    right: -3px;
    bottom: -20px;
  }
}

/*----------ホワイトニング----------*/
#whitening {
  font-family: "zen-old-mincho", sans-serif;
  color: #333;
  letter-spacing: 0;
}
#whitening .emerald {
  color: #27BBB6;
}
#whitening .sky {
  color: #4C95DB;
}
#whitening .ttl-type1 {
  padding: 60px 0;
  background: #27BBB6;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitening .ttl-type1 {
    padding: 30px 0;
  }
}
#whitening .ttl-type1 img {
  width: 61px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitening .ttl-type1 img {
    width: 45px;
  }
}
#whitening .ttl-type1 h3 {
  font-size: 54px;
  color: #fff;
  line-height: 1.5;
  z-index: 1;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitening .ttl-type1 h3 {
    font-size: 28px;
  }
}
#whitening .ttl-type1 .ttl-bg {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "gautreaux", sans-serif;
  color: #5BCAC6;
  font-size: 84px;
}
@media screen and (max-width: 768px) {
  #whitening .ttl-type1 .ttl-bg {
    font-size: 50px;
    top: 68%;
  }
}
#whitening .ttl-type2 {
  font-size: 48px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #whitening .ttl-type2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#whitening .ttl-type2 span {
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  #whitening .ttl-type2 span {
    font-size: 28px;
  }
}
#whitening #mv {
  position: relative;
  background: url(../images/whitening/mv.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 640px;
}
@media screen and (max-width: 1200px) {
  #whitening #mv {
    height: 680px;
  }
}
@media screen and (max-width: 768px) {
  #whitening #mv {
    height: calc(100svh - 120px);
    background: url(../images/whitening/mv-sp.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
#whitening #mv::after {
  position: absolute;
  content: "";
  background: url(../images/whitening/mv-airflow.png);
  background-size: cover;
  width: 286px;
  height: 286px;
  left: auto;
  -webkit-transform: none;
          transform: none;
  right: 8px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #whitening #mv::after {
    width: 120px;
    right: auto;
    left: 10px;
    height: 120px;
  }
}
#whitening #mv::before {
  display: none;
}
#whitening #mv .txt {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
#whitening #mv .txt .en {
  font-family: "gautreaux", sans-serif;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #whitening #mv .txt .en {
    font-size: 26px;
  }
}
#whitening #mv .txt h2 {
  font-size: 58px;
  letter-spacing: -2px;
  line-height: 1.4;
  text-shadow: 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
}
@media screen and (max-width: 768px) {
  #whitening #mv .txt h2 {
    font-size: 26px;
  }
}
#whitening #mv .txt h2 .sm {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  #whitening #mv .txt h2 .sm {
    font-size: 20px;
  }
}
#whitening #mv .txt h2 .kana {
  letter-spacing: -10px;
  color: #4C95DB;
}
#whitening #mv .txt h2 .kana:first-of-type {
  color: #27BBB6;
}
@media screen and (max-width: 768px) {
  #whitening #mv .txt h2 .kana {
    letter-spacing: -2px;
  }
}
#whitening #mv .txt .mv-feature {
  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) {
  #whitening #mv .txt .mv-feature {
    gap: 15px;
    margin-top: 15px;
  }
}
#whitening #mv .txt .mv-feature .item {
  width: 158px;
  height: 158px;
  background: url(../images/whitening/mvfeature-bg1.png);
  background-size: cover;
  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) {
  #whitening #mv .txt .mv-feature .item {
    width: 100px;
    height: 100px;
  }
}
#whitening #mv .txt .mv-feature .item img {
  width: 53px;
}
@media screen and (max-width: 768px) {
  #whitening #mv .txt .mv-feature .item img {
    width: 30px;
  }
}
#whitening #mv .txt .mv-feature .item p {
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  #whitening #mv .txt .mv-feature .item p {
    font-size: 13px;
  }
}
#whitening #mv .txt .mv-feature .item:nth-of-type(2) {
  background: url(../images/whitening/mvfeature-bg2.png);
  background-size: cover;
}
#whitening #mv .txt .mv-feature .item:nth-of-type(3) {
  background: url(../images/whitening/mvfeature-bg3.png);
  background-size: cover;
}
#whitening .anchor-cont {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #whitening .anchor-cont {
    padding: 20px 0;
  }
}
#whitening .anchor-cont .items {
  gap: 34px;
}
@media screen and (max-width: 768px) {
  #whitening .anchor-cont .items {
    grid-template-columns: auto;
    gap: 10px;
  }
}
#whitening .anchor-cont .items .item {
  background: url(../images/whitening/anchor-bg1.png);
  background-size: cover;
  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: 132px;
}
@media screen and (max-width: 768px) {
  #whitening .anchor-cont .items .item {
    height: 80px;
  }
}
#whitening .anchor-cont .items .item:last-of-type {
  background: url(../images/whitening/anchor-bg2.png);
  background-size: cover;
}
#whitening .anchor-cont .items .item img {
  width: 51px;
  margin-right: 25px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  #whitening .anchor-cont .items .item img {
    width: 35px;
    margin-right: 15px;
  }
}
#whitening .anchor-cont .items .item h3 {
  font-size: 37px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitening .anchor-cont .items .item h3 {
    font-size: 24px;
  }
}
#whitening .anchor-cont .items .item h3::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -45px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #whitening .anchor-cont .items .item h3::before {
    right: -35px;
    width: 10px;
    height: 10px;
    top: -2px;
  }
}
#whitening .worries-cont {
  background: url(../images/whitening/worries-bg.png);
  background-size: cover;
  padding: 80px 0 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitening .worries-cont {
    padding: 40px 0;
    background: #D7D0C8;
  }
}
#whitening .worries-cont::before {
  position: absolute;
  bottom: -38px;
  width: 296px;
  height: 39px;
  background-color: #D7D0C8;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #whitening .worries-cont::before {
    width: 100px;
    height: 20px;
    bottom: -19px;
  }
}
#whitening .worries-cont .contents {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  text-align: center;
}
#whitening .worries-cont .contents h3 {
  font-size: 41px;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #whitening .worries-cont .contents h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
#whitening .worries-cont .contents h3 span {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #whitening .worries-cont .contents h3 span {
    font-size: 28px;
  }
}
#whitening .worries-cont .contents .list {
  background: #fff;
  padding: 35px 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #whitening .worries-cont .contents .list {
    padding: 15px 20px;
  }
}
#whitening .worries-cont .contents .list li {
  font-size: 28px;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #whitening .worries-cont .contents .list li {
    font-size: 16px;
    padding-left: 28px;
  }
}
#whitening .worries-cont .contents .list li::before {
  content: "";
  background: url(../images/whitening/check1.png);
  background-size: cover;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 11px;
}
@media screen and (max-width: 768px) {
  #whitening .worries-cont .contents .list li::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}
#whitening .consultation-cont {
  background: #F3FEFE;
  position: relative;
  z-index: -1;
}
#whitening .consultation-cont::before {
  content: "";
  width: 274px;
  height: 100%;
  background: url(../images/whitening/consultation-bg-deco1.png) center/100% auto no-repeat;
  position: absolute;
  left: 0%;
  top: 0%;
  -webkit-transform: none;
  transform: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #whitening .consultation-cont::before {
    display: none;
  }
}
#whitening .consultation-cont::after {
  content: "";
  width: 274px;
  height: 100%;
  background: url(../images/whitening/consultation-bg-deco2.png) center/100% auto no-repeat;
  position: absolute;
  right: 0%;
  top: 0%;
  -webkit-transform: none;
  transform: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #whitening .consultation-cont::after {
    display: none;
  }
}
#whitening .consultation-cont .bg {
  padding: 100px 0 80px;
  background-image: url(../images/whitening/consultation1.png), url(../images/whitening/consultation2.png), url(../images/whitening/consultation3.png), url(../images/whitening/consultation4.png);
  background-position: top 204px left 36px, top 430px left 18px, top 204px right 36px, top 430px right 27px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 205px, 162px, 205px, 160px;
}
@media screen and (max-width: 1200px) {
  #whitening .consultation-cont .bg {
    background-size: 155px, 112px, 155px, 110px;
    background-position: top 254px left 36px, top 430px left 18px, top 254px right 36px, top 430px right 27px;
  }
}
@media screen and (max-width: 768px) {
  #whitening .consultation-cont .bg {
    padding: 40px 0;
    background: none;
  }
}
#whitening .consultation-cont .contents .ttl {
  text-align: center;
  font-size: 38px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #whitening .consultation-cont .contents .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#whitening .consultation-cont .contents .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #whitening .consultation-cont .contents .txt {
    text-align: left;
  }
}
#whitening .feature-cont {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont {
    padding: 40px 0;
  }
}
#whitening .feature-cont .contents .num {
  font-size: 151px;
  color: #5BCAC6;
  font-family: "gautreaux", sans-serif;
  line-height: 0.1;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .num {
    font-size: 50px;
    margin-top: 50px;
  }
}
#whitening .feature-cont .contents h4 {
  font-size: 31px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  #whitening .feature-cont .contents h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#whitening .feature-cont .contents .items01 {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items01 {
    margin-bottom: 30px;
  }
}
#whitening .feature-cont .contents .items01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items01 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#whitening .feature-cont .contents .items01 .item .txt {
  margin-right: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items01 .item .txt {
    margin-right: 0;
  }
}
#whitening .feature-cont .contents .items01 .item .img {
  width: 653px;
  margin-right: -63px;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items01 .item .img {
    margin-right: 0;
    width: 100%;
  }
}
#whitening .feature-cont .contents .items02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items02 {
    grid-template-columns: auto;
    margin-bottom: 30px;
    gap: 30px;
  }
}
#whitening .feature-cont .contents .items02 .item .num {
  margin-top: 50px;
}
#whitening .feature-cont .contents .items02 .item h4 {
  text-align: center;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items02 .item h4 {
    text-align: left;
    margin-top: 0;
  }
}
#whitening .feature-cont .contents .items02 .item:first-of-type .img {
  position: relative;
  z-index: -1;
}
#whitening .feature-cont .contents .items02 .item:first-of-type .img::before {
  content: "";
  width: 590px;
  height: 320px;
  background: #E7F7F6;
  position: absolute;
  left: -63px;
  top: -36px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items02 .item:first-of-type .img::before {
    width: 200px;
    height: 150px;
    top: -20px;
  }
}
#whitening .feature-cont .contents .items02 .item:nth-of-type(2) .img {
  position: relative;
  z-index: -1;
}
#whitening .feature-cont .contents .items02 .item:nth-of-type(2) .img::before {
  content: "";
  width: 382px;
  height: 305px;
  background: #E7F7F6;
  position: absolute;
  right: -45px;
  bottom: -30px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items02 .item:nth-of-type(2) .img::before {
    display: none;
  }
}
#whitening .feature-cont .contents .items03 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items03 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#whitening .feature-cont .contents .items03 .item .txt {
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items03 .item .txt {
    margin: 0;
  }
}
#whitening .feature-cont .contents .items03 .item .img {
  width: 590px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items03 .item .img {
    width: 100%;
  }
}
#whitening .feature-cont .contents .items03 .item .img::before {
  content: "";
  width: 290px;
  height: 341px;
  background: #E7F7F6;
  position: absolute;
  left: -63px;
  bottom: -32px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #whitening .feature-cont .contents .items03 .item .img::before {
    width: 200px;
    height: 150px;
    bottom: -20px;
    right: -63px;
    left: auto;
  }
}
#whitening .kind-cont .ttl-wrap {
  background: url(../images/whitening/kind-ttl-bg.jpg);
  background-size: cover;
  padding: 80px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitening .kind-cont .ttl-wrap {
    padding: 30px 0 40px;
  }
}
#whitening .kind-cont .ttl-wrap .ttl {
  text-align: center;
  line-height: 1.8;
  font-size: 38px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #whitening .kind-cont .ttl-wrap .ttl {
    font-size: 22px;
  }
}
#whitening .kind-cont .ttl-wrap .ttl span {
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
#whitening .kind-cont .triangle {
  width: 100%;
  height: 125px;
  background: url(../images/whitening/kind-triangle.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #whitening .kind-cont .triangle {
    height: 30px;
    bottom: 0;
  }
}
#whitening .kind-cont .contents {
  padding: 120px 0 80px;
  background: #E4F4FB;
}
@media screen and (max-width: 768px) {
  #whitening .kind-cont .contents {
    padding: 80px 0 40px;
  }
}
#whitening .kind-cont .contents .items {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #whitening .kind-cont .contents .items {
    grid-template-columns: auto;
    gap: 70px;
  }
}
#whitening .kind-cont .contents .items .item {
  background: #fff;
  padding: 40px 40px 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitening .kind-cont .contents .items .item {
    padding: 20px 20px 60px;
  }
}
#whitening .kind-cont .contents .items .item .img {
  margin-top: -80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitening .kind-cont .contents .items .item .img {
    margin-top: -60px;
  }
}
#whitening .kind-cont .contents .items .item .img::after {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid #C9C9C9;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #whitening .kind-cont .contents .items .item .img::after {
    bottom: 5px;
    right: 5px;
  }
}
#whitening .kind-cont .contents .items .item h4 {
  font-size: 27px;
  margin-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (max-width: 768px) {
  #whitening .kind-cont .contents .items .item h4 {
    font-size: 18px;
  }
}
#whitening .kind-cont .contents .items .item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  #whitening .kind-cont .contents .items .item dl {
    bottom: 20px;
    left: 20px;
  }
}
#whitening .kind-cont .contents .items .item dl dt {
  background: #27BBB6;
  color: #fff;
  padding: 1px 20px;
  margin-right: 15px;
}
#whitening .flow-cont {
  background: #27BBB6;
  padding: 80px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #whitening .flow-cont {
    padding: 40px 0;
  }
}
#whitening .flow-cont .ttl-type2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #whitening .flow-cont .ttl-type2 {
    margin-bottom: 20px;
  }
}
#whitening .flow-cont .ttl-type2 + p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #whitening .flow-cont .ttl-type2 + p {
    margin-bottom: -40px;
    text-align: left;
  }
}
#whitening .flow-cont .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #whitening .flow-cont .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#whitening .flow-cont .contents .item {
  width: 360px;
}
@media only screen and (max-width: 768px) {
  #whitening .flow-cont .contents .item {
    width: 100%;
    position: relative;
  }
  #whitening .flow-cont .contents .item:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -54px;
    left: calc(50% - 16px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px;
    border-color: #ffffff transparent transparent transparent;
  }
}
#whitening .flow-cont .contents .item .img {
  text-align: center;
}
#whitening .flow-cont .contents .item .img img {
  width: 214px;
}
@media only screen and (max-width: 768px) {
  #whitening .flow-cont .contents .item .img img {
    width: 180px;
    margin-top: 60px;
  }
}
#whitening .flow-cont .contents .item .yazirusi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #whitening .flow-cont .contents .item .yazirusi {
    display: none;
  }
}
#whitening .flow-cont .contents .item .yazirusi::after {
  content: "";
  width: 95%;
  height: 16px;
  border-bottom: solid 2px;
  border-right: solid 3px;
  -webkit-transform: skew(55deg);
  transform: skew(55deg);
}
#whitening .flow-cont .contents .item h4 {
  font-size: 23px;
  text-align: center;
  margin: 20px 0 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #whitening .flow-cont .contents .item h4 {
    font-size: 18px;
    margin: 10px 0;
  }
}
#whitening .faq-cont {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitening .faq-cont {
    padding: 40px 0;
  }
}
#whitening .faq-cont::before {
  content: "";
  -webkit-clip-path: polygon(0% 0, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0, 75% 100%, 0% 100%);
  width: 860px;
  height: 200px;
  background-color: #EEFAF9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#whitening .faq-cont .qa-list dl dt {
  background: #ECECEC;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #whitening .faq-cont .qa-list dl dt {
    font-size: 14px;
  }
}
#whitening .faq-cont .qa-list dl dt::before {
  color: #27BBB6;
}
#whitening .faq-cont .qa-list dl dd {
  border-top: none;
}
#whitening .faq-cont .qa-list dl dd::before {
  color: #0B76BE;
}
#whitening .airflow-ttl {
  background: #4C95DB;
}
#whitening .airflow-ttl .ttl-bg {
  color: #61A1DF;
}
#whitening .about-cont {
  padding: 80px 0;
  background: url(../images/whitening/about-bg.jpg);
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #whitening .about-cont {
    padding: 40px 0;
  }
}
#whitening .about-cont .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #whitening .about-cont .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#whitening .about-cont .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #whitening .about-cont .contents .txt {
    margin: 0;
  }
}
#whitening .about-cont .contents .txt h4 {
  font-size: 31px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #whitening .about-cont .contents .txt h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #whitening .about-cont .contents .txt h4 {
    font-size: 18px;
  }
}
#whitening .about-cont .contents .img {
  width: 469px;
  margin-bottom: -80px;
}
@media screen and (max-width: 768px) {
  #whitening .about-cont .contents .img {
    margin: 20px auto -40px;
    width: 70%;
  }
}
#whitening .osusume-cont {
  padding: 80px 0;
  background: #f0f4ff;
}
@media screen and (max-width: 768px) {
  #whitening .osusume-cont {
    padding: 40px 0;
  }
}
#whitening .osusume-cont .ttl {
  text-align: center;
  font-size: 41px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #whitening .osusume-cont .ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#whitening .osusume-cont .ttl span {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #whitening .osusume-cont .ttl span {
    font-size: 28px;
  }
}
#whitening .osusume-cont .lists {
  background: #fff;
  gap: 40px;
  padding: 35px 40px;
}
@media screen and (max-width: 768px) {
  #whitening .osusume-cont .lists {
    padding: 15px 20px;
    grid-template-columns: auto;
    gap: 0;
  }
}
#whitening .osusume-cont .lists li {
  font-size: 23px;
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 1200px) {
  #whitening .osusume-cont .lists li {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #whitening .osusume-cont .lists li {
    font-size: 16px;
    padding-left: 28px;
  }
}
#whitening .osusume-cont .lists li::before {
  content: "";
  background: url(../images/whitening/check2.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 9px;
}
@media screen and (max-width: 768px) {
  #whitening .osusume-cont .lists li::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}
#whitening .effect-cont {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont {
    padding: 40px 0;
  }
}
#whitening .effect-cont .num {
  font-size: 151px;
  color: #4C95DB;
  font-family: "gautreaux", sans-serif;
  line-height: 0.1;
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .num {
    font-size: 50px;
    margin-top: 50px;
  }
}
#whitening .effect-cont h4 {
  font-size: 31px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  #whitening .effect-cont h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#whitening .effect-cont .items01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items01 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
#whitening .effect-cont .items01 .item .img {
  width: 653px;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items01 .item .img {
    width: 100%;
    padding: 0 20px;
  }
}
#whitening .effect-cont .items01 .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
  margin-right: 6%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items01 .item .txt {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#whitening .effect-cont .items01 .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items01 .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#whitening .effect-cont .items01 .item.rvs .txt {
  margin-left: 6%;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items01 .item.rvs .txt {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#whitening .effect-cont .items02 {
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items02 {
    grid-template-columns: auto;
    gap: 30px;
  }
}
#whitening .effect-cont .items02 .item .num {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items02 .item .num {
    margin-top: 50px;
  }
}
#whitening .effect-cont .items02 .item h4 {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items02 .item h4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items02 .item img {
    height: 190px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
#whitening .effect-cont .items02 .item:nth-of-type(1) .img {
  position: relative;
  z-index: -1;
}
#whitening .effect-cont .items02 .item:nth-of-type(1) .img::before {
  content: "";
  width: 285px;
  height: 304px;
  background: #f0f4ff;
  position: absolute;
  left: -63px;
  top: -25px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items02 .item:nth-of-type(1) .img::before {
    width: 200px;
    height: 150px;
    top: -20px;
  }
}
#whitening .effect-cont .items02 .item:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items02 .item:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items02 .item:nth-of-type(2) img {
    -o-object-position: center;
       object-position: center;
  }
}
#whitening .effect-cont .items02 .item:nth-of-type(3) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items02 .item:nth-of-type(3) {
    margin-top: 0;
  }
}
#whitening .effect-cont .items02 .item:nth-of-type(3) .img {
  position: relative;
  z-index: -1;
}
#whitening .effect-cont .items02 .item:nth-of-type(3) .img::before {
  content: "";
  width: 398px;
  height: 227px;
  background: #f0f4ff;
  position: absolute;
  right: -63px;
  bottom: -35px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items02 .item:nth-of-type(3) .img::before {
    bottom: -20px;
    width: 300px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  #whitening .effect-cont .items02 .item:nth-of-type(3) .img img {
    -o-object-position: center;
       object-position: center;
  }
}
#whitening .movie-cont {
  background: #4C95DB;
  padding: 80px 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #whitening .movie-cont {
    padding: 40px 0;
  }
}
#whitening .movie-cont::before {
  content: "";
  width: 274px;
  height: 100%;
  background: url(../images/whitening/movie-deco1.png) center/100% auto no-repeat;
  position: absolute;
  left: 0%;
  top: 0%;
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 768px) {
  #whitening .movie-cont::before {
    display: none;
  }
}
#whitening .movie-cont::after {
  content: "";
  width: 274px;
  height: 100%;
  background: url(../images/whitening/movie-deco2.png) center/100% auto no-repeat;
  position: absolute;
  right: 0%;
  top: 0%;
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 768px) {
  #whitening .movie-cont::after {
    display: none;
  }
}
#whitening .movie-cont .contents {
  gap: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #whitening .movie-cont .contents {
    grid-template-columns: auto;
    gap: 30px;
  }
}
#whitening .movie-cont .contents .item iframe {
  width: 100%;
  height: 21.8vw;
}
@media screen and (max-width: 768px) {
  #whitening .movie-cont .contents .item iframe {
    height: 48vw;
  }
}
#whitening .movie-cont .contents .item h4 {
  text-align: center;
  line-height: 1.4;
  font-size: 31px;
  padding: 15px 0 15px;
}
@media screen and (max-width: 1200px) {
  #whitening .movie-cont .contents .item h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #whitening .movie-cont .contents .item h4 {
    font-size: 18px;
    padding: 5px 0;
  }
}
#whitening .keep-cont {
  padding: 80px 0;
  background: url(../images/whitening/keep-bg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #whitening .keep-cont {
    padding: 40px 0 0;
  }
}
#whitening .keep-cont .contents {
  margin-right: 50%;
}
@media screen and (max-width: 768px) {
  #whitening .keep-cont .contents {
    margin-right: 0;
  }
}
#whitening .keep-cont .contents h4 {
  font-size: 38px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #whitening .keep-cont .contents h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #whitening .keep-cont .contents h4 {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #whitening .keep-cont img {
    margin: 20px 0 0;
  }
}
#whitening .airfaq-cont {
  padding: 80px 0;
  position: relative;
  background: #f0f4ff;
}
@media screen and (max-width: 768px) {
  #whitening .airfaq-cont {
    padding: 40px 0;
  }
}
#whitening .airfaq-cont::before {
  content: "";
  -webkit-clip-path: polygon(100% 0, 25% 100%, 100% 100%);
  clip-path: polygon(100% 0, 25% 100%, 100% 100%);
  width: 860px;
  height: 200px;
  background-color: #E6EEFB;
  position: absolute;
  bottom: 0;
  right: 0;
}
#whitening .airfaq-cont .qa-list dl dt {
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #whitening .airfaq-cont .qa-list dl dt {
    font-size: 14px;
  }
}
#whitening .airfaq-cont .qa-list dl dt::before {
  color: #4C95DB;
}
#whitening .airfaq-cont .qa-list dl dd::before {
  color: #27BBB6;
}

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

  フッター

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

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

.footer-nav .content .ttl {
  border-bottom: 1px dashed #FF8C29;
  font-size: 32px;
  color: #FF8C29;
  letter-spacing: 3px;
  margin-bottom: 14px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .footer-nav .content .ttl {
    font-size: 22px;
  }
}

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

.footer-nav .content .left {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .footer-nav .content .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

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

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

.footer-nav .content .flex ul {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer-nav .content .flex ul {
    width: 48%;
  }
}

/*----------バナー----------*/
.footer-bnr {
  background-color: #fff;
  padding: 40px 0;
  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;
}

@media screen and (max-width: 768px) {
  .footer-bnr {
    padding: 20px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .footer-bnr a {
    width: 49%;
  }
}
.footer-bnr img {
  width: 300px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .footer-bnr img {
    width: 100%;
    margin: 0;
  }
}

/*----------コピーライト----------*/
.copy {
  background-color: #FF8C29;
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .copy {
    padding: 15px 0;
    font-size: 12px;
    margin-bottom: 60px;
  }
}
/*----------上部に戻るボタン----------*/
.pageup-area {
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 99;
  display: none;
}

@media screen and (max-width: 768px) {
  .pageup-area {
    right: 10px;
    bottom: 70px;
  }
}
.pageup {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 100vw;
  background-color: #3B2917;
  opacity: 0.8;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pageup::before,
.pageup::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  background-color: #fff;
}

.pageup::before {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 25px;
}

.pageup::after {
  width: 26px;
  height: 5px;
  border-radius: 3px;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.pageup:hover,
.pageup:focus {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pageup {
    display: none;
    width: 40px;
    height: 40px;
  }
  .pageup::before,
  .pageup::after {
    top: calc(50% - 1px);
  }
  .pageup::before {
    width: 18px;
    height: 3px;
    left: 17px;
  }
  .pageup::after {
    width: 18px;
    height: 3px;
    right: 17px;
  }
}
.sp_bottom-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sp_bottom-menu__btn {
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  vertical-align: bottom;
  width: 33.333%;
  height: 60px;
  line-height: 30px;
  background-color: rgba(97, 78, 58, 0.9411764706);
  text-align: center;
  padding: 15px 0;
}

.sp_bottom-menu__btn::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 30px;
  background: url(../images/common/web.png) no-repeat center center/contain;
  margin-right: 4px;
}

.sp_bottom-menu__btn--line {
  background-color: rgba(2, 213, 2, 0.9176470588) !important;
}

.sp_bottom-menu__btn--tel {
  background-color: rgba(255, 141, 41, 0.9254901961) !important;
}

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

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

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