@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "MOBO-Bold";
  src: url("../fonts/MOBO-Bold.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1200px;
  margin: auto;
  color: #111111;
  background-color: #faf8ec;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
}
@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;
}

.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;
  margin: 50px auto 0 !important;
  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: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 370px;
}
.contact-form-table a {
  color: #111111;
  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: #ededed;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-form-table .required-mark {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  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: #1a4db1;
  }
  .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: #111111;
  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: #111111;
}

/* =========================================
  タグテンプレート（未使用）
========================================= */
.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 #111111;
  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: 700;
  font-style: normal;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #111111;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #111111;
  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: 700;
  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 {
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 2.2;
}
@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: 360px;
  padding: 28px 52px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 30px) center #111111;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-color: #1a4db1;
    background-position-x: calc(100% - 25px);
    opacity: 1;
  }
}

#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: 360px;
  padding: 28px 52px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 30px) center #111111;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@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 {
    background-color: #1a4db1;
    background-position-x: calc(100% - 25px);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    max-width: 305px;
    padding: 24px 52px;
    background-size: 15px;
    background-position-x: calc(100% - 25px);
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  max-width: 1080px;
  outline: 3px solid #111111;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #111111;
}
.com-table th, .com-table td {
  padding: 22px 43px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  vertical-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 410px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #ededed;
}
.com-table td {
  border-left: 1px solid #111111;
  background: #fff;
  white-space: pre-line;
}
.com-table-note {
  display: block;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  font-family: "MOBO-Bold", sans-serif;
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.com-ttl01 .sm {
  font-family: "MOBO-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .sm {
    font-size: 2.5rem;
  }
}
.com-ttl01 .sm .border {
  background: linear-gradient(transparent 70%, #ffce37 70%);
}
@media screen and (max-width: 768px) {
  .com-ttl01 {
    font-size: 3rem;
  }
}
.com-ttl01 .ac {
  color: #ffce37;
}
.com-ttl01 .ac02 {
  color: #1a4db1;
}
.com-ttl01 .bg {
  display: inline-block;
  padding: 0 10px;
  padding-bottom: 7px;
  background: #1a4db1;
  line-height: 1;
}
.com-ttl01 .bg-sm {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .bg-sm {
    font-size: 2.5rem;
  }
}
.com-ttl02 .point {
  display: flex;
  width: 150px;
  height: 50px;
  border-radius: 999px;
  background: #ffce37;
  outline: 3px solid #111111;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .point {
    font-size: 1.5rem;
  }
}
.com-ttl02 .num {
  margin-left: 6px;
  font-size: 3rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .num {
    font-size: 1.5rem;
  }
}
.com-ttl02 .ttl {
  margin-top: 20px;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .ttl {
    font-size: 2rem;
  }
}
.com-ttl02 .ttl-mt {
  margin-top: 0;
}
.com-ttl02 .ac {
  display: inline-block;
  padding: 0 15px;
  background: #1a4db1;
  color: #fff;
  line-height: 1.3;
}
.com-ttl02 .sm {
  margin-top: 14px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .sm {
    font-size: 1.5rem;
  }
}
.com-ttl03 {
  padding: 13px 27px;
  background: #1a4db1;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.5rem;
  }
}
.com-ttl04 {
  padding-bottom: 15px;
  border-bottom: 1px dashed #111111;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 100;
  flex-direction: column;
  align-items: center;
}

/*	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: 5px;
  left: 0;
  right: 0;
}
.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: 700;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #1a4db1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #111111;
}
.breadcrumb a {
  color: #111111;
}

/*	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: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 20px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #111111;
}
.pagenation .current {
  color: #1a4db1;
  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;
}

.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 #1a4db1;
  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 #1a4db1;
  border-right: 0;
  transform: translateY(-50%);
}

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

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

.back-btn {
  display: flex;
  align-items: flex-end;
  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 #1a4db1;
  border-left: 0;
  transform: translateY(-50%);
}

.next-btn {
  display: flex;
  align-items: flex-end;
  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 #1a4db1;
  border-right: 0;
  transform: translateY(-50%);
}

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

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

/* =========================================
  header  PC
========================================= */
/* loading  PC
------------------------------------ */
.top #loading {
  position: fixed;
  inset: 0;
  background: url(../img/ptn/dot.png);
  z-index: 99999;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.top #app {
  opacity: 0;
}
.top #loading {
  transition: opacity 0.6s ease;
}
.top #loading span {
  opacity: 0;
}
.top .headline, .top .mv-contents, .top section {
  opacity: 0;
}
.top #loading span {
  animation: fade 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.top .headline, .top .mv-contents, .top section {
  animation: fade 0.2s ease-in-out forwards;
  animation-delay: 0.7s;
}
.top #loading {
  animation: fadeOut 0.5s ease-in-out forwards;
  animation-delay: 1.1s;
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

/*	headline  PC
------------------------------------ */
.headline {
  margin: auto;
  padding: 15px 58px 15px 60px;
  background: url(../img/ptn/dot.png) #faf8ec;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

.logo {
  display: inline-block;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .logo {
    position: absolute;
    left: 60px;
    top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1461px) {
  .logo {
    width: 185px;
    left: 20px;
  }
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin-top: 20px;
  line-height: 1;
}
.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 20px;
}
.gnav-list-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #111111;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link.current {
  color: #1a4db1;
}

/*	mv  PC
------------------------------------ */
.mv {
  padding: 130px 2.5% 30px;
  background: url(../img/ptn/dot.png);
}
.mv-contents {
  position: relative;
}
.mv-catch {
  text-align: center;
  font-family: "MOBO-Bold", sans-serif;
}
@media screen and (min-width: 768px) {
  .mv-catch {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
  }
}
.mv-catch .lg {
  font-size: clamp(2.5rem, 2.6vw, 5rem);
  letter-spacing: 0.06em;
  line-height: 1;
}
.mv-catch .lg > span:nth-of-type(n+2) {
  margin-top: 20px;
}
.mv-catch .lg-txt {
  padding: 8px 14px;
  opacity: 0;
  transform: translateY(20px);
  animation: catchFadeUp 0.8s ease-out forwards;
  animation-delay: 1.5s;
}
.mv-catch .lg-txt:nth-of-type(2) {
  animation-delay: 1.7s;
}
.mv-catch .lg-txt:nth-of-type(3) {
  animation-delay: 1.9s;
}
.mv-catch .letter {
  letter-spacing: -0.5em;
}
.mv-catch .bg {
  display: inline-block;
  background: #fff;
}
.mv-catch .ac01 {
  animation: color1 0.2s ease-in-out forwards;
  animation-delay: 2s;
}
.mv-catch .ac01:nth-of-type(2) {
  animation-delay: 2.2s;
}
.mv-catch .ac02 {
  animation: color2 0.2s ease-in-out forwards;
  animation-delay: 2.4s;
}
.mv-catch .sm {
  margin: 40px auto 0;
  font-size: clamp(1.5rem, 1.5625vw, 3rem);
  letter-spacing: 0.06em;
  line-height: 1.3;
  opacity: 0;
  animation: fade 0.5s ease-in-out forwards;
  animation-delay: 2.5s;
}
.mv-catch .sm > span:nth-of-type(n+2) {
  margin-top: 6px;
}
.mv-catch .border {
  display: inline-block;
  padding-left: 5px;
  padding-bottom: 6px;
  position: relative;
}
.mv-catch .border::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #111111;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: border 1s cubic-bezier(0.85, 0.01, 0.21, 1.03) forwards;
  animation-delay: 2.7s;
}
.mv-catch .border:nth-of-type(2)::before {
  animation-delay: 3s;
}
.mv .bx-wrapper {
  width: 66.4%;
  margin-left: auto;
}
.mv-slider li {
  width: 100% !important;
}
.mv-slider li img {
  width: 100%;
}

@keyframes catchFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes color1 {
  to {
    color: #1a4db1;
  }
}
@keyframes color2 {
  to {
    color: #ffce37;
  }
}
@keyframes border {
  to {
    width: 100%;
  }
}
/* =========================================
  footer  PC
========================================= */
#footer .foo-contact {
  width: 95%;
  max-width: 1500px;
  margin: auto;
  padding: 80px 0 40px;
  position: relative;
}
#footer .foo-contact-ttl {
  width: 100%;
  max-width: 400px;
  height: 80px;
  margin: auto;
  background: #fff;
  outline: 3px solid #111111;
  text-align: center;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: -37px;
}
@media screen and (max-width: 768px) {
  #footer .foo-contact-ttl {
    font-size: 1.5rem;
  }
}
#footer .foo-contact-ttl::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #ffce37;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
}
#footer .foo-contact-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer .foo-contact-txt {
    font-size: 1.5rem;
  }
}
#footer .foo-contact-btn {
  width: 400px;
  max-width: none;
  height: 90px;
  margin-left: 70px;
  font-size: 1.8rem;
  background-size: 21px;
  line-height: 90px;
}
@media screen and (max-width: 768px) {
  #footer .foo-contact-btn {
    font-size: 1.5rem;
  }
}
#footer .foo-inner {
  padding: 100px 0;
}
#footer .foo-flx-left {
  max-width: 247px;
}
@media screen and (min-width: 768px) {
  #footer .foo-flx-left {
    margin-left: 92px;
  }
}
#footer .foo-btn {
  display: block;
  width: 200px;
  height: 60px;
  margin: 40px auto 0;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 21px) center #1a4db1;
  background-size: 12px;
  outline: 3px solid #111111;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #footer .foo-btn {
    font-size: 1.5rem;
  }
}

.fnav {
  display: flex;
  padding-top: 40px;
  line-height: 1;
  justify-content: flex-end;
}
.fnav ul:nth-of-type(n+2) {
  margin-left: 30px;
}
.fnav-list li:nth-of-type(n+2) {
  margin-top: 17px;
}
.fnav-list-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link.current {
  color: #1a4db1;
}

.copy {
  margin-top: 17px;
}
.copy-txt, .copy-link {
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  .sub .mv {
    padding-bottom: 50px;
  }
}

.sv {
  width: 98.75%;
  margin: auto;
  border: 8px solid #fff;
  background: url(../img/ptn/ptn-waku.png);
  outline: 5px solid #111111;
  outline-offset: -13px;
}
.sv-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sv-inner {
    display: flex;
    height: 420px;
    align-items: center;
  }
}
.sv-catch span {
  display: inline-block;
  padding: 3px 15px;
  background: #1a4db1;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.06em;
  color: #ffce37;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sv-catch span {
    font-size: 2.25rem;
  }
}
.sv-catch span:nth-of-type(n+2) {
  margin-top: 20px;
}
.sv-feature {
  background: url(../img/sub/feature.png) no-repeat calc(100% - 66px) 33px;
}
.sv-companies {
  background: url(../img/sub/companies.png) no-repeat calc(100% - 148px) 33px;
}
.sv-voice {
  background: url(../img/sub/voice.png) no-repeat calc(100% - 121px) 50px;
}
.sv-participation {
  background: url(../img/sub/participation.png) no-repeat calc(100% - 41px) 73px;
}
.sv-about {
  background: url(../img/sub/about.png) no-repeat calc(100% - 22px) 47px;
}
.sv-page {
  background: url(../img/sub/page.png) no-repeat calc(100% - 158px) 54px;
}
.sv-news {
  background: url(../img/sub/news.png) no-repeat calc(100% - 46px) 84px;
}
.sv-contact {
  background: url(../img/sub/contact.png) no-repeat calc(100% - 87px) 51px;
}
.sv-complete {
  background: url(../img/sub/complete.png) no-repeat calc(100% - 114px) 67px;
}
.sv-privacy {
  background: url(../img/sub/privacy.png) no-repeat calc(100% - 169px) 42px;
}
.sv-notfound {
  background: url(../img/sub/notfound.png) no-repeat calc(100% - 60px) 53px;
}
.sv-site {
  background: url(../img/sub/site.png) no-repeat calc(100% - 129px) 67px;
}

/*	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%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #111111;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news .com-news-con {
    font-size: 1.5rem;
  }
}
#news .com-news-con-none {
  margin-left: 0;
}
#news .com-news-flx {
  margin-top: 2%;
}
#news .com-news-tag {
  display: flex;
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #adadad;
  line-height: 1.4;
  flex-wrap: wrap;
}
#news .com-news-tag li:nth-of-type(n+2)::before {
  content: ",";
  padding: 0 2px;
}
#news .com-news-tag-txt {
  letter-spacing: 0;
}
#news .com-news-time {
  flex-shrink: 0;
  line-height: 1.4;
}
#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 .com-news-flx {
    margin: 15px auto 0;
  }
  #news .com-news-time, #news .com-news-tag-txt {
    font-size: 1.3rem;
  }
}
#news .detail .news-box {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #news .detail .news-box {
    padding: 25px 15px;
  }
}
#news .detail .news-post-flx {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(17, 17, 17, 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.3rem;
  }
}
@media screen and (max-width: 767px) {
  #news .news-index-tag-txt {
    font-size: 3.3vw;
  }
}

/*	contact  PC
------------------------------------ */
#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: 100px 0 140px;
  }
}
#privacy .box01 .privacy-box:nth-of-type(1) {
  margin-top: 0;
}
#privacy .privacy-box {
  max-width: 1280px;
  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: #faf8ec;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.6;
}

/*	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: 100px 0 140px;
  }
}
#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(17, 17, 17, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  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 #111111;
  border-right: 1px solid #111111;
  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: #111111;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #111111;
  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;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  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-txt, #privacy .txt-box {
    line-height: 1.6;
  }
  .com-btn {
    max-width: 305px;
    padding: 24px 52px;
    background-size: 15px;
    background-position-x: calc(100% - 25px);
  }
  .com-table {
    outline-width: 2px;
  }
  .com-table th, .com-table td {
    padding: 10px;
    border-width: 1px;
    font-size: 1.4rem;
  }
  .com-table th {
    width: 100px;
  }
  .com-table td {
    padding: 10px;
  }
  .com-table-note {
    display: block;
    margin: 0;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-ttl01 {
    text-align: center;
    font-size: 2.5rem;
  }
  .com-ttl01 .sm {
    font-size: 2rem;
  }
  .com-ttl01 .bg {
    padding: 3px 8px;
  }
  .com-ttl02 {
    text-align: center;
  }
  .com-ttl02 .point {
    width: 118px;
    height: 37px;
    margin: auto;
    outline-width: 2px;
    font-size: 1.4rem;
  }
  .com-ttl02 .num {
    font-size: 2rem;
  }
  .com-ttl02 .ttl {
    margin-top: 15px;
    font-size: 2.1rem;
  }
  .com-ttl02 .ac {
    padding: 0 10px;
  }
  .com-ttl03 {
    padding: 10px 15px;
    font-size: 1.8rem;
  }
  .com-ttl04 {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .sidebar {
    right: 5px;
    bottom: 30px;
  }
  .sidebar-pagetop {
    width: 10px;
  }
  #header {
    padding-top: 80px;
  }
  .headline {
    height: 80px;
    padding: 15px;
    justify-content: flex-start;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 180px !important;
  }
  .mv {
    padding: 15px 2.5% 30px;
  }
  .mv .bx-wrapper {
    width: 100%;
    margin: auto;
  }
  .mv-contents {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .mv-catch {
    margin: 10px auto 0;
  }
  .mv-catch .lg > span:nth-of-type(n+2) {
    margin-top: 3%;
  }
  .mv-catch .sm {
    margin-top: 10%;
  }
  .sp-menu-btn-wrp {
    background: #ffce37;
    border: 1px solid #111111;
    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: 700;
    font-style: normal;
    color: #111111;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #111111;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  #drawer-nav {
    padding: 0 0 30px;
    background: url(../img/ptn/dot.png);
  }
  #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 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border: #111111;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #111111;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #1a4db1;
  }
  #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: 700;
    font-style: normal;
    color: #111111;
    text-align: left;
    border-color: #111111;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #1a4db1;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer {
    padding-top: 30px;
  }
  #footer .foo-inner {
    padding: 50px 15px 15px;
  }
  #footer .foo-contact {
    padding: 48px 15px 25px;
  }
  #footer .foo-contact-ttl {
    max-width: 284px;
    height: 50px;
    font-size: 1.8rem;
    outline-width: 2px;
    line-height: 50px;
  }
  #footer .foo-contact-ttl::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #ffce37;
    bottom: -15px;
  }
  #footer .foo-contact-flx {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #footer .foo-contact-btn {
    width: 100%;
    max-width: 250px;
    margin: 25px auto 0;
  }
  #footer .foo-flx {
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-flx-left {
    max-width: none;
    text-align: center;
  }
  #footer .foo-flx-right {
    width: 100%;
  }
  #footer .foo-btn {
    height: 50px;
    margin: 28px auto 0;
    outline-width: 2px;
    line-height: 50px;
  }
  .fnav {
    display: block;
  }
  .fnav ul:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list {
    display: block;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list-link {
    font-size: 1.5rem;
  }
  .copy {
    margin: 20px auto 0;
    text-align: center;
  }
  .copy-txt {
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .copy-txt {
    margin: 25px auto 0;
  }
  .sv {
    width: 95%;
    border-width: 4px;
    outline-width: 2px;
    outline-offset: -6px;
  }
  .sv-inner {
    padding: 160px 15px 15px;
    text-align: center;
  }
  .sv-feature {
    background-position: center 30px;
    background-size: 176px;
  }
  .sv-companies {
    background-position: center 16px;
    background-size: 160px;
  }
  .sv-voice {
    background-position: center 16px;
    background-size: 160px;
  }
  .sv-participation {
    background-position: center 40px;
    background-size: 179px;
  }
  .sv-about {
    background-position: center 17px;
    background-size: 179px;
  }
  .sv-page {
    background-position: center 17px;
    background-size: 179px;
  }
  .sv-news {
    background-position: center 42px;
    background-size: 179px;
  }
  .sv-contact {
    background-position: center 42px;
    background-size: 150px;
  }
  .sv-complete {
    background-position: center 42px;
    background-size: 162px;
  }
  .sv-privacy {
    background-position: center 23px;
    background-size: 114px;
  }
  .sv-site {
    background-position: center 42px;
    background-size: 162px;
  }
  .sv-catch span {
    padding: 3px 5px;
    font-size: 2rem;
  }
  .sv-catch span:nth-of-type(n+2) {
    margin-top: 9px;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */