@charset "UTF-8";

/*----------------------------------------
	reset
----------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  vertical-align: baseline;
}

header,
footer,
article,
section,
aside,
hgroup,
nav,
menu,
figure,
figcaption,
time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

img,
svg {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  line-height: 1;
}

svg {
  fill: currentColor;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  background-color: #fff;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #000000;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

a {
  color: #000000;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-decoration: none;
}

a:hover {
  color: #006cd1;
}

button {
  color: #279b76;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

button:hover {
  opacity: 0.6;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
  top: 0.1em;
  position: relative;
}

main {
  width: calc(100% - 374px);
  position: relative;
}

main._lower {
  width: 100%;
  background-color: #006cd1;
  padding-block: 8rem 12rem;
}

.l-wrapper__inner {
  max-width: 1100px;
  margin-inline: auto;
  width: 90%;
}

.l-maincontent {
  overflow: hidden;
}

.l-maincontent._lower {
  max-width: 96rem;
  width: 90%;
  margin-inline: auto;
}

.l-header {
  width: calc(100% - 374px);
  position: fixed;
  z-index: 20;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding-inline: 4rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.l-header._lower {
  width: 100%;
  position: relative;
}

.l-header__logo {
  width: 52.2rem;
}

.l-header__toggle {
  display: none;
}

.l-header__nav_pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.l-header__nav_pc ul li {
  font-size: 1.6rem;
  font-weight: 700;
}

.l-header__nav_sp {
  display: none;
}

.l-footer {
  width: calc(100% - 374px);
  background-color: #000;
}

.l-footer._lower {
  width: 100%;
}

.l-footer__copy {
  text-align: center;
  padding-block: 1.6rem;
  color: #fff;
  font-size: 1.2rem;
}

.lp-mv {
  background: url(../images/mv-bg_b.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-block: 18rem 10rem;
  padding-inline: 4rem;
  overflow: hidden;
}

.lp-mv__inner {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.lp-mv__title {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 7.6rem;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: -1.52px;
  text-align: left;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.lp-mv__title span {
  display: block;
  font-size: 3.8rem;
}

.lp-mv__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-block: 1.6rem 4rem;
}

.lp-mv__text li {
  width: 15.2rem;
}

.lp-mv__read {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.lp-mv__read span {
  background-color: #fff;
  padding: 0.5em 1.5em;
}

.lp-mv__read span strong {
  color: #E42545;
}

.lp-mv__baselogo {
  width: 20.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.lp-mv__main {
  width: 79rem;
  position: absolute;
  top: -4.3rem;
  right: -6.9rem;
  z-index: -1;
}

.lp-floating {
  padding-block: 3rem 4rem;
}

.lp-floating__text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.lp-floating__item {
  padding-inline: 1rem;
}

.lp-floating__item p {
  background-color: #d0eee4;
  text-align: center;
  color: #279b76;
  margin-bottom: 0.5rem;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider_menu img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider_menu .slick-slide {
  margin:0 10px;/*スライド左右の余白調整*/
}

.slick-arrow.slick-next {
  right: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
  width: 4rem;
  height: 4rem;
}

.slick-arrow.slick-next::before {
  content: ">";
}

.slick-arrow.slick-prev {
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
  width: 4rem;
  height: 4rem;
}

.slick-arrow.slick-prev::before {
  content: "<";
}

.slick-arrow:hover {
  opacity: 1;
}

.lp-problem {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#279b76), to(#1c6f54));
  background-image: linear-gradient(to bottom, #006cd1 0%, #00519D 100%);
  padding-block: 8rem 14rem;
}

.lp-problem__title {
  text-align: center;
  color: #fff;
}

.lp-problem__title span {
  display: block;
}

.lp-problem__title ._sub {
  font-size: 2.2rem;
  font-weight: 700;
}

.lp-problem__title ._sub::after {
  content: url(../images/problem-title-line.svg);
  display: block;
}

.lp-problem__title ._main {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.6rem;
}

.lp-problem__list {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}

.lp-problem__list li {
  width: calc((100% - 6rem) / 3);
  text-align: center;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 2.4rem;
  border-radius: 1rem;
  position: relative;
}

.lp-problem__list li::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1.7rem;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp-reason {
  padding-block: 11rem 9rem;
  -webkit-clip-path: polygon(50% 5rem, 60% 0, 100% 0, 100% 100%, 0 100%, 0 0, 40% 0);
  clip-path: polygon(50% 5rem, 60% 0, 100% 0, 100% 100%, 0 100%, 0 0, 40% 0);
  background-color: #fff;
  margin-top: -5rem;
}

.lp-reason__catch {
  text-align: center;
}

.lp-reason__catch span {
  display: inline-block;
}

.lp-reason__catch ._sub {
  background-color: #006cd1;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.44px;
  padding: 1.4rem 4rem;
  border-radius: 100px;
  position: relative;
}

.lp-reason__catch ._sub::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 1.7rem;
  background-color: #006cd1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp-reason__catch ._main {
  margin-top: 1rem;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.4rem;
  color: #000;
  line-height: 1;
}

.lp-reason__catch ._main img {
  width: 23.1rem;
  margin-right: 2rem;
  vertical-align: bottom;
}

.lp-reason__title {
  text-align: center;
  margin-top: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
}

.lp-reason__title::after {
  content: url(../images/reason-title-line.svg);
  display: block;
}

.lp-reason__list {
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.lp-reason__item {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
  border: solid 2px #006cd1;
}

.lp-reason__item .item__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #006cd1;
  padding-block: 2rem;
}

.lp-reason__item .item__text {
  padding: 1.5rem 2rem 3rem;
}

.lp-reason__item .item__text strong {
  color: #006cd1;
}

.lp-movie {
  padding-block: 6rem 8rem;
  background-color: #f1faf7;
}

.lp-movie__title {
  font-size: 3.3rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-align: center;
  color: #000;
}

.lp-movie__content {
  width: 83.2rem;
  margin-inline: auto;
  margin-top: 3rem;
}

.lp-movie__content iframe {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
  object-fit: contain;
}

.lp-function {
  background-color: #fff;
  padding-block: 8rem;
}

.lp-funtion__title {
  text-align: center;
  color: #006cd1;
}

.lp-funtion__title ._sub {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
}

.lp-funtion__title ._sub::after {
  content: url(../images/functions-title-line_b.svg);
  display: block;
}

.lp-funtion__title ._main {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.4rem;
}

.lp-function__list {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

.lp-function__item {
  border-radius: 2rem;
  -webkit-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.07);
  background-color: #EBF7FF;
  padding: 2rem 1rem;
}

.lp-function__item .item__image {
  text-align: center;
}

.lp-function__item .item__image img {
  width: 11rem;
}

.lp-function__item .item__text {
  text-align: center;
  color: #006cd1;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
}

.lp-plan {
  background-image: linear-gradient(to bottom, #006cd1 0%, #00519D 100%);
  padding-block: 6rem 8rem;
}

.lp-plan__title {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.4rem;
  text-align: center;
  color: #fff;
}

.lp-plan__text01 {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}

.lp-plan__list {
  margin-top: 9.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.lp-plan__item {
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lp-plan__item .item__title {
  background-color: #f2f2f2;
  color: #006cd1;
  text-align: center;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 1rem 1rem 0 0;
}

.lp-plan__item .item__baloon {
  background-color: #fff312;
  width: 13.2rem;
  text-align: center;
  padding: 0.6rem;
  border-radius: 100px;
  position: absolute;
  top: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp-plan__item .item__baloon::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff312;
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp-plan__item._featured .item__title {
  background-color: #f6ab1e;
  color: #fff;
}

.lp-plan__item .item__price {
  text-align: center;
  padding-block: 2.4rem;
  line-height: 1;
}

.lp-plan__item .item__price ._num {
  font-family: "Oswald", sans-serif;
  font-size: 4.9rem;
  font-weight: 500;
}

.lp-plan__item .item__price ._unit {
  font-size: 2.4rem;
  font-weight: 700;
}

.lp-plan__item .item__price ._text {
  font-size: 1.4rem;
  font-weight: 700;
}

.lp-plan__item .item__list {
  padding: 20px 2rem 2rem;
}

.lp-plan__item .item__list li {
  padding-left: 3.6rem;
  position: relative;
  margin-bottom: 1rem;
}

.lp-plan__item .item__list li::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  display: block;
  background: url(../images/plan-icon_b.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.lp-plan__item .item__list li._option {
  color: #999;
}

.lp-plan__item .item__list li._option::before {
  background: url(../images/plan-icon_option.png) center center no-repeat;
  background-size: contain;
}

.lp-plan__item .item__list li strong {
  color: #ff3434;
}

.lp-plan__item .item__comment {
  margin: auto 1.7rem 1.7rem;
  background-color: #f2f2f2;
  color: #006cd1;
  padding: 1rem 2rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 15px;
}

.lp-plan__option__title {
  margin-top: 6rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  color: #fff;
}

.lp-plan__option__cont {
  margin-top: 3rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
}

.lp-plan__option__cont .cont__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.lp-plan__option__cont .cont__item {
  background-color: #f2f2f2;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-plan__option__cont .cont__item .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  width: 19.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lp-plan__option__cont .cont__item .item__title::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #279b76;
}

.lp-plan__option__cont .cont__item .item__text {
  font-size: 1.4rem;
}

.lp-plan__option__cont .cont__item .item__price {
  margin-left: auto;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22rem;
  text-align: right;
}

.lp-plan__option__cont .cont__item .item__price ._num {
  font-size: 2rem;
}

.lp-plan__option__cont .cont__item .item__price ._text {
  font-size: 1.4rem;
}

.lp-cases {
  padding-block: 6rem 8rem;
}

/*
.lp-cases__title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.3rem;
}
*/

.lp-cases__list {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 5rem;
}

.lp-cases__item a .item__thumb {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lp-cases__item a .item__thumb img {
  border: 2px solid #f0f0f0;
}

.lp-cases__item a .item__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.lp-cases__item a .item__title_plan {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  line-height: initial;
}

.lp-cases__item a .item__title::after {
  content: url(../images/icon_newwindow_b.svg);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  display: inline-block;
  padding-left: 0.4em;
}

.lp-cases__item a .item__cat {
  display: inline-block;
  color: #006cd1;
  font-size: 1.2rem;
  background-color: #DFECFA;
  padding: 0.3em 1.5em;
  border-radius: 100px;
}

.lp-cases__item a:hover .item__thumb {
  opacity: 0.6;
}

.lp-cases__genre__title {
  margin-top: 6rem;
  text-align: center;
  color: #CD2026;
  font-size: 3rem;
  font-weight: 700;
}

.lp-cases__genre__list {
  margin-top: 2rem;
  margin-inline: auto;
  width: 90rem;
  text-align: center;
}

.lp-cases__genre__list li {
  display: inline-block;
  background-color: #006cd1;
  color: #fff;
  padding: 0.3em 2em;
  border-radius: 100px;
  margin: 0.5rem 0.2rem;
  font-size: 2rem;
}

.lp-cases__genre__text {
  margin-top: 4rem;
  text-align: center;
}

.lp-flow {
  padding-block: 6rem 8rem;
  background-color: #DFECFA;
}

.lp-flow__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
}

.lp-flow__list {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4rem;
  background: url(../images/flow-line.svg) left 5rem top repeat-y;
}

.lp-flow__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 1fr;
  grid-template-columns: 10rem 1fr;
  gap: 3rem;
}

.lp-flow__item .item__num img {
  background-color: #DFECFA;
}

.lp-flow__item .item__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #006cd1;
}

.lp-flow__item .item__text {
  border-radius: 1rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 2rem 3rem;
  margin-top: 1rem;
}

.lp-flow__item:last-of-type .item__num {
  background-color: #f1faf7;
}

.lp-flow__text01 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 5rem;
}

.lp-faq {
  padding-block: 6rem 8rem;
}

.lp-faq__title {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-align: center;
}

.lp-faq__list {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.lp-faq__item {
  border-radius: 1rem;
  overflow: hidden;
}

.lp-faq__item dt {
  background-color: #f2f2f2;
  border: 4px solid #f2f2f2;
  padding: 2rem 4rem 2rem 7rem;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.lp-faq__item dt:hover {
  background-color: #DFECFA;
  border-color: #DFECFA;
}

.lp-faq__item dt::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../images/faq-icon-q_b.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.lp-faq__item dt::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 0.8rem;
  background: url(../images/faq-icon-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.2rem;
  right: 2rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lp-faq__item dd {
  border: 4px solid #f2f2f2;
  border-top: none;
  padding: 3rem;
  display: none;
}

.lp-faq__item dd img {
  width: inherit;
}

.lp-message {
  background: url(../images/message-bg_b.jpg) center center no-repeat;
  background-size: cover;
  padding-block: 6rem 8rem;
  position: relative;
  z-index: -1;
  min-height: 44.5rem;
}

.lp-message__inner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  overflow: hidden;
}

.lp-message__title {
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  color: #fff;
}

.lp-message__text {
  color: #fff;
  margin-top: 2rem;
  font-size: 1.2vw;
}

.lp-message__img01 {
  position: absolute;
  z-index: 0;
  width: 73rem;
  top: -2rem;
  right: -4rem;
  z-index: 1;
}

.lp-company {
  padding-block: 12rem 12rem;
  position: relative;
}

.lp-company__img01 {
  width: 18rem;
  position: absolute;
  top: -9rem;
  left: 2rem;
}

.lp-company__title {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.lp-company__list {
  margin-top: 4rem;
  border-top: 1px solid #dbdbdb;
}

.lp-company__item {
  padding-block: 2rem;
  border-bottom: 1px solid #dbdbdb;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem 1fr;
  grid-template-columns: 20rem 1fr;
}

.lp-company__item .item__history {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10rem 1fr;
  grid-template-columns: 10rem 1fr;
}

.lp-compnay__img {
  margin-top: 3rem;
  text-align: center;
}

.lp-compnay__img img {
  max-width: 52.3rem;
}

.lp-cvbutton {
  display: none;
}

.lp-inquiry {
  width: 374px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  -webkit-box-shadow: -3px 0 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -3px 0 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lp-inquiry::-webkit-scrollbar {
  display: none;
}

.lp-inquiry__title {
  width: 230px;
  margin-inline: auto;
  background-color: #006cd1;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0.4em 1.5em;
  margin-top: 23px;
  position: relative;
}

.lp-inquiry__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  background-color: #006cd1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp-inquiry__tel {
  margin-top: 16px;
}

.lp-inquiry__tel a {
  display: block;
  background-color: #006cd1;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.lp-inquiry__tel a::before {
  content: url(../images/icon-tel.svg);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.lp-inquiry__tel a:hover {
  background-color: #DA2F35;
}

.lp-inquiry__form {
  padding: 25px 20px 30px;
}

.lp-inquiry__form .form__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.lp-inquiry__form .form__item dt {
  font-size: 13px;
  padding-inline: 10px;
  position: relative;
  z-index: 50;
}

.lp-inquiry__form .form__item dt ._required {
  color: #E42545;
  font-size: 12px;
  padding-left: 0.5em;
  font-weight: bold;
}

.lp-inquiry__form .form__item dt ._any {
  color: #3541e1;
  font-size: 12px;
  padding-left: 0.5em;
  font-weight: bold;
}

.lp-inquiry__form .form__item dd {
  position: relative !important;
  width: 100%;
}

.lp-inquiry__form .form__item dd input[type=text],
.lp-inquiry__form .form__item dd input[type=email],
.lp-inquiry__form .form__item dd input[type=tel],
.lp-inquiry__form .form__item dd textarea {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #cbcbcb;
  background-color: #fff;
  padding: 30px 10px 10px;
  margin-top: -30px;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.lp-inquiry__form .form__item dd input[type=text]::-webkit-input-placeholder, .lp-inquiry__form .form__item dd input[type=email]::-webkit-input-placeholder, .lp-inquiry__form .form__item dd input[type=tel]::-webkit-input-placeholder, .lp-inquiry__form .form__item dd textarea::-webkit-input-placeholder {
  color: #ccc;
}

.lp-inquiry__form .form__item dd input[type=text]::-moz-placeholder, .lp-inquiry__form .form__item dd input[type=email]::-moz-placeholder, .lp-inquiry__form .form__item dd input[type=tel]::-moz-placeholder, .lp-inquiry__form .form__item dd textarea::-moz-placeholder {
  color: #ccc;
}

.lp-inquiry__form .form__item dd input[type=text]:-ms-input-placeholder, .lp-inquiry__form .form__item dd input[type=email]:-ms-input-placeholder, .lp-inquiry__form .form__item dd input[type=tel]:-ms-input-placeholder, .lp-inquiry__form .form__item dd textarea:-ms-input-placeholder {
  color: #ccc;
}

.lp-inquiry__form .form__item dd input[type=text]::-ms-input-placeholder, .lp-inquiry__form .form__item dd input[type=email]::-ms-input-placeholder, .lp-inquiry__form .form__item dd input[type=tel]::-ms-input-placeholder, .lp-inquiry__form .form__item dd textarea::-ms-input-placeholder {
  color: #ccc;
}

.lp-inquiry__form .form__item dd input[type=text]::placeholder,
.lp-inquiry__form .form__item dd input[type=email]::placeholder,
.lp-inquiry__form .form__item dd input[type=tel]::placeholder,
.lp-inquiry__form .form__item dd textarea::placeholder {
  color: #ccc;
}

.lp-inquiry__form .form__item dd textarea {
  height: 8em;
}

.lp-inquiry__form .form__button {
  border-radius: 38px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #DA2F35;
  width: 100%;
  padding: 0.7em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  border: none;
}

.lp-inquiry__download {
  text-align: center;
  margin-top: 10px;
}

.lp-inquiry__download a {
  font-size: 14px;
  color: #006cd1;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.lp-inquiry__download a::before {
  content: url(../images/icon-download_b.svg);
  margin-top: 2px;
}

.lp-inquiry__download a:hover {
  text-decoration: none;
}

.lp-inquiry__notion {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
}

.lp-inquiry__notion a {
  color: #006cd1;
  text-decoration: underline;
}

.lp-inquiry__notion a._icon-blank::after {
  content: url(../images/icon_newwindow_b.svg);
}

.lp-inquiry__notion a:hover {
  text-decoration: none;
}

.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7-response-output {
  margin: 20px 20px 0 !important;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 13px;
}

.wpcf7-spinner {
  width: 16px !important;
  height: 16px !important;
  display: block;
  margin-inline: auto;
  margin-top: 5px;
}

.p-lower__title {
  font-size: 3.3rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-align: center;
  color: #000;
  line-height: 1.5;
  margin-bottom: 4rem;
  color: #fff;
}

.p-lower_content {
  background-color: #fff;
  padding: 8rem 12rem;
  border-radius: 2rem;
}

.p-lower__download__form .form__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.p-lower__download__form .form__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.p-lower__download__form .form__item dt {
  font-size: 1.8rem;
}

.p-lower__download__form .form__item dd {
  position: relative;
  width: 100%;
}

.p-lower__download__form .form__item dd input[type=text],
.p-lower__download__form .form__item dd input[type=email],
.p-lower__download__form .form__item dd input[type=tel],
.p-lower__download__form .form__item dd textarea {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #9a9a9a;
  background-color: #fff;
  padding: 15px;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.p-lower__download__form .form__item dd input[type=text]::-webkit-input-placeholder, .p-lower__download__form .form__item dd input[type=email]::-webkit-input-placeholder, .p-lower__download__form .form__item dd input[type=tel]::-webkit-input-placeholder, .p-lower__download__form .form__item dd textarea::-webkit-input-placeholder {
  color: #ccc;
}

.p-lower__download__form .form__item dd input[type=text]::-moz-placeholder, .p-lower__download__form .form__item dd input[type=email]::-moz-placeholder, .p-lower__download__form .form__item dd input[type=tel]::-moz-placeholder, .p-lower__download__form .form__item dd textarea::-moz-placeholder {
  color: #ccc;
}

.p-lower__download__form .form__item dd input[type=text]:-ms-input-placeholder, .p-lower__download__form .form__item dd input[type=email]:-ms-input-placeholder, .p-lower__download__form .form__item dd input[type=tel]:-ms-input-placeholder, .p-lower__download__form .form__item dd textarea:-ms-input-placeholder {
  color: #ccc;
}

.p-lower__download__form .form__item dd input[type=text]::-ms-input-placeholder, .p-lower__download__form .form__item dd input[type=email]::-ms-input-placeholder, .p-lower__download__form .form__item dd input[type=tel]::-ms-input-placeholder, .p-lower__download__form .form__item dd textarea::-ms-input-placeholder {
  color: #ccc;
}

.p-lower__download__form .form__item dd input[type=text]::placeholder,
.p-lower__download__form .form__item dd input[type=email]::placeholder,
.p-lower__download__form .form__item dd input[type=tel]::placeholder,
.p-lower__download__form .form__item dd textarea::placeholder {
  color: #ccc;
}

.p-lower__download__form .form__item ._required {
  color: #e13535;
  font-size: 14px;
  padding-left: 0.5em;
}

.p-lower__download__form .form__item ._any {
  color: #3541e1;
  font-size: 14px;
  padding-left: 0.5em;
}

.p-lower__download__form .form__button {
  display: block;
  border-radius: 38px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #f0a10c;
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
  margin-block: 5rem;
  padding: 1em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  border: none;
}

.p-lower__download__notion {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 20px;
}

.p-lower__download__notion a {
  color: #006cd1;
  text-decoration: underline;
}

.p-lower__download__notion a._icon-blank::after {
  content: url(../images/icon_newwindow.svg);
}

.p-lower__download__notion a:hover {
  text-decoration: none;
}

.u-align_left {
  text-align: left;
}

.u-align_right {
  text-align: right;
}

.u-align_center {
  text-align: center;
}

.u-col_red {
  color: #CC0101;
}

.u-col_main {
  color: #000000;
}

.u-col_keycol {
  color: #279b76;
}

.u-fw_bold {
  font-weight: bold;
}

.u-fw_400 {
  font-weight: 400;
}

.u-fw_500 {
  font-weight: 500;
}

.u-fw_700 {
  font-weight: 700;
}

.u-fw_900 {
  font-weight: 900;
}

.u-fz_xsm {
  font-size: 1.2rem;
}

.u-fz_sm {
  font-size: 1.4rem;
}

.u-fz_md {
  font-size: 1.6rem;
}

.u-fz_lg {
  font-size: 1.8rem;
}

.u-fz_xlg {
  font-size: 2rem;
}

.u-fz_xxlg {
  font-size: 2.4rem;
}

.u-fz_10 {
  font-size: 1rem;
}

.u-fz_10 var-mixin.tb {
  font-size: 0.8rem;
}

.u-fz_11 {
  font-size: 1.1rem;
}

.u-fz_11 var-mixin.tb {
  font-size: 0.88rem;
}

.u-fz_12 {
  font-size: 1.2rem;
}

.u-fz_12 var-mixin.tb {
  font-size: 0.96rem;
}

.u-fz_13 {
  font-size: 1.3rem;
}

.u-fz_13 var-mixin.tb {
  font-size: 1.04rem;
}

.u-fz_14 {
  font-size: 1.4rem;
}

.u-fz_14 var-mixin.tb {
  font-size: 1.12rem;
}

.u-fz_15 {
  font-size: 1.5rem;
}

.u-fz_15 var-mixin.tb {
  font-size: 1.2rem;
}

.u-fz_16 {
  font-size: 1.6rem;
}

.u-fz_16 var-mixin.tb {
  font-size: 1.28rem;
}

.u-fz_17 {
  font-size: 1.7rem;
}

.u-fz_17 var-mixin.tb {
  font-size: 1.36rem;
}

.u-fz_18 {
  font-size: 1.8rem;
}

.u-fz_18 var-mixin.tb {
  font-size: 1.44rem;
}

.u-fz_19 {
  font-size: 1.9rem;
}

.u-fz_19 var-mixin.tb {
  font-size: 1.52rem;
}

.u-fz_20 {
  font-size: 2rem;
}

.u-fz_20 var-mixin.tb {
  font-size: 1.6rem;
}

.u-fz_21 {
  font-size: 2.1rem;
}

.u-fz_21 var-mixin.tb {
  font-size: 1.68rem;
}

.u-fz_22 {
  font-size: 2.2rem;
}

.u-fz_22 var-mixin.tb {
  font-size: 1.76rem;
}

.u-fz_23 {
  font-size: 2.3rem;
}

.u-fz_23 var-mixin.tb {
  font-size: 1.84rem;
}

.u-fz_24 {
  font-size: 2.4rem;
}

.u-fz_24 var-mixin.tb {
  font-size: 1.92rem;
}

.u-fz_25 {
  font-size: 2.5rem;
}

.u-fz_25 var-mixin.tb {
  font-size: 2rem;
}

.u-fz_26 {
  font-size: 2.6rem;
}

.u-fz_26 var-mixin.tb {
  font-size: 2.08rem;
}

.u-fz_27 {
  font-size: 2.7rem;
}

.u-fz_27 var-mixin.tb {
  font-size: 2.16rem;
}

.u-fz_28 {
  font-size: 2.8rem;
}

.u-fz_28 var-mixin.tb {
  font-size: 2.24rem;
}

.u-fz_29 {
  font-size: 2.9rem;
}

.u-fz_29 var-mixin.tb {
  font-size: 2.32rem;
}

.u-fz_30 {
  font-size: 3rem;
}

.u-fz_30 var-mixin.tb {
  font-size: 2.4rem;
}

.u-fz_31 {
  font-size: 3.1rem;
}

.u-fz_31 var-mixin.tb {
  font-size: 2.48rem;
}

.u-fz_32 {
  font-size: 3.2rem;
}

.u-fz_32 var-mixin.tb {
  font-size: 2.56rem;
}

.u-mt_0:not(:root) {
  margin-top: 0rem;
}

.u-mt_1:not(:root) {
  margin-top: 1rem;
}

.u-mt_2:not(:root) {
  margin-top: 2rem;
}

.u-mt_3:not(:root) {
  margin-top: 3rem;
}

.u-mt_4:not(:root) {
  margin-top: 4rem;
}

.u-mt_5:not(:root) {
  margin-top: 5rem;
}

.u-mt_6:not(:root) {
  margin-top: 6rem;
}

.u-mt_7:not(:root) {
  margin-top: 7rem;
}

.u-mt_8:not(:root) {
  margin-top: 8rem;
}

.u-mt_9:not(:root) {
  margin-top: 9rem;
}

.u-mt_10:not(:root) {
  margin-top: 10rem;
}

.u-mb_0:not(:root) {
  margin-bottom: 0rem;
}

.u-mb_1:not(:root) {
  margin-bottom: 1rem;
}

.u-mb_2:not(:root) {
  margin-bottom: 2rem;
}

.u-mb_3:not(:root) {
  margin-bottom: 3rem;
}

.u-mb_4:not(:root) {
  margin-bottom: 4rem;
}

.u-mb_5:not(:root) {
  margin-bottom: 5rem;
}

.u-mb_6:not(:root) {
  margin-bottom: 6rem;
}

.u-mb_7:not(:root) {
  margin-bottom: 7rem;
}

.u-mb_8:not(:root) {
  margin-bottom: 8rem;
}

.u-mb_9:not(:root) {
  margin-bottom: 9rem;
}

.u-mb_10:not(:root) {
  margin-bottom: 10rem;
}

.u-mr_0:not(:root) {
  margin-right: 0rem;
}

.u-mr_1:not(:root) {
  margin-right: 1rem;
}

.u-mr_2:not(:root) {
  margin-right: 2rem;
}

.u-mr_3:not(:root) {
  margin-right: 3rem;
}

.u-mr_4:not(:root) {
  margin-right: 4rem;
}

.u-mr_5:not(:root) {
  margin-right: 5rem;
}

.u-mr_6:not(:root) {
  margin-right: 6rem;
}

.u-mr_7:not(:root) {
  margin-right: 7rem;
}

.u-mr_8:not(:root) {
  margin-right: 8rem;
}

.u-mr_9:not(:root) {
  margin-right: 9rem;
}

.u-mr_10:not(:root) {
  margin-right: 10rem;
}

.u-ml_0:not(:root) {
  margin-left: 0rem;
}

.u-ml_1:not(:root) {
  margin-left: 1rem;
}

.u-ml_2:not(:root) {
  margin-left: 2rem;
}

.u-ml_3:not(:root) {
  margin-left: 3rem;
}

.u-ml_4:not(:root) {
  margin-left: 4rem;
}

.u-ml_5:not(:root) {
  margin-left: 5rem;
}

.u-ml_6:not(:root) {
  margin-left: 6rem;
}

.u-ml_7:not(:root) {
  margin-left: 7rem;
}

.u-ml_8:not(:root) {
  margin-left: 8rem;
}

.u-ml_9:not(:root) {
  margin-left: 9rem;
}

.u-ml_10:not(:root) {
  margin-left: 10rem;
}

.u-my_0:not(:root) {
  margin-block: 0rem;
}

.u-my_1:not(:root) {
  margin-block: 1rem;
}

.u-my_2:not(:root) {
  margin-block: 2rem;
}

.u-my_3:not(:root) {
  margin-block: 3rem;
}

.u-my_4:not(:root) {
  margin-block: 4rem;
}

.u-my_5:not(:root) {
  margin-block: 5rem;
}

.u-my_6:not(:root) {
  margin-block: 6rem;
}

.u-my_7:not(:root) {
  margin-block: 7rem;
}

.u-my_8:not(:root) {
  margin-block: 8rem;
}

.u-my_9:not(:root) {
  margin-block: 9rem;
}

.u-my_10:not(:root) {
  margin-block: 10rem;
}

.u-mx_0:not(:root) {
  margin-inline: 0rem;
}

.u-mx_1:not(:root) {
  margin-inline: 1rem;
}

.u-mx_2:not(:root) {
  margin-inline: 2rem;
}

.u-mx_3:not(:root) {
  margin-inline: 3rem;
}

.u-mx_4:not(:root) {
  margin-inline: 4rem;
}

.u-mx_5:not(:root) {
  margin-inline: 5rem;
}

.u-mx_6:not(:root) {
  margin-inline: 6rem;
}

.u-mx_7:not(:root) {
  margin-inline: 7rem;
}

.u-mx_8:not(:root) {
  margin-inline: 8rem;
}

.u-mx_9:not(:root) {
  margin-inline: 9rem;
}

.u-mx_10:not(:root) {
  margin-inline: 10rem;
}

.u-pt_1:not(:root) {
  padding-top: 1em;
}

.u-pt_2:not(:root) {
  padding-top: 2em;
}

.u-pt_3:not(:root) {
  padding-top: 3em;
}

.u-pt_4:not(:root) {
  padding-top: 4em;
}

.u-pt_5:not(:root) {
  padding-top: 5em;
}

.u-pt_6:not(:root) {
  padding-top: 6em;
}

.u-pt_7:not(:root) {
  padding-top: 7em;
}

.u-pt_8:not(:root) {
  padding-top: 8em;
}

.u-pt_9:not(:root) {
  padding-top: 9em;
}

.u-pt_10:not(:root) {
  padding-top: 10em;
}

.u-pb_1:not(:root) {
  padding-bottom: 1em;
}

.u-pb_2:not(:root) {
  padding-bottom: 2em;
}

.u-pb_3:not(:root) {
  padding-bottom: 3em;
}

.u-pb_4:not(:root) {
  padding-bottom: 4em;
}

.u-pb_5:not(:root) {
  padding-bottom: 5em;
}

.u-pb_6:not(:root) {
  padding-bottom: 6em;
}

.u-pb_7:not(:root) {
  padding-bottom: 7em;
}

.u-pb_8:not(:root) {
  padding-bottom: 8em;
}

.u-pb_9:not(:root) {
  padding-bottom: 9em;
}

.u-pb_10:not(:root) {
  padding-bottom: 10em;
}

.u-pr_1:not(:root) {
  padding-right: 1em;
}

.u-pr_2:not(:root) {
  padding-right: 2em;
}

.u-pr_3:not(:root) {
  padding-right: 3em;
}

.u-pr_4:not(:root) {
  padding-right: 4em;
}

.u-pr_5:not(:root) {
  padding-right: 5em;
}

.u-pr_6:not(:root) {
  padding-right: 6em;
}

.u-pr_7:not(:root) {
  padding-right: 7em;
}

.u-pr_8:not(:root) {
  padding-right: 8em;
}

.u-pr_9:not(:root) {
  padding-right: 9em;
}

.u-pr_10:not(:root) {
  padding-right: 10em;
}

.u-pl_1:not(:root) {
  padding-left: 1em;
}

.u-pl_2:not(:root) {
  padding-left: 2em;
}

.u-pl_3:not(:root) {
  padding-left: 3em;
}

.u-pl_4:not(:root) {
  padding-left: 4em;
}

.u-pl_5:not(:root) {
  padding-left: 5em;
}

.u-pl_6:not(:root) {
  padding-left: 6em;
}

.u-pl_7:not(:root) {
  padding-left: 7em;
}

.u-pl_8:not(:root) {
  padding-left: 8em;
}

.u-pl_9:not(:root) {
  padding-left: 9em;
}

.u-pl_10:not(:root) {
  padding-left: 10em;
}

.u-py_1:not(:root) {
  padding-block: 1em;
}

.u-py_2:not(:root) {
  padding-block: 2em;
}

.u-py_3:not(:root) {
  padding-block: 3em;
}

.u-py_4:not(:root) {
  padding-block: 4em;
}

.u-py_5:not(:root) {
  padding-block: 5em;
}

.u-py_6:not(:root) {
  padding-block: 6em;
}

.u-py_7:not(:root) {
  padding-block: 7em;
}

.u-py_8:not(:root) {
  padding-block: 8em;
}

.u-py_9:not(:root) {
  padding-block: 9em;
}

.u-py_10:not(:root) {
  padding-block: 10em;
}

.u-px_1:not(:root) {
  padding-inline: 1em;
}

.u-px_2:not(:root) {
  padding-inline: 2em;
}

.u-px_3:not(:root) {
  padding-inline: 3em;
}

.u-px_4:not(:root) {
  padding-inline: 4em;
}

.u-px_5:not(:root) {
  padding-inline: 5em;
}

.u-px_6:not(:root) {
  padding-inline: 6em;
}

.u-px_7:not(:root) {
  padding-inline: 7em;
}

.u-px_8:not(:root) {
  padding-inline: 8em;
}

.u-px_9:not(:root) {
  padding-inline: 9em;
}

.u-px_10:not(:root) {
  padding-inline: 10em;
}

.u-display_i {
  display: inline;
}

.u-display_b {
  display: block;
}

.u-display_ib {
  display: inline-block;
}

.u-list01 {
  padding-left: 1.5em;
}

.u-list01 li {
  list-style: url(../images/common/icon/icon-arrow-b.svg);
}

.u-list_disc {
  padding-left: 1.5em;
}

.u-list_disc li {
  list-style: disc;
}

.u-hover_opacity {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.u-hover_opacity:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 961px) {
  .u-sp_only {
    display: none;
  }

  .u-tb_only {
    display: none;
  }

  .u-pc_only {
    display: block !important;
  }
}

@media screen and (max-width: 960px) {
  .l-header {
    height: 60px;
    padding-inline: 2.5%;
  }

  .l-header__nav_pc {
    display: none;
  }

  .l-header__nav_sp {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .l-header__nav_sp ul {
    padding: 20px 20px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .l-header__nav_sp ul li {
    display: block;
  }

  .l-header__nav_sp ul li a {
    display: block;
    padding-block: 10px;
    border-bottom: 1px solid #279b76;
    font-size: 1.5rem;
  }

  .l-header__toggle {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .l-header__toggle ._line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #279b76;
  }

  .l-header__toggle ._text {
    font-size: 0;
  }

  .l-header__toggle.is-open {
    gap: 0;
  }

  .l-header__toggle.is-open ._line:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -2px;
  }

  .l-header__toggle.is-open ._line:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px;
  }

  .lp-mv {
    padding-block: 120px 70px;
    padding-inline: 0;
  }

  .lp-mv__title {
    font-size: 6.3rem;
    padding-inline: 5%;
    margin-bottom: 30px;
  }

  .lp-mv__title span {
    font-size: 3rem;
  }

  .lp-mv__text {
    padding-inline: 5%;
    margin-block: -90px 20px;
  }

  .lp-mv__text li {
    width: 120px;
  }

  .lp-mv__read {
    font-size: 1.5rem;
    padding-inline: 5%;
  }

  .lp-mv__baselogo {
    right: 5%;
    bottom: -50px;
  }

  .lp-mv__main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }

  .lp-problem {
    padding-block: 30px 120px;
  }

  .lp-problem__title ._sub {
    font-size: 1.8rem;
  }

  .lp-problem__title ._main {
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.3rem;
  }

  .lp-problem__list {
    margin-top: 20px;
    gap: 20px;
  }

  .lp-problem__list li {
    width: calc((100% - 20px) / 2);
    font-size: 1.6rem;
    padding-block: 16px;
  }

  .lp-problem__list li::after {
    width: 16px;
    height: 10px;
  }

  .lp-reason {
    padding-block: 30px;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .lp-reason__catch ._sub {
    font-size: 1.4rem;
    padding: 10px 30px;
  }

  .lp-reason__catch ._main {
    margin-top: 20px;
    font-size: 3rem;
    letter-spacing: 0.3rem;
  }

  .lp-reason__catch ._main img {
    width: 130px;
  }

  .lp-reason__title {
    margin-top: 30px;
    font-size: 1.8rem;
  }

  .lp-reason__list {
    max-width: 400px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-inline: auto;
    gap: 20px;
  }

  .lp-reason__item .item__title {
    font-size: 1.8rem;
    padding-block: 16px;
  }

  .lp-reason__item .item__text {
    font-size: 1.4rem;
  }

  .lp-movie {
    padding-block: 30px 60px;
  }

  .lp-movie__title {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .lp-movie__content {
    width: 100%;
    margin-top: 20px;
  }

  .lp-function {
    padding-block: 40px 60px;
  }

  .lp-funtion__title ._sub {
    font-size: 1.8rem;
  }

  .lp-funtion__title ._main {
    font-size: 3rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .lp-function__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .lp-function__item {
    width: calc((100% - 40px) / 3);
  }

  .lp-function__item .item__image img {
    width: 80px;
  }

  .lp-function__item .item__text {
    font-size: 1.4rem;
  }

  .lp-plan {
    padding-block: 30px 60px;
  }

  .lp-plan__title {
    font-size: 3rem;
  }

  .lp-plan__list {
    margin-top: 20px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    max-width: 400px;
    margin-inline: auto;
    gap: 20px;
  }

  .lp-plan__item._featured {
    margin-top: 50px;
  }

  .lp-plan__item .item__price ._num {
    font-size: 4rem;
  }

  .lp-plan__item .item__comment {
    font-size: 1.4rem;
  }

  .lp-plan__option__title {
    margin-top: 30px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }

  .lp-plan__option__cont {
    margin-top: 10px;
  }

  .lp-plan__option__cont .cont__item {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .lp-plan__option__cont .cont__item .item__title {
    font-size: 1.8rem;
  }

  .lp-plan__option__cont .cont__item .item__price {
    margin-top: 10px;
  }

  .lp-cases {
    padding-block: 40px 60px;
  }

  .lp-cases__title {
    font-size: 3rem;
  }

  .lp-cases__list {
    margin-top: 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .lp-cases__item a .item__title {
    font-size: 1.4rem;
    margin-top: 3px;
  }

  .lp-cases__item a .item__cat {
    padding: 0.1em 1em;
  }

  .lp-cases__genre__title {
    font-size: 2.2rem;
    margin-top: 40px;
  }

  .lp-cases__genre__list {
    margin-top: 10px;
    width: 100%;
  }

  .lp-cases__genre__list li {
    font-size: 1.4rem;
  }

  .lp-cases__genre__text {
    margin-top: 20px;
  }

  .lp-flow {
    padding-block: 30px 60px;
  }

  .lp-flow__title {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }

  .lp-flow__list {
    margin-top: 10px;
    background-position: left 7.5% top;
    gap: 20px;
  }

  .lp-flow__item {
    -ms-grid-columns: 15% 1fr;
    grid-template-columns: 15% 1fr;
    gap: 10px;
  }

  .lp-flow__item .item__title {
    font-size: 1.8rem;
  }

  .lp-flow__item .item__text {
    padding: 10px 20px;
    font-size: 1.4rem;
  }

  .lp-flow__text01 {
    font-size: 2rem;
    margin-top: 30px;
  }

  .lp-faq {
    padding-block: 30px 60px;
  }

  .lp-faq__title {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }

  .lp-faq__list {
    margin-top: 30px;
  }

  .lp-faq__item dt {
    padding: 10px 40px 10px 56px;
    font-size: 1.6rem;
  }

  .lp-faq__item dt::before {
    width: 30px;
    height: 30px;
    top: 9px;
    left: 13px;
  }

  .lp-faq__item dt::after {
    width: 12px;
    top: 20px;
    right: 10px;
  }

  .lp-faq__item dd {
    padding: 10px 20px;
    font-size: 1.4rem;
  }

  .lp-message {
    min-height: auto;
    padding-block: 40px 80px;
  }

  .lp-message__text {
    font-size: 1.4rem;
  }

  .lp-message__img01 {
    width: 70%;
    top: 50px;
  }

  .lp-company {
    padding-block: 40px 60px;
  }

  .lp-company__img01 {
    display: none;
  }

  .lp-company__title {
    font-size: 2rem;
  }

  .lp-company__list {
    margin-top: 20px;
  }

  .lp-company__item {
    padding-block: 10px;
    -ms-grid-columns: 20% 1fr;
    grid-template-columns: 20% 1fr;
    font-size: 1.4rem;
  }

  .p-lower__title {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .p-lower_content {
    padding: 5% 10%;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  main {
    width: 100%;
  }

  .l-wrapper__inner {
    max-width: auto;
  }

  .l-header {
    width: 100%;
  }

  .l-header__logo {
    width: 280px;
  }

  .l-footer {
    width: 100%;
  }

  .lp-mv__title {
    margin-bottom: 0;
  }

  .lp-mv__title span {
    font-size: 2.4rem;
  }

  .lp-mv__read {
    font-size: 2rem;
  }

  .lp-message {
    padding-block: 40px;
  }

  .lp-message__inner {
    text-align: center;
  }

  .lp-message__title {
    font-size: 3rem;
  }

  .lp-message__text {
    font-size: 1.6rem;
  }

  .lp-message__img01 {
    display: none;
  }

  .lp-cvbutton {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-block: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 60;
    text-align: center;
  }

  .lp-cvbutton a {
    border-radius: 38px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff312;
    min-width: 320px;
    padding: 0.7em 2em;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    border: none;
  }

  .lp-inquiry {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
  }

  .lp-inquiry__form {
    max-width: 500px;
    margin-inline: auto;
  }

  .p-lower__download__form .form__item dt {
    font-size: 1.6rem;
  }

  .p-lower__download__form .form__item dd input[type=text],
  .p-lower__download__form .form__item dd input[type=email],
  .p-lower__download__form .form__item dd input[type=tel],
  .p-lower__download__form .form__item dd textarea {
    padding: 10px;
  }

  .u-mt_0:not(:root) {
    margin-top: calc((0px * 10) * 0.6);
  }

  .u-mt_1:not(:root) {
    margin-top: calc((1px * 10) * 0.6);
  }

  .u-mt_2:not(:root) {
    margin-top: calc((2px * 10) * 0.6);
  }

  .u-mt_3:not(:root) {
    margin-top: calc((3px * 10) * 0.6);
  }

  .u-mt_4:not(:root) {
    margin-top: calc((4px * 10) * 0.6);
  }

  .u-mt_5:not(:root) {
    margin-top: calc((5px * 10) * 0.6);
  }

  .u-mt_6:not(:root) {
    margin-top: calc((6px * 10) * 0.6);
  }

  .u-mt_7:not(:root) {
    margin-top: calc((7px * 10) * 0.6);
  }

  .u-mt_8:not(:root) {
    margin-top: calc((8px * 10) * 0.6);
  }

  .u-mt_9:not(:root) {
    margin-top: calc((9px * 10) * 0.6);
  }

  .u-mt_10:not(:root) {
    margin-top: calc((10px * 10) * 0.6);
  }

  .u-mb_0:not(:root) {
    margin-bottom: calc((0px * 10) * 0.6);
  }

  .u-mb_1:not(:root) {
    margin-bottom: calc((1px * 10) * 0.6);
  }

  .u-mb_2:not(:root) {
    margin-bottom: calc((2px * 10) * 0.6);
  }

  .u-mb_3:not(:root) {
    margin-bottom: calc((3px * 10) * 0.6);
  }

  .u-mb_4:not(:root) {
    margin-bottom: calc((4px * 10) * 0.6);
  }

  .u-mb_5:not(:root) {
    margin-bottom: calc((5px * 10) * 0.6);
  }

  .u-mb_6:not(:root) {
    margin-bottom: calc((6px * 10) * 0.6);
  }

  .u-mb_7:not(:root) {
    margin-bottom: calc((7px * 10) * 0.6);
  }

  .u-mb_8:not(:root) {
    margin-bottom: calc((8px * 10) * 0.6);
  }

  .u-mb_9:not(:root) {
    margin-bottom: calc((9px * 10) * 0.6);
  }

  .u-mb_10:not(:root) {
    margin-bottom: calc((10px * 10) * 0.6);
  }

  .u-mr_0:not(:root) {
    margin-right: calc((0px * 10) * 0.6);
  }

  .u-mr_1:not(:root) {
    margin-right: calc((1px * 10) * 0.6);
  }

  .u-mr_2:not(:root) {
    margin-right: calc((2px * 10) * 0.6);
  }

  .u-mr_3:not(:root) {
    margin-right: calc((3px * 10) * 0.6);
  }

  .u-mr_4:not(:root) {
    margin-right: calc((4px * 10) * 0.6);
  }

  .u-mr_5:not(:root) {
    margin-right: calc((5px * 10) * 0.6);
  }

  .u-mr_6:not(:root) {
    margin-right: calc((6px * 10) * 0.6);
  }

  .u-mr_7:not(:root) {
    margin-right: calc((7px * 10) * 0.6);
  }

  .u-mr_8:not(:root) {
    margin-right: calc((8px * 10) * 0.6);
  }

  .u-mr_9:not(:root) {
    margin-right: calc((9px * 10) * 0.6);
  }

  .u-mr_10:not(:root) {
    margin-right: calc((10px * 10) * 0.6);
  }

  .u-ml_0:not(:root) {
    margin-left: calc((0px * 10) * 0.6);
  }

  .u-ml_1:not(:root) {
    margin-left: calc((1px * 10) * 0.6);
  }

  .u-ml_2:not(:root) {
    margin-left: calc((2px * 10) * 0.6);
  }

  .u-ml_3:not(:root) {
    margin-left: calc((3px * 10) * 0.6);
  }

  .u-ml_4:not(:root) {
    margin-left: calc((4px * 10) * 0.6);
  }

  .u-ml_5:not(:root) {
    margin-left: calc((5px * 10) * 0.6);
  }

  .u-ml_6:not(:root) {
    margin-left: calc((6px * 10) * 0.6);
  }

  .u-ml_7:not(:root) {
    margin-left: calc((7px * 10) * 0.6);
  }

  .u-ml_8:not(:root) {
    margin-left: calc((8px * 10) * 0.6);
  }

  .u-ml_9:not(:root) {
    margin-left: calc((9px * 10) * 0.6);
  }

  .u-ml_10:not(:root) {
    margin-left: calc((10px * 10) * 0.6);
  }

  .u-my_0:not(:root) {
    margin-block: calc((0px * 10) * 0.6);
  }

  .u-my_1:not(:root) {
    margin-block: calc((1px * 10) * 0.6);
  }

  .u-my_2:not(:root) {
    margin-block: calc((2px * 10) * 0.6);
  }

  .u-my_3:not(:root) {
    margin-block: calc((3px * 10) * 0.6);
  }

  .u-my_4:not(:root) {
    margin-block: calc((4px * 10) * 0.6);
  }

  .u-my_5:not(:root) {
    margin-block: calc((5px * 10) * 0.6);
  }

  .u-my_6:not(:root) {
    margin-block: calc((6px * 10) * 0.6);
  }

  .u-my_7:not(:root) {
    margin-block: calc((7px * 10) * 0.6);
  }

  .u-my_8:not(:root) {
    margin-block: calc((8px * 10) * 0.6);
  }

  .u-my_9:not(:root) {
    margin-block: calc((9px * 10) * 0.6);
  }

  .u-my_10:not(:root) {
    margin-block: calc((10px * 10) * 0.6);
  }

  .u-mx_0:not(:root) {
    margin-inline: calc((0px * 10) * 0.6);
  }

  .u-mx_1:not(:root) {
    margin-inline: calc((1px * 10) * 0.6);
  }

  .u-mx_2:not(:root) {
    margin-inline: calc((2px * 10) * 0.6);
  }

  .u-mx_3:not(:root) {
    margin-inline: calc((3px * 10) * 0.6);
  }

  .u-mx_4:not(:root) {
    margin-inline: calc((4px * 10) * 0.6);
  }

  .u-mx_5:not(:root) {
    margin-inline: calc((5px * 10) * 0.6);
  }

  .u-mx_6:not(:root) {
    margin-inline: calc((6px * 10) * 0.6);
  }

  .u-mx_7:not(:root) {
    margin-inline: calc((7px * 10) * 0.6);
  }

  .u-mx_8:not(:root) {
    margin-inline: calc((8px * 10) * 0.6);
  }

  .u-mx_9:not(:root) {
    margin-inline: calc((9px * 10) * 0.6);
  }

  .u-mx_10:not(:root) {
    margin-inline: calc((10px * 10) * 0.6);
  }

  .u-pt_1:not(:root) {
    padding-top: calc((1px * 10) * 0.6);
  }

  .u-pt_2:not(:root) {
    padding-top: calc((2px * 10) * 0.6);
  }

  .u-pt_3:not(:root) {
    padding-top: calc((3px * 10) * 0.6);
  }

  .u-pt_4:not(:root) {
    padding-top: calc((4px * 10) * 0.6);
  }

  .u-pt_5:not(:root) {
    padding-top: calc((5px * 10) * 0.6);
  }

  .u-pt_6:not(:root) {
    padding-top: calc((6px * 10) * 0.6);
  }

  .u-pt_7:not(:root) {
    padding-top: calc((7px * 10) * 0.6);
  }

  .u-pt_8:not(:root) {
    padding-top: calc((8px * 10) * 0.6);
  }

  .u-pt_9:not(:root) {
    padding-top: calc((9px * 10) * 0.6);
  }

  .u-pt_10:not(:root) {
    padding-top: calc((10px * 10) * 0.6);
  }
}

@media screen and (max-width: 520px) {
  main._lower {
    padding-block: 40px 60px;
  }

  .lp-mv {
    padding-block: 100px 60px;
  }

  .lp-mv__title {
    font-size: 5rem;
  }

  .lp-mv__read {
    font-size: 1.4rem;
  }

  .lp-mv__read span {
    padding-inline: 0.5em;
  }

  .lp-mv__baselogo {
    width: 150px;
  }

  .lp-problem {
    padding-bottom: 80px;
  }

  .lp-problem__title ._sub {
    font-size: 1.6rem;
  }

  .lp-problem__title ._sub::after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .lp-problem__title ._main {
    font-size: 2.2rem;
  }

  .lp-problem__list {
    gap: 20px 10px;
  }

  .lp-problem__list li {
    font-size: 1.3rem;
    width: calc((100% - 10px) / 2);
    padding: 0.8em;
  }

  .lp-reason__catch ._main {
    font-size: 2.4rem;
  }

  .lp-reason__catch ._main img {
    margin-right: 10px;
  }

  .lp-reason__title {
    font-size: 1.6rem;
  }

  .lp-reason__title::after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .lp-movie__title {
    font-size: 2rem;
  }

  .lp-funtion__title ._sub {
    font-size: 1.6rem;
  }

  .lp-funtion__title ._sub::after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .lp-funtion__title ._main {
    font-size: 2.2rem;
  }

  .lp-function__list {
    gap: 15px;
  }

  .lp-function__item {
    width: calc((100% - 15px) / 2);
  }

  .lp-plan__title {
    font-size: 2.4rem;
  }

  .lp-plan__option__title {
    font-size: 2rem;
  }

  .lp-plan__option__cont .cont__item .item__title {
    font-size: 1.6rem;
  }

  .lp-plan__option__cont .cont__item .item__price {
    margin-top: 0;
  }

  .lp-cases__title {
    font-size: 2.4rem;
  }

  .lp-cases__genre__title {
    font-size: 1.8rem;
  }

  .lp-cases__genre__list li {
    font-size: 1.3rem;
  }

  .lp-flow__title {
    font-size: 2.4rem;
  }

  .lp-faq__title {
    font-size: 2.4rem;
  }

  .lp-message__title {
    font-size: 2.2rem;
  }

  .lp-message__text {
    font-size: 1.4rem;
  }

  .lp-company__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lp-company__item > dt {
    font-size: 1.3rem;
    color: #666;
  }

  .lp-company__item .item__history {
    -ms-grid-columns: 6em 1fr;
    grid-template-columns: 6em 1fr;
  }

  .p-lower__title {
    font-size: 2rem;
  }

  .p-lower_content {
    padding: 5%;
    border-radius: 10px;
  }

  .u-mt_0:not(:root) {
    margin-top: calc((0px * 10) * 0.4);
  }

  .u-mt_1:not(:root) {
    margin-top: calc((1px * 10) * 0.4);
  }

  .u-mt_2:not(:root) {
    margin-top: calc((2px * 10) * 0.4);
  }

  .u-mt_3:not(:root) {
    margin-top: calc((3px * 10) * 0.4);
  }

  .u-mt_4:not(:root) {
    margin-top: calc((4px * 10) * 0.4);
  }

  .u-mt_5:not(:root) {
    margin-top: calc((5px * 10) * 0.4);
  }

  .u-mt_6:not(:root) {
    margin-top: calc((6px * 10) * 0.4);
  }

  .u-mt_7:not(:root) {
    margin-top: calc((7px * 10) * 0.4);
  }

  .u-mt_8:not(:root) {
    margin-top: calc((8px * 10) * 0.4);
  }

  .u-mt_9:not(:root) {
    margin-top: calc((9px * 10) * 0.4);
  }

  .u-mt_10:not(:root) {
    margin-top: calc((10px * 10) * 0.4);
  }

  .u-mb_0:not(:root) {
    margin-bottom: calc((0px * 10) * 0.4);
  }

  .u-mb_1:not(:root) {
    margin-bottom: calc((1px * 10) * 0.4);
  }

  .u-mb_2:not(:root) {
    margin-bottom: calc((2px * 10) * 0.4);
  }

  .u-mb_3:not(:root) {
    margin-bottom: calc((3px * 10) * 0.4);
  }

  .u-mb_4:not(:root) {
    margin-bottom: calc((4px * 10) * 0.4);
  }

  .u-mb_5:not(:root) {
    margin-bottom: calc((5px * 10) * 0.4);
  }

  .u-mb_6:not(:root) {
    margin-bottom: calc((6px * 10) * 0.4);
  }

  .u-mb_7:not(:root) {
    margin-bottom: calc((7px * 10) * 0.4);
  }

  .u-mb_8:not(:root) {
    margin-bottom: calc((8px * 10) * 0.4);
  }

  .u-mb_9:not(:root) {
    margin-bottom: calc((9px * 10) * 0.4);
  }

  .u-mb_10:not(:root) {
    margin-bottom: calc((10px * 10) * 0.4);
  }

  .u-mr_0:not(:root) {
    margin-right: calc((0px * 10) * 0.4);
  }

  .u-mr_1:not(:root) {
    margin-right: calc((1px * 10) * 0.4);
  }

  .u-mr_2:not(:root) {
    margin-right: calc((2px * 10) * 0.4);
  }

  .u-mr_3:not(:root) {
    margin-right: calc((3px * 10) * 0.4);
  }

  .u-mr_4:not(:root) {
    margin-right: calc((4px * 10) * 0.4);
  }

  .u-mr_5:not(:root) {
    margin-right: calc((5px * 10) * 0.4);
  }

  .u-mr_6:not(:root) {
    margin-right: calc((6px * 10) * 0.4);
  }

  .u-mr_7:not(:root) {
    margin-right: calc((7px * 10) * 0.4);
  }

  .u-mr_8:not(:root) {
    margin-right: calc((8px * 10) * 0.4);
  }

  .u-mr_9:not(:root) {
    margin-right: calc((9px * 10) * 0.4);
  }

  .u-mr_10:not(:root) {
    margin-right: calc((10px * 10) * 0.4);
  }

  .u-ml_0:not(:root) {
    margin-left: calc((0px * 10) * 0.4);
  }

  .u-ml_1:not(:root) {
    margin-left: calc((1px * 10) * 0.4);
  }

  .u-ml_2:not(:root) {
    margin-left: calc((2px * 10) * 0.4);
  }

  .u-ml_3:not(:root) {
    margin-left: calc((3px * 10) * 0.4);
  }

  .u-ml_4:not(:root) {
    margin-left: calc((4px * 10) * 0.4);
  }

  .u-ml_5:not(:root) {
    margin-left: calc((5px * 10) * 0.4);
  }

  .u-ml_6:not(:root) {
    margin-left: calc((6px * 10) * 0.4);
  }

  .u-ml_7:not(:root) {
    margin-left: calc((7px * 10) * 0.4);
  }

  .u-ml_8:not(:root) {
    margin-left: calc((8px * 10) * 0.4);
  }

  .u-ml_9:not(:root) {
    margin-left: calc((9px * 10) * 0.4);
  }

  .u-ml_10:not(:root) {
    margin-left: calc((10px * 10) * 0.4);
  }

  .u-my_0:not(:root) {
    margin-block: calc((0px * 10) * 0.4);
  }

  .u-my_1:not(:root) {
    margin-block: calc((1px * 10) * 0.4);
  }

  .u-my_2:not(:root) {
    margin-block: calc((2px * 10) * 0.4);
  }

  .u-my_3:not(:root) {
    margin-block: calc((3px * 10) * 0.4);
  }

  .u-my_4:not(:root) {
    margin-block: calc((4px * 10) * 0.4);
  }

  .u-my_5:not(:root) {
    margin-block: calc((5px * 10) * 0.4);
  }

  .u-my_6:not(:root) {
    margin-block: calc((6px * 10) * 0.4);
  }

  .u-my_7:not(:root) {
    margin-block: calc((7px * 10) * 0.4);
  }

  .u-my_8:not(:root) {
    margin-block: calc((8px * 10) * 0.4);
  }

  .u-my_9:not(:root) {
    margin-block: calc((9px * 10) * 0.4);
  }

  .u-my_10:not(:root) {
    margin-block: calc((10px * 10) * 0.4);
  }

  .u-mx_0:not(:root) {
    margin-inline: calc((0px * 10) * 0.4);
  }

  .u-mx_1:not(:root) {
    margin-inline: calc((1px * 10) * 0.4);
  }

  .u-mx_2:not(:root) {
    margin-inline: calc((2px * 10) * 0.4);
  }

  .u-mx_3:not(:root) {
    margin-inline: calc((3px * 10) * 0.4);
  }

  .u-mx_4:not(:root) {
    margin-inline: calc((4px * 10) * 0.4);
  }

  .u-mx_5:not(:root) {
    margin-inline: calc((5px * 10) * 0.4);
  }

  .u-mx_6:not(:root) {
    margin-inline: calc((6px * 10) * 0.4);
  }

  .u-mx_7:not(:root) {
    margin-inline: calc((7px * 10) * 0.4);
  }

  .u-mx_8:not(:root) {
    margin-inline: calc((8px * 10) * 0.4);
  }

  .u-mx_9:not(:root) {
    margin-inline: calc((9px * 10) * 0.4);
  }

  .u-mx_10:not(:root) {
    margin-inline: calc((10px * 10) * 0.4);
  }

  .u-pt_1:not(:root) {
    padding-top: calc((1px * 10) * 0.4);
  }

  .u-pt_2:not(:root) {
    padding-top: calc((2px * 10) * 0.4);
  }

  .u-pt_3:not(:root) {
    padding-top: calc((3px * 10) * 0.4);
  }

  .u-pt_4:not(:root) {
    padding-top: calc((4px * 10) * 0.4);
  }

  .u-pt_5:not(:root) {
    padding-top: calc((5px * 10) * 0.4);
  }

  .u-pt_6:not(:root) {
    padding-top: calc((6px * 10) * 0.4);
  }

  .u-pt_7:not(:root) {
    padding-top: calc((7px * 10) * 0.4);
  }

  .u-pt_8:not(:root) {
    padding-top: calc((8px * 10) * 0.4);
  }

  .u-pt_9:not(:root) {
    padding-top: calc((9px * 10) * 0.4);
  }

  .u-pt_10:not(:root) {
    padding-top: calc((10px * 10) * 0.4);
  }

  .u-sp_only {
    display: block !important;
  }

  .u-tb_only {
    display: none;
  }

  .u-pc_only {
    display: none;
  }
}

@media screen and (min-width: 961px) and (max-width: 1439px) {
  html {
    font-size: 0.625vw;
  }
}

@media screen and (max-width: 960px) and (min-width: 521px) {
  .u-sp_only {
    display: none;
  }

  .u-tb_only {
    display: block !important;
  }

  .u-pc_only {
    display: none;
  }
}

/*----------------------------------------
	2024/1/18追加
----------------------------------------*/
.zius_seo_area {
    display: flex;
    width: 90% !important;
    margin: 0 auto;
    flex-wrap: wrap;
}

.zius_seo_area img {
    width: 19% !important;
    margin: 0px auto;
}

.u-fz_xsm {
    font-size: 1.2rem;
    text-align: center;
}

.u-col_gray {
    color: #666666;
}

.item__sample {
    text-align: center;
    margin-bottom: 1.7rem;
}


.item__sample a {
    font-size: 14px;
    color: #006cd1;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.item__sample a._icon-blank::after {
  content: url(../images/icon_newwindow.svg);
}

#hikaku {
    margin-inline: auto;
    background-color: #fff !important;
    padding-block: 0rem 8rem !important;
}

.hikaku-grid-title2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    background-color: #006cd1 !important;
    height: 100%;
    color: #fff;
    text-align: center;
}

.lp-voice {
  padding-block: 6rem 8rem;
}

.lp-voice__title {
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.3rem;
}

.voice_box{
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.inner1{
  width: 40%;
  padding: 1%;
}

.inner2{
  width: 60%;
  padding: 1%;
}

.item__comment{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}

.item a .item__title_voice {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.item__title_plan_voice {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  line-height: initial;
}

.about_c{
  display: inline-block;
  color: #0067C7;
  font-size: 1.2rem;
  background-color: #DFECFA;
  padding: 0.3em 1.5em;
  border-radius: 100px;
  margin-top: 1em;
}

.lp-voice__list {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.lp-voice__item_top dt {
  background-color: #f2f2f2;
  border: 4px solid #f2f2f2;
  padding: 1.5rem 4rem 1.5rem 3em;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.lp-voice__item_top dt:hover {
  background-color: #DFECFA;
  border-color: #DFECFA;
}

.lp-voice__item_top {
  border-radius: 0rem;
  overflow: hidden;
}

.lp-voice__item_top dt::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 0.8rem;
  background: url(../images/faq-icon-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 3.2rem;
  right: 2rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lp-voice__item_top dd {
  display: none;
}

.voice_table{
  width: 95%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.voice_evaluation{
  border-bottom: 3px solid #333;
}

.voice_table th{
  border: 1px solid #dcdcdc;
  padding: 1em 1.5em;
}

.evaluation{
  font-size: 1.25em;
}

.voice_table tr td{
  border: 1px solid #dcdcdc;
  padding: 1em 1.5em;
}

.star{
  color: #fac224;
}

.lp-voice__item{
  margin-top: 2em;
}

.lp-voice__item .faq_q{
  background-color: #f7f7f7;
  font-weight: bold;
  padding: 1.25em 1em 1.25em 4em;
  position: relative;
}

.lp-voice__item .faq_q::before{
  bottom: unset;
  content: "Q";
  display: block;
  font-family: Arial,sans-serif;
  font-weight: 400;
  left: 0;
  position: absolute;
  text-align: center;
  width: 2em;
  left: 2%;
}

.lp-voice__item .faq_q::before{
  color: #fff;
  background-color: #d55655;
}

.lp-voice__item .faq_a{
  padding: 1.25em 1em 1.25em 4em;
  position: relative;
}

.lp-voice__item .faq_a::before{
  bottom: unset;
  content: "A";
  display: block;
  font-family: Arial,sans-serif;
  font-weight: 400;
  left: 0;
  position: absolute;
  text-align: center;
  width: 2em;
  left: 2%;
}

.lp-voice__item .faq_a::before{
  color: #fff;
  background-color: #006cd1;
}

@media screen and (max-width:800px){

  .voice_box{
    display: block;
  }

  .inner1{
    width: 95%;
    padding: 1%;
    margin: 0 auto 1em;
  }

  .inner2{
    width: 95%;
    padding: 1%;
    margin: 0 auto;
  }

}

/*----------------------------------------
	2024/2/22追加
----------------------------------------*/

.lp-mv__title strong {
    color: #FFF411;
}

.lp-mv__title_hp {
  color: #4d9bc1;
  border: 2px solid #4d9bc1;
  margin: 0 0.03em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
}

.lp-plan__box02 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #DA2F35;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.lp-plan__text02 {
    text-align: center;
    font-size: 2rem;
    color: #DA2F35;
    font-weight: 700;
}

.lp-funtion__title {
    color: #212121 !important;
}

.lp-funtion__title ._main {
    color: #006cd1 !important;
    text-shadow: 1px 2px #c7edff, 2px 3px #9acee7, 3px 4px #6bbade;
}

.lp-funtion__title ._sub::after {
    content: url(../images/reason-title-line.svg) !important;
}

.lp-function__list {
    margin-top: 2rem !important;
}

.lp-cases {
    padding-block: 0rem 8rem !important;
}

.lp-cases__title {
    text-align: center;
    color: #212121;
}

.lp-cases__title ._sub {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
}

.lp-cases__title ._sub::after {
    content: url(../images/reason-title-line.svg);
    display: block;
}

.lp-cases__title ._main {
    color: #006cd1;
    display: block;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 0.4rem;
    text-shadow: 1px 2px #c7edff, 2px 3px #9acee7, 3px 4px #6bbade;
}

.lp-voice {
    padding-block: 0rem 8rem !important;
}

.lp-voice__list {
    margin-top: 0rem !important;
}

.lp-voice__title ._sub {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
}

.lp-voice__title ._sub::after {
    content: url(../images/reason-title-line.svg);
    display: block;
}

.lp-voice__title ._main {
    color: #006cd1;
    display: block;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 0.4rem;
    text-shadow: 1px 2px #c7edff, 2px 3px #9acee7, 3px 4px #6bbade;
}

.lp-voice__item_top dt {
    background-color: #DFECFA;
    border-color: #DFECFA;
}

.lp-voice__item_top dt:hover {
    background-color: #006cd1 !important;
    border-color: #006cd1 !important;
    color: #fff;
}

.lp-faq {
    padding-block: 3rem 8rem !important;
    background-color: #FFF6E9;
}

.lp-faq__title {
    color: #006cd1;
    text-shadow: 1px 2px #c7edff, 2px 3px #9acee7, 3px 4px #6bbade;
}

.lp-faq__item dt {
    background-color: #fff;
    border: 2px solid #006cd1 !important;
}

.lp-faq__item dt:hover {
    background-color: #DFECFA !important;
    border-color: #006cd1 !important;
}

.lp-faq__item dd {
    border: 4px solid #d7d7d7 !important;
    background-color: #fff;
}

.lp-flow {
    padding-block: 0rem 8rem !important;
    background-color: #FFF6E9 !important;
}

.lp-flow__title {
    color: #006cd1 !important;
    text-shadow: 1px 2px #c7edff, 2px 3px #9acee7, 3px 4px #6bbade;
}

.lp-flow__item .item__num img {
    background-color: #FFF6E9 !important;
}

.lp-flow__item .item__title {
    color: #006cd1 !important;
}

.lp-flow__item .item__text {
    background-color: #fff !important;
    border: 1px solid #006cd1;
}

.slick-slider {
    margin-top: 2rem;
}

.zius_option_text {
    text-align: center;
    margin: 3% 0 2%;
    font-size: 21px;
    color: #fff;
}

.lp-plan2__list {
    margin-top: 5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.lp-plan2__item {
    margin-top: 0em;
}

.lp-plan2__item_top {
    border-radius: 0rem;
    overflow: hidden;
}

.lp-plan2__option__title {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.3rem;
    color: #006cd1;
    transition: color 0.2s ease;
    line-height: 1;
    padding-top: 3%;
}

.lp-plan2__option__title .option_open{
  font-size: 0.5em;
}

.lp-plan2__option__cont {
    margin-top: 5rem;
    padding: 2rem;
    background-color: #fff;
    border-radius: 1rem;
    cursor: pointer;
}

.lp-plan2__option__cont .cont__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 3%;
}

.lp-plan2__option__cont .cont__item {
    background-color: #f2f2f2;
    border-radius: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lp-plan2__option__cont .cont__item .item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-weight: 700;
    width: 19.7rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.lp-plan2__option__cont .cont__item .item__text {
    font-size: 1.4rem;
}

.lp-plan2__option__cont .cont__item .item__price {
    margin-left: auto;
    font-weight: 700;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22rem;
    text-align: right;
}

.lp-plan2__option__cont .cont__item .item__price ._num {
    font-size: 2rem;
}

.lp-plan2__option__cont .cont__item .item__price ._text {
    font-size: 1.4rem;
}

.lp-problem__title {
    color: #212121 !important;
}

.lp-problem__title ._main {
    color: #006cd1 !important;
    text-shadow: 1px 2px #c7edff, 2px 3px #9acee7, 3px 4px #6bbade;
}

.lp-problem__title ._sub::after {
    content: url(../images/reason-title-line.svg) !important;
}

.lp-problem {
    background-image: linear-gradient(to bottom, #DFECFA, #B3D9FF) !important;
}

.lp-anchorlink {
    margin-right: auto;
    margin-left: auto;
    padding-block: 2rem;
}

.navScroll {
    margin-bottom: 40px;
    font-size: 1.6rem;
    /*background-image: url(https://zius-lp.ride-media.jp/lp-wp/wp-content/themes/zius_lp/assets/images/vline-repeat.svg);*/
    /*background-repeat: repeat-y;*/
    margin: 12px;
    font-size: 1.8rem;
    /*background: url(https://zius-lp.ride-media.jp/lp-wp/wp-content/themes/zius_lp/assets/images/vline.svg) 0 50% no-repeat;*/
    line-height: 1.3;
}

.navScroll .item {
    /*background-image: url(https://zius-lp.ride-media.jp/lp-wp/wp-content/themes/zius_lp/assets/images/vline.svg);*/
    /*background-repeat: repeat-y;*/
    width: 16%;
    padding: 0 10px;
    text-align: center;
    border-right: 3px dotted #4780bb;
    /*background: url(https://zius-lp.ride-media.jp/lp-wp/wp-content/themes/zius_lp/assets/images/vline.svg) 100% 50% no-repeat;*/
}

.navScroll .item:first-child {
  border-left: 3px dotted #4780bb;
}

.col {
    zoom: 1;
    display: ruby-text;
}

.col .box {
    /*float: left;*/
    display: inline-block;
}

.navScroll .item a {
    display: block;
    padding: 20px 10px;
    border-radius: 10px;
    transition: background 0.25s ease;
}

.navScroll .item a .label {
    margin-bottom: 5px;
    min-height: 3.2rem;
    display: block;
}

.navScroll .item a:hover {
    background-color: #e3f5ff;
    text-decoration: none !important;
}

.navScroll .item a .iconCircleArrowBBtm {
    background-image: url(https://zius-lp.ride-media.jp/lp-wp/wp-content/themes/zius_lp/assets/images/icon_circle_arrow_b.svg);
    width: 26px;
    height: 26px;
    transition: all 0.2s ease;
    /*transition: top 0.2s ease;
    top: 0;*/
}

.navScroll .item a:hover .iconCircleArrowBBtm {
  transform: translateY(5px);
}

.icon {
    position: relative;
    display: inline-block;
    background: 0 0 no-repeat;
    background-size: 100% auto;
    vertical-align: top;
    line-height: 1;
}

.hikaku-midashi {
    color: #006cd1 !important;
    text-shadow: 1px 2px #c7edff, 2px 3px #9acee7, 3px 4px #6bbade;
}

.lp-mv {
    padding-block: 13rem 4rem !important;
}

.lp-hikaku__title {
    font-size: 4rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.3rem;
}

.lp-hikaku__title ._sub {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
}

.lp-hikaku__title ._sub::after {
    content: url(../images/reason-title-line.svg);
    display: block;
}

.lp-hikaku__title ._main {
    color: #006cd1;
    display: block;
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 0.4rem;
    text-shadow: 1px 2px #c7edff, 2px 3px #9acee7, 3px 4px #6bbade;
}

.hikaku-haikei {
    background-color: #FFF6E9 !important;
}

.lp-mv_text-area {
    margin-top: 5% !important;
}

.lp-mv__title .title1 {
    display: block;
    font-size: 3.8rem;
}

.lp-mv__title .title2 {
    display: block;
}

.lp-mv__title .title2-1 {
  position: relative;
  color: #fff;
}

.lp-mv__title .title2-1::before {
  content: attr(data-text);
  position: absolute;
  color: #E42545;
  -webkit-text-stroke: 2px #fff;
}

.lp-mv__main.u-pc_only {
    margin-top: 8% !important;
}

.lp-mv__main {
    width: 65%;
}

.lp-inquiry {
    background-color: #f2f2f2 !important;
}

.lp-message__title strong {
    color: #FFF411;
}