@charset "UTF-8";

/* ============================
/* 幅に関する設定※案件ごとに変更
/* ========================= */

/* キャンパス設定 */

/* インナー幅設定 */

/* 左右の最低余白設定 */

/* ブレイクポイント設定 */

/* ==============================================
/* メディアクエリとブレークポイントの関数※変更不可
/* ============================================== */

/* ============================
/* カラー設定
/* ========================= */

/* 全体設定 */

/* 無彩色 */

/* メインカラー */

/* アクセントカラー */

/* ============================
/* フォント設定
/* ========================= */

/* フォントファミリー */

/* フォントウェイト */

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  background-color: #ffffff;
  color: #111111;
}

a {
  color: #111111;
}

/* PCでは電話番号のクリックを無効にする */

a[href^="tel:"] {
  pointer-events: none;
}

iframe {
  max-width: 100%;
}

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

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

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* form reset */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  vertical-align: middle;
}

input[type=checkbox]:focus-visible + span,
input[type=radio]:focus-visible + span {
  outline: -webkit-focus-ring-color auto 5px;
}

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

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

.l-footer {
  width: 100%;
  background-color: #F2EDE4;
  border-top: 0.1rem solid #C6C8CC;
}

.l-footer__inner {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.l-footer__logo {
  padding-bottom: 8rem;
}

.l-footer__logo-link {
  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;
  width: 14.5rem;
  margin-left: auto;
  margin-right: auto;
}

.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 0.1rem solid #C6C8CC;
  border-bottom: 0.1rem solid #C6C8CC;
}

.l-footer__list li {
  width: 20rem;
  text-align: center;
  margin-right: 8rem;
  position: relative;
}

.l-footer__list li:after {
  content: "";
  width: 0.1rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #C6C8CC;
  right: -4rem;
  top: 0;
  display: flex;
  position: absolute;
}

.l-footer__list li:last-child:after {
  content: none;
}

.l-footer__list li:last-child {
  margin-right: 0;
}

.l-footer__list li a {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}

.p-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 3rem;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  padding: 0;
  height: 10rem;
  background-color: transparent;
  z-index: 5;
}

.l-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9.3rem;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.l-header__nav {
  display: block;
}

.l-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__item {
  margin-right: 6rem;
}

.l-header__item:last-child {
  margin-right: 0;
}

.l-header__item a {
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #0B62A9;
}

.l-inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 850px;
}

.l-inner-top {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 900px;
}

.l-main {
  width: 100%;
}

.c-description {
  text-align: center;
}

.c-description__heading {
  font-size: 4.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #0B62A9;
  line-height: 1;
}

.c-description__heading h2 {
  text-decoration-color: #F5DB47;
  text-decoration-line: underline;
  text-decoration-thickness: 10px;
  text-underline-offset: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.c-description__texts {
  margin-top: 2.6rem;
}

.c-description__texts.c-description__texts--about {
  margin-top: 5rem;
}

.c-description__text {
  font-size: 28px;
  line-height: 1.5;
  color: #111111;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}

.c-description__detail {
  font-size: 16px;
  color: #111111;
  text-align: left;
  margin-top: 3rem;
  font-weight: 300;
}

.c-split {
  display: inline-block;
}

.c-split--block {
  display: block;
}

.p-about__top {
  margin-top: 8.5rem;
}

.p-about__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6.5rem;
}

.p-about__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 0 1.6rem 1.6rem;
  border: 1px solid #9FA0A0;
  border-bottom: 0;
  border-left: 0;
  width: 50%;
}

.p-about__feature:nth-child(odd) {
  border-left: 1px solid #9FA0A0;
}

.p-about__feature:nth-child(8) {
  border-bottom: 1px solid #9FA0A0;
}

.p-about__feature:nth-child(7) {
  border-bottom: 1px solid #9FA0A0;
}

.p-about__feature:last-child {
  border-bottom: 1px solid #9FA0A0;
}

.p-about__feature-left {
  width: 25.2082177%;
}

.p-about__feature-img {
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-right: 1.6rem;
  border-right: 1px solid #9FA0A0;
  aspect-ratio: 1/1;
}

.p-about__feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-about__label {
  font-size: 20px;
  color: #111111;
  padding-left: 2.75rem;
  font-weight: 700;
}

.p-advantages {
  background-color: #F1ECE3;
  padding: 10rem 0;
}

.p-advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.p-advantages__items::before {
  position: absolute;
  top: 15.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 66px;
  height: 66px;
  background: url(/assets/img/common/link-icon.webp) no-repeat;
  background-size: contain;
}

.p-advantages__item {
  background-color: #fff;
  padding: 3.4rem 4rem;
  position: relative;
  border-radius: 26px;
  margin-top: 9.2rem;
  max-width: 400px;
}

.p-advantages__number {
  top: -6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: inline-block;
  width: 12.6rem;
  height: 12.6rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 100px;
  font-size: 70px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0B62A9;
}

.p-advantages__label {
  color: #111111;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: block;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #111111;
}

.p-advantages__text {
  padding-top: 2.6rem;
  font-size: 16px;
  color: #111111;
  font-weight: 300;
}

.p-content {
  padding-top: 80px;
  padding-bottom: 106px;
}

.p-content--privacy {
  padding-bottom: 200px;
}

.p-content p,
.p-content ol {
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
}

.p-content__inner {
  max-width: 850px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

.p-content__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #004099;
  position: relative;
  line-height: 180%;
  font-weight: 500;
}

.p-content__link::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #004099;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.p-content__link:hover::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.p-content__list {
  margin-bottom: 32px;
}

.p-content__list-title {
  font-size: 2rem;
  margin-bottom: 10px;
}

.p-content__list--last {
  margin-bottom: 0;
}

.p-content__section {
  margin-bottom: 100px;
}

.p-content__section--last {
  margin-bottom: 0;
}

.p-content__section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 32px;
}

.p-content__section-list {
  padding-left: 18px;
}

.p-content__section-list > li {
  list-style: decimal;
}

.p-content__section-list .center {
  text-align: center;
}

.p-content__section-time {
  text-align: right;
}

.p-content__list-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-content__list-mail-adress {
  max-width: 186px;
  aspect-ratio: 186/29;
  margin-top: 2px;
  margin-left: 1px;
}

.p-content__list-mail-adress img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-feauture__top {
  margin-top: 10rem;
}

.p-feauture-img {
  margin-top: 5rem;
}

.p-feauture-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__content {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url(/assets/img/common/footer-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__logo {
  width: 37rem;
  aspect-ratio: 370/74;
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__information {
  margin-top: 4rem;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-footer__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 200%;
  letter-spacing: 0.05em;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6.4rem;
  margin-left: auto;
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__nav-sp-wrapper {
  display: contents;
}

.p-footer__nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.p-footer__nav-item > a::before {
  content: "";
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  background-image: url(/assets/img/common/arrow-nml-black.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-footer__nav-item:first-child > a {
  padding-top: 0;
}

.p-footer__nav-item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-footer__nav-item a:hover {
  opacity: 0.7;
}

.p-footer__nav-child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__nav-child-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.p-footer__nav-child-item > a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background-color: #111111;
}

.p-footer__copy {
  margin-top: 4rem;
}

.p-footer__copy-text {
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.p-footer__sp-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-hamburger-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  z-index: 300;
  display: none;
}

.p-hamburger-menu span {
  position: absolute;
  width: 1.6rem;
  height: 1px;
  right: 2.2rem;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 10px;
}

.p-hamburger-menu span:nth-child(1) {
  top: 2.4rem;
}

.p-hamburger-menu span:nth-child(2) {
  top: 2.75rem;
}

.p-hamburger-menu span:nth-child(3) {
  top: 3.2rem;
}

.open.p-hamburger-menu {
  background-color: #004099;
}

.open.p-hamburger-menu span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 2.8rem;
  background-color: #fff;
}

.open.p-hamburger-menu span:nth-child(2) {
  opacity: 0;
}

.open.p-hamburger-menu span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2.8rem;
  background-color: #fff;
}

.l-header__sp-nav {
  position: fixed;
  right: -100%;
  top: 6rem;
  width: 100%;
  height: auto;
  background-color: #004099;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  display: none;
}

.l-header__sp-nav.open {
  top: 6rem;
  right: 0;
}

.l-header__sp-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-left: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
  position: relative;
}

.l-header__sp-nav li a:after {
  content: "";
  width: 1.5rem;
  height: 0.8rem;
  background-size: 1.5rem 0.8rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjUyNyA4Ljk4Mjk4QzExLjM0NSA5LjA5MDMyIDExLjE4MTcgOS4wNzU2NSAxMS4wMzcgOC45Mzg5OEMxMC44OTIzIDguODAyMzIgMTAuODY3IDguNjM2NjUgMTAuOTYxIDguNDQxOTlMMTIuNTk4IDUuNDk5OEgxLjAwMDAxQzAuODU4MDA3IDUuNDk5OC0wLjA5MzQgNS40NTIzMiAwLjY0MzAwNyA1LjM1Njk5QzAuNTQ3MDA3IDUuMjYxNjUgMC40OTkzNCA1LjE0MjY1IDAuNTAwMDA3IDQuOTk5OEMwLjUwMDY3NCA0Ljg1NzMyIDAuNTQ4MzQgNC43MzgzMiAwLjY0MzAwNyA0LjY0Mjk4QzAuNzM3NjczIDQuNTQ3NjUgMC44NTY3NzQgNC40OTk4IDEuMDAwMDEgNC40OTk4SDEyLjU5OEwxMC45NjIgMS41NTc5OEMxMC44NjY3IDEuMzYyNjUgMTAuODkxNyAxLjE5Njk4IDExLjAzNyAxLjA2MDk4QzExLjE4MjMgMC45MjQ5ODUgMTEuMzQ1NyAwLjkxMDMxOCAxMS41MjcgMS4wMTY5OUwxNi43MTQgNC4zMjI5OEMxNi45NjYgNC40ODQ5OCAxNy4wOTIgNC43MTA2NSAxNy4wOTIgNC45OTk4QzE3LjA5MiA1LjI4OTMyIDE2Ljk2NiA1LjUxNDk4IDE2LjcxNCA1LjY3Njk4TDExLjUyNyA4Ljk4Mjk4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+");
  background-repeat: no-repeat;
  right: 1.7rem;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.l-header__sp-nav li {
  border-bottom: 0.1rem solid #fff;
}

.p-hamburger {
  position: fixed;
  top: 1.8rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  cursor: pointer;
}

.p-hamburger div {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-hamburger__icon {
  width: 2.4rem;
  aspect-ratio: 24/24;
}

.p-hamburger__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header {
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  background-color: #fff;
}

.p-header__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 30px;
  padding-left: 15px;
  position: relative;
}

.p-header__inner.p-header__inner--wide {
  max-width: 97.2222222222vw;
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo {
  width: 9.3rem;
  aspect-ratio: 93/64;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  margin-left: auto;
}

.p-heading {
  padding: 76px;
  background-color: #F2EDE4;
  text-align: center;
  border-top: 1px solid #C6C8CC;
  border-bottom: 1px solid #C6C8CC;
}

.p-heading__title {
  font-size: 3.2rem;
}

.p-mv {
  width: 100%;
  height: 100vh;
  background-image: url(/assets/img/common/fv-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-mv__inner {
  width: 100%;
  height: calc(100vh - 10rem);
  position: relative;
}

.p-mv__body {
  position: absolute;
  top: 21.25%;
  left: 13.5029283%;
  max-width: 62.663rem;
}

.p-mv__title {
  text-align: center;
  aspect-ratio: 626.63/332.15;
  width: 62.663rem;
}

.p-mv__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-section__top {
  margin-top: 10rem;
}

.p-use {
  background-color: #F1ECE3;
  padding: 10rem 0;
}

.p-use__items {
  margin-top: 5.4rem;
}

.p-use__title {
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  background-color: #0B62A9;
  padding: 11px 0;
  display: block;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  font-weight: 700;
  position: relative;
}

.p-use__title::before {
  position: absolute;
  bottom: 1.53rem;
  left: 1.8rem;
  content: "";
  display: inline-block;
  width: 94px;
  height: 94px;
  background: url(/assets/img/common/step-icon-1.webp) no-repeat;
  background-size: contain;
}

.p-use__title.p-use__title--2 {
  margin-top: 7.7rem;
}

.p-use__title.p-use__title--2::before {
  position: absolute;
  bottom: 1.53rem;
  left: 1.8rem;
  content: "";
  display: inline-block;
  width: 94px;
  height: 94px;
  background: url(/assets/img/common/step-icon-2.webp) no-repeat;
  background-size: contain;
}

.p-use__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

.p-step-img {
  text-align: center;
  aspect-ratio: 1/1;
  max-width: 21.5rem;
}

.p-step-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-step__right {
  margin-left: 5.4rem;
  display: block;
}

.p-step__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-step__qr {
  text-align: center;
  aspect-ratio: 1/1;
  width: 13.3rem;
  margin-right: 1.8rem;
}

.p-step__qr img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-step__brand {
  text-align: center;
  height: 4.5rem;
  margin-right: 3.5rem;
}

.p-step__brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-step__brand a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-step__brand a img:hover {
  opacity: 0.7;
}

.p-step__text {
  font-size: 14px;
  margin-top: 2.4rem;
}

.p-flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-flow__item {
  display: inline-block;
  max-width: 17rem;
  margin: 1rem 3rem;
  position: relative;
}

.p-flow__item--2::before {
  position: absolute;
  top: 0;
  left: -4rem;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 100%;
  background: url(/assets/img/common/arrow-right.webp) no-repeat;
  background-size: contain;
}

.p-flow__item--2::after {
  position: absolute;
  top: 0;
  right: -4rem;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 100%;
  background: url(/assets/img/common/arrow-right.webp) no-repeat;
  background-size: contain;
}

.p-flow__img {
  height: 7.5rem;
}

.p-flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-flow__item p {
  font-size: 2rem;
  font-weight: 700;
  color: #111111;
  text-align: center;
  margin-top: 0.8rem;
}

.p-content__list-titl--use {
  font-size: 16px;
  font-weight: bold;
}

.p-content__list--use {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 14px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.p-content.p-content__use p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.p-content.p-content__use {
  padding-top: 3.4rem;
  padding-bottom: 0;
}

.p-use__btn a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  padding: 2rem 4.5rem;
  background-color: #0B62A9;
  display: block;
  border: 3px solid #0B62A9;
  line-height: 1;
  display: inline-block;
}

.p-use__btn a:hover {
  background-color: #fff;
  border: 3px solid #0B62A9;
  color: #0B62A9;
  -webkit-transition: all 390ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 390ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-use__btn--top {
  margin-top: 3rem;
}

.p-use__wrap {
  background-color: #0B62A9;
  padding-bottom: 29px;
  padding-top: 38px;
}

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

.p-use__body {
  padding-left: 30px;
  padding-right: 30px;
}

.p-use__inner {
  background-color: #ffffff;
}

.p-use__flow-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-use__flow-item {
  min-width: auto;
  padding-left: 0;
  width: calc((100% - 5.2rem) / 3);
  margin-right: 5.2rem;
}

.p-use__flow-item:last-child {
  margin-right: 0;
}

.p-use__flow-item {
  width: 20rem;
}

.p-use__flow-title {
  border-radius: 42px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
  background-color: #0B62A9;
  color: #fff;
  margin-bottom: 1.5rem;
  margin-top: 4.6rem;
}

.p-use__flow-media {
  margin-bottom: 19px;
  position: relative;
}

.p-use__flow-media.arrow::after {
  background-image: url(/assets/img/common/arrow.png);
  background-size: contain;
  content: "";
  left: -48px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 35px;
}

.p-use__flow-caption {
  margin-top: 1.5rem;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

.p-use__flow-media {
  text-align: center;
  aspect-ratio: 183/378;
  max-width: 18.3rem;
}

.p-use__flow-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ============================
/* PC/SP 表示切替
/* ========================= */

/* 768px以上で表示 */

/* 768px以下で表示 */

.u-sp {
  display: none;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

.u-mbm {
  margin-bottom: 32px;
}

.u-whitespace-no-wrap {
  white-space: nowrap;
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media (max-width: 950px) {
  .p-advantages__items {
    display: grid;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-advantages__items::before {
    top: 52%;
    left: 44%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 44px;
    height: 44px;
  }

  .p-advantages__item {
    max-width: initial;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 7.4rem;
  }

  .p-advantages__item--last {
    margin-top: 11.5rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.5vw;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  .l-footer__inner {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .l-footer__logo {
    padding-bottom: 5rem;
  }

  .l-footer__logo-link {
    width: 14.5rem;
  }

  .l-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
  }

  .l-footer__list li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 3rem;
  }

  .l-footer__list li:after {
    content: none;
  }

  .l-footer__list li:last-child {
    padding-bottom: 0;
  }

  .p-copyright {
    padding-top: 2rem;
  }

  .l-header {
    height: 6rem;
    padding: 1.5rem;
  }

  .l-header.l-header--top {
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .l-header.l-header--top.scrolled {
    background-color: #fff;
  }

  .l-header__logo-link {
    width: 5rem;
  }

  .l-header__group {
    padding-left: 0;
    padding-right: 0;
  }

  .l-header__nav {
    display: none;
  }

  .l-inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .l-inner-top {
    padding-right: 30px;
    padding-left: 30px;
    max-width: inherit;
  }

  .c-description__heading {
    font-size: 2.2rem;
  }

  .c-description__heading h2 {
    text-decoration-thickness: 6px;
  }

  .c-description__texts {
    margin-top: 1.5rem;
  }

  .c-description__texts.c-description__texts--about {
    margin-top: 2rem;
  }

  .c-description__text {
    font-size: 18px;
  }

  .c-description__detail {
    margin-top: 2rem;
  }

  .p-about__top {
    margin-top: 3rem;
  }

  .p-about__features {
    display: block;
    margin-top: 3rem;
  }

  .p-about__feature {
    width: 100%;
    border: 1px solid #9FA0A0;
    border-bottom: 0;
    padding: 1.1rem 0 1.1rem 1.2rem;
  }

  .p-about__feature:nth-child(8) {
    border-bottom: 0;
  }

  .p-about__feature:nth-child(7) {
    border-bottom: 0;
  }

  .p-about__feature:last-child {
    border-bottom: 1px solid #9FA0A0;
  }

  .p-about__feature-img {
    padding-right: 1rem;
  }

  .p-about__label {
    padding-left: 2rem;
  }

  .p-advantages {
    padding: 4rem 0;
  }

  .p-advantages__number {
    font-size: 50px;
    width: 9rem;
    height: 9rem;
    line-height: 80px;
    top: -4.3rem;
  }

  .p-advantages__label {
    font-size: 1.8rem;
  }

  .p-content--privacy {
    padding-bottom: 60px;
  }

  .p-content {
    padding-top: 56px;
    padding-bottom: 60px;
  }

  .p-content__section-title {
    font-size: 2.4rem;
  }

  .p-feauture__top {
    margin-top: 5rem;
  }

  .p-feauture-img {
    margin-top: 3rem;
  }

  .p-feauture-img.p-feauture-sp {
    width: 21.5rem;
    margin: 0 auto;
    margin-top: 3rem;
  }

  .p-footer__content {
    padding-top: 6rem;
    padding-bottom: 12rem;
    background-image: url(/assets/img/common/footer-bg-sp.webp);
  }

  .p-footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-footer__logo {
    width: 22rem;
  }

  .p-footer__information {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-footer__text {
    font-weight: 500;
    line-height: 150%;
  }

  .p-footer__nav {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
    padding-right: 1rem;
    padding-left: 1rem;
    gap: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .p-footer__nav-sp-wrapper {
    display: block;
  }

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

  .p-hamburger-menu {
    display: block;
  }

  .l-header__sp-nav {
    display: block;
  }

  .p-header {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .p-header__inner {
    padding-right: 30px;
    padding-left: 15px;
  }

  .p-header__logo {
    width: 5rem;
  }

  .p-heading {
    padding: 40px 30px;
  }

  .p-heading__title {
    font-size: 2.8rem;
  }

  .p-mv {
    margin-top: -6rem;
    height: 100vh;
    background-image: url(/assets/img/common/fv-img-sp.webp);
  }

  .p-mv__inner {
    height: 100vh;
  }

  .p-mv__body {
    top: 12rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 25.578rem;
  }

  .p-mv__title {
    aspect-ratio: 255.78/321.92;
    width: 25.578rem;
  }

  .p-section__top {
    margin-top: 5rem;
  }

  .p-use {
    padding: 4rem 0;
  }

  .p-use.p-section__top {
    margin-top: 0;
  }

  .p-use__title {
    font-size: 18px;
    padding: 7px 0;
  }

  .p-use__title::before {
    width: 46px;
    height: 46px;
    left: 0;
  }

  .p-use__title.p-use__title--2 {
    margin-top: 3.5rem;
  }

  .p-use__title.p-use__title--2::before {
    width: 46px;
    height: 46px;
    left: 0;
  }

  .p-use__content {
    margin-top: 2.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .p-step-img {
    width: 13.7rem;
  }

  .p-step__right {
    margin-left: 2.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .p-step__brand {
    max-width: 12.3rem;
  }

  .p-step__brand--google {
    max-width: 15.1rem;
  }

  .p-step__imgs {
    display: inline-block;
    text-align: left;
  }

  .p-step__qr {
    margin-right: 0;
  }

  .p-step__brand {
    height: inherit;
    margin-right: 0;
  }

  .p-step__brand.p-step__brand--google {
    margin-top: 0.5rem;
  }

  .p-flow__items {
    display: block;
  }

  .p-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.15rem 0;
    margin-left: 3.5rem;
  }

  .p-flow__item--2::before {
    top: -2.15rem;
    width: 100%;
    height: 20px;
    left: 44%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(/assets/img/common/arrow-under.webp) no-repeat;
    background-size: contain;
  }

  .p-flow__item--2::after {
    content: inherit;
  }

  .p-flow__item--3::before {
    content: "";
    position: absolute;
    top: -2.15rem;
    width: 100%;
    height: 20px;
    left: 44%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(/assets/img/common/arrow-under.webp) no-repeat;
    background-size: contain;
  }

  .p-flow__img {
    width: 6.5rem;
  }

  .p-flow__item p {
    text-align: left;
    margin-top: 0;
    margin-left: 1.8rem;
  }

  .p-content.p-content__use {
    padding-top: 2.5rem;
  }

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

  .p-use__btn a {
    padding: 2rem 0;
    display: block;
  }

  .p-use__flow-scroll {
    margin-bottom: 2.6rem;
  }

  .scroll__inner {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }

  .scroll__inner::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }

  .simplebar-track {
    bottom: -2px;
  }

  .simplebar-scrollbar::before {
    background: #004099 !important;
    border-radius: 20px;
    height: 7px !important;
    margin-top: -2px;
    opacity: 1 !important;
    left: 0 !important;
    right: 0 !important;
  }

  .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }

  .simplebar-track {
    background: #D9D9D9;
    border-radius: 20px;
    height: 8px !important;
  }

  .p-use__flow-media.arrow::after {
    left: -44px;
  }

  .p-use__flow-media {
    width: 18.3rem;
  }
  

  .p-use__flow-media {
    width: 20rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 950px) {
  .l-inner-top {
    padding: 0 3rem;
  }
}
/*# sourceMappingURL=style.css.map */