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

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

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

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

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* 追記 */
/* ============================================ */
em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

input,
button,
select,
textarea,
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  /* outline: none; */
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* color */
/* size */
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* media queries
  ブレークポイントの使い方
  @include mq("sp"){ ここに書く } */
/* ie11 */
/* clearfix*/
.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

/* form スタイルリセット */
/* flexbox */
/* くの字矢印 */
/* 字詰め */
/**************************************************
  base
***************************************************/
/* -----------------------------------------------
  Body
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body, button, input, textarea, select {
  color: #15181C;
  line-height: 2;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

::selection {
  background: rgba(224, 188, 88, 0.7);
  color: #fff;
}

body {
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

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

.mincho {
  font-family: "Zen Old Mincho", serif;
}

.content {
  max-width: 1128px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .content {
    width: auto;
    margin-inline: 2rem;
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}

/**************************************************
l-header
***************************************************/
.l-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-inline: 1.6rem;
  }
}
.l-header__inner {
  height: 83px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1050px) {
  .l-header__inner {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 210px;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 1050px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__main {
  display: flex;
  gap: 2.4rem;
}
.l-header__main-link {
  color: #003067;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-header__main-link:hover::after, .l-header__main-link:focus::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.l-header__main-link::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #003067;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  transition: 0.3s ease;
}
.l-header__cv {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.l-header__cv-link {
  width: 157px;
  height: 32px;
  font-size: 1.3rem;
  position: relative;
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 60px;
  overflow: hidden;
  font-weight: 700;
  z-index: 2;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .l-header__cv-link:hover, .l-header__cv-link:focus {
    opacity: 0.75;
  }
}
.l-header__cv-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease;
}
.l-header__cv-link.is-download::before, .l-header__cv-link.is-download::after {
  background: linear-gradient(270deg, rgb(24, 98, 183) 0%, rgb(0, 48, 103) 100%);
}
.l-header__cv-link.is-online::before, .l-header__cv-link.is-online::after {
  background: linear-gradient(270deg, rgb(230, 83, 83) 0%, rgb(182, 27, 27) 100%);
}
.l-header__hum {
  display: none;
}
@media (max-width: 1050px) {
  .l-header__hum {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #003067;
    position: relative;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
  }
}
.l-header__hum.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.l-header__hum.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__hum.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.l-header__hum span {
  background-color: #fff;
  width: 23px;
  height: 2px;
  display: block;
  margin-inline: auto;
  margin-block: 6px;
  transition: 0.3s ease;
}
.l-header__spNav {
  position: fixed;
  z-index: 101;
  left: 0;
  right: 0;
  background: #003067;
  padding: 8rem 0;
  height: 100vh;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.l-header__spNav.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__spNav .l-footer__logo {
  display: none;
}

#page-lp .l-header__cv {
  opacity: 0;
  transition: 0.3s ease;
}
#page-lp .l-header__cv.is-active {
  opacity: 1;
}

/**************************************************
  l-footer
***************************************************/
.l-footer {
  background-color: #003067;
  padding: 7rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 13rem 0 4rem;
  }
}
.l-footer__inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column-reverse;
    position: relative;
  }
}
.l-footer__logo {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    font-size: 2.4rem;
    position: absolute;
    left: 0;
    top: -6.5rem;
  }
}
.l-footer__info {
  border-left: 1px solid #fff;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    padding-left: 1.6rem;
  }
}
.l-footer__info dl {
  display: flex;
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info dl {
    font-size: 1.2rem;
  }
}
.l-footer__info dt {
  width: 142px;
  flex: none;
}
@media screen and (max-width: 767px) {
  .l-footer__info dt {
    width: 96px;
  }
}
.l-footer__info .map {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .l-footer__info .map:hover, .l-footer__info .map:focus {
    opacity: 0.6;
  }
}
.l-footer__info .map::before {
  content: "";
  width: 13px;
  height: 19px;
  background: url("/pages/fudousan/assets/common/img/icon/map.svg") no-repeat center center/contain;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-footer__info .map::before {
    width: 12px;
    height: 17px;
  }
}
.l-footer__info .tel {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info .tel {
    font-size: 1.2rem;
    gap: 2rem;
    align-items: flex-start;
  }
}
.l-footer__info .tel a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info .tel a {
    flex: none;
  }
}
.l-footer__info .tel a::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/pages/fudousan/assets/common/img/icon/tel.svg") no-repeat center center/contain;
  display: inline-block;
}
.l-footer__info .tel p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info .tel p {
    font-size: 1.2rem;
  }
}
.l-footer__info .tel p span {
  display: inline-block;
}
.l-footer__right {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    display: block;
  }
}
.l-footer__nav a {
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: 0.3s ease;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1025px) {
  .l-footer__nav a:hover, .l-footer__nav a:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav a {
    font-size: 1.4rem;
  }
}
.l-footer__nav a::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/pages/fudousan/assets/common/img/icon/arrow-right.svg") no-repeat center center/contain;
  display: inline-block;
}
.l-footer .coryright {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer .coryright {
    font-size: 1.2rem;
  }
}

/**************************************************
l-aboutus
***************************************************/
.l-aboutus {
  background: url("/pages/fudousan/assets/common/img/bg-aboutus-pc.jpg") no-repeat center center/cover;
  padding: 12rem 0;
  scroll-margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .l-aboutus {
    background: url("/pages/fudousan/assets/common/img/bg-aboutus-sp.jpg") no-repeat center center/cover;
    padding: 8rem 0;
    scroll-margin-top: 50px;
  }
}
.l-aboutus__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .l-aboutus__inner {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}
.l-aboutus__title {
  font-size: 3.4rem;
  color: #003067;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-aboutus__title {
    font-size: 2.6rem;
    margin-bottom: 1.6rem;
  }
}
.l-aboutus__title span {
  display: block;
  line-height: 1;
  color: #E0BC58;
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 0.3rem;
}
.l-aboutus__thumbnail {
  background-color: #000;
  position: relative;
  aspect-ratio: 747/420;
  overflow: hidden;
  width: 747px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-aboutus__thumbnail {
    width: 100%;
  }
}
.l-aboutus__thumbnail:hover img, .l-aboutus__thumbnail:focus img {
  opacity: 1;
  transform: scale(1.05);
}
.l-aboutus__thumbnail::after {
  content: "";
  width: 58px;
  height: 58px;
  background: url("/pages/fudousan/assets/common/img/icon/play.svg") no-repeat center center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-aboutus__thumbnail img {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.l-aboutus__text {
  width: 317px;
  flex: none;
}
@media screen and (max-width: 767px) {
  .l-aboutus__text {
    width: 100%;
  }
}

/**************************************************
l-voice
***************************************************/
.l-voice {
  background: url("/pages/fudousan/assets/common/img/bg-voice.jpg") no-repeat center 0/cover;
  padding: 10rem 0 7rem;
  scroll-margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .l-voice {
    padding: 8rem 0 6rem;
    scroll-margin-top: 50px;
  }
}
.l-voice__title {
  font-size: 4.8rem;
  font-weight: 600;
  color: #003067;
  line-height: 1.5;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-voice__title {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
}
.l-voice__title span {
  display: block;
  color: #E0BC58;
  font-size: 2.4rem;
  font-weight: 700;
}
.l-voice__box {
  background-color: #fff;
  padding: 4rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  margin-block: 6rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-voice__box {
    display: block;
    padding: 2rem;
    margin-block: 3rem;
  }
}
.l-voice__thumbnail {
  background-color: #000;
  position: relative;
  aspect-ratio: 590/332;
  overflow: hidden;
  width: 590px;
  cursor: pointer;
  flex: none;
}
@media screen and (max-width: 767px) {
  .l-voice__thumbnail {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.l-voice__thumbnail:hover img, .l-voice__thumbnail:focus img {
  opacity: 1;
  transform: scale(1.02);
}
.l-voice__thumbnail::after {
  content: "";
  width: 58px;
  height: 58px;
  background: url("/pages/fudousan/assets/common/img/icon/play.svg") no-repeat center center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-voice__thumbnail img {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.l-voice__text {
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .l-voice__text {
    padding-inline: 0;
  }
}
.l-voice__text .ttl {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #003067;
  font-weight: 500;
  font-size: 2.4rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .l-voice__text .ttl {
    margin-bottom: 2rem;
  }
}

/**************************************************
l-cv
***************************************************/
.l-cv {
  background-color: #F3F2F0;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .l-cv {
    padding: 4rem 0;
  }
}
.l-cv__inner {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-cv__inner {
    flex-direction: column;
  }
}
.l-cv__box {
  background-color: #fff;
  flex: 1;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.06);
  padding: 10rem 8rem;
}
@media screen and (max-width: 767px) {
  .l-cv__box {
    padding: 4rem 2rem;
  }
}
.l-cv__link {
  display: grid;
  place-items: center;
  height: 58px;
  border-radius: 58px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: 4rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .l-cv__link:hover, .l-cv__link:focus {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .l-cv__link {
    margin-top: 4rem;
  }
}
.l-cv__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease;
}
.l-cv__link.is-download::before, .l-cv__link.is-download::after {
  background: linear-gradient(270deg, rgb(24, 98, 183) 0%, rgb(0, 48, 103) 100%);
}
.l-cv__link.is-online::before, .l-cv__link.is-online::after {
  background: linear-gradient(270deg, rgb(230, 83, 83) 0%, rgb(182, 27, 27) 100%);
}
.l-cv__link span::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  mask-image: url("/pages/fudousan/assets/common/img/icon/arrow-right2.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background-color: #fff;
  display: inline-block;
  transition: 0.3s ease;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-cv__title {
  font-size: 3rem;
  font-weight: 700;
  color: #003067;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .l-cv__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.l-cv__title img {
  flex: none;
}

/**************************************************
l-cv__fixedSp
***************************************************/
.l-cv__fixedSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-cv__fixedSp {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 50;
  }
}
.l-cv__fixedSp li {
  width: 50%;
}
.l-cv__fixedSp a {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 48px;
  color: #fff;
}
.l-cv__fixedSp a.is-download {
  background: linear-gradient(270deg, rgb(24, 98, 183) 0%, rgb(0, 48, 103) 100%);
}
.l-cv__fixedSp a.is-download::before {
  content: "";
  width: 16px;
  height: 16px;
  mask-image: url("/pages/fudousan/assets/common/img/icon/download.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background-color: #fff;
  display: inline-block;
}
.l-cv__fixedSp a.is-online {
  background: linear-gradient(270deg, rgb(230, 83, 83) 0%, rgb(182, 27, 27) 100%);
}
.l-cv__fixedSp a.is-online::before {
  content: "";
  width: 24px;
  height: 24px;
  mask-image: url("/pages/fudousan/assets/common/img/icon/communication.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background-color: #fff;
  display: inline-block;
}

/**************************************************
modal
***************************************************/
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.c-modal.is-open {
  display: block;
}
.c-modal iframe {
  aspect-ratio: 16/9;
}
.c-modal__inner {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 90%;
  height: 90%;
  max-width: 1000px;
  max-height: 562px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .c-modal__inner {
    height: 50%;
  }
}
.c-modal__content {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-modal__video {
  width: 100%;
  height: 100%;
}
.c-modal__video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.c-modal__close {
  position: absolute;
  right: 0;
  top: -5rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.c-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/**************************************************
p-top__fv
***************************************************/
.p-top__fv {
  position: relative;
}
.p-top__fv-img {
  width: 100%;
  min-height: 720px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__fv-img {
    min-height: 500px;
  }
}
.p-top__fv-text {
  position: absolute;
  left: 0;
  right: 0;
  width: 62vw;
  min-width: 805px;
  top: max(11vw, 130px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top__fv-text {
    min-width: 0;
    width: 100%;
    top: 130px;
  }
}
.p-top__fv-nav {
  background-color: #fff;
  width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: max(5vw, 60px);
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top__fv-nav {
    bottom: -1px;
    width: 100%;
  }
}
.p-top__fv-nav li {
  flex: 1;
  border-right: 1px solid #D9D9D9;
}
.p-top__fv-nav li:last-child {
  border-right: none;
}
.p-top__fv-nav span {
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-top__fv-nav span img {
    width: auto;
    height: 23px;
  }
}
.p-top__fv-nav a {
  font-size: max(1.7vw, 1.8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  height: 9.2vw;
  min-height: 119px;
  position: relative;
  padding-bottom: 1.8rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top__fv-nav a {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    height: 83px;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-top__fv-nav a:hover, .p-top__fv-nav a .p-top__fv-nav a:focus {
    background-color: rgba(224, 188, 88, 0.2);
  }
  .p-top__fv-nav a:hover::after, .p-top__fv-nav a .p-top__fv-nav a:focus::after {
    transform: translateY(8px);
  }
}
.p-top__fv-nav a::after {
  content: "";
  width: 1.8vw;
  height: 1.8vw;
  min-width: 24px;
  min-height: 24px;
  background: url("/pages/fudousan/assets/common/img/icon/arrow.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.25vw;
  margin: 0 auto;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top__fv-nav a::after {
    width: 16px;
    height: 16px;
    min-width: 0;
    min-height: 0;
    bottom: 0.6rem;
  }
}

/**************************************************
p-top__service
***************************************************/
.p-top__service {
  display: flex;
  align-items: flex-start;
  background-color: #003067;
  scroll-margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .p-top__service {
    display: block;
    scroll-margin-top: 50px;
  }
}
.p-top__service .title {
  font-size: 4rem;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top__service .title {
    font-size: 3.2rem;
  }
}
.p-top__service .title span {
  display: block;
  color: #E0BC58;
  font-size: 2rem;
}
.p-top__service .text {
  width: 80%;
  margin-inline: auto;
  padding: 8rem 0 6rem;
  scroll-margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .p-top__service .text {
    width: 100%;
    padding: 6rem 2rem 4rem;
    scroll-margin-top: 50px;
  }
}
.p-top__service .link {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}
.p-top__service .link a {
  width: 27rem;
  height: 5.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #003067;
  border: 1px solid #003067;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .p-top__service .link a:hover, .p-top__service .link a .p-top__service .link a:focus {
    background-color: #003067;
    color: #fff;
  }
  .p-top__service .link a:hover::after, .p-top__service .link a .p-top__service .link a:focus::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-top__service .link a {
    width: 100%;
    height: 5.6rem;
    position: relative;
  }
}
.p-top__service .link a::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  mask-image: url("/pages/fudousan/assets/common/img/icon/blank.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #003067;
  display: inline-block;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-top__service .link a::after {
    position: absolute;
    right: 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-top__service .img {
  width: 100%;
  aspect-ratio: 940/384;
  object-fit: cover;
  object-position: 50% 60%;
}
@media screen and (max-width: 767px) {
  .p-top__service .img {
    aspect-ratio: 400/225;
  }
}
.p-top__service .img.is-positionTop {
  object-position: 50% 0%;
}
.p-top__service .secttl {
  position: relative;
  padding-left: 8rem;
  font-size: 3.4rem;
  line-height: 1.4;
  color: #003067;
  margin-bottom: 2rem;
  font-weight: 600;
}
.p-top__service .secttl .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4rem;
  color: #003067;
  font-weight: 500;
  display: block;
  line-height: 1;
  border-right: 1px solid #003067;
  width: 6.2rem;
  padding-block: 1.4rem;
}
.p-top__service .secttl .en {
  display: block;
  color: #E0BC58;
  font-size: 1.6rem;
}
.p-top__service__left {
  width: 340px;
  flex: none;
  padding: 10rem 6rem;
  position: sticky;
  top: 83px;
}
@media screen and (max-width: 767px) {
  .p-top__service__left {
    width: 100%;
    position: relative;
    padding: 4rem 2rem;
    top: 0;
  }
}
.p-top__service__right {
  background-color: #fff;
}

#page-lp .l-voice__title {
  text-align: center;
  color: #15181C !important;
}

/**************************************************
.p-lp__fv.is-02
***************************************************/
.p-lp__fv.is-02 {
  align-items: center;
  padding-block: 0;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-lp__fv.is-02 {
    display: none;
  }
}
.p-lp__fv.is-02::before {
  display: none;
}
.p-lp__fv.is-02 .p-lp__fv-text {
  position: relative;
  z-index: 2;
  margin-right: -18%;
  margin-top: 5vw;
}
.p-lp__fv.is-02 .p-lp__fv-img {
  aspect-ratio: 812/720;
  width: 63%;
}

.p-lp__fv-sp.is-02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-lp__fv-sp.is-02 {
    display: block;
    padding-top: 22px;
  }
  .p-lp__fv-sp.is-02 img {
    width: 100%;
  }
}

/**************************************************
.p-lp__fv
***************************************************/
.p-lp__fv {
  padding-top: 83px;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-lp__fv {
    display: block;
    padding-top: calc(50px + 6rem);
    padding-bottom: 0;
  }
}
.p-lp__fv::before {
  content: "";
  width: 55%;
  aspect-ratio: 692/355;
  background: url("/pages/fudousan/assets/lp/img/fv-mat.png") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 83px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-lp__fv::before {
    width: 100%;
    top: 50px;
    aspect-ratio: 400/240;
  }
}
.p-lp__fv-text {
  width: 55%;
  padding-inline: max(6.25vw, 6rem) max(3.9vw, 6rem);
}
@media screen and (max-width: 767px) {
  .p-lp__fv-text {
    width: 100%;
    padding-inline: 2rem;
  }
}
.p-lp__fv-text .img {
  width: 45vw;
  min-width: 567px;
}
@media screen and (max-width: 767px) {
  .p-lp__fv-text .img {
    min-width: 0;
    width: 100%;
  }
}
.p-lp__fv-text p {
  margin-block: max(3vw, 2rem) max(10vw, 8rem);
  font-weight: 500;
  font-size: max(1.25vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .p-lp__fv-text p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-block: 3rem 4rem;
  }
}
.p-lp__fv-img {
  width: 45%;
  aspect-ratio: 582/552;
}
@media screen and (max-width: 767px) {
  .p-lp__fv-img {
    width: 100%;
    aspect-ratio: 400/225;
  }
}
.p-lp__fv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-lp__fv-cv {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-lp__fv-cv {
    display: none;
  }
}
.p-lp__fv-cv li {
  width: 48%;
}
.p-lp__fv-cv a {
  display: grid;
  place-items: center;
  height: 4.5vw;
  min-height: 58px;
  width: 100%;
  border-radius: 58px;
  color: #fff;
  font-size: max(1.25vw, 1.6rem);
  font-weight: 700;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: 4rem;
  transition: 0.3s ease;
  padding-right: 2rem;
}
@media screen and (min-width: 1025px) {
  .p-lp__fv-cv a:hover, .p-lp__fv-cv a:focus {
    opacity: 0.75;
  }
}
.p-lp__fv-cv a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s ease;
}
.p-lp__fv-cv a.is-download::before, .p-lp__fv-cv a.is-download::after {
  background: linear-gradient(270deg, rgb(24, 98, 183) 0%, rgb(0, 48, 103) 100%);
}
.p-lp__fv-cv a.is-online::before, .p-lp__fv-cv a.is-online::after {
  background: linear-gradient(270deg, rgb(230, 83, 83) 0%, rgb(182, 27, 27) 100%);
}
.p-lp__fv-cv a span::after {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  mask-image: url("/pages/fudousan/assets/common/img/icon/arrow-right2.svg");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: #fff;
  display: inline-block;
  transition: 0.3s ease;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

/**************************************************
p-lp__worries
***************************************************/
.p-lp__worries {
  background: url("/pages/fudousan/assets/lp/img/bg-onayami.jpg") no-repeat center center/cover;
  padding: 7.5rem 0 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lp__worries {
    padding: 4rem 0 3rem;
  }
}
.p-lp__worries::after {
  content: "";
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 97.5px 0 97.5px;
  border-color: #003067 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-lp__worries::after {
    border-width: 26px 57px 0 57px;
    bottom: -25px;
  }
}
.p-lp__worries-ttl {
  text-align: center;
  color: #E0BC58;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-lp__worries-ttl {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.p-lp__worries-list {
  font-size: 1.8rem;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-lp__worries-list {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-lp__worries-list em {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lp__worries-list em {
    font-size: 1.6rem;
  }
}
.p-lp__worries-list em::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  background: url("/pages/fudousan/assets/lp/img/nami.svg") repeat-x center center;
}
.p-lp__worries-list li {
  position: relative;
  padding-left: 4.6rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-lp__worries-list li {
    padding-left: 3rem;
    margin-bottom: 1.4rem;
  }
}
.p-lp__worries-list li::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background: url("/pages/fudousan/assets/common/img/icon/check.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 1.1rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-lp__worries-list li::before {
    width: 1.7rem;
    height: 1.7rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

/**************************************************
p-lp__message
***************************************************/
.p-lp__message {
  background: url("/pages/fudousan/assets/lp/img/img-solution.jpg") no-repeat center center/cover;
  height: 563px;
}
@media screen and (max-width: 767px) {
  .p-lp__message {
    height: 441px;
  }
}
.p-lp__message-ttl {
  text-align: center;
  font-size: 4.3rem;
  color: #003067;
  line-height: 1.3;
  font-weight: 900;
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-lp__message-ttl {
    font-size: 2.6rem;
    padding-top: 7rem;
  }
}

/**************************************************
p-lp__service
***************************************************/
.p-lp__service {
  background-color: #003067;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-lp__service {
    padding: 8rem 0;
  }
}
.p-lp__service-ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  letter-spacing: 0.15em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-lp__service-ttl {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
}
.p-lp__service-box {
  background-color: #fff;
  padding: 4rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 12rem;
}
.p-lp__service-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-lp__service-box {
    display: block;
    padding: 4rem 2rem 2rem;
  }
}
.p-lp__service-box > * {
  flex: 1;
}
.p-lp__service-box .title {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lp__service-box .title {
    margin-bottom: 3rem;
  }
}
.p-lp__service-box .title span {
  display: block;
  color: #E0BC58;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-lp__service-box .img {
    margin-top: 4rem;
    display: block;
    aspect-ratio: 320/180;
    object-fit: cover;
    object-position: 0 100%;
  }
}

/**************************************************
.p-lp__strength
***************************************************/
.p-lp__strength {
  padding: 10rem 0;
  background-color: #F3F2F0;
}
@media screen and (max-width: 767px) {
  .p-lp__strength {
    padding: 8rem 0;
  }
}
.p-lp__strength-ttl {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-lp__strength-ttl {
    font-size: 3.2rem;
  }
}
.p-lp__strength-ttl span {
  display: block;
  color: #E0BC58;
  font-size: 2.4rem;
}
.p-lp__strength-txt {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-lp__strength-txt {
    text-align: left;
  }
}
.p-lp__strength-list {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-lp__strength-list {
    flex-direction: column;
    gap: 4rem;
  }
}
.p-lp__strength-list > div {
  flex: 1;
}
.p-lp__strength-list > div img {
  width: 100%;
}
.p-lp__strength-list .title {
  height: 106px;
  position: relative;
  z-index: 2;
  padding: 2.1rem 3.6rem 2.8rem 8.5rem;
  font-size: 1.2rem;
  color: #fff;
}
.p-lp__strength-list .title::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgb(0, 48, 103) 0%, rgb(24, 98, 183) 100%);
}
.p-lp__strength-list .title .num {
  position: absolute;
  left: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 50px;
}
.p-lp__strength-list .title em {
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

/**************************************************
.p-lp__other
***************************************************/
.p-lp__other {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-lp__other {
    padding: 8rem 0;
  }
}
.p-lp__other-ttl {
  border-left: 3px solid #E0BC58;
  font-size: 4rem;
  padding-left: 3rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-lp__other-ttl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.p-lp__other-section {
  margin-bottom: 12rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-lp__other-section {
    margin-bottom: 8rem;
  }
}
.p-lp__other-section:last-child {
  margin-bottom: 0;
}
.p-lp__other-section::before {
  content: "";
  width: 936px;
  height: 300px;
  background-color: #003067;
  position: absolute;
  left: 0;
  top: 140px;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-lp__other-section::before {
    width: 360px;
    height: 200px;
    top: auto;
    right: auto;
    bottom: -2rem;
    left: -2rem;
  }
}
.p-lp__other-section .img {
  aspect-ratio: 840/377;
  width: 76%;
  margin-left: 24%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -14rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-lp__other-section .img {
    width: 100%;
    margin-left: 0;
    aspect-ratio: 360/203;
    margin-bottom: 0;
  }
}
.p-lp__other-section .text {
  width: 50%;
  max-width: 550px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 3.2rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-lp__other-section .text {
    width: 100%;
    padding: 3rem 2rem 4rem;
  }
}
.p-lp__other-section .text .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/**************************************************
.p-lp__footer
***************************************************/
@media screen and (max-width: 767px) {
  .p-lp__footer {
    padding-bottom: 6rem;
    position: relative;
  }
}
.p-lp__footer .l-footer__inner {
  justify-content: flex-start;
}
.p-lp__footer .l-footer__nav li {
  display: none;
}
.p-lp__footer .l-footer__nav li.is-onlylp {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-lp__footer .l-footer__nav li.is-onlylp a {
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    left: 0;
    bottom: -4.2rem;
    font-size: 1.2rem;
  }
  .p-lp__footer .l-footer__nav li.is-onlylp a::before {
    display: none;
  }
}

.hoge {
  background: #000;
}

/**************************************************
form (SATORI)
***************************************************/
.l-form {
  margin-bottom: 4rem;
}
.l-form a {
  color: #0066c0;
}
.l-form__title {
  background: #003067;
  font-size: 4rem;
  color: #fff;
  line-height: 1.3;
  padding: 14rem 6rem 6rem;
}
@media screen and (max-width: 767px) {
  .l-form__title {
    font-size: 3.2rem;
    padding: 10rem 2rem 4rem;
  }
}
.l-form__title span {
  display: block;
  color: #E0BC58;
  font-size: 2rem;
}
.l-form__body {
  margin-top: 3rem;
  margin-bottom: 4rem;
  max-width: 600px;
}
.l-form .return-top {
  height: 5.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #003067;
  border: 1px solid #003067;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-top: 4rem;
  justify-content: center;
  gap: 1rem;
  transition: 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .l-form .return-top:hover, .l-form .return-top .l-form .return-top:focus {
    background-color: #003067;
    color: #fff;
  }
  .l-form .return-top:hover::after, .l-form .return-top .l-form .return-top:focus::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-form .return-top {
    width: 100%;
    height: 5.6rem;
    position: relative;
  }
}

#satori__creative_container input {
  appearance: auto;
}

.wrap#page-form {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrap#page-form .l-footer {
  margin-top: auto;
  padding: 3rem 0;
}
.wrap#page-form .l-footer .coryright {
  margin-top: 0;
}

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