@charset "UTF-8";
@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

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

/*get vw*/
/*get percent*/
/* ----------------------------------------
 	reset
 ---------------------------------------- */
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: normal;
  vertical-align: baseline;
}

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

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -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;
}

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

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

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

/* ----------------------------------------
 	reset
 ---------------------------------------- */
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: normal;
  vertical-align: baseline;
}

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

*,
*::before,
*::after {
  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;
}

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

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

a {
  text-decoration: none;
}

html {
  font-size: 16px;
}

body {
  position: relative;
  width: 100%;
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body.menu-open {
  overflow: hidden;
}
@media (min-width: 769px) {
  body {
    min-width: 1366px;
  }
}

.application {
  font-family: "Helvetica", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "YuGothic", meiryo, sans-serif;
}
.application a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.application a:hover {
  opacity: 0.6;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #navigation {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.l-header_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .l-header_navigation {
    max-width: 1366px;
    padding: 10px 25px 10px 24px;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .l-header_navigation {
    padding: 11px 12px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  }
}
.l-header_navigation_menu {
  align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .l-header_navigation_menu {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .l-header_navigation_menu {
    display: none;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    padding: 0 33px;
  }
}
@media screen and (min-width: 769px) {
  .l-header_navigation_menu .c-menu {
    position: relative;
    padding: 0 39px 0 0;
  }
}
@media screen and (max-width: 840px) and (min-width: 769px) {
  .l-header_navigation_menu .c-menu {
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header_navigation_menu .c-menu {
    padding-top: 104px;
  }
}
@media screen and (min-width: 769px) {
  .l-header_navigation_menu .c-menu li {
    float: left;
  }
  .l-header_navigation_menu .c-menu li:not(:last-child) {
    margin-right: 32px;
  }
}
@media screen and (max-width: 857px) and (min-width: 769px) {
  .l-header_navigation_menu .c-menu li {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .l-header_navigation_menu .c-menu li {
    display: block;
    padding: 22px 0;
    float: none;
  }
}
.l-header_navigation_menu .c-menu li a {
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
}
.l-header_navigation_menu .c-menu li a:after {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #ffcc37;
  transition: width 0.2s ease-out;
}
.l-header_navigation_menu .c-menu li a:hover:after, .l-header_navigation_menu .c-menu li a.current:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header_navigation_menu .c-menu li a {
    font-size: 24px;
    line-height: 1.5;
    padding: 20px 0;
    color: #fff;
  }
}
@media screen and (max-width: 840px) and (min-width: 769px) {
  .l-header_navigation_menu .c-menu li a {
    font-size: 14px;
  }
}
.l-header_navigation_logo {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .l-header_navigation_logo {
    margin-top: 11px;
  }
}
@media screen and (min-width: 769px) {
  .l-header_navigation_logo img {
    max-width: 207px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_navigation_logo img {
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_navigation .c-btn-offshore {
    margin-right: 60px;
    font-size: 12px;
  }
  .l-header_navigation .c-btn-offshore span {
    font-size: 8px;
    line-height: 9px;
  }
}
@media only screen and (max-width: 389px) {
  .l-header_navigation .c-btn-offshore {
    margin-right: 40px;
  }
}

.l-footer {
  padding: 27px 0;
  background-color: #000;
}
.l-footer_copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  font-family: "Barlow", sans-serif;
}
.l-footer_copyright a {
  color: #fff;
}
.l-footer_copyright a:hover {
  opacity: 0.8;
}

#loading {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.55);
  text-align: center;
}
#loading .spinner {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  border: 5px solid #eee;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .spinner:after, #loading .spinner:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#loading .spinner:after {
  position: absolute;
  top: -5px;
  left: -5px;
  border: 5px solid transparent;
  border-top-color: #928a8a;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.p-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1000;
}
.p-modal_content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 600px;
  margin: auto;
  padding: 95px 70px 140px;
  text-align: center;
  background-color: #fefefe;
  border: 1px solid #888;
}
.p-modal_content_title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.375;
  padding-bottom: 40px;
  font-weight: bold;
}
.p-modal_content_desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  text-align: left;
}
.p-modal_btn {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}
.p-modal_btn:hover {
  background-color: #ccc;
}
@media (max-width: 768px) {
  .p-modal_content {
    padding: 40px 15px;
    width: 85%;
  }
}

html {
  scroll-behavior: smooth;
}

body.menu-open {
  overflow: hidden;
}

.l-container {
  width: 100%;
  max-width: 1366px;
  padding: 0 90px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 0 16px;
  }
}

.l-content {
  padding-top: 64px;
}

.c-btn {
  display: inline-block;
  font-weight: bold;
  background-color: #ffcc37;
  text-align: center;
}
.c-btn.submit {
  font-size: 24px;
  padding: 24px 10px;
  border-radius: 44px;
  border: 4px solid #000;
  color: #000;
}
@media screen and (min-width: 769px) {
  .c-btn.submit {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.submit {
    font-size: 18px;
  }
}

.c-form_btn {
  padding-top: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-form_btn button.submit {
    width: 100%;
    padding: 16px;
  }
}

.c-btn-offshore {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px 7px 12px;
  border-radius: 20px;
  outline: none;
  background: linear-gradient(180deg, #b1e25c 0%, #5ca409 100%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.03em;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.08), 0 4px 0 0 #487b00; /* Thay thế border-bottom */
  transform: translateY(0px);
}
.c-btn-offshore .badge {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #f0f3bd;
  color: #5fa300;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 11px;
}

.c-btn-offshore-arrow {
  position: relative;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.08), 0 8px 0 0 #487b00;
  border-radius: 44px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
@media screen and (min-width: 769px) {
  .c-btn-offshore-arrow:hover {
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.08);
    transform: translateY(8px);
    opacity: 0.9;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-offshore-arrow {
    min-width: 480px;
    padding: 20px 15px 20px 80px;
    font-size: 32px;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-offshore-arrow {
    display: inline-block;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 65px 16px 55px;
  }
}
@media only screen and (max-width: 389px) {
  .c-btn-offshore-arrow {
    padding: 16px 50px 16px 20px;
    font-size: 16px;
  }
}
.c-btn-offshore-arrow::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 26px;
  width: 48px;
  height: 48px;
  background: url("../images/offshore/arrow-right.svg") no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn-offshore-arrow::after {
    width: 32px;
    height: 32px;
    top: 15px;
    right: 15px;
  }
}
.c-btn-offshore-arrow .badge {
  padding: 3px 8px;
  font-size: 16px;
  line-height: 1.5;
}

.u-bold {
  font-weight: bold;
}

.u-underline {
  position: relative;
  color: #000;
}
.u-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border: 1px solid black;
  left: 0;
  bottom: 0px;
}

@media screen and (max-width: 768px) {
  .img-wrapper {
    text-align: center;
  }
}
@media only screen and (max-width: 420px) {
  .img-wrapper {
    text-align: left;
  }
}

.bg-yellow {
  background-color: #ffcc37;
}

.bg-gray {
  background-color: #e8e8e8;
}

.c-title_our {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  font-weight: bold;
}
.c-title_our::before {
  vertical-align: middle;
  content: "";
  width: 32px;
  height: 32px;
  padding-right: 46px;
  background: url("../images/offshore/icon_title.svg") no-repeat top left;
}
@media screen and (max-width: 768px) {
  .c-title_our {
    font-size: 24px;
  }
}

.c-descLine {
  padding-top: 24px;
  margin-bottom: -24px;
  line-height: 1.5;
}
.c-descLine::after {
  position: relative;
  top: -25px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
}
.c-descLine span {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.572;
  padding-right: 10px;
  font-weight: bold;
  background-color: #fff;
}

.c-price {
  margin-top: 24px;
  border: 2px solid #000;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
}
.c-price_title {
  width: 96px;
  margin-right: 10px;
  padding: 3px 2px;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  text-align: center;
}
.c-price_content {
  padding: 0 10px;
}

.c-line {
  border-bottom: 3px solid #ffecb6;
  font-weight: bold;
}

.c-underline-yellow {
  position: relative;
  display: inline-block;
}
.c-underline-yellow::after {
  content: "";
  position: absolute;
  border: 8px solid #ffcc37;
  width: 100%;
  bottom: 2px;
  left: 0;
  z-index: 1;
}
.c-underline-yellow span {
  position: relative;
  z-index: 2;
}

.c-point {
  width: 120px;
  height: 120px;
  font-family: "Barlow", sans-serif;
  background: url("../images/offshore/point.svg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-point {
    min-width: 72px;
    width: 72px;
    height: 72px;
  }
}
@media screen and (min-width: 769px) {
  .c-point {
    min-width: 120px;
  }
}
.c-point_text {
  position: relative;
  top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-point_text {
    font-size: 12px;
  }
}
.c-point_text span {
  display: block;
  font-size: 64px;
  font-weight: bold;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .c-point_text span {
    font-size: 36px;
  }
}

.c-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: url("../images/offshore/check.png") no-repeat;
  background-size: cover;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
}
@media screen and (min-width: 769px) {
  .c-check {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-check {
    width: 64px;
    height: 64px;
  }
}

.c-link {
  text-decoration: underline;
  letter-spacing: 0.03em;
  color: #1baab0;
}

.c-error {
  display: inline-block;
  color: #ff0000;
  padding-top: 4px;
}

.c-toggle {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 18px 25px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .c-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-toggle {
    display: block;
  }
}
.c-toggle_menu {
  position: relative;
  display: block;
  width: 16px;
  height: 14px;
}
.c-toggle_menu::before, .c-toggle_menu::after,
.c-toggle_menu span {
  width: 16px;
  height: 2px;
  background-color: black;
}
.c-toggle_menu::before, .c-toggle_menu::after,
.c-toggle_menu span {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.c-toggle_menu::before {
  top: 0;
}
.c-toggle_menu span {
  top: 50%;
  margin-top: -1px;
}
.c-toggle_menu::after {
  bottom: 0;
}
.c-toggle.active .c-toggle_menu::before, .c-toggle.active .c-toggle_menu::after {
  background-color: #fff;
}
.c-toggle.active .c-toggle_menu span {
  display: none;
}
.c-toggle.active .c-toggle_menu::before {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-toggle.active .c-toggle_menu::after {
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 350px) {
  .c-toggle {
    right: 2px;
  }
}

.p-banner {
  width: 100%;
  background: url("../images/offshore/bg.webp") no-repeat top center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-banner {
    z-index: 3;
  }
}
@media screen and (min-width: 769px) {
  .p-banner {
    min-height: 664px;
  }
}
.p-banner_text {
  position: relative;
  padding-top: 65px;
  padding-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .p-banner_text {
    position: relative;
    padding-top: 24px;
    padding-left: 10px;
    padding-bottom: 26px;
    padding-right: 10px;
  }
}
.p-banner_text::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../images/offshore/bg_man_sp.webp") no-repeat bottom right;
  background-size: contain;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-banner_text::before {
    right: -13px;
    width: 52%;
    height: 100%;
    background: url("../images/offshore/bg_man_pc.webp") no-repeat bottom right;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .p-banner_text::before {
    background-position-y: 58px;
    z-index: 0;
  }
}
@media only screen and (max-width: 389px) {
  .p-banner_text::before {
    background-size: cover;
  }
}
.p-banner_text_slogan {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-banner_text_slogan {
    font-size: 28px;
  }
}
.p-banner_text_slogan_characters {
  display: inline-flex;
  margin-right: 8px;
  border: 1px solid #fff;
  line-height: 1;
}
.p-banner_text_slogan_characters span {
  display: inline-block;
  width: 63px;
  height: 64px;
  margin: 0;
  padding: 10px;
  border-right: 1px solid #fff;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-banner_text_slogan_characters span {
    width: 42px;
    height: 42px;
  }
}
.p-banner_text_slogan_characters span:last-child {
  border-right: none;
}
.p-banner_text_adv {
  margin-top: -10px;
  margin-bottom: 28px;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-banner_text_adv {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 36px;
  }
}
.p-banner_text_adv i {
  font-family: "Barlow", sans-serif;
  font-size: 120px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .p-banner_text_adv i {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-banner_text_adv i {
    font-size: 88px;
    letter-spacing: 2.64px;
  }
}
.p-banner_text_adv span.unit {
  font-size: 56px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-banner_text_adv span.unit {
    font-size: 32px;
    letter-spacing: 0.03em;
    padding-left: 5px;
  }
}
.p-banner_text_info {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-banner_text_info {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 769px) {
  .p-banner_text_info {
    display: flex;
    margin-bottom: 46px;
  }
}
.p-banner_text_info ul {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-banner_text_info ul {
    padding-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-banner_text_info ul {
    margin-right: 24px;
  }
}
.p-banner_text_info ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-banner_text_info ul li {
    font-size: 18px;
    margin-bottom: 11px;
    padding-left: 36px;
  }
}
.p-banner_text_info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../images/offshore/icon_checkbox.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-banner_text_info ul li::before {
    width: 24px;
    height: 24px;
    left: 5px;
    top: 0;
  }
}
.p-banner_text_info_shapes {
  display: flex;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-banner_text_info_shapes {
    margin-top: 10px;
    justify-content: center;
    padding-top: 0;
  }
}
.p-banner_text_info_shapes .p-information_badge {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-banner_text_info_shapes .p-information_badge {
    min-width: 180px;
    margin-right: 20px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 389px) {
  .p-banner_text_info_shapes .p-information_badge {
    min-width: unset;
  }
}
.p-banner_text_info_shapes .p-information_badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-banner_text_info_shapes .p-information_txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-banner_text_btn {
    min-height: 92px;
  }
}
@media screen and (max-width: 768px) {
  .p-banner_text_btn {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
}
.p-banner_text_btn a {
  padding: 20px 85px 20px 80px;
}
@media screen and (max-width: 768px) {
  .p-banner_text_btn a {
    width: 100%;
    padding: 16px 70px 16px 65px;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 389px) {
  .p-banner_text_btn a {
    padding: 16px 40px 16px 45px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 370px) {
  .p-banner_text_btn a {
    font-size: 16px;
  }
}
.p-banner_text_btn .c-btn-offshore-arrow::after {
  top: 20px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .p-banner_text_btn .c-btn-offshore-arrow::after {
    top: 16px;
    right: 20px;
  }
}
.p-banner_banner {
  margin: 40px 0;
  padding: 0 15px;
}
.p-banner_banner img {
  max-width: 728px;
}
@media screen and (max-width: 768px) {
  .p-banner_banner img {
    max-width: 343px;
  }
}
.p-banner_box {
  padding-top: 67px;
}

.p-btn-chat {
  position: fixed;
  z-index: 3 !important;
  right: 16px;
  z-index: 999;
  padding: 3px 38px 4px 13px;
  border-radius: 32px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.08), 0 5px 0 0 #487b00; /* Thay thế border-bottom */
  transition: 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease, top 2s ease;
  will-change: transform, box-shadow;
  transform: translateY(0px);
}
@media screen and (min-width: 769px) {
  .p-btn-chat:hover {
    transform: translateY(5px);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.08); /* Thay đổi nhẹ box-shadow thay vì loại bỏ */
    filter: brightness(1.02); /* Giảm độ sáng để làm nhạt màu */
  }
}
@media screen and (min-width: 769px) {
  .p-btn-chat {
    top: 620px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-btn-chat {
    position: fixed;
    opacity: 0;
    bottom: 16px;
    padding: 8px 24px 8px 12px;
    right: calc((100% - 184px) / 2);
    transition: top ease 0.3s; /* Hiệu ứng mượt trong 0.5 giây */
  }
}
.p-btn-chat .img-wrapper {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .p-btn-chat .img-wrapper {
    max-width: 44px;
    margin-right: 4px;
  }
}
.p-btn-chat_text {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-btn-chat_text {
    top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .p-btn-chat_text {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
.p-btn-chat_text span {
  position: relative;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-btn-chat_text span {
    font-size: 8px;
  }
}
.p-btn-chat_text span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: url("../images/offshore/shape_before.svg") no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
}
.p-btn-chat_text span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: url("../images/offshore/shape_after.svg") no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
}

.p-section_heading {
  margin-bottom: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-section_heading {
    margin-bottom: 20px;
  }
}
.p-section_heading span {
  font-size: 24px;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-section_heading span {
    font-size: 20px;
  }
}
.p-section_heading h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-section_heading h2 {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-section_heading h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 371px) and (max-width: 389px) {
  .p-section_heading h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 370px) {
  .p-section_heading h2 {
    font-size: 14px;
  }
}
.p-section_heading .c-icon_star {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/offshore/icon_star.svg") no-repeat;
  background-size: cover;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-section_heading .c-icon_star {
    margin-top: 9px;
    width: 16px;
    height: 16px;
  }
}

.p-concerns {
  position: relative;
  padding: 80px 80px 72px;
  background-color: #ffcc37;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-concerns {
    padding: 56px 16px 48px;
  }
}
.p-concerns::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: calc(50% - 16px);
  width: 240px;
  height: 90px;
  transform: translateX(-50%);
  background: url("../images/offshore/icon_polygon.svg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-concerns::after {
    bottom: -40px;
    left: calc(50% - 16px);
  }
}
.p-concerns_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
.p-concerns_body .p-concerns_item {
  width: 100%;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-concerns_body .p-concerns_item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 18px 24px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-concerns_body .p-concerns_item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 6px 24px 14px;
    font-size: 18px;
  }
}
.p-concerns_body .p-concerns_item p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-concerns_body .p-concerns_item p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-concerns_body .p-concerns_item.c-customItem {
  display: block;
  padding: 25px 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-concerns_body .p-concerns_item.c-customItem {
    margin-bottom: 8px;
    padding: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-concerns_body .p-concerns_item.c-customItem {
    width: 49.5%;
    margin-bottom: 17px;
  }
}
.p-concerns_body .p-concerns_item.c-customItem p {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
}
.p-concerns_body .p-concerns_item.c-customItem img {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-concerns_body .p-concerns_item.c-customItem:first-child img {
    max-width: 126px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-concerns_body .p-concerns_item.c-customItem:nth-child(2) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-concerns_body .p-concerns_item.c-customItem:nth-child(2) img {
    max-width: 122px;
  }
}
@media screen and (max-width: 768px) {
  .p-concerns_body .p-concerns_item.c-customItem2 {
    padding: 16px 16px 16px 24px;
    letter-spacing: 1px;
  }
}
.p-concerns_body .p-concerns_item span {
  color: #FF2B50;
  font-weight: bold;
}
.p-concerns_body .p-concerns_item .c-icon_trouble {
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 17px;
  background-image: url("../images/offshore/icon_trouble.svg");
}

.p-solution {
  padding: 82px 0 80px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .p-solution {
    padding: 60px 0 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-solution_body {
    display: flex;
    justify-content: space-between;
  }
}
.p-solution_body .p-solution_item {
  width: 32.9%;
  padding: 60px 20px 40px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item {
    width: 100%;
    margin-bottom: 8px;
    padding: 40px 20px 33px;
  }
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item .image-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item:nth-child(1) .image-wrapper {
    max-width: 174px;
  }
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item:nth-child(2) .image-wrapper {
    max-width: 182px;
  }
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item:nth-child(3) .image-wrapper {
    max-width: 124px;
  }
}
.p-solution_body .p-solution_item img {
  height: 200px;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item img {
    height: auto;
  }
}
.p-solution_body .p-solution_item_title {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item_title {
    padding-top: 6px;
  }
}
.p-solution_body .p-solution_item_title::before {
  position: absolute;
  content: "";
  background: url(../images/offshore/icons_tleft.png) top left no-repeat;
  background-size: contain;
  width: 13px;
  height: 100%;
  left: -25px;
  top: 2px;
  content: " ";
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item_title::before {
    width: 14px;
    left: -24px;
    top: 7px;
  }
}
.p-solution_body .p-solution_item_title span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item_title span {
    line-height: 1.6;
  }
}
.p-solution_body .p-solution_item_title span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -25px;
  width: 13px;
  height: 100%;
  background: url(../images/offshore/icons_tright.png) top left no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item_title span::after {
    width: 14px;
    top: 0;
    right: -30px;
  }
}
.p-solution_body .p-solution_item_text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.p-solution_body .p-solution_item_text span {
  display: block;
  color: #ff2b50;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-solution_body .p-solution_item_text span {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 389px) {
  .p-solution_body .p-solution_item_text span {
    font-size: 22px;
  }
}

.p-achievements {
  padding: 83px 0;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .p-achievements {
    padding: 56px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-achievements_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-achievements_body .p-achievements_item {
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-achievements_body .p-achievements_item {
    width: calc(50% - 4px);
    padding: 55px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-achievements_body .p-achievements_item {
    padding: 40px 16px 32px;
    margin-bottom: 8px;
  }
}
.p-achievements_body .p-achievements_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-achievements_body .p-achievements_item_title {
    margin-bottom: 24px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 370px) {
  .p-achievements_body .p-achievements_item_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-achievements_body .p-achievements_item:nth-child(2) .p-achievements_item_title {
    line-height: 1.4;
  }
}
.p-achievements_body .p-achievements_item img {
  height: 180px;
}
.p-achievements_body .p-achievements_item_logos {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .p-achievements_body .p-achievements_item_logos {
    flex-wrap: wrap;
    margin: 24px 0 0;
  }
}
.p-achievements_body .p-achievements_item_logos .logo-languages {
  max-width: 326px;
}
@media screen and (min-width: 769px) {
  .p-achievements_body .p-achievements_item_logos .logo-languages {
    max-width: 494px;
  }
}
@media screen and (max-width: 768px) {
  .p-achievements_body .p-achievements_item_logos .logo-languages {
    margin-bottom: 8px;
  }
}
.p-achievements_body .p-achievements_item_logos .logo-manage {
  max-width: 326px;
}
@media screen and (min-width: 769px) {
  .p-achievements_body .p-achievements_item_logos .logo-manage {
    max-width: 333px;
  }
}
@media screen and (max-width: 768px) {
  .p-achievements_body .p-achievements_item_logos .logo-manage {
    margin-bottom: 5px;
  }
}
.p-achievements_body .p-achievements_item_logos img {
  height: auto;
}
.p-achievements_body .p-achievements_item_desc {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) and (min-width: 391px) {
  .p-achievements_body .p-achievements_item_desc.p-no-breakline .only-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-achievements_body .p-achievements_item_desc {
    margin-top: 20px;
  }
}
.p-achievements_body .p-achievements_kijidas {
  width: 100%;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-achievements_body .p-achievements_kijidas {
    display: flex;
    margin-top: 8px;
    padding: 65px 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-achievements_body .p-achievements_kijidas {
    padding: 40px 16px 36px;
  }
}
.p-achievements_body .p-achievements_kijidas .c-link {
  padding-left: 8px;
}
@media screen and (min-width: 769px) {
  .p-achievements_body .p-achievements_kijidas_logo {
    width: 52.8%;
    margin-right: 73px;
  }
}
@media screen and (max-width: 768px) {
  .p-achievements_body .p-achievements_kijidas_logo img {
    max-width: 280px;
  }
}
@media screen and (min-width: 769px) {
  .p-achievements_body .p-achievements_kijidas_logo img {
    position: relative;
    left: -25px;
    max-width: 320px;
  }
}
.p-achievements_body .p-achievements_kijidas_logo_title {
  margin-bottom: 19px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-achievements_body .p-achievements_kijidas_logo_title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.p-document {
  position: relative;
  width: 100%;
  height: 384px;
  padding-top: 92px;
  background: url("../images/offshore/bg_document_pc.png") no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-document {
    padding-top: 94px;
    background: url("../images/offshore/bg_document_sp.png") no-repeat top center;
    background-size: cover;
  }
}
.p-document p {
  font-weight: bold;
  font-family: "Source Han Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "YuGothic", meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-document p {
    line-height: 1.4;
  }
}
.p-document_title {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-document_title {
    font-size: 14px;
  }
}
.p-document_desc {
  padding: 10px 0 32px;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-document_desc {
    margin-top: 12px;
    padding: 0 0 25px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 389px) {
  .p-document_desc {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-document a.document {
    margin-top: 18px;
  }
}

.p-aboutUs {
  padding: 84px 0;
}
@media screen and (max-width: 768px) {
  .p-aboutUs {
    padding: 56px 0 60px;
  }
}
@media screen and (min-width: 769px) {
  .p-aboutUs_group {
    width: 980px;
    margin: -4px auto 0;
    line-height: 1.5;
  }
}
.p-aboutUs_group .p-aboutUs_group_item {
  padding: 15px 0;
  border-top: 2px solid #000;
}
@media screen and (min-width: 769px) {
  .p-aboutUs_group .p-aboutUs_group_item {
    display: flex;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutUs_group .p-aboutUs_group_item {
    padding: 8px 16px 5px;
  }
}
@media screen and (min-width: 769px) {
  .p-aboutUs_group .p-aboutUs_group_item.modifier {
    line-height: 1.5;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutUs_group .p-aboutUs_group_item.modifier {
    padding: 10px 16px 6px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .p-aboutUs_group .p-aboutUs_group_item_name {
    width: 220px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutUs_group .p-aboutUs_group_item_name {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-aboutUs_group .p-aboutUs_group_item_txt {
    width: calc(100% - 220px);
    padding-right: 0;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutUs_group .p-aboutUs_group_item_txt p {
    line-height: 1.5;
  }
}
.p-aboutUs_group .p-aboutUs_group_item_txt .p-position {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-aboutUs_group .p-aboutUs_group_item_txt .p-position {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutUs_group .p-aboutUs_group_item_txt .p-aboutUs_group_item_txt_address:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-aboutUs_group .p-aboutUs_group_item_txt .p-aboutUs_group_item_txt_address {
    display: inline-flex;
    align-items: baseline;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutUs_group .p-aboutUs_group_item_txt .p-aboutUs_group_item_txt_address.modifier {
    margin-top: 13px;
  }
}
.p-aboutUs_group .p-aboutUs_group_item_txt .p-aboutUs_group_item_txt_address p.p-company {
  font-weight: bold;
}
.p-aboutUs_group .p-aboutUs_group_item_txt .p-aboutUs_group_item_txt_address p.p-company a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.p-aboutUs_group .p-aboutUs_group_item_txt .p-address {
  display: table-cell;
  min-width: 120px;
  margin-right: 5px;
  font-weight: bold;
}
.p-aboutUs_group .p-aboutUs_group_item_txt ul li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}
.p-aboutUs_group .p-aboutUs_group_item_txt ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 12px;
  left: 10px;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .p-aboutUs_group .p-aboutUs_group_item_txt ul.p-clients {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-aboutUs_group .p-aboutUs_group_item_txt ul.p-clients li:not(:last-child) {
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) {
  .p-aboutUs_group .p-aboutUs_group_item_txt ul.p-clients li {
    width: calc(50% - 5px);
  }
}

.p-process {
  padding: 82px 0 80px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .p-process {
    padding: 60px 0 56px;
  }
}
.p-process_body {
  line-height: 2;
}
.p-process_body .p-process_body_desc {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-process_body .p-process_body_desc {
    line-height: 1.8;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 769px) {
  .p-process_body .p-process_body_desc {
    text-align: center;
    margin-bottom: 40px;
  }
}
.p-process_body .p-process_body_text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 36px;
  padding: 8px 24px;
  border: 2px solid #000;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-process_body .p-process_body_text {
    margin-top: 40px;
  }
}
.p-process_body .p-process_body_text span {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .p-process_body .p-process_body_text span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 370px) {
  .p-process_body .p-process_body_text span {
    font-size: 18px;
  }
}
.p-process .p-process_procedure {
  text-align: center;
}

.p-contact {
  padding: 80px 0;
  background-color: #ffcc37;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 59px 0 53px;
  }
}
@media screen and (min-width: 769px) {
  .p-contact .p-contact_form {
    width: 640px;
    margin: 30px auto 0;
  }
}
.p-contact .p-contact_form .c-form_btn {
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact_form .c-form_btn {
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-contact .p-form_group {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .p-form_group.checkList {
    margin-top: 5px;
  }
}
.p-contact .p-form_group.checkList .last {
  margin-bottom: 0;
}
.p-contact .p-form_group label {
  font-size: 16px;
  font-weight: bold;
}
.p-contact .p-form_group .p-form_group_input input {
  background: #fff;
  border: none;
  width: 100%;
  height: 64px;
  padding: 23px 20px 18px;
  font-size: 16px;
  line-height: 1.5;
}
.p-contact .p-form_group .p-form_group_input input:focus {
  outline: none;
}
.p-contact .p-form_group_checkbox {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-contact .p-form_group_checkbox {
    padding-top: 10px;
  }
}
.p-contact .p-form_group_checkbox .p-form_group_checkbox_item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.p-contact .p-form_group_checkbox .p-form_group_checkbox_item label {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
}
.p-contact .p-form_group_checkbox .p-form_group_checkbox_item label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.p-contact .p-form_group_checkbox .p-form_group_checkbox_item input[type=checkbox] {
  display: none;
}
.p-contact .p-form_group_checkbox .p-form_group_checkbox_item input[type=checkbox]:checked + label::before {
  background-color: #000;
}
.p-contact .p-form_group_checkbox .p-form_group_checkbox_item input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 15px;
  height: 11px;
  background: url("../images/offshore/icon-checked.svg") no-repeat;
  background-size: cover;
  font-size: 14px;
  font-weight: bold;
}
.p-contact .p-form_group textarea {
  width: 100%;
  height: 110px;
  background-color: #fff;
  padding: 10px 20px;
  border: none;
}
.p-contact .p-form_group textarea:focus {
  outline: 0;
}

#beach1 {
  position: relative;
  width: 100%;
  height: 384px;
  background: url(../images/offshore/bg_danangcity.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  #beach1 {
    height: 768px;
  }
}

.p-aboutDanang {
  padding: 82px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang {
    padding: 56px 0;
  }
}
.p-aboutDanang .p-aboutDanang_top {
  margin-bottom: 40px;
}
.p-aboutDanang .p-aboutDanang_top_locations {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_top_locations {
    display: flex;
    justify-content: space-between;
  }
}
.p-aboutDanang .p-aboutDanang_top_locations_item {
  background: #fff;
  padding: 35px 16px 35px;
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_top_locations_item {
    width: calc(50% - 4px);
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_top_locations_item {
    margin-bottom: 8px;
  }
}
.p-aboutDanang .p-aboutDanang_top_locations_item h2 {
  margin-bottom: 16px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.p-aboutDanang .p-aboutDanang_top_locations_item h2 span {
  font-size: 18px;
}
.p-aboutDanang .p-aboutDanang_top_locations_item img {
  margin-bottom: 26px;
}
.p-aboutDanang .p-aboutDanang_top_locations_item p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.p-aboutDanang .p-aboutDanang_top_content .p-sns {
  padding: 32px 16px 20px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_top_content .p-sns {
    display: flex;
    justify-content: space-between;
    padding: 34px 60px 43px;
  }
}
.p-aboutDanang .p-aboutDanang_top_content .p-sns_item {
  display: flex;
}
.p-aboutDanang .p-aboutDanang_top_content .p-sns_item .p-sns_item_media {
  width: 72px;
  padding-top: 14px;
  text-align: center;
}
.p-aboutDanang .p-aboutDanang_top_content .p-sns_item .p-sns_item_content {
  width: calc(100% - 72px);
  padding-top: 4px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_top_content .p-sns_item .p-sns_item_content {
    padding-top: 5px;
    padding-left: 15px;
    margin-bottom: 23px;
  }
}
.p-aboutDanang .p-aboutDanang_top_content .p-sns_item .p-sns_item_content_small {
  margin-right: 8px;
  padding: 2px 4px;
  background: #FFECB6;
  font-size: 12px;
}
.p-aboutDanang .p-aboutDanang_top_content .p-sns_item .p-sns_item_content_title {
  font-weight: bold;
  margin-bottom: 3px;
}
.p-aboutDanang .p-aboutDanang_top_content .p-sns_item .p-sns_item_content p:last-child {
  letter-spacing: 0.03em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_top_content .p-sns_item .p-sns_item_content p:last-child {
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_top_content .p-sns_item:first-child {
    width: 38.9%;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_top_content .p-sns_item:first-child .p-sns_item_media {
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_top_content .p-sns_item:nth-child(2) {
    width: 30.3%;
  }
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_top_content .p-sns_item:last-child {
    width: 26.6%;
  }
}
.p-aboutDanang .p-aboutDanang_bottom {
  position: relative;
  margin-top: 98px;
  padding: 56px 0 62px 41px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_bottom {
    margin-top: 102px;
    padding: 59px 16px 35px;
  }
}
.p-aboutDanang .p-aboutDanang_bottom_title {
  position: absolute;
  top: -18px;
  left: 0;
  color: #ffecb6;
  font-family: "Barlow", sans-serif;
  font-size: 88px;
  line-height: 0.319;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_bottom_title {
    font-size: 32px;
    line-height: 1;
    top: -38px;
  }
}
.p-aboutDanang .p-aboutDanang_bottom_airline {
  position: absolute;
  top: -34px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_bottom_airline {
    right: 0;
  }
}
.p-aboutDanang .p-aboutDanang_bottom_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt {
    width: 50.4%;
    padding-right: 40px;
  }
}
.p-aboutDanang .p-aboutDanang_bottom_content_txt p {
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt p {
    padding-top: 25px;
  }
}
.p-aboutDanang .p-aboutDanang_bottom_content_txt_schedule span {
  position: relative;
  top: 8px;
}
.p-aboutDanang .p-aboutDanang_bottom_content_txt_list {
  padding: 5px 0 12px 6px;
  border-bottom: 2px solid #000;
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 6px 0 10px 19px;
  }
}
.p-aboutDanang .p-aboutDanang_bottom_content_txt_list li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 5px;
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt_list li {
    width: 48%;
  }
}
.p-aboutDanang .p-aboutDanang_bottom_content_txt .c-price {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt .c-price {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt .c-price_content {
    padding: 0 15px;
  }
}
.p-aboutDanang .p-aboutDanang_bottom_content_txt .c-price_content > p {
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt .c-price_content > p {
    padding-top: 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt .c-price_title {
    width: 100px;
    min-width: 100px;
    margin-right: 0;
    padding: 11px;
  }
}
@media screen and (max-width: 370px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt .c-price_title {
    padding: 35px 15px;
  }
}
.p-aboutDanang .p-aboutDanang_bottom_content_txt_note {
  font-size: 11px;
  line-height: 1.455;
  letter-spacing: 0 !important;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt_note {
    padding-top: 15px !important;
  }
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_txt_note span:last-child {
    padding-left: 10px;
  }
}
.p-aboutDanang .p-aboutDanang_bottom_content_txt_schedule {
  margin-top: -10px;
}
.p-aboutDanang .p-aboutDanang_bottom_content_media {
  margin-top: -10px;
}
@media screen and (min-width: 769px) {
  .p-aboutDanang .p-aboutDanang_bottom_content_media {
    padding-top: 5px;
    width: 49.8%;
  }
}
.p-aboutDanang .p-aboutDanang_bottom h3 {
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .p-aboutDanang .p-aboutDanang_bottom h3 {
    margin-bottom: 20px;
    font-size: 22px;
    padding-bottom: 0;
  }
}

.p-concrete {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-concrete {
    padding: 59px 0 56px;
  }
}
.p-concrete_list {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-concrete_list {
    margin-top: 0;
  }
}
.p-concrete_list .p-concrete_list_item {
  position: relative;
  background-color: #fff;
  padding: 40px 16px 64px;
}
.p-concrete_list .p-concrete_list_item:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .p-concrete_list .p-concrete_list_item {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    padding: 40px 26px;
  }
}
@media screen and (min-width: 769px) {
  .p-concrete_list .p-concrete_list_item_media {
    width: 174px;
  }
}
@media screen and (max-width: 768px) {
  .p-concrete_list .p-concrete_list_item_media {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.p-concrete_list .p-concrete_list_item_media_icon {
  position: relative;
  top: -15px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-concrete_list .p-concrete_list_item_media_icon {
    max-width: 96px;
    top: 0;
  }
}
.p-concrete_list .p-concrete_list_item_media .p-concrete_list_item_media_num {
  position: absolute;
  bottom: 32px;
  right: 35px;
  font-size: 160px;
  line-height: 0.388;
  margin-top: 19px;
  color: #e8e8e8;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-concrete_list .p-concrete_list_item_media .p-concrete_list_item_media_num {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-concrete_list .p-concrete_list_item_txt {
    width: calc(100% - 174px);
    padding-right: 50px;
  }
}
.p-concrete_list .p-concrete_list_item_txt h3 {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: bold;
  line-height: 51px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-concrete_list .p-concrete_list_item_txt h3 {
    font-size: 28px;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 389px) {
  .p-concrete_list .p-concrete_list_item_txt h3 {
    font-size: 21px;
  }
}
.p-concrete_list .p-concrete_list_item_txt p {
  position: relative;
  z-index: 2;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-concrete_list .p-concrete_list_item_txt .c-title_our {
    font-size: 22px;
    line-height: 1.4;
  }
}
.p-concrete_list .p-concrete_list_item_txt .p-concrete_intro {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-concrete_list .p-concrete_list_item_txt .p-concrete_intro {
    padding-bottom: 45px;
  }
}
.p-concrete_list .p-concrete_list_item_txt p.c-desc:not(:last-child) {
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p-concrete_list .p-concrete_list_item_txt p.c-desc:not(:last-child).modifier {
    padding-bottom: 42px;
  }
}
.p-concrete_list .p-concrete_list_item_txt .p-line {
  position: relative;
  font-weight: bold;
}
.p-concrete_list .p-concrete_list_item_txt .p-line:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #ffecb6;
  width: 100%;
  left: 0;
  bottom: 2px;
}
.p-concrete_list .p-concrete_list_item .c-desc_sub {
  display: block;
  font-size: 12px;
  margin-top: 32px;
  letter-spacing: 0.03em;
}
.p-concrete_list .p-concrete_list_item:nth-child(2) h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-concrete_list .p-concrete_list_item:nth-child(2) h3 {
    margin-bottom: 23px;
  }
}
.p-concrete_list .p-concrete_list_item:nth-child(3) h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-concrete_list .p-concrete_list_item:nth-child(3) h3 {
    margin-bottom: 45px;
  }
}

.p-advantages {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-advantages {
    padding: 56px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-section_heading {
    margin-bottom: 24px;
  }
}
.p-advantages h2 {
  line-height: 1.4;
}
.p-advantages h2 span {
  font-size: 64px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-advantages h2 span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 389px) {
  .p-advantages h2 span {
    font-size: 20px;
  }
}
.p-advantages_item {
  padding: 104px 60px 59px 60px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-advantages_item {
    padding: 40px 16px 29px 15px;
  }
}
.p-advantages_item .p-advantages_item_txt p {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 15px;
  padding-bottom: 55px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-advantages_item_txt p {
    padding-bottom: 38px;
  }
}
.p-advantages_item .num {
  position: absolute;
  top: 5px;
  left: -12px;
  font-family: "Barlow", sans-serif;
  font-size: 240px;
  line-height: 0.388;
  margin-top: 19px;
  color: #e8e8e8;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .num {
    font-size: 160px;
    top: -5px;
    left: -6px;
  }
}
.p-advantages_item_inner {
  padding: 104px 60px;
}
.p-advantages_item_header {
  position: relative;
  display: flex;
  z-index: 2;
}
.p-advantages_item_header .c-point {
  position: relative;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .p-advantages_item_header .c-point {
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item_header .c-point_text {
    top: 10px;
  }
}
.p-advantages_item_header h3 {
  margin-left: 26px;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-advantages_item_header h3 {
    margin-left: 10px;
    font-size: 32px;
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 379px) {
  .p-advantages_item_header h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item_header h3.point-01 {
    padding-top: 17px;
    margin-bottom: 100px;
  }
}
.p-advantages_item_header h3 p {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-advantages_item_header h3 p {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 75px;
  }
}
.p-advantages_item h4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-advantages_item h4 {
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
.p-advantages_item h4 span {
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .p-advantages_item h4 span {
    padding-top: 8px;
  }
}
.p-advantages_item .p-price_content {
  max-width: 100%;
  margin: 0 auto;
}
.p-advantages_item .p-price_content .p-tbPrice {
  width: 100%;
  table-layout: fixed;
  border-spacing: 1px;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) {
  .p-advantages_item .p-price_content .p-tbPrice {
    background-color: #E7E7E7;
    border-collapse: separate;
  }
}
.p-advantages_item .p-price_content .p-tbPrice th {
  position: relative;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice th {
    display: none;
  }
}
.p-advantages_item .p-price_content .p-tbPrice th.empty {
  width: 15.2%;
}
.p-advantages_item .p-price_content .p-tbPrice th.role {
  width: 28.3%;
}
.p-advantages_item .p-price_content .p-tbPrice th.price {
  width: 28.3%;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr {
    border: 1px solid #E7E7E7;
  }
}
.p-advantages_item .p-price_content .p-tbPrice tr th, .p-advantages_item .p-price_content .p-tbPrice tr td {
  height: 56px;
  padding: 16px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  line-height: 1;
}
.p-advantages_item .p-price_content .p-tbPrice tr th {
  font-weight: bold;
  height: 48px;
}
.p-advantages_item .p-price_content .p-tbPrice tr td {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td:last-child {
    padding-bottom: 13px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td.title {
    height: 48px;
    line-height: 1.5;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td.free {
    text-align: left;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 420px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td.free {
    text-align: left;
    padding-left: 72px;
  }
}
.p-advantages_item .p-price_content .p-tbPrice tr td:first-child.title {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.p-advantages_item .p-price_content .p-tbPrice tr td .money {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 0.786;
}
@media only screen and (max-width: 374px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td .money {
    font-size: 22px;
  }
}
.p-advantages_item .p-price_content .p-tbPrice tr td .sale {
  position: relative;
  display: inline;
}
.p-advantages_item .p-price_content .p-tbPrice tr td .sale::before {
  content: "";
  position: absolute;
  width: calc(100% + 25px);
  height: 8px;
  border-top: 2px solid #ff2b50;
  border-bottom: 2px solid #ff2b50;
  bottom: calc(50% - 3px);
  left: -10px;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td .sale::before {
    width: calc(100% + 20px);
  }
}
.p-advantages_item .p-price_content .p-tbPrice tr td .badge {
  position: absolute;
  display: inline-block;
  margin-left: 22px;
  line-height: 1;
  background: #FF2B50;
  color: #fff;
  border-radius: 4px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td .badge {
    margin-left: 30px;
    top: 4px;
    z-index: 2;
  }
}
.p-advantages_item .p-price_content .p-tbPrice tr td .badge.badge-free {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td .badge.badge-free {
    margin-top: 5px;
  }
}
.p-advantages_item .p-price_content .p-tbPrice tr td .badge_text {
  position: relative;
  top: -2px;
  padding: 5px 8px;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 389px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td .badge_text {
    font-size: 16px;
  }
}
.p-advantages_item .p-price_content .p-tbPrice tr td .badge_text sub {
  font-size: 12px;
}
.p-advantages_item .p-price_content .p-tbPrice tr td .badge_free {
  min-width: 96px;
  font-size: 20px;
  font-weight: bold;
  padding: 7px 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr td .badge_free {
    font-size: 16px;
    min-width: 80px;
  }
}
.p-advantages_item .p-price_content .p-tbPrice tr td .badge_free .badge {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr:nth-child(2) td:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr:nth-child(3) {
    margin-top: 17px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_content .p-tbPrice tr:nth-child(4) td:last-child {
    padding-bottom: 0;
  }
}
.p-advantages_item .p-price_title {
  padding-top: 63px;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-price_title {
    padding-top: 70px;
    line-height: 1.3;
  }
}
.p-advantages_item .p-skill {
  padding-top: 56px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-skill {
    padding-top: 37px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-skill .p-advantages_item_txt > p {
    padding-top: 10px;
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 769px) {
  .p-advantages_item .p-skill h4 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-skill h4 {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-skill h4 span {
    line-height: 1.8;
    margin-top: 17px;
  }
}
.p-advantages_item .p-skill_list {
  padding-top: 45px;
}
@media screen and (min-width: 769px) {
  .p-advantages_item .p-skill_list {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-skill_list {
    padding-top: 0;
    margin: 0 -20px 0 0;
  }
}
.p-advantages_item .p-skill_list .slick-next {
  width: 48px;
  height: 48px;
  top: 210px;
  right: 4px;
  border-radius: 50%;
  background-color: #000;
}
.p-advantages_item .p-skill_list .slick-next:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/offshore/icon_arrow.svg") no-repeat;
  background-size: cover;
  opacity: 1;
}
.p-advantages_item .p-skill_list .slick-prev {
  width: 48px;
  height: 48px;
  top: 210px;
  left: -15px;
  border-radius: 50%;
  background-color: #000;
  z-index: 1;
}
.p-advantages_item .p-skill_list .slick-prev:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/offshore/icon_arrow.svg") no-repeat;
  background-size: cover;
  transform: rotate(180deg) translate(1px, -1px);
  opacity: 1;
}
.p-advantages_item .p-skill_list::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.p-advantages_item .p-skill_list::-webkit-scrollbar {
  height: 4px;
  background-color: #ffffff;
}
.p-advantages_item .p-skill_list::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.p-advantages_item .p-skill_list_item {
  position: relative;
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-skill_list_item {
    margin-top: 50px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-advantages_item .p-skill_list_item {
    width: calc((100% - 48px) / 4);
  }
}
@media screen and (min-width: 769px) {
  .p-advantages_item .p-skill_list_item:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item .p-skill_list_item:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 374px) and (min-width: 320px) {
  .p-advantages_item .p-skill_list_item:not(:last-child) {
    margin-right: 10px;
  }
}
.p-advantages_item .p-skill_list_item .p-circle {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
}
.p-advantages_item .p-skill_list_item .p-circle.img-01 {
  background-image: url(../images/offshore/icon_skill_1.png);
}
.p-advantages_item .p-skill_list_item .p-circle.img-02 {
  background-image: url(../images/offshore/icon_skill_2.png);
}
.p-advantages_item .p-skill_list_item .p-circle.img-03 {
  background-image: url(../images/offshore/icon_skill_3.png);
}
.p-advantages_item .p-skill_list_item .p-circle.img-04 {
  background-image: url(../images/offshore/icon_skill_4.png);
}
.p-advantages_item .p-skill_list_item .p-head {
  position: relative;
  padding-top: 59px;
  padding-bottom: 13px;
  background-color: #000;
  text-align: center;
}
.p-advantages_item .p-skill_list_item .p-head h3 {
  color: #fff;
  font-weight: bold;
}
.p-advantages_item .p-skill_list_item .p-head + p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.p-advantages_item .p-skill_list_item .p-head small {
  font-size: 12px;
}
.p-advantages_item .p-skill_list_item p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #e7e7e7;
  background-color: #fff;
  padding: 10px;
}
.p-advantages_item .p-skill_list_item p:last-child {
  height: 75px;
}
.p-advantages_item .p-skill_list_item p span.monthly {
  font-weight: bold;
  font-size: 24px;
  padding-right: 3px;
}
.p-advantages_item .p-skill_list_item p span.money {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}
.p-advantages_item .p-skill_list_item p span.unit {
  font-weight: bold;
  line-height: 1;
  padding-left: 4px;
  padding-top: 10px;
}
.p-advantages_item-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.p-advantages_item-wrapper:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .p-advantages_item-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-advantages_item-wrapper:nth-child(3) .p-advantages_item {
    padding: 104px 60px 80px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_item-wrapper:last-child .p-advantages_item {
    padding: 40px 16px 38px 15px;
  }
}
.p-advantages_devByProject {
  padding-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .p-advantages_devByProject {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_devByProject .p-price_title {
    padding-top: 43px !important;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages_devByProject .p-price_content:last-child td:last-child {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 769px) {
  .p-advantages .p-cost {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-cost h3 {
    padding-top: 40px;
  }
}
.p-advantages .p-cost_content {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-advantages .p-cost_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-cost_content {
    padding-top: 1px;
  }
}
.p-advantages .p-cost_content .p-tbCosts {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 2px;
  background-color: #F2F2F2;
}
@media screen and (min-width: 769px) {
  .p-advantages .p-cost_content .p-tbCosts {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-cost_content .p-tbCosts {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-advantages .p-cost_content .p-tbCosts:first-child {
    margin-right: 20px;
  }
}
.p-advantages .p-cost_content .p-tbCosts thead tr th {
  position: relative;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  padding: 11px 20px 10px;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-cost_content .p-tbCosts thead tr th {
    padding: 9px 20px;
  }
}
.p-advantages .p-cost_content .p-tbCosts thead tr th small {
  font-size: 12px;
}
.p-advantages .p-cost_content .p-tbCosts thead tr > th, .p-advantages .p-cost_content .p-tbCosts tbody tr > td {
  text-align: center;
  vertical-align: middle;
}
.p-advantages .p-cost_content .p-tbCosts tbody td {
  background-color: #fff;
  font-size: 24px;
  line-height: 1.8;
  padding: 0px 20px;
}
@media only screen and (max-width: 370px) {
  .p-advantages .p-cost_content .p-tbCosts tbody td {
    font-size: 20px;
  }
}
.p-advantages .p-cost_content .p-tbCosts tbody td small {
  display: block;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-cost_content .p-tbCosts tbody td small {
    line-height: 1.5;
  }
}
.p-advantages .p-cost_content .p-tbCosts tbody td strong {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-cost_content .p-tbCosts tbody td {
    line-height: 1.5 !important;
    padding: 9px;
  }
}
@media screen and (min-width: 769px) {
  .p-advantages .p-cost_content .p-tbCosts tbody tr td {
    min-height: 96px;
    max-height: 96px;
    height: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-cost_content .p-tbCosts tbody tr td {
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-advantages .p-cost_content .p-tbCosts tbody tr:nth-child(3) td {
    height: 120px;
    max-height: 120px;
  }
}
.p-advantages .p-cost_content .p-tbCosts tbody tr:last-child td {
  background-color: #F2F2F2;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .p-advantages .p-cost_content .p-tbCosts tbody tr:last-child td {
    height: 96px;
  }
}
.p-advantages .p-about_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-advantages .p-about_list_item {
  position: relative;
  background-color: #F2F2F2;
}
@media screen and (min-width: 769px) {
  .p-advantages .p-about_list_item {
    width: calc((100% - 48px) / 4);
    padding: 23px 17px 30px 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-about_list_item {
    margin-bottom: 16px;
    padding: 25px 16px 26px;
  }
}
.p-advantages .p-about_list_item .p-about_list_item_icon {
  position: absolute;
  top: -16px;
  left: -12px;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-about_list_item .p-about_list_item_icon {
    top: 8px;
    left: 8px;
  }
}
.p-advantages .p-about_list_item .p-about_list_item_media {
  text-align: center;
  max-width: 104px;
  margin: 0 auto;
}
.p-advantages .p-about_list_item .p-about_list_item_content {
  padding-top: 25px;
}
.p-advantages .p-about_list_item .p-about_list_item_content h2 {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-about_list_item .p-about_list_item_content h2 {
    padding-bottom: 13px;
  }
}
.p-advantages .p-about_list_item .p-about_list_item_content h2 + p {
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 370px) {
  .p-advantages .p-about_list_item .p-about_list_item_content h2 {
    font-size: 18px;
  }
}
.p-advantages .p-our {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-our {
    padding-top: 25px;
  }
}
.p-advantages .p-our_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 11px;
}
@media screen and (min-width: 769px) {
  .p-advantages .p-our_list_item {
    width: calc(50% - 21px);
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-our_list_item:not(:first-child) {
    padding-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-our_list_item_thumb {
    text-align: center;
  }
}
.p-advantages .p-our_list h3 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  display: table;
  padding: 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-our_list h3 {
    font-size: 20px;
  }
}
.p-advantages .p-our_list p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .p-advantages .p-speed_content .c-title_our {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-speed_content .c-title_our {
    margin-right: -10px;
  }
}
.p-advantages .p-speed_content .c-desc {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-speed_content .c-desc {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-speed_content .c-descLine {
    padding-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-advantages .p-speed_content_list {
    display: flex;
    justify-content: space-between;
    margin: 64px -15px 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-speed_content_list {
    margin: 40px -15px 10px 0;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 768px) {
  .p-advantages .p-speed_content_list_item {
    margin-bottom: 23px;
  }
}
.p-advantages .p-speed_content_list_item h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-speed_content_list_item h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.p-advantages .p-speed_content_list_item .img-wrapper {
  max-width: 514px;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-speed_content_list_item .img-wrapper {
    max-width: 326px;
  }
}
.p-advantages .p-speed_content_note {
  margin-top: 10px;
  padding-left: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-advantages .p-speed_content_note {
    padding-left: 0;
  }
}
.p-advantages .p-speed_content_note p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-contact-wrapper {
  margin-top: -5px;
}

@media screen and (min-width: 769px) {
  .p-btn-header {
    min-width: 145px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  }
}
@media only screen and (max-width: 370px) {
  .p-btn-header {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-btn-header:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    filter: brightness(1.02); /* Giảm độ sáng để làm nhạt màu */
    transform: translateY(4px);
  }
}

.u-bold {
  font-weight: bold;
}

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

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

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

.u-underline {
  text-decoration: underline;
}