@charset "utf-8";

/*(ʐݒ)-----------------------------------------------------------------*/

.sp_none {display: none!important;}
.spbr {display: block;}
.pcbr {display: none;}

body {
    line-height: 1.6;
    font-size: 15px;
}

section {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

h1 {
    opacity: 0.9;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    font-size: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 600;
    padding: 0 0 25px 0px;
}

h2 {
    font-weight: 400;
    padding: 0 0 25px 0px;
    opacity: 0.9;
    line-height: 2.8em;
    letter-spacing: 0.3em;
    font-size: 11px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

h3 { 
	font-size: 12px;
    font-weight: 600;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.engtitle {
    font-family: 'Shippori Mincho', 'Noto Serif JP', serif,YuGothic,"Yu Gothic Medium","Yu Gothic",-apple-system,BlinkMacSystemFont,Roboto,"Segoe UI","Helvetica Neue",HelveticaNeue,Verdana,Meiryo,sans-serif!important;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    font-size: 1.4rem;
    line-height: 1.4286;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

section p {
    font-size: 14px;
    padding: 10px 0;
    font-weight: 400;
    line-height: 2.2;
}

/*(movie)-------------------------------------------*/

#movie {
    padding: 25px 0;
}


/*(botton)-------------------------------------------*/

.botton_wh {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.botton_wh a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 65%;
    margin: auto;
    padding: 15px;
    font-weight: 600;
    color: #535353!important;
    border-bottom: 2px solid #a9a9a9;
    border-radius: 100vh;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    transition: 0.5s;
    background: #0000001c;
    font-family: "Montserrat", Sans-serif!important;
    font-size: 13px!important;
}

.botton_wh a:hover {
	color: #fff;
	background: #a9a9a9;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}


.botton_org {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.botton_org a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 65%;
    margin: auto;
    padding: 15px;
    font-weight: 600;
    color: #fff!important;
    border-bottom: 2px solid #a9a9a9;
    border-radius: 100vh;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    transition: 0.5s;
    background: #ec6103;
    font-family: "Montserrat", Sans-serif!important;
    font-size: 13px!important;
}

.botton_org a:hover {
    color: #fff;
    background: #cc5004;
    border-bottom: 2px solid #fff;
    transform: translateY(3px);
}

.japantrunkroom a img {
    display: block;
    margin: 5px auto 30px;
    width: 30%;
}


/*(contents)-------------------------------------------*/

#contents {color: #000;}

#contents h1 {
    padding: 20px 0 0!important;
}

#contents h2 {
    color: #214791;
    font-weight: 600;
    letter-spacing: 0.2em;
}

#contents p {
    font-weight: 400;
    padding: 0 0 25px 0px;
    line-height: 2em;
    letter-spacing: 0.1em;
    font-size: 13px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}



/*(catchcopy)-------------------------------------------*/

#catchcopy h1 {
    color: #fff;
    opacity: 0.9;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    font-size: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 600;
}

#catchcopy h2 {
    padding: 0 40px;
}

#catchcopy h3 img {
    display: block;
    margin: 60px auto 0;
    width: 55%;
}


/*(news)-------------------------------------------*/

#banner ul {
    display: flex;
    justify-content: space-around;
}
#banner ul li img {
    width: 100%;
    height: auto;
    padding: 5px;
}

#about {
    background: #00000008;
    padding-bottom: 20px;
}

.ul_news {
    width: 100%;
    display: block;
    padding: 0;
}

.ul_news li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px #d9d9d9 dotted;
}

.news_date {
    font-size: 10px;
    padding: 5px 10px;
    background: #214791;
    color: #fff;
}

.ul_news a {
    font-size: 13px;
    padding: 0px 10px;
    text-decoration: underline;
    text-underline-offset: 5px;
}


.content .ul_news li {
    line-height: 25px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}


/*(contents wrap)-------------------------------------------*/

.wrap {
    padding: 20px;
    position: relative;
    margin: -75px 0 0 0;
    box-shadow: 0 0 6px #0000000d;
    z-index: 2;
    background: #fff;
}

.wrap h2 {
    font-family: 'Shippori Mincho', 'Noto Serif JP', serif,YuGothic,"Yu Gothic Medium","Yu Gothic",-apple-system,BlinkMacSystemFont,Roboto,"Segoe UI","Helvetica Neue",HelveticaNeue,Verdana,Meiryo,sans-serif!important;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    /* font-size: 1.4rem; */
    line-height: 1.4286;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 10px;
}

/*(Trunkroom)-------------------------------------------*/

.trunk_room {
    font-size: 12px;
    line-height: 2.2em;
}

.trunk_icon {
    display: inline-block;
    background: #ea5415;
    border-radius: 6px;
    padding: 2px 10px;
    margin: 0 10px 0 0;
    color: #fff;
}

.trunk_title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0 10px 0;
}

.trunk_service {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}

.trunk_service li {
    padding: 2px 10px;
    border: 1px #ea5415 solid;
    margin: 5px 10px 5px 0;
    color: #ea5415;
    font-weight: 600;
    border-radius: 6px;
    font-size: 11px;
}

.trunk {
    margin: 20px 0;
}

.trunk th {
    width: 25%;
    background: #f7fafa;
    border: 1px #e1ecf4 solid;
    padding: 0px;
    color: #2e638d;
    font-size: 11px;
}

.trunk td {
    width: 75%;
    padding: 10px;
    font-size: 11px;
    border: 1px #e1ecf4 solid;
}

.trunk_price {
    color: #ea5415;
    font-weight: 600;
    font-size: 32px;
}

.trunk_sub {
    display: block;
}


.contact {
    margin: 0 0 10px 0;
}

.contact span {
    font-weight: 600;
    display: block;
    font-size: 13px;
}

.trunk_contact {
    display: block;
    padding: 5px;
    margin: 5px 0;
}

.contact tr {
    background-color: #f7f7f7;
    padding: 0.35em;
    border-bottom: 1px solid #e8e8e8;
}

.contact th {
    width: 30%;
    font-weight: 600;
    border-right: 1px #e8e8e8 solid;
    font-size: 12px;
    background: #f3f3f3c7;
}

.contact td {
    width: 70%;
    padding: 10px;
    font-size: 12px;
}

.contact_main {
    font-size: 18px!important;
    font-weight: 800;
}




/*(splash)-------------------------------------------*/

.move_position {position: relative;}


.img-clip01 {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),url("../images/trunkroom.jpg");
    background-size: cover;
    background-position: center;
    padding: 200px 0 110px 0;
    position: relative;
    margin: 0 0 -10px 0;
}

.img-clip02 {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),url("../images/asset.jpg");
    background-size: cover;
    background-position: center;
    padding: 200px 0 110px 0;
    position: relative;
    margin: 0 0 -10px 0;
}


.img-clip03 {
     -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),url("../images/investment.jpg");
    background-size: cover;
    background-position: center;
    padding: 200px 0 110px 0;
    position: relative;
    margin: 0 0 -10px 0;
}

.img-clip04 {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),url("../images/inheritance.jpg");
    background-size: cover;
    background-position: center;
    padding: 200px 0 110px 0;
    position: relative;
    margin: 0 0 -10px 0;
}

.img-clip05 {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),url("../images/appraisal.jpg");
    background-size: cover;
    background-position: center;
    padding: 200px 0 110px 0;
    position: relative;
    margin: 0 0 -10px 0;
}

.splashwrap {
    position: relative;
}

.splashleft,.splashright{
	display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(1);
    background-color: #fff;
}

.splashleft.splash {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background-color: #fff;
    animation-name: splashleft;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes splashleft{
  0% {
    transform-origin:left;
    transform:scaleX(1);
    opacity:1;
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
    opacity:1;
  }
  50.001% {
    transform-origin:right;
    opacity:1;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
    opacity:1;
  }
}

.splashright.splash {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background-color: #fff;
    animation-name: splashright;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes splashright{
  0% {
    transform-origin:right;
    transform:scaleX(1);
    opacity:1;
  }
  50% {
    transform-origin:right;
    transform:scaleX(1);
    opacity:1;
  }
  50.001% {
    transform-origin:left;
    opacity:1;
  }
  100% {
    transform-origin:left;
    transform:scaleX(0);
    opacity:1;
  }
}


#workslide img {
    padding: 15px;
    border-radius: 30px;
}


/*(vision)-------------------------------------------*/

.strength-clip {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    background: -webkit-linear-gradient(180deg, #00000029 10%, #000000b3 70%, #00000024 100%),url("../images/vision.jpg");
    background: linear-gradient(180deg, #00000029 10%, #000000b3 70%, #00000024 100%),url("../images/vision.jpg");
    background-size: cover;
    background-position: center;
    padding: 80px 0 60px 0;
    position: relative;
    margin: 60px 0 -10px 0;
    color: #fff;
}


/*(header)-------------------------------------------*/

.header__title {
    width: 190px;
    /* padding: 0px 0; */
    margin: 9px 0 0 0px;
}

.header__title img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0 0 0px;
}

.header__nav ul {
    padding: 100px 25px 200px 25px;
}

.header__nav ul li img {
    width: 55%;
    display: block;
    margin: 0 auto;
}

.header__nav ul li a {
    color: #004097;
    text-align: left;
    position: relative;
    display: block;
    padding: 16px 0;
    background: url("../images/ico_arrow_right.svg") no-repeat center right 7px;
    background-size: 16px 16px;
    border-bottom: 1px solid #1852a021;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-animation: arrow_right 1.6s ease-in-out;
    animation: arrow_right 1.6s ease-in-out;
}



.header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
    position: relative;
    background: #1852a0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 9999;
    border: none!important;
    font-family: 'Montserrat', sans-serif;
}

.hamburger span {
   display: inline-block;
	transition: all .4s;
    position: absolute;
    left: 10px;
    height: 1px;
    border-radius: 5px;
    background: #fff;
    width: 60%;
}

.hamburger span:nth-of-type(1) {
  top:13px; 
}

.hamburger span:nth-of-type(2) {
  top:19px;
}

.hamburger span:nth-of-type(3) {
  top:25px;
}

.hamburger span:nth-of-type(3)::after {
    content: "MENU";
    position: absolute;
    top: 7px;
    left: -10px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
    width: 50px;
    display: block;
    transform: scale(0.85);
    letter-spacing: 0.1em;
}

.header__nav.active {
    transform: translateY(0);
    transition: ease .2s;
    opacity: 1;
}

.hamburger.active span:nth-of-type(1) {
    top: 12px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
    top: 24px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
.hamburger.active span:nth-of-type(3)::after {
    content: "CLOSE";
    transform: scale(0.85) translateY(0) rotate(-45deg);
    top: 9px;
    left: 1px;
}

@keyframes arrow_right {
0% {
    background-position: center right 30px;
    opacity:0;
}
100% {
    background-position: center right 7px;
    opacity:1;
}
}

.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100svh;
}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1.06);
  transition:
    opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.image-crossfader-inner:nth-child(1) {
  background: -webkit-linear-gradient(180deg, #00040c24 10%, #00040c24 50%, #00040c82 90%),url("../images/header-a.jpg");
  background: linear-gradient(180deg, #00040c24 10%, #00040c24 50%, #00040c82 90%),url("../images/header-a.jpg");
    background-size: auto 100%;
    background-position: center;
}
.image-crossfader-inner:nth-child(2) {
  background: -webkit-linear-gradient(180deg, #00040c24 10%, #00040c24 50%, #00040c82 90%),url("../images/header-b.jpg");
  background: linear-gradient(180deg, #00040c24 10%, #00040c24 50%, #00040c82 90%),url("../images/header-b.jpg");
  background-size: auto 100%;
  background-position: center;

}


#catchcopy {
    position: absolute;
    padding: 0 15px;
    color: #fff;
    z-index: 1;
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.catcheng {
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.3em;
    font-size: 10px;
    display: inline-block;
    background: linear-gradient(220.55deg, #789bff 0%, #b3fbff 100%);
    background: -webkit-linear-gradient(220.55deg, #789bff 0%, #b3fbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#catchcopy .catcheng {
	background: linear-gradient(220.55deg, #FFF 0%, #FFF 100%);
	background: -webkit-linear-gradient(220.55deg, #FFF 0%, #FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}


#catchcopy h3 { 
	font-size: 12px;
    font-weight: 400;
}

#catchcopy img {
    width: 60%;
    opacity: 0.8;
}


/*(scrolldown)-------------------------------------------*/

.scrolldown {
    position: absolute;
    right: 20px;
    bottom: 30px;
    height: 50px;
    z-index: 1;
}

.scrolldown span{
  position: absolute;
  left:-12px;
  top: -40px;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  width: 1px;
  height: 40px;
  background: #fff;
  animation: pathmove 1.5s ease-in-out infinite;
  opacity:0;
}



#pc_header h2 {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 800;
    width: 100%;
}


    .header__nav {
        background: linear-gradient(220.55deg, #1852a0f0 0%, #ffffffe3 50% 50%);
        z-index: 1;
        backdrop-filter: blur(4px);
    }

.header__nav.active {
    position: fixed;
    top: 0;
}

.header__nav.active ul::after {
	display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(220.55deg, #234a7c 0%, #04091c 100%);
    background: -webkit-linear-gradient(220.55deg, #234a7c 0%, #04091c 100%);
    animation-name: splashtop;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes splashtop{
  0% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:top;
  }
  60% {
    opacity:1;
  }
  100% {
    transform-origin:top;
    transform:scaleY(0);
    opacity:0.6;
  }
}

/*(box_inner)-------------------------------------------*/

.box_inner {
    max-width: 100%;
    padding: 40px 25px;
}

.box_inners {
    max-width: 100%;
    padding: 25px 60px;
}


/*(access)-------------------------------------------*/

.access {
    background: #0000000a;
}

.accessp {
    display: inline-block;
    font-size: 11px;
    background: #bbb;
    padding: 5px 10px;
    margin: 0 0 15px;
    color: #fff;
}

.access ul li {
    font-size: 12px;
    padding: 3px 6px;
}


/*(footer)-------------------------------------------*/

footer {
    padding-top: 0px;
}

#copyright {
    display: block;
    text-align: center;
}

#footer_logo img {
    width: 40%;
    opacity: 0.6;
}

.footer_menu {
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    width: 50%;
    font-size: 12px;
    background: #e7e7e7;
}

.footer_menu li:first-of-type {}

.footer_menu li a {
    display: block;
    padding: 10px;
}

.footer_menu li:first-of-type {
    border-right: 1px #fff solid;
}

address {
    font-style: normal;
    color: #777;
    display: block;
    padding: 10px 0 3px 0;
    font-size: 10px;
    transform: scale(0.8);
}

.ct-btn a {font-size: 16px!important;margin: 20px auto 25px auto!important;}
.ct-btns a {font-size: 16px!important;}



/*(secondary)-------------------------------------------*/

#secondary h3 {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    border-bottom: 1px solid #e7e7e7;
}

#secondary h3.ans {
    text-align: center;
    border: none!important;
}

#secondary h4 {
    text-align: center;
    color: #412202;
    border-bottom: 2px #5d3914 solid;
    padding: 15px;
    margin: 20px 0;
    background: #41220217;
}

#secondary h5 {
    background: #87827e;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
}

#secondary .strength-clip {
    background: url(../images/vision.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    margin: 0!important;
    color: #fff;
}

#secondary .asset-clip {
    background: url(../images/asset.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    margin: 0!important;
    color: #fff;
}

#secondary .investment-clip {
    background: url(../images/investment.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    margin: 0!important;
    color: #fff;
}

#secondary .inheritance-clip {
    background: url(../images/inheritance.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    margin: 0!important;
    color: #fff;
}

#secondary .appraisal-clip {
    background: url(../images/appraisal.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    margin: 0!important;
    color: #fff;
}


.q-a {
    border: solid 2px #e3e0dd;
    padding: 0.3em 0.5em;
    position: relative;
    color: #684f37;
    list-style-type: none;
    margin: 20px 0px;
}

.q-a li {
    line-height: 1.5;
    padding: 1em 0 1em 2em;
    border-bottom: dashed 1px #d6d3d0;
    font-size: 13px;
}

.q-a li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f14a";
  left : 0.75em;
  color: #684f37;
}

.q-a li:last-of-type,.list2 ol li:last-of-type{
  border-bottom: none;
}


#comparison_list {
    margin: 15px 0 30px 0;
}

.list_h {
    width: 20%;
}

#comparison_list th {
    background: #e9e9e8;
    padding: 20px 6px;
}

#comparison_list td {
    width: 40%!important;
    font-size: 13px;
    border: 1px #e9e9e8 solid;
}