@charset "UTF-8";

/*
Base
-----------------------------------------------------*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* default style */

html {
    box-sizing: border-box;
    height: 100%;
    font-size: 62.5%;
    font-family:   '游ゴシック体', 'メイリオ', '源ノ角ゴシック', 'Yu Gothic', 'YuGothic',
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    'Meiryo UI', 'Meiryo', sans-serif;
    line-height: 1.5;
    scroll-behavior: smooth;
}

html *,
html *:before,
html *:after {
    box-sizing: inherit;
}

body {
    height: 100%;
    color: #383838;
    text-transform: lowercase;
}
@media screen and (max-width: 480px) {
    body {
        height: 100%;
        color: #383838;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

[lang="en"] {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}

/*
 layout
-----------------------------------------------------*/
body {
    width: 100%;
    max-width: 428px;
     margin: 0 auto;
}
.container {
    width: 95%;
    max-width: 428px;
    margin: 0 auto;
}

.head2 {
    position: relative;
}
.bt1 {
    position: absolute;
    width: 22%;
    right: 11%;
    top: -15%;
    transition: all .5s;
}
.bt1:hover {
    opacity: .7;
}

.hero-main {
    position: relative;
    background-image: url(../images/hero_bg.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-flex {
    width: 90%;
    margin: -1px auto;
    padding-top: 2rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.hero-left {
    width: 21%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.hero-left .hero-img1 {
    width: 41%;
}
.hero-left .hero-img2 {
    width: 51%;
    margin-top: 1rem;
}
.hero-left .hero-img2 img {
    width: 100%;
}
.hero-right {
    width: 20%;
}
.hero-medal {
    width: 68%;
    margin: 0 auto;
    margin-top: -6rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.hero-medal .hero_medal1 {
    width: 52%;
    margin-right: -1.85rem;
}
.hero-medal .hero_medal1 img {
    width: 100%;
}
.hero-medal .hero_medal2 {
    width: 44%;
    margin-right: -1.75rem;
    margin-top: 1rem;
}
.hero-medal .hero_medal2 img {
    width: 100%;
}
.hero-medal .hero_medal3 {
    width: 43%;
    margin-right: -1rem;
    margin-top: 1rem;
}
.hero-medal .hero_medal3 img {
    width: 100%;
}
.hero-medal .hero_medal4 {
    width: 36.5%;
    margin-top: 1rem;
}
.hero-medal .hero_medal4 img {
    width: 100%;
}
.hero_bar2 {
    position: relative;
    width: 100%;
    background-image: url(../images/hero_bar2.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 4.35rem 0;
}
.hero_bar2 .bar2-txt {
    position: absolute;
    width: 74%;
    top: 5%;
    right: 2%;
}
.hero_bar2 .person {
    position: absolute;
    width: 42%;
    left: 0;
    top: -60%;
}
.movie {
    background: linear-gradient(90deg, #7A66AB 0%, #7A66AB 50%, #EB6BA4 50%, #EB6BA4 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -12px;
}
.movie_box {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2rem 0 1rem;
}
.icon {
    width: 35%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
h3 {
    width: 65%;
    margin: 0 auto;
}
.movie_box ul li:first-child {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.movie_box ul li:nth-child(2) {
    width: 77%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.movie_box ul li:last-child {
    width: 70%;
    margin: auto;
    margin-bottom: 1rem;
    transition: all .5s;
}
.movie_box ul li:last-child:hover {
    opacity: .7;
}
.bfaf {
    background: linear-gradient(90deg, #EB6BA4 0%, #EB6BA4 50%, #7A66AB 50%, #7A66AB 100%);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3rem 0 0;
}
.bfaf h2 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.bfaf ul {
    width: 80%;
    margin: 0 auto;
}
.bfaf ul li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 5rem;
    position: relative;
}
.bfaf ul li figure {
    width: 41%;
}
.bfaf .bfaf-box ul li::before {
    position: absolute;
    content: '';
    background-image: url(../images/arrow.webp);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bfaf .bfaf-box ul li:first-child:after {
    position: absolute;
    content: '';
    background-image: url(../images/work1.webp);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75%;
    height: 25px;
    bottom: -12%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bfaf .bfaf-box ul li:nth-child(2):after {
    position: absolute;
    content: '';
    background-image: url(../images/work2.webp);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75%;
    height: 25px;
    bottom: -12%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bfaf .bfaf-box ul li:nth-child(3):after {
    position: absolute;
    content: '';
    background-image: url(../images/work3.webp);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75%;
    height: 25px;
    bottom: -12%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bfaf .bfaf-box ul li:nth-child(4):after {
    position: absolute;
    content: '';
    background-image: url(../images/work4.webp);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75%;
    height: 25px;
    bottom: -12%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bfaf .bfaf-box ul li:nth-child(5):after {
    position: absolute;
    content: '';
    background-image: url(../images/work5.webp);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75%;
    height: 25px;
    bottom: -12%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.bfaf .bfaf-box ul li:last-child:after {
    position: absolute;
    content: '';
    background-image: url(../images/work6.webp);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 75%;
    height: 26px;
    bottom: -16%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.check-box {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background-color: #fff;
}
.check-box ul {
    width: 100%;
    margin-top: 4rem;
}
.check-box ul li {
    width: 100%;
    margin-bottom: 2rem;
}
.check-box ul li:first-child {
    width: 95%;
}
.check-box ul li:nth-child(3) {
    width: 94%;
}
.check-box ul li:nth-child(4) {
    width: 97%;
}
.check-box ul li:nth-child(5) {
    width: 80%;
}
.check-box ul li:nth-child(6) {
    width: 92%;
}
.check-box ul li:nth-child(7) {
    width: 90%;
}
.check-box ul li:nth-child(7) {
    width: 90%;
}
.check-box ul li:nth-child(8) {
    width: 89%;
}
.check-box ul li:last-child {
    width: 70%;
    margin: auto;
    margin-bottom: 1rem;
    transition: all .5s;
}
.check-box ul li:last-child:hover {
    opacity: .7;
}

.step {
    background: linear-gradient(90deg, #7A66AB 0%, #7A66AB 50%, #EB6BA4 50%, #EB6BA4 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.step-box {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 1rem;
    background-color: #fff;
}
.step-box ul {
    margin-top: 2.5rem;
}
.step-box ul li {
    margin-bottom: -.5rem;
}
.step-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.step-wrap-left {
    width: 58%;
}
.step-wrap-right {
    width: 42%;
    text-align: center;
}
.step_icon2 {
    width: 60%;
    margin-top: 2.5rem;
}
.btn {
    width: 70%;
    margin: auto;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    transition: all .5s;
}
.btn:last-child:hover {
    opacity: .7;
}
.step-box .btn {
    padding: 0 .5rem;
}


.concept {
    background: linear-gradient(90deg, #EB6BA4 0%, #EB6BA4 50%, #7A66AB 50%, #7A66AB 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.concept-box {
    width: 90%;
    margin: 0 auto;
    padding: 2rem .5rem;
    background-color: #fff;
}
.concept .icon {
    width: 40%;
}
.concept h3 {
    width: 68%;
}
.concept-box ul {
    margin-top: 3rem;
}
.concept-box ul li {
    margin-bottom: 2rem;
}
.concept-box ul li:first-child {
    width: 95%;
}
.concept-box ul li:nth-child(2) {
    width: 94%;
    margin: 0 0 0 auto;
    margin-bottom: 2rem;
}
.concept-box ul li:nth-child(3) {
    width: 95.5%;
}
.concept-box ul li:nth-child(4) {
    width: 93.5%;
    margin: 0 0 0 auto;
    margin-bottom: 2rem;
}
.concept-box ul li:last-child {
    width: 99%;
}
.concept-box .concept-txt {
    width: 81%;
    margin: 0 auto;
    margin-top: 3rem;
}
.corse {
    background: linear-gradient(90deg, #7A66AB 0%, #7A66AB 50%, #EB6BA4 50%, #EB6BA4 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.corse-box {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0;
    background-color: #fff;
}
.corse-box ul li:first-child {
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
}
.corse-box ul li:nth-child(2) {
    width: 93%;
    margin: 0 auto;
    margin-top: 1rem;
}
.corse-box ul li:last-child {
    width: 93%;
    margin: 0 auto;
    margin-top: 1rem;
}
.corse-box .corse1  li:first-child {
    width: 95.5%;
    margin: 0 auto;
    margin-top: 1rem;
}
.corse-box .corse2  li:nth-child(2) {
    width: 96%;
    margin: 0 auto 0 0;
    margin-left: .25rem;
    margin-bottom: 3rem;
}
.corse-box .corse5  li:nth-child(2) {
    width: 96%;
    margin: 0 auto 0 0;
    margin-left: .25rem;
    margin-bottom: 3rem;
}
.concept-box .btn {
    padding: 0 1rem;
}
.plan {
    background: linear-gradient(90deg, #EB6BA4 0%, #EB6BA4 50%, #7A66AB 50%, #7A66AB 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.plan-box {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 1rem;
    background-color: #F7F8F8;
}
.plan-head {
    width: 85%;
    margin: 0 auto;
}
.plan-img {
    width: 94%;
    margin: 0 auto;
    margin-left: 1.975rem;
}

.hot {
    background: linear-gradient(90deg, #EB6BA4 0%, #EB6BA4 50%, #7A66AB 50%, #7A66AB 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.hot-box {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 1rem;
    background-color: #fff;
}
.hot .icon {
    width: 40%;
}
.hot h3 {
    width: 72%;
}
.hot-img {
    margin-top: 2rem;
}
.hot-box ul {
    width: 98.5%;
    margin: 0 auto;
}
.hot-box ul li {
    margin: 2rem 0 0;
    padding-bottom: 2rem;
}
.l-footer {
    background: linear-gradient(90deg, #7A66AB 0%, #7A66AB 50%, #EB6BA4 50%, #EB6BA4 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 150px;
}
.footer-box {
    width: 90%;
    margin: 0 auto;
    padding: 4rem 1rem 2rem;
    background-color: #F7F8F8;
}
.bt-head {
    width: 90%;
    margin: 0 auto;
    margin-bottom: -1rem;
}
.bt-txt {
    width: 80%;
    margin: 1rem auto;
    margin-bottom: 3rem;
}
.line {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.tel {
    width: 87%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.tel-txt {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.address {
    width: 90%;
    margin: 0 auto;
}
.footer-box .btn:hover {
    opacity: .7;
}



/* 2023/8/7 */
.mens-link {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.fixed-header {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 428px;
}

.pp{
    margin-top:30px;
    text-align:center;
    font-size:18px;
}
.pp_box{
    padding: 30px;
}


.pp_box h2{
    text-align:center;
    font-weight: bold;
    font-size: 24px;
}
.pp_box dl dt{
            font-weight: bold;
        font-size: 1.3vw;
        color: #100f4d;
        border-left: 0.96618vw solid;
        margin-bottom: 2.41546vw;
        padding-left: 1vw;
            line-height: 1.6;
    margin-top: 30px;
}

.pp_box dl dd{
            font-size: 1vw;
        line-height: 1.75;
        color: #3c3c3c;
}

@media screen and (max-width:481px) {
.pp_box h2{
    text-align:center;
    font-weight: bold;
    font-size: 24px;
}
.pp_box dl dt{
            font-weight: bold;
        font-size: 4.58937vw;
        color: #100f4d;
        border-left: 0.96618vw solid;
        margin-bottom: 2.41546vw;
        padding-left: 4.10628vw;
            line-height: 1.6;
    margin-top: 30px;
}

.pp_box dl dd{
            font-size: 3.86473vw;
        line-height: 1.75;
        color: #3c3c3c;
}
}