* {
    font-family: 'Hind', 'Josefin Sans', "Noto Sans JP", 游ゴシック, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 'Noto Sans JP', sans-serif;
    /* font-weight: 500; */
}
html, body {
    margin: 0;
    height: 100%;
    scroll-behavior: smooth;      /* スムーズスクロール */
    scroll-snap-type: y mandatory;/* 縦方向に必ずスナップ */
}
.kvbg01 {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: -1;
    text-align: center;
    display: flex;
    justify-content: center;
    scroll-snap-align: start;     /* 各要素の先頭でスナップ */
    background: #0167AD;
    background: #FFF;
}
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.kvbg01 img {
    width: 300px;
    margin: auto;
    position: absolute;
    top: 35vh;
    height: auto;
}
ul.fvMenu {
    position: fixed;
    left: 10vw;
    bottom: 20px;
    height: 70px;
    margin: 0 auto;
}
ul.fvMenu li {
    height: 70px;
    float: left;
    text-align: center;
}
ul.fvMenu li a {
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 70px;
    height: 70px;
    padding: 0px 20px;
    opacity: 0.85;
}
ul.fvMenu li a:hover {
    opacity: 1.0;
}

.kvbg02 {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 100vh;
    text-align: center;
    height: 100vh;
    background: #FFF;
    background: rgba(29, 94, 110, 0.4);
    background: rgba(0, 113, 188, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
}
.kvbg02 img {
    width: 600px;
    margin: auto;
}

.contents {
    position: relative;
    /*
    top: -90px;
    */
    height: 6762px;
    padding-bottom: 20px;
    background: transparent;
    background: #FFF;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}

section.scroll-snap {
    scroll-snap-align: start;     /* 各要素の先頭でスナップ */
}

header#top {
    top: 0px;
    background: #d1dce0;
    background: rgba(174, 184, 187, 0.8);
    background: rgba(255, 255, 255, 0.6);
    height: 90px;
    height: 89.5px;
    transition: .5s all;
    z-index: 2;
}
header#top:hover {
    background: rgba(174, 184, 187, 1.0);
    background: rgba(255, 255, 255, 0.9);
}
header#top .logo {
    top: 8px;
    left: 40px;
}
header#top .lang.pc {
    display: block;
    top: 110px;
    right: 20px;
}
header#top .lang a {
    color: #CCC;
}
header#top .lang a:hover {
    color: #FFF;
}
header .gMenu {
    position: absolute;
    right: 300px;
    height: 90px;
    margin: 0 auto;
    float: right;
}
header .gMenu li {
    height: 100px;
    float: left;
    text-align: center;
}
header .gMenu li a {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 500;
    line-height: 94px;
    height: 90px;
    padding: 0px 20px;
}
header .gMenu li a:hover {
    color: #FFF;
    color: #0167AD;
    text-decoration: underline;
}
header#top .headerContact {
    position: absolute;
    top: 0px;
    right: 0px;
}
header#top .headerContact a {
    color: #FFF;
    font-size: 18px;
    line-height: 94px;
    background: #0167AD;
    height: 90px;
    padding: 0px 40px;
    opacity: 0.85;
    transition: .15s all;
}
header#top .headerContact a:hover {
    opacity: 1.0;
}

h2 {
    color: #FFF;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
}
h2 span {
    font-family: 'Josefin Sans', "Noto Sans JP", 游ゴシック, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 'Noto Sans JP', sans-serif;
}
h3 {
    color: #FFF;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

.video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* 背景動画（セクションごとに独立） */
.bg-video {
    /*
    position: fixed;
    transform: translate(-50%, -50%) translateZ(-1px);
    */
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}
.aboutContent {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 20vh;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /*
    background: rgba(0, 0, 0, 0.2);
    */
}
.aboutus p.center {
    color: #FFF;
    font-size: 18px;
    line-height: 2.0;
    text-align: center;
    margin-bottom: 100px;
}

/* それぞれの背景を指定 */
/*
.aboutus {
    display: block;
    background-image: url("../img/top/aboutusBG.png");
    background-position: bottom center;
    background-size: cover;
}
*/

/* 共通パララックスセクション */
.parallax {
    height: 100vh; /* 全画面表示 */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paraContent {
    display: flex;
    width: 100%;
    min-height: 90vh;
    padding: 120px 0px;
}


.product .parallax {
    background-image: url("../img/top/productBG.webp");
    background-position: top center;
    background-size: cover;
}
.episode {
    background-image: url("../img/top/episodeBG.webp");
}



.leftContent {
    width: 35%;
    padding-top: 25vh;
    text-align: center;
}
.rightContent {
    width: 65%;
}
.paraContent h2,
.paraContent h3,
.paraContent p {
    color: #0167AD;
}
.paraContent h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.paraContent h3 {
    font-size: 38px;
    font-weight: 800;
    text-align: left;
}
.paraContent p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
}

a.gradient1 {
    color: #FFF;
    font-size: 16px;
    width: 234px;
    text-align: center;
}
a.gradient1:hover {
    text-decoration: none;
}

.topics {
    padding-top: 200px;
    padding-bottom: 100px;
}
.topics li {
    position: relative;
}
.topics .topicsHeader {
    display: inline-block;
    color: #FFF;
    font-size: 22px;
    font-family: 'Josefin Sans', "Noto Sans JP", 游ゴシック, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 64px;
    width: 22%;
    height: 60px;
    text-align: center;
    padding: 0px 5% 0px 10%;
    background: #666;
    margin-bottom: 20px;
}
.topics .topicsDate {
    display: inline-block;
    color: #888;
    font-size: 24px;
    font-family: 游ゴシック, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 'Noto S';
    width: 10%;
    padding-left: 40px;
}
.topics a {
    display: inline-block;
    color: #555;
    font-size: 20px;
    padding-left: 4%;
    width: 45%;
}
.topics a:hover {
    color: #0167AD;
}
/*
.topics a::after {
    position: absolute;
    top: 5px;
    right: 20%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #666;
}
*/
.topics a.triangle {
    position: absolute;
    top: 20px;
    right: 0;
    display: inline-block;
    width: 20%;
    height: 18px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #666;
    text-decoration: none;
    text-align: center;
    z-index: 2;
}
.topics #ir .topicsHeader {
    background: #999;
}
.topics #ir a::after,
.topics #ir a.triangle {
    border-left: 15px solid #999;
}
.topics #contribution .topicsHeader {
    background: #BBB;
}
.topics #contribution a::after,
.topics #contribution a.triangle {
    border-left: 15px solid #BBB;
}
.topics a:hover::after,
.topics a:hover.triangle {
    border-left: 15px solid #0167AD !important;
}

.traffic {
    padding-top: 2px;
}
.traffic img {
    width: 100%;
    background: #f2f2f2;
}

/*
.traffic {
    text-align: center;
    background: #f2f2f2;
    padding-bottom: 120px;
}
.traffic h3 {
    color: #0167AD;
    font-size: 38px;
    font-weight: 700;
}
.traffic p {
    color: #0167AD;
    font-size: 20px;
    margin-bottom: 40px;
}
.traffic a {
    margin-bottom: 100px;
}
*/

.csr {
    text-align: center;
    background: #f2f2f2;
    background-image: url("../img/top/csrBG.webp");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
.csr h3 {
    color: #0167AD;
    font-size: 36px;
    font-weight: 700;
    margin: 30px 0;
}
.csr p {
    color: #0167AD;
    font-size: 18px;
    margin-bottom: 30px;
}
.csr a {
    margin-bottom: 90px;
}

.company {
    text-align: center;
    background-image: url("../img/top/companyBG.webp");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 180px;
}
.company h2 span {
    color: #0167AD;
}
.company h3 {
    color: #0167AD;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 80px;
}
.company a {
    margin-bottom: 120px;
}

.recruit {
    position: relative;
    background: #FFF;
}
.recruit .sectionInner {
    width: 1200px;
    margin: 80px auto 0px;
}
.recruit h2 {
    font-size: 90px;
    /*
    line-height: 120px;
    */
    text-align: left;
    margin-bottom: 0px;
}
.recruit h2 span {
    color: #0167AD;
}
.recruit h3 {
    color: #0167AD;
    font-size: 38px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}
.recruit p {
    color: #0167AD;
    font-size: 18px;
    margin-bottom: 20px;
}
.recruit a.gradient1 {
    position: absolute;
    top: 125px;
    right: 226px;
}

.marquee-wrap {
    width: 100%;
    height: 400px;      /* 高さは画像サイズに合わせて調整 */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 12s linear infinite;
    will-change: transform;
}
/* 繰り返し用に同じ画像を2枚並べる */
.marquee-track img {
    max-height: 380px;   /* 高さ調整 */
    margin-right: 0;     /* 余白不要なら0 */
    display: block;
    user-select: none;
    pointer-events: none;
}

/* ホバーで一時停止（任意） */
/*
.marquee-wrap:hover .marquee-track {
    animation-play-state: paused;
}
*/

/* アニメーション定義 */
@keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
}


.contact {
    text-align: center;
    background-image: url("../img/top/contactBG.webp");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 180px 0 24px;
    margin-bottom: -100px;
}
.contact h2 span {
    color: #0167AD;
}
.contact a {
    width: 400px;
    margin-bottom: 30px;
}

.footerMenu {
    padding: 10px 0;
    text-align: center;
    margin-top: 100px;
}
.footerMenu ul {
    display: flex;
    width: 1010px;
    margin: 20px auto;
}
.footerMenu ul li {
    padding: 0px 20px;
}
.footerMenu ul li a {
    color: #0167AD;
    font-size: 20px;
}

.footerLogo {
    text-align: center;
    padding: 80px 0;
}
.footerLogo img {
    width: 240px;
}

.copyright p {
    color: #0167AD;
    font-size: 18px;
}






@media screen and (max-width: 1024px) {

section {
    padding: 0;
}

h2 {
    color: #FFF;
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}
h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 20px;
}


.kvbg01 img {
    width: 150px;
    margin: auto;
    position: absolute;
    top: 45vh;
    height: auto;
}
.lang.sp {
    display: block;
    top: 20px;
    left: 20px;
    right: unset;
}
.lang.sp a {
    color: #EEE;
    font-size: 14px;
}
header#top .lang.pc {
    display: none;
}

.kvbg02 img {
    width: 300px;
    margin: auto;
}

header#top {
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
}
header#top .logo {
    top: 4px;
    left: 15px;
    width: 90px;
}

.contents {
    height: auto;
    padding-bottom: 0;
}

a.gradient1 {
    font-size: 13px;
    width: 160px;
    padding: 10px 20px;
}

.aboutus p.center {
    color: #FFF;
    font-size: 12px;
    line-height: 2.0;
    text-align: center;
    margin-bottom: 80px;
}

.product {
    height: 100vh;
    padding: 100px 0;
    background-image: url(../img/top/productBGSP.webp);
    background-size: contain;
}
.product.sp {
    display: block;
}
/*
.product img {
    position: fixed;
    height: 100vh;
}
*/
.product h2 span {
    color: #0167AD;
}
.product h3 span {
    color: #0167AD;
    font-weight: 600;
}
.product p {
    color: #0167AD;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

.episode {
    background-image: none;
    height: 75vh;
    padding: 100px 0;
    text-align: center;
}
.episode h2 {
    margin-bottom: 20px;
}
.episode h2 span {
    color: #0167AD;
}
.episode a.gradient1 {
    margin-bottom: 30px;
}

.traffic {
    padding-top: 15px;
    background: #f2f2f2;
}

.csr {
    background-image: url("../img/top/csrBGSP.webp");
}
.csr h3 {
    color: #0167AD;
    font-size: 16px;
    font-weight: 700;
    margin: 30px 0;
}
.csr p {
    color: #0167AD;
    font-size: 12px;
    text-align: center;
    margin-bottom: 20px;
}
.csr a {
    margin-bottom: 40px;
}


.topics {
    padding-top: 80px;
    padding-bottom: 40px;
}
.topics li {
    position: relative;
    margin-bottom: 20px;
}
.topics .topicsHeader {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-family: 'Josefin Sans', "Noto Sans JP", 游ゴシック, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 32px;
    width: 100%;
    height: 30px;
    text-align: center;
    padding: 0px 80% 0px 5%;
    background: #666;
    margin-bottom: 10px;
}
.topics .topicsDate {
    display: inline-block;
    color: #888;
    font-size: 12px;
    font-family: 游ゴシック, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 'Noto S';
    width: 20%;
    padding-left: 15px;
}
.topics a {
    display: inline-block;
    color: #555;
    font-size: 13px;
    padding-left: 4%;
    width: 100%;
}
.topics a:hover {
    color: #0167AD;
}
.topics a.triangle {
    position: absolute;
    top: 8px;
    right: 0;
    display: inline-block;
    width: 10%;
    height: 12px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #FFF;
    text-decoration: none;
    text-align: center;
    z-index: 2;
}
.topics #ir .topicsHeader {
    background: #999;
}
.topics #ir a::after,
.topics #ir a.triangle {
    border-left: 8px solid #FFF;
}
.topics #contribution .topicsHeader {
    background: #BBB;
}
.topics #contribution a::after,
.topics #contribution a.triangle {
    border-left: 8px solid #FFF;
}
.topics a:hover::after,
.topics a:hover.triangle {
    border-left: 8px solid #FFF !important;
}

.company {
    padding-top: 100px;
}
.company h2 {
    margin-bottom: 30px;
}
.company h3 {
    color: #0167AD;
    font-size: 18px;
    margin-bottom: 40px;
}
.company a {
    margin-bottom: 80px;
}


.recruit .sectionInner {
    width: 100%;
    margin: 60px auto 0px;
}
.recruit h2 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 0px;
}
.recruit h3 {
    color: #0167AD;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.recruit p {
    color: #0167AD;
    font-size: 12px;
    margin-bottom: 0px;
}
.recruit a.gradient1 {
    position: relative;
    top: unset;
    right: unset;
    text-align: center;
}
.marquee-wrap {
    height: 200px;
}

.contact {
    padding: 120px 0 10px;
    background-image: url("../img/top/contactBGSP.webp");
}
.contact a.gradient1 {
    width: 234px;
    padding: 10px 10px;
    margin-bottom: 20px;
}

.footerMenu ul {
    display: none;
}

.footerLogo {
    text-align: center;
    padding: 40px 0;
}
.footerLogo img {
    width: 130px;
}
.copyright p {
    color: #0167AD;
    font-size: 12px;
    text-align: center;
    margin-bottom: 40px;
}

#page-top a {
    padding: 12px !important;
    display: none !important;
}


}

