@charset "UTF-8";

* {
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: "MyFont-Med";
    -webkit-text-size-ajust: 100%;
    -webkit-appearance: none;
}

.wrap {
    overflow: hidden;
}

@font-face {
    font-family: 'MyFont-Bold';
    src: url('../MyFont-Bold/NotoSansJP-Bold.woff') format('woff');
}
@font-face {
    font-family: 'MyFont-Med';
    src: url('../MyFont-Med/NotoSansJP-Medium.woff') format('woff');
}
@font-face {
    font-family: 'MyFont-Reg';
    src: url('../MyFont-Reg/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
    font-family: 'MyFont-serif-Med';
    src: url('../MyFont-serif-Med/NotoSerifJP-Medium.woff') format('woff');
}

a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

p, h1, h2, h3, h4 {
    color: #333;
}

/* SUB HEADING */
h1 {
    font-size: 34px;
    text-align: start;
    position: relative;
    top: -65px;
    left: 80px;
}

h2 {
    font-size: 24px;
    text-align: start;
    position: relative;
    top: -85px;
    left: 80px;
}

.ttlImg {
    text-align: center;
    margin-top: 120px;
}

.ttlImg img {
    width: 800px;
    position: relative;
    top: 30px;
    left: 0;
}

.effect-fade {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1000ms;
}

.effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}
/* ---------- SUB HEADING */

h3 {
    width: 850px;
    margin: 50px auto 20px;
    font-size: 20px;
}

h4 {
    font-size: 24px;
    text-align: center;
    margin: 50px auto;
}

p {
    width: 850px;
    margin: 5px auto;
    font-family: "MyFont-Reg";
    font-size: 18px;
    line-height: 1.6;
}

p.smallTxt {
    font-size: 12px;
}

span {
    font-family: "MyFont-Bold";
}

.video, .image, .graph {
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


/* HEADER */
header {
    position: fixed;
    top: 80px;
    right: 15px;
    border-radius: 50%;
    background-color: #46EEFF;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: row;
    z-index: 1;
}

img.trailLogo {
    width: 60.88px;
    height: 50px;
    margin-top: 15px;
}

header a {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #FFF;
    margin: auto;
}

p.header {
    width: 110px;
    font-size: 16px;
    font-family: "MyFont-Bold";
    line-height: 1.4;
    margin-top: 5px;
    color: #000;
}

img.headerIcon {
    width: 18px;
    margin-right: 3px;
}
/* ---------- HEADER */


/* TOP */
#top {
    width: 100%;
    height: 1800px;
    padding: 5px 0;
    background: #46EEFF;
}

.topTtl {
    width: 100%;
    height: 70px;
    background-color: #000;
} 

.topTtl p {
    font-size: 28px;
    color: #eee;
    text-align: center;
    padding: 10px 0;
}
.topTtl p span{
    font-size: 28px;
    color: #e99411;
    text-align: center;
    padding: 10px 0;
}

.topCatch_01 {
    text-align: center;
}

.topCatch_01 img {
    width: 800px;
    margin: 50px auto;
}

.topLogo  {
    text-align: center;
    margin: 20px auto 50px;
}

.topLogo img {
    width: 600px;
}

video {
    width: 1000px;
}

.topCatch_02 {
    height: 400px;
    background-image: url(../img/LOGO-GT_03-OP10per.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: center;
}

.topCatch_02 p {
    font-family: "MyFont-Bold";
    position: relative;
    top: 50px;
    color: #333;
    font-size: 45px;
    text-align: center;
    letter-spacing: 5px;
    line-height: 1.2;
}

p.em {
    color: #e99411;
}
/* ---------- TOP */


/* PROLOGUE */
#prologue {
    margin: 35px auto;
}

.fukidashi {
    margin: 30px auto;
    text-align: center;
}

.fukidashi img {
    width: 600px;
    margin: 10px auto;
}

.GT_img {
    display: flex;
    flex-direction: column;
    margin: 50px auto;
}

img.GT_logo {
    width: 500px;
    margin: 0 auto 50px;
}
img.GT_trailer {
    width: 600px;
    margin: 0 auto;
}
/* ---------- PROLOGUE */


/* IMAGINEwrap */
.imagine img {
    width: 850px;
    margin: 15px auto;
}

.midTxt {
    margin: 0 0 25px;
}
/* ---------- IMAGINEwrap */


/* QEDwrap */
.qed img {
    width: 800px;
}

.qed_fanction {
    margin: 50px 0;
}

.fanction {
    margin: 30px 0;
}

.point {
    width: 800px;
    margin: 0 auto;
    display: flex;
}

.point img {
    width: 50px;
    height: 50px;
}

.point p {
    font-size: 28px;
    font-family: "MyFont-Bold";
    color: #008800;
    margin-left: 20px;
}

.point_ex P {
    width: 660px;
}
/* ---------- QEDwrap */


/* TAXwrap */
.taxsaving img {
    width: 850px;
    margin: 15px auto;
}
/* ---------- TAXwrap */


/* SOLUTION */


/* FLOW */
.flow img {
    width: 450px;
}

.contact {
    text-align: center;
    margin-bottom: 150px;
}

.contact p {
    margin-top: 50px;
}

.contact a {
    width: 480px;
    height: 70px;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 10px 0;
    padding: 20px;
    color: #fff;
    background-color: #000;
    outline: 1px #008800 dotted;
    outline-offset: -5px;
}

img.contactIcon {
    width: 25px;
    margin-right: 10px;
}
/* ---------- FLOW */


/* FAQwrap */
.topfaq {
    width: 500px;
    margin: 20px auto;
}

.topfaq img{
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.topQ, .topA {
    display: flex;
    margin-bottom: 5px;
}

p.topQ {
    font-size: 20px;
    position: relative;
    top: -7px;
    left: 0;
}

p.topA {
    font-size: 14px;
    position: relative;
    top: -2px;
    left: 0;
}

.toggle {
	display: none;
}

.faq {
    margin: 20px 0;
}

/* --TITLE-- */
.Label {		
    width: 500px;
    margin: 10px auto;
	padding: 1em;
	display: block;
	color: #333;
    border: #333 1px solid;
	background:#FFF;
}

/* --ARROW-- */
.Label::before{	
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

/* --CONTENT-- */
.content {		
    width: 600px;
	height: 0;
	margin: 0 auto 10px;
	padding:0 20px;
	overflow: hidden;
}

.content img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.question, .answer {
    display: flex;
    margin-bottom: 5px;
}

P.faq_Q {
    font-size: 18px;
    position: relative;
    top: -7px;
    left: 0;
}

P.faq_A {
    font-size: 14px;
    position: relative;
    top: -3px;
    left: 0;
}

P.faq_A-sub {
    width: 500px;
    font-size: 12px;
    position: relative;
    top: -8px;
    left: 8px;
}

/* --OPEN:CLOSE-- */
.toggle:checked + .Label + .content {
	height: auto;
	padding: 20px;
    border: 1px #333 solid;
	transition: all .3s;
}

.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/* ---------- FAQwrap */


/* PAGE TOP */
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #000;
    border: 1px #FFF solid;
}

#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -20px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after{
    content: 'TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 27px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/* ---------- PAGE TOP */


/* FOOTER */
footer {
    background-color: #000;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 5px;
}

footer p {
    color: #eee;
}

footer img {
    width: 150px;
    margin-top: 50px;
}

.ivtInfo {
    width: 335px;
    margin: 50px auto;
    text-align: start;
}

p.ivt_sub {
    font-size: 14px;
}
p.ivt_name span {
    font-family: "MyFont-serif-Med";
    font-size: 24px;
}

p.ivt_name {
    font-size: 24px;
}

p.ivt_add {
    font-size: 14px;
    letter-spacing: 1px;
}

p.ivt_add span {
    font-size: 10px;
    margin-right: 10px;
}

.copyright p {
    font-size: 10px;
    padding-bottom: 15px;
}



@media screen and (max-width: 480px){
    /* SUB HEADING */
    h1 {
        font-size: 20px;
        position: relative;
        top: -20px;
        left: 5px;
    }

    h2 {
        font-size: 14px;
        position: relative;
        top: -30px;
        left: 5px;
    }

    .ttlImg {
        text-align: center;
        margin: 30px 0 15px;
    }

    .ttlImg img {
        width: 100%;
        position: relative;
        top: 30px;
        left: 0;
    }

    .effect-fade {
        opacity: 0;
        transform: translate(0, 50px);
        transition: all 1000ms;
    }

    .effect-fade.effect-scroll {
        opacity: 1;
        transform: translate(0, 0);
    }
    /* ---------- SUB HEADING */

    h3 {
        width: 300px;
        margin: 30px auto 10px;
        font-size: 14px;
    }

    h4 {
        font-size: 20px;
        text-align: center;
        margin: 45px auto 30px;
    }

    p {
        width: 300px;
        margin: 5px auto;
        font-family: "MyFont-Reg";
        font-size: 13px;
        line-height: 1.4;
    }

    p.smallTxt {
        font-size: 8px;
    }

    span {
        font-family: "MyFont-Bold";
    }

    .video, .image, .graph {
        text-align: center;
    }

    .container {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    /* HEADER */
    header {
        position: fixed;
        top: 530px;
        right: 12px;
        border-radius: 50%;
        background-color: #46EEFF;
        width: 70px;
        height: 70px;
        display: flex;
        flex-direction: row;
        z-index: 1;
    }

    img.trailLogo {
        width: 30.44px;
        height: 25px;
        margin-top: 3px;
    }   

    header a {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #FFF;
        margin: auto;
    }

    p.header {
        width: 61px;
        font-size: 7px;
        font-family: "MyFont-Bold";
        line-height: 1.3;
        margin-top: 3px;
        color: #000;
    }

    img.headerIcon {
        width: 18px;
        margin-right: 3px;
    }
    /* ---------- HEADER */

    /* TOP */
    #top {
        width: 100%;
        height: 780px;
        padding: 1px 0;
    }

    .topTtl {
        width: 100%;
        height: 30px;
        background-color: #000;
    } 

    .topTtl p {
        width: 100%;
        font-size: 12px;
        color: #eee;
        text-align: center;
        padding: 6px 0;
    }
    .topTtl p span{
        width: 100%;
        font-size: 12px;
        color: #e99411;
        text-align: center;
        padding: 6px 0;
    }

    .topCatch_01 img {
        width: 300px;
        margin: 25px auto;
    }

    .topLogo  {
        text-align: center;
        margin: 0 auto 20px;
    }

    .topLogo img {
        width: 250px;
    }

    video {
        width: 100%;
    }

    .topCatch_02 {
        height: 205px;
        background-image: url(../img/LOGO-GT_03-OP10per.png);
        background-repeat: no-repeat;
        background-size: 280px;
        background-position: bottom 10px center;
    }

    .topCatch_02 p {
        font-family: "MyFont-Bold";
        position: relative;
        top: 15px;
        color: #eee;
        font-size: 24px;
        text-align: center;
        letter-spacing: 5px;
        line-height: 1.2;
    }

    p.em {
        color: #e99411;
    }
    /* ---------- TOP */

    /* PROLOGUE */
    #prologue {
        margin: 35px auto;
    }

    .fukidashi {
        margin: 20px auto;
        text-align: center;
    }

    .fukidashi img {
        width: 300px;
        margin: 5px auto;
    }

    .GT_img {
        display: flex;
        flex-direction: column;
        margin: 30px auto;
    }

    img.GT_logo {
        width: 250px;
        margin: 0 auto 50px;
    }
    img.GT_trailer {
        width: 300px;
        margin: 0 auto;
    }
    /* ---------- PROLOGUE */

    /* IMAGINEwrap */
    .imagine img {
        width: 300px;
        margin: 10px auto;
    }

    .midTxt {
        margin: 0 0 10px;
    }
    /* ---------- IMAGINEwrap */

    /* QEDwrap */
    .qed img {
        width: 310px;
    }

    .qed_fanction {
        margin: 30px 0;
    }

    .fanction {
        margin: 25px 0;
    }

    .point {
        width: 310px;
        margin: 0 auto;
        display: flex;
    }

    .point img {
        width: 30px;
        height: 30px;
    }
    .point p {
        font-size: 14px;
        margin-left: 5px;
    }

    .point_ex P {
        font-size: 12px;
        width: 270px;
        margin-top: 3px;
        position: relative;
        top: 0;
        left: 15px;
    }
    /* ---------- QEDwrap */

    /* TAXwrap */
    .taxsaving img {
        width: 300px;
        margin: 10px auto;
    }
    /* ---------- TAXwrap */


    /* SOLUTION */


    /* FLOW */
    .flow img {
        width: 300px;
    }

    .contact {
        text-align: center;
        margin-bottom: 80px;
    }

    .contact p {
        margin-top: 40px;
        font-size: 11px;
    }

    .contact a {
        width: 300px;
        height: 70px;
        font-size: 20px;
        letter-spacing: 2px;
        margin: 10px 0;
        padding: 20px;
    }

    img.contactIcon {
        width: 25px;
        margin-right: 10px;
    }
    /* ---------- FLOW */

    /* FAQwrap */
    .topfaq {
        width: 300px;
        margin: 20px auto;
    }

    .topfaq img{
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .topQ, .topA {
        display: flex;
        margin-bottom: 5px;
    }

    p.topQ {
        font-size: 18px;
        position: relative;
        top: -6px;
        left: 0;
    }

    p.topA {
        font-size: 14px;
        position: relative;
        top: -3px;
        left: 0;
    }

    .toggle {
        display: none;
    }

    .faq {
        margin: 20px 0;
    }

    /* --TITLE-- */
    .Label {		
        width: 300px;
        margin: 10px auto;
        padding: 1em;
        display: block;
        color: #333;
        border: #333 1px solid;
        background:#FFF;
    }

    /* --ARROW-- */
    .Label::before{	
        content:"";
        width: 6px;
        height: 6px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        -webkit-transform: rotate(45deg);
        position: absolute;
        top:calc( 50% - 3px );
        right: 20px;
        transform: rotate(135deg);
    }

    .Label,
    .content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
    }

    /* --CONTENT-- */
    .content {		
        width: 320px;
        height: 0;
        margin: 0 auto 10px;
        padding:0 20px;
        overflow: hidden;
    }

    .content img {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }

    .question, .answer {
        display: flex;
        margin-bottom: 5px;
    }

    P.faq_Q {
        font-size: 14px;
        position: relative;
        top: -5px;
        left: 0;
    }
    P.faq_A {
        font-size: 12px;
        position: relative;
        top: -7px;
        left: 0;
    }

    P.faq_A-sub {
        width: 320px;
        font-size: 10px;
        position: relative;
        top: -8px;
        left: 35px;
    }

    /* --OPEN:CLOSE-- */
    .toggle:checked + .Label + .content {
        height: auto;
        padding: 20px;
        border: 1px #333 solid;
        transition: all .3s;
    }

    .toggle:checked + .Label::before {
        transform: rotate(-45deg) !important;
    }
    /* ---------- FAQwrap */


    video.full {
        position: static;
    }


    /* PAGE TOP */
    #page_top{
        width: 50px;
        height: 50px;
        position: fixed;
        right: 10px;
        bottom: 25px;
        background: #000;
        border: 1px #FFF solid;
    }

    #page_top a{
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        text-decoration: none;
    }

    #page_top a::before{
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0d8';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: -20px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }

    #page_top a::after{
        content: 'TOP';
        font-size: 13px;
        color: #fff;
        position: absolute;
        top: 27px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }
    /* ---------- PAGE TOP */

    /* FOOTER */
    footer {
        background-color: #000;
        text-align: center;
        margin-top: 5px;
        padding-bottom: 5px;
    }

    footer p {
        color: #eee;
    }
    
    footer img {
        width: 90px;
        margin-top: 50px;
    }

    .ivtInfo {
        width: 335px;
        margin: 50px auto;
        text-align: start;
    }

    p.ivt_sub {
        font-size: 12px;
    }
    p.ivt_name span {
        font-size: 18px;
    }

    p.ivt_name {
        font-size: 18px;
    }

    p.ivt_add {
        font-size: 12px;
        letter-spacing: 1px;
    }

    p.ivt_add span {
        font-size: 10px;
        margin-right: 10px;
    }

    .copyright p {
        font-size: 10px;
        padding-bottom: 15px;
    }
}