@charset "utf-8";
/* TRIAL CSS Document */

/* 共通 
-------------------------------------------------------*/
body {
    font-feature-settings: "palt" 1;
    letter-spacing: .3px;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.l-inner {
    max-width: 1200px;
    margin: 0 auto 0;
    position: relative;
    z-index: 20;
}
.l-inner-s {
    max-width: 850px;
    margin: 0 auto 0;
    position: relative;
    z-index: 25;
}

@media screen and (max-width: 2024px) {
}
@media screen and (max-width: 1280px) {
    .l-inner {
        padding: 0 5%;
    }
}
@media screen and (max-width: 767px) {
    .l-inner,
    .l-inner-s {
        padding: 0 5%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.trial-container {
    width: 80%;
}

.markerUnder {
    background: linear-gradient(transparent 60%, rgba(255, 162, 82, 0.4) 0%);
    display: inline;
    padding: 0 1px 0px;
    font-weight: bold;
}

.mt-01 {
    margin-top: 1rem;
}
.mt-02 {
    margin-top: 2rem;
}
p a,
li a,
a {
    text-decoration: underline;
    color: #003090;
}
.list-disc {
    list-style: disc;
    margin-left: 1rem;
    padding-left: 1rem;
}
.text-indent-01 {
    text-indent: -1rem;
    padding-left: 1rem;
}
/*  メインエリア
-------------------------------------------------------*/
body {
    position: relative;
}

.main-area {
}

.marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    gap: 2rem;
    font-size: 10rem;
    color: #003090;
    opacity: .05;
    font-family: anzeigen-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: fixed;
    bottom: 0;
    z-index: 10;
}
.marquee-inner {
    animation: marquee 60s linear infinite;
}

@keyframes marquee {
    0% {
        translate: 0;
    }
    100% {
        translate: calc(-100% - 2rem);
    }
}
@media screen and (max-width: 767px) {
    .marquee {
/*        display: none;*/
    }

}

.signup-button {
    width: 332px;
    height: 60px;
/*    position: fixed;*/
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 100;
}
.signup-button a {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #236CFF;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 0 2rem;
    font-size: 1.2rem;
    font-weight: bold;
}
.signup-button a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: .5rem;
    width: 0;
    height: 0;
    margin-top: -7px;
    border: 10px solid transparent;        /*top right bottom を透明化 */ 
    border-left: 16px solid #fff;
}
.signup-button a:hover {
    opacity: .5;
}
.float-button__wrap {
    position: fixed !important; /* positionは固定 */
    bottom: 0;      /* 画面下端を基準点にする */
    /* その他のスタイル (right, z-index, width, etc.) */

    /* transformをスムーズにするためのトランジション（オプション） */
    transition: transform 0.1s ease-out;
}

/* 2. ヒーローセクション 
-------------------------------------------------------*/
.hero-section {
    overflow: hidden;
    background-color: #E1F1F9;
/*    height: 100vh;*/
}
.hero-section__decoration {
    background: #fff;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    /*  height: 200px;*/
    margin-left: -300px;
    margin-right: -300px;
    padding-left: 300px;
    padding-right: 300px;
    padding-bottom: 1rem;
/*    height: 100vh;*/
}

.hero-blok {
    position: relative;
    border-radius: 50px;
    margin: 3rem auto 2rem;
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 50px 50px 30px 100px;
}

.hero-blok__contents {
    width: 45%;
    text-align: left;
}
.hero-blok__contents .eyebrow {
    color: #003090;
    font-size: 1.5rem;
    font-weight: bold;
}
.hero-blok__contents .page-title {
    width: 100%;
    margin-top: 1rem;
    
}
.hero-blok__contents {
    
}
.hero-blok__img {
    width: 50%;
}
.page-title__text {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 2;
}
.hero-section__text {
    font-size: 1.5rem;
    font-weight: bold;
}
@media screen and (min-width:768px) and ( max-width: 1280px) {
    .trial-container {
        width: 90%;
    }
    .hero-blok {
        padding: 50px 50px 30px;
    }
}
@media screen and (max-width: 767px) {
    .hero-section {
        height: auto;
    }
    .trial-container {
        width: 100%;
        padding: 0 5%;
    }
    .hero-blok {
        margin-top: 2rem;
        padding: 7% 7% 0;
        display: block;
        height: auto;
    }
    .hero-blok__contents {
        width: 100%;
    }
    .hero-blok__contents .page-title {
        max-width: 100%;
    }
    .hero-blok__img{
        width: 100%;
        margin-top: 1rem;
    }
    .hero-blok__contents .eyebrow{
        font-size: 1.2rem;
    }
    .page-title__text {
        font-size: 1rem;
        line-height: 1.75;
        
    }
    .hero-section__text {
        font-size: 1.1rem;
        text-align: left;
    }
    .hero-section__decoration {
        height: auto;
    }
}

/* 3. 無償トライアルでできること
-------------------------------------------------------*/

.background-color {
    background: #E1F1F9;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
/*
    margin-left: -300px;
    margin-right: -300px;
    padding-left: 300px;
    padding-right: 300px;
*/
    margin-left: -100%;
    margin-right: -100%;
    padding-left: 100%;
    padding-right: 100%;
    padding-bottom: 100px;

}
.plan-section{
    padding-top: 150px;
}
.trial-end-section {
    padding-top: 150px;
}
.plan-section,
.trial-end-section {
    overflow: hidden;
/*    padding-bottom: 100px;*/
    position: relative;
}
.plan-section::before,
.trial-end-section::before {
    /* contentプロパティは空にするか、省略する */
    content: ""; 
    /* 挿入したいサイズを指定 */
    width: 100px;
    height: 100px;
    /* ブロック要素にする（インライン要素のままだと幅と高さが適用されない） */
    display: inline-block; 
    /* 背景画像として指定 */
    background-image: url("../images/android-chrome-192x192.png");
    /* サイズを制御 */
    background-size: contain; /* または cover, 50px 50px など */
    background-repeat: no-repeat;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.plan-section::before {
    top: 100px;
}
.plan-area{
    margin: 100px 0 0;
}
.title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
}
.title-block img {
    margin-left: 4.5%;
}
.section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #003090;
}
.title-block__text {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 2;
    text-align: justify;
    
}
.heading-3 {
    padding: 0 0 .5rem;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 3px solid #000;
    position: relative;
}
.heading-3 .heading-3__eyebrow {
    position: absolute;
    right: 0;
    bottom: -34px;
    font-size: 7.5rem;
    font-family: anzeigen-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #003090;
}
.heading-3 .heading-3__eyebrow span {
    font-size: 3rem;
    margin-left: 1rem;
}
.plan-block {
    padding: 5rem 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10%; /* 行と列の両方に10%のギャップを設定 */
}
.plan-block__img {
    background-color: #fff;
    border: 10px solid #CFDFE6;
    border-radius: 30px;
    position: relative;
}
.plan-block__img::after {
    content: '';
    display: inline-block; 
    width: 77px;
    height: 77px;
    background-image: url("../images/trial/star-circle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.plan-block__img img {
    margin: 1rem auto;
    height: 320px;
    width: auto;
}
.plan-block__item .heading-4 {
    position: absolute;
    bottom: 50px;
    left: -10px;
    background-color:#003090;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    padding: .5rem 1rem;
}
.plan-bloc__list {
    margin: 3rem 0 0;
    text-indent: -1rem;
    padding-left: 1rem;
}
.plan-bloc__list li {
    line-height: 1.75;
}
.plan-block-2 {
    padding: 5rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* 4列に設定 */
    grid-template-rows: 1fr; /* 1段（行）に設定 */
    gap: 2%;
}
.plan-block-2 .plan-block__img {
    min-height: 250px;
}
.plan-block-2 .plan-block__item .heading-4 {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #003090;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-table;
    text-align: center;
    background-color: transparent;
}
.plan-block-2 .plan-block__item .heading-4 span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #000;
}
@media screen and (max-width: 767px) {
    .background-color {
        overflow: hidden;
        margin-top: 50px;
        margin-left: -150%;
        margin-right: -150%;
        padding-left: 150%;
        padding-right: 150%;
    }
    .plan-section::before,
    .trial-end-section::before {
        width: 70px;
        height: 70px;
        top: 160px;
    }
    .title-block {
        display: block;
    }
    .title-block img {
        margin: 0 auto;
    }
    .section-title {
        font-size: 10vw;
    }
    .heading-3 {
        padding-bottom: .5vw;
        font-size: 7vw;
    }
    .heading-3 .heading-3__eyebrow {
        font-size: 11vw;
        bottom: -2vw;
    }
    .heading-3 .heading-3__eyebrow span {
        font-size: 7vw;
    }
    .plan-block {
        display: block;
    }
    .plan-block__item {
        margin: 0 0 2rem;
    }
    .plan-block-2 {
        display: block;
    }
    .plan-block__item .heading-4{
        font-size: 6vw;
    }
    .plan-block-2 .plan-block__img {
        min-height: 140px;
    }
    .plan-block-2 .plan-block__item .heading-4 {
        font-size: 6vw;        
    }
    .plan-block__img::after {
        width: 50px;
        height: 50px;
        bottom: -30px
    }

}

/* 4. 無償トライアルの 始め方
-------------------------------------------------------*/
.trial-start-section{
    
}
.start-button {
    margin-top: 100px;
    background-color: #236CFF;
    border: 3px solid  #236CFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
}
.start-button__text {
    background-color: #fff;
    width: 60%;
    padding: 2rem;
    clip-path: polygon(0 0,80% 0,100% 50%,80% 100%,0 100%);
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
    color: #003090;
    font-size: 1.5rem;
    font-weight: bold;
}
.start-button a {
    padding: 4.3rem 2rem 4.1rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    width: 40%;
}
.start-button a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: .5rem;
    width: 0;
    height: 0;
    margin-top: -7px;
    border: 10px solid transparent;        /*top right bottom を透明化 */ 
    border-left: 16px solid #fff;
}
.start-button:hover {
    opacity: .5;
}

a.button {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #707070;
    color: #fff;
    border-radius: 10px;
    padding: .7rem 3rem .7rem 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
}
a.button:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: .7rem;
    margin: auto;
    width: 0;
    height: 0;
    border: 10px solid transparent;        /*top right bottom を透明化 */ 
    border-left: 16px solid #fff;
}
a.button:hover {
    opacity: .5;
}

.info-box {
    border: 1px solid #000;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    background-color: #fff;
}
.info-box .heading-3 {
    border-bottom: none;
    font-size: 1.5rem;
    padding: 0 2rem 0 0;
    margin-bottom: 1rem;
    
}
.info-box li {
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .trial-start-section{
    }
    .info-box {
        display: block;
    }
    .start-button {
        display: block;
    }
    .start-button__text {
        width: 100%;
        /* ホームベースの形状に調整 */
        clip-path: polygon(
            0% 0%,     /* 1: 上の辺の左の角 */
            100% 0%,     /* 2: 上の辺の右の角 */
            100% 80%,  /* 3: 右下の角 (通常は存在しないが、ここでは台形の角として機能) */
            50% 100%,   /* 4: 下の尖った頂点 */
            0% 80%     /* 5: 左下の角 (通常は存在しないが、ここでは台形の角として機能) */
        );
        
        border-top-right-radius: 28px;
        border-bottom-left-radius: 0;
        font-size: 5vw;
    }
    .start-button a {
        width: 100%;
        display: block;
        padding: 2rem;
    }
    .info-box .heading-3 {
        padding: 0;
    }
}

/* 5. 無償トライアル終了について
-------------------------------------------------------*/
.trial-end-section .heading-3 {
    border-bottom: none;
    margin-top: 5rem;
    
}
.trial-end-section .heading-4 {
    font-size: 2rem;
    font-weight: bold;
    color: #003090;
    margin-bottom: 1rem;
}
.capabilities-limitations {
    display: flex;
    justify-content: space-between;
}
.capabilities-limitations__box {
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: flex-start;
    padding: 2rem;
    margin-top: 3rem;
    width: 46%;
}
.capabilities-limitations__box img {
    margin-right: 5%;
    width: 20%;
}
.capabilities-limitations__box li {
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .trial-end-section .heading-4 {
        font-size: 6vw;
    }
    .capabilities-limitations {
        display: block;
    }
    .capabilities-limitations__box {
        width: 100%;
    }
    .capabilities-limitations__box img {
    }
}

/* 6. トライアル後のご利用開始について
-------------------------------------------------------*/
.register-section {
    padding: 100px 0;
    margin-bottom: 200px;
}
.register-section .heading-3 {
    border-bottom: none;
    margin-top: 5rem;
}
.procedure {
    margin: 0 1rem 0 0;;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #003090;
    border: 2px solid #003090;
    border-radius: 10px;
    background-color: #E1F1F9;
    white-space: nowrap;
    
}
.-first {
    margin-left: 0;
}
.-end {
    margin-left: 1rem;
}

.register-section__text {
    line-height: 3;
}
.register-section__text img {
    display: inline-block;
    margin-right: 1rem;
}
@media screen and (max-width: 767px) {
    .procedure {
        font-size: 5vw;
    }
    .register-section .title-block {
        padding-top: 50px;
    }
    .register-section .title-block img{
        margin-top: 2rem;
    }
}

