@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.pc {
  display: none;
}
@media (min-width: 992px) {
  .pc {
    display: block;
  }
}

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

/*1.0rem=10px*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background-color: #f5fbfe;
  color: #002039;
  font-weight: 500;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  overflow-x: hidden;
  padding-top: 72px;
}
@media (min-width: 992px) {
  body {
    padding-top: 100px;
  }
}

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

button {
  background-color: transparent;
  cursor: pointer;
}

em {
  font-style: normal;
}

input,
label,
a {
  cursor: pointer;
}

a {
  transition: all 0.2s linear 0s;
}
a:hover {
  opacity: 0.7;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  height: 72px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 32, 57, 0.08);
}
@media (min-width: 992px) {
  .l-header {
    height: 100px;
    overflow-x: hidden;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 80px 0 16px;
}
@media (min-width: 992px) {
  .l-header__inner {
    width: 100%;
    flex-shrink: 0;
    justify-content: center;
    gap: 50px;
    padding-inline: clamp(16px, 4vw, 64px);
  }
}
@media (min-width: 1300px) {
  .l-header__inner {
    gap: 170px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
  color: #002039;
}
@media (min-width: 992px) {
  .l-header__logo {
    flex-shrink: 0;
    min-width: auto;
  }
}
.l-header__logo:hover {
  opacity: 0.8;
}
.l-header__logo-img {
  width: 67px;
  height: 48px;
  flex-shrink: 0;
}
.l-header__logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
@media (min-width: 992px) {
  .l-header__logo-text {
    flex-shrink: 0;
    min-width: auto;
  }
}
.l-header__logo-catch {
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .l-header__logo-catch {
    white-space: nowrap;
  }
}
.l-header__logo-name {
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .l-header__logo-name {
    white-space: nowrap;
  }
}
.l-header__logo-en {
  font-size: 8px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .l-header__logo-en {
    white-space: nowrap;
  }
}
.l-header__right {
  display: none;
}
@media (min-width: 992px) {
  .l-header__right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    min-width: auto;
  }
}
.l-header__nav {
  flex-shrink: 1;
  min-width: 0;
}
@media (min-width: 992px) {
  .l-header__nav {
    flex-shrink: 0;
    min-width: auto;
  }
}
.l-header__nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__nav ul li {
  flex-shrink: 0;
  text-align: center;
}
.l-header__nav ul a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #002039;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.l-header__nav ul a:hover {
  color: #00b5ba;
}
.l-header__btns {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}

.drawer-icon {
  display: block;
  width: 72px;
  height: 72px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #00b5ba;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-bars {
  display: inline-block;
  width: 33px;
  height: 18px;
  position: relative;
}

.drawer-bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.3s;
}
.drawer-bar:nth-of-type(1) {
  top: 0;
}
.drawer-bar:nth-of-type(2) {
  top: 8px;
}
.drawer-bar:nth-of-type(3) {
  top: 16px;
}
.is-checked .drawer-bar:nth-of-type(1) {
  top: 8px;
  transform: rotate(-45deg);
}
.is-checked .drawer-bar:nth-of-type(2) {
  opacity: 0;
}
.is-checked .drawer-bar:nth-of-type(3) {
  top: 8px;
  transform: rotate(45deg);
}

.drawer-content-cover {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: #f5fbfe;
  padding: 80px 24px 40px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  overflow-y: auto;
}
.drawer-content-cover.is-checked {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .drawer-content-cover {
    display: none;
  }
}

.l-header__hamburger-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__hamburger-menu ul li a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #002039;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #e2e8f0;
}

.l-footer {
  background: #002039;
  color: #ffffff;
  padding: 64px 24px 40px;
  text-align: center;
}
.l-footer__brand {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
.l-footer__name {
  font-size: 16px;
  margin-bottom: 24px;
}
.l-footer__info {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.l-footer__info a {
  color: #00c4b4;
  text-decoration: none;
}
.l-footer__info--site {
  margin-bottom: 16px;
}
.l-footer__info:not(.l-footer__info--site) {
  margin-bottom: 40px;
}
.l-footer__copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.9;
}

.c-inner__center {
  min-width: 0;
  width: 85%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .c-inner__center {
    min-width: 330px;
  }
}
@media (min-width: 992px) {
  .c-inner__center {
    width: 80%;
  }
}

.c-inner__left {
  width: 85%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 992px) {
  .c-inner__left {
    width: 80%;
  }
}

.c-inner__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-inner__flex.--sp_block {
  display: block;
}
@media (min-width: 992px) {
  .c-inner__flex.--sp_block {
    display: flex;
  }
}

.c-heading {
  text-align: center;
  margin: 65px 0 20px;
}

.c-heading__jp {
  font-size: 35px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -2px;
  text-align: center;
  color: #000;
  position: relative;
}
.c-heading__jp::before {
  content: "";
  background-image: url(../img/logo-heading.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 992px) {
  .c-heading__jp::before {
    width: 74px;
    height: 74px;
  }
}
.c-heading__jp.--contact {
  letter-spacing: 0em;
  color: #fff;
}
.c-heading__jp.--contact::before {
  background-image: none;
}
.c-heading__jp.--contact + .c-heading__en {
  letter-spacing: 0em;
  color: #fff;
  padding: 5px 0;
}

.c-heading__en {
  display: inline-block;
  margin-top: -10px;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  color: #000;
}

.c-icon {
  position: relative;
}
.c-icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.c-icon::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

/***********************************************
左から右へグイっと登場
************************************************/
.c-icon__from-left {
  animation: fadeIn 1s cubic-bezier(0.9, 0, 0.2, 1) 0.5s 1 normal backwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-icon__keyword {
  position: absolute;
  color: transparent;
}

/***********************************************
文字の両サイドに画像配置
************************************************/
.c-icon__both-side {
  position: relative;
}
.c-icon__both-side::before, .c-icon__both-side::after {
  content: "";
  display: inline-block;
  width: 10%;
  aspect-ratio: 100/133;
  background-image: url();
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c-icon__both-side::after {
  background-image: url();
}

/***********************************************
アンダーライン
************************************************/
.c-icon__marker {
  background: linear-gradient(transparent 60%, yellow 30%);
  display: inline-block;
}

.c-icon__under-line {
  border-bottom: 10px solid #000;
  display: inline-block;
  padding-bottom: 10px;
}

/***********************************************
　ハンバーガーメニュー　細いスクロールバー
************************************************/
.c-icon__scroll-bar {
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  overflow-y: auto;
}
.c-icon__scroll-bar::-webkit-scrollbar {
  width: 5px;
  height: 2px;
  border-radius: 10px;
}
.c-icon__scroll-bar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D5D5D5;
}
.c-icon__scroll-bar::-webkit-scrollbar-thumb {
  background-color: #969696;
}

/***********************************************
　MV　SCROLL DOWN のモーション
************************************************/
.c-icon__scrolldown1 {
  position: absolute;
  left: 30px;
  bottom: -50px;
  height: 50px;
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/
/*スクロールダウン全体の場所*/
.c-icon__scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 58px;
  bottom: 69px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.c-icon__scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -32px;
  bottom: 59px;
  /*テキストの形状*/
  color: #D5C1A1;
  width: 70px;
  font-size: 14px;
  font-weight: 400;
  transform: rotate(90deg);
}

/* 線の描写 */
.c-icon__scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 2px;
  height: 30px;
  background: #D5C1A1;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 55px;
    opacity: 0;
  }
}
/* ------------------------------------
ドキドキするボタン
  ------------------------------------*/
a.c-button__doki {
  animation-name: dokidoki;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  display: block;
  text-decoration: none !important;
  text-align: center;
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
/***********************************************
ボタンがキラッと光る
************************************************/
/* ------------------------------------
ボタンの基本スタイル
------------------------------------*/
/* ボタン自体のスタイル */
.shine-button,
.shine-button2 {
  /* ボタンを光らせるために必要 */
  position: relative;
  /* ボタンの位置を基準にするため relative指定 */
  overflow: hidden;
  /* ボタンの外の領域は非表示 */
}

/* ------------------------------------
  ボタンの外側にボックス作成
  （疑似要素「before」を使う）
  ------------------------------------*/
.shine-button::before,
.shine-button2::before {
  content: "";
  /* 文字は表示しないので中身無しを指定 */
  position: absolute;
  /* ボタンの位置を基準に絶対値指定する */
  display: block;
  /* 形式はblock */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  /* 背景色は透明から白になるグラデーション */
  width: 50px;
  /* 横幅 */
  height: 50px;
  /* 縦幅 */
  top: -60px;
  /* ボタン左上を基準に上へ60pxの位置 */
  left: -60px;
  /* ボタン左上を基準に左へ60pxの位置 */
  /* アニメーションの動作指定 */
  animation-name: shine-run;
  /* アニメーション名の指定 */
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 3s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in;
  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
  /* アニメーションの無限繰り返しの指定 */
}

.shine-button2::before {
  background: linear-gradient(to right, rgba(255, 223, 64, 0), #fffdf3);
  z-index: 999;
}

/* ------------------------------------
  アニメーションのタイミングとボックスの
  拡大率、角度、透過率の指定
  ------------------------------------*/
@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    /* アニメ開始時は大きさ0、50度の傾き */
    opacity: 0;
    /* アニメ開始時は全透過 */
  }
  40% {
    transform: scale(1) rotate(50deg);
    /* 40%まで進む間に大きさを等倍に。傾きは50度のまま*/
    opacity: 1;
    /* 透過しない（しっかり表示される）ように1を設定 */
  }
  100% {
    transform: scale(250) rotate(50deg);
    /* 最後は元の大きさの250倍になるようにする。傾きは50度のまま*/
    opacity: 0;
    /* 全透過になるようにして、徐々に消えるような変化を付ける */
  }
}
/***********************************************
read more　線の色が変わる
************************************************/
/*== 線の上を別の線が伸びる */
.c-button__more {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  color: #fff;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

/*線の設定*/
.c-button__more::before,
.c-button__more::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: #333;
  width: 50%;
  height: 2px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}

.c-button__more.--white::before,
.c-button__more.--white::after {
  /*線の形状*/
  background: #fff;
}

/*hover時に伸びる線の形状*/
.c-button__more::after {
  width: 0;
  background: #ffffff;
}

.c-button__more.--white::after {
  background: #333;
}

/*hover時に100%に伸びる*/
.c-button__more:hover::after {
  width: 50%;
}

/*矢印の設定*/
.c-button__more span {
  position: relative;
}

.c-button__more span::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 0.6em;
  right: -36px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

.c-button__more.--white span::after {
  border-color: #fff;
}

/*hover時に矢印が移動*/
.c-button__more:hover span::after {
  right: -41px;
}

.--side {
  /*== 線の上を別の線が伸びる */
  /*線の設定*/
  /*hover時に伸びる線の形状*/
  /*hover時に100%に伸びる*/
  /*矢印の設定*/
  /*hover時に矢印が移動*/
}
.--side .c-button__more {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  color: #fff;
  padding: 10px 80px 10px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media (min-width: 992px) {
  .--side .c-button__more {
    padding-right: 137px;
  }
}
.--side .c-button__more::before,
.--side .c-button__more::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 105px;
  background: #5d595a;
  width: 24%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .--side .c-button__more::before,
  .--side .c-button__more::after {
    bottom: 23px;
    left: 129px;
  }
}
.--side .c-button__more.--white::before,
.--side .c-button__more.--white::after {
  /*線の形状*/
  background: #fff;
}
.--side .c-button__more::after {
  width: 0;
  background: #ffffff;
}
.--side .c-button__more.--white::after {
  background: #000000;
}
.--side .c-button__more:hover::after {
  width: 24%;
}
.--side .c-button__more span {
  position: relative;
}
.--side .c-button__more span::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 0.6em;
  right: -36px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}
.--side .c-button__more.--white span::after {
  border-color: #fff;
}
.--side .c-button__more:hover span::after {
  right: -41px;
}

.c-section-heading {
  text-align: center;
  margin-bottom: 48px;
}
.c-section-heading__label {
  display: inline-block;
  margin: 0 0 16px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(86.06deg, #00b5ba 0%, #1a2b55 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-section-heading__label--white {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: none;
}
.c-section-heading__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0.05em;
  color: #002039;
}
@media (max-width: 767px) {
  .c-section-heading__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.c-section-heading__title--white {
  color: #ffffff;
}
.c-section-heading__lead {
  margin-top: 40px;
  font-size: 16px;
  line-height: 28px;
  color: #475569;
  letter-spacing: 0.8px;
}
.c-section-heading__deco {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
}
.c-section-heading__deco::before, .c-section-heading__deco::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00b5ba);
}
.c-section-heading__deco::after {
  background: linear-gradient(90deg, #00b5ba, transparent);
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
  border: none;
  cursor: pointer;
}
.c-btn:hover {
  opacity: 0.85;
}
.c-btn--teal {
  background-color: #00b5ba;
  color: #ffffff;
}
.c-btn--orange {
  background-color: #f89e45;
  color: #ffffff;
}
.c-btn--header {
  height: 40px;
  padding: 0 24px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.c-btn--lg {
  height: 60px;
  min-width: min(300px, 100%);
  max-width: 100%;
  padding: 0 32px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.c-btn__badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.c-btn__badge--teal {
  color: #00b5ba;
}
.c-btn__badge--orange {
  color: #f89e45;
}
.c-btn__arrow {
  width: 4px;
  height: 8px;
}

.p-top__s1 {
  position: relative;
  min-height: 712px;
  padding-top: 72px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-top__s1 {
    padding-top: 100px;
    padding-top: 60px;
    min-height: 600px;
  }
}
.p-top__s1__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/hero-bg-blue.jpg") center/cover no-repeat;
}
.p-top__s1__visual {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  z-index: 1;
}
.p-top__s1__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  mix-blend-mode: lighten;
}
.p-top__s1__inner {
  position: relative;
  z-index: 3;
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 150px 80px 0;
}
@media (max-width: 991px) {
  .p-top__s1__inner {
    padding: 24px 24px 80px;
  }
}
.p-top__s1__badge {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 20px;
  background: linear-gradient(59.79deg, #fbcb21 0%, #f89e45 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding: 6px 10px;
  letter-spacing: 0.02em;
}
@media (max-width: 991px) {
  .p-top__s1__badge {
    white-space: normal;
  }
}
@media (min-width: 400px) {
  .p-top__s1__badge {
    padding: 8px 12px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
.p-top__s1__title {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 24px;
}
.p-top__s1__title em {
  color: #00b5ba;
  font-style: normal;
}
@media (max-width: 991px) {
  .p-top__s1__title {
    font-size: 36px;
  }
}
.p-top__s1__lead {
  font-size: 18px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.05em;
  margin-bottom: 48px;
  max-width: 558px;
}
.p-top__s1__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.p-top__s2 {
  position: relative;
  padding: 100px 0 120px;
  background-color: #f5fbfe;
  background-image: url("../img/s2-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-top__s2 .c-section-heading {
  margin-bottom: 56px;
}
.p-top__s2__title-accent {
  color: #00b5ba;
}
.p-top__s2__inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .p-top__s2__inner {
    padding: 0 0px;
  }
}
.p-top__s2__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .p-top__s2__cards {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.p-top__s2__card-img {
  aspect-ratio: 364/248;
  overflow: hidden;
  margin-bottom: 20px;
}
.p-top__s2__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__s2__card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #002039;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.p-top__s2__card-text {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
  letter-spacing: 0.05em;
}
.p-top__s2__card-text strong {
  color: #f89e45;
  font-weight: 700;
}
.p-top__s2__cta {
  margin-top: 48px;
  text-align: center;
}
.p-top__s2__cta-arrow {
  margin-bottom: 16px;
}
.p-top__s2__cta-arrow img {
  display: block;
  width: 40px;
  height: 79px;
  margin: 0 auto;
}
.p-top__s2__cta-box {
  position: relative;
  max-width: 800px;
  margin: 24px auto 0;
  min-height: 210px;
  padding: 32px 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: url("../img/cta-banner.svg") center/100% 100% no-repeat;
  color: #ffffff;
}
.p-top__s2__cta-sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 24px;
  background: #ffffff;
  color: #043d51;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-top__s2__cta-sub {
    max-width: 483px;
    white-space: normal;
  }
}
.p-top__s2__cta-main {
  width: 100%;
}
.p-top__s2__cta-main-line {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-top__s2__cta-main-brand {
  font-size: 32px;
}

.p-top__solution01 {
  background-color: #e8f2f7;
}
.p-top__solution01 .p-top__s3,
.p-top__solution01 .p-top__s4,
.p-top__solution01 .p-top__s5 {
  background-color: #e8f2f7;
}

.p-top__solution02 {
  background-color: #f5fbfe;
}
.p-top__solution02 .p-top__s6,
.p-top__solution02 .p-top__s7 {
  background-color: #f5fbfe;
}

.p-top__s3 {
  padding: 100px 0 80px;
  background-color: #e8f2f7;
}
.p-top__s3__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .p-top__s3__inner {
    padding: 0;
  }
}
.p-top__s3__heading {
  margin-bottom: 48px;
}
.p-top__s3__heading-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-top__s3__heading-img--sp {
  display: block;
  max-width: 291px;
}
@media (min-width: 992px) {
  .p-top__s3__heading-img--sp {
    display: none;
  }
}
.p-top__s3__heading-img--pc {
  display: none;
  max-width: 1140px;
}
@media (min-width: 992px) {
  .p-top__s3__heading-img--pc {
    display: block;
  }
}
.p-top__s3__body {
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 991px) {
  .p-top__s3__body {
    grid-template-columns: 1fr;
  }
}
.p-top__s3__machine-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 550/333;
  object-fit: contain;
  object-position: center;
}
.p-top__s3__content-title {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  color: #002039;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .p-top__s3__content-title {
    font-size: 32px;
  }
}
.p-top__s3__content-text {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
.p-top__s3__boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-top__s3__box {
  min-height: 128px;
  padding: 20px;
  box-sizing: border-box;
  border: 4px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(84.91deg, #00b5ba 0%, #1a2b55 100%) border-box;
}
.p-top__s3__box--orange {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(59.79deg, #fbcb21 0%, #f89e45 100%) border-box;
}
.p-top__s3__box--orange .p-top__s3__box-title {
  color: #f6a040;
}
.p-top__s3__box-title {
  font-size: 20px;
  font-weight: 700;
  color: #043d51;
  margin-bottom: 8px;
}
.p-top__s3__box-text {
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
}
.p-top__s3__spec-title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #002039;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.p-top__s3__spec-list {
  border-top: 1px solid #cbd5e1;
}
.p-top__s3__spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #cbd5e1;
  font-size: 16px;
}
.p-top__s3__spec-label {
  font-weight: 600;
  color: #043d51;
}
.p-top__s3__spec-value {
  min-width: 0;
  font-weight: 900;
  color: #00b5ba;
  text-align: right;
}
.p-top__s3__spec-value--normal {
  font-weight: 400;
  color: #002039;
}

.p-top__s4 {
  padding: 0 24px;
  background-color: #e8f2f7;
}
@media (min-width: 992px) {
  .p-top__s4 {
    padding: 0;
  }
}
.p-top__s4__panel {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 24px;
  box-sizing: border-box;
  background: url("../img/solution-bg.jpg") center/cover no-repeat;
}
@media (min-width: 992px) {
  .p-top__s4__panel {
    padding: 100px 80px;
  }
}
.p-top__s4__heading {
  margin-bottom: 56px;
}
.p-top__s4__heading .c-section-heading__label,
.p-top__s4__heading .c-section-heading__title {
  font-weight: 800;
}
.p-top__s4__lead {
  color: #ffffff;
  letter-spacing: 0.05em;
}
.p-top__s4__inner {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  padding: 0;
}
.p-top__s4__body {
  display: grid;
  grid-template-columns: 329px 599px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 991px) {
  .p-top__s4__body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .p-top__s4__robot {
    max-width: 329px;
    margin: 0 auto;
  }
}
.p-top__s4__robot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 329/426;
  object-fit: cover;
}
.p-top__s4__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 599px;
}
.p-top__s4__feature {
  position: relative;
  overflow: visible;
  min-height: 124px;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(71.59deg, #00b5ba 0%, #1a2b55 100%);
}
.p-top__s4__feature--orange {
  background: linear-gradient(59.79deg, #fbcb21 0%, #f89e45 100%);
}
.p-top__s4__feature-num {
  position: absolute;
  left: 0;
  top: -9px;
  font-family: "Lato", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  pointer-events: none;
}
.p-top__s4__feature-title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 12px;
}
.p-top__s4__feature-text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.p-top__s5 {
  padding: 80px 0 100px;
  background-color: #e8f2f7;
}
.p-top__s5 .c-section-heading {
  margin-bottom: 40px;
}
.p-top__s5__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .p-top__s5__inner {
    padding: 0;
  }
}
.p-top__s5__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .p-top__s5__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top__s5__card {
  background: #ffffff;
  padding: 24px;
  min-height: 344px;
  display: flex;
  flex-direction: column;
}
.p-top__s5__card-tag {
  display: inline-block;
  padding: 7px 8px;
  background: #00b5ba;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  align-self: flex-start;
}
.p-top__s5__card-tag--navy {
  background: #1a2b55;
}
.p-top__s5__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 16px;
}
.p-top__s5__card-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #475569;
  margin-bottom: 24px;
  flex-grow: 1;
}
.p-top__s5__card-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}
.p-top__s5__card-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.p-top__s5__card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__s5__card-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-top__s5__card-meta strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #002039;
}
.p-top__s5__card-region {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
  color: #64748b;
}
.p-top__s5__card-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #002039;
}
.p-top__s5__media {
  margin-top: 56px;
  padding: 32px 24px 40px;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .p-top__s5__media {
    margin-top: 64px;
    padding: 40px 48px 48px;
  }
}
.p-top__s5__media-label {
  display: inline-block;
  margin: 0 0 16px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(86.06deg, #00b5ba 0%, #1a2b55 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-top__s5__media-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #002039;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .p-top__s5__media-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.p-top__s5__video {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #002039;
}
.p-top__s5__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-top__s6 {
  padding: 100px 0;
  background-color: #f5fbfe;
}
.p-top__s6__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .p-top__s6__inner {
    padding: 0;
  }
}
.p-top__s6__heading {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-top__s6__heading {
    margin-bottom: 48px;
  }
}
.p-top__s6__heading-img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-top__s6__heading-img--sp {
  display: block;
  max-width: 291px;
}
@media (min-width: 992px) {
  .p-top__s6__heading-img--sp {
    display: none;
  }
}
.p-top__s6__heading-img--pc {
  display: none;
  max-width: 1140px;
}
@media (min-width: 992px) {
  .p-top__s6__heading-img--pc {
    display: block;
  }
}
.p-top__s6__intro {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-top__s6__intro {
    margin-bottom: 48px;
  }
}
.p-top__s6__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 992px) {
  .p-top__s6__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top__s6__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 385px;
  padding: 26px 30px;
  text-align: center;
  box-sizing: border-box;
  border: 4px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(84.91deg, #00b5ba 0%, #1a2b55 100%) border-box;
}
.p-top__s6__card--highlight {
  background: linear-gradient(#fffbf5, #fffbf5) padding-box, linear-gradient(59.79deg, #fbcb21 0%, #f89e45 100%) border-box;
}
.p-top__s6__card--highlight .p-top__s6__card-title {
  color: #f6a040;
}
.p-top__s6__card-icon {
  position: relative;
  flex-shrink: 0;
  width: 124px;
  height: 124px;
  margin: 0 auto 24px;
}
.p-top__s6__card-icon img {
  width: 100%;
  height: 100%;
}
.p-top__s6__card-icon--symbol img {
  width: auto;
  height: auto;
}
.p-top__s6__card-icon-bg {
  display: block;
}
.p-top__s6__card-icon-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: auto;
}
.p-top__s6__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1667;
  letter-spacing: 0.05em;
  color: #00b5ba;
  margin-bottom: 26px;
}
.p-top__s6__card-text {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #002039;
  text-align: left;
}

.p-top__s7 {
  padding: 0 0 100px;
  background-color: #f5fbfe;
}
.p-top__s7__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .p-top__s7__inner {
    padding: 0;
  }
}
.p-top__s7 .c-section-heading {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-top__s7 .c-section-heading {
    margin-bottom: 48px;
  }
}
.p-top__s7__columns {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .p-top__s7__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 40px;
    align-items: stretch;
  }
}
.p-top__s7__feature-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: #ffffff;
  background: linear-gradient(180deg, #0d243e 0%, #00a4dd 143.85%);
}
@media (min-width: 992px) {
  .p-top__s7__feature-card {
    box-sizing: border-box;
    padding: 32px 24px;
  }
}
.p-top__s7__feature-card--02 {
  background: linear-gradient(180deg, #0d243e 0%, #00a4dd 143.85%);
}
.p-top__s7__feature-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .p-top__s7__feature-head {
    gap: 28px;
    margin-bottom: 23px;
  }
}
.p-top__s7__feature-num {
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .p-top__s7__feature-num {
    font-size: 48px;
  }
}
.p-top__s7__feature-title {
  flex: 1;
  min-width: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-top__s7__feature-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  padding-left: 48px;
}
@media (min-width: 992px) {
  .p-top__s7__feature-text {
    margin-bottom: 32px;
    padding-left: 76px;
  }
}
.p-top__s7__block-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.p-top__s7__flow-chart {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .p-top__s7__flow-chart {
    margin-bottom: 21px;
  }
}
.p-top__s7__flow-chart img {
  display: block;
  width: 100%;
  max-width: 502px;
  height: auto;
}
.p-top__s7__feature-points {
  background: #e8f2f7;
  padding: 16px;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .p-top__s7__feature-points {
    box-sizing: border-box;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-top__s7__feature-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #31363a;
  letter-spacing: 0.1em;
}
.p-top__s7__feature-points li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  background: #f89e45;
}
.p-top__s7__feature-points li + li {
  margin-top: 8px;
}
.p-top__s7__feature-points--teal li::before {
  background: #00b5ba;
}
.p-top__s7__model {
  background: #ffffff;
  overflow: hidden;
}
.p-top__s7__model-bar {
  height: 6px;
}
.p-top__s7__model-bar--orange {
  background: linear-gradient(59.79deg, #fbcb21 0%, #f89e45 100%);
}
.p-top__s7__model-bar--teal {
  background: linear-gradient(9deg, #00b5ba 0%, #1a2b55 100%);
}
.p-top__s7__model-body {
  padding: 24px;
}
@media (min-width: 992px) {
  .p-top__s7__model-body {
    padding: 32px 40px 40px;
  }
}
.p-top__s7__model-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.p-top__s7__model-title--orange {
  color: #f6a040;
}
.p-top__s7__model-title--teal {
  color: #00b5ba;
}
.p-top__s7__model-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #002039;
  margin-bottom: 24px;
}
.p-top__s7__diagram {
  border: 1px solid #e2e2e2;
  background: #ffffff;
  padding: 10px;
}
.p-top__s7__diagram img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top__s7__media {
  margin-top: 56px;
  padding: 32px 24px 40px;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .p-top__s7__media {
    margin-top: 64px;
    padding: 40px 48px 48px;
  }
}
.p-top__s7__media-label {
  display: inline-block;
  margin: 0 0 16px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(86.06deg, #00b5ba 0%, #1a2b55 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-top__s7__media-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #002039;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .p-top__s7__media-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.p-top__s7__video {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #002039;
}
.p-top__s7__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-top__s8 {
  padding: 80px 0 100px;
  background-color: #e8f2f7;
}
.p-top__s8 .c-section-heading {
  margin-bottom: 40px;
}
.p-top__s8__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .p-top__s8__inner {
    padding: 0;
  }
}
.p-top__s8__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 992px) {
  .p-top__s8__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top__s8__card {
  background: #ffffff;
  padding: 24px;
  min-height: 344px;
  display: flex;
  flex-direction: column;
}
.p-top__s8__card-tag {
  display: inline-block;
  padding: 7px 8px;
  background: #00b5ba;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  align-self: flex-start;
}
.p-top__s8__card-tag--navy {
  background: #1a2b55;
}
.p-top__s8__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 16px;
}
.p-top__s8__card-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #475569;
  margin-bottom: 24px;
  flex-grow: 1;
}
.p-top__s8__card-profile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}
.p-top__s8__card-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.p-top__s8__card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__s8__card-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-top__s8__card-meta strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #002039;
}
.p-top__s8__card-region {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
  color: #64748b;
}
.p-top__s8__card-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #002039;
}
.p-top__s8__media {
  margin-top: 56px;
  padding: 32px 24px 40px;
  background: #ffffff;
  text-align: center;
}
@media (min-width: 992px) {
  .p-top__s8__media {
    margin-top: 64px;
    padding: 40px 48px 48px;
  }
}
.p-top__s8__media-label {
  display: inline-block;
  margin: 0 0 16px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(86.06deg, #00b5ba 0%, #1a2b55 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-top__s8__media-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #002039;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .p-top__s8__media-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.p-top__s8__video {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #002039;
}
.p-top__s8__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-top__s9 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(90deg, #ffffff 63.4%, rgba(244, 161, 26, 0.4) 100%);
}
.p-top__s9__inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .p-top__s9__inner {
    padding: 0 0px;
  }
}
.p-top__s9 .c-section-heading {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-top__s9 .c-section-heading {
    margin-bottom: 56px;
  }
}
.p-top__s9__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .p-top__s9__body {
    display: grid;
    grid-template-columns: 550px 530px;
    gap: 60px;
    justify-content: center;
    align-items: start;
  }
}
.p-top__s9__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-top__s9__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(75.45deg, #fbcb21 0%, #f89e45 100%);
}
@media (min-width: 992px) {
  .p-top__s9__item {
    width: 550px;
    min-height: 146px;
  }
}
.p-top__s9__item-icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.p-top__s9__item-icon img {
  display: block;
  width: 80px;
  height: 80px;
}
.p-top__s9__item-body {
  flex: 1;
  min-width: 0;
}
@media (min-width: 992px) {
  .p-top__s9__item-body {
    max-width: 414px;
  }
}
.p-top__s9__item-title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.p-top__s9__item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.p-top__s9__panel {
  padding: 24px;
  color: #ffffff;
  background: linear-gradient(180deg, #0d243e 20.41%, #00a4dd 179.01%);
}
@media (min-width: 992px) {
  .p-top__s9__panel {
    width: 530px;
    max-width: 530px;
    min-height: 478px;
  }
}
.p-top__s9__panel-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-top__s9__panel-title::before, .p-top__s9__panel-title::after {
  content: "";
  flex-shrink: 1;
  width: 40px;
  max-width: 60px;
  height: 1px;
  background: #f6a040;
}
@media (min-width: 992px) {
  .p-top__s9__panel-title::before, .p-top__s9__panel-title::after {
    flex-shrink: 0;
    width: 103px;
    max-width: none;
  }
}
.p-top__s9__steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
.p-top__s9__step {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-top__s9__step-num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff;
  color: #002039;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.p-top__s9__step-num--orange {
  background: linear-gradient(59.79deg, #fbcb21 0%, #f89e45 100%);
  color: #ffffff;
}
.p-top__s9__step-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.p-top__s9__step-text--bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #f6a040;
  letter-spacing: 0.05em;
}
.p-top__s9__highlight {
  overflow: hidden;
  background: #f9f9f9;
}
.p-top__s9__highlight-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px;
  background: linear-gradient(84.91deg, #00b5ba 0%, #1a2b55 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
.p-top__s9__highlight-body {
  padding: 16px;
  color: #002039;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-top__s10 {
  padding: 100px 0;
  background: linear-gradient(81.98deg, #00b5ba 0%, #1a2b55 100%);
}
.p-top__s10__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 991px) {
  .p-top__s10__inner {
    padding: 0 24px;
  }
}
.p-top__s10__heading {
  margin-bottom: 48px;
}
.p-top__s10__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 456px));
  justify-content: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .p-top__s10__cards {
    grid-template-columns: 1fr;
    max-width: 456px;
    margin: 0 auto;
  }
}
.p-top__s10__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 359px;
  padding: 18px 32px 32px;
  background: #ffffff;
  text-align: center;
}
.p-top__s10__card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 115px;
  margin-bottom: 24px;
}
.p-top__s10__card-thumb {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.p-top__s10__card-thumb--catalog {
  max-height: 97px;
}
.p-top__s10__card-thumb--xray {
  max-height: 115px;
}
.p-top__s10__card-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #002039;
  letter-spacing: 0.05em;
}
.p-top__s10__card-text {
  margin: 0 0 24px;
  width: 100%;
  max-width: 392px;
  font-size: 16px;
  line-height: 1.75;
  color: #002039;
  letter-spacing: 0.05em;
  word-break: keep-all;
  line-break: strict;
  overflow-wrap: normal;
}
.p-top__s10__card-btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 272px;
  max-width: 100%;
  height: 60px;
  margin-top: auto;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.p-top__s10__card-btn:hover {
  opacity: 0.85;
}
.p-top__s10__card-btn--teal {
  background: linear-gradient(72.65deg, #00b5ba 0%, #1a2b55 100%);
}
.p-top__s10__card-btn--orange {
  background: linear-gradient(72.65deg, #fbcb21 0%, #f89e45 100%);
}
.p-top__s10__card-btn-badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 18px;
  padding: 0 6px;
  border-radius: 2px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.p-top__s10__card-btn--teal .p-top__s10__card-btn-badge {
  color: #00b5ba;
}
.p-top__s10__card-btn--orange .p-top__s10__card-btn-badge {
  color: #f6a040;
}

.p-top__s11 {
  padding: 100px 0;
  background: #f5fbfe;
}
.p-top__s11 .c-section-heading {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-top__s11 .c-section-heading {
    margin-bottom: 48px;
  }
}
.p-top__s11__inner {
  max-width: 994px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .p-top__s11__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top__s11__list {
  margin-top: 0;
}
.p-top__s11__item {
  background: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
}
.p-top__s11__question {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 72px;
  padding: 18px 20px;
  background: #ffffff;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #002039;
  letter-spacing: 0.05em;
}
.p-top__s11__question:hover {
  opacity: 0.9;
}
.p-top__s11__q-text {
  flex: 1;
  min-width: 0;
  line-height: 1.5;
}
.p-top__s11__q-icon {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: linear-gradient(84.91deg, #00b5ba 0%, #1a2b55 100%);
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-top__s11__toggle {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-left: auto;
}
.p-top__s11__toggle::before, .p-top__s11__toggle::after {
  content: "";
  position: absolute;
  background: #002039;
}
.p-top__s11__toggle::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
}
.p-top__s11__toggle::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 14px;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}
.p-top__s11__question.on .p-top__s11__toggle::after {
  opacity: 0;
}
.p-top__s11__answer {
  display: none;
  padding: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #002039;
  letter-spacing: 0.05em;
  border-top: 1px solid #e2e8f0;
}
.p-top__s11__answer p {
  margin: 0;
}
.p-top__s11__question.on + .p-top__s11__answer {
  display: block;
}

.p-top__s12 {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
}
.p-top__s12__bg {
  position: absolute;
  inset: 0;
  background: url("../img/contact-bg.jpg") center/cover no-repeat;
  z-index: 0;
}
.p-top__s12__inner {
  position: relative;
  z-index: 1;
  max-width: 946px;
  margin: 0 auto;
  padding: 0 24px;
}
.p-top__s12 .c-section-heading {
  margin-bottom: 32px;
}
.p-top__s12__lead {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 56px;
  letter-spacing: 0.05em;
}
.p-top__s12__form {
  background: #ffffff;
  padding: 56px 97px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-top__s12__form {
    padding: 40px 24px;
  }
}
.p-top__s12__row {
  margin-bottom: 24px;
}
.p-top__s12__row:last-of-type {
  margin-bottom: 0;
}
.p-top__s12__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.05em;
}
.p-top__s12__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  height: 22px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
.p-top__s12__tag--optional {
  background: #949494;
  color: #ffffff;
}
.p-top__s12__tag--required {
  background: #fb6565;
  color: #ffffff;
}
.p-top__s12__input, .p-top__s12__select {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  font-size: 16px;
  font-family: inherit;
  color: #222;
  background: #ffffff;
  letter-spacing: 0.05em;
}
.p-top__s12__input::placeholder, .p-top__s12__select::placeholder {
  color: #919191;
}
.p-top__s12__select-wrap {
  position: relative;
  max-width: 280px;
}
.p-top__s12__select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #919191;
  pointer-events: none;
}
.p-top__s12__select {
  appearance: none;
  padding-right: 40px;
  color: #919191;
}
.p-top__s12__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 36px 0 24px;
  font-size: 18px;
  color: #171616;
  letter-spacing: 0.05em;
}
.p-top__s12__privacy input {
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  accent-color: #f8a720;
}
.p-top__s12__privacy a {
  color: #171616;
  text-decoration: underline;
}
.p-top__s12__submit {
  display: block;
  width: 100%;
  max-width: 388px;
  height: 72px;
  margin: 0 auto;
  background: #f8a720;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 0.05em;
}
.p-top__s12__submit:hover {
  opacity: 0.9;
}

.p-mailform,
.p-thanks {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
  min-height: calc(100vh - 200px);
  box-sizing: border-box;
}
.p-mailform__bg,
.p-thanks__bg {
  position: absolute;
  inset: 0;
  background: url("../img/contact-bg.jpg") center/cover no-repeat;
  z-index: 0;
}
.p-mailform__bg::after,
.p-thanks__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(84.91deg, #00b5ba 0%, #1a2b55 100%);
  mix-blend-mode: multiply;
}
.p-mailform__inner,
.p-thanks__inner {
  position: relative;
  z-index: 1;
  max-width: 946px;
  margin: 0 auto;
  padding: 0 24px;
}
.p-mailform .c-section-heading,
.p-thanks .c-section-heading {
  margin-bottom: 32px;
}
.p-mailform__lead,
.p-thanks__lead {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 56px;
  letter-spacing: 0.05em;
}
.p-mailform__box,
.p-thanks__box {
  background: #ffffff;
  padding: 56px 97px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-mailform__box,
  .p-thanks__box {
    padding: 40px 24px;
  }
}

.p-mailform__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.p-mailform__table th,
.p-mailform__table td {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  vertical-align: top;
  text-align: left;
}
.p-mailform__table th {
  width: 34%;
  font-weight: 700;
  color: #222;
  padding-right: 24px;
}
.p-mailform__table td {
  color: #475569;
}
@media (max-width: 767px) {
  .p-mailform__table th,
  .p-mailform__table td {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
  .p-mailform__table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
}
.p-mailform__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0;
}
.p-mailform__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 56px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  border: none;
  cursor: pointer;
  letter-spacing: 0.05em;
  text-decoration: none;
  box-sizing: border-box;
}
.p-mailform__btn--submit {
  background: #f8a720;
  color: #ffffff;
}
.p-mailform__btn--submit:hover {
  opacity: 0.9;
}
.p-mailform__btn--back {
  background: #ffffff;
  color: #222;
  border: 1px solid #e6e6e6;
}
.p-mailform__btn--back:hover {
  background: #f5f5f5;
}
.p-mailform__error-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin: 0 0 24px;
}
.p-mailform__error-body {
  margin-bottom: 32px;
}

.p-thanks__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 32px;
  border-radius: 50%;
  background: linear-gradient(84.91deg, #00b5ba 0%, #1a2b55 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-thanks__icon::after {
  content: "";
  display: block;
  width: 22px;
  height: 12px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg) translate(2px, -2px);
}
.p-thanks__title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin: 0 0 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-thanks__text {
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: 0.05em;
}
.p-thanks__actions {
  text-align: center;
}
.p-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 72px;
  padding: 0 32px;
  background: #f8a720;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.p-thanks__btn:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .p-thanks__btn {
    min-width: 100%;
  }
}

#id-mailform .l-header__right,
#id-thanks .l-header__right {
  display: none;
}
