@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/EBGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/EBGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/EBGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic";
  font-size: 0.7142vw;
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  max-width: 1980px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.Inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Inner {
    padding: 0 2rem;
    box-sizing: border-box;
  }
}
.Inner--mini {
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .Inner--mini {
    max-width: 100%;
    padding: 0;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

body {
  background-color: #F6F6F6;
  color: #2F2F2F;
  overflow-x: hidden;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0; /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #999; /* 背景色 */
  /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%; /* menuの範囲 */
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: red;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px; /*  線の位置*/
  height: 3px; /*  線の太さ*/
  border-radius: 2px;
  background-color: #666; /* ボタンの色*/
  width: 45%; /*  ボタンに対する線の長さ*/
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*-----スライダーのためのcss------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  padding: 0;
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 50%; /*矢印の位置*/
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid red; /*矢印の色*/
  border-right: 2px solid red; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.Header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
}
.Header__container {
  max-width: calc(100% - 14rem);
  width: 100%;
  padding: 4rem 2rem;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Header__container {
    max-width: calc(100% - 4rem);
    padding: 2rem 0;
  }
}
.Header__container__logo {
  display: flex;
  align-items: center;
}
.Header__container__logo__img {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .Header__container__logo__img {
    width: 5.2rem;
  }
}
.Header__container__logo__text {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .Header__container__logo__text {
    font-size: 1rem;
    margin-left: 1rem;
  }
}
.Header__container__btn {
  display: block;
}
@media screen and (max-width: 768px) {
  .Header__container__btn {
    display: none;
  }
}

.Fix {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-bottom: 1rem;
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  .Fix {
    display: block;
    z-index: 100;
  }
}

.Header__container__btn__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  border: 0.1rem solid #DADADA;
  border-radius: 0.6rem;
}
@media screen and (max-width: 768px) {
  .Header__container__btn__link {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    width: fit-content;
  }
}
.Header__container__btn__link:hover {
  opacity: 0.9;
}
.Header__container__btn__link__left {
  position: relative;
  background-color: white;
  line-height: 1.4;
  text-align: center;
  font-size: 1.6rem;
  padding: 1rem 1rem;
}
@media screen and (max-width: 768px) {
  .Header__container__btn__link__left {
    font-size: 1.3rem;
    padding: 0.8rem 0.8rem;
  }
}
.Header__container__btn__link__left::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent white;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .Header__container__btn__link__left::after {
    right: -10px;
    border-width: 10px 0 10px 10px;
  }
}
.Header__container__btn__link__right {
  display: flex;
  align-items: center;
  background-color: #1a4d8c;
  color: white;
  padding: 2rem 3rem;
  white-space: nowrap;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .Header__container__btn__link__right {
    font-size: 1.5rem;
    padding: 1.7rem 1.5rem;
  }
}
.Header__container__btn__link__right span {
  font-size: 1.8rem;
  margin-left: 1rem;
  display: inline-block;
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .Header__container__btn__link__right span {
    font-size: 1.4rem;
    margin-left: 0.6rem;
  }
}
.Header__container__btn__link:hover .Header__container__btn__link__right span {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  .Header__container__btn__link:hover .Header__container__btn__link__right span {
    transform: translateX(3px);
  }
}

.Fv {
  height: 130rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .Fv {
    height: 70rem;
  }
}
.Fv::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 52%;
  transform: translateX(-50%);
  width: 200rem;
  height: 90rem;
  background: url(../img/fv_img.png) no-repeat center/contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .Fv::before {
    width: 150%;
    height: 30rem;
  }
}
.Fv__container {
  padding: 15rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .Fv__container {
    padding: 10rem 0 0 0;
  }
}
.Fv__container__content {
  position: relative;
}
.Fv__container__content__title {
  font-size: 8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Fv__container__content__title {
    font-size: 4rem;
  }
}
.Fv__container__content p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Fv__container__content p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.Fv__container__content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 15rem;
  background: url(../img/fv_text.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .Fv__container__content::before {
    bottom: -13rem;
    width: 200%;
  }
}

.gradient-text-container {
  font-size: 8rem;
  font-weight: 900;
  font-family: Arial, sans-serif;
  background-image: linear-gradient(to bottom, #12528A 50%, #0A365D 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .gradient-text-container {
    font-size: 4rem;
  }
}

.Service__container {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .Service__container {
    padding-bottom: 5rem;
  }
}
.Service__container__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Service__container__wrap {
    flex-direction: column;
  }
}
.Service__container__wrap__item {
  width: calc(33.333% - 2rem);
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Service__container__wrap__item {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.Service__container__wrap__item:last-of-type {
  margin-bottom: 0;
}
.Service__container__wrap__item img {
  width: 100%;
}
.Service__container__wrap__item__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .Service__container__wrap__item__text {
    width: calc(100% - 6rem);
  }
}
.Service__container__wrap__item__text h3 {
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 0.2rem solid #fff;
  text-align: center;
  padding-bottom: 2rem;
  max-width: 20rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Service__container__wrap__item__text h3 {
    font-size: 2.4rem;
  }
}
.Service__container__wrap__item__text p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.4rem;
}
@media screen and (max-width: 768px) {
  .Service__container__wrap__item__text p {
    font-size: 1.8rem;
  }
}

.Title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .Title {
    margin-bottom: 3rem;
  }
}
.Title__ja {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  background-color: #D2DFEA;
  padding: 0.2rem;
  padding: 1rem 3rem;
  border-radius: 2rem;
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .Title__ja {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
  }
}
.Title__en {
  font-family: Roboto;
  font-weight: 900;
  font-size: 7rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .Title__en {
    font-size: 3.4rem;
  }
}

.Cv {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Cv {
    padding: 0rem 0;
  }
}
@media screen and (max-width: 768px) {
  .Cv .Inner {
    padding: 0;
  }
}
.Cv__container {
  background: url(../img/cv_bg.png) no-repeat center/cover;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .Cv__container {
    background: url(../img/cv_bg_sp.png) no-repeat center/cover;
    height: auto;
    border: 0;
  }
}
.Cv__container__content {
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .Cv__container__content {
    width: 100%;
    max-width: calc(100% - 4rem);
    height: auto;
    border: 0;
  }
}
.Cv__container__content__left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .Cv__container__content__left {
    width: 100%;
    padding: 5.2rem 0;
    box-sizing: border-box;
  }
}
.Cv__container__content__left h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .Cv__container__content__left h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.Cv__container__content__left .Btn {
  background-image: linear-gradient(to bottom, #12528A 50%, #0A365D 50%);
  border-radius: 0.6rem;
  border: 0.2rem solid #DADADA;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  width: 41.5rem;
  height: 6.5rem;
  line-height: 6.5rem;
  box-sizing: border-box;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Cv__container__content__left .Btn {
    width: 100%;
    height: 6rem;
  }
}
.Cv__container__content__left .Btn span {
  font-size: 2.3rem;
  margin-left: 2rem;
  line-height: 6.5rem;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Cv__container__content__left .Btn span {
    transition: transform 0.3s ease;
    font-size: 2rem;
  }
}
.Cv__container__content__left .Btn:hover {
  opacity: 0.7;
  transition: transform 0.3s ease;
}
.Cv__container__content__left .Btn:hover span {
  transition: transform 0.3s ease;
  transform: translateX(5px);
}
.Cv__container__content__right {
  width: 40%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .Cv__container__content__right {
    width: 100%;
    position: absolute;
    right: -1rem;
    top: 0;
    width: 18.2rem;
    height: 18.2rem;
  }
}
.Cv__container__content__right img {
  width: 100%;
  height: 100%;
}

.Footer {
  background: url(../img/footer_bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .Footer {
    background: none;
  }
}
.Footer__container {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Footer__container {
    padding: 5rem 0 0 0;
  }
}
.Footer__container__content {
  background-color: #fff;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.1));
  border-radius: 3rem;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 6rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Footer__container__content {
    flex-direction: column;
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
  }
}
.Footer__container__content__logo {
  width: 15.6rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__content__logo {
    width: 10rem;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.Footer__container__content__logo img {
  width: 100%;
}
.Footer__container__content__text {
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__content__text {
    padding-left: 0;
  }
}
.Footer__container__content__text__address {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Footer__container__content__text__address {
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
  }
}
.Footer__container__content__text__copy {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Footer__container__content__text__copy {
    text-align: center;
  }
}
.Footer__container__img img {
  width: 100%;
}

.Features__container {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Features__container {
    padding: 5rem 0;
  }
}
.Features__container__content__item {
  margin-bottom: 25rem;
  padding: 6rem;
  border-radius: 3rem;
  box-sizing: border-box;
  background-color: #fff;
  position: sticky;
  top: 12rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .Features__container__content__item {
    padding: 2.4rem;
    position: relative;
    margin-bottom: 3rem;
    top: 0;
  }
}
.Features__container__content__item:last-of-type {
  margin-bottom: 0;
}
.Features__container__content__item__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .Features__container__content__item__inner {
    flex-direction: column;
  }
}
.Features__container__content__item__inner__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .Features__container__content__item__inner__img {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.Features__container__content__item__inner__img img {
  width: 100%;
}
.Features__container__content__item__inner__text {
  width: 60%;
  padding-left: 8rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Features__container__content__item__inner__text {
    width: 100%;
    padding-left: 0;
  }
}
.Features__container__content__item__inner__text__number .en {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 900;
  font-family: Roboto;
  color: #12528A;
}
@media screen and (max-width: 768px) {
  .Features__container__content__item__inner__text__number .en {
    font-size: 1.4rem;
  }
}
.Features__container__content__item__inner__text__number p {
  color: #12528A;
  font-size: 7.3rem;
  font-weight: 900;
  font-family: Roboto;
}
@media screen and (max-width: 768px) {
  .Features__container__content__item__inner__text__number p {
    font-size: 5.1rem;
  }
}
.Features__container__content__item__inner__text__food__title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .Features__container__content__item__inner__text__food__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2.6rem;
  }
}
.Features__container__content__item__inner__text__food__sub {
  color: #12528A;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .Features__container__content__item__inner__text__food__sub {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.Features__container__content__item__inner__text__food__dis {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Features__container__content__item__inner__text__food__dis {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.Features__container__content__item:nth-child(even) {
  background-color: #D2DFEA;
}

.Pricing {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Pricing {
    padding: 5rem 0 0 0;
  }
}

.Pricing__container__wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .Pricing__container__wrap {
    gap: 0;
    flex-direction: column;
  }
}
.Pricing__container__wrap__item {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .Pricing__container__wrap__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.card {
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 4rem;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .card {
    padding: 2.4rem;
  }
}
.card__header {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  border-radius: 2.5rem;
  display: inline-block;
  padding: 1rem 2rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .card__header {
    font-size: 1.8rem;
    padding: 0.5rem 1rem;
    width: 18rem;
    margin: 0 auto;
    margin-bottom: 2.4rem;
  }
}
.card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card__list__item {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 15px 10px;
  border-top: 1px solid #D7D7D7;
  height: 9.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .card__list__item {
    height: auto;
    padding: 1.6rem 0;
  }
}
.card__list__item:first-child .value {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .card__list__item:first-child .value {
    font-size: 2rem;
  }
}
.card .label {
  font-size: 2.6rem;
  margin-right: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .card .label {
    font-size: 2rem;
  }
}
.card .value {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .card .value {
    font-size: 2rem;
  }
}
.card .value--large {
  font-size: 2.2rem;
  font-weight: bold;
}
.card .tax {
  font-size: 1.6rem;
  margin-left: 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .card .tax {
    font-size: 1.4rem;
  }
}

.card--light {
  background-color: #ffffff;
}
.card--light .card__header {
  background-color: #f5f5f5;
  color: #333333;
}
.card--light .card__list__item .label, .card--light .card__list__item .value, .card--light .card__list__item .tax {
  color: #333333;
}

.Project__container__slick {
  padding: 0 !important;
}

.card--dark {
  background-image: linear-gradient(to bottom right, #12528A, #0A365D);
}
.card--dark .card__header {
  background-color: #0066ad;
  color: #ffffff;
}
.card--dark .card__list__item {
  border-top: 1px solid #fff;
}
.card--dark .card__list__item .label, .card--dark .card__list__item .tax {
  color: #fff;
}
.card--dark .card__list__item .value {
  color: #ffffff;
}
.card--dark .card__list__item .value--large {
  color: #ffffff;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .card--dark .card__list__item .value--large {
    font-size: 2.4rem;
  }
}
.card--dark .card__list__item .value__ml {
  margin-left: 0.5rem;
}

.Project {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Project {
    padding: 5rem 0;
  }
}

.Project__container__slick {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 5rem 0;
}

.Project__container__slick__item {
  box-sizing: border-box;
  outline: none;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .Project__container__slick__item {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.Project__container__slick__item a {
  border-radius: 2rem;
  padding: 1.5rem;
  background-color: #DFDFDF;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 768px) {
  .Project__container__slick__item a {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.Project__container__slick__item a video {
  width: 100%;
  border-radius: 2rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .Project__container__slick__item a video {
    border-radius: 1rem;
  }
}
.Project__container__slick__item a video:hover {
  transform: scale(1.07);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.tiktok-placeholder {
  width: 100%;
  max-width: 605px;
  min-width: 325px;
  height: 740px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.tiktok-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2s infinite;
}

.tiktok-loading {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.tiktok-embed {
  margin: 0 auto;
}

.slick-slide {
  outline: none;
}

.Project__container__slick .slick-arrow {
  display: none !important;
}
.Project__container__slick .slick-dots {
  display: none !important;
}

.Flow__container {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Flow__container {
    padding: 5rem 0;
  }
}
.Flow__container__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap {
    flex-direction: column;
    gap: 0;
  }
}
.Flow__container__wrap__item {
  width: calc((100% - 8rem) / 3);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item {
    width: 100%;
    height: 18.8rem;
    margin-bottom: 2rem;
  }
}
.Flow__container__wrap__item:last-of-type {
  margin-bottom: 0;
}
.Flow__container__wrap__item img {
  width: 100%;
}
.Flow__container__wrap__item__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  width: 90%;
}
.Flow__container__wrap__item__text__number {
  font-size: 2.4rem;
  font-weight: 900;
  font-family: Roboto;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__text__number {
    font-size: 2rem;
  }
}
.Flow__container__wrap__item__text__title {
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Flow__container__wrap__item__text__title {
    font-size: 2.4rem;
  }
}

.Message__container {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Message__container {
    padding: 5rem 0;
  }
}
.Message__container__content {
  border-radius: 3rem;
  background-color: #fff;
  padding: 6rem;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Message__container__content {
    flex-direction: column;
    padding: 2.4rem;
    border-radius: 1rem;
  }
}
.Message__container__content__img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .Message__container__content__img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.Message__container__content__img img {
  width: 100%;
}
.Message__container__content__text {
  width: 60%;
  padding-left: 9rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .Message__container__content__text {
    width: 100%;
    padding-left: 0;
  }
}
.Message__container__content__text__head__name {
  border-bottom: 0.1rem solid #D7D7D7;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .Message__container__content__text__head__name {
    padding-top: 0;
    padding-bottom: 2.6rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.Message__container__content__text__head__name .min {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Message__container__content__text__head__name .min {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.Message__container__content__text__head__name .big {
  font-size: 3.2rem;
  font-weight: bold;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .Message__container__content__text__head__name .big {
    font-size: 2.4rem;
    margin-left: 0;
  }
}
.Message__container__content__text__head__dis {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .Message__container__content__text__head__dis {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 3rem;
  }
}
.Message__container__content__text__food p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .Message__container__content__text__food p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.Faq__container {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .Faq__container {
    padding: 0 0 5rem 0;
  }
}
.Faq__container__wrap__item {
  width: 100%;
  margin-bottom: 4rem;
}
.Faq__container__wrap__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .Faq__container__wrap__item {
    margin-bottom: 2.4rem;
  }
}

.faq-card {
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 6rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .faq-card {
    padding: 2.4rem;
    border-radius: 1rem;
  }
}
.faq-card__question, .faq-card__answer {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}
.faq-card__label-q, .faq-card__label-a {
  font-size: 4.4rem;
  font-weight: bold;
  margin-right: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq-card__label-q, .faq-card__label-a {
    font-size: 2.6rem;
  }
}
.faq-card__label-q {
  color: #004a80;
}
.faq-card__label-a {
  color: #cc0000;
}
.faq-card__text__question {
  font-size: 3.2rem;
  font-weight: bold;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .faq-card__text__question {
    font-size: 1.8rem;
  }
}
.faq-card__text__answer {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .faq-card__text__answer {
    font-size: 1.6rem;
    margin-left: 1.5rem;
  }
}
.faq-card__text__answer ul {
  list-style-position: outside;
  list-style: disc !important;
  padding-left: 1em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .faq-card__text__answer ul {
    font-size: 1.6rem;
  }
}
.faq-card__text__answer ul li {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .faq-card__text__answer ul li {
    font-size: 1.6rem;
  }
}
.faq-card__divider {
  border: none;
  border-top: 1px solid #D7D7D7;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .faq-card__divider {
    margin: 2rem 0;
  }
}