@charset "utf-8";

/* stangard2 リニューアル */
#page div,
#page p,
div span,
p span {
  font-weight: 400;
}

.ls-003 {
  letter-spacing: 0.03em;
}

/* 見出しなど共通パーツ */
.text-orange,
a.text-orange:hover {
  color: #d65e18;
}


.stangard-ttl-lead {
  font-size: 16px;
  margin-bottom: 50px;
}

@media all and (min-width: 768px) {
  .stangard-ttl-lead {
    font-size: 20px;
    text-align: center;

  }
}

.stangard-h2 span {
  font-weight: 700;
}

.stangard-h2:has(+ .stangard-ttl-lead) {
  margin-bottom: 40px;
}


@media all and (min-width: 992px) {}

/* stangard2 FV */
#page-stangard2 .stangard-fv {
  background: url(./img/stangard2/fv-bg.png) no-repeat center left 75% / cover;
}

#page-stangard2 .stangard-fv-ttlwrap {
  display: flex;
  gap: 20px;
  border-bottom: 2px solid #fff;
  padding: 0 0 16px;
  margin-bottom: 22px;
}

#page-stangard2 .stangard-fv-inner {
  max-width: 660px;
}

#page-stangard2 .stangard-fv-icon {
  width: 60px;
  height: 60px;
}

#page-stangard2 .stangard-fv-icon img {
  width: 100%;
  height: 100%;
}

#page-stangard2 .stangard-fv-h2 {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 20px;
  line-height: 1.6;
}

#page-stangard2 .stangard-fv-h2 span {
  font-weight: 700;
}

#page-stangard2 .stangard-fv-h2::before {
  content: none;
}



#page-stangard2 .stangard-fv-text {
  font-size: 16px;
  max-width: 620px;
}


#page-stangard2 .stangard-fv .stangard-fv-text span {
  font-size: 16px;
  font-weight: 500;
}

#page-stangard2 .stangard-fv-btnwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#page-stangard2 .stangard-fv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}

#page-stangard2 .stangard-fv-btn:hover {
  opacity: 0.85;
}

#page-stangard2 .stangard-fv-btn span {
  position: relative;
  padding-right: 22px;
  font-weight: 700;
}

#page-stangard2 .stangard-fv-btn span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

#page-stangard2 .stangard-fv-btn1 {
  background-color: #d65e18;
  color: #fff;
}

#page-stangard2 .stangard-fv-btn2 {
  background-color: #fff;
  color: #d65e18;
  border: 1px solid #fff;
}

@media screen and (min-width: 576px) {
  #page-stangard2 .stangard-fv-h2 {
    font-size: 23px;
  }
}

@media screen and (min-width: 768px) {
  #page-stangard2 .stangard-fv {
    padding: 75px 0;
  }


  #page-stangard2 .stangard-fv-icon {
    width: 90px;
    height: 90px;
  }

  #page-stangard2 .stangard-fv-h2 {
    font-size: 30px;
  }


  #page-stangard2 .stangard-fv-text {
    font-size: 20px;
  }

  #page-stangard2 .stangard-fv .stangard-fv-text span {
    font-size: 20px;
  }

  #page-stangard2 .stangard-fv-btn {
    font-size: 16px;
    padding: 16px 30px;
  }
}


@media screen and (min-width: 1200px) {
  #page-stangard2 .stangard-fv {
    background: url(./img/stangard2/fv-bg.png) no-repeat center center / cover;
  }
}

/* stangard2 特徴セクション */
.stangard-feature-text2 span {
  font-weight: 700;

}

/* stangard2 idoorsとの連携セクション */
.stangard2-collaborate-wrap .fukidashi-ttl-ptn1 {
  margin: 0;
}

.stangard2-collaborate-wrap {
  background-color: #fff;
  padding: 30px 20px;
}

.stangard2-collaborate-ttl {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #2274a5;
}

.stangard2-collaborate-txt {
  font-size: 16px;
  text-align: center;
}



.stangard2-collaborate-ttl span {
  font-weight: bold;

}

.stangard2-collaborate-card {
  position: relative;
  padding: 40px 20px 30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
}

.stangard2-collaborate-card-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2274a5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: -25px;
  left: -10px;
  line-height: 1;
}

.stangard2-collaborate-card-number span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.stangard2-collaborate-card-ttl {
  font-size: 18px;
  font-weight: bold;
}

.stangard2-collaborate-card-txt {
  font-size: 14px;
}

.stangard2-collaborate-wrap-top {
  margin-bottom: 50px;
}

.stangard2-collaborate-wrap-bottom {
  gap: 45px 0;
}

.contact-dowload-list {
  position: relative;
  background-color: #fff;
  flex: 1;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

@media all and (min-width: 768px) {
  .contact-dowload-list {
    margin-top: 0;
  }

  .stangard2-collaborate-card {
    height: 100%;
  }
}

@media all and (min-width: 992px) {
  .stangard2-collaborate-wrap {
    padding: 60px;
  }

  .stangard2-collaborate-ttl {
    font-size: 24px;
  }

  .stangard2-collaborate-card-txt {
    font-size: 16px;
  }

  .stangard2-collaborate-card-number {
    left: -18px;
    width: 100px;
    height: 100px;
    font-size: 1.25rem;
    width: 70px;
    height: 70px;
  }

  .stangard2-collaborate-card {
    position: relative;
    padding: 50px 21px 40px 38px;
  }

  .stangard2-collaborate-wrap-top {
    margin-bottom: 70px;
  }

  .stangard2-collaborate-txt {
    text-align: start;
  }
}

@media all and (min-width: 1200px) {
  .stangard2-collaborate-card-txt {
    font-size: 18px;
  }
}

/* stangard2 勤怠連携セクション */
.stangard-timestamp-img {
  margin-bottom: 30px;
}

.stangard-timestamp-img img {
  width: 100%;
  height: auto;
  display: block;
}

.stangard-timestamp-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stangard-timestamp-ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px;
  line-height: 1.8;
}

.stangard-timestamp-ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.stangard-timestamp-note {
  font-size: 14px;
  color: #666;
}

@media screen and (min-width: 992px) {
  .stangard-timestamp-img {
    margin-bottom: 0;
  }


}

/* stangard2 price */
.stangard2-price-ttl {
  font-size: 18px;
  color: #2274a5;
  font-weight: bold;
}

.stangard2-price-sim-ttl {
  font-size: 16px;
  color: #2274a5;
  font-weight: bold;

}

.stangard2-price-spec {
  margin-bottom: 60px;
}





/* テーブル (スペック・料金表) */
.stangard2-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  background: #ffffff;
}

.stangard2-spec-table th,
.stangard2-spec-table td {
  border: 1px solid #dcdcdc;
  padding: 10px;
  text-align: left;
  font-size: 14px;
}

.stangard2-spec-table th {
  background-color: #f0f4f8;
  width: 28%;
  font-weight: bold;
}

#page .stangard2-spec-table-note {
  font-size: 14px;
  font-weight: 400;
}

.stangard2-spec-table td {}

@media all and (min-width: 992px) {

  .stangard2-spec-table th,
  .stangard2-spec-table td {
    padding: 16px 20px;
    font-size: 16px;
  }
}

/* 料金シミュレーション用のボックス */
.price-sim-box {
  background-color: #ffffff;
  border: 1px solid #2274A5;
  border-radius: 8px;
  padding: 30px;
  margin-top: 20px;
}

.price-total {
  font-size: 21px;
  color: #ff8800;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#page .price-total,
#page .price-total--blue {
  font-weight: bold;

}

.price-total span {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.price-total--blue {
  font-size: 21px;
  font-weight: bold;
  color: #2274a5;
}


@media all and (min-width: 992px) {
  .stangard2-price-ttl {
    font-size: 20px;
  }

  .price-total,
  .price-total--blue {
    font-size: 26px;
  }

}

/* stangard2 case */
.stangard2-case-cards {
  justify-content: center;
  gap: 30px 0;

}

.stangard2-case-card {
  padding: 20px 12px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

.stangard2-case-img-placeholder {
  max-width: 181px;
  margin-inline: auto;
}

#page .stangard2-case-title {
  font-size: 16px;
  color: #d65e18;
  font-weight: 700;
}

#page .stangard2-case-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

@media all and (min-width: 768px) {
  .stangard2-case-card {
    height: 100%;
  }

}

@media all and (min-width: 992px) {
  .stangard2-case-card {
    padding: 30px 20px;

  }

  #page .stangard2-case-title {
    font-size: 18px;

  }

  #page .stangard2-case-detail {
    font-size: 16px;
  }
}

@media all and (min-width: 1200px) {
  .stangard2-case-card {
    padding: 30px;
  }

}

/*stangard2 faq */


/* FAQ */
.stangard2-faq-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.stangard2-faq-q {
  font-weight: bold;
  color: #004488;
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

#page .stangard2-faq-q {
  font-weight: bold;
}

.stangard2-faq-q::before {
  content: "Q.";
  margin-right: 12px;
  font-size: 22px;
  color: #ff8800;
  line-height: 1;
}

.stangard2-faq-a {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 32px;
  color: #444444;
}

@media all and (min-width: 992px) {
  .stangard2-faq-q {
    font-size: 18px;
  }

  .stangard2-faq-a {
    font-size: 15px;

  }
}

/* 資料DLセクション */
.lp-underline {
  -webkit-text-decoration-color: #D5E3EA;
  text-decoration-color: #D5E3EA;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: -4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.lp-download {
  position: relative;
  background-color: #f7f7f7;
  margin-inline: auto;
  padding: 80px 15px 80px;
}

.container-relative {
  position: relative;
}

.fukidashi-ttl-ptn1 {
  position: relative;
  margin-top: -66px;
  margin-inline: auto;
  padding-bottom: 22px;
  z-index: 1;
}

.lp01-ttl-pattern2.ttl-right {
  position: absolute;
  top: -38px;
  right: 5px;
}

.lp01-ttl-pattern2 {
  font-size: 40px;
  color: #D5E3EA;
}

#page .lp01-ttl-pattern2 {
  font-weight: bold;

}

.contact-download-txt1 {
  margin-bottom: 30px;
}


.lp-download .lp01-ttl-pattern2.ttl-right {
  color: #D5E3EA;
}

@media all and (min-width: 768px) {
  .lp01-ttl-pattern1 {
    font-size: 40px;
    margin-bottom: 72px;
  }

  .contact-download-txt1 {
    font-size: 1.25rem;
    margin-bottom: 60px;
  }

  .lp-download .lp01-ttl-pattern2.ttl-right {
    width: 0;
    height: 0;
    transform: rotate(90deg);
    top: -20px;
    right: -11px;
  }
}

@media all and (min-width: 992px) {
  .contact-download-fukidashi {
    left: 11px;
  }

  #page .lp01-ttl-pattern2.ttl-right,
  #page .lp01-ttl-pattern2.ttl-left {
    font-size: 80px;
  }

  .lp-download .lp01-ttl-pattern2.ttl-right {
    top: -20px;
    right: -31px;
  }
}

@media all and (min-width: 1200px) {
  .lp-download .lp01-ttl-pattern2.ttl-right {
    top: 0;
    right: -57px;
  }
}

@media all and (min-width: 1400px) {
  .lp-download .lp01-ttl-pattern2.ttl-right {
    top: -37px;
    right: -133px;
  }
}

.contact-download-row {
  margin-bottom: 37px;
}

.contact-download-box {
  position: relative;
}

.contact-dowload-list {
  position: relative;
  background-color: #fff;
  flex: 1;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.contact-download-fukidashi {
  position: absolute;
  top: 40px;
}

.contact-dowload-list-title {
  font-size: 20px;
  text-align: center;
  color: #2274a5;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-dowload-list li {
  padding-left: 26px;
  margin-bottom: 7px;
  position: relative;
  font-weight: bold;
  line-height: 1.6;
}

.contact-dowload-list li::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(./img/lp_03_c/check-square-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.contact-dowload-img {
  margin-bottom: 41px;
  background-color: #FFF;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}

.contact-dowload-img img {
  max-width: 337px;
  margin: 20px auto;
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .contact-download-row {
    display: flex;
    gap: 15px;
  }
}

@media all and (min-width: 1200px) {
  .contact-dowload-list li::before {
    width: 19px;
    height: 19px;
  }

  .contact-dowload-list li {
    padding-left: 36px;
  }
}

.contact-dowload-list .txt-color {
  color: #D65E18;
  font-weight: bold;
}

.contact-download-txt1 {
  margin-bottom: 30px;
}

.contact-desc {
  margin-bottom: 0.2rem;
}

.contact-btnbox {
  margin-top: 30px;
}

@media all and (min-width: 576px) {
  .section-dl .BoxContact {
    padding: 35px 38px 10px;
  }
}

@media all and (min-width: 768px) {

  .contact-download-title {
    font-size: 2rem;
    margin-bottom: 42px;
  }

  .contact-download-txt1 {
    font-size: 1.25rem;
    margin-bottom: 60px;
  }

  .contact-dowload-img {
    margin-bottom: 0;
  }

  .contact-download-box {
    margin-top: 72px;
  }

  .contact-dowload-list {
    height: 178px;
  }

  .section-dl {
    margin: 0 auto;
  }
}

@media all and (min-width: 992px) {
  #page-contact-download .wrapper {
    padding-bottom: 210px;
  }

  .contact-dowload-img {
    margin-right: 31px;
    margin-bottom: 41px;
  }

  .contact-dowload-img img {
    max-width: none;
    width: 110%;
    margin: 0 auto 20px;
    margin-left: -20px;
    margin-top: -25px;
  }

  .contact-right {
    padding-left: 35px;
  }

  .contact-dowload-list li {
    font-size: 1.125rem;
  }

  .contact-dowload-list {
    padding: 25px 15px 38px 35px;
    margin-bottom: 0;
    height: auto;
  }

  .contact-download-row {
    margin-bottom: 0;
  }
}

/* ダウンロード */
.contact-desc a {
  display: inline-block;
}

.lp-download {
  position: relative;
  background-color: #f7f7f7;
}

.lp01-ttl-pattern1 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.lp01-ttl-pattern1 span {
  font-weight: bold;
}

.fukidashi-ttl-ptn1 {
  position: relative;
  margin-top: -66px;
  margin-inline: auto;
  padding-bottom: 22px;
  z-index: 1;
}

.fukidashi-ttl-ptn1::after {
  content: "";
  position: absolute;
  background-image: url(./img/download-fukidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 67px;
  margin-inline: auto;
  top: 0;
}

.fukidashi-icon-ptn1 {
  margin-top: 6px;
  margin-right: 3px;
  z-index: 2;
}

.fukidashi-text-ptn1 {
  font-size: 18px;
  color: #2274a5;
  margin-top: 14px;
  padding-right: 5px;
  display: grid;
  place-items: center;
  z-index: 2;
  white-space: nowrap;
}

#page .fukidashi-text-ptn1 {
  font-weight: bold;

}

.contact-dowload-list .txt-color {
  color: #D65E18;
  font-weight: bold;
}

.contact-download-txt1 {
  margin-bottom: 30px;
}

.contact-desc {
  margin-bottom: 0.2rem;
}

.contact-btnbox {
  margin-top: 30px;
}

@media all and (min-width: 576px) {
  .section-dl .BoxContact {
    padding: 35px 38px 10px;
  }
}

@media all and (min-width: 768px) {
  .lp01-ttl-pattern1 {
    font-size: 40px;
    margin-bottom: 72px;
  }

  .contact-download-title {
    font-size: 2rem;
    margin-bottom: 42px;
  }

  .contact-download-txt1 {
    font-size: 1.25rem;
    margin-bottom: 60px;
  }

  .contact-dowload-img {
    margin-bottom: 0;
  }

  .contact-download-box {
    margin-top: 72px;
  }



  .fukidashi-ttl-ptn1::after {
    width: 288px;
  }

  .fukidashi-text-ptn1 {
    padding-right: 37px;
  }

  .section-dl {
    margin: 0 auto;
    position: relative;
  }
}

@media all and (min-width: 992px) {
  #page-contact-download .wrapper {
    padding-bottom: 210px;
  }

  .contact-dowload-img {
    margin-right: 31px;
    margin-bottom: 41px;
  }

  .contact-dowload-img img {
    max-width: none;
    width: 110%;
    margin: 0 auto 20px;
    margin-left: -20px;
    margin-top: -25px;
  }

  .contact-right {
    padding-left: 35px;
  }

  .fukidashi-ttl-ptn1::after {
    width: 318px;
    height: 73px;
  }

  .contact-download-fukidashi {
    left: 11px;
  }

  .contact-dowload-list li {
    font-size: 1.125rem;
  }

  .contact-dowload-list {
    padding: 40px 15px 38px 35px;
    margin-bottom: 0;
    height: auto;
  }

  .fukidashi-text-ptn1 {
    padding-right: 33px;
    margin-top: 17px;
  }

  .fukidashi-icon-ptn1 {
    margin-top: 11px;
  }

  .contact-download-row {
    margin-bottom: 0;
  }
}

.contact-wrap {
  display: flex;
  /* margin-left: -35px;
  margin-right: -35px; */
  width: 100%;
  margin: 0 auto;
}

.contact-left,
.contact-right {}

.contact-left {
  width: 40%;
}

.contact-right {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .contact-wrap {
    display: block;
    /* margin-left: 0;
    margin-right: 0; */
  }

  .contact-left,
  .contact-right {
    padding: 0;
  }

  .contact-left {
    width: 100%;
  }

  .contact-right {
    width: 100%;
  }
}

.top-footer {
  padding-top: 10px;
}