@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}

/* 固定ヘッダー（80px）と重ならないようアンカー位置をずらす */
#sec2-heading,
#sec3-heading,
#sec4-heading,
#sec5-heading,
#sec7-heading,
#sec8,
#sec8-heading {
  scroll-margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #sec2-heading,
  #sec3-heading,
  #sec4-heading,
  #sec5-heading,
  #sec7-heading,
  #sec8,
  #sec8-heading {
    scroll-margin-top: 60px;
  }
}

body {
  position: relative;
  background: #fff;
  color: #000;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body.js_page_trans {
  opacity: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}

a[href^="tel"] {
  color: #000;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

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

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

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_2 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_3 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_4 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_5 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_6 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 typography（数字・英字は Roboto）
================================= */
.u_font_roboto {
  font-family: 'Roboto', sans-serif;
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* =================================
 animation
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
/* =================================
 buttons
================================= */
/* =================================
 icon
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4.6875%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 4.6875%;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  width: 100vw;
  height: 80px;
  background: transparent;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .l_header {
    height: 60px;
    background: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (max-width: 768px) {
  .l_header.is_menu_open {
    border-bottom-color: #333;
    background: #000;
  }
}
.l_header .inner {
  width: 100%;
  height: 100%;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l_header .inner {
    padding: 0 15px;
    justify-content: space-between;
  }
}

.l_header_logo {
  flex: 0 0 auto;
  display: block;
  width: 174px;
}
@media screen and (max-width: 768px) {
  .l_header_logo {
    width: 133px;
  }
}
.l_header_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.l_header_menu_toggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header_menu_toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    -moz-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
}
.l_header_menu_toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.l_header_menu_toggle_bar {
  display: block;
  width: 25px;
  height: 1px;
  background: #fff;
  border-radius: 1px;
  -moz-transition: -moz-transform 0.3s ease, opacity 0.25s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.25s ease;
  transition: transform 0.3s ease, opacity 0.25s ease;
}

.l_header.is_menu_open .l_header_menu_toggle_bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.l_header.is_menu_open .l_header_menu_toggle_bar:nth-child(2) {
  opacity: 0;
}

.l_header.is_menu_open .l_header_menu_toggle_bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.l_header_menu_panel {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header_menu_panel {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 15px 32px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -moz-transition: opacity 0.35s ease, visibility 0.35s ease;
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
}

@media screen and (max-width: 768px) {
  .l_header.is_menu_open .l_header_menu_panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.l_header_menu_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l_header_menu_nav li {
  border-bottom: 1px solid #333;
}
.l_header_menu_nav li:last-child {
  border-bottom: none;
}
.l_header_menu_nav a {
  display: block;
  padding: 22px 4px;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.l_header_menu_cta {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.l_header_menu_cta_mail,
.l_header_menu_cta_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 20px;
  border-radius: 999px;
  background: linear-gradient(to bottom, #f27700 0%, #d96200 100%);
  color: #fff !important;
  text-align: center;
  line-height: 1.35;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.l_header_menu_cta_mail:active,
.l_header_menu_cta_tel:active {
  opacity: 0.92;
}

.l_header_menu_cta_mail {
  flex-direction: row;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 60px;
}
.l_header_menu_cta_mail img {
  display: block;
  width: 20px;
  height: auto;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.l_header_menu_cta_tel {
  height: 60px;
}

.l_header_menu_cta_tel_num {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.l_header_menu_cta_tel_time {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  body.is_header_menu_open {
    overflow: hidden;
  }
}

.l_header_nav {
  margin-left: auto;
  flex: 0 1 auto;
}
@media screen and (max-width: 768px) {
  .l_header_nav {
    display: none;
  }
}
.l_header_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
.l_header_nav a {
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.l_header_contact {
  margin-left: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l_header_contact {
    display: none;
  }
}

.l_header_contact_btn {
  height: 100%;
  min-width: 120px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(to bottom, #f27700 0%, #d96200 100%);
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.l_header_contact_btn img {
  display: block;
}
.l_header_contact_btn span {
  display: inline-block;
  line-height: 1;
}

.l_header_tel {
  height: 100%;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(to bottom, #f27700 0%, #d96200 100%);
  color: #fff !important;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.l_header_tel .num {
  font-family: "Roboto", "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.l_header_tel .time {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}

/* =================================
 l_header_sp
================================= */
@media screen and (min-width: 1025px) {
  .l_header_sp {
    display: none;
  }
}

/* =================================
 l_menu_sp
================================= */
/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer {
  background-color: #1F2C5C;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  width: 100%;
}

.l_footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 72px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 24px;
}
@media screen and (max-width: 1240px) {
  .l_footer_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer_inner {
    padding: 25px 15px 25px;
    min-height: 64px;
  }
}

.l_footer_copy {
  margin: 0;
}

.l_footer_link {
  color: #fff !important;
  text-decoration: none;
  font-weight: 400;
}
.l_footer_link:hover {
  color: #fff;
  text-decoration: underline;
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 main
====================================================================== */
/* =================================
 l_main
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

/* ======================================================================
 lp
====================================================================== */
.p_lp {
  background: #000;
  /* 導入実績（ロゴグリッド） */
  /* 実績（動画サムネイルグリッド） */
  /* Magnific Popup フェードアニメーション */
  /* 料金目安 */
  /* お客様の声 */
  /* 活用シーン */
  /* ユニモトの強み */
  /* 制作の流れ */
  /* よくあるご質問 */
  /* 資料請求・お問い合わせ */
  /* 会社概要 */
}
.p_lp .l_main_visual {
  position: relative;
}
.p_lp .l_mv {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv {
    min-height: auto;
    padding: 100px 0 150px;
  }
}
.p_lp .l_mv__video_wrap {
  position: absolute;
  overflow: hidden;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_lp .l_mv__video_wrap > video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__video_wrap > video {
    position: absolute;
    top: 60px;
    width: 100%;
    height: auto;
  }
}
.p_lp .l_mv__video_wrap .l_mv__video_mesh {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("../img/mv-mesh.png");
  background-size: 8px 8px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__video_wrap .l_mv__video_mesh {
    background-size: 90px 90px;
  }
}
.p_lp .l_mv__inner {
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.p_lp .l_mv__lead {
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__lead {
    font-size: 13px;
  }
}
.p_lp .l_mv__title {
  margin: clamp(12px, 2vw, 0) 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__title {
    font-size: 25px;
  }
}
.p_lp .l_mv__title_line {
  display: block;
  letter-spacing: .1em;
}
.p_lp .l_mv__title_line .u_font_roboto {
  font-size: 62px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__title_line .u_font_roboto {
    font-size: 35px;
  }
}
.p_lp .l_mv__badges {
  margin: clamp(28px, 4vw, 30px) 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 2vw, 32px);
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__badges {
    margin: 40px 0 0;
    gap: 4vw;
  }
}
@media screen and (max-width: 400px) {
  .p_lp .l_mv__badges {
    gap: 15px;
  }
}
.p_lp .l_mv__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(140px, 22vw, 200px);
  color: #fff;
}
.p_lp .l_mv__badge:not(.l_mv__badge--laurel) {
  min-height: 95px;
}
.p_lp .l_mv__badge--laurel {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__badge--laurel {
    min-width: 108px;
  }
}
.p_lp .l_mv__badge--laurel .l_mv__badge_txt {
  flex: 0 1 auto;
  min-width: 0;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__badge--laurel .l_mv__badge_txt {
    padding: 0 4px;
    min-width: 89px;
  }
}
.p_lp .l_mv__badge_txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.p_lp .l_mv__badge_row {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__badge_row {
    font-size: 2.75vw;
  }
}
.p_lp .l_mv__badge_row .u_font_roboto {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__badge_row .u_font_roboto {
    font-size: 3.5vw;
  }
}
.p_lp .l_mv__badge_row--emph {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__badge_row--emph {
    font-size: 2.75vw;
  }
}
.p_lp .l_mv__badge_note {
  font-size: 16px;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__badge_note {
    font-size: 10px;
  }
}
.p_lp .l_mv__laurel {
  flex-shrink: 0;
  width: clamp(28px, 3.5vw, 40px);
  height: auto;
  display: block;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__laurel {
    margin: 0;
    width: clamp(23px, 3.5vw, 40px);
  }
}
@media screen and (max-width: 475px) {
  .p_lp .l_mv__laurel {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 400px) {
  .p_lp .l_mv__laurel {
    margin: 0 -10px;
  }
}
.p_lp .l_mv__illust {
  margin-top: auto;
  width: 100%;
  max-width: 316px;
  padding-top: clamp(24px, 5vw, 48px);
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__illust {
    padding-top: 15px;
    bottom: -30px;
    display: flex;
    justify-content: center;
  }
}
.p_lp .l_mv__illust img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__illust img {
    width: 213px;
  }
}
.p_lp .l_mv__float_btns {
  position: fixed;
  z-index: 3;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 2vw, 22px);
  opacity: 1;
  transition: opacity .35s ease;
}
.p_lp .l_mv__float_btns.is_hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__float_btns {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    right: initial;
    flex-direction: row;
    z-index: 3;
    padding: 30px 4px 10px;
    background: rgba(255, 255, 255, 0.95);
    gap: 2px;
  }
}
.p_lp .l_mv__cta {
  position: relative;
  display: block;
  padding: clamp(8px, 2vw, 22px) clamp(16px, 2vw, 22px) clamp(14px, 1.6vw, 18px);
  border-radius: 999px;
  color: #fff !important;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.35vw, 1.5rem);
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__cta {
    padding: 7px 16px 9px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - .5px);
  }
}
.p_lp .l_mv__cta:hover {
  opacity: .94;
}
.p_lp .l_mv__cta_label {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__cta_label {
    top: -6px;
  }
}
.p_lp .l_mv__cta_label_inner {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__cta_label_inner {
    padding: 2px 9px;
    font-size: 11px;
  }
}
.p_lp .l_mv__cta_body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
}
.p_lp .l_mv__cta_body img {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_lp .l_mv__cta_body span {
    font-size: 14px;
    text-align: left;
  }
}
.p_lp .l_mv__cta--contact {
  background: linear-gradient(to bottom, #f27700 0%, #d96200 100%);
}
.p_lp .l_mv__cta--contact .l_mv__cta_label_inner {
  color: #F27700;
  border: 1px solid #F27700;
}
.p_lp .l_mv__cta--download {
  background: linear-gradient(to bottom, #d63541 0%, #b60a17 100%);
}
.p_lp .l_mv__cta--download .l_mv__cta_label_inner {
  color: #D63541;
  border: 1px solid #D63541;
}
.p_lp .l_sec1 {
  background: #fff;
  color: #333;
  position: relative;
}
.p_lp .l_sec1_inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec1_inner {
    padding: 60px 15px 50px;
  }
}
.p_lp .l_sec1_note {
  position: absolute;
  top: 20px;
  right: 40px;
  right: clamp(16px, 4vw, 40px);
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.55;
  color: #999;
  text-align: right;
  max-width: min(340px, calc(100vw - 48px));
}
.p_lp .l_sec1_note .u_font_roboto {
  letter-spacing: .02em;
}
.p_lp .l_sec1_title {
  margin: 0 auto;
  padding: 0 0 60px;
  max-width: 920px;
  font-size: 4.2rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  line-height: 1.35;
}
.p_lp .l_sec1_lead {
  margin: 0 auto;
  max-width: 920px;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  line-height: 1.75;
}
.p_lp .l_sec1_logos {
  margin: clamp(10px, 10vw, 56px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 35px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec1_logos {
    gap: 22px 15px;
  }
}
.p_lp .l_sec1_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_lp .l_sec1_logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .p_lp .l_sec1_logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec1_note {
    position: static;
    margin: 0 0 50px;
    max-width: none;
    text-align: center;
  }
  .p_lp .l_sec1_title {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p_lp .l_sec1_title {
    font-size: 2.8rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec1_logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p_lp .l_sec2 {
  position: relative;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.p_lp .l_sec2_blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, #0062ff 0%, #3d9eff 100%);
}
.p_lp .l_sec2_video_wrap {
  position: absolute;
  top: 0;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  height: 100%;
  opacity: .5;
}
.p_lp .l_sec2_video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.p_lp .l_sec2_fade {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: url("../img/sec2-fade-mask.png") center/cover no-repeat;
  mix-blend-mode: multiply;
}
.p_lp .l_sec2_mesh {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background-image: url("../img/mesh2.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 90px 90px;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p_lp .l_sec2_inner {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1240px) {
  .p_lp .l_sec2_inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec2_inner {
    padding: 50px 15px;
  }
}
.p_lp .l_sec2_head {
  margin: 0 auto;
}
.p_lp .l_sec2_accent {
  margin: 0 0 14px;
}
.p_lp .l_sec2_accent img {
  display: block;
  width: auto;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec2_accent img {
    height: auto;
  }
}
.p_lp .l_sec2_title {
  margin: 0;
  font-size: 4.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec2_title {
    font-size: 2.8rem;
  }
}
.p_lp .l_sec2_lead {
  margin: clamp(16px, 2vw, 22px) 0 0;
  font-size: clamp(1.4rem, 1.55vw, 1.55rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.75;
}
.p_lp .l_sec2_lead .u_font_roboto {
  letter-spacing: .02em;
}
.p_lp .l_sec2_rule {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: clamp(8px, 2vw, 24px);
  margin: 20px 0 55px;
  min-height: clamp(72px, 12vw, 120px);
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec2_rule {
    margin: 30px 0 25px;
  }
}
.p_lp .l_sec2_rule_line {
  flex: 1 1 auto;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0 0 2.2rem;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec2_rule_line {
    padding: 0;
  }
}
.p_lp .l_sec2_rule_img {
  flex: 0 0 auto;
  width: 398px;
  height: auto;
  display: block;
  align-self: flex-end;
}
.p_lp .l_sec2_grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.8vw, 32px);
}
.p_lp .l_sec2_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: opacity .25s ease;
}
.p_lp .l_sec2_card:hover {
  opacity: 0.7;
}
.p_lp .l_sec2_card:hover .l_sec2_thumb::after {
  opacity: .15;
}
.p_lp .l_sec2_thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.p_lp .l_sec2_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p_lp .l_sec2_company {
  margin: 15px 0 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec2_company {
    margin: 10px 0 0;
  }
}
.p_lp .l_sec2_company_dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: .5em;
  border-radius: 50%;
  background: #C3D600;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec2_company_dot {
    width: 8px;
    height: 8px;
    margin-top: .4em;
  }
}
.p_lp .l_sec2_company_txt {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec2_company_txt {
    font-size: 15px;
  }
}
.p_lp .l_sec2_tags {
  margin: 10px 0 0;
  margin-top: auto;
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 1.55;
  color: #fff;
  text-align: left;
  display: flex;
  gap: 0 5px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec2_tags {
    margin: 0;
    padding-top: 5px;
    font-size: 12px;
    flex-wrap: wrap;
  }
}
.p_lp .l_sec2_tag {
  color: #01A0E9;
}
@media screen and (max-width: 1024px) {
  .p_lp .l_sec2_rule_img {
    width: clamp(140px, 28vw, 220px);
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec2_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .p_lp .l_sec2_rule {
    flex-wrap: wrap;
    min-height: 0;
  }
  .p_lp .l_sec2_rule_line {
    width: 100%;
    flex: none;
  }
  .p_lp .l_sec2_rule_img {
    margin: 10px auto 0;
    width: min(260px, 70vw);
  }
}
.p_lp .mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .2s ease-out;
}
.p_lp .mfp-fade.mfp-bg.mfp-ready {
  opacity: .86;
}
.p_lp .mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.p_lp .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .2s ease-out;
}
.p_lp .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.p_lp .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.p_lp .l_sec3 {
  background: #EBEDF4;
  color: #222;
}
.p_lp .l_sec3_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1240px) {
  .p_lp .l_sec3_inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_inner {
    padding: 50px 15px;
  }
}
.p_lp .l_sec3_head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(24px, 4vw, 48px);
  border-bottom: 1px solid #333;
}
.p_lp .l_sec3_head_main {
  flex: 1 1 auto;
  min-width: 0;
}
.p_lp .l_sec3_accent {
  margin: 0 0 14px;
}
.p_lp .l_sec3_accent img {
  display: block;
  width: auto;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_accent img {
    height: auto;
  }
}
.p_lp .l_sec3_title {
  margin: 0 0 50px;
  font-size: 4.2rem;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_title {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
}
.p_lp .l_sec3_lead {
  font-size: 18px;
  line-height: 1.75;
  color: #444;
}
.p_lp .l_sec3_lead:nth-of-type(3) {
  padding: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_lead:nth-of-type(3) {
    padding: 0;
  }
}
.p_lp .l_sec3_head_aside {
  flex: 0 0 auto;
  align-self: flex-end;
  width: 232px;
}
.p_lp .l_sec3_head_aside img {
  width: 100%;
  height: auto;
  display: block;
}
.p_lp .l_sec3_cards {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_cards {
    margin: 30px 0 0;
  }
}
.p_lp .l_sec3_card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
}
@media screen and (min-width: 769px) {
  .p_lp .l_sec3_card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    min-height: 0;
  }
}
.p_lp .l_sec3_card_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .p_lp .l_sec3_card_head {
    align-self: stretch;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_card_head {
    justify-content: flex-start;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.p_lp .l_sec3_card_ico {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.p_lp .l_sec3_card_title {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_card_title {
    text-align: center;
  }
  .p_lp .l_sec3_card_title._another {
    width: 80%;
  }
  .p_lp .l_sec3_card_title._another2 {
    width: 85%;
  }
}
.p_lp .l_sec3_card_price {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: #d32f2f;
  text-align: center;
  font-size: 27px;
}
@media screen and (min-width: 769px) {
  .p_lp .l_sec3_card_price {
    align-self: stretch;
    margin-top: 0;
  }
}
.p_lp .l_sec3_card_price .u_font_roboto {
  font-size: 37px;
}
.p_lp .l_sec3_card_price_yen {
  color: #333;
}
.p_lp .l_sec3_card_use {
  margin-top: 16px;
  padding: 12px;
  background: #F6F6F6;
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  .p_lp .l_sec3_card_use {
    margin-top: 0;
    align-self: stretch;
  }
}
@media screen and (min-width: 769px) {
  .p_lp .l_sec3_card_use_head {
    display: block;
  }
}
.p_lp .l_sec3_card_use_label {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_card_use_label {
    margin: 0;
  }
}
.p_lp .l_sec3_card_use_btn {
  display: none;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_card_use_btn {
    display: inline-flex;
  }
}
.p_lp .l_sec3_card_use_btn:focus-visible {
  outline: 2px solid #0b63b3;
  outline-offset: 2px;
  border-radius: 2px;
}
.p_lp .l_sec3_card_use_btn_txt {
  position: relative;
  min-width: 3.2em;
  height: 1.35em;
}
.p_lp .l_sec3_card_use_btn_lbl {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  -moz-transition: opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.p_lp .l_sec3_card_use_btn_lbl--open {
  opacity: 0;
}
.p_lp .l_sec3_card_use_btn_lbl--close {
  opacity: 1;
}
.p_lp .l_sec3_card_use.is_open .l_sec3_card_use_btn_lbl--open {
  opacity: 1;
}
.p_lp .l_sec3_card_use.is_open .l_sec3_card_use_btn_lbl--close {
  opacity: 0;
}
.p_lp .l_sec3_card_use.is_open .l_sec3_card_use_btn_caret {
  transform: translateY(1px) rotate(180deg);
}
.p_lp .l_sec3_card_use_btn_caret {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #8B8B8B transparent transparent transparent;
  transform: translateY(1px) rotate(0deg);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_card_use_body {
    overflow: hidden;
  }
}
.p_lp .l_sec3_card_use ul {
  margin: 0;
  padding-left: 1.15em;
  font-size: 1.4rem;
  line-height: 1.55;
  color: #555;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_card_use ul {
    padding-top: 10px;
  }
}
.p_lp .l_sec3_card_use li {
  margin-top: 4px;
  position: relative;
}
.p_lp .l_sec3_card_use li::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
}
.p_lp .l_sec3_card_use li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_card_use_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .p_lp .l_sec3_card_use ul {
    padding-left: 1.15em;
  }
}
.p_lp .l_sec3_cta {
  margin-top: clamp(40px, 5vw, 56px);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p_lp .l_sec3_cta_highlight {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.p_lp .l_sec3_cta_num {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF7300;
  vertical-align: baseline;
}
.p_lp .l_sec3_cta_num2 {
  font-size: 2rem;
  font-weight: 700;
  color: #FF7300;
  vertical-align: baseline;
}
.p_lp .l_sec3_cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: min(320px, 100%);
  padding: 22px 40px;
  border-radius: 999px;
  background: linear-gradient(to bottom, #f27700 0%, #d96200 100%);
  color: #fff !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_cta_btn {
    font-size: 2rem;
    padding: 16px 30px;
  }
}
.p_lp .l_sec3_cta_btn:hover {
  opacity: .94;
}
.p_lp .l_sec3_cta_btn img {
  width: 22px;
  height: 22px;
  display: block;
}
.p_lp .l_sec3_cta_note {
  margin: 16px 0 0;
  font-size: 1.4rem;
  line-height: 1.55;
  color: #929292;
  display: inline-block;
  transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_cta_note {
    font-size: 12px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .p_lp .l_sec3_cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .p_lp .l_sec3_head_aside {
    width: min(240px, 42vw);
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec3_head {
    flex-direction: column;
  }
  .p_lp .l_sec3_head_aside {
    width: min(140px, 85%);
    align-self: center;
  }
}
@media screen and (max-width: 640px) {
  .p_lp .l_sec3_cards {
    grid-template-columns: 1fr;
  }
}
.p_lp .l_sec4 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #fff;
}
.p_lp .l_sec4_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1240px) {
  .p_lp .l_sec4_inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_inner {
    padding: 50px 15px;
  }
}
.p_lp .l_sec4_head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_head {
    flex-direction: column;
    gap: 10px;
  }
}
.p_lp .l_sec4_accent {
  margin: 0 0 10px;
}
.p_lp .l_sec4_accent img {
  display: block;
  height: 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_accent img {
    height: auto;
  }
}
.p_lp .l_sec4_title {
  margin: 0 0 6rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_title {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
}
.p_lp .l_sec4_lead {
  margin: 10px 0 0;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
  padding: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_lead {
    font-size: 18px;
    padding: 0;
    margin: 0;
  }
}
.p_lp .l_sec4_head_aside {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_head_aside {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.p_lp .l_sec4_head_aside img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_head_aside img {
    height: auto;
  }
}
.p_lp .l_sec4_list {
  display: grid;
  gap: 50px;
  padding: 70px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_list {
    padding: 30px 15px;
    gap: 30px;
  }
}
.p_lp .l_sec4_item {
  background: #fff;
  color: #222;
  border-radius: 15px;
  overflow: hidden;
}
.p_lp .l_sec4_item.is_open .l_sec4_item_body_wrap {
  position: relative;
  padding-top: 15px;
}
.p_lp .l_sec4_item.is_open .l_sec4_item_body_wrap:before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #e9edf2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p_lp .l_sec4_item.is_open .l_sec4_item_btn {
  background-color: #e6e6e6;
  color: #333;
}
.p_lp .l_sec4_item.is_open .l_sec4_item_btn .l_sec4_item_btn_labels {
  min-width: 3em;
}
.p_lp .l_sec4_item.is_open .l_sec4_item_btn_label--open {
  opacity: 0;
}
.p_lp .l_sec4_item.is_open .l_sec4_item_btn_label--close {
  opacity: 1;
}
.p_lp .l_sec4_item.is_open .l_sec4_item_btn_caret {
  transform: rotate(180deg);
  border-top-color: #8B8B8B;
}
.p_lp .l_sec4_item_summary {
  list-style: none;
  cursor: pointer;
  display: block;
  padding: 0;
}
.p_lp .l_sec4_item_summary::-webkit-details-marker {
  display: none;
}
.p_lp .l_sec4_item_summary_pc {
  display: grid;
  grid-template-columns: 270px 1fr 118px;
  gap: 40px;
  align-items: center;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_item_summary_pc {
    display: none;
  }
}
.p_lp .l_sec4_item_summary_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_item_summary_sp {
    display: grid !important;
    grid-template-columns: 140px 1fr;
    column-gap: 12px;
    row-gap: 12px;
    align-items: center;
    padding: 14px 15px 15px;
  }
}
.p_lp .l_sec4_item_summary_sp > .l_sec4_item_thumb {
  grid-column: 1;
  grid-row: 1;
}
.p_lp .l_sec4_item_summary_sp > .l_sec4_item_cat {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 130px;
}
.p_lp .l_sec4_item_summary_sp > .l_sec4_item_thumb img {
  border-radius: 8px;
}
.p_lp .l_sec4_item_summary_sp > .l_sec4_item_title {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 700;
}
.p_lp .l_sec4_item_summary_sp .l_sec4_item_title_lead {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #333;
}
.p_lp .l_sec4_item_summary_sp > .l_sec4_item_company {
  grid-column: 1 / -1;
  grid-row: 3;
  margin: 0;
  font-size: 1.6rem;
}
.p_lp .l_sec4_item_meta {
  display: block;
  min-width: 0;
}
.p_lp .l_sec4_item_thumb {
  display: block;
  overflow: hidden;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_item_thumb {
    border-radius: 10px;
  }
}
.p_lp .l_sec4_item_thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}
.p_lp .l_sec4_item_cat {
  margin: 0;
  color: #3DB8FF;
  font-size: 1.6rem;
  font-weight: 700;
}
.p_lp .l_sec4_item_title {
  display: block;
  margin: 10px 0 0;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 700;
}
.p_lp .l_sec4_item_company {
  margin: 10px 0 0;
  font-size: 1.8rem;
  color: #555;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_item_company {
    gap: 5px;
  }
}
.p_lp .l_sec4_item_company span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #C3D600;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_item_company span {
    width: 10px;
    height: 10px;
    transform: translateY(2px);
  }
}
.p_lp .l_sec4_item_btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: end;
  box-sizing: border-box;
  margin: 0;
  border: none;
  cursor: pointer;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 90px;
  min-height: 72px;
  padding: 10px 10px 12px;
  border-radius: 8px 0 0 8px;
  background-color: #1E2B5C;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  -moz-transition: background-color 0.35s ease, color 0.35s ease;
  -webkit-transition: background-color 0.35s ease, color 0.35s ease;
  transition: background-color 0.35s ease, color 0.35s ease;
}
.p_lp .l_sec4_item_btn_labels {
  position: relative;
  width: 100%;
  height: 1.35em;
  flex-shrink: 0;
}
.p_lp .l_sec4_item_btn_label {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p_lp .l_sec4_item_btn_label--open {
  opacity: 1;
}
.p_lp .l_sec4_item_btn_label--close {
  opacity: 0;
}
.p_lp .l_sec4_item_btn_caret {
  margin-top: 6px;
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #4da6ff transparent transparent transparent;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s ease;
}
.p_lp .l_sec4_item_btn--footer {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 30px);
  max-width: none !important;
  min-height: 52px;
  margin: 16px auto 20px;
  padding: 14px 20px;
  border-radius: 8px !important;
}
.p_lp .l_sec4_item_btn--footer .l_sec4_item_btn_labels {
  height: 1.35em;
  width: auto;
  min-width: 5em;
  flex-shrink: 0;
}
.p_lp .l_sec4_item_btn--footer .l_sec4_item_btn_caret {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_item_btn--footer .l_sec4_item_btn_caret {
    border-width: 10px 8px 0 8px;
  }
}
.p_lp .l_sec4_item_footer_outer {
  text-align: center;
  padding: 0;
}
.p_lp .l_sec4_item_body_wrap {
  border-top: 1px solid transparent;
  display: none;
  overflow: hidden;
  -moz-transition: border-color 0.25s ease;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.p_lp .l_sec4_item_body {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 50px;
  padding: 20px 40px 40px;
  overflow: visible;
}
.p_lp .l_sec4_item_body_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.p_lp .l_sec4_item_profile {
  margin: 10px 0 0;
  color: #333;
  line-height: 1.4;
}
.p_lp .l_sec4_item_profile .company {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.p_lp .l_sec4_item_profile .name {
  display: block;
  margin-top: 2px;
  font-size: 2rem;
  font-weight: 700;
}
.p_lp .l_sec4_item_body_txt p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}
.p_lp .l_sec4_item_body_txt p + p {
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .p_lp .l_sec4_title {
    font-size: 3.6rem;
  }
  .p_lp .l_sec4_item_summary_pc {
    grid-template-columns: 180px 1fr 112px;
  }
  .p_lp .l_sec4_item_body {
    grid-template-columns: 180px 1fr;
  }
  .p_lp .l_sec4_item_btn {
    max-width: 112px;
    min-height: 66px;
    padding: 8px 8px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_head {
    align-items: flex-start;
  }
  .p_lp .l_sec4_title {
    font-size: 3rem;
  }
  .p_lp .l_sec4_head_aside {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .p_lp .l_sec4_head_aside img {
    width: 180px;
  }
  .p_lp .l_sec4_item_footer_outer {
    padding: 15px 15px 18px;
  }
  .p_lp .l_sec4_item_btn--footer {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    min-height: 52px;
    padding: 14px 18px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p_lp .l_sec4_item_btn--footer {
    width: 200px;
    font-size: 14px;
    padding: 4px 18px;
    min-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_item_body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px 8px;
  }
  .p_lp .l_sec4_item_body_txt {
    order: 1;
  }
  .p_lp .l_sec4_item_body_img {
    order: 2;
  }
  .p_lp .l_sec4_item_body_img img {
    border-radius: 15px;
  }
  .p_lp .l_sec4_item_profile {
    margin-top: 8px;
  }
  .p_lp .l_sec4_item_profile .company {
    font-size: 1.5rem;
  }
  .p_lp .l_sec4_item_profile .name {
    font-size: 1.6rem;
    margin-top: 2px;
  }
  .p_lp .l_sec4_item_body_txt p {
    font-size: 1.5rem;
    line-height: 1.85;
  }
  .p_lp .l_sec4_item.is_open .l_sec4_item_body_wrap:before {
    width: calc(100% - 30px);
  }
}
.p_lp .l_sec4_scene {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_scene {
    padding-bottom: 50px;
  }
}
.p_lp .l_sec4_scene_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .p_lp .l_sec4_scene_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_scene_inner {
    padding: 0 15px;
  }
}
.p_lp .l_sec4_scene_accent {
  margin: 0 0 10px;
}
.p_lp .l_sec4_scene_accent img {
  display: block;
  height: 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_scene_accent img {
    height: auto;
  }
}
.p_lp .l_sec4_scene_title {
  margin: 0 0 6rem;
  font-size: 4.2rem;
  line-height: 1.25;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_scene_title {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
}
.p_lp .l_sec4_scene_lead {
  margin: 10px 0 60px;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
}
.p_lp .l_sec4_scene_grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.p_lp .l_sec4_scene_grid li {
  min-height: 52px;
  border: 1px solid #d8e1ec;
  background: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  color: #123;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 8px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_scene_grid li {
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p_lp .l_sec4_scene_grid span {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_scene_grid span {
    font-size: 1.5rem;
  }
}
.p_lp .l_sec4_scene_grid img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p_lp .l_sec4_scene_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .p_lp .l_sec4_scene_title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec4_scene_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .p_lp .l_sec4_scene_title {
    font-size: 3rem;
  }
  .p_lp .l_sec4_scene_lead {
    margin-bottom: 25px;
  }
}
.p_lp .l_sec5 {
  background: #f2f4f7;
  color: #222;
}
.p_lp .l_sec5_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 1240px) {
  .p_lp .l_sec5_inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec5_inner {
    padding: 50px 15px;
  }
}
.p_lp .l_sec5_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec5_head {
    flex-direction: column;
    gap: 15px;
  }
}
.p_lp .l_sec5_accent {
  margin: 0 0 10px;
}
.p_lp .l_sec5_accent img {
  display: block;
  height: 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec5_accent img {
    height: auto;
  }
}
.p_lp .l_sec5_title {
  margin: 0 0 6rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec5_title {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
}
.p_lp .l_sec5_lead {
  margin: 12px 0 0;
  padding: 0 0 15px;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #3d3d3d;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec5_lead {
    margin: 0;
    padding: 0;
  }
}
.p_lp .l_sec5_head_aside {
  width: 450px;
  transform: translateY(1px);
}
.p_lp .l_sec5_head_aside img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.p_lp .l_sec5_blocks {
  margin: 6rem 0 0;
  display: grid;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec5_blocks {
    gap: 20px;
    margin: 20px 0 0;
  }
}
.p_lp .l_sec5_block {
  display: grid;
  grid-template-columns: 640px 1fr;
  min-height: 265px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec5_block {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p_lp .l_sec5_block--reverse {
  grid-template-columns: 1fr 640px;
}
.p_lp .l_sec5_block--reverse .l_sec5_block_copy {
  order: 2;
}
.p_lp .l_sec5_block--reverse .l_sec5_block_img {
  order: 1;
}
.p_lp .l_sec5_block--reverse .l_sec5_block_num {
  top: 0;
  right: 0;
  left: auto;
}
.p_lp .l_sec5_block_copy {
  padding: 100px 50px 80px;
  position: relative;
}
.p_lp .l_sec5_block_num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  color: #C7C9DA;
  letter-spacing: .01em;
}
.p_lp .l_sec5_block h3 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}
.p_lp .l_sec5_block_copy > p:last-child {
  margin: 12px 0 0;
  font-size: 1.6rem;
  line-height: 1.85;
  color: #333;
}
.p_lp .l_sec5_block_img {
  min-height: 100%;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec5_block_img {
    min-height: auto;
  }
}
.p_lp .l_sec5_block_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p_lp .l_sec5_head_aside {
    width: 280px;
  }
  .p_lp .l_sec5_block h3 {
    font-size: 3rem;
  }
  .p_lp .l_sec5_block_num {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec5_head {
    align-items: flex-start;
  }
  .p_lp .l_sec5_head_aside {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .p_lp .l_sec5_head_aside img {
    width: 280px;
  }
  .p_lp .l_sec5_block, .p_lp .l_sec5_block--reverse {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .p_lp .l_sec5_block--reverse .l_sec5_block_copy,
  .p_lp .l_sec5_block--reverse .l_sec5_block_img {
    order: initial;
  }
  .p_lp .l_sec5_block_copy {
    padding: 60px 15px 20px;
  }
  .p_lp .l_sec5_block_num {
    font-size: 4rem;
  }
  .p_lp .l_sec5_block h3 {
    font-size: 2.6rem;
  }
  .p_lp .l_sec5_block_copy > p:last-child {
    font-size: 1.6rem;
  }
  .p_lp .l_sec5_block_img img {
    height: auto;
  }
}
.p_lp .l_sec6 {
  background: #fff;
  color: #222;
}
.p_lp .l_sec6_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 1240px) {
  .p_lp .l_sec6_inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_inner {
    padding: 50px 15px;
  }
}
.p_lp .l_sec6_accent {
  margin: 0 0 10px;
}
.p_lp .l_sec6_accent img {
  display: block;
  height: 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_accent img {
    height: auto;
  }
}
.p_lp .l_sec6_title {
  margin: 0 0 6rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_title {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
}
.p_lp .l_sec6_lead {
  margin: 12px 0 24px;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #3d3d3d;
  padding-bottom: 16px;
}
.p_lp .l_sec6_flow {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 55px;
}
.p_lp .l_sec6_step {
  position: relative;
  grid-template-columns: 272px 1fr;
  align-items: center;
  background: #EBEDF4;
  border-radius: 14px;
  overflow: visible;
  min-height: 128px;
}
.p_lp .l_sec6_step::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 24px solid #5A5F9B;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_step::after {
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 24px solid #5A5F9B;
    margin-left: -24px;
    bottom: -40px;
  }
}
.p_lp .l_sec6_step:last-child::after {
  display: none;
}
.p_lp .l_sec6_step_inner {
  position: relative;
  display: grid;
  grid-template-columns: 272px 1fr;
  align-items: center;
  border-radius: 14px;
  min-height: 128px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_step_inner {
    display: flex;
    min-height: auto;
    border: none;
    align-items: flex-end;
  }
}
.p_lp .l_sec6_step_img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.p_lp .l_sec6_step_img img {
  width: 272px;
  height: auto;
  display: block;
}
.p_lp .l_sec6_step_body {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_step_body {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p_lp .l_sec6_step_num {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  color: #222;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_step_num {
    flex-direction: column;
    text-align: center;
  }
}
.p_lp .l_sec6_step_num .u_font_roboto {
  font-size: 34px;
  color: #9fa3aa;
  letter-spacing: .02em;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_step_num .u_font_roboto {
    font-size: 30px;
  }
}
.p_lp .l_sec6_step_txt {
  margin: 8px 0 0;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_step_txt {
    display: none;
  }
}
.p_lp .l_sec6_cta {
  margin: 6rem 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_cta {
    margin: 30px 0 0;
  }
}
.p_lp .l_sec6_cta_highlight {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.p_lp .l_sec6_cta_num {
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF7300;
  vertical-align: baseline;
}
.p_lp .l_sec6_cta_num2 {
  font-size: 2rem;
  font-weight: 700;
  color: #FF7300;
  vertical-align: baseline;
}
.p_lp .l_sec6_cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: min(320px, 100%);
  padding: 22px 40px;
  border-radius: 999px;
  background: linear-gradient(to bottom, #f27700 0%, #d96200 100%);
  color: #fff !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_cta_btn {
    font-size: 2rem;
    padding: 16px 30px;
  }
}
.p_lp .l_sec6_cta_btn:hover {
  opacity: .94;
}
.p_lp .l_sec6_cta_btn img {
  width: 22px;
  height: 22px;
  display: block;
}
.p_lp .l_sec6_cta_note {
  margin: 16px 0 0;
  font-size: 1.4rem;
  line-height: 1.55;
  color: #929292;
  display: inline-block;
  transform: translateY(-5px);
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_cta_note {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .p_lp .l_sec6_step {
    grid-template-columns: 180px 1fr;
  }
  .p_lp .l_sec6_step_img img {
    width: 150px;
  }
  .p_lp .l_sec6_step_num {
    font-size: 3.2rem;
  }
  .p_lp .l_sec6_step_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec6_lead {
    padding: 0;
  }
  .p_lp .l_sec6_step {
    border: none;
    grid-template-columns: 1fr;
  }
  .p_lp .l_sec6_step .u_sp {
    padding: 15px;
    font-size: 18px;
    line-height: 1.7;
  }
  .p_lp .l_sec6_step_img {
    height: auto;
    background: none;
    padding: 15px 0 0;
  }
  .p_lp .l_sec6_step_body {
    width: 100%;
    padding: 12px 15px 16px 6px;
  }
  .p_lp .l_sec6_step_num {
    font-size: 2.2rem;
    text-align: center;
  }
  .p_lp .l_sec6_cta_btn {
    min-width: 0;
    width: 100%;
    font-size: 2rem;
  }
}
.p_lp .l_sec7 {
  background: #f5f5f5;
  color: #222;
}
.p_lp .l_sec7_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 1240px) {
  .p_lp .l_sec7_inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec7_inner {
    padding: 50px 15px;
  }
}
.p_lp .l_sec7_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec7_head {
    flex-direction: column;
    gap: 10px;
  }
}
.p_lp .l_sec7_accent {
  margin: 0 0 10px;
}
.p_lp .l_sec7_accent img {
  display: block;
  height: 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec7_accent img {
    height: auto;
  }
}
.p_lp .l_sec7_title {
  margin: 0 0 6rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec7_title {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
}
.p_lp .l_sec7_lead {
  margin: 12px 0 16px;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #3d3d3d;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec7_lead {
    font-size: 1.8rem;
  }
}
.p_lp .l_sec7_head_aside {
  width: 263px;
  transform: translateY(1px);
}
.p_lp .l_sec7_head_aside img {
  width: 100%;
  height: auto;
  display: block;
}
.p_lp .l_sec7_list {
  margin-top: 55px;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec7_list {
    margin-top: 20px;
    gap: 15px;
  }
}
.p_lp .l_sec7_item {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.p_lp .l_sec7_item.is_open .l_sec7_item_question .icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.p_lp .l_sec7_item.is_open .l_sec7_item_question .icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.p_lp .l_sec7_item_question {
  width: 100%;
  border: 0;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  padding: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec7_item_question {
    align-items: flex-start;
    padding: 20px 15px;
  }
}
.p_lp .l_sec7 .qa {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  flex-shrink: 0;
}
.p_lp .l_sec7 .qa.q {
  background: #4c5aa7;
}
.p_lp .l_sec7 .qa.a {
  background: #1a8fe2;
}
.p_lp .l_sec7_item_question .txt {
  flex: 1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  color: #222;
}
.p_lp .l_sec7_item_question .icon {
  width: 34px;
  height: 34px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec7_item_question .icon {
    width: 22px;
    height: 22px;
  }
}
.p_lp .l_sec7_item_question .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #1F2C5C;
  transform: translate(-50%, -50%) rotate(0deg);
  -moz-transition: -moz-transform 0.28s ease;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
}
.p_lp .l_sec7_item_question .icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 22px;
  border-radius: 999px;
  background: #1F2C5C;
  opacity: 1;
  transform: translate(-50%, -50%) scaleY(1);
  -moz-transition: opacity 0.22s ease, -moz-transform 0.22s ease;
  -webkit-transition: opacity 0.22s ease, -webkit-transform 0.22s ease;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.p_lp .l_sec7_item_answer_wrap {
  display: none;
  background: #fff;
}
.p_lp .l_sec7_item_answer {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px;
  align-items: start;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec7_item_answer {
    padding: 0 15px 20px;
  }
}
.p_lp .l_sec7_item_answer p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .p_lp .l_sec7_head_aside {
    width: 220px;
  }
  .p_lp .l_sec7_item_question .txt {
    font-size: 2.8rem;
  }
  .p_lp .l_sec7_item_answer p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec7_head {
    align-items: flex-start;
  }
  .p_lp .l_sec7_lead {
    font-size: 1.8rem;
  }
  .p_lp .l_sec7_head_aside {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .p_lp .l_sec7_head_aside img {
    width: 180px;
  }
  .p_lp .l_sec7_item_question .txt {
    font-size: 2rem;
  }
  .p_lp .l_sec7_item_answer p {
    font-size: 1.8rem;
  }
  .p_lp .l_sec7 .qa {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
  .p_lp .l_sec7_item_answer {
    grid-template-columns: 40px 1fr;
  }
}
.p_lp .l_sec8 {
  background: #fff;
}
.p_lp .l_sec8_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1240px) {
  .p_lp .l_sec8_inner {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec8_inner {
    padding: 50px 15px;
  }
}
.p_lp .l_sec8_head_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec8_head_inner {
    flex-direction: column;
    gap: 10px;
  }
}
.p_lp .l_sec8_accent {
  margin: 0 0 10px;
}
.p_lp .l_sec8_accent img {
  display: block;
  height: 10px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec8_accent img {
    height: auto;
  }
}
.p_lp .l_sec8_title {
  margin: 0 0 6rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec8_title {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
}
.p_lp .l_sec8_lead {
  margin: 12px 0 16px;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec8_lead {
    font-size: 1.8rem;
    margin: 0;
    padding: 0 0 15px;
  }
}
.p_lp .l_sec8_head_aside {
  width: 149px;
  transform: translateY(1px);
}
.p_lp .l_sec8_head_aside img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec8_head_aside {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .p_lp .l_sec8_head_aside img {
    width: 100px;
    align-self: flex-end;
  }
}
.p_lp .l_sec8_body {
  background: #fff;
  padding: 56px 0 90px;
}
.p_lp .l_sec8_body_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p_lp .l_sec8_form_placeholder {
  width: 100%;
  min-height: 680px;
  border-radius: 10px;
  background: #f5f7fb;
  padding: 24px;
  text-align: center;
}
.p_lp .l_sec8_form_placeholder span {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.45;
  font-weight: 700;
  color: #8d96a6;
}
@media screen and (max-width: 1024px) {
  .p_lp .l_sec8_form_placeholder {
    min-height: 560px;
  }
  .p_lp .l_sec8_form_placeholder span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec8_head_inner {
    align-items: flex-start;
  }
  .p_lp .l_sec8_body {
    padding: 25px 0 0;
  }
  .p_lp .l_sec8_form_placeholder {
    min-height: 420px;
  }
  .p_lp .l_sec8_form_placeholder span {
    font-size: 1.8rem;
  }
}
.p_lp .l_sec9 {
  background: #f5f5f5;
  color: #222;
}
@media screen and (max-width: 1240px) {
  .p_lp .l_sec9 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec9 {
    padding: 0 15px;
  }
}
.p_lp .l_sec9_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec9_inner {
    padding: 50px 0;
  }
}
.p_lp .l_sec9_head {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec9_head {
    margin-bottom: 0;
  }
}
.p_lp .l_sec9_accent {
  margin: 0 0 10px;
}
.p_lp .l_sec9_accent img {
  display: block;
  width: auto;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec9_accent img {
    height: auto;
  }
}
.p_lp .l_sec9_title {
  margin: 0;
  font-size: 4.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec9_title {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
}
.p_lp .l_sec9_card {
  background: #fff;
  border-radius: 30px;
  padding: 70px;
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 60px;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec9_card {
    padding: 10px 15px 20px;
    gap: 10px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.p_lp .l_sec9_photos_grid {
  height: 100%;
  min-height: 420px;
}
.p_lp .l_sec9_photo {
  border-radius: 14px;
  overflow: hidden;
}
.p_lp .l_sec9_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p_lp .l_sec9_photo--1, .p_lp .l_sec9_photo--2, .p_lp .l_sec9_photo--3, .p_lp .l_sec9_photo--4 {
  min-height: 140px;
}
.p_lp .l_sec9_photo--5 {
  grid-column: 1 / -1;
  min-height: 180px;
}
.p_lp .l_sec9_info {
  min-width: 0;
}
.p_lp .l_sec9_dl {
  margin: 0;
}
.p_lp .l_sec9_dl_row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px 24px;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p_lp .l_sec9_dl_row {
    grid-template-columns: 90px 1fr;
  }
}
.p_lp .l_sec9_dl_row dt {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}
.p_lp .l_sec9_dl_row dd {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #222;
}

.p_lp .l_sec9_dl_row dd .l_sec9_url {
  text-decoration: underline;
  color: #222;
  word-break: break-all;
}

.p_lp .l_sec9_dl_row--last {
  border-bottom: 0;
  align-items: start;
}
.p_lp .l_sec9_list {
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;
}
.p_lp .l_sec9_list li {
  font-size: 1.8rem;
  line-height: 1.5;
}
.p_lp .l_sec9_list li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .p_lp .l_sec9_card {
    grid-template-columns: 1fr;
  }
  .p_lp .l_sec9_photos_grid {
    min-height: 360px;
  }
}

/*# sourceMappingURL=style.css.map */
