@charset "UTF-8";
#news .container .head h2, #recruit h2, #recruit2 h2, #company .contents .left h2, #works h2, #construction .bottom .left .txbox h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 60.67px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
#news .container .head h2 small, #recruit h2 small, #recruit2 h2 small, #company .contents .left h2 small, #works h2 small, #construction .bottom .left .txbox h2 small {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 39.91px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: -3px;
}
@media (max-width: 999px) {
  #news .container .head h2, #recruit h2, #recruit2 h2, #company .contents .left h2, #works h2, #construction .bottom .left .txbox h2 {
    font-size: 40px;
  }
  #news .container .head h2 small, #recruit h2 small, #recruit2 h2 small, #company .contents .left h2 small, #works h2 small, #construction .bottom .left .txbox h2 small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #news .container .head h2, #recruit h2, #recruit2 h2, #company .contents .left h2, #works h2, #construction .bottom .left .txbox h2 {
    font-size: 30px;
  }
  #news .container .head h2 small, #recruit h2 small, #recruit2 h2 small, #company .contents .left h2 small, #works h2 small, #construction .bottom .left .txbox h2 small {
    font-size: 24px;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin: 24px 26px 80px;
}
#mainimg #mainslider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* background: url(../images/mainimg-mask.png);
  mask-image: url(../images/mainimg-mask.png);
  mask-position: top 0 left 0;
  mask-repeat: no-repeat;
  mask-size: cover; */
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
  border-bottom-left-radius: 27px;
  overflow: hidden;
}
#mainimg #mainslider .slick-list {
  height: 100%;
}
#mainimg #mainslider .slick-track {
  height: 100%;
}
#mainimg #mainslider img, #mainimg #mainslider video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  height: calc(100vh - 24px);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.75vw;
  line-height: 1.4208333333;
  letter-spacing: 0.1em;
  color: #004c88;
  align-content: end;
  padding: 0 10px 60px 3.8759689922%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: self-start;
}
#mainimg .catch p {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
#mainimg .catch p::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 37.5vw;
  aspect-ratio: 855/548;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(../images/catch-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
#mainimg .catch p span {
  /* background:
    radial-gradient(circle, rgba(204,0,0,0) 5px, #004c88 5px),
    radial-gradient(circle, #004c88 0, #004c88 100%),
    radial-gradient(circle, #004c88 0, #004c88 100%),
    radial-gradient(circle, #004c88 0, #004c88 100%);
  background-position: bottom right, bottom left, top right, top left;
  background-size: 50% 50%;
  background-repeat: no-repeat; */
  padding: 0 10px 0 25px;
  position: relative;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
#mainimg .catch p span::before, #mainimg .catch p span::after {
  position: absolute;
  width: 30px;
  aspect-ratio: 30/30;
  background: url(../images/mainimg-txbg.webp) no-repeat center/cover;
}
#mainimg .catch p span::before {
  bottom: -1px;
  right: 0;
  transform: translateX(calc(100% - 1px));
}
#mainimg .catch p span::after {
  top: -1px;
  left: 0;
  transform: translateX(calc(-100% + 1px)) rotate(180deg);
}
#mainimg .catch p span:first-child {
  border-top-left-radius: 16px;
}
#mainimg .catch p span:first-child::after {
  display: none;
}
#mainimg .catch p span:last-child {
  border-bottom-right-radius: 16px;
}
#mainimg .catch p span:last-child::before {
  display: none;
}
@media (min-width: 1600px) {
  #mainimg .catch {
    font-size: 60px;
  }
  #mainimg .catch p::before {
    width: 600px;
  }
}
@media (max-width: 999px) {
  #mainimg {
    margin: 15px 10px 70px;
  }
  #mainimg .catch {
    font-size: 30px;
    height: unset;
    min-height: 500px;
    padding-bottom: 30px;
  }
  #mainimg .catch p::before {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 60px;
  }
  #mainimg .catch {
    font-size: 30px;
    min-height: 380px;
    padding-bottom: 15px;
  }
  #mainimg .catch p::before {
    width: 300px;
  }
  #mainimg .catch p span {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #mainimg .catch p span::before, #mainimg .catch p span::after {
    width: 20px;
  }
  #mainimg .catch p span:first-child {
    border-top-left-radius: 10px;
  }
  #mainimg .catch p span:last-child {
    border-bottom-right-radius: 10px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 20px;
    min-height: 280px;
  }
  #mainimg .catch p::before {
    width: 200px;
  }
}

/* ----------------------------------------------
construction
------------------------------------------------- */
#construction {
  margin-bottom: 138px;
  position: relative;
}
#construction .bgs .bg {
  position: absolute;
  z-index: 1;
}
#construction .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
#construction .bgs .bg.v1 {
  width: 38.6875%;
  aspect-ratio: 619/243;
  max-width: 619px;
  left: 4.3125vw;
  top: 97px;
  min-width: 185.7px;
  z-index: 0;
}
#construction .bgs .bg.v2 {
  width: 22.6875%;
  aspect-ratio: 363/111;
  max-width: 363px;
  right: 10.375vw;
  top: 1034px;
  min-width: 108.9px;
  z-index: 4;
}
#construction .bgs .bg.v3 {
  width: 25.625%;
  aspect-ratio: 410/109;
  max-width: 410px;
  left: 2.375vw;
  bottom: -129px;
  min-width: 123px;
}
#construction .top {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  z-index: 3;
}
#construction .top .left {
  flex: 1;
  padding-left: 8.125%;
  padding-bottom: min(18.625vw, 298px);
}
#construction .top .left .heading {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.6;
  color: #004c88;
  margin-bottom: 9px;
  white-space: nowrap;
}
#construction .top .left .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60.67px;
  line-height: 1.6101862535;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: -30px;
  margin-bottom: 65px;
}
#construction .top .left .catch p {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#construction .top .left .catch span {
  background-color: #ff1a73;
  padding: 0 45px;
  position: relative;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
#construction .top .left .catch span::before, #construction .top .left .catch span::after {
  content: "";
  position: absolute;
  width: 17px;
  aspect-ratio: 17/17;
  background: url(../images/construction-txbg.webp) no-repeat center/cover;
}
#construction .top .left .catch span::before {
  right: 0;
  transform: translateX(calc(100% - 1px));
  bottom: 0;
}
#construction .top .left .catch span::after {
  left: 0;
  transform: translateX(calc(-100% + 1px)) rotate(180deg);
  top: 0;
}
#construction .top .left .catch span:first-child {
  border-top-left-radius: 16px;
}
#construction .top .left .catch span:first-child::after {
  display: none;
}
#construction .top .left .catch span:last-child {
  border-bottom-right-radius: 16px;
}
#construction .top .left .catch span:last-child::before {
  display: none;
}
#construction .top .left .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #000;
  padding-left: 26px;
}
#construction .top .image {
  width: 48%;
  margin-top: 132px;
}
#construction .top .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
}
#construction .bottom {
  display: flex;
  align-items: end;
  margin-top: max(-18.625vw, -298px);
  overflow-x: clip;
  position: relative;
  /*
  &::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(calc(perCalc(52,1797)* -1));
    z-index: -1;
    width: perCalc(1797,1600);
    aspect-ratio: 1797/1575;
    background: url(../images/construction-shape2.webp)no-repeat center/cover;
  }*/
}
#construction .bottom .left {
  flex: 1;
  position: relative;
  z-index: 1;
}
#construction .bottom .left .shape {
  margin-bottom: -30px;
}
#construction .bottom .left .txbox {
  background-color: rgba(0, 76, 136, 0.5);
  margin-right: max(-24.25vw, -388px);
  padding-bottom: 55px;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  overflow: hidden;
}
#construction .bottom .left .txbox h2 {
  padding: 40px 10px 27px 12.9213483146%;
  background-color: rgba(59, 117, 163, 0.8);
  margin-bottom: 45px;
}
#construction .bottom .left .txbox .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  margin: 0 8.0898876404% 42px 12.9213483146%;
}
#construction .bottom .left .txbox .btn {
  margin-left: 12.3595505618%;
}
#construction .bottom .left .txbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #004c88;
  background-color: #fff;
  background-position: center right 30px;
  background-repeat: no-repeat;
  padding: 0 70px 0 34px;
  background-image: url(../images/arow.webp);
}
#construction .bottom .left .txbox .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #construction .bottom .left .txbox .btn a {
    width: 190px;
    height: 45px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #construction .bottom .left .txbox .btn a {
    width: 170px;
    height: 40px;
    padding: 0 50px 0 20px;
    background-position: center right 20px;
    background-size: 20px auto;
  }
}
#construction .bottom .image {
  width: 68.625%;
  margin-top: calc(min(18.625vw, 298px) + 10px);
  padding-bottom: 88px;
}
#construction .bottom .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
}
@media (max-width: 1299px) {
  #construction .top .left {
    padding-left: 4.0625%;
    width: 48%;
  }
  #construction .top .image img {
    max-height: 700px;
  }
}
@media (max-width: 999px) {
  #construction {
    margin-bottom: 100px;
  }
  #construction .top .left {
    width: initial;
    padding-left: 10px;
  }
  #construction .top .left .heading {
    font-size: 40px;
  }
  #construction .top .left .catch {
    font-size: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }
  #construction .top .left .catch span {
    padding: 0 30px;
  }
  #construction .top .left .text {
    padding-left: 0;
    font-size: 14px;
  }
  #construction .bottom .left .txbox {
    padding-bottom: 40px;
  }
  #construction .bottom .left .txbox h2 {
    padding: 30px 10px 15px;
    margin-bottom: 30px;
  }
  #construction .bottom .left .txbox .text {
    margin: 0 10px 30px;
    font-size: 14px;
  }
  #construction .bottom .left .txbox .btn {
    margin-left: 10px;
  }
  #construction .bottom .image {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #construction {
    margin-bottom: 80px;
  }
  #construction .bgs .bg.v2 {
    top: 1084px;
  }
  #construction .top {
    flex-direction: column;
    row-gap: 10px;
  }
  #construction .top .left {
    padding-bottom: 0;
    padding-right: 10px;
  }
  #construction .top .left .heading {
    font-size: 30px;
    white-space: wrap;
  }
  #construction .top .left .catch {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #construction .top .left .catch span {
    padding: 0 20px;
  }
  #construction .top .image {
    margin-top: 0;
    margin-left: auto;
    width: min(100% - 10px, 400px);
  }
  #construction .top .image img {
    max-height: 200px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  #construction .bottom {
    margin-top: 20px;
    flex-direction: column;
  }
  #construction .bottom .left {
    order: 1;
  }
  #construction .bottom .left .shape {
    display: none;
  }
  #construction .bottom .left .txbox {
    padding-bottom: 30px;
    margin-right: 10px;
  }
  #construction .bottom .left .txbox h2 {
    padding-top: 25px;
    margin-bottom: 20px;
  }
  #construction .bottom .left .txbox .text {
    margin-bottom: 25px;
  }
  #construction .bottom .image {
    margin: 0 0 0 auto;
    padding-bottom: 0;
    width: calc(100% - 10px);
    max-width: 500px;
  }
}
@media (max-width: 425px) {
  #construction .bgs .bg.v2 {
    top: 1034px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  position: relative;
  padding-top: 52px;
  padding-bottom: 90px;
  margin-bottom: 150px;
}
#works .before,
#works .after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  /* background-image: url(../images/works-mask.png);
  mask-image: url(../images/works-mask.png);
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: top 0 left 0; */
}
#works .before {
  background-image: url(../images/works-bg.webp);
}
#works .after {
  background-color: #004c88;
  mix-blend-mode: multiply;
}
#works .bgs .bg {
  position: absolute;
  z-index: 1;
}
#works .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
#works .bgs .bg.v1 {
  width: 21.8125%;
  aspect-ratio: 349/193;
  max-width: 349px;
  right: 14.6875vw;
  top: -14px;
  min-width: 104.7px;
}
#works .bgs .bg.v2 {
  width: 21.375%;
  aspect-ratio: 342/185;
  max-width: 342px;
  left: 7.0625vw;
  bottom: -129px;
  min-width: 102.6px;
}
#works .bgs .bg.v3 {
  width: 24.9375%;
  aspect-ratio: 399/119;
  max-width: 399px;
  right: 24.0625vw;
  bottom: -139px;
  min-width: 119.7px;
}
#works .bgs .bg.v4 {
  width: 10.9375%;
  aspect-ratio: 175/104;
  max-width: 175px;
  right: 3.75vw;
  bottom: -139px;
  min-width: 52.5px;
}
#works .masks .mask {
  position: absolute;
  z-index: -2;
  background-color: #fff;
}
#works .masks .mask::before, #works .masks .mask::after {
  content: "";
  position: absolute;
  width: 44px;
  aspect-ratio: 44/48;
  background: url(../images/works.webp) no-repeat center/cover;
}
#works .masks .mask.m1 {
  top: 0;
  right: 0;
  width: 38%;
  aspect-ratio: 608/192;
  border-bottom-left-radius: 50px;
}
#works .masks .mask.m1::before {
  top: 0;
  left: 0;
  transform: translateX(calc(-100% + 1px));
}
#works .masks .mask.m1::after {
  bottom: 0;
  right: 0;
  transform: translateY(calc(100% - 1px));
}
#works .masks .mask.m2 {
  bottom: 0;
  left: 0;
  width: 357px;
  aspect-ratio: 357/357;
  border-top-right-radius: 30px;
}
#works .masks .mask.m2::before {
  top: 0;
  left: 0;
  transform: translateY(calc(-100% + 1px)) rotate(180deg);
}
#works .masks .mask.m2::after {
  bottom: 0;
  right: 0;
  transform: translateX(calc(100% - 1px)) rotate(180deg);
}
#works h2 {
  margin-left: 7.1875%;
  margin-bottom: 69px;
}
#works .contents {
  display: flex;
  align-items: end;
  -moz-column-gap: 53px;
       column-gap: 53px;
}
#works .contents .btn {
  margin-left: auto;
  position: relative;
}
#works .contents .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: #e91e79;
  background-position: center right 30px;
  background-repeat: no-repeat;
  padding: 0 70px 0 34px;
  background-image: url(../images/arow-white.webp);
}
#works .contents .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #works .contents .btn a {
    width: 190px;
    height: 45px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #works .contents .btn a {
    width: 170px;
    height: 40px;
    padding: 0 50px 0 20px;
    background-position: center right 20px;
    background-size: 20px auto;
  }
}
#works .contents .btn .slick-arow {
  position: absolute;
  width: 82px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #004c88;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  transform: translateY(calc(-100% - 53px));
  background-color: #fff;
  cursor: pointer;
}
#works .contents .btn .slick-arow.prev {
  left: 8px;
  background-image: url(../images/prev-arow.webp);
}
#works .contents .btn .slick-arow.next {
  right: 8px;
  background-image: url(../images/next-arow.webp);
}
#works .contents .slider {
  width: calc(100% - 315px);
  overflow-x: clip;
  padding-bottom: 10px;
}
#works .contents .slider .slick-list {
  overflow: unset;
  margin: 0 calc((22.4902723735% + 19px) * -1) 0 -19px;
}
#works .contents .slider .block {
  margin: 0 19px;
  border-radius: 40px;
  overflow: hidden;
}
#works .contents .slider .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#works .contents .slider .block a:hover {
  opacity: 0.6;
}
#works .contents .slider .block .image {
  aspect-ratio: 365/440;
  margin-bottom: 10px;
}
#works .contents .slider .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .contents .slider .block .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22.18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #e91e79;
  padding: 14px 33px 26px;
}
@media (max-width: 999px) {
  #works {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 120px;
  }
  #works .bgs .bg.v2 {
    bottom: -79px;
  }
  #works .bgs .bg.v3 {
    bottom: -89px;
  }
  #works .bgs .bg.v4 {
    bottom: -89px;
  }
  #works h2 {
    margin-bottom: 50px;
  }
  #works .masks .mask.m2 {
    width: 280px;
  }
  #works .contents {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #works .contents .btn .slick-arow {
    width: 70px;
    transform: translateY(calc(-100% - 30px));
  }
  #works .contents .slider {
    width: calc(100% - 250px);
  }
  #works .contents .slider .slick-list {
    margin: 0 calc((22.4902723735% + 5px) * -1) 0 -5px;
  }
  #works .contents .slider .block {
    margin: 0 5px;
  }
  #works .contents .slider .block .title {
    font-size: 18px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  #works {
    padding-top: 30px;
    padding-bottom: 70px;
    margin-bottom: 90px;
  }
  #works h2 {
    margin-bottom: 40px;
    margin-left: 10px;
  }
  #works::before, #works::after {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #works .masks .mask::before, #works .masks .mask::after {
    width: 20px;
  }
  #works .masks .mask.m1 {
    min-height: 55px;
    border-bottom-left-radius: 20px;
  }
  #works .masks .mask.m2 {
    width: 230px;
  }
  #works .contents {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #works .contents .btn .slick-arow {
    width: 65px;
    transform: translateY(calc(-100% - 20px));
  }
  #works .contents .slider {
    width: calc(100% - 220px);
  }
  #works .contents .slider .block {
    border-radius: 30px;
  }
  #works .contents .slider .block .title {
    font-size: 16px;
    padding: 10px;
  }
}
@media (max-width: 500px) {
  #works .masks .mask.m2 {
    width: 30px;
    aspect-ratio: 30/190;
  }
  #works .contents {
    flex-direction: column;
    row-gap: 30px;
  }
  #works .contents .slider {
    width: calc(100% - 10px);
  }
}

#construction .bottom {
  z-index: 2;
}
#construction .bottom .sakura {
  position: absolute;
  z-index: -1;
  width: 61.0625%;
  aspect-ratio: 1797/1575;
  top: 0;
  left: 0;
  transform: translateX(-2.8937117418%);
  overflow: hidden;
}
#construction .bottom .sakura li {
  width: 18px;
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
@media (max-width: 767px) {
  #construction .bottom .sakura {
    display: none;
  }
}

#works .sakura {
  position: absolute;
  z-index: -1;
  width: 61.0625%;
  aspect-ratio: 1797/1575;
  top: -300px;
  right: 0;
  overflow: hidden;
}
#works .sakura li {
  width: 18px;
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
@media (max-width: 767px) {
  #works .sakura {
    width: 100%;
    top: -204px;
  }
}

@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes rotate1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  margin: 0 2.1875% 95px;
}
#company .contents {
  background: url(../images/company-bg.webp) no-repeat center/cover;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 76px 0 37px;
  border-radius: 40px;
}
#company .contents .left {
  padding-left: 3.9215686275%;
  flex: 1;
}
#company .contents .left h2 {
  margin: 20px 0 30px 21px;
  /*  @include fontac(700);
   font-size: 130px;
   line-height: 1;
   color: transparent;
   -webkit-text-stroke: 0.83px #fff; 
   margin: 7px 0 16px;*/
}
#company .contents .left h2 small {
  /* display: block;
  @include fontg(400);
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 9px 0 0 15px; */
}
#company .contents .left .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 41px;
  line-height: 1.6097560976;
  color: #fff;
  padding-left: 15px;
  max-width: 786px;
}
#company .contents .right {
  background-color: #fff;
  margin-left: auto;
  padding: 90px 11.7647058824% 65px 4.7712418301%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
#company .contents .right .logo {
  margin-bottom: 15px;
}
#company .contents .right .data {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #000;
  padding-left: 15px;
  margin-bottom: 12px;
}
#company .contents .right .tel {
  padding-left: 8px;
  margin-bottom: 31px;
}
#company .contents .right .tel a {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 43.42px;
  color: #004c88;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company .contents .right .tel a:hover {
  opacity: 0.6;
}
#company .contents .right .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#company .contents .right .btns .btn {
  margin-left: 5px;
}
#company .contents .right .btns .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: #e91e79;
  background-position: center right 30px;
  background-repeat: no-repeat;
  padding: 0 70px 0 34px;
  background-image: url(../images/arow-white.webp);
}
#company .contents .right .btns .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #company .contents .right .btns .btn a {
    width: 190px;
    height: 45px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #company .contents .right .btns .btn a {
    width: 170px;
    height: 40px;
    padding: 0 50px 0 20px;
    background-position: center right 20px;
    background-size: 20px auto;
  }
}
@media (max-width: 1200px) {
  #company .contents .left h2 {
    /* font-size: 100px; */
  }
  #company .contents .right {
    padding: 90px 20px 65px;
  }
  #company .contents .right .tel a {
    font-size: 40px;
  }
}
@media (max-width: 999px) {
  #company {
    margin-bottom: 80px;
  }
  #company .contents {
    padding: 60px 0 25px;
  }
  #company .contents .left {
    padding-left: 10px;
  }
  #company .contents .left h2 {
    margin: 15px 0 25px 15px;
    /* font-size: 75px;
    small{
      font-size: 22px;
    } */
  }
  #company .contents .left .text {
    font-size: 30px;
  }
  #company .contents .right {
    padding: 80px 10px 50px;
  }
  #company .contents .right .data {
    font-size: 14px;
  }
  #company .contents .right .tel {
    margin-bottom: 25px;
  }
  #company .contents .right .tel a {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #company {
    margin-bottom: 70px;
  }
  #company .contents {
    padding: 40px 0 20px;
    flex-direction: column;
    row-gap: 30px;
  }
  #company .contents .left h2 {
    margin: 10px 0 20px 10px;
    /*  font-size: 50px;
     small{
       margin: 5px 0 0;
       font-size: 18px;
     } */
  }
  #company .contents .left .text {
    font-size: 24px;
    padding-left: 0;
  }
  #company .contents .right {
    padding: 60px 10px 40px;
    max-width: calc(100% - 10px);
  }
  #company .contents .right .data {
    font-size: 13px;
    padding-left: 0;
  }
  #company .contents .right .tel {
    margin-bottom: 20px;
    padding-left: 0;
  }
  #company .contents .right .tel a {
    font-size: 30px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit, #recruit2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow-y: clip;
  margin: 0 2.3125% 134px;
  padding: 0 10px;
}
#recruit .bgs, #recruit2 .bgs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#recruit .bgs .bg .img img, #recruit2 .bgs .bg .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .bgs .bg.b1, #recruit .bgs .bg.b2, #recruit2 .bgs .bg.b1, #recruit2 .bgs .bg.b2 {
  width: 32.2411533421%;
}
#recruit .bgs .bg.b1 .img, #recruit .bgs .bg.b2 .img, #recruit2 .bgs .bg.b1 .img, #recruit2 .bgs .bg.b2 .img {
  height: 100%;
}
#recruit .bgs .bg.b1 img, #recruit2 .bgs .bg.b1 img {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
#recruit .bgs .bg.b2 img, #recruit2 .bgs .bg.b2 img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
#recruit .bgs .bg.b3, #recruit2 .bgs .bg.b3 {
  width: 31.7824377457%;
  display: flex;
  flex-direction: column;
}
#recruit .bgs .bg.b3 img, #recruit2 .bgs .bg.b3 img {
  border-radius: 30px;
}
#recruit .bgs .bg.b3 .img:first-child, #recruit2 .bgs .bg.b3 .img:first-child {
  height: 53.4920634921%;
}
#recruit .bgs .bg.b3 .img:last-child, #recruit2 .bgs .bg.b3 .img:last-child {
  width: 37.9381443299%;
  height: 42.8571428571%;
  margin-top: auto;
  margin-left: auto;
}
#recruit .mask, #recruit2 .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.3197903014%;
  aspect-ratio: 188/150;
  background-color: #fff;
  border-top-right-radius: 30px;
}
#recruit .mask::before, #recruit .mask::after, #recruit2 .mask::before, #recruit2 .mask::after {
  content: "";
  position: absolute;
  width: 23px;
  aspect-ratio: 23/23;
  background: url(../images/recruit.png) no-repeat center/cover;
}
#recruit .mask::before, #recruit2 .mask::before {
  top: 0;
  left: 0;
  transform: translateY(calc(-100% + 0px)) rotate(180deg);
}
#recruit .mask::after, #recruit2 .mask::after {
  bottom: 0;
  right: 0;
  transform: translateX(calc(100% - 0px)) rotate(180deg);
}
#recruit .mask.none::after, #recruit2 .mask.none::after {
  display: none;
}
#recruit .head, #recruit2 .head {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 10px 100px 10.4249667995%;
  padding: 29px 11.2881806109% 50px 4.8472775564%;
  position: relative;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#recruit .head .mask-h2-l,
#recruit .head .mask-h2-r, #recruit .head::before, #recruit .head::after, #recruit2 .head .mask-h2-l,
#recruit2 .head .mask-h2-r, #recruit2 .head::before, #recruit2 .head::after {
  position: absolute;
  width: 23px;
  aspect-ratio: 23/23;
  background: url(../images/recruit.png) no-repeat center/cover;
}
#recruit .head::before, #recruit .head::after, #recruit2 .head::before, #recruit2 .head::after {
  content: "";
  top: 0;
}
#recruit .head::before, #recruit2 .head::before {
  display: none;
  left: 0;
  transform: translateX(calc(-100% + 0px));
  opacity: 0.5;
}
#recruit .head::after, #recruit2 .head::after {
  display: none;
  right: 0;
  transform: translateX(calc(100% - 0px)) rotate(-90deg);
  opacity: 0.5;
}
#recruit .head .mask-h2-l, #recruit2 .head .mask-h2-l {
  display: none;
  bottom: 0;
  transform: translate(-100%, calc(100% - 0px));
  opacity: 0.5;
}
#recruit .head .mask-h2-r, #recruit2 .head .mask-h2-r {
  display: none;
  bottom: 0;
  transform: translateY(calc(100% - 0px)) rotate(-90deg);
  opacity: 0.5;
}
#recruit h2, #recruit2 h2 {
  color: #004c88;
}
#recruit .txbox, #recruit2 .txbox {
  background-color: #fff;
  margin: 0 11.620185923% 0 auto;
  padding: 40px 3.984063745% 40px 3.0544488712%;
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
#recruit .txbox .mask-txbox, #recruit .txbox::before, #recruit2 .txbox .mask-txbox, #recruit2 .txbox::before {
  position: absolute;
  width: 23px;
  aspect-ratio: 23/23;
  background: url(../images/recruit.png) no-repeat center/cover;
}
#recruit .txbox::before, #recruit2 .txbox::before {
  content: "";
  bottom: 0;
  left: 0;
  transform: translateX(calc(-100% + 0px)) rotate(90deg);
}
#recruit .txbox .mask-txbox, #recruit2 .txbox .mask-txbox {
  top: 0;
  transform: translate(-100%, calc(-100% + 0px)) rotate(90deg);
}
#recruit .txbox .text, #recruit2 .txbox .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  line-height: 1.5637931034;
  color: #004c88;
  max-width: 410px;
  margin-bottom: 28px;
}
#recruit .txbox .btn a, #recruit2 .txbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #fff;
  background-color: #e91e79;
  background-position: center right 30px;
  background-repeat: no-repeat;
  padding: 0 70px 0 34px;
  background-image: url(../images/arow-white.webp);
}
#recruit .txbox .btn a:hover, #recruit2 .txbox .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #recruit .txbox .btn a, #recruit2 .txbox .btn a {
    width: 190px;
    height: 45px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #recruit .txbox .btn a, #recruit2 .txbox .btn a {
    width: 170px;
    height: 40px;
    padding: 0 50px 0 20px;
    background-position: center right 20px;
    background-size: 20px auto;
  }
}
@media (max-width: 999px) {
  #recruit, #recruit2 {
    margin-bottom: 100px;
  }
  #recruit .head, #recruit2 .head {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
  #recruit .txbox, #recruit2 .txbox {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #recruit .txbox .text, #recruit2 .txbox .text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #recruit, #recruit2 {
    margin: initial;
    margin-bottom: 70px;
  }
  #recruit.split-top, #recruit2.split-top {
    margin-bottom: 10px;
  }
  #recruit .bgs, #recruit2 .bgs {
    position: relative;
  }
  #recruit .bgs .bg.b1 img, #recruit2 .bgs .bg.b1 img {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #recruit .bgs .bg.b2 img, #recruit2 .bgs .bg.b2 img {
    border-radius: 0;
  }
  #recruit .bgs .bg.b3 .img:first-child, #recruit2 .bgs .bg.b3 .img:first-child {
    width: 100%;
    height: initial;
  }
  #recruit .bgs .bg.b3 .img:first-child img, #recruit2 .bgs .bg.b3 .img:first-child img {
    border-radius: 0;
    border-top-right-radius: 20px;
    width: 100%;
  }
  #recruit .bgs .bg.b3 .img:last-child, #recruit2 .bgs .bg.b3 .img:last-child {
    width: 100%;
    height: initial;
  }
  #recruit .bgs .bg.b3 .img:last-child img, #recruit2 .bgs .bg.b3 .img:last-child img {
    border-radius: 0;
    border-bottom-right-radius: 20px;
    width: 100%;
  }
  #recruit .mask, #recruit2 .mask {
    display: none;
  }
  #recruit .mask::before, #recruit .mask::after, #recruit2 .mask::before, #recruit2 .mask::after {
    width: 15px;
  }
  #recruit .head, #recruit2 .head {
    padding: 0;
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: center;
  }
  #recruit .head .mask-h2-l,
  #recruit .head .mask-h2-r, #recruit .head::before, #recruit .head::after, #recruit2 .head .mask-h2-l,
  #recruit2 .head .mask-h2-r, #recruit2 .head::before, #recruit2 .head::after {
    width: 15px;
  }
  #recruit .txbox, #recruit2 .txbox {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  #recruit .txbox .mask-txbox, #recruit .txbox::before, #recruit2 .txbox .mask-txbox, #recruit2 .txbox::before {
    width: 15px;
  }
  #recruit .txbox .text, #recruit2 .txbox .text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #recruit .txbox .btn, #recruit2 .txbox .btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 50px;
}
#news .inner {
  display: flex;
}
#news .icon {
  position: relative;
  mix-blend-mode: multiply;
  width: 38.125%;
  align-content: center;
}
#news .container {
  background-color: #004c88;
  display: flex;
  -moz-column-gap: 9.3264248705%;
       column-gap: 9.3264248705%;
  flex: 1;
  margin: 20px 0 60px max(-5.625%, -90px);
  padding: 63px 10px 80px calc(min(5.625%, 90px) + 15px);
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
#news .container .head h2 {
  font-size: 49.61px;
  margin-bottom: 37px;
}
#news .container .head h2 small {
  margin-bottom: -14px;
}
#news .container .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: #0030ac;
  background-color: #fff;
  background-position: center right 30px;
  background-repeat: no-repeat;
  padding: 0 70px 0 34px;
  background-image: url(../images/arow.webp);
}
#news .container .head .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #news .container .head .btn a {
    width: 190px;
    height: 45px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #news .container .head .btn a {
    width: 170px;
    height: 40px;
    padding: 0 50px 0 20px;
    background-position: center right 20px;
    background-size: 20px auto;
  }
}
#news .container .contents {
  flex: 1;
  max-width: 565px;
  margin-top: 35px;
}
#news .container .contents article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
}
#news .container .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news .container .contents article a:hover {
  opacity: 0.6;
}
#news .container .contents article time {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  background-color: #0071b8;
  color: #fff;
  padding: 0 18px;
  margin-bottom: 11px;
}
#news .container .contents article .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
#news .container .contents article:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 45px;
  }
  #news .container {
    margin-top: 15px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #news .container .head h2 {
    font-size: 34px;
    margin-bottom: 25px;
  }
  #news .container .contents {
    margin-top: 20px;
  }
  #news .container .contents article time {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 40px;
  }
  #news .inner {
    flex-direction: column;
  }
  #news .icon {
    text-align: center;
    margin-bottom: -30px;
    width: 100%;
  }
  #news .icon img {
    max-width: 300px;
  }
  #news .container {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 10px;
    margin: 0 0 0 10px;
    flex-direction: column;
    row-gap: 30px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  #news .container .head {
    text-align: center;
  }
  #news .container .head h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #news .container .head h2 small {
    margin-bottom: -5px;
  }
  #news .container .head .btn a {
    margin: 0 auto;
  }
  #news .container .contents {
    margin-top: 0px;
  }
  #news .container .contents article {
    padding-bottom: 15px;
  }
  #news .container .contents article time {
    font-size: 12px;
  }
  #news .container .contents article .title {
    font-size: 14px;
  }
  #news .container .contents article:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
insta
------------------------------------------------- */
#insta {
  margin-bottom: 174px;
}
#insta h2 {
  text-align: center;
  margin-bottom: 43px;
  padding: 0 10px;
}
#insta h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin-top: 17px;
}
#insta .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.6856987493%;
  width: min(100% - 20px, 1226px);
  margin: 0 auto;
}
#insta .contents .block {
  width: 23.735725938%;
  overflow: clip;
}
#insta .contents .block .image {
  position: relative;
  aspect-ratio: 1/1;
}
#insta .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#insta .contents .block .image .textbox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease-out;
}
#insta .contents .block .image .textbox .text {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#insta .contents .block .image .textbox:hover {
  opacity: 1;
}
@media (max-width: 999px) {
  #insta {
    margin-bottom: 140px;
  }
  #insta h2 {
    margin-bottom: 35px;
  }
  #insta h2 small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #insta {
    margin-bottom: 100px;
  }
  #insta h2 {
    margin-bottom: 30px;
  }
  #insta h2 small {
    font-size: 14px;
  }
  #insta .contents {
    gap: 10px 2%;
  }
  #insta .contents .block {
    width: 32%;
  }
}/*# sourceMappingURL=index.css.map */