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

html {
  font-size: 100%;
}

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

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

a:hover {
  opacity: 0.8;
}

ul,
li {
  list-style: none;
}

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

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

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

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

textarea {
  font-family: inherit;
}

main {
  display: block;
  overflow: hidden;
}

small {
  font-size: 90%;
}

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

  共通

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt-xxs {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue {
  color: #1e00ff;
}

.green {
  color: #168B45;
}

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

/*----------クリアフィックス----------*/
.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%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*----------ラッパー----------*/
/* 幅1000px */
.wrapper-xs {
  max-width: 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;
}

/* 中ページ幅 */
.low .wrapper-md {
  max-width: 1140px;
  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: #168B45;
  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: 20px;
  padding: 20px 20px 12px;
  background-color: #F2F0EA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

@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/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: 20px;
  background: #F2F0EA;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well01 {
    padding: 20px;
  }
}
/*枠線*/
.well02 {
  padding: 30px;
  border: 4px double #168B45;
  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;
}
@media screen and (max-width: 768px) {
  .table01 tbody th,
  .table01 tbody td {
    display: block;
    width: 100%;
  }
}

.table01 tbody th {
  background-color: #168B45;
  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;
  }
}
.table02 {
  margin: auto;
  width: 100%;
}

.table02 th,
.table02 td {
  padding: 10px 10px;
  border: 1px solid #168B45;
  background: #f8fff1;
  font-weight: normal;
}

.table02 input {
  padding: 5px 10px;
  font-size: 16px;
  width: calc(100% - 2em - 10px);
  background: #ededed;
}

/*----------流れ----------*/
/* flow */
.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% - 2px);
  border-right: #168B45 dotted 2px;
  -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: #f5ffec;
}

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

.flow-box h3 {
  margin: 0 0 5px;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .flow-box h3 {
    padding: 0 0 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: #168B45;
  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%;
  }
}
/*----------メリット・デメリット----------*/
.merit_demerit {
  gap: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .merit_demerit {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    gap: 20px;
  }
}
.merit_demerit .box {
  padding: 20px 30px 30px;
}

@media screen and (max-width: 768px) {
  .merit_demerit .box {
    padding: 15px 20px 20px;
  }
}
.merit_demerit .box .ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .merit_demerit .box .ttl {
    font-size: 18px;
  }
}
.merit_demerit .box.merit {
  background: #e6f7eb;
}

.merit_demerit .box.merit .ttl {
  color: #04c33e;
}

.merit_demerit .box.demerit {
  background: #EDF8E2;
}

.merit_demerit .box.demerit .ttl {
  color: #86C628;
}

.merit_demerit .box.demerit li::before {
  color: #86C628;
}

.merit_demerit .box ul li {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .merit_demerit .box ul li {
    font-size: 14px;
    margin-top: 5px;
  }
}
.merit_demerit .box ul p {
  font-size: 13px;
}

/*----------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: #86C628;
  font-family: "Noto Serif", serif;
}

@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: #168B45;
  font-family: "Noto Serif", serif;
}

@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 a {
  position: relative;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 40px;
  display: inline-block;
  font-family: "Noto Serif", serif;
}
.btn01 a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
  width: 72.9px;
  height: 52px;
  background-size: contain;
  background-image: url(../images/common/btn1.png);
}
@media screen and (max-width: 768px) {
  .btn01 a::before {
    width: 58.9px;
    height: 42px;
    right: -68px;
  }
}

@media screen and (max-width: 768px) {
  .btn01 a {
    margin: 30px auto 0;
  }
}
.btn02 {
  font-family: "Noto Serif JP", serif;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 240px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  padding: 16px 16px;
  color: #fff;
  background-color: #168B45;
  border: 1px solid #168B45;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 30px auto 0;
}

.btn02:hover,
.btn02:focus {
  background-color: #fff;
  color: #168B45;
  opacity: 1;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .low #breadcrumbs {
    padding: 10px 0 40px;
  }
  .low #breadcrumbs ul li {
    font-size: 10px;
  }
}
/*----------アンカーリンクリスト----------*/
.anchor-list {
  margin-bottom: 40px;
}
.anchor-list ul {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .anchor-list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.anchor-list ul li {
  background: #168B45;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.anchor-list ul li:hover {
  background: #116e36;
}
.anchor-list ul li a {
  opacity: 1;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 17px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .anchor-list ul li a {
    padding: 10px;
    font-size: 14px;
  }
}
.anchor-list ul li a::before {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

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

  ヘッダー

============================================================================*/
.header-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-bg {
  background: #EDF8E2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header {
  padding: 20px 20px 10px;
  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-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__left {
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .seo {
  font-size: 13px;
  position: absolute;
  top: 15px;
  left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__right {
  text-align: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .header-bg,
  .header {
    display: none;
    height: 0;
  }
}
.header-logo > a {
  display: block;
  width: 380px;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}

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

.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.header-contact__tel {
  margin-right: 20px;
  text-align: left;
}

.header-contact__number {
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
}

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

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

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

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

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

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

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

.header-nav {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.header-nav__list > li > a {
  display: inline-block;
  padding: 4px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  margin-top: 5px;
  font-weight: 500;
}

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

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

.header-nav__has-child {
  position: relative;
  display: inline-block;
  /* padding: 4px 8px; */
  margin-right: 30px;
  cursor: default;
}

.header-nav__second-menu {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 42px;
  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: 160px;
  height: auto;
  font-size: 15px;
  line-height: 1.2;
  background-color: #168B45;
  text-align: left;
  padding: 15px 15px;
  color: #fff;
}

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

.header-bg.thin .header-logo > a {
  width: 300px;
  margin-top: 0;
}

.header-bg.thin .seo {
  font-size: 12px;
  top: 8px;
}

.header-bg.thin .header {
  padding: 10px 20px 4px;
}

.header-bg.thin .header-nav__list > li > a {
  margin-top: 0;
  font-size: 15px;
}

.header-bg.thin .header-contact__number > span {
  font-size: 25px;
}

.header-bg.thin .header-contact__number::before {
  width: 22px;
  height: 22px;
  top: -1px;
  left: -8px;
}

.header-bg.thin .header-contact__line {
  font-size: 15px;
  height: 35px;
  line-height: 34px;
}

.header-bg.thin .header-contact__line::before {
  top: 6px;
  left: 21px;
}

.header-bg.thin .header-contact__rsv {
  font-size: 15px;
  height: 35px;
  line-height: 34px;
}

.header-bg.thin .header-contact__rsv::before {
  top: 6px;
  left: 21px;
}

@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .header-nav__list > li > a {
    font-size: 14px;
  }
  .header-nav__list > li:not(:last-of-type) {
    margin-right: 12px !important;
  }
  .header-logo > a {
    width: 270px;
  }
  .header-bg.thin .header-nav__list > li > a {
    font-size: 14px !important;
  }
  .header-bg.thin .header-logo > a {
    width: 270px;
  }
}
.sp_header-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.sp_header-bg {
  background-color: rgba(255, 255, 255, 0.8);
}

.sp_header {
  display: none;
  height: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .sp_header-bg,
  .sp_header {
    display: block;
    height: auto;
  }
}
.sp_header-inner {
  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;
  padding-left: 15px;
  position: relative;
}

@media screen and (max-width: 576px) {
  .sp_header-inner {
    padding-left: 8px;
  }
}
.sp_header-inner__left {
  text-align: left;
  margin-right: 6%;
  width: 260px;
  margin-top: -5px;
}

.sp_header-inner__right {
  text-align: right;
}

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

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

.sp_header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.sp_menu-btn {
  padding: 14px 15px;
  width: 58px;
  height: 60px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 576px) {
  .sp_menu-btn {
    padding: 14px 10px;
    width: 55px;
  }
}
.sp_menu-btn .hamburger {
  display: block;
  height: 2px;
  background-color: #168B45;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

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

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

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

.sp_menu-btn .alph {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 13px;
  color: #fff;
}

.sp_header-nav {
  width: 70%;
  height: 100%;
  padding-top: 70px;
  background-color: #168B45;
  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 rgba(255, 255, 255, 0.537254902);
}

.sp_header-nav__list > li:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.537254902);
  border-bottom: 1px solid rgba(255, 255, 255, 0.537254902);
}

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

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

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

.sp_header-nav__toggle-btn {
  display: block;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  cursor: default;
  padding: 18px 20px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

.sp_header-nav__toggle-btn::after {
  right: 26px;
  width: 2px;
  height: 16px;
}

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

.sp_header-nav__second-menu li {
  background-color: #0f6c34;
  border-top: 1px solid rgba(255, 255, 255, 0.537254902);
}

.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: 15px 20px 15px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

.is_sp_header-inversion {
  -webkit-box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.2);
  box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.scroll-prevent {
  /*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: 90;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  height: 100%;
}

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

  タイトル

============================================================================*/
.top-ttl {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .top-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.top-ttl span {
  font-size: 22px;
  color: #86C628;
  display: block;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 768px) {
  .top-ttl span {
    font-size: 16px;
  }
}

.ttl01 {
  border-bottom: 1px solid #333;
  text-align: center;
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 24px;
    line-height: 1.6;
    padding-bottom: 15px;
  }
}
.ttl01::before {
  content: "";
  background: url(../images/common/ttl-logo.png);
  width: 113px;
  height: 72px;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .ttl01::before {
    width: 90px;
    height: 57px;
    top: 50%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%);
  }
}

.ttl02 {
  background: #F2F0EA;
  padding: 4px 15px 6px;
  border-left: solid 5px #168B45;
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 30px;
  }
}

.ttl03 {
  border-bottom: 1px dotted #168B45;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.ttl04 {
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: #168B45;
  margin-top: 20px;
  padding: 3px 10px 5px;
}
@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 10px;
  }
}

.ttl05 {
  padding: 0 0.5em;
  line-height: 1.4;
  font-size: 28px;
  font-weight: 500;
  border-left: solid 5px #168B45;
  margin-bottom: 20px;
  color: #168B45;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .ttl05 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.ttl06 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  background-color: #168B45 !important;
  padding: 18px 0;
  margin-bottom: 60px;
  position: relative;
  color: #fff;
  z-index: 0;
}

.ttl06::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.103);
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  z-index: -1;
}

.ttl06 span {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ttl06 {
    font-size: 1.3rem;
    padding: 12px 0;
    margin-bottom: 20px;
  }
}
/*============================================================================

  トップページ

============================================================================*/
/* TOP MV */
.top-mv {
  width: 100%;
  height: 650px;
  position: relative;
}

.top-mv__catch .txt {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  width: 100%;
}

.top-mv__catch h2 {
  font-size: 46px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 0 8px #4E4E4E, 0 0 8px #9f9f9f;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-mv__catch h2 {
    font-size: 32px;
  }
}
.top-mv__catch h2 span {
  color: #F8F8BD;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .top-mv__catch h2 span {
    font-size: 28px;
  }
}

.top-mv__catch p {
  font-size: 66px;
  text-align: center;
  font-family: "filmotype-lacrosse", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  margin-left: -42px;
  letter-spacing: 1px;
  text-shadow: 0 0 8px #4E4E4E, 0 0 8px #9f9f9f;
}
@media screen and (max-width: 768px) {
  .top-mv__catch p {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  .top-mv {
    height: 100svh;
  }
  .top-mv__catch .txt {
    width: 100%;
    color: #fff;
    top: 37%;
  }
  .top-mv__catch {
    right: -2%;
  }
  .top-mv__catch img {
    max-width: 72%;
  }
  .top-mv__catch img {
    display: none;
  }
}
/* TOP slide */
.top-mv-swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.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: 1100px) {
  .top-mv-slide__01 {
    background-image: url(../images/top/mv1-sp.jpg);
    background-position: 60%;
  }
}
.top-mv-slide__02 {
  background-image: url(../images/top/mv2.jpg);
}

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

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

@media screen and (max-width: 1100px) {
  .top-mv-slide__04 {
    background-image: url(../images/top/mv4-sp.jpg);
  }
}
.top-mv .btm-box {
  position: absolute;
  bottom: 50px;
  left: 50px;
}

@media screen and (max-width: 768px) {
  .top-mv .btm-box {
    top: 56%;
    left: 50%;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
    display: block;
    width: 100%;
  }
}
.top-mv .btm-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-mv .btm-box ul li {
  margin-right: 15px;
  width: 130px;
  height: 130px;
  background: rgba(22, 139, 69, 0.9215686275);
  color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .top-mv .btm-box ul li {
    width: 95px;
    height: 95px;
  }
}

.top-mv .btm-box ul li p {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 19px;
  line-height: 1.5;
  margin-left: 0px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .top-mv .btm-box ul li p {
    font-size: 15px;
    margin-top: 27px;
  }
}

.top-mv .btm-box ul li.item1 {
  margin-top: -180px;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .top-mv .btm-box ul li.item1 {
    margin-top: 0px;
    margin-right: 50px;
  }
}

.top-mv .btm-box ul li.item2 {
  background: rgba(135, 198, 40, 0.9176470588);
  width: 104px;
  height: 104px;
}
@media screen and (max-width: 768px) {
  .top-mv .btm-box ul li.item2 {
    width: 95px;
    height: 95px;
  }
}
.top-mv .btm-box ul li.item2 p {
  margin-left: 0px;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .top-mv .btm-box ul li.item2 p {
    font-size: 15px;
    margin-top: 24px;
    margin-left: 5px;
  }
}

/* 診療時間 */
.top-schedule-table {
  position: absolute;
  bottom: -60px;
  right: 0px;
  z-index: 10;
  background-color: #F5F3EE;
  padding: 15px 30px 30px;
}

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

.top-schedule-table tbody {
  border-bottom: 1px solid #DBDAD5;
}

.top-schedule-table tr:first-of-type {
  border-bottom: 1px solid #DBDAD5;
}

.top-schedule-table tr:nth-of-type(2) th {
  padding-bottom: 2px;
}
.top-schedule-table tr:nth-of-type(2) td {
  padding-bottom: 2px;
}

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

.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: 14px;
  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: -60px;
    padding: 15px 15px 5px;
    font-size: 14px;
    margin-left: 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-info {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .top-info {
    padding: 80px 0 40px;
  }
}
.top-info .ttl {
  position: relative;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-info .ttl {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

.top-info .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  left: -102%;
  height: 1px;
  background-color: #181818;
}

.top-info-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 768px) {
  .top-info-contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-info-contents li {
  position: relative;
  border: 1px solid #D3D3D3;
  margin-right: -1px;
  margin-bottom: -1px;
}
.top-info-contents li a {
  padding: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-info-contents li a {
    padding: 10px;
  }
}

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

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

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

.top-info-contents li figure img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 177px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .top-info-contents li figure img {
    height: 100px;
  }
}
.top-info-contents li article .date {
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-info-contents li article .date {
    font-size: 12px;
  }
}

.top-info-contents li article h3 {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .top-info-contents li article h3 {
    font-size: 14px;
  }
}
.top-info .btn01 {
  text-align: right;
  margin-right: 78px;
}
@media screen and (max-width: 768px) {
  .top-info .btn01 {
    margin-right: 68px;
  }
}

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

/*----------クレスト歯科クリニック戸越の診療理念----------*/
.top-philosophy {
  padding: 80px 0;
  background-color: #F2F0EA;
}
@media screen and (max-width: 768px) {
  .top-philosophy {
    padding: 40px 0;
  }
}
.top-philosophy .contents .items {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .top-philosophy .contents .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.top-philosophy .contents .items .item:nth-of-type(2) h4 {
  background: rgba(22, 139, 69, 0.9176470588);
}
.top-philosophy .contents .items .item h4 {
  background: rgba(135, 198, 40, 0.9450980392);
  margin: 0 25px;
  height: 80px;
  margin-top: -40px;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 12px;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .top-philosophy .contents .items .item h4 {
    font-size: 16px;
    height: 70px;
    padding-top: 10px;
    margin-top: -35px;
  }
}
.top-philosophy .contents .btn01 {
  text-align: center;
  margin-right: 39px;
}
@media screen and (max-width: 768px) {
  .top-philosophy .contents .btn01 {
    margin-right: 60px;
  }
}

/*----------診療のご案内----------*/
.top-medical {
  padding: 0 0 80px;
  background: #edf8e2;
}
@media screen and (max-width: 768px) {
  .top-medical {
    padding: 0 0 50px;
  }
}
.top-medical .ttl-wrap {
  padding: 60px 0 70px;
  background-image: url(../images/top/medical-bg.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical .ttl-wrap {
    padding: 40px 0 50px;
  }
}
.top-medical .ttl-wrap .deco {
  width: 100%;
  height: 80px;
  background: url(../images/top/ttl-wrap-deco.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  bottom: -0.3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
.top-medical .ttl-wrap .top-ttl {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-medical .ttl-wrap .top-ttl {
    margin-bottom: 40px;
  }
}
.top-medical .ttl-wrap .top-ttl span {
  color: #fff;
}
.top-medical .ttl-wrap .top-ttl + p {
  margin-top: -30px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-medical .ttl-wrap .top-ttl + p {
    padding: 0 20px;
    text-align: left;
  }
}
.top-medical .items {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -4%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .top-medical .items {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0%;
  }
}
.top-medical .items .item {
  width: 46%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-left: 4%;
  margin-top: 4%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 1px solid rgba(22, 139, 69, 0.5803921569);
  outline-offset: -10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-medical .items .item {
    width: 100%;
    outline-offset: -5px;
    margin-left: 0%;
  }
}
.top-medical .items .item:before, .top-medical .items .item:after {
  position: absolute;
  top: 50%;
  right: 22px;
  height: 1px;
  background: #208F4D;
  content: "";
}
@media screen and (max-width: 768px) {
  .top-medical .items .item:before, .top-medical .items .item:after {
    right: 10px;
  }
}
.top-medical .items .item:before {
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-medical .items .item:before {
    width: 15px;
  }
}
.top-medical .items .item:after {
  width: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media screen and (max-width: 768px) {
  .top-medical .items .item:after {
    width: 6px;
  }
}
.top-medical .items .item img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .top-medical .items .item img {
    width: 130px;
  }
}
.top-medical .items .item h4 {
  text-align: center;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-medical .items .item h4 {
    font-size: 18px;
  }
}
.top-medical .items .item h4 span {
  font-size: 16px;
  display: block;
  color: #208F4D;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 768px) {
  .top-medical .items .item h4 span {
    font-size: 12px;
  }
}

/*----------クレスト歯科クリニック戸越が選ばれる5つの特徴----------*/
.top-feature {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding: 50px 0;
  }
}
.top-feature .ttl {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 2px;
  margin-top: -10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.top-feature .ttl span {
  font-size: 66px;
}
@media screen and (max-width: 768px) {
  .top-feature .ttl span {
    font-size: 30px;
  }
}
.top-feature .contents .ttl-wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #168B45;
  margin-top: -30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .ttl-wrap {
    margin-top: -14px;
  }
}
.top-feature .contents .ttl-wrap .num {
  line-height: 1;
  font-size: 56px;
  padding-right: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .ttl-wrap .num {
    font-size: 37px;
    margin-top: 0;
  }
}
.top-feature .contents .ttl-wrap .num span {
  display: block;
  font-size: 13px;
  margin-left: -2px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .ttl-wrap .num span {
    font-size: 8px;
  }
}
.top-feature .contents .ttl-wrap h3 {
  color: #168B45;
  font-size: 29px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .ttl-wrap h3 {
    font-size: 19px;
  }
}
.top-feature .contents .vl-items .item {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: 0 0 5px #fff, 0 0 5px rgba(255, 255, 255, 0.6352941176);
}
@media screen and (max-width: 768px) {
  .top-feature .contents .vl-items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.top-feature .contents .vl-items .item .img {
  width: 770px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .vl-items .item .img {
    width: 100%;
    margin-left: -40px;
  }
}
.top-feature .contents .vl-items .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -20px;
  margin-left: -40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .vl-items .item .txt {
    margin-left: 0;
    padding: 0 20px;
  }
}
.top-feature .contents .vl-items .item .txt .ttl-bg {
  font-size: 104px;
  color: #168B45;
  opacity: 0.14;
  margin-left: -40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .vl-items .item .txt .ttl-bg {
    font-size: 50px;
    margin-left: -10px;
    margin-top: 30px;
  }
}
.top-feature .contents .vl-items .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 8%;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .vl-items .item.rvs {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-feature .contents .vl-items .item.rvs .txt {
  margin-left: 0px;
  margin-right: -40px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .vl-items .item.rvs .txt {
    margin-right: 0;
  }
}
.top-feature .contents .vl-items .item.rvs .img {
  margin-left: 0;
  margin-right: -40px;
}
.top-feature .contents .be-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .be-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-feature .contents .be-items .item {
  width: 46.5%;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .be-items .item {
    width: 100%;
  }
}
.top-feature .contents .be-items .item .ttl-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .be-items .item.item-equipment {
    margin-top: 30px;
  }
}
.top-feature .contents .be-items .item.item-equipment .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;
}
.top-feature .contents .be-items .item.item-equipment .img .img-item {
  width: 47.5%;
  position: relative;
}
.top-feature .contents .be-items .item.item-equipment .img .img-item:first-of-type {
  margin-top: 47px;
}
.top-feature .contents .be-items .item.item-equipment .img .img-item p {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(22, 139, 69, 0.9098039216);
  width: 70%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .top-feature .contents .be-items .item.item-equipment .img .img-item p {
    width: 90%;
    font-size: 13px;
    padding: 3px 0;
  }
}

/*----------院長ご挨拶----------*/
.top-greeting {
  background: url(../images/top/greeting-bg.jpg);
  padding: 70px 0 60px;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-greeting {
    padding: 40px 0;
  }
}
.top-greeting .top-ttl {
  color: #fff;
}
.top-greeting .top-ttl span {
  color: #fff;
}
.top-greeting img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-greeting img {
    margin-bottom: 20px;
  }
}
.top-greeting .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-greeting .txt {
    text-align: left;
  }
}
.top-greeting .txt .name {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .top-greeting .txt .name {
    font-size: 20px;
  }
}
.top-greeting .txt .name small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top-greeting .txt .name small {
    font-size: 14px;
  }
}
.top-greeting .txt .name span {
  font-size: 14px;
  font-family: "Noto Serif", serif;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .top-greeting .txt .name span {
    font-size: 12px;
  }
}

/*----------症例一覧----------*/
#top-case {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #top-case {
    padding: 50px 0;
  }
}
#top-case .wrap {
  position: relative;
}
#top-case .top-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 20px;
}
#top-case .top-ttl span {
  padding-left: 10px;
}
#top-case .btn01 {
  position: absolute;
  top: -20px;
  right: 100px;
}
@media screen and (max-width: 768px) {
  #top-case .btn01 {
    position: initial;
  }
}

.top-case-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-case-contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.top-case-contents li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F3EE;
  padding: 15px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-case-contents li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.top-case-contents li figure {
  overflow: hidden;
  height: 110px;
  width: 110px;
}
.top-case-contents li figure img {
  -webkit-transition: 0.7s all ease-out;
  transition: 0.7s all ease-out;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-case-contents li article {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-case-contents li article .data {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}

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

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

/*----------求人情報----------*/
.top-recruit {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 50px 0;
  }
}
.top-recruit .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-recruit .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-recruit .items img {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .top-recruit .items img {
    width: 100%;
  }
}
.top-recruit .items .txt {
  width: 44%;
  background: #168B45;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-recruit .items .txt {
    width: 100%;
    padding: 40px 0;
  }
}
.top-recruit .items .txt .top-ttl {
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-recruit .items .txt .top-ttl {
    margin-bottom: 20px;
  }
}
.top-recruit .items .txt .top-ttl span {
  color: #fff;
}
.top-recruit .items .txt .btn01 {
  margin-right: 72px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top-recruit .items .txt .btn01 {
    margin-top: 5px;
  }
}
.top-recruit .items .txt .btn01 a {
  color: #fff;
}
.top-recruit .items .txt .btn01 a::before {
  background-image: url(../images/common/btn1-white.png);
}

/*----------アクセス----------*/
.top-access {
  padding: 80px 0;
  background: url(../images/top/access-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top-access {
    padding: 50px 0;
  }
}
.top-access .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-access .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-access .items iframe {
  width: 50%;
  height: 360px;
}
@media screen and (max-width: 768px) {
  .top-access .items iframe {
    width: 100%;
    height: 51vw;
  }
}
.top-access .btn01 {
  text-align: center;
  margin-right: 72px;
  margin-top: 20px;
}

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

  階層ページ

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

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

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

.low #mv .ttl {
  display: block;
  font-weight: 400;
  font-family: "classico-urw", sans-serif;
  font-style: normal;
  width: 100%;
  font-size: 60px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.low #mv .ttl span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-top: -10px;
  font-family: "Noto Serif JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.low .contents {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------ドクター紹介----------*/
#doctor .director .name {
  margin-top: 30px;
  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-repeat: repeat;
  background-size: 1.1257035647vw auto;
  width: 100%;
  padding: 50px 0 0;
}

@media screen and (max-width: 768px) {
  #doctor .director .career {
    margin-top: 40px;
    padding: 0;
  }
}
#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: #EDF8E2;
  width: 48%;
  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: #168B45;
  color: #fff;
  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 .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;
  margin-top: 50px;
}

@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;
    margin-top: 40px;
  }
}
#doctor .staff .item .img {
  width: 29%;
  max-width: 450px;
}

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

#doctor .staff .item .txt .career span { /* 氏名上の肩書・青丸囲み */
  background: #168B45;
  color: #fff;
  font-size: 14px;
  padding: 1px 10px 2px;
  margin-right: 10px;
}

#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: 24px;
  font-weight: 500;
  letter-spacing: 4px;
  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: #168B45;
  font-size: 14px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #doctor .staff .item .txt .name span {
    font-size: 14px;
  }
}
/*----------当院について----------*/
#about .about .well02 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .about .well02 {
    text-align: left;
  }
}
#about .about .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #about .about .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
#about .about .items .item .img {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #about .about .items .item .img {
    width: 100%;
  }
}
#about .about .items .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #about .about .items .item .txt {
    margin-left: 0;
  }
}
#about .about .items .item .txt .btn02 {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #about .about .items .item .txt .btn02 {
    margin: 20px auto 0;
  }
}
#about .about .items .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) {
  #about .about .items .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about .about .items .item.rvs .txt {
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #about .about .items .item.rvs .txt {
    margin-right: 0;
  }
}

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

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

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

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

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

#about .clinic-slide-main__caption {
  font-weight: bold;
  line-height: 1.4;
  font-size: 18px;
  background: #168b45;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  padding: 10px 10px;
  z-index: 10;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  #about .clinic-slide-button-prev::before {
    width: 20px;
    height: 20px;
    left: 3%;
  }
}
/*----------小児歯科----------*/
#pediatric .life .max-img {
  text-align: center;
}
#pediatric .life .max-img img {
  border: 4px solid #e9e9e9;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #pediatric .life .max-img img {
    width: 100%;
  }
}

/*----------一般歯科----------*/
#general .treatment .flex .img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #general .treatment .flex .img {
    width: 70%;
    margin: 10px auto 0;
  }
}

/*----------歯周病治療----------*/
#perio .flow .max-img {
  text-align: center;
  margin: 20px 0 10px;
}
#perio .flow .max-img img {
  width: 57%;
}
@media screen and (max-width: 768px) {
  #perio .flow .max-img img {
    width: 100%;
  }
}
#perio .flow .max-img + p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #perio .flow .max-img + p {
    text-align: left;
  }
}

/*----------インプラント----------*/
#implant .price .ttl01 + p {
  margin-top: -15px;
}
#implant .price .table01 th {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #implant .price .table01 th {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #implant .price .table01 td {
    text-align: center;
  }
}

/*----------入れ歯治療----------*/
#denture .img-sm {
  width: 20%;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  #denture .img-sm {
    width: 100%;
    margin-top: 10px;
  }
}

/*----------白いつめもの外来----------*/
@media screen and (max-width: 768px) {
  #ceramic .ceramic .flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#ceramic .img-sm {
  width: 20%;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  #ceramic .img-sm {
    width: 70%;
    margin: 0 auto 20px;
  }
}
#ceramic .flex04 .mt10 {
  margin-top: 10px;
}

/*----------アクセス----------*/
#access .map iframe {
  width: 100%;
  height: 440px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #access .map iframe {
    height: 280px;
  }
}
#access .map iframe + p {
  text-align: center;
  margin-top: 10px;
}
#access .movie {
  text-align: center;
}
#access .movie h2 {
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #access .movie h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
#access .movie h2 small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #access .movie h2 small {
    font-size: 16px;
  }
}
#access .movie iframe {
  width: 100%;
  max-width: 888px;
  height: 500px;
}
@media screen and (max-width: 768px) {
  #access .movie iframe {
    height: 48vw;
    width: 100%;
  }
}
#access .overview .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #access .overview .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#access .overview .flex .img {
  width: 41%;
}
@media screen and (max-width: 768px) {
  #access .overview .flex .img {
    width: 100%;
    margin-top: 20px;
  }
}
#access .overview .flex .contents {
  width: 57%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #access .overview .flex .contents {
    width: 100%;
  }
}
#access .overview .flex .contents th,
#access .overview .flex .contents td {
  border: 2px solid #fff;
  background-color: #EDF8E2;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  #access .overview .flex .contents th,
  #access .overview .flex .contents td {
    display: block;
    width: 100%;
    border: none;
    padding: 5px 10px;
  }
}
#access .overview .flex .contents th {
  background-color: #168B45;
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
@media screen and (max-width: 768px) {
  #access .overview .flex .contents th {
    width: 100%;
  }
}

/*----------白いつめもの外来----------*/
.flow_box {
  counter-reset: flow;
  margin-bottom: -20px;
  margin-top: 30px;
}

.flow_box li {
  counter-increment: flow;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .flow_box li {
    margin-bottom: 40px;
  }
}

.flow_box li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 35px 0 35px;
  border-color: rgba(22, 139, 69, 0.4549019608) transparent transparent transparent;
}

.flow_box li:last-child::after {
  content: none;
}

.flow_box .flow_box_inner {
  background: #EDF8E2;
  padding: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .flow_box .flow_box_inner {
    padding: 20px;
  }
}

.flow_box .flow_box_inner::before {
  content: counter(flow);
  top: -10px;
  left: -29px;
  position: absolute;
  font-size: 150%;
  width: 55px;
  height: 55px;
  text-align: center;
  background: #168B45;
  line-height: 55px;
  border-radius: 50%;
  color: #fff;
}

@media (max-width: 768px) {
  .flow_box .flow_box_inner::before {
    left: -10px;
    top: -15px;
    width: 35px;
    height: 35px;
    font-size: 120%;
    line-height: 35px;
  }
}
.flow_box .flow_contents p:last-child {
  margin-bottom: 0;
}

.flow_img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow_img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}

.flow_img_wrap .flow_img {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.flow_img_wrap .flow_img img {
  width: 100%;
}

.flow_img_wrap .text {
  line-height: 1.6;
  padding-top: 10px;
}

/*----------咬み合わせ外来----------*/
#prosthesis .list03 {
  background: #EDF8E2;
}
#prosthesis .lost .flex04 .ttl03 {
  margin-top: 10px;
}
#prosthesis .flow .flow-box .list03 {
  background: #fff;
  margin: 10px 0 0;
  padding: 10px 20px 4px;
}

/*----------求人情報----------*/
#recruit .message .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#recruit .message .flex .catch {
  color: #333;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recruit .message .flex .catch {
    font-size: 22px;
  }
}
#recruit .message .flex .catch::before {
  position: absolute;
  content: "";
  background: #168B45;
  width: 40px;
  height: 2px;
  bottom: -20px;
}
#recruit .feature .items {
  gap: 40px 50px;
}
@media screen and (max-width: 768px) {
  #recruit .feature .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
  }
}
#recruit .feature .items .item:nth-of-type(odd) h4 {
  background: rgba(22, 139, 69, 0.9176470588);
}
#recruit .feature .items .item h4 {
  background: rgba(135, 198, 40, 0.9450980392);
  margin: 0 25px;
  height: 60px;
  margin-top: -30px;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 15px;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #recruit .feature .items .item h4 {
    font-size: 17px;
    height: 50px;
    margin-top: -25px;
    padding-top: 12px;
  }
}
#recruit .flow .flow_design10 {
  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;
}
#recruit .flow .flow10 {
  width: 100%;
  padding-left: 0;
}
#recruit .flow .flow10 > li {
  list-style-type: none;
  background: #EDF8E2;
  padding: 20px;
}
#recruit .flow .flow10 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
#recruit .flow .flow10 > li:not(:last-child)::after {
  content: "";
  position: absolute;
  border: 16px solid transparent;
  width: 0;
  height: 0;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #168B45;
}
#recruit .flow .flow10 > li dl dt {
  font-size: 1.3em;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#recruit .flow .flow10 > li .icon10 {
  color: #168B45;
  margin-right: 0.5em;
}
#recruit .flow .flow10 > li dl dd {
  margin: 0;
}
#recruit .requirements .table01 th {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #recruit .requirements .table01 th {
    width: 100%;
  }
}

/*contactform7*/
.contact-form table {
  border-collapse: collapse;
  margin: 0 0 10px;
  width: 100%;
}

.contact-form table + p {
	margin-bottom: 50px;
}

.contact-form table + p .wpcf7-list-item {
		margin: 0;
	}

.contact-form table tr {
  border-bottom: 1px dotted #ccc;
}

.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
  width: 30%;
}

.contact-form table td {
  padding: 20px 0;
  width: 70%;
}

.contact-form .small {
  font-size: 0.8rem;
}

.contact-form .hissu {
  display: inline-block;
  background: #cd1b1b;
  color: #fff;
  font-size: 10px;
  padding: 1px 8px;
  margin-left: 15px;
  vertical-align: 1px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form input[type=date],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f5f5f5;
  border: none;
  border-radius: 2px;
  padding: 10px;
  margin: 0;
  width: 100%;
  min-height: 50px;
}

input#num {
  width: 100px;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form input[type=file]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #168B45;
}

.contact-form textarea {
  height: 200px;
  resize: vertical;
}

/*radio*/
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}

.wpcf7-radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.wpcf7-radio input[type=radio] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  display: inline-block;
  background-color: #eeeff2;
  border: 1px solid #d6d9e0;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 6px 10px 0 0;
}

.wpcf7-radio input[type=radio]:checked + span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #168B45;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 5px;
  z-index: 0;
}

.wpcf7-radio input[type=radio]:focus-visible {
  border-color: #168B45;
  outline: none;
}

/*checkbox*/
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}

.wpcf7-checkbox label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  font-size: 16px;
}

.wpcf7-checkbox input[type=checkbox] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  display: inline-block;
  background-color: #eeeff2;
  border: 1px solid #d6d9e0;
  border-radius: 0;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 6px 10px 0 0;
}

.wpcf7-checkbox input[type=checkbox]:checked + span::before {
  content: "";
  display: block;
  border: solid #168B45;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 9px;
  left: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.wpcf7-checkbox input[type=checkbox]:focus-visible {
  border-color: #168B45;
  outline: none;
}

/*select*/
.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #168B45 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 22px;
}

/*file*/
.file-label {
  display: inline-block;
  background-color: #f5f5f5;
  cursor: pointer;
  color: #168B45;
  font-size: 13px;
  padding: 10px 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.file-label:hover {
  background-color: #168B45;
  color: #fff;
}

.file-label input[type=file] {
  display: none;
}

.file-message {
  margin-top: 5px;
  font-size: 13px;
}

.date-picker input[type=text] {
  background-image: url("data:image/svg+xml;base64,PCEtLT94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPy0tPgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+Cgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJ3aWR0aDogMjU2cHg7IGhlaWdodDogMjU2cHg7IG9wYWNpdHk6IDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojODg4O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQ5LjE5MywxMDMuNTI1YzE1Ljk5NSwwLDI4Ljk2NC0xMi45NywyOC45NjQtMjguOTczVjI4Ljk2NEMxNzguMTU3LDEyLjk3LDE2NS4xODgsMCwxNDkuMTkzLDAKCQljLTE2LjAwMiwwLTI4Ljk3MywxMi45Ny0yOC45NzMsMjguOTY0djQ1LjU4OEMxMjAuMjIsOTAuNTU2LDEzMy4xOTEsMTAzLjUyNSwxNDkuMTkzLDEwMy41MjV6Ij48L3BhdGg+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYyLjgxNiwxMDMuNTI1YzE1Ljk5NCwwLDI4Ljk2NC0xMi45NywyOC45NjQtMjguOTczVjI4Ljk2NEMzOTEuNzgsMTIuOTcsMzc4LjgxLDAsMzYyLjgxNiwwCgkJYy0xNi4wMDMsMC0yOC45NzMsMTIuOTctMjguOTczLDI4Ljk2NHY0NS41ODhDMzMzLjg0Myw5MC41NTYsMzQ2LjgxMywxMDMuNTI1LDM2Mi44MTYsMTAzLjUyNXoiPjwvcGF0aD4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MzUuMTY0LDQxLjI4N2gtMTcuOTI1djMzLjI2NWMwLDMwLjAxNy0yNC40MTQsNTQuNDMyLTU0LjQyMiw1NC40MzJjLTMwLjAxOCwwLTU0LjQzMi0yNC40MTUtNTQuNDMyLTU0LjQzMgoJCVY0MS4yODdIMjAzLjYxNnYzMy4yNjVjMCwzMC4wMTctMjQuNDE1LDU0LjQzMi01NC40MjMsNTQuNDMyYy0zMC4wMTYsMC01NC40MzItMjQuNDE1LTU0LjQzMi01NC40MzJWNDEuMjg3SDc2LjgzNgoJCWMtMzguNTI4LDAtNjkuNzYzLDMxLjIzNS02OS43NjMsNjkuNzYzdjMzMS4xODdDNy4wNzMsNDgwLjc2NSwzOC4zMDksNTEyLDc2LjgzNiw1MTJoMzU4LjMyOAoJCWMzOC41MjgsMCw2OS43NjMtMzEuMjM1LDY5Ljc2My02OS43NjNWMTExLjA1QzUwNC45MjcsNzIuNTIyLDQ3My42OTIsNDEuMjg3LDQzNS4xNjQsNDEuMjg3eiBNNDcwLjk4Miw0NDIuMjM3CgkJYzAsMTkuNzQ4LTE2LjA2OSwzNS44MTgtMzUuODE4LDM1LjgxOEg3Ni44MzZjLTE5Ljc0OCwwLTM1LjgxOC0xNi4wNy0zNS44MTgtMzUuODE4VjE1NS4xMzhoNDI5Ljk2NFY0NDIuMjM3eiI+PC9wYXRoPgoJPHJlY3QgeD0iMTc1Ljg2MiIgeT0iMzg0LjAwMiIgY2xhc3M9InN0MCIgd2lkdGg9IjYyLjg1OSIgaGVpZ2h0PSI2Mi44NTkiPjwvcmVjdD4KCTxyZWN0IHg9IjE3NS44NjIiIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTkiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSI3OC40NTMiIHk9IjM4NC4wMDIiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSI3OC40NTMiIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIzNzAuNjk3IiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODUxIiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iMjczLjI4IiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iMjczLjI4IiB5PSIyODYuNTg0IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1OSI+PC9yZWN0PgoJPHJlY3QgeD0iMzcwLjY5NyIgeT0iMzg0LjAwMiIgY2xhc3M9InN0MCIgd2lkdGg9IjYyLjg1MSIgaGVpZ2h0PSI2Mi44NTkiPjwvcmVjdD4KCTxyZWN0IHg9IjM3MC42OTciIHk9IjI4Ni41ODQiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTEiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIyNzMuMjgiIHk9IjM4NC4wMDIiIGNsYXNzPSJzdDAiIHdpZHRoPSI2Mi44NTkiIGhlaWdodD0iNjIuODU5Ij48L3JlY3Q+Cgk8cmVjdCB4PSIxNzUuODYyIiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODU5IiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0PgoJPHJlY3QgeD0iNzguNDUzIiB5PSIxODkuMTc1IiBjbGFzcz0ic3QwIiB3aWR0aD0iNjIuODUxIiBoZWlnaHQ9IjYyLjg1MSI+PC9yZWN0Pgo8L2c+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 20px auto;
  padding-left: 50px;
}

/*希望日*/
.contact-form .reserve-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .reserve-date .date {
  width: 35%;
  margin-right: 15px;
}

.contact-form .reserve-date .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .reserve-date .time .select-wrap {
  width: 100px;
}

.contact-form .reserve-date .unit {
  margin: 10px 10px 0;
}

/*生年月日*/
.contact-form .birth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .birth .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .birth .select-wrap {
  width: 100px;
}

.contact-form .birth .unit {
  margin: 10px 10px 0;
}

/*学歴*/
.contact-form .gakureki {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

/*送信ボタン*/
.contact-form .submit-btn {
  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;
}

.contact-form .submit-btn [type=submit] {
  -webkit-appearance: none;
  background: #168B45;
  border: 1px solid #168B45;
  border-radius: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 14px 20px;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 280px;
}

.contact-form .submit-btn [type=submit]:hover {
  opacity: 0.7;
}

.contact-form .submit-btn [type=submit].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

/*エラー表示*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ff1616;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 0;
}

.contact-form .wpcf7-not-valid-tip {
  color: #ff1616;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 0 0;
}

div.wpcf7-response-output.wpcf7-validation-errors {
  display: none !important;
}

.contact-form .wpcf7-spinner {
  display: none;
}

/*Material datepicker*/
.dtp > .dtp-content {
  font-weight: bold;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #373c3f !important;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background-color: #eff0f0 !important;
  color: #168B45 !important;
}

.dtp .p10 > a,
.dtp div.dtp-actual-year,
.dtp table.dtp-picker-days tr > th {
  color: #168B45 !important;
}

.dtp div.dtp-picker-month {
  font-weight: bold;
  padding-bottom: 0 !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background-color: #96cee1 !important;
  border-radius: 3px !important;
}

.dtp .right,
.dtp .left {
  margin-top: 10px !important;
}

/*送信中*/
.loading-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.loading-send {
  background: #fff;
  padding: 35px 70px;
  -webkit-box-shadow: 0 0.4rem 0.8rem -0.1rem rgba(0, 32, 128, 0.1), 0 0 0 1px #f0f2f7;
          box-shadow: 0 0.4rem 0.8rem -0.1rem rgba(0, 32, 128, 0.1), 0 0 0 1px #f0f2f7;
  border-radius: 5px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1000;
}

.loading-send-dot,
.loading-send-dot::before,
.loading-send-dot::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9FACE6;
  position: absolute;
  top: 0;
  -webkit-animation: dot-flashing 1s infinite alternate;
  animation: dot-flashing 1s infinite alternate;
}

.loading-send-dot {
  margin-top: 5px;
  position: relative;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading-send-dot::before {
  left: -15px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading-send-dot::after {
  left: 15px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media (max-width: 800px) {
  .contact-form table {
    margin: 0 0 10px;
  }
	.contact-form table + p {
		margin-bottom: 30px;
	}
  .contact-form table th,
  .contact-form table td {
    display: block;
    width: 100%;
  }
  .contact-form table th {
    padding: 15px 0 10px;
  }
  .contact-form table td {
    padding: 0 0 15px;
  }
  .contact-form .reserve-date {
    display: block;
  }
  .contact-form .reserve-date .date {
    width: 100%;
    margin: 0 0 10px;
  }
  .contact-form .birth {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact-form .birth .item + .item {
    margin-top: 15px;
  }
  .contact-form .submit-btn [type=submit] {
    padding: 15px;
    width: 250px;
  }
  .contact-form .submit-btn [type=submit].back-btn {
    margin-right: 25px;
  }
  .grecaptcha-badge {
    bottom: 70px !important;
  }
}
/*----------医療費控除----------*/
#deduction .price #result_box {
  background: #ededed;
  padding: 30px;
  margin-top: 20px;
}
#deduction .price #result_box dt {
  margin-top: 20px;
}
#deduction .price #result_box dd {
  margin-bottom: 20px;
}
#deduction .img-wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #deduction .img-wrap {
    width: 100%;
  }
}
#deduction .img-wrap .col3 {
  margin-top: 20px;
  gap: 20px;
}
#deduction .procedure .btn02 {
  margin: 20px 0 0 0;
}

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

  フッター

============================================================================*/
footer {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 0;
  }
}

footer.low {
  background: #EDF8E2;
}

footer.low .top-schedule-table {
  background: #fff !important;
}

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

footer .wrapper-sm .left h2 {
  margin-bottom: 20px;
}

footer .wrapper-sm .left h2 img {
  width: 100%;
  max-width: 380px;
}

footer .wrapper-sm .left h2 + p {
  margin-bottom: 10px;
}

footer .wrapper-sm .left .top-schedule-table {
  position: initial;
  background: #EDF8E2;
}
@media screen and (max-width: 768px) {
  footer .wrapper-sm .left .top-schedule-table {
    margin-left: 0;
  }
}

footer .wrapper-sm .left h3 {
  line-height: 1.2;
  margin: 40px 0 20px;
  position: relative;
  z-index: 1;
}

footer .wrapper-sm .left h3:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

footer .wrapper-sm .left h3 span {
  display: inline-block;
  background-color: #FF4500;
  padding-right: 15px;
}

footer .wrapper-sm .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

footer .wrapper-sm .right {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}

footer .wrapper-sm .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .wrapper-sm .right dl dt {
  width: 8em;
  margin-bottom: 40px;
}

footer .wrapper-sm .right dl dd {
  width: calc(100% - 8em);
  margin-bottom: 40px;
}

footer .wrapper-sm .right dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer .wrapper-sm .right dl dd ul li {
  width: 50%;
}

footer .wrapper-sm .right dl dd ul li a {
  display: block;
  line-height: 1.2;
  color: #333;
  margin-bottom: 20px;
}

footer .wrapper-sm .right dl dd ul li a span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}

footer .wrapper-sm .right dl dd ul li a span:after {
  content: "";
  background: url(../images/top/arrow3.png) no-repeat;
  background-size: 5px;
  width: 5px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer .wrapper-sm .right dl dd ul li a span:before {
  content: "";
  width: calc(100% - 15px);
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 15px;
  background-color: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-transform-origin: left;
  transform-origin: left;
}

footer .wrapper-sm .right dl dd ul li a:hover span:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

footer .wrapper-sm .right .copy {
  position: absolute;
  bottom: 0;
  right: 0;
}

footer #bnr-list {
  padding: 60px 0 40px;
}

footer #bnr-list .inner {
  max-width: 930px;
  display: block;
}

footer #bnr-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

footer #bnr-list ul li {
  width: 24%;
  margin-left: 20px;
}

footer #bnr-list ul li:first-child {
  margin-left: 0px;
}

footer #bnr-list ul li img {
  width: 100%;
}

footer #bnr-list ul li a:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.7;
}

footer .payment {
  background: #F2F0EA;
  padding: 12px 30px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  footer .payment {
    margin-bottom: 40px;
    padding: 15px;
  }
}
footer .payment h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .payment h4 {
    font-size: 15px;
    line-height: 1.6;
  }
}
footer .payment h4::before, footer .payment h4::after {
  background-color: #C9B99A;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
footer .payment h4::before {
  margin-right: 15px;
}
footer .payment h4::after {
  margin-left: 15px;
}
footer img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  footer p {
    line-height: 1.6;
    font-size: 12px;
  }
}

footer .copy {
  font-size: 14px;
  background: #168B45;
  color: #fff;
  padding: 12px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0 60px;
  }
  footer .wrapper-sm {
    display: block;
  }
  footer .wrapper-sm .left {
    margin-bottom: 30px;
  }
  footer .wrapper-sm .left h2 {
    margin-bottom: 0px;
    text-align: center;
  }
  footer .wrapper-sm .left h2 img {
    width: 100%;
    max-width: 250px;
  }
  footer .wrapper-sm .left h2 + p {
    margin-bottom: 10px;
    text-align: center;
  }
  footer .wrapper-sm .left table {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .wrapper-sm .left table th,
  footer .wrapper-sm .left table td {
    padding: 7px 5px;
  }
  footer .wrapper-sm .left table th {
    width: 8em;
  }
  footer .wrapper-sm .left table th small {
    font-size: 10px;
  }
  footer .wrapper-sm .left table td {
    padding: 5px 5px;
  }
  footer .wrapper-sm .left h3 {
    margin: 20px 0 10px;
  }
  footer .wrapper-sm .left ul li.tel {
    line-height: 1.2;
    position: relative;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 14em;
  }
  footer .wrapper-sm .left ul li.tel:before {
    content: "";
    background: url(../images/top/icon_tel.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .wrapper-sm .left ul li.tel a {
    color: #fff;
    font-size: 24px;
  }
  footer .wrapper-sm .left ul li.web {
    width: calc(100% - 14em);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
  }
  footer .wrapper-sm .left ul li.web a {
    font-size: 16px;
    border: 0px;
  }
  footer .wrapper-sm .left ul li.web a span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
  }
  footer .wrapper-sm .left ul li.web a span:before {
    content: "";
    background: url(../images/top/icon_web3.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
  footer .wrapper-sm .left ul li.web a:hover span:before {
    background: url(../images/top/icon_web3.png) no-repeat;
    background-size: 20px;
  }
  footer .wrapper-sm .right {
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
  }
  footer .wrapper-sm .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .wrapper-sm .right dl dt {
    width: 6em;
    margin-bottom: 20px;
  }
  footer .wrapper-sm .right dl dd {
    width: calc(100% - 6em);
    margin-bottom: 20px;
  }
  footer .wrapper-sm .right dl dd ul li a {
    margin-bottom: 10px;
  }
  footer .wrapper-sm .right dl dd ul li a span {
    display: inline-block;
    position: relative;
    padding-left: 15px;
  }
  footer .wrapper-sm .right dl dd ul li a span:after {
    content: "";
    background: url(../images/top/arrow3.png) no-repeat;
    background-size: 5px;
    width: 5px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  footer .wrapper-sm .right dl dd ul li a span:before {
    display: none;
  }
  footer #bnr-list {
    padding: 30px 0 20px;
  }
  footer #bnr-list .inner {
    max-width: 930px;
    display: block;
  }
  footer #bnr-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-bottom: -3%;
  }
  footer #bnr-list ul li {
    width: 47%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
  footer #bnr-list ul li:first-child {
    margin-left: 3%;
  }
  footer #bnr-list ul li img {
    width: 100%;
  }
  footer #bnr-list ul li a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  footer .copy {
    font-size: 12px;
    text-align: center;
  }
}
/*----------上部に戻るボタン----------*/
.pageup-area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
}

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

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

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

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

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

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

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

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

.sp_bottom-menu__btn--line {
  background-color: rgba(135, 198, 40, 0.8980392157) !important;
}

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

.sp_bottom-menu__btn--tel {
  background-color: rgba(147, 141, 121, 0.9176470588) !important;
}

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

@media screen and (max-width: 1024px) {
  .sp_bottom-menu {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}

.grecaptcha-badge { visibility: hidden; }
/*# sourceMappingURL=style.css.map */