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;
}


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



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


: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;
}



#mv {
		position: absolute;
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-position: center;
        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 6rem 5vh;
        color: #fff;
        height: 100vh;
        overflow: hidden;
}h2.mv_contnets_h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    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: 1rem;
}

.practice_areas {
        display: flex;
        justify-content: space-between;
    align-items: flex-start;
        height: 100vh;
}.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;
}


}