#news .btn a, #voice .btn a, #case .inner .btn a, #about .inner .left .txtbox .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  min-height: 70px;
  background-color: #0e0e0e;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease-out;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#news .btn a:hover, #voice .btn a:hover, #case .inner .btn a:hover, #about .inner .left .txtbox .btn a:hover {
  opacity: 0.6;
}
#news .btn a::after, #voice .btn a::after, #case .inner .btn a::after, #about .inner .left .txtbox .btn a::after {
  position: absolute;
  right: 30px;
  min-width: 11px;
  min-height: 21px;
  content: "";
  background-image: url(../images/btn-flow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #news .btn a, #voice .btn a, #case .inner .btn a, #about .inner .left .txtbox .btn a {
    max-width: 260px;
    min-height: 60px;
  }
}

#sns .blockinner .inner .contents .block .box .btn a, #achievements .inner .block .txtbox .txthead .btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 128px;
  min-height: 40px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease-out;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  color: #0e0e0e;
  border-bottom: solid 1px #0d0d0d;
  /* @include transition();
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#sns .blockinner .inner .contents .block .box .btn a:hover, #achievements .inner .block .txtbox .txthead .btn a:hover {
  opacity: 0.6;
}
#sns .blockinner .inner .contents .block .box .btn a::after, #achievements .inner .block .txtbox .txthead .btn a::after {
  position: absolute;
  right: 11px;
  min-width: 7px;
  min-height: 12px;
  content: "";
  background-image: url(../images/btn-flow2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #sns .blockinner .inner .contents .block .box .btn a, #achievements .inner .block .txtbox .txthead .btn a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
  }
}

#sns .blockinner .inner .contents .block .box .btn a {
  border-bottom: none;
}

#company .inner .txtbox .address .heading h2, #sns .blockinner .inner h2, #news .inner h2, #voice .inner h2, #case .inner h2, #about .inner .right h2 {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-size: 34px;
  line-height: 1.6470588235;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #0e0e0e;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
}
#company .inner .txtbox .address .heading h2 small, #sns .blockinner .inner h2 small, #news .inner h2 small, #voice .inner h2 small, #case .inner h2 small, #about .inner .right h2 small {
  font-size: 26px;
  line-height: 1.1538461538;
  margin-bottom: 15px;
  font-family: "lato";
  font-weight: 400;
}
@media (max-width: 999px) {
  #company .inner .txtbox .address .heading h2, #sns .blockinner .inner h2, #news .inner h2, #voice .inner h2, #case .inner h2, #about .inner .right h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #company .inner .txtbox .address .heading h2, #sns .blockinner .inner h2, #news .inner h2, #voice .inner h2, #case .inner h2, #about .inner .right h2 {
    font-size: 24px;
  }
  #company .inner .txtbox .address .heading h2 small, #sns .blockinner .inner h2 small, #news .inner h2 small, #voice .inner h2 small, #case .inner h2 small, #about .inner .right h2 small {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}

#achievements .inner .block .txtbox .txthead h2 {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  color: #0e0e0e;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
}
#achievements .inner .block .txtbox .txthead h2 small {
  letter-spacing: 0.08em;
  font-size: 14px;
  line-height: 1.6;
  font-family: "lato";
  font-weight: 400;
  color: #304399;
}
@media (max-width: 999px) {
  #achievements .inner .block .txtbox .txthead h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #achievements .inner .block .txtbox .txthead h2 {
    font-size: 24px;
  }
  #achievements .inner .block .txtbox .txthead h2 small {
    line-height: 1.6;
    margin-bottom: 5px;
  }
}

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

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  letter-spacing: 0.08em;
  margin-bottom: 90px;
}
#mainimg #mainslider img {
  height: calc(100vh - 190px);
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .catch {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#mainimg .catch .catchinner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainimg .catch .catchinner .txtbox {
  max-width: 1060px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: start;
  flex-direction: column;
  color: #0e0e0e;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  text-shadow: #fff 0px 0px 15px, #fff 0px 0px 15px;
}
#mainimg .catch .catchinner .txtbox .title {
  font-size: 54px;
  line-height: 1.6;
}
#mainimg .catch .catchinner .txtbox .title span {
  color: #e8892e;
}
#mainimg .catch .catchinner .txtbox .text {
  font-size: 24px;
  line-height: 1.4166666667;
  margin-top: 5px;
}
#mainimg .slick-arrow {
  width: 16px;
  height: 31px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
#mainimg .slick-arrow:hover {
  opacity: 0.6;
}
#mainimg .slick-prev {
  left: 93.2vw;
}
#mainimg .slick-next {
  right: -6.8vw;
}
@media (max-width: 1299px) {
  #mainimg .slick-arrow {
    top: 20%;
  }
  #mainimg .slick-prev {
    left: 92.7vw;
  }
  #mainimg .slick-next {
    right: -7.3vw;
  }
}
@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch .catchinner .txtbox .title {
    font-size: 40px;
  }
  #mainimg .catch .catchinner .txtbox .text {
    font-size: 20px;
    margin-top: 15px;
  }
  #mainimg .slick-arrow {
    width: 12.8px;
    height: 24.8px;
    top: 15%;
  }
  #mainimg .slick-prev {
    left: 92.7vw;
  }
  #mainimg .slick-next {
    right: -7.3vw;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider {
    width: 100%;
    margin-bottom: 50px;
  }
  #mainimg #mainslider img {
    min-height: 300px;
  }
  #mainimg .catch {
    width: 100%;
  }
  #mainimg .catch .catchinner .txtbox .title {
    font-size: 27px;
    line-height: 1.6;
    font-weight: 400;
  }
  #mainimg .catch .catchinner .txtbox .text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
  #mainimg .slick-arrow {
    position: absolute;
    top: 107%;
    transform: translateY(0%);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  #mainimg .slick-prev {
    left: 42vw;
  }
  #mainimg .slick-next {
    right: 42vw;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  letter-spacing: 0.08em;
  padding-bottom: 80px;
  position: relative;
}
#about .inner {
  position: relative;
  z-index: 2;
  color: #0e0e0e;
  display: flex;
}
#about .inner .left {
  margin-top: 107px;
  width: 55%;
}
#about .inner .left .image {
  width: 100%;
}
#about .inner .left .image img {
  width: 75%;
}
#about .inner .left .txtbox {
  margin-top: 114px;
  padding-left: calc((100vw - 1180px) / 2);
  margin-right: 30px;
}
#about .inner .left .txtbox .title {
  font-size: 28px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
}
#about .inner .left .txtbox .text {
  width: calc(100% - 60px);
  font-size: 18px;
  line-height: 1.8888888889;
  margin-bottom: 51px;
}
#about .inner .left .txtbox .btn {
  max-width: 270px;
}
#about .inner .right {
  width: 45%;
}
#about .inner .right .image {
  width: 100%;
}
#about .inner .right .image img {
  width: 91.667%;
}
#about .inner .right h2 {
  margin-bottom: 27px;
}
@media screen and (max-width: 1180px) {
  #about .inner .left .txtbox {
    padding-left: 10px;
  }
}
@media (max-width: 1299px) {
  #about .inner .left {
    width: calc(50% + 30px);
  }
  #about .inner .left .title {
    font-size: 30px;
  }
  #about .inner .left .text {
    font-size: 18px;
  }
  #about .inner .right {
    width: calc(50% - 30px);
  }
}
@media (max-width: 999px) {
  #about .inner .left .image img {
    width: 100%;
  }
  #about .inner .left .txtbox .title {
    font-size: 22px;
  }
  #about .inner .left .txtbox .text {
    width: initial;
    font-size: 16px;
  }
  #about .inner .right .image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #about {
    padding-bottom: 50px;
  }
  #about::before {
    width: 100%;
    height: 100%;
  }
  #about .inner {
    flex-direction: column-reverse;
  }
  #about .inner .left {
    width: 100%;
    margin-top: 40px;
  }
  #about .inner .left .txtbox {
    margin-top: 10px;
    margin-right: 0;
    padding: 0 10px;
  }
  #about .inner .left .txtbox .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #about .inner .left .txtbox .text {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #about .inner .left .txtbox .btn {
    max-width: initial;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about .inner .right {
    width: 100%;
    margin-top: 0;
  }
  #about .inner .right h2 {
    padding: 0 10px;
  }
  #about .inner .left .image, #about .inner .right .image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about .inner .left .image img, #about .inner .right .image img {
    width: 100%;
    max-width: 405px;
  }
}

/* ----------------------------------------------
achievements
------------------------------------------------- */
#achievements {
  padding-top: 90px;
  padding-bottom: 120px;
  letter-spacing: 0.08em;
}
#achievements .inner {
  display: flex;
}
#achievements .inner .block .image img {
  width: 100%;
  margin-bottom: 30px;
}
#achievements .inner .block .txtbox .txthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#achievements .inner .block .txtbox .txthead .btn {
  width: 128px;
}
#achievements .inner .block .txtbox .text {
  font-size: 18px;
  line-height: 1.8888888889;
}
#achievements .inner .block:nth-child(1) {
  width: calc(50% - 4px);
  margin-right: 4px;
}
#achievements .inner .block:nth-child(1) .txtbox {
  padding-left: calc((100vw - 1180px) / 2);
  padding-right: 34px;
}
#achievements .inner .block:nth-child(2) {
  width: calc(50% - 4px);
  margin-left: 4px;
}
#achievements .inner .block:nth-child(2) .txtbox {
  padding-left: 34px;
  padding-right: calc((100vw - 1180px) / 2);
}
@media screen and (max-width: 1180px) {
  #achievements .inner .block:nth-child(1) .txtbox, #achievements .inner .block:nth-child(2) .txtbox {
    padding: 0 10px;
  }
}
@media (max-width: 999px) {
  #achievements .inner .block:nth-child(1) .txtbox .text, #achievements .inner .block:nth-child(2) .txtbox .text {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  #achievements {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #achievements .inner {
    display: block;
  }
  #achievements .inner .block:nth-child(1), #achievements .inner .block:nth-child(2) {
    width: 100%;
    margin: 0;
  }
  #achievements .inner .block:nth-child(1) .image img, #achievements .inner .block:nth-child(2) .image img {
    width: 100%;
    margin-bottom: 15px;
  }
  #achievements .inner .block:nth-child(1) .txtbox .txthead, #achievements .inner .block:nth-child(2) .txtbox .txthead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #achievements .inner .block:nth-child(1) .txtbox .txthead .btn, #achievements .inner .block:nth-child(2) .txtbox .txthead .btn {
    width: 128px;
  }
  #achievements .inner .block:nth-child(1) .txtbox .text, #achievements .inner .block:nth-child(2) .txtbox .text {
    font-size: 15px;
    line-height: 1.6;
  }
  #achievements .inner .block:not(:first-child) {
    margin-top: 70px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  letter-spacing: 0.08em;
}
#case::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#case .inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
}
@media (max-width: 767px) {
  #case {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice {
  padding-top: 145px;
  padding-bottom: 115px;
  letter-spacing: 0.08em;
}
#voice .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#voice .inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
}
#voice .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
@media (max-width: 999px) {
  #voice {
    padding-top: 115px;
    padding-bottom: 115px;
  }
}
@media (max-width: 767px) {
  #voice {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  position: relative;
  padding-top: 85px;
  padding-bottom: 100px;
  letter-spacing: 0.08em;
}
#news::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #E1E1E1;
}
#news .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news .inner h2 {
  width: 100%;
  align-items: center;
  margin-bottom: 45px;
}
#news .btn {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #news .inner .btn {
    margin-top: 50px;
  }
}

/* ----------------------------------------------
SNS
------------------------------------------------- */
#sns {
  letter-spacing: 0.08em;
  background-color: #E1E1E1;
  min-height: 529px;
}
#sns .blockinner {
  position: absolute;
  padding-top: 90px;
  padding-bottom: 120px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1360px;
  width: calc(100% - 20px);
  background-color: #fff;
  z-index: 2;
}
#sns .blockinner .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#sns .blockinner .inner h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
}
#sns .blockinner .inner .contents {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
#sns .blockinner .inner .contents .block {
  width: 48.306%;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#sns .blockinner .inner .contents .block .image {
  width: 50%;
}
#sns .blockinner .inner .contents .block .image img {
  width: 100%;
}
#sns .blockinner .inner .contents .block .box {
  width: 50%;
}
#sns .blockinner .inner .contents .block .box .txtbox {
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#sns .blockinner .inner .contents .block .box .txtbox .text {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
#sns .blockinner .inner .contents .block .box .btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 1299px) {
  #sns .blockinner {
    padding-top: 67.5px;
    padding-bottom: 90px;
  }
  #sns .blockinner .inner .contents .block .box .txtbox {
    padding: 0 10px;
  }
}
@media (max-width: 999px) {
  #sns .blockinner .inner .contents .block .box .txtbox .text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #sns .blockinner .inner .contents .block .box .txtbox .logo {
    max-width: 100px;
    margin-bottom: 20px;
  }
  #sns .blockinner .inner .contents .block .box .btn {
    bottom: 0px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  #sns .blockinner {
    padding-top: 50px;
    padding-bottom: 50px;
    position: static;
  }
  #sns .blockinner .inner .contents {
    display: block;
  }
  #sns .blockinner .inner .contents .block {
    align-items: initial;
    width: 100%;
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  #sns .blockinner .inner .contents .block .image {
    width: 34.844%;
  }
  #sns .blockinner .inner .contents .block .image img {
    width: 100%;
  }
  #sns .blockinner .inner .contents .block .box {
    width: 65.156%;
  }
  #sns .blockinner .inner .contents .block .box .txtbox {
    margin-top: 10px;
  }
  #sns .blockinner .inner .contents .block .box .txtbox .text {
    font-size: 14px;
  }
  #sns .blockinner .inner .contents .block .box .txtbox .logo {
    margin-bottom: 20px;
  }
  #sns .blockinner .inner .contents .block .box .btn {
    position: static;
    width: 128px;
    margin-left: auto;
  }
  #sns .blockinner .inner .contents .block:not(:first-child) {
    margin-top: 40px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  letter-spacing: 0.08em;
  padding-bottom: 80px;
}
#company .inner .contents {
  display: flex;
}
#company .inner .contents .left {
  width: 50%;
}
#company .inner .contents .right {
  width: 50%;
}
#company .inner .contents .left img, #company .inner .contents .right img {
  width: 100%;
}
#company .inner .txtbox {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  margin-top: 90px;
}
#company .inner .txtbox .address {
  display: flex;
  width: 70%;
}
#company .inner .txtbox .address .text {
  font-size: 24px;
  line-height: 1.4166666667;
  margin-left: 90px;
}
#company .inner .txtbox .logo {
  position: absolute;
  right: 10px;
  bottom: 0;
  max-width: 300px;
}
@media (max-width: 1299px) {
  #company .inner .txtbox .address .text {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  #company .inner .txtbox {
    margin-top: 50px;
  }
  #company .inner .txtbox .address .text {
    margin-left: 40px;
    font-size: 16px;
  }
  #company .inner .txtbox .logo {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  #company .inner .txtbox {
    display: block;
  }
  #company .inner .txtbox .address {
    display: block;
    width: 100%;
  }
  #company .inner .txtbox .address .text {
    font-size: 15px;
    line-height: 1.6;
    margin-left: 0px;
    margin-top: 40px;
  }
  #company .inner .txtbox .logo {
    width: 100%;
    margin-top: 0px;
    right: 35px;
    bottom: initial;
    top: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
  }
}/*# sourceMappingURL=index.css.map */