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

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

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

.com-inner-lg {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

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

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

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  max-width: 1080px;
  margin: 50px auto 0 !important;
  background: none;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th {
  width: 370px;
}
.contact-form-table a {
  color: #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: #fff;
  border-radius: 0;
}
.contact-form-table .required-mark {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    padding: 9px;
    font-size: 1.6rem;
  }
  .contact-form-table th {
    border: none;
  }
  .contact-form-table td {
    border-color: #28a8d2;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 1.6rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

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

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

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

/* =========================================
  タグテンプレート
========================================= */
.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 #333333;
  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: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: none;
  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;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #006;
}

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

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 2.1;
}
@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: flex;
  width: 100%;
  max-width: 400px;
  padding: 20px 35px;
  background: url(../img/top/com-btn-awr.png) no-repeat calc(100% - 19px) center, url(../img/top/com-btn-gra.png) no-repeat center/cover;
  border-radius: 999px;
  box-shadow: 5px 5px #e6e6e6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  justify-content: center;
  align-items: center;
  transform: translate(0, 0);
}
@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% - 14px), center;
    transform: translate(5px, 5px);
    opacity: 1;
    box-shadow: 0 0 transparent;
  }
}

#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-collapse: separate;
  border-spacing: 0 10px;
}
.com-table th, .com-table td {
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  vertical-align: middle;
  line-height: 1.76;
}
@media screen and (max-width: 768px) {
  .com-table th, .com-table td {
    font-size: 1.5rem;
  }
}
.com-table th {
  width: 180px;
  background: #3daec6;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.com-table td {
  padding-left: 10px;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  .com-table-note {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .com-table-note {
    display: block;
    margin: 0;
  }
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 .en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #28a8d2;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en {
    font-size: 1.5rem;
  }
}
.com-ttl01 .en::before {
  content: "";
  width: 27px;
  height: 29px;
  background: url(../img/top/about-ttl-illu.png) no-repeat left top/contain;
  position: absolute;
  top: -5px;
  left: -35px;
}
.com-ttl01 .ja {
  margin-top: 20px;
  margin-left: -5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.14em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja {
    font-size: 1.7rem;
  }
}
.com-ttl01 .ja .lg {
  font-size: 4.2rem;
  color: #28a8d2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja .lg {
    font-size: 2.1rem;
  }
}
.com-ttl01.t-center .en {
  padding-top: 50px;
}
.com-ttl01.t-center .en::before {
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
.com-ttl02 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-ttl02 {
    font-size: 1.7rem;
  }
}
.com-ttl02 .dot {
  background: url(../img/msm/dott.png) no-repeat 14px top;
}
.com-ttl02 .lg {
  color: #28a8d2;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .lg {
    font-size: 2.1rem;
  }
}
.com-ttl02.fuki {
  display: flex;
  line-height: 1.9;
  justify-content: center;
  align-items: flex-end;
}
.com-ttl02.fuki::before, .com-ttl02.fuki::after {
  content: "";
  width: 46px;
  height: 39px;
  margin-bottom: 14px;
}
.com-ttl02.fuki::before {
  margin-right: 20px;
  background: url(../img/menu/about-ttl-l.png) no-repeat left bottom;
}
.com-ttl02.fuki::after {
  margin-left: 20px;
  background: url(../img/menu/about-ttl-r.png) no-repeat left bottom;
}
.com-ttl03 {
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.14em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 1.7rem;
  }
}
.com-ttl03::before, .com-ttl03::after {
  content: "";
  width: 39px;
  height: 42px;
}
.com-ttl03::before {
  margin-right: 37px;
  background: url(../img/nature/case-ttl-r.png) no-repeat left center/contain;
}
.com-ttl03::after {
  margin-left: 37px;
  background: url(../img/nature/case-ttl-l.png) no-repeat left center/contain;
}
.com-ttl04 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  max-width: 77px;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 100;
}
.sidebar-pagetop {
  margin-top: 26px;
  animation: floatY 3s ease infinite;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  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: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li::after {
  content: "＞";
  display: inline-block;
  padding: 0 5px;
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 20px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #333333;
}
.pagenation .current {
  color: #28a8d2;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arrow-left {
  margin: auto;
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #28a8d2;
  border-left: 0;
  transform: translateY(-50%);
}

.arrow-right {
  margin: auto;
  position: relative;
  display: inline-block;
  width: 11.8px;
  height: 19.6px;
}

.arrow-right::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #28a8d2;
  border-right: 0;
  transform: translateY(-50%);
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  margin: 28px auto 0;
  height: 25px;
  border-top: 1px dotted rgba(51, 51, 51, 0.2);
  text-align: center;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #333333;
  line-height: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .data-nav a {
    font-size: 1.5rem;
  }
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  display: inline-block;
  padding: 0 9px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}

.back-btn {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.back-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #28a8d2;
  border-left: 0;
}

.next-btn {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.next-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #28a8d2;
  border-right: 0;
}

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

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

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  width: 100%;
  margin: auto;
  padding: 31px 60px 31px 78px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease;
}
.headline-bg {
  background: #f6f3ef;
}
.headline-info li:nth-of-type(n+2) {
  margin-left: 20px;
}
.headline-info-sns a:nth-of-type(n+2) {
  margin-left: 20px;
}

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

/*	mv  PC
------------------------------------ */
.mv {
  height: 0;
  padding-top: 46.6%;
  background: url(../img/top/logo-bg.png) no-repeat left top, url(../img/top/mv-illu-lb.png) no-repeat 12.6% 97.9%, url(../img/top/mv-wave.png) no-repeat center bottom, url(../img/top/mv-r.png) no-repeat right 56.4%/22.6% #f6f3ef;
  position: relative;
  z-index: 90;
}
@media screen and (min-width: 1921px) {
  .mv {
    background-size: auto, auto, 100%, auto;
  }
}
.mv-catch {
  width: 17.6%;
  position: absolute;
  top: 25%;
  left: 25%;
}
.mv-catch img {
  width: 100%;
}
.mv-img-l {
  width: 25.5%;
  position: absolute;
  left: 8.75%;
  bottom: 8.8%;
}
.mv-img-l img {
  width: 100%;
}
.mv-img-r {
  width: 40.8%;
  position: absolute;
  top: 16.3%;
  right: 12.1%;
}
.mv-img-r img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  padding: 65px 0 30px;
  background-color: #6dc3d5;
  line-height: 1;
}
.gnav-list {
  display: flex;
  max-width: 1080px;
  margin: auto;
  padding-bottom: 28px;
  background-size: 16px 4px;
  background-image: linear-gradient(to right, #fff, #fff 4px, transparent 4px, transparent 16px);
  background-repeat: repeat-x;
  background-position: left bottom;
  justify-content: center;
  align-items: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 24px;
}
.gnav-list-link {
  padding-left: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .gnav-list-link:hover {
    background: url(../img/top/gnav-ico.png) no-repeat left center;
  }
}
.gnav-list-link.current {
  background: url(../img/top/gnav-ico.png) no-repeat left center;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: url(../img/top/footer-top.png) no-repeat center top #f6f3ef;
  position: relative;
}
#footer .foo-bg::before {
  content: "";
  width: 100%;
  height: 37px;
  margin: auto;
  background: url(../img/top/f-top.png) no-repeat center top/cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -37px;
}
@media screen and (min-width: 1921px) {
  #footer .foo-bg {
    background-size: 100% auto;
  }
}
#footer .foo-inner {
  padding: 228px 0 100px;
}
#footer .foo-address {
  margin-top: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #footer .foo-address {
    font-size: 1.5rem;
  }
}
#footer .foo-info {
  margin-top: 45px;
}
#footer .foo-info li:nth-of-type(n+2) {
  margin-left: 20px;
}
#footer .foo-btn {
  background: url(../img/top/contact-target.png) no-repeat calc(100% - 25px) #fff !important;
}
#footer .foo-btn-wrap {
  margin-top: 20px;
}
#footer .foo-btn-wrap li:nth-of-type(n+2) {
  margin-top: 15px;
}
#footer .foo-btn-wrap a {
  display: block;
  width: 100%;
  max-width: 310px;
  background-position-x: 23px, calc(100% - 25px);
}

.fnav {
  display: flex;
  justify-content: flex-end;
  line-height: 1;
}
.fnav ul:nth-of-type(n+2) {
  margin-left: 48px;
}
.fnav-list li:nth-of-type(n+2) {
  margin-top: 33px;
}
.fnav-list-link {
  padding-left: 18px;
  background: url(../img/top/f-nav.png) no-repeat left center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link.current {
  color: #28a8d2;
}

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

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

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  padding-top: 612px;
  background: url(../img/top/logo-bg.png) no-repeat left top, url(../img/sub/sv-illu.png) no-repeat calc(50% - 694px) calc(100% - 25px), url(../img/sub/sv-l.png) no-repeat calc(50% - 622px) calc(100% - 115px), url(../img/sub/sv-r.png) no-repeat right 150px, url(../img/top/mv-wave.png) no-repeat center bottom #f6f3ef;
}
@media screen and (min-width: 1921px) {
  .sv {
    background-size: auto, auto, auto, auto, 100%;
  }
}
.sv-img {
  position: absolute;
  top: 139px;
  right: calc(50% - 665px);
}
@media screen and (max-width: 1354px) {
  .sv-img {
    width: 44%;
    right: 15px;
  }
}
.sv-catch {
  padding-bottom: 10px;
  background-size: 10px 1px;
  background-image: linear-gradient(to right, #28a8d2, #28a8d2 4px, transparent 4px, transparent 10px);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.18em;
  line-height: 1.5;
  position: absolute;
  left: calc(50% - 475px);
  top: 288px;
}
@media screen and (max-width: 768px) {
  .sv-catch {
    font-size: 1.8rem;
  }
}
.sv-catch::before {
  width: 46px;
  height: 46px;
  background: url(../img/sub/sv-ttl.png) no-repeat left bottom/contain;
  position: absolute;
  left: -26px;
  bottom: -5px;
  content: "";
}
.sv-catch .sm {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .sv-catch .sm {
    font-size: 1.5rem;
  }
}

/*	news  PCSP
------------------------------------ */
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
#news .com-news-link {
  display: block;
  width: 100%;
}
#news .com-news-img {
  width: 250px;
  height: 200px;
  margin-right: 30px;
  position: relative;
  flex-shrink: 0;
}
#news .com-news-con {
  width: 100%;
}
#news .com-news-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 40px auto 0;
  }
  #news .com-news-box {
    display: block;
  }
  #news .com-news-img {
    margin: 0 auto 15px;
  }
  #news .com-news-ttl {
    font-size: 1.8rem;
  }
  #news .com-news-txt {
    line-height: 1.8;
  }
}
#news .detail-flx {
  margin: 20px auto 0;
}
#news .detail-txt {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #news .detail-txt {
    margin-top: 10px;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-note {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-note {
    margin-top: 25px;
  }
}
#contact .complete-box {
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
#privacy .privacy-box {
  margin: 50px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #privacy .privacy-box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
  line-height: 2;
}
#privacy .privacy-box ul {
  margin-top: 15px;
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .privacy-box-ttl_default {
  background-color: #f6f3ef;
  color: #333333;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box p {
    line-height: 1.7;
  }
}

/*	site  PCSP
------------------------------------ */
#site .site-box {
  max-width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    margin-top: 20px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
#site .site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  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: #333333;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

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

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    width: 100%;
    margin: auto;
    min-width: 350px;
    line-height: 2;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  /*	parts  SP
  ------------------------------------ */
  /*	com-btn  SP
  ------------------------------------ */
  /*	com-table  SP
  ------------------------------------ */
  /*	heading  SP
  ------------------------------------ */
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  /*	mv  SP
  ------------------------------------ */
  /*	gnav  SP
  ------------------------------------ */
  /*	gnav-add  SP
  ------------------------------------ */
  /*	ggmap  SP
  ------------------------------------ */
  /* =========================================
  footer  SP
  ========================================= */
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* sub mv  SP
  ------------------------------------ */
  /*	------- */
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-txt, #privacy .txt-box {
    line-height: 1.8;
  }
  .com-btn {
    background-size: 13px, cover;
  }
  .com-table th, .com-table td {
    display: block;
  }
  .com-table th {
    width: 100%;
    padding: 10px;
  }
  .com-table td {
    padding: 10px;
  }
  .com-ttl01 {
    text-align: center;
  }
  .com-ttl01 .en {
    padding-top: 25px;
  }
  .com-ttl01 .en::before {
    width: 14px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .com-ttl01 .ja {
    margin-top: 9px;
    font-size: 2rem;
  }
  .com-ttl01 .ja .lg {
    font-size: 2.4rem;
  }
  .com-ttl01.t-center .en {
    padding-top: 25px;
  }
  .com-ttl01.t-center .en::before {
    width: 14px;
    margin: auto;
  }
  .com-ttl01.sp-left .en {
    padding-top: 0;
  }
  .com-ttl01.sp-left .en::before {
    right: auto;
    left: -7px;
    top: 0px;
  }
  .com-ttl02 {
    font-size: 2rem;
  }
  .com-ttl02 .dot {
    background-size: 71px;
    background-position-x: 9px;
  }
  .com-ttl02 .lg {
    font-size: 2.5rem;
  }
  .com-ttl02.fuki::before, .com-ttl02.fuki::after {
    width: 23px;
    height: 22px;
    margin-bottom: 10px;
    background-size: contain;
  }
  .com-ttl03 {
    font-size: 1.8rem;
  }
  .com-ttl03::before, .com-ttl03::after {
    width: 19px;
    height: 20px;
  }
  .com-ttl03::before {
    margin-right: 10px;
  }
  .com-ttl03::after {
    margin-left: 10px;
  }
  .com-ttl04 {
    font-size: 1.8rem;
  }
  .sidebar {
    max-width: 62px;
    bottom: 30px;
  }
  .headline {
    height: 80px;
    padding: 15px 15px 0;
  }
  .headline-info li:nth-of-type(n+2) {
    margin: 25px auto 0;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 118px !important;
  }
  .mv {
    padding-top: 180%;
    background: url(../img/top/sp-mv-logo.png) no-repeat left top/244px, url(../img/top/sp-mv-rt.png) no-repeat right top/90px, url(../img/top/mv-wave.png) no-repeat center bottom/100%, url(../img/top/sp-mv-illu.png) no-repeat 87.6% 96%/12.5% #f6f3ef;
    overflow: hidden;
  }
  .mv-catch {
    width: 58.4%;
    top: auto;
    left: 6.6%;
    bottom: 6%;
  }
  .mv-catch .lg, .mv-catch .sm {
    display: block;
    width: 100%;
  }
  .mv-catch .sm {
    margin-top: -5%;
  }
  .mv-img-l {
    width: 69.5%;
    left: -1.25%;
    bottom: 21.8%;
  }
  .mv-img-r {
    width: 88%;
    right: -11%;
    top: 14.3%;
  }
  .sp-menu-btn-wrp {
    background: #28a8d2;
    border-radius: 5px;
    top: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  #drawer-nav {
    padding: 15px 15px 30px;
    background: #f6f3ef;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
  }
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border: rgba(51, 51, 51, 0.2);
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333333;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #28a8d2;
  }
  #drawer-nav #nav .drawer-dropdown span::before, #drawer-nav #nav .drawer-dropdown span::after {
    background-color: #fff;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #333333;
    text-align: left;
    border-color: rgba(51, 51, 51, 0.2);
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #28a8d2;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
  .ggmap {
    padding-top: 250px;
  }
  #footer .foo-bg {
    background-size: 100%;
    background-position-y: -10px;
  }
  #footer .foo-inner {
    padding: 10% 15px 50px;
  }
  #footer .foo-flx {
    flex-direction: column;
    align-items: center;
  }
  #footer .foo-address {
    margin-top: 15px;
  }
  #footer .foo-info {
    justify-content: center;
  }
  #footer .foo-btn-wrap a {
    margin: auto;
  }
  #footer .foo-right {
    width: 100%;
  }
  .fnav {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .fnav ul:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .fnav-list {
    display: block;
    text-align: left;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin: 25px 0 0;
  }
  .copy {
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .sv {
    padding-top: 135%;
    background: url(../img/top/sp-mv-logo.png) no-repeat left top/244px, url(../img/sub/sv-illu.png) no-repeat 8% 98%/12.5%, url(../img/sub/sv-l.png) no-repeat 10% 86%/25%, url(../img/sub/sv-r.png) no-repeat right 25%/35%, url(../img/top/mv-wave.png) no-repeat center calc(100% + 1px)/100% #f6f3ef;
  }
  .sv-img {
    width: 60%;
    top: 25%;
  }
  .sv-catch {
    padding-bottom: 6px;
    top: auto;
    left: 10%;
    bottom: 25%;
  }
  .sv-catch::before {
    width: 29px;
    height: 29px;
    left: -15px;
    bottom: -10px;
  }
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */