@charset "UTF-8";
/*　component Styles */
/* mixin */
/****************************************************************/
/* clearfix */
/****************************************************************/
/****************************************************************/
/* letter-spacing */
/****************************************************************/
/****************************************************************/
/* font family */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って背景全画面 */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って左寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅を保って右寄せ */
/****************************************************************/
/****************************************************************/
/* コンテンツ幅 */
/****************************************************************/
/****************************************************************/
/* hover effect */
/****************************************************************/
/****************************************************************/
/* margin-responsive */
/****************************************************************/
/****************************************************************/
/* padding-responsive */
/****************************************************************/
/****************************************************************/
/* 画面幅からfontSizeを算出する */
/****************************************************************/
/**
 * 画面幅からpadding等の余白を算出する
 */
.p-about .l-hero {
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-about .spOnly {
    display: none;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about .pcOnly {
    display: none;
  }
  .p-about small {
    font-size: clamp(0px, 11 / (375 - var(--scrollbar-width)) * 100vw, 11px);
  }
}
.p-about .mt64 {
  margin-top: 64px;
}
@media screen and (max-width: 960.8px) {
  .p-about .mt64 {
    margin-top: 44.8px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about .mt64 {
    margin-top: 32px;
  }
}
.p-about .mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 960.8px) {
  .p-about .mt24 {
    margin-top: 16.8px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about .mt24 {
    margin-top: 12px;
  }
}
.p-about .freecounseling_btn {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .p-about .freecounseling_btn {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  .p-about .freecounseling_btn {
    margin-top: 44.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  .p-about .freecounseling_btn {
    margin-top: 32px;
  }
}
.p-about h2 {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 600;
  color: #2F3787;
}
@media screen and (max-width: 767.8px) {
  .p-about h2 {
    font-size: clamp(0px, 24 / (375 - var(--scrollbar-width)) * 100vw, 24px);
  }
}
.p-about .text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767.8px) {
  .p-about .text {
    text-align: left;
    font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
  }
}
.p-about .text p {
  font-weight: 500;
}
.p-about {
  background-color: #D2E5FF;
}
.p-about__lead {
  padding-top: 80px;
}
@media screen and (max-width: 960.8px) {
  .p-about__lead {
    padding-top: 56px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__lead {
    padding-top: 40px;
  }
}
.p-about__lead {
  padding-bottom: 112px;
}
@media screen and (max-width: 960.8px) {
  .p-about__lead {
    padding-bottom: 78.4px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__lead {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__lead .text {
    padding: 0 12px;
  }
}
.p-about__lead .anchor-area {
  display: flex;
  justify-content: center;
  gap: 47.5px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
@media screen and (max-width: 1100.8px) {
  .p-about__lead .anchor-area {
    display: grid;
    grid-template-columns: repeat(2, 375px);
    justify-content: center;
    gap: 20px 47.5px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__lead .anchor-area {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 10px 12px;
  }
}
.p-about__lead .anchor-area li {
  margin: 0;
  max-width: 375px;
  width: 100%;
  box-sizing: border-box;
  background-color: #D2FFED;
  border: 1.5px solid #0DC77B;
  border-radius: 40px;
}
@media screen and (max-width: 1100.8px) {
  .p-about__lead .anchor-area li:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__lead .anchor-area li {
    margin: 0 auto;
  }
}
.p-about__lead .anchor-area li a {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 4px;
  border-radius: 40px;
  overflow: hidden;
  color: #2F3787;
  text-decoration: none;
}
@media screen and (max-width: 767.8px) {
  .p-about__lead .anchor-area li a {
    padding-right: 35px;
  }
}
.p-about__lead .anchor-area__image {
  flex-shrink: 0;
  width: clamp(80px, 28vw, 110px);
  height: clamp(46px, 17vw, 64px);
  border-radius: 40px;
  overflow: hidden;
  margin-right: 4px;
}
.p-about__lead .anchor-area__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.p-about__lead .anchor-area p {
  text-align: left;
  margin-left: 14px;
  font-weight: bold;
  line-height: 1.25;
  font-size: 16px;
  flex: 1;
}
@media screen and (max-width: 374.8px) {
  .p-about__lead .anchor-area p br {
    display: none;
  }
}
.p-about__lead .anchor-area .arrow {
  position: absolute;
  right: 15px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #0DC77B;
  transform: rotate(180deg);
}
.p-about__lead .anchor-area .arrow::after {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/themes/frey-a26/img/new_about/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.p-about__different {
  background-color: #DAF7EB;
  box-shadow: 0 0 0 2px #0DC77B;
  border-radius: 30px 30px 0 0;
  padding-top: 112px;
}
@media screen and (max-width: 960.8px) {
  .p-about__different {
    padding-top: 78.4px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__different {
    padding-top: 56px;
  }
}
.p-about__different {
  padding-bottom: 112px;
}
@media screen and (max-width: 960.8px) {
  .p-about__different {
    padding-bottom: 78.4px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__different {
    padding-bottom: 56px;
  }
}
.p-about__different .text {
  text-align: left;
  max-width: 840px;
  margin: 64px auto 0 auto;
}
@media screen and (max-width: 767.8px) {
  .p-about__different .text {
    padding: 0 12px;
  }
}
.p-about__different-table {
  background-color: #FFFFFF;
  border: 1.5px solid #5981D3;
  border-radius: 20px;
  padding: 24px 39px;
}
@media screen and (max-width: 767.8px) {
  .p-about__different-table {
    padding: 8px 17px;
  }
}
.p-about__different-table table {
  border-collapse: separate;
  border-spacing: 8px;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}
.p-about__different-table table thead {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.p-about__different-table table thead th {
  text-align: center;
  padding: 25px;
  border-radius: 4px;
}
.p-about__different-table table .medical {
  background-color: #89AAEF;
}
.p-about__different-table table .salon {
  background-color: #919191;
}
.p-about__different-table table tbody th,
.p-about__different-table table tbody td {
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  padding: 20px;
}
.p-about__different-table table tbody th {
  background-color: #D2E5FF;
  text-align: center;
  color: #2F3787;
}
.p-about__different-table table tbody td {
  background-color: rgba(210, 229, 255, 0.5);
  line-height: 1.1;
}
.p-about__different-table table tbody td.salon {
  background-color: #F1F1F1;
}
@media screen and (max-width: 767.8px) {
  .p-about__different-table table {
    border-spacing: 4px;
  }
  .p-about__different-table table thead th {
    padding: 12px;
    font-size: 14px;
  }
  .p-about__different-table table tbody th,
  .p-about__different-table table tbody td {
    font-size: 13px;
    padding: 8px;
  }
}
.p-about__different .moreLink {
  margin-top: 48px;
}
.p-about__point {
  padding-top: 112px;
}
@media screen and (max-width: 960.8px) {
  .p-about__point {
    padding-top: 78.4px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__point {
    padding-top: 56px;
  }
}
.p-about__point {
  padding-bottom: 112px;
}
@media screen and (max-width: 960.8px) {
  .p-about__point {
    padding-bottom: 78.4px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__point {
    padding-bottom: 56px;
  }
}
.p-about .pointBlock {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px 64px;
  margin-top: 64px;
}
@media screen and (max-width: 960.8px) {
  .p-about .pointBlock {
    margin-top: 44.8px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about .pointBlock {
    margin-top: 32px;
  }
}
.p-about .pointBlock_middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-about .pointBlock_middle.reverse {
  flex-direction: row-reverse;
}
.p-about .pointBlock_middle:not(.reverse) picture {
  margin-right: 84px;
}
@media screen and (max-width: 960.8px) {
  .p-about .pointBlock_middle:not(.reverse) picture {
    margin-right: 58.8px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about .pointBlock_middle:not(.reverse) picture {
    margin-right: 42px;
  }
}
.p-about .pointBlock_middle.reverse picture {
  margin-left: 84px;
}
@media screen and (max-width: 960.8px) {
  .p-about .pointBlock_middle.reverse picture {
    margin-left: 58.8px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about .pointBlock_middle.reverse picture {
    margin-left: 42px;
  }
}
.p-about .pointBlock_middle.reverse picture {
  margin-right: 0;
}
.p-about .pointBlock + .pointBlock {
  margin-top: 32px;
}
@media screen and (max-width: 960.8px) {
  .p-about .pointBlock + .pointBlock {
    margin-top: 22.4px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about .pointBlock + .pointBlock {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about .pointBlock {
    padding: 31px 21px;
  }
}
.p-about .pointBlock .point__accordion {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  transition: padding-bottom 0.4s ease;
}
.p-about .pointBlock .point__accordion .point__accordion-body {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
.p-about .pointBlock .point__accordion .point__accordion-body p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 24px;
  margin-bottom: 16px;
}
.p-about .pointBlock .point__accordion .point__accordion-body .moreLink {
  margin-top: 39px;
}
@media screen and (max-width: 960.8px) {
  .p-about .pointBlock .point__accordion .point__accordion-body .moreLink {
    margin-top: 27.3px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about .pointBlock .point__accordion .point__accordion-body .moreLink {
    margin-top: 19.5px;
  }
}
.p-about .pointBlock .point__accordion .point__accordion-body .moreLink {
  margin-bottom: 4px;
}
@media screen and (max-width: 767.8px) {
  .p-about .pointBlock_middle:not(.reverse) picture {
    margin-right: 16px;
  }
  .p-about .pointBlock_middle.reverse picture {
    margin-left: 16px;
    margin-right: 0;
  }
  .p-about .pointBlock_middle > .point__accordion-body.spOnly {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    width: 100%;
    flex-basis: 100%;
    font-size: clamp(0px, 14 / (375 - var(--scrollbar-width)) * 100vw, 14px);
    line-height: 1.75;
    text-align: left;
  }
  .p-about .pointBlock_middle > .point__accordion-body.spOnly p {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .p-about .pointBlock_middle > .point__accordion-body.spOnly .moreLink {
    margin-top: 32px;
  }
  .p-about .pointBlock_middle:has(.point__accordion.open) > .point__accordion-body.spOnly {
    max-height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .p-about .pointBlock--first img {
    aspect-ratio: 223/348;
  }
}
.p-about .pointBlock:not(.pointBlock--first) picture {
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 767.8px) {
  .p-about .pointBlock:not(.pointBlock--first) picture {
    aspect-ratio: 112/218;
    max-width: 112px;
  }
}
@media screen and (min-width: 768px) {
  .p-about .pointBlock:not(.pointBlock--first) picture {
    max-height: 324px;
  }
}
.p-about .pointBlock:not(.pointBlock--first) img {
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-about .pointBlock:not(.pointBlock--first) img {
    object-fit: cover;
    aspect-ratio: 288/324;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about .pointBlock:not(.pointBlock--first) img {
    width: 100%;
    height: 100%;
  }
}
.p-about .point__detail {
  text-align: left;
  max-width: 600px;
  flex: 1;
}
.p-about .point__detail .heading {
  font-family: "Outfit";
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-about .point__detail .heading::after {
  content: "";
  max-width: 159px;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #FFAACE;
  position: absolute;
}
.p-about .point__detail .en {
  font-size: 23px;
}
.p-about .point__detail .num {
  letter-spacing: -0.02em;
  font-size: 48px;
}
.p-about .point__detail .en,
.p-about .point__detail .num {
  color: #FFAACE;
  line-height: 1.35;
  font-weight: 600;
}
.p-about .point__detail h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
}
.p-about .point__detail h3 span {
  color: #E8518F;
}
.p-about .point__detail h3 span.strong {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 767.8px) {
  .p-about .point__detail {
    max-width: 100%;
  }
  .p-about .point__detail .en {
    font-size: clamp(0px, 20 / (375 - var(--scrollbar-width)) * 100vw, 20px);
  }
  .p-about .point__detail .num {
    font-size: clamp(0px, 48 / (375 - var(--scrollbar-width)) * 100vw, 48px);
  }
  .p-about .point__detail h3 {
    font-size: clamp(0px, 16 / (375 - var(--scrollbar-width)) * 100vw, 16px);
  }
  .p-about .point__detail h3 span.strong {
    font-size: clamp(0px, 32 / (375 - var(--scrollbar-width)) * 100vw, 32px);
  }
}
.p-about .point__detail .point__accordion-header {
  all: unset;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
}
.p-about .point__detail .point__accordion-header::before, .p-about .point__detail .point__accordion-header::after {
  display: none;
}
.p-about .point__detail .point__accordion-header > div {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  transition: all 0.3s ease;
  color: #2F3787;
  cursor: pointer;
}
.p-about .point__detail .point__accordion-header > div span {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background-color: #E8518F;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.p-about .point__detail .point__accordion-header > div span::after {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/themes/frey-a26/img/new_about/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.p-about .point__detail .point__accordion-header > div:hover {
  color: #E8518F;
  opacity: 1;
  text-decoration: underline;
}
.p-about .point__detail .point__accordion-header.open > div span, .p-about .point__detail .point__accordion-header.open > button span {
  transform: rotate(0deg);
}
.p-about .point__detail .moreLink {
  margin-top: 28px;
}
.p-about #flow {
  padding-top: 64px;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-about #flow {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  .p-about #flow {
    padding-top: 78.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  .p-about #flow {
    padding-top: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  .p-about #flow {
    padding-bottom: 78.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  .p-about #flow {
    padding-bottom: 56px;
  }
}
.p-about #flow .flow_wrap {
  background-color: #FFFFFF;
  border: 1.5px solid #5981D3;
  border-radius: 300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0 68px;
  max-width: 345px;
}
@media screen and (min-width: 768px) {
  .p-about #flow .flow_wrap {
    max-width: 520px;
    padding: 81.5px 0 91.5px;
  }
}
.p-about #flow .flow_wrap .u-textLink {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-about #flow .flow_wrap .u-textLink {
    margin-top: 60px;
  }
}
.p-about #flow .flow_title_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-about #flow .flow_title_wrap {
    gap: 24px;
  }
}
.p-about #flow .flow_point {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: rgba(255, 133, 196, 0.5);
}
@media screen and (min-width: 768px) {
  .p-about #flow .flow_point {
    font-size: 62.83px;
  }
}
.p-about #flow .flow_title {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.35;
  text-align: center;
  color: #2F3787;
}
@media screen and (min-width: 768px) {
  .p-about #flow .flow_title {
    font-size: 28px;
  }
}
.p-about #flow .flow_text {
  text-align: left;
  line-height: 1.35;
  font-weight: 500;
  font-size: clamp(0px, 13 / (375 - var(--scrollbar-width)) * 100vw, 13px);
  margin-top: 24px;
}
@media screen and (max-width: 960.8px) {
  .p-about #flow .flow_text {
    margin-top: 16.8px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about #flow .flow_text {
    margin-top: 12px;
  }
}
@media screen and (min-width: 961px) {
  .p-about #flow .flow_text {
    font-size: 16px;
    margin: 48px 30px 0;
  }
}
.p-about #flow .flow_text a {
  color: #E8518F;
  text-decoration: underline;
}
.p-about #flow .flow_img {
  margin-top: 24px;
}
@media screen and (min-width: 961px) {
  .p-about #flow .flow_img {
    margin-top: 48px;
  }
}
@media screen and (min-width: 961px) and (max-width: 960.8px) {
  .p-about #flow .flow_img {
    margin-top: 33.6px;
  }
}
@media screen and (min-width: 961px) and (max-width: 767.8px) {
  .p-about #flow .flow_img {
    margin-top: 24px;
  }
}
.p-about #flow .splide__arrow {
  background: #FF85C4;
  height: 30px;
  width: 30px;
  min-width: 30px;
  top: auto;
  bottom: 19%;
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-about #flow .splide__arrow {
    bottom: 23%;
    height: 38px;
    width: 38px;
    min-width: 38px;
  }
}
.p-about #flow .splide__arrow:hover {
  opacity: 0.7;
}
.p-about #flow .splide__arrow:disabled {
  opacity: 0;
  cursor: default;
}
.p-about #flow .splide__arrow svg {
  fill: #FFFFFF;
  height: 12px;
  width: 12px;
}
@media screen and (min-width: 768px) {
  .p-about #flow .splide__arrow svg {
    height: 16px;
    width: 16px;
  }
}
.p-about #flow .splide__arrow--prev {
  left: min(12 / (375 - var(--scrollbar-width)) * 100vw, 12px);
}
@media screen and (min-width: 768px) {
  .p-about #flow .splide__arrow--prev {
    left: 15px;
  }
}
.p-about #flow .splide__arrow--next {
  right: min(12 / (375 - var(--scrollbar-width)) * 100vw, 12px);
}
@media screen and (min-width: 768px) {
  .p-about #flow .splide__arrow--next {
    right: 15px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about #flow .flow_counseling .flow_wrap {
    padding: 60px 0 96px;
  }
}
.p-about #flow .flow_treatment .splide__arrow {
  bottom: 40.5%;
}
@media screen and (max-width: 1100.8px) {
  .p-about #flow .flow_treatment {
    margin-top: 48px;
  }
}
.p-about__flow {
  display: block;
}
@media screen and (min-width: 1101px) {
  .p-about__flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-about__flow .flow_counseling,
  .p-about__flow .flow_treatment {
    display: flex;
    flex-direction: column;
  }
  .p-about__flow .flow_counseling .flow_wrap,
  .p-about__flow .flow_treatment .flow_wrap {
    flex: 1;
  }
}
.p-about__flow .tag {
  max-width: 243px;
  width: 100%;
  background-color: #89AAEF;
  border-radius: 25px;
  padding: 10px 40.5px;
  margin: 0 auto 24px;
}
.p-about__flow .tag p {
  font-size: clamp(0px, 18 / (375 - var(--scrollbar-width)) * 100vw, 18px);
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (min-width: 961px) {
  .p-about__flow .tag p {
    font-size: 20px;
  }
}
@media screen and (min-width: 961px) {
  .p-about__flow .tag {
    margin-bottom: 32px;
    padding: 16px 31.5px;
  }
}
@media screen and (min-width: 961px) and (max-width: 960.8px) {
  .p-about__flow .tag {
    margin-bottom: 22.4px;
  }
}
@media screen and (min-width: 961px) and (max-width: 767.8px) {
  .p-about__flow .tag {
    margin-bottom: 16px;
  }
}
.p-about #about,
.p-about #column,
.p-about #caution {
  background-color: #FFFFFF;
}
.p-about #about {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .p-about #about {
    padding-top: 112px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  .p-about #about {
    padding-top: 78.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  .p-about #about {
    padding-top: 56px;
  }
}
.p-about__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 19px;
}
@media screen and (min-width: 768px) {
  .p-about__list ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 961px) {
  .p-about__list li {
    margin-top: 24px;
  }
}
.p-about__list li .text {
  font-size: clamp(0px, 13 / (375 - var(--scrollbar-width)) * 100vw, 13px);
  font-weight: 500;
  line-height: 2;
  text-align: left;
  color: #333333;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-about__list li .text {
    font-size: 14px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  .p-about__list li .text {
    margin-top: 16.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  .p-about__list li .text {
    margin-top: 12px;
  }
}
.p-about__list li .text br {
  display: none;
}
.p-about__list .list_img {
  border: 1px solid #BABEE4;
  border-radius: 12px;
  width: 100%;
  max-width: 245px;
  aspect-ratio: 245/136;
  overflow: hidden;
}
.p-about__list .list_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.8px) {
  .p-about__list .list_img {
    max-width: 100%;
    aspect-ratio: 162/90;
  }
}
.p-about #column {
  padding-top: 64px;
}
.p-about #column .u-textLink {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-about #column .u-textLink {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  .p-about #column .u-textLink {
    margin-top: 44.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  .p-about #column .u-textLink {
    margin-top: 32px;
  }
}
.p-about #caution {
  padding-top: 64px;
}
.p-about__caution {
  border: 1.5px solid #5981D3;
  border-radius: 30px;
  padding: 48px 0;
}
@media screen and (min-width: 768px) {
  .p-about__caution {
    padding: 56px 0;
  }
}
.p-about__caution .caution_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-about__caution .en {
  font-family: "Outfit";
  font-weight: 600;
  color: #5981D3;
  margin-top: 14px;
}
@media screen and (max-width: 960.8px) {
  .p-about__caution .en {
    margin-top: 9.8px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__caution .en {
    margin-top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .p-about__caution .en {
    font-size: 18px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  .p-about__caution .en {
    margin-top: 11.2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  .p-about__caution .en {
    margin-top: 8px;
  }
}
.p-about__caution .caution_text {
  margin-top: 32px;
}
@media screen and (max-width: 960.8px) {
  .p-about__caution .caution_text {
    margin-top: 22.4px;
  }
}
@media screen and (max-width: 767.8px) {
  .p-about__caution .caution_text {
    margin-top: 16px;
  }
}
.p-about__caution .caution_text {
  line-height: 2;
  padding: 0 32px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-about__caution .caution_text {
    font-size: 16px;
    margin-top: 56px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 960.8px) {
  .p-about__caution .caution_text {
    margin-top: 39.2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.8px) {
  .p-about__caution .caution_text {
    margin-top: 28px;
  }
}
.p-about__caution .caution_text p {
  font-weight: 500;
}
