#header {
  background: #0b0c0b;
}
#header h1 {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #999;
  line-height: 25px;
  padding: 3vw 5% 8vw;
}
#header .logo {
  text-align: center;
  margin-bottom: 9vw;
}
#header .logo img {
  width: 52%;
}
#header #belt .group .info {
  text-align: center;
}
#header #belt .group .info .logo-fix img {
  width: 80%;
}
#header #belt .group .info .tel {
  text-align: center;
  line-height: 1.5;
  color: #efeded;
  margin: 8vw 0 3vw;
}
#header #belt .group .info .tel dt {
  font-size: 3.8vw;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#header #belt .group .info .tel dd {
  font-size: 5.5vw;
  letter-spacing: 0.04em;
}
#header #belt .group .info .tel dd span {
  font-size: 31px;
  letter-spacing: 0.04em;
}
#header #belt .group .info .btn-efo {
  margin: 0 22% 15vw 15%;
}
#header #belt .group .info .btn-efo a {
  font-size: 3.5vw;
  padding: 4.5vw 5%;
}
#header #belt .group .info .btn-efo a::after {
  right: -13%;
}
#header #belt .group .nav li:not(.ins) a {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #efeded;
  display: block;
  padding: 20px 15px;
  border-top: 1px solid #4f4e4d;
  border-bottom: 1px solid #4f4e4d;
  position: relative;
}
#header #belt .group .nav li:not(.ins) a::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #efeded;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#header #belt .group .nav li:not(.ins) a.active::before {
  opacity: 1;
  visibility: visible;
}
#header #belt .group .nav .ins {
  width: 22vw;
  height: 22vw;
  border: 1px solid #868483;
  border-radius: 50%;
  margin: 12vw auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header #belt .group .nav .ins img {
  width: 33px;
}
#footer {
  background: #0b0c0b;
  padding: 15vw 0 33vw;
}
#footer .set1 {
  margin-bottom: 15vw;
}
#footer .set1 .wrap {
  padding: 0;
}
#footer .set1 .wrap .nav {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .set1 .wrap .nav li {
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 13px 12px;
}
#footer .set1 .wrap .nav li:not(:nth-child(2n)) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .set1 .wrap .nav li a {
  font-size: 15px;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
  color: #999;
}
#footer .set2 .content {
  padding-bottom: 13vw;
  border-bottom: 1px solid #dedfde;
}
#footer .set2 .col-l .logo {
  text-align: center;
}
#footer .set2 .col-l .logo img {
  width: 55%;
}
#footer .set2 .col-l .tel {
  text-align: center;
  line-height: 1.5;
  margin: 11vw 0 10vw;
  color: #efeded;
}
#footer .set2 .col-l .tel dt {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#footer .set2 .col-l .tel dd {
  font-size: 22px;
  letter-spacing: 0.04em;
}
#footer .set2 .col-l .tel dd span {
  font-size: 35px;
  letter-spacing: 0.04em;
}
#footer .set2 .col-l .list {
  color: #b1b1b1;
}
#footer .set2 .col-l .list p:not(:last-child) {
  margin-bottom: 20px;
}
#footer .set2 .col-l .list p .fz16 {
  color: #efeded;
  font-size: 15px;
  font-weight: 300;
}
#footer .set2 .col-l .list p .link-map {
  text-decoration: underline;
  text-underline-offset: 4px;
}
#footer .set2 .col-r {
  margin-top: 10vw;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#footer .set2 .col-r .info {
  font-weight: 300;
  opacity: 0.5;
  margin-bottom: 28px;
  color: #efeded;
}
#footer .set2 .col-r .info .btn-copy {
  margin: 25px 0 8px;
}
#footer .set2 .col-r .info .btn-copy a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 5px;
}
#footer .set2 .col-r .info .btn-copy a::before {
  content: "";
  background: url(../img/shared/icon_link.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: -20px;
}
#footer .set2 .col-r .info .cookies_link a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 5px;
}
#footer .set2 .col-r .info .cookies_link a::before {
  content: "";
  background: url(../img/shared/icon_coppy.png) no-repeat;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: -20px;
}
#footer .set2 .col-r .address address {
  font-weight: 200;
  opacity: 0.5;
}
#footer #pagetop {
  position: static;
  opacity: 1;
  visibility: visible;
  text-align: center;
  margin-top: 10vw;
}
#footer #pagetop img {
  width: 90px;
}
.style_shared1 {
  background: #211d1b;
  padding: 20vw 0;
}
.style_shared1 .set1 {
  margin-bottom: 15vw;
}
.style_shared1 .set1 h2 {
  font-size: 10vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5vw 0;
  line-height: 1.1;
  text-align: center;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: relative;
}
.style_shared1 .set1 h2::before {
  content: "";
  border-top: 2px solid #fff;
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
}
.style_shared1 .set1 h2::after {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
}
.style_shared1 .set1 .catch {
  font-weight: 500;
  padding: 3vw 0 1vw;
  margin-bottom: 7vw;
  border-bottom: 1px dashed #fff;
}
.style_shared1 .set1 .item1 .gr-txt {
  margin-bottom: 12vw;
}
.style_shared1 .set1 .item1 .gr-txt h3 {
  font-size: 5.5vw;
  letter-spacing: 0.44em;
  margin-bottom: 4vw;
}
.style_shared1 .set1 .item1 .gr-txt .txt {
  font-size: 16px;
  line-height: 61px;
  background: url(../img/about/sec7_linex2.png) repeat-x left top,
    url(../img/about/sec7_linex.png);
}
.style_shared1 .set2 .col-l .item1 {
  background: rgba(0, 0, 0, 0.8);
  padding: 10vw 10% 6vw;
}
.style_shared1 .set2 .col-l .item1 .tel {
  text-align: center;
  line-height: 1.6;
}
.style_shared1 .set2 .col-l .item1 .tel dt {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.style_shared1 .set2 .col-l .item1 .tel dd {
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #efeded;
}
.style_shared1 .set2 .col-l .item1 .tel dd span {
  font-size: 30px;
  letter-spacing: 0.04em;
}
.style_shared1 .set2 .col-l .item2 {
  background: rgba(0, 0, 0, 0.4);
  padding: 10vw 10% 10vw;
}
.style_shared1 .set2 .col-l .item2 .btn-efo {
  margin: 0 8% 0 0;
}
.style_shared1 .set2 .col-l .item2 .btn-efo a {
  font-size: 3.5vw;
  letter-spacing: 0.05em;
}
.style_shared1 .set2 .col-l .item2 .btn-efo a::after {
  right: -12%;
}
.style_shared1 .set2 .col-r {
  background: rgba(255, 255, 255, 0.05);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 10vw 3% 10vw;
  text-align: center;
}
.style_shared1 .set2 .col-r dt {
  font-size: 16px;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  #header {
    background: none;
    position: relative;
  }
  #header h1 {
    line-height: 33px;
    padding: 0;
    position: absolute;
    top: 178px;
    left: 8px;
    z-index: 3;
    white-space: nowrap;
  }
  #header .logo {
    margin-bottom: 0;
    position: absolute;
    top: 243px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  #header .logo img {
    width: auto;
  }
  #header #hd-top {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 3;
  }
  #header #hd-top .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #header #hd-top .info .tel {
    color: #efeded;
    line-height: 30px;
  }
  #header #hd-top .info .tel dt {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2em;
  }
  #header #hd-top .info .tel dd {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-left: 18px;
  }
  #header #hd-top .info .tel dd span {
    font-size: 30px;
    letter-spacing: 0.04em;
  }
  #header #hd-top .info .ins {
    width: 36px;
    margin: -11px 11px 0 0;
  }
  #header #hd-top .info .ins img {
    width: 100%;
    height: auto;
  }
  #header #hd-top .nav {
    display: flex;
    justify-content: center;
    padding: 19px 0;
    margin-top: 19px;
    border-top: 1px solid #efeded;
    border-bottom: 1px solid #efeded;
  }
  #header #hd-top .nav li {
    margin: 0 23px;
  }
  #header #hd-top .nav li a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.16em;
    color: #efeded;
    display: inline-block;
    position: relative;
  }
  #header #hd-top .nav li a::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #efeded;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
  }
  #header #hd-top .nav li a.active::before,
  #header #hd-top .nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .gr {
    position: relative;
  }
  #header #belt .gr::before {
    content: "";
    background: url(../img/shared/nav_bg.jpg) no-repeat center top/cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(50% - 44px);
  }
  #header #belt .group {
    margin-left: calc(50% - 44px);
    padding: 131px 50px 100px 103px;
    display: flex;
    flex-direction: column-reverse;
  }
  #header #belt .group .info {
    text-align: left;
    margin-left: 5px;
  }
  #header #belt .group .info .logo-fix img {
    width: 80%;
  }
  #header #belt .group .info .tel {
    line-height: 34px;
    text-align: left;
    margin: 70px 0 18px;
  }
  #header #belt .group .info .tel dt {
    font-size: 14px;
    margin-left: -4px;
  }
  #header #belt .group .info .tel dd {
    font-size: 24px;
  }
  #header #belt .group .info .tel dd span {
    font-size: 36px;
  }
  #header #belt .group .info .btn-efo {
    width: 267px;
    margin: 0;
  }
  #header #belt .group .info .btn-efo a {
    font-size: 16px;
    padding: 13px 30px;
  }
  #header #belt .group .info .btn-efo a::after {
    right: -30px;
  }
  #header #belt .group .nav li:not(.ins) {
    margin-bottom: 35px;
  }
  #header #belt .group .nav li:not(.ins) a {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.16em;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    display: inline-block;
  }
  #header #belt .group .nav li:not(.ins) a::before {
    width: 9px;
    height: 9px;
    left: -30px;
  }
  #header #belt .group .nav li:not(.ins) a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .group .nav .ins {
    width: 36px;
    height: auto;
    border: 0;
    border-radius: 0;
    margin: 0;
    display: block;
  }
  #header #belt .group .nav .ins img {
    width: 100%;
    height: auto;
  }
  #footer {
    padding: 54px 0 48px;
  }
  #footer .wrap {
    max-width: 1200px;
  }
  #footer .set1 {
    margin-bottom: 51px;
  }
  #footer .set1 .wrap .nav {
    border-top: 0;
    display: flex;
    justify-content: center;
  }
  #footer .set1 .wrap .nav li {
    width: auto;
    border-bottom: 0;
    padding: 0;
  }
  #footer .set1 .wrap .nav li:not(:nth-child(2n)) {
    border-right: 0;
  }
  #footer .set1 .wrap .nav li a {
    font-size: 14px;
    letter-spacing: 0.15em;
    font-weight: 400;
  }
  #footer .set1 .wrap .nav li:not(:last-child) a {
    padding-right: 25px;
    margin-right: 25px;
    position: relative;
  }
  #footer .set1 .wrap .nav li:not(:last-child) a::before {
    content: "";
    border-left: 1px solid #999;
    position: absolute;
    top: 8px;
    right: -2px;
    bottom: 9px;
    transform: rotate(46deg);
  }
  #footer .set1 .wrap .nav li:not(:last-child) a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  #footer .set2 .content {
    border-top: 1px solid #dedfde;
    padding: 49px 5px 55px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #footer .set2 .col-l .logo {
    text-align: left;
  }
  #footer .set2 .col-l .logo img {
    width: 255px;
    height: auto;
  }
  #footer .set2 .col-l .tel {
    text-align: left;
    display: flex;
    line-height: 30px;
    align-items: center;
    margin: 44px 0 28px;
  }
  #footer .set2 .col-l .tel dt {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  #footer .set2 .col-l .tel dd {
    font-size: 20px;
    margin-left: 17px;
  }
  #footer .set2 .col-l .tel dd span {
    font-size: 30px;
  }
  #footer .set2 .col-l .list {
    font-size: 15px;
    line-height: 28px;
    margin-left: -5px;
  }
  #footer .set2 .col-l .list p:not(:last-child) {
    margin-bottom: 39px;
  }
  #footer .set2 .col-l .list p .fz16 {
    font-size: 16px;
  }
  #footer .set2 .col-l .list p .link-map {
    text-underline-offset: 7px;
  }
  #footer .set2 .col-l .list p .link-map:hover {
    text-decoration: none;
  }
  #footer .set2 .col-l .list p .dilb {
    display: inline !important;
  }
  #footer .set2 .col-r {
    margin: 0 92px -14px 0;
    text-align: right;
    font-size: 12px;
    line-height: 30px;
  }
  #footer .set2 .col-r .info {
    margin-bottom: 29px;
  }
  #footer .set2 .col-r .info #socialbuttons {
    margin: 0;
    text-align: right;
  }
  #footer .set2 .col-r .info .btn-copy {
    margin: 9px 0 0px;
  }
  #footer .set2 .col-r .info .btn-copy a {
    text-underline-offset: 7px;
  }
  #footer .set2 .col-r .info .btn-copy a::before {
    top: 12px;
    left: -24px;
  }
  #footer .set2 .col-r .info .btn-copy a:hover {
    text-decoration: none;
  }
  #footer .set2 .col-r .info .cookies_link a {
    text-underline-offset: 7px;
  }
  #footer .set2 .col-r .info .cookies_link a::before {
    top: 11px;
    left: -23px;
  }
  #footer .set2 .col-r .info .cookies_link a:hover {
    text-decoration: none;
  }
  #footer .set2 .col-r .address address {
    letter-spacing: 0.15em;
  }
  #footer #pagetop {
    margin-top: 38px;
  }
  #footer #pagetop img {
    width: 85px;
    height: auto;
  }
  .style_shared1 {
    padding: 138px 0 130px;
  }
  .style_shared1 .set1 {
    margin: 0 65px 105px;
  }
  .style_shared1 .set1 h2 {
    font-size: 85px;
    padding: 35px 0;
    line-height: 50px;
  }
  .style_shared1 .set1 .catch {
    padding: 0 0 1px;
    margin-bottom: 81px;
    border-bottom: 0;
    position: relative;
  }
  .style_shared1 .set1 .catch::before {
    content: "";
    background: url(../img/about/sec7_line.png) repeat-x;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .style_shared1 .set1 .item1 {
    display: flex;
    justify-content: space-between;
  }
  .style_shared1 .set1 .item1 .gr-txt {
    margin: 3px 0 0 -3px;
    width: 359px;
  }
  .style_shared1 .set1 .item1 .gr-txt h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .style_shared1 .set1 .item1 .gr-txt .txt {
    font-size: 18px;
    padding: 0 10px 0 6px;
  }
  .style_shared1 .set1 .item1 .photo {
    margin-right: -4px;
  }
  .style_shared1 .set2 {
    display: flex;
  }
  .style_shared1 .set2 .col-l {
    width: 50%;
    height: 300px;
  }
  .style_shared1 .set2 .col-l .item1 {
    padding: 57px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .style_shared1 .set2 .col-l .item1 .tel {
    line-height: 40px;
  }
  .style_shared1 .set2 .col-l .item1 .tel dt {
    font-size: 14px;
  }
  .style_shared1 .set2 .col-l .item2 {
    padding: 57px 0 52px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .style_shared1 .set2 .col-l .item2 .btn-efo {
    margin: 0 0 0 -23px;
    width: 274px;
  }
  .style_shared1 .set2 .col-l .item2 .btn-efo a {
    font-size: 14px;
    letter-spacing: 0.075em;
    padding: 6px 30px;
  }
  .style_shared1 .set2 .col-l .item2 .btn-efo a::after {
    right: -28px;
  }
  .style_shared1 .set2 .col-r {
    width: 50%;
    letter-spacing: 0.1em;
    padding: 59px 30px 60px;
  }
  .style_shared1 .set2 .col-r dt {
    margin-bottom: 7px;
  }
  .style_shared1 .set2 .col-r dd {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 32px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 768px) {
  #header h1 {
    left: 1px;
  }
  #footer .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
  #footer .set2 .col-r {
    margin-right: 30px;
  }
}
