@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bahiana&family=Lexend+Peta:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
main#container {
  width: 100%;
  padding: 74px 0 120px 0;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main#container #visual {
  width: 100%;
  min-width: 1212px;
  position: relative;
  overflow: hidden;
}
main#container #visual.on::before {
  opacity: 1;
}
main#container #visual.on .text {
  opacity: 1;
}
main#container #visual:not(:last-child) {
  margin-bottom: 80px;
}
main#container #visual::before {
  content: "";
  width: 1600px;
  height: 400px;
  background-image: url(../images/deco.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: fixed;
  top: 74px;
  left: calc(50% - 800px);
  display: block;
  z-index: -1;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main#container #visual .text {
  width: 100%;
  height: 360px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-in 0.5s;
  opacity: 0;
}
main#container #visual .text h2 {
  color: #384691;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
main#container #visual .text h3 {
  color: #384691;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
main#container .section {
  width: 1040px;
  margin: 0 auto;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main#container .section:not(:last-child) {
  margin-bottom: 80px;
}
main#container .section.on {
  opacity: 1;
}
main#container .section .title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section .title:not(:last-child) {
  margin-bottom: 60px;
}
main#container .section .title h3 {
  opacity: 1;
  transition: all 0.5s ease-in 0.25s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section .title h3:not(:last-child) {
  margin-bottom: 20px;
}
main#container .section .title h3::before {
  content: "";
  width: 50vw;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  left: calc(-50vw - 20px);
}
main#container .section .title h3 span {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container .section .title h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#list, main#container .section#list2 {
  text-align: left;
  width: 100%;
}
main#container .section#list .inner, main#container .section#list2 .inner {
  width: 1040px;
  margin: 0 auto;
}
main#container .section#list .inner h4, main#container .section#list2 .inner h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #384691;
  padding: 8px 16px;
  margin-bottom: 54px;
}
main#container .section#list .inner h4 + p, main#container .section#list2 .inner h4 + p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  padding: 0 16px;
  margin-bottom: 40px;
}
main#container .section#list .inner h5, main#container .section#list2 .inner h5 {
  color: #384691;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #FFF;
  margin-bottom: 16px;
  display: inline-block;
}
main#container .section#list .inner table, main#container .section#list2 .inner table {
  width: 100%;
  border: solid 1px #384691;
}
main#container .section#list .inner table:not(:last-child), main#container .section#list2 .inner table:not(:last-child) {
  margin-bottom: 40px;
}
main#container .section#list .inner table tbody tr:last-child th, main#container .section#list .inner table tbody tr:last-child td, main#container .section#list2 .inner table tbody tr:last-child th, main#container .section#list2 .inner table tbody tr:last-child td {
  border-bottom: none;
}
main#container .section#list .inner table tbody tr th, main#container .section#list2 .inner table tbody tr th {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  width: 160px;
  background-color: #384691;
  padding: 16px 24px;
  border-bottom: solid 1px #FFF;
}
main#container .section#list .inner table tbody tr td, main#container .section#list2 .inner table tbody tr td {
  text-align: left;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 16px 24px;
  border-bottom: solid 1px #384691;
}
main#container .section#list .inner table tbody tr td p, main#container .section#list2 .inner table tbody tr td p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container .section#list .inner table tbody tr td p:not(:last-child), main#container .section#list2 .inner table tbody tr td p:not(:last-child) {
  margin-bottom: 8px;
}
main#container .section#list .inner table tbody tr td p.notice, main#container .section#list2 .inner table tbody tr td p.notice {
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container .section#list .inner table tbody tr td dl:not(:last-child), main#container .section#list2 .inner table tbody tr td dl:not(:last-child) {
  margin-bottom: 8px;
}
main#container .section#list .inner table tbody tr td dl dt, main#container .section#list2 .inner table tbody tr td dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container .section#list .inner table tbody tr td dl dd, main#container .section#list2 .inner table tbody tr td dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container .section#list .inner table tbody tr td a:hover, main#container .section#list2 .inner table tbody tr td a:hover {
  color: #384691;
}
main#container .section#flow {
  text-align: left;
  width: 100%;
}
main#container .section#flow .inner {
  width: 1040px;
  margin: 0 auto;
}
main#container .section#flow .inner h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #384691;
  padding: 8px 16px;
  margin-bottom: 54px;
}
main#container .section#flow .inner h4 + p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  padding: 0 16px;
  margin-bottom: 40px;
}
main#container .section#flow .inner .flow {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main#container .section#flow .inner .flow:not(:last-child) {
  margin-bottom: 16px;
}
main#container .section#flow .inner .flow .a {
  width: 60px;
  background-image: url(../images/arrow_flow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
}
main#container .section#flow .inner .flow dl {
  padding: 16px;
  border-radius: 8px;
  background-color: #384691;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main#container .section#flow .inner .flow dl:last-child {
  background-color: #00a99d;
}
main#container .section#flow .inner .flow dl:last-child dt {
  color: #00a99d;
}
main#container .section#flow .inner .flow dl dt {
  color: #384691;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #FFF;
  width: 24px;
  height: 24px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  border-radius: 8px;
}
main#container .section#flow .inner .flow dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  text-align: center;
  text-orientation: upright;
}
main#container .section#flow .inner .flow + p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container .section#flow .inner .flow + p:not(:last-child) {
  margin-bottom: 8px;
}
main#container .section#flow .inner .flow + p.notice {
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main#container .section#entry {
  text-align: left;
  width: 100%;
  overflow: hidden;
}
main#container .section#entry .inner {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  background-color: #384691;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section#entry .inner::before {
  content: "";
  width: 1258px;
  height: 470px;
  background-image: url(../images/bg_entry.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1258px 470px;
  position: absolute;
  left: calc(50% - 629px);
  top: -24px;
  display: block;
}
main#container .section#entry .inner h4 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 24px;
}
main#container .section#entry .inner .btn {
  width: 1020px;
  position: relative;
  z-index: 1;
}
main#container .section#entry .inner .btn:not(:last-child) {
  margin-bottom: 24px;
}
main#container .section#entry .inner .btn a {
  width: 100%;
  height: 96px;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main#container .section#entry .inner .btn a:hover {
  background-color: #f0f0f0;
}
main#container .section#entry .inner .btn a::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #384691;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 1;
  display: block;
}
main#container .section#entry .inner .btn a span:nth-child(1), main#container .section#entry .inner .btn a span:nth-child(2) {
  color: #384691;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#entry .inner .btn a span:nth-child(3) {
  width: 200px;
}
main#container .section#entry .inner .btn a span:not(:first-child) {
  margin-left: 16px;
}
main#container .section#entry .inner .info {
  width: 1020px;
  padding: 24px 48px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
main#container .section#entry .inner .info dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .section#entry .inner .info dl dt {
  color: #384691;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main#container .section#entry .inner .info dl dd {
  padding-left: 40px;
  margin-left: 40px;
  border-left: solid 1px #384691;
}
main#container .section#entry .inner .info dl dd p {
  color: #384691;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main#container .section#entry .inner .info dl dd p:not(:last-child) {
  margin-bottom: 16px;
}
main#container .section#entry .inner .info dl dd p a {
  color: #384691;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
main#container .section#entry .inner .info dl dd p a:hover {
  color: #00a99d;
}
main#container .section#banner {
  width: 100%;
}
main#container .section#banner .inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container .section#banner .inner h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 24px;
}
main#container .section#banner .inner > div {
  width: 1020px;
}
main#container .section#banner .inner > div a {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
main#container .section#banner .inner > div a:hover {
  opacity: 0.8;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main#container {
    width: 100%;
    padding: 46px 0 80px 0;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  main#container #visual {
    min-width: 100%;
  }
  main#container #visual:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container #visual::before {
    width: 500px;
    height: 125px;
    top: 46px;
    left: calc(50% - 250px);
  }
  main#container #visual .text {
    width: 100%;
    height: 180px;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-in 0.5s;
    opacity: 0;
  }
  main#container #visual .text h2 {
    color: #384691;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main#container #visual .text h3 {
    color: #384691;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main#container .section {
    width: calc(100% - 64px);
    margin: 0 auto;
    transition: all 0.5s ease-in 0s;
    opacity: 0;
  }
  main#container .section:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container .section.on {
    opacity: 1;
  }
  main#container .section .title {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section .title:not(:last-child) {
    margin-bottom: 60px;
  }
  main#container .section .title h3 {
    opacity: 1;
    transition: all 0.5s ease-in 0.25s;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container .section .title h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main#container .section .title h3::before {
    content: "";
    width: 50vw;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    left: calc(-50vw - 20px);
  }
  main#container .section .title h3 span {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 6.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container .section .title h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section#list, main#container .section#list2 {
    text-align: left;
    width: 100%;
  }
  main#container .section#list .inner, main#container .section#list2 .inner {
    width: calc(100% - 64px);
    margin: 0 auto;
  }
  main#container .section#list .inner h4, main#container .section#list2 .inner h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 8px 16px;
    margin-bottom: 32px;
  }
  main#container .section#list .inner h4 + p, main#container .section#list2 .inner h4 + p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    padding: 0 16px;
    margin-bottom: 40px;
  }
  main#container .section#list .inner h5, main#container .section#list2 .inner h5 {
    color: #384691;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main#container .section#list .inner table, main#container .section#list2 .inner table {
    width: 100%;
    border: solid 1px #384691;
  }
  main#container .section#list .inner table:not(:last-child), main#container .section#list2 .inner table:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section#list .inner table tbody tr:last-child td, main#container .section#list2 .inner table tbody tr:last-child td {
    border-bottom: none;
  }
  main#container .section#list .inner table tbody tr th, main#container .section#list2 .inner table tbody tr th {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    display: block;
  }
  main#container .section#list .inner table tbody tr td, main#container .section#list2 .inner table tbody tr td {
    padding: 8px 16px;
    box-sizing: border-box;
    display: block;
  }
  main#container .section#list .inner table tbody tr td p, main#container .section#list2 .inner table tbody tr td p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container .section#list .inner table tbody tr td p:not(:last-child), main#container .section#list2 .inner table tbody tr td p:not(:last-child) {
    margin-bottom: 8px;
  }
  main#container .section#list .inner table tbody tr td p.notice, main#container .section#list2 .inner table tbody tr td p.notice {
    color: #999999;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container .section#list .inner table tbody tr td dl:not(:last-child), main#container .section#list2 .inner table tbody tr td dl:not(:last-child) {
    margin-bottom: 8px;
  }
  main#container .section#list .inner table tbody tr td dl dt, main#container .section#list2 .inner table tbody tr td dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container .section#list .inner table tbody tr td dl dd, main#container .section#list2 .inner table tbody tr td dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container .section#flow {
    width: calc(100% - 64px);
  }
  main#container .section#flow .inner {
    width: 100%;
    margin: 0 auto;
  }
  main#container .section#flow .inner h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 8px 16px;
    margin-bottom: 32px;
  }
  main#container .section#flow .inner h4 + p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    padding: 0 16px;
    margin-bottom: 40px;
  }
  main#container .section#flow .inner .flow {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  main#container .section#flow .inner .flow:not(:last-child) {
    margin-bottom: 16px;
  }
  main#container .section#flow .inner .flow .a {
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
  }
  main#container .section#flow .inner .flow dl {
    width: calc(100% - 0px);
    padding: 8px 16px;
    border-radius: 8px;
    background-color: #384691;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
  }
  main#container .section#flow .inner .flow dl:last-child {
    background-color: #00a99d;
  }
  main#container .section#flow .inner .flow dl:last-child dt {
    color: #00a99d;
  }
  main#container .section#flow .inner .flow dl dt {
    color: #384691;
    font-family: "Poppins", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    background-color: #FFF;
    width: 24px;
    height: 24px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    border-radius: 8px;
  }
  main#container .section#flow .inner .flow dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    writing-mode: horizontal-tb;
    text-align: center;
    text-orientation: upright;
  }
  main#container .section#flow .inner .flow + p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container .section#flow .inner .flow + p:not(:last-child) {
    margin-bottom: 8px;
  }
  main#container .section#flow .inner .flow + p.notice {
    color: #999999;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main#container .section#entry .inner {
    width: 100%;
    padding: 40px 0;
  }
  main#container .section#entry .inner::before {
    content: "";
    width: 629px;
    height: 235px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 629px 235px;
    left: calc(50% - 315px);
    top: -40px;
  }
  main#container .section#entry .inner h4 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 24px;
  }
  main#container .section#entry .inner .btn {
    width: calc(100% - 64px);
    position: relative;
    z-index: 1;
  }
  main#container .section#entry .inner .btn:not(:last-child) {
    margin-bottom: 24px;
  }
  main#container .section#entry .inner .btn.toform a::before {
    content: none;
  }
  main#container .section#entry .inner .btn.toform a span {
    text-align: center;
  }
  main#container .section#entry .inner .btn.toform a span:nth-child(1) {
    line-height: 1.5;
  }
  main#container .section#entry .inner .btn a {
    width: 100%;
    height: 96px;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px 0;
    border-radius: 8px;
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  main#container .section#entry .inner .btn a:hover {
    background-color: #f0f0f0;
  }
  main#container .section#entry .inner .btn a::before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #384691;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 1;
    display: block;
  }
  main#container .section#entry .inner .btn a span:nth-child(1) {
    color: #384691;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container .section#entry .inner .btn a span:nth-child(2) {
    display: none;
  }
  main#container .section#entry .inner .btn a span:nth-child(3) {
    width: 200px;
  }
  main#container .section#entry .inner .btn a span:not(:first-child) {
    margin-left: 0px;
  }
  main#container .section#entry .inner .info {
    width: calc(100% - 64px);
    padding: 24px 16px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    position: relative;
    z-index: 1;
  }
  main#container .section#entry .inner .info dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container .section#entry .inner .info dl dt {
    color: #384691;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
  main#container .section#entry .inner .info dl dd {
    padding: 16px 0 0 0;
    margin: 0px;
    border-top: solid 1px #384691;
    border-left: none;
  }
  main#container .section#entry .inner .info dl dd p {
    color: #384691;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main#container .section#entry .inner .info dl dd p:not(:last-child) {
    margin-bottom: 16px;
  }
  main#container .section#entry .inner .info dl dd p a {
    color: #384691;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  main#container .section#entry .inner .info dl dd p a:hover {
    color: #00a99d;
  }
  main#container .section#banner {
    width: 100%;
  }
  main#container .section#banner .inner {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container .section#banner .inner h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 24px;
  }
  main#container .section#banner .inner > div {
    width: 1020px;
  }
  main#container .section#banner .inner > div a {
    width: 100%;
    transition: all 0.25s ease-in 0s;
  }
  main#container .section#banner .inner > div a:hover {
    opacity: 0.8;
  }
}

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