@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* 変数設定 */
p {
  font-size: 1rem;
}

/* mixin設定 */
/* スマートフォンサイズ */
/* スマートフォンサイズ */
/* 1441px以上のPC */
/* 1280px以下のPC */
/* デバイスが横向き、画面の横幅が 950px 以下の場合の記述*/
/*==============================================
株式会社ネオリンクス

================================================
0.0 - 基本設定（base）
1.0 - ヘッダー（header）
2.0 - フッター（footer）
3.0 - ハンバーガーメニュー（hamburger-menu）
4.0 - セクション共通 （section）
5.0 - ファーストビュー （fv_area）
6.0 - ABOUT US（about）
7.0 - サービス（service）

==============================================*/
/*  ----------------------------------------------------------
# 0.0 - 基本設定（base）
----------------------------------------------------------  */
/* 基本設定 */
p {
  font-size: 1rem;
}

html,
body {
  overflow-x: hidden; /* 横方向のスクロールを無効に */
}

html {
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  height: -webkit-fill-available;
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
}
html .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  html .sp {
    display: block;
  }
  html .sp .pc {
    display: none !important;
  }
  html .sp .sp {
    display: block !important;
  }
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 860px) {
  html .sp-only {
    display: flex;
  }
  html .sp-only .pc {
    display: none !important;
  }
  html .sp-only .tablet {
    display: none !important;
  }
  html .sp-only .sp-only {
    display: flex !important;
  }
}

a {
  text-decoration: none;
  color: #0f1722;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-style: none;
  vertical-align: top;
}

ul {
  text-decoration: none;
}

li {
  text-decoration: none;
  list-style: none;
}

.no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; /* スクロールを無効化 */
}

body {
  color: #0f1722;
  font-family: "Noto Sans JP", Meiryo, "MS Pゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Raleway", sans-serif;
  font-size: 1rem;
  position: relative;
  width: 100%;
  letter-spacing: 0;
  transition: transform 0.3s ease-in-out; /* アニメーションが必要な場合 */
}

.br_txt_sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .br_txt_sp {
    display: block;
  }
  .br_txt_sp .pc {
    display: none !important;
  }
  .br_txt_sp .tablet {
    display: none !important;
  }
  .br_txt_sp .sp-only {
    display: flex !important;
  }
}

.br_txt_sp-s {
  display: none;
}
@media screen and (max-width: 500px) {
  .br_txt_sp-s {
    display: block;
  }
  .br_txt_sp-s .pc {
    display: none !important;
  }
  .br_txt_sp-s .tablet {
    display: none !important;
  }
  .br_txt_sp-s .sp-s {
    display: flex !important;
  }
}

.anker {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 860px) {
  .anker {
    padding-top: 40px;
    margin-top: -40px;
  }
  .anker .pc {
    display: none !important;
  }
  .anker .tablet {
    display: none !important;
  }
  .anker .sp-only {
    display: flex !important;
  }
}

/*  ----------------------------------------------------------
# 0.0 - 基本設定（base） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 1.0 - ヘッダー（header）
----------------------------------------------------------  */
.header {
  margin: 0 auto;
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
}

.header_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 70px;
}
@media screen and (max-width: 1024px) {
  .header_container {
    display: none;
  }
  .header_container .pc {
    display: none !important;
  }
  .header_container .sp {
    display: block !important;
  }
}

/*---ヘッダーナビ---*/
.header_menu {
  max-width: 885px;
  height: 80px;
  width: 100%;
  background-color: #f6f9fb;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5rem;
  border-radius: 100px;
}

.h_menu_list {
  font-family: "Montserrat", sans-serif;
  color: #0f1722;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.header_logo_list_item {
  font-family: "Montserrat", sans-serif;
  border-radius: 100px;
  background-color: #19233a;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  width: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .header_logo_list_item {
    font-size: 1.125rem;
    width: 250px;
    justify-content: flex-start;
    margin-left: 15px;
  }
  .header_logo_list_item .pc {
    display: none !important;
  }
  .header_logo_list_item .sp {
    display: block !important;
  }
}

.header_logo {
  width: auto;
  height: 54px;
  margin-right: 12px;
}
@media screen and (max-width: 1024px) {
  .header_logo {
    height: 40px;
  }
  .header_logo .pc {
    display: none !important;
  }
  .header_logo .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------
# 1.0 - ヘッダー（header） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 2.0 - フッター（footer）
----------------------------------------------------------  */
.footer {
  z-index: 2;
  position: relative;
  background-color: #19233a;
}

.footer_container {
  color: #fff;
  margin: 0 auto;
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  position: relative;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .footer_container {
    padding: 1.875rem 0.9375rem;
  }
  .footer_container .pc {
    display: none !important;
  }
  .footer_container .sp {
    display: block !important;
  }
}

.footer_nav {
  padding-bottom: 5.625rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer_nav {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding-bottom: 2.5rem;
  }
  .footer_nav .pc {
    display: none !important;
  }
  .footer_nav .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .footer_nav {
    gap: 20px;
  }
  .footer_nav .pc {
    display: none !important;
  }
  .footer_nav .tablet {
    display: none !important;
  }
  .footer_nav .sp-s {
    display: flex !important;
  }
}

/*---フッターナビ---*/
.footer_menu {
  max-width: 562px;
  height: 80px;
  width: 100%;
  background-color: #f6f9fb;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  border-radius: 100px;
}
@media screen and (max-width: 500px) {
  .footer_menu {
    max-width: 100%;
    gap: 2.5rem;
  }
  .footer_menu .pc {
    display: none !important;
  }
  .footer_menu .tablet {
    display: none !important;
  }
  .footer_menu .sp-s {
    display: flex !important;
  }
}

.f_menu_list {
  font-family: "Montserrat", sans-serif;
  color: #0f1722;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .f_menu_list {
    font-size: 1rem;
  }
  .f_menu_list .pc {
    display: none !important;
  }
  .f_menu_list .sp {
    display: block !important;
  }
}

.footer_logo_list_item {
  font-family: "Montserrat", sans-serif;
  border-radius: 100px;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer_logo_list_item {
    font-size: 1.375rem;
  }
  .footer_logo_list_item .pc {
    display: none !important;
  }
  .footer_logo_list_item .sp {
    display: block !important;
  }
}

.footer_logo {
  width: auto;
  height: 79px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .footer_logo {
    height: 50px;
  }
  .footer_logo .pc {
    display: none !important;
  }
  .footer_logo .sp {
    display: block !important;
  }
}

.copyright {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .copyright {
    font-size: 0.875rem;
  }
  .copyright .pc {
    display: none !important;
  }
  .copyright .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------
# 2.0 - フッター（footer） -ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 3.0 - ハンバーガーメニュー（hamburger-menu）
----------------------------------------------------------  */
.c-header-menu_wrap {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-header-menu_wrap {
    display: block;
    background-color: #19233a;
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
  }
  .c-header-menu_wrap .pc {
    display: none !important;
  }
  .c-header-menu_wrap .sp {
    display: block !important;
  }
}

.c-header-menu {
  display: none;
}
@media (orientation: landscape) and (max-width: 950px) {
  .c-header-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-header-menu {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
  }
  .c-header-menu .pc {
    display: none !important;
  }
  .c-header-menu .sp {
    display: block !important;
  }
}

.c-header-menu a {
  display: block;
  width: 100%;
  height: 100%;
}

.c-header-menu .is-line {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-header-menu a .is-line span {
  width: 30px;
  height: 1px;
  background: #f6f9fb;
  /* 中央の線の色 */
  display: block;
  position: relative;
  transition: opacity 0.3s ease;
  /* クリック時に透明度を変更 */
}

/* 1本目の線 (最上部) */
.c-header-menu a span::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #f6f9fb;
  /* 線の色 */
  display: inline-block;
  position: absolute;
  top: -8px;
  /* 中央の線の上に配置 */
  left: 0;
  transition: transform 0.3s ease, top 0.3s ease;
  /* 回転と位置変更のアニメーション */
}

/* 3本目の線 (最下部) */
.c-header-menu a span::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #f6f9fb;
  /* 線の色 */
  display: inline-block;
  position: absolute;
  top: 8px;
  /* 中央の線の下に配置 */
  left: 0;
  transition: transform 0.3s ease, top 0.3s ease;
  /* 回転と位置変更のアニメーション */
}

/* メニューが開いたとき（is-showクラス追加時）の状態 */
/* 1本目と3本目を回転して「×」を作る */
.c-header-menu a span.is-show::before {
  transform: rotate(-45deg);
  /* 左下から右上に回転 */
  top: 0;
  /* 位置を中央に移動 */
}

.c-header-menu a span.is-show::after {
  transform: rotate(45deg);
  /* 左上から右下に回転 */
  top: 0;
  /* 位置を中央に移動 */
}

/* 中央の線（2本目）を隠す */
.c-header-menu a span.is-show {
  background: transparent;
  /* 透明にして中央の線を非表示 */
}

/*---メニュー内---*/
.l-hamburger-navwrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-hamburger-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: -150%;
  top: 0;
  transition: left 0.5s ease-in-out;
  background: #19233a;
}

.sp_header_logo {
  width: auto;
  height: 30px;
  top: 25px;
  left: 15px;
  position: absolute;
  z-index: 90;
}

.c-hamburger-nav_wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  position: relative;
  overflow: auto;
  z-index: 999;
}

.c-hamburger-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 3.75rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  gap: 0.625rem;
  z-index: 1000;
}

.sp_h_menu_list {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  z-index: 1000;
  padding-left: 35px;
}

.sp_h_menu_list a {
  color: #fff;
  padding-top: 1.25rem;
  padding-bottom: 0.3125rem;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 90;
}

.l-hamburger-nav.is-show {
  top: 0;
  left: 0;
}

/*  ----------------------------------------------------------
# 3.0 - ハンバーガーメニュー（hamburger-menu）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 4.0 - セクション共通 （section）
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 4.0 - セクション共通 （section）-ここまで-
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 5.0 - ファーストビュー （fv_area）
----------------------------------------------------------  */
@media screen and (max-width: 1024px) {
  .main {
    margin-top: 60px;
  }
  .main .pc {
    display: none !important;
  }
  .main .sp {
    display: block !important;
  }
}

.fv_area {
  height: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .fv_area {
    height: 80vh;
  }
  .fv_area .pc {
    display: none !important;
  }
  .fv_area .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_area {
    height: 450px;
  }
}
@media screen and (max-width: 500px) {
  .fv_area {
    height: 80vh;
  }
  .fv_area .pc {
    display: none !important;
  }
  .fv_area .tablet {
    display: none !important;
  }
  .fv_area .sp-s {
    display: flex !important;
  }
}

.fv_content {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/fv_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 744px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fv_content {
    height: 80%;
    background-size: cover;
    background-position: 30% top;
  }
  .fv_content .pc {
    display: none !important;
  }
  .fv_content .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_content {
    height: 100%;
    background-position: right bottom;
  }
}
@media screen and (max-width: 500px) {
  .fv_content {
    height: 100%;
    background-position: right top;
    background-image: url(../img/fv_img_sp.png);
  }
  .fv_content .pc {
    display: none !important;
  }
  .fv_content .tablet {
    display: none !important;
  }
  .fv_content .sp-s {
    display: flex !important;
  }
}

.fv_content_wrap {
  margin: 0 auto;
  text-align: center;
  max-width: 1200px;
  height: 100%;
  position: relative;
}

.fv_txt_area {
  position: absolute;
  bottom: 111px;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .fv_txt_area {
    left: 15px;
    bottom: 50px;
  }
  .fv_txt_area .pc {
    display: none !important;
  }
  .fv_txt_area .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_txt_area {
    padding: 15px;
    left: 0;
    width: 100%;
    top: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 500px) {
  .fv_txt_area {
    padding: 15px;
    left: 0;
    width: 100%;
    top: 40px;
    bottom: auto;
  }
  .fv_txt_area .pc {
    display: none !important;
  }
  .fv_txt_area .tablet {
    display: none !important;
  }
  .fv_txt_area .sp-s {
    display: flex !important;
  }
}

@media (orientation: landscape) and (max-width: 950px) {
  .fv_txt_area::after {
    content: "";
    background: rgba(25, 35, 58, 0.57);
    mix-blend-mode: color-burn;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 500px) {
  .fv_txt_area::after {
    content: "";
    background: transparent;
    mix-blend-mode: color-burn;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .fv_txt_area::after .pc {
    display: none !important;
  }
  .fv_txt_area::after .tablet {
    display: none !important;
  }
  .fv_txt_area::after .sp-s {
    display: flex !important;
  }
}

.fv_ttl {
  color: #0f1722;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 158%;
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .fv_ttl {
    font-size: clamp(28px, 4.5vw, 46px);
  }
  .fv_ttl .pc {
    display: none !important;
  }
  .fv_ttl .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_ttl {
    font-size: 28px;
    color: #fff;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.45);
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .fv_ttl {
    color: #fff;
    text-shadow: 3px 2px 4px rgb(0, 0, 0);
    z-index: 2;
    position: relative;
  }
  .fv_ttl .pc {
    display: none !important;
  }
  .fv_ttl .tablet {
    display: none !important;
  }
  .fv_ttl .sp-s {
    display: flex !important;
  }
}

.fv_txt {
  color: #0f1722;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 175%;
  width: 485px;
}
@media screen and (max-width: 1024px) {
  .fv_txt {
    font-size: 1rem;
  }
  .fv_txt .pc {
    display: none !important;
  }
  .fv_txt .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .fv_txt {
    color: #fff;
    font-size: 1rem;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.45);
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .fv_txt {
    color: #fff;
    font-size: 1rem;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.45);
    z-index: 2;
    position: relative;
  }
  .fv_txt .pc {
    display: none !important;
  }
  .fv_txt .tablet {
    display: none !important;
  }
  .fv_txt .sp-s {
    display: flex !important;
  }
}

/*  ----------------------------------------------------------
# 5.0 - ファーストビュー （fv_area）‐ここまで‐
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 6.0 - ABOUT US（about）
----------------------------------------------------------  */
.about {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 9.5625rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
  }
  .about .pc {
    display: none !important;
  }
  .about .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .about {
    margin-bottom: 6.25rem;
  }
}
@media screen and (max-width: 500px) {
  .about {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
  }
  .about .pc {
    display: none !important;
  }
  .about .tablet {
    display: none !important;
  }
  .about .sp-s {
    display: flex !important;
  }
}

.about_img_01 {
  max-width: 900px;
  width: 60%;
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 1441px) {
  .about_img_01 {
    max-width: 900px;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .about_img_01 {
    top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .about_img_01 {
    top: 40px;
  }
  .about_img_01 .pc {
    display: none !important;
  }
  .about_img_01 .tablet {
    display: none !important;
  }
  .about_img_01 .sp-s {
    display: flex !important;
  }
}

.about_img_02 {
  max-width: 581px;
  position: absolute;
  bottom: -153px;
  left: -150px;
  z-index: 5;
}
@media screen and (max-width: 1280px) {
  .about_img_02 {
    max-width: 500px;
    max-width: 39vw;
  }
}
@media screen and (max-width: 1024px) {
  .about_img_02 {
    max-width: 50%;
  }
  .about_img_02 .pc {
    display: none !important;
  }
  .about_img_02 .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .about_img_02 {
    bottom: -23vw;
    bottom: -200px;
    left: -11vw;
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .about_img_02 {
    bottom: -40vw;
    bottom: -150px;
    left: -20vw;
    max-width: 240px;
  }
  .about_img_02 .pc {
    display: none !important;
  }
  .about_img_02 .tablet {
    display: none !important;
  }
  .about_img_02 .sp-s {
    display: flex !important;
  }
}

.about_container {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about_container {
    padding: 0 0.9375rem;
    max-width: 100%;
  }
  .about_container .pc {
    display: none !important;
  }
  .about_container .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .about_container {
    padding: 0 0.9375rem 1.875rem;
  }
  .about_container .pc {
    display: none !important;
  }
  .about_container .tablet {
    display: none !important;
  }
  .about_container .sp-s {
    display: flex !important;
  }
}

.about_ttl {
  color: #bfd7ea;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: normal;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .about_ttl {
    font-size: clamp(28px, 6.5vw, 80px);
  }
  .about_ttl .pc {
    display: none !important;
  }
  .about_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .about_ttl {
    font-size: 34px;
  }
  .about_ttl .pc {
    display: none !important;
  }
  .about_ttl .tablet {
    display: none !important;
  }
  .about_ttl .sp-s {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .about_ttl {
    padding-bottom: 10px;
  }
  .about_ttl .pc {
    display: none !important;
  }
  .about_ttl .tablet {
    display: none !important;
  }
  .about_ttl .sp-s {
    display: flex !important;
  }
}

.about_detail {
  margin: 0 auto;
  position: relative;
}

.about_detail_inner {
  background: linear-gradient(180deg, #85e5f7 0%, #3d9be3 100%);
  max-width: 1340px;
  width: 100%;
  height: 858px;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about_detail_inner {
    border-radius: 20px;
    height: 70vh;
  }
  .about_detail_inner .pc {
    display: none !important;
  }
  .about_detail_inner .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .about_detail_inner {
    height: auto;
    padding: 1.875rem 0.9375rem 3.125rem;
  }
}
@media screen and (max-width: 500px) {
  .about_detail_inner {
    height: auto;
    padding: 1.875rem 0.9375rem 3.125rem;
  }
  .about_detail_inner .pc {
    display: none !important;
  }
  .about_detail_inner .tablet {
    display: none !important;
  }
  .about_detail_inner .sp-s {
    display: flex !important;
  }
}

.about_subttl_img {
  position: absolute;
  left: 166px;
  top: 110px;
  width: 135px;
}
@media screen and (max-width: 1280px) {
  .about_subttl_img {
    left: 10vw;
    top: 6.6vw;
  }
}
@media screen and (max-width: 1024px) {
  .about_subttl_img {
    left: 20px;
    top: 40px;
    width: 100px;
  }
  .about_subttl_img .pc {
    display: none !important;
  }
  .about_subttl_img .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .about_subttl_img {
    position: static;
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  .about_subttl_img {
    position: static;
    width: 80px;
  }
  .about_subttl_img .pc {
    display: none !important;
  }
  .about_subttl_img .tablet {
    display: none !important;
  }
  .about_subttl_img .sp-s {
    display: flex !important;
  }
}

.about_txt_area {
  max-width: 735px;
  position: absolute;
  right: 70px;
  bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .about_txt_area {
    max-width: 450px;
    right: 20px;
    bottom: 40px;
  }
  .about_txt_area .pc {
    display: none !important;
  }
  .about_txt_area .sp {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 950px) {
  .about_txt_area {
    position: static;
    max-width: 100%;
    padding-top: 1.875rem;
  }
}
@media screen and (max-width: 500px) {
  .about_txt_area {
    position: static;
    max-width: 100%;
    padding-top: 1.875rem;
  }
  .about_txt_area .pc {
    display: none !important;
  }
  .about_txt_area .tablet {
    display: none !important;
  }
  .about_txt_area .sp-s {
    display: flex !important;
  }
}

.about_subttl {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  text-align: left;
  padding-left: 17px;
  position: relative;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .about_subttl {
    font-size: 1.125rem;
    line-height: 180%;
  }
  .about_subttl .pc {
    display: none !important;
  }
  .about_subttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .about_subttl {
    margin-bottom: 1.25rem;
  }
  .about_subttl .pc {
    display: none !important;
  }
  .about_subttl .tablet {
    display: none !important;
  }
  .about_subttl .sp-s {
    display: flex !important;
  }
}

.about_subttl::before {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about_txt {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .about_txt {
    font-size: 1rem;
    line-height: 180%;
  }
  .about_txt .pc {
    display: none !important;
  }
  .about_txt .sp {
    display: block !important;
  }
}
.about_txt:last-child {
  margin-bottom: 0;
}

/*  ----------------------------------------------------------
# 6.0 - ABOUT US（about）‐ここまで‐
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 7.0 - サービス（service）
----------------------------------------------------------  */
.service {
  position: relative;
  width: 100%;
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  .service {
    padding-top: 100px;
  }
  .service .pc {
    display: none !important;
  }
  .service .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service {
    padding-top: 60px;
  }
  .service .pc {
    display: none !important;
  }
  .service .tablet {
    display: none !important;
  }
  .service .sp-s {
    display: flex !important;
  }
}

.service_container {
  position: relative;
  width: 100%;
}

.service_ttl {
  color: #bfd7ea;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: normal;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .service_ttl {
    font-size: clamp(28px, 6.5vw, 80px);
  }
  .service_ttl .pc {
    display: none !important;
  }
  .service_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service_ttl {
    font-size: 34px;
  }
  .service_ttl .pc {
    display: none !important;
  }
  .service_ttl .tablet {
    display: none !important;
  }
  .service_ttl .sp-s {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .service_ttl {
    padding: 0 0.9375rem 0.625rem;
    max-width: 100%;
  }
  .service_ttl .pc {
    display: none !important;
  }
  .service_ttl .sp {
    display: block !important;
  }
}

.service_detail {
  margin: 0 auto;
  position: relative;
  background: #3594dd;
  width: 100%;
  position: relative;
}

.service_detail_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service_detail_inner {
    max-width: 100%;
    padding: 1.875rem 0.9375rem;
  }
  .service_detail_inner .pc {
    display: none !important;
  }
  .service_detail_inner .sp {
    display: block !important;
  }
}

.survice_img_area {
  position: absolute;
  top: -132px;
  right: 0;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .survice_img_area {
    position: static;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  .survice_img_area .pc {
    display: none !important;
  }
  .survice_img_area .sp {
    display: block !important;
  }
}

.survice_img {
  border-radius: 30px;
  width: 560px;
}
@media screen and (max-width: 1024px) {
  .survice_img {
    border-radius: 20px;
    max-width: 560px;
  }
  .survice_img .pc {
    display: none !important;
  }
  .survice_img .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .survice_img {
    max-width: 100%;
  }
  .survice_img .pc {
    display: none !important;
  }
  .survice_img .tablet {
    display: none !important;
  }
  .survice_img .sp-s {
    display: flex !important;
  }
}

.service_txt_area {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .service_txt_area {
    max-width: 100%;
    padding: 1.875rem 0;
  }
  .service_txt_area .pc {
    display: none !important;
  }
  .service_txt_area .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service_txt_area {
    padding: 0 0 1.875rem;
  }
  .service_txt_area .pc {
    display: none !important;
  }
  .service_txt_area .tablet {
    display: none !important;
  }
  .service_txt_area .sp-s {
    display: flex !important;
  }
}

.service_subttl {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  text-align: left;
  padding-left: 17px;
  position: relative;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .service_subttl {
    font-size: 1.125rem;
    line-height: 180%;
  }
  .service_subttl .pc {
    display: none !important;
  }
  .service_subttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .service_subttl {
    margin-bottom: 1.25rem;
  }
  .service_subttl .pc {
    display: none !important;
  }
  .service_subttl .tablet {
    display: none !important;
  }
  .service_subttl .sp-s {
    display: flex !important;
  }
}

.service_subttl::before {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service_subttl_l {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .service_subttl_l {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  .service_subttl_l {
    margin-bottom: 0.9375rem;
  }
  .service_subttl_l .pc {
    display: none !important;
  }
  .service_subttl_l .tablet {
    display: none !important;
  }
  .service_subttl_l .sp-s {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .service_subttl_l .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .service_subttl_l .sp {
    display: block !important;
  }
}

.service_txt {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .service_txt {
    font-size: 1rem;
    line-height: 180%;
  }
  .service_txt .pc {
    display: none !important;
  }
  .service_txt .sp {
    display: block !important;
  }
}
.service_txt:last-child {
  margin-bottom: 0;
}

/*  ----------------------------------------------------------
# 7.0 - サービス（service）‐ここまで‐
----------------------------------------------------------  */
/*  ----------------------------------------------------------
# 8.0 - 会社概要（company）
----------------------------------------------------------  */
.company {
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}
@media screen and (max-width: 1024px) {
  .company {
    margin-top: 5.625rem;
    margin-bottom: 3.75rem;
  }
  .company .pc {
    display: none !important;
  }
  .company .sp {
    display: block !important;
  }
}

.company_container {
  padding: 0 0.9375rem;
}

.service_detail {
  margin: 0 auto;
  position: relative;
}

.company_detail_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .company_detail_inner {
    flex-wrap: wrap;
    gap: 60px;
  }
  .company_detail_inner .pc {
    display: none !important;
  }
  .company_detail_inner .sp {
    display: block !important;
  }
}

.company_map_area {
  width: 550px;
}
@media screen and (max-width: 1024px) {
  .company_map_area {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .company_map_area .pc {
    display: none !important;
  }
  .company_map_area .sp {
    display: block !important;
  }
}

@media screen and (max-width: 500px) {
  .company_map {
    width: 100%;
    padding: 0;
  }
  .company_map .pc {
    display: none !important;
  }
  .company_map .tablet {
    display: none !important;
  }
  .company_map .sp-s {
    display: flex !important;
  }
}

.company_txt_area {
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .company_txt_area {
    width: 100%;
    order: 1;
  }
  .company_txt_area .pc {
    display: none !important;
  }
  .company_txt_area .sp {
    display: block !important;
  }
}

.company_ttl {
  color: #bfd7ea;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  z-index: 10;
  text-align: left;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .company_ttl {
    font-size: clamp(28px, 6.5vw, 80px);
  }
  .company_ttl .pc {
    display: none !important;
  }
  .company_ttl .sp {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  .company_ttl {
    font-size: 34px;
  }
  .company_ttl .pc {
    display: none !important;
  }
  .company_ttl .tablet {
    display: none !important;
  }
  .company_ttl .sp-s {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .company_ttl {
    padding-bottom: 2.5rem;
  }
  .company_ttl .pc {
    display: none !important;
  }
  .company_ttl .tablet {
    display: none !important;
  }
  .company_ttl .sp-s {
    display: flex !important;
  }
}

.company_subttl {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  text-align: left;
  padding-left: 17px;
  position: relative;
  margin-bottom: 2.1875rem;
  color: #0f1722;
}
@media screen and (max-width: 1024px) {
  .company_subttl {
    font-size: 1.125rem;
    line-height: 180%;
  }
  .company_subttl .pc {
    display: none !important;
  }
  .company_subttl .sp {
    display: block !important;
  }
}

.company_subttl::before {
  content: "";
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3d9be3;
}

.company_profile {
  color: #0f1722;
  font-size: 1.125rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2.5rem;
}
.company_profile dt {
  font-weight: 500;
  padding: 1.5625rem 1.25rem;
  width: 180px;
}
.company_profile dd {
  font-weight: 400;
  padding: 1.5625rem 0;
  width: calc(100% - 180px);
}
.company_profile .odd {
  background: rgba(61, 155, 227, 0.05);
}
@media screen and (max-width: 500px) {
  .company_profile dt,
.company_profile dd {
    line-height: 150%;
  }
  .company_profile dt {
    width: 100%;
    padding: 0.625rem 0;
  }
  .company_profile dd {
    width: 100%;
    padding: 0 0 1.25rem;
  }
  .company_profile .odd {
    background: none;
  }
  .company_profile .pc {
    display: none !important;
  }
  .company_profile .tablet {
    display: none !important;
  }
  .company_profile .sp-s {
    display: flex !important;
  }
}

/*  ----------------------------------------------------------
# 8.0 - 会社概要（company）‐ここまで‐
----------------------------------------------------------  */
/*# sourceMappingURL=style.css.map */