/*
* Theme Name: RINX 2025
* Description:
* Theme URI: ngoliem.com
* Version: 1.0
* Theme Author: NL
* Author URI: http://ngoliem.com/
* Tags: basic, two-columns, post format
* Textdomain: ngoliem
* Languages Folder: /languages
*/
/* Default---------------------------------------------- */

html, body {
    height: 100%;
}
body {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    min-width: 100%;
}

a, a:link, a:visited {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

a:hover, a:link:hover, a:visited:hover {
    opacity: 0.8;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    zoom: 1;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.inner{
    width: 1200px;
    margin: auto;
}
img {
    width: 100%;
}

.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    z-index: 96;
    background: #e70013b8;
    height: 90px;
}

.menu {}
.menu .menu-left{
    display: flex;
    align-items: center;
}
.menu .menu-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 100px;
}
.menu .menu-right a{
    display: flex;
    align-items: center;
    height: 90px;
    background: #E70013;
    color: #ffffff;
    width: 202px;
    font-size: 20px;
    justify-content: center;
}
.menu .menu-right a img{
    height: 18px;
    width: auto;
}
.menu .menu-right a span{
    padding-left: 10px;
}
.menu .menu-right a.menu-tell{
    background: #000000;
}
.menu .menu-left a{
    margin: 0 45px;
}
.menu .menu-left a{
    width: 265px;
}

/*nav menu*/


.hamburger-menu {
    border: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
    margin: 24px 18px;
    cursor: pointer;
}
.hamburger-menu span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    opacity: 1;
}
.hamburger-menu span:nth-of-type(1) {
    top: 0px;
}
.hamburger-menu span:nth-of-type(2) {
    top: 11px;
}
.hamburger-menu span:nth-of-type(3) {
    top: 23px;
}
.dropdown {
    display: inline-block;
    background: #00398E;
}
.dropdown-content {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    background-color: #00398E;
    min-width: 255px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: max-height 0.5s ease-out;
    text-align: center;
}
.dropdown-content a {
    color: #ffffff;
    padding: 18px 90px 18px 25px;
    text-decoration: none;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
}
.dropdown-content img{
    width: 45px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.dropdown-content a:nth-child(1){
    margin-top: 15px;
}
.dropdown-content a:hover {background-color: #f1f1f1;color: #000000;}

/*end nav menu*/

#main{}
.content{
    z-index: 1;
    position: relative;
}
.mv{
    position: relative;
}
.mv .mv-text{
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}
.mv .mv-text img{
    width: auto;
}
.ct1{
    position: relative;
}
.ct1 .ct1-content{
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 65px;
}
.ct1 img{
    width: auto;
}
.ct1 .ct1-content .ct1-group{
    padding-left: 45px;
}
.ct1 .ct1-content .ct1-group img{
    padding-top: 15px;
}
.ct2{
    position: relative;
}
.ct2 .ct2-content{
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 65px;
    text-align: right;
}
.ct2 img{
    width: auto;
}
.ct2 .ct2-content .ct2-group{
    padding-right: 45px;
}
.ct2 .ct2-content .ct2-group img{
    padding-top: 15px;
}
.ct3{
    background: #E70013;
    padding-bottom: 15px;
}
.ct3 .ct3-title{
    padding-top: 70px;
    padding-bottom: 60px;
    text-align: center;
}
.ct3 .ct3-title img{
    width: auto;
}
.ct3 .ct3-content{
    display: flex;
    align-items: flex-start;
}
.ct3 .ct3-content img{
    width: auto;
}
.ct3 .ct3-content .ct3-a{
    width: 28%;
}
.ct3 .ct3-content .ct3-b{
    width: 72%;
    padding-left: 75px;
}
.ct3 .ct3-content .ct3-b img{
    padding-bottom: 85px;
}
img.ct4-background{
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ct4{
    height: 390px;
}
.ct5{
    background: #ffffff;
}
.ct5 h2.ct5-title{}
.ct5 h2.ct5-title img{
    width: auto;
    padding-top: 90px;
    padding-bottom: 65px;
}
.ct5 .ct5-content{}
.ct5 .ct5-content h3{
    font-size: 28px;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    margin-bottom: 10px;
    padding-left: 5px;
}
.ct5 .ct5-content table{
    margin-bottom: 70px;
}
.ct5 .ct5-content table tr th{
    font-size: 23px;
    padding: 15px 0;
    width: 30%;
}
.ct5 .ct5-content table tr td{
    font-size: 23px;
    padding: 15px 0;
}
.ct5 .ct5-content .ct5-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ct5 .ct5-content .ct5-img img{
    width: 32.5%;
    padding-bottom: 13px;
}

.footer{
    position: relative;
    padding-top: 100px;
    background: #ffffff;
    margin-top: -1px;
}
.footer .ft-menu{
    background: #E70013;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
}
.footer .ft-menu a{
    color: #ffffff;
    font-size: 15px;
}
.footer .ft-content{
    background: #000000;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 320px;
}
.footer .ft-content img{
    max-width: 320px;
}


/*contact*/

.contact-form{
    background: #F2F2F2;
    padding-top: 150px;
    padding-bottom: 138px;
}
.contact-form .ct-title{
    text-align: center;
    padding-bottom: 50px;
}
.contact-form .ct-title h2 {
    font-size: 40px;
    padding-bottom: 10px;
}
.contact-form .ct-title p {
    font-size: 18px;
}
.contact-form .contact-content{
    background: #ffffff;
    padding: 60px 100px;
}
.contact-form table {
    width: 100%;
}
.contact-form table.table1{
    margin-bottom: 20px;
}
.contact-form table.table1 th{
    background: #ffffff;
}
.contact-form table.table1 td{
    padding: 35px;
}
.contact-form th {
    border: 1px solid #000000;
    background: #E6E6E6;
    font-size: 16px;
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    padding: 0 20px 0 30px;
    width: 26%;
    color: #000000;
}
.contact-form td .note {
    font-size: 12px;
    margin-top: 15px;
    display: block;
}
.contact-form td {
    border: 1px solid #000000;
    width: 74%;
    padding: 15px 30px;
    font-size: 16px;
}
.contact-form th span {
    float: right;
    color: #ffffff;
    background: #E64B1E;
    border-radius: 5px;
    padding: 3px 7px;
}
.contact-form td input {
    width: 100%;
    font-size: 16px;
    border: 1px solid #000000;
    padding: 8px 10px;
    border-radius: 5px;
}
.contact-form table.table1 input{
    width: 26px;
    height: 26px;
    margin: 0 5px 0 0;
}
.contact-form table.table1 td span.horizontal-item:nth-child(2){
    margin-left: 45px;
}
.contact-form table.table1 td span.horizontal-item:nth-child(3){
    margin-left: 0;
    margin-top: 20px;
    display: block;
}
.mw_wp_form .error{
    padding-top: 5px;
}
table textarea {
    width: 100%;
    height: 175px;
    font-size: 16px;
    border: 1px solid #000000;
    padding: 8px 10px;
    border-radius: 5px;
}
.form-policy {
    text-align: center;
    padding: 90px 0;
}
.form-policy p:nth-child(1) {
    font-size: 12px;
    padding-bottom: 40px;
}
.form-policy p:nth-child(2) {
    font-size: 12px;
    margin-bottom: 58px;
}
.form-policy p:nth-child(2) a {
    color: black;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 15px 80px;
    position: relative;
}
.form-policy p:nth-child(2) a img {
    position: absolute;
    right: 15px;
    width: 19px;
}
.form-policy p:nth-child(3) label {
    font-size: 15px;
}
.contact-form .form-btn {
    text-align: center;
}
.contact-form .form-btn p {
    position: relative;
    padding: 0;
    display: inline-block;
}
.contact-form .form-btn input:hover{
    cursor: pointer;
}
.contact-form .form-btn input {
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;   /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
    font-size: 30px;
    padding: 15px 100px;
    background: #B80012;
    border: unset;
    border-radius: 10px;
    color: #ffffff;
    transition: 0.5s ease;
    font-weight: unset;
}
.contact-form .form-btn p:after {
    content: url(./img/contact/icon-right.png);
    position: absolute;
    right: 15px;
    top: 35%;
}
.form-title2{
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}
.form-title{
    font-size: 15px;
    text-align: center;
    padding-bottom: 20px;
}



/*animation*/

.animate__animated.animate__delay-0_3s {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.3);
    animation-delay: calc(var(--animate-delay) * 0.3)
}
.animate__animated.animate__delay-0_5s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
    animation-delay: calc(var(--animate-delay) * 0.5)
}
.animate__animated.animate__delay-0_8s {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-delay: calc(var(--animate-delay) * 0.8);
    animation-delay: calc(var(--animate-delay) * 0.8)
}
.animate__animated.animate__delay-1_0s {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-delay: calc(var(--animate-delay) * 1.0);
    animation-delay: calc(var(--animate-delay) * 1.0)
}
.animate__animated.animate__delay-1_3s {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 1.3);
    animation-delay: calc(var(--animate-delay) * 1.3)
}
.animate__animated.animate__delay-1_6s {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-delay: calc(var(--animate-delay) * 1.6);
    animation-delay: calc(var(--animate-delay) * 1.6)
}
.animate__animated.animate__delay-1_9s {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
    -webkit-animation-delay: calc(var(--animate-delay) * 1.9);
    animation-delay: calc(var(--animate-delay) * 1.9)
}
.animate__animated.animate__delay-2_2s {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2.2);
    animation-delay: calc(var(--animate-delay) * 2.2)
}
@media screen and (min-width:737px){
    .sp_737{
        display: none !important;
    }
    .dropdown:hover .hamburger-menu span:nth-of-type(1), .dropdown:hover .hamburger-menu span:nth-of-type(3) {
        top: 12px;
    }
    .dropdown:hover .hamburger-menu span:nth-of-type(1) {
        transform: rotate(45deg);
    }
    .dropdown:hover .hamburger-menu span:nth-of-type(2) {
        opacity: 0;
    }
    .dropdown:hover .hamburger-menu span:nth-of-type(3) {
        transform: rotate(-45deg);
    }

    .dropdown:hover{
    }
    .dropdown:hover .dropdown-content {
        max-height: 1000px;
    }
    .collapsible-btn{
        display: none;
    }
}

@media screen and (max-width:1900px){
    .menu .menu-left a {
        width: 220px;
    }
}
@media screen and (max-width:1690px){
    .menu .menu-left a {
        width: 215px;
    }
    .menu-right .menu-daikei {
        max-width: 145px;
    }
    .hamburger-menu{
        margin: 18px 16px;
    }
}
@media screen and (max-width:1450px){
    .menu .menu-left a {
        width: 190px;
    }
    .menu-right .menu-daikei {
        max-width: 140px;
    }
    .hamburger-menu {
        margin: 16px 13px;
    }
}
@media screen and (max-width:737px){
    .pc_737{
        display: none !important;
    }
    .inner {
        width: 92%;
    }
    .menu{
        margin-top: 0;
    }
    .menu .menu-left a{
        margin: 0;
        padding-left: 3vw;
        width: 55%;
    }
    .menu .menu-left img {
        width: 100%;
    }
    .dropdown-content {
        right: 0;
        border-radius: 0 0 0 10px;
    }
    .dropdown {
        margin-right: 0;
        order: 1;
    }
    .hamburger-menu {
        width: 20px;
        margin: 14px;
        height: 15px;
    }
    .hamburger-menu span{
        height: 2px;
    }

    .hover-sp .hamburger-menu span:nth-of-type(1), .hover-sp .hamburger-menu span:nth-of-type(3) {
        top: 8px;
    }
    .hover-sp .hamburger-menu span:nth-of-type(1) {
        transform: rotate(45deg);
    }
    .hover-sp .hamburger-menu span:nth-of-type(2) {
        opacity: 0;
    }
    .hover-sp .hamburger-menu span:nth-of-type(3) {
        transform: rotate(-45deg);
    }
    .hamburger-menu span:nth-of-type(1) {
        top: 1px;
    }
    .hamburger-menu span:nth-of-type(2) {
        top: 8px;
    }
    .hamburger-menu span:nth-of-type(3) {
        top: 15px;
    }

    .hover-sp{
        border-radius: 0;
    }
    .hover-sp .dropdown-content {
        max-height: 1000px;
    }
    #main .mv-background {
        height: 100vh;
    }
    .menu{
        height: auto;
    }
    .menu .menu-right a {
        height: auto;
        width: 15vw;
        padding: 4vw 0;
    }
    .mv-img{
        height: 100vw;
        object-fit: cover;
    }
    .mv .mv-text img {
        width: 85%;
    }
    .mv .mv-text {
        top: 22%;
    }
    .ct1 .ct1-background {
        height: 100vw;
        object-fit: cover;
    }
    .ct2 .ct2-background {
        height: 100vw;
        object-fit: cover;
    }
    .ct1 .ct1-content {
        padding-top: 8vw;
    }
    .ct1 .ct1-content .ct1-group {
        padding-right: 5vw;
        padding-left: 0;
    }
    .ct2 .ct2-content {
        padding-top: 8vw;
    }
    .ct2 .ct2-content .ct2-group {
        padding-right: 0;
        padding-left: 5vw;
    }
    .ct3 .ct3-title {
        padding-top: 10vw;
        padding-bottom: 8vw;
    }
    .ct3 .ct3-title img {
        width: 80%;
    }
    .ct3 .ct3-content .ct3-b {
        width: 75%;
        padding-left: 3vw;
    }
    .ct3 .ct3-content .ct3-a {
        width: 25%;
    }
    .ct3 .ct3-content .ct3-b img {
        padding-bottom: 8vw;
    }
    .ct3 .ct3-content .ct3-b img:nth-child(2){
        padding-right: 2vw;
    }
    .ct4 {
        height: 70vw;
    }
    .ct5 h2.ct5-title img {
        padding-top: 10vw;
        padding-bottom: 8vw;
    }
    .ct5 .ct5-content h3 {
        font-size: 4vw;
    }
    .ct5 .ct5-content table tr th {
        font-size: 3vw;
        padding: 3vw 0;
        width: 20%;
    }
    .ct5 .ct5-content table tr td {
        font-size: 3vw;
        padding: 3vw 0;
    }
    .ct5 .ct5-content table {
        margin-bottom: 5vw;
    }
    .footer {
        padding-top: 15vw;
    }
    .footer .ft-menu {
        padding: 3vw 0;
    }
    .footer .ft-menu a {
        font-size: 3vw;
    }
    .footer .ft-content img {
        max-width: 50%;
    }
    .footer .ft-content {
        padding-top: 10vw;
        padding-bottom: 60vw;
    }





    /*contact*/

    .contact-form{
        background: #ffffff;
        padding-top: 20vw;
        padding-bottom: 30vw;
    }
    .contact-form .ct-title h2 {
        font-size: 9vw;
    }
    .contact-form .ct-title p {
        font-size: 3.5vw;
    }
    .contact-form .contact-content{
        padding: 0;
    }
    .form-title2{
        font-size: 4vw;
    }
    .form-title{
        font-size: 4vw;
    }
    .contact-form th {
        width: 100%;
        border: 0.5px solid #000000;
    }
    .contact-form td {
        width: 100%;
        border: 0.5px solid #000000;
    }
    .contact-form table tr{
        display: flex;
        flex-direction: column;
    }
    .contact-form table {
        border: 1px solid #000000;
    }
    .contact-form table.table1 td {
        padding: 5vw;
        font-size: 4vw;
    }
    .contact-form table.table1 th {
        padding: 6vw;
        text-align: center;
        font-size: 4vw;
    }
    .contact-form table.table1 td span.horizontal-item {
        margin-left: 0 !important;
        display: block;
        width: 100%;
    }
    .contact-form table.table1 td span.horizontal-item:nth-child(1),
    .contact-form table.table1 td span.horizontal-item:nth-child(2){
        margin-bottom: 9vw;
    }
    .contact-form table.table2 td {
        padding: 3vw;
        font-size: 3.5vw;
    }
    .contact-form table.table2 th {
        padding: 2vw;
        font-size: 3.5vw;
    }
    .contact-form table.table2 td input{
        font-size: 3.5vw;
    }
    .contact-form th span {
        float: unset;
        margin-left: 5vw;
        padding: 0.5vw 2vw;
    }
    table textarea {
        height: 57vw;
        font-size: 3.5vw;
    }
    .form-policy {
        padding: 10vw 0;
    }
    .form-policy p:nth-child(1) {
        font-size: 3vw;
        padding-bottom: 10vw;
    }
    .form-policy p:nth-child(2) {
        font-size: 3vw;
        margin-bottom: 15vw;
    }
    .form-policy p:nth-child(3) label {
        font-size: 3.5vw;
    }
    .contact-form .form-btn {
        padding-bottom: 10vw;
    }
    .contact-form .form-btn input {
        font-size: 5.5vw;
        padding: 4vw 15vw;
    }
    .contact-form .form-btn p:after {
        content: url(./img/contact/icon-right-sp.png);
        top: 30%;
    }

}