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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  overflow-x: clip;
  margin-bottom: 96px;
}
#mainimg #mainclip {
  position: absolute;
}
#mainimg #mainclip path {
  transform: scale(0.000514668, 0.0011614402);
}
#mainimg #mainslider {
  -webkit-clip-path: url(#mainclipshape);
          clip-path: url(#mainclipshape);
  margin: 0 -10.75% 0 -10.6875%;
  padding: 0 10.75% 0 10.6875%;
}
#mainimg #mainslider img {
  height: calc(100vh - 110px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 70px;
  line-height: 1.2857142857;
  letter-spacing: 0.08em;
  color: #171776;
  position: absolute;
  top: 17.5%;
  left: max((100% - 1180px) / 2, 10px);
  padding-right: 10px;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.5), 0 0 18px rgba(255, 255, 255, 0.5), 0 0 18px rgba(255, 255, 255, 0.5);
}
@media (max-width: 1299px) {
  #mainimg .catch {
    font-size: 60px;
  }
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 80px;
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 70px;
  }
  #mainimg .catch {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 18px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  position: relative;
  padding-bottom: 112px;
}
#news .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 7.4576271186%;
       column-gap: 7.4576271186%;
}
#news .head h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #171776;
  display: flex;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  position: relative;
  padding-top: 30px;
  margin-bottom: 33px;
}
#news .head h2::before {
  left: 0;
}
#news .head h2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 33px;
  aspect-ratio: 33/25;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/heading-icon.webp);
}
#news .head h2 small {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
@media (max-width: 999px) {
  #news .head h2 {
    font-size: 34px;
  }
  #news .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    font-size: 26px;
    padding-top: 25px;
    flex-direction: column;
    align-items: start;
  }
  #news .head h2::before {
    width: 25px;
  }
  #news .head h2 small {
    font-size: 15px;
  }
}
#news .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 16px;
  color: #121212;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#news .head .btn a:hover {
  opacity: 0.6;
}
#news .head .btn a::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow.webp) no-repeat center #171776;
}
@media (max-width: 999px) {
  #news .head .btn a {
    font-size: 14px;
  }
}
#news .contents {
  flex: 1;
}
#news .shape {
  position: absolute;
  bottom: 0;
  transform: translateY(78.6206896552%);
  right: 3.1875%;
  width: 14.1875%;
  max-width: 227px;
  aspect-ratio: 227/290;
}
#news .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #news {
    padding-bottom: 90px;
  }
  #news .head h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #news {
    padding-bottom: 70px;
  }
  #news .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #news .head h2 {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 99px;
}
#works h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #171776;
  display: flex;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  position: relative;
  padding-top: 30px;
  flex-direction: column;
  z-index: 1;
}
#works h2::before {
  left: 50%;
  transform: translateX(-50%);
}
#works h2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 33px;
  aspect-ratio: 33/25;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/heading-icon.webp);
}
#works h2 small {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
@media (max-width: 999px) {
  #works h2 {
    font-size: 34px;
  }
  #works h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #works h2 {
    font-size: 26px;
    padding-top: 25px;
  }
  #works h2::before {
    width: 25px;
  }
  #works h2 small {
    font-size: 15px;
  }
}
#works .mainimage {
  background: url(../images/works-bg-clip.webp);
  -webkit-mask-image: url(../images/works-bg-clip.webp);
          mask-image: url(../images/works-bg-clip.webp);
  -webkit-mask-size: 100% 814px;
          mask-size: 100% 814px;
  -webkit-mask-position: center;
          mask-position: center;
}
#works .mainimage img {
  width: 100%;
  height: 100%;
  max-height: 814px;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .contents {
  position: absolute;
  padding: 49px max((100% - 1180px) / 2 + 1.75%, 10px) 51px 1.875%;
  width: 50%;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-top-left-radius: 60px;
}
#works .contents .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-116%);
  width: 24%;
  aspect-ratio: 192/210;
}
#works .contents .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .contents .title {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #171776;
  margin-right: -4px;
  margin-bottom: 27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#works .contents .text {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  color: #121212;
  margin-bottom: 54px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#works .contents .btn {
  max-width: 100%;
}
#works .contents .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  max-width: 100%;
  justify-content: center;
  color: #fff;
  background-color: #171776;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 270px;
  height: 70px;
  border-radius: 35px;
  font-size: 16px;
  background-image: url(../images/arow2.webp);
  margin-left: auto;
}
#works .contents .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #works .contents .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #works .contents .btn a {
    width: 230px;
    height: 50px;
  }
}
@media (max-width: 1599px) {
  #works .contents .title {
    font-size: 22px;
  }
}
@media (max-width: 1299px) {
  #works .catch {
    font-size: 60px;
  }
}
@media (max-width: 999px) {
  #works {
    padding-bottom: 25px;
    margin-bottom: 80px;
  }
  #works .mainimage img {
    min-height: 400px;
  }
  #works .contents {
    padding: 30px max((100% - 1180px) / 2 + 1.75%, 10px) 35px 3.75%;
  }
  #works .contents .title {
    font-size: 22px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #works .contents .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #works .contents .text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #works {
    padding-bottom: 20px;
    margin-bottom: 70px;
  }
  #works .mainimage img {
    min-height: 350px;
  }
  #works .contents {
    width: calc(100% - 10px);
    padding: 20px 10px;
    border-top-left-radius: 20px;
    bottom: -70px;
  }
  #works .contents .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #works .contents .text {
    font-size: 14px;
    margin-bottom: 30px;
    -webkit-line-clamp: 4;
  }
  #works .contents .shape {
    display: none;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  position: relative;
  padding-bottom: 110px;
}
#case h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #171776;
  display: flex;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  position: relative;
  padding-top: 30px;
  margin: 0 max((100% - 1180px) / 2, 10px) 64px;
}
#case h2::before {
  left: 0;
}
#case h2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 33px;
  aspect-ratio: 33/25;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/heading-icon.webp);
}
#case h2 small {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
}
@media (max-width: 999px) {
  #case h2 {
    font-size: 34px;
  }
  #case h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #case h2 {
    font-size: 26px;
    padding-top: 25px;
    flex-direction: column;
    align-items: start;
  }
  #case h2::before {
    width: 25px;
  }
  #case h2 small {
    font-size: 15px;
  }
}
#case .contents {
  margin-bottom: 90px;
}
#case .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  max-width: 100%;
  justify-content: center;
  color: #fff;
  background-color: #171776;
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 400px;
  height: 80px;
  border-radius: 40px;
  font-size: 18px;
  background-image: url(../images/arow3.webp);
  margin: 0 auto;
}
#case .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #case .btn a {
    font-size: 16px;
    width: 340px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #case .btn a {
    font-size: 14px;
    width: 280px;
    height: 60px;
  }
}
#case .shapes .shape {
  position: absolute;
  bottom: 0;
}
#case .shapes .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#case .shapes .shape.s1 {
  width: 11.4375%;
  max-width: 183px;
  aspect-ratio: 183/203;
  left: 6.125%;
  transform: translateY(20.6896551724%);
}
#case .shapes .shape.s2 {
  width: 12.4375%;
  max-width: 199px;
  aspect-ratio: 199/200;
  right: 6.3125%;
  transform: translateY(41.5%);
}
@media (max-width: 999px) {
  #case {
    padding-bottom: 90px;
  }
  #case h2 {
    margin-bottom: 50px;
  }
  #case .contents {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #case {
    padding-bottom: 80px;
  }
  #case h2 {
    margin-bottom: 40px;
  }
  #case .contents {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
  padding: 204px 0 7vw;
  z-index: 1;
}
#company::before, #company::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
#company::before {
  top: 0;
  aspect-ratio: 1600/228;
  max-height: 228px;
  background: url(../images/company-bg-shape.webp) no-repeat left/100% 228px;
}
#company::after {
  height: calc(100% - min(14.25vw, 228px) + 5px);
  background-color: #e9f4f6;
  bottom: 0;
}
#company .contents {
  margin: 0 6.25%;
  padding-left: max((100% - 1180px) / 2 - 6.25%, 10px);
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#company .contents .txtbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 33px;
  padding: 10px 0 34px;
}
#company .contents .txtbox a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company .contents .txtbox a:hover {
  opacity: 0.6;
}
#company .contents .txtbox .logo {
  max-width: 283px;
}
#company .contents .txtbox .data {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  color: #121212;
}
#company .contents .txtbox .data a {
  font-weight: 500;
  color: #121212;
}
#company .contents .txtbox .data .map {
  color: #171776;
  text-decoration: underline;
}
#company .contents .txtbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 16px;
  color: #121212;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#company .contents .txtbox .btn a:hover {
  opacity: 0.6;
}
#company .contents .txtbox .btn a::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow.webp) no-repeat center #171776;
}
@media (max-width: 999px) {
  #company .contents .txtbox .btn a {
    font-size: 14px;
  }
}
#company .contents .image {
  width: 54.2635658915%;
}
#company .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 21.978021978%);
  width: 22.25%;
  max-width: 356px;
  aspect-ratio: 356/273;
}
#company .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  #company::before {
    background-size: cover;
  }
}
@media (min-width: 1000px) {
  #company .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #company {
    padding-top: 140px;
  }
  #company .contents {
    margin: 0 10px;
  }
  #company .contents .txtbox {
    row-gap: 20px;
  }
  #company .contents .txtbox .data {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company {
    padding-top: 100px;
  }
  #company .contents {
    margin: 0 10px;
    flex-direction: column;
    padding-left: 0;
  }
  #company .contents .image {
    width: 100%;
  }
  #company .contents .image img {
    max-height: 250px;
  }
  #company .contents .txtbox {
    row-gap: 15px;
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
  #company .contents .txtbox .data {
    font-size: 14px;
  }
}

/* ----------------------------------------------
recruits
------------------------------------------------- */
#recruits {
  background-color: #e9f4f6;
  position: relative;
  z-index: 1;
  padding-bottom: 157px;
}
#recruits .mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 600px;
}
#recruits .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.3898305085%;
  margin-top: max(-8.875vw, -142px);
  position: relative;
  z-index: 1;
}
#recruits .contents article {
  width: 48.3050847458%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#recruits .contents article a {
  text-decoration: none;
}
#recruits .contents article a:hover {
  opacity: 1;
}
#recruits .contents article a:hover .bg::after {
  opacity: 0;
}
#recruits .contents article a::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-blue.webp) no-repeat center #fff;
}
#recruits .contents article .bg {
  position: relative;
}
#recruits .contents article .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruits .contents article .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.2);
  transition: all 0.5s ease-out;
}
#recruits .contents article .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 40px 6.8421052632% 55px;
}
#recruits .contents article .content h2 {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  position: relative;
  padding-top: 30px;
}
#recruits .contents article .content h2::before {
  left: 0;
}
#recruits .contents article .content h2::before {
  content: "";
  position: absolute;
  top: 0;
  width: 33px;
  aspect-ratio: 33/25;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/heading-icon-white.webp);
}
#recruits .contents article .content h2 small {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #recruits .contents article .content h2 {
    font-size: 34px;
  }
  #recruits .contents article .content h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruits .contents article .content h2 {
    font-size: 26px;
    padding-top: 25px;
    flex-direction: column;
    align-items: start;
  }
  #recruits .contents article .content h2::before {
    width: 25px;
  }
  #recruits .contents article .content h2 small {
    font-size: 15px;
  }
}
#recruits .contents article .content .txtbox {
  margin-top: auto;
}
#recruits .contents article .content .txtbox .title {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 8px;
}
#recruits .contents article .content .txtbox .text {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  color: #fff;
}
#recruits .shape {
  position: absolute;
  z-index: 1;
  left: 5.5625%;
  bottom: -2px;
  width: 23.8125%;
  max-width: 381px;
  aspect-ratio: 381/206;
}
#recruits .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1299px) {
  #recruits .contents article .content {
    padding: 40px 5.0877192982% 55px;
  }
  #recruits .contents article .content .txtbox {
    margin-top: auto;
  }
  #recruits .contents article .content .txtbox .title {
    font-size: 18px;
  }
  #recruits .contents article .content .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  #recruits {
    padding-bottom: 120px;
  }
  #recruits .contents article a::after {
    width: 50px;
  }
  #recruits .contents article .content {
    padding: 30px 10px 40px;
  }
  #recruits .contents article .content .txtbox .title {
    font-size: 18px;
  }
  #recruits .contents article .content .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruits {
    padding-bottom: 90px;
  }
  #recruits .contents {
    flex-direction: column;
    align-items: center;
  }
  #recruits .contents article {
    width: 100%;
    max-width: 400px;
  }
  #recruits .contents article a::after {
    width: 40px;
    right: 10px;
    bottom: 10px;
    background-size: 25px auto;
  }
  #recruits .contents article .content {
    padding: 20px 10px 30px;
  }
  #recruits .contents article .content .txtbox .title {
    font-size: 16px;
  }
  #recruits .contents article .content .txtbox .text {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */