*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
}
html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
}
a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-transform: unset;
    text-decoration: none;
}
.section {
    margin: 0 auto;
}
.container {
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    width: 85%;
}
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
}
#burger {
    position: absolute;
    right: 20px;
}
.brand {
    font-weight: 600;
}
.header {
    width: 100%;
    height: auto;
    z-index: 10;
    margin: 0 auto;
}
.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 4rem;
    margin: 0 auto;
}
.menu {
    position: absolute;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    z-index: 999999999;
    overflow-y: auto;
    transition: all 0.45s ease-in-out;
}
.menu.is-active {
    top: 0;
    left: 0;
}
.menu-link {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
    .menu {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin-left: auto;
        background: none;
        box-shadow: none;
    }
    .menu-inner {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }
    .menu-link {
        text-transform: capitalize;
    }
    .menu-block {
        margin-left: 2rem;
    }
}
.burger {
    position: relative;
    display: block;
    cursor: pointer;
    order: -1;
    width: 28px;
    height: auto;
    border: none;
    outline: none;
    visibility: visible;
}
.burger-line {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 2px;
    margin: 6px auto;
    transform: rotate(0deg);
    transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .burger {
        display: none;
        visibility: hidden;
    }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 1);
    transition: all 0.3s ease-in-out;
}
.overlay.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.brand {
    color: #000;
    font-size: 28px;
}
.burger-line {
    background: #000;
}
.menu.is-active .menu-link {
    color: #fff;
}
.menu-link {
    color: #000;
    padding: 0px 15px;
}
.left-banner h1 {
    color: #44a613;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 54px;
}
@media screen and (max-width: 768px) {
    .left-banner h1 {
        font-size: 32px;
    }
}
.left-banner h3 span {
    color: #46a017;
}
.left-banner {
    width: 40%;
    min-width: 450px;
}
.left-banner h3 b {
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    /* font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif; */
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
        "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 700;
    /* 文字に白いシャドウをかける */
    text-shadow: 0 0 5px #fff;
}
@media screen and (max-width: 768px) {
    .left-banner h3 {
        font-size: 24px;
    }
}
.btn {
    background: #0c6374;
    text-align: center;
    max-width: 180px;
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
}
.left-banner a {
    margin-top: 30px;
}
.btn img {
    width: 20px;
    margin-left: 5px;
}
.banner .container {
    display: flex;
    align-items: center;
}
.right-banner {
    width: 60%;
}
.right-banner img {
    width: 100%;
    display: none;
}
.banner {
    background: url("../images/banner.png");
    background-size: 60%;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 10% 0px;
}
.left-block {
    position: absolute;
    left: 0px;
    width: 40px;
    bottom: -150px;
}
.company-profile .container {
    display: flex;
    align-items: flex-start;
}
.right-cp,
.left-cp {
    width: 50%;
}
.right-cp,
.left-cp {
    width: 50%;
    padding: 0px 30px;
}
.left-cp h3 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.left-cp h1 {
    font-size: 42px;
    margin-top: 5px;
}
@media screen and (max-width: 768px) {
    .left-cp h1 {
        font-size: 32px;
    }
}
.left-cp img {
    width: 100px;
    height: 3px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}
table.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
}
table.table tr {
    padding-bottom: 8px;
}

table.table th {
    min-width: 100px;
    text-align: left;
}
table.table th,
table.table td {
    padding-bottom: 10px;
    vertical-align: baseline;
    font-family: san-selif;
}
table.table td ul li {
    font-family: san-selif;
}
.left-cp p {
    font-size: 14px;
    line-height: 24px;
}
.timeline {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.timeline-date {
    width: 120px;
    text-align: center;
}
.timeline-divider img {
    width: 5px;
}
.timeline-details {
    padding-left: 25px;
    font-size: 14px;
    line-height: 20px;
    width: 65%;
}
.timeline-date h4 {
    color: #589930;
    font-size: 28px;
    margin-bottom: 3px;
}
.timeline-date p {
    font-size: 14px;
    text-transform: uppercase;
}
.right-block {
    position: absolute;
    right: 0px;
    width: 100px;
    margin-top: -125px;
}
.company-profile {
    padding-top: 40px;
    padding-bottom: 40px;
}
.top-heading {
    text-align: center;
}
.top-heading h1 {
    font-size: 42px;
}
@media (max-width: 768px) {
    .top-heading h1 {
        font-size: 32px;
    }
}
.top-heading img {
    width: 100px;
    height: 3px;
    margin-bottom: 10px !important;
    display: block;
    margin-top: 10px !important;
    margin: 0px auto;
}
.wwd-box {
    width: 33.33%;
    float: left;
    text-align: center;
}
.wwd-box svg {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.wwd-box h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.top-heading {
    margin-bottom: 40px;
}
.what-we-do {
    display: inline-block;
    width: 100%;
    padding: 100px 0px;
    background-image: url(../images/what-we-do.png);
    background-size: 100% 100%;
}
.wwd-box {
    padding: 10px 15px;
}
.innerwwd {
    padding: 60px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px #d9d9d9;
}
.innerwwd {
    min-height: 260px;
}
.what-we-do .container {
    max-width: 950px;
}
.what-we-do {
    margin-top: 20px;
}
/*.innerwwd:hover {
  background: #1e3e0d;
  color: #fff;
}*/
.itemdetails p {
    margin-top: 20px;
}
.newsbox img {
    height: 250px;
    object-fit: cover;
}
.itemdetails a img,
.inner-tbox h3 img {
    height: auto;
}
.inner-tbox img {
    height: 210px;
    object-fit: cover;
}
.three-boxes {
    background: #dceec6;
    /* padding-bottom: 60px; */
    padding-bottom: 170px;
    padding-top: 120px;
}
.three-boxes .container {
    display: flex;
}
.tb-inner-box {
    width: 33.33%;
}
.tb-inner-box {
    padding: 10px 15px;
}
.tb-inner-box img {
    width: 100%;
}
.tb-inner-box h3 img {
    /* width: 20px;
     */
    height: 20px;
    width: auto;
}
.tb-inner-box h3 {
    color: #1c9aee;
}
.tb-inner-box h3 {
    color: #1c9aee;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    height: 30px;
}
.tb-inner-box h3 span {
    line-height: 2;
}
@media (min-width: 768px) and (max-width: 899px) {
    .tb-inner-box h3 {
        font-size: 13px;
    }
}
@media (min-width: 900px) and (max-width: 1050px) {
    .tb-inner-box h3 {
        font-size: 16px;
    }
}
.inner-tbox {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 30px;
    box-shadow: 0px 5px 10px 0px #666;
}
.tb-inner-box a {
    background: #0a6273;
    color: #fff;
    font-size: 20px;
    width: 35px;
    display: block;
    height: 35px;
    border-radius: 50%;
    line-height: 31px;
    text-align: center;
    margin: 0px auto;
    margin-top: -17px;
}
.three-boxes {
    margin-top: -60px;
}
.meet-our-staff {
    padding: 60px 0px;
}
.staff-box {
    display: flex;
    align-items: center;
    width: 100%;
    /* float: left; */
}
.staff-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.meet-our-staff {
    display: inline-block;
    width: 100%;
}
.staff-details {
    width: 75%;
    box-shadow: 0px 10px 10px 2px #969696;
    padding: 30px;
    padding-left: 100px;
    border-radius: 5px;
}
.staffimg {
    width: 20%;
}
.staff-details h3 {
    color: #609e39;
    font-size: 18px;
}
.staff-details h4 {
    font-weight: 400;
    font-size: 16px;
    margin: 8px 0px;
    line-height: 20px;
    font-weight: 500;
}
.staff-details p {
    font-size: 16px;
    line-height: 20px;
}
.staff-details a {
    color: #609e39;
    font-weight: 500;
}
.staff-box {
    margin-top: 20px;
}
.staffimg img {
    width: 100%;
}
.staff-details {
    position: relative;
    margin-left: -70px;
    min-height: 254px;
    background: #fff;
}
.staffimg {
    z-index: 9;
}
.meet-our-staff {
    background: url(../images/staf-dots.png);
    background-repeat: no-repeat;
    background-position: right;
}
.left-staff {
    position: absolute;
    left: 0px;
    width: 30px;
    margin-top: 10%;
}
.news {
    padding-top: 80px;
    padding-bottom: 120px;
    background-image: url(../images/news.png);
    /* background: url(../images/news.png); */
    background-size: 100% 100%;
    z-index: 9;
    position: relative;
    /* margin-top: 30px; */
    /* background-color: #dceec6; */
    margin-top: -80px;
  }
.newsbox {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px #d9d9d9;
}
.item {
    padding: 10px 10px;
}
.newsbox a img {
    display: inline-block !important;
    width: 20px !important;
}
.itemdetails {
    padding: 15px;
    padding-top: 30px;
}
.itemdetails h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0px;
}
.itemdetails p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.itemdetails a {
    color: #3a7f8d;
    font-weight: 600;
    font-size: 14px;
}
.owl-dots {
    display: none;
}
.date_news {
    background: #5f9d38;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 100px;
    padding: 12px 5px;
    border-radius: 10px;
}
.date_news span {
    font-size: 18px;
    display: block;
    font-weight: 600;
}
.date_news {
    position: absolute;
    right: 40px;
    margin-top: -60px;
}
.owl-nav span {
    color: #3a7f8d;
    font-size: 33px;
    width: 50px !important;
    height: 50px !important;
    border: 3px solid #3a7f8d;
    border-radius: 50%;
    display: block;
}
.owl-prev {
    position: absolute;
    left: -60px;
    top: 40%;
}
.owl-next {
    position: absolute;
    right: -60px;
    top: 40%;
}
.owl-nav span:hover,
.owl-nav button:hover {
    background: transparent !important;
}
.contact {
    padding: 120px 0px;
    background: url(../images/contact-bg.png);
    background-size: cover;
    color: #fff;
    margin-top: -60px;
}
.contact-form {
    max-width: 500px;
    margin: 0px auto;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    background: #eef0ec;
    border: none;
    padding: 20px;
    border-radius: 5px;
    margin: 12px 0px;
}
.contact-form label {
    font-size: 14px;
}
.contact-form label span {
    color: red;
}
.contact-form button {
    font-size: 16px;
    margin-top: 10px !important;
    margin: 0px auto;
}
footer {
    background: url(../images/footer-bg.png);
    padding-top: 80px;
    margin-top: -80px;
    color: #fff;
    text-align: center;
    background-size: cover;
    padding-bottom: 20px;
}
footer h1 {
    font-size: 20px;
}
footer p {
    font-size: 14px;
}
footer p img {
    width: 12px;
    margin-right: 10px;
}
.copyright {
    color: #cacaca;
    font-size: 10px;
    margin-top: 40px;
}
footer ul li a {
    color: #fff;
    font-size: 12px;
}
footer ul li {
    float: left;
    padding: 0px 25px;
    font-family: sans-self;
}
footer ul {
    display: inline-block;
    margin-top: 40px;
}
.left-banner .btn {
    max-width: 300px;
}
.banner {
    min-height: 625px;
}
/* 768以下 */
@media (max-width: 768px) {
    .banner {
        min-height: 450px;
    }
}

.innerwwd a {
    color: #000;
}

@media screen and (max-width: 1270px) {
    .owl-prev {
        background: #fff !important;
        left: 0px;
        border-radius: 50% !important;
    }
    .owl-next {
        background: #fff !important;
        right: 0px;
        border-radius: 50% !important;
    }
}

@media screen and (max-width: 992px) {
    .banner {
        background: none;
        padding: 0px;
    }
    .right-banner img {
        display: block;
    }
    .banner .container {
        flex-direction: column-reverse;
    }
    .left-banner,
    .right-banner {
        width: 100%;
    }
    .banner {
        text-align: center;
    }
    .banner .btn {
        margin: 0px auto;
        margin-top: 30px;
    }
    .left-block,
    .right-block,
    .left-staff {
        display: none;
    }
    .right-cp,
    .left-cp {
        width: 100%;
        padding: 0px;
    }
    .left-cp {
        width: 95%;
        margin-inline: auto;
    }
    .company-profile .container,
    .staff-box {
        flex-direction: column;
    }
    .company-profile {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .right-cp {
        margin-top: 50px;
    }
    .staff-box {
        width: 100%;
        float: none;
    }
    .staff-details,
    .staffimg {
        width: 100%;
    }
    .staffimg img {
        width: 150px;
        display: block;
        margin: 0px auto;
    }
    .staff-details {
        padding-left: 30px !important;
        margin: 0px;
        min-height: auto;
        padding-top: 75px;
    }
    .staff-details {
        text-align: center;
        margin-bottom: 30px;
    }
    .staffimg img {
        margin-bottom: -55px;
    }
    .brand {
        color: #000;
        font-size: 22px;
    }
    .menu-link {
        color: #000;
        padding: 0px 7px;
    }
    .meet-our-staff {
        background: none;
    }
    .staff-details {
        box-shadow: 0px 5px 10px 2px #969696;
    }
}
@media screen and (max-width: 768px) {
    .wwd-box,
    .tb-inner-box {
        width: 100%;
        float: none;
    }
    .three-boxes .container {
        flex-direction: column;
    }
    .owl-nav button {
        position: unset;
        background: transparent !important;
    }
    .contact {
        margin-top: -75px;
    }
    footer ul li a {
        color: #fff;
        font-size: 14px;
    }
    .menu.is-active .menu-link {
        color: #fff;
        line-height: 36px;
    }
    footer ul li {
        float: none;
        padding: 5px 25px;
    }
    .menu.is-active {
        padding-top: 30px;
    }
    .what-we-do {
        background-size: cover;
        background-position: center;
    }
    .meet-our-staff {
        padding-bottom: 10px;
    }
    footer p {
        font-size: 14px;
        line-height: 20px;
    }
    footer {
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 768px) {
    body,
    html {
        -webkit-overflow-scrolling: touch;
        height: auto;
        overflow: scroll;
    }
    a.menu-link {
        position: relative;
        z-index: 99999999999999999;
        display: inline-block;
        width: 100%;
        margin: 10px;
    }
    .three-boxes {
        padding-bottom: 140px;
    }
}
