@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Regular";
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
/*	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;
}

.anchor-mp {
  margin: -90px auto 0;
  padding-top: 90px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 55px 0 0;
}

.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: 50px 0 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: #edf0e0;
}

.com-box {
  background: #fff;
  border-radius: 40px;
}

.com-voice {
  display: flex;
  flex-wrap: wrap;
}
.com-voice-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-voice-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-voice-item:nth-of-type(n+4) {
    margin-top: 46px;
  }
}
.com-voice-link {
  display: block;
  padding: 40px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  transform: translate(0);
}
@media screen and (min-width: 768px) {
  .com-voice-link:hover {
    transform: translateY(5px);
    opacity: 1;
  }
}
.com-voice-link::before {
  content: "";
  width: 35px;
  height: 23px;
  background: url(../img/top/voice-deco.png) no-repeat left top/contain;
  position: absolute;
  left: 30px;
  top: -8px;
}
.com-voice-link::after {
  content: "";
  width: 31px;
  height: 16px;
  margin: auto;
  background: url(../img/top/voice-arw.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
}
.com-voice-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .com-voice-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-voice-ttl {
    min-height: 119px;
  }
}
.com-voice-profile {
  margin: 15px auto 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-voice-profile {
    font-size: 1.5rem;
  }
}

.news-post {
  width: 100%;
  max-width: 800px;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.news-post-link {
  padding: 27px 95px 27px 50px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover::before {
    background-image: url(../img/top/com-btn-arw-hover-green.png);
  }
  .news-post-link:hover::after {
    background-color: #f4b147;
  }
}
.news-post-link::before, .news-post-link::after {
  content: "";
  transition: all 0.3s ease;
}
.news-post-link::before {
  width: 11px;
  height: 17px;
  margin: auto;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
.news-post-link::after {
  width: 40px;
  height: 100%;
  margin: auto;
  background: #235b51;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.news-post-time {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-contents {
  width: 100%;
  max-width: 500px;
  margin-left: 40px;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
}
.news-post-tag li:nth-of-type(n+2) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #b2bd81;
}
.news-post-tag-txt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  color: #b2bd81;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 14px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.com-tag-link {
  display: flex;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 14px 30px;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}

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

  main layout  all

========================================= */
/* top-greeting  PC
------------------------------------ */
#top-greeting {
  background: url(../img/top/greeting-l.png) no-repeat left bottom/26.7%, url(../img/top/greeting-r.png) no-repeat right bottom/26.3%;
}
#top-greeting .greeting-ttl {
  text-align: center;
  color: #f4b147;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-greeting .greeting-ttl {
    font-size: 2.5rem;
  }
}
#top-greeting .greeting-txt {
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.12em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #top-greeting .greeting-txt {
    font-size: 1.5rem;
  }
}
#top-greeting .greeting-txt-box {
  margin: 55px auto 0;
}

/* top-solution  PC
------------------------------------ */
#top-solution .solution-box {
  width: calc(100% - 30px);
  margin: auto;
  padding: 130px 0 150px;
  border-radius: 80px;
  background: #edf0e0;
  position: relative;
  z-index: 1;
}
#top-solution .solution-box::before {
  content: "";
  width: 92.6%;
  height: 620px;
  background: url(../img/top/solution-arw.png) no-repeat left top/contain;
  position: absolute;
  top: 150px;
  left: 0;
  z-index: -1;
}
#top-solution .solution-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-ttl {
    font-size: 2.5rem;
  }
}
#top-solution .solution-ttl .dot {
  position: relative;
}
#top-solution .solution-ttl .dot::before {
  content: "";
  width: 219px;
  height: 8px;
  background: url(../img/top/solution-dot.png) no-repeat left top/contain;
  position: absolute;
  top: -17px;
  left: 21px;
}
#top-solution .solution-list {
  margin: 58px auto 0;
}
#top-solution .solution-list li {
  width: 190px;
  height: 190px;
  background: #f4b147;
  border-radius: 50%;
}
#top-solution .solution-list li:nth-of-type(n+2) {
  margin-left: 50px;
}
#top-solution .solution-list li:nth-of-type(1) {
  margin-top: 80px;
}
#top-solution .solution-list li:nth-of-type(2) {
  margin-top: 40px;
}
#top-solution .solution-list-item {
  display: flex;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.6rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-list-item {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-solution .solution-txt {
    max-width: 540px;
    margin-left: auto;
  }
}
#top-solution .solution-txt-wrap {
  max-width: 1080px;
  margin: auto;
}
#top-solution .solution-btn {
  margin: 45px auto 0;
}
#top-solution .solution-illu {
  position: absolute;
  left: calc(50% - 543px);
  bottom: 294px;
}

/* top-voice  PC
------------------------------------ */
#top-voice .voice-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-ttl {
    font-size: 2.5rem;
  }
}
#top-voice .voice-list {
  margin: 80px auto 0;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-list-item {
  width: 100%;
  max-width: 600px;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-left: 30px;
}
#top-bnr .bnr-list-link {
  display: block;
  height: 100%;
  padding: 155px 0 70px;
  border-radius: 40px;
  border: 4px solid #235b51;
  text-align: center;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/bnr-ico01.png) no-repeat center 86px, url(../img/ent/arw.png) no-repeat calc(100% + 4px) calc(100% + 4px)/90px #edf0e0;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link01:hover {
    background-size: auto, 100px;
  }
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/bnr-ico02.png) no-repeat center 86px, url(../img/ent/arw.png) no-repeat calc(100% + 4px) calc(100% + 4px)/90px #edf0e0;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link02:hover {
    background-size: auto, 100px;
  }
}
#top-bnr .bnr-list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl {
    font-size: 2rem;
  }
}
#top-bnr .bnr-list-txt {
  margin: 32px auto 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-txt {
    font-size: 1.5rem;
  }
}

/* top-information  PC
------------------------------------ */
#top-information .information-box {
  width: calc(100% - 30px);
  max-width: 1500px;
  margin: auto;
  padding: 150px 0;
  border-radius: 80px;
  background: url(../img/top/information-l.png) no-repeat 170px 80px, url(../img/top/information-r.png) no-repeat calc(100% - 110px) 80px #edf0e0;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  #top-information .information-box {
    background-position: 100px 80px, calc(100% - 50px) 80px;
  }
}
#top-information .information-ttl {
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-information .information-ttl {
    font-size: 2.5rem;
  }
}
#top-information .information-map {
  margin: 80px auto 0;
  padding-top: 260px;
}
#top-information .information-btn {
  margin: 60px auto 0;
}
#top-information .news-wrap {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: 100px auto 0;
  padding-top: 116px;
  background: url(../img/top/news-border.png) no-repeat center top/100%;
}
#top-information .news-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-information .news-ttl {
    font-size: 2rem;
  }
}
#top-information .news-btn {
  margin-top: 60px;
}

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

  sub layout  all

========================================= */
/* service  PC
------------------------------------ */
#service .worries-list {
  margin: 40px auto 0;
}
#service .worries-list li {
  width: 100%;
  max-width: 525px;
  padding: 35px 0;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #service .worries-list li:nth-of-type(n+3) {
    margin-top: 26px;
  }
}
#service .worries-list li::before {
  width: 31px;
  height: 16px;
  margin: auto;
  background: url(../img/top/voice-arw.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  content: "";
}
#service .worries-list p {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #service .worries-list p {
    font-size: 1.5rem;
  }
}
#service .worries-list span {
  color: #f4b147;
}
#service .solution {
  background: #edf0e0;
  position: relative;
}
#service .solution::before {
  content: "";
  width: 59px;
  height: 68px;
  margin: auto;
  background: url(../img/service/arw.png) no-repeat center top/contain;
  animation: float 3s ease-in-out infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
}
#service .solution-ttl {
  text-align: center;
}
#service .solution-ttl-sm {
  display: inline-block;
  border-bottom: 4px dotted #bfc2b4;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #service .solution-ttl-sm {
    font-size: 1.5rem;
  }
}
#service .solution-ttl-lg {
  display: block;
  margin: 10px auto 0;
}
#service .solution-box {
  margin: 40px auto 0;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
#service .solution-box::before {
  content: "";
  width: 125px;
  height: 185px;
  background: url(../img/service/solution-ico.png) no-repeat center/contain;
  position: absolute;
  left: -39px;
  bottom: -30px;
}
#service .features-box {
  margin: 52px auto 0;
  padding: 70px 0 53px;
  position: relative;
}
#service .features-box::before {
  content: "";
  width: 110px;
  height: 104px;
  background: url(../img/service/features-ico.png) no-repeat center/contain;
  position: absolute;
  right: 133px;
  top: -104px;
}
#service .features-list li {
  width: 100%;
  border-radius: 30px;
  border: 4px solid #235b51;
  background: #f6f4f1;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #service .features-list li {
    max-width: 455px;
  }
  #service .features-list li:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
#service .features-list-ttl {
  padding: 23px 0 30px;
  background: #235b51;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #service .features-list-ttl {
    font-size: 1.7rem;
  }
}
#service .features-list-num {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 3px solid #f4b147;
  color: #f4b147;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  #service .features-list-num {
    font-size: 1.5rem;
  }
}
#service .features-list-txt-box {
  padding: 29px 40px;
}
#service .about-box {
  margin: 108px auto 0;
  padding: 70px 0;
}
#service .about-list-item {
  width: 290px;
  border-radius: 30px;
  background: #f6f4f1;
  padding: 115px 47px 27px 33px;
  position: relative;
}
#service .about-list-item:nth-of-type(n+2) {
  margin-left: 35px;
}
#service .about-list-ttl {
  width: 250px;
  height: 250px;
  padding-top: 40px;
  background: #f4b147;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  position: absolute;
  top: -149px;
  left: 0;
  right: 0;
}
#service .about-list-ttl-num {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px dotted #fcedd4;
  color: #fff;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service .about-list-ttl-num {
    font-size: 1.5rem;
  }
}
#service .about-list-ttl-num span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #service .about-list-ttl-num span {
    font-size: 1.5rem;
  }
}
#service .about-list-ttl-ja {
  margin: 15px auto 0;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.4rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #service .about-list-ttl-ja {
    font-size: 1.7rem;
  }
}
#service .flow-box {
  margin: 40px auto 0;
  padding: 70px;
}
#service .flow-list-item {
  display: flex;
  padding: 30px 45px 40px 40px;
  background: #f6f4f1;
  border-radius: 30px;
  align-items: flex-start;
}
#service .flow-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#service .flow-list-num {
  width: 90px;
  height: 90px;
  background: #f4b147;
  border-radius: 50%;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 90px;
  color: #fff;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .flow-list-num {
    font-size: 2rem;
  }
}
#service .flow-list-num::before {
  width: 4px;
  height: 20px;
  margin: auto;
  background: url(../img/service/flow-dot.png) no-repeat center top/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -31px;
  content: "";
}
#service .flow-list-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  color: #f4b147;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #service .flow-list-ttl {
    font-size: 1.7rem;
  }
}
#service .flow-list-contents {
  margin-left: 30px;
}
#service .flow-list-txt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #service .flow-list-txt {
    font-size: 1.5rem;
  }
}

/* voice  PC
------------------------------------ */
#voice .voice-box {
  padding: 50px 70px 70px;
  position: relative;
}
#voice .voice-box::before {
  content: "";
  width: 35px;
  height: 23px;
  background: url(../img/voice-deco.png) no-repeat center/contain;
  position: absolute;
  left: 30px;
  top: -10px;
}
#voice .voice-ttl-sub {
  margin: 17px 0 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #voice .voice-ttl-sub {
    font-size: 1.5rem;
  }
}
#voice .voice-txt {
  white-space: pre-line;
}
#voice .voice-txt-box {
  margin: 40px auto 0;
  padding: 40px 50px;
  border-radius: 30px;
  background: #f6f4f1;
}

/* faq  PC
------------------------------------ */
#faq .faq-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#faq .faq-list-ttl {
  padding-left: 85px;
  background: url(../img/faq/q.png) no-repeat left 0px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl {
    font-size: 1.7rem;
  }
}
#faq .faq-list-box {
  max-width: 1000px;
  margin: 30px 0 0 auto;
  padding: 28px 40px;
  border-radius: 20px;
}
#faq .faq-list-txt {
  white-space: pre-line;
}

/* about  PC
------------------------------------ */
#about .com-box {
  margin: 33px auto 0;
  padding: 70px 0;
}
#about .about-read {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about .about-read p:nth-of-type(n+2) {
    margin-top: 39px;
  }
}
#about .about-com-list {
  max-width: 940px;
  margin: auto;
}
#about .about-com-list li:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#about .about-com-list-item {
  border: 4px solid #f4b147;
  border-radius: 30px;
  background: #f6f4f1;
  overflow: hidden;
}
#about .about-com-list-ttl {
  padding: 18px 0 22px;
  background: #f4b147;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .about-com-list-ttl {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  #about .about-com-list-ttl {
    display: flex;
    height: 150px;
    justify-content: center;
    align-items: center;
  }
}
#about .about-com-list-txt {
  padding: 30px 35px;
}
#about .about-box {
  position: relative;
}
#about .about-box::before {
  content: "";
  width: 107px;
  height: 102px;
  background: url(../img/about/deco01.png) no-repeat center/contain;
  position: absolute;
  left: 82px;
  top: -102px;
}
#about .merit {
  padding-bottom: 140px;
}
#about .merit-box {
  margin-top: 50px;
  position: relative;
}
#about .merit-box::before {
  content: "";
  width: 121px;
  height: 73px;
  background: url(../img/about/deco02.png) no-repeat center/contain;
  position: absolute;
  right: 68px;
  top: -73px;
}
#about .merit-list-item {
  border-color: #235b51;
  position: relative;
}
#about .merit-list-ttl {
  background-color: #235b51;
}
#about .merit-list-num {
  width: 90px;
  height: 90px;
  border: 2px solid #f4b147;
  text-align: center;
  border-radius: 50%;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 86px;
  color: #f4b147;
  position: absolute;
  top: 30px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  #about .merit-list-num {
    font-size: 2rem;
  }
}
#about .merit-list-txt {
  padding: 30px;
}
#about .note {
  width: calc(100% - 30px);
  max-width: 1280px;
  padding: 80px 0 85px;
  border: 4px solid #f4b147;
  background: url(../img/about/deco03.png) no-repeat 65px 78px/33%, url(../img/about/dot.png) no-repeat 25px 25px, url(../img/about/dot.png) no-repeat 25px calc(100% - 25px), url(../img/about/dot.png) no-repeat calc(100% - 25px) 25px, url(../img/about/dot.png) no-repeat calc(100% - 25px) calc(100% - 25px) #fff;
}
@media screen and (max-width: 1264px) {
  #about .note {
    background-size: 250px, auto, auto, auto, auto;
  }
}
#about .note-contents {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
}
#about .note-ttl {
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.06em;
  color: #f4b147;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #about .note-ttl {
    font-size: 2.5rem;
  }
}
#about .note-txt {
  margin-top: 56px;
}

/* information  PC
------------------------------------ */
#information .message-box {
  margin: 50px auto 0;
  padding: 55px 65px;
  position: relative;
}
#information .message-box-ico {
  position: absolute;
  left: 290px;
  top: -119px;
}
#information .information-table-wrap {
  margin: 50px auto 0;
  position: relative;
}
#information .information-table-radius {
  border-radius: 20px;
  overflow: hidden;
}
#information .information-ico {
  position: absolute;
  right: 275px;
  top: -131px;
}
#information .access-box {
  margin: 50px auto 0;
  position: relative;
}
#information .access-ico {
  position: absolute;
  left: 257px;
  top: -86px;
}
#information .access-map-txt {
  margin: 40px auto 0;
  text-align: center;
}

/* news  PC
------------------------------------ */
#news .news-post {
  max-width: none;
}
#news .news-post-flx {
  margin-top: 20px;
}
#news .news-post-time {
  margin-right: 20px;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  border-radius: 20px;
  overflow: hidden;
}/*# sourceMappingURL=all.css.map */