@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

html {
    margin-top: 0 !important
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "游明朝体", Yu Mincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #333;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    background: #fff;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

* {
    box-sizing: border-box
}

.rows {
    width: 100%;
    float: left;
}

.show_pc {}

input[type=text],
input[type=number],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    resize: none;
}

input,
textarea {
    border: none;
    border: 1px #ccc solid;
    border-radius: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:visited,
a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

a,
h2,
h3,
h4,
ul,
li {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none
}

img {
    max-width: 100%;
}

header {
    width: 100%;
    float: left;
}

section,
footer {
    width: 100%;
    float: left;
}

.br-hide-sp {
    display: none;
}

.br_show {
    display: none;
}

/* -------------------------------------------------- General style --------------------------------------------------*/

.wrap-header {
    padding: 10px 0;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    background: rgba(255, 255, 255, .9)
}

.bg-color {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.bg-none {
    background: none;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

/* Wrap content */

.wrap-content {
    padding: 40px 0;
}

.bg-f2f2f2 {
    background: #f2f2f2;
}

.row-text {
    font-size: 14px;
    line-height: 160%;
    color: #555;
    margin-top: 20px;
}

/* News */

.row-news {
    height: 300px;
    overflow: auto;
}

.news-item {
    font-size: 14px;
    width: 100%;
    float: left;
}

.news-item:nth-child(odd) {
    background-color: #e7e7e7;
    padding: 10px;
    margin-bottom: 0px;
}

.news-item:nth-child(even) {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}

.news-date {
    font-weight: bold;
}

.news-arrow {
    padding: 0 20px;
}

/* News Morden */

.wrap-news a {
    color: #333;
}

.wrap-news h2 {
    font-size: 18px;
    line-height: 160%;
    margin-top: 15px;
    text-align: left;
}

.modern-news-description {
    font-size: 14px;
    line-height: 160%;
    text-align: left;
    margin-top: 15px;
}

/* End news morden */

/* Table style */

.row-table table {
    width: 100%;
    float: left;
}

.row-table table tr td {
    padding: 13px;
    vertical-align: middle;
}

.row-table table tr:nth-child(2n) td {
    background-color: #f2f2f2;
}

/* End table style */

/* Google map */

.row-map iframe {
    width: 100%;
    float: left;
    height: 300px;
}

/* End google map */

/* Gallery */

.gallery_item {
    margin-bottom: 20px;
}

.gallery_item p {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    margin: 0;
}

/* End gallery */

/* Serive */

.service-item {
    margin-bottom: 20px;
}

.service-image {
    padding-bottom: 20px;
}

.service-title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}

.service-btn {
    width: 100%;
    float: left;
    text-align: center;
}

.service-des {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.service-btn a {
    display: block;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.service-btn a:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

/* End serice */

/* Faq */

.row-faq .panel-heading {
    padding: 0;
    border: 0;
}

.row-faq .panel-title>a,
.row-faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.row-faq .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.row-faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row-faq .panel-heading a p {
    padding-right: 30px;
}

.row-faq .panel-heading {
    display: table;
}

.row-faq .icon_question {
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    width: 60px;
}

.row-faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}

.row-faq .panel-title p {
    margin: 0 !important;
}

.row-faq .icon_answer {
    border-top: 1px solid #ddd;
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
}

.row-faq .txt_answer {
    width: 95%;
    display: table-cell;
}

/* End faq */

/* Contact style 01 */

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    border: none !important;
    border: 1px #ccc solid !important;
}

.contact-form-st1 input[type=text]:focus,
.contact-form-st1 textarea:focus,
.contact-form-st1 select:focus,
.contact-form-st1 input[type="radio"]:focus,
.contact-form-st1 input[type="checkbox"]:focus {
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form-st1 button {
    border: none;
    background: none;
    cursor: pointer;
}

.contact-form-st1 button:focus {
    outline: none !important;
}

.btn-contact-st1 {
    padding: 10px 20px;
    color: #000;
    border: 1px solid #ccc !important;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

.btn-contact-st1:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

.contact-form-st1 table {
    width: 100%;
    float: left;
}

.contact-form-st1 table tr td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    vertical-align: middle;
}

.contact-form-st1 table tr td .form-group {
    margin-bottom: 0;
}

.contact-form-st1 table tr td input[type=text],
.contact-form-st1 table tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    border: 1px #8d97aa solid;
    padding: 10px;
}

.contact-form-st1 table tr td input[type=text] {
    height: 37px;
}

.contact-form-st1 table tr td textarea {
    height: 140px;
    resize: none;
}

.contact-form-st1 table tr td select {
    width: 100%;
    box-shadow: none !important;
}

.contact-form-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
}

#primary-contact form {
    width: 100%;
    float: left;
}

.contact-form-st1 label {
    font-weight: normal;
}

/* End contact style 01 */

/* Contact content 02 */

.contact-form-st2 {
    background-color: #f1f1f1;
    padding: 15px;
}

.contact-form-st2 .form-control {
    height: 43px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px solid #fff;
}

textarea.textare-contact-st2 {
    min-height: 169px !important;
}

.btn-contact-st2 {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
    width: 100% !important;
}

.btn-contact-st2:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

/* End contact style 02 */

/* Table style */

.table-style {
    width: 100%;
    float: left;
}

.table-style tr {
    border-bottom: 1px #ccc dotted;
}

.table-style tr:last-child {
    border-bottom: 0;
}

.table-style tr td {
    padding: 10px 15px;
    vertical-align: middle;
}

.table-style tr td:first-child {
    background: #ccc;
    text-align: center;
}

/* Member */

.member-items {
    background: #fff;
    border: 4px #ccc solid;
    padding: 15px;
    position: relative;
}

.member-img {
    width: 36%;
    float: left;
    text-align: left;
    padding-bottom: 20px;
    padding-right: 20px;
}

.member-title {
    width: 64%;
    float: left;
    text-align: left;
    border-bottom: 1px #ccc solid;
}

.member-title h3 {
    font-size: 20px;
    line-height: 160%;
    font-weight: bold;
}

.member-text {
    font-size: 14px;
    line-height: 160%;
}

/* Menu footer fixed */

.fix-foot {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    float: right;
}

.layout-column-txt h3,
.layout-column-txt h1,
.layout-column-txt h2,
.layout-column-txt h4,
.layout-column-txt h5,
.layout-column-txt h6 {
    margin: 15px 0;
    line-height: 160%;
}

.layout-column-txt p {
    margin: 15px;
    line-height: 180%;
}

.layout-column-txt .title .big {
    font-size: 35px;
    margin-bottom: 0;
    /* font-size: 15px; */
}

.layout-column-txt p span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd7d7));
    background: -webkit-linear-gradient(transparent 60%, #ffd7d7 60%);
    background: -o-linear-gradient(transparent 60%, #ffd7d7 60%);
    background: linear-gradient(transparent 60%, #ffd7d7 60%);
    padding: 0 10px 0px 10px;
    line-height: 160%;
    display: inline-block;
    font-size: 25px;
    text-align: center;
}

.layout-column-txt .title .desc {
    margin-bottom: 15px;
}

.layout-column-txt .para {
    line-height: 180%;
}

#idStory .title .small {
    margin-bottom: 15px;
}

#idStory .col-sm-7.layout-column-txt p {
    margin: 0;
}

.part-ser .layout-column-txt {
    background: url(assets/images/slide-2.jpg);
    /* height: 320px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* justify-content: center; */
    align-items: stretch;
    align-content: stretch;
    padding: 20px;
    /* outline: 20px solid #ffffff; */
}


.tal-c {
    clear: both;
}

/* ======================= INSTAGRAM =======================*/

#instagram-ct {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

#instagram-ct li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}

#instagram-ct li a {
    display: block;
}

#instagram-ct li a:hover {
    opacity: 0.5;
}

#instagram-ct li a img {
    width: 100% !important;
    max-width: inherit;
}

/* ======================= END INSTAGRAM =======================*/

/* ======================= BLOG =======================*/

.row_blog {
    width: 100%;
    float: left;
}

.row_blog iframe {
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}

/* ======================= END BLOG =======================*/

@media screen and (max-width:992px) {
    .news-date {
        width: 100%;
        float: left;
    }

    .news-arrow {
        display: none;
    }

    .news-txt {
        width: 100%;
        float: left;
        padding-top: 10px;
    }

    .service-item {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:991px) {
    .member-items {
        margin-bottom: 15px;
    }

    .row-member-items:last-child .member-items {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .row-menu-child {
        border-bottom: 0;
        position: relative;
    }

    .layout-column-txt {
        width: 100%;
        margin-bottom: 20px;
    }

    .layout-column-txt1 {
        width: 100%;
        margin-bottom: 0px;
    }

    .layout-column-img {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .layout_column_table {
        width: 100%;
        margin-bottom: 20px;
    }

    .row-map iframe {
        width: 100%;
    }

    .service-item {
        margin-bottom: 30px;
    }

    .js-sp {
        display: none;
    }

    .wrap-header-child {
        position: fixed;
        z-index: 999;
    }

    .wrap-banner-child {
        margin-top: 77px;
    }

    .wrap-banner-child-style1 {
        margin-top: 77px;
    }

    .row-head-child {
        border-bottom: 1px #ccc solid;
    }

    .contact-form-st1 table tr td {
        width: 100%;
        float: left;
    }

    .contact-form-st1 table tr td:first-child {
        padding-bottom: 0;
    }

    #IdContact .layout-column-txt {
        margin-bottom: 0px;
    }

    .layout-column-txt .title {
        padding: 0;
    }

    .layout-column-txt .title .small {
        margin-bottom: 15px;
    }

    .layout-column-txt .title .f-17 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .layout-column-txt p {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        line-height: 150%;
        font-size: ;
    }

    .row-table table tr td {
        width: 100%;
        float: left;
    }

    .row-table table tr td:first-child {
        font-weight: bold;
        border-bottom: 1px dashed #f3f3f3;
    }

    .row-table table tr:nth-child(2n) td:first-child {
        border-bottom: 1px dashed #ffffff;
    }

    .layout-column-txt h3 {
        font-size: 18px;
    }

    .layout-column-txt p strong {
        font-size: 15px;
    }
}

@media screen and (max-width:640px) {
    .br-hide-sp {
        display: block;
    }

    .wrap-content {
        padding: 40px 0;
    }

    .row-description {
        font-size: 16px;
    }

    .wrap-footer {
        padding: 50px 0;
    }

    .row-menu-ft {
        padding: 30px 15px;
    }

    ul.menu-ft {
        width: 100%;
        float: left;
    }

    ul.menu-ft li {
        display: inherit;
        width: 100%;
        float: left;
        border-bottom: 1px #fafafa solid;
    }

    ul.menu-ft li a {
        display: block;
        padding: 15px 0;
    }

    .row-modern-news-item {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .row-modern-news-item:last-child {
        margin-bottom: 0;
    }

    .bn-st-title h3 {
        font-size: 26px;
    }

    .bn-st-title-span {
        font-size: 14px;
    }

    .br_show {
        display: inline-block;
    }

    #instagram-ct li {
        width: 33.33%;
    }
}

@media screen and (max-width:580px) {
    .member-img {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .member-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .gallery_item {
        width: 100%;
        float: left;
        text-align: center;
    }

    .service-item {
        width: 100%;
        float: left;
    }

    .service-image {
        text-align: center;
    }

    .row_blog iframe {
        height: 200px;
    }
}

@media screen and (max-width:450px) {
    .wrap-banner-child {
        margin-top: 60px;
    }
}

/* END RWD */

/* STYLE TMP 06 G */

.show-on-sp {
    display: none;
}

/* Common */

.wop {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.cont {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

nav.nav-main {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ededed;
}

nav .flex {
    width: 100%;
    font-size: 0;
    justify-content: space-between;
}

nav .logo {
    /*width: 30%;*/
    align-self: center;
}

nav .logo a {
    font-size: 30px;
    font-weight: 500;
    display: block;
}

nav .logo a img {
    max-width: 350px;
    width: 28vw;
}

nav .menu-wrap {
    width: 70%;
}

nav .menu {
    display: flex;
    height: 100%;
}

nav .menu li {
    width: 25%;
}

nav .menu li:first-child {
    display: none;
}

nav .menu li a {
    display: block;
    text-align: center;
    line-height: 3;
    height: 100%;
    padding: 25px 0;
    font-size: 18px;
    transition: .3s ease;
    color: #000000;
}

nav .menu li a:hover,
nav .menu li.active a {
    background-color: #fff;
}

nav .menu-toggle {
    display: none;
}

nav .menu-phone {
    display: none;
}

nav .menu-mail {
    display: none;
}

footer.no-bts {
    background-color: #000 !important;
    color: #fff;
    padding: 15px 0;
}

footer.no-bts .cont {
    display: flex;
}

footer.no-bts .copyright {
    font-size: 14px;
}

footer.no-bts .copyright p,
footer.no-bts .copyright span {
    display: inline-block;
    margin: 0;
    padding: 6px 0;
    line-height: 160%;
}

#formAdmin {
    display: none;
}

footer.no-bts .menu {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

footer.no-bts .menu li:first-child {
    display: none;
}

footer.no-bts .menu li a {
    transition: .3s ease;
    font-size: 14px;
}

footer.no-bts .menu li a:hover {
    opacity: 0.8;
}

footer.no-bts .menu li::after {
    content: '/';
    display: inline-block;
    margin: 0 2em;
}

footer.no-bts .menu li:last-child::after {
    display: none;
}

section {
    padding: 50px 0;
}

section>div {
    padding-left: 20px;
    padding-right: 20px;
}

.content {
    margin-bottom: 100px;
}

.content .img {
    text-align: center;
    margin-bottom: 30px;
}

.content .para {
    text-align: center;
    margin-bottom: 30px;
}

.content .para p {
    font-size: 16px;
    color: #000000;
    line-height: 180%;
}

.title .big {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.title .small {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.title .desc {
    font-size: 20px;
    text-align: center;
    margin-bottom: 3.911vw;
    line-height: 180%;
}

.button-link a {
    background-color: #000;
    padding: 15px 0;
    display: block;
    max-width: 300px;
    margin: auto;
    color: #fff;
    text-align: center;
    transition: .3s ease;
    font-size: 16px;
}

.button-link a:hover {
    background-color: #ededed;
    color: #000;
}

.top-banner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.title-2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
}

.title-2 .title-2-wrap {
    display: inline-block;
}

.title-2 .title-2-wrap strong {
    position: relative;
    display: block;
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: .08em;
    line-height: 1;
    background-color: #fff;
    padding: 0 30px;
}

.title-2 .title-2-wrap strong::after {
    position: absolute;
    bottom: 50%;
    left: 50%;
    content: '';
    width: calc(100vw - 30px);
    height: 4px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(35%, black), color-stop(65%, black), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, black 35%, black 65%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.title-2 .title-2-wrap small {
    font-size: 20px;
}

#toTopBtn {
    position: fixed;
    bottom: 47px;
    right: 20px;
    border: none;
    cursor: pointer;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-family: inherit;
    width: 78px;
    height: 78px;
    outline: none;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 5px;
}

#toTopBtn .icon {
    display: none;
}

.top-banner {
    position: relative;
}

.top-banner .img img.sp {
    display: none;
}

.top-banner .txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 1.3;
    transform: translateY(-50%);
    text-align: center;
    font-size: 40px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.top-banner .txt span {
    font-size: 25px;
}

/* End Common */

/* Slide */

#owlslider .item {
    position: relative;
}

#owlslider .item img {
    width: 100%;
    height: auto;
}

#owlslider .item .txt {
    position: absolute;
    top: 50%;
    left: -190px;
    width: 100%;
    transform: translateY(-50%);
    line-height: 180%;
    color: #000;
    font-size: 50px;
    text-align: center;
    text-shadow: 2px 2px 0 #fff;
    font-weight: bold;
}

#owlslider .item .txt .bg-txt {
    background: #fff;
    display: inline-block;
    padding: 15px 30px;
    color: #4473c5;
}

/* End Slide */

/* Top */

.policy {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.policy .wrap {
    max-width: 1200px;
    width: 100%;
    min-height: 500px;
    margin: auto;
    background-color: #fff;
    padding: 85px 15px;
}

.blog-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.blog-wrap .post:hover .img img {
    opacity: 0.7;
}

.blog-wrap .post .img {
    margin-bottom: 15px;
}

.blog-wrap .post .img img {
    width: 380px;
    height: 253px;
    object-fit: cover;
}

.image-container.compat-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 253px;
}

.image-container.compat-object-fit .image-object-fit {
    display: none;
}

.blog-wrap .post .date-author {
    margin-bottom: 5px;
}

.blog-wrap .post {
    font-size: 16px;
    line-height: 180%;
}

.blog-wrap .post .title {
    font-weight: bold;
    margin-bottom: 5px;
}

.content:last-child {
    margin-bottom: 0;
}

/* End Top */

/* Service */

.service-page .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-page .item {
    position: relative;
    width: 49%;
    margin-bottom: 50px;
}

.service-page .item .bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.6);
}

.service-page .item img {
    min-height: 500px;
    object-fit: cover;
    width: auto;
}

.service-page .item .box {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    padding: 30px 30px;
    transform: translate(-50%, -50%);
}

.service-page .item .box .strong {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.service-page .item .box .normal {
    margin-bottom: 30px;
    text-align: center;
    min-height: 200px;
}

.service-page .item .box a {
    background-color: #fff;
    padding: 15px 0;
    display: block;
    max-width: 300px;
    margin: auto;
    color: #000;
    text-align: center;
    transition: .3s ease;
    border: 1px solid #000;
}

.service-page .item .box a:hover {
    background-color: #000;
    color: #fff;
}

/* End Service */

/* About */

.about-page .list {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px;
}

.about-page .list li {
    text-align: left;
    list-style: none;
    margin-bottom: 60px;
    padding-left: calc(10rem + 35px);
    position: relative;
}

.about-page .list li:nth-of-type(1)::before {
    content: "01";
}

.about-page .list li:nth-of-type(2)::before {
    content: "02";
}

.about-page .list li:nth-of-type(3)::before {
    content: "03";
}

.about-page .list li .strong {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-page .list li::before {
    content: "";
    font-size: 7rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
}

.about-page .table table {
    max-width: 815px;
    width: 100%;
    margin: auto;
}

.about-page .table table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.about-page .table table tr td:first-child {
    width: 220px;
    font-weight: bold;
}

.about-page .table table tr td {
    padding: 15px 15px;
}

/* End About */

/* Contact */

.contact-page .form {
    max-width: 815px;
    margin: auto;
}

.contact-page .form table {
    width: 100%;
}

.contact-page .form table tr td:first-child {
    width: 200px;
    vertical-align: middle;
    font-weight: bold;
}

.contact-page .form table tr td {
    padding: 15px 0;
}

.contact-page .form table tr td input[type="text"],
.contact-page .form table tr td input[type="email"] {
    height: 40px;
    width: 400px;
    text-indent: 10px;
    outline: none;
}

.contact-page .form table tr td textarea {
    width: 600px;
    height: 120px;
    resize: none;
    text-indent: 10px;
    outline: none;
}

.contact-page .form table tr:last-child td button {
    background-color: #000;
    padding: 15px 0;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    color: #fff;
    text-align: center;
    transition: .3s ease;
    cursor: pointer;
    border: none;
}

.contact-page .form table tr:last-child td button:hover {
    background-color: #ededed;
    color: #000;
}

/* End Contact */

@media screen and (min-width: 1199px) {
    .spnomi {
        display: none;
    }
}

/* Responsive Zone */

@media screen and (max-width: 1199px) {

    /* Common */
    nav.nav-main {
        padding: 0 10px;
    }

    nav.nav-main .logo a {
        font-size: 24px;
    }

    footer.no-bts {
        padding: 15px 10px;
    }

    footer.no-bts .cont {
        flex-wrap: wrap;
    }

    footer.no-bts .copyright {
        order: 2;
        width: 100%;
        text-align: center;
    }

    footer.no-bts .menu {
        order: 1;
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }

    /* End Common */
    /* Top */
    .blog-wrap {
        padding: 0 10px;
    }

    /* End Top */
}

@media screen and (max-width: 992px) {

    /* Common */
    .content .para {
        padding: 0 10px;
    }

    nav.nav-main .logo a img {
        max-width: 210px;
    }

    /* End Common */
    /* Slide */
    #owlslider .item .txt {
        font-size: 30px;
    }

    /* End Slide */
    /* Top */
    .blog-wrap {
        padding: 0;
        justify-content: center;
    }

    .blog-wrap .post {
        padding: 0 10px;
        margin-bottom: 25px;
    }

    /* End Top */
    /* About */
    .about-page {
        padding: 0 10px;
    }

    .about-page .list li .strong {
        font-size: 20px;
    }

    /* End About */
    /* Contact */
    .contact-page .form {
        max-width: 100%;
        padding: 0 10px;
    }

    .contact-page .form table tr td:first-child {
        width: 30%;
    }

    .contact-page .form table tr td input[type="text"],
    .contact-page .form table tr td input[type="email"] {
        width: 60%;
    }

    .contact-page .form table tr td textarea {
        width: 80%;
    }

    /* End Contact */
}

@media screen and (max-width: 767px) {
    .show_pc {
        display: none;
    }

    /* Common */
    header {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: stretch;
    }

    nav.nav-main {
        /* position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1; */
        padding: 10px;
    }

    nav.nav-main .cont {
        flex-wrap: wrap;
    }

    nav.nav-main .logo {
        width: 62%;
    }

    nav.nav-main .menu-wrap {
        width: 38%;
        display: flex;
        align-self: center;
        justify-content: flex-end;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        align-content: stretch;
    }

    nav.nav-main .menu {
        display: none;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 70%;
        z-index: 999;
        height: 100%;
        background-color: #fff;
        padding-top: 35px;
    }

    nav.nav-main .menu li {
        width: 100%;
        padding-left: 25px;
    }

    nav.nav-main .menu li:not(:first-child) {
        margin-top: 15px;
    }

    nav.nav-main .menu li:first-child {
        display: block;
    }

    nav.nav-main .menu li a {
        text-align: left;
        padding: 5px 0 5px 10px;
        border-left: 4px solid #000;
        color: #000000;
        line-height: 1.8;
    }

    nav.nav-main .menu-wrap .menu-toggle .bar-1,
    nav.nav-main .menu-wrap .menu-toggle .bar-2,
    nav.nav-main .menu-wrap .menu-toggle .bar-3 {
        width: 35px;
        height: 3px;
        background-color: #000;
        margin: 7px 0 7px auto;
        transition: 0.3s ease;
    }

    nav.nav-main .menu-wrap .menu-toggle .bar-1 {
        margin-top: 0;
    }

    nav.nav-main .menu-wrap .menu-toggle .bar-3 {
        margin-bottom: 0;
    }

    .effect .bar-1 {
        transform: rotate(-45deg) translate(-6px, 6px);
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        -moz-transform: rotate(-45deg) translate(-6px, 6px);
        -ms-transform: rotate(-45deg) translate(-6px, 6px);
        -o-transform: rotate(-45deg) translate(-6px, 6px);
    }

    .effect .bar-2 {
        opacity: 0;
    }

    .effect .bar-3 {
        transform: rotate(45deg) translate(-8px, -8px);
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        -moz-transform: rotate(45deg) translate(-8px, -8px);
        -ms-transform: rotate(45deg) translate(-8px, -8px);
        -o-transform: rotate(45deg) translate(-8px, -8px);
    }

    nav.nav-main .logo a {
        font-size: 20px;
        display: block;
    }

    nav.nav-main .logo a img {
        vertical-align: middle;
        max-width: 100%;
        width: 258px;
    }

    nav.nav-main .menu-toggle {
        display: block;
    }

    nav.nav-main .menu-mail {
        display: block;
        margin-right: 10px;
        font-size: 28px;
    }

    nav.nav-main .menu-phone {
        display: block;
        margin-right: 10px;
        font-size: 28px;
    }

    .top-banner .img img.pc {
        display: none;
    }

    .top-banner .img img.sp {
        display: inline-block;
        height: 40vw;
        margin: 0;
        padding: 0;
    }

    /* Custom Menu */
    nav.ct-class .menu-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgb(237, 237, 237);
        padding: 0px 0px;
        justify-content: flex-end;
        transition: width 0.5s ease;
        z-index: 99;
    }

    nav.ct-class .menu-wrap span {
        width: 33.3%;
        text-align: center;
        border-right: 1px solid #000;
        padding: 10px 0;
        margin-right: 0;
    }

    nav.ct-class .menu-wrap span a {
        display: block;
    }

    nav.ct-class .menu-wrap span.menu-toggle {
        border-right: none;
    }

    nav.ct-class .menu-wrap .menu-toggle .bar-1,
    nav.ct-class .menu-wrap .menu-toggle .bar-2,
    nav.ct-class .menu-wrap .menu-toggle .bar-3 {
        margin-left: auto;
        margin-right: auto;
    }

    /* End Custom Menu */
    footer.no-bts {
        background-color: #ededed !important;
        padding: 0;
    }

    footer.no-bts .menu {
        flex-wrap: wrap;
        margin-bottom: 0;
        padding: 10px 0;
    }

    footer.no-bts .menu li {
        margin-bottom: 0;
    }

    footer.no-bts .menu li a {
        color: #000;
        font-size: 10px;
        vertical-align: middle;
    }

    footer.no-bts .menu li::after {
        margin: 0 .7em;
        color: #000;
    }

    footer.no-bts .menu li:last-child::after {
        display: none;
    }

    footer.no-bts .copyright {
        background-color: #000;
        font-size: 10px;
    }

    .show-on-sp {
        display: block;
    }

    section {
        padding: 7.823vw 0;
    }

    .title {
        padding: 0 10px;
    }

    .title .big {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .title .small {
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: -1px;
    }

    .title .desc {
        font-size: 16px;
        padding: 0;
        text-align: left;
    }

    .title-2 .title-2-wrap strong {
        font-size: 30px;
        padding: 0 15px;
    }

    .title-2 .title-2-wrap small {
        font-size: 18px;
    }

    .content {
        margin-bottom: 30px;
    }

    .button-link {
        padding: 0 10px;
    }

    .button-link a {
        max-width: 100%;
    }

    .content .img {
        padding: 0 10px;
    }

    .content .para {
        padding: 0 10px;
        text-align: left;
    }

    section>div {
        padding-left: 0px;
        padding-right: 0px;
    }

    nav .menu li a:hover,
    nav .menu li a.active {
        font-weight: bold;
    }

    html {
        padding-bottom: 60px;
    }

    #toTopBtn {
        bottom: 65px;
        right: 5px;
        font-size: 14px;
        padding: 5px;
        height: 35px;
        width: 35px;
    }

    #toTopBtn .txt {
        display: none;
    }

    #toTopBtn .icon {
        display: block;
    }

    header .top-banner {
        margin-bottom: 0px;
        position: relative;
    }

    header .top-banner img:last-child {
        max-width: 100%;
        height: 40vw;
        margin: 0;
        padding: 0;
    }

    .top-banner .txt {
        font-size: 20px;
        padding: 0 10px;
    }

    .top-banner .txt span {
        font-size: 20px;
    }

    /* End Common */
    /* Slide */
    .owl-carousel {
        left: 0;
    }

    #owlslider .item img {
        max-width: 100%;
        height: auto;
    }

    #owlslider .item .txt {
        font-size: 20px;
        padding: 0 10px;
    }

    #owlslider .item .txt span {
        font-size: 30px;
    }

    #owlslider .item .txt .bg-txt {
        padding: 6px;
    }

    #owlslider-2 {
        z-index: 0;
    }

    /* Slide */
    /* Top */
    .blog-wrap .post {
        width: 100%;
    }

    #owlslider-2 {
        position: relative;
        top: 0;
    }

    .blog-wrap .post .img {
        padding: 0;
    }

    .policy {
        padding-left: 10px;
        padding-right: 10px;
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 7.823vw;
    }

    .policy .wrap {
        padding: 7.823vw 0;
        min-height: auto;
    }

    .service {
        margin-bottom: 7.823vw;
    }

    .blog-wrap .post .img img {
        transition: 0.3s ease;
        width: 100%;
        height: auto;
    }

    /* End Top */
    /* Service */
    .service-page .item {
        width: 100%;
    }

    .service-page .item:last-child {
        margin-bottom: 0;
    }

    .service-page .item .box {
        padding: 15px 10px;
    }

    .service-page .item .box .normal {
        min-height: auto;
    }

    .service-page .item img {
        min-height: 400px;
    }

    /* End Service */
    /* About */
    .about-page .list li .strong {
        font-size: 20px;
    }

    .about-page .list li::before {
        content: "";
        font-size: 4rem;
        position: static;
        margin-top: 0;
    }

    .about-page .list li {
        padding: 0 10px;
        margin-bottom: 35px;
    }

    .about-page .table table tr:nth-of-type(odd) {
        background-color: #fff;
    }

    .about-page .table table tr td:first-child {
        width: 100%;
        float: left;
        background-color: rgba(0, 0, 0, .05);
        text-align: center;
    }

    .about-page .table table tr td {
        width: 100%;
        float: left;
        padding: 10px;
    }

    /* End About */
    /* Contact */
    .contact-page .form table tr td:first-child {
        float: left;
        width: 100%;
        padding: 0;
    }

    .contact-page .form table tr td {
        float: left;
        width: 100%;
        padding: 5px 0 15px 0;
    }

    .contact-page .form table tr td input[type="text"],
    .contact-page .form table tr td input[type="email"] {
        width: 100%;
    }

    .contact-page .form table tr td textarea {
        width: 100%;
    }

    /* End Contact */
}

/* END STYLE TMP 06 G */

.flex {
    display: flex;
    flex-wrap: wrap;
}

.part-1 .flex {
    justify-content: center;
}

.part-1 .col {
    text-align: center;
    font-size: 18px;
}

.f-30 {
    font-size: 25px;
}

.f-23 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.center {
    text-align: center;
}

.mrg-b-30 {
    margin-bottom: 30px;
}

.bold {
    font-weight: bold;
}

.tlt-photo {
    position: relative;
}

/* .tlt-photo::after{
    position: absolute;
    content: '';
    background: url('assets/images/photo-3.jpg');
    background-repeat: no-repeat;
    width: 68px;
    height: 53px;
    right: -67px;
    top: -16px;
} */
.btn-p {
    text-align: center;
}

.btn-p a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 20px;
    background: #f1f1f1;
}

.bg-w {
    background: #fff;
    padding: 15px 15px 30px;
    min-height: 403px;
    height: 100%;
}

.bg-w h3 {
    font-weight: bold;
}

.height-spec {
    min-height: 403px;
}

.part-ser.flex {
    justify-content: space-between;
}

.col-2 {
    width: 49%;
    margin-bottom: 30px;
}

.pd-1 {
    padding-top: 56px;
}

.pd-2 {
    padding-top: 140px;
}

.pd-3 {
    padding-top: 112px;
}

#id-procedure .flex {
    justify-content: space-between;
}

#id-procedure .flex .item {
    width: 45%;

}

#id-procedure .flex .item a {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}

#id-procedure .flex .item p {
    position: relative;
    font-size: 16px;
}

.contact-form-st1 table tr td:first-child {
    width: 25%;
}

.hv-u:hover {
    text-decoration: none !important;
}

.no-bts a:hover {
    color: #fff;
}

.anchor_fixtop {
    display: block;
    position: relative;
    top: -80px;
    width: 100%;
    visibility: hidden;
}

#id-procedure a:hover {
    color: #333;
    opacity: 0.8;
}

.br-sp {
    display: none;
}

@media screen and (max-width: 1137px) {
    nav .logo {
        width: 30%;
    }

    nav .logo a img {
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .col-2 {
        width: 100%;
    }

    .pd-1,
    .pd-2,
    .pd-3 {
        padding-top: 0;
    }

    .bg-w {
        min-height: auto;
        height: auto;
    }

    .f-30 {
        font-size: 20px;
    }

    .layout-column-txt p strong {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    #owlslider .item .txt {
        text-align: left;
        margin-left: 100px;
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .fix_title{
        font-size: 17px;
    }
    .part-ser .layout-column-txt {
        padding: 10px;
    }

    #id-procedure .flex .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .title-style55 {
        font-size: 20px;
    }

    .part-1 .col {
        width: 100%;
        font-size: 16px;
    }

    .f-20 {
        font-size: 16px;
    }

    .f-23 {
        font-size: 16px;
    }

    .mrg-b-30 {
        margin-bottom: 15px;
    }

    .bg-w p {
        text-align: left !important;
    }

    .br-sp {
        display: block;
    }

    .top-banner .img {
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {

    #id-procedure .layout-column-img,
    #id-price .layout-column-img {
        overflow-y: scroll;
    }

    #id-procedure .layout-column-img img,
    #id-price .layout-column-img img {
        max-width: 800px;
    }

    .contact-form-st1 table tr td {
        width: 100%;
    }

    .contact-form-st1 table tr td:first-child {
        width: 100%;
    }

    .title .big {
        font-size: 22px;
    }

    .layout-column-txt p span {
        font-size: 16px;
        display: inline;
    }

    .layout-column-txt h3 {
        font-size: 20px;
    }

    #owlslider .item .txt {
        margin-left: 25px;
    }

}

@media screen and (max-width: 375px) {
    #owlslider .item .txt {
        margin-left: 10px;
        font-size: 18px;
    }
}

.tal-center {
    text-align: center;
}

.sem-title {
    font-size: 25px;
    text-align: center;
    margin: 60px 0 0;
}

.sem-table table {
    width: 100%;
    margin: 0 auto;
    max-width: 940px;
}

.sem-table {
    font-size: 20px;
}

.sem-table table tr td {
    border: 1px solid;
    padding: 10px;
    font-size: 16px;
}

.sem-table table tr td:first-child {
    background-color: #cdffcc;
    text-align: center;
    font-size: 18px;
}

.f-24 {
    font-size: 24px !important;
}

.f-16 {
    font-size: 16px !important;
}

.logo h1 {
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
    .w-100 {
        width: calc(100% - 30px);
        margin: 15px;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
    }

    .w-100 iframe {
        width: 100%;
        height: 100%;
    }

    .sem-table table tr td {
        display: block;

    }

    .sem-table table tr {
        display: block;
        margin: 0 10px 20px;
    }

    .sem-table table tr td:last-child {
        font-size: 16px;
    }

    .pd-0 {
        padding: 0;
    }

    .sem-title {
        font-size: 20px;
    }

    #id-procedure .layout-column-img,
    #id-price .layout-column-img {
        overflow-y: scroll;
    }

    #id-procedure .layout-column-img img,
    #id-price .layout-column-img img {
        max-width: 1000px;
    }

    .layout-column-txt .title .big {
        font-size: 25px;
    }

}
.img-sec1-minar{
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:767px){
    .img-sec1-minar{
        max-width: 700px;
    }
    .img-sec1-minar img{
        max-width: 700px !important;
    }
}