@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: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
body {
  letter-spacing: 0.07em;
  line-height: 2;
}

.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: "Noto Sans JP", sans-serif;
  font-weight: 500;
  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: #000000;
  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-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: #41a4fd;
  }
  .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: #000000;
  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: #000000;
}

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

.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: 280px;
  padding: 14px 30px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 19px) center;
  border: 2px solid #fff;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
.com-btn {
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-position-x: calc(100% - 15px);
    background-color: #41a4fd;
    border-color: #41a4fd;
    opacity: 1;
  }
}
.com-btn02 {
  background-color: #00569f;
  border-color: #00569f;
}
#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: 280px;
  padding: 14px 30px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 19px) center;
  border: 2px solid #fff;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#contact .contact-submits-btn {
  letter-spacing: 0.07em;
  line-height: 1.5;
  background-color: #00569f;
  border-color: #00569f;
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-position-x: calc(100% - 15px);
    background-color: #41a4fd;
    border-color: #41a4fd;
    opacity: 1;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #bfbfbf;
}
.com-table-box {
  margin: 60px auto 0;
  padding: 80px 0;
  background: #fff;
  border-radius: 20px;
}
.com-table th, .com-table td {
  padding: 23px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@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.07em;
  line-height: 1.7;
  vertical-align: middle;
}
.com-table th {
  width: 280px;
  text-align: center;
}
.com-table td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  white-space: pre-line;
}
.com-table-note {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-table-note {
    font-size: 1.5rem;
  }
}
.com-table-note {
  line-height: 1;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 .en {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en {
    font-size: 4rem;
  }
}
.com-ttl01 .en {
  letter-spacing: 0.04em;
  color: #41a4fd;
  line-height: 1;
}
.com-ttl01 .ja {
  margin-top: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja {
    font-size: 1.6rem;
  }
}
.com-ttl01 .ja {
  letter-spacing: 0.07em;
  line-height: 1.5625;
}
.com-ttl01.white .en, .com-ttl01.white .ja {
  color: #fff;
}
.com-ttl02 {
  padding-left: 10px;
  border-left: 3px solid #00569f;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.5rem;
  }
}
.com-ttl02 {
  letter-spacing: 0.07em;
  line-height: 1.5;
  color: #fff;
}
.com-ttl03 {
  padding: 5px 24px;
  background: #41A4FD;
  background: linear-gradient(90deg, rgb(65, 164, 253) 0%, rgb(0, 208, 213) 100%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.75rem;
  }
}
.com-ttl03 {
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 1.5;
}
.com-ttl04 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}
.com-ttl04 {
  letter-spacing: 0.07em;
  line-height: 1.5;
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 100;
  text-align: right;
}
.sidebar-pagetop {
  display: block;
  max-width: 60px;
  margin-top: 20px;
}

@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: 15px;
  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: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li, .breadcrumb a {
  letter-spacing: 0.05em;
  line-height: 1;
}
.breadcrumb li::after {
  content: "|";
  display: inline-block;
  padding: 0 8px;
  color: #000000;
}
.breadcrumb a {
  color: #000000;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 40px;
  height: 40px;
  outline: 1px solid #00569f;
  background-color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li {
  letter-spacing: 0.05em;
  color: #00569f;
  line-height: 40px;
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #000000;
}
.pagenation .current {
  background: #41a4fd;
  color: #fff;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arrow-left {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}

.arrow-left::before {
  content: "";
  width: 10px;
  height: 19px;
  margin: auto;
  background: url(../img/left.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.arrow-right {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}

.arrow-right::before {
  content: "";
  width: 10px;
  height: 19px;
  margin: auto;
  background: url(../img/right.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

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

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .data-nav a {
    font-size: 1.5rem;
  }
}
.data-nav a {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 60px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next, .data-nav .back {
  width: 100%;
  max-width: 200px;
}
.to-works-btn {
  display: block;
  max-width: 170px;
  background: #00569f;
  margin: auto;
}

.back-btn {
  display: flex;
  max-width: 200px;
  background: url(../img/back.png) no-repeat 25px center #00569f;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.next-btn {
  display: flex;
  max-width: 200px;
  background: url(../img/next.png) no-repeat calc(100% - 25px) center #00569f;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  padding: 30px 60px;
}
@media screen and (max-width: 1270px) {
  .headline {
    padding: 30px;
  }
}
.headline-list {
  margin-left: 40px;
}

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

/*	gnav  PC
------------------------------------ */
.gnav {
  line-height: 1;
}
.gnav-list {
  display: flex;
  align-items: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 30px;
}
.gnav-list-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link {
  letter-spacing: 0.07em;
}
.gnav-list-link.current {
  color: #41a4fd;
}

/* mv  PC
------------------------------------ */
.mv {
  width: 93.75%;
  height: 0;
  margin: auto;
  padding-top: 43.2%;
  border-radius: 30px;
  background: url(../img/top/mv.jpg) no-repeat center/cover;
  position: relative;
}
.mv-catch {
  width: 35.6%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.mv-catch img {
  width: 100%;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  width: 93.75%;
  margin: auto;
  border-radius: 30px 30px 0 0;
  background: #00569f;
}
#footer .foo-inner {
  padding: 70px 44px 30px 0;
}
#footer .foo-tel {
  color: #fff;
  background-image: url(../img/top/f-tel.png);
}
#footer .foo-tel-wrap {
  margin-top: 38px;
}

.fnav {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}
.fnav-list:nth-of-type(n+2) {
  margin-left: 58px;
}
.fnav-list > li:nth-of-type(n+2) {
  margin-top: 30px;
}
.fnav-list-link {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.07em;
}
.fnav-list-link.current {
  opacity: 0.5;
}

.copy {
  margin: 135px auto 0;
  text-align: center;
}
.copy-txt, .copy-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #fff;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  width: 93.75%;
  height: 0;
  margin: auto;
  padding-top: 500px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.sv-catch {
  display: flex;
  width: 100%;
  max-width: 420px;
  border-radius: 0 30px 0 0;
  padding-left: 60px;
  background: #fff;
  height: 174px;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sv-catch::before, .sv-catch::after {
  content: "";
  display: block;
  width: 30px;
  height: 29px;
  position: absolute;
}
.sv-catch::before {
  background: url(../img/sub/l.png) no-repeat left top/contain;
  left: 0;
  top: -29px;
}
.sv-catch::after {
  background: url(../img/sub/r.png) no-repeat right bottom/contain;
  right: -29px;
  bottom: 0;
}
.sv-txt {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .sv-txt {
    font-size: 2.25rem;
  }
}
.sv-txt {
  letter-spacing: 0.14em;
  line-height: 1.3;
}
.sv-works {
  background: url(../img/sub/works.jpg) no-repeat center/cover;
}
.sv-cases {
  background: url(../img/sub/cases.jpg) no-repeat center/cover;
}
.sv-recruit {
  background: url(../img/sub/recruit.jpg) no-repeat center/cover;
}
.sv-company {
  background: url(../img/sub/company.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-blog {
  background: url(../img/sub/blog.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-mt-none {
  margin-top: 0;
}
#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: #00569f;
  color: #000000;
  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(0, 0, 0, 0.2);
}
#site a.site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}
#site .dropdown-menu__list {
  margin-left: 30px;
  padding-bottom: 20px;
}
#site .dropdown-menu__list li:nth-of-type(n+2) {
  margin-top: 15px;
}
#site .dropdown-menu__link {
  padding-left: 30px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
#site .dropdown-menu__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}

/*	e404  PCSP
------------------------------------ */
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .sec-inner {
  box-sizing: border-box;
  color: #000000;
}
#e404 .top {
  display: inline-block;
  color: #000000;
  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-table  SP
  ------------------------------------ */
  .com-table-box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
  }
  .com-table th, .com-table td {
    padding: 10px;
    font-size: 1.4rem;
    text-align: left;
  }
  .com-table th {
    width: 100px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .com-table-note {
    margin-top: 0;
    font-size: 1.3rem;
  }
  .com-table-note img {
    height: 10px;
  }
  .com-table .note {
    display: block;
  }
  /*	heading  SP
  ------------------------------------ */
  .com-ttl01 {
    text-align: center;
  }
  .com-ttl01 .ja {
    font-size: 2rem;
  }
  .com-ttl03 {
    padding: 5px 15px;
    font-size: 1.8rem;
  }
  .com-ttl04 {
    font-size: 1.7rem;
  }
  /*	sidebar  SP
  ------------------------------------ */
  .sidebar {
    position: fixed !important;
    max-width: 50px;
  }
  /*	pagenation  SP
  ------------------------------------ */
  .pagenation-inner {
    margin-top: 30px;
  }
  .pagenation li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    font-size: 1.3rem;
    line-height: 50px;
  }
  .back-btn {
    max-width: 109px;
    padding-left: 10px;
    background-position-x: 13px;
    background-size: 7px;
  }
  .next-btn {
    max-width: 109px;
    padding-right: 10px;
    background-position-x: calc(100% - 13px);
    background-size: 7px;
  }
  .to-works-btn {
    max-width: 100px;
  }
  .arrow-left::before {
    width: 10px;
    height: 14px;
    background-size: contain;
  }
  .arrow-right::before {
    width: 10px;
    height: 14px;
    background-size: contain;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  .headline {
    padding: 30px 15px;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 181px !important;
  }
  .logo {
    z-index: 10;
  }
  /*	mv  SP
  ------------------------------------ */
  .mv {
    padding-top: 71%;
    border-radius: 15px;
  }
  .mv-catch {
    width: 65%;
  }
  /*	gnav  SP
  ------------------------------------ */
  .sp-menu-btn-wrp {
    background: #00569f;
    border-radius: 5px;
    top: 15px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    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;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 23px 15px 30px;
    background: #0a0b5a;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
    text-align: center;
  }
  #drawer-nav .drawer-info li:nth-of-type(n+2) {
    margin: 20px auto 0;
  }
  #drawer-nav .drawer-info .com-tel {
    background-image: url(../img/top/f-tel.png);
    color: #fff;
  }
  #drawer-nav #nav {
    padding: 15px;
  }
  #drawer-nav #nav .drawer-list > li:nth-of-type(3) .drawer-dropdown__list li:nth-of-type(1) {
    display: none;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border-color: #fff;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #41a4fd;
    opacity: 0.5;
  }
  #drawer-nav #nav .drawer-dropdown span::before, #drawer-nav #nav .drawer-dropdown span::after {
    background-color: #41a4fd;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    text-align: left;
    border-color: #bfbfbf;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #41a4fd;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .drawer-info .com-tel-link {
    background-image: url(../img/top/drawer-tel.png);
    color: #fff;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .foo-bg {
    border-radius: 15px 15px 0 0;
  }
  #footer .foo-inner {
    padding: 30px 15px 30px;
  }
  #footer .foo-left {
    text-align: center;
  }
  #footer .foo-tel {
    font-size: 2.5rem;
    background-size: 18px;
  }
  #footer .foo-tel-wrap {
    margin-top: 25px;
  }
  #footer .foo-right {
    width: 100%;
    margin: 30px auto 0;
  }
  .fnav {
    display: block;
  }
  .fnav-list {
    display: block;
  }
  .fnav-list:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list-link {
    font-size: 1.5rem;
  }
  .copy {
    margin-top: 50px;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* sub mv  SP
  ------------------------------------ */
  .sv {
    padding-top: 56%;
    border-radius: 15px;
  }
  .sv-catch {
    width: 65%;
    height: 72px;
    padding-left: 30px;
    border-top-right-radius: 15px;
  }
  .sv-catch::before, .sv-catch::after {
    width: 15px;
    height: 14px;
  }
  .sv-catch::before {
    top: -14px;
  }
  .sv-catch::after {
    right: -14px;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */