@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Loại bỏ margin/padding mặc định của các thẻ phổ biến */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}

button,
input[type=submit],
input[type=button],
label {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
html.is-hidden {
  overflow: hidden;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: calc(0.442vw + 2.5px);
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 700;
  color: #000000;
  background-color: #ffffff;
  letter-spacing: 10%;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-light {
  font-weight: 300;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

p {
  line-break: strict;
  overflow-wrap: break-word;
}

.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 998;
}
.c-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767.98px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media only screen and (max-width: 767.98px) {
  .is-sp {
    display: block !important;
  }
}

.is-sp--flex {
  display: none !important;
}
@media only screen and (max-width: 767.98px) {
  .is-sp--flex {
    display: flex !important;
  }
}

.u-nobrk {
  display: inline-block;
  word-break: keep-all;
}

.l-container {
  width: 100%;
  max-width: calc(164rem + 8rem);
  padding-left: 4rem;
  padding-right: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 400px) {
  .l-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.8rem 3.1rem 2.8rem 3.1rem;
}
@media only screen and (max-width: 767.98px) {
  .l-header__inner {
    padding: 3rem 2.3rem 2.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__nav {
    position: fixed;
    max-width: 38rem;
    width: 100%;
    height: 100%;
    top: 8rem;
    right: 0;
    transform: translateX(100%);
    padding: 4rem 4rem;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.9);
  }
  .l-header__nav.is-active {
    transform: translateX(0%);
  }
}
.l-header__nav .c-menu--sns {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .l-header__nav .c-menu--sns {
    padding-left: 3.8rem;
    margin-left: 4.6rem;
  }
  .l-header__nav .c-menu--sns::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 3.6rem;
    background-color: #000000;
    left: 0;
    top: -0.6rem;
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__nav .c-menu--sns {
    margin-top: 5rem;
  }
}
.l-header__logo {
  max-width: 32.29rem;
}
@media only screen and (min-width: 1320px) {
  .l-header__logo {
    margin-left: 5.1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-header__logo {
    max-width: 22.5rem;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .l-header__menu {
    flex-direction: column;
  }
}
.l-header__hambuger {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 2.2rem;
  overflow: hidden;
  margin-right: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .l-header__hambuger {
    display: none;
  }
}
.l-header__hambuger span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.l-header__hambuger span:nth-child(1) {
  top: 0;
}
.l-header__hambuger span:nth-child(2) {
  top: 1rem;
}
.l-header__hambuger span:nth-child(3) {
  top: 1.9rem;
}
.l-header__hambuger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(3px, -3px);
  transform-origin: top left;
  transition-delay: 0.2s;
}
.l-header__hambuger.is-active span:nth-child(2) {
  transform: translateX(8px);
  opacity: 1;
  visibility: hidden;
}
.l-header__hambuger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(3px, 3px);
  transform-origin: bottom left;
  transition-delay: 0.2s;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    margin-top: 14.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer {
    margin-top: 10.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__text {
    max-width: 60.2rem;
    margin: 0 auto 4.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .l-footer__text {
    max-width: 37.5rem;
    width: 90%;
    margin: 0 auto 2.9rem;
  }
}
.l-footer__text2 {
  font-size: 1.5rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__text2 {
    font-size: 1.23rem;
  }
}
.l-footer__text2 .tel-text {
  margin: 0 0 0 0.6rem;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__text2 .tel-text {
    margin: 0 0 0 0.3rem;
  }
}
.l-footer__text2 .fax-text {
  margin: 0 0 0 1rem;
}
.l-footer__address {
  font-size: 1.3rem;
  line-height: 1.75;
  margin: 2.7rem 0.5rem 0.7rem;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__address {
    font-size: 1.07rem;
    margin: 2.3rem 0.3rem 0.4rem;
  }
}
.l-footer__wrapper {
  background-color: #000000;
  color: #ffffff;
  padding: 8.5rem 0 6rem;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__wrapper {
    padding: 8.5rem 0 4.6rem;
  }
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__inner {
    margin: 0 0.3rem;
  }
}
.l-footer__logo {
  display: inline-block;
  max-width: 32.4rem;
  margin: 0.8rem 0;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__logo {
    max-width: 26.4rem;
    margin: 0.8rem 0 0.6rem;
  }
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__nav {
    display: none;
    visibility: hidden;
  }
}
.l-footer__nav .c-menu--header {
  align-items: flex-start;
  margin: 0 0.7rem 0 0;
}
.l-footer__nav .c-menu--header__link::after {
  background-color: #fff;
}
.l-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 13.5rem 0 0;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__bottom {
    flex-direction: column-reverse;
    margin: 4.3rem 0.4rem 0;
  }
}
.l-footer__bottom .c-menu--sns {
  margin: 0 0.4rem 0 0;
  -moz-column-gap: 3.6rem;
  column-gap: 3.6rem;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__bottom .c-menu--sns {
    justify-content: flex-start;
    -moz-column-gap: 3.4rem;
    column-gap: 3.4rem;
    margin-bottom: 14.5rem;
  }
}
.l-footer__bottom .c-menu--sns__link {
  font-size: 1.603rem;
  line-height: 1.75;
  padding-right: 4.1rem;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__bottom .c-menu--sns__link {
    font-size: 1.42rem;
    padding-right: 3.7rem;
  }
}
.l-footer__bottom .c-menu--sns__link img {
  max-width: 3.1rem;
  top: calc(50% - 1.3rem);
}
@media only screen and (max-width: 767.98px) {
  .l-footer__bottom .c-menu--sns__link img {
    max-width: 2.8rem;
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.75;
  margin: 0.8rem 0 0;
}
@media only screen and (max-width: 767.98px) {
  .l-footer__copyright {
    transform: translateX(-0.3rem);
    font-size: 1.06rem;
    text-align: left;
  }
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

.c-btn--primary {
  position: relative;
  text-align: left;
  display: inline-block;
  background-color: #2c4e58;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.75;
  width: 100%;
  max-width: 24.4rem;
  padding: 0.7rem 1.5rem 0.4rem;
  border: 1px solid #2c4e58;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 767.98px) {
  .c-btn--primary {
    font-size: 1rem;
    max-width: 19.6rem;
    padding: 0.5rem 0.7rem 0.4rem 1.2rem;
  }
}
.c-btn--primary .i-arrow {
  border-color: #fff;
  right: 0.7rem;
}
.c-btn--primary .i-arrow::after {
  background-color: #fff;
}
.c-btn--primary:hover {
  background-color: #fff;
  color: #2c4e58;
}
.c-btn--primary:hover .i-arrow {
  right: 0.4rem;
  border-color: #2c4e58;
}
.c-btn--primary:hover .i-arrow::after {
  background-color: #2c4e58;
}

.c-btn--small {
  position: relative;
  max-width: 10.4rem;
  width: 100%;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.75;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: #fff;
  color: #2c4e58;
  padding: 0.2rem 1rem;
  transition: all 0.2s linear;
}
.c-btn--small:hover {
  background-color: #2c4e58;
  color: #fff;
}
.c-btn--small:hover .i-arrow {
  right: 0.5rem;
  border-color: #fff;
}
.c-btn--small:hover .i-arrow::after {
  background-color: #fff;
}
.c-btn--small .i-arrow {
  right: 1rem;
}

.i-arrow {
  position: absolute;
  display: inline-block;
  border-bottom: 1px solid #2c4e58;
  width: 2rem;
  height: 0.8rem;
  top: calc(50% - 0.7rem);
  transition: all 0.2s linear;
}
@media only screen and (max-width: 767.98px) {
  .i-arrow {
    width: 1.8rem;
  }
}
.i-arrow::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.7rem;
  width: 1px;
  background-color: #2c4e58;
  bottom: -0.2rem;
  right: 0.2rem;
  transform: rotate(-45deg);
  transition: all 0.2s linear;
}

@media only screen and (min-width: 768px) {
  .c-card--contact {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-card--contact__content {
  position: relative;
  text-align: center;
  width: 50%;
  padding: 11.9rem 11.6rem 0 0;
}
@media only screen and (max-width: 1399.98px) {
  .c-card--contact__content {
    padding: 11.9rem 5rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-card--contact__content::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    width: 2px;
    height: 100%;
    right: -1.1rem;
    top: 0;
    background-color: #000000;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-card--contact__content {
    width: 100%;
    padding: 0 0;
  }
}
.c-card--contact__form {
  width: 50%;
  padding: 0.1rem 3.5rem 0 13.2rem;
}
@media only screen and (max-width: 1399.98px) {
  .c-card--contact__form {
    padding: 0.1rem 3.5rem 0 5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-card--contact__form {
    width: 100%;
    padding: 3.2rem 0.8rem 0;
  }
}
.c-card--contact__text {
  font-size: 1.8rem;
  line-height: 1.75;
  margin: 5.3rem 0 0;
}
@media only screen and (max-width: 767.98px) {
  .c-card--contact__text {
    font-size: 1.3rem;
    line-height: 1.77;
    margin: 5.9rem 0 0 0.6rem;
  }
}
.c-card--contact__text2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 1.81;
  margin: 1.9rem 0 0;
}
@media only screen and (max-width: 767.98px) {
  .c-card--contact__text2 {
    font-size: 1.3rem;
    line-height: 2.38;
    margin: 3.2rem 0 0 0.7rem;
  }
}
.c-card--contact__logo {
  max-width: 30.1rem;
  margin: 5.6rem auto 0;
}
@media only screen and (max-width: 767.98px) {
  .c-card--contact__logo {
    margin: 5.3rem auto 0;
  }
}

.c-card--thanks__ttl {
  margin: 0 0 3rem;
}

.c-form__group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .c-form__group {
    margin-bottom: 2.05rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-form__group {
    margin-bottom: 0.66rem;
  }
}
.c-form__group.flex-start {
  align-items: flex-start;
}
.c-form__label {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .c-form__label {
    width: 22.3rem;
    padding-right: 5.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-form__label {
    width: 100%;
    margin: 0 0.1rem 0.2rem;
  }
}
.c-form__label .is-require {
  padding: 0.3rem 0.4rem;
  display: inline-block;
  background-color: #a00000;
  color: #ffffff;
  font-weight: 400;
  border-radius: 0.2rem;
  font-size: 1rem;
  line-height: 1.75;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .c-form__label .is-require {
    position: absolute;
    top: 0.6rem;
    right: 1.9rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-form__label .is-require {
    margin: 0 0.7rem 0;
  }
}
.c-form__input {
  width: calc(100% - 22.3rem);
  word-break: break-word;
}
@media only screen and (max-width: 767.98px) {
  .c-form__input {
    width: 100%;
  }
}
.c-form__input.col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.7rem;
  flex-wrap: nowrap;
}
.c-form__input.col .wpcf7-form-control-wrap {
  width: 48%;
}
.c-form__input .wpcf7-not-valid-tip {
  display: none;
  visibility: hidden;
}
.c-form__input .error-msg {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #c00000;
}
.c-form__privacy {
  margin: -0.2rem 0 0;
}
@media only screen and (max-width: 767.98px) {
  .c-form__privacy {
    margin: 0.8rem 0.6rem 0 0.2rem;
  }
}
.c-form__privacy__text {
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.c-form__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  justify-content: center;
  margin-top: 3rem;
}

select {
  border: 1px solid #cccccc;
  padding: 7px 40px 7px 10px;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 11px top 50%;
  background-repeat: no-repeat;
  background-size: 11px auto;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
input[type=date],
textarea {
  border: 1px solid #cccccc;
  padding: 0.1rem 10px;
  border-radius: 0.2rem;
  font-size: 1.5rem;
  width: 100%;
}
input[type=text].w330,
input[type=email].w330,
input[type=tel].w330,
input[type=number].w330,
input[type=url].w330,
input[type=date].w330,
textarea.w330 {
  max-width: 330px;
}

textarea {
  resize: none;
}
@media only screen and (min-width: 768px) {
  textarea {
    height: 19.7rem;
  }
}
@media only screen and (max-width: 767.98px) {
  textarea {
    height: 14.1rem;
  }
}

.wpcf7-checkbox,
.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcf7-checkbox.is-vertical,
.wpcf7-acceptance.is-vertical {
  flex-direction: column;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 0;
}
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
}
.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #3c3c3c;
  left: 0;
  top: 0;
  border-radius: 2px;
  background-color: #fff;
}
.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 11px;
  left: 5px;
  top: 1px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  border-right: 2px solid rgb(17, 136, 233);
  border-bottom: 2px solid rgb(17, 136, 233);
  transform: rotate(45deg) scale(0);
}
.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox],
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  transform: rotate(45deg) scale(1);
  visibility: visible;
  opacity: 1;
}

.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcf7-radio.is-vertical {
  flex-direction: column;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 0;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 23px;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #3c3c3c;
  left: 0;
  top: -1px;
  border-radius: 2px;
  background-color: #fff;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 4px;
  top: 3px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background-color: rgb(17, 136, 233);
  transform: scale(0);
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked ~ .wpcf7-list-item-label::after {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.c-heading--sn span {
  display: block;
  text-align: center;
  font-weight: 700;
  color: #345a68;
}
.c-heading--sn__en {
  font-size: 4.491rem;
  line-height: 1.75;
}
.c-heading--sn__ja {
  font-size: 1.3rem;
  line-height: 1.75;
  margin: -1.3rem 0 0;
}
.c-heading--sn.cl-white span {
  color: #ffffff;
}

.c-list--information__line {
  display: flex;
  flex-wrap: wrap;
}
.c-list--information__line:not(:last-of-type) {
  margin-bottom: 2.05rem;
}
@media only screen and (max-width: 767.98px) {
  .c-list--information__line:not(:last-of-type) {
    margin-bottom: 1.9rem;
  }
}
.c-list--information__heading {
  width: 9.2rem;
}
@media only screen and (max-width: 767.98px) {
  .c-list--information__heading {
    width: 8rem;
  }
}
.c-list--information__content {
  width: calc(100% - 9.2rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 767.98px) {
  .c-list--information__content {
    width: calc(100% - 8rem);
  }
}
.c-list--information__content:not(:last-of-type) {
  margin-right: 6.3rem;
}
.c-list--information__content .is-fax {
  width: 7.5rem;
  margin-left: 6.3rem;
}
@media only screen and (min-width: 768px) {
  .c-list--information__content .c-btn--small {
    margin-top: 0.3rem;
    margin-left: 2.7rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-list--information__content .c-btn--small {
    margin-top: 0.4rem;
  }
}

.c-mainvisual--mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.c-mainvisual--mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: calc(100% + 0.1rem);
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mainvisual--mv__ttl {
  position: absolute;
  z-index: 2;
  max-width: 73.6rem;
}
@media only screen and (min-width: 768px) {
  .c-mainvisual--mv__ttl {
    bottom: 5.7rem;
    left: 9.1rem;
    max-width: 73.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-mainvisual--mv__ttl {
    width: 90%;
    bottom: 4.3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .c-menu--header {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 3.3rem;
    column-gap: 3.3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-menu--header__item {
    margin-bottom: 2rem;
  }
}
.c-menu--header__link {
  position: relative;
}
.c-menu--header__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: #000000;
  transform: scale(0, 1);
  transform-origin: right;
  transition: transform 0.3s linear;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .c-menu--header__link {
    font-size: 1.4rem;
  }
}
.c-menu--header__link:hover::after {
  transform-origin: left;
  transform: scale(1, 1);
}

.c-menu--sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767.98px) {
  .c-menu--sns {
    flex-wrap: wrap;
  }
}
.c-menu--sns__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 3.3rem;
  font-size: 1.3rem;
}
.c-menu--sns__link img {
  position: absolute;
  max-width: 2.5rem;
  right: 0;
  top: calc(50% - 1.1rem);
}

/* ==========================================================================
   CLASS MẶC ĐỊNH CỦA WORDPRESS (CĂN CHỈNH TRONG BÀI VIẾT)
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
@media only screen and (max-width: 767.98px) {
  .alignleft {
    float: none;
    display: block;
    margin: 10px auto;
  }
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media only screen and (max-width: 767.98px) {
  .alignright {
    float: none;
    display: block;
    margin: 10px auto;
  }
}

.wp-caption,
.wp-block-image figcaption {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}

.entry-content img,
.post-content img {
  max-width: 100%;
  height: auto;
}