@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

option {
  color: black;
}

body {
  background: #F3B0B6;
  color: #444;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: initial;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.l-inner {
  padding-inline: 15px;
  max-width: 1030px;
  margin-inline: auto;
}

.pinkDeco {
  position: fixed;
  z-index: 200;
  left: 0;
  background: #F3B0B6;
  width: 100%;
  height: 5px;
}
@media screen and (min-width: 768px) {
  .pinkDeco {
    height: 20px;
  }
}
.pinkDeco::before, .pinkDeco::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../img/border-radius.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .pinkDeco::before, .pinkDeco::after {
    width: 32px;
    height: 32px;
  }
}
.pinkDeco.top {
  top: 0;
}
.pinkDeco.top::before {
  top: 4px;
  left: 4px;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .pinkDeco.top::before {
    top: 19px;
    left: 19px;
  }
}
.pinkDeco.top::after {
  top: 4px;
  right: 66px;
}
@media screen and (min-width: 768px) {
  .pinkDeco.top::after {
    top: 19px;
    right: 81px;
  }
}
@media screen and (min-width: 920px) {
  .pinkDeco.top::after {
    right: 19px;
  }
}
.pinkDeco.bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .pinkDeco.bottom {
    display: block;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .pinkDeco.bottom::before {
    bottom: 19px;
    left: 19px;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 768px) {
  .pinkDeco.bottom::after {
    bottom: 19px;
    right: 19px;
    transform: scaleY(-1);
  }
}

.content {
  background: #FFFFFF;
  margin: 5px;
}
@media screen and (min-width: 768px) {
  .content {
    margin: 20px;
  }
}

.l-header {
  position: fixed;
  z-index: 120;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 920px) {
  .l-header {
    padding-top: 17px;
    padding-bottom: 6px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  }
}
.l-header.is-checked {
  background: #F3B0B6;
}
.l-header.is-checked .p-header__navSub {
  opacity: 0;
  pointer-events: none;
}
.l-header.is-checked .p-header__logoImg::before {
  opacity: 1;
}

.p-header__inner {
  padding-left: 4px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 768px) and (max-width: 919.98px) {
  .p-header__inner {
    padding-left: 30px;
  }
}
@media screen and (min-width: 920px) and (max-width: 1199.98px) {
  .p-header__inner {
    padding-left: 30px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__inner {
    padding-left: 30px;
    padding-right: 47px;
  }
}

.p-header__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding-top: 5px;
  padding-right: 14px;
}
@media screen and (min-width: 920px) {
  .p-header__contents {
    padding-top: 0;
    padding-right: 0;
  }
}

.p-header__logoImg {
  padding-bottom: 5px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-header__logoImg {
    padding-bottom: 15px;
  }
}
.p-header__logoImg img {
  width: 205px;
  height: 36px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 359.98px) {
  .p-header__logoImg img {
    width: clamp(10.313rem, -9.688rem + 100vw, 12.813rem);
    height: clamp(1.813rem, -1.687rem + 17.5vw, 2.25rem);
  }
}
@media screen and (min-width: 920px) and (max-width: 1199.98px) {
  .p-header__logoImg img {
    width: 220px;
    height: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__logoImg img {
    width: clamp(13.75rem, -11.25rem + 33.33vw, 18.75rem);
    height: clamp(2.438rem, -1.938rem + 5.83vw, 3.313rem);
  }
}
.p-header__logoImg::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  width: 240px;
  height: 46px;
  border-radius: 10px;
  background: #FFFFFF;
  opacity: 0;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 920px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__list {
  padding-bottom: 9px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 920px) and (max-width: 1199.98px) {
  .p-header__list {
    gap: clamp(0.625rem, -4.321rem + 8.6vw, 2.125rem);
  }
}
@media screen and (min-width: 1200px) {
  .p-header__list {
    padding-right: clamp(0rem, -8.75rem + 11.67vw, 1.75rem);
    gap: 34px;
  }
}

.p-header__item a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__item a:hover {
    opacity: 0.7;
  }
}

.p-header__linkInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.p-header__linkText p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.p-header__navSub {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .p-header__navSub {
    flex-direction: column;
  }
}

.p-header__navSub_top {
  display: none;
}
@media screen and (min-width: 920px) and (max-width: 1199.98px) {
  .p-header__navSub_top {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__navSub_top {
    display: flex;
    justify-content: space-between;
    gap: 45px;
  }
}

.p-header__telArea {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
}

.p-header__tel {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-header__tel img {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1200px) {
  .p-header__tel img {
    width: 22px;
    height: 22px;
  }
}
.p-header__tel .telNum {
  color: #E44552;
  font-family: "Coiny", system-ui;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .p-header__tel .telNum {
    font-size: 22px;
  }
}

.p-header__time {
  margin-top: -2px;
  padding-left: 8px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.p-header__time dt, .p-header__time dd {
  color: #000;
  font-size: 12px;
}

.p-search-form {
  position: relative;
}

.p-search-input {
  border-radius: 15px;
  border: 1px solid #444;
  background: #FFF;
  width: 174px;
  height: 30px;
  padding: 0 0 3px 13px;
}
.p-search-input::-moz-placeholder {
  color: #000;
  font-size: 16px;
}
.p-search-input::placeholder {
  color: #000;
  font-size: 16px;
}

.p-search-submit {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 7.5px;
}

.p-header__navSub_bottom {
  display: flex;
  gap: 6px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 1200px) {
  .p-header__navSub_bottom {
    gap: 37px;
    height: auto;
  }
}

.p-header__contact.pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-header__contact.pc {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__contact.sp {
    display: none;
  }
}
.p-header__contact a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__contact a:hover {
    opacity: 0.7;
  }
}

.p-header__contactInner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .p-header__contactInner {
    width: 200px;
    height: 40px;
    border-radius: 25px;
    background: #E44552;
    padding-right: 15px;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    position: relative;
  }
}
.p-header__contactInner p {
  color: #E44552;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .p-header__contactInner p {
    color: #FFFFFF;
    font-size: 20px;
  }
}
.p-header__contactInner::after {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-header__contactInner::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    width: 20px;
    aspect-ratio: 1/1;
    background: url(../img/white-arrow_toRight.svg) no-repeat center center/contain;
  }
}

.p-header__contactImage {
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #E44552;
  display: grid;
  place-items: center;
}

.p-header__line.pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-header__line.pc {
    display: block;
  }
}
.p-header__line.sp {
  display: none;
}
@media screen and (min-width: 920px) and (max-width: 1199.98px) {
  .p-header__line.sp {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__line.sp {
    display: none;
  }
}
.p-header__line a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__line a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1200px) {
  .p-header__lineInner {
    width: 175px;
    height: 40px;
    border-radius: 10px;
    background: #06C755;
    padding-left: 7px;
    display: flex;
    align-items: center;
    gap: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__lineInner p {
    color: #FFFFFF;
    font-family: "M PLUS 1", sans-serif;
    font-size: 18px;
  }
}

.p-header__menu-sp {
  margin-top: -2px;
  margin-right: -2px;
  width: 64px;
  flex-shrink: 0;
  background: #F3B0B6;
  border-radius: 0 0 0 15px;
  position: relative;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 920px) {
  .p-header__menu-sp {
    display: none;
  }
}
.p-header__menu-sp::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -1px;
  width: 16px;
  height: 16px;
  background: url(../img/border-radius.svg) no-repeat center center/contain;
}

.p-header__navButton {
  width: 32px;
  height: 32px;
  position: relative;
}
.p-header__navButton span {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 32px;
  height: 3px;
  background: #FFFFFF;
}
.p-header__navButton span:nth-child(1) {
  top: calc(50% - 4.5px);
}
.p-header__navButton span:nth-child(2) {
  top: calc(50% + 4.5px);
}
.p-header__navButton.is-checked span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-header__navButton.is-checked span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 920px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer {
  background: #F3B0B6;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 104px;
  padding-bottom: 140px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  overflow-y: scroll;
}
.l-drawer.is-checked {
  opacity: 1;
  pointer-events: auto;
}

.p-drawer_nav {
  margin-inline: 20px;
  border-radius: 20px;
  background: #FFF;
  padding: 17px 30px 38px;
}

.p-drawer_list {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}
.p-drawer_list li {
  height: 67px;
}

.p-drawer_linkInner {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 100%;
  padding-left: 2px;
  border-bottom: 1px dotted #F3B0B6;
  position: relative;
}
.p-drawer_linkInner::after {
  content: "";
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  right: 2px;
  width: 16px;
  height: 16px;
  background: url(../img/pink-arrow_toRight.svg) no-repeat center center/contain;
}

.p-drawer_linkText {
  padding-top: 8px;
}

.p-drawer_listSub {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}

.p-drawer_telArea {
  padding-top: 4px;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.p-drawer_tel {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-drawer_tel img {
  width: 22px;
  height: 22px;
}
.p-drawer_tel .telNum {
  color: #E44552;
  font-family: "Coiny", system-ui;
  font-size: 22px;
  line-height: 1;
}

.p-drawer_time {
  margin-top: -2px;
  padding-left: 26px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.p-drawer_time dt, .p-drawer_time dd {
  color: #000;
  font-size: 12px;
}

.p-drawer_contactInner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  border-radius: 25px;
  background: #E44552;
  padding-right: 15px;
  gap: 8px;
  position: relative;
}
.p-drawer_contactInner p {
  color: #FFFFFF;
  font-size: 20px;
}
.p-drawer_contactInner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/white-arrow_toRight.svg) no-repeat center center/contain;
}

.p-drawer_lineInner {
  width: 175px;
  height: 40px;
  border-radius: 10px;
  background: #06C755;
  padding-left: 7px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.p-drawer_lineInner p {
  color: #FFFFFF;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
}

.p-drawer_snsArea {
  display: flex;
  justify-content: center;
  gap: 27px;
}

.p-drawer_sns img {
  width: 35px;
  height: 35px;
}

.l-footer {
  border-top: 6px solid #F3B0B6;
  padding-top: 21px;
  padding-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 36px;
    padding-bottom: 51px;
  }
}

.p-footer__inner {
  padding-inline: 15px;
  max-width: none;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-inline: 30px;
  }
}

.p-footer__logo {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-left: 0;
  }
}
.p-footer__logo img {
  width: 100%;
  max-width: 353px;
  height: 62px;
}

.p-footer__contents {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    margin-top: 20px;
    flex-direction: row;
    justify-content: space-between;
    gap: 27px;
  }
}

.p-footer__head {
  display: flex;
  flex-direction: column;
}

.p-footer__address p {
  font-size: 20px;
}

.p-footer__privacyLink.sp {
  margin-top: 24px;
  width: 100%;
  max-width: 504px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__privacyLink.sp {
    display: none;
  }
}
.p-footer__privacyLink.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__privacyLink.pc {
    margin-top: 20px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-footer__privacyLink a {
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-footer__privacyLink a:hover {
    opacity: 0.7;
  }
}
.p-footer__privacyLink p {
  font-size: 20px;
}

.p-footer__middle {
  margin-top: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-footer__middle {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__middle {
    flex-direction: row;
  }
}

@media (any-hover: hover) {
  .p-footer__tel a:hover .p-footer__telInner {
    background: #3F96F9;
  }
  .p-footer__tel a:hover .p-footer__telInner p {
    color: #FFFFFF;
  }
}

.p-footer__telInner {
  width: 260px;
  height: 40px;
  border-radius: 25px;
  border: 1px solid #3F96F9;
  background: #FFFFFF;
  transition: background 0.2s ease;
  display: grid;
  place-items: center;
  position: relative;
  padding-left: 35px;
}
.p-footer__telInner::before, .p-footer__telInner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-footer__telInner::before {
  z-index: 10;
  left: 27px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFFFF;
}
.p-footer__telInner::after {
  z-index: 15;
  left: 34px;
  width: 16px;
  height: 16px;
  background: url(../img/blueTel-icon.svg) no-repeat center center/contain;
}
.p-footer__telInner p {
  color: #3F96F9;
  font-size: 28px;
  line-height: 1;
  transition: color 0.2s ease;
}

@media (any-hover: hover) {
  .p-footer__contact a:hover .p-footer__contactInner {
    background: #3F96F9;
  }
  .p-footer__contact a:hover .p-footer__contactInner p {
    color: #FFFFFF;
  }
}

.p-footer__contactInner {
  width: 150px;
  height: 40px;
  border-radius: 25px;
  border: 1px solid #3F96F9;
  background: #FFFFFF;
  transition: background 0.2s ease;
  display: grid;
  place-items: center;
}
.p-footer__contactInner p {
  color: #3F96F9;
  font-size: 20px;
  transition: color 0.2s ease;
}

.p-footer__snsArea {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 27px;
}
@media screen and (min-width: 768px) {
  .p-footer__snsArea {
    margin-top: 0;
  }
}

.p-footer__sns a {
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-footer__sns a:hover {
    opacity: 0.7;
  }
}
.p-footer__sns img {
  width: 50px;
  height: 50px;
}

.p-footer__copyright {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 40px;
  }
}
.p-footer__copyright small {
  font-size: 20px;
}

.fixFooter {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 5px;
  width: calc(100% - 10px);
  height: 84px;
  background: rgba(230, 246, 227, 0.9);
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  will-change: transform;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .fixFooter {
    opacity: 0;
    pointer-events: none;
  }
}
.fixFooter.is-show {
  transform: translateY(0);
}

.fixFooter__head p {
  color: #06C755;
  font-weight: 700;
}

.fixFooter__buttonInner {
  width: 175px;
  height: 40px;
  border-radius: 10px;
  background: #06C755;
  padding-left: 7px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.fixFooter__buttonInner p {
  color: #FFFFFF;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
}

.p-topCta {
  width: calc(100% + 4px);
  transform: translateX(-2px);
  padding-top: 10px;
  padding-bottom: 20px;
  background: #F3B0B6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topCta {
    padding-top: 42px;
    padding-bottom: 36px;
  }
}

.p-topCta__heading p {
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 380px) {
  .p-topCta__heading p {
    font-size: clamp(1.125rem, -0.208rem + 6.67vw, 1.375rem);
  }
}
@media screen and (min-width: 768px) {
  .p-topCta__heading p {
    font-size: 35px;
  }
}

.p-topCta__main {
  margin: 45px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 352px;
}
@media screen and (min-width: 768px) {
  .p-topCta__main {
    margin-top: 17px;
    gap: 3px;
    max-width: 407px;
    padding-right: 7px;
  }
}

.p-topCta__mainHead {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  padding-right: 13px;
}
@media screen and (min-width: 768px) {
  .p-topCta__mainHead {
    padding-right: 20px;
  }
}
.p-topCta__mainHead::before, .p-topCta__mainHead::after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 25px;
  height: 1px;
  border-radius: 0.5px;
  background: #444;
}
.p-topCta__mainHead::before {
  left: -30px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-topCta__mainHead::before {
    left: -66px;
  }
}
.p-topCta__mainHead::after {
  right: -18px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-topCta__mainHead::after {
    right: -39px;
  }
}
.p-topCta__mainHead p {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-topCta__mainHead p {
    font-size: 20px;
  }
}

.p-topCta__mainButton {
  width: 100%;
}
@media (any-hover: hover) {
  .p-topCta__mainButton a:hover .p-topCta__buttonInner {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  }
}

.p-topCta__buttonInner {
  border-radius: 20px;
  border: 3px solid #FFFFFF;
  background: #E44552;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s ease;
  width: 100%;
  padding-right: 48px;
  height: 60px;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topCta__buttonInner {
    padding-right: 44px;
  }
}
.p-topCta__buttonInner p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
.p-topCta__buttonInner p .colorYellow {
  color: #FFE643;
  font-weight: 700;
}
.p-topCta__buttonInner::before, .p-topCta__buttonInner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-topCta__buttonInner::before {
  z-index: 10;
  right: 32px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (max-width: 380px) {
  .p-topCta__buttonInner::before {
    right: clamp(0.75rem, -5.917rem + 33.33vw, 2rem);
  }
}
@media screen and (min-width: 768px) {
  .p-topCta__buttonInner::before {
    right: 42px;
  }
}
.p-topCta__buttonInner::after {
  z-index: 12;
  right: 40px;
  width: 13px;
  height: 10px;
  background: url(../img/red-arrow_toRight.svg) no-repeat center center/contain;
}
@media screen and (max-width: 380px) {
  .p-topCta__buttonInner::after {
    right: clamp(1.25rem, -5.417rem + 33.33vw, 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-topCta__buttonInner::after {
    right: 50px;
  }
}

.p-topCta__personImages {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topCta__personImages {
    bottom: 0;
  }
}

.p-topCta__person {
  position: absolute;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-topCta__person {
    bottom: 0;
  }
}
.p-topCta__person.man {
  right: calc(50% + 105px);
}
@media screen and (min-width: 768px) {
  .p-topCta__person.man {
    right: calc(50% + 275px);
  }
}
.p-topCta__person.man img {
  width: 46px;
  height: 63px;
}
@media screen and (min-width: 768px) {
  .p-topCta__person.man img {
    width: 109px;
    height: 154px;
  }
}
@media screen and (min-width: 768px) and (max-width: 919.98px) {
  .p-topCta__person.man img {
    width: clamp(5.25rem, -2.645rem + 16.45vw, 6.813rem);
    height: clamp(7.438rem, -3.615rem + 23.03vw, 9.625rem);
  }
}
.p-topCta__person.woman {
  left: calc(50% + 93px);
}
@media screen and (min-width: 768px) {
  .p-topCta__person.woman {
    left: calc(50% + 263px);
  }
}
.p-topCta__person.woman img {
  width: 44px;
  height: 62px;
}
@media screen and (min-width: 768px) {
  .p-topCta__person.woman img {
    width: 105px;
    height: 154px;
  }
}
@media screen and (min-width: 768px) and (max-width: 919.98px) {
  .p-topCta__person.woman img {
    width: clamp(5.063rem, -2.516rem + 15.79vw, 6.563rem);
    height: clamp(7.375rem, -3.993rem + 23.68vw, 9.625rem);
  }
}

.c-newsCards {
  display: flex;
  flex-direction: column;
}
.c-newsCards li {
  position: relative;
}
.c-newsCards li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/post-bar_sp.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-newsCards li::after {
    background: url(../img/post-bar_pc.svg) no-repeat center center/cover;
  }
}
.c-newsCards li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../img/post-bar_sp.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-newsCards li:first-child::before {
    background: url(../img/post-bar_pc.svg) no-repeat center center/cover;
  }
}
@media (any-hover: hover) {
  .c-newsCards a:hover .c-newsCard {
    opacity: 0.7;
  }
}

.c-newsCard {
  padding-top: 20px;
  padding-bottom: 19px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .c-newsCard {
    flex-direction: row;
    align-items: center;
    gap: 61px;
    padding-top: 21px;
    padding-bottom: 20px;
  }
}

.c-newsCard__head {
  display: flex;
  gap: 27px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .c-newsCard__head {
    padding-left: 0;
    gap: 31px;
  }
}

.c-newsCard__date {
  font-size: 14px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-newsCard__date {
    font-size: 18px;
  }
}

.c-newsCard__category {
  width: 110px;
  height: 20px;
  background: #F3B0B6;
}
.c-newsCard__category p {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
}

.c-newsCard__title h3, .c-newsCard__title p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .c-newsCard__title h3, .c-newsCard__title p {
    font-size: 20px;
  }
}

.p-lineBox {
  border-radius: 20px;
  overflow: hidden;
  border: 5px solid #06C755;
}
@media screen and (min-width: 768px) {
  .p-lineBox {
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
    border-radius: 30px;
  }
}

.p-line__boxHead {
  padding: 7px 9px 5px 0;
  background: #06C755;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-line__boxHead {
    padding: 14px 0 18px 0;
  }
}
.p-line__boxHead img {
  width: 61px;
  height: 61px;
}
.p-line__boxHead h2, .p-line__boxHead h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 380px) {
  .p-line__boxHead h2, .p-line__boxHead h3 {
    font-size: clamp(1rem, -1.667rem + 13.33vw, 1.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-line__boxHead h2, .p-line__boxHead h3 {
    font-size: 35px;
  }
}

.p-line__boxBody {
  background: #E7FAEE;
  padding-top: 25px;
  padding-bottom: 11px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-line__boxBody {
    padding-top: 41px;
    padding-bottom: 34px;
    flex-direction: row;
    gap: 23px;
  }
}

.p-line-boxBody__first {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-line-boxBody__first {
    width: 50.11235%;
    max-width: 446px;
    flex-shrink: 0;
  }
}

.p-line__greenText {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  padding-left: 11px;
}
@media screen and (min-width: 768px) {
  .p-line__greenText {
    padding-left: 19px;
  }
}
.p-line__greenText p {
  color: #06C755;
  font-weight: 500;
}
@media screen and (max-width: 350px) {
  .p-line__greenText p {
    font-size: clamp(0.875rem, -0.458rem + 6.67vw, 1rem);
  }
}
.p-line__greenText--top {
  margin-left: auto;
}
.p-line__greenText--bottom {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-line__greenText--bottom {
    margin-top: -16px;
  }
}

.p-line__image {
  margin-left: -6px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-line__image {
    margin-top: -13px;
    margin-left: -13px;
  }
}
.p-line__image img {
  width: 100%;
  max-width: 334px;
  aspect-ratio: 314/143;
}
@media screen and (min-width: 768px) {
  .p-line__image img {
    max-width: 437px;
    aspect-ratio: 437/207;
  }
}

.p-line-boxBody__second {
  padding-inline: 6px;
}
@media screen and (min-width: 768px) {
  .p-line-boxBody__second {
    padding: 3px 21px 0 6px;
  }
}

.p-line__script p {
  font-size: 18px;
}

.p-line__linkArea {
  margin-top: 22px;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-line__linkArea {
    margin-top: 31px;
    padding-right: 51px;
  }
}

.p-line__linkHead {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.p-line__linkHead::before, .p-line__linkHead::after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 25px;
  height: 1px;
  border-radius: 0.5px;
  background: #444;
}
.p-line__linkHead::before {
  left: -30px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-line__linkHead::before {
    left: -27px;
  }
}
.p-line__linkHead::after {
  right: -28px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-line__linkHead::after {
    right: -26px;
  }
}
.p-line__linkHead p {
  font-weight: 700;
}

.p-line__lineInner {
  width: 161px;
  height: 50px;
  border-radius: 10px;
  background: #06C755;
  padding-left: 7px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.p-line__lineInner p {
  color: #FFFFFF;
  font-family: "M PLUS 1", sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .c-contactSec__titleArea {
    display: flex;
    align-items: center;
  }
}
.c-contactSec__titleArea .c-titleBar {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-contactSec__titleArea .c-titleBar {
    display: block;
    flex-grow: 1;
    width: 100%;
    height: 1px;
  }
}
.c-contactSec__titleArea .c-titleBar.p-contactTel__titleBar {
  background: #F37B86;
}
.c-contactSec__titleArea .c-titleBar.p-contactLine__titleBar {
  background: #06C755;
}
.c-contactSec__titleArea .c-titleBar.p-contactForm__titleBar {
  background: #E44552;
}

.c-contactSec__title {
  padding-top: 11px;
  padding-bottom: 10px;
  margin-left: -15px;
  width: calc(100vw - 10px);
}
@media screen and (min-width: 768px) {
  .c-contactSec__title {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 20px;
    margin-left: 0;
    padding: 7px 29px 8px 31px;
    flex-shrink: 0;
  }
}
.c-contactSec__title.p-contactTel__title {
  background: #F37B86;
}
.c-contactSec__title.p-contactLine__title {
  background: #06C755;
}
.c-contactSec__title.p-contactForm__title {
  background: #E44552;
}
.c-contactSec__title h2 {
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .c-contactSec__title h2 {
    font-size: 24px;
  }
}

.p-topFv {
  padding-top: 84px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .p-topFv {
    padding-top: 113px;
    padding-bottom: 30px;
  }
}

.p-topFv__inner {
  padding-inline: 15px;
  max-width: none;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-topFv__inner {
    padding-inline: 30px;
    overflow: visible;
  }
}

.p-topFv__contents {
  border-radius: 20px;
  background: #93BCEA;
  padding-top: 16px;
  height: 525px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-topFv__contents {
    padding-top: 0;
    border-radius: 30px;
    height: 545px;
  }
}

.p-topFv__catchphraseArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px;
  position: relative;
}
@media screen and (max-width: 380px) {
  .p-topFv__catchphraseArea {
    gap: calc(57px - clamp(0rem, -3.333rem + 16.67vw, 0.625rem));
  }
}
@media screen and (min-width: 768px) {
  .p-topFv__catchphraseArea {
    align-items: start;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: -6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .p-topFv__catchphraseArea {
    padding-left: clamp(0rem, -7.667rem + 15.97vw, 4.313rem);
    gap: clamp(2.938rem, -5.396rem + 17.36vw, 7.625rem);
  }
}
@media screen and (min-width: 1200px) {
  .p-topFv__catchphraseArea {
    padding-left: 69px;
    gap: 122px;
  }
}

.p-topFv__catchphrase.firstLine p {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 380px) {
  .p-topFv__catchphrase.firstLine p {
    font-size: clamp(1.625rem, -3.708rem + 26.67vw, 2.625rem);
  }
}
@media screen and (min-width: 768px) {
  .p-topFv__catchphrase.firstLine p {
    font-size: 40px;
  }
}
.p-topFv__catchphrase.secondLine {
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 349px;
  height: 88px;
}
@media screen and (max-width: 380px) {
  .p-topFv__catchphrase.secondLine {
    width: clamp(17.438rem, -5.896rem + 116.67vw, 21.813rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .p-topFv__catchphrase.secondLine {
    top: calc(35px - clamp(0rem, -2.778rem + 5.79vw, 1.563rem));
    transform: translate(-50%, 0);
    width: clamp(21.813rem, -37.965rem + 124.54vw, 55.438rem);
    height: clamp(5.5rem, -3.389rem + 18.52vw, 10.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .p-topFv__catchphrase.secondLine {
    top: 37%;
    width: 887px;
    height: 168px;
  }
}
.p-topFv__catchphrase.secondLine img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-topFv__catchphrase.thirdLine {
    padding-left: 16px;
  }
}
.p-topFv__catchphrase.thirdLine p {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 380px) {
  .p-topFv__catchphrase.thirdLine p {
    font-size: clamp(0.75rem, -0.25rem + 5vw, 0.938rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .p-topFv__catchphrase.thirdLine p {
    font-size: clamp(0.938rem, -2.507rem + 7.18vw, 2.875rem);
  }
}
@media screen and (min-width: 1200px) {
  .p-topFv__catchphrase.thirdLine p {
    font-size: 46px;
  }
}

.p-topFv__circleText {
  position: absolute;
  bottom: -85px;
  right: calc(50% - 165px);
  width: 88px;
  height: 83px;
  border-radius: 50%;
  background: #E44552;
  padding-bottom: 4px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 380px) {
  .p-topFv__circleText {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-topFv__circleText {
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1349.98px) {
  .p-topFv__circleText {
    bottom: auto;
    top: 16px;
    right: clamp(-8.125rem, -14.723rem + 13.75vw, -3.125rem);
  }
}
@media screen and (min-width: 1350px) {
  .p-topFv__circleText {
    bottom: 28px;
    right: -109px;
  }
}
.p-topFv__circleText p {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-topFv__circleText p {
    font-size: 36px;
    line-height: 1.25;
  }
}

.p-topFv__commentArea {
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding-inline: 4px;
  max-width: 328px;
}
@media screen and (min-width: 768px) {
  .p-topFv__commentArea {
    margin-top: -3px;
    gap: 8px;
    padding-inline: 113px;
    max-width: 1344px;
  }
}

.p-topFv__comment img {
  height: 19px;
}
@media screen and (min-width: 768px) {
  .p-topFv__comment img {
    height: 34px;
  }
}
.p-topFv__comment.firstLine img {
  width: 162px;
}
@media screen and (min-width: 768px) {
  .p-topFv__comment.firstLine img {
    width: 287px;
  }
}
.p-topFv__comment.secondLine {
  padding-left: 10%;
}
@media screen and (min-width: 768px) {
  .p-topFv__comment.secondLine {
    padding-left: 14.4%;
  }
}
.p-topFv__comment.secondLine img {
  width: 168px;
}
@media screen and (min-width: 768px) {
  .p-topFv__comment.secondLine img {
    width: 297px;
  }
}
.p-topFv__comment.thirdLine {
  padding-left: 23%;
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .p-topFv__comment.thirdLine {
    padding-left: 15%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439.98px) {
  .p-topFv__comment.thirdLine {
    padding-left: clamp(7.375rem, -56.375rem + 85vw, 20.125rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-topFv__comment.thirdLine {
    padding-left: 29.4%;
  }
}
.p-topFv__comment.thirdLine img {
  width: 229px;
}
@media screen and (min-width: 768px) {
  .p-topFv__comment.thirdLine img {
    width: 407px;
  }
}

.p-topFv__bottomArea {
  position: relative;
  flex-grow: 1;
}

.p-topFv__peopleImg {
  position: absolute;
  bottom: 0;
  left: 51%;
  transform: translateX(-50%);
  width: calc(100vw - 10px);
  max-width: 372px;
}
@media screen and (min-width: 768px) {
  .p-topFv__peopleImg {
    left: 48%;
    max-width: 602px;
  }
}
.p-topFv__peopleImg img {
  width: 100%;
  max-width: 372px;
  aspect-ratio: 372/150;
}
@media screen and (min-width: 768px) {
  .p-topFv__peopleImg img {
    max-width: 602px;
    aspect-ratio: 602/217;
  }
}

.p-topFv__fukidashi {
  position: absolute;
  top: 25px;
  right: 0;
  width: 220px;
  height: 94px;
  background: url(../img/fukidashi_sp.svg) no-repeat center center/contain;
  padding-top: 20px;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  .p-topFv__fukidashi {
    top: auto;
    bottom: 150px;
    width: 465px;
    height: 142px;
    background: url(../img/fukidashi.svg) no-repeat center center/contain;
    padding-top: 25px;
    padding-left: 62px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439.98px) {
  .p-topFv__fukidashi {
    width: clamp(13.75rem, -3.75rem + 36.46vw, 29.063rem);
    height: clamp(5.875rem, 2.446rem + 7.14vw, 8.875rem);
    padding-left: clamp(0.813rem, -2.688rem + 7.29vw, 3.875rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-topFv__fukidashi {
    right: auto;
    left: calc(50% + 206px);
  }
}
.p-topFv__fukidashi p {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-topFv__fukidashi p {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439.98px) {
  .p-topFv__fukidashi p {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: clamp(0.688rem, -0.241rem + 1.93vw, 1.5rem);
  }
}

.p-topFv__scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-topFv__scroll {
    position: absolute;
    bottom: 0px;
    right: 53px;
    height: 150px;
    display: flex;
    align-items: start;
    gap: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-topFv__scroll p {
    padding-top: 10px;
    font-family: "Noto Serif";
    font-size: 20px;
    font-weight: 300;
    writing-mode: vertical-lr;
    text-decoration: none;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  .p-topFv__scroll span {
    display: block;
    width: 1px;
    height: 150px;
    background: #444;
  }
}
@media screen and (min-width: 768px) {
  .p-topFv__scroll span::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #444;
    animation: circlemovePC 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  }
}

@keyframes circlemovePC {
  0% {
    bottom: 150px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-topNews {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-topNews__inner {
  padding-inline: 15px;
  margin-inline: auto;
  max-width: 930px;
}

.p-topNews__contentsBox {
  padding: 20px 2px 18px;
  border-radius: 20px;
  background: #FFFBF3;
}
@media screen and (min-width: 768px) {
  .p-topNews__contentsBox {
    padding: 38px 41px 40px 31px;
    border-radius: 30px;
  }
}

.p-topNews__title {
  display: flex;
  align-items: baseline;
  gap: 30px;
}
.p-topNews__title h2 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-topNews__title h2 {
    font-size: 35px;
  }
}
.p-topNews__title p {
  color: #F3B0B6;
  font-family: "Chocolate Classical Sans", sans-serif;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-topNews__title p {
    font-size: 14px;
  }
}

.p-topNews__cardArea {
  margin-top: 25px;
}

.p-topNews__link {
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-topNews__link {
    margin-top: 18px;
    padding-right: 8px;
  }
}
@media (any-hover: hover) {
  .p-topNews__link a:hover .p-topNews__linkInner p {
    opacity: 0.7;
  }
  .p-topNews__link a:hover .p-topNews__linkInner .arrow-circle {
    background: #FFFFFF;
  }
  .p-topNews__link a:hover .p-topNews__linkInner .arrow-circle::after {
    background: url(../img/pink-arrow_toRight.svg) no-repeat center center/contain;
  }
}

.p-topNews__linkInner {
  display: flex;
  align-items: center;
  gap: 17px;
}
.p-topNews__linkInner p {
  color: #F3B0B6;
  font-size: 18px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.p-topNews__linkInner .arrow-circle {
  display: block;
  width: 30px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F37B86;
  transition: background 0.2s ease;
  border: 1px solid #F37B86;
  position: relative;
}
.p-topNews__linkInner .arrow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background: url(../img/white-arrow_toRight.svg) no-repeat center center/contain;
  transition: background 0.2s ease;
}

.p-topWorries {
  padding-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .p-topWorries {
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 768px) {
  .p-topWorries__inner {
    padding-inline: 15px;
    max-width: 930px;
    margin-inline: auto;
  }
}

.p-topWorries__title {
  padding-left: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-topWorries__title {
    padding-left: 0;
    font-size: 35px;
  }
}

.p-topWorries__boxes {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-topWorries__boxes {
    margin-top: 31px;
    padding-right: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 80px;
  }
}

.p-topWorries__box {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-topWorries__box {
    gap: 20px;
  }
}

.p-topWorries-box__heading {
  height: 80px;
  background: #93BCEA;
  display: grid;
  place-items: center;
  color: #444;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

.p-topWorries-box__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .p-topWorries-box__list {
    gap: 8px;
  }
}

.p-topWorries-box__item {
  padding-left: 51px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topWorries-box__item {
    padding-left: 53px;
  }
}
.p-topWorries-box__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../img/icon-checkMark.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-topWorries-box__item::before {
    left: 19px;
  }
}

.p-consultation {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-consultation {
    padding-bottom: 0;
  }
}

.p-consultation__inner {
  padding-inline: 15px;
  max-width: 930px;
  margin-inline: auto;
}

.p-consultation__image img {
  width: 100%;
  aspect-ratio: 363/164;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-consultation__image img {
    aspect-ratio: 894/364;
  }
}

.p-consultation__text {
  margin-top: 7px;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .p-consultation__text {
    margin-top: 19px;
    padding-left: 2px;
  }
}

.p-consultation__flow {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-consultation__flow {
    padding-top: 60px;
  }
}

.p-consultation-flow__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__title {
    font-size: 35px;
  }
}

.p-consultation-flow__lineText {
  margin-top: 32px;
  padding-right: 12px;
  text-align: center;
  color: #54BA26;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__lineText {
    margin-top: 45px;
    padding-right: 0;
  }
}
.p-consultation-flow__lineText::before, .p-consultation-flow__lineText::after {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 25px;
  height: 1px;
  background: #54BA26;
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__lineText::before, .p-consultation-flow__lineText::after {
    bottom: 13px;
  }
}
.p-consultation-flow__lineText::before {
  left: calc(50% - 103px);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__lineText::before {
    left: calc(50% - 96px);
  }
}
.p-consultation-flow__lineText::after {
  right: calc(50% - 90px);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__lineText::after {
    right: calc(50% - 94px);
  }
}

.p-consultation-flow__lineLink {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 17px 5px 14px;
  border-radius: 20px;
  border: 3px solid #269208;
  background: #54BA26;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__lineLink {
    padding: 15px 14px 11px;
    font-size: 20px;
  }
}
.p-consultation-flow__lineLink .colorYellow {
  display: inline-block;
  color: #FFE643;
  font-weight: 700;
  line-height: normal;
}
@media (any-hover: hover) {
  .p-consultation-flow__lineLink:hover {
    opacity: 0.7;
  }
}

.p-consultation-flow__lineImages {
  margin: 9px auto 0;
  width: 116px;
  height: 113px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__lineImages {
    margin-top: 42px;
    width: 235px;
    height: 218px;
  }
}
.p-consultation-flow__lineImages .man-image,
.p-consultation-flow__lineImages .line-logo,
.p-consultation-flow__lineImages .polygon {
  position: absolute;
}
.p-consultation-flow__lineImages .man-image {
  top: -2px;
  left: -12px;
  width: 32px;
  height: 113px;
}
.p-consultation-flow__lineImages .man-image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__lineImages .man-image {
    left: 30px;
    width: 62px;
    height: 218px;
  }
}
.p-consultation-flow__lineImages .line-logo {
  top: 3px;
  right: 11px;
  width: 67px;
  height: 66px;
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__lineImages .line-logo {
    top: 17px;
    right: -29px;
    width: 120px;
    height: 118px;
  }
}
.p-consultation-flow__lineImages .polygon {
  bottom: 0;
  right: 28px;
  width: 38px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__lineImages .polygon {
    bottom: 6px;
    right: 3px;
    width: 48px;
    height: 48px;
  }
}

.p-consultation-flow__alignmentArea {
  padding-top: 10px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__alignmentArea {
    padding-top: 18px;
    padding-bottom: 61px;
  }
}

.p-consultation-flow__alignmentText {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-consultation-flow__alignmentText {
    text-align: left;
    font-size: 18px;
  }
}

.p-consultation-flow__alignmentCards {
  margin: 20px auto 0;
  max-width: 600px;
  border-radius: 20px;
  border: 3px solid #E44552;
  background: #FFFED1;
  padding: 10px 8px 8px 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 8px 1px;
}
@media screen and (min-width: 960px) {
  .p-consultation-flow__alignmentCards {
    margin-top: 41px;
    padding: 21px 13px 25px 19px;
    max-width: none;
    gap: 29px 2px;
  }
}

.p-consultation-flow__alignmentCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.p-cfAlignmentCard__image {
  flex-grow: 1;
  display: grid;
  place-items: center;
}
.p-cfAlignmentCard__image.image1 img {
  width: 89px;
  height: 61px;
}
@media screen and (min-width: 960px) {
  .p-cfAlignmentCard__image.image1 img {
    width: 250px;
    height: 173px;
  }
}
.p-cfAlignmentCard__image.image2 img {
  width: 89px;
  height: 61px;
}
@media screen and (min-width: 960px) {
  .p-cfAlignmentCard__image.image2 img {
    width: 250px;
    height: 173px;
  }
}
.p-cfAlignmentCard__image.image-heading img {
  width: 87px;
  height: 73px;
}
@media screen and (min-width: 960px) {
  .p-cfAlignmentCard__image.image-heading img {
    width: 250px;
    height: 231px;
  }
}
.p-cfAlignmentCard__image.image4 img {
  width: 77px;
  height: 77px;
}
@media screen and (min-width: 960px) {
  .p-cfAlignmentCard__image.image4 img {
    width: 250px;
    height: 250px;
  }
}
.p-cfAlignmentCard__image.image5 img {
  width: 76px;
  height: 74px;
}
@media screen and (min-width: 960px) {
  .p-cfAlignmentCard__image.image5 img {
    width: 250px;
    height: 250px;
  }
}
.p-cfAlignmentCard__image.image6 img {
  width: 84px;
  height: 56px;
}
@media screen and (min-width: 960px) {
  .p-cfAlignmentCard__image.image6 img {
    width: 250px;
    height: 173px;
  }
}
.p-cfAlignmentCard__image.image7 img {
  width: 86px;
  height: 76px;
}
@media screen and (min-width: 960px) {
  .p-cfAlignmentCard__image.image7 img {
    width: 250px;
    height: 250px;
  }
}
.p-cfAlignmentCard__image.image8 img {
  width: 72px;
  height: 66px;
}
@media screen and (min-width: 960px) {
  .p-cfAlignmentCard__image.image8 img {
    width: 250px;
    height: 228px;
  }
}
.p-cfAlignmentCard__image.image9 img {
  width: 86px;
  height: 64px;
}
@media screen and (min-width: 960px) {
  .p-cfAlignmentCard__image.image9 img {
    width: 250px;
    height: 187px;
  }
}

.p-cfAlignmentCard__text {
  padding-top: 1px;
  padding-bottom: 5px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  background: #FFE643;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-cfAlignmentCard__text {
    padding-top: 3px;
    font-size: 16px;
  }
}
.p-cfAlignmentCard__text.w113 {
  max-width: 113px;
}
@media screen and (min-width: 768px) {
  .p-cfAlignmentCard__text.w113 {
    max-width: 131px;
  }
}
.p-cfAlignmentCard__text.w106 {
  max-width: 106px;
}
@media screen and (min-width: 768px) {
  .p-cfAlignmentCard__text.w106 {
    max-width: 131px;
  }
}
.p-cfAlignmentCard__text.w99 {
  max-width: 99px;
}
@media screen and (min-width: 768px) {
  .p-cfAlignmentCard__text.w99 {
    max-width: 131px;
  }
}
.p-cfAlignmentCard__text.w98 {
  max-width: 98px;
}
@media screen and (min-width: 768px) {
  .p-cfAlignmentCard__text.w98 {
    max-width: 131px;
  }
}
.p-cfAlignmentCard__text span {
  display: inline-block;
}

.p-consultation__alignmentBox {
  border-radius: 20px 20px 0 0;
  background: #E9D0AB;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-consultation__alignmentBox {
    border-radius: 30px 30px 0 0;
    padding: 30px 24px 23px 26px;
  }
}

.p-caBox__container {
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-caBox__container {
    border-radius: 30px;
  }
}

.p-caBox__main {
  display: flex;
  flex-direction: column;
  position: relative;
}
.p-caBox__main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #AEAEAE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-caBox__main {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .p-caBox__image {
    width: 314px;
    flex-shrink: 0;
  }
}
.p-caBox__image img {
  width: 100%;
  height: 224px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 768px) {
  .p-caBox__image img {
    height: 574px;
  }
}

.p-caBox__body {
  padding: 5px 9px 26px 10px;
}
@media screen and (min-width: 768px) {
  .p-caBox__body {
    padding: 19px 50px 26px 25px;
  }
}

.p-caBox__heading {
  padding-left: 2px;
  color: #D1973D;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-caBox__heading {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959.98px) {
  .p-caBox__heading {
    font-size: clamp(1.313rem, -2.188rem + 7.29vw, 2.188rem);
  }
}
@media screen and (max-width: 390px) {
  .p-caBox__heading {
    font-size: clamp(0.938rem, -1.063rem + 10vw, 1.375rem);
  }
}

@media screen and (min-width: 768px) {
  .p-caBox__Text {
    padding-left: 5px;
  }
}
.p-caBox__Text--first {
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p-caBox__Text--first {
    margin-top: 5px;
  }
}
.p-caBox__Text--second {
  margin-top: 11px;
}
.p-caBox__Text--third {
  margin-top: 11px;
}
.p-caBox__Text span {
  display: inline-block;
}
.p-caBox__Text .fwBold {
  font-weight: 700;
  line-height: normal;
}
.p-caBox__Text .mt-sp {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-caBox__Text .mt-sp {
    margin-top: 0;
  }
}
.p-caBox__Text .underLine {
  display: inline;
  text-decoration: underline;
  text-decoration-color: #F3B0B6;
}

.p-cf-aBox__polygonPink {
  display: block;
  margin: 19px auto 0;
  width: 42px;
  height: 38px;
}

.p-caBox__redBgText {
  margin-top: 30px;
  padding: 3px 6px 4px;
  background: #E44552;
  color: #FFF;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-caBox__redBgText {
    margin-top: 21px;
    margin-left: 16px;
    font-size: 16px;
    padding: 12px 7px 14px;
  }
}

.p-caBox__bottom {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-caBox__bottom {
    flex-direction: row;
    gap: 58px;
    padding: 38px 52px 45px;
  }
}

@media screen and (min-width: 768px) {
  .p-caBox__bottomHeading {
    width: 234px;
  }
}
.p-caBox__bottomHeading p {
  padding-top: 19px;
  padding-bottom: 24px;
  background: #D1973D;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-caBox__bottomHeading p {
    padding-top: 7px;
    padding-bottom: 9px;
    border-radius: 10px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959.98px) {
  .p-caBox__bottomHeading p {
    font-size: clamp(1rem, -1rem + 4.17vw, 1.5rem);
  }
}

.p-caBox__bottomText {
  padding: 22px 10px 31px 9px;
  font-size: 18px;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-caBox__bottomText {
    padding: 0;
  }
}
.p-caBox__bottomText .fwBold {
  font-weight: 700;
}

.p-case {
  padding-top: 60px;
  padding-bottom: 19px;
}
@media screen and (min-width: 768px) {
  .p-case {
    padding-top: 45px;
    padding-bottom: 0;
  }
}

.p-case__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-case__title {
    font-size: 35px;
  }
}

.p-case__list {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-case__list {
    margin-top: 22px;
  }
}

.p-case__item {
  padding-bottom: 41px;
}
@media screen and (min-width: 768px) {
  .p-case__item {
    padding-bottom: 80px;
  }
}

.p-case-item__heading {
  padding-top: 20px;
  padding-bottom: 24px;
  color: #FFF;
  text-align: center;
  font-family: "Chocolate Classical Sans", sans-serif;
  font-size: 24px;
  line-height: normal;
}
.p-case-item__heading--blueBack {
  background: #2C9DFF;
}
.p-case-item__heading--redBack {
  background: #E44552;
}
.p-case-item__heading--orangeBack {
  background: #E9810B;
}

.p-case-item__headNote {
  margin-top: 9px;
  padding-left: 4px;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-case-item__headNote {
    margin-top: 10px;
    padding-left: 49px;
    font-size: 16px;
  }
}

.p-case-item__contents {
  margin-top: 17px;
  padding: 23px 18px 59px 13px;
  border-radius: 30px;
  background: #FFFBF3;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-case-item__contents {
    padding: 63px 51px 79px 49px;
  }
}

.p-case-item__subHeading {
  width: 199px;
  margin-inline: auto;
  height: 27px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-case-item__subHeading {
    margin-inline: 0;
    padding-top: 7px;
    padding-left: 12px;
    width: 245px;
    height: 48px;
    font-size: 24px;
  }
}
.p-case-item__subHeading--skyblueBack {
  background: #4798F5;
}
.p-case-item__subHeading--pinkBack {
  background: #F37B86;
}
.p-case-item__subHeading--yellowBack {
  background: #D5AE13;
}

.p-case-item__cards {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .p-case-item__cards {
    margin-top: 60px;
    gap: 65px;
  }
}

.p-case-item__card {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.p-ciCard__image {
  display: inline-block;
  margin-inline: auto;
  max-width: 480px;
}
.p-ciCard__image img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.p-ciCard__image.image1-1 {
  width: 73.262366938%;
  aspect-ratio: 234/210;
}
.p-ciCard__image.image1-2 {
  width: 82.0288040075%;
  aspect-ratio: 262/153;
}
.p-ciCard__image.image1-3 {
  width: 73.262366938%;
  aspect-ratio: 234/211;
}
.p-ciCard__image.image1-4 {
  width: 67.6268002505%;
  aspect-ratio: 216/159;
  max-width: 500px;
}
.p-ciCard__image.image2-1 {
  width: 78.8979336255%;
  aspect-ratio: 252/190;
}
.p-ciCard__image.image2-2 {
  width: 84.5335003131%;
  aspect-ratio: 270/138;
}
.p-ciCard__image.image2-3 {
  width: 77.3324984346%;
  aspect-ratio: 247/205;
}
.p-ciCard__image.image2-4 {
  width: 87.3512836569%;
  aspect-ratio: 279/188;
}
.p-ciCard__image.image3-1 {
  width: 73.8885410144%;
  aspect-ratio: 236/188;
}
.p-ciCard__image.image3-2 {
  width: 98.3093299937%;
  aspect-ratio: 314/170;
}
.p-ciCard__image.image3-3 {
  width: 76.39323732%;
  aspect-ratio: 244/160;
}
.p-ciCard__image.image3-4 {
  width: 94.2391984972%;
  aspect-ratio: 301/128;
}

.p-ciCard__text {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-ciCard__text {
    text-align: center;
  }
}
.p-ciCard__text--first::before {
  content: "①";
}
.p-ciCard__text--second::before {
  content: "②";
}
.p-ciCard__text--third::before {
  content: "③";
}
.p-ciCard__text--fourth::before {
  content: "④";
}

.p-topLine {
  padding-top: 27px;
  padding-bottom: 40px;
  background: #FFFBF3;
}
@media screen and (min-width: 768px) {
  .p-topLine {
    padding-top: 57px;
    padding-bottom: 41px;
  }
}

.p-topLine__inner {
  padding-inline: 15px;
  max-width: 930px;
  margin-inline: auto;
}

.p-topAbout {
  padding-top: 61px;
  padding-bottom: 30px;
  background: #FFFBF3;
}
@media screen and (min-width: 768px) {
  .p-topAbout {
    padding-top: 81px;
    padding-bottom: 32px;
  }
}

.p-topAbout__inner {
  padding-inline: 15px;
  max-width: 968px;
  margin-inline: auto;
}

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

.p-topAbout__titleImage img {
  width: 100%;
  max-width: 896px;
  aspect-ratio: 350/162;
}
@media screen and (min-width: 768px) {
  .p-topAbout__titleImage img {
    aspect-ratio: 896/364;
  }
}

.p-topAbout__contents {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-topAbout__contents {
    margin-top: 50px;
    flex-direction: row;
    gap: 67px;
  }
}

.p-topAbout__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-topAbout__image {
    width: 47.9744136461%;
    flex-shrink: 0;
  }
}
.p-topAbout__image img {
  width: 87%;
  aspect-ratio: 301/201;
}
@media screen and (min-width: 768px) {
  .p-topAbout__image img {
    width: 100%;
    aspect-ratio: 450/300;
  }
}

.p-topAbout__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-topAbout__body {
    gap: 19px;
  }
}

.p-topAbout__text {
  font-size: 18px;
}

.p-topAbout__link {
  padding-right: 57px;
  width: 260px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #F37B86;
  background: #F37B86;
  display: grid;
  place-items: center;
  position: relative;
  color: #FFF;
  font-size: 18px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.p-topAbout__link .circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 37px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFFFFF url(../img/pink-arrow_toRight.svg) no-repeat center center/15px;
  transition: background-color 0.2s ease;
}
@media (any-hover: hover) {
  .p-topAbout__link:hover {
    background: #FFF;
    color: #F37B86;
  }
  .p-topAbout__link:hover .circle {
    background: #F37B86 url(../img/white-arrow_toRight.svg) no-repeat center center/15px;
  }
}

.p-archive {
  padding-top: 82px;
  padding-bottom: 60px;
}
@media screen and (min-width: 920px) {
  .p-archive {
    padding-top: 113px;
    padding-bottom: 73px;
  }
}

.p-archive__inner {
  padding-inline: 15px;
  max-width: none;
  margin-inline: auto;
}

.p-archiveFv__contents {
  border-radius: 30px;
  background: #FFFBF3;
  padding-top: 21px;
  padding-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .p-archiveFv__contents {
    padding-top: 0;
    padding-bottom: 30px;
    gap: 10px;
  }
}

.p-archiveFv__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 12px;
}
@media screen and (min-width: 920px) {
  .p-archiveFv__heading {
    flex-direction: row;
    padding-left: 0;
  }
}
.p-archiveFv__heading p {
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 389.98px) {
  .p-archiveFv__heading p {
    font-size: clamp(1.75rem, -2.25rem + 20vw, 2.625rem);
  }
}
@media screen and (min-width: 768px) {
  .p-archiveFv__heading p {
    font-size: 40px;
  }
}
.p-archiveFv__heading img {
  height: 88px;
  width: auto;
  margin-top: -20px;
}
@media screen and (max-width: 380px) {
  .p-archiveFv__heading img {
    height: clamp(4.563rem, -0.438rem + 25vw, 5.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-archiveFv__heading img {
    margin-top: 0;
    height: 130px;
  }
}

.p-archiveFv__title {
  border-radius: 9px;
  background: #F3B0B6;
  padding: 2px 16px 6px 17px;
  display: flex;
  gap: 37px;
}
@media screen and (min-width: 768px) {
  .p-archiveFv__title {
    padding: 11px 52px 17px 43px;
  }
}
.p-archiveFv__title h1, .p-archiveFv__title p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-archiveFv__title h1, .p-archiveFv__title p {
    font-size: 24px;
  }
}

.p-search__title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-search__title {
    font-size: 24px;
  }
}

.p-archive__cardArea {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-archive__cardArea {
    margin: 45px auto 0;
    width: 100%;
    max-width: 827px;
  }
}

@media screen and (min-width: 768px) {
  .p-pagination.sp {
    display: none;
  }
}
.p-pagination.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pagination.pc {
    display: flex;
  }
}
.p-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-pagination {
    margin-top: 64px;
  }
}
.p-pagination .page-numbers {
  width: 100%;
  max-width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFFFF;
  transition: background 0.2s ease, color 0.2s ease;
  border: 1px solid #3F96F9;
  display: grid;
  place-items: center;
  color: #3F96F9;
  font-size: 22px;
}
@media screen and (max-width: 389.98px) {
  .p-pagination .page-numbers {
    font-size: clamp(1.125rem, -0.018rem + 5.71vw, 1.375rem);
  }
}
.p-pagination .page-numbers.current {
  background: #3F96F9;
  color: #FFFFFF;
}
.p-pagination .page-numbers.dots {
  line-height: 1;
  padding-bottom: 12px;
}
@media (any-hover: hover) {
  .p-pagination a:hover {
    background: #3F96F9;
    color: #FFFFFF;
  }
}

.p-archive__link {
  margin: 60px auto 0;
  width: 100%;
  max-width: 260px;
}
@media (any-hover: hover) {
  .p-archive__link a:hover .p-archive__linkInner {
    background: #FFFFFF;
  }
  .p-archive__link a:hover .p-archive__linkInner p {
    color: #F37B86;
  }
  .p-archive__link a:hover .p-archive__linkInner::before {
    background: #F37B86;
  }
  .p-archive__link a:hover .p-archive__linkInner::after {
    background: url(../img/white-arrow_toRight.svg) no-repeat center center/contain;
  }
}

.p-archive__linkInner {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #F37B86;
  transition: background 0.2s ease;
  border: 1px solid #F37B86;
  display: grid;
  place-items: center;
  position: relative;
  padding-right: 22px;
}
.p-archive__linkInner p {
  color: #FFFFFF;
  font-size: 20px;
  transition: color 0.2s ease;
}
.p-archive__linkInner::before, .p-archive__linkInner::after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  transition: background 0.2s ease;
}
.p-archive__linkInner::before {
  z-index: 10;
  right: 28px;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFFFF;
}
.p-archive__linkInner::after {
  z-index: 15;
  right: 37px;
  width: 13px;
  height: 10px;
  background: url(../img/pink-arrow_toRight.svg) no-repeat center center/contain;
}

.p-singlePost {
  padding-top: 115px;
  padding-bottom: 45px;
}
@media screen and (min-width: 920px) {
  .p-singlePost {
    padding-top: 163px;
    padding-bottom: 82px;
  }
}

.p-singlePost__inner {
  padding-inline: 15px;
  max-width: 930px;
  margin-inline: auto;
}

.p-singlePost__head {
  display: flex;
  align-items: center;
  gap: 33px;
}

.p-singlePost__date {
  font-size: 18px;
}

.p-singlePost__title h1 {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-singlePost__title h1 {
    font-size: 24px;
  }
}

.p-singlePost__thumbnail {
  margin: 30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  overflow: hidden;
  width: 94%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-singlePost__thumbnail {
    margin-top: 40px;
  }
}
.p-singlePost__thumbnail img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-singlePost__content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-singlePost__content {
    margin-top: 40px;
  }
}
.p-singlePost__content h3 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}
.p-singlePost__content p {
  font-size: 18px;
}
.p-singlePost__content * + * {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-singlePost__content * + * {
    margin-top: 31px;
  }
}

.p-singlePost__link {
  padding-bottom: 81px;
}
@media screen and (min-width: 768px) {
  .p-singlePost__link {
    padding-bottom: 70px;
  }
}

.p-singlePostNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 4px;
}
@media screen and (max-width: 350px) {
  .p-singlePostNav {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-singlePostNav {
    padding-block: 7px;
  }
}

@media screen and (max-width: 350px) {
  .p-singlePostNav__prev {
    margin-right: auto;
  }
}
.p-singlePostNav__prev a {
  padding-left: 40px;
  position: relative;
  color: #F37B86;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-singlePostNav__prev a {
    padding-left: 60px;
  }
}
.p-singlePostNav__prev a::before, .p-singlePostNav__prev a::after {
  content: "";
  position: absolute;
}
.p-singlePostNav__prev a::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F37B86;
}
@media screen and (min-width: 768px) {
  .p-singlePostNav__prev a::before {
    width: 40px;
  }
}
.p-singlePostNav__prev a::after {
  top: 50%;
  left: 11px;
  width: 13px;
  height: 13px;
  background: url(../img/white-arrow_toRight.svg) no-repeat center center/contain;
  transform: translateY(-50%) scale(-1);
}
@media screen and (min-width: 768px) {
  .p-singlePostNav__prev a::after {
    width: 22px;
    height: 18px;
  }
}
@media (any-hover: hover) {
  .p-singlePostNav__prev a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 350px) {
  .p-singlePostNav__next {
    margin-left: auto;
  }
}
.p-singlePostNav__next a {
  color: #F37B86;
  padding-right: 40px;
  position: relative;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-singlePostNav__next a {
    padding-right: 60px;
  }
}
.p-singlePostNav__next a::before, .p-singlePostNav__next a::after {
  content: "";
  position: absolute;
}
.p-singlePostNav__next a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F37B86;
}
@media screen and (min-width: 768px) {
  .p-singlePostNav__next a::before {
    width: 40px;
  }
}
.p-singlePostNav__next a::after {
  top: 50%;
  right: 11px;
  width: 13px;
  height: 13px;
  background: url(../img/white-arrow_toRight.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-singlePostNav__next a::after {
    width: 22px;
    height: 18px;
  }
}
@media (any-hover: hover) {
  .p-singlePostNav__next a:hover {
    opacity: 0.7;
  }
}

.p-singlePost__linkBottom {
  margin: 16px auto 0;
  width: 100%;
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  .p-singlePost__linkBottom {
    margin-top: -42px;
  }
}
@media (any-hover: hover) {
  .p-singlePost__linkBottom a:hover .p-archive_linkInner {
    background: #FFFFFF;
  }
  .p-singlePost__linkBottom a:hover .p-archive_linkInner p {
    color: #F37B86;
  }
  .p-singlePost__linkBottom a:hover .p-archive_linkInner::before {
    background: #F37B86;
  }
  .p-singlePost__linkBottom a:hover .p-archive_linkInner::after {
    background: url(../img/white-arrow_toRight.svg) no-repeat center center/contain;
  }
}

.p-contact-pageTop {
  padding-top: 93px;
  padding-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .p-contact-pageTop {
    padding-top: 222px;
    padding-bottom: 81px;
  }
}

.p-contact-pageTitle h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-contact-pageTitle h1 {
    font-size: 48px;
  }
}
.p-contact-pageTitle h1 .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-contact-pageTitle h1 .pc {
    display: inline;
    font-weight: 700;
  }
}

.p-contactTel {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-contactTel {
    padding-bottom: 35px;
  }
}

.p-contactTel__contents {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-contactTel__contents {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 53px;
  }
}

.p-contactTel__telArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-right: 4px;
}
.p-contactTel__telArea img {
  width: 40px;
  height: 40px;
}
.p-contactTel__telArea .telNum {
  color: #F37B86;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
}
@media screen and (max-width: 370px) {
  .p-contactTel__telArea .telNum {
    font-size: clamp(2rem, 0.8rem + 6vw, 2.188rem);
  }
}

.p-contactTel__time {
  margin-top: -7px;
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-left: 21px;
}
@media screen and (min-width: 768px) {
  .p-contactTel__time {
    margin-top: -4px;
  }
}
.p-contactTel__time dt, .p-contactTel__time dd {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

.p-contactLine__contents {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-contactLine__contents {
    margin-top: 40px;
  }
}

.p-contactForm {
  margin-top: 39px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-contactForm {
    margin-top: 61px;
  }
}

.p-contactForm__formArea {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

.p-cForm__fields {
  margin-top: 33px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-cForm__fields {
    margin-top: 31px;
    gap: 30px;
  }
}

.p-cForm__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-cForm__field {
    flex-direction: row;
    gap: 0;
  }
}
.p-cForm__field.mt-10 {
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .p-cForm__field.mt-10 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm__field--radio {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm__field--textarea {
    flex-direction: column;
    gap: 26px;
  }
}

.p-cForm-field__head {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__head {
    width: 229px;
    flex-shrink: 0;
  }
}

.p-cForm-field__label {
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.p-cForm-field__label.required::after {
  content: "必須";
  margin-left: 16px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 3px;
  background: #E44552;
  padding: 0 14px 1px;
}
.p-cForm-field__label .note {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__label .note {
    position: absolute;
    bottom: -17px;
    left: 28px;
  }
}
.p-cForm-field__label.redNote-tel, .p-cForm-field__label.redNote-date {
  padding-bottom: 26px;
}
.p-cForm-field__label.redNote-tel::before, .p-cForm-field__label.redNote-date::before {
  position: absolute;
  bottom: 2px;
  left: 0;
  color: #E44552;
  font-size: 14px;
  white-space: nowrap;
}
.p-cForm-field__label.redNote-tel::before {
  content: "ハイフン(-)なしでご入力ください";
}
.p-cForm-field__label.redNote-date::before {
  content: "相談希望で日時希望のある方はご入力ください";
}

@media screen and (min-width: 768px) {
  .p-cForm-field__item {
    flex-grow: 1;
  }
}
.p-cForm-field__item .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.p-cForm__inputText {
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #BABABA;
  background: #FFFFFF;
}
.p-cForm__inputText:focus {
  border-color: #e74c3c;
  outline: none;
}

.p-cForm-field__radio {
  display: flex;
  gap: 63px;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__radio {
    padding-left: 8px;
  }
}
.p-cForm-field__radio .wpcf7-list-item {
  margin: 0;
}
.p-cForm-field__radio input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-cForm-field__radio input:focus + .wpcf7-list-item-label::before {
  border: 1px solid #E44552;
}
.p-cForm-field__radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-cForm-field__radio .wpcf7-list-item-label {
  padding-left: 32px;
  position: relative;
  font-size: 16px;
}
.p-cForm-field__radio .wpcf7-list-item-label::before, .p-cForm-field__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-cForm-field__radio .wpcf7-list-item-label::before {
  left: 0;
  width: 16px;
  background: #FFFFFF;
  border: 1px solid #444;
}
.p-cForm-field__radio .wpcf7-list-item-label::after {
  left: 3px;
  width: 10px;
  background: #E44552;
  opacity: 0;
}
@media (any-hover: hover) {
  .p-cForm-field__radio .wpcf7-list-item-label:hover {
    cursor: pointer;
  }
}

.p-cForm-field__textarea {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #BABABA;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-cForm-field__textarea {
    height: 264px;
  }
}

.p-cForm__privacy {
  margin-top: 30px;
}

.p-cForm-field__checkInput {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-cForm-field__checkInput:focus + .p-cForm-field__checkText::before {
  border: 1px solid #E44552;
}
.p-cForm-field__checkInput:checked + .p-cForm-field__checkText::after {
  opacity: 1;
}

.p-cForm-field__checkText {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.p-cForm-field__checkText::before, .p-cForm-field__checkText::after {
  content: "";
  position: absolute;
}
.p-cForm-field__checkText::before {
  top: 4px;
  left: 0;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid #BABABA;
  background: #FFFFFF;
}
.p-cForm-field__checkText::after {
  top: 8px;
  left: 2px;
  width: 10px;
  aspect-ratio: 2/1;
  border-left: 2px solid #E44552;
  border-bottom: 2px solid #E44552;
  transform: rotate(-45deg);
  opacity: 0;
}
.p-cForm-field__checkText a {
  color: #0000EE;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-cForm-field__checkText a:hover {
    opacity: 0.7;
  }
}
@media (any-hover: hover) {
  .p-cForm-field__checkText:hover {
    cursor: pointer;
  }
}

.p-cForm__submit {
  margin: 30px auto 0;
  width: 100%;
  max-width: 330px;
}
.p-cForm__submit input {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 16px;
  border-radius: 30px;
  background: #E44552;
  color: #FFFFFF;
  border: 1px solid #E44552;
  font-size: 20px;
  transition: color 0.2s ease, background 0.2s ease;
}
@media (any-hover: hover) {
  .p-cForm__submit input:hover {
    cursor: pointer;
    background: #FFFFFF;
    color: #E44552;
  }
}

.p-thanks {
  padding-top: 124px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    padding-top: 175px;
    padding-bottom: 145px;
  }
}

.p-thanks__inner {
  padding-inline: 15px;
  max-width: 930px;
  margin-inline: auto;
}

.p-thanks__box {
  background: #FDF5F6;
  border: 4px solid #F37B86;
  padding: 17px 3px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .p-thanks__box {
    padding: 28px 11px;
    border-radius: 30px;
  }
}
.p-thanks__box p {
  font-size: 18px;
}
.p-thanks__box p + p {
  margin-top: 26px;
}