@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: auto;
  color: #235b51;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: none !important;
}

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  margin: 30px auto 0 !important;
  background: #fff;
  border: 1px solid rgba(244, 177, 71, 0.1);
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid white;
}
@media screen and (min-width: 768px) {
  .contact-form-table tr:nth-of-type(n+2) td {
    border-top: 1px solid rgba(35, 91, 81, 0.5);
  }
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: #235b51;
  color: #fff;
}
.contact-form-table a {
  color: #235b51;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
.contact-form-table select, .contact-form-table textarea, .contact-form-table input[type=tel], .contact-form-table input[type=text], .contact-form-table input[type=email], .contact-form-table input[type=url] {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-form-table .required-mark {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 9px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

.error-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .error-text {
    font-size: 1.5rem;
  }
}

.privacy-wrap {
  display: flex;
  max-width: 334px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #235b51;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

input[type=radio] + label, input[type=checkbox] + label {
  color: #000;
}

/* =========================================
  タグテンプレート（未使用）
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 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 #235b51;
  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: "NotoSansCJKjp-Medium", sans-serif;
  border: non6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #235b51;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #235b51;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #006;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #235b51;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}

.fit {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  width: 100%;
  max-width: 530px;
  height: 100px;
  border-radius: 10px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 30px) center #235b51;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 100px;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    opacity: 1;
    background-position: calc(100% - 25px) center;
  }
}
.com-btn02 {
  padding: 3px 47px 15px 0;
  background: url(../img/top/com-btn02.png) no-repeat right 0px;
  border-bottom: 3px solid #235b51;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-btn02 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn02:hover {
    background-position: calc(100% - 3px) 0;
  }
}

#contact .contact-submits-wrap {
  text-align: center;
}
#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*追加*/
  display: block;
  width: 100%;
  max-width: 530px;
  height: 100px;
  border-radius: 10px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 30px) center #235b51;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 100px;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    opacity: 1;
    background-position: calc(100% - 25px) center;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    height: 60px;
    background-position: calc(100% - 12px) center;
    background-size: 8px;
    line-height: 60px;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  margin: auto;
  background: #fff;
}
.com-table-wrap {
  border-radius: 20px;
  overflow: hidden;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 2px solid #bdcdca;
}
.com-table th, .com-table td {
  padding: 20px 30px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 320px;
  color: #fff;
  background: #235b51;
}
@media screen and (min-width: 768px) {
  .com-table th {
    padding-right: 0;
  }
}
.com-table td {
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-ttl01 {
    font-size: 2.5rem;
  }
}
.com-ttl01 .dot {
  position: relative;
}
.com-ttl01 .dot::before {
  content: "";
  width: 114px;
  height: 8px;
  background: url(../img/service/dot.png) no-repeat left top/contain;
  position: absolute;
  top: -18px;
  left: 20px;
}
.com-ttl01 .ac {
  color: #f4b147;
}
.com-ttl02 {
  padding-bottom: 15px;
  border-bottom: 1px solid #bfc2b4;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.7rem;
  }
}

/*	sidebar  PC
------------------------------------ */
@keyframes sway {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上方向に10px移動 */
  }
  100% {
    transform: translateY(0);
  }
}
.sidebar {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 100;
}
.sidebar-btn {
  width: 80px;
  height: 250px;
  padding: 66px 0 0;
  border: 2px solid #f4b147;
  border-right: none;
  background: url(../img/top/side-mail.png) no-repeat center 35px #fff;
  border-radius: 14px 0 0 10px;
  line-height: 80px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #f4b147;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .sidebar-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-btn:hover {
    background-color: #235b51;
    border-color: #235b51;
    opacity: 1;
  }
}
.sidebar-btn-bukken {
  padding-top: 84px;
  background-position: center 39px;
  background-image: url(../img/top/side-ico02.png);
  background-color: #f4b147;
  color: #fff;
}
.sidebar-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sidebar-btn-wrap a:nth-of-type(n+2) {
  margin-top: 20px;
}
.sidebar-pagetop {
  padding-top: 54px;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 1;
  position: fixed;
  right: 60px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sidebar-pagetop {
    font-size: 1.5rem;
  }
}
.sidebar-pagetop-ico {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  margin: 10px auto 0;
  align-items: center;
  position: relative;
  z-index: 100;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #235b51;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 7px;
  color: #235b51;
}
.breadcrumb a {
  color: #235b51;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #f4b147;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #235b51;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #00140f;
}
.pagenation .current {
  background: #f4b147;
  color: #fff;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #235b51;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #235b51 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  margin: 50px auto 0;
  height: 50px;
  text-align: center;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  display: inline-block;
  padding: 0 20px;
  border-radius: 10px;
  background: #235b51;
  text-align: center;
  font-size: 1.8rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .to-works-btn {
    font-size: 1.5rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.8rem;
  background: #235b51;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .arrow-btn::before {
    font-size: 1.5rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 400px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* =========================================
  header  PC
========================================= */
/* ent  PC
------------------------------------ */
.ent-headline {
  text-align: center;
}
.ent-headline-txt {
  margin: -4px auto 0;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #235b51;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .ent-headline-txt {
    font-size: 1.5rem;
  }
}
.ent-logo {
  display: inline-block;
  transition: all 0.3s ease;
}
.ent-logo:hover {
  opacity: 0.7;
}
.ent-logo a, .ent-logo img {
  display: block;
}
.ent-logo img {
  width: 100%;
}
.ent-inner {
  width: calc(100% - 30px);
  max-width: 1400px;
  padding: 85px 0 80px;
}
.ent-txt {
  text-align: center;
}
.ent-list {
  margin: 50px auto 0;
}
.ent-list-item {
  width: 48.6%;
  max-width: 680px;
}
.ent-list-link {
  display: block;
  border: 4px solid #235b51;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ent-list-link:hover .ent-list-ttl {
    background-size: 100px;
  }
  .ent-list-link:hover .ent-list-ttl-sm {
    background-size: 70px;
  }
}
.ent-list-link01 {
  padding-top: 340px;
  background: url(../img/ent/mv01-bg.png) no-repeat -48px -70px #f6f4f1;
  position: relative;
}
.ent-list-link01::before {
  content: "";
  width: 253px;
  height: 328px;
  background: url(../img/ent/mv01-deco.png) no-repeat left top/contain;
  position: absolute;
  top: 40px;
  right: 40px;
  pointer-events: none;
}
.ent-list-link02 {
  padding-top: 150px;
  background: url(../img/ent/mv02.png) no-repeat center top/cover;
}
.ent-list-link03 {
  margin: 40px auto 0;
  padding-top: 150px;
  background: url(../img/ent/mv03.jpg) no-repeat center top/cover;
  position: relative;
}
.ent-list-ttl {
  padding: 40px 0 40px 68px;
  background: url(../img/ent/arw.png) no-repeat calc(100% + 4px) calc(100% + 4px)/90px #fff;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.06em;
  color: #235b51;
  line-height: 1.5;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .ent-list-ttl {
    font-size: 2rem;
  }
}
.ent-list-ttl-sm {
  padding: 24px 0 24px 60px;
  background-size: 60px;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .ent-list-ttl-sm {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1364px) {
  .ent-list-ttl {
    padding: 30px 0 30px 30px;
    font-size: 3.3rem;
  }
  .ent-list-ttl-sm {
    padding: 18px 0 18px 20px;
    font-size: 2.8rem;
  }
}
.ent-list-fuki {
  padding: 13px 25px 17px;
  background: #f4b147;
  border-radius: 0 0 10px 10px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  left: 43px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .ent-list-fuki {
    font-size: 1.5rem;
  }
}
.ent-copy {
  padding: 14px 0;
  background: #cedf81;
  text-align: center;
  line-height: 1.2;
}
.ent-copy-txt, .ent-copy-link {
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #235b51;
}
@media screen and (max-width: 768px) {
  .ent-copy-txt, .ent-copy-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ent-copy-txt, .ent-copy-link {
    font-size: 1.2rem;
  }
}

/*	headline  PC
------------------------------------ */
.top, .sub {
  background: #f6f4f1;
}

.headline-right {
  border-radius: 0 0 0 30px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .headline-right {
    border-radius: 0 0 0 15px;
  }
}

.logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.logo {
  display: inline-block;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav-list {
  display: flex;
  padding: 0 58px;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .gnav-list {
    padding: 0 25px;
  }
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 17px;
}
@media screen and (max-width: 1440px) {
  .gnav-list-item:nth-of-type(n+2) {
    margin-left: 17px;
  }
}
.gnav-list-link {
  padding: 34px 0;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link::after {
  content: "";
  width: 100%;
  height: 3px;
  margin: auto;
  background: #f4b147;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.4s ease;
}
.gnav-list-link:hover {
  opacity: 1;
}
.gnav-list-link:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1440px) {
  .gnav-list-link {
    padding: 20px 0;
  }
}
.gnav-list-link.current::after {
  transform: scale(1, 1);
}

/*	mv  PC
------------------------------------ */
.mv {
  max-width: 1920px;
  margin: auto;
  padding: 257px 0 0 0;
  position: relative;
}
.mv-illu {
  display: block;
  width: 47.6%;
  margin-left: auto;
  margin-right: 3.6%;
  position: relative;
}
.mv-illu-person-l, .mv-illu-person-rt, .mv-illu-person-r {
  position: absolute;
  animation: person 0.5s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
.mv-illu-person-l {
  width: 11%;
  left: 31.25%;
  top: 52.76%;
  animation-delay: 1s;
}
.mv-illu-person-r {
  width: 3.5%;
  right: 32.5%;
  top: 45%;
  animation-delay: 1.5s;
}
.mv-illu-person-rt {
  width: 9.2%;
  top: 26.2%;
  right: 29%;
  animation-delay: 2s;
}
.mv-illu-lg {
  width: 40.6%;
  position: absolute;
  bottom: -11.2%;
  left: -13.87%;
  opacity: 0;
  animation: person 0.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.mv-cloud-l {
  width: 28.8%;
  position: absolute;
  top: -10.7%;
  left: 0;
  animation: cloudl 40s ease-in-out infinite;
}
.mv-cloud-r {
  width: 11.25%;
  position: absolute;
  top: -17.9%;
  right: 35%;
  animation: cloudr 50s ease-in-out infinite;
}
.mv-catch {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: clamp(3.3rem, 3.4vw, 6.6rem);
  letter-spacing: 0.06em;
  line-height: 1.9;
}
.mv-catch-wrap {
  position: absolute;
  top: clamp(200px, 14vw, 270px);
  left: 10.9%;
  animation: person 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
.mv-catch .lg {
  margin-left: -3vw;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: clamp(5.5rem, 5.7vw, 11rem);
  letter-spacing: 0.06em;
  line-height: 1;
}
.mv-catch .ml {
  margin-left: -2.2vw;
}
.mv-txt {
  margin-top: 2vw;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: clamp(1.4rem, 1.36vw, 2.6rem);
  letter-spacing: 0.12em;
  line-height: 1.9;
}

@keyframes cloudl {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50%, -50%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes cloudr {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(250%, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes person {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  border-radius: 160px 160px 0 0;
  background: #b2bd81;
}
#footer .foo-inner {
  max-width: 1500px;
  padding: 127px 0 80px;
}
#footer .foo-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .foo-ttl {
    font-size: 2.2rem;
  }
}
#footer .foo-txt {
  margin: 35px auto 0;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .foo-txt {
    font-size: 1.5rem;
  }
}
#footer .foo-box {
  margin: 67px auto 0;
  padding: 80px 20px 100px;
  border-radius: 80px;
  background: url(../img/top/contact-bg.png) no-repeat right 190px #edf0e0;
}
#footer .foo-info {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 60px 20px;
  background: #fff;
  border-radius: 40px;
  position: relative;
}
#footer .foo-info::before {
  content: "";
  width: 125px;
  height: 185px;
  background: url(../img/top/contact-deco.png) no-repeat left top/contain;
  position: absolute;
  left: 61px;
  top: -171px;
}
@media screen and (max-width: 1231px) {
  #footer .foo-info::before {
    width: 97px;
    top: -140px;
  }
}
#footer .foo-info-btn-item {
  width: 100%;
  max-width: 520px;
}
#footer .foo-info-btn-item:nth-of-type(n+2) {
  margin-left: 39px;
}
#footer .foo-info-line {
  display: flex;
  width: 100%;
  height: 100px;
  border: 4px solid #235b51;
  border-radius: 10px;
  background: #fff;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer .foo-info-line {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .foo-info-line:hover {
    background: #235b51;
    color: #fff;
    opacity: 1;
  }
}
#footer .foo-info-line::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 16px;
  background: url(../img/top/contact-line.png) no-repeat center/contain;
}
#footer .foo-info-mail {
  display: flex;
  width: 100%;
  height: 100px;
  border: 4px solid #f4b147;
  border-radius: 10px;
  background: #f4b147;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer .foo-info-mail {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .foo-info-mail:hover {
    background: #fff;
    color: #f4b147;
    opacity: 1;
  }
  #footer .foo-info-mail:hover::before {
    background-image: url(../img/top/contact-mal-hover.png);
  }
}
#footer .foo-info-mail::before {
  content: "";
  width: 27px;
  height: 22px;
  margin-right: 16px;
  background: url(../img/top/contact-mal.png) no-repeat center/contain;
  transition: all 0.3s ease;
}
#footer .foo-info-right {
  margin-left: 27px;
  padding-left: 27px;
  border-left: 1px solid #bfc2b4;
  line-height: 1;
}
#footer .foo-info-tel {
  padding-left: 45px;
  background: url(../img/top/contact-tel.png) no-repeat left 25px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 6.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #footer .foo-info-tel {
    font-size: 3.2rem;
  }
}
#footer .foo-info-tel-wrap {
  max-width: 1080px;
  margin: 30px auto 0;
  padding: 40px 0;
  background: #edf0e0;
  border-radius: 10px;
}
#footer .foo-info-note {
  display: block;
  margin: 11px 0 0 15px;
  line-height: 1;
}
#footer .foo-flx {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto 0;
}
#footer .foo-flx-right {
  margin-left: 30px;
  flex-shrink: 0;
}
#footer .foo-btn {
  max-width: 382px;
  height: 75px;
  margin-top: 30px;
  line-height: 75px;
  font-size: 1.7rem;
  background-position: calc(100% - 20px) center;
}
@media screen and (max-width: 768px) {
  #footer .foo-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .foo-btn:hover {
    background-position: calc(100% - 15px) center;
  }
}
#footer .foo-address {
  margin-top: 30px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.5rem;
  }
}
#footer .foo-sns {
  margin-top: 30px;
}
#footer .foo-sns li:nth-of-type(n+2) {
  margin-left: 20px;
}

.fnav {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1;
}
.fnav-list:nth-of-type(n+2) {
  margin-left: 50px;
}
.fnav-list li:nth-of-type(n+2) {
  margin-top: 28px;
}
.fnav-list-link {
  padding-left: 24px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link::before {
  content: "";
  width: 10px;
  height: 3px;
  border-radius: 1px;
  background: #f4b147;
  position: absolute;
  left: 0;
  top: 10px;
}
.fnav-list-link.current {
  color: #f4b147;
}

.copy {
  margin: 33px auto 0;
  text-align: center;
}
.copy-txt, .copy-link {
  color: #fff;
  font-family: "NotoSansCJKjp-Regular", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .copy-txt, .copy-link {
    font-size: 1.5rem;
  }
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  height: 400px;
  position: relative;
}
.sv-left {
  position: absolute;
  left: 0;
  top: 129px;
}
.sv-right {
  position: absolute;
  top: 170px;
  right: calc(50% - 750px);
}
.sv-inner {
  height: 100%;
  padding-top: 205px;
  position: relative;
}
.sv-catch {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 5.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 2.7rem;
  }
}
.sv-service {
  background: url(../img/sub/service.png) no-repeat calc(100% - 40px) 150px;
}
.sv-voice {
  background: url(../img/sub/voice.png) no-repeat calc(100% - 40px) 150px;
}
.sv-faq {
  background: url(../img/sub/faq.png) no-repeat calc(100% - 40px) 140px;
}
.sv-about {
  background: url(../img/sub/about.png) no-repeat calc(100% - 40px) 140px;
}
.sv-information {
  background: url(../img/sub/information.png) no-repeat calc(100% - 40px) 170px;
}
.sv-contact {
  background: url(../img/sub/contact.png) no-repeat calc(100% - 40px) 160px;
}
.sv-complete {
  background: url(../img/sub/complete.png) no-repeat calc(100% - 99px) 140px;
}
.sv-site {
  background: url(../img/sub/site.png) no-repeat calc(100% - 40px) 160px;
}
.sv-privacy {
  background: url(../img/sub/privacy.png) no-repeat calc(100% - 40px) 160px;
}
.sv-notfound {
  background: url(../img/sub/notfound.png) no-repeat calc(100% - 100px) 140px;
}
.sv-news {
  background: url(../img/sub/news.png) no-repeat calc(100% - 40px) 160px;
}

/*	news  PCSP
------------------------------------ */
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
#news .com-news-link {
  display: flex;
  width: 100%;
  padding: 40px;
}
#news .com-news-img {
  width: 40%;
  height: 0;
  padding-top: 28%;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #news .com-news-img {
    width: 250px;
    padding-top: 200px;
  }
}
#news .com-news-img-none {
  display: none;
  filter: grayscale(100%);
}
#news .com-news-con {
  width: 100%;
  margin-left: 5.8%;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #235b51;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news .com-news-con {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    margin-left: 2%;
  }
}
#news .com-news-con-none {
  margin-left: 0;
}
#news .com-news-flx {
  margin-top: 2%;
}
#news .com-news-ttl {
  padding: 0 10px;
  background-color: #f4b147;
  color: #fff;
  font-size: 2.2rem;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 30px auto 0;
  }
  #news .com-news-link {
    padding: 3%;
    align-items: flex-start;
  }
  #news .com-news-ttl {
    font-size: 3.3vw;
  }
  #news .com-news-txt-index {
    font-size: 3.4vw;
    line-height: 1.5;
  }
}
#news .detail .news-box {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #news .detail .news-box {
    padding: 25px 15px;
  }
}
#news .detail .news-post-flx {
  padding-top: 15px;
  border-top: 1px solid rgba(35, 91, 81, 0.1);
}
#news .detail .com-news-flx {
  margin: 15px auto 0;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-flx {
    margin: 10px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#news .detail .com-news-ttl {
  padding: 5px 10px;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #news .detail .com-news-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-tag-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .news-index-tag-txt {
    font-size: 3.3vw;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    margin-top: 20px;
  }
}
#contact .complete-box {
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .sec-inner {
    padding: 50px 0 120px;
  }
}
#privacy .privacy-box {
  max-width: 1080px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
}
#privacy .privacy-box ul {
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .ttl05 {
  background-color: #edf0e0;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .com-inner {
    padding-top: 20px;
  }
}

/*	site  PCSP
------------------------------------ */
@media screen and (max-width: 767px) {
  #site .com-bg-sub {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #site .sec-inner {
    padding: 50px 0 120px;
  }
}
#site .site-box {
  max-width: 960px;
  margin: 0 auto 0;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    padding: 5px 15px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(35, 91, 81, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #235b51;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
#site .site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #235b51;
  border-right: 1px solid #235b51;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  box-sizing: border-box;
  color: #00140f;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .com-txt {
  color: #00140f;
}
#e404 .top {
  display: inline-block;
  color: #00140f;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

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

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    width: 100%;
    margin: auto;
    min-width: 350px;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /* ent  SP
  ------------------------------------ */
  /*	headline  SP
  ------------------------------------ */
  /*	mv  SP
  ------------------------------------ */
  /*	gnav  SP
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /*	sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-btn {
    height: 60px;
    background-position: calc(100% - 12px) center;
    background-size: 8px;
    line-height: 60px;
  }
  .com-btn02 {
    background-size: 18px;
    background-position: right 2px;
    padding-right: 26px;
    padding-bottom: 10px;
    border-width: 1px;
  }
  .com-table th, .com-table td {
    display: block;
  }
  .com-table th {
    width: 100%;
    padding: 15px;
  }
  .com-table td {
    padding: 15px;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-ttl01 {
    font-size: 2.2rem;
  }
  .com-ttl01 .dot::before {
    width: 51px;
    height: 10px;
    top: -7px;
    left: 10px;
  }
  .com-ttl02 {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  .sidebar {
    top: auto;
    right: 0;
    bottom: 20%;
  }
  .sidebar-btn {
    width: 50px;
    height: 180px;
    padding-top: 45px;
    border-width: 2px;
    background-size: 20px;
    background-position: 52% 20px;
    line-height: 50px;
  }
  .sidebar-pagetop {
    padding-top: 30px;
    right: 20px;
    bottom: 15px;
  }
  .sidebar-pagetop-ico {
    width: 20px;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  .ent .logo {
    width: 250px !important;
  }
  .ent-headline-txt {
    margin-top: -4px;
  }
  .ent-inner {
    padding: 30px 15px 50px !important;
  }
  .ent-txt {
    text-align: left;
  }
  .ent-list {
    margin-top: 30px;
  }
  .ent-list-item {
    width: 100%;
  }
  .ent-list-link {
    border-width: 2px;
    border-radius: 10px;
  }
  .ent-list-link01 {
    padding-top: 165px;
  }
  .ent-list-link01::before {
    width: 116px;
    height: 150px;
    top: 31px;
    right: 19px;
  }
  .ent-list-link02 {
    margin-top: 25px;
    padding-top: 24%;
  }
  .ent-list-link03 {
    margin-top: 25px;
    padding-top: 24%;
  }
  .ent-list-ttl {
    padding: 15px 0 15px 20px;
    background-size: 40px;
    background-position: calc(100% + 4px) calc(100% + 4px);
  }
  .ent-list-ttl-sm {
    padding: 10px 0 10px 20px;
  }
  .ent-list-fuki {
    padding: 10px 15px 13px;
    left: 10px;
    font-size: 1.3rem;
  }
  .headline {
    height: 70px;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 230px !important;
  }
  .mv {
    padding: 15px 15px 0;
  }
  .mv-catch-wrap {
    text-align: center;
    position: static;
  }
  .mv-catch .lg {
    margin-left: -9vw;
  }
  .mv-catch .ml {
    margin-left: -5.2vw;
  }
  .mv-illu {
    width: 83%;
    margin-top: 51px;
  }
  .mv-cloud-l {
    animation-duration: 20s;
  }
  .mv-cloud-r {
    animation-duration: 25s;
  }
  .sp-menu-btn-wrp {
    top: 11px;
    background: #f4b147;
    border-radius: 5px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    font-size: 1.1rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: #edf0e0;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    padding: 20px 15px 0;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-item {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "NotoSansCJKjp-Bold", sans-serif;
    color: #235b51;
    text-align: left;
    border-color: rgba(35, 91, 81, 0.1);
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #f4b147;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    color: #fff;
    text-align: left;
    border-color: rgba(244, 177, 71, 0.1);
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #f4b147;
  }
  #drawer-nav .drawer-dropdown__list {
    border-bottom: 1px solid rgba(244, 177, 71, 0.1);
  }
  #drawer-nav .drawer-dropdown__list li:nth-of-type(1) {
    display: none;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .ggmap {
    padding-top: 250px;
    border-radius: 20px;
  }
  #footer .foo-bg {
    border-radius: 50px 50px 0 0;
  }
  #footer .foo-inner {
    padding: 50px 15px;
  }
  #footer .foo-ttl {
    font-size: 1.8rem;
  }
  #footer .foo-txt {
    margin-top: 20px;
  }
  #footer .foo-box {
    border-radius: 30px;
    padding: 20px 15px 50px;
    background-position: right 71%;
    background-size: 74%;
  }
  #footer .foo-info {
    padding: 15px;
    border-radius: 20px;
  }
  #footer .foo-info::before {
    width: 39px;
    height: 59px;
    top: -56px;
    left: 22px;
  }
  #footer .foo-info-btn-wrap li:nth-of-type(n+2) {
    margin: 25px auto 0;
  }
  #footer .foo-info-line, #footer .foo-info-mail {
    border-width: 2px;
    height: 65px;
    font-size: 1.7rem;
  }
  #footer .foo-info-line::before, #footer .foo-info-mail::before {
    margin-right: 10px;
  }
  #footer .foo-info-mail::before {
    background-size: 20px;
  }
  #footer .foo-info-tel {
    padding-left: 20px;
    background-position: left bottom;
    background-size: 13px;
    font-size: 2.6rem;
  }
  #footer .foo-info-tel-wrap {
    padding: 20px 15px;
  }
  #footer .foo-info-right {
    margin: 15px auto 0;
    padding: 15px 0 0;
    border-left: none;
    border-top: 1px solid #bfc2b4;
    text-align: center;
  }
  #footer .foo-info-worktime {
    line-height: 1.6;
  }
  #footer .foo-info-note {
    margin: 5px auto 0;
  }
  #footer .foo-flx {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-flx-left {
    text-align: center;
  }
  #footer .foo-flx-right {
    width: 100%;
    margin: 40px auto 0;
  }
  #footer .foo-btn {
    max-width: 247px;
    height: auto;
    margin: 20px auto 0;
    padding: 10px;
    line-height: 1.5;
  }
  #footer .foo-address {
    margin: 20px auto 0;
  }
  #footer .foo-sns {
    margin: 20px auto 0;
    justify-content: center;
  }
  .fnav {
    display: block;
  }
  .fnav-list:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .copy {
    margin-top: 25px;
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv {
    height: 248px;
  }
  .sv-left {
    width: 100px;
    left: 0;
    top: 16px;
  }
  .sv-right {
    width: 55px;
    top: 41px;
    right: 20px;
  }
  .sv-inner {
    padding: 80px 15px 0 !important;
    background-position: calc(100% - 15px) bottom;
    background-size: 200px;
  }
  .sv-voice {
    background-size: 180px;
  }
  .sv-faq {
    background-size: 175px;
  }
  .sv-about {
    background-size: 150px;
  }
  .sv-news {
    background-size: 120px;
  }
  .sv-contact {
    background-size: 163px;
  }
  .sv-complete {
    background-size: 78px;
  }
  .sv-privacy {
    background-size: 149px;
  }
  .sv-site {
    background-size: 149px;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */