@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "zen-r";
  src: url("../fonts/ZenOldMincho-Regular.ttf");
}
@font-face {
  font-family: "zen-sb";
  src: url("../fonts/ZenOldMincho-SemiBold.ttf");
}
@font-face {
  font-family: "zen-b";
  src: url("../fonts/ZenOldMincho-Bold.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "zen-r";
  src: url("../fonts/ZenOldMincho-Regular.ttf");
}
@font-face {
  font-family: "zen-sb";
  src: url("../fonts/ZenOldMincho-SemiBold.ttf");
}
@font-face {
  font-family: "zen-b";
  src: url("../fonts/ZenOldMincho-Bold.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1210px;
  margin: auto;
  color: #333333;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  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;
}

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

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

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  margin: 70px auto 0 !important;
  border: 1px solid #c6ced2;
  background-color: #fff;
}
.contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #c6ced2;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 18px;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 330px;
  background: #04747b;
  color: #fff;
}
.contact-form-table a {
  color: #333333;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-table .required-mark {
  background: rgba(231, 76, 60, 0.8);
  font-family: "zen-r", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

.privacy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 334px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #333333;
  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;
  }
}

/*---------------------------------------
 リッチエディタ内のベーススタイリング（resetからコピペ）
---------------------------------------*/
@media screen and (min-width: 767px) {
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
    font-weight: 500;
    color: #333333;
    font-family: "zen-b", sans-serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #04747b;
  }
  .sb_style h2 {
    padding-left: 10px;
    font-size: 26px;
    border-left: 3px solid #04747b;
  }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
    background: #04747b;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 8px;
    font-size: 20px;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #04747b;
  }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
    background: #04747b;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 16px;
    color: #04747b;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
    font-weight: 500;
    font-family: "zen-b", sans-serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #04747b;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #04747b;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #04747b;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #04747b;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #04747b;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #04747b;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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 #333333;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "zen-r", sans-serif;
  border: non6;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #333333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333333;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zen-r", sans-serif;
  color: #006;
}

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

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #333333;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}

.ofj {
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  width: 100%;
  max-width: 730px;
  height: 70px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 26px) center #079972;
  border: 1px solid #079972;
  text-align: center;
  font-family: "zen-b", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  line-height: 68px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-position: calc(100% - 20px) center;
    background-image: url(../img/top/com-btn-arw-sp.png);
    background-color: #fff;
    color: #04747b;
    opacity: 1;
  }
}
.com-btn-sm {
  width: 276px;
  height: 50px;
  padding-left: 39px;
  background-image: url(../img/top/info-arw.png);
  background-position: calc(100% - 13px);
  text-align: left;
  font-size: 1.6rem;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .com-btn-sm {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn-sm:hover {
    background-image: url(../img/top/info-arw-hover.png);
    background-position: calc(100% - 10px);
  }
}
.com-btn-lg {
  font-size: 3rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .com-btn-lg {
    font-size: 1.5rem;
  }
}

#top-contact .contact-submits-btn {
  /*必須*/
  margin: 0;
  padding: 0 !important;
  border: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*追加*/
  width: 100%;
  max-width: 380px;
  height: 70px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 26px) center #079972;
  text-align: center;
  font-family: "zen-b", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 70px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#top-contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 768px) {
  #top-contact .contact-submits-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #top-contact .contact-submits-btn:hover {
    opacity: 0.7;
  }
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  margin: 35px auto 0;
}
.com-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d8d8d8;
}
.com-table th, .com-table td {
  padding: 17px 0;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 200px;
  text-align: center;
  color: #04747b;
}
.com-table td {
  padding-left: 28px;
  white-space: pre-line;
}
.com-table a {
  color: #333333;
}
.com-table-note {
  margin-left: 18px;
}

/*	heading  PC
------------------------------------ */
.com-head01 {
  text-align: center;
}
.com-head01-en {
  display: block;
  font-family: "zen-r", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.14em;
  color: #04747b;
}
@media screen and (max-width: 767px) {
  .com-head01-en {
    font-size: 1.5rem;
  }
}
.com-head01-ja {
  display: block;
  margin: 17px auto 0;
  font-size: 4.6rem;
  font-family: "zen-r", sans-serif;
  letter-spacing: 0.14em;
  color: #333333;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .com-head01-ja {
    font-size: 2.3rem;
  }
}
.com-head01-ja-ac {
  color: #04747b;
}
.com-head01-rbn {
  display: inline-block;
  padding: 8px 33px;
  background-color: #04747b;
  font-family: "zen-r", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .com-head01-rbn {
    font-size: 1.6rem;
  }
}
.com-head02 {
  padding-bottom: 40px;
  background: url(../img/top/guide-ttl-ico.png) no-repeat center bottom;
  text-align: center;
  font-family: "zen-r", sans-serif;
  font-size: 4.6rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .com-head02 {
    font-size: 2.3rem;
  }
}
.com-head03 {
  padding-left: 24px;
  border-left: 10px solid #04747b;
  font-family: "zen-r", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.14em;
  color: #333333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .com-head03 {
    font-size: 1.9rem;
  }
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  right: 0;
  bottom: 26px;
  z-index: 100;
}
.sidebar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 220px;
  background: url(../img/top/side-bg.png) no-repeat center top/cover;
  font-family: "zen-b", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sidebar-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-link {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.sidebar-pagetop {
  margin-top: 32px;
  padding-left: 18px;
  padding-top: 33px;
  background: url(../img/top/pagetop-arw.png) no-repeat left 4px;
  font-family: "zen-r", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #04747b;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .sidebar-pagetop {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sidebar-pagetop:hover {
    background-position: left 0px;
  }
}

/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 35px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #333333;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #333333;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
  color: #333333;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #04747b;
  font-family: "zen-r", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #04747b;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #333333;
}
.pagenation .current {
  color: #fff;
  background: #04747b;
  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;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #f9f5ec;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #f9f5ec transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  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 {
  width: 100%;
  max-width: 120px;
  background: #04747b;
  text-align: center;
  font-size: 1.8rem;
  font-family: "zen-r", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .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.8rem;
  background: #04747b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 1.5rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

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

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  padding: 25px 30px;
  background-color: #fff;
}

.logo {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
.logo a, .logo img {
  display: block;
}

/*	mv  PC
------------------------------------ */
.mv {
  padding: 13.4% 2.6% 13.4% 0;
  background: url(../img/top/mv.jpg) no-repeat center/cover;
  text-align: right;
}
.mv-catch {
  display: inline-block;
  text-align: center;
}
.mv-catch-rbn {
  display: block;
  padding: 12px 0 15px;
  font-family: "zen-b", sans-serif;
  font-size: 1.6666666667vw;
  color: #04747b;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (min-width: 1921px) {
  .mv-catch-rbn {
    font-size: 3.2rem;
  }
}
.mv-catch-rbn-lg {
  font-size: 1.9791666667vw;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 1921px) {
  .mv-catch-rbn-lg {
    font-size: 3.8rem;
  }
}
.mv-catch-lg {
  display: block;
  margin: 33px auto 0;
  font-family: "zen-b", sans-serif;
  font-size: 2.9166666667vw;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 1921px) {
  .mv-catch-lg {
    font-size: 5.6rem;
  }
}
.mv-catch-sm {
  display: block;
  margin: 28px auto 0;
  font-size: 1.25vw;
  font-family: "zen-b", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 1921px) {
  .mv-catch-sm {
    font-size: 2.4rem;
  }
}

/*	gnav  PC
------------------------------------ */
.gnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #333333;
}
.gnav-list-link {
  font-family: "zen-b", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .gnav-list-link:hover {
    color: #f9f5ec;
    opacity: 1;
  }
}
.gnav-list-link-current {
  color: #f9f5ec;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: #fff;
}
#footer .foo-inner {
  padding: 100px 0;
}
#footer .foo-txt {
  margin-top: 17px;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  #footer .foo-txt {
    font-size: 1.5rem;
  }
}
#footer .foo-tel {
  margin-top: 85px;
}
#footer .foo-time {
  margin-top: 8px;
}
#footer .foo-time-item {
  font-family: "yu-go-r", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #333333;
}
#footer .foo-time-item:nth-of-type(n+2) {
  margin-left: 14px;
}

.fnav {
  text-align: right;
}
.fnav-list {
  display: inline-block;
  margin-top: 44px;
  text-align: left;
  line-height: 1;
}
.fnav-list-item:nth-of-type(n+2) {
  margin-top: 15px;
}
.fnav-list-link {
  padding-left: 16px;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #333333;
  position: relative;
}
.fnav-list-link::before {
  content: ">";
  display: block;
  color: #04747b;
  position: absolute;
  left: 0;
  top: 0;
}

.copy {
  margin-top: 30px;
}
.copy-txt, .copy-link {
  color: #04747b;
  font-family: "yu-go-r", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: 1rem;
}

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  height: 560px;
  position: relative;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat center top/cover;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center top/cover;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat center top/cover;
}
.sv-e404 {
  background: url(../img/sub/e404.jpg) no-repeat center top/cover;
}
.sv-catch {
  width: 50%;
  font-family: "zen-b", sans-serif;
  font-size: 2.9166666667vw;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 32.8px rgba(4, 116, 123, 0.4);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1921px) {
  .sv-catch {
    font-size: 5.6rem;
  }
}

/*	news  PCSP
------------------------------------ */
#news .com-news-post-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#news .com-news-post-link {
  display: block;
  padding: 30px;
}
#news .com-news-post-con {
  width: 100%;
}
#news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #news .com-news-post-link {
    padding: 5%;
  }
  #news .com-news-post-img {
    width: 25%;
  }
  #news .com-news-post-con-sm {
    width: 68%;
  }
}
#news .detail .com-news-post-link {
  padding: 15px;
}
#news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #news .detail .com-news-post-img {
    width: 100%;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-txt {
    margin-top: 20px;
  }
}
#contact .complete-box {
  margin: 30px auto 0;
  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: 70px 0 130px;
  }
}
#privacy .privacy-box {
  max-width: 1080px;
  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;
}

/*	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: 70px 0 130px;
  }
}
#site .site-box {
  margin: 30px auto 0;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    padding: 15px 20px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(51, 51, 51, 0.5);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #333333;
  font-family: "zen-b", sans-serif;
  -webkit-box-sizing: border-box;
          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 #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  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 {
    min-width: 350px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  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-btn {
    padding-left: 30px;
    background-size: 31px, cover;
    background-position: calc(100% - 15px) center, center;
    text-align: left;
  }
  .com-btn-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    padding-left: 0;
    text-align: center;
    background: #079972;
    line-height: 1.2;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .com-btn-lg {
    font-size: 2rem;
  }
  .com-table th, .com-table td {
    display: block;
    padding: 10px 0;
    text-align: left;
  }
  .com-table th {
    padding-bottom: 0;
  }
  .com-table td {
    padding-top: 5px;
  }
  .com-table-note {
    margin: 0;
  }
  .com-table-sm {
    display: block;
  }
  .com-head01-ja {
    margin-top: 10px;
  }
  .com-head02 {
    padding-bottom: 23px;
    background-size: 20px;
  }
  .com-head03 {
    padding-left: 15px;
    border-width: 5px;
  }
  .sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sidebar-link {
    width: 200px;
    height: 50px;
  }
  .sidebar-pagetop {
    margin-top: 0;
    padding-left: 13px;
    padding-top: 30px;
  }
  .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 {
    padding: 15px 10px;
  }
  .logo {
    width: 148px;
  }
  .mv {
    padding: 13.4% 2%;
    text-align: center;
    background-position: 12% center;
    position: relative;
  }
  .mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 116, 123, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
  .mv-catch {
    position: relative;
    z-index: 1;
  }
  .mv-catch-rbn {
    font-size: 4.2666666667vw;
  }
  .mv-catch-rbn-lg {
    font-size: 5.0666666667vw;
  }
  .mv-catch-lg {
    font-size: 6.6666666667vw;
  }
  .mv-catch-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.2666666667vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv-catch-sm-txt {
    display: inline-block;
  }
  .mv-catch-sm-txt.tborder::before {
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    margin: 15px auto 10px;
    background-color: #fff;
  }
  .sp-menu-btn-wrp {
    background: #f9f5ec;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  #drawer-nav {
    padding: 15px 15px 30px;
    background: #f8f7f6;
  }
  #drawer-nav .drawer-logo {
    width: 100px;
    max-width: 100%;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 6%;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-item:last-of-type a {
    border-bottom: none;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 5% 0 5%;
    font-family: "zen-b", sans-serif;
    border-color: rgba(51, 51, 51, 0.5);
    border-width: 1px;
    color: #333333;
    font-size: clamp(16px, 5vw, 40px);
    line-height: 1.22;
    letter-spacing: 0.04em;
  }
  #drawer-nav #nav .drawer-link-current {
    color: #f9f5ec;
  }
  .drawer-info {
    margin: 25px auto 0;
    text-align: center;
  }
  .ggmap {
    padding-top: 250px;
    border-width: 1px;
  }
  #footer .foo-inner {
    padding: 50px 15px 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .foo-left {
    text-align: center;
  }
  #footer .foo-logo {
    width: 220px;
    margin: auto;
  }
  #footer .foo-txt {
    margin-top: 13px;
  }
  #footer .foo-tel {
    margin-top: 30px;
  }
  #footer .foo-time {
    display: block;
  }
  #footer .foo-right {
    width: 100%;
    margin: 30px auto 0;
  }
  #footer .foo-btn {
    margin: auto;
  }
  #footer .fnav-list {
    display: block;
    margin-top: 25px;
  }
  #footer .copy {
    text-align: center;
    margin-top: 35px;
  }
  #footer .copy-txt, #footer .copy-link {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .sv {
    height: 0;
    padding-top: 30%;
  }
  .sv::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 116, 123, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
  .sv-catch {
    width: 100%;
    text-align: center;
    font-size: 6.6666666667vw;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */