@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Black";
  src: url("../fonts/NotoSerifCJKjp-Black.woff") format("woff");
}
@font-face {
  font-family: "shippori";
  src: url("../fonts/ShipporiMinchoB1-Bold.ttf");
}
@font-face {
  font-family: "ms";
  src: url("../fonts/msmincho.ttc");
}
@font-face {
  font-family: "bodoni";
  src: url("../fonts/BodoniModa_18pt-Medium.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Black";
  src: url("../fonts/NotoSerifCJKjp-Black.woff") format("woff");
}
@font-face {
  font-family: "shippori";
  src: url("../fonts/ShipporiMinchoB1-Bold.ttf");
}
@font-face {
  font-family: "ms";
  src: url("../fonts/msmincho.ttc");
}
@font-face {
  font-family: "bodoni";
  src: url("../fonts/BodoniModa_18pt-Medium.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1300px;
  margin: auto;
  color: #111111;
  font-family: "Noto serif Medium", serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 2.35;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 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;
}

.com-inner,
.bread-inner {
  width: 1080px;
  max-width: 100%;
  margin: auto;
}

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

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

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  margin: 30px auto 0 !important;
  border: 1px solid rgba(0, 152, 189, 0.2);
  overflow: hidden;
}
.contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #eeeee2;
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
.contact-form-table tr:nth-of-type(n+2) td {
  border-top: 1px solid rgba(0, 152, 189, 0.2);
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 25px;
  font-family: "Noto serif Regular", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  color: #fff;
  background: #0098bd;
  font-family: "Noto serif Medium", serif;
}
.contact-form-table td {
  background-color: #fff;
}
.contact-form-table a {
  color: #111111;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
@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: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .error-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.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: #111111;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*---------------------------------------
 リッチエディタ内のベーススタイリング（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: #111111;
    font-family: "shippori", "Noto serif Bold", serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #0098bd;
  }
  .sb_style h2 {
    padding-left: 10px;
    font-size: 26px;
    border-left: 3px solid #0098bd;
  }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
    background: #0098bd;
    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: #0098bd;
  }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
    background: #0098bd;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 16px;
    color: #0098bd;
  }
  .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: "shippori", "Noto serif Bold", serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #0098bd;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #0098bd;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #0098bd;
    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: #0098bd;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #0098bd;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #0098bd;
  }
  .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 #111111;
  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: "Noto serif Regular", serif;
  border: none;
  border-bottom: 2px solid #111111;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #111111;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto serif Regular", serif;
  color: #000;
}

/*	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: #111111;
  font-family: "Noto serif Medium", serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 2.35;
}
@media screen and (max-width: 767px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.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: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  width: 250px;
  height: 60px;
  border-radius: 999px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 16px) center, url(../img/top/com-btn-bg.png) no-repeat center/cover;
  text-align: center;
  font-family: "Noto serif Medium", serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 60px;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .com-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    background-position: calc(100% - 10px) center, center;
    opacity: 0.9;
  }
}

#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  text-align: center;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*追加*/
  width: 250px;
  height: 60px;
  margin: auto;
  border-radius: 999px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 16px) center, url(../img/top/com-btn-bg.png) no-repeat center/cover;
  text-align: center;
  font-family: "Noto serif Medium", serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 60px;
  color: #111111;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-submits-btn:hover {
    background-position: calc(100% - 10px) center, center;
    opacity: 0.9;
  }
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  #contact .contact-submits-btn {
    height: 50px;
    line-height: 50px;
  }
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 10px;
}
.com-table th, .com-table td {
  padding: 6.5px 0;
  font-family: "Noto serif Medium", serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .com-table th, .com-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-table th {
  width: 160px;
  background: #0098bd;
  text-align: center;
  color: #fff;
}
.com-table td {
  color: #111111;
  white-space: pre-line;
}
.com-table a {
  color: #111111;
}
.com-table-note {
  display: block;
  line-height: 1;
}

/*	heading  PC
------------------------------------ */
.com-head01-en {
  display: block;
  margin-top: 11px;
  font-family: "bodoni", "Noto serif Medium", serif;
  font-size: 80px;
  font-size: 8rem;
  letter-spacing: 0.05em;
  color: #111111;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .com-head01-en {
    font-size: 40px;
    font-size: 4rem;
  }
}
.com-head01-sm {
  display: block;
  font-family: "Noto serif Medium", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.08em;
  color: #111111;
}
@media screen and (max-width: 767px) {
  .com-head01-sm {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-head02 {
  text-align: center;
  font-family: "Noto serif SemiBold", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
  color: #111111;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .com-head02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-head02-ac {
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
  color: #a50a2a;
}
@media screen and (max-width: 767px) {
  .com-head02-ac {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-head02-box {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 19px;
  background: #0098bd;
  border-radius: 999px;
  text-align: center;
  font-family: "Noto serif Medium", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-head02-box {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-head02-gra {
  display: inline-block;
  background: rgb(103, 221, 235);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(103, 221, 235)), color-stop(32%, rgb(40, 203, 234)), color-stop(76%, rgb(62, 182, 244)), to(rgb(68, 176, 246)));
  background: -webkit-linear-gradient(top, rgb(103, 221, 235) 0%, rgb(40, 203, 234) 32%, rgb(62, 182, 244) 76%, rgb(68, 176, 246) 100%);
  background: linear-gradient(180deg, rgb(103, 221, 235) 0%, rgb(40, 203, 234) 32%, rgb(62, 182, 244) 76%, rgb(68, 176, 246) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto serif Bold", serif;
}
.com-head03 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 15px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  background: rgb(103, 221, 235);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(103, 221, 235)), color-stop(32%, rgb(40, 203, 234)), color-stop(76%, rgb(62, 182, 244)), to(rgb(68, 176, 246)));
  background: -webkit-linear-gradient(top, rgb(103, 221, 235) 0%, rgb(40, 203, 234) 32%, rgb(62, 182, 244) 76%, rgb(68, 176, 246) 100%);
  background: linear-gradient(180deg, rgb(103, 221, 235) 0%, rgb(40, 203, 234) 32%, rgb(62, 182, 244) 76%, rgb(68, 176, 246) 100%);
}
@media screen and (max-width: 767px) {
  .com-head03 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/*	pagetop  PC
------------------------------------ */
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    padding: 0 2%;
    top: 4px;
  }
}
.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: #111111;
  font-family: "Noto serif Medium", serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #111111;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}

/*	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 #0098bd;
  font-family: "Noto serif Regular", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #0098bd;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #111111;
}
.pagenation .current {
  color: #fff;
  background: #0098bd;
  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 #0098bd;
  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 #0098bd 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: #0098bd;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto serif Regular", serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.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: 18px;
  font-size: 1.8rem;
  background: #0098bd;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

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

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

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

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

/* =========================================
  header  PC
========================================= */
/*	s-top  PC
------------------------------------ */
.s-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 98px;
  padding: 0 52px 0 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-headline-right li:nth-of-type(n+2) {
  margin-left: 35px;
}
.s-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s-item {
  width: 50%;
  margin-top: 5px;
}
.s-mv {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 85.9%;
  position: relative;
}
.s-mv01 {
  background: url(../img/s-top/mv01.jpg) no-repeat center top/cover;
}
.s-mv02 {
  background: url(../img/s-top/mv02.jpg) no-repeat center top/cover;
}
.s-mv-catch {
  width: 68.6%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 32.9%;
  left: 0;
  right: 0;
}
.s-copy {
  background-color: #e9f3f7;
  text-align: center;
}
.s-copy-txt, .s-copy-link {
  font-family: "Noto serif Medium", serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: #111111;
  line-height: 1;
}

/*	headline  PC
------------------------------------ */
#header {
  position: relative;
}

.headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 0 52px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1370px) {
  .headline {
    padding: 0 25px;
  }
}
.headline .com-mail {
  margin-left: 35px;
}

.logo {
  display: inline-block;
  line-height: 1;
}

/*	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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gnav-list-item {
  line-height: 1;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 39px;
}
.gnav-list-link {
  display: block;
  text-align: center;
}
.gnav-list-link-ja {
  display: block;
  margin: 0 auto 8px;
  font-family: "Noto serif Medium", serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  color: #111111;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .gnav-list-link-ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.gnav-list-link-en {
  padding: 0 10px;
  border-radius: 999px;
  background-color: #68c9d9;
  font-family: "Noto serif Medium", serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}

/*	mv  PC
------------------------------------ */
.mv {
  width: 100%;
  height: 0;
  padding-top: 50.8%;
  background: url(../img/top/mv-ico.png) no-repeat 2.8% 21%/7.4%, url(../img/top/mv-water.png) no-repeat 97.8% bottom/56.7%;
  position: relative;
}
.mv-bg {
  width: 100%;
  height: 0;
  padding-top: 109.5%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mv-catch {
  width: 36.5%;
  position: absolute;
  bottom: 25.7%;
  left: 10.5%;
}
.mv-catch img {
  width: 100%;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: url(../img/top/f-bg.png) no-repeat center/cover;
}
#footer .foo-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 93px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#footer .foo-txt {
  margin-top: 38px;
  font-family: "Noto serif Medium", serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  color: #111111;
}
@media screen and (max-width: 767px) {
  #footer .foo-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .foo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#footer .foo-list li:nth-of-type(n+2) {
  margin-left: 30px;
}
#footer .foo-fax {
  margin-top: 4px;
  font-family: "ms", "Noto serif Regular", serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  color: #111111;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .foo-fax {
    font-size: 20px;
    font-size: 2rem;
  }
}
#footer .foo-site {
  margin-top: 36px;
}
#footer .foo-btn {
  width: 160px;
  height: 40px;
  background: url(../img/top/f-s-top.png) no-repeat center/cover;
  text-align: center;
  font-family: "Noto serif Medium", serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #111111;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  #footer .foo-btn {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  #footer .foo-btn {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .fnav {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #footer .fnav {
    max-width: 355px;
    margin-left: auto;
  }
}
#footer .fnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 225px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #footer .fnav-list-item:not(:nth-of-type(5n-4)) {
    margin-top: 34px;
  }
  #footer .fnav-list-item:nth-of-type(n+6) {
    margin-left: 59px;
  }
}
#footer .fnav-list-link {
  display: block;
  padding-left: 14px;
  font-family: "Noto serif Medium", serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #111111;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer .fnav-list-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .fnav-list-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #0098bd;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#footer .copy {
  margin-top: 59px;
}
#footer .copy-txt, #footer .copy-link {
  color: #111111;
  font-family: "Noto serif Medium", serif;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}
#footer .copy-link {
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .copy-link:hover {
  opacity: 0.7;
}

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

  sub layout  PC

========================================= */
.sub #header {
  background: url(../img/sub/com-sv-bg.png) no-repeat center top/cover;
}

/*	sub headline  PC
------------------------------------ */
.sub .headline {
  position: static;
}

/*	sub mv  PC
------------------------------------ */
.sv {
  width: 89.6%;
  margin: auto;
  position: relative;
}
.sv-img {
  height: 400px;
}
.sv-about {
  background: url(../img/sub/about.jpg) no-repeat center;
}
.sv-service {
  background: url(../img/sub/service.jpg) no-repeat center;
}
.sv-flow {
  background: url(../img/sub/flow.jpg) no-repeat center;
}
.sv-company {
  background: url(../img/sub/company.jpg) no-repeat center;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat center;
}
.sv-contact {
  background: url(../img/sub/contact.jpg) no-repeat center;
}
.sv-complete {
  background: url(../img/sub/complete.jpg) no-repeat center;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat center;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat center;
}
.sv-e404 {
  background: url(../img/sub/e404.jpg) no-repeat center;
}
.sv-catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  -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;
}
.sv-catch-en {
  display: inline-block;
  min-width: 150px;
  padding: 10px 17.5px;
  border-radius: 999px;
  background: #0098bd;
  text-align: center;
  font-family: "bodoni", "Noto serif Medium", serif;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sv-catch-en {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.sv-catch-ja {
  margin: 30px auto 0;
  font-family: "shippori", "Noto serif Bold", serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.08em;
  color: transparent;
  text-shadow: 5px 5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, -5px -5px 5px #fff;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sv-catch-ja {
    font-size: 30px;
    font-size: 3rem;
  }
}
.sv-catch-ja::before {
  content: attr(title);
  display: inline-block;
  display: inline-block;
  background: rgb(103, 221, 235);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(103, 221, 235)), color-stop(32%, rgb(40, 203, 234)), color-stop(76%, rgb(62, 182, 244)), to(rgb(68, 176, 246)));
  background: -webkit-linear-gradient(top, rgb(103, 221, 235) 0%, rgb(40, 203, 234) 32%, rgb(62, 182, 244) 76%, rgb(68, 176, 246) 100%);
  background: linear-gradient(180deg, rgb(103, 221, 235) 0%, rgb(40, 203, 234) 32%, rgb(62, 182, 244) 76%, rgb(68, 176, 246) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-shadow: none;
}

/*	news  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #news .sec01 .sec-inner {
    padding: 110px 0 130px;
  }
}
#news .sec01 .blog-list {
  margin: 50px auto 0;
}
#news .detail-ttl {
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #news .detail-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#news .detail .blog-list-tag {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  #news .detail .blog-list-tag {
    margin-top: 10px;
  }
  #news .detail-ttl {
    margin-top: 10px !important;
  }
}

/*	contact  PC
------------------------------------ */
#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: 110px 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: 110px 0 130px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-ul {
    margin-top: 10px;
  }
}
#site .site-li {
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #111111;
  font-family: "Noto serif Bold", 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: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #0098bd;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #site .site-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #0098bd;
  }
}
@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: #111111;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #111111;
  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;
    line-height: 1.95;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	pagetop  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /*	s-top  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 {
    line-height: 1.95;
  }
  .com-btn {
    width: 220px;
    height: 50px;
    line-height: 50px;
  }
  .com-table {
    border-spacing: 10px 5px;
  }
  .com-table th {
    width: 100px;
  }
  .com-head01-logo {
    display: block;
    width: 200px;
  }
  .com-head01-en {
    margin-top: 10px;
  }
  .com-head02-box {
    padding: 7px 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    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;
  }
  .s-headline {
    height: 70px;
    padding: 10px 15px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .s-headline-right li:nth-of-type(n+2) {
    margin-left: 25px;
  }
  .s-logo {
    width: 200px;
    line-height: 1;
  }
  .s-top .com-tel-link {
    width: 30px;
    height: 30px;
    padding-left: 30px;
  }
  .s-top .com-tel-note {
    width: 190px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .s-top .com-mail {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
  .s-top .com-mail-ttl {
    display: none;
    padding: 0;
  }
  .s-top .com-mail-ico {
    line-height: 48px;
  }
  .s-main {
    margin: 20px auto 0;
    -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;
  }
  .s-item {
    width: 100%;
  }
  .s-item:nth-of-type(n+2) {
    margin: 0;
  }
  .s-mv02 {
    background-image: url(../img/s-top/mv02-sp.jpg);
  }
  .s-mv-catch {
    width: 85%;
    top: 28%;
  }
  .headline {
    height: 65px;
    padding: 0 15px;
  }
  .logo {
    width: 200px;
  }
  .mv {
    padding-top: 80%;
    background: url(../img/top/mv-ico.png) no-repeat 2.8% 7%/18.4%, url(../img/top/mv-water.png) no-repeat 96.8% 82%/60.7%;
  }
  .mv-bg {
    height: 100%;
    padding: 0;
    overflow: hidden;
  }
  .mv-bg img {
    height: auto;
    -o-object-fit: none;
       object-fit: none;
    position: static;
    vertical-align: top;
  }
  .mv-catch {
    width: 88%;
    margin: auto;
    position: absolute;
    bottom: 22%;
    left: 0;
    right: 0;
  }
  .sp-menu-btn-wrp {
    background-color: #0098bd;
    top: 13px;
    right: 15px;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    color: #fff;
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  #drawer-nav {
    padding: 15px 15px 30px;
    background-color: #fff;
  }
  #drawer-nav .drawer-logo {
    width: 160px;
    margin: 0 0 15px;
  }
  #drawer-nav .drawer-info {
    margin: 5% auto 0;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 5% 0;
    border-color: rgba(17, 17, 17, 0.4);
    font-size: clamp(18px, 4.8vw, 30px);
    font-family: "Noto serif Medium", serif;
    letter-spacing: 0.12em;
    color: #111111;
    line-height: 1.67;
  }
  #drawer-nav #nav .drawer-link-current {
    color: #0098bd;
  }
  #drawer-nav .drawer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
  }
  #drawer-nav .drawer-info .com-mail {
    margin: 25px auto 0;
  }
  .ggmap {
    margin-top: 20px;
    padding-top: 250px;
  }
  #footer .foo-inner {
    padding: 50px 15px;
    -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-logo {
    display: block;
    width: 250px;
    margin: auto;
  }
  #footer .foo-txt {
    margin-top: 20px;
  }
  #footer .foo-list {
    -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;
    text-align: center;
  }
  #footer .foo-list li:nth-of-type(n+2) {
    margin: 20px auto 0;
  }
  #footer .foo-fax {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
  }
  #footer .foo-site {
    display: block;
    width: 250px;
    margin: 25px auto 0;
  }
  #footer .foo-right {
    width: 100%;
    margin: 25px auto 0;
  }
  #footer .foo-btn {
    display: block;
    margin: auto;
  }
  #footer .fnav-list {
    height: auto;
  }
  #footer .fnav-list-item:nth-of-type(n+2) {
    margin-top: 25px;
  }
  #footer .fnav-list-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #footer .copy {
    margin-top: 50px;
    text-align: center;
  }
  .sv-img {
    height: 135px;
    background-size: cover;
  }
  .sv-catch {
    top: 30px;
  }
  .sv-catch-en {
    padding: 6px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sv-catch-ja {
    margin-top: 15px;
    font-size: 28px;
    font-size: 2.8rem;
    text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= */