/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0;
}

main {
    display: block
}

h1 {
    margin: 0;
    font-size: 2em;
    height: 120px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 62.5%
}

body * {
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

a:hover {
    text-decoration: none
}

img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto
}

b,
strong {
    font-weight: 600
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

button {
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer
}

body {
    min-width: 1120px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.loadAnimation {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.loadAnimation_symbol {
    -webkit-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 113px;
    transform: translate(-50%, -50%)
}

.loadAnimation.jsLoadAnimation {
    -webkit-transition: opacity .45s, visibility .45s;
    visibility: visible;
    opacity: 1;
    transition: opacity .45s, visibility .45s
}

.loadAnimation.jsLoadAnimation-loaded {
    visibility: hidden;
    opacity: 0
}

.jsLoadAnimationBody {
    -webkit-transition: opacity .45s;
    opacity: 0;
    transition: opacity .45s
}

.jsLoadAnimationBody-loaded {
    opacity: 1
}

.header {
    display: block;
    z-index: 80;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1120px;
}

.header_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    border-bottom: 5px #fff solid;
    height: 115px;
    background-color: #000;
    padding-bottom: 2px;
}
.header_menu_list{
    display: inline;
}
.header_menu a{
    text-decoration: none;
}
.header_menu ul{
    display: flex;
    align-items: center;
    padding: 0;
}
.header_menu .nav ul{
    flex-direction: column;
}
.header_menu li{
    text-decoration: none;
    list-style: none;
    margin: 0 30px;
    display: inline-block;
    color: #fff;
    font-size: 2rem;
}
.header_menu li a:hover{
    color: #DDDD03;
}
h1 img{
    width: auto;
    object-fit: cover;
    height: 115px;
}



.header_menu{
    display: flex;
    height: 115px;
}


/* .header_menu_navigation_list {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-column-gap: 42px;
    -moz-column-gap: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 42px;
    align-items: baseline;
    margin: 0 31px 0 0;
    padding: 0;
    list-style: none
} */

/* .header_menu_navigation_list_item {
    display: block;
    min-width: 104px;
    padding: 0 4.5px;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center
} */

/* .header_menu_navigation_list_item::after {
    -webkit-transform: translateX(-4.5px);
    display: block;
    width: calc(100% + 9px);
    height: 4px;
    margin-top: 2px;
    transform: translateX(-4.5px);
    background-image: url(../img/common/bg_dashed.svg);
    background-position: left center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    content: ""
} */

/* .header_menu_navigation_list_item_inner {
    display: block;
    text-decoration: none
} */
.header_logo {
    border-right: 5px #fff solid;
}
.top_image{
    position: fixed;
    top: 85px;
}
.top_image img{
    display: block;
    height: 100vh;
    object-fit: cover;
}
h2{
    position: absolute;
    bottom: 120px;
    right: 0;
}
.txt {
    display: flex;
    overflow: hidden;
    margin: 0;
    font-weight: 700;
}

.txt p {
    /* color: cadetblue;
    font-size: 24px;
    font-weight: bold; */
    letter-spacing: .06em;
    margin: 0;

    /* ここからアニメーション関係 */
    transform: translateY(2em);
    animation: textanimation 1s forwards;
}
/* 1文字目 */
.txt p:nth-child(1) {
    animation-delay: 0.2s
}
/* 2文字目 */
.txt p:nth-child(2) {
    animation-delay: 0.4s
}
/* 3文字目 */
.txt p:nth-child(3) {
    animation-delay: 0.6s;
    position: relative;
    bottom: -25px;
}
/* 4文字目 */
.txt p:nth-child(4) {
    animation-delay: 0.8s;
    position: relative;
    bottom: -25px;
}
/* 5文字目 */
.txt p:nth-child(5) {
    animation-delay: 1s
}
/* 6文字目 */
.txt p:nth-child(6) {
    animation-delay: 1.2s
}
/* 7文字目 */
.txt p:nth-child(7) {
    animation-delay: 1.4s
}
/* 8文字目 */
.txt p:nth-child(8) {
    animation-delay: 1.6s
}
@keyframes textanimation {
    0% {
        transform: translateY(2em);
    }

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

.emphasis_design30 {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 6px 3px #DDDD03;
    font-size: 10rem;
}
.emphasis_design30_w{
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 6px 3px #fff;
    font-size: 10rem;
}
.text-shadow{
    font-size: 10rem;
    text-shadow: 1px 2px 3px #000;
    color: #fff;
}
.text-shadow_s{
    font-size: 8rem;
    letter-spacing: 2px;
}
main {
    margin-top: 115px
}

.wrapper{
    background-color: rgba(0, 0, 0, .86);
    position: relative;
    margin-top: 50vh;
}
.top_wrapper{
    margin-top: 100vh;
    padding-bottom: 50px;
}
.title{
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-shadow: -6px -2px #fff;
    font-size: 6rem;
    text-align: center;
    padding-top: 200px;
    font-weight: 700;
}
.subtitle{
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    text-align: center;
    top: 70px;
    transform: translateX(-50%);
    left: 50%;
    font-size: 14rem;
    font-weight: 600;
}
.yellow{
    text-shadow: -6px -2px #DDDD03;
}
.group{
    margin: 100px 0 50px;
}
.group_intro{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 100px;
}
.group_intro img{
    width: 10%;
}
.group_txt{
    color: #fff;
    margin: 0 50px;
    font-family: 'Noto Sans JP', sans-serif;
}
.cource{
    margin: 0 200px;
}



/*タブ切り替え全体のスタイル*/
.tabs {
    max-width: 1000px;
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: unset;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0 auto;
}
.tabs img{
    width: 65%;
}
/*タブのスタイル*/
.tab_item {
    width: calc(100%/3);
    height: 100px;
    /* background-color: #d9d9d9;   */
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 25px 25px 0 0;
}
.tab_g{
    border-bottom: 3px solid #7CC4DD;
    background-color: #7CC4DD!important;
    margin-left: calc(calc(100% / 3) / 2 - 20px);
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_p{
    border-bottom: 3px solid #F47272;
    background-color: #F47272;
    margin-right: calc(calc(100% / 3) / 2 -20px);
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 70px 40px;
    clear: both;
    overflow: hidden;
    background-color: #F6F6F6;
}
.tab_content_g{
    border-top: 15px solid #7CC4DD;
}
.tab_content_p{
    border-top: 15px solid #F47272;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_g {
    background-color: #7CC4DD;
}
.tabs input:checked + .tab_p {
    background-color: #F47272;
}
.tab_contennt_inner{
    /* margin: 50px; */
    border-radius: 25px;
    background-color: #fff;
    padding: 50px;
}
.course01_top{
    margin: 0 auto;
    display: block;
    width: 100%!important;
}
.cource01_intro{
    color: #7CC4DD;
    font-size: 3.7rem;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 700;
}
.cource02_intro{
    color: #F47272;
    font-size: 3.7rem;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 700;
}
.cource01_btn{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 100px;
}
.cource01_btn a{
    text-align: center;
    color: #fff;
    background-color: #7CC4DD;
    border-radius: 50px;
    text-decoration: none;
    width: 250px;
    padding: 20px 10px;
    border: #7CC4DD 1px solid;
}
.cource01_btn a:hover{
    color: #7CC4DD;
    background-color: #fff;
}
.cource02_btn{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 100px;
}
.cource02_btn a{
    text-align: center;
    color: #fff;
    background-color: #F47272;
    border-radius: 50px;
    text-decoration: none;
    width: 250px;
    padding: 20px 10px;
    border: #F47272 1px solid;
}
.cource02_btn a:hover{
    color: #F47272;
    background-color: #fff;
}
.note_g{
    color: #7CC4DD;
    font-size: 3.7rem;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -150px;
    padding-top: 150px;
    font-weight: 700;
}
.note_p{
    color: #F47272;
    font-size: 3.7rem;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -150px;
    padding-top: 150px;
    font-weight: 700;
}
.detail{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 100px 50px 0;
}
.detail p{
    font-size: 1.5rem;
}
.detail img{
    width: 30%;
    margin-right: 70px;
}
.detail_info_blue{
    border: #7CC4DD solid 3px;
    margin: 0 50px 100px;
}
.detail_info_pink{
    border: #F47272 solid 3px;
    margin: 0 50px 100px;
}
.detail_info_top{
    padding: 50px 30px;
}
.highlight{
    text-decoration: underline;
    text-underline-offset: -0.2em;
    text-decoration-thickness: 0.5em;
    text-decoration-color: #FDF313;
    text-decoration-skip-ink: none;
}
.detail_info_title{
    font-size: 3.0rem;
    text-align: center;
    font-weight: 700;
}
.c_blue{
    color: #7CC4DD;
}
.c_pink{
    color: #F47272;
}
.detail_info_txt{
    color: #000;
    font-size: 1.5rem;
    border-top: #7CC4DD solid 1px;
    padding-top: 30px;
}
.detail_info_bottom{
    background-color: #E8F9FF;
    padding: 30px 50px;
}
.detail_info_more_txt .p_1{
    font-size: 3rem;
    margin: 0;
    font-weight: 700;
    color: #616264;
}
.detail_info_more{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.detail_info_more_list{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
.detail_info_more_txt .p_2{
    font-size: 9rem;
    color: #7CC4DD;
    margin: 0;
    border-top: 4px dotted #7CC4DD;
    font-weight: 700;
}
.detail_info_more img{
    width: 38%;
    object-fit: contain;
}
.detail_info_more_list li{
    background-color: #fff;
    list-style: none;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    color: #616264;
}
.more_list_l{
    width: calc(100% / 2);
}
.more_list_r{
    width: calc(100% / 2);
}
.note_g_banner{
    display: block;
    width: 100%!important;
    margin: 0 auto 250px;
}

.accordion-content {
    display: none;
}
.accordion-header {
    background-color: #7CC4DD;
    padding: 12px 70px 10px 50px;
    /* margin: 10px 0 0; */
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-weight: 700;
}
.accordion-header_p{
    background-color: rgba(244, 114, 114, 0);
}
.accordion_aria{
    background-color: #7CC4DD;
    padding: 3%;
    border-radius: 25px;
    margin-bottom: 20px;
}
.accordion_aria_p{
    background-color: rgba(244, 114, 114, 0.55);
}
.accordion-header::before,
.accordion-header::after{
    position:absolute;
    content:'';
    top:1px;
    right:20px;
    bottom:0;
    width:30px;
    height:4px;
    margin:auto;
    background:#fff;
}
.accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}
  
.accordion-content {
    background-color: #FFF;
    padding: 12px 20px 10px;
    font-family: 'Noto Sans JP', sans-serif;
}
.accordion-header span{
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 2.3rem;
     padding-left: 20px;
}
.accordion-header span::before{
    position: absolute;
    content:"Q";
    top: -10px;
    left: -50px;
    color: #2E90B2;
    font-size: 5rem;
   
}
.accordion-header_p span::before{
    position: absolute;
    content:"Q";
    top: -10px;
    left: -50px;
    color: #F47272;
    font-size: 5rem;
}
.q_a-bottom{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 100px 0 50px;
}
.suport_txt{
    color: #616264;
    font-size: 2.5rem;
    margin-right: 5%;
    font-weight: 700;
}
.suport_img{
    width: 25%!important;
    margin-left: 5%;
}
figure{
    width: 50%;
    margin: 100px auto;
}
figure img {
    width: 100%!important;
    transition: .3s ease-in-out;
}
figure:hover img {
    filter: brightness(1.5);
}
.cource2_flow{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
}
.cource2_flow li{
    list-style: none;
    display: block;
    border: 1px solid #F47272;
    width: calc(100% / 4.5);
    padding: 20px;
    background-color: #FDEDED;
    position: relative;
    border-radius: 25px;
    box-sizing: content-box;
}
.cource2_flow li:last-child{
    border: 10px solid #F47272;
    
}
.cource2_flow li .flow_title{
    color: #F47272;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2.5rem;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700
}
.cource2_flow li img{
    width: 100%;
}
.cource2_flow li p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
}
.cource2_flow li:nth-child(1)::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image:  url('../img/common/\ course02_flow.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: -45px;
}
.cource2_flow li:nth-child(2)::after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image:  url('../img/common/\ course02_flow.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    right: -45px;
}
.cource2_flow li:last-child::after{
    content: "";
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image:  url('../img/common/check-img.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -20%;
    right: -25%;
}
.plus_img{
    width: 30%!important;
    display: block;
    margin: 50px auto;
}
.plus_aria{
    background-color: #FAB7B7;
    padding: 50px;
    margin: 0 -50px 100px;
}
.plus_aria_inner{
    margin: 50px;
}
.plus_aria h4{
    font-size: 7rem;
    color: #fff;
    transform: rotate(-7deg);
    margin: 0;
    position: relative;
    top: -5px;
    font-weight: 700;
}
.more_plus{
    display: flex;
    align-items: center;
    background-color: #F47272;
    position: relative;
}
.more_plus_title{
    color: #fff;
    font-size: 2.4rem;
    margin: 0 50px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.more_plus_title span{
    font-size: 4rem;
    margin-right: 20px;
}

.more_plus img{
    width: 20%!important;
    position: absolute;
    bottom: 0;
    right: 10%;
}
.plus_aria_inner ul{
    border: #F47272 solid 3px;
    margin: -3px 0 100px;
    background-color: #EDE8E8;
    padding: 30px;
}
.plus_aria_inner ul li{
    list-style: none;
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.img_click_txt{
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.img_click_car{
    width: 100% !important;
    
}
.item_wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.item {
    width: 150px;
    height: 150px;
    padding: 20px;
    float: left;
}
.popupbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
}
.popup_wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -250px;
    z-index: 11;
    text-align: center;
    width: 50%;
    height: auto;
    background-color: #fff;
    padding: 50px;
    display: none;
}
.popup_wrapper_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.popup_wrapper .popup {
    position: relative;
}
.popup_wrapper .img {
    display: block;
    width: 45%;
    object-fit: contain;
}
.popup_wrapper .caption_1 {
    font-size: 2.5rem;
    color: #F47272;
    margin: 0;
    text-align: left;
    padding-left: 15px;
    font-weight: 700;
    line-height: 3rem;
}
.popup_wrapper .caption_2 {
    padding: 10px 0 10px 15px;
    font-size: 15px;
    color: #000;
    text-align: justify;
    margin: 0;
}
.popup_wrapper .close_btn {
    line-height: 40px;
    position: absolute;
    right: -30px;
    top: -20px;
    width: 40px;
    height: 40px;
    margin: -15px -15px 0 0;
    font-size: 40px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.popup_wrapper .caption{
    display: flex;
    flex-direction: column;
}
.plan_aria{
    margin-bottom: 100px;
}
.plan{
    border: #F47272 solid 3px;
    padding: 1rem;
    box-shadow: 15px 15px 0 #F47272;
    background-color: #FAF4F4;
    padding: 25px 35px;
    text-align: center;
    margin: 50px 50px 70px;
}
.plan_title{
    color: #F47272;
    font-size: 4rem;
    margin: 0 0 25px 0;
    font-weight: 700;
}
.plan_detail{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    position: relative;
}
.plan_detail img{
    width: calc(100% / 2);
    padding-right: 30px;
}
.plan_txt{
    width: calc(100% / 2);
    text-align: left;
}
.plan_txt p{
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    line-height: 2.5rem;
    font-size: 1.5rem;
}
.plan_txt a{
    color: #F47272;
    position: absolute;
    bottom: 0;
    right: 0;
}
.plan_1_img::after{
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background-image: url('../img/common/course02_lb-img.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -65px;
    top: -45px;
}
.support{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin: 150px 0;
}
.support p{
    font-size: 3rem;
}
.support img{
    width: 25%;
}
/* before/afterスライドーーーーーーーーーーーーーーーーーーーーー */
.before-after{
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}
.b_text{
    color: #616264;
    margin-bottom: 0;
    font-size: 2rem;
}
.a_text{
    color: #FF6C00;
    margin-bottom: 0;
    font-size: 2rem;
}
.before-after-container {
    --border-color: #ffffff; /* 境界線の色 */
    --slide-bg-color: #ffff00; /* スライドテキストの背景色 */
    --slide-text-color: #000000; /* スライドテキストの文字色 */
    --slide-text: "←Slide→"; /* スライドのテキスト */
    --border-width: 4px; /* 境界線の幅 */
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
}
.before-after-container img{
    width: 100%!important;
}
.before-image, .after-image {
    display: block;
    width: 100%;
    height: auto;
}

.after-image {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: var(--border-width);
    background: var(--border-color);
    cursor: ew-resize;
    z-index: 10;
}

.slider-handle::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 30px; /* 当たり判定を広げる幅 */
    transform: translateX(-50%);
    background: transparent;
    pointer-events: auto;
}

.slider-handle::after {
    content: var(--slide-text);
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--slide-bg-color);
    color: var(--slide-text-color);
    transform: translate(-50%, -50%);
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    font-weight: bold;
    pointer-events: auto;
    animation: slideText 0.5s ease-in-out infinite;
}

.slider-handle.active::after {
    opacity: 0;
}

.slider-handle.used::after {
    animation: none;
}

@keyframes slideText {
    0%, 100% { transform: translate(-50%, -50%) translateX(-2px); }
    50% { transform: translate(-50%, -50%) translateX(2px); }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.why_aria{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 150px;
}
.why_inner{
    display: flex;
    margin-top: 50px;
}
.why_inner img{
    width: 50%;
    object-fit: contain;
}
.why_title{
    color: #DDDD03;
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 700;
}
.why_title_r{
    margin: 0 0 0 30px;
}
.why_title_l{
    margin: 0 30px 0 0;
}
.why_text{
    color: #fff;
    font-size: 1.4rem;
}
.why_text_r{
    margin-left: 30px;
}
.why_text_l{
    margin-right: 30px;
}
.font_yellow{
    color: #DDDD03;
}
.font_red{
    color: #F47272;
}
.price_inner{
    color: #fff;
}
.price_aria {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 150px;
}
.price_aria p{
    font-family: 'Noto Sans JP', sans-serif;
    margin: 100px auto;
    text-align: center;
}
.price_inner img{
    margin-bottom: 150px;
}
.Instagram_aria{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 150px;
}
.Access_aria p{
    color: #fff;
    text-align: center;
    margin-top: 150px;
    margin-bottom: -100px;
}
.Access_aria{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 150px;
}
.access_line{
    color: #fff;
    display: flex;
    align-items: center;
    border-bottom: #fff solid 3px;
    padding: 25px;
}
.Access_aria dl{
    margin-bottom: 50px;
}
.access_line dd{
    padding: 15px;
}
.access_line dd a{
    text-decoration: none;
}
.access_line dt{
    width: 20%;
    text-align: center;
}






.footer {
    display: block;
    position: relative;
    /* margin-top: 155px; */
    padding: 39px 15% 34px;
    background-color: #0459CE;
    color: #fff;
}

.footer_inner {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px
}
.footer_logo{
    margin: 50px auto;
    width: 50%;
    display: block;
}
.footer_btnTop {
    display: block;
    position: absolute;
    top: -82.5px;
    right: 0;
    width: 143px;
    height: 44px
}
.footer_ul{
    list-style: none;
    display: flex;
    padding: 0;
    border-bottom: 1px solid;
}
.footer_li{
    width: 100%;
    display: flex;
    margin: 0;
}
.footer_li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 15px;
    text-decoration: none;
}
.footer_li a:hover{
    color: #F0E58C;
}
.footer_li+li{
    position: relative;
}
.footer_li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
.footer_inner>p{
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
}
.footer table{
    margin: 0 auto 70px;
}
.footer table td{
    text-align: left;
    line-height: 2rem;
    font-size: 1.5rem;
    padding: 15px 10px;
}
.footer_table_L{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 10px;
    text-align: center;
    line-height: 4rem;
    font-size: 2rem;
}
.footer_copyright {
    font-size: 1.5rem
}
.footer_btnTop>img {
    display: block;
    width: 100%
}

.footer_copyright {
    margin: 0;
    font-size: 1.5rem!important;
}

.pageTitleImage {
    display: block;
    height: 100px;
    margin: 0
}

.pageTitleImage>img {
    display: block;
    height: 100%;
    margin: 0 auto
}

.pageParagraph {
    max-width: calc(100% - 40px);
    margin: 53px auto 0;
    text-align: center
}

.banner {
    display: block;
    z-index: 90;
    position: fixed;
    right: 30px;
    bottom: 15px;
    width: 100%;
    max-width: 275px
}

.banner>img {
    display: block;
    width: 100%
}



  @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
  /* *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  } */

  .menu_inner a{
      position: relative;
      display: inline-block;
      padding: 25px 30px;
      margin: 40px 0;
      color: #03e9f4;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.5s;
      letter-spacing: 4px;
      overflow: hidden;
      margin-right: 50px;
     
  }
  .menu_inner a:hover{
      background: #03e9f4;
      color: #050801;
      box-shadow: 0 0 5px #03e9f4,
                  0 0 25px #03e9f4,
                  0 0 50px #03e9f4,
                  0 0 200px #03e9f4;
       -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
  }
  .menu_inner a:nth-child(1){
      filter: hue-rotate(270deg);
  }
  .menu_inner a:nth-child(2){
      filter: hue-rotate(110deg);
  }
  .menu_inner a span{
      position: absolute;
      display: block;
  }
  .menu_inner a span:nth-child(1){
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg,transparent,#03e9f4);
      animation: animate1 1s linear infinite;
  }
  @keyframes animate1{
      0%{
          left: -100%;
      }
      50%,100%{
          left: 100%;
      }
  }
  .menu_inner a span:nth-child(2){
      top: -100%;
      right: 0;
      width: 2px;
      height: 100%;
      background: linear-gradient(180deg,transparent,#03e9f4);
      animation: animate2 1s linear infinite;
      animation-delay: 0.25s;
  }
  @keyframes animate2{
      0%{
          top: -100%;
      }
      50%,100%{
          top: 100%;
      }
  }
  .menu_inner a span:nth-child(3){
      bottom: 0;
      right: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(270deg,transparent,#03e9f4);
      animation: animate3 1s linear infinite;
      animation-delay: 0.50s;
  }
  @keyframes animate3{
      0%{
          right: -100%;
      }
      50%,100%{
          right: 100%;
      }
  }
  
  
  .menu_inner a span:nth-child(4){
      bottom: -100%;
      left: 0;
      width: 2px;
      height: 100%;
      background: linear-gradient(360deg,transparent,#03e9f4);
      animation: animate4 1s linear infinite;
      animation-delay: 0.75s;
  }
  @keyframes animate4{
      0%{
          bottom: -100%;
      }
      50%,100%{
          bottom: 100%;
      }
  }

  @import url('https://fonts.googleapis.com/css2?family=Meow+Script&display=swap');
  .neon {
    /* Webフォントの指定 */
    /* font-family: "Meow Script", cursive; */
    font-weight: 400;
    font-size: 60px;
    color: #fff;
    text-shadow:
        0 0 1px #fff,
        0 0 20px #cc0022,
        0 0 10px #cc0022,
        0 0 10px #ff0055,
        0 0 60px #ff0040,
        0 10px 3px #000;
    /* 枠線のスタイル */
    border: 2px solid #fff;
    border-radius: 1rem;
    box-shadow: 0 0 1px #fff,
        inset 0 0 1px #fff,
        0 0 10px #b9c000,
        inset 0 0 10px #b9c000,
        0 0 20px #b9c000,
        inset 0 0 10px #b9c000;
    padding: 20px 30px;
}
.neon span {
    animation: blink linear infinite 1.4s;
}

.neon span:nth-of-type(2) {
    animation: blink linear infinite 2s;
}

/* レイアウトのスタイル */
.logo {
    text-align: center;
    width: fit-content;
    height: fit-content;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    user-select: none;
}
@keyframes blink {
    70% {
        color: inherit;
        text-shadow: inherit;
    }
    72% {
        color: #333;
    }
    83% {
        text-shadow: none;
    }
    84% {
        color: inherit;
        text-shadow: inherit;
    }
    85% {
        color: #333;
        text-shadow: none;
    }
    86% {
        color: inherit;
        text-shadow: inherit;
    }
    95% {
        color: #333;
        text-shadow: none;
    }
    95.5% {
        color: inherit;
        text-shadow: inherit;
    }
}


/*==================
.imgBox
==================*/

.imgBox {
    text-align: center;
    margin: 50px 0;
  }
  .imgBox img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  
  /*==================
  base
  ==================*/
  
  html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
/*    font-weight: 300;*/
    line-height: 1.8;
    margin: 2em 0;
    min-width: 320px;
    overflow: hidden;
  }
  h2 {
    text-align: center;
  }
  .txt {
    text-align: center;
  }
  p._a {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  p._a .link {
    display: inline-block;
    color: #607D8B;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  p._a .link:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #607D8B;
    border-right: 2px solid #607D8B;
    transform: rotate(45deg);
    margin-right: 10px;
  }
















  .modal-container[aria-hidden="false"] {
    /* overflow-y: scroll; */
    right: 0;
    transition: right .3s ease-in-out;
    top: 0;
    background-color: #000;
  }
  .menu-item {
    margin-top: 20px;
    text-align: left;
    color: #fff;
    list-style: none;
    font-size: 2.5rem;
  }
  .menu-link {
    display: inline-block;
    text-decoration: none;
  }
.menu_inner{
    margin: 25% 0 0 20%;
}
.menu_inner li{
    display: block;
    margin: 20px 0;
}
.menu_title{
    color: #F0E58C;
    text-align: left;
    font-size: 4rem;
    /* text-decoration: underline; */
    display: block;
    border-bottom: solid #fff;
    width: 50%;
}
.menu-list{
    padding-left: 0;
}
.sp_instaglam{
    display: none;
}
.menuSP{
    display: none;
}
.floatingCtaSP {
    display: none;
}
@media screen and (min-width:768px) {
    .hide-pc {
        display: none !important
    }
    .header_menu_navigation_list_item_inner {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }
    .header_profile p {
        padding-left: 30px;
        font-size: 1.4rem;
    }
   
    /* .header_menu_navigation_list_item_inner:hover {
        opacity: .6
    } */

    .header_menu {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }
    .page-top .service {
        padding: 200px 5% 100px;
    }
    /* .header_tel:hover {
        opacity: .6
    }

    .banner {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .banner:hover {
        opacity: .6
    }
    .header_menuButton {
        display: block;
        z-index: 90;
        position: relative;
        width: 70px;
        margin-left: 10px;
        overflow: hidden;
        background-image: url(../img/common/icon_menu.png);
        background-position: center;
        background-size: 70%;
        background-repeat: no-repeat;
        text-indent: 100%;
        background-color: #0459CE;
        border-radius: 15px 0 0 15px;
    }*/



} 

@media screen and (max-width:767px) {
    .hide-sp {
        display: none !important
    }

    body {
        min-width: 375px;
        font-size: 1.4rem;
        background-color: rgba(0, 0, 0, .86);
    }

    .loadAnimation_symbol {
        width: 100px
    }

    .header {
        min-width: 375px;
        padding: 0;
    }
    .header_inner{
        display: block;
    }
    .header_profile p{
        padding-left:0;
        font-size: 1.2rem;
        text-align: center;
    }
    .header_logo {
        margin: 0 auto;
        display: block;
        width: 60%;
        line-height: 100px;
        height: 70px;
    }
    .header_logo_image {
        max-width: 240px
    }
   
    .header_menu{
        position: fixed;
        bottom: 0;
    }
    .sp_instaglam{
        display: flex;
    }


/* ハンバーガーボタンのデザイン */
.drawer__button {
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
    bottom: 8px;
    right: 10px;
  }
  /* ハンバーガーボタン内の線 */
  .drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2px;
    background-color: #fff;
    transform: translateX(-50%);
  }
  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 0.5rem));
    transition: transform 0.3s ease;
  }
  .drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }
  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 0.5rem));
    transition: transform 0.3s ease;
  }
  /* 展開時のデザイン */
  .drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drawer__button.active > span:nth-child(2) {
    opacity: 0;
  }
  .drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  /* メニューのデザイン */
  .drawer__nav {
    position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
  .drawer__button::before{
    content: "Menu";
    color: #fff;
    position: absolute;
    right: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
    text-decoration: none;
}
  .drawer__nav.active {
    opacity: 1;
    visibility: visible;
  }
  .drawer__nav__inner {
    position: relative;
    width: 80%;
    height: 100%;
    background-color: #000;
    padding: 4rem 1.5rem 1rem;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    top: 115px;
  }
  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
  }
  .drawer__nav__menu {
    list-style: none;
    padding-left: 0;
  }
  .drawer__nav__link {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 1rem 1rem;
    /* border-bottom: solid 1px lightgray; */
  }
  
  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }
  

    /* .hamburger{
        overflow: unset;
        position: fixed;
        bottom: 5px;
        right: 10px;
        background-color: unset;
        width: 45px;
    }
    .hamburger__text {
        left: -30px;
        bottom: 5px;
    }
    .hamburger__text::before{
        content: "Menu";
        font-family: 'Noto Sans JP', sans-serif;
    }
    .hamburger-line{
        background-color: #fff;
        left: 20px;
        margin: 0;
        top: 0; 
        height: 2px;
        width: 48%;
    }
    .hamburger-line::before, .hamburger-line::after {
        background-color: #fff;
    }
    .hamburger__text::before {
        color: #fff;
        font-size: 18px;
    }
    .hamburger-line::before {
        top: 8px;
    }
    .hamburger-line::after {
        top: 16px;
    }
    .hamburger[aria-expanded="true"] .hamburger-line::after {
        transform: translateY(-16px) rotate(90deg);
        background-color: #fff;
    }
    .hamburger[aria-expanded="true"] .hamburger-line {
        transform: translateY(-22px) rotate(-45deg);
    } */
    .top_image img{
        height: 35vh;
        margin-bottom: 10.6vh;
    }
    .emphasis_design30{
        text-shadow: -2px 1px #DDDD03;
    }
    .emphasis_design30_w {
        text-shadow: -2px 1px #fff;
    }
    .title{
        text-shadow: none;
        color: #fff;
        -webkit-text-stroke: 0;
    }
    .yellow {
        text-shadow: none;
        color: #DDDD03;
    }
    .top_image{
        position: relative;
    }
    .top_wrapper{
        margin-top: 0;
    }
    .wrapper{
        margin-top: 0;
    }
    .header_logo{
        border-right:unset;
    }
    h1 img{
        height: 105px;
        
    }
    .txt{
        position: absolute;
        bottom: 0;
    }
    .text-shadow {
        font-size: 4rem;
    }
    .emphasis_design30{
        font-size: 4rem;
        text-shadow: none;
        color: #DDDD03;
        -webkit-text-stroke:0;
    }
    .text-shadow_s {
        font-size: 4rem;
    }
    .emphasis_design30_w{
        font-size: 4rem;
    }
    .txt p:nth-child(3){
        bottom: 0px;
    }
    .txt p:nth-child(4){
        bottom: 0px;
    }
    .overlay.active {
        opacity: 0;
        /* visibility: unset; */
    } 
    .modal-container {
        height: 100%;
        width: 100%;
    }
    .subtitle{
        font-size: 5rem;
        top: 65px;
    }
    .title{
        font-size: 2.5rem;
        padding-top: 110px;
        line-height: 4rem;
    }
    .group_intro{
        margin: 20px;
    }
    .group_txt{
        margin: 0 15px;
        text-align: center;
    }
    .group_intro img {
        width: 20%;
    }
    .cource {
        margin: 0 0px;
    }
    .tab_item{
        height: 60px;
        width: 43%;
    }
    .tab_item:hover {
        opacity: 1;
    }
    .tab_g{
        margin-right: 2%;
        margin-left: 5%;
    }
    .tab_p{
        margin-right: 5%;
        margin-left: 2%;
    }
    .tab_content {
        padding: 50px 20px;
    }
    .tab_contennt_inner {
        padding: 20px;
    }

    .cource01_intro {
        font-size: 2.3rem;
        margin-bottom: 70px;
        line-height: 2.8rem;
    }
    .cource02_intro{
        font-size: 2.3rem;
        margin-bottom: 70px;
    }
    .cource01_btn{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .cource02_btn{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .tabs img{
        width: 90%;
    }
    .cource01_btn a{
        margin-bottom: 20px;
    }
    .cource02_btn a{
        margin-bottom: 20px;
    }
    .detail {
        display: flex;
        margin: 70px 0;
        flex-direction: column;
        align-items: center;
    }
    
    .detail img {
        width: 60%;
        margin-right: 0;
    }
    .detail_info_top {
        padding: 50px 20px;
    }
    .detail_info_blue {
        margin: 0 0 100px;
    }
    .detail_info_pink {
        margin: 0 0 100px;
    }
    .detail_info_bottom {
        padding: 30px 20px;
    }
    .detail_info_more_txt .p_1 {
        font-size: 1.8rem;
        margin: 0;
    }
    .detail_info_more_txt .p_2 {
        font-size: 2rem;
    }
    .detail_info_more img {
        width: 45%;
    }
    .detail_info_more_list {
        display: flex;
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
    }
    .cource2_flow{
        flex-direction: column;
        align-items: center;
    }
    .cource2_flow li{
        width: 90%;
        margin-bottom: 100px;
    }
    .cource2_flow li:nth-child(1)::after{
        top: 103%;
        right: 45%;
        transform: rotate(90deg);
    }
    .cource2_flow li:nth-child(2)::after{
        top: 103%;
        right: 45%;
        transform: rotate(90deg);
    }
    .cource2_flow li:last-child::after{
        width: 125px;
        height: 125px;
        top: -20%;
        right: -10%;
    }
    .top_wrapper{
        padding-bottom: 10px;
    }
    .price_aria{
        padding-bottom: 10px;
    }
    .Instagram_aria{
        padding-bottom: 10px;
    }
    .more_plus_title span {
        font-size: 3rem;
        margin-right: 5px;
        
    }
    .more_plus_title {
        font-size: 2.5rem;
        line-height: 3rem;
        margin: 20px 0;
    }
    .more_plus img{
        width: 19% !important;
    }
    .plus_aria_inner {
        margin: 30px;
    }
    .plus_aria_inner ul{
        padding: 13px;
    }
    .plus_aria h4{
        font-size: 3.8rem;
        top: 10px;
        left: 15px;
    }
    .plus_aria{
        padding: 0;
    }
    .plus_img{
        margin: 0 auto 85px;
    }
    .more_list_l{
        width: 100%;
    }
    .more_list_r{
        width: 100%;
        margin-top: -18px;
    }
    .more_list_l ul{
        padding: 0;
    }
    .more_list_r ul{
        padding: 0;
    }
    .plan{
        margin: 0 0 50px;
        padding: 25px 20px;
    }
    .plan_title{
        font-size: 3rem;
    }
    .plan_txt a{
        position: relative;
        display: block;
        padding-top: 20px;
        text-align: end;
    }
    .plan_detail{
        flex-direction: column;
    }
    .plan_detail img{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .plan_1_img::after{
        width: 110px;
        height: 105px;
    }
    .plan_txt{
        width: 100%;
    }
    .support{
        flex-direction: column;
    }
    .support p{
        text-align: center;
    }
    .support img{
        width: 65%;
    }
    .popup_wrapper{
        top: 22%;
        left: 5%;
        margin: 0; 
        width: 90%;
        padding: 20px;
    }
    .popup_wrapper_flex{
        flex-direction: column-reverse;
    }
    .popup_wrapper .caption_2{
        margin-bottom: 30px;
    }
    .popup_wrapper .img {
        width: 100%;
        padding-right: 0;
    }
    .popup_wrapper .close_btn{
        right: 0;
    }
    .note_g{
        font-size: 2.5rem;
    }
    .note_p{
        margin-left: -40px;
        margin-right: -40px;
        font-size: 2.5rem;
    }
    .note_g_banner {
        margin: 0 auto 150px;
    }
    .accordion-header span::before {
        font-size: 3rem;
    }
    .accordion-header::before, .accordion-header::after {
        width: 20px;
    }
    .accordion-header span {
        height: 60px;
        font-size: 1.5rem;
        line-height: 2.2rem;
        padding-left: 0;
    }
    .accordion-header{
        padding: 10px 45px 10px 40px;
    }
    .accordion-header span::before{
        left: -40px;
        top: 35%;
    }
    .accordion-header::before, .accordion-header::after{
        right: 5px;
    }
    .accordion-content{
        font-size: 1.3rem;
        border-radius: 25px;
    }
    .suport_txt{
        font-size: 2rem;
    }
    .why_aria{
        padding-bottom: 10px;
    }
    .why_inner{
        flex-direction: column;
        padding: 0 30px;
        margin: 0 auto 30px;
    }
    .why_inner img{
        width: 100%;
        margin: 30px auto;
    }
    .why_title_r{
        margin: 0;
        text-align: center;
        font-size: 2.5rem;
    }
    .why_text_r{
        margin: 0;
    }
    .why_title_l{
        margin: 0;
        text-align: center;
        font-size: 2.5rem;
    }
    .why_text_l{
        margin: 0;
    }
    figure{
        width: 80%;
    }
    .price_aria{
        margin: 0 20px;
    }
    .price_inner img {
        margin-bottom: 60px;
    }
    .Access_aria{
        margin: 0 20px;
    }
    .access_line{
        padding: 0;
    }
    .access_line dd{
        width: 70%;
    }
   

    .footer{
        padding: 16px 30px!important;
    }
    .footer_list{
        display: none;
    }
    .footer_logo {
        margin: 20px auto 40px;
        width: 100%;
    }
    .footer_sp{
        font-size: 1.3rem;
    }
    .footer_sp_shop {
        border-radius: 25px;
        border: 1px solid #fff;
        padding: 0 10px;
        text-align: center;
        line-height: 4rem;
        font-size: 2rem;
    }
    footer table td {
        line-height: 2.3rem!important;
        font-size: 1.5rem!important;
        padding: 5px 10px !important;
    }
    .footer_inner>p {
        line-height: 10rem;
    }
    .footer_copyright {
        font-size: 1.1rem !important;
    }
    /* .overlay {
        background-color: none;
        cursor: unset;
        height: unset;
        left: unset;
        opacity: unset;
        position: unset;
        top: 0;
        transition: unset;
        visibility: visible;
        width: unset;
        z-index: unset;
    } */
    .menuSP {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        z-index: 70;
        position: fixed;
        bottom: 0;
        left: 0;
        flex-wrap: nowrap;
        width: 100%;
        height: 45px;
        /* gap: 3px; */
        background-color: #000;
        border-top: solid 2px #000;
        
    }
 
    .menuSP a{
        text-decoration: none;
    }
    .menuSP_btn>img {
        display: block;
        width: 100%;
    }
    .menuSP_btn {
        display: block;
        width: 33.3333333333%;
        color: #fff;
    }
    .menuSP_btn_line{
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .menuSP_btn_line::before{
        content: "";
        background-image: url(../img/common/btn_sns_line_sp.png);
        background-repeat: no-repeat;
        
    }
    .floatingCtaSP {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 96;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .floatingCtaSP_item-line {
        background-color: #14b927!important;
    }
    .floatingCtaSP_item-line::before {
        margin-right: 6px;
        margin-left: -12px;
        background-image: url(../img/common/btn_sns_line_sp.png);
    }
    .floatingCtaSP_item::before {
        display: inline-block;
        aspect-ratio: 1 / 1;
        width: 40px;
        height: auto;
        background-position: center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        content: "";
        vertical-align: middle;
    }
    .floatingCtaSP_item:nth-of-type(2) {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .floatingCtaSP_item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33.3333333333%;
        height: 47px;
        padding-top: 1px;
        background-color: #000;
        color: #fff;
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 1;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
        text-align: center;
        text-decoration: none;
    }
    .floatingCtaSP_item-instagram::before {
        margin-right: -3px;
        margin-left: -5px;
        background-image: url(../img/common/btn_sns_instagram_sp.png);
    }








    .menu_inner {
        margin: 25% 0 0 0;
        display: flex;
        flex-direction: column;
    }
    .menu_title {
        margin-left: 25%;
    }
    .menu-list{
        margin-left: 25%;
    }
/* hamburger */
.checkbox {
    display: none;
  }
  
  .button {
    position: relative;
    /* background-color: #000; */
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    position: fixed;
    bottom: 3px; 
    right: 10px; 
    z-index: 2000;
    /* box-shadow: 0 1rem 3rem black; */
    text-align: center; 
    cursor: pointer;
  }
  
  .background {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    position: fixed;
    bottom: 0; 
    right: 0; 
    background-image: radial-gradient(black, black);
    z-index: 1000;
  
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  }
  
  .nav {
    height: 100vh;
    position: fixed;
    top: 0;
    right: -60vw;
    z-index: 1500;
    opacity: 0;
    width: 0;
    transition: all 0.8s;
  }
  
  .list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%;
  }
  
  .item {
    margin: 1rem;
    font-size: 36px;
  }
  
  .link:link,
  .link:visited {
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(
      120deg,
      transparent 0%,
      transparent 50%,
      white 50%
    );
    background-size: 220%;
    transition: all 0.4s;
  }
  
  .link:hover,
  .link:active {
    color: lightgreen;
    cursor: pointer;
  }
  
  /* functionality */
  .checkbox:checked ~ .background {
    transform: scale(80);
  }
  .checkbox:checked ~ .nav {
    opacity: 1;
    width: 100%;
    right: 0;
  }
  
  /*  */
  /* styling hamb ICON */
  .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .icon,
  .icon::before,
  .icon::after {
    width: 3rem;
    height: 2px;
    background-color: #fff;
    display: inline-block;
  }
  .button::before{
    content: "menu";
    position: absolute;
    left: -60px;
    transition: all 0.2s;
    width: 3rem;
    /* height: 2px; */
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  .icon::before,
  .icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.2s;
  }
  
  .icon::before {
    top: -0.8rem;
  }
  .icon::after {
    top: 0.8rem;
  }
  
  .button:hover icon:before {
    top: -1rem;
  }
  .button:hover icon::after {
    top: 1rem;
  }
  
  .checkbox:checked + .button .icon {
    background-color: transparent;
  }
  
  .checkbox:checked + .button .icon::before {
    top: 0;
    transform: rotate(135deg);
  }
  .checkbox:checked + .button .icon::after {
    top: 0;
    transform: rotate(-135deg);
  }
  .checkbox:checked +.button::before{
    content: "close";
  }






    
    /* .header_tel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        z-index: 85;
        position: relative;
        top: 0;
        left: 0;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: #127edb
    }

    .header_tel.js_headerMenu {
        -webkit-transition: visibility .3s, opacity .3s;
        visibility: hidden;
        opacity: 0;
        transition: visibility .3s, opacity .3s
    } */
/* 
    .header_tel.js_headerMenu-active {
        visibility: visible;
        opacity: 1
    }

    .header_menu_navigation_list {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        column-gap: 0;
        row-gap: 60px;
        flex-direction: column;
        align-items: center;
        margin: 0 0 80px 0
    }

    .header_menu_navigation_list_item {
        font-size: 2rem
    }

    .header_menu_navigation_list_item::after {
        -webkit-transform: translateX(-9px);
        width: calc(100% + 18px);
        margin-top: 6px;
        transform: translateX(-9px)
    } */

    main {
        margin-top: 80px
    }

    .footer {
        padding: 16px 0;
        background-color: #0459CE!important;
        margin-top: 0!important;
    }

    .footer_inner {
        max-width: calc(100% - 40px);
        padding: 0
    }

    .footer_btnTop {
        top: -59.5px
    }
    
    .footer_copyright {
        font-size: 1.3rem
    }

    .pageTitleImage {
        height: 60px
    }

    .pageParagraph {
        margin-top: 25px
    }

    .banner {
        display: none;
        max-width: 220px
    }

    .price_aria p{
        font-family: 'Noto Sans JP', sans-serif;
        margin: 50px auto;
        text-align: left;
    }
    .group{
        margin: 50px 0 50px;
    }
}

/*# sourceMappingURL=map/style.css.map */