@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1200px;
  margin: auto;
  color: #0e0e17;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

.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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  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: #0e0e17;
  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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  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: #005ea6;
  }
  .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: #0e0e17;
  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: #0e0e17;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #0e0e17;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #0e0e17;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #0e0e17;
  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: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  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: #0e0e17;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
}
@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: 400px;
  height: 60px;
  border-radius: 10px;
  background: url(../img/top/about-arw.png) no-repeat calc(100% - 40px) center #005ea6;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 60px;
  box-shadow: 0 8px #00467b;
  position: relative;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn:hover {
  opacity: 1;
  transform: translateY(8px);
  box-shadow: none;
}

#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: 400px;
  height: 60px;
  border-radius: 10px;
  background: url(../img/top/about-arw.png) no-repeat calc(100% - 40px) center #005ea6;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 60px;
  box-shadow: 0 8px #00467b;
  position: relative;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#contact .contact-submits-btn:hover {
  opacity: 1;
  transform: translateY(8px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    max-width: 280px;
    height: 50px;
    line-height: 50px;
    background-position-x: calc(100% - 20px);
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.com-table th, .com-table td {
  padding: 16px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  vertical-align: middle;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 365px;
  background: #229bd9;
  text-align: center;
  border-radius: 8px;
  color: #fff;
}
.com-table td {
  padding-left: 34px;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .com-table-note {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .com-table-note {
    display: block;
    margin: 0;
  }
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
}
.com-ttl01 .ja {
  margin: 5px auto 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja {
    font-size: 2.25rem;
  }
}
.com-ttl02 {
  padding: 12.5px;
  background: #229bd9;
  border-radius: 35px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.5rem;
  }
}
.com-ttl03 {
  border-radius: 8px;
  padding: 10px 22px;
  background: #229bd9;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.5rem;
  }
}
.com-ttl04 {
  padding-bottom: 9px;
  border-bottom: 2px solid #005ea6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}

/*	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;
  height: 40px;
  align-items: center;
  position: relative;
  z-index: 10;
}
.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;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #0e0e17;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  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 5px;
  color: #005ea6;
}
.breadcrumb a {
  color: #005ea6;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #0e0e17;
}
@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: #0e0e17;
}
.pagenation .current {
  color: #005ea6;
  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 #005ea6;
  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 #005ea6;
  border-right: 0;
  transform: translateY(-50%);
}

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

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #0e0e17;
  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 #0e0e17;
  border-right: 1px solid #0e0e17;
}

.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 #005ea6;
  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 #005ea6;
  border-right: 0;
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 300px;
  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: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0 0 0 30px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .headline-flx-left {
    margin-right: 39px;
    padding-right: 30px;
    border-right: 1px dotted #66bae5;
    flex-shrink: 0;
  }
  .headline-flx-right {
    width: 100%;
  }
}
.headline-info {
  margin-left: 40px;
}
.headline-info-mail {
  display: flex;
  width: 80px;
  height: 100px;
  margin-left: 10px;
  background: #005ea6;
  align-items: center;
  justify-content: center;
}
.headline-dl {
  margin-top: 10px;
}

.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 {
  line-height: 1;
}
.gnav-list {
  display: flex;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 25px;
}
.gnav-list-link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link.current {
  color: #229bd9;
}

/*	mv  PC
------------------------------------ */
.mv {
  width: 100%;
  height: 0;
  padding-top: 49.47%;
  position: relative;
  z-index: 0;
}
.mv::before {
  content: "";
  width: calc(100% - 60px);
  height: calc(100% - 30px);
  margin: auto;
  background: url(../img/ptn/bg01.png);
  border-radius: 66px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.mv-bg {
  width: 100%;
  height: 100%;
  background: url(../img/top/mv-illu.png) no-repeat 10.3% bottom/24.5%, url(../img/top/mv-map.png) no-repeat left 19.4%/23.17%, url(../img/top/mv-img.png) no-repeat calc(100% - 30px) bottom/58.85%, url(../img/top/mv-deco.png) no-repeat 25.75% 29.3%/34.9%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mv-catch {
  width: 38.07%;
  position: absolute;
  left: 4.6875%;
  bottom: 21.05%;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: #005ea6;
}
#footer .foo-inner {
  padding: 120px 0 100px;
}
#footer .foo-dl {
  margin-left: 40px;
}
#footer .foo-dl div:nth-of-type(n+2) {
  margin-top: 5px;
}
#footer .foo-dl dt {
  width: 90px;
  height: 30px;
  padding: 0;
  background-color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 30px;
}
#footer .foo-dl dd {
  margin-left: 20px;
  font-size: 1.4rem;
  color: #fff;
}
#footer .foo-dl .color01 {
  color: #229bd9;
}
#footer .foo-dl .color02 {
  color: #55c146;
}
#footer .foo-contact {
  margin-top: 40px;
}
#footer .foo-tel-link {
  color: #fff;
  font-size: 3rem;
  background-image: url(../img/top/f-tel.png);
}
@media screen and (max-width: 768px) {
  #footer .foo-tel-link {
    font-size: 1.5rem;
  }
}
#footer .foo-tel-note {
  margin-top: 11px;
}
#footer .foo-worktime {
  margin-top: 11px;
}
#footer .foo-worktime dt {
  background-color: #fff;
  color: #005ea6;
}
#footer .foo-worktime dd {
  margin-left: 5px;
  color: #fff;
}
#footer .foo-sns {
  margin-left: 35px;
  padding: 24px 0 24px 48px;
  border-left: 1px solid #fff;
}
#footer .foo-sns li:nth-of-type(n+2) {
  margin-left: 30px;
}

.fnav {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}
.fnav ul:nth-of-type(n+2) {
  margin-left: 45px;
}
.fnav-list li:nth-of-type(n+2) {
  margin-top: 18px;
}
.fnav-list-link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link::before {
  content: "▶";
  margin-right: 20px;
  font-size: 1rem;
}
.fnav-list-link.current::before {
  color: #55c146;
}

.copy {
  padding: 26px 0;
  text-align: center;
}
.copy-txt, .copy-link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #005ea6;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  .sub #header {
    padding-top: 30px;
  }
}
.sv {
  width: 96.875%;
  margin: 0 auto 0;
  border-radius: 50px;
  background: url(../img/service/sv-deco01.png) no-repeat calc(50% - 310px) -40px, url(../img/service/sv-deco02.png) no-repeat calc(50% + 176px) calc(100% - 86px), url(../img/ptn/bg01.png);
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  .sv {
    background-position-x: left, calc(50% + 176px);
  }
}
.sv-inner {
  width: 96%;
  max-width: 1280px;
  margin: auto;
  padding: 289px 0 249px;
}
.sv-catch {
  display: inline-block;
  padding: 12px 27px;
  border-radius: 8px;
  background: #005ea6;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1921px) {
  .sv-img {
    background-position: right top !important;
    background-size: 60.6%;
  }
}
.sv-guide {
  background: url(../img/sub/guide.png) no-repeat calc(50% + 360px) center;
}
.sv-service {
  background: url(../img/sub/service.png) no-repeat calc(50% + 360px) center;
}
.sv-faq {
  background: url(../img/sub/faq.png) no-repeat calc(50% + 360px) center;
}
.sv-company {
  background: url(../img/sub/company.png) no-repeat calc(50% + 360px) center;
}
.sv-contact {
  background: url(../img/sub/contact.png) no-repeat calc(50% + 360px) center;
}
.sv-complete {
  background: url(../img/sub/complete.png) no-repeat calc(50% + 360px) center;
}
.sv-privacy {
  background: url(../img/sub/privacy.png) no-repeat calc(50% + 360px) center;
}
.sv-site {
  background: url(../img/sub/site.png) no-repeat calc(50% + 360px) center;
}
.sv-notfound {
  background: url(../img/sub/notfound.png) no-repeat calc(50% + 360px) center;
}
.sv-news {
  background: url(../img/sub/news.png) no-repeat calc(50% + 360px) center;
}

/*	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: #005ea6;
  color: #0e0e17;
  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(14, 14, 23, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #0e0e17;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  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 #0e0e17;
  border-right: 1px solid #0e0e17;
  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: #0e0e17;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #0e0e17;
  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.8;
  }
  .com-btn {
    max-width: 280px;
    height: 50px;
    line-height: 50px;
    background-position-x: calc(100% - 20px);
  }
  .com-table th, .com-table td {
    padding: 9px 0;
    font-size: 1.4rem;
  }
  .com-table th {
    width: 95px;
  }
  .com-table td {
    padding: 5px 5px 5px 10px;
  }
  .com-ttl01 .en img {
    height: 50px;
  }
  .com-ttl02 {
    font-size: 1.7rem;
  }
  .com-ttl03 {
    font-size: 1.7rem;
  }
  .com-ttl04 {
    font-size: 1.7rem;
  }
  .sidebar {
    bottom: 40px;
    right: 10px;
  }
  .sidebar-link {
    width: 112px;
  }
  #header {
    padding-top: 90px;
  }
  .headline {
    height: 80px;
    padding: 15px 15px 0;
    border-radius: 0 0 15px 15px;
    position: fixed;
  }
  .headline-sp-mail {
    display: flex;
    width: 250px;
    height: 50px;
    margin: 25px auto 0;
    background: #005ea6;
    border-radius: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #fff;
    justify-content: center;
    align-items: center;
  }
  .headline-sp-mail::before {
    content: "";
    width: 20px;
    height: 19px;
    margin-right: 15px;
    background: url(../img/top/info-mail.png) no-repeat left center/contain;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 80px !important;
  }
  .mv {
    padding-top: 120%;
  }
  .mv::before {
    width: 95%;
    height: 100%;
    background-size: 14px;
    border-radius: 20px;
  }
  .mv-bg {
    background-position: 5% bottom, left 10%, 93% bottom, 25% 30%;
    background-size: 35%, 45%, 65%, 77%;
  }
  .mv-catch {
    width: 87%;
    bottom: 32%;
  }
  .sp-menu-btn-wrp {
    background: #005ea6;
    border-radius: 5px;
    top: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    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;
  }
  #drawer-nav {
    padding: 15px 15px 30px;
    background: #fff;
  }
  #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: #979797;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #0e0e17;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #005ea6;
  }
  #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: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #0e0e17;
    text-align: left;
    border-color: #979797;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #005ea6;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .ggmap {
    margin-top: 5px;
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px;
  }
  #footer .foo-dl {
    margin: 20px auto 0;
  }
  #footer .foo-dl dt {
    width: 72px;
    flex-shrink: 0;
  }
  #footer .foo-dl dd {
    margin-left: 10px;
  }
  #footer .foo-contact {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-tel {
    text-align: center;
  }
  #footer .foo-tel-link {
    font-size: 2.5rem;
  }
  #footer .foo-sns {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #fff;
    justify-content: center;
  }
  #footer .foo-right {
    width: 100%;
  }
  .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 {
    padding: 5px 0;
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv {
    margin-top: 0;
    border-radius: 20px;
    background-size: 65%, 82%;
    background-position: left -15%, -22% 71%;
  }
  .sv-img {
    background-size: 76%;
    background-position: right center;
  }
  .sv-inner {
    padding: 15% 5%;
  }
  .sv-catch {
    padding: 2% 4%;
    font-size: 5vw;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */