@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

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

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

/* Use Poppins only where this class is applied */
.font-poppins {
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}

/* Desktop Header */
header.desktop {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: 100px;
    background-color: #fff;
    /* border-bottom: 2px solid #E0E0E0; */
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

header.mobile {
    display: none;
}

/* Logo Section */
header.desktop .logo-name {
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

header.desktop .logo-name a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #03315A;
}

header.desktop .logo-name .logo-image {
    height: 60px;
    width: auto;
    margin-right: 10px;
}

header.desktop .logo-name .logo-text {
    font-size: 32px;
    font-weight: 700;
    color: #03315A;
    letter-spacing: -0.5px;
}

/* Header Right Section */
header.desktop .header-right {
    float: right;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Contact Center Section */
header.desktop .contact-center {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 40px;
    margin-right: 0;
}

header.desktop .contact-center .contact-label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: right;
}

header.desktop .contact-center .phone-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    gap: 10px;
}

header.desktop .contact-center .phone-icon {
    width: 37.5px;
    height: 37.5px;
    flex-shrink: 0;
}

header.desktop .contact-center .phone-number {
    font-size: 32px;
    font-weight: 700;
    color: #03315A;
    line-height: 1;
    white-space: nowrap;
}

/* Menu Buttons */
header.desktop .menu {
    height: 100px;
    display: flex;
    align-items: center;
    gap: 0;
}

header.desktop .menu .btn-request-for-information {
    width: 260px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
    transition: opacity 0.3s;
}

header.desktop .menu .btn-request-for-information:hover {
    opacity: 0.9;
}

header.desktop .menu .btn-request-for-information img {
    width: 24px;
    height: 24px;
}

header.desktop .menu .btn-request-for-information.free img {
    width: 28px;
    height: 20px;
}

header.desktop .menu .btn-request-for-information.materials img {
    width: 19px;
    height: 24px;
}

header.desktop .menu .btn-request-for-information.free {
    background-color: #1C66BF;
    color: #fff;
}

header.desktop .menu .btn-request-for-information.materials {
    background-color: #FFD700;
    color: #000;
}

header.desktop .menu .btn-request-for-information span {
    white-space: nowrap;
}

/* Clear floats */
header.desktop::before,
header.desktop::after {
    content: "";
    display: table;
    clear: both;
}

/* PC Banner Section */
#gozaruGateBanner {
    width: 100%;
    max-width: 1920px;
    height: 755px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

/* Top accent stripes */
#gozaruGateBanner .banner-stripes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

#gozaruGateBanner .banner-stripes .stripe {
    height: 2px;
    width: 100%;
}

#gozaruGateBanner {
    background: 
        url("../images/gozaru-gate/banner-bg-right-1.png") no-repeat,
        url("../images/gozaru-gate/banner-bg-right-2.png") no-repeat,
        url("../images/gozaru-gate/banner-bg-left-1.png") no-repeat,
        url("../images/gozaru-gate/banner-bg-left-2.webp") no-repeat,
        url("../images/gozaru-gate/banner-bg-center.webp") no-repeat;
    background-size: 
        contain,
        contain,
        contain,
        contain,
        contain;
    background-position: 
        right center,
        right center,
        left center,
        left center,
        right 137px top;
}

/* Banner content */
#gozaruGateBanner .banner-content {
    position: relative;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
    display: flex;
    padding-left: 45px;
    /* padding-top: 130px; */
    padding-top: calc(130px - ((1920px - 100vw) / 10));
}

#gozaruGateBanner .banner-text {
    color: #fff;
    position: relative;
    z-index: 4;
    width: 578px;
}

#gozaruGateBanner .banner-text .text-divider-thin {
    width: calc(100% - 30px);
    height: 2px;
    background-color: #fff;
}

#gozaruGateBanner .banner-text .text-divider-thin:first-of-type {
    margin: 0 0 16px 15px;
}

#gozaruGateBanner .banner-text .text-line-1 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
    line-height: 62px;
    text-align: center;
}

#gozaruGateBanner .banner-text .text-line-2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center;
}

#gozaruGateBanner .banner-text .text-line-2 .text-yellow {
    color: #FFD700;
}

#gozaruGateBanner .banner-text .text-line-2 .text-white {
    color: #fff;
}

#gozaruGateBanner .banner-text .text-divider-thin.ni {
    margin: 16px 0 12px 15px;
}

#gozaruGateBanner .banner-text .text-line-3 {
    font-size: 75px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0;
    line-height: 1.2;
    transform-origin: left center;
    display: inline-block;
    margin-top: 0;
}

#gozaruGateBanner .banner-text .text-line-3 .font-poppins {
    font-size: 95px;
    font-weight: 500;
    color: #fff;
}

#gozaruGateBanner .banner-text .text-line-4 {
    font-size: 31px;
    font-weight: 500;
    color: #181919;
    margin-bottom: 15px;
    line-height: 62px;
    height: 62px;
    background-color: #fff;
    padding-left: 45px;
    display: inline-block;
    padding-right: 45px;
}

#gozaruGateBanner .banner-text .text-line-4 .text-yellow {
    color: #b2ab18;
}

#gozaruGateBanner .banner-text .text-line-5 {
    font-size: 31px;
    font-weight: 500;
    color: #181919;
    margin-bottom: 20px;
    background-color: #fff;
    padding-left: 45px;
    display: inline-block;
    padding-right: 45px;
    height: 62px;
    line-height: 62px;
}

#gozaruGateBanner .banner-text-deco{
    /* width: 587px;
    height: 168px; */
    width: calc((100vw / 1920)*587);
    height: calc((100vw / 1920)*168);    
    position: absolute;
    /* bottom: 25px; */
    bottom: calc(25px - ((1920px - 100vw) / 10));
    z-index: 5;
    left: 50%;
    margin-left: -480px;
}

#gozaruGateBanner .banner-text-deco img {
    width: 100%;
    height: auto;
}

#gozaruGraduateHiringConcerns{
    width: 100%;
    max-width: 1920px;
    height: 727px;
    background-color: #DFEFEC;
    padding: 100px 130px 115px 159px;
}

#gozaruGraduateHiringConcerns .ghc-container{
    width: 100%;
    height: 100%;
    background: url("../images/gozaru-gate/graduate-hiring-concerns-bg-top.png") no-repeat, 
        url("../images/gozaru-gate/graduate-hiring-concerns-bg-bottom.png") no-repeat;
    background-size: contain, contain;
    background-position: left center, left center;
    padding-top: 62px;
}

#gozaruGraduateHiringConcerns .ghc-container .ghcc-container{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

#gozaruGraduateHiringConcerns .ghc-container .ghcc-container .ghccc-title {
    max-width: 321px;
}

#gozaruGraduateHiringConcerns .ghc-container .ghcc-container .ghccc-title span{
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
}

#gozaruGraduateHiringConcerns .ghc-container .ghcc-container .ghccc-reasons{
    display: flex;
    flex-direction: column;
    width: 970px;
    gap: 23px;
}

#gozaruGraduateHiringConcerns .ghc-container .ghcc-container .ghccc-reasons .reason{
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-radius: 85px;
    line-height: 80px;
    padding-left: 72px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    position: relative;
}

#gozaruGraduateHiringConcerns .ghc-container .ghcc-container .ghccc-reasons .reason::before{
    content: "";
    position: absolute;
    width: 31px;
    height: 31px;
    left: 33px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/gozaru-gate/graduate-hiring-concerns-icon.png") no-repeat;
    background-size: contain;
    background-position: center;
}

#gozaruGraduateHiringConcernsMobile{
    display: none;
}

#gozaruGateSection01{
    max-width: 1920px;
    height: 423px;
    background-color: #455DAA;
    background: url("../images/gozaru-gate/gozaru-gate-section-01-02.png") #455DAA no-repeat;
    background-size: 626px 598px;
    background-position: right 130px top;
}

#gozaruGateSection01 .ggs01-container{
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    background: url("../images/gozaru-gate/gozaru-gate-section-01-01.png") no-repeat;
    background-size: 264px 373px;
    background-position: left center;
    display: flex;
    align-items: center;
}

#gozaruGateSection01 .ggs01-container h4{
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 92px;
}

#gozaruGateSection01Mobile{
    display: none;
}

#gozaruGateSection02{
    max-width: 1920px;
    height: 2215px;
    background-color: #fff;
}

#gozaruGateSection02 .ggs02-container{
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    padding-top: 77px;
    display: flex;
    flex-direction: column;
}

#gozaruGateSection02 .ggs02-container .ggs02c-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-title h4{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #3E4244;
    line-height: 78px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-title h4 p{
    position: relative;
    z-index: 1;
}

#gozaruGateSection02 .ggs02-container .ggs02c-title h4 p::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 31px;
    background-color: #F2F264;
    border-radius: 16px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#gozaruGateSection02 .ggs02-container .ggs02c-title h4 p:nth-child(1)::before{
    width: 100%;
    left: -13px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-title h4 p:nth-child(2)::before{
    width: 96%;
    left: 6px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-sub-title{
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #195776;
    line-height: 55px;
    margin-bottom: 40px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step{
    height: 533px;
    background-color: #455DAA;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step .ggs02css-title{
    height: 143px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 41px;
    text-align: center;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step .ggs02css-content{
    width: 606.6px;
    height: 372px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step .ggs02css-content .ggs02css-content-title{
    height: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    color: #071B33;
    line-height: 42px;
    text-align: center;
    position: relative;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step .ggs02css-content .ggs02css-content-title::after{
    content: "";
    position: absolute;
    width: 110px;
    height: 3px;
    background-color: #A4940B;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step.ni .ggs02css-content .ggs02css-content-title{
    flex-direction: column;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step .ggs02css-content .ggs02css-content-title span.smaller-text{
    font-size: 22px;
    font-weight: 500;
    color: #071B33;
    line-height: 32px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step .ggs02css-content .ggs02css-content-points{
    height: 245px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    color: #262727;
    line-height: 30px;
    font-weight: 500;   
    justify-content: center;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step.ichi .ggs02css-content .ggs02css-content-points{
    background: url("../images/gozaru-gate/gozaru-gate-section-02-01.png") no-repeat;
    background-size: 114.8px 219.8px;
    background-position: right 38.6px bottom 21.2px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step.ni .ggs02css-content .ggs02css-content-points{
    background: url("../images/gozaru-gate/gozaru-gate-section-02-02.png") no-repeat;
    background-size: 154px 201px;
    background-position: right 67.6px bottom 30.3px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step.san .ggs02css-content .ggs02css-content-points{
    background: url("../images/gozaru-gate/gozaru-gate-section-02-03.png") no-repeat;
    background-size: 152.7px 197.3px;
    background-position: right 39.1px bottom 15px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-steps .ggs02cs-step.yon .ggs02css-content .ggs02css-content-points{
    background: url("../images/gozaru-gate/gozaru-gate-section-02-04.png") no-repeat;
    background-size: 182.5px 186.7px;
    background-position: right 31.8px bottom 22.7px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-socials{
    height: 715.8px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-socials .ggs02cs-container{
    width: 832px;
    height: 100%;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#gozaruGateSection02 .ggs02-container .ggs02c-socials .ggs02cs-container h4{
    text-align: center;
    margin-bottom: 45px;
}

#gozaruGateSection02 .ggs02-container .ggs02c-socials .ggs02cs-container h4 p{
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    position: relative;
    z-index: 1;
}

#gozaruGateSection02 .ggs02-container .ggs02c-socials .ggs02cs-container h4 p::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 31px;
    background-color: #F2F264;
    border-radius: 16px;
    left: 0;
    bottom: -5px;
    z-index: -1;
}

#gozaruGateSection02 .ggs02-container .ggs02c-socials .ggs02cs-container iframe{
    width: 597px;
    height: 337px;
    margin: 0 auto 53px auto;
}

.youtube-thumb{
    width: 597px;
    height: 337px;
    margin: 0 auto 53px auto;
}

#gozaruGateSection02 .ggs02-container .ggs02c-socials .ggs02cs-container .sub-title{
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

#gozaruGateSection02Mobile{
        display: none;
    }

#gozaruGateSection03{
    max-width: 1920px;
    height: 1063px;
    background-color: #EFF3F8;
}

#gozaruGateSection03 .ggs03-container{
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    padding-top: 63px;
    padding-bottom: 118px;
}

#gozaruGateSection03 .ggs03-container h4{
    color: #195776;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 68px;
}

#gozaruGateSection03 .ggs03-container .ggs03c-steps{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ggs03c-steps .ggs03cs-step{
    height: 340px;
    position: relative;
}

.ggs03c-steps .ggs03cs-step:nth-child(-n+4)::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    background: url("../images/gozaru-gate/gozaru-gate-section-03-01.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.ggs03c-steps .ggs03cs-step:nth-child(3)::after{
    content: none;
}

.ggs03c-steps .ggs03cs-step:nth-child(-n + 3){
    margin-bottom: 68px;
}

.ggs03c-steps .ggs03cs-step .step{
    width: 350px;
    height: 340px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    margin: 0 auto;
}

.ggs03cs-step .step .header{
    height: 37px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ggs03cs-step .step .header p:nth-child(1) {
    background-color: #1D6A9E;
    width: 130px;
    height: 37px;
    border-radius: 15px 0 0 0 ;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 37px;
}

.ggs03cs-step .step .header p:nth-child(2) {
    width: 59.6px;
    height: 28.68px;
    background-color: #AC9A00;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 28.6px;
    margin-top: 8.3px;
    margin-right: 9.7px;
}

.ggs03cs-step .step .avatar{
    height: 149.3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ggs03cs-step.ichi .step .avatar img{
    width: 93.2px;
    height: 115.1px;
}

.ggs03cs-step.ni .step .avatar img{
    width: 162.1px;
    height: 96.9px;
}

.ggs03cs-step.san .step .avatar img{
    width: 114.7px;
    height: 132.9px;
}

.ggs03cs-step.yon .step .avatar img{
    width: 133px;
    height: 137px;
}

.ggs03cs-step.go .step .avatar img{
    width: 182px;
    height: 137px;
}

.ggs03cs-step.go .step .content{
    display: flex;
    flex-direction: column;
}

.ggs03cs-step .step .content .title{
    text-align: center;
    color: #195776;
    font-size: 22px;
    font-weight: 500;    
    margin-bottom: 15px;
}

.ggs03cs-step .step .content .description{
    padding: 0 46px 0 40px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.ggs03c-steps .ggs03cs-step.roku .step{
    background-color: unset;
    box-shadow: unset;
    border-radius: unset;
}

.ggs03cs-step.roku .step .header p:nth-child(1){
    border-radius: 0 0 0 0;
    width: 167px;
    background-color: #004158;
    height: 37px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 37px;
}

.ggs03cs-step.roku .step p{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.ggs03cs-step.roku .step p.step-des{
    margin-top: 8px;
}

.ggs03cs-step.roku .step p.step-des.ni{
    margin-top: 3px;
}

#gozaruQnA{
    max-width: 1920px;
    background-color: #fff;
}

#gozaruQnA .container{
    width: 1216px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;   
    padding-top: 76px; 
    padding-bottom: 84px;
}

#gozaruQnA .container h4{
    color: #195776;
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 62px;
}

#gozaruQnA .container .couple{
    margin-bottom: 54px;
    padding-left: 152px;
    padding-right: 25px;
}

#gozaruQnA .container .couple:last-child{
    margin-bottom: 0;
}

#gozaruQnA .container .couple .question{
    font-size: 24px;
    font-weight: 500;
    color: #555555;
    margin-bottom: 23px;
    height: 46px;
    line-height: 46px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

#gozaruQnA .container .couple .question::before{
    content: 'Q';
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #FFA127;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    left: -56px;
}

#gozaruQnA .container .couple .answer{
    font-size: 18px;
    font-weight: 500;
    color: #444;
    line-height: 36px;
    position: relative;
}

#gozaruQnA .container .couple .answer.active{
    display: block;
}

#gozaruQnA .container .couple .answer::before{
    content: 'A';
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #3175BE;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    left: -56px;
}

#gozaruGateSection04{
    max-width: 1920px;
    height: 398px;
    background-color: #1C66BF;
}

#gozaruGateSection04 .ggs04-container{
    width: 1216px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: end;
    background: url("../images/gozaru-gate/gozaru-gate-section-04-01.png") no-repeat;
    background-size: 305px 418px;
    background-position: left bottom;
    height: 100%;
}

#gozaruGateSection04 .ggs04-container .ggs04c-content{
    width: 865px;
    height: 206px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 41.54px;
    gap: 5px;
    font-size: 30px;
    font-weight: 500;
    color: #0F2342;
}

#gozaruGateSection04Mobile{
    display: none;
}

#gozaruOneFooter.gate-page{
    background-image: unset;
    background-color: #1C66BF;
}

#gozaruOneFooter.gate-page .gof-contener .gofc-item:first-child{
    width: calc(50% - 50px);
}

#gozaruGateInformationRequestForm{
    max-width: 1920px;
    background-color: #E5E5E5;
}

#gozaruGateInformationRequestForm .ggirf-container{
    width: 598px;
    margin: 0 auto;
    padding-top: 51px;
    padding-bottom: 80px;
}

#gozaruGateInformationRequestForm .ggirf-container h4{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #464646;
    line-height: 52px;
    margin-bottom: 45px;
}

#gozaruGateContact{
    width: 598px;
    display: flex;
    flex-direction: column;
}

#gozaruGateContact .contact-field{
    margin-bottom: 20px;
}

#gozaruGateContact .contact-field label{
    font-size: 18px;
    font-weight: 400;
    color: #464646;
    line-height: 26px;
    padding-left: 12px;
    margin-bottom: 8px;
    display: inline-block;
}

#gozaruGateContact .contact-field label.required-field{
    position: relative;    
    padding-right: 47px;
}

#gozaruGateContact .contact-field label.required-field::after{
    content: "必須";
    position: absolute;
    width: 40px;
    height: 25px;
    border-radius: 5px;
    background-color: #EA0000;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 25px;
    right: 0;
}

#gozaruGateContact .contact-field .select-field{
    display: flex;
    flex-direction: column;
    height: 40px;
}

#gozaruGateContact .contact-field .select-field input{
    height: 40px;
    outline: none;
    border: 1px solid #707070;
    border-radius: 7px;
    padding-left: 12px;
}

#gozaruGateContact .contact-field .select-field.multi{
    gap: 20px;
    height: 100px;
}

#gozaruGateContact .contact-field .select-field.multi input{
    height: 40px;
    outline: none;
    border: 1px solid #707070;
    border-radius: 7px;
    padding-left: 12px;
}

#gozaruGateContact .contact-field .select-field.textarea-inside{
    height: auto;
}

#gozaruGateContact .contact-field .select-field textarea{
    padding-left: 12px;
    outline: none;
    border: 1px solid #707070;
    border-radius: 7px;
    height: 113px;
    padding-top: 10px;
}

#gozaruGateContact .contact-field .select-field.checkboxs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#gozaruGateContact .contact-field .select-field.checkboxs .radio{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

#gozaruGateContact .contact-field .select-field.checkboxs .radio input{
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #CECECE;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0;
  padding-left: unset;
}

#gozaruGateContact .contact-field .select-field.checkboxs .radio input::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  transform: scale(0);
  transition: transform .12s ease;
  background: #535353;
}

#gozaruGateContact .contact-field .select-field.checkboxs .radio input:checked{
  border-color: #535353;
}

#gozaruGateContact .contact-field .select-field.checkboxs .radio input:checked::before{
  transform: scale(1);
}

#gozaruGateContact .contact-field .select-field.checkboxs .radio input:focus-visible{
  outline: 3px solid rgba(0,0,0,.25);
  outline-offset: 3px;
}

#gozaruGateContact .contact-field .select-field.checkboxs .radio input:disabled{
  opacity: .45;
  cursor: not-allowed;
}
#gozaruGateContact .contact-field .select-field.checkboxs .radio:has(input:disabled){
  cursor: not-allowed;
}

#gozaruGateContact .contact-field:last-child{
    margin-bottom: 40px;
}

#gozaruGateContact .rule-check{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

#gozaruGateContact .rule-check input{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

#gozaruGateContact .rule-check label{
    font-size: 16px;
    color: #464646;
    font-weight: 500;
}

#gozaruGateContact .submit-action{
    display: flex;
    justify-content: center;
    align-items: center;
}

#gozaruGateContact .submit-action button,
#gozaruGateContact .submit-action button:disabled{
    outline: none;
    border: none;
    background-color: #bbb;
    width: 306px;
    height: 55px;
    cursor: not-allowed;
    border-radius: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #eee;
    pointer-events: none;
    box-shadow: none;
    transform: none;
}

#gozaruGateContact .submit-action button.active{
    background-color: #EC982A;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
    transform: translateY(0);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
    cursor: pointer;
    user-select: none;
    pointer-events: auto;
}

#gozaruGateContact .submit-action button.active:hover{
    transform: translateY(1px);
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

#gozaruGateContact .submit-action button.active:active{
  transform: translateY(3px);
  box-shadow: 0 4px 10px rgba(0,0,0,.14);
  filter: brightness(.98);
}

#gozaruGateContact .submit-action button.active:focus-visible{
  outline: 3px solid rgba(0,0,0,.22);
  outline-offset: 3px;
}

#gozaruFooter{
    max-width: 1920px;
    height: 385px;
    background-color: #1C66BF;
}

#gozaruFooter .gf-container{
    width: 1216px;
    margin: 0 auto;
}

#gozaruFooter .gf-container .gfc-top{
    padding-top: 27px;
    height: 320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

#gozaruFooter .gf-container .gfc-top .gfct-item{
    flex: 1;
}

#gozaruFooter .gf-container .gfc-top .gfct-item h4{
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 61px;
    margin-bottom: 22px;
}

#gozaruFooter .gf-container .gfc-top .gfct-item p{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    margin-bottom: 70px;
}

#gozaruFooter .gf-container .gfc-top .gfct-item .actions{
    display: flex;
    flex-direction: row;
    gap: 35px;
}

#gozaruFooter .gf-container .gfc-top .gfct-item .actions a{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

#gozaruFooter .gf-container .gfc-top .gfct-item:nth-child(2){
    position: relative;
    height: 100%;
}

#gozaruFooter .gf-container .gfc-top .gfct-item img{
    width: 253px;
    height: 320px;
    position: absolute;
    right: 140px;    
}

#gozaruFooter .gf-container .gfc-bot{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

#gozaruGateCTA{
    max-width: 1920px;
    height: 120px;
    background-color: #F9F9F9;
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 247;
}

#gozaruGateCTA .ggcta-container{
    width: 1141px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
}

#gozaruGateCTA .ggcta-container .ggcta-item{
    flex: 1;
}

#gozaruGateCTA .ggcta-container .ggcta-item:nth-child(2){
    display: flex;
    padding-left: 20px;
    flex-direction: row;
    gap: 30px;
    justify-content: end;
}

#gozaruGateCTA .ggcta-container .ggcta-item .button-cta{
    width: 285px;
    height: 80px;
    border-radius: 40px;
    font-size: 21px;
    font-weight: 700;
    line-height: 80px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);    
    transform: translateY(0);
    transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

#gozaruGateCTA .ggcta-container .ggcta-item .button-cta.consultation{
    background-color: #1C66BF;    
    color: #fff;
    text-decoration: none;
}

#gozaruGateCTA .ggcta-container .ggcta-item .button-cta.consultation p{
    padding-left: 74px;
}

#gozaruGateCTA .ggcta-container .ggcta-item .button-cta.request p{
    padding-left: 75px;
}

#gozaruGateCTA .ggcta-container .ggcta-item .button-cta.consultation p::before{
    content: "";
    position: absolute;
    background: url("../images/gozaru-gate/header-02-white.png") no-repeat;
    width: 31px;
    height: 22px;
    background-size: cover;
    left: 32px;
    top: 50%;
    margin-top: -11px;
}

#gozaruGateCTA .ggcta-container .ggcta-item .button-cta.request{
    background-color: #FFCF48;
    color: #282E40;
}

#gozaruGateCTA .ggcta-container .ggcta-item .button-cta.request p::before{
    content: "";
    position: absolute;
    background: url("../images/gozaru-gate/header-05.png") no-repeat;
    width: 21px;
    height: 26px;
    background-size: cover;
    left: 47px;
    top: 50%;
    margin-top: -13px;
}

#gozaruGateCTA .ggcta-container .ggcta-item .button-cta::hover{    
    transform: translateY(1px);
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
}

#gozaruGateCTA .ggcta-container .ggcta-item .button-cta:active{
  transform: translateY(3px);
  box-shadow: 0 4px 10px rgba(0,0,0,.14);
  filter: brightness(.98);
}

#gozaruGateCTA .ggcta-container .ggcta-item:nth-child(1) p{
    font-size: 15px;
    font-weight: 400;
    color: #3E4244;
    padding-left: 54px;
}

#gozaruGateCTA .ggcta-container .ggcta-item:nth-child(1) a.phone{
    font-size: 42px;
    font-weight: 600;
    color: #2F74BE;
    line-height: 71px;
    padding-left: 54px;
    position: relative;
}

#gozaruGateCTA .ggcta-container .ggcta-item:nth-child(1) a.phone::before{
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    left: 0;    
    bottom: 4px;
    background: url("../images/gozaru-gate/header-04.png") no-repeat;
    background-size: contain;
}

#goTop{
    bottom: 425px;
    position: fixed;
    z-index: 999;
    right: 17px;
    bottom: 71px;
    display: none;
    width: 33px;
    height: 33px;
    border-radius: 30px;
    background: #ED396B url(../images/up-arrow.png) no-repeat center 47%;
    border: 1px solid #fff;
    background-size: 18px 18px;
    text-indent: -9999px;
    cursor: pointer;
    transition: bottom 0.3s ease-out;
}

#goTop.stickyCTA{
    bottom: 140px;
}

#goTop,
#goTop:hover{
    background-color: #1C66BF;
}