@charset "UTF-8";

/*
#################################

	pau_englishcamp LP (2026 renewal)
	Figma: Crepity node 504-2405

#################################
*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec {
    color: #333;
    font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pec img {
    display: block;
}

.sp__bg {
    background: linear-gradient(90deg, #92D3E8 0%, #0085FF 100%);
}
.sp__bg--inner {
    background: #fff;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .sp__bg--inner {
        max-width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	floating
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.floating {
    max-width: 375px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 8;
}
@media only screen and (max-width: 768px) {
    .floating {
        max-width: 100%;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec header {
    background: #fff;
    position: fixed;
    top: 0;
    max-width: 375px;
    width: 100%;
    z-index: 8;
    box-shadow: 0px 4px 4px rgba(34, 34, 34, 0.2);
}
@media only screen and (max-width: 768px) {
    .pec header {
        max-width: 100%;
    }
}
.pec .headertop {
    padding: 12px 0;
}
.pec .headertop__inner {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pec .headertop__inner--left img {
    height: 40px;
    width: 94.38px;
}
.pec .headertop__inner--right a img {
    width: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	common parts
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* english label (gradient text) */
.pec-label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.32px;
    background: linear-gradient(45deg, #006FD3 0%, #4DAEF3 59%, #89CFEA 96%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.pec-label--skyblue {
    background: linear-gradient(103deg, #92D3E8 0%, #0085FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
}
.pec-label--orange {
    background: linear-gradient(45deg, #FF6600 31%, #FF8F00 65%, #FFE500 96%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* section heading (見出し_SP) */
.pec-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.pec-heading__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
}
.pec-heading__title {
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.48px;
    text-align: center;
}
.pec-heading__title .small {
    font-size: 16px;
    letter-spacing: 0.32px;
}

/* gradient underline */
.pec-line {
    width: 56px;
    height: 2px;
    background: linear-gradient(to right, #006FD3 0%, #4DAEF3 61%, #89CFEA 100%);
}
.pec-line--white {
    background: #fff;
}
.pec-line--orange {
    background: linear-gradient(to right, #FF6600 31%, #FF8F00 65%, #FFE500 96%);
}

/* white box heading with hard blue shadow */
.pec-box-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.pec-box-heading--center {
    align-items: center;
}
.pec-box-heading span {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 0 4px 0 8px;
    filter: drop-shadow(3px 3px 0 #0068C5);
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
}

/* body text */
.pec-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.64px;
    color: #333;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	CV button
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-btn {
    position: relative;
    width: 321px;
    margin: 0 auto;
}
.pec-btn__main {
    position: relative;
    display: block;
    width: 321px;
    height: 105px;
}
.pec-btn__pill {
    position: absolute;
    left: 10.5px;
    top: 33px;
    width: 300px;
    height: 48px;
    border: 2px solid #333;
    border-radius: 80px;
    background: linear-gradient(175deg, #FC75AE 0%, #EB9377 100%);
    box-shadow: 0px 4px 0px 0px rgba(252, 117, 174, 0.25);
}
.pec-btn__label {
    position: absolute;
    left: 75.5px;
    top: 47px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.64px;
    color: #fff;
    text-shadow: 2px 2px 0px #222;
    white-space: nowrap;
}
.pec-btn__label img {
    width: 20px;
    height: 20px;
}
.pec-btn__girl {
    position: absolute;
    left: 24px;
    top: 0;
    width: 65px;
    height: auto;
}
.pec-btn__balloon {
    position: absolute;
    left: 94.5px;
    top: 7px;
    width: 132px;
    height: 37.4px;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/pau_englishcamp/v2/btn__balloon.svg) no-repeat center / 100% 100%;
    text-align: center;
    padding-top: 7px;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.pec-btn__balloon .n30 { font-size: 16px; }
.pec-btn__balloon .s12 { font-size: 12px; }
.pec-btn__balloon .s10 { font-size: 10px; }
.pec-btn__balloon .s14 { font-size: 14px; }
.pec-btn__sub {
    display: block;
    margin-top: -12px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.24px;
    color: #333;
    text-decoration: underline;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FV
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-fv {
    position: relative;
    height: 776px;
    margin-top: 64px;
    background: #fff;
    overflow: hidden;
}
.pec-fv::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/pau_englishcamp/v2/houganshi.png) repeat;
    background-size: 414px 375px;
    opacity: 0.16;
    pointer-events: none;
}
.pec-fv__girl--left {
    position: absolute;
    left: 0;
    top: 0;
    width: 141.5px;
    height: auto;
    z-index: 1;
}
.pec-fv__girl--right {
    position: absolute;
    left: 272px;
    top: 308px;
    width: 103px;
    height: auto;
    z-index: 1;
}
.pec-fv__badge {
    position: absolute;
    left: 235px;
    top: 20px;
    width: 122px;
    height: auto;
    z-index: 2;
}
.pec-fv__footprints--top {
    position: absolute;
    left: 97px;
    top: 66px;
    width: 61px;
    height: auto;
}
.pec-fv__footprints--left {
    position: absolute;
    left: 13px;
    top: 434px;
    width: 90px;
    height: auto;
}
.pec-fv__copy {
    position: absolute;
    left: 50%;
    top: 136.8px;
    transform: translateX(calc(-50% + 1px));
    width: 280px;
    height: auto;
    z-index: 2;
}
.pec-fv__content {
    position: absolute;
    left: 50%;
    top: 224px;
    transform: translateX(-50%);
    width: 321px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    z-index: 2;
}
.pec-fv__title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-family: "Fugaz One", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    filter: drop-shadow(2px 4px 0 #222);
}
.pec-fv__title span {
    background: linear-gradient(106deg, #92D3E8 0%, #0085FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.pec-fv__title span:nth-child(1) {
    font-size: 48px;
    letter-spacing: 3.84px;
}
.pec-fv__title span:nth-child(2) {
    font-size: 40px;
}
.pec-fv__info {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 24px;
}
.pec-fv__info-tag {
    display: block;
    width: 40px;
    height: 24px;
    border: 2px solid #333;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.pec-fv__info-tag--blue { background: #0085FF; }
.pec-fv__info-tag--pink { background: #FC75AE; }
.pec-fv__teiin {
    width: 88px;
}
.pec-fv__teiin p {
    margin-top: 8px;
    transform: skewX(-7deg);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;
    color: #333;
    white-space: nowrap;
}
.pec-fv__kikan {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}
.pec-fv__dates {
    font-family: "Fugaz One", "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: #333;
}
.pec-fv__dates-year {
    display: grid;
    grid-template-columns: 83px auto;
    font-size: 12px;
    line-height: 1;
}
.pec-fv__dates-year span:nth-child(1) { padding-left: 4px; }
.pec-fv__dates-row {
    display: grid;
    grid-template-columns: 79px auto;
    font-size: 24px;
    line-height: 1;
    margin-top: 6px;
}
.pec-fv__dates-year + .pec-fv__dates-row {
    margin-top: 1px;
}
.pec-fv__wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	choice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-choice {
    position: relative;
    border-top: 4px solid #222;
    background: linear-gradient(91deg, #92D3E8 0%, #0085FF 100%);
    padding: 40px 16px 60px;
    overflow: hidden;
}
.pec-choice .pec-heading__title,
.pec-choice .pec-label {
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
}
.pec-choice__head {
    position: relative;
    z-index: 1;
}
.pec-choice__lead {
    margin-top: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.64px;
}
.pec-choice__girl {
    display: block;
    width: 91.3px;
    height: 85px;
    margin: 3px 8px -0px auto;
    object-fit: cover;
    object-position: bottom;
}
.pec-choice__cards {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 343px;
    margin: 0 auto;
}
.pec-card {
    position: relative;
    display: block;
    width: 164px;
    height: 201px;
    background: #fff;
    border-radius: 10px;
}
.pec-card__photo {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 160px;
    height: 131px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.pec-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pec-card__photo::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
}
.pec-card__badge {
    position: absolute;
    left: 10px;
    top: 78px;
    z-index: 1;
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    padding: 4px 8px;
    color: #0085FF;
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.pec-card__title {
    position: absolute;
    left: 10px;
    top: 103px;
    z-index: 1;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}
.pec-card__desc {
    position: absolute;
    left: 10px;
    top: 141px;
    color: #222;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
}
.pec-card__desc--small {
    font-size: 10px;
}
.pec-card__more {
    position: absolute;
    left: 0;
    top: 170px;
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    color: #0085FF;
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.pec-card__more img {
    width: 4.4px;
    height: 7.4px;
}
/* 神奈川 (featured) */
.pec-card--kanagawa {
    width: 343px;
    height: 181px;
    border: 3px solid #FFDD4D;
}
.pec-card--kanagawa .pec-card__photo {
    left: -1px;
    top: -1px;
    width: 339px;
    height: 111px;
    border-radius: 8px 8px 0 0;
}
.pec-card--kanagawa .pec-card__title {
    top: 80px;
}
.pec-card--kanagawa .pec-card__desc {
    left: 0;
    top: 118px;
    width: 100%;
    text-align: center;
}
.pec-card--kanagawa .pec-card__more {
    top: 147px;
}
.pec-card__ribbon {
    position: absolute;
    left: -6px;
    top: 7px;
    z-index: 2;
    width: 179px;
    height: auto;
}
/* セブ (recommended) */
.pec-card--cebu {
    border: 3px solid #FC75AE;
}
.pec-card--cebu .pec-card__photo {
    left: -1px;
    top: -1px;
}
.pec-card__pau-tag {
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 2;
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    border-radius: 10px 0 10px 0;
    background: linear-gradient(172deg, #FC75AE 0%, #EB9377 100%);
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.pec-card__pau-tag img {
    width: 12px;
    height: 12px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	question
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-question {
    border-top: 4px solid #222;
    background: #F9F9F9;
    padding: 40px 16px 80px;
}
.pec-question__head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}
.pec-question__head .pec-box-heading span {
    font-size: 18px;
    letter-spacing: 0.36px;
}
.pec-question__head .pec-box-heading .em {
    display: inline;
    background: none;
    filter: none;
    padding: 0;
    color: #0085FF;
    font-size: 24px;
    letter-spacing: 0.48px;
}
.pec-question__item {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.pec-question__heading {
    display: flex;
    gap: 16px;
    align-items: stretch;
}
.pec-question__heading::before {
    content: "";
    flex-shrink: 0;
    width: 4px;
    background: #0085FF;
}
.pec-question__heading h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.96px;
    color: #333;
}
.pec-question__photo {
    width: 100%;
    height: 237px;
    border-radius: 8px;
    overflow: hidden;
}
.pec-question__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	onayami
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-onayami {
    background: #fff;
    padding: 40px 32px 70px;
}
.pec-onayami__head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-align: center;
}
.pec-onayami__catch {
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.32px;
    color: #333;
}
.pec-onayami__title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.56px;
    color: #333;
}
.pec-onayami__list {
    margin-top: 40px;
    background: #F9F9F9;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.pec-onayami__item {
    display: flex;
    gap: 4px;
    align-items: center;
}
.pec-onayami__item img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.pec-onayami__item p {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.32px;
    color: #333;
}
.pec-onayami__item p b {
    font-weight: 700;
}
.pec-onayami__illust {
    width: 103px;
    height: 170px;
    margin: 40px auto 0;
    transform: scaleX(-1);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	reason (オススメ)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-reason {
    position: relative;
    background: #F4FCFF;
    padding: 80px 16px 72px;
}
.pec-reason::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 40px solid #fff;
}
.pec-reason__girl {
    position: absolute;
    right: 0;
    top: 185px;
    width: 86px;
    height: 207px;
    object-fit: cover;
    object-position: left top;
}
.pec-reason__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
}
.pec-reason__catch {
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.32px;
    color: #333;
}
.pec-reason__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.48px;
    color: #333;
}
.pec-reason__title .en {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    color: #0085FF;
    letter-spacing: 0.72px;
}
.pec-reason__item {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}
.pec-reason__point {
    font-size: 16px;
}
.pec-reason__item .pec-box-heading span {
    font-size: 32px;
    letter-spacing: 0.64px;
}
.pec-reason__item .pec-box-heading {
    margin-top: -12px;
}
.pec-reason__photo {
    width: 100%;
    height: 237px;
    border-radius: 8px;
    overflow: hidden;
}
.pec-reason__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	CTA
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-cta {
    position: relative;
    padding: 48px 16px;
    overflow: hidden;
}
.pec-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/pau_englishcamp/v2/cta__bg.jpg) center / cover no-repeat;
}
.pec-cta > * {
    position: relative;
}
.pec-cta__catch {
    display: flex;
    gap: 4px;
    align-items: center;
}
.pec-cta__catch::before,
.pec-cta__catch::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #fff;
}
.pec-cta__catch p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.56px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.pec-cta__logo {
    margin-top: 12px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    filter: drop-shadow(3px 3px 0 #0068C5);
}
.pec-cta__logo p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    background: linear-gradient(45deg, #006FD3 0%, #4DAEF3 59%, #89CFEA 96%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    white-space: nowrap;
}
.pec-cta__target {
    margin-top: 16px;
    border: 1.2px solid #fff;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.28px;
}
.pec-cta__detail {
    width: 303px;
    margin: 16px auto 0;
    color: #fff;
}
.pec-cta__row {
    display: flex;
    align-items: flex-start;
}
.pec-cta__row dt {
    flex-shrink: 0;
    width: 46px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.28px;
    padding-top: 8px;
}
.pec-cta__capacity {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
}
.pec-cta__capacity span {
    display: flex;
    align-items: flex-end;
    width: 103px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.28px;
    white-space: nowrap;
}
.pec-cta__capacity b {
    display: block;
    width: 32px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.pec-cta__row--period {
    margin-top: 14px;
}
.pec-cta__period {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.56px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}
.pec-cta__period small {
    font-size: 14px;
}
.pec-cta__notes {
    margin: 2px 0 0 46px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.pec-cta__btn {
    margin-top: 44px;
}
.pec-cta .pec-btn__sub {
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.32px;
    text-decoration: none;
}
.pec-cta .pec-btn__sub span {
    text-decoration: underline;
}
.pec-cta--last {
    padding-bottom: 128px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	cebu
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-cebu {
    background: #fff;
    padding: 64px 16px;
}
.pec-cebu__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.pec-cebu__badge {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(70deg, #FF6600 34%, #FF8F00 71%, #FFE500 96%);
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}
.pec-cebu__item {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}
.pec-cebu__item + .pec-cebu__item {
    margin-top: 64px;
}
.pec-cebu__photo-wrap {
    display: flex;
    gap: 7px;
    align-items: flex-start;
}
.pec-cebu__index {
    flex-shrink: 0;
    width: 14px;
    writing-mode: vertical-rl;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    background: linear-gradient(0deg, #FF6600 31%, #FF8F00 65%, #FFE500 96%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    white-space: nowrap;
}
.pec-cebu__photo {
    width: 322px;
    height: 219px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 3px 3px 0px 0px #FF6600;
}
.pec-cebu__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pec-cebu__heading {
    padding-left: 23px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.48px;
    color: #333;
}
.pec-cebu__text {
    margin-top: -4px;
    padding-left: 23px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	schedule
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-schedule {
    background: #fff;
    padding: 40px 0;
}
.pec-schedule__head {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pec-schedule__bg-text {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    background: linear-gradient(45deg, #FF6600 31%, #FF8F00 65%, #FFE500 96%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    opacity: 0.1;
    white-space: nowrap;
    pointer-events: none;
}
.pec-schedule__head .pec-heading {
    margin-top: 59px;
}
.pec-schedule__grid {
    margin-top: 40px;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 23px;
}
.pec-schedule__item {
    width: 162px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.pec-schedule__photo-wrap {
    position: relative;
    width: 162px;
    padding-top: 11px;
}
.pec-schedule__photo {
    width: 162px;
    height: 122px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 3px 3px 0px 0px #FF6600;
}
.pec-schedule__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pec-schedule__time {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 3.3px;
    background: linear-gradient(60deg, #FF6600 31%, #FF8F00 65%, #FFE500 96%);
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.24px;
    white-space: nowrap;
}
.pec-schedule__label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.32px;
    color: #333;
}
.pec-schedule__label--orange {
    color: #FF6600;
}
.pec-schedule__label small {
    font-size: 12px;
    font-weight: 700;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-voice {
    background: #F4FCFF;
    padding: 64px 16px;
}
.pec-voice__item {
    margin-top: 40px;
    display: flex;
    gap: 12px;
    align-items: flex-end;
}
.pec-voice__item + .pec-voice__item {
    margin-top: 32px;
}
.pec-voice__bubble {
    flex: 1;
    background: #fff;
    padding: 12px 16px;
    filter: drop-shadow(3px 3px 0 #0085FF);
}
.pec-voice__bubble::before {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    margin-bottom: 10px;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/pau_englishcamp/v2/voice__quote.svg) no-repeat center / contain;
}
.pec-voice__bubble p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.64px;
    color: #333;
    text-align: justify;
}
.pec-voice__bubble p span {
    color: #0085FF;
}
.pec-voice__avatar {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	jisseki (過去実績)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-jisseki {
    position: relative;
    background: #fff;
    padding-top: 90px;
}
.pec-jisseki__girl {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 175px;
    object-fit: cover;
    object-position: right top;
}
.pec-jisseki__lead {
    margin-top: 24px;
    padding: 0 16px;
}
.pec-jisseki__cards {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}
.pec-jisseki__card {
    position: relative;
    width: 270px;
    height: 180px;
    background: #FFF8FC;
    box-shadow: 3px 3px 0px 0px #FC75AE;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pec-jisseki__card::before {
    content: "";
    position: absolute;
    left: 85px;
    top: 40px;
    width: 100px;
    height: 100px;
    background: url(/wordpress/wp-content/themes/u-gaku__theme/images/pau_englishcamp/v2/jisseki__heart.png) no-repeat center / contain;
    opacity: 0.5;
}
.pec-jisseki__card--2::before,
.pec-jisseki__card--3::before {
    opacity: 0.25;
}
.pec-jisseki__card-inner {
    position: relative;
    width: 231px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}
.pec-jisseki__num {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #333;
    white-space: nowrap;
}
.pec-jisseki__num .num {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #FC75AE;
}
.pec-jisseki__num .pink {
    color: #FC75AE;
}
.pec-jisseki__num .large {
    font-size: 28px;
}
.pec-jisseki__card p.pec-jisseki__body {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
}
.pec-jisseki__photos {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
}
.pec-jisseki__photos img {
    width: 50%;
    height: 124px;
    object-fit: cover;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	program
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-program {
    background: #F4FCFF;
    padding: 20px 16px 60px;
}
.pec-program__girl {
    display: block;
    width: 192px;
    height: 119px;
    margin: 0 auto;
    object-fit: cover;
    object-position: bottom;
}
.pec-program__card {
    background: #fff;
    border-radius: 24px;
    padding: 32px 16px;
}
.pec-program__price {
    width: fit-content;
    margin: 32px auto 0;
    text-align: right;
    color: #FC75AE;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4;
}
.pec-program__price p {
    font-size: 56px;
    letter-spacing: 1.12px;
    white-space: nowrap;
}
.pec-program__price .yen {
    font-size: 40px;
    letter-spacing: 0.8px;
}
.pec-program__price .tilde {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 48px;
    line-height: 1.6;
}
.pec-program__block {
    margin-top: 24px;
}
.pec-program__price + .pec-program__block {
    margin-top: 32px;
}
.pec-program__block h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
    color: #0085FF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.32px;
    margin-bottom: 4px;
}
.pec-program__block iframe {
    display: block;
    width: 100%;
    height: 200px;
    border: none;
    margin-top: 12px;
}
.pec-program__block iframe + .pec-text {
    margin-top: 24px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	booking (scroll / select)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.scroll {
    background: #fff;
}
.scroll .scroll__inner {
    background: #0085FF;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
.scroll .scroll__image img {
    width: 24px;
    margin: 0 auto;
}
.select {
    background: #fff;
    padding: 32px 0;
}
.select__inner {
    width: 100%;
    padding: 0 24px;
    margin: 0 auto;
    text-align: center;
}
.select__inner h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}
.select__inner p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 24px;
}
.select__inner iframe {
    max-width: 647px;
    width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-faq {
    background: #fff;
    padding: 64px 12px;
}
.pec-faq__list {
    margin-top: 40px;
}
.pec-faq__q {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 16px 12px;
    background: #fff;
    border-top: 1px solid #D5D5D5;
    cursor: pointer;
}
.pec-faq__item:last-child .pec-faq__q {
    border-bottom: 1px solid #D5D5D5;
}
.pec-faq__item.open:last-child .pec-faq__q {
    border-bottom: none;
}
.pec-faq__q img.icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.pec-faq__q p {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    color: #333;
}
.pec-faq__q img.arrow {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    transition: transform 0.2s;
}
.pec-faq__item.open .pec-faq__q img.arrow {
    transform: rotate(-90deg);
}
.pec-faq__a {
    display: none;
    gap: 4px;
    align-items: center;
    padding: 12px;
    background: #F4FCFF;
}
.pec-faq__item.open .pec-faq__a {
    display: flex;
}
.pec-faq__item.open:last-child .pec-faq__a {
    border-bottom: 1px solid #D5D5D5;
}
.pec-faq__a img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    align-self: flex-start;
}
.pec-faq__a p {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.64px;
    color: #333;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	pau
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pec-pau {
    position: relative;
    height: 159px;
    background: linear-gradient(167deg, #FC75AE 0%, #EB9377 100%);
    overflow: hidden;
}
.pec-pau__figure {
    position: absolute;
    left: 13px;
    top: 13px;
    width: 120px;
    height: 112px;
}
.pec-pau__circle {
    position: absolute;
    left: 10.8px;
    top: 13px;
    display: block;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: linear-gradient(94deg, #92D3E8 0%, #0085FF 100%);
    overflow: hidden;
}
.pec-pau__circle img {
    position: absolute;
    left: 3.6px;
    top: 5.4px;
    width: 74.3px;
    height: auto;
}
.pec-pau__ribbon {
    position: absolute;
    left: 0;
    top: 0;
    width: 107px;
    height: 45.7px;
}
.pec-pau__name {
    position: absolute;
    left: 135px;
    top: 22px;
    color: #fff;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.pec-pau__text {
    position: absolute;
    left: 135px;
    top: 46px;
    color: #fff;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}
