/*
* Theme Name: shineiteck 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{
    max-width: 1200px;
    margin: auto;
}

.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    z-index: 96;
    background: #0050B5;
    max-height: 70px;
}

.menu {}
img {
    width: 100%;
}
.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-left a{
    margin: 0 45px;
}
.menu .menu-left a{
    width: 260px;
}

/*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;}

.menu-right .menu-daikei{
    max-width: 170px;
}
.menu-right a.menu-daikei:hover{
    opacity: 1;
}
.menu-right a.menu-daikei i{
    margin-right: 5px;
}
/*end nav menu*/

#main{}
#main .mv-background{
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main .content{
    z-index: 1;
    position: relative;
}
.ct1{
    height: 100vh;
    position: relative;
}
.ct1 img{
    position: absolute;
}
.ct1 img.ct1-text1 {
    width: 259px;
    top: 25%;
    left: 20%;
}
.ct1 img.ct1-text2 {
    width: 345px;
    right: 23%;
    bottom: 23%;
}
.ct1 .ct1-line{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ct1 .line {
    margin: 6px 0;
}
.ct1 .line1 { height: 20px; background-color: #6699cc; }
.ct1 .line2 { height: 16px; background-color: #4f88c3; }
.ct1 .line3 { height: 12px; background-color: #3977bb; }
.ct1 .line4 { height: 8px;  background-color: #2964b0; }
.ct1 .line5 { height: 6px;  background-color: #1f55a5; }
.ct1 .line6 { height: 4px;  background-color: #0e47a1; }
.ct2{
    background: #0050B5;
    padding: 75px 0;
}
.ct2 p{
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
}

.ct3{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: #83D3DE;
    text-align: center;
}
.ct3 img.ct3-img1{
    width: 50%;
}
.ct3 .ct3-info{
    width: 50%;
}
.ct3-info-p1{font-size: 30px;color: #0050B5;margin-bottom: 20px;}
.ct3-info-p2{font-family: 'LINESeedJP';font-size: 20px;padding-bottom: 80px;}
.ct3-info-p3{font-size: 18px;line-height: 1.8;padding-bottom: 37px;}
.ct3-info-p4{
    padding-top: 10px;
    padding-bottom: 60px;
    font-size: 18px;
}

a.ct3-info-tell {
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale; /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
    background: #ffffff;
    font-size: 30px;
    color: #3C3C3C;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 60px;
    margin: auto;
}
.ct3-info-tell img{
    width: 26px;
    margin-right: 15px;
}
a.ct3-info-contact {
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale; /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
    background: #0050B5;
    font-size: 26px;
    color: #ffffff;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 60px;
    margin: auto;
}
.ct3-info-contact img{
    width: 30px;
    margin-right: 15px;
}
.ct4{
    background: #F5F9FF;
    padding: 115px 0;
}
.ct4 .ct4-title{
    text-align: center;
    margin-bottom: 90px;
}
.ct4 .ct4-title p{
    font-family: 'LINESeedJP';
    font-size: 20px;
    margin-top: 15px;
}
.ct4 .ct4-title img{
    max-width: 525px;
}
.ct4 .ct4-1{}
.ct4 .ct4-1 .ct4-1a{
    margin-bottom: 60px;
}
.ct4 .ct4-1 .ct4-1b{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.ct4 .ct4-1 .ct4-1b i{
    font-size: 47px;
    color: #0050B5;
}
.ct4 .ct4-1 .ct4-1b img{
    max-width: 560px;
}
.ct4 .ct4-2{
    margin-bottom: 60px;
}
.ct4 .ct4-2 p{
    font-family: 'LINESeedJP';
    font-size: 20px;
    padding: 20px;
    margin-bottom: 15px;
    background: #ffffff;
}
.ct4 .ct4-2 span{
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale; /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
    font-size: 32px;
    margin-right: 55px;
    color: #4A4A4A;
}
.ct4 .ct4-3{
    font-size: 28px;
    color: #0050B5;
    line-height: 1.5;
    text-align: center;
}

.ct-title{
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}
.ct-title .ct-title-p1{
    font-family: 'LINESeedJP';
    font-size: 30px;
    color: #0050B5;
    padding-bottom: 15px;
}
.ct-title .ct-title-p2{
    font-size: 20px;
    font-family: 'LINESeedJP';
}

.ct5{}
.ct5 .ct5-1{
    height: 240px;
    background: #ffffff87;
}
.ct5 .ct5-2{
    background: #ffffff;
    padding-bottom: 115px;
}
.ct5 .ct5-2 .ct5-2a{
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 92px;
}
.ct5 .ct5-2 .ct5-2b{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
}
.ct5 .ct5-2 .ct5-2b div{
    width: 330px;
    text-align: center;
}
.ct5 .ct5-2 .ct5-2b div img{
    margin-bottom: 15px;
}
.ct5 .ct5-2 .ct5-2b div .ct5-2b-p1{
    font-size: 18px;
    color: #4A4A4A;
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale; /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
    padding-bottom: 8px;
}
.ct5 .ct5-2 .ct5-2b div .ct5-2b-p2{
    font-size: 13px;
    font-family: 'LINESeedJP';
}
.ct5 .ct5-2 a{
    background: #0050B5;
    color: #ffffff;
    width: 380px;
    height: 60px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 26px;
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale; /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
    position: relative;
}
.ct5 .ct5-2 a i{
    position: absolute;
    right: 20px;
}
.ct6{
    display: flex;
    align-items: stretch;
}
.ct6 .ct6-group{
    width: 69%;
}
.ct6 .ct6-group .ct6-1{
    width: 100%;
    display: flex;
    align-items: stretch;
}
.ct6 .ct6-group .ct6-1 .ct6-1a{
    object-fit: cover;
    position: relative;
}
.ct6 .ct6-group .ct6-1 .ct6-1a img{}
.ct6 .ct6-group .ct6-1 .ct6-1a .ct6-title{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    width: 37%;
    height: 296px;
    padding-left: 85px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.ct6 .ct6-group .ct6-1 .ct6-1a .ct6-title p:nth-child(1){
    font-size: 30px;
    color: #0050B5;
    font-family: 'LINESeedJP';
    padding-bottom: 10px;
}
.ct6 .ct6-group .ct6-1 .ct6-1a .ct6-title p:nth-child(2){
    font-size: 20px;
    font-family: 'LINESeedJP';
}
.ct6 .ct6-group .ct6-1 .ct6-img2{
    width: 39.5%;
    object-fit: cover;
}
.ct6 .ct6-group .ct6-2{
    width: 100%;
    display: flex;
    align-items: stretch;
}
.ct6 .ct6-group .ct6-2 .ct6-sp1{
    width: 38%;
}
.ct6 .ct6-group .ct6-2 .ct6-sp1 .ct6-2a{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ct6 .ct6-group .ct6-2 .ct6-2b{
    width: 37.5%;
    background: #0050B5;
    padding-left: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ct6 .ct6-group .ct6-2 .ct6-2b p{
    color: #ffffff;
    font-size: 28px;
    line-height: 1.5;
    padding: 33px 0;
    font-family: 'LINESeedJP';
}
.ct6 .ct6-group .ct6-2 .ct6-2b span{
    font-size: 18px;
    display: block;
}
.ct6 .ct6-group .ct6-2 .ct6-2c{
    width: 24.5%;
}
.ct6 .ct6-group .ct6-2 .ct6-2c img{
    width: 100%;
    object-fit: cover;
}
.ct6 .ct6-sp2{
    width: 31%;
}
.ct6 .ct6-img6{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ct7{
    padding-bottom: 452px;
    position: relative;
    overflow: hidden; /* tránh tràn nền */
}

.ct7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 38%;
    width: 100%;
    background-color: #ffffff94;
    z-index: -1;
}

.ct7-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct7-content a {
    position: relative;
    display: inline-block;
    width: 50%;
    opacity: 1 !important;
}

.ct7-content img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(248 248 248 / 80%); /* màu đen mờ */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.overlay-text {
    color: #000000;
    font-size: 20px;
    font-family: 'LINESeedJP';
    text-align: center;
    line-height: 1.5;
}
.overlay-text span {
    font-size: 12px;
    display: block;
}
.ct7-content a:hover .overlay {
    opacity: 0;
    pointer-events: none;
}
.ct8{
    padding-bottom: 100px;
    background: #FFFDED;
}
.ct8-1 img{
    max-width: 480px;
    padding-bottom: 56px;
}
.ct8-1 p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 60px;
}
.ct8-1{
    text-align: center;
}
.ct8-2{
    display: flex;
    align-items: center;
    background: #ffffff;
}
.ct8-2 .ct8-2img{
    width: 50%;
}
.ct8-2 .ct8-2group{
    width: 50%;
    padding: 0 80px;
}
.ct8-2 .ct8-2group div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
}
.ct8-2 .ct8-2group p{
    font-size: 15px;
}
.ct8-2 .ct8-2group img{
    width: 245px;
}
.ct-contact{
    background: #e5e5e5ba;
    padding-bottom: 100px;
}
.ct-contact .ct-contact-gr{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-contact .ct-contact-gr img{
    width: 29px;
    margin-right: 15px;
}
.ct-contact .ct-contact-gr a{font-family: 'LINESeedJP-bold';-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;background: #ffffff;font-size: 30px;color: #3C3C3C;border-radius: 18px;display: flex;justify-content: center;align-items: center;width: 380px;height: 60px;margin: 0 53px;}

.ct-contact .ct-contact-gr a:nth-child(2){
    background: #0050B5;
    color: #ffffff;
}


.footer{
    position: relative;
    background: #ffffff;
    padding-top: 90px;
    padding-bottom: 300px;
    text-align: center;
}
.footer img{
    max-width: 240px;
}


/*company*/
.banner-company{
    background: url(./img/company-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 140px;
    padding: 0 45px;
    color: #3FB5E0;
    text-shadow: 0px 0px 5px #ffffff;
}
.ct-cp-1{border: 1px solid #0050B5;border-radius: 18px;border-collapse: unset;}
.ct-cp-1box{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 70px 90px;
}
.ct-cp-1box p{
    font-family: 'LINESeedJP';
}
.ct-cp-1a{
    width: 23%;
}
.ct-cp-1c {
    width: 77%;
    padding-left: 95px;
    font-size: 18px;
    line-height: 2.2;
}
.ct-cp-1a img{
    border-radius: 10px;
    margin-bottom: 30px;
}
.ct-cp-1a p:nth-child(3){
    font-size: 23px;
    font-family: 'LINESeedJP';
}
.ct-cp-1a p:nth-child(2){
    font-size: 15px;
    padding-bottom: 10px;
}
.ct-cp-2{
    margin-bottom: 140px;
}
.ct-cp-2 table{
    border: 1px solid #0050B5;
    border-radius: 18px;
    border-collapse: unset;
    width: 100%;
}
.ct-cp-2 table th,
.ct-cp-2 table td{
    padding: 45px 0;
    border-bottom: 1px solid #0050B5;
}
.ct-cp-2 table th{
    font-family: 'LINESeedJP';
    width: 25%;
    font-size: 15px;
    vertical-align: top;
    padding-left: 50px;
    line-height: 2;
}
.ct-cp-2 table td{
    font-family: 'LINESeedJP';
    width: 75%;
    font-size: 18px;
    line-height: 2;
    padding-right: 20px;
}
.ct-cp-2 table td .fs-14{
    font-size: 13px;
}
.ct-cp-2 table .tr7 td div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 25px;
    padding-right: 150px;
}
.ct-cp-2 table .tr7 td iframe{
    width: 100%;
    height: 289px;
}
.ct-cp-2 table .tr7 td,
.ct-cp-2 table .tr7 th{
    border-bottom: unset;
}
.ct-cp-3{
    text-align: center;
    padding-bottom: 0;
}
.ct-cp-3 img{
    width: 420px;
    padding-top: 35px;
    padding-bottom: 65px;
}
.ct-cp-3a1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 65px;
}
.ct-cp-3a1 div{
    border: 1px solid #707070;
    width: 42.5%;
}
.ct-cp-3a1 p{
    padding: 15px 0;
    font-size: 18px;
    border: 2px solid #707070;
    width: 15%;
    border-radius: 10px;
}
.ct-cp-4{
    padding-bottom: 100px;
}
.ct-cp-4box{
    border: 1px solid #0050B5;
    border-radius: 18px;
}
.ct-cp-4 table{
    border-collapse: unset;
    padding-left: 100px;
    padding-right: 60px;
    width: 100%;
    max-height: 460px;
    overflow: hidden;
    transition: 1s;
    display: block;
}
.ct-cp-4 table tbody{
    display: inline-table;
    width: 100%;
}
.ct-cp-4 table th,
.ct-cp-4 table td{
    padding: 45px 0;
    border-bottom: 1px solid #0050B5;
    font-weight: unset;
}
.ct-cp-4 table th{
    font-family: 'LINESeedJP';
    width: 20%;
    font-size: 15px;
    vertical-align: top;
    line-height: 2.5;
}
.ct-cp-4 table td{
    width: 70%;
    font-size: 15px;
    font-family: 'LINESeedJP';
    line-height: 2.5;
    vertical-align: top;
}
.ct-cp-4 table tr:last-child td{
    border: unset;
}

.company-box-scroll{
    position: relative;
}
.collapsible {
    position: absolute;
    font-family: serif;
    color: white;
    cursor: pointer;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1.5px solid #000000;
    border-radius: 50%;
    font-size: 45px;
    line-height: 0;
    text-align: center;
    top: 30px;
    left: 23px;
    background: #ffffff;
}

.collapsible:after {
    content: '\002B';
    color: #000000;
    margin-top: -3px;
    display: block;
}

.cp-4box-active:after {
    content: "\2212";
    margin-top: 0;
    margin-left: -2px;
}
.ct-cp-4:last-child{
    padding-bottom: 0;
}
/*.ct-cp-4:last-child th{
    padding: 40px 0;
    vertical-align: top;
}*/
/*.ct-cp-4:last-child td{
    padding: 40px 0;
}*/
.company-content{
    margin-bottom: 175px;
}
.menu-daikei {
    position: relative;
    display: inline-block;
}

.menu-daikei .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00907C; /* nền đen mờ */
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none; /* tránh che hover nếu không cần click */
    font-size: 12px;
}

.menu-daikei:hover .overlay-text {
    opacity: 1;
}
/*end company*/

.pd-1{
    padding-bottom: 100px;
}
.pd-1 .pd-title{
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale; /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
    font-size: 20px;
    color: #0050B5;
    text-align: center;
    padding-bottom: 45px;
}
.pd-1 .pd-group{
    padding-bottom: 60px;
}
.pd-1 .pd-group .pd-group-title{display: flex;align-items: center;justify-content: space-between;padding-bottom: 30px;}
.pd-1 .pd-group .pd-group-title div{width: 50%;border: 1px solid #707070;}
.pd-1 .pd-group .pd-group-title p{
    font-size: 17px;
    width: 14%;
    text-align: center;
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale; /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
}
.pd-1 .pd-group .pd-group-title p.p2{
    width: 30%;
}
.pd-1 .pd-group .pd-group-title p.p3{
    width: 10%;
}
.pd-1 .pd-group .pd-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 35px;
}
.pd-1 .pd-group .pd-list .pd-card{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 35px;
}
.pd-1 .pd-group .pd-list .pd-card:nth-child(4),
.pd-1 .pd-group .pd-list .pd-card:nth-child(8),
.pd-1 .pd-group .pd-list .pd-card:nth-child(12),
.pd-1 .pd-group .pd-list .pd-card:nth-child(16)
{
    margin-right: 0;
}
.pd-1 .pd-group .pd-list .pd-card img{
    width: 100%;
    margin-bottom: 20px;
}
.pd-1 .pd-group .pd-list .pd-card p{
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale; /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
}
.pd-1 .pd-group .pd-list .pd-card p span{
    display: block;
    font-size: 13px;
    font-family: 'LINESeedJP';
}
.pd-1 .pd-group .pd-list .pd-list-note{
    font-size: 18px;
    color: #4A4A4A;
    text-align: center;
    padding: 35px 66px;
    border: 1px solid #707070;
    line-height: 1.8;
    margin-top: 80px;
    margin-left: 90px;
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale; /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
}
.pd-1 .pd-1-last{
    font-size: 28px;
    color: #0050B5;
    text-align: center;
    line-height: 1.5;
}

/*contact*/
.mv-contact{height: 300px;display: flex;align-items: center;justify-content: center;background: #F5F9FF;}
.mv-contact img{
    max-width: 95px;
    margin-top: 60px;
}



.form-title{
    padding-bottom: 30px;
}
.form-title p:nth-child(1){
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}
.form-title p:nth-child(2){
    text-align: center;
    font-size: 13px;
}
.form-title p:nth-child(3){
    text-align: right;
    padding-bottom: 20px;
}
.page-contact-confirm .form-policy{
    display: none;
}
.page-contact-confirm .form-btn{
    margin-top: 50px;
}
.page-contact form table{
    border: 1px solid #0050B5;
    margin-bottom: 60px;
    border-radius: 18px;
    border-collapse: unset;
    width: 100%;
}
.page-contact form table th{
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;   /* Firefox */
    -webkit-font-smoothing: antialiased; /* WebKit  */
    width: 25%;
    color: #0050B5;
}
.page-contact form table td input::placeholder {
    color: #0050b599;
    font-size: 15px;
}
.page-contact form table td textarea::placeholder {
    color: #0050b599;
    font-size: 15px;
}
.page-contact form table td{
    width: 75%;
}
.page-contact form table th{
    font-size: 16px;
    padding: 35px;
}
.page-contact form table th,
.page-contact form table td{
    border-bottom: 1px solid #0050B5;
}
.page-contact form table tr:last-child td{
    border-bottom: unset;
}
.page-contact form table.table1 td{
    font-size: 18px;
    padding: 30px 35px;
}
.page-contact form table td span.mwform-radio-field{
    padding-right: 35px;
    margin-left: 0 !important;
}
.page-contact form table td input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}
.page-contact form table.table2 td{
    padding: 30px 35px;
}
.page-contact form table.table2 td span.mwform-radio-field:first-child{
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.page-contact form table.table3 td{
    padding: 17px 35px;
}
.page-contact form table.table3 td input{
    border: 1px solid #0050B5;
    background: #F5F9FF;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    font-size: 18px;
}
.page-contact form table.table3 td textarea{
    border: 1px solid #0050B5;
    background: #F5F9FF;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
}
.page-contact form table.table3 tr span.note{
    font-size: 13px;
    color: #3C3C3C;
    padding-left: 10px;
}
.page-contact form{
    padding-bottom: 40px;
}
.page-contact .form-policy{
    text-align: center;
}
.form-policy .contact_note{
    font-size: 13px;
    padding-bottom: 15px;
}
.form-policy #policy_check{
    font-size: 15px;
    padding-top: 60px;
    padding-bottom: 85px;
}
.form-policy #policy_check input {
    width: 20px;
    height: 20px;
}
.form-btn{
    text-align: center;
}
.form-btn p.btn {
    text-align: center;
}
.form-policy p:nth-child(1) {
    font-size: 12px;
    padding-bottom: 40px;
}
.form-btn p.btn input {
    width: 436px;
    height: 84px;
    color: white;
    background: #0050B5;
    border-radius: 8px;
    font-size: 30px;
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: unset;
    border: unset;
}
.form-policy p:nth-child(2) a {
    color: black;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 15px 80px;
    position: relative;
}
.page-contact-confirm .form-policy #policy_check,
.page-contact-confirm .form-policy p:nth-child(2) a{
    display: none;
}
/*end contact*/
.form-policy p:nth-child(2) a img{
    width: 18px;
    position: absolute;
    right: 15px;
}
.contact_confirm .note{
    display: none;
}
/*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;
    }

    .page-contact form table tr:first-child th{
        border-top-left-radius: 18px;
    }
    .page-contact form table tr:first-child td{
        border-top-right-radius: 18px;
    }
    .page-contact form table tr:last-child th{
        border-bottom-left-radius: 18px;
    }
    .page-contact form table tr:last-child td{
        border-bottom-right-radius: 18px;
    }
    .ct-cp-4 table tr:last-child th{
        border: unset;
    }

    .page-contact form table td{
        padding-left: 35px;
        border-left: 1px solid #0050B5;
    }

    .page-contact form table tr:last-child th{
        border-bottom: unset;
    }
    .ct-cp-4 table tr:last-child th{
        border: unset;
    }
}

@media screen and (max-width:1900px){
    .ct6 .ct6-group .ct6-1 .ct6-1a .ct6-title{
        padding-left: 65px;
    }
    .ct6 .ct6-group .ct6-2 .ct6-2b {
        padding-left: 80px;
    }
    .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;
    }
    .ct1 img.ct1-text1 {
        left: 15%;
        width: 15%;
    }
    .ct1 img.ct1-text2 {
        right: 15%;
        width: 15%;
    }
    .ct6 .ct6-group .ct6-2 .ct6-2b {
        padding-left: 60px;
    }
    .ct6 .ct6-group .ct6-2 .ct6-2b p {
        padding: 20px 0;
    }
    .ct6 .ct6-group .ct6-1 .ct6-1a .ct6-title{
        height: 259px;
        padding-left: 8.5%;
    }
    .ct6 .ct6-group .ct6-2 .ct6-2b{
        padding-left: 65px;
    }
    .ct3-info-p2 {
        padding-bottom: 60px;
    }
    .ct3-info-p3 {
        padding-bottom: 20px;
    }
    .ct3-info-p4 {
        padding-bottom: 40px;
    }
    .footer img {
        max-width: 166px;
    }
}
@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: 60%;
    }
    .menu .menu-left img {
        width: 100%;
    }
    .dropdown-content {
        right: 0;
        border-radius: 0 0 0 10px;
    }
    .mv-text{
        font-size: 13vw;
        left: 5vw;
        top: 35vw;
        line-height: 15vw;
        width: auto!important;
    }
    .mv-text .text-item:last-child{
        font-size: 4vw;
    }
    .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;
    }
    .menu-right .menu-daikei {
        max-width: unset;
    }
    .menu .menu-right{
        min-width: unset;
    }

    #main .mv-background {
        height: 100vh;
    }
    .ct1 {
        height: 90vh;
        position: relative;
    }
    .ct1 img.ct1-text1 {
        top: 15vh;
        left: 5%;
        width: 45%;
    }
    .ct1 img.ct1-text2 {
        bottom: 22vh;
        right: 5%;
        width: 40%;
    }
    .ct2 p {
        font-size: 3.5vw;
    }
    .ct2 {
        padding: 15vw 0;
    }


    .ct3 {
        justify-content: flex-start;
        flex-direction: column;
    }
    .ct3 .ct3-info {
        width: 100%;
        padding-bottom: 13vw;
    }
    .ct3 img.ct3-img1 {
        width: 100%;
    }
    .ct3-info-p1 {
        font-size: 8vw;
        margin-top: 10vw;
        margin-bottom: 2vw;
    }
    .ct3-info-p2 {
        font-size: 4vw;
        padding-bottom: 10vw;
    }
    .ct3-info-p3 {
        font-size: 3.5vw;
        padding-bottom: 7vw;
    }
    a.ct3-info-tell {
        font-size: 6vw;
        border-radius: 3vw;
        width: 77%;
        height: 12vw;
    }
    a.ct3-info-tell img {
        width: 7%;
        margin-right: 3vw;
    }
    .ct3-info-p4 {
        padding-top: 3vw;
        padding-bottom: 11vw;
        font-size: 3.5vw;
    }
    a.ct3-info-contact {
        font-size: 5.5vw;
        border-radius: 3vw;
        width: 77%;
        height: 12vw;
    }
    a.ct3-info-contact img {
        width: 9%;
        margin-right: 3vw;
    }
    .ct4 {
        padding: 15vw 0;
    }

    .ct4 .ct4-title img {
        width: 85%;
        max-width: unset;
    }
    .ct4 .ct4-title {
        margin-bottom: 10vw;
    }
    .ct4 .ct4-1 .ct4-1a {
        margin-bottom: 10vw;
    }
    .ct4 .ct4-1 .ct4-1b img {
        width: 48%;
        max-width: unset;
    }
    .ct4 .ct4-1 .ct4-1b i {
        font-size: 5vw;
    }
    .ct4 .ct4-1 .ct4-1b {
        margin-bottom: 10vw;
    }
    .ct4 .ct4-2 {
        margin-bottom: 10vw;
    }
    .ct4 .ct4-2 p {
        font-size: 4vw;
        padding: 2vw;
        margin-bottom: 5vw;
        line-height: 1.5;
        display: flex;
        align-items: flex-start;
    }
    .ct4 .ct4-2 span {
        font-size: 7vw;
        margin-right: 5vw;
        float: left;
        line-height: 1;
    }
    .ct4 .ct4-3 {
        font-size: 4.5vw;
    }
    .ct-title {
        padding-top: 15vw;
        padding-bottom: 10vw;
    }
    .ct-title .ct-title-p1 {
        font-size: 6vw;
        padding-bottom: 3vw;
    }
    .ct-title .ct-title-p2 {
        font-size: 4vw;
    }
    .ct5 .ct5-2 {
        padding-bottom: 20vw;
    }
    .ct5 .ct5-2 .ct5-2a {
        font-size: 3.5vw;
        padding-bottom: 10vw;
    }
    .ct5 .ct5-2 .ct5-2b {
        align-items: center;
        padding-bottom: 10vw;
        flex-direction: column;
    }
    .ct5 .ct5-2 .ct5-2b div {
        width: 85%;
        padding-bottom: 8vw;
    }
    .ct5 .ct5-2 .ct5-2b div img {
        margin-bottom: 3vw;
    }
    .ct5 .ct5-2 .ct5-2b div .ct5-2b-p2 {
        font-size: 3.5vw;
    }
    .ct5 .ct5-2 a{
        font-size: 5.5vw;
        border-radius: 3vw;
        width: 77%;
        height: 12vw;
    }
    .ct6 {
        flex-direction: column;
        align-items: unset;
    }
    .ct6 .ct6-group {
        width: 100%;
    }
    .ct6 .ct6-img6 {
        width: 50%;
    }
    .ct6 .ct6-group .ct6-1 {
        flex-direction: column;
    }
    .ct6 .ct6-group .ct6-1 .ct6-1a {
        position: unset;
        display: flex
    ;
        flex-direction: column;
    }
    .ct6 .ct6-group .ct6-1 .ct6-1a img {
        order: 2;
    }
    .ct6 .ct6-group .ct6-1 .ct6-1a .ct6-title {
        position: unset;
        width: 100%;
        order: 1;
        height: auto;
        padding-left: 0;
        padding-top: 15vw;
        padding-bottom: 10vw;
    }
    .ct6 .ct6-group .ct6-1 .ct6-1a .ct6-title p:nth-child(1) {
        font-size: 6vw;
        text-align: center;
        width: 100%;
    }
    .ct6 .ct6-group .ct6-1 .ct6-1a .ct6-title p:nth-child(2) {
        font-size: 4vw;
        text-align: center;
        width: 100%;
    }
    .ct6 .ct6-group .ct6-1 .ct6-img2 {
        width: 100%;
        object-fit: cover;
    }
    .ct6 .ct6-2c {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .ct6 .ct6-2c img {
        width: 100%;
        height: 50%;
    }
    .ct6 .ct6-group .ct6-2 .ct6-2a {
        width: 50%;
    }
    .ct6 .ct6-group .ct6-2 .ct6-2b {
        width: 100%;
        padding: 10vw 0 10vw 22vw;
    }
    .ct6 .ct6-group .ct6-2 .ct6-2b span {
        font-size: 3.2vw;
    }
    .ct6 .ct6-group .ct6-2 .ct6-2b p {
        font-size: 5vw;
        padding: 3vw 0;
    }

    .ct6 .ct6-group .ct6-2 {
        flex-direction: column;
    }
    .ct6 .ct6-group .ct6-2 .ct6-sp1 {
        width: 100%;
        display: flex;
        align-items: stretch;
    }
    .ct6 .ct6-group .ct6-2 .ct6-sp1 img{
        width: 50%!important;
        height: auto;
    }
    .ct6 .ct6-sp2 {
        width: 100%;
        display: flex;
        align-items: stretch;
    }

    .ct7 {
        padding-bottom: 50vw;
    }
    .ct7::before {
        height: 58%;
    }
    .overlay-text {
        font-size: 5vw;
    }
    .overlay-text span {
        font-size: 3.5vw;
    }

    .menu-daikei .overlay-text{
        display: none;
    }
    .ct8 {
        padding-bottom: 20vw;
    }
    .ct8-1 img {
        max-width: 90%;
        padding-bottom: 8vw;
    }
    .ct8-1 p{
        font-size: 3.5vw;
        margin-bottom: 10vw;
    }
    .ct8-2 {
        flex-direction: column;
    }
    .ct8-2 .ct8-2img {
        width: 100%;
    }
    .ct8-2 .ct8-2group {
        width: 100%;
        padding: 5vw 3vw;
    }
    .ct8-2 .ct8-2group div {
        padding: 3vw 0;
    }
    .ct8-2 .ct8-2group p {
        font-size: 3.5vw;
    }
    .ct8-2 .ct8-2group img {
        width: 60%;
    }
    .ct-contact {
        padding-bottom: 10vw;
    }
    .ct-contact .ct-contact-gr {
        flex-direction: column;
    }
    .ct-contact .ct-contact-gr a{
        font-size: 5.5vw;
        border-radius: 3vw;
        width: 77%;
        height: 12vw;
        margin-bottom: 8vw;
    }
    .footer {
        padding-top: 20vw;
        padding-bottom: 50vw;
    }
    .footer img {
        max-width: 40%;
    }
    .mv-page{
        padding-top: 45px;
    }
    .pd-1 {
        padding-bottom: 20vw;
    }
    .pd-1 .pd-title {
        font-size: 5vw;
        padding-bottom: 8vw;
        margin-top: -15vw;
    }
    .pd-1 .pd-group {
        padding-bottom: 10vw;
    }
    .pd-1 .pd-group .pd-group-title {
        padding-bottom: 5vw;
    }
    .pd-1 .pd-group .pd-group-title p {
        font-size: 4vw;
        width: 55%;
    }
    .pd-1 .pd-group .pd-list {
        padding-bottom: 5vw;
        justify-content: space-between;
    }
    .pd-1 .pd-group .pd-list .pd-card {
        width: 48%;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .pd-1 .pd-group .pd-list .pd-card img {
        margin-bottom: 3vw;
    }
    .pd-1 .pd-group .pd-list .pd-card p {
        font-size: 4vw;
    }
    .pd-1 .pd-group .pd-list .pd-card p span {
        font-size: 3.5vw;
    }
    .pd-1 .pd-group .pd-group-title p.p2 {
        width: 180%;
    }
    .pd-1 .pd-group .pd-group-title p.p3 {
        width: 28%;
    }
    .pd-1 .pd-1-last {
        font-size: 4vw;
    }
    .ct-cp-1box {
        padding: 5vw 3vw;
        flex-direction: column;
    }
    .ct-cp-1a {
        width: 100%;
        margin-bottom: 3vw;
    }
    .ct-cp-1a img {
        width: 50%;
        border-radius: 10px;
        margin-bottom: 0;
        margin-right: 5vw;
        float: left;
    }
    .ct-cp-1a p:nth-child(2) {
        font-size: 3.5vw;
        padding-top: 2vw;
    }
    .ct-cp-1a p:nth-child(3) {
        font-size: 6vw;
    }
    .ct-cp-1c {
        width: 100%;
        padding-left: 0;
        font-size: 3.5vw;
        line-height: 2;
    }


    .ct-cp-2 {
        margin-bottom: 10vw;
    }
    .ct-cp-2 table {
        padding-left: 0;
    }
    .ct-cp-2 table tr{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ct-cp-2 table th {
        font-size: 3vw;
        vertical-align: middle;
        text-align: center;
        padding: 5vw 0 1vw 0;
        width: 90%;
        margin: auto;
        border-style: dashed;
    }
    .ct-cp-2 table td {
        width: 90%;
        margin: auto;
        font-size: 3.5vw;
        padding: 3vw 0 10vw 0;
    }
    .ct-cp-2 table .tr6 td div {
        margin-top: 5vw;
        display: block;
        padding: 2vw;
    }
    .ct-cp-2 table .tr6 td div img{
        float: left;
        margin-right: 2vw;
    }
    .ct-cp-2 table .tr6 td div p {
        font-size: 3.5vw;
        padding-left: 0;
    }
    .ct-cp-2 table .tr7 td div{
        flex-direction: column;
        border: unset;
        padding-bottom: 0;
        margin-bottom: 5vw;
        padding-right: 0;
    }
    .ct-cp-2 table .tr7 td {
        padding-right: 3vw;
        border: 0;
    }
    .ct-cp-2 table .tr7 td iframe {
        height: 40vw;
    }
    .ct-cp-3 {
        padding-bottom: 10vw;
    }
    .ct-cp-3 img {
        padding-top: 3vw;
        padding-bottom: 0;
        width: 80%;
    }
    .ct-cp-3a1 p {
        padding: 1vw 0px;
        font-size: 3.5vw;
        width: 34%;
    }
    .ct-cp-3a1 {
        margin-bottom: 7vw;
    }
    .ct-cp-3a2 h3 {
        font-size: 5vw;
        padding-bottom: 7vw;
    }
    .ct-cp-3a2 p {
        font-size: 3.5vw;
    }
    .ct-cp-4box {
        margin-top: 0;
    }
    .ct-cp-4 table {
        padding-left: 0;
        max-height: 65vw;
        padding-right: 0;
    }
    .ct-cp-4 table tr{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ct-cp-4 table th {
        font-size: 3vw;
        vertical-align: middle;
        text-align: center;
        padding: 5vw 0 1vw 0 !important;
        width: 90%;
        margin: auto;
        border-style: dashed;
    }
    .ct-cp-4 table td {
        width: 90%;
        font-size: 3.5vw;
        margin: auto;
        padding: 3vw 0 10vw 0;
    }
    .ct-cp-2 table .tr7 th {
        border-bottom: 1px solid #0050B5;
        border-style: dashed;
    }
    .collapsible {
        width: 8vw;
        height: 8vw;
        font-size: 10vw;
        top: 2vw;
        left: 2vw;
    }

    /*contact*/

    .page-contact .page-info img {
        width: 20%;
        margin-top: 1vw;
    }
    .form-title p:nth-child(1) {
        font-size: 3.5vw;
        line-height: 1.7;
        padding-bottom: 5vw;
    }
    .form-title p:nth-child(2) {
        font-size: 2.5vw;
    }
    .form-title p:nth-child(3) span {
        font-size: 3vw;
    }
    .page-contact form {
        padding-bottom: 5vw;
    }
    .page-contact form table {
        margin-bottom: 3vw;
    }
    .page-contact form table th,
    .page-contact form table td {
        width: 100%;
    }
    .page-contact form table tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .page-contact form table tr:first-child th{
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }
    .page-contact form table tr:last-child td{
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
    }
    .page-contact form table th {
        font-size: 3.5vw !important;
        padding: 2vw 0 !important;
        text-align: center;
        background: #0050b53b;
    }
    .page-contact form table td {
        font-size: 3.5vw !important;
        padding: 5vw 3vw !important;
    }
    .page-contact form table td span.mwform-radio-field {
        padding-right: 0;
        margin-bottom: 3vw;
        margin-left: 0 !important;
        width: 100%;
        display: block;
    }
    .page-contact form table td span.mwform-radio-field:nth-child(4){
        margin-bottom: 0;
    }
    .page-contact form table.table2 td span.mwform-radio-field:first-child {
        padding-bottom: 0;
    }
    .form-policy .contact_note {
        font-size: 3vw;
    }
    .form-policy #policy_check {
        font-size: 3.5vw;
        padding-top: 10vw;
        padding-bottom: 15vw;
    }
    .form-btn p.btn input {
        width: 55vw;
        height: 15vw;
        font-size: 5vw;
    }
    .mv-contact {
        height: 40vw;
    }
    .mv-contact img {
        max-width: 20%;
        margin-top: 10vw;
    }
    .page-contact form table.table3 tr span.note {
        font-size: 3vw;
        padding-left: 0;
    }
    .page-contact form table.table3 td input {
        font-size: 4vw;
    }

    .page-contact form table td input::placeholder {
        font-size: 3vw;
    }
    .page-contact form table td textarea::placeholder {
        font-size: 3vw;
    }
    .ct7-content{
        flex-direction: column;
    }
    .ct7-content a {
        width: 75%;
        margin-bottom: 5vw;
    }
    .ct-cp-1box p {
        padding: 0 2vw;
    }
    .pd-1 .pd-group .pd-list .pd-list-note {
        width: 100%;
        font-size: 4vw;
        padding: 5vw 0;
        line-height: 1.8;
        margin-top: 0;
        margin-bottom: 5vw;
        margin-left: 0;
    }
}