@charset "utf-8";

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/


html {
    font-family: 'Noto Sans JP', sans-serif;
    caret-color: transparent;
}
body {
    background: #fff;
    color: #1e1e1e;
    min-width: 1200px;
    margin: 0 auto;
    background: #000;
}
.inner {max-width: 1180px;width: 100%;margin: 0 auto;box-sizing: border-box;}
.inner_s {max-width: 1080px;width: 100%;margin: 0 auto;box-sizing: border-box;}

.marker {background: linear-gradient(transparent 60%, rgba(249, 240, 78, 0.8) 60%);}

.fmctr {
    caret-color: #1e1e1e;
    border-radius: 0.3em
}

/* **************************************************************** */
/* ヘッダー
*/

/* **************************************************************** */
/* フッター
*/
footer {
	background: #fff;
    padding: 0;
}
footer .copy {
    display: block;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 1em 0 1em;
}




/* **************************************************************** */
/* コンタクト
*/
.contact {
    background: #000;
    color: #fff;
    padding: 3rem 0 4rem;
}
.contact .ttl_bloc {
    margin-bottom: 2rem;
}
.contact .ttl_bloc span {
    display: block;
    font-size: 36px;
    line-height: 1em;
    font-weight: 900;
    margin-top: 1rem;
}
.contact .ttl_bloc p {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 1rem;
}
.contact .ttl_bloc p em {
    display: inline-block;
    color: #ffd800;
}

.contact_bloc dl:nth-child(odd) {
    background: none;
}

.contact_bloc {
    max-width: 750px;
    padding: 0 2rem;
    box-sizing: border-box;
}

.btn_bloc button {
    background: #ffd800;
    color: #000;
    box-shadow: none;
    font-size: 18px;
    font-weight: bold;
}



.contact_next {
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}
.contact_next_button {
    display: inline-block;
    background: #ffd800;
    color: #000;
    padding: 1rem 4rem 1rem;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
}
.contact_next_button:after {
    content: "";
    width: 20px;
    height: 11px;
    background: url(../images/icon_arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 1rem;
    transition: all 0.3s ease-in-out;
}

.radio_label input {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.radio_dummy {
    background: #fff;
    display: none;
}

.radio_wrap {
    gap: 1rem;
}

.radio_item.flex {
    width: calc(100% / 2 - 0.5rem);
}
.radio_wrap.flex .radio_item + .radio_item {
    margin-left: 0;
}
.radio_item label {
    width: 100%;
}


.radio_text {
    background: #fff;
    color: #000;
    position: relative;
    z-index: 2;
    padding: 1rem;
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
}


.radio_label input:checked + .radio_dummy + .radio_text {
    background: #ffd800;
}

.contact_back_button {
    display: inline-block;
    background: #ccc !important;
    color: #000;
    padding: 1rem 4rem 1rem !important;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    max-width: none !important;
    width: auto !important;
}

.contact .btn_bloc {
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    margin-top: 0em;
}

.contact_bloc dl dt {
    font-weight: bold;
}

.contact_bloc dl dt.required:after {
    background: #ffd800;
    color:#000;
}


#contact_card_02 {
    display:none;
}
#contact_card_03 {
    display:none;
}


.contact_card dl:first-child {
    border-top: solid 1px #ccc;
}
.contact_card dl {
    border-bottom: solid 1px #ccc;
}

.error_c_name01 {display:none;}
.error_c_kana01 {display:none;}
.error_c_tel {display:none;}
.error_c_mail {display:none;}

.error {
    color: #f00;
    font-size: 14px;
    line-height: 1rem;
}
.error.active {
    display:block!important;
    margin-top: 0.25rem;
}



.fmctr {
    color: #000;
}
/* **************************************************************** */
/* 個別CSS
*/
.mv {
    background: url(../images/bg_mv.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 2em;
    box-sizing: border-box;
    overflow: hidden;
}
.mv_bloc {

}
.mv_bloc h1 {
    margin-bottom: 1rem;
    transition: all 0.5s ease-in-out;
    transform: scale(1.5);
}
.mv_bloc h1.active {
    transform: scale(1);
}


.btn_bloc {

}
.btn_bloc a {
    display: inline-block;
    background: #ffd800;
    color: #000;
    padding: 1rem 4rem 1.5rem;
    position: relative;
    text-decoration: none;
}
.btn_bloc p {
    
}
.btn_bloc p span  {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
.btn_bloc p em {
    display: block;
    font-size: 36px;
    line-height: 1em;
    font-weight: 900;
}

.btn_bloc a:hover {

}


.btn_bloc a:after {
    content: "";
    width: 29px;
    height: 15px;
    background: url(../images/icon_arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 1.5rem;
    transition: all 0.3s ease-in-out;
}
.btn_bloc a:hover:after {
    right: 1rem;
}




.strengths {
    background: url(../images/bg_strengths.jpg) no-repeat center top;
    background-size: cover;
    padding: 3rem 0 4rem;
    overflow: hidden;
}
.strengths .ttl_bloc {
    margin-bottom: 2rem;
}

.strengths_bloc {
    color: #fff;
    position: relative;
}
.strengths_bloc h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 58px;
    line-height: 1.2em;
    font-weight: bold;
    font-style: italic;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    transform: scale(1.5);
}
.strengths_bloc h3.active {
    transform: scale(1);
}









.strengths_bloc ul {
    
}
.strengths_bloc ul li {
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 900;
    position: absolute;
    text-align: left;
}
.strengths_bloc ul li .item {
    position: relative;
}
.strengths_bloc ul li .item i {
    position: absolute;
    bottom: -2.5rem;
    left: -2rem;
    mix-blend-mode: screen;
}


.strengths_bloc ul li span {
    position: relative;
    z-index: 2;
}
.strengths_bloc ul li span em {
    display: inline-block;
    color: #ffd800;
}
.strengths_bloc ul li small {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    position: relative;
    z-index: 2;
    margin-top: 0.5rem;
}

.strengths_bloc ul li:nth-child(1) {
    top: 3rem;
    left: 2rem;
}
.strengths_bloc ul li:nth-child(2) {
    top: 9rem;
    left: 0;
}
.strengths_bloc ul li:nth-child(3) {
    top: 5rem;
    right: 0;
}
.strengths_bloc ul li:nth-child(4) {
    top: 11rem;
    right: 0; 
}




.aboutus {
    background: url(../images/bg_aboutus.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 3rem 0 4rem;
}
.aboutus .ttl_bloc {
    margin-bottom: 2rem;
}
.aboutus_bloc {
    color: #fff;
    position: relative;
}
.aboutus_bloc h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 58px;
    line-height: 1.2em;
    font-weight: bold;
    font-style: italic;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0 auto 2rem;
    transition: all 0.3s ease-in-out;
    transform: scale(1.5);
}
.aboutus_bloc h3.active {
    transform: scale(1);
}


.aboutus_desc {
    margin: 0 auto 2rem;
}
.aboutus_desc p {
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-weight: 900;
}
.aboutus_desc p em {
    display: inline-block;
    color: #ffd800;
}


.aboutus_bottom {
    max-width: 920px;
    margin: 0 auto;
}
.aboutus_bottom p {
    border: solid 1px;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
}


.voice {
    padding: 3rem 0 4rem;
    background: #fff;
    overflow: hidden;
}
.voice .ttl_bloc {
    margin-bottom: 2rem;
}
.voice .ttl_bloc span {
    display: block;
    font-size: 36px;
    line-height: 1em;
    font-weight: 900;
    margin-top: 1rem;
}

.voice_bloc {

}

.voice_item {

}
.voice_item + .voice_item {
    margin-top: 3rem;
}

.voice_item h3 {
    margin-bottom: 2rem;
    transition: all 0.3s ease-in-out;
    transform: scale(1.5);
}
.voice_item h3.active {
    transform: scale(1);
}


.voice_box {
    gap: 2rem;
}
.voice_box figure {
    flex: 1 0 0%;
    text-align: left;
}

.voice_info {
    width: 50%;
    text-align: left;
}
.voice_info h4 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0.5rem;
}

.voice_meta {
    background: #d4d4d4;
    color: #000;
    padding: 1rem;
    margin-bottom: 1rem;
}
.voice_meta p {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}

.voice_text {

}
.voice_text p {
    font-size: 16px;
    font-weight: bold;
}

.voice .btn_bloc {
    margin-top: 3rem;
}




.agent {
    background: #000000;
    color: #fff;
    padding: 3rem 0 4rem;
    overflow: hidden;
}
.agent .ttl_bloc {
    margin-bottom: 2rem;
}
.agent .ttl_bloc span {
    display: block;
    font-size: 36px;
    line-height: 1em;
    font-weight: 900;
    margin-top: 1rem;
}

.agent_bloc {

}
.agent_item {
    gap: 2rem;
}
.agent_item + .agent_item {
    margin-top: 4rem;
}

.agent_item:nth-child(1) {

}
.agent_item:nth-child(2) {
    flex-direction: row-reverse;
}

.agent_item:nth-child(1) figure {
    margin-left: -2rem;
}
.agent_item:nth-child(2) figure {

}



.agent_item figure {
    flex: 1 0 0%;
    margin-top: 2rem;
}
.agent_data {
    width: 60%;
    text-align: left;
}
.agent_data h3 {
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: -2rem;
}
.agent_data h3 .jp {
    display: block;
    font-size: 48px;
    line-height: 1em;
    font-weight: 900;
}
.agent_data h3 .en {
    
}

.agent_career {

}
.agent_career h4 {
    display: inline-block;
    background: #ffd800;
    color: #000;
    font-size: 30px;
    line-height: 1em;
    font-weight: 900;
    padding: 0.5rem 1rem 0.75rem;
}
.agent_box {
    border: solid 1px #fff;
    padding: 1rem;
}
.agent_box p {

    font-size: 18px;
    line-height: 1.6em;
}
.agent_box h5 {
    font-size: 18px;
    line-height: 1.6em;
}
.agent_box ul {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 1rem;
}
.agent_box ul li {
    position: relative;
    font-size: 18px;
    line-height: 1.6em;
    padding-left:1em;
}
.agent_box ul li:before {
    content:"・";
    position: absolute;
    top:0;
    left:0;

}

.agent_info {
    margin-top:2rem;  
}
.agent_info h4 {
    display: inline-block;
    background: #ffd800;
    color: #000;
    font-size: 30px;
    line-height: 1em;
    font-weight: 900;
    padding: 0.5rem 1rem 0.75rem;
}
.agent_info p {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: bold;
}



.flow {
    background: #fff;
    padding: 3rem 0 4rem;
    overflow: hidden;
}
.flow .ttl_bloc {
    margin-bottom: 2rem;
}
.flow .ttl_bloc span {
    display: block;
    font-size: 36px;
    line-height: 1em;
    font-weight: 900;
    margin-top: 1rem;
}

.flow_bloc {
    max-width: 900px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
}

.flow_stream {
    max-width: 720px;
}
.flow_item {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    gap: 1rem;
}
.flow_item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffd800;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-20deg);
}
.flow_item + .flow_item {
    margin-top: 2rem;
}

.flow_item i{
    position: relative;
    z-index: 2;
}

.flow_box {
    position: relative;
    z-index: 2;
    flex: 1 0 0%;
    text-align: left;
}
.flow_box h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 900;
    margin-bottom: 0.5rem;
}
.flow_box p {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
}



.interval_01 {
    margin-top: 3rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.interval_01 p {
    font-size: 21px;
    line-height: 1.2em;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-align: left;
}
.interval_01 span {
    width: 1rem;
    height: 19rem;
    border: solid 1px #000;
    border-right: none;
}

.interval_02 {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}
.interval_02 p {
    font-size: 21px;
    line-height: 1.2em;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-align: left;
}
.interval_02 span {
    width: 1rem;
    height: 19rem;
    border: solid 1px #000;
    border-right: none;
}

.interval_03 {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
}
.interval_03 p {
    font-size: 21px;
    line-height: 1.2em;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-align: left;
}
.interval_03 span {
    width: 1rem;
    height: 9rem;
    border: solid 1px #000;
    border-right: none;
}

.thanks_body {
    background: #fff;
    padding-bottom: 0;
}
.thanks .detail h1 {
    font-size: 24px;
    font-weight: 900;
}
.thanks .detail h1 + p {
    font-size: 16px;
    line-height: 1.8em;
    font-weight: bold;
    margin-bottom: 2em;
}

.card_flow {
    display: inline-block;
    margin-bottom: 1rem;
}
.card_flow ul {
    align-items: center;
    justify-content: center;
    gap:2rem;
    position: relative;
}
.card_flow ul:after {
    content: "";
    width: 100%;
    height: 2px;
    border-top: solid 2px #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.card_flow ul li {
    width: 3rem;
    height: 3rem;
    background: #ccc;
    border-radius: 50%;
    color: #000;
    line-height: 3rem;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.card_flow ul li.active {
    background: #ffd800;
}


.ECM_CheckboxInput-LabelText {
    font-size: 16px;
    font-weight: bold;
}
.ECM_CheckboxInput-DummyInput {
    background: #fff;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    background: #FFD800;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
    background: #000;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
    background: #000;
}

.contact_check_bloc {

}
.contact_check_bloc p {
    font-size: 14px;
    line-height: 1.6em;
}
.contact_check_bloc p a {
    color:#FFD800;
}
.contact_check_bloc p a:hover {
    text-decoration: none;
}

.contact_check_item {
    margin-top: 1rem;
    margin-bottom: 1rem;
}











