@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Open+Sans:wght@500;700&display=swap");
.header-contact-background {
  height: 60vh;
  background-image: url("img/Mask Group 14.png");
  background-size: cover; }

.contact-des {
  font-size: 1.8rem;
  color: #00213a;
  font-weight: 600;
  text-align: center;
  padding: 4.75rem 0 6.875rem; }

.form-layout {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 4em 0 2em 0; }

form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%; }

.form-group {
  align-items: baseline; }

label {
  font-size: 1.6rem;
  color: #00213a;
  font-weight: 600;
  text-align: end;
  padding-right: 2rem; }

input {
  height: auto;
  margin-bottom: 2.625rem;
  line-height: 40px;
  font-size: 1rem;
  outline: none;
  border: 1px solid #707070;
  padding-left: 1rem; }

textarea {
  border: 1px solid #707070;
  outline: none;
  margin-bottom: 5.25rem; }

input:focus, textarea:focus {
  border: 1px solid #007bff; }

.register-btn {
  height: 2.5em;
  padding: 0;
  margin: 2rem 0 1rem; }

.field-required {
  color: #fb2020; }

.field-optional {
  color: #707070; }

.checkbox {
  margin-right: 1rem; }

.show-privacy a {
  text-decoration: underline;
  font-size: 1.6rem;
  color: #2b89c6;
  font-weight: 600; }

.agree-privacy-content {
  color: #0b3e66;
  font-weight: 600;
  font-size: 1.6rem; }

.form-submit {
  width: 100%;
  background: #2b89c6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 32px;
  margin: 3rem 0; }

.form-submit p {
  padding: 0 3rem;
  color: #ffff; }

#submit-sucess {
  color: #fb2020; }

@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .contact-des {
    font-size: 1.3rem;
    padding: 3.5rem 0 0; }
  label,
  .agree-privacy-content,
  .show-privacy a {
    font-size: 1.3rem; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .header-contact-background {
    background-position: center center;
    height: 30vh;
    background-size: cover; }
  .contact-des {
    font-size: 1.6rem;
    padding: 3rem 0; }
  .form-layout {
    padding: 0; }
  form {
    width: 100%; }
  .form-group.row {
    margin: 0 3rem; }
  label, .agree-privacy-content, .agree-with-privacy a {
    font-size: 1.4rem; }
  .form-submit p {
    padding: 0 2rem;
    font-size: 1.1rem; } }

@media (max-width: 767px) {
  .header-contact-background {
    background-position: center center;
    height: 20vh;
    background-size: cover; }
  .contact-des {
    font-size: 1.1rem;
    padding: 3rem 0.5rem; }
  .form-layout {
    padding: 0; }
  form {
    width: 100%; }
  label.w-40, input.w-60, textarea.w-60 {
    width: 100%;
    text-align: left; }
  label.w-40 {
    padding: 0; }
  input.w-60 {
    margin-bottom: 1.5rem; }
  label, .agree-with-privacy a {
    font-size: 1.1rem; }
  .agree-privacy-content {
    font-size: 1rem; }
  .form-submit p {
    padding: 0 2rem;
    font-size: 1.1rem; }
  .form-group.row {
    flex-direction: column;
    padding: 0 2rem; }
  .form-group.form-group-privacy {
    flex-direction: row; }
  .label-agree-privacy {
    font-size: 1rem;
    padding-right: 0;
    text-align: left; }
  .checkbox {
    margin: 0 0.3rem 0 0.5rem; }
  textarea {
    margin-bottom: 3rem; }
  .register-btn {
    margin: 2rem 0 1rem; }
  .form-submit p {
    font-size: 0.9rem; } }

.header-privacy-background {
  height: 10rem;
  background-image: none;
  background: #707070; }

.privacy-content {
  padding: 6.5rem 15rem 9rem; }

.privacy-content span,
.privacy-content p {
  color: #00213a;
  line-height: 2.4rem; }

.privacy-content span {
  font-size: 1.4rem;
  margin-bottom: 3.375rem;
  font-weight: 100; }

.privacy-content p {
  font-size: 1.3rem;
  padding: 0 0 1rem 3rem; }

@media (min-width: 1025px) and (max-width: 1600px) {
  .sub-title-privacy {
    width: 70% !important; }
  .privacy-content {
    padding: 4rem; }
  .privacy-content span {
    font-size: 1.2rem; }
  .privacy-content p {
    font-size: 1.1rem; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .privacy-content {
    padding: 2rem; }
  .privacy-content p {
    padding-bottom: 2rem; } }

@media (max-width: 767px) {
  .header-privacy-background {
    height: 5rem; }
  .privacy-content {
    padding: 2rem 0.5rem; }
  .privacy-content span {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 3.375rem; }
  .privacy-content p {
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 0 0 1rem 1rem; } }

.sub-title-wrap.w-50.sub-title-application {
  width: 70%; }

.header-application-background {
  background-image: url("img/security talk banner.png");
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover; }

.st-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 5rem 0; }

.security-talk--intro h3 {
  color: #0b3e66;
  text-align: center;
  font-size: 2.5rem;
  padding: 3rem 0;
  letter-spacing: 0.05rem; }

.st-feature--item {
  position: relative;
  border: 1px solid #007bff;
  border-radius: 1.25rem;
  display: flex;
  padding: 3.2rem 2rem 3.2rem 4rem;
  justify-content: space-between;
  margin-bottom: 6rem; }

.st-feature--item h4 {
  color: #007bff;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500; }

.st-feature--item p {
  line-height: 2; }

.st-feature--item img {
  height: 200px; }

.st-feature--item span {
  position: absolute;
  color: #007bff;
  left: 4rem;
  top: -2.5rem;
  border: 1px solid #007bff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  font-size: 2.5rem;
  background: #fff; }

.security-talk--functions, .security-talk--plan {
  background: #e9f6f8; }

.security-talk--plan h3 {
  padding-bottom: 3rem; }

.security-talk--functions {
  padding: 5rem 0; }

.st-functions {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto; }

.st-function-wrap {
  width: 33.33%; }

.st-function--item {
  margin: 1.5rem;
  display: grid;
  place-items: center;
  gap: 1rem; }

.st-function--item i {
  font-size: 2.5rem; }

.st-function--item span {
  color: #007bff;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center; }

.st-function--item p {
  text-align: center;
  color: #00213a;
  font-size: 0.9rem; }

.security-talk--connection p, .st--plan-des {
  color: #00213a;
  text-align: center;
  padding: 0 10rem;
  font-size: 1.1rem;
  padding-bottom: 4rem;
  letter-spacing: 0.05rem;
  line-height: 2; }

.security-talk--connection img {
  width: 100%;
  padding-top: 4rem; }

.security-talk--flow h4 {
  color: #007bff;
  font-size: 1.25rem;
  margin-bottom: 1.25rem; }

.st-flow--item {
  border-left: 2px solid #007bff;
  padding: 0 3rem;
  position: relative; }

.st-flow--item:nth-child(3) {
  border-left: none; }

.st-flow--item p {
  color: #00213a;
  margin-bottom: 0.8rem; }

.st-flow--item a {
  font-weight: 600; }

.st-flow--item a:hover {
  text-decoration: underline; }

.st-flow--download {
  display: flex; }

.st-flow--qr-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 4rem 2rem 1rem; }

.st-flow--qr-code img:nth-child(1) {
  width: 150px;
  margin-bottom: 1rem; }

.st-flow--qr-code img:nth-child(2) {
  width: 250px; }

.st-flow--item span {
  position: absolute;
  top: -0.75rem;
  left: -1.5rem;
  font-size: 1.25rem;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border: 2px solid #007bff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #007bff; }

.st--plan {
  display: flex; }

.st--plan-item-wrap {
  width: 33.33%; }

.st--plan-item-wrap {
  margin: 1.5rem; }

.st--plan-item div:first-child {
  padding: 1.5rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  border-top-right-radius: 52px;
  border-top-left-radius: 52px;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.75rem;
  height: 6rem;
  display: flex;
  align-items: center; }

.st--plan-price {
  text-align: center;
  padding: 1rem; }

.bg-yellow div:first-child {
  background: #F7C700; }

.bg-yellow div:nth-child(2) {
  background: #FCF5A5; }

.bg-green div:first-child {
  background: #0F870D; }

.bg-green div:nth-child(2) {
  background: #E5F4E6; }

.bg-pink div:first-child {
  background: #CE1076; }

.bg-pink div:nth-child(2) {
  background: #FAE7F0; }

.st--plan-price p:first-child, .st--plan-price p:nth-child(3) {
  color: #707070;
  font-size: 1.2rem;
  padding: 0.3rem; }

.st--plan-price p:nth-child(2) {
  font-size: 1.5rem;
  color: #0b3e66;
  font-weight: 600; }

.st--plan-price p:nth-child(2) span {
  color: #0b3e66;
  font-size: 3rem;
  font-weight: 700;
  padding: 0.3rem; }

.st--plan-remark {
  color: #717171;
  font-size: 0.8rem;
  display: block;
  text-align: end;
  margin-right: 1.5rem; }

.security-talk--banner {
  margin: 5rem auto;
  display: flex;
  align-items: center;
  background-image: url("../img/banner-security-talk.jpg");
  max-width: 1400px;
  padding: 3rem; }

.st--banner-l--content p:nth-child(1) {
  font-size: 5rem;
  font-weight: 600;
  color: #007aff;
  line-height: 1.25; }

.st--banner-l--content p:nth-child(2) {
  font-size: 4rem;
  color: #fff;
  line-height: 1.25; }

.st--banner-l--content p:nth-child(3) {
  font-size: 1.25rem;
  line-height: 1.5;
  word-break: auto-phrase;
  letter-spacing: 0.05rem;
  padding: 2rem 0 4rem;
  color: #fff; }

.st--banner-l--download {
  display: flex;
  text-align: center;
  gap: 3rem; }

.st--banner-l--download div {
  display: grid; }

.st--banner-l--download a img {
  width: 150px; }

.st--banner-l--download img {
  width: 200px; }

.security-talk--banner-r img {
  padding: 3rem;
  max-width: 400px; }

@media (min-width: 1300px) and (max-width: 1600px) {
  .security-talk--banner {
    max-width: 1250px; } }

@media (min-width: 1025px) and (max-width: 1600px) {
  .sub-title-application {
    width: 65% !important; }
  .security-talk--banner {
    max-width: 1025px;
    gap: 2rem; }
  .security-talk--banner-r img {
    max-width: 300px;
    padding: 0; }
  .st--banner-l--content p:nth-child(3) {
    padding: 1rem 0 3rem; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .st-container {
    width: 100%;
    padding: 4rem 2rem; }
  .st-feature--wrap {
    margin-top: 3rem; }
  .st-function--item span {
    font-size: 1.3rem;
    text-align: center; }
  .st-function--item {
    margin: 1.2rem; }
  .security-talk--intro h3 {
    font-size: 2rem; }
  .st-flow--item {
    margin-left: 2rem; }
  .st-flow--qr-code img:nth-child(2) {
    width: 200px; }
  .st-flow--qr-code img:nth-child(1) {
    width: 130px; }
  .st--plan-item-wrap {
    margin: 10px; }
  .st--plan-item div:first-child {
    font-size: 1rem;
    letter-spacing: 0.05rem; }
  .st--plan-price p:nth-child(2) span {
    font-size: 2.5rem; }
  .security-talk--banner img {
    width: 100%; }
  .security-talk--banner {
    padding: 2rem;
    gap: 2rem; }
  .st--banner-l--content p:nth-child(1) {
    font-size: 4rem; }
  .st--banner-l--content p:nth-child(2) {
    font-size: 3rem; }
  .st--banner-l--content p:nth-child(3) {
    font-size: 1.1rem;
    padding: 1rem 0 2rem; }
  .security-talk--banner a img {
    width: 100px; }
  .security-talk--banner img {
    width: 150px; }
  .security-talk--banner-r img {
    padding: 0; } }

@media (max-width: 767px) {
  .sub-title-wrap.w-50.sub-title-application {
    width: 100%; }
  .security-talk--intro h3 {
    padding: 0 1rem 3rem; }
  .st-container {
    width: 100%;
    padding: 3rem 1rem; }
  .security-talk--intro h3 {
    font-size: 1.7rem; }
  .st-feature--item {
    padding: 3.2rem 1rem 1rem;
    flex-direction: column; }
  .st-feature--item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem; }
  .st-feature--item p, .st-function--item p {
    font-size: 0.8rem;
    letter-spacing: 0.05rem; }
  .st-feature--item span {
    top: -2rem;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    left: 2rem; }
  .st-feature--item div:nth-child(2) {
    display: flex;
    justify-content: center;
    padding-top: 1rem; }
  .st-function-wrap {
    width: 50%; }
  .st-function--item span {
    font-size: 1.2rem; }
  .st-function--item i {
    font-size: 2rem; }
  .security-talk--connection p, .st--plan-des {
    padding: 0;
    font-size: 1rem;
    padding-bottom: 3rem;
    line-height: 1.5; }
  .security-talk--connection img {
    padding-top: 2rem; }
  .st-flow--item {
    margin-left: 1.5rem;
    padding: 0 0 0 2.5rem; }
  .st-flow--download {
    flex-direction: column; }
  .st-flow--qr-code img:nth-child(1) {
    width: 80px;
    margin-bottom: 0.5rem; }
  .st-flow--qr-code img:nth-child(2) {
    width: 150px; }
  .st-flow--qr-code {
    align-items: start;
    margin: 0 0 1.5rem 0; }
  .st-flow--item p {
    font-size: 0.9rem; }
  .st--plan {
    flex-direction: column;
    align-items: center; }
  .st--plan-item-wrap {
    margin: 0 0 1.5rem 0;
    width: 350px;
    padding: 0 1rem; }
  .st--plan-item div:first-child {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    height: auto;
    margin-bottom: 0; }
  .security-talk--banner img {
    width: 100%; }
  .security-talk--plan h3, .security-talk--connection h3 {
    padding: 0 0 3rem 0; }
  .st-feature--item img {
    width: 150px;
    height: auto; }
  .st--plan-price p:first-child, .st--plan-price p:nth-child(3) {
    font-size: 1rem; }
  .st--plan-price p:nth-child(2) span {
    font-size: 2.5rem; }
  .st--plan-price {
    padding: 0.5rem; }
  .security-talk--banner-r img {
    display: none; }
  .security-talk--banner {
    padding: 3rem 1rem;
    text-align: center; }
  .st--banner-l--content p:nth-child(1) {
    font-size: 3rem; }
  .st--banner-l--content p:nth-child(2) {
    font-size: 2rem; }
  .st--banner-l--content p:nth-child(3) {
    font-size: 1rem;
    padding: 1rem 0 2rem; }
  .st--banner-l--download {
    gap: 2rem;
    justify-content: center; }
  .st--banner-l--download a img {
    width: 100px; }
  .st--banner-l--download img {
    width: 150px; } }

.header-about-background {
  background-image: url("img/Mask Group 12.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh; }

.landing-information {
  padding: 7rem; }

.information {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500; }

.information-item {
  border: 2px solid #747474;
  border-bottom: none; }

.information-title {
  border-right: 2px solid #747474;
  background: #707070;
  color: #ffff; }

.information-content {
  color: #00213a; }

.information-title,
.information-content {
  padding: 2rem; }

.information-item:last-child {
  border-bottom: 2px solid #747474; }

.members-layout {
  max-width: 1400px;
  margin: 0 auto; }

.members-info {
  justify-content: space-between;
  width: 100%;
  padding: 7rem 0;
  margin: 0; }

.members-group {
  width: 30%; }

.member-name,
.member-position {
  font-weight: 600;
  text-align: center; }

.member-name {
  font-size: 2.8rem; }

.member-position {
  font-size: 1.7rem;
  letter-spacing: 0.1rem; }

.member-name {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  color: #00213a;
  padding: 4.625rem 0; }

.member-position {
  background: #00213a;
  color: #ffff;
  padding: 1rem 0; }

.message-layout {
  padding: 5rem 4rem; }

.message-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5.345rem; }

.message-content p {
  color: #00213a;
  font-size: 1.25rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
  word-break: auto-phrase;
  text-align: center;
  letter-spacing: 0.05rem; }

.message-img {
  flex: 1; }

.message-img img {
  width: 100%; }

.google-map {
  padding: 0 7rem 5rem; }

@media screen and (min-width: 1025px) and (max-width: 1600px) {
  .information-title, .information-content {
    font-size: 1.4rem; }
  .sub-title-members {
    width: 75%; }
  .members-info {
    padding: 4rem 4rem 7rem; }
  .members-group {
    width: 30%; }
  .sub-title-message {
    width: 60%; }
  .message-content p {
    font-size: 1.1rem; }
  .members-layout {
    max-width: 1200px; }
  .members-info {
    padding: 4rem 2rem; }
  .member-name {
    font-size: 2.5rem; }
  .member-position {
    font-size: 1.5rem; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .header-about-background {
    height: 30vh;
    background-size: cover;
    background-position: center; }
  .members-info,
  .landing-information {
    padding: 3rem; }
  .members-group {
    width: 30%; }
  .member-name {
    font-size: 2.2rem; }
  .member-position {
    font-size: 1.5rem; }
  .message-layout.row {
    flex-direction: column-reverse;
    margin: 0; }
  .message-img img, .message-content.w-50 {
    width: 100%; }
  .message-content.w-50 {
    margin: 1.5rem 0 0; }
  .message-layout {
    padding: 4rem; }
  .sub-title-message {
    width: 90% !important; }
  .google-map {
    padding: 0 3rem; }
  .members-info, .landing-information {
    padding: 3rem 0; }
  .members-info {
    justify-content: center;
    gap: 1rem; } }

@media (max-width: 767px) {
  .header-about-background {
    height: 20vh;
    background-size: cover;
    background-position: center; }
  .landing-information, .members-info, .message-layout {
    padding: 2rem; }
  .information-title, .information-content {
    font-size: 1.1rem;
    padding: 1rem; }
  .members-info.row {
    flex-direction: column;
    margin: 0; }
  .members-group {
    width: 100%;
    margin-bottom: 1.5rem; }
  .member-name {
    padding: 3rem 0;
    font-size: 2.5; }
  .member-position {
    font-size: 1.4rem; }
  .message-layout.row {
    flex-direction: column-reverse;
    margin: 0; }
  .message-img img {
    width: 100%; }
  .message-content.w-50 {
    width: 100%; }
  .message-content p {
    font-size: 1.1rem;
    line-height: 1.75rem;
    margin: 1rem 0; }
  .information-content.w-70,
  .information-title.w-30 {
    width: 100%; }
  .information-content {
    text-align: end; }
  .information-item.row {
    flex-direction: column; }
  .google-map {
    padding: 0; } }

.header-news-background {
  background-image: url("img/news banner.png");
  height: 60vh;
  background-size: cover; }

.card {
  display: grid;
  grid-template-rows: 2fr 3fr 1fr 1fr;
  padding: 1rem;
  border-radius: 10px;
  margin: 2rem; }

.card-title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333; }

.card-time, .card-description {
  color: #707070;
  font-size: 1.3rem;
  float: right;
  font-weight: 100;
  line-height: 2rem; }

.card-direct {
  text-align: left; }

.news-layout {
  padding: 3rem;
  flex-wrap: wrap; }

.btn-detail {
  width: 120px !important;
  height: 46px !important;
  border-radius: 10px !important;
  border: 2px solid #0b3e66 !important;
  font-weight: 400 !important; }

.btn-detail-wrap {
  display: flex;
  justify-content: end; }

.n-detail-title {
  font-size: 2.2rem;
  text-align: center; }

.n-detail-layout {
  padding: 5rem 3rem; }

.n-detail-date {
  text-align: right;
  color: #ddd;
  font-weight: 500;
  padding: 3rem; }

.news-table table {
  border-collapse: collapse;
  margin: 50px auto; }

.news-table table th, .news-table table td {
  padding: 10px; }

.news-action a {
  padding: 5px 10px;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  cursor: pointer; }

.news-action button {
  padding: 5px 10px;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  outline: none;
  cursor: pointer; }

.see-all-news {
  margin: 20px 40px;
  display: block;
  cursor: pointer; }

.n-detail-des {
  font-weight: 500;
  text-align: justify;
  padding: 7rem 10rem 0;
  font-size: 1.1rem;
  color: #3c413c;
  display: none; }

.n-detail-detail {
  text-align: justify;
  padding: 2rem 10rem;
  font-size: 1.1rem;
  color: #3c413c;
  white-space: pre-line; }

.form-create {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 5rem 0; }

.form-create form {
  width: 70%; }

.form-create form textarea {
  min-height: 10rem; }

.form-create form textarea,
.form-create form input {
  width: 100%; }

.btn-create-news {
  display: flex;
  justify-content: center; }

.news-action a {
  display: block;
  text-align: center;
  margin-bottom: 8px; }

@media (min-width: 1025px) and (max-width: 1600px) {
  .card-title {
    font-size: 1.6rem; }
  .card-time,
  .card-description {
    font-size: 1.2rem;
    line-height: 2.4rem; }
  .n-detail-des {
    padding: 3rem 6rem 0;
    font-size: 1.1rem; }
  .n-detail-detail {
    padding: 2rem 6rem;
    font-size: 1rem; }
  .n-detail-title {
    font-size: 2rem; }
  .n-detail-date {
    padding: 2rem 3rem; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .card-title {
    font-size: 1.6rem; }
  .card-time,
  .card-description {
    font-size: 1.2rem;
    line-height: 2rem; }
  .header-news-background {
    height: 30vh;
    background-position: center center;
    background-size: cover; }
  .news-layout {
    flex-direction: column; }
  .card.w-30 {
    width: 100%;
    margin: 0 0 1rem 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc; }
  .news-layout {
    padding: 1rem; }
  .n-detail-layout {
    padding: 4rem 2rem; }
  .n-detail-des {
    padding: 2rem 3rem 0;
    font-size: 1.1rem; }
  .n-detail-detail {
    padding: 2rem 3rem;
    font-size: 1rem; }
  .n-detail-title {
    font-size: 2rem; }
  .n-detail-date {
    padding: 2rem 3rem; } }

@media (max-width: 767px) {
  .card-title {
    font-size: 1.2rem;
    line-height: 2rem; }
  .card-time,
  .card-description {
    font-size: 1rem;
    line-height: 1.75rem; }
  .header-news-background {
    background-position: center center;
    height: 20vh;
    background-size: cover; }
  .news-layout {
    flex-direction: column; }
  .card.w-30 {
    width: 100%;
    margin: 0 0 1rem 0;
    border-radius: 0;
    border-bottom: 1px solid #ccc; }
  .news-layout.row {
    padding: 1rem;
    margin: 0; }
  .n-detail-layout {
    padding: 3rem 1rem; }
  .n-detail-des {
    padding: 2rem 1rem 0;
    font-size: 1.1rem; }
  .n-detail-detail {
    padding: 1.5rem 1rem;
    font-size: 1rem; }
  .n-detail-title {
    font-size: 1.6rem; }
  .n-detail-date {
    padding: 1rem 2rem; }
  .news-table table th, .news-table table td {
    font-size: 12px; }
  .news-action a {
    margin-bottom: 4px;
    padding: 4px; }
  .news-action button {
    font-size: 12px;
    padding: 4px; } }

.Not-found-header {
  padding-top: 125px; }

.head-text {
  text-transform: uppercase;
  width: 200px;
  height: auto;
  padding: 20px; }

.head-text, .main-wrapper {
  width: 80%;
  margin: auto; }

.main-wrapper {
  display: flex; }

.scarecrow-img img {
  width: 90%;
  height: auto; }

.error-text {
  width: 70%; }

.error-text h2 {
  width: 80%;
  font-size: 3.75rem;
  letter-spacing: 0.5px;
  font-weight: normal; }

.error-text p {
  width: 50%;
  padding: 5px; }

.button-back-to-home {
  cursor: pointer;
  width: auto;
  padding: 15px;
  border: 1px solid #333;
  border-radius: 3px;
  color: white;
  background-color: #333;
  text-transform: uppercase;
  margin-top: 15px; }

@media (max-width: 991.9px) {
  .main-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .error-text h2 {
    width: 100%;
    font-size: 3rem;
    line-height: 100%;
    padding-top: 15px; }
  .error-text p {
    width: 100%;
    font-size: 0.8rem;
    line-height: 150%;
    padding-top: 15px; } }

@media (min-width: 992px) {
  .error-text h2 {
    width: 100%;
    line-height: 100%;
    padding-top: 15px; }
  .error-text p {
    width: 100%;
    line-height: 150%;
    padding-top: 15px; } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif; }

li {
  list-style: none; }

html {
  scroll-behavior: smooth; }

/*Commom*/
body {
  width: 100%;
  padding: 0;
  margin: 0; }

.container {
  width: 100%;
  overflow: hidden; }

.row {
  display: flex;
  margin-left: -0.5em;
  margin-right: -0.5em; }

.col {
  padding-left: 0.5em;
  padding-right: 0.5em; }

a {
  text-decoration: none;
  color: #0b3e66; }

.align-center {
  align-items: center; }

.w-10 {
  width: 10%; }

.w-20 {
  width: 20%; }

.w-30 {
  width: 30%; }

.w-33 {
  width: 33%; }

.w-40 {
  width: 40%; }

.w-50 {
  width: 50%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.title {
  padding: 3rem 0 0;
  color: #e2e2e2;
  font-size: 8rem;
  font-weight: 900;
  line-height: 5rem; }

#title {
  font-kerning: none; }

.sub-title-wrap {
  height: auto;
  background: #e2e2e2;
  display: flex;
  padding: 0.5em 2rem;
  align-items: center;
  text-align: right; }

.sub-title-wrap:nth-child(5n+1) {
  width: 40%; }

.sub-title {
  font-size: 4rem;
  width: 100%; }

/**********HEADER***********/
.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 999;
  align-items: center;
  padding: 2rem 4rem; }

.logo {
  width: 15rem; }

.header-navbar--btn img {
  width: 3rem; }

.site-menu--list a:hover,
.site-menu--item li,
.sitemenu-header button:hover,
.showsitemenu:hover,
.navbar:hover {
  color: #1452a4;
  cursor: pointer; }

.navbar {
  position: relative;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: #13202f;
  font-weight: 700;
  transition: color .2s ease-out,border .2s ease-out; }

.header-navbar--btn {
  outline: none;
  border: none;
  background: none;
  display: none; }

.sitemenu-header {
  justify-content: end; }

.sitemenu-header button {
  background: none;
  border: none;
  outline: none; }

#gototopBtn {
  display: none;
  position: fixed;
  right: 75px;
  bottom: 45px;
  border: none;
  outline: none;
  width: 92px;
  height: 92px;
  background: none;
  z-index: 98;
  transition: all 0.4s; }

#gototopBtn img {
  width: 100%; }

#gototopBtn:hover {
  cursor: pointer;
  transform: translateY(10px); }

.circle-arrow {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #0b3e66;
  position: relative;
  margin-left: 1rem;
  top: 15px; }

.circle-arrow::before {
  content: '';
  display: block;
  background: #0b3e66;
  position: absolute;
  left: 0;
  top: 27px;
  height: 1px;
  width: 35px; }

.circle-arrow:after {
  content: '';
  display: block;
  background: #0b3e66;
  position: absolute;
  left: 21px;
  top: 22px;
  height: 1px;
  width: 14px;
  transform: rotate(40deg); }

/*Header navbar*/
.header-menu-nav {
  z-index: 999;
  color: #fff;
  width: 70%;
  display: inline-flex;
  justify-content: end; }

.header-menu-nav ul {
  display: flex; }

.header-menu-nav li {
  padding: 0 1.2rem; }

.header-menu-nav a {
  color: #ffffff;
  font-size: 1.3rem; }

/*Site menu*/
.header-navbar--btn {
  display: none; }

.sitemenu__main {
  background: #004e90;
  width: 50%;
  height: 100%;
  position: fixed;
  z-index: 11111;
  top: 0;
  right: 0;
  padding: 1rem;
  overflow: auto;
  display: none; }

.sitemenu-content {
  flex-direction: column;
  margin-top: 2em; }

.sitemenu-header .img-logo-wrap {
  width: 30%; }

.site-menu--item li {
  list-style: none;
  color: #fff; }

.site-menu--list {
  font-weight: 600;
  padding: 0.75em; }

.site-menu--item a {
  text-decoration: none;
  color: #fff; }

.close-sitemenu--icon {
  width: 3rem; }

.m-sitemenu {
  display: none; }

.site-menu--item h3 {
  padding: 1em 0; }

/*Slide*/
.slider {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -webkit-animation: slide 3s ease infinite; }

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s; }

.super-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 5s;
  animation-name: fade;
  animation-duration: 5s; }

@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*Section 1*/
.intro {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%; }

.intro-wrap {
  position: absolute;
  max-width: 100%;
  padding: 0 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  display: flex;
  text-align: center;
  justify-content: center; }

.intro-wrap-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 125px * 2);
  margin: 125px 4rem;
  gap: 2rem; }

.intro-wrap-2 img {
  max-width: 30%;
  object-fit: contain;
  max-height: 100%; }

.intro-wrap-2 h2 {
  font-size: 5rem;
  margin-bottom: 1.5rem;
  color: #fff; }

.intro-wrap-2 p {
  word-break: auto-phrase;
  line-height: 2;
  font-size: 2rem;
  margin: 2rem 0 1rem;
  color: #fff; }

.intro-wrap-3 {
  display: flex;
  gap: 5rem;
  justify-content: center;
  height: calc(100% - 125px * 2);
  max-width: 1400px;
  align-items: center;
  margin: 125px auto; }

.intro-wrap-3 img {
  max-width: 30%;
  height: 100%;
  object-fit: contain; }

.intro-background {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform; }

.slick-list.draggable, .slick-track {
  height: 100vh; }

.intro-bg-image {
  pointer-events: none;
  transition-property: opacity;
  height: 100%;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }

.swiper-slide img {
  width: unset !important;
  object-fit: contain !important; }

.intro-title {
  color: #fff;
  font-size: 5.5rem;
  line-height: 8rem;
  font-weight: 800;
  word-break: auto-phrase; }

.landing-line {
  border-left: 6px solid #1452a4;
  height: 25rem; }

.landing--about-us h3 {
  font-size: 2rem;
  color: #0b3e66;
  font-weight: 500;
  line-height: 4.5rem;
  font-weight: 600; }

.landing--about-us p {
  font-size: 1.25rem;
  line-height: 2.25rem;
  padding-bottom: 1.5rem; }

.intro-subtitle,
.intro-des {
  color: #fff; }

.btn--direct {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  background: none; }

.btn--direct a, .register-btn {
  color: #1452a4;
  background: #fff;
  border: 3px solid #1452a4;
  border-radius: 50px;
  font-size: 1.3rem;
  font-family: 'コズカ', serif !important;
  font-weight: bold;
  width: 280px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center; }

.btn--direct a:hover, .register-btn:hover {
  background: #1452a4;
  border: 3px solid #1452a4;
  cursor: pointer;
  color: #fff; }

.landing--about-us {
  word-break: auto-phrase; }

.landing--about-us--btn {
  display: flex;
  justify-content: end;
  margin-right: 10%; }

.landing-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 1.25em;
  padding: 5rem 0; }

.landing-img img {
  width: 100%; }

/*Section 3*/
.landing-img--wrapper {
  text-align: center; }

.img-section3 {
  width: 150px; }

.landing-content-wrap {
  max-width: 1200px;
  margin: 0 auto; }

.landing-content p {
  word-break: auto-phrase;
  letter-spacing: 0.05rem; }

.ld-3-img {
  width: 30%;
  margin: 1rem; }

.ld-3-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 5rem; }

.content-section3 {
  line-height: 2.5rem;
  font-size: 1.25rem;
  word-break: auto-phrase; }

.j-application-wrap {
  display: flex;
  padding: 2rem; }

.j-application-content {
  text-align: center;
  padding: 1rem; }

.j-application-content img {
  margin-bottom: 2rem; }

.j-application-img {
  padding: 1rem;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.j-application-intro {
  background: #f7f8f9;
  padding: 100px 0;
  text-align: center; }

.j-application-intro h3 {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 12px;
  padding: 0 16px;
  line-height: 1.334; }

.j-application-intro-des {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
  color: #616161;
  font-size: 1.2rem;
  word-break: keep-all; }

.j-application-features {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  flex-wrap: wrap; }

.j-app-feature {
  width: 30%;
  border-radius: 20px;
  text-align: center;
  background: #ffff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.04); }

.j-app-feature a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 1rem; }

.j-app-feature a:hover {
  opacity: 0.8; }

.j-app-direct:hover {
  transform: scale(1.1); }

.j-app-feature h4 {
  color: #0b3e66;
  font-weight: 600;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  letter-spacing: 0.01rem;
  font-size: 1.5rem; }

.j-app-feature h4::after {
  content: '';
  max-width: 100%;
  height: 2px;
  background: #0b3e66;
  position: absolute;
  top: 2rem;
  left: 10px;
  right: 10px; }

.j-app-des {
  color: #707070;
  line-height: 1.75;
  letter-spacing: 0.01rem;
  min-height: 56px;
  word-break: auto-phrase;
  font-size: 1.1rem; }

.j-app-direct {
  font-size: 1.3rem; }

/*Section 4*/
.layout-section4 {
  padding: 4rem 0 80px;
  position: relative; }

.layout-section4 p {
  text-align: center;
  padding: 1em 0;
  color: #00213a; }

.st-4-item-group {
  border: 1px solid #737373;
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  overflow: hidden !important; }

.st-4-item-group.col {
  padding: 0;
  margin: 0 0.5rem; }

.st-4-item-group p {
  color: #00213a;
  line-height: 28px;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem; }

.st-4-item-group.col {
  margin: 0; }

.img-wrap {
  display: flex;
  justify-content: center;
  margin: 2em; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-slide {
  width: 100%;
  overflow: hidden !important; }

.swiper-pagination {
  position: relative !important;
  margin-top: 4rem !important; }

.swiper-pagination-bullet {
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin: 0 2rem !important; }

/*Section 5*/
.layout-section5 {
  padding: 5rem 16rem; }

.st-5-group {
  border-bottom: 1px solid #707070;
  padding-top: 2.75rem; }

.st-5-group span {
  color: #00213a;
  font-size: 1.4rem;
  padding-bottom: 1.75rem; }

.landing--news--btn {
  display: flex;
  justify-content: center;
  padding-bottom: 6.75rem; }

.no-news-message {
  color: #707070;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1.3rem; }

/* FOOTER */
.google-map {
  width: 100%; }

.google-map iframe {
  width: 100%; }

.footer {
  overflow: hidden; }

.footer-nav {
  width: 100%;
  height: 156px; }

.footer-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: #e2e2e2; }

.footer-nav-list {
  display: flex;
  justify-content: end;
  list-style: none;
  line-height: 156px; }

.footer-nav-item {
  margin-right: 7.5rem; }

.footerNav-link {
  text-decoration: none;
  color: #00213a;
  font-size: 1.5rem; }

.footer-bar {
  height: 5rem;
  color: #00213a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.mini-menu {
  overflow: hidden;
  max-height: 0;
  height: auto;
  background: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.site-menu-has-children:hover > ul {
  max-height: 1000px; }

@media (min-width: 1300px) and (max-width: 1600px) {
  .header {
    padding: 2rem 3rem; }
  .header-menu-nav a {
    font-size: 1.2rem; }
  .intro-title {
    font-size: 4rem;
    line-height: 6.5rem; }
  .intro-wrap-2, .intro-wrap-3 {
    margin: 118px 4rem;
    height: calc(100% - 118px * 2); }
  .logo {
    width: 13rem; }
  .title {
    font-size: 5.5rem;
    line-height: 4rem; }
  .sub-title {
    font-size: 2.5rem; }
  .landing--about-us h3 {
    font-size: 1.7rem;
    line-height: 3rem;
    margin-bottom: 1rem; }
  .landing--about-us p,
  .content-section3 {
    font-size: 1.1rem; }
  .btn--direct a, .register-btn {
    font-size: 1rem;
    width: 260px;
    height: 68px; }
  .img-section3 {
    width: 9rem; }
  .landing-content.landing--about-us.col.w-40 {
    width: 50% !important; }
  .ld-3-btn-wrap {
    margin-top: 4rem; }
  .st-4-item-group {
    height: auto; }
  .st-img-wrap img {
    width: 100%; }
  .st-5-group span {
    font-size: 1.2rem; }
  .sub-title-about--us {
    width: 45%; }
  .sitemenu__main {
    padding: 2rem 1rem 0 4rem;
    overflow: auto; }
  .site-menu--item h3 {
    padding: 0.75rem 0; }
  .landing-img img {
    width: 100%; }
  .st-4-item-group p {
    font-size: 0.9rem; }
  .swiper-pagination-bullet {
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin: 0 1.75rem !important; }
  .swiper-pagination {
    margin-top: 3rem !important; }
  .footer-nav {
    height: 7rem; }
  .footer-nav-list {
    line-height: 7rem; }
  .footerNav-link {
    font-size: 1.3rem; }
  .footer-bar {
    font-size: 1.1rem;
    height: 4rem; }
  .layout-section5 {
    padding: 3rem 5rem; }
  .st-5-group {
    padding-top: 2.25rem; } }

@media (min-width: 1025px) and (max-width: 1299px) {
  .header {
    padding: 2rem; }
  .header-menu-nav li {
    padding: 0 1rem; }
  .header-menu-nav a {
    font-size: 1rem; }
  .title {
    font-size: 4rem;
    line-height: 3.5rem; }
  .sub-title {
    font-size: 3rem; }
  .intro-wrap-2 {
    margin: 118px 4rem;
    height: calc(100% - 118px * 2); }
  .intro-wrap-2 h2 {
    font-size: 3.5rem; }
  .intro-wrap-2 p {
    font-size: 1.5rem; }
  .intro-wrap-3 {
    gap: 4rem;
    margin: 118px 4rem;
    height: calc(100% - 118px * 2); }
  .sub-title-wrap.w-50.sub-title-about--us {
    width: 70%; }
  .intro-title {
    font-size: 3rem;
    line-height: 5rem;
    letter-spacing: 0.01rem; }
  .logo {
    width: 13rem; }
  .title {
    font-size: 5.5rem;
    line-height: 4rem; }
  .sub-title {
    font-size: 2.5rem; }
  .landing--about-us h3 {
    font-size: 1.7rem;
    line-height: 3rem;
    margin-bottom: 1rem; }
  .landing--about-us p,
  .content-section3 {
    font-size: 1.1rem; }
  .btn--direct a, .register-btn {
    font-size: 1rem;
    width: 260px;
    height: 68px; }
  .img-section3 {
    width: 9rem; }
  .landing-content.landing--about-us.col.w-40 {
    width: 50% !important; }
  .ld-3-btn-wrap {
    margin-top: 4rem; }
  .st-4-item-group {
    height: auto; }
  .st-img-wrap img {
    width: 100%; }
  .st-5-group span {
    font-size: 1.2rem; }
  .sub-title-about--us {
    width: 45%; }
  .j-application-features {
    padding: 50px 1rem; }
  .sitemenu__main {
    padding: 2rem 1rem 0 4rem;
    overflow: auto; }
  .site-menu--item h3 {
    padding: 0.75rem 0; }
  .landing-img img {
    width: 100%; }
  .st-4-item-group p {
    font-size: 0.9rem; }
  .swiper-pagination-bullet {
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin: 0 1.75rem !important; }
  .swiper-pagination {
    margin-top: 3rem !important; }
  .footer-nav {
    height: 7rem; }
  .footer-nav-list {
    line-height: 7rem; }
  .footerNav-link {
    font-size: 1.3rem; }
  .footer-bar {
    font-size: 1.1rem;
    height: 4rem; }
  .layout-section5 {
    padding: 3rem 5rem; }
  .st-5-group {
    padding-top: 2.25rem; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .md-hidden {
    display: none; }
  .md-show {
    display: block; }
  .header {
    padding: 1rem 2rem; }
  .header-navbar--btn {
    display: block; }
  .header-navbar--btn img {
    width: 2.5rem; }
  .sub-title {
    font-size: 3rem; }
  .landing-wrapper {
    padding: 3rem 0; }
  .header-menu-nav {
    display: none; }
  .m-sitemenu {
    display: block; }
  .site-menu--item a {
    color: #fff; }
  .intro-bg-image {
    background-position: right center; }
  .intro-wrap-2 {
    gap: 3rem;
    margin: 94px 2rem;
    height: calc(100% - 94px * 2); }
  .intro-wrap-2 h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem; }
  .intro-wrap-2 p {
    font-size: 1.3rem;
    margin: 0; }
  .intro-wrap-3 {
    gap: 2rem;
    margin: 94px 2rem;
    height: calc(100% - 94px * 2); }
  .title {
    font-size: 5rem;
    line-height: 3.5rem; }
  .sitemenu__main {
    width: 100%;
    padding: 1rem 2rem 0 7rem; }
  .intro-title {
    font-size: 2.2rem;
    text-align: center;
    line-height: 2;
    width: 90%; }
  .sub-title-wrap {
    width: 80%; }
  .landing-wrapper {
    flex-direction: column; }
  .landing-img {
    width: 100%;
    text-align: center;
    padding: 0 4rem; }
  .landing-img img {
    max-width: 400px; }
  .landing--about-us {
    width: 100%;
    padding: 0 4rem;
    text-align: center; }
  .landing--about-us h3 {
    margin-bottom: 2rem; }
  .landing-content-wrap {
    padding: 2rem; }
  .landing--about-us--btn {
    padding-bottom: 5rem; }
  .j-application-wrap {
    flex-direction: column-reverse; }
  .j-application-wrap .w-50 {
    width: 100%; }
  .ld-3-img {
    margin: 1rem 0; }
  .ld-3-btn-wrap {
    margin-top: 3rem; }
  .j-application-features {
    justify-content: center;
    gap: 2rem; }
  .j-app-feature {
    width: 40%; }
  .j-application-intro-des {
    padding: 0 2rem 2rem;
    font-size: 1.25rem; }
  .layout-section4 {
    padding: 4rem 0 80px;
    position: relative; }
  .st-4-item-group {
    border: 1px solid #737373;
    flex-shrink: 0;
    transition: transform 1s; }
  .layout-section4 p {
    text-align: center;
    padding: 1em 0;
    color: #00213a; }
  .st-4-item-group p {
    font-size: 0.9rem; }
  .swiper-pagination-bullet {
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin: 0 1.75rem !important; }
  .swiper-pagination {
    margin-top: 2rem !important; }
  .layout-section5 {
    padding: 5rem 2rem; }
  .google-map iframe {
    height: 20rem; }
  .footer-nav {
    height: 8rem; }
  .footer-nav-list {
    line-height: 8rem; }
  .footer-bar {
    font-size: 1.2rem; } }

@media (max-width: 767px) {
  .intro-title {
    font-size: 1.2rem;
    line-height: 2;
    width: 100%; }
  .intro, .slick-track {
    height: 70vh; }
  .intro-wrap {
    top: 60%; }
  .intro-bg-image-2 {
    background-position: right center; }
  .intro-wrap-2 {
    margin: 82px 1rem;
    height: calc(100% - 82px * 2); }
  .intro-wrap-2 h2 {
    font-size: 1.2rem;
    margin-bottom: 0; }
  .intro-wrap-2 p {
    font-size: 0.8rem;
    margin-top: 1rem; }
  .intro-wrap-3 {
    max-width: 100%;
    margin: 82px 1rem;
    height: calc(100% - 82px * 2); }
  .intro-wrap-3 p {
    font-size: 1rem;
    margin-top: 1rem;
    display: none; }
  .intro-wrap-3 {
    gap: 1rem; }
  .intro-bg-image-3 img {
    width: 25%; }
  .intro-bg-image-3 img:nth-child(2) {
    padding-top: 2rem; }
  .m-sitemenu {
    display: block; }
  .header {
    padding: 1rem; }
  .header-navbar--btn {
    display: block; }
  .header-menu-nav {
    display: none; }
  .intro-wrap {
    padding: 0; }
  .container {
    overflow: hidden; }
  .sm-hidden {
    display: none; }
  .sm-show {
    display: block; }
  .header-navbar--btn img {
    width: 2rem; }
  .j-application-img {
    gap: 2rem; }
  .img-logo-wrap {
    padding: 0; }
  .img-logo-wrap img {
    width: 12rem; }
  .close-sitemenu--icon {
    width: 2rem; }
  .site-menu--list {
    padding: 0.5rem; }
  .site-menu--item h3 {
    padding: 1rem 0;
    font-size: 1.1rem; }
  .sitemenu-content {
    margin-top: 1.5rem; }
  .title {
    font-size: 3rem;
    line-height: 2.5rem; }
  .sub-title {
    font-size: 1.8rem; }
  .landing-wrapper {
    padding: 2rem 0; }
  .btn--direct a, .register-btn {
    font-size: 1rem;
    width: 250px;
    height: 56px;
    border: 2px solid #1452a4; }
  .btn--direct a:hover, .register-btn:hover {
    border: 2px solid #1452a4; }
  .sub-title-wrap {
    padding: 1rem; }
  .sitemenu__main {
    width: 100%;
    padding: 1rem 1rem 0 4rem; }
  .landing--about-us--btn {
    justify-content: center;
    margin: 0;
    padding-bottom: 3rem; }
  .landing-img img {
    width: 250px; }
  .sub-title-wrap {
    width: 100%; }
  .landing-wrapper {
    flex-direction: column; }
  .landing-img {
    width: 100%;
    text-align: center; }
  .landing--about-us {
    width: 100%;
    padding: 0 2rem;
    text-align: center; }
  .landing-content-wrap {
    padding: 2rem; }
  .landing--about-us h3 {
    font-size: 1.4rem;
    line-height: 2.4rem; }
  .landing--about-us p {
    font-size: 1rem;
    line-height: 1.75rem; }
  .j-application-wrap {
    flex-direction: column-reverse; }
  .j-application-wrap .w-50 {
    width: 100%; }
  .ld-3-img {
    margin: 1rem 0 3rem;
    width: 25%;
    padding: 0; }
  .ld-3-btn-wrap {
    margin-top: 3rem; }
  .content-section3 {
    font-size: 1rem;
    line-height: 2rem; }
  .j-application-features {
    gap: 1rem;
    padding: 2rem 3rem; }
  .j-app-feature {
    width: 100%; }
  .j-application-intro h3 {
    font-size: 28px;
    min-height: 40px; }
  .j-application-intro-des {
    line-height: 1.75;
    font-size: 1rem;
    padding: 0 1rem 2rem;
    word-break: auto-phrase; }
  .j-application-content {
    padding: 0; }
  .j-app-feature h4 {
    font-size: 1.3rem; }
  .j-app-des {
    padding-top: 1rem;
    font-size: 1rem; }
  .j-app-feature a {
    gap: 1rem; }
  .j-application-intro {
    padding: 3rem 0; }
  .layout-section4 {
    padding: 4rem 0 80px;
    position: relative; }
  .st-4-item-group {
    border: 1px solid #737373;
    flex-shrink: 0;
    height: auto; }
  .layout-section4 p {
    text-align: center;
    padding: 1em 0;
    color: #00213a; }
  .st-4-item-group p {
    font-size: 0.9rem; }
  .swiper-pagination-bullet {
    width: 1rem !important;
    height: 1rem !important;
    margin: 0 0.5rem !important; }
  .swiper-pagination {
    margin-top: 2rem !important; }
  .layout-section5 {
    padding: 3rem 1rem; }
  .st-5-group span {
    font-size: 1rem; }
  .landing--news--btn {
    padding-bottom: 5rem; }
  .no-news-message {
    font-size: 1rem; }
  .google-map iframe {
    height: 15rem; }
  .footer-nav-item {
    margin-right: 1.5rem; }
  .footer-nav {
    height: 6rem; }
  .footer-nav-list {
    line-height: 6rem; }
  .footer-bar {
    font-size: 1rem; }
  .footerNav-link {
    font-size: 1.2rem; }
  #gototopBtn {
    right: 1.5rem;
    bottom: 1rem; }
  #gototopBtn img {
    width: 4.5rem; } }
