@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.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
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("../fonts/Poppins-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.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
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

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

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

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

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 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: 80px 0 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: #faf5e9;
  position: relative;
}
.com-bg::before {
  content: "";
  width: 100%;
  height: 84px;
  margin: auto;
  background: url(../img/service/area-wave.png) no-repeat center top;
  position: absolute;
  left: 0;
  right: 0;
  top: -84px;
}
@media screen and (min-width: 1921px) {
  .com-bg::before {
    background-size: 100%;
  }
}

.com-shape {
  background: url(../img/top/contact-shape-l.png) no-repeat left center, url(../img/top/contact-shape-r.png) no-repeat right center;
}

.com-box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px #fec20d;
}
.com-box02 {
  background: #eaf8fd;
}

.com-border {
  position: relative;
  z-index: 1;
}
.com-border::before {
  content: "";
  width: 100%;
  height: 25px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #fec20d 3px, #fec20d 4px);
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

.com-fuki {
  padding: 3px 15px 3px 12px;
  background: #33bbee;
  border-radius: 10px;
  color: #fff;
  position: relative;
}
.com-fuki::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #33bbee;
  border-width: 8.75px 0px 8.75px 7px;
  position: absolute;
  right: -7px;
  top: 0;
  bottom: 0;
}

.com-tel {
  font-size: 1.7rem;
  letter-spacing: 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.5rem;
  }
}
.com-tel-num {
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .com-tel-num {
    font-size: 1.5rem;
  }
}
.com-tel-note {
  display: block;
  margin-top: 10px;
}
.com-tel02 {
  line-height: 1;
}
.com-tel02-link {
  padding-left: 48px;
  background: url(../img/top/contact-tel.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-tel02-link {
    font-size: 2.2rem;
  }
}
.com-tel02-note {
  display: block;
  margin-top: 12px;
}

.news-post {
  width: 100%;
  max-width: 740px;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-link {
  display: block;
  padding: 15px 0;
}
.news-post-flx {
  display: flex;
}
.news-post-time, .news-post-tag-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  color: #33bbee;
  letter-spacing: 0.06em;
  line-height: 1.1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time, .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-time {
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #33bbee;
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  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: 990px;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 38px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.com-tag-link {
  background-color: #33bbee;
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-color: #fec20d;
  }
}
.com-tag-link-current {
  background-color: #fec20d;
}

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

  main layout  all

========================================= */
/* top-worries  PC
------------------------------------ */
#top-worries .worries-bg {
  background: url(../img/top/worries-bg.png) no-repeat center top/cover;
}
#top-worries .worries-ttl {
  text-align: center;
  color: #fff;
}
#top-worries .worries-ttl-sm {
  display: inline-block;
  padding: 0 32px;
  background: url(../img/top/worries-ttl-l.png) no-repeat left center, url(../img/top/worries-ttl-r.png) no-repeat right center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0px 2px 5.4px rgb(51, 187, 238);
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl-sm {
    font-size: 1.9rem;
  }
}
#top-worries .worries-ttl-lg {
  display: block;
  margin-top: 5px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0;
  line-height: 1.3;
  position: relative;
  text-shadow: 0px 2px 5.4px rgb(51, 187, 238);
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl-lg {
    font-size: 2.6rem;
  }
}
#top-worries .worries-ttl-lg::before, #top-worries .worries-ttl-lg::after {
  content: "";
  position: absolute;
}
#top-worries .worries-ttl-lg::before {
  width: 117px;
  height: 72px;
  background: url(../img/top/worries-ttl-ico-l.png) no-repeat center/contain;
  left: 0;
  bottom: 0;
}
#top-worries .worries-ttl-lg::after {
  width: 60px;
  height: 57px;
  background: url(../img/top/worries-ttl-ico-r.png) no-repeat center/contain;
  right: 54px;
  bottom: 25px;
}
#top-worries .worries-ttl-ac {
  font-size: 6.2rem;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-ttl-ac {
    font-size: 3.1rem;
  }
}
#top-worries .worries-list {
  display: flex;
  margin: 70px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-worries .worries-list-item {
  width: 100%;
  max-width: 520px;
  padding: 250px 0 43px;
  border-radius: 6px;
  border: 6px solid #33bbee;
  text-align: center;
}
#top-worries .worries-list-item:nth-of-type(n+3) {
  margin-top: 60px;
}
#top-worries .worries-list-item01 {
  background: url(../img/top/worries-ico01.png) no-repeat center 20px #fff;
}
#top-worries .worries-list-item02 {
  background: url(../img/top/worries-ico02.png) no-repeat center 25px #fff;
}
#top-worries .worries-list-item03 {
  background: url(../img/top/worries-ico03.png) no-repeat center 24px #fff;
}
#top-worries .worries-list-item04 {
  background: url(../img/top/worries-ico04.png) no-repeat center 48px #fff;
}
#top-worries .worries-list-item05 {
  background: url(../img/top/worries-ico05.png) no-repeat center 49px #fff;
}
#top-worries .worries-list-item06 {
  background: url(../img/top/worries-ico06.png) no-repeat center 28px #fff;
}
#top-worries .worries-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-ttl {
    font-size: 1.5rem;
  }
}
#top-worries .worries-list-lg {
  font-size: 3.2rem;
  color: #33bbee;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-lg {
    font-size: 1.6rem;
  }
}
#top-worries .worries-list-txt {
  margin: 30px auto 0;
}
#top-worries .solution {
  padding: 140px 0 0;
  background: url(../img/top/worries-arw.png) no-repeat center 43px;
  position: relative;
}
#top-worries .solution::before {
  content: "";
  width: 159px;
  height: 343px;
  background: url(../img/top/worries-illu.png) no-repeat center/contain;
  position: absolute;
  right: -17px;
  top: 73px;
}
#top-worries .solution-ttl {
  text-align: center;
  color: #fff;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #top-worries .solution-ttl {
    font-size: 1.6rem;
  }
}
#top-worries .solution-ttl-lg {
  display: inline-block;
  margin: 7px auto 0;
  border-bottom: 4px solid #fec20d;
  font-size: 4.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-worries .solution-ttl-lg {
    font-size: 2.1rem;
  }
}
#top-worries .solution-txt {
  margin: 33px auto 0;
  text-align: center;
  color: #fff;
  line-height: 2.1;
}

/* top-reason  PC
------------------------------------ */
#top-reason {
  background: url(../img/top/reason-wave.png) no-repeat center top #faf5e9;
}
@media screen and (min-width: 1921px) {
  #top-reason {
    background-size: 100%;
  }
}
#top-reason .reason-list {
  margin: 75px auto 0;
}
#top-reason .reason-list-item {
  display: flex;
  align-items: center;
}
#top-reason .reason-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#top-reason .reason-list-item:nth-of-type(2n) .reason-list-contents {
  box-shadow: -5px 5px #fec20d;
}
#top-reason .reason-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#top-reason .reason-list-img {
  width: 47.2%;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#top-reason .reason-list-contents {
  padding: 48px 0 12px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-contents {
    width: 580px;
    min-height: 320px;
  }
}
#top-reason .reason-list-ttl-num {
  width: 70px;
  height: 103px;
  margin: auto;
  padding-top: 45px;
  background: url(../img/top/reason-ttl-ico.png) no-repeat center/contain;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: -67px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl-num {
    font-size: 2.4rem;
  }
}
#top-reason .reason-list-ttl-ja {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl-ja {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-ttl-ja span {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background: #fec20d;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl-ja span {
    font-size: 1.8rem;
  }
}
#top-reason .reason-list-txt {
  margin: 20px auto 0;
  line-height: 2.1;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}

/* top-service  PC
------------------------------------ */
#top-service {
  background: url(../img/top/service-illu01.png) no-repeat calc(50% - 760px) 316px, url(../img/top/service-illu02.png) no-repeat calc(50% + 760px) 316px, url(../img/top/service-bg.jpg) no-repeat center/cover;
}
#top-service .service-list {
  display: flex;
  margin: 50px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-service .service-list-item {
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
#top-service .service-list-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #33bbee;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}
#top-service .service-box {
  max-width: 880px;
  margin: 100px auto 0;
  padding: 41px 0 60px;
}
#top-service .service-box-txt {
  text-align: center;
  line-height: 2.1;
}
#top-service .service-btn {
  margin: -30px auto 0;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr {
  background: url(../img/top/bnr-bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-bnr {
    background-size: 100%;
  }
}
#top-bnr .bnr-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-bnr .bnr-list-item {
  width: 100%;
  max-width: 520px;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 20px;
  border-radius: 10px;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/bnr01.png) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/bnr02.png) no-repeat center/cover;
}
#top-bnr .bnr-list-link03 {
  background: url(../img/top/bnr03.png) no-repeat center/cover;
}
#top-bnr .bnr-list-link04 {
  background: url(../img/top/bnr04.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover .bnr-list-box {
    background: rgba(51, 187, 238, 0.9);
  }
}
#top-bnr .bnr-list-box {
  padding: 80px 0 65px;
  border-radius: 10px;
  background: rgba(51, 187, 238, 0.7);
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
#top-bnr .bnr-list-ttl {
  line-height: 1;
}
#top-bnr .bnr-list-ttl-en {
  font-family: "Poppins-ExtraBold", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl-en {
    font-size: 1.8rem;
  }
}
#top-bnr .bnr-list-ttl-ja {
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl-ja {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-txt {
  margin: 20px auto 0;
  color: #fff;
  line-height: 1.88;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.jpg) no-repeat center/cover;
}
.com-contact .contact-box {
  padding: 55px 0 60px;
  border-radius: 10px;
  background: url(../img/top/contact-illu.png) no-repeat calc(50% + 246px) 9px #fff;
  text-align: center;
}
.com-contact .contact-fuki {
  display: inline-block;
  margin: 35px auto 0;
  padding: 0 21px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-fuki {
    font-size: 1.5rem;
  }
}
.com-contact .contact-fuki-border {
  display: inline-block;
  border-bottom: 3px solid #fec20d;
  line-height: 1;
}
.com-contact .contact-flx {
  margin: 40px auto 0;
}
.com-contact .contact-flx-fuki {
  padding: 20px;
  text-align: center;
  line-height: 1;
}
.com-contact .contact-flx-fuki-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-flx-fuki-ttl {
    font-size: 1.5rem;
  }
}
.com-contact .contact-flx-fuki-ac {
  margin: 15px auto 0;
  padding: 8px;
  background: #fff;
  border-radius: 999px;
  color: #33bbee;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-flx-fuki-ac {
    font-size: 1.5rem;
  }
}
.com-contact .contact-tel {
  margin-left: 33px;
  text-align: left;
}
.com-contact .contact-btn {
  margin: 18px auto 0;
  background-image: url(../img/top/com-btn-arw.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  font-size: 2rem;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-btn {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn {
    font-size: 1.5rem;
  }
}
.com-contact .contact-btn-line {
  background-color: #00b900;
}
.com-contact .contact-btn-contact {
  background-color: #fec20d;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-btn:hover {
    background-position: calc(100% - 7px) center;
    opacity: 0.7;
  }
}
.com-contact .contact-btn-wrap {
  margin: 48px auto 0;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-btn-wrap li:nth-of-type(n+2) {
    margin-left: 80px;
  }
}
.com-contact .contact-btn-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn-ttl {
    font-size: 1.5rem;
  }
}
.com-contact .contact-btn-txt {
  margin: 20px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  color: #231f21;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .com-contact .contact-btn-txt {
    height: 55px;
  }
}
.com-contact .com-ttl01-en {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .com-contact .com-ttl01-en {
    font-size: 3rem;
  }
}

/* top-news  PC
------------------------------------ */
#top-news .news-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl {
    font-size: 2.6rem;
  }
}
#top-news .news-btn {
  width: 220px;
  margin-top: 36px;
}

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

  sub layout  all

========================================= */
/* service  PC
------------------------------------ */
#service .about {
  background: url(../img/service/about-bg.jpg) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #service .about {
    background-size: 100%;
  }
}
#service .about-inner {
  background: url(../img/service/about-ttl-l.png) no-repeat 26px 110px, url(../img/service/about-ttl-r.png) no-repeat calc(100% - 70px) 15px;
}
#service .about-ttl {
  text-align: center;
}
#service .about-ttl-shape {
  display: inline-block;
  padding: 0 15px 0 25px;
  background-size: 18px 26px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: #33bbee;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #service .about-ttl-shape {
    font-size: 1.5rem;
  }
}
#service .about-ttl-lg {
  display: block;
  margin: 15px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #service .about-ttl-lg {
    font-size: 1.5rem;
  }
}
#service .about-ttl-ac {
  border-radius: 10px;
  padding: 0 7px;
  background: #fec20d;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service .about-ttl-ac {
    font-size: 1.6rem;
  }
}
#service .about-box {
  margin: 43px auto 0;
  padding: 23px 27px 30px;
}
#service .about-box p {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
@media screen and (min-width: 768px) {
  #service .about-box {
    text-align: center;
  }
}
#service .about-list {
  margin: 118px auto 0;
}
#service .about-list-item:nth-of-type(n+2) {
  margin-top: 70px;
  padding-top: 103px;
  border-top: 1px solid #d9d9d9;
}
#service .about-list-ico {
  text-align: center;
}
#service .about-list-ttl {
  margin: 20px auto 0;
}
#service .about-list-txt {
  margin: 28px auto 0;
  padding-bottom: 47px;
  background: url(../img/service/arw.png) no-repeat center bottom;
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
#service .about-list-contents {
  margin: 25px auto 0;
}
#service .about-list-contents li:nth-of-type(n+2) {
  margin-top: 40px;
}
#service .about-list-contents-ttl {
  padding-left: 20px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .about-list-contents-ttl {
    font-size: 1.5rem;
  }
}
#service .about-list-contents-ttl::before {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: #fec20d;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#service .about-list-contents-box {
  margin: 15px auto 0;
  padding: 20px 50px 20px 20px;
}
#service .about-list-contents-box p:nth-of-type(n+4) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #service .about-list-contents-box-check {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列 */
    gap: 0 1em;
  }
}
#service .about-list-contents-box-merit p:nth-of-type(n+2) {
  margin-top: 15px;
}
#service .about-list-contents-check {
  padding-left: 25px;
  background: url(../img/service/check.png) no-repeat left 5px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #service .about-list-contents-check {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #service .about-list-contents-check {
    white-space: nowrap;
  }
}
#service .about-list-contents-merit {
  padding-left: 20px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .about-list-contents-merit {
    font-size: 1.5rem;
  }
}
#service .about-list-contents-merit::before {
  content: "●";
  color: #fec20d;
  position: absolute;
  left: 0;
  top: 0;
}
#service .about-list-note {
  margin: 35px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #service .about-list-note {
    font-size: 1.5rem;
  }
}
#service .area-list {
  margin: 40px auto 0;
}
#service .area-list-item {
  padding: 35px 30px 30px 290px;
  background: url(../img/service/area01.png) no-repeat 43px 35px #fff;
}
#service .area-list-item:nth-of-type(n+2) {
  margin: 66px auto 0;
}
#service .area-list-item02 {
  background: url(../img/service/area02.png) no-repeat 37px 68px #fff;
}
#service .area-list-item03 {
  background: url(../img/service/area03.png) no-repeat 46px 32px #fff;
}
#service .area-list-ttl {
  padding-bottom: 11px;
  border-bottom: 1px solid #d9d9d9;
}
#service .area-list-ttl-en {
  font-family: "Poppins-ExtraBold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #service .area-list-ttl-en {
    font-size: 1.5rem;
  }
}
#service .area-list-ttl-ja {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #service .area-list-ttl-ja {
    font-size: 1.5rem;
  }
}
#service .area-list-ttl-sub {
  display: inline-block;
  margin-top: 13px;
  padding: 0 10px;
  border-radius: 5px;
  background: #fec20d;
  color: #fff;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #service .area-list-ttl-sub {
    font-size: 1.5rem;
  }
}
#service .area-list-txt {
  margin-top: 25px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
#service .area-list-txt-mt {
  margin-top: 15px;
}
#service .area-list {
  display: flex;
  flex-wrap: wrap;
}
#service .area-list-item {
  width: 100%;
  max-width: 330px;
  height: 330px;
  padding: 22px 15px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #service .area-list-item:nth-of-type(n+2) {
    margin: 0;
  }
  #service .area-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 43px;
  }
  #service .area-list-item:nth-of-type(n+4) {
    margin-top: 46px;
  }
}
#service .area-list-item01 {
  background: url(../img/service/area01.png) no-repeat center 114px #fff;
}
#service .area-list-item02 {
  background: url(../img/service/area02.png) no-repeat center 125px #fff;
}
#service .area-list-item03 {
  background: url(../img/service/area03.png) no-repeat center 114px #fff;
}
#service .area-list-item04 {
  background: url(../img/service/area04.png) no-repeat center 103px #fff;
}
#service .area-list-item05 {
  background: url(../img/service/area05.png) no-repeat center 114px #fff;
}
#service .area-list-item06 {
  background: url(../img/service/area06.png) no-repeat center 132px #fff;
}
#service .area-list-ttl-ja {
  line-height: 1.2;
}
#service .area-list-ttl-ja span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #service .area-list-ttl-ja span {
    font-size: 1.5rem;
  }
}
#service .area-note {
  margin: 65px auto 0;
  text-align: center;
}

/* flow  PC
------------------------------------ */
#flow .flow-list-item:nth-of-type(n+2) {
  padding-top: 130px;
  background: url(../img/flow/arw.png) no-repeat center 28px;
}
@media screen and (min-width: 768px) {
  #flow .flow-list-item:nth-of-type(n+3) {
    padding-top: 140px;
    background: url(../img/flow/arw.png) no-repeat center 45px;
  }
}
#flow .flow-list-ttl {
  padding-left: 110px;
  background: url(../img/flow/ico01.png) no-repeat left top;
}
#flow .flow-list-ttl02 {
  background-image: url(../img/flow/ico02.png);
}
#flow .flow-list-ttl03 {
  background-image: url(../img/flow/ico03.png);
}
#flow .flow-list-ttl04 {
  background-image: url(../img/flow/ico04.png);
}
#flow .flow-list-ttl05 {
  background-image: url(../img/flow/ico05.png);
}
#flow .flow-list-ttl06 {
  background-image: url(../img/flow/ico06.png);
}
#flow .flow-list-ttl-en {
  padding-top: 13px;
  font-size: 2.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-ttl-en {
    font-size: 1.5rem;
  }
}
#flow .flow-list-ttl-ja {
  padding-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-ttl-ja {
    font-size: 1.6rem;
  }
}
#flow .flow-list-txt {
  margin: 25px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
#flow .flow-contact {
  margin: 25px auto 0;
}
#flow .flow-contact li {
  width: 100%;
  max-width: 340px;
}
#flow .flow-contact li:nth-of-type(n+2) {
  margin-top: 41px;
}
#flow .flow-contact-box {
  margin-top: 14px;
  padding: 17px 25px 26px;
  border-radius: 10px;
}
#flow .flow-contact-box-txt {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #flow .flow-contact-box-txt {
    font-size: 1.5rem;
  }
}
#flow .flow-contact-btn {
  display: flex;
  width: 100%;
  height: 60px;
  margin: 20px auto 0;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 10px) center #00b900;
  border-radius: 999px;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #flow .flow-contact-btn {
    font-size: 1.5rem;
  }
}
#flow .flow-contact-btn-mail {
  background-color: #fec20d;
}
#flow .flow-contact-tel {
  line-height: 1;
}
#flow .flow-contact-tel-link {
  margin: 7px auto 0;
  background-position: left bottom;
  font-size: 4.2rem;
}
#flow .faq-list {
  margin: 40px auto 0;
}
#flow .faq-list-item {
  padding: 20px 20px 30px 90px;
}
#flow .faq-list-item:nth-of-type(n+2) {
  margin-top: 66px;
}
#flow .faq-list-ttl {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #flow .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#flow .faq-list-ttl::before {
  content: "Q";
  width: 60px;
  height: 60px;
  background: #33bbee;
  border-radius: 10px;
  text-align: center;
  font-family: "Poppins-ExtraBold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 60px;
  position: absolute;
  left: -70px;
  top: 0;
}
@media screen and (max-width: 768px) {
  #flow .faq-list-ttl::before {
    font-size: 2rem;
  }
}
#flow .faq-list-txt {
  margin-top: 20px;
  padding: 0 7px;
  line-height: 1.8;
  position: relative;
  white-space: pre-line;
}
#flow .faq-list-txt::before {
  content: "A";
  font-family: "Poppins-ExtraBold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  color: #fec20d;
  position: absolute;
  left: -56px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  #flow .faq-list-txt::before {
    font-size: 2rem;
  }
}

/* price  PC
------------------------------------ */
.com-about .about-box {
  margin: 70px auto 0;
  padding: 40px 35px 35px 160px;
  background-image: url(../img/price/illust.png);
  background-repeat: no-repeat;
  background-position: 47px 24px;
}
.com-about .about-box-txt {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  line-height: 2.1;
}
.com-about .about-list {
  margin: 39px auto 0;
}
.com-about .about-list-item {
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .com-about .about-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 12px;
  }
  .com-about .about-list-item:nth-of-type(n+4) {
    margin-top: 75px;
  }
}
.com-about .about-list-link {
  display: block;
}
.com-about .about-list-img {
  width: 100%;
  height: 0;
  padding-top: 77%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.com-about .about-list-ttl {
  margin: 10px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .com-about .about-list-ttl {
    font-size: 1.5rem;
  }
}
.com-about .about-list-dl {
  margin: 10px auto 0;
}
.com-about .about-list-dl-item {
  display: flex;
  align-items: center;
}
.com-about .about-list-dl dt {
  padding: 6px;
  border-radius: 7px;
  text-align: center;
  background-color: #fec20d;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.9rem;
  letter-spacing: 0;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-about .about-list-dl dt {
    font-size: 1.5rem;
  }
}
.com-about .about-list-dl dd {
  margin-left: 9px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-about .about-list-dl dd {
    font-size: 1.5rem;
  }
}
.com-about .price-list {
  display: flex;
  margin: 38px auto 0;
  justify-content: space-between;
  background: url(../img/price/arw.png) no-repeat center 50%;
}
.com-about .price-list li {
  width: 100%;
  max-width: 500px;
}
.com-about .price-list p {
  height: 40px;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  font-family: "Poppins-ExtraBold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-about .price-list p {
    font-size: 1.5rem;
  }
}
.com-about .price-list-ttl-before {
  background-color: #d9d9d9;
}
.com-about .price-list-ttl-after {
  background-color: #33bbee;
  color: #fff;
}
.com-about .price-list-img {
  width: 100%;
  height: 0;
  margin: 8px auto 0;
  padding-top: 76%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.com-about .price-txt {
  margin: 25px auto 0;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  white-space: pre-line;
}
.com-about .price-detail-list {
  margin: 30px auto 0;
}
.com-about .price-detail-list li:nth-of-type(n+2) {
  margin-top: 35px;
}
.com-about .price-detail-list-txt {
  margin: 10px auto 0;
  padding: 20px 25px;
  white-space: pre-line;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
.com-about .products-list {
  display: flex;
  overflow-x: auto; /* 横スクロール有効 */
  align-items: center;
  gap: 10px; /* 要素間の余白（任意） */
  padding: 23px; /* スクロール範囲の余裕（任意） */
  scrollbar-width: thin; /* Firefox用 */
}
.com-about .products-list li {
  flex: 0 0 auto; /* 子要素が縮まないように */
}

/* voice  PC
------------------------------------ */
#voice .about-list-dl dd {
  color: #231f21;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #voice .about-list-dl dd {
    font-size: 1.5rem;
  }
}
#voice .about-list-ttl {
  color: #33bbee;
}
#voice .voice-flx-img {
  width: 480px;
  height: 0;
  padding-top: 370px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#voice .voice-flx-contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #voice .voice-flx-contents {
    max-width: 570px;
  }
}
#voice .voice-flx-ttl {
  margin-top: 5px;
}
#voice .voice-flx-txt {
  margin-top: 15px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  white-space: pre-line;
}

/* company  PC
------------------------------------ */
#company .message-ttl-sub {
  display: flex;
  margin: 10px auto 0;
  align-items: center;
}
#company .message-ttl-sub::before {
  content: "";
  width: 81px;
  height: 123px;
  background: url(../img/company/message-illu.png) no-repeat left bottom/contain;
}
#company .message-ttl-sub-txt {
  margin-left: 25px;
  border-bottom: 3px solid #fec20d;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #33bbee;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #company .message-ttl-sub-txt {
    font-size: 1.6rem;
  }
}
#company .message-txt {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
}
#company .message-txt-box {
  margin-top: 25px;
}
#company .message-name {
  text-align: right;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #company .message-name {
    font-size: 1.5rem;
  }
}
#company .company-table-wrap {
  margin: 40px auto 0;
  padding: 27px 30px;
}
#company .company-table-tr a {
  color: #33bbee;
}
#company .company-map-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #231f21;
}
@media screen and (max-width: 768px) {
  #company .company-map-ttl {
    font-size: 1.5rem;
  }
}
#company .company-map-ttl::before {
  content: "";
  width: 16px;
  height: 21px;
  margin-right: 7px;
  background: url(../img/company/map.png) no-repeat left center;
}
#company .company .ggmap {
  margin: 15px auto 0;
}

/* news  SP
------------------------------------ */
#news .com-ttl05 {
  padding-bottom: 5px;
}
#news .com-ttl05::before {
  height: calc(100% - 19px);
  top: 8px;
}/*# sourceMappingURL=all.css.map */