@charset "UTF-8";

/* ------------------------------------------------- *
 *        common-module
 * ------------------------------------------------- */

body {
    line-height: 2.0;
    color: #000;
    font-feature-settings: "palt";
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 300;
    /* 太さの指定（700は太字） */
    font-size: 18px;
    background: #fff;
    position: relative;
}

@media screen and (max-width: 991px) {
    body {
        line-height: 1.65;
    }
}


/*.font-th {
  font-family:'Sarabun', sans-serif;
  font-weight:300;
  font-size:1.125rem;
}*/

.mt-80 {
    margin-top: 80px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

a .mt-5 {
    margin-top: 5px !important;
}

.pt-20 {
    padding-top: 20px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-15 {
    padding-bottom: 15px;
}

a {
    color: #000;
    text-decoration: none;
    transition: 0.25s ease-in-out;
}

a:hover,
a :focus,
a :active,
a :visited,
a :link {
    text-decoration: none;
}

::-moz-selection {
    background: #d4f1fc;
    color: #0d16a1;
}

::selection {
    background: #d4f1fc;
    color: #0d16a1;
}

::-moz-selection {
    background: #d4f1fc;
    color: #0d16a1;
}

.btn {
    user-select: none;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    text-align: center;
    background: #0076ef;
    color: #fff;
    /*background: -moz-linear-gradient(top, #e66b61, #dc2f21);
  background: -webkit-linear-gradient(top, #e66b61, #dc2f21);
  background: linear-gradient(to bottom, #e66b61, #dc2f21);*/
}


/* Sweep To Right */

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d16a1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    background: #fff;
    padding: 0 50px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    /*.menu:nth-of-type(n+3) {
    padding-left:50px;
  }*/
}

nav img {
    padding-top: 12px;
}

nav .menu {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

nav .menu:nth-last-child(2) {
    padding-left: 0px;
}

nav .menu:nth-last-child(11) {
    color: #ccc;
}

nav .menu:nth-last-child(10) {
    font-weight: bold;
}

nav .navIn div:last-child {
    padding-top: 10px;
}

.menu a {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.menu a::before,
.menu a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}

.menu a::before {
    background-color: #54b3d6;
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.menu a::after {
    content: attr(data-replace);
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(200%, 0, 0);
    transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
    color: #54b3d6 !important;
}

.menu a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.menu a:hover::after {
    transform: translate3d(0, 0, 0);
}

.menu a span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.menu a:hover span {
    transform: translate3d(-200%, 0, 0);
}

@media screen and (max-width: 1200px) {
    nav {
        padding-left: 20px;
        /*.menu:nth-of-type(n+3) {
      padding-left:31px;
    }*/
    }
}

@media screen and (max-width: 991px) {
    nav {
        display: none;
        visibility: hidden;
    }
}

.main-visual {
    padding: 74px 20px 0 20px;
    position: relative;
}

.main-visual a:hover,
.main-visual a :focus,
.main-visual a :active,
.main-visual a :visited,
.main-visual a :link {
    opacity: 1.0;
}

@media screen and (max-width: 991px) {
    .main-visual {
        padding: 44px 0px 0 0px;
    }
}


/* ------------------------------------------------- *
 *        footer-module
 * ------------------------------------------------- */


/*
.btns-footer {
  position: fixed;
  z-index:9900;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -100px;
  width:90%;
  .btn {
      padding:10px 50px;
  }
}
*/

h2 {
    font-size: 30px;
    line-height: 1.3;
}

h2 span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #0d16a1;
}


/* サービス紹介　*/

#section-service {
    width: 90%;
    margin: 0 auto;
    padding-top: 120px;
    margin-top: -20px;
}

#section-service .lead {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 18px;
}

#section-service h3 {
    font-weight: bold;
    margin: 0rem;
    font-size: 22px;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 1.35;
    width: 100%;
}

#section-service .nav-tabs {
    margin-top: 60px;
}

#section-service .nav-tabs li {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.25;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
}

#section-service .nav-tabs li a {
    display: block;
    color: #0d16a1;
    width: 100%;
    text-align: center;
}

#section-service .nav-tabs .nav-link p {
    padding-top: 18px;
    padding-bottom: 20px;
    border: 2px solid #0d16a1;
}

#section-service .nav-tabs .nav-link.active p {
    padding-top: 17px;
    padding-bottom: 20px;
}

#section-service .nav-tabs .nav-link.active p,
#section-service .nav-tabs .show>.nav-link {
    color: #fff;
    display: block;
    width: 100%;
    background: #0d16a1;
}

#section-service .nav-tabs .nav-link.active .triangle3 {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #0d16a1;
    margin: 0 auto;
}

#section-service .tab-parent {
    margin-top: 20px;
    padding: 0px;
}

#section-service .tab-parent .tab-content {
    padding: 0 10px;
    /*.form-row {
    margin-bottom:10px;
  }
  .form-row:last-child {
    margin-bottom:0px;
  }*/
}

#section-service .tab-parent .tab-content .form-row .col-sm-8 {
    margin-bottom: 10px;
}

#section-service .tab-parent .tab-content .form-row>.col,
#section-service .tab-parent .tab-content .form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

#section-service .tab-parent .image-container {
    position: relative;
    overflow: hidden;
}

#section-service .tab-parent .image-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 10px;
    color: white;
    text-shadow: 0px 0px 6px black;
    z-index: 1;
}

#section-service .tab-parent .image-container img {
    transition: transform 0.3s ease;
    filter: brightness(70%);
}

#section-service .tab-parent .image-container img:hover {
    transform: scale(1.15);
}

@media screen and (max-width: 991px) {
    #section-service {
        width: 100%;
        padding-top: 50px;
        /*h3 {
      font-size:1.125rem;
      line-height:1.35;
    }*/
    }
    #section-service .lead {
        margin-top: 30px;
        width: 95%;
        padding: 0 15px;
    }
    #section-service .nav-tabs {
        margin-top: 40px;
    }
    #section-service .nav-tabs li {
        font-size: 19px;
        margin-left: 5px;
        margin-right: 5px;
    }
    #section-service .tab-parent {
        margin-top: 10px;
    }
    #section-service h3 {
        font-size: 17px;
        letter-spacing: 0px;
    }
}


/* 強み　*/

#section-strength {
    width: 90%;
    margin: 0 auto;
    padding-top: 120px;
    margin-top: -20px;
}

#section-strength .lead {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
}

#section-strength .lead span {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

#section-strength .card-body {
    margin-top: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

#section-strength .card-body .img-strength-pc {
    display: block;
    visibility: visible;
    width: 100%;
}

#section-strength .card-body .img-strength-sp {
    display: none;
    visibility: hidden;
    width: 100%;
}

#section-strength .card-body .card-body-right {
    position: absolute;
    right: 0;
}

#section-strength .card-body h3 {
    font-size: 50px;
    font-weight: bold;
    text-align: left !important;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

#section-strength .card-body h3 span {
    display: block;
    color: #0d16a1;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-top: 5px;
}

#section-strength .card-body img {
    width: 70%;
}

#section-strength .card-body .box {
    padding: 1.35rem;
    background: #fff;
    width: 40%;
    float: right;
}

#section-strength .card-body2 img {
    right: 0;
    float: right;
}

#section-strength .card-body2 .box {
    float: left;
}

@media screen and (max-width: 991px) {
    #section-strength {
        width: 100%;
        padding-top: 100px;
    }
    #section-strength .lead {
        width: 90%;
        margin-top: 30px;
    }
    #section-strength .card-body {
        display: block;
    }
    #section-strength .card-body .img-strength-pc {
        display: none;
        visibility: hidden;
    }
    #section-strength .card-body .img-strength-sp {
        display: block;
        visibility: visible;
    }
    #section-strength .card-body .card-body-right {
        width: 100%;
        padding-right: 0;
        position: static;
    }
    #section-strength .card-body h3 {
        font-size: 32px;
        /*span {
      font-size:20px;
      margin-top:5px;
    }*/
    }
    #section-strength .card-body img {
        width: 100%;
    }
    #section-strength .card-body .box {
        width: 100%;
    }
}


/*　実績　*/

#section-achievement {
    padding-top: 120px;
    margin-top: -20px;
}

#section-achievement .form-row>.col,
#section-achievement .form-row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

#section-achievement .block-achievement {
    margin-top: 50px;
}

#section-achievement .block-achievement .block:nth-child(n + 4) {
    margin-top: 20px;
}

#section-achievement .card {
    border: 1px solid #0d16a1;
    padding: 25px 30px;
    border-radius: 5px;
    height: 100%;
}

#section-achievement h3 {
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.35;
}

#section-achievement .box-achievement {
    position: relative;
    margin-bottom: 20px;
}

#section-achievement h4 {
    position: absolute;
    bottom: 0;
    /*border: 1px solid #0d16a1;*/
    color: #fff;
    background: #0d16a1;
    margin: 0;
    padding: 0;
    padding: 6px 8px;
    display: inline;
    font-size: 14px;
}

#section-achievement p {
    margin-top: 15px;
    line-height: 1.55;
}

#section-achievement .card ul {
    padding: 0;
    margin: 0;
    padding-left: 15px;
    line-height: 1.55;
}

@media screen and (max-width: 991px) {
    #section-achievement {
        padding-top: 80px;
        /*.form-row > .col,
    .form-row > [class*="col-"] {
      padding-right: 14px;
      padding-left: 14px;
    }*/
    }
    #section-achievement .block-achievement {
        margin-top: 30px;
    }
    #section-achievement .block {
        margin-bottom: 15px;
    }
    #section-achievement .block-achievement .block:nth-child(n + 5) {
        margin-top: 0px;
    }
    #section-achievement p {
        line-height: 1.75;
    }
}

.bg {
    margin-top: 140px;
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .bg {
        display: none;
        visibility: hidden;
    }
}


/* 会社概要　*/

#section-company-profile {
    padding-top: 120px;
    margin-top: -20px;
}

#section-company-profile .block {
    margin-top: 70px;
}

#section-company-profile .block .right {
    padding-left: 50px;
}

#section-company-profile ul {
    list-style-type: none;
}

#section-company-profile ul li {
    line-height: 1.55;
    margin-bottom: 20px;
}

#section-company-profile ul li:last-child {
    margin-bottom: 0px;
}

#section-company-profile span {
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
    #section-company-profile {
        padding-top: 80px;
        word-break: break-all;
        padding-right: 20px;
        /*ul li {
      line-height:1.55;
      margin-bottom:20px;
    }
    span {
      margin-bottom:2px;
    }*/
    }
    #section-company-profile .block {
        margin-top: 30px;
    }
    #section-company-profile .block .right {
        padding-left: 0px;
        padding-right: 20px;
        margin-top: 50px;
    }
}


/* メンバー紹介　*/

#section-member {
    padding-top: 120px;
    margin-top: -20px;
    margin-bottom: 140px;
}

#section-member h3 {
    color: #0d16a1;
    margin-top: 10px;
    line-height: 1.95;
    font-weight: bold;
}

#section-member h3 span {
    border: 1px solid #0d16a1;
    color: #0d16a1;
    background: #fff;
    margin: 0;
    padding: 0;
    padding: 6px 8px;
    display: inline;
    font-size: 15px;
    font-weight: normal;
}

#section-member p {
    margin-top: 15px;
    text-align: left;
}

#section-member p span {
    display: block;
    margin-top: 5px;
    color: #999;
}

#section-member p strong {
    display: block;
    margin-bottom: 15px;
}

#section-member p strong.text {
    display: inline;
    margin: 0;
    background: linear-gradient(transparent 60%, #ff6 60%);
}

#section-member .md {
    margin-top: 50px;
    text-align: center;
}

#section-member .md hr {
    margin-top: 15px;
}

#section-member .staff {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    #section-member {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 100px;
        margin-top: -40px;
        margin-bottom: 80px;
        /*
    .staff {
      margin-top:30px;
      display:flex;
      align-items:center;
    }*/
    }
    #section-member p {
        /*
    span {
      display: block;
      margin-top:10px;
    }
    */
    }
    #section-member .md {
        margin-top: 30px;
    }
    #section-member .md hr {
        margin-top: 15px;
    }
}


/* 問い合わせ　*/

#section-contact {
    padding-top: 80px;
    margin-top: -80px;
}

#section-contact .box-header {
    position: relative;
}

#section-contact .h2-parent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}

#section-contact .bg-contact {
    filter: brightness(50%);
}

#section-contact h2 {
    text-align: center;
    color: #fff;
    z-index: 1;
    text-shadow: 0px 0px 6px black;
    width: 100%;
}

#section-contact h2 span {
    color: #fff;
}

#section-contact .box {
    padding-top: 50px;
}

#section-contact h3 {
    color: #fff;
    background: #0d16a1;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

#section-contact ul.sns {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
}

#section-contact ul.sns li {
    text-align: center;
    width: calc(50% - 10px);
    float: left;
    background: #fff;
}

#section-contact ul.sns li p.phone {
    margin-top: 20px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.35;
    display: block;
    letter-spacing: -1.6px;
}

#section-contact ul.sns li p.phone .fa-phone-volume {
    font-size: 30px;
    padding-right: 10px;
}

#section-contact ul.sns li p.phone .fa-mobile-alt {
    font-size: 30px;
    padding-right: 10px;
}

#section-contact ul.sns li p.phone span {
    font-size: 15px;
    font-weight: normal;
    display: block;
    letter-spacing: 0px;
}

#section-contact ul.sns li p.phone span.time {
    margin-top: 30px;
}

#section-contact ul li:first-child {
    margin-right: 10px;
}

#section-contact ul li:last-child {
    margin-left: 10px;
}

#section-contact ul li:last-child img {
    width: 32%;
}

#section-contact .box-form {
    margin-top: 80px;
}

#section-contact .box-form h3 {
    margin-bottom: 40px;
}

#section-contact .box-form ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

#section-contact .box-form ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#section-contact .box-form ul li:first-child {
    width: 170px;
}

#section-contact .box-form ul li:last-child {
    width: calc(100% - 170px);
}

#section-contact .box-form ul li input,
#section-contact .box-form ul li textarea {
    width: 100% !important;
    background: #f5fbfc;
    border: 1px solid #ccc;
}

#section-contact .box-form h4 {
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
}

#section-contact .box-form .wpcf7-textarea {
    margin-bottom: 40px;
}

#section-contact .box-form .wpcf7-list-item-label a {
    color: #3274e7;
}

#section-contact .box-form .btn {
    width: 300px;
    /*margin-top: 40px;*/
    padding: 10px 0;
}

@media screen and (max-width: 991px) {
    #section-contact .box {
        padding: 30px 20px 0 20px;
    }
    #section-contact ul.sns {
        margin-top: 30px;
    }
    #section-contact ul.sns li {
        width: 100%;
    }
    #section-contact ul.sns li i {
        font-size: 50px;
    }
    #section-contact ul.sns li p.phone {
        font-size: 26px;
        /*span {
      font-size:15px;
    }*/
    }
    #section-contact ul li:first-child {
        margin-right: 0px;
        margin-bottom: 50px;
    }
    #section-contact ul li:last-child {
        margin-left: 0px;
    }
    #section-contact ul li:last-child img {
        width: 60%;
    }
    #section-contact .box-form {
        margin-top: 50px;
        /*h3 {
      margin-bottom:40px;
    }*/
        /*h4 {
      font-weight:bold;
      margin-top:50px;
      margin-bottom:20px;
    }*/
    }
    #section-contact .box-form ul {
        width: 100%;
        margin-bottom: 30px;
    }
    #section-contact .box-form ul li {
        float: none;
        margin: 0;
        padding: 0;
    }
    #section-contact .box-form ul li:first-child {
        width: 100%;
    }
    #section-contact .box-form ul li:last-child {
        width: 100%;
    }
    #section-contact .box-form .btn {
        margin-top: 10px;
        width: 90%;
        margin: 0 auto;
    }
    #section-contact h2 {
        font-size: 24px;
    }
    #section-contact .bg-contact {
        height: 140px;
    }
    #section-contact h3 {
        font-size: 22px;
    }
}

.breadcrumb {
    margin-top: 100px;
    padding: 0;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
    padding: 20px 0 20px 30px;
}

footer {
    margin-top: 50px;
}

footer .left img {
    width: 120px;
}

footer .left address {
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}

footer .left p.privacy {
    display: block;
    margin-bottom: 30px;
}

footer .left p.copy {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
}

footer .left p.copy a {
    color: #000;
}

footer .right div.menu:first-child {
    margin-left: 20px;
}

footer .right.align-self-end {
    align-self: flex-end;
}

@media screen and (max-width: 991px) {
    footer {
        padding: 0 20px;
    }
    footer .right {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 991px) {
    /*.block-content {
      background: pink;
    }
  
    .form-row > .col,
    .form-row > [class*="col-"] {
      padding-right: 14px;
      padding-left: 14px;
    }*/
}

.block-menu-btn {
    background: #fff;
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0rem;
    height: 50px;
    top: 0;
    border-bottom: 1px solid #ccc;
}

.block-menu-btn .navi {
    float: left;
    width: 70px;
}

.block-menu-btn .logo {
    float: left;
    text-align: center;
    width: calc(100% - 70px - 80px);
    padding-top: 2px;
    font-weight: bold;
    font-size: 20px;
}

.block-menu-btn .logo img {
    width: 110px !important;
}

.block-menu-btn .menu-btn {
    padding-top: 6px;
    padding-left: 1.2rem;
}

.block-menu-btn .menu-btn p {
    font-size: 10px;
    font-weight: 700;
    margin-top: -9px;
    margin-left: -3px;
    color: #0d16a1;
}

.block-menu-btn .box-lang {
    float: left;
    width: 80px;
}

.block-menu-btn .lang {
    margin-right: 10px;
    margin-top: 8px;
}

.block-menu-btn .lang-th {
    padding-right: 5px;
}

.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 32px;
    height: 24px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0d16a1;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 10px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

.burger-navi .overlay a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

.burger-navi .overlay {
    padding-top: 50px;
    position: fixed;
    top: 0;
    z-index: 9990;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff;
}

.burger-navi .menu-sp {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.burger-navi .menu-sp .nav-sp {
    border-bottom: 1px solid #bbb;
    width: 100%;
    height: 10.5%;
    padding-left: 1.2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-webkit-align-items: center;
    align-items: center;
}

.burger-navi .menu-sp .nav-sp div {
    flex: 2;
    white-space: nowrap;
}

.burger-navi .menu-sp .nav-sp .ar {
    font-size: 1.55rem;
    padding-right: 1.5rem;
    flex: 1;
}

.burger-navi .menu-sp a.btn-sp-contact {
    color: #fff;
    background: #0d16a1;
    width: 300px;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
}

.burger-navi .menu-sp .nav-lang {
    padding-bottom: 1.5rem;
}

.burger-navi a {
    color: #000;
}


/* 下層サービスページ */

#service .main-header {
    padding: 74px 20px 0 20px;
    position: relative;
}

#service .main-header img {
    filter: brightness(70%);
}

#service h1 {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 55px;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
    text-shadow: 0px 0px 6px black;
    z-index: 1;
    line-height: 1.35;
}

#service h1 span {
    display: block;
    font-size: 18px;
}

#service .section-service-subpage {
    padding-top: 120px;
    margin-top: -20px;
    margin-bottom: 140px;
}

#service .section-service-subpage p {
    margin-bottom: 15px;
}

#service .section-service-subpage p:last-child {
    margin-bottom: 0;
}

#service .section-service-subpage h2 {
    text-align: center;
    margin-top: 80px;
}

#service .section-service-subpage .box-service {
    margin-top: 40px;
    background: #f3f3f3;
    padding-bottom: 25px;
    border-radius: 5px;
}

#service .section-service-subpage .box-service h3 {
    font-size: 24px;
    background: #0d16a1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px;
}

#service .section-service-subpage .box-service p {
    font-size: 16px;
    padding: 0 50px;
}

#service .section-service-subpage .box-service h4 {
    margin-top: 50px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
    color: #0d16a1;
    border-top: 2px solid #0d16a1;
    border-bottom: 2px solid #0d16a1;
}

#service .section-service-subpage .box-service .flow img {
    padding: 50px;
}

#service .section-service-subpage .box-service p.body {
    line-height: 1.55;
    font-size: 18px;
}

#service .section-service-subpage .box-service h5 {
    margin: 10px 50px 0px;
    font-size: 16px;
    font-weight: bold;
}

#service .section-service-subpage .box-service hr {
    border: none;
    border-top: 2px dotted #000;
    margin: 20px 50px 0;
}


/*
#service .section-service-subpage .box-service .square {
  margin-top: 10px;
  font-size: 15px;
  padding-left: 20px;
}
#service .section-service-subpage .box-service .square span {
  padding-right: 3px;
}
#service .section-service-subpage .box-service .square span.blue {
  color: #0d16a1;
}
#service .section-service-subpage .box-service img {
  padding: 0 20px;
  margin-top: 10px;
}
*/

#service .section-service-subpage .box-service .btn {
    width: 300px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px 0;
}

@media screen and (max-width: 991px) {
    #service .main-header {
        padding: 44px 0px 0px 0px;
    }
    #service h1 {
        font-size: 24px;
    }
    #service .section-service-subpage {
        padding-top: 80px;
        margin-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px;
        /*p {
      margin-bottom:15px;
    }*/
    }
    #service .section-service-subpage h2 {
        text-align: center;
        margin-top: 80px;
    }
    #service .section-service-subpage .box-service {
        padding-bottom: 0px;
        /*h3{
      font-size:24px;
      padding:15px 0;
      margin-bottom:30px;
    }*/
        /*.btn {
      width:300px;
      margin-top:40px;
      margin-bottom:40px;
      padding:10px 0;
    }*/
    }
    #service .section-service-subpage .box-service p {
        padding: 0 20px;
    }
    #service .section-service-subpage .box-service h4 {
        margin-top: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #service .section-service-subpage .box-service .flow img {
        padding: 15px;
        padding-top: 30px;
    }
    #service .section-service-subpage .box-service h5 {
        margin: 30px 20px 10px;
    }
    #service .section-service-subpage .box-service hr {
        margin: 30px 20px 0;
    }
    #service .section-service-subpage .box-service .btn {
        width: 90%;
        /*margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px 0;*/
    }
    /*#service .section-service-subpage .box-service .square {
    margin-top: 5px;
    padding-left: 10px;
  }
  #service .section-service-subpage .box-service img {
    padding: 0 5px;
  }*/
}


/*
#section-service {
  width:90%;
  margin:0 auto;
  padding-top:120px;
  margin-top:-20px;

  .lead {
    width:70%;
    margin:0 auto;
    margin-top:50px;
    font-size:16px;
  }



    .form-row .col-sm-8 {
      margin-bottom:10px;
    }

    .form-row > .col,
    .form-row > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; }
    }


}



@media screen and (max-width: 991px) {
  #section-service {
    width:100%;
    padding-top:50px;
    .lead {
      margin-top:30px;
      width:95%;
      padding:0 15px;
    }
  }

}*/


/* 個人情報保護法ページ */

#privacy h1 {
    font-size: 30px;
    margin-top: 50px;
}

#privacy .privacy-policy {
    padding: 0 20px;
}

@media screen and (max-width: 991px) {
    #privacy h1 {
        padding-left: 20px;
    }
}


/*cookie control*/

.overlaycookie {
    display: none;
    position: fixed;
    z-index: 9998;
    height: 70px;
    width: 100%;
    color: #fff;
    bottom: 0;
}

.btn_area {
    position: absolute;
    color: #fff;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
}

.btn_area_child {
    width: 900px;
    margin: 0 auto;
    padding-top: 17px;
}

.btn_area_child div {
    float: left;
    line-height: 1.35;
    font-size: 15px;
}

.btn_area_child div a {
    color: #fff !important;
    text-decoration: underline;
}

.btn_area_child div:last-child {
    padding-left: 35px;
    margin-top: -8px;
}

.btn_area button {
    display: block;
    margin: 0 auto;
}

.btn_area button.btn {
    color: #fff;
    border-color: #fff;
    border: none;
    margin-top: 10px;
    padding: 5px 15px;
}

.btn_area button.btn:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .overlaycookie {
        height: 190px;
    }
    .btn_area_child {
        width: 100%;
        padding-top: 17px;
    }
    .btn_area_child div {
        float: none;
        line-height: 1.55;
        width: 100%;
        padding: 0 15px;
    }
    .btn_area_child div:last-child {
        padding-left: 0px;
        margin-top: 15px;
    }
    .btn_area button.btn {
        width: 250px;
    }
}


/* お知らせ */

#news .main-header {
    padding: 74px 20px 0 20px;
    position: relative;
}

#news .main-header img {
    filter: brightness(70%);
}

#news h1 {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 55px;
    transform: translate(-50%, -50%);
    margin: 0;
    color: white;
    text-shadow: 0px 0px 6px black;
    z-index: 1;
    line-height: 1.35;
}

#news h1 span {
    display: block;
    font-size: 18px;
}

#news .section-news {
    padding-top: 120px;
    margin-top: -20px;
    margin-bottom: 140px;
}

#news .section-news p {
    margin-bottom: 15px;
}

#news .section-news p:last-child {
    margin-bottom: 0;
}

#news .section-news h2 {
    text-align: center;
    margin-top: 80px;
}

#news .section-news .box-service {
    margin-top: 40px;
    background: #f3f3f3;
    padding-bottom: 25px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    #news .main-header {
        padding: 44px 0px 0px 0px;
    }
    #news h1 {
        font-size: 24px;
    }
    #news .section-news {
        padding-top: 80px;
        margin-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #news .section-news h2 {
        text-align: center;
        margin-top: 80px;
    }
    #news .section-news .box-service {
        padding-bottom: 0px;
    }
}