@charset "utf-8";

html {

	font-size: 62.5% !important;
}
@font-face {
    font-family: font-txt;
    src: url("../fonts/NotoSansJP-Regular.otf") format("truetype");
}
body {
    font-family: "font-txt", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.4em;
    letter-spacing: 0em;
    background: #fff;
    color: #231815;
    /*position: relative;*/
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
a {
    color: inherit;
    text-decoration: none;
    transition: .4s;
}
a:hover,
a:focus {
    color: inherit;
	outline: none;
}
a:active,
button:active,
svg:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin:0;
    padding: 0;
}
li {
    list-style-type: none;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, h5 {
    margin: 0;
}

/*** bootstrap ***/
.mpx-t-24 { margin-top: 24px !important; }
.mpx-t-48 { margin-top: 48px !important; }



/***** common *****/
.wrapper-main {
    min-width: 1330px;
    position: relative;
}
.content-block {
    position: relative;
    width: 100%;
}
.content-block-inner {
    width: 1040px;
    min-width: 1040px;
    margin: 0 auto;
    padding: 72px 20px;
}
/*.main-page {
    position: relative;
}*/



/***** header *****/
header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 94px;
    background: rgba(255,255,255,1);
    transition: 1.0s;
}
header.header-sticky {
    background: rgba(255,255,255,0.8)
}
header .header-logo {
    flex: 0 0 282px;
    padding-left: 24px;
}
header .header-logo img {
    width: auto;
    height: 66px;
}
.container-fluid {
    padding: 0;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav {
    transition: .2s;
}
.navbar-nav .nav-item .nav-link {
    height: 94px;
    color: #231815;
    font-size: 1.6rem;
    padding: 12px;
    line-height: 70px;
    white-space: nowrap;
}
.navbar-nav .nav-item .nav-link::before {
    content: "";
    position: relative;
    left: -10px;
    width: 1px;
    height: 1.2em;
    border-left: 1px solid #231815;
}
/*.navbar-nav .nav-item .nav-link-freetrial {
    background: #e8a647;
}*/
.dropdown-menu {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    color: #231815;
    text-align: center;
    background: #7fc6db;
    border: none;
    border-radius: 0;
}
.wrapper-danks .dropdown-menu {
    background: #d3925e;
}
.dropdown-menu::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    border-bottom: 20px solid #7fc6db;
    border-left: 12px solid transparent;
    border-top: 0;
    border-right: 12px solid transparent;
    transform: translate(-50%, 0);
}
.wrapper-danks .dropdown-menu::before {
    border-bottom: 20px solid #d3925e;
}
.dropdown-menu[data-bs-popper] {
    top: 88%;
    left: 50%;
    transform: translate(-50%, 0);
}
.dropdown-item {
    padding: 12px 10px;
    color: #231815;
    border-bottom: 1px solid #fff;
    transition: .8s;
}
.dropdown-menu li:nth-last-child(1) .dropdown-item {
    border: none;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background: inherit;
}
.navbar-nav .nav-item .nav-link-freetrial {
    position: relative;
    background: #e8a647;
    padding-right: 32px;
}
.wrapper-danks .navbar-nav .nav-item .nav-link-freetrial {
    background: #cf243b;
}
.navbar-nav .nav-item .nav-link-freetrial img {
    width: auto;
    height: 64px;
}
.nav-item-freetrial {
    margin-left: 12px;
}
/*.navbar-nav .nav-item .nav-link-freetrial::after {
    display: inline-block;
    margin-top: -7px;
    margin-left: 0;
    margin-right: 4px;
    content: "";
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}*/
.navbar-nav .nav-item .nav-link-freetrial::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.navbar-nav .nav-item:nth-of-type(1) .nav-link::before,
.navbar-nav .nav-item .nav-link-freetrial::before {
    content: none;
}

/*** 追従 ***/
header.header-sticky .navbar-nav {
    margin-right: 104px;
}
header.header-sticky .navbar-nav .nav-item-none {
    display: none;
}
.navbar-side-fixed {
    position: fixed;
    width: 0;
    height: auto;
    top: 0;
    right: 0;
    z-index: 999;
    transition: .4s;
}
header.header-sticky .navbar-side-fixed {
    width: 94px;
    height: auto;
}
.navbar-side-fixed .navbar-side-fixed-li a {
    position: relative;
    display: block;
    width: 100%;
    height: 94px;
    padding: 0;
    text-align: center;
}
header.header-sticky .navbar-side-fixed .navbar-side-fixed-li a span.nav-link-fixed-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navbar-side-fixed .navbar-side-fixed-li a h5 {
    margin: 6px 0 0;
    font-size: 1.2rem;
    line-height: 1.2em;
    padding: 0;
    white-space: nowrap;
}
.wrapper-danks .navbar-side-fixed .navbar-side-fixed-li a h5 {
    color:#fff;
}
.navbar-side-fixed .navbar-side-fixed-li a.nav-link-fixed-mail h5 {
    margin-top: calc(6px + .6em);
    color: #fff;
}
.nav-link-fixed-trial {
    width: 100%;
    height: 100%;
    background: #e8a647;
}
.wrapper-danks .nav-link-fixed-trial{
    background: #cf243b;
}
.nav-link-fixed-mail {
    width: 100%;
    height: 100%;
    background: #117fa5;
}
.wrapper-danks .nav-link-fixed-mail{
    background: #97863a;
}
.nav-link-fixed-line {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
}
.wrapper-danks .nav-link-fixed-line {
    background: #d6d6d7;
}
.nav-link-fixed-trial img {
    width: auto;
    height: 44px;
}
.nav-link-fixed-mail img {
    width: auto;
    height: 30px;
}
.nav-link-fixed-line img {
    width: auto;
    height: 70px;
}


/***** carousel-home-block *****/
.carousel-home-block {
    position: relative;
}
.carousel-img {
    position: relative;
    width: 100%;
}
.carousel-img::before {
    content: "";
    display: block;
    padding-top: 40%;
}
.carousel-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.carousel-img h3.carousel-catch img {
    position: absolute;
    width: 40%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.carousel-img h3.carousel-catch-text {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    font-family: "ab-kirigirisu";
    font-size: 8.0rem;
    color: #fff;
    line-height: 1.0em;
    letter-spacing: 0;
    text-align: center;
    transform: translate(-50%, -50%);
}
.carousel-img h3.carousel-catch-text span {
    display: block;
    font-size: 5.6rem;
}
.swiper-button-next {
    right: 24px;
    color: #fff;
}
.swiper-button-prev {
    left: 24px;
    color: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 32px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .4);
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.bnr-trial-fixed {
    position: absolute;
    bottom: 40px;
    right: 64px;
    width: 24%;
    height: auto;
    z-index: 9;
}
.bnr-trial-inner {
    position: relative;
    background: url(../img/avance/banner_freetrial_b.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 80.444%;
}
.wrapper-danks .bnr-trial-inner {
    background: url(../img/danks/banner_freetrial_b.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-top: 80.444%;
}
.bnr-trial-inner a {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 88.889%;
    height: 22.1%;
    border-radius: 24px;
}
.bnr-trial-inner button.btn-close-bnr {
    position: absolute;
    top: 7.735%;
    right: 12.222%;
    width: calc(12% * 0.80444);
    height: 12%;
    background: #7fc6db;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    background-color: #7fc6db;
    line-height: 12%;
}
.wrapper-danks .bnr-trial-inner button.btn-close-bnr {
    background-color: #cf243b;
}
.bnr-trial-inner button.btn-close-bnr img {
    width: 100%;
    height: auto;
}



/***** main-home *****/
.news-list-block {
    background: #fffeee;
    padding-bottom: 26px;
}
.news-list-block h2 {
    text-align: center;
    margin-bottom: 56px;
}


.home-content-inner-title-text {
    position: relative;
    font-family: "ab-kirigirisu";
    font-size: 6.8rem;
    line-height: 1.0em;
    letter-spacing: -0.12em;
    min-height: 178.4px;
}
.home-content-inner-title-text.title-black {
    color: #231815;
}
.home-content-inner-title-text.title-white {
    color: #fff;
}
.home-content-inner-title-text .title-text-span-outer {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);

}
.home-content-inner-title-text .title-text-span-sub {
    position: relative;
    font-size: 3.8rem;
    letter-spacing: 0;
    margin-bottom: 6px;
}
.home-content-inner-title-text .title-text-span-sub::after {
    display: block;
    content: "";
    background-image: url(../img/avance/hero-page-title-mark-ball.png);
    background-size: 18px 18px;
    background-color: #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    margin: 0 auto;
}
.home-content-inner-title-text .title-text-span-sub.title-text-lightblue {
    color: #7fc6db;
}
.home-content-inner-title-text .title-text-span-sub.title-text-white {
    color: #fff;
}
.home-content-inner-title-text .title-text-span-sub.title-text-orange {
    color: #d86a24;
}


.home-title-h2 {
    position: relative;
    width: 100%;
    font-family: "ab-kirigirisu";
    color: #231815;
    padding: 24px 0 0;
}
.home-title-h2 .home-title-span-sub {
    font-size: 3.8rem;
    letter-spacing: 0;
    line-height: 1.0em;
    display: block;
}
.home-title-h2 .home-title-span-sub::after {
    display: block;
    content: "";
    background-image: url(../img/avance/hero-page-title-mark-ball.png);
    background-size: 18px 18px;
    background-color: #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    margin: 10px auto;
}
.wrapper-danks .home-title-h2 .home-title-span-sub::after {
    background-image: url(../img/danks/title-mark-danks.svg);
}
.home-title-h2 .home-title-span-main {
    font-size: 6.8rem;
    line-height: 1.0em;
    letter-spacing: -0.12em;
    display: block;
}
.home-title-h2 .home-title-white {
    color: #fff;
}
.home-title-h2 .home-title-lightblue,
h3.home-title-h3.home-title-lightblue {
    color: #7fc6db;
}
.home-title-h2 .home-title-orange {
    color: #d86a24;
}
.home-title-h2 .home-title-blue {
    color: #117fa5;
}
.home-title-h2 .home-title-yellow {
    color: #e5c643;
}
.home-title-h2 .home-title-red {
    color: #a52c2e;
}
h3.home-curriculum-h3 {
    margin-top: 80px;
}


.news-list-ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    background: #e5c643;
    border-radius: 8px;
    margin-bottom: 32px;
    padding: 0 24px;
    line-height: 64px;
}
.news-list-ul li span.list-date {
    flex: 0 0 5em;
    margin-right: 16px;
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 64px;
}
.news-list-ul li h3.news-list-post-tit {
    flex: 1 0 auto;
    margin: 0;
    text-align: left;
}
.news-list-ul li h3.news-list-post-tit a {
    display: block;
    margin: 0;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 64px;
}
.news-list-ul li h3.news-list-post-tit .post-tit-new::before {
    display: inline-block;
    content: "";
    background: url(../img/avance/new_badge.png) no-repeat;
    background-size: cover;
    margin: 0 6px 0 0;
    width: 80px;
    height: 30px;
    position: relative;
    top: 6px;
}
.wrapper-danks .news-list-ul li h3.news-list-post-tit .post-tit-new::before {
    background: url(../img/danks/new_badge.png) no-repeat;
}
.link-post-more {
    text-align: right;
}
.link-post-more a {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: .1em;
}
.link-post-more a span {
    color: #7fc6db;
    font-size: 1.8rem;
    position: relative;
    top: -1px;
    margin-left: 4px;
}
.wrapper-danks .link-post-more a span {
    color: #cf243b;
}

.home-aboutus-block {
    background: url(../img/avance/bg-home-dot.png);
    margin-top: -26px;
    padding-bottom: 26px;
}
.wrapper-danks .home-aboutus-block {
    background: url(../img/danks/bg-home-dot-orange.png);
}
.home-aboutus-block h2 {
    text-align: center;
    margin-bottom: 16px;
}
.home-aboutus-map {
    position: relative;
}
.home-aboutus-map figure {
    display: block;
}
p.home-aboutus-map-description {
    position: absolute;
    top: 56.0%;
    left: 49.0%;
    width: 50%;
    height: 44%;
    margin: 0;
    font-size: 2.0rem;
    line-height: 2.0em;
    letter-spacing: 0.12em;
}

.link-page-more {
    margin-top: 24px;
}
.link-page-more a {
    display: block;
    width: 360px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    background: #117fa5;
    border-radius: 70px;
    font-size: 2.0rem;
    color: #fff;
    text-align: center;
    line-height: 70px;
}
.wrapper-danks .link-page-more a {
    background: #cf243b;
}
.link-page-more a::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    top: -1px;
}

.home-curriculum-block {
    background: url(../img/avance/bg-home-yellow.png);
    margin-top: -26px;
    padding-bottom: 26px;
}
.wrapper-danks .home-curriculum-block {
    background: url(../img/danks/bg-home-yellow.png);
}
.home-curriculum-block h2 {
    /*display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;*/
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
/*.home-curriculum-block h2::before {
    display: inline-block;
    content: url(../img/avance/soccer_kids.png);
    vertical-align: middle;
    width: 188px;
    height: 225px;
    margin-left: -8.8em;
}*/
.home-curriculum-block h2.home-title-h2::before {
    position: absolute;
    top: -24px;
    left: calc(50% - 400px);
    content: url(../img/avance/soccer_kids.png);
    width: 188px;
    height: 225px;
}
.wrapper-danks .home-curriculum-block h2.home-title-h2::before {
    left: auto;
    right: calc(50% - 400px);
    content: url(../img/danks/basketball_kids.png);
}
.home-curriculum-block h3 {
    text-align: center;
    margin-bottom: 40px;
}
.home-curriculum-block h3 img {
    width: 970px;
    height: auto;
}
.home-curriculum-step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 72px;
}
.home-curriculum-step li {
    flex: 0 0 238px;
}
.home-curriculum-step li img {
    width: 238px;
    height: auto;
}

.home-reco-block {
    background: url(../img/avance/bg-home-white.png);
    margin-top: -26px;
    padding-bottom: 26px;
}
.wrapper-danks .home-reco-block {
    background: url(../img/danks/bg-home-white.png);
}
.home-reco-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.home-reco-ul li.home-reco-item {
    flex: 0 0 30%;
}
.home-reco-ul li.home-reco-item figure {
    position: relative;
}
.home-reco-ul li.home-reco-item figure span {
    position: relative;
    width: 100%;
    display: block;
}
.home-reco-ul li.home-reco-item figure span::before {
    content: "";
    display: block;
    padding-top: 73.333%;
}
.home-reco-ul li.home-reco-item figure span img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.home-reco-ul li.home-reco-item figure::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 9;
}
.home-reco-ul li.home-reco-item.home-reco-item-search figure::after {
    position: absolute;
    content: url(../img/avance/top_school_search.png);
    background-size: cover;
    width: auto;
    height: auto;
    max-width: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.wrapper-danks .home-reco-ul li.home-reco-item.home-reco-item-search figure::after {
    content: url(../img/danks/top_school_search.png);
}
.home-reco-ul li.home-reco-item.home-reco-item-coaches figure::after {
    position: absolute;
    content: url(../img/avance/top_coaches.png);
    background-size: cover;
    width: auto;
    height: auto;
    max-width: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.wrapper-danks .home-reco-ul li.home-reco-item.home-reco-item-coaches figure::after {
    content: url(../img/danks/top_coaches.png);
}
.home-reco-ul li.home-reco-item.home-reco-item-event figure::after {
    position: absolute;
    content: url(../img/avance/top_event.png);
    background-size: cover;
    width: auto;
    height: auto;
    max-width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.wrapper-danks .home-reco-ul li.home-reco-item.home-reco-item-event figure::after {
    content: url(../img/danks/top_event.png);
}
.home-reco-ul li.home-reco-item a h3 {
    border-top: 10px solid #fff;
    width: 100%;
    height: 80px;
    background: #f0f0f0;
    text-align: center;
    line-height: 70px;
    font-size: 2.4rem;
    font-weight: 600;
}
.home-reco-ul li.home-reco-item.home-reco-item-search a h3 {
    border-color: #117fa5;
}
.home-reco-ul li.home-reco-item.home-reco-item-coaches a h3 {
    border-color: #e5c643;
}
.home-reco-ul li.home-reco-item.home-reco-item-event a h3 {
    border-color: #7fc6db;
}
.wrapper-danks .home-reco-ul li.home-reco-item.home-reco-item-search a h3 {
    border-color: #db7c4b;
}
.wrapper-danks .home-reco-ul li.home-reco-item.home-reco-item-coaches a h3 {
    border-color: #97863a;
}
.wrapper-danks .home-reco-ul li.home-reco-item.home-reco-item-event a h3 {
    border-color: #a52c2e;
}

.home-documentary-block {
    background-image: url(../img/avance/bg-circle-green.png), url(../img/avance/bg-circle-green-m.png), url(../img/avance/bg-circle-green-s.png), url(../img/avance/bg-home-green.png);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-position: left 30% top 28px, right 12% top 56px, right 32% bottom -140px, left top;
    background-size: 564px 564px, 420px 420px, 320px 320px, auto;
    margin-top: -26px;
    padding-bottom: 26px;
}
.wrapper-danks .home-documentary-block {
    background-image: url(../img/danks/bg-circle-orange.png), url(../img/danks/bg-circle-orange-m.png), url(../img/danks/bg-circle-orange-s.png), url(../img/danks/bg-home-orange.png);
}
.home-documentary-block {
    position: relative;
    overflow: hidden;
}
.home-documentary-block::after {
    position: absolute;
    content: "";
    top: 80px;
    right: 52%;
    background: url(../img/avance/P5198515.JPG) no-repeat;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    width: 640px;
    height: 640px;
}
.wrapper-danks .home-documentary-block::after {
    background: url(../img/danks/documentary_03.png) no-repeat;
}
.content-block-inner-documentary {
    position: relative;
    z-index: 99;
}
.home-documentary-block h2 {
    text-align: center;
    margin-bottom: 56px;
}
.home-documentary-area {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 72px;
}
.home-documentary-area p {
    flex: 0 0 50%;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.8em;
    letter-spacing: 0.12em;
}

.home-faq-block {
    background: url(../img/avance/bg-grid.png);
    padding-bottom: 26px;
}
.wrapper-danks .home-faq-block {
    background: url(../img/danks/bg-grid.png);
}
.home-faq-block h2 {
    position: relative;
    text-align: center;
    margin-bottom: 48px;
}
.home-faq-block h2::after {
    position: absolute;
    content: url(../img/avance/top_faq_mother.png);
    top: -16px;
    left: calc(50% + 248px);
    width: 184px;
    height: 258px;
}
.wrapper-danks .home-faq-block h2::after {
    content: url(../img/danks/top_faq_mother.png);
    top: 32px;
    left: calc(50% + 248px);
    width: 197px;
    height: 257px;
}
.home-faq-list dt {
    position: relative;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 48px;
    padding-left: 132px;
}
.home-faq-list dt::before {
    position: absolute;
    content: url(../img/avance/faq_q_icon.png);
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}
.wrapper-danks .home-faq-list dt::before {
    content: url(../img/danks/faq_q_icon.png);
}
.home-faq-list dd {
    position: relative;
    font-size: 2.0rem;
    line-height: 1.8;
    margin-bottom: 88px;
    padding-top: 4px;
    padding-left: 132px;
}
.home-faq-list dd:before {
    position: absolute;
    content: url(../img/avance/faq_a_icon.png);
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;;
}
.wrapper-danks .home-faq-list dd:before {
    content: url(../img/danks/faq_a_icon.png);
}



/***** footer *****/

/*** cta ***/
.footer-cta-block {
    position: relative;
    background: url(../img/avance/P5198474.JPG) center center;
    background-size: cover;
    padding-bottom: 26px;
}
.wrapper-danks .footer-cta-block {
    position: relative;
    background: url(../img/danks/footer_img.jpg) center center;
    background-size: cover;
    padding-bottom: 26px;
}
.footer-cta-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.wrapper-danks .footer-cta-block::before {
    background: none;
}
.content-block-inner-cta {
    position: relative;
    z-index: 9;
}
.footer-cta-block h2 {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 48px;
}
.footer-cta-block h2 {
    font-family: "ab-kirigirisu";
    font-size: 4.6rem;
    color: #fff;
    letter-spacing: -0.07em;
}
.footer-cta-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}
.footer-cta-item {
    flex: 0 0 30%;
    position: relative;
}
.footer-cta-item::after {
    content: "";
    display: block;
    padding-top: 72.667%;
}
.footer-cta-item a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    text-align: center;
}
.footer-cta-item-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer-cta-item-inner h5 {
    margin: 30px 0 0;
    padding: 0;
    font-size: 2.8rem;
    line-height: 1.2em;
    white-space: nowrap;
}
.wrapper-danks .footer-cta-item-inner h5 {
    margin-top: 12px;
    color: #fff;
}
.footer-cta-item a.footer-cta-link-line {
    background: #f0f0f0;
}
.wrapper-danks .footer-cta-item a.footer-cta-link-line {
    background: #d6d6d7;
}
.footer-cta-item a.footer-cta-link-line img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 150px;
    transform: translate(-50%, -50%);
}
.footer-cta-item a.footer-cta-link-mail {
    background: #117fa5;
}
.wrapper-danks .footer-cta-item a.footer-cta-link-mail {
    background: #97863a;
}
.footer-cta-item a.footer-cta-link-mail img {
    width: auto;
    height: 48px;
}
.footer-cta-item a.footer-cta-link-mail h5 {
    margin-top: calc(30px + 1.4rem);
    color: #fff;
}
.footer-cta-item a.footer-cta-link-trial {
    background: #e8a647;
}
.wrapper-danks .footer-cta-item a.footer-cta-link-trial {
    background: #cf243b;
}
.footer-cta-item a.footer-cta-link-trial img {
    width: auto;
    height: 64px;
}
.wrapper-danks .footer-cta-item a.footer-cta-link-trial img {
    width: auto;
    height: 88px;
}
.footer-cta-item a.footer-cta-link-mail h5 {
    color: #231815;
}
.wrapper-danks .footer-cta-item a.footer-cta-link-mail h5 {
    color: #fff;
}
.footer-cta-prof p {
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.footer-cta-prof p.footer-cta-prof-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    height: 46px;
}
.footer-cta-prof p.footer-cta-prof-tel span.prof-name {
    font-size: 2.4rem;
    line-height: 24px;
}
.footer-cta-prof p.footer-cta-prof-tel span.prof-tel {
    margin-left: 24px;
    font-size: 4.6rem;
    line-height: 46px;
}
.footer-cta-prof p.footer-cta-prof-reception {
    font-size: 2.0rem;
    line-height: 1.2;
}

.breadcrumb-block {
    background: #2496bd;
}
.wrapper-danks .breadcrumb-block {
    background: #a52c2e;
}
.breadcrumb-ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 10px;
}
.breadcrumb-ul li:nth-of-type(1) {
    padding-right: 16px;
}
.breadcrumb-ul li,
.breadcrumb-ul li a {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.0;
}
.breadcrumb-ul li a {
    display: block;
}
.breadcrumb-ul li:nth-child(n + 2) {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
}
.breadcrumb-ul li:nth-last-child(1) {
    padding-right: 0;
}
.breadcrumb-ul li:nth-child(n + 2)::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -4px;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

footer {
    border-bottom: 10px solid #117fa5;
}
.footer-bottom-block {
    background: #fff;
}
.footer-bottom-block .content-block-inner {
    padding-top: 96px;
    padding-bottom: 40px;
}
.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
.footer-bottom-content-flex {
    flex: 0 0 50%;
}
.footer-bottom-logo {
    margin-bottom: 40px;
}
.footer-bottom-logo img {
    width: 300px;
    height: auto;
}
.wrapper-danks .footer-bottom-logo img {
    width: 220px;
    height: auto;
    margin: 0 40px 0;
}
.link-contact-more a {
    display: block;
    width: 300px;
    height: 70px;
    margin: 0;
    padding: 0;
    background: #117fa5;
    border-radius: 70px;
    font-size: 2.0rem;
    color: #fff;
    text-align: center;
    line-height: 70px;
}
.wrapper-danks .link-contact-more a {
    background: #cf243b;
}
.link-contact-more a::before {
    display: inline-block;
    content: url(../img/avance/mail_icon.svg);
    width: 24px;
    height: 18px;
    margin-right: 12px;
    position: relative;
    top: 2px;
}
.wrapper-danks .link-contact-more a::before {
    content: url(../img/danks/mail_icon.svg);
}
.nav-footer-ul {
    display: flex;
    flex-flow: column wrap;
    height: 200px;
}
.nav-footer-ul li a {
    display: block;
    font-size: 1.6rem;
    line-height: 32.5px;
}
.nav-footer-ul li ul li a {
    line-height: 32.5px;
}
.nav-footer-ul li ul li a::before {
    display: inline-block;
    margin-left: 1.0em;
    margin-right: 0.3em;
    vertical-align: 0.12em;
    content: "";
    border-left: 0.4em solid;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
}
.footer-bottom-menu-copy {
    display: flex;
    flex-direction : row-reverse
}
.nav-footer-sub-ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-footer-sub-ul li a {
    display: block;
    padding: 0 16px;
    border-left: 1px solid;
    font-size: 1.6rem;
}
.nav-footer-sub-ul li:nth-last-child(1) a {
    border-right: 1px solid;
}
.nav-footer-sub-ul li a:hover {
    color: inherit;
    border-color: inherit;
}
.copyright {
    margin: 0;
    font-size: 1.4rem;
}
.nav-footer-ul li a.instagram-link::before {
    content: "";
    display: inline-block;
    background: url(../img/Instagram_Glyph_Gradient.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}


/***** page-top-scroll *****/
.page-top-scroll {
    display: none;
    position: fixed;
    bottom: 104px;
    right: 4%;
    z-index: 99;
    transition:  1.8s;
}
.page-top-scroll.show {
    display: block;
    animation: appear 1.8s ease;
}
/*.page-top-scroll {
    display: none;
    animation: disappear 1.8s;
}*/
@keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*@keyframes disappear {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}*/
.page-top-scroll a {
    display: block;
}
.page-top-scroll a img {
    width: 94px;
    height: auto;
}



/***** 下層ページ *****/
/*** hero ***/
.hero-page-blick {
    position: relative;
}
.hero-img {
    position: relative;
    width: 100%;
}
.hero-img::before {
    content: "";
    display: block ;
    padding-top: 40%;
}
.hero-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.hero-img h1.hero-page-title img {
    position: absolute;
    /*width: 40%;
    height: auto;*/
    width: auto;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.hero-img h1.hero-page-title-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-family: "ab-kirigirisu";
    font-size: 5.6rem;
    color: #fff;
    line-height: 1.0;
    letter-spacing: -0.12em;
    text-align: center;
}
.hero-img h1.hero-page-title-text span {
    display: block;
    font-size: 4.0rem;
    letter-spacing: 0;
}
.hero-img h1.hero-page-title-text span::after {
    display: block;
    content: "";
    background-image: url(../img/avance/hero-page-title-mark-ball.png);
    background-size: 18px 18px;
    background-color: #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    margin: 8px auto;
}
.wrapper-danks .hero-img h1.hero-page-title-text span::after {
    background-image: url(../img/danks/title-mark-danks.svg);
}

.hero-page-block .page-title-h1-block {
    position: relative;
    width: 100%;
    height: 300px;
    background: #fff;
}
.hero-page-block .page-title-h1-block .page-title-h1 img {
    position: absolute;
    /*width: 40%;
    height: auto;*/
    width: auto;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.hero-page-block .page-title-h1-block .page-title-h1-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-family: "ab-kirigirisu";
    font-size: 5.6rem;
    color: #231815;
    line-height: 1.0;
    letter-spacing: -0.12em;
    text-align: center;
}
.wrapper-danks .hero-page-block .page-title-h1-block .page-title-h1-text {
    color: #dc7b4b;
}
.wrapper-danks .hero-page-block .page-title-h1-block .page-title-h1-text.page-title-h1-text-gold {
    color: #95843a;
}
.wrapper-danks .hero-page-block .page-title-h1-block .page-title-h1-text.page-title-h1-text-black {
    color: #231815;
}
.hero-page-block .page-title-h1-block .page-title-h1-text span {
    display: block;
    font-size: 4.0rem;
    letter-spacing: 0;
    color: #117fa5;
}
.wrapper-danks .hero-page-block .page-title-h1-block .page-title-h1-text span {
    color: #37171a;
}
.hero-page-block .page-title-h1-block .page-title-h1-text.h1-text-lightblue span {
    color: #7fc6db;
}
.hero-page-block .page-title-h1-block .page-title-h1-text.h1-text-orange span {
    color: #e8a647;
}
.hero-page-block .page-title-h1-block .page-title-h1-text span::after {
    display: block;
    content: "";
    background-image: url(../img/avance/hero-page-title-mark-ball.png);
    background-size: 18px 18px;
    background-color: #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    margin: 8px auto;
}
.wrapper-danks .hero-page-block .page-title-h1-block .page-title-h1-text span::after {
    background-image: url(../img/danks/title-mark-danks.svg);
}
.hero-page-title-block {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-page-title-block .hero-page-title-main {
    position: relative;
    font-size: 6.4rem;
    color: #fff;
    font-family: "ab-kirigirisu";
    text-align: center;
    letter-spacing: 0;
    line-height: 1.4em;
}
.hero-page-title-main span {
    display: block;
    font-size: 3.4rem;
}
.hero-page-title-block .hero-page-title-main::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    background-image: url(../img/avance/hero-page-title-mark-ball.png);
    background-size: 16px 16px;
    background-color: #fff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wrapper-danks .hero-page-title-block .hero-page-title-main::after {
    background-image: url(../img/danks/title-mark-danks.svg);
}

/*** page main common *****/
.page-content-block {
    position: relative;
    width: 100%;
}
.page-content-block-inner {
    width: 1040px;
    min-width: 1040px;
    margin: 0 auto;
    padding: 100px 20px;
}
.page-primary-block {
    background: #fff;
}
.page-yellow-block {
    background: #fff5af;
}
.wrapper-danks .page-ivory-block {
    background: #f7e8a6;
}
h2.page-content-title {
    font-size: 3.0rem;
    color: #117fa5;
    line-height: 1.6em;
    letter-spacing: 0.12em;
    text-align: center;
    margin-bottom: 40px;
}
.wrapper-danks h2.page-content-title {
    color: #cf243b;
}
.wrapper-danks h2.page-content-title.page-content-title-gold {
    color: #95843a;
}
.wrapper-danks h2.page-content-title.page-content-title-text-white {
    color: #fff;
}
.page-content-title.page-content-title-orange {
    color: #e3961e;
}
h2.page-light-title {
    color: #fff;
}
.wrapper-danks h2.page-light-title {
    color: #fff;
}
h2.page-black-title {
    color: #231815;
}
.wrapper-danks h2.page-black-title {
    color: #231815;
}
p.page-content-text-center {
    font-size: 2.0rem;
    color: #231815;
    line-height: 2.0em;
    letter-spacing: 0.12em;
    text-align: center;
    margin: 0;
}
.wrapper-danks .form-app p.page-content-text-center {
    color: #fff;
}
p.page-light-text-center {
    color: #fff;
}

/*** page アバンセについて ***/
.page-powers-block {
    position: relative;
    background: url(../img/avance/IMG_0442.JPG) center center;
    background-size: cover;
}
.wrapper-danks .page-powers-block {
    background: url(../img/danks/about_us_center_img.jpg) center center;
}
.page-powers-block::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(127,196,217,.4);
}
.wrapper-danks .page-powers-block::before {
    background: rgba(0,0,0,.1);
}
.page-powers-block .page-content-block-inner {
    position: relative;
    z-index: 9;
}
ul.content-powers-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 56px;
}
ul.content-powers-ul li {
    flex: 0 0 320px;
    width: 320px;
    height: 320px;
    background: rgba(255,255,255,0.4);
    border: 6px solid #fff;
    border-radius: 100%;
    position: relative;
    text-align: center;
}
ul.content-powers-ul li div {
    position: absolute;
    width: 92%;
    top: 68px;
    left: 50%;
    transform: translate(-50%, 0);
}
ul.content-powers-ul li div h3 {
    font-size: 3.6rem;
    margin-bottom: 12px;
}
ul.content-powers-ul li div p {
    font-size: 1.4rem;
    line-height: 1.6em;
    margin: 0;
}
ul.content-powers-ul li::before {
    position: absolute;
    content: "";
    width: 72px;
    height: 72px;
    top: -32px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #e5a347;
    border: 6px solid #fff;
    border-radius: 100%;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    color: #fff;
    font-size: 4.0rem;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
}
.wrapper-danks .content-powers-ul li::before {
    background-color: #cf243b;
}
ul.content-powers-ul li:nth-of-type(1)::before {
    content: "1";
}
ul.content-powers-ul li:nth-of-type(2)::before {
    content: "2";
}
ul.content-powers-ul li:nth-of-type(3)::before {
    content: "3";
}
ul.content-powers-ul li:nth-of-type(4)::before {
    content: "4";
}
ul.content-powers-ul li:nth-of-type(5)::before {
    content: "5";
}
ul.content-powers-ul li:nth-of-type(n + 4) {
    margin-top: 16px;
}
figure.content-age-img {
    margin: 40px 0;
    text-align: center;
}
ul.content-age-ul li {
    padding: 16px 40px;
    border-radius: 8px;
}
ul.content-age-ul li:nth-of-type(1) {
    background: #ea6d8d;
    margin-bottom: 10px;
}
ul.content-age-ul li:nth-of-type(2) {
    background: #8dc16b;
    margin-bottom: 10px;
}
ul.content-age-ul li:nth-of-type(3) {
    background: #65a9dc;
}
ul.content-age-ul li div h3 {
    margin-bottom: 12px;
}
ul.content-age-ul li div h3 img {
    width: auto;
    height: 32px;
}
ul.content-age-ul li div p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin: 0;
}


/*** page 体験会 ***/
.page-yellow-grid-block {
    position: relative;
    background-color: #fff5af;
    background-image: url(../img/avance/bg-grid.png);
}
.wrapper-danks .page-yellow-grid-block {
    background-image: url(../img/danks/bg-grid.png);
}
ul.content-freetrial-ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 56px 0;
}
ul.content-freetrial-ul li {
    flex: 0 0 32%;
}
ul.content-freetrial-ul li img {
    width: 100%;
    height: auto;
}
.page-content-title-freetrial {
    position: relative;
    background: #e3961e;
    width: 100%;
    margin: 0;
    padding: 24px 0;
    text-align: center;
}
.wrapper-danks .page-content-title-freetrial {
    background: #cf243b;
}
.page-content-title-freetrial {
    font-family: "ab-kirigirisu";
    color: #fff;
    font-size: 6.0rem;
    letter-spacing: -0.12em;
}
.page-content-title-freetrial img {
    width: auto;
    max-width: 900px;
    height: auto;
}
.page-content-title-freetrial::after {
    position: absolute;
    content: "";
    bottom: -32px;
    left: 50%;
    border-top: 32px solid #e3961e;
    border-right: 32px solid transparent;
    border-bottom: 0;
    border-left: 32px solid transparent;
    transform: translate(-50%, 0);
}
.wrapper-danks .page-content-title-freetrial::after {
    border-top: 32px solid #cf243b;
}
.tabs-trial-block {
    position: relative;
}
.tabs-trial-tab {
    position: relative;
    z-index: 99;
}
.tabs-trial-default {
    position: relative;
    z-index: 9;
    top: 8px;
}
.tabs-trial-ul {
    justify-content: space-between;
    align-items: center;
    border: none;
}
.tabs-trial-li {
    flex: 0 0 49%;
    position: relative; /* 20230630 追加 kambara*/
    margin-bottom: 16px; /* 20230720 追加 fuku */
}
.tabs-trial-li button.nav-link,
.tabs-trial-li button.nav-link.active {
    position: relative;
    width: 100%;
    height: 70px;
    background: #7fc2d7;
    border: none;
    border-radius: 4px;
    /*padding: 0 48px;*/
    padding: 0 32px;
    color: #fff;
    font-size: 2.0rem;
    text-align: left;
    line-height: 70px;
}
.wrapper-danks .tabs-trial-li button.nav-link,
.wrapper-danks .tabs-trial-li button.nav-link.active {
    background: #cf243b;
}
.tabs-trial-li button.nav-link.active {
    background: #117fa5;
}
.wrapper-danks .tabs-trial-li button.nav-link.active {
    background: #a32c2e;
}
.tabs-trial-li button.nav-link::before {
    display: inline-block;
    content: url(../img/avance/check-circle_white.svg);
    width: 24px;
    height: 24px;
    margin-right: 12px;
    position: relative;
    top: 4px;
}
.wrapper-danks .tabs-trial-li button.nav-link::before {
    content: url(../img/danks/venue_icon_white.svg);
}
.tabs-trial-li button.nav-link::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 24px;
    border-top: 12px solid #fff;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    transform: translate(0, -50%);
}
.tabs-trial-li:nth-of-type(2) button.nav-link::before {
    content: url(../img/avance/venue_icon_white.svg);
}
.wrapper-danks .tabs-trial-li:nth-of-type(2) button.nav-link::before {
    content: url(../img/danks/schedule_icon_white.svg);
}
.tabs-trial-li:nth-of-type(3) button.nav-link::before {
    content: url(../img/avance/age_icon_white.svg);
}
.tabs-trial-li:nth-of-type(4) button.nav-link::before {
    content: url(../img/avance/schedule_icon_white.svg);
}

/* 20230721 選択を解除 追加 */
.trial-cond-btn span.trial-cond-deselect {
    display: none;
}
.trial-cond-btn span.trial-cond-deselect.selected {
    display: block;
}
.trial-cond-btn span.trial-cond-deselect {
    position: absolute;
    top: 50%;
    right: 72px;
    transform: translate(0, -50%);
}
.trial-cond-btn span.trial-cond-deselect a {
    position: relative;
    display: block;
    line-height: 1.6rem;
    font-size: 1.6rem;
    padding: 8px 16px 12px;
    border: 1px solid #fff;
    border-radius: 1.8rem;
    transition: 0.5s;
}
.trial-cond-btn span.trial-cond-deselect a::before {
    display: inline-block;
    content: url(../img/avance/dash-circle_white.svg);
    width: 16px;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}
.trial-cond-btn span.trial-cond-deselect a:hover {
    background: rgba( 255, 255, 255, 0.2);
}

.tab-pane-freetrial {
    position: absolute;
    width: 100%;
    height: auto;
}
.tab-pane-freetrial {
    background: #fff;
    width: 100%;
    margin-top: 8px;
    box-shadow: 0 4px 6px 4px rgba(0,0,0,0.2);
}
ul.tab-content-ul li a {
    display: block;
    padding: 16px 24px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 2.2rem;
}
ul.tab-content-ul li:nth-last-child(1) a {
    border: none;
}
.tab-grid-calendar h4 {
    padding: 16px 0;
    font-size: 3.0rem;
    color: #117fa5;
    text-align: center;
    border-bottom: 1px solid #117fa5;
}
.wrapper-danks .tab-grid-calendar h4 {
    color: #cf243b;
    border-bottom: 1px solid #cf243b;
}
.tab-grid-calendar h4 span {
    display: inline-block;
    margin-left: 2px;
    font-size: 2.2rem;
}
.tab-grid-calendar-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab-grid-calendar {
    flex: 0 0 46%; /* 20230720 変更 */
    margin: 0 2%; /*20230720 追加 */
}
.tab-grid-calendar-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.tab-grid-calendar-week li {
    display: block;
    font-size: 2.2rem;
    text-align: center;
    line-height: 70px;
}
.tab-grid-calendar-ul li {
    flex: 0 0 14.286%;
    height: 48px;
    border-bottom: 1px solid #e6e6e6;
}
.tab-grid-calendar-ul li a {
    display: block;
    font-size: 2.2rem;
    text-align: center;
    line-height: 48px;
}

/* 20230721 selected 日付下線 */
.tab-grid-calendar-ul li a.selected {
    position: relative;
}
.tab-grid-calendar-ul li a.selected::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 88%;
    border-bottom: 4px solid #e3961e;
}

.tab-grid-calendar-ul li.sat a {
    color: #000096;
}
.tab-grid-calendar-ul li.sun a {
    color: #c80000;
}
.btn-calendar-prev,
.btn-calendar-next {
    position: absolute;
    color: #117fa5;
    font-size: 1.6rem;
    top: 26px;
}
.wrapper-danks .btn-calendar-prev,
.wrapper-danks .btn-calendar-next {
    color: #cf243b;
}
.btn-calendar-prev {
    left: 16px;
}
.btn-calendar-next {
    right: 16px;
}
.btn-calendar-prev span {
    display: inline-block;
    margin-right: 4px;
}
.btn-calendar-next span {
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: 1px;
}

.tabs-trial-default {
    padding: 42px 0;
}
.tabs-trial-default-unit {
    margin-bottom: 72px;
}
.tabs-trial-default-unit:nth-of-type(1) {
    margin-bottom: 24px;
}
.tabs-trial-default-unit + .tabs-trial-default-unit {
    margin-bottom: 24px;
}
.tabs-trial-default-unit:nth-last-child(1) {
    margin: 0;
}
.trial-default-h3 {
    position: relative;
    padding: 8px 16px 12px;
    font-size: 3.0rem;
    color: #7fc2d7;
    cursor: pointer;
    border-bottom: 1px solid #231815;
}
/*.trial-default-h3::before {
    display: inline-block;
    content: url(../img/avance/venue_icon.svg);
    width: 26px;
    height: 26px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}*/
.trial-default-h3::before {
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    content: '';
    border-width: 16px 14px 0 14px;
    border-style: solid;
    border-color: #231815 transparent transparent transparent;
}
.trial-default-h3::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    content: '';
    border-width: 16px 14px 0 14px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.wrapper-danks .trial-default-h3::before {
    content: url(../img/danks/venue_icon.svg);
}
.trial-default-h3 span {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -6px;
    color: #231815;
}
/* 20230216 追加 kambara */
/* 20230720 変更 fuku */
.trial-default-h3 span {
    display: block;
    margin: 12px 0 0;
    top: 0;
    padding-left: 0;
    font-size: 2rem;
}
.trial-default-h3 span::before {
    display: inline-block;
    content: url(../img/avance/venue_icon.svg);
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 4px;
    top: 5px;
}
.trial-default-h3 span a {
    height: 30px;
    padding: 0 16px;
    display: block;
    background: #787878;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 30px;
    text-align: center;
}
/* 20230216 追加 kambara */
.trial-default-h3 span a {
    display: inline-block;
    margin-left: 10px;
    position: relative; /* 20230720 追加 */
    top: -2px; /* 20230720 追加 */
}
table.trial-default-tbl {
    width: 100%;
    border-bottom: 1px solid #231815;
}
table.trial-default-tbl th,
table.trial-default-tbl td {
    padding: 14px 16px 18px;
}
table.trial-default-tbl th {
    font-size: 1.8rem;
    font-weight: normal;
}
table.trial-default-tbl th:nth-of-type(1)::before {
    display: inline-block;
    content: url(../img/avance/schedule_icon.svg);
    width: 24px;
    height: 24px;
    margin-right: 4px;
    position: relative;
    top: 4px;
}
.wrapper-danks table.trial-default-tbl th:nth-of-type(1)::before {
    content: url(../img/danks/schedule_icon.svg);
}
table.trial-default-tbl th:nth-of-type(2)::before {
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../img/avance/clock_icon.svg);
    background-size: contain;
    margin-right: 4px;
    position: relative;
    top: 4px;
}
.wrapper-danks table.trial-default-tbl th:nth-of-type(2)::before {
    content: url(../img/danks/clock_icon.svg);
}
table.trial-default-tbl th:nth-of-type(3)::before {
    display: inline-block;
    content: url(../img/avance/age_icon.svg);
    width: 24px;
    height: 24px;
    margin-right: 4px;
    position: relative;
    top: 4px;
}
.wrapper-danks table.trial-default-tbl th:nth-of-type(3)::before {
    content: url(../img/danks/age_icon.svg);
}
table.trial-default-tbl td {
    font-size: 2.0rem;
}
table.trial-default-tbl tbody tr td:nth-of-type(1) {
    width: 13em;
}
table.trial-default-tbl tbody tr td:nth-of-type(2) {
    width: 10em;
}
table.trial-default-tbl tbody tr td:nth-of-type(3) {
    width: 10em;
}
table.trial-default-tbl tbody tr td:nth-of-type(4) {
    text-align: right;
}
table.trial-default-tbl tbody tr td:nth-of-type(4) a {
    display: inline-block;
    height: 40px;
    padding: 0 40px;
    background: #e3961e;
    border-radius: 40px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    top: 2px;
}
.wrapper-danks .trial-default-tbl tbody tr td:nth-of-type(4) a {
    background: #cf243b;
}
table.trial-default-tbl tbody tr:nth-of-type(odd) td {
    background: #eee;
}
/* 20230629 体験会一覧アコーディオン化 */
.trial-list {
    height: 0;
    overflow: hidden;
    transition: .5s;
    margin-top: 16px; /* 20230720 追加 */
}
/* 20230630 体験会絞り込み条件リスト */
.trial-conditions {
    position: absolute;
    z-index: 1;
    height: 0;
    overflow: hidden;
    transition: .5s;
    width: 100%;
    background-color: #efefef;
}

/* 20230720 追加 fuku ここから */
.trial-conditions-btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.trial-conditions-btn li {
    flex: 0 0 50%;
    padding: 16px 16px 0;
}
.trial-conditions-btn li:nth-last-child(1) {
    padding: 16px 16px 16px;
}
.trial-conditions-btn li button.btn-trial-cond {
    width: 100%;
    border: 1px solid #7fc2d7;
    background: #fff;
    padding: 8px 4px;
    border-radius: 4px;
    color: #117fa5;
    text-align: center;
    transition: .5s;
}
.trial-conditions-btn li button.btn-trial-cond:hover {
    background: #7fc2d7;
}
/* 20230720 追加 fuku ここまで */

.page-orange-form-block {
    background: #e4a247;
}
.wrapper-danks .page-red-form-block {
    background: #cf243b;
}

.page-content-title.page-content-title-text-white {
    font-family: "ab-kirigirisu";
    font-size: 6.0rem;
    color: #fff;
    letter-spacing: -0.1em;
    line-height: 1.0em;
}

/*** お問い合わせフォーム ***/
.form-app {
    margin: 40px 0;
}
.form-input {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.form-input label {
    flex: 0 0 10em;
}
.wrapper-danks .form-input label {
    color: #fff;
}
.form-input label span.form-required {
    display: inline-block;
    margin-left: 8px;
    font-size: 1.4rem;
    position: relative;
    top: -8px;
}
.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input select {
    height: 70px;
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 0 24px;
    outline: none;
}
.form-input input[name="postal-code"] {
    width: 40%;
}
.form-input a {
    display: inline-block;
    margin-left: 32px;
    font-size: 2.2rem;
    text-decoration: underline;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
}
select.form-age-select {
    width: 100%;
    text-indent: 1em;
    line-height: 1.8em;
    cursor: pointer;
}
.form-age {
    position: relative;
    width: 100%;
}
.form-age::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 24px;
    margin-top: 2px;
    border-top: 12px solid #231815;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
    transform: translate(0, -50%);
}
select.form-age-select {
    border: none;
    outline: none;
    padding: 8px 24px;
}
select.form-age-select option:nth-of-type(even) {
    background: #f5f5f5;
}
.form-input textarea {
    width: 100%;
    height: 8.8em;
    border: none;
    border-radius: 12px;
    padding: 24px;
    line-height: 1.6;
    outline: none;
}
.form-label-textarea {
    position: relative;
    top: -2.4em;
}
.form-submit {
    margin: 56px auto 0;
    text-align: center;
}
.form-submit .btn-submit {
    position: relative;
    background: none;
    border: 4px solid #fff;
    width: 500px;
    height: 70px;
    margin: 0 auto;
    border-radius: 70px;
    font-size: 2.8rem;
    color: #fff;
    line-height: 62px;
}
.form-submit .btn-submit::after {
    display: inline-block;
    content: url(../img/avance/submit.svg);
    width: 28px;
    height: 28px;
    margin-left: 8px;
    position: relative;
    top: 4px;
}
.wrapper-danks .form-submit .btn-submit::after {
    content: url(../img/danks/submit.svg);
}
.page-content-block-inner-center {
    text-align: center;
}
h2.page-content-title-lg {
    display: inline-block;
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    padding: 0 16px 18px;
    background: url(../img/avance/orange_dot.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto;
}
.wrapper-danks h2.page-content-title-lg {
    background: url(../img/danks/gold_dot.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: auto;
}
.page-content-title-h3-bold {
    font-size: 3.0rem;
    font-weight: bold;
    color: #117fa5;
    line-height: 1.6em;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 48px;
}
.wrapper-danks .page-content-title-h3-bold {
    color: #95843a;
}
p.page-content-text-center-sm {
    font-size: 1.8rem;
    letter-spacing: 0;
}

/*** 20220831 form confirm ***/
.tbl-form-confirm {
    width: 100%;
    margin: 40px 0;
}
.tbl-form-confirm tr td {
    font-size: 2.2rem;
    padding: 24px;
    vertical-align: middle;
    border-bottom: 10px solid #c9e7f0;
}
.wrapper-danks .tbl-form-confirm tr td {
    border-bottom: 10px solid #e2cd43;
    line-height: 1.4em;
}
.tbl-form-confirm tr td:nth-of-type(1) {
    width: 220px;
    padding: 24px 0;
}
.tbl-form-confirm tr td:nth-of-type(2) {
    background-color: #fff;
}
.tbl-form-confirm tr:nth-last-child(1) td:nth-of-type(1) {
    vertical-align: top;
    padding-top: 24px;
}
.form-app-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.form-app-btn .submit {
    flex: 0 1 auto;
}
.form-app-btn .btn-submit-confirm-re,
.form-app-btn .btn-submit-confirm-se {
    background: none;
    border: none;
    outline: none;
}
.form-app-btn .btn-submit-confirm-re {
    position: relative;
    border: 4px solid #fff;
    width: auto;
    height: 70px;
    margin: 0 auto;
    padding: 0 80px;
    background: #999;
    background-image: url(../img/avance/pencil-fill-white.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right 40px top 20px;
    border-radius: 70px;
    font-size: 2.6rem;
    color: #fff;
    line-height: 50px;
}
.wrapper-danks .form-app-btn .btn-submit-confirm-re {
    background-image: url(../img/danks/pencil-fill-white.svg);
}
.form-app-btn .btn-submit-confirm-se {
    position: relative;
    border: 4px solid #fff;
    width: auto;
    height: 70px;
    margin: 0 auto;
    padding: 0 80px;
    background-color: #117fa5;
    background-image: url(../img/avance/submit.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: right 40px top 20px;
    border-radius: 70px;
    font-size: 2.6rem;
    color: #fff;
    line-height: 50px;
}
.wrapper-danks .form-app-btn .btn-submit-confirm-se {
    background-color: #cf243b;
    background-image: url(../img/danks/submit.svg);
}
.content-block-comp h3 {
    font-family: "ab-kirigirisu";
    text-align: center;
    font-size: 4.0rem;
    color: #117fa5;
    letter-spacing: -0.14em;
    margin-bottom: 32px;
}
.wrapper-danks .content-block-comp h3 {
    color: #cf243b;
}
.content-block-comp p {
    border: 1px solid #999;
    border-radius: 32px;
    padding: 32px;
    font-size: 1.8rem;
    line-height: 1.8em;
    letter-spacing: 0.12em;
}
.wrapper-danks .content-block-comp p {
    border: 2px solid #fff;
    border-radius: 32px;
}

/*** 20230227 追加 kambara ***/
/*** trial-form-confirm ***/
.trial-form-confirm tr td{
    border-bottom: 3px solid #999999;
}

/*** page カリキュラム ***/
.page-content-block-inner-curriculum {
    padding-top: 0;
    padding-bottom: 0;
}

.content-curriculum-box {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.content-curriculum-box::before {
    content: "";
    display: block;
    padding-top: 31.25%;
}
.content-curriculum-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.content-curriculum-box.odd {
    background: #e7a547;
}
.wrapper-danks .content-curriculum-box.odd {
    background: #ca253b;
}
.content-curriculum-box.even {
    background: #2496bd;
}
.wrapper-danks .content-curriculum-box.even {
    background: #e2cd44;
}
.content-curriculum-inner.inner-one {
    background: url(../img/avance/tanoshimu_img.jpg) no-repeat;
    background-position: right top;
    background-size: 50%;
}
.wrapper-danks .content-curriculum-inner.inner-one {
    background: url(../img/danks/tanoshimu_img.jpg) no-repeat;
    background-position: right top;
    background-size: 50%;
}
.content-curriculum-inner.inner-two {
    background: url(../img/avance/dekita_img.jpg) no-repeat;
    background-position: left top;
    background-size: 50%;
}
.wrapper-danks .content-curriculum-inner.inner-two {
    background: url(../img/danks/dekiru_img.jpg) no-repeat;
    background-position: left top;
    background-size: 50%;
}
.content-curriculum-inner.inner-three {
    background: url(../img/avance/kangaeru_img.jpg) no-repeat;
    background-position: right top;
    background-size: 50%;
}
.wrapper-danks .content-curriculum-inner.inner-three {
    background: url(../img/danks/kangaeru_img.jpg) no-repeat;
    background-position: right top;
    background-size: 50%;
}
.content-curriculum-inner.inner-last {
    background: url(../img/avance/kyochosei_img.jpg) no-repeat;
    background-position: left top;
    background-size: 50%;
}
.wrapper-danks .content-curriculum-inner.inner-last {
    background: url(../img/danks/kyochousei_img.jpg) no-repeat;
    background-position: left top;
    background-size: 50%;
}
.content-curriculum-unit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1040px;
    min-width: 1040px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.content-curriculum-unit h3 {
    flex: 0 0 50%;
    text-align: center;
}
.content-curriculum-unit h3 img {
    width: auto;
    height: 160px;
}
.content-curriculum-unit h3 span {
    display: block;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.0;
}
.content-curriculum-unit h3 span.curriculum-span {
    font-family: "ab-kirigirisu";
    font-size: 7.8rem;
    letter-spacing: -0.04em;
}
.content-curriculum-unit h3 span.curriculum-span::first-letter {
    font-size: 13.4rem;
    letter-spacing: -0.07em;
}
.content-curriculum-unit .content-curriculum-block-text {
    flex: 0 0 50%;
    padding: 0 0 0 120px;
}
.content-curriculum-block-text h4.curriculum-text-main {
    font-size: 2.6rem;
    color: #fff;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4em;
}
.content-curriculum-block-text p.curriculum-text-sub {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.6em;
}
.content-curriculum-block-text .curriculum-btn a {
    position: relative;
    display: block;
    width: 200px;
    height: 40px;
    background: #e7a547;
    border-radius: 40px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 38px;
    text-align: center;
}
.wrapper-danks .content-curriculum-block-text .curriculum-btn a {
    background: #cf243b;
}
.content-curriculum-block-text .curriculum-btn a::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}
.even .content-curriculum-block-text .curriculum-btn a {
    background: #fff;
    color: #2496bd;
}
.wrapper-danks .even .content-curriculum-block-text .curriculum-btn a {
    background: #93823a;
    color: #fff;
}
.even .content-curriculum-block-text .curriculum-btn a::after {
    border-color: #2496bd;
}
.wrapper-danks .even .content-curriculum-block-text .curriculum-btn a::after {
    border-color: #fff;
}

.content-curriculum-unit::before {
    position: absolute;
    content: "";
    left: 50%;
    width: 20px;
    margin-left: -10px;
    border-left: 20px solid #fff;
}
.inner-one .content-curriculum-unit::before {
    top: 50%;
    height: 50%;
}
.inner-two .content-curriculum-unit::before,
.inner-three .content-curriculum-unit::before {
    top: 0;
    height: 100%;
}
.inner-last .content-curriculum-unit::before {
    top: 0;
    height: 50%;
}
.content-curriculum-unit::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    transform: translate(-50%, -50%);
}
.inner-one .content-curriculum-unit::after {
    background: url(../img/avance/circle_1.png) no-repeat;
}
.wrapper-danks .inner-one .content-curriculum-unit::after {
    background: url(../img/danks/circle_1.png) no-repeat;
}
.inner-two .content-curriculum-unit::after {
    background: url(../img/avance/circle_2.png) no-repeat;
}
.wrapper-danks .inner-two .content-curriculum-unit::after {
    background: url(../img/danks/circle_2.png) no-repeat;
}
.inner-three .content-curriculum-unit::after {
    background: url(../img/avance/circle_3.png) no-repeat;
}
.wrapper-danks .inner-three .content-curriculum-unit::after {
    background: url(../img/danks/circle_3.png) no-repeat;
}
.inner-last .content-curriculum-unit::after {
    background: url(../img/avance/circle_4.png) no-repeat;
}
.wrapper-danks .inner-last .content-curriculum-unit::after {
    background: url(../img/danks/circle_4.png) no-repeat;
}

.content-curriculum-grade {
    position: absolute;
    transform: rotate(90deg);
}
.content-curriculum-grade.grade-one {
    top: 1.0em;
    left: calc(50% - 524px);
}
.content-curriculum-grade.grade-two,
.content-curriculum-grade.grade-three,
.content-curriculum-grade.grade-last {
    top: -0.4em;
    left: calc(50% - 536px);
}
.content-curriculum-grade {
    margin: 0;
    color: #fff;
    font-size: 2.6rem;
}
.content-curriculum-border {
    position: absolute;
    content: "";
    top: 4.6em;
    left: calc(50% - 500px);
    border-left: 1px dashed #fff;
}
.content-curriculum-border.border-one {
    top: 4.6em;
    height: calc(100% - 7.8em);
}
.content-curriculum-border.border-two,
.content-curriculum-border.border-three {
    top: 3.2em;
    height: calc(100% - 6.2em);
}
.content-curriculum-border.border-last {
    top: 3.2em;
    height: calc(100% - 3.2em);
}

.page-primary-grid-block {
    background: url(../img/avance/bg-grid.png);
}
.wrapper-danks .page-primary-grid-block {
    background: url(../img/danks/bg-grid.png);
}
.content-curriculum-tbl {
    width: auto;
    border-collapse: separate;
    border-spacing: 0 32px;
    margin: 0 auto;
}
.content-curriculum-tbl td {
    width: 50%;
    padding: 0;
    vertical-align: middle;
}
/*.content-curriculum-tbl td.curriculum-td-head {
    position: relative;
    background: #7fc5da;
    border-radius: 70px;
    text-align: right;
    line-height: 70px;
    width: 360px;
    height: 70px;
}*/
.content-curriculum-tbl td.curriculum-td-head h3 {
    position: relative;
    background: #7fc5da;
    border-radius: 70px;
    text-align: center;
    line-height: 70px;
    width: 360px;
    height: 70px;
    margin: 0 0 0 auto;
}
.wrapper-danks .content-curriculum-tbl td.curriculum-td-head h3 {
    background: #f78f37;
}
.content-curriculum-tbl td.curriculum-td-head h3 {
    font-family: "ab-kirigirisu";
    font-size: 3.0rem;
    color: #fff;
    letter-spacing: -0.06em;
}
.content-curriculum-tbl td.curriculum-td-head h3 img {
    width: auto;
    height: 30px;
}
.content-curriculum-tbl td.curriculum-td-head h3::after {
    position: absolute;
    content: "";
    bottom: -32px;
    left: 50%;
    width: 10px;
    height: 32px;
    border-left: 10px solid #646464;
    transform: translate(-50%, 0);
}
tr:nth-last-child(1) td.curriculum-td-head h3::after {
    content: none;
}
.content-curriculum-tbl tr:nth-of-type(1) .curriculum-td-head h3::before {
    position: absolute;
    content: url(../img/avance/aisatsu_illust.png);
    width: auto;
    height: 100px;
    top: 50%;
    right: -12px;
    margin-top: -8px;
    transform: translate(0, -50%);
}
.wrapper-danks .content-curriculum-tbl tr:nth-of-type(1) .curriculum-td-head h3::before {
    content: url(../img/danks/aisatsu_illust.png);
    margin-top: -16px;
}
.content-curriculum-tbl tr:nth-of-type(2) .curriculum-td-head h3::before {
    position: absolute;
    content: url(../img/avance/training_illust.png);
    width: auto;
    height: 140px;
    top: 50%;
    left: -120px;
    transform: translate(0, -50%);
}
.wrapper-danks .content-curriculum-tbl tr:nth-of-type(2) .curriculum-td-head h3::before {
    content: url(../img/danks/training_illust.png);
}
.content-curriculum-tbl tr:nth-of-type(4) .curriculum-td-head h3::before {
    position: absolute;
    content: url(../img/avance/shiai_keishiki_illust.png);
    width: auto;
    height: 180px;
    top: 50%;
    left: -100px;
    transform: translate(0, calc(-50% + 20px));
    z-index: 99;
}
.wrapper-danks .content-curriculum-tbl tr:nth-of-type(4) .curriculum-td-head h3::before {
    content: url(../img/danks/shiai_keishiki_illust.png);
}
.content-curriculum-tbl td.curriculum-td-text {
    padding-left: 40px;
    font-size: 2.0rem;
    line-height: 1.4em;
}



/*** page コーチ紹介 ***/
.page-blue-grid-block {
    position: relative;
    background: #7fc2d7;
    background-image: url(../img/avance/bg-grid.png);
}
.wrapper-danks .page-blue-grid-block {
    background: #d7c661;
    background-image: url(../img/danks/bg-grid.png);
}
.content-coaches-ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 56px;
}
.content-coaches-ul li {
    flex: 0 0 320px;
    width: 320px;
    height: auto;
    background: #fff;
    border: 6px solid #e8a647;
    border-radius: 24px;
    position: relative;
    padding: 64px 32px 32px;
}
.content-coaches-ul li::before {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 60px;
    height: 60px;
    background: #117fa5;
    border-radius: 100%;
    color: #fff;
    font-size: 2.8rem;
    line-height: 58px;
    text-align: center;
    transform: translate(-50%, 0);
}
.wrapper-danks .content-coaches-ul li::before {
    background: #cf243b;
}
.content-coaches-ul li:nth-of-type(1)::before {
    content: "1";
}
.content-coaches-ul li:nth-of-type(2)::before {
    content: "2";
}
.content-coaches-ul li:nth-of-type(3)::before {
    content: "3";
}
.content-coaches-ul li h3 {
    font-size: 2.6rem;
    margin-bottom: 12px;
    color: #117fa5;
}
.wrapper-danks .content-coaches-ul li h3 {
    color: #cf243b;
}
.content-coaches-ul li p {
    font-size: 1.4rem;
    line-height: 1.6em;
    margin: 0;
}

.page-yellow-dot-block {
    background: url(../img/avance/bg-yellow-dot.png);
}
.wrapper-danks .page-yellow-dot-block {
    background: url(../img/danks/bg-white-dot.png);
}
.content-coaches-staff-ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5%;
}
.wrapper-danks .content-coaches-staff-ul {
    justify-content: center;
}
.content-coaches-staff-ul li {
    flex: 0 0 20%;
    margin-bottom: 56px;
}
.wrapper-danks .content-coaches-staff-ul li {
    flex: 0 0 20%;
}
/*.content-coaches-staff-ul li:nth-of-type(n + 5) {
    margin-bottom: 0;
}*/
.content-coaches-staff-ul li:nth-last-of-type(-n + 4) {
    margin-bottom: 0;
}
.content-coaches-staff-ul li figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 6px solid #7fc3d8;
    border-radius: 100%;
}
.wrapper-danks .content-coaches-staff-ul li figure img {
    border: 6px solid #cf243b;
}
.content-coaches-staff-ul li figure span.figcaption {
    display: block;
    margin-top: 20px;
    font-size: 2.0rem;
    text-align: center;
}
.wrapper-danks .content-coaches-staff-ul li:nth-of-type(8n + 2) figure img,
.wrapper-danks .content-coaches-staff-ul li:nth-of-type(8n + 4) figure img,
.wrapper-danks .content-coaches-staff-ul li:nth-of-type(8n + 5) figure img,
.wrapper-danks .content-coaches-staff-ul li:nth-of-type(8n + 7) figure img {
    border-color: #97863a;
}
.content-coaches-staff-ul li:nth-of-type(8n + 2) figure img,
.content-coaches-staff-ul li:nth-of-type(8n + 4) figure img,
.content-coaches-staff-ul li:nth-of-type(8n + 5) figure img,
.content-coaches-staff-ul li:nth-of-type(8n + 7) figure img {
    border-color: #e5a347;
}
.content-coaches-staff-ul li button.madalOpen {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
}

/*** modal コーチ紹介の詳細 ***/
/*.modal-area {
    display: none;
    position: fixed;
    z-index: 999;
    top: 94px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}
.modal-content {
    background: #fff;
    margin: 0 auto;
    width: 1040px;
    height: auto;
    animation-name: modalopen;
    animation-duration: 1s;
}*/
@keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
}
.main-coaches-detail {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
}
.modal-inner {
    animation-name: modalopen;
    animation-duration: 1s;
}
.page-content-block-coaches-detail h3.coaches-detail-name {
    width: 100%;
    background: #7fc3d8;
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 14px 24px 16px;
    color: #fff;
    font-size: 2.4rem;
}
.wrapper-danks .page-content-block-coaches-detail h3.coaches-detail-name {
    background: #cf243b;
}
.coaches-detail-unit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.coaches-detail-unit figure {
    flex: 0 0 30%;
}
.coaches-detail-unit figure img {
    width: 200px;
    height: auto;
    object-fit: cover;
}
.coaches-detail-unit .coaches-detail-text {
    flex: 0 0 70%;
}
.coaches-detail-text h4 {
    color: #117fa5;
    font-size: 2.2rem;
    margin-bottom: 4px;
    padding: 0 8px;
}
.wrapper-danks .coaches-detail-text h4 {
    color: #cf243b;
}
.coaches-detail-text p {
    background: #f0f0f0;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 10px 16px;
    font-size: 1.4rem;
    line-height: 1.8em;
}
.coaches-detail-text p + h4 {
    margin-top: 14px;
}
.coaches-detail-school {
    margin: 40px 0;
}
.coaches-detail-school-h3 {
    padding: 0 16px 16px;
    font-size: 2.2rem;
    border-bottom: 1px solid #231815;
}
.coaches-detail-tbl {
    width: 100%;
}
.coaches-detail-tbl tbody tr:nth-of-type(odd) td {
    background: #eee;
}
.coaches-detail-tbl th,
.coaches-detail-tbl td {
    padding: 16px 16px 18px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4em;
}
.coaches-detail-tbl tbody tr td:nth-of-type(1) {
    width: 16%;
}
.coaches-detail-tbl tbody tr td:nth-of-type(n + 2) {
    width: 21%;
}
.coaches-detail-tbl th:nth-of-type(1)::before {
    display: inline-block;
    content: url(../img/avance/school_icon.svg);
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    top: 4px;
}
.wrapper-danks .coaches-detail-tbl th:nth-of-type(1)::before {
    content: url(../img/danks/school_icon.svg);
}
.coaches-detail-tbl th:nth-of-type(2)::before {
    display: inline-block;
    content: url(../img/avance/schedule_icon.svg);
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    top: 4px;
}
.wrapper-danks .coaches-detail-tbl th:nth-of-type(2)::before {
    content: url(../img/danks/schedule_icon.svg);
}
.coaches-detail-tbl th:nth-of-type(3)::before {
    display: inline-block;
    content: url(../img/avance/venue_icon.svg);
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    top: 4px;
}
.wrapper-danks .coaches-detail-tbl th:nth-of-type(3)::before {
    content: url(../img/danks/venue_icon.svg);
}
.coaches-detail-tbl th:nth-of-type(4)::before {
    display: inline-block;
    content: url(../img/avance/age_icon.svg);
    width: 20px;
    height: 20px;
    margin-right: 4px;
    position: relative;
    top: 4px;
}
.wrapper-danks .coaches-detail-tbl th:nth-of-type(4)::before {
    content: url(../img/danks/age_icon.svg);
}
.coaches-detail-tbl tbody tr td:nth-of-type(5) {
    text-align: right;
}
.coaches-detail-tbl tbody tr td:nth-of-type(5) a {
    display: inline-block;
    height: 40px;
    padding: 0 40px;
    background: #e3961e;
    border-radius: 40px;
    font-size: 1.6rem;
    color: #231815;
    text-align: center;
    line-height: 40px;
    position: relative;
    top: 2px;
}
.wrapper-danks .coaches-detail-tbl tbody tr td:nth-of-type(5) a {
    background: #cf243b;
    color: #fff;
}
.btn-close-coachesdetail {
    position: fixed;
    top: 158px;
    left: calc(50% + 520px);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    background-color: #7fc6db;
    /*line-height: 40px;*/
    z-index: 99;
}
.btn-close-coachesdetail img {
    width: 72%;
    height: auto;
}
.wrapper-danks .btn-close-coachesdetail {
    background-color: #cf243b;
}



/*** page イベント ***/
.page-orange-wave-block {
    background-image: url(../img/avance/bg-wave-orange.png), url(../img/avance/bg-wave-orange-repeat.png), url(../img/avance/bg-wave-orange-repeat.png);
    background-repeat: repeat-x, repeat-x;
    background-position: 0 0, 0 1183px, 0 2335px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wrapper-danks .page-red-wave-block {
    background-image: url(../img/danks/bg-wave-red.png), url(../img/danks/bg-wave-red-repeat.png), url(../img/danks/bg-wave-red-repeat.png);
    background-repeat: repeat-x, repeat-x;
    background-position: 0 0, 0 1183px, 0 2335px;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-blue-wave-block {
    background: url(../img/avance/bg-wave-blue.png);
    margin-top: -10px;
    padding-top: 10px;
}
.wrapper-danks .page-blue-wave-block {
    background: url(../img/danks/bg-wave-blue.png);
    margin-top: -10px;
    padding-top: 10px;
}
.page-content-title-white {
    width: 100%;
    background: #fff;
    border-radius: 128px;
    margin: 48px 0;
    padding: 12px 12px 16px;
    color: #e8a647;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
}
.wrapper-danks .page-content-title-red {
    color: #cf243b;
}
.page-blue-wave-block .page-content-title-white {
    color: #117fa5;
}
.wrapper-danks .page-content-title-orange02 {
    color: #f68e36;
}
.wrapper-danks h2.page-content-title-black {
    color:#231815;
}
.wrapper-danks .page-content-text-white {
    color: #fff;
}

/*** イベント　サムネ付きスライダー ***/
.content-event-slider-block {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
.slider-thumb-main {
    margin-bottom: 20px;
}
.slider-thumb-main .swiper-wrapper .swiper-slide,
.slider-thumb-thumb .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
}
.slider-thumb-main .swiper-wrapper .swiper-slide::before,
.slider-thumb-thumb .swiper-wrapper .swiper-slide::before {
    content: "";
    display: block;
    padding-top: 75%;
}
.slider-thumb-main .swiper-wrapper .swiper-slide::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: .4s;
}
.slider-thumb-main .swiper-wrapper .swiper-slide.swiper-slide-active::after {
    content: none;
}
.slider-thumb-main .swiper-wrapper .swiper-slide img,
.slider-thumb-thumb .swiper-wrapper .swiper-slide img {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.slider-thumb-main {
    position: relative;
}
.slider-thumb-main .swiper-slide .slider-caption {
    display: none;
    transition: .4s;
}
.slider-thumb-main .swiper-slide.swiper-slide-active .slider-caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 12px 16px 14px;
    color: #fff;
    font-size: 1.8rem;
    background: rgba(0,0,0,0.5);
}
.slider-thumb-main .swiper-button-next {
    width: 101.235px;
    height: 100%;
    top: 0;
    right: calc(50% - 500px);
    margin-top: 0;
}
.slider-thumb-main .swiper-button-next::after,
.slider-thumb-main .swiper-button-prev::after {
    font-size: 2.8rem;
    font-weight: bold;
}
.slider-thumb-main .swiper-button-prev {
    width: 101.235px;
    height: 100%;
    top: 0;
    left: calc(50% - 500px);
    margin-top: 0;
}
.slider-thumbnail.slider-thumb-thumb {
    position: relative;
}
.slider-thumbnail.slider-thumb-thumb .swiper-button-next {
    width: 32px;
    height: 100%;
    padding: 0 20px;
    background: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    margin-top: 0;
}
.slider-thumbnail.slider-thumb-thumb .swiper-button-next::after,.slider-thumbnail.slider-thumb-thumb .swiper-button-prev::after {
    font-size: 2.4rem;
    font-weight: bold;
}
.slider-thumbnail.slider-thumb-thumb .swiper-button-prev {
    width: 32px;
    height: 100%;
    padding: 0 20px;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    margin-top: 0;
}

/*** masonry スライダー ***/
.carousel-other-event {
    margin-top: 56px;
}
.carousel-item-flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 504px;
}
.carousel-item-flexbox div {
    flex: 0 0 32.0%;
    margin-bottom: 12px;
    display: block;
    width: 32.0%;
}
.carousel-item-flexbox div a {
    position: relative;
    display: block;
    text-align: center;
}
.carousel-item-flexbox div a::before {
    content: "";
    display: block;
    padding-top: 75%;
}
.carousel-item-flexbox div a img {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.carousel-item-flexbox div a p {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 6px 16px 8px;
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
    background: rgba(0,0,0,0.5);
}
.carousel-other-event .carousel-control-prev {
    left: -104px;
}
.carousel-other-event .carousel-control-next {
    right: -104px;
}
.carousel-other-event .carousel-control-next-icon,
.carousel-other-event .carousel-control-prev-icon {
    width: 24px;
    height: 24px;
    margin-top: -14px;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}
.carousel-control-next-icon {
    background: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
}
.carousel-control-prev-icon {
    background: none;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(45deg);
}

.ratio {
    background-color: rgba(0,0,0,.6) !important;
}
.img-fluid {
    margin-top: 32px;
    padding-bottom: 32px;
}
.lightbox-caption {
    background: rgba(0,0,0,.6);
    padding: 12px !important;
}
.lightbox-caption em {
    font-style: normal !important;
    font-size: 16px;
}



/***** page よくある質問 *****/
.page-content-block-faq h2 {
    position: relative;
    margin-bottom: 80px;
}
.page-content-block-faq h2::before {
    position: absolute;
    content: "";
    background: url(../img/avance/faq_illust_1.png) no-repeat;
    background-size: 111.8px 160px;
    top: -24px;
    left: 50%;
    width: 111.8px;
    height: 160px;
    transform: translate(calc(-50% - 13.6em), 0);
}
.wrapper-danks .page-content-block-faq h2::before {
    background: url(../img/danks/faq_illust_1.png) no-repeat;
    background-size: 106.8px 140px;
    top: -16px;
    left: 50%;
    width: 106.8px;
    height: 140px;
    transform: translate(calc(-50% - 13em), 0);
}
.page-content-block-faq h2::after {
    position: absolute;
    content: "";
    background: url(../img/avance/faq_illust_2.png) no-repeat;
    background-size: 91.4px 160px;
    top: 24px;
    right: 50%;
    width: 91.4px;
    height: 160px;
    transform: translate(calc(-50% + 15.6em), 0);
}
.wrapper-danks .page-content-block-faq h2::after {
    background: url(../img/danks/faq_illust_2.png) no-repeat;
    background-size: 94.6px 160px;
    top: 24px;
    right: 50%;
    width: 94.6px;
    height: 160px;
    transform: translate(calc(-50% + 15.6em), 0);
}
.page-content-block-faq .page-content-title-orange span {
    display: block;
    margin-top: 24px;
    font-size: 1.8rem;
    color: #231815;
    line-height: 1.6em;
}



/***** page お知らせ *****/
.page-content-news-block {
    background: #fffeee;
    min-height: 100vh;
}
.post-news-detai-block {
    background-color: #fff;
    border: 4px solid #e5c643;
    border-radius: 8px;
    padding: 96px;
}
.news-detail-h3 {
    font-size: 2.6rem;
    margin-bottom: 48px;
}
.news-detail-h3 span {
    display: inline-block;
    border-left: 1px solid #231815;
    margin-left: 12px;
    padding-left: 12px;
    line-height: 1.0;
}
.news-detail-icon-new {
    position: relative;
}
.news-detail-icon-new::before {
    display: inline-block;
    content: "";
    background: url(../img/avance/new_badge.png) no-repeat;
    background-size: cover;
    margin: 0 16px 0 0;
    width: 80px;
    height: 30px;
    position: relative;
    top: 6px;
}
.wrapper-danks .news-detail-icon-new::before {
    background: url(../img/danks/new_badge.png) no-repeat;
}
.post-news-detai-block p {
    font-size: 1.8rem;
    line-height: 2.0em;
    letter-spacing: 0.12em;
    margin-bottom: 32px;
}
.post-news-detai-block p + p {
    margin-bottom: 0;
}
.link-news-list-more {
    width: 100%;
    text-align: center;
    margin-top: 48px;
}
.link-news-list-more a {
    font-size: 2.6rem;
    letter-spacing: .1em;
}
.link-news-list-more a span {
    color: #7fc6db;
    font-size: 1.6rem;
    position: relative;
    top: -4px;
    margin-left: 12px;
}
.wrapper-danks .link-news-list-more a span {
    color: #cf243b;
}

.page-content-news-block ul.pagination {
    margin-top: 72px;
}
.page-content-news-block ul.pagination .page-item {
    padding: 0 20px;
    text-align: center;
}
.page-content-news-block ul.pagination .page-link {
    font-size: 2.6rem;
    width: 40px;
    height: 40px;
    line-height: 1.1em;
    color: #7fc6db;
    background: none;
    border: none;
}
.wrapper-danks .page-content-news-block ul.pagination .page-link {
    color: #cf243b;
}
.page-content-news-block ul.pagination .page-item.active .page-link {
    color: #fff;
    background: #7fc6db;
    border-radius: 300px;
}
.wrapper-danks .page-content-news-block ul.pagination .page-item.active .page-link {
    background: #cf243b;
}
.page-content-news-block ul.pagination .page-item.disabled .page-link {
    color: #999;
}

/* 20231005追加 */
/* ------ image ------*/
.post-news-detai-block .images {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.post-news-detai-block .images .thumb {
    position: relative;
    width: 18%;
    margin: 1%;
}
.post-news-detai-block .images .thumb::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.post-news-detai-block .images .thumb a {
    display: block;
    position: absolute;
    top: 0;
    border: 1px solid #999999;
    padding: 4px;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
}
.post-news-detai-block .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*
.post-news-detai-block .images {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
}
.post-news-detai-block .images .thumb {
    padding: 10px;
}
.post-news-detai-block .images .thumb a {
    display: block;
    border: 1px solid #999999;
    padding: 4px;
    background: #f5f5f5;
}
.post-news-detai-block .images img {
    width: 128px;
    height: 96px;
    object-fit: cover;
}
*/
/* ------ pdf ------*/
.post-news-detai-block .files h4 {
    margin: 0;
    padding: 0;
}
.post-news-detai-block .pdf {
    padding: 5px 10px;
}
.post-news-detai-block .pdf a {
    text-decoration: underline;
}
/* 20231005追加ここまで */
/* 20231006 News image modal */
.lightbox-news-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 111110;
    display: none;
}
.news-modal-inner {
    position: fixed;
    inset: 0;
    margin: auto;
    padding: 12px;
    border: 1px solid #999999;
    background: #f5f5f5;
    opacity: 1;
    display: block;
    z-index: 111111;
}
.news-modal-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.news-modal-content img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.btn-close-modal {
    position: absolute;
    display: inline;
    top: -36px;
    right: -18px;
    cursor: pointer;
    z-index: 111112;
/*    width: 36px;*/
/*    height: 36px;*/
/*    background: url(../img/x-lg.svg);*/
/*    background-size: contain;*/
}
.btn-close-modal span {
    position: relative;
    box-sizing: border-box;
    display: block;
    left: 12px;
    top: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    box-shadow: 0 0 4px #000;
    transition: transform .25s ease-in-out;
}
.btn-close-modal span::after {
    transform: rotate(-45deg);
}
.btn-close-modal span::before {
    transform: rotate(45deg);
}
.btn-close-modal span::after,
.btn-close-modal span::before
 {
    content: '';
    position: absolute;
    top: 15px;
    left: 7px;
    width: 18px;
    height: 2px;
    background-color: #fff;
}

/***** page お問い合わせ *****/
.page-lightblue-form-block {
    background: #c9e7f0;
}
.wrapper-danks .page-yellow-form-block {
    background: #e2cd43;
}
.wrapper-danks .form-app-dnks .form-input label {
    color: #231815;
}


.form-submit-blue .btn-submit {
    background: #117fa5;
}
.wrapper-danks .form-submit-red .btn-submit {
    background: #cf243b;
}
p.form-app-desc {
    margin-top: 56px;
    margin-bottom: 32px;
    font-size: 3.0rem;
    color: #117fa5;
}
.wrapper-danks p.form-app-desc {
    color: #cf243b;
}
p.form-app-desc span {
    display: inline-block;
    margin-right: 8px;
    font-size: 2.6rem;
    position: relative;
    top: -2px;
}
.form-input input[type="radio"]:nth-of-type(1) {
    margin-left: 24px;
}
.form-input input[type="radio"] {
    width: 18px;
    height: 18px;
}
label.gender-label {
    flex: 0 0 5em;
    display: inline-block;
    width: 5em;
    padding: 16px 12px;
}
.form-input input[type="checkbox"] {
    margin-left: 24px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 1px;
}
span.add-checkbox {
    display: inline-block;
    padding: 24px 12px;
}
.form-submit-blue {
    margin-top: 32px;
}
/* 20240318追加 アンケート */
.trial-survey-desc {
    font-size: 2.0rem;
    line-height: 2.0em;
    letter-spacing: 0.12em;
}
/* .survey */
.trial-survey {
    padding: 4px 0;
}
.trial-survey span {
    padding-left: 18px;
}

.chk-confirm {
    padding-top: 30px;
}

/***** page プライバシーポリシー *****/
.page-content-privacypolicy {
    width: 840px;
    min-width: 840px;
}
.title-privacypolicy {
    font-size: 2.0rem;
    line-height: 2.0em;
    margin: 0;
}
.page-content-privacypolicy p {
    font-size: 2.0rem;
    line-height: 2.0em;
    margin: 0;
}
/*.page-content-privacypolicy p + h3 {
    margin-top: 8px;
}*/



/***** page サイトマップ *****/
.sitemap-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: 560px;
}
.sitemap-list li {
    width: 50%;
    height: 80px;
    vertical-align: middle;
}
.sitemap-list li.list-indent {
    margin-left: 26px;
}
.sitemap-list li a {
    display: block;
    font-size: 2.0rem;
    color: #117fa5;
    letter-spacing: 0.12em;
}
.wrapper-danks .sitemap-list li a {
    color: #cf243b;
}
.sitemap-list li a::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 16px;
    border-top: 1px solid #117fa5;
    border-right: 1px solid #117fa5;
    transform: rotate(45deg);
    position: relative;
    top: -3px;
}
.wrapper-danks .sitemap-list li a::before {
    border-top: 1px solid #cf243b;
    border-right: 1px solid #cf243b;
}
.sitemap-list li h3 {
    display: block;
    font-size: 2.0rem;
    color: #231815;
    letter-spacing: 0.12em;
}



/***** page 成長ドキュメンタリー *****/
.page-content-title.page-content-title-green {
    color: #117f91;
}
.page-documentary-block {
    background-color: #a2d2ce;
}
.wrapper-danks .page-documentary-block {
    background-color: #f68e36;
}
.page-documentary-block h2 {
    margin-bottom: 64px;
    font-family: "ab-kirigirisu";
    font-size: 4.2rem;
    color: #117fa5;
    line-height: 1.2em;
    letter-spacing: 0;
}
.page-documentary-block h2 span {
    font-size: 2.8rem;
}
.page-documentary-block .page-content-block-inner {
    padding-bottom: 0;
}
.page-documentary-unit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-image: url(../img/avance/bg-circle-green.png);
    background-repeat: no-repeat;
    background-position: left 16% top 50%;
    background-size: 480px auto;
}
.wrapper-danks .page-documentary-unit {
    background-image: url(../img/danks/bg-circle-orange-documentar.png);
    background-repeat: no-repeat;
    background-position: left 16% top 50%;
    background-size: 480px auto;
}
.page-documentary-unit:nth-of-type(odd) {
    flex-direction: row-reverse;
}
.page-documentary-unit:nth-of-type(2) {
    background-position: right 16% top 50%;
}
.page-documentary-unit + .page-documentary-unit {
    margin-top: 16px;
}
.page-documentary-unit .documentary-unit-text {
    flex: 0 0 50%;
    padding-bottom: 24px;
}
.documentary-unit-text h3.page-documentary-title-h3 {
    margin-bottom: 16px;
}
.documentary-unit-text h3.page-documentary-title-h3 span {
    padding: 1px 12px;
    font-size: 4.2rem;
    color: #231815;
    line-height: 1.4;
    background: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.wrapper-danks .documentary-unit-text h3.page-documentary-title-h3 span {
    color: #d17d4c;
}
.page-documentary-unit:nth-of-type(2) .documentary-unit-text h3.page-documentary-title-h3 span {
    color: #e8a647;
}
.wrapper-danks .page-documentary-unit:nth-of-type(2) .documentary-unit-text h3.page-documentary-title-h3 span {
    color: #cf243b;
}
.page-documentary-unit:nth-of-type(3) .documentary-unit-text h3.page-documentary-title-h3 span {
    color: #117fa5;
}
.wrapper-danks .page-documentary-unit:nth-of-type(3) .documentary-unit-text h3.page-documentary-title-h3 span {
    color: #8f7e39;
}
.documentary-unit-text p {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.6em;
    z-index: 99;
}
.page-documentary-unit figure {
    flex: 0 0 48%;
    position: relative;
}
.page-documentary-unit figure::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.page-documentary-unit figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 100%;
    border: 12px solid #fff;
}
.page-documentary-prof-unit {
    position: relative;
    width: 88%;
    margin: 80px auto 0;
    background-image: url(../img/avance/bg-circle-green-s.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.wrapper-danks .page-documentary-prof-unit {
    background-image: url(../img/danks/bg-circle-orange-docu-s.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.page-documentary-prof-unit figure {
    position: absolute;
    bottom: 0;
    right: calc(162px - 129px);
}
.page-documentary-prof-unit figure img {
    max-height: 340px;
}
.documentary-prof-unit-text h3.page-documentary-title-prof {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 3.4rem;
    border-bottom: 8px dotted #fff;
}
.documentary-prof-unit-text p {
    width: 560px;
    font-size: 1.8rem;
    line-height: 1.6em;
    margin-bottom: 0;
    padding-bottom: 48px;
    z-index: 9;
}
.font-title {
    font-family: "ab-kirigirisu";
    font-size: 5.6rem;
    line-height: 1.0;
    letter-spacing: -0.12em;
    color: #fff;
}

/***** ご入会の流れ *****/

.set-cha-img::after {
    content: "";
    position: absolute;
    background: url(../img/avance/aisatsu_illust.png) no-repeat;
    background-size: 110.835px 100px;
    bottom: 0;
    left: 0;
    width: 110.835px;
    height: 100px;
    transform: translate(calc(-50% + 15.6em), 0);
}
.text-bracket {
    position: relative;
    width: 20em;
    margin: 0 auto;
    font-size: 2.4rem;
    color: #117fa5;
    font-weight: normal;
    text-align: center;
    line-height: 1.6em;
    letter-spacing: 0.15em;
}
.text-bracket::before,
.text-bracket::after {
    position: absolute;
    top: -2px;
    width: 10px;
    height: 100%;
    content: '';
    border-top: 2px solid #117fa5;
    border-bottom: 2px solid #117fa5;
}
.text-bracket::before {
    border-left: 2px solid #117fa5;
    left: 0;
}
.text-bracket::after {
    border-right: 2px solid #117fa5;
    right: 0;
}
.content-guidance-step {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}
.content-guidance-step-parts {
    flex: 0 0 32.6%;
}
.content-guidance-step-parts h3.step-num {
    position: relative;
    width: 100%;
    padding: 16px 0 8px;
    font-family: "ab-kirigirisu";
    color: #fff;
    font-size: 3.2rem;
    letter-spacing: -0.24em;
    line-height: 1.6em;
    text-align: center;
    text-indent: -80px;
}
.content-guidance-step-parts h3.step-num::first-letter {
    font-size: 5.4rem;
    letter-spacing: -0.26em;
}
.content-guidance-step-parts.step-num-1 h3.step-num {
    background: #2a8cb0;
}
.content-guidance-step-parts.step-num-2 h3.step-num {
    background: #dfa148;
}
.content-guidance-step-parts.step-num-3 h3.step-num {
    background: #80b642;
}
.content-guidance-step-parts h3.step-num::after {
    content: "";
    position: absolute;
    background: url(../img/avance/step-num-1.png) no-repeat;
    background-size: 60px 60px;
    top: 50%;
    right: 72px;
    width: 60px;
    height: 60px;
    transform: translate(0, -50%);
}
.content-guidance-step-parts.step-num-2 h3.step-num::after {
    background: url(../img/avance/step-num-2.png) no-repeat;
    background-size: 60px 60px;
}
.content-guidance-step-parts.step-num-3 h3.step-num::after {
    background: url(../img/avance/step-num-3.png) no-repeat;
    background-size: 60px 60px;
}
.content-guidance-step-parts .content-guidance-inner {
    position: relative;
    width: 100%;
    height: 470px;
    padding: 0 12px 8px;
}
.content-guidance-step-parts.step-num-1 .content-guidance-inner {
    border: 2px solid #2a8cb0;
}
.content-guidance-step-parts.step-num-2 .content-guidance-inner {
    border: 2px solid #dfa148;
}
.content-guidance-step-parts.step-num-3 .content-guidance-inner {
    border: 2px solid #80b642;
}
.content-guidance-step-parts .step-h4 {
    width: 100%;
    padding: 24px 12px;
    border-bottom: 2px solid #2a8cb0;
    font-size: 2.0rem;
    color: #2a8cb0;
    text-align: center;
}
.content-guidance-step-parts.step-num-2 .step-h4 {
    border-color: #dfa148;
    color: #dfa148;
}
.content-guidance-step-parts.step-num-3 .step-h4 {
    border-color: #80b642;
    color: #80b642;
}
.content-guidance-step-parts h5.step-h5 {
    margin-top: 12px;
    font-size: 1.8rem;
    color: #2a8cb0;
    line-height: 2.0;
    letter-spacing: 0;
}
.content-guidance-step-parts p.step-text {
    margin: 12px 0;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0;
}
.content-guidance-step-parts p.step-text a {
    color: #2a8cb0;
    text-decoration: underline;
}
.content-guidance-step-parts h5.step-h5 + p.step-text {
    margin-top: 0;
}
.content-guidance-step-parts .content-guidance-inner::after {
    content: "";
    position: absolute;
    background: url(../img/avance/training_illust.png) no-repeat;
    background-size: 78.6px 100px;
    bottom: 8px;
    right: 12px;
    width: 78.6px;
    height: 100px;
}
.content-guidance-step-parts.step-num-2 .content-guidance-inner::after {
    content: "";
    position: absolute;
    background: url(../img/avance/soccer_kids.png) no-repeat;
    background-size: 100px 120px;
    bottom: 8px;
    right: 12px;
    width: 100px;
    height: 120px;
}
.content-guidance-step-parts.step-num-3 .content-guidance-inner::after {
    content: "";
    position: absolute;
    background: url(../img/avance/mobile-phone-qr.png) no-repeat;
    background-size: 82px 102px;
    bottom: 8px;
    right: 12px;
    width: 82px;
    height: 102px;
}
.content-guidance-step-text {
    margin: 24px 0;
    font-size: 1.8rem;
    line-height: 2.0;
    letter-spacing: 0;
    text-align: center;
}

.content-guidance-link {
    width: 100%;
    margin: 0;
}
.content-guidance-link-school,
.content-guidance-link-trial,
.content-guidance-link-telinq {
    width: 100%;
    height: auto;
    margin: 0 0 12px;
    padding: 32px 0;
    background: #c7e3eb;
    text-align: center;
}
.content-guidance-link-trial {
    background: #f3d5b9;
}
.content-guidance-link-telinq {
    background: #d7e3c0;
}
.link-school-h3,
.link-trial-h3,
.link-telinq-h3 {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    color: #2a8cb0;
    margin-bottom: 16px;
}
.link-trial-h3 {
    color: #cf8837;
}
.link-telinq-h3 {
    color: #6da92f;
}
.btn-link-school,
.btn-link-trial {
    color: #fff;
}
.btn-link-school a {
    position: relative;
    display: block;
    width: 640px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    background: #117fa5;
    border: 8px solid #fff;
    border-radius: 70px;
    font-size: 2.0rem;
    line-height: 54px;
}
.btn-link-trial a {
    position: relative;
    display: block;
    width: 640px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    background: #dfa148;
    border: 8px solid #fff;
    border-radius: 70px;
    font-size: 2.0rem;
    line-height: 54px;
}
.btn-link-school a::after,
.btn-link-trial a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff;
}
.link-telinq-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 640px;
    margin: 0 auto;
    padding: 6px 0;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
}
.link-telinq-flex .link-telinq-flex-inner {
    flex: 0 0 50%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.link-telinq-flex .link-telinq-flex-inner img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}
.link-telinq-flex .link-telinq-flex-inner:nth-of-type(1) {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0;
    border-right: 1px solid #595959;
}
.link-telinq-flex .link-telinq-flex-inner:nth-of-type(2) {
    font-size: 2.4rem;
    font-weight: bold;
    color: #6da92f;
    letter-spacing: 0.05em;
}
.link-telinq-text {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 8px 0 0;
}
