/* ------------------------------------
 hero
------------------------------------ */
.f__hero {
  position: relative;
  padding: 120px 50px 0;
  overflow: clip;
}

.f__hero::before {
  content: "";
  position: absolute;
  left: 70px;
  bottom: 0;
  width: 320px;
  height: 520px;
  background: url(../images/bg_hero_left.png) no-repeat center / contain;
}

.f__hero::after {
  content: "";
  position: absolute;
  right: 70px;
  bottom: 0;
  width: 320px;
  height: 520px;
  background: url(../images/bg_hero_right.png) no-repeat center / contain;
}


.f__hero-catch {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  z-index: 2;
}

.f__hero-catch .catch {
  display: flex;
  align-items: center;
  gap: 10px 30px;
}

.f__hero-main {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
}

.f__hero-main .balloons {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50%;
  width: 100%;
  z-index: 5;
}

@keyframes pinpin {

  0% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.3, 0, 0.2, 1);
  }

  15% {
    transform: translateY(-10px);
    animation-timing-function: cubic-bezier(0.5, 0, 0.8, 0.5);
  }

  30% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}


.f__hero-main .balloons .balloon:nth-child(1) {
  position: absolute;
  left: 133px;
  top: 85px;
  animation: pinpin 2s -1s infinite ease-in-out;
}

.f__hero-main .balloons .balloon:nth-child(2) {
  position: absolute;
  left: -50px;
  top: 200px;
  animation: pinpin 2s infinite ease-in-out;
}

.f__hero-main .balloons .balloon:nth-child(3) {
  position: absolute;
  right: -30px;
  top: 80px;
  animation: pinpin 2s -1.5s infinite ease-in-out;
}

.f__hero-main .balloons .balloon:nth-child(4) {
  position: absolute;
  right: 150px;
  top: 190px;
  animation: pinpin 2s -.5s infinite ease-in-out;
}

.f__hero-main .mains {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}

.f__hero-slider .hero-slider {
  position: absolute;
  left: 50%;
  top: 105px;
  translate: -50%;
  width: 448px;
  overflow: hidden;
}

.f__hero-slider .swiper-pagination {
  top: 660px !important;
}

.f__hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3084f2 !important;
}


/* ------------------------------------
 about
------------------------------------ */
.f__about {
  position: relative;
  padding-top: 120px;
  overflow-x: clip;
}

.f__about .container {
  position: relative;
}

.f__about::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50%;
  width: 1170px;
  height: 1170px;
  background-color: #fff;
  border-radius: 50%;
}

.f__about-img {
  position: absolute;
  left: 0;
  top: 60%;
  translate: 0 -50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.f__about-img img:first-child {
  margin-left: -15px;
}

.f__about-list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 30px;
  margin: 50px auto;
}

.f__about-list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 900;
}

.f__about-list li::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 42px;
  margin-right: 20px;
  background: url(../images/icon_check.png) no-repeat center / contain;
}

.f__about-list li .line {
  display: inline-block;
  padding: 10px 0;
  background: url(../images/line_blue_min.png) repeat-x left bottom;
  color: var(--color-primary-bl);
  font-weight: 900;
}

.f__about-bottom {
  position: relative;
  padding-top: 150px;
}

.f__about-bottom::before {
  content: "・・・";
  position: absolute;
  left: 50%;
  top: -15px;
  translate: -50%;
  font-size: 6rem;
  letter-spacing: -3.5rem;
  rotate: 90deg;
  color: var(--color-primary-bl);
}

.f__about-bottom .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 5rem;
  text-align: center;
}

.f__about-bottom .catch .max {
  font-size: 6rem;
}

.f__about-bottom .catch .max .red {
  color: var(--color-primary-pk);
}

/* ------------------------------------
 reason
------------------------------------ */
.f__reason {
  padding: 150px 0;
  background-color: var(--color-primary-ye);
  background-image: url(../images/bg_reason_wave.jpg),
    url(../images/tex_yellow.jpg);
  background-repeat: repeat-x, repeat;
  background-position: bottom, center;
  border-radius: 150px 150px 0 0;
  margin-bottom: 0;
  overflow: hidden;
}

.f__reason-list .item {
  position: relative;
  padding: 50px 25px;
  background: #fff url(../images/bg_reason_item.jpg) no-repeat right bottom;
  border-radius: 40px;
  text-align: center;
}

.f__reason-list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 114px;
  height: 114px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 40px 0 0 0;
}

.f__reason-list .item .title-mid {
  position: relative;
  margin-bottom: 40px;
}

.f__reason-list .item .icon {
  position: absolute;
}

.f__reason-list .item .text-content {
  text-align: center;
}

.f__reason-list .item:nth-child(1)::before {
  background-image: url(../images/bg_reason_01.jpg);
}

.f__reason-list .item:nth-child(1) .icon {
  left: -50px;
  bottom: -15px;
}

.f__reason-list .item:nth-child(2)::before {
  background-image: url(../images/bg_reason_02.jpg);
}

.f__reason-list .item:nth-child(2) .icon {
  right: -50px;
  bottom: -15px;
}

.f__reason-list .item:nth-child(3)::before {
  background-image: url(../images/bg_reason_03.jpg);
}

.f__reason-list .item:nth-child(3) .icon {
  left: -70px;
  bottom: -10px;
}

.f__reason-list .item:nth-child(4)::before {
  background-image: url(../images/bg_reason_04.jpg);
}

.f__reason-list .item:nth-child(4) .icon {
  right: -40px;
  bottom: 10px;
}

.f__reason-what {
  position: relative;
  margin-top: 120px;
  padding: 60px;
  background-color: #fff;
  border: 4px solid var(--text-primary);
  border-radius: 3px;
}

.f__reason-what::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 50px;
  height: 22px;
  background-color: #111;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.f__reason-what .title-max {
  display: block;
  width: fit-content;
  padding-bottom: 25px;
  margin: 0 auto 50px;
  background: url(../images/line_pink.png) repeat-x left bottom;
  font-weight: 900;
  text-align: center;
}

.f__reason-what .box {
  margin: 50px 0;
}

.f__reason-what .box:last-child {
  margin-bottom: 0;
}

.f__reason-what .box .title-mid {
  display: flex;
  align-items: center;
}

.f__reason-what .box .title-mid::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 12px;
  background: url(../images/icon_ex.png) no-repeat center / contain;
}

.f__reason-what .box p strong {
  color: var(--color-primary-pk);
}


/* ------------------------------------
 results
------------------------------------ */
.f__results {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 300px;
  background-color: #fff;
  overflow: hidden;
}

.bg-results {
  position: absolute;
  left: 0;
  top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.bg-results img:first-child {
  margin-left: 30px;
}

.bg-results img:last-child {
  margin-right: -40px;
}

.f__results .title-sec+.text-content {
  font-size: 2rem;
}

.f__results .text-balloon {
  font-size: 3rem;
  color: var(--color-primary-og);
  text-align: center;
}

.f__results .text-balloon::before,
.f__results .text-balloon::after {
  background-color: var(--color-primary-og);
}

.f__results-list {
  position: relative;
  padding: 0 20px;
  margin-top: 80px;
}

.f__results-list .item {
  position: relative;
  padding: 50px;
  background: var(--color-base) var(--tex-base);
  border-radius: 60px;
}

.f__results-list .item:nth-child(odd) .icon-ill {
  position: absolute;
  left: 0;
  top: -45px;
}

.f__results-list .item:nth-child(even) .icon-ill {
  position: absolute;
  right: 0;
  top: -45px;
}

.results-plan {
  display: grid;
  grid-template-columns: 80px auto;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  gap: 10px 15px;
  margin-top: 25px;
  padding-top: 40px;
  background: url(../images/line_orange_min.png) repeat-x top left;
}

.results-plan .icon {
  grid-row: 1 / 3;
}

.results-plan .cap {
  align-self: flex-end;
  line-height: 1;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--color-primary-og);
}

.results-plan .title-min {
  align-self: flex-start;
  line-height: 1;
  margin: 0;
}

.results-plan .title-min .min {
  font-size: 1.6rem;
}


/*お試し*/
.otameshi-box {
  position: relative;
  padding: 60px;
  margin-top: 80px;
}

.otameshi-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  border-radius: 80px 80px 0 0;
  border-top: 6px solid var(--color-primary-gr);
  border-left: 6px solid var(--color-primary-gr);
  border-right: 6px solid var(--color-primary-gr);
  pointer-events: none;
}

.otameshi-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  border-radius: 0 0 80px 80px;
  border-bottom: 6px solid var(--color-primary-gr);
  border-left: 6px solid var(--color-primary-gr);
  border-right: 6px solid var(--color-primary-gr);
  pointer-events: none;
}

.otameshi-box .bg-otameshi {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.otameshi-box .bg-otameshi img:first-child {
  margin-left: -10px;
}

.otameshi-box .bg-otameshi img:last-child {
  margin-right: -25px;
}

.otameshi-box .title-max {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.otameshi-box .title-max::before {
  content: "";
  width: 80px;
  height: 80px;
  margin-right: 15px;
  background: url(../images/icon_plan_otameshi.png) no-repeat center / contain;
}

.otameshi-box .title-max .line {
  display: inline-block;
  padding: 20px 0 10px;
  border-bottom: 6px dotted var(--color-primary-gr);
  line-height: 1;
}

.otameshi-box .container-btns {
  position: relative;
  z-index: 1;
}

.otameshi-box .btn-primary {
  padding: 30px 50px;
  background-color: var(--color-primary-gr);
  font-size: 2.6rem;
}

/* ------------------------------------
service
------------------------------------ */
.f__service {
  margin-top: -150px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: var(--color-primary-og);
  background-image: url(../images/bg_service_wave.jpg),
    url(../images/tex_orange.jpg);
  background-repeat: repeat-x,
    repeat;
  background-position: bottom,
    center;
  border-radius: 150px 150px 0 0;
  border-radius: 150px 150px 0 0;
  color: #fff;
}

.f__service-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 120px 30px;
  margin-top: 120px;
}

.f__service-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33% - 18px);
  padding: 30px;
  background-color: #fff;
  border-radius: 40px;
  color: initial;
}

.f__service-list .item .icon {
  position: relative;
  width: 270px;
  height: 270px;
  margin-top: -90px;
  margin-bottom: 25px;
  background: var(--color-base) var(--tex-base);
  border-radius: 50%;
}

.f__service-list .item .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  max-width: initial;
}

.f__service-list .item .text-content {
  margin-bottom: 30px;
  line-height: 1.7;
  font-size: 1.6rem;
}

.sercive-plan {
  width: 100%;
  margin-top: auto;
}

.sercive-plan .cap {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--color-primary-og);
  white-space: nowrap;
}

.sercive-plan .cap::before {
  content: "";
  width: 100%;
  height: 2px;
  border-top: 3px dotted var(--color-primary-og);
}

.sercive-plan .cap::after {
  content: "";
  width: 100%;
  height: 2px;
  border-top: 3px dotted var(--color-primary-og);
}

.sercive-plan ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 20px;
}



/* ------------------------------------
 plan
------------------------------------ */
.f__plan {
  overflow: clip;
}

.f__plan-table {
  overflow: auto;
  margin-top: 15px;
  margin-bottom: 100px;
  padding-bottom: 5px;
  overflow-x: auto;
}

.f__plan-table img {
  min-width: 700px;
}

.f__plan-box {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 50px 0;
  padding: 60px 0;
  margin: 50px 0;
  background-color: #fff;
  z-index: 1;
}

.f__plan-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50%;
  width: calc(100% + 200px);
  height: 100%;
  background-color: #fff;
  border-radius: 60px;
  z-index: -1;
}

.f__plan-box .icon-no1 {
  position: absolute;
  left: -155px;
  top: -20px;
}

.f__plan-box .title-max {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  font-size: 5rem;
  white-space: nowrap;
}

.f__plan-box .title-max .icon {
  flex-shrink: 0;
}

.f__plan-box .plan-price {
  align-self: center;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 6px dotted #111;
  font-size: 3rem;
  font-weight: 800;
}

.f__plan-box .plan-price .price {
  display: inline-block;
  margin: 0 10px;
  line-height: 1;
  font-size: 5rem;
}

.f__plan-box .plan-content {
  padding-right: 80px;
}

.f__plan-box .plan-detail .cap {
  display: block;
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1;
}

.f__plan-box .plan-detail .detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.f__plan-box .plan-detail .detail-list li {
  padding: 8px 12px;
  background-color: #111;
  border-radius: 10px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}

.f__plan-box .plan-detail .detail-list li.none {
  background-color: #ccc;
}

.f__plan-box .plan-detail .detail-list li .min {
  font-size: 1.4rem;
}

.plan-oameshi .plan-price {
  border-color: var(--color-primary-gr);
}

.plan-oameshi .title-max,
.plan-oameshi .plan-price .price,
.plan-oameshi .plan-detail .cap {
  color: var(--color-primary-gr);
}

.plan-oameshi .plan-detail .detail-list li {
  background-color: var(--color-primary-gr);
}

/**/
.plan-standard .plan-price {
  border-color: var(--color-primary-bl);
}

.plan-standard .title-max,
.plan-standard .plan-price .price,
.plan-standard .plan-detail .cap {
  color: var(--color-primary-bl);
}

.plan-standard .plan-detail .detail-list li {
  background-color: var(--color-primary-bl);
}

/**/
.plan-marunage .plan-price {
  border-color: var(--color-primary-pk);
}

.plan-marunage .title-max,
.plan-marunage .plan-price .price,
.plan-marunage .plan-detail .cap {
  color: var(--color-primary-pk);
}

.plan-marunage .plan-detail .detail-list li {
  background-color: var(--color-primary-pk);
}


/*option*/
.f__plan-options {
  padding-top: 115px;
  background: url(../images/icon_plus.png) no-repeat center top;
}

.f__plan-options .title-mid {
  width: fit-content;
  min-width: 260px;
  padding: 20px;
  margin-bottom: 0;
  background-color: var(--color-primary-og);
  border-radius: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.f__plan-options .title-mid:not(:first-child) {
  margin-top: 100px;
}


.f__plan-options .difi-box {
  justify-content: space-between;
}

.f__plan-options .difi-box:first-child {
  border-top: none;
}

.f__plan-options .difi-box .difi-desc {
  text-align: right;
}


/* ------------------------------------
 archive
------------------------------------ */
.f__archive {
  overflow: hidden;
}

.archive-slider {
  max-width: 95%;
  margin: 100px auto;
}

.archive-item {
  display: flex;
  max-width: 900px;
  background-color: #fff;
  border-radius: 40px;
}

.archive-item .img {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  max-width: 55%;
  margin-top: -50px;
}

.archive-content {
  padding: 50px;
}

.archive-content .title-max .min {
  font-size: 2.2rem;
}

.archive-balloon {
  position: relative;
  background: var(--tex-base);
  padding: 30px;
  border-radius: 20px;
}

.archive-balloon::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -15px;
  width: 17px;
  height: 22px;
  background: var(--tex-base);
  border-radius: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.archive-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  margin-top: 30px;
}

.archive-tags li {
  line-height: 1.2;
  font-weight: 700;
}

/*color*/
.color-pink .archive-balloon,
.color-pink .archive-balloon::before {
  background: #ffecec;
}

.color-pink .archive-tags li {
  color: var(--color-primary-pk);
}

.color-blue .archive-balloon,
.color-blue .archive-balloon::before {
  background: #e9f5ff;
}

.color-blue .archive-tags li {
  color: var(--color-primary-bl);
}

.color-bluel .archive-balloon,
.color-bluel .archive-balloon::before {
  background: #e9fbff;
}

.color-bluel .archive-tags li {
  color: #57b0e4;
}


.color-green .archive-balloon,
.color-green .archive-balloon::before {
  background: #ebf8ed;
}

.color-green .archive-tags li {
  color: var(--color-primary-gr);
}

.color-orange .archive-balloon,
.color-orange .archive-balloon::before {
  background: #fff4e9;
}

.color-orange .archive-tags li {
  color: var(--color-primary-og);
}




/*slider*/
.archive-pagination {
  margin-top: 30px;
  text-align: center;
}

.archive-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.archive-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary-pk);
}



/* ------------------------------------
 flow
------------------------------------ */
.f__flow-wrap {
  position: relative;
  padding: 100px;
  background-color: #fff;
  border-radius: 60px;
  border: 6px solid var(--color-primary-bl);
}

.f__flow-wrap::before {
  content: "";
  position: absolute;
  left: -70px;
  top: -80px;
  width: 297px;
  height: 237px;
  background: url(../images/img_flow_acc_left.png) no-repeat center / contain;
}

.f__flow-wrap::after {
  content: "";
  position: absolute;
  right: -118px;
  bottom: -76px;
  width: 352px;
  height: 282px;
  background: url(../images/img_flow_acc_right.png) no-repeat center / contain;
}

.f__flow-wrap .title-sec {
  position: relative;
  color: var(--color-primary-bl);
}

.flow-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.flow-list .item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px 30px;
}

.flow-list .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 160px;
  height: 36px;
  background: url(../images/icon_arrow_flow.png) no-repeat center / contain;
}

.flow-list .item:last-child::after {
  display: none;
}

.flow-list .item .content .tag {
  color: var(--color-primary-bl);
  font-size: 2.2rem;
  font-weight: 700;
}

.flow-list .item .content .title-mid {
  margin: 10px 0;
}


/* ------------------------------------
 staff
------------------------------------ */
.f__staff {
  padding-top: 150px;
  padding-bottom: 300px;
  margin-bottom: -300px;
  background: var(--color-primary-og) url(../images/tex_orange.jpg);
  border-radius: 150px 150px 0 0;
  color: #fff;
}

.f__staff .text-balloon {
  margin: 0 auto;
  font-size: 3rem;
}

.f__staff-list {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 0 25px;
  margin-top: 40px;
}

.f__staff-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  width: 25%;
  gap: 40px 25px;
}

.f__staff-list .item .content {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  color: initial;
}

.f__staff-list .item .content::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  translate: -50%;
  width: 30px;
  height: 22px;
  background-color: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.f__staff-list .item .person p {
  margin-top: 10px;
  text-align: center;
  line-height: 1.3;
}


/* ------------------------------------
 faq
------------------------------------ */
.faq-box {
  background-color: #fff;
  margin: 30px 0;
  border-radius: 20px;
}

.faq-box-q {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

.faq-box-q::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
  background-color: var(--color-primary-pk);
  border-radius: 50%;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  font-size: 3rem;
}

.faq-box-q .title-min {
  margin-bottom: 0;
}

.faq-box-a {
  position: relative;
  padding: 0 20px 20px 90px;
}

.faq-box-a::before {
  content: "A";
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding-bottom: 5px;
  background-color: var(--color-primary-bl);
  border-radius: 50%;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  font-size: 3rem;
}

.faq-box-a p {
  min-height: 50px;
}


/* ------------------------------------
 contact
------------------------------------ */
.f__contact {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background: var(--color-primary-og) url(../images/tex_orange.jpg);
  border-radius: 150px;
  color: #fff;
  overflow-x: clip;
}

.f__contact::before {
  content: "";
  position: absolute;
  left: 100px;
  top: 280px;
  width: 383px;
  max-width: 20%;
  height: 583px;
  background: url(../images/bg_contact_01.png) no-repeat center / contain;
}

.f__contact::after {
  content: "";
  position: absolute;
  right: 100px;
  top: 280px;
  width: 383px;
  max-width: 20%;
  height: 583px;
  background: url(../images/bg_contact_02.png) no-repeat center / contain;
}

.f__contact .balloons {
  position: relative;
  height: 230px;
}

.f__contact .balloons .balloon {
  position: absolute;
}

.f__contact .balloons .balloon:nth-child(1) {
  left: 0;
  top: 0;
  animation: pinpin 2s -.5s infinite ease-in-out;
}

.f__contact .balloons .balloon:nth-child(2) {
  left: 25%;
  top: 131px;
  animation: pinpin 2s infinite ease-in-out;
}

.f__contact .balloons .balloon:nth-child(3) {
  right: 0;
  top: 30px;
  animation: pinpin 2s -1s infinite ease-in-out;
}

.f__contact-head {
  position: relative;
  margin: 50px 0;
  z-index: 1;
}

.f__contact-head .title-sec {
  margin-bottom: 30px;
}

.f__contact-head .title-sec .main {
  padding-bottom: 30px;
  background: url(../images/line_yellow.png) repeat-x bottom;
  font-size: 6rem;
  text-align: center;
}

.f__contact-head .title-sec .main span {
  display: inline-block;
}

.f__contact-head .text-content {
  font-size: 2.2rem;
  font-weight: 700;
}

.f__contact-btns {
  position: relative;
  display: flex;
  gap: 45px;
  z-index: 1;
}

.f__contact-btns .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding: 50px 35px 35px;
  background: #111;
  border-radius: 40px;
}

.f__contact-btns .box .title-max {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  padding-bottom: 30px;
  border-bottom: 6px dotted #fff;
}

.f__contact-btns .box .title-max .icon {
  line-height: 1;
}

.f__contact-btns .box p {
  line-height: 1.5;
}

.f__contact-btns .box p .min {
  font-weight: 500;
  font-size: 1.6rem;
}

.f__contact-btns .box .text-content {
  font-size: 2.2rem;
  font-weight: 700;
}

.f__contact-btns .box .text-content .min {
  display: inline-block;
  margin-top: 5px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.6rem;
  white-space: nowrap;
}

.f__contact-btns .box .btn-primary {
  min-width: 330px;
  min-height: 80px;
  margin-bottom: 20px;
  background-color: #ffd519;
  color: #111;
}

.f__contact-btns .contact-line {
  background: url(../images/tex_green.jpg);
}

.f__contact-btns .contact-online {
  background: url(../images/tex_blue.jpg);
}

.f__contact-btns .contact-tel {
  background: url(../images/tex_gray.jpg);
}

.f__contact-btns .contact-tel .btn-primary {
  font-size: 3rem;
}

/*form*/
.f__mailform {
  position: relative;
  margin-top: 100px;
  color: #111;
  z-index: 1;
}

.f__mailform::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50%;
  width: 1500px;
  height: 100%;
  background-color: #fff;
  border-radius: 60px;
  z-index: -1;
}

.f__mailform-inner {
  padding: 100px 0;
  background-color: #fff;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 1500px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1500px) {
  .bg-results img:first-child {
    margin-left: -30px;
  }

  /* ------------------------------------
   hero
  ------------------------------------ */
  .f__hero::before {
    left: 20px;
    bottom: 15%;
  }

  .f__hero::after {
    right: 20px;
    bottom: 15%;
  }

  .f__hero-main {
    margin-top: 50px;
  }

  .f__hero-main .balloons .balloon img {
    width: 90%;
  }

  .f__hero-main .balloons .balloon:nth-child(1) {
    top: 30px;
  }

  .f__hero-main .balloons .balloon:nth-child(2) {
    left: 0;
    top: 150px;
  }

  .f__hero-main .balloons .balloon:nth-child(3) {
    top: 40px;
  }

  .f__hero-main .balloons .balloon:nth-child(4) {
    right: 110px;
    top: 150px;
  }

  /* ------------------------------------
   contact
  ------------------------------------ */
  .f__contact::before {
    left: 40px;
  }

  .f__contact::after {
    right: 40px;
  }

  .f__contact-btns {
    gap: 25px;
  }

  .f__mailform::before {
    width: 95vw;
  }


  /* ------------------------------------
   plan
  ------------------------------------ */
  .f__plan-box {
    padding: 60px 40px;
    border-radius: 40px;
  }

  .f__plan-box::before {
    display: none;
  }

  .f__plan-box .icon-no1 {
    left: -50px;
    width: 120px;
    height: 120px;
  }

  /* ------------------------------------
   flow
  ------------------------------------ */
  .f__flow-wrap::before {
    left: 0;
  }

  .f__flow-wrap::after {
    right: 0;
    width: 300px;
  }

  /* ------------------------------------
   staff
  ------------------------------------ */
  .f__staff-list {
    flex-wrap: wrap;
  }

  .f__staff-list .item {
    width: 50%;
  }

  /* ------------------------------------
 contact
------------------------------------ */
  .f__contact::before {
    left: -30px;
    max-width: 30%;
  }

  .f__contact::after {
    right: -30px;
    max-width: 30%;
  }

  .f__contact .balloons {
    width: 75%;
    height: 170px;
    margin: 0 auto;
  }

  .f__contact .balloons .balloon {
    width: fit-content;
    max-width: 45%;
    right: 0;
  }

  .f__contact .balloons .balloon:nth-child(2) {
    top: 100px;
  }

  .f__contact-head .title-sec .main {
    max-width: 520px;
  }

  .f__contact-btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .f__contact-btns .box {
    width: 45%;
  }

  /*form*/
  .f__mailform::before {
    display: none;
  }

  .f__mailform-inner {
    padding: 100px 50px;
    border-radius: 60px;

  }


}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


---  1199px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {

  /* ------------------------------------
   hero
  ------------------------------------ */
  .f__hero {
    padding: 150px 25px 0;
  }

  .f__hero::before,
  .f__hero::after {
    width: 220px;
    bottom: 25%;
  }

  .acc-left {
    position: absolute;
    left: 0;
    z-index: 1;
  }

  .acc-right {
    position: absolute;
    right: 0;
    z-index: 1;
  }

  /* ------------------------------------
   about
  ------------------------------------ */
  .f__about-img {
    top: 70%;
  }

  .f__about-img img:nth-child(1) {
    width: 15%;
  }

  .f__about-img img:nth-child(2) {
    width: 30%;
  }

  .f__about-bottom .catch {
    font-size: 4rem;
  }

  .f__about-bottom .catch .max {
    font-size: 5rem;
  }

  /* ------------------------------------
   reason
  ------------------------------------ */
  .f__reason {
    border-radius: 80px 80px 0 0;
  }

  .f__reason-list {
    gap: 25px;
  }

  /* ------------------------------------
   result
  ------------------------------------ */
  .bg-results img:first-child {
    width: 20%;
    height: auto;
  }

  .bg-results img:last-child {
    width: 20%;
    height: auto;
  }

  .f__results-list {
    gap: 50px 25px;
  }

  .f__results-list .item {
    padding: 50px 25px 25px;
    border-radius: 40px;
  }

  .f__results-list .item .icon-ill {
    width: 70px;
  }

  .f__results-list .item:nth-child(odd) .icon-ill {
    left: -15px;
  }

  .f__results-list .item:nth-child(even) .icon-ill {
    right: -15px;
  }

  .otameshi-box::before {
    height: 50%;
  }

  .otameshi-box .bg-otameshi {
    bottom: 0;
    translate: 0;
    z-index: 1;
  }

  /* ------------------------------------
   service
  ------------------------------------ */
  .f__service {
    border-radius: 80px 80px 0 0;
  }

  .f__service-list .item {
    width: calc(50% - 18px);
  }

  /* ------------------------------------
   plan
  ------------------------------------ */
  .f__plan-box {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .f__plan-box .icon-no1 {
    left: inherit;
    right: 0;
  }

  .f__plan-box .plan-content {
    padding-right: 0;
  }

  .f__plan-box .plan-price {
    order: 4;
  }

  /* ------------------------------------
   flow
  ------------------------------------ */
  .f__flow-wrap {
    padding: 100px 60px;
  }

  .f__flow-wrap::before {
    width: 250px;
  }

  .f__flow-wrap::after {
    bottom: -150px;
  }

  /* ------------------------------------
   staff
  ------------------------------------ */
  .f__staff {
    border-radius: 80px 80px 0 0;
  }

  /* ------------------------------------
   contact
  ------------------------------------ */
  .f__contact {
    padding-top: 100px;
    border-radius: 80px;
  }

  .f__contact::before,
  .f__contact::after {
    top: 100px;
  }

  .f__contact-btns .box {
    width: 100%;
    max-width: 500px;
  }

}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 991px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 991px) {

  /* ------------------------------------
   hero
  ------------------------------------ */
  .f__hero {
    padding: 100px 0 0;
  }

  .f__hero::before,
  .f__hero::after {
    bottom: 35%;
  }

  .acc-left,
  .acc-right {
    width: 30%;
  }

  .f__hero-catch .catch {
    flex-direction: column;
  }

  .f__hero-main .balloons {
    top: -15px;
  }

  .f__hero-main .balloons .balloon:nth-child(1) {
    top: 0;
  }

  .f__hero-main .balloons .balloon:nth-child(2) {
    top: 80px;
  }

  .f__hero-main .balloons .balloon:nth-child(4) {
    top: 120px;
    right: 50px;
  }

  .f__hero-main .balloons {
    display: none;
  }

  .f__hero-slider .frame {
    width: 450px;
  }

  .f__hero-slider .hero-slider {
    top: 94px;
    width: 400px;
  }

  .f__hero-slider .swiper-pagination {
    top: 590px !important;
  }

  /* ------------------------------------
   about
  ------------------------------------ */
  .f__about::before {
    width: 150%;
    height: 100%;
  }

  .f__about-list {
    margin: 50px auto 25px;
  }

  .f__about-list li {
    font-size: 2.4rem;
  }

  .f__about-img {
    top: 60%;
    justify-content: flex-end;
  }

  .f__about-img img:first-child {
    display: none;
  }

  .f__about-bottom {
    padding-top: 80px;
  }

  .f__about-bottom::before {
    font-size: 5rem;
  }

  /* ------------------------------------
   reason
  ------------------------------------ */
  .f__reason-list {
    grid-template-columns: 1fr;
  }

  .f__reason-list .item:nth-child(1) .icon {
    left: -25px;
  }

  .f__reason-list .item:nth-child(2) .icon {
    right: -25px;
  }

  .f__reason-list .item:nth-child(3) .icon {
    left: -25px;
  }

  .f__reason-list .item:nth-child(4) .icon {
    right: -20px;
  }

  .f__reason-what {
    padding: 40px;
  }

  .f__reason-what .title-max {
    font-size: 3.6rem;
  }

  /* ------------------------------------
   results
  ------------------------------------ */
  .bg-results {
    display: none;
  }

  .f__results .title-sec+.text-content {
    text-align: justify !important;
  }

  .f__results-list {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .f__results-list .item .icon-ill {
    width: auto;
  }

  .f__results-list .item:nth-child(odd) .icon-ill {
    left: 15px;
  }

  .f__results-list .item:nth-child(even) .icon-ill {
    right: 15px;
  }

  .otameshi-box .title-max {
    flex-wrap: wrap;
  }

  .otameshi-box .bg-otameshi img:first-child {
    width: 18%;
  }

  .otameshi-box .bg-otameshi img:last-child {
    width: 27%;
  }

  /* ------------------------------------
   archive
  ------------------------------------ */
  .archive-content {
    padding: 50px 25px;
  }

  .archive-balloon {
    padding: 15px;
    font-size: 90%;
  }

  /* ------------------------------------
   flow
  ------------------------------------ */
  .f__flow-wrap {
    padding: 100px 30px;
  }

  .f__flow-wrap::before {
    left: -15px;
    width: 200px;
  }

  .flow-list .item::after {
    left: 50%;
    translate: -50%;
  }

  /* ------------------------------------
   staff
  ------------------------------------ */
  .f__staff-list {
    gap: 40px 25px;
  }

  .f__staff-list .item {
    width: 48%;
  }

  /* ------------------------------------
   contact
  ------------------------------------ */
  .f__contact .balloons {
    width: 100%;
  }


}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 767px(スマホ、iPad縦以下)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 767px) {

  /* ------------------------------------
   hero
  ------------------------------------ */
  .f__hero {
    padding: 120px 0 0;
  }

  .f__hero-catch {
    width: 90%;
  }

  .acc-right {
    right: -20px;
  }

  .f__hero-slider .frame {
    width: 400px;
  }

  .f__hero-slider .hero-slider {
    top: 84px;
    width: 354px;
  }

  .f__hero-slider .swiper-pagination {
    top: 525px !important;
  }

  /* ------------------------------------
   about
  ------------------------------------ */
  .f__about {
    margin-top: 50px;
    padding-top: 50px;
  }

  .f__about-list li {
    flex-wrap: wrap;
    min-height: 40px;
    padding-left: 55px;
    line-height: 1.2;
  }

  .f__about-list li::before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 40px;
    height: 40px;
  }

  .f__about-bottom .catch {
    font-size: clamp(2.4rem, 6vw, 3.4rem);
  }

  .f__about-bottom .catch .max {
    font-size: clamp(3rem, 8.91vw, 5rem);
  }

  /* ------------------------------------
   results
  ------------------------------------ */
  .f__results .text-balloon::before,
  .f__results .text-balloon::after {
    top: 50%;
  }

  .f__results .title-sec+.text-content {
    font-size: 1.8rem;
  }

  .f__results-list .item {
    padding-top: 0;
  }

  .f__results-list .item .icon-ill {
    position: relative !important;
    top: -20px !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
  }

  .f__results-list .item .icon-ill img {
    width: 80px;
    height: auto;
  }


  /*お試し*/
  .otameshi-box {
    padding: 50px 25px;
  }

  .otameshi-box::after {
    height: 50%;
  }

  .otameshi-box .container-btns {
    margin: 25px auto;
  }

  .otameshi-box .btn-primary {
    padding: 20px 30px;
    font-size: 2.2rem;
  }

  /* ------------------------------------
   service
  ------------------------------------ */
  .f__service-list {
    gap: 90px 15px;
  }

  .f__service-list .item {
    width: 100%;
    max-width: 450px;
  }

  /* ------------------------------------
   plan
  ------------------------------------ */
  .f__plan-table {
    margin-right: -25px;
  }

  .f__plan-box {
    padding: 40px 25px 25px;
  }

  .f__plan-box .icon-no1 {
    top: -40px;
    right: -20px;
    width: 100px;
    height: 100px;
  }

  .f__plan-box .title-max {
    gap: 10px;
    line-height: 1.2;
    font-size: 3.8rem;
    font-size: clamp(2.8rem, 6.77vw, 3.8rem);
    white-space: pre-wrap;
  }

  .f__plan-box .title-max .icon {
    width: 80px;
    height: 80px;
  }

  .f__plan-box .plan-detail .cap {
    font-size: 1.8rem;
  }

  .f__plan-options .title-mid {
    min-width: 200px;
    margin: 0 auto;
    font-size: 2.4rem;
  }

  .f__plan-options .difi-box .difi-desc .text-right {
    margin: 0;
  }

  /* ------------------------------------
   reason
  ------------------------------------ */
  .f__reason-what {
    padding: 40px 20px;
  }

  .f__reason-what .title-max {
    font-size: 3.4rem;
  }

  .f__reason-what .box .title-mid {
    font-size: 2.4rem;
  }

  .results-plan {
    grid-template-columns: 60px auto;
  }

  .results-plan .icon {
    width: 60px;
    height: 60px;
  }

  .results-plan .cap {
    font-size: 1.4rem;
  }

  .otameshi-box {
    padding: 50px 25px 25px;
  }

  .otameshi-box::before {
    border-radius: 60px 60px 0 0;
  }

  .otameshi-box::after {
    border-radius: 0 0 60px 60px;
  }

  .otameshi-box .bg-otameshi {
    display: none;
  }

  /* ------------------------------------
   archive
  ------------------------------------ */
  .archive-item {
    flex-direction: column;
    align-items: center;
  }

  .archive-content {
    padding: 25px 25px 40px;
  }

  .archive-content .title-max {
    margin-bottom: 20px;
    font-size: 3rem;
    text-align: center;
  }

  .archive-balloon::before {
    left: 50%;
    translate: -50%;
  }

  .archive-tags {
    gap: 8px 15px;
  }

  /* ------------------------------------
   flow
  ------------------------------------ */
  .f__flow-wrap::before {
    width: 150px;
  }

  .f__flow-wrap::after {
    width: 220px;
  }

  .flow-list .item {
    gap: 10px 20px;
  }

  .flow-list .item .content .tag {
    font-size: 1.8rem;
  }

  .flow-list .item .content .title-mid {
    font-size: 2.6rem;
  }

  /* ------------------------------------
   staff
  ------------------------------------ */
  .f__staff {
    padding-top: 100px;
  }

  .f__staff .text-balloon {
    font-size: 2.4rem;
  }

  .f__staff-list .item {
    width: 100%;
  }

  .f__staff-list .item .content {
    padding: 30px 20px;
  }

  .f__staff-list .item .person {
    width: 120px;
  }

  /* ------------------------------------
   faq
  ------------------------------------ */
  .faq-box {
    margin: 20px 0;
  }

  .faq-box-q {
    gap: 10px;
    padding: 15px;
  }

  .faq-box-q::before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }

  .faq-box-q .title-min {
    font-size: 1.8rem;
  }

  .faq-box-a {
    padding: 0 15px 15px 65px;
  }

  .faq-box-a::before {
    left: 15px;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }


  /* ------------------------------------
   contact
  ------------------------------------ */
  .f__contact {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow-x: visible;
  }

  .f__contact::before {
    top: -50px;
    left: 0;
    height: 263px;
  }

  .f__contact::after {
    top: -50px;
    right: 0;
    height: 263px;
  }

  .f__contact .balloons {
    display: none;
  }

  .f__contact-head .title-sec .main {
    font-size: clamp(3.8rem, 8.55vw, 5rem);
  }

  .f__contact-head .text-content {
    font-size: 1.8rem;
  }

  .f__contact-btns .box .text-content {
    font-size: 1.8rem;
  }

  .f__contact-btns .box .title-max {
    font-size: 3.4rem;
  }

  .f__mailform-inner {
    padding: 80px 20px 50px;
    border-radius: 40px;
  }


}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 560px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 560px) {

  /* ------------------------------------
   hero
  ------------------------------------ */
  .f__hero::before {
    left: 0;
    width: 40%;
    height: 250px;
  }

  .f__hero::after {
    right: 0;
    width: 40%;
    height: 250px;
  }

  .f__hero-catch {
    width: 88%;
    gap: 15px;
  }

  .f__hero-main {
    margin-top: 30px;
  }

  .f__hero-slider .frame {
    width: 300px;
  }

  .f__hero-slider .hero-slider {
    top: 65px;
    width: 265px;
  }

  .f__hero-slider .swiper-pagination {
    top: 395px !important;
  }

  /* ------------------------------------
   about
  ------------------------------------ */
  .f__about-list {
    margin: 25px auto;
    gap: 20px;
  }

  .f__about-list li {
    padding-left: 40px;
    font-size: 2rem;
  }

  .f__about-list li::before {
    width: 30px;
    height: 30px;
  }

  .f__about-list li .line {
    padding: 8px 0;
    background-size: auto 5px;
  }

  .f__about-bottom {
    padding-top: 55px;
  }

  .f__about-bottom::before {
    font-size: 3rem;
    letter-spacing: -2rem;
  }

  /* ------------------------------------
   reason
  ------------------------------------ */
  .f__reason {
    padding: 80px 0;
    border-radius: 60px 60px 0 0;
  }

  .f__reason-list .item {
    padding: 30px 25px;
  }

  .f__reason-list .item::before {
    width: 90px;
    height: 90px;
  }

  .f__reason-list .item .title-mid {
    margin-bottom: 20px;
  }

  .f__reason-list .item:nth-child(1) .icon {
    left: -15px;
    width: 70px;
  }

  .f__reason-list .item:nth-child(2) .icon {
    width: 80px;
  }

  .f__reason-list .item:nth-child(3) .icon {
    left: -5px;
    bottom: -30px;
    width: 90px;
  }

  .f__reason-list .item:nth-child(4) .icon {
    right: 0;
    bottom: -25px;
    width: 60px;
  }

  .f__reason-what {
    margin-top: 80px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .f__reason-what .title-max {
    margin: 0 auto 25px;
    font-size: 2.4rem;
  }

  .f__reason-what .box .title-mid {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .f__reason-what .box .title-mid::before {
    width: 28px;
    height: 28px;
  }

  .f__reason-what .box {
    margin: 25px 0;
  }

  /* ------------------------------------
   results
  ------------------------------------ */
  .f__results {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .f__results .text-balloon {
    font-size: 2.2rem;
  }

  .f__results .title-sec+.text-content {
    font-size: 1.6rem;
  }

  .f__results-list {
    margin-top: 50px;
    gap: 30px 25px;
  }

  .f__results-list .item {
    padding: 0 20px 20px;
    border-radius: 40px;
  }

  .f__results-list .item .icon-ill img {
    width: 60px;
  }

  .results-plan {
    gap: 8px 10px;
    margin-top: 15px;
    padding-top: 20px;
  }

  .results-plan .title-min .min {
    display: inline-block;
    font-size: 1.4rem;
  }

  /*お試し*/
  .otameshi-box {
    margin-top: 40px;
  }

  .otameshi-box::before {
    border-radius: 40px 40px 0 0;
  }

  .otameshi-box::after {
    border-radius: 0 0 40px 40px;
  }

  .otameshi-box .title-max {
    margin-bottom: 15px;
    font-size: 2.6rem;
  }

  .otameshi-box .title-max .line {
    padding: 10px 0;
    font-size: 3rem;
  }

  .otameshi-box .title-max::before {
    width: 55px;
    height: 55px;
  }

  .otameshi-box .btn-primary {
    padding: 20px 25px;
    font-size: 1.8rem;
  }

  .otameshi-box .btn-primary .icon {
    display: none;
  }

  .otameshi-box .text-center {
    text-align: left !important;
  }


  /* ------------------------------------
   service
  ------------------------------------ */
  .f__service {
    margin-top: -60px;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 60px 60px 0 0;
  }

  .f__service-list .item {
    padding: 20px;
  }

  .f__service-list .item .text-content {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }

  .f__service-list .item .icon {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
  }

  .f__service-list .item .icon img {
    width: 110%;
  }

  /* ------------------------------------
   plan
  ------------------------------------ */
  .f__plan-table {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 15px;
    margin-bottom: 50px;
  }

  .f__plan-box {
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 20px;
    border-radius: 30px;
  }

  .f__plan-box .title-max .icon {
    width: 60px;
    height: 60px;
  }

  .f__plan-box .plan-detail .cap {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .f__plan-box .plan-detail .detail-list li {
    padding: 5px 8px;
    border-radius: 6px;
  }

  .f__plan-box .plan-detail .detail-list li .min {
    font-size: 1.2rem;
  }

  .f__plan-box .plan-price {
    margin-right: auto;
    font-size: 2.2rem;
  }

  .f__plan-box .plan-price .price {
    font-size: 4rem;
  }

  .f__plan-box .icon-no1 {
    top: -20px;
    right: 0px;
    width: 80px;
    height: 80px;
  }

  .f__plan-options {
    padding-top: 80px;
    background-size: 40px;
  }

  .f__plan-options .title-mid {
    padding: 15px;
    border-radius: 10px;
    font-size: 2.2rem;
  }

  .f__plan-options .title-mid:not(:first-child) {
    margin-top: 50px;
  }

  /* ------------------------------------
   flow
  ------------------------------------ */
  .f__flow-wrap {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px;
    padding: 80px 20px;
    border-radius: 40px;
  }

  .f__flow-wrap::before {
    height: 140px;
  }

  .flow-list {
    gap: 60px;
  }

  .flow-list .item {
    flex-direction: column;
  }

  .flow-list .item::after {
    bottom: -40px;
    height: 20px;
  }

  .flow-list .item .content .tag {
    display: block;
    text-align: center;
  }

  .flow-list .item .content .title-mid {
    margin: 0 0 10px;
    font-size: 2.4rem;
    text-align: center;
  }

  /* ------------------------------------
   staff
  ------------------------------------ */
  .f__staff {
    padding-top: 80px;
    border-radius: 60px 60px 0 0;
  }

  .f__staff .text-balloon {
    font-size: 1.8rem;
  }

  .f__staff-list {
    gap: 25px;
  }

  .f__staff-list .item {
    gap: 25px;
  }

  .f__staff-list .item .person {
    width: 100px;
  }

  /* ------------------------------------
   faq
  ------------------------------------ */
  .faq-box {
    margin: 10px 0;
    border-radius: 10px;
  }

  .faq-box-q {
    padding-right: 30px;
  }

  .faq-box-q::before {
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    font-size: 2rem;
  }

  .faq-box-q .title-min {
    font-size: 1.6rem;
  }

  .faq-box-a {
    padding-left: 55px;
  }

  .faq-box-a::before {
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    font-size: 2rem;
  }

  /* ------------------------------------
   contact
  ------------------------------------ */
  .f__contact {
    padding-bottom: 0;
    border-radius: 60px;
  }

  .f__contact::before {
    left: 0;
    height: 165px;
  }

  .f__contact::after {
    right: 0;
    height: 165px;
  }

  .f__contact-btns .box {
    padding: 30px 20px;
  }

  .f__contact-btns .box .title-max {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 3rem;
  }

  .f__contact-btns .box .text-content {
    margin: 0 0 15px;
  }

  .f__contact-btns .box .text-content .min {
    font-size: 1.3rem;
    white-space: pre-wrap;
  }

  .f__contact-btns .box .btn-primary {
    min-width: 300px;
  }

  .f__contact-btns .box p .min {
    font-size: 1.3rem;
  }

  .f__mailform-inner {
    padding: 50px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .f__mailform-inner .title-sec .main {
    font-size: 3rem;
  }

}