/*
* Theme Name: Linotheme 2020
* 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---------------------------------------------- */


@font-face {
    font-family: 'LINESeedJP-bold';
    src:url('fonts/LINESeedJP_OTF_Bd.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LINESeedJP';
    src:url('fonts/LINESeedJP_OTF_Rg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: 'LINESeedJP';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
p{
    font-size: 16px;
    line-height: 1.8;
    font-family: 'LINESeedJP';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: unset;
}
h1,h2,h3,h4,h5{
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: unset;
}

/* =================================
   HERO
================================= */

.hero{
    position:relative;
    height:100vh;
    overflow:hidden;
}

.hero-bg-text{
    position:absolute;

    display: flex;
    gap: 20vw;
    width: max-content;
    will-change: transform;

    font-family: "Oswald", sans-serif;
    top: 15vh;
    left:0;
    line-height:.9;
    color:rgb(255 255 255 / 21%);

    z-index:5;

    white-space:nowrap;
    /*font-size:clamp(120px,14vw,280px);
    pointer-events:none;
    will-change:transform;
    transition:transform 1.4s cubic-bezier(.22,.61,.36,1);*/
}
.hero-bg-text.loaded{
    animation:scrollText 40s linear infinite;
}
.hero-bg-text span {
    font-family: "Oswald", sans-serif;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 20vw;
    font-weight:800;
}
@keyframes scrollText {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-25%);
    }
}
.inner{
    max-width: 1200px;
    margin: auto;
}

.header{
    position: fixed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 8px 24px rgba(0, 0, 0, .05);

    top:20px;
    left:30px;
    right:30px;
    height: 90px;

    z-index:1000;

    display:flex;
    align-items:center;
    justify-content:space-between;

    border-radius:20px;

    background:rgba(255,255,255,.95);
    backdrop-filter:blur(10px);
}

.logo{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 30px;
}
.logo img{
    width: 285px;
}
.logo p {
    color: #000000;
    padding-left: 30px;
    font-size: 15px;
}

.header-right{
    display:flex;
    align-items:center;
    height: 100%;
    gap:40px;
}

.lang-pc{
    display:flex;
    gap:8px;
}

.lang-pc a{
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    width: 93px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ffffff;
    color: #C9C9C9;
    font-size: 14px;
    border: 1px solid #C9C9C9;
}
.lang-pc a.active{
    background:#000;
    color:#fff;
}
.lang-sp select{
    height:38px;

    padding:0 14px;

    border-radius:999px;
    border:1px solid #ddd;
}

.mail-btn{
    width:116px;
    height: 100%;

    display:flex;
    align-items:center;
    justify-content:center;

    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background:#f8b400;

    text-decoration:none;
}
.mail-btn img{
    width: 37px;
}

.swiper,
.swiper-wrapper,
.swiper-slide{
    width:100%;
    height:100%;
}

.swiper-slide{
    position:relative;
}

.slide-image{
    position:absolute;
    inset:0;
}

.slide-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.slide-content{
    position: absolute;
    top: 25vh;
    z-index: 100;
    left: 34%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sun {
    width: 33vw;
}

.slide-content h2{
    color:#fff;
    font-size:clamp(42px,5vw,72px);
    font-weight:700;
}

.swiper-pagination{
    bottom:30px !important;
}

.mv-btn{
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 100;
}

.ct1{
    padding: 120px 0;
}
.ct1-content{
    display: flex;
    flex-wrap: nowrap;
}
.ct1-a{
    width: 33%;
}
.ct1-a img{}
.ct1-a .ct1-a-info{
    padding-top: 120px;
    padding-left: 10px;
    display: flex;
    align-items: flex-start;
}
.ct1-a .ct1-a-info p{
    padding-right: 30px;
    letter-spacing: 15px;
}
.ct1-a .ct1-a-info h3{
    font-size: 27px;
    letter-spacing: 2px;
}
.ct1-a .ct1-a-info h3 span{
    font-size: 14px;
    font-family: 'LINESeedJP';
}
.ct1-b{
    width: 67%;
}
.ct1-b p{
    font-size: 21px;
}
.ct2{
    position: relative;
}
.ct2 .ct2-background{
    width: 100%;
}
.ct2 .ct2-content{
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}
.ct3 {
    padding: 120px 0 260px;
}

.ct-title {
    text-align: center;
    margin-bottom: 70px;
}

.ct-title h2 {
    font-size: 40px;
    padding-bottom: 5px;
    color: #000;
}

.ct-title p {
    font-size: 23px;
    color: #333;
}

.ct3-content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.ct3-content .ct3-box {
    width: calc((100% - 60px) / 3);
    text-align: center;
}

.ct3-content .ct3-box h3 {
    color: #FFBA00;
    font-size: 24px;
    line-height: 1.6;
    min-height: 90px;
}

.ct3-content .ct3-box img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    display: block;
    border-radius: 25px;
    margin-bottom: 25px;
}

.ct3-content .ct3-box p {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
}

.ct4 iframe{
    width: 100%;
    height: 370px;
}


.ct5{
    background:#FFF9E8;
    padding: 125px 0 45px;
}
.ct5-content{
}

.ct5-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom:2px solid #8c8c8c;
}

.ct5-title-ja{
    margin:0;
    font-size:27px;
}
.ct5-title-ja span{
    color: #FFBA00;
    padding-left: 5px;
}
.ct5-title-en{
    font-size:18px;
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing:1px;
}

.ct5-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    padding-bottom: 80px;
}

.ct5-info div{
    height: 98px;
}

.ct5-card{
    background:#ffffff;
    border-radius:24px;
    overflow:hidden;
}

.ct5-card-inner{
    padding:40px 45px 15px 45px;
}

.ct5-logo{
    position: relative;
    margin-bottom:25px;
}

.ct5-logo img{
    max-width:260px;
    width:100%;
    display:block;
}

.ct5-name{
    position: absolute;
    font-size: 25px;
    left: 105px;
    top: 52px;
    line-height: 1.2;
}

.ct5-address{
    font-size:18px;
    line-height:1.6;
}

.ct5-tel{
    font-size:18px;
    padding: 5px 0;
}

.ct5-time{
    font-size:16px;
    line-height:1.8;
    display: grid;
    grid-template-columns: 85px 1fr;
    height: 55px;
}
.ct5-tags{
    display:flex;
}

.ct5-tag{
    flex:1;
    text-align:center;
    color:#fff;
    font-size:16px;
    padding:18px 10px;
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.ct5-tag-red{
    background:#FF5555;
}

.ct5-tag-purple{
    background:#BC58AD;
}

.ct5-tag-cyan{
    background:#28C9B3;
}

.ct5-tag-cyan2{
    background:#5DC1CF;
}

.ct5-tag-green{
    background:#94D647;
}

.ct5-tag-yellow{
    background:#FFBA00;
}
.fs-18{
    font-size: 18px;
}
.ct6{
    background: #F8F8F8;
    padding-top: 125px;
    padding-bottom: 40px;
}
.ct6-content{
    margin: auto;
}

.ct6-table{
    border:1px solid #000000;
    border-radius:24px;
    padding:0 55px 0 155px;
    margin-bottom: 170px;
}

.ct6-row{
    display:grid;
    grid-template-columns:215px 1fr;
    gap:50px;
    padding:50px 0;
    border-bottom:1px solid #000000;
}

.ct6-row:last-child{
    border-bottom:none;
}

.ct6-label{
    font-size:15px;
    line-height: 2.2;
}

.ct6-value{
    color:#222;
}
.ct6-value p{
    font-size: 18px;
}

.ct6-list{
    display:flex;
    flex-direction:column;
}

.ct6-list-row{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
}

.ct6-list-title{
    min-width:100px;
}

.ct6-address{
    display:flex;
    align-items:center;
    gap: 75px;
    /*margin-bottom:20px;
    padding-bottom:15px;
    border-bottom:1px solid #000000;*/
}

.ct6-map iframe{
    width:100%;
}
.ct6-row-location .ct6-value{
    padding-right: 30px;
}
.ct6a{
    padding: 0 60px 80px;
}

.ct6a-head{
    position:relative;
    text-align:center;
    margin-bottom:80px;
}

.ct6a-head::before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#707070;
    transform:translateY(-50%);
}

.ct6a-label{
    position:relative;
    z-index:2;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:133px;
    height:55px;
    padding:13px 30px;
    background:#FFFFFF;
    border:1px solid #707070;
    border-radius:10px;
    font-size:18px;
}

.ct6a-body{
    text-align:center;
    border-bottom: 1px solid #707070;
    padding-bottom: 85px;
}

.ct6a-body img{
    padding-bottom: 90px;
}

.ct6a-text{
    font-size:20px;
    line-height:2.2;
    color: #000000;
}

.ct6a-text p{
    margin:0 0 50px;
}

.ct6a-text p:last-child{
    margin-bottom:0;
}
.ct6b{
    padding:0 90px 80px;
}
.ct6c .ct6a-label{
    padding: 13px 70px;
}
.ct6b-title{
    font-family: "Shippori Mincho B1", serif;
    margin:0 0 55px;
    text-align:center;
    font-size:40px;
    font-weight:700;
    line-height:1.4;
    color:#1f1515;
}

.ct6b-list{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.ct6b-item{
    background:#ffffff;
    border-radius:10px;
    padding:30px;
}

.ct6b-item-head{
    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:15px;
}

.ct6b-number{
    flex-shrink:0;
    font-size: 35px;
    line-height: 1.2;
}

.ct6b-item-title{
    margin:0;
    font-size:25px;
    line-height:1.6;
}

.ct6b-item-text{
    padding-left:60px;
    font-size:20px;
    line-height:2;
}

.ct6c{
    padding:80px 0;
}

.ct6c .ct6a-head{
    margin: 0 50px;
}

.ct6c-list{
    margin-top:90px;
}

.ct6c-row{
    display:grid;
    grid-template-columns:290px 1fr;
    gap:60px;
    padding:35px 0;
    border-bottom:2px dotted #000000;
}

.ct6c-date{
    font-size:15px;
    line-height:2.2;
    text-align: center;
}

.ct6c-text{
    font-size:18px;
    line-height:1.8;
}
.ct6-list-justify{
    display: inline-block;
    width: 5.4em;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
}

.ct7{
    background: #FFF9E8;
    padding: 125px 0;
}
.ct7-content{}

.ct7-content-title{
    text-align:center;
    font-size:22px;
    margin:0 0 20px;
    line-height:1.4;
}
.ct7-content-ptitle{
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 20px;
}

.ct7-content-list{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.ct7-content-item{
    background:#FFFFFF;
    border-radius:16px;
    padding:30px 55px;
    font-size:18px;
    line-height:1.8;
}



.ct-contact {
    padding: 100px 0;
}
.ct-contact .ct-contact-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 140px;
}

.ct-contact .contact-tel {
    width: 285px;
    height: 72px;
    border: 1px solid #707070;
    border-radius: 15px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    color: #000;
    background: #fff;
}

.ct-contact .contact-tel-top {
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}

.ct-contact .contact-tel-top img {
    height: 21px;
}

.ct-contact .contact-tel-top span {
    line-height: 1;
}

.ct-contact .contact-tel p {
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    color: #444;
}
.ct-contact .contact-mail {
    width: 285px;
    height: 72px;
    border-radius: 15px;
    background: #FFBA00;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #fff;
    text-decoration: none;
}

.ct-contact .contact-mail img {
    height: 21px;
}

.ct-contact .contact-mail span {
    font-family: 'LINESeedJP-bold';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
}
.contact-form{
    background: #F2F2F2;
    padding: 120px 0;
}

.contact-content{
    background: #ffffff;
    padding: 60px 100px 90px 100px;
}
.contact-content p{
    font-size: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.form-table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
}

.form-table th,
.form-table td{
    border: 1px solid #000000;
    padding: 18px 20px;
}

.form-table th{
    width: 220px;
    background: #E6E6E6;
    text-align: left;
    font-weight: 500;
    vertical-align: middle;
}

.form-table td{
    background: #fff;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table textarea{
    width: 100%;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 14px;
}

.form-table textarea{
    height: 180px;
    resize: vertical;
}

.form-table small{
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 12px;
}
.old td input[type="text"]{
    width: 20%;
}
.form-table-type{
    margin-bottom:60px;
}
.form-table-type th{
    background: unset;
}
.form-table-type th, .form-table-type td {
    padding: 40px 20px;
}
.form-table-info{
    margin-bottom:70px;
}

.radio-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 60px;
}

.radio-group label{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.radio-group input[type="radio"]{
    width: 20px;
    height: 20px;
}
.mw_wp_form .radio-group .horizontal-item + .horizontal-item{
    margin-left: 0;
}
.privacy-box{
    text-align: center;
}

.privacy-box p{
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy-btn{
    background: url("../img/icon-browsers.svg") no-repeat right 20px center;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    min-width: 280px;
    justify-content: center;
    padding: 15px 25px;
    border: 1px solid #999;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 35px;
}

.agree{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.agree input{
    width: 22px;
    height: 22px;
}
.submit-wrap{
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.submit-wrap::after{
    content: "\f061";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: calc(50% + 165px);
    transform: translateY(-50%);
    font-size: 28px;
    color: #fff;
    pointer-events: none;
    z-index: 2;
}

.submit-wrap input{
    font-family: 'LINESeedJP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    min-width: 420px;
    height: 80px;

    border: none;
    border-radius: 16px;
    background: #f8b500;
    color: #fff;

    font-size: 30px;
    cursor: pointer;
}
footer{
    background: #F2F2F2;
    text-align: center;
    padding: 100px 0;
}
.ft-logo img{
    width: 330px;
    padding-bottom: 30px;
}
.ft-menu{
    font-size: 15px;
    color: #3C3C3C;
    padding-bottom: 15px;
}
.ft-since{
    font-size: 11px;
    color: #3C3C3C;
}
.mw_wp_form_confirm .privacy-box,
.mw_wp_form_confirm form[method="post"] > p:first-child {
    display: none;
}
@media (max-width: 991px) {
    .ct-contact .ct-contact-inner {
        flex-direction: column;
        gap: 30px;
    }

    .ct-contact .contact-tel,
    .ct-contact .contact-mail {
        width: 100%;
        max-width: 590px;
    }

    .ct-contact .contact-tel-top span {
        font-size: 42px;
    }

    .ct-contact .contact-mail span {
        font-size: 36px;
    }


    .ct5-list{
        grid-template-columns:1fr;
    }

    .ct5-content{
        padding:40px 20px;
    }

    .ct5-card-inner{
        padding:30px;
    }

    .ct5-title-ja{
        font-size:28px;
    }

    .ct5-title-en{
        font-size:18px;
    }

    .ct6-table{
        padding:25px;
    }

    .ct6-row{
        gap:15px;
        padding:25px 0;
    }

    .ct6-value{
        font-size:16px;
        line-height:1.8;
    }

    .ct6-address{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .ct6-list-row{
        flex-direction:column;
        gap:5px;
    }


    .ct6a{
        padding:50px 20px;
    }

    .ct6a-head{
        margin-bottom:50px;
    }

    .ct6a-label{
        min-width:110px;
        height:46px;
        font-size:16px;
        border-radius:12px;
    }

    .ct6a-title{
        font-size:34px;
        margin-bottom:35px;
    }

    .ct6a-subtitle{
        font-size:28px;
        margin-bottom:40px;
    }

    .ct6a-text{
        font-size:16px;
        line-height:1.9;
    }

    .ct6a::after{
        margin-top:60px;
    }

    .ct6b{
        padding:50px 20px;
    }

    .ct6b-title{
        font-size:34px;
        margin-bottom:35px;
    }

    .ct6b-item{
        padding:20px;
    }

    .ct6b-item-head{
        gap:12px;
        margin-bottom:10px;
    }

    .ct6b-number{
        font-size:28px;
    }

    .ct6b-item-title{
        font-size:20px;
    }

    .ct6b-item-text{
        padding-left:40px;
        font-size:15px;
        line-height:1.8;
    }

}
@media(min-width:768px){
    .is-sp{
        display: none;
    }
}
@media(max-width:768px){
    body{
        font-size: 3.5vw;
    }
    p{
        font-size: 3.5vw;
    }
    .inner {
        max-width: 90%;
    }
    .header {
        left: 3vw;
        right: 3vw;
        top: 5vw;
    }
    .header{
        height: 15vw;
    }
    .mail-btn {
        width: 16vw;
        border-top-right-radius: 5vw;
        border-bottom-right-radius: 5vw;
    }
    .mail-btn img {
        width: 8vw;
    }
    .header-right {
        gap: 2vw;
    }
    .logo {
        margin-left: 3vw;
    }
    .logo img {
        width: 40vw;
    }
    .is-pc{
        display: none;
    }
    .hero-bg-text {
        top: 20vh;
    }
    .hero-bg-text span {
        font-size: 30vw;
    }
    .lang-sp select {
        height: 8vw;
        padding: 0 2vw;
        font-size: 3.5vw;
    }
    .sun {
        width: 65vw;
    }
    .slide-content {
        top: 30vh;
        left: 19%;
    }
    .slide-content h2{
        font-size:40px;
    }
    .mv-btn {
        left: 13%;
    }
    .ct1 {
        padding: 15vw 0;
    }
    .ct1-content{
        flex-direction: column;
    }
    .ct1-a {
        width: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 8vw;
        justify-content: center;
    }
    .ct1-b {
        width: 100%;
    }
    .ct1-a img {
        width: 30%;
    }
    .ct1-a .ct1-a-info {
        width: 70%;
        padding-top: 0;
        padding-left: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .ct1-a .ct1-a-info p {
        padding-right: 5vw;
        letter-spacing: 2vw;
    }
    .ct1-a .ct1-a-info h3 {
        font-size: 7vw;
    }
    .ct1-a .ct1-a-info h3 span {
        font-size: 3vw;
    }
    .ct3 {
        padding: 60px 20px;
    }
    .ct1-b p {
        font-size: 3.5vw;
    }
    .ct-title {
        margin-bottom: 5vw;
    }
    .ct-title h2 {
        font-size: 7vw;
    }
    .ct-title p {
        font-size: 3.8vw;
    }
    .ct2 .ct2-background {
        width: 100%;
        height: 65vw;
        object-fit: cover;
    }
    .ct2 .ct2-content {
        bottom: 8vw;
    }
    .ct2 .ct2-content img{
        width: 90%;
    }

    .ct3 {
        padding: 15vw 5vw;
    }
    .ct3-content {
        flex-direction: column;
        gap: 7vw;
    }
    .ct3-content .ct3-box img {
        height: 45vw;
        border-radius: 5vw;
        margin-bottom: 3vw;
    }
    .ct3-content .ct3-box {
        width: 100%;
    }
    .ct3-content .ct3-box h3 {
        min-height: auto;
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }
    .ct3-content .ct3-box p {
        font-size: 3.5vw;
    }

    .ct-contact {
        padding: 15vw 0;
    }
    .ct-contact .ct-contact-inner {
        gap: 8vw;
    }
    .ct-contact .contact-tel,
    .ct-contact .contact-mail {
        height: 22vw;
        border-radius: 5vw;
        width: 75vw;
        max-width: unset;
    }
    .ct-contact .contact-tel-top {
        font-size: 5vw;
        gap: 2vw;
    }
    .ct-contact .contact-tel-top span {
        font-size: 7vw;
    }
    .ct-contact .contact-tel-top img {
        height: 5.5vw;
    }
    .ct-contact .contact-tel p {
        font-size: 3vw;
    }
    .ct-contact .contact-mail span {
        font-size: 6vw;
    }
    .ct-contact .contact-mail i,
    .ct-contact .contact-tel-top i {
        font-size: 28px;
    }
    .ct-contact .contact-mail img {
        height: 5.5vw;
    }
    .contact-form {
        padding: 15vw 0;
        background: #ffffff;
    }
    .contact-content {
        padding: 5vw 0;
    }
    .contact-content p {
        font-size: 3.5vw;
        padding-bottom: 2vw;
    }
    .form-table,
    .form-table tbody,
    .form-table tr,
    .form-table th,
    .form-table td{
        display: block;
        width: 100%;
    }

    .form-table th, .form-table td {
        font-size: 3.8vw;
        padding: 3vw;
    }
    .form-table-type th, .form-table-type td {
        padding: 7vw 5vw;
    }
    .form-table{
        border: 1px solid #000000;
    }
    .form-table th{
        border-bottom: none;
    }
    .form-table-type th {
        text-align: center;
        font-size: 4.5vw;
    }
    .form-table-type {
        margin-bottom: 8vw;
    }
    .form-table-info {
        margin-bottom: 10vw;
    }
    .radio-group{
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .form-table input[type="text"], .form-table input[type="email"], .form-table input[type="tel"], .form-table textarea {
        border-radius: 4px;
        padding: 3vw;
        font-size: 3.8vw;
    }
    .old td input[type="text"]{
        width: 40%;
    }
    .privacy-btn{
        margin-bottom: 2vw;
    }
    .submit-wrap button{
        min-width: 100%;
        font-size: 22px;
        height: 60px;
    }
    .agree {
        font-size: 3.5vw;
    }
    .submit-wrap input {
        min-width: 90%;
        height: 15vw;
        border-radius: 5vw;
        font-size: 5vw;
    }
    .submit-wrap::after {
        left: calc(50% + 30vw);
        font-size: 5vw;
    }

    .ct5 {
        padding: 15vw 0 5vw;
    }
    .ct5-content {
        padding: 5vw 3vw;
    }
    .ct5-header {
        padding-bottom: 1vw;
        margin-bottom: 5vw;
    }
    .ct5-title-ja {
        font-size: 4.5vw;
    }
    .ct5-title-ja span{
        font-size: 3.2vw;
    }
    .ct5-title-en {
        font-size: 3.5vw;
    }
    .ct5-card-inner {
        padding: 5vw;
    }
    .ct5-logo {
        margin-bottom: 6vw;
    }
    .ct5-info div {
        height: auto;
    }
    .ct5-address {
        font-size: 3.8vw;
    }
    .ct5-tel {
        font-size: 3.8vw;
    }
    .ct5-time {
        font-size: 3.5vw;
        height: auto;
    }
    .ct5-tag {
        font-size: 3.5vw;
        padding: 4vw 2.5vw;
    }
    .ct5-list {
        padding-bottom: 15vw;
    }
    .ct6 {
        padding-top: 15vw;
        padding-bottom: 5vw;
    }
    .ct6-table {
        padding: 4vw;
        border-radius: 5vw;
        margin-bottom: 8vw;
    }
    .ct6-row {
        grid-template-columns: 20% 1fr;
        gap: 3vw;
        padding: 5vw 0;
    }
    .ct6-label {
        font-size: 3.5vw;
    }
    .ct6-value p {
        font-size: 3.5vw;
    }
    .ct6a {
        padding: 8vw 0;
    }
    .ct6a-head {
        margin-bottom: 8vw;
    }
    .ct6a-label {
        min-width: 33vw;
        height: 10vw;
        font-size: 4vw;
        border-radius: 3vw;
    }
    .ct6a-title {
        font-size: 5vw;
        margin-bottom: 3vw;
    }
    .ct6a-subtitle {
        font-size: 4.8vw;
        margin-bottom: 5vw;
    }
    .ct6a-text {
        font-size: 3.5vw;
    }
    .ct6a-body {
        padding-bottom: 8vw;
    }
    .ct6b {
        padding: 0;
    }
    .ct6b-title {
        font-size: 4.8vw;
        margin-bottom: 5vw;
    }
    .ct6b-item {
        padding: 3vw;
    }
    .ct6b-number {
        font-size: 6vw;
    }
    .ct6b-item-title {
        font-size: 4vw;
    }
    .ct6b-item-head {
        gap: 2vw;
    }
    .ct6b-item-text {
        padding-left: 8vw;
        font-size: 3.8vw;
    }
    .ct6c {
        padding: 15vw 0;
    }
    .ct6c .ct6a-head {
        margin: 0;
    }
    .ct6c-list {
        margin-top: 8vw;
    }
    .ct6c-row {
        grid-template-columns: auto;
        gap: 3vw;
        padding: 5vw 0;
    }
    .ct6c-date {
        font-size: 3.5vw;
    }
    .ct6c-text {
        font-size: 3.8vw;
    }
    .ct6a-body img {
        padding-bottom: 10vw;
    }

    .ct7{
        padding: 15vw 0;
    }
    .ct7-content-title {
        font-size: 4.5vw;
        margin-bottom: 5vw;
    }

    .ct7-content-ptitle{
        font-size: 3.5vw;
    }
    .ct7-content-list {
        gap: 3vw;
    }
    .ct7-content-item {
        padding: 4vw;
        font-size: 3.5vw;
        border-radius: 5vw;
    }
    .logo p {
        padding-left: 4vw;
        font-size: 2.5vw;
        line-height: 1.5;
    }
}