@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
}
body * {
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style-type: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  font: inherit;
  text-decoration: none;
}

button:focus {
  outline: none;
}

.image-block {
  line-height: 1;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.flex {
  display: flex;
}

.mincho {
  font-family: "Zen Old Mincho", serif !important;
  line-height: 1.2;
  letter-spacing: 2px;
}

.section-title {
  font-family: "Zen Old Mincho", serif !important;
  text-align-last: left !important;
  border-bottom: solid 1px #01cbea !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  color: #0072be;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-title .before {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
.section-title .after {
  font-weight: normal;
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.section-title h2:after {
  display: none !important;
}

.header {
  background-color: #2593d1 !important;
}
.header .logo .sitename {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.header .logo .sitename .img {
  width: 60px !important;
  max-height: none;
}
.header .logo .sitename .text {
  font-size: 1.5rem;
  font-weight: normal;
}
.header .navmenu .nav_box_pc {
  display: block;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .header .navmenu .nav_box_pc {
    display: none;
  }
}
.header .navmenu .nav_box_sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header .navmenu .nav_box_sp {
    border-radius: 0px !important;
  }
}
.header .navmenu .link {
  color: #ffffff !important;
}
@media screen and (max-width: 1200px) {
  .header .navmenu .link {
    color: #000000 !important;
  }
}
.header .mobile-nav-toggle {
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .mobile-nav-active .header .navmenu .nav_box_sp {
    display: block !important;
    padding: 100px 0;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    top: 2%;
  }
  .mobile-nav-active .header .navmenu .nav_box_sp .link {
    font-size: 1.5rem !important;
  }
  .mobile-nav-active .header .navmenu .nav_box_sp .link:hover {
    background: #2593d1;
    color: #ffffff !important;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #2593d1;
    position: absolute;
    font-size: 80px;
    top: 4%;
    right: 10%;
    margin-right: 0;
    z-index: 9999;
  }
}
.carousel {
  padding-bottom: 120px;
}
.carousel .row {
  background-color: #f2f3f4 !important;
}
.carousel .slides {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center;
}
.carousel .item {
  width: 80% !important;
  margin: 0 auto !important;
}
.carousel .title {
  color: #2593d1 !important;
  font-size: 2rem !important;
}
.carousel .sub_title {
  color: #2593d1 !important;
  font-size: 1.5rem !important;
}
.carousel .desc {
  padding: 5px 0 20px;
}
.carousel .swiper-button-next, .carousel .swiper-button-prev {
  color: #000000 !important;
  transform: scale(0.5);
}
.carousel .swiper {
  padding: 60px 0;
}
.carousel .swiper .title {
  color: #0072be !important;
  font-size: 29px !important;
}

.services {
  padding: 0 2%;
}
.services .row {
  padding: 2%;
}
.services .title {
  color: #0072be !important;
}
.services .readmore {
  color: #01cbea !important;
}

.call-to-action .title {
  padding-bottom: 20px;
}
.call-to-action .desc {
  padding-bottom: 20px;
}

.footer {
  background: #2593d1;
  color: #ffffff !important;
}
.footer a[href^="tel:"] {
  color: #ffffff !important;
}
.footer .title .sitename {
  color: #ffffff !important;
  font-size: 20px;
}
.footer .address_box {
  padding-top: 20px;
}
.footer .address_box .label {
  padding-right: 10px;
}
.footer .link {
  color: #ffffff !important;
}
.footer .sub_title {
  color: #ffffff;
  font-weight: normal !important;
  font-size: 18px !important;
}
.footer .copyright {
  border-top-color: #ffffff !important;
}
.footer .copyright .sitename {
  font-weight: normal !important;
}

/*下層ページヘッダー*/
.page-title {
  margin-top: 90px;
  display: flex;
  align-items: center;
  height: 424px;
  padding: 0 !important;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .page-title {
    height: 22.0833333333vw;
  }
}
.page-title .back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-title:before {
  display: none !important;
}
.page-title .container .title {
  margin-bottom: 0 !important;
  font-size: 40px !important;
  position: relative !important;
  z-index: 1 !important;
}

.wrapper {
  background-color: #e6e6e6;
}
.wrapper .main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
  padding-top: 70px;
}

.index .hero::before {
  display: none;
}
.index .hero::after {
  background-color: #0072be !important;
  background-image: none;
}
.index .hero .container {
  max-width: 1600px;
  padding: 0 30px;
  position: relative;
}
.index .hero .container::before {
  content: "";
  background-image: url(../img/hero_text.png);
  position: absolute;
  top: -90%;
  left: 45%;
  z-index: 5;
  width: 424px;
  height: 92px;
}
@media screen and (max-width: 768px) {
  .index .hero .container::before {
    align-items: flex-end;
    top: -50%;
    left: 5%;
    width: 80%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1200px) {
  .index .hero .title {
    text-shadow: 1px 1px 1px #ccc;
  }
}
.index .hero .blockquote {
  border-left-color: #ffffff !important;
  font-size: 1rem;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .index .hero .blockquote {
    text-shadow: 1px 1px 1px #ccc;
  }
}
.index .service-only {
  display: none;
}
.index .news .section-title {
  line-height: 1;
}
.index .news .post-date {
  padding: 10px 0;
}
.index .news .post-title {
  padding: 10px 0;
  color: #000000;
}

.about .gaiyou {
  padding-top: 8.5%;
}
.about .gaiyou .row {
  align-items: center;
}
.about .gaiyou .catch_desc {
  font-size: 29px;
  font-weight: bold;
  color: #2593d1;
  line-height: 1.2;
}
.about .gaiyou .desc {
  color: #000000 !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.about .vision {
  padding: 100px 0 150px;
}
.about .vision .card {
  border: none;
}
.about .vision .card .content {
  background: #f2f3f4;
  padding: 20px;
  flex: 1;
}
.about .vision .title {
  color: #2593d1;
  font-weight: bold;
  font-size: 30px;
}
.about .vision .sub_title {
  color: #2593d1;
  font-size: 24px;
}
.about .vision .desc {
  color: #000000;
  font-size: 16px;
}

.service .services {
  padding: 4% 0 50px;
}
.service .services .title {
  color: #2593d1;
  font-size: 18px;
  font-weight: bold;
}
.service .services .desc {
  color: #000000;
  font-size: 14px;
}
.service .service-cards {
  padding-bottom: 100px;
}
.service .service-cards .container-fluid {
  max-width: 1600px;
}
.service .service-cards .card-item {
  background: #f2f3f4;
  border: none;
}
.service .service-cards .card-title {
  color: #2593d1;
  font-size: 18px;
  font-weight: bold;
}
.service .service-cards .card-desc {
  color: #000000;
  font-size: 14px;
}
.service .system .left, .service .consul .left {
  background: #f2f3f4;
  padding: 0 2%;
}
.service .system .left .section-title, .service .consul .left .section-title {
  background: #ffffff !important;
  padding: 0 !important;
}
.service .system .left .title, .service .consul .left .title {
  color: #0072be;
  font-size: 29px;
  font-weight: bold;
  padding: 40px 0;
}
.service .system .left .desc, .service .consul .left .desc {
  font-size: 16px;
  padding: 0 0 30px;
}
.service .system .right img, .service .consul .right img {
  object-fit: cover;
}

.company .message .row {
  align-items: center;
}
.company .message .left {
  padding: 0 2%;
}
.company .message .title {
  color: #2593d1;
  font-weight: bold;
  font-size: 29px;
}
@media screen and (max-width: 576px) {
  .company .philosophy .section-title {
    text-align: left !important;
  }
}
.company .philosophy .row {
  align-items: center;
  background: #f2f3f4;
}
.company .philosophy .left {
  padding: 48px 3% 18px;
}
.company .philosophy .catch_desc {
  color: #2593d1;
  font-weight: bold;
  font-size: 29px;
}
.company .philosophy .sub_title {
  color: #2593d1;
  font-size: 18px;
  letter-spacing: 1px;
}
.company .philosophy .desc {
  color: #000000;
  padding-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif !important;
}
.company .profile a[href^="tel:"] {
  color: #000000 !important;
}
.company .profile .table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}
.company .profile .th,
.company .profile .td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}
.company .profile .th {
  width: 30%;
  font-weight: normal;
}
.company .profile .td {
  width: 70%;
}

.contact:before {
  display: none;
}
.contact .kanryou {
  z-index: 1;
  position: relative;
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
}
.contact .form-contents {
  max-width: 1920px;
  margin: 0 auto;
  padding: 3.9% 10% 8%;
}
@media screen and (max-width: 768px) {
  .contact .form-contents {
    padding: 5.4% 4% 13.2%;
  }
}
.contact .form-contents .form_wrap {
  background: #f2f3f4;
  padding: 5%;
}
.contact .form-contents .form_wrap .desc_box {
  text-align: center;
  z-index: 1;
  position: relative;
}
.contact .form-contents .form_wrap .catch_desc {
  color: #0072be;
  font-size: 29px;
  font-weight: bold;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .contact .form-contents .form_wrap .catch_desc {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .contact .form-contents .form_wrap .catch_desc {
    font-size: 22px;
  }
}
.contact .form-contents .form_wrap .desc {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .contact .form-contents .form_wrap .desc {
    font-size: 16px;
  }
}
.contact .form-contents .unit {
  padding-top: 55px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact .form-contents .unit {
    padding-top: 6.4%;
  }
}
.contact .form-contents .unit .require-text {
  font-size: 10px;
  color: #ff0000;
  vertical-align: top;
}
.contact .form-contents .unit_name {
  padding-bottom: 6px;
}
.contact .form-contents .unit_name .input-name {
  font-size: 16px;
  letter-spacing: 4px;
}
.contact .form-contents .unit .input-parts {
  width: 100%;
  position: relative;
}
.contact .form-contents .unit .input-parts + .error-area {
  display: none;
  color: #ff0000;
  margin-top: 5px;
  font-size: 16px;
}
.contact .form-contents .unit .input-parts:before, .contact .form-contents .unit .input-parts:after {
  content: "✓";
  display: none;
  color: #0072be;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  font-weight: bold;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  line-height: 1;
}
.contact .form-contents .unit .input-parts:after {
  display: none;
  content: "⚠";
  color: red;
}
.contact .form-contents .unit .input-parts.valid:before {
  display: block;
}
.contact .form-contents .unit .input-parts.invalid:after {
  display: block;
}
.contact .form-contents .unit .input-parts.invalid + .error-area {
  display: block;
}
.contact .form-contents .unit .input-parts .input, .contact .form-contents .unit .input-parts .select {
  width: 100%;
  padding: 15px;
}
.contact .form-contents .unit .input-parts .textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
}
.contact .form-contents .unit .input-parts + .error-area {
  display: none;
  color: #ff0000;
  margin-top: 5px;
  font-size: 16px;
}
.contact .form-contents .unit .error-area {
  display: none;
  color: #ff0000;
  margin-top: 5px;
  font-size: 16px;
  position: relative;
}
.contact .form-contents .unit .error-area.valid .error-message {
  display: none;
}
.contact .form-contents .unit .error-area.invalid .error-message {
  display: block;
}
.contact .form-contents .unit .input-parts .input {
  width: 100%;
  height: 86px;
  box-sizing: border-box;
  padding: 10px;
}
.contact .form-contents .unit.last-child .unit_name {
  padding-bottom: 10px;
  padding-bottom: 14px;
}
.contact .form-contents .unit.last-child .textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.2;
  resize: none;
}
.contact .form-contents .caution {
  font-size: 16px;
  letter-spacing: 3.8px;
}
.contact .form-contents .p-check {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 63px;
  padding-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .contact .form-contents .p-check {
    padding-top: 6.5%;
    padding-bottom: 13.5%;
  }
}
.contact .form-contents .p-check_box {
  width: 20px;
  height: 20px;
  margin: 0;
}
.contact .form-contents .p-check_desc {
  font-size: 16px;
  padding-left: 10px;
  letter-spacing: 2px;
}
.contact .form-contents .p-check_link {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.contact .form-contents .form-btn {
  display: flex;
  justify-content: center;
}
.contact .form-contents .form-btn_link {
  width: 350px;
  color: #ffffff;
  background-color: #0072be;
  border: solid 1px #0072be;
  transition: background-color 0.5s ease;
  border-radius: 60px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .contact .form-contents .form-btn_link {
    width: 70%;
    padding: 10px 0;
  }
}
.contact .form-contents .form-btn_link:hover {
  color: #0072be;
  background-color: #ffffff;
}
.contact .form-contents .form-btn_p {
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.policy .section-title {
  width: 100%;
  max-width: 1400px;
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .policy .section-title .after {
    font-size: 17px !important;
  }
}
.policy .kiyaku {
  padding: 4.3% 10% 8%;
  font-size: 16px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .policy .kiyaku {
    padding: 6.3% 4% 20.4%;
    font-size: clamp(0.875rem, 0.328rem + 2.5vw, 1.5rem);
  }
}
.policy .kiyaku .item:nth-of-type(n+2) .item_title_h2 {
  padding-top: 40px;
  line-height: 1.5;
  color: #000000;
}
.policy .kiyaku .item_title {
  padding-bottom: 5px;
}
.policy .kiyaku .item_title_h2 {
  font-weight: 700;
  letter-spacing: 1.3px;
  padding-bottom: 5px;
  color: #000000;
  border-bottom: solid 1px #01cbea;
}
.policy .kiyaku .item .item_li {
  line-height: 1.8;
  letter-spacing: 0.3px;
}
.policy .kiyaku .kiyaku00 .item_desc:nth-child(1) {
  padding-bottom: 35px;
}
.policy .kiyaku .kiyaku02 .item_ul .item_li {
  letter-spacing: 0.3px;
}/*# sourceMappingURL=style.css.map */