@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

.web_design_page_top {
  background-image: url("../images/bg-web-design.jpg");
}

.title-img {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
}

.title-text {
  color: #0d5a9b;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.title-mb {
  margin-bottom: 40px;
}

.title-mb-plan {
  margin-bottom: 95px;
}

.contact-btn-common {
  justify-content: center;
  align-items: center;
  display: flex;
}
.contact-btn-common .button-area a {
  padding: 10px 0;
}
.contact-btn-common .button-area p {
  text-align: center;
  color: #fff;
  padding: 0;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}

.button-area {
  margin: 70px 0;
}

@media screen and (max-width: 1000px) {
  .button-area {
    margin: 60px 0;
  }
}
.contact-area-btn .button-area {
  width: 747px;
  margin: 0 0 70px 0 !important;
}
.contact-area-btn .button-area a {
  justify-items: center;
}

@media screen and (max-width: 614px) {
  .contact-area-btn .button-area {
    margin: 0 0 70px 0 !important;
  }
}
.button-area-top a {
  line-height: 0 !important;
}

.button-title-main {
  font-size: 30px;
  height: auto !important;
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: 10px;
}

.button-title-sub {
  font-size: 16px;
  height: auto !important;
  line-height: 2.2rem;
}

#contact-text {
  margin: 1rem 0;
}

#contact-tel-num {
  color: #0d5a9b;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 614px) {
  #contact-text {
    margin: 15px 0;
  }
  #contact-tel-num {
    color: #0d5a9b;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
}
#contact-area {
  background-image: url(../images/bg_contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.display-br {
  display: none;
}

#message-area {
  display: flex;
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 736px) {
  #message-area {
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
  }
}
@media screen and (max-width: 614px) {
  #message-area {
    text-align: left;
  }
}
.message-img {
  align-self: center;
  width: auto;
  display: block;
}
.message-img img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .message-img img {
    width: 100%;
    max-width: 220px;
    height: auto;
  }
}
.message-img-phone {
  display: none;
}

@media screen and (max-width: 768px) {
  #message-area {
    display: block;
  }
  .message-img {
    display: none;
  }
  .message-img-phone {
    align-self: center;
    width: auto;
    display: block;
    margin-bottom: 30px;
  }
  .message-img-phone img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 614px) {
  #message-area {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
#message-text {
  align-self: center;
  font-size: 17px;
  max-width: 600px;
  margin-left: 30px;
  margin-right: 30px;
  white-space: nowrap;
}
#message-text p {
  margin-bottom: 10px;
}

@media screen and (max-width: 614px) {
  #message-text {
    white-space: normal;
    font-size: 16px;
  }
}
.point-area {
  display: flex;
  align-content: center;
  justify-content: center;
}
.point-area img {
  width: 100%;
  max-width: 200px;
}

.point-area-img {
  margin: 10px;
}

@media screen and (max-width: 425px) {
  .point-area {
    display: block;
  }
  .point-area img {
    width: 250px;
  }
  .point-area div {
    align-content: center;
    justify-content: center;
    display: flex;
  }
}
.message-point {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  color: #515a70;
  align-items: center;
  margin-bottom: 10px;
}
.message-point img {
  margin-right: 10px;
}
.message-point span {
  color: #29a8f8;
  font-size: 25px;
}

@media screen and (max-width: 614px) {
  .message-point {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #515a70;
    align-items: center;
  }
  .message-point img {
    width: 50px;
  }
  .message-point span {
    color: #29a8f8;
    font-size: 19px;
  }
}
#message-point-area {
  padding: 30px;
  max-width: 700px;
}

#message-point-title,
.price-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 20px;
  color: #3272c2;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  border-bottom: 2px solid #bfd9f1;
}

#merit-question {
  margin: 15px;
}

#merit-question-title {
  color: #0d5a9b;
  font-size: 21px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

#merit-question-contents {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.merit-question-item {
  background-color: #ffffff;
  margin: 10px;
  border-radius: 20px;
  align-content: center;
  width: calc(50% - 25px);
  box-sizing: border-box;
  font-size: 17px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.merit-question-item img {
  margin-right: 10px;
}

.merit-question-text {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .merit-question-item {
    display: block;
    margin: 10px 10px 50px;
  }
  .merit-question-item img {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .merit-question-text {
    height: 102px;
    align-content: center;
  }
}
@media screen and (max-width: 736px) {
  .merit-question-item img {
    width: 70px;
  }
}
@media screen and (max-width: 614px) {
  #merit-question {
    margin: 15px 0;
  }
  .merit-question-text {
    font-size: 16px;
  }
}
#merit-answer {
  background-color: ffffff;
  padding: 10px 20px 40px;
  margin-bottom: 40px;
}

.merit-answer-block-mb {
  margin-bottom: 40px;
}

.merit-answer-title {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.merit-answer-title img {
  width: 60px;
  margin-right: 10px;
}

.merit-answer-text {
  font-size: 17px;
  padding: 0 30px;
}

@media screen and (max-width: 614px) {
  .merit-answer-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 614px) {
  .merit-answer-text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .br-1000 {
    display: block;
  }
}
.merit-card-title {
  color: #515a70;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.merit-card-title span {
  color: #29a8f8;
}

.works-card-display {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: nowrap;
}

@media screen and (max-width: 614px) {
  .works-card-display {
    flex-wrap: wrap;
  }
}
.works-card-position {
  position: relative;
  text-align: center;
  margin-bottom: auto;
  max-width: 260px;
  display: flex;
  flex-direction: column;
}

.sp-margin-none {
  margin-bottom: auto;
}

@media screen and (max-width: 614px) {
  .works-card-position {
    margin-bottom: 30px;
  }
  .sp-margin-none {
    margin-bottom: 0 !important;
  }
}
.works-card {
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 300px;
  padding: 20px;
  margin: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.works-card .img-hover-zoom-up {
  overflow: hidden;
}
.works-card .img-hover-zoom-up img {
  transition: 0.8s all;
}

.works-card:hover {
  background-color: #f1f7ff;
  transition: 0.3s;
}
.works-card:hover .works-company-name, .works-card:hover .works-company-name div {
  color: #e8ac70;
  transition: 0.3s;
}
.works-card:hover .img-hover-zoom-up img {
  transform: scale(1.2, 1.2);
  transition: 0.8s all;
}

.works-img {
  margin-bottom: 10px;
  border: solid 1px darkgrey;
  width: 100%;
  height: auto;
}
.works-img img {
  width: 100%;
  vertical-align: bottom;
}

.works-company-name {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 10px;
  transition: 0.3s;
  flex-grow: 1;
  height: 42px;
  align-content: center;
}
.works-company-name span {
  font-size: 12px;
}

.works-card-block-flex {
  flex-wrap: nowrap;
  margin-left: 30px;
  margin-right: 30px;
  justify-self: center;
}

.works-card-block {
  display: flex;
  flex-wrap: nowrap;
}

.works-type-title, .works-plan-title, .card-contents-title {
  color: #0d5a9b;
  font-weight: normal;
  font-size: 12px;
  flex-grow: 1;
}

.works-type-title, .works-plan-title {
  flex-grow: 1;
}

.works-type, .works-plan {
  font-size: 12px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-plan {
  padding-right: 11.5px;
}
.works-plan img {
  margin-right: 3px;
}

.works-type {
  margin-bottom: 15px;
}

.works-page-type-height {
  height: 20px;
}

@media screen and (max-width: 1360px) {
  .works-card-block-flex {
    max-width: 1360px;
  }
}
@media screen and (max-width: 1000px) {
  .works-card-block-flex {
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 614px) {
  .works-card {
    margin: 10px;
  }
}
.list-common {
  text-align: left;
  padding-left: 40px;
  font-size: 17px;
}
.list-common li {
  list-style: circle !important;
  list-style-position: inside;
  padding-bottom: 15px;
}
.list-common li:last-child {
  padding-bottom: 0;
}

.card-contents-price {
  flex-grow: 1;
}

.card-contents-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.card-message {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #bfd9f1;
  text-align: left;
  font-size: 15px;
  flex-grow: 1;
}

.card-contents-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.card-contents-item-no-border {
  margin-bottom: 15px;
}

.card-contents {
  flex-grow: 1;
}
.card-contents span {
  font-weight: 600;
  color: #1788ce;
}
.card-contents .card-contents-main {
  font-size: 24px;
}
.card-contents .card-contents-sub {
  font-size: 20px;
}
.card-contents ul {
  text-align: left;
}
.card-contents ul li {
  margin-bottom: 20px;
  line-height: 1.25rem;
}

.card-contents-height {
  height: 167.5px;
}

@media screen and (max-width: 906px) {
  .card-contents-height {
    height: 196px;
  }
}
@media screen and (max-width: 864px) {
  .card-contents-height {
    height: 222px;
  }
}
@media screen and (max-width: 736px) {
  .card-contents-height {
    height: auto;
  }
}
#plan-card-area, #plan-area-list {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

@media screen and (max-width: 736px) {
  #plan-card-area, #plan-area-list {
    display: block;
  }
}
.plan-card-flame-position {
  width: 100%;
  max-width: 460px;
  justify-items: center;
}

.plan-card-flame {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #bfd9f1;
  padding: 80px 30px 30px;
  margin: 15px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 736px) {
  .plan-card-flame-position {
    justify-self: center;
  }
  .plan-card-flame {
    margin: 15px auto 80px;
  }
  .plan-card-flame-phone {
    margin: 15px auto !important;
  }
}
@media screen and (max-width: 614px) {
  .plan-card-flame {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.plan-card-icon {
  position: absolute;
  top: -75px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.plan-card-title {
  color: #515a70;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
  flex-grow: 1;
}
.plan-card-title span {
  color: #29a8f8;
  font-size: 27px;
  font-weight: 600;
}

.plan-card-message {
  color: #515a70;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
  flex-grow: 1;
}
.plan-card-message span {
  color: #e8ac70;
}

.plan-card-text {
  text-align: left;
  flex-grow: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #bfd9f1;
  font-size: 16px;
}
.plan-card-text p {
  margin-bottom: 5px;
}

@media screen and (max-width: 911px) {
  .plan-card-message {
    margin-bottom: 15px;
  }
  .plan-card-text {
    height: 147px;
    align-content: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 736px) {
  .plan-card-message {
    margin-bottom: 30px;
  }
  .plan-card-text {
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.plan-card-caution {
  font-size: 13px;
  margin-bottom: 30px;
  text-align: center;
}

.plan-card-duration {
  margin-bottom: 25px;
}

.plan-card-btn-area {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plan-card-btn {
  background-color: #0d5a9b;
  width: 100%;
  max-width: 200px;
  height: auto;
  text-decoration: none;
  padding: 15px 30px;
  align-self: center;
  cursor: pointer;
  position: relative;
}
.plan-card-btn a {
  color: #ffffff;
}
.plan-card-btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 21px;
  right: 15px;
}

.plan-card-btn:hover {
  color: #A8A8A8;
  background: #083B66;
}

#timeline-area {
  position: relative;
  display: inline-block;
  margin: 0 auto 20px;
}

#timeline {
  position: absolute;
  width: 2px;
  transform: translateX(-50%);
  left: 0;
  overflow: hidden;
  background-color: #bfd9f1;
  margin-left: 25px;
  top: 80px;
  bottom: 100px;
}

.step-item {
  align-items: center;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.step-number {
  background-color: #0d5a9b;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  margin-right: 15px;
}
.step-number div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #timeline {
    bottom: 120px;
  }
}
@media only screen and (max-width: 736px) {
  #timeline {
    margin-left: 20px;
    bottom: 130px;
  }
  .step-number {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
  .step-number div {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 433px) {
  #timeline {
    bottom: 140px;
  }
}
@media screen and (max-width: 375px) {
  #timeline {
    bottom: 180px;
  }
}
.speech-bubble {
  position: relative;
  align-items: center;
  background: #fff;
  padding: 30px;
  margin: 24px 0 24px 15px;
  border-radius: 20px;
  border: 1px solid #3272c2;
  font-size: 16px;
  width: 100%;
}
.speech-bubble::before {
  content: "";
  position: absolute;
  left: 0;
  translate: -50% 0;
  align-self: anchor-center;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #3272c2;
  rotate: 45deg;
  -webkit-clip-path: polygon(0px 0px, 0px 100%, 100% 100%);
          clip-path: polygon(0px 0px, 0px 100%, 100% 100%);
}
.speech-bubble span {
  font-size: 13px;
}
.speech-bubble a {
  color: #3272c2;
}

.speech-bubble a:hover {
  color: #29a8f8;
}

.balloon-title {
  color: #3272c2;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: solid 1px #bfd9f1;
  max-width: 250px;
}

.balloon-text p {
  margin-bottom: 5px;
}

.service-block {
  margin-bottom: 30px;
}

.service-title {
  color: #0d5a9b;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #bfd9f1;
}

.service-text {
  margin-bottom: 15px;
}

.service-item {
  margin-bottom: 10px;
  padding-bottom: 0 !important;
  font-size: 17px;
}
.service-item span {
  color: #ffffff;
  background-color: #3272c2;
  border-radius: 5px;
  margin-left: 5px;
  padding: 3px;
  font-size: 15px;
}

@media screen and (max-width: 614px) {
  .service-item {
    font-size: 16px;
  }
}
.service-item-title {
  color: #3272c2;
  font-weight: 500;
  font-size: 18px;
}

@media only screen and (max-width: 736px) {
  .speech-bubble {
    padding: 20px;
  }
}
.triangle {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 60px solid #3272c2;
  margin: 30px auto;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-in.show {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px); /* 初期位置を30px下げる */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0); /* 元の位置に戻す */
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.fade-in-left.show {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.fade-in-right.show {
  opacity: 1;
  transform: translateX(0);
}

span.marker {
  background: linear-gradient(transparent 50%, #f8cbe5 50%);
  font-size: 20px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.8s;
}

span.marker.on {
  background-size: 100% 100%;
}

@media screen and (max-width: 614px) {
  span.marker {
    font-size: 19px;
  }
}
span.strong {
  font-weight: 600;
  color: #3272c2;
}

.caution {
  font-size: 12px !important;
  vertical-align: top;
  color: black !important;
}

.works-card-display-achieve {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  width: 100%;
  max-width: 1200px;
}

.works-card-block-achieve {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.works-card-position-achieve {
  position: relative;
  text-align: center;
  margin: 0 30px 50px 30px;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
.works-card-position-achieve .img-hover-zoom-up {
  overflow: hidden;
}
.works-card-position-achieve .img-hover-zoom-up img {
  transition: 0.8s all;
}

.works-card-position-achieve:hover {
  background-color: #f1f7ff;
  transition: 0.3s;
}
.works-card-position-achieve:hover .works-company-name, .works-card-position-achieve:hover .works-company-name div {
  color: #e8ac70;
  transition: 0.3s;
}
.works-card-position-achieve:hover .img-hover-zoom-up img {
  transform: scale(1.2, 1.2);
  transition: 0.8s all;
}

@media screen and (max-width: 1199px) {
  .works-card-position-achieve {
    max-width: 280px;
  }
}
@media screen and (max-width: 1139px) {
  .works-card-position-achieve {
    max-width: 230px;
  }
}
@media screen and (max-width: 1000px) {
  .works-card-position-achieve {
    max-width: 200px;
  }
}
@media screen and (max-width: 779px) {
  .works-card-position-achieve {
    max-width: 180px;
  }
}
@media screen and (max-width: 559px) {
  .works-card-position-achieve {
    margin: 0 20px 50px 20px;
    padding: 10px;
  }
}
@media screen and (max-width: 479px) {
  .works-card-position-achieve {
    max-width: 150px;
  }
}
@media screen and (max-width: 425px) {
  .works-card-position-achieve {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.plan-card-price {
  color: #3272c2;
  margin-bottom: 15px;
}
.plan-card-price span {
  color: #515a70;
  font-size: 16px;
}

.plan-page-card-duration {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #bfd9f1;
  flex-grow: 1;
}

.plan-page-card-duration-border-none {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.plan-page-card-flame-position {
  justify-items: center;
}

.plan-page-card-flame {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px #bfd9f1;
  padding: 80px 30px 30px;
  margin: 15px;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 450px;
}

.checkmark {
  padding-left: 33px;
  position: relative;
}
.checkmark span {
  font-weight: 600;
  font-size: 17px;
  color: #1788ce;
}

.checkmark:before,
.checkmark:after {
  content: "";
  display: block;
  position: absolute;
}

.checkmark:before {
  width: 20px;
  height: 20px;
  background: #0d5a9b;
  left: 0;
  top: 0px;
  border-radius: 3px;
  align-self: anchor-center;
}

.checkmark:after {
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 10px;
  height: 7px;
  transform: rotate(-45deg);
  left: 4px;
  bottom: 4px;
  align-self: anchor-center;
}

#service-list-area {
  margin-bottom: 50px;
}

#service-price-table-area {
  width: 100%;
  justify-self: center;
  margin-bottom: 15px;
  display: block;
}

#service-price-table-phone-area {
  display: none;
}

@media screen and (max-width: 614px) {
  #service-price-table-area {
    display: none;
  }
  #service-price-table-phone-area {
    display: block;
  }
}
.service-price-row-area .service-price-row:nth-child(even) {
  background-color: #fafcfd;
}

.service-price-row-title {
  border-bottom: solid 2px lightgray !important;
  font-weight: 600;
}

.service-price-row, .service-price-row-title {
  display: flex;
  border-bottom: solid 1px lightgray;
  text-align: center;
}
.service-price-row .list-name, .service-price-row .list-count, .service-price-row .list-price, .service-price-row .list-text, .service-price-row-title .list-name, .service-price-row-title .list-count, .service-price-row-title .list-price, .service-price-row-title .list-text {
  font-size: 17px;
  padding: 10px;
  align-content: center;
}
.service-price-row .list-name, .service-price-row-title .list-name {
  width: 250px;
  height: auto;
  border-right: solid 1px lightgray;
}
.service-price-row .list-count, .service-price-row-title .list-count {
  border-right: dotted 1px lightgray;
  width: 100px;
}
.service-price-row .list-price-title, .service-price-row-title .list-price-title {
  color: black !important;
}
.service-price-row .list-price, .service-price-row-title .list-price {
  width: 130px;
  border-right: dotted 1px lightgray;
  color: #3272c2;
}
.service-price-row .list-price span, .service-price-row-title .list-price span {
  font-size: 12px;
  color: #3272c2 !important;
}
.service-price-row .list-text-title, .service-price-row-title .list-text-title {
  text-align: center !important;
}
.service-price-row .list-text, .service-price-row-title .list-text {
  width: 100%;
  max-width: 500px;
  text-align: left;
  line-height: 1.25rem;
}

@media only screen and (max-width: 736px) {
  .service-price-row .list-name, .service-price-row .list-count, .service-price-row .list-price, .service-price-row .list-text, .service-price-row-title .list-name, .service-price-row-title .list-count, .service-price-row-title .list-price, .service-price-row-title .list-text {
    font-size: 15px;
    padding: 8px;
  }
}
@media screen and (max-width: 614px) {
  .service-price-row .list-name, .service-price-row .list-count, .service-price-row .list-price, .service-price-row .list-text, .service-price-row-title .list-name, .service-price-row-title .list-count, .service-price-row-title .list-price, .service-price-row-title .list-text {
    padding: 5px;
  }
  .service-price-row .list-name, .service-price-row-title .list-name {
    width: 120px;
  }
  .service-price-row .list-name .name, .service-price-row-title .list-name .name {
    margin-bottom: 5px;
  }
  .service-price-row .list-name .price, .service-price-row-title .list-name .price {
    color: #3272c2;
  }
  .service-price-row .list-name .price span, .service-price-row-title .list-name .price span {
    font-size: 11px;
    color: #3272c2 !important;
  }
  #service-list-area .main-contents {
    width: 100% !important;
  }
}
.web-desgin-contact-message-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.web-desgin-contact-message {
  font-size: 20px;
  color: #3272c2;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  background: linear-gradient(transparent 94%, #bfd9f1 0%); /* border-bottom の代わりに下線を引く時に必要な設定です */
  display: inline; /* border-bottom の代わりに下線を引く時に必要な設定です */
}

.recruit-btn-area {
  margin-bottom: 3.5rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .recruit-btn-area {
    margin: 40px 0 50px 0;
  }
}
@media only screen and (max-width: 736px) {
  .recruit-btn-area {
    display: block;
  }
}
.recruit-btn-area-interview {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 425px) {
  .recruit-btn-area-interview {
    margin: 3.5rem 0 !important;
  }
}
.recruit-btn-box {
  width: 47%;
}

@media screen and (max-width: 1000px) {
  .recruit-btn-box {
    width: 49%;
  }
}
@media only screen and (max-width: 736px) {
  .recruit-btn-box {
    width: 100%;
  }
}
.recruit-btn-box a {
  display: flex;
  position: relative;
}

.recruit-btn-box a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 736px) {
  .recruit-btn-box a {
    margin-bottom: 30px;
  }
}
.recruit-btn-box a .recruit-btn-coment {
  background: #F2F2F2;
  width: 70%;
  text-align: center;
  position: relative;
}

.recruit-btn-box a:after {
  content: "";
  width: 0;
  height: 0;
  bottom: 10px;
  right: 10px;
  border-style: solid;
  border-width: 0 0 17px 17px;
  border-color: transparent transparent #AFAFAF transparent;
  position: absolute;
}

.recruit-btn-box a .recruit-btn-coment p {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 425px) {
  .recruit-btn-box a .recruit-btn-coment p {
    font-size: 17px;
  }
}
.recruit-btn-box a .recruit-btn-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.recruit-btn-area-center {
  display: flex;
  justify-content: center;
}

.br-el {
  display: block;
}

.br-lg, .br-lg-message, .br-md, .br-sm, .br-xs {
  display: none;
}

@media screen and (max-width: 1024px) {
  .br-lg, .br-lg-message {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br-md {
    display: block;
  }
}
@media screen and (max-width: 614px) {
  .br-el {
    display: none;
  }
  .br-lg-message {
    display: none;
  }
  .br-sm {
    display: block;
  }
}
@media screen and (max-width: 525px) {
  .br-xs {
    display: block;
  }
}/*# sourceMappingURL=style-web-design.css.map */