@charset "utf-8";

body {
    background-color:hsla(0,0%,100%,1);
    background-image:
    radial-gradient(at 51% 34%, hsla(328,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 75% 6%, hsla(0,3%,89%,1) 0px, transparent 50%),
    radial-gradient(at 23% 5%, hsla(0,3%,89%,1) 0px, transparent 50%),
    radial-gradient(at 65% 44%, hsla(106,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 37% 44%, hsla(166,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 51% 40%, hsla(0,0%,100%,1) 0px, transparent 50%),
    radial-gradient(at 51% 39%, hsla(3,0%,0%,0.5) 0px, transparent 50%),
    radial-gradient(at 51% 13%, hsla(0,3%,89%,1) 0px, transparent 50%),
    radial-gradient(at 51% 74%, hsla(0,3%,89%,1) 0px, transparent 50%),
    radial-gradient(at 99% 77%, hsla(0,3%,89%,1) 0px, transparent 50%),
    radial-gradient(at 99% 2%, hsla(0,3%,89%,1) 0px, transparent 50%),
    radial-gradient(at 0% 77%, hsla(0,3%,89%,1) 0px, transparent 50%),
    radial-gradient(at 0% 1%, hsla(0,3%,89%,1) 0px, transparent 50%);
    background-size: 200% 200%;/*サイズを大きくひきのばす*/
    animation: bggradient 10s ease infinite;
}


@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.eimoji001 {
  font-family: gill-sans-nova, sans-serif;
}

.eimoji002 {
  font-family: gill-sans-nova-condensed, sans-serif;
}

.eimoji003 {
  font-family: linotype-didot, serif;
}

.eimoji004 {
  font-family: linotype-didot-headline, serif;
}

.new_goth {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.new_min {
  font-family: a-otf-ryumin-pr6n, serif;
}

.page-header__svg {
    width: 31%;
}

.not_pc {
    display: block;
}

.not_sp {
    display: none;
}

.not_pic {}

.not_pic img {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.not_red {
    color: #760707;
}

/* 募集要項　開始 */

.not_bold {
    font-weight: 600;
}

.not_cl001 {
    color: #860f0f;
}

.not_deco001 {
    text-decoration: line-through;
}

.not_ullist,
.not_ullist02 {
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    margin: 4em auto 1em;
}

.not_ullist02 {
    margin-top: 0;
}

.not_ullist .not_li_tit {
    font-weight: 600;
    padding: 0;
}

.not_ullist li {
    margin-top: 1em;
}

.not_ullist02 li {
    margin-top: 0em;
    margin-bottom: 1em;
}

.not_dd_li {
    padding: 0 0 2em;
}

.not_dd_li li {
    margin-top: 1em;
}

.not_req_dt_p {
    margin: 0 auto !important;
}

.not_req_dt_link {
    margin: 1em auto;
}

.not_req_ul2,
.not_req_ul3 {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1em;
}

.not_req_ul2 li {}

.not_req_ul2 li,
.not_req_ul3 li {
    padding: 0;
    margin: 0;
}

.not_req_ul2 li:nth-child(1) {
    width: 20%;
}

.not_req_ul2 li:nth-child(2) {
    width: 30%;
}

.not_req_ul2 li:nth-child(3) {
    width: 15%;
}

.not_ullist .not_li_tit::before,
.not_req_ul2 li::before,
.not_req_ul3 li::before {
    display: none !important;
}


.not_req_ul3 li:nth-child(1) {
    width: 20%;
}

.not_req_ul3 li:nth-child(2) {
    width: 80%;
}

.not_h4_req {
    padding-top: 1em;
    padding-left: 0 !important;
}

.not_p_req {
    line-height: 2em;
}

.not_p_req span {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 1em;
    line-height: 1.3em;
}

.not_ullist li::before,
.not_ullist02 li::before {
    background-color: #091246 !important;
}


.assignment__secondment__link .three_column_link__thumb .not_sec_pic {
    height: auto;
}

.not_stf_pic {
    max-width: 100%;
    width: 638px;
}

.not_oftour_dl {
    display: flex;
    flex-flow: row wrap;
}

.not_oftour_dl dt,
.not_oftour_dl dd {}

.not_oftour_dl dt {
    width: 12%;
}

.not_top_bigpic {
    position: relative;
    width: 100%;
    padding-top: 46em;
}

.not_top_bigpic img.not_pic_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46em;
    -o-object-fit: cover;
    object-fit: cover;
}

.job-flow__slider-indicator .swiper-pagination-bullet {
    height: 3px;
    display: block;
    background-color: #abadb8;
    border-radius: unset;
}

.job-flow__slider-indicator .swiper-pagination-bullet:after {
  position: relative;
  display: block;
  content: "";
  height: 3px;
  background-color: #abadb8;
}

.job-flow__slider-indicator .swiper-pagination-bullet-active:after {
  background-color: #0a1443;
}


.follow-link__item {
    background: #aa8f6a;
    color: #fff;
}

.follow-link__item:hover {
    color: #aa8f6a;
}

.index-culture-philosophy__main {
    margin-left: 175px;
}

.not_top_dt {
    width: 52%;
}

.not_top_dd {
    width: 48%;
}

.index-culture-philosophy__main .philosophy__text {
    width: 85%;
    margin-top: 0;
}

.index-culture-philosophy__main .philosophy__detail__top {
    width: 100%;
}

.symposium__content__text {
    width: 100%;
}

.not_culture_p {
    margin-top: 1.5em;
}

.career__description {
    margin-top: 100px;
    width: 100%;
    max-width: 1093px;
    padding-right: 18px;
}

.assignment-header__title {
    padding: 0 8px;
    /* text-align: center; */
    padding-left: 0;
    letter-spacing: 0.09em;
}

h2.not_career_h2 {
    margin-left: auto;
    margin-bottom: 2em;
}

.content-body h2 {
    margin-left: auto;
    font-weight: 600;
}

.not_office_font {
    font-size: 14px;
}

.not_office_font2 {
    font-size: 20px;
}

.not_symp_link {
    color: #0c219e;
    font-weight: 600;
    transition: 0.5s;
}

.not_symp_link:hover {
    opacity: 0.6;
}

.job-flow__slider-indicator .swiper-pagination-bullet {
    height: 2px;
    display: block;
    background-color: #abadb8;
    border-radius: unset;
}

.office-tour-about__main {
    width: 100%;
}

/* .job-flow__slider-indicator .swiper-pagination-bullet {
    height: 2px !important;
    display: block;
    background-color: #abadb8;
    border-radius: unset;
} */

.office-tour-about__video {
    max-width: 646px;
    height: 409px;
    flex-shrink: 0;
    margin-top: 0;
    width: 100%;
}

.office-tour-about__button {
    justify-content: space-around;
}

.not_v01 {
    padding: 1em;
    background: #fff;
}

.not_v01_top {
    padding: 3em 10em;
    background: #fff;
}

.not_video_box {
    width: 100%;
}

.not_videobox_in {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    /* margin-bottom: 20px; */
}

.not_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.not_mt-72 {
    margin-top: auto !important;
    padding-top: 7em;
}

.not_req_ddul_tokushu ul li {
    text-align: center;
}

#not_req_ulnare li {
    background: #f0f2f5;
    text-align: center;
    padding: 0.5em 0;
}

/* ======================================
追加_20211104 
====================================== */
.follow-link__item.not_footerFix {
    background: #fff;
    color: #091246;
    transition: 0.4s ease-in-out;
}

.follow-link__item--entry {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    text-align: left;
    height: 100px;
    width: 200px;
    display: block;
}

.not_reccomend {
    position: relative;
    padding: 0.5em 0 0 0.5em;
}

.not_reccomend span {
    font-size: 10px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    position: relative;
}

.not_reccomend::after {
    /* position: absolute; */
    content: "";
    width: 75px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #afafaf;
}

.not_rc2 {
    font-size: 19px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 0.2em 0 0 0.5em;
}

.not_rc3 {
    background: #091246;
    padding: 0.55em 0.7em;
    /* text-align: center; */
}

.not_rc3 p {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    padding: 0.3em 1.5em;
    border: solid thin #fff;
    transition: 0.4s ease-in-out;
    width: 100%;
}

.not_rc3 p:hover {
    color: #091246;
    background: #fff;
    border: solid thin #fff;
}

.not_rc3 p::after {
    /* position: absolute; */
    content: "";
    width: 40px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #aa8f6a;
}

.not_rc3 p::after:hover {
    color: #091246;
}

.not_inline_a {
    display: inline-block !important;
}

.not_inline_a::after {
    display: none !important;
}

.register__text {
    padding-left: 0;
}


/* ======================================================
20211222追加
====================================================== */

.not_subject_list1 {
    padding-left: 1em;
}

.not_subject_list1 li {
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-top: 1em;
    padding-left: 1em;
}

.not_subject_list2 li {
    font-size: 0.9rem;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-top: 1em;
    padding-left: 1em;
}

.not_subject_list1 li::before {
    content: "";
    display: inline-block;
    width: 3px !important;
    height: 3px !important;
    border-radius: 100%;
    background-color: #091246 !important;
    margin-right: 10px;
    margin-top: 9px !important;
    position: absolute;
    left: 0;
}


.not_subject_list2 li::before {
    content: "※" !important;
    display: inline-block;
    width: 4px !important;
    height: 4px !important;
    background: none !important;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0) !important;
    margin-right: 10px;
    margin-top: auto !important;
    position: absolute;
    left: 0;
}

.not_a_inline {
    display: inline-block !important;
}


.not_a_inline::after {
    display: none !important;
}

.not_topmargin {
    margin-top: 5em !important;
}

/* ======================================================
20220428追加
====================================================== */

.staff-information__list {
    margin-left: 69px;
}

.not_flexboxchild {
    max-width: 73%;
    margin-top: 1.7em;
}

/* ======================================================
20221214追加
====================================================== */

.not_staff_course {
    /* display: flex;
    flex-flow: row wrap; */
    margin-bottom: 0.5em;
}

.not_staff_course li {
    padding-left: 0;
    margin-top: 0;
}

.not_staff_course li::before {
    display: none !important;
}

.not_staff_course li:first-child {
    font-weight: 600;
    margin-right: 1em;
}


.not_staff_course li:last-child {
    display: inline-block;
    /* width: 73%; */
    margin: 0.3em auto 0.6em 1em;
}


/* ======================================================
20230130追加
====================================================== */

.office-tour-hub__list {
    justify-content: start;
}


.office-tour-hub__item {
    margin: 0 0.75em auto;
    margin-bottom: 56px;
}

/* ======================================================
20230623追加
====================================================== */

.not_topdire_info {
    width: 80%;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--swiper-navigation-color,#007aff00);
}

/* ======================================================
20230623追加
====================================================== */
.not_l_atten {}

.not_l_atten .not_l_atten_p {
    color: #760707;
}



/* ======================================================
20241212追加
====================================================== */

.not_pcdg {}



/* ======================================================
20250217追加
====================================================== */

.not_st_top_01 {}

.not_stf_link2 {}


.not_stf_link2 {
    padding: 1em 0em 8em;
    margin: 1.5em auto auto;
    background: -moz-linear-gradient(0deg, rgba(238,238,238,0.3) 0%, rgba(226,226,226,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(238,238,238,0.3) 0%, rgba(226,226,226,0) 100%);
    background: linear-gradient(0deg, rgba(238,238,238,0.3) 0%, rgba(226,226,226,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#e2e2e2",GradientType=1);
/*     width: calc(100% - 14em); */
}

.not_stf_link2 .not_stflink2_in {
    display: flex;
    flex-flow: row wrap;
    max-width: 1240px;
    margin: auto;
}


.not_stf_link2 .not_stflink2_in h2 {
    font-size: 23px;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    font-weight: 500;
    padding-left: 1.1em;
    padding-bottom: 1.5em;
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box {
    width: 30%;
    margin: 0 auto auto;
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a {
    display: block;
    transition: all 0.5s ease-in-out;
    padding: 2em 5em 2em 3em;
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a:hover {
/*     background: rgba(255, 255, 255, 0.1); */
    box-shadow: 0px 0px 7vw 3vw rgba(180, 180, 180, 0.2);
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a {
    font-size: 19px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: ;
    display: block;
    position: relative;
    border-bottom: solid thin #bababa;
/*     text-align: center; */
}


.not_stf_link2 .not_stflink2_in .not_stflink2_box p a::before {
    width: 1.7rem;
    height: 1.7rem;
    content: "" !important;
    border-radius: 50%;
    background: #ffffff33;
    position: absolute;
    left: 1.25em;
    top: 2.2em;
    transition: all 0.5s ease-in-out;
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a::after {
    width: 0.4rem;
    height: 0.4rem;
    content: "" !important;
    border: solid #12113b;
    border-width: 1px 1px 0 0;
    background: none;
    position: absolute;
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 1.7em;
    top: 2.6em;
    transition: all 0.5s ease-in-out;
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a span {
    font-size: 20px;
    line-height: ;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    transition: all 0.5s ease-in-out;
    /* position: absolute;
    bottom: 0.2em;
    right: 0; */
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a:hover span {
    color: rgba(134, 27, 32, 0.8);
}


.not_stf_link2 .not_stflink2_in .not_stflink2_box p a:hover::before {
    background: #12113b;
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a:hover::after {
    border: solid #fff;
    border-width: 1px 1px 0 0;
}


@media screen and (max-width: 768px) {
/* .footer .follow-link {
    display: block;
} */

.footer--lawyers .follow-link {
    display: none;
}

.staff-information__list {
    margin-left: auto;
}

/* ======================================================
20220428追加
====================================================== */


.not_flexboxchild {
    max-width: 100%;
    margin-top: 0.7em;
}


/* ======================================================
20230623追加
====================================================== */

.not_topdire_info {
    width: 100%;
}


/* ======================================================
20230711追加
====================================================== */
.not_legaltech h2 {
    margin-left: 1.5em;
}



/* ======================================================
20250217追加
====================================================== */

.not_stf_link2 {
    padding: 1em 0em;
    margin: auto auto 10em;
    background: none;
    width: calc(100% - 3em);
}

.not_stf_link2 .not_stflink2_in {
    display: flex;
    flex-flow: row wrap;
}


.not_stf_link2 .not_stflink2_in h2 {
    font-size: 18px;
    padding-left: 0.5em;
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box {
    width: 94%;
    margin: 0 auto 5vw;
}


.not_stf_link2 .not_stflink2_in .not_stflink2_box:last-child {
    margin-bottom: auto;
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a {
    display: block;
    transition: all 0.5s ease-in-out;
    padding: 2em 4em;
    box-shadow: 0px 0px 7vw 3vw rgba(180, 180, 180, 0.4);
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a {
    font-size: 4.2vw;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: ;
    display: block;
    position: relative;
    border-bottom: none;
/*     text-align: center; */
}


.not_stf_link2 .not_stflink2_in .not_stflink2_box p a::before {
    width: 1.7rem;
    height: 1.7rem;
    content: "" !important;
    border-radius: 50%;
    background: #12113b;
    position: absolute;
    left: 2.14em;
    top: 2.2em;
    transition: all 0.5s ease-in-out;
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a::after {
    width: 0.4rem;
    height: 0.4rem;
    content: "" !important;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    background: none;
    position: absolute;
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2.6em;
    top: 2.75em;
    transition: all 0.5s ease-in-out;
}

.not_stf_link2 .not_stflink2_in .not_stflink2_box p a span {
    font-size: 3.8vw;
    line-height: ;
    letter-spacing: 0.1em;
    font-weight: 400;
    color: rgba(134, 27, 32, 0.8);
    display: inline-block;
    transition: all 0.5s ease-in-out;
    /* position: absolute;
    bottom: 0.2em;
    right: 0; */
}

}




/* ======================================================
20250703追加
====================================================== */

.not_p_logo_txlink,
.content-body a.not_p_logo_txlink[target=_blank] {
    display: inline-block;
    margin: auto !important;
}

.content-body a.not_p_logo_txlink[target=_blank]:after {
    display: none;
}

@media screen and (max-width: 640px) {
.page-header__svg {
    width: 60%;
}

.not_pc {
    display: none;
}

.not_sp {
    display: block;
}

.not_pic_pad {
    padding-top: 1.5em;
}

.pic img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -o-object-fit: none;
    object-fit: none;
}

.not_top_st_p {
    padding: 0.5em 1.8em 0;
}

.legaltech-introduction__thumb picture {
    padding: 0;
}

.single-interview-body {
    margin-top: 10px;
    padding-top: 1em;
    padding-bottom: 3em;
}

.interview__content__img .pic {
    margin-top: 1em;
}

.interview__content:nth-of-type(3) .interview__content__item--reverse .interview__content__img:nth-of-type(2) {
    -webkit-box-ordinal-group: 5;
    order: 1;
    margin-top: 0.5em;
}


.assignment__secondment__link .three_column_link__thumb .not_sec_pic {
    height: auto;
}

#not_lawyers_career_sub {
    margin-top: 4em;
}


.not_oftour_dl dt {
    width: 16%;
}

.not_top_bigpic {
    position: relative;
    width: 100%;
    padding-top: 0;
}

.not_top_bigpic img.not_pic_img {
    display: none;
}

.index-culture-philosophy__main {
    margin-top: 46px;
}

.index-culture-philosophy__main {
    margin-left: auto;
}

.not_top_dt {
    width: 100%;
}

.not_top_dd {
    width: 100%;
}

.index-culture-philosophy__main .philosophy__text {
    width: 100%;
    margin-top: 1.5em;
}

.career__description {
    margin-top: 47px;
    padding: 0 28px;
    width: 100%;
}

.assignment-header__title {
    text-align: left;
}

.content-body h2 {
    font-weight: 500;
}

h2.not_career_h2 {
    margin-left: 1.3em;
}

/* img {
  height: auto;
  margin: auto;
  vertical-align: text-bottom;
} */

/* pic img {
    position: relative;
    top: 0;
    left: 0;
    -o-object-fit: none;
    object-fit: none;
} */

.not_office_font {
    font-size: 3.4vw;
}

.not_office_font2 {
    font-size: 4vw;
}


.not_v01_top {
    padding: 1em;
    background: #fff;
}

.office-tour-about__video {
    margin-top: 4.5em;
    height: auto;
}

.not_mt-72 {
    margin-top: auto !important;
    padding-top: 4.5em;
}

.not_req_ul2 li:nth-child(1) {
    width: 100%;
}

.not_req_ul2 li:nth-child(2) {
    width: 70%;
}

.not_req_ul2 li:nth-child(3) {
    width: 30%;
}

.not_req_ddul_tokushu ul li {
    text-align: left;
}

.footer--lawyers .follow-link {
    display: none;
}

.not_rc2 {
    font-size: 4.6vw;
}



/* ======================================================
20221214追加
====================================================== */

.not_staff_course li {
    padding-left: 0;
    margin-top: 0;
}

.not_staff_course li::before {
    display: none !important;
}


/* ======================================================
20230130追加
====================================================== */

.office-tour-hub__item {
    margin: 0 auto auto;
    margin-bottom: 30px;
}

/* ======================================================
20230623追加
====================================================== */
.not_l_atten {
    padding: 1em 1.5em;
}

.not_l_atten .not_l_atten_p {}

/* ======================================================
20241212追加
====================================================== */

.not_pcdg {
    margin: 15vw auto;
    padding: 0 8vw;
}


}