@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/* animation
例）animation: fadedown .5s ease-in-out;
遅延）animation-delay: 0.5s;
最後の状態維持）animation-fill-mode: forwards;
------------------------------------ */
@keyframes fadedown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes faderight {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  50% {
    transform: translateX(5px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes grad-fill {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
/*	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: 25px 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: 120px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: #15B4DA;
  background: linear-gradient(90deg, rgb(21, 180, 218) 0%, rgb(57, 202, 182) 100%);
}
.com-bg02 {
  background: #f0f3f4;
}

.marker {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  position: relative;
  z-index: 1;
}
.marker::before {
  content: "";
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #D0F0F8;
  background: linear-gradient(90deg, rgb(208, 240, 248) 0%, rgb(215, 244, 240) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.com-shadow {
  position: relative;
  z-index: 1;
}
.com-shadow::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/ptn.png);
  border-radius: 15px;
  position: absolute;
  top: 11px;
  left: 11px;
  z-index: -1;
}
.com-shadow img {
  border-radius: 15px;
}

.com-mail {
  width: 223px;
  height: 45px;
  border-radius: 999px;
  background: #39CAB6;
  background: linear-gradient(90deg, rgb(57, 202, 182) 0%, rgb(0, 219, 149) 100%);
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-mail:hover::after {
    right: 18px;
  }
}
.com-mail::before, .com-mail::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.com-mail::before {
  width: 21px;
  height: 15px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
  left: 26px;
}
.com-mail::after {
  width: 13px;
  height: 13px;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
  right: 22px;
}

.gra {
  background: #15B4DA;
  background: linear-gradient(90deg, rgb(21, 180, 218) 0%, rgb(57, 202, 182) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lg {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .lg {
    font-size: 2.1rem;
  }
}

.news-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 45px;
  }
  .news-post-item:nth-of-type(n+4) {
    margin-top: 80px;
  }
}
.news-post-link {
  display: block;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 72.7%;
}
.news-post-time {
  display: block;
  margin-top: 26px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-top: 15px;
  flex-wrap: wrap;
}
.news-post-tag li {
  margin: 0 13px 13px 0;
}
.news-post-tag-txt {
  padding: 6px 13px;
  background: #15B4DA;
  background: linear-gradient(90deg, rgb(21, 180, 218) 0%, rgb(57, 202, 182) 100%);
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #15b4da;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.66;
  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: 15px 45px;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-inner {
  position: relative;
}
#top-about .about-ttl {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #top-about .about-img {
    position: absolute;
    left: -200px;
    top: 367px;
  }
}
#top-about .about-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box {
    max-width: 520px;
  }
}
#top-about .about-btn {
  margin-top: 53px;
}

/* top-trouble  PC
------------------------------------ */
#top-trouble .trouble-bg {
  background: url(../img/top/trouble-illu.png) no-repeat calc(50% + 425px) 330px, url(../img/top/trouble-illu-b.png) no-repeat calc(50% + 540px) calc(100% - 121px) #f0f3f4;
  position: relative;
}
#top-trouble .trouble-inner {
  position: relative;
}
#top-trouble .trouble-img {
  width: 93.6%;
  max-width: 1280px;
  margin: auto;
  position: absolute;
  left: 0;
  top: -177px;
  right: 0;
}
#top-trouble .trouble-house {
  width: 57.6%;
  height: 0;
  margin: 82px auto 0;
  padding-top: 53%;
  background: url(../img/top/trouble-house.png) no-repeat center top;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #top-trouble .trouble-house::before {
    content: "";
    width: 677px;
    height: 542px;
    background: url(../img/top/trouble-border-all.png) no-repeat center/cover;
    position: absolute;
    top: 143px;
    left: -56px;
    pointer-events: none;
  }
}
#top-trouble .trouble-check-item {
  position: absolute;
}
#top-trouble .trouble-check-item01 {
  left: 17.5%;
  top: 45.9%;
}
#top-trouble .trouble-check-item02 {
  left: 18.5%;
  top: 61.8%;
}
#top-trouble .trouble-check-item03 {
  left: 36.8%;
  top: 63.4%;
}
#top-trouble .trouble-check-item04 {
  left: 44.9%;
  top: 67.1%;
}
#top-trouble .trouble-check-item05 {
  left: 55.5%;
  top: 66.4%;
}
#top-trouble .trouble-check-item06 {
  left: 68%;
  top: 67.1%;
}
#top-trouble .trouble-check-item07 {
  left: 83.2%;
  top: 49.3%;
}
@media screen and (min-width: 768px) {
  #top-trouble .trouble-check-link {
    pointer-events: none;
  }
}
#top-trouble .trouble-list-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-trouble .trouble-list-item {
    position: absolute;
  }
  #top-trouble .trouble-list-item01 {
    left: 0;
    top: 546px;
  }
  #top-trouble .trouble-list-item02 {
    left: 0;
    top: 862px;
  }
  #top-trouble .trouble-list-item03 {
    left: 0;
    top: 1205px;
  }
  #top-trouble .trouble-list-item04 {
    left: 284px;
    top: 1205px;
  }
  #top-trouble .trouble-list-item05 {
    left: 571px;
    top: 1205px;
  }
  #top-trouble .trouble-list-item06 {
    right: 8px;
    top: 1016px;
  }
  #top-trouble .trouble-list-item07 {
    right: 8px;
    top: 546px;
  }
}
#top-trouble .trouble-list-img::after {
  top: 7px;
  left: 7px;
}
#top-trouble .trouble-list-ttl {
  margin: 10px auto 0;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top-trouble .trouble-list-ttl {
    font-size: 1.5rem;
  }
}
#top-trouble .trouble-list-ttl .sm {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-trouble .trouble-list-ttl .sm {
    font-size: 1.5rem;
  }
}
#top-trouble .trouble-list-link {
  display: inline-block;
  width: 112px;
  margin-top: 20px;
  padding-bottom: 7px;
  text-align: left;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-trouble .trouble-list-link {
    font-size: 1.5rem;
  }
}
#top-trouble .trouble-list-link::before, #top-trouble .trouble-list-link::after {
  content: "";
  position: absolute;
}
#top-trouble .trouble-list-link::before {
  width: 112px;
  height: 2px;
  background: url(../img/top/trouble-border-check.png) no-repeat left center;
  bottom: 0;
  left: 0;
}
#top-trouble .trouble-list-link::after {
  width: 13px;
  height: 12px;
  background: url(../img/top/trouble-check-arw.png) no-repeat center/contain;
  right: 0;
  top: 5px;
}
@media screen and (min-width: 768px) {
  #top-trouble .trouble-btn {
    margin: 437px auto 0;
  }
}

/* top-bnr  PC
------------------------------------ */
#top-bnr {
  text-align: right;
}
#top-bnr .bnr-list-link {
  position: relative;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    opacity: 1;
    transform: translate(0, -5px);
  }
}
#top-bnr .bnr-ttl {
  text-align: left;
  position: absolute;
  right: 40px;
  bottom: -27px;
  z-index: 1;
}
#top-bnr .bnr-ttl-en {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl-en {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-ttl-ja {
  display: inline-block;
  height: 56px;
  margin-top: 5px;
  padding: 0 53px 0 15px;
  border-radius: 10px;
  background: url(../img/top/contact-arw.png) no-repeat calc(100% - 16px) center #fff;
  color: #1d1f1f;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 56px;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl-ja {
    font-size: 1.5rem;
  }
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: url(../img/top/news-bg.png) no-repeat calc(50% + 362px) 120px;
}
#top-news .news-ttl {
  text-align: left;
}
#top-news .news-post {
  margin: 80px auto 0;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  position: relative;
}
.com-contact::before {
  content: "";
  width: 100%;
  height: 291px;
  background-color: #f0f3f4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.com-contact .contact-box {
  padding: 70px 100px 0;
  background: #15B4DA;
  background: linear-gradient(90deg, rgb(21, 180, 218) 0%, rgb(57, 202, 182) 100%);
  border-radius: 15px;
}
.com-contact .contact-flx {
  padding-bottom: 52px;
  background-size: 5px 2px;
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.com-contact .contact-ttl {
  color: #fff;
  line-height: 1;
}
.com-contact .contact-ttl-en {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl-en {
    font-size: 1.5rem;
  }
}
.com-contact .contact-ttl-ja {
  margin-top: 23px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl-ja {
    font-size: 1.75rem;
  }
}
.com-contact .contact-txt {
  margin-top: 45px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-tel {
  line-height: 1;
}
.com-contact .contact-tel-item {
  display: flex;
  align-items: center;
}
.com-contact .contact-tel-item:nth-of-type(n+2) {
  margin-top: 15px;
}
.com-contact .contact-tel-ttl {
  width: 92px;
  height: 32px;
  border-radius: 2px;
  background: #fff;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-ttl {
    font-size: 1.5rem;
  }
}
.com-contact .contact-tel-ttl01 {
  color: #15b4da;
}
.com-contact .contact-tel-ttl02 {
  color: #39cab6;
}
.com-contact .contact-tel-num {
  margin-left: 14px;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-tel-num {
    font-size: 1.75rem;
  }
}
.com-contact .contact-btn {
  width: 100%;
  max-width: 355px;
  height: 55px;
  margin-top: 30px;
  background: #fff;
  line-height: 55px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn {
    font-size: 1.5rem;
  }
}
.com-contact .contact-btn::before {
  width: 27px;
  height: 19px;
  background: url(../img/top/contact-mail.png) no-repeat center/cover;
  left: 31px;
}
.com-contact .contact-btn::after {
  width: 17px;
  height: 17px;
  background-image: url(../img/top/contact-arw.png);
}
.com-contact .contact-insta-wrap {
  padding: 100px 0;
  background: url(../img/top/contact-illu.png) no-repeat 70px 40px, url(../img/top/contact-fuki.png) no-repeat 300px 48px;
}
.com-contact .contact-insta-btn {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 60px;
  margin: 0 60px 0 auto;
  background: url(../img/top/insta.png) no-repeat 33px center, url(../img/top/contact-target.png) no-repeat calc(100% - 36px) center #fff;
  border-radius: 999px;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-insta-btn {
    font-size: 1.5rem;
  }
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .concept {
  position: relative;
  z-index: 1;
}
#about .concept::before {
  content: "";
  width: 482px;
  height: 381px;
  background: url(../img/about/concept-bg.png) no-repeat center/contain;
  position: absolute;
  right: calc(50% - 685px);
  bottom: -74px;
  z-index: -1;
}
@media screen and (max-width: 1396px) {
  #about .concept::before {
    right: 15px;
  }
}
#about .concept-flx {
  margin: 70px auto 0;
}
@media screen and (min-width: 768px) {
  #about .concept-txt-box {
    max-width: 520px;
    margin-left: 100px;
  }
}
#about .feature-list {
  margin: 70px auto 0;
}
#about .feature-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
#about .feature-list-item:nth-of-type(n+2) {
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  #about .feature-list-item:nth-of-type(2n-1) .feature-list-img {
    margin-left: 74px;
  }
  #about .feature-list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #about .feature-list-item:nth-of-type(2n) .feature-list-img {
    margin-right: 74px;
  }
}
@media screen and (min-width: 768px) {
  #about .feature-list-con {
    max-width: 495px;
  }
}
#about .feature-list-ttl-num {
  display: flex;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  color: #15b4da;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #about .feature-list-ttl-num {
    font-size: 1.75rem;
  }
}
#about .feature-list-ttl-num::after {
  content: "";
  width: 100%;
  max-width: 434px;
  height: 2px;
  background-size: 5px 2px;
  background-image: linear-gradient(to right, #1d1f1f, #1d1f1f 2px, transparent 2px, transparent 5px);
  background-repeat: repeat-x;
}
#about .feature-list-ttl-ja {
  margin-top: 15px;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #about .feature-list-ttl-ja {
    font-size: 1.5rem;
  }
}
#about .feature-list-txt-box {
  margin-top: 35px;
}
#about .area .com-ttl01-en, #about .area .com-ttl01-ja {
  color: #fff;
}
#about .area .com-ttl01-ja {
  margin-top: 15px;
}
#about .area-illu {
  background: url(../img/about/area-illu.png) no-repeat calc(50% - 355px) calc(100% - 118px), url(../img/about/area-map.png) no-repeat calc(50% + 192px) 92px;
}
#about .area-con {
  display: inline-block;
}
#about .area-txt {
  margin-top: 55px;
  color: #fff;
}
#about .company-table {
  margin: 67px auto 0;
}

/* service  PC
------------------------------------ */
#service .service-list {
  margin-top: 80px;
}
#service .service-list-item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#service .service-list-item:nth-of-type(n+2) {
  margin: 100px auto 0;
}
@media screen and (min-width: 768px) {
  #service .service-list-item:last-of-type {
    display: block;
    padding-left: 100px;
  }
  #service .service-list-item:last-of-type .com-ttl02::after {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  #service .service-list-con {
    max-width: 500px;
    margin-right: 70px;
  }
}
#service .service-list-txt {
  margin-top: 29px;
}
#service .box {
  max-width: 1080px;
  margin: 73px auto 0;
  padding: 60px 60px 0;
  border-radius: 15px;
  background: #D0F0F8;
  background: linear-gradient(90deg, rgb(208, 240, 248) 0%, rgb(215, 244, 240) 100%);
}
#service .box-illu {
  padding-bottom: 60px;
  background: url(../img/service/case-illu-r.png) no-repeat 100% calc(100% - 49px), url(../img/service/case-illu-l.png) no-repeat 0 100%;
}
#service .box-ttl {
  background: #fff;
  text-align: center;
  font-family: "ZenMaruGothic-Bold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 50%, 100% 100%, 0 100%, 30px 50%);
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .box-ttl {
    font-size: 1.75rem;
  }
}
#service .box-ttl::before, #service .box-ttl::after {
  content: "";
  width: 189px;
  height: 2px;
  margin: auto;
  background-size: 5px 2px;
  background-image: linear-gradient(to right, #1d1f1f, #1d1f1f 2px, transparent 2px, transparent 5px);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
}
#service .box-ttl::before {
  left: 80px;
}
#service .box-ttl::after {
  right: 80px;
}
#service .box-txt {
  margin: 50px auto 0;
  text-align: center;
}
#service .box-btn {
  max-width: 300px;
  margin: 50px auto 0;
}

/* cases  PC
------------------------------------ */
#cases .cases-tag-wrap {
  margin-top: 30px;
}
#cases .cases-list {
  margin: 67px auto 0;
}
#cases .cases-ttl {
  margin-top: 15px;
}
#cases .cases-box {
  margin: 90px auto 0;
  padding: 50px 60px;
  border-radius: 15px;
  background: #D0F0F8;
  background: linear-gradient(90deg, rgb(208, 240, 248) 0%, rgb(215, 244, 240) 100%);
}
#cases .cases-box-txt {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.6rem;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #cases .cases-box-txt {
    font-size: 1.5rem;
  }
}
#cases .detail-list {
  display: flex;
  margin: 40px auto 0;
  background: url(../img/cases/arw.png) no-repeat 43.1% 240px;
  justify-content: center;
}
#cases .detail-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #cases .detail-list-item:nth-of-type(n+2) {
    margin-left: 120px;
  }
  #cases .detail-list-item-md {
    width: 37%;
    max-width: 400px;
  }
  #cases .detail-list-item-lg {
    width: 50.9%;
    max-width: 550px;
  }
}
#cases .detail-list-img {
  width: 100%;
  height: 0;
  padding-top: 80%;
}
#cases .detail-list-ttl {
  width: 128px;
  height: 34px;
  border-radius: 8px;
  text-align: center;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  #cases .detail-list-ttl {
    font-size: 1.5rem;
  }
}
#cases .detail-list-ttl-before {
  background: #f0f3f4;
}
#cases .detail-list-ttl-after {
  background: #15b4da;
  color: #fff;
}
#cases .detail-list-img {
  margin-top: 17px;
}
#cases .news-post-ttl {
  margin: 25px auto 0;
}

/* qa  PC
------------------------------------ */
#qa .qa-list {
  margin: 60px auto 0;
}
#qa .qa-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
#qa .qa-list-ttl {
  position: relative;
}
#qa .qa-list-ttl::before {
  content: "Q";
  width: 40px;
  height: 40px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  color: #15b4da;
  position: absolute;
  left: 27px;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #qa .qa-list-ttl::before {
    font-size: 1.5rem;
  }
}
#qa .qa-list-txt {
  margin-top: 33px;
  padding-left: 92px;
  white-space: pre-line;
  position: relative;
}
#qa .qa-list-txt::before {
  content: "A";
  width: 40px;
  height: 40px;
  margin: auto;
  background: #15b4da;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  color: #fff;
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #qa .qa-list-txt::before {
    font-size: 1.5rem;
  }
}

/* news  PC
------------------------------------ */
#news .detail .news-ttl {
  padding-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #news .detail .news-ttl {
    font-size: 1.5rem;
  }
}
#news .detail .news-ttl::after {
  max-width: none;
}
#news .detail .news-post-tag {
  width: 100%;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table th {
  background: #15B4DA;
  background: linear-gradient(90deg, rgb(21, 180, 218) 0%, rgb(57, 202, 182) 100%);
  color: #fff;
  border: none !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contact .contact-form-table th::before {
    content: "";
    width: 100%;
    height: 2px;
    background-size: 5px 2px;
    background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 5px);
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #contact .contact-form-table td {
    background-size: 5px 2px;
    background-image: linear-gradient(to right, #1d1f1f, #1d1f1f 2px, transparent 2px, transparent 5px);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
#contact .com-btn {
  margin: auto;
}

/* privacy  PC
------------------------------------ */
#privacy .com-ttl04 {
  padding: 18px;
}

/* site  PC
------------------------------------ *//*# sourceMappingURL=all.css.map */