@charset "UTF-8";
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider {
  overflow-x: clip;
}
#mainimg #mainslider .slick-list {
  margin: 0 -220px 0 -10px;
}
#mainimg #mainslider .slick-list .slick-track {
  display: flex;
}
#mainimg #mainslider .slick-list .slick-track .slick-slide {
  height: unset !important;
  margin: 0 10px;
}
#mainimg #mainslider .end {
  align-content: end;
}
#mainimg #mainslider .image:not(.start):not(.end) img {
  height: 100%;
}
#mainimg #mainslider img, #mainimg #mainslider video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 55px;
}
#mainimg #mainslider:not(:has(.slick-list)) .image:not(:first-child) {
  display: none;
}
#mainimg #mainslider:has(video) {
  position: relative;
}
#mainimg #mainslider:has(video)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dotimage.png) repeat rgba(0, 0, 0, 0.5);
}
#mainimg #mainslider:has(video) img {
  display: none;
}
#mainimg .catch {
  position: absolute;
  padding: 175px 10px 140px 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 93.42px;
  line-height: 0.949689574;
  letter-spacing: -0.04em;
  color: #fff;
}
#mainimg .catch:not(:has(p)), #mainimg .catch p {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 20px;
}
#mainimg .catch span {
  padding-left: 50px;
}
#mainimg .catch small {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0;
  background-color: #29a7de;
  padding: 23px 9px 23px 39px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 999px) {
  #mainimg .catch {
    font-size: 60px;
    padding: 80px 10px 80px 0;
  }
  #mainimg .catch span {
    padding-left: 10px;
  }
  #mainimg .catch small {
    font-size: 24px;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img, #mainimg #mainslider video {
    border-radius: 30px;
  }
  #mainimg .catch {
    font-size: 40px;
    padding: 50px 10px 50px 0;
  }
  #mainimg .catch:not(:has(p)), #mainimg .catch p {
    row-gap: 10px;
  }
  #mainimg .catch small {
    font-size: 20px;
    padding: 10px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 34px;
  }
  #mainimg .catch small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
topic
------------------------------------------------- */
#topic {
  position: relative;
  z-index: 1;
  background-color: #0030ac;
  width: min(80%, 590px);
  margin: -130px 0 -100px auto;
  padding: 17px 10px 44px 32px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
#topic h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 68px;
  line-height: 1.6;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: -10px;
}
#topic .contents {
  margin-left: 16px;
}
#topic .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#topic .contents article a:hover {
  opacity: 0.6;
}
#topic .contents article time,
#topic .contents article .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -0.04em;
  color: #fff;
}
@media (max-width: 999px) {
  #topic {
    margin-top: -70px;
    padding: 15px 10px 20px 20px;
  }
  #topic h2 {
    font-size: 50px;
  }
  #topic .contents {
    margin-left: 0;
  }
  #topic .contents article time,
  #topic .contents article .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #topic {
    margin-top: -40px;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #topic h2 {
    font-size: 28px;
    margin-bottom: 0px;
  }
  #topic .contents article time,
  #topic .contents article .title {
    font-size: 16px;
  }
}

/* ----------------------------------------------
challenge
------------------------------------------------- */
@keyframes loateanimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loateanimation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#challenge {
  position: relative;
  padding-top: max(184px, var(--challengeminp, 0px));
  overflow-x: clip;
  margin-bottom: 61px;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#challenge .shapes .shape {
  position: absolute;
  z-index: -1;
}
#challenge .shapes .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#challenge .shapes .shape:not(.s5):not(.s7) img {
  animation: infinite linear;
}
#challenge .shapes .shape.s1 {
  width: min(12.375%, 198px);
  aspect-ratio: 198/193;
  top: 0;
  left: 0;
  transform: translate(-28.2828282828%, -28.4974093264%);
}
#challenge .shapes .shape.s1 img {
  animation-name: loateanimation2 !important;
  animation-duration: 15s !important;
}
#challenge .shapes .shape.s2 {
  width: min(18.6875%, 299px);
  aspect-ratio: 299/300;
  top: 0;
  transform: translateY(-63.3333333333%);
  left: 8.6%;
}
#challenge .shapes .shape.s2 img {
  animation-name: loateanimation !important;
  animation-duration: 15s !important;
}
#challenge .shapes .shape.s3 {
  width: min(4.875%, 78px);
  aspect-ratio: 1/1;
  top: 6%;
  left: 52.6%;
}
#challenge .shapes .shape.s3 img {
  animation-name: loateanimation2 !important;
  animation-duration: 10s !important;
}
#challenge .shapes .shape.s4 {
  width: min(12.5%, 200px);
  aspect-ratio: 1/1;
  top: 2%;
  left: 57%;
}
#challenge .shapes .shape.s4 img {
  animation-name: loateanimation !important;
  animation-duration: 10s !important;
}
#challenge .shapes .shape.s5 {
  width: min(29.6875%, 475px);
  aspect-ratio: 475/474;
  background: url(../images/challenge-shape5-clip.webp);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/challenge-shape5-clip.webp) no-repeat center/cover;
          mask: url(../images/challenge-shape5-clip.webp) no-repeat center/cover;
  top: 4.5%;
  left: 68.6%;
}
#challenge .shapes .shape.s6 {
  width: min(19.25%, 308px);
  aspect-ratio: 1/1;
  top: 36.3%;
  left: 83.7%;
}
#challenge .shapes .shape.s6 img {
  animation-name: loateanimation !important;
  animation-duration: 5s !important;
}
#challenge .shapes .shape.s7 {
  width: min(29.0625%, 465px);
  aspect-ratio: 1/1;
  background: url(../images/challenge-shape7-clip.webp);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-mask: url(../images/challenge-shape7-clip.webp) no-repeat center/cover;
          mask: url(../images/challenge-shape7-clip.webp) no-repeat center/cover;
  top: 60.5%;
  left: -5.2%;
}
#challenge .shapes .shape.s8 {
  width: min(19.4375%, 311px);
  aspect-ratio: 1/1;
  top: 65.4%;
  left: 20.4%;
}
#challenge .shapes .shape.s8 img {
  animation-name: loateanimation2 !important;
  animation-duration: 15s !important;
}
#challenge .shapes .shape.s9 {
  width: min(7.625%, 122px);
  aspect-ratio: 1/1;
  top: 62%;
  left: 34.3%;
}
#challenge .shapes .shape.s9 img {
  animation-name: loateanimation !important;
  animation-duration: 5s !important;
}
#challenge h2 {
  position: relative;
  padding-left: 5.75%;
  container-type: inline-size;
  /* .animation-t{
    display: inline-block;
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
  }
  .animation-tx{
    overflow: hidden;
  }
  .view{
    .animation-t{
      transform: unset;
      opacity: 1;
    }
  } */
}
#challenge h2 .eg {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: min(6.1949602122cqw, 93.42px);
  line-height: 0.949689574;
  letter-spacing: -0.04em;
  color: #29a7de;
  /* .animation-t{
    transform: translateX(-100%);
  } */
}
#challenge h2 small {
  position: absolute;
  top: 19%;
  width: calc(100% - 100px);
  left: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(3.1167108753cqw, 47px);
  line-height: 1.6170212766;
  color: #000;
  text-align: center;
  /* .animation-t{
    transform: translateX(100%);
  } */
}
#challenge .txbox {
  width: 52.4%;
  margin: max(-9.5vw, -152px) 0 0 auto;
}
#challenge .txbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.3333333333;
  color: #000;
  margin-bottom: 52px;
  padding-right: 10px;
}
#challenge .txbox .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  padding-left: 5px;
  container-type: inline-size;
  overflow-x: clip;
}
#challenge .txbox .btns .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 52px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #fff;
  background: linear-gradient(90deg, #003067 0%, #00479d 100%);
  border-radius: 10px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-left: 33px;
  text-shadow: none;
}
#challenge .txbox .btns .btn a:hover {
  opacity: 0.6;
}
#challenge .txbox .btns .btn a::after {
  content: "";
  width: 37px;
  aspect-ratio: 37/7;
  background: url(../images/arow.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #challenge .txbox .btns .btn a {
    width: 280px;
    height: 45px;
    font-size: 14px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #challenge .txbox .btns .btn a {
    width: 260px;
    height: 40px;
    font-size: 12px;
  }
}
#challenge .txbox .btns h3 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: min(19.2358688779cqw, 160.31px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: #00479d;
  margin: -5px -7px 0 auto;
}
@media (max-width: 999px) {
  #challenge {
    padding-top: max(150px, var(--challengeminp, 0px));
    margin-bottom: 50px;
  }
  #challenge h2 {
    padding-left: 10px;
  }
  #challenge h2 small {
    width: 100%;
  }
  #challenge .txbox .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #challenge .txbox .text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #challenge {
    padding-top: max(100px, var(--challengeminp, 0px));
    margin-bottom: 40px;
  }
  #challenge .txbox {
    margin-top: 0;
    width: 100%;
  }
  #challenge .txbox .text {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  #challenge .txbox .btns {
    flex-direction: column;
    align-items: center;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company .top {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1370px);
  margin: 0 auto;
  padding: 96px 4.5% 67px;
  border-radius: 80px;
  overflow: hidden;
}
#company .top .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#company .top .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .top .catch {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 85.79px;
  line-height: 1.0257605782;
  letter-spacing: -0.04em;
  color: #fff;
  position: relative;
}
#company .top .catch small {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 47px;
  line-height: 1.3404255319;
  margin-top: 17px;
}
#company .top .catch .eg .animation-t {
  transform: translateX(-100%);
}
#company .top .catch .animation-t {
  display: inline-block;
  transition: transform 0.25s, opacity 0.25s;
  opacity: 0;
}
#company .top .catch .animation-tx {
  overflow: hidden;
}
#company .top .catch .view .animation-t {
  transform: unset;
  opacity: 1;
}
#company .bottom {
  background-color: #e2e7f5;
  display: flex;
  -moz-column-gap: 4.0625%;
       column-gap: 4.0625%;
  margin-top: -195px;
  padding: 175px 0 85px;
  border-radius: 60px;
  container-type: inline-size;
}
#company .bottom .left h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: max(min(10.019375cqw, 160.31px), 50px);
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #00479d;
  margin-left: -0.04em;
  margin-bottom: -11px;
}
#company .bottom .left .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 52px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #fff;
  background: linear-gradient(90deg, #003067 0%, #00479d 100%);
  border-radius: 10px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-left: 33px;
  margin: 0 5px 0 auto;
}
#company .bottom .left .btn a:hover {
  opacity: 0.6;
}
#company .bottom .left .btn a::after {
  content: "";
  width: 37px;
  aspect-ratio: 37/7;
  background: url(../images/arow.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #company .bottom .left .btn a {
    width: 280px;
    height: 45px;
    font-size: 14px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #company .bottom .left .btn a {
    width: 260px;
    height: 40px;
    font-size: 12px;
  }
}
#company .bottom .text {
  flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.3333333333;
  color: #000;
  padding-right: 10px;
  margin-top: 103px;
}
@media (max-width: 999px) {
  #company .top {
    padding: 70px 10px 50px;
  }
  #company .top .catch {
    font-size: 70px;
  }
  #company .top .catch small {
    font-size: 40px;
  }
  #company .bottom {
    margin-top: -120px;
    padding: 110px 0 70px;
  }
  #company .bottom .text {
    font-size: 16px;
  }
  #company .bottom .text br {
    display: none;
  }
}
@media (max-width: 999px) {
  #company .top {
    padding: 70px 10px 50px;
  }
  #company .top .catch {
    font-size: 70px;
  }
  #company .top .catch small {
    font-size: 40px;
  }
  #company .bottom {
    margin-top: -120px;
    padding: 110px 0 70px;
  }
  #company .bottom .text {
    font-size: 16px;
  }
  #company .bottom .text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #company .top {
    padding: 40px 10px 30px;
    border-radius: 50px;
  }
  #company .top .catch {
    font-size: 40px;
  }
  #company .top .catch small {
    font-size: 26px;
    margin-top: 10px;
  }
  #company .bottom {
    margin-top: -80px;
    padding: 75px 10px 50px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    border-radius: 30px;
  }
  #company .bottom .left .btn a {
    margin: 0 auto;
  }
  #company .bottom .text {
    font-size: 14px;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  #company .top .catch {
    font-size: 26px;
  }
  #company .top .catch small {
    font-size: 20px;
  }
}

/* ----------------------------------------------
work
------------------------------------------------- */
#work {
  margin-top: -60px;
}
#work .top {
  position: relative;
  padding: calc(min(7.8125vw, 125px) + 60px) 0 min(6vw, 96px);
  overflow-x: clip;
  container-type: inline-size;
}
#work .top::before, #work .top::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#work .top::before {
  background: url(../images/work-bg.webp) no-repeat center/cover;
}
#work .top::after {
  background-color: rgba(205, 231, 245, 0.8);
}
#work .top h2 {
  position: relative;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: min(8.794375cqw, 140.71px);
  line-height: 0.7248951745;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 -0.04em;
}
#work .top h2 small {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(3.455625cqw, 55.29px);
  line-height: 1;
  letter-spacing: 0;
  color: #00479d;
  padding-bottom: 17px;
}
#work .contents .block {
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow-y: auto;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}
#work .contents .block::-webkit-scrollbar {
  display: none;
}
#work .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#work .contents .block a:hover {
  opacity: 0.6;
}
#work .contents .block .tx {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 39.85px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  height: 100%;
  text-align: center;
}
#work .contents .block .content {
  display: flex;
  -moz-column-gap: 3.275862069%;
       column-gap: 3.275862069%;
  width: min(100% - 130px, 1160px);
  margin: 0 auto;
  padding: 82px 0 85px;
}
#work .contents .block .image {
  border: 10px solid #fff;
  width: 28.4482758621%;
  border-radius: 50%/160px;
  overflow: hidden;
}
#work .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#work .contents .block .txbox {
  flex: 1;
  padding: 60px 0 10px;
}
#work .contents .block .txbox .head {
  display: flex;
  -moz-column-gap: 38px;
       column-gap: 38px;
  padding: 0 12px 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 34px;
}
#work .contents .block .txbox .head .name {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 82.73px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}
#work .contents .block .txbox .head .name .affiliation {
  display: block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 39px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 30px;
}
#work .contents .block .txbox .head .title {
  border: 1px solid #fff;
  flex: 1;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  line-height: 1.3793103448;
  color: #fff;
  padding: 20px 32px 25px;
}
#work .contents .block .txbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.0555555556;
  color: #fff;
  padding: 0 10px;
}
#work .contents .block:nth-child(odd) {
  background-color: #0030ac;
}
#work .contents .block:nth-child(odd) .tx {
  left: 1.125%;
}
#work .contents .block:nth-child(even) {
  background-color: #29a7de;
}
#work .contents .block:nth-child(even) .tx {
  right: 1.125%;
  transform: rotate(180deg);
}
#work .contents .block:nth-child(even) .image {
  order: 1;
}
#work .contents .block:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  #work .contents .block .tx {
    font-size: 30px;
  }
  #work .contents .block .content {
    padding: 60px 0;
  }
  #work .contents .block .image {
    border-width: 7px;
  }
  #work .contents .block .txbox {
    padding: 10px 0;
  }
  #work .contents .block .txbox .head {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #work .contents .block .txbox .head .name {
    font-size: 60px;
  }
  #work .contents .block .txbox .head .name .affiliation {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #work .contents .block .txbox .head .title {
    font-size: 22px;
    padding: 15px;
  }
  #work .contents .block .txbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #work .contents .block {
    max-height: calc(100vh - 50px);
  }
  #work .contents .block .tx {
    font-size: 24px;
  }
  #work .contents .block .content {
    padding: 40px 0;
    width: min(100% - 80px, 1160px);
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #work .contents .block .image {
    border-width: 5px;
    width: min(100%, 250px);
    border-radius: 50%/80px;
  }
  #work .contents .block .image img {
    max-height: 300px;
  }
  #work .contents .block .txbox {
    padding: 0;
  }
  #work .contents .block .txbox .head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    row-gap: 20px;
  }
  #work .contents .block .txbox .head .name {
    font-size: 40px;
  }
  #work .contents .block .txbox .head .name .affiliation {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #work .contents .block .txbox .head .title {
    font-size: 18px;
    padding: 10px;
  }
  #work .contents .block .txbox .text {
    font-size: 14px;
  }
  #work .contents .block:nth-child(even) .image {
    order: unset;
  }
}

/* ----------------------------------------------
number-recruit
------------------------------------------------- */
#number-recruit {
  position: relative;
  padding: 101px 0 118px;
}
#number-recruit::before, #number-recruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#number-recruit::before {
  background: url(../images/bg.webp) no-repeat center/cover;
}
#number-recruit::after {
  background-color: rgba(205, 231, 245, 0.8);
}
#number-recruit .contents {
  display: flex;
  flex-wrap: wrap;
  width: min(100% - 20px, 1210px);
  gap: 20px 8.2644628099%;
  margin: 0 auto;
}
#number-recruit .contents article {
  width: 45.867768595%;
  background-color: #fff;
  text-align: center;
  border-radius: 50px;
  overflow: hidden;
}
#number-recruit .contents article h2 {
  padding: 77px 10px 40px;
  background-color: #0030ac;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
}
#number-recruit .contents article .bottom {
  padding: 22px 10px 32px;
}
#number-recruit .contents article .bottom .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  color: #0030ac;
  margin-bottom: 15px;
}
#number-recruit .contents article .bottom .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 52px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  color: #fff;
  background: linear-gradient(90deg, #29a7de 0%, #00a599 100%);
  border-radius: 10px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-left: 33px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
#number-recruit .contents article .bottom .btn a:hover {
  opacity: 0.6;
}
#number-recruit .contents article .bottom .btn a::after {
  content: "";
  width: 37px;
  aspect-ratio: 37/7;
  background: url(../images/arow.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #number-recruit .contents article .bottom .btn a {
    width: 260px;
    height: 45px;
    font-size: 14px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #number-recruit .contents article .bottom .btn a {
    width: 250px;
    height: 40px;
    font-size: 12px;
  }
}
@media (max-width: 999px) {
  #number-recruit {
    padding: 80px 0;
  }
  #number-recruit .contents article h2 {
    font-size: 40px;
    padding: 50px 10px 30px;
  }
  #number-recruit .contents article .bottom {
    padding: 15px 10px;
  }
  #number-recruit .contents article .bottom .title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #number-recruit {
    padding: 70px 0;
  }
  #number-recruit .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  #number-recruit .contents article {
    width: min(100%, 400px);
    border-radius: 30px;
  }
  #number-recruit .contents article h2 {
    font-size: 30px;
    padding: 30px 10px 20px;
  }
  #number-recruit .contents article .bottom {
    padding: 10px;
  }
  #number-recruit .contents article .bottom .title {
    font-size: 22px;
  }
}

/* ----------------------------------------------
access
------------------------------------------------- */
#access .image {
  margin-bottom: 14px;
}
#access .image img {
  width: 100%;
  height: 100%;
  max-height: 675px;
  -o-object-fit: cover;
     object-fit: cover;
}
#access h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 61px;
  line-height: 1.6;
  letter-spacing: -0.04em;
  color: #00479d;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 33px;
}
#access h2 small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: -20px;
}
#access .map {
  height: 472px;
}
#access .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #access h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  #access h2 small {
    font-size: 18px;
  }
  #access .map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #access h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #access h2 small {
    font-size: 16px;
  }
  #access .map {
    height: 350px;
  }
}/*# sourceMappingURL=index.css.map */