@charset "UTF-8";
/* rem size  */
/* Media Quary */
/* ====================================================
config vw
// ----
// * ex) width: calcvw(200)
// ----
==================================================== */
/* ====================================================
@mixin output
// ----
// * ex) @include mixin_menu();
// ----
==================================================== */
/* ====================================================
Transiton
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
flexbox
==================================================== */
/* ====================================================
other
==================================================== */
/* ====================================================
extend
// ----
// * ex) @extend %extend;
// ----
==================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* デフォルトマージン削除*/
body, p, ul, td, th {
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

h1, h2, h3, h4 {
  margin-block-start: 0;
}

/* リスト・ロールのリストスタイル削除 */
ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

/* 見出し、インタラクティブ要素の行の高さ */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* rows属性のないtextareasが小さくならないようにする  */
textarea:not([rows]) {
  min-height: 10em;
}

/* アンカーにスクロールマージン */
:target {
  scroll-margin-block: 5ex;
}

:root {
  --black: #101112;
  --black02: #151c26;
  --main_color: #0a509c;
}

body {
  color: var(--black);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, system-ui;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.8125rem;
  }
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

ul, ol {
  list-style: none;
}

img {
  height: auto;
}

img.w100 {
  width: 100%;
}

iframe, video {
  max-width: 100%;
}

section {
  overflow: hidden;
}

*::placeholder {
  color: #c2c7cb;
}

input:focus, input:focus-visible, textarea:focus, textarea:focus-visible, select:focus, select:focus-visible {
  outline: none;
}

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

@media screen and (min-width: 769px) {
  .sp2 {
    display: none;
  }
}

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

/*
 見出し
 ボタン
 画像オーバーレイ
 アニメーション
*/
.text_en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.text_ja {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.c_heading .text_en {
  font-size: 3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c_heading .text_en {
    font-size: clamp(30px, 8vw, 60px);
  }
}
.c_heading .text_ja {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c_heading .text_ja {
    font-size: clamp(14px, 3.74vw, 28px);
  }
}

.c_heading-02 .text_en {
  color: var(--main_color);
  font-size: 2.5rem;
  font-size: clamp(1.875rem, 3.34vw, 2.5rem);
  display: block;
}
.c_heading-02 .text_ja {
  font-size: 0.875rem;
  font-size: clamp(0.6875rem, 1.17vw, 0.875rem);
  display: block;
  margin-top: 10px;
}
.c_heading-02 .text_ja::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1px;
  transform: scale(1, 1.6);
  background: var(--black);
  margin-right: 8px;
  position: relative;
  bottom: 1px;
}

.c_heading-02.color_white .text_en, .c_heading-02.color_white .text_ja {
  color: #fff;
}
.c_heading-02.color_white .text_ja::before {
  background: #fff;
}

.c_cont_heading {
  font-size: 1.5rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c_cont_heading {
    font-size: clamp(18px, 3.2vw, 24px);
  }
}
.c_cont_heading.size26 {
  font-size: 1.625rem;
  font-size: clamp(1.25rem, 2.17vw, 1.625rem);
}
@media screen and (max-width: 767px) {
  .c_cont_heading.size26 {
    font-size: clamp(20px, 3.47vw, 26px);
  }
}

.c_heading-02 + .c_cont_heading {
  margin: 4.375rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c_heading-02 + .c_cont_heading {
    margin: 2.5rem 0 2.5rem;
  }
}

.c_cont_heading + .c_detail_wrap {
  margin-top: 3.125rem;
}
.c_cont_heading + .c_detail_wrap p:not(:last-of-type) {
  margin-bottom: 1.7em;
}
@media screen and (max-width: 767px) {
  .c_cont_heading + .c_detail_wrap {
    margin-top: 1.875rem;
  }
}

.c_head_color_row {
  color: var(--main_color);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c_head_color_row {
    width: 25%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .c_head_color_row {
    margin-bottom: 1.875rem;
  }
}
.c_head_color_row .text_en {
  font-size: 1.25rem;
}
.c_head_color_row .text_ja {
  font-size: 0.875rem;
}

.c_btn {
  background: linear-gradient(94deg, #084f9b, #0476c6);
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  overflow: hidden;
  position: relative;
  padding: 0.8em 1em 0.8em 30px;
  width: 240px;
  height: 80px;
  z-index: 2;
}
.c_btn .hover_after {
  display: none;
}
.c_btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  background: #fff;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}
.c_btn:hover {
  border: 1px solid var(--main_color);
  color: var(--main_color);
  opacity: 1;
}
.c_btn:hover .hover_before {
  display: none;
}
.c_btn:hover .hover_after {
  display: inline-block;
}
.c_btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.c_btn_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.c_btn_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  z-index: 1;
  margin: auto;
}

.c_btn02 .more_text {
  color: var(--main_color);
  font-family: "Outfit", sans-serif;
  display: inline-block;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.c_btn_arrow-02 {
  background: url(../img/arrow-right.png) no-repeat center/12px 9px, linear-gradient(94deg, #084f9b, #0476c6);
  border: 1px solid transparent;
  border-radius: 5em;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-left: 20px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c_btn_arrow-02 {
    width: 40px;
    height: 40px;
  }
}
.c_btn_arrow-02::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  background: url(../img/arrow-right-blue.svg) no-repeat center/12px 9px #fff;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}

.c_btn02_link:hover .c_btn_arrow-02 {
  border: 1px solid var(--main_color);
}
.c_btn02_link:hover .c_btn_arrow-02::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.arrow_downward {
  rotate: 90deg;
}

.c_overlay_img {
  position: relative;
}
.c_overlay_img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(5, 106, 186, 0.3);
  mix-blend-mode: overlay;
}
.c_overlay_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.anim_wrap {
  overflow: hidden;
}

.anim_box.anim_slidein_left {
  transform: translateX(-100px) scale(0, 1);
}
.anim_box.anim_slidein_left.is-animated {
  animation: slideInLeft 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  transform-origin: left;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.anim_fade {
  opacity: 0;
}

@keyframes fadeUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*
 共通問い合わせエリア
 ページKV
 ページ下部内部リンクリスト
 共通リードエリア
 コンテンツレイアウト01
 共通テーブルスタイル
 ローディングコンテンツ
*/
.c_inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}
@media screen and (max-width: 767px) {
  .c_inner {
    width: 90%;
  }
}

.c_inner_left_align {
  margin-left: 3%;
}
@media screen and (min-width: 1273px) {
  .c_inner_left_align {
    margin-left: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c_inner_left_align {
    margin-left: 5%;
  }
}

.c_sec_wrap {
  padding: 100px 0;
}

.c_sec_wrap01 {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c_sec_wrap01 {
    margin-top: 3.75rem;
  }
}

.c_sec_wrap02 {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  .c_sec_wrap02 {
    margin-top: 5rem;
  }
}

.c_sec_wrap03 {
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .c_sec_wrap03 {
    margin-top: 3.75rem;
  }
}

.c_contact_sec {
  transform: scale(1);
  color: #fff;
  margin-top: 8.125rem;
  padding: 10rem 0;
  position: relative;
}
.c_contact_sec::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(../img/contact_bg.png) no-repeat center/cover;
  transition: 0.6s ease;
}
.c_contact_sec:hover::before {
  transform: scale(1.1);
  transition: 0.6s ease;
}
.c_contact_sec .contact_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c_contact_sec {
    padding: 5rem 0;
    margin-top: 6.25rem;
  }
  .c_contact_sec .contact_inner {
    flex-direction: column;
    text-align: center;
    gap: 30px 0;
  }
}
.contact_heading {
  margin-block-start: 0;
  margin-bottom: 30px;
}
.contact_heading .text_en {
  font-size: 3.375rem;
  font-size: clamp(1.875rem, 7.2vw, 3.375rem);
  display: block;
}
.contact_heading .text_ja {
  font-size: 1rem;
  font-size: clamp(14px, 2.14vw, 16px);
  display: block;
  margin-top: 10px;
}

.c_contact_box2 {
  display: flex;
  align-items: center;
  gap: 10px 8%;
}
@media screen and (min-width: 768px) {
  .c_contact_box2 {
    width: 60%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  .c_contact_box2 {
    flex-direction: column;
    align-items: flex-end;
    gap: 30px 0;
  }
}

.c_contact_num_open {
  white-space: nowrap;
}
.c_contact_num_open .text_tel {
  font-size: 1rem;
}
.c_contact_num_open .num {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.875rem;
}

.c_contact_btn_wrap {
  width: 48%;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .c_contact_btn_wrap {
    width: 100%;
  }
}

.c_btn_contact {
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9375rem;
  display: inline-block;
  position: relative;
  padding: 0.8em 1em 0.8em 30px;
  width: 100%;
  height: 90px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c_btn_contact {
    font-size: 0.875rem;
    padding: 0.8em 1em 0.8em 20px;
    max-width: 240px;
    height: 70px;
  }
}
.c_btn_contact .hover_after {
  display: none;
}
.c_btn_contact::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  background: #fff;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}
.c_btn_contact:hover {
  color: var(--main_color);
  opacity: 1;
}
.c_btn_contact:hover .hover_before {
  display: none;
}
.c_btn_contact:hover .hover_after {
  display: inline-block;
}
.c_btn_contact:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.c_page_kv {
  color: #fff;
  position: relative;
}

.c_page_kv_bg {
  min-height: 270px;
  object-fit: cover;
  vertical-align: bottom;
  height: 37.447vw;
  opacity: 0;
  animation: slideKv 2s cubic-bezier(0.64, 0, 0.7, 0.95) forwards;
  animation-delay: 0.5s;
  will-change: width;
}
.c_page_kv_bg.anim_none {
  opacity: 1;
  animation: none;
}

@media screen and (min-width: 768px) {
  .c_page_kv {
    height: 67vh;
  }
  .c_page_kv_bg {
    height: 100%;
  }
}
@keyframes slideKv {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 10%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.c_page_title {
  max-width: 1200px;
  width: 94%;
  position: absolute;
  top: 35%;
  margin-left: 3%;
}
@media screen and (min-width: 1273px) {
  .c_page_title {
    margin-left: calc((100% - 1200px) / 2);
  }
}
.c_page_title .text_en {
  font-size: 5rem;
  font-size: clamp(3.125rem, 6.67vw, 5rem);
  display: block;
  opacity: 0;
  animation: fadeUp 1s forwards ease-out;
  animation-delay: 2s;
}
.c_page_title .text_en::first-letter {
  text-transform: capitalize;
}
.c_page_title .text_ja {
  font-size: 1.125rem;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  display: block;
  margin-top: 10px;
  opacity: 0;
  animation: fadeUp 1s forwards ease-out;
  animation-delay: 2.4s;
}

@media screen and (max-width: 767px) {
  .c_page_title {
    margin: 0 5%;
  }
}
.c_page_kv_internal_link {
  position: absolute;
  bottom: 15%;
  display: flex;
  gap: 30px;
  width: 750px;
  margin-left: 3%;
  opacity: 0;
  animation: fadeUp 1s forwards ease-out;
  animation-delay: 2.6s;
}
@media screen and (min-width: 1273px) {
  .c_page_kv_internal_link {
    margin-left: calc((100% - 1200px) / 2);
  }
}
.c_page_kv_internal_link li {
  width: calc(25% - 30px);
}
.c_page_kv_internal_link .link_inner {
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1024px) {
  .c_page_kv_internal_link {
    bottom: 8%;
  }
}
@media screen and (max-width: 767px) {
  .c_page_kv_internal_link {
    display: none;
  }
}
.c_internal_list {
  display: flex;
}
.c_internal_list li {
  border: 1px solid var(--main_color);
  width: 50%;
}
.c_internal_list li.b_left_none {
  border-left: none;
}
.c_internal_list .link {
  position: relative;
  z-index: 2;
  color: var(--main_color);
  padding: 1.875rem 2.5rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c_internal_list .link {
    padding: 16px;
  }
}
.c_internal_list .link .hover_after {
  display: none;
}
.c_internal_list .link:hover {
  color: #fff;
  opacity: 1;
}
.c_internal_list .link:hover .hover_before {
  display: none;
}
.c_internal_list .link:hover .hover_after {
  display: inline-block;
}
.c_internal_list .link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  background: linear-gradient(to left, #0476c6, #084f9b);
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}
.c_internal_list .link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.c_internal_link_name {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c_internal_link_name {
    font-size: 1rem;
  }
}
.c_internal_link_name .text_en {
  font-size: 0.8125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c_internal_link_name .text_en {
    font-size: 0.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .c_lead-wrap {
    display: flex;
    align-items: center;
  }
}

.c_lead-title {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c_lead-title {
    margin-bottom: 30px;
  }
}
.c_lead-title.lg {
  font-size: clamp(1.5rem, 3.17vw, 2.375rem);
}
.c_lead-title.md {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
}
.c_lead-title.sm {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

@media screen and (min-width: 768px) {
  .c_lead-cont {
    margin-left: 10%;
  }
}
.c_lead-cont p:not(:last-of-type) {
  margin-bottom: 30px;
}

.l-bg_img-cont_box {
  position: relative;
}

.c_cont_box {
  background-color: #fff;
  max-width: 1200px;
}
.c_cont_box.right_aligned {
  padding: clamp(3.125rem, 8.34vw, 6.25rem);
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c_cont_box.right_aligned {
    padding: 40px;
    margin-left: 16%;
  }
}
.c_cont_box.left_aligned {
  padding: clamp(3.125rem, 8.34vw, 6.25rem);
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c_cont_box.left_aligned {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) {
  .c_cont_column {
    display: flex;
    justify-content: space-between;
  }
}
.c_cont_column:not(:first-of-type) {
  border-top: 1px solid rgba(147, 155, 167, 0.4);
  margin-top: 3.75rem;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .c_cont_column:not(:first-of-type) {
    margin-top: 2.5rem;
    padding-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c_cont_column_right {
    width: 78%;
  }
}
.c_cont_column_right p:not(:last-of-type) {
  margin-bottom: 1.7em;
}

.c_table {
  border-collapse: collapse;
}
.c_table th, .c_table td {
  border-top: 1px solid rgba(147, 155, 167, 0.4);
  font-weight: 400;
}
.c_table th {
  width: 24%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c_table th {
    padding: 16px 2% 16px 0;
  }
}
.c_table td {
  padding: 30px 0;
  width: 78%;
}
@media screen and (max-width: 767px) {
  .c_table td {
    padding: 16px 0;
  }
}

.splash_screen {
  background: url(../img/fv_img-00.png) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: black;
  z-index: 1000;
  transition: opacity 2s, width 6s ease-in-out;
}
@media screen and (min-width: 768px) {
  .splash_screen {
    padding-left: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .splash_screen {
    background: url(../img/fv_img-00-sp.png) no-repeat center/cover;
  }
}
.splash_screen .loading_text {
  font-size: 0.875rem;
  color: #fff;
  display: flex;
  align-items: center;
  transition: opacity 1s;
}
@media screen and (max-width: 767px) {
  .splash_screen .loading_text {
    margin-left: 5%;
  }
}
.splash_screen .loading_line {
  display: inline-block;
  width: 60px;
  margin-left: 16px;
  height: 1px;
  background-color: currentColor;
  transition: 0.6s transform;
  transform: scale(1, 1);
  transform-origin: 100% 50%;
}

.alternative {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  contain: strict !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* アニメーション前 */
[data-text-animation=fadeIn] span,
[data-text-animation=fadeIn2] span {
  opacity: 0;
  transition: opacity 1s;
}

/* アニメーション後 */
[data-text-animation=fadeIn] span.is-active,
[data-text-animation=fadeIn2] span.is-active {
  opacity: 1;
}

.header {
  color: #fff;
  position: absolute;
  top: 0;
  padding: 30px 20px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: transform 0.3s ease-out;
}

.c_header_img_logo {
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .c_header_img_logo {
    width: 10em;
    max-width: 250px;
  }
}

.header_menu_wrap {
  display: flex;
  gap: 40px;
}

.header_nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 40px;
  margin-left: 16px;
}

.header_btn_menu {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header_btn_menu .text_menu {
  font-family: "Outfit", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .header_btn_menu .text_menu {
    display: none;
  }
}

.header_buger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  margin-right: 10px;
  cursor: pointer;
}

.header_buger_line {
  display: block;
  width: 1.25rem;
  height: 1px;
  background: #fff;
  transition: transform 0.3s ease-out;
  transform-origin: left;
  transform: scale(1, 1.6);
}
.header_buger_line:not(:first-child) {
  margin-top: 0.375rem;
}

.header.fixed {
  position: fixed;
  top: 0;
  background: #fff;
  color: #000;
  box-shadow: 0 6px 10px rgba(0, 3, 50, 0.1);
  padding: 14px 20px;
  transition: transform 0.3s ease-out;
}
.header.fixed .header_buger_line {
  background: #000;
}
@media screen and (max-width: 767px) {
  .header.fixed .header_btn_menu {
    margin-top: 12px;
  }
}

.header.js-open .header_nav {
  opacity: 0;
}
.header.js-open + .header_open {
  transform: translateY(0);
  opacity: 1;
  transition: 0.5s;
}
.header.js-open .header_buger_line:first-of-type {
  transform: rotate(45deg) translateY(1px) scale(1, 1.6);
  transition: transform 0.3s ease-out;
}
.header.js-open .header_buger_line:nth-of-type(2) {
  transform: scale(0);
  transform-origin: right bottom;
  transition: transform 0.3s ease-out;
}
.header.js-open .header_buger_line:nth-of-type(3) {
  transform: rotate(-45deg) translateY(-1px) scale(1, 1.6);
  transition: transform 0.3s ease-out;
}

.header_open {
  background: url(../img/header_open_bg.png) no-repeat center/cover;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.5s;
}
.header_open .header_buger_line:first-of-type {
  transform: rotate(45deg) translateY(0px) scale(1, 1.6);
  transition: transform 0.3s ease-out;
}
.header_open .header_buger_line:nth-of-type(2) {
  transform: scale(0);
  transform-origin: right bottom;
  transition: transform 0.3s ease-out;
}
.header_open .header_buger_line:nth-of-type(3) {
  transform: rotate(-45deg) translateY(0px) scale(1, 1.6);
  transition: transform 0.3s ease-out;
}

.header_open_head {
  color: #fff;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header_open_nav_wrap {
  gap: 4%;
  padding-top: 6vh;
  padding-bottom: 6em;
}
@media screen and (min-width: 768px) {
  .header_open_nav_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.header_open_nav {
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header_open_nav {
    width: 46%;
  }
}
.header_open_nav li {
  width: 100%;
}

.header_open_nav_link {
  border-bottom: 1px solid #fff;
  color: currentColor;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header_open_menu_text {
    display: flex;
    align-items: center;
  }
}
.header_open_menu_text .text_ja {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .header_open_menu_text .text_ja {
    font-size: 1rem;
  }
}
.header_open_menu_text .text_en {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .header_open_menu_text .text_en {
    font-size: 0.75rem;
    margin-left: 2em;
  }
}

@media screen and (max-width: 920px) {
  .header {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .header_nav {
    display: none;
  }
  .header_btn_menu {
    margin-top: 6px;
  }
  .header.fixed {
    align-items: center;
  }
  .header.fixed .header_btn_menu {
    margin-top: 0;
  }
}
.footer {
  background: var(--black02);
  color: #fff;
  padding: 130px 0 80px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 50px;
  }
}

.footer_upper_cont {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_upper_cont {
    flex-wrap: wrap;
  }
}

.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .footer_nav_list {
    margin-left: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav_list {
    display: none;
  }
}

.footer_addr {
  font-size: 0.75rem;
  line-height: 1.8;
  margin-top: 1.875rem;
}

.footer_tel {
  font-size: 0.75rem;
  margin-top: 10px;
}

.footer_nav_group_item li:not(:first-of-type) {
  margin-top: 30px;
}

.copyright_wrap {
  border-top: 1px solid #727b87;
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 8.125rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .copyright_wrap {
    margin-top: 3.75rem;
    padding-top: 2.5rem;
  }
}

.p-contact_wrap {
  margin-bottom: 30px;
}

.c_form_wrap {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c_form_wrap {
    margin-top: 2.5rem;
  }
}

.p-contact_item {
  border-top: 1px solid rgba(176, 185, 198, 0.2);
  display: flex;
  align-items: flex-start;
  font-size: 0.875rem;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-contact_item {
    flex-direction: column;
  }
}

.p-contact_title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 400;
  cursor: auto;
}
@media screen and (min-width: 768px) {
  .p-contact_title {
    width: 25%;
    height: 70px;
  }
}
.p-contact_title .required, .p-contact_title .optional {
  display: inline-block;
  font-size: 0.6875rem;
  letter-spacing: 0;
  margin-right: 1em;
  padding: 5px 6px 6px;
}
.p-contact_title .required {
  background: var(--main_color);
  color: #fff;
}
.p-contact_title .optional {
  background: #e9e4e4;
  color: var(--black);
}

.p-contact_input {
  background: #f5f5f5;
  width: 100%;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .p-contact_input {
    margin-top: 16px;
    padding: 12px;
  }
}
.p-contact_input input, .p-contact_input textarea {
  background: #f5f5f5;
  width: 100%;
  border: none;
}
.p-contact_input input {
  height: 100%;
}

.p-contact_input .wpcf7-not-valid-tip {
  position: absolute;
  bottom: calc(-22px - 2.2em);
}
@media screen and (max-width: 767px) {
  .p-contact_input .wpcf7-not-valid-tip {
    bottom: calc(-12px - 2.2em);
  }
}

.p-contact_select_column .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -2em;
}
@media screen and (max-width: 767px) {
  .p-contact_select_column .wpcf7-not-valid-tip {
    font-size: 10px;
    white-space: nowrap;
  }
}

.p-contact_check_item .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -3em;
}

.p-contact_radio_item,
.p-contact_check_item {
  padding: 20px 12px 20px 0;
}

.wpcf7-radio, .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}

.wpcf7-select {
  background: #f5f5f5;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .wpcf7-select {
    padding: 12px;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 3em;
  padding-top: 6px;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  width: 29px;
  height: 29px;
  border: 1px solid #f5f5f5;
}

input:checked + .wpcf7-list-item-label::before {
  border: 1px solid var(--main_color);
}

input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  z-index: 2;
}

.p-contact_radio_item input,
.p-contact_check_item input {
  display: none;
}

.p-contact_radio_item .wpcf7-radio label {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.p-contact_radio_item .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  background: var(--main_color);
  border: 1px solid var(--main_color);
  border-radius: 6px;
  border-radius: 50%;
  transform: scale(0.5);
}
.p-contact_radio_item .wpcf7-list-item-label::before {
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  border-radius: 50%;
}

.p-contact_check_item input:checked + .wpcf7-list-item-label::before {
  background: var(--main_color);
}
.p-contact_check_item input:checked + .wpcf7-list-item-label::after {
  left: 11px;
  top: 5px;
  width: 7px;
  height: 15px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.p-contact_check_item .wpcf7-list-item-label::before {
  background: #f5f5f5;
}

.p-contact_select_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.p-contact_select_column .select_item {
  width: 32%;
}
.p-contact_select_column .wpcf7-form-control-wrap {
  display: inline-block;
  width: calc(100% - 3em);
  margin-right: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact_select_column .wpcf7-form-control-wrap {
    width: calc(100% - 2em);
    margin-right: 10px;
    margin-top: 16px;
  }
}
.p-contact_select_column .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background-color: var(--main_color);
  clip-path: polygon(50% 6px, 0% 0%, 11.5px 0%);
  position: absolute;
  top: 46%;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact_select_column .wpcf7-form-control-wrap::after {
    right: 5px;
  }
}
.p-contact_select_column select {
  border: none;
  width: 100%;
  appearance: none;
}

.p-contact_privacy_item {
  border-top: 1px solid rgba(176, 185, 198, 0.2);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 0.875rem;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact_privacy_item {
    padding-top: 2.5rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #dc3232;
}

.p-contact_submit_wrap {
  margin-top: 60px;
  text-align: center;
  position: relative;
}
.p-contact_submit_wrap .wpcf7-spinner {
  position: absolute;
  top: 0;
}

.wpcf7-submit {
  background: transparent;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  width: auto;
  min-width: 400px;
  height: 100px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    min-width: 250px;
    width: 80%;
    height: 70px;
  }
}

.submit_btn_wrap {
  background: linear-gradient(94deg, #084f9b, #0476c6);
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.submit_btn_wrap .hover_after {
  display: none;
}

.submit_btn_wrap.abled_wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  background: #fff;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  z-index: -1;
}
.submit_btn_wrap.abled_wrap:hover .wpcf7-submit {
  color: var(--main_color);
}
.submit_btn_wrap.abled_wrap:hover .hover_before {
  display: none;
}
.submit_btn_wrap.abled_wrap:hover .hover_after {
  display: inline-block;
}
.submit_btn_wrap.abled_wrap:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.submit_btn_wrap.disabled_wrap {
  background: #dfdddd;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.submit_btn_wrap.disabled_wrap::before {
  content: none;
}

.privacy_popup_text {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  letter-spacing: 0.05em;
}

#popup-wrapper {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 100;
}

#popup-inside {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #popup-inside {
    width: 96%;
  }
}

.privacy_inner {
  background: #fff;
  padding: 60px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .privacy_inner {
    padding: 40px 30px;
  }
}

.privacy_title {
  line-height: 1.6;
}
.privacy_title .text_en, .privacy_title .text_ja {
  display: block;
}
.privacy_title .text_en {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .privacy_title .text_en {
    font-size: 1.875rem;
  }
}
.privacy_title .text_ja {
  font-weight: 600;
}

.privacy_contet {
  font-size: 0.875rem;
  margin-top: 3.75rem;
}
.privacy_contet .weight_md {
  font-weight: 500;
}
.privacy_contet .mt {
  margin-top: 30px;
}

#close_popup {
  position: absolute;
  top: 30px;
  right: 5px;
  cursor: pointer;
  color: #fff;
  z-index: 2;
}

.close_cont {
  display: flex;
  align-items: center;
}
.close_cont .text_close {
  font-size: 0.6875rem;
}
.close_cont .header_buger {
  position: relative;
  width: 1.25rem;
  margin: 0;
}
.close_cont .header_buger_line {
  position: absolute;
  left: 0;
}
.close_cont .header_buger_line:first-of-type {
  top: 3px;
  transform: rotate(45deg) translateY(0px) scale(1, 1.6);
  transition: transform 0.3s ease-out;
}
.close_cont .header_buger_line:last-of-type {
  bottom: 2px;
  transform: rotate(-45deg) translateY(0px) scale(1, 1.6);
  transition: transform 0.3s ease-out;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: none;
  max-width: 800px;
  margin: 60px auto 0;
}

.top_kv {
  position: relative;
  height: 100vh;
}
.top_kv .kv_img {
  width: 100%;
  vertical-align: bottom;
  height: 100vh;
  object-fit: cover;
}
.top_kv .swiper-slide {
  background: #ddd;
}
.top_kv .swiper-slide-active .kv_img,
.top_kv .swiper-slide-duplicate-active .kv_img,
.top_kv .swiper-slide-prev .kv_img {
  animation: zoom 9s linear 0s normal both;
}

@keyframes zoom {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(1.15);
  }
}
.top_kv_text_wrap {
  color: #fff;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 3%;
  z-index: 2;
}
@media screen and (min-width: 1201px) {
  .top_kv_text_wrap {
    left: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top_kv_text_wrap {
    width: 90%;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}
.top_kv_text_wrap .text_img {
  font-size: clamp(20px, 3.59vw, 43px);
  width: 2em;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .top_kv_text_wrap .text_img {
    font-size: 6.14vw;
  }
}

.top_kv_text_item-01 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(30px, 5vw, 60px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_kv_text_item-01 {
    font-size: 9.87vw;
  }
}

.top_kv_text_item-02 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(23px, 4.42vw, 53px);
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top_kv_text_item-02 {
    font-size: 8.8vw;
  }
}

.top_kv_text_item-03 {
  display: block;
  line-height: 2;
  font-size: clamp(16px, 1.67vw, 20px);
  letter-spacing: 0.1em;
  margin-top: clamp(30px, 4.17vw, 60px);
  opacity: 0;
  animation: fadeUp 1s forwards ease-out;
  animation-delay: 4s;
}
@media screen and (max-width: 767px) {
  .top_kv_text_item-03 {
    font-size: 4vw;
  }
}

.top_kv_news {
  color: #fff;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 6.4%;
  right: 6%;
  z-index: 2;
  margin-left: 3%;
}
@media screen and (max-width: 767px) {
  .top_kv_news {
    font-size: clamp(10px, 2.67vw, 20px);
    bottom: 20px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin-left: 0;
  }
}
.top_kv_news .ttl {
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top_kv_news .ttl {
    font-size: clamp(10px, 2.67vw, 20px);
  }
}
.top_kv_news .date {
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .top_kv_news .date {
    font-size: clamp(8px, 2.4vw, 18px);
  }
}
.top_kv_news .cont_ttl {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .top_kv_news .cont_ttl {
    margin-left: 10px;
  }
}
.top_kv_news .arrow {
  height: auto;
  vertical-align: middle;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .top_kv_news .arrow {
    margin-left: 20px;
  }
}

.top_kv_news_inner {
  display: flex;
  align-items: center;
  opacity: 0;
  animation: fadeUp 1s forwards ease-out;
  animation-delay: 4.4s;
}

.top_kv_news_link {
  color: #fff;
  display: flex;
  align-items: center;
}
.top_kv_news_link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 1.5em;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .top_kv_news_link::before {
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-top_aboutus .text_area {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .p-top_aboutus .img_area {
    width: 34%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-top_aboutus .img_area {
    margin-top: 3.75rem;
  }
}
.p-top_aboutus .about_sub_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 3.4375rem 0 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top_aboutus .about_sub_title {
    font-size: clamp(18px, 4.27vw, 32px);
  }
}
.p-top_aboutus .p-aboutus_link {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top_aboutus .p-aboutus_link {
    text-align: center;
  }
}

.p-top_aboutus_wrapper {
  padding: 120px 0;
}
@media screen and (min-width: 768px) {
  .p-top_aboutus_wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-top_aboutus_wrapper {
    padding: 80px 0;
  }
}

.p-top_service {
  position: relative;
}
.p-top_service::before {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-color: #f5f5f5;
  left: 0;
  right: 0;
  height: 455px;
}

.p-top_service {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-top_service {
    background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 84%, transparent 84%, transparent 100%);
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
.p-top_service .c_inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-top_service_title_wrap {
    display: flex;
    align-items: center;
  }
}

.p-top_service_title_desc {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top_service_title_desc {
    margin-left: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top_service_title_desc {
    margin-top: 3.125rem;
  }
}

.p-service_item {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-service_item {
    width: 33.33%;
  }
}

@media screen and (min-width: 1201px) {
  .p-service_list_wrap {
    margin-left: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-service_list_wrap {
    margin-left: 5%;
  }
}

.p-service_item_inner {
  color: #fff;
}
.p-service_item_inner .service_main_img {
  transition: scale(1);
  width: 100%;
  transition: 0.6s ease;
}
.p-service_item_inner:hover {
  opacity: 1;
}
.p-service_item_inner:hover .service_main_img {
  transform: scale(1.1);
  transition: 0.6s ease;
}

.p-service_list {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-service_list {
    margin-top: 4.375rem;
  }
}
.p-service_list img {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .p-service_list {
    display: flex;
  }
}

.p-service_text_wrap {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: flex;
  justify-content: space-between;
  bottom: 48px;
  font-size: clamp(10px, 1.5vw, 18px);
}
@media screen and (max-width: 767px) {
  .p-service_text_wrap {
    font-size: clamp(14px, 2.4vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .p-service_text_wrap {
    width: 86%;
    bottom: 24px;
  }
}

.p-service_item_text .text_en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(10px, 1.09vw, 13px);
  display: block;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-service_item_text .text_en {
    font-size: clamp(10px, 1.74vw, 13px);
  }
}
.p-service_item_text .text_ja {
  font-weight: 500;
}

.p-service_item .c_btn_arrow-02 {
  width: 2.8em;
  height: 2.8em;
}

.p-service_guide {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-service_guide {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-service_guide_ttl {
  min-width: 8em;
  border-width: 0 0 0 5px;
  border-style: solid;
  border-image-source: linear-gradient(0, #0476c6, #084f9b);
  border-image-slice: 1;
  padding-left: 3%;
  width: calc(3% + 11em);
}
@media screen and (max-width: 767px) {
  .p-service_guide_ttl {
    font-size: 1.125rem;
    padding-left: 5%;
    width: calc(5% + 11em);
  }
}
.p-service_guide_ttl .text_en {
  font-family: "Outfit", sans-serif;
  font-size: 1.125rem;
}
.p-service_guide_ttl .text_ja {
  font-weight: 600;
}

.p-service_guide_link {
  display: flex;
  gap: 2%;
  max-width: 1100px;
  margin-left: 6%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-service_guide_link {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 20px;
  }
}
.p-service_guide_link li {
  width: 32%;
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .p-service_guide_link li {
    width: 46%;
  }
}
.p-service_guide_link .link {
  border-bottom: 1px solid #a6a6a6;
  color: currentColor;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 20px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-service_guide_link .link {
    font-size: 0.875rem;
    padding: 20px 0;
  }
}

.p-top_company {
  padding-top: 11.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_company {
    padding-top: clamp(70px, 18.67vw, 140px);
  }
}

.p-top_company_bg {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
}
.p-top_company_bg img {
  width: 100%;
  max-width: inherit;
}

.p-top_company_item {
  display: flex;
  flex-direction: column;
}
.p-top_company_item .c_btn02 {
  margin-top: auto;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .p-top_company_greeting {
    display: flex;
    gap: 40px;
  }
}
.p-top_company_greeting .c_btn02 {
  margin-top: auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-top_company_greeting .greeting_img {
    width: calc(50% - 20px);
  }
}
.p-top_company_greeting .greeting_img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top_company_greeting_text {
    width: calc(50% - 20px);
  }
}

.p-top_company_ttl {
  color: #fff;
  text-align: right;
  position: relative;
  top: 0.5em;
}
.p-top_company_ttl .ttl_ja {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  position: relative;
  top: 10px;
}
.p-top_company_ttl .ttl_en {
  font-family: "Outfit", sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top_company_ttl .ttl_en {
    font-size: 3.125rem;
  }
}

.p-top_company_list_wrap {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .p-top_company_list_wrap {
    margin-left: calc((100% - 1200px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-top_company_list_wrap {
    margin-left: 16%;
  }
}

.p-top_company_list {
  max-width: 1200px;
  padding: 9.375rem 0 9.375rem 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-top_company_list {
    padding: 2.5rem;
  }
}

.p-top_company_item_ttl .ttl_en {
  color: var(--main_color);
  font-family: "Outfit", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  display: block;
}
.p-top_company_item_ttl .ttl_ja {
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
  margin-top: 0.4em;
}

.p-top_company_item_desc {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-top_company_item_desc {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top_company_item_ttl {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-top_company_list_under {
    display: flex;
    gap: 40px;
  }
}
.p-top_company_list_under .p-top_company_item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top_company_list_under .p-top_company_item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .p-top_company_list_under .p-top_company_item_ttl {
    margin-top: 30px;
  }
}

.p-top_recruit {
  background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 70%, transparent 70%, transparent 100%);
  position: relative;
  margin-bottom: 150px;
  padding: 190px 0;
}
@media screen and (max-width: 767px) {
  .p-top_recruit {
    padding: 0;
    background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 84%, transparent 84%, transparent 100%);
    overflow: visible;
  }
}

@media screen and (min-width: 768px) {
  .p-top_recruit_text_area {
    max-width: 22em;
  }
}
.p-top_recruit_text_area .text_wrap {
  line-height: 2;
  margin: 4.375rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top_recruit_text_area .text_wrap {
    margin: 1.875rem 0 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .top_recruit_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 30em);
  }
}
@media screen and (min-width: 1201px) {
  .top_recruit_img {
    width: 58vw;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit_img {
    margin-bottom: 60px;
  }
}
.top_recruit_img img {
  vertical-align: bottom;
}
.top_recruit_img.c_overlay_img::before {
  top: 1px;
}

@media screen and (max-width: 767px) {
  .p-recruit_link {
    text-align: center;
    position: relative;
    top: 35px;
  }
}

.p-company_message {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-company_message {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-company_message .message_img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-company_message .message_img {
    margin-top: 3.125rem;
  }
}

.p-company_message_text {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-company_message_text {
    width: 45%;
  }
}
.p-company_message_text .c_cont_heading {
  margin: 4.375rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company_message_text .c_cont_heading {
    margin: 2.5rem 0 2.5rem;
  }
}
.p-company_message_text .p-company_sec_subttl {
  margin: 5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company_message_text .p-company_sec_subttl {
    margin: 2.5rem 0 2.5rem;
  }
}
.p-company_message_text .ceo_sign {
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-company_message_text .ceo_sign {
    margin-top: 2.5rem;
  }
}
.p-company_message_text .ceo_name {
  font-size: 1.125rem;
  margin-left: 1em;
}

.p-company_ph_wrap {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company_ph_wrap {
    padding: 60px 0 0;
  }
}

.p-company_ph {
  position: relative;
}
.p-company_ph .c_cont_heading {
  color: #fff;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company_ph .c_cont_heading {
    margin-top: 2.5rem;
  }
}

.p-company_ph_bg {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-company_ph_bg img {
    max-width: inherit;
    width: 140%;
  }
}

.p-company_ph_cont_box {
  background: #fff;
  padding: clamp(3.125rem, 8.34vw, 6.25rem);
  margin-top: 6.25rem;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .p-company_ph_cont_box {
    padding: 2.5rem;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    margin-left: 16%;
  }
}

.p-company_ph_subtitle {
  color: var(--main_color);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-company_ph_subtitle {
    margin-bottom: 2.5rem;
  }
}
.p-company_ph_subtitle .text_en {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .p-company_vision_wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-company_vision_list {
    width: 48%;
  }
}
.p-company_vision_list .vision_item {
  font-size: clamp(1rem, 1.67vw, 1.25rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .p-company_vision_list .vision_item {
    font-size: 0.875rem;
  }
}
.p-company_vision_list .vision_item:not(:last-of-type) {
  border-bottom: 1px dashed rgba(147, 155, 167, 0.4);
}
.p-company_vision_list .num {
  color: var(--main_color);
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .p-company_vision_list .num {
    margin-right: 1.4em;
    font-size: 1.125rem;
  }
}

.p-company_vision_desc {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-company_vision_desc {
    width: 46%;
  }
}

.p-company_ph_cont:not(:first-of-type) {
  border-top: 1px solid rgba(147, 155, 167, 0.4);
  margin-top: 3.75rem;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-company_ph_cont:not(:first-of-type) {
    margin-top: 2.5rem;
    padding-top: 3.125rem;
  }
}

.p-company_outline {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-company_outline_bg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .p-company_outline_bg {
    margin-bottom: 30px;
  }
}

.p-company_outline_table {
  width: 62%;
  margin-top: 4.375rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-company_outline_table {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.p-company_access_map {
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  .map_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
  }
  .map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.p-company_access_map_desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-company_access_map_desc {
    flex-wrap: wrap;
  }
}

.p-aboutus_main_wrap {
  padding: 15.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-aboutus_main_wrap {
    padding: 12.5rem 0 0;
  }
}

.p-aboutus_main {
  position: relative;
}

.p-aboutus_main_bg {
  position: absolute;
  top: 0;
  z-index: -1;
}

.p-purchase_list-item {
  border-bottom: 1px solid rgba(147, 155, 167, 0.4);
  display: flex;
  align-items: center;
  padding-bottom: 3.75rem;
}
.p-purchase_list-item:not(:last-of-type) {
  margin-bottom: 3.75rem;
}
.p-purchase_list-item .num {
  color: var(--main_color);
  font-family: "Outfit", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  white-space: nowrap;
  margin-right: 10%;
}
.p-purchase_list-item .c_cont_heading {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-purchase_list-item {
    padding-bottom: 2.5rem;
    align-items: flex-start;
  }
  .p-purchase_list-item:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
  .p-purchase_list-item .num {
    font-size: 1.5rem;
  }
  .c_cont_heading {
    margin-bottom: 10px;
  }
}
.p-purchase_contact {
  background: url(../img/purchase_img-02.jpg) no-repeat center/cover;
  color: #fff;
  height: 360px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.p-purchase_contact_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-purchase_contact_inner {
    flex-direction: column;
  }
}
.p-purchase_contact_inner .contact_desc {
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .p-purchase_contact_inner .contact_desc {
    max-width: 520px;
    width: 94%;
  }
}
.p-purchase_contact_inner .c_contact_btn_wrap {
  text-align: center;
}

.p-selling-cont_wrap .c_heading-02 {
  margin-bottom: 3.75rem;
}

.p-selling_agreement {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-selling_agreement {
    width: 90%;
    margin: 5rem auto 0;
  }
}

.p-selling_agreement-item {
  font-size: 0.9375rem;
  font-size: clamp(0.625rem, 1.25vw, 0.9375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  margin-bottom: 3.125rem;
}
.p-selling_agreement-item .agreement_text {
  color: #fff;
  text-align: center;
}
.p-selling_agreement-item .agreement_arrow {
  position: absolute;
}
.p-selling_agreement-item .item_first {
  position: relative;
}
.p-selling_agreement-item .num {
  color: var(--main_color);
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
.p-selling_agreement-item .item_first_box {
  background: var(--main_color);
  width: 100%;
  position: relative;
}
.p-selling_agreement-item .item_first_box .icon {
  width: 30%;
  max-width: 45px;
}
.p-selling_agreement-item .item_second {
  background: var(--main_color);
  border-radius: clamp(1.25rem, 3.34vw, 2.5rem);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-selling_agreement-item .item_second .second_icon {
  width: 52%;
  margin-bottom: 10px;
}
.p-selling_agreement-item .item_third {
  color: var(--main_color);
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-selling_agreement-item .agreement_text {
    position: absolute;
    bottom: clamp(0.625rem, 2.5vw, 1.875rem);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .p-selling_agreement-item .agreement_arrow {
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
  }
  .p-selling_agreement-item .num {
    position: absolute;
    top: -10px;
    left: 0;
  }
  .p-selling_agreement-item .item_first {
    width: 20%;
    position: relative;
  }
  .p-selling_agreement-item .item_first_box {
    border-radius: 50%;
    padding-top: 100%;
  }
  .p-selling_agreement-item .item_first_box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-selling_agreement-item .item_second {
    width: 27%;
    margin-left: 7%;
  }
  .p-selling_agreement-item .item_second .second_icon {
    position: relative;
    top: -1em;
  }
  .p-selling_agreement-item .item_third {
    display: flex;
    align-items: center;
    margin-left: 7%;
  }
}
@media screen and (max-width: 767px) {
  .p-selling_agreement-item {
    font-size: 0.9375rem;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto 3.125rem;
  }
  .p-selling_agreement-item .agreement_arrow {
    left: calc(50% - 1vw);
    bottom: -6vw;
    height: 10vw;
    width: auto;
  }
  .p-selling_agreement-item .item_first_box {
    border-radius: 20px;
    padding: 20px 0;
    margin-bottom: clamp(3.125rem, 10.67vw, 5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .p-selling_agreement-item .item_second {
    border-radius: 20px;
    padding: 20px 0;
    margin-bottom: clamp(3.125rem, 10.67vw, 5rem);
    width: 100%;
    margin-left: 0;
  }
  .p-selling_agreement-item .item_third {
    font-size: 0.875rem;
  }
}
.p-selling-flow_figure {
  color: var(--main_color);
  display: flex;
  justify-content: space-between;
}
.p-selling-flow_figure .flow_figure_box {
  color: #fff;
  background: var(--main_color);
  border-radius: clamp(1.25rem, 3.34vw, 2.5rem);
  position: relative;
  text-align: center;
}
.p-selling-flow_figure .flow_arrow {
  display: block;
  width: auto;
}
.p-selling-flow_figure .flow_figure01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-selling-flow_figure .flow_figure01 .text {
  margin-top: 10px;
}
.p-selling-flow_figure .flow_figure02 {
  display: flex;
  justify-content: space-between;
}
.p-selling-flow_figure .flow_figure02_item {
  font-size: clamp(0.625rem, 1.25vw, 0.9375rem);
  font-weight: 500;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.p-selling-flow_figure .flow_figure02_item .num {
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-right: 6px;
  position: relative;
  top: 1px;
  line-height: 1;
}
.p-selling-flow_figure .flow_figure03 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-selling-flow_figure .flow_figure03 .flow_figure_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .p-selling-flow_figure .flow_figure01 {
    height: 310px;
    width: 18%;
  }
  .p-selling-flow_figure .flow_figure02 {
    flex-direction: column;
    width: 11%;
  }
  .p-selling-flow_figure .flow_figure02_item {
    height: 40%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .p-selling-flow_figure .flow_figure03 {
    width: 28%;
  }
  .p-selling-flow_figure .flow_figure03 .flow_figure_box {
    height: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-selling-flow_figure {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
  }
  .p-selling-flow_figure .flow_figure_box {
    border-radius: 20px;
    padding: 20px 0;
  }
  .p-selling-flow_figure .flow_arrow {
    height: 7em;
  }
  .p-selling-flow_figure .flow_figure02 {
    flex-direction: row-reverse;
    margin: 30px 0;
  }
  .p-selling-flow_figure .flow_figure02 .writing_ver {
    writing-mode: vertical-rl;
    margin: 0 10px;
    height: 7em;
    line-height: 1.4;
  }
  .p-selling-flow_figure .flow_figure02 .writing_ver .num {
    writing-mode: horizontal-tb;
    margin-right: 0;
    margin-left: 3px;
    margin-bottom: 8px;
  }
  .p-selling-flow_figure .flow_figure02_item {
    font-size: 0.875rem;
  }
  .p-selling-flow_figure .flow_figure02_item.two_flow {
    width: 50%;
    align-items: center;
    flex-direction: row-reverse;
  }
  .p-selling-flow_figure .flow_figure02_item.two_flow .two_flow_item {
    display: flex;
    flex-direction: row-reverse;
  }
  .p-selling-flow_figure .flow_figure02_item.one_flow {
    width: 40%;
    align-items: center;
    flex-direction: row-reverse;
  }
  .p-selling-flow_figure .flow_figure03 {
    flex-direction: row-reverse;
  }
  .p-selling-flow_figure .flow_figure03 .flow_figure_box {
    font-size: 1.125rem;
  }
  .p-selling-flow_figure .flow_figure03_item01 {
    width: 50%;
  }
  .p-selling-flow_figure .flow_figure03_item01 img {
    width: 70%;
  }
  .p-selling-flow_figure .flow_figure03_item02 {
    width: 40%;
  }
}
.p-selling-flow_text_item {
  border-bottom: 1px solid rgba(147, 155, 167, 0.4);
  display: flex;
  align-items: flex-start;
  padding-bottom: 3.75rem;
}
.p-selling-flow_text_item:first-of-type {
  border-top: 1px solid rgba(147, 155, 167, 0.4);
  padding-top: 3.75rem;
}
.p-selling-flow_text_item:not(:last-of-type) {
  margin-bottom: 3.75rem;
}
.p-selling-flow_text_item .num {
  color: var(--main_color);
  font-family: "Outfit", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  white-space: nowrap;
  margin-right: 10%;
}
.p-selling-flow_text_item .c_cont_heading {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-selling-flow_text_item {
    padding-bottom: 2.5rem;
  }
  .p-selling-flow_text_item:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
  .p-selling-flow_text_item .num {
    font-size: 1.5rem;
  }
  .c_cont_heading {
    margin-bottom: 10px;
  }
}
.p-service_item-wrap {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service_item-wrap {
    margin-bottom: 3.75rem;
  }
}

.p-service_item-box {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  margin-top: -130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service_item-box {
    margin-top: -50px;
  }
}

.p-service_item-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-service_item-inner {
    flex-direction: column;
  }
}
.p-service_item-inner .num {
  color: var(--main_color);
  font-family: "Outfit", sans-serif;
  font-size: 3.75rem;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  white-space: nowrap;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .p-service_item-inner .num {
    margin-bottom: 20px;
  }
}

.p-recruit_message {
  margin-top: 40px;
}
.p-recruit_message .c_cont_box.left_aligned {
  padding: clamp(3.125rem, 8.34vw, 6.25rem);
  padding-left: 0;
  padding-bottom: clamp(6.25rem, 12.5vw, 9.375rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit_message .c_cont_box.left_aligned {
    padding: 20px;
  }
}

.p-recruit_message_img {
  margin-top: clamp(-6.25rem, -12.5vw, -9.375rem);
}
@media screen and (max-width: 767px) {
  .p-recruit_message_img {
    margin-top: -40px;
  }
}

.p-recruit_table_wrap {
  background: #fff;
  margin-top: 4.375rem;
  padding: clamp(3.125rem, 12.5vw, 9.375rem);
  padding-top: 0;
  padding-left: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit_table_wrap {
    margin-top: 2.5rem;
    padding: 20px 0 40px;
  }
}

.p-recruit_table {
  width: 100%;
  max-width: 1050px;
}
@media screen and (max-width: 767px) {
  .p-recruit_table {
    width: 100%;
  }
}

.p-recruitment_img {
  margin-top: clamp(-6.25rem, -12.5vw, -9.375rem);
}
@media screen and (max-width: 767px) {
  .p-recruitment_img {
    margin-top: -40px;
  }
}/*# sourceMappingURL=main.css.map */