#company h2, #recruit h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 100;
  font-size: 152.25px;
  line-height: 1;
  color: #fff;
}
#company h2 small, #recruit h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
@media (max-width: 999px) {
  #company h2, #recruit h2 {
    font-size: 100px;
  }
  #company h2 small, #recruit h2 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #company h2, #recruit h2 {
    font-size: 60px;
  }
  #company h2 small, #recruit h2 small {
    font-size: 18px;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 93px;
}
#mainimg #mainslider {
  background-color: #fff;
  border-bottom-left-radius: 58px;
  overflow: hidden;
}
#mainimg #mainslider img {
  height: calc(100vh - 100px);
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider > img:not(:first-child) {
  display: none;
}
#mainimg #mainslider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgb(0, 19, 203) 0%, rgba(0, 19, 203, 0) 28%);
}
#mainimg .top {
  position: relative;
  margin-left: 215px;
}
#mainimg .top .catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.3321299639%;
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 101.4px;
  line-height: 1.15;
  color: #fff;
  padding-top: 10px;
}
#mainimg .top .catch .b {
  font-size: 137.19px;
}
#mainimg .top .catch .small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 31px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 40px;
}
#mainimg .top .catch small {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 4px;
}
#mainimg .top .catch .small,
#mainimg .top .catch small {
  padding-left: 27px;
}
#mainimg .bottom {
  position: absolute;
  display: flex;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 92.25%;
  min-height: calc(100% - 113px);
  border-radius: 58px;
  overflow: hidden;
}
#mainimg .bottom::before, #mainimg .bottom::after {
  content: "";
  position: absolute;
  z-index: -1;
}
#mainimg .bottom::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgb(0, 48, 172) 0%, rgb(0, 15, 86) 100%);
}
#mainimg .bottom::after {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 54.945799458%;
  aspect-ratio: 811/729;
  background: url(../images/main-shape.webp) no-repeat center/cover;
  mix-blend-mode: overlay;
}
#mainimg .bottom .bgtx {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 53.58px;
  line-height: 1;
  writing-mode: vertical-rl;
  color: transparent;
  -webkit-text-stroke: 0.33px #fff;
  margin-top: 20px;
  margin-left: 1.0840108401%;
  padding-bottom: 10px;
}
#mainimg .bottom .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin: auto 2.5067750678% 0 auto;
  padding-bottom: 37px;
}
#mainimg .bottom .catch small {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
#mainimg .bottom .catch:not(:has(p)) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 25px;
}
#mainimg .bottom .catch p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 25px;
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 80px;
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .top {
    margin-left: 160px;
  }
  #mainimg .top .catch {
    font-size: 90px;
  }
  #mainimg .top .catch .b {
    font-size: 110px;
  }
  #mainimg .top .catch .small {
    font-size: 26px;
    margin-top: 30px;
  }
  #mainimg .top .catch small {
    font-size: 14px;
  }
  #mainimg .bottom .bgtx {
    font-size: 40px;
  }
  #mainimg .bottom .catch {
    font-size: 22px;
    padding-bottom: 10px;
  }
  #mainimg .bottom .catch small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 70px;
  }
  #mainimg #mainslider {
    border-bottom-left-radius: 30px;
  }
  #mainimg .top {
    margin-left: 110px;
  }
  #mainimg .top .catch {
    font-size: 60px;
  }
  #mainimg .top .catch .b {
    font-size: 70px;
  }
  #mainimg .top .catch .small {
    font-size: 22px;
    margin-top: 10px;
  }
  #mainimg .top .catch .small,
#mainimg .top .catch small {
    padding-left: 0;
  }
  #mainimg .bottom {
    min-height: calc(100% - 80px);
    border-radius: 20px;
  }
  #mainimg .bottom .bgtx {
    font-size: 30px;
  }
  #mainimg .bottom .catch {
    font-size: 18px;
  }
  #mainimg .bottom .catch small {
    font-size: 12px;
  }
  #mainimg .bottom .catch:not(:has(p)) {
    row-gap: 5px;
  }
  #mainimg .bottom .catch p {
    row-gap: 5px;
  }
}
@media (max-width: 500px) {
  #mainimg .top .catch {
    font-size: 30px;
  }
  #mainimg .top .catch .b {
    font-size: 40px;
  }
  #mainimg .top .catch .small {
    font-size: 12px;
  }
  #mainimg .top .catch small {
    font-size: 10px;
  }
  #mainimg .bottom .bgtx {
    font-size: 20px;
  }
  #mainimg .bottom .catch {
    font-size: 14px;
  }
  #mainimg .bottom .catch small {
    font-size: 10px;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  position: relative;
  padding-bottom: 90px;
}
#information::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 525px;
  max-height: calc(100% - 10px);
  background: url(../images/information-bg.webp) repeat-x;
  z-index: -1;
}
#information .inner {
  background: url(../images/information-image.webp) no-repeat right/auto 100% #fbfcfd;
  margin-left: auto;
  width: min(100% - 10px, 1360px);
  padding: 31px 10px 58px calc(3.375% + 38px);
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
  overflow: hidden;
  position: relative;
}
#information .inner::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0030ac;
}
#information .head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-bottom: 58px;
}
#information .head h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.6;
  color: #0030ac;
}
#information .head h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: -8px;
  color: #000;
}
@media (max-width: 999px) {
  #information .head h2 {
    font-size: 40px;
  }
  #information .head h2 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #information .head h2 {
    font-size: 30px;
  }
  #information .head h2 small {
    font-size: 18px;
  }
}
#information .head .btn {
  margin-top: 27px;
}
#information .head .btn a {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 175px;
  height: 50px;
  border-radius: 25px;
  background-color: #29a7de;
}
#information .head .btn a:hover {
  opacity: 0.6;
}
#information .head .btn a::after {
  content: "";
  width: 37px;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 37/6;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 999px) {
  #information .head .btn a {
    width: 150px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #information .head .btn a {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }
}
#information .contents {
  max-width: 566px;
}
#information .contents article .title {
  text-shadow: 0 0 1px #fbfcfd, 0 0 1px #fbfcfd, 0 0 1px #fbfcfd;
}
@media (max-width: 999px) {
  #information {
    padding-bottom: 80px;
  }
  #information::before {
    height: 400px;
  }
  #information .head {
    margin-bottom: 40px;
    column-gap: 30px;
  }
  #information .head .btn {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #information {
    padding-bottom: 70px;
  }
  #information::before {
    height: 300px;
  }
  #information .inner {
    padding: 20px 10px 30px calc(3.375% + 25px);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
  #information .inner::before {
    width: 25px;
  }
  #information .head {
    flex-direction: column;
    margin-bottom: 30px;
  }
  #information .head .btn {
    margin-top: 0px;
  }
}

/* ----------------------------------------------
commitment
------------------------------------------------- */
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.4;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.6;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.4;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
#commitment {
  position: relative;
  overflow: hidden;
  padding-top: 118px;
  margin-bottom: 65px;
}
#commitment .animations .animation {
  position: absolute;
  mask-size: cover;
  z-index: -1;
  width: min(47.125%, 754px);
  aspect-ratio: 754/989;
  mask-image: url(../images/commitment-shape1.png);
}
#commitment .animations .animation .y {
  display: flex;
  height: 100%;
}
#commitment .animations .animation .y .l,
#commitment .animations .animation .y .r {
  width: 50%;
  position: relative;
}
#commitment .animations .animation .y .l .box,
#commitment .animations .animation .y .r .box {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
#commitment .animations .animation .y .l .box::before,
#commitment .animations .animation .y .r .box::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-90deg, rgb(0, 19, 203) 0%, rgb(4, 0, 97) 42%, rgb(0, 233, 200) 100%);
}
#commitment .animations .animation .y .l .box.in,
#commitment .animations .animation .y .r .box.in {
  transition: all 0.1s ease;
}
#commitment .animations .animation .y .l .box:not(.in),
#commitment .animations .animation .y .r .box:not(.in) {
  transition: unset;
  opacity: 0;
  z-index: -1;
}
#commitment .animations .animation .y .l .box:nth-child(even)::before {
  transform: rotateY(180deg);
}
#commitment .animations .animation .y .l .box.stay {
  transform: translateY(-100%);
}
#commitment .animations .animation .y .r .box::before {
  transform: translateX(-50%);
}
#commitment .animations .animation .y .r .box.stay {
  transform: translateY(100%);
}
#commitment .animations .animation .y .r .box:nth-child(even)::before {
  transform: translateX(-50%) rotateY(180deg);
}
#commitment .animations .animation.a1 {
  top: 0;
  transform: translateY(-28.8169868554%);
  right: 5.125%;
}
#commitment .animations .animation.a2 {
  left: 0;
  transform: translateX(-43.5222672065%) rotate(-90deg);
  bottom: 25px;
}
#commitment .head {
  margin-left: 6.875%;
  margin-bottom: -68px;
}
#commitment .head h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.6;
  color: #0030ac;
  margin-bottom: 30px;
}
#commitment .head h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: -8px;
  color: #000;
}
@media (max-width: 999px) {
  #commitment .head h2 {
    font-size: 40px;
  }
  #commitment .head h2 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #commitment .head h2 {
    font-size: 30px;
  }
  #commitment .head h2 small {
    font-size: 18px;
  }
}
#commitment .head .btn a {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 175px;
  height: 50px;
  border-radius: 25px;
  background-color: #29a7de;
}
#commitment .head .btn a:hover {
  opacity: 0.6;
}
#commitment .head .btn a::after {
  content: "";
  width: 37px;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 37/6;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 999px) {
  #commitment .head .btn a {
    width: 150px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #commitment .head .btn a {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }
}
#commitment .contents {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin: 0 2.1875% 0 13.75%;
  gap: 30px 3.1598513011%;
}
#commitment .contents .block {
  width: 31.2267657993%;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
#commitment .contents .block a {
  text-decoration: none;
}
#commitment .contents .block a:hover {
  opacity: 1;
}
#commitment .contents .block a:hover .title::after {
  animation-name: kiran;
  animation-duration: 1s;
  animation-timing-function: linear;
}
#commitment .contents .block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#commitment .contents .block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#commitment .contents .block .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 19, 203) 0%, rgb(4, 0, 97) 10%, rgba(0, 19, 203, 0) 48%);
}
#commitment .contents .block .content {
  padding: 149px 0 25px;
}
#commitment .contents .block .content .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 32px;
  line-height: 1.21875;
  letter-spacing: 0.1em;
  color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  width: min(100% - 20px, 250px);
  margin: 0 auto 69px;
  position: relative;
}
#commitment .contents .block .content .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgb(0, 19, 203) 0%, rgb(4, 0, 97) 42%, rgb(0, 233, 200) 100%);
  z-index: -1;
  opacity: 0.9;
}
#commitment .contents .block .content .title::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -100px;
  left: 0;
  width: 10%;
  height: 100%;
  opacity: 0;
}
#commitment .contents .block .content .small {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 29px;
  line-height: 1.0689655172;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 0 7.1428571429%;
}
#commitment .contents .block:nth-child(3n-2) {
  margin-top: 120px;
}
#commitment .contents .block:nth-child(3n) {
  margin-top: 135px;
}
#commitment .bgtx {
  width: 53.5625%;
  margin: max(-4.6875vw, -75px) 40px 0 auto;
}
@media (max-width: 999px) {
  #commitment {
    padding-top: 90px;
    margin-bottom: 40px;
  }
  #commitment .head {
    margin-left: 10px;
    margin-bottom: -30px;
  }
  #commitment .head h2 {
    margin-bottom: 25px;
  }
  #commitment .contents {
    margin: 0 10px;
  }
  #commitment .contents .block .content {
    padding-top: 100px;
  }
  #commitment .contents .block .content .title {
    font-size: 26px;
    margin: 0px auto 40px;
  }
  #commitment .contents .block .content .small {
    font-size: 17px;
    margin: 0 10px;
  }
  #commitment .contents .block:nth-child(3n-2), #commitment .contents .block:nth-child(3n) {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #commitment {
    padding-top: 80px;
    margin-bottom: 30px;
  }
  #commitment .head {
    margin-bottom: 30px;
  }
  #commitment .head h2 {
    margin-bottom: 20px;
  }
  #commitment .contents {
    column-gap: 4%;
  }
  #commitment .contents .block {
    width: 48%;
    border-radius: 30px;
  }
  #commitment .contents .block .content {
    padding-top: 70px;
  }
  #commitment .contents .block .content .title {
    font-size: 20px;
    margin: 0 auto 30px;
  }
  #commitment .contents .block .content .small {
    font-size: 12px;
  }
  #commitment .contents .block:nth-child(3n-2), #commitment .contents .block:nth-child(3n) {
    margin-top: 0px;
  }
  #commitment .bgtx {
    margin-top: 10px;
  }
}

/* ----------------------------------------------
faclity
------------------------------------------------- */
#faclity .head {
  position: relative;
  padding: 10px 10px 28px;
}
#faclity .head::before, #faclity .head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#faclity .head::before {
  background: url(../images/faclity-bg1.webp) no-repeat center/cover;
}
#faclity .head::after {
  background-color: rgba(0, 48, 172, 0.9);
  mix-blend-mode: multiply;
}
#faclity h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
#faclity h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: -8px;
}
@media (max-width: 999px) {
  #faclity h2 {
    font-size: 40px;
  }
  #faclity h2 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #faclity h2 {
    font-size: 30px;
  }
  #faclity h2 small {
    font-size: 18px;
  }
}
#faclity .contents {
  display: flex;
  flex-wrap: wrap;
  overflow-x: clip;
}
#faclity .contents .block {
  width: 50%;
  position: relative;
}
#faclity .contents .block > a {
  text-decoration: none;
}
#faclity .contents .block > a:hover {
  opacity: 1;
}
#faclity .contents .block > a:hover .bg::after {
  opacity: 0.6;
}
#faclity .contents .block > a .btn {
  display: none;
}
#faclity .contents .block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#faclity .contents .block .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#faclity .contents .block .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#faclity .contents .block .title {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 50px;
  line-height: 1.6;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 130px 10px 123px;
}
#faclity .contents .block .title small {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background-color: rgba(0, 48, 172, 0.9);
  margin-top: 6px;
  padding: 3px 44px;
}
#faclity .contents .block .btn {
  position: absolute;
  bottom: 24px;
  right: 27px;
}
#faclity .contents .block .btn a {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 175px;
  height: 50px;
  border-radius: 25px;
  background-color: #29a7de;
}
#faclity .contents .block .btn a:hover {
  opacity: 0.6;
}
#faclity .contents .block .btn a::after {
  content: "";
  width: 37px;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 37/6;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 999px) {
  #faclity .contents .block .btn a {
    width: 150px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #faclity .contents .block .btn a {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }
}
#faclity .contents .block:nth-child(4n-3) .bg::after, #faclity .contents .block:nth-child(4n) .bg::after {
  background-color: rgba(0, 48, 172, 0.9);
}
#faclity .contents .block:nth-child(4n-2) .bg::after, #faclity .contents .block:nth-child(4n-1) .bg::after {
  background-color: rgba(0, 165, 153, 0.9);
}
@media (max-width: 999px) {
  #faclity .contents .block .title {
    font-size: 28px;
    padding: 80px 10px;
  }
  #faclity .contents .block .title small {
    font-size: 16px;
    padding: 3px 30px;
  }
}
@media (max-width: 767px) {
  #faclity .contents {
    flex-direction: column;
  }
  #faclity .contents .block {
    width: 100%;
  }
  #faclity .contents .block .title {
    font-size: 22px;
    padding: 60px 10px;
  }
  #faclity .contents .block .title small {
    font-size: 14px;
    padding: 3px 20px;
  }
  #faclity .contents .block .btn {
    bottom: 10px;
    right: 10px;
  }
}

/* ----------------------------------------------
product
------------------------------------------------- */
#product {
  background: url(../images/product-bg.webp) no-repeat center/cover;
  padding: 115px 0;
}
#product .contents {
  display: flex;
  width: min(100% - 10px, 1300px);
  background: url(../images/product-image.webp) no-repeat bottom right/92.3076923077% auto #fbfcfd;
  padding: 40px 10px 23.75vw 7.3125%;
  column-gap: 4.2625745951%;
}
#product .contents .left h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 63px;
  line-height: 1.6;
  color: #0030ac;
  margin-bottom: 30px;
}
#product .contents .left h2 small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: -8px;
  color: #000;
}
@media (max-width: 999px) {
  #product .contents .left h2 {
    font-size: 40px;
  }
  #product .contents .left h2 small {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #product .contents .left h2 {
    font-size: 30px;
  }
  #product .contents .left h2 small {
    font-size: 18px;
  }
}
#product .contents .left .btn {
  margin-left: -10px;
}
#product .contents .left .btn a {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  background-color: #29a7de;
}
#product .contents .left .btn a:hover {
  opacity: 0.6;
}
#product .contents .left .btn a::after {
  content: "";
  width: 37px;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 37/6;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 999px) {
  #product .contents .left .btn a {
    width: 190px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #product .contents .left .btn a {
    width: 180px;
    height: 40px;
    font-size: 12px;
  }
}
#product .contents .text {
  flex: 1;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  padding-top: 20px;
  text-shadow: 0 0 1px #fbfcfd, 0 0 1px #fbfcfd, 0 0 1px #fbfcfd;
}
@media (max-width: 999px) {
  #product {
    padding: 90px 0;
  }
  #product .contents {
    padding: 30px 10px 23.75vw 10px;
  }
  #product .contents .left h2 {
    margin-bottom: 25px;
  }
  #product .contents .left .btn {
    margin-left: 0;
  }
  #product .contents .text {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  #product {
    padding: 70px 0;
  }
  #product .contents {
    flex-direction: column;
    row-gap: 30px;
  }
  #product .contents .left h2 {
    margin-bottom: 20px;
  }
  #product .contents .text {
    padding-top: 0;
  }
  #product .contents .text br {
    display: none;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  padding: 53px 10px 67px 6.9375%;
}
#recruit::before, #recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#recruit::before {
  background: url(../images/recruit-bg.webp) no-repeat center/cover;
}
#recruit::after {
  background-color: rgba(0, 165, 153, 0.9);
  mix-blend-mode: multiply;
}
#recruit h2 {
  margin-bottom: 25px;
}
#recruit h2 small {
  margin-left: 12px;
}
#recruit .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 41px;
  line-height: 1.6097560976;
  color: #fff;
  margin-bottom: 44px;
}
#recruit .btn a {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #0071b8;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
}
#recruit .btn a:hover {
  opacity: 0.6;
}
#recruit .btn a::after {
  content: "";
  width: 37px;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 37/7;
  background-image: url(../images/arow-blue.webp);
}
@media (max-width: 999px) {
  #recruit .btn a {
    width: 190px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #recruit .btn a {
    width: 180px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 999px) {
  #recruit {
    padding: 40px 10px;
  }
  #recruit h2 {
    margin-bottom: 20px;
  }
  #recruit .text {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding: 30px 10px;
  }
  #recruit h2 {
    margin-bottom: 15px;
  }
  #recruit .text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #recruit .text br {
    display: none;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
  padding: 61px 0;
}
#company::before, #company::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#company::before {
  background: url(../images/company-bg.webp) no-repeat center/cover;
}
#company::after {
  background-color: rgba(41, 167, 222, 0.9);
  mix-blend-mode: multiply;
}
#company h2 {
  text-align: end;
  padding: 0 4.0625% 0 10px;
  margin-bottom: 25px;
}
#company .contents {
  position: relative;
  padding: 25px 4.25% 36px 2.1875%;
  width: min(100% - 10px, 948px);
  margin-left: auto;
}
#company .contents::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0030ac;
  mix-blend-mode: multiply;
  z-index: -1;
}
#company .contents .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 41px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 18px;
}
#company .contents .title span {
  margin-right: -0.4em;
}
#company .contents .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  padding-left: 22px;
  margin-bottom: 19px;
}
#company .contents .btn a {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #0071b8;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  margin-left: auto;
}
#company .contents .btn a:hover {
  opacity: 0.6;
}
#company .contents .btn a::after {
  content: "";
  width: 37px;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 37/7;
  background-image: url(../images/arow-blue.webp);
}
@media (max-width: 999px) {
  #company .contents .btn a {
    width: 190px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #company .contents .btn a {
    width: 180px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 999px) {
  #company {
    padding: 40px 0;
  }
  #company .contents {
    padding: 20px 10px;
  }
  #company .contents .title {
    font-size: 30px;
  }
  #company .contents .text {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  #company {
    padding: 30px 0;
  }
  #company .contents {
    padding: 15px 10px;
  }
  #company .contents .title {
    font-size: 24px;
  }
  #company .contents .text {
    padding-left: 0;
  }
}

/* ----------------------------------------------
access
------------------------------------------------- */
#access .head {
  background-color: rgba(0, 113, 184, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 10px;
  gap: 5px 2.5316455696%;
}
#access .head .title {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 39.14px;
  line-height: 1.6;
  color: #fff;
}
#access .head .data {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 1.6;
  color: #fff;
}
#access .map {
  height: 520px;
}
#access .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 999px) {
  #access .head .title {
    font-size: 30px;
  }
  #access .head .data {
    font-size: 16px;
  }
  #access .map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #access .head .title {
    font-size: 24px;
  }
  #access .head .data {
    font-size: 13px;
  }
  #access .map {
    height: 300px;
  }
}

/*# sourceMappingURL=index.css.map */