@charset "UTF-8";
.en {font-family: 'Oswald', sans-serif;}
.jp {font-family: 'Noto Sans JP', sans-serif;}

.pagelnc-pt {padding-top: 165px;}
@media screen and (max-width: 980px){
  .pagelnc-pt {padding-top: 135px;}
}
@media screen and (max-width: 768px){
  .pagelnc-pt {padding-top: 100px;}
}

/***** -- HEADER -- *****/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 65px;
  background-color: #fff;
  opacity: 1;
  transition: background-color .2s;
}
.headerFix .header-wrap {}
.header-inner {height: inherit;}
.header-logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  z-index: 1;
}
.header-logo a {display: block;}
.header-logo img {width: 190px;}
.header-nav {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  letter-spacing: -.40em;
}
#investment .header-nav, #invest .header-nav {
  left: 225px;
  transform: translate(0,-50%);
  width: auto;
}
.header-nav > * {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 65px;
  margin-right: 30px;
  letter-spacing: normal;
}
.header-nav > *::after {
  display: none;
  position: absolute;
  width: 1px;
  height: 10px;
  top: 50%;
  right: -10px;
  background-color: #000;
  transform: translate(0,-50%);
  content: '';
}
.header-nav > *:last-child::after {display: none;}
.header-nav > *:last-child {margin-right: 0;}
.header-nav > *:hover {background-color: #fff;}
.header-nav > * > p {
  color: #fff;
  cursor: pointer;
}
.header-nav > *:hover > p {color: #000;}
.header-nav > *:hover > a, .header-nav > *.is_active > a {color: #00aeff;}
.header-nav_area {
  position: absolute;
  top: 64px;
  left: 0;
  width: 200px;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-top: none;
  transition: all .2s ease;
  transform: scaleY(0);
  transform-origin: top center;
  z-index: -1;
  opacity: 0;
}
.header-nav > *:hover .header-nav_area {
  background-color: #fff;
  transform: scaleY(1);
  opacity: 1;
}
.header-nav_area > a {
  display: block;
  position: relative;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #f1f1f1;
  transition: all .3s ease;
}
.header-nav_area > a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: bold;
  color: #000;
  transform: translate(0,-50%);
  transition: all .3s ease;
  content: "\f105";
}
.header-nav_area > a:hover {background-color: #f1f1f1;}
.header-nav_area > a:hover::after {}
.header-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  letter-spacing: -.40em;
  cursor: pointer;
}
.header-icon > * {
  display: inline-block;
  position: relative;
  width: 105px;
  height: 50px;
  margin-right: 0;
  background-size: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top 5px center;
  transition: all .2s ease;
  letter-spacing: normal;
}
.header-icon > *:nth-child(1) {
  background-size: 25px;
  background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-owner.png);
}
.header-icon > *:nth-child(2) {
  background-size: 22px;
  background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-resident.png);
}
.header-icon > *:nth-child(3) {
  background-size: 26px;
  background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-search.png);
}
.header-icon > *:last-child {margin-right: 0;}
.header-icon > * span {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  transition: all .2s ease;
}
.header-icon > *:hover {}
.header-icon > *:nth-child(1):hover {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-owner_hover2.png);}
.header-icon > *:nth-child(2):hover {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-resident_hover2.png);}
.header-icon > *:nth-child(3):hover {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-search_hover2.png);}
.header-icon > *:hover span {color: #00aeff;}
.header-menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  width: 65px;
  height: inherit;
  cursor: pointer;
}
.header-menu span {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 40px;
  height: 1px;
  transform: translate(0,-50%);
  background-color: #000;
  transition: background-color .2s;
}
.header-menu span::before, .header-menu span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 1px;
  background-color: #000;
  transition: background-color .3s cubic-bezier(.215,.61,.355,1), transform .3s cubic-bezier(.215,.61,.355,1);
}
.header-menu span::before {top: -8px;}
.header-menu span::after  {top: 8px;}
.header-menu:hover {background-color: #fff;}
.header-menu:hover span, .header-menu:hover span::before, .header-menu:hover span::after {background-color: #000;}
.header-menu_area {
  display: none;
  position: absolute;
  top: 64px;
  right: 0;
  width: 200px;
  font-size: 13px;
  font-weight: bold;
  line-height: 65px;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-top: none;
  transition: all .2s ease;
  transform: scaleY(0);
  transform-origin: top center;
  z-index: -1;
  opacity: 0;
}
.header-menu:hover .header-menu_area {
  background-color: #fff;
  transform: scaleY(1);
  opacity: 1;
}
.header-menu_area > a {
  display: block;
  position: relative;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.header-menu_area > a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: bold;
  color: #000;
  transform: translate(0,-50%);
  transition: all .2s ease;
  content: "\f105";
}
.header-menu_area > a:hover {background-color: #f1f1f1;}
.header-menu_area > a:hover::after {}
.header-tel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  cursor: pointer;
}
.header-tel a {display: block;}
.header-tel img {
  width: auto;
  height: 40px;
}
.globalNav-wrap {
  display: block;
  position: fixed;
  left: 0;
  top: 65px;
  width: 100%;
  padding: 10px;
  background: -webkit-linear-gradient(left, #29aba9, #2abfe6);
  background: -moz-linear-gradient(left, #29aba9, #2abfe6);
  background: linear-gradient(to right, #29aba9, #2abfe6);
  z-index: 98;
}
.globalNav-nav {
  display: block;
  text-align: right;
  letter-spacing: -.40em;
}
.globalNav-nav > * {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  letter-spacing: normal;
}
.globalNav-nav > * a {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.menuNav-wrap {
  display: block;
  position: fixed;
  left: 0;
  top: 65px;
  width: 100%;
  max-height: 80vh;
  background: -webkit-linear-gradient(left, #46b4b5, #47c6e7);
  background: -moz-linear-gradient(left, #46b4b5, #47c6e7);
  background: linear-gradient(to right, #46b4b5, #47c6e7);
  z-index: 98;
  overflow: hidden;
}
.menuNav-nav > * {
  position: relative;
  width: 20%;
}
.menuNav-nav > *::after {
  position: absolute;
  width: 1px;
  height: 80%;
  top: 50%;
  right: 0;
  background-color: #a2e2ec;
  transform: translate(0,-50%);
  content: '';
}
.menuNav-nav > *:last-child::after {display: none;}
.menuNav-nav > * > p, .menuNav-nav > * > a {
  display: block;
  position: relative;
  height: 60px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
}
.menuNav-nav > *:hover > p, .menuNav-nav > *:hover > a {color: #45b6b8;}
.menuNav-nav > * > p::before, .menuNav-nav > * > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  background-color: #fff;
  transition: all .2s ease;
  content: '';
}
.menuNav-nav > *:hover > p::before, .menuNav-nav > *:hover > a::before {
  width: 99%;
  height: 100%;
}
.menuNav-nav > * > p span, .menuNav-nav > * > a span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}
.menuNav-nav-area {
  position: fixed;
  top: 158px;
  left: 50%;
  max-width: 1100px;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  padding: 30px 0 15px;
  background-color: transparent;
  border: 2px solid #f1f1f1;
  border-top: none;
  transition: all .2s ease;
  transform: translate(-50%,0) scaleY(0);
  transform-origin: top center;
  z-index: 10;
  opacity: 0;
}
.menuNav-nav > *:hover .menuNav-nav-area {
  background-color: #fff;
  transform: translate(-50%,0) scaleY(1);
  opacity: 1;
}
.menuNav-nav-area > a {
  display: block;
  position: relative;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.menuNav-nav-area > a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: bold;
  color: #000;
  transform: translate(0,-50%);
  transition: all .2s ease;
  content: "\f105";
}
.menuNav-nav-area > a:hover {background-color: #f1f1f1;}
.menuNav-nav-area > a:hover::after {}
.menuNav-nav-area_link {
  width: 90%;
  margin: auto;
}
.menuNav-nav-area_link > * {
  display: block;
  position: relative;
  width: 32%;
  height: 60px;
  text-align: center;
  line-height: 1.5;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  border: 1px solid #22adad;
}
.menuNav-nav-area_link > *:nth-child(3n) {margin-right: 0;}
.menuNav-nav-area_link > *:hover {
  color: #fff;
  background-color: #22adad;
}
.menuNav-nav-area_link > * > span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}
.menuNav-nav-triger {
  display: none;
  position: relative;
  height: 35px;
}
.menuNav-nav-triger::after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  transform: translate(0,-50%);
  transition: all .2s ease;
  content: '\f067';
}
.menuNav-nav-triger.is_active::after {content: '\f068';}
.drawer_open .header-wrap {}
.drawer_open .header-menu span {background-color: transparent;}
.drawer_open .header-menu span::before, .drawer_open .header-menu span::after {transition-delay: 0s, .3s;}
.drawer_open .header-menu span::before {transform: translateY(10px) rotate(45deg);}
.drawer_open .header-menu span::after {transform: translateY(-6px) rotate(-45deg);}
@media screen and (max-width: 1200px){
  .header-nav > * {margin-right: 25px;}
  .menuNav-nav-area {width: 95%;}
}
@media screen and (max-width: 1100px){
  .header-inner {width: 95%;}
  #investment .header-nav, #invest .header-nav {left: 190px;}
  #investment .header-nav, #invest .header-nav > * {
    font-size: 13px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px){
  .header-nav {display: none;}
  .header-menu {display: block;}
  .header-icon {right: 70px;}
  .globalNav-wrap {display: none;}
  .menuNav-wrap {top: 65px;}
  .menuNav-nav > * > p {font-size: 12px;}
  .menuNav-nav-area {top: 125px;}
}
@media screen and (max-width: 768px){
  .header-wrap {height: 55px;}
  .header-logo img {width: 150px;}
  .header-icon {right: 55px;}
  .header-icon > * {
    width: 105px;
    height: 45px;
  }
  .header-icon > *:nth-child(1) {background-size: 22px;}
  .header-icon > *:nth-child(2) {background-size: 20px;}
  .header-menu {width: 55px;}
  .header-menu span {right: 8px;}
  .menuNav-wrap {display: none;}
  /*.menuNav-wrap {top: 55px;}*/
  .menuNav-inner {overflow-y: auto;}
  .menuNav-nav-contents {
    display: none;
    padding-bottom: 30px;
  }
  .menuNav-nav > * {width: 100%;}
  .menuNav-nav > *::after {
    position: absolute;
    width: 80%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: 50%;
    background-color: #a2e2ec;
    transform: translate(50%,0);
    content: '';
  }
  .menuNav-nav-area {
    display: none;
    position: static;
    margin: 5px auto;
    background-color: #fff;
    transition: unset;
    transform: unset;
    transform-origin: unset;
    opacity: 1;
  }
  .menuNav-nav > * > p::before, .menuNav-nav > * > a::before {display: none;}
  .menuNav-nav > *:hover > p {color: #fff;}
  .menuNav-nav > *:hover .menuNav-nav-area {
    background-color: #fff;
    transform: unset;
  }
  .menuNav-nav-area_link > * {width: 49%;}
  .menuNav-nav-area_link > *:nth-child(3n) {margin-right: 2%;}
  .menuNav-nav-area_link > *:nth-child(2n) {margin-right: 0;}
  .menuNav-nav-triger {display: block;}
/*
  .header-menu:hover {background-color: #000;}
  .header-menu:hover span, .header-menu:hover span::before, .header-menu:hover span::after {background-color: #fff;}
  .header-menu_area {display: none;}
*/
}
@media screen and (max-width: 640px){
  .header-icon {display: none;}
}
@media screen and (max-width: 480px){
  .header-wrap {height: 50px;}
  .header-logo img {width: 150px;}
  .header-menu {width: 50px;}
  .header-menu span {right: 5px;}
  .header-tel {display: none;}
  .menuNav-wrap {dispaly: none;}
  /*.menuNav-wrap {top: 50px;}*/
  .menuNav-nav-area_link > * {
    width: 100%;
    margin-right: 0;
  }
  .menuNav-nav-area_link > *:nth-child(3n) {margin-right: 0;}
}

/***** -- FOOTER -- *****/
.footer-wrap {
  position: relative;
  padding: 40px 0 10px;
  background-color: #9b9b9b;
  z-index: 1;
}
.form-footer-wrap {
  position: relative;
  padding: 40px 0 10px;
  background-color: #9b9b9b;
  z-index: 1;
}
.footer-contents {}
.footer-contents > * {
  width: 25%;
  padding: 0 10px 20px;
}
.footer-contents-link {}
.footer-contents-link > a {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-top: 25px;
  text-decoration: underline;
}
.footer-contents-link > a:first-child {margin-top: 0;}
.footer-contents-link > a:hover {text-decoration: none;}
.footer-contents-title {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.footer-copy {
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
  letter-spacing: 1px;
}
.footer-copy a {color: #fff;}
@media screen and (max-width: 980px){
  .footer-contents-link > a {
    font-size: 13px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px){
  .footer-contents > * {
    width: 50%;
    padding: 0 10px 40px;
  }
}
@media screen and (max-width: 640px){
  .footer-wrap {padding: 40px 0 80px}
}
@media screen and (max-width: 640px){
  .form-footer-wrap {padding: 5px 0 30px}
}
@media screen and (max-width: 370px){
  .footer-contents > * {
    width: 100%;
    padding: 0 10px 40px;
  }
}

/***** -- HEADING -- *****/
.heading {
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
}
.heading > * {position: relative;}
.heading > *:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  color: #000;
  letter-spacing: 4px;
}
.heading > *:nth-child(1) span {
  display: inline-block;
  position: relative;
}
.heading > *:nth-child(1) span::before {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: '';
}
.heading > *:nth-child(2) {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  margin-top: 20px;
}
.heading > *:nth-child(2) span {
  position: relative;
  display: inline-block;
}
.heading > *:nth-child(2) span::before,
.heading > *:nth-child(2) span::after {
  /*display: none;*/
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: translate(0,-50%);
  content: '';
}
.heading > *:nth-child(2) span::before {right: 110%;}
.heading > *:nth-child(2) span::after {left: 110%;}
.heading.is_type01 > *:nth-child(1), .heading.is_type01 > *:nth-child(2) {color: #fff;}
.heading.is_type01 > *:nth-child(1) span::before,
.heading.is_type01 > *:nth-child(2) span::before,
.heading.is_type01 > *:nth-child(2) span::after {background-color: #000;}
@media screen and (max-width: 980px){
  .heading > *:nth-child(2) {
    font-size: 26px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px){
  .heading > *:nth-child(1) {font-size: 16px;}
  .heading > *:nth-child(2) {font-size: 24px;}
}
@media screen and (max-width: 480px){
  .heading > *:nth-child(1) {font-size: 13px;}
  .heading > *:nth-child(2) {
    font-size: 20px;
    margin-top: 10px;
  }
}

/***** -- breadcrumb -- ******/
.breadcrumb-wrap {
  display: block;
  margin-top: 125px;
  padding: 5px;
  background-color: #ececec;
}
.breadcrumb-wrap.is_hidden {padding: 0;}
.breadcrumb-inner {letter-spacing: -.40em;}
.breadcrumb-inner > * {
  display: inline-block;
  line-height: 1.5;
  margin-right: 10px;
  vertical-align: middle;
  letter-spacing: normal;
}
.breadcrumb-inner > *:last-child {margin-right: 0;}
.breadcrumb-inner > *:nth-child(odd) {
  font-size: 12px;
  padding: 3px 9px;
  background-color: #fff;
  border-radius: 25px;
}
.breadcrumb-inner > *:nth-child(even) {font-size: 15px;}
.breadcrumb-inner div a:hover {color: #00aeff;}
@media screen and (max-width: 980px){
  .breadcrumb-wrap {margin-top: 125px;}
}
@media screen and (max-width: 768px){
  .breadcrumb-wrap {display: none;}
}

/***** -- MV -- *****/
.mv-wrap {
  position: relative;
  width: 100%;
  background-color: #000;
  z-index: 1;
}
#home .mv-wrap, #insurance .mv-wrap {margin-top: 98px;}
#investment .mv-wrap {margin-top: 125px;}
.mv-slider {overflow: hidden;}
.mv-slider-img {width: 100%;}
.mv-slider-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.mv-slider-bg::before {
  display: block;
  padding-top: 29.25%;
  content: '';
}
.mv-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#home .mv-bg, #investment .mv-bg, #insurance .mv-bg {background-position: top center;}
.mv-bg::before {
  display: block;
  padding-top: 300px;
  content: '';
}
#home .mv-bg::before, #insurance .mv-bg::before {padding-top: 42%;}
#investment .mv-bg::before {padding-top: 47%;}
.mv-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 150, 136, 0.3);
  content: '';
}
#home .mv-bg::after, #investment .mv-bg::after , #insurance .mv-bg::after {display: none;}
.mv-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mv-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.mv-title > .main {
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1vw;
}
.mv-title .sub {
  font-size: 2vw;
  font-weight: bold;
  color: #fff;
  margin-top: 1vw;
}
.mv-lead {
  position: absolute;
  left: 0;
  top: 200px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.mv-img {width: 100%;}
.mv-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px){
  #home .mv-wrap, #insurance .mv-wrap {margin-top: 65px;}
  #investment .mv-wrap {margin-top: 125px;}
  .mv-lead {font-size: 16px;}
}
@media screen and (max-width: 768px){
  #home .mv-wrap, #insurance .mv-wrap {margin-top: 55px;}
  #investment .mv-wrap {margin-top: 90px;}
  .mv-wrap {margin-top: 90px;}
  .mv-slider-bg::before {padding-top: 52.25%;}
  .mv-bg::before {padding-top: 200px;}
  .mv-title {font-size: 24px;}
  .mv-title > .main {font-size: 6vw;}
  .mv-title .sub {
    font-size: 3vw;
    margin-top: 1.5vw;
  }
  .mv-lead {display: none;}
}
@media screen and (max-width: 480px){
  #home .mv-wrap, #insurance .mv-wrap {margin-top: 50px;}
  #investment .mv-wrap {margin-top: 85px;}
  #home .mv-bg, #investment .mv-bg {
    background-size: 120%;
    background-position: center;
  }
  #home .mv-bg::before, #investment .mv-bg::before {padding-top: 52%;}
  .mv-wrap {margin-top: 85px;}
  .mv-slider-img {width: 100%;}
  .mv-title {font-size: 5vw;}
}

/***** -- LOADER -- *****/
@keyframes am-loader-rotate {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.loader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
}
.loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.loader-contents {
  width: 50px;
  height: 50px;
  border-top: 3px solid #cbff60;
  border-right: 3px solid #cbff60;
  border-bottom: 3px solid #cbff60;
  border-left: 3px solid #8fc323;
  border-radius: 50%;
  animation: am-loader-rotate 1.1s infinite linear;
}

/* ------------------------------ TOP ------------------------------ */
.loginbtn-wrap {
  padding: 50px 0;
  background-color: #fff;
}
.loginbtn-inner {}
.loginbtn-btn {text-align: center;}
.loginbtn-btn > * {margin-right: 50px;}
.loginbtn-btn > *:last-child {margin-right: 0;}
.btn-owner span::before, .btn-resident span::before {
  width: 40px;
  height: 40px;
}
.btn-key span::before, .btn-search span::before {
  left: 25px;
  width: 25px;
  height: 25px;
}
.btn-owner span::before {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-owner.png);}
.btn-owner:hover span::before {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-owner_hover.png);}
.btn-resident span::before {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-book.png);}
.btn-resident:hover span::before {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-book_hover.png);}
.btn-key span::before {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-key.png);}
.btn-key:hover span::before {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-key_hover.png);}
.btn-search span::before {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-search.png);}
.btn-search:hover span::before {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-search_hover.png);}
@media screen and (max-width: 980px){
  .loginbtn-btn > * {margin-right: 20px;}
}
@media screen and (max-width: 768px){
  .loginbtn-btn > * {margin-right: 0;}
  .loginbtn-btn > *:last-child {margin-top: 20px;}
}
@media screen and (max-width: 480px){
  .loginbtn-wrap {padding: 25px 0;}
  .btn-key span::before, .btn-search span::before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
}

.number-wrap {
  position: relative;
  padding: 50px 0;
  background-color: #eee;
  z-index: 1;
}
.number-inner {margin-top: 40px;}
.number-flex > * {}
.number-flex > * {
  position: relative;
  width: calc((100% - (50px * 3)) / 4);
  margin-right: 50px;
}
.number-flex > *:nth-child(1) {background-color: rgba(41, 171, 133, 0.6);}
.number-flex > *:nth-child(2) {background-color: rgba(41, 173, 175, 0.6);}
.number-flex > *:nth-child(3) {background-color: rgba(43, 185, 211, 0.6);}
.number-flex > *:nth-child(4) {background-color: rgba(44, 172, 231, 0.6);}
.number-flex > *:nth-child(4n) {margin-right: 0;}
.number-flex > *:last-child {margin-right: 0;}
.number-flex > *::before {
  display: block;
  padding-top: 100%;
  content: '';
}
.number-contents {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
}
.number-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 5px;
}
.number-title span {
  display: inline-block;
  position: relative;
}
.number-title sup {
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 10px;
}
.number-value {
  display: inline-block;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  color: #fff;
  margin-top: 20px;
}
.number-value::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: '';
}
.number-value span {
  font-size: 40%;
  margin-left: 5px;
}
.number-subcontents {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.number-subcontents > * {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.number-subcontents > *:nth-child(1) {font-size: 15px;}
.number-subcontents > *:nth-child(1) span {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin: 0 5px;
  letter-spacing: 1px;
}
.number-date {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 5px auto 35px;
}
.number-memo {
  width: 100%;
  max-width: 320px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
  margin: 20px auto 0;
}
.number-memo sup {
  font-size: 10px;
  vertical-align: super;
}
@media screen and (max-width: 1200px){
  .number-title {font-size: 2vw;}
  .number-value {font-size: 4vw;}
  .number-subcontents {bottom: 15px;}
  .number-subcontents > * {font-size: 1vw;}
  .number-subcontents > *:nth-child(1) {font-size: 1.5vw;}
  .number-subcontents > *:nth-child(1) span {font-size: 2vw;}
}
@media screen and (max-width: 980px){
  .number-flex > * {
    width: calc((100% - (20px * 3)) / 4);
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px){
  .number-inner {width: 80%;}
  .number-flex > * {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .number-flex > *:nth-child(2n) {margin-right: 0;}
  .number-title {font-size: 4vw;}
  .number-value {font-size: 8vw;}
  .number-subcontents {bottom: 5%;}
  .number-subcontents > * {font-size: 1.5vw;}
  .number-subcontents > *:nth-child(1) {font-size: 2.5vw;}
  .number-subcontents > *:nth-child(1) span {font-size: 3.5vw;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .number-wrap {padding: 25px 0;}
  .number-inner {width: 90%;}
  .number-memo {font-size: 11px;}
  .number-date {font-size: 12px;}
}
@media screen and (max-width: 370px){}

.individual-wrap {
  position: relative;
  padding: 0 0 50px;
  background: -webkit-linear-gradient(top, #40c3ac, #50acb7);
  background: -moz-linear-gradient(top, #40c3ac, #50acb7);
  background: linear-gradient(to bottom, #40c3ac, #50acb7);
  background-color: #50acb7;
  z-index: 1;
}
.individual-heading {
  position: relative;
  background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/img-home-individual_001.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.individual-heading::before {
  display: block;
  padding-top: 22.29%;
  content: '';
}
.individual-heading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.individual-heading > * {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.individual-inner {
  width: 99%;
  margin: 40px auto 0;
}
.individual-flex {}
.individual-flex > * {
  position: relative;
  width: calc(99% / 3);
}
.individual-flex > *::after {
  position: absolute;
  width: 1px;
  height: 80%;
  top: 50%;
  right: 0;
  background-color: #fff;
  transform: translate(0,-50%);
  content: '';
}
.individual-flex > *:nth-child(3n)::after {display: none;}
.individual-flex > *:nth-child(n+4)::before {
  position: absolute;
  width: 80%;
  height: 1px;
  top: 0;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%,0);
  content: '';
}
.individual-flex > * > a {
  display: block;
  position: relative;
  padding: 30px 10px;
}
.individual-flex > * > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 20px;
  transition: all .2s ease;
  content: '';
}
.individual-flex > * > a:hover::before {
  width: 100%;
  height: 100%;
}
.individual-img {text-align: center;}
.individual-img img {
  width: auto;
  height: 100px;
}
.individual-bgimg {
  position: relative;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image .2s ease;
}
.individual-flex > *:nth-child(1) > a .individual-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-individual_001.png);}
.individual-flex > *:nth-child(2) > a .individual-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-individual_002.png);}
.individual-flex > *:nth-child(3) > a .individual-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-individual_003.png);}
.individual-flex > *:nth-child(4) > a .individual-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-individual_004.png);}
.individual-flex > *:nth-child(5) > a .individual-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-individual_005.png);}
.individual-flex > *:nth-child(1) > a:hover .individual-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-individual_001_hover.png);}
.individual-flex > *:nth-child(2) > a:hover .individual-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-individual_002_hover.png);}
.individual-flex > *:nth-child(3) > a:hover .individual-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-individual_003_hover.png);}
.individual-flex > *:nth-child(4) > a:hover .individual-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-individual_004_hover.png);}
.individual-flex > *:nth-child(5) > a:hover .individual-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-individual_005_hover.png);}
.individual-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.individual-flex > * > a:hover .individual-title {color: #46bbb0;}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .individual-heading::before {padding-top: 25%;}
  .individual-img img {height: 80px;}
}
@media screen and (max-width: 640px){
  .individual-heading::before {padding-top: 35%;}
  .individual-flex > * {width: 50%;}
  .individual-flex > *:nth-child(3n)::after {display: block;}
  .individual-flex > *:nth-child(2n)::after {display: none;}
  .individual-flex > *:nth-child(n+3)::before {
    position: absolute;
    width: 80%;
    height: 1px;
    top: 0;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%,0);
    content: '';
  }
  /* Irregular */
  .individual-flex > *:nth-child(2)::before {
    position: absolute;
    width: 80%;
    height: 1px;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%,0);
    content: '';
  }
}
@media screen and (max-width: 480px){
  .individual-wrap {padding: 0 0 30px;}
  .individual-inner {margin: 20px auto 0;}
  .individual-title {font-size: 13px;}
  .individual-bgimg {height: 50px;}
}
@media screen and (max-width: 370px){}



.corporate-wrap {
  position: relative;
  padding: 0 0 50px;
  background: -webkit-linear-gradient(top, #4692ef, #37a7e8);
  background: -moz-linear-gradient(top, #4692ef, #37a7e8);
  background: linear-gradient(to bottom, #4692ef, #37a7e8);
  background-color: #37a7e8;
  z-index: 1;
}
.corporate-heading {
  position: relative;
  background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/img-home-corporate_001.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.corporate-heading::before {
  display: block;
  padding-top: 22.29%;
  content: '';
}
.corporate-heading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.corporate-heading > * {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.corporate-inner {
  width: 99%;
  margin: 40px auto 0;
}
.corporate-flex {}
.corporate-flex > * {
  position: relative;
  width: 100%;
}
.corporate-flex > *::after {
  display: none;
  position: absolute;
  width: 1px;
  height: 80%;
  top: 50%;
  right: 0;
  background-color: #fff;
  transform: translate(0,-50%);
  content: '';
}
.corporate-flex > *:nth-child(2n)::after {display: none;}
.corporate-flex > * > a {
  display: block;
  position: relative;
  padding: 30px 10px;
}
.corporate-flex > * > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 20px;
  transition: all .2s ease;
  content: '';
}
.corporate-flex > * > a:hover::before {
  width: 100%;
  height: 100%;
}
.corporate-bgimg {
  position: relative;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image .2s ease;
}
.corporate-flex > *:nth-child(1) > a .corporate-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-corporate_001.png);}
.corporate-flex > *:nth-child(2) > a .corporate-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-corporate_002.png);}
.corporate-flex > *:nth-child(1) > a:hover .corporate-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-corporate_001_hover.png);}
.corporate-flex > *:nth-child(2) > a:hover .corporate-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-corporate_002_hover.png);}
.corporate-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.corporate-flex > * > a:hover .corporate-title {color: #3d9feb;}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .corporate-heading::before {padding-top: 25%;}
}
@media screen and (max-width: 640px){
  .corporate-heading::before {padding-top: 35%;}
}
@media screen and (max-width: 480px){
  .corporate-wrap {padding: 0 0 30px;}
  .corporate-inner {margin: 20px auto 0;}
  .corporate-title {font-size: 13px;}
  .corporate-bgimg {height: 50px;}
}
@media screen and (max-width: 370px){}



.about-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #ececec;
  z-index: 1;
}
.about-inner {}
.about-flex {margin-top: 50px;}
.about-flex > * {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.about-flex > *:nth-child(4n) {margin-right: 0;}
.about-flex > *::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all .2s ease;
  content: '';
}
.about-flex > *:hover::before {
  width: 100%;
  height: 100%;
}
.about-img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #aaa;
}
.about-img::before {
  display: block;
  padding-top: 70%;
  content: '';
}
.about-name {
  position: relative;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 20px 10px;
  background-color: #424242;
  letter-spacing: 3px;
}
.about-name::after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transform: translate(0,-50%);
  transition: all .2s ease;
  content: '\f105';
}
@media screen and (max-width: 1200px){
  .about-name {font-size: 1.25vw;}
  .about-name::after {font-size: 2.5vw;}
}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .about-wrap {padding: 75px 0;}
  .about-flex > * {width: 49%;}
  .about-flex > *:nth-child(4n) {margin-right: 2%;}
  .about-flex > *:nth-child(2n) {margin-right: 0;}
  /*.about-name {font-size: 2.5vw;}*/
  .about-name {font-size: 2.6vw;}
  .about-name::after {font-size: 4vw;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .about-wrap {padding: 50px 0;}
  .about-flex {margin-top: 25px;}
}
@media screen and (max-width: 370px){}



.media-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  z-index: 1;
}
.media-inner {}
.media-lead {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  line-height: 1.5;
}
.media-flex {margin-top: 50px;}
.media-flex > * {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.media-flex > *:nth-child(4n) {margin-right: 0;}
.media-img {
  width: 100%;
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.media-img::before {
  display: block;
  padding-top: 55%;
  content: '';
}
.media-btn {margin-top: 40px;}
@media screen and (max-width: 1200px){
  .media-name {font-size: 1.25vw;}
  .media-name::after {font-size: 2.5vw;}
}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .media-wrap {padding: 75px 0;}
  .media-lead {font-size: 13px;}
  .media-flex > * {width: 49%;}
  .media-flex > *:nth-child(4n) {margin-right: 2%;}
  .media-flex > *:nth-child(2n) {margin-right: 0;}
  .media-name {font-size: 2.5vw;}
  .media-name::after {font-size: 4vw;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .media-wrap {padding: 50px 0;}
  .media-lead {font-size: 12px;}
  .media-flex {margin-top: 25px;}
  .media-btn {margin-top: 20px;}
}
@media screen and (max-width: 370px){}



.magazine-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #ececec;
  z-index: 1;
}
.magazine-inner {}
.magazine-slider {margin-top: 25px;}
.magazine-slider-inner {
  position: relative;
  padding: 10px 50px;
}
.magazine-slider-link {
  display: block;
  position: relative;
  background-color: #424242;
}
.magazine-slider-link:hover {opacity: .6;}
.magazine-slider-img {border: 1px solid #ccc;}
.magazine-slider-img img {width: 100%;}

.magazine-slider-text {
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
  padding: 10px 10px 20px;
}
.magazine-slider-record {}
.magazine-slider-record > * {}
.magazine-slider-record > *:nth-child(1) {
  width: 60px;
  text-align: center;
  vertical-align: top;
}
.magazine-slider-record > *:nth-child(1) img {width: 100%;}
.magazine-slider-record > *:nth-child(2) {
  text-align: center;
  padding: 0 10px;
}
.magazine-slider-name {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
.magazine-slider-info {
  margin-top: 10px;
}
.magazine-btn {margin-top: 50px;}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){
  .magazine-slider-inner {padding: 10px 20px;}
}
@media screen and (max-width: 768px){
  .magazine-wrap {padding: 75px 0;}
}
@media screen and (max-width: 640px){
  .magazine-slider-record > *:nth-child(1) {width: 40px;}
}
@media screen and (max-width: 480px){
  .magazine-wrap {padding: 50px 0;}
  .magazine-slider-inner {padding: 10px 50px;}
}
@media screen and (max-width: 370px){}



.topics-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  z-index: 1;
}
.topics-inner {}
.topics-list {margin-top: 50px;}
.topics-list > * {background-color: #f1f1f1;}
.topics-list > *:nth-child(even) {background-color: #fff;}
.topics-list-info {letter-spacing: -.40em;}
.topics-list-info > * {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  letter-spacing: normal;
}
.topics-list-info_date {
  font-size: 13px;
  margin-right: 20px;
}
.topics-list-title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.5;
}
.topics-btn {margin-top: 50px;}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .topics-wrap {padding: 75px 0;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .topics-wrap {padding: 50px 0;}
  .topics-list-info_date {font-size: 12px;}
  .topics-list-title {
    font-size: 13px;
    margin-top: 10px;
  }
  .topics-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 370px){}



.bnr-wrap {
  position: relative;
  padding: 50px 0;
  background-color: #fff;
  z-index: 1;
}
.bnr-inner {}
.bnr-flex {}
.bnr-flex > * {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.bnr-flex > *:nth-child(3n) {margin-right: 0;}
.bnr-flex > * img {width: 100%;}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .bnr-wrap {padding: 30px 0;}
}
@media screen and (max-width: 640px){
  .bnr-flex > * {width: 49%;}
  .bnr-flex > *:nth-child(3n) {margin-right: 2%;}
  .bnr-flex > *:nth-child(2n) {margin-right: 0;}
}
@media screen and (max-width: 480px){}
@media screen and (max-width: 370px){}



.compliance-wrap {
  position: fixed;
  left: auto;
  right: 10px;
  bottom: -100px;
  width: auto;
  padding: 0;
  background-color: transparent;
  opacity: 0;
  transition: all .3s ease;
  z-index: 90;
}
.footerFix .compliance-wrap {
  bottom: 0;
  opacity: 1;
}
.compliance-btn {display: block;}
.compliance-btn img {width: 180px;}
.compliance-flex {display: none;}
.compliance-flex > *::after {
  position: absolute;
  width: 1px;
  height: 50%;
  top: 50%;
  right: 0;
  background-color: #fff;
  transform: translate(0,-50%);
  content: '';
}
.compliance-flex > *:first-child::before {
  position: absolute;
  width: 1px;
  height: 50%;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translate(0,-50%);
  content: '';
}
.compliance-text {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}
.compliance-text > * {margin-top: 10px;}
.compliance-text > *:first-child {margin-top: 0;}
.compliance-text .main {
  font-size: 24px;
  font-weight: bold;
}
.compliance-text .sub {
  font-size: 13px;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {
  .compliance-wrap {
    left: 0;
    right: auto;
    bottom: -100px;
    width: 100%;
    padding: 15px 0;
    background: -webkit-linear-gradient(top, #faa32a, #f8bc37);
    background: -moz-linear-gradient(top, #faa32a, #f8bc37);
    background: linear-gradient(to bottom, #faa32a, #f8bc37);
    opacity: .8!important;
  }
  .compliance-btn {display: none;}
  .compliance-flex {
    display: block;
    width: 95%;
    margin: auto;
  }
  .compliance-flex > * {
    position: relative;
    width: 100%;
  }
  .compliance-text .main {font-size: 3vw;}
  .compliance-text .sub  {font-size: 2vw;}
}
@media screen and (max-width: 480px){
  .compliance-text .main {font-size: 4.5vw;}
  .compliance-text .sub  {font-size: 3vw;}
}
@media screen and (max-width: 370px){}



.ivmPanel-wrap {
  position: relative;
  padding: 0 0 50px;
  background: -webkit-linear-gradient(top, #40c3ac, #50acb7);
  background: -moz-linear-gradient(top, #40c3ac, #50acb7);
  background: linear-gradient(to bottom, #40c3ac, #50acb7);
  background-color: #50acb7;
  z-index: 1;
}
.ivmPanel-heading {
  position: relative;
  background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/img-investment-panel_001.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.ivmPanel-heading::before {
  display: block;
  padding-top: 22.29%;
  content: '';
}
.ivmPanel-heading::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.ivmPanel-heading > * {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.ivmPanel-inner {
  width: 100%;
  max-width: 980px;
  margin: 40px auto 0;
}
.ivmPanel-flex {
  margin-top: 30px;
  overflow: hidden;
}
.ivmPanel-flex > * {
  position: relative;
  width: 50%;
}
.ivmPanel-flex > *:nth-child(1) {width: 100%;}
.ivmPanel-flex > *:nth-child(2) {width: 100%;}
.ivmPanel-flex > *::after {
  position: absolute;
  width: 1px;
  height: 80%;
  top: 50%;
  right: 0;
  background-color: #fff;
  transform: translate(0,-50%);
  content: '';
}
.ivmPanel-flex > *:nth-child(1)::after, .ivmPanel-flex > *:nth-child(2)::after {
  width: 95%;
  height: 1px;
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  transform: translate(-50%,0);
}
.ivmPanel-flex > *:last-child::after {display: none;}
.ivmPanel-flex > * > a {
  display: block;
  position: relative;
  padding: 30px 10px;
}
.ivmPanel-flex > * > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  background-color: #fff;
  border-radius: 20px;
  transition: all .2s ease;
  content: '';
}
@media screen and (min-width: 1024px) {
.ivmPanel-flex > * > a:hover::before {
  width: 100%;
  height: 100%;
}
}
.ivmPanel-img {text-align: center;}
.ivmPanel-img img {
  width: auto;
  height: 100px;
}
.ivmPanel-bgimg {
  position: relative;
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-image .2s ease;
}
.ivmPanel-flex > *:nth-child(1) > a .ivmPanel-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-ivmPanel_001.png);}
.ivmPanel-flex > *:nth-child(2) > a .ivmPanel-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-ivmPanel_002.png);}
.ivmPanel-flex > *:nth-child(3) > a .ivmPanel-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-ivmPanel_003.png);}
.ivmPanel-flex > *:nth-child(4) > a .ivmPanel-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-ivmPanel_004.png);}
@media screen and (min-width: 1024px) {
.ivmPanel-flex > *:nth-child(1) > a:hover .ivmPanel-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-ivmPanel_001_hover.png);}
.ivmPanel-flex > *:nth-child(2) > a:hover .ivmPanel-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-ivmPanel_002_hover.png);}
.ivmPanel-flex > *:nth-child(3) > a:hover .ivmPanel-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-ivmPanel_003_hover.png);}
.ivmPanel-flex > *:nth-child(4) > a:hover .ivmPanel-bgimg {background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/icon-cmn-ivmPanel_004_hover.png);}
}
.ivmPanel-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
.ivmPanel-flex > * > a:hover .ivmPanel-title {color: #46bbb0;}
}
.ivmPanel-table > *:nth-child(1) {width: 250px;}
.ivmPanel-table .ivmPanel-title {
  font-size: 20px;
  text-align: left;
  padding-right: 100px;
}
.ivmPanel-table .ivmPanel-title span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
.ivmPanel-table .ivmPanel-title::after {
  position: absolute;
  top: 50%;
  right: 45px;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  transform: translate(0,-50%);
  transition: all .2s ease;
  content: '\f105';
}
@media screen and (min-width: 1024px) {
.ivmPanel-flex > * > a:hover .ivmPanel-table .ivmPanel-title::after {color: #49b7b2;}
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){
  .ivmPanel-table > *:nth-child(1) {width: 200px;}
}
@media screen and (max-width: 768px){
  .ivmPanel-heading::before {padding-top: 25%;}
  .ivmPanel-table > *:nth-child(1) {width: 180px;}
  .ivmPanel-table .ivmPanel-title {
    font-size: 16px;
    padding-right: 50px;
  }
  .ivmPanel-table .ivmPanel-title span {font-size: 13px;}
  .ivmPanel-table .ivmPanel-title::after {right: 20px;}
}
@media screen and (max-width: 640px){
  .ivmPanel-heading::before {padding-top: 35%;}
  .ivmPanel-table > *:nth-child(1) {width: 130px;}
  .ivmPanel-table .ivmPanel-title {font-size: 16px;}
  .ivmPanel-table .ivmPanel-title span {font-size: 13px;}
}
@media screen and (max-width: 480px){
  .ivmPanel-wrap {padding: 0;}
  .ivmPanel-inner {margin: 0 auto 0;}
  .ivmPanel-title {font-size: 13px;}
  .ivmPanel-bgimg {
    height: 65px;
    background-size: 40px;
    margin: auto;
  }
  .ivmPanel-flex {
    margin-top: 0;
/*    background-color: #91D5D0;*/
	background-color: #d0f7f4;
    padding: 10px 0 20px;
  }
  .ivmPanel-flex > *::after {
    display: none;
  }
  .ivmPanel-flex > *:nth-child(3),
  .ivmPanel-flex > *:nth-child(4) {
    width: 44%;
    margin-left: 5%;
}
  .ivmPanel-flex > *:nth-child(4) {
    margin-left: 2%;
}
  .ivmPanel-flex > * > a {
    background-color: #4CB2B4;
    width: 90%;
    margin: 10px auto 0;
    border-radius: 14px;
  }
  .ivmPanel-flex > *:nth-child(3) > a,
  .ivmPanel-flex > *:nth-child(4) > a {
    width: 100%;
  }
  .ivmPanel-flex > * > a:after {
      position: absolute;
    top: 50%;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    transform: translate(0,-50%);
    transition: all .2s ease;
    content: '\f105';
  }
  .ivmPanel-table > * {
    display: block;
    width: 100%;
    text-align: center;
  }
  .ivmPanel-table .ivmPanel-title {
    font-size: 13px;
    text-align: center;
    padding-right: 0;
  }
  .ivmPanel-table .ivmPanel-title::after {display: none;}
  .ivmPanel-table .ivmPanel-title span {
    font-size: 11px;
  }
}
@media screen and (max-width: 370px){}



.seminar-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #ececec;
  z-index: 1;
}
.seminar-inner {}
.seminar-flex {
  margin-top: 50px;
  margin-bottom: 25px;
}
.seminar-flex > * {
  position: relative;
  width: 100%;
/*
  width: 32%;
  margin-right: 2%;
  padding-bottom: 100px;
*/
  margin-bottom: 2%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #eee;
}
.seminar-flex > *:nth-child(3n) {margin-right: 0;}
.seminar-img {
  width: 250px;
  text-align: center;
  vertical-align: top;
}
.seminar-img img {width: 100%;}
.seminar-title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.seminar-overview {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
.seminar-dates {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
.seminar-dates > * {margin-top: 10px;}
.seminar-dates-title {
  font-size: 110%;
  font-weight: bold;
  color: #ff0000;
}
.seminar-dates.is_inline p {
  display: inline-block;
  margin-top: 0;
}
.seminar-btn {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0 10px;
  background-color: #fff;
}

.seminar-flex > * > * > *:nth-child(2) {
  padding: 0 20px;
  vertical-align: top;
}
.seminar-btn > * {padding: 5px 0!important;}

.seminar-table {margin-top: 40px;}
.seminar-table > * {vertical-align: top;}
.seminar-table > *:nth-child(1) {padding-right: 20px;}
.seminar-table > *:nth-child(2) {
  width: 400px;
  text-align: right;
}
.seminar-table > *:nth-child(2) img {
  width: 100%;
  max-width: 400px;
}
.seminar-table-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #f9a42c;
  line-height: 1.5;
  padding: 10px 10px;
}
.seminar-table-overview {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 10px;
}
.seminar-table-schedule {text-align: center;}
.seminar-table-schedule > p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.seminar-table-btn {margin-top: 30px;}

.btn-apply {
  width: 90%;
  color: #fff;
  padding: 15px 0;
  background: -webkit-linear-gradient(left, #faa32b, #f8b936);
  background: -moz-linear-gradient(left, #faa32b, #f8b936);
  background: linear-gradient(to right, #faa32b, #f8b936);
  border: 1px solid #faa32b;
}
.btn-apply:hover {border: 1px solid #faa32b;}
.btn-apply::before {
  background: -webkit-linear-gradient(left, #ff9502, #ff9502);
  background: -moz-linear-gradient(left, #ff9502, #ff9502);
  background: linear-gradient(to right, #ff9502, #ff9502);
}

.btn-apply2 {
  width: 90%;
  color: #fff;
  padding: 15px 0;
  background: -webkit-linear-gradient(left, #50afad, #69b8b6);
  background: -moz-linear-gradient(left, #50afad, #69b8b6);
  background: linear-gradient(to right, #50afad, #69b8b6);
  border: 1px solid #50afad;
}
.btn-apply2:hover {border: 1px solid #50afad;}
.btn-apply2::before {
  background: -webkit-linear-gradient(left, #1e9b98, #1e9b98);
  background: -moz-linear-gradient(left, #1e9b98, #1e9b98);
  background: linear-gradient(to right, #1e9b98, #1e9b98);
}

.btn-apply span::after {color: #fff;}

.btn-apply.is_big {
  max-width: 500px;
  font-size: 20px;
  padding: 25px 0;
  border-radius: 0;
}
.btn-apply.is_big::before {border-radius: 0;}

.btn-apply.is_reverse {
  max-width: 600px;
  font-size: 24px;
  color: #faa32b;
  padding: 25px 0;
  background: #fff;
  border: 2px solid #faa32b;
  border-radius: 0;
}
.btn-apply.is_reverse::before {border-radius: 0;}
.btn-apply.is_reverse span::after {color: #faa32b;}
.btn-apply.is_reverse:hover {color: #fff;}
.btn-apply.is_reverse:hover span::after {color: #fff;}

@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){
  .seminar-table > * {
    display: block;
    width: 100%!important;
  }
  .seminar-table > *:nth-child(1) {padding-right: 0;}
  .seminar-table > *:nth-child(2) {text-align: center;}
  .btn-apply.is_reverse {font-size: 2.6vw;}
}
@media screen and (max-width: 768px){
  .seminar-wrap {padding: 75px 0;}

  .seminar-img {
    display: block;
    width: 100%;
  }
  .seminar-img img {max-width: 300px;}
  .seminar-flex > * > * > *:nth-child(2) {
    display: block;
    width: 100%;
    padding: 10px 0 0;
  }
  .seminar-title {font-size: 18px;}
  .seminar-overview {font-size: 13px;}

  .btn-apply.is_reverse {font-size: 4vw;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .seminar-wrap {padding: 50px 0;}

  .seminar-table-title {font-size: 18px;}
  .seminar-table-overview {font-size: 13px;}

  .btn-apply.is_big {
    font-size: 18px;
    padding: 20px 0;
  }
  .btn-apply.is_reverse {font-size: 5vw;}
}
@media screen and (max-width: 370px){}



.page-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  z-index: 1;
}
.page-inner {margin-top: 50px;}
.page-1col-inner {}
.page-2col-inner {margin-top: 50px;}
.page-2col-inner::after {
  display: block;
  clear: both;
  visibility: hidden;
  content: '';
}
.page-main {
  float: left;
  width: 790px;
  margin-right: 10px;
  padding: 10px;
  background-color: #fff;
}
.page-side {
  float: right;
  width: 300px;
  padding: 10px;
  background-color: #f1f1f1;
}
.page-heading {
  font-size: 24px;
  color: #000;
  line-height: 1.5;
}
.page-meta {
  font-size: 13px;
  margin-top: 20px;
}
.page-contents {
  font-size: 16px;
  line-height: 1.8;
}
.page-contents > *:first-child {margin-top: 0!important;}
.page-contents h2 {font-size: 22px;}
.page-contents h3 {font-size: 20px;}
.page-contents h4 {font-size: 18px;}
.page-contents h5 {font-size: 16px;}
.page-contents p {
  margin-top: 10px;
  padding: 1%;
}
.page-contents p a, .page-contents li a {
  color: #0f93df;
  font-weight: bold;
  text-decoration: underline;
}
.page-contents p a:hover {text-decoration: none;}
.page-contents ul, .page-contents ol {
  list-style-position: inside;
  margin-top: 10px;
  padding-left: 15px;
}
.page-contents img {
  display: block;
  max-width: 100%!important;
  height: auto!important;
  margin: 0 auto;
}

.page-side .heading {color: #000;}
.page-side .heading .main {font-size: 32px;}
.page-side .heading .sub span::before, .page-side .heading .sub span::after {background-color: #000;}

.page-link {}
.page-link > * {
  width: 100%;
}
.page-link-ttl {
  font-size: 13px;
  color: #fff;
  padding: 10px;
  background-color: #32ad9c;
}
.page-link a {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding: 20px 30px 20px 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  letter-spacing: 2px;
}
.page-link a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: bold;
  color: #47c5e6;
  transform: translate(0,-50%);
  transition: all .5s ease;
  content: "\f105";
}
.page-link > a {
  font-size: 15px;
  color: #fff;
  background-color: #22adad;
}
.page-link > a::after {color: #fff;}
.page-link > div > a {padding-left: 15px;}
.page-link > div > a.is_child {
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.page-link > div > a.is_active {background-color: #b7e9e9;}

.page-mark {letter-spacing: -.40em;}
.page-mark > * {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding: 5px 15px;
  background-color: #ff0000;
  vertical-align: middle;
  letter-spacing: normal;
}
.page-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important;
}

.page-list {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.page-list-img {
  text-align: center;
  padding-right: 5px;
}
.page-list-img img {width: 100%;}
.page-list-text {
  position: relative;
  text-align: center;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #22adad;
}
.page-list-text > p:nth-child(1) {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}
.page-list-text > p:nth-child(2) {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
  line-height: 1.5;
}

.page-flex {justify-content: center;}
.page-flex > * {
  width: 100%;
  max-width: 400px;
}
.page-flex-img {text-align: center;}
.page-flex-img img {width: 100%;}
.page-flex-text {
  position: relative;
  text-align: center;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #22adad;
}
.page-flex-text > p:nth-child(1) {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
}
.page-flex-text > p:nth-child(2) {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
  line-height: 1.5;
}

/* BOX */
.page-box {
  padding: 10px;
  border: 2px solid #22adad;
}
.page-box > p {margin-top: 0;}

/* IMG + TEXT */
.page-imgtxt {}
.page-imgtxt > figure {
  width: 25%;
  text-align: center;
}
.page-imgtxt > div {padding: 10px;}

/* GRID */
.page-grid > * {
  display: block;
  position: relative;
  margin-right: 2%;
  margin-bottom: 2%;
}
.page-grid.is_1col > * {width: 100%;}
.page-grid.is_1col > * {margin-right: 0;}
.page-grid.is_2col > * {width: 49%;}
.page-grid.is_2col > *:nth-child(2n) {margin-right: 0;}
.page-grid.is_3col > * {width: 32%;}
.page-grid.is_3col > *:nth-child(3n) {margin-right: 0;}
.page-grid.is_4col > * {width: 23.5%;}
.page-grid.is_4col > *:nth-child(4n) {margin-right: 0;}
.page-grid.is_5col > * {width: 18.4%;}
.page-grid.is_5col > *:nth-child(5n) {margin-right: 0;}
.page-grid .btn {
  max-width: 100%;
  text-align: left;
  padding: 15px 0 15px 10px;
  border-radius: 0;
}
.page-grid .btn::before {border-radius: 0;}

.page-grid-txt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px;
}

/* TABLE */
.page-table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.page-table > .l-table > * {
  margin: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}
.page-table > .l-table > *:nth-child(1) {background-color: #f9f9f9;}

.page-table.is_seminar > .l-table > *:nth-child(1) {
  width: 130px;
  color: #fff;
  text-align: center;
  background-color: #22adad;
}

.page-nation {
  font-size: 13px;
  text-align: center;
}
.page-nation * > * {margin: 5px;}

@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .page-imgtxt > figure {
/*
    display: block;
    width: 100%!important;
*/
  }
  .page-imgtxt > div {
/*
    display: block;
    width: 100%!important;
*/
  }
  .page-grid.is_3col.is_rps > * {width: 49%;}
  .page-grid.is_3col.is_rps > *:nth-child(3n) {margin-right: 2%;}
  .page-grid.is_3col.is_rps > *:nth-child(2n) {margin-right: 0;}
  .page-grid.is_4col.is_rps > * {width: 49%;}
  .page-grid.is_4col.is_rps > *:nth-child(4n) {margin-right: 2%;}
  .page-grid.is_4col.is_rps > *:nth-child(2n) {margin-right: 0;}
  .page-grid.is_5col.is_rps > * {width: 23.5%;}
  .page-grid.is_5col.is_rps > *:nth-child(5n) {margin-right: 2%;}
  .page-grid.is_5col.is_rps > *:nth-child(4n) {margin-right: 0;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){

  .page-contents img {max-width: 100%!important;}

  .page-grid.is_rps > * {}
  .page-grid.is_2col.is_rps > * {width: 100%;margin-right: 0;}
  .page-grid.is_3col.is_rps > * {width: 100%;margin-right: 0;}
  .page-grid.is_3col.is_rps > *:nth-child(3n) {margin-right: 0;}
  .page-grid.is_4col.is_rps > * {width: 100%;margin-right: 0;}
  .page-grid.is_4col.is_rps > *:nth-child(4n) {margin-right: 0;}
  .page-grid.is_5col.is_rps > * {width: 32%;}
  .page-grid.is_5col.is_rps > *:nth-child(4n) {margin-right: 2%;}
  .page-grid.is_5col.is_rps > *:nth-child(3n) {margin-right: 0;}

  .page-table.is_seminar.is_rps > .l-table > * {
    display: block;
    width: 100%!important;
  }
  
}
@media screen and (max-width: 370px){}





.page-faq > * {
  position: relative;
  margin-top: 10px;
  padding: 10px 20px 25px;
}
.page-faq > *:first-child {margin-top: 0;}
.page-faq-link {
  padding: 20px;
  background-color: #f1f1f1;
}
.page-faq-link > * {
  display: block;
  position: relative;
  font-size: 15px;
  text-align: left;
  overflow: hidden;
}
.page-faq-btn {
  margin-top: 25px;
  text-align: center;
}
.page-faq-btn .btn {
  padding: 15px 0
}
.page-faq-btn .btn:hover {border: 1px solid #2ab6c9;}
.page-faq-btn .btn::before {background-color: #2ab6c9;}
.page-faq-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #d4ffff;
  line-height: 1.5;
  margin-top: 20px;
  padding: 30px 15px 15px 20px;
  border: 1px solid #eee;
}
.page-faq-title::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  background-color: #22adad;
  content: 'Q';
}
.page-faq-answer {
  position: relative;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  border: 1px solid #eee;
  line-height: 1.8;
  padding: 15px 15px 10px 15px;
}
.page-faq-answer::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  background-color: #F44336;
  content: 'A';
}
@media screen and (max-width: 1200px){
  .page-inner {max-width: 930px;}
  .page-main {
    width: calc(100% - 310px);
  }
  .page-side {}
}
@media screen and (max-width: 980px){
  .page-side {margin-top: 30px!important;}
}
@media screen and (max-width: 768px){
  .page-wrap {padding: 75px 0;}
  .page-inner {margin-top: 30px;}
  .page-2col-inner {margin-top: 30px;}

  .page-list > * {
    display: block;
    width: 100%!important;
    max-width: 300px;
    margin: auto;
  }
  .page-list-img {padding-right: 0;}
  .page-faq > * {padding: 10px 0px 10px;}
  .page-faq-link > * {font-size: 13px;}
}
@media screen and (max-width: 640px){
  .page-heading {font-size: 20px;}
  /*.page-contents {font-size: 13px;}*/
  .page-contents {font-size: 16px;}
  .page-contents h2 {font-size: 18px;}
  /*.page-contents h2 {font-size: 20px;}*/
  /*.page-contents h3 {font-size: 16px;}*/
  .page-contents h3 {font-size: 18px;}
  .page-contents h4 {font-size: 15px;}
  .page-contents h5 {font-size: 13px;}
  .page-list-text > p:nth-child(1),
  .page-flex-text > p:nth-child(1) {font-size: 13px;}

  .page-faq-link {padding: 10px;}
}
@media screen and (max-width: 480px){
  .page-wrap {padding: 50px 0;}
  .page-heading {font-size: 18px;}
  .page-main {}

  .page-flex > * {max-width: 300px;}
  .page-faq-title {font-size: 17px;}
  .page-faq-answer {font-size: 16px;}
}
@media screen and (max-width: 370px){
  .page-heading {font-size: 15px;}
}



.relation-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  z-index: 1;
}
.relation-inner {}
.relation-flex {
  margin-top: 50px;
  margin-bottom: 25px;
}
.relation-flex > * {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding-bottom: 25px;
  border: 5px solid transparent;
  background-color: #eee;
}
.relation-flex > *:nth-child(3n) {margin-right: 0;}
.relation-flex > *:hover {border: 5px solid #2cb6c9;}
/*
.relation-flex > *::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 5px 15px;
  background-color: rgba(71, 198, 231, 0.8);
  border: 2px solid #47c6e7;
  opacity: 0;
  transition: all .3s ease;
  content: '詳しくはこちら';
  z-index: 1;
}
*/
.relation-flex > *::after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease;
  content: '';
}
.relation-flex > *:hover::before {opacity: 1;}
.relation-flex > *:hover::after {background-color: rgba(255, 255, 255, 0.4);}
.relation-img {text-align: center;}
.relation-img img {width: 100%;}
.relation-capture {overflow: hidden;}
.relation-bgimg {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  cursor: pointer;
  transform: scale(1);
  transition: all .5s ease;
}
.relation-bgimg::before {
  display: block;
  padding-top: 66.3%;
  content: '';
}
.relation-flex > *:hover .relation-bgimg {transform: scale(1.1);}
.relation-title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #22adad;
  line-height: 1.5;
  padding: 10px 20px;
}
.relation-overview {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 15px;
}
.relation-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 0 25px;
  background-color: #f9f9f9;
}
.btn-more {
  width: 90%;
  color: #22adad;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #22adad;
}
.btn-more:hover {
  color: #fff;
  border: 1px solid #22adad;
}
.btn-more::before {
  background-color: #22adad;
}
.btn-more span::after {color: #22adad;}

@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .relation-wrap {padding: 75px 0;}
  .relation-flex > * {width: 49%;}
  .relation-flex > *:nth-child(3n) {margin-right: 2%;}
  .relation-flex > *:nth-child(2n) {margin-right: 0;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .relation-wrap {padding: 50px 0;}
  .relation-flex > * {
    width: 100%;
    margin-right: 0;
  }
  .relation-flex > *:nth-child(3n) {margin-right: 0;}
  .relation-flex > *:nth-child(2n) {margin-right: 0;}
}
@media screen and (max-width: 370px){}



.consultation-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  z-index: 1;
}
.consultation-inner {}
.consultation-flex {
  margin-top: 50px;
  margin-bottom: 25px;
}
.consultation-flex > * {
  position: relative;
  width: 50%;
  text-align: center;
  padding: 20px;
}
.consultation-flex > * > * {
  display: block;
  position: relative;
}
.consultation-flex > *::after {
  position: absolute;
  width: 1px;
  height: 80%;
  top: 50%;
  right: 0;
  background-color: #000;
  transform: translate(0,-50%);
  content: '';
}
.consultation-flex > *:last-child::after {display: none;}
.consultation-flex-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.consultation-flex-btn {margin-top: 20px;}
.consultation-flex-btn a {font-size: 24px;}
.consultation-flex-tel {margin-top: 10px;}
.consultation-flex-tel p {
  font-size: 15px;
  font-weight: bold;
}
.consultation-flex-tel img {max-width: 100%;}
.consultation-flex-memo {
  margin-top: 15px;
  letter-spacing: -.40em;
}
.consultation-flex-memo > * {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-right: 25px;
  padding-left: 25px;
  vertical-align: middle;
  letter-spacing: normal;
}
.consultation-flex-memo > *:last-child {margin-right: 0;}
.consultation-flex-memo > *::before {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: bold;
  color: #000;
  transform: translate(0,-50%);
  content: '\f00c';
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){
  .consultation-flex-text {font-size: 2.2vw;}
}
@media screen and (max-width: 768px){
  .consultation-wrap {padding: 75px 0;}
  .consultation-flex > * {width: 100%;}
  .consultation-flex > *::after {display: none;}
  .consultation-flex-text {font-size: 3vw;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .consultation-wrap {padding: 50px 0;}
  .consultation-flex {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .consultation-flex-text {font-size: 4vw;}
}
@media screen and (max-width: 370px){}



.summary-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  z-index: 1;
}
.summary-inner {}
.summary-desc {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 25px;
  padding: 0 5px;
}
.summary-list {margin-top: 30px;}
.summary-list > * {
  margin-top: 20px;
  border-top: 1px solid #c9eaea;
  padding: 20px 30px;
  background-color: #eff2f3;
  border-radius: 20px;
}
.summary-list > *:first-child {
  margin-top: 0;
  border-top: none;
}
.summary-list > *:nth-child(even) .summary-list-cont {
  flex-direction: row-reverse;
}
.summary-list > *:nth-child(even) .summary-list-cont .summary-list-main {
  padding-left: 20px;
  padding-right: 0;
}
.summary-list-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.summary-list-title:hover {
  color: #000;
}
.summary-list-cont {margin-top: 20px;}
.summary-list-main {
  width: calc(100% - 300px);
  padding-right: 20px;
}
.summary-list-txt {
  font-size: 16px;
  line-height: 1.8;
}
.summary-list-btn {
  text-align: center;
  margin-top: 40px;
}
.summary-list-img {width: 300px;}
.summary-list-img img {width: 100%;}
@media screen and (max-width: 768px){
  .summary-list-cont {flex-direction: column-reverse!important;}
  .summary-list-main, .summary-list-img {
    width: 100%;
    padding: 10px!important;
  }
}
@media screen and (max-width: 480px){
  .summary-list > * {padding: 10px;}
  .summary-list-cont {margin-top: 5px;}
  .summary-list-title {font-size: 18px;}
  .summary-list-txt {font-size: 13px;}
  .summary-list-btn {margin-top: 20px;}
}




/***** -- DRAWER -- *****/
.toc-wrap {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 95;
  width: 300px;
  height: 100vh;
  background-color: #f1f1f1;
  transform: translateX(300px);
  transform-origin: right;
  transition: transform .6s cubic-bezier(.77,0,.175,1) .3s;
}
.toc-wrap.is_active {
  transform: translateX(0);
  transition-delay: 0s;
}
.toc-btn {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 50px;
  height: 100px;
  background-color: #22adad;
  border: 2px solid #f1f1f1;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
  transform: translate(0,-50%);
  transition: background-color .2s;
  cursor: pointer;
}
/*
.toc-btn > * {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.toc-btn > *:nth-child(1) {top: 25px;}
.toc-btn > *:nth-child(2) {bottom: 25px;}
*/
.toc-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(180deg);
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  transition: transform .3s cubic-bezier(.215,.61,.355,1);
  content: "\f105";
}
.is_active .toc-btn::after {transform: translate(-50%,-50%) rotate(0deg);}

/*
.toc-btn span::before, .toc-btn span::after {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
  transition: background-color .3s cubic-bezier(.215,.61,.355,1), transform .3s cubic-bezier(.215,.61,.355,1);
  content: '';
}
*/

.toc-inner {
  width: 95%!important;
  margin: auto;
}
.toc-contents {
  height: calc(100vh - 200px);
  margin-top: 170px;
  overflow-y: auto;
}
.toc-link {}
.toc-link > * {
  width: 100%;
}
.toc-link > a {
  display: block;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  padding: 20px 30px 20px 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  line-height: 1.5;
  letter-spacing: 2px;
}
.toc-link > a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: bold;
  color: #47c5e6;
  transform: translate(0,-50%);
  transition: all .5s ease;
  content: "\f105";
}
@media screen and (max-width: 768px){
  .toc-wrap {display: none;}
}



/* insurance：Intro */
.insuranceIntro-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #21acac;
  z-index: 1;
}
.insuranceIntro-inner {padding: 0 50px;}
.insuranceIntro-txt {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  margin-top: 40px;
}
.insuranceIntro-txt > * {margin-top: 20px;}
.insuranceIntro-txt > * span {
  font-size: 24px;
  font-weight: bold;
  margin: 0 5px;
}
.insuranceIntro-txt > *:first-child {margin-top: 0;}
.insuranceIntro-box {
  margin-top: 40px;
  padding: 25px;
  background-color: #fff;
}
.insuranceIntro-box-hd {
  position: relative;
  padding-left: 40px;
}
.insuranceIntro-box-hd::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  z-index: 2;
  content: '';
  width: 30px;
  height: 30px;
  background-size: cover;
  background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/insurance/insurance-ico-02.png);
}
.insuranceIntro-box-hd span {
  font-size: 20px;
  font-weight: bold;
  color: #22adad;
  line-height: 1.5;
}
.insuranceIntro-box-txt {
  font-size: 15px;
  line-height: 1.8;
}
.insuranceIntro-box-txt > * {margin-top: 20px;}
.insuranceIntro-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1100px;
  width: 96%;
}
.insuranceIntro-icon img {
  position: absolute;
  top: -10%;
  max-width: 190px;
  width: 20%;
  height: auto;
}

/* insurance：Desc */
.insuranceDesc-wrap {}
.insuranceDesc-wrap > * {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  z-index: 1;
}
.insuranceDesc-wrap > *:nth-child(even) {background-color: #bce6e6;}
.insuranceDesc-wrap > *::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  content: '';
  border: 200px solid transparent;
  border-top: 50px solid #bce6e6;
  z-index: 1;
}
.insuranceDesc-wrap > *:first-child::before {display: none;}
.insuranceDesc-wrap > *:nth-child(even)::before {border-top: 50px solid #fff;}
.insuranceDesc-hd {text-align: center;}
.insuranceDesc-hd img {width: 100%;}
.insuranceDesc-txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
  padding: 0 50px;
}
.insuranceDesc-txt > * {margin-top: 20px;}
.insuranceDesc-img {margin-top: 40px;}
.insuranceDesc-img img {width: 100%;}

/* insurance：Flow */
.insuranceFlow-wrap {
  position: relative;
  padding: 100px 0;
  background-color: #21acac;
  z-index: 1;
}
.insuranceFlow-flex {margin-top: 40px;}
.insuranceFlow-flex > * {
  position: relative;
  width: calc((100% - (50px * 2)) / 3);
  margin-right: 50px;
  background-color: #fff;
}
.insuranceFlow-flex > *:last-child {margin-right: 0;}
.insuranceFlow-flex > *::before {
  position: absolute;
  top: 50%;
  right: -37px;
  transform: translate(0,-50%);
  z-index: 1;
  content: '';
  width: 24px;
  height: 33px;
  background-size: cover;
  background-image: url(https://www.nihonzaitaku.co.jp/_assets/img/insurance/insurance-ico-arrow.png);
}
.insuranceFlow-flex > *:last-child::before {display: none;}

.insuranceFlow-flex-img img {width: 100%;}
.insuranceFlow-flex-cont {padding: 15px;}
.insuranceFlow-flex-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #21acac;
  line-height: 1.2;
}
.insuranceFlow-flex-txt {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
.insuranceFlow-flex-step {
  position: absolute;
  top: -5px;
  left: -5px;
}
.insuranceFlow-flex-step img {
  width: 90px;
  height: 90px;
}

@media screen and (max-width: 768px){
  .insuranceIntro-wrap {padding: 75px 0;}
  .insuranceIntro-inner {padding: 0 25px;}
  .insuranceIntro-txt {font-size: 15px;}
  .insuranceIntro-box-hd span {font-size: 18px;}
  .insuranceIntro-box-txt {font-size: 13px;}

  .insuranceDesc-wrap > * {padding: 75px 0;}
  .insuranceDesc-wrap > *::before {
    border: 120px solid transparent;
    border-top: 30px solid #bce6e6;
  }
  .insuranceDesc-wrap > *:nth-child(even)::before {border-top: 30px solid #fff;}
  .insuranceDesc-txt {
    font-size: 15px;
    padding: 0 25px;
  }

  .insuranceFlow-wrap {padding: 75px 0;}
  .insuranceFlow-flex > * {
    width: calc((100% - (30px * 2)) / 3);
    margin-right: 30px;
  }
  .insuranceFlow-flex > *::before {
    right: -21px;
    width: 12px;
    height: 16px;
  }
  .insuranceFlow-flex-cont {padding: 10px;}
  .insuranceFlow-flex-ttl {font-size: 15px;}
  .insuranceFlow-flex-step img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 480px){
  .insuranceIntro-wrap {padding: 50px 0;}
  .insuranceIntro-inner {padding: 0 0;}
  .insuranceIntro-txt {font-size: 13px;}
  .insuranceIntro-box {padding: 15px;}
  .insuranceIntro-box-hd span {font-size: 15px;}
  .insuranceIntro-icon img {top: -5%;}

  .insuranceDesc-wrap > * {padding: 50px 0;}
  .insuranceDesc-txt {
    font-size: 13px;
    margin-top: 20px;
    padding: 0 0;
  }
  .insuranceDesc-img {margin-top: 20px;}

  .insuranceFlow-wrap {padding: 50px 0;}
  .insuranceFlow-flex > * {
    width: 280px;
    margin: auto;
    margin-bottom: 50px;
  }
  .insuranceFlow-flex > *:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
  .insuranceFlow-flex > *::before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%,0) rotate(90deg);
    width: 24px;
    height: 33px;
  }
}

/*2019/08/08suetsugu*/
.form_btn{
    text-align: left;
    display: inline!important;
    margin-top: 5px!important;
}