@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: "ZenMaruGothic-Regular";
  src: url("../fonts/ZenMaruGothic-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  src: url("../fonts/ZenMaruGothic-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	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-block;
}

.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-box {
  border-radius: 20px;
}

.com-voice {
  flex-direction: column;
  align-items: center;
}
.com-voice-item {
  padding: 20px;
  border-radius: 15px;
}
.com-voice-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
.com-voice-ttl {
  font-size: 1.8rem;
}

.news-post {
  margin: 20px auto 0;
}
.news-post-link {
  padding: 15px 50px 15px 15px;
  border-radius: 10px;
  align-items: flex-start;
}
.news-post-link::before {
  width: 9px;
  right: 13px;
}
.news-post-link::after {
  width: 35px;
}
.news-post-time {
  font-size: 1.8rem;
}
.news-post-contents {
  margin: 15px 0 0;
}
.news-post-tag-txt {
  font-size: 1.4rem;
}
.news-post-ttl {
  margin-top: 5px;
  font-size: 1.4rem;
}

.com-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-wrap {
  padding: 20px 15px;
}
.com-tag-item {
  width: 100%;
}
.com-tag-item:nth-of-type(n+2) {
  margin-top: 15px;
}
.com-tag-link::before {
  margin-right: 8px;
}

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

  main  SP

========================================= */
/* top-greeting  SP
------------------------------------ */
#top-greeting {
  background-size: 110px;
}
#top-greeting .greeting-inner {
  padding-bottom: 80px;
}
#top-greeting .greeting-ttl {
  font-size: 2rem;
}
#top-greeting .greeting-txt-box {
  margin-top: 20px;
}

/* top-solution  SP
------------------------------------ */
#top-solution .solution-box {
  width: 100%;
  padding: 50px 15px;
  border-radius: 30px;
}
#top-solution .solution-ttl .dot::before {
  width: 109px;
  height: 11px;
  top: -5px;
  left: 11px;
}
#top-solution .solution-list {
  margin-top: 25px;
}
#top-solution .solution-list li {
  width: 90px;
  height: 90px;
}
#top-solution .solution-list li:nth-of-type(n+2) {
  margin-left: 5px;
}
#top-solution .solution-list li:nth-of-type(1) {
  margin-top: 40px;
}
#top-solution .solution-list li:nth-of-type(2) {
  margin-top: 20px;
}
#top-solution .solution-illu {
  margin: 20px auto 0;
  position: static;
}
#top-solution .solution-txt-wrap {
  margin: 20px auto 0;
}
#top-solution .solution-btn {
  margin-top: 20px;
}

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

/* top-bnr  SP
------------------------------------ */
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#top-bnr .bnr-list-link {
  border-radius: 20px;
  border-width: 2px;
  padding: 70px 0 50px;
  background-position: center 15px, calc(100% + 4px) calc(100% + 4px);
}
#top-bnr .bnr-list-link01 {
  background-size: 50px, 50px;
}
#top-bnr .bnr-list-link02 {
  background-size: 60px, 50px;
}
#top-bnr .bnr-list-txt {
  margin-top: 20px;
}

/* top-information  SP
------------------------------------ */
#top-information {
  padding-bottom: 50px;
}
#top-information .information-box {
  border-radius: 30px;
  padding: 50px 0 0;
  background-position: 15px 40px, calc(100% - 10px) 40px;
  background-size: 50px, 90px;
}
#top-information .information-inner {
  padding-top: 30px;
}
#top-information .information-map {
  margin-top: 20px;
}
#top-information .information-btn {
  margin-top: 30px;
}
#top-information .news-wrap {
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  background-size: auto 10px;
}
#top-information .news-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#top-information .news-ttl {
  font-size: 2rem;
}
#top-information .news-btn {
  margin: 0;
}

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

sub layout  SP

========================================= */
/* service  SP
------------------------------------ */
#service .worries-inner {
  padding-bottom: 80px;
}
#service .worries-list li {
  padding: 15px;
  border-radius: 15px;
}
#service .worries-list li:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#service .solution::before {
  width: 35px;
  height: 40px;
  top: -20px;
}
#service .solution-box {
  margin-top: 20px;
  padding: 30px 15px;
}
#service .solution-box::before {
  width: 51px;
  height: 73px;
  left: -10px;
  bottom: -51px;
}
#service .features-box {
  padding: 25px 15px;
}
#service .features-box::before {
  width: 37px;
  height: 38px;
  top: -36px;
  right: 33px;
}
#service .features-list li {
  border-radius: 15px;
}
#service .features-list li:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#service .features-list-ttl {
  padding: 10px 0;
  font-size: 2rem;
}
#service .features-list-num {
  border-width: 2px;
  font-size: 1.8rem;
  top: 13px;
  left: 20px;
}
#service .features-list-txt-box {
  padding: 20px 15px;
}
#service .about-box {
  margin-top: 50px;
  padding: 30px 15px;
}
#service .about-list li:nth-of-type(n+2) {
  margin: 70px auto 0;
}
#service .about-list-item {
  padding: 115px 15px 20px;
  border-radius: 15px;
}
#service .about-list-ttl {
  width: 150px;
  padding-top: 22px;
  height: 150px;
  top: -50px;
}
#service .about-list-ttl-num {
  padding-bottom: 7px;
  font-size: 1.4rem;
}
#service .about-list-ttl-num span {
  font-size: 1.6rem;
}
#service .about-list-ttl-ja {
  margin-top: 7px;
  font-size: 2.2rem;
}
#service .about-list-txt {
  font-size: 1.7rem;
}
#service .flow-box {
  margin-top: 30px;
  padding: 20px 15px;
}
#service .flow-list-item {
  padding: 15px;
  border-radius: 15px;
}
#service .flow-list-num {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
#service .flow-list-contents {
  margin-left: 15px;
  padding-top: 8px;
}
#service .flow-list-ttl {
  font-size: 1.8rem;
}
#service .flow-list-txt {
  margin-top: 10px;
}

/* voice  SP
------------------------------------ */
#voice .voice-box {
  padding: 30px 20px 30px;
}
#voice .voice-ttl-sub {
  margin-top: 10px;
}
#voice .voice-txt-box {
  margin-top: 20px;
  padding: 20px 15px;
  border-radius: 15px;
}

/* faq  SP
------------------------------------ */
#faq .faq-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#faq .faq-list-ttl {
  padding-left: 60px;
  background-size: 45px;
  font-size: 1.8rem;
  line-height: 1.7;
}
#faq .faq-list-box {
  margin: 20px auto 0;
  padding: 20px 15px;
}

/* about  SP
------------------------------------ */
#about .about-read {
  padding: 50px 15px;
  text-align: left;
}
#about .about-box {
  margin-top: 50px;
  padding: 25px 15px;
}
#about .about-box::before {
  width: 43px;
  height: 41px;
  top: -41px;
  left: 20px;
}
#about .about-com-list-item {
  border-radius: 15px;
  border-width: 2px;
}
#about .about-com-list-ttl {
  padding: 12px 10px;
}
#about .about-com-list-txt {
  padding: 15px;
}
#about .merit {
  padding-bottom: 50px;
}
#about .merit-box {
  padding: 20px 15px;
}
#about .merit-box::before {
  width: 52px;
  height: 32px;
  right: 14px;
  top: -37px;
}
#about .merit-list-num {
  width: 45px;
  height: 45px;
  margin: auto;
  line-height: 41px;
  left: 0;
  right: 0;
  top: 10px;
}
#about .merit-list-ttl {
  padding-top: 60px;
  font-size: 1.8rem;
}
#about .merit-list-txt {
  padding: 15px;
}
#about .note {
  border-width: 2px;
  padding: 40px 15px 40px;
  background-position: center 80px, 15px 15px, 15px calc(100% - 15px), calc(100% - 15px) 15px, calc(100% - 15px) calc(100% - 15px);
  background-size: 220px, 8px, 8px, 8px, 8px;
  text-align: center;
}
#about .note-ttl {
  font-size: 2.2rem;
}
#about .note-txt {
  margin: 165px auto 0;
  text-align: left;
}

/* information  SP
------------------------------------ */
#information .message-box {
  padding: 20px;
}
#information .message-box-ico {
  width: 50px;
  top: -57px;
  left: 29px;
}
#information .information-ico {
  width: 50px;
  right: 25px;
  top: -54px;
}
#information .access-ico {
  width: 50px;
  left: 25px;
  top: -29px;
}

/* news  SP
------------------------------------ */
#news .news .com-ttl02 {
  padding-bottom: 5px;
}
#news .news .com-news-link {
  padding: 15px;
}
#news .news-post-flx {
  margin-top: 10px;
}
#news .news-post-time {
  margin-right: 10px;
  font-size: 1.4rem;
}
#news .news-post-tag-txt {
  font-size: 1.3rem;
}/*# sourceMappingURL=style_sp.css.map */