@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: #ec6c00 !important;
  border: 1px solid #ec6c00 !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: #8c007d;
}

.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 .pitlog_column_logo {
  width: 140px;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 768px) {
  header .header .pitlog_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;
  }
}

/* -------------------------------------fv-------------------------------------*/
#fv {
  background: #fffafe;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  #fv {
    padding-block: 100px;
    min-height: 440px;
    max-height: 610px;
    height: 44.66vw;
  }
}
@media (min-width: 769px) {
  #fv .container-fluid {
    height: 100%;
  }
}
#fv .fv-text-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #fv .fv-text-content {
    padding: 0;
  }
}
@media (min-width: 769px) {
  #fv .fv-text-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: 100%;
  }
}
#fv .fv-text-line {
  position: relative;
  display: inline-block;
}
#fv .fv-text-line::after {
  width: 100vw;
  display: block;
  height: 4px;
  background-color: #8c007d;
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: scale(-1, 1);
}
@media (min-width: 769px) {
  #fv .fv-text-line::after {
    width: 40vw;
    right: 70%;
  }
}
#fv .fv-img-content {
  z-index: 0;
  transform: translateX(70px);
}
@media (min-width: 769px) {
  #fv .fv-img-content {
    bottom: -10px;
    margin-top: 76px;
    left: calc(50% + 190px);
    transform: translateX(-50%);
    max-width: 897px;
    width: 65.67vw;
    position: absolute;
  }
}
@media (min-width: 1020px) {
  #fv .fv-img-content {
    bottom: -40px;
    margin-top: 76px;
    left: calc(50% + 390px);
    transform: translateX(-50%);
    max-width: 897px;
    width: 65.67vw;
    position: absolute;
  }
}

/* -------------------------------------about-------------------------------------*/
#about .about-content-relative {
  position: relative;
}
#about .about-content-absolute {
  width: 100%;
}
@media (min-width: 769px) {
  #about .about-content-absolute {
    position: absolute;
    bottom: 0;
    width: 63%;
  }
}

#reason {
  margin-top: 80px;
}
#reason .table_wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
}
#reason .table_wrap::-webkit-scrollbar {
  display: none;
}
#reason table {
  border-collapse: separate;
  margin-top: 65px;
  width: 100%;
  text-align: center;
  border-spacing: 0;
}
@media (max-width: 767px) {
  #reason table {
    margin-top: 28px;
    margin-right: 20px;
    width: 768px;
  }
}
#reason table .text-left {
  text-align: left;
}
#reason table .me-1 {
  margin-right: 0.25rem !important;
}
#reason table thead tr th {
  padding: 10px;
}
#reason table th,
#reason table td {
  padding: 20px;
}
@media (max-width: 767px) {
  #reason table th,
#reason table td {
    padding: 13px;
  }
}
#reason table td.ttl_pdg {
  padding: 10px;
}
#reason table td.ttl_pdg0 {
  padding: 0;
}
#reason table tbody tr th {
  font-size: 14px;
  font-weight: 400;
}
#reason table tbody tr td {
  font-size: 14px;
}
@media (max-width: 767px) {
  #reason table tbody tr td {
    font-size: 13px;
  }
}
#reason table tbody tr td.column2 {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #reason table tbody tr td.column2 {
    font-size: 14px;
  }
}
#reason table .bg_gray {
  background-color: #f0f0f0;
}
#reason table .bg_lightgray {
  background-color: #f0f0f0;
}
#reason table .ttl_grey_bg {
  background-color: #f0f0f0;
  position: relative;
}
#reason table .ttl_grey_bg:after {
  content: "";
  border-inline: 15px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#reason table tbody tr:not(.end),
#reason table tbody tr th.bg_gray:not(.end),
#reason table tbody tr td.bg_lightblue:not(.end) {
  background-size: 25px 2px;
  border-bottom: dashed 2px #ccc; /*点線*/
  padding-bottom: 5px;
}
#reason table tbody tr td.line_red {
  border-left: 2px solid #8c007d;
  border-right: 2px solid #8c007d;
  background: #fef5ff;
  border-bottom: dashed 2px #ccc; /*点線*/
}
#reason table tbody tr td.line_red.end {
  border-bottom: 2px solid #8c007d;
}
#reason table tbody tr td.line_red_left {
  border-left: 2px solid #8c007d;
}
#reason table .column3 {
  border-right: 1px solid #cccccc;
  border-bottom: dashed 2px #ccc; /*点線*/
}
#reason table .tbody_bottomright.column3 {
  border-bottom: 1px solid #cccccc;
  border-radius: 0 0 10px 0;
}
#reason table img {
  margin: 0 auto;
  width: 44px;
}
@media (max-width: 767px) {
  #reason table img {
    width: 28px;
  }
}
#reason table .table_owleye {
  font-size: 22px;
  color: #ffffff;
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  background-color: #8c007d;
}
#reason table .tbody_topleft {
  border-radius: 10px 0 0 0;
}
#reason table .tbody_topright {
  border-radius: 0 10px 0 0;
}
#reason table .tbody_bottomleft {
  border-radius: 0 0 0 10px;
}
#reason table .tbody_bottomright {
  border-radius: 0 0 10px 0;
}
#reason table .tbody .ttl {
  position: relative;
}
#reason table .tbody .ttl .ttl_txt {
  position: absolute;
}

/* -------------------------------------product-------------------------------------*/
@media (min-width: 768px) {
  #product .product_contents {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  #product .product_contents .ttl {
    width: 20%;
  }
}
#product .product_contents .product_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #product .product_contents .product_item {
    width: 80%;
  }
}
#product .product_contents .product_item .item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 25px;
  width: 47%;
  margin-bottom: 40px;
  background-color: #ffffff;
  font-size: 14px;
}
@media (max-width: 768px) {
  #product .product_contents .product_item .item {
    width: 100%;
  }
}
#product .product_contents .product_item .item img {
  width: 90%;
  margin: 0 auto;
}
#product .product_contents .product_item .item .txt01 {
  margin-block: 15px;
  display: flex;
  justify-content: space-between;
}
#product .product_contents .product_item .item .txt01 .gray_bg {
  font-size: 13px;
  color: #ffffff;
  background-color: #969696;
  border-radius: 15px;
  padding: 5px 10px;
}
#product .product_contents .product_item .item .txt02 {
  display: flex;
}
#product .product_contents .product_item .item .txt02 div {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#product .product_contents .product_item .item .txt02 div p {
  flex-grow: 1;
}

/* -------------------------------------caseStudy-------------------------------------*/
#howtouse a:hover {
  transform: translateY(0);
}
#howtouse .nav-tabs {
  justify-content: space-between;
}
#howtouse .nav-link {
  width: 48%;
  background-color: #f0f0f0;
  color: #3d3b3a;
}
@media (max-width: 768px) {
  #howtouse .nav-link {
    font-size: 14px;
  }
}
#howtouse .nav-link.active {
  background-color: #fff;
  color: #8c007d;
  border-top: 4px solid #8c007d;
}
#howtouse .tab-pane {
  padding: 40px 0 0;
}

/* -------------------------------------flow-------------------------------------*/
#flow {
  padding-block: 50px;
}
#flow .rounded {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #flow .rounded {
    width: 48%;
  }
}
@media (min-width: 768px) {
  #flow .rounded > .d-flex.align-items-center {
    height: 150px;
  }
}
#flow .ttl-container {
  position: relative;
}
#flow .ttl-container h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -0.8rem;
  width: 100%;
  height: 4px;
  background-color: #8c007d;
}
#flow .text-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
#flow .text-content > div {
  flex: 1;
}

/* -------------------------------------price-------------------------------------*/
#price {
  padding-block: 50px;
}
#price ul:has(.price-item) {
  padding-left: 0;
}
#price .price-item {
  display: flex;
  flex-direction: column;
}
#price .price-item .text-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 768px) {
  #price .price-item .text-content {
    width: 90%;
    margin: 0 auto;
  }
}
#price .price-item .text-content .price-ttl {
  min-height: 80px;
}
#price .price-item .text-content > * {
  flex-grow: 1;
}
#price .price-item-icon {
  position: relative;
}
#price .price-item-icon:before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 10%;
  transform: translateX(-10%);
  width: 70px;
  height: 70px;
  background-image: url("../img/circle-icon.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  #price .price-item-icon:before {
    top: -30px;
    left: 0;
  }
}
#price .price-item-img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
#price .text-line-content {
  position: relative;
  margin-bottom: 8px;
}
#price .text-line {
  display: inline-flex;
}
#price .text-line:after {
  width: calc(100% - 240px);
  display: inline-block;
  height: 4px;
  background-color: #8c007d;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 769px) {
  #price .text-line:after {
    width: calc(100% - 270px);
  }
}

/* -------------------------------------faq-------------------------------------*/
.content-display {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 1.5rem;
  margin-top: 1rem;
}

.list-group-item-action.btn:hover, .list-group-item-action.btn:focus, .list-group-item-action.btn.active {
  background-color: #8c007d;
  color: #fff;
}
.list-group-item-action.btn {
  background-color: #fff;
  color: #8c007d;
  border-color: #8c007d;
}

.qa-1 {
  margin-bottom: 7px;
  border: 1px solid #d6dde3;
  border-radius: 5px;
}
.qa-1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.qa-1 summary::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-1 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-1 summary::before {
  color: #8c007d;
  content: "Q";
}
.qa-1 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  content: "";
  transition: transform 0.5s;
}
.qa-1[open] summary::after {
  transform: rotate(225deg);
}
.qa-1 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #000;
  transition: transform 0.5s, opacity 0.5s;
}
.qa-1[open] p {
  transform: none;
  opacity: 1;
}
.qa-1 p::before {
  color: #8c007d;
  line-height: 1.2;
  content: "A";
}

@media (max-width: 768px) {
  .col-md-4,
.col-md-8 {
    margin-bottom: 1rem;
  }
}
#cta {
  background-color: #fff7fd;
  margin-top: 50px;
  padding-block: 50px;
}

/* -------------------------------------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;
}