/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}

@font-face {
    font-family: "Hiragino-Kaku-Gothic-Pro-W3";
    src: url("../fonts/Hiragino Kaku Gothic Pro W3.otf");
}

@font-face {
    font-family: "Hiragino-Kaku-Gothic-Pro-W6";
    src: url("../fonts/Hiragino Kaku Gothic Pro W6.otf");
}

@font-face {
    font-family: "hiragino-mincho-pro-w6";
    src: url("../fonts/hiragino-mincho-pro-w6.otf");
}

@font-face {
    font-family: "Hiragino-Kaku-Gothic-stdn-W8";
    src: url("../fonts/Hiragino Kaku Gothic StdN W8.otf");
}

@font-face {
    font-family: "D-DIN-BOLD";
    src: url("../fonts/D-DIN-Bold.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

:root{
    --gold: #A68F2F;
    --blue: #0F4871;
    --sky-blue: #A7CEE9;
    --yellow: #FFF100;
    --green: #14A3A8;
    --dark-green: #1C7174;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #231815;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    font-family: 'Noto Sans JP', "Hiragino-Kaku-Gothic-Pro-W3", "MS PGothic", sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

picture img{
    width: 100%;
}

/* header top section start */

.header_top_section {
    width: 100%;
    display: flex;
    height: auto;
    padding: 0 0 20px 0;
}

.header_top_section .containter{
    max-width: 1160px;
}
.header_top_main {
    display: flex;
}

.call_text {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 154px;
    padding-top: 25px;
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #fda417;
}

.call_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
}

.call_text_1 a {
    color: #ffffff;
}

.call_text_1 a:hover {
    color: #fda417;
}

.call_text_2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    text-align: center;
}

.call_text_2 a {
    color: #ffffff;
}

.call_text_2 a:hover {
    color: #fda417;
}

.padding_left_15 {
    padding-left: 10px;
}

.header_top_main .menu{
    font-size: 15px;
}

.header_top_main .menu li {
    border-right: 1px solid #828286;
    padding: 30px 17px;
    font-weight: 500;
}
.header_top_main .menu li:first-child{
    border-left: 1px solid #828286;
}
/* header top section end */


/* header section start */

.header_section {
    width: 100%;
    background-image: url(../images/pc_top.png);
    background-size: 75.6% auto;
    background-repeat: no-repeat;
    padding: 40px 0 50px;
    box-sizing: border-box !important;
    overflow: hidden;
}

.header_bg {
    background: #1f1f1f;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #fcfefe;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fda417;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fda417;
}

.navbar {
    padding: 30px 0px 30px 0px;
}

.login_text {}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 30px;
}

.login_text li a {
    color: #ffffff;
}

.login_text li a:hover {
    color: #fda417;
}

.quote_btn {
    width: 170px;
    float: left;
}

.quote_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #fda417;
    border-radius: 40px;
    padding: 8px;
    text-transform: uppercase;
}

.quote_btn a:hover {
    background-color: #ffffff;
    color: #252525;
}
.font-bold{
    font-family: "Hiragino-Kaku-Gothic-stdn-W8";
}
.font-mincho-bold{
    font-family: 'hiragino-mincho-pro-w6';
}
.font-d-din-bold{
    font-family: 'D-DIN-BOLD';
}
.text-blue{
    color: var(--blue);
}
.text-gold{
    color: var(--gold);
}
.bg_grid{
    background-image: url(../images/grid.png);
    background-repeat: repeat;
}
.d-pc{
    display: block;
}
.d-sp{
    display: none!important;
}
/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    padding: 0;
}
.banner_section .banner_section_inner{
    max-width: 1076px;
    margin: auto;
}
.banner_section .intro_service_title{
    font-size: 59px;
    line-height: 1.5;
    color: var(--yellow);
    font-weight:500;/*bold*/
    margin-bottom: 0;
}
.banner_section .intro_service_title2{
    padding-left: 5%;
}
.banner_section .intro_service_title .svc_title_inner{
    background: var(--green);
    position: relative;
    padding: 2px 8px;
    line-height: 1;
    display: inline-block;
}
.banner_section .intro_service_title2 .svc_title_inner{
    padding: 9px 8px;
}
.banner_section .intro_service_title .svc_title_inner:after{
    content: '';
    width: 82%;
    height: 3px;
    border-top: 3px solid white;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 2%;
}
.banner_section .intro_service_title2 .svc_title_inner:after{
    width: 37.6%;
    left: 1%;
}
.banner_section .intro_service_title .large{
    font-size: 88px;
}
.banner_section .intro_service_title2 .large{
    font-size: 73px;
}
.banner_section .intro_service_title .white{
    color: white;
}
.banner_section .intro_service-desc{
    font-size: 35px;
    padding-left: 6%;
    letter-spacing: .05em;
}
.banner_section .intro_service-desc .large{
    font-size: 43px;
}
.green{
    color: var(--green);
}
.banner_section .intro_service-desc .doctor_name{
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 3px;

}
.banner_section_bottom{
    background-image: url(../images/bg_gold.png);
    background-size: 100% 100%;
    padding: 32px 0 55px;
    margin-top: 50px;
    position: relative;
    z-index: 9;
}
.banner_section_bottom_inner{
    max-width: 1184px;
    margin: auto;
    position: relative;
}
.banner_section_bottom .banner_section_bottom_btn-pc {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner_section_bottom a img{
    max-width: 300px;
}

.banner_section_bottom a {
    transition: filter 0.22s;
}
.banner_section_bottom a:hover {
    filter: brightness(1.18);
}

.img_doctor{
    position: absolute;
    max-width: 486px;
    bottom: -90px;
    right: -60px;
}
.banner_section .intro_service_text{
    font-size: 34px;
    padding-left: 29%;
}
.banner_section .intro_service_text img{
    margin-right: 16px;
}
.banner_section .intro_service_text small{
    font-size: 40px;
}
.banner_section .intro_service_subtext{
    display: block;
    background: white;
    max-width: 938px;
    margin: auto;
    padding: 20px 0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
}
.banner_section .intro_service_subtext p{
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 29%;
}
.banner_section .intro_service_subtext img{
    margin-left: 22%;
    width: 420px;
}
.banner_section .award img{
    width: 195px;
}
.banner_section .award img:not(:last-child){
    margin-right: -20px;
}
.banner_section .award img:first-child{
    position: relative;
    z-index: 9;
}
.banner_section .award img:nth-child(2){
    position: relative;
}
.banner_section .cert_num{
    font-size: 12px;
    margin-bottom: 0;
}
.yellow{
    color: var(--yellow);
}
.layout-constrained{
    max-width: 1258px;
    margin: auto;
}
.section_title{
    color: white;
    font-size: 40px;
    font-family: "Hiragino-Kaku-Gothic-Pro-W6";
    text-align: center;
    background-image: url(../images/bg_title.png);
    background-size: 100% 100%;
    padding: 30px 0;
    margin-bottom: 0;
}
.section_title small{
    font-size: 30px;
}
.section_content{
    background-image: url(../images/grid.png);
    background-repeat: repeat;
    border-left: 8px solid var(--dark-green);
    border-right: 8px solid var(--dark-green);
    padding: 0 20px;
}
.section_content_inner{
    border-left: 4px solid var(--dark-green);
    border-right: 4px solid var(--dark-green);
    padding: 70px 0 120px;
}
.concept_wrapper{
    position: relative;
}
.concept_wrapper:after{
    content: '';
    width: 100%;
    height: 130%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/bg_concept.webp);
    background-size: 100% 100%;
}
.concept_section {
    position: relative;
    z-index: 9;
}
.section_content_body{
    margin: auto;
}
.concept_section .section_content_body{
    max-width: 876px;
}
.concept_section .section_content_body .concept_text{
    font-size: 20px;
    line-height: 2.5;
    font-weight: 400;
}
.concept_section .section_content_body p .bg-yellow{
    background: var(--yellow);
}
.concept_section .concept_media_title{
    text-align: center;
    font-size: 36px;
    margin-top: 80px;
}
.concept_section .concept_media{
    margin-top: 30px;
}
.full-width img{
    width: 100%;
}
.feature_wrapper{
    background-image: url(../images/bg_feature-copy.jpg);
    background-size: 100% 95%;
    background-repeat: no-repeat;
}
.feature_section .section_content_body{
    max-width: 1004px;
}
.feature_section .feature_num{
    text-align: center;
    font-size: 50px;
}
.feature_section .feature_num span{
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 20px;
}
.feature_section .feature_title{
    text-align: center;
    font-size: 26px;
    margin-top: 35px;
    line-height: 1.8;
}
.feature_section .feature_detail{
    background: #E9F9F9;
    padding: 42px 60px 0;
    border-radius: 20px;
}
.feature_section .feature_detail:not(:first-child){
    margin-top: 20px;
}
.feature_section .feature_detail:nth-child(2n) .feature_desc{
    flex-direction: row-reverse;
}
.feature_section .feature_detail .feature_media{
    width: 46%;
}
.feature_section .feature_detail .feature_text{
    width: 49%;
}
.feature_section .feature_detail .feature_text p{
    font-weight: 400;
    line-height: 2;
}
.feature_section .feature_detail .feature_text .deco, .feature_section .feature_detail .feature_text p .bg-yellow{
    background: #F9F3AC;
}
.feature_section .feature_detail .feature_desc{
    margin-top: 36px;
}
.feature_section .feature_detail .feature_text .deco{
    padding: .7em;
}
.feature_section .feature1 .feature_text .deco{
    width: 188px;
    margin: 0 0 5px auto;
}
.feature_section .feature2 .feature_text .deco{
    background: none;
}
.feature_section .feature2 .feature_text p .bg-yellow{
    padding-right: 200px;
}
.feature_section .feature3 .feature_text .deco1{
    width: 221px;
    margin: 0 0 0 auto;
}
.feature_section .feature3 .feature_text .deco2{
    width: 134px;
    margin: 0 auto 10px 0;
}
.section-pt .section_title{
    transform: translateY(120px);
}
.section-pt .section_content{
    margin-top: -190px;
}
.section-pt .section_content_inner{
    padding-top: 380px;
    padding-bottom: 110px;
}
.apply{
    background-image: url(../images/bg_gold.png);
    background-size: 100% 100%;
    padding: 25px 0 40px;
}
.apply .apply_inner{
    max-width: 850px;
    margin: auto;
    position: relative;
}
.apply .apply_inner .contact_btn_pc {
    position: absolute;
    left: -2%;
    top: 50%;
    transform: translateY(-50%);
}
.apply .apply_inner .contact_btn_pc img{
    max-width: 296px;
}
.apply .apply_inner a {
    transition: filter 0.22s;
}
.apply .apply_inner a:hover {
    filter: brightness(1.18);
}

.apply .apply_inner .contact_img {
    position: absolute;
    top: 4px;
    right: 0;
    width: 32.8%;
}

.coma{
    font-size: 22px;
    padding-left: 37%;
    margin-bottom: -2.8px;
}
.coma .coma_inner{
    position: relative;
}
.coma .coma_inner:before,
.coma .coma_inner:after{
    content: '';
    position: absolute;
    width: 34px;
    height: 1px;
    border: 1px solid black;
    top: 50%;
}
.coma .coma_inner:before{
    left: -35px;
    transform: translateY(-50%) rotate(45deg);
}
.coma .coma_inner:after{
    right: -35px;
    transform: translateY(-50%) rotate(135deg);
}
.apply .apply_inner .exam{
    font-size: 32px;
    padding-left: 34.7%;
    line-height: 1.1;
    margin-bottom: 14px;
}
.apply .apply_inner .exam img{
    width: 138px;
    margin-right: 16px;
}
.apply .apply_inner .research {
    display: block;
    background: rgba(255, 255, 255, .75);
    margin-left: 25%;
    text-align: left;
    padding: 7px 0 10px 8%;
}
.apply .apply_inner .research img{
    width: 250px;
    margin-left: 15px;
}




.bottom_wrapper{
    background-image: url(../images/bg_bottom.webp);
    background-size: 100% 98%;
    background-repeat: no-repeat;
}
.point_section .point_detail{
    max-width: 880px;
    margin: auto;
}
.point_section .point_detail p{
    font-weight: 400;
    line-height: 1.8;
}
.point_section .point_detail .point_media{
    width: 34.7%;
}
.point_section .point_detail .point_text{
    width: 59%;
}
.point_section .point_detail .point_media p{
    font-size: 14px;
}
.point_section .point_detail .point_media .doctor_name{
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0 0;
}
.faq_section .section_content_body{
    max-width: 800px;
    margin: auto;
}
.faq_section .faq:not(:first-child){
    margin-top: 40px;
}
.faq_section .faq .faq_q{
    background: var(--green);
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 16px 0 16px 30px;
    margin-bottom: 0;
    cursor: pointer;
}
.faq_section .faq .faq_q:before{
    content: 'Q.';
    font-size: 26px;
    margin-right: 10px;
}
.faq_section .faq .faq_q:after{
    content: '';
    position: absolute;
    top:50%;
    right: 30px;
    transform: translateY(-50%);
    width: 22px;
    height: 10px;
    background-image: url(../images/arrow2.svg);
    background-size: 100% 100%;
}
.faq_section .faq.open .faq_q:after{
    transform: translateY(-50%) rotate(180deg);
}
.faq_section .faq .faq_a{
    padding: 18px 0 0 65px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
}
.faq_section .faq .faq_a a{
    text-decoration: underline !important;
}
.faq_section .faq .faq_a:before{
    content: 'A.';
    font-size: 26px;
    font-weight: bold;
    margin-right: 10px;
    color: #E0BC54;
    position: absolute;
    top: .4em;
    left: 1.2em;
}
.faq_section .faq_contact{
    text-align: center;
    margin-top: 200px;
}
.faq_section .faq_contact a{
    display: block;
    max-width: 580px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: auto;
    border-radius: 10px;
    background-image: url(../images/bg_btn.png);
    background-size: 100% 100%;
    padding: 20px 0 26px;
}
.faq_section .table_name{
    font-weight: bold;
    margin-bottom: 10px;
}
.faq_section table{
    width: 100%;
    margin-bottom: 20px;
}
.faq_section table thead th:first-child{
    width: 40%;
}
.guide_section{
    padding-bottom: 125px;
}
.guide_section .section_title{
    padding: 60px 0;
}
.guide_section .section_content_body{
    max-width: 790px;
}
.guide_section .section_content_body .guide_inner_title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
}
.guide_section .guide_media{
    width: 100%;
    margin-top: 34px;
}
.guide_section .guide_detail{
    margin-top: 40px;
}
.guide_section .guide_detail p{
    background: #F7F7F7;
    border-left: 8px solid var(--green);
    padding: 14px 0 14px 26px;
    margin: 5px 0 0;
}
.guide_section .guide_detail p span{
    font-weight: bold;
}
.guide_section .guide_price{
    margin-top: 46px;
    background: #E3F3F1;
    text-align: center;
    padding: 36px 0;
}
.guide_section .guide_price p{
    font-size: 30px;
}
.guide_section .guide_price p span{
    font-size: 46px;
    margin-left: 10px;
}
.guide_section .guide_time{
    text-align: center;
    font-size: 28px;
    margin-top: 100px;
}
.common_table{
    width: 100%;
    border-collapse: collapse;
}
.common_table thead th{
    background: var(--green);
    color: white;
    font-size: 22px;
    font-weight: bold;
    border: 1px solid var(--green);
    padding: 10px 0 10px 32px;
}
.common_table tr td{
    font-size: 18px;
    border: 1px solid var(--green);
    background: white;
    padding: 12px 0 12px 32px;
}
.guide_section .common_table th:last-child,
.guide_section .common_table td:last-child{
    text-align: center;
    padding-left: 0;
}
.guide_section .common_table td{
    font-weight: 500;
}
.common_table thead th:first-child{
    border-right: 1px solid #F7F7F7;
}
.common_table thead th:last-child{
    border-left: 1px solid #F7F7F7;
}
.guide_section .original_problem_title{
    margin-top: 97px;
    text-align: center;
    font-size: 28px;
}
.guide_section .original_problem_title img{
    width: 100%;
    max-width: 340px;
}
.guide_section .original_problem_ex .original_problem {
    width: 31.6%;
    background: white;
    padding: 18px 0;
}
.guide_section .original_problem_ex .original_problem a {
    transition: opacity 0.15s;
}
.guide_section .original_problem_ex .original_problem a:hover {
    opacity: 0.62;
}
.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0b0b0b;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #fda417;
}

.started_text.active a {
    color: #ffffff;
    background-color: #fda417;
}

/* banner section end */

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 310px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #fefefd;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: bold;
}

i.fa.fa-link {
    background: #0fbdd7;
    padding: 20px 20px 18px 20px;
    border-radius: 100%;
}

.padding_right0 {
    padding-right: 0px;
}

.development_box {
    width: 100%;
    background: red;
    height: auto;
    background-size: cover;
}

.work_text {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.hover_main {
    width: 100%;
    float: left;
    transition: .3s all;
}

.hover_main:hover {
    transform: translateY(30px);
}

.padding_left_15 {
    padding-right: 0px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #1f1f1f;
    height: auto;
    padding-bottom: 50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 120px 30px 120px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #fda417;
}

.location_text li.active a {
    color: #fda417;
}

.padding_15 {
    font-size: 30px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #fda417;
    color: #ffffff;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #fda417;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    flex-basis: 50%;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #fda417;
}

.footer_menu li.active a {
    color: #f9bc19;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    height: auto;
}

.copyright_text {
    width: 100%;
    margin: 50px 0 87px;
    text-align: center;
    font-weight: 400;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #0fbdd7;
}

.free_signup{
    position: fixed;
    top: 80vh;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../images/bg_floating.png);
    width: 264px;
    height: 130px;
    background-size: 100% 100%;
    box-shadow: 0 4px 4px #00000040;
    z-index: 999;
}
.free_signup .free_signup_title{
    font-family: 'Roboto';
    font-size: 14px;
    color: white;
    font-weight: bold;
    margin: 1em 0 0;
    padding-left: 5.5em;
}
.free_signup .free_signup_text{
    font-size: 36px;
    line-height: 1;
    margin: 10px 0 0;
    padding-left: 2em;
}
.free_signup a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.show_more_detail {
    display: none;
}
/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

#menuToggle
{
    display: none;
    position: fixed;
    top: 5vw;
    z-index: 99;
    -webkit-user-select: none;
    user-select: none;
    right: 6vw;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
    display: block;
    width: 12.8vw;
    height: 11vw;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 999999;
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 12.8vw;
  height: 1.2vw;
  margin-bottom: 3.3vw;
  position: relative;
  background: #14A3A8;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(.4vw, .4vw);
  z-index: 99999;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(.1vw, -.2vw);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
    position: absolute;
    width: 100vw;
    height: calc(100vh + 22vw);
    margin: -22vw 0 0 0;
    padding: 25vw 6.4vw 0;
    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-180vw, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    z-index: 9999;
    left: 0;
    border-bottom: 1.8vw solid var(--green);
}

#menu li
{
    padding: 3vw 0;
    font-size: 3.8vw;
    border-top: 1px solid #C3C3C4;
    text-align: center;
}
#menu a:last-child li{
    border-bottom: 1px solid #C3C3C4;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
    transform: translate(-81vw, 0);
}

.d-pc-inline{
    display: inline;
}
.feature_section .feature_detail .feature_text .deco{
    display: none;
}
.feature_detail .feature_text p .bg-yellow{
    background: none !important;
}
.feature_detail .feature_text p .bg-yellow_sp{
    background: #F9F3AC;
}



/*
 * video_box
 */
 .video_box01  {
	position: relative;
	width: 100%;
	height: auto;
    margin: 0.82rem auto;
	aspect-ratio: 1280/720;
}

.video_box01 iframe {
	width: 100%;
	height: 100%;
	border: none;
	background: #c7c7c7;
}
