@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css");
@import url('https://fonts.cdnfonts.com/css/satoshi');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
    display: none !important;
}
:where(html) {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%;
    }
}
@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth;
    }
}
:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
}
:where(textarea) {
    resize: vertical;
    resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer;
}
:where(:disabled) {
    cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
}
:where(button) {
    border-style: solid;
}
:where(a) {
    text-underline-offset: 0.2ex;
}
:where(ul, ol) {
    list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
}
:where(img, picture, svg) {
    max-inline-size: none;
    block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
    font-weight: normal;
}
:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
}
:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
}
:where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
    main contents style
------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: 'YakuHanJP', 'Satoshi', hiragino-kaku-gothic-pron, sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 14px;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #000000;
    text-decoration: none;
}
.pc_tab_br {
    
}
.pc_br {

}
.tab_br {
    display: none;
}
.sp_br {
    display: none;
}
#wrapper {
    color: #000000;
    background-color: #ffffff;
    position: relative;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeOut 1.5s 3.5s forwards;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
.loading__logo {
    opacity: 0;
    animation: logo_fade 3s 0.5s forwards;
    width: 175px;
}
@keyframes logo_fade {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    60% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
    }
}

/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
.header {
    width: 100%;        
    position: absolute;
    top: 0;
    z-index: 3;
}
.header_inner {
    position: relative;
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5% 0;
}
.header_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header_logo a {
    display: block;
}
.header_logo img {
    width: 160px;
}
.h_language {
    display: flex;
    color: #FFF;
    font-size: 12px;
    border-radius: 100vh;
    padding: 10px 20px;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.h_language p {
    
}
.h_language span {
    margin: 0 4px;
}
.h_language a {
    color: #a1a1a1 !important;
}
.h_language a:hover {
    color: #fff !important;
}
/**/
.header_ex {
    width: 100%;
    display: none;
}
.header_inner_ex {
    position: relative;
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4% 0;
}
.header_logo_ex {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header_logo_ex a {
    display: block;
}
.header_logo_ex img {
    width: 160px;
    height: auto;
}
.h_language_ex {
    display: flex;
    font-size: 12px;
    border-radius: 100vh;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 100vh;
    border: 1px solid #000;
}
.h_language_ex p {
    
}
.h_language_ex span {
    margin: 0 4px;
}
.h_language_ex a {
    color: #a1a1a1 !important;
}
/**/
.header_cm {
    width: 100%;
}
.header_inner_cm {
    position: relative;
    height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4% 0;
}
.header_logo_cm {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.header_logo_cm a {
    display: block;
}
.header_logo_cm img {
    width: 160px;
    height: auto;
}
.h_language_cm {
    display: flex;
    font-size: 12px;
    border-radius: 100vh;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 100vh;
    border: 1px solid #000;
}
.h_language_cm p {
    
}
.h_language_cm span {
    margin: 0 4px;
}
.h_language_cm a {
    color: #a1a1a1 !important;
}
.h_language_cm a:hover {
    color: #000 !important;
}

/* ---------- navi　---------　*/
#toggle-nav {
    display: none;
}
#toggle-nav:checked ~ .hamburger {
    height: 28px;
}
#toggle-nav:checked ~ .hamburger div {
    background-color: #fff;
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 6px;
    transform: rotate(135deg);
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -10px;
    transform: rotate(-135deg);
}
#toggle-nav:checked ~ .hmg_menu {
    opacity: 1;
    visibility: visible;
}
.hamburger_bg {
    /*position: fixed;
    top: 40px;
    right: 60px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 60px;
    width: 60px;
    border-radius: 100vh;*/
}
.hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    top: 77px;
    right: 4%;
    width: 36px;
    height: 14px;
    margin: 0;
    padding: 0;
    mix-blend-mode: exclusion;
}
.hamburger div {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: background-color 0.5s, transform 0.5s;
    mix-blend-mode: exclusion;
}
.hamburger div:nth-of-type(2) {
    margin: 4px 0;
}
.hmg_menu {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
}
.gnav__menu_wrap {
    flex: 1;
    height: 100%;
    display: flex;
}
.gm_visual {
    width: 34%;
    background-image: url(../image/gm_visual.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.gm_logo {
    padding: 8% 8% 0;
}
.gm_logo img {
    width: 180px;
}
.gm_logo_sp {
    display: none;
}
.gm_logo_sp_inner {

}
.gm_logo_sp_inner img {
    width: 120px;
}
.gm_main_cont {
    width: 66%;
    padding: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #111214;
}
.gnav__menu_inner {
    display: flex;
    margin-bottom: 40px;
}
.gnav__menu {
    width: 44%;
    margin: 0 3%;
}
.gnav__menu__item {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #3b3b3b;
}
.gnav__menu__item a {
    display: flex;
    color: #fff !important;
    align-items: center;
    font-size: 17px;
    letter-spacing: 2px;
    text-decoration: none;
    transition: .2s;
    line-height: 1;
    font-weight: bold;
    background: url(../image/arrow_2.svg) no-repeat right center / 7px auto;
    padding: 35px 30px 35px 0;
}
.gnav__menu__item a:hover {
    
}
.gnav__menu_inner2 {
    margin-left: 3%;
}
.gnav__menu_inner2 ul {
    display: flex;
}
.gnav__menu_inner2 ul li {
    margin-right: 30px;
}
.gnav__menu_inner2 ul li a {
    font-size: 13px;
    letter-spacing: 2px;
    color: #fff !important;
}
.gnav__menu_inner2 ul li a span {
    background: url(../image/icon/window.svg) no-repeat right 1px / 13px 13px;
    padding-right: 18px;
}

/*.video-container{
    width: 100%;
    height: 98vh;
    position: relative;
}*/
.video-container{
    width: 98%;
    height: 96vh;
    position: relative;
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 10px;
    overflow: hidden;
}

/**/
.kv_copy_wrap {
    width: 100%;
    padding: 0 5% 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    z-index: 3;
    mix-blend-mode: exclusion;
}
.kv_copy_inner {
    /*max-width: 1400px;
    margin-left: auto;
    margin-right: auto;*/
    color: #fff;
}
.kv_copy {
    margin-bottom: -40px;
    mix-blend-mode: exclusion;
}

.text {
    letter-spacing: 2px;
}
.text strong {
    opacity: 0;
    filter: blur(10px);
    animation: letter-glow 0.7s 0s ease both, blur 2s 0s ease both;
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    animation-delay: 1.5s;
}
@keyframes letter-glow {
    0% {
        opacity: 0;
        text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.1);
    }
    66% {
        opacity: 1;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);
    }
    77% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.0);
    }
}
@keyframes blur {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.kv_sub_copy {
    line-height: 1.8;
    padding-left: 5px;
    font-size: 15px;
}
.kv_discover {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    display: flex;
    justify-content: flex-end;
}
.discover_inner {
    padding: 35px 0 35px;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.discover_inner span {
    background: url(../image/arrow_1.svg) no-repeat right center / 17px 17px;
    padding-right: 22px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    height: 17px;
}


/*========= 背景動画設定のCSS ===============*/

/* ローディングアイコン設定 */
#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/
#loading.disappear {
    display: none;
}
/* youtube設定 */
#youtube-area {
    position: absolute;
    z-index: 1;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
}
/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
    animation-name: PageAnimeAppear;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#youtube {
    /*天地中央配置*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
/*youtubeがクリックされないためのマスク*/
#youtube-mask {
    position: absolute;
    z-index: 2;
    /*下から2番目に表示*/
    top: 0;
    width: 100%;
    height: 100%;
}




/*------------------------------------------------------------
　top
------------------------------------------------------------*/
#main_top {
    
}
.sp_copy_wrap {
    width: 100%;
    padding: 160px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: none;
}
.sp_copy_inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
    padding-bottom: 30px;
}
.sp_copy_main {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
}

.concept_loop {
    padding: 160px 0 0;
    display: none;
}
.bbs {
    align-items: center;    
    display: flex;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
}
.bbs ul {
    animation: flowing 100s linear infinite;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.bbs ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 140px;
    color: #c8c8c8;
    opacity: 0.4;
    line-height: 1;
}
@keyframes flowing {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.top_about_wrap {
    width: 100%;
    padding: 160px 8% ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.top_about_inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.top_about_ttl {
    width: 530px;
    margin-right: 30px;
    margin-bottom: 50px;
}
.top_about_ttl h2 {
    font-size: 68px;
    letter-spacing: 1px;
    line-height: 1.4;
    font-weight: bold;
}
.top_about_strong {
    flex: 1;
}
.top_about_strong h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 40px;
}
.top_about_strong p {
    
}

/* member */
.top_member_wrap {
    width: 100%;
    padding: 150px 8% 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 30px 30px 0 0;
}
.top_member_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.top_member_ttl {
    margin-bottom: 70px;
    font-size: 68px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
}
.top_member_list {
    display: flex;
    margin-right: -3%;
    flex-wrap: wrap;
}
.tml_box {
    width: 30.3333%;
    margin-right: 3%;
    margin-bottom: 80px;
}
.tml_box_inner {
    display: block;
}
.tmlb_image {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 10px;
}
.tmlb_image::before {
    content: "";
    display: block;
    padding-top: 120%;
}
.tmlb_image_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.tmlb_image_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.tmlb_image_inner:hover img {
    transform: scale(1.1);
}
.tmlb_info {

}
.tmlb_info h4 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 3px;
}
.tmlb_info p {
    color: #a2a2a2;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.6;
}

/* latest  */
.top_latest_wrap {
    width: 100%;
    padding: 160px 8% 230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 30px 30px 0 0;
}
.top_latest_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.top_latest_ttl {
    margin-bottom: 70px;
    font-size: 68px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
}
.top_latest_list {
    display: flex;
    margin-right: -4%;
    flex-wrap: wrap;
}
.tll_box {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 80px;
}
.tll_box_inner {
    display: block;
}
.tllb_image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}
.tllb_image::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.tllb_image_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.tllb_image_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.tllb_image_inner:hover img {
    transform: scale(1.1);
}
.tllb_info {

}
.tllb_info h4 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5px;
    font-weight: bold;
}
.tllb_info_inner {
    display: flex;
    justify-content: space-between;
}
.tii_dscr {
    display: flex;
}
.tii_inner {
    display: flex;
    margin-right: 20px;
    font-size: 12px;
}
.tii_dscr span {
    margin: 0 4px;
}
.tii_ctgr {
    font-size: 12px;
    color: #9b9b9b;
}

.top_latest_more {
    display: flex;
    justify-content: center;
}
.more_btn_1 {
    display: flex;
    align-items: center;
}
.more_btn_1 span {
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
    margin-right: 15px;
}
.more_btn_1 p {
    background-color: #000000;
    width: 72px;
    height: 72px;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.more_btn_1 p img {
    width: 15px;
    height: auto;
}

/* latest  */
.top_company_wrap {
    width: 100%;
    padding: 190px 8% 230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    margin-top: -30px;
    border-radius: 30px 30px 0 0;
}
.top_company_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.top_company_ttl {
    width: 30%;
}
.top_company_ttl h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}
.top_company_cont {
    width: 70%;
}
.tcc_image {
    height: 460px;
    margin-bottom: 70px;
}
.tcc_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.table_company {
    width: 100%;
}
.table_company tr {
    display: flex;
}
.table_company th {
    width: 244px;
    margin-right: 35px;
    padding: 50px 0 50px 20px;
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.table_company td {
    flex: 1;
    padding: 50px 0;
    border-bottom: solid 1px #e1e1e1;
    text-align: left;
}

/**/
.cta_contact_wrap {
    width: 100%;
    padding: 160px 8% 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #eaeaea;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
}
.cta_contact_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;    
}
.cta_contact_bloc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cc_ttl {
    margin-right: 40px;
}
.cc_ttl h2 {
    font-size: 80px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.cc_ttl p {
    font-size: 15px;
}
.get_in_touch {
     font-size: 125px;
     font-weight: bold;
     line-height: 1;
     color: #a9a9a9;
}
.git_1 {

}
.git_2 {
    display: flex;
    align-items: center;
    padding-left: 40px;
}
.git_2 p {
    background-color: #000000;
    width: 90px;
    height: 90px;
    margin-right: 20px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.git_2 p img {
    width: 15px;
    height: auto;
}
.git_2 span {
    
}


/*------------------------------------------------------------
　common
------------------------------------------------------------*/
.page_header_wrap {
    width: 100%;
    padding: 80px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.page_header_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.page_header_inner h2 {
    font-size: 80px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

/*------------------------------------------------------------
　member
------------------------------------------------------------*/
.member_wrap {
    width: 100%;
    padding: 120px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.member_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.member_top_wrap {
    width: 100%;
    padding: 0 4% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.member_top_inner {
    padding: 5%;
    display: flex;
    justify-content: space-between;
    background-image: url(../image/mt_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
}
.mt_cont {
    width: 65%;
    padding: 40px 35px 40px;
}
.mt_cont_name {

}
.mtcn_en {
    font-size: 14px;
    letter-spacing: 1px;
}
.mtcn_jp {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.5;
}
.mtcn_post {
    font-size: 14px;
    letter-spacing: 1px;
}
.mt_cont_link {
    margin-top: 60px;
}
.mt_cont_link a {
    background-color: #ffffff;
    padding: 15px 35px;
    border-radius: 100vh;
}
.mt_cont_link a span {
    background: url(../image/window.svg) no-repeat right center / 14px auto;
    padding-right: 20px;
    font-size: 12px;
    letter-spacing: 1px;
}
.mt_image {
    width: 30%;
}
.mti_box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.mti_box::before {
    content: "";
    display: block;
    padding-top: 120%;
}
.mti_box_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.mti_box_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile_top_wrap {
    width: 100%;
    padding: 180px 8% ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.profile_top_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}
.profile_top_ttl {
    width: 430px;
    margin-right: 30px;
}
.profile_top_ttl h2 {
    font-size: 68px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: bold;
}
.profile_top_detail {
    flex: 1;
    line-height: 2.2;
}
.profile_works_wrap {
    width: 100%;
    padding: 160px 8% 210px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #f8f8f8;
    border-radius: 30px 30px 0 0;
}
.profile_works_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.profile_works_ttl {
    margin-bottom: 70px;
    font-size: 68px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
}
.profile_works_list {
    
}
.sec_profile_works {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #000;
    display: flex;
}
.sec_profile_works:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.spw_category {
    width: 320px;
    padding-left: 20px;
}
.spw_category h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}
.spw_detail {
    flex: 1;
}
.spw_detail dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 1.6;
    margin-bottom: 18px;
}
.spw_detail dl:last-child {
    margin-bottom: 0px;
}
.spw_detail dl dt {
    width: 260px;
    text-align: right;
    margin-right: 30px;
}
.spw_detail dl dd {
    flex: 1;
}

.backtolist {
    margin-top: 160px;
    text-align: center;
}
.backtolist a {
    display: inline-block;
    background-color: #fff;
    letter-spacing: 1px;
    padding: 15px 45px;
    border-radius: 100vh;
}

/*------------------------------------------------------------
　   latest
------------------------------------------------------------*/
.latest_wrap {
    width: 100%;
    padding: 120px 8% 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.latest_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}


/*------------------------------------------------------------
    contact
------------------------------------------------------------*/
.contact_wrap {
    width: 100%;
    padding: 120px 8% 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.contact_ttl {
    margin-bottom: 100px;
}
.contact_ttl p {
    
}
.contact_cont {
    display: flex;
    justify-content: space-between;
}
.cc_flow {
    width: 240px;
    margin-right: 150px;
}
.cc_flow ul {    
}
.cc_flow ul li {
    border-bottom: 1px solid #000;
    padding: 30px 0;
    color: #bbbbbb;
}
.cc_flow ul li:first-child {
    border-top: 1px solid #000;
}
.cc_flow ul li p {
    color: #000;
}
.cc_flow ul li span {
    margin-right: 15px;
}

.contact_form {
    flex: 1;
}
.sec_contact {
    
}
.contact_box {
    margin-bottom: 60px;
}
.contact_box dl {
    margin-bottom: 45px;
}
.contact_box dl dt {
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact_box dl dt span {
    color: #ff006c;
    margin-left: 10px;
}
.contact_box dl dd {
    
}
.dd_inner {
    padding: 10px 20px 5px;
}
.contact_box dl dd label {
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}
.input_text {
    width: 100%;
    height: 75px;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    background: #f8f8f8;
    margin: 0;
    border: none;
    border-radius: 3px;
}
.form_select {
    -webkit-appearance: none;
    appearance: none;
    height: 75px;
    padding: 10px 45px 10px 20px;
    background-image: url(../image/arrow_4.svg);
    background-position: right 28px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    border: none;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 3px;
}
.textarea {
    width: 100%;
    padding: 20px;
    background: #f8f8f8;
    border: none;
    box-sizing: border-box;
    min-height: 180px;
    margin: 0;
    border-radius: 3px;
}
.radio_btn {
    margin-right: 4px;
}
.contact_btn {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
}
.send_btn {
    background-color: #000;
    cursor: pointer;
    border-style: none;
    height: 80px;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
}
.contact_back_btn {
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.back_btn {
    border: none;
    background-color: #eaeaea;
    cursor: pointer;
    height: 50px;
    width: 120px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 13px;
    border-radius: 100vh;
}

.form_check {
    text-align: center;
    margin-bottom: 40px;
}
.retain {
    font-size: 13px;
    cursor: pointer;
}
.retain a {
    text-decoration: underline;
}
.retain_check {

}

.contact_fin_wrap {
    width: 100%;
    padding: 140px 8% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_fin_inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.contact_head_fin {
    padding: 60px 70px;
    background-color: #f8f8f8;
}
.contact_head_fin h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact_head_fin p {
    margin-top: 15px;
}


/*------------------------------------------------------------
    privacy policy
------------------------------------------------------------*/
.terms_wrap {
    width: 100%;
    padding: 120px 8% 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.terms_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.terms_head_ttl {
    margin-bottom: 80px;
}
.terms_head_ttl h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.6;
}
.terms_head_ttl p {
    font-size: 14px;
}
.terms_content {
    
}
.terms_intro {
    margin-bottom: 40px;
}
.terms_content a {
    text-decoration: underline;
}
.terms_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
    margin-top: 40px;
}
.terms_sub_ttl {
    margin-bottom: 20px;
}
.terms_item {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.terms_item p {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.terms_item_s {
    
}
.terms_item_s div {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.tiip {
    text-indent: -3.2em !important;
    padding-left: 3.2em !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
.tiip span {
    font-weight: bold;
}
.tp_detail {
    display: flex;
}
.tpd_ttl {
    position: relative;
}
.tpd_ttl:after {
    content: ":";
    display: inline-block;
    position: absolute;
    right: 0;
}
.tpd_cont {
    
}
.revised {
    margin-top: 30px;
}
.terms_sup {
    margin-top: 60px;
    font-size: 12px;
    padding-top: 60px;
    border-top: 1px solid #eeeeee;
}
.terms_sup span {
    font-weight: bold;
}



/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
#footer {
    width: 100%;
    padding: 120px 8% 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #111214;
    position: relative;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
}
.footer_inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.footer_info_wrap {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #494949;
}
.footer_logo_wrap {
    margin-bottom: 20px;
}
.footer_logo {
    margin-bottom: 20px;
}
.footer_logo img {
    width: 240px;
}
.footer_address {
    font-size: 13px;
    letter-spacing: 1px;
    color: #9b9b9b;
}
.footer_other {
    display: none;
}
.footer_cont {

}
.footer_nav_wrap {
    display: flex;
    margin-bottom: 50px;
}
.footer_nav {
    display: flex;
}
.footer_nav li {
    margin-right: 35px;
}
.footer_nav li:last-child {
    margin-right: 0px;
}
.footer_nav li a {
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff !important;
}
.footer_bottom {
    display: flex;
    justify-content: space-between;
}
.footer_privacy {
    color: #9b9b9b !important;
    font-size: 12px;
    letter-spacing: 1px;
}
.copyright {
    font-size: 12px;
    letter-spacing: 1px;
    color: #9b9b9b;
}

.anchorlink {
    position: relative;
    display: block;
}


/*------------------------------------------------------------
    pagetop
------------------------------------------------------------*/
.page-top {
    position: fixed;
    bottom: 40px;
    right: 60px;
    z-index: 16;
}
.ubbs__2 {
    text-decoration: none;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
    padding: 8px 25px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    background-color: #222222;
}
.ubbs__2:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ubbs__2 img {
  width: 28px;
}


.scroll_y {
    display: none;
}


.blog_box {

}
.blog_box p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.form-preview-wrap {
    max-width: 100% !important;
}

/*------------------------------------------------------------
    フェードイン https://closet-land.com/javascript/scroll-animation/
------------------------------------------------------------*/
/* アニメーション設定 */
.scr-target {
    /* アニメーション開始から終了までの所要時間 */
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    /* アニメーションが開始するまでの遅延時間 */
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    /* アニメーションのループ回数 - infiniteで無限ループ */
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
    opacity: 0;
}
/* フェードイン*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.anime__fadeIn.is-active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* フェードイン(上から) */
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInDown.is-active {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* フェードイン(下から) */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInUp.is-active {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* フェードイン(左から) */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInLeft.is-active {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/* フェードイン(右から) */
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInRight.is-active {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/* ズームイン */
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
.anime__zoomIn.is-active {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/* ズームアウト */
@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
.anime__zoomOut.is-active {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}































































