@charset "UTF-8";



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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
dl,
dt,
dd,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}


abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F8F8F8;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F8F8F8;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

body.fadeIn {
  opacity: 0;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: clip;
}


/************************************************************************
* base
************************************************************************/


table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: 1px solid;
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #000;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/
:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 60px;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

.p-check-card {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #25205C), color-stop(50%, #060237));
  background: linear-gradient(to bottom right, #25205C 50%, #060237 50%);
  padding: 12px 6px 15px;
  padding: .75rem .375rem .9375rem;
  width: 100%;
  max-width: 170px;
  max-width: 10.625rem;
  text-align: center;
}

.p-check-card__icon {
  margin-inline: auto;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.p-check-card__icon img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.p-check-card__text {
  margin-top: 12px;
  margin-top: .75rem;
  color: #fff;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 600;
  letter-spacing: .64px;
  line-height: 1.4;
}

.p-check-cards {
  gap: 16px;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 355px;
  max-width: 22.1875rem;
}

/************************************************************************
* p-check-list - チェックリストスタイル
************************************************************************/
.p-check-item {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #060237;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  width: 300px;
  width: 18.75rem;
  max-width: 100%;
}

.p-check-item__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  width: .875rem;
  height: 14px;
  height: .875rem;
}

.p-check-item__icon img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.p-check-item__text {
  color: #fff;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .32px;
  line-height: 1;
}

/************************************************************************
* p-check-lists - チェックリストスタイル
************************************************************************/
.p-check-lists {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
  margin-top: 2rem;
}

/************************************************************************
* p-circle-icon - 円形アイコン
************************************************************************/
.p-circle-icon {
  text-align: center;
}

.p-circle-icon__circle {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #25205C;
  width: 160px;
  width: 10rem;
  height: 160px;
  height: 10rem;
}

.p-circle-icon__icon img {
  display: block;
}

.p-circle-icon__title {
  color: #fff;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.4;
}

.p-circle-icon--03 {
  grid-column: 1/-1;
  justify-self: center;
}

.p-circle-icon--02 .p-circle-icon__circle {
  gap: 15px;
  gap: .9375rem;
}

.p-circle-icon--01 .p-circle-icon__icon {
  margin-top: 12px;
  margin-top: .75rem;
}

.p-circle-icon--01 .p-circle-icon__icon img {
  width: 52px;
  width: 3.25rem;
  height: 55px;
  height: 3.4375rem;
}

.p-circle-icon--02 .p-circle-icon__icon {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.p-circle-icon--02 .p-circle-icon__icon img {
  width: 52px;
  width: 3.25rem;
  height: 42px;
  height: 2.625rem;
}

.p-circle-icon--03 .p-circle-icon__icon {
  margin-top: 12px;
  margin-top: .75rem;
}

.p-circle-icon--03 .p-circle-icon__icon img {
  width: 52px;
  width: 3.25rem;
  height: 48px;
  height: 3rem;
}

/************************************************************************
* p-section - セクション共通スタイル
************************************************************************/
.p-circle-icons {
  gap: 0 24px;
  gap: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
  max-width: 25rem;
}

.p-diagonal-bg {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  z-index: -1;
  margin-top: -120px;
  margin-top: -7.5rem;
  background-color: #F5F5F5;
  width: 200vw;
  height: 80px;
  height: 5rem;
}

/************************************************************************
* p-feature-card - 特徴カードスタイル
************************************************************************/
.p-feature-card {
  gap: 5px;
  gap: .3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 350px;
  max-width: 21.875rem;
}

.p-feature-card--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-feature-card--seo {
  padding: 24px 20px 22px 20px;
  padding: 1.5rem 1.25rem 1.375rem 1.25rem;
}

.p-feature-card--ad {
  padding: 13px 12px 32px 10px;
  padding: .8125rem .75rem 2rem .625rem;
}

.p-feature-card--ad .p-feature-card__title {
  gap: 6px;
  gap: .375rem;
  margin-top: 6px;
  margin-top: .375rem;
}

.p-feature-card--expand {
  padding: 8px 10px 15px 12px;
  padding: .5rem .625rem .9375rem .75rem;
}

.p-feature-card--expand .p-feature-card__content {
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-right: -24px;
  margin-right: -1.5rem;
}

.p-feature-card--expand .p-feature-card__title {
  gap: 8px;
  gap: .5rem;
  margin-top: 8px;
  margin-top: .5rem;
}

.p-feature-card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-feature-card__num {
  color: #7f0022;
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: .04em;
}

.p-feature-card__title {
  gap: 2px;
  gap: .125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 3px;
  margin-top: .1875rem;
}

.p-feature-card__title span {
  display: block;
  border-bottom: 1px solid #7f0022;
  color: #060237;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.7;
  white-space: nowrap;
}

.p-feature-card__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-feature-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-feature-cards__card:nth-child(1) .p-feature-card__image {
  width: 155px;
  width: 9.6875rem;
  height: 122px;
  height: 7.625rem;
}

.p-feature-cards__card:nth-child(2) .p-feature-card__image {
  width: 170px;
  width: 10.625rem;
  height: 135px;
  height: 8.4375rem;
}

.p-feature-cards__card:nth-child(2) .p-feature-card__content {
  margin-top: 15px;
  margin-top: .9375rem;
  margin-left: -36px;
  margin-left: -2.25rem;
}

.p-feature-cards__card:nth-child(3) .p-feature-card__image {
  width: 110px;
  width: 6.875rem;
  height: 160px;
  height: 10rem;
}

/************************************************************************
* p-feature-card - 特徴カードスタイル
************************************************************************/
.p-feature-cards {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/************************************************************************
* p-fv - ファーストビュー
************************************************************************/
.p-fv {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 170px;
  padding-bottom: 10.625rem;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.p-fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.p-fv__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/fv/bg-fv.png') center/cover no-repeat;
  width: 100%;
  height: 100%;
  content: '';
}

.p-fv__bg::after {
  position: absolute;
  bottom: -120px;
  bottom: -7.5rem;
  left: 0;
  background: url('../img/section/wave-white.svg') bottom center/100% auto no-repeat;
  width: 100%;
  height: 240px;
  height: 15rem;
  content: '';
}

.p-fv__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-fv__title {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
}

.p-fv__title--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-fv__title-catch {
  position: relative;
  padding-right: 6px;
  padding-right: .375rem;
  letter-spacing: 3.5px;
}

.p-fv__title-catch::after {
  position: absolute;
  top: -10px;
  top: -.625rem;
  right: -3px;
  right: -.1875rem;
  background: url('../img/fv/highlight.svg') center/contain no-repeat;
  width: 17px;
  width: 1.0625rem;
  height: 20px;
  height: 1.25rem;
  content: '';
}

.p-fv__title-highlight {
  display: inline-block;
  position: relative;
  margin-left: 2px;
  margin-left: .125rem;
  border: 2px solid #fff;
  border: .125rem solid #fff;
  padding: 2px 8px;
  padding: .125rem .5rem;
}

.p-fv__title-highlight::after {
  position: absolute;
  bottom: -50px;
  bottom: -3.125rem;
  left: -150px;
  left: -9.375rem;
  background: url('../img/fv/fv-arrow.png') center/contain no-repeat;
  width: 200px;
  width: 12.5rem;
  height: 50px;
  height: 3.125rem;
  content: '';
}

.p-fv__title-ga {
  margin-right: -20px;
  margin-right: -1.25rem;
  margin-left: 2px;
  margin-left: .125rem;
  letter-spacing: -2.6px;
}

.p-fv__title--row-catch {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-fv__text {
  margin-top: 15px;
  margin-top: .9375rem;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.6;
}

.p-fv__text p + p {
  margin-top: 12px;
  margin-top: .75rem;
}

.p-fv__illust {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  width: 180px;
  width: 11.25rem;
  max-width: 100%;
}

.p-fv__illust img {
  width: 100%;
  height: auto;
}

.p-highlight-box {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-highlight-box__text {
  display: inline-block;
  background-color: #7f0022;
  padding: 5px 16px 4px;
  padding: .3125rem 1rem .25rem;
  color: #fff;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .36px;
  line-height: 1;
}

.p-recommend-card {
  position: relative;
  border: 1px solid #060237;
  background-color: #fff;
  background-color: #fff;
  padding: 15px 15px 11px 15px;
  padding: .9375rem .9375rem .6875rem .9375rem;
  text-align: center;
}

.p-recommend-card__check {
  position: absolute;
  top: -11px;
  top: -.6875rem;
  left: -11px;
  left: -.6875rem;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
}

.p-recommend-card__check img {
  width: 100%;
  height: auto;
}

.p-recommend-card__text {
  color: #060237;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.4;
}

.p-recommend-cards {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
  margin: 0 auto;
  max-width: 450px;
  max-width: 28.125rem;
}

.p-recommend-cards .p-recommend-card {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.p-recommend-section {
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 40px 12px;
  padding: 2.5rem .75rem;
  overflow: hidden;
}

.p-recommend-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.p-recommend-section__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

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

.p-recommend-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .4;
  z-index: 1;
  background-color: #060237;
  width: 100%;
  height: 100%;
}

.p-recommend-section__notch {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-60deg);
  transform: skewX(-60deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: 2;
  background-color: #fff;
  width: 120px;
  width: 7.5rem;
  height: 200px;
  height: 12.5rem;
}

.p-section-01 {
  margin-top: -16px;
  margin-top: -1rem;
  overflow: hidden;
}

.p-section-01__highlight-box {
  position: relative;
  margin-top: 105px;
  margin-top: 6.5625rem;
}

.p-section-01__highlight-box::before {
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/icon/arrow01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  width: 1.25rem;
  height: 40px;
  height: 2.5rem;
  content: '';
}

.p-section-02 {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-section-02__header {
  position: relative;
}

.p-section-02__header::before {
  position: absolute;
  top: -75px;
  top: -4.6875rem;
  right: calc(50% + 5.625rem);
  background-image: url(../img/section/illust-section02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 86px;
  width: 5.375rem;
  height: 109px;
  height: 6.8125rem;
  content: '';
}

.p-section-02__point {
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.p-section-02__point-text {
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #060237;
  padding-bottom: 4px;
  padding-bottom: .25rem;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  color: #fff;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.p-section-02__point-text::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/icon/arrow02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  height: 40px;
  height: 2.5rem;
  content: '';
}

.p-section-02__feature-cards {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-section-02__highlight-box {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-section-02__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .28px;
  line-height: 1.6;
  text-align: center;
}

.p-section-03 {
  position: relative;
  margin-top: 60px;
  margin-top: 3.75rem;
  background-color: #25205C;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  overflow: hidden;
}

.p-section-03::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-60deg);
  transform: skewX(-60deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-color: #fff;
  width: 200px;
  width: 12.5rem;
  height: 300px;
  height: 18.75rem;
  content: '';
}

.p-section-03__highlight-box {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-section-04 {
  background-color: #060237;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-section-04__highlight-box {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-section-concept {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.p-section-concept__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.p-section-concept__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

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

.p-section-concept__inner {
  position: relative;
  z-index: 1;
  padding: 60px 20px 80px;
  padding: 3.75rem 1.25rem 5rem;
}

.p-concept__content {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #fff;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .28px;
  line-height: 1.6;
  text-align: center;
}

.p-concept__content p + p {
  margin-top: 16px;
  margin-top: 1rem;
}

/************************************************************************
* p-section-header - セクションヘッダー
************************************************************************/
.p-section-header {
  text-align: center;
}

.p-section-header--white .p-section-header__label {
  color: #fff;
}

.p-section-header--white .p-section-header__title {
  color: #fff;
}

.p-section-header--white .p-section-header__text {
  color: #fff;
}

.p-section-header__label {
  color: #7f0022;
  font-family: 'Times New Roman', serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 100%;
}

.p-section--navy .p-section-header__label {
  color: #7f0022;
}

.p-section-header__title {
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #060237;
  font-family: 'Inter', sans-serif;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.4;
}

.p-section--navy .p-section-header__title {
  color: #fff;
}

.p-section-header__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: 'Yu Mincho', '游明朝', serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .28px;
  line-height: 1.6;
}

.p-section-header__text p + p {
  margin-top: 14px;
  margin-top: .875rem;
}

.p-section--navy .p-section-header__text {
  color: #fff;
}

.p-section-header__text--sub {
  color: #fff;
  text-align: center;
}

.p-section-header__text.p-section-header__text--sub {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-section-recommend {
  margin-top: 60px;
  margin-top: 3.75rem;
}

/************************************************************************
* p-section - セクション共通スタイル
************************************************************************/
.u-hidden {
  display: none !important;
}
@media screen and (min-width: 768px) {

  html {
    font-size: 1.4545454545vw;
  }

  :root {
    --header-height: 80px;
  }

  .l-container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1160px;
  }

  .l-container.l-container--narrow {
    max-width: 940px;
  }

  .l-container.l-container--wide {
    max-width: 1380px;
  }

  .p-check-card {
    padding: 24px 10px;
    padding: 1.5rem .625rem;
    max-width: 260px;
    max-width: 16.25rem;
  }

  .p-check-card__icon {
    width: 28px;
    width: 1.75rem;
    height: 28px;
    height: 1.75rem;
  }

  .p-check-card__text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-check-cards {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 62px;
    margin-top: 3.875rem;
    max-width: none;
  }

  .p-check-item {
    margin-right: 0;
    margin-left: 0;
    padding: 40px;
    padding: 2.5rem;
    width: auto;
  }

  .p-check-item__icon {
    width: 28px;
    width: 1.75rem;
    height: 28px;
    height: 1.75rem;
  }

  .p-check-item__text {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .96px;
  }

  .p-check-lists {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 56px;
    margin-top: 3.5rem;
  }

  .p-circle-icon__circle {
    gap: 32px;
    gap: 2rem;
    width: 300px;
    width: 18.75rem;
    height: 300px;
    height: 18.75rem;
  }

  .p-circle-icon__title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-circle-icon--03 {
    grid-column: auto;
    justify-self: auto;
  }

  .p-circle-icon--02 .p-circle-icon__circle {
    gap: 42px;
    gap: 2.625rem;
  }

  .p-circle-icon--01 .p-circle-icon__icon {
    margin-top: 42px;
    margin-top: 2.625rem;
  }

  .p-circle-icon--01 .p-circle-icon__icon img {
    width: 124px;
    width: 7.75rem;
    height: 130px;
    height: 8.125rem;
  }

  .p-circle-icon--02 .p-circle-icon__icon {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-circle-icon--02 .p-circle-icon__icon img {
    width: 131px;
    width: 8.1875rem;
    height: 106px;
    height: 6.625rem;
  }

  .p-circle-icon--03 .p-circle-icon__icon {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-circle-icon--03 .p-circle-icon__icon img {
    width: 125px;
    width: 7.8125rem;
    height: 115px;
    height: 7.1875rem;
  }

  .p-circle-icons {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 42px;
    margin-top: 2.625rem;
    max-width: none;
  }

  .p-diagonal-bg {
    margin-top: -124px;
    margin-top: -7.75rem;
    height: 300px;
    height: 18.75rem;
  }

  .p-feature-card {
    gap: 60px;
    gap: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding: 40px;
    padding: 2.5rem;
    width: 100%;
    max-width: 848px;
    max-width: 53rem;
  }

  .p-feature-card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-feature-card--seo {
    gap: 150px;
    gap: 9.375rem;
    padding: 0 105px 20px 80px;
    padding: 0 6.5625rem 1.25rem 5rem;
  }

  .p-feature-card--ad {
    gap: 127px;
    gap: 7.9375rem;
    padding: 0 105px 15px 72px;
    padding: 0 6.5625rem .9375rem 4.5rem;
  }

  .p-feature-card--expand {
    gap: 130px;
    gap: 8.125rem;
    padding: 12px 10px 20px 70px;
    padding: .75rem .625rem 1.25rem 4.375rem;
  }

  .p-feature-card--expand .p-feature-card__content {
    margin-top: 54px;
    margin-top: 3.375rem;
    margin-left: 0;
  }

  .p-feature-card--ad .p-feature-card__image::before {
    bottom: -27px;
    bottom: -1.6875rem;
  }

  .p-feature-card--expand .p-feature-card__image::before {
    bottom: 32px;
    bottom: 2rem;
  }

  .p-feature-card__content {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-top: 36px;
    margin-top: 2.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-feature-card__num {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-feature-card__title {
    margin-top: 10px;
    margin-top: .625rem;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.6;
  }

  .p-feature-card__title span {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.6;
  }

  .p-feature-card__image {
    position: relative;
    isolation: isolate;
  }

  .p-feature-card__image::before {
    position: absolute;
    bottom: -20px;
    bottom: -1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    background-color: #F5F5F5;
    width: 440px;
    width: 27.5rem;
    height: 200px;
    height: 12.5rem;
    content: '';
  }

  .p-feature-card__image img {
    position: relative;
    z-index: 1;
  }

  .p-feature-cards__card:nth-child(1) .p-feature-card__image {
    width: 280px;
    width: 17.5rem;
    height: 220px;
    height: 13.75rem;
  }

  .p-feature-cards__card:nth-child(2) .p-feature-card__image {
    margin-right: -26px;
    margin-right: -1.625rem;
    width: 300px;
    width: 18.75rem;
    height: 213px;
    height: 13.3125rem;
  }

  .p-feature-cards__card:nth-child(2) .p-feature-card__content {
    margin-top: 38px;
    margin-top: 2.375rem;
    margin-left: 0;
  }

  .p-feature-cards__card:nth-child(3) .p-feature-card__image {
    margin-left: 8px;
    margin-left: .5rem;
    width: 300px;
    width: 18.75rem;
    height: 270px;
    height: 16.875rem;
  }

  .p-feature-cards {
    gap: 40px;
    gap: 2.5rem;
  }

  .p-fv {
    padding-top: 6rem;
    padding-bottom: 325px;
    padding-bottom: 20.3125rem;
    min-height: auto;
  }

  .p-fv__bg::after {
    bottom: -435px;
    bottom: -27.1875rem;
    height: 870px;
    height: 54.375rem;
  }

  .p-fv__container {
    gap: 0 30px;
    gap: 0 1.875rem;
    display: grid;
    grid-template-areas: 'title illust' 'text illust';
    grid-template-columns: 32.5rem 1fr;
    grid-template-rows: 21.5625rem 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 0 30px;
  }

  .p-fv__title {
    gap: 20px;
    gap: 1.25rem;
    grid-area: title;
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-fv__title--row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: clamp(36px, 3.89vw, 56px);
    font-size: clamp(2.25rem, 3.89vw, 3.5rem);
  }

  .p-fv__title-catch::after {
    top: -10px;
    top: -.625rem;
    right: 10px;
    right: .625rem;
    width: 26px;
    width: 1.625rem;
    height: 32px;
    height: 2rem;
  }

  .p-fv__title-catch {
    padding-right: 25px;
    padding-right: 1.5625rem;
    letter-spacing: 2px;
  }

  .p-fv__title-highlight {
    border-width: 3px;
    border-width: .1875rem;
    padding: 2px 8px 7px 8px;
    padding: .125rem .5rem .4375rem .5rem;
  }

  .p-fv__title-highlight::after {
    bottom: clamp(-65px, -4.51vw, -35px);
    bottom: clamp(-4.0625rem, -4.51vw, -2.1875rem);
    left: clamp(-210px, -14.58vw, -112px);
    left: clamp(-13.125rem, -14.58vw, -7rem);
    -webkit-transform: none;
    transform: none;
    width: clamp(150px, 19.44vw, 280px);
    width: clamp(9.375rem, 19.44vw, 17.5rem);
    height: clamp(35px, 4.51vw, 65px);
    height: clamp(2.1875rem, 4.51vw, 4.0625rem);
  }

  .p-fv__title--row-catch {
    gap: 18px;
    gap: 1.125rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .p-fv__text {
    grid-area: text;
    margin-top: 0;
    font-size: 18px;
    text-align: left;
  }

  .p-fv__text p + p {
    margin-top: 20px;
  }

  .p-fv__illust {
    grid-area: illust;
    margin: 0;
    width: clamp(280px, 41.67vw, 600px);
    width: clamp(17.5rem, 41.67vw, 37.5rem);
  }

  .p-highlight-box {
    gap: 9px;
    gap: .5625rem;
  }

  .p-highlight-box__text {
    padding: 7px 22px 8px;
    padding: .4375rem 1.375rem .5rem;
    font-size: 29px;
    font-size: 1.8125rem;
  }

  .p-recommend-card {
    padding: 20px 38px;
    padding: 1.25rem 2.375rem;
  }

  .p-recommend-card__text {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-recommend-cards {
    max-width: 660px;
    max-width: 41.25rem;
  }

  .p-recommend-section {
    padding: 110px 20px;
    padding: 6.875rem 1.25rem;
  }

  .p-recommend-section__bg {
    left: 120px;
    left: 7.5rem;
  }

  .p-recommend-section__overlay {
    left: 120px;
    left: 7.5rem;
  }

  .p-recommend-section__notch {
    width: 250px;
    width: 15.625rem;
    height: 300px;
    height: 18.75rem;
  }

  .p-section-01 {
    margin-top: -230px;
    margin-top: -14.375rem;
  }

  .p-section-01__highlight-box {
    margin-top: 132px;
    margin-top: 8.25rem;
  }

  .p-section-01__highlight-box::before {
    top: -92px;
    top: -5.75rem;
    width: 30px;
    width: 1.875rem;
    height: 60px;
    height: 3.75rem;
  }

  .p-section-02 {
    margin-top: -55px;
    margin-top: -3.4375rem;
  }

  .p-section-02__header::before {
    top: -90px;
    top: -5.625rem;
    right: calc(50% + 15.625rem);
    width: 200px;
    width: 12.5rem;
    height: 260px;
    height: 16.25rem;
  }

  .p-section-02__point {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-section-02__point-text {
    width: 110px;
    width: 6.875rem;
    height: 110px;
    height: 6.875rem;
  }

  .p-section-02__point-text::before {
    width: 28px;
    width: 1.75rem;
    height: 56px;
    height: 3.5rem;
  }

  .p-section-02__feature-cards {
    margin-top: 42px;
    margin-top: 2.625rem;
  }

  .p-section-02__highlight-box {
    margin-top: 42px;
    margin-top: 2.625rem;
  }

  .p-section-02__text {
    margin-top: 42px;
    margin-top: 2.625rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-section-03 {
    margin-top: 120px;
    margin-top: 7.5rem;
    padding-top: 240px;
    padding-top: 15rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }

  .p-section-03::before {
    width: 730px;
    width: 45.625rem;
    height: 500px;
    height: 31.25rem;
  }

  .p-section-03__highlight-box {
    margin-top: 60px;
    margin-top: 3.75rem;
  }

  .p-section-04 {
    padding-top: 120px;
    padding-top: 7.5rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }

  .p-section-04__highlight-box {
    margin-top: 62px;
    margin-top: 3.875rem;
  }

  .p-section-concept__inner {
    padding: 120px 40px;
    padding: 7.5rem 2.5rem;
  }

  .p-concept__content {
    margin-top: 38px;
    margin-top: 2.375rem;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .96px;
  }

  .p-concept__content p + p {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-section-header__label {
    font-size: 28px;
    letter-spacing: .01em;
  }

  .p-section-header__title {
    font-size: 48px;
  }

  .p-section-header__text {
    margin-top: 33px;
    margin-top: 2.0625rem;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .72px;
  }

  .p-section-header__text p + p {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-section-header__text.p-section-header__text--sub {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-section-recommend {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {

  .u-hidden--tab {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {

  .p-check-card__text {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-recommend-card {
    padding: 20px 38px;
    padding: 1.25rem 2.375rem;
  }

  .p-recommend-card--02 {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-recommend-card--04 {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-recommend-cards {
    gap: 20px;
    gap: 1.25rem;
    max-width: none;
  }

  .u-hidden--pc {
    display: none !important;
  }
}
@media (min-width: 1100px) {

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

  .p-circle-icon__circle {
    width: 353px;
    width: 22.0625rem;
    height: 353px;
    height: 22.0625rem;
  }

  .p-circle-icon__title {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-recommend-cards {
    gap: 40px;
    gap: 2.5rem;
  }

  .p-section-02__header::before {
    top: -90px;
    top: -5.625rem;
    right: calc(50% + 18.4375rem);
    width: 324px;
    width: 20.25rem;
    height: 401px;
    height: 25.0625rem;
  }

  .u-hidden--xl {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {

  .u-hidden--sp {
    display: none !important;
  }
}
@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=map/style.css.map */