@import url("https://fonts.googleapis.com/css2?family=Mohave:ital,wght@0,300..700;1,300..700&display=swap");
:root {
  --font-en: "Mohave", sans-serif;
}

.twf__inner {
  width: 840px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.twf__sectionTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .twf__sectionTitle {
    gap: 0;
  }
}
.twf__sectionTitleEn {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, #2F44A1 0%, #298F9F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .twf__sectionTitleEn {
    font-size: 16px;
  }
}
.twf__sectionTitleJa {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .twf__sectionTitleJa {
    font-size: 32px;
  }
}

/* animation */
@keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* css */
.passing .passing-box {
  display: block;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
}

.passing:has(.twf__kvSubTitle) .passing-bar::before {
  border-radius: 4px;
}

.passing .passing-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.passing.move .passing-bar::before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}

.twf__kv {
  position: relative;
}
.twf__kvVideo {
  width: 100%;
  min-height: 640px;
  max-height: calc(100vh - 157px);
  object-fit: cover;
  vertical-align: bottom;
}
.twf__kvInner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 160px;
}
@media (max-width: 768px) {
  .twf__kvInner {
    padding: 0 20px;
  }
}
.twf__kvTitle {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.twf__kvSubTitle {
  padding: 8px 16px 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .twf__kvSubTitle {
    padding: 4px 12px 0;
    font-size: 16px;
  }
}
.twf__kvSubTitle span {
  display: block;
  background: linear-gradient(90deg, #2F44A1 0%, #298F9F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twf__kvMainTitle {
  display: block;
  padding: 10px 20px 0;
  font-family: var(--font-en);
  font-size: 64px;
  font-weight: 500;
  line-height: normal;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .twf__kvMainTitle {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding: 0;
    font-size: 48px;
    background: none;
  }
}
.twf__kvMainTitle > span {
  background: #fff;
}
@media (max-width: 768px) {
  .twf__kvMainTitle > span {
    padding: 8px 12px 0;
    border-radius: 4px;
  }
}
.twf__kvMainTitle > span span {
  background: linear-gradient(90deg, #2F44A1 0%, #298F9F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twf__intro {
  position: relative;
  padding: 80px 20px;
  color: #fff;
  background: linear-gradient(270deg, #1A6FA3 0%, #002648 100%);
}
@media (max-width: 768px) {
  .twf__intro {
    padding: 64px 20px;
    background: linear-gradient(188deg, #1A6FA3 -0.03%, #002648 100.04%);
  }
}
.twf__intro::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}
.twf__intro::before {
  background: url("/fcs/container/6/img/techno/twf_intro_bg01.svg"), url("/fcs/container/6/img/techno/twf_intro_bg02.svg");
  background-repeat: no-repeat;
  background-position: top left, right bottom;
}
@media (max-width: 768px) {
  .twf__intro::before {
    background: url("/fcs/container/6/img/techno/twf_intro_bg01_sp.svg");
    background-repeat: no-repeat;
    background-position: top right;
  }
}
.twf__introInner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .twf__introInner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.twf__introTitle {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .twf__introTitle {
    margin-bottom: 24px;
  }
}
.twf__introSubTitle {
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(135deg, #76ADFF 0%, #7AE1F1 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .twf__introSubTitle {
    font-size: 16px;
  }
}
.twf__introMainTitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .twf__introMainTitle {
    font-size: 32px;
  }
}
.twf__introDescription {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .twf__introDescription {
    margin-bottom: 24px;
  }
}
.twf__introTextAreaImage {
  display: none;
}
@media (max-width: 768px) {
  .twf__introTextAreaImage {
    display: block;
    margin-bottom: 24px;
  }
}
.twf__introTextAreaImage img {
  border-radius: 8px;
  width: 100%;
}
.twf__introList {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px 32px;
  width: fit-content;
}
@media (max-width: 768px) {
  .twf__introList {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
@media (max-width: 768px) {
  .twf__introListItem {
    width: 100%;
  }
  .twf__introListItem:has(.twf__introListSquare) {
    width: calc(50% - 8px);
  }
}
.twf__introListlink {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .twf__introListlink {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
  }
}
.twf__introListlink:has(.twf__introListSquare) {
  gap: 10px;
}
.twf__introListlink::after {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: url("/fcs/container/6/img/techno/twf_arrow_down_white.svg") no-repeat center center/contain;
}
@media (max-width: 768px) {
  .twf__introListlink::after {
    margin-left: auto;
  }
}
.twf__introListNo {
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(135deg, #76ADFF 0%, #7AE1F1 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twf__introListSquare {
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  background: linear-gradient(135deg, #76ADFF 0%, #7AE1F1 100%);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .twf__introListSquare {
    display: none;
  }
}
.twf__introImage {
  align-self: center;
}
@media (max-width: 768px) {
  .twf__introImage {
    display: none;
  }
}
.twf__introImage img {
  border-radius: 8px;
}
.twf__topContent {
  padding: 80px 0 0;
  background: url("/fcs/container/6/img/techno/twf_top_bg01.webp"), url("/fcs/container/6/img/techno/twf_top_bg02.webp");
  background-repeat: no-repeat;
  background-position: top left, top 1840px left;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .twf__topContent {
    padding: 80px 0 0;
    background: url("/fcs/container/6/img/techno/twf_top_bg01_sp.webp");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100% auto;
  }
}
.twf__areaLink {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(17, 61, 99, 0.1);
  transition: filter 0.3s;
}
.twf__areaLink:not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .twf__areaLink {
    border-radius: 8px;
  }
  .twf__areaLink:not(:last-child) {
    margin-bottom: 32px;
  }
}
.twf__areaLink:hover {
  filter: brightness(1.2);
}
.twf__areaText {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .twf__areaText {
    position: relative;
    gap: 12px;
    padding: 16px;
    background: linear-gradient(270deg, #1A6FA3 0%, #002648 100%), #0E406C;
  }
  .twf__areaText::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    line-height: 0;
    pointer-events: none;
    content: "";
    background: url("/fcs/container/6/img/techno/twf_area_deco_sp.svg") no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    transform: translateY(calc(-100% + 1px));
  }
}
.twf__areaTitle {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  margin: 32px 0 0 32px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .twf__areaTitle {
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
  }
}
@media (max-width: 768px) {
  .twf__areaTitle br {
    display: none;
  }
}
.twf__areaTitleNo {
  font-family: var(--font-en);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(90deg, #2F44A1 0%, #298F9F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .twf__areaTitleNo {
    font-size: 32px;
  }
}
.twf__areaTitleText {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #333;
}
@media (max-width: 768px) {
  .twf__areaTitleText {
    font-size: 24px;
    color: #fff;
  }
}
.twf__areaDescription {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 20px;
  background: linear-gradient(270deg, #1A6FA3 0%, #002648 100%), #0E406C;
}
@media (max-width: 768px) {
  .twf__areaDescription {
    flex-direction: column;
    gap: 12px;
    padding: 0;
  }
}
.twf__areaDescription::before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  pointer-events: none;
  content: url("/fcs/container/6/img/techno/twf_area_deco.svg");
  transform: translateY(calc(-100% + 1px));
}
@media (max-width: 768px) {
  .twf__areaDescription::before {
    display: none;
  }
}
.twf__areaDescriptionText {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
@media (max-width: 768px) {
  .twf__areaDescriptionMore {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 0 0 0 auto;
  }
}
.twf__areaDescriptionMore span {
  display: none;
}
@media (max-width: 768px) {
  .twf__areaDescriptionMore span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
  }
}
.twf__areaDescriptionMore::after {
  display: block;
  width: 56px;
  height: 56px;
  content: "";
  background: url("/fcs/container/6/img/techno/twf_area_more.svg") no-repeat center center/contain;
}
@media (max-width: 768px) {
  .twf__areaDescriptionMore::after {
    width: 32px;
    height: 32px;
  }
}
.twf__map {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .twf__map {
    margin-top: 80px;
  }
}
.twf__MapImage {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(17, 61, 99, 0.1);
}
.twf__info {
  position: relative;
  padding-bottom: 120px;
  margin-top: 120px;
  background: linear-gradient(180deg, #FFF 20%, #E5F3FF 100%);
}
@media (max-width: 768px) {
  .twf__info {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0;
  }
}
.twf__info::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: url("/fcs/container/6/img/techno/twf_top_bg03.webp") no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 768px) {
  .twf__info::before {
    background-image: url("/fcs/container/6/img/techno/twf_top_bg03_sp.webp");
    background-position: top -65px center;
  }
}
.twf__infoContent {
  position: relative;
  z-index: 2;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(17, 61, 99, 0.1);
}
@media (max-width: 768px) {
  .twf__infoContent {
    padding: 20px 16px;
  }
}
.twf__infoItem {
  display: flex;
  gap: 8px 32px;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .twf__infoItem {
    flex-direction: column;
  }
}
.twf__infoItem:first-child {
  padding-top: 0;
}
.twf__infoItem:last-child {
  padding-bottom: 0;
}
.twf__infoItem:not(:last-child) {
  border-bottom: 1px solid #D3D3D3;
}
.twf__infoItem dt {
  flex-shrink: 0;
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #005BAC;
}
.twf__infoItem dd p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
.twf__infoContact {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.twf__infoContact span {
  font-weight: 700;
}
.twf__infoContact a {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: #005BAC;
  text-decoration: underline;
}
.twf__infoMap {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .twf__infoMap {
    margin-top: 12px;
  }
}
.twf__infoMap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 320/187;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .twf__infoMap iframe {
    aspect-ratio: 1/1;
    border-radius: 8px;
  }
}

.twflow__pageHead {
  padding: 32px 200px;
  font-family: var(--font-en);
  font-size: 56px;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(90deg, #2F44A1 0%, #298F9F 100%);
  background-clip: text;
  border-bottom: 2px solid #2F44A1;
  box-shadow: 0 8px 12px 0 rgba(17, 61, 99, 0.05);
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .twflow__pageHead {
    padding: 17.5px 20px;
    font-size: 32px;
  }
}
.twflow__contents {
  padding: 80px 0 100px;
  background: url("/fcs/container/6/img/techno/twf_low_bg.webp") no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .twflow__contents {
    padding: 80px 0;
    background-image: url("/fcs/container/6/img/techno/twf_low_bg_sp.webp");
    background-position: top 10px center;
  }
}
.twflow__inner {
  width: 1080px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.twflow__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .twflow__title {
    margin-bottom: 24px;
  }
}
.twflow__titleSub {
  font-family: var(--font-en);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, #2F44A1 0%, #298F9F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twflow__titleMain {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 768px) {
  .twflow__titleMain {
    gap: 8px;
  }
}
.twflow__titleNo {
  font-family: var(--font-en);
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(90deg, #2F44A1 0%, #298F9F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .twflow__titleNo {
    font-size: 36px;
    align-self: flex-start;
    padding-top: 7px;
  }
}
.twflow__titleName {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 768px) {
  .twflow__titleName {
    font-size: 32px;
  }
}
.twflow__pageDescription {
  width: 720px;
  max-width: 100%;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
.twflow__mapImage {
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(17, 61, 99, 0.1);
}
.twflow__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .twflow__gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.twflow__galleryImg {
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(17, 61, 99, 0.1);
  width: 100%;
}
.twflow__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .twflow__links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.twflow__link {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 20px;
  overflow: hidden;
  border: 1px solid #D3D3D3;
  background: #fff;
  border-radius: 4px;
  transition: 0.3s;
}
.twflow__link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, #2F44A1 0%, #298F9F 100%);
  opacity: 0;
  transition: 0.3s;
}
.twflow__link:hover {
  opacity: 0.6;
}
.twflow__link.current {
  pointer-events: none;
  border: 1px solid transparent;
}
.twflow__link.current .twflow__linkNo {
  color: #fff;
  background: initial;
  background-clip: border-box;
  -webkit-text-fill-color: initial;
}
.twflow__link.current .twflow__linkName {
  color: #fff;
}
.twflow__link.current::before {
  opacity: 1;
}
.twflow__linkNo {
  position: relative;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(90deg, #2F44A1 0%, #298F9F 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}
.twflow__linkName {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
  transition: 0.3s;
}
.twflow__topBack {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 350px;
  max-width: 100%;
  padding: 12px 20px;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
  background: #FFF;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  transition: 0.3s;
}
.twflow__topBack::before {
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("/fcs/container/6/img/techno/twf_low_back.svg") no-repeat center center/contain;
}
.twflow__topBack:hover {
  opacity: 0.6;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}