@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
/* リキッドレイアウト
================================================== */
html {
  font-size: 10px;
}
@media (max-width: 1100px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media screen and (max-width: 743px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 414px) {
  html {
    font-size: 2.4154589372vw;
  }
}

/* body style
================================================== */
body.front-top-page.home {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.075em;
  font-weight: 500;
  counter-reset: number 0 number-flow 0 number-process 0;
  background-color:#fff;
}
@media screen and (max-width: 743px) {
  body.front-top-page.home {
    font-size: 1.5rem;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 743px) {
  a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline;
  }
}

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

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

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

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

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

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

/* Lists (enumeration) */
/* ============================================ */
body.front-top-page.home ul,
body.front-top-page.home ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
body.front-top-page.home dt{
  font-weight: bold;
}

body.front-top-page.home dd {
  margin-left: 0;
}

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

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

body.front-top-page.home address{
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

/*
 * Add the correct display in all browsers.
 */
summary {
  display: block;
  cursor: pointer;
}

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

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

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

caption.front-top-page.home {
  text-align: left;
}

td.front-top-page.home,
th.front-top-page.home {
  vertical-align: top;
  padding: 0;
}

th.front-top-page.home {
  text-align: left;
  font-weight: bold;
}

.l-inner {
  width: 100%;
  max-width: 1160px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 743px) {
  .l-inner {
    width: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 743px) {
  .l-main {
    margin-top: 0;
  }
}

.l-grid-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 743px) {
  .l-grid-2col {
    grid-template-columns: 1fr;
    row-gap: 0.6rem;
    margin-top: 1rem;
  }
}

.l-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 3rem;
}
@media screen and (max-width: 743px) {
  .l-grid-3col {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-grid-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 2%;
}
@media screen and (max-width: 743px) {
  .l-grid-4col {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

.l-grid-5col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 2rem;
}
@media screen and (max-width: 743px) {
  .l-grid-5col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
  }
}

.l-grid-5col div {
  background-color: yellow;
}

.l-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .l-flex {
    display: block;
  }
}

.l-flex__item {
  width: 49%;
}
@media screen and (max-width: 743px) {
  .l-flex__item {
    width: 100%;
  }
}

.l-flex--right {
  justify-content: right;
}
.l-flex--right .l-flex__item {
  width: 20%;
}

@media screen and (max-width: 743px) {
  .l-flex--sns {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 743px) {
  .l-flex--footer {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}

.l-max300,
.l-max400,
.l-max500,
.l-max600,
.l-max700,
.l-max800,
.l-max900,
.l-max1000 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-max300 {
  max-width: 300px;
}

.l-max400 {
  max-width: 400px;
}

.l-max600 {
  max-width: 600px;
}

.l-max500 {
  max-width: 500px;
}

.l-max700 {
  max-width: 700px;
}

.l-max800 {
  max-width: 800px;
}

.l-max900 {
  max-width: 900px;
}

.l-max1000 {
  max-width: 1000px;
}

.l-max400.-left {
  margin-left: 0;
}

.p-cta {
  background: url("/wp-content/themes/cocoon-child-master/img/bg__cat01.jpg") no-repeat center center/cover;
  text-align: center;
  color: #fff;
  padding-top: 8.5rem;
}
@media screen and (max-width: 743px) {
  .p-cta {
    padding-top: 4rem;
    background: url("/wp-content/themes/cocoon-child-master/img/bg__cta01-sp.jpg") no-repeat center center/cover;
  }
}
.p-cta .l-flex__item {
  width: 70%;
}
@media screen and (max-width: 743px) {
  .p-cta .l-flex__item {
    width: 100%;
  }
}
.p-cta .l-flex__item--img {
  width: 44%;
  height: auto;
  align-self: flex-end;
}
@media screen and (max-width: 743px) {
  .p-cta .l-flex__item--img {
    width: 80%;
    margin: 0 auto;
  }
}
.p-cta .c-btn01 {
  margin-bottom: 9rem;
  margin-left: 10%;
}
@media screen and (max-width: 743px) {
  .p-cta .c-btn01 {
    margin-bottom: 1rem;
    margin-left: 0;
  }
}

.p-cta.p-cta--tiktok {
  background: url("/wp-content/themes/cocoon-child-master/img/bg__cta02-pc.jpg") no-repeat center center/cover;
  padding-top: 8.5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 743px) {
  .p-cta.p-cta--tiktok {
    padding-top: 4.4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-cta.p-cta--tiktok {
    padding-top: 4rem;
    background: url("/wp-content/themes/cocoon-child-master/img/bg__cta02-sp.jpg") no-repeat center center/cover;
  }
}
.p-cta.p-cta--tiktok .c-btn01 {
  background-color: #fff;
  color: #7763C4;
  margin: 0 auto;
  margin-top: 3rem;
}
@media screen and (max-width: 743px) {
  .p-cta.p-cta--tiktok .c-btn01 {
    padding: 2rem 3.6rem;
    margin-top: 2.2rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-cta.p-cta--tiktok .p-cta--tiktok__img {
  position: relative;
  width: 50%;
  padding-top: 19%;
  margin: 0 auto;
  margin-left: 0;
  display: block;
}
@media screen and (max-width: 743px) {
  .p-cta.p-cta--tiktok .p-cta--tiktok__img {
    padding-top: 49%;
    width: 60%;
  }
}
.p-cta.p-cta--tiktok .p-cta--tiktok__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-cta__title {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0;
  width: 130%;
  margin-left: -5%;
}
@media screen and (max-width: 743px) {
  .p-cta__title {
    font-size: 2.1rem;
    width: 100%;
    margin-left: 0;
    line-height: 1.4;
  }
}

.p-cta__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 3rem;
  margin-bottom: 4.6rem;
  margin-left: 10%;
}
@media screen and (max-width: 743px) {
  .p-cta__text {
    font-size: 1.4rem;
    margin-left: 0;
  }
}

.p-cta__img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 106%;
}
@media screen and (max-width: 743px) {
  .p-cta__img {
    padding-top: 117%;
  }
}

.p-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-ctaWhite {
  background: url("/wp-content/themes/cocoon-child-master/img/bg__kirakira-sp.jpg") no-repeat center center/cover;
  text-align: center;
  color: #000;
  padding-top: 8.5rem;
}
@media screen and (max-width: 743px) {
  .p-ctaWhite {
    padding-top: 14rem;
    background: url("/wp-content/themes/cocoon-child-master/img/bg__kirakira-sp.jpg") no-repeat center center/cover;
  }
}
.p-ctaWhite .l-flex {
  justify-content: center;
}
@media screen and (max-width: 743px) {
  .p-ctaWhite .l-flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-ctaWhite .l-flex__item {
  width: 50%;
  align-self: flex-end;
}
@media screen and (max-width: 743px) {
  .p-ctaWhite .l-flex__item {
    width: 100%;
  }
}
.p-ctaWhite .l-flex__item--img {
  width: 33%;
  height: auto;
  align-self: flex-end;
}
@media screen and (max-width: 743px) {
  .p-ctaWhite .l-flex__item--img {
    width: 40%;
    margin: 0 auto;
  }
}
.p-ctaWhite .c-btn02 {
  margin-top: 3rem;
  margin-bottom: 9rem;
  background-color: #06C755;
}
@media screen and (max-width: 743px) {
  .p-ctaWhite .c-btn02 {
    margin-top: 2.4rem;
    margin-bottom: 1rem;
  }
}

.p-ctaWhite__title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 743px) {
  .p-ctaWhite__title {
    font-size: 21px;
    margin: 0 auto;
    line-height: 1.4;
  }
}

.p-ctaWhite__title::before,
.p-ctaWhite__title::after {
  content: "";
  position: absolute;
  top: 20%;
  width: 1px;
  height: 82px;
  background-color: #000;
  transform: translateY(-50%);
}
@media screen and (max-width: 743px) {
  .p-ctaWhite__title::before,
  .p-ctaWhite__title::after {
    top: 0;
    height: 62px;
  }
}

.p-ctaWhite__title::before {
  left: 50px;
  transform: rotate(140deg);
}
@media screen and (max-width: 743px) {
  .p-ctaWhite__title::before {
    left: 10px;
  }
}

.p-ctaWhite__title::after {
  right: 10px;
  transform: rotate(230deg);
}
.p-ctaWhite__img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 93%;
}
@media screen and (max-width: 743px) {
  .p-ctaWhite__img {
    padding-top: 117%;
  }
}

.p-ctaWhite__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-ctaWhite__img02 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 20%;
}
@media screen and (max-width: 743px) {
  .p-ctaWhite__img02 {
    padding-top: 22%;
  }
}

.p-ctaWhite__img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-card {
  width: 100%;
}

.p-card__img {
  position: relative;
  width: 100%;
  padding-top: 62%;
}

.p-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-card__text {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  margin-top: 0.6rem;
}
@media screen and (max-width: 743px) {
  .p-card__text {
    font-size: 0.8rem;
  }
}

.p-slickcard img {
  box-shadow: 6px 6px 3px 0px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 743px) {
  .p-slickcard img {
    box-shadow: none;
  }
}

.p-kv {
  padding-top: 6rem;
  width: 100%;
  background: url("/wp-content/themes/cocoon-child-master/img/bg__kv-pc.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 743px) {
  .p-kv {
    position: relative;
    background: url("/wp-content/themes/cocoon-child-master/img/bg__kv-sp.jpg") no-repeat center center/cover;
	padding-top: 8rem;
  }
}
.p-kv .c-btn02 {
  background-color: #06C755;
  color: #fff;
  margin-top:3rem;	
}
@media screen and (max-width: 743px) {
  .p-kv .c-btn02 {
    min-width: 220px;
	margin-top:0;	
  }
}

.l-flex__item--left {
  width: 67%;
  text-align: right;
  margin-bottom:3rem;
}
@media screen and (max-width: 743px) {
  .l-flex__item--left {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
.l-flex__item--left .p-kv__img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 55.3957%;
}
@media screen and (max-width: 743px) {
  .l-flex__item--left .p-kv__img {
    padding-top: 70%;
  }
}
.l-flex__item--left .p-kv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-flex__item--right {
  width: 40%;
}
@media screen and (max-width: 743px) {
  .l-flex__item--right {
    width: 60%;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.l-flex__item--right .p-kv__img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 132.5%;
}
@media screen and (max-width: 743px) {
  .l-flex__item--right .p-kv__img {
    padding-top: 120%;
  }
}
.l-flex__item--right .p-kv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.p-comparison-table {
  width: 100%;
  min-width: 800px;
  /* ← スマホでスクロール発生させるため */
  border-collapse: collapse;
  margin: 0 auto;
  margin-top: 4.4rem;
}

.p-comparison-table th,
.p-comparison-table td {
  border-right: 14px solid #fff;
  padding: 12px;
  text-align: left;
}

.p-comparison-table__head th {
  text-align: center;
  border-bottom: 16px solid #fff;
}

.p-comparison-table__head--online {
  background-color: #7763C4;
  color: white;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 743px) {
  .p-comparison-table__head--online {
    font-size: 1.8rem;
  }
}

.p-comparison-table__body td {
  padding: 36px 18px 36px 26px;
}
@media screen and (max-width: 743px) {
  .p-comparison-table__body td {
    padding: 9px 6px 9px 6px;
  }
}

.p-comparison-table__body td p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  position: relative;
  padding-left: 1.2em;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width: 743px) {
  .p-comparison-table__body td p {
    font-size: 1.4rem;
  }
}

.p-comparison-table__body td p::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.p-comparison-table__purple01 {
  background-color: #F1EFF9;
}

.p-comparison-table__purple02 {
  background-color: #DCD7F0;
}

.p-comparison-table__grew01 {
  background-color: #F2F2F2;
}

.p-comparison-table__grew02 {
  background-color: #E6E6E6;
}

.p-comparison-table__head--detective,
.p-comparison-table__head--attorney {
  background-color: #E6E6E6;
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 743px) {
  .p-comparison-table__head--detective,
  .p-comparison-table__head--attorney {
    font-size: 1.8rem;
  }
}

.p-comparison-table .p-comparison-table__balloon {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  border-right: 16px solid #fff;
  width: 14%;
}
@media screen and (max-width: 743px) {
  .p-comparison-table .p-comparison-table__balloon {
    width: 20%;
  }
}

.p-comparison-table__balloon p {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  background: #fff;
  border-radius: 0;
  border: 1px solid #000;
  padding: 14px 8px;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 743px) {
  .p-comparison-table__balloon p {
    font-size: 1.5rem;
    padding: 10px 4px;
  }
}

/* 下向き吹き出し（三角） */
.p-comparison-table__balloon p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}

.p-TopPrice {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 743px) {
  .p-TopPrice {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-TopPrice .p-comparison-table {
  margin-top: 11rem;
}
.p-TopPrice .p-comparison-table__head th {
  width: auto;
}
.p-TopPrice .p-comparison-table__body td {
  padding: 15px 21px;
  vertical-align: middle;
}
.p-TopPrice .p-comparison-table__body td p {
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 743px) {
  .p-TopPrice .p-comparison-table__body td p {
    font-size: 1.4rem;
  }
}
.p-TopPrice .p-comparison-table__body td .u-textLeft {
  text-align: left;
}
.p-TopPrice .p-comparison-table__body td p::before {
  content: none;
}
.p-TopPrice .p-comparison-table__body tr {
  border-bottom: 18px solid #fff;
}
.p-TopPrice .p-comparison-table__link {
  display: inline-block;
  color: #7763C4;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 0;
  background-color: #fff;
  border: 2px solid #7763C4;
  padding: 4px 10px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-TopPrice .p-comparison-table__link {
    font-size: 1.6rem;
  }
}
.p-TopPrice .p-comparison-table .p-comparison-table__balloon {
  width: 12%;
}
@media screen and (max-width: 743px) {
  .p-TopPrice .p-comparison-table .p-comparison-table__balloon {
    width: 16%;
    min-width: 100px;
  }
}
.p-TopPrice .p-comparison-table__head--first {
  background-color: #7763C4;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  min-width: 400px;
}
@media screen and (max-width: 743px) {
  .p-TopPrice .p-comparison-table__head--first {
    font-size: 1.8rem;
  }
}
.p-TopPrice .p-comparison-table__head--continuation {
  background-color: #B4A9DF;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 743px) {
  .p-TopPrice .p-comparison-table__head--continuation {
    font-size: 1.8rem;
    min-width: 400px;
  }
}
.p-TopPrice .p-comparison-table__head--3packs {
  background-color: #B4A9DF;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 743px) {
  .p-TopPrice .p-comparison-table__head--3packs {
    font-size: 1.8rem;
  }
}
.p-TopPrice .p-comparison-table__head--6packs {
  background-color: #B4A9DF;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 743px) {
  .p-TopPrice .p-comparison-table__head--6packs {
    font-size: 1.8rem;
  }
}

.p-TopPrice__leadbox {
  border: 1px solid #7763C4;
  padding: 25px 26px 25px 28px;
}
@media screen and (max-width: 743px) {
  .p-TopPrice__leadbox {
    padding: 21px 15px 16px;
  }
}

.p-TopPrice__leadboxTitle {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #7763C4;
}
@media screen and (max-width: 743px) {
  .p-TopPrice__leadboxTitle {
    font-size: 2.1rem;
  }
}

.p-TopPrice__leadboxText {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-TopPrice__leadboxText {
    font-size: 1.4rem;
  }
}

.p-TopPrice__leadboxAnnotation {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-TopPrice__leadboxAnnotation {
    font-size: 1.225rem;
  }
}

.p-TopFAQ {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 743px) {
  .p-TopFAQ {
    padding-top: 6.5rem;
    padding-bottom: 4.5rem;
  }
}

.p-TopFAQ__list {
  padding-top: 12rem;
}
@media screen and (max-width: 743px) {
  .p-TopFAQ__list {
    padding-top: 9rem;
  }
}

.p-TopFAQ__item {
  margin-bottom: 33px;
}
@media screen and (max-width: 743px) {
  .p-TopFAQ__item {
    margin-bottom: 20px;
  }
}

.p-TopFAQ__question {
  background-color: #7763C4;
  color: #fff;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-TopFAQ__question {
    padding: 20px 12px;
  }
}

.p-TopFAQ__icon {
  font-weight: bold;
  font-size: 32px;
  background: #fff;
  color: #7763C4;
  border-radius: 50%;
  width: 59px;
  height: 59px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-TopFAQ__text {
  font-size: 2.1rem;
  font-weight: 600;
}
@media screen and (max-width: 743px) {
  .p-TopFAQ__text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.p-TopFAQ__toggle {
  margin-left: auto;
  font-size: 31.2px;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 0.3s ease;
}

.p-TopFAQ__toggle i {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.p-TopFAQ__answer {
  background-color: #F1EFF9;
  display: flex;
  align-items: center;
  border-radius: 16px;
  margin-top: 8px;
  padding: 0 20px;
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease;
  opacity: 0;
}

.p-TopFAQ__answerIcon {
  background: #B40019;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 59px;
  height: 59px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0;
  margin-right: 12px;
  font-size: 3.2rem;
}

.p-TopFAQ__answerText {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.3;
  letter-spacing: 0;
}

@media screen and (max-width: 743px) {
	.p-TopFAQ__answerText {
		line-height:1.8;
	}
}

.p-TopFAQ__item.is-open .p-TopFAQ__answer {
  padding: 20px;
  max-height: 1000px;
  opacity: 1;
}

.p-TopFAQ__item.is-open .p-TopFAQ__toggle {
  transform: rotate(45deg);
  /* プラスアイコンを×に変える */
}

.p-TopFAQ__question,
.p-TopFAQ__answer {
  display: flex;
  align-items: center;
  /* 上揃え */
  gap: 8px;
  /* アイコンとテキストの間 */
}

.p-TopFAQ__icon,
.p-TopFAQ__answerIcon {
  flex-shrink: 0;
  /* アイコンのサイズが縮まないように */
  margin-top: 2px;
  /* 微調整 */
}

.p-TopProcess {
  padding-top: 9rem;
  padding-bottom: 12rem;
  background-color: #DCD7F0;
}
@media screen and (max-width: 743px) {
  .p-TopProcess {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }
}
.p-TopProcess .c-sectionTitle {
  margin-bottom: 12rem;
}
@media screen and (max-width: 743px) {
  .p-TopProcess .c-sectionTitle {
    margin-bottom: 8rem;
  }
}
.p-TopProcess .l-flex {
  padding: 24px 0 24px 21px;
  margin-bottom: 6rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-TopProcess .l-flex {
    padding: 20px 15px 15px;
  }
}
.p-TopProcess .l-flex .l-flex__item {
  width: 55%;
}
@media screen and (max-width: 743px) {
  .p-TopProcess .l-flex .l-flex__item {
    width: 100%;
  }
}
.p-TopProcess .l-flex .l-flex__itemWidth40 {
  width: 40%;
}
@media screen and (max-width: 743px) {
  .p-TopProcess .l-flex .l-flex__itemWidth40 {
    width: 100%;
    margin-top: 16px;
  }
}
.p-TopProcess .l-flex:nth-child(odd) {
  padding: 24px 21px 24px 0;
}
@media screen and (max-width: 743px) {
  .p-TopProcess .l-flex:nth-child(odd) {
    padding: 20px 15px 15px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-TopProcess .l-flex::before {
  content: "";
  display: block;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 24px solid #7763C4;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 110%;
  /* 吹き出しの背景色と同じに */
}
@media screen and (max-width: 743px) {
  .p-TopProcess .l-flex::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #7763C4;
    top: 106%;
  }
}
.p-TopProcess .l-flex:last-of-type::before {
  content: none;
}

.p-TopProcess__lead {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 9rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 743px) {
  .p-TopProcess__lead {
    font-size: 1.6rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}

.p-TopProcess__title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #7763C4;
  padding-left: 65px;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-TopProcess__title {
    font-size: 2.1rem;
    padding-left: 50px;
  }
}

.p-TopProcess__title::before {
  counter-increment: number-process 1;
  content: "0" counter(number-process);
  display: block;
  font-size: 32px;
  font-weight: 600;
  background-color: #7763C4;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 743px) {
  .p-TopProcess__title::before {
    font-size: 28px;
    width: 41px;
    height: 41px;
    line-height: 41px;
  }
}

.p-TopProcess__subtitle {
  font-size: 2.4rem;
  font-weight: 500;
  padding-top: 13px;
  padding-bottom: 11px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 743px) {
  .p-TopProcess__subtitle {
    font-size: 1.8rem;
  }
}

.p-TopProcess__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-TopProcess__text {
    font-size: 1.4rem;
  }
}

.p-TopProcess__img {
  position: relative;
  width: 100%;
  padding-top: 55%;
}

.p-TopProcess__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-TopFirst {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  background-color: #DCD7F0;
}
@media screen and (max-width: 743px) {
  .p-TopFirst {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-TopFirst .c-sectionTitle::after {
    top: 90%;
  }
}

.p-TopFirst__leadtext {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 9rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 743px) {
  .p-TopFirst__leadtext {
    font-size: 14px;
    margin-top: 6rem;
    margin-bottom: 2rem;
    line-height: 1.8;
  }
}

.p-TopFirst__leadtext--bold {
  font-size: 2.4rem;
  font-weight: 700;
  color: #7763C4;
}

.p-TopFirst__text {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  margin-top: 4.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-TopFirst__text {
    font-size: 18px;
    margin-top: 1.2rem;
  }
}

.p-TopFirst__text--bold {
  font-size: 3.2rem;
  color: #7763C4;
  font-weight: 800;
}
@media screen and (max-width: 743px) {
  .p-TopFirst__text--bold {
    font-size: 21px;
  }
}

.p-TopFirst__img {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 45.735%;
}
@media screen and (max-width: 743px) {
  .p-TopFirst__img {
    padding-top: 243%;
  }
}

.p-TopFirst__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-TopCommunity {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background: url("/wp-content/themes/cocoon-child-master/img/bg__kirakira.jpg") no-repeat center center/cover;
  text-align: center;
}
.p-TopCommunity .l-flex {
  align-items: flex-start;
}
.p-TopCommunity .l-flex__item {
  width: 70%;
}
@media screen and (max-width: 743px) {
  .p-TopCommunity .l-flex__item {
    width: 100%;
  }
}
.p-TopCommunity .l-flex__item--img {
  width: 27%;
}
@media screen and (max-width: 743px) {
  .p-TopCommunity .l-flex__item--img {
    width: 72%;
    margin: 0 auto;
    margin-top: 3.2rem;
  }
}
.p-TopCommunity .c-btn02 {
  margin: 0 auto;
  margin-top: 5.6rem;
}

.p-TopCommunity__leadtext {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 9rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 743px) {
  .p-TopCommunity__leadtext {
    font-size: 1.4rem;
    margin-top: 6rem;
    margin-bottom: 3rem;
  }
}

.p-TopCommunity__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 743px) {
  .p-TopCommunity__text {
    font-size: 14px;
  }
}

.p-TopCommunity__text--extra {
  color: #7763C4;
  font-size: 2.1rem;
  font-weight: 800;
  margin: 0 5px;
}
@media screen and (max-width: 743px) {
  .p-TopCommunity__text--extra {
    font-size: 18px;
    margin: 0;
    letter-spacing: 0;
  }
}

.p-TopCommunity__text--list {
  position: relative;
  padding-left: 1em;
  margin: 16px 0 0.5em 0;
  text-indent: 0;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .p-TopCommunity__text--list {
    line-height: 2;
	margin: 6px 0 0.5em 0;
  }
}

.p-TopCommunity__text--list::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .p-TopCommunity__text--list::before {
    line-height: 2;
  }
}

.p-TopCommunity__text.p-TopCommunity__text--list.mt30::before {
  color: #7763C4;
  top: 4px;
}
@media screen and (max-width: 743px) {
  .p-TopCommunity__text.p-TopCommunity__text--list.mt30::before {
    top: 6px;
  }
}

.p-TopCommunity__img {
  position: relative;
  width: 100%;
  padding-top: 133%;
}

.p-TopCommunity__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-TopExpert {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: url("/wp-content/themes/cocoon-child-master/img/bg__kirakira.jpg") no-repeat center center/cover;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-TopExpert {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.p-TopExpert .c-btn02 {
  margin-top: 1.4rem;
}
.p-TopExpert .l-flex {
  justify-content: center;
  margin-top: 1rem;
  align-items: baseline;
}
.p-TopExpert .l-flex .l-flex__item {
  width: 34%;
}
@media screen and (max-width: 743px) {
  .p-TopExpert .l-flex .l-flex__item {
    width: 100%;
  }
}
.p-TopExpert .l-flex .l-flex__item + .l-flex__item {
  margin-top: 3.5rem;
}

.p-TopExpert__text {
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 10rem;
}
@media screen and (max-width: 743px) {
  .p-TopExpert__text {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 6rem;
  }
}

.p-TopExpert__leadtext {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 2.8rem;
}
@media screen and (max-width: 743px) {
  .p-TopExpert__leadtext {
    letter-spacing: 0;
    margin-top: 1.4rem;
    text-align: left;
    font-size: 1.3rem;
  }
}

.p-TopExpert__btntext {
  color: #7763C4;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  .p-TopExpert__btntext {
    font-size: 15px;
  }
}

.p-TopVoice {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #DCD7F0;
}
@media screen and (max-width: 743px) {
  .p-TopVoice {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-TopVoice .c-sectionTitle {
  margin-bottom: 11rem;
}
@media screen and (max-width: 743px) {
  .p-TopVoice .c-sectionTitle {
    margin-bottom: 8rem;
  }
}
.p-TopVoice .l-flex {
  margin-bottom: 6rem;
}
@media screen and (max-width: 743px) {
  .p-TopVoice .l-flex {
    margin-bottom: 3rem;
  }
}
.p-TopVoice .l-flex .l-flex__item {
  width: 81%;
}
@media screen and (max-width: 743px) {
  .p-TopVoice .l-flex .l-flex__item {
    width: 100%;
  }
}
.p-TopVoice .l-flex .l-flex__item--img {
  width: 17%;
}
@media screen and (max-width: 743px) {
  .p-TopVoice .l-flex .l-flex__item--img {
    width: 50%;
    margin: 0 auto;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-TopVoice .l-flex:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }
}

.p-TopVoice__name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #7763C4;
  border-bottom: 1px solid #000;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 743px) {
  .p-TopVoice__name {
    font-size: 1.8rem;
  }
}

.p-TopVoice__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 2.3rem;
}
@media screen and (max-width: 743px) {
  .p-TopVoice__text {
    font-size: 1.4rem;
  }
}

.p-TopVoice__img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.p-TopVoice__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-TopWorries {
  padding-top: 8rem;
  background: url("/wp-content/themes/cocoon-child-master/img/bg__worries01.jpg") no-repeat center center/cover;
}
.p-TopWorries__img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 40%;
  margin-top: 10rem;
}
@media screen and (max-width: 743px) {
  .p-TopWorries__img {
    padding-top: 124%;
    margin-top: 7rem;
  }
}

.p-TopWorries__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-TopWorries__bgimg01 {
  background: url("/wp-content/themes/cocoon-child-master/img/bg__Worries02.jpg") no-repeat center center/cover;
  width: 100%;
  height: 22rem;
}

.p-TopWorries__bgimg02 {
  margin-bottom: -10rem;
}

.p-TopWorries__bgimg02--img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 40%;
}
@media screen and (max-width: 743px) {
  .p-TopWorries__bgimg02--img {
    padding-top: 174%;
  }
}

.p-TopWorries__bgimg02--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-TopService {
  padding-top: 9rem;
  padding-bottom: 12rem;
  background-color: #DCD7F0;
}
@media screen and (max-width: 743px) {
  .p-TopService {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }
}
.p-TopService .l-flex {
  padding: 24px 0 24px 21px;
  margin-bottom: 3.4rem;
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .p-TopService .l-flex {
    padding: 20px 15px 15px;
  }
}
.p-TopService .l-flex .l-flex__item {
  width: 55%;
}
@media screen and (max-width: 743px) {
  .p-TopService .l-flex .l-flex__item {
    width: 100%;
  }
}
.p-TopService .l-flex .l-flex__itemWidth40 {
  width: 40%;
}
@media screen and (max-width: 743px) {
  .p-TopService .l-flex .l-flex__itemWidth40 {
    width: 100%;
    margin-top: 16px;
  }
}
.p-TopService .l-flex:nth-child(even) {
  padding: 24px 21px 24px 0;
}
@media screen and (max-width: 743px) {
  .p-TopService .l-flex:nth-child(even) {
    padding: 20px 15px 15px;
    display: flex;
    flex-direction: column-reverse;
  }
}

.p-TopService__lead {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 9rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 743px) {
  .p-TopService__lead {
    font-size: 1.6rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}

.p-TopService__title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #7763C4;
  border-bottom: 1px solid #000;
  padding-left: 65px;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-TopService__title {
    font-size: 2.1rem;
    padding-left: 50px;
  }
}

.p-TopService__title::before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: block;
  font-size: 32px;
  font-weight: 600;
  background-color: #7763C4;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 743px) {
  .p-TopService__title::before {
    font-size: 28px;
    width: 41px;
    height: 41px;
    line-height: 41px;
  }
}

.TopService__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .TopService__text {
    font-size: 1.4rem;
  }
}

.p-TopService__img {
  position: relative;
  width: 100%;
  padding-top: 55%;
}

.p-TopService__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-TopStory {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: url("/wp-content/themes/cocoon-child-master/img/bg__kirakira.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 743px) {
  .p-TopStory {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
}
.p-TopStory .c-sectionTitle {
  margin-bottom: 11rem;
}
@media screen and (max-width: 743px) {
  .p-TopStory .c-sectionTitle {
    margin-bottom: 5rem;
  }
}
.p-TopStory .l-flex {
  margin-bottom: 6rem;
  align-items: flex-start;
}
@media screen and (max-width: 743px) {
  .p-TopStory .l-flex {
    margin-bottom: 5rem;
  }
}
.p-TopStory .l-flex .l-flex__item {
  width: 68%;
}
@media screen and (max-width: 743px) {
  .p-TopStory .l-flex .l-flex__item {
    width: 100%;
  }
}
.p-TopStory .l-flex .l-flex__item--img {
  width: 27%;
}
@media screen and (max-width: 743px) {
  .p-TopStory .l-flex .l-flex__item--img {
    width: 80%;
    margin: 0 auto;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-TopStory .l-flex:nth-child(1) {
    display: flex;
    flex-direction: column-reverse;
  }
}

.p-TopStory__title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #7763C4;
  border-bottom: 1px solid #000;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 743px) {
  .p-TopStory__title {
    font-size: 2rem;
  }
}

.p-TopStory__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 1.8rem;
}
@media screen and (max-width: 743px) {
  .p-TopStory__text {
    font-size: 1.3rem;
    letter-spacing: -0.002em;
  }
}

.p-TopStory__text:first-of-type {
  margin-top: 1.3rem;
}

.p-TopStory__img {
  position: relative;
  width: 100%;
  padding-top: 133%;
}

.p-TopStory__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-TopFlow {
  padding-top: 9rem;
  padding-bottom: 12rem;
  background-color: #DCD7F0;
}
@media screen and (max-width: 743px) {
  .p-TopFlow {
    padding-top: 3.3rem;
    padding-bottom: 3.3rem;
  }
}
.p-TopFlow .c-sectionTitle {
  margin-bottom: 12rem;
}
@media screen and (max-width: 743px) {
  .p-TopFlow .c-sectionTitle {
    margin-bottom: 8rem;
  }
}
.p-TopFlow .l-flex {
  padding: 24px 0 24px 21px;
  margin-bottom: 6rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 743px) {
  .p-TopFlow .l-flex {
    padding: 20px 15px 15px;
  }
}
.p-TopFlow .l-flex .l-flex__item {
  width: 55%;
}
@media screen and (max-width: 743px) {
  .p-TopFlow .l-flex .l-flex__item {
    width: 100%;
  }
}
.p-TopFlow .l-flex .l-flex__itemWidth40 {
  width: 40%;
}
@media screen and (max-width: 743px) {
  .p-TopFlow .l-flex .l-flex__itemWidth40 {
    width: 100%;
    margin-top: 16px;
  }
}
.p-TopFlow .l-flex:nth-child(odd) {
  padding: 24px 21px 24px 0;
}
@media screen and (max-width: 743px) {
  .p-TopFlow .l-flex:nth-child(odd) {
    padding: 20px 15px 15px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-TopFlow .l-flex::before {
  content: "";
  display: block;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 24px solid #7763C4;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 110%;
  /* 吹き出しの背景色と同じに */
}
@media screen and (max-width: 743px) {
  .p-TopFlow .l-flex::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 18px solid #7763C4;
    top: 106%;
  }
}
.p-TopFlow .l-flex:last-child::before {
  content: none;
}

.p-TopFlow__lead {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 9rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 743px) {
  .p-TopFlow__lead {
    font-size: 1.6rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
  }
}

.p-TopFlow__title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #7763C4;
  border-bottom: 1px solid #000;
  padding-left: 65px;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .p-TopFlow__title {
    font-size: 2.1rem;
    padding-left: 50px;
  }
}

.p-TopFlow__title::before {
  counter-increment: number-flow 1;
  content: "0" counter(number-flow);
  display: block;
  font-size: 32px;
  font-weight: 600;
  background-color: #7763C4;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 743px) {
  .p-TopFlow__title::before {
    font-size: 28px;
    width: 41px;
    height: 41px;
    line-height: 41px;
  }
}

.TopFlow__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  margin-top: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .TopFlow__text {
    font-size: 1.4rem;
  }
}

.p-TopFlow__img {
  position: relative;
  width: 100%;
  padding-top: 55%;
}

.p-TopFlow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-TopDifference {
  padding-top: 9.5rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 743px) {
  .p-TopDifference {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 743px) {
	.p-TopDifference .c-sectionTitle {
		font-size: 1.9rem;
  }
}

.p-TopDifference__text {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 10.5rem;
}
@media screen and (max-width: 743px) {
  .p-TopDifference__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.p-TopDifference__leadtext {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  margin-top: 3.6rem;
  width: 80%;
}
@media screen and (max-width: 743px) {
  .p-TopDifference__leadtext {
    font-size: 1.8rem;
    margin-top: 4.5rem;
  }
}

.p-TopDifference__strong {
  font-weight: 800;
  font-size: 3.2rem;
  color: #7763C4;
  line-height: 1;
}
@media screen and (max-width: 743px) {
  .p-TopDifference__strong {
    font-size: 2.1rem;
  }
}



/* TOPお知らせ
================================================== */
.p-TopNews {
  padding-top: 5.5rem;
  padding-bottom:7.5rem;
  background: #fff;
}

body.front-top-page.home .p-TopNews__list {
  width:70%;
  margin: 0 auto;
  margin-top:9rem;
}

@media screen and (max-width: 743px) {
	body.front-top-page.home .p-TopNews__list{
		width:100%;
		margin-top:5rem;
	}
}

.p-TopNews__item {
  display: flex;
  align-items: center;
  justify-content:space-between;
  padding: 12px 0;
}

@media screen and (max-width: 743px) {
	.p-TopNews__item {
		justify-content:initial;
		flex-wrap:wrap;
	}
}

.p-TopNews__date {
  flex-shrink: 0;
}

.p-TopNews__category {
  background-color: #7763C4;
  color: #fff;
  border-radius:30px;
  padding:2px 12px;
  font-size:11px;
  margin: 0 16px;
  text-align:center;
	justify-content:center;
}

.p-TopNews__box{
	flex:1;
}
@media screen and (max-width: 1100px) {
.p-TopNews__box{
	flex:1.5;
}	
}

.p-TopNews__link {
	display: inline-block;
	flex:2;
	margin-left:20px;
	font-size:12px;
}
@media screen and (max-width: 743px) {
	.p-TopNews__link {
		margin-left:0;
		flex:1 1 100%;
		margin-top:1rem;
	}
}
.p-TopNews__more--box{
	text-align:center;
	margin-top:2rem;
}

.p-TopNews__more{
	display:inline-block;
	color:#7763C4;
	position:relative;
	border-bottom:1px solid #7763C4;
}
.p-TopNews__more::after{
	position:absolute;
	content:"";
	top:50%;
	right:-10%;
	border-top: solid 1px #7763C4;
	border-right: solid 1px #7763C4;
	transform:translatey(-10%) rotate(45deg);
	width:6px;
	height:6px;
}


.p-header{
	width:100%;
	display:inline-block;
	background-color:#fff;
	font-family: "Shippori Mincho", serif;
}

/* 共通 */
.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding-top: 2.2rem;
  padding-bottom: 1.8rem;
  background: #fff;
}
@media screen and (max-width: 743px) {
  .p-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
  }
}

.p-header__nav ul {
  display: flex;
  gap: 1em;
  list-style: none;
}

.p-header__nav a {
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
}

/* ハンバーガーアイコン */
.p-header__toggle {
  background: #7763C4;
  border: none;
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding: 10px 12px;
  position: relative;
}

.p-header__toggle-icon,
.p-header__toggle-icon::before,
.p-header__toggle-icon::after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.p-header__toggle-icon {
  top: 50%;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}

.p-header__toggle-icon::before {
  top: -10px;
  width: 100%;
}

.p-header__toggle-icon::after {
  top: 10px;
  width: 100%;
}

/* SP用メニュー */
.p-header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height:100vh;
  z-index: 999;
  overflow-y:auto;
  background: #DCD7F0;
  padding: 1em;
  display: none;
  flex-direction: column;
  gap: 1em;
  text-align: center;
  display: none;
  z-index: 1001;
  padding-top: 9.6rem;
  padding-bottom:40px;
}

.p-header__drawer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-header__drawer li a {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0.5em 0;
  border-bottom: 1px solid #7763C4;
  color: #000;
  text-align: left;
}

.p-header__sns {
  margin: 2rem auto 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.p-header__sns a {
  align-self: center;
  width: 45px;
  height: auto;
}
.p-header__sns a img {
  width: 100%;
  height: auto;
}

.p-header__line-btn {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0.8em 1em;
  text-decoration: none;
  font-weight: bold;
  min-width: 320px;
  width: 100%;
}

/* 表示切り替え */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* メディアクエリ */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .p-header__nav ul {
    flex-direction: column;
  }
}
/* ハンバーガー開いたときに「×」に変形 */
.p-header__toggle.is-header-open .p-header__toggle-icon {
  background: transparent;
}

.p-header__toggle.is-header-open .p-header__toggle-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.p-header__toggle.is-header-open .p-header__toggle-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

/* メニュー表示切り替え */
.p-header__drawer.is-header-open {
  display: flex;
}

/* 背景固定 */
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
}

.p-footer {
  padding-top: 8.2rem;
  box-sizing: border-box;
  background-color: #F1EFF9;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 743px) {
  .p-footer {
    padding-top: 5rem;
  }
}

.p-footer__address {
  margin-bottom: 1.8rem;
}

.p-footer__addressText {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 743px) {
  .p-footer__addressText {
    font-size: 1.2rem;
  }
}

.p-footer__disclaimer {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 743px) {
  .p-footer__disclaimer {
    font-size: 1rem;
  }
}

.p-footer__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  max-height: 220px;
}
@media screen and (max-width: 743px) {
	.p-footer__list {
		margin-top:20px;
		max-height: 240px;
		padding-left:0;
		padding-top:1em;
	}
}

body.front-top-page.home .p-footer__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 743px) {
	body.front-top-page.home .p-footer__list {
		margin-top:20px;
		padding-left:0;
		padding-top:1em;
	}
}


.p-footer__listItem {
  font-size: 1.4rem;
  font-weight: 600;
  list-style:none;
}
@media screen and (max-width: 743px) {
  .p-footer__listItem {
    font-size: 1.2rem;
	  letter-spacing:0;
  }
}

.p-footer__sns {
  display: inline-block;
  width: 5rem;
  height: 5rem;
}
.p-footer__sns img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-footer__sns--youtube {
  height: 3.5rem;
}

.p-footer__copyright {
  padding: 1rem 1rem 0.8rem;
  background-color: #7763C4;
  margin-top: 8.2rem;
}
@media screen and (max-width: 743px) {
  .p-footer__copyright {
    padding: 0.9rem;
    margin-top: 5rem;
  }
}

.p-footer__copyrightText {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-footer__copyrightText {
    font-size: 1.1rem;
  }
}

.p-footer .l-flex:nth-child(2) {
  margin-top: 4.5rem;
}
@media screen and (max-width: 743px) {
  .p-footer .l-flex:nth-child(2) {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 743px) {
  .l-flex--footer .c-logo {
    text-align: left;
	margin-top:20px;
  }
}

.c-logo {
  font-size: 3rem;
  font-weight: 700;
  color: #7763C4;
}
@media screen and (max-width: 743px) {
  .c-logo {
    font-size: 2.1rem;
  }
}

.c-date {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #000;
}

.c-label {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: 源ノ角ゴシック JP;
  padding: 0.4rem 1.2rem;
  background-color: #7763C4;
  border-radius: 50px;
  text-align: center;
  min-width: 24px;
  margin-top: 1rem;
  margin-right: 0.56rem;
  z-index: 2;
}
.c-label a {
  color: #fff;
}
@media screen and (max-width: 743px) {
  .c-label {
    font-size: 0.875rem;
    min-width: 32px;
    padding: 1rem 1.1875rem;
    margin-top: 0.625rem;
    margin-right: 0.625rem;
  }
}

@media (hover: hover) {
  .c-label:hover {
    opacity: 0.6;
    transition: all 0.2s;
    background-color: #fff;
    color: #7763C4;
  }
  .c-label:hover a {
    color: #7763C4;
  }
}
.c-text-link {
  color: #000;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
}

@media (hover: hover) {
  .c-text-link:hover {
    text-decoration: underline;
  }
}
.c-sectionTitle {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000;
  margin: 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-sectionTitle {
    font-size: 2.1rem;
  }
}

.c-sectionTitle::after {
  content: attr(data-en);
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  color: #7763C4;
  font-size: 5.2rem;
  font-weight: 600;
}
@media screen and (max-width: 743px) {
  .c-sectionTitle::after {
    font-size: 3.2rem;
  }
}

.c-btn01,
.c-btn02 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  font-weight: 800;
  font-size: 2.1rem;
  padding: 2.5rem 3.1rem;
  line-height: 0;
  min-width: 200px;
}
@media screen and (max-width: 743px) {
  .c-btn01,
  .c-btn02 {
    padding: 3rem 3.1rem;
    min-width: 120px;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}

.c-btn01 {
  background-color: #fff;
  color: #7763C4;
}
@media screen and (max-width: 743px) {
  .c-btn01 {
    background-color: #06C755;
    color: #fff;
  }
}

.c-btn02 {
  background-color: #7763C4;
  color: #fff;
}

@media (hover: hover) {
  .c-btn01:hover {
    opacity: 0.6;
    transition: all 0.2s;
  }
  .c-btn02:hover {
    opacity: 0.6;
    transition: all 0.2s;
  }
  .c-btn01:hover::after {
    border-left: 1px solid #7763C4;
    border-bottom: 1px solid #7763C4;
  }
  .c-btn02:hover::after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.c-heading01-row {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-bottom: 1.8rem;
  position: -webkit-sticky;
  position: sticky;
  padding-left: inherit;
}

.c-heading01 {
  position: relative;
  border-bottom: 1px solid #7763C4;
  font-size: 2rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-weight: 700;
  width: 100%;
  padding: 0.7rem;
  padding-left: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 743px) {
  .c-heading01 {
    font-size: 1.6rem;
    padding: 1.4rem;
    padding-left: 1.2rem;
  }
}

.c-heading01-square {
  position: relative;
  text-align: center;
  min-width: 350px;
}
@media screen and (max-width: 743px) {
  .c-heading01-square {
    min-width: 180px;
    margin-left: 10px;
  }
}

.c-heading01-square p {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin: auto;
  padding: 0.8rem;
  border-bottom: 1px solid #7763C4;
}
@media screen and (max-width: 743px) {
  .c-heading01-square p {
    font-size: 1.6rem;
    letter-spacing: 0.125em;
    padding: 0.2rem;
  }
}
@media screen and (max-width: 743px) {
  .c-heading01-square p span {
    margin-left: 30px;
  }
}

.p-TopCase__twoBg02 .c-heading01-square p {
  text-align: center;
  border-bottom: none;
}
@media screen and (max-width: 743px) {
  .p-TopCase__twoBg02 .c-heading01-square p {
    text-align: left;
    padding-left: 1rem;
  }
}

.p-TopCase__twoBg02 .c-heading01-square p span {
  margin-left: 10px;
}

.c-heading01-square::before {
  content: "";
  /*ボックス作成*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #7763C4;
  z-index: -1;
  transform: skew(-45deg);
}
@media screen and (max-width: 743px) {
  .c-heading01-square::before {
    transform: skew(-20deg);
  }
}

.c-heading01-square__right::before {
  transform: skew(45deg);
}
@media screen and (max-width: 743px) {
  .c-heading01-square__right::before {
    transform: skew(20deg);
  }
}

.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

/* utility margin
================================================== */
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 0.625rem !important;
}

.mt20 {
  margin-top: 12.5rem !important;
}

.mt30 {
  margin-top: 1.875rem !important;
}

.mt40 {
  margin-top: 2.5rem !important;
}

.mt50 {
  margin-top: 3.125rem !important;
}

.mt60 {
  margin-top: 3.75rem !important;
}

.mt70 {
  margin-top: 4.375rem !important;
}

.mt80 {
  margin-top: 5rem !important;
}

.mt90 {
  margin-top: 5.625rem !important;
}

.mt100 {
  margin-top: 6.25rem !important;
}

.u-colorGold {
  color: #7763C4;
}

.u-colorWhite {
  color: #fff;
}

/* hidden
================================================== */
@media screen and (max-width: 743px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
.displayNone {
  display: none;
}

table:not(.has-border-color) :where(th, td){
	border-color:#fff;
}
.u-backcolor-none{
	background-color:transparent;
}

/* Messeges
================================================== */
.p-TopMessages {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background: url("/wp-content/themes/cocoon-child-master/img/bg__kirakira.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 743px) {
  .p-TopMessages {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.p-TopMessages__flex{
	margin-top:90px;
}
@media screen and (max-width: 743px) {
	.p-TopMessages__flex{
		display:flex;
		flex-direction:column-reverse;
		margin-top:45px;
	}
}
.p-TopMessages__flex:nth-of-type(2){
	margin-top:20px;
}

	
.p-TopMessages__flex .l-flex__item--left{
	width:30%;
}

@media screen and (max-width: 743px) {
	.p-TopMessages__flex .l-flex__item--left{
		width:50%;
		margin:0 auto;
		margin-top:30px;
	}
}

.p-TopMessages__flex .l-flex__item--right{
	width:70%;
	margin-left:52px;
}

@media screen and (max-width: 743px) {
	.p-TopMessages__flex .l-flex__item--right{
		width:100%;
		margin-left:0;
	}
}

.p-TopMessages__img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 743px) {
  .p-TopMessages__img {

  }
}

.p-TopMessages__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-TopMessages__lead{
	font-size:2.8rem;
	font-weight:bold;
	border-bottom:1px solid #000;
}
@media screen and (max-width: 743px) {
	.p-TopMessages__lead{
		font-size:2.1rem;
	}
}
.p-TopMessages__text{
	margin-top:20px;
	font-size:1.8rem;
	line-height:2;
	letter-spacing:0.03em;
}

@media screen and (max-width: 743px) {
	.p-TopMessages__text{
		font-size:1.4rem;
		
	}
}

.p-TopMessages__flex:nth-of-type(2) .p-TopMessages__text{
	margin-top:20px;
	line-height:1.8;
}

/* お知らせアーカイブ
================================================== */
.p-News__item {
  display: flex;
  align-items: center;
  justify-content:space-between;
  padding: 12px 0;
}

@media screen and (max-width: 743px) {
	.p-News__item {
		justify-content:initial;
		flex-wrap:wrap;
	}
}

.p-News__list{
	padding:0;
}

.p-News__date {
  font-size:14px;
  flex-shrink: 0;
}

.p-News__category {
  background-color: #7763C4;
  color: #fff;
  border-radius:30px;
  padding:2px 12px;
  font-size:11px;
  margin: 0 16px;
  text-align:center;
	justify-content:center;
}

.p-News__box{
	flex:1;
}

.p-News__link {
	display: inline-block;
	flex:2;
	margin-left:20px;
	font-size:14px;
}
@media screen and (max-width: 743px) {
	.p-News__link {
		margin-left:0;
		flex:1 1 100%;
		margin-top:1rem;
	}
}

.p-TopMedia {
  padding-top: 9rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 743px) {
  .p-TopMedia {
    padding-top: 4.3rem;
    padding-bottom: 0;
  }
}

.p-TopMedia__img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 11.4545%;
  margin-top: 5rem;
}
@media screen and (max-width: 743px) {
  .p-TopMedia__img {
    padding-top: 30.62%;
    margin-top: 4rem;
  }
}

.p-TopMedia__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-TopMedia .c-sectionTitle{
	line-height:1.5;
}