@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

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

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 40px 0 0;
}
.com-txt .ac {
  color: #0b976e;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 140px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  padding: 30px 40px 40px;
  border-radius: 20px;
  background: #fff;
}

.com-radius {
  border-radius: 20px;
}

.com-deco {
  position: relative;
}
.com-deco::before {
  content: "";
  width: 123px;
  height: 37px;
  background: url(../img/about/about-img-deco.png) no-repeat left bottom/contain;
  position: absolute;
  left: -47px;
  bottom: 29px;
}

.com-bg01 {
  background: url(../img/top/bnr-wave.png) no-repeat center bottom/100%, url(../img/top/greeting-bg.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .com-bg01 {
    background-size: auto, auto;
  }
}
.com-bg02 {
  background: url(../img/top/bnr-wave.png) no-repeat center bottom/100%, url(../img/top/bnr-bg.png) no-repeat center bottom/100%, url(../img/top/com-bg02-bg.png);
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .com-bg02 {
    background-size: auto, auto, cover;
  }
}
.com-bg03 {
  background: url(../img/top/news-top.png) no-repeat center top/100%, url(../img/top/news-wave.png) no-repeat center bottom/100% #f4f1ed;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  .com-bg03 {
    background-size: auto, auto;
  }
}
.com-bg04 {
  background: url(../img/about/about-deco-lb.png) no-repeat calc(50% - 543px) calc(100% - 52px), url(../img/about/about-deco-rt.png) no-repeat calc(50% + 543px) 185px;
}

.sub .com-bg01 {
  background-image: url(../img/about/about-wave.png), url(../img/about/about-bg.png);
}
.sub .com-bg02 {
  background-image: url(../img/about/about-wave.png), url(../img/about/about-bg02.png), url(../img/top/com-bg02-bg.png);
}
.sub .com-bg03 {
  background-image: url(../img/about/history-top.png), url(../img/about/about-wave.png);
}

.com-tel {
  line-height: 1;
  text-align: right;
}
.com-tel-note {
  display: block;
}
.com-tel-link {
  margin-top: 8px;
  padding-left: 25px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  color: #0b976e;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.6rem;
  }
}

.com-contact {
  display: flex;
  width: 208px;
  height: 62px;
  border-radius: 999px;
  background: url(../img/top/info-contact-bg.png) no-repeat center/cover;
  outline: 3px solid #fff;
  outline-offset: -4px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .com-contact {
    font-size: 1.5rem;
  }
}
.com-contact::before {
  content: "";
  width: 19px;
  height: 14px;
  margin-right: 10px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}

.news-post {
  background: #fff;
  padding: 43px 40px 34px;
  position: relative;
}
.news-post::before {
  content: "";
  width: 96px;
  height: 138px;
  background: url(../img/top/news-rb.png) no-repeat right bottom/contain;
  position: absolute;
  right: -94px;
  bottom: -96px;
  pointer-events: none;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px dotted #333333;
}
.news-post-item:last-of-type a {
  padding-bottom: 0;
}
.news-post-link {
  display: block;
  padding: 28px 0 20px;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-time, .news-post-link:hover .news-post-ttl {
    color: #0b976e;
  }
}
.news-post-time, .news-post-ttl {
  transition: all 0.3s ease;
}
.news-post-time {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  line-height: 1.3;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 18px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  min-width: 88px;
  margin: 0 10px 10px 0;
  padding: 2px 7px;
  background: url(../img/ptn.png);
  border-radius: 999px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: block;
}

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

  main layout  all

========================================= */
/* top-greeting  PC
------------------------------------ */
#top-greeting .greeting-inner {
  background: url(../img/top/greeting-lt.png) no-repeat 7px 375px, url(../img/top/greeting-rt.png) no-repeat calc(100% - 69px) 115px, url(../img/top/greeting-rb.png) no-repeat calc(100% - 140px) 590px;
}
#top-greeting .greeting-txt-box {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-txt-box {
    text-align: center;
  }
}
#top-greeting .greeting-btn {
  margin: 48px auto 0;
}
#top-greeting .movie {
  margin: 77px auto 0;
  text-align: center;
}
#top-greeting .movie-iframe {
  outline: 2px solid #0b976e;
  outline-offset: 8px;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr {
  position: relative;
  z-index: 0;
}
#top-bnr::before, #top-bnr::after {
  content: "";
  height: 0;
  position: absolute;
  pointer-events: none;
}
#top-bnr::before {
  width: 580px;
  padding-top: 297px;
  background: url(../img/top/sec02-sakura-l.png) no-repeat left bottom/contain;
  left: 0;
  bottom: 170px;
  z-index: -1;
}
#top-bnr::after {
  width: 395px;
  padding-top: 331px;
  background: url(../img/top/sec02-sakura-r.png) no-repeat right top/contain;
  right: calc(50% - 720px);
  top: 0;
  z-index: 2;
}
#top-bnr .bnr-list-item {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-item {
    max-width: 510px;
  }
  #top-bnr .bnr-list-item:nth-of-type(n+3) {
    margin-top: 47px;
  }
  #top-bnr .bnr-list-item:nth-of-type(2n+2) {
    margin-top: 113px;
  }
  #top-bnr .bnr-list-item:nth-of-type(2) {
    margin-top: 68px;
  }
}
#top-bnr .bnr-list-img img {
  border-radius: 20px;
}
#top-bnr .bnr-list-img.deco {
  position: relative;
  z-index: 0;
}
#top-bnr .bnr-list-img.deco::before {
  content: "";
  width: 97px;
  height: 29px;
  background: url(../img/top/bnr-img01-deco.png) no-repeat left top/contain;
  position: absolute;
  left: -38px;
  top: 51px;
}
#top-bnr .bnr-list-ttl {
  width: 80px;
  height: 310px;
  background: url(../img/top/bnr-ttl-bg.png) no-repeat center top/contain;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 80px;
  text-align: center;
  writing-mode: vertical-rl;
  position: absolute;
  right: 50px;
  top: -48px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl {
    font-size: 1.7rem;
  }
}
#top-bnr .bnr-list-ttl.deco01::before {
  content: "";
  width: 59px;
  height: 23px;
  background: url(../img/top/bnr-ttl-deco.png) no-repeat right bottom/contain;
  position: absolute;
  right: -28px;
  bottom: 10px;
}
#top-bnr .bnr-list-ttl.deco02::before {
  content: "";
  width: 59px;
  height: 23px;
  background: url(../img/top/bnr-ttl-deco.png) no-repeat right bottom/contain;
  position: absolute;
  right: -28px;
  top: 16px;
}
#top-bnr .bnr-list-ttl.deco03::before {
  content: "";
  width: 76px;
  height: 23px;
  background: url(../img/top/bnr-ttl04-deco.png) no-repeat right bottom/contain;
  position: absolute;
  left: -53px;
  bottom: 0;
}
#top-bnr .bnr-list-txt {
  margin-top: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-txt {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-other {
  display: flex;
  margin: 90px auto 0;
  justify-content: space-between;
}
#top-bnr .bnr-other-item {
  width: 100%;
  max-width: 511px;
  height: 192px;
  padding-top: 28px;
  background: url(../img/top/bnr-other-bg.png) no-repeat center top/contain;
  text-align: center;
}
#top-bnr .bnr-other-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-other-ttl {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-other-link {
  display: block;
  width: 100%;
  max-width: 290px;
  height: 46px;
  margin: 10px auto 0;
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 20px) center, url(../img/ptn02.png);
  border-radius: 5px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 46px;
  color: #0b976e;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-other-link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-other-link:hover {
    background-position-x: calc(100% - 15px), center;
    opacity: 1;
  }
}

/* top-access  PC
------------------------------------ */
#top-access {
  background: url(../img/top/access-rt.png) no-repeat calc(50% + 579px) 25px;
}
#top-access .access-table-wrap {
  margin-top: 35px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top-access .access-left {
    width: 100%;
    max-width: 680px;
    margin-right: 54px;
  }
}
#top-access .access-img {
  border-radius: 20px;
  overflow: hidden;
}

/* top-news  PC
------------------------------------ */
#top-news .news-ttl {
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 2.2rem;
  }
}
#top-news .news-btn {
  max-width: 208px;
  padding: 17.5px 32px;
}
#top-news .news-post {
  margin: 30px auto 0;
}

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

  sub layout  all

========================================= */
.sub .com-txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.18;
}
@media screen and (max-width: 768px) {
  .sub .com-txt {
    font-size: 1.5rem;
  }
}

/* about  PC
------------------------------------ */
#about .sec01-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .sec01-con {
    max-width: 590px;
  }
}
#about .sec01-table {
  margin-top: 40px;
}
#about .sec01-box {
  margin: 80px auto 0;
  border-radius: 20px;
  overflow: hidden;
}
#about .sec01-box-ttl {
  padding: 0.5px 40px;
  background: url(../img/ptn.png);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #about .sec01-box-ttl {
    font-size: 1.5rem;
  }
}
#about .sec01-box-list {
  padding: 16px 40px 30px;
  background-color: #fff;
}
#about .sec01-box-list-item:nth-of-type(n+2) {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #85cbb6;
}
#about .sec01-box-list-ttl {
  margin-bottom: 11px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  color: #0b976e;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #about .sec01-box-list-ttl {
    font-size: 1.5rem;
  }
}
#about .sec01-box-list-txt {
  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;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .sec01-box-list-txt {
    font-size: 1.5rem;
  }
}
#about .sec02-flx {
  margin: 34px auto 0;
}
#about .sec02-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .sec02-con {
    max-width: 590px;
  }
}
#about .sec02-txt {
  margin-top: 23px;
}
#about .sec03-txt {
  margin: 44px auto 0;
  padding: 33px 0;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
#about .history-box {
  margin: 30px auto 0;
  padding: 30px 40px;
  background: #fff;
}
#about .history-dl .item {
  padding-left: 30px;
  position: relative;
}
#about .history-dl .item::before {
  content: "";
  width: 1px;
  height: calc(100% + 40px);
  background: rgba(11, 151, 110, 0.4);
  position: absolute;
  top: 6px;
  left: 5px;
}
#about .history-dl .item:nth-of-type(n+2) {
  margin-top: 40px;
}
#about .history-dl .item:last-of-type::before {
  content: none;
}
#about .history-dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.9rem;
  letter-spacing: 0.12em;
  color: #0b976e;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #about .history-dl dt {
    font-size: 1.5rem;
  }
}
#about .history-dl dt::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0b976e;
  position: absolute;
  top: 6px;
  left: -30px;
}
#about .history-dl dd {
  margin-top: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.375;
}
@media screen and (max-width: 768px) {
  #about .history-dl dd {
    font-size: 1.5rem;
  }
}

/* service  PC
------------------------------------ */
#service .service-list-item {
  display: flex;
  justify-content: space-between;
}
#service .service-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#service .service-list-item:nth-of-type(2n-1) .service-list-img::before {
  top: 35px;
  left: -44px;
}
#service .service-list-item:nth-of-type(2n) .service-list-img::before {
  right: -44px;
  left: auto;
  bottom: 35px;
}
#service .service-list-img::before {
  width: 79px;
  height: 24px;
  background: url(../img/service/deco.png) no-repeat center/contain;
}
#service .service-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #service .service-list-con {
    max-width: 510px;
  }
}
#service .service-list-ttl {
  padding-left: 57px;
  background-image: url(../img/service/ttl-deco.png);
  background-position-y: 17px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-ttl {
    font-size: 1.6rem;
  }
}
#service .service-list-txt {
  margin-top: 25px;
}

/* spot  PC
------------------------------------ */
#spot .spot .ac {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 33px;
  background: url(../img/spot/spot-ttl-l.png) no-repeat left calc(100% - 5px), url(../img/spot/spot-ttl-r.png) no-repeat right calc(100% - 5px);
}
@media screen and (min-width: 768px) {
  #spot .spot-img::before {
    bottom: 87px;
  }
}
#spot .spot-flx {
  margin: 40px auto 0;
}
#spot .spot-txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #spot .spot-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #spot .spot-txt {
    max-width: 510px;
  }
}
#spot .spot-list {
  margin: 93px auto 0;
}
#spot .spot-list-item:nth-of-type(n+2) {
  margin: 53px auto 0;
}
#spot .spot-list-access {
  margin: 20px auto 0;
  color: #7d7d7d;
  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;
  line-height: 1.6;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #spot .spot-list-access {
    font-size: 1.5rem;
  }
}
#spot .spot-list-txt {
  margin-top: 13px;
  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;
  line-height: 1.5625;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #spot .spot-list-txt {
    font-size: 1.5rem;
  }
}
#spot .spot-list-btn {
  width: 100%;
  max-width: 308px;
  font-size: 1.6rem;
  background-image: url(../img/spot/target.png), url(../img/top/com-btn-bg.png);
  background-position-x: calc(100% - 24px), center;
}
@media screen and (max-width: 768px) {
  #spot .spot-list-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #spot .spot-list-btn:hover {
    background-position-x: calc(100% - 20px), center;
  }
}
#spot .spot-list-btn-wrap {
  display: flex;
  margin-top: 12px;
  justify-content: flex-end;
}

/* access  PC
------------------------------------ */
#access .greeting-flx {
  margin: 37px auto 0;
}
#access .greeting-txt {
  font-size: 1.7rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #access .greeting-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #access .greeting-txt {
    max-width: 510px;
  }
}
#access .access-flx {
  margin: 35px auto 0;
}
#access .access-table {
  width: 100%;
  max-width: 680px;
}
#access .access-list {
  max-width: 340px;
}
#access .access-list li:nth-of-type(n+2) {
  margin-top: 40px;
}
#access .access-list-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #access .access-list-ttl {
    font-size: 1.5rem;
  }
}
#access .access-list-ttl01 {
  background: url(../img/access/deco01.png) no-repeat right bottom;
}
#access .access-list-ttl02 {
  background: url(../img/access/deco02.png) no-repeat right bottom;
}
#access .access-list-txt {
  margin-top: 11px;
  white-space: pre-line;
  line-height: 1.75;
}
#access .access-map {
  margin: 71px auto 0;
}
#access .view-list {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #access .view-list-item:not(:nth-of-type(4n-3)) {
    margin-left: 25px;
  }
  #access .view-list-item:nth-of-type(n+5) {
    margin-top: 26px;
  }
}

/* contact  PC
------------------------------------ */
#contact .contact-ttl {
  width: 100%;
  max-width: 600px;
  height: 70px;
  margin: auto;
  background: url(../img/ptn.png);
  border-radius: 999px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 70px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact .contact-ttl {
    font-size: 1.5rem;
  }
}
#contact .contact-ttl::before {
  content: "";
  width: 30px;
  height: 12px;
  margin: auto;
  background: url(../img/contact/arw01.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
}
#contact .contact-ttl02 {
  background: url(../img/ptn03.png);
  color: #333333;
}
#contact .contact-ttl02::before {
  background: url(../img/contact/arw02.png) no-repeat center/contain;
}
#contact .contact-tel {
  display: inline-block;
  margin: 54px auto 0;
  text-align: center;
}
#contact .contact-tel-note {
  text-align: right;
}
#contact .contact-tel-link {
  padding-left: 38px;
  background-image: url(../img/contact/tel.png);
  font-size: 5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #contact .contact-tel-link {
    font-size: 2.5rem;
  }
}
#contact .form {
  margin: 80px auto 0;
}
#contact .contact-form-table {
  background: none;
}
#contact .contact-form-table th {
  background: url(../img/ptn.png);
}
#contact .contact-form-table td {
  background-color: #fff;
  border-color: #f5f5f5;
}
#contact .contact-form-table tr:nth-of-type(1) th {
  border-radius: 20px 0 0 0;
}
#contact .contact-form-table tr:nth-of-type(1) td {
  border-radius: 0 20px 0 0;
}
#contact .contact-form-table tr:last-of-type th {
  border-radius: 0 0 0 20px;
  border: none;
}
#contact .contact-form-table tr:last-of-type td {
  border-radius: 0 0 20px 0;
  border: none;
}

/* news  PC
------------------------------------ */
#news .com-tag {
  margin: 50px auto 0;
}
#news .com-news {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #news .com-news-img {
    margin-left: 15px;
    flex-shrink: 0;
  }
}
/* privacy  PC
------------------------------------ */
#privacy .com-ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #privacy .com-ttl01 {
    margin-bottom: 25px;
  }
}

/* site  PC
------------------------------------ */
#site .com-ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #site .com-ttl01 {
    margin-bottom: 25px;
  }
}/*# sourceMappingURL=all.css.map */