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

html {
  font-size: 100%;
}

body {
  position: relative;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  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%;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

  共通

============================================================================*/
/*----------パディング----------*/
/* 上下 */
.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;
}

.gold {
  color: #C3A961;
}

.thingold {
  color: #E6D7AE;
}

.sky {
  color: #64B9BE;
}

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

/*----------クリアフィックス----------*/
.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: 768px) {
  .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: 768px) {
  .flex01 .img {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.flex01 .img img {
  max-width: 100%;
  height: auto;
  border-radius: 40px;
}

/* 画像大きめ・画像右 */
.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: 768px) {
  .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: 768px) {
  .flex02 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex02 .img img {
  max-width: 100%;
  height: auto;
  border-radius: 40px;
}

/* 画像小さめ・画像左 */
.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: 768px) {
  .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: 768px) {
  .flex03 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex03 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 40px;
}

/* 画像小さめ・画像右 */
.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: 768px) {
  .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: 768px) {
  .flex04 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex04 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 40px;
}

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

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

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

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

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

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

.list01 li {
  line-height: 2;
}

.list01 li::before {
  content: "●";
  color: #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: #F3F0E8;
  border-radius: 40px;
}

@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: #F3F0E8;
  word-wrap: break-word;
  border-radius: 40px;
}

@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;
  }
}
/*----------FAQ----------*/
.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
}

@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;
  background: #FFFFFF;
  border-radius: 100vw;
}

@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.";
  color: #64B9BE;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt::before {
    line-height: 1;
    font-size: 18px;
    top: 16px;
    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-top: 10px;
  padding: 20px 20px 20px 60px;
  background: #F3F0E8;
  border-radius: 20px;
}

@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: #C3A961;
  font-family: "fot-tsukuardgothic-std", sans-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 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 400px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 20px 15px;
  border-radius: 100vw;
  color: #fff;
  background-color: #64B9BE;
  border-radius: 100vw;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 50px auto 0;
  border: 1px solid #64B9BE;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media screen and (max-width: 768px) {
  .btn01 {
    max-width: 280px;
    margin-top: 25px;
    padding: 15px;
  }
}

.btn01:hover {
  background-color: #56a1a4;
  opacity: 1;
}

.btn01::after {
  content: "";
  background: url(../images/common/btn-arrow.png) center center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 23px;
  height: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----------流れ----------*/
.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:first-child {
  border-radius: 40px 40px 0 0;
}

.flow-box:last-child {
  border-radius: 0 0 40px 40px;
}

.flow-box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 4px;
  height: calc(100% - 4px);
  border-right: #5DB9B9 dotted 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

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

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

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

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

.flow-box h3 {
  padding: 10px 15px;
  margin: 0 0 15px;
  font-size: 24px;
  background-image: none;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .flow-box h3 {
    padding: 8px 8px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.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: 2.8%;
  background: #5DB9B9;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

@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;
  border-radius: 20px;
}

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

@media screen and (max-width: 768px) {
  .flow-box .content {
    width: 80%;
  }
}
/*----------アニメーション----------*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fadein.fadein-left {
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}

.fadein.fadein-right {
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}

.fadein.fadein-up {
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}

.fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.zoom-in {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.zoom-in.show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(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;
  }
}
/*============================================================================

  ヘッダー

============================================================================*/
/* PC版 */
.header-bg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-wrapper {
  width: 100%;
  height: 80px;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.low .header-wrapper {
  background: #E8F3F3;
}

.low .header-fixed.thin .header-wrapper {
  background: #fff;
}

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

.header-logo > a {
  display: block;
  line-height: 1;
  padding: 30px 28px;
  width: 235px;
  height: auto;
  background: #fff;
  border-radius: 0 0 50px 0;
}

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

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

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

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

.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 35px;
  top: 35px;
}

.header-contact a {
  background: #64B9BE;
  color: #fff;
  width: 188px;
  height: 99px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-align: center;
  padding-top: 50px;
  font-size: 21px;
  outline: 6px solid rgba(255, 255, 255, 0.3490196078);
  border-radius: 5px;
}
.header-contact a::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  position: absolute;
  bottom: 6px;
  right: 6px;
}

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

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

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

.header-nav__list > li > a {
  display: inline-block;
  color: #333;
  padding: 4px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.6;
}

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

.header-nav__list > li > a small {
  display: block;
  font-size: 12px;
  color: rgba(100, 185, 190, 0.6392156863);
}

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

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

.header-fixed.thin {
  width: 100%;
  -webkit-box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.3);
  box-shadow: 2px 0px 4px rgba(51, 51, 51, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-fixed.thin {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.is-fixed .header-fixed {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

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

.header-fixed.thin .header-contact {
  position: inherit;
}
.header-fixed.thin .header-contact a {
  height: 70px;
  border-radius: 0;
  outline: none;
  width: 160px;
  padding-top: 35px;
  font-size: 16px;
}
.header-fixed.thin .header-contact a::before {
  top: 9px;
  width: 30px;
  height: 30px;
}

.header-fixed.thin .header-nav {
  padding-top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5%;
  max-width: 100%;
}

.header-fixed.thin .header-nav__list {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-fixed.thin .header-nav__list > li > a {
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .header {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .header-fixed.thin {
    display: none;
    height: 0;
  }
}
/* SP版 */
.sp_header {
  display: none;
  height: 0;
}

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

.sp_header-logo {
  width: 130px;
  padding: 15px;
  display: inline-block;
  line-height: 1;
  height: auto;
  z-index: 6;
  background: #fff;
  position: absolute;
  border-radius: 0 0 30px 0;
  top: 0px;
  left: 0px;
}

.low .sp_header-logo {
  padding: 5px;
  width: 200px;
  top: 10px;
  left: 5px;
}

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

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

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

.sp_header-menu {
  position: relative;
}

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

.sp_menu-btn .hamburger {
  display: block;
  height: 3px;
  background-color: #64B9BE;
  position: relative;
  border-radius: 100vw;
  -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: 3px;
  background-color: #64B9BE;
  position: absolute;
  left: 0;
  border-radius: 100vw;
  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: #64B9BE;
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 99;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

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

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

.sp_header-nav__list > li > a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

.sp_header-nav__toggle-btn {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  cursor: default;
  padding: 12px 12px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

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

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

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

.sp_header-nav__second-menu li a {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

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

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

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

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

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

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

  タイトル

============================================================================*/
.top-ttl {
  line-height: 1.3;
  margin-top: -15px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-ttl {
    top: 0;
    margin-bottom: 25px;
  }
}
.top-ttl .en {
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 64px;
  font-family: "chidori", sans-serif;
  display: block;
}
@media screen and (max-width: 768px) {
  .top-ttl .en {
    font-size: 38px;
  }
}
.top-ttl .en::first-letter {
  color: #64B9BE;
}
.top-ttl .ja {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .top-ttl .ja {
    font-size: 16px;
  }
}

.ttl01 {
  background: #64B9BE;
  color: #fff;
  text-align: center;
  font-size: 34px;
  position: relative;
  padding: 12px 0 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  border-radius: 5px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 22px;
    padding: 8px 0 14px;
    margin-bottom: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
.ttl01::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background: #fff;
  position: absolute;
  bottom: 0.5208333333vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ttl01::before {
    bottom: 5px;
  }
}

.ttl02 {
  display: block;
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 1.4;
  text-align: left;
  border-bottom: 2px dashed #cccccc;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    margin-top: 30px;
    font-size: 20px;
  }
}
.ttl02::before {
  content: "";
  width: 4px;
  height: calc(100% - 10px);
  background-color: #64B9BE;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 100vw;
}

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

  トップページ

============================================================================*/
/* メインビジュアル */
.top-mv {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-mv {
    height: 640px;
  }
}
@media screen and (max-width: 900px) {
  .top-mv {
    height: calc(100svh - 60px);
  }
}

.top-mv__catch .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0 0 12px #000;
  text-align: center;
  color: #fff;
}

.top-mv__catch h2 {
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 3px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-mv__catch h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}
.top-mv__catch h2 span {
  font-size: 60px;
}
@media screen and (max-width: 900px) {
  .top-mv__catch h2 span {
    font-size: 32px;
  }
}
.top-mv__catch h2::after {
  background: url(../images/top/top-mv-deco1.png);
  content: "";
  width: 58px;
  height: 47px;
  background-size: cover;
  position: absolute;
  left: -55px;
  top: -15px;
}
@media screen and (max-width: 900px) {
  .top-mv__catch h2::after {
    width: 44px;
    height: 36px;
    left: -15px;
    top: -15px;
  }
}
.top-mv__catch h2::before {
  background: url(../images/top/top-mv-deco4.png);
  content: "";
  width: 84px;
  height: 73px;
  background-size: cover;
  position: absolute;
  right: -55px;
  top: -15px;
}
@media screen and (max-width: 900px) {
  .top-mv__catch h2::before {
    width: 57px;
    height: 49px;
    right: -9px;
    top: -15px;
  }
}

.top-mv__catch p {
  font-size: 26px;
  line-height: 1.8;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .top-mv__catch p {
    font-size: 14px;
  }
}
.top-mv__catch p::after {
  background: url(../images/top/top-mv-deco3.png);
  content: "";
  width: 95px;
  height: 84px;
  background-size: cover;
  position: absolute;
  left: -135px;
  bottom: -15px;
}
@media screen and (max-width: 900px) {
  .top-mv__catch p::after {
    width: 60px;
    height: 55px;
    left: -29px;
    bottom: -29px;
  }
}
.top-mv__catch p::before {
  background: url(../images/top/top-mv-deco2.png);
  content: "";
  width: 51px;
  height: 48px;
  background-size: cover;
  position: absolute;
  right: -65px;
  bottom: -20px;
}
@media screen and (max-width: 900px) {
  .top-mv__catch p::before {
    width: 38px;
    height: 35px;
    right: -2px;
    bottom: -20px;
  }
}

/* スライド */
.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: 900px) {
  .top-mv-slide__01 {
    background-image: url(../images/top/mv1-sp.jpg);
  }
}
.top-mv-slide__02 {
  background-image: url(../images/top/mv1.jpg);
}

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

@media screen and (max-width: 900px) {
  .top-mv-slide__03 {
    background-image: url(../images/top/mv1-sp.jpg);
  }
}
/* LumoDesignについて */
.top-about {
  background: url(../images/top/about-bg.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 40px 0;
  }
}
.top-about .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .top-about .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.top-about .contents .img {
  width: 600px;
}
@media screen and (max-width: 1200px) {
  .top-about .contents .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top-about .contents .img {
    width: 100%;
    margin-left: -20px;
  }
}
.top-about .contents .img img {
  border-radius: 0 50px 50px 0;
}
.top-about .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .top-about .contents .txt {
    margin: 0;
    padding: 0 20px;
  }
}

/* サービス */
.top-service {
  background: #E8F3F3;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top-service {
    padding: 40px 0;
  }
}
.top-service .top-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top-service .top-ttl {
    margin-bottom: 25px;
  }
}
.top-service .top-ttl + p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-service .top-ttl + p {
    text-align: left;
    margin-bottom: 25px;
  }
}
.top-service .contents .items {
  gap: 47px;
}
@media screen and (max-width: 768px) {
  .top-service .contents .items {
    gap: 20px;
    grid-template-columns: auto;
  }
}
.top-service .contents .items .item {
  background: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.top-service .contents .items .item.show {
  opacity: 1;
}
.top-service .contents .items .item img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .top-service .contents .items .item img {
    width: 150px;
  }
}
.top-service .contents .items .item h3 {
  font-size: 26px;
  color: #64B9BE;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 15px 0 10px;
}
@media screen and (max-width: 1200px) {
  .top-service .contents .items .item h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .top-service .contents .items .item h3 {
    font-size: 20px;
  }
}
.top-service .contents .items .item h3 small {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top-service .contents .items .item h3 small {
    font-size: 14px;
  }
}
.top-service .contents .items .item p {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .top-service .contents .items .item p {
    font-size: 14px;
  }
}
.top-service .btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .top-service .btn-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.top-service .btn-flex .btn01 {
  margin: 0;
}

/* 選ばれる4つの理由 */
.top-reason {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-reason {
    padding: 60px 0 40px;
  }
}
.top-reason::before {
  content: "";
  background: url(../images/top/reason-deco.png);
  width: 320px;
  height: 183px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-reason::before {
    width: 137px;
    height: 78px;
    left: -30px;
  }
}
.top-reason::after {
  content: "";
  background: url(../images/top/reason-deco.png);
  width: 320px;
  height: 183px;
  background-size: cover;
  position: absolute;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .top-reason::after {
    width: 137px;
    height: 78px;
    right: -30px;
  }
}
.top-reason .ttl {
  text-align: center;
  font-size: 46px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .top-reason .ttl {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 40px;
  }
}
.top-reason .ttl strong {
  font-size: 63px;
}
@media screen and (max-width: 768px) {
  .top-reason .ttl strong {
    font-size: 40px;
  }
}
.top-reason .ttl span {
  position: absolute;
  top: -10px;
  left: 50%;
  line-height: 1.1;
  color: rgba(100, 185, 190, 0.2274509804);
  letter-spacing: 16px;
  font-size: 122px;
  font-family: "chidori", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-reason .ttl span {
    font-size: 55px;
    top: 0;
    letter-spacing: 4px;
  }
}
.top-reason .items .item .num {
  font-size: 86px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #D8D8D8;
  text-align: center;
  line-height: 1.5;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .top-reason .items .item .num {
    font-size: 42px;
    line-height: 1.4;
    margin-top: -20px;
  }
}
.top-reason .items .item h4 {
  font-size: 37px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  text-align: center;
  line-height: 1.5;
  border-bottom: 2px dashed #cccccc;
  margin-bottom: 23px;
  line-height: 1.5;
  padding-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .top-reason .items .item h4 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.top-reason .items .item h4 small {
  font-size: 24px;
  display: block;
}
.top-reason .items.items-a .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .top-reason .items.items-a .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    gap: 20px;
  }
}
.top-reason .items.items-a .item .img {
  width: 606px;
}
@media screen and (max-width: 1200px) {
  .top-reason .items.items-a .item .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top-reason .items.items-a .item .img {
    width: 100%;
  }
}
.top-reason .items.items-a .item .img img {
  border-radius: 50px;
}
.top-reason .items.items-a .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-reason .items.items-a .item.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .top-reason .items.items-a .item.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-reason .items.items-a .item.rvs .img {
  gap: 37px;
  width: 606px;
}
@media screen and (max-width: 1200px) {
  .top-reason .items.items-a .item.rvs .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top-reason .items.items-a .item.rvs .img {
    width: 100%;
    gap: 20px;
  }
}
.top-reason .items.items-a .item.rvs .img img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .top-reason .items.items-a .item.rvs .img img {
    border-radius: 20px;
  }
}
.top-reason .items.items-a .item.rvs .img img:last-of-type {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .top-reason .items.items-a .item.rvs .img img:last-of-type {
    margin-top: 30px;
  }
}
.top-reason .items.items-b .col2 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .top-reason .items.items-b .col2 {
    grid-template-columns: auto;
    gap: 40px;
  }
}
.top-reason .items.items-b .item {
  position: relative;
  border-radius: 50px;
  background: #F3F0E8;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.top-reason .items.items-b .item.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.top-reason .items.items-b .item:last-of-type {
  background: #ececec;
}
.top-reason .items.items-b .item .num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -45px;
}
@media screen and (max-width: 768px) {
  .top-reason .items.items-b .item .num {
    top: -10px;
  }
}
.top-reason .items.items-b .item .img img {
  border-radius: 50px 50px 0 0;
}
.top-reason .items.items-b .item .txt {
  padding: 30px 40px 40px;
}
@media screen and (max-width: 768px) {
  .top-reason .items.items-b .item .txt {
    padding: 15px 20px 20px;
  }
}
.top-reason .items.items-b .item .txt a {
  text-decoration: underline;
}

/* よくある質問 */
.top-faq {
  background: url(../images/top/faq-bg.jpg);
  background-size: cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding: 40px 0;
  }
}

/* CTA */
.top-contact {
  padding: 60px 0 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-contact {
    padding: 40px 0 40px;
  }
}
.top-contact .ttl {
  font-size: 42px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-contact .ttl {
    font-size: 20px;
  }
}
.top-contact .ttl span {
  position: relative;
  display: inline-block;
}
.top-contact .ttl span::before {
  content: "";
  background: url(../images/top/contact-deco1.png);
  background-size: cover;
  position: absolute;
  width: 93px;
  height: 75px;
  left: -110px;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-contact .ttl span::before {
    width: 62px;
    height: 50px;
    top: -6%;
    left: -45px;
  }
}
.top-contact .ttl span::after {
  content: "";
  background: url(../images/top/contact-deco2.png);
  background-size: cover;
  position: absolute;
  width: 56px;
  height: 60px;
  right: -80px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-contact .ttl span::after {
    width: 39px;
    height: 41px;
    right: -40px;
    top: 0;
  }
}
.top-contact .ttl + p {
  margin: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .top-contact .ttl + p {
    margin: 15px 0 25px;
  }
}
.top-contact .btn {
  background: #C3A961;
  border-radius: 5px;
  width: 480px;
  display: inline-block;
  padding: 30px 0;
  outline: 6px solid rgba(195, 169, 97, 0.2470588235);
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-contact .btn {
    width: 85%;
    padding: 20px 0;
  }
}
.top-contact .btn::before {
  content: "";
  background: url(../images/common/arrow.png);
  background-size: cover;
  position: absolute;
  width: 26px;
  height: 37px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-contact .btn::before {
    right: 10px;
    width: 21px;
    height: 30px;
  }
}
.top-contact .btn span {
  font-size: 28px;
  color: #fff;
  line-height: 1.6;
  position: relative;
  padding-left: 66px;
}
@media screen and (max-width: 768px) {
  .top-contact .btn span {
    font-size: 18px;
    padding-left: 35px;
    letter-spacing: 0;
  }
}
.top-contact .btn span::before {
  content: "";
  background: url(../images/common/contact-icon.png);
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-contact .btn span::before {
    width: 30px;
    height: 30px;
  }
}

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

  階層ページ

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

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

@media screen and (max-width: 768px) {
  .low #mv:before {
    border-radius: 0;
  }
}
.low #mv .ttl {
  display: block;
  width: 100%;
  font-size: 52px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px #352F2F, 0 0 6px #352F2F;
}
.low #mv .ttl span {
  display: block;
  font-size: 22px;
  font-family: "chidori", sans-serif;
  font-weight: 500;
}

.low .contents {
  position: relative;
}

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

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

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

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

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

/*----------Lumo Designについて----------*/
#about .about .txt {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #about .about .txt {
    text-align: left;
    margin-bottom: 30px;
  }
}
#about .about .well-info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: -15px;
}
#about .about .well-info dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 20%;
  padding: 15px 10px;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 768px) {
  #about .about .well-info dl dt {
    width: 30%;
  }
}
#about .about .well-info dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 80%;
  margin-left: 0;
  padding: 15px 10px;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 768px) {
  #about .about .well-info dl dd {
    width: 70%;
  }
}

/*----------料金表----------*/
#fee .fee .txt {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fee .fee .txt {
    margin-bottom: 30px;
    text-align: left;
  }
}
#fee .fee .table-fee th {
  width: 280px;
  background: #a48e51;
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fee .fee .table-fee th {
    width: 100%;
    display: block;
    text-align: center;
  }
}
#fee .fee .table-fee .price {
  background: #F3F0E8;
  width: 220px;
}
@media screen and (max-width: 768px) {
  #fee .fee .table-fee .price {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #fee .fee .table-fee td {
    width: 100%;
    display: block;
  }
}
#fee .fee .note {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #fee .fee .note {
    font-size: 12px;
  }
}

/*----------お問い合わせ----------*/
#contact .txt {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contact .txt {
    margin-bottom: 30px;
    text-align: left;
  }
}

#contact #form table {
  width: 100%;
}

#contact #form table tr th {
  width: 30%;
  padding: 20px 30px;
  text-align: left;
  vertical-align: middle;
  background: #F3F0E8;
  border: 1px solid #C3A961;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contact #form table tr th .required {
  background: #b81f00;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px 4px 7px;
  margin-right: 10px;
}

#contact #form table tr td {
  width: 70%;
  padding: 20px;
  border: 1px solid #C3A961;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contact #form table tr td .wpcf7-list-item {
  margin: 0 11px 0 0;
}

#contact #form table tr td input[type=text],
#contact #form table tr td input[type=url],
#contact #form table tr td input[type=email],
#contact #form table tr td input[type=tel] {
  width: 100%;
  height: 45px;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  outline-style: none;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contact #form table tr td textarea {
  width: 100%;
  height: 120px;
  padding: 15px;
  border: none;
  outline-style: none;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contact #form .acceptance {
  margin-top: 20px;
}

#contact #form .acceptance .wpcf7-list-item {
  margin: 0;
}

#contact #form .acceptance .wpcf7-list-item input {
  margin: 0 3px 2px 0;
}

#contact #form .send {
  margin: 30px 0 0;
  text-align: center;
}

#contact #form input[type=submit] {
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 260px;
  padding: 16px 16px;
  font-family: inherit;
  line-height: 1.6;
  border-radius: 100vw;
  background: #C3A961;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#contact #form input[type=submit]:hover {
  background: #9e884c;
}

#contact #form .wpcf7-spinner {
  margin: 0;
}

#contact input[type=checkbox],
input[type=radio] {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}

@media screen and (max-width: 768px) {
  #contact #form table {
    border-bottom: 1px solid #C3A961;
  }
  #contact #form table tr th {
    width: 100%;
    display: block;
    padding: 15px;
  }
  #contact #form table tr th .required {
    padding: 2px 7px 4px 7px;
  }
  #contact #form table tr td {
    width: 100%;
    display: block;
    padding: 15px;
    border-top: 0;
    border-bottom: 0;
  }
  #contact #form table tr td input[type=text],
  #contact #form table tr td input[type=url],
  #contact #form table tr td input[type=email],
  #contact #form table tr td input[type=tel] {
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
  #contact #form table tr td textarea {
    padding: 10px;
    border: none;
  }
  #contact #form .send {
    position: relative;
    margin-top: 30px;
  }
  #contact #form input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 13px;
  }
}
/*============================================================================

  フッター

============================================================================*/
footer {
  background: #E8F3F3;
}
footer .footer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-nav__list {
    display: none;
  }
}
footer .footer-nav__list li a {
  text-align: center;
  display: inline-block;
  color: #333;
  padding: 4px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.6;
}
footer .footer-nav__list li a small {
  display: block;
  font-size: 12px;
  color: rgba(100, 185, 190, 0.6392156863);
}
footer .copy {
  background: #64B9BE;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  footer .copy {
    padding: 10px;
    margin-bottom: 60px;
  }
}

/*----------上部に戻るボタン----------*/
.pageup-area {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: none;
}

@media screen and (max-width: 768px) {
  .pageup-area {
    display: none !important;
  }
}
.pageup {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #C3A961;
  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;
  }
}
/*----------スマホフッター固定ボタン----------*/
.sp_bottom-menu {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999999;
  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: 100%;
  height: 60px;
  line-height: 30px;
  background-color: rgba(195, 169, 97, 0.9333333333);
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3215686275);
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

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

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