@charset "utf-8";

html { font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
}

/* fonts */
p,th,td,h3 {
    font-family: 'Noto Sans JP', sans-serif;
}

.eng {
    font-family: 'Jost', sans-serif;
}

.line_break {
    display: block;
}

.line_break_sp {
    display: none;
}

/* loading */

.load_logo {
    display: block;
    width: 250px;
    height: 100px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/ft_logo.svg);
    background-size: auto;
    background-repeat: no-repeat;
    animation: loading 2500ms ease-in-out 0ms normal both;
}

.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100dvh;
  margin: 0;
  padding: 0;
  background: #333;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  -ms-filter: blur(10px);
  filter: blur(10px);
  background: #fff;
  transition: all 1500ms ease-out;
}

.loading .circle {
  display: block;
  position: relative;
  top: calc( 50% - 20px );
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 8px solid #e0e0e0;
  border-top: 7px solid #ffcccc;
  border-radius: 50px;
  animation: loading 700ms linear 0ms infinite normal both;
}

@keyframes loading {
  0% { width: 0px;
    opacity: 0; 
    -ms-filter: blur(8px);
    filter: blur(8px);}
  60% { width: 65px;
    opacity: 100; }
  100% { width: 200px;
    opacity: 100; }
}

/* loading_end */


.bg {
    content: '';
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -10;
    width: 100%;/* .innerのmax-widthと同じ設定 */
    height: 100dvh;
    min-height: 500px;
}

.hd_wrap  {
    width: 100%;
    padding: 35px 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

h1 {
    width: 101.49px;
}

.MV_flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
}

.MV_left,.MV_right {
    width: 50%;
}

.MV_parts_symbol {
    width: auto;
    height: 768px;
    background-image: url(../images/MV_parts_symbol.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.MV_right p {
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    line-height: 1.68;
    color: #fff;
}

.yellow_word {
    color: #FFF001;
}

@media screen and (max-width: 1125px) {

    }

@media screen and (max-width: 767px) {

    .line_break_sp {
        display: block;
    }

    .bg {
        top: 0;
        left: 0;
        transform: translate(0,0);
        height: 100dvh;
    }

    .hd_wrap  {
        width: 100%;
        padding: 20px 20px;
    }

    .MV_flex {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        min-height: 520px;
        height: 100dvh;
        padding: 70px 0;
        transition: all 0.3s linear;
    }

    .MV_left,.MV_right {
        width: 100%;
        height: 100dvh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: all 0.3s linear;
    }

    .MV_left {
        opacity: 0.35;
    }

    .MV_parts_symbol {
        width: 100%;
        height: auto;
        background-position: center;
        background-size: contain;
    }

    .MV_right {
        height: 100%;
    }

    .MV_parts_symbol {
        width: auto;
        height: 768px;
        background-image: url(../images/MV_parts_symbol.svg);
        background-repeat: no-repeat;
        background-position: right;
    }

    }

.content_wrap {
    width: 100%;
    background-color: #fff;
}

.outline_bg {
    background-color: #F7F7F7;
}

.dark_bg {
    background-color: rgba(50, 53, 100, 50%);
    margin: 90px 0 0;
}

.sec_content {
    margin: 0 auto;
    width: 100%;
    padding: 0 120px 0;
    box-sizing: border-box;
}

.section_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0;
}

.outline_left {
    width: 347px;
    margin: 0 40px 0 0;
}

h2 .eng {
    font-weight: 500;
    font-style: italic;
    font-size: 10rem;
    color: #333;
}

.h2_jp {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.text_center {
    text-align: center;
}

.blue_word {
    color: #434C9D;
}

h2 .white_word {
    color: #fff;
    font-size: 1.6rem;
}

h2 .small_eng {
    font-size: 6.5rem;
}

.about_sec {
    width: 100%;
    padding: 90px 0;
}

.about_message {
    width: 100%;
    margin: 40px 0 0 0.5em;
    text-align: center;
    font-weight: 500;
    font-size: 3.9rem;
    letter-spacing: 0.075em;
    line-height: 1.3em;
    color: #fff;
}

.about_text {
    width: 100%;
    margin: 40px auto;
    text-align: center;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    line-height: 2em;
    color: #fff;
}

.outline_list {
    margin: 0 0 0 0;
}

.outline_list th {
    font-weight: 400;
    font-size: 1.4rem;
    text-align: left;
    color: #333;
    border-right: 1px solid #434C9D;
    padding: 0 60px 30px 0;
}

.outline_list td {
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
    color: #333;
    padding: 0 0 30px 60px;
}

.outline_right {
    width: auto;
}

.service_right {
    max-width: 737px;
    width: 100%;
    box-sizing: border-box;
}

.service_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 60px 0;
}

.service_flex img {
    width: 347px;
}

.service_text {
    width: 347px;
}

.service_text h3 {
    color: #333;
    font-weight: 600;
    font-size: 2.0rem;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}

.service_eng {
    color: #4149A4;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.2em;
    letter-spacing: 0em;
    margin: 5px 0 0;
}

.service_comment {
    color: #323564;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5714em;
    letter-spacing: 0.03em;
    margin: 20px 0 0;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {

    .dark_bg {
        margin: 30px 0 0;
    }

    .sec_content {
        width: 100%;
        padding: 0 25px 0px;
        box-sizing: border-box;
    }

    .section_flex {
        display: block;
        padding: 90px 0 60px;
    }

    .outline_left {
        width: 100%;
        padding: 0 0 40px 0;
        margin: 0 auto;
    }

    .about_sec {
        padding: 90px 0 60px;
    }
    
    h2 .eng {
        font-size: 7.2rem;
    }

    h2 .small_eng {
        font-size: 4.2rem;
    }
    
    .h2_jp {
        font-size: 1.6rem;
    }

    .about_message {
        font-size: 3.4rem;
    }
    
    .about_text {
        text-align: left;
    }

    .service_flex {
        display: block;
        margin: 0 0 40px 0;
    }

    .service_flex img {
        width: 100%;
    }

    .service_text {
        width: 100%;
    }
    
    .service_text h3 {
        margin: 20px 0 0;
    }
    
    .service_comment {
        margin: 10px 0 0;
    }

    .outline_list {
        margin: 0 0 0 0;
    }
    
    .outline_list th {
        width: 4em;
        padding: 0 20px 30px 0;
    }
    
    .outline_list td {
        padding: 0 0 30px 20px;
        line-height: 1.42em;
    }

    .outline_right {
        width: 100%;
        margin: 0 0 0 0;
    }

    .coming_message {
        position: static;
        top: 0;
        left: 0;
        transform: translateY(-50%);
        text-align: center;
    }

    .coming_message_small {
        width: 100%;
        font-size: 2rem;
        margin: 0 0 10px 0;
    }
    
    .coming_message_large {
        width: 100%;
        font-size: 5rem;
        margin: 0 auto;
    }
}

.ft_wrapper {
    width: 100%;
    background-color: #333;
}

.ft_content {
    width: 1126px;
    margin: 0 auto;
    padding: 60px 0 35px;
    text-align: center;
}

.ft_logo {
    width: 200px;
    height: 100px;
    background-image: url(../images/ft_logo.svg);
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.corp_title {
    font-weight: 200;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    margin: 10px 0 30px;
}

.light_border {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #555555;
}

.ft_copy {
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    margin: 30px 0 0 0;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {

    .ft_content {
        width: 100%;
        margin: 0 auto;
        padding: 40px 25px 30px;
        text-align: center;
        box-sizing: border-box;
    }

    .ft_logo {
    width: 120px;
    height: 59px;
    background-size: contain;
    }

    .corp_title {
        font-weight: 200;
        color: #fff;
        font-size: 1.4rem;
        letter-spacing: 0.07em;
        margin: 10px 0 20px;
    }
}

/* スクロールアニメーション */
.sa {
    opacity: 0;
    transition: all .8s ease;
    transform: translateY(100px);
  }
   
  .sa.show {
    opacity: 1;
    transform: none;
  }