#instagram .inner .top .heading h2, #news .inner .top .heading h2, #recruit .inner .contents .heading2 h2, #recruit .inner .contents .heading h2, #company .inner .heading h2, #business .contents .block .txtbox > .heading > h2, #business .top .inner .heading h2, #about .inner .heading h2 {
  display: flex;
  align-items: start;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 80px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #194f73;
}
#instagram .inner .top .heading h2 small, #news .inner .top .heading h2 small, #recruit .inner .contents .heading2 h2 small, #recruit .inner .contents .heading h2 small, #company .inner .heading h2 small, #business .contents .block .txtbox > .heading > h2 small, #business .top .inner .heading h2 small, #about .inner .heading h2 small {
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.4;
  color: #101010;
}
@media (max-width: 999px) {
  #instagram .inner .top .heading h2, #news .inner .top .heading h2, #recruit .inner .contents .heading2 h2, #recruit .inner .contents .heading h2, #company .inner .heading h2, #business .contents .block .txtbox > .heading > h2, #business .top .inner .heading h2, #about .inner .heading h2 {
    font-size: 60px;
  }
  #instagram .inner .top .heading h2 small, #news .inner .top .heading h2 small, #recruit .inner .contents .heading2 h2 small, #recruit .inner .contents .heading h2 small, #company .inner .heading h2 small, #business .contents .block .txtbox > .heading > h2 small, #business .top .inner .heading h2 small, #about .inner .heading h2 small {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #instagram .inner .top .heading h2, #news .inner .top .heading h2, #recruit .inner .contents .heading2 h2, #recruit .inner .contents .heading h2, #company .inner .heading h2, #business .contents .block .txtbox > .heading > h2, #business .top .inner .heading h2, #about .inner .heading h2 {
    font-size: 28px;
  }
  #instagram .inner .top .heading h2 small, #news .inner .top .heading h2 small, #recruit .inner .contents .heading2 h2 small, #recruit .inner .contents .heading h2 small, #company .inner .heading h2 small, #business .contents .block .txtbox > .heading > h2 small, #business .top .inner .heading h2 small, #about .inner .heading h2 small {
    font-size: 18px;
  }
}

#recruit .inner .contents .heading2 h2, #recruit .inner .contents .heading h2, #company .inner .heading h2, #business .top .inner .heading h2 {
  align-items: center;
}

#instagram .inner .top .heading h2, #business .contents .block .txtbox > .heading > h2, #about .inner .heading h2 {
  color: #fff;
}
#instagram .inner .top .heading h2 small, #business .contents .block .txtbox > .heading > h2 small, #about .inner .heading h2 small {
  color: #fff;
}

#about .inner .heading h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.5;
  text-shadow: rgba(16, 16, 16, 0.33) 0px 0px 5px, rgba(16, 16, 16, 0.33) 0px 0px 5px, rgba(16, 16, 16, 0.33) 0px 0px 5px, rgba(16, 16, 16, 0.33) 0px 0px 5px;
}
@media (max-width: 999px) {
  #about .inner .heading h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #about .inner .heading h2 {
    font-size: 30px;
  }
}

#business .contents .block .txtbox > .heading > h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  font-size: 60px;
  line-height: 1.5;
  flex-direction: column-reverse;
}
#business .contents .block .txtbox > .heading > h2 small {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}
@media (max-width: 999px) {
  #business .contents .block .txtbox > .heading > h2 {
    font-size: 40px;
  }
  #business .contents .block .txtbox > .heading > h2 small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #business .contents .block .txtbox > .heading > h2 {
    font-size: 30px;
    white-space: wrap;
  }
  #business .contents .block .txtbox > .heading > h2 small {
    font-size: 20px;
    white-space: wrap;
  }
}

#recruit .inner .contents .heading2 h2 {
  font-size: 60px;
  line-height: 1.5;
  flex-direction: row;
  -moz-column-gap: 9px;
       column-gap: 9px;
  border-bottom: #ececec solid 1px;
}
#recruit .inner .contents .heading2 h2 small {
  font-size: 24px;
}
@media (max-width: 999px) {
  #recruit .inner .contents .heading2 h2 {
    font-size: 36px;
  }
  #recruit .inner .contents .heading2 h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit .inner .contents .heading2 h2 {
    font-size: 20px;
    flex-direction: column;
    align-items: start;
  }
  #recruit .inner .contents .heading2 h2 small {
    font-size: 18px;
  }
}

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

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  letter-spacing: 0.08em;
  z-index: 0;
  background-color: #194f73;
}
#mainimg #mainmovie {
  height: 100vh;
}
#mainimg #mainmovie img, #mainimg #mainmovie video {
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #mainimg #mainmovie img, #mainimg #mainmovie video {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #mainimg #mainmovie img, #mainimg #mainmovie video {
    width: 100%;
  }
}
#mainimg #mainmovie img, #mainimg #mainmovie video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
}
#mainimg .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #mainimg .catch {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #mainimg .catch {
    width: 100%;
  }
}
#mainimg .catch {
  height: 100%;
}
#mainimg .catch .catchinner {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  left: 14.125%;
  bottom: 87px;
}
#mainimg .catch .catchinner .title {
  font-size: 140px;
  line-height: 1.0714285714;
  letter-spacing: 0.08em;
}
#mainimg .catch .catchinner .title p {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
  transform: translateY(20px);
}
#mainimg .catch .catchinner .title p.black {
  opacity: 0.2;
}
#mainimg .catch .catchinner .title p.burn {
  mix-blend-mode: color-burn;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
#mainimg .catch .catchinner .title p.dodge {
  mix-blend-mode: screen;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
@media (max-width: 1299px) {
  #mainimg #mainmovie {
    height: 600px;
  }
  #mainimg #mainmovie img, #mainimg #mainmovie video {
    height: 600px;
  }
  #mainimg .catch .catchinner .title {
    font-size: 100px;
  }
}
@media (max-width: 999px) {
  #mainimg #mainmovie {
    height: 500px;
  }
  #mainimg #mainmovie img, #mainimg #mainmovie video {
    height: 500px;
  }
  #mainimg .catch .catchinner {
    bottom: 53px;
  }
  #mainimg .catch .catchinner .title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainmovie {
    width: 100%;
    height: 300px;
  }
  #mainimg #mainmovie img, #mainimg #mainmovie video {
    height: 300px;
  }
  #mainimg .catch::before {
    height: 100px;
  }
  #mainimg .catch .catchinner .title {
    font-size: 36px;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #about {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #about {
    width: 100%;
  }
}
#about {
  padding-top: 235px;
  padding-bottom: 566px;
  position: relative;
  letter-spacing: 0.08em;
}
#about::before {
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/about-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
#about .bgs .bg {
  position: absolute;
  z-index: -2;
}
#about .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .bgs .bg p {
  font-family: "Allura", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  letter-spacing: 0.08em;
  transform: rotate(-9deg);
  line-height: 1.25;
}
#about .bgs .bg.text {
  top: 124px;
  left: 5.8125vw;
  color: #a3b0ab;
  z-index: -1;
}
#about .bgs .bg.img01 {
  width: 45%;
  aspect-ratio: 720/400;
  max-width: 720px;
  right: 11.25vw;
  top: 90px;
  min-width: 360px;
}
#about .bgs .bg.img02 {
  width: 16%;
  aspect-ratio: 256/186;
  max-width: 256px;
  right: 18.75vw;
  top: 577px;
  min-width: 128px;
}
#about .bgs .bg.img03 {
  width: 27.3125%;
  aspect-ratio: 437/240;
  max-width: 437px;
  right: 37.5vw;
  bottom: 187px;
  min-width: 218.5px;
}
#about .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1390px) {
  #about .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #about .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
#about .inner .heading h2 {
  margin-bottom: 26px;
}
#about .inner .text {
  width: 50%;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  text-shadow: rgba(16, 16, 16, 0.33) 0px 0px 5px, rgba(16, 16, 16, 0.33) 0px 0px 5px, rgba(16, 16, 16, 0.33) 0px 0px 5px, rgba(16, 16, 16, 0.33) 0px 0px 5px;
}
@media (max-width: 1299px) {
  #about {
    padding-bottom: 300px;
  }
  #about .bgs .bg.img02 {
    top: 477px;
  }
  #about .bgs .bg.img03 {
    bottom: 127px;
  }
}
@media (max-width: 999px) {
  #about {
    padding-top: 150px;
    padding-bottom: 350px;
  }
  #about .bgs .bg p {
    font-size: 40px;
  }
  #about .bgs .bg.text {
    top: 24px;
    color: #a3b0ab;
  }
  #about .bgs .bg.img01 {
    top: 90px;
  }
  #about .bgs .bg.img02 {
    top: 480px;
  }
  #about .bgs .bg.img03 {
    bottom: 87px;
  }
  #about .inner .text {
    width: 80%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #about {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  #about .bgs .bg p {
    font-size: 24px;
  }
  #about .bgs .bg.text {
    top: 24px;
    color: #a3b0ab;
  }
  #about .bgs .bg.img01 {
    top: 90px;
  }
  #about .bgs .bg.img02 {
    top: 400px;
  }
  #about .bgs .bg.img03 {
    bottom: 10px;
  }
  #about .inner .text {
    width: 100%;
    font-size: 16px;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #business {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #business {
    width: 100%;
  }
}
#business {
  letter-spacing: 0.08em;
  position: relative;
  overflow-x: hidden;
}
#business .top {
  padding-top: 189px;
  position: relative;
  z-index: 2;
}
#business .top::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/business-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
#business .top .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1390px) {
  #business .top .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #business .top .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
#business .top .inner .catch {
  font-family: "Allura", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  letter-spacing: 0.08em;
  transform: rotate(-9deg);
  line-height: 1.2;
  color: #285993;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 91px;
}
#business .top .inner .heading h2 {
  margin-bottom: 26px;
}
#business .top .inner .title {
  font-size: 60px;
  color: #285993;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#business .top .inner .title p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 21px 20px;
  border-bottom: 1px solid #285993;
}
#business .top .inner .bnrlink .block {
  margin-bottom: -90px;
}
#business .contents {
  position: relative;
  z-index: 1;
  padding-top: 180px;
  padding-bottom: 180px;
}
#business .contents::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
#business .contents .block {
  display: flex;
}
#business .contents .block .txtbox {
  padding-top: 85px;
  width: 34.375%;
  margin-left: 13.125%;
  margin-right: 2.5%;
  position: relative;
}
#business .contents .block .txtbox > .num {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 200px;
  line-height: 1;
  color: #285993;
  letter-spacing: 0.08em;
  top: 0px;
  left: -109px;
  z-index: -1;
}
#business .contents .block .txtbox > .heading {
  position: relative;
}
#business .contents .block .txtbox > .heading > h2 {
  margin-bottom: 44px;
}
#business .contents .block .txtbox .text {
  color: #fff;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  margin-bottom: 55px;
}
#business .contents .block .txtbox .btn {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #business .contents .block .txtbox .btn {
    justify-content: center;
  }
}
#business .contents .block .txtbox .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #285993;
}
#business .contents .block .txtbox .btn a::after {
  content: "";
  width: 23px;
  height: 9px;
  right: 20px;
  position: absolute;
  background-image: url(../images/btn-flow2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#business .contents .block .txtbox .btn a {
  transition: all 0.5s ease-out;
}
#business .contents .block .txtbox .btn a:hover {
  opacity: 0.6;
}
#business .contents .block .txtbox .btn a {
  width: 400px;
  height: 90px;
  font-size: 18px;
}
@media (max-width: 999px) {
  #business .contents .block .txtbox .btn a {
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #business .contents .block .txtbox .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
}
#business .contents .block .image {
  width: 50%;
}
#business .contents .block .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#business .contents.employment::before {
  background-image: url(../images/business-employment-bg.webp);
}
#business .contents.cleaning::before {
  background-image: url(../images/business-cleaning-bg.webp);
}
@media (max-width: 1299px) {
  #business .top {
    padding-top: 140px;
  }
  #business .top .inner .catch {
    font-size: 80px;
  }
  #business .contents {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
  }
  #business .contents .block .txtbox {
    padding-top: 65px;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  #business .contents .block .txtbox > .num {
    left: 0;
  }
}
@media (max-width: 999px) {
  #business .top {
    padding-top: 100px;
  }
  #business .top .inner .catch {
    font-size: 60px;
    margin-bottom: 50px;
  }
  #business .top .inner .title {
    font-size: 40px;
  }
  #business .top .inner .title p {
    padding: 0 15px 15px 15px;
  }
  #business .top .inner .bnrlink .block {
    margin-bottom: -60px;
  }
  #business .contents {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #business .contents .block .txtbox {
    padding-top: 65px;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  #business .contents .block .txtbox > .num {
    font-size: 160px;
  }
  #business .contents .block .txtbox .text {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #business .top {
    padding-top: 50px;
  }
  #business .top .inner .catch {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #business .top .inner .title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #business .top .inner .title p {
    padding: 0 10px 10px 10px;
  }
  #business .top .inner .bnrlink .block {
    margin-bottom: -40px;
  }
  #business .contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #business .contents .block {
    flex-direction: column-reverse;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }
  #business .contents .block .txtbox {
    width: 100%;
    margin-left: initial;
    margin-right: initial;
    padding: 0 10px;
    padding-top: 10px;
  }
  #business .contents .block .txtbox > .num {
    font-size: 160px;
  }
  #business .contents .block .txtbox > .heading > h2 {
    margin-bottom: 10px;
  }
  #business .contents .block .txtbox .text {
    font-size: 14px;
    margin-bottom: 35px;
  }
  #business .contents .block .image {
    width: 100%;
    padding: 0 10px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #company {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #company {
    width: 100%;
  }
}
#company {
  letter-spacing: 0.08em;
  padding-top: 83px;
  padding-bottom: 809px;
  position: relative;
}
#company::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52.0833333333%;
  content: "";
  background-image: url(../images/company-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
#company .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1390px) {
  #company .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #company .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
#company .inner .heading h2 {
  margin-bottom: 41px;
}
#company .inner .txtbox {
  display: flex;
  margin-bottom: 100px;
  justify-content: space-between;
}
#company .inner .txtbox .text {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
}
#company .inner .txtbox .btn {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #company .inner .txtbox .btn {
    justify-content: center;
  }
}
#company .inner .txtbox .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #285993;
}
#company .inner .txtbox .btn a::after {
  content: "";
  width: 23px;
  height: 9px;
  right: 20px;
  position: absolute;
  background-image: url(../images/btn-flow2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#company .inner .txtbox .btn a {
  transition: all 0.5s ease-out;
}
#company .inner .txtbox .btn a:hover {
  opacity: 0.6;
}
#company .inner .txtbox .btn a {
  background: #194f73;
  color: #fff;
}
#company .inner .txtbox .btn a::after {
  background-image: url(../images/btn-flow.webp);
}
#company .inner .txtbox .btn a {
  width: 270px;
  height: 70px;
  font-size: 16px;
}
#company .inner .txtbox .btn a::after {
  content: "";
  width: 17px;
  height: 7px;
}
@media (max-width: 999px) {
  #company .inner .txtbox .btn a {
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company .inner .txtbox .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
  #company .inner .txtbox .btn a::after {
    width: 23px;
    height: 9px;
  }
}
#company .inner .imageset {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.9661016949%;
       column-gap: 2.9661016949%;
}
#company .inner .imageset .image {
  width: 31.3559322034%;
}
#company .inner .imageset .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 370/600;
}
#company .inner .imageset .image:nth-child(3n+2) {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  #company {
    padding-bottom: 509px;
    position: relative;
  }
}
@media (max-width: 999px) {
  #company {
    padding-top: 70px;
    padding-bottom: 309px;
  }
  #company::before {
    height: 36.4583333333%;
  }
  #company .inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: calc((100% - 1200px - 95px) / 2);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 999px) and (max-width: 1390px) {
  #company .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) and (max-width: 999px) {
  #company .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 999px) {
  #company .inner .txtbox {
    margin-bottom: 50px;
  }
  #company .inner .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company {
    padding-top: 50px;
    padding-bottom: 159px;
  }
  #company::before {
    height: 28.6458333333%;
  }
  #company .inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: calc((100% - 1200px - 95px) / 2);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) and (max-width: 1390px) {
  #company .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 999px) {
  #company .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #company .inner .heading h2 {
    margin-bottom: 30px;
  }
  #company .inner .txtbox {
    flex-direction: column;
    margin-bottom: 50px;
  }
  #company .inner .txtbox .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #recruit {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #recruit {
    width: 100%;
  }
}
#recruit {
  padding-bottom: 18px;
}
#recruit::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #285993;
}
#recruit .bgs .bg {
  position: absolute;
  z-index: 0;
}
#recruit .bgs .bg p {
  letter-spacing: 0.08em;
}
#recruit .bgs .bg.text {
  font-family: "Allura", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #285993;
  font-size: 100px;
  line-height: 1;
  right: 43px;
  top: -184px;
  transform: rotate(-11deg);
  z-index: 1;
}
#recruit .bgs .bg.text-side {
  font-size: 170px;
  line-height: 0.7058823529;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  top: 27px;
  color: #1b3d84;
  left: 0;
  writing-mode: sideways-rl;
}
#recruit .inner {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
}
@media (max-width: 1390px) {
  #recruit .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #recruit .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
#recruit .inner {
  margin-right: calc((100% - 1400px - 95px) / 2);
  max-width: 1400px;
  top: -118px;
  padding-bottom: 89px;
}
#recruit .inner .contents {
  position: relative;
  top: -55px;
}
#recruit .inner .contents .heading {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
}
@media (max-width: 1390px) {
  #recruit .inner .contents .heading {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #recruit .inner .contents .heading {
    margin-left: auto;
    margin-right: auto;
  }
}
#recruit .inner .contents .heading {
  margin-right: auto;
}
#recruit .inner .contents .heading h2 {
  margin-bottom: 24px;
}
#recruit .inner .contents .heading2 {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
}
@media (max-width: 1390px) {
  #recruit .inner .contents .heading2 {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #recruit .inner .contents .heading2 {
    margin-left: auto;
    margin-right: auto;
  }
}
#recruit .inner .contents .heading2 {
  margin-right: auto;
}
#recruit .inner .contents .heading2 h2 {
  margin-bottom: 69px;
}
#recruit .inner .contents .interview {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
}
@media (max-width: 1390px) {
  #recruit .inner .contents .interview {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #recruit .inner .contents .interview {
    margin-left: auto;
    margin-right: auto;
  }
}
#recruit .inner .contents .interview {
  margin-right: auto;
  margin-bottom: 64px;
}
#recruit .inner .contents .recruitment {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
}
@media (max-width: 1390px) {
  #recruit .inner .contents .recruitment {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #recruit .inner .contents .recruitment {
    margin-left: auto;
    margin-right: auto;
  }
}
#recruit .inner .contents .recruitment {
  margin-right: auto;
  height: 260px;
  margin-bottom: 90px;
}
#recruit .inner .contents .recruitment p {
  height: 100%;
}
#recruit .inner .contents .recruitment a {
  background: #1b3d84;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  color: #fff;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  transition: all 0.5s ease-out;
}
#recruit .inner .contents .recruitment a:hover {
  opacity: 0.6;
}
#recruit .inner .contents .recruitment a::after {
  z-index: 0;
  right: 60px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  content: "";
  background-color: #fff;
  background-image: url(../images/btn-flow2.webp);
  background-repeat: no-repeat;
  background-position: center;
}
#recruit .inner .contents .btn {
  display: flex;
  justify-content: center;
}
#recruit .inner .contents .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #285993;
}
#recruit .inner .contents .btn a::after {
  content: "";
  width: 23px;
  height: 9px;
  right: 20px;
  position: absolute;
  background-image: url(../images/btn-flow2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#recruit .inner .contents .btn a {
  transition: all 0.5s ease-out;
}
#recruit .inner .contents .btn a:hover {
  opacity: 0.6;
}
#recruit .inner .contents .btn a {
  background: #194f73;
  color: #fff;
}
#recruit .inner .contents .btn a::after {
  background-image: url(../images/btn-flow.webp);
}
#recruit .inner .contents .btn a {
  width: 400px;
  height: 90px;
  font-size: 18px;
}
@media (max-width: 999px) {
  #recruit .inner .contents .btn a {
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit .inner .contents .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 1420px) {
  #recruit .inner {
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 1299px) {
  #recruit .bgs .bg.text {
    font-size: 60px;
    right: 22px;
  }
  #recruit .bgs .bg.text-side {
    font-size: 150px;
  }
}
@media (max-width: 1220px) {
  #recruit .inner .contents .heading {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: calc((100% - 1200px - 95px) / 2);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1220px) and (max-width: 1390px) {
  #recruit .inner .contents .heading {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 1220px) and (max-width: 999px) {
  #recruit .inner .contents .heading {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1220px) {
  #recruit .inner .contents .heading2 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: calc((100% - 1200px - 95px) / 2);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1220px) and (max-width: 1390px) {
  #recruit .inner .contents .heading2 {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 1220px) and (max-width: 999px) {
  #recruit .inner .contents .heading2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1220px) {
  #recruit .inner .contents .interview {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: calc((100% - 1200px - 95px) / 2);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1220px) and (max-width: 1390px) {
  #recruit .inner .contents .interview {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 1220px) and (max-width: 999px) {
  #recruit .inner .contents .interview {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1220px) {
  #recruit .inner .contents .recruitment {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: calc((100% - 1200px - 95px) / 2);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1220px) and (max-width: 1390px) {
  #recruit .inner .contents .recruitment {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 1220px) and (max-width: 999px) {
  #recruit .inner .contents .recruitment {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 999px) {
  #recruit .bgs .bg.text {
    top: -117px;
    font-size: 45px;
  }
  #recruit .bgs .bg.text-side {
    font-size: 105px;
  }
  #recruit .inner {
    top: -72px;
    padding-bottom: 0;
  }
  #recruit .inner .contents {
    top: -45px;
  }
  #recruit .inner .contents .heading2 h2 {
    margin-bottom: 40px;
  }
  #recruit .inner .contents .interview {
    margin-bottom: 40px;
  }
  #recruit .inner .contents .recruitment {
    height: 160px;
    margin-bottom: 50px;
  }
  #recruit .inner .contents .recruitment a {
    padding: 0 30px;
    font-size: 30px;
  }
  #recruit .inner .contents .recruitment a::after {
    min-width: 80px;
    height: 80px;
    background-size: 35.2px;
  }
}
@media (max-width: 767px) {
  #recruit .bgs .bg.text {
    top: -60px;
    font-size: 32px;
    right: 6px;
  }
  #recruit .inner {
    top: -40px;
  }
  #recruit .inner .contents {
    top: -20px;
  }
  #recruit .inner .contents .heading h2 {
    align-items: start;
  }
  #recruit .inner .contents .heading2 h2 {
    margin-bottom: 30px;
  }
  #recruit .inner .contents .interview {
    margin-bottom: 30px;
  }
  #recruit .inner .contents .recruitment {
    height: 120px;
    margin-bottom: 40px;
  }
  #recruit .inner .contents .recruitment a {
    padding: 0 10px;
    font-size: 18px;
  }
  #recruit .inner .contents .recruitment a::after {
    min-width: 50px;
    height: 50px;
    background-size: 22px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #news {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #news {
    width: 100%;
  }
}
#news {
  padding-top: 83px;
  padding-bottom: 87px;
  letter-spacing: 0.08em;
  background-color: #fff;
}
#news .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1390px) {
  #news .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #news .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
#news .inner .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
#news .inner .top .btn {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #news .inner .top .btn {
    justify-content: center;
  }
}
#news .inner .top .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #285993;
}
#news .inner .top .btn a::after {
  content: "";
  width: 23px;
  height: 9px;
  right: 20px;
  position: absolute;
  background-image: url(../images/btn-flow2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#news .inner .top .btn a {
  transition: all 0.5s ease-out;
}
#news .inner .top .btn a:hover {
  opacity: 0.6;
}
#news .inner .top .btn a {
  background: #194f73;
  color: #fff;
}
#news .inner .top .btn a::after {
  background-image: url(../images/btn-flow.webp);
}
#news .inner .top .btn a {
  width: 270px;
  height: 70px;
  font-size: 16px;
}
#news .inner .top .btn a::after {
  content: "";
  width: 17px;
  height: 7px;
}
@media (max-width: 999px) {
  #news .inner .top .btn a {
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news .inner .top .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
  #news .inner .top .btn a::after {
    width: 23px;
    height: 9px;
  }
}
#news .inner .contents {
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 999px) {
  #news {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #news .inner .top {
    flex-direction: column;
    margin-bottom: 30px;
  }
  #news .inner .top .heading h2 {
    margin-bottom: 30px;
  }
  #news .inner .inner {
    display: block;
  }
  #news .inner .inner .heading {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------
instagram
------------------------------------------------- */
#instagram {
  width: calc(100% - 95px);
}
@media (max-width: 1299px) {
  #instagram {
    width: calc(100% - 80px);
  }
}
@media (max-width: 999px) {
  #instagram {
    width: 100%;
  }
}
#instagram {
  padding-top: 62px;
  padding-bottom: 62px;
  letter-spacing: 0.08em;
  position: relative;
  z-index: -1;
  background-color: #285993;
}
#instagram .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: calc((100% - 1200px - 95px) / 2);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1390px) {
  #instagram .inner {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #instagram .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
#instagram .inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#instagram .inner .top .heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
#instagram .inner .top .btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #instagram .inner .top .btn {
    justify-content: center;
  }
}
#instagram .inner .top .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #101010;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #285993;
}
#instagram .inner .top .btn a::after {
  content: "";
  width: 23px;
  height: 9px;
  right: 20px;
  position: absolute;
  background-image: url(../images/btn-flow2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#instagram .inner .top .btn a {
  transition: all 0.5s ease-out;
}
#instagram .inner .top .btn a:hover {
  opacity: 0.6;
}
#instagram .inner .top .btn a {
  width: 270px;
  height: 70px;
  font-size: 16px;
}
#instagram .inner .top .btn a::after {
  content: "";
  width: 17px;
  height: 7px;
}
@media (max-width: 999px) {
  #instagram .inner .top .btn a {
    width: 270px;
    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 a::after {
    width: 23px;
    height: 9px;
  }
}
#instagram .inner .top .btn a {
  padding-right: 30px;
}
#instagram .inner .top .btn a::after {
  background-image: url(../images/linkbtn.webp);
  width: 19px;
  height: 19px;
}
#instagram .inner .top .btn a::before {
  content: "";
  min-width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  margin-right: 20px;
  background-image: url(../images/insta-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  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: 40px;
}
#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: 88.8888888889%;
}
#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 {
    margin-bottom: 60px;
  }
  #instagram .inner .top .heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #instagram {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #instagram .inner .top {
    flex-direction: column;
    margin-bottom: 30px;
  }
  #instagram .inner .top .heading {
    margin-bottom: 30px;
  }
  #instagram .inner .top .heading h2 {
    align-items: center;
  }
  #instagram .inner .contents {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }
  #instagram .inner .contents .block {
    width: 48%;
  }
  #instagram .inner .contents .block:not(:first-child) {
    margin-left: 0;
  }
  #instagram .inner .contents .block:nth-child(even) {
    margin-left: 4%;
  }
  #instagram .inner .contents .block:nth-child(n+3) {
    margin-top: 15px;
  }
}/*# sourceMappingURL=index.css.map */