@charset "utf-8";

body {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #000000;
}
h1,
h2 {
    font-weight: normal;
}
.body__index {
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
.main__index {
    scroll-behavior: 75px;
    margin: 0 auto;
}
@media screen and (min-width: 601px) {
    .loader {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #000000;
        z-index: 555;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .loader img {
        position: absolute;
        height: 77.5px;
        top: 51.5vh;
        left: 50%;
        transform: translate(-50%, -45%);
    }
}
@media screen and (max-width: 600px) {
    .loader {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #000000;
        z-index: 555;
        top: 0;
        left: 0;
    }
    .loader img {
        position: absolute;
        /*height: 77.5px;*/
        width: 90vw;
        top: 51.5vh;
        left: 50%;
        transform: translate(-50%, -45%);
    }
}

.index__01 {
    height: 600vh;
    width: 100%;
    z-index: -2;
}
.scrolly-video {
    overflow-x: hidden;
}
.index__02 {
    position: absolute;
    top: 50.5%;
    left: 50%;
    text-align: center;
    z-index: 3;
    transform: translate(-50%, -50%);
}
.index__p_01 {
    font-size: 20px;
    letter-spacing: 2px;
    position: absolute;
    color: #FFFFFF;
    text-shadow: 4px 4px 8px #222222;
    width: 100vw;
    transform: translate(-50%, -400%);
    font-family: 'Noto Sans JP';
}
.fadeIn {
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    transform: translateY(150px);
}
.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 75px;
    z-index: 10;
    transition: transform 0.3s 0.3s;
}
.header_logo img {
    padding-top: 20px;
    padding-left: 20px;
    height: 30px;
}
.hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    margin-top: -45px;
    background-color: transparent;
}
.hamburger.-active .hamburger__line {
    background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #000000;
}
.hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #000000;
}
.hamburger.-active .hamburger__text::before {
  content: 'é]¤¸¤ë';
}
.hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #ffffff;
    transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    transition: inherit;
}
.hamburger__line:before {
    top: -6px;
}
.hamburger__line:after {
    top: 6px;
}
.header__nav-area {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9;
    height: 100lvh;
    width: 300px;
    visibility: hidden;
    padding-top: 60px;
    background-color: #ffffff;
    transition: 0.4s;
}
.header__nav-area.-active {
    right: 0;
    visibility: visible;
}
.global-navigation {
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
}
.global-navigation__list > li {
    border-bottom: 2px solid #e7e9ee;
}
.global-navigation__list > li + li {
}
.global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    transition: color 0.4s;
    font-size: 0.875rem;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link:hover {
    color: #FFFFFF;
    background-color: #000000;
    transition: color 0.4s;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
}
.global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
    font-size: 0.75rem;
}
.accordion__list li + li {
     margin-top: 21px;
}
.accordion__link {
    color: #172e59;
}

.column__index {
    background-color:#ffffff;
}
.column-section {
    padding-top: 150px;
}
.column-section a{
    color: #FFFFFF;
}
.column__index_2 {
    clear: both;
}
.column_1:hover {
    filter: grayscale(0%);
}
.column_2:hover {
    filter: grayscale(0%);
}
.footer {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 24px;
    height: 180px;
    color: #FFFFFF;
    background-color: #121212;
    z-index: 8;
}
.footer p {
    padding-top: 60px;
}
@media screen and (min-width: 801px){
    .footer_text1 {
        display: block;
    }
    .footer_text2 {
        display: none;
    }
}
@media screen and (max-width: 800px){
    .footer_text1 {
        display: none;
    }
    .footer_text2 {
        display: block;
    }
}
@media screen and (max-width: 650px){
    .footer p {
        padding-top: 50px;
    }
    .footer_text2 {
        font-size: 12px;
        line-height: 24px;
    }
}
.section_c {
    margin: 0 auto;
}
.section_w {
    position: relative;
    overflow: hidden;
    height: 100%;
    color: #000000;
    margin: 0 auto;
}
.form_section {
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 40px 0 50px 0;
    background-color: #ffffff;
}
.response_size {
    width: 900px;
    margin: 0 auto;
}

.main__2 {
    background-color: #ffffff;
}
.partners_img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}
.prod_column {
    display: flex;
    width: 100%;
}
.prod_column img {
    width: 100%;
    height: 100%;
}
.prod_column_2 {
    flex: 1;
}

.adv_column {
    display: flex;
    height: 100%;
}
.std_column {
    display: flex;
    height: 100%;
}
.adv_list {
    display: block;
    width: 49%;
    margin: 20px 0 20px 0;
    margin-right: 16px;
    text-align: center;
    background-color: #eeeeee;
}

.input_column {
    display: flex;
}
.input_column_left {
    width: 65%;
}
@media screen and (max-width: 980px){
    .input_column_left {
        width: 95%;
    }
}
.input_column_right {
    width: 35%;
    border-left: 1px solid #555;
    margin-top: 6px;
    padding-left: 10px;
    line-height: 16px;
    color: #000018;
}
@media screen and (max-width: 980px){
    .input_column_right {
        display: none;
    }
}
.input_column_bottom {
    display: none;
    margin-top: 26px;
    margin-bottom: 12px;
}
@media screen and (max-width: 980px){
    .input_column_bottom {
        display: block;
    }
}

.std_over_1 { 
    position: fixed;
    background-color: #ffffff;
    transition: all 0.5s 0s ease;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#std_pop_1 {
    display: none;
}
#std_pop_1:checked + .std_over_1 {
    visibility: visible;
    opacity: 1;
    z-index: 100000;
    background-color: #0000004D;
    width: 100%;
}
.std_pop_w_1 {
    border-radius: 5px;
    overflow: auto;
    max-height: 95%;
    min-width: fit-content;
    max-width: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    font-size: 13px;
    line-height: 18px;
    margin: 10px auto;
    padding: 4px 10px;
    background: #FFFFFF; 
    text-align: center;
    transition: all 500ms ease-in-out;
}
.std_title_1 {
    font-size: 20px;
    margin-top: 12px;
}
.std_close_1 {
    position: absolute;
    top: 8px;
    right: 10px;
    transition: all 300ms;
    font-size: 24px;
    line-height: inherit;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    padding: 2px;
}
.std_close_1:hover {
    color: #06D85F;
    cursor: pointer;
}
.std_pop_w_1::-webkit-scrollbar-track {
    background: none;
}
.std_pop_w_1::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.std_pop_w_1::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
.std_pop_i:hover {
    cursor: pointer;
}
@media screen and (max-width: 700px){
  #std_pop_1:checked + .std_over_1 {
    visibility: hidden;
    opacity: 0;
  }
}

.std_over_2 { 
    position: fixed;
    background-color: #ffffff;
    transition: all 0.5s 0s ease;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#std_pop_2 {
    display: none;
}
#std_pop_2:checked + .std_over_2 {
    visibility: visible;
    opacity: 1;
    z-index: 100000;
    background-color: #0000004D;
    width: 100%;
}
.std_pop_w_2 {
    border-radius: 5px;
    overflow: auto;
    max-height: 95%;
    min-width: fit-content;
    max-width: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    font-size: 13px;
    line-height: 18px;
    margin: 10px auto;
    padding: 4px 10px;
    background: #FFFFFF; 
    text-align: center;
    transition: all 500ms ease-in-out;
}
.std_title_2 {
    font-size: 20px;
    margin-top: 12px;
}
.std_close_2 {
    position: absolute;
    top: 8px;
    right: 10px;
    transition: all 300ms;
    font-size: 24px;
    line-height: inherit;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    padding: 2px;
}
.std_close_2:hover {
    color: #06D85F;
    cursor: pointer;
}
.std_pop_w_2::-webkit-scrollbar-track {
    background: none;
}
.std_pop_w_2::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.std_pop_w_2::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
.std_pop_i:hover {
    cursor: pointer;
}
@media screen and (max-width: 700px){
  #std_pop_2:checked + .std_over_2 {
    visibility: hidden;
    opacity: 0;
  }
}

.std_over_3 { 
    position: fixed;
    background-color: #ffffff;
    transition: all 0.5s 0s ease;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#std_pop_3 {
    display: none;
}
#std_pop_3:checked + .std_over_3 {
    visibility: visible;
    opacity: 1;
    z-index: 100000;
    background-color: #0000004D;
    width: 100%;
}
.std_pop_w_3 {
    border-radius: 5px;
    overflow: auto;
    max-height: 95%;
    min-width: fit-content;
    max-width: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    font-size: 13px;
    line-height: 18px;
    margin: 10px auto;
    padding: 4px 10px;
    background: #FFFFFF; 
    text-align: center;
    transition: all 500ms ease-in-out;
}
.std_title_3 {
    font-size: 20px;
    margin-top: 12px;
}
.std_close_3 {
    position: absolute;
    top: 8px;
    right: 10px;
    transition: all 300ms;
    font-size: 24px;
    line-height: inherit;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    padding: 2px;
}
.std_close_3:hover {
    color: #06D85F;
    cursor: pointer;
}
.std_pop_w_3::-webkit-scrollbar-track {
    background: none;
}
.std_pop_w_3::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.std_pop_w_3::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
.std_pop_i:hover {
    cursor: pointer;
}
@media screen and (max-width: 700px){
  #std_pop_3:checked + .std_over_3 {
    visibility: hidden;
    opacity: 0;
  }
}

.std_over_4 { 
    position: fixed;
    background-color: #ffffff;
    transition: all 0.5s 0s ease;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#std_pop_4 {
    display: none;
}
#std_pop_4:checked + .std_over_4 {
    visibility: visible;
    opacity: 1;
    z-index: 100000;
    background-color: #0000004D;
    width: 100%;
}
.std_pop_w_4 {
    border-radius: 5px;
    overflow: auto;
    max-height: 95%;
    min-width: fit-content;
    max-width: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000;
    font-size: 13px;
    line-height: 18px;
    margin: 10px auto;
    padding: 4px 10px;
    background: #FFFFFF; 
    text-align: center;
    transition: all 500ms ease-in-out;
}
.std_title_4 {
    font-size: 20px;
    margin-top: 12px;
}
.std_close_4 {
    position: absolute;
    top: 8px;
    right: 10px;
    transition: all 300ms;
    font-size: 24px;
    line-height: inherit;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    padding: 2px;
}
.std_close_4:hover {
    color: #06D85F;
    cursor: pointer;
}
.std_pop_w_4::-webkit-scrollbar-track {
    background: none;
}
.std_pop_w_4::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.std_pop_w_4::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}
.std_pop_i:hover {
    cursor: pointer;
}
@media screen and (max-width: 700px){
  #std_pop_4:checked + .std_over_4 {
    visibility: hidden;
    opacity: 0;
  }
}

.column_1 {
    background-image: url("../../img/partner_img.webp");
    background-size: 100%;
    filter: grayscale(100%);
    width: 50%;
    float: left;
    text-align: left;
}
.column_2 {
    background-image: url("../../img/contact_img.webp");
    background-size: 100%;
    filter: grayscale(100%);
    width: 50%;
    float: right;
    text-align: left;
}
.column_text {
    width: 25lvw;
    display: block;
    padding: 80px 0 80px 50%;
}
.brand {
    font-size: 90px;
    letter-spacing: 4px;
    position: absolute;
    color: #FFFFFF;
    line-height: 240px;
    width: 500px;
    transform: translate(-50%, -45%);
}
.brand img {
    -webkit-filter: drop-shadow(0px 0px 12px #000000); 
    filter: drop-shadow(0px 0px 12px #000000); 
}
.c_font1 {
    font-size: 40px;
    letter-spacing: 4px;
    transform: translate(-50%, -50%); 
    top: 50%;
    left: 35lvw; 
    text-align: center;
    position: absolute;
    text-shadow: 4px 4px 6px #000000, -4px 4px 6px #000000, 4px -4px 6px #000000, -4px -4px 6px #000000;
}
.c_font2 {
    font-size: 36px; 
    letter-spacing: 2px;
    transform: translate(-50%, -50%); 
    top: 50%;
    left: 65lvw; 
    text-align: center;
    position: absolute;
    text-shadow: 4px 4px 6px #000000, -4px 4px 6px #000000, 4px -4px 6px #000000, -4px -4px 6px #000000;
}
.concept {
    font-size: 60px;
    letter-spacing: 4px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    position: absolute;
    width: 100lvw;
    text-shadow: 4px 4px 6px #000000, -4px 4px 6px #000000, 4px -4px 6px #000000, -4px -4px 6px #000000;
}
.cred-text {
    color: #FFFFFF;
    text-align: center;
    font-size: 21px;
    line-height: 48px;
    margin-bottom: 80px;
}
.video_slider {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    position: fixed;
    opacity: 0;
}
.video_slider video {
    width:100%;
    height:100lvh;
    object-fit: cover;
    object-position: center center;
}
.InnerVideo{
    width: 50%;
}
.br {
    display: none;
}
.pc {
    display: block;
    margin: auto;
    width: 70vw;
    height: 100vh;
}
.sp {
    display: none;
}
.title_b {
    color: #121212;
    text-align: center;
    font-size: 36px;
    margin-top: 150px;
    margin-bottom: 75px;
    letter-spacing: 1px;
}
.title_c {
    color: #FFFFFF;
    text-align: left;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 1.2em;
}
.title_w {
    color: #000000;
    text-align: left;
    font-size: 20px;
}
.page_title {
    font-size: 36px;
    color: #ffffff;
    background-color: #000000;
    letter-spacing: 2px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    font-family: 'Noto Sans JP';
}
.message {
    font-size: 20px;
    line-height: 1.6em;
    color: #000000;
    margin: 40px auto 40px;
    text-align: center;
}
.text {
    color: #FFFFFF;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}
.text_w {
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}
.text_w_2 {
    color: #000000;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    padding-top: 30px;
}

.text_img {
    color: #FFFFFF;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.req_acc_2 {    
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    margin-top: 15px;
    padding: 10px;
    background-color: #eeeeee;
}
.prod_btn {
    width: 25%;
    height: 60px;
    border: 0.1px solid #000;
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
    background-color: #ffffff;
    color: #444444;
    font-size: 16px;
    padding: 0;
    margin: 0;
    transition: 0.4s;
}
.flow > li:not(:last-child) {
    border: 1px solid #707070;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 50px;
}
.flow > li:last-child {
    border: 1.5px solid #707070;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 60px;
}

@media screen and (max-width: 900px) {
    .section_c {
        margin: 0 auto;
        padding: 0 10px;
    }
    .section_w {
        position: relative;
        overflow: hidden;
        height: 100%;
        color: #000000;
        margin: 0 auto;
    }
    .response_size {
        width: 600px; 
        margin: 0 auto;
    }
    .prod_column {
        display: block;
    }
    .column_1 {
        background-size: 100%;
    }
    .column_2 {
        background-size: 100%;
    }
    .column_text {
        width: 50lvw;
        display: block;
        padding: 80px 0 80px 0;
        text-align: center;
    }
    .column_text .title_c {
        text-align: center;
        font-family: 'Noto Sans JP';
    }
    .column_text .text {
        text-align: center;
    }
    .adv_column {
        display: block;
    }
    .adv_list {
        width: 100%;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 600px) {
    .section_prod {
        padding: 0 0px;
    }
    .section_w {
        padding: 0 20px;
    }
    .response_size {
        width: 100%; 
    }
    .form_section{
        padding: 40px 20px 50px 20px;
    }
    .std_column {
        display: block;
    }
    .brand {
        font-size: 16.0lvw;
        letter-spacing: 0.1em;
        width: 90vw;
    }
    .c_font1 {
        font-size: 6.4lvw;
        letter-spacing: 0.1em;
        top: 50%;
        left: 50lvw; 
        height: 100lvw;
        transform: translate(-50%, -30%);
    }
    .c_font2 {
        font-size: 6.4lvw;
        top: 50%;
        left: 50lvw; 
        height: 100lvw;
        transform: translate(-50%, 20%);
    }
    .concept {
        font-size: 9.6lvw;
        letter-spacing: 0.1em;
    }
    .cred-text {
        font-size: 4.8lvw;
    }
    .video_slider {
        display: block;
        position: fixed;
    }
    .video_slider video {
        width: 100%;
        height: 50lvh;
        object-fit: cover;
        object-position: center center;
    }
    .InnerVideo {
        height: 50%;
        width: 100%;
    }
    .br {
        display: block;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
        margin: auto;
        width: 70vw;
        height: 100vh;
    }
    .title_b {
        font-size: 6.4vw;
    }
    .title_c {
        font-size: 6.4vw;
    }
    .title_w {
        font-size: 4.8vw;
    }
    .page_title {
        font-size: 6.4vw;
    }
    .message {
        font-size: 4.8vw;
    }
    .text {
        font-size: 12px;
        line-height: 24px;
    }
    .text_w {
        font-size: 12px;
        line-height: 24px;
    }
    .text_img {
        font-size: 12px;
        line-height: 24px;
    }
    .req_acc_2 {    
        font-size: 12px;
    }
    .column_text {
        width: 100vw;
    }
    .column_1 {
        background-size: 100%;
        float: none;
        width: 100%;
    }
    .column_2 {
        background-size: 100%;
        float: none;
        width: 100%;
    }
    .prod_btn {
        width: 50%;
    }
    .flow > li:not(:last-child) {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flow > li:last-child {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.text_shadow {
    font-family: 'Noto Sans JP';
    text-shadow: 4px 4px 6px #000000, -4px 4px 6px #000000, 4px -4px 6px #000000,-4px -4px 6px #000000;
}
.text_sans {
    font-family: 'Noto Sans JP';
}
.section_fullw {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: #FFFFFF;
    color: #000000;
}
.title_section {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.sub-title {
    color: #E12F15;
    text-align: left;
    font-size: 12px;
    margin-top: 100px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.key-btn {
    padding-top: 20px;
    padding-bottom: 45px;
}
.key-btn_1 {
    padding-top: 50px;
    padding-bottom: 45px;
}
.key-btn_2 {
    padding-top: 20px;
    padding-bottom: 135px;
}
.key-btn_a {
    width: 250px;
    text-align: center;
    border: 1px solid #707070;
    margin: 0 auto;
}
.key-btn_a a {
    color: #FFFFFF;
    height: 50px;
    line-height:50px;
    font-size: 16px;
}
.key-btn_a a:hover {
    color: #000000;
    background-color: #FFFFFF;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    padding-left: 68.55px;
    padding-right: 68.55px;
}
.key-btn_b {
    width: 250px;
    text-align: center;
    border: 1px solid #707070;
    margin: 0 auto;
}
.key-btn_b a {
    color: #000000;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.key-btn_b a:hover {
    color: #FFFFFF;
    background-color: #000000;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 45px;
    padding-right: 45px;
}
.key-btn_c {
    width: 250px;
    text-align: center;
    border: 1px solid #707070;
    margin: 0 auto;
}
.key-btn_c a {
    color: #000000;
    height: 50px;
    line-height:50px;
    font-size: 16px;
}
.key-btn_c a:hover {
    color: #FFFFFF;
    background-color: #000000;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 45px;
    padding-right: 45px;
}

/* Index */

.container {
  position: absolute;
  transform: translate(-50%, -30%);
  width: 24px;
  height: 24px;
  padding-top: 150px;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #ffffff;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.scroll_text {
  display: block;
  margin-left: -30px;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
  padding-top: 75px;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.key-text_b {
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
    width: 100%;
    top: 0%;
    color: #FFFFFF;
    font-size: 54px;
    text-shadow: 4px 4px 8px #222222;
    letter-spacing: 0px;
    overflow: hidden;
}

.fade_back{
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
}
.cls-1 {
    position: fixed;
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    stroke-width: .5px;
    z-index: 10;
}
.cls-2 {
    position: fixed;
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    stroke-width: .5px;
    z-index: 10;
}
.cls-3 {
    position: fixed;
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    stroke-width: .5px;
    z-index: 10;
}
.cls-4 {
    position: fixed;
    fill: none;
    stroke: #ffffff;
    stroke-miterlimit: 10;
    stroke-width: .5px;
    z-index: 10;
}
.c_word1 {
    font-size: 20px;
    letter-spacing: 4px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 70%;
    text-align: center;
    position: absolute;
    z-index: 10;
}
.c_word2 {
    font-size: 20px; 
    letter-spacing: 4px;
    transform: translate(-50%, -50%); 
    top: 50%; 
    left: 30%; 
    text-align: center; 
    position: absolute; 
    z-index: 10;
}
.section_0 {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 100%;
    padding-bottom: 150px;
    background-color:#000000;
}

/* About */

.bg_video {
    position: fixed;
    width: 100%;
    opacity: 50%;
    z-index: -10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg_video video {
    width: 100%;
}
.movie {
    text-align: center;
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
}
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.photo {
    text-align: center;
}
.photo img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.photo_video1{
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
.photo_video2{
    padding-top: 20px;
    width: 100%;
    height: 30vh;
    object-fit: cover;
}

/* Product */
.prod_spc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.prod_btn:hover {
    color: #000000;
    background-color: #d3d3d3;
}
.prod_btn.active {
    color: #ffffff;
    background-color: #222222;
}

.prod_column_t {
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}
.section_prod {
    background-color: #CDD6DD;
}
.section_prod img {
    padding-top: 20px;
    width: 100%;
}
.diff-box {
    padding: 0 15px 20px 15px;
}
.diff-text_u {
    text-align: left;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.diff-text_l {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}
.scr_a {
    opacity: 0;  
    height: 0px;
    pointer-events: none;
    display: none;
    padding-bottom: 50px;
}
.scr_a.active {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    display: block;
}
.scr_b {
    opacity: 0;  
    height: 0px;
    pointer-events: none;
    display: none;
    padding-bottom: 50px;
}
.scr_b.active {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    display: block;
}
.scr_c {
    opacity: 0;  
    height: 0px;
    pointer-events: none;
    display: none;
    padding-bottom: 50px;
}
.scr_c.active {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    display: block;
}
.scr_d {
    opacity: 0;  
    height: 0px;
    pointer-events: none;
    display: none;
    padding-bottom: 50px;
}
.scr_d.active {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    display: block;
}

/* Partner */
.flow_design {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}  
.flow_design ul {
    width: 720px;
}
.flow_design li {
    list-style-type: none;
}
.flow_design dl {
    width: 100%;
}
.flow_design dt {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 20px;
}
.flow > li dl dt .icon {
    font-size: 18px;
}
.flow_design dd {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
    border-width: 20px;
    border-top-color: #707070;
}
.flow > li:not(:last-child)::after {
    border-width: 19px;
    border-top-color: #ffffff;
}
.flow > li dl dt {
    border-bottom: 1px solid #878787;
}

/* ¥«¥ë©`¥»¥ë */
.swiper {
    width: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.crsl_box .swiper-button-prev {
    background: url(../../img/slider_arrow_l02.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.crsl_box .swiper-button-next {
    background: url(../../img/slider_arrow_r02.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.crsl_box .swiper-button-next,
.crsl_box .swiper-button-prev{
    width: 60px;
    height: 60px;
}

.crsl_box .swiper-button-next:after,
.crsl_box .swiper-button-prev:after {
    content: none;
}

.std_img {
    width: 100%;
}
.std_left {
    width: 100%;
    text-align: center;
    padding-right: 30px;
}
.std_left p {
    color: #CCCCCC;
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 10px;
}
.std_right {
    width: 100%;
}
.std-table_u {
    margin-top: 20px;
    border: 0.1px solid #000000;
    width: 100%;
    text-align: center;
}
.std-table_u td{
    padding: 10px;
    font-size: 12px;
    border: 0.1px solid #000000;
}
.std-table_u tr td:nth-of-type(1){
    background-color: #eeeeee;
    width: 30%;
} 
.std-table_u tr td:nth-of-type(2){
    background-color: #ffffff;
    width: 70%;
} 
.std-table_l {
    margin-top: 20px;
    border: 0.1px solid #000000;
    width: 100%;
    text-align: center;
}
.std-table_l td{
    width: 50%;
    padding: 10px;
    font-size: 12px;
    border: 0.1px solid #000000;
}
.std-table_l tr{
    background-color: #ffffff;
}
.std-table_l tr:nth-child(1){
    background-color: #eeeeee;
}
.std-table_l img{
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (min-width: 901px) {
    .std-table_l img {
        width: 90%;
    }
}
@media screen and (max-width: 900px) {
    .std-table_l img {
        width: 100%;
    }
}

.std-table_p {
    margin-top: 20px;
    border: 0.1px solid #000000;
    width: 100%;
    text-align: center;
}
.std-table_p td{
    width: 50%;
    font-size: 12px;
    border: 0.1px solid #000000;
}
.std-table_p tr{
    background-color: #ffffff;
}
.std-table_p tr:nth-child(1){
    background-color: #eeeeee;
}
.std-table_p tr:nth-child(1) td{
    padding: 10px;
}
.std-table_p img{
    padding-top: 20px;
    padding-bottom: 30px;
}

.std_dl{
    display: flex;
    margin-left: 25%;
}
.std_btn {
    width: 200px;
    height: 32px;
    background-color: #E12F15;
    text-align: center;
    border-radius: 2vh;
    margin-left: 7%;
}
.std_btn a {
    color: #FFFFFF;
    line-height:32px;
    font-size: 14px;
}

.add_kakou_text{
    padding-top: 10px;
}

/* OEMÄ¼¼¯ */

.adv_list:last-child {
    margin-right: 0%;
}

.adv_list img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.adv_upper {
    display: flex;
    padding: 10px;
}
.adv_text {
    font-size: 14px;
    line-height: 22px;
    margin-left: 3%;
    text-align: left;
}
.check img {
    margin-top: 0;
    width: 25px;
    height: 25px;
}
.adv_list .merit {
    width: 170px;
    height: 170px;
}
.req_acc_1 {
    display: flex;
    border: 1px solid #707070;
    font-size: 18px;
    padding: 15px 10px 15px 10px;
    text-align: left;
}

details {
    padding-top: 20px;
}
.crsl_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.crsl_sec {
    height: 100%;
}
.crsl_cap {
    font-size: 16px;
    padding: 25px 0;
    background-color: #CDD6DD;
    color: #000;
}
.crsl_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

dd .text_w {
    text-align: center;
}

/* †–¤¤ºÏ¤ï¤» */
@media screen and (min-width: 1500px) {
    .COMPANY {
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
        overflow: hidden;
        height: 700px;
        width: 1500px;
    }
    .table {
        margin-bottom: 93px;
        width: 1500px;
    }
}
@media screen and (max-width: 1499px) {
    .COMPANY {
        position: relative;
        left: 50%;
        transform: translate(-50%,0);
        overflow: hidden;
        height: 700px;
        width: 80%;
    }
    .table {
        width: 80%;
    }
}

/* †–¤¤ºÏ¤ï¤» */
.title_d {
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;
}

.form_section table {
    width: 100%;
    margin-top: 3%;
}
.form_section td {
    vertical-align: top;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
}
.contact_text {
    padding-bottom: 30px;
    line-height: 2em;
}
.thankyou_text {
    padding-top: 10px;
    padding-bottom: 30px;
    line-height: 2em;
}
.contact_theme {
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    padding: 12px 0;
}
.contact_content {
    padding: 2px 10px 2px 3px;
    text-align: left;
    margin-bottom: 5px;
}
.contact_content input {
    width: 98%;
}
.contact_content select {
    width: 100%;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.contact_content textarea {
    font-size: 16px;
    width: 100%;
}
.contact_info {
    text-align: left;
    font-size: 12px;
    margin-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.confirm {
    font-size: 16px;
    font-family: 'Noto Serif JP', sans-serif;
    background-color: #ffffff;
    color: #000000;
    width: 250px;
    text-align: center;
    border: 1px solid #707070;
    line-height: 50px;
}
@media screen and (min-width: 600px) {
    .confirm {
        margin: 30px 20px 50px 20px;
    }
}
@media screen and (max-width: 599px) {
    .confirm {
        margin: 5px auto 0px auto;
    }
}
.confirm:hover {
    color: #ffffff;
    background-color: #000000;
    transition: color 0.4s;
}
.pageTop {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.pageTop a {
    display: block;
    width: 30px;
    height: 30px;
    background: #222222;
}
.pageTop a::before {
    content: "";
    display: block;
    width: 35%;
    height: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%) rotate(45deg);
    transform: translate(-50%, -25%) rotate(45deg);
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}
.capture {
    height: 110px;
}
.g-recaptcha {
    top: 30px;
    bottom: 30px;
    position: relative;
}