@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Corporate-Logo-Bold-ver3";
  src: url("../fonts/Corporate-Logo-Bold-ver3.otf") format("opentype");
  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;
  }
}

.com-ib {
  display: inline-block;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

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

.target {
  scroll-margin-top: 0; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 27px;
  }
}

.marker {
  padding-bottom: 3px;
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 36px;
  background: url(../img/top/marker.png) no-repeat center top/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

.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;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 120px 0;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #ffffff;
  background-size: clamp(48px, 65%, 280px);
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: url(../img/case/bottom.png) no-repeat center bottom/100%;
}
.com-bg02 {
  background: #fff9e1;
}

.com-box01 {
  outline: 1px solid #f5bf81;
  border-radius: 20px;
  background: #fff;
  box-shadow: 7.071px 7.071px 0px 0px rgba(253, 235, 199, 0.4);
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  padding: 5px 0 5px 39px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link {
  letter-spacing: 0.05em;
}
.com-tel-note {
  display: block;
  margin-top: 7px;
}

.news-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(4n-3)) {
    margin-left: 40px;
  }
  .news-post-item:nth-of-type(n+5) {
    margin-top: 40px;
  }
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover .news-post-img img {
    transform: scale(1.1);
  }
}
.news-post-time {
  display: block;
  max-width: 135px;
  padding: 7px 0;
  border-radius: 10px 10px 0 0;
  text-align: center;
  background: #ff8a00;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.1em;
  line-height: 1;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 0 10px 10px 10px;
  position: relative;
  overflow: hidden;
}
.news-post-img img {
  transform: scale(1);
  transition: all 0.4s;
}
.news-post-ttl {
  margin: 14px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #111111;
}
.news-post-tag {
  display: flex;
  margin: 5px auto 0;
  justify-content: flex-end;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  margin: 0 0 5px 5px;
  padding: 2px 10px;
  text-align: center;
  background: #228cc3;
  border-radius: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

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

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-inner {
  background: url(../img/top/about-illu.png) no-repeat calc(100% - 40px) 60px;
}
#top-about .about-img {
  position: relative;
  z-index: 0;
}
#top-about .about-img::before {
  content: "";
  width: 310px;
  height: 310px;
  border-radius: 30px;
  background: url(../img/ptn/ptn02.png);
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: -1;
}

/* top-reason  PC
------------------------------------ */
#top-reason {
  background: #fff9e1;
}
#top-reason .reason-list {
  margin: 60px auto 0;
}
#top-reason .reason-list-item {
  position: relative;
}
#top-reason .reason-list-item:nth-of-type(n+2) {
  margin: 69px auto 0;
}
#top-reason .reason-list-ttl {
  width: 100%;
  max-width: 600px;
  margin: auto;
  border-radius: 999px;
  padding: 5.5px;
  text-align: center;
  background: url(../img/top/reason-ttl01.png) no-repeat right center/auto 100% #ff8a00;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-ttl {
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}
#top-reason .reason-list-ttl::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 20px solid #ff8a00;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
}
#top-reason .reason-list-box {
  margin: -40px auto 0;
}
#top-reason .reason-list-num {
  display: flex;
  position: absolute;
  left: -30px;
  top: -35px;
  z-index: 10;
}

/* top-chart  PC
------------------------------------ */
#top-chart {
  background: url(../img/top/chart-bottom.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
  #top-chart {
    background-size: auto;
  }
}
#top-chart .chart-box {
  padding: 40px 0 100px;
  outline: 2px solid #ff8a00;
  border-radius: 50px;
  background: url(../img/top/chart-rt.png) no-repeat right top, url(../img/top/chart-lb.png) no-repeat left 243px #fdd796;
}
#top-chart .chart-ttl {
  padding: 60px 0;
  background: url(../img/top/chart-l.png) no-repeat calc(50% - 394px) bottom, url(../img/top/chart-r.png) no-repeat calc(50% + 344px) bottom;
}
#top-chart .chart-frame {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
#top-chart .chart_title {
  display: flex;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  background: #ff8a00;
  justify-content: center;
  align-items: center;
}
#top-chart .chart_title .title {
  margin-left: 20px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-chart .chart_title .title {
    font-size: 1.5rem;
  }
}
#top-chart .chart_title .title {
  color: #fff;
  letter-spacing: 0.05em;
}
#top-chart .chart-frame {
  padding-bottom: 80px;
}
#top-chart .chart_btn_list {
  display: flex;
  padding: 80px 0 0;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  background: url(../img/top/chart-border.png) no-repeat center 8px;
}
@media screen and (min-width: 768px) {
  #top-chart .chart_btn_list li:nth-of-type(2n) {
    margin-left: 58px;
  }
  #top-chart .chart_btn_list li:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
#top-chart .chart_btn_list-item {
  width: 100%;
  max-width: 450px;
}
#top-chart .answer_btn {
  display: block;
  padding: 25px 50px;
  background: url(../img/top/chart-arw.png) no-repeat calc(100% - 28px) center #fff;
  outline: 2px solid #ff8a00;
  border-radius: 40px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-chart .answer_btn {
    font-size: 1.5rem;
  }
}
#top-chart .answer_btn {
  letter-spacing: 0.05em;
  line-height: 1.6;
  box-shadow: 4px 4px #fff9e1;
}
@media screen and (min-width: 768px) {
  #top-chart .answer_btn:hover {
    background-image: url(../img/top/com-btn-arw.png);
    background-color: #ff8a00;
    color: #fff;
  }
}
#top-chart .btn_wrp {
  margin: 40px auto 0;
  text-align: center;
  line-height: 1;
}
#top-chart .back_btn {
  display: inline-block;
  width: 160px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 2px solid #228cc3;
  background: url(../img/top/back.png) no-repeat 10px 2px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #228cc3;
}
#top-chart .result_chart {
  padding: 80px 50px;
}
#top-chart .result_title {
  padding: 20px;
  background: #ff8a00;
  border-radius: 999px;
  text-align: center;
  position: relative;
  line-height: 1.5;
}
#top-chart .result_title-icon {
  position: absolute;
  top: -60px;
  left: 80px;
}
#top-chart .result_title .sub {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-chart .result_title .sub {
    font-size: 1.5rem;
  }
}
#top-chart .result_title .sub {
  letter-spacing: 0.05em;
  color: #fff;
}
#top-chart .result_main {
  margin: 30px auto 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-chart .result_main {
    font-size: 1.5rem;
  }
}
#top-chart .result_main {
  letter-spacing: 0.05em;
  line-height: 1.76;
}
#top-chart .result_container {
  margin: 49px auto 0;
}
#top-chart .result_txt {
  margin: -20px auto 0;
  padding: 50px 40px;
  border-radius: 10px;
  background: #fff9e3;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.76;
}
#top-chart .result_txt-fuki {
  width: 100%;
  max-width: 680px;
  margin: auto;
  padding: 15px;
  text-align: center;
  background: #fff;
  border-radius: 999px;
  outline: 2px solid #228cc3;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-chart .result_txt-fuki {
    font-size: 1.5rem;
  }
}
#top-chart .result_txt-fuki {
  letter-spacing: 0.05em;
  color: #228cc3;
  line-height: 1;
  position: relative;
}
#top-chart .result_txt-fuki::before {
  content: "";
  display: block;
  width: 27px;
  height: 17px;
  margin: auto;
  background: url(../img/top/result-arw.png) no-repeat center bottom/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: 1;
}
#top-chart .result_btn-list {
  margin: 20px auto 0;
}
#top-chart .gold_chart_btn {
  display: flex;
  width: 100%;
  max-width: 500px;
  height: 80px;
  margin: auto;
  border-radius: 999px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 30px) center #228cc3;
  box-shadow: 4px 4px #fff9e1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-chart .gold_chart_btn {
    font-size: 1.5rem;
  }
}
#top-chart .gold_chart_btn {
  letter-spacing: 0.05em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
#top-chart .gold_chart_btn::before {
  content: "";
  display: block;
  width: 68px;
  height: 52px;
  margin-right: 15px;
  background: url(../img/top/contact-btn.png) no-repeat left top/contain;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr {
  background: #fff9e1;
}
#top-bnr .bnr-list {
  position: relative;
}
#top-bnr .bnr-list::before, #top-bnr .bnr-list::after {
  content: "";
  display: block;
  position: absolute;
}
#top-bnr .bnr-list::before {
  width: 10.1%;
  height: 0;
  padding-top: 15%;
  background: url(../img/top/bnr-illu02.png) no-repeat left bottom/contain;
  left: -30px;
  bottom: -50px;
}
#top-bnr .bnr-list::after {
  width: 9.1%;
  height: 0;
  padding-top: 14.5%;
  background: url(../img/top/bnr-illu01.png) no-repeat left bottom/contain;
  right: -35px;
  top: 102px;
}
#top-bnr .bnr-list-item {
  width: 48.7%;
}
#top-bnr .bnr-list-item:nth-of-type(n+3) {
  margin-top: 60px;
}
#top-bnr .bnr-list-link {
  display: block;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover .bnr-list-txt-wrap {
    background-position-x: calc(100% - 20px);
    background-color: #fff9e1;
  }
}
#top-bnr .bnr-list-ttl {
  text-align: center;
  position: relative;
  z-index: 10;
}
#top-bnr .bnr-list-box {
  margin: -40px auto 0;
  outline-width: 3px;
  box-shadow: 7px 7px #fdebc7;
}
#top-bnr .bnr-list-img {
  width: 100%;
}
#top-bnr .bnr-list-img img {
  width: 100%;
}
#top-bnr .bnr-list-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-txt {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-txt {
  letter-spacing: 0.05em;
}
#top-bnr .bnr-list-txt .ac {
  color: #228cc3;
}
#top-bnr .bnr-list-txt-wrap {
  padding: 39px 75px;
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 30px) center;
  text-align: center;
  transition: all 0.3s ease;
}

/* top-case  PC
------------------------------------ */
#top-case {
  background: url(../img/top/case-illu.png) no-repeat calc(50% - 300px) 20px, url(../img/top/case-bg.png) no-repeat center bottom #fff9e1;
}
#top-case .case-list {
  margin: 60px auto 0;
}
#top-case .case-list-item {
  width: 100%;
  max-width: 240px;
}
#top-case .case-list-link {
  display: block;
}
@media screen and (min-width: 768px) {
  #top-case .case-list-link:hover {
    opacity: 1;
  }
  #top-case .case-list-link:hover .case-list-img::before {
    right: 0px;
    top: -15px;
    transform: rotate(15deg);
  }
  #top-case .case-list-link:hover .case-list-img img {
    transform: scale(1.2);
  }
}
#top-case .case-list-time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-case .case-list-time {
    font-size: 1.5rem;
  }
}
#top-case .case-list-time {
  letter-spacing: 0.1em;
  color: #228cc3;
  line-height: 1;
}
#top-case .case-list-img {
  margin: 0px auto 0;
  padding: 4px;
  border: 1px solid #111111;
  outline: 4px solid #fff;
  outline-offset: -5px;
  border-radius: 10px;
  position: relative;
}
#top-case .case-list-img::before {
  content: "";
  width: 20px;
  height: 30px;
  background: url(../img/top/case-deco.png) no-repeat right top/contain;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 10;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
#top-case .case-list-img-frame {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#top-case .case-list-img img {
  transform: scale(1);
}
#top-case .case-list-ttl {
  margin: 13px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-case .case-list-ttl {
    font-size: 1.5rem;
  }
}
#top-case .case-list-ttl {
  letter-spacing: 0.05em;
  line-height: 2;
}
#top-case .case-btn {
  margin: 55px auto 0;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-illu.png) no-repeat calc(50% - 500px) calc(100% - 18px), url(../img/ptn/ptn01.png);
}
.com-contact-sub {
  background: #fff9e1;
}
.com-contact .contact-txt {
  margin-top: 25px;
  padding-left: 69px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-txt {
  letter-spacing: 0.05em;
  line-height: 2.3;
}
.com-contact .contact-list {
  width: 100%;
  max-width: 450px;
  margin-left: 65px;
  margin-top: 70px;
}
.com-contact .contact-list li:nth-of-type(n+2) {
  margin-top: 30px;
}
.com-contact .contact-list-btn {
  height: 100px;
  border-radius: 999px;
}
.com-contact .contact-list-btn01 {
  display: flex;
  background: #228cc3;
  justify-content: center;
  align-items: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-btn01 {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-btn01 {
  letter-spacing: 0.05em;
  color: #fff;
  box-shadow: 4px 4px #ff8a00;
}
.com-contact .contact-list-btn01::before {
  content: "";
  width: 68px;
  height: 52px;
  margin-right: 15px;
  background: url(../img/top/contact-btn.png) no-repeat left center/contain;
}
.com-contact .contact-list-btn02 {
  display: block;
  padding-top: 25px;
  padding-left: 0;
  background: url(../img/top/info-tel.png) no-repeat 55px 22px #fff;
  text-align: center;
  line-height: 1;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-btn02 {
    font-size: 1.5rem;
  }
}
.com-contact .contact-list-note {
  margin: -7px auto 0;
}

/* top-news  PC
------------------------------------ */
#top-news {
  background: url(../img/top/news-rt.png) no-repeat right top, url(../img/top/news-b.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #top-news {
    background-size: auto, 100%;
  }
}
#top-news .news-post {
  margin: 56px auto 0;
}
#top-news .news-btn {
  margin: 80px auto 0;
}

/* top-company  PC
------------------------------------ */
#top-company {
  background: #fff9e1;
}
#top-company .company-inner {
  position: relative;
}
#top-company .company-inner::before {
  content: "";
  display: block;
  width: 233px;
  height: 208px;
  background: url(../img/top/company-illu-r.png) no-repeat right;
  position: absolute;
  right: -121px;
  bottom: 0;
  z-index: 1;
}
#top-company .company-box {
  padding: 60px 50px 88px;
  position: relative;
}
#top-company .company-box::before {
  content: "";
  width: 248px;
  height: 190px;
  background: url(../img/top/company-illu.png) no-repeat left top/contain;
  position: absolute;
  left: 32px;
  top: 130px;
  z-index: 1;
}
#top-company .company-ttl {
  position: absolute;
  top: -30px;
  left: 50px;
}
#top-company .company-table {
  max-width: 730px;
  margin-left: auto;
}

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

  sub layout  all

========================================= */
/* owners  PC
------------------------------------ */
.com-worries {
  background: url(../img/owners/solution-wave.png) repeat-x left bottom;
}
.com-worries .worries-flx {
  margin: 68px auto 0;
}
.com-worries .worries-box {
  padding: 50px 60px;
  border-radius: 20px;
  background-color: #fff;
  outline: 3px solid #228cc3;
  box-shadow: 7px 7px #cbe4f1;
}
.com-worries .worries-list li:nth-of-type(n+2) {
  margin-top: 22px;
}
.com-worries .worries-list-txt {
  padding-left: 39px;
  background: url(../img/owners/worries-check.png) no-repeat left 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .com-worries .worries-list-txt {
    font-size: 1.5rem;
  }
}
.com-worries .worries-list-txt {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.com-solution .solution-inner {
  position: relative;
}
.com-solution .solution-inner::before, .com-solution .solution-inner::after {
  content: "";
  display: block;
  position: absolute;
}
.com-solution .solution-inner::before {
  width: 290px;
  height: 341px;
  background: url(../img/owners/solution-illu.png) no-repeat left bottom/contain;
  left: -40px;
  bottom: 0;
}
.com-solution .solution-inner::after {
  width: 108px;
  height: 110px;
  margin: auto;
  background: url(../img/owners/solution-arw.png) no-repeat center/contain;
  top: -40px;
  left: 0;
  right: 0;
}
.com-solution .solution-ttl {
  background: url(../img/owners/solution-deco-l.png) no-repeat calc(50% - 360px) 90%, url(../img/owners/solution-deco-r.png) no-repeat calc(50% + 360px) 90%;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-solution .solution-ttl {
    font-size: 1.5rem;
  }
}
.com-solution .solution-ttl {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.com-solution .solution-ttl .border {
  display: inline-block;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .com-solution .solution-ttl .border {
    font-size: 1.75rem;
  }
}
.com-solution .solution-ttl .border {
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
  z-index: 0;
}
.com-solution .solution-ttl .border::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(../img/ptn/ptn02.png);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.com-solution .solution-ttl .border .ac {
  color: #ff8a00;
}

.com-about {
  background: url(../img/owners/about-wave.png) no-repeat center bottom/100% #fff9e1;
}
.com-about .about-txt-box {
  margin: 50px auto 0;
  padding: 70px 0;
  outline-width: 2px;
  text-align: center;
  position: relative;
}
.com-about .about-img {
  position: absolute;
  right: -20px;
  bottom: -2px;
}

.com-merit {
  background: url(../img/owners/merit-illu.png) no-repeat calc(50% + 224px) calc(100% - 110px), url(../img/owners/wave.png) no-repeat center bottom/100%;
}
.com-merit .merit-list {
  margin: 66px auto 0;
  position: relative;
  flex-wrap: wrap;
}
.com-merit .merit-list::before {
  content: "";
  display: block;
  width: 126px;
  height: 187px;
  background: url(../img/owners/merit-illu-lt.png) no-repeat left top/contain;
  position: absolute;
  left: 0;
  top: -130px;
}
.com-merit .merit-list-item {
  width: 100%;
  max-width: 340px;
}
.com-merit .merit-list-num {
  text-align: center;
}
.com-merit .merit-list-box {
  margin: 16px auto 0;
  background: #ff8a00;
  border-radius: 20px;
  position: relative;
}
.com-merit .merit-list-box::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 20px solid #ff8a00;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.com-merit .merit-list-ttl {
  padding: 14px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-merit .merit-list-ttl {
    font-size: 1.5rem;
  }
}
.com-merit .merit-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
}
.com-merit .merit-list-txt {
  margin: 30px auto 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-merit .merit-list-txt {
    font-size: 1.5rem;
  }
}
.com-merit .merit-list-txt {
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.com-flow {
  background: url(../img/owners/flow-illu.png) no-repeat calc(50% - 280px) 80px, url(../img/owners/flow-bg-wave.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  .com-flow {
    background-size: auto, 100%;
  }
}
.com-flow .flow-inner {
  position: relative;
}
.com-flow .flow-inner::before {
  content: "";
  display: block;
  width: 364px;
  height: 210px;
  background: url(../img/owners/flow-illu-b.png) no-repeat right bottom/contain;
  position: absolute;
  right: -100px;
  bottom: 0;
  z-index: 1;
}
.com-flow .flow-list {
  margin: 60px auto 0;
}
.com-flow .flow-list-item:nth-of-type(n+2) {
  padding-top: 90px;
  background: url(../img/owners/flow-arw.png) no-repeat center 20px;
}
.com-flow .flow-list-ttl {
  width: 100%;
  max-width: 660px;
  margin: auto;
  text-align: center;
  background: #ff8a00;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .com-flow .flow-list-ttl {
    font-size: 1.5rem;
  }
}
.com-flow .flow-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  z-index: 1;
}
.com-flow .flow-list-box {
  display: flex;
  margin: -35px auto 0;
  padding: 50px 38px 40px;
  outline-width: 2px;
  justify-content: space-between;
  align-items: flex-start;
}
.com-flow .flow-list-img {
  margin-right: 37px;
  position: relative;
  flex-shrink: 0;
}
.com-flow .flow-list-step {
  position: absolute;
  left: -30px;
  top: -45px;
}
.com-flow .flow-list-con {
  width: 100%;
  padding-top: 23px;
}
.com-flow .flow-list-txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-flow .flow-list-txt {
    font-size: 1.5rem;
  }
}
.com-flow .flow-list-txt {
  line-height: 2.35;
}
.com-flow .flow-list-info {
  margin-top: 31px;
}
.com-flow .flow-list-info-item {
  text-align: center;
}
.com-flow .flow-list-info-item:nth-of-type(n+2) {
  margin-left: 27px;
}
.com-flow .flow-list-info-btn {
  display: flex;
  width: 300px;
  height: 70px;
  background: #228cc3;
  border-radius: 999px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-flow .flow-list-info-btn {
    font-size: 1.5rem;
  }
}
.com-flow .flow-list-info-btn {
  letter-spacing: 0.06em;
  color: #fff;
  box-shadow: 4px 4px #fdebc7;
  justify-content: center;
  align-items: center;
}
.com-flow .flow-list-info-btn::before {
  content: "";
  display: block;
  width: 36px;
  height: 28px;
  margin-right: 10px;
  background: url(../img/owners/flow-contact.png) no-repeat center/contain;
}
.com-flow .flow-list-info-tel {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-flow .flow-list-info-tel {
    font-size: 1.5rem;
  }
}

/* professionals  PC
------------------------------------ */
#professionals .worries-inner {
  padding-bottom: 40px;
}

/* individuals  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #individuals .worries-box::before {
    bottom: 18px;
  }
}
@media screen and (min-width: 768px) {
  #individuals .worries-illu {
    position: relative;
    bottom: 15px;
    right: -21px;
  }
}
#individuals .com-about {
  background-image: none;
}
#individuals .flow-inner::before {
  background: url(../img/individuals/flow-illu-b.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  #individuals .flow-inner::before {
    width: 318px;
    height: 228px;
  }
}

/* case  PC
------------------------------------ */
#case .case-list {
  margin: 60px auto 0;
}
#case .case-list-item {
  width: 100%;
  max-width: 340px;
}
#case .case-list-link {
  display: block;
}
@media screen and (min-width: 768px) {
  #case .case-list-link:hover {
    opacity: 1;
  }
  #case .case-list-link:hover .case-list-img::before {
    right: 0px;
    top: -15px;
    transform: rotate(15deg);
  }
  #case .case-list-link:hover .case-list-img img {
    transform: scale(1.2);
  }
}
#case .case-list-time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #case .case-list-time {
    font-size: 1.5rem;
  }
}
#case .case-list-time {
  letter-spacing: 0.1em;
  color: #228cc3;
  line-height: 1;
}
#case .case-list-img {
  margin: 0px auto 0;
  padding: 4px;
  border: 1px solid #111111;
  outline: 4px solid #fff;
  outline-offset: -5px;
  border-radius: 10px;
  position: relative;
}
#case .case-list-img::before {
  content: "";
  width: 20px;
  height: 30px;
  background: url(../img/top/case-deco.png) no-repeat right top/contain;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 10;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
#case .case-list-img-frame {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#case .case-list-img img {
  transform: scale(1);
}
#case .case-list-ttl {
  margin: 13px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #case .case-list-ttl {
    font-size: 1.5rem;
  }
}
#case .case-list-ttl {
  letter-spacing: 0.05em;
  line-height: 2;
}
#case .case-btn {
  margin: 55px auto 0;
}

/* news  PC
------------------------------------ */
#news .detail-box {
  padding: 50px;
}
#news .detail-flx {
  margin: auto;
}
#news .news-tag {
  justify-content: flex-start;
}
#news .news-tag li {
  margin: 0 5px 5px 0;
}
#news .news-ttl {
  padding-bottom: 5px;
}
#news .news-post-ttl {
  margin-top: 5px;
}
#news .com-news-link {
  padding: 30px;
}
#news .com-news-img {
  border-radius: 20px;
  overflow: hidden;
}
#news .com-news-ttl {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #ff8a00;
}

/* contact  PC
------------------------------------ */
#contact .contact-wrap {
  margin: 50px auto 0;
}
#contact .contact-box {
  padding: 30px;
}/*# sourceMappingURL=all.css.map */