@charset "UTF-8";
html .wp-admin :where(.wp-block) {
  max-width: 1200px;
}

html {
  font-size: 62.5%;
}

.is-style-btn-link a.wp-block-button__link.wp-element-button {
  max-width: 350px;
  min-height: 55px;
  padding: 10px 36px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  color: #231816;
  position: relative;
}
.is-style-btn-link a.wp-block-button__link.wp-element-button[target=_blank]::after {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/assets/images/index/icon-blank-2.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  mask-image: none;
  -webkit-mask-image: none;
  background-color: transparent;
}

.wp-block-aab-accordion-block.qna .aab__accordion_body {
  padding: 30px 50px;
  line-height: 1.875;
}

ul.is-style-list-dot.v2 li:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 8px;
}

ul.wp-block-list.is-style-list-alpha {
  list-style: upper-alpha;
  margin-left: 16px;
}

ul.wp-block-list.is-style-list-alpha li::marker {
  text-transform: uppercase;
  color: #f3000d;
  left: 0.05em;
}

ul.wp-block-list.is-style-list-alpha li {
  padding-left: 6px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 5px;
}
ul.wp-block-list.is-style-list-alpha li a {
  text-decoration: underline;
}

.wp-block-button a:hover,
.editor-styles-wrapper .wp-block-button__link:hover {
  opacity: 1;
}

.wp-block-button a:after {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(./images/icon-arrow-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  transition: 0.3s;
}

.wp-block-button a:hover:after {
  right: 20px;
}

.wp-block-button {
  width: 100%;
  position: relative;
}

.wp-block-button:after {
  display: none;
}

.wp-block-button:hover a {
  opacity: 0.6;
}

.wp-block-button.is-style-btn-view {
  max-width: 480px;
  width: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, rgb(41, 166, 221) 0%, rgb(246, 171, 59) 100%);
  padding: 3px;
  transition: 0.3s;
  box-shadow: 0 0 6px 0 rgba(127, 131, 132, 0.25);
}

.wp-block-button.is-style-btn-view a {
  width: 100%;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 28px;
  color: #333;
  position: relative;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .wp-block-button.is-style-btn-view a {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.wp-block-button.is-style-btn-view a:after {
  content: "";
  width: 10px;
  height: 12px;
  mask-image: url(./images/icon-link-footer.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url(./images/icon-link-footer.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  background-color: #cb4919;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: 0.3s;
}

.wp-block-button.is-style-btn-view:hover {
  background: #cb4919;
}

.wp-block-button.is-style-btn-view:hover a {
  background-color: #cb4919;
  color: #fff;
  opacity: 1;
}

.wp-block-button.is-style-btn-view:hover a::after {
  background-color: #fff;
  color: #fff;
}

body.wp-admin a.btn.btn-file {
  pointer-events: none;
}

.max-800 {
  max-width: 800px;
  margin: 0 auto;
}

a.btn.btn-file {
  min-height: 60px;
  border: 1px solid #aaaaaa;
  border-radius: 30px;
  padding-left: 97px;
  justify-content: flex-start;
  font-weight: bold;
  color: #231816;
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
}
a.btn.btn-file::before {
  content: "";
  width: 27px;
  height: 33px;
  mask-image: url(./images/icon-pdf.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url(./images/icon-pdf.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  background-color: #f3000d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 48px;
  transition: 0.3s;
}
a.btn.btn-file::after {
  width: 18px;
  height: 16px;
  mask-image: url(/assets/images/index/icon-right.svg);
  -webkit-mask-image: url(/assets/images/index/icon-right.svg);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  right: 20px;
  background-color: #f3000d;
  transition: 0.3s;
}
a.btn.btn-file:hover {
  background-color: #ffebeb;
}

a.btn.btn-file.word::before {
  background-image: url(./images/icon-word.svg);
}

a.btn.btn-file.excel::before {
  background-image: url(./images/icon-excel.svg);
}

a.btn.btn-file.ppt::before {
  background-image: url(./images/icon-powerpoint.svg);
}

a.btn.btn-file.zip span::before,
a.btn.btn-file.Zip span::before {
  background-image: url(./images/icon-zip.svg);
}

.table-cs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #157c40;
  gap: 0;
}

.table-cs p {
  width: 33.33%;
  box-sizing: border-box;
  border-right: 1px solid #157c40;
  border-bottom: 1px solid #157c40;
  text-align: center;
  padding: 7px 0;
  margin: 0;
}

.table-cs p:nth-child(3n) {
  border-right: none;
}

.table-cs p:nth-last-child(-n+3) {
  border-bottom: none;
}

.wp-block-table.is-style-table-style-1 table tr:first-child td,
.wp-block-table.is-style-table-style-1 table tr:first-child th {
  background: #F3000D;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 11px 20px;
  text-align: center;
  border-color: #fff;
}

.wp-block-table.is-style-table-style-1 table td {
  border-color: #B4B4B4;
  background-color: white;
  padding: 11px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-width: 1px;
  padding: 11px 20px;
}

.wp-block-table thead {
  border: none !important;
}

.wp-block-table.is-style-table-style-1 table td:first-child {
  width: 214px;
}

.wp-block-table.is-style-table-style-2 table td,
.wp-block-table.is-style-table-style-2 table th {
  border-color: #B4B4B4;
  background-color: white;
  padding: 5px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-width: 1px;
}

.wp-block-table.is-style-table-style-2 table th {
  color: white;
  background-color: #F3000D;
}

.wp-block-table.is-style-table-style-2 table td a {
  color: #F3000D;
}

.wp-block-table.is-style-table-style-2 table td:first-child {
  background: white;
}

.wp-block-table.is-style-table-style-4 table td:first-child {
  background-color: #F3000D;
  width: 200px;
  color: white;
  border-color: #B4B4B4;
  border-width: 1px;
}

.wp-block-table.is-style-table-style-5 table td,
.wp-block-table.is-style-table-style-5 table th {
  border-color: #B4B4B4;
  background-color: white;
  padding: 5px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-width: 1px;
}

.wp-block-table.is-style-table-style-4 table td {
  border-color: #B4B4B4;
  background-color: white;
  padding: 5px 20px;
  font-size: 1.8rem;
  border-width: 1px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.wp-block-table.is-style-table-style-3 table td {
  border-color: #fff;
  background-color: white;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: none;
}

.wp-block-table.is-style-table-style-3 table td:first-child {
  width: 171px;
  background: #ffffff;
  font-weight: bold;
  font-size: 2rem;
}

ol {
  list-style: decimal !important;
  padding-left: 30px;
}

ol li {
  font-size: 1.6rem;
  padding-left: 5px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.625;
}

ul li {
  margin-bottom: 20px;
}

ol li::marker {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  color: #f3000d;
  display: inline !important;
}

ol.is-style-list-sub li::marker {
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Lexend", serif;
  color: #cb4919;
  display: inline !important;
}

ul.is-style-list-sub li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
ul.is-style-list-sub li::after {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.title-num {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 500;
  color: #231816;
}

ul.is-style-list-dot {
  font-size: 1.8rem;
  font-weight: 500;
}

ul.is-style-list-dot li {
  position: relative;
  padding-left: 30px;
  line-height: 1.41;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

ul.is-style-list-dot li a {
  text-decoration: underline;
}

ul.is-style-list-dot li:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #f3000d;
  position: absolute;
  left: 3px;
  border-radius: 0%;
  top: 10px;
  transform: rotate(45deg);
}

.wp-block-columns.is-style-gap-60.is-layout-flex {
  gap: 60px;
}

.wp-block-columns.is-style-gap-40.is-layout-flex {
  gap: 40px;
}

.wp-block-columns.is-style-gap-50.is-layout-flex {
  gap: 50px;
}

.wp-block-columns.is-style-gap-90.is-layout-flex {
  gap: 90px;
}

h6.wp-block-heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 15px 0;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  border-bottom: 1px solid #aeaeae;
}

.wp-block-cover.is-light.is-style-box-bgcl {
  min-height: unset;
  padding: 25px 35px;
  border-radius: 20px;
}

.wp-block-cover.is-light.is-style-box-bgcl p {
  font-size: 1.7rem !important;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #333;
  line-height: 2;
  text-align: left;
}

p.has-text-align-center.has-medium-font-size {
  font-size: 2.5rem !important;
}

h1.wp-block-heading {
  font-size: 2.8rem;
  color: #157c40;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-family: "BizUDMincho", serif;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 50px;
}

h1.wp-block-heading::after {
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ebe200 0%, #cdde53 34%, #007f68 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

h2.wp-block-heading {
  font-size: 3.2rem;
  text-align: center;
  padding-bottom: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  color: #f3000d;
  position: relative;
  letter-spacing: 0.05em;
}

h2.wp-block-heading span {
  color: #f3000d;
}

h2.wp-block-heading::after {
  content: "";
  width: 58px;
  height: 9px;
  background-image: url(./images/bg-title.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

h3.wp-block-heading {
  font-size: 2.7rem;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 35px;
  position: relative;
  font-weight: bold;
  z-index: 1;
}
h3.wp-block-heading span {
  color: #f3000d;
}

h3.wp-block-heading:after {
  content: "";
  width: 200px;
  height: 3px;
  background: #f3000d;
  position: absolute;
  bottom: 0;
  border-radius: 0;
  left: 0;
  font-weight: bold;
  z-index: -1;
}

h3.wp-block-heading:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #bababa;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -2;
}

h4.wp-block-heading {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: none;
  font-weight: bold;
}

h4.wp-block-heading:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #ef8200;
  position: absolute;
  top: 6px;
  border-radius: 0;
  left: 2px;
}

/* h4.wp-block-heading:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #c6c6c6;
    position: absolute;
    bottom: 0px;
    left: 0;
    top: unset;
} */
h5.wp-block-heading {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 0 0 10px;
  padding-left: 15px;
  color: #231816;
  position: relative;
  margin-top: 15px;
  margin-bottom: 35px;
  border-bottom: 2px solid #f3000d;
}

.box-page-contact {
  counter-reset: item;
}
.box-page-contact h5.wp-block-heading {
  counter-increment: item;
  position: relative;
  padding-left: 15px;
}
.box-page-contact h5.wp-block-heading::before {
  content: counter(item) ".";
  font-size: 2.7rem;
  color: #f3000d;
  font-family: "Lexend", sans-serif;
  padding-right: 10px;
}

.page-id-283 {
  counter-reset: item-heading;
}
.page-id-283 h2.wp-block-heading {
  counter-increment: item-heading;
  position: relative;
  padding-left: 155px;
  font-size: 2.8rem;
  min-height: 80px;
  background-color: #0098db;
  border-radius: 40px;
  padding-bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-id-283 h2.wp-block-heading::before {
  content: "0" counter(item-heading);
  font-size: 5.5rem;
  font-family: "Reem Kufi Fun", sans-serif;
  color: #fff;
  font-family: "Lexend", sans-serif;
  padding-right: 10px;
  position: absolute;
  left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
.page-id-283 h2.wp-block-heading:after {
  width: 3px;
  height: 41px;
  position: absolute;
  background-image: url(/assets/images/index/bg-dot-3.webp);
  top: 50%;
  transform: translateY(-50%);
  left: 122px;
}
.page-id-283 .stepList li {
  background-color: #0098db;
  border-color: #0098db;
  color: #fff;
}
.page-id-283 .stepList li.active {
  background-color: #fff;
  color: #0098db;
}
.page-id-283 .stepList::after {
  background-color: #0098db;
}
.page-id-283 .submit-btn .btn {
  background-color: #17008c;
  border-color: #17008c;
}
.page-id-283 .submit-btn .one-btn:hover .btn {
  color: #17008c;
}
.page-id-283 .submit-btn .one-btn:hover::before {
  background-color: #17008c;
}
.page-id-283 .page-header-title {
  height: 540px;
}
.page-id-283 .page-header-title > * {
  display: none;
}
.page-id-283 .page-header-title::after {
  display: none;
}
.page-id-283 ul.list-anchor li a {
  background-color: #0098db;
  border-radius: 35px;
  font-weight: 500;
  border: none;
  color: #fff;
}
.page-id-283 ul.list-anchor li a::after {
  background-image: url(/assets/images/index/icon-top-right.svg);
}
.page-id-283.page-mac-contact h2.wp-block-heading::before {
  content: "05";
}
.page-id-283.page-mac-contact .submit-btn .btn {
  color: #17008c;
}
.page-id-283.page-mac-contact .submit-btn .one-btn.back-btn::before {
  background-color: #17008c;
}
.page-id-283.page-mac-contact .submit-btn .one-btn.back-btn:hover input {
  background-color: #d8ecf5;
}

h6.wp-block-heading {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0 25px;
  color: black;
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
  border-bottom: none;
}

h6.wp-block-heading:before {
  content: "";
  width: 15px;
  height: 3px;
  background: #cb4919;
  position: absolute;
  left: 0px;
  top: 12px;
  border-radius: 2px;
  color: #333333;
  font-weight: bold;
}

figure.wp-block-image.size-full.is-style-radius-20 img {
  border-radius: 20px;
}

.wp-block-list .wp-block-list {
  margin-top: 5px;
}

.wp-block-list .wp-block-list li {
  color: #333;
}

/* ul.wp-block-list li {
    position: relative;
    padding-left: 25px;
    line-height: 2.0625;
    letter-spacing: 0.1em;
}

ul.wp-block-list li::after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #ef8200;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
} */
.box-sign {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}

.page-content-inner p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-weight: 400;
}

.wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}

.wp-admin .is-style-list-dot {
  list-style: none;
  padding-left: 0;
}

.wp-block-group.is-style-container-900 > .wp-block-group__inner-container {
  padding: 0 15px;
  max-width: 930px;
  position: relative;
}

.wp-block-group.is-style-container-1200 > .wp-block-group__inner-container {
  padding: 0 15px;
  max-width: 1230px;
  position: relative;
}

.wp-block-group.is-style-container-1240 > .wp-block-group__inner-container {
  padding: 0 15px;
  max-width: 1270px;
  position: relative;
}

.wp-block-group.is-style-container-1000 > .wp-block-group__inner-container {
  padding: 0 15px;
  max-width: 1030px;
  position: relative;
}

.wp-block-group.is-style-container-1100 > .wp-block-group__inner-container {
  padding: 0 15px;
  max-width: 1130px;
  position: relative;
}

.news-item.item-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 25px 20px 30px;
  position: relative;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.news-item.item-list::after, .news-item.item-list::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #aaaaaa;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.news-item.item-list:after {
  width: 0;
  background: #f3000d;
}
.news-item.item-list:hover::after {
  width: 100%;
}

.news-item.item-list:last-child {
  border-bottom: none;
}

.news-item.item-list:hover::before {
  right: 0;
}

.news-item .date {
  width: 110px;
  color: #757575;
  font-family: "Cinzel", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
}

a.cat {
  width: 110px;
  min-height: 25px;
  display: flex;
  background-color: #b54919;
  border-radius: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

.news-item.item-list .title {
  width: 100%;
  padding-top: 15px;
}

.news-item.item-list:hover .title a {
  background-position: 0 100%;
}

.text-cs mark {
  font-size: 2.3rem;
  font-weight: bold;
}

#company-03 {
  position: relative;
}
#company-03::after {
  content: "";
  width: 100%;
  height: 754px;
  background-image: url(./images/bg-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.box-link-img {
  display: flex;
  border: 1px solid #f3000d;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 3px 3px 0 0 #f3000d;
  position: relative;
}
.box-link-img::after {
  content: "";
  width: 26px;
  height: 22px;
  background-image: url(/assets/images/index/icon-right-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  bottom: 35px;
}

.wp-block-table.is-style-stripes tbody tr {
  background-color: #fff !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #ffebeb !important;
}

.wp-block-table.is-style-stripes td:nth-child(1) {
  color: #f3000d;
  font-weight: bold;
  padding: 15px 40px;
  width: 250px;
  vertical-align: baseline;
}

.box-map {
  width: 100%;
  height: 400px;
}
.box-map iframe {
  width: 100%;
  height: 100%;
}

.img-link-left {
  width: 200px;
}

.text-link-right {
  flex: 1;
  padding: 35px 45px;
}

h2.title-link {
  font-size: 2.3rem;
  font-weight: bold;
  color: #f3000d;
  margin-bottom: 30px;
}

p.desc-link {
  letter-spacing: 0.05em;
  line-height: 1.685;
}

.box-info-map {
  padding: 30px;
}

p.has-text-align-center.title-dot {
  padding-bottom: 27px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #f3000d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.box-history {
  display: flex;
  margin-bottom: 20px;
  align-items: baseline;
}

.max-780 {
  max-width: 780px;
}

.list-history {
  position: relative;
  margin: 0 30px;
}
.list-history::after {
  content: "";
  width: 3px;
  height: 100%;
  background-image: url(/assets/images/index/bg-dot.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  position: absolute;
  left: 132px;
  top: 14px;
  z-index: -1;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.year-his {
  width: 130px;
  padding-left: 30px;
  font-size: 3.1rem;
  font-family: "Lexend", sans-serif;
  color: #f3000d;
  position: relative;
}
.year-his::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #f3000d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

.text-his {
  flex: 1;
  display: flex;
  padding-left: 30px;
}

.history-cont {
  flex: 1;
  letter-spacing: 0.05em;
  line-height: 1.43;
  padding-right: 40px;
}

.box-img-his {
  width: 170px;
  border-radius: 10px;
  overflow: hidden;
}

.wp-block-aab-accordion-block.accessibilityOn {
  border: none !important;
  border-radius: 0;
}

.aab__accordion_container.wp-block-aab-accordion-block .aab__accordion_head.aab_right_icon {
  background: #ffebeb !important;
  border: 1px solid #f3000d !important;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.aab__accordion_container.wp-block-aab-accordion-block .aab__accordion_head.aab_right_icon::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(./images/icon-open.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.aab__accordion_container.wp-block-aab-accordion-block .aab__accordion_head.aab_right_icon.aab_active::after {
  background-image: url(./images/icon-close.webp);
}

.wp-block-aab-accordion-block .aab__accordion_body {
  border-top: none !important;
  padding-top: 40px;
}

.wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_heading.aab_right_icon {
  justify-content: center;
  margin: 0;
}

.wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_icon {
  display: none !important;
}

figure.wp-block-image.size-full.is-style-Image-Title figcaption.wp-element-caption {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 25px 0 20px !important;
  color: #231816;
}

.box-link-partner {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.box-link-partner a.btn.btn-link-2.btn-main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 240px;
  box-shadow: none;
}
.box-link-partner a.btn.btn-link-2.btn-main:hover {
  background-color: #1a3ca9;
  color: #fff;
  border-color: #fff;
}
.box-link-partner a.btn.btn-link-2.btn-main:hover::after {
  background-color: #fff;
}

.company-01 {
  position: relative;
}
.company-01::after {
  width: 1000px;
  height: 1000px;
  background-color: #ffebeb;
  border-radius: 50%;
  content: "";
  top: 336px;
  position: absolute;
  right: -224px;
  z-index: -1;
}

@media (min-width: 768px) {
  .wp-block-image.img-com {
    margin-right: -100px;
  }
  body:not(.page-id-10):not(.page-id-283) ul.list-anchor li {
    min-width: 260px;
  }
  .form-item .left {
    padding-right: 10px;
  }
  .mega-menu-inner {
    padding: 0px 55px 35px;
  }
  .link-mega-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 3rem;
    font-weight: 500;
    padding-bottom: 25px;
    border-bottom: 1px solid #cb4919;
  }
  .link-mega-top span {
    position: relative;
    padding-right: 60px;
  }
  .link-mega-top:hover {
    color: #cb4919;
    opacity: 1;
  }
  .link-mega-top span::after {
    content: "";
    width: 10px;
    height: 12px;
    background-image: url(./images/icon-link-footer.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .mega-menu .box-link-sub {
    margin: 0;
    padding: 0;
    margin-top: 40px;
  }
  .mega-menu .box-link-sub a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    position: relative;
  }
  .mega-menu .box-link-sub a::after {
    content: "";
    width: 10px;
    height: 12px;
    background-image: url(./images//icon-link-footer.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .mega-menu .box-link-sub a::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -1px;
    left: 0;
    position: absolute;
    background-color: #cb4919;
    transition: 0.3s;
  }
  .mega-menu .box-link-sub a:hover {
    color: #cb4919;
  }
  .mega-menu .box-link-sub a:hover::before {
    width: 100%;
  }
}
.is-style-chushaku {
  padding: 20px 50px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #f3000d;
  margin: 20px auto;
}

.wp-block-group.is-style-chushaku.bg-shadow {
  box-shadow: 3px 3px 0 0 #f3000d;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 600px;
}

body .has-large-font-size {
  font-size: 3rem !important;
}

.post-content h2.wp-block-heading ,
body.wp-admin.post-type-post h2.wp-block-heading{
  font-size: 2.3rem;
  font-weight: bold;
  color: #231816;
  padding-left: 16px;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 35px;
}
.post-content h2.wp-block-heading::after,body.wp-admin.post-type-post h2.wp-block-heading::after {
  width: 100%;
  height: 3px;
  background-color: #d2d2d2;
  background-image: unset;
  bottom: -11px;
}
.post-content h2.wp-block-heading::before,body.wp-admin.post-type-post h2.wp-block-heading::before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 2.5px;
  background-color: #f3000d;
  position: absolute;
  left: 0;
  top: 0;
}
.post-content h3.wp-block-heading,body.wp-admin.post-type-post h3.wp-block-heading {
  padding: 7px 0;
  background-color: #ffebeb;
  border: 1px solid #fff;
  font-size: 2rem;
  color: #f3000d;
  padding-left: 25px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.post-content h3.wp-block-heading::after,body.wp-admin.post-type-post h3.wp-block-heading::after {
  display: none;
}
.post-content h3.wp-block-heading::before,body.wp-admin.post-type-post h3.wp-block-heading::before {
  display: none;
}
.post-content h4.wp-block-heading,body.wp-admin.post-type-post h4.wp-block-heading {
  font-size: 1.8rem;
  color: #231816;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  padding-left: 25px;
  margin-bottom: 25px;
}
.post-content h4.wp-block-heading::after ,body.wp-admin.post-type-post h4.wp-block-heading::after {
  width: 14px;
  height: 14px;
  background-color: #f3000d;
  border-radius: 50%;
}

.box-single-content {
  padding: 50px 48px 70px;
  border: 2px solid #f3000d;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 #f3000d;
}

a.btn.btn-main.btn-home {
  width: 280px;
}

.page-news .news-item.item-list .title {
  width: auto;
  flex: 1;
  padding-top: 0;
}

.aab__accordion_container.wp-block-aab-accordion-block.qna .aab__accordion_head.aab_right_icon {
  background: #fff !important;
  text-align: left;
}

.wp-block-aab-accordion-block.qna .aab__accordion_head .aab__accordion_heading.aab_right_icon {
  justify-content: flex-start;
}
.wp-block-aab-accordion-block.qna .aab__accordion_head .aab__accordion_heading.aab_right_icon::before {
  content: "Q";
  font-size: 3.5rem;
  color: #f3000d;
  font-family: "Lexend", sans-serif;
  padding-right: 18px;
}

.wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_heading .aab__accordion_subheading {
  display: none;
}

.box-image-mac {
  gap: 5px;
  height: 320px;
}

.box-image-mac figure.wp-block-image.size-full {
  height: 100%;
}

.box-image-mac figure.wp-block-image.size-full img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.title-point-cs {
  max-width: 528px;
  min-height: 92px;
  margin: 0 auto -10px;
  background-image: url(/assets/images/index/bg-point.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.num-point {
  width: 150px;
  height: 51px;
  border-radius: 25px;
  background: #17008c;
  color: #fff;
  margin: -35px auto 20px;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  font-family: "Reem Kufi Fun", sans-serif;
}

.num-point span {
  font-size: 4.1rem;
}

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

.title-point {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 3px dotted #17008c;
}

.wp-block-group.is-style-box-image-mac {
  padding: 35px 40px;
  border: 1px solid #17008c;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 0 0 #17008c;
}

.title-mac-img {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  color: #17008c;
  margin: 15px 0;
  line-height: 1.5 !important;
}

.wp-block-group.is-style-box-image-mac p {
  line-height: 1.75;
}

.list-point.no-title .title-point-cs {
  display: none;
}

.list-point.no-title .num-point {
  font-size: 2rem;
}

.list-point.no-title .num-point span {
  font-size: 3.7rem;
}

.list-fund {
  max-width: 813px;
  margin: 0 auto;
  gap: 15px;
  align-items: flex-end;
}

.list-fund p {
  width: calc(33.33% - 14px);
  margin-right: 5px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffec5e;
  border-radius: 30px;
  font-size: 2.3rem;
  font-weight: bold;
}

.list-fund p:nth-child(3n) {
  margin-right: 0;
}

.list-fund p.text-up {
  font-size: 1.7rem;
  font-weight: bold;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
  min-height: unset;
}

.list-fund p:nth-last-child(2) {
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.3rem;
  min-height: unset;
}

.box-flow {
  border: 2px solid #17008c;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 57px;
  display: flex;
  margin-bottom: 40px;
}

.box-flow-left {
  width: 260px;
  display: flex;
  align-items: center;
}

.num-flow {
  width: 110px;
  display: flex;
  flex-direction: column;
}

.num-flow p {
  display: flex;
  flex-direction: column;
  font-size: 2.5rem;
  font-family: "Reem Kufi Fun", sans-serif;
  color: #0098db;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.num-flow p span {
  font-size: 6.2rem;
  line-height: 1;
  text-align: center;
  width: auto;
}

.img-flow {
  flex: 1;
}

.title-flow {
  font-size: 2.3rem;
  font-weight: bold;
  color: #17008c;
  margin-bottom: 20px;
}

.box-flow-right {
  flex: 1;
  padding-top: 10px;
}

.list-flow {
  position: relative;
  z-index: 1;
}

.list-flow:after {
  content: "";
  width: 0px;
  height: 100%;
  border-right: 2px dotted #17008c;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

div#mac-5 {
  border-radius: 150px 150px 0 0;
  background: #fff;
}

div#mac-4:after {
  content: "";
  width: 100%;
  height: 300px;
  background-color: #ebf4f5;
  position: absolute;
  left: 0;
  bottom: -300px;
  z-index: -1;
}

div#mac-4 {
  position: relative;
}

body .part {
  padding: 0px 65px 50px;
  background-color: #fff;
}
body .province-tab-list {
  flex-wrap: wrap;
  gap: 15px 20px;
}
body .province-tab {
  width: calc(50% - 10px);
  margin: 0;
  text-align: center;
  border: 1px solid #231816;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 7px;
}
body .province-tab.active {
  background-color: #f3000d;
  border-color: #f3000d;
}
body .city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
body .city-item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  background-color: #ffe6e7;
  font-weight: 500;
  color: #231816;
  width: calc(25% - 10px);
  padding: 8px 10px;
}
body .store-product-list {
  gap: 18px;
  justify-content: flex-start;
}
body .store-product-item {
  padding: 6px 13px;
  width: calc(20% - 15px);
  margin: 0;
  justify-content: center;
}
body .part.part-2 {
  flex: 1;
  background-color: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .search-form {
  gap: 75px 50px;
}
body .store-area-tabs {
  position: relative;
  z-index: 1;
}
body .store-product-list {
  position: relative;
  z-index: 1;
}

.store-cat-search {
  padding: 0px 50px 55px;
  background-color: #fff;
}

.store-cat-select-box {
  padding: 0px 50px 65px;
  background-color: #fff;
  margin-top: 47px;
}

.box-search-small.search-keyword {
  position: relative;
  z-index: 1;
}

.search-store-inner .title-search {
  flex-direction: column;
  top: -10px;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.search-store-inner .title-search:after {
  content: "";
  width: 200px;
  height: 200px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: -20px;
}

.store-cat-select-box .list-check-box {
  position: relative;
  z-index: 1;
}
.store-cat-select-box .box-check-box {
  padding: 10px 20px;
  background: #ffe6e7;
  margin-bottom: 6px;
}
.store-cat-select-box label.store-cat-row {
  margin-bottom: 0;
}
.store-cat-select-box input[type=checkbox] {
  border-radius: 0;
}
.store-cat-select-box input[type=checkbox]:checked:before {
  width: 21px;
  height: 16px;
  background-image: url(/assets/images/index/icon-check.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.search-store-left input[type=checkbox]:checked:before {
  width: 21px;
  height: 16px;
  background-image: url(/assets/images/index/icon-check.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

section#contact-03 .title-box-border {
  font-size: 2rem;
  color: #f3000d;
}

.title-box-border.fs-16 {
  font-size: 1.6rem;
}

ul.is-style-list-star.wp-block-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0px;
  line-height: 1.875;
}

ul.is-style-list-star.wp-block-list li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0px;
}

.page-id-3 body p {
  line-height: 1.875;
}
.page-id-3 ul.is-style-list-dot li {
  line-height: 1.875;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.page-id-3 ul.is-style-list-dot li::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 6px;
  background-color: #231816;
  top: 12px;
}

@media (max-width: 768px) {
  .wp-block-group.is-style-chushaku.bg-shadow {
    padding: 15px 18px;
    box-shadow: 2px 2px 0 0 #f3000d;
  }
  .wp-block-group.is-style-chushaku.bg-shadow .title-box-border {
    padding: 0 0 12px;
  }
  ul.is-style-list-star.wp-block-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 0px;
    line-height: 1.73;
  }
  .title-box-border.fs-16 {
    font-size: 1.4rem;
  }
  section#contact-03 .title-box-border {
    font-size: 2rem;
    color: #f3000d;
  }
  a.btn.btn-main.btn-mail {
    max-width: 235px;
  }
  a.btn.btn-main.btn-mail::before {
    width: 21px;
    height: 16px;
    left: 15px;
  }
  figure.wp-block-image.size-full.is-style-radius-20 img {
    border-radius: 10px;
  }
  .box-link-partner a.btn.btn-link-2.btn-main {
    width: 180px;
    font-size: 1.4rem;
    border-width: 1px;
    left: 20px;
    transform: none;
    bottom: 60px;
    top: auto;
  }
  .page-news .news-item.item-list .title {
    width: 100%;
    flex: unset;
    padding-top: 0;
  }
  .post-content h2.wp-block-heading {
    font-size: 1.6rem;
    margin-bottom: 23px;
  }
  .post-content h2.wp-block-heading::after {
    height: 3px;
    bottom: -10px;
  }
  .post-content h2.wp-block-heading::before {
    width: 3px;
  }
  .post-content h3.wp-block-heading {
    padding: 7px 13px;
    font-size: 1.5rem;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .post-content h4.wp-block-heading {
    padding-left: 22px;
    font-size: 1.5rem;
    padding-bottom: 10px;
    padding-bottom: 18px;
  }
  .post-content h4.wp-block-heading::after {
    width: 13px;
    height: 13px;
  }
  a.btn.btn-main.btn-home {
    width: 200px;
    max-width: 200px;
    min-height: 50px;
  }
  .box-single-content {
    padding: 20px 25px;
    border-width: 1px;
    border-radius: 10px;
  }
  .wp-block-group.is-style-container-1000 > .wp-block-group__inner-container,
  .wp-block-group.is-style-container-1100 > .wp-block-group__inner-container,
  .wp-block-group.is-style-container-1200 > .wp-block-group__inner-container,
  .wp-block-group.is-style-container-1300 > .wp-block-group__inner-container {
    padding: 0 25px;
  }
  .box-sign {
    max-width: 135px;
  }
  div#company-03 .wp-block-group.is-style-container-1000 > .wp-block-group__inner-container {
    padding: 0 20px;
  }
  .wp-block-image.show-for-small.img-sm-cs {
    margin: 0 -12px;
  }
  .img-link-left {
    width: 100px;
  }
  .text-link-right {
    padding: 9px 16px;
  }
  h2.title-link {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  p.desc-link {
    line-height: 1.23;
  }
  .box-link-img {
    border-radius: 10px;
    box-shadow: 1px 1px 0 0 #f3000d;
  }
  .box-link-img::after {
    width: 16px;
    height: 14px;
    bottom: 15px;
    right: 18px;
  }
  figure.wp-block-image.size-full.img-com-6 {
    margin: 0 -25px;
    height: 175px;
  }
  figure.wp-block-image.size-full.img-com-6 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .wp-block-table.is-style-stripes td:nth-child(1) {
    width: 106px;
    padding: 15px 13px;
  }
  .wp-block-table.is-style-stripes td:nth-child(2) {
    padding: 15px 0;
  }
  .text-cs mark {
    font-size: 1.5rem;
  }
  .text-cs {
    line-height: 1.88;
  }
  #company-03::after {
    height: 468px;
  }
  body .has-large-font-size {
    font-size: 1.7rem !important;
  }
  .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 200px;
  }
  .text-sm-left p {
    text-align: left !important;
  }
  .wp-block-columns.is-style-gap-90.is-layout-flex {
    gap: 30px;
  }
  p.has-text-align-center.has-medium-font-size {
    font-size: 1.8rem !important;
  }
  .wp-block-columns.is-style-gap-60.is-layout-flex {
    gap: 30px;
  }
  .wp-block-button a {
    min-height: 61px;
    border: 10px;
    padding: 16px 21px 25px;
    font-size: 1.4rem;
    font-family: "BIZ UDGothic", sans-serif;
    border-radius: 10px;
  }
  .wp-block-button:after {
    width: calc(100% - 42px);
    bottom: 14px;
  }
  .wp-block-button:before {
    bottom: -5px;
  }
  .wp-block-button a:after {
    top: 23px;
    right: 34px;
    width: 7px;
    height: 8px;
  }
  .wp-block-button.is-style-btn-view {
    border-radius: 15px;
    padding: 2px;
  }
  .wp-block-button.is-style-btn-view a {
    min-height: 58px;
    font-size: 1.5rem;
    border-radius: 13px;
  }
  .wp-block-button.is-style-btn-view a:after {
    width: 7px;
    height: 8px;
    right: 25px;
  }
  .wp-block-table.is-style-table-style-1 table td:first-child,
  .wp-block-table.is-style-table-style-3 table td:first-child {
    width: 260px;
    vertical-align: top;
  }
  .wp-block-table.is-style-table-style-4 table td:first-child {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .wp-block-table.is-style-table-style-4 table tr {
    display: flex;
    flex-direction: column;
  }
  .wp-block-table.is-style-table-style-3 tr td:first-child {
    font-size: 1.5rem;
  }
  .wp-block-table.is-style-table-style-1 table tr:first-child td,
  .wp-block-table.is-style-table-style-2 table tr:first-child td {
    font-size: 1.4rem;
    padding: 12px 5px;
    border-width: 1px;
    min-width: 60px;
  }
  .wp-block-table.is-style-table-style-3 table tr td {
    font-size: 1.3rem;
    padding: 5px 0;
  }
  .wp-block-table.is-style-table-style-1 table td,
  .wp-block-table.is-style-table-style-2 table td,
  .wp-block-table.is-style-table-style-3 table td {
    padding: 10px 5px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  ol li {
    font-size: 1.3rem;
    padding-left: 0;
    line-height: 1.4;
  }
  ol li::marker {
    font-size: 1.7rem;
  }
  ol {
    padding-left: 25px;
  }
  ul.is-style-list-sub {
    padding-left: 25px;
  }
  ul.is-style-list-sub li,
  ul.is-style-list-dot li {
    padding-left: 20px;
    font-size: 1.3rem;
  }
  ul.is-style-list-sub li:after,
  ul.is-style-list-dot li::after {
    width: 7px;
    height: 7px;
    top: 5px;
  }
  h6.wp-block-heading {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  .wp-block-cover.is-light.is-style-box-bgcl {
    padding: 15px;
  }
  .wp-block-cover.is-light.is-style-box-bgcl p {
    font-size: 1.4rem !important;
    line-height: 1.85;
  }
  h1.wp-block-heading {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  h1.wp-block-heading::after {
    height: 3px;
  }
  h2.wp-block-heading {
    font-size: 2rem;
    line-height: 1.45;
    padding-bottom: 20px;
  }
  h2.wp-block-heading:after {
    width: 35px;
    height: 5px;
  }
  h2.wp-block-heading:before {
    width: 35px;
    height: 5px;
  }
  h3.wp-block-heading {
    font-size: 1.8rem;
    line-height: 1.43;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 0;
    margin-bottom: 25px;
  }
  h3.wp-block-heading:before {
    height: 3px;
  }
  h3.wp-block-heading:after {
    height: 3px;
    width: 62px;
  }
  h4.wp-block-heading {
    font-size: 1.5rem;
    line-height: 1.43;
    padding-left: 20px;
  }
  h4.wp-block-heading:after {
    width: 11px;
    height: 11px;
    top: 6px;
  }
  h4.wp-block-heading:before {
    display: none;
  }
  h5.wp-block-heading {
    font-size: 1.4rem;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 7px;
  }
  h6.wp-block-heading {
    font-size: 1.4rem;
    padding-left: 15px;
    font-weight: bold;
  }
  h6.wp-block-heading:before {
    width: 10px;
    left: 0;
    height: 2px;
    top: 9px;
  }
  h5.wp-block-heading:before {
    width: 5px;
    height: 1px;
    left: 0;
    top: 13px;
  }
  .wp-block-image.img-com {
    max-width: 190px;
    margin: 0 auto;
  }
  .box-home-news {
    flex-direction: column;
  }
  .box-news-left {
    width: 100%;
    padding: 23px 0;
  }
  .box-news-right {
    width: 100%;
    padding: 0;
    padding-top: 5px;
  }
  .box-news-left::after {
    width: 100vw;
    height: 100%;
    top: 0;
    left: -25px;
  }
  .container {
    padding: 0 25px;
  }
  .box-news-right::after {
    width: 100vw;
    left: -25px;
  }
  .news-item.item-list {
    padding: 16px 18px;
  }
  a.cat {
    min-width: 92px;
    min-height: 21px;
    width: -moz-max-content;
    width: max-content;
    padding: 0 5px 1px;
    font-size: 1.3rem;
  }
  .news-item.item-list .date {
    font-size: 1.3rem;
    width: 85px;
  }
  .news-item.item-list .title {
    padding-top: 0;
    padding-right: 0;
  }
  ol.is-style-list-sub > li {
    font-size: 1.5rem;
  }
  ol.is-style-list-sub li::marker {
    font-size: 2.3rem;
  }
  .wp-block-list .wp-block-list li {
    padding: 0;
  }
  .wp-block-list .wp-block-list {
    margin-top: 10px;
    margin-left: -20px;
  }
  a.btn.btn-main.btn-file.mx-auto {
    width: 240px;
  }
  a.btn.btn-file::before {
    width: 19px;
    height: 22px;
    left: 22px;
  }
  .table-cs p {
    width: 50%;
    font-size: 1.4rem;
    padding: 4px 0;
  }
  .table-cs p:last-child {
    display: none;
  }
  .table-cs p:nth-child(3n) {
    border-right: 1px solid #157c40;
  }
  .table-cs p:nth-child(2n) {
    border-right: none;
  }
  .box-map {
    margin: 0 -25px;
    width: auto;
    height: 175px;
  }
  p.has-text-align-center.title-dot {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .box-info-map {
    padding: 18px 25px;
  }
  .aab__accordion_container.wp-block-aab-accordion-block .aab__accordion_head.aab_right_icon {
    min-height: 44px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.5rem;
  }
  .wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_heading .aab__accordion_subheading {
    display: none;
  }
  .aab__accordion_container.wp-block-aab-accordion-block .aab__accordion_head.aab_right_icon::after {
    width: 12px;
    height: 12px;
    right: 15px;
  }
  .wp-block-aab-accordion-block .aab__accordion_body {
    padding: 15px 0 !important;
  }
  .year-his {
    padding-left: 0;
    font-size: 1.9rem;
    width: 53px;
  }
  .text-his {
    padding-left: 14px;
    display: flex;
    flex-direction: column;
  }
  .year-his::after {
    width: 9px;
    height: 9px;
    right: -5px;
  }
  .list-history {
    margin: 0;
  }
  .list-history::after {
    left: 52px;
    background-repeat: repeat-y;
  }
  .history-cont {
    padding-right: 0;
  }
  .box-img-his {
    width: 100%;
    margin-top: 20px;
    max-width: 115px;
    border-radius: 10px;
  }
  figure.wp-block-image.size-full.is-style-Image-Title figcaption.wp-element-caption {
    font-size: 1.5rem;
    margin: 13px 0 !important;
  }
  .wp-block-image.img-sm-full {
    margin: 0 -25px;
    height: 200px;
  }
  .wp-block-image.img-sm-full img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  a.btn.btn-file {
    min-height: 50px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding-left: 53px;
  }
  .max-sm-250 {
    max-width: 250px;
    margin: 0 auto;
  }
  .wp-block-image.js-scrollable.scroll-hint img {
    width: 700px;
    max-width: unset;
  }
  .page-id-225 .page-header::before {
    background-position: center;
  }
  .wp-block-aab-accordion-block.qna .aab__accordion_head .aab__accordion_heading.aab_right_icon::before {
    font-size: 2.3rem;
    padding-right: 10px;
  }
  .aab__accordion_container.wp-block-aab-accordion-block.qna .aab__accordion_head.aab_right_icon {
    font-size: 1.4rem;
  }
  .wp-block-aab-accordion-block.qna .aab__accordion_head .aab__accordion_heading.aab_right_icon::before {
    font-size: 2.3rem;
    padding-right: 10px;
  }
  .aab__accordion_container.wp-block-aab-accordion-block.qna .aab__accordion_head.aab_right_icon {
    font-size: 1.4rem;
  }
  .is-style-btn-link a.wp-block-button__link.wp-element-button {
    max-width: 286px;
    margin: 0 auto;
    display: block;
    min-height: 45px;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 23px;
  }
  .is-style-btn-link a.wp-block-button__link.wp-element-button[target=_blank]::after {
    width: 16px;
    height: 16px;
    right: 20px;
  }
  .mx--10 {
    margin: 0 -17px;
  }
  .max-sm-229 {
    max-width: 229px;
    margin: 0 auto;
  }
  .box-image-mac {
    height: auto;
    gap: 4px;
    justify-content: center;
  }
  body .wp-block-columns.box-image-mac > div.wp-block-column {
    flex-basis: calc(50% - 2px) !important;
    flex-grow: 0;
  }
  .title-point-cs {
    font-size: 1.8rem;
    min-height: 55px;
    padding-top: 6px;
  }
  .img-point {
    max-width: 198px;
    margin: 0 auto;
  }
  .num-point {
    width: 115px;
    height: 40px;
    font-size: 1.9rem;
    margin-top: -23px;
    margin-bottom: 15px;
  }
  .num-point span {
    font-size: 3.1rem;
  }
  .title-point {
    font-size: 1.8rem;
    padding-bottom: 8px;
    margin-bottom: 18px;
    border-width: 2px;
  }
  .box-point {
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .page-id-283 h2.wp-block-heading {
    font-size: 1.7rem;
    padding-left: 78px;
    min-height: 40px;
  }
  .page-id-283 h2.wp-block-heading::before {
    font-size: 2.8rem;
    padding: 0;
    height: auto;
    left: 14px;
  }
  .page-id-283 h2.wp-block-heading:after {
    height: 20px;
    left: 61px;
  }
  .wp-block-group.is-style-box-image-mac {
    padding: 25px;
    border-radius: 10px;
  }
  .title-mac-img {
    font-size: 1.7rem;
    margin: 10px 0;
  }
  .list-point.no-title .num-point {
    font-size: 1.5rem;
  }
  .list-point.no-title .num-point span {
    font-size: 2.8rem;
  }
  .list-fund p {
    width: calc(50% - 8px);
    min-height: 35px;
    font-size: 1.4rem;
  }
  .list-fund p:nth-last-child(2) {
    font-size: 1.3rem;
  }
  .list-fund p.text-up {
    font-size: 1.2rem;
  }
  .box-flow {
    padding: 15px 20px;
    border-width: 1px;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .box-flow-left {
    width: 125px;
    flex-direction: column;
  }
  .num-flow p {
    font-size: 1.3rem;
  }
  .num-flow p span {
    font-size: 3.1rem;
  }
  .img-flow {
    max-width: 69px;
  }
  .title-flow {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .cont-flow {
    line-height: 1.73;
    letter-spacing: 0.05em;
  }
  .box-flow-right {
    padding-top: 0;
  }
  body .search-form {
    gap: 35px;
  }
  .search-form .part-1 {
    width: 100%;
  }
  body .part {
    padding: 0 17px 25px;
  }
  body .province-tab {
    border-radius: 3px;
    font-size: 1.5rem;
    padding: 6px 0;
    width: calc(50% - 8px);
  }
  ul.province-tab-list {
    gap: 8px 15px;
  }
  body .city-list {
    gap: 8px 10px;
  }
  body .city-item {
    width: calc(33.33% - 7px);
    font-size: 1.4rem;
    border-radius: 3px;
    padding: 10px;
  }
  .store-cat-search {
    padding: 0 17px 22px;
  }
  .search-store-inner .title-search {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .store-cat-select-box {
    padding: 0 17px 22px;
  }
  .store-cat-select-box .list-check-box {
    flex-wrap: wrap;
  }
  .store-cat-select-box .box-check-box {
    width: 100%;
    padding: 8px 18px;
  }
  .search-store-inner .title-search:after {
    width: 100px;
    height: 100px;
    top: -10px;
  }
  body .store-product-item {
    padding: 6px 13px;
    width: calc(50% - 8px);
    border-radius: 3px;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    justify-content: center;
  }
  body .store-product-list {
    gap: 8px 16px;
  }
  .part.part-3.product-area .title-search img {
    width: 14px;
  }
  .company-01::after {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
  }
  body:not(.home) a.menu-btn {
    border-radius: 0;
  }
  .page-id-225 .title-en {
    padding-left: 0;
    margin-left: -10px;
  }
  div#mac-5 {
    border-radius: 75px 75px 0 0;
  }
  .page-id-283 .page-header-title {
    height: 280px;
  }
  .page-id-283 .page-header::before {
    background-image: url(/assets/images/index/bg-mac.png);
  }
}
body.page-template-default .wp-block-group p:not([class^="lh-"]):not([class*=" lh-"]) { 
  line-height: 1.85;
  letter-spacing: 0.05em;
}

h1.wp-block.wp-block-post-title.block-editor-block-list__block.editor-post-title.editor-post-title__input {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
}/*# sourceMappingURL=blocks.css.map */
.wp-block-buttons .wp-block-button .wp-block-button__link{
    max-width: unset;
    width: fit-content;
    min-height: 60px;
    background-color: #f3000d;
    border: 2px solid #f3000d;
    border-radius: 8px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    background-color: #FFEBEB;
    padding-right: 47px;
    color: #f3000d;
}
.wp-block-button{
  text-align: center;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:after{
        width: 16px;
    height: 16px;
    mask-image: url(../../../../assets/images/index/icon-right.svg);
    -webkit-mask-image: url(../../../../assets/images/index/icon-right.svg);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    right: 20px;
    background-color: #f3000d;
    transition: 0.3s;
    background-image: none;
}
@media(max-width: 768px) {
    .wp-block-buttons .wp-block-button .wp-block-button__link {
      min-height: 50px;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 14px;
    }
    .image-sm{
      max-width: 150px;
      margin-left: auto;
      margin-right: auto;
    }
    p.ls-0{
      letter-spacing: 0;
    }
    
  .wp-block-table.is-style-table-style-1 table td:first-child,
  .wp-block-table.is-style-table-style-3 table td:first-child {
    width: auto;}
    }
    #d-none{
      display: none;
    }
    