abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  border: 0;
  font-size: 16px;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

.PC_show {
  display: block !important;
}
@media (max-width: 749px) {
  .PC_show {
    display: none !important;
  }
}

.TB_show {
  display: none !important;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .TB_show {
    display: block !important;
  }
}
@media (max-width: 749px) {
  .TB_show {
    display: none !important;
  }
}

.SP_show {
  display: none !important;
}
@media (max-width: 749px) {
  .SP_show {
    display: block !important;
  }
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #404040;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

h2 {
  line-height: 1.55;
}

h3 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}

a {
  position: relative;
  color: #43BFE8;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}
a:hover {
  color: #0053a6;
  text-decoration: none;
}

img {
  width: 100%;
}

dl, dd, dt {
  line-height: 2;
}

header {
  display: flex;
  height: 60px;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 749px) {
  header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header .topLogo {
  display: inline-block;
  height: 100%;
}
header .topLogo img {
  height: 40px;
  object-fit: contain;
}
header .header-menu {
  display: flex;
}
header a {
  color: #404040;
  font-size: 1rem;
  line-height: 1.3;
  margin-right: 40px;
}
header a:last-child {
  margin-right: 0;
}
header a:hover {
  color: #43BFE8 !important;
  text-decoration: none;
}
@media (max-width: 749px) {
  header a {
    font-size: 0.875rem;
    line-height: 1.3;
  }
  header a:nth-child(2) {
    margin-right: 0;
  }
}

section {
  display: block;
}

.back-color {
  background-color: #fafafa;
}

.corporate-color {
  color: #0053a6;
}

.btn,
a.btn,
button.btn {
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 20px 15px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
  transition: transform 0.3s, color 0.3s, background-color 0.3s;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .btn,
  a.btn,
  button.btn {
    display: block;
  }
}
@media (max-width: 749px) {
  .btn,
  a.btn,
  button.btn {
    display: block;
  }
}

.btn-flat-orange {
  background-color: #eb6100 !important;
  border: 0;
}
.btn-flat-orange::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -3px;
  height: 6px;
  background-color: #ac4902;
  border-radius: 0 0 0.5rem 0.5rem;
  transition: transform 0.3s;
}
.btn-flat-orange:hover {
  transform: translateY(3px);
  color: #fff;
}
.btn-flat-orange:hover::after {
  transform: translateY(-3px) scaleY(0.4);
  transform-origin: bottom;
}

.btn-flat-lightblue {
  background-color: #43BFE8 !important;
  border: 0;
}
.btn-flat-lightblue::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -3px;
  height: 6px;
  background-color: #2b7993;
  border-radius: 0 0 0.5rem 0.5rem;
  transition: transform 0.3s;
}
.btn-flat-lightblue:hover {
  transform: translateY(3px);
  color: #fff;
}
.btn-flat-lightblue:hover::after {
  transform: translateY(-3px) scaleY(0.4);
  transform-origin: bottom;
}

.arrowRight {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.arrowRight::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background: url(../img/ic_arrowRight.svg) center center no-repeat;
  background-size: contain;
}

.topPageContent {
  height: 430px;
  background-position: left center;
  background-image: url("../img/top1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: left;
  align-items: center;
  overflow-x: hidden;
}
@media (min-width: 568px) {
  .topPageContent {
    height: 550px;
  }
}
@media (min-width: 750px) {
  .topPageContent {
    align-items: stretch;
    border-bottom: 1px solid #eee;
    justify-content: flex-end;
  }
}
@media (min-width: 1171px) {
  .topPageContent {
    background-size: 100% auto;
  }
}

.topPageTxtBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 550px;
}

.topPageTxt {
  display: block;
  margin: 0 auto;
  max-width: 15rem;
  font-weight: normal;
  background-color: rgba(255, 255, 255, 0.9);
  color: #253643;
  padding: 18px 22px;
  margin: 20px;
}
@media (max-width: 749px) {
  .topPageTxt {
    max-width: 9rem;
  }
}
.topPageTxt h2 {
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 749px) {
  .topPageTxt h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.topPageTxt p {
  font-size: 1.25rem;
  line-height: 1.9rem;
}
@media (max-width: 749px) {
  .topPageTxt p {
    font-size: 0.875rem;
    line-height: 1.4rem;
  }
}
.topPageTxt p span {
  font-size: 1.1rem;
}
@media (min-width: 750px) {
  .topPageTxt {
    max-width: 300px;
  }
}
@media (min-width: 900px) {
  .topPageTxt {
    max-width: 350px;
  }
}

.btnWrapTableWrap {
  width: calc(100% - 30px);
  padding: 30px 15px;
  border-bottom: 1px solid #E0E0E0;
}

.btnWrapTable {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.btnWrapTable div {
  display: table-cell;
  padding: 5px;
}

@media (min-width: 568px) {
  p.topPageTxtToB {
    font-size: 13px;
    padding-top: 30px;
    line-height: 1.35em;
  }
}
.contents-wrap {
  max-width: 1200px;
  margin: auto;
}

.d-flex {
  display: flex;
  flex-direction: column;
}

.d-two-flex {
  display: flex;
}

.d-four-flex {
  display: flex;
}

.section-heading {
  height: 140px;
  background-position: left center;
  background-image: url("../img/heading-vnm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: left;
  align-items: center;
  overflow-x: hidden;
}
.section-heading h2 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 4px 3px rgb(61, 70, 70);
  margin: auto;
}

.section-intro {
  padding: 50px 0 50px 0;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-intro {
    padding: 50px 10px 40px 10px;
  }
}
@media (max-width: 749px) {
  .section-intro {
    padding: 50px 20px 30px 20px;
  }
}
.section-intro p {
  margin-bottom: 20px;
}
.section-intro .d-flex {
  text-align: center;
}
.section-intro .d-four-flex {
  justify-content: center;
}
.section-intro .d-four-flex div {
  width: 10%;
  margin-right: 100px;
}
.section-intro .d-four-flex div:last-child {
  margin-right: 0px;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-intro .d-four-flex div {
    width: 15%;
    margin-right: 50px;
  }
}
@media (max-width: 749px) {
  .section-intro .d-four-flex div {
    width: 15%;
    margin-right: 30px;
  }
}

.section-explanation {
  padding: 0 20px 50px 20px;
}
.section-explanation .d-two-flex {
  align-items: center;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 749px) {
  .section-explanation .d-two-flex {
    flex-direction: column;
  }
}
.section-explanation .d-two-flex:first-child {
  margin-top: 0;
}
.section-explanation .d-two-flex div:first-child {
  width: 45%;
}
@media (max-width: 749px) {
  .section-explanation .d-two-flex div:first-child {
    width: 100%;
  }
}
.section-explanation .d-two-flex div:last-child {
  width: 50%;
}
@media (max-width: 749px) {
  .section-explanation .d-two-flex div:last-child {
    width: 100%;
  }
}
.section-explanation .d-two-flex div img {
  width: 50%;
  box-shadow: 5px 5px 0 #43BFE8;
}
.section-explanation .d-two-flex ul {
  text-align: left;
  margin-left: 20px;
}
.section-explanation .d-two-flex ul li {
  line-height: 1.8rem;
}

.section-review {
  padding: 0 20px 50px 20px;
}
.section-review .contents-wrap {
  text-align: center;
}
.section-review .comment-wrap {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-review .comment-wrap {
    flex-direction: column;
  }
}
@media (max-width: 749px) {
  .section-review .comment-wrap {
    flex-direction: column;
  }
}
.section-review .modal {
  margin-bottom: 10px;
  width: 25%;
  margin-right: 10px;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-review .modal {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .section-review .modal {
    width: 100%;
  }
}
.section-review .modal:nth-child(3) {
  margin-right: 0;
}
.section-review .modal .modal__toggle {
  position: absolute;
  left: -9999px;
}
.section-review .modal .modal__overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.section-review .modal .modal__toggle:checked ~ .modal__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s;
}
.section-review .modal .modal__actions {
  position: relative;
  z-index: 1;
}
.section-review .modal .modal__actions label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 230px;
  text-align: left;
  background: #fff;
  border: 1px solid #404040;
  border-radius: 10px;
  text-align: left;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-review .modal .modal__actions label {
    height: auto;
  }
}
@media (max-width: 749px) {
  .section-review .modal .modal__actions label {
    height: auto;
  }
}
.section-review .modal .modal__actions label p {
  text-align: left;
  line-height: 1.5rem;
}
.section-review .modal .modal__actions label span {
  color: #888;
}
.section-review .modal .modal__actions label img {
  width: 23px;
  border: 1px solid #888;
}
.section-review .modal .modal__open {
  cursor: pointer;
  user-select: none;
}
.section-review .modal .modal__content {
  position: relative;
  align-self: center;
  background: #fff;
  padding: 24px;
  width: min(600px, 90vw);
  margin: 20px 20px;
  border-radius: 10px;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-review .modal .modal__content {
    max-height: calc(100dvh - 100px);
    overflow: auto;
  }
}
@media (max-width: 749px) {
  .section-review .modal .modal__content {
    max-height: calc(100dvh - 100px);
    overflow: auto;
  }
}
.section-review .modal .modal__content p {
  text-align: left;
  line-height: 1.8rem;
  margin-bottom: 10px;
}
.section-review .modal .modal__content span {
  color: #888;
}
.section-review .modal .modal__content img {
  width: 23px;
  border: 1px solid #404040;
}
.section-review .modal .modal__backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.section-review .modal .modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.section-company {
  padding: 50px 20px 50px 20px;
  background-color: #0053a6;
  color: #fff;
  align-items: center;
  text-align: center;
}
.section-company .text {
  font-size: 1.125rem;
}
.section-company .d-four-flex {
  justify-content: center;
  font-weight: bold;
  margin: 30px 0;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-company .d-four-flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 749px) {
  .section-company .d-four-flex {
    flex-wrap: wrap;
  }
}
.section-company .d-four-flex div {
  width: 10%;
  margin-right: 100px;
}
.section-company .d-four-flex div:last-child {
  margin-right: 0px;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-company .d-four-flex div {
    width: 35%;
    margin-right: 50px;
  }
}
@media (max-width: 749px) {
  .section-company .d-four-flex div {
    width: 35%;
    margin-right: 30px;
  }
}
.section-company .d-four-flex div:nth-child(1) {
  margin-bottom: 0;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-company .d-four-flex div:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media (max-width: 749px) {
  .section-company .d-four-flex div:nth-child(1) {
    margin-bottom: 20px;
  }
}
.section-company .d-four-flex div:nth-child(2) {
  margin-bottom: 0;
  margin-right: 100px;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-company .d-four-flex div:nth-child(2) {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
@media (max-width: 749px) {
  .section-company .d-four-flex div:nth-child(2) {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.section-company .d-four-flex .numbers {
  font-size: 1.375rem;
}
.section-company .d-four-flex .explanation {
  line-height: 1.5rem;
}

.section-link {
  display: block;
  padding: 50px 0;
}
.section-link .d-flex {
  margin: 0 20px;
}
.section-link p {
  color: #404040;
}
.section-link a img {
  width: auto;
  max-height: 35px;
  vertical-align: middle;
  margin-right: 5px;
}
.section-link .btn {
  width: 550px;
}
@media (min-width: 750px) and (max-width: 1000px) {
  .section-link .btn {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .section-link .btn {
    width: 100%;
  }
}
.section-link .section-link-mail {
  display: flex;
  justify-content: center;
}
.section-link .mail-address {
  padding: 50px 20px 50px 20px;
  text-align: center;
}
.section-link .mail-address h4 {
  font-weight: bold;
}
.section-link .mail-address img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.section-link .mail-address a {
  font-size: 1.25rem;
}

.section-subcontents .d-flex {
  padding: 50px 20px 50px 20px;
  flex-direction: row;
}
@media (max-width: 749px) {
  .section-subcontents .d-flex {
    flex-direction: column;
    align-items: center;
  }
}
.section-subcontents .d-flex h4 {
  font-weight: bold;
}
.section-subcontents .d-flex .about-title {
  width: 30%;
}
.section-subcontents .d-flex .about-title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 5px 5px 0 #404040;
  border: 2px solid #404040;
  width: 150px;
  height: 70px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 749px) {
  .section-subcontents .d-flex .about-title {
    width: 100%;
  }
}
.section-subcontents .d-flex .about-contents {
  width: 70%;
}
@media (max-width: 749px) {
  .section-subcontents .d-flex .about-contents {
    width: 100%;
  }
}
.section-subcontents .table_design {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.section-subcontents .table_design tr {
  background-color: #E5EDF9;
  line-height: 1.8rem;
}
.section-subcontents .table_design tr:nth-child(odd) {
  background-color: #fafafa;
}
.section-subcontents .table_design th, .section-subcontents .table_design td {
  padding: 1rem;
}
.section-subcontents .table_design th {
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

footer {
  background-color: #fff;
  padding: 30px 20px;
}
@media (max-width: 749px) {
  footer {
    align-items: flex-start;
  }
}
footer .link {
  display: flex;
  justify-content: space-evenly;
  padding: 0 20px 30px 20px;
  border-bottom: 1px solid #404040;
}
footer .link a {
  text-align: center;
}
footer .link a .arrowRight::after {
  background: url(../img/ic_arrowRightGray.svg) center center no-repeat;
  background-size: contain;
}
footer .footer-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 30px 20px;
}
@media (max-width: 749px) {
  footer .footer-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
  }
}
footer .select:last-child {
  text-align: right;
}
footer .selectCountry {
  width: 100%;
  padding-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
footer .selectCountry select {
  padding: 5px;
  border: 1px solid #404040;
}
footer .cp_sl01 {
  border: none !important;
  padding-top: 5px !important;
}
footer .cp_sl01::before {
  position: absolute;
  top: 0.9em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
footer .footer-credit {
  font-size: 0.75rem;
  color: #888;
  text-align: left;
}
footer .mark {
  text-align: right;
}
footer .privacymark {
  margin-right: 30px;
}
footer .privacymark img {
  width: 7%;
}
@media (max-width: 749px) {
  footer .privacymark img {
    width: 20%;
  }
}
footer .mspa img {
  width: 20%;
  margin-bottom: 0;
}
@media (max-width: 749px) {
  footer .mspa img {
    width: 50%;
    margin-bottom: 10px;
  }
}
footer .mspa-silver img {
  width: 20%;
}
@media (max-width: 749px) {
  footer .mspa-silver img {
    width: 50%;
  }
}/*# sourceMappingURL=style_vnm_new.css.map */