@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;700&family=Barlow:wght@100;500;700&family=Inter:wght@400;700&display=swap");
/*get vw*/
/*get percent*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;700&family=Barlow:wght@100;500;700&family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;700&family=Barlow:wght@100;500;700&family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;700&family=Barlow:wght@100;500;700&family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;700&family=Barlow:wght@100;500;700&family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;700&family=Barlow:wght@100;500;700&family=Inter:wght@400;700&display=swap");
@import 'home/service_delia.css';
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

/* ----------------------------------------
 	reset
 ---------------------------------------- */
html {
  position: static;
  height: 100%;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  /* font-weight: 300; */
  vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

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

a {
  color: #035958;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
a:hover {
  color: #ffcc33;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  width: 100%;
  color: #323232;
  font-family: "Barlow", sans-serif;
  /* font-size: 14px;
  line-height: 22px; */
  -webkit-text-size-adjust: 100%;
}

button,
input[type=submit],
input[type=button] {
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

.el-input__inner {
  color: #222 !important;
}

.el-input {
  cursor: text !important;
}

.el-select__input {
  cursor: text !important;
}

/*get vw*/
/*get percent*/
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

body {
  position: relative;
  background-color: #fff;
}
@media (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

input, button {
  outline: none;
}

.l-footer {
  padding-top: 40px;
}

@media (min-width: 769px) {
  .site-main.is-fixed {
    padding-top: 90px;
  }
}

@media (max-width: 768px) {
  .container-lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*get vw*/
/*get percent*/
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.l-header {
  position: relative;
  background-color: #035958;
  transition: all 0.7s ease;
  padding: 15px 0;
}
.l-header_inner .logo {
  max-width: 170px;
}
.l-header.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
@media (min-width: 769px) {
  .l-header.is-fixed {
    animation: smoothScroll 1s forwards;
  }
}
@media (max-width: 768px) {
  .l-header {
    position: fixed;
    width: 100%;
    z-index: 6;
    top: 0;
    padding: 8px 0;
  }
  .l-header_inner .logo {
    max-width: 120px;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*get vw*/
/*get percent*/
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.nav-link {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-expand-lg .navbar-nav > li:not(.menu-item-has-children):last-child a, .navbar-expand-lg .navbar-nav > li.current-menu-item a {
  color: #ffcc33;
}

@media (max-width: 768px) {
  .navbar {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    background-color: #035958;
    z-index: 5;
    padding: 20px 10px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
.dropdown-submenu > .dropdown-menu .nav-link {
  color: #263238;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.nav-item {
  position: relative;
}
@media (max-width: 768px) {
  .nav-item {
    padding: 5px 0;
  }
}
.nav-item > ul a {
  font-size: 14px;
}
.nav-item > ul li > ul {
  top: -0.5rem;
  left: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 5px 15px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #ffcc33;
}
.navbar-light .navbar-nav .dropdown-menu .nav-link {
  color: #263238;
  font-size: 14px;
}
.navbar-light .navbar-nav .dropdown-menu .current-menu-item > a {
  color: #ffcc33;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
}

/* Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #fff;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

.c-btnReadmore {
  background-color: #ffcc33;
  border-radius: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-bottom: auto;
  font-weight: 300;
}
@media (max-width: 768px) {
  .c-btnReadmore {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.847;
    background-color: #ffcc33;
    color: #fff;
    padding: 4px 20px;
  }
}

.c-btnReadmoreNews {
  border-radius: 10px;
  background-color: #035958;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 30px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
@media (max-width: 768px) {
  .c-btnReadmoreNews {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.847;
    background-color: #ffcc33;
    color: #fff;
    padding: 4px 20px;
  }
}

.c-btnSubmit {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
  color: #fff;
  background-color: #F00;
  padding: 6px 20px;
  text-transform: uppercase;
  border-radius: 20px;
  transition: 0.2s all ease;
}
.c-btnSubmit:hover {
  opacity: 0.7;
}

/*get vw*/
/*get percent*/
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

/*get vw*/
/*get percent*/
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.l-footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 60px 43px 20px;
  color: #fff;
  font-family: "Inter", sans-serif;
}
.l-footer_container {
  max-width: 1366px;
  margin: 0 auto;
}
.l-footer_logo {
  padding-top: 90px;
}
.l-footer h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.389;
  text-transform: uppercase;
  font-weight: bold;
  color: #035958;
  margin-bottom: 15px;
}
.l-footer ul {
  list-style: none;
}
.l-footer ul li {
  list-style: none;
  padding: 7px 0;
}
.l-footer ul li::before {
  content: "•";
  display: inline-block;
  margin-right: 7px;
  color: #035958;
  font-size: 18px;
}
.l-footer ul li a {
  color: #035958;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.334;
}
.l-footer ul.unlist li::before {
  content: none;
}
.l-footer ul.unlist li .fa-solid {
  font-size: 16px;
  margin-right: 6px;
  display: inline-block;
}
@media (max-width: 768px) {
  .l-footer ul.unlist li .fa-solid {
    font-size: 12px;
  }
}
.l-footer .block {
  margin-bottom: 5px;
}
.l-footer .block:last-child {
  margin-bottom: 0;
}
.l-footer .block h3 {
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 25px 20px 75px;
  }
  .l-footer_logo {
    padding-top: 30px;
  }
  .l-footer_rows {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .l-footer_column {
    width: 100%;
    margin-bottom: 25px;
  }
  .l-footer_column .logo-footer {
    text-align: center;
  }
  .l-footer_column .logo-footer img {
    max-width: 139px;
  }
  .l-footer_column h3 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.539;
    margin-bottom: 5px;
  }
  .l-footer_column ul li {
    padding: 0;
  }
  .l-footer_column ul li::before {
    font-size: 13px;
  }
  .l-footer_column ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.539;
  }
  .l-footer .row {
    row-gap: 30px;
  }
  .l-footer h3 {
    margin-bottom: 3px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.334;
  }
  .l-footer ul li {
    padding: 4px 0;
  }
  .l-footer ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.334;
  }
}

/* ---- Modal --- */
.p-modal {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
}

.p-modal.is-open {
  visibility: visible;
  z-index: 100;
  opacity: 1;
  background: rgba(0, 0, 0, 0.68);
}

.p-modal__content {
  position: relative;
  border: solid 3px #a2a8b1;
  background: #fff;
  /* A-5-9 */
}

@media (min-width: 769px) {
  .p-modal__content {
    width: 640px;
    min-height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .p-modal__content {
    width: calc(100% - 20px);
    top: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
    padding: 60px 32px 25px;
  }
}
.p-modal__content-message {
  font-weight: bold;
  text-align: center;
}

@media (min-width: 769px) {
  .p-modal__content-message {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.688;
  }
}
@media (max-width: 768px) {
  .p-modal__content-message {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-modal__content-submessage {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.728;
}

.p-modal__content-submessage--hasNoTop {
  margin-top: 0;
}

@media (min-width: 769px) {
  .p-modal__content-button {
    margin-top: 40px;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 768px) {
  .p-modal__content-button {
    margin-top: 13px;
  }
}
@media (min-width: 769px) {
  .p-modal__content-button .c-button {
    display: inline-block;
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .p-modal__content-button .c-button {
    display: block;
    width: 170px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.334;
    padding: 10px 0;
  }
  .p-modal__content-button .c-button:last-child {
    margin-top: 10px;
  }
}
.p-modal__content-button--inline {
  text-align: center;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .p-modal__content-button--inline .c-button {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 0;
  }
  .p-modal__content-button--inline .c-button:last-child {
    margin-top: 0;
  }
}
.p-modal__content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 23px;
  border-bottom: solid 1px #ececec;
}

.p-modal__content-title-name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.188;
  margin-left: 20px;
  font-weight: bold;
}

.p-modal__content.has-tbl {
  padding: 60px 0 40px 0;
}

.p-modal__content-table {
  padding: 0 40px;
}

.c-modal-close {
  position: absolute;
  right: 30px;
}

@media (min-width: 769px) {
  .c-modal-close {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .c-modal-close {
    top: 14px;
  }
}
.c-modal-close-button {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
}

.c-modal-close-button .c-buttonAction {
  margin-top: 1px;
  margin-right: 5px;
}

.c-modal-close-button:hover .c-buttonAction {
  background: #ececec;
}

@media (min-width: 769px) {
  .c-postThumbnail {
    max-height: 225px;
    overflow: hidden;
  }
  .c-postThumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-title {
  font-size: 39px;
  font-size: 2.4375rem;
  line-height: 1.385;
  font-weight: bold;
  color: #035958;
  text-transform: uppercase;
  text-align: center;
}
.c-title.white {
  color: #fff;
}
@media (max-width: 768px) {
  .c-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
@media (min-width: 769px) {
  .c-title span {
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .c-title span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.c-titleBig {
  display: inline-block;
  font-size: 73px;
  font-size: 4.5625rem;
  line-height: 1.165;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-family: "Inter", sans-serif;
}

.c-desc {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  text-align: justify;
}
.c-desc.green {
  color: #035958;
}
.c-desc.white {
  color: #fff;
}
@media (max-width: 768px) {
  .c-desc {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.467;
  }
}

.c-form {
  display: grid;
}
.c-form_group {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .c-form_group {
    margin-bottom: 15px;
  }
}
.c-form_note {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.667;
  font-style: italic;
  font-weight: 400;
  color: #fff;
}
.c-form_note.is-green {
  color: #035958;
}

.c-inputField {
  width: 100%;
  height: 44px;
  background-color: #EFEFEF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #035958;
  border-radius: 20px;
  border: none;
  padding: 5px 15px;
}

.c-textField {
  width: 100%;
  background-color: #EFEFEF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #035958;
  border-radius: 20px;
  border: none;
  padding: 10px 15px;
  outline: 0;
  resize: none;
}

.c-selectField {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: url('../images/icons/icon_select.png') no-repeat right center;
  background-position-x: calc(100% - 15px);
  width: 100%;
  background-color: #EFEFEF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #035958;
  border-radius: 20px;
  border: none;
  padding: 10px 15px;
  outline: 0;
  resize: none;
}

.c-social {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media (min-width: 769px) {
  .c-social {
    min-height: 60px;
  }
}
@media (max-width: 768px) {
  .c-social {
    margin-top: 10px;
    padding: 0 10px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.c-social li::before {
  content: none !important;
}
.c-social span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media (max-width: 768px) {
  .c-social span {
    width: 49px;
    height: 49px;
  }
}
.c-social span.icon-facebook {
  background-image: url('../images/icons/icon-facebook.png');
}
.c-social span.icon-youtube {
  background-image: url('../images/icons/icon-youtube.png');
}
.c-social span.icon-tiktok {
  background-image: url('../images/icons/icon-tiktok.png');
}

.c-visual {
  height: 452px;
  background: url('../images/common/thumv-1-min.webp') no-repeat center;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}
.c-visual::before {
  display: inline-block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(3, 89, 88, 0.5);
  z-index: 1;
}
.c-visual_inner {
  position: relative;
  z-index: 2;
}
.c-visual h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .c-visual {
    height: 250px;
    background-size: cover;
  }
  .c-visual h2 {
    font-size: 35px;
  }
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.p-post_content cite,
.p-post_content dfn,
.p-post_content em {
  font-style: italic;
}

.p-post_content p {
  margin: 0 0 1.25rem !important;
  font-size: 1rem;
  line-height: 1.8;
}

.p-post_content h1 {
  font-size: 25px/16pxrem;
  color: #035958;
}

.p-post_content h2 {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-post_content h3 {
  margin: 5px/16pxrem 0rem;
  font-size: 1.125rem;
}

.p-post_content h4 {
  font-size: 1rem;
}

.p-post_content h5 {
  font-size: 0.875rem;
}

.p-post_content ol,
.p-post_content ul {
  margin: 1rem 0;
  padding: 0 0 0 2.5rem;
}

.p-post_content ul {
  list-style-type: square;
}

.p-post_content ol {
  list-style: decimal outside;
}

.p-post_content li > ul,
.p-post_content li > ol {
  margin: 0;
}

.p-post_content dl {
  margin: 0 1.25rem;
}

.p-post_content dt {
  font-weight: bold;
}

.p-post_content dd {
  margin: 0 0 1.25rem;
}

.p-post_content strong {
  font-weight: bold;
}

.p-post_content code,
.p-post_content kbd,
.p-post_content pre,
.p-post_content samp {
  font-size: 0.875rem;
}

.p-post_content pre {
  word-wrap: break-word;
  margin: 1.25rem 0;
  padding: 1.25rem;
  overflow: auto;
  background: #f5f5f5;
  color: #666;
  font-size: 0.875rem;
  white-space: pre;
  white-space: pre-wrap;
}

.p-post_content blockquote,
.p-post_content q {
  quotes: none;
}

.p-post_content blockquote:before,
.p-post_content blockquote:after,
.p-post_content q:before,
.p-post_content q:after {
  content: "";
  content: none;
}

.p-post_content blockquote {
  margin: 1.5rem 2.5rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
}

.p-post_content blockquote blockquote {
  margin-right: 0;
}

.p-post_content blockquote cite,
.p-post_content blockquote small {
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}

.p-post_content cite {
  border-bottom: 0;
}

.p-post_content abbr[title] {
  border-bottom: 0.0625rem dotted;
}

.p-post_content address {
  margin: 0 0 1.5rem;
  font-style: italic;
}

.p-post_content del {
  color: #333;
}

.p-post_content ins {
  border: none;
  background: #fff9c0;
  color: #333;
  text-decoration: none;
}

.p-post_content sub,
.p-post_content sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.p-post_content sup {
  top: -0.5em;
}

.p-post_content sub {
  bottom: -0.25em;
}

.p-post_content a {
  color: #035958;
  text-decoration: none;
}

.p-post_content a:visited {
  color: #035958;
}

.p-post_content a:focus {
  outline: thin dotted;
}

.p-post_content a:active,
.p-post_content a:hover {
  outline: 0;
  color: #ea9629;
}

.p-post_content a:hover {
  text-decoration: underline;
}

.p-post_content .alignleft {
  margin: 0.3125rem 1.25rem 0.3125rem 0;
  float: left;
}

.p-post_content .alignright {
  margin: 0.3125rem 0 0.3125rem 1.25rem;
  float: right;
}

.p-post_content .aligncenter {
  display: block;
  margin: 0.3125rem auto;
}

.p-post_content img.alignnone {
  display: block;
  margin: 0.3125rem auto;
}

.p-post_content table {
  width: 100%;
  margin: 1.25rem 0 1.25rem;
  /* border:1px solid #ededed; */
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  line-height: 2;
  width: 700px;
  overflow: scroll;
}

.p-post_content caption,
.p-post_content th,
.p-post_content td {
  border: 0.0625rem solid #ededed;
  font-weight: normal !important;
  text-align: left;
  padding: 6px;
}

.p-post_content caption {
  margin: 1.25rem 0;
  font-size: 1rem;
}

.p-post_content th {
  border: 0.0625rem solid #ededed;
  font-weight: normal !important;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.p-post_content td {
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  border: 0.0625rem solid #949494;
}

.p-post_content img {
  max-width: 100%;
  height: auto;
  border: 8;
  vertical-align: middle;
}

.p-post_content img .p-post_content img {
  border: 0.5rem solid #ededed;
}

.p-post_content .wp-caption {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
}

.p-post_content .wp-caption.alignleft {
  margin: 0.3125rem 0.625rem 0.3125rem 0;
}

.p-post_content .wp-caption.alignright {
  margin: 0.3125rem 0 0.3125rem 0.625rem;
}

.p-post_content .wp-caption-dt {
  margin: 0;
}

.p-post_content .wp-caption .wp-caption-text,
.p-post_content .wp-caption-dd {
  margin-bottom: 24px;
  padding: 0;
  color: #220e10;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.p-post_content .mceTemp + ul,
.p-post_content .mceTemp + ol {
  list-style-position: inside;
}

.p-post_content {
  font-size: 1rem;
}

.p-post_content div {
  margin: 0 0 0.3125rem;
  font-size: 1rem;
  line-height: 1.8;
}

.p-post_content .wp-block-image figcaption {
  margin: 3px 0 0;
  color: #220e10;
  font-size: 12px;
  text-align: center;
}

.p-post_content .wp-caption .wp-caption-text {
  margin: 3px 0 0;
  color: #220e10;
  font-size: 14px;
  text-align: center;
}

.p-post_content .wp-caption {
  box-sizing: border-box;
  max-width: 100%;
}

.p-post_content .wp-block-image {
  display: block;
  margin: 5px auto 1.25em auto;
  text-align: center;
}

.p-post_content .aligncenter,
.p-post_content div.aligncenter {
  display: block;
  margin: 5px auto 1.25em auto;
  text-align: center;
}

.p-post_content .aligncenter {
  clear: both;
}

.p-post_content ul {
  list-style: square;
  font-size: 1rem;
}

.p-post_content ol,
.p-post_content ul {
  margin-bottom: 1.5em;
  list-style-position: inside;
}

@media (max-width: 600px) {
  .p-post_content ol,
  .p-post_content ul {
    list-style-type: disc;
  }
}
.p-post_content li {
  margin-bottom: 0.5em;
  list-style: disc;
}

.p-post_content a {
  color: #035958;
}

.p-post_content hr {
  display: block;
  height: 1px;
  margin: 1.25em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #eee;
}

.p-post_content hr.post-divider {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.p-post_content audio,
.p-post_content canvas,
.p-post_content img,
.p-post_content video {
  vertical-align: middle;
}

.p-post_content img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

.p-post_content figcaption {
  margin: 3px 0 1em;
  color: #a0a0a0;
  font-size: 11px;
}

.p-post_content fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.p-post_content textarea {
  resize: vertical;
}

.p-post_content button,
.p-post_content input,
.p-post_content label,
.p-post_content optgroup,
.p-post_content select,
.p-post_content textarea {
  font: inherit;
}

.p-post_content span.required {
  color: #f70d28;
  font-size: 16px;
  font-weight: 400;
}

.p-post_content h1,
.p-post_content h2,
.p-post_content h3,
.p-post_content h4,
.p-post_content h5,
.p-post_content h6 {
  color: #fff;
  text-rendering: optimizeLegibility;
}

.p-post_content h1 {
  margin: 0.67em 0 0.5em;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

@media (min-width: 601px) {
  .p-post_content h1 {
    font-size: 2.25em;
    color: #035958;
  }
}
.p-post_content h2 {
  margin: 0.83em 0 0.5em;
  line-height: 1.35;
}

@media (min-width: 601px) {
  .p-post_content h2 {
    font-size: 1.953em;
  }
}
.p-post_content h3 {
  margin: 1em 0 0.5em;
  line-height: 1.4;
}

@media (min-width: 601px) {
  .p-post_content h3 {
    font-size: 1.563em;
  }
}
.p-post_content h4 {
  margin: 1.33em 0 0.5em;
  line-height: 1.5;
}

@media (min-width: 601px) {
  .p-post_content h4 {
    font-size: 1.25em;
  }
}
.p-post_content h5 {
  margin: 1.25em 0 0.5em;
  line-height: 1.6;
}

@media (min-width: 601px) {
  .p-post_content h5 {
    font-size: 1.1em;
  }
}
.p-post_content h6 {
  margin: 1.6em 0 1em;
  font-size: 0.85em;
}

.p-post_content b,
.p-post_content strong {
  font-weight: 700;
}

.p-post_content em,
.p-post_content i {
  font-style: italic;
}

.p-post_content blockquote {
  margin: 1em 40px;
}

.p-post_content dfn {
  font-style: italic;
}

.p-post_content hr {
  box-sizing: content-box;
  height: 0;
}

.p-post_content mark {
  padding: 0 0.4em;
  background: #efca56;
  color: #fff;
}

.p-post_content p,
.p-post_content pre {
  margin: 0 0 1.75em;
  text-rendering: optimizeLegibility;
}

.p-post_content code,
.p-post_content kbd,
.p-post_content pre,
.p-post_content samp {
  padding: 0.2em 0.5em;
  font-size: 0.9em;
}

.p-post_content pre {
  word-wrap: break-word;
  padding: 0.5em 1.5em 0.5em 1.5em;
  border: 1px solid #eee;
  background: #fafafa;
  color: #7b7b7b;
  white-space: pre-wrap;
}

.p-post_content small {
  font-size: 80%;
}

.p-post_content sub,
.p-post_content sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.p-post_content sup {
  top: -0.5em;
}

.p-post_content sub {
  bottom: -0.25em;
}

.c-animation {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.8s all ease;
}
.c-animation.active {
  transform: translateY(0);
  opacity: 1;
}
.c-animation.active.fade-bottom {
  animation: fade-bottom 0.8s ease-in;
}
.c-animation.active.fade-left {
  animation: fade-left 0.8s ease-in;
}
.c-animation.active.fade-right {
  animation: fade-right 0.8s ease-in;
}

.c-zoom {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  transition: transform 1s, opacity 1s;
}
.c-zoom:hover {
  transform: scale(1.1);
  transition: transform 0.5s, opacity 1s;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0); 
    opacity: 1;
  }
}
.c-head {
  padding: 50px 0;
}
.c-head_ttl {
  color: #035958;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.c-head_ttl:before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #035958;
  margin: 10px auto;
}

.icon-whatsapp {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url('../images/icons/whatsapp.png') no-repeat;
  background-size: contain;
}

.icon-zalo {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url('../images/icons/zalo.png') no-repeat;
  background-size: contain;
}

.icon-viber {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url('../images/icons/viber.png') no-repeat;
  background-size: contain;
}

.icon-messenger {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url('../images/icons/messenger.png') no-repeat;
  background-size: contain;
}

.c-chatbox {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}
.c-chatbox_inner {
  position: fixed;
  bottom: 86px;
  right: 24px;
  z-index: 9999;
  display: flex;
  flex-flow: column;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 768px) {
  .c-chatbox_inner {
    bottom: 54px;
    right: 40px;
  }
}
.c-chatbox_btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.3s ease;
  background-color: #035958;
}
.c-chatbox_btn_overlay {
  display: block;
  position: absolute;
  z-index: 0;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  animation: cbb-button-underlay 3s infinite;
  border-radius: 50%;
  background-color: rgb(3, 89, 88);
}
.c-chatbox_btn i {
  font-size: 23px;
}
.c-chatbox_list {
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  opacity: 0;
  padding-bottom: 10px;
  display: none;
}
.c-chatbox_list.open {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .c-chatbox {
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 10;
    background-color: #fff;
  }
  .c-chatbox_bottom {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .c-chatbox_bottom li {
    width: 33.3333333333%;
  }
  .c-chatbox_bottom li a {
    display: block;
    background-color: #035958;
    color: #fff;
    text-align: center;
    padding: 10px 0 5px;
  }
  .c-chatbox_bottom li a i {
    font-size: 20px;
  }
  .c-chatbox_bottom li a span {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
    padding-top: 3px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
  }
}

@keyframes cbb-button-underlay {
  0% {
    opacity: 0.25;
    width: 96%;
    height: 96%;
  }
  40% {
    opacity: 0.25;
  }
  to {
    opacity: 0;
    width: 150%;
    height: 150%;
  }
}
.c-imgRatio {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-sidebar {
  font-family: "Inter", sans-serif;
}
@media (min-width: 769px) {
  .p-sidebar {
    padding: 0 20px;
  }
}
.p-sidebar h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #035958;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.p-sidebar h2::before {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffcc33;
  transition: 0.3s;
}
.p-sidebar_block {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(200, 183, 255, 0.2);
  margin-bottom: 40px;
}

.p-footer h2 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.264;
  color: #035958;
  margin-bottom: 10px;
}
.p-footer i {
  color: #035958;
  padding-right: 5px;
}
.p-footer_address li {
  padding: 5px 0;
}
.p-footer_logo {
  margin-bottom: 10px;
}
.p-footer_social {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.p-footer_social img {
  max-width: 50px;
}
.p-footer_service li {
  padding: 5px 0;
}

.p-visual {
  position: relative;
}
.p-visual_inner {
  position: relative;
}
@media (min-width: 769px) {
  .p-visual_inner {
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
.p-visual_action {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 9999;
  text-align: center;
}
.p-visual_action a {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.231;
  margin: 0 10px;
  font-weight: bold;
}
.p-visual .btn-booking {
  color: #035958;
  background-color: #fff;
  border-radius: 35px;
  padding: 5px 15px;
}
.p-postList {
  padding-top: 20px;
  font-family: "Inter", sans-serif;
}
.p-postList_title {
  display: -webkit-box; /* stylelint-disable-line */
  overflow: hidden;
  -webkit-line-clamp: 2; /* stylelint-disable-line */
  -webkit-box-orient: vertical; /* stylelint-disable-line */
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.389;
  margin-bottom: 5px;
}
.p-postList_title a {
  color: #035958;
  font-weight: 500;
}
.p-postList_meta {
  color: #035958;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.167;
}
.p-postList_excerpt {
  display: -webkit-box; /* stylelint-disable-line */
  overflow: hidden;
  -webkit-line-clamp: 3; /* stylelint-disable-line */
  -webkit-box-orient: vertical; /* stylelint-disable-line */
  margin-bottom: 10px;
  text-align: justify;
  font-weight: 500;
}
.p-postList_excerpt p {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.429;
}
.p-postList_item {
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}
.p-postList_item:not(:first-child) {
  padding-top: 25px;
}

@media (min-width: 769px) {
  .p-services {
    background: url('../images/common/bg_services.png') top center;
    height: 640px;
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  .p-services {
    padding-top: 28px;
  }
}
.p-services_group {
  margin-top: 40px;
  max-width: 956px;
  margin: 40px auto;
}
@media (max-width: 400px) {
  .p-services_group {
    margin-top: 10px;
  }
}
.p-services_group_item {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 25px;
}
@media (min-width: 769px) {
  .p-services_group_item {
    border: 20px solid #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 442px;
    margin-bottom: 35px;
  }
}
.p-services_group_item::before {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  content: "";
  background-image: url('../images/icons/icon-arrow.svg');
  background-size: contain;
  width: 14px;
  height: 13px;
  z-index: 2;
}
.p-services_group_item img {
  border: 3px solid #fff;
  border-radius: 14px;
}
@media (min-width: 769px) {
  .p-services_group_item img {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

@media (min-width: 769px) {
  .p-team {
    padding-top: 87px;
    background: url('../images/common/bg_team.webp') no-repeat center;
    background-size: cover;
    height: 845px;
  }
}
@media (max-width: 768px) {
  .p-team {
    padding-top: 30px;
    background-color: #035958;
  }
}
.p-team_inner {
  max-width: 750px;
  margin: 35px auto;
}
.p-team .c-desc {
  color: #fff;
}
.p-team_slider {
  padding-bottom: 35px;
}
.p-team_slider_info {
  text-align: center;
  margin-top: 15px;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
.p-team_slider_info h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 700;
}
.p-team_slider_info p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 500;
}
.p-team_slider_thumb img {
  width: 100%;
}
.p-team_slider .swiper-slide {
  width: 75%;
}
.p-team .swiper-container {
  padding-bottom: 70px;
}
.p-team .swiper-button-next {
  background-image: url('../images/common/btn_next.png');
  right: 50px;
}
.p-team .swiper-button-prev {
  background-image: url('../images/common/btn_prev.png');
  left: 50px;
}
.p-team .swiper-button-next,
.p-team .swiper-button-prev {
  top: auto;
  bottom: 6px;
  width: 31px;
  height: 31px;
  background-size: contain;
}
.p-team .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  opacity: 1;
  background: #fff;
}
.p-team .swiper-pagination-bullet-active {
  background: #51E5DF;
}

@media (min-width: 769px) {
  .p-customer {
    background: #fff url('../images/common/bg_customer.webp') no-repeat top center;
    background-size: cover;
  }
}
.p-customer_heading {
  position: absolute;
  top: 60px;
  left: 0;
  width: 417px;
  height: 362px;
}
.p-customer_inner {
  position: relative;
  padding-top: 68px;
}
@media (max-width: 768px) {
  .p-customer_inner {
    padding: 20px 0;
  }
}
.p-customer_list {
  padding: 65px 0 150px;
  gap: 26px;
  max-width: 1060px;
  margin: 0 auto;
}
.p-customer_item {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  max-width: 221px;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
}
.p-customer_item.transparent {
  background-color: transparent;
  box-shadow: none;
}
.p-customer_item_info {
  color: #035958;
  font-family: "Barlow Condensed", sans-serif;
  text-align: left;
  margin-top: 15px;
  font-weight: 700;
}
.p-customer_item_info h3 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-customer_item_info .position {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.563;
  font-weight: 500;
  padding-right: 10px;
}
.p-customer_item_info .meta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.563;
  font-weight: 700;
  padding-bottom: 10px;
}
.p-customer_item_thumb {
  overflow: hidden;
}
.p-customer_visual {
  margin-top: 13px;
  height: 468px;
  overflow: hidden;
}
.p-customer_visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-customer_info {
  color: #035958;
}
.p-customer_info_ttl {
  padding-top: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.p-customer_info_meta {
  padding: 0 20px;
}
.p-customer_info p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.467;
  font-weight: 500;
}
.p-customer_info p span {
  font-weight: 700;
}
.p-customer_group #list-customer img {
  width: 48px;
  height: 48px;
}
.p-customer_group #list-customer .current img {
  border: 1px solid #035958;
  border-radius: 100%;
}

@media (min-width: 769px) {
  .p-house {
    padding: 87px 0 72px;
    background: url('../images/common/bg_house.webp') no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .p-house .container-lg {
    padding: 23px 20px 34px;
  }
  .p-house .container-lg.green {
    background-color: #035958;
  }
}
.p-house_inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-house_group {
  margin-top: 60px;
}
.p-house_block {
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin-bottom: 107px;
  color: #fff;
}
.p-house_block_info {
  font-family: "Inter", sans-serif;
}
.p-house_block_info p {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.369;
  font-weight: 500;
  text-align: center;
}
.p-house_block_info p:not(:last-child) {
  padding-bottom: 40px;
}
.p-house_block_info span {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.112;
  font-weight: 700;
}
.p-house_block_info .desc {
  padding-top: 10px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.4;
  text-align: justify;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.p-house_block_thumb {
  max-width: 699px;
}
.p-house_block .caption {
  display: block;
  text-align: center;
  padding-top: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
}
.p-house_visual {
  margin: 30px 0;
}
.p-house_visual img {
  width: 100%;
}
.p-house_statistic {
  border-radius: 14px;
  background: rgba(205, 205, 205, 0.19);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #fff;
  padding: 17px;
  max-width: 304px;
  margin: 0 auto;
}
.p-house_statistic p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.539;
  font-weight: 500;
  text-transform: uppercase;
}
.p-house_statistic p span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
}
.p-house_statistic p:not(:last-child) {
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  .p-house .c-desc {
    padding-top: 16px;
  }
}
.p-house_item {
  display: grid;
  grid-template-columns: 52% 48%;
  margin-bottom: 8px;
}
.p-house_item:nth-child(2) {
  grid-template-columns: 48% 52%;
}
.p-house_item_txt {
  background-color: #F6F6F6;
  padding: 17px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.667;
  font-family: "Inter", sans-serif;
  color: #035958;
  font-weight: 500;
}
.p-house_item_txt span {
  font-weight: 700;
}
.p-house_item_txt p {
  font-weight: 500;
}
.p-house_item_img img {
  width: 100%;
}
@media (max-width: 768px) {
  .p-house_news {
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  .p-news {
    padding-top: 95px;
    background: url('../images/common/bg_news.png') no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .p-news {
    padding-top: 20px;
    background-color: #035958;
  }
}
.p-news_list {
  max-width: 1060px;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .p-news_list {
    padding: 20px 0;
  }
}
@media (min-width: 769px) {
  .p-news_item {
    color: #035958;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 2.81167px 2.81167px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 15px 15px;
    padding: 18px;
  }
}
@media (max-width: 768px) {
  .p-news_item {
    color: #fff;
    grid-template-columns: 52% 48%;
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start;
  }
  .p-news_item_info {
    order: 2;
  }
  .p-news_item_thumb {
    order: 1;
  }
}
.p-news_item h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.p-news_item h3 a {
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-news_item h3 a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.715;
    color: #fff;
  }
}
@media (min-width: 769px) {
  .p-news_item:first-child {
    padding: 25px;
    -moz-column-gap: 45px;
         column-gap: 45px;
    margin-bottom: 40px;
  }
  .p-news_item:first-child h3 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.286;
    padding-bottom: 20px;
  }
  .p-news_item:first-child p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: justify;
    font-weight: 500;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-news_item:first-child {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 769px) {
  .p-news_item:not(:first-child) {
    max-width: 338px;
    margin-bottom: 40px;
    width: 32.2580645161%;
  }
  .p-news_item:not(:first-child) h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.412;
    padding: 5px 0;
  }
  .p-news_item:not(:first-child) p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.429;
    font-weight: 500;
  }
}
.p-news_item .c-btnReadmoreNews {
  margin-bottom: auto;
}

@media (min-width: 769px) {
  .p-contact {
    padding: 128px 0 100px;
    background: #025955 url('../images/common/bg_contact.png') no-repeat top center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .p-contact {
    margin-top: 20px;
    padding: 0 20px;
  }
  .p-contact .container-lg {
    background-color: #035958;
    padding: 30px 20px;
    border-radius: 60px 0px;
  }
  .p-contact .c-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
.p-contact_inner {
  max-width: 720px;
  margin: 0 auto;
}
.p-contact_form {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-contact_form {
    margin-top: 30px;
  }
}
.p-contact .c-form_button {
  margin-bottom: 30px;
}
.p-contact .c-form_action {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .p-contact .c-form_action {
    padding-top: 22px;
  }
}

.p-address_block {
  font-family: "Inter", sans-serif;
  padding: 20px 0;
}
.p-address_block:first-child {
  border-bottom: 1px dotted #035958;
}
.p-address_block li {
  padding: 5px 0;
}
.p-address_block li span,
.p-address_block li a {
  color: #035958;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.412;
}
.p-address_block li i {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.445;
  margin-right: 7px;
  width: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-address iframe {
    width: 100%;
  }
}

.page-link {
  color: #035958;
  font-weight: 400;
}
.page-link:focus {
  box-shadow: none;
}

.page-item.active .page-link {
  background-color: #035958;
  border-color: #035958;
}

/*------------------------------
 Top page
------------------------------*/
.header-top {
  transform: rotate(45deg);
  zoom: 1;
  background: #F00;
  position: absolute;
  z-index: 0;
}
@media (min-width: 769px) {
  .header-top {
    width: 522px;
    height: 618px;
    top: -280px;
    left: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .header-top {
    top: -276px;
    left: -100px;
    width: 500px;
    height: 630px;
  }
}
@media (max-width: 768px) {
  .header-top {
    width: 60vw;
    height: 96.25vw;
    top: -37.1875vw;
    left: -4.6875vw;
    overflow: hidden;
  }
}
.header-top .inner-rotate {
  text-align: center;
  background-color: transparent;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 80px;
  color: #F00;
  left: 78px;
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .header-top .inner-rotate {
    bottom: 95px;
    left: 90px;
  }
  .header-top .inner-rotate .logo img {
    max-width: 210px;
  }
}
@media (max-width: 768px) {
  .header-top .inner-rotate {
    bottom: 19.375vw;
    left: 7.1875vw;
  }
}
@media (max-width: 400px) {
  .header-top .inner-rotate {
    bottom: 15.9375vw;
    left: 8.59375vw;
  }
}
@media (min-width: 769px) {
  .header-top .inner-section h1 {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .header-top .inner-section h1 {
    padding-bottom: 3.90625vw;
  }
  .header-top .inner-section h1 img {
    width: 29.0625vw;
  }
}
.header-top .inner-section p {
  letter-spacing: 1px;
}
@media (min-width: 769px) {
  .header-top .inner-section p {
    padding: 0 180px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.438;
  }
}
@media (max-width: 768px) {
  .header-top .inner-section p {
    font-size: 3.125vw;
    line-height: 1.6;
    padding: 0 17.1875vw 4.6875vw;
    text-align: left;
  }
}
.header-top .header-inner {
  width: 97.5%;
  height: 97.5%;
  background-color: #f8f9f2;
}
@media (max-width: 768px) {
  .header-top .header-inner {
    width: 96.5%;
  }
}
.header-top .logo img {
  max-width: 267px;
}

.top-section {
  position: relative;
}
@media (min-width: 769px) {
  .top-section {
    padding-bottom: 275px;
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .top-section {
    height: 137.5vw;
  }
}
.top-section:after {
  content: "";
  position: absolute;
  background-image: url("../images/common/sakura.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .top-section:after {
    width: 375px;
    height: 254px;
    left: 0;
    bottom: 12px;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .top-section:after {
    width: 240px;
    bottom: -60px;
  }
}
@media (max-width: 768px) {
  .top-section:after {
    width: 43.75vw;
    height: 31.25vw;
    left: 0;
    bottom: 2.65625vw;
  }
}
@media (min-width: 769px) {
  .top-section .top_posts {
    width: 765px;
    position: relative;
    left: 547px;
    top: 63px;
    display: none;
  }
}
@media (min-width: 769px) and (min-width: 769px) and (max-width: 1100px) {
  .top-section .top_posts {
    left: 360px;
    top: 66px;
  }
}
@media (min-width: 769px) {
  .top-section .diamonds {
    position: relative;
  }
  .top-section .diamonds .diamond-row-wrap:first-child .diamond-row-upper .diamond-box-wrap:first-child {
    position: absolute;
    left: -255px;
    top: 126px;
    width: 510px;
    height: 510px;
  }
  .top-section .diamonds .diamond-row-wrap:last-child .diamond-row-upper .diamond-box-wrap:first-child {
    margin-left: 255px;
  }
  .top-section .diamonds .diamond-row-wrap:last-child .diamond-row-upper .diamond-box-wrap:last-child {
    position: absolute;
    top: 127px;
    left: 128px;
  }
}
@media (max-width: 768px) {
  .top-section {
    overflow: hidden;
  }
  .top-section .diamonds {
    position: relative;
    left: 0;
    top: 39.0625vw;
    padding-left: 12.5vw;
  }
  .top-section .diamonds .diamond-box {
    border-width: 1.09375vw !important;
  }
  .top-section .diamonds .diamond-row-wrap {
    display: none !important;
  }
  .top-section .diamonds .diamond-row-wrap:first-child {
    display: block !important;
    /*@include bp(765px) {
    	.diamond-row-lower {
    		.diamond-box-wrap:first-child {
    			display: none !important;
    		}
    	}
    }*/
  }
  .top-section .diamonds .diamond-row-wrap:first-child .diamond-row-upper {
    /*@include bp(765px) {
    	.diamond-box-wrap:last-child {
    		display: none !important;
    	}
    }*/
  }
  .top-section .diamonds .diamond-row-wrap:first-child .diamond-row-upper .diamond-box-wrap:first-child {
    position: absolute;
    top: -28.90625vw;
    left: 28.90625vw;
  }
}

.post-list .content .post-tag {
  font-size: 18px;
  line-height: 1;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-bottom: 13px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 400px) {
  .post-list .content .post-tag {
    font-size: 14px;
  }
}
.post-list .content .post-tag:after {
  content: "";
  width: 90px;
  height: 5px;
  background-color: #F00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.post-list .content .post-tags {
  text-align: center;
  position: relative;
  min-height: 31px;
}
.post-list .content .post-tags .post-tag {
  display: inline-block;
  margin: 0 5px;
}
.post-list .content .post-tags .post-tag:after {
  content: none;
}
.post-list .content .post-tags:after {
  content: "";
  width: 90px;
  height: 5px;
  background-color: #F00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.post-list .content .post-tags.noTag:after {
  content: none;
}
@media (max-width: 400px) {
  .category .post-list .content .post-tags.noTag {
    min-height: inherit;
  }
}
.post-list .content .post-tags a:after {
  content: "-";
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 3px;
}
@media (max-width: 400px) {
  .post-list .content .post-tags a:after {
    font-size: 14px;
  }
}
.post-list .content .post-tags a:last-child:after {
  content: none;
}
.post-list .content .img-center {
  margin-bottom: 15px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .post-list .content .img-center {
    height: 40.625vw;
  }
}
.post-list .content .img-center img {
  position: absolute;
  height: 100%;
  max-width: inherit;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.post-list .content .title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
}
@media (max-width: 400px) {
  .post-list .content .title {
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .post-list .col-pc-4 {
    margin-bottom: 40px;
  }
}

.area-section,
.culture-section {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .area-section,
  .culture-section {
    margin-bottom: 12.5vw;
  }
}
.area-section *,
.culture-section * {
  color: #F00;
}

.read-more {
  display: block;
  border: 1px solid;
  border-color: inherit;
  width: 203px;
  height: 44px;
  line-height: 40px;
  border-radius: 22px;
  font-size: 18px;
  position: relative;
  margin: 42px auto;
  text-align: center;
}
.read-more:after {
  content: "";
  border-left: 8px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left-color: inherit;
  display: block;
  width: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 400px) {
  .read-more {
    margin: 6.25vw auto;
    height: 40px;
    line-height: 36px;
    border-radius: 20px;
  }
}

@media (min-width: 769px) {
  .home .lifestyle-section {
    margin-bottom: 110px;
  }
}
@media (max-width: 768px) {
  .lifestyle-section {
    margin-bottom: 18.75vw;
  }
}
.lifestyle-section .container:before {
  content: "";
  background-image: url("../images/common/crane.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media (min-width: 769px) {
  .lifestyle-section .container:before {
    width: 250px;
    height: 199px;
    top: -128px;
    left: 9.2%;
  }
}
@media (max-width: 768px) {
  .lifestyle-section .container:before {
    width: 30.78125vw;
    height: 24.21875vw;
    top: -21.09375vw;
    left: 7px;
  }
}
.lifestyle-section .post-list .content .post-tags:after,
.lifestyle-section .post-list .content .post-tag:after {
  background-color: #323232;
}

.area-section .container:before {
  content: "";
  background-image: url("../images/common/japan.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media (min-width: 769px) {
  .area-section .container:before {
    width: 278px;
    height: 317px;
    top: -146px;
    right: 13.75%;
  }
}
@media (max-width: 768px) {
  .area-section .container:before {
    width: 33.90625vw;
    height: 40.3125vw;
    top: -17.1875vw;
    right: 5.3125vw;
  }
}

.culture-section .container:before {
  content: "";
  background-image: url("../images/common/taiyaki.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media (min-width: 769px) {
  .culture-section .container:before {
    width: 246px;
    height: 116px;
    top: -61px;
    right: 6%;
  }
}
@media (max-width: 768px) {
  .culture-section .container:before {
    width: 26.09375vw;
    height: 14.0625vw;
    top: -8.59375vw;
    right: 2.65625vw;
  }
}

.school-section {
  background-color: #dfc7a4;
  padding: 110px 0 28px;
}
@media (max-width: 768px) {
  .school-section {
    padding: 12.5vw 0 7.8125vw;
  }
}
.school-section .container:before {
  content: "";
  background-image: url("../images/common/syodo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 302px;
  height: 248px;
  position: absolute;
  top: -67px;
  left: -45px;
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .school-section .container:before {
    left: 0;
  }
}
@media (max-width: 768px) {
  .school-section .container:before {
    width: 34.375vw;
    height: 25vw;
    top: 9.375vw;
    left: 0;
  }
}
.school-section .heading-section {
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .school-section .heading-section {
    padding: 0 10.9375vw;
    margin-bottom: 10.625vw;
  }
}
@media (max-width: 400px) {
  .school-section .heading-section {
    padding: 0 6.25vw;
  }
}
.school-section .post-list {
  position: relative;
  z-index: 2;
}
.school-section .post-list > li {
  background-color: #fff;
  margin-bottom: 20px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .school-section .post-list > li {
    padding-right: 10px;
  }
}
.school-section .post-list .content .img-center {
  width: 220px;
  height: 165px;
  float: left;
  margin-right: 24px;
  margin-bottom: 0;
}
@media (min-width: 769px) and (max-width: 1010px) {
  .school-section .post-list .content .img-center {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .school-section .post-list .content .img-center {
    width: 38.59375vw;
    height: 28.125vw;
    margin-right: 3.90625vw;
  }
}
@media (max-width: 520px) {
  .school-section .post-list .content .img-center {
    max-width: 43%;
    margin-right: 4%;
  }
}
.school-section .post-list .content .title {
  color: #F00;
  position: relative;
  padding-bottom: 0;
  padding-top: 18px;
  /*margin-bottom: 8px;*/
  /*white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;*/
  /*&:after {
  	content: "";
  	width: 20px;
  	height: 2px;
  	background-color: $color-red;
  	position: absolute;
  	bottom: 0;
  	left: 1px;
  }*/
}
@media (max-width: 540px) {
  .school-section .post-list .content .title {
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
    max-height: 47px;
    line-height: 20px;
  }
}
.school-section .post-list .content .japanese-name {
  color: #F00;
}
@media (max-width: 540px) {
  .school-section .post-list .content .japanese-name {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.school-section .post-list .content .excerpt {
  font-weight: 600;
  letter-spacing: 1px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .school-section .post-list .content .excerpt {
    padding-right: 5px;
  }
}
@media (max-width: 520px) {
  .school-section .post-list .content .excerpt {
    font-size: 12px;
    line-height: 1.5;
    max-width: 65%;
  }
}
@media (max-width: 460px) {
  .school-section .post-list .content .excerpt {
    -webkit-line-clamp: 2;
  }
}
.school-section .read-more {
  color: #fff;
  margin-top: 30px;
  border-color: #fff;
}

@media (max-width: 1300px) {
  .site-main.homepage {
    overflow: hidden;
  }
}
.ad2hs-prompt {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9;
  background-color: #fff;
  left: 0;
  right: 0;
  padding: 8px 10px;
  border: 3px solid #c00;
}
@media (min-width: 769px) {
  .ad2hs-prompt {
    display: none !important;
  }
}
.ad2hs-prompt .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 99;
}
.ad2hs-prompt h1 {
  position: relative;
  padding-left: 60px;
  padding-top: 5px;
}
.ad2hs-prompt h1 span {
  font-weight: bold;
  font-size: 20px;
}
.ad2hs-prompt h1 a {
  color: gray;
}
.ad2hs-prompt .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.ad2hs-prompt .btn {
  background-color: #F00;
  float: right;
  padding: 3px 12px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
}

#p7frame {
  line-height: 0;
  height: 0;
}
#p7frame * {
  height: 0 !important;
  width: 0 !important;
}

/*------------------------------
 Error page 
------------------------------*/
.p-error_content {
  max-width: 560px;
  margin: 128px auto;
  position: relative;
}
.p-error_content:before {
  content: "";
  width: 179px;
  height: 127px;
  position: absolute;
  top: -45px;
  right: -27px;
  background-image: url("../images/common/sorry.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-error_content h3 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
.p-error_content h3 span {
  font-size: 60px;
  font-weight: bold;
}
.p-error_content p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.91;
  font-weight: bold;
  letter-spacing: 0.55px;
}

.c-button {
  background-color: #F00;
  color: #fff;
  width: 203px;
  height: 44px;
  margin: 42px auto;
  display: block;
  border-radius: 24px;
  line-height: 44px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
}

/*------------------------------
 Contact page
------------------------------*/
*::-webkit-input-placeholder {
  color: #adadad !important;
}

*::-moz-placeholder {
  color: #adadad !important;
}

*:-ms-input-placeholder {
  color: #adadad !important;
}

*:-moz-placeholder {
  color: #adadad !important;
}

/*------------------------------
 Single page
------------------------------*/
.p-post_meta {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.223;
  -moz-column-gap: 15px;
       column-gap: 15px;
  color: #035958;
  margin-bottom: 20px;
}
.p-post_meta i {
  margin-right: 10px;
}
.p-post_meta span,
.p-post_meta a {
  font-weight: 300;
}
@media (max-width: 768px) {
  .p-post_meta {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.693;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .p-post_meta i {
    margin-right: 5px;
  }
}
.p-post_title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 500;
  color: #035958;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .p-post_title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.334;
  }
}
.p-post_tags {
  margin: 20px 0;
}
.p-post_tags li {
  display: inline-block;
  margin: 5px 3px;
}
.p-post_tags li a {
  color: #fff;
  background-color: rgba(3, 89, 88, 0.7);
  padding: 5px 7px;
  border-radius: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.154;
}
.p-post_content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.445;
  font-weight: 300;
  text-align: justify;
}
.p-post_content p {
  color: #323232;
  margin-bottom: 1em;
}
.p-post_content h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.429;
}
.p-post_content h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.667;
}
.p-post_content h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.819;
}
.p-post_content h2, .p-post_content h3, .p-post_content h4 {
  margin: 0.5em 0;
  color: #035958;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-post_content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-post_content h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .p-post_content h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.364;
  }
  .p-post_content h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

/*------------------------------
* Page
------------------------------*/
.site-main {
  overflow: hidden;
}
.site-main .page-heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .site-main .page-heading {
    margin-bottom: 30px;
  }
}
.site-main .article-body {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .site-main .article-body {
    margin-bottom: 12.5vw;
  }
}
.site-main .article-body a {
  color: #F00;
  font-weight: bold;
}
.site-main .article-body h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.295;
  color: #F00;
  font-weight: bold;
  letter-spacing: 1.3px;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .site-main .article-body h2 {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.site-main .article-body p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.834;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .site-main .article-body p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 20px;
  }
  .site-main .article-body p br {
    display: none;
  }
}
.site-main .article-body p .s1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.834;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .site-main .article-body p .s1 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 20px;
  }
  .site-main .article-body p .s1 br {
    display: none;
  }
}
.site-main .article-body ol {
  padding-left: 30px;
}
@media (max-width: 640px) {
  .site-main .article-body ol {
    padding-left: 22px;
  }
}
.site-main .article-body ol li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.834;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .site-main .article-body ol li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 20px;
  }
  .site-main .article-body ol li br {
    display: none;
  }
  .page-privacy-policy .site-main .article-body ol li br {
    display: block;
  }
}
.page-privacy-policy .site-main .article-body ol li {
  margin-bottom: 0;
}
.site-main .article-body ol li span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.834;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .site-main .article-body ol li span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    margin-bottom: 20px;
  }
  .site-main .article-body ol li span br {
    display: none;
  }
}
.site-main .article-body ol > li {
  list-style-type: decimal;
}
.site-main .article-body > ol > li > ol {
  counter-reset: list;
  padding-left: 24px;
}
.site-main .article-body > ol > li > ol > li {
  counter-increment: list;
  list-style: none;
}
.page-privacy-policy .site-main .article-body > ol > li > ol > li {
  margin-bottom: 20px;
}
.site-main .article-body > ol > li > ol > li:before {
  content: "(" counter(list) ")";
  display: inline-block;
  position: relative;
  line-height: 14px;
  text-align: center;
  font-size: 14px;
  top: -2px;
  margin-right: 10px;
  margin-left: -24px;
}
.site-main .article-body > ol > li > ol > li > ol {
  counter-reset: circle-counter;
  padding-left: 26px;
}
.site-main .article-body > ol > li > ol > li > ol > li {
  counter-increment: circle-counter;
  list-style: none;
}
.site-main .article-body > ol > li > ol > li > ol > li:before {
  content: counter(circle-counter);
  border: 1px solid;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  top: -2px;
  margin-right: 10px;
  margin-left: -25px;
}

.p-booking {
  max-width: 1000px;
  margin: 0 auto;
}
