@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@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
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@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-tag {
  flex-direction: column;
  align-items: center;
}
.com-tag-item {
  width: 100%;
}
.com-tag-item:nth-of-type(n+2) {
  margin-top: 20px;
}

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

  main  SP

========================================= */
/*  top-worries  SP
------------------------------------ */
#top-worries .worries-bg {
  background-size: cover;
}
#top-worries .worries-list {
  margin-top: 20px;
  flex-wrap: wrap;
}
#top-worries .worries-list-item {
  min-width: 148px;
  height: 148px;
  background-size: contain;
}
#top-worries .worries-list-item:nth-of-type(n+3) {
  margin-top: 30px;
}
#top-worries .worries-ttl {
  line-height: 1.8;
}
#top-worries .worries-ttl-lg {
  padding-bottom: 5px;
  background-size: contain;
}
#top-worries .ico01::before {
  width: 43px;
  height: 60px;
  bottom: -21px;
}
#top-worries .ico02::before {
  width: 41px;
  height: 73px;
  bottom: -33px;
}
#top-worries .ico03::before {
  width: 48px;
  height: 64px;
  bottom: -35px;
}
#top-worries .ico04::before {
  width: 44px;
  height: 66px;
  bottom: -29px;
}
#top-worries .ico05::before {
  width: 44px;
  height: 68px;
  bottom: -29px;
}

/*  top-solution  SP
------------------------------------ */
#top-solution .solution-inner {
  padding-top: 30px;
}
#top-solution .solution-ttl {
  padding: 24px 0;
}
#top-solution .solution-ttl::before {
  height: 43px;
  bottom: -11px;
}
#top-solution .solution-ttl-sub-check {
  font-size: 2rem;
}
#top-solution .solution-ttl-sub-note {
  font-size: 1.8rem;
}
#top-solution .solution-check {
  flex-direction: column;
  align-items: flex-start;
}
#top-solution .solution-check-list:nth-of-type(n+2) {
  margin: 10px 0 0;
}
#top-solution .solution-btn {
  margin-top: 25px;
}
#top-solution .ac {
  display: inline-block;
}

/*  top-voice  SP
------------------------------------ */
#top-voice .voice-ttl-fuki {
  padding-top: 13px;
  font-size: 2rem;
  background-size: contain;
}
#top-voice .voice-dl {
  margin: 25px auto 0;
}
#top-voice .voice-dl dt {
  font-size: 1.8rem;
}
#top-voice .voice-dl span {
  background-size: 100%;
}
#top-voice .voice-box {
  margin-top: 30px;
  border-width: 5px;
}

/*  top-policy  SP
------------------------------------ */
#top-policy .policy-inner {
  padding: 30px 5px;
}

/*  top-reason  SP
------------------------------------ */
#top-reason .reason-list {
  justify-content: space-between;
}
#top-reason .reason-list-item {
  width: 49%;
}
#top-reason .reason-list-item:nth-of-type(n+3) {
  margin-top: 15px;
}
#top-reason .reason-txt {
  margin-top: 30px;
  text-align: left;
}

/*  top-contact  SP
------------------------------------ */
#top-contact .contact-list {
  flex-direction: column;
  align-items: center;
}
#top-contact .contact-list-item {
  padding: 20px 13px;
}
#top-contact .contact-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#top-contact .contact-list-ttl {
  padding-bottom: 9px;
  font-size: 1.8rem;
}
#top-contact .contact-list-txt {
  margin-top: 10px;
}
#top-contact .contact-reserve {
  margin-top: 30px;
}

.com-reserve {
  display: block;
}
.com-reserve-sub {
  width: calc(100% - 30px);
  margin: auto;
}
.com-reserve-img {
  width: 100%;
}
.com-reserve-img img {
  width: 100%;
}
.com-reserve-contents {
  margin: auto;
  padding: 20px 15px;
}
.com-reserve-ttl {
  font-size: 2rem;
  text-align: center;
}
.com-reserve-message {
  margin-top: 15px;
  text-align: center;
  font-size: 1.8rem;
}
.com-reserve-dl-item {
  flex-direction: column;
  align-items: center;
}
.com-reserve-dl-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.com-reserve-dl dd {
  margin: 5px auto 0;
  text-align: center;
}
.com-reserve-list {
  flex-direction: column;
  align-items: center;
}
.com-reserve-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}

/*  top-qa  SP
------------------------------------ */
#top-qa .qa-dl {
  margin-top: 30px;
}
#top-qa .qa-dl-item:nth-of-type(n+2) {
  margin-top: 25px;
}
#top-qa .qa-dl dt, #top-qa .qa-dl dd {
  padding: 12px 12px 12px 53px;
}
#top-qa .qa-dl dt {
  font-size: 2rem;
}
#top-qa .qa-dl dt::before {
  font-size: 2.6rem;
  left: 18px;
}
#top-qa .qa-dl dd {
  padding-bottom: 20px;
  background-size: 37px;
  background-position: 10px 13px;
}

/*  top-news  SP
------------------------------------ */
#top-news .news-flx {
  flex-direction: column;
  align-items: flex-start;
}
#top-news .news-left {
  height: auto;
  padding: 28px 42px;
  background-size: 100% 100%;
  text-align: left;
}
#top-news .news-btn {
  margin-top: 10px;
}
#top-news .news-post {
  margin: 20px auto 0;
}

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

sub layout  SP

========================================= */
/*  about  SP
------------------------------------ */
#about .about-ttl::before, #about .about-ttl::after {
  height: 92px;
}
#about .about-flx {
  margin-top: 30px;
  flex-direction: column-reverse;
  align-items: center;
}
#about .about-txt-box {
  margin: 10px auto 0;
}
#about .about-course {
  margin-top: 40px;
}
#about .about-course-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#about .about-course-ttl {
  font-size: 1.8rem;
}
#about .about-course-box {
  padding: 10px;
}
#about .about .fuki {
  font-size: 1.4rem;
}
#about .about .title {
  margin-top: 5px;
  padding-bottom: 2px;
}
#about .about .title::before {
  width: 3px;
  height: 18px;
}
#about .flow-inner {
  padding-top: 0;
}
#about .flow-ttl {
  padding-top: 58px;
}
#about .flow-list {
  margin-top: 40px;
}
#about .flow-list-item, #about .flow-list-flx {
  flex-direction: column-reverse;
  align-items: center;
}
#about .flow-list-item:nth-of-type(n+2), #about .flow-list-flx:nth-of-type(n+2) {
  margin-top: 30px;
}
#about .flow-list-contents {
  margin: 10px auto 0;
  padding: 0;
}
#about .flow-list-num {
  font-size: 1.4rem;
  position: static;
}
#about .flow-list-ttl {
  margin: 5px auto 0;
  font-size: 1.8rem;
}
#about .flow-list-txt {
  margin-top: 10px;
}
#about .flow-list-txt.mt {
  margin-top: 25px;
}
#about .flow .lg {
  margin-top: -2px;
  font-size: 3rem;
}
#about .message-flx {
  margin-top: 20px;
  flex-direction: column-reverse;
  align-items: center;
}
#about .message-img {
  width: 60%;
  margin: auto;
}
#about .message-contents {
  margin: 10px auto 0;
}
#about .message-ttl-sub {
  text-align: center;
}
#about .message-ttl-sub-lg {
  font-size: 1.8rem;
}
#about .mind-wrap {
  margin-top: 30px;
  padding: 30px 0 0;
  background-size: 60px;
  background-position: right top;
}
#about .mind-list {
  margin-top: 40px;
  padding: 0 15px 30px;
  flex-direction: column;
  align-items: center;
}
#about .mind-list-item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#about .mind-list-item:nth-of-type(n+2) {
  margin-top: 20px;
  border-left: none;
  border-top: 1px dashed #65502f;
}
#about .mind-list-ico02 {
  background-position: 60% 15px;
  background-size: 170px;
}
#about .mind-list-ico03 {
  background-position: 50% 11px;
  background-size: 72px;
}
#about .mind-list-ico04 {
  background-position: 50% 11px;
  background-size: 72px;
}
#about .mind-list-ico05 {
  background-position: 50% 11px;
  background-size: 172px;
}
#about .mind-list-ico06 {
  background-position: 50% 11px;
  background-size: 172px;
}
#about .mind-list-ttl {
  font-size: 1.8rem;
}

/*  reason  SP
------------------------------------ */
#reason .reason-list {
  margin-top: 30px;
}
#reason .reason-list-item {
  padding: 20px 10px;
}
#reason .reason-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#reason .reason-list-ico {
  width: 120px;
  margin: auto;
}
#reason .reason-list-ttl {
  font-size: 2rem;
}
#reason .reason-list-txt {
  margin-top: 10px;
}
#reason .care {
  margin-top: 50px;
}
#reason .care-ttl::before, #reason .care-ttl::after {
  height: 85px;
}
#reason .care-flx {
  margin-top: 10px;
  flex-direction: column-reverse;
  align-items: center;
}
#reason .care-txt-box {
  margin: 10px auto 0;
}
#reason .care-list {
  margin-top: 30px;
}
#reason .care-list-item {
  flex-direction: column !important;
  align-items: center;
}
#reason .care-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#reason .care-list-img {
  width: 80%;
  margin: auto;
}
#reason .care-list-contents {
  margin: 15px auto 0;
}
#reason .care-list-ttl {
  font-size: 1.8rem;
}
#reason .care-list-txt {
  margin-top: 10px;
}
#reason .care-list-feature {
  font-size: 1.7rem;
}
#reason .care-list-feature-list li {
  font-size: 1.5rem;
}
#reason .mind-inner {
  padding-top: 20px;
}
#reason .mind-ttl-sub-lg {
  font-size: 1.8rem;
}
#reason .mind-list {
  margin-top: 30px;
}
#reason .mind-list-item {
  flex-direction: column-reverse !important;
  align-items: center;
}
#reason .mind-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#reason .mind-list-contents {
  margin: 10px auto 0;
}
#reason .mind-list-ttl-num {
  width: 66px;
  height: 30px;
  line-height: 30px;
}
#reason .mind-list-ttl-txt {
  font-size: 1.8rem;
}
#reason .mind-list-ttl-lg {
  font-size: 2.2rem;
}
#reason .mind-list-txt {
  margin-top: 10px;
}

/*  case  SP
------------------------------------ */
#case .case-txt-box {
  margin-top: 30px;
}
#case .case-list {
  margin-top: 20px;
}
#case .case-list-item {
  width: 100%;
}
#case .case-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#case .case-list-ttl-sub {
  background-position: calc(50% - 100px) 5px, calc(50% + 100px) 5px;
  background-size: 27px, 27px;
}
#case .case-list-ttl-sub02 {
  padding: 5px 0;
  background-position: calc(50% - 80px) 5px, calc(50% + 80px) 5px;
  background-size: 20px, 20px;
}
#case .case-box {
  padding: 10px 10px 20px;
}
#case .case-ba-case {
  background-size: 8px;
  text-align: center;
}
#case .case-ba-case li {
  width: 46%;
}
#case .case-ba-voice {
  flex-direction: column;
  align-items: center;
}
#case .case-ba-item-right {
  margin: 10px auto 0;
}
#case .case-contents {
  margin: auto;
}
#case .case-name {
  margin-top: 10px;
}
#case .case-btn {
  height: 50px;
  line-height: 50px;
}
#case .case-dl dd {
  font-size: 1.5rem;
}
#case .detail .case-ba-case {
  background: none;
  flex-direction: column;
  align-items: center;
}
#case .detail .case-ba-case li:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#case .detail .case-ba-item-lg {
  width: 100%;
}
#case .detail .case-ba-ttl {
  display: inline-block;
  min-width: 203px;
  padding: 0 15px;
}

/*  access  SP
------------------------------------ */
#access .information-table {
  margin-top: 20px;
}
#access .access-list {
  margin-top: 80px;
  flex-direction: column;
  align-items: center;
}
#access .access-list-item {
  padding: 20px 13px;
}
#access .access-list-item:nth-of-type(n+2) {
  margin: 90px auto 0;
}
#access .access-list-item:nth-of-type(n+3) .access-list-txt:nth-of-type(n+2) {
  margin-top: 20px;
}
#access .access-list-ttl {
  padding-bottom: 9px;
  font-size: 1.8rem;
}
#access .access-list-txt {
  margin-top: 10px;
  text-align: left;
}
#access .access-list-ico01::after, #access .access-list-ico03::after {
  width: 118px;
  height: 59px;
  top: -59px;
}
#access .access-list-ico02::after {
  width: 200px;
  height: 46px;
  top: -46px;
}
#access .access-txt {
  margin-top: 30px;
}

/*  news  SP
------------------------------------ */
#news .news-index-tag-txt {
  line-height: 1.4;
}/*# sourceMappingURL=style_sp.css.map */