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

html {
  font-size: 100%;
}

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

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

a:hover {
  opacity: 0.8;
}

ul,
li {
  list-style: none;
}

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

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

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

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

textarea {
  font-family: inherit;
}

main {
  display: block;
  overflow: hidden;
}

small {
  font-size: 90%;
}

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

  共通

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blue {
  color: #1e00ff;
}

.green {
  color: #7ADB82;
}

.orange {
  color: #FFB263;
}

/*----------マーカー下線----------*/
.c-marker {
  display: inline;
  background-color: #FFE3A3;
}

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

/*----------グリッド----------*/
.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%;
}

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

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

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

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

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

.list01 li {
  line-height: 2;
}

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

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

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

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

/*----------点と背景----------*/
.list03 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 20px 12px;
  background-color: #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .table01 thead tr th {
    padding: 10px;
  }
  .table01 tbody th {
    padding: 8px 10px;
  }
  .table01 tbody td {
    padding: 8px 15px;
  }
}
/*----------ボタン----------*/
.btn01 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 240px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 10px 15px;
  border-radius: 100vw;
  color: #fff;
  background-color: #FFB263;
  border-radius: 100vw;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0;
  border: 1px solid #FFB263;
}
.btn01:hover {
  background: #fff;
  border: 1px solid #FFB263;
  color: #FFB263;
}

@media screen and (max-width: 768px) {
  .btn01 {
    margin: 30px auto 0;
  }
}
/*----------スマホで表示・非表示----------*/
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*----------サイドナビ----------*/
#side-nav {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 70px;
}

@media screen and (max-width: 1120px) {
  #side-nav {
    display: none;
  }
}
#side-nav li {
  margin-bottom: 14px;
}

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

#side-nav a {
  display: inline-block;
  text-decoration: none;
  width: 115px;
  height: 100px;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 15px 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  letter-spacing: 0;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 600;
}

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

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

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

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

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

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

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

/*----------モーダルウィンドウ----------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1111111111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe; /* モーダルウィンドウの背景色 */
  margin: 15% auto;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #888888;
  width: 40%; /* モーダルウィンドウの横幅 */
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 20px 20px 30px;
    width: 92%;
    margin: 50% auto;
  }
}

.modal-title {
  color: #60d96a; /* モーダルウィンドウの文字の色 */
  font-size: 32px; /* モーダルウィンドウの文字の大きさ */
  font-weight: bold;
  line-height: 200%;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .modal-title {
    font-size: 26px;
  }
}

.modal-txt {
  text-align: center;
}
.modal-txt p {
  margin-top: 10px;
  margin-bottom: 30px;
}
.modal-txt .line-btn {
  width: 200px;
  display: inline-block;
}

.close-button {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*----------お問い合わせフォーム----------*/
.mail-form {
  width: 100%;
  background: #fff;
  border-radius: 40px;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .mail-form {
    padding: 10px 20px 30px;
  }
}

/* template01 */
.form__wrap {
  width: 100%;
  max-width: 550px; /*フォームの最大幅*/
  margin-right: auto;
  margin-left: auto;
}

.wpcf7 .template01 {
  color: #333;
}

.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.wpcf7 .template01 a:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.wpcf7 .template01 div.form__row.row-privacy {
  margin-top: 3.5em;
  text-align: center;
}

.wpcf7 .template01 div.form__row.row-submit {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wpcf7 .template01 div.form__row.row-submit {
    margin-top: 20px;
  }
}

.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  margin-bottom: 3px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .template01 p.form__label.is-required label {
  padding-right: 15px;
}

.wpcf7 .template01 p.form__label.is-required label::after {
  content: "*";
  position: absolute;
  top: -3px;
  right: 0;
  color: red;
}

/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}

/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::-webkit-input-placeholder, .wpcf7 .template01 input[type=tel]::-webkit-input-placeholder, .wpcf7 .template01 input[type=email]::-webkit-input-placeholder, .wpcf7 .template01 input[type=url]::-webkit-input-placeholder, .wpcf7 .template01 input[type=date]::-webkit-input-placeholder, .wpcf7 .template01 input[type=number]::-webkit-input-placeholder, .wpcf7 .template01 textarea::-webkit-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-moz-placeholder, .wpcf7 .template01 input[type=tel]::-moz-placeholder, .wpcf7 .template01 input[type=email]::-moz-placeholder, .wpcf7 .template01 input[type=url]::-moz-placeholder, .wpcf7 .template01 input[type=date]::-moz-placeholder, .wpcf7 .template01 input[type=number]::-moz-placeholder, .wpcf7 .template01 textarea::-moz-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]:-ms-input-placeholder, .wpcf7 .template01 input[type=tel]:-ms-input-placeholder, .wpcf7 .template01 input[type=email]:-ms-input-placeholder, .wpcf7 .template01 input[type=url]:-ms-input-placeholder, .wpcf7 .template01 input[type=date]:-ms-input-placeholder, .wpcf7 .template01 input[type=number]:-ms-input-placeholder, .wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::-ms-input-placeholder, .wpcf7 .template01 input[type=tel]::-ms-input-placeholder, .wpcf7 .template01 input[type=email]::-ms-input-placeholder, .wpcf7 .template01 input[type=url]::-ms-input-placeholder, .wpcf7 .template01 input[type=date]::-ms-input-placeholder, .wpcf7 .template01 input[type=number]::-ms-input-placeholder, .wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #ccc;
}

.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #ccc;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px #080808 solid;
}

.wpcf7 .template01 textarea {
  height: 150px;
}

/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}

.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 1;
}

.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 10;
}

.wpcf7 .template01 input[type=checkbox]:checked + span {
  color: #306ad4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #306ad4;
  border-right: 2px solid #306ad4;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}

.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=radio]:checked + span {
  color: #306ad4;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  top: 0.2em;
  left: 0.2em;
  width: 0.6em;
  height: 0.6em;
  background-color: #306ad4;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .template01 span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
}

.wpcf7 .template01 select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 2.5em 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template01 select::-ms-expand {
  display: none;
}

.wpcf7 .template01 span.select-wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 .template01 select:focus {
  outline: 0;
  border: 1px #080808 solid;
}

.wpcf7 .template01 span.select-wrap:focus-within::after {
  border-bottom: 1px solid #080808;
  border-right: 1px solid #080808;
}

/* 送信ボタン */
.wpcf7 .template01 .submit-btn {
  position: relative;
  width: 240px;
  height: 42px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7 .template01 input[type=submit] {
  cursor: pointer;
  width: 240px;
  max-width: 100%;
  padding: 10px 15px;
  border-radius: 100vw;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FFB263;
  background-color: #FFB263;
  color: #fff;
  font-family: "zen-maru-gothic", sans-serif;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .template01 input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #999 !important;
}

.wpcf7 .template01 input[type=submit]:hover {
  border: 1px solid #FFB263;
  background-color: #fff;
  color: #FFB263;
  -webkit-transition: opacity 0.25s, background-color 0.25s;
  transition: opacity 0.25s, background-color 0.25s;
}

.wpcf7 .template01 input[type=submit]:focus {
  outline: 1px #eee solid;
}

.wpcf7 .template01 span.wpcf7-list-item {
  margin: 0 1em 0.2em 0;
}

.wpcf7 .template01 .ajax-loader {
  display: block;
}

@media only screen and (max-width: 768px) {
  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }
}
/*============================================================================

  ヘッダー

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

@media screen and (max-width: 1120px) {
  .header-fixed {
    display: none;
    height: 0;
  }
}
.header-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #FCF8EE;
}

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

.header-logo {
  line-height: 1;
}

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

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

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

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

.header-nav__list > li > a {
  display: inline-block;
  color: #333;
  padding: 4px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 600;
  margin-right: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .header-nav__list > li > a {
    margin-right: 15px;
  }
}

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

.header-nav__list > li > a img {
  display: block;
  width: 60px;
  margin: 0 auto;
}

.header-nav__list > li:last-of-type a {
  margin-right: 0px;
}

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

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

.header-bg.thin .header-logo > a {
  width: 140px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-bg.thin .header-nav__list > li > a {
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-bg.thin .header-nav__list > li > a img {
  width: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

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

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

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

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

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

.sp_header-menu {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.sp_header-nav__list > li > a {
  display: block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 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: inline-block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  margin-top: -58px;
  text-align: left;
  float: right;
  cursor: default;
  padding: 18px 30px 41px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

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

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

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

.sp_header-nav__second-menu li a {
  display: block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 15px 20px 15px 36px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

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

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

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

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

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

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

  タイトル

============================================================================*/
.ttl01 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  font-family: "zen-maru-gothic", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.ttl01 img {
  width: 70px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ttl01 img {
    width: 50px;
  }
}

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

  トップページ

============================================================================*/
#top .mv {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 130px;
}
@media screen and (max-width: 1120px) {
  #top .mv {
    margin-top: 70px;
  }
}
#top .mv::before {
  content: "";
  background-image: url(../images/top/mv-doctor.png);
  position: absolute;
  width: 339px;
  height: 571px;
  right: 40px;
  background-size: cover;
  top: 60px;
}
@media screen and (max-width: 768px) {
  #top .mv::before {
    width: 167px;
    height: 284px;
    top: auto;
    bottom: 0;
    right: 10px;
  }
}

#top .mv img {
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
}

@media screen and (max-width: 768px) {
  #top .mv img {
    height: 580px;
  }
}
#top .mv .mv-catch {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .mv .mv-catch {
    width: 100%;
    left: 0;
    padding: 0 20px;
    top: 20px;
    -webkit-transform: none;
            transform: none;
  }
}

#top .mv .mv-catch .mv-catch__inner {
  background: #fff;
  border: 3px solid #FFBD79;
  border-radius: 30px;
  padding: 45px 50px;
}
@media screen and (max-width: 768px) {
  #top .mv .mv-catch .mv-catch__inner {
    padding: 15px;
  }
}
#top .mv .mv-catch .mv-catch__inner .ttl {
  font-family: "zen-maru-gothic", sans-serif;
}
#top .mv .mv-catch .mv-catch__inner .ttl p {
  background: #FFB263;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 0 25px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  #top .mv .mv-catch .mv-catch__inner .ttl p {
    font-size: 16px;
    padding: 3px 10px;
  }
}
#top .mv .mv-catch .mv-catch__inner .ttl h2 {
  font-size: 44px;
  line-height: 1.4;
  margin: 12px 0 16px;
}
@media screen and (max-width: 768px) {
  #top .mv .mv-catch .mv-catch__inner .ttl h2 {
    font-size: 19px;
    line-height: 1.6;
    margin: 8px 0 12px;
  }
}
#top .mv .mv-catch .mv-catch__inner .well {
  background: #FFF5DD;
  padding: 5px 20px 10px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  #top .mv .mv-catch .mv-catch__inner .well {
    border-radius: 20px;
  }
}
#top .mv .mv-catch .mv-catch__inner .well h3 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #top .mv .mv-catch .mv-catch__inner .well h3 {
    font-size: 12px;
  }
}
#top .mv .mv-catch .mv-catch__inner .well dl {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #top .mv .mv-catch .mv-catch__inner .well dl {
    font-size: 11px;
  }
}
#top .mv .mv-catch .mv-catch__inner .well dl dt {
  float: left;
}
#top .mv .mv-catch .mv-catch__inner .well dl dd {
  display: block;
}

/*----------子育て中のお母さんこんなことに悩んでいませんか？----------*/
.top-worries {
  background: #FFFDEF;
  padding: 40px 0 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-worries {
    padding: 40px 0 50px;
  }
}
.top-worries::before {
  content: "";
  background-image: url(../images/top/worries-deco1.png);
  position: absolute;
  width: 274px;
  height: 134px;
  right: 22px;
  background-size: cover;
  top: 30px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-worries::before {
    width: 75px;
    height: 36px;
    right: 20px;
    top: 0px;
  }
}
.top-worries::after {
  content: "";
  background-image: url(../images/top/worries-deco2.png);
  position: absolute;
  width: 244px;
  height: 264px;
  left: 2px;
  background-size: cover;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-worries::after {
    width: 40px;
    height: 46px;
    left: 10px;
    bottom: 0;
  }
}
.top-worries .round {
  width: 100%;
  height: 30px;
  background: url(../images/top/round.png);
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-worries .round {
    height: 15px;
    top: -14px;
  }
}
.top-worries .check-box {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 40px 80px;
}
@media screen and (max-width: 768px) {
  .top-worries .check-box {
    padding: 20px;
  }
}
.top-worries .check-box ul {
  margin-top: -15px;
}
.top-worries .check-box ul li {
  border-bottom: 1px dashed #E2E2E2;
  padding-bottom: 15px;
  margin-top: 15px;
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .top-worries .check-box ul li {
    padding-left: 25px;
  }
}
.top-worries .check-box ul li::before {
  content: "";
  background: url(../images/top/check.png);
  width: 24px;
  height: 24px;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-worries .check-box ul li::before {
    width: 18px;
    height: 18px;
  }
}
.top-worries .message {
  background: #EFF7FF;
  border-radius: 0 0 20px 20px;
  padding: 40px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-worries .message {
    padding: 20px;
  }
}
.top-worries .message h4 {
  font-size: 21px;
  border-bottom: 1px dashed #E2E2E2;
  font-family: "zen-maru-gothic", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-worries .message h4 {
    font-size: 16px;
  }
}
.top-worries .message p {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-worries .message p {
    text-align: left;
  }
}

/*----------発達支援・ご家庭サポート----------*/
.top-support {
  padding: 70px 0;
  background: url(../images/top/support-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-support {
    padding: 50px 0;
  }
}
.top-support::before {
  content: "";
  background-image: url(../images/top/support-deco.png);
  position: absolute;
  width: 126px;
  height: 125px;
  right: 22px;
  background-size: cover;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-support::before {
    width: 55px;
    height: 54px;
    right: 15px;
  }
}
.top-support .ttl01 small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top-support .ttl01 small {
    font-size: 16px;
  }
}
.top-support .ttl01 img {
  margin-bottom: -8px;
}
.top-support .contents .items {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-support .contents .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.top-support .contents .items .item {
  background: #fff;
  border-radius: 20px;
}
.top-support .contents .items .item img {
  border-radius: 20px 20px 0 0;
}
.top-support .contents .items .item .txt {
  padding: 15px 30px 20px;
}
@media screen and (max-width: 768px) {
  .top-support .contents .items .item .txt {
    padding: 15px 20px;
  }
}
.top-support .contents .items .item .txt h4 {
  font-size: 22px;
  color: #FFB263;
  line-height: 1.5;
  margin-bottom: 5px;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-support .contents .items .item .txt h4 {
    font-size: 18px;
  }
}

/*----------かなえの看護----------*/
.top-nursing {
  background-image: -webkit-repeating-linear-gradient(left, #f7f5ef, #f7f5ef 10px, transparent 10px, transparent 20px);
  background-image: repeating-linear-gradient(90deg, #f7f5ef, #f7f5ef 10px, transparent 10px, transparent 20px);
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .top-nursing {
    padding: 50px 0;
  }
}
.top-nursing .about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-nursing .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.top-nursing .about .img {
  width: 822px;
}
@media screen and (max-width: 768px) {
  .top-nursing .about .img {
    width: 100%;
    margin-left: 40px;
    margin-top: 20px;
  }
}
.top-nursing .about .img img {
  border-radius: 40px 0 0 40px;
}
.top-nursing .about .txt {
  z-index: 1;
  left: 80px;
  white-space: nowrap;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-nursing .about .txt {
    position: static;
    white-space: normal;
    padding: 0 20px;
  }
}
.top-nursing .about .txt h3 {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-nursing .about .txt h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.top-nursing .about .txt h3 img {
  width: 60px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .top-nursing .about .txt h3 img {
    width: 40px;
    margin-right: 10px;
  }
}
.top-nursing .about .txt p {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top-nursing .about .txt p {
    font-size: 16px;
  }
}
.top-nursing .about .txt p span {
  display: inline;
  background-color: rgba(255, 255, 255, 0.631372549);
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .top-nursing .about .txt p span {
    background: none;
  }
}
.top-nursing .need {
  max-width: 840px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .top-nursing .need {
    padding: 0 20px;
    margin: 0 auto 40px;
  }
}
.top-nursing .need img {
  width: 170px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-nursing .need img {
    width: 140px;
    margin-bottom: 15px;
  }
}
.top-nursing .subject {
  background: #FFF5DD;
  border-radius: 40px;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .top-nursing .subject {
    padding: 30px 20px;
  }
}
.top-nursing .subject .ttl01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-nursing .subject .ttl01 {
    margin-bottom: 10px;
  }
}
.top-nursing .subject .ttl01 + p {
  text-align: center;
  color: #7ADB82;
  font-size: 20px;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-nursing .subject .ttl01 + p {
    font-size: 16px;
  }
}
.top-nursing .subject .check-box {
  background: #fff;
  border-radius: 40px;
  padding: 70px 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-nursing .subject .check-box {
    padding: 40px 20px 20px;
  }
}
.top-nursing .subject .check-box h4 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFB263;
  border-radius: 100vw;
  color: #fff;
  display: inline-block;
  padding: 5px 40px;
  font-size: 22px;
  font-family: "zen-maru-gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-nursing .subject .check-box h4 {
    font-size: 14px;
    width: 90%;
    padding: 5px 20px;
    text-align: center;
    line-height: 1.5;
  }
}
.top-nursing .subject .check-box .check-box-list {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-nursing .subject .check-box .check-box-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
.top-nursing .subject .check-box .check-box-list ul {
  font-size: 18px;
  margin-top: -7px;
}
@media screen and (max-width: 768px) {
  .top-nursing .subject .check-box .check-box-list ul {
    font-size: 14px;
  }
}
.top-nursing .subject .check-box .check-box-list ul li {
  border-bottom: 1px dashed #E2E2E2;
  padding-bottom: 8px;
  margin-top: 8px;
  position: relative;
  padding-left: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-nursing .subject .check-box .check-box-list ul li {
    padding-left: 25px;
  }
}
.top-nursing .subject .check-box .check-box-list ul li::before {
  content: "";
  background: url(../images/top/check.png);
  width: 22px;
  height: 22px;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-nursing .subject .check-box .check-box-list ul li::before {
    width: 16px;
    height: 16px;
  }
}
.top-nursing .subject .area {
  text-align: center;
}
.top-nursing .subject .area h5 {
  font-size: 22px;
  font-family: "zen-maru-gothic", sans-serif;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .top-nursing .subject .area h5 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.top-nursing .subject .area p {
  max-width: 453px;
  width: 100%;
  background: #fff;
  border: 2px solid #7ADB82;
  border-radius: 10px;
  margin: 0 auto;
  color: #7ADB82;
  padding: 5px 0;
  font-weight: bold;
}
.top-nursing .price .ttl01 {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-nursing .price .ttl01 {
    margin-top: 40px;
  }
}
.top-nursing .price .tbl {
  border-top: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  width: 100%;
  text-align: center;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 10px;
}
.top-nursing .price .tbl th {
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  padding: 7px 20px;
  background-color: #FFB263;
  color: #fff;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top-nursing .price .tbl th {
    padding: 4px 5px;
    font-size: 14px;
  }
}
.top-nursing .price .tbl th:first-of-type {
  background: #7ADB82;
  width: 270px;
}
@media screen and (max-width: 768px) {
  .top-nursing .price .tbl th:first-of-type {
    width: 80px;
  }
}
.top-nursing .price .tbl th small {
  font-size: 12px;
  display: block;
}
.top-nursing .price .tbl td {
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  padding: 10px 20px;
  background-color: #ffffff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top-nursing .price .tbl td {
    padding: 4px 5px;
  }
}
.top-nursing .price .tbl td.center {
  text-align: center;
}

#price {
  margin-top: -40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  #price {
    margin: 0;
    padding: 0;
  }
}

/*----------子育てがつらく感じる前にまずはご相談ください----------*/
.top-consultation {
  background: #FFFAEA;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-consultation {
    padding: 30px 0;
  }
}
.top-consultation::before {
  content: "";
  background-image: url(../images/top/consultation-deco1.png);
  position: absolute;
  width: 92px;
  top: 70px;
  height: 106px;
  right: 200px;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-consultation::before {
    width: 34px;
    top: 20px;
    height: 42px;
    right: 14px;
  }
}
.top-consultation::after {
  content: "";
  background-image: url(../images/top/consultation-deco2.png);
  position: absolute;
  width: 194px;
  bottom: 0;
  height: 159px;
  left: 18px;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-consultation::after {
    width: 85px;
    height: 70px;
    left: 10px;
  }
}
.top-consultation .ttl01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-consultation .ttl01 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.top-consultation .ttl01 + p {
  text-align: center;
  margin-bottom: 40px;
  font-family: "zen-maru-gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-consultation .ttl01 + p {
    text-align: left;
    margin-bottom: 20px;
  }
}
.top-consultation .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-consultation .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-consultation .contents .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-consultation .contents .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-consultation .contents .txt {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .top-consultation .contents .txt {
    margin-right: 0;
  }
}
.top-consultation .contents .txt .line-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .top-consultation .contents .txt .line-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.top-consultation .contents .txt .line-box img {
  width: 188px;
  margin-right: 22px;
  height: auto;
  height: 188px;
}
@media screen and (max-width: 768px) {
  .top-consultation .contents .txt .line-box img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.top-consultation .contents .txt .line-box .line-btn {
  background: #7ADB82;
  display: block;
  padding: 8px 0;
  border-radius: 20px;
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-consultation .contents .txt .line-box .line-btn {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.top-consultation .contents .txt .line-box .line-btn span {
  position: relative;
  padding-left: 30px;
}
.top-consultation .contents .txt .line-box .line-btn span::before {
  content: "";
  background: url(../images/common/line.png);
  width: 32px;
  height: 32px;
  background-size: cover;
  position: absolute;
  left: -10px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .top-consultation .contents .txt .line-box .line-btn span::before {
    top: -2px;
  }
}
.top-consultation .contents .txt .btn01 span {
  position: relative;
  padding-left: 30px;
}
.top-consultation .contents .txt .btn01 span::before {
  content: "";
  background: url(../images/common/mail.png);
  width: 29px;
  height: 29px;
  background-size: cover;
  position: absolute;
  left: -5px;
  top: -2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .top-consultation .contents .txt .btn01 span::before {
    top: -4px;
  }
}
.top-consultation .contents .txt .btn01:hover span::before {
  background: url(../images/common/mail-hover.png);
  background-size: cover;
}

/*----------ご利用者さんから頂いた声----------*/
.top-voice {
  background-color: #f7f5ef;
  background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.2) 7.5px, transparent 7.5px), -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.2) 7.5px, transparent 7.5px);
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 7.5px, transparent 7.5px), radial-gradient(circle, rgba(255, 255, 255, 0.2) 7.5px, transparent 7.5px);
  background-position: 0 0, 17.5px 27px;
  background-size: 35px 54px;
  background-repeat: repeat;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .top-voice {
    background-image: none;
    padding: 50px 0;
  }
}
.top-voice .contents .items .item {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 8px rgba(126, 209, 111, 0.4549019608);
          box-shadow: 0 0 8px rgba(126, 209, 111, 0.4549019608);
}
@media screen and (max-width: 768px) {
  .top-voice .contents .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}
.top-voice .contents .items .item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-voice .contents .items .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.top-voice .contents .items .item .img {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .top-voice .contents .items .item .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-voice .contents .items .item .img .user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: -3%;
}
.top-voice .contents .items .item .img .user p {
  background: #7ADB82;
  border-radius: 100vw;
  font-size: 14px;
  color: #fff;
  padding: 5px 0;
  margin-right: 3%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-voice .contents .items .item .img .user p {
    font-size: 12px;
  }
}
.top-voice .contents .items .item .img .user .w1 {
  width: 36%;
}
.top-voice .contents .items .item .img .user .w2 {
  width: 25%;
}
.top-voice .contents .items .item .txt {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .top-voice .contents .items .item .txt {
    margin-left: 0;
  }
}
.top-voice .contents .items .item .txt h4 {
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 22px;
  color: #7ADB82;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-voice .contents .items .item .txt h4 {
    font-size: 18px;
  }
}
.top-voice .contents .items .item .txt p {
  line-height: 1.8;
}
.top-voice .contents .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) {
  .top-voice .contents .items .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-voice .contents .items .item.rvs .txt {
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .top-voice .contents .items .item.rvs .txt {
    margin-right: 0;
  }
}

/*----------訪問看護スタッフ----------*/
.top-staff {
  padding: 70px 0;
  background: #FFF8EE;
  background-image: url(../images/top/staff-deco1.png), url(../images/top/staff-deco2.png), url(../images/top/staff-deco3.png), url(../images/top/staff-deco4.png);
  background-position: top 140px right 52px, bottom 240px right 30px, top 49% left 125px, left 70px bottom 0px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 157px 237px, 122px 116px, 112px 113px, 207px 191px;
}
@media screen and (max-width: 768px) {
  .top-staff {
    padding: 40px 0 50px;
    background-image: url(../images/top/staff-deco1.png), url(../images/top/staff-deco4.png);
    background-position: top 20px left 20px, bottom 0px right 22px;
    background-size: 64px 80px, 72px 72px;
  }
}
.top-staff .contents .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .top-staff .contents .items .item {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.top-staff .contents .items .item:not(:last-of-type) {
  margin-bottom: 40px;
}
.top-staff .contents .items .item .img {
  width: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-staff .contents .items .item .img {
    width: 100px;
  }
}
.top-staff .contents .items .item .img img {
  border: 3px solid #FFBD79;
  border-radius: 100vw;
}
.top-staff .contents .items .item .img .name {
  font-family: "zen-maru-gothic", sans-serif;
  color: #FFB263;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  margin-top: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-staff .contents .items .item .img .name {
    font-size: 16px;
  }
}
.top-staff .contents .items .item .img .name span {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-staff .contents .items .item .img .name span {
    font-size: 12px;
  }
}
.top-staff .contents .items .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 657px;
  position: relative;
  display: inline-block;
  margin-left: 40px;
  padding: 20px 25px;
  border: 3px solid #ffbd79;
  border-radius: 9px;
  font-family: "zen-maru-gothic", sans-serif;
  background-color: #fff0e8;
}
@media screen and (max-width: 768px) {
  .top-staff .contents .items .item .txt {
    padding: 5px 10px;
    margin-left: 30px;
  }
}
.top-staff .contents .items .item .txt::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  border-style: solid;
  border-width: 12.5px 25px 12.5px 0;
  border-color: transparent #ffbd79 transparent transparent;
  translate: -100% -50%;
}
.top-staff .contents .items .item .txt::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  border-style: solid;
  border-width: 9.1px 18.3px 9.1px 0;
  border-color: transparent #fff0e8 transparent transparent;
  translate: -100% -50%;
}
.top-staff .contents .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;
}
.top-staff .contents .items .item.rvs .img img {
  border: 3px solid #7ADB82;
}
.top-staff .contents .items .item.rvs .img .name {
  color: #7ADB82;
}
.top-staff .contents .items .item.rvs .txt {
  margin-left: 0;
  margin-right: 40px;
  background: #F5FFF0;
  border: 3px solid #7ADB82;
}
@media screen and (max-width: 768px) {
  .top-staff .contents .items .item.rvs .txt {
    margin-right: 30px;
  }
}
.top-staff .contents .items .item.rvs .txt::before {
  left: auto;
  right: 0;
  border-width: 12.5px 0 12.5px 25px;
  border-color: transparent transparent transparent #7ADB82;
  translate: 100% -50%;
}
.top-staff .contents .items .item.rvs .txt::after {
  left: auto;
  right: 0;
  border-width: 9.1px 0 9.1px 18.3px;
  border-color: transparent transparent transparent #F5FFF0;
  translate: 100% -50%;
}

/*----------連携先----------*/
.top-alignment {
  padding: 60px 0;
  background: url(../images/top/alignment-bg.jpg);
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-alignment {
    padding: 30px 0;
  }
}
.top-alignment::before {
  content: "";
  background-image: url(../images/top/alignment-deco1.png);
  position: absolute;
  width: 92px;
  top: 70px;
  height: 106px;
  right: 200px;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-alignment::before {
    width: 34px;
    top: 40px;
    height: 42px;
    right: 35px;
  }
}
.top-alignment::after {
  content: "";
  background-image: url(../images/top/alignment-deco2.png);
  position: absolute;
  width: 126px;
  bottom: 0;
  height: 124px;
  left: 35px;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-alignment::after {
    width: 63px;
    height: 63px;
    left: 15px;
  }
}
.top-alignment .ttl01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top-alignment .ttl01 {
    margin-bottom: 15px;
  }
}
.top-alignment .ttl01 + p {
  text-align: center;
  margin-bottom: 40px;
  font-family: "zen-maru-gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-alignment .ttl01 + p {
    margin-bottom: 20px;
    text-align: left;
  }
}
.top-alignment .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-alignment .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.top-alignment .contents .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top-alignment .contents .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-alignment .contents .txt {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .top-alignment .contents .txt {
    margin-right: 0;
  }
}
.top-alignment .contents .txt .box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-alignment .contents .txt .box {
    padding: 20px;
  }
}
.top-alignment .contents .txt .box h4 {
  margin-bottom: 25px;
  font-family: "zen-maru-gothic", sans-serif;
  color: #FFB263;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .top-alignment .contents .txt .box h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.top-alignment .contents .txt .box .add {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top-alignment .contents .txt .box .add {
    margin-bottom: 0;
  }
}
.top-alignment .contents .txt .box .tel {
  color: #FFB263;
  font-size: 36px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .top-alignment .contents .txt .box .tel {
    font-size: 26px;
  }
}
.top-alignment .contents .txt .box .tel::before {
  content: "";
  background: url(../images/top/tel.png);
  width: 32px;
  height: 32px;
  background-size: cover;
  position: absolute;
  left: -14px;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .top-alignment .contents .txt .box .tel::before {
    width: 26px;
    height: 26px;
    left: -10px;
    top: 8px;
  }
}

/*----------ご利用までの流れ----------*/
.top-flow {
  background: #FFFDEF;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .top-flow {
    padding: 40px 0 50px;
  }
}
.top-flow .contents .items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -4.3%;
  margin-bottom: -3.3%;
}
@media screen and (max-width: 768px) {
  .top-flow .contents .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    margin-bottom: -40px;
  }
}
.top-flow .contents .items .item {
  width: 29%;
  margin-right: 4.3%;
  margin-bottom: 3.3%;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-flow .contents .items .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.top-flow .contents .items .item:nth-of-type(3)::after {
  display: none;
}
.top-flow .contents .items .item:nth-of-type(5)::after {
  display: none;
}
.top-flow .contents .items .item::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18.5px 0 18.5px 15px;
  border-color: transparent transparent transparent #333333;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-flow .contents .items .item::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-flow .contents .items .item:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -60px;
    top: auto;
    left: calc(50% - 16px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px;
    border-color: #333333 transparent transparent transparent;
  }
}
.top-flow .contents .items .item .num {
  position: absolute;
  background: #FFB263;
  color: #fff;
  font-size: 22px;
  width: 60px;
  height: 60px;
  border-radius: 20px 0 20px 0;
  text-align: center;
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  .top-flow .contents .items .item .num {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 20px;
  }
}
.top-flow .contents .items .item img {
  border-radius: 20px 20px 0 0;
}
.top-flow .contents .items .item h4 {
  padding: 20px;
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-flow .contents .items .item h4 {
    font-size: 18px;
    padding: 10px 20px;
  }
}

/*----------よくある質問----------*/
.top-faq {
  background: #F9FFF5;
  padding: 70px 0;
  background-image: url(../images/top/faq-deco1.png), url(../images/top/faq-deco2.png), url(../images/top/faq-deco3.png), url(../images/top/faq-deco4.png);
  background-position: top 140px right 21px, bottom 280px right 5px, top 300px left 35px, left 3px bottom 40%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 174px 93px, 225px 180px, 199px 101px, 177px 131px;
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding: 40px 0 50px;
    background-image: url(../images/top/faq-deco1.png), url(../images/top/faq-deco4.png);
    background-position: top 50px right 21px, top 40px left 21px;
    background-size: 61px 35px, 70px 51px;
  }
}

.Qa-Box {
  background: #fff;
  border-radius: 40px;
  padding: 10px 50px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Qa-Box {
    padding: 0 20px;
  }
}

.Qa-Box .Qa {
  padding: 10px 0;
  border-bottom: 1px dashed #E2E2E2;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .Qa-Box .Qa dt,
  .Qa-Box .Qa dd {
    margin: 6px 0;
  }
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa:last-of-type {
  border-bottom: none;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  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;
  color: #fff;
  background: #FFB263;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  font-family: "zen-maru-gothic", sans-serif;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .Qa-Box .Qa dt::before {
    font-size: 16px;
    width: 25px;
    height: 25px;
  }
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4px;
  -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;
  color: #FFB263;
  background: #fff;
  border: 1px solid #FFB263;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  font-family: "zen-maru-gothic", sans-serif;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .Qa-Box .Qa dd::before {
    font-size: 16px;
    width: 25px;
    height: 25px;
  }
}

/*----------お問い合わせ----------*/
.top-contact {
  padding: 70px 0 55px;
  background: #F7F5EF;
}
@media screen and (max-width: 768px) {
  .top-contact {
    padding: 50px 20px 30px;
  }
}
.top-contact .wrapper {
  border-radius: 40px;
  padding: 60px 60px;
  background-image: -webkit-repeating-linear-gradient(left, #ffefd9, #ffefd9 10px, #fff1de 10px, #fff1de 20px);
  background-image: repeating-linear-gradient(90deg, #ffefd9, #ffefd9 10px, #fff1de 10px, #fff1de 20px);
}
@media screen and (max-width: 768px) {
  .top-contact .wrapper {
    padding: 20px 20px 30px;
  }
}
.top-contact .message {
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 29px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-contact .message {
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.5;
  }
}

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

  フッター

============================================================================*/
footer {
  text-align: center;
  padding-bottom: 65px;
  background: #F7F5EF;
}
@media screen and (max-width: 1120px) {
  footer {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
footer .logo {
  max-width: 170px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    max-width: 150px;
  }
}

/* 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: #ffb163;
  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/mail.png) no-repeat center center/contain;
  margin-right: 5px;
}

.sp_bottom-menu__btn--line {
  background-color: #7adb82 !important;
}

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

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