#works .contents .left .btn a, #company .contents .content .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#works .contents .left .btn a:hover, #company .contents .content .btn a:hover {
  opacity: 0.6;
}
#works .contents .left .btn a, #company .contents .content .btn a {
  width: 400px;
  max-width: 100%;
  height: 90px;
  background: linear-gradient(90deg, #09c7fd 0%, #1e1cae 100%);
  border: 1px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #fff;
  border-radius: 45px;
  padding-left: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
#works .contents .left .btn a::after, #company .contents .content .btn a::after {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-blue.webp) no-repeat center #fff;
}
@media (max-width: 999px) {
  #works .contents .left .btn a, #company .contents .content .btn a {
    width: 340px;
    height: 70px;
    font-size: 20px;
    padding-left: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767px) {
  #works .contents .left .btn a, #company .contents .content .btn a {
    width: 280px;
    height: 60px;
    font-size: 18px;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  container-type: inline-size;
}
#mainimg #mainslider {
  display: flex;
}
#mainimg #mainslider .slide {
  background-color: #fff;
}
#mainimg #mainslider .slide img, #mainimg #mainslider .slide video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider .slide:not(:has(.slick-list)) img:not(:first-child) {
  display: none;
}
#mainimg #mainslider .slide:has(video) {
  position: relative;
}
#mainimg #mainslider .slide: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 .slide:has(video) img {
  display: none;
}
#mainimg #mainslider .slide.slide-l {
  width: 66%;
}
#mainimg #mainslider .slide.slide-l img {
  height: calc(100vh - (var(--topicsize) + var(--endsize) + 22px));
  min-height: max(var(--minheight, 0px) - (var(--topicsize) + var(--endsize) + 22px), 1250px - (var(--topicsize) + var(--endsize) + 22px));
}
#mainimg #mainslider .slide.slide-r {
  width: 46.6145833333%;
  margin-left: -12.6%;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}
#mainimg #mainslider .slide.slide-r img {
  height: 100vh;
  min-height: max(var(--minheight), 1250px);
}
#mainimg .catch {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: calc(var(--hsize) + 10px) 10px 0px 1.40625%;
}
#mainimg .catch .top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 81px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  margin: 0 0 0 24px;
  position: relative;
  z-index: 2;
  margin-bottom: -55px;
}
#mainimg .catch .top:not(:has(p)),
#mainimg .catch .top p {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#mainimg .catch .top span {
  background-color: #0025bc;
  padding: 13px 10px 23px 27px;
}
#mainimg .catch .top span:not(:first-child) {
  margin-top: 23px;
}
#mainimg .catch .top small {
  font-size: 40px;
  line-height: 1.325;
  letter-spacing: 0.15em;
  margin: 21px 0 0 0;
  text-shadow: 0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), 0.01em -0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2);
}
#mainimg .catch .top small .sp {
  display: block;
}
#mainimg .catch .bottom {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
}
#mainimg .catch .bottom .right {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #0025bc;
  position: relative;
  min-width: 576px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
#mainimg .catch .bottom .right .bg {
  position: absolute;
  left: 0px;
  bottom: -202px;
  width: min(42.03125cqw, 807px);
  height: calc(var(--tsize) - var(--hsize) + 202px + 1px);
  clip-path: polygon(63% 0, 100% 0, 37% 100%, 0 100%);
  transform: translateX(-84%);
  z-index: -1;
}
#mainimg .catch .bottom .right .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0025bc;
  transform: translateY(-100%);
  transition: all 0.5s linear;
}
#mainimg .catch .bottom .right.in .bg::before {
  transform: translateY(0);
}
#mainimg .catch .bottom .right .name {
  font-size: min(11.9171875cqw, 228.81px);
  line-height: 0.6;
  margin-left: max(-8.59375cqw, -165px);
}
#mainimg .catch .bottom .right .center {
  font-size: min(5.659375cqw, 108.66px);
  line-height: 0.9;
  padding: 20px 0 0 0.3em;
  margin: auto 0;
}
#mainimg .catch .bottom .right .end {
  font-size: min(7.3109375cqw, 140.37px);
  padding: 0 0 0 0.25em;
}
@media (max-width: 1919px) {
  #mainimg .catch .bottom .right {
    min-width: unset;
  }
}
@media (max-width: 999px) {
  #mainimg #mainslider .slide.slide-l img {
    min-height: calc(var(--minheight, 0px) - (var(--topicsize) + var(--endsize) + 22px));
  }
  #mainimg #mainslider .slide.slide-r img {
    min-height: var(--minheight);
  }
  #mainimg .catch .top {
    font-size: 60px;
    margin-left: 0;
  }
  #mainimg .catch .top small {
    font-size: 30px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #mainimg {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 170px;
  }
  #mainimg #mainslider .slide.slide-l img {
    height: 200px;
  }
  #mainimg #mainslider .slide.slide-r img {
    height: 200px;
    min-height: unset;
  }
  #mainimg .catch {
    padding-left: 10px;
    position: unset;
    background-color: #0025bc;
    color: #fff;
  }
  #mainimg .catch .top {
    margin-top: 25px;
    font-size: 40px;
    margin-bottom: 15px;
  }
  #mainimg .catch .top span {
    padding: 0;
  }
  #mainimg .catch .top span:not(:first-child) {
    margin-top: 10px;
  }
  #mainimg .catch .top small {
    font-size: 20px;
    margin-top: 20px;
  }
  #mainimg .catch .top small .sp {
    display: none;
  }
  #mainimg .catch .bottom {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 10px;
  }
  #mainimg .catch .bottom .right {
    display: none;
    /* &::before{
      display: none;
    } */
  }
}
@media (max-width: 500px) {
  #mainimg .catch .top {
    font-size: 26px;
  }
  #mainimg .catch .top small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
topic
------------------------------------------------- */
#topic {
  display: flex;
  background-color: #0025bc;
  border: 3px solid #0025bc;
  flex: 1;
  margin: var(--namesize) 0 max(var(--endsize), 10px);
  border-radius: 60px;
  overflow: hidden;
}
#topic h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 42px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 10px min(2.1354166667cqw, 41px) 3px min(3.3333333333cqw, 64px);
  align-content: center;
}
#topic .contents {
  background-color: #fff;
  flex: 1;
  padding: 10px min(1.9791666667cqw, 38px) 8px min(2.5520833333cqw, 49px);
  align-content: center;
}
@media (max-width: 1300px) {
  #topic h2 {
    font-size: 30px;
  }
}
@media (max-width: 999px) {
  #topic h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #topic {
    flex-direction: column;
    border-radius: 40px;
  }
  #topic h2 {
    padding: 10px 10px 10px 30px;
  }
  #topic .contents {
    padding: 10px 10px 10px 30px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  background: url(../images/company-bg.webp) no-repeat center/cover;
  margin-top: calc((var(--mtsize) - var(--mtsize) * 0.2) * -1);
  padding: 15px 10px 22px 0;
}
#company .contents {
  display: flex;
  -moz-column-gap: 4.1884816754%;
       column-gap: 4.1884816754%;
  position: relative;
  z-index: 1;
}
#company .contents .bgtx {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 155.92px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  writing-mode: vertical-rl;
  text-shadow: 0 0 9.6343px rgba(79, 36, 0, 0.15);
  margin-left: -0.3em;
  letter-spacing: -0.035em;
}
#company .contents .content {
  padding-top: 110px;
  flex: 1;
}
#company .contents .content h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 25px;
}
#company .contents .content .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #0025bc;
  margin-bottom: 30px;
}
#company .contents .content .catch:not(:has(p)),
#company .contents .content .catch p {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 26px;
}
#company .contents .content .catch span {
  background-color: #fff;
  padding: 15px 24px 15px 37px;
}
#company .contents .content .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 2.3333333333;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  padding: 22px 60px 32px 32px;
  max-width: 910px;
  margin-bottom: 110px;
}
#company .contents .content .text p {
  position: relative;
}
#company .contents .content .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  mix-blend-mode: multiply;
}
#company .contents .content .btn {
  padding-left: 10px;
}
@media (max-width: 999px) {
  #company .contents .bgtx {
    font-size: 130px;
  }
  #company .contents .content {
    padding-top: 90px;
  }
  #company .contents .content h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #company .contents .content .catch {
    font-size: 36px;
    margin-bottom: 25px;
  }
  #company .contents .content .catch:not(:has(p)),
  #company .contents .content .catch p {
    row-gap: 15px;
  }
  #company .contents .content .catch span {
    padding: 10px;
  }
  #company .contents .content .text {
    padding: 20px 10px;
    font-size: 16px;
    margin-bottom: 90px;
  }
  #company .contents .content .text br {
    display: none;
  }
  #company .contents .content .btn {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #company {
    background-position: right;
  }
  #company .contents .bgtx {
    font-size: 60px;
  }
  #company .contents .content {
    padding-top: 30px;
  }
  #company .contents .content h2 {
    font-size: 22px;
    margin-bottom: 10px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  #company .contents .content .catch {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #company .contents .content .catch span {
    text-align: end;
    margin-left: auto;
  }
  #company .contents .content .catch:not(:has(p)),
  #company .contents .content .catch p {
    row-gap: 10px;
  }
  #company .contents .content .text {
    padding: 15px 10px;
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  #company .contents .content .btn a {
    width: 240px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #company .contents .content .catch {
    font-size: 17px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works .top {
  background: url(../images/works-bg.webp) no-repeat center/cover;
  padding: 86px 0 192px;
}
#works .contents {
  display: flex;
  width: min(100% - 20px, 1740px);
  margin: 0 auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-right: 8px;
  container-type: inline-size;
}
#works .contents .left {
  padding-top: 75px;
}
#works .contents .left .catch {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: min(6.6666666667cqw, 116px);
  line-height: 0.9913793103;
  color: #0025bc;
  margin-bottom: 38px;
}
#works .contents .left .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: max(min(1.0344827586cqw, 18px), 14px);
  line-height: 2.2777777778;
  letter-spacing: 0.1em;
  color: #001c84;
  padding-left: 8px;
  max-width: 720px;
  margin-bottom: 136px;
}
#works .contents .right {
  margin-left: auto;
  display: flex;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
#works .contents .right .catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: min(3.3333333333cqw, 58px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
#works .contents .right .catch:not(:has(p)),
#works .contents .right .catch p {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 16px;
}
#works .contents .right .catch .box {
  background-color: #0025bc;
}
#works .contents .right .catch .box:has(.num) {
  padding: 25px 8px 35px;
}
#works .contents .right .catch .box:not(:has(.num)) {
  padding: 25px 15px 35px;
}
#works .contents .right .catch .num {
  writing-mode: lr;
}
#works .contents .right h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(1.9540229885cqw, 34px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #0025bc;
  writing-mode: vertical-rl;
}
#works .bottom {
  display: flex;
}
#works .bottom .image {
  flex: 1;
}
#works .bottom .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #works .top {
    padding: 70px 0 140px;
  }
  #works .contents .left {
    padding-top: 50px;
  }
  #works .contents .left .catch {
    margin-bottom: 30px;
  }
  #works .contents .left .text {
    margin-bottom: 90px;
    padding-left: 0;
  }
  #works .contents .right {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  #works .contents .right .catch:not(:has(p)),
  #works .contents .right .catch p {
    row-gap: 10px;
  }
  #works .contents .right .catch .box:has(.num), #works .contents .right .catch .box:not(:has(.num)) {
    padding: 10px 8px;
  }
}
@media (max-width: 767px) {
  #works .top {
    padding: 50px 0 70px;
    padding-top: unset;
    background: unset;
    margin-top: 30px;
    position: relative;
  }
  #works .top::before {
    content: "";
    background: url(../images/works-bg.webp);
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 120px);
    height: 210px;
  }
  #works .contents {
    flex-direction: column;
    row-gap: 20px;
    padding-right: unset;
  }
  #works .contents .left {
    order: 1;
    padding-top: 0;
  }
  #works .contents .left .catch {
    margin-bottom: 10px;
    font-size: 24px;
    display: none;
  }
  #works .contents .left .text {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #works .contents .left .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #works .contents .right {
    flex-direction: row-reverse;
  }
  #works .contents .right .catch {
    font-size: 15px;
    order: 1;
  }
  #works .contents .right .catch p {
    row-gap: 5px;
  }
  #works .contents .right .catch .box {
    padding: 25px 8px !important;
  }
  #works .contents .right h2 {
    font-size: 20px;
    line-height: 1;
  }
}

/* ----------------------------------------------
interview
------------------------------------------------- */
#interview {
  padding-top: 34px;
  container-type: inline-size;
}
#interview h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 140px;
  line-height: 1.0428571429;
  color: #0025bc;
  background-color: #fff;
  padding: 99px 5.3125% 88px;
  margin-bottom: 30px;
}
#interview h2 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #1a1a1a;
  margin: 6px 0 0 16px;
}
#interview .contents {
  position: relative;
  z-index: 1;
}
#interview .contents .block {
  position: relative;
}
#interview .contents .block:not(:has(a)),
#interview .contents .block a {
  padding: 110px 3.3854166667% 117px;
}
#interview .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#interview .contents .block a:hover {
  opacity: 0.6;
}
#interview .contents .block a {
  display: block;
}
#interview .contents .block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#interview .contents .block .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#interview .contents .block .txbox {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 920px;
  position: relative;
  padding: 0 75px 67px 77px;
}
#interview .contents .block .txbox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 44px);
  z-index: -1;
  clip-path: polygon(75px 0, 100% 0, calc(100% - 75px) 100%, 0 100%);
}
#interview .contents .block .txbox .num {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 123.86px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#interview .contents .block .txbox .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 50.27px;
  line-height: 1.5914064054;
  letter-spacing: 0.2em;
  color: #fff;
  -webkit-text-decoration: underline dashed 4px;
          text-decoration: underline dashed 4px;
  text-underline-offset: 15px;
  padding: 0 0 15px 35px;
  margin-bottom: 17px;
}
#interview .contents .block .txbox .affiliation {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin: 0 0 38px 33px;
  padding: 2px 26px;
}
#interview .contents .block .txbox .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 23px;
}
#interview .contents .block:nth-child(3n-2) .txbox::before {
  background-color: rgba(63, 169, 245, 0.9);
}
#interview .contents .block:nth-child(3n-2) .txbox .num {
  color: #0025bc;
}
#interview .contents .block:nth-child(3n-2) .txbox .affiliation {
  color: #fff;
  background-color: #0025bc;
}
#interview .contents .block:nth-child(3n-1) .txbox::before {
  background-color: rgba(0, 37, 188, 0.9);
}
#interview .contents .block:nth-child(3n-1) .txbox .num {
  color: #3fa9f5;
}
#interview .contents .block:nth-child(3n-1) .txbox .affiliation {
  color: #fff;
  background-color: #3fa9f5;
}
#interview .contents .block:nth-child(3n) .txbox::before {
  background-color: rgba(0, 28, 76, 0.9);
}
#interview .contents .block:nth-child(3n) .txbox .num {
  color: #3fa9f5;
}
#interview .contents .block:nth-child(3n) .txbox .affiliation {
  color: #0025bc;
  background-color: #fff;
}
#interview .contents .block:nth-child(odd) .txbox {
  margin: 0 0 0 auto;
}
#interview .contents .block:nth-child(odd):nth-child(3n) .txbox {
  margin-right: 3.6312849162%;
}
#interview .contents .block:nth-child(even) .txbox {
  margin: 0 auto 0 0;
}
#interview .name {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 7.8526041667cqw;
  line-height: 0.5;
  letter-spacing: 0.01em;
  color: #fff;
  padding-top: 0.25em;
}
@media (max-width: 999px) {
  #interview {
    padding-top: 25px;
  }
  #interview h2 {
    padding: 60px 10px;
    font-size: 60px;
    margin-bottom: 20px;
  }
  #interview h2 small {
    font-size: 26px;
    margin-left: 0;
  }
  #interview .contents .block:not(:has(a)),
  #interview .contents .block a {
    padding: 80px 3.3854166667%;
  }
  #interview .contents .block .txbox {
    padding-bottom: 40px;
  }
  #interview .contents .block .txbox .num {
    font-size: 90px;
  }
  #interview .contents .block .txbox .title {
    font-size: 40px;
  }
  #interview .contents .block .txbox .affiliation {
    font-size: 24px;
    padding: 2px 20px;
    margin-bottom: 20px;
  }
  #interview .contents .block .txbox .text {
    font-size: 16px;
  }
  #interview .contents .block:nth-child(odd):nth-child(3n) .txbox {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #interview {
    padding-top: 15px;
  }
  #interview h2 {
    padding: 40px 10px;
    font-size: 40px;
    margin-bottom: 10px;
  }
  #interview h2 small {
    font-size: 22px;
  }
  #interview .contents .block {
    background-color: #3fa9f5;
  }
  #interview .contents .block:first-child {
    background-color: #001c84;
  }
  #interview .contents .block:nth-child(3n-1) .txbox::before {
    background-color: rgba(0, 37, 188, 0.9);
  }
  #interview .contents .block:nth-child(3n-1) .txbox .num {
    color: #3fa9f5;
  }
  #interview .contents .block:nth-child(3n) .txbox::before {
    background-color: rgba(0, 28, 76, 0.9);
  }
  #interview .contents .block:nth-child(3n) .txbox .num {
    color: #3fa9f5;
  }
  #interview .contents .block .bg {
    height: auto;
  }
  #interview .contents .block .bg img {
    aspect-ratio: 5/2;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  #interview .contents .block a {
    padding-top: 100px !important;
  }
  #interview .contents .block:not(:has(a)),
  #interview .contents .block a {
    padding: 40px 3.3854166667%;
  }
  #interview .contents .block .txbox {
    padding: 0 30px 30px;
  }
  #interview .contents .block .txbox::before {
    height: calc(100% - 30px);
    clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  }
  #interview .contents .block .txbox .num {
    font-size: 60px;
  }
  #interview .contents .block .txbox .title {
    font-size: 19px;
    padding-left: 15px;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
  }
  #interview .contents .block .txbox .title br {
    display: none;
  }
  #interview .contents .block .txbox .affiliation {
    font-size: 16px;
    padding: 2px 10px;
    margin: 0 0 10px 0px;
  }
  #interview .contents .block .txbox .text {
    font-size: 14px;
    padding-left: 0px;
  }
  #interview .contents .block .txbox .text br {
    display: none;
  }
}

/* ----------------------------------------------
datas
------------------------------------------------- */
#datas .contents {
  display: flex;
}
#datas .contents article {
  width: 50%;
  position: relative;
  container-type: inline-size;
}
#datas .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#datas .contents article a:hover {
  opacity: 0.6;
}
#datas .contents article a h2 small {
  display: flex;
  align-items: center;
}
#datas .contents article a h2 small::after {
  content: "";
  width: min(9.2708333333cqw, 89px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #fff;
  background: url(../images/arow3.webp) no-repeat center/40.4494382022% auto;
  margin: max(-3.125cqw, -30px) 0 0 auto;
}
#datas .contents article .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#datas .contents article .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#datas .contents article .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#datas .contents article h2 {
  min-height: 60.4166666667cqw;
  align-content: end;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: min(12.5cqw, 120px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 10px 3.75% 34px 4.5833333333%;
}
#datas .contents article h2 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: min(3.5416666667cqw, 34px);
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #fff;
  margin: max(-4.375cqw, -42px) 0 0 15px;
}
@media (max-width: 999px) {
  #datas .contents article h2 {
    padding-bottom: 20px;
  }
  #datas .contents article h2 small {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #datas .contents {
    flex-direction: column;
  }
  #datas .contents article {
    width: 100%;
  }
  #datas .contents article h2 {
    padding-bottom: 10px;
    min-height: 39.0625cqw;
  }
}/*# sourceMappingURL=index.css.map */