@charset "utf-8";
/* CSS Document */

html {
font-size: 62.5%;
margin:0;
padding:0;
}
body {
margin:0;
padding:0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Arial, Verdana, Meiryo, sans-serif;
font-size: 1.6em;
font-size: 1.6rem;
font-feature-settings: "palt";
line-height: 1.7;
letter-spacing: 0.5px;
color:#3e3a39;
position: relative;
word-wrap: break-word;
  overflow-y: scroll;
}
_:lang(x)::-ms-backdrop, .selector {
    font-family: "Segoe UI", Meiryo, sans-serif;
}
a {
color: #d48200;
}
a:link {
text-decoration: none;
color: #d48200;
}
a:hover {
text-decoration: underline;
color: #996600;
}
.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
ul li, ol li {
	list-style: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
	vertical-align:bottom;
	border:0;
	width:100%;
	line-height:0;
	font-size:0;
	height: auto;
backface-visibility: hidden;
}
.uldisc {
    margin: 0 0 2rem 3.5rem;
}
.uldisc li {
    margin: 0 0 1rem 0;
    list-style-type: disc;
}
.mapbox {
height: 0;
overflow: hidden;
padding-bottom: 100%;
position: relative;
}
.mapbox iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
pointer-events: none;
background: #fff;
}

.menu {
  display : block;
  position: fixed;
  z-index : 10000;
  right :0.5rem;
  top: 0.5rem;
  width : 54px;
  height: 54px;
  cursor: pointer;
  text-align: center;
  border:none;
  border-radius: 0.5rem;
  background: none;
}
.menu span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 10px;
  background : #fff;
  border-radius: 4px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}

#header-area.fixed .menu span {
  background : #fff;
}
.menu span:nth-child(1) {
  top: 15px;
}
.menu span:nth-child(2) {
  top: 24px;
}
.menu span:nth-child(3) {
  top: 33px;
}
.menu.active {
  border:none;
}
.menu.active span:nth-child(1) {
  top: 23px;
  left: 10px;
  background : #eeebe6;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}
.menu.active span:nth-child(2),
.menu.active span:nth-child(3) {
  top: 23px;
  background : #eeebe6;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}
.menu.on {
  border:#3e3a39 2px solid;
}
.menu.on span {
  background : #3e3a39;
}
#pagetop {
position: fixed;
z-index: 7;
right: 0.75rem;
bottom: 0.75rem;
padding: 0;
margin: 0;
}
#pagetop a {
display: block;
color:#fff;
border:#cec6ba 2px solid;
border-radius: 50%;
width: 54px;
height: 54px;
background: #cec6ba;
}
#pagetop a::before {
    content: "";
    display: block;
	margin-top: 19px;
	margin-left: 15px;
    width: 20px;
    height: 20px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    transform: rotate(-45deg);
}
#pagetop.on a {
border-color:#fff;
}
#pagetop.on a::before {
    border-top-color:#fff;
    border-right-color:#fff;
}


#header-area {
position: fixed;
z-index : 10000;
width: 100%;
height: 65px;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
box-sizing: border-box;
}
#header-area.fixed {
background: #3e3a39;
color: #eeebe6;
}
#hd-logo {
position: absolute;
z-index : 10000;
top: 1.5rem;
left: 1.5rem;
width: 160px;
animation: 0.5s ease-out hdanime;
opacity: 1;
}
@keyframes hdanime {
0% {
transform: translate(-10px, 0);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
}
/*#header-area.fixed #hd-logo img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(215deg) brightness(107%) contrast(101%);
}*/
nav#hd-nav {
background: #3e3a39;
color: #eeebe6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: hidden;
}
nav#hd-nav ul li {
    padding: 1rem 0rem 1.5rem 0rem;
    background: none;
}
nav#hd-nav ul li a {
  padding: 0;
color: #eeebe6;
    border-right: none;
}
nav#hd-nav a {
color: #eeebe6;
  text-decoration: none;
  padding: 10px 2rem;
  transition: color 0.6s ease;
}
nav#hd-nav a:hover {
color: #fff;
}
nav#hd-nav ul {
    margin-top:5rem;
    display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
}
nav#hd-nav ul li {
margin-bottom: 1rem;
    font-size: 2em;
    font-size: 2rem;
font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-align: center;
    width: 100%;
  opacity: 0;
  transform: translateX(300px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
nav#hd-nav ul li a span {
margin-top: .3rem;
display: block;
font-size: 1.2em;
font-size: 1.2rem;
font-weight: normal;
}
nav#hd-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
nav#hd-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
nav#hd-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
nav#hd-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
nav#hd-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
nav#hd-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
/* open */
.open {
  /*overflow: hidden;*/
  overflow-y: auto;
}
/*.open #hd-logo img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(215deg) brightness(107%) contrast(101%);
}*/
.open nav#hd-nav {
  visibility: visible;
  opacity: 1;
}
.open nav#hd-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}
main {
}
#title-area {
position: relative;
padding: 8rem 0 6rem 0;
width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
	text-align: center;
	background: url("../common/ph004.jpg") center top /cover no-repeat;
	color: #fff;
}
#title-area p.en,
#title-area h2 {
text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.formbox {
    padding: 3rem 3rem 4rem 3rem;
     background: rgb(238, 235, 230, 1);
    border-radius: 1.5rem;
}
.form-dl {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.form-dl dt {
        width: 100%;
    font-size: 1.6em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
        margin: 0 0 0.5rem 0;
        padding: 0.5rem 7rem 0.5rem 0.75rem;
        text-align: left;
        background: #7c705e;
		color: #fff;
        border-radius: 0.5rem;
        position: relative;
}
.form-dl dt span {
        display: inline-block;
        position: absolute;
        top: 0.5rem;
        right: 1rem;
    text-align: center;
    font-size: 1.2em;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
    width: 60px;
    margin: 0.15rem auto 0;
    background: #dd0000;
    color: #fff;
    border-radius: 2rem;
    padding: 0.3rem 0;
}
.form-dl dd {
        width: 100%;
        margin: 0 0 1rem 0;
}
input,
textarea,
select {
    border: 1px solid #bbb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    vertical-align: middle;
}
.formbox input,
.formbox textarea {
    font-size: 1.6em;
    font-size: 1.6rem;
    width: 100%;
    padding: 1.25rem 1.25rem;
}
.formbox textarea {
    height: 15rem;
}
.form-dl dd p {
    margin: 0 0 0.3rem 0;
}
.formbox input[type="radio"] {
    background: #fff;
    padding: 0 !important;
    margin-right: 0.75rem;
    position: relative;
    top: 0;
    width: 21px !important;
    height: 21px;
    border: 1px solid #bbb;
    border-radius: 100%;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formbox input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    background: #e1961e;
    border-radius: 100%;
    content: '';
}
.formbox input[type="checkbox"] {
    background: #fff;
    padding: 0 !important;
    margin-right: 1rem;
    position: relative;
    top: 1px;
    width: 21px !important;
    height: 21px;
    border: 1px solid #bbb;
    border-radius: 4px;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formbox input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0;
    left: 35%;
    transform: rotate(50deg);
    width: 8px;
    height: 15px;
    border-right: 3px solid #e1961e;
    border-bottom: 3px solid #e1961e;
    content: '';
}
.submit input.confirmBtn.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.submit input[type="submit"] {
    margin: 2rem auto 0 auto;
    padding: 1rem 0;
    display: block;
    background: #e1961e;
    color: #fff;
    border-radius: 5rem;
    transition: .2s;
    border: #e1961e 2px solid;
    font-size: 1.8em;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", YuGothic, Meiryo, sans-serif;
    line-height: 1.6;
    font-weight: bold;
    cursor: pointer;
}
.form-dl dd span {
    font-size: 1.4em;
    font-size: 1.4rem;
    display: block;
}
.form-dl dd .zip {
        width: 40%;
}
.submit {
    margin-top: 1rem;
    text-align: center;
}
.privacy {
margin: 0.75rem 0 0 0;
padding: 1rem;
    font-size: 1.4em;
    font-size: 1.4rem;
background: #fff;
border-radius: 0.3rem;
}
#top {
position: relative;
width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    height:90vh;
    overflow: hidden;
}
#top #slide-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    color: #fff;
}
#top #slide-box::before {
    position: absolute;
    left: 0;
    top: 0;
	z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
	content: "";
background: rgba(0,0,0,0.2);
}
#top .box {
position: absolute;
bottom: 2.5rem;
left: 2.5rem;
z-index: 2;
}
/*
#top .photo {
position: relative;
z-index: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
#top .photo::before {
position: absolute;
z-index: 1;
display: block;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background: rgba(0,0,0,0.2) url("../common/bk.png");
background: rgba(0,0,0,0.4);
}
*/



#top .en {
margin-bottom: 1rem;
color: #fff;
font-size:6.0em;
font-size: 6.0rem;
letter-spacing: 2px;
line-height: 1;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
animation: 1s ease-out tptxtanime;
opacity: 1;
}
#top h1 {
margin-bottom: 3rem;
color: #fff;
font-size:2.4em;
font-size: 2.4rem;
letter-spacing: 4px;
line-height: 1.4;
font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
animation: 1.5s ease-out tptxtanime;
opacity: 1;
}
#top p.copy {
color: #fff;
font-size:1.6em;
font-size: 1.6rem;
line-height: 1.75;
font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
animation: 1.85s ease-out tptxtanime;
opacity: 1;
}
@keyframes tptxtanime {
0% {
transform: translate(-10px, 0);
opacity: 0;
}
100% {
transform: translate(0, 0);
opacity: 1;
}
}
#contactform,
#news,
#philosophy,
#business,
#rules,
#lawyer,
#about,
#contact {
padding: 3rem 7% 5rem 7%;
position: relative;
width: 100%;
overflow: hidden;
}
#title-area p.en,
#news p.en,
#philosophy > p.en,
#business > p.en,
#rules > p.en,
#lawyer > p.en,
#about > p.en,
#contact > p.en {
text-align: center;
font-size:4em;
font-size: 4rem;
letter-spacing: 2px;
line-height: 1.4;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#title-area h2,
#news h2,
#philosophy h2,
#business h2,
#rules h2,
#lawyer h2,
#about h2,
#contact h2 {
margin-bottom: 3rem;
text-align: center;
font-size: 1.8em;
font-size: 1.8rem;
font-weight: 700;
font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
letter-spacing: 4px;
}
#news {
margin: 3%;
padding-bottom: 2rem;
width: 94%;
overflow: hidden;
background: #7c705e;
color: #fff;
border-radius: 0.5rem;
}
#news.news-section {
margin: 0 0 2rem 0;
width: 100%;
background: none;
color: #111;
}
#news.news-section section {
padding: 2rem 0;
border-bottom: #666 1px dotted;
}
#news.news-section .date {
margin-bottom: 0;
font-size: 1.1em;
font-size: 1.1rem;
color: #333;
text-align: right;
}
#news.news-section .text-box {
margin-top: 1rem;
}
#news.news-section h2 {
margin-bottom: 1rem !important;
padding-left: 1rem;
    font-size: 1.75em;
    font-size: 1.75rem;
	border-left:#e1961e 6px solid;
	text-align: left;	
	letter-spacing: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Arial, Verdana, Meiryo, sans-serif;
}
.news-list li {
margin-bottom: 1rem;
padding: 1.25rem 1.5rem;
background: #fff;
color: #111;
border-radius: 0.3rem;
}
.news-list li a {
display: flex;
flex-direction: column;
text-decoration:none;
}

.news-list li .date {
margin-bottom: 0;
font-size: 1.1em;
font-size: 1.1rem;
color: #333;
text-align: right;
}
.news-list li h3 {
margin-bottom: 0.25rem;
padding-left: 20px;
font-size: 1.6em;
font-size: 1.6rem;
}
.news-list li a h3 {
color: #333;
transition: 0.3s;
transform: translate(0, 0);
background: url("../common/arrow2.svg") left top 0.7rem / 15px auto no-repeat;
}
.news-list li a:hover h3 {
text-decoration:none;
transform: translate(3px, 0);
}


#contactform h2 {
margin-bottom: 1rem;
font-size: 2em;
font-size: 2rem;
}
#contactform .description {
margin-bottom: 1rem;
}
#philosophy {
width: 100%;
overflow: hidden;
}
#philosophy * {
position: relative;
z-index: 2;
}
#philosophy section p {
margin-bottom: 2rem;
}
#philosophy .photo {
width: 100%;
position: relative;
z-index: 1;
}
#philosophy .photo::after {
position: absolute;
bottom:-5rem;
right: -5rem;
width: 15rem;
height: 15rem;
display: block;
content: "";
z-index: 0;
background: #cec6ba;
}
#philosophy .photo2 {
margin-top: 6rem;
width: 60%;
position: relative;
z-index: 1;
}
#philosophy .photo2::after {
position: absolute;
top:-3rem;
right: -3rem;
width: 8rem;
height: 8rem;
display: block;
content: "";
z-index: 0;
background: #cec6ba;
}
#rules h2 {
margin-bottom: 0.4rem !important;
padding-left: 1rem;
    font-size: 1.75em;
    font-size: 1.75rem;
	border-left:#e1961e 6px solid;
	text-align: left;	
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Arial, Verdana, Meiryo, sans-serif;
}
#rules h3 {
margin-top: 2rem;
margin-bottom: 0.5rem;
padding-left: 2rem;
position: relative;
}
#rules h3::before {
    position: absolute;
    top: 0.8rem;
    left: 0;
    display: block;
    content: "";
    border-radius: 50%;
    border: #e1961e 3px solid;
    width: 12px;
    height: 12px;
}


#business {
color: #fff;
background: url("../common/ph006.jpg") right top / cover no-repeat fixed;
width: 100%;
}
#business > p.en,
#business h2 {
text-shadow: 0 0 5px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.4);
}
.bs-list li {
color:#3e3a39;
background: #eeebe6;
margin-bottom: 1rem;
border-radius: 0.3rem;
}
.bs-list li strong {
display: block;
background: #fff;
padding: 1.5rem 2rem 1.5rem 3.45rem;
border-radius: 0.3rem;
position: relative;
}
.bs-list li strong::before {
position: absolute;
top:2.3rem;
left: 1.5rem;
display: block;
content: "";
border-radius: 50%;
border:#e1961e 3px solid;
width: 12px;
height: 12px;
}
.bs-list li > br {
display: none;
}
.bs-list li span {
display: block;
padding: 1.5rem 2rem;
}

.linkbtn {
margin-top: 4rem;
font-size:1.8em;
font-size: 1.8rem;
}
.linkbtn span {
display: block;
font-size:1.4em;
font-size: 1.4rem;
}
.linkbtn a {
display: block;
background-color: #e1961e;
background-image:  url("../common/arrow.svg");
background-position:  left 1.5rem center;
background-size:  23px auto;
background-repeat:  no-repeat;
color: #fff;
padding: 1.5rem 0;
text-align: center;
border-radius: 10rem;
}
.linkbtn a:hover {
background: #bb780e;
background-image:  url("../common/arrow.svg");
background-position:  left 1.5rem center;
background-size:  23px auto;
background-repeat:  no-repeat;
text-decoration: none;
}

#lawyer {
background: #eeebe6;
width: 100%;
}
#lawyer .box {
background: #fff;
padding: 2rem;
margin-bottom: 1.5rem;
border-radius: 0.3rem;
}
#lawyer .box:last-child {
margin-bottom: 1rem;
}
#lawyer h3 {
margin-top: 0;
font-size: 2.2em;
font-size: 2.2rem;
font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
letter-spacing: 1px;
}
#lawyer .name {
display: flex;
align-items: baseline;
}
#lawyer .box .en {
margin-left: 1.25rem;
font-size:1.35em;
font-size: 1.35rem;
font-weight: 600;
line-height: 1.2;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
letter-spacing: 1px;
color: #b4a58c;
}
#lawyer .profile-box {
margin-bottom: 1.5rem;
}
#lawyer h4 {
margin: 1.75rem 0 1.25rem 0;
        padding: 0;
        font-size: 1.4em;
        font-size: 1.4rem;
        border-top: none;
		letter-spacing: 2px;
        border-bottom: #e1961e 1px solid;
}
#lawyer h4 span {
background: #e1961e;
color: #fff;
padding: 0.3rem 1rem;
}
#lawyer dl.profile {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#lawyer dl.profile dt {
position: relative;
width: 32%;
margin: 0;
padding: 0 0 0.2rem 1.35rem;
font-size:1.4em;
font-size: 1.4rem;
}
#lawyer dl.profile dt::before {
position: absolute;
top: 0.2rem;
left: 0;
content: "・";
color: #b4a58c;
font-size:1.8em;
font-size: 1.8rem;
line-height: 1;
}
#lawyer dl.profile dd {
width: 68%;
margin: 0;
padding: 0 0 0.2rem 0;
font-size:1.4em;
font-size: 1.4rem;
}
#lawyer .text p {
font-size:1.4em;
font-size: 1.4rem;
}
#contact {
background: url("../common/ph004.jpg") left top /cover no-repeat fixed;
text-align: center;
color: #fff;
}
#contact h3 {
font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
text-align: center;
margin-bottom: 0.5rem;
font-size:2.4em;
font-size:2.4rem;
}
#contact .text {
background: #fff;
    padding: 2rem;
    border-radius: 0.3rem;
color: #3e3a39;
}
#contact .text p:nth-child(2) {
font-size:1.6em;
font-size: 1.6rem;
line-height: 1.5;
margin-bottom: 0.75rem;
}
#contact .text p:nth-child(3) {
font-size:1.75em;
font-size: 1.75rem;
line-height: 1.5;
margin-bottom: 1.5rem;
}
#footer-area {
background: #3e3a39;
color: #fff;
text-align: center;
}
#footer-area a {
color: #fff;
}
#footer-area nav ul {
width: 100%;
margin-bottom:2rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#footer-area nav ul li {
width: 50%;
margin-bottom: 1.25rem;
font-size: 1.4em;
font-size: 1.4rem;
}
#ft-logo {
padding: 3rem 0 2rem 0;
margin: 0 auto;
width: 50%;
}
#ft-info {
margin-bottom: 3rem;
font-size: 1.4em;
font-size: 1.4rem;
}
#copyright {
padding: 2rem 0;
font-size: 1.2em;
font-size: 1.2rem;
border-top:#666 1px solid;
}

table {
margin-bottom: 1rem;
width: 100%;
border-collapse: collapse;
border:#ccc 1px solid;
}
table th {
padding: 0.7rem 0.5rem 0.5rem 0.5rem;
font-size: 1.4em;
font-size: 1.4rem;
font-weight: 400;
border:#ccc 1px solid;
vertical-align: top;
}
table td {
padding: 0.5rem;
border:#ccc 1px solid;
vertical-align: top;
}
table thead th {
background: #666;
color: #fff;
text-align: center;
}
table tbody th {
background: #eeebe6;
text-align: center;
}
p.note {
margin-top: 0.3rem;
margin-left: 2rem;
text-indent: -2rem;
}
ul.note {
margin: 0.5rem 0 1rem 2rem;
}
table ul.note {
margin: 0.5rem 0 0rem 2rem;
}
ul.note li {
list-style: disc;
margin-bottom: 0.3rem;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-s {
font-size: 1.4em;
font-size: 1.4rem;
}
.mb-2 {
margin-bottom: 1rem;
}

.fadein-bottom {
transition: all 0.8s ease-out;
transform: translateY(50px);
opacity: 0;
}
.fadein-bottom.active {
transform: translateY(0%);
opacity: 1;
}
.fadein-image.active {
animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
overflow: hidden;
position: relative;
z-index: 5;
}
.fadein-image.active:before {
animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
background: #fff;
bottom: 0;
content: '';
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
z-index: 4;
}
@keyframes img-opacity {
0% {
opacity: 1;
}
}
@keyframes img-animation {
100% {
transform: translateX(100%);
}
}
.fadein-left {
transition: all 0.8s ease-out;
transform: translateX(-50px);
opacity: 0;
}
.fadein-left.active {
transform: translateX(0);
opacity: 1;
}
.fadein-right {
transition: all 0.8s ease-out;
transform: translateX(50px);
opacity: 0;
}
.fadein-right.active {
transform: translateX(0);
opacity: 1;
}


@media screen and (min-width:768px){
#top .box {
    bottom: 4rem;
    left: 4rem;
}
#top .en {
    margin-bottom: 1.25rem;
    font-size: 6.4em;
    font-size: 6.4rem;
}
#top .en br {
    display: none;
}
#top h1 {
    font-size: 2.8em;
    font-size: 2.8rem;
}
#top p.copy {
    font-size: 1.8em;
    font-size: 1.8rem;
}
#top p.copy br {
    display: none;
}
#contactform,
#news,
#philosophy,
#business,
#rules,
#lawyer,
#about,
#contact {
    padding: 6rem 10% 10rem 10%;
}
#title-area p.en,
#news p.en,
#philosophy > p.en,
#business > p.en,
#rules > p.en,
#lawyer > p.en,
#about > p.en,
#contact > p.en {
    font-size: 5em;
    font-size: 5rem;
}
#title-area h2,
#news h2,
#philosophy h2,
#business h2,
#rules h2,
#lawyer h2,
#about h2,
#contact h2 {
    margin-bottom: 5rem;
}
.bs-list li strong {
    font-size: 1.75em;
    font-size: 1.75rem;

}
#lawyer h3 {
    font-size: 2.6em;
    font-size: 2.6rem;
}
#lawyer .box .en {
    margin-left: 1.5rem;
    font-size: 1.6em;
    font-size: 1.6rem;
    letter-spacing:2px;
}
#lawyer dl.profile dt {
    width: 20%;
    font-size: 1.6em;
    font-size: 1.6rem;
}
#lawyer dl.profile dd {
    width: 80%;
    font-size: 1.6em;
    font-size: 1.6rem;
}
#lawyer h4 span {
    padding: 0.5rem 1rem;
}
#contact h3 {
    margin-bottom: 1rem;
    font-size: 4em;
    font-size: 4rem;
}
#contact .text p:nth-child(2) {
    font-size: 1.8em;
    font-size: 1.8rem;
	line-height: 1.6;
}
#contact .text p:nth-child(3) {
    font-size: 3em;
    font-size: 3rem;
}
.mapbox {
    padding-bottom: 60%;
}
#ft-logo {
    padding: 3rem 0;
    width: 30%;
}
#footer-area nav ul {
    justify-content: center;
	margin-bottom: 3rem;
}
#footer-area nav ul li {
    width: auto;
	margin: 0 2rem;
}
}

@media screen and (min-width:990px){
#header-area {
    height: 75px;
}
#hd-logo {
    width: 200px;
}
.menu {
    display: none;
}
nav#hd-nav {
    height: 75px;
    background: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    z-index: 1000;
    text-align: center;
    display: block;
    visibility: visible;
    flex-direction: row;
    justify-content: flex-end;
    align-items:flex-start;
    opacity: 1;
    transition: opacity 0s ease, visibility 0s ease;
}
nav#hd-nav ul {
    margin-top: 1rem;
	margin-right: 3rem;
    flex-wrap: wrap;
	flex-direction: row;
    justify-content:flex-end;
}
nav#hd-nav ul li {
    margin: 0 0 0 3rem;
    font-size: 1.65em;
    font-size: 1.65rem;
	font-weight: 600;
	letter-spacing: 2px;
    text-align: center;
    width: auto;
    opacity: 1;
    transform: translateX(0px);
    transition: none;
}
#top .photo:before {
    padding-top: 100%;
}
#contact .text p:nth-child(2) {
        font-size: 2em;
        font-size: 2rem;
}
.news-list li {
    padding: 2rem;
}
.news-list li h3 {
    font-size: 1.8em;
    font-size: 1.8rem;
}
.news-list li .text {
    font-size: 1.6em;
    font-size: 1.6rem;
    line-height: 1.6;
}
.bs-list {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.bs-list li {
width: 49%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
}
.bs-list li strong {
 font-size: 2em;
 font-size: 2rem;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;
}
.bs-list li span {
flex-grow: 2;
}

#lawyer dl.profile dt {
        width: 30%;
}
#lawyer dl.profile dd {
        width: 70%;
}
#contactform h2 {
    font-size: 4em;
    font-size: 4rem;
}
#title-area {
    padding: 15rem 0 10rem 0;
}
#contactform .description {
    margin-bottom: 3rem;
}
#contact h3 {
        font-size: 3.4em;
        font-size: 3.4rem;
}
#contact .text {
display: flex;
justify-content: space-between;
align-items: center;
}
#contact .text > div {
width: 49%;
}
#contact .text p:nth-child(2) br {
display: none;
}
#contact .text p:nth-child(2) br.brblk {
display: block;
}
#news.news-section section {
    padding: 3rem 0;
}
#rules h2,
#news.news-section h2 {
    font-size: 2.0em;
    font-size: 2.0rem;
}
#rules h3 {
margin-top: 4rem;
    margin-bottom: 0.75rem;
        font-size: 1.85em;
        font-size: 1.85rem;
}
#rules h3::before {
    top: 1rem;
}
table th {
    padding: 1rem;
font-size: 1.6em;
font-size: 1.6rem;
}
table th br {
display: none;
}
table td {
    padding: 1rem;
}
.mapbox {
    height: 0;
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
}
.form-dl {
    flex-direction: row;
}
.form-dl dt {
	padding: 0;
margin: 0 0 2rem 0;
    width: 30%;
	color: #111;
	background: none;
	text-align: center;
}
.form-dl dd {
margin: 0 0 2rem 0;
    width: 70%;
}
.form-dl dt span {
position:static;
    display: block;
}
.form-dl dd .zip {
    width: 20%;
}
.submit input[type="submit"] {
    width: 49%;
    margin: 3rem auto 0 auto;
    padding: 2rem 4rem;
    font-size: 2em;
    font-size: 2rem;

}

}

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


#top .photo:before {
    padding-top: 60%;
}
#top .box {
bottom: 7rem;
left: 7rem;
}
#top .en {
        margin-bottom: 1.25rem;
        font-size: 12em;
        font-size: 12rem;
}
#top h1 {
        font-size: 4em;
        font-size: 4rem;
}
#top p.copy {
        font-size: 2.4em;
        font-size: 2.4rem;
}
#contactform,
#news,
#philosophy,
#business,
#rules,
#lawyer,
#about,
#contact {
padding: 12rem 13% 15rem 13%;
}
#news p.en {
line-height: 1;
 margin-bottom: 1rem;
}
#title-area p.en,
#news p.en,
#philosophy > p.en,
#business > p.en,
#rules > p.en,
#lawyer > p.en,
#about > p.en,
#contact > p.en {
        font-size: 7em;
        font-size: 7rem;
}
#news h2 {
 margin-bottom: 0;
}
#title-area h2,
#philosophy h2,
#business h2,
#rules h2,
#lawyer h2,
#about h2,
#contact h2 {
 margin-bottom: 8rem;
}
#philosophy .wrapper {
display: flex;
justify-content: space-between;
}
#philosophy .photo {
    width: 50%;
	order: 2;
}
#philosophy .text {
    width: 45%;
	order: 1;
}
#philosophy section p {
        font-size: 1.8em;
        font-size: 1.8rem;
		line-height: 1.8;
}


#news {
padding: 5rem 5% 5rem 5%;
display: flex;
justify-content: space-between;
}
#news .head {
width: 25%;
}
#news .head p,
#news .head h2 {
text-align: left !important;
}
#news section {
width: 75%;
}
#news.news-section {
padding: 12rem 13% 15rem 13%;
flex-direction: column;
}
#news.news-section h2 {
    letter-spacing: 1px;
}
#news.news-section section{
width: 100%;
padding: 5rem 0;
}
.bs-list {
justify-content: flex-start;
}
.bs-list li {
width: 31.33333%;
margin-right: 3%;
margin-bottom: 3rem;
}
.bs-list li:nth-child(3n) {
margin-right: 0;
}
#lawyer section {
flex-direction: column;
}
#lawyer section .box {
        width: 100%;
    padding: 5rem;
	display: flex;
	justify-content: space-between;
}
#lawyer section .box .name {
        width: 40%;
}
#lawyer section .box .text {
        width: 60%;
}
#lawyer .name {
	margin-top: 0;
	flex-direction: column;
	position: relative;
}

#lawyer h3 {
        font-size: 3.8em;
        font-size: 3.8rem;
}
#lawyer .box .en {
        font-size: 2.6em;
        font-size: 2.6rem;
		font-weight: 400;
		margin: 0.5rem 0 0 0;
}
#lawyer h4 {
margin: 0.5rem 0 2rem 0;
padding: 0;
    font-size: 1.6em;
    font-size: 1.6rem;
	border-top: none;
	border-bottom: #e1961e 1px solid;
}
#lawyer h4 span {
	background: #e1961e;
	color: #fff;
	padding: 0.3rem 1rem;
}
#lawyer dl.profile {
margin-top: 1.5rem;
margin-bottom: 2.5rem;
}
#lawyer dl.profile dt {
        width: 22%;
		padding: 0 0 0.4rem 1.5rem;
}
#lawyer dl.profile dd {
        width: 78%;
		padding: 0 0 0.4rem 0;
}
#lawyer dl.profile dt::before {
    top: 0.3rem;
    font-size: 2.2em;
    font-size: 2.2rem;
}

#lawyer .text p {
font-size:1.6em;
font-size: 1.6rem;
}
#contact h3 {
        font-size: 4.2em;
        font-size: 4.2rem;
}
#contact .text {
    padding: 4rem;
}
#contact .text p:nth-child(2) {
        font-size: 2.4em;
        font-size: 2.4rem;
		margin-bottom: 1.5rem;
}
#contact .text p:nth-child(3) {
        font-size: 3.6em;
        font-size: 3.6rem;
		font-weight: 600;
}
#contact .text > div {
        width: 48%;
}
.contactbtn {
        font-size: 2em;
        font-size: 2rem;
		font-weight: 600;
		margin: 3rem 0 0rem 0;
}
.contactbtn a {
    padding: 2rem 0;
    border-radius: 10rem;
}
.mapbox {
 padding-bottom: 45%;
}
table th,
table td {
padding: 1.5rem;
}

#footer-area {
padding: 5rem 2rem;
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#ft-logo {
padding: 0;
margin: 0;
width: 18%;
}
#ft-info {
width: 40%;
text-align: left;
padding-left: 2rem;
}
#ft-info br {
display: none;
}
#ft-info br.brblk {
display: block;
}
#footer-area nav {
width: 42%;
}
#footer-area nav ul {
        justify-content: flex-end;
}
#footer-area nav ul li {
		margin: 0 0 0 3rem;
}
#copyright {
width:100%;
margin-top: 3rem;
padding: 2rem 0 0 0;
    font-size: 1.2em;
    font-size: 1.2rem;
    border-top: #666 1px solid;
}

}
