*, html {
font-style: normal;
margin-left: 0px;
}

html {
  text-align: left;
  font-size: 9pt;
  line-height: 1.6
}

body {
  min-height: 100%
}

body, body * {
  margin: 0;
  padding: 0
}

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

table {
  border-collapse: collapse;
  border-spacing: 0
}

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

ol, table, ul {
  font-size: 1em
}

ol, ul {
  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, ::-moz-placeholder {
  color: #9da0a4;
  opacity: 1
}

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

a {
  color: inherit
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden
}

.header {
  position: relative;
  background-color: #fff;
  z-index: 4
}

.header, .header__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

.header-logo a {
  display: block
}

.header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2pc;
  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: 25px
}

.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: #00394a
}

.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: flex;
  position: relative
}

.header-contact__item_type_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  font-family: Arial Black, Gadget, sans-serif;
  font-size: 2.3em
}

.header-contact__item_type_text a {
  display: block;
  width: 100%;
  height: 100%;
  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: #fff;
font-family: Roboto, sans-serif;
color: #000
}

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

.lower-nav__title {
  color: #45494b
}

.lower-nav-list__item, .lower-nav__inner {
  -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;
  text-align: center;

}

.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-repeat: no-repeat;
  background-position: 0 0
}

.cv {
  background-color: #00394a
}

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

.cv-lead__text, .cv-lead__title {
  color: #fff
}

.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-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, .cv-button_type_info {
  background-color: #00394a;
  border-radius: 4px;
  color: #fff
}

.cv-button_type_info {
  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-calc path, .cv-button_type_standard svg.icon-document path, .cv-button_type_standard svg.icon-mail path, .cv-button_type_standard svg.icon-seminar path, .cv-button_type_standard svg.icon-seminar rect {
  fill: #fff
}

.footer__section_type_gray {
  background-color: #f2f2f2
}

.footer__section_type {
background-color: #ffffff
}

.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: #00394a;
  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 750pt #fff inset
}

.footer-nav__title {
  font-weight: 700;
  line-height: 1
}

.footer-nav__title a {
  color: #00394a
}

.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, .footer-sns__item svg {
  width: 24px;
  height: 24px
}

.footer-sns__item svg path {
  fill: #b1b1b1
}
.footer-logo,.footer-logo2 {
  height: 80px;
  text-align: center;
}
.footer-logo img {
  height: 40px;
  vertical-align: text-top;
}
.footer-logo2 img {
  height: 55px;
  vertical-align: text-top;
  text-align: center;
}
.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: #221815;
  letter-spacing: .8px;
  text-align: right
}

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

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

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

.anken .header-nav__item:nth-child(4)>a .lower-nav-list__item a, .case .header-nav__item:nth-child(3)>a .lower-nav-list__item a, .service .header-nav__item:nth-child(2)>a .lower-nav-list__item a {
  color: #00394a
}

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

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

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

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

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

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

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

.footer-info a, .footer-nav__item a, .footer-util__item a, .lower-nav__title {
  color: #45494b!important;
  text-decoration: none!important;
  text-align: center;
}

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

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

.aside, .cv, .footer, .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;
  line-height: 1.6
}

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

a {
  text-decoration: none
}

@media screen and (min-width:769px) {
  .sp {
    display: none
  }
  .header {
/*    min-width: 69pc;*/
    border-bottom: 1px solid #e8e9ec
  }
  .header_type_standard {
    height: 75px;
    z-index: 5
  }
  .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: -20px;
    padding-bottom: 20px
  }
  .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: -2px;
    padding-bottom: 2px
  }
  .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: 69pc;
    max-width: 100pc;*/
    padding: 0 10px
  }
  .header__inner_type_upper {
    margin-bottom: 25px;
    padding-top: 5px
  }
  .header__inner_type_under, .header__inner_type_upper {
/*    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between*/
  }
  .header__inner_type_under {
    padding-bottom: 20px
  }
  .header__inner_type_mini {
    height: 70px
  }
  .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: 12%;*/
/*height: 12%;*/
width: 50px;
vertical-align: baseline;
margin-top: 0px
  }
  .header-logo-mark a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-logo-mark a:hover {
    opacity: .85
  }
  .header-logo-mark {
/*    height: 75pt;
    margin-right: 30px*/
  }
  .header-logo-mark img {
width: 50px;
/*height: 12%;*/
vertical-align: baseline;
margin-top: 0px
  }
  .header-search {
    width: 220px;
    margin-right: 2pc
  }
  .header-search__input {
    padding: 7px 0 7px 9pt
  }
  .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: #00394a
  }
  .header-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 23px;
    margin-right: -35px
  }
  .header-info:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #dbdde0
  }
  .header-info__item:not(:last-child) {
    margin-right: 50px
  }
  .header-info__item a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-info__item a:hover {
    color: #00394a
  }
  .header-info__item_type_button a {
    color: #00394a;
    z-index: 6
  }
  .header-info__item_type_button img {
    margin-left: 8px
  }
  .header-info__item_type_button {
    width: 110px;
    height: 2pc;
    border: 2px solid #c1dfdd;
    line-height: 2pc;
    -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: #00394a
  }
  .header-nav {
    /* max-width: 980px; 630px;*/
    margin-left: auto;
    margin-right: auto;
    /*width: 80%;*/ /*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: -1px;
    padding-bottom: 1px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
/*  .header-nav__item>a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    visibility: hidden;
    left: 40%;
    top: 44px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #00394a;
    border-right: 3px solid #00394a;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 3;
    background-color: #fff
  }*/
  .header-nav__item>a:hover {
    color: #00394a
  }
  .header-nav__item>a:hover:after, .header-nav__item>a:hover:before {
    opacity: 1;
    visibility: visible
  }
  .header-nav__item {
    height: 100%;
    margin-bottom: -15px;
    padding-bottom: 15px;
    font-size: 20px;
        padding-left: 15px;
        padding-right: 0px;
  }
  .header-nav__item_state_visible .lower-nav, .header-nav__item_state_visible.header-nav__item a:after {
    opacity: 1;
    visibility: visible
  }
  .feature .header-nav__item:nth-child(1) a {
    color: #00394a
  }
  .feature .header-nav__item:nth-child(1) a:after {
    opacity: 1
  }
  .service .header-nav__item:nth-child(2) a {
    color: #00394a
  }
  .service .header-nav__item:nth-child(2) a:after {
    opacity: 1
  }
  .case .header-nav__item:nth-child(3) a {
    color: #00394a
  }
  .case .header-nav__item:nth-child(3) a:after {
    opacity: 1
  }
  .anken .header-nav__item:nth-child(4) a {
    color: #00394a
  }
  .anken .header-nav__item:nth-child(4) a:after {
    opacity: 1
  }
  .seminar .header-nav__item:nth-child(5) a {
    color: #00394a
  }
  .seminar .header-nav__item:nth-child(5) a:after {
    opacity: 1
  }
  .header-contact_type_mini {
    margin-left: auto
  }
  .header-contact__item:not(:last-child) {
    margin-right: 20px
  }
  .header-contact__item_type_text {
    color: #45494b;
    line-height: 1.6
  }
  .header-contact__item_type_text img {
    margin-right: 9pt
  }
  .header-contact__item_type_text {
    pointer-events: none
  }
  .header-contact__item_type_button a {
    color: #fff
  }
  .header-contact__item_type_button a:hover {
    color: #00394a!important
  }
  .header-contact__item_type_button {
    width: 180px;
    height: 42px;
    border-radius: 3px;
    background-color: #00394a;
    font-size: 1pc;
    line-height: 41px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 2px solid #00394a
  }
  .header-contact__item_type_button:hover {
    border: 2px solid #00394a;
    background-color: #fff
  }
  .header-contact__item_type_button02 a {
    color: #00394a
  }
  .header-contact__item_type_button02 {
    width: 180px;
    height: 42px;
    border-radius: 3px;
    font-size: 1pc;
    line-height: 41px;
    border: 2px solid #00394a
  }
  .header-contact__item_type_button02, .lower-nav {
    /*background-color: #CCCCCC;*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: rgba(255,255,255,0.90);
  }
  .lower-nav {
position: absolute;
bottom: -390px;
left: 0px;
z-index: 1;
width: 100%;
height: 390px;
visibility: hidden;
margin-right: 5px;
    
/*    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;*/
/*    box-shadow: 2px 2px 5px 0 rgba(73, 73, 73, .5);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(73, 73, 73, .5)*/
  }
  .lower-nav__title {
    position: relative;
    min-width: 250px;
    margin-right: 5px;
    padding-left: 30px;
    line-height: 1.6;
    font-size: 12px;
    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: #00394a;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }*/
  .lower-nav__title:hover {
    color: #00394a
  }
  .lower-nav__title:hover:before {
    background-color: #00394a
  }
  .lower-nav__inner {
/*    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;*/
    width: 100%;
    margin: 0 auto;
    padding: 30px 40px 33px;
    /*border-top: 3px solid #00394a*/
  }
  .lower-nav-list, .lower-nav__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

  }
  .lower-nav-list {
    -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: 0px;
    margin-left: 0px;
    /*opacity: .8;*/
   
    }
  .lower-nav-list__item {
    position: relative;
    width: 250px;

    min-height: 10px;
    padding: 10px 10px 0px 14px;
    font-size: 12px;
    line-height: 1;
    /*background-color: #DCFFB8;*/
  }
/*  .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: #555
  }
  .lower-nav-list__item:after, .lower-nav-list__item:before {
    border-radius: 25%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .lower-nav-list__item:after {
    top: 5px;
    left: 2px;
    width: 10px;
    height: 11px;
    background-color: #fff
  }*/
  .lower-nav-list__item:hover:after, .lower-nav-list__item:hover:before {
    background-color: #00394a
  }
  .lower-nav-list__item:nth-child(n+1)/*, .lower-nav-list__item:nth-child(2), .lower-nav-list__item:nth-child(3)*/ {
    margin-bottom: 5px
  }
  .lower-nav-list__item.kaikei {
    min-width: 250px!important
  }
  .lower-nav-list__item.tax {
    min-width: 287px!important
  }
  .lower-nav-list__item.jigyou-1 {
    max-width: 200px!important
  }
  .lower-nav-list__item.jigyou-2 {
    max-width: 15pc!important
  }
  .lower-nav-list__item.jigyou {
    min-width: 250px!important
  }
  .lower-nav-list__item a {
    margin-left: -30px;
    padding-left: 30px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .lower-nav-list__item a:hover {
    color: #00394a
  }
  .layer {
    background-color: rgba(27, 46, 59, .3)
  }
  .aside, .aside__inner {
    min-width: 69pc
  }
  .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;
    max-width: 90pc;
    width: 100%;
    padding: 60px 157px;
    margin: 0 auto;
    text-align: center;
  }
  .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%
  }
  .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);
    /*-webkit-transform: 1s cubic-bezier(.165, .84, .44, 1);*/
  }
  .aside-item__image {
    overflow: hidden;
    max-width: 475px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .aside-item__text {
    padding: 0 0 2px;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    text-align: center;
    -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, .cv__inner {
    min-width: 69pc
  }
  .cv__inner {
    max-width: 80pc;
    width: 100%;
    margin: 0 auto;
    padding: 5pc 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: 1pc
  }
  .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: 1pc
  }
  .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: 75pt;
    font-size: 0;
    line-height: 75pt;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 2px solid #fff
  }
  .cv-button_type_important:hover {
    border: 2px solid #fff
  }
  .cv-button_type_info img {
    margin: -2px 20px 0 0
  }
  .cv-button_type_info span {
    margin-right: 10px;
    font-size: 1pc
  }
  .cv-button_type_info strong {
    font-size: 27px
  }
  .cv-button_type_info {
    max-width: 585px;
    width: 48.7%;
    height: 75pt;
    line-height: 75pt
  }
  .cv-button_type_info, .cv-button_type_info:hover {
    border: 2px solid #fff
  }
  .cv-button_type_standard svg.icon-seminar {
    width: 1pc;
    margin-right: 9pt
  }
  .cv-button_type_standard svg.icon-mail {
    width: 20px;
    margin-right: 9pt
  }
  .cv-button_type_standard svg.icon-document {
    width: 19px;
    margin-right: 1pc
  }
  .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: 1pc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    white-space: nowrap
  }
  .cv-button_type_standard:hover {
    border-color: #fff;
    background-color: #fff;
    color: #00394a
  }
  .cv-button_type_standard:hover svg path, .cv-button_type_standard:hover svg rect {
    fill: #00394a
  }
  .footer {
    min-width: 69pc;
    padding-top: 90px
  }
  .footer__inner {
    min-width: 69pc;
    max-width: 80pc;
    margin: 0 auto;
    padding: 0 40px;
    color: #fff
  }
  .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: 25pc;
    height: 4pc;
    margin-right: 40px;
    padding-left: 42px;
    font-size: 23px
  }
  .footer-search__button {
    width: 180px;
    height: 3pc;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .footer-search__button:hover {
    background-color: #fff;
    -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: #00394a;
    border: 2px solid #00394a;
    font-weight: 700
  }
  .footer-nav-wrapper {
    margin-bottom: 60px;
    padding-bottom: 67px;
    border-bottom: 1px solid #dedede
  }
  .footer-nav, .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
  }
  .footer-nav {
    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: #00394a
  }
  .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 9pt;
    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: 150px 0px 0px 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-size: 11px 11px;
    background-position: top 50% right 0
  }
  .footer-sns__item a:hover svg path {
    fill: #00394a
  }
  .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 {
    height: 50px;

  }
  .footer-logo2 img {
    height: 60px;

  }

 .footer-logo {
    height: 50px
  }
 .footer-logo2 {
    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: 90pt
  }
  .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
  }
  .goto-top-button:hover {
    opacity: .85
  }
/*  .header-nav__item.js-lower-trigger a .tag {
    position: relative;
    width: 33.3%;
    min-height: 20px;
    padding: 0 30px 0 34px;
    font-size: 17px;
    line-height: 1.3
  }
  .header-nav__item.js-lower-trigger a .tag:after, .header-nav__item.js-lower-trigger a .tag:before, .header-nav__item.js-lower-trigger a .tag_min:after, .header-nav__item.js-lower-trigger a .tag_min:before {
    position: absolute;
    content: ""
  }
  .header-nav__item.js-lower-trigger a .tag:before, .header-nav__item.js-lower-trigger a .tag_min:before {
    top: 7px;
    left: -15px;
    width: 14px;
    height: 15px;
    background-color: #555;
    border-radius: 25%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-nav__item.js-lower-trigger a .tag:after, .header-nav__item.js-lower-trigger a .tag_min:after {
    top: 9px;
    left: -13px;
    width: 10px;
    height: 11px;
    background-color: #fff;
    border-radius: 25%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .header-nav__item.js-lower-trigger a .tag:hover:after, .header-nav__item.js-lower-trigger a .tag:hover:before, .header-nav__item.js-lower-trigger a .tag_min:hover:after, .header-nav__item.js-lower-trigger a .tag_min:hover:before {
    background-color: #00394a
  }*/
  .header-nav__item.js-lower-trigger a .tag {
    padding-left: 5px;
    padding-right: 0px;
    font-size: .55em;
  }
  .header-nav__item.js-lower-trigger a .tag_min {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .55em
  }
  .header-nav__item.js-lower-trigger a .tag:before, .header-nav__item.js-lower-trigger a .tag_min:before {
    position: absolute;
    content: ""
  }
  .header-nav__item>a {
    line-height: 1.5
  }
  .anken .header-nav__item:nth-child(4)>a, .case .header-nav__item:nth-child(3)>a, .feature .header-nav__item:nth-child(1)>a, .header-nav__item>a:hover, .service .header-nav__item:nth-child(2)>a {
    color: #00394a!important
  }
  .header-contact__item_type_button a {
    color: #fff!important;
    line-height: 41px!important
  }
  .cv-button_type_standard:hover, .header-info__item a:hover, .header-util__item a:hover {
    color: #00394a!important
  }
  .header_type_standard {
    height: 75px!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: auto!important
  }
  .lower-nav-list__item a:hover, .lower-nav__title:hover {
color: #00394a!important;
height: auto;
  }
  .lower-nav-list__item a:hover {
color: #00394a!important;
height: auto;
text-decoration: underline!important;
  }
  .aside-item__image img, .footer-util__item img {
    vertical-align: bottom
  }
  .goto-top-button img {
    top: 6px;
    position: absolute;
    left: 9px
  }
}

@media screen and (max-width:768px) {
  .cv-button_type_important, .cv-button_type_info {
    border: 2px solid #fff
  }
  .pc {
    display: none
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4
  }
  .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: 87pt;
    height: 13px;
    margin: -8px 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: 147px;*/
height: 18px;
margin-top: 14px;
margin-right: 0;
margin-left: -134px;
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 9pt
  }
  .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-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: #00394a
  }
  .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-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;
    vertical-align: middle
  }
  .header-contact__item_type_text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 15pc;
    height: 3pc;
    margin: 0 auto;
    background-color: #00394a;
    border-radius: 10px;
    line-height: 3pc;
    font-size: 18px;
    text-align: center;
    color: #fff
  }
  .header-contact__item_type_button a {
    color: #00394a
  }
  .header-contact__item_type_button img {
    width: 20px;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle
  }
  .header-contact__item_type_button, .header-contact__item_type_button02 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 15pc;
    height: 3pc;
    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 .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, .header-menu_state_active, .header-menu_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;
    border: 1px solid #000000;
  }
  .header-menu-button i {
position: absolute;
left: 50%;
display: block;
width: 1pc;
height: 1px;
margin-left: -8px;
background-color: #000;

  }
  .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 9pt 30px
  }
  .lower-nav-list__item, .lower-nav__title {
    margin: 0 0 0 -30px;
    font-size: 14px;
    line-height: 1
  }
  .lower-nav-list__item {
    padding: 9pt 0 9pt 30px
  }
  .lower-nav-list__item.kaikei {
    margin-left: 5px!important
  }
  .lower-nav-list__item a {
    margin: -9pt 0 -9pt -35px;
    padding: 9pt 0 9pt 0px
  }
  .layer {
    background-color: rgba(35, 37, 49, .6)
  }
  .aside__inner {
    padding: 30px 15px
  }
  .aside-item:not(:last-child) {
    margin-bottom: 30px
  }
  .aside-item {
text-align: center;

  }
  .aside-item__image {

  width: 80%;
  margin-left: auto;
  margin-right: auto;
    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: 9pt
  }
  .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: 9pt 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 1pc
  }
  .cv-button_type_standard+.cv-button_type_standard svg {
    margin-bottom: 1pc
  }
  .cv-button_type_standard {
    width: 47.5%;
    height: 93pt;
    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-repeat: no-repeat;
    background-size: 7px 6px;
    background-position: top 50% right 0;
    font-size: 1.3em
  }
  .footer-nav__list {
    margin-bottom: 19px;
    padding-bottom: 1pc;
    border-bottom: 1px solid #e8e9ec
  }
  .footer-nav__item a {
    display: block
  }
  .footer-nav__item {
    font-size: 9pt;
    background-repeat: no-repeat;
    background-size: 7px 6px;
    background-position: top 50% right 0
  }
  .footer-nav__item:not(:last-child) {
    margin-bottom: 1pc
  }
  .footer-util {
    margin-bottom: 30px
  }
  .footer-util__item a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: -1pc 0;
    padding: 1pc 0
  }
  .footer-util__item img {
    margin-right: 10px
  }
  .footer-util__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1pc 0;
    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: -1pc 0;
    padding: 1pc 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: 1pc 0;
    border-bottom: 1px solid #e8e9ec;
    background-repeat: no-repeat;
    background-size: 7px 6px;
    background-position: top 50% right 0
  }
  .footer-info__item_type_blank {
    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: 23px;
  }
    .footer-logo2 img {
/*width: 183px;*/
height: 55px;
  }
  .footer-logo {
    height: 50px;
    margin-bottom: 30px;
    text-align: center
  }
  .footer-logo2 {
    height: 50px;
    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: 9pt
  }
  .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: #00394a!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: 3pc!important
  }
}

@media screen and (max-width:1180px) {
  .header-contact .header-contact__item_type_text {
    font-size: 1.8em
  }
}
