* {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    color: #4b4b4b;
    line-height: 1.5rem;
    -webkit-text-size-adjust: 100%;
}

a { text-decoration:none; }
a:link { color: #8c8c8c; }
a:visited { color: #8c8c8c; }
a:hover { color: #8c8c8c; }
a:active { color: #8c8c8c; }

input[type=text], input[type=email], textarea {
    font-size: 18px !important;
    transform: scale(0.8) !important;
}

.grecaptcha-badge {
    display: none;
}

.scrEvent {
    opacity: 0;
    transition : opacity 600ms;
    transition-timing-function: ease-in;
}

.scrEvent.scrollin {
    opacity: 1;
}


#top-info a {
    color: #4b4b4b !important;
}

a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,b2b2b2+50,ffffff+100&0+0,1+50,0+100 */
    background: -moz-linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(183, 183, 183) 50%,rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(183, 183, 183) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(183, 183, 183) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    mix-blend-mode: multiply;
}

a:hover::after {
    transform: scale(1, 1);
}

html {
    -webkit-overflow-scrolling: touch !important;
    font-size: 75% !important;
    overflow-x: hidden;
}

body {
    background: none;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background:url(../images/bg_main.svg); /*fixedをトル！*/
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    z-index: -1;
    transform: translateZ(0);
}
/** トップのGREZZOの文字*/
header > h1 {
    display: inline-block;
    width: 100vw;
    margin: 4vh 0 4vh 0;
    text-align: center;
    vertical-align: middle;
}
/** トップのGREZZOの文字のリンク*/
header > h1 > a {
    position: static;
    display: inline-block;
}

main {
    display: none;
    overflow-x: hidden;
}

h3 {
    overflow-y: hidden;
}

#main_menu {
    display: none;
    margin-bottom: 8vh;
    color: #cbcbcb;
    font-size: 0.8rem;
    text-align: center;
}

#main_menu  ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main_menu  li {
    display: flex;
    justify-content: center;
    position: relative;
    width: 140px;
}

#main_menu  a {
    color: #4b4b4b;
}

h1 img {
    height: 1.4rem;
}

object {
    pointer-events: none;
}

#han-menu {
    display: block;
    position: absolute;
    width: 6vw;
    height: auto;
    top: 4vh;
    left: 86vw;
    cursor: pointer;
    z-index: 10000;
}

#han-menu svg {
    max-height: 1.4rem;
}

.viewall {
    display: block;
    width: 80%;
    padding: 10px;
    border: 1px #808080 solid;
    background-color: transparent;
    margin: 4vw auto;
    cursor: pointer;
    position: relative;
    color: #4b4b4b !important;
}

body > footer {
    background-color:rgba(75,75,75,0.15);
    padding: 2vw;
    width: 100vw;
    margin: 0;
}

footer a {
    color: #4b4b4b !important;
}

.footer_menu {
    position: relative;
    top: 0;
}

#snslink {
	width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4b4b4b;
}

#snslink h3 {
    text-align: center;
    margin: 5vw auto 3vw;
    font-size: 0.8rem;
}

#snslink a{
	color: #FFF !important;
    display: block;
    position: static;
}

#snslink img {
    width: 10vw;
    height: 10vw;
    margin: 10vw 5vw;
}

#snslink ul{
	box-sizing: border-box;
	display: table;
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
}

#snslink li{
	box-sizing: border-box;
	display: table-cell;
	color: #FFF !important;
	font-size: 12pt;
	padding: 0 6px;
	vertical-align: middle;
}

#snslink li.lang {
	margin-left: 15px;
}

footer {
    display: none;
}

footer > p {
    text-align: center;
    font-size: 0.8rem;
    color: #4b4b4b;
    margin-bottom: 8vw;
}

#top_button {
    display: none;
    position: fixed;
    right: 1.5vw;
    bottom: 5vw;
    z-index: 100;
    max-height: 100px;
}

#top_button > a {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#top_button > a::after {
    display: none;
}

#top_button > a > img {
    width: 10vw;
    height: 10vw;
    max-width: 70px;
}

#float_menu {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    z-index: 1000;
    /*background-color: #ababab;*/
    top: 0;
    background-image: url(../images/bg_main.svg);
    background-color: #FFF;
    background-attachment: fixed;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: scroll;
}

#float_menu > ul {
    margin: 10vh 2vw 0;
}

#float_menu > ul > li {
    width: 100%;
    font-size: 3vh;
    list-style-type: none;
    line-height: 3vh;
    border-top: 1px solid #cdcdcd;
    padding-left: 2rem;
    height: 8vh;
    white-space: nowrap;
}

#float_menu a {
    position: static;
    display: block;
    width: 100%;
    line-height: 8vh;
    color: #4b4b4b;
}

#float_menu a > span {
    font-size: 2.5vh;
}

#contents-body > section {
    position: relative;
    background: linear-gradient(180deg, rgba(249,249,249,0.97), rgba(249,249,249,0.4));
    text-align: center;
    width: 86vw;
    padding: 2vw;
    margin: 15vh auto;
    overflow: hidden;
}

#contents-body > section:first-of-type {
    margin-top: -8vh;
}

#contents-body > section > h2 {
    font-size: 2rem;
    color: #4b4b4b;
    text-align: center;
    line-height: 20vw;
    background-color: rgba(0,0,0,0.1);
}

#contents-body > section h3 {
    font-size: 1.5rem;
    margin: -2vw;
    margin-bottom: 5vh;
}

#contents-body > section > h3 {
    background-color: rgba(0,0,0,0.1);
    line-height: 5rem;
}

/**トップぺージのinformationのタイトル、cooporate profile、社長の声の見出し*/
.dl-general > dt {
    /*
    font-size: 0.9rem;
    width: 25vw;
    border-top: 1px solid #9f9f9f;
    padding-top: 3vh;
    padding-left: 1vw;
    float: left;
    */
    font-size: 0.9rem;
    width: 25vw;
    border-top: 1px solid #9f9f9f;
    /* padding-top: 3vh; */
    /* padding-left: 1vw; */
    float: left;
    /* vertical-align: top; */
    text-align: center;
    padding-top: 2vw;
}
/**information、cooporate profile、社長の声の見出しに対応した内容*/
.dl-general > dd {
    margin: 0 0 2rem 25vw;
    font-size: 0.9rem;
    text-align: left;
    border-top: 1px solid #cecece;
    padding-top: 2vw;
    padding-left: 1vw;
}

.company li, .careers li {
    margin-left: 1rem;
}
a.banner {
    display: inline-block;
    width: 100%;
}

#privacypolicy {
    margin-top: -4vh !important;
}

#privacypolicy > h3 {
    margin-bottom: 3vh !important;
}

#privacypolicy > section {
    margin: 2vh auto !important;
}

#privacypolicy > section > h4 {
    font-size: 1.2rem;
    margin: 2vh auto;
}

#privacypolicy p, #privacypolicy ol, #privacypolicy li {
    text-align: left;
}

#privacypolicy > p {
    text-align: right;
}

#language {
    position: relative;
    left: 100%;
    transform: translateX(-104%);
    display: block;
    width: 50%;
    text-align: right;
    padding: 3vh 2vw 1vh;
}

#language > a {
    display: inline;
    line-height: 1.5rem;
}

#searchArea {
    position: relative;
    right: 0;
    left: 100%;
    transform: translateX(-100%);
    display: block;
    padding: 0 2vw 5rem;
    width: 100%;
    text-align: right;
    top: 1vh;
}

.screen-reader-text {
    display: none;
}

input#s {
    display:inline-block;
    background: none;
    background-color: #FFFFFF;
    width: 50%;
    height: 30px;
    padding: 0;
}

#searchsubmit {
    display:inline-block;
    background: url(../images/search_icon.svg) no-repeat;
    height: 30px;
    padding: 0 0 0 30px;
    width: 0;
    overflow: hidden;
    border: 0;
    margin-right: 2vw;
    cursor: pointer;
}

.animated-button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,dcdcdc+25,dcdcdc+50,dcdcdc+75,7db9e8+100&0+0,1+25,1+50,1+75,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(220,220,220,1) 25%, rgba(220,220,220,1) 50%, rgba(220,220,220,1) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(220,220,220,1) 25%,rgba(220,220,220,1) 50%,rgba(220,220,220,1) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(220,220,220,1) 25%,rgba(220,220,220,1) 50%,rgba(220,220,220,1) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */

    transform-origin: center center;
    transform: scale(0, 1);
    opacity: 0;
    transition: all .3s;
    mix-blend-mode: multiply;
}

.animated-button:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    mix-blend-mode: multiply;
}

.animated-opa {
    transition: opacity .3s ;
    -webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
}

.animated-opa:hover {
    opacity: 0.5 !important;
}

.animated-opa::after {
    display: none;
}

.column-header img {
    width: 100%;
    height: auto;
}
/**このcssはどこに適用されているか不明*/
article#contents-body > section#column > div#column_body > h3 {
	background: url('../images/column/HP_side_title_02.svg') left no-repeat;
    background-size: auto;
	background-size: 800px 36px;
    color: #FFFFFF;
    font-size: 150%;
    font-weight: normal;
    padding: 10px 10px 10px 20px;
    margin: 25px 0 1em;
    white-space: nowrap;
}

address {
    font-style: normal;
}

span.official_site {
    background-image: url(../images/external_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: #4b4b4b;
    padding-right: 3rem;
    background-position: right;
}

.no_line_hover {
    position: static;
}

.no_line_hover::after {
    display: none;
}

.site_policy p {
    padding: 2vw;
}

.site_policy ol {
    padding: 2vw;
    margin: 0 2vw;
}

.site_policy ol > li {
    padding: 1vh 0;
}

#everoasis_link a {
    display: inline;
    position: static;
}

.viewall > span {
    display: block;
    position: relative;
    z-index: 10;
}

.viewall::after {
    display: none;
}
#search-contents a {
    color: #4b4b4b;
}

#search-contents h4 {
    font-size: 1.2rem !important;
    margin: 1rem 0 !important;
}

#search-contents p {
    font-size: 0.9rem;
}

#search-contents p > a {
    color: #8c8c8c;
}

#search-contents li > a::after {
    display: none;
}

#search-contents li {
    list-style: none;
    width: 80%;
    margin: 3rem auto 0;
    padding-bottom: 3rem;
    border-bottom: 1px #CCC solid;
}

#search-contents li:last-of-type {
    border: none;
}

section#search{
    margin-top: -3vh !important;
}

mark {
    background-color: #ffff40 !important;
    color: #4b4b4b !important;
    font-style: normal !important;
    font-weight: bold !important;
}

ul.social_buttons {
	display: block;
	position:relative;
	margin: 15px 0 15px 10px;
    padding: 0px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

ul.social_buttons img {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}
/*
ul.social_buttons:after {
	clear: both;
	content: " ";
	font-size: 0;
	height: 0;
	visibility: hidden;
}
*/
.social_buttons li {
	padding: 1px;
	display: inline-block;
}

.social_buttons a::after {
    display: none;
}


.kinkyu2021 > a > img {
width: 100%;
}

/** information の[new] アイコン*/
.newicon{
    vertical-align: -0.2rem;
    height : 1.1rem;
    margin-right: 0.5rem;
}

@media screen and (min-width: 900px) {
    html {
        font-size: 100% !important;
    }

    html > body {
        background-image: url(../images/bg_main.svg);
        background-color: #FFF;
        background-attachment: fixed;
        background-size: 100vw 100vh;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }

    body::before {
        display: none;
    }

    header > h1 {
        margin: 15vh auto 4vh;
    }

    #main_menu {
        display: block;
    }

    #han-menu {
        margin-top: 15vh;
        top: 0;
    }


    .viewall {
        width: 40% !important;
        background-color: rgba(243,243,243,0.4);
    }

    span.official_site {
        padding-right: 40px !important;
        background-size: 27px !important;
    }

    #contents-body {
        width: 95vw;
        margin: 0 auto;
    }
    .dl-general > dt {
        width: 15vw;
    }
    .dl-general > dd {
        margin-left:15vw;
    }
    .page_link li {
        display: inline-block;
        width: 20%;
    }
    

    #snslink h3 {
        margin: 20px auto 20px;
    }

    #snslink img {
        width: 60px;
        height: 60px;
        margin: 30px 30px;
    }

    footer > p {
        margin-bottom: 20px;
    }

    #agm-canvas {
        min-height: 600px;
    }



    .title {
        text-align: right;
        margin: 0 !important;
        width: 40%;
        display: inline-block;
    }



    #contents-body > section {
        margin: 15vh auto;
    }

    #flow > object {
        height: 86% !important;
        max-height: 800px !important;
    }



    #main_menu > ul > li > span {
        display: none;
        position: absolute;
        bottom: -1.8rem;
        width: 100%;
        overflow: visible;
        left: 0;
        color: #5e5e5e;
    }

    #float_menu > ul {
        margin: 25vh 2vw 0 !important;
    }

    .fb_iframe_widget span {
        display: inline !important;
        float: left;
    }
}
