#company .inner .left .heading h2, #voice .inner .heading h2, #instagram .inner .top .heading h2, #case .inner .heading h2, #building .inner .heading h2, #news .inner .heading h2 {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #00316c;
  font-size: 34px;
  line-height: 1.1764705882;
  letter-spacing: 0.08em;
}
#company .inner .left .heading h2 small, #voice .inner .heading h2 small, #instagram .inner .top .heading h2 small, #case .inner .heading h2 small, #building .inner .heading h2 small, #news .inner .heading h2 small {
  display: flex;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  line-height: 1.4;
  margin-bottom: 16px;
  border-bottom: solid 1px #00316c;
  padding-bottom: 2px;
}
@media (max-width: 999px) {
  #company .inner .left .heading h2, #voice .inner .heading h2, #instagram .inner .top .heading h2, #case .inner .heading h2, #building .inner .heading h2, #news .inner .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #company .inner .left .heading h2, #voice .inner .heading h2, #instagram .inner .top .heading h2, #case .inner .heading h2, #building .inner .heading h2, #news .inner .heading h2 {
    font-size: 24px;
  }
  #company .inner .left .heading h2 small, #voice .inner .heading h2 small, #instagram .inner .top .heading h2 small, #case .inner .heading h2 small, #building .inner .heading h2 small, #news .inner .heading h2 small {
    font-size: 18px;
    line-height: 1.6;
  }
}

#voice .inner .heading h2, #case .inner .heading h2, #building .inner .heading h2 {
  align-items: center;
}

#company .inner .left .heading h2, #case .inner .heading h2, #building .inner .heading h2 {
  color: #fff;
}
#company .inner .left .heading h2 small, #case .inner .heading h2 small, #building .inner .heading h2 small {
  border-bottom: solid 1px #fff;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

#main {
  position: relative;
  z-index: 2;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  letter-spacing: 0.08em;
}
#mainimg #mainslider {
  width: 100%;
}
#mainimg #mainslider img {
  height: calc(100vh - 113px);
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainimg .catch .bgtext {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 0 0.75%;
}
#mainimg .catch .bgtext img {
  width: 100%;
}
#mainimg .catch .catchinner {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  position: absolute;
  top: 11%;
  right: calc((100% - 1180px) / 2);
}
#mainimg .catch .catchinner .txtbox {
  color: #fff;
}
#mainimg .catch .catchinner .txtbox .title {
  writing-mode: vertical-rl;
  font-size: 46px;
  line-height: 1.6;
}
#mainimg .catch .catchinner .txtbox .title .bd {
  font-size: 50px;
}
#mainimg .catch .catchinner .txtbox .title .bd:not(:first-child) {
  position: relative;
  padding-top: 40px;
}
#mainimg .catch .catchinner .txtbox .title .bd:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 2px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/catch-hr.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1180px) {
  #mainimg .catch .catchinner {
    right: 10px;
  }
}
@media (max-width: 1299px) {
  #mainimg .catch .catchinner {
    top: 5%;
  }
}
@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: 500px;
  }
  #mainimg .catch .catchinner .txtbox .title {
    font-size: 32px;
    line-height: 1.6;
  }
  #mainimg .catch .catchinner .txtbox .title .bd {
    font-size: 36px;
  }
  #mainimg .catch .catchinner .txtbox .title .bd:not(:first-child) {
    padding-top: 20px;
  }
  #mainimg .catch .catchinner .txtbox .title .bd:not(:first-child)::before {
    width: 42px;
    height: 2px;
    top: 10px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  #mainimg #mainslider {
    width: 100%;
  }
  #mainimg #mainslider img {
    height: 320px;
  }
  #mainimg .catch .catchinner {
    text-align: right;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  #mainimg .catch .catchinner .txtbox {
    width: 100%;
    height: 100%;
  }
  #mainimg .catch .catchinner .txtbox .title {
    margin-left: auto;
    font-size: 20px;
  }
  #mainimg .catch .catchinner .txtbox .title .bd {
    font-size: 24px;
  }
  #mainimg .catch .catchinner .txtbox .title .bd:not(:first-child) {
    padding-top: 10px;
  }
  #mainimg .catch .catchinner .txtbox .title .bd:not(:first-child)::before {
    width: 32px;
    height: 2px;
    top: 5px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  padding-top: 90px;
  padding-bottom: 100px;
  letter-spacing: 0.08em;
  background-color: #fff;
}
#news .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
#news .inner .heading {
  width: 19.4915254237%;
  padding-right: 30px;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#news .inner .heading h2 {
  margin-bottom: 26px;
}
#news .inner .heading .btn {
  display: flex;
}
#news .inner .heading .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease-out;
  padding: 0 3px 9px;
  color: #00316c;
  border-bottom: solid 1px #00316c;
}
#news .inner .heading .btn a:hover {
  opacity: 0.6;
}
#news .inner .heading .btn a::after {
  width: 7px;
  height: 10px;
  margin-left: 9px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
#news .inner .heading .btn a::after {
  background-image: url(../images/btn-flow-mini.png);
}
#news .inner .heading .map a::before {
  content: "";
  width: 16px;
  height: 18px;
  margin-right: 5px;
  background-image: url(../images/map-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#news .inner .contents {
  width: 80.5084745763%;
}
#news .inner .contents .block {
  width: 29.4736842105%;
}
#news .inner .contents .block:not(:nth-child(3n+1)) {
  margin-left: 5.7894736842%;
}
@media (max-width: 999px) {
  #news .inner {
    display: block;
  }
  #news .inner .heading {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  #news .inner .contents {
    width: 100%;
  }
  #news .inner .contents .block {
    width: 31.3559322034%;
  }
  #news .inner .contents .block:not(:nth-child(3n+1)) {
    margin-left: 2.9661016949%;
  }
}
@media (max-width: 767px) {
  #news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #news .inner {
    display: block;
  }
  #news .inner .heading {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  #news .inner .contents {
    justify-content: center;
  }
  #news .inner .contents .block {
    width: 48%;
  }
  #news .inner .contents .block a .image img {
    margin-bottom: 10px;
  }
  #news .inner .contents .block a .txtbox .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #news .inner .contents .block:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  #news .inner .contents .block:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
  #news .inner .contents .block:nth-child(n+3) {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
building
------------------------------------------------- */
#building {
  letter-spacing: 0.08em;
  position: relative;
  padding-top: 76px;
  padding-bottom: 88px;
}
#building::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/building-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#building::after {
  position: absolute;
  z-index: 1;
  top: 500px;
  right: 0;
  width: 100%;
  height: calc(100% - 500px);
  content: "";
  background-image: url(../images/building-bg2.jpg);
  background-repeat: repeat;
}
#building .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#building .inner .heading h2 {
  margin-bottom: 72px;
}
#building .inner .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 30px;
}
#building .inner .catch .yellow {
  color: #f9d855;
}
#building .inner .catch::before, #building .inner .catch::after {
  content: "";
  width: 39px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: cover;
}
#building .inner .catch::before {
  background-image: url(../images/building-tit-l.png);
  margin-right: 10px;
}
#building .inner .catch::after {
  background-image: url(../images/building-tit-r.png);
  margin-left: 10px;
}
#building .inner .b-line {
  display: flex;
  flex-direction: column;
  height: 33px;
  max-width: 76.9491525424%;
  margin: 0 auto;
  margin-bottom: 58px;
  opacity: 0.77;
}
#building .inner .b-line .top {
  display: flex;
  justify-content: center;
}
#building .inner .b-line .top .top-line {
  top: 0;
  width: 2px;
  height: 31px;
  background: #fff;
}
#building .inner .b-line .middle {
  display: flex;
}
#building .inner .b-line .middle .row-line {
  width: 100%;
  height: 2px;
  background: #fff;
}
#building .inner .b-line .bottom {
  display: flex;
  justify-content: space-between;
}
#building .inner .b-line .bottom .bottom-line {
  width: 2px;
  height: 40px;
  background: #fff;
}
#building .inner .contents {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#building .inner .contents .block {
  width: 22.1398305085%;
  position: relative;
}
#building .inner .contents .block a {
  font-weight: normal;
  text-decoration: none;
  color: #1c1c1c;
  transition: all 0.5s ease-out;
}
#building .inner .contents .block a:hover {
  opacity: 0.6;
}
#building .inner .contents .block .image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
}
#building .inner .contents .block .image img {
  width: 150px;
  height: 150px;
}
#building .inner .contents .block .txtbox .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.6;
  color: #00316c;
  text-align: center;
  margin-bottom: 15px;
}
#building .inner .contents .block .txtbox .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
}
#building .inner .contents .block:not(:nth-child(4n+1)) {
  margin-left: 3.813559322%;
}
#building .inner .btn a {
  width: 300px;
  height: 80px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: #00316c solid 1px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00316c;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#building .inner .btn a::before {
  width: 40px;
}
#building .inner .btn a::after {
  content: "";
  width: 9px;
  height: 13px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#building .inner .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #building .inner .btn a {
    width: 290px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #building .inner .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
}
#building .inner .btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
  #building::after {
    top: 480px;
    height: calc(100% - 480px);
  }
  #building .inner .catch {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 30px;
  }
  #building .inner .catch .yellow {
    color: #f9d855;
  }
  #building .inner .catch::before, #building .inner .catch::after {
    content: "";
    width: 31.2px;
    height: 44px;
  }
  #building .inner .contents {
    position: relative;
    display: flex;
  }
  #building .inner .contents .block .txtbox .text {
    font-size: 14px;
  }
  #building .inner .btn {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #building {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #building::after {
    top: 250px;
    height: calc(100% - 250px);
  }
  #building .inner .heading h2 {
    margin-bottom: 40px;
  }
  #building .inner .catch {
    font-size: 24px;
  }
  #building .inner .catch::before, #building .inner .catch::after {
    display: none;
  }
  #building .inner .b-line {
    display: none;
  }
  #building .inner .contents {
    justify-content: space-between;
  }
  #building .inner .contents .block {
    width: 48%;
    position: relative;
  }
  #building .inner .contents .block .image {
    margin-bottom: 20px;
  }
  #building .inner .contents .block .image img {
    width: 130px;
    height: 130px;
  }
  #building .inner .contents .block .txtbox .title {
    font-size: 28px;
  }
  #building .inner .contents .block .txtbox .text {
    font-size: 14px;
  }
  #building .inner .contents .block:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  #building .inner .contents .block:nth-child(n+3) {
    margin-top: 40px;
  }
  #building .inner .btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  position: relative;
  letter-spacing: 0.08em;
  padding-top: 78px;
}
#case::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  content: "";
  background-image: url(../images/case-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#case .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
#case .inner .heading h2 {
  margin-bottom: 60px;
}
#case .inner .contents .block .txtbox .text {
  color: #fff;
}
#case .inner .btn a {
  width: 300px;
  height: 80px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: #00316c solid 1px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00316c;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#case .inner .btn a::before {
  width: 40px;
}
#case .inner .btn a::after {
  content: "";
  width: 9px;
  height: 13px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#case .inner .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #case .inner .btn a {
    width: 290px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #case .inner .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
}
#case .inner .btn {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
  #case::before {
    height: calc(100% - 35px);
  }
  #case .inner .btn {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #case {
    padding-top: 50px;
  }
  #case::before {
    height: calc(100% - 30px);
  }
  #case .inner .contents {
    justify-content: center;
  }
}

/* ----------------------------------------------
instagram
------------------------------------------------- */
#instagram {
  padding-top: 114px;
  letter-spacing: 0.08em;
}
#instagram .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#instagram .inner .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 55px;
}
#instagram .inner .top .heading {
  display: flex;
}
#instagram .inner .top .heading h2 small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#instagram .inner .top .heading .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: end;
  margin-left: 9px;
}
#instagram .inner .top .heading .catch p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#instagram .inner .top .heading .catch p::before, #instagram .inner .top .heading .catch p::after {
  content: "";
  width: 12px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
}
#instagram .inner .top .heading .catch p::before {
  background-image: url(../images/instagram-catch-l.png);
  margin-right: 6px;
}
#instagram .inner .top .heading .catch p::after {
  background-image: url(../images/instagram-catch-r.png);
  margin-left: 6px;
}
#instagram .inner .top .btn a {
  width: 270px;
  height: 70px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: #00316c solid 1px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00316c;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#instagram .inner .top .btn a::before {
  width: 40px;
}
#instagram .inner .top .btn a::after {
  content: "";
  width: 9px;
  height: 13px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#instagram .inner .top .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #instagram .inner .top .btn a {
    width: 290px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #instagram .inner .top .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
}
#instagram .inner .top .btn {
  margin-bottom: 5px;
}
#instagram .inner .top .btn a::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-image: url(../images/instagram-btn.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#instagram .inner .contents {
  display: flex;
  flex-wrap: wrap;
}
#instagram .inner .block {
  position: relative;
  width: 22.8813559322%;
}
#instagram .inner .block:nth-child(n+5) {
  margin-top: 25px;
}
#instagram .inner .block:not(:nth-child(4n+1)) {
  margin-left: 2.8248587571%;
}
#instagram .inner .block:first-child {
  margin-left: 0;
}
#instagram .inner .block a {
  text-decoration: none;
  color: #fff;
}
#instagram .inner .block a:hover .txtbox {
  opacity: 1;
}
#instagram .inner .block .image {
  position: relative;
  padding-top: 66.6666666667%;
}
#instagram .inner .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#instagram .inner .block .txtbox {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
  opacity: 0;
}
#instagram .inner .block .text {
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 999px) {
  #instagram .inner .top {
    display: block;
    margin-bottom: 60px;
  }
  #instagram .inner .top .heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #instagram {
    padding-top: 50px;
  }
  #instagram .inner .top {
    display: block;
    margin-bottom: 40px;
  }
  #instagram .inner .top .heading {
    display: block;
    margin-bottom: 40px;
  }
  #instagram .inner .top .heading h2 {
    margin-bottom: 40px;
  }
  #instagram .inner .top .heading .catch {
    margin-left: 0px;
  }
  #instagram .inner .top .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #instagram .inner .block {
    width: 48%;
  }
  #instagram .inner .block:not(:first-child) {
    margin-left: 0;
  }
  #instagram .inner .block:nth-child(even) {
    margin-left: 4%;
  }
  #instagram .inner .block:nth-child(n+3) {
    margin-top: 15px;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice {
  position: relative;
  letter-spacing: 0.08em;
  margin-top: 110px;
  padding-bottom: 88px;
}
#voice::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 72px);
  content: "";
  background-image: url(../images/voice-bg.jpg);
  background-repeat: repeat;
}
#voice .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#voice .inner .heading h2 {
  margin-bottom: 55px;
}
#voice .inner .btn a {
  width: 300px;
  height: 80px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: #00316c solid 1px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #00316c;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#voice .inner .btn a::before {
  width: 40px;
}
#voice .inner .btn a::after {
  content: "";
  width: 9px;
  height: 13px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#voice .inner .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #voice .inner .btn a {
    width: 290px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #voice .inner .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
}
#voice .inner .btn {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
  #voice .inner .btn {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #voice {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  #voice::before {
    height: calc(100% - 65px);
  }
  #voice .inner .contents {
    justify-content: center;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  letter-spacing: 0.08em;
}
#company .inner {
  display: flex;
  height: 550px;
}
#company .inner .left {
  position: relative;
  width: 43.125%;
  padding: 97px 10px 10px calc((100% - 1180px) / 2);
}
#company .inner .left::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/company-bg.jpg);
  background-repeat: repeat;
}
#company .inner .left .heading {
  margin-bottom: 50px;
}
#company .inner .left .txtbox {
  color: #fff;
  margin-bottom: 13px;
}
#company .inner .left .txtbox .name {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
#company .inner .left .txtbox .address {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
#company .inner .left .btnset {
  display: flex;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
  gap: 0 30px;
}
#company .inner .left .btnset .btn {
  display: flex;
}
#company .inner .left .btnset .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease-out;
  padding: 0 3px 9px;
  color: #f9d855;
  border-bottom: solid 1px #f9d855;
}
#company .inner .left .btnset .btn a:hover {
  opacity: 0.6;
}
#company .inner .left .btnset .btn a::after {
  width: 7px;
  height: 10px;
  margin-left: 9px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
#company .inner .left .btnset .btn a::after {
  background-image: url(../images/btn-flow-mini2.png);
}
#company .inner .left .btnset .map a::before {
  content: "";
  width: 16px;
  height: 18px;
  margin-right: 5px;
  background-image: url(../images/map-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#company .inner .image {
  width: 56.875%;
}
#company .inner .image img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  #company .inner .left {
    padding-left: 10px;
  }
}
@media (max-width: 999px) {
  #company .inner {
    height: 400px;
  }
  #company .inner .left {
    padding: 30px 10px 10px 10px;
  }
  #company .inner .left .heading {
    margin-bottom: 40px;
  }
  #company .inner .left .txtbox {
    margin-bottom: 20px;
  }
  #company .inner .left .txtbox .name {
    font-size: 18px;
  }
  #company .inner .left .txtbox .address {
    font-size: 15px;
  }
  #company .inner .image img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #company .inner {
    flex-direction: column-reverse;
    height: initial;
  }
  #company .inner .left {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
  #company .inner .image {
    width: 100%;
  }
  #company .inner .image img {
    height: 200px;
  }
}/*# sourceMappingURL=index.css.map */