@charset "UTF-8";
.c-function-link {
  display: flex;
  border-left: 1px solid #d6d6d6;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-function-link {
    display: block;
    border-left: none;
  }
}
.c-function-link li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .c-function-link li {
    width: 100%;
  }
}
.c-function-link li a {
  width: 100%;
  text-align: center;
  border-right: 1px solid #d6d6d6;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 800px) {
  .c-function-link li a {
    text-align: left;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-function-link li a {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px 0 15px 10px;
  }
}
.c-function-link li a span {
  position: relative;
  display: inline-block;
  width: 100%;
}
.c-function-link li a span::before {
  content: "";
  width: 22px;
  height: 22px;
  background: #c5c5c5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 16%;
  margin-top: -12px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 990px) {
  .c-function-link li a span::before {
    right: 6%;
  }
}
.c-function-link li a span::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 19.5%;
  margin-top: -7px;
  transform: rotate(135deg);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 990px) {
  .c-function-link li a span::after {
    right: 10%;
  }
}
@media screen and (max-width: 768px) {
  .c-function-link li a span::after {
    right: 7%;
  }
}
@media screen and (max-width: 600px) {
  .c-function-link li a span::after {
    right: 7.5%;
  }
}
@media screen and (max-width: 500px) {
  .c-function-link li a span::after {
    right: 8%;
  }
}
.c-function-link li a:hover {
  color: #1266b1;
  transition: 0.3s ease-in-out;
}
.c-function-link li a:hover span::before {
  background: #1266b1;
}

.c-function-header-wrap {
  background: #f1f6fc;
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-function-header-wrap {
    padding: 30px 0;
  }
}

.c-fungtion-header-title {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .c-fungtion-header-title {
    font-size: 20px;
  }
}

.c-function-header-icon {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-function-header-icon {
    margin-top: 12px;
  }
}

.c-funcion-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.c-funcion-ul li {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2392156863);
  width: 48%;
  box-sizing: border-box;
  padding: 40px;
  min-height: 240px;
}
@media screen and (max-width: 768px) {
  .c-funcion-ul li {
    padding: 20px 15px;
    min-height: auto;
    width: 100%;
  }
}
.c-funcion-ul li p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-funcion-ul li p {
    font-size: 14px;
  }
}
.c-funcion-ul li .l-txt-small {
  margin-top: 20px;
  font-size: 14px;
}

.c-function-ul-title {
  font-size: 24px;
  font-weight: 600;
  color: #1266b1;
  margin-bottom: 16px;
}
/* 詳細ページがある見出しはリンクにする。見出しの見え方は変えず、hoverで下線を出す。
   設定メニューの見出しは詳細ページが無いためリンクにしていない。 */
.c-function-ul-title a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
.c-function-ul-title a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.c-function-ul-title a:focus-visible {
  outline: 2px solid #1266b1;
  outline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .c-function-ul-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

#sec01,
#sec02,
#sec04,
#sec05 {
  padding-top: 80px;
  margin-top: -80px;
}

.c-function-footerlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  row-gap: 40px;
  width: 824px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-function-footerlink {
    width: 100%;
    row-gap: 20px;
    column-gap: 4%;
  }
}
.c-function-footerlink li {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2392156863);
  width: 30%;
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-function-footerlink li {
    width: 48%;
    padding: 20px;
  }
}
.c-function-footerlink h2 {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-function-footerlink h2 {
    font-size: 16px;
  }
}
.c-function-footerlink .c-function-header-icon {
  margin: 16px 0 32px;
}
@media screen and (max-width: 768px) {
  .c-function-footerlink .c-function-header-icon {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-function-footerlink .c-function-header-icon img {
    height: 50px;
    width: auto;
  }
}

.c-case-ul.case {
  row-gap: 60px;
}

.c-case-page-dl {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-case-page-dl {
    display: block;
  }
}
.c-case-page-dl dt {
  width: 23%;
  background: #1266b1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  color: #f1f6fc;
}
@media screen and (max-width: 768px) {
  .c-case-page-dl dt {
    width: 100%;
    padding: 0;
  }
}
.c-case-page-dl dt .c-case-page-dt-en {
  font-size: 28px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-case-page-dl dt .c-case-page-dt-en {
    font-size: 18px;
  }
}
.c-case-page-dl dt .c-case-page-dt-num {
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .c-case-page-dl dt .c-case-page-dt-num {
    font-size: 34px;
  }
}
.c-case-page-dl dd {
  width: 73%;
  padding: 40px 0;
  border-top: 1px solid #1266b1;
  border-bottom: 1px solid #1266b1;
}
@media screen and (max-width: 768px) {
  .c-case-page-dl dd {
    width: 100%;
    padding: 20px 0;
  }
}

.c-case-page-dt-in {
  display: flex;
  align-items: center;
}

.c-case-page-title {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-case-page-title {
    font-size: 18px;
  }
}

.c-case-page-info-warp {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-case-page-info-warp {
    display: block;
  }
}

.c-case-page-info {
  display: flex;
  font-size: 14px;
  margin-bottom: 14px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-case-page-info {
    margin-bottom: 10px;
  }
}
.c-case-page-info dt {
  color: #1266b1;
  margin-right: 10px;
  font-weight: 500;
}
.c-case-page-info dd {
  font-weight: 600;
}

.c-case-page-info-lead p {
  font-size: 16px;
  font-weight: 500;
}
.c-case-page-info-lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-case-page-info-lead {
    margin-bottom: 30px;
  }
}

.c-case-page-h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  background: #f1f6fc;
  margin-bottom: 30px;
  color: #1266b1;
}
@media screen and (max-width: 768px) {
  .c-case-page-h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.c-case-page-solution {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
  .c-case-page-solution {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.c-case-page-solution p {
  font-size: 22px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-case-page-solution p {
    font-size: 18px;
  }
}

.c-case-page-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-case-page-flex {
    display: block;
  }
}

.c-case-page-txt {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .c-case-page-txt {
    width: 100%;
  }
}
.c-case-page-txt p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.c-case-page-img {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .c-case-page-img {
    width: 100%;
    text-align: center;
  }
}
.c-case-page-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-case-page-img img {
    max-width: 300px;
    height: auto;
  }
}

.c-case-page-function {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-case-page-function {
    display: block;
  }
}
.c-case-page-function li {
  width: 30%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-case-page-function li {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
.c-case-page-function li h3 {
  font-size: 22px;
  color: #1266b1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 945px) {
  .c-case-page-function li h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.c-case-page-function li p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-case-page-function li p {
    font-size: 14px;
  }
}
.c-case-page-function li .l-btn-style-01 {
  margin-top: auto;
  text-align: center;
}

.c-faq-lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-faq-lead {
    margin-bottom: 40px;
  }
}
.c-faq-lead p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-faq-lead p {
    text-align: left;
    font-size: 14px;
  }
}

.c-faq-page-title {
  background-color: #232d83;
  width: 40%;
  box-sizing: border-box;
  padding: 0.6em 1em;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .c-faq-page-title {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .c-faq-page-title {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .c-faq-page-title {
    width: 100%;
    font-size: 16px;
  }
}
.c-faq-page-title .pc {
  display: inline-block;
}

.c-faq-page-content {
  width: 100%;
  padding: 80px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 880px) {
  .c-faq-page-content {
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .c-faq-page-content {
    padding: 30px 20px;
  }
}

.c-faq-page-info {
  display: flex;
  color: #707070;
  font-size: 14px;
  margin-bottom: 18px;
}

.c-faq-page-contant-dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-faq-page-contant-dl dt {
  width: 48px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-faq-page-contant-dl dt {
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .c-faq-page-contant-dl dt {
    width: 28px;
  }
}
.c-faq-page-contant-dl dt span {
  width: 100%;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  background: #232d83;
  border: 1px solid #232D83;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-faq-page-contant-dl dt span {
    font-size: 24px;
    padding: 8px 0;
  }
}
@media screen and (max-width: 480px) {
  .c-faq-page-contant-dl dt span {
    font-size: 16px;
    padding: 6px 0;
  }
}
.c-faq-page-contant-dl dd {
  width: calc(100% - 72px);
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-faq-page-contant-dl dd {
    font-size: 14px;
    width: calc(100% - 62px);
  }
}
@media screen and (max-width: 480px) {
  .c-faq-page-contant-dl dd {
    width: calc(100% - 44px);
  }
}
.c-faq-page-contant-dl.c-faq-page-q {
  align-items: center;
  border-bottom: 1px solid #232D83;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .c-faq-page-contant-dl.c-faq-page-q {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
.c-faq-page-contant-dl.c-faq-page-q dt span {
  border: 1px solid #232D83;
  color: #232d83;
  background: #fff;
}
.c-faq-page-contant-dl.c-faq-page-q dd h1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-faq-page-contant-dl.c-faq-page-q dd h1 {
    font-size: 16px;
  }
}

.c-faq-page-connection {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-faq-page-connection {
    margin-top: 30px;
  }
}
.c-faq-page-connection .c-faq-ul {
  border: none;
}
.c-faq-page-connection .c-faq-ul li {
  border: none;
}
.c-faq-page-connection .c-faq-ul li + li {
  border-top: solid 1px #ebebeb;
}

.c-faq-page-connection-title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px 10px 50px;
  background: #f1f6fc;
  color: #1266b1;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-faq-page-connection-title {
    font-size: 16px;
  }
}

.c-faq-page-connection-title::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../img/common/serch.svg);
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
}

.c-company-dl {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: #c5c5c5 solid 1px;
  font-weight: 500;
}
.c-company-dl:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-company-dl {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.c-company-dl > dt {
  width: 17%;
  font-size: 16px;
  color: #1266b1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-company-dl > dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-company-dl > dd {
  width: 82%;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-company-dl > dd {
    width: 100%;
  }
}

.p-tarms .c-company-dl dd {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}

.c-company-dl-01 {
  display: flex;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 15px;
}
.c-company-dl-01 > dt {
  width: 100px;
  margin-right: 20px;
  color: #1266b1;
}
.c-company-dl-01 > dd {
  width: calc(100% - 100px);
  line-height: 1.8;
}
.c-company-dl-01:last-of-type {
  margin-bottom: 0;
}

.c-company-dl-dd-02 .c-company-dl-01 {
  display: block;
  margin-bottom: 32px;
}
.c-company-dl-dd-02 dt {
  width: 100%;
}
.c-company-dl-dd-02 dd {
  width: 100%;
}

.c-company-dl-ul li {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 15px;
}
.c-company-dl-ul:last-child {
  margin-bottom: 0;
}

.c-company-dl-img {
  margin-top: 16px;
}
.c-company-dl-img img {
  width: 100%;
}
.c-company-dl-img.img-01 {
  width: 160px;
}
.c-company-dl-img.img-02 {
  width: 128px;
}
.c-company-dl-img.img-03 {
  width: 80px;
}

.c-company-txt {
  font-size: 14px;
  line-height: 1.8;
}

.c-contact-lead {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-contact-lead {
    text-align: left;
    margin-bottom: 40px;
  }
}

.c-contact-dl {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: #c5c5c5 solid 1px;
  font-weight: 500;
  align-items: center;
}
.c-contact-dl:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .c-contact-dl {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.c-contact-dl > dt {
  width: 28%;
  font-size: 16px;
  font-weight: 500;
}
.c-contact-dl > dt .req {
  background: #1266b1;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px 2px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .c-contact-dl > dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-contact-dl > dd {
  width: 72%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contact-dl > dd {
    width: 100%;
  }
}
.c-contact-dl > dd input,
.c-contact-dl > dd textarea {
  padding: 20px 32px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
}
.c-contact-dl > dd .entry-error {
  position: absolute;
  bottom: -24px;
  left: 0;
  font-size: 12px;
  color: #be1d1d;
}

.checkbox-002 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  border: none;
}
@media screen and (max-width: 768px) {
  .checkbox-002 {
    display: block;
  }
}

.checkbox-002 label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .checkbox-002 label {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.checkbox-002 label::before {
  width: 18px;
  height: 18px;
  border: 1px solid #c2c2c2;
  background: #fff;
  content: "";
}

.checkbox-002 label:has(:checked)::after {
  position: absolute;
  top: 5px;
  left: 7px;
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #232d83;
  border-width: 0 3px 3px 0;
  content: "";
}

.checkbox-002 input {
  display: none;
}

.e-entry-check-wrap {
  display: flex;
  justify-content: center;
}
.e-entry-check-wrap .checkbox-002 {
  gap: 0.5em 1em;
}
.e-entry-check-wrap a {
  color: #1266b1;
}
.e-entry-check-wrap a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .e-entry-check-wrap .checkbox-002 {
    display: flex;
  }
}

.c-entry-input-check {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-entry-input-check {
    font-size: 14px;
  }
}

.l-btn-main-btn-button {
  font-size: 16px;
  background: #009ede;
  border: 2px solid #009ede;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 12px 34px 10px 26px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.l-btn-main-btn-button:hover {
  background: #fff;
  color: #009ede;
}
.l-btn-main-btn-button:hover:after {
  border-top: 2px solid #009ede;
  border-right: 2px solid #009ede;
}

.l-btn-main-btn-button::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  margin-top: -2px;
}
.l-btn-main-btn-button::after:hover {
  border-top: 2px solid #009ede;
  border-right: 2px solid #009ede;
}

.l-center {
  text-align: center;
}

.c-contact.l-title-style-01 {
  margin-bottom: 32px;
}

.c-cv-btn {
  display: flex;
  column-gap: 24px;
  margin-top: auto;
  align-items: center;
  justify-content: center;
}

.l-btn-main-btn-button-before {
  font-size: 16px;
  background: #b4b4b4;
  border: 2px solid #b4b4b4;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 12px 26px 10px 34px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.l-btn-main-btn-button-before:hover {
  background: #fff;
  color: #b4b4b4;
}
.l-btn-main-btn-button-before:hover:after {
  border-top: 2px solid #b4b4b4;
  border-right: 2px solid #b4b4b4;
}

.l-btn-main-btn-button-before::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg) translateY(-50%);
  position: absolute;
  left: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  margin-top: 1px;
}
.l-btn-main-btn-button-before::after:hover {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.main-txt {
  animation-name: fadein;
  animation-duration: 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
.mb20 {
  margin-bottom: 20px;
  font-size: 14px;
}

.c-info-title {
  font-size: 14px;
  color: #1266b1;
  font-weight: 500;
}

.c-info-ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.c-info-ul li {
  list-style: disc;
  font-size: 14px;
}

.txt {
  font-size: 14px;
}

.c-tarms-lead {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
}

.p-tarms .c-company-dl {
  display: block;
}
.p-tarms .c-company-dl > dt {
  width: 100%;
  margin-bottom: 10px;
}
.p-tarms li {
  margin-bottom: 10px;
}
.p-tarms .c-company-dl dd ol ol {
  list-style-type: lower-roman;
}

.p-tarms .c-company-dl ol {
  padding-left: 20px;
}

.c-terms-p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.c-tarms-name {
  font-size: 16px;
  margin-top: 40px;
  text-align: right;
  font-weight: 600;
}

.c-contact-lead {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  display: block;
  max-width: 820px;
  margin: 0 auto 30px !important;
}

@media screen and (max-width: 768px) {
  .c-contact-lead {
    text-align: left;
    margin-bottom: 0px !important;
  }
}
.c-seminor-ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  row-gap: 40px;
}
@media screen and (max-width: 900px) {
  .c-seminor-ul {
    display: block;
  }
}

.c-seminor-li {
  width: 31%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media screen and (max-width: 1180px) {
  .c-seminor-li {
    width: 48%;
  }
}
@media screen and (max-width: 900px) {
  .c-seminor-li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-seminor-li a:hover {
  color: #1266b1;
}
.c-seminor-li a:hover .c-seminor-title {
  color: #1266b1;
}
.c-seminor-li a:hover .c-seminor-time {
  color: #1266b1;
}

.c-seminor-img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .c-seminor-img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.c-seminor-img {
  overflow: hidden;
}
.c-seminor-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 120/63;
}

.c-seminor-txt-wrap {
  padding: 10px 15px 15px;
}

.c-seminor-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  color: #1266b1;
  margin: 8px 0 6px;
}

.c-seminor-time {
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.c-seminor-txt {
  margin-top: 20px;
}
.c-seminor-txt p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
.c-seminor-txt br {
  display: none;
}

.l-flex {
  display: flex;
  justify-content: space-between;
}

.c-main-left {
  width: 52%;
}
@media screen and (max-width: 780px) {
  .c-main-left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-main-right {
  width: 45%;
}
@media screen and (max-width: 780px) {
  .c-main-right {
    width: 100%;
  }
}

.c-main-right-img {
  width: 100%;
}
.c-main-right-img img {
  width: 100%;
}

.c-sem-03-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.c-sem-03-img {
  max-width: 160px;
  width: 30%;
}

.c-sem-03-img img {
  width: 100%;
}

.c-sem-03-txt {
  width: 68%;
}

@media screen and (max-width: 768px) {
  .c-sem-03-txt,
  .c-sem-03-img {
    width: 100%;
  }
  .c-sem-03-flex {
    display: block;
  }
  .c-sem-03-img {
    margin: 0 auto 20px;
  }
  .c-profile {
    text-align: center;
  }
}
.c-sem-03-name {
  margin-bottom: 14px;
}

.c-sem-03-name h3 {
  font-size: 15px;
}

.c-sem-03-name p {
  font-size: 14px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .c-sem-03-name {
    justify-content: center;
    margin-bottom: 8px;
  }
}
.c-sem-03-txt-box {
  line-height: 2;
  font-size: 14px;
}

.c-sem-03-txt-box p {
  text-align: justify;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-sem-03-txt-box p {
    text-align: left;
  }
  .c-sem-03-txt-box p.txt {
    text-align: justify;
  }
}
.l-title-01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.c-main-txt {
  margin-bottom: 20px;
}
.c-main-txt p {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

.c-sem-list {
  border-bottom: 1px solid #aaa;
  padding: 20px 0px 20px 18px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 550px) {
  .c-sem-list {
    padding: 20px 0px 20px 4px;
  }
}
.c-sem-list.first {
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
  .c-sem-h1 {
    font-size: 22px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .c-main-txt p span {
    font-size: 16px;
  }
  .c-main-txt {
    margin-bottom: 10px;
  }
}
.c-sem-list-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .c-sem-list-title {
    font-size: 16px;
  }
}

.c-sem-list-ul {
  padding-left: 20px;
  list-style-type: disc;
}
@media screen and (max-width: 780px) {
  .c-sem-list-ul {
    padding-left: 24px;
  }
}

.c-sem-list-ul.style-01 li {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 0em;
}

.c-sem-list-ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 10px;
}

.l-title-03 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .l-title-03 {
    font-size: 16px;
  }
}

.c-sem-date {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 780px) {
  .c-sem-date {
    column-gap: 10px;
  }
}
.c-sem-date li {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .c-sem-date li {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .c-sem-date li {
    font-size: 14px;
  }
}
.c-sem-date .c-sem-date-tag {
  background: #ddd;
  font-size: 11px;
  padding: 4px 10px;
  display: inline-block;
  line-height: 1;
  margin-right: 8px;
}
@media screen and (max-width: 1080px) {
  .c-sem-date .c-sem-date-tag {
    font-size: 10px;
    padding: 4px 6px;
  }
}
@media screen and (max-width: 900px) {
  .c-sem-date .c-sem-date-tag {
    font-size: 12px;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 780px) {
  .c-sem-date .c-sem-date-tag {
    margin-right: 5px;
    font-size: 10px;
  }
}

.l-background {
  background: #f9f9f9;
  padding: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  .l-background {
    padding: 30px;
  }
}
@media screen and (max-width: 880px) {
  .l-background {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 850px) {
  .l-background {
    padding: 30px 20px;
  }
}
.l-form-title {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.l-form-req span {
  font-size: 11px;
  background: #999;
  padding: 3px 5px;
  color: #fff;
  margin-left: 10px;
}

.l-form-table-title {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.c-form-confirm {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.6;
  color: #222;
}

@media screen and (max-width: 460px) {
  .c-form-confirm {
    text-align: left;
  }
}
.l-form-table-input {
  vertical-align: middle;
  padding-bottom: 20px;
}

.l-form-table-input input {
  border: 1px solid #afafaf;
  padding: 9px 12px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
}

.l-form-table {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .l-flex.c-sem {
    display: block;
  }
}

.l-company-box-caution {
  font-size: 14px;
  background: #eee;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-radius: 10px;
}

.txt-wrap {
  padding-left: 10px;
}
.txt-wrap.mb {
  margin-bottom: 20px;
}

.c-sem-title-h3 {
  font-weight: 500;
  font-size: 13px;
}

.link a {
  text-decoration: underline;
  color: #232d83;
}

.c-sem-txt {
  font-size: 14px;
  line-height: 2;
}

.c-open span {
  background: #fffa65;
  font-size: 11px;
  font-weight: 500;
  color: #333333;
  padding: 3px 8px 0;
  display: inline-block;
}

.c-close span {
  background: #ced6e0;
  font-size: 11px;
  font-weight: 500;
  color: #333333;
  padding: 3px 8px 0;
  display: inline-block;
}

.wpcf7-submit,
.wpcf7-previous {
  font-size: 16px;
  background: #009ede;
  border: 2px solid #009ede;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 12px 40px 10px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.wpcf7-submit:hover,
.wpcf7-previous:hover {
  background: #fff;
  color: #009ede;
}

.wpcf7-previous {
  margin-right: 5px;
}

/* 送信ボタンのセンタリング
   CF7 のスピナーは非表示時も width:24px + margin:0 24px の幅を占めるため、
   中央揃えの送信ボタンが左にずれる。待機中は幅を持たせず、送信中のみ表示する。 */
.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 0;
  margin: 0;
  border: 0;
}

.wpcf7 form.wpcf7-form.submitting .wpcf7-spinner {
  width: 24px;
  margin: 0 12px;
}

/*  ページャー  */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.wp-pagenavi a.larger,
.wp-pagenavi a.smaller {
  border-radius: 50%;
  border: 2px solid #1266b1;
  color: #1266b1;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.wp-pagenavi a.larger:hover,
.wp-pagenavi a.smaller:hover {
  background: #1266b1;
  color: #fff;
}

.wp-pagenavi .current {
  background: #1266b1;
  border-radius: 50%;
  border: 2px solid #1266b1;
  width: 32px;
  height: 32px;
  color: #fff;
  margin: 0 8px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

a.previouspostslink {
  position: relative;
  border: none;
  color: #fff;
  width: 20px;
  height: 20px;
}

.wp-pagenavi a.previouspostslink:hover {
  border: none;
  color: #fff;
}

a.previouspostslink:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 26%;
  display: inline-block;
  vertical-align: middle;
  color: #1266b1;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #1266b1;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}

.wp-pagenavi a.nextpostslink:hover {
  border: none;
  color: #fff;
}

a.nextpostslink {
  position: relative;
  border: none;
  color: #fff;
  width: 20px;
  height: 20px;
}

a.nextpostslink:before {
  right: 0px;
  top: 26%;
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #1266b1;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

@media screen and (max-width: 760px) {
  .wp-pagenavi {
    margin-top: 16px;
  }
}
.c-rec-flex-01 {
  display: flex;
  column-gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-rec-flex-01 {
    display: block;
  }
}
.c-rec-flex-01 .c-rec-flex-01-profile {
  width: 280px;
}
.c-rec-flex-01 .c-rec-flex-01-profile img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-rec-flex-01 .c-rec-flex-01-profile {
    width: 100%;
    text-align: center;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-rec-flex-01 .c-rec-flex-01-img {
    width: 200px;
    margin: 0 auto;
  }
}
.c-rec-flex-01 .c-rec-flex-01-txt {
  width: calc(100% - 280px);
}
@media screen and (max-width: 768px) {
  .c-rec-flex-01 .c-rec-flex-01-txt {
    width: 100%;
  }
}
.c-rec-flex-01 .c-rec-flex-01-txt p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.c-rec-flex-01 .c-rec-flex-01-txt h2 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-rec-flex-01 .c-rec-flex-01-txt h2 {
    font-size: 18px;
  }
}
.c-rec-flex-01 .c-rec-flex-01-profile-name {
  margin-top: 8px;
}
.c-rec-flex-01 .c-rec-flex-01-profile-name dt {
  font-weight: 500;
  font-size: 16px;
}
.c-rec-flex-01 .c-rec-flex-01-profile-name dd {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}

.l-btn-main.style-01 a {
  background: #232d83;
  border: 1px solid #232d83;
}
.l-btn-main.style-01 a:hover {
  color: #009ede;
  background: #fff;
  border: 1px solid #009ede;
}

.c-rec-title {
  padding: 15px 15px 0;
  color: #232d83;
  border-top: 1px solid #232d83;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-rec-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }
}

.c-rec-faq-q {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
  text-indent: -40px;
  padding-left: 40px;
}
.c-rec-faq-q span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-weight: 700;
  color: #232d83;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-rec-faq-q span {
    font-size: 22px;
  }
}

.c-rec-faqbox p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.c-rec-img {
  overflow: hidden;
}
.c-rec-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.c-rec-txt p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.c-rec-name {
  padding: 15px 15px 0px;
  color: #232d83;
  font-weight: 500;
  font-size: 15px;
}

.c-seminor-li:hover .c-rec-name {
  color: #1266b1;
}

.c-partner-li {
  margin-bottom: 30px;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
  display: block;
  position: relative;
}
@media screen and (max-width: 560px) {
  .c-partner-li {
    padding: 20px 20px 60px 20px;
  }
}

.c-partner-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .c-partner-content {
    display: block;
  }
}

.c-partner-img {
  width: 18%;
  min-width: 180px;
}
.c-partner-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .c-partner-img {
    margin-right: 20px;
    width: 180px;
  }
}
@media screen and (max-width: 700px) {
  .c-partner-img {
    margin: 0 auto 20px;
    width: 140px;
  }
}

.c-partner-txt {
  width: 78%;
}
@media screen and (max-width: 1100px) {
  .c-partner-txt {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 700px) {
  .c-partner-txt {
    width: 100%;
  }
}

.c-partner-name {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}
.c-partner-name h2 {
  font-size: 18px;
  font-weight: 500;
  color: #232d83;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .c-partner-name h2 {
    font-size: 16px;
  }
}
.c-partner-name p {
  font-size: 15px;
  font-weight: 400;
  color: #232d83;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .c-partner-name p {
    font-size: 14px;
  }
}

.c-partner-company {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #232d83;
  margin-bottom: 20px;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .c-partner-company {
    font-size: 14px;
  }
}

.c-partner-dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-partner-dl:last-child {
  margin-bottom: 0;
}
.c-partner-dl dt {
  width: 10%;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .c-partner-dl dt {
    width: 70px;
  }
}
.c-partner-dl dd {
  width: 88%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .c-partner-dl dd {
    width: calc(100% - 70px);
  }
}

.c-partner-dl-ul {
  padding-left: 20px;
}
.c-partner-dl-ul li {
  list-style: disc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 5px;
}

.c-partner-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 560px) {
  .c-partner-btn {
    bottom: 0px;
    top: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
.c-partner-btn a {
  font-size: 12px;
  background: #a5a5a5;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  padding: 12px 25px 10px 15px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  line-height: 1;
}
.c-partner-btn a:hover {
  background: #7c7c7c;
}
@media screen and (max-width: 560px) {
  .c-partner-btn a {
    padding: 12px 55px 10px 45px;
  }
}

.c-partner-btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  margin-top: -2px;
}

.c-partner-content.single .c-partner-dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 700px) {
  .c-partner-content.single .c-partner-dl {
    display: block;
  }
}
.c-partner-content.single .c-partner-dl:last-child {
  margin-bottom: 0;
}
.c-partner-content.single .c-partner-dl dt {
  width: 14%;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .c-partner-content.single .c-partner-dl dt {
    width: 70px;
  }
}
@media screen and (max-width: 700px) {
  .c-partner-content.single .c-partner-dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-partner-content.single .c-partner-dl dd {
  width: 84%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .c-partner-content.single .c-partner-dl dd {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 700px) {
  .c-partner-content.single .c-partner-dl dd {
    width: 100%;
  }
}
.c-partner-content.single .c-partner-dl dd h3 {
  font-weight: 600;
  margin-bottom: 5px;
}

.c-partner-content.single .c-partner-dl dd p + p {
  margin-top: 20px;
}

.c-partner-content.single .c-partner-dl dd p + h3 {
  margin-top: 20px;
}

.c-seminor-ul.style-01 .c-seminor-li {
  border: none;
  border-radius: 0;
  box-shadow: 2px 4px 6px 3px rgba(212, 212, 212, 0.3);
}

/* === 機能ページ：メニューカードの箇条書き === */
.c-funcion-ul li .c-func-points {
  margin-top: 16px;
}
.c-funcion-ul li .c-func-points li {
  box-shadow: none;
  width: 100%;
  min-height: 0;
  padding: 0 0 0 18px;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
.c-funcion-ul li .c-func-points li + li {
  margin-top: 8px;
}
.c-funcion-ul li .c-func-points li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1266b1;
}
@media screen and (max-width: 768px) {
  .c-funcion-ul li .c-func-points li {
    font-size: 14px;
  }
}
#biz,
#setting {
  padding-top: 80px;
  margin-top: -80px;
}

/* === 機能解説ページ === */
.c-func-detail-list li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}
.c-func-detail-list li + li {
  margin-top: 10px;
}
.c-func-detail-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1266b1;
}
.c-func-detail-list li b {
  color: #1266b1;
  font-weight: 700;
}
.l-btn-wrap .l-btn-main + .l-btn-main {
  margin-top: 16px;
}
.c-funcion-ul li .c-func-detail-link {
  margin-top: 18px;
}
.c-funcion-ul li .c-func-detail-link a {
  display: inline-block;
  color: #1266b1;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 1px solid #1266b1;
  padding-bottom: 2px;
  transition: 0.2s;
}
.c-funcion-ul li .c-func-detail-link a:hover {
  opacity: 0.7;
}
.c-func-intro {
  padding-top: 44px;
  padding-bottom: 40px;
}
.c-func-intro .c-case-page-info-lead {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-func-intro {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}
.c-func-glossary > div {
  background: #f7fafd;
  border-left: 4px solid #1266b1;
  border-radius: 6px;
  padding: 16px 20px;
  margin-top: 14px;
}
.c-func-glossary > div:first-child {
  margin-top: 0;
}
.c-func-glossary dt {
  font-size: 16px;
  font-weight: 700;
  color: #1266b1;
}
.c-func-glossary dd {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 6px;
}
.c-func-faq > div {
  padding: 22px 0;
  border-bottom: 1px solid #e3ebf5;
}
.c-func-faq > div:first-child {
  padding-top: 0;
}
.c-func-faq > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.c-func-faq dt {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.c-func-faq dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  color: #1266b1;
  font-weight: 700;
}
.c-func-faq dd {
  position: relative;
  padding-left: 28px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 500;
}
.c-func-faq dd::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  color: #c4820f;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-func-detail-list li {
    font-size: 14px;
  }
  .c-func-glossary dd,
  .c-func-faq dt,
  .c-func-faq dd {
    font-size: 14px;
  }
}

/* =========================================================
   料金プラン（/pricing/）
   ネイビー #232d83 基調 ＋ カッパー #b06a3a アクセント
   ========================================================= */
.c-archive-title {
  font-size: 22px;
  font-weight: 700;
  color: #232d83;
  padding-bottom: 12px;
  margin-bottom: 28px;
  border-bottom: 2px solid #1266b1;
}
@media screen and (max-width: 768px) {
  .c-archive-title {
    font-size: 19px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.c-price-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-price-nav li {
  flex: 1 1 0;
  display: flex;
}
.c-price-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #232d83;
  text-align: center;
  line-height: 1.4;
  transition: 0.2s ease-in-out;
}
.c-price-nav li a::after {
  content: "";
  flex: none;
  width: 7px;
  height: 7px;
  border-right: 2px solid #1266b1;
  border-bottom: 2px solid #1266b1;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: 0.2s ease-in-out;
}
.c-price-nav li a:hover {
  background: #f1f6fc;
  border-color: #1266b1;
  color: #1266b1;
}
@media screen and (max-width: 768px) {
  .c-price-nav {
    gap: 8px;
  }
  .c-price-nav li {
    flex: 1 1 calc(50% - 4px);
  }
  .c-price-nav li a {
    padding: 12px 10px;
    font-size: 14px;
  }
}
/* 機能一覧：業務区分ごとのグループ */
.c-price-fn-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.c-price-fn-group {
  background: #f7fafd;
  border: 1px solid #e3ebf5;
  border-radius: 10px;
  padding: 20px 22px;
}
.c-price-fn-title {
  font-size: 15px;
  font-weight: 700;
  color: #232d83;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #d6e1ef;
}
.c-price-fn-list li {
  position: relative;
  padding-left: 22px;
  font-size: 13.5px;
  line-height: 1.7;
  font-weight: 500;
  color: #333333;
}
.c-price-fn-list li + li {
  margin-top: 8px;
}
.c-price-fn-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.5em;
  width: 11px;
  height: 6px;
  border-left: 2px solid #1266b1;
  border-bottom: 2px solid #1266b1;
  transform: rotate(-45deg);
}
.c-price-fn-list li.is-option {
  color: #e6a01f;
  font-weight: 600;
}
.c-price-fn-list li.is-option::before {
  border-left-color: #e6a01f;
  border-bottom-color: #e6a01f;
}
@media screen and (max-width: 900px) {
  .c-price-fn-groups {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 600px) {
  .c-price-fn-groups {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .c-price-fn-group {
    padding: 16px 18px;
  }
}
.c-price-subsidy-fee {
  margin-top: 16px;
  padding: 14px 18px;
  background: #f7efe8;
  border-left: 4px solid #b06a3a;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #333333;
}
.c-price-subsidy-fee b {
  color: #b06a3a;
  font-weight: 700;
}
.c-price-head-row {
  position: relative;
}
.c-price-head-row .c-case-page-h2 {
  padding-right: 150px;
}
.c-price-tax {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -15px;
  font-size: 12px;
  color: #1266b1;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .c-price-head-row .c-case-page-h2 {
    padding-right: 20px;
  }
  .c-price-tax {
    position: static;
    transform: none;
    margin: -14px 0 20px;
    text-align: right;
    font-size: 11px;
  }
}
#plan,
#features,
#example,
#option,
#initial {
  scroll-margin-top: 90px;
}
.c-price-lead {
  margin: 0 0 40px;
}
.c-price-lead p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
.c-price-opt-mark {
  color: #e6a01f;
  font-weight: 700;
}

/* --- プランカード --- */
.c-price-cards {
  display: flex;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 50px;
}
.c-price-card {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #fff;
}
.c-price-card.is-recommend {
  border: 2px solid #1266b1;
  box-shadow: 0 8px 24px rgba(18, 102, 177, 0.12);
}
.c-price-card.is-premium {
  border: 2px solid #b06a3a;
  box-shadow: 0 8px 24px rgba(176, 106, 58, 0.14);
}
.c-price-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.is-recommend .c-price-badge {
  background: #1266b1;
}
.is-premium .c-price-badge {
  background: #b06a3a;
}
.c-price-card-head {
  padding: 28px 24px 22px;
  background: #f7fafd;
  border-bottom: 1px solid #e3ebf5;
  border-radius: 9px 9px 0 0;
}
.is-recommend .c-price-card-head {
  background: #eef5fc;
}
.is-premium .c-price-card-head {
  background: #f7efe8;
  border-bottom-color: #ecdccd;
}
.c-price-card-name {
  font-size: 18px;
  font-weight: 700;
  color: #232d83;
  margin-bottom: 12px;
}
.is-premium .c-price-card-name {
  color: #8a4f28;
}
.c-price-card-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}
.c-price-num {
  font-size: 30px;
  font-weight: 800;
  color: #1266b1;
  line-height: 1.2;
}
.is-premium .c-price-num {
  color: #b06a3a;
}
.c-price-unit {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.c-price-card-after {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #8a4f28;
}
.c-price-card-after b {
  font-weight: 700;
}
.c-price-card-init {
  margin-top: 10px;
  font-size: 13px;
  color: #727272;
  line-height: 1.7;
}
.c-price-card-body {
  padding: 22px 24px 26px;
  flex: 1 1 auto;
}
.c-price-premium-desc {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  color: #8a4f28;
  margin-bottom: 14px;
}
.c-price-feat {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-price-feat li {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
.c-price-feat li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009ede;
}
.is-premium .c-price-feat li::before {
  background: #b06a3a;
}
.c-price-feat li b {
  font-weight: 700;
  color: #232d83;
}
.is-premium .c-price-feat li b {
  color: #8a4f28;
}

/* --- 注記ボックス --- */
.c-price-card-more {
  margin-top: 16px;
}
.c-price-card-more a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #1266b1;
  border-bottom: 1px solid #1266b1;
  padding-bottom: 1px;
  transition: 0.2s;
}
.c-price-card-more a:hover {
  opacity: 0.7;
}
.is-premium .c-price-card-more a {
  color: #b06a3a;
  border-bottom-color: #b06a3a;
}
.c-price-note-box {
  margin-top: 30px;
  padding: 22px 24px;
  background: #f9f9f9;
  border-left: 4px solid #232d83;
  border-radius: 0 6px 6px 0;
}
.c-price-note-title {
  font-size: 16px;
  font-weight: 700;
  color: #232d83;
  margin-bottom: 10px;
}
.c-price-note-box p:not(.c-price-note-title) {
  font-size: 16px;
  line-height: 1.8;
}
.c-price-note-box p + p {
  margin-top: 12px;
}

/* --- 含まれる機能一覧 --- */
.c-price-feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
}
.c-price-feature-list li {
  font-size: 15px;
  line-height: 1.7;
  padding: 10px 4px 10px 26px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.c-price-feature-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #1266b1;
  border-bottom: 2px solid #1266b1;
  transform: rotate(-45deg);
}
.c-price-feature-list li.is-option {
  color: #e6a01f;
  font-weight: 600;
}
.c-price-feature-list li.is-option::before {
  border-left-color: #e6a01f;
  border-bottom-color: #e6a01f;
}

/* --- 構成例 --- */
.c-price-example-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-price-example-list li {
  padding: 20px 24px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  background: #fff;
}
.c-price-example-list li.is-premium {
  border-color: #b06a3a;
  background: #f7efe8;
}
.c-price-example-name {
  font-size: 17px;
  font-weight: 700;
  color: #232d83;
  margin-bottom: 4px;
}
.is-premium .c-price-example-name {
  color: #8a4f28;
}
.c-price-example-price {
  font-size: 15px;
  font-weight: 700;
  color: #1266b1;
  margin-bottom: 8px;
}
.is-premium .c-price-example-price {
  color: #b06a3a;
}
.c-price-example-list li > p:last-child {
  font-size: 16px;
  line-height: 1.8;
}

/* --- 料金テーブル --- */
.c-price-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-price-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 14px;
}
.c-price-table thead th {
  background: #232d83;
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  white-space: nowrap;
}
.c-price-table tbody th {
  background: #f1f6fc;
  color: #232d83;
  font-weight: 700;
  text-align: left;
  padding: 12px 16px;
  vertical-align: top;
  white-space: nowrap;
}
.c-price-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #e3ebf5;
  line-height: 1.7;
  vertical-align: top;
}
.c-price-table tbody tr:nth-child(even) td {
  background: #fafcfe;
}
.c-price-table .c-price-table-fee {
  font-weight: 700;
  color: #1266b1;
  white-space: nowrap;
}
.c-price-table thead .c-price-table-fee {
  color: #fff;
}
.c-price-tag {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #e6a01f;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  vertical-align: middle;
}

/* --- 初期費用ブロック --- */
.c-price-init-block {
  background: #fff;
  border: 1px solid #e3ebf5;
  border-left: 4px solid #1266b1;
  border-radius: 10px;
  padding: 24px 28px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(35, 45, 131, 0.05);
}
.c-price-init-block.is-required {
  border-left-color: #b06a3a;
}
.c-price-init-block:last-child {
  margin-bottom: 0;
}
.c-price-init-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #e3ebf5;
}
.c-price-init-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.c-price-init-title {
  font-size: 19px;
  font-weight: 700;
  color: #232d83;
}
.c-price-init-amount {
  font-size: 26px;
  font-weight: 800;
  color: #1266b1;
  line-height: 1;
  white-space: nowrap;
}
.c-price-init-amount small {
  font-size: 14px;
  font-weight: 700;
  margin: 0 1px;
}
.is-required .c-price-init-amount {
  color: #b06a3a;
}
.c-price-init-label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  background: #e3ebf5;
  color: #1266b1;
  line-height: 1;
}
.c-price-init-label.is-required {
  background: #b06a3a;
  color: #fff;
}
.c-price-init-sub {
  font-size: 16px;
  line-height: 1.8;
  color: #727272;
  margin-bottom: 14px;
}
.c-price-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin-top: 0;
}
.c-price-cta .l-btn-main + .l-btn-main {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-price-cta {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .c-price-cards {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 36px;
  }
  .c-price-lead {
    margin-bottom: 28px;
  }
  .c-price-lead p {
    font-size: 15px;
  }
  .c-price-num {
    font-size: 26px;
  }
  .c-price-feature-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .c-price-card-head,
  .c-price-card-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-price-note-box {
    padding: 18px 18px;
  }
  .c-price-init-block {
    padding: 20px 18px;
  }
  .c-price-init-title {
    font-size: 17px;
  }
  .c-price-init-amount {
    font-size: 22px;
  }
}

/*# sourceMappingURL=lower.css.map */

/* 機能一覧からピラーLP（生産管理システム）へ戻す導線 */
.c-function-pillarlink {
  margin: 0;
  text-align: center;
}
.c-function-pillarlink a {
  font-size: 16px;
  font-weight: 700;
  color: #232d83;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
