@charset "UTF-8";
/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

span {
  display: inline-block;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", "sans-serif";
  color: #333;
  line-height: 1.5;
}

img {
  height: auto;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

main {
  overflow: hidden !important;
}

@media (max-width: 1023px) {
  .main-top {
    padding-top: 76px;
  }
}
.main-margin {
  padding-top: 76px;
}

h2,
h3 {
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

.en {
  font-family: "Montserrat", "serif";
}

.sp-block {
  display: none;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

.tab-block {
  display: none;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block;
  }
}

.scrollable {
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  display: block;
}

/*
 * layout
 */
.header {
  width: 100%;
  position: fixed;
  z-index: 998;
}
@media (max-width: 1023px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 999;
  }
}
.header-white {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.header-inr {
  justify-content: space-between;
  max-width: 1392px;
  margin: 0 auto;
  padding: 12px 24px;
}
@media (max-width: 1023px) {
  .header-inr {
    max-width: none;
  }
}
.header-nav {
  gap: 32px;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .header-nav {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  .header-nav {
    gap: 16px;
    font-size: 1.39vw;
  }
}
.header-nav_inr {
  gap: 32px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .header-nav_inr {
    gap: 16px;
  }
}
.header-nav_inr li a {
  height: 100%;
}
.header-nav_language {
  font-size: 13px;
  gap: 10px;
}
@media (max-width: 1023px) {
  .header-nav_language {
    margin-top: 20px;
  }
}

.header__logo {
  display: block;
  font-size: 0;
}

.header__logo img {
  width: 100%;
  height: auto;
}

/* ハンバーガーボタンのデザイン */
.hamburger-button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
  display: none;
}
@media (max-width: 1023px) {
  .hamburger-button {
    display: block;
  }
}
.hamburger-button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}
.hamburger-button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.7rem));
  transition: transform 0.6s ease;
}
.hamburger-button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.6s ease;
}
.hamburger-button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.7rem));
  transition: transform 0.6s ease;
}
.hamburger-button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger-button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger-button.active > span:nth-child(2) {
  opacity: 0;
}
.hamburger-button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.nav-sp {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  display: none;
}
@media (max-width: 1023px) {
  .nav-sp {
    display: block;
  }
}
.nav-sp.active {
  opacity: 1;
  visibility: visible;
}
.nav-sp_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1rem 1.5rem 1rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.6s ease;
}
.nav-sp_menu {
  list-style: none;
  padding-left: 0;
  padding-top: 30px;
}
.nav-sp_link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem 1rem;
  border-bottom: solid 1px lightgray;
}

.nav-sp.active .nav-sp_inner {
  transform: translateX(0);
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

.language-deco {
  position: relative;
}
.language-deco::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #004d63;
}

.footer-wrapper {
  margin-top: 48px;
  align-items: flex-start !important;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column;
  }
}
.footer-navarea {
  align-items: flex-start !important;
  gap: 40px;
}
@media (max-width: 767px) {
  .footer-navarea {
    display: none !important;
  }
}
.footer-navarea ul {
  gap: 12px;
  align-items: flex-start !important;
}
.footer-navarea ul li {
  font-weight: 500;
}
.footer-navarea ul li a {
  font-size: 14px;
}
.footer-navarea ul li:nth-child(1) {
  color: #004d63;
  font-weight: 700;
}
.footer-sns {
  justify-content: flex-end;
  gap: 28px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer-sns {
    justify-content: flex-start;
  }
}
.footer-copyright {
  margin: 40px 0 48px;
  font-size: 12px;
  text-align: center;
}

.footer-sp {
  display: none;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer-sp {
    display: block;
  }
}
.footer-sp_item {
  position: relative;
}
.footer-sp_item ul {
  padding-bottom: 16px;
}
.footer-sp_item ul li a {
  font-weight: 500;
  display: block;
  padding: 14px 0 14px 8px;
  border-bottom: 1px solid #004d63;
}
.footer-sp_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #004d63;
  padding: 16px 0;
}
.footer-sp_link--on {
  color: #004d63;
}
.footer-sp_submenu {
  display: none;
  list-style: none;
  padding: 0;
}
.footer-sp .toggle-icon {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  border-radius: 10px;
  background: #004d63;
  display: block;
  z-index: 10;
}
.footer-sp .toggle-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  border-radius: 10px;
  background: #004d63;
  transition: transform 0.3s ease;
}
.footer-sp_link.open .toggle-icon::before {
  transform: translate(-50%, -50%) scaleY(0);
}

/*
 * object
 */
.top h2 {
  text-align: center;
}
.top-trouble {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .top-trouble {
    margin-top: 100px;
  }
}
.top-trouble h2 {
  margin-bottom: 100px;
}
.top-trouble h2 span {
  color: #5a93a4;
}
.top-trouble_inr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1023px) {
  .top-trouble_inr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px 40px;
  }
}
@media (max-width: 767px) {
  .top-trouble_inr {
    max-width: 500px;
    flex-direction: column;
    margin: 0 auto;
  }
}
.top-trouble_item {
  text-align: center;
  position: relative;
}
.top-trouble_item img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.top-trouble_item--text {
  display: grid;
  height: 100%;
}
.top-trouble_item--text p {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #004d63;
  letter-spacing: 1.8px;
  padding: 40px 20px 24px 20px;
  background-color: #f8f7f3;
  box-shadow: 8px 8px 12px 0px rgba(178, 172, 146, 0.25);
  border: 1px solid #fcf7e6;
  border-radius: 20px 20px 0px 20px;
}
@media (max-width: 1279px) {
  .top-trouble_item--text p {
    padding: 40px 22px 24px 22px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .top-trouble_item--text p {
    font-size: 18px;
  }
}
.top-trouble_item--text-en p {
  font-size: 16px;
  letter-spacing: 1px;
}
.top-trouble_item:nth-child(2) img {
  top: -54px;
}
.top-allow-bottom {
  display: table;
  margin: 60px auto 80px;
}
.top-solution {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .top-solution {
    text-align: center;
    margin-bottom: 60px;
  }
}
.top-solution .title-deco {
  margin: 0 auto 80px auto;
}
@media (max-width: 767px) {
  .top-solution .title-deco {
    margin: 0 auto 60px auto;
    font-size: min(5.86vw, 26px);
  }
}
.top-solution_contents {
  gap: 92px;
}
@media (max-width: 767px) {
  .top-solution_contents {
    text-align: left;
    margin-top: 60px;
  }
}
.top-solution_item {
  width: 100%;
  padding: 48px 0;
  position: relative;
}
.top-solution_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60vw;
  height: 100%;
  background-color: #f0f7f2;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-solution_item::before {
    width: 90vw;
  }
}
.top-solution_item:nth-child(odd)::before {
  left: 0%;
  border-radius: 0px 30px 30px 0px;
}
.top-solution_item:nth-child(even) .top-solution_item--inr {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .top-solution_item:nth-child(even) .top-solution_item--inr {
    flex-direction: column-reverse;
  }
}
.top-solution_item:nth-child(even)::before {
  right: 0%;
  border-radius: 30px 0px 0px 30px;
}
.top-solution_item--inr {
  justify-content: center;
  padding: 0 16px;
  gap: 26px;
}
@media (max-width: 767px) {
  .top-solution_item--inr {
    flex-direction: column-reverse;
  }
}
.top-solution_item--img {
  max-width: 44%;
}
@media (max-width: 767px) {
  .top-solution_item--img {
    max-width: 100%;
  }
}
.top-solution_item--text {
  width: 51.85%;
  max-width: 427px;
}
@media (max-width: 1023px) {
  .top-solution_item--text {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .top-solution_item--text {
    width: 100%;
    min-width: auto;
  }
}
.top-solution_item--text-en {
  max-width: 525px;
}
.top-solution_item--no {
  color: #5a93a4;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
}
.top-solution_item--no span {
  font-size: 32px;
  font-weight: 700;
  margin-left: 8px;
}
.top-solution_item--label {
  gap: 12px;
}
.top-solution_item--label li {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #5a93a4;
  padding: 4px 16px;
  border: 1px solid #5a93a4;
  border-radius: 4px;
  background-color: #fff;
}
.top-solution_item--language {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 700;
}
.top-solution_item--language span {
  margin-right: 22px;
}
.top-solution_item--language ul {
  gap: 12px;
}
.top-solution_item--list {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  gap: 2px;
}
.top-solution_item--list img {
  vertical-align: top;
  margin-right: 8px;
}
.top-solution_item h3 {
  color: #004d63;
  font-size: 32px;
  letter-spacing: 3.6px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .top-solution_item h3 {
    font-size: 28px;
  }
}
.top-solution_item p {
  line-height: 170%;
  letter-spacing: 1.6px;
  margin-bottom: 12px;
}
.top-case {
  padding: 233px 0 100px;
  background-color: #f9f9f9;
  position: relative;
}
@media (max-width: 767px) {
  .top-case {
    padding: 130px 0 100px;
  }
}
.top-case::before {
  content: "";
  background-image: url(../../assets/img/top/case-back.svg);
  width: 100%;
  max-width: 1159px;
  height: 309px;
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .top-case::before {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .top-case::before {
    top: 5%;
  }
}
.top-case::after {
  content: "";
  background-image: url(../../assets/img/top/case-top.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 154px;
  position: absolute;
  top: -0.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-case::after {
    height: 80px;
  }
}
.top-case .title-28 {
  margin-bottom: 16px;
  color: #5a93a4;
}
.top-case_text {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .top-case_text {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .top-case_text {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
.top-case_wrapper {
  gap: 80px;
}
.top-case_block {
  align-items: flex-end !important;
  width: 100%;
  padding: 122px 40px 40px 40px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 0px 12px 0px rgba(90, 147, 164, 0.16);
  position: relative;
}
@media (max-width: 1023px) {
  .top-case_block {
    display: flex;
    align-items: center !important;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .top-case_block {
    padding: 45px 16px 60px 16px;
  }
}
.top-case_block--inr {
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 1023px) {
  .top-case_block--inr {
    text-align: center;
    position: relative;
    top: auto;
    left: 0;
  }
}
.top-case_block--title {
  gap: 16px;
  margin-bottom: 24px;
  z-index: 3;
}
@media (max-width: 1023px) {
  .top-case_block--title {
    justify-content: center;
    flex-direction: column;
  }
}
.top-case_block--label {
  color: #5a93a4;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.4px;
  font-family: "Montserrat", "serif";
}
.top-case_block--label span {
  display: inline-block;
  font-size: 14px;
  font-family: "Noto Sans JP", "sans-serif";
  vertical-align: middle;
  margin-right: 4px;
}
.top-case_block h3 {
  font-size: 20px;
  letter-spacing: 2px;
}
.top-case_block--text {
  max-width: 650px;
  margin-left: auto;
  margin-top: 20px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .top-case_block--text {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
  }
}
.top-case_block--text h4 {
  gap: 12px;
  align-items: flex-start !important;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .top-case_block--text h4 {
    align-items: center !important;
  }
}
.top-case_block--text h4 span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 2.4px;
  padding: 4px 8px;
  background: linear-gradient(90deg, #01a39f 0%, #017abc 100%);
  color: #fff;
}
@media (max-width: 767px) {
  .top-case_block--text h4 span {
    font-size: 20px;
  }
}
.top-case_block--text__flex {
  align-items: flex-end !important;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .top-case_block--text__flex {
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    gap: 30px;
  }
}
.top-case_block--text p {
  width: 62.2%;
  line-height: 170%;
  letter-spacing: 1.6px;
  padding: 32px 40px;
  margin-left: 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 0px 16px;
  background-color: #fff;
  border: 1px solid #f9f9f9;
  position: relative;
}
@media (max-width: 1023px) {
  .top-case_block--text p {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .top-case_block--text p {
    padding: 20px 16px;
  }
}
.top-case_block--text p::before {
  content: "";
  background-image: url(../../assets/img/icon/dot.svg);
  background-size: 100% 100%;
  width: 33px;
  height: 28px;
  position: absolute;
  position: absolute;
  top: -10px;
  left: 32px;
}
.top-flow {
  padding: 100px 0;
  background-color: #e1ebef;
}
@media (max-width: 767px) {
  .top-flow {
    padding: 80px 0;
  }
}
.top-flow_wrapper {
  gap: 24px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-flow_wrapper {
    margin-top: 60px;
  }
}
.top-flow_block {
  width: 100%;
  gap: 35px;
  padding: 32px 40px;
  border-radius: 16px;
  border: 1px solid #dce7e8;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(160, 202, 197, 0.2);
  position: relative;
}
@media (max-width: 767px) {
  .top-flow_block {
    flex-direction: column;
    padding: 30px 16px;
  }
}
.top-flow_block--no {
  position: absolute;
  top: -20px;
  left: -16px;
}
.top-flow_block h3 {
  display: inline;
  background: linear-gradient(transparent 60%, #f2ebb1 40%);
  font-size: 24px;
  letter-spacing: 2.4px;
}
@media (max-width: 767px) {
  .top-flow_block h3 {
    font-size: 22px;
  }
}
.top-flow_block p {
  margin-top: 20px;
  letter-spacing: 1.6px;
  line-height: 170%;
}
.top-news {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .top-news {
    padding: 80px 0;
  }
}
.top-news_wrapper {
  justify-content: space-between;
  align-items: flex-start !important;
}
@media (max-width: 1023px) {
  .top-news_wrapper {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .top-news_wrapper {
    flex-direction: column;
  }
}
.top-news h2 {
  width: 15.93%;
  min-width: 176px;
  letter-spacing: 4px;
}
@media (max-width: 1023px) {
  .top-news h2 {
    min-width: 144px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .top-news h2 {
    width: auto;
    min-width: auto;
  }
}
.top-news_contents {
  width: 76.67%;
  background-color: #f8f7f3;
  border-radius: 16px;
  border: 1px solid #f4e9c5;
  box-shadow: 0px 0px 12px 0px rgba(178, 172, 146, 0.25);
  padding: 21px 60px 60px 60px;
}
@media (max-width: 767px) {
  .top-news_contents {
    width: 100%;
    padding: 21px 20px 60px 20px;
  }
}
.top-news .btn-page {
  margin-top: 40px;
}
.top-blog {
  padding: 100px 0;
  background-color: #f0f7f2;
  position: relative;
}
@media (max-width: 767px) {
  .top-blog {
    padding: 80px 0;
  }
}
.top-blog::before {
  content: "";
  background-image: url(../../assets/img/top/blog-deco1.png);
  background-repeat: no-repeat;
  width: 209px;
  height: 251px;
  position: absolute;
  top: 43px;
  left: 55px;
}
@media (max-width: 1023px) {
  .top-blog::before {
    background-size: 100% 100%;
    width: 167px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .top-blog::before {
    width: 104px;
    height: 125px;
    left: 3%;
    top: 5%;
  }
}
.top-blog::after {
  content: "";
  background-image: url(../../assets/img/top/blog-deco2.png);
  background-repeat: no-repeat;
  width: 231px;
  height: 292px;
  position: absolute;
  bottom: 0;
  right: 53px;
}
@media (max-width: 1023px) {
  .top-blog::after {
    background-size: 100% 100%;
    width: 184px;
    height: 233px;
  }
}
@media (max-width: 767px) {
  .top-blog::after {
    width: 115px;
    height: 146px;
    right: 3%;
  }
}
.top-blog .btn-normal {
  margin: 0 auto;
}

.about h2 {
  text-align: center;
}
.about-top {
  padding: 110px 0;
  background-image: url(../../assets/img/about/about-back.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 767px) {
  .about-top {
    background-position: top center;
  }
}
.about-top_wrapper {
  justify-content: center;
  gap: 36px;
}
@media (max-width: 1023px) {
  .about-top_wrapper {
    flex-wrap: wrap;
    gap: 26px;
  }
}
.about-top_text {
  width: 40.28%;
  min-width: 350px;
}
@media (max-width: 767px) {
  .about-top_text {
    width: 100%;
    min-width: auto;
  }
}
.about-top_text h2 {
  color: #004d63;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 3.6px;
  margin-bottom: 40px;
  padding: 0 10px;
  white-space: nowrap;
  display: inline-block;
  background: linear-gradient(transparent 50%, #f2ebb1 50%);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .about-top_text h2 {
    font-size: 32px;
  }
}
.about-top_text h2::before {
  content: "";
  background-image: url(../../assets/img/about/about-title-deco.svg);
  background-repeat: no-repeat;
  width: 84px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: -14%;
  transform: translateY(-50%);
  z-index: -1;
}
.about-top_text p {
  line-height: 170%;
  letter-spacing: 1.6px;
}
.about-top_text p:nth-child(2) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .about-top_text-en h2 {
    font-size: 28px;
  }
}
.about-top_img {
  width: 56.39%;
}
.about-features {
  padding: 80px 0 100px;
  background-color: #f8f7f3;
}
@media (max-width: 767px) {
  .about-features {
    padding: 70px 0 80px;
  }
}
.about-features_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .about-features_contents {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-features_contents-en h3 {
    font-size: 18px !important;
  }
}
.about-features_block {
  width: 46.51%;
  min-width: 380px;
  flex: 1;
  gap: 35px;
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #fcf7e6;
  box-shadow: 10px 10px 20px 0px rgba(178, 172, 146, 0.25);
}
@media (max-width: 767px) {
  .about-features_block {
    padding: 32px 16px;
    min-width: auto;
  }
}
.about-features_block h3 {
  color: #004d63;
  font-size: 20px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.about-features_block p {
  line-height: 170%;
  letter-spacing: 1.6px;
}
.about-features_block-en p {
  font-size: 15px;
}
.about-estimate {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .about-estimate {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .about-estimate h2 {
    font-size: 25px;
  }
}
.about-estimate h3 {
  font-size: 14px;
  color: #fff;
  padding: 1px 20px;
  background-color: #004d63;
  border-radius: 4px;
  margin-bottom: 4px;
  white-space: nowrap;
}
.about-estimate_contents {
  margin-top: 60px;
}
.about-estimate_block1 {
  gap: 38px;
  justify-content: center;
}
@media (max-width: 767px) {
  .about-estimate_block1 {
    flex-direction: column;
  }
}
.about-estimate_block1--item {
  width: 300px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .about-estimate_block1--item {
    width: 100%;
  }
}
.about-estimate_block1--item img {
  margin-bottom: 17px;
}
.about-estimate_block1--item__price {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 1023px) {
  .about-estimate_block1--item__price {
    font-size: 20px;
  }
}
.about-estimate_block1--item__price span {
  color: #5a93a4;
  font-size: 36px;
  font-family: "Montserrat", "serif";
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .about-estimate_block1--item__price span {
    font-size: 32px;
  }
}
.about-estimate_block1--item__price-en {
  white-space: nowrap;
}
.about-estimate_block1--item p {
  font-size: 14px;
}
.about-estimate_block1--item__en {
  font-size: 13px !important;
}
@media (max-width: 767px) {
  .about-estimate_block1--result {
    flex-direction: column;
  }
}
.about-estimate_block1--result picture {
  display: inline-block;
  text-align: center;
}
.about-estimate_block1--result__cost {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  white-space: nowrap;
  position: relative;
  text-align: center;
}
.about-estimate_block1--result__cost::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #004d63;
  position: absolute;
  bottom: 12px;
  left: -10px;
  transform: rotate(-15deg);
}
.about-estimate_block1--result__cost::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #004d63;
  position: absolute;
  bottom: 12px;
  right: -10px;
  transform: rotate(15deg);
}
.about-estimate_block1--result__cost span {
  font-size: 24px;
  color: #5a93a4;
  letter-spacing: 2.4px;
}
.about-estimate_block2 {
  justify-content: space-between;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #f2f2f2;
  background-color: #f9f9f9;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
}
@media (max-width: 767px) {
  .about-estimate_block2 {
    flex-direction: column;
    gap: 40px;
  }
}
.about-estimate_block2--item {
  gap: 14px;
}
.about-estimate_block2--item img {
  margin-bottom: 14px;
}
.about-estimate_block2--item p {
  line-height: 170%; /* 27.2px */
  letter-spacing: 1.6px;
}
.about-estimate_block2--item__cost {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Montserrat", "serif";
}
.about-estimate_block2--item__cost span {
  font-size: 32px;
  letter-spacing: 3.2px;
  color: #5a93a4;
}
.about-estimate_block2--item-en {
  min-width: 240px;
  text-align: center;
}
.about-estimate_block2--item-en .about-estimate_block2--item__cost {
  font-size: 18px;
  letter-spacing: 0;
}
.about-estimate_block2--moreover {
  font-size: 32px;
  letter-spacing: 1.6px;
  font-weight: 700;
}
.about-estimate_block2--moreover-en {
  font-size: 24px;
}
.about-picup {
  margin: 60px 0 100px;
  text-align: center;
}
.about-picup h2 {
  font-size: 32px;
  color: #004d63;
}
@media (max-width: 1279px) {
  .about-picup h2 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .about-picup h2 {
    font-size: min(4.8vw, 26px);
  }
}
.about-picup h2 span {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .about-picup h2 span {
    font-size: 20px;
  }
}
.about-picup_black {
  font-size: 24px;
  color: #333;
}
@media (max-width: 1023px) {
  .about-picup_black {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: min(4.26vw, 22px);
  }
}
.about-picup_img {
  margin: 60px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .about-picup_img {
    padding: 0 16px;
  }
}
.about-picup_img::before {
  content: "";
  background-image: url(../../assets/img/about/picup-back.svg);
  background-repeat: no-repeat;
  width: 1147px;
  height: 306px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-picup_img img {
  max-width: 600px;
  width: 100%;
}
.about-effect {
  margin-top: 170px;
  padding: 120px 0 190px;
  background-color: #f8f7f3;
  position: relative;
}
@media (max-width: 767px) {
  .about-effect {
    padding: 0px 0 80px;
  }
}
.about-effect::before {
  display: block;
  content: "";
  width: 120%;
  height: 150px;
  background-color: #f8f7f3;
  border-radius: 60% 60% 0 0;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .about-effect::before {
    z-index: -1;
  }
}
.about-effect_contents {
  margin: 40px auto 0 auto;
  text-align: center;
  gap: 40px;
}
.about-effect_contents strong {
  font-size: 24px;
  color: #5a93a4;
  letter-spacing: 2.4px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .about-effect_contents strong {
    font-size: 18px;
  }
}
.about-effect_contents p {
  line-height: 190%;
  letter-spacing: 1.6px;
}
.about-effect_img {
  text-align: center;
  margin-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .about-effect_img {
    max-width: 500px;
    margin: 40px auto 0 auto;
  }
}
.about-effect_img::before {
  content: "";
  background-image: url(../../assets/img/about/effect-img-deco1.png);
  background-size: 100% 100%;
  width: 260px;
  height: 294px;
  position: absolute;
  bottom: 33px;
  left: 10px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .about-effect_img::before {
    width: 208px;
    height: 235px;
    left: -10px;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about-effect_img::before {
    content: none;
  }
}
.about-effect_img::after {
  content: "";
  background-image: url(../../assets/img/about/effect-img-deco2.png);
  background-size: 100% 100%;
  width: 185px;
  height: 262px;
  position: absolute;
  bottom: 97px;
  right: 56px;
}
@media (max-width: 1023px) {
  .about-effect_img::after {
    width: 148px;
    height: 210px;
    right: 10px;
    bottom: 120px;
  }
}
@media (max-width: 767px) {
  .about-effect_img::after {
    content: none;
  }
}

.price {
  background-color: #f8f7f3;
  padding-bottom: 172px;
}
.price-free {
  height: 296px;
  background-color: #fff;
}
.price-free_inr {
  position: relative;
  top: 36px;
}
.price-free_inr::before, .price-free_inr::after {
  content: "";
  position: absolute;
}
@media (max-width: 1023px) {
  .price-free_inr::before, .price-free_inr::after {
    background-size: 100% 100%;
  }
}
.price-free_inr::before {
  background-image: url(../../assets/img/price/free-img1.svg);
  width: 109px;
  height: 182px;
  left: -39px;
  bottom: -26px;
}
@media (max-width: 1023px) {
  .price-free_inr::before {
    width: 87px;
    height: 145px;
    left: -31px;
  }
}
@media (max-width: 767px) {
  .price-free_inr::before {
    width: 48px;
    height: 80px;
    bottom: auto;
    bottom: -5px;
    left: 0px;
  }
}
.price-free_inr::after {
  background-image: url(../../assets/img/price/free-img2.svg);
  width: 176px;
  height: 175px;
  right: -113px;
  bottom: -33px;
}
@media (max-width: 1023px) {
  .price-free_inr::after {
    width: 141px;
    height: 140px;
    right: -70px;
  }
}
@media (max-width: 767px) {
  .price-free_inr::after {
    width: 80px;
    height: 80px;
    bottom: auto;
    bottom: -5px;
    right: -20px;
  }
}
.price-free_label {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #004d63;
  padding: 15px 40px;
  background-color: #d9d9d9;
  border-radius: 8px;
  margin-bottom: 27px;
  position: relative;
}
@media (max-width: 767px) {
  .price-free_label {
    width: 100%;
    max-width: 343px;
    font-size: 16px;
    padding: 15px 30px;
    text-align: center;
  }
}
.price-free_label::before {
  content: "";
  background-image: url(../../assets/img/icon/triangle.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.price-free_demo {
  width: 100%;
}
.price-free_demo h3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2.4px;
  color: #fff;
  padding: 12px 10px;
  background-color: #5a93a4;
  border-radius: 16px 16px 0px 0px;
}
@media (max-width: 767px) {
  .price-free_demo h3 {
    font-size: 18px;
  }
}
.price-free_demo--text {
  padding: 32px 40px;
  border: 3px solid #5a93a4;
  background-color: #fff;
  border-radius: 0px 0px 16px 16px;
  text-align: center;
}
.price-free_demo--text__price {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  justify-content: center;
}
.price-free_demo--text__price span {
  font-size: 64px;
  font-family: "Montserrat", "serif";
  margin-right: 4px;
}
.price-free_demo--text p {
  letter-spacing: 1.6px;
  margin-bottom: 24px;
}
.price-free_demo--text .btn-top_orange {
  margin: 0 auto;
}
.price-plan {
  margin-top: 270px;
}
@media (max-width: 767px) {
  .price-plan {
    margin-top: 300px;
  }
}
.price-plan_title {
  text-align: center;
  margin-bottom: 40px;
}
.price-plan_title h2 {
  line-height: 1;
}
@media (max-width: 1023px) {
  .price-plan_title h2 {
    font-size: min(4.8vw, 26px);
  }
}
@media (max-width: 767px) {
  .price-plan_title h2 {
    line-height: 1;
    font-size: 18px;
  }
}
.price-plan_title h2 span {
  font-size: 48px;
  color: #004d63;
  letter-spacing: 4.8px;
}
@media (max-width: 767px) {
  .price-plan_title h2 span {
    font-size: 32px;
  }
}
.price-plan_explanation {
  text-align: center;
  line-height: 170%;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}
.price-plan_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1279px) {
  .price-plan_main {
    gap: 28px;
  }
}
@media (max-width: 1023px) {
  .price-plan_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .price-plan_main {
    flex-direction: column;
    align-items: center !important;
  }
}
.price-plan_block {
  align-items: flex-start !important;
  gap: 32px;
  padding: 32px 24px 54px 24px;
  background-color: #fff;
  border: 1px solid #fcf7e6;
  border-radius: 16px;
  box-shadow: 10px 10px 20px 0px rgba(178, 172, 146, 0.25);
}
@media (max-width: 1023px) {
  .price-plan_block {
    max-width: 320px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .price-plan_block {
    width: auto;
  }
}
.price-plan_block h3 {
  display: table;
  margin: 0 auto;
  font-size: 20px;
  color: #004d63;
  letter-spacing: 2px;
}
@media (max-width: 1279px) {
  .price-plan_block h3 {
    font-size: 19px;
  }
}
.price-plan_block--monthlyfer span {
  font-weight: 700;
}
.price-plan_block--monthlyfer span:nth-child(1) {
  letter-spacing: 1.6px;
  margin-right: 12px;
}
.price-plan_block--monthlyfer span:nth-child(2) {
  font-size: 48px;
  font-family: "Montserrat", "serif";
  margin-right: 4px;
}
.price-plan_block--monthlyfer span:nth-child(3) {
  font-size: 24px;
  letter-spacing: 2.4px;
}
.price-plan_block ul {
  gap: 8px;
  align-items: stretch;
}
.price-plan_block ul li {
  font-weight: 500;
  flex: 1;
}
.price-plan_block ul li::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/img/icon/check-02.svg);
  width: 16px;
  height: 17px;
  margin: 0 4px 2px 0;
  vertical-align: middle;
}
.price-plan_block-en {
  padding: 32px 16px 54px 16px;
}
.price-plan_block-en .price-plan_block--monthlyfer {
  margin: 0 auto;
  white-space: nowrap;
}
.price-plan_block-en .price-plan_block--monthlyfer span {
  font-weight: 700;
}
.price-plan_block-en .price-plan_block--monthlyfer span:nth-child(1) {
  font-size: 36px;
  letter-spacing: 3.6px;
  margin-right: 4px;
}
.price-plan_block-en .price-plan_block--monthlyfer span:nth-child(3) {
  font-size: 20px;
  letter-spacing: 2.4px;
}
.price-caution {
  text-align: right;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 170%;
  margin: 21px 0 40px;
}
.price table {
  width: 1000px;
  border-collapse: collapse;
  margin: auto;
}
.price table tr {
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.price table th,
.price table td {
  min-width: 250px;
  height: 51px;
  border: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
}
.price table td {
  border-bottom: 1px solid #d9d9d9;
}
.price table td .dash {
  width: 13px;
  height: 2px;
  background-color: #5a93a4;
  vertical-align: middle;
}
.price table th {
  background-color: #5a93a4;
  color: white;
}
.price table .highlight {
  background-color: #f0f7f2;
}

.table-main img {
  vertical-align: middle;
}

.function-column {
  align-items: flex-start !important;
  justify-content: space-between;
  margin: 100px 0;
  gap: 20px;
}
@media (max-width: 767px) {
  .function-column {
    flex-direction: column;
    gap: 40px;
    margin: 24px 0 70px;
  }
}

.function-active {
  background-color: #E0EBEE;
}
.function-nav {
  width: 280px;
}
@media (max-width: 1279px) {
  .function-nav {
    width: 260px;
  }
}
@media (max-width: 1023px) {
  .function-nav {
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  .function-nav_sp {
    width: 100%;
    display: block !important;
    position: relative;
  }
}
.function-nav_title {
  width: 100%;
  height: 72px;
  justify-content: center;
  background-color: #5a93a4;
  border-radius: 8px 8px 0px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .function-nav_title {
    height: 58px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .function-nav_title {
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.6s ease;
    position: relative;
  }
}
.function-nav_title img {
  display: none;
}
@media (max-width: 767px) {
  .function-nav_title img {
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    transition: all 0.6s;
  }
}
.function-nav_title.open img {
  transform: rotate(180deg);
}
.function-nav_icon {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .function-nav_menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s ease;
  }
}
.function-nav_menu.show {
  display: block;
  max-height: 1000px;
}
.function-nav_title.open {
  border-radius: 8px 8px 0px 0px;
}
.function-nav ul li:last-child a {
  border-radius: 0px 0px 8px 8px;
}
.function-nav ul li a {
  width: 100%;
  height: 72px;
  padding: 16px 24px;
  justify-content: flex-start;
  font-weight: 700;
  color: #004d63;
  border-right: 1px solid #5a93a4;
  border-bottom: 1px solid #5a93a4;
  border-left: 1px solid #5a93a4;
  position: relative;
}
@media (max-width: 1279px) {
  .function-nav ul li a {
    padding: 16px 18px;
  }
}
@media (max-width: 1023px) {
  .function-nav ul li a {
    font-size: 14px;
    height: 58px;
  }
}
.function-nav ul li a::before {
  content: "";
  background-image: url(../../assets/img/icon/arrow-right-03.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .function-nav ul li a::before {
    width: 14px;
    height: 14px;
    right: 22px;
  }
}
.function-nav ul li a img {
  max-width: 38px;
}
@media (max-width: 1023px) {
  .function-nav ul li a img {
    max-width: 30px;
  }
}
.function-nav-en ul li a {
  font-size: 14px;
}

.company {
  margin: 100px 0 160px;
}
@media (max-width: 767px) {
  .company {
    margin: 60px 0 120px;
  }
}
.company .custom-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 767px) {
  .company .custom-table tr {
    display: flex;
    flex-direction: column;
  }
}
.company .custom-table th, .company .custom-table td {
  padding: 24px 0;
}
.company .custom-table th {
  font-weight: bold;
}
.company .custom-table td {
  border-bottom: 1px solid #D8D8D8;
}
.company .custom-table td:nth-child(1) {
  width: 20%;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #004d63;
}
@media (max-width: 767px) {
  .company .custom-table td:nth-child(1) {
    width: 100%;
  }
}
.company .custom-table td:nth-child(2) {
  width: 68.89%;
}
@media (max-width: 767px) {
  .company .custom-table td:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .company .custom-table td:nth-child(1), .company .custom-table td:nth-child(2) {
    width: auto;
    display: block;
  }
}

.news-main {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #fcf7e6;
  box-shadow: 10px 10px 30px 0px rgba(178, 172, 146, 0.1);
  padding: 60px;
}
@media (max-width: 767px) {
  .news-main {
    padding: 30px;
  }
}

.blog-main {
  padding: 60px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .blog-main {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .blog-main {
    padding: 30px 16px;
  }
}
.blog-author {
  padding: 28px 32px;
  background-color: #f9f9f9;
  border: 3px solid #d9d9d9;
  align-items: flex-start !important;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .blog-author {
    flex-direction: column;
    align-items: center !important;
  }
}
@media (max-width: 767px) {
  .blog-author {
    padding: 28px 16px;
  }
}
.blog-author_avatar {
  width: 29%;
  padding-right: 28px;
  text-align: center;
  border-right: 1px solid #d9d9d9;
}
@media (max-width: 1023px) {
  .blog-author_avatar {
    width: 100%;
    padding-right: 0;
    padding-bottom: 28px;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
}
.blog-author_avatar--top {
  max-width: 170px;
  font-size: 14px;
  color: #fff;
  padding: 8px 14px;
  background-color: #333;
  font-weight: 700;
  margin: 0 auto 18px auto;
  position: relative;
}
.blog-author_avatar--top::before {
  content: "";
  background-image: url(../../assets/img/icon/triangle-black.png);
  background-repeat: no-repeat;
  width: 11px;
  height: 10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.blog-author_avatar img {
  max-width: 100px;
  border-radius: 50%;
}
.blog-author_info {
  width: 72%;
  padding-left: 28px;
}
@media (max-width: 1023px) {
  .blog-author_info {
    width: 100%;
    padding-left: 0;
    padding-top: 28px;
  }
}
.blog-author_info--name {
  font-weight: 700;
  color: #004d63;
  margin-bottom: 12px;
}
.blog-author_info p {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 1.4px;
  margin-bottom: 0 !important;
}
.blog-connection {
  margin: 80px 0 120px;
}
.blog-connection_title {
  font-size: 20px;
  letter-spacing: 2px;
  color: #004d63;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.blog-connection_text {
  display: table;
  text-align: center;
  margin: 0 auto;
}

.works-main {
  padding: 80px;
  background-color: #f8f7f3;
  box-shadow: 10px 10px 30px 0px rgba(178, 172, 146, 0.25);
}
@media (max-width: 767px) {
  .works-main {
    padding: 40px 16px;
  }
}
.works-main_explanation {
  font-size: 32px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .works-main_explanation {
    font-size: min(6.93vw, 30px);
  }
}
.works-main_info {
  gap: 16px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .works-main_info {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.works-main_category {
  padding: 4px 16px;
  border: 1px solid #5a93a4;
  color: #5a93a4;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .works-main_category {
    font-size: 14px;
    padding: 3px 14px;
  }
}
.works-main_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .works-main_title {
    font-size: 16px;
  }
}
.works-main_data {
  font-family: "Montserrat", "serif";
  font-size: 14px;
  color: #abadb1;
  line-height: 170%;
  letter-spacing: 1.4px;
  margin-bottom: 28px;
}
.works-main_thumbnail {
  margin-bottom: 60px;
}
.works-main_contents {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 40px;
  border: 1px solid #fcf7e6;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .works-main_contents {
    padding: 32px 16px;
  }
}
.works-main_block {
  padding: 16px 0;
}
.works-main_block--label {
  display: inline-block;
  background: linear-gradient(90deg, rgba(1, 163, 159, 0.7) 0%, rgba(1, 122, 188, 0.7) 100%);
  padding: 0 20px;
  font-size: 15px;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 170%;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .works-main_block--label {
    font-size: 14px;
    padding: 0 18px;
  }
}
.works-main_block--text {
  line-height: 170%;
}
@media (max-width: 767px) {
  .works-main_block--text {
    font-size: min(3.73vw, 16px);
  }
}

.contact {
  background-color: #f8f7f3;
  padding: 100px 0 160px;
}
@media (max-width: 767px) {
  .contact {
    padding: 60px 0 100px;
  }
}
.contact-inr {
  background-color: #fff;
  border: 1px solid #fcf7e6;
  box-shadow: 10px 10px 30px 0px rgba(178, 172, 146, 0.1);
  border-radius: 16px;
  padding: 80px 140px;
}
@media (max-width: 1023px) {
  .contact-inr {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .contact-inr {
    padding: 40px 16px;
  }
}
.contact-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-text a {
  color: #5a93a4;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 1.4px;
  text-decoration: underline;
}
.contact-text-en {
  font-size: 14px;
}
.contact-text-en p:nth-child(2) {
  display: flex;
}
@media (max-width: 1023px) {
  .contact-text-en p:nth-child(2) {
    display: block;
  }
}
.contact-top {
  gap: 40px;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .contact-top {
    flex-direction: column;
  }
}
.contact-top_text {
  width: 53.75%;
}
@media (max-width: 767px) {
  .contact-top_text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-top_text h2 {
  font-size: 20px;
  line-height: 170%;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .contact-top_text h2 {
    text-align: center;
  }
}
.contact-top_text p {
  width: 88.37%;
  line-height: 170%;
  letter-spacing: 1.6px;
}
@media (max-width: 767px) {
  .contact-top_text p {
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.contact-top_img {
  width: 38.25%;
}
@media (max-width: 767px) {
  .contact-top_img {
    width: 100%;
    max-width: 306px;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .form {
    font-size: 14px;
  }
}
.form .wpcf7-form-control-wrap {
  width: 100%;
}
.form input,
.form textarea {
  width: 100%;
  border: 1px solid #DFDDD4;
  border-radius: 12px;
  background: #f8f7f3;
  padding: 12px;
}
@media (max-width: 767px) {
  .form input,
  .form textarea {
    padding: 10px;
  }
}
.form label {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 700;
}
.form .sns-area {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form .sns-area label {
  margin-bottom: 4px;
}
.form .sns-area_block label {
  margin-bottom: 8px;
}
.form .contact-label {
  font-size: 12px;
  padding: 2px 16px;
  color: #fff;
  border-radius: 12px;
  margin-left: 8px;
}
.form .contact-label_required {
  background-color: #5a93a4;
}
.form .contact-label_any {
  background-color: #78797E;
}

.thanks {
  background-color: #f8f7f3;
  padding: 100px 0 160px;
}
@media (max-width: 767px) {
  .thanks {
    padding: 60px 0 100px;
  }
}
.thanks-inr {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #fcf7e6;
  box-shadow: 10px 10px 30px 0px rgba(178, 172, 146, 0.1);
  padding: 80px 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks-inr {
    padding: 60px 16px;
  }
}
.thanks-inr h2 {
  font-size: 32px;
  letter-spacing: 3.2px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .thanks-inr h2 {
    font-size: min(5vw, 28px);
  }
}
.thanks-inr p {
  line-height: 170%;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .thanks-inr p {
    font-size: 14px;
  }
}

.privacypolicy {
  padding: 100px 0 160px;
}
@media (max-width: 767px) {
  .privacypolicy {
    padding: 60px 0 100px;
  }
}
.privacypolicy-inr {
  gap: 40px;
}
.privacypolicy-block {
  width: 100%;
  gap: 12px;
  align-items: flex-start !important;
}
.privacypolicy h2 {
  font-size: 18px;
  line-height: 170%;
  letter-spacing: 1.8px;
  padding: 4px 0px 4px 24px;
  border-left: 5px solid #5a93a4;
}
.privacypolicy p {
  line-height: 170%;
  letter-spacing: 1.6px;
}
.privacypolicy ul li {
  list-style: disc;
  margin-left: 1rem;
}
.privacypolicy ol li {
  list-style: decimal;
  margin-left: 1rem;
}

.mv-top {
  background-color: #d5e9e0;
  width: 100%;
  height: 600px;
  position: relative;
}
@media (max-width: 1023px) {
  .mv-top {
    height: 105vw;
    max-height: 900px;
  }
}
@media (max-width: 767px) {
  .mv-top {
    height: 166vw;
    max-height: 800px;
  }
}
.mv-top::before {
  content: "";
  background-image: url(../../assets/img/mv/mv-top.svg);
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 17/8;
  position: absolute;
  top: -16%;
  left: -12%;
}
@media (max-width: 1279px) {
  .mv-top::before {
    top: -15%;
  }
}
@media (max-width: 1023px) {
  .mv-top::before {
    top: 5%;
  }
}
.mv-top_inr {
  width: min(100% - 32px, 1250px);
  gap: 16px;
  justify-content: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .mv-top_inr {
    flex-direction: column;
  }
}
@media (max-width: 1279px) {
  .mv-top_inr {
    top: 50%;
  }
}
.mv-top_inr-en {
  width: min(100% - 32px, 1300px);
}
.mv-top_block {
  width: 47.6%;
}
@media (max-width: 1279px) {
  .mv-top_block {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.mv-top_block p {
  color: #004d63;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.mv-top_block p span {
  padding: 0 4px;
  background: linear-gradient(transparent 50%, #f2ebb1 50%);
}
.mv-top_block--chat {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #fff;
  background: linear-gradient(90deg, #01a39f 0%, #017abc 100%);
  padding: 2px 87px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mv-top_block--chat {
    width: 100%;
    max-width: 392px;
    padding: 2px 0;
  }
}
.mv-top_block h1 {
  font-size: 40px;
  font-weight: 900;
  color: #004d63;
  margin-bottom: 36px;
}
@media (max-width: 1279px) {
  .mv-top_block h1 {
    font-size: min(3.02vw, 36px);
  }
}
@media (max-width: 1023px) {
  .mv-top_block h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .mv-top_block h1 {
    font-size: min(6.4vw, 32px);
  }
}
.mv-top_block h1 span {
  font-size: 52px;
}
@media (max-width: 1279px) {
  .mv-top_block h1 span {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .mv-top_block h1 span {
    font-size: min(8vw, 36px);
  }
}
.mv-top_block-en {
  width: 54.69%;
}
@media (max-width: 1023px) {
  .mv-top_block-en {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .mv-top_block-en {
    width: 100%;
  }
}
.mv-top_block-en h1 {
  font-size: 36px;
  text-align: left;
}
@media (max-width: 1440px) {
  .mv-top_block-en h1 {
    font-size: 35px;
  }
}
@media (max-width: 1279px) {
  .mv-top_block-en h1 {
    font-size: min(2.63vw, 34px);
  }
}
@media (max-width: 1023px) {
  .mv-top_block-en h1 {
    font-size: 32px;
    display: inline-block;
    margin: 0 auto 36px auto;
  }
}
@media (max-width: 767px) {
  .mv-top_block-en h1 {
    font-size: min(4.8vw, 32px);
  }
}
@media (max-width: 767px) {
  .mv-top_block-en p {
    font-size: min(4.53vw, 20px);
  }
}
.mv-top_img {
  width: 51.2%;
}
@media (max-width: 1023px) {
  .mv-top_img {
    width: 100%;
    max-width: 640px;
  }
}
.mv-top_img-en {
  width: 44.53%;
}
.mv-top_deco {
  width: 100%;
}
.mv-top_illust {
  width: min(100% - 32px, 1050px);
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start !important;
  position: absolute;
  bottom: -26%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1023px) {
  .mv-top_illust {
    bottom: max(-25vw, -165px);
  }
}
@media (max-width: 767px) {
  .mv-top_illust {
    bottom: max(-18vw, -175px);
  }
}
@media (max-width: 767px) {
  .mv-top_illust img {
    width: 30%;
  }
}
.mv-page {
  padding: 56px 0;
  background-color: #004d63;
}
@media (max-width: 767px) {
  .mv-page {
    padding: 20px;
  }
}
.mv-page_title {
  text-align: center;
  color: #fff;
}
.mv-page_title h1 {
  font-size: 32px;
  letter-spacing: 3.2px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .mv-page_title h1 {
    font-size: 20px;
  }
}
.mv-page_title span {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mv-page_title span {
    font-size: 18px;
  }
}

.cta {
  background: linear-gradient(90deg, #01a39f 0%, #017abc 100%);
  padding: 80px 0;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .cta {
    padding: 60px 0;
  }
}
.cta::before {
  content: "";
  background-image: url(../../assets/img/cta/cta-back.png);
  width: 1181px;
  height: 599px;
  position: absolute;
  left: -16%;
  top: -28%;
  z-index: 1;
}
.cta-top {
  width: min(100% - 32px, 1080px);
  margin: 0 auto 80px auto;
  border-radius: 24px;
}
.cta-top_inr {
  gap: 30px;
  position: relative;
  z-index: 2;
}
.cta-top_inr h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 170%;
}
@media (max-width: 767px) {
  .cta-top_inr h2 {
    font-size: min(5.43vw, 26px);
    margin: 0 16px;
  }
}
.cta-main {
  max-height: 373px;
}
@media (max-width: 1023px) {
  .cta-main {
    max-height: none;
  }
}
.cta-main::before {
  left: 0%;
}
@media (max-width: 1023px) {
  .cta-main::before {
    top: -14%;
  }
}
@media (max-width: 767px) {
  .cta-main::before {
    top: -6%;
  }
}
.cta-main_inr {
  justify-content: space-between;
  align-items: flex-start !important;
}
@media (max-width: 1023px) {
  .cta-main_inr {
    flex-direction: column;
    align-items: center !important;
    gap: 40px;
  }
}
.cta-main_img {
  margin-top: -165px;
}
@media (max-width: 767px) {
  .cta-main_img {
    margin-top: -120px;
    max-width: 240px;
  }
}
.cta-main-en {
  max-height: 419px;
}
@media (max-width: 767px) {
  .cta-main-en {
    max-height: none;
  }
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.title-28 {
  font-size: 28px;
  letter-spacing: 2.8px;
}
.title-32 {
  font-size: 32px;
  letter-spacing: 3.2px;
}
@media (max-width: 767px) {
  .title-32 {
    font-size: 28px;
  }
}
@media (max-width: 1279px) {
  .title-32-en {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .title-32-en {
    font-size: min(5.86vw, 28px) !important;
  }
}
.title-36 {
  font-size: 36px;
  letter-spacing: 3.2px;
}
@media (max-width: 767px) {
  .title-36 {
    font-size: 30px;
  }
}
.title-40 {
  font-size: 40px;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .title-40 {
    font-size: 28px;
  }
}
.title-stick {
  display: block;
  margin: 28px auto 0 auto;
  width: 1px;
  height: 40px;
  background-color: #333;
}
.title-deco {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.title-deco::before, .title-deco::after {
  content: "";
  width: 4px;
  height: 40px;
  background-color: #5a93a4;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
}
.title-deco::before {
  left: -20px;
  transform: rotate(-15deg);
}
.title-deco::after {
  right: -20px;
  transform: rotate(15deg);
}
.title-deco_yellow h2 {
  background: linear-gradient(transparent 60%, #f2ebb1 40%);
}
@media (max-width: 767px) {
  .title-deco_yellow h2 {
    background: linear-gradient(transparent 60%, #f2ebb1 60%);
  }
}
.title-deco_green h2 {
  background: linear-gradient(transparent 60%, #d5e9e0 40%);
}
@media (max-width: 1023px) {
  .title-deco_green h2 {
    background: linear-gradient(transparent 60%, #d5e9e0 40%);
  }
}
.title-deco h2 {
  display: inline;
}

.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eba82c;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .btn-main {
    font-size: 18px;
  }
}
.btn-main:hover {
  background-color: #fff;
  color: #eba82c;
  border: 2px solid #eba82c;
  opacity: 1;
}
.btn-main_mv {
  width: 420px;
  height: 93px;
  border-radius: 90px;
}
@media (max-width: 1279px) {
  .btn-main_mv {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .btn-main_mv {
    width: 100%;
    max-width: 420px;
    height: 70px;
  }
}
.btn-main_cta--top {
  width: 520px;
  height: 81px;
  border-radius: 140px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn-main_cta--top {
    width: 90%;
    height: 71px;
    font-size: min(3.6vw, 18px);
  }
}
.btn-header {
  width: 180px;
  height: 43px !important;
  letter-spacing: 0.8px;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  background-color: #eba82c;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .btn-header {
    margin-top: 30px;
  }
}
.btn-page {
  font-weight: 700;
  color: #004d63;
  letter-spacing: 1.6px;
}
.btn-page img {
  margin-right: 8px;
}
.btn-page_right {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.btn-normal {
  width: 520px;
  height: 88px;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 90px;
  border: 3px solid #004d63;
  background-color: #004d63;
  box-shadow: 0px 0px 12px 0px rgba(0, 77, 99, 0.2);
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .btn-normal {
    width: 90%;
    max-width: 420px;
    height: 73px;
    font-size: 18px;
  }
}
.btn-normal:hover {
  color: #004d63;
  background-color: #fff;
}
.btn-normal_orange {
  background-color: #eba82c;
  border: none;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .btn-normal_orange {
    font-size: 16px;
    height: 43px;
  }
}
.btn-normal_single {
  width: 240px;
  height: 56px;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 16px 0px rgba(0, 77, 99, 0.25);
  margin: 0 auto;
}
.btn-normal_single:hover {
  border: 3px solid #004d63;
}
.btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  height: 90px;
  line-height: 90px;
  border-radius: 90px;
  border: 3px solid #004d63;
  background-color: #004d63;
  color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 77, 99, 0.2);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .btn-contact {
    width: 90%;
    font-size: 18px;
    height: 80px;
    line-height: 80px;
  }
}
.btn-contact:hover {
  background-color: #fff;
  color: #004d63;
}
@media (max-width: 767px) {
  .btn-contact-en {
    width: 95%;
    max-width: 440px;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
  }
}

.breadcrumbsWrap {
  background-color: #f9f9f9;
  padding: 20px 32px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .breadcrumbsWrap {
    display: none;
  }
}
.breadcrumbsWrap .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.breadcrumbsWrap .breadcrumb-separator {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../../assets/img/icon/arrow-right-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.breadcrumbsWrap span {
  color: #5a93a4;
}
.breadcrumbsWrap .current-item {
  color: #333;
}

.archive-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1023px) {
  .archive-main {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}
@media (max-width: 767px) {
  .archive-main {
    grid-template-columns: repeat(1, 1fr);
  }
}
.archive-beige {
  background-color: #f8f7f3;
}
.archive-gray {
  background-color: #f9f9f9;
}

.single-layout_main img {
  max-height: 480px;
}
.single-layout_main h2,
.single-layout_main h3,
.single-layout_main h4,
.single-layout_main h5 {
  letter-spacing: 1.8px;
  color: #004d63;
  font-size: 18px;
  margin-bottom: 16px;
}
.single-layout_main h2 {
  line-height: 170%;
  margin-bottom: 24px;
  padding: 4px 0px 4px 24px;
  border-left: 5px solid #5a93a4;
}
.single-layout_main h3 {
  padding-bottom: 8px;
  border-bottom: 2px solid #5a93a4;
}
.single-layout_main h4 {
  padding-left: 18px;
  position: relative;
}
.single-layout_main h4::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #5a93a4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.single-layout_main h5 {
  font-size: 16px;
  color: #5a93a4;
  letter-spacing: 1.6px;
}
.single-layout_main p {
  margin-bottom: 16px;
  line-height: 170%;
}
.single-layout_main ul li {
  list-style: disc;
  margin-left: 1rem;
  line-height: 170%;
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
.single-layout_main ol li {
  list-style: auto;
  margin-left: 1rem;
  margin-bottom: 20px;
}
.single-layout_main img {
  margin-bottom: 40px;
}
.single-layout_function {
  width: 71.88%;
}
@media (max-width: 767px) {
  .single-layout_function {
    width: 100%;
  }
}
.single-layout_function--block h1 {
  justify-content: center;
  padding: 10px 20px;
  background-color: #5a93a4;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}
.single-layout_function--block h1 img {
  margin: 0 16px 0 0;
}
.single-layout_news {
  padding: 100px 0 200px;
  background-color: #f8f7f3;
}
.single-layout_news .card-news_metainfo {
  margin-bottom: 26px;
}
.single-layout_news--title {
  font-size: 28px;
  margin-bottom: 40px;
}
.single-layout_news--content {
  background-color: #fff;
  padding: 60px;
  border-radius: 16px;
  border: 1px solid #fcf7e6;
  box-shadow: 10px 10px 30px 0px rgba(178, 172, 146, 0.15);
}
@media (max-width: 767px) {
  .single-layout_news--content {
    padding: 30px 16px;
  }
}
.single-layout_news--content p {
  margin-bottom: 40px;
}
.single-layout_news--content h2 {
  margin-bottom: 24px;
}
.single-layout_news--content h3, .single-layout_news--content h4 {
  margin-bottom: 20px;
}
.single-layout_news--content h5 {
  margin-bottom: 16px;
}
.single-layout_blog .card-blog_title {
  font-size: 28px;
}
.single-layout_blog .card-blog_metainfo {
  margin-bottom: 40px;
}
.single-layout_blog .card-blog_data {
  color: #9FB0B5;
}
.single-layout_blog p {
  margin-bottom: 40px;
}
.single-layout_works {
  padding: 80px 0 160px;
}
@media (max-width: 767px) {
  .single-layout_works {
    padding: 60px 0 120px;
  }
}

.pagination {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.pagination .page-numbers {
  background-color: #fff;
  color: #004d63;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 60px 2.5px 0 2.5px;
  box-shadow: 2px 2px 4px rgba(0, 77, 99, 0.1);
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 14px;
    padding: 8px 13px;
  }
}
.pagination .page-numbers:first-child {
  margin-left: 0;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .current {
  background-color: #004d63;
  color: #fff;
}
.pagination img {
  vertical-align: middle;
}
.pagination .next, .pagination .prev {
  background-color: transparent;
  box-shadow: none;
}
.pagination .next {
  margin-left: 55px;
  padding: 0;
}
@media (max-width: 767px) {
  .pagination .next {
    margin-left: 20px;
  }
}
.pagination .prev {
  margin-right: 55px;
  padding: 0;
}
@media (max-width: 767px) {
  .pagination .prev {
    margin-right: 20px;
  }
}

.card-blog_contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 80px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .card-blog_contents {
    margin: 60px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
.card-blog_img {
  aspect-ratio: 152/99;
  border-radius: 16px;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
.card-blog_title {
  font-weight: 700;
  margin-bottom: 12px;
}
.card-blog_metainfo {
  gap: 8px;
  margin-bottom: 16px;
}
.card-blog_data {
  font-size: 14px;
  font-weight: 700;
  color: #5a93a4;
}
.card-blog_label {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.1px;
  padding: 0 16px 2px 16px;
  border-radius: 9px;
  background: #004d63;
  box-shadow: 0px 4px 4px 0px rgba(0, 77, 99, 0.1);
}
.card-blog_tags {
  flex-wrap: wrap;
  font-size: 11px;
  gap: 16px;
  color: #abadb1;
}
.card-news {
  padding: 24px 0;
  border-bottom: 1px solid #d5e9e0;
}
.card-news_metainfo {
  gap: 16px;
  margin-bottom: 12px;
}
.card-news_label {
  font-size: 13px;
  color: #fff;
  background-color: #004d63;
  border-radius: 4px;
  font-weight: 500;
  line-height: 170%;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .card-news_label {
    font-size: 12px;
    padding: 0 10px;
  }
}
.card-news_data {
  color: #5a93a4;
  font-family: "Montserrat", "serif";
  letter-spacing: 1.6px;
  font-weight: 700;
}
.card-works_thumbnail {
  aspect-ratio: 64/37;
  position: relative;
}
.card-works_thumbnail img {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
}
.card-works_title {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(90deg, rgba(1, 163, 159, 0.7) 0%, rgba(1, 122, 188, 0.7) 100%);
  padding: 10px 17px;
  color: #fff;
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0.6px;
}
.card-works_inr {
  background-color: white;
  padding: 20px 24px;
  border-radius: 0px 0px 16px 16px;
  border-right: 1px solid #FCF7E6;
  border-bottom: 1px solid #FCF7E6;
  border-left: 1px solid #FCF7E6;
}
.card-works_explanation {
  height: 82px;
  color: #004d63;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.card-works_text {
  height: 85px;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 1.4px;
  border-top: 1px solid #d9d9d9;
  margin-top: 16px;
  padding-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.card-works_category {
  gap: 12px;
}
.card-works_category li {
  display: inline-block;
  margin-top: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.1px;
  color: #5a93a4;
  padding: 4px 12px;
  border: 1px solid #5a93a4;
  border-radius: 4px;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .post-navigation {
    margin-top: 40px;
  }
}
.post-navigation a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #004d63;
}
@media (max-width: 767px) {
  .post-navigation a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .post-navigation a img {
    width: 20px;
  }
}

.archive-padding {
  padding: 100px 0 160px;
}
@media (max-width: 767px) {
  .archive-padding {
    padding: 60px 0 100px;
  }
}
.archive-nav {
  justify-content: center;
  gap: 16px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .archive-nav {
    gap: 12px;
    margin-bottom: 60px;
  }
}
.archive-nav li a {
  padding: 8px 40px;
  line-height: 1;
  border: 2px solid #004d63;
  border-radius: 18px;
  letter-spacing: 1.6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 77, 99, 0.1);
}
@media (max-width: 767px) {
  .archive-nav li a {
    padding: 5px 15px;
    font-size: 14px;
  }
}
.archive-active {
  background-color: #004d63;
  color: #fff;
}

.container-700 {
  width: min(100% - 32px, 700px);
  margin: 0 auto;
}

.container-800 {
  width: min(100% - 32px, 800px);
  margin: 0 auto;
}

.container-840 {
  width: min(100% - 32px, 840px);
  margin: 0 auto;
}

.container-860 {
  width: min(100% - 32px, 860px);
  margin: 0 auto;
}

.container-880 {
  width: min(100% - 32px, 880px);
  margin: 0 auto;
}

.container-900 {
  width: min(100% - 32px, 900px);
  margin: 0 auto;
}

.container-910 {
  width: min(100% - 32px, 910px);
  margin: 0 auto;
}

.container-960 {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
}

.container-1000 {
  width: min(100% - 32px, 1000px);
  margin: 0 auto;
}

.container-1040 {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
}

.container-1080 {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
}

.container-1250 {
  width: min(100% - 32px, 1250px);
  margin: 0 auto;
}

.container-1280 {
  width: min(100% - 32px, 1280px);
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */