@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Teko:wght@300..700&family=Ubuntu:wght@400;500;700&display=swap");
html {
  margin: 0 !important;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3d3b3a;
}

a {
  color: #3d3b3a;
  text-decoration: none;
}

a:hover {
  transform: translateY(-5px);
}

.btn.btn-primary {
  background: #219E63 !important;
  border: 1px solid #219E63 !important;
}

.content {
  max-width: 913px;
  margin: 0 auto;
}
@media (max-width: 913px) {
  .content {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .content {
    width: 100%;
  }
}

.section {
  padding: 0;
}

.is-flex {
  display: flex !important;
}

::marker {
  color: #8c007d;
}

/* -------------------------------------レスポンシブ-------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* -------------------------------------フォント-------------------------------------*/
.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.teko-regular {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.teko-medium {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.teko-bold {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.red {
  color: #219E63;
}

.blue {
  color: #152d95;
}

.black {
  color: #3d3b3a;
}

.ttl-ja, .ttl-en {
  display: block;
  font-weight: 900;
}
.ttl-ja {
  font-family: "Noto Sans JP", sans-serif;
  margin: 10px 0;
}
.ttl-en {
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.8em;
  color: #8c007d;
  line-height: 1;
}
h3 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #8c007d;
}
@media (max-width: 768px) {
  h4 {
    font-size: 19px;
  }
}

.more-small {
  font-size: 0.6em;
  font-weight: inherit;
}

.text-primary {
  color: #8c007d !important;
}

.card-body {
  padding: var(--bs-card-spacer-y) 0;
}
.card-img, .card-img-top {
  border-radius: 0;
}

/* -------------------------------------cta-------------------------------------*/
.btn-cta {
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cta svg {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .btn-cta svg {
    margin-right: 5px;
  }
}
.btn-cta small {
  font-size: 12px;
}
@media (max-width: 768px) {
  .btn-cta small {
    font-size: 9px;
  }
}

/* -------------------------------------header-------------------------------------*/
header {
  padding: 10px 15px !important;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin-top: 0;
  z-index: 999;
}
header .header {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  header .header {
    margin: 0 0 0 auto;
    width: 100%;
  }
}
header .header .header_logo {
  align-items: center;
}
header .header .axcs_column_logo {
  width: 100px;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 768px) {
  header .header .axcs_column_logo {
    width: 93px;
    margin-right: 10px;
  }
}
header .header .ABDi_logo {
  width: 78px;
  display: inline-block;
  transform: translateY(3px);
}
@media (max-width: 768px) {
  header .header .ABDi_logo {
    width: 70px;
  }
}
header .header .btn-cta-group {
  width: 65%;
  justify-content: flex-end;
}
header .header .btn-cta.header {
  padding: 10px 25px;
  font-size: 18px;
  width: 220px;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  header .header .btn-cta.header {
    padding: 10px 15px;
    font-size: 9px;
    width: 160px;
    line-height: 1.3;
  }
}
header .header .btn-cta.tell {
  color: #8c007d;
  background-color: #ffe6ea;
}
header .header .btn-cta.contact {
  color: #ffffff;
  background-color: #ec6c00;
  margin-left: 24px;
}
@media (max-width: 768px) {
  header .header .btn-cta.contact {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  header .header.content {
    padding: 0;
  }
}

/* -------------------------------------contact-------------------------------------*/
#contact {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f0f0f0;
  position: relative;
}
#contact .small01,
#contact .small01 span {
  font-size: 14px;
}
#contact #contact_area {
  position: absolute;
  top: 50%;
  transform: translateY(-50vh);
}
#contact .contact-bg {
  background-color: #f0f0f0;
}
#contact .my-form {
  color: #8c007d;
}
#contact .my-form .btn-default {
  background-color: #8c007d;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px 10px 20px;
  margin: 15px auto 0 0;
  width: 200px;
}
#contact .my-form .btn-default:hover {
  background-color: #e3a5b0;
  color: #fff;
}
#contact .my-form .form-control {
  border-radius: 0;
}
#contact .contact_pnumber a:link {
  font-size: 30px;
}
#contact .contact_pnumber a:hover {
  font-size: 30px;
}
#contact .contact_pnumber a:visited {
  font-size: 30px;
}
#contact #contact-links a:link {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  text-align: left;
  transition: 0.3s;
}
#contact #contact-links a:hover {
  color: #719191;
  text-decoration: none;
}
#contact .mb-3,
#contact .my-3 {
  margin-bottom: 1rem !important;
}
#contact .text-left {
  text-align: left !important;
}
#contact h2 {
  color: #444444;
  font-size: 35px;
}
@media (max-width: 768px) {
  #contact h2 {
    font-size: 32px;
  }
}
#contact .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#contact .fa-2x {
  font-size: 2em;
}
#contact .fa-phone-volume:before {
  content: "\f2a0";
}
#contact .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#contact .col-md-6,
#contact .col-sm-10,
#contact .col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#contact .col-md-1,
#contact .col-md-11 {
  position: relative;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #contact .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  #contact .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #contact .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  #contact .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#contact .form-group {
  margin-bottom: 1rem;
}
#contact .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#contact .btn {
  display: block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#contact .btn:disabled {
  opacity: 0.65;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
/* -------------------------------------thanks-------------------------------------*/
#thanks {
  margin-top: 76px;
  padding-block: 100px;
  height: 50vh;
}
@media (max-width: 768px) {
  #thanks {
    height: 60vh;
  }
}
#thanks .section-title {
  text-align: center;
  padding-bottom: 30px;
}
#thanks .section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  /*text-transform: capitalize;*/
}
#thanks .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 180px;
  height: 3px;
  background: linear-gradient(90deg, #e3a5b0, #8c007d);
  bottom: 1px;
  left: calc(50% - 90px);
}
#thanks .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 180px;
  height: 3px;
  background: linear-gradient(90deg, #e3a5b0, #8c007d);
  bottom: 0;
  left: calc(50% - 90px);
}
#thanks .section-title p {
  margin-bottom: 0;
}
#thanks a {
  margin-top: 30px;
  display: inline-block;
  border-bottom: 1px solid;
}

/* -------------------------------------footer-------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  position: relative;
  background: #565656;
}
#footer li,
#footer br {
  line-height: 1.5;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer .footer_logo {
  width: 50%;
}
#footer .pull-left {
  float: left;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}
#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer .footer-top p {
  font-size: 15;
  margin: 30px 0 0 0;
  padding: 0;
  line-height: 1.5;
}
#footer .footer-top .footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
}
#footer .footer-top .footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #fdc134;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #fcb102;
}
#footer .footer-top .social-links {
  margin-top: 30px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #284864;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #fcb102;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  /*border-top: 1px solid #1a2e40;*/
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer .copyright {
  text-align: center;
  float: left;
}
#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
}
@media (max-width: 768px) {
  #footer .copyright,
#footer .credits {
    padding: 5px;
    float: none;
    text-align: ceneter;
  }
}
#footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#footer .justify-content-center {
  justify-content: center !important;
}
#footer .footer_col {
  padding-top: 50px;
}
#footer .footer_title {
  font-size: 15px;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 768px) {
  #footer .footer_title {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  #footer .footer_title {
    margin-top: 20px;
  }
}
#footer .footer_title strong {
  font-weight: bolder;
  color: #fff;
}
#footer .text-left {
  text-align: left !important;
}
@media (min-width: 768px) {
  #footer .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  #footer .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 768px) {
  #footer .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
#footer .col-md-1,
#footer .col-md-10,
#footer .col-md-11,
#footer .col-md-12,
#footer .col-md-2,
#footer .col-md-3,
#footer .col-md-4,
#footer .col-md-5,
#footer .col-md-6,
#footer .col-md-7,
#footer .col-md-8,
#footer .col-md-9,
#footer .col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  #footer .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #footer .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #footer .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #footer .container {
    max-width: 1140px;
  }
}
#footer .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(26, 46, 64, 0.85);*/
  z-index: 1;
}

/* -------------------------------------pagetop_button-------------------------------------*/
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  color: #fff;
  background: #ec6c00;
  /*   デフォルトは非表示 */
  opacity: 0;
}

.pagetop:hover {
  box-shadow: 0 0 10px #ec6c00;
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

.mark-primery {
  color: #fff;
  background: #8c007d;
}