html,
.wrapper {
    font-size: 10px;
}

.wrapper {
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, .1), -10px 0 10px -10px rgba(0, 0, 0, .1);
    color: #383838;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: auto;
    max-width: 1920px;
    min-width: 1280px;
    position: relative;
    width: 100%;
}

.mv-pc {
    background: #00b7bd;
    box-shadow: 0 1px 0 0 #00b7bd;
}

.mv-img {
    width: 100%;
    vertical-align: middle;
}

/* イトマンが教える学校体育(体操)で育つ３つのチカラ */
.decoration-bg {
    background: #00b7bd url(../img/decoration_item_top_pc.png) no-repeat center bottom / 1920px auto;

}

.lecture {
    /*margin-top: -134px;*/
    margin-top: clamp(-80px, calc(-10.476vw + 121.28px), 0px);
    padding-bottom: 120px;
    position: relative;
    width: 100%;
}

.header-ttl {
    text-align: center;
}

.lecture-list {
    display: flex;
    height: auto;
    margin: 0 auto;
    max-width: 1020px;
    gap: 30px;
    width: 100%;
}

.lecture-item {
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.extend {
    background: url(../img/lecture-bg-img_pc.png) no-repeat 0 0 / cover;
    height: 225px;
    width: 320px;
}

.increase {
    background: url(../img/lecture-bg-img2_pc.png) no-repeat 0 0 / cover;
    height: 230px;
    width: 323px;
}

.like_it_more {
    background: url(../img/lecture-bg-img3_pc.png) no-repeat 0 0 / cover;
    height: 226px;
    width: 320px;
}

.extend::after {
    background: url(../img/model_img_pc.png) no-repeat 0 0 / contain;
    content: "";
    height: 191px;
    left: 198px;
    position: absolute;
    top: 70px;
    width: 272px;
    z-index: 10;
}

.increase::after {
    background: url(../img/model_img2_pc.png) no-repeat 0 0 / contain;
    content: "";
    height: 164px;
    left: 256px;
    position: absolute;
    top: 96px;
    width: 162px;
    z-index: 5;
}

.lecture-subttl {
    line-height: 1.5;
    /*position: absolute;
        top: -16px;*/
}

.lecture-catch {
    color: #00b7bd;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 6px;
}

.lecture-txt {
    color: #2b2b2b;
    font-size: 18px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.35;
}

.extend .lecture-txt {
    margin-top: 40px;
}

.increase .lecture-txt {
    margin-top: 21px;
}

.like_it_more .lecture-txt {
    margin-top: 28px;
}

.decoration-wave {
    background: #e7f6ff url(../img/decoration_item_top_pc.png) no-repeat center top / 1920px 77px;
    padding-top: 77px;
    position: relative;
    width: 100%;
}

/* スタジオ検索 */
.search {
    background-color: #fff;
    padding-top: 38px;
    position: relative;
}

/* カリキュラム紹介 */
.introduction {
    background-color: #fff;
    box-shadow: 0 -2px 0 0 #fff;
    margin: 0 auto -115px;
    padding: 55px 0 145px;
    position: relative;
    width: 100%;
}

.introduction::before {
    background: #e7f6ff url(../img/decoration_item_bottom_pc.png) no-repeat center top / 1920px 220px;
    content: "";
    height: 100%;
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
}

.introduction-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 80px;
    width: 930px;
}

.introduction-item {
    padding: 0;
    width: 290px;
}

.introduction-link:hover {
    filter: brightness(1.1);
}

.curriculum-box {
    position: relative;
    text-align: center;
}

.curriculum-ttl {
    line-height: 1;
}

.curriculum-intro {
    color: #2b2b2b;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
    text-align: center;
}

.curriculum-txt {
    display: block;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 40px;
}

.curriculum-list {
    display: flex;
    gap: 14px;
    margin: 14px auto 0;
    max-width: 1000px;
    position: relative;
    width: 100%;
}

.curriculum-item {
    border-radius: 10px;
    background-color: #00b7bd;
    border: 1px solid #00b7bd;
    height: 580px;
    overflow: hidden;
    text-align: center;
}

.curriculum-item-ttl {
    background-color: #00b7bd;
    color: #fff;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2.5px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    width: 324px;
}

.curriculum-def {
    background-color: #feffef;
    height: 100%;
    padding-top: 25px;
}

.curriculum-def-inner {
    max-width: 324px;
}

.curriculum-term {
    background-color: var(--curriculum-col);
    border-radius: 25px;
    color: #fff;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.2;
    margin: auto;
    padding-top: 1px;
    position: relative;
    width: 300px;
    z-index: 1;
}

.curriculum-def-inner.first {
    --curriculum-col: #24a576;
}

.curriculum-def-inner.challenge {
    --curriculum-col: #f58e2f;
}

.curriculum-def-inner.level {
    --curriculum-col: #0054bc;
}

.curriculum-desc {
    letter-spacing: -.05em;
    margin: 0 14px 0 10px;
    position: relative;
}

.first .curriculum-desc {
    display: grid;
    grid-template-columns: auto 120px;
}

.first .curriculum-desc::after {
    align-self: center;
    content: "";
    display: block;
    height: 120px;
    width: 120px;
}

.horizontal-bar .first .curriculum-desc::after {
    background: url(../img/model_img3_pc.jpg) no-repeat center / contain;
}

.vaulting-box .first .curriculum-desc::after {
    background: url(../img/model_img4_pc.jpg) no-repeat center / contain;
}

.mat-exercise .first .curriculum-desc::after {
    background: url(../img/model_img5_pc.jpg) no-repeat center / contain;
}

.challenge.curriculum-desc,
.level.curriculum-desc {
    margin: 26px 10px;
}

.vaulting-box .level.curriculum-desc {
    margin: 18px 10px;
}

.vaulting-box .challenge.curriculum-desc {
    margin: 12px 10px 20px;
}

.curriculum-desc::before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.first .curriculum-desc::before {
    background: url(../img/decoration_border_green_pc.png) no-repeat 0 0 / cover;
    height: 145px;
    width: 33px;
}

.challenge .curriculum-desc::before {
    background: url(../img/decoration_border_orange_pc.png) no-repeat 0 0 / cover;
    height: 79px;
    width: 30px;
}

.level .curriculum-desc::before {
    background: url(../img/decoration_border_blue_pc.png) no-repeat 0 0 / cover;
    height: 94px;
    top: -20px;
    transform: none;
    width: 29px;
}

.curriculum-desc-inner {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    width: 280px;
}

.challenge .curriculum-desc-inner,
.level .curriculum-desc-inner {
    display: block;
    width: 100%;
}

.curriculum-desc-txt {
    align-content: center;
    align-items: center;
    color: var(--curriculum-col);
    display: grid;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-left: 20px;
    text-align: left;
    width: fit-content;
}

.first .curriculum-desc-txt {
    height: 154px;
}

.challenge .curriculum-desc-txt {
    height: 80px;
}

.level .curriculum-desc-txt {
    margin-top: 20px;
}

.curriculum-desc-txt>span {
    font-size: 20px;
}

.challenge .curriculum-desc-txt,
.level .curriculum-desc-txt {
    gap: 15px;
    grid-template-columns: 70px auto;
}

.level .curriculum-desc-txt:last-of-type {
    margin-top: 35px;
}

.vaulting-box .level .curriculum-desc-txt:last-of-type {
    margin-top: 20px;
}

.grade {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid var(--curriculum-col);
    color: var(--curriculum-col);
    display: block;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1;
    margin-top: 10px;
    padding: 3px 0;
    text-align: center;
    width: 70px;
}

.challenge .grade,
.level .grade {
    margin: 0 15px 0 0;
}

.event {
    display: inline-block;
    font-weight: 600;
    letter-spacing: -.05em;
    margin-top: 12px;
}

.challenge .event,
.level .event {
    margin-top: 0;
}

.event-detail {
    display: block;
    font-size: 16px;
    text-indent: -.5em;
}

.decoration-goal {
    position: relative;
}

.decoration-goal::before {
    background: url(../img/goal_img_pc.png) no-repeat 0 0/ contain;
    content: "";
    height: 50px;
    left: -25px;
    position: absolute;
    top: -26px;
    width: 57px;
    z-index: 10;
}

/* 体験ってなにするの？ */
.experience {
    background-color: #fff;
    padding: 78px 0 88px;
}

.experience-wrap {
    background: #00b7bd;
    border-radius: 60px;
    font-family: "Kosugi Maru", "小杉丸ゴシック", sans-serif;
    margin: 0 auto;
    padding: 55px 58px 50px;
    position: relative;
    width: 1200px;
}

.experience-ttl {
    margin-bottom: 90px;
    text-align: center;
}

.experience-box,
.experience-box-2 {
    background: #0071c2;
    border: 4px solid #fff;
    color: #fff;
    margin: 0 auto 80px;
    padding: 0;
    position: relative;
    width: 860px;
}

.experience-head,
.experience-head-2 {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #00b7bd;
    display: inline-flex;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.experience-head {
    font-size: 40px;
    width: 330px;
}

.experience-head-2 {
    font-size: 35px;
    width: 450px;
}

.experience-head::after,
.experience-head-2::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 24px solid #fff;
    bottom: 0;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, calc(100% - 1px));
}

.step-circle {
    align-items: center;
    background: #00b7bd;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 45px;
    height: 70px;
    justify-content: center;
    margin-right: .5em;
    width: 70px;
}

.experience-head-2 .step-circle {
    margin-right: 0.15em;
    text-align: center;
}

.experience-contents {
    margin-top: 65px;
    position: relative;
}

.preparation .experience-contents {
    margin-bottom: 75px
}

.lesson .experience-contents {
    margin-bottom: 55px
}

.steps {
    display: grid;
    gap: 45px;
    grid-template-columns: auto;
    margin-left: 75px;
    padding-top: 42px;
    position: relative;
    width: 743px;
}

.preparation .steps {
    padding-bottom: 45px;
}

.steps::before {
    background: radial-gradient(10px 10px at center center, #fff, #fff 92%, transparent) no-repeat top center / 20px 20px,
        radial-gradient(10px 10px at center center, #fff, #fff 92%, transparent) no-repeat bottom center / 20px 20px,
        linear-gradient(90deg, transparent, transparent 7px, #fff 7px, #fff 13px, transparent 13px) no-repeat center / 100% calc(100% - 4px);
    content: "";
    display: block;
    height: 100%;
    left: 5px;
    position: absolute;
    top: 0;
    width: 20px;
}

.lesson .step-block {
    display: grid;
    gap: 0 20px;
    grid-template-columns: 470px 250px;
}

.step-box {
    width: 500px;
}

.lesson .step-block::after {
    background: var(--step-img) no-repeat center / contain;
    border-radius: 10px;
    box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.36);
    content: "";
    display: block;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    height: 150px;
    width: 250px;
}

.lesson .step-1 {
    --step-img: url(../img/experience_img_1.jpg);
}

.lesson .step-2 {
    --step-img: url(../img/experience_img_2.jpg);
}

.lesson .step-3 {
    --step-img: url(../img/experience_img_3.jpg);
}

.lesson .step-4 {
    --step-img: url(../img/experience_img_4.jpg);
}

.lesson .step-5 {
    --step-img: url(../img/experience_img_5.jpg);
}

.step-container {
    display: flex;
}

.step-tag span {
    font-size: 30px;
}

.step-headline {
    align-items: center;
    display: flex;
    font-size: 30px;
    gap: .25em;
    justify-content: start;
    margin: 0 0 14px 0;
    position: relative;
    z-index: 3;
}

.experience-box-2 .step-headline {
    margin: 0 0 8px 0;
}

.step-tag {
    background: #00b7bd;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: -.025em;
    line-height: 2em;
    text-align: center;
    width: 110px;
}

.step-block p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    margin-left: 36px;
    text-align: left
}

.lesson .step-block p {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.middle-dot {
    margin: 0 -.05em;
}

.big {
    font-size: 1.4em;
}

.experience-btn {
    align-self: center;
    background: #ff7d1a;
    border-radius: 30px;
    box-shadow: 0 6px 0 #002947;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-left: 30px;
    padding: 14px 28px;
    text-align: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    width: 230px;
}

.experience-btn:hover {
    box-shadow: 0 4px 0 #002947;
    filter: brightness(1.1);
    transform: translateY(3px);
}

.photos {
    width: 300px;
}

.step-img {
    border-radius: 10px;
    box-shadow: 8px 8px 1px rgba(0, 0, 0, 0.36);
    width: 85%;
}

.step-end {
    background: #004271;
    border-radius: 35px;
    color: #fcff00;
    font-size: 30px;
    font-weight: bold;
    margin: 40px auto 0;
    padding: 12px;
    text-align: center;
    width: 300px;
}

.step-note {
    color: #fff;
    font-size: 15px;
    margin-top: 35px;
    text-align: center;
    width: 100%;
}

/* スイミングと体操でいいこといっぱい */
.good-thing {
    background-color: #e7f6ff;
    margin-bottom: 10px;
    padding: 90px 0;
    text-align: center;
}

.good-thing-ttl {
    text-align: center;
}

.good-thing-catch {
    margin: 52px auto 44px;
    text-align: center;
}

.good-thing-txt {
    font-size: 18px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.5;
    margin: auto;
    position: relative;
    text-align: left;
    width: 700px;
}

.good-thing-txt::before,
.good-thing-txt::after {
    content: "";
    position: absolute;
}

.good-thing-txt::before {
    background: url(../img/good-thing-model_pc.png) no-repeat 0 0/ contain;
    height: 288px;
    left: -288px;
    top: -180px;
    width: 288px;
}

.good-thing-txt::after {
    background: url(../img/good-thing-model2_pc.png) no-repeat 0 0/ contain;
    bottom: -230px;
    height: 331px;
    right: -296px;
    width: 288px;
}

.apply-ctr {
    margin: 94px auto 0;
}

.apply-txt {
    color: #ff7d1a;
    display: inline-block;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0 .25em;
    position: relative;
    text-align: center;
}

.apply-txt::before,
.apply-txt::after {
    border-left: 3px solid #ff7d1a;
    content: "";
    height: 40px;
    position: absolute;
    width: 3px;
}

.apply-txt::before {
    left: -.5em;
    transform: rotate(-45deg);
}

.apply-txt::after {
    transform: rotate(45deg);
    right: -.5em;
}

.apply-btn {
    background-color: #ff7d1a;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.025em;
    margin: auto;
    padding: 18px 0;
    text-align: center;
    width: 420px;
}

.apply-btn:hover {
    opacity: .8;
}

/* 固定ボタン */
/*
.fixed-apply {
    background-color: #e7f6ff;
}*/

.fixed-apply-ctr {
    align-content: center;
    background-color: #ff7d1a;
    border-radius: 50%;
    bottom: 62px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    height: 170px;
    justify-content: center;
    /*margin: 0 30px 0 auto;*/
    pointer-events: auto;
    /*position: sticky;*/
    position: fixed;
    text-align: center;
    right: 29px;
    width: 170px;
    z-index: 30;
}

.fixed-apply-ctr:hover {
    filter: brightness(1.2);
}

.fixed-apply-ctr::after {
    background: radial-gradient(2px 2px at center center, #fff, #fff 80%, transparent) repeat-x top left / 8px 4px;
    content: "";
    display: block;
    height: 4px;
    order: 2;
    width: 86%;
}

.fixed-apply-txt {
    align-items: baseline;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
}

.parentheses {
    font-size: 16px;
    letter-spacing: -.025em;
    margin: 0 -.5em;
}

.fixed-apply-btn {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    order: 3;
}

.fixed-apply-btn-txt {
    display: block;
    font-size: 16px;
}

span.itoman-global-header-contact {
    font-size: 9px;
}

.itoman-global-header {
    position: relative;
}

.itoman-global-header::before {
    background: #fff url(/common_source/pc/img/header.jpg) repeat-x 0 100%;
    bottom: 0;
    content: "";
    display: block;
    height: 40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100vw;
}