@charset "utf-8";


/*(共通設定)-----------------------------------------------------------------*/

* {padding: 0;margin: 0;}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}


body {
	font-family: "Noto Sans JP", MyYuGothicM, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    line-height: 2.2;
    width: 100%;
    overflow: visible;
	margin: 0;
	padding: 0;
}

#wrapper {overflow: hidden;background: #fbfbfb;}
.wh {color: #fff!important;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.small {font-size:12px;transform:scale(1.0);}
.ssmall {
    font-size: 12px;
    transform: scale(0.8);
    display: block;
    text-align: center;
}


section {width: 100%;margin: 40px 0;padding: 40px 0;}
.box_inner {display: block;max-width: 1200px;width: 100%;margin: 0 auto;}


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

header  {margin: 0;padding: 0!important;}

menu {margin: 0;padding: 0!important;}

.header {
    height: 60px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0px;
    background: #ffffffcc;
    /* mix-blend-mode: difference; */
    backdrop-filter: blur(12px);
}

.mix-blend {
    mix-blend-mode: normal!important;
}
.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header__title {
  width: 120px;
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateY(100%);
    background-color: #fff;
    transition: ease .2s;
    opacity: 0;
}


.nav-items {
  padding-top: 200px;
  padding-bottom: 200px;
}

.nav-items__item a {
    color: black;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
    font-weight: 600;
}

.nav-items__item a {
 background: 
      linear-gradient(currentColor 0 0) 
      bottom /var(--d, 10px) 1px 
      no-repeat;
  transition:0.5s;
}
.nav-items__item a:hover {
 --d: 80%;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

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




/*(table)-------------------------------------------*/

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
    background-color: #fff;
    padding: 0.35em;
    border-bottom: 1px solid #fbfbfb;
}

table tr:last-of-type {
    border-bottom: 0;
}

table th{
  padding: 2em;
}

table td {
    padding: 2em 1em;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #50535d;
  color:#fff;
}

th.non {
    border-right: none;
}
.txt{
   text-align: left;
   font-size: .75em;
}

table .btnarea td {
  padding: .2em .5em;
  border-right:none
}

.company tbody th {
    width: 30%;
    font-weight: 600;
    border-right: 1px #fbfbfb solid;
    font-size: .75em;
    background: #f3f3f3c7;
}

.company img {
    display: block;
    padding: 10px 0;
    width: 50%;
}


/*(slash)-------------------------------------------*/

.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
 
.slash::before,
.slash::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  margin: 0px 14px 0px;
}
 
.slash::before {
  transform: rotate(45deg);
}
 
.slash::after {
  transform: rotate(-45deg);
}


/*(ytube)-------------------------------------------*/
.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
   iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }
    a {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }
}


/*(entry)-------------------------------------------*/

#entry {
    margin-bottom: 25px;
}

#entry .entry_btn {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px 5px;
    border: 1px #d1d1d1 solid;
    background: #0000000d;
    font-weight: 600;
}

.entry_sub {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
    color: #2b529e;
    text-decoration: underline;
}


/*(btn)-------------------------------------------*/

.btn{
  background:#e81010;
  border: 2px solid #e81010;
  color:#fff;
  padding: 1em;
  border-radius:20px;
  display:block;
  text-decoration:none;
  font-size:.8em
}

.btn:hover{
  background: #fff;
  border: 2px solid #e81010;
  color: #e81010;
  transition: .2s;
}


/*(/1600～)-----------------------------------------------------------------*/

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

.header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%!important;
  }
  }


/*(/1100～)-----------------------------------------------------------------*/

@media screen and (min-width: 1100px) {
.pc_none {display: none!important;}
.spbr {display: block;}
.pcbr {display: none;}

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

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

h1 {
    opacity: 0.9;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    font-size: 22px;
    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: 15px;
    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.8rem;
    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;
}

.pad0 {
    padding: 0;
}

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

#movie {
    padding: 25px 0;
}


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

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

.botton_wh a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 50%;
    margin: auto;
    padding: 25px 0;
    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: 15px!important;
}


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


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

.botton_org a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 50%;
    margin: auto;
    padding: 25px;
    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: 15px!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 50px;
    width: 180px;
}


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

#contents {color: #000;}

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

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

#contents p {
    font-weight: 400;
    padding: 0 0 30px 0px;
    line-height: 2.5em;
    letter-spacing: 0.03em;
    font-size: 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}



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

.explanation {
    padding: 0;
}	

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

#catchcopy h2 {
    padding: 0 40px;
}

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


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

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

#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: 12px;
    padding: 5px 20px;
    border-radius: 30px;
    background: #214791;
    color: #fff;
}

.ul_news a {
    font-size: 14px;
    font-weight: 600;
    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: 30px;
    position: relative;
    margin: -75px 0 30px 0;
    box-shadow: none;
    z-index: 2;
    background: #fbfbfb;
}

.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: 14px;
    line-height: 2.2em;
    margin: 20px 0px;
}

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

.trunk_title {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 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: 13px;
}

.trunk td {
    width: 75%;
    padding: 20px;
    font-size: 13px;
    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: 13px;
    background: #f3f3f3c7;
}

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

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

.contact_sub {
    font-size: 15px!important;
}


.company tbody th {
    font-size: 13px;
}

.company tbody td {
    font-size: 13px;
    padding: 20px;
}

.company img {
    width: 150px;
    padding: 20px 0;
}

/*(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:bottom;
    padding: 250px 0 250px 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: 250px 0 250px 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: 250px 0 250px 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: 250px 0 250px 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: 250px 0 250px 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)-------------------------------------------*/

#vision {
    text-shadow: 0 0 10px #00000038;
}

.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)-------------------------------------------*/

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


.header__nav {
    background: 0;
    z-index: 1;
    backdrop-filter: none;
    opacity: 1;
}

.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 {
    height: 80px;
    width: 100%;
    z-index: 99;
}

.header__inner {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header__title {
    width: 190px;
    margin: 10px 0 0 0;
}
  
.header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 70%;
  }

.nav-items__item {
    padding: 0;
}

.nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }

.nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
  }

.nav-items__item a {
    margin-bottom: 0;
  }

.nav-items__item a {
    color: #003479;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
    padding-bottom: 5px;
}

.nav-items__item a:hover {
    --d: 100%;
    color: #a7801a;
}

#js-hamburger {
    display: none!important;
}


.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-pc.jpg");
  background: linear-gradient(180deg, #00040c24 10%, #00040c24 50%, #00040c82 90%),url("../images/header-a-pc.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-pc.jpg");
  background: linear-gradient(180deg, #00040c24 10%, #00040c24 50%, #00040c82 90%),url("../images/header-b-pc.jpg");
  background-size: auto 100%;
  background-position: center;

}


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

#catchcopy p {
    font-size: 3.2em;
    text-shadow: 0 0 10px #00000038;
}

.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 h2 {
    width: 590px;
    margin: 0 auto;
    font-size: 0.8em;
    text-shadow: 0 0 10px #00000038;
}

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




@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: 960px;
    padding: 25px;
}

.box_inners {
    max-width: 960px;
    padding: 40px 25px;
    margin: 0 auto;
}


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

.access {
    background: #0000000a;
}

.accessp {
    display: inline-block;
    font-size: 13px;
    background: #bbb;
    padding: 5px 20px;
    margin: 0 0 15px;
    color: #fff;
    border-radius: 20px;
}

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

.access iframe {
    height: 450px!important;
}

/*(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: 20px;
}

.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: 10px 0 20px 0;
    margin: 10px 0 20px 0;
    font-size: 16px;
    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: 30px 0;
    background: #41220217;
}

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

.secondary_photo {
    max-width: 960px;
    padding: 0 25px;
    margin: 0 auto;
}

.secondary_photo img {
    border-radius: 20px;
    box-shadow: 0 0 6px #0000001a;
}

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

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

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

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

#secondary .appraisal-clip {
    background: url(../images/appraisal.jpg);
    background-size: cover;
    background-position: center;
    height: 650px;
    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: 15px;
}

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

}
