@charset "UTF-8";
main .page-top-btn {
  position: fixed;
  bottom: 10vh;
  right: 2.5vw;
}
main .page-top-btn a {
  position: relative;
  writing-mode: vertical-rl;
}
main .page-top-btn a::after {
  content: "";
}
main .fv {
  height: 40vh;
  min-height: 460px;
}
main .fv .container {
  height: 100%;
  position: relative;
}
main .fv .container .text-items {
  width: 100%;
  padding: 0px 10%;
  position: absolute;
  top: 20%;
  z-index: 2;
}
main .fv .container .text-items .title-wrapper p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
main .fv .container .text-items .title-wrapper h2 {
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 6px 0;
}
main .fv .container .text-items .description {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 400px;
  margin: 5vh auto 0;
  position: relative;
}
main .fv .container .text-items .description span {
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding-bottom: 6px;
  width: 100%;
}
main .fv .container .text-items .description span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 110px;
  height: 1px;
  background: #fff;
}
main .fv .container .text-items .description span::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0px;
  width: 110px;
  height: 1px;
  background: #fff;
}
main .fv .container .text-items .description::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
main .fv .container .image-items .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
main .fv .container::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 1;
}
main .sections-wrapper {
  display: flex;
  align-items: flex-start;
}
main .sections-wrapper .side-nav {
  background: #fff;
  box-shadow: 0px 3px 10px 4px rgba(96, 155, 242, 0.1);
  border-radius: 20px;
  width: 190px;
  text-align: center;
  margin-top: 40px;
  padding: 25px 20px;
  postion: -webkit-sticky;
  position: sticky;
  top: 20vh;
}
main .sections-wrapper .side-nav .time {
  color: #00388D;
  font-weight: bold;
}
main .sections-wrapper .side-nav ul {
  margin: 16px 0 0;
  padding: 0;
}
main .sections-wrapper .side-nav ul li {
  line-height: 1;
  list-style: none;
  text-align: right;
}
main .sections-wrapper .side-nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
main .sections-wrapper .side-nav ul li:nth-of-type(n + 2) {
  margin-top: 12px;
}
main .sections-wrapper .sections {
  padding-left: 3%;
  width: calc(100% - 190px);
  /* 形を変化させるアニメーションの定義 */
  /* 形を変化させるアニメーションの定義 */
}
main .sections-wrapper .sections .news {
  display: flex;
  padding: 60px 0;
}
main .sections-wrapper .sections .news .header-text {
  display: flex;
}
main .sections-wrapper .sections .news .header-text h3 {
  color: #00388D;
  font-size: 64px;
  font-weight: bold;
  writing-mode: vertical-rl;
}
main .sections-wrapper .sections .news .header-text .sub-title {
  font-weight: bold;
  writing-mode: vertical-rl;
  padding-top: 50px;
  position: relative;
}
main .sections-wrapper .sections .news .header-text .sub-title::before {
  background: #609BF2;
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
main .sections-wrapper .sections .news .container {
  flex: 1;
  margin-top: 40px;
  margin-left: 2%;
}
main .sections-wrapper .sections .news .container table {
  border-collapse: collapse;
}
main .sections-wrapper .sections .news .container table tbody tr {
  border-top: 1px dashed #609BF2;
  text-align: left;
}
main .sections-wrapper .sections .news .container table tbody tr .date {
  color: #00388D;
  vertical-align: top;
}
main .sections-wrapper .sections .news .container table tbody tr td {
  padding: 24px 0;
}
main .sections-wrapper .sections .news .container table tbody tr .new-tag {
  width: 50px;
  margin-left: 2%;
  min-width: 98px;
  width: 10%;
}
main .sections-wrapper .sections .news .container table tbody tr th {
  font-weight: normal;
  padding: 24px 0px 24px 88px;
  position: relative;
}
main .sections-wrapper .sections .news .container table tbody tr th .content {
  margin-top: 12px;
}
main .sections-wrapper .sections .news .container table tbody tr:first-of-type .new-tag {
  position: relative;
}
main .sections-wrapper .sections .news .container table tbody tr:first-of-type th::before {
  content: "NEW";
  background: #FFDE88;
  font-size: 14px;
  width: 50px;
  height: 20px;
  position: absolute;
  top: 26px;
  left: 19px;
  text-align: center;
}
main .sections-wrapper .sections .news .container table tbody tr:last-of-type {
  border-bottom: 1px dashed #609BF2;
}
main .sections-wrapper .sections .tasks {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  padding: 50px 0;
  margin-top: 40px;
  position: relative;
}
main .sections-wrapper .sections .tasks .header-text {
  display: flex;
  margin-top: -70px;
}
main .sections-wrapper .sections .tasks .header-text h3 {
  color: #00388D;
  font-size: 64px;
  font-weight: bold;
  writing-mode: vertical-rl;
}
main .sections-wrapper .sections .tasks .header-text .sub-title {
  font-weight: bold;
  writing-mode: vertical-rl;
  padding-top: 50px;
  position: relative;
}
main .sections-wrapper .sections .tasks .header-text .sub-title::before {
  background: #609BF2;
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
main .sections-wrapper .sections .tasks .container .tasks-wrapper h4 {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}
main .sections-wrapper .sections .tasks .container .tasks-wrapper h4::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #00388D;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
}
main .sections-wrapper .sections .tasks .container .tasks-wrapper .tasks-items {
  margin-top: 6px;
}
main .sections-wrapper .sections .tasks .container .tasks-wrapper .tasks-items .task-item {
  padding-left: 30px;
  position: relative;
  margin-top: 8px;
}
main .sections-wrapper .sections .tasks .container .tasks-wrapper .tasks-items .task-item::before {
  background: #609BF2;
  content: "";
  width: 7px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
main .sections-wrapper .sections .tasks .container .pilot-tasks {
  margin-top: 30px;
}
main .sections-wrapper .sections .tasks .container .attention {
  margin-top: 30px;
}
main .sections-wrapper .sections .tasks::before {
  content: "";
  /* ご提示いただいたスタイル */
  background: linear-gradient(190deg, rgba(145, 207, 235, 0.05), rgba(101, 156, 238, 0.1));
  position: absolute;
  top: 0;
  right: 0;
  width: 110%;
  height: 100%;
  z-index: -1;
  /* 形を変化させるアニメーションを適用 */
  animation: morphing-background 10s ease-in-out infinite alternate;
}
@keyframes morphing-background {
  /* アニメーション開始時の形 */
  0% {
    transform: rotate(0deg);
    border-radius: 60% 50% 90% 70%/70% 70% 90% 90%;
  }
  /* アニメーション中間地点の形 */
  50% {
    transform: rotate(-5deg);
    border-radius: 30% 40% 50% 40%/30% 50% 30% 40%;
  }
  /* アニメーション終了時の形 (alternate指定により0%の形へ戻ります) */
  100% {
    transform: rotate(0deg);
    border-radius: 80% 55% 90% 45%/50% 60% 60% 70%;
  }
}
main .sections-wrapper .sections .schedule {
  display: flex;
  padding: 80px 0;
}
main .sections-wrapper .sections .schedule .header-text {
  display: flex;
}
main .sections-wrapper .sections .schedule .header-text h3 {
  color: #00388D;
  font-size: 64px;
  font-weight: bold;
  writing-mode: vertical-rl;
}
main .sections-wrapper .sections .schedule .header-text .sub-title {
  font-weight: bold;
  writing-mode: vertical-rl;
  padding-top: 50px;
  position: relative;
}
main .sections-wrapper .sections .schedule .header-text .sub-title::before {
  background: #609BF2;
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
main .sections-wrapper .sections .contact {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  padding: 50px 0;
  margin-top: 40px;
  position: relative;
}
main .sections-wrapper .sections .contact .header-text {
  display: flex;
  margin-top: -70px;
}
main .sections-wrapper .sections .contact .header-text h3 {
  color: #00388D;
  font-size: 64px;
  font-weight: bold;
  writing-mode: vertical-rl;
}
main .sections-wrapper .sections .contact .header-text .sub-title {
  font-weight: bold;
  writing-mode: vertical-rl;
  padding-top: 50px;
  position: relative;
}
main .sections-wrapper .sections .contact .header-text .sub-title::before {
  background: #609BF2;
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
}
main .sections-wrapper .sections .contact .container .contact-items h4 {
  font-size: 20px;
  padding-left: 30px;
  position: relative;
}
main .sections-wrapper .sections .contact .container .contact-items h4::before {
  background: #00388D;
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  left: 0;
  width: 16px;
  height: 16px;
}
main .sections-wrapper .sections .contact .container .contact-items .info {
  padding-left: 32px;
  margin-top: 10px;
}
main .sections-wrapper .sections .contact .container .contact-items .contact-item {
  padding-left: 60px;
  margin-top: 16px;
}
main .sections-wrapper .sections .contact .container .contact-items .contact-item p:first-of-type {
  font-weight: bold;
  position: relative;
}
main .sections-wrapper .sections .contact .container .contact-items .contact-item p:first-of-type::before {
  background: #00388D;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -24px;
  width: 16px;
  height: 2px;
}
main .sections-wrapper .sections .contact .container .contact-items:nth-of-type(2) {
  margin-top: 40px;
}
main .sections-wrapper .sections .contact::before {
  content: "";
  /* ご提示いただいたスタイル */
  background: linear-gradient(190deg, rgba(145, 207, 235, 0.05), rgba(101, 156, 238, 0.1));
  position: absolute;
  top: 0;
  right: 0;
  width: 110%;
  height: 100%;
  z-index: -1;
  /* 形を変化させるアニメーションを適用 */
  animation: morphing-background 10s ease-in-out infinite alternate;
}
@keyframes morphing-background {
  /* アニメーション開始時の形 */
  0% {
    transform: rotate(0deg);
    border-radius: 70% 50% 90% 70%/70% 70% 90% 90%;
  }
  /* アニメーション中間地点の形 */
  50% {
    transform: rotate(-10deg);
    border-radius: 30% 40% 30% 50%/30% 50% 30% 40%;
  }
  /* アニメーション終了時の形 (alternate指定により0%の形へ戻ります) */
  100% {
    transform: rotate(0deg);
    border-radius: 45% 55% 90% 70%/70% 60% 40% 70%;
  }
}
main .sections-wrapper .sections .lastModified {
  font-size: 14px;
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 780px) {
  main .fv {
    height: 40vh;
    min-height: 310px;
  }
  main .fv .container .text-items {
    padding: 0 5%;
    top: 7vh;
  }
  main .fv .container .text-items .title-wrapper p {
    font-size: 16px;
  }
  main .fv .container .text-items .title-wrapper h2 {
    font-size: 36px;
  }
  main .fv .container .text-items .description {
    font-size: 14px;
    width: auto;
  }
  main .fv .container .text-items .description span {
    font-size: 14px;
  }
  main .fv .container .text-items .description span::before {
    top: 10px;
    width: calc(50% - 64px);
  }
  main .fv .container .text-items .description span::after {
    top: 10px;
    width: calc(50% - 64px);
  }
  main .sections-wrapper {
    width: 100%;
  }
  main .sections-wrapper .side-nav {
    display: none;
  }
  main .sections-wrapper .sections {
    width: 100%;
    padding-left: 0;
  }
  main .sections-wrapper .sections .section {
    display: block;
    padding: 50px 2.5%;
    margin-top: 0;
  }
  main .sections-wrapper .sections .section .header-text {
    flex-direction: column-reverse;
  }
  main .sections-wrapper .sections .section .header-text h3 {
    font-size: 32px;
    position: relative;
    writing-mode: inherit;
  }
  main .sections-wrapper .sections .section .header-text .sub-title {
    font-size: 14px;
    padding: 0;
    writing-mode: inherit;
  }
  main .sections-wrapper .sections .section .header-text .sub-title::before {
    content: none;
  }
  main .sections-wrapper .sections .news {
    display: block;
  }
  main .sections-wrapper .sections .news .header-text h3::after {
    background: #609BF2;
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: calc(100% - 110px);
    height: 1px;
  }
  main .sections-wrapper .sections .news .container {
    margin-left: 0;
    margin-top: 30px;
  }
  main .sections-wrapper .sections .news .container table {
    width: 100%;
  }
  main .sections-wrapper .sections .news .container table tbody {
    display: block;
  }
  main .sections-wrapper .sections .news .container table tbody tr {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    align-items: flex-start;
    padding: 12px 0;
  }
  main .sections-wrapper .sections .news .container table tbody tr td {
    display: inline-block;
    padding: 0;
  }
  main .sections-wrapper .sections .news .container table tbody tr th {
    display: block;
    padding: 4px 0;
    width: 100%;
  }
  main .sections-wrapper .sections .news .container table tbody tr .date::before {
    top: 0px;
  }
  main .sections-wrapper .sections .news .container table tbody tr:first-of-type .date {
    position: relative;
  }
  main .sections-wrapper .sections .news .container table tbody tr:first-of-type .date::before {
    font-size: 12px;
    content: "NEW";
    background: #FFDE88;
    font-size: 14px;
    width: 50px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: -70px;
    text-align: center;
  }
  main .sections-wrapper .sections .news .container table tbody tr:first-of-type th::before {
    content: none;
  }
  main .sections-wrapper .sections .tasks {
    background: rgba(96, 155, 242, 0.05);
    display: block;
    margin: 0;
  }
  main .sections-wrapper .sections .tasks .header-text {
    margin-top: 0;
  }
  main .sections-wrapper .sections .tasks .header-text h3::after {
    background: #609BF2;
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: calc(100% - 120px);
    height: 1px;
  }
  main .sections-wrapper .sections .tasks .container .tasks-wrapper {
    margin-top: 30px;
  }
  main .sections-wrapper .sections .tasks .container .tasks-wrapper h4 {
    font-size: 16px;
    padding-left: 28px;
  }
  main .sections-wrapper .sections .tasks .container .tasks-wrapper h4::before {
    top: calc(50% - 7px);
    left: 6px;
    width: 14px;
    height: 14px;
  }
  main .sections-wrapper .sections .tasks .container .tasks-wrapper .tasks-items .tasks-item p {
    font-size: 14px;
  }
  main .sections-wrapper .sections .tasks .container .attention p {
    font-size: 14px;
  }
  main .sections-wrapper .sections .tasks::before {
    content: none;
  }
  main .sections-wrapper .sections .schedule .header-text h3::after {
    background: #609BF2;
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: calc(100% - 190px);
    height: 1px;
  }
  main .sections-wrapper .sections .schedule .container {
    padding-left: 0;
    margin-top: 30px;
  }
  main .sections-wrapper .sections .schedule .container table tbody tr {
    font-size: 14px;
  }
  main .sections-wrapper .sections .schedule .container table tbody tr td, main .sections-wrapper .sections .schedule .container table tbody tr th {
    padding: 14px 8px;
  }
  main .sections-wrapper .sections .schedule .container table tbody tr td {
    text-wrap: nowrap;
  }
  main .sections-wrapper .sections .schedule .container .attention {
    font-size: 14px;
    margin: 16px 0 0;
  }
  main .sections-wrapper .sections .contact {
    background: rgba(96, 155, 242, 0.05);
  }
  main .sections-wrapper .sections .contact .header-text {
    margin-top: 0;
  }
  main .sections-wrapper .sections .contact .header-text h3::after {
    background: #609BF2;
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: calc(100% - 170px);
    height: 1px;
  }
  main .sections-wrapper .sections .contact .container .contact-items {
    margin-top: 30px;
  }
  main .sections-wrapper .sections .contact .container .contact-items h4 {
    font-size: 18px;
    padding-left: 26px;
  }
  main .sections-wrapper .sections .contact .container .contact-items h4::before {
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
  main .sections-wrapper .sections .contact .container .contact-items .contact-item {
    padding-left: 24px;
  }
  main .sections-wrapper .sections .contact .container .contact-items .contact-item p {
    font-size: 15px;
  }
  main .sections-wrapper .sections .contact .container .contact-items .info {
    padding-left: 0;
  }
  main .sections-wrapper .sections .contact .container .contact-items .info span {
    font-weight: bold;
  }
  main .sections-wrapper .sections .contact::before {
    content: none;
  }
}/*# sourceMappingURL=index-style.css.map */