@charset "utf-8";

/****************************************

    /* CSS Reset

*****************************************/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "�q���M�m�p�S ProN W3", Hiragino Kaku Gothic ProN, Arial, "���C���I", Meiryo, sans-serif;
overflow-x: hidden;
}


}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}
ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}
mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select,
textarea,
img,
th,
td {
    vertical-align: middle;
}
ul,
dl,
ol {
    list-style: none;
}

/****************************************

    /* ���ʐݒ�

*****************************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}
body {
    font-family: Meiryo, sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 800px) {
    body {
        font-size: 15px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: normal;
}
a {
    color: #333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:hover img {
    -moz-opacity: 0.8;
    opacity: 0.8;
}
img,
video,
object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}
table {
    table-layout: fixed;
}
table th,
table td {
    vertical-align: middle;
}

/* �� Wrap
----------------------------- */
.wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.wrap:after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (max-width: 800px) {
    .wrap {
        width: 100%;
    }
}

/* �� Flexbox
----------------------------- */
.flex {
    -js-display: flex;
    display: flex;
    margin: 0 auto;
}
.flex li {
    flex: 1;
    margin: 0 auto;
}
@media screen and (max-width: 800px) {
    .flex {
        flex-direction: column;
    }
}

/* �� scrollTop
----------------------------- */
#scrollTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#scrollTop a {
    display: block;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.50);
    border-radius: 18px;
}
#scrollTop a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 800px) {
    #scrollTop {
        display: none;
    }
}

/* �� �T�C�h�{�^��
----------------------------- */
#side {
    position: fixed;
    top: 430px;
    right: 0;
    z-index: 100;
}
#side ul li {
    width: 50px;
    margin: 10px 0;
}
@media screen and (max-width: 800px) {
    #side {
        display: none;
    }
}

/* �� �X�}�z�p �����Œ�{�^��
----------------------------- */
#fix {
    display: none;
}
@media screen and (max-width: 800px) {
    #fix {
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, .75);
        padding: 2px 1px;
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }

    #fix ul {
        -js-display: flex;
        display: flex;
        margin: 0 auto;
    }

    #fix ul li {
        flex: 1;
        flex-grow: 1;
        height: 50px;
        margin: 2px;
        border-radius: 3px;
    }

    #fix ul li i {
        font-size: 18px;
    }

    #fix ul li:nth-child(1) {
        background-color: #22aa33;
    }

    #fix ul li:nth-child(2) {
        background-color: #0cf;
    }

    #fix ul li:nth-child(3) {
        flex-grow: 3;
        background-color: #2a3;
    }

    #fix ul li a {
        display: block;
        height: 50px;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        padding: 6px 0;
        border-radius: 3px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    }

    #fix ul li a:hover {
        background: rgba(255, 255, 255, .25);
    }
}

/****************************************

    /* �\���ؑ�

*****************************************/
.sp {
    display: none;
}
@media screen and (max-width: 800px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    .spp{
padding: 0 10px;
}

    img .sp {
        padding: 0 5px;
    }
}

/****************************************

    /* �w�b�_�[

*****************************************/
header {
    border-top: 5px solid #222;
    padding: 20px 0;
    background: #000;
    color: #fff;
    border-bottom: #fff solid 1px;
}
header #hdr-logo {
    width: 200px;
    height: 40px;
    float: left;
}
header #disc {
    font-size: 14px;
    line-height: 40px;
    margin: 0 20px;
    float: left;
}
header #inc-logo {
    width: 200px;
    height: 40px;
    float: right;
    background: #FF9000;
    text-align: center;
    padding-top: 5px;
}
@media screen and (max-width: 800px) {
    header {
        text-align: center;
        padding: 15px 0 12px;
    }

    header #hdr-logo {
        width: 100%;
        height: auto;
        float: none;
    }

    header #hdr-logo img {
        width: 50%;
        height: auto;
    }

    header #disc {
        display: none;
    }

    header #inc-logo {
        width: 100%;
        height: auto;
        float: none;
    }

    header #inc-logo img {
        width: 30%;
        height: auto;
    }
}

/****************************************

    /* �L�[�r�W���A��

*****************************************/
#keyvisual {
    background: #121212;
}
#keyvisual .pc {
    height: 600px;
    background: url(images/keyvisual-bg.png) no-repeat center center;
    position: relative;
}
#keyvisual .pc .wrap {
    height: 440px;
    background: url(images/keyvisual-pc.png) no-repeat center center;
}
#keyvisual .pc .wrap a {
    position: absolute;
    top: 455px;
    left: 255px;
}

/****************************************

    /* �|�C���g

*****************************************/
#point {
    padding: 80px 0;
}
#point h2 {
    text-align: center;
}
#point ul li {
    border-bottom: 1px dashed #aaa;
    padding: 40px 0;
}
#point ul li:last-child {
    border-bottom: none;
}
#point ul li .icon {
    width: 330px;
    height: 260px;
}
#point ul li:nth-child(odd) .icon {
    float: left;
}
#point ul li:nth-child(even) .icon {
    float: right;
}
#point ul li:nth-child(1) .icon {
    background: url(images/point-icon_01.png) no-repeat center center;
    background-size: auto 200px;
}
#point ul li:nth-child(2) .icon {
    background: url(images/point-icon_02.png) no-repeat center center;
    background-size: auto 200px;
}
#point ul li:nth-child(3) .icon {
    background: url(images/point-icon_03.png) no-repeat center center;
    background-size: auto 200px;
}
#point ul li h3 {
    width: 670px;
    margin: 0 0 20px;
}
#point ul li p {
    width: 670px;
}
#point ul li:nth-child(odd) h3,
#point ul li:nth-child(odd) p {
    float: right;
}
#point ul li:nth-child(even) h3,
#point ul li:nth-child(even) p {
    float: left;
}
@media screen and (max-width: 800px) {
    #point {
        padding: 30px 0 10px;
    }

    #point ul {
        padding: 10px;
    }

    #point ul li {
        border-bottom: 1px dashed #aaa;
        padding: 20px 0;
    }

    #point ul li:last-child {
        border-bottom: none;
    }

    #point ul li .icon {
        width: 100%;
        height: auto;
    }

    #point ul li:nth-child(odd) .icon,
    #point ul li:nth-child(even) .icon {
        float: none;
    }

    #point ul li:nth-child(1) .icon,
    #point ul li:nth-child(2) .icon,
    #point ul li:nth-child(3) .icon {
        background: none;
    }

    #point ul li .icon img {
        width: 40%;
        height: auto;
        margin: 0 auto;
    }

    #point ul li h3 {
        width: 100%;
        margin: 20px 0;
    }

    #point ul li p {
        width: 100%;
    }

    #point ul li:nth-child(odd) h3,
    #point ul li:nth-child(odd) p,
    #point ul li:nth-child(even) h3,
    #point ul li:nth-child(even) p {
        float: none;
    }
}

/****************************************

    /* ����

*****************************************/
#result {
    padding: 0 0 20px;
}
#result .ttl {
    height: 245px;
    border-top: 5px solid #1d2088;
    background: url(images/result-ttl-bg.png) no-repeat center bottom #222;
    position: relative;
}
#result .ttl::after {
    position: absolute;
    top: -5px;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top: 40px solid #fff;
    margin: 0 0 0 -50px;
}
#result .ttl h2 {
    text-align: center;
}
#result ul {
    padding: 40px 0;
}
#result ul li {
    padding: 30px 20px;
}
#result ul li:first-child h3 {
    margin: 0 0 -10px;
}
#result ul li:last-child h3 {
    margin: 0 0 -20px;
}
#result .line {
    height: 8px;
    background: url(images/result-line-bg.png) center center;
    background-size: 14px 8px;
}
#result .box {
    padding: 20px;
}
#result .box p {
    margin: 10px 0;
}
#result .box strong {
    font-weight: bold;
    background: linear-gradient(transparent 65%, #1d2088 65%);
}
@media screen and (max-width: 800px) {
    #result .ttl {
        height: auto;
        background: none;
    }

    #result ul {
        padding: 10px 0;
    }

    #result ul li {
        padding: 20px 10px;
    }

    #result ul li:first-child h3,
    #result ul li:last-child h3 {
        margin: 0 -10px;
    }

    #result .line {
        height: 4px;
        background: url(images/result-line-bg.png) center center;
        background-size: 7px 4px;
        margin: 0 -10px;
    }

    #result .box {
        padding: 20px 0;
    }
}

/****************************************

    /* ��

*****************************************/
#voice {
    color: #fff;
    background: url(images/voice-bg.png) center center;
    background-size: cover;
    padding: 0 0 60px;
}
#voice .ttl {
    height: 245px;
    border-top: 5px solid #1d2088;
    background: url(images/voice-ttl-bg.png);
    position: relative;
}
#voice .ttl h2 {
    text-align: center;
    margin: -20px 0 0;
}
#voice ul {
    padding: 40px 0;
}
#voice ul li {
    border: 4px solid #fff;
    background: rgba(0, 0, 0, .5);
    margin: 20px;
    padding: 110px 20px 20px;
    position: relative;
}
#voice ul li .label {
    width: 130px;
    height: auto;
    position: absolute;
    top: -15px;
    left: -15px;
}
#voice ul li .icon {
    width: 120px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 25px;
}
#voice ul li h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
}
#voice ul li h3 img {
    width: 105px;
    margin: 0 0 0 20px;
}
#voice .bottom {
    padding: 10px 0;
}
@media screen and (max-width: 800px) {
    #voice {
        padding: 0 0 30px;
    }

    #voice .ttl {
        height: auto;
        background: url(images/voice-ttl-bg.png);
        background-size: 15px 15px;
    }

    #voice .ttl h2 {
        margin: 0;
    }

    #voice ul {
        padding: 20px 0 10px;
    }

    #voice ul li {
        text-align: center;
        border: 3px solid #fff;
        margin: 20px 10px;
        padding: 20px 10px;
    }

    #voice ul li .label {
        width: 80px;
        height: auto;
        position: absolute;
        top: -5px;
        left: -5px;
    }

    #voice ul li .icon {
        width: 80px;
        height: auto;
        margin: 0 0 10px;
        position: relative;
        top: auto;
        right: auto;
    }

    #voice ul li h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    #voice ul li p {
        text-align: left;
    }

    #voice .bottom {
        padding: 0;
    }
}

/****************************************

    /* �T�[�r�X

*****************************************/
#service {
    padding: 80px 0;
}
#service h2 {
    text-align: center;
}
#service ul {
    text-align: center;
    margin: 40px auto;
}
#service ul li {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    margin: 20px 10px;
}
#service ul li h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    background: #222;
    padding: 10px;
    position: relative;
}
#service ul li h3::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #000 #000;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
#service ul li .icon {
    height: 180px;
    padding: 30px 0 10px;
    position: relative;
}
#service ul li .icon::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 20px solid #222;
    margin: 0 0 0 -15px;
}
#service ul li .icon img {
    width: auto;
    height: 140px;
}
#service ul li .txt {
    text-align: left;
}
@media screen and (max-width: 800px) {
    #service {
        padding: 30px 0;
    }

    #service ul {
        margin: 10px auto;
        padding: 0 10px;
    }

    #service ul li {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin: 20px 0;
    }

    #service ul li h3 {
        color: #fff;
        font-size: 20px;
    }

    #service ul li h3 br {
        display: none;
    }

    #service ul li .icon {
        height: auto;
        padding: 30px 0 10px;
        position: relative;
    }

    #service ul li .icon::after {
        position: absolute;
        top: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top: 20px solid #222;
        margin: 0 0 0 -15px;
    }

    #service ul li .icon img {
        width: 40%;
        height: auto;
    }

    #service ul li .txt {
        text-align: left;
    }
}

/****************************************

    /* ���A

*****************************************/
#greet {
    background: url(images/greet-bg.png) no-repeat center bottom #f6f6f6;
    padding: 0 0 220px;
}
#greet .ttl {
    height: 245px;
    border-top: 5px solid #1d2088;
    background: url(images/greet-ttl-bg.png) no-repeat center bottom #111;
    position: relative;
}
#greet .ttl h2 {
    text-align: center;
    margin: -10px 0 0;
}
#greet .wrap {
    padding: 80px 40px;
}
#greet .box {
    background: #fff;
    padding: 60px 40px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
}
#greet .box p {
    line-height: 40px;
    background: #fff -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.98, rgba(0, 0, 0, 0)), color-stop(1.00, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-size: auto 40px;
}
@media screen and (max-width: 800px) {
    #greet {
        background: none #f6f6f6;
        padding: 0;
    }

    #greet .ttl {
        height: auto;
        border-top: 5px solid #1d2088;
        background: none;
    }

    #greet .ttl h2 {
        margin: 0;
    }

    #greet .wrap {
        padding: 10px 8px 25px;
    }

    #greet .box {
        padding: 20px 12px;
    }

    #greet .box p {
        line-height: 36px;
        background-size: auto 36px;
    }
}

/****************************************

    /* �悭���鎿��

*****************************************/

/*#faq {
    border-top: 5px solid #222;
    border-bottom: 4px solid #1d2088;
    padding: 60px 0;
}

#faq h2 {
    position: relative;
    text-align: center;
}
#faq h2 span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin: 0 20px;
    padding: 0 10px;
}
#faq h2::before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #222;
    position: absolute;
    top: 50%;
    z-index: 1;
}
#faq h2 span img {
    width: 480px;
}*/
#faq ul {
    font-size: 0;
    padding: 20px 0;
}
#faq ul li {
    display: inline-block;
    width: 50%;
    font-size: 18px;
    text-align: left;
    vertical-align: top;
    padding: 20px;
}
#faq ul li p {
    min-height: 50px;
    margin: 0 0 10px;
    padding: 10px 10px 10px 60px;
}
#faq ul li .q {
    background: url(images/faq-q.png) no-repeat left top;
    background-size: 50px;
}
#faq ul li .a {
    background: url(images/faq-a.png) no-repeat left top;
    background-size: 50px;
}
@media screen and (max-width: 800px) {
    #faq {
        padding: 30px 0 40px;
    }

    #faq h2 {
        margin: 0 0 20px;
    }

    #faq h2 span {
        display: inline-block;
        background-color: #fff;
        position: relative;
        z-index: 2;
        margin: 0 10px;
        padding: 0 10px;
    }
    /*#faq h2::before {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #222;
        position: absolute;
        top: 50%;
        z-index: 1;
    }*/

    #faq h2 span img {
        width: 100%;
    }

    #faq ul {
        font-size: 0;
        padding: 0;
    }

    #faq ul li {
        display: block;
        width: 100%;
        font-size: 15px;
        text-align: left;
        padding: 5px 10px;
    }

    #faq ul li p {
        min-height: 40px;
        margin: 0 0 10px;
        padding: 10px 10px 10px 50px;
    }

    #faq ul li .q {
        background: url(images/faq-q.png) no-repeat left top;
        background-size: 40px;
    }

    #faq ul li .a {
        background: url(images/faq-a.png) no-repeat left top;
        background-size: 40px;
    }
}
#fap img {
    padding: 30px 10px;
}

/****************************************

    /* ���[���t�H�[��

*****************************************/
#form {
    border-top: 4px solid #222;
    border-bottom: 4px solid #222;
    background: url(images/form-bg.png) #1d2088;
    padding: 0 0 40px;
    margin-top: -10px;
}
#form h2 {
    text-align: center;
    margin: 30px 0 20px;
}
form {
    background: #fff;
    margin: 0 40px;
    padding: 40px 0 30px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
}
form table {
    width: 100%;
    max-width: 800px;
    border-top: 1px dotted #ddd;
    margin: 0 auto;
}
form table th,
form table td {
    border-bottom: 1px dotted #ddd;
    padding: 15px;
}
form table th {
    width: 30%;
    text-align: left;
}
form table th span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    border-radius: 3px;
}
form table th span.must {
    background: #e44;
}
form table th span.any {
    background: #aaa;
}
form table td {
    width: 70%;
}
form input,
form textarea {
    width: 100%;
    font-family: Meiryo, sans-serif;
    font-size: 18px;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    border-radius: 3px;
}
form textarea {
    height: 200px;
}
form .submitWrap {
    text-align: center;
    padding: 20px 0;
}
form button {
    display: inline-block;
    width: 480px;
    color: #fff;
    font-family: Meiryo, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #2a3;
    background: -webkit-gradient(linear, center top, center bottom, from(#0a0), to(#080));
    background: linear-gradient(to bottom, #0a0, #080);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00aa00', endColorstr='#008800');
    padding: 20px;
    position: relative;
    top: 0;
    border-radius: 5px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 0 #060;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
form button::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
form button:hover {
    top: 8px;
    letter-spacing: 2px;
    box-shadow: 0 0 0 #060;
}
form button:hover::after {
    right: 10px;
}
@media screen and (max-width: 800px) {
    #form {
        background: url(images/form-bg.png) #1d2088;
        background-size: 8px;
        padding: 0 0 20px;
    }

    form {
        background: #fff;
        margin: 0 10px;
        padding: 0 0 10px;
        box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
    }

    form table {
        max-width: auto;
    }

    form table th,
    form table td {
        display: block;
        width: 100%;
    }

    form table th {
        background: #f6f6f6;
    }

    form table td ul.flex {
        flex-direction: row;
    }

    form button {
        width: 90%;
    }
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}

/* �� �v���C�o�V�[�|���V�[
----------------------------- */
#privacy {
    height: 180px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .25);
    margin: 40px;
    padding: 20px;
    overflow-y: scroll;
}
#privacy h2 {
    font-size: 18px;
    margin: 0;
}
#privacy h3,
#privacy h4,
#privacy p,
#privacu ul {
    text-align: left;
    margin: 10px 0;
}
@media screen and (max-width: 800px) {
    #privacy h2 {
        font-size: 16px;
    }

    #privacy {
        margin: 20px 10px 10px;
    }
}

/****************************************

    /* ��ЊT�v

*****************************************/
#company {
    border-top: 4px solid #1d2088;
    padding: 60px 0;
    margin: 4px 0 0;
}
#company h2 {
    text-align: center;
    margin: 0 0 20px;
}
#company ul li {
    padding: 10px;
}
#company ul li:nth-child(2),
#company ul li:nth-child(3) {
    flex-grow: 1.5;
}
#company ul li dl {
    border-left: 8px solid #222;
    margin: 15px 0;
    padding: 0 0 0 10px;
}
#company ul li dt {
    color: #1d2088;
    font-size: 16px;
    font-weight: bold;
}
#company ul li dd {
    font-size: 14px;
}
#company ul li:nth-child(1) dl {
    height: 70px;
}
#company ul li:nth-child(2) dl,
#company ul li:nth-child(3) dl {
    height: 70px;
}
@media screen and (max-width: 800px) {
    #company {
        padding: 30px 0;
    }

    #company ul li {
        width: 100%;
        padding: 0 10px;
    }

    #company ul li:nth-child(1),
    #company ul li:nth-child(2),
    #company ul li:nth-child(3) {
        flex-grow: 1;
    }

    #company ul li dl {
        width: 100%;
        border-left: 6px solid #222;
        margin: 0;
        padding: 5px 0 5px 10px;
    }

    #company ul li dt {
        font-size: 14px;
    }

    #company ul li:nth-child(1) dl,
    #company ul li:nth-child(2) dl,
    #company ul li:nth-child(3) dl {
        height: auto;
    }
}

/****************************************

    /* �t�b�^�[

*****************************************/
footer {
    color: #fff;
    text-align: center;
    font-size: 12px;
    background: #222;
    padding: 10px;
}
@media screen and (max-width: 800px) {
    footer {
        padding: 10px 0 70px;
    }
}

/****************************************

    /* �����y�[�W

*****************************************/
#thanks {
    text-align: center;
    padding: 60px 0;
}
#thanks h2 {
    width: 420px;
    margin: 0 auto 40px;
}
#thanks p {
    margin: 40px 0;
}
#thanks .icon {
    text-align: center;
}
#thanks .icon img {
    width: 240px;
}
@media screen and (max-width: 800px) {
    #thanks {
        padding: 20px 10px;
    }

    #thanks h2 {
        width: 100%;
        margin: 0 auto 40px;
    }

    #thanks p {
        text-align: center;
        margin: 20px 0;
    }

    #thanks .icon {
        text-align: center;
    }

    #thanks .icon img {
        width: 50%;
    }
}
.headerRight {
    float: right;
}
.point_text {
    text-align: center;
    margin: 40px 0;
}
table {
    border-collapse: separate;
    /* �Z���̋��E���̊Ԋu���J���ĕ\������ */

    border-spacing: 2;
    /* �אڂ���Z���̃{�[�_�[�Ԃ̊Ԋu���w�肷�� */

    width: 100%;
    /* �e�[�u���̉������w�肷�� */

    border: 1px solid #31A9EE;
    /* �e�[�u���̋��E���������Ŏw�肷�� */
}
table th,
table td {
    text-align: center;
    /* �Z�����̃e�L�X�g�̈ʒu���w��i�^�񒆁j���� */

    padding: 10px;
    /* �v�f�̗]�����w�肷��(�㉺���E) */

    border: 1px solid #666;
    /* ���E���������Ŏw�肷�� */

    white-space: nowrap;
    /* �e�L�X�g�̐܂�Ԃ������Ȃ� */
}
.expectation {
    color: #fff000;
}
#performance h2 {
    text-align: center;
    margin: 25px 0;
}
#performance table {
    margin: 20px 0;
    font-size: 16px;
}
#flow h2 {
    background: no-repeat url("images/flow_bg.png");
    text-align: center;
}
#flow img {
    padding: 30px 10px;
}
#flow {
    padding: 80px 0 0 0;
}
#flow ul li {
    border-bottom: 1px dashed #aaa;
    padding: 40px 0;
}
#flow ul li:last-child {
    border-bottom: none;
}
#flow ul li .icon {
    width: 330px;
    height: 260px;
}
#flow ul li:nth-child(odd) .icon {
    float: left;
}
#flow ul li:nth-child(even) .icon {
    float: right;
}
#flow ul li:nth-child(1) .icon {
    background: url(images/flow-icon_01.png) no-repeat center center;
    background-size: auto 200px;
}
#flow ul li:nth-child(2) .icon {
    background: url(images/flow-icon_02.png) no-repeat center center;
    background-size: auto 200px;
}
#flow ul li:nth-child(3) .icon {
    background: url(images/flow-icon_03.png) no-repeat center center;
    background-size: auto 200px;
}
#flow ul li:nth-child(4) .icon {
    background: url(images/flow-icon_04.png) no-repeat center center;
    background-size: auto 200px;
}
#flow ul li:nth-child(5) .icon {
    background: url(images/flow-icon_05.png) no-repeat center center;
    background-size: auto 200px;
}
#flow ul li:nth-child(6) .icon {
    background: url(images/flow-icon_06.png) no-repeat center center;
    background-size: auto 200px;
}
#flow ul li h3 {
    width: 670px;
    margin: 0 0 20px;
}
#flow ul li p {
    width: 670px;
}
#flow ul li:nth-child(odd) h3,
#flow ul li:nth-child(odd) p {
    float: right;
}
#flow ul li:nth-child(even) h3,
#flow ul li:nth-child(even) p {
    float: left;
}
@media screen and (max-width: 800px) {
    #flow {
        padding: 30px 0 10px;
    }

    #flow ul {
        padding: 10px;
    }

    #flow ul li {
        border-bottom: 1px dashed #aaa;
        padding: 20px 0;
    }

    #flow ul li:last-child {
        border-bottom: none;
    }

    #flow ul li .icon {
        width: 100%;
        height: auto;
    }

    #flow ul li:nth-child(odd) .icon,
    #flow ul li:nth-child(even) .icon {
        float: none;
    }

    #flow ul li:nth-child(1) .icon,
    #flow ul li:nth-child(2) .icon,
    #flow ul li:nth-child(3) .icon,
    #flow ul li:nth-child(4) .icon,
    #flow ul li:nth-child(5) .icon,
    #flow ul li:nth-child(6) .icon {
        background: none;
    }

    #flow ul li .icon img {
        width: 40%;
        height: auto;
        margin: -40px auto;
    }

    #flow ul li h3 {
        width: 100%;
        margin: -30px 0;
    }

    #flow ul li p {
        width: 100%;
    }

    #flow ul li:nth-child(odd) h3,
    #flow ul li:nth-child(odd) p,
    #flow ul li:nth-child(even) h3,
    #flow ul li:nth-child(even) p {
        float: none;
    }
}
.BG_gray {
    background: #eeeeee;
}
#faq h2 {
    background: no-repeat url(images/flow_bg.png);
    text-align: center;
    padding: 30px 0;
}
table.table01 {
    width: 100%;
    border-right: #1D2088 solid 1px;
    border-collapse: collapse;
}
table.table01 thead th {
    background: #1D2088;
    color: #FFF;
    padding: 10px 15px;
    border-right: #FFF solid 1px;
    border-bottom: #FFF solid 1px;
}
table.table01 thead th:last-child {
    border-right: #1D2088 solid 1px;
}
table.table01 tbody th {
    background: #1D2088;
    color: #FFF;
    padding: 10px 15px;
    border-bottom: #FFF solid 1px;
    vertical-align: top;
}
table.table01 tbody tr:last-child th {
    border-bottom: #1D2088 solid 1px;
}
table.table01 tbody td {
    background: #FFF;
    padding: 24px 0px;
    border-left: #1D2088 solid 1px;
    border-bottom: #1D2088 solid 1px;
    vertical-align: top;
}
@media screen and (max-width: 640px) {
    table.table01 thead {
        display: none;
    }

    table.table01 tbody th {
        display: block;
    }

    table.table01 tbody td {
        display: block;
    }

    table.table01 tbody td::before {
        content: attr(label);
        float: left;
        clear: both;
        font-weight: bold;
    }

    table.table01 tbody td p {
        padding-left: 6em;
    }
}
.bgBlue {
    background: #1d2088;
    color: #fff;
}
.spNone {}
@media screen and (max-width: 480px) {
    .spNone {
        display: none;
    }
}
#LINE h2 {
    background: no-repeat url(images/LINE_bg.png);
    text-align: center;
    padding: 30px 0;
}
.Notes {
    text-align: right;
}
.denryoku {
    margin-top: 2px;
    margin-bottom: 30px;
}
p#inc-logo a {
    text-decoration: none;
    color: #FFF;
}
.flowImg {
    width: 50%;
    margin: 0 auto;
}
.line {
    margin: 20px auto 0;
    box-shadow: 1px 1px white;
}
.PD {
    padding: 0 10px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    background: #003670;
}
.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    background-repeat: no-repeat;
}
.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}
.swiper-slide .subtitle {
    font-size: 21px;
}
.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}
.swiper-wrapper {
    width: 1000px;
    margin: 0px auto;
}
.subtitle {
    color: #ff0;
    font-size: 30px;
}

/****************************************

    /*

*****************************************/
form {
    margin: 0 auto;
    padding: 2em 0 0;
}
form table {
    width: 100%;
    max-width: 800px;
    border: 1px solid #ddd;
    border-bottom: none;
    margin: 0 auto;
}
form table th,
form table td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}
form table th {
    width: 30%;
    text-align: left;
    background: rgba(0, 0, 0, .05);
}
form table th span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    background: #e44;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    border-radius: 3px;
    float: right;
}
form table td {
    width: 70%;
    background: #fff;
}
@media screen and (max-width: 800px) {
    form {
        padding: 2em 10px 0;
    }

    form table {
        max-width: auto;
    }

    form table th,
    form table td {
        display: block;
        width: 100%;
    }

    form table td ul.flex {
        flex-direction: row;
    }
}
form input,
form textarea,
form select {
    width: 100%;
    font-family: Meiryo, sans-serif;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
}
form input.mid,
form textarea.mid,
form select.mid {
    width: 30%;
    font-family: Meiryo, sans-serif;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
}
form textarea {
    height: 200px;
}
form ul.list_view {
    border: 1px solid #ddd;
    margin: 0;
}
form ul.list_view li {
    position: relative;
}
form ul.list_view input {
    position: absolute;
    top: -5px;
}
form select {
    min-height: 45px;
    background: url("images/form-select.png") no-repeat right center;
    background-size: 50px 35px;
    padding: 10px;
}
form input[type="radio"],
form input[type="checkbox"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
form input[type="radio"]+p,
form input[type="checkbox"]+p {
    display: block;
    min-height: 45px;
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    padding: 10px;
    margin: 0;
}
form input[type="radio"]+p {
    background: url("images/form-radio_off.png") no-repeat right center #fff;
    background-size: 50px 35px;
}
form input[type="checkbox"]+p {
    background: url("images/form-check_off.png") no-repeat right center;
    background-size: 50px 35px;
}
form input[type="radio"]:checked+p {
    background: url("images/form-radio_on.png") no-repeat right center;
    background-size: 50px 35px;
}
form input[type="checkbox"]:checked+p {
    background: url("images/form-check_on.png") no-repeat right center;
    background-size: 50px 35px;
}
form input[type="radio"]:hover+p,
form input[type="checkbox"]:hover+p {
    background-color: #f6f6f6;
}
form li:last-child p {
    border-bottom: none;
}
form input.button {
    border: 1px solid #ccc;
    border-left: none;
    background-color: #ddd;
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
    background: linear-gradient(to bottom, #fff, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#cccccc');
    text-shadow: 1px 1px 0 #fff;
    cursor: pointer;
}
form input.button:hover {
    background-color: #bbb;
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#bbb));
    background: linear-gradient(to bottom, #fff, #bbb);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#bbbbbb');
}
form .submitWrap {
    text-align: center;
    padding: 10px 0 15px;
}
form input[type="submit"] {
    display: inline-block;
    width: 320px;
    color: #fff;
    font-family: Meiryo, sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #2a3;
    background: -webkit-gradient(linear, center top, center bottom, from(#0a0), to(#080));
    background: linear-gradient(to bottom, #0a0, #080);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00aa00', endColorstr='#008800');
    padding: 20px;
    position: relative;
    top: 0;
    border-radius: 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 0 #060;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
}
form input[type="submit"]::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
form input[type="submit"]:hover {
    top: 5px;
    box-shadow: 0 0 0 #060;
}
form input[type="submit"]:hover::after {
    right: 10px;
}
@media screen and (max-width: 800px) {
    form input[type="submit"] {
        width: 90%;
    }
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
li.briefing {
    background: #b13;
}
li.application {
    background: #197;
}
p.text001 {
    text-align: center;
}

@media screen and (max-width: 800px) {
.swiper-wrapper {
width: 100%;
}
}

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
    margin-top: 20px;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}

.gpu_h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    position: relative;
    padding-top: .75em;
    border-top: 1px solid #ccc;
}
.gpu_h2::after {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #333;
}
/* 
.gpu_ul {
  padding: 0;
  position: relative;
}

.gpu_li {
  color: black;
  border-left: solid 8px orange;
  background: whitesmoke;
  margin-bottom: 5px;
  line-height: 1.5;
  border-radius: 0 15px 15px 0;
  padding: 0.5em;
  list-style-type: none!important;
} */

.gpu_ul {
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
}

.gpu_li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
.gpu_li:before {/*疑似要素*/
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
}

.gpu_under{
    background: linear-gradient(transparent 70%, yellow 70%);
}