@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "FrederickatheGreat-Regular";
  src: url("../fonts/FrederickatheGreat-Regular.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1130px;
  margin: auto;
  background: url(../img/ptn/01.png);
  color: #242629;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  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%;
  margin: 60px auto 0 !important;
  background: #fff;
  border-top: 1px solid #242629;
  border-right: 1px solid #242629;
  border-bottom: 1px solid #242629;
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid white;
}
@media screen and (min-width: 768px) {
  .contact-form-table tr:nth-of-type(n+2) td {
    border-top: 1px solid #242629;
  }
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: #01579b;
  color: #fff;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
}
.contact-form-table a {
  color: #242629;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
.contact-form-table select, .contact-form-table textarea, .contact-form-table input[type=tel], .contact-form-table input[type=text], .contact-form-table input[type=email], .contact-form-table input[type=url] {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-form-table .required-mark {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table .required-mark {
    margin-top: -3px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 9px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

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

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

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

/* =========================================
  タグテンプレート（未使用）
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #242629;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #242629;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #242629;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  color: #006;
}

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

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  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: 330px;
  padding: 21px 40px;
  background: url(../img/top//com-btn-arw-white.png) no-repeat calc(100% - 20px) center #354d6d;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -6px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  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-position-x: calc(100% - 15px);
    background-color: #fff;
    outline-color: #354d6d;
    background-image: url(../img/top/com-btn-arw.png);
    color: #354d6d;
    opacity: 1;
  }
}
.com-btn.white {
  background-color: #fff;
  outline-color: #354d6d;
  background-image: url(../img/top/com-btn-arw.png);
  color: #354d6d;
}
@media screen and (min-width: 768px) {
  .com-btn.white:hover {
    background-color: #354d6d;
    outline-color: #fff;
    background-image: url(../img/top/com-btn-arw-white.png);
    color: #fff;
  }
}

#contact .contact-submits-wrap {
  text-align: center;
}
#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*追加*/
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  border: 2px solid #cf452a;
}
.com-table tr:nth-of-type(n+2) th {
  border-top: 2px solid;
}
.com-table tr:nth-of-type(n+2) td {
  border-top: 2px solid #cf452a;
}
.com-table th, .com-table td {
  padding: 23px 50px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 350px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2rem;
  background: #cf452a;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-table th {
    font-size: 1.5rem;
  }
}
.com-table td {
  background: #fff;
  white-space: pre-line;
}
.com-table-note {
  margin-left: 15px;
  line-height: 1.1;
}
.com-table-note img {
  vertical-align: middle;
}
/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
}
.com-ttl01 .en {
  font-family: "FrederickatheGreat-Regular", sans-serif;
  font-size: 11.5rem;
  letter-spacing: 0.05em;
  color: #354d6d;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en {
    font-size: 5.75rem;
  }
}
.com-ttl01 .en.white {
  color: #fff;
}
.com-ttl01 .ja {
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #354d6d;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja {
    font-size: 2rem;
  }
}
.com-ttl01 .ja.white {
  color: #fff;
}
.com-ttl01 .ja .ac {
  color: #cc452c;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.com-ttl02 {
  padding-bottom: 10px;
  border-bottom: 2px solid #354d6d;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.5rem;
  color: #354d6d;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.5rem;
  }
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 100;
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  height: 50px;
  padding-right: 20px;
  margin: auto;
  position: absolute;
  top: 30px;
  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: "NotoSansCJKjp-Medium", sans-serif;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #354d6d;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  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: #242629;
}
.breadcrumb a {
  color: #242629;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #01579b;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  border: 2px solid #01579b;
  color: #fff;
  line-height: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li.bg-none {
  background: none;
  border: none;
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #fff;
}
.pagenation .current {
  background: #fff;
  color: #242629;
  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: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-left::before,
.arrow-left::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 15px;
  height: 4px;
  background-color: #01579b;
  transform-origin: 2px 50%;
}

.arrow-left::before {
  transform: rotate(45deg);
}

.arrow-left::after {
  transform: rotate(-45deg);
}

.arrow-right {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-right::before,
.arrow-right::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 15px;
  height: 4px;
  background-color: #01579b;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow-right::before {
  transform: rotate(45deg);
}

.arrow-right::after {
  transform: rotate(-45deg);
}

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

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

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

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

.back-btn {
  right: auto;
}

.next-btn {
  left: auto;
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  margin: 60px auto 0;
  padding-top: 410px;
  border: 2px solid #354d6d;
  position: relative;
}

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  height: 100px;
  padding: 0 100px 0 90px;
  background: #354d6d;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1676px) {
  .headline {
    padding: 0 50px 0 45px;
  }
}
@media screen and (max-width: 1552px) {
  .headline {
    padding: 0 25px 0 20px;
  }
}
.headline-sns {
  margin-left: 40px;
}
@media screen and (max-width: 1504px) {
  .headline-sns {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1278px) {
  .headline .com-tel-link {
    padding-left: 30px;
    background-size: 20px;
    font-size: 2.5rem;
  }
  .headline .com-tel-note img {
    height: 11px;
  }
}

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

/*	gnav  PC
------------------------------------ */
.gnav {
  margin: auto;
  line-height: 1;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
}
.gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 37px;
}
@media screen and (max-width: 1472px) {
  .gnav-list-item:nth-of-type(n+2) {
    margin-left: 20px;
  }
}
.gnav-list-link {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .gnav-list-link:hover {
    color: #a39550;
    opacity: 1;
  }
}
@media screen and (max-width: 1472px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link.current {
  color: #a39550;
}

/*	mv  PC
------------------------------------ */
.mv {
  width: 100%;
  height: 0;
  padding-top: 51.1%;
  border: 6px solid #354d6d;
  border-top: none;
  border-bottom: none;
  background: url(../img/top/mv-r.png) no-repeat 84.2% 18.6%/3.3%, url(../img/top/mv-deco.png) no-repeat 4.6% 75.1%/11.5%;
  position: relative;
}
.mv-catch {
  width: 38.8%;
  margin: auto;
  position: absolute;
  top: 8.7%;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1921px) {
  .mv-catch img {
    width: 100%;
  }
}
.mv-img {
  position: absolute;
}
.mv-img-lt {
  width: 27.1%;
  top: 13.9%;
  left: 4.9%;
  box-shadow: -10px 10px #354d6d;
}
.mv-img-lb {
  width: 13%;
  top: 59.1%;
  left: 19.2%;
}
.mv-img-rt {
  width: 13%;
  top: 14.6%;
  right: 19.6%;
}
.mv-img-rb {
  width: 27.1%;
  top: 43.1%;
  right: 5.6%;
  box-shadow: 10px 10px #354d6d;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: url(../img/top/f-bg.jpg) no-repeat center/cover;
}
#footer .foo-inner {
  padding: 0 0 74px;
}
#footer .foo-flx {
  margin: 52px auto 0;
  padding: 47px 65px 57px;
  position: relative;
  background-color: rgba(249, 248, 244, 0.9);
}
#footer .foo-flx::before, #footer .foo-flx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#footer .foo-flx::before {
  background-image: linear-gradient(to right, #354d6d, #354d6d 12px, transparent 12px, transparent 18px), linear-gradient(to right, #354d6d, #354d6d 12px, transparent 12px, transparent 18px);
  background-size: 18px 3px;
  background-repeat: repeat-x, repeat-x;
  background-position: top left, bottom left;
}
#footer .foo-flx::after {
  background-image: linear-gradient(to bottom, #354d6d, #354d6d 12px, transparent 12px, transparent 18px), linear-gradient(to bottom, #354d6d, #354d6d 12px, transparent 12px, transparent 18px);
  background-size: 3px 18px;
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
}
#footer .foo-flx-right {
  padding-top: 13px;
}
#footer .foo-address {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.5rem;
  }
}
#footer .foo-dl {
  margin-top: 23px;
}
#footer .foo-dl div {
  display: flex;
  align-items: center;
}
#footer .foo-dl dt, #footer .foo-dl dd {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #footer .foo-dl dt, #footer .foo-dl dd {
    font-size: 1.5rem;
  }
}
#footer .foo-btn-wrap {
  margin-top: 25px;
}
#footer .foo-btn-wrap li:nth-of-type(n+2) {
  margin-top: 10px;
}
#footer .foo-btn-link {
  display: flex;
  width: 250px;
  height: 60px;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -5px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .foo-btn-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .foo-btn-link:hover {
    outline-offset: -2px;
    opacity: 1;
  }
}
#footer .foo-btn-link01 {
  background: url(../img/top/f-target.png) no-repeat calc(100% - 10px) calc(100% - 10px) #cc452c;
}
#footer .foo-btn-link02 {
  background: url(../img/top/f-target.png) no-repeat calc(100% - 10px) calc(100% - 10px) #a39550;
}
#footer .foo-sns {
  margin-top: 50px;
}
#footer .foo-sns li:nth-of-type(n+2) {
  margin-left: 30px;
}

.fnav {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fnav ul:nth-of-type(n+2) {
    margin-left: 40px;
  }
}
.fnav-list li:nth-of-type(n+2) {
  margin-top: 22px;
}
.fnav-list-link {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #354d6d;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link.current {
  color: #cf452a;
}

.copy {
  padding: 24px 0;
  text-align: center;
  background: #354d6d;
}
.copy-txt, .copy-link {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  padding-top: 95px;
}
.sv-box {
  width: 90.36%;
  height: 0;
  margin: auto;
  padding-top: 550px;
  border: 2px solid #354d6d;
  position: relative;
}
.sv-catch {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.sv-catch::before {
  content: "";
  width: 70px;
  height: 64px;
  background: url(../img/about/sv-ico.png) no-repeat center/contain;
  position: absolute;
  left: calc(50% - 370px);
  bottom: -18px;
  z-index: 10;
}
.sv-catch span {
  display: block;
  width: 100%;
  max-width: 730px;
  height: 100px;
  margin: auto;
  background: #354d6d;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 100px;
}
@media screen and (max-width: 768px) {
  .sv-catch span {
    font-size: 2.25rem;
  }
}
.sv-about {
  background: url(../img/sub/about.jpg) no-repeat center/cover;
}
.sv-those {
  background: url(../img/sub/those.jpg) no-repeat center/cover;
}
.sv-information {
  background: url(../img/sub/information.jpg) no-repeat center/cover;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat center/cover;
}
.sv-contact {
  background: url(../img/sub/contact.jpg) no-repeat center/cover;
}
.sv-complete {
  background: url(../img/sub/complete.jpg) no-repeat center/cover;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center/cover;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat center/cover;
}
.sv-notfound {
  background: url(../img/sub/notfound.jpg) no-repeat center/cover;
}

/*	news  PCSP
------------------------------------ */
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 50px;
  }
}
#news .com-news-link {
  display: flex;
  width: 100%;
  padding: 40px;
}
#news .com-news-img {
  width: 40%;
  height: 0;
  padding-top: 28%;
  position: relative;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #news .com-news-img {
    width: 250px;
    padding-top: 200px;
  }
}
#news .com-news-img-none {
  display: none;
  filter: grayscale(100%);
}
#news .com-news-con {
  width: 100%;
  margin-left: 5.8%;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #242629;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #news .com-news-con {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #news .com-news-con {
    margin-left: 2%;
  }
}
#news .com-news-con-none {
  margin-left: 0;
}
#news .com-news-flx {
  margin-top: 2%;
}
#news .com-news-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(36, 38, 41, 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 .contact-txt {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    margin-top: 20px;
  }
}
#contact .contact-box {
  max-width: 600px;
  margin: 50px auto 0;
  padding: 40px 15px;
  border: 1px solid #242629;
  text-align: center;
}
#contact .contact-dl {
  margin: 15px auto 0;
}
#contact .contact-dl-item {
  display: flex;
  justify-content: center;
}
#contact .contact-dl-item:nth-of-type(n+2) {
  margin: 10px auto 0;
}
#contact .contact-dl-item dt, #contact .contact-dl-item dd {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #contact .contact-dl-item dt, #contact .contact-dl-item dd {
    font-size: 1.5rem;
  }
}
#contact .contact-dl-item dd {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #242629;
}
#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: 130px 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: #cf452a;
  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: 130px 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(36, 38, 41, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #242629;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
#site .site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #242629;
  border-right: 1px solid #242629;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}

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

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

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    width: 100%;
    margin: auto;
    min-width: 350px;
    line-height: 1.7;
  }
  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: 270px;
    padding: 18px 35px;
    background-size: 15px;
  }
  .com-table {
    border-width: 1px;
  }
  .com-table th, .com-table td {
    padding: 10px;
    border-width: 1px !important;
    font-size: 1.4rem;
  }
  .com-table th {
    width: 100px;
  }
  .com-table-note {
    display: block;
    margin: 0;
  }
  .com-table-note img {
    height: 13px;
  }
  .com-ttl01 .en {
    font-size: 4rem;
  }
  .com-ttl01 .ja .ac {
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  }
  .com-ttl02 {
    font-size: 1.8rem;
    padding-bottom: 5px;
    border-width: 1px;
  }
  .sidebar-link {
    width: 107px;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  .headline {
    height: 80px;
  }
  .headline-sns {
    margin: 20px auto 0;
    justify-content: center;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 126px !important;
  }
  .mv {
    padding-top: 99.1%;
    border-width: 1px;
    background-position: 98% 10%, 1.6% 48%;
    background-size: 5%, 23%;
  }
  .mv-catch {
    width: 82.8%;
  }
  .mv-img-lt {
    width: 24%;
    top: 4.64%;
    left: 2.9%;
    box-shadow: -5px 5px #354d6d;
  }
  .mv-img-lb {
    width: 17%;
    top: 76.3%;
    left: 8.2%;
  }
  .mv-img-rt {
    width: 16%;
    right: 7.6%;
    top: 6.7%;
  }
  .mv-img-rb {
    width: 24.1%;
    top: 78.3%;
    right: 6.6%;
    box-shadow: 5px 5px #354d6d;
  }
  .sp-menu-btn-wrp {
    background: #354d6d;
    top: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "NotoSansCJKjp-Medium", sans-serif;
    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: 0 0 30px;
    background: #354d6d;
  }
  #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: 0 15px 0;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-link.active span::after {
    transform: rotate(90deg);
  }
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    font-family: "ZenKakuGothicNew-Bold", sans-serif;
    color: #fff;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #a39550;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .ggmap {
    margin-top: 30px;
    border-width: 1px;
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 0 15px 50px;
  }
  #footer .foo-flx {
    margin-top: 30px;
    padding: 20px 15px;
  }
  #footer .foo-flx-left {
    text-align: center;
  }
  #footer .foo-flx-right {
    width: 100%;
    margin: 30px auto 0;
  }
  #footer .foo-dl div {
    justify-content: center;
  }
  #footer .foo-btn-link {
    margin: auto;
  }
  #footer .foo-sns {
    margin-top: 25px;
    justify-content: center;
  }
  .fnav {
    display: block;
    width: 100%;
  }
  .fnav ul:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list {
    text-align: left;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list-link {
    font-size: 1.5rem;
  }
  .copy-txt {
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .copy-txt {
    margin: 25px auto 0;
  }
  .copy-nav li:nth-of-type(n+2) {
    margin-left: 10px;
    padding-left: 10px;
  }
  .copy-nav a {
    font-size: 1.3rem;
  }
  .sv {
    padding: 20px 0 35px;
  }
  .sv-box {
    padding-top: 31.7%;
  }
  .sv-catch {
    top: auto;
    bottom: -35px;
    transform: translateY(0);
  }
  .sv-catch span {
    height: 50px;
    line-height: 50px;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */