* {
  font-style: normal
}

html {
  font-style: normal;
  text-align: left;
  font-size: 12px;
  line-height: 1.6
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0
}

body * {
  margin: 0;
  padding: 0
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit
}

table {
  font-size: 1em;
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img {
  font-size: 1em;
  border: 0
}

ol, ul {
  font-size: 1em;
  list-style: none
}
caption, th {
  font-size: 1em;
  text-align: left
}

q:after, q:before {
  font-size: 1em;
  content: ''
}

abbr, acronym {
  border: 0;
  font-size: 1em
}

small {
  font-size: .8em
}

large {
  font-size: 1.2em
}

th {
  font-weight: 100
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

img {
  vertical-align: bottom
}

button {
  border: 0;
  background-color: transparent
}

button:focus {
  outline: 0
}

:placeholder-shown {
  color: #9da0a4
}

::-webkit-input-placeholder {
  color: #9da0a4
}

:-moz-placeholder {
  color: #9da0a4;
  opacity: 1
}

::-moz-placeholder {
  color: #9da0a4;
  opacity: 1
}

:-ms-input-placeholder {
  color: #9da0a4
}

a {
  color: inherit
}

@font-face {
  font-family: NotoSansJapanese;
  font-style: normal;
  font-weight: 100;
  src: url(../../fonts/NotoSansJP-Regular.woff) format("woff"), url(../../fonts/NotoSansJP-Regular.woff2) format("woff2")

}

@font-face {
  font-family: NotoSansJapanese;
  font-style: normal;
  font-weight: 600;
  src: url(../../fonts/NotoSansJP-Bold.woff) format("woff"), url(../../fonts/NotoSansJP-Bold.woff2) format("woff2")

}

@font-face {
  font-family: NotoSerifJapanese;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/NotoSerifJP-SemiBold.woff) format("woff")

}
.news_btn{
    position: relative;
    display: inline-block;
    text-decoration: none;
    opacity: 0.6;
    /*color: rgba(3, 169, 244, 0.54);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background: #f7f7f7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);*/
}
.news_btn .fa {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    vertical-align: middle;
    left: 10px;
    top: 9px;
    border-radius: 50%;
    font-size: 40px;
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
    padding-top: 0px;
    text-align: center;
 }
  
.news_btn .fa .txt{
    font-size: 0.45em;
    position: absolute;
    top: 66px;
    left: 14px;
    text-align: center;
    font-weight: bold;
}
.news_btn .fa:active{
    background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #d8d8d8;

}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

.header {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.header-logo a {
  display: block
}

.header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #45494b
}

.header-search__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  font-size: 13px;
  color: #45494b
}

.header-search__input:focus {
  outline: 0
}

.header-search__button {
  border: 0;
  background-color: transparent;
  /*background-image: url(../png/icon-search-01@2x.png);*/
  background-size: 14px 14px;
  background-position: top 50% right 50%;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap
}

.header-search__button:focus {
  outline: 0
}

.header-util {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.header-util__item {
  font-size: 13px
}

.header-util__item:first-child {
    margin-right: 0px
}

.header-util__item a {
  color: #65676a
}

.header-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.header-info__item {
  font-size: 13px
}

.header-info__item a {
  color: #65676a
}

.header-info__item_type_link img {
  vertical-align: middle
}

.header-info__item_type_button {
  border-radius: 4px;
  text-align: center
}

.header-info__item_type_button a {
  display: block
}

.header-info__item_type_button img {
  vertical-align: middle
}

.header-nav__item>a {
  display: block;
  color: #45494b
}

.header-nav__item_state_open>a {
  color: #7e735f
}

.header-nav__item_state_open>a::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0
}

.header-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    position: relative;
}

.header-contact__item_type_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  font-weight: 700
}

.header-contact__item_type_text a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 700
}

.header-contact__item_type_text img {
  vertical-align: middle
}

.header-contact__item_type_button {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.header-contact__item_type_button a {
  display: block
}

.header-menu-button {
    background-color: #8C8C8C;
    font-family: Roboto, sans-serif;
    color: #fff;
    opacity: 0.8;
}

.header-phone {
  color: #7e735f;
  border-left: 1px solid #e8e8e8
}

.lower-nav__title {
  color: #45494b
}

.lower-nav__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.lower-nav-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.lower-nav-list__item a {
	display: block
}

.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease .2s;
  transition: all .2s ease .2s;
  z-index: 3
}

.layer_state_active {
  opacity: 1;
  visibility: visible
}

.aside {
  background-color: #f2f2f2
}

.aside__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.aside-item a {
  display: block
}

.aside-item img {
  width: 100%
}

.aside-item__text {
  position: relative;
  color: #65676a
}

.aside-item__text::after {
  position: absolute;
  top: 50%;
  content: "";
  /*background-image: url(../../images/icon-blank-01@2x.png);*/
  background-repeat: no-repeat;
  background-position: 0 0
}

.cv {
  background-color: #7e735f
}

.cv__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.cv-lead__title {
  color: #fff
}

.cv-lead__text {
  color: #fff
}

.cv-button-group {
  /*border-bottom: 1px solid #535e68*/
}

.cv-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.cv-more__title {
  color: #fff;
  font-weight: 700
}

.cv-ad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.cv-ad__item {
  /*background-image: url(../../images/icon-arrow-02@2x.png);*/
  background-repeat: no-repeat;
  background-size: 7px 6px
}

.cv-ad__item a {
  color: #fff
}

.cv-button {
  display: block;
  text-align: center
}

.cv-button strong {
  font-weight: 700
}

.cv-button img {
  vertical-align: middle
}

.cv-button_type_important {
	background-color: #7e735f;
	border-radius: 4px;
	color: #fff
}

.cv-button_type_info {
	background-color: #7e735f;
	color: #fff;
	border-radius: 4px;
	font-size: 0
}

.cv-button_type_info span {
  vertical-align: -6%
}

.cv-button_type_info strong {
  vertical-align: middle;
  font-family: Roboto, sans-serif
}

.cv-button_type_standard {
  display: block;
  border: 3px solid #5b6771;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff
}

.cv-button_type_standard svg {
  vertical-align: middle
}

.cv-button_type_standard svg.icon-seminar path, .cv-button_type_standard svg.icon-seminar rect {
  fill: #fff
}

.cv-button_type_standard svg.icon-mail path {
  fill: #fff
}

.cv-button_type_standard svg.icon-document path {
  fill: #fff
}

.cv-button_type_standard svg.icon-calc path {
  fill: #fff
}

.footer__section_type_gray {
  background-color: #f2f2f2
}
.footer__section_type {
  background-color: #7e735f
}

.footer__inner {
  width: 100%;
  -webkit-boxz-sizing: border-box;
  box-sizing: border-box
}

.footer-search__input {
  position: relative
}

.footer-search__input::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background-image: url(../png/icon-search-01@2x.png)!important;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-top: -11px
}

.footer-search__input input {
  background-color: #fff!important;
  border: 0;
  border-bottom: 2px solid #dadada;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #45494b
}

.footer-search__input input:focus {
  outline: 0
}

.footer-search__button {
	border: 0;
	background-color: #7e735f;
	border-radius: 10px;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
	color: #fff
}

.footer-search__button:focus {
  outline: 0
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.footer-nav__title {
  font-weight: 700;
  line-height: 1;
  color: #7e735f;
}

.footer-nav__title a {
  color: #7e735f;
}

.footer-nav__item {
  line-height: 1
}

.footer-nav__item a {
  color: #45494b
}

.footer-util {
  border-top: 1px solid #e8e9ec
}

.footer-util__item {
  border-bottom: 1px solid #e8e9ec
}

.footer-util__item a {
  color: #45494b
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.footer-info a {
  color: #45494b
}

.footer-info__item_type_blank {
  background-repeat: no-repeat
}

.footer-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-sns__item {
  width: 24px;
  height: 24px
}

.footer-sns__item svg {
  width: 24px;
  height: 24px
}

.footer-sns__item svg path {
  fill: #b1b1b1
}

.footer-logo img {
  vertical-align: text-top
}

.footer-rule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.footer-rule__item a {
  color: #65676a
}

.footer-mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.footer-copyright {
	color: #FFFFFF;
	/*font-family: Roboto, sans-serif;*/
	letter-spacing: .8px;
	text-align: right;
}

.goto-top-button {
    display: block;
    position: fixed;
    background-color: #fff;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
}

.header-nav__item>a {
  color: #45494d!important;
  text-decoration: none!important
}

.header-nav__item_state_open>a {
  color: #7e735f!important
}

.service .header-nav__item:nth-child(2)>a .lower-nav-list__item a {
  color: #7e735f
}

.case .header-nav__item:nth-child(3)>a .lower-nav-list__item a {
  color: #7e735f
}

.anken .header-nav__item:nth-child(4)>a .lower-nav-list__item a {
  color: #7e735f
}

.header-contact__item_type_button a {
  text-decoration: none!important
}

.header-util__item a {
  color: #65676a!important;
  text-decoration: none!important
}

.header-info__item a {
  color: #65676a!important;
  text-decoration: none!important
}

.cv-button_type_important {
  color: #fff!important;
  text-decoration: none!important
}

.cv-button_type_info {
  color: #fff!important;
  text-decoration: none!important
}

.cv-button_type_standard {
  color: #fff!important;
  text-decoration: none!important
}

.cv-ad__item a {
  color: #fff!important;
  text-decoration: none!important
}

.footer {
  background-color: #fff!important
}

.footer-nav__title a {
  color: #7e735f!important;
  text-decoration: none!important
}

.footer-nav__item a {
  color: #45494b!important;
  text-decoration: none!important
}

.footer-util__item a {
  color: #45494b!important;
  text-decoration: none!important
}

.footer-info a {
  color: #45494b!important;
  text-decoration: none!important
}

.footer-rule__item a {
	color: #FFFFFF!important;
	text-decoration: none!important
}

.header-contact__item_type_text a {
  text-decoration: none!important
}

.lower-nav__title {
  color: #45494b!important;
  text-decoration: none!important
}

.lower-nav-list__item a {
	color: #000000!important;
	text-decoration: none!important
}

.aside-item a {
  text-decoration: none!important
}

.header-info__item, .header-nav__item, .header-util__item {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.aside, .cv, .footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6
}

.footer-nav__title a {
  font-weight: 700
}

a {
  text-decoration: none;
}
.hero__inner .map {
    width: 100%;
    height: 100%;
}

#titleup {
    padding-top: 38.5%;
    margin-top: -38.5%;
}

.titleup-logo{
    height: 55px;
    margin: 0 auto 0 0;
}

.titleup-logo a {
  display: block
}

.titleup-logo img {
    width: 212px;
    height: 160px;
    vertical-align: baseline;
    margin-top: -45px;
}

.scrollbar::-webkit-scrollbar {
    display: none;   /* Safari, Chrome 対応 */
}

.scrollbar {
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}

.cursor-hide {
  cursor: none;
}

#share {

}

.sb-button{
    display:inline-block;
    margin:5px;
}

.sb-link{
    display: flex;
    background-color: #000000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.sb-icon {
    width:50%;
}

.sb-twitter{
    background-color: #FFFFFF;
}

.sb-twitter path,.sb-twitter rect{
    fill:#1da1f2;
}

.sb-facebook{
    background-color: #FFFFFF;
}

.sb-facebook path,.sb-facebook rect{
    fill:#3b5998;
}


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

	.sp {
    display: none
  }
  .header {
    min-width: 1104px;
    border-bottom: 1px solid #e8e9ec
  }
  .header_type_standard {
    height: 165px;
    z-index: 11
  }
  .header_type_mini {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header_type_mini .header-nav__item {
    margin-bottom: -25px;
    padding-bottom: 25px
  }
  .header_type_mini .header-nav__item a::after {
    bottom: -26px
  }
  .header_type_consultation {
    height: 45px
  }
  .header_type_consultation .header__inner {
    padding: 0 180px
  }
  .header_type_consultation .header-logo img {
    width: 165px;
    height: 19px
  }
  .header_state_fixed .header-nav__item>a {
    margin-bottom: -26px;
    padding-bottom: 26px
  }
  .header_state_fixed .header-nav__item>a::after {
    bottom: 0
  }
  .header_state_fixed {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .header__inner {
    min-width: 1104px;
    max-width: 1280px;
    padding-top: 0;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 0
  }
  .header__inner_type_upper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-top: 10px
  }
  .header__inner_type_under {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px
  }
  .header__inner_type_mini {
    height: 46px;
  }
  .header-logo {
    height: 55px;
    margin: 0 auto 0 0
  }
  .header-logo a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-logo a:hover {
    opacity: .85
  }
  .header-logo img {
    width: 207px;
    height: 158px;
    vertical-align: baseline;
    margin-top: -45px;
  }
  .header-logo-mark a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-logo-mark a:hover {
    opacity: .85
  }
  .header-logo-mark {
    margin: 0 auto 0 0;
    height: 100px;
  }
  .header-logo-mark img {
    width: 110px;
    height: 110px;
    vertical-align: text-top;
    margin-top: -8px;
    margin-left: 16px;
    margin-right: auto;
  }
  .header-search {
    width: 220px;
    margin-right: 32px
  }
  .header-search__input {
    padding: 7px 0 7px 12px
  }
  .header-search__button {
    width: 36px;
    cursor: pointer
  }
  .header-util {
    padding-right: 24px;
}
  .header-util__item a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-util__item a:hover {
    color: #7e735f
  }
  .header-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 23px;
    margin-right: 0px;
  }
  .header-info::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #dbdde0
  }
  .header-info__item {
    margin-right: 50px
  }
  .header-info__item:not(:last-child) {
    position: relative;
  }
  .header-info__item:not(:last-child)::before {
    position: absolute;
    top: 50%;
    content: "";
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #dbdde0;
    right: -28px;
  }
  .header-info__item a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-info__item a:hover {
    color: #7e735f
  }
  .header-info__item_type_button a {
	color: #7e735f;
	z-index: 35;
  }
  .header-info__item_type_button img {
    margin-left: 8px
  }
  .header-info__item_type_button {
    width: 110px;
    height: 32px;
    border: 2px solid #c1dfdd;
    line-height: 32px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-info__item_type_button:hover {
    border-color: #0a847b
  }
  .header-info__item_type_button:hover a {
    color: #7e735f;
  }
  .header-nav {
    max-width: 630px;
    width: 49.2%
  }
  .header-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .header-nav__item>a {
    position: relative;
    height: 100%;
    margin-bottom: -38px;
    padding-bottom: 38px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-nav__item>a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #7e735f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden
  }
  .header-nav__item>a:hover {
    color: #7e735f
  }
  .header-nav__item>a:hover::after {
    opacity: 1;
    visibility: visible
  }
  .header-nav__item {
    height: 100%;
    margin-bottom: -38px;
    padding-bottom: 38px;
    font-size: 19px
  }
  .header-nav__item_state_visible.header-nav__item a::after {
    opacity: 1;
    visibility: visible
  }
  .header-nav__item_state_visible .lower-nav {
    opacity: 0.95;
    visibility: visible
  }
  .feature .header-nav__item:nth-child(1) a {
    color: #7e735f
  }
  .feature .header-nav__item:nth-child(1) a::after {
    opacity: 1;
    visibility: visible
  }
  .service .header-nav__item:nth-child(2) a {
    color: #7e735f
  }
  .service .header-nav__item:nth-child(2) a::after {
    opacity: 1;
    visibility: visible
  }
  .case .header-nav__item:nth-child(3) a {
    color: #7e735f
  }
  .case .header-nav__item:nth-child(3) a::after {
    opacity: 1;
    visibility: visible
  }
  .anken .header-nav__item:nth-child(4) a {
    color: #7e735f
  }
  .anken .header-nav__item:nth-child(4) a::after {
    opacity: 1;
    visibility: visible
  }
  .seminar .header-nav__item:nth-child(5) a {
    color: #7e735f
  }
  .seminar .header-nav__item:nth-child(5) a::after {
    opacity: 1;
    visibility: visible
  }
  .header-contact_type_mini {
    margin-left: auto
  }
  .header-contact__item:not(:last-child) {
    margin-right: 20px
  }
  .header-contact__item_type_text {
    color: #7e735f;
    line-height: 1.6
  }
  .header-contact__item_type_text img {
    margin-right: 12px;
    margin-top: 60px;
  }
  .header-contact__item_type_text {
    font-size: 25px;
    pointer-events: none
  }
  .header-contact__item_type_button a {
    color: #fff
  }
  .header-contact__item_type_button a:hover {
	color: #7e735f !important;
  }
  .header-contact__item_type_button {
    width: 180px;
    height: 42px;
    border-radius: 3px;
    background-color: #7e735f;
    /*	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);*/
    font-size: 16px;
    line-height: 41px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 2px solid #7e735f;
  }
  .header-contact__item_type_button:hover {
	border: 2px solid #7e735f;
	background-color: #FFFFFF;
	/*	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);*/
/*	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
*/  }
  .header-contact__item_type_button02 a {
    color: #7e735f
  }
  .header-contact__item_type_button02 {
	width: 180px;
	height: 42px;
	border-radius: 3px;
	background-color: #FFFFFF;
/*	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .1);*/
	font-size: 16px;
	line-height: 41px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border: 2px solid #7e735f;
  }
  .lower-nav {
    position: absolute;
    bottom: -211px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 210px;
    background-color: #fff;
    opacity: 0.7;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .lower-nav__title {
    position: relative;
    min-width: 220px;
    margin-right: 50px;
    padding-left: 34px;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .lower-nav__title::after, .lower-nav__title::before {
    position: absolute;
    content: ""
  }
  .lower-nav__title::before {
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #7e735f;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .lower-nav__title::after {
    top: 15px;
    left: 6px;
    width: 7px;
    height: 6px;
    margin-top: -3px;
    /*background-image: url(../../images/icon-arrow-01@2x.png);*/
    background-size: 7px 6px;
    background-repeat: no-repeat;
    background-position: 0 0
  }
  .lower-nav__title:hover {
    color: #7e735f
  }
  .lower-nav__title:hover::before {
    background-color: #7e735f
  }
  .lower-nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    min-width: 1104px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 70px
  }
  .lower-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 60px;
    /*border-left: 1px solid #d6d6d6;*/
    margin-left: 150px;
    opacity: 0.8;
  }
  .lower-nav-list__item {
    position: relative;
    width: 33.3%;
    min-height: 20px;
    padding: 0 30px 0 34px;
    font-size: 17px;
    line-height: 1.3
  }
  .lower-nav-list__item::after, .lower-nav-list__item::before {
    position: absolute;
    content: ""
  }
  .lower-nav-list__item::before {
	top: 3px;
	left: 0;
	width: 14px;
	height: 15px;
	background-color: #7e735f;
	border-radius: 25%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
  }
  .lower-nav-list__item::after {
    top: 9px;
    left: 6px;
    width: 7px;
    height: 6px;
    /*background-image: url(../../images/icon-arrow-01@2x.png);*/
    background-size: 7px 6px;
    background-repeat: no-repeat;
    background-position: 0 0
  }
  .lower-nav-list__item:hover::before {
    background-color: #7e735f
  }
  .lower-nav-list__item:nth-child(1), .lower-nav-list__item:nth-child(2), .lower-nav-list__item:nth-child(3) {
    margin-bottom: 25px
  }
.lower-nav-list__item.kaikei  {
	min-width: 370px !important;
}
.lower-nav-list__item.tax  {
	min-width: 287px !important;
}
.lower-nav-list__item.jigyou  {
	max-width: 250px !important;
}
  .lower-nav-list__item a {
    margin-left: -34px;
    padding-left: 34px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .lower-nav-list__item a:hover {
    color: #7e735f
  }
  .layer {
    background-color: rgba(27, 46, 59, .3)
  }
  .aside {
    min-width: 1104px
  }
  .aside__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 1104px;
    max-width: 1280px;
    width: 100%;
    padding-top: 60px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 60px;
    margin: 0 auto
  }
  .aside-item a:hover img {
    -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    transform: matrix(1.07, 0, 0, 1.07, 0, 0)
  }
  .aside-item a:hover .aside-item__text {
    border-color: #65676a
  }
  .aside-item {
    max-width: 475px;
    width: 44.8%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .aside-item__image img {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
  }
  .aside-item__image {
    overflow: hidden;
    max-width: 475px;
    margin-bottom: 15px
  }
  .aside-item__text {
    padding: 0 0 2px 0;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .aside-item__text::after {
    right: -22px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    background-size: 11px 11px
  }
  .cv {
    min-width: 1104px
  }
  .cv__inner {
    min-width: 1104px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px 88px
  }
  .cv-lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 40px
  }
  .cv-lead__title br {
    display: none
  }
  .cv-lead__title {
    font-size: 30px;
    white-space: nowrap
  }
  .cv-lead__text {
    font-size: 16px
  }
  .cv-button-group {
    margin-bottom: 40px;
    padding-bottom: 40px
  }
  .cv-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .cv-more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .cv-more__title {
    margin-right: 30px;
    font-size: 18px;
    white-space: nowrap
  }
  .cv-ad {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 140px;
    margin-left: auto;
    padding-left: 40px
  }
  .cv-ad__item a {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .cv-ad__item a:hover {
    border-color: #fff
  }
  .cv-ad__item {
    padding-left: 20px;
    background-position: top 10px left 0;
    font-size: 16px
  }
  .cv-ad__item:not(:last-child) {
    margin-right: 27px
  }
  .cv-button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .cv-button_type_important img {
    margin: -2px 20px 0 0
  }
  .cv-button_type_important strong {
    font-size: 20px;
    vertical-align: middle
  }
  .cv-button_type_important {
    max-width: 585px;
    width: 48.7%;
    height: 100px;
    font-size: 0;
    line-height: 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	border: 2px solid #FFFFFF;
  }
  .cv-button_type_important:hover {
	border: 2px solid #FFFFFF;
  }
  .cv-button_type_info img {
    margin: -2px 20px 0 0
  }
  .cv-button_type_info span {
    margin-right: 10px;
    font-size: 16px
  }
  .cv-button_type_info strong {
    font-size: 27px
  }
  .cv-button_type_info {
    max-width: 585px;
    width: 48.7%;
    height: 100px;
    line-height: 100px;
    /*pointer-events: none;*/
	border: 2px solid #FFFFFF;
  }
  .cv-button_type_info:hover {
	border: 2px solid #FFFFFF;
  }
  .cv-button_type_standard svg.icon-seminar {
    width: 16px;
    margin-right: 12px
  }
  .cv-button_type_standard svg.icon-mail {
    width: 20px;
    margin-right: 12px
  }
  .cv-button_type_standard svg.icon-document {
    width: 19px;
    margin-right: 16px
  }
  .cv-button_type_standard svg.icon-calc {
    width: 18px;
    margin-right: 18px
  }
  .cv-button_type_standard+.cv-button_type_standard {
    margin-left: 20px
  }
  .cv-button_type_standard {
    height: 60px;
    padding: 0 39px;
    border-radius: 30px;
    line-height: 50px;
    font-size: 16px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    white-space: nowrap
  }
  .cv-button_type_standard:hover {
    border-color: #fff;
    background-color: #fff;
    color: #7e735f
  }
  .cv-button_type_standard:hover svg path, .cv-button_type_standard:hover svg rect {
    fill: #7e735f
  }
  .footer {
    min-width: 1104px;
    padding-top: 90px
  }
  .footer__inner {
	min-width: 1104px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	color: #FFFFFF;
  }
  .footer-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 88px
  }
  .footer-search__input input {
    width: 400px;
    height: 64px;
    margin-right: 40px;
    padding-left: 42px;
    font-size: 23px
  }
  .footer-search__button {
    width: 180px;
    height: 48px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .footer-search__button:hover {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px);
	color: #7e735f;
	border: 2px solid #7e735f;
	font-weight: bold;
  }
 .footer-nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 67px;
    border-bottom: 1px solid #dedede
  }
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 79.4%;
    margin-right: 110px
  }
  .footer-nav__title a {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .footer-nav__title a:hover {
    border-color: #7e735f
  }
  .footer-nav__title {
    margin-bottom: 33px;
    font-size: 1.5em
  }
  .footer-nav__item a {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .footer-nav__item a:hover {
    border-color: #45494b
  }
  .footer-nav__item {
    font-size: 13px
  }
  .footer-nav__item:not(:last-child) {
    margin-bottom: 18px
  }
  .footer-util {
    max-width: 200px;
    width: 17.8%
  }
  .footer-util__item a {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .footer-util__item a:hover {
    border-color: #45494b
  }
  .footer-util__item img {
    margin-right: 15px
  }
  .footer-util__item {
    padding: 20px 0 20px 12px;
    font-size: 14px
  }
  .footer-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px
  }
  .footer-info a {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .footer-info a:hover {
    border-color: #45494b
  }
  .footer-info {
    font-size: 17px;
    margin-left: auto
  }
  .footer-info__item {
    margin-right: 50px
  }
  .footer-info__item_type_blank {
    padding-right: 20px;
    /*background-image: url(../../images/icon-blank-01@2x.png);*/
    background-size: 11px 11px;
    background-position: top 50% right 0
  }
  .footer-sns__item a:hover svg path {
    fill: #7e735f
  }
  .footer-sns__item svg path {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .footer-sns__item svg {
    vertical-align: middle
  }
  .footer-sns__item:not(:last-child) {
    margin-right: 37px
  }
  .footer-logo img {
	width: 120px;
	height: 80px
  }
  .footer-logo {
    height: 80px
  }
  .footer-rule__item a {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .footer-rule__item a:hover {
    border-color: #65676a
  }
  .footer-rule__item {
    font-size: 14px
  }
  .footer-rule__item:not(:last-child) {
    margin-right: 25px
  }
  .footer-copyright-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px
  }
  .footer-mark {
    margin-right: 40px
  }
  .footer-mark__item:not(:last-child) {
    margin-right: 15px
  }
  .footer-copyright {
    margin-left: auto;
    font-size: 11px
  }
  .goto-top-button {
    bottom: 20px;
    right: 25px;
    width: 40px;
    height: 40px;
    line-height: 25px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 50px;
  }
  .goto-top-button:hover {
    opacity: .85
  }
  .header-nav__item.js-lower-trigger a .tag {
    border-left: 5px solid #7e735f;
    padding-left: 5px;
    padding-right: 8px;
    font-size: 0.8em;
  }
  .header-nav__item.js-lower-trigger a .tag_min {
	border-left: 3px solid #7e735f;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.9em;
  }
	.header-nav__item>a {
	line-height: 1.6;
  }
  .header-nav__item>a:hover {
    color: #7e735f!important
  }
  .feature .header-nav__item:nth-child(1)>a {
    color: #7e735f!important
  }
  .service .header-nav__item:nth-child(2)>a {
    color: #7e735f!important
  }
  .case .header-nav__item:nth-child(3)>a {
    color: #7e735f!important
  }
  .anken .header-nav__item:nth-child(4)>a {
    color: #7e735f!important
  }
  .header-contact__item_type_button a {
    color: #fff!important;
    line-height: 41px!important
  }
  .header-util__item a:hover {
    color: #7e735f!important
  }
  .header-info__item a:hover {
    color: #7e735f!important
  }
  .cv-button_type_standard:hover {
    color: #7e735f!important
  }
  .header_type_standard {
    height: 140px!important
  }
  .header-contact__item_type_text a {
    color: #45494b!important
  }
  header.fixed {
    -webkit-box-shadow: 0!important;
    box-shadow: 0!important
  }
  .header_type_mini {
    height: 90px!important
  }
  .lower-nav__title:hover {
    color: #7e735f!important
  }
  .lower-nav-list__item a:hover {
    color: #7e735f!important
  }
  .aside-item__image img {
    vertical-align: bottom
  }
  .footer-util__item img {
    vertical-align: bottom
  }
  .goto-top-button img {
    /*vertical-align: bottom;*/
    top: 6px;
    position: absolute;
    left: 9px;
  }
  .footer-nav__list {
    margin-bottom: 30px;
    padding-bottom: 16px;

  }
  
  #share, #share1 {
    position: fixed;
    z-index: 1;
    width: 60px;
    top: 110px;
    left: 10px;
  }

}

@media screen and (max-width:768px) {
  .header__inner_type_mini {
    height: 50px;
  }
  .cv-button_type_important, .cv-button_type_info {
	border: 2px solid #FFFFFF;
  }
  .pc {
    display: none
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
  }
  .header_type_consultation .header-logo {
    height: 30px
  }
  .header_type_consultation .header-logo a {
    line-height: 30px
  }
  .header_type_consultation .header-logo img {
    left: 15px;
    width: 116px;
    height: 13px;
    margin: -8px 0 0 0
  }
  .header__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .header-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    border-bottom: 1px solid #e8e9ec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
  }
  .header-logo a {
    position: relative;
    height: 100%
  }
  .header-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 121px;
    height: 76px;
    margin-top: -38px;
    margin-right: 0;
    margin-left: -54px;
    margin-bottom: 0
  }
  .header-search {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff
  }
  .header-search__input {
    padding: 0 0 0 12px
  }
  .header-search__button {
    width: 30px
  }
  .header-util {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdcdf
  }
  .header-util__item {
    line-height: 1
  }
  .header-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .header-info__item:first-child {
    margin-right: 25px
  }
  .header-info__item_type_link img {
    margin-right: 9px
  }
  .header-info__item_type_button a {
    color: #fff
  }
  .header-info__item_type_button span {
    padding-right: 20px;
    /*background-image: url(../../images/icon-blank-02@2x.png);*/
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: top 50% right 0
  }
  .header-info__item_type_button {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 20px auto;
    background-color: #7e735f
  }
  .header-nav__item>a {
    position: relative;
    padding-left: 20px;
    font-weight: 700
  }
  .header-nav__item {
    border-bottom: 1px solid #e8e9ec;
    font-size: 15px;
    line-height: 50px
  }
  .header-nav__item_type_accordion>a::after, .header-nav__item_type_accordion>a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 11px;
    height: 1px;
    background-color: #0a847b;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-nav__item_type_accordion>a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .header-nav__item_type_standard>a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 6px;
    height: 9px;
    margin-top: -4px;
    /*background-image: url(../../images/icon-arrow-02@2x.png);*/
    background-size: 6px 9px;
    background-repeat: no-repeat;
    background-position: 0 0
  }
  .header-nav__item_state_open>a::after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
  .header-nav__item_state_open {
    background-color: #f2f2f2
  }
  .header-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0
  }
  .header-contact__item_type_text img {
    width: 18px;
    height: 18px;
    margin-right: 9px
  }
  .header-contact__item_type_text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 240px;
    height: 48px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    background-color: #7e735f;
    border-radius: 10px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    color: #fff
  }
  .header-contact__item_type_button a {
    color: #7e735f
  }
  .header-contact__item_type_button img {
    width: 20px;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle
  }
  .header-contact__item_type_button {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 240px;
	height: 48px;
	margin: 0 auto 15px;
	border: 2px solid #dddfe1;
	border-radius: 10px;
	line-height: 44px;
	font-size: 15px
  }
  .header-contact__item_type_button02 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 240px;
	height: 48px;
	margin: 0 auto 15px;
	border: 2px solid #dddfe1;
	border-radius: 10px;
	line-height: 44px;
	font-size: 15px
  }
  .header-sub-nav {
    background-color: #f2f2f2
  }
  .header-sub-nav__inner {
    padding: 25px 20px 40px
  }
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #232531;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
  }
  .header-menu_state_active {
    opacity: 1;
    visibility: visible
  }
  .header-menu_state_active .header-menu__layer {
    opacity: 1;
    visibility: visible
  }
  .header-menu_state_active .header-menu__inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .header-menu__layer_state_active.header-menu__layer {
    opacity: 1;
    visibility: visible
  }
  .header-menu__layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(35, 37, 49, .6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .1s;
    transition: all .4s ease-in .1s
  }
  .header-menu__inner {
    overflow-y: scroll;
    position: relative;
    z-index: 2;
    width: 274px;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-menu__close-button {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1
  }
  .header-menu-button {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 8px
  }
  .header-menu-button i {
    position: absolute;
    left: 50%;
    display: block;
    width: 16px;
    height: 1px;
    margin-left: -8px;
    background-color: #fff
  }
  .header-menu-button i:nth-child(1) {
    top: 14px
  }
  .header-menu-button i:nth-child(2) {
    top: 19px
  }
  .header-menu-button i:nth-child(3) {
    top: 24px
  }
  .header-menu-button span {
    display: block;
    position: absolute;
    top: 30px;
    left: 49%;
    margin-left: -1.5em;
    letter-spacing: .1em
  }
  .header-phone img {
    display: block;
    margin: 2px auto 4px
  }
  .header-phone span {
    display: block
  }
  .header-phone {
    width: 54px;
    height: 50px;
    font-size: 8px;
    border-bottom: 1px solid #e8e9ec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .lower-nav {
    display: none;
    padding: 0 0 30px 30px
  }
  .lower-nav__title {
    display: block;
    padding: 10px 0 12px 30px;
    margin: 0 0 0 -30px;
    font-size: 14px;
    line-height: 1
  }
  .lower-nav-list__item {
    margin: 0 0 0 -30px;
    padding: 12px 0 12px 30px;
    font-size: 14px;
    line-height: 1
  }
.lower-nav-list__item.kaikei {
    margin-left: -8px !important;
}

  .lower-nav-list__item a {
    margin-top: -12px;
    margin-right: 0;
    margin-left: -45px;
    margin-bottom: -12px;
    padding: 12px 0 12px 30px;
    position: relative;
  }
  
    .lower-nav-list__item a::before {
    position: absolute;
    top: 50%;
    left: 18px;
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 6px 6px;
    border-radius: 50%;
    background-color: #888;
  }
  .layer {
    background-color: rgba(35, 37, 49, .6)
  }
  .aside__inner {
    padding: 30px 15px
  }
  .aside-item:not(:last-child) {
    margin-bottom: 30px
  }
  .aside-item__image {
    margin-bottom: 8px
  }
  .aside-item__text {
    font-size: 13px
  }
  .aside-item__text::after {
    right: -18px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background-size: 9px 9px
  }
  .cv__inner {
    padding: 40px 15px 50px
  }
  .cv-lead__title {
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
    line-height: 1.4
  }
  .cv-lead__text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2
  }
  .cv-more {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
  }
  .cv-more__title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px
  }
  .cv-ad__item {
    padding-left: 15px;
    background-position: top 50% left 0
  }
  .cv-ad__item:not(:last-child) {
    margin-right: 15px
  }
  .cv-button-group {
    margin-bottom: 30px;
    padding-bottom: 25px
  }
  .cv-button_type_important img {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 26px;
    height: 26px;
    margin-top: -13px
  }
  .cv-button_type_important {
    position: relative;
    height: 70px;
    margin-bottom: 15px;
    line-height: 70px;
    font-size: 17px;
    margin-top: 11px;
  }
  .cv-button_type_info img {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 20px;
    height: 20px;
    margin-top: -10px
  }
  .cv-button_type_info span {
    margin: 0 8px 0 20px;
    font-size: 12px
  }
  .cv-button_type_info strong {
    font-size: 22px
  }
  .cv-button_type_info {
    position: relative;
    height: 70px;
    line-height: 70px
  }
  .cv-button_type_standard svg.icon-seminar {
    display: block;
    width: 21px;
    margin: 0 auto 17px
  }
  .cv-button_type_standard svg.icon-mail {
    display: block;
    width: 27px;
    margin: 12px auto 20px
  }
  .cv-button_type_standard svg.icon-document {
    display: block;
    width: 25px;
    margin: 0 auto 25px
  }
  .cv-button_type_standard svg.icon-calc {
    display: block;
    width: 25px;
    margin: 0 auto 16px
  }
  .cv-button_type_standard+.cv-button_type_standard svg {
    margin-bottom: 16px
  }
  .cv-button_type_standard {
    width: 47.5%;
    height: 124px;
    padding: 23px 15px 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2
  }
  .footer {
    padding-top: 30px
  }
  .footer__inner {
    padding: 0 15px
  }
  .footer-search {
    display: none
  }
  .footer-nav__title a {
    display: block
  }
  .footer-nav__title {
    margin-bottom: 20px;
    /*background-image: url(../../images/icon-arrow-01@2x.png);*/
    background-repeat: no-repeat;
    background-size: 7px 6px;
    background-position: top 50% right 0;
    font-size: 1.3em
  }
  .footer-nav__list {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e9ec
  }
  .footer-nav__item a {
    display: block
  }
  .footer-nav__item {
    font-size: 12px;
    /*background-image: url(../../images/icon-arrow-01@2x.png);*/
    background-repeat: no-repeat;
    background-size: 7px 6px;
    background-position: top 50% right 0
  }
  .footer-nav__item:not(:last-child) {
    margin-bottom: 16px
  }
  .footer-util {
    margin-bottom: 30px
  }
  .footer-util__item a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: -16px 0;
    padding: 16px 0
  }
  .footer-util__item img {
    margin-right: 10px
  }
  .footer-util__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    /*background-image: url(../../images/icon-arrow-01@2x.png);*/
    background-repeat: no-repeat;
    background-size: 7px 6px;
    background-position: top 50% right 0;
    font-size: 13px
  }
  .footer-info a {
    display: block
  }
  .footer-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
  }
  .footer-info__item a {
    margin: -16px 0;
    padding: 16px 0
  }
  .footer-info__item:nth-child(1), .footer-info__item:nth-child(2) {
    border-top: 1px solid #e8e9ec
  }
  .footer-info__item {
	width: 48.2%;
	padding: 16px 0;
	border-bottom: 1px solid #e8e9ec;
	/*background-image: url(../../images/icon-arrow-01@2x.png);*/
	background-repeat: no-repeat;
	background-size: 7px 6px;
	background-position: top 50% right 0
  }
  .footer-info__item_type_blank {
    /*background-image: url(../../images/icon-blank-01@2x.png);*/
    background-size: 10px 10px;
    background-position: top 50% right 0
  }
  .footer-sns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
  }
  .footer-sns__item:not(:last-child) {
    margin-right: 42px
  }
  .footer-logo img {
    width: 183px;
    height: 80px
  }
  .footer-logo {
    height: 80px;
    margin-bottom: 30px;
    text-align: center
  }
  .footer-rule {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
  }
  .footer-rule__item {
    font-size: 12px
  }
  .footer-rule__item:not(:last-child) {
    margin-right: 28px
  }
  .footer-copyright-wrapper {
    padding: 30px 0 25px
  }
  .footer-mark {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px
  }
  .footer-mark__item:not(:last-child) {
    margin-right: 25px
  }
  .footer-copyright {
    text-align: center;
    font-size: 10px
  }
  .goto-top-button img {
    top: 6px;
    position: absolute;
    left: 9px;
    width: 18px;
    height: 18px
  }
  .goto-top-button {
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 21px;
    z-index: 1
  }
  .header-nav__item>a {
    line-height: 50px!important
  }
  .header-contact__item_type_button a {
    color: #7e735f!important;
    line-height: 44px!important
  }
  .header-info__item.header-info__item_type_button a {
    color: #fff!important
  }
  .header-info__item a {
    line-height: 36px
  }
  .header-logo a {
    line-height: 50px
  }
  .footer-nav__title a {
    font-weight: 700
  }
  .header-contact__item_type_text a {
    color: #fff!important;
    line-height: 48px!important
  }
  #share {

  }


}
@media screen and (max-width:1179px) {
  .header-nav__item.js-lower-trigger a .tag_min {
	font-size: 0.8em;
  }
}
