.scale2 { transform:scale(2,2); }


.hero-image-wrap {
    width: 100%;
    height: 600px;
    position: relative;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 30px;
}

.hero-text {
    position: absolute;
    color: yellow; 
/*    color: green;*/
    font-weight: bold;
    font-size: 2.5em;
    top: 35%;
    left: 55%;
    line-height: 2;
    width: 40%;
}

/* index */
.hero-image-wrap2 {
    width: 100%;
    height: 700px;
    position: relative;
}

.hero-image2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 40px;
}

.hero-text2 {
    position: absolute;
    color: blue;
    font-weight: bold;
    font-size: 2.2em;
    top: 40%;
    left: 55%;
    line-height: 2;
    width: 40%;
}


.emph-tomato {
    font-size: 34px;
    font-weight: bold;
    color: tomato;
}

@media (min-width: 768px) {
    .emph-text2 {
        position: absolute;
        color: navy;
        /*color: #00ced1;*/
        font-weight: bold;
        font-size: 3.2em;
        top: 10%;
/*        right: 1%;*/
        left: 40%;
        line-height: 1.5;
        /*text-shadow: 3px 3px 3px lightgrey;*/
    }

    .secondary-text2 {
        position: absolute;
        color: royalblue;
        /*color: #20b2aa;*/
        font-weight: bold;
        font-size: 1.8em;
        top: 45%;
        left: 45%;
        line-height: 1.5;
        /*text-shadow: 3px 3px 3px lightgrey;*/
    }
}

/* ここまで */


/* company */
.hero-text3 {
    position: absolute;
    color: #4f5050;
    font-weight: bold;
    font-size: 2.2em;
    top: 35%;
    left: 30%;
    line-height: 2;
    width: 45%;
}

/* news */
.hero-text4 {
    position: absolute;
    color: navy;
    font-weight: bold;
    font-size: 2.5em;
    top: 65%;
    left: 10%;
    line-height: 2;
}

/* FAQ */
.hero-image5 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 80px;
}

.hero-text5 {
    position: absolute;
    color: yellow;
    font-weight: bold;
    font-size: 2.5em;
    top: 45%;
    left: 10%;
    line-height: 2;
    width : 35%;
}
/* ここまで */


.section-title {
    font-size: 32px;
    font-weight: bold;
    border-bottom: solid 3px #0c63e4;
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
}

.text-slogan {
    font-size: 18px;
    line-height: 2;
}

.text-slogan-L {
    font-size: 20px;
    color: #0d6efd;
}

.product-logo-wrap {
    width: 350px;
    height: auto;
}

.product-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-footer p {
    font-size: 14px;
}

.timeline {
    position: relative;
}

.timeline-title {
    /*font-size: large;*/
    font-weight: bold;
    padding-bottom: 2rem;
}

.timeline-year {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

th.timeline-year {
    /*padding-left: 2rem;*/
    /*padding-right: 2rem;*/
    width: 100px;
}

td.timeline-content {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 14px;
}

table.timeline th {
    border-right: 3px solid rgba(0, 0, 0, 0.1);
}

.timeline tr {
    position: relative;
}

.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #6fc173;
    position: absolute;
    left: 95px;
    top: 6px;
    border-radius: 100%;
}

.hd-cube-image-wrap {
    max-width: 600px;
    height: auto;
}

.hd-cube-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-image-wrap {
    max-width: 400px;
    height: auto;
}

.article-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flow-circle {
    width: 4em;
    height: 4em;
    font-size: 32px;
    font-weight: bold;
    background-color: rgba(124, 252, 0, 1);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.8);
}

.inner-circle {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
}

.recruit-image-wrap {
    max-width: 100%;
    height: auto;
}

.recruit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-frame {
    /*border-radius: 10% 10% 10% 10%;*/
    /*background-color: #b6d4fe;*/
}

.table-recruit td, th {
    padding: 1rem;
}

.image-400x300-wrap {
    max-width: 400px;
    height: auto;
}

.image-400x300 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-300x280-wrap {
    max-width: 300px;
    height: auto;
}

.image-300x280 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-text-p {
    font-size: 18px;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}

.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
    opacity: 1;
    visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
    background: #fff;
    text-align: left;
    padding: 30px;
}

.inner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-white {
    background-color: #ffffff;
}

.index-recruit {
    max-width: 1000px;
    height: 800px;
    background-color: #3dd5f3;
    opacity: 0.6;
    justify-content: center;
}

.table-recruit {
    border: solid 3px gray;
}

#recruit-detail th, td {
    padding: 10px;
}

#recruit-detail th {
    background-color: #e0e0e0;
}

.customer-voice {
    /*border:  solid 3px #0a53be;*/
    border-radius: 20% 20% 20% 20%;
}

.card-recruit {
    border: solid 1px gray;
}

.information-link {
    text-decoration: none;
}

.product-info {
    /*background-image: url("/static/images/lukas-blazek-EWDvHNNfUmQ-unsplash.jpg");*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-size: cover;*/
}

.emph-light-green {
    font-size: 34px;
    font-weight: bold;
    color: #7fff00;

}

.article-text {
    font-size: 18px;
    line-height: 2.2;
}

.hdcube-image {
    width: 100%;
    height: auto;
    position: relative;
}


.button-ellipse a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button-ellipse a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}

.button-ellipse a:hover {
    background: #313131;
    color: #FFF;
}

.footer-text {
    font-size: 0.9em;
}

a.footer-link {
    font-size: 0.8em;
    text-decoration: none;
    color: #adb5bd;
}

footer li {
    list-style: none;
}

footer a {
    font-size: 0.7em;
    text-decoration: none;
    color: #adb5bd;
}

.footer-icon {
    width: 50px;
}

footer {
    /*background-color: #99ff33;*/
}

.h-oshare {
    text-align: center;
    font-weight: bold;
    color: #5bf782;
    line-height: 1.4;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
}

.section-recruit {
    -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
    background-color: #191970;
    color: #ccc;
    padding: 60px 0 10px 0;
}

.textlink a {
    position: relative;
    color: #333;
    text-decoration: none;
}

.textlink a:hover {
    color: #b99b00;
}

.textlink02 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ceb849;
    transition: width 0.3s;
}

.textlink02 a:hover::after {
    width: 100%;
}

.square {
    width: 300px;
    height: 280px;
    background-color: lightcyan;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .emph-text {
        position: absolute;
        color: #00ced1;
        /*color: #20b2aa;*/
        font-weight: bold;
        font-size: 3.2em;
        top: 20%;
        right: 1%;
        line-height: 1.5;
        /*text-shadow: 3px 3px 3px lightgrey;*/
    }

    .secondary-text {
        position: absolute;
        color: lightslategray;
        /*color: #20b2aa;*/
        font-weight: bold;
        font-size: 1.8em;
        top: 45%;
        right: 1%;
        line-height: 1.5;
        /*text-shadow: 3px 3px 3px lightgrey;*/
    }
}

@media (max-width: 768px) {
    .emph-text {
        position: absolute;
        color: #00ced1;
        /*color: #20b2aa;*/
        font-weight: bold;
        font-size: 2.5em;
        top: 20%;
        right: 1%;
        line-height: 1.5;
        /*text-shadow: 3px 3px 3px lightgrey;*/
    }

    .secondary-text {
        position: absolute;
        color: lightslategray;
        /*color: #20b2aa;*/
        font-weight: bold;
        font-size: 1.5em;
        top: 45%;
        right: 1%;
        line-height: 1.5;
        /*text-shadow: 3px 3px 3px lightgrey;*/
    }
}

@media (max-width: 600px) {
    .emph-text {
        position: absolute;
        color: #00ced1;
        /*color: #20b2aa;*/
        font-weight: bold;
        font-size: 2em;
        top: 20%;
        right: 1%;
        line-height: 1.5;
        /*text-shadow: 3px 3px 3px lightgrey;*/
    }

    .secondary-text {
        position: absolute;
        color: lightslategray;
        /*color: #20b2aa;*/
        font-weight: bold;
        font-size: 1.1em;
        top: 45%;
        right: 1%;
        line-height: 1.5;
        /*text-shadow: 3px 3px 3px lightgrey;*/
    }
}

.job-card {
    background-color: #191970;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.25);
}

.job-card h3 {
    background-color: #191970;
    font-size: 0.9em;
}

.emph-p {
    /*color: #00ced1;*/
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5;
    /*text-shadow: 3px 3px 3px lightgrey;*/
}

.box-400x400 {
    width: 400px;
    height: 400px;
    border-radius: 10px;
}

.news-table td {
    font-size: 0.8em;
}

.fixed-button {
    position: fixed;
    top: 100px;
    right: 30px;
    /*padding: 6px 40px;*/
    opacity: 0.7;
    z-index: 1;
}

.button-contact a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 170px;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: bold;
    background-color: #ffd700;
    border-radius: 50vh;
    transition: 0.3s;
    text-decoration: none;
}

.button-contact a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #f2f2f2;
    border-radius: 50vh;
}

.button-contact a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
}

.button-contact a:hover {
    text-decoration: none;
    background-color: rgba(255, 215, 0, 0.7);
}

.news-title {
    font-size: 2em;
    font-weight: bold;
}

.test-button {
    position: absolute;
    width: 300px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

#3set { width:100%; margin-left: 150px; }

#protocol_version { color: crimson; }

#sub-text { width:50%; }

