@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

/*=======  Common=========*/
.container {
    max-width: 1460px;
}

.sp-show {
    display: none;
}

.pc-none {
    display: none !important;
}

.sp-none {
    display: inline-block;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-100 {
    margin-top: 100px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-80 {
    margin-bottom: 80px;
}

.txt-serif {
    font-family: "Noto Serif JP", serif;
}

.txt-inter {
    font-family: "Inter", sans-serif;
}

/*=======  Nav bar & menu =========*/
.menu-pc h1 {
    text-align: left;
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
    font-family: "Inter", sans-serif;
}

.logo-text {
    position: relative;
    top: -10px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
}

.logo-text-sub {
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.logo-header {
    padding-top: 10px;
}

.nav-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 20px 00 20px;
    margin-bottom: 0;
}

.nav-item {
    list-style: none;
    padding: 0 12px 20px 12px;
    position: relative;
    display: inline-block;
}


.nav-item:hover::before,
.nav-item.active::before {
    width: 100%;
    left: 0;
}

.nav-item:hover {
    background: linear-gradient(to bottom, rgba(36, 131, 160, 1), rgba(123, 212, 227, 1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-item.active a {
    background: linear-gradient(to bottom, rgba(36, 131, 160, 1), rgba(123, 212, 227, 1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.active a {
    color: #007bff;
}

.nav-item:last-child {
    border-right: none;
}

.nav-item a {
    color: #000;
    font-weight: 300;
    font-size: 15px;
}

.nav-item a:hover {
    text-decoration: none;
    color: red;
}

li.nav-item a img {
    /* height: 50%; */
}

.menu-sp {
    display: none;
}

.menu-pc {
    padding-left: 10px;
}

/*======= Main FV =========*/
#top-bar {
    background: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    height: 64px;
}

#main {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

#main .container-fluid {
    padding: 0;
}

#main h2 img {
    width: 100%;
    height: 790px;
    object-fit: cover;
}

#main h2 video {
    width: 100%;
    height: 790px;
    object-fit: cover;
    object-position: center;
}

.main-content-wrapper {
    position: relative;
}

.main-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.main-content-text p {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

#information {
    position: relative;
    padding: 80px 0;
    color: #000;
    background-image: url('../images/bg1.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    margin-top: -13px;
}

.title-jp {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.title-en {
    background: linear-gradient(to bottom, rgba(36, 131, 160, 1), rgba(123, 212, 227, 1));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    letter-spacing: 0pt;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-en img {
    margin-right: 10px;
}

.news-wrapper {
    max-width: 90%;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    color: #000;
    margin-top: 40px;
    padding: 40px;
}

.news-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.news-date {
    flex: 100%;
    max-width: 30%;
    text-align: right;
    padding-right: 60px;
    font-family: "Inter", sans-serif;
    font-size: 24px;
}

.news-title {
    flex: 100%;
    max-width: 70%;
    font-family: "Inter", sans-serif;
}

.btn-contact-wrap {
    margin-top: 40px;
    text-align: center;
}

.btm-contact {
    border: 1px solid #000;
    padding: 15px 20px;
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin: 0 auto;
    width: 280px;
    text-align: center;
}

.btm-contact:hover {
    text-decoration: none;
    color: #000;
}

.btm-contact img {
    margin-left: 10px;
}

#greetings {
    padding: 80px 0;
    background-image: url('../images/bg1.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
    margin-top: -13px;
}

#greetings .greeting-wrapper {    
    background: rgba(255, 255, 255, 0.6);   
    padding: 30px 10px;
    max-width: 90%;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
}

.img-greeting {
    width: 100%;
}

.greeting-text {
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 20px;
}

.greeting-text-title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}

.greeting-text-body {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}

.greeting-text .txt-right {
    text-align: right;
    margin-top: 60px;
}

#blog {
    padding: 80px 0;
    color: #000;
    background-image: url('../images/bg-blog.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}

.blog-wrapper {
    margin-top: 40px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.blog-item {
    flex: 100%;
    max-width: calc(100% / 3 - 30px);
    margin: 0 30px 30px 0;
}

.blog-item:nth-child(3n) {
    margin: 0 0 30px 0;
}


.blog-img img {
    width: 100%;
}

.blog-content {
    margin-top: 20px;
    border: 1px solid #000;
    padding: 10px;
    background: #fff;
    font-family: "Inter", sans-serif;
}

.blog-date {
    display: inline-block;
    margin-right: 30px;
}

.blog-title {
    display: inline-block;
}

.btn-blog-wrapper {
    margin-top: 20px;
    text-align: center;
}

.btn-blog {
    border: 1px solid rgba(0, 102, 255, 1);
    background: rgba(0, 102, 255, 1);
    padding: 10px 50px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    border-radius: 30px;    
}

.btn-blog:hover {
    text-decoration: none;
    color: #fff;
}

#features {
    padding: 80px 0;
    color: #000;
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}

.feature-wrapper {
    background: #fff;
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 0 0;
}

.desc-feature {
    text-align: center;
    margin: 60px 0 40px;
}

.feature-content-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.feature-content-img {
    flex: 100%;
    max-width: calc(100% / 2);
}

.feature-content-img img {
    width: 100%;
}

.feature-content-text {
    flex: 100%;
    max-width: calc(100% / 2);
    align-self: center;
    padding: 0 40px;
}

.feature-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}

.plan-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
}

.feature-content-text ol li {
    line-height: 1.8em;
    margin-bottom: 20px;
}

#gallery {
    padding: 0 0 80px;
}

.gallery-wrapper {
    margin-top: 40px;
}

.gallery-slider img {
    width: 100%;
    height: auto;  
}

.gallery-slider-nav img {
    /* width: 100px!important; */
    height: 135px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
    width: 100%;
}

.gallery-slider-nav .slick-current.slick-active img {
    opacity: 1;
}

.gallery-slider-nav .owl-item.active img {
    opacity: 1;
}

.gallery-slider {
    position: relative;
}

.gallery-slider::before,
.gallery-slider::after {
    content: "";
    background: #FFF;
    opacity: 0.7;
    width: 7.5vw;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;   
}

.gallery-slider::before {
    left: 0;
}

.gallery-slider::after {
    right: 0;
}

.gallery-slider .slick-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}

.gallery-slider .slick-arrow.slick-prev {
    left: 2vw;
}

.gallery-slider .slick-arrow.slick-next {
    right: 2vw;
}

.gallery-slider .slick-arrow.slick-prev::before,
.gallery-slider .slick-arrow.slick-next::before {
    font-size: 3vw;
    color: #888;
    display: none;
}

.slick-prev img {
    height: 40px;
    width: auto;
}

.slick-next img {
    height: 40px;
    width: auto;
}

#plans {
    padding: 80px 0;
    color: #000;
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
}

.my-ul li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}

.my-ul li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -35px;
    width: 18px;
    height: 18px;
    background: #000;
    border-radius: 50%;
}

.two-column {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.column-left {
    flex: 0 0 70px; 
}

.column-right {
    flex: 1;
}

#access {
    padding: 20px 0 80px;
}

.access-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.access-text {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-left: 40px;
}

.access-title {
    font-size: 18px;
    font-weight: 700;   
    margin-bottom: 20px;
}

.access-content a {
    color: #000;
}

.access-content a:hover {
    color: #000;
    text-decoration: none;
}

ul.my-ul2 {
    margin-left: -15px;
}

#reviews {
    position: relative;
    padding: 80px 0;
    background-image: url('../images/bg-review.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.reviews-wrapper-outer {
    background: rgba(255, 255, 255, 0.5);
    margin-top: 40px;   
}

.reviews-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

.reviews-img {
    flex: 100%;
    max-width: calc(20% - 30px);
    margin: 0 30px 30px 0;
}

.reviews-img img {
    width: 168px;
    height: 168px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}

.reviews-content {
    flex: 100%;
    max-width: calc(80% - 30px);
    align-self: center;
    margin: 0 0 30px 0;
    padding-left: 20px;
}

.btn-voice-wrapper {
    margin-top: 40px;
    text-align: center;
}

.btn-voice {
    border: 1px solid rgba(0, 102, 255, 1);
    padding: 10px 50px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    width: fit-content text-align: center;
    border-radius: 30px;
    background: rgba(0, 102, 255, 1);
}

.btn-voice:hover {
    text-decoration: none;
    color: #fff;
}

#faq {    
    padding: 80px 0;    
}

.question-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #000;
    padding: 15px 40px;   
    font-family: "Inter", sans-serif;
}

.answer-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 40px;  
    font-family: "Inter", sans-serif; 
}

.ques-num {
    flex: 0 0 auto;
    min-width: 40px;
}

.ques-text {
    flex: 1;
}

.ans-num {
    flex: 0 0 auto;
    min-width: 40px;
}

.ans-text {
    flex: 1;
}


#instagram {
    padding: 80px 0;
    background: #000;
}

.ig-wrap {
    margin: 40px auto 0;
}

.ig-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
}

.ig-item {
    flex: 100%;
    max-width: calc(100% / 5 - 30px);
    margin: 0 30px 30px 0;
}

.ig-item:nth-child(5) {
    margin: 0 0 30px 0;
}

.ig-item:nth-child(10) {
    margin: 0 0 30px 0;
}

.ig-item img {
    width: 100%;
}


footer {
    padding: 80px 0 20px;
    background: #000;    
    background-image: url('../images/bg_footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    height: 100%;
    width: 100%;
}

.footer-right {
    color: #000;
}

.footer-logo a {
    color: #000;
}

.footer-logo a:hover {
    color: #000;
    text-decoration: none;
}

.logo-text.logo-text-ft {
    position: relative;
    top: 0;
    left: 5px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
}

.footer-logo .logo-text-sub {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;
}

.footer-info {
    margin-top: 20px;  
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.footer-info a {
    color: #000;;
}

.footer-info a:hover {
    color: #000;
    text-decoration: none;
}

.footer-address {
    margin-top: 30px;
}

.footer-tel {
    color: #000;
}

.footer-tel:hover {
    text-decoration: none;
    color: #000;
}

.footer-access {
    margin-top: 30px;
}

.footer-map {
    margin-top: 30px;
}


.footer-sns {
    margin-top: 30px;
}

.footer-sns a:first-child {
    margin-right: 10px;
}

.copyright {
    background: rgba(0, 164, 239, 1);
    color: #fff;
    font-family: "Inter", sans-serif;
    padding: 10px;
    text-align: center;
    margin-top: 30px;   
}

/* ========== Lower Banner ==========*/
.banner-lower {
    position: relative;
    padding: 0;
    height: 400px;
}

.banner-img img {
    width: 100%;
    height: 400px;
}

.banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.banner-btn {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.banner-btn-lp {
    position: absolute;
    bottom: 40px;
    left: 37%;
    transform: translateX(-50%);
}


/* ========== Page 5 Contact =========== */
#contact {
    padding: 80px 0;
    background-image: url('../images/bg-black.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.contact-form {
    width: 80%;
    margin: 40px auto 0;
    color: #fff;
}

.form-group {
    /* display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap; */
    /* Adds consistent spacing between label and input */
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    /* Adjust based on your longest label */
    white-space: nowrap;
    /* Prevents label from wrapping */
}

.form-group .required {
    color: #fff;
    background: rgba(199, 52, 32, 1);
    border-radius: 25px;
    margin-left: 5px;
    font-size: 16px;
    padding: 5px 30px;
    float: right;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: transparent;
    border: none;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: transparent;
    border: none;
    width: 100%;
}

.form-group .form-control02 {
    flex: 1;
    /* Takes up remaining space */
    padding: 8px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #fff;
}

/* Special styling for textarea */
.form-group textarea {
    height: 140px;
    flex: 1;
    color: #fff;
    /* Adjust height as needed */
    resize: vertical;
    /* Allows vertical resizing */
}

.btn-submit {
    display: block;
    margin: 20px auto 0;
    cursor: pointer;
    background: transparent;
    border: none;
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: none !important;
}

/* Remove blue glow/outline from Contact Form 7 inputs */
.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Override autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Firefox */
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
}

.btn-submit:focus {
    outline: -webkit-focus-ring-color none;
}

.blog-wrapper {
    margin-top: 40px;
}

/* ========== Page 3 Conditions: Tabs =========== */
.tabs-wrap {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 60px;
}

.tab-item {
    flex: 100%;
    max-width: calc(100% / 3 - 8px);
    margin: 0 8px 0 0;
    color: #fff;
    border: 1px solid rgba(195, 34, 39, 1);
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    align-content: center;
}

.tab-item:last-child {
    margin: 0;
    max-width: calc(100% / 3);
}

.tab-item.active {
    background: rgba(195, 34, 39, 1);
    color: #fff;
}

.tab-item:hover {
    background: rgba(195, 34, 39, 1);
    color: #fff;
}

.tabs-content {
    border: 1px solid rgba(195, 34, 39, 1);
    padding: 0 0 70px;
    display: none;
    background: transparent;
}

.tabs-content.active {
    display: block;
}

.sp-show767 {
    display: none;
}