@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

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

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #50463a;
  font-weight: 500;
  word-break: break-word;
  background: url(../img/common/com-bg.jpg) center top/100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 768px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .widebox {
    width: 90%;
  }
}

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(80, 70, 58, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(80, 70, 58, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #50463a;
  }
  .border-org {
    border: solid 3px #d7c8b9;
  }
  .border-top-bottom-red {
    border-top: 10px solid #50463a;
    border-bottom: 10px solid #50463a;
  }
  .border-top-red {
    border-bottom: 10px solid #50463a;
  }
  .border-bottom-red {
    border-bottom: 10px solid #50463a;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #50463a;
  }
  .border-org {
    border: solid 2px #d7c8b9;
  }
  .border-top-bottom-red {
    border-top: 5px solid #50463a;
    border-bottom: 5px solid #50463a;
  }
  .border-top-red {
    border-bottom: 5px solid #50463a;
  }
  .border-bottom-red {
    border-bottom: 5px solid #50463a;
  }
}

.c-frame-bg {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-frame-bg {
    border: solid 4px #e5ddd2;
    background:
      url(../img/common/icon-frame-lt.png) no-repeat left 10px top 10px,
      url(../img/common/icon-frame-rt.png) no-repeat right 10px top 10px,
      url(../img/common/icon-frame-lb.png) no-repeat left 10px bottom 10px,
      #cdc3b6 url(../img/common/icon-frame-rb.png) no-repeat right 10px bottom
        10px;
  }
}
@media screen and (max-width: 767px) {
  .c-frame-bg {
    border: solid 2px #e5ddd2;
    background:
      url(../img/common/icon-frame-lt.png) no-repeat left 10px top 10px/40px,
      url(../img/common/icon-frame-rt.png) no-repeat right 10px top 10px/40px,
      url(../img/common/icon-frame-lb.png) no-repeat left 10px bottom 10px/40px,
      #cdc3b6 url(../img/common/icon-frame-rb.png) no-repeat right 10px bottom
        10px/40px;
  }
}

@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

.icon {
  position: relative;
}
.icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.icon-tel:before {
  background: url(../img/common/icon-tel.png) no-repeat center/contain;
}
.icon-tel-large:before {
  background: url(../img/common/icon-tel-large.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .icon-tel {
    padding-left: 25px;
  }
  .icon-tel:before {
    width: 21px;
    height: 21px;
  }
  .icon-tel-large {
    padding-left: 40px;
  }
  .icon-tel-large:before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .icon-tel {
    padding-left: 20px;
  }
  .icon-tel:before {
    width: 12px;
    height: 12px;
  }
  .icon-tel-large {
    padding-left: 25px;
  }
  .icon-tel-large:before {
    width: 18px;
    height: 18px;
  }
}

.u-pdm-0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .main-visual {
    margin-top: -100px;
    height: 100vh;
    min-height: 700px;
    background: url(../img/top/main-visual-bg.jpg) no-repeat center/cover;
    display: flex;
    align-items: center;
    padding-left: 10%;
  }
  .main-visual-container {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: 530px;
    background: url(../img/top/main-visual-bg.jpg) no-repeat center
      right -260px / cover;
    display: flex;
    align-items: center;
    padding-left: 5%;
  }
  .main-visual-container {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .main-visual-title {
    width: 230px;
  }
  .main-visual-text {
    width: 200px;
  }
}

.c-define {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.c-define-item {
  display: grid;
  font-size: 14px;
}
.c-define-item-text {
  border-left: 1px solid #50463a;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-define-item {
    grid-template-columns: 80px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-define-item {
    grid-template-columns: 80px 1fr;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.c-list.check-list .c-list-item .bi-check2-circle {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.c-list.squere-list {
  display: flex;
  flex-direction: column;
}
.c-list.squere-list .c-list-item {
  width: 100%;
  color: #fff;
}
.c-list.squere-list .c-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
  .c-list.dotted-list .c-list-item .c-list-item-list {
    padding-left: 10px;
    box-sizing: border-box;
  }
  .c-list.check-list .c-list-item {
    padding-left: 20px;
  }
  .c-list.check-list .c-list-item .c-list-item-list {
    padding-left: 10px;
    box-sizing: border-box;
  }
  .c-list.squere-list {
    row-gap: 10px;
  }
  .c-list.squere-list .c-list-item {
    padding-left: 20px;
  }
  .c-list.squere-list .c-list-item:before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
  .c-list.check-list .c-list-item {
    padding-left: 20px;
  }
  .c-list.check-list .c-list-item .c-list-item-list {
    padding-left: 10px;
    box-sizing: border-box;
  }
  .c-list.squere-list {
    row-gap: 10px;
  }
  .c-list.squere-list .c-list-item {
    padding-left: 20px;
  }
  .c-list.squere-list .c-list-item:before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 3px;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #cfc1af;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 14px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
  }
}

.c-sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.c-banner-list {
  display: grid;
}
.c-banner-list .number {
  font-family: "Libre Baskerville", serif;
}
.c-banner-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3e0dc;
  color: #50463a;
}
@media screen and (min-width: 768px) {
  .c-banner-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
  .c-banner-list-item a {
    height: 90px;
    font-size: 20px;
    gap: 0 15px;
    box-sizing: border-box;
  }
  .c-banner-list-item a:hover {
    background: #cfc1af;
    border: solid 1px #50463a;
  }
  .c-banner-list-item a .bi {
    font-size: 25px;
  }
  .c-banner-list-item .number {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-banner-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .c-banner-list-item a {
    height: 60px;
    font-size: 16px;
    gap: 0 15px;
    box-sizing: border-box;
  }
  .c-banner-list-item a .bi {
    font-size: 18px;
  }
  .c-banner-list-item a .icon-line {
    width: 25px;
  }
  .c-banner-list-item .number {
    font-size: 20px;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border: solid 1px #e5ddd2;
  border-radius: 100px;
  box-sizing: border-box;
  background: #af9f8c;
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 50px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    min-width: 240px;
    padding: 10px;
  }
  .c-button .text,
  .c-button .bi {
    color: #fff;
  }
  .c-button.button-large {
    min-width: 380px;
    height: 60px;
  }
  .c-button:hover {
    background: #50463a;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 50px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    min-width: 220px;
    padding: 10px;
  }
  .c-button .text,
  .c-button .bi {
    color: #fff;
  }
  .c-button.button-large {
    min-width: 100%;
    height: 60px;
  }
  .c-button:hover {
    background: #50463a;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #50463a;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.sub-visual {
  box-sizing: border-box;
  background: url(../img/common/sv-img.jpg) no-repeat center/cover;
}
.sub-visual .widebox {
  height: 100%;
  font-family: "Libre Baskerville", serif;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.sub-visual .main,
.sub-visual .sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 450px;
    margin-top: -100px;
    padding-top: 100px;
  }
  .sub-visual-title .main {
    font-size: 50px;
  }
  .sub-visual-title .sub {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 150px;
  }
  .sub-visual-title .main {
    font-size: 18px;
  }
  .sub-visual-title .sub {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .text-lh {
    line-height: 3.5;
  }
}
@media screen and (max-width: 767px) {
  .text-lh {
    line-height: 2.5;
  }
}
@media screen and (min-width: 768px) {
  .text-catch {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .text-catch {
    font-size: 20px;
  }
}

.c-tel {
  line-height: 1;
  display: flex;
  flex-direction: column;
}
.c-tel-text,
.c-tel .number {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-tel {
    row-gap: 5px;
  }
  .c-tel .number {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel {
    row-gap: 8px;
    font-size: 12px;
  }
  .c-tel .number {
    font-size: 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.c-title .sub,
.c-title .main {
  display: block;
}
.c-title .sub {
  font-family: "Libre Baskerville", serif;
  color: #d7c8b9;
}
.c-title .main {
  color: #fff;
}
.c-title.def-title .sub,
.c-title.def-title .main {
  color: #50463a;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 34px;
    margin-bottom: 45px;
  }
  .c-title .sub {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .c-title .sub {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .title01 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
  }
}

.title02 {
  position: relative;
  box-sizing: border-box;
}
.title02:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 0;
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 20px;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .title02:before {
    top: 10px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .title02:before {
    top: 10px;
    width: 10px;
    height: 10px;
  }
}

.title03 {
  background: #af9f8c;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .title03 {
    padding: 15px 20px;
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title03 {
    padding: 10px 15px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

#bread-clumb {
  background: #af9f8c;
}
@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #fff;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #fff;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*top-concept
=========================================================*/
@media screen and (min-width: 768px) {
  .top-concept .widebox {
    padding: 130px 0 80px;
    display: flex;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .top-concept-contents {
    order: 2;
    padding-left: 80px;
    box-sizing: border-box;
  }
  .top-concept-text {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .top-concept .widebox {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-concept-contents {
    order: 2;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .top-concept-text {
    color: #fff;
  }
}

/*top-problem
=========================================================*/
.top-problem-list {
  display: grid;
}
.top-problem-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: solid 1px #e5ddd2;
}
.top-problem-list-item-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .top-problem {
    padding: 60px 0;
  }
  .top-problem-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-problem-list-item {
    min-height: 420px;
    border-right: solid 1px #e5ddd2;
  }
  .top-problem-list-item:nth-of-type(even) {
    border-right: none;
  }
  .top-problem-list-item:nth-child(n + 3) {
    border-top: 1px solid #e5ddd2;
  }
  .top-problem-list-item-title {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .top-problem-list-item-title .main {
    font-size: 34px;
  }
  .top-problem-list-item-img {
    margin-bottom: 30px;
  }
  .top-problem-list-item .check-list {
    font-size: 20px;
  }
  .top-problem-list-item .check-list .c-list-item {
    padding-left: 30px;
  }
  .top-problem-solution {
    margin-top: 45px;
    padding-top: 140px;
    background: url(../img/common/vertical-arrwo.png) no-repeat center top;
  }
  .top-problem-solution-text {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .top-problem-solution .c-button-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-problem {
    padding: 60px 0;
  }
  .top-problem-list-item {
    padding: 40px 25px;
    box-sizing: border-box;
    border-bottom: solid 1px #e5ddd2;
  }
  .top-problem-list-item-title {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .top-problem-list-item-title .main {
    font-size: 28px;
  }
  .top-problem-list-item-img {
    margin-bottom: 30px;
  }
  .top-problem-list-item .check-list {
    font-size: 18px;
  }
  .top-problem-list-item .check-list .c-list-item {
    padding-left: 30px;
  }
  .top-problem-solution {
    margin-top: 45px;
    padding-top: 90px;
    background: url(../img/common/vertical-arrwo.png) no-repeat center top/4px;
  }
  .top-problem-solution-text {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .top-problem-solution .c-button-container {
    margin-top: 40px;
  }
}

/*top-service
=========================================================*/
.top-service-list-item-contents {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-service .widebox {
    display: grid;
    grid-template-columns: 640px 1fr;
  }
  .top-service-list-item {
    border-top: 1px solid #cfc1af;
  }
  .top-service-list-item:last-of-type {
    border-bottom: 1px solid #cfc1af;
  }
  .top-service-list-item .c-title {
    margin-bottom: 20px;
  }
  .top-service-list-item-contents {
    order: 2;
    padding: 35px 0 0 80px;
  }
  .top-service-list-item-contents-box {
    color: #fff;
  }
  .top-service-list-item-contents .text-catch {
    margin-bottom: 10px;
  }
  .top-service-list .c-button-container {
    text-align: right;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-service-list-item {
    border-top: 1px solid #cfc1af;
    padding: 40px 0;
  }
  .top-service-list-item:last-of-type {
    border-bottom: 1px solid #cfc1af;
  }
  .top-service-list-item .c-title {
    margin-bottom: 20px;
  }
  .top-service-list-item-contents {
    order: 2;
    margin-bottom: 40px;
  }
  .top-service-list-item-contents-box {
    color: #fff;
  }
  .top-service-list-item-contents .text-catch {
    margin-bottom: 10px;
  }
  .top-service-list .c-button-container {
    text-align: center;
    margin-top: 40px;
  }
}

/*top-column
=========================================================*/
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column .c-title {
  margin-bottom: 0;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item .post-date {
  display: block;
  text-align: right;
}
.top-column-list-item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px solid #cfc1af;
}
.top-column-list-item .com-img {
  border-radius: 0;
}
.top-column-list a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    height: 248px;
    margin-bottom: 20px;
  }
  .top-column-list time {
    color: #e5ddd2;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .top-column-head .c-button {
    width: 150px;
    min-width: initial;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .top-column-list-item .post-date {
    font-size: 14px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    width: 100%;
    aspect-ratio: 400/248;
    margin-bottom: 15px;
  }
  .top-column-list time {
    line-height: 1.2;
    margin-bottom: 10px;
    color: #e5ddd2;
  }
}

/*top-news
=========================================================*/
.top-news-head {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-start;
}
.top-news-head .c-button-arrow {
  justify-content: flex-start;
}
.top-news-list {
  display: grid;
}
.top-news-list-item {
  border-bottom: 1px solid #cfc1af;
}
.top-news-list-item a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}
.top-news-list-item a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.top-news-list-item a .bi-arrow-right-short {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #cfc1af;
  border-radius: 50%;
}
.top-news-list-item .post-date {
  color: #e5ddd2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0;
  }
  .top-news .widebox {
    width: 1180px;
    display: grid;
    grid-template-columns: auto 820px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    align-items: flex-start;
  }
  .top-news-head {
    row-gap: 30px;
  }
  .top-news-list-item a {
    padding: 25px 45px 25px 30px;
    grid-template-columns: auto 1fr;
  }
  .top-news-list-item a:hover {
    opacity: 0.85;
  }
  .top-news-list-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 30px;
    align-items: flex-end;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-head .c-button-container .c-button {
    width: 150px;
    min-width: initial;
  }
  .top-news-head .c-button-container .c-button .text {
    font-size: 13px;
  }
  .top-news-list-item a {
    padding: 20px 45px 20px 10px;
    display: block;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
  }
  .top-news-list-item-title {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}

.about-menu .menu-info-card {
  border-top: 1px solid #cfc1af;
}
.about-menu .menu-info-card:last-of-type {
  border-bottom: 1px solid #cfc1af;
}
.about-menu .menu-info-card-contents-text {
  color: #fff;
}
.about-menu .menu-info-card-contents-detail {
  border-top: 1px solid #cfc1af;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about-menu {
    padding: 100px 0;
  }
  .about-menu-lead {
    margin-bottom: 80px;
  }
  .about-menu-lead p {
    line-height: 2.5;
  }
  .about-menu .c-button-container {
    text-align: center;
    margin-top: 30px;
  }
  .about-menu .c-button-container .c-button {
    min-width: 350px;
  }
  .about-menu .menu-info-card:nth-child(odd) .menu-info-card-contents {
    order: 2;
    border-left: solid 1px #cfc1af;
  }
  .about-menu .menu-info-card:nth-child(even) .menu-info-card-contents {
    border-right: solid 1px #cfc1af;
  }
  .about-menu .menu-info-card .inbox {
    display: flex;
    border-left: solid 1px #cfc1af;
    border-right: solid 1px #cfc1af;
  }
  .about-menu .menu-info-card-contents {
    width: 620px;
    padding: 80px 50px;
    box-sizing: border-box;
  }
  .about-menu .menu-info-card-contents-text {
    padding-bottom: 60px;
  }
  .about-menu .menu-info-card-contents-item {
    color: #fff;
    border-bottom: 1px solid #cfc1af;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .about-menu .menu-info-card-contents-item-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about-menu .menu-info-card-contents-detail {
    padding-top: 60px;
  }
  .about-menu .menu-info-card-contents .squere-list {
    font-size: 18px;
  }
  .about-menu .menu-info-card-contents .squere-list .c-list-item:before {
    top: 12px;
  }
  .about-menu .menu-info-card-imgbox {
    box-sizing: border-box;
    width: calc(100% - 620px);
    padding: 20px 20px 40px;
  }
  .about-menu
    .menu-info.reverse
    .menu-info-card:nth-child(odd)
    .menu-info-card-contents {
    border-right: solid 1px #cfc1af;
  }
  .about-menu
    .menu-info.reverse
    .menu-info-card:nth-child(even)
    .menu-info-card-contents {
    order: 2;
    border-left: solid 1px #cfc1af;
  }
  .about-menu .text-caution {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about-menu {
    padding: 60px 0 40px;
  }
  .about-menu-lead {
    margin-bottom: 40px;
    color: #fff;
  }
  .about-menu .c-button-container {
    text-align: center;
    margin-top: 30px;
  }
  .about-menu .c-button-container .c-button {
    min-width: initial;
    width: 100%;
  }
  .about-menu .menu-info-card .inbox {
    display: flex;
    flex-direction: column;
  }
  .about-menu .menu-info-card-contents {
    padding: 40px 0;
    box-sizing: border-box;
    order: 2;
  }
  .about-menu .menu-info-card-contents-item {
    color: #fff;
    border-bottom: 1px solid #cfc1af;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .about-menu .menu-info-card-contents-item-name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-menu .menu-info-card-contents-detail {
    padding-top: 30px;
    margin-top: 30px;
  }
  .about-menu .menu-info-card-contents .squere-list {
    font-size: 16px;
  }
  .about-menu .menu-info-card-contents .squere-list .c-list-item:before {
    top: 10px;
  }
  .about-menu .menu-info-card-imgbox {
    box-sizing: border-box;
    order: 2;
    padding-bottom: 30px;
  }
  .about-menu .text-caution {
    margin-top: 40px;
  }
}

.menu-flow {
  color: #fff;
}
.menu-flow-list-item {
  border-top: 1px solid #cfc1af;
}
.menu-flow-list-item:last-of-type {
  border-bottom: 1px solid #cfc1af;
}
@media screen and (min-width: 768px) {
  .menu-flow {
    padding-bottom: 100px;
  }
  .menu-flow .text-lead {
    margin-bottom: 50px;
  }
  .menu-flow-list-item {
    padding: 50px 0;
    display: grid;
    grid-template-columns: 400px 1fr;
    align-items: center;
  }
  .menu-flow-list-item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .menu-flow-list-item-title .sub {
    font-size: 28px;
  }
  .menu-flow-list-item-contents {
    order: 2;
    padding-left: 80px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .menu-flow {
    padding-bottom: 60px;
  }
  .menu-flow .text-lead {
    margin-bottom: 25px;
  }
  .menu-flow-list-item {
    padding: 25px 0 35px;
    display: grid;
    align-items: center;
  }
  .menu-flow-list-item-img {
    text-align: center;
    margin-bottom: 35px;
  }
  .menu-flow-list-item-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .menu-flow-list-item-title .sub {
    font-size: 20px;
  }
  .menu-flow-list-item-contents {
    order: 2;
    box-sizing: border-box;
  }
}

.access {
  background: #fffaef;
}
.access .googlemap {
  overflow: hidden;
}
.access .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access .googlemap {
    height: 450px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .access .googlemap {
    height: 250px;
    border-radius: 0;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
  color: #fff;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cfc1af;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #fff;
}
.cont-dl .in-dl dd {
  color: #fff;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"],
.cont-dl .in-dl dd input[type="email"],
.cont-dl .in-dl dd input[type="url"],
.cont-dl .in-dl dd input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #50463a;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1 / span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #50463a;
  background-color: #50463a;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
  color: #fff;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp {
  color: #fff;
}
.post-wrp .post-list-item {
  border-bottom: solid #cfc1af 1px;
}
.post-wrp .post-list-item a {
  color: #fff;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #fff;
}
.post-wrp .post-list-item .post-title {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #cfc1af;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
  color: #50463a;
}

/*Single Post
----------------------------------------------------*/
#contents-u.s-post {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #fff;
  font-weight: bold;
}

.privacy-page .privacy-box {
  color: #fff;
}
.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map-list li {
  border-bottom: 1px solid #cfc1af;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.1s all ease-in;
  color: #fff;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 0;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .site-map-list li a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #fff;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list li a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #fff;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #50463a;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 260px;
    margin-bottom: 8%;
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #cfc1af;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    padding: 20px 5px;
    color: #50463a;
    line-height: 1.2;
    position: relative;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: solid 1px #cfc1af;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cfc1af;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #af9f8c !important;
    right: 10px !important;
    top: 10px;
    border-radius: 0;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    row-gap: 20px;
    justify-content: center;
  }
  .drawer-info-address {
    font-size: 13px;
  }
  .drawer-info .drawer-detail {
    text-align: center;
    margin-top: 30px;
    display: grid;
    row-gap: 15px;
  }
  .drawer-info .drawer-detail .c-sns {
    margin-bottom: 20px;
  }
}
.header {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  background: rgba(225, 221, 215, 0.8);
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    padding-left: 25px;
  }
  .header-left-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    gap: 5px 30px;
  }
  .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .header-right a {
    color: #50463a;
  }
  .header-info {
    width: 390px;
    display: grid;
    grid-template-columns: 290px 100px;
    height: 100%;
  }
  .header-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-left: 1px solid #cdc5ba;
  }
  .header-info .reserve-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-size: 25px;
  }
  .header-info .reserve-btn a .header-info-item-text {
    font-size: 14px;
    line-height: 1.2;
  }
  .header-info .reserve-btn a:hover {
    background: #50463a;
    color: #fff;
  }
  .header .nav {
    padding-right: 60px;
  }
  .header .nav-list {
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .header .nav-list a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    padding-left: 5%;
  }
  .header-logo-sub {
    width: 120px;
  }
  .header-left {
    width: 100px;
  }
  .header-left-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .header-right {
    width: 100%;
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 70px;
    z-index: 100;
    background: #fffaef;
    border-top: solid 1px #cfc1af;
  }
  .header-right a {
    color: #50463a;
  }
  .header-info {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 100px;
    height: 100%;
  }
  .header-info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-left: 1px solid #cdc5ba;
  }
  .header-info .reserve-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
  .header-info .reserve-btn a .header-info-item-text {
    font-size: 11px;
    line-height: 1.2;
  }
}

.l-cta {
  border-top: 1px solid #e5ddd2;
}
.l-cta-container {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 100px 0;
  }
  .l-cta-container {
    background: #cdc3b6;
    padding: 50px 70px 30px;
  }
  .l-cta .c-title {
    width: 480px;
    margin: 0 auto 70px;
    background:
      url(../img/common/icon-title-frame-l.png) no-repeat left center,
      url(../img/common/icon-title-frame-r.png) no-repeat right center;
  }
  .l-cta .c-banner-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
  .l-cta .c-banner-list-item a {
    height: 90px;
    font-size: 20px;
    gap: 0 15px;
    box-sizing: border-box;
  }
  .l-cta .c-banner-list-item a:hover {
    background: #cfc1af;
    border: solid 1px #50463a;
  }
  .l-cta .c-banner-list-item a .bi {
    font-size: 25px;
  }
  .l-cta .c-banner-list-item .number {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 40px 0;
  }
  .l-cta-container {
    background: #cdc3b6;
    padding: 40px 20px 30px;
  }
  .l-cta .c-title {
    margin: 0 auto 30px;
    background:
      url(../img/common/icon-title-frame-l.png) no-repeat left center/40px,
      url(../img/common/icon-title-frame-r.png) no-repeat right center/40px;
  }
  .l-cta .c-banner-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .l-cta .c-banner-list-item a {
    height: 60px;
    font-size: 16px;
    gap: 0 15px;
    box-sizing: border-box;
  }
  .l-cta .c-banner-list-item a .bi {
    font-size: 18px;
  }
  .l-cta .c-banner-list-item a .icon-line {
    width: 25px;
  }
  .l-cta .c-banner-list-item .number {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .l-about {
    padding: 100px 0 0;
  }
  .l-about-text {
    color: #fff;
  }
  .l-about .about-menu .menu-info {
    margin-bottom: 80px;
  }
  .l-about .about-menu .menu-info:last-child {
    margin-bottom: 0;
  }
  .l-about .about-menu .inbox {
    display: flex;
    justify-content: center;
  }
  .l-about .about-menu .title01 {
    width: 1080px;
    margin: 0 auto 30px;
  }
  .l-about-cando {
    border-top: 1px solid #cfc1af;
  }
  .l-about-cando:last-of-type {
    border-bottom: 1px solid #cfc1af;
  }
  .l-about-cando.column-two .l-about-cando-card {
    width: 50%;
  }
  .l-about-cando-card {
    color: #fff;
    box-sizing: border-box;
    width: 33.3333333333%;
    padding: 40px 25px;
    box-sizing: border-box;
    border-left: 1px solid #cfc1af;
  }
  .l-about-cando-card:nth-of-type(3n),
  .l-about-cando-card:last-of-type {
    border-right: 1px solid #cfc1af;
  }
  .l-about-cando-img {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 15px;
  }
  .l-about-cando-name {
    font-size: 20px;
    text-align: left;
    margin-top: 5px;
  }
  .l-about-solution {
    text-align: center;
    color: #fff;
    padding-top: 180px;
    background: url(../img/common/vertical-arrwo.png) no-repeat center top 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-about {
    padding: 60px 0 0;
  }
  .l-about-text {
    color: #fff;
  }
  .l-about .about-menu .menu-info {
    margin-bottom: 40px;
  }
  .l-about .about-menu .menu-info:last-child {
    margin-bottom: 0;
  }
  .l-about .about-menu .title01 {
    width: 90%;
    margin: 0 auto 20px;
  }
  .l-about-cando-card {
    color: #fff;
    box-sizing: border-box;
    padding: 25px 0;
    border-bottom: 1px solid #cfc1af;
    margin-bottom: 25px;
  }
  .l-about-cando-img {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .l-about-cando-name {
    font-size: 18px;
    text-align: left;
  }
  .l-about-solution {
    text-align: center;
    color: #fff;
    padding-top: 100px;
    background: url(../img/common/vertical-arrwo.png) no-repeat center top
      20px/4px;
  }
}

@media screen and (min-width: 768px) {
  .l-plan {
    padding: 30px 0 100px;
  }
  .l-plan-text {
    color: #fff;
    margin-bottom: 50px;
  }
  .l-plan-container {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
  }
  .l-plan-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .l-plan-list-item {
    display: grid;
    grid-template-columns: 1fr 350px;
    align-items: flex-end;
    color: #fff;
    border-bottom: 1px solid #cfc1af;
    padding-bottom: 30px;
  }
  .l-plan-list-item-contents {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .l-plan-list-item-contents-title {
    font-size: 18px;
  }
  .l-plan-list-item .fee {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .l-plan {
    padding: 60px 0;
  }
  .l-plan-text {
    color: #fff;
    margin-bottom: 25px;
  }
  .l-plan-container {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .l-plan-list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .l-plan-list-item {
    color: #fff;
    border-bottom: 1px solid #cfc1af;
    padding-bottom: 15px;
  }
  .l-plan-list-item-contents {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .l-plan-list-item-contents-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .l-plan-list-item-contents-text {
    margin-bottom: 5px;
  }
  .l-plan-list-item .fee {
    text-align: right;
  }
}

.l-description {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-description {
    border-bottom: 1px solid #cfc1af;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .l-description-card {
    padding: 60px;
    box-sizing: border-box;
  }
  .l-description-card:nth-child(odd) {
    border-right: 1px solid #cfc1af;
  }
  .l-description .c-list {
    margin-top: 20px;
  }
  .l-description .text-coution {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-description-card {
    padding: 40px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #cfc1af;
  }
  .l-description-card:last-child {
    border-bottom: none;
  }
  .l-description .c-list {
    margin-top: 20px;
  }
  .l-description .text-coution {
    margin-top: 30px;
  }
}

.footer {
  background: url(../img/common/footer-bg.jpg);
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 70px 0 40px;
  }
  .footer-info {
    width: 300px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .footer-nav {
    width: 680px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 40px;
  }
  .footer-nav-list a {
    color: #50463a;
  }
  .footer-nav-list a:hover {
    text-decoration: underline;
  }
  .footer-bottom {
    border-top: 1px solid #cfc1af;
    margin-top: 30px;
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-sub-nav {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .footer-sub-nav a {
    color: #50463a;
  }
  .footer-sub-nav a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 90px;
  }
  .footer-wrp {
    display: flex;
    flex-direction: column;
  }
  .footer-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    margin-bottom: 50px;
  }
  .footer-info-logo {
    width: 200px;
  }
  .footer-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
  .footer-nav-list a {
    color: #50463a;
  }
  .footer-nav-list a:hover {
    text-decoration: underline;
  }
  .footer-bottom {
    border-top: 1px solid #cfc1af;
    margin-top: 30px;
    padding-top: 30px;
    display: grid;
  }
  .footer-sub-nav {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .footer-sub-nav a {
    color: #50463a;
    font-size: 14px;
  }
}

#copyright a {
  color: #50463a;
}
@media screen and (min-width: 768px) {
  #copyright {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #copyright {
    order: 2;
    text-align: center;
    padding: 10px 0;
    font-size: 11px;
    letter-spacing: 0;
  }
} /*# sourceMappingURL=style.css.map */

.complete-box {
  color: #fff;
  a {
    color: #fff;
    display: inline-block;
    margin-top: 20px;
  }
}
