@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1220px;
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
body {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

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

.com-inner-lg {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

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

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

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  max-width: 1080px;
  background: none;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th, .contact-form-table td {
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}
.contact-form-table th {
  width: 370px;
}
.contact-form-table a {
  color: #202f55;
  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: #fff;
  border-radius: 0;
}
.contact-form-table .required-mark {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    padding: 9px;
    font-size: 1.6rem;
  }
  .contact-form-table th {
    border: none;
  }
  .contact-form-table td {
    border-color: #202f55;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 1.6rem;
  }
}
.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: #202f55;
  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: #202f55;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #202f55;
  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: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #202f55;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #202f55;
  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: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  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 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}
.com-txt,
#privacy .txt-box {
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.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: inline-block;
  height: 34px;
  padding-right: 70px;
  background: url(../img/top/com-btn-arw.png) no-repeat right center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn {
  color: #202f55;
  letter-spacing: 0.15em;
  line-height: 34px;
}
.com-btn.white {
  background-image: url(../img/top/price-arw.png);
  color: #fff;
}

#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: inline-block;
  height: 34px;
  padding-right: 70px;
  background: url(../img/top/com-btn-arw.png) no-repeat right center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#contact .contact-submits-btn {
  color: #202f55;
  letter-spacing: 0.15em;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    padding-right: 38px;
    background-size: 30px;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
}
.com-table tr {
  border-top: 1px solid #f6f6f6;
}
.com-table th, .com-table td {
  padding: 10px 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th, .com-table td {
  letter-spacing: 0.1em;
  vertical-align: middle;
  line-height: 1.125;
}
.com-table th {
  width: 160px;
  padding-left: 46px;
  background: #202f55;
  background-repeat: no-repeat;
  color: #fff;
}
.com-table th.th01 {
  background-image: url(../img/top/access.png);
  background-position: 16px center;
}
.com-table th.th02 {
  background-image: url(../img/top/address.png);
  background-position: 17px center;
}
.com-table th.th03 {
  background-image: url(../img/top/open.png);
  background-position: 15px center;
}
.com-table th.th04 {
  background-image: url(../img/top/tel.png);
  background-position: 17px center;
}
.com-table th.th05 {
  background-image: url(../img/top/owner.png);
  background-position: 15px center;
}
.com-table td {
  background: #fff;
  color: #202f55;
  white-space: pre-line;
}
.com-table-note {
  display: block;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  padding: 16px 0 20px;
  background: #202f55;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 {
    font-size: 1.9rem;
  }
}
.com-ttl01 {
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.com-ttl01::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 25.5px solid #202f55;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: -1;
}
.com-ttl02 .en {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 5.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .en {
    font-size: 2.9rem;
  }
}
.com-ttl02 .en {
  letter-spacing: 0.12em;
  color: #c3c3cd;
  line-height: 1;
}
.com-ttl02 .ja {
  margin-top: 15px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .ja {
    font-size: 1.9rem;
  }
}
.com-ttl02 .ja {
  letter-spacing: 0.15em;
  color: #202f55;
  line-height: 1.57;
}
.com-ttl02 .ja .lg {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .ja .lg {
    font-size: 2.25rem;
  }
}
.com-ttl02.t-center .ja {
  margin-top: 0px;
}
.com-ttl03 {
  position: relative;
  z-index: 1;
}
.com-ttl03 .num {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .com-ttl03 .num {
    font-size: 3rem;
  }
}
.com-ttl03 .num {
  letter-spacing: 0.02em;
  color: #36466e;
  position: absolute;
  top: -52px;
  left: -22px;
  z-index: -1;
}
.com-ttl03 .ja {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .com-ttl03 .ja {
    font-size: 1.5rem;
  }
}
.com-ttl03 .ja {
  letter-spacing: 0.12em;
  line-height: 1.7;
  color: #fff;
}
.com-ttl03 .ja.sm {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl03 .ja.sm {
    font-size: 1.5rem;
  }
}
.com-ttl03.color02 .num {
  color: #fff;
}
.com-ttl03.color02 .ja {
  color: #202f55;
  border-color: #202f55;
}
.com-ttl04 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}
.com-ttl04 {
  letter-spacing: 0.12em;
  color: #202f55;
  line-height: 1.6;
}
.com-ttl05 {
  padding-bottom: 15px;
  border-bottom: 1px solid #9aa0b1;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  .com-ttl05 {
    font-size: 1.5rem;
  }
}
.com-ttl05 {
  letter-spacing: 0.12em;
  color: #202f55;
  line-height: 1.6;
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  bottom: 18px;
  right: 18px;
  z-index: 100;
}
.sidebar-line {
  animation: floatY 3s ease infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  z-index: 1;
}
.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;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #202f55;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li, .breadcrumb a {
  letter-spacing: 0.03em;
  line-height: 1;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #202f55;
}
.breadcrumb a {
  color: #202f55;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li {
  letter-spacing: 0;
  color: #202f55;
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 20px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #202f55;
}
.pagenation .current {
  color: #202f55;
  pointer-events: none;
  opacity: 0.5;
}
.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;
}

.arrow-left {
  margin: auto;
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #202f55;
  border-left: 0;
  transform: translateY(-50%);
}

.arrow-right {
  margin: auto;
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #202f55;
  border-right: 0;
  transform: translateY(-50%);
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px dotted #b6b9b0;
  text-align: center;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .data-nav a {
    font-size: 1.5rem;
  }
}
.data-nav a {
  letter-spacing: 0.04em;
  color: #202f55;
  line-height: 1;
  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 9px;
  border-left: 1px solid #202f55;
  border-right: 1px solid #202f55;
}

.back-btn {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.back-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #202f55;
  border-left: 0;
}

.next-btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.next-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #202f55;
  border-right: 0;
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 382px;
  position: relative;
}

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
#header {
  position: relative;
}

.headline {
  width: 16.6%;
  max-width: 320px;
  height: 100%;
  margin: auto;
  background: #202f55;
  padding: 12px 0 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
.headline-btn {
  margin: 48px auto 0;
  transition: none;
}
.headline:not(.headline-fixed) .logo {
  width: 88.125%;
  margin: auto;
}
.headline:not(.headline-fixed) .gnav {
  width: 70.3125%;
  margin-top: 14%;
}
.headline:not(.headline-fixed) .gnav-list-link {
  padding: 12% 6%;
  font-size: clamp(1.2rem, 0.88vw, 1.7rem);
}
.headline:not(.headline-fixed) .headline-btn {
  width: 70%;
  margin-top: 15%;
}
.headline-fixed {
  display: flex;
  width: 100%;
  height: 120px;
  max-width: none;
  padding: 0 50px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  right: 0;
}
.headline-fixed .headline-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headline-fixed .headline-btn {
  margin: 0 0 0 25px;
}
.headline-fixed .logo {
  width: 120px;
}
.headline-fixed .gnav {
  width: auto;
  max-width: none;
  margin: 0;
}
.headline-fixed .gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-left: 1px solid #Fff;
}
.headline-fixed .gnav-list-item {
  border-bottom: none;
  border-right: 1px solid #Fff;
}
.headline-fixed .gnav-list-link {
  padding: 0 15px;
  background: none;
}

.logo {
  display: inline-block;
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  max-width: 225px;
  margin: 45px auto 0;
  text-align: left;
  line-height: 1;
}
.gnav-list-item {
  border-bottom: 1px solid #626c87;
}
.gnav-list-link {
  display: block;
  padding: 26px 18px;
  background: url(../img/top/gnav-arw.png) no-repeat calc(100% - 18px) center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link {
  color: #fff;
  letter-spacing: 0.15em;
  transition: none;
}
.gnav-list-link.current {
  opacity: 0.5;
}

/*	mv  PC
------------------------------------ */
.mv {
  width: 83.4%;
  height: 0;
  margin-left: auto;
  padding-top: 48.4375%;
  background: url(../img/top/mv.jpg) no-repeat right top/cover;
  position: relative;
}
.mv-bg {
  background-color: #202f55;
}
.mv-catch {
  position: absolute;
  top: 30%;
  right: 3.125%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  color: #202f55;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.mv-catch .border {
  padding-bottom: 12px;
  font-size: clamp(1.7rem, 1.77vw, 3.4rem);
  border-bottom: 1px solid rgba(32, 47, 85, 0.3);
}
.mv-catch .lg {
  display: block;
  margin-top: 30px;
  font-size: clamp(1.9rem, 1.97vw, 3.8rem);
  line-height: 1.2;
}
.mv-catch .txt {
  margin-top: 35px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.3rem, 0.88vw, 1.7rem);
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.mv-only {
  display: none;
}
@media screen and (max-width: 1657px) {
  .mv-only {
    display: block;
  }
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: #202f55;
}
#footer .foo-inner {
  padding: 25px 0 90px;
}
@media screen and (min-width: 768px) {
  #footer .foo-logo {
    margin-left: -72px;
  }
}
#footer .foo-address {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.5rem;
  }
}
#footer .foo-address {
  letter-spacing: 0.12em;
  line-height: 1.46;
  color: #fff;
  white-space: pre-line;
}
#footer .foo-tel {
  margin-top: 35px;
}
#footer .foo-info li:nth-of-type(n+2) {
  margin-left: 27px;
}

.fnav {
  margin: 53px 0 0;
  padding: 33px 5px 33px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1;
}
.fnav ul:nth-of-type(n+2) {
  margin-top: 20px;
}
.fnav-list {
  display: flex;
  justify-content: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fnav-list li:nth-of-type(n+2) {
    margin-left: 14px;
  }
  .fnav-list li:nth-of-type(n+2)::before {
    content: "/";
    margin-right: 12px;
  }
}
.fnav-list-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link {
  letter-spacing: 0.03em;
}
.fnav-list-link.current {
  opacity: 0.5;
}

.copy {
  margin: 60px 0 0;
  text-align: right;
}
.copy-txt, .copy-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv-catch {
  width: 100%;
  max-width: 600px;
  padding: 33px 0 27px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sv-catch .ja {
  margin-top: 0;
  line-height: 1.3;
}
.sv-reason {
  background: url(../img/sub/reason.jpg) no-repeat center/cover;
}
.sv-flow {
  background: url(../img/sub/flow.jpg) no-repeat center/cover;
}
.sv-price {
  background: url(../img/sub/price.jpg) no-repeat center/cover;
}
.sv-gallery {
  background: url(../img/sub/case.jpg) no-repeat center/cover;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat center/cover;
}
.sv-contact {
  background: url(../img/sub/contact.jpg) no-repeat center/cover;
}
.sv-complete {
  background: url(../img/sub/complete.jpg) no-repeat center/cover;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center/cover;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat center/cover;
}
.sv-notfound {
  background: url(../img/sub/notfound.jpg) no-repeat center/cover;
}

/*	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: 80px;
  }
}
#news .com-news-link {
  display: block;
  width: 100%;
}
#news .com-news-img {
  width: 250px;
  height: 200px;
  margin-right: 30px;
  position: relative;
  flex-shrink: 0;
}
#news .com-news-con {
  width: 100%;
}
#news .com-news-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 40px auto 0;
  }
  #news .com-news-box {
    display: block;
  }
  #news .com-news-img {
    margin: 0 auto 15px;
  }
  #news .com-news-ttl {
    font-size: 1.8rem;
  }
  #news .com-news-txt {
    line-height: 1.8;
  }
}
#news .detail-flx {
  margin: 20px auto 0;
}
#news .detail-txt {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #news .detail-txt {
    margin-top: 10px;
  }
}

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

/*	privacy  PC
------------------------------------ */
#privacy .privacy-box {
  margin: 50px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #privacy .privacy-box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
  line-height: 2;
}
#privacy .privacy-box ul {
  margin-top: 15px;
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .privacy-box-ttl_default {
  background-color: #f6f6f6;
  color: #202f55;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box p {
    line-height: 1.7;
  }
}

/*	site  PCSP
------------------------------------ */
#site .site-box {
  max-width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    margin-top: 20px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(32, 47, 85, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #202f55;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  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 #202f55;
  border-right: 1px solid #202f55;
  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
------------------------------------ */
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .sec-inner {
  box-sizing: border-box;
  color: #202f55;
}
#e404 .top {
  display: inline-block;
  color: #202f55;
  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;
    line-height: 2;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
}
@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;
  }
}
@media screen and (max-width: 767px) {
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-txt, #privacy .txt-box {
    line-height: 1.8;
  }
  /*	com-btn  SP
  ------------------------------------ */
  .com-btn {
    padding-right: 38px;
    background-size: 30px;
  }
  /*	com-table  SP
  ------------------------------------ */
  .com-table th {
    width: 140px;
    padding-left: 38px;
  }
  .com-table th.th01 {
    background-size: 12px;
  }
  .com-table th.th02 {
    background-size: 10px;
  }
  .com-table th.th03 {
    background-size: 12px;
  }
  .com-table th.th04 {
    background-size: 11px;
    background-position-x: 15px;
  }
  .com-table th.th05 {
    background-size: 12px;
  }
  /*	heading  SP
  ------------------------------------ */
  .com-ttl01 {
    padding: 10px 0 15px;
  }
  .com-ttl01::before {
    bottom: -12px;
  }
  .com-ttl02 {
    text-align: center;
  }
  .com-ttl03 .num {
    top: -34px;
    left: -11px;
  }
  .com-ttl03 .ja {
    padding-bottom: 7px;
    font-size: 1.7rem;
  }
  .com-ttl03 .ja.sm {
    font-size: 1.7rem;
  }
  .com-ttl05 {
    padding-bottom: 10px;
    font-size: 1.9rem;
  }
  /*	sidebar  SP
  ------------------------------------ */
  .sidebar {
    bottom: 15px;
    right: 15px;
  }
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  #header {
    padding-top: 80px;
  }
  /*	headline  SP
  ------------------------------------ */
  .headline {
    width: 100%;
    max-width: none;
    height: 80px;
    padding: 0 15px 0;
    text-align: left;
    position: fixed;
    right: 0;
  }
  .headline-btn {
    margin-top: 0;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 80px !important;
  }
  /*	mv  SP
  ------------------------------------ */
  .mv {
    width: 100%;
    padding-top: 68%;
    background-position: 51% top;
  }
  .mv-catch {
    text-align: center;
    top: 5%;
    right: 2%;
  }
  .mv-catch .border {
    padding-bottom: 5px;
    font-size: clamp(1.4rem, 1.77vw, 3.4rem);
  }
  .mv-catch .lg {
    margin-top: 5%;
    font-size: clamp(1.6rem, 1.97vw, 3.8rem);
    line-height: 1.5;
  }
  .mv-catch .txt {
    margin-top: 7%;
  }
  .mv-txt {
    padding: 10px 15px;
    text-align: center;
  }
  .mv-txt .txt {
    color: #fff;
    font-size: 1.4rem;
  }
  /*	gnav  SP
  ------------------------------------ */
  .sp-menu-btn-wrp {
    background: #202f55;
    top: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 15px 15px 30px;
    background-color: #202f55;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border: #b6b9b0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    opacity: 0.5;
  }
  #drawer-nav #nav .drawer-dropdown span::before, #drawer-nav #nav .drawer-dropdown span::after {
    background-color: #fff;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #202f55;
    text-align: left;
    border-color: #b6b9b0;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #202f55;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    margin-top: 5px;
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .foo-inner {
    padding: 10px 15px 50px;
  }
  #footer .foo-flx {
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-logo {
    width: 180px !important;
  }
  #footer .foo-left {
    text-align: center;
  }
  #footer .foo-address {
    text-align: left;
  }
  #footer .foo-tel {
    margin-top: 25px;
  }
  #footer .foo-right {
    width: 100%;
    margin: 40px auto 0;
  }
  #footer .foo-info {
    justify-content: center;
  }
  .fnav {
    display: block;
    margin-top: 30px;
  }
  .fnav ul:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list {
    display: block;
    text-align: left;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list-link::before {
    margin-right: 9px;
  }
  .copy {
    margin-top: 20px;
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* sub mv  SP
  ------------------------------------ */
  .sv-catch {
    max-width: none;
    width: 90%;
    padding: 15px 0;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */