@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;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 27px;
  }
}

.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;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

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

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #ffffff;
  background-size: clamp(48px, 65%, 280px);
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 12.75px 2.25px rgba(25, 146, 209, 0.05);
}
.com-box02 {
  border-radius: 20px;
  background: url(../img/service/maru.png) no-repeat 20px 20px, url(../img/service/maru.png) no-repeat 20px calc(100% - 20px), url(../img/service/maru.png) no-repeat calc(100% - 20px) 20px, url(../img/service/maru.png) no-repeat calc(100% - 20px) calc(100% - 20px) #e6f6fc;
}

.com-bg01 {
  background: url(../img/service/com-bg01.jpg);
}

.com-kira {
  position: relative;
}
.com-kira::before, .com-kira::after {
  content: "";
  width: 55px;
  height: 76px;
  position: absolute;
}
.com-kira::before {
  background: url(../img/top/cam-l.png) no-repeat left top/contain;
  left: -77px;
  top: -33px;
}
.com-kira::after {
  background: url(../img/top/cam-r.png) no-repeat right top/contain;
  right: -77px;
  bottom: -21px;
}

.com-deco-l {
  position: relative;
  z-index: 0;
}
.com-deco-l::before {
  content: "";
  width: 290px;
  height: 283px;
  background: url(../img/top/about-left.png) no-repeat left bottom/contain;
  position: absolute;
  left: -192px;
  bottom: -60px;
  z-index: -1;
}
.com-deco-r {
  position: relative;
  z-index: 0;
}
.com-deco-r::after {
  content: "";
  width: 175px;
  height: 178px;
  background: url(../img/top/about-right.png) no-repeat right top/contain;
  position: absolute;
  right: -42px;
  top: -103px;
  z-index: -1;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  padding-left: 35px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.7rem;
  }
}
.com-tel-link {
  letter-spacing: 0.05em;
}
.com-tel-note {
  display: block;
}

.news-post {
  width: 100%;
  max-width: 690px;
}
.news-post-item:nth-of-type(n+2) {
  margin-top: 30px;
}
.news-post-link {
  display: block;
  padding: 26px 32px 21px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12.75px 2.25px rgba(25, 146, 209, 0.05);
  position: relative;
}
.news-post-link::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/top/blog-check.png) no-repeat left top/contain;
  position: absolute;
  left: -14px;
  top: -14px;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background-color: rgba(25, 146, 209, 0.1);
    opacity: 1;
  }
}
.news-post-time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  color: #33383b;
  letter-spacing: 0.05em;
  line-height: 1.2;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 11px;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  margin: 0 6px 6px 0;
  padding: 3px 15px;
  text-align: center;
  background: #ffa406;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.com-tag-item {
  width: 100%;
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:nth-of-type(n+2) {
    margin-left: 20px;
  }
}
.com-tag-link {
  display: flex;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #fff;
  outline: 2px solid #1992d1;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.08em;
  box-shadow: 0 6px #e2d9ce;
  color: #1992d1;
  align-items: center;
  justify-content: center;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-ttl .ja {
  padding-bottom: 44px;
  background: url(../img/top/about-ttl-border.png) no-repeat center bottom;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl .ja {
    font-size: 2.4rem;
  }
}
#top-about .about-list {
  margin: 42px auto 0;
}
#top-about .about-list-item {
  display: flex;
  width: 210px;
  height: 210px;
  background: url(../img/ptn/orrange.png);
  border-radius: 50%;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-list-item {
    font-size: 1.5rem;
  }
}
#top-about .about-list-item {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.45;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #top-about .about-list-item:nth-of-type(n+2) {
    margin-left: 28px;
  }
}
#top-about .about-flx {
  margin-top: 48px;
  position: relative;
}
#top-about .about-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-txt {
    font-size: 1.5rem;
  }
}
#top-about .about-txt {
  letter-spacing: 0.05em;
  color: #33383b;
  line-height: 2.1;
}
#top-about .about-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box {
    max-width: 610px;
  }
}
#top-about .about-illu {
  position: absolute;
  right: -100px;
  top: -18px;
}
#top-about .about-btn {
  margin: 47px auto 0;
}

/* top-service  PC
------------------------------------ */
#top-service {
  background: url(../img/top/cam-illu.png) no-repeat calc(50% - 610px) calc(100% + 125px), url(../img/top/service-bg.jpg);
}
#top-service .service-box {
  margin: 30px auto 0;
  padding: 73px 0 57px;
  border-radius: 20px;
  background: url(../img/top/service-maru.png) no-repeat 20px 20px, url(../img/top/service-maru.png) no-repeat 20px calc(100% - 20px), url(../img/top/service-maru.png) no-repeat calc(100% - 20px) 20px, url(../img/top/service-maru.png) no-repeat calc(100% - 20px) calc(100% - 20px) #fff;
  box-shadow: 0px 0px 12.75px 2.25px rgba(25, 146, 209, 0.05);
}
#top-service .service-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#top-service .service-list-item {
  width: 100%;
  max-width: 450px;
  height: 70px;
  background: #e6f6fc;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-item {
    font-size: 1.5rem;
  }
}
#top-service .service-list-item {
  letter-spacing: 0.05em;
  color: #33383b;
  line-height: 70px;
}
#top-service .service-list-item:nth-of-type(2n) {
  margin-left: 20px;
}
#top-service .service-list-item:nth-of-type(n+3) {
  margin-top: 15px;
}
#top-service .service-btn {
  margin: 40px auto 0;
}
#top-service .cam {
  margin: 80px auto 0;
}
#top-service .cam-fuki {
  width: 100%;
  max-width: 920px;
  height: 100px;
  margin: auto;
  border-radius: 10px;
  background: url(../img/top/fuki-bg.png);
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  #top-service .cam-fuki {
    font-size: 2.4rem;
  }
}
#top-service .cam-fuki {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 100px;
  position: relative;
  z-index: 0;
}
#top-service .cam-fuki::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 26px solid transparent;
  border-left: 26px solid transparent;
  border-top: 27px solid #ff8a00;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  z-index: -1;
}
#top-service .cam-txt {
  margin: 40px auto 0;
  text-align: center;
}

.com-cam {
  display: flex;
  margin: 66px auto 0;
  justify-content: space-between;
  align-items: center;
}
.com-cam-item {
  width: 100%;
  max-width: 330px;
  height: 330px;
  padding-top: 200px;
  border-radius: 15px;
  outline: 2px dashed #1992d1;
  outline-offset: -12px;
  text-align: center;
  box-shadow: 0px 0px 12.75px 2.25px rgba(25, 146, 209, 0.05);
}
.com-cam-item01 {
  background: url(../img/top/cam-illu01.png) no-repeat center 55px, url(../img/top/cam-box.png) no-repeat center top #fff;
}
.com-cam-item02 {
  background: url(../img/top/cam-illu02.png) no-repeat center 50px, url(../img/top/cam-box.png) no-repeat center top #fff;
}
.com-cam-item03 {
  background: url(../img/top/cam-illu03.png) no-repeat center 41px, url(../img/top/cam-box.png) no-repeat center top #fff;
}
.com-cam-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-cam-ttl {
    font-size: 1.5rem;
  }
}
.com-cam-ttl {
  letter-spacing: 0.05em;
  color: #33383b;
  line-height: 1.3;
}
.com-cam-ttl .lg {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-cam-ttl .lg {
    font-size: 2rem;
  }
}
.com-cam-ttl .lg {
  line-height: 1;
}

/* top-voice  PC
------------------------------------ */
#top-voice .voice-ttl {
  text-align: left;
}
#top-voice .voice-btn {
  margin: 0;
}

.voice-list {
  display: flex;
  margin: 70px auto 0;
  flex-wrap: wrap;
}
.voice-list-item {
  width: 100%;
  max-width: 330px;
  padding: 40px 36px 30px;
  border-radius: 15px;
  background-color: #e6f6fc;
}
@media screen and (min-width: 768px) {
  .voice-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  .voice-list-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.voice-list-item:nth-of-type(2n) .voice-list-ico {
  background-image: url(../img/top/voice02.png);
}
.voice-list-ico {
  width: 170px;
  height: 170px;
  margin: auto;
  background: url(../img/top/voice01.png) no-repeat center/contain;
}
.voice-list-txt {
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .voice-list-txt {
    font-size: 1.5rem;
  }
}
.voice-list-txt {
  letter-spacing: 0.05em;
  color: #33383b;
  line-height: 1.8;
}
.voice-list-dl {
  margin: 16px auto 0;
}
.voice-list-dl dt {
  display: inline-block;
  padding: 0 8px;
  background: #1992d1;
  border-radius: 4px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .voice-list-dl dt {
    font-size: 1.5rem;
  }
}
.voice-list-dl dt {
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.6;
}
.voice-list-dl dd {
  margin-top: 9px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .voice-list-dl dd {
    font-size: 1.5rem;
  }
}
.voice-list-dl dd {
  letter-spacing: 0.05em;
  color: #33383b;
  line-height: 1.5;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-l.png) no-repeat left calc(100% + 219px), url(../img/top/contact-r.png) no-repeat right -390px, url(../img/ptn/blue.png);
  position: relative;
}
.com-contact::before {
  content: "";
  width: 170px;
  height: 303px;
  background: url(../img/top/contact-illu.png) no-repeat left bottom/contain;
  position: absolute;
  left: calc(50% - 632px);
  bottom: 0;
}
.com-contact .contact-ttl .en, .com-contact .contact-ttl .ja {
  color: #fff;
}
.com-contact .contact-tel {
  max-width: 390px;
  margin: 40px auto 0;
  padding: 20px 0 25px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  text-align: center;
}
.com-contact .contact-tel-link {
  padding-left: 50px;
  background-image: url(../img/top/contact-tel.png);
  background-position-y: 75%;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-link {
    font-size: 2.5rem;
  }
}
.com-contact .contact-tel-link {
  color: #fff;
}
.com-contact .contact-tel-note {
  margin: 20px auto 0;
}
.com-contact .contact-list {
  max-width: 1040px;
  margin: 47px auto 0;
  padding: 35px 0;
  border-radius: 15px;
  background: #fff;
}
.com-contact .contact-list-item {
  width: 100%;
  max-width: 430px;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 80px;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-item:nth-of-type(n+2) {
    position: relative;
  }
  .com-contact .contact-list-item:nth-of-type(n+2)::before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    border-radius: 5px;
    background: #dedede;
    position: absolute;
    top: 0;
    left: -40px;
  }
}
.com-contact .contact-list-btn {
  display: block;
  height: 80px;
  text-align: center;
  border-radius: 999px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-btn {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-btn {
  letter-spacing: 0.05em;
  line-height: 80px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-list-btn {
    padding-left: 20px;
  }
}
.com-contact .contact-list-btn-mail {
  background: url(../img/top/contact-mail.png) no-repeat 39px center, url(../img/top/com-btn-arw.png) no-repeat calc(100% - 20px) center #ffa406;
}
.com-contact .contact-list-btn-line {
  background: url(../img/top/contact-line.png) no-repeat 45px center, url(../img/top/com-btn-arw.png) no-repeat calc(100% - 20px) center #1992d1;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-box {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 50px 60px 40px;
  border-radius: 20px;
  outline: 5px solid #1992d1;
  background: url(../img/top/bnr-illu.png) no-repeat calc(50% + 192px) bottom, url(../img/top/bnr-arw.png) no-repeat calc(100% + 62px) center #e6f6fc;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-box:hover {
    background-position-x: calc(50% + 192px), calc(100% + 70px);
  }
}
#top-bnr .bnr-ttl {
  text-align: left;
}
#top-bnr .bnr-ttl .en {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl .en {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-ttl .ja {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl .ja {
    font-size: 2.5rem;
  }
}
#top-bnr .bnr-ttl .ja {
  line-height: 1.2;
}

/* top-blog  PC
------------------------------------ */
#top-blog {
  background: url(../img/top/blog-bg.jpg) no-repeat center/cover;
}
#top-blog .blog-ttl {
  position: relative;
}
#top-blog .blog-ttl::after {
  content: "";
  width: 146px;
  height: 93px;
  margin: auto;
  background: url(../img/top/blog-illu.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 17px;
  bottom: -146px;
}
@media screen and (min-width: 768px) {
  #top-blog .blog-btn {
    width: 280px;
    margin: 200px auto 0;
  }
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .about {
  background: url(../img/about/bg.jpg);
}
#about .about-list {
  padding: 0 28px 120px;
  background: url(../img/about/great-illu-top.png) no-repeat calc(50% - 10px) bottom;
}
#about .about-list-item {
  display: flex;
  width: 100%;
  max-width: 340px;
  height: 94px;
  border-radius: 11px;
  background: url(../img/ptn/gray.png);
  outline: 4px solid #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #about .about-list-item {
    font-size: 1.5rem;
  }
}
#about .about-list-item {
  letter-spacing: 0.05em;
  color: #33383b;
  line-height: 1.3;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #about .about-list-item:nth-of-type(2) {
    margin-left: 40px;
  }
  #about .about-list-item:nth-of-type(n+3) {
    margin-top: 31px;
  }
  #about .about-list-item:nth-of-type(4) {
    margin-left: 333px;
  }
}
#about .great {
  padding-top: 115px;
  background: url(../img/about/great-arw.png) no-repeat center 27px;
}
#about .great-flx {
  margin: 60px auto 0;
  position: relative;
}
#about .great-flx::before {
  content: "";
  width: 195px;
  height: 224px;
  background: url(../img/about/great-illu-left.png) no-repeat left bottom/contain;
  position: absolute;
  left: -223px;
  bottom: 0;
}
#about .great-ttl .ja {
  display: inline-block;
  padding: 0 73px;
  background: url(../img/about/great-left.png) no-repeat left bottom, url(../img/about/great-right.png) no-repeat right bottom;
}
#about .great-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #about .great-txt {
    font-size: 1.5rem;
  }
}
#about .great-txt {
  line-height: 2.25;
}
#about .great-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .great-txt-box {
    max-width: 550px;
  }
}
#about .great-img {
  position: absolute;
  right: -100px;
  top: 0;
}
#about .great-img img {
  border-radius: 20px;
}
#about .staff {
  margin: 115px auto 0;
}
#about .staff-box {
  padding: 78px 90px 88px;
  background: #fff;
  border-radius: 25px;
}
#about .staff-list {
  margin: 35px auto 0;
}
#about .staff-list-item {
  display: flex;
  padding: 53px 60px 35px;
  border-radius: 25px;
  background: #fffbf2;
  justify-content: space-between;
}
#about .staff-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#about .staff-list-img {
  width: 350px;
  height: 290px;
  position: relative;
}
#about .staff-list-img img {
  border-radius: 15px;
}
#about .staff-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .staff-list-con {
    max-width: 395px;
  }
}
#about .staff-list-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #about .staff-list-txt {
    font-size: 1.5rem;
  }
}
#about .staff-list-txt {
  line-height: 2.1;
  white-space: pre-line;
}
#about .staff-list-name {
  margin-top: 35px;
  text-align: right;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #about .staff-list-name {
    font-size: 1.5rem;
  }
}
#about .staff-list-name {
  letter-spacing: 0.08em;
  color: #1992d1;
}
#about .features-list {
  margin: 58px auto 0;
}
@media screen and (min-width: 768px) {
  #about .features-list::before {
    width: 230px;
    height: 224px;
  }
}
#about .features-list::before {
  left: auto;
  right: -32px;
  bottom: -69px;
}
#about .features-list::after {
  right: auto;
  left: -100px;
  top: -85px;
}
#about .features-list-item {
  width: 100%;
  max-width: 250px;
  background: #e6f6fc;
  padding: 45px 0 24px;
  outline: 2px dashed #1992d1;
  text-align: center;
  border-radius: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .features-list-item:not(:nth-of-type(4n-3)) {
    margin-left: 25px;
  }
  #about .features-list-item:nth-of-type(n+5) {
    margin-top: 54px;
  }
}
#about .features-list-num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background: #1992d1;
  margin: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #about .features-list-num {
    font-size: 1.5rem;
  }
}
#about .features-list-num {
  letter-spacing: 0.05em;
  line-height: 47px;
  color: #fff;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
}
#about .features-list-txt {
  margin: 12px auto 0;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #about .features-list-txt {
    font-size: 1.5rem;
  }
}
#about .features-list-txt {
  line-height: 1.4;
}

/* service  PC
------------------------------------ */
#service .tag li {
  width: 100%;
  max-width: 450px;
}
#service .tag li:nth-of-type(n+2) {
  margin-left: 60px;
}
#service .tag a {
  display: flex;
  height: 110px;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #service .tag a {
    font-size: 1.5rem;
  }
}
#service .tag a {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #service .tag a:hover {
    background-position-y: 55%;
    opacity: 1;
  }
}
#service .tag-btn01 {
  background: url(../img/service/arw.png) no-repeat calc(100% - 30px) center #1992d1;
}
#service .tag-btn02 {
  background: url(../img/service/arw.png) no-repeat calc(100% - 30px) center #ffa406;
}
#service .great-ttl {
  margin: 100px auto 0;
}
#service .great-cam {
  margin: 47px auto 0;
}
#service .cam-note {
  margin: 60px auto 0;
  padding: 30px 0 23px;
  text-align: center;
  background: url(../img/ptn/orrange.png);
  border-radius: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #service .cam-note {
    font-size: 1.9rem;
  }
}
#service .cam-note {
  letter-spacing: 0.05em;
  line-height: 1.44;
  color: #fff;
}
#service .cam-note .lg {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  #service .cam-note .lg {
    font-size: 2.25rem;
  }
}
#service .case {
  margin: 100px auto 0;
}
#service .case-box {
  padding: 70px 0 90px;
  position: relative;
}
#service .case-box::before {
  content: "";
  width: 250px;
  height: 409px;
  background: url(../img/service/case-illu.png) no-repeat left top/contain;
  position: absolute;
  left: -100px;
  bottom: -126px;
}
#service .case-list {
  display: flex;
  margin: 31px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#service .case-list-item {
  width: 100%;
  max-width: 400px;
  padding: 38px 40px 30px;
  border-radius: 15px;
  background: #e6f6fc;
}
#service .case-list-item:nth-of-type(2n) {
  margin-left: 60px;
}
#service .case-list-item:nth-of-type(n+3) {
  margin-top: 50px;
}
#service .case-list-img img {
  border-radius: 15px;
}
#service .case-list-ttl {
  margin: 23px auto 0;
}
#service .case-list-dl {
  margin: 17px auto 0;
}
#service .case-list-dl div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#service .case-list-dl dt, #service .case-list-dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #service .case-list-dl dt, #service .case-list-dl dd {
    font-size: 1.5rem;
  }
}
#service .case-list-dl dt, #service .case-list-dl dd {
  letter-spacing: 0.05em;
  color: #33383b;
  line-height: 2;
}
#service .case-list-dl dd {
  text-align: right;
}
#service .case-list-txt {
  margin-top: 15px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #service .case-list-txt {
    font-size: 1.5rem;
  }
}
#service .case-list-txt {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #service .case-list-txt {
    white-space: nowrap;
  }
}
#service .service-list {
  margin: 45px auto 0;
}
#service .service-list-item {
  text-align: center;
}
#service .service-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#service .service-list-item01::after {
  right: auto;
  bottom: auto;
  top: -60px;
  left: -100px;
  z-index: -10;
}
#service .service-list-item02::before {
  top: auto;
  left: auto;
  bottom: -58px;
  right: -167px;
  z-index: -10;
}
#service .service-list-ttl {
  display: inline-block;
  padding: 10px 30px 12px;
  border-radius: 7px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-ttl {
    font-size: 1.8rem;
  }
}
#service .service-list-ttl {
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 1;
}
#service .service-list-ttl01 {
  background: url(../img/ptn/blue.png);
}
#service .service-list-ttl02 {
  background: url(../img/ptn/orrange.png);
}
#service .service-list-box {
  margin: -35px auto 0;
  padding: 84px 0 70px;
}
#service .service-list-detail {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#service .service-list-detail-item {
  display: flex;
  width: 100%;
  max-width: 450px;
  height: 85px;
  border-radius: 8px;
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-detail-item {
    font-size: 1.5rem;
  }
}
#service .service-list-detail-item {
  letter-spacing: 0.05em;
  color: #33383b;
  line-height: 1.2;
  box-shadow: 0px 0px 12.75px 2.25px rgba(25, 146, 209, 0.05);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #service .service-list-detail-item:nth-of-type(2n) {
    margin-left: 20px;
  }
  #service .service-list-detail-item:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
#service .service-list-detail-item .sm {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-detail-item .sm {
    font-size: 1.5rem;
  }
}
#service .service-list-detail-item .sm {
  letter-spacing: 0.05em;
}
#service .service-list-detail-item .sm02 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #service .service-list-detail-item .sm02 {
    font-size: 1.5rem;
  }
}

/* voice  PC
------------------------------------ */
#voice .voice-list {
  margin: 35px auto 0;
}

/* information  PC
------------------------------------ */
#information .information {
  background: #f4fcff;
}
#information .information-deco {
  margin: 34px auto 0;
}
#information .information-deco::after {
  top: -99px;
  left: auto;
  right: -100px;
  z-index: -1;
}
#information .access {
  background: #f4fcff;
}
#information .access-inner {
  border-top: 3px solid #dedede;
}
#information .access-map {
  margin: 30px auto 0;
}
#information .access-map::before {
  left: -122px;
  bottom: -77px;
}

/* blog  PC
------------------------------------ */
#blog .news, #blog .detail {
  background: #f4fcff;
}
#blog .com-news-link {
  padding: 25px 50px;
}
#blog .detail-box {
  padding: 25px 50px;
}

/* contact  PC
------------------------------------ */
#contact .main .breadcrumb li {
  color: #fff;
}
#contact .main .breadcrumb li::after {
  color: #fff;
}
#contact .main .breadcrumb a {
  color: #fff;
}
#contact .contact, #contact .complete {
  background: #f4fcff;
}
#contact .contact-box {
  margin: 50px auto 0;
  overflow: hidden;
}
#contact .contact-form-table {
  background: #fff;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  #contact .contact-form-table tr:first-of-type th {
    border-radius: 15px 0 0 0;
  }
  #contact .contact-form-table tr:first-of-type td {
    border-radius: 0 15px 0 0;
  }
  #contact .contact-form-table tr:last-of-type th {
    border-radius: 0 0 0 15px;
  }
  #contact .contact-form-table tr:last-of-type td {
    border-radius: 0 0 15px 0;
  }
}
#contact .contact-form-table tr:nth-of-type(n+2) th {
  border-top: 2px solid #fff;
}
#contact .contact-form-table tr:nth-of-type(n+2) td {
  border-top: 2px solid #ffa406;
}
#contact .contact-form-table th {
  background: #ffa406;
  color: #fff;
}

/* site  PC
------------------------------------ */
#site .site-box {
  padding: 50px 50px;
}/*# sourceMappingURL=all.css.map */