@charset "UTF-8";

/* ----------------------------------------------------
	Reset
---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  min-height: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

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

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

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

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

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ----------------------------------------------------
	Base
---------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-kerning: none;
  height: 100%;
  color: #333;
  font-size: 2.666vw;
  font-kerning: none;
}

body {
  position: relative;
  background-color: #fff;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.025em;
}

/* ----------------------------------------------------
	Header
---------------------------------------------------- */
.l-header {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.l-header__inner {
  width: 100%;
  height: 100%;
  height: 6rem;
  padding: 1.8rem 2rem 1.4rem;
}

.l-header__logo img {
  width: 10rem;
  height: auto;
}

/* Header Navi */
.l-header__navi {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  text-align: center;
}

.l-header__naviItem a {
  display: block;
  font-size: 1.4rem;
}

.l-header__buttonList {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  gap: 0.8rem;
}

/* ----------------------------------------------------
	Footer
---------------------------------------------------- */
.l-footer {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.l-footer__logo {
  text-align: center;
}

.l-footer__logo img {
  width: 10rem;
  height: auto;
}

/* Footer Navi */
.l-footer__naviWrapper {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.l-footer__navi {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
}

.l-footer__naviItem a {
  display: block;
  padding: 2.5rem 0;
  border-top: 1px solid #ccc;
  font-size: 1.5rem;
  text-align: center;
}

.l-footer__subNavi {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.l-footer__subNaviItem a {
  display: block;
  color: #959595;
  font-size: 1.4rem;
  text-align: center;
}

.l-footer__copyright {
  margin-top: 3.2rem;
  text-align: center;
}

.l-footer__copyright small {
  font-size: 1rem;
}

/* ----------------------------------------------------
	Main
---------------------------------------------------- */
.l-rootContainer {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  overflow: hidden;
}

.l-main {
  flex: 1;
}

/* ----------------------------------------------------
	Link
---------------------------------------------------- */
.c-link {
  transition: opacity 0.3s linear;
}

/* ----------------------------------------------------
	Button
---------------------------------------------------- */
.c-button {
  display: block;
  width: 16rem;
  height: 4.8rem;
  padding-top: 1.7rem;
  padding-right: 0.8rem;
  border-radius: 2.4rem;
  background: url("../images/arrow-01.svg") no-repeat right 2rem center/0.6rem auto;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.c-button--large {
  width: 100%;
  height: 6.4rem;
  padding-top: 2.3rem;
  padding-right: 0.8rem;
  border-radius: 4rem;
  background-size: 0.8rem auto;
  box-shadow: 0 0.3rem 1.2rem 0 rgba(28, 46, 103, 0.15);
  font-weight: bold;
  font-size: 1.8rem;
}

.c-button--contact {
  background-color: #fbaa1e;
}

.c-button--download {
  background-color: #4283b4;
}

/* ----------------------------------------------------
	Component
---------------------------------------------------- */

/* コンテンツ枠 */
.c-contentBlock {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

/* 見出し */
.c-topHeading {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.c-topHeading--white {
  color: #fff;
}

/* ----------------------------------------------------
	Project
---------------------------------------------------- */

/* メインビジュアル */
.p-mainVisual {
  position: relative;
  height: 77.8rem;
  background: url("../images/sp/mv-03.png") no-repeat center/cover;
}

.p-mainVisual::before {
  position: absolute;
  bottom: -1rem;
  left: calc(50% - 24rem);
  width: 42.4rem;
  height: 34rem;
  background: url("../images/sp/mv-02.png") no-repeat center/cover;
  content: "";
  pointer-events: none;
}

.p-mainVisual__textWrapper {
  z-index: 1;
  position: relative;
  padding: 10.5rem 2rem 0;
}

.p-mainVisual__title {
  margin-bottom: 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  text-shadow: 0 0 1.8rem rgba(0, 0, 0, 0.14);
}

.p-mainVisual__title--large {
  font-size: 3.3rem;
}

.p-mainVisual__title--yellow {
  color: #ffef14;
}

.p-mainVisual__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
  gap: 0.8rem;
}

.p-mainVisual__listItem {
  width: 13.8rem;
  height: 3rem;
  padding-top: 0.9rem;
  border-radius: 2.5rem;
  background-color: #4283b4;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.p-mainVisual__listItem:nth-of-type(3) {
  margin-left: 5.1rem;
}

.p-mainVisual__text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}

.p-mainVisual__imageWrapper {
  position: absolute;
  right: 2.5rem;
  bottom: -0.5rem;
}

.p-mainVisual__image {
  width: 29.6rem;
  height: 38.6rem;
}

/* p-company */
.p-company {
  padding-top: 6.6rem;
  padding-bottom: 2rem;
}

.p-company__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 2rem;
  line-height: 1.4;
}

.p-company__heading::before {
  -webkit-transform: rotate(-25deg);
  position: absolute;
  top: 1.6rem;
  left: -2.3rem;
  width: 1px;
  height: 4rem;
  transform: rotate(-25deg);
  background-color: #333;
  content: "";
}

.p-company__heading::after {
  -webkit-transform: rotate(25deg);
  position: absolute;
  top: 1.6rem;
  right: -1.9rem;
  width: 1px;
  height: 4rem;
  transform: rotate(25deg);
  background-color: #333;
  content: "";
}

.p-company__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2.6rem;
  gap: 0.7rem;
}

.p-company__listItem img {
  width: 10.6rem;
  height: auto;
}

/* p-about */
.p-about {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
}

.p-about__heading {
  position: relative;
  font-size: 2.8rem;
  text-align: left;
}

.p-about__heading::before {
  z-index: -1;
  position: absolute;
  top: -5rem;
  left: -6rem;
  width: 35.3rem;
  height: 31.5rem;
  background: url("../images/about-01.png") no-repeat center/cover;
  content: "";
}

.p-about__image {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  margin-left: 0.5rem;
}

.p-about__title {
  position: relative;
  margin-bottom: 3.5rem;
  padding: 4.5rem 4rem 4rem 4.5rem;
  font-weight: bold;
  line-height: 2;
}

.p-about__title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  background: url("../images/about-03.svg") no-repeat center/cover;
  content: "";
}

.p-about__title::after {
  -webkit-transform: scale(-1, -1);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 4rem;
  transform: scale(-1, -1);
  background: url("../images/about-03.svg") no-repeat center/cover;
  content: "";
}

.p-about__text {
  margin-top: 2.8rem;
  font-size: 1.4rem;
  line-height: 2.2;
}

.p-about__text:first-of-type {
  margin-top: 0;
}

.p-about__list {
  margin: 3.2rem 0;
}

.p-about__listItem {
  position: relative;
  padding-left: 2rem;
  color: #4283b4;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2;
}

.p-about__listItem:not(:first-of-type) {
  margin-top: 0.5rem;
}

.p-about__listItem::before {
  display: block;
  position: absolute;
  top: 0.9rem;
  left: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.4rem solid #4283b4;
  border-radius: 100%;
  content: "";
}

/* p-strength */
.p-strength {
  padding-top: 12.2rem;
  padding-bottom: 12rem;
  background-image: url("../images/sp/strength-06.png"), url("../images/sp/strength-07.png");
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-color: #5cb6f6;
}

.p-strength .c-contentBlock {
  z-index: 1;
  position: relative;
}

.p-strength__heading--bgWhite {
  margin-right: 0.3rem;
  padding: 0 0.3rem;
  background-color: #fff;
  color: #5cb6f6;
}

.p-strength__boxWrapper {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
}

.p-strength__box {
  position: relative;
}

.p-strength__box.--02 {
  margin-top: 9.2rem;
}

.p-strength__box.--03 {
  margin-top: 8rem;
}

.p-strength__image {
  text-align: center;
}

.p-strength__textWrapper {
  margin-top: 1.9rem;
  color: #fff;
}

.p-strength__title {
  position: absolute;
  font-weight: normal;
  font-size: 12rem;
  font-family: "Roboto", sans-serif;
  opacity: 0.4;
}

.p-strength__box.--01 .p-strength__title {
  top: -3.5rem;
  left: 1.8rem;
}

.p-strength__box.--02 .p-strength__title {
  top: -5rem;
  left: 0.5rem;
}

.p-strength__box.--03 .p-strength__title {
  top: -3.5rem;
  left: 0.5rem;
}

.p-strength__text {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.p-strength__text--marker {
  position: relative;
}

.p-strength__text--marker::before {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #ffef14;
  content: "";
}

/* p-service */
.p-service {
  padding-top: 6.4rem;
  padding-bottom: 7.2rem;
}

.p-service__boxWrapper {
  margin-top: 4.8rem;
  border: solid 1px #dbdbdb;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 0 1.6rem 0 rgba(100, 100, 100, 0.15);
}

.p-service__box {
  position: relative;
  padding: 6rem 3.2rem;
}

.p-service__title {
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
}

.p-service__list {
  margin-top: 3.6rem;
}

.p-service__listTitle {
  display: inline-block;
  margin-bottom: 0.3rem;
  background-color: rgba(92, 182, 246, 0.2);
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-service__listText {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  line-height: 2;
}

.p-service__listText:last-of-type {
  margin-bottom: 0;
}

.p-service__image {
  position: absolute;
}

.p-service__image.--bg {
  z-index: -1;
}

.p-service__image.--01 {
  top: -7rem;
  left: -3.5rem;
}

.p-service__image.--02 {
  top: -7rem;
  left: -15rem;
}

.p-service__image.--03 {
  top: -4.5rem;
  right: -3.6rem;
}

.p-service__image.--04 {
  top: -8rem;
  right: -10rem;
}

.p-service__image.--06 {
  top: -2.3rem;
  left: -1.5rem;
}

.p-service__image.--07 {
  bottom: -5.5rem;
  left: -6rem;
}

.p-service__image.--08 {
  bottom: -19rem;
  left: -16rem;
}

.p-service__image.--09 {
  top: -9rem;
  right: -3rem;
}

.p-service__image.--10 {
  right: -3.7rem;
  bottom: -3rem;
}

.p-service__image.--11 {
  right: -11rem;
  bottom: -5rem;
}

.p-service__more {
  margin-top: 4rem;
  text-align: center;
}

.p-service__moreTitle {
  margin-right: -2rem;
  margin-left: -2rem;
  color: #4283b4;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
}

.p-service__moreTitle--large {
  font-size: 2.4rem;
}

.p-service__moreText {
  margin-top: 1.6rem;
  line-height: 2;
}

/* p-price */
.p-price {
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-image: url("../images/sp/price-01.png"), url("../images/sp/price-02.png");
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-color: #eee;
}

.p-price__boxWrapper {
  margin-top: 4.8rem;
  border: solid 1px #dbdbdb;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 0 1.6rem 0 rgba(100, 100, 100, 0.15);
}

.p-price__box {
  padding: 4.8rem 2rem 2.8rem;
  border-bottom: solid 1px #bebebe;
  text-align: center;
}

.p-price__box:last-of-type {
  border-right: none;
  border-bottom: none;
}

.p-price__title {
  margin-bottom: 3.2rem;
  font-size: 2rem;
}

.p-price__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.p-price__text.--01 {
  color: #4283b4;
  line-height: 1.7;
}

.p-price__text.--02 {
  width: 11.6rem;
  height: 11.6rem;
  padding-top: 2.4rem;
  border: solid 2px #4283b4;
  border-radius: 100%;
  color: #4283b4;
}

.p-price__text__large {
  display: block;
  font-weight: bold;
  font-size: 5.6rem;
  font-family: "Roboto", sans-serif;
}

.p-price__table {
  width: 100%;
  margin-top: 2.4rem;
}

.p-price__th {
  width: 50%;
  padding: 1.5rem 0;
  border-right: solid 1px #fff;
  background-color: #4283b4;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.p-price__th:last-of-type {
  border-right: none;
}

.p-price__td {
  padding: 2rem 0;
}

.p-price__td--number {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
}

.p-price__tr {
  border-bottom: solid 1px #c9c9c9;
}

.p-price__tr:first-of-type {
  border-bottom: none;
}

.p-price__tr:last-of-type {
  border-bottom: none;
}

.p-price__custom {
  margin-top: 4.8rem;
  padding-bottom: 2rem;
}

.p-price__customText {
  line-height: 2;
}

.p-price__custombutton {
  width: 18rem;
  margin-top: 2.4rem;
  margin-right: auto;
  margin-left: auto;
}

.p-price__caption {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  text-align: center;
}

/* .p-flow */
.p-flow {
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.p-flow__boxWrapper {
  display: flex;
  flex-direction: column;
  margin-top: 5.6rem;
  gap: 5rem;
}

.p-flow__box {
  position: relative;
  text-align: center;
}

.p-flow__box::after {
  -webkit-transform: rotate(90deg);
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  left: 0;
  width: 1.6rem;
  height: 3rem;
  margin: auto;
  transform: rotate(90deg);
  background: url("../images/arrow-02.svg") no-repeat center/cover;
  content: "";
}

.p-flow__box:last-of-type::after {
  display: none;
}

.p-flow__image {
  margin-bottom: 1.2rem;
}

.p-flow__text {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.5;
}

.p-flow__more {
  margin-top: 4rem;
  color: #fbaa1e;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

.p-flow__more--large {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0.6rem 0.1rem 0.8rem;
  border: 2px solid #fbaa1e;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

/* p-cta */
.p-cta {
  padding-top: 10rem;
  padding-bottom: 7.2rem;
  background: #5cb6f6 url("../images/sp/cta-01.png") no-repeat center top/100% auto;
}

.p-cta__heading {
  margin-bottom: 4rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.9;
  text-align: center;
}

.p-cta__buttonList {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

/* p-lowerContents */
.p-lowerContents {
  padding-right: 2rem;
  padding-bottom: 6.4rem;
  padding-left: 2rem;
  background-color: #eee;
}

.p-lower__headingWrapper {
  position: relative;
  min-height: 24rem;
  margin-right: -2rem;
  margin-bottom: 6.4rem;
  margin-left: -2rem;
  background: #5cb6f6 url("../images/sp/mv-lower.png") no-repeat center top/100% 8.6rem;
}

.p-lower__headingInner {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: calc(100% - 8.8rem);
  margin-top: 6.4rem;
  padding: 2.4rem 2rem;
  transform: translate(-50%, -50%);
}

.p-lower__heading {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.p-lower__article {
  padding-top: 4rem;
  padding-bottom: 0.8rem;
  border: solid 1px #dbdbdb;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 0 1.6rem 0 rgba(100, 100, 100, 0.15);
}

.p-lower__article h2 {
  margin-bottom: 2.4rem;
  color: #4283b4;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}

.p-lower__article h3 {
  margin-bottom: 2.4rem;
  padding-left: 1.6rem;
  border-left: #4283b4 6px solid;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-lower__article h4 {
  margin-bottom: 1.6rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-lower__article p {
  margin-bottom: 3.2rem;
  font-size: 1.4rem;
  line-height: 2;
}

.p-lower__article hr {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  border-color: #bebebe;
}

.p-lower__article ul {
  margin-bottom: 3.2rem;
}

.p-lower__article li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-lower__article li:not(:first-of-type) {
  margin-top: 1.5rem;
}

.p-lower__article li::before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #4283b4;
  content: "";
}

.p-lower__article a {
  color: #4283b4;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  transition: opacity 0.3s linear;
}

.p-lower__article a:hover {
  opacity: 0.7;
}

.p-lower__article img {
  max-width: 100%;
}

.c-img--left {
  margin-bottom: 3.2rem;
  text-align: left;
}

.c-img--center {
  margin-bottom: 3.2rem;
  text-align: center;
}

.c-img--right {
  margin-bottom: 3.2rem;
  text-align: right;
}

.p-lower__article strong {
  font-weight: bold;
}

/* ----------------------------------------------------
	Utility
---------------------------------------------------- */

.u-objectFit {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-objectFit-bottom {
  -o-object-fit: cover;
  -o-object-position: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.u-objectFit-top {
  -o-object-fit: cover;
  -o-object-position: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* ----------------------------------------------------
	以下、PC用・スマホ用のメディアクエリ
---------------------------------------------------- */

@media screen and (min-width: 768px) and (hover: hover) {
  .c-link:hover {
    opacity: 0.7;
    transition: opacity 0.3s linear;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1160px;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    height: 9.3rem;
    padding: 2rem 4.8rem 0;
  }
  .l-header__logo img {
    width: 12.5rem;
  }
  /* ハンバーガーメニュー */
  .l-header__spMenu {
    display: none;
  }
  .l-header__naviWrapper {
    flex: 1;
  }
  .l-header__naviWrapperInner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .l-header__navi {
    flex-direction: row;
    margin-right: 4rem;
    gap: 3rem;
    text-align: left;
  }
  .l-header__buttonList {
    flex-direction: row;
    margin-top: 0;
  }
  .l-footer {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .l-footer__logo img {
    width: 12.5rem;
  }
  .l-footer__naviWrapper {
    margin-top: 4rem;
  }
  .l-footer__navi {
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    border-bottom: none;
  }
  .l-footer__naviItem a {
    padding: 0;
    border-top: none;
    font-size: 1.6rem;
    text-align: left;
  }
  .l-footer__subNavi {
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
  }
  .l-footer__subNaviItem a {
    text-align: left;
  }
  .l-footer__copyright {
    margin-top: 2.4rem;
  }
  .c-link:focus {
    opacity: 0.7;
    transition: opacity 0.3s linear;
  }
  .c-button--large {
    width: 40rem;
    height: 8rem;
    padding-top: 2.9rem;
    background-position: right 3.4rem center;
    font-size: 2rem;
  }
  .c-contentBlock {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .c-topHeading {
    font-size: 4rem;
  }
  .p-mainVisual {
    height: 80.8rem;
    background-image: url("../images/mv-03.png");
    background-size: auto;
  }

  .p-mainVisual::before {
    -webkit-transform: translate(-50%, -50%);
    top: 68%;
    bottom: auto;
    left: 42%;
    width: 149.8rem;
    height: 70.2rem;
    transform: translate(-50%, -50%);
    background-image: url("../images/mv-02.png");
  }
  .p-mainVisual__textWrapper {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 55%;
    left: calc((100% - 1080px) / 2);
    padding: 0;
    transform: translateY(-50%);
  }
  .p-mainVisual__title {
    margin-bottom: 3.8rem;
    font-size: 4.8rem;
  }
  .p-mainVisual__title--large {
    font-size: 5.4rem;
  }
  .p-mainVisual__list {
    width: 49.8rem;
    margin-bottom: 2.8rem;
    gap: 0.8rem 1.5rem;
  }
  .p-mainVisual__listItem {
    width: 19rem;
    height: 5rem;
    padding-top: 1.7rem;
    font-size: 1.6rem;
  }
  .p-mainVisual__listItem:nth-of-type(3) {
    margin-left: 10.3rem;
  }
  .p-mainVisual__text {
    font-size: 1.8rem;
  }
  .p-mainVisual__imageWrapper {
    top: 13rem;
    right: auto;
    bottom: auto;
    left: calc(50% + 5rem);
  }
  .p-mainVisual__image {
    width: 49.4rem;
    height: 64.3rem;
  }
  .p-company {
    padding-top: 5.6rem;
    padding-bottom: 8.3rem;
  }
  .p-company__heading {
    font-size: 2.4rem;
    line-height: 1;
  }

  .p-company__heading::before {
    top: -0.2rem;
    left: -2rem;
    height: 3rem;
  }

  .p-company__heading::after {
    top: -0.2rem;
    right: -1.6rem;
    height: 3rem;
  }
  .p-company__list {
    gap: 0.8rem;
  }
  .p-company__listItem img {
    width: 12.8rem;
  }
  .p-about {
    padding-top: 10.6rem;
    padding-bottom: 9.8rem;
  }
  .p-about__box {
    display: flex;
    gap: 7.5rem;
  }
  .p-about__heading {
    font-size: 4rem;
  }

  .p-about__heading::before {
    top: -8rem;
    left: -7rem;
    width: 51rem;
    height: 45.6rem;
  }
  .p-about__image {
    margin-top: 10rem;
    margin-bottom: 0;
    margin-left: -6rem;
  }
  .p-about__textWrapper {
    flex: 1;
    padding-top: 1rem;
  }
  .p-about__title {
    margin-bottom: 4.2rem;
    padding: 3.3rem 3.3rem 3.3rem 5.3rem;
    font-size: 1.8rem;
  }
  .p-about__text {
    margin-top: 3.2rem;
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-about__listItem {
    padding-left: 2.5rem;
    font-size: 1.6rem;
  }

  .p-about__listItem::before {
    top: 1.1rem;
    border: 0.3rem solid #4283b4;
  }

  .p-about__listItem:not(:first-of-type) {
    margin-top: 0;
  }
  .p-strength {
    position: relative;
    padding-top: 15.2rem;
    padding-bottom: 24.6rem;
    background-image: url("../images/strength-06.png"), url("../images/strength-07.png");
  }

  .p-strength::before {
    position: absolute;
    top: -2rem;
    left: -5rem;
    width: 100%;
    height: 100%;
    background: url("../images/strength-04.png") no-repeat left top;
    content: "";
  }

  .p-strength::after {
    position: absolute;
    right: 0;
    bottom: 5.5rem;
    width: 100%;
    height: 100%;
    background: url("../images/strength-05.png") no-repeat right bottom;
    content: "";
  }
  .p-strength__heading--bgWhite {
    margin-right: 0;
    padding: 0 0.5rem;
  }
  .p-strength__boxWrapper {
    flex-direction: row;
    justify-content: center;
    margin-top: 2.7rem;
    gap: 6.2rem;
  }
  .p-strength__box.--02 {
    margin-top: 0;
    padding-top: 5rem;
  }
  .p-strength__box.--03 {
    margin-top: 0;
  }
  .p-strength__image {
    text-align: left;
  }
  .p-strength__box.--01 .p-strength__title {
    left: 1rem;
  }
  .p-strength__box.--02 .p-strength__title {
    top: 0;
    left: -1.5rem;
  }
  .p-strength__box.--03 .p-strength__title {
    top: -5.5rem;
    left: -1rem;
  }
  .p-strength__text {
    font-size: 2.4rem;
    line-height: 1.7;
  }
  .p-strength__text--marker::before {
    bottom: -0.3rem;
    height: 0.6rem;
  }
  .p-service__boxWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 94rem;
    margin-top: 7.2rem;
    margin-right: auto;
    margin-left: auto;
  }
  .p-service__box {
    width: 50%;
    padding: 5.6rem 7.2rem;
  }
  .p-service__box:nth-of-type(1),
  .p-service__box:nth-of-type(3) {
    border-right: solid 1px #bebebe;
  }
  .p-service__box:nth-of-type(1),
  .p-service__box:nth-of-type(2) {
    border-bottom: solid 1px #bebebe;
  }
  .p-service__title {
    font-size: 2.4rem;
  }
  .p-service__list {
    margin-top: 4.8rem;
  }
  .p-service__listTitle {
    font-size: 1.8rem;
  }
  .p-service__listText {
    font-size: 1.6rem;
  }
  .p-service__image.--01 {
    top: -8rem;
    left: -8rem;
  }
  .p-service__image.--02 {
    top: -10rem;
    left: -16rem;
  }
  .p-service__image.--03 {
    top: -2rem;
    right: -6rem;
  }
  .p-service__image.--04 {
    top: 3rem;
    right: -16rem;
  }
  .p-service__image.--05 {
    right: -10rem;
    bottom: -3rem;
  }
  .p-service__image.--06 {
    top: -4.5rem;
    left: -6rem;
  }
  .p-service__image.--07 {
    bottom: -1.5rem;
    left: -10.5rem;
  }
  .p-service__image.--08 {
    bottom: -7rem;
    left: -16rem;
  }
  .p-service__image.--09 {
    top: 10rem;
    right: -7.5rem;
  }
  .p-service__image.--10 {
    right: -5rem;
    bottom: 6rem;
  }
  .p-service__image.--11 {
    -webkit-transform: scale(1, 1);
    right: -15rem;
    bottom: 1rem;
    transform: scale(1, 1);
  }
  .p-service__moreTitle {
    margin-right: 0;
    margin-left: 0;
    font-size: 2.4rem;
  }
  .p-service__moreTitle--large {
    font-size: 3rem;
  }
  .p-service__moreText {
    margin-top: 0;
    font-size: 1.8rem;
  }
  .p-price {
    padding-top: 16rem;
    padding-bottom: 23rem;
    background-image: url("../images/price-01.png"), url("../images/price-02.png");
  }
  .p-price__boxWrapper {
    display: flex;
    margin-top: 7.2rem;
  }
  .p-price__box {
    width: 33.3333333333%;
    padding: 5.6rem 3.2rem 3.6rem;
    border-right: solid 1px #bebebe;
    border-bottom: none;
  }
  .p-price__title {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
  .p-price__table {
    margin-top: 3.2rem;
  }
  .p-price__custom {
    margin-top: 12rem;
    padding-bottom: 0;
  }
  .p-price__caption {
    font-size: 2.4rem;
  }
  .p-flow {
    padding-top: 5rem;
    padding-bottom: 9.5rem;
  }
  .p-flow__boxWrapper {
    flex-direction: row;
    justify-content: center;
    margin-top: 7.2rem;
    gap: 6.7rem;
  }
  .p-flow__box::after {
    -webkit-transform: rotate(0deg);
    top: 10rem;
    right: auto;
    left: calc(100% + 2.7rem);
    margin: 0;
    transform: rotate(0deg);
  }
  .p-flow__image {
    margin-bottom: 0.6rem;
  }
  .p-flow__text {
    font-size: 2.4rem;
  }
  .p-flow__more {
    margin-top: 5rem;
    font-size: 2.8rem;
    line-height: 1;
  }
  .p-flow__more--large {
    padding: 0.6rem 0.5rem 0.8rem;
    font-size: 3.2rem;
  }
  .p-cta {
    padding-top: 12.5rem;
    padding-bottom: 8.8rem;
    background-image: url("../images/cta-01.png");
  }
  .p-cta__heading {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-cta__buttonList {
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
  }
  .p-lowerContents {
    padding-right: 0;
    padding-bottom: 10rem;
    padding-left: 0;
  }
  .p-lower__headingWrapper {
    min-height: 40rem;
    margin-right: 0;
    margin-bottom: 8rem;
    margin-left: 0;
    background-image: url("../images/mv-lower.png");
    background-size: 100% 19.2rem;
  }
  .p-lower__headingInner {
    height: auto;
    margin-top: 7.2rem;
    padding: 3.2rem 0;
  }
  .p-lower__heading {
    font-size: 3.4rem;
    line-height: 1.3;
  }
  .p-lower__article {
    padding-top: 8rem;
    padding-bottom: 3.2rem;
  }
  .p-lower__articleInner {
    margin-right: 6.4rem;
    margin-left: 6.4rem;
  }
  .p-lower__article h2 {
    margin-bottom: 3.2rem;
    font-size: 2.8rem;
  }
  .p-lower__article h3 {
    margin-bottom: 2.8rem;
    font-size: 2.2rem;
  }
  .p-lower__article h4 {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .p-lower__article p {
    margin-bottom: 4.8rem;
    font-size: 1.6rem;
  }
  .p-lower__article hr {
    margin-top: 4.8rem;
    margin-bottom: 4.8rem;
  }
  .p-lower__article ul {
    margin-bottom: 4.8rem;
  }
  .p-lower__article li {
    font-size: 1.6rem;
  }

  .p-lower__article li::before {
    top: 1.1rem;
  }
  .c-img--left {
    margin-bottom: 4.8rem;
  }
  .c-img--center {
    margin-bottom: 4.8rem;
  }
  .c-img--right {
    margin-bottom: 4.8rem;
  }
  /* スマホのみ表示 */
  .u-sp-only {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .l-header__spMenu {
    z-index: 9999;
    position: fixed;
    top: 1.1rem;
    right: 2rem;
  }

  .l-header__naviButton {
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: #fbaa1e;
    box-shadow: 0 0.3rem 0.8rem 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .l-hamburgerMenu__bar,
  .l-hamburgerMenu__bar::before,
  .l-hamburgerMenu__bar::after {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 2rem;
    height: 2px;
    margin: auto;
    background-color: #fff;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  .l-hamburgerMenu__bar::before {
    top: -0.7rem;
    content: "";
  }

  .l-hamburgerMenu__bar::after {
    top: 0.7rem;
    content: "";
  }

  .u-hamburgerMenu__animated .l-hamburgerMenu__bar {
    background-color: transparent;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::before {
    -webkit-transform: rotate(45deg);
    top: 0;
    transform: rotate(45deg);
    content: "";
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  .u-hamburgerMenu__animated .l-hamburgerMenu__bar::after {
    -webkit-transform: rotate(-45deg);
    top: 0;
    transform: rotate(-45deg);
    content: "";
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }

  /* スマホメニューオープン時の背景固定用 */
  .scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .l-header__naviWrapper {
    -webkit-transform: translate(100%);
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100vh;
    transform: translate(100%);
    background-color: #def0fd;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  .l-header__naviWrapper.is-show {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .l-header__naviWrapperInner {
    -webkit-overflow-scrolling: touch;
    display: flex;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }

  @supports (-webkit-touch-callout: none) {
    .l-header__naviWrapperInner {
      /* Safari用のハック */
      height: -webkit-fill-available;
    }
  }
  .overlay {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;

    /* スマホメニューオープン時のoverlay */
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.5s;
  }
  .overlay.is-show {
    width: 100%;
    height: 100vh;
    opacity: 1;
  }
  .p-about__image {
    width: 33.7rem;
    height: 35.8rem;
  }
  .p-strength__box.--01 .p-strength__image img {
    width: 32.2rem;
    height: auto;
  }
  .p-strength__box.--02 .p-strength__image img {
    width: 30.3rem;
    height: auto;
  }
  .p-strength__box.--03 .p-strength__image img {
    width: 30.6rem;
    height: auto;
  }
  .p-service__box {
    border-bottom: solid 1px #bebebe;
  }

  .p-service__box:last-of-type {
    border-bottom: none;
  }
  .p-service__image.--01 {
    width: 10.9rem;
    height: auto;
  }
  .p-service__image.--02 {
    width: 38rem;
    height: auto;
  }
  .p-service__image.--03 {
    width: 11.1rem;
    height: auto;
  }
  .p-service__image.--04 {
    width: 24.6rem;
    height: auto;
  }
  .p-service__image.--05 {
    display: none;
  }
  .p-service__image.--06 {
    width: 9.3rem;
    height: auto;
  }
  .p-service__image.--07 {
    width: 12.6rem;
    height: auto;
  }
  .p-service__image.--08 {
    width: 30.1rem;
    height: auto;
  }
  .p-service__image.--09 {
    width: 6.6rem;
    height: auto;
  }
  .p-service__image.--10 {
    width: 10.4rem;
    height: auto;
  }
  .p-service__image.--11 {
    width: 22rem;
    height: auto;
  }
  .p-flow__image {
    width: 22.1rem;
    height: auto;
  }
  /* PCのみ表示 */
  .u-pc-only {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .p-mainVisual {
    background-size: 100% 80.8rem;
  }
  .p-strength {
    background-size: 100% 20.9rem, 100% 14.6rem;
  }
  .p-price {
    background-size: 100% 19.2rem, 100% 10.8rem;
  }
  .p-cta {
    background-size: 100% 10.1rem;
  }
}

@media (hover: none) {
  .c-link:active {
    opacity: 0.7;
  }
}
