/* footer */
footer {
  /* background-color: #000; */
}

footer .logo-image {
  width: 80%;
}

footer a {
  color: #000;
}

footer p {
  color: #000;
}

footer .navbar-nav .nav-item,
footer .navbar-nav .nav-link {
  display: flex;
}

.footer-top {
  display: block !important;
}

@media screen and (min-width: 992px) {
  .page-contact-lp main {
    padding-top: 112px;
  }

  v .page-contact-lp main {
    padding-top: 112px;
  }

  header .contact-block.base .mail-box .btn {
    padding: 26px 9px 26px 9px;
    width: 174px !important;
  }

  header .contact-block.base .tel-box .btn {
    padding: 18px 9px 18px 9px;
    width: 174px !important;
  }
}

.contact-title-small,
.contact-title,
.contact-title-list {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .contact-tel-number {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
  }

  .contact-title-list {
    margin-right: 20px;
  }

  .contact-title-small {
    font-size: 18px;
    margin-top: 5px;
  }

  .contact-title {
    font-size: 22px;
  }

  /* .sp-1 {
        display: none;
    } */

  .row-blog.single .cont.post .metabox p {
    font-size: 16px;
    color: #000;
    /* line-height: 35px; */
  }

  .mirror {
    flex-direction: row-reverse;
  }

  .ali-center {
    align-items: center;
  }

  .jumbotron.jumbotron-common {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    overflow: visible;
  }

  footer .navbar-nav .nav-item,
  footer .navbar-nav .nav-link {
    padding: 8px 4px 8px 4px;
  }
}

.youtube {
  margin-bottom: 20px;
}

.reference-link {
  margin-top: 10px;
}

.reference-link a {
  display: block;
  margin-top: 5px;
}

.post-area {
  font-weight: 300;
  line-height: 30px;
  color: #000;
}

.post-area p {
  margin-bottom: 0;
}

.mokuji-title {
  color: #000;
}

.list-title {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bg-common.blog .content-text,
.bg-common.blog .text-content,
.bg-common.blog .sum {
  color: #000;
}

.list-single {
  color: #000;
  font-weight: 500;
}

.single-post .breadcrumb li:nth-child(2) {
  display: none;
}

.mokuji-waku {
  border: 2px solid #8ac9d5;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.cont.post.post-area .metabox p {
  margin-top: 25px;
}

.image-blog {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mokuji-title {
  position: relative;
}

.mokuji-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  border-top: 2px solid #8ac9d5;
  right: 15px;
  left: 47px;
  z-index: 1;
  top: 50%;
}

@media screen and (max-width: 1174px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .contact-tel-number {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
  }

  .new-contact .row .metabox {
    margin-top: 30px;
  }

  .contact-title-small {
    font-size: 15px;
    margin-top: 5px;
  }

  .contact-title {
    font-size: 17px;
    line-height: 27px;
  }

  .contact-title-list {
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .bg-common.contact {
    background-repeat: no-repeat;
    background-position: left !important;
    background-size: cover;
    position: relative;
    z-index: 0;
    width: 100%;
  }

  .logic-logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .info-area {
    text-align: left;
  }

  .row-introduce .item:nth-child(1) .box {
    padding: 25px;
    background-color: #fff;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
  }

  .connection-title {
    font-size: 25px;
    font-weight: 500;
    color: #16a6c1;
    text-align: center;
  }

  .youtube iframe {
    width: 100%;
  }

  .row-footer .metabox {
    text-align: center;
  }

  .row.row-blog.single .button-area {
    margin-bottom: 35px;
    margin-top: 10px;
  }

  .row-blog.single .cont.post .metabox p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
  }

  .jumbotron-common .ttl-cont {
    justify-content: flex-start;
    height: 180px;
    align-items: end;
    z-index: 1;
    top: 0;
    padding-bottom: 10px;
  }

  header .contact-block.base .tel-box .btn {
    padding: 10px;
    min-width: 174px !important;
  }

  .row-sns .cont {
    text-align: center;
  }

  footer .navbar-nav .nav-item,
  footer .navbar-nav .nav-link {
    padding: 4px 0px 4px 0px;
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1804px) {
  .navbar .header-menu .navbar-nav .nav-link {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .row.row-footer {
    justify-content: center;
  }

  footer .navbar-nav .nav-item {
    justify-content: center;
  }

  .row-sns .cont {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .new-contact .row .metabox {
    width: 68%;
    margin-top: 30px;
  }

  .line-botton {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
    /* width: 56%; */
  }

  .contact-all-list {
    display: flex;
    align-items: center;
    font-size: 20px;
  }

  header .contact-block.base .mail-box .box {
    line-height: 23px;
  }

  header .contact-block.base {
    position: absolute;
    right: 20px;
    top: 103px;
  }

  .contact-block.tel {
    display: none;
  }
}

.contact-block.base ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .contact-block.base ul {
  display: block;
}

header .contact-block.base .tel-box a {
  display: block;
}

header .contact-block.base .tel-box a .icon-box {
  display: block;
}

header .contact-block.base .tel-box a .box {
  text-align-last: left;
  margin-left: 25px;
  display: block;
}

.business-hours {
  line-height: 14px;
  font-size: 10px;
  color: #fff;
}

header .business-hours {
  line-height: 14px;
  font-size: 10px;
  color: #16a6c1;
}

header .contact-block.base .ttl-eng.num {
  font-weight: 700;
  color: #16a6c1;
  /* font-size: 20px; */
  display: block;
}

.btn-dark {
  color: #16a6c1;
  background-color: #fff;
  border-color: #16a6c1;
}

header .contact-block.base .tel-box svg {
  margin-bottom: 10px;
}

.btn-dark:hover {
  color: #fff;
  background-color: #b3e4ed;
  border-color: #b3e4ed;
}

.btn-primary:hover {
  color: #fff;
  background-color: #b3e4ed;
  border-color: #b3e4ed;
}

.link-title-2 {
  position: relative;
}

.link-title-2::before {
  background: #fff;
  width: 8px;
  height: 8px;
  top: 50%;
  right: -27px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  content: "";
  position: absolute;
  border-radius: 40px;
}

.right-content a:hover .link-title-2::before {
  background: #16a6c1;
  width: 8px;
  height: 8px;
  top: 50%;
  right: -27px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  content: "";
  position: absolute;
  border-radius: 40px;
  transition: 0.5s ease all;
}

.blog-maru {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (min-width: 1200px) {
  .footer-top .sns-area1 {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .footer-top .sns-area {
    display: none;
  }

  .footer-top .sns-area1 .ins-area {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: initial;
    margin-top: 10px;
  }

  .footer-top .sns-area1 .ins-area a:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 991px) {
  .new-contact .row .metabox {
    margin-top: 30px;
    text-align: center;
  }

  .line-botton {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
    text-align: center;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-all-list {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-top .sns-area1 .ins-area {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-top .sns-area1 .ins-area a:nth-child(1) {
    max-width: max-content;
    border-left: transparent;
    margin-left: 0;
    padding-left: 0;
  }

  .page-contact-lp main {
    padding-top: 80px;
  }

  .header-contact-area a {
    display: none;
  }

  .row-footer ul li {
    justify-content: center;
    display: flex;
    border-bottom: 1px dotted;
  }

  header .contact-block.base .mail-box .btn {
    padding: 5px;
    min-width: 174px !important;
    height: 65px;
  }

  .contact-block.base ul .tel-box,
  .contact-block.base ul .mail-box {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .contact-block.base ul .mail-box {
    margin-top: 10px;
  }

  header .contact-block.base ul li .tel-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1377px) {
  header .navbar .header-menu .navbar-nav .nav-link {
    padding: 10px;
  }

  header .navbar-brand {
    padding-left: 5px;
    flex: 0 0 284px;
    max-width: 284px;
  }

  header .navbar-header {
    margin-left: 0;
  }

  header .navbar-collapse .menu-area {
    padding-right: 0px !important;
    /* margin-bottom: -16px; */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1377px) {
  .navbar-collapse .menu-area {
    padding-right: 4px;
    /* margin-bottom: -16px; */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.page-completion-lp .button-center a {
  padding: 10px 20px;
  text-align: end;
}

.page-contact-lp .bg-common.contact {
  width: 100%;
}

.page-confirm-lp .btn-area.text-center button {
  margin: 10px;
}

@media screen and (min-width: 992px) {
  .jumbotron.jumbotron-common {
    position: relative;
  }

  .jumbotron.jumbotron-common .ttl-main.cont {
    position: absolute;
    top: 50%;
  }

  /* .bg-common.contact {
        background-repeat: no-repeat;
        background-position: 130%;
        background-size: cover;
        position: relative;
        z-index: 0;
        width: 100%;
    } */
}

@media screen and (min-width: 1641px) {
  .bg-common.contact {
    background-repeat: no-repeat;
    background-position: 130%;
    background-size: cover;
    position: relative;
    z-index: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1640px) {
  .bg-common.contact {
    background-repeat: no-repeat;

    background-size: cover;
    position: relative;
    z-index: 0;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  header .contact-block.base .db {
    display: block;
  }

  .navbar-brand {
    width: 45%;
  }

  .bg-common .row-contact .mail span {
    font-size: 24px;
    font-weight: 500;
  }

  .bg-common .ttl-jpn {
    font-size: 32px;
    font-weight: 500;
    display: block;
  }
}

.bg-common .ttl-jpn {
  font-size: 32px;
  font-weight: 500;
  display: block;
  color: #16a6c1;
}

.bg-common .row-contact .ttl .ttl-eng {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
}

.footer-by {
  margin-bottom: 40px;
  margin-top: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  --swiper-navigation-size: 20px;
}

@media screen and (max-width: 767px) {
  header .contact-block.base .box {
    display: flex;
    align-items: center;
  }

  header .navbar-header {
    height: 56px;
  }

  .navbar-brand {
    width: 54%;
  }

  .bg-common .row-contact .mail span {
    font-size: 15px;
    font-weight: 500;
  }

  .bg-common .row-contact .ttl-eng {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  .bg-common .ttl-jpn {
    font-size: 26px;
    font-weight: 500;
    display: block;
  }
}

.bg-common .ttl-eng {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.blue {
  color: #16a6c1;
}

.bg-common h2 {
  position: relative;
}

.btn-outline-primary {
  color: #000;
  border: 2px solid #16a6c1;
}

.center {
  text-align: center;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #16a6c1;
  border: 2px solid #16a6c1;
}

.button-area .btn-outline-primary {
  min-width: 258px;
  padding: 20px 20px 20px 20px;
  text-align: left;
}

.button-area .btn .icon::before {
  background: #16a6c1;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  content: "";
  position: absolute;
  border-radius: 40px;
}

.button-area .btn:hover .icon::before {
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  content: "";
  position: absolute;
  border-radius: 40px;
}

.button-area .btn span {
  position: relative;
}

h2::before {
  background: #5b5b5b;
  width: 10px;
  height: 10px;
  top: -25%;
  left: 50%;
  z-index: 0;
  content: "";
  position: absolute;
  border-radius: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.bg-common.contact h2::before {
  background: #fff;
  width: 10px;
  height: 10px;
  top: -25%;
  left: 50%;
  z-index: 0;
  content: "";
  position: absolute;
  border-radius: 40px;
}

.row-contact ul {
  display: block;
}

.bg-common .row-contact .business-hours {
  display: block;
  margin-top: 10px;
}

.white {
  color: #fff;
}

.bg-common .row-contact .tel-box a .box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-common .row-contact .all {
  border-left: 1px solid #fff;
  padding-left: 17px;
  margin-left: 17px;
}

.bg-common svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  margin-right: 10px;
}

.bg-common .row-contact .tel-text {
  font-size: 24px;
  font-weight: 500;
}

.bg-common .row-contact {
  align-items: center;
}

/* 临时 */
.contact-block.base {
  /* display: none !important; */
}

header .contact-block.base {
  display: block;
}

@media screen and (min-width: 992px) {
  .bg-common .row-contact .ttl-eng {
    font-size: 31px;
    font-weight: 700;
    color: #fff;
  }

  header .contact-block.base .mail-box svg {
    width: 23px;
    height: 23px;
  }

  .ins-area .icon {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .image-w {
    margin: auto;
    display: block;
  }
}

.sns-area .sns:nth-child(2) {
  margin-left: 10px;
}

.sns-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.page-contact .bg-common.contact {
  margin: auto;
}

@media screen and (max-width: 991px) {
  .bg-common .row-contact .ttl-eng {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
  }

  .footer-top {
    text-align: center;
  }

  .footer-top .metabox {
    text-align: center;
  }

  header .contact-block.base .mail-box svg {
    width: 23px;
    height: 23px;
  }

  .ins-area .icon {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    display: block;
  }

  .row-footer .ins-area .icon {
    margin-right: 20px;
    padding-right: 20px;
  }

  .image-w {
    height: 40px;
    width: 40px;
    /* margin: auto; */
    display: block;
  }

  .ins-area {
    margin-top: 10px;
    background-color: #16a6c1;
    text-align: center;
    /* width: 75px; */
    /* padding: 15px; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    padding: 17px;
  }

  .footer-top .sns-area {
    width: 100%;
    margin-left: 0;
  }
}

.ins-area .title {
  color: #fff;
}

header .nav-link .text {
  color: #000;
}

.row.row-blog h4 .ttl {
  border-bottom: 2px solid #16a6c1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.row.row-blog h4 .ttl a {
  color: #000;
}

.blog-info .maru {
  color: #16a6c1;
  margin-right: 10px;
  font-size: 14px;
}

.blog-info .category-name {
  color: #16a6c1;
}

.bg-common.blog .button-area .btn-outline-primary {
  min-width: 218px;
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.bg-common.blog .button-area {
  text-align: right;
}

.bg-common.blog .button-area .btn .icon::before {
  background: #16a6c1;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  content: "";
  position: absolute;
  border-radius: 40px;
  right: -107px;
}

.bg-common.blog .button-area:hover .icon::before {
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -107px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  content: "";
  position: absolute;
  border-radius: 40px;
}

.row-blog .sum {
  line-height: 30px;
}

.post-area p {
  /* line-height: 30px; */
}

.reference-title {
  font-weight: 400;
  color: #000;
}

@media screen and (min-width: 768px) {
  .row-contact ul .mail {
    margin-top: 45px;
  }

  .row-footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .breadcrumb-cont .container-fluid {
    padding-left: 0 !important;
  }

  .breadcrumb {
    /* padding-left: 0 !important; */
  }

  /* .bg-common.blog .button-area {
        position: absolute;
        bottom: 28px;
        right: 15px;
    } */
}

.term .text {
  font-size: 16px;
  font-weight: 400;
  color: #16a6c1;
}

.black {
  color: #000;
}

.widget.widget-term.widget-category-term.widget-list {
  margin-top: 40px;
  color: #000;
}

.widget.widget-post-archive.widget-list {
  color: #000;
  margin-top: 40px;
}

.pagination-box.ttl-eng .next.page-numbers {
  display: none;
}

.prev.page-numbers {
  display: none;
}

.form-control.txt-ci-color .select-box svg {
  transform: rotate(90deg);
}

.widget.widget-post-archive.widget-list .title {
  border-bottom: 2px solid #16a6c1;
  margin-bottom: 10px;
  margin-top: 20px;
}

.widget.widget-search.widget-list .title {
  border-bottom: 2px solid #16a6c1;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .row-contact ul .mail {
    margin-top: 22px;
  }

  .row.row-blog h4 .ttl {
    border-bottom: 2px solid #16a6c1;
    padding-bottom: 24px;
    margin-bottom: 24px;
    margin-top: 20px;
  }

  .row-blog h4 {
    text-align: center;
  }

  .bg-common.blog .button-area {
    text-align: center;
  }

  .bg-common.blog .block-area.scale {
    text-align: center;
  }
}

.row-blog figure {
  border-radius: 5px;
}

.cont.post.post-area h4 {
  color: #000;
}

.row.row-blog.single .button-area .btn .icon::before {
  background: #16a6c1;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  content: "";
  position: absolute;
  border-radius: 40px;
  left: -23px;
}

.row.row-blog.single.button-area .btn .icon {
  position: relative;
}

.row.row-blog.single .button-area:hover .icon::before {
  background: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -107px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  content: "";
  position: absolute;
  border-radius: 40px;
}

/* blogの左、右のボタン、とりあえず、隠します */
.nav-below {
  display: none;
}

.row-blog.single .title-single {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.row-blog.single .all-single {
  border: 2px solid #8ac9d5;
  border-radius: 5px;
  padding: 20px;
  padding-bottom: 0;
  margin-top: 30px;
  background-color: #fff;
}

.row-blog.single .all-single .metabox p {
  line-height: 33px;
}

.row-blog.single .cont.post .metabox p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .row-blog.single .single-title {
    font-size: 16px;
    font-weight: 400;
    color: #16a6c1;
    border: 2px solid;
    border-radius: 5px;
    padding: 10px 26px 9px 26px;
    margin-top: 64px;
    margin-bottom: 32px;
    background: #fff;
  }

  .row-blog.single .content-title {
    font-size: 16px;
    font-weight: 400;
    color: #16a6c1;
    border-bottom: 2px solid #8ac9d5;
    padding: 15px;
    /* margin-top: 39px; */
    margin-bottom: 13px;
    background-color: #fff;
  }
}

.hidden {
  display: none;
}

.footer-area {
  background: #f6f6f6;
  border-top: 5px solid #16a6c1;
}

.contact-lp-footer-area {
  height: 237px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

.image-all-lp {
  position: relative;
}

.image-all-lp .image-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.contact-text-1 a {
  display: block;
  text-align: center;
}

.contact-text-1 h3 {
  text-align: center;
  color: #16a6c1;
  border-bottom: 2px solid #707070;
  padding-bottom: 10px;
}

.bg-common.contact-lp h3 {
  text-align: center;
  color: #16a6c1;
  border-bottom: 2px solid #707070;
  padding-bottom: 10px;
}

.blue-text {
  color: #3999c9;
}

.page-contact-lp .btn-primary {
  color: #efffef;
  font-weight: 900;
  background-color: #8ad2e0;
  border: none;
  border-radius: 8px;
}

.page-contact-lp .btn-primary:hover,
.page-contact-lp .btn-primary:active,
.page-contact-lp .btn-primary:focus {
  color: #fff;
  background-color: #3999c9;
  border: none;
}

.page-contact-lp .btn-primary::before {
  content: "";
  background: #16a6c1;
  border-radius: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 1;
}

.bg-common.contact-lp button .text {
  position: relative;
  z-index: 1;
}

.page-contact-lp .btn-primary {
  position: relative;
}

.connection-title-eng {
  text-align: center;
  color: #000;
}

/* 
.error {
    color: red;
} */
.right-content a {
  position: relative;
}

.page-contact-lp .btn-primary:hover::before {
  border-radius: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.any.df dd {
  display: flex;
  align-items: center;
}

.page-contact-lp .table-base dl dt,
.page-contact-lp .table-base dl dd {
  border-bottom: 1px solid #000;
}

.page-contact-lp .table-base dl dt {
  border-right: 1px solid #000;
}

.page-contact-lp .table-dl.table-base {
  border: 1px solid #000;
}

.page-contact-lp .table-base dl dt {
  color: #fff;
  background-color: #3999c9;
}

.page-contact-lp .form-control {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  padding: 10px 12px;
  background: #e7eff2;
  border-radius: 2px;
  box-shadow: none;
  border: transparent;
}

@media screen and (max-width: 767px) {
  .any.df dd input {
    margin-right: 8px;
    width: 80%;
  }

  .page-contact-lp main {
    padding-top: 56px;
  }

  .contact-text-1 .metabox {
    padding: 20px;
    background-color: #cae3e8;
    font-size: 24px;
    font-weight: 500;
    color: #16a6c1;
    line-height: 26px;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tel-number img {
    width: 17%;
  }

  .tel-number {
    color: #16a6c1;
    font-weight: 700;
    font-size: 30px;
  }

  .business-time {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
  }
}

.page-contact-lp .mw_wp_form .error {
  font-size: 93%;
  color: #b70000;
  display: block;
}

@media screen and (min-width: 768px) {
  .logic-logo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .row-introduce .item:nth-child(1) .box {
    padding: 50px;
    background-color: #fff;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
  }

  .connection-title {
    font-size: 32px;
    font-weight: 500;
    color: #16a6c1;
    text-align: center;
  }

  .any.df dd input {
    margin-right: 8px;
  }

  .contact-text-1 .metabox {
    padding: 20px;
    background-color: #cae3e8;
    font-size: 24px;
    font-weight: 500;
    color: #16a6c1;
    line-height: 42px;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tel-number {
    color: #16a6c1;
    font-weight: 700;
    font-size: 48px;
  }

  .business-time {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
  }

  .row.row-blog.single .button-area {
    position: static;
    text-align: center;
  }

  .row-blog.single .single-title {
    font-size: 16px;
    font-weight: 400;
    color: #16a6c1;
    border: 3px solid #8ac9d5;
    border-radius: 5px;
    padding: 10px 26px 9px 26px;
    margin-top: 35px;
    margin-bottom: 15px;
    background: #fff;
  }

  .row-blog.single .content-title {
    font-size: 16px;
    font-weight: 400;
    color: #16a6c1;
    border-bottom: 2px solid #8ac9d5;
    padding: 10px 26px 9px 26px;
    margin-top: 64px;
    margin-bottom: 32px;
    background-color: #fff;
  }
}

.sum {
  margin-top: 30px;
  line-height: 23px;
}

.content-text {
  /* line-height: 30px; */
}

.text-content {
  line-height: 30px;
  margin-top: 20px;
}

.page-privacy-policy h5 {
  color: #16a6c1;
  font-size: 25px;
}

.all-single .title-single {
  position: relative;
}

/* 如果客人私人订制的话就会有交错不好调，所以不准备放，先留言掉 */
/* .all-single .title-single::before {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 2px solid #8ac9d5;
    right: 15px;
    left: 110px;
    z-index: 1;
    top: 50%;
} */

@media screen and (min-width: 992px) and (max-width: 1840px) {
  .header-contact-area {
    position: relative;
    top: 200px;
    right: 37px;
    width: 85px;
  }

  header .contact-block.base ul {
    display: none;
  }

  .header-contact-area {
    position: absolute;
    top: 77px;
    right: -7px;
  }

  .ins-area {
    margin-top: 200px;
    background-color: #16a6c1;
    text-align: center;
    width: 75px;
    padding: 15px;
    margin-left: auto;
  }

  .footer-top .sns-area1 .ins-area {
    padding: 0;
  }
}

.page-confirm-lp .bg-common.contact,
.page-completion-lp .bg-common.contact {
  width: 100%;
}

.page-confirm-lp .table-base dl dt {
  color: #fff;
  background-color: #3999c9;
}

.page-completion-lp .table-base dl dt {
  color: #fff;
  background-color: #3999c9;
}

@media screen and (min-width: 1841px) {
  .header-contact-area {
    display: none;
  }

  .header-contact-area a {
    position: absolute;
    right: 0;
    top: 140px;
  }

  .ins-area {
    margin-top: 20px;
    background-color: #16a6c1;
    text-align: center;
    width: 75px;
    padding: 15px;
    margin-left: auto;
  }

  header .contact-block.base {
  }
}

#content-verify {
  display: inline;
}

#back-form {
  display: none;
}

#btn-submit {
  display: none;
}

.content-verify-title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-top: 30px;
  color: #0f3675;
}

.entry-button input {
  cursor: pointer;
  text-align: center;
}

/* 
.contact dl dt label::after {
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
    margin-left: 5px;
    padding: 2px 4px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
}

.table-contact dl dt label {
    padding-right: 45px;
    position: relative;
    cursor: auto;
} */
div.wpcf7-mail-sent-ok {
  background: #1a51a3;
}

.input-lg {
  border-radius: 2px;
}

.wpcf7-form-control-wrap {
  display: inline-block;
}

.help-block {
  margin: 5px 0 0;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0 !important;
}

span.wpcf7-not-valid-tip {
  font-size: 0.7em !important;
  color: #fff !important;
  background: #1a51a3;
  padding: 0.25em;
  border-radius: 2px;
  position: absolute;
  top: -29px;
  left: 0;
}

span.wpcf7-not-valid-tip br {
  display: none;
}

span.wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 25%;
  margin-left: -5px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #1a51a3 transparent transparent transparent;
}

div.wpcf7-validation-errors {
  color: #fff;
  text-align: center;
  background: #1a51a3;
  padding: 15px;
  margin: 0 0 30px !important;
  border: 1px solid #1a51a3;
}

div.wpcf7-mail-sent-ok {
  color: #fff;
  text-align: center;
  background: #1a51a3;
  padding: 15px;
  margin-bottom: 30px;
  border: none;
}

div.wpcf7-response-output {
  padding: 15px !important;
  border: 2px solid #1a51a3 !important;
}

.wpcf7 [class^="w-length"] {
  width: 100%;
}

.contact dl.req dt label::after {
  color: #fff;
  content: "必須";
  background: #cc3c46;
}

.btn-area.text-center .text {
  position: relative;
  z-index: 9;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #16a6c1;
  background-color: #fff;
  border-color: #fff;
  border-color: #16a6c1;
}

.btn-dark.focus,
.btn-dark:focus {
  color: #16a6c1;
  background-color: #fff;
  border-color: #fff;
  border-color: #16a6c1;
}

.contact-title-list {
  flex: 0 0 120px;
  max-width: 120px;
}

.contact-all-list:nth-child(3) {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* .new-contact h2 {
    margin-bottom: 40px;
} */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area ul li {
    padding-right: 0 !important;
  }
}

.row-contact {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .row-contact .item:nth-child(1) {
    position: relative;
  }

  .row-contact .item:nth-child(1)::before {
    position: absolute !important;
    content: "" !important;
    bottom: 0 !important;
    border-bottom: 1px solid #fff;
    width: 100% !important;
    left: 0px !important;
    z-index: 1 !important;
    bottom: -23px !important;
  }
}

/* 
@media screen and (min-width: 1313px) {
    .row-contact .item:nth-child(1) {
        position: relative;
    }

    .row-contact .item:nth-child(1)::before {
        position: absolute;
        content: "";
        bottom: 0;
        border-right: 1px solid #fff;
        width: 100%;
        left: 0px;
        z-index: 1;
        top: -40px;
        bottom: -53px;
    }
} */

@media screen and (min-width: 992px) {
  .row-contact .item:nth-child(1) {
    position: relative;
  }

  .row-contact .item:nth-child(1)::before {
    position: absolute;
    content: "";
    bottom: 0;
    border-right: 1px solid #fff;
    width: 100%;
    left: 0px;

    top: -69px;
    bottom: -53px;
  }
}

.row-contact .item:nth-child(1) {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* .row-contact .item:nth-child(1) {
        position: relative;
    }

    .row-contact .item:nth-child(1)::before {
        position: absolute;
        content: "";
        bottom: 0;
        border-right: 1px solid #fff;
        width: 100%;
        left: 0px;
        z-index: 1;
        top: -69px;
        bottom: -53px;
    } */
}

@media screen and (min-width: 768px) and (max-width: 1418px) {
}

@media screen and (max-width: 991px) {
  .bg-common.contact {
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    z-index: 0;
    width: 100%;
  }
}

.recruit-bnr-sp-wrap {
  display: none;
}

@media screen and (max-width: 480px) {
  .recruit-bnr-sp-wrap {
    display: block;
    background: linear-gradient(115deg, #0368ff, #16a6c1, #16a6c1);
    padding: 7px;
    text-align: center;
    position: absolute;
    top: 63px;
    right: 5px;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .recruit-bnr-sp {
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 15px;
  }

  .nav-test:not(show) {
    display: none;
  }
}
