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

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

/*  共通パーツ
------------------------------------ */
.com-bg01 {
  background: url(../img/ptn/bg01.png);
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  padding-left: 27px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-dl {
  margin-top: 9px;
}
.com-tel-dl-item {
  display: flex;
  align-items: center;
}
.com-tel-dl dt {
  padding: 4px 6px;
  background: #e4e4e4;
  font-family: "Murecho-Medium", sans-serif;
  letter-spacing: 0.04em;
  font-size: 1.2rem;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .com-tel-dl dt {
    font-size: 1.5rem;
  }
}
.com-tel-dl dd {
  margin-left: 7px;
  font-family: "Murecho-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .com-tel-dl dd {
    font-size: 1.5rem;
  }
}

.com-mail {
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 13px;
  border-radius: 10px;
  text-align: center;
  background: url(../img/top/info-arw.png) no-repeat calc(100% - 13px) center, url(../img/top/info-mail.png) no-repeat 20px center #ff910f;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 45px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}

.news-post {
  width: 100%;
  max-width: 750px;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.news-post-link {
  display: block;
  padding: 30px 75px 20px 30px;
  border-radius: 10px;
  background: url(../img/top/arw-orange.png) no-repeat calc(100% - 30px) center/15px #fff;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background-position: calc(100% - 20px) center;
    opacity: 1;
  }
}
.news-post-time {
  margin-top: 2px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.5rem;
  color: #ff910f;
  letter-spacing: 0.1em;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 11px;
  flex-wrap: wrap;
}
.news-post-tag li {
  margin: 0 10px 10px 0;
}
.news-post-tag-txt {
  padding: 2px 7px;
  border-radius: 5px;
  background: #fff8b9;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #7e7e7e;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

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

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

  main layout  all

========================================= */
/* top-contact  PC
------------------------------------ */
#top-contact .contact-bg {
  position: relative;
  z-index: 1;
}
#top-contact .contact-bg::before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/top/contact-bottom.png) no-repeat center top/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#top-contact .contact-img {
  position: absolute;
  right: calc(50% - 550px);
  bottom: 0;
  z-index: -1;
}
#top-contact .contact-ttl {
  padding-left: 24px;
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 6.9rem;
  color: #fff;
  letter-spacing: 0.24em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-ttl {
    font-size: 3.45rem;
  }
}
#top-contact .contact-ttl::before {
  content: "";
  width: 541px;
  height: 115px;
  background: url(../img/top/contact-ttl-cir.png) no-repeat left top/contain;
  position: absolute;
  top: -22px;
  left: 5px;
  z-index: -1;
}
#top-contact .contact-tel {
  margin-top: 14px;
}
#top-contact .contact-tel-link {
  padding-left: 70px;
  background: url(../img/top/contact-tel.png) no-repeat left center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 7.1rem;
  letter-spacing: 0;
  text-shadow: rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) 4.90033px 0.993347px 0px, rgb(255, 255, 255) 4.60531px 1.94709px 0px, rgb(255, 255, 255) 4.12668px 2.82321px 0px, rgb(255, 255, 255) 3.48353px 3.58678px 0px, rgb(255, 255, 255) 2.70151px 4.20736px 0px, rgb(255, 255, 255) 1.81179px 4.6602px 0px, rgb(255, 255, 255) 0.849836px 4.92725px 0px, rgb(255, 255, 255) -0.145998px 4.99787px 0px, rgb(255, 255, 255) -1.13601px 4.86924px 0px, rgb(255, 255, 255) -2.08073px 4.54649px 0px, rgb(255, 255, 255) -2.94251px 4.04248px 0px, rgb(255, 255, 255) -3.68697px 3.37732px 0px, rgb(255, 255, 255) -4.28444px 2.57751px 0px, rgb(255, 255, 255) -4.71111px 1.67494px 0px, rgb(255, 255, 255) -4.94996px 0.7056px 0px, rgb(255, 255, 255) -4.99147px -0.291871px 0px, rgb(255, 255, 255) -4.83399px -1.27771px 0px, rgb(255, 255, 255) -4.48379px -2.2126px 0px, rgb(255, 255, 255) -3.95484px -3.05929px 0px, rgb(255, 255, 255) -3.26822px -3.78401px 0px, rgb(255, 255, 255) -2.4513px -4.35788px 0px, rgb(255, 255, 255) -1.53666px -4.75801px 0px, rgb(255, 255, 255) -0.560763px -4.96845px 0px, rgb(255, 255, 255) 0.437495px -4.98082px 0px, rgb(255, 255, 255) 1.41831px -4.79462px 0px, rgb(255, 255, 255) 2.34258px -4.41727px 0px, rgb(255, 255, 255) 3.17346px -3.86382px 0px, rgb(255, 255, 255) 3.87783px -3.15633px 0px, rgb(255, 255, 255) 4.4276px -2.32301px 0px, rgb(255, 255, 255) 4.80085px -1.39708px 0px, rgb(255, 255, 255) 4.98271px -0.415447px 0px;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-tel-link {
    font-size: 3.55rem;
  }
}
#top-contact .contact-tel-dl-item {
  display: flex;
  align-items: center;
}
#top-contact .contact-tel-dl dt, #top-contact .contact-tel-dl dd {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-tel-dl dt, #top-contact .contact-tel-dl dd {
    font-size: 1.5rem;
  }
}
#top-contact .contact-tel-dl dd {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #ff910f;
}
#top-contact .contact-info {
  margin-top: 38px;
}
#top-contact .contact-info-btn {
  max-width: 450px;
  height: 65px;
  font-size: 2.2rem;
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  #top-contact .contact-info-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-contact .contact-info-btn {
    padding-left: 38px;
    background: url(../img/top/info-arw-lg.png) no-repeat calc(100% - 24px) center, url(../img/top/info-mail-lg.png) no-repeat 107px center #ff910f;
  }
  #top-contact .contact-info-btn:hover {
    background-position: calc(100% - 18px) center, 107px center;
  }
}
#top-contact .contact-info-insta {
  display: flex;
  width: 65px;
  height: 65px;
  margin-left: 25px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #top-contact .contact-info-insta:hover {
    background-color: #ff910f;
    opacity: 1;
  }
}

/* top-service  PC
------------------------------------ */
#top-service {
  position: relative;
}
#top-service::before {
  content: "";
  width: 100%;
  height: 290px;
  background: url(../img/ptn/bg05.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#top-service .service-bg {
  background: url(../img/top/service-lt.png) no-repeat left 206px, url(../img/top/service-lb.png) no-repeat left 1078px, url(../img/top/service-rt.png) no-repeat right 100px, url(../img/top/service-rb.png) no-repeat calc(100% - 78px) 647px;
}
#top-service .service-list {
  display: flex;
  margin: 50px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top-service .service-list-item {
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
#top-service .service-list-item01 {
  background: url(../img/ptn/bg02.png);
  position: relative;
}
#top-service .service-list-item02, #top-service .service-list-item03, #top-service .service-list-item04 {
  background: #fffacd;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item02, #top-service .service-list-item03, #top-service .service-list-item04 {
    width: 330px;
  }
}
#top-service .service-list-item05, #top-service .service-list-item06, #top-service .service-list-item07, #top-service .service-list-item08 {
  background: #fff1d8;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-item05, #top-service .service-list-item06, #top-service .service-list-item07, #top-service .service-list-item08 {
    width: 510px;
  }
}
#top-service .service-list-fuki {
  position: absolute;
  left: -31px;
  top: -45px;
}
@media screen and (min-width: 768px) {
  #top-service .service-list-img-lg {
    flex-shrink: 0;
  }
  #top-service .service-list-img-lg img {
    border-radius: 15px 0 0 15px;
  }
}
#top-service .service-list-contents {
  margin-left: 75px;
  padding-right: 46px;
}
#top-service .service-list-con02 {
  padding: 27px 30px 40px;
}
#top-service .service-list-ttl {
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 5px dotted #ff910f;
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl {
    font-size: 1.5rem;
  }
}
#top-service .service-list-ttl-lg {
  text-align: left;
  padding-bottom: 6px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-ttl-lg {
    font-size: 2rem;
  }
}
#top-service .service-list-ttl-border02 {
  border-color: #ffde00;
}
#top-service .service-list-ttl-border03 {
  border-color: #ff879e;
}
#top-service .service-list-ttl-border04 {
  border-color: #70ce13;
}
#top-service .service-list-ttl-border05 {
  border-color: #2fc1e5;
}
#top-service .service-list-ttl-border06 {
  border-color: #ff910f;
}
#top-service .service-list-txt {
  margin-top: 32px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-txt {
    font-size: 1.5rem;
  }
}
#top-service .service-list-txt-lg {
  margin-top: 30px;
}
#top-service .service-list-price {
  margin-top: 25px;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0;
  color: #c91515;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-price {
    font-size: 2.5rem;
  }
}
#top-service .service-list-price02 {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-price02 {
    font-size: 2rem;
  }
}
#top-service .service-list-price-md {
  margin-left: 4px;
  margin-right: 10px;
  font-family: "NotoSansCJKjp-Black", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-price-md {
    font-size: 1.5rem;
  }
}
#top-service .service-list-price-sm {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #top-service .service-list-price-sm {
    font-size: 1.5rem;
  }
}
#top-service .service-list-btn {
  margin: 40px auto 0;
}

/* top-area  PC
------------------------------------ */
#top-area .area-bg {
  background: url(../img/top/area-bg.png) no-repeat center/cover;
  position: relative;
  z-index: 1;
}
#top-area .area-bg::before {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../img/top/contact-bottom.png) no-repeat center top/cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#top-area .area-img {
  position: absolute;
  top: 0;
  right: calc(50% - 960px);
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-area .area-img {
    right: 0;
  }
}
#top-area .area-contents {
  display: inline-block;
  text-align: center;
}
#top-area .area-ttl {
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 2.7rem;
  letter-spacing: 0.08em;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  #top-area .area-ttl {
    font-size: 1.5rem;
  }
}
#top-area .area-ttl .lg {
  font-family: "rounded-mplus-1c-Black", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  color: #ff910f;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-area .area-ttl .lg {
    font-size: 1.9rem;
  }
}
#top-area .area-ttl .border {
  display: inline;
  color: #ff910f;
  background: linear-gradient(transparent 60%, rgba(255, 138, 0, 0.2) 60%);
}
#top-area .area-txt {
  margin-top: 39px;
}

/* top-reason  PC
------------------------------------ */
#top-reason .reason-bg {
  background: url(../img/top/reason-l.png) no-repeat calc(50% - 690px) 94px, url(../img/top/reason-r.png) no-repeat calc(50% + 760px) 96px;
}
#top-reason .reason-ttl {
  padding-top: 8px;
  background: url(../img/top/reason-ttl-l.png) no-repeat calc(50% - 265px) 0, url(../img/top/reason-ttl-r.png) no-repeat calc(50% + 265px) 0;
}
#top-reason .reason-list {
  margin: 58px auto 0;
}
#top-reason .reason-list-item {
  padding: 204px 0 28px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-item {
    width: 330px;
  }
  #top-reason .reason-list-item:nth-of-type(n+4) {
    margin-top: 45px;
  }
}
#top-reason .reason-list-item01 {
  background: url(../img/top/reason-ico01.png) no-repeat center 40px, url(../img/ptn/bg04.png);
}
#top-reason .reason-list-item02 {
  background: url(../img/top/reason-ico02.png) no-repeat center 40px, url(../img/ptn/bg04.png);
}
#top-reason .reason-list-item03 {
  background: url(../img/top/reason-ico03.png) no-repeat center 40px, url(../img/ptn/bg04.png);
}
#top-reason .reason-list-item04 {
  background: url(../img/top/reason-ico04.png) no-repeat center 40px, url(../img/ptn/bg04.png);
}
#top-reason .reason-list-item05 {
  background: url(../img/top/reason-ico05.png) no-repeat center 40px, url(../img/ptn/bg04.png);
}
#top-reason .reason-list-item06 {
  background: url(../img/top/reason-ico06.png) no-repeat center 40px, url(../img/ptn/bg04.png);
}
#top-reason .reason-list-ttl {
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #ff910f;
  line-height: 1.23;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-txt {
  margin: 20px auto 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 1.76;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-txt {
    font-size: 1.5rem;
  }
}
#top-reason .reason-btn {
  max-width: 450px;
  margin: 70px auto 0;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-bg {
  background: url(../img/ptn/bg06.png);
}
#top-bnr .bnr-list-item {
  width: 330px;
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 45px 0 40px;
  background: url(../img/ptn/bg01.png);
  background-size: 10px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover::before {
    border-width: 0px 0px 60px 57px;
  }
}
#top-bnr .bnr-list-link::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #ff910f transparent;
  border-width: 0px 0px 55px 52px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  content: "";
}
#top-bnr .bnr-list-link::after {
  width: 13px;
  height: 13px;
  background: url(../img/top/info-arw.png) no-repeat center/contain;
  position: absolute;
  right: 8px;
  bottom: 8px;
  transition: all 0.3s ease;
  content: "";
}
#top-bnr .bnr-list-ttl {
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-en {
  margin: 10px auto 0;
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: #ff910f;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-en {
    font-size: 1.5rem;
  }
}

/* top-news  PC
------------------------------------ */
#top-news .news-bg {
  background: url(../img/top/news.jpg) no-repeat center/cover;
}
#top-news .news-contents {
  text-align: center;
}
#top-news .news-ttl-ja {
  line-height: 0.88;
}
#top-news .news-ttl-en {
  color: #ff910f;
}
#top-news .news-btn {
  max-width: 240px;
  margin: 59px auto 0;
}

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

  sub layout  all

========================================= */
/* service  PC
------------------------------------ */
.sv-service {
  background: url(../img/sub/notfound.jpg) no-repeat center/cover;
}
.sv-price {
  background: url(../img/sub/notfound.jpg) no-repeat center/cover;
}

/* voice  PC
------------------------------------ */
#voice .voice-list {
  margin: 50px auto 0;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin: 150px auto 0;
}
#voice .voice-list-img {
  margin: 50px auto 0;
  background: url(../img/voice/arw.png) no-repeat center 60%;
}
#voice .voice-list-img-item {
  width: 100%;
  max-width: 500px;
}
#voice .voice-list-img-ba {
  width: 140px;
  height: 40px;
  border-radius: 10px;
  text-align: center;
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-img-ba {
    font-size: 1.5rem;
  }
}
#voice .voice-list-img-ba.before {
  background: #acacac;
}
#voice .voice-list-img-ba.after {
  background: #ff910f;
  position: relative;
}
#voice .voice-list-img-ba.after::before {
  content: "";
  width: 41px;
  height: 40px;
  margin: auto;
  background: url(../img/voice/star.png) no-repeat center/contain;
  position: absolute;
  right: -51px;
  top: 0;
  bottom: 0;
}
#voice .voice-list-img-box {
  margin: 16px auto 0;
  text-align: center;
  position: relative;
}
#voice .voice-list-img-box img {
  border-radius: 10px;
}
#voice .voice-list-flx {
  margin: 70px auto 0;
}
#voice .voice-list-contents {
  width: 100%;
  max-width: 720px;
}
#voice .voice-list-contents-txt {
  margin-top: 26px;
  white-space: pre-line;
}
#voice .voice-list-price {
  width: 100%;
  max-width: 280px;
  padding: 20px;
  border-radius: 10px;
  background: url(../img/ptn/bg04.png);
  text-align: center;
}
#voice .voice-list-price-ttl {
  height: 40px;
  border-radius: 10px;
  background: #ff879e;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-price-ttl {
    font-size: 1.5rem;
  }
}
#voice .voice-list-price-txt {
  margin: 25px auto 0;
  font-family: "RobotoCondensed-Bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-price-txt {
    font-size: 2.5rem;
  }
}
#voice .voice-list-price-txt span {
  font-family: "NotoSansCJKjp-Black", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-price-txt span {
    font-size: 1.5rem;
  }
}
#voice .voice-list-staff {
  margin: 60px auto 0;
}
#voice .voice-list-staff-ico {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
}
#voice .voice-list-staff-box {
  width: 100%;
  max-width: 908px;
  padding: 30px 40px;
  border-radius: 10px;
  background: #e7faff;
  position: relative;
}
#voice .voice-list-staff-box::before {
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: transparent #e7faff transparent transparent;
  border-width: 13px 23px 13px 0px;
  position: absolute;
  left: -23px;
  top: 0;
  bottom: 0;
  content: "";
}
#voice .voice-list-staff-box-txt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-staff-box-txt {
    font-size: 1.5rem;
  }
}

/* reason  PC
------------------------------------ */
#reason .reason-list {
  margin: 60px auto 0;
}
#reason .reason-list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  #reason .reason-list-item:nth-of-type(2n-1) .reason-list-flx {
    justify-content: flex-end;
  }
  #reason .reason-list-item:nth-of-type(2n-1) .reason-list-img {
    margin-left: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #reason .reason-list-item:nth-of-type(2n) .reason-list-flx {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #reason .reason-list-item:nth-of-type(2n) .reason-list-img {
    margin-right: 70px;
  }
}
@media screen and (min-width: 768px) {
  #reason .reason-list-item:nth-of-type(n+2) {
    margin: 100px auto 0;
  }
}
#reason .reason-list-ico {
  position: absolute;
}
#reason .reason-list-ico01 {
  left: -320px;
  top: -153px;
}
#reason .reason-list-ico02 {
  top: 21px;
  right: -255px;
}
#reason .reason-list-ico03 {
  top: -13px;
  left: -256px;
}
#reason .reason-list-ico04 {
  top: 34px;
  right: -170px;
}
#reason .reason-list-ico05 {
  top: -113px;
  left: -320px;
}
#reason .reason-list-ico06 {
  right: -254px;
  top: 0;
}
@media screen and (min-width: 768px) {
  #reason .reason-list-contents {
    max-width: 540px;
  }
}
#reason .reason-list-ttl {
  display: flex;
  align-items: center;
}
#reason .reason-list-ttl-num {
  margin-right: 20px;
}
#reason .reason-list-ttl-txt {
  padding-bottom: 11px;
  font-family: "rounded-mplus-1c-heavy", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  #reason .reason-list-ttl-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #reason .reason-list-ttl-txt {
    width: 420px;
  }
}
#reason .reason-list-ttl-txt .ac {
  color: #ff910f;
}
#reason .reason-list-ttl-txt01 {
  border-bottom: 5px dotted #ff879e;
}
#reason .reason-list-ttl-txt02 {
  border-bottom: 5px dotted #70ce13;
}
#reason .reason-list-ttl-txt03 {
  border-bottom: 5px dotted #2fc1e5;
}
#reason .reason-list-ttl-txt04 {
  border-bottom: 5px dotted #ff910f;
}
#reason .reason-list-ttl-txt05 {
  border-bottom: 5px dotted #ff879e;
}
#reason .reason-list-ttl-txt06 {
  border-bottom: 5px dotted #70ce13;
}
#reason .reason-list-txt {
  margin: 33px auto 0;
}

/* company  PC
------------------------------------ */
#company .company {
  background: url(../img/company/company-l.png) no-repeat left 100px, url(../img/company/company-r.png) no-repeat calc(100% - 65px) calc(100% - 420px);
}
#company .company-btn-item {
  width: 100%;
  max-width: 510px;
}
#company .company-anchor {
  padding-top: 100px;
}
#company .company-flx {
  margin: 60px auto 0;
}
#company .company-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #company .company-list {
    max-width: 610px;
  }
  #company .company-list-item {
    display: flex;
    align-items: center;
  }
  #company .company-list-item:nth-of-type(n+2) {
    margin-top: 5px;
  }
}
#company .company-list-ttl {
  width: 210px;
  height: 55px;
  border-radius: 10px;
  background: #ffde00;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  line-height: 55px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #company .company-list-ttl {
    font-size: 1.5rem;
  }
}
#company .company-list-txt {
  margin-left: 30px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #company .company-list-txt {
    font-size: 1.5rem;
  }
}
#company .company-map {
  margin: 52px auto 0;
  z-index: 1;
}
#company .greeting {
  background: url(../img/ptn/bg04.png);
  position: relative;
}
#company .greeting::before {
  content: "";
  width: 256px;
  height: 277px;
  background: url(../img/company/greeting-ico.png) no-repeat left top/contain;
  position: absolute;
  left: 64px;
  top: -165px;
}
#company .greeting-flx {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #company .greeting-txt-box {
    max-width: 465px;
  }
}

/* news  PC
------------------------------------ */
#news .com-news {
  max-width: none;
}
#news .com-news-item:nth-of-type(n+2) {
  border-top: 3px dotted #ff910f;
}
#news .com-news-item:nth-of-type(n+2) .com-news-link {
  padding-top: 40px;
}
#news .com-news-link {
  padding: 0;
}
#news .news-post {
  max-width: none;
}
#news .news-post-flx {
  margin-top: 25px;
}
#news .detail .news-box {
  padding: 0;
}
#news .clamp1 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #news .clamp1 {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=all.css.map */