@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@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;
}
@font-face {
  font-family: "KiwiMaru-Medium";
  src: url("../fonts/KiwiMaru-Medium.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%;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--amp));
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*	font-size  cmn
------------------------------------ */
/************************************************

  SP layout

************************************************/
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-md-inner {
  padding: 50px 15px;
}

.no-sb {
  margin: 30px auto 0;
}

.com-ib {
  display: inline;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

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

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 15px;
}

/*  共通パーツ
------------------------------------ */
.com-check li {
  background-size: 13px;
  background-position: left 7px;
  padding-left: 20px;
}

.com-box {
  box-shadow: 2px 2px #ffe238;
}

.com-voice-item {
  padding: 20px 15px;
}
.com-voice-item:nth-of-type(n+2) {
  margin-top: 30px;
}
.com-voice-flx {
  display: block;
}
.com-voice-flx li:nth-of-type(n+2) {
  border: none;
  margin: 10px 0 0;
  padding: 0;
}
.com-voice-ttl {
  margin-top: 20px;
  padding-bottom: 10px;
  border-width: 1px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.com-voice-txt {
  margin-top: 13px;
}

.news-post {
  flex-direction: column;
  align-items: center;
}
.news-post-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}

.com-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-item {
  width: 100%;
}
.com-tag-item:nth-of-type(n+2) {
  margin-top: 15px;
}
/* =========================================

  main  SP

========================================= */
/* top-worries  SP
------------------------------------ */
#top-worries .worries-bg {
  background-position: 15px bottom;
  background-size: 100px;
}
#top-worries .worries-bg::before {
  height: 25px;
  bottom: -25px;
}
#top-worries .worries-bg::after {
  width: 260px;
  height: 51px;
  bottom: -42px;
}
#top-worries .worries-inner {
  padding-bottom: 100px;
}
#top-worries .worries-list {
  margin-top: 55px;
  flex-direction: column;
  align-items: center;
}
#top-worries .worries-list-item {
  max-width: 240px;
  height: 120px;
  padding-top: 56px;
}
#top-worries .worries-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#top-worries .worries-list-item:last-of-type {
  padding-top: 65px;
}
#top-worries .worries-list-ico {
  transform: scale(0.5);
}
#top-worries .worries-list-ico01 {
  top: -66px;
}
#top-worries .worries-list-ico02 {
  top: -68px;
}
#top-worries .worries-list-ico03 {
  top: -70px;
}
#top-worries .worries-list-ico04 {
  top: -55px;
}
#top-worries .worries-list-ico05 {
  top: -63px;
}
#top-worries .worries-txt-box {
  margin-top: 20px;
}

/* top-reason  SP
------------------------------------ */
#top-reason .reason-inner {
  padding-top: 70px;
}
#top-reason .reason-box {
  padding: 65px 15px 45px;
}
#top-reason .reason-box-ico {
  width: 100px;
  right: -15px;
  bottom: -33px;
}
#top-reason .reason-box-ttl {
  width: 80%;
  padding: 7px 45px;
  font-size: 1.8rem;
}
#top-reason .reason-list {
  margin-top: 50px;
  flex-direction: column;
  align-items: center;
}
#top-reason .reason-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#top-reason .reason-list-ttl {
  height: 83px;
}
#top-reason .reason-list-ttl-num {
  width: 54px;
  font-size: 2rem;
  top: -33px;
}
#top-reason .reason-list-ttl-txt {
  font-size: 1.8rem;
}
#top-reason .reason-list-ttl-txt .lg {
  font-size: 2.3rem;
}

/* top-case  SP
------------------------------------ */
#top-case .case-list {
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
#top-case .case-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#top-case .case-list-img {
  width: 70%;
  margin: auto;
  padding-top: 99%;
}
#top-case .case-list-ttl {
  text-align: center;
  font-size: 1.8rem;
}
#top-case .case-txt {
  margin-top: 30px;
}

/* top-voice  SP
------------------------------------ */
#top-voice .voice-inner {
  background-size: 78px;
  background-position: calc(50% + 127px) 15px;
}
#top-voice .voice-txt {
  margin-top: 15px;
}
#top-voice .voice-list {
  margin-top: 30px;
}
#top-voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 25px;
}

/* top-bnr  SP
------------------------------------ */
#top-bnr .bnr-list {
  flex-direction: column;
  align-items: center;
}
#top-bnr .bnr-list-item {
  width: 100%;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#top-bnr .bnr-list-link {
  padding: 20px 15px;
}
#top-bnr .bnr-ttl-ja {
  font-size: 1.8rem;
}
#top-bnr .bnr-txt {
  margin-top: 10px;
  text-align: left;
}

/* top-news  SP
------------------------------------ */
#top-news .news-btn {
  width: 160px;
  padding-left: 10px;
  background-position: 10px center;
}
#top-news .news-flx {
  border-width: 1px;
}
#top-news .news-post {
  margin-top: 20px;
}

/* com-contact  SP
------------------------------------ */
.com-contact .contact-box {
  padding: 30px 15px;
}
.com-contact .contact-ico {
  width: 76px;
  top: -37px;
  left: -6px;
}
.com-contact .contact-ttl {
  font-size: 1.8rem;
}
.com-contact .contact-list {
  flex-direction: column;
  align-items: center;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
.com-contact .contact-list-btn {
  height: 61px;
  border-width: 1px;
}
.com-contact .contact-list-btn::before {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}
.com-contact .contact-list-btn-line-fuki {
  top: -23px;
}

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

sub layout  SP

========================================= */
/* about  SP
------------------------------------ */
#about .worries {
  background-position: 15px bottom;
  background-size: 100px;
}
#about .worries::before {
  height: 25px;
  bottom: -25px;
}
#about .worries-inner {
  padding-bottom: 25px;
}
#about .worries-box {
  margin-top: 20px;
  padding: 15px 15px 35px;
}
#about .worries-list:nth-of-type(n+2) {
  margin: 10px 0 0;
}
#about .worries-list li {
  padding-left: 20px;
}
#about .worries-list li:nth-of-type(n+2) {
  margin-top: 10px;
}
#about .worries-ico {
  width: 70px;
  bottom: -31px;
  right: -12px;
}
#about .worries-txt {
  margin-top: 50px;
}
#about .worries-btn {
  max-width: 260px;
  margin-top: 27px;
}
#about .how-inner {
  padding-top: 80px;
}
#about .how-txt {
  margin-top: 25px;
  text-align: left;
}
#about .how-box {
  margin-top: 20px;
  padding: 15px;
  align-items: flex-start;
}
#about .how-list:nth-of-type(n+2) {
  margin: 15px 0 0;
}
#about .how-note {
  border-radius: 20px;
  padding: 20px 15px;
}
#about .how-note-ico {
  width: 100px;
  bottom: auto;
  left: -15px;
  top: -59px;
}
#about .how-btn {
  margin-top: 30px;
}
#about .flow-txt {
  margin-top: 20px;
}
#about .flow-list {
  margin-top: 30px;
}
#about .flow-list-item {
  padding: 60px 15px 20px;
}
#about .flow-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#about .flow-list-item:nth-of-type(n+2)::before {
  width: 51px;
  height: 17px;
  top: -27px;
}
#about .flow-list-item01 {
  background-size: 112px;
  background-position: 90% 15px;
}
#about .flow-list-item02 {
  background-position: 91% 10px;
  background-size: 60px;
}
#about .flow-list-item03 {
  background-position: 91% 10px;
  background-size: 60px;
}
#about .flow-list-item04 {
  background-position: 91% 10px;
  background-size: 60px;
}
#about .flow-list-item05 {
  background-position: 91% 10px;
  background-size: 75px;
}
#about .flow-list-txt {
  margin-top: 5px;
}
#about .faq-list {
  margin-top: 30px;
}
#about .faq-list-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#about .faq-list-ttl {
  padding: 15px 15px 15px 55px;
  font-size: 1.8rem;
  line-height: 1.5;
}
#about .faq-list-ttl::before {
  width: 37px;
  height: 31px;
  padding-top: 8px;
  top: 13px;
  left: 7px;
}
#about .faq-list-txt {
  padding: 15px 15px 15px 55px;
}
#about .faq-list-txt::before {
  width: 30px;
  height: 30px;
  line-height: 25px;
  top: 13px;
  left: 11px;
}

/* service  SP
------------------------------------ */
#service .service-txt {
  margin-top: 25px;
  text-align: left;
}
#service .service-reform-list-item {
  padding: 20px 15px;
}
#service .service-reform-list-item:nth-of-type(n+2) {
  margin: 25px auto 0;
}
#service .service-reform-list-ttl {
  margin: 10px auto 0;
  font-size: 1.8rem;
}
#service .service-reform-list-illu.illu02 {
  width: 117px;
  margin: auto;
}
#service .service-reform-list-illu.illu03 {
  width: 117px;
  margin: auto;
}
#service .service-reform-list-illu.illu04 {
  width: 117px;
  margin: auto;
}
#service .service-reform-list-note {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
#service .service-reform-list-note .sm {
  display: inline;
}
#service .service-plan {
  margin-top: 40px;
}
#service .service-plan-box {
  margin-top: 30px;
  padding: 20px 15px 120px;
  border-radius: 20px;
}
#service .service-plan-box-illu {
  width: 150px;
  right: -10px;
  bottom: 0;
}
#service .service-plan-txt-box {
  margin-top: 20px;
}
#service .merit-txt {
  margin-top: 20px;
}
#service .merit-list-item {
  padding: 20px 15px;
}
#service .merit-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#service .merit-list-ttl {
  margin: 10px auto 0;
  border-width: 1px;
  padding-bottom: 7px;
  font-size: 1.8rem;
}
#service .merit-list-illu {
  margin: auto;
  position: static;
}
#service .merit-list-illu01 {
  width: 150px;
}
#service .merit-list-illu02 {
  width: 150px;
}
#service .merit-list-illu03 {
  width: 150px;
}
#service .merit-list-illu04 {
  width: 150px;
}
#service .merit-list-txt {
  margin-top: 10px;
}
#service .merit-box {
  padding: 25px 15px 100px;
  background-size: 119px;
  background-position-x: calc(100% - 10px);
}
#service .merit-box-ac {
  width: 88px;
  height: 33px;
  line-height: 33px;
  top: -16px;
}
#service .merit-check {
  margin-top: 10px;
}
#service .area-box {
  padding: 20px 15px 190px;
  background-size: 250px;
  background-position: center 95%;
}
#service .area-ttl {
  margin-top: 14px;
  font-size: 1.8rem;
}
#service .area-map {
  font-size: 1.7rem;
}
#service .com-service-item {
  padding: 67px 15px 16px;
}
#service .com-service-item:nth-of-type(n+2) {
  margin: 35px auto 0;
}
#service .com-service-ico {
  top: -25px;
}
#service .com-service-ttl {
  font-size: 1.8rem;
}
#service .com-service .ico01 {
  width: 100px;
}
#service .com-service .ico02 {
  width: 119px;
  top: -24px;
}
#service .com-service .ico03 {
  width: 82px;
}
#service .com-service .ico04 {
  width: 100px;
  top: -20px;
}
#service .com-service .ico05 {
  width: 78px;
}

/* case  SP
------------------------------------ */
#case .case-list {
  margin-top: 30px;
}
#case .case-list-item {
  width: 49%;
}
#case .case-list-item:nth-of-type(2n) {
  margin-left: 2%;
}
#case .case-list-item:nth-of-type(n+3) {
  margin-top: 15px;
}
#case .case-list-img {
  border-radius: 10px;
}
#case .case-list-ttl {
  margin-top: 3px;
}
#case .case-box {
  padding: 25px 15px;
}
#case .case-box-ttl {
  font-size: 1.8rem;
}
#case .case-scroll {
  margin-top: 15px;
}
#case .case-scroll-list li {
  width: 80%;
  padding-top: 60%;
}
#case .case-scroll-list li:nth-of-type(n+2) {
  margin-left: 15px;
}

/* voice  SP
------------------------------------ */
#voice .voice-list {
  margin-top: 25px;
}

/* information  SP
------------------------------------ */
#information .case-flx {
  margin-top: 25px;
}
#information .case-flx-img {
  width: 70%;
  margin: auto;
}
#information .case-flx-con {
  margin: 20px auto 0;
}
#information .case-ttl {
  text-align: center;
  font-size: 2rem;
}
#information .case-name {
  font-size: 1.8rem;
}
#information .information-box {
  margin-top: 20px;
}
#information .map-ttl-ja {
  font-size: 1.8rem;
}
#information .map-ttl-ja::before {
  width: 13px;
  height: 18px;
  margin-right: 6px;
}/*# sourceMappingURL=style_sp.css.map */