@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Antique+Soft&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: "Noto Sans JP", sans-serif;
  color: #2b2004;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    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(43, 32, 4, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(43, 32, 4, 0.15);
  }
}

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

.bg-frame {
  background: #2a455f url(../img/common/com-bg.png);
}
.bg-red {
  background: #9f0e25;
}
.bg-green {
  background: #436427;
}
.bg-blue {
  background: #222f66;
}
.bg-gold {
  background: #827237;
}
.bg-navy {
  background: #10162f;
}

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

.box-shadow {
  box-shadow: 0 5px 5px rgba(43, 32, 4, 0.5);
}
.box-shadow-light {
  box-shadow: 0 5px 5px rgba(43, 32, 4, 0.2);
}

.main-visual-heading {
  background: url(../img/top/mv_bg.png) no-repeat center/cover;
}
.main-visual-heading-titlebox {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 100;
}
.main-visual-heading-titlebox-img {
  position: absolute;
  bottom: 0;
}
.main-visual-heading-title {
  position: relative;
  z-index: 10;
}
.main-visual-list {
  display: flex;
  flex-wrap: wrap;
}
.main-visual-list-item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .main-visual-heading {
    height: 600px;
    position: relative;
  }
  .main-visual-heading-titlebox {
    width: 520px;
    margin: 0 auto;
  }
  .main-visual-heading-titlebox .left-img {
    left: -240px;
  }
  .main-visual-heading-titlebox .right-img {
    right: -200px;
  }
  .main-visual-heading-bg {
    width: calc((100% - 520px) / 2);
    position: absolute;
    top: 0;
    height: 100%;
  }
  .main-visual-heading .left-bg {
    left: 0;
    background: url(../img/top/mv_img-left.jpg) no-repeat center/cover;
  }
  .main-visual-heading .right-bg {
    right: 0;
    background: url(../img/top/mv_img-right.jpg) no-repeat center/cover;
  }
  .main-visual-list-item {
    padding: 20px;
    gap: 5px;
    font-size: 32px;
    width: 33.3333333333%;
    font-size: clamp(22px, 2vw, 32px);
  }
  .main-visual-list-item:nth-of-type(4),
  .main-visual-list-item:nth-of-type(5) {
    width: 50%;
  }
  .main-visual-list-item .text-yellow {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual-heading {
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  .main-visual-heading-title {
    width: 56%;
    position: relative;
    top: 38%;
  }
  .main-visual-heading-titlebox .left-img {
    width: 120px;
    left: -30px;
  }
  .main-visual-heading-titlebox .right-img {
    width: 100px;
    right: -20px;
  }
  .main-visual-heading-bg {
    width: 50%;
    position: absolute;
    top: 0;
    height: 35%;
  }
  .main-visual-heading .left-bg {
    left: 0;
    background: url(../img/top/mv_img-left.jpg) no-repeat center/cover;
  }
  .main-visual-heading .right-bg {
    right: 0;
    background: url(../img/top/mv_img-right.jpg) no-repeat center/cover;
  }
  .main-visual-list-item {
    padding: 20px;
    gap: 5px;
    display: block;
    font-size: 14px;
    width: 50%;
    line-height: 1.5;
    text-align: center;
  }
  .main-visual-list-item span {
    display: inline-block;
  }
  .main-visual-list-item:nth-of-type(5) {
    width: 100%;
  }
  .main-visual-list-item .text-yellow {
    font-size: 22px;
    margin: 0 5px;
  }
}

.c-table-item {
  display: grid;
}
.c-table-item dt {
  font-family: "Zen Antique Soft", serif;
}
.c-table-item dd .googlemap {
  border-bottom: 1px solid #c6c5c5;
  color: #2a455f;
}
@media screen and (min-width: 768px) {
  .c-table-item {
    grid-template-columns: 110px 1fr;
    border-bottom: 1px solid #c6c5c5;
  }
  .c-table-item dt,
  .c-table-item dd {
    padding: 20px 0;
  }
  .c-table-item dt a,
  .c-table-item dd a {
    color: #2b2004;
  }
  .c-table-item dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-table-item {
    grid-template-columns: 100px 1fr;
    border-bottom: 1px solid #c6c5c5;
  }
  .c-table-item dt,
  .c-table-item dd {
    padding: 20px 0;
    font-size: 14px;
  }
  .c-table-item dt a,
  .c-table-item dd a {
    color: #2b2004;
  }
  .c-table-item dt {
    font-size: 16px;
  }
}

.c-dl-item {
  display: grid;
}
.c-dl-item dt {
  font-family: "Zen Antique Soft", serif;
}
@media screen and (min-width: 768px) {
  .c-dl-item {
    grid-template-columns: 170px 1fr;
  }
  .c-dl-item dt,
  .c-dl-item dd {
    padding: 5px 0;
  }
  .c-dl-item dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-dl-item {
    grid-template-columns: 100px 1fr;
  }
  .c-dl-item dt,
  .c-dl-item dd {
    padding: 5px 0;
  }
  .c-dl-item dt {
    font-size: 16px;
  }
  .c-dl-item dd {
    font-size: 14px;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
    font-size: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Antique Soft", serif;
}
.taxonomy-list li {
  border: 5px;
  font-weight: 500;
  background: #2a455f;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  min-width: 30px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
}
.taxonomy-list-category {
  background: #2a455f;
}
.taxonomy-list-tag {
  background: #c2c2c2;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    padding: 3px 8px;
  }
}

.category-list {
  display: grid;
  box-sizing: border-box;
}
.category-list-item {
  color: #fff;
  border-right: 1px solid #c6c5c5;
}
.category-list-item a {
  display: block;
  box-sizing: border-box;
  color: #2b2004;
  position: relative;
}
.category-list-item a .bi {
  color: #2a455f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .category-list {
    grid-template-columns: repeat(4, 1fr);
    padding: 15px;
    row-gap: 25px;
  }
  .category-list-item:nth-of-type(4n) {
    border-right: none;
  }
  .category-list-item a {
    padding: 5px 30px 5px 20px;
  }
  .category-list-item a:hover {
    background: #00bab3;
  }
  .category-list-item a:hover .text,
  .category-list-item a:hover .bi {
    color: #fff;
  }
  .category-list-item a .bi {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .category-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 5px;
    row-gap: 15px;
    line-height: 1.5;
  }
  .category-list-item:nth-of-type(2n) {
    border-right: none;
  }
  .category-list-item a {
    font-size: 12px;
    padding: 5px 30px 5px 20px;
  }
  .category-list-item a .bi {
    right: 10px;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: #2a455f;
  font-family: "Zen Antique Soft", serif;
  position: relative;
  box-sizing: border-box;
}
.c-button .text,
.c-button .bi {
  color: #fff;
}
.c-button .bi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-button.white-button {
  background: #fff;
}
.c-button.white-button:hover .text,
.c-button.white-button:hover .bi {
  color: #fff;
}
.c-button.white-button .text,
.c-button.white-button .bi {
  color: #2a455f;
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 70px;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(43, 32, 4, 0.2);
    min-width: 350px;
    padding: 0 45px;
  }
  .c-button:hover {
    background: #00bab3;
  }
  .c-button .bi {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 60px;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(43, 32, 4, 0.2);
    min-width: 250px;
    padding: 0 45px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .c-button:hover {
    background: #00bab3;
  }
  .c-button .text {
    font-size: 15px;
  }
  .c-button .bi {
    right: 10px;
  }
}

.button-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  background: #2a455f;
  border-radius: 100px;
  box-sizing: border-box;
  font-family: "Zen Antique Soft", serif;
}
.button-round .text,
.button-round .bi {
  color: #fff;
}
.button-round.line-app {
  background: #2fbc55;
}
@media screen and (min-width: 768px) {
  .button-round {
    -moz-column-gap: 20px;
    column-gap: 20px;
    min-width: 215px;
    padding: 0 20px;
    height: 55px;
  }
  .button-round small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .button-round {
    -moz-column-gap: 20px;
    column-gap: 20px;
    min-width: 250px;
    padding: 0 20px;
    height: 60px;
    font-size: 15px;
  }
  .button-round small {
    font-size: 12px;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 50px;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@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: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #2b2004;
}
@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: #2a455f;
}
@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 .widebox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sub-visual-title {
  font-family: ab-ootori, sans-serif;
  position: relative;
  line-height: 1.4;
  color: #fff;
}
.sub-visual-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 360px;
    background: url(../img/common/sub-visual-icon.png) no-repeat center,
      url(../img/common/sub-visual-bg.jpg) no-repeat center/cover;
  }
  .sub-visual-title {
    font-size: 52px;
    padding-bottom: 20px;
  }
  .sub-visual-title:before {
    width: 100px;
  }
  .sub-visual-img {
    position: absolute;
    bottom: 0;
  }
  .sub-visual .left-img {
    bottom: -4px;
    left: 0;
  }
  .sub-visual .right-img {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 170px;
    overflow: hidden;
    background: url(../img/common/sub-visual-icon.png) no-repeat center/30%,
      url(../img/common/sub-visual-bg.jpg) no-repeat center/cover;
  }
  .sub-visual-title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .sub-visual-title:before {
    width: 100px;
  }
  .sub-visual-img {
    position: absolute;
    bottom: 0;
  }
  .sub-visual .left-img {
    width: 120px;
    bottom: 0px;
    left: -10%;
  }
  .sub-visual .right-img {
    width: 100px;
    right: -10%;
  }
}

.font-ab {
  font-family: ab-ootori, sans-serif;
}

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

.text-yellow {
  color: #f3ff67;
}
.text-catch {
  font-family: "Zen Antique Soft", serif;
  background: #fafaf8;
  border-top: 1px solid #c6c5c5;
  border-bottom: 1px solid #c6c5c5;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .text-catch {
    padding: 20px;
  }
}
.text-caution {
  color: #9f0e25;
}

.border {
  position: relative;
}
.border:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
}
.border-yellow:before {
  background: #fff603;
}
.border-large:before {
  height: 30px;
}
.border-text {
  position: relative;
  z-index: 10;
  padding: 0 5px;
}
.background-text {
  color: #ffffff;
  font-size: 36px;
  border-radius: 8px;
  padding: 0 10px;
  margin: 0 5px;
}
.background-text--gold {
  background: #8e7b31;
}
.background-text--silver {
  background: #545454;
}
.background-text--platinum {
  background: #5995b3;
}
@media screen and (max-width: 767px) {
  .background-text {
    font-size: 28px;
  }
}
.l-purchase .background-text {
  font-size: 52px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .l-purchase .c-title {
    line-height: 1.8;
  }
  .l-purchase .background-text {
    font-size: 28px;
    padding: 10px;
  }
}
.c-tel-number {
  display: inline-flex;
  align-items: center;
  font-family: "Zen Antique Soft", serif;
  gap: 5px;
}
.c-tel-number .ic-tel {
  background: #2a455f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
}
.c-tel-number .number {
  line-height: 1;
  color: #2a455f;
}
@media screen and (min-width: 768px) {
  .c-tel-number .ic-tel {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .c-tel-number .number {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel-number .ic-tel {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .c-tel-number .number {
    font-size: 28px;
  }
}

.workstime {
  display: flex;
  justify-content: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .workstime {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .workstime {
    font-size: 11px;
  }
}

.c-title {
  font-family: ab-ootori, sans-serif;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 48px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.title01 {
  border-bottom: 1px solid #c6c5c5;
  line-height: 1.6;
  font-family: "Zen Antique Soft", serif;
  box-sizing: border-box;
}
.title01.ic-deco {
  position: relative;
}
.title01.ic-deco:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/ttl_deco.png) no-repeat center/contain;
  left: 0;
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 22px;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
  }
  .title01.ic-deco {
    padding-left: 25px;
  }
  .title01.ic-deco:before {
    top: 14px;
    width: 15px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 22px;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
  }
  .title01.ic-deco {
    padding-left: 25px;
  }
  .title01.ic-deco:before {
    top: 14px;
    width: 15px;
    height: 12px;
  }
}

.title02 {
  position: relative;
  line-height: 1.6;
  font-family: "Zen Antique Soft", serif;
  text-align: center;
}
.title02:before {
  content: "";
  display: block;
  position: absolute;
  background: #c6c5c5;
  left: 50%;
  bottom: 0;
  height: 1px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .title02:before {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .title02:before {
    width: 60px;
  }
}

@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #2b2004;
    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: #2b2004;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #2b2004;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*top-about
=========================================================*/
@media screen and (min-width: 768px) {
  .top-about {
    padding: 100px 0;
  }
  .top-about .widebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-about-contents {
    order: 1;
    width: 570px;
  }
  .top-about-contents-text {
    font-size: 18px;
  }
  .top-about-title {
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .top-about .c-button {
    margin-top: 45px;
  }
  .top-about-img {
    width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about-contents-text {
    font-size: 16px;
  }
  .top-about-title {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .top-about .c-button {
    display: flex;
    width: 280px;
    margin: 45px auto 0;
  }
  .top-about-img {
    text-align: center;
    margin-top: 60px;
  }
}

/*top-beginner
=========================================================*/
.top-beginner {
  background: url(../img/top/top_beginner-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .top-beginner {
    padding: 100px 0;
  }
  .top-beginner-contents {
    display: flex;
    align-items: center;
    width: 960px;
    margin: 0 auto;
    height: 330px;
    background: #fff url(../img/top/top_beginner-bg-deco.png) no-repeat right
      20px center;
  }
  .top-beginner-contents-detail {
    order: 2;
    width: calc(100% - 330px);
    box-sizing: border-box;
    padding: 0 50px;
  }
  .top-beginner-contents-detail-title {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top-beginner-contents-detail-text {
    text-align: justify;
  }
  .top-beginner-contents-detail .c-button {
    margin-top: 30px;
    width: 100%;
  }
  .top-beginner-contents-img {
    order: 1;
    width: 330px;
    background: #cfd4da;
    position: relative;
    height: 100%;
  }
  .top-beginner-contents-img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .top-beginner {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
  }
  .top-beginner-contents {
    align-items: center;
    margin: 0 auto;
    background: #fff url(../img/top/top_beginner-bg-deco.png) no-repeat right
      20px top 30px/30%;
  }
  .top-beginner-contents-detail {
    box-sizing: border-box;
    padding: 30px 30px 50px;
  }
  .top-beginner-contents-detail-title {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top-beginner-contents-detail-text {
    text-align: justify;
  }
  .top-beginner-contents-detail .c-button {
    margin-top: 30px;
    width: 100%;
  }
  .top-beginner-contents-img {
    position: absolute;
    left: -2%;
    bottom: -10px;
    width: 30%;
  }
}

/*top-purchase
=========================================================*/
.top-purchase {
  position: relative;
}
.top-purchase-list-item {
  border-top: 1px solid #c6c5c5;
}
.top-purchase-list-item:last-of-type {
  border-bottom: 1px solid #c6c5c5;
}
.top-purchase-list-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.top-purchase-list-item a .bi-arrow-right-circle-fill {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #2a455f;
}
.top-purchase-list-item a .title {
  font-family: "Zen Antique Soft", serif;
}
@media screen and (min-width: 768px) {
  .top-purchase {
    padding: 80px 0;
  }
  .top-purchase-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 160px);
    height: 100%;
  }
  .top-purchase-img-item {
    height: 33.3333333333%;
  }
  .top-purchase-contents {
    width: 600px;
  }
  .top-purchase-contents-title {
    margin-bottom: 25px;
  }
  .top-purchase-list-item a {
    height: 185px;
    padding: 0 25px;
  }
  .top-purchase-list-item a:hover {
    background: #fafaf8;
  }
  .top-purchase-list-item a .bi-arrow-right-circle-fill {
    font-size: 20px;
    right: 10px;
  }
  .top-purchase-list-item a .title {
    font-size: 28px;
  }
  .top-purchase-list-item a .border-text {
    font-size: 40px;
  }
  .top-purchase .bg-ring {
    background: url(../img/top/bg-ring.jpg) no-repeat center/cover;
  }
  .top-purchase .bg-neck-less {
    background: url(../img/top/bg-neck-less.jpg) no-repeat center/cover;
  }
  .top-purchase .bg-jewelry {
    background: url(../img/top/bg-jewelry.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .top-purchase {
    padding: 60px 0 0;
  }
  .top-purchase-img {
    margin-top: 60px;
  }
  .top-purchase-img-item {
    padding-top: 30%;
  }
  .top-purchase-contents-title {
    width: 80%;
    margin-bottom: 25px;
  }
  .top-purchase-list-item a {
    padding: 20px 30px 30px 10px;
  }
  .top-purchase-list-item a .bi-arrow-right-circle-fill {
    font-size: 18px;
    right: 10px;
  }
  .top-purchase-list-item a .title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .top-purchase-list-item a .border-text {
    font-size: 28px;
  }
  .top-purchase .bg-ring {
    background: url(../img/top/bg-ring.jpg) no-repeat center/cover;
  }
  .top-purchase .bg-neck-less {
    background: url(../img/top/bg-neck-less.jpg) no-repeat center/cover;
  }
  .top-purchase .bg-jewelry {
    background: url(../img/top/bg-jewelry.jpg) no-repeat center/cover;
  }
}

/*top-case
=========================================================*/
.top-case-list-item-img .com-img {
  height: 100%;
}
.top-case-list-item-description {
  line-height: 1.2;
}
.top-case-list-item-description-title {
  font-family: "Zen Antique Soft", serif;
}
.top-case-list-item-description-fee {
  line-height: 1;
  font-family: "Zen Antique Soft", serif;
  border-bottom: 1px solid #c6c5c5;
}
.top-case .c-button-box {
  text-align: center;
  margin-top: 60px;
}
.top-case .c-button-box .c-button {
  width: 490px;
}
@media screen and (min-width: 768px) {
  .top-case {
    padding: 100px 0;
  }
  .top-case-title {
    font-size: 48px;
    margin-bottom: 35px;
  }
  .top-case-list {
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-case-list a {
    display: flex;
    justify-content: space-between;
  }
  .top-case-list-item:hover {
    opacity: 0.8;
  }
  .top-case-list-item-img {
    width: 150px;
    height: 150px;
  }
  .top-case-list-item-description {
    width: 245px;
  }
  .top-case-list-item-description .taxonomy-list {
    margin-bottom: 5px;
  }
  .top-case-list-item-description-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .top-case-list-item-description-fee {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-case-list-item-description-fee small {
    font-size: 16px;
  }
  .top-case-list-item-description-text {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .top-case {
    padding: 60px 0;
  }
  .top-case-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .top-case-list {
    display: grid;
    row-gap: 20px;
    grid-template-columns: 1fr;
  }
  .top-case-list a {
    display: flex;
    justify-content: space-between;
  }
  .top-case-list-item-img {
    width: 80px;
    height: 80px;
  }
  .top-case-list-item-description {
    width: calc(100% - 80px);
    padding-left: 20px;
    box-sizing: border-box;
  }
  .top-case-list-item-description .taxonomy-list {
    margin-bottom: 5px;
  }
  .top-case-list-item-description-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .top-case-list-item-description-fee {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-case-list-item-description-fee small {
    font-size: 13px;
  }
  .top-case-list-item-description-text {
    font-size: 11px;
    line-height: 1.4;
  }
}

/*top-others
=========================================================*/
.top-others {
  background: url(../img/top/top_others-bg.jpg) no-repeat center/cover;
}
.top-others-list {
  background: #fff;
  box-sizing: border-box;
}
.top-others-list-item-title {
  font-family: "Zen Antique Soft", serif;
  line-height: 1.5;
}
.top-others-list-item-text {
  position: relative;
  box-sizing: border-box;
  line-height: 1.4;
}
.top-others-list-item-text .bi {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #2a455f;
}
@media screen and (min-width: 768px) {
  .top-others {
    padding: 70px 0;
  }
  .top-others-list {
    padding: 50px 100px;
    display: flex;
    gap: 30px;
  }
  .top-others-list-item a {
    display: block;
    padding: 40px 25px;
  }
  .top-others-list-item a:hover {
    opacity: 0.8;
  }
  .top-others-list-item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .top-others-list-item-text {
    padding-right: 50px;
    text-align: justify;
  }
  .top-others-list-item-text .bi {
    font-size: 20px;
  }
  .top-others-list-item-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-others {
    padding: 40px 0;
  }
  .top-others-list {
    padding: 30px 20px;
    display: grid;
    row-gap: 30px;
  }
  .top-others-list-item a {
    display: block;
    padding: 30px 25px;
  }
  .top-others-list-item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .top-others-list-item-text {
    padding-right: 50px;
    text-align: justify;
  }
  .top-others-list-item-text .bi {
    font-size: 20px;
  }
  .top-others-list-item-img {
    text-align: center;
    margin-top: 20px;
  }
}

.top-column {
  position: relative;
  z-index: 10;
}
.top-column::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background: url(../img/top/top-column-top-bg.png) no-repeat center top/100%;
}
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column-list {
  display: grid;
}
.top-column-list-item a {
  color: #2b2004;
}
.top-column-list-item .post-date {
  display: block;
  line-height: 1;
  font-family: "Zen Antique Soft", serif;
}
.top-column-list-item-title {
  font-family: "Zen Antique Soft", serif;
  line-height: 1.5;
  border-bottom: 1px solid #c6c5c5;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 110px 0 100px;
  }
  .top-column::before {
    height: 85px;
    top: -85px;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr 220px;
  }
  .top-column-head .c-title {
    margin-bottom: 0;
    font-size: 48px;
  }
  .top-column-head .c-button {
    min-width: initial;
    height: 60px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .com-img {
    padding-top: 270px;
    margin-bottom: 20px;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-column-list-item-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column::before {
    height: 85px;
    top: -83px;
    background-position: bottom center;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr 150px;
  }
  .top-column-head .c-title {
    margin-bottom: 0;
    font-size: 24px;
  }
  .top-column-head .c-button {
    width: 150px;
    padding: 0;
    max-width: initial;
    min-width: initial;
    height: 45px;
  }
  .top-column-head .c-button .text {
    font-size: 12px;
  }
  .top-column-list {
    display: grid;
    row-gap: 40px;
  }
  .top-column-list-item .com-img {
    padding-top: 68%;
    margin-bottom: 20px;
  }
  .top-column-list-item .post-date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .top-column-list-item-title {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-column-list-item-text {
    font-size: 12px;
  }
}

/*top-news
=========================================================*/
.top-news {
  position: relative;
}
.top-news .inbox {
  position: relative;
}
.top-news .c-title {
  color: #fff;
}
.top-news .news-list {
  box-sizing: border-box;
  display: grid;
  background: #fff;
}
.top-news .news-list-item {
  box-sizing: border-box;
}
.top-news .news-list-item a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-family: "Zen Antique Soft", serif;
}
.top-news .news-list-item a .bi {
  position: absolute;
  right: 0;
  top: calc(50% + 15px);
  color: #2a455f;
  transform: translateY(-50%);
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0 120px;
  }
  .top-news:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../img/top/top_news-bg.jpg) no-repeat center/cover;
  }
  .top-news .inbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-news-head {
    display: grid;
    width: 275px;
    min-height: 330px;
    grid-template-rows: 1fr auto;
  }
  .top-news-head .c-title {
    font-size: 48px;
  }
  .top-news-head .c-button {
    width: 220px;
    min-width: initial;
    height: 60px;
  }
  .top-news .news-list {
    width: calc(100% - 275px);
    padding: 20px 40px 40px;
    box-sizing: border-box;
  }
  .top-news .news-list-item:hover {
    opacity: 0.8;
  }
  .top-news .news-list-item-title {
    font-size: 18px;
  }
  .top-news .news-list-item a {
    padding: 25px 20px;
    border-bottom: 1px solid #c6c5c5;
  }
  .top-news .news-list-item a .bi {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    background: url(../img/top/top_news-bg.jpg) no-repeat center/cover;
    padding: 60px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr 150px;
    align-items: flex-end;
    margin-bottom: 25px;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
    font-size: 28px;
  }
  .top-news-head .c-button {
    min-width: initial;
    width: 150px;
    padding: 0;
    height: 45px;
  }
  .top-news-head .c-button .text {
    font-size: 12px;
  }
  .top-news .news-list {
    box-sizing: border-box;
    padding: 20px;
  }
  .top-news .news-list-item a {
    padding: 25px 30px 25px 0;
    font-size: 15px;
    border-bottom: 1px solid #c6c5c5;
    font-size: 14px;
  }
  .top-news .news-list-item a .post-date {
    display: block;
    margin-bottom: 5px;
  }
  .top-news .news-list-item a .bi {
    right: 5px;
  }
}

.beginner-example-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: url(../img/common/hexagon-bg.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .beginner-example {
    padding: 60px 0;
  }
  .beginner-example-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
  .beginner-example-list-item {
    width: 300px;
    height: 350px;
    font-size: 20px;
  }
  .beginner-example .text-catch {
    margin-top: 40px;
    text-align: center;
    font-size: 26px;
  }
  .beginner-example .text-catch em {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .beginner-example {
    padding: 60px 0;
  }
  .beginner-example-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .beginner-example-list-item {
    height: 53vw;
    font-size: 12px;
  }
  .beginner-example .text-catch {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    padding: 20px;
  }
  .beginner-example .text-catch em {
    font-size: 18px;
  }
}

.beginner-movie-container {
  background: #fff;
}
.beginner-movie .youtube-frame {
  margin: 0 auto;
  aspect-ratio: 16/9;
  box-sizing: border-box;
}
.beginner-movie .youtube-frame iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .beginner-movie {
    padding: 70px 0;
    text-align: center;
  }
  .beginner-movie-container {
    padding: 75px 0;
  }
  .beginner-movie .youtube-frame {
    width: 900px;
  }
  .beginner-movie .c-button {
    margin-top: 35px;
    width: 490px;
  }
}
@media screen and (max-width: 767px) {
  .beginner-movie {
    padding: 40px 0;
    text-align: center;
  }
  .beginner-movie-container {
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .beginner-movie .youtube-frame {
    width: 100%;
  }
  .beginner-movie .c-button {
    margin-top: 35px;
    width: 100%;
  }
}

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

.beginner-flow {
  background: #fafaf8;
}
.beginner-flow-list {
  display: grid;
}
.beginner-flow-list-item {
  display: flex;
  align-items: center;
}
.beginner-flow-list-item .step-box {
  text-align: center;
  line-height: 1.2;
}
.beginner-flow-list-item .step-box span {
  display: block;
}
.beginner-flow-list-item-contents {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .beginner-flow {
    padding: 80px 0;
  }
  .beginner-flow-list {
    row-gap: 60px;
  }
  .beginner-flow-list-item .step-box {
    width: 95px;
    font-size: 20px;
  }
  .beginner-flow-list-item .step-box .number {
    font-size: 32px;
  }
  .beginner-flow-list-item-container {
    width: calc(100% - 95px);
  }
  .beginner-flow-list-item .l-contact-list {
    padding: 40px 0;
    margin-top: 30px;
  }
  .beginner-flow-list-item-description {
    padding: 40px;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .beginner-flow-list-item-description-list {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .beginner-flow-list-item .text-caution {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .beginner-flow {
    padding: 60px 0;
  }
  .beginner-flow-list {
    row-gap: 50px;
  }
  .beginner-flow-list-item {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
  .beginner-flow-list-item .step-box {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .beginner-flow-list-item .step-box .number {
    font-size: 22px;
  }
  .beginner-flow-list-item .l-contact-list {
    padding: 25px;
    margin-top: 30px;
  }
  .beginner-flow-list-item-description {
    padding: 25px;
    box-sizing: border-box;
    margin-top: 40px;
  }
  .beginner-flow-list-item .text-caution {
    margin-top: 40px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .about-feature {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-feature {
    padding: 60px 0;
  }
}

.difference .widebox {
  background: #fafaf8;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .difference {
    padding: 100px 0;
  }
  .difference .c-title {
    margin-bottom: 40px;
  }
  .difference .widebox {
    padding: 80px 100px;
  }
  .difference-dl {
    gap: 5px;
  }
  .difference-dl dt,
  .difference-dl dd {
    font-size: 13px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    box-sizing: border-box;
  }
  .difference-dl dt {
    background: #f2f2f2;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Zen Antique Soft", serif;
  }
  .difference-dl dd {
    background: #fff;
    margin-bottom: 5px;
    line-height: 1.4;
    padding: 10px 15px 10px 0;
  }
  .difference-dl dd:last-of-type {
    margin-bottom: 0;
  }
  .difference-dl dd .icon {
    width: 60px;
    text-align: center;
    text-align: center;
  }
  .difference-dl dd .text {
    width: calc(100% - 60px);
  }
  .difference .first-dl {
    width: 200px;
  }
  .difference .first-dl dt,
  .difference .first-dl dd {
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding-right: 0;
    background: #2a455f;
    color: #fff;
    font-family: "Zen Antique Soft", serif;
  }
  .difference .first-dl dt {
    background: none;
    position: relative;
  }
  .difference .first-dl dt img {
    position: absolute;
    bottom: -5px;
  }
  .difference .bd-frame {
    border: solid 5px #827237;
    padding: 5px;
    box-sizing: border-box;
  }
  .difference .bd-frame dt {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .difference {
    padding: 100px 0;
  }
  .difference .c-title {
    margin-bottom: 40px;
  }
  .difference .widebox {
    padding: 80px 20px;
  }
  .difference-scroll {
    overflow-x: auto;
    padding-bottom: 50px;
  }
  .difference-dl {
    gap: 5px;
  }
  .difference-dl dt,
  .difference-dl dd {
    font-size: 11px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    box-sizing: border-box;
  }
  .difference-dl dt {
    background: #f2f2f2;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "Zen Antique Soft", serif;
  }
  .difference-dl dd {
    background: #fff;
    margin-bottom: 5px;
    line-height: 1.4;
    padding: 10px 15px 10px 0;
  }
  .difference-dl dd:last-of-type {
    margin-bottom: 0;
  }
  .difference-dl dd .icon {
    width: 50px;
    text-align: center;
    text-align: center;
  }
  .difference-dl dd .text {
    width: calc(100% - 50px);
  }
  .difference .first-dl {
    width: 180px;
  }
  .difference .first-dl dt,
  .difference .first-dl dd {
    font-size: 14px;
    text-align: center;
    padding-right: 0;
    background: #2a455f;
    color: #fff;
    font-family: "Zen Antique Soft", serif;
  }
  .difference .first-dl dt {
    background: none;
    position: relative;
  }
  .difference .first-dl dt img {
    position: absolute;
    bottom: -5px;
  }
  .difference .bd-frame {
    border: solid 5px #827237;
    padding: 5px;
    box-sizing: border-box;
  }
  .difference .bd-frame dt {
    background: #fff;
  }
}

#purchase-contents-2 {
  display: none;
}

.l-purchase .widebox {
  background: #fafaf8;
}
.l-purchase .date {
  text-align: right;
  font-family: "Zen Antique Soft", serif;
}
.l-purchase-dl .first-dl {
  background: #fff !important;
  border-bottom: none !important;
  font-family: "Zen Antique Soft", serif;
}
.l-purchase-dl .first-dl dt,
.l-purchase-dl .first-dl dd {
  font-size: 16px;
}
.l-purchase-dl-item {
  display: grid;
  background: #fff;
  border-bottom: 1px solid #c6c5c5;
}
.l-purchase-dl-item:nth-of-type(odd) {
  background: #fafaf8;
}
.l-purchase-dl-item dt,
.l-purchase-dl-item dd {
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.l-purchase-dl-item dt {
  border-right: 1px solid #c6c5c5;
}
.l-purchase-dl-item dd {
  justify-content: center;
}
.l-purchase-dl-name,
.l-purchase-dl-fee {
  font-family: "Zen Antique Soft", serif;
}
.l-purchase .equal {
  color: #436427;
}
.l-purchase .plus {
  color: #9f0e25;
}
.l-purchase .minus {
  color: #222f66;
}
@media screen and (min-width: 768px) {
  .l-purchase {
    padding: 100px 0;
  }
  .l-purchase .widebox {
    box-sizing: border-box;
    padding: 70px 0;
  }
  .l-purchase .widebox .first-dl {
    background: #fafaf8 !important;
  }
  .l-purchase .widebox .first-dl dt,
  .l-purchase .widebox .first-dl dd {
    padding-bottom: 10px;
  }
  .l-purchase .date {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .l-purchase .inbox {
    width: 900px;
  }
  .l-purchase-dl .first-dl dt,
  .l-purchase-dl .first-dl dd {
    padding: 0;
  }
  .l-purchase-dl-item {
    display: grid;
    grid-template-columns: 490px 260px 1fr;
  }
  .l-purchase-dl-item dt,
  .l-purchase-dl-item dd {
    padding: 25px 20px;
  }
  .l-purchase-dl-item dd {
    text-align: center;
  }
  .l-purchase-dl-fee {
    font-size: 32px;
    line-height: 1;
    align-items: flex-end;
  }
  .l-purchase-dl-fee small {
    position: relative;
    top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-purchase {
    padding: 60px 0;
  }
  .l-purchase .widebox {
    box-sizing: border-box;
    padding: 45px 0;
  }
  .l-purchase .widebox .first-dl {
    background: #fafaf8 !important;
  }
  .l-purchase .widebox .first-dl dt,
  .l-purchase .widebox .first-dl dd {
    padding-bottom: 10px;
  }
  .l-purchase .date {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .l-purchase-dl .first-dl dt,
  .l-purchase-dl .first-dl dd {
    padding: 0;
    font-size: 13px;
  }
  .l-purchase-dl-item {
    display: grid;
    grid-template-columns: 46% 27% 27%;
  }
  .l-purchase-dl-item dt,
  .l-purchase-dl-item dd {
    padding: 10px 5px;
    font-size: 13px;
  }
  .l-purchase-dl-item dd {
    text-align: right;
    justify-content: flex-end;
  }
  .l-purchase-dl-fee {
    font-size: 13px;
    line-height: 1;
    align-items: flex-end;
  }
  .l-purchase-dl-fee small {
    position: relative;
    top: 2px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .all-case {
    padding: 80px 0;
  }
  .all-case .category-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .all-case {
    padding: 60px 0;
  }
  .all-case .category-list {
    margin-bottom: 50px;
  }
  .all-case .taxonomy-list {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .s-case {
    padding: 80px 0 120px;
  }
  .s-case .page-btn {
    width: 1080px;
    margin: 80px auto 0;
  }
  .s-case > .inbox {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 480px 1fr;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .s-case-img {
    width: 480px;
    height: 480px;
  }
  .s-case-img .com-img {
    width: 100%;
    height: 100%;
  }
  .s-case-detail {
    display: grid;
    row-gap: 40px;
  }
  .s-case-detail .fee {
    font-family: "Zen Antique Soft", serif;
    font-size: 24px;
    line-height: 1;
  }
  .s-case-detail .fee small {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .s-case {
    padding: 60px 0 80px;
  }
  .s-case .page-btn {
    width: 90%;
    margin: 50px auto 0;
  }
  .s-case .inbox {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .s-case-img .com-img {
    width: 100%;
    padding-top: 100%;
  }
  .s-case-detail {
    display: grid;
    row-gap: 40px;
  }
  .s-case-detail .fee {
    font-family: "Zen Antique Soft", serif;
    font-size: 20px;
    line-height: 1;
  }
  .s-case-detail .fee small {
    font-size: 14px;
  }
}

.staff-list {
  display: grid;
  row-gap: 50px;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 80px 0 120px;
  }
  .staff .c-title {
    margin-bottom: 45px;
  }
  .staff-list-item {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 400px 1fr;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .staff-list .position {
    margin-bottom: 20px;
  }
  .staff-img {
    width: 400px;
    height: 400px;
  }
  .staff-img .com-img {
    width: 100%;
    height: 100%;
  }
  .staff-detail {
    display: grid;
  }
}
@media screen and (max-width: 767px) {
  .staff {
    padding: 60px 0 80px;
  }
  .staff .c-title {
    margin-bottom: 25px;
  }
  .staff-list-item {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .staff-list .position {
    margin-bottom: 20px;
  }
  .staff-img .com-img {
    width: 100%;
    padding-top: 100%;
  }
  .staff-detail {
    display: grid;
  }
  .staff .c-dl {
    display: grid;
    row-gap: 10px;
  }
  .staff .c-dl-item {
    display: flex;
    flex-direction: column;
  }
  .staff .c-dl-item dt {
    margin-bottom: 5px;
  }
}

.all-faq .faq-contents-title .ic {
  background: #2a455f;
  border-radius: 50%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .all-faq {
    padding: 80px 0;
  }
  .all-faq .category-list {
    margin-bottom: 60px;
  }
  .all-faq .faq {
    width: 900px;
    margin: 0 auto;
  }
  .all-faq .faq-contents {
    display: grid;
    row-gap: 40px;
  }
  .all-faq .faq-contents-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-family: "Zen Antique Soft", serif;
  }
  .all-faq .faq-contents-title .ic {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
  }
  .all-faq .faq-contents-title .title {
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 1.5;
    font-size: 20px;
    width: calc(100% - 30px);
  }
  .all-faq .faq-contents-text {
    padding-left: 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .all-faq {
    padding: 60px 0 100px;
  }
  .all-faq .category-list {
    margin-bottom: 40px;
  }
  .all-faq .faq {
    margin: 0 auto;
  }
  .all-faq .faq-contents {
    display: grid;
    row-gap: 40px;
  }
  .all-faq .faq-contents-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-family: "Zen Antique Soft", serif;
  }
  .all-faq .faq-contents-title .ic {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
  }
  .all-faq .faq-contents-title .title {
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 1.5;
    font-size: 16px;
    width: calc(100% - 30px);
  }
  .all-faq .faq-contents-text {
    padding-left: 40px;
    font-size: 14px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .shop-info {
    padding: 80px 0;
  }
  .shop-info .c-table {
    width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .shop-info {
    padding: 60px 0;
  }
  .shop-info .c-table {
    margin: 0 auto;
  }
}

.access .widebox {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 70px 0;
  }
  .access .widebox {
    padding: 80px 100px;
  }
  .access-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .access-list-item {
    font-family: "Zen Antique Soft", serif;
    padding: 40px 20px;
    box-sizing: border-box;
    position: relative;
  }
  .access-list-item:before {
    content: "";
    display: block;
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    border: 14px solid transparent;
    border-left: 14px solid #2a455f;
  }
  .access-list-item:nth-of-type(3n):before,
  .access-list-item:last-of-type:before {
    display: none;
  }
  .access-list-item-img {
    position: relative;
  }
  .access-list-item-img .number {
    width: 50px;
    height: 40px;
    border-radius: 0 0 8px 0;
    color: #fff;
    background: #2a455f;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
  }
  .access-list-item-text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .access {
    padding: 60px 0;
  }
  .access .widebox {
    padding: 40px 20px;
  }
  .access-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .access-list-item {
    font-family: "Zen Antique Soft", serif;
    padding: 40px 20px;
    box-sizing: border-box;
    position: relative;
  }
  .access-list-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%);
    border: 14px solid transparent;
    border-top: 14px solid #2a455f;
  }
  .access-list-item:last-of-type:before {
    display: none;
  }
  .access-list-item-img {
    position: relative;
  }
  .access-list-item-img .number {
    width: 50px;
    height: 40px;
    border-radius: 0 0 8px 0;
    color: #fff;
    background: #2a455f;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
  }
  .access-list-item-text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #c6c5c5;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #2a455f;
  border-bottom: 1px solid #2a455f;
}
.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;
}
.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: #2b2004;
}
.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 #2a455f;
  background-color: #2a455f;
}
@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;
}
.send-comp p {
  line-height: 1.5em;
}

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

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #c6c5c5 1px;
}
.post-wrp .post-list-item a {
  color: #2b2004;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.post-wrp .post-list-item .post-tag-list-item {
  border: solid #c6c5c5 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #2b2004;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  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-tag-list {
    gap: 10px;
    font-size: 12px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 8px 10px;
  }
  .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-tag-list {
    gap: 10px;
    font-size: 11px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 5px 8px;
  }
  .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 #2b2004;
  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 #2b2004;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #2b2004;
  font-weight: 700;
  -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;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #2a455f;
}
@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: #2a455f;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #2a455f;
  line-height: 1;
  font-size: 14px;
  color: #2a455f;
}
#contents-u.s-post .tag-name span {
  color: #2a455f;
}

.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 #c6c5c5;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #2b2004;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.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 #2a455f;
  }
}
@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 #2a455f;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #2b2004;
  font-weight: bold;
  border-bottom: 1px solid #2b2004;
  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: 160px;
    margin-bottom: 5%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6c5c5;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Zen Antique Soft", serif;
    font-weight: 500;
    padding: 20px 5px;
    color: #2b2004;
    line-height: 1.2;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    color: #2a455f;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #2a455f !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;
    text-align: center;
  }
  .drawer-info-list {
    display: grid;
    row-gap: 20px;
    justify-content: center;
  }
  .drawer-info .workstime {
    margin-top: 5px;
    justify-content: center;
  }
}
.header {
  box-sizing: border-box;
}
.header-heading {
  box-sizing: border-box;
  border-bottom: 1px solid #c6c5c5;
}
@media screen and (min-width: 768px) {
  .header {
    height: 140px;
  }
  .header-heading {
    padding: 0 30px;
    height: 80px;
  }
  .header-logo {
    width: 253px;
  }
  .header-right {
    width: calc(100% - 253px);
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .header .nav {
    border-bottom: 1px solid #c6c5c5;
  }
  .header .nav-list {
    display: flex;
    text-align: center;
    line-height: 1.2;
  }
  .header .nav-list-item {
    width: 12.5%;
    font-family: "Zen Antique Soft", serif;
    font-size: 14px;
    position: relative;
  }
  .header .nav-list-item:before {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #c6c5c5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .nav-list-item:last-child:after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #c6c5c5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .nav-list-item a {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
  }
  .header .nav-list-item a:hover {
    background: #2a455f;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header-heading {
    padding: 0 5%;
    height: 70px;
  }
  .header-logo {
    width: 150px;
  }
  .header-right {
    height: 75px;
    border-top: 2px solid #c6c5c5;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 100;
    gap: 10px;
  }
  .header-right-item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header-right-item.c-tel .number {
    font-size: 20px;
  }
  .header-right-item.c-tel .workstime {
    font-size: 9px;
  }
  .header-right-item .button-round {
    width: 100%;
    min-width: initial;
    padding: 0;
    justify-content: center;
    gap: 0 5px;
  }
  .header-right-item .button-round .text {
    font-size: 12px;
  }
  .header-right-item .button-round small {
    font-size: 10px;
  }
}

.l-cta .inbox {
  position: relative;
  z-index: 10;
}
.l-cta-title {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.l-cta-list {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  text-align: center;
}
.l-cta-list-item-title {
  font-family: "Zen Antique Soft", serif;
  border-bottom: 1px solid #c6c5c5;
}
@media screen and (min-width: 768px) {
  .l-cta {
    background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
  }
  .l-cta .widebox {
    padding: 100px 0;
    position: relative;
  }
  .l-cta-title {
    margin-bottom: 30px;
  }
  .l-cta-img {
    position: absolute;
    bottom: 0;
  }
  .l-cta .img-left {
    left: 0;
  }
  .l-cta .img-right {
    right: 0;
  }
  .l-cta-title {
    font-size: 40px;
  }
  .l-cta-title em {
    font-size: 48px;
  }
  .l-cta-list {
    padding: 35px 40px;
    gap: 50px;
  }
  .l-cta-list-item {
    width: 300px;
  }
  .l-cta-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .l-cta-list-item .button-round {
    height: 60px;
    width: calc(100% - 20px);
  }
  .l-cta-list-item .button-round:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    background: url(../img/common/com_cta-bg.jpg) repeat-y center top/100%;
    overflow: hidden;
  }
  .l-cta .widebox {
    padding: 60px 0 20%;
    position: relative;
  }
  .l-cta-title {
    margin-bottom: 20px;
  }
  .l-cta-img {
    position: absolute;
    bottom: 0;
    z-index: 10;
  }
  .l-cta .img-left {
    width: 35%;
    left: -20%;
  }
  .l-cta .img-right {
    width: 29%;
    right: -15%;
  }
  .l-cta-title {
    font-size: 18px;
  }
  .l-cta-title em {
    font-size: 25px;
  }
  .l-cta-list {
    padding: 30px 20px 30px;
    row-gap: 40px;
    flex-direction: column;
  }
  .l-cta-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .l-cta-list-item .button-round {
    height: 60px;
    width: calc(100% - 30px);
  }
  .l-cta-list-item .workstime {
    margin-top: 3px;
    justify-content: center;
  }
}

.l-card-title {
  font-family: "Zen Antique Soft", serif;
}
@media screen and (min-width: 768px) {
  .l-card-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .l-card-img {
    margin-bottom: 10px;
  }
  .l-card-title {
    border-bottom: 1px solid #c6c5c5;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .l-card-text {
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .l-card-three {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .l-card-img {
    margin-bottom: 10px;
  }
  .l-card-img img {
    width: 100%;
  }
  .l-card-title {
    border-bottom: 1px solid #c6c5c5;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .l-card-text {
    text-align: justify;
  }
}

.l-contents {
  display: grid;
}
@media screen and (min-width: 768px) {
  .l-contents {
    row-gap: 40px;
  }
  .l-contents-item {
    display: grid;
    gap: 30px;
    grid-template-columns: 450px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-contents {
    row-gap: 50px;
  }
  .l-contents-item {
    display: grid;
    row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

.l-contact-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.l-contact-list-item-title {
  font-family: "Zen Antique Soft", serif;
  border-bottom: 1px solid #c6c5c5;
}
.l-contact-list .workstime {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-contact-list {
    gap: 50px;
  }
  .l-contact-list-item {
    width: 260px;
  }
  .l-contact-list-item-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-contact-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .l-contact-list-item-title {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}

.l-case {
  display: grid;
}
.l-case-item-title,
.l-case-item-fee {
  line-height: 1.4;
  font-family: "Zen Antique Soft", serif;
}
.l-case-item-fee {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-case {
    gap: 30px 25px;
    grid-template-columns: repeat(4, 1fr);
  }
  .l-case-item:hover {
    opacity: 0.8;
  }
  .l-case-item-img {
    margin-bottom: 15px;
  }
  .l-case-item .com-img {
    height: 250px;
  }
  .l-case-item-title {
    font-size: 18px;
  }
  .l-case-item-fee {
    font-size: 24px;
  }
  .l-case-item-fee small {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-case {
    gap: 30px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-case-item-img {
    margin-bottom: 15px;
  }
  .l-case-item .com-img {
    padding-top: 100%;
  }
  .l-case-item-title {
    font-size: 14px;
  }
  .l-case-item-fee {
    font-size: 16px;
  }
  .l-case-item-fee small {
    font-size: 14px;
  }
}

.footer-left-info {
  display: grid;
}
.footer-left-info-item {
  display: flex;
  line-height: 1.5;
}
.footer-left-info-item dt {
  border-right: 2px solid #c6c5c5;
}
.footer-left-info-item dd {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer .inbox {
    padding: 70px 0;
    display: flex;
  }
  .footer-left {
    width: 460px;
  }
  .footer-left-info {
    row-gap: 10px;
  }
  .footer-left-info-item dt {
    width: 100px;
  }
  .footer-left-info-item dd {
    padding-left: 10px;
    width: calc(100% - 100px);
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .footer-right {
    width: calc(100% - 460px);
  }
  .footer-right a {
    border-bottom: 1px solid transparent;
  }
  .footer-right a:hover {
    color: #2a455f;
    border-bottom: 1px solid #2a455f;
  }
  .footer-right-nav {
    font-family: "Zen Antique Soft", serif;
    display: grid;
    row-gap: 20px;
  }
  .footer-right-nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px 30px;
  }
  .footer-right-sub-nav {
    margin-top: 40px;
  }
  .footer-right-sub-nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .inbox {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
  }
  .footer-left {
    margin-bottom: 60px;
  }
  .footer-left-info {
    row-gap: 10px;
  }
  .footer-left-info-item {
    font-size: 14px;
  }
  .footer-left-info-item dt {
    width: 80px;
  }
  .footer-left-info-item dd {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .footer-logo {
    width: 200px;
    margin-bottom: 40px;
  }
  .footer-right a {
    border-bottom: 1px solid transparent;
    font-size: 14px;
    letter-spacing: 0;
  }
  .footer-right-nav {
    font-family: "Zen Antique Soft", serif;
    display: grid;
    row-gap: 20px;
  }
  .footer-right-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .footer-right-sub-nav {
    margin-top: 40px;
  }
  .footer-right-sub-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    font-size: 13px;
  }
}

#copyright {
  background: #2a455f;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "Zen Antique Soft", serif;
  padding: 10px 0;
}
#copyright a {
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #copyright {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  #copyright {
    padding-bottom: 100px;
  }
} /*# sourceMappingURL=style.css.map */
