/*----------------------------------------------------*/
/*                      color                         */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*                      common                        */
/*----------------------------------------------------*/
.pagenation {
  color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw;
  margin-top: 10%;
}
.pagenation .current {
  width: 15vw;
  border: 1px solid #f6a7ba;
  padding: 10px 0;
  background: #f6a7ba;
  text-align: center;
}
.pagenation a {
  color: #f6a7ba;
  width: 15vw;
  padding: 10px 0;
  border: 1px solid #f6a7ba;
  text-align: center;
  display: block;
}

.content-u {
  padding-top: 20%;
}

.caution {
  display: flex;
  width: 45vw;
  margin: 0 auto;
}

.sidebtn {
  width: 15vw;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}

.ttl01 {
  text-align: center;
  margin-bottom: 8%;
}
.ttl01 .ttl-en {
  margin-bottom: 3%;
}

.ttl02 {
  color: #191919;
  font-weight: 500;
  font-size: 5.5vw;
  margin-bottom: 8%;
  text-align: center;
  padding-bottom: 5%;
  background: url("/img/common/ttl02-deco.png") no-repeat bottom center/auto;
}

.btn01 a {
  display: block;
  color: #f6a7ba;
  font-size: 3.6vw;
  font-weight: 500;
  padding: 3% 0;
  width: 80vw;
  border: 1px solid #f6a7ba;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s;
}
.btn01 a:hover {
  color: #fff;
  background: #f6a7ba;
}

.bg-p {
  background: #fff5f7;
}

.nami-bg {
  background: url("/img/common/nami-line.png") no-repeat top center/auto;
}

#bnr-sec {
  padding: 20% 0;
}
#bnr-sec .inbox {
  display: block;
}
#bnr-sec .bnr-style:nth-child(n+2) {
  margin-top: 8%;
}
#bnr-sec .bnr-style a {
  display: block;
  width: 80vw;
  padding: 10% 0;
  border-radius: 5vw;
  box-shadow: 0px 0px 10px 0px rgba(74, 74, 74, 0.15);
  margin: 0 auto;
  transition: 0.3s;
}
#bnr-sec .bnr-style a .ttl {
  padding: 3% 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#bnr-sec .bnr-style a:hover {
  opacity: 0.7;
}
#bnr-sec .feature-bnr a {
  background: url("/img/common/feature-bnr.png") no-repeat center/cover;
}
#bnr-sec .price-bnr a {
  background: url("/img/common/price-bnr.png") no-repeat center/cover;
}
#bnr-sec .voice-bnr a {
  background: url("/img/common/voice-bnr.png") no-repeat center/cover;
}

/*----------------------------------------------------*/
/*                      header                        */
/*----------------------------------------------------*/
#header {
  padding-bottom: 20px;
  position: relative;
}
#header .hd-wrap {
  padding: 5%;
}
#header .hd-wrap .hd-logo {
  width: 35vw;
  max-width: 210px;
}
#header .mv {
  position: relative;
}
#header .mv .catch {
  width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .mv .mv-img {
  text-align: center;
}
#header .mv .mv-img img {
  width: 95%;
  height: 70vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10vw;
}
#header .sv {
  position: relative;
}
#header .sv .sv-ttl {
  width: 80%;
  border-radius: 5vw;
  padding: 3% 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .sv .sv-ttl .wrap {
  position: relative;
  display: contents;
}
#header .sv .sv-ttl .wrap .ttl-en {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#header .sv .sv-img {
  text-align: center;
}
#header .sv .sv-img img {
  width: 95%;
  height: 50vw;
  border-radius: 10vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*----------------------------------------------------*/
/*                      footer                        */
/*----------------------------------------------------*/
#footer {
  margin-top: 29px;
  padding: 20% 0 5% 0;
  background: #fff5f7;
  position: relative;
}
#footer::before {
  content: "";
  width: 100%;
  height: 29px;
  background: url("/img/common/ft-bg.png") no-repeat bottom center/auto;
  position: absolute;
  top: -29px;
  left: 0;
}
#footer .ft-logo {
  width: 35vw;
  margin: 0 auto;
}
#footer .ft-nav {
  padding: 5% 0;
  background: #fff;
  margin-top: 10%;
}
#footer .ft-nav .ft-nav-list {
  gap: 5vw;
}
#footer .ft-nav .ft-nav-list .ft-nav-item a {
  transition: 0.3s;
}
#footer .ft-nav .ft-nav-list .ft-nav-item a:hover {
  color: #f6a7ba;
}
#footer .copy {
  margin: 5% 0 0 0;
  text-align: center;
}
#footer .copy a {
  color: #a6a6a6;
}

/*----------------------------------------------------*/
/*                        top                         */
/*----------------------------------------------------*/
#top-blog {
  padding: 15% 0 35%;
  margin: 10% 0 0 0;
  position: relative;
}
#top-blog .inbox {
  display: block;
}
#top-blog .btn01 {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
#top-blog .blog-list {
  width: 100%;
}
#top-blog .blog-list .blog-item:nth-child(n+2) {
  margin-top: 3%;
  padding-top: 3%;
  border-top: 2px dotted #a6a6a6;
}
#top-blog .blog-list .blog-item a {
  transition: 0.3s;
}
#top-blog .blog-list .blog-item a .wrap {
  gap: 5vw;
}
#top-blog .blog-list .blog-item a .wrap .tag-list {
  gap: 3vw;
}
#top-blog .blog-list .blog-item a .ttl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#top-blog .blog-list .blog-item a:hover {
  opacity: 0.7;
}

#top-about {
  padding: 20% 0;
  position: relative;
}
#top-about .txt-cnt .about-ttl {
  margin-bottom: 8%;
}
#top-about .txt-cnt .about-ttl .ttl-en {
  margin-bottom: 3%;
}
#top-about .txt-cnt .btn01 {
  margin-top: 10%;
}
#top-about .about-img {
  width: 65vw;
  margin: 15% auto 0;
}

#top-problem {
  padding: 25% 0;
  background: url("/img/common/nami-line.png") no-repeat top center/auto, url("/img/common/nami-line.png") no-repeat bottom center/auto;
}
#top-problem .txt-cnt {
  padding: 5% 0;
  background: #fff5f7;
  text-align: center;
}
#top-problem .problem-list {
  gap: 5vw;
  margin-top: 10%;
}
#top-problem .problem-list .problem-item {
  width: 42vw;
  text-align: center;
}
#top-problem .problem-list .problem-item .ttl {
  margin-top: 5%;
}

#top-service {
  padding: 20% 0;
}
#top-service .service-style {
  width: 100%;
  padding: 10% 0;
  border-radius: 5vw;
  box-shadow: 0px 0px 10px 0px rgba(74, 74, 74, 0.15);
}
#top-service .service-style:nth-child(n+3) {
  margin-top: 5%;
}
#top-service .service-style .wrap {
  padding: 0 5%;
  display: block;
}
#top-service .service-style .wrap .ttl {
  padding-left: 8vw;
  margin-bottom: 5%;
  position: relative;
}
#top-service .service-style .wrap .ttl::before {
  content: "";
  width: 5vw;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#top-service .service-style .wrap .service-img {
  text-align: center;
  margin-top: 5%;
}
#top-service .service-style .wrap .service-img img {
  width: 40vw;
}
#top-service .style01 .ttl::before {
  background: #f6a7ba;
}
#top-service .style02 .ttl::before {
  background: #d2f3e0;
}
#top-service .btn01 {
  margin-top: 10%;
}

#top-voice {
  padding: 20% 0;
}
#top-voice .voice-list {
  gap: 8vw;
}
#top-voice .voice-list .voice-item {
  width: 100%;
}
#top-voice .voice-list .voice-item .icn {
  text-align: center;
  margin-bottom: 8%;
}
#top-voice .voice-list .voice-item .icn img {
  width: 20vw;
}
#top-voice .voice-list .voice-item .voice-ttl {
  padding: 3% 0;
  border-radius: 10px;
  background: #f6a7ba;
  text-align: center;
  position: relative;
}
#top-voice .voice-list .voice-item .voice-ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 12px solid #f6a7ba;
  border-top: 0;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
#top-voice .voice-list .voice-item .txt {
  margin-top: 5%;
}
#top-voice .btn01 {
  margin-top: 10%;
}

#top-contact {
  padding: 20% 0;
  text-align: center;
}
#top-contact .bg-cnt {
  width: 90%;
  border-radius: 5vw;
  border: 3px solid #ffdce4;
  padding: 15% 0;
  background: url("/img/top/contact-bg.png") no-repeat center/cover;
  margin: 0 auto;
}
#top-contact .tel a {
  color: #191919;
}
#top-contact .tel a span {
  padding-left: 8vw;
  position: relative;
}
#top-contact .tel a span::before {
  content: "";
  width: 5vw;
  height: 5vw;
  background: url("/img/common/tel02.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#top-contact .address {
  margin-top: 10%;
}

.map {
  margin-bottom: 20%;
}
.map iframe {
  width: 100%;
  height: 55vw;
}

/*----------------------------------------------------*/
/*                       feature                      */
/*----------------------------------------------------*/
#feature #commit {
  padding-bottom: 20%;
}
#feature #commit .commit-style:nth-child(n+3) {
  margin-top: 10%;
}
#feature #commit .commit-style .wrap {
  display: block;
}
#feature #commit .commit-style .commit-img {
  text-align: center;
  margin-bottom: 8%;
}
#feature #commit .commit-style .commit-img img {
  width: 55vw;
}
#feature #commit .commit-style .txt-cnt .ttl {
  margin-bottom: 5%;
}
#feature #commit .commit-style .txt-cnt .ttl span {
  padding-bottom: 3%;
  border-bottom: 2px dotted #f6a7ba;
}
#feature #advice {
  padding: 25% 0;
}
#feature #advice .advice-style:nth-child(n+3) {
  margin-top: 10%;
}
#feature #advice .advice-style .advice-ttl {
  text-align: center;
  margin-bottom: 5%;
}
#feature #advice .advice-style .tbl-scroll {
  overflow: scroll;
}
#feature #advice .advice-style table {
  width: 800px;
  border: 1px solid #f6a7ba;
}
#feature #advice .advice-style table tr th {
  padding: 5vw 0;
  text-align: center;
  background: #f6a7ba;
}
#feature #advice .advice-style table tr th:nth-child(n+2) {
  border-left: 1px solid #fff;
}
#feature #advice .advice-style table tr td {
  padding: 5vw;
}
#feature #advice .advice-style table tr td:nth-child(n+2) {
  border-left: 1px solid #f6a7ba;
}
#feature #work-caution {
  padding: 20% 0;
}

/*----------------------------------------------------*/
/*                       price                        */
/*----------------------------------------------------*/
#price #flow {
  padding-bottom: 20%;
}
#price #flow .flow-list .flow-item:nth-child(n+2) {
  margin-top: 10%;
  padding-top: 10%;
  border-top: 2px dotted #a6a6a6;
}
#price #flow .flow-list .flow-item .wrap {
  display: block;
}
#price #flow .flow-list .flow-item .icn {
  margin-bottom: 5%;
}
#price #flow .flow-list .flow-item .icn img {
  width: 15vw;
}
#price #flow .flow-list .flow-item .txt-cnt .ttl {
  margin-bottom: 5%;
}
#price #flow .flow-list .flow-item .txt-cnt .tel {
  width: 80%;
  border-radius: 10px;
  padding: 5px 0 13px;
  background: #f6a7ba;
  text-align: center;
  margin-top: 8%;
}
#price #flow .flow-list .flow-item .txt-cnt .tel a {
  color: #fff;
}
#price #flow .flow-list .flow-item .txt-cnt .tel a span {
  padding-left: 8vw;
  position: relative;
}
#price #flow .flow-list .flow-item .txt-cnt .tel a span::before {
  content: "";
  width: 5vw;
  height: 5vw;
  background: url("/img/common/tel01.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#price #all-price {
  padding: 20% 0;
}
#price #all-price .price-style:nth-child(n+3) {
  margin-top: 10%;
}
#price #all-price .price-style .ttl {
  padding-left: 8vw;
  margin-bottom: 5%;
  position: relative;
}
#price #all-price .price-style .ttl::before {
  content: "";
  width: 5vw;
  height: 5px;
  background: #f6a7ba;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#price #all-price .price-style .price-tbl {
  width: 100%;
  border: 1px solid #f6a7ba;
  margin: 0 auto;
}
#price #all-price .price-style .price-tbl tr:nth-child(n+2) th {
  border-top: 1px solid #fff;
}
#price #all-price .price-style .price-tbl tr:nth-child(n+2) td {
  border-top: 1px solid #f6a7ba;
}
#price #all-price .price-style .price-tbl tr th,
#price #all-price .price-style .price-tbl tr td {
  display: block;
  padding: 5%;
}
#price #all-price .price-style .price-tbl tr th {
  color: #fff;
  background: #f6a7ba;
}
#price #all-price .price-style .price-tbl tr td {
  text-align: right;
}
#price #all-price .price-style .txt {
  margin-top: 8%;
}
#price #product {
  padding: 20% 0;
}
#price #product .wrap {
  gap: 10vw;
}
#price #product .product-style .product-img {
  text-align: center;
}
#price #product .product-style .product-img img {
  width: 60vw;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5vw;
}
#price #product .product-style .ttl {
  padding: 3% 0;
  border-bottom: 2px dotted #191919;
}
#price #product .product-style .txt {
  margin-top: 5%;
}

/*----------------------------------------------------*/
/*                       voice                        */
/*----------------------------------------------------*/
#voice #all-voice .voice-list .voice-style:nth-child(n+2) {
  margin-top: 10%;
  padding-top: 10%;
  border-top: 2px dotted #a6a6a6;
}
#voice #all-voice .voice-list .voice-style .ttl-cnt {
  gap: 8vw;
  margin-bottom: 5%;
}
#voice #all-voice .voice-list .voice-style .ttl-cnt .icn {
  width: 15vw;
}
#voice #all-voice .voice-list .voice-style .ttl-cnt .ttl {
  width: 60vw;
  padding: 3% 0;
  border-radius: 10px;
  background: #f6a7ba;
  text-align: center;
  position: relative;
}
#voice #all-voice .voice-list .voice-style .ttl-cnt .ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #f6a7ba;
  border-left: 0;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}

/*----------------------------------------------------*/
/*                      infomation                    */
/*----------------------------------------------------*/
#infomation #greeting {
  padding-bottom: 20%;
}
#infomation #greeting .inbox {
  display: block;
}
#infomation #greeting .greeting-img {
  text-align: center;
  margin-top: 8%;
}
#infomation #greeting .greeting-img img {
  width: 45vw;
}
#infomation #company {
  padding: 20% 0;
}
#infomation #company .info-tbl {
  width: 100%;
  margin: 0 auto;
}
#infomation #company .info-tbl tr th,
#infomation #company .info-tbl tr td {
  display: block;
}
#infomation #company .info-tbl tr th {
  padding: 5% 0;
  color: #f6a7ba;
}
#infomation #company .info-tbl tr td {
  border-bottom: 2px dotted #a6a6a6;
  padding: 0 0 5% 0;
}
#infomation #company .info-tbl tr td .caution {
  margin: 0;
}
#infomation .map {
  margin: 0;
}

/*----------------------------------------------------*/
/*                       contact                      */
/*----------------------------------------------------*/
#contact #method .bg-cnt {
  padding: 20% 0;
}
#contact #method .bg-cnt .box {
  margin-top: 10%;
  padding: 8% 0;
  background: #fff;
  text-align: center;
}
#contact #method .bg-cnt .box .tel a {
  color: #191919;
}
#contact #method .bg-cnt .box .tel a span {
  padding-left: 8vw;
  position: relative;
}
#contact #method .bg-cnt .box .tel a span::before {
  content: "";
  width: 5vw;
  height: 5vw;
  background: url("/img/common/tel02.png") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#contact #method .bg-cnt .box .info {
  margin-top: 5%;
}
#contact #mail-form {
  padding: 25% 0;
}

/*----------------------------------------------------*/
/*                        blog                        */
/*----------------------------------------------------*/
#blog #blog-cnt {
  padding: 25% 0;
}
#blog #blog-cnt .category-btn {
  margin-top: 10%;
  padding: 8% 0;
  border: 1px solid #f6a7ba;
}
#blog #blog-cnt .category-btn .category-list {
  padding: 0 5%;
  gap: 5vw;
}
#blog #blog-cnt .category-btn .category-list .category-item a {
  color: #fff;
  font-size: 3.2vw;
  padding: 1vw 5vw;
  background: #f6a7ba;
}
#blog #blog-cnt .blog-list {
  margin-top: 15%;
}
#blog #blog-cnt .blog-list .blog-item {
  padding: 10% 0;
  border-top: 1px solid #f6a7ba;
}
#blog #blog-cnt .blog-list .blog-item:last-child {
  border-bottom: 1px solid #f6a7ba;
}
#blog #blog-cnt .blog-list .blog-item a .wrap {
  display: block;
}
#blog #blog-cnt .blog-list .blog-item a .thumbnail-on .thumb img {
  width: 25vw;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#blog #blog-cnt .blog-list .blog-item a .thumbnail-on .txt-cnt {
  margin-top: 5%;
}
#blog #blog-cnt .blog-list .blog-item a .tag-list {
  gap: 10px;
  margin-top: 5%;
}
#blog #blog-cnt .blog-list .blog-item a .tag-list .tag-item span {
  color: #fff;
  padding: 1vw 3vw;
  background: #f6a7ba;
}
#blog #blog-cnt .blog-list .blog-item a time {
  color: #f6a7ba;
  font-weight: 700;
}
#blog #blog-cnt .blog-list .blog-item a .blog-item-ttl {
  color: #f6a7ba;
  font-size: 5.5vw;
  font-weight: 700;
}
#blog #blog-cnt .blog-list .blog-item a .txt {
  margin-top: 3%;
}
#blog #blog-cnt .blog-list .blog-item a .blog-thumb {
  display: none;
}

#detail-wrp {
  padding-bottom: 25%;
}
#detail-wrp .blog-tag-list {
  gap: 8px;
  margin-bottom: 5%;
}
#detail-wrp .blog-tag-list .blog-tag-item span {
  color: #fff;
  padding: 1vw 3vw;
  background: #f6a7ba;
}
#detail-wrp .blog-ttl {
  font-size: 5.5vw;
  margin-bottom: 5%;
}
#detail-wrp .txt {
  margin-top: 5%;
}

.page-btn {
  font-size: 3.8vw;
  margin-top: 10%;
  position: relative;
}
.page-btn .left {
  left: 0;
  position: absolute;
  font-weight: 600;
}
.page-btn .text-c {
  text-align: center;
}
.page-btn .right {
  right: 0;
  position: absolute;
  font-weight: 600;
}

/*----------------------------------------------------*/
/*                       complete                     */
/*----------------------------------------------------*/
#complete .complete-box {
  padding-bottom: 25%;
  margin-top: 10%;
  text-align: center;
}

/*----------------------------------------------------*/
/*                      sitemap                       */
/*----------------------------------------------------*/
#site .sitemap-cnt {
  padding-bottom: 25%;
}
#site .sitemap-cnt ul {
  margin-top: 10%;
}
#site .sitemap-cnt ul li {
  padding: 0 0 2% 5%;
  border-bottom: 1px dotted #f6a7ba;
}
#site .sitemap-cnt ul li:nth-child(n+2) {
  margin-top: 10px;
}
#site .sitemap-cnt ul li a {
  padding-left: 10%;
  position: relative;
}
#site .sitemap-cnt ul li a::before {
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 1px solid #f6a7ba;
  border-right: 1px solid #f6a7ba;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg) translateY(-50%);
}

/*----------------------------------------------------*/
/*                      privacy                       */
/*----------------------------------------------------*/
#privacy .privacy {
  padding-bottom: 25%;
}
#privacy .privacy-box {
  margin-top: 10%;
}
#privacy .privacy-box p {
  margin-top: 3%;
}
#privacy .privacy-box .ttl04 {
  color: #f6a7ba;
  padding-bottom: 5%;
  border-bottom: 2px solid #f6a7ba;
}

/*----------------------------------------------------*/
/*                        404                         */
/*----------------------------------------------------*/
#notfound .item-box {
  text-align: center;
  padding-bottom: 25%;
}
#notfound .not-found-txt {
  margin-top: 10%;
}/*# sourceMappingURL=style_sp.css.map */