html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
    object-fit: cover;
	display:block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	border-radius: 10rem;
    background: #e7cccc;
	border-left: solid 0px #e7cccc;
}

::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius: 10rem;
	box-shadow: inset 0 0 0 1px #fff;
}

input, textarea, select {
    font-family: inherit;
    font-size: 100%;
    font-size: 1.2rem;
        font-family: "Noto Sans JP", sans-serif;
}

.grecaptcha-badge {
    display: none !important;
}
/* font
font-family: "Noto Serif JP", serif;
font-family: "Noto Sans JP", sans-serif;
*/



@media screen and (min-width: 970px){


p.red.--p {
    background: rgb(0 0 0 / 44%);
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

div#sp_mv {
    display: none;
}


:root {
  font-size: 1vw;
}


body {
		color: #212121;
        background: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.1rem;
        line-height: 1.6;
        width: 100%;
        position: relative;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: fixed;
    width: 100%;
    padding: 2rem 4rem;
    z-index: 10;
}div#header_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.header_nav_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}h1#header_title {
	font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
}

ul.header_nav_ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    padding: 0 1rem;
    display: block;
}

main {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

#mv {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center 50vh; 
        background-attachment: fixed;
        transition: background-image 0.6s ease-out;
        top: 0;
        left: 0;
}div#mv_contnets {
        position: relative;
        width: 45rem;
        background: rgb(0 53 109 / 70%);
        padding: 14vh 4rem 5vh;
        color: #fff;
        height: 100vh;
        overflow: hidden;
}h2.mv_contnets_h2 {
    font-family: "Noto Serif JP", serif;
	font-size: 2rem;
    font-weight: 500;
    margin-bottom: 4vh;
    margin-top: 8vh;
}p.mv_contnets_left_p b {
    font-size: 1.3rem;
    font-weight: 100;
}p.mv_contnets_left_p {
        font-size: 1.15rem;
}

.practice_areas {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        height: 100vh;
        background: #fff;
}.practice_areas_left {
        height: 100vh;
        padding: 4vh 8rem;
    background: #f1f1f1;
    width: 45rem;
}h2.practice_areas_h2 {
        font-weight: bold;
        font-size: 3rem;
        color: #111c55;
        padding: 10vh 0 0;
}h2.practice_areas_h2 small {
    display: block;
    font-size: 1.2rem;
}.practice_areas_right {
        padding: 12vh 6rem 4vh 0rem;
        width: 50rem;
}ul.practice_areas_right_ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}ul.practice_areas_right_ul li:before {
        color: #111c55;
    content: "\0025a0";
    position: absolute;
    top: 0.5rem;
    left: 0;
}ul.practice_areas_right_ul li {
        width: 21rem;
        margin: 2vh 0;
        position: relative;
        padding-left: 2rem;
}h3.practice_areas_right_ul_h3 {
        color: #111c55;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}.price_bottun {
    display: table;
    margin: 8vh auto;
    padding: 2vh 6rem;
    color: #fff;
    background: #111c55;
    cursor: pointer;
    letter-spacing: 0.1rem;
    font-weight: bold;
}


.price_overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgb(255 255 255 / 90%);
        z-index: 9999;
}.price_overlay.show {
		display: block;
        animation: fadeIn .4s ease forwards;
        padding: 10vh 10rem;
}@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}.overlay_close {
    cursor: pointer;
    background: #000;
    width: 3rem;
    height: 3rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 100;
    position: absolute;
    right: 2rem;
}

.price_overlay_inner {
    background: #fff;
    padding: 2rem;
    max-width: 100%;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 10px;
    animation: fadeUp .4s ease forwards;
}.price_overlay_space {
        border: solid 5px;
        padding: 4vh 6rem;
        position: relative;
        font-family: "Roboto", sans-serif;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}h3.price_overlay_h3 {
    font-weight: bold;
    font-size: 2rem;
}.price_overlay_space b {
    font-size: 1.6rem;
    margin: 4vh 1rem 2vh;
    display: block;
}ul.price_overlay_ul {
    padding: 1vh 1rem;
}ul.price_overlay_ul li {
    padding-left: 1rem;
    position: relative;
}ul.price_overlay_ul li:before {
		content: "\0030fb";
        position: absolute;
        left: -0.3rem;
}p.kome {
    padding-left: 2rem;
    position: relative;
}p.kome:before {
        content: "\00203b";
        position: absolute;
        left: 0.6rem;
}p.price_overlay_p {
        padding-left: 1rem;
        font-weight: bold;
        margin-top: 2vh;
}



div#infomation {
    padding: 10vh 10rem;
    background: #00305b;
    color: #fff;
}h2#infomation_h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
}p.infomation_p {
    margin: 4vh 0;
    line-height: 2;
}ul.infomation_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10vh 0 0;
}ul.infomation_ul li {
    width: 100%;
    text-align: center;
}a.a_link {
		background: #d61043;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        padding: 1rem 3rem;
        width: 14rem;
        display: block;
        margin: 0 auto;
}.infomation_button_top {
        cursor: pointer;
    background: #41b7c4;
    padding: 1rem;
    width: 30rem;
    text-align: center;
}.infomation_button_middle {
        cursor: pointer;
    width: 30rem;
    padding: 1rem;
    margin: 2vh 0;
    background: #3d9be9;
}.infomation_button_bottom {
        cursor: pointer;
    width: 30rem;
    padding: 1rem;
    margin: 2vh 0;
    background: #a2a3e9;
}


div#margin_space {
    height: 80vh;
    width: 100%;
}

div#related_information {
    padding: 10vh 10rem;
    background: #f1f1f1;
}h2#related_information_h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
}ul.related_information_ul {
    padding: 10vh 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}ul.related_information_ul li {
    width: 23rem;
}.related_information_img {
    width: 100%;
    height: 44vh;
    overflow: hidden;
}.related_information_img img {
    width: 100%;
    height: 44vh;
    object-fit: cover;
}h3.related_information_h3 {
    text-align: center;
    margin: 2vh 0;
    font-weight: bold;
    font-size: 1.6rem;
}p.related_information_p {
    text-align: center;
}p.related_information_p a {
    color: #212121;
    text-decoration: none;
}


h2.footer_contact_h2 small {
    display: block;
    font-size: 1.2rem;
}h2.footer_contact_h2 {
        font-size: 3rem;
        font-weight: bold;
}div#footer_contact {
        background: rgb(0 53 109 / 70%);
        color: #fff;
        padding: 10vh 8rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
}.footer_contact_left {
        width: 30rem;
}h3.footer_contact_right_h3 {
    font-weight: bold;
    font-size: 1.6rem;
}.footer_contact_right {
    width: 50rem;
}p.footer_contact_right_p {
    margin: 4vh 0;
}a.footer_link {
    color: #fff;
}


p.form_message_p {
    margin-top: 6vh;
    margin-bottom:2vh;
}.form_message {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}.form_message_left {
    width: 24rem;
}.form_message_right {
    width: 24rem;
}input.text {
    width: 100%;
    padding: 0.5rem;
    border: none;
}input.text2 {
    width: 100%;
    margin: 1vh 0;
    padding: 0.5rem;
    border: none;
}textarea.textarea {
    padding: 0.5rem;
    display: block;
    margin-bottom: 1vh;
    width: 100%;
    border: none;
    height: 11vh;
}input.submit {
    cursor: pointer;
    display: block;
    border: none;
    font-weight: 500;
    margin-left: 20.6rem;
    background: #3d9be9;
    color: #fff;
}

div#page_top {
background: #00305b;
        text-align: center;
        color: #fff;
        padding: 2rem 0;
        cursor: pointer;
        position: relative;
}span.page_top_icon {
    display: table;
    background: #022749;
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    line-height: 2.7;
    border-radius: 10rem;
    margin-bottom: 1rem;
    font-weight: 100;
}footer {
	background:#fff;
        position: relative;
        font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    padding: 3rem 8rem;
}


.infomation_button_top_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 9999;
}

.infomation_button_top_overlay.show {
    display: block;
    opacity: 1;
}.infomation_button_top_overlay_box {
    margin: 16vh 10rem;
    position: relative;
    background: #fff;
    padding: 2rem;
    height: 80vh;
    overflow-y: scroll;
    color: #000;
}ul.infomation_button_top_overlay_list {
    margin: 4rem 8rem;
}ul.infomation_button_top_overlay_list li {
    border-bottom: 1px dotted #dedede;
    text-align: left;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
}
h4.examination_committee_h4 {
    margin: 4rem 0 2rem;
    font-size: 1.6rem;
    font-weight: bold;
}ul.examination_committee {
    margin: 0 12rem;
}ul.examination_committee li {
	position:relative;
    text-align: left;
    padding-left:1rem;
}p.kome.--margin {
    margin: 0 11rem;
    text-align: left;
}ul.examination_committee_ul_number {
    margin: 0 12rem;
}ul.examination_committee_ul_number li {
	position:relative;
    text-align: left;
    padding-left:1rem;
}ul.examination_committee li:before {
        content: "・";
        position: absolute;
        left: -0.3rem;
}span.examination_committee_ul_number_span {
    position: absolute;
    left: -0.5rem;
}p.entry_p {
    margin: 4rem;
    text-align: left;
    line-height: 2;
}

a.download1 {
    background: #a2a3e9;
    color: #fff;
    width: 18rem;
    display: table;
    padding: 1rem;
    text-decoration: none;
}a.download2 {
    background: #0B2F5B;
    color: #fff;
    width: 18rem;
    display: table;
    padding: 1rem;
    text-decoration: none;
}a.download3 {
    background: #074151;
    color: #fff;
    width: 18rem;
    display: table;
    padding: 1rem;
    text-decoration: none;
}ul.entry_download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 8rem;
}



}








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


p.red.--p {
    background: rgb(0 0 0 / 44%);
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

div#sp_mv {
    padding-top: 6rem;
}


:root {
  font-size: 3.24vw;
}


body {
		color: #212121;
        background: #fff;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.1rem;
        line-height: 1.6;
        width: 100%;
        position: relative;
}

header {
        background: #fff;
        position: fixed;
        width: 100%;
        padding: 1rem 1rem;
        z-index: 10;
}div#header_logo {
}ul.header_nav_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}h1#header_title {
        font-family: "Noto Serif JP", serif;
        font-size: 1.4rem;
        text-align: center;
}

ul.header_nav_ul li a {
		text-decoration: none;
        color: #000;
        font-weight: 500;
        padding: 1rem 1rem 0;
        display: block;
        font-size: 1rem;
        text-align: center;
}

main {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

#mv {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center 50vh; 
        background-attachment: fixed;
        transition: background-image 0.6s ease-out;
        top: 0;
        left: 0;
}div#mv_contnets {
		position: relative;
        background: rgb(0 53 109 / 70%);
        padding: 4rem 1rem 4rem;
        color: #fff;
        overflow: hidden;
}h2.mv_contnets_h2 {
		font-family: "Noto Serif JP", serif;
        font-size: 1.4rem;
        font-weight: 500;
        margin-bottom: 2rem;
        text-align: center;
}p.mv_contnets_left_p b {
    font-size: 1.3rem;
    font-weight: 100;
}p.mv_contnets_left_p {
    font-size: 1rem;
}

.practice_areas {
        background: #fff;
}.practice_areas_left {
        padding: 0vh 1rem;
        background: #f1f1f1;
        text-align: center;
}h2.practice_areas_h2 {
        font-weight: bold;
        font-size: 3rem;
        color: #111c55;
        padding: 2rem 0;
}h2.practice_areas_h2 small {
    display: block;
    font-size: 1.2rem;
}.practice_areas_right {
	padding: 2rem 1rem;
}ul.practice_areas_right_ul {
}ul.practice_areas_right_ul li:before {
        color: #111c55;
    content: "\0025a0";
    position: absolute;
    top: 0.5rem;
    left: 0;
}ul.practice_areas_right_ul li {
        margin: 0 0 2rem;
        position: relative;
        padding-left: 2rem;
}h3.practice_areas_right_ul_h3 {
        color: #111c55;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}.price_bottun {
    display: table;
    margin: 8vh auto;
    padding: 2vh 6rem;
    color: #fff;
    background: #111c55;
    cursor: pointer;
    letter-spacing: 0.1rem;
    font-weight: bold;
}


.price_overlay {
        overflow-y: scroll;
        display: none;
        position: fixed;
        inset: 0;
        background: rgb(255 255 255 / 90%);
        z-index: 9999;
}.price_overlay.show {
        padding: 8rem 1rem;
        display: block;
}@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}.overlay_close {
        cursor: pointer;
        background: #000;
        width: 3rem;
        height: 3rem;
        color: #fff;
        text-align: center;
        line-height: 1.4;
        font-size: 2rem;
        font-weight: 100;
        position: absolute;
        right: 0rem;
        top: 0;
}

.price_overlay_inner {
    background: #fff;
    padding: 2rem;
    max-width: 100%;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    border-radius: 10px;
    animation: fadeUp .4s ease forwards;
}.price_overlay_space {
        border: solid 5px;
        padding: 2rem 1rem;
        position: relative;
        font-family: "Roboto", sans-serif;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}h3.price_overlay_h3 {
        font-weight: bold;
        font-size: 1.3rem;
        margin-top: 2rem;
        text-align: center;
}.price_overlay_space b {
        font-size: 1.2rem;
        margin: 1rem 1rem;
        display: block;
}ul.price_overlay_ul {
    padding: 1vh 1rem;
}ul.price_overlay_ul li {
    padding-left: 1rem;
    position: relative;
}ul.price_overlay_ul li:before {
		content: "\0030fb";
        position: absolute;
        left: -0.3rem;
}p.kome {
        padding-left: 2rem;
        position: relative;
        margin: 1rem 0;
}p.kome:before {
        content: "\00203b";
        position: absolute;
        left: 0.6rem;
}p.price_overlay_p {
        padding-left: 1rem;
        font-weight: bold;
        margin-top: 2vh;
}



div#infomation {
        padding: 2rem 1rem;
    background: #00305b;
    color: #fff;
}h2#infomation_h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
}p.infomation_p {
    margin: 4vh 0;
    line-height: 2;
}ul.infomation_ul {
	margin: 2rem 0 0;
}ul.infomation_ul li {
	margin: 1rem 0;
    width: 100%;
    text-align: center;
}a.a_link {
		background: #d61043;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        padding: 1rem 3rem;
        display: block;
        margin: 0 auto;
}.infomation_button_top {
        cursor: pointer;
    background: #41b7c4;
    padding: 1rem;
        display: block;
    text-align: center;
}.infomation_button_middle {
	margin: 1rem 0;
        cursor: pointer;
        display: block;
    padding: 1rem;
    background: #3d9be9;
}.infomation_button_bottom {
        cursor: pointer;
    padding: 1rem;
    background: #a2a3e9;
}


div#margin_space {
        height: 40vh;
        width: 100%;
        background-image: url(../img/mv_background2.avif);
        background-size: cover;
}div#footer_sp_bg {
        background-size: cover;
    background-image: url(../img/mv_background3.avif);
}

div#related_information {
        padding: 2rem 1rem;
        background: #f1f1f1;
}h2#related_information_h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
}ul.related_information_ul {
    padding: 2rem 1rem;
}ul.related_information_ul li {
        width: 18rem;
        margin: 0 auto 2rem;
}.related_information_img {
    width: 100%;
    height: 44vh;
    overflow: hidden;
}.related_information_img img {
    width: 100%;
    height: 44vh;
    object-fit: cover;
}h3.related_information_h3 {
    text-align: center;
    margin: 1rem 0 0;
    font-weight: bold;
    font-size: 1.6rem;
}p.related_information_p {
    text-align: center;
}p.related_information_p a {
    color: #212121;
    text-decoration: none;
}


h2.footer_contact_h2 small {
    display: block;
    font-size: 1.2rem;
}h2.footer_contact_h2 {
        font-size: 3rem;
        font-weight: bold;
        text-align: center;
}div#footer_contact {
		background: rgb(0 53 109 / 70%);
        color: #fff;
        padding: 2rem 1rem;
        position: relative;
}.footer_contact_left {
}h3.footer_contact_right_h3 {
    font-weight: bold;
    font-size: 1.6rem;
}.footer_contact_right {
    margin: 4rem 1rem 0;
}p.footer_contact_right_p {
    margin: 2rem 0;
}a.footer_link {
    color: #fff;
}


p.form_message_p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}.form_message {
}.form_message_left {
margin-bottom: 0.5rem;
}.form_message_right {
}input.text {
    width: 100%;
    padding: 0.5rem;
    border: none;
}input.text2 {
    width: 100%;
    margin: 1vh 0;
    padding: 0.5rem;
    border: none;
}textarea.textarea {
    padding: 0.5rem;
    display: block;
    margin-bottom: 1vh;
    width: 100%;
    border: none;
    height: 11vh;
}input.submit {
        cursor: pointer;
        display: block;
        border: none;
        font-weight: 500;
        background: #3d9be9;
        color: #fff;
        width: 100%;
        padding: 1rem 0;
}

div#page_top {
background: #00305b;
        text-align: center;
        color: #fff;
        padding: 2rem 0;
        cursor: pointer;
        position: relative;
}span.page_top_icon {
    display: table;
    background: #022749;
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    line-height: 2.7;
    border-radius: 10rem;
    margin-bottom: 1rem;
    font-weight: 100;
}footer {
        background: #fff;
        position: relative;
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        padding: 3rem 1rem;
        text-align: center;
}


.infomation_button_top_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 9999;
}

.infomation_button_top_overlay.show {
    display: block;
    opacity: 1;
}.infomation_button_top_overlay_box {
        margin: 16vh 1rem;
        position: relative;
        background: #fff;
        padding: 2rem 1rem;
        height: 80vh;
        overflow-y: scroll;
        color: #000;
}ul.infomation_button_top_overlay_list {
        margin: 2rem 0rem;
}ul.infomation_button_top_overlay_list li {
    border-bottom: 1px dotted #dedede;
    text-align: left;
    padding: 0.5rem 1rem;
}
h4.examination_committee_h4 {
        margin: 2rem 0 2rem;
        font-size: 1.2rem;
        font-weight: bold;
}ul.examination_committee {
    margin: 0 1rem;
}ul.examination_committee li {
	position:relative;
    text-align: left;
    padding-left:1rem;
}p.kome.--margin {
        margin: 0 0rem;
        text-align: left;
}ul.examination_committee_ul_number {
    margin: 0 1rem;
}ul.examination_committee_ul_number li {
	position:relative;
    text-align: left;
    padding-left:1rem;
}ul.examination_committee li:before {
        content: "・";
        position: absolute;
        left: -0.3rem;
}span.examination_committee_ul_number_span {
    position: absolute;
    left: -0.5rem;
}p.entry_p {
        margin: 1rem;
        text-align: left;
        line-height: 2;
}

a.download1 {
    background: #a2a3e9;
    color: #fff;
    display: block;
    padding: 1rem;
    text-decoration: none;
}a.download2 {
    background: #0B2F5B;
    color: #fff;
    display: block;
    padding: 1rem;
    text-decoration: none;
}a.download3 {
    background: #074151;
    color: #fff;
    display: block;
    padding: 1rem;
    text-decoration: none;
}ul.entry_download {
    margin: 0 1rem;
}



}