@charset "shift-jis";
@font-face{
    font-family: あおぞら明朝 Regular;
    src: url('https://cdn.leafscape.be/aozoramincho/AozoraMinchoRegular_web.woff2')
        format("woff2");
}

*{ box-sizing: border-box;}
body{
    font-size: 16px;
    overflow-x: hidden;
}

img{ max-width: 100%;}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_blue { color: #2c4198;}

.marker{ background: linear-gradient(transparent 60%, #FEF6F9 60%);}
.bg-pink .marker{ background: linear-gradient(transparent 60%, #fff 60%);}

.underline{ border-bottom: 1px solid #e95287;}

.dream p span{
    background:linear-gradient(transparent 30%, rgba(215,186,65,0.2) 30%);
}

.aozora{ font-family: あおぞら明朝 Regular;}

.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.tab,.sp{ display: none;}
.pc{ display: inherit;}

.br_pc::before{
    content: "\A" ;
    white-space: pre ;
}
.sp_br{
    display:none;
}

.flex{ display: flex;}

#contents{
    padding: 0;
    width: 100%;
}

section h2{
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    position: relative;
}
section h2:not(.bd_none)::after{
    content: "";
    display: block;
    border-bottom: 3px solid #E95288;
    width: 115px;
    margin: 20px auto 85px;
}
h2.bd_none{ margin-bottom: 1em;}
h2 > .marker{ padding: 0 1em;}

section h3{
    text-align: center;
    font-size: 23px;
}
section h3.line{
    position: relative;
    margin-bottom: 50px;
    color: #E95288;
    font-weight: bold;
}
section h3.line::before,
section h3.line::after{
    content: "";
    width: 25%;
    border-top: 1px solid #E95288;
    position: absolute;
    top: 50%;
}
section h3.line::before{ left: 0;}
section h3.line::after{ right: 0;}

.bg-beige { background-color: #f3f3f2;}
.bg-pink { background-color: #FEF6F9;}

.lead{ font-size: 22px;}
.txt_s{ font-size: .85em;}
.txt_l{ font-size: 18px;}

.video {
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
    position:relative;
    padding-top:56.25%;
}
.video iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

section .inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
}

.btn01{
    text-align: center;
    margin-top: 60px;
}
.btn01 a{
    background: #E95288 url(/images/common/arrow02.svg) 97% center/18px no-repeat;
    color: #fff;
    padding: 15px 40px;
    font-size: 21px;
    width: 100%;
    max-width: 442px;
    display: block;
    margin: 0 auto;
    font-weight: normal;
    border-radius: 2.8px;
}
.btn01 a:hover{
    text-decoration: none;
    opacity: .7;
}
.btn02 {
    text-align: center;
    background: #e10f40;
    width: 100%;
    max-width: 410px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    padding: 20px;
    margin: 0 auto;
    display: block;
    position: relative;
    -webkit-appearance: none;
}
a.btn02 {
    display: block;
    text-decoration: none;
    color: #fff;
}
.btn02::before{
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 25px;
}
.btn02:hover{
    cursor: pointer;
    opacity: .7;
}

.caution{
    padding: 1.2em;
    font-size: 1em;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #b6b6b6;
    margin: 1.5em auto;
}
.note-box {
    background-color: #fff;
    border: 1px solid #E95288;
    margin: 20px 0;
    padding: 30px 40px;
}
.note-box .ttl {
    text-align: center;
    margin-bottom: 20px;
}
.note-box .ttl,
.note-box .txt {
    font-size: 16px;
}

.power-box {
    border: 1px solid #2b4098;
    padding: 40px 50px 0;
}
.power-box .ttl {
    text-align: center;
    font-weight: normal;
    color: #2b4098;
    font-size: 26px;
    margin-bottom: 40px;
}
.power-box .ttl::after {
    content: initial;
}


/* #mv */
#mv{
    height: 450px;
    background: url(/school/image/kabulp/forwoman/mv.jpg) center/cover no-repeat;
}
#mv .inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    text-align: right;
}

#mv .logo{
    text-align: left;
    padding-top: 15px;
}
#mv .logo img{
    max-width: 273px;
    width: 40%;
}

#mv .box_ttl{
    display: inline-block;
    color: #E95288;
    background: #e95288; /* Old browsers */
    background: -moz-linear-gradient(left,  #e95288 0%, #FEF6F9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e95288 0%,#FEF6F9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e95288 0%,#FEF6F9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95288', endColorstr='#FEF6F9',GradientType=1 ); /* IE6-9 */
    padding: 30px 70px;
    margin-top: 90px;
    text-align: center;
    position: relative;
}
#mv .box_ttl::before{
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid;
    background: #fff;
    position: absolute;
    left: -10px;
    top: -10px;
}
#mv h1{
    font-family: あおぞら明朝 Regular;
    font-size: 50px;
    font-weight: normal;
    margin-top: 1.5em;
    position: relative;
}
#mv h1 .sub{
    position: absolute;
    top: -50px;
    font-size: 36px;
    transform: rotate(-6deg);
    left: -1em;
}
#mv .txt{
    width: fit-content;
    background: linear-gradient(#fff 60%, #FEF6F9 60%);
    color: #707070;
    font-size: 24px;
    margin: auto;
    position: relative;
}
#mv .wrap_icn{
    position: absolute;
    top: -60px;
    right: 0;
}
#mv .icn{
    display: inline-flex;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid;
    border-radius: 100%;
    margin-right: 15px;
    flex-wrap: wrap;
    font-size: 28px;
    align-items: center;
    align-content: center;
    line-height: 1.3;
    justify-content: center;
}

/* .top */
.top{
    color: #707070;
    text-align: center;
}
.top .inner{ max-width: 700px}
.top .dashed{
    display: inline-block;
    color: #E95288;
    font-size: 24px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 0 2em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.top .dashed::after{ content: none;}

.notsell{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #E95288;
    margin: 0 auto 50px;
    max-width: 500px;
}
.notsell li{
    width: calc(85% / 3);
}

.dream p{
    position: relative;
    z-index: 1;
}
.dream .img .circle{
    border-radius: 100%;
    position: absolute;
}
.dream .img .circle.yellow{
    width: 50px;
    height: 50px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(252,234,143,1) 0%, rgba(252,234,143,0) 85%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(252,234,143,1) 0%,rgba(252,234,143,0) 85%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(252,234,143,1) 0%,rgba(252,234,143,0) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    left: 0;
    top: 90px;
}
.dream .img .circle.orange{
    width: 68px;
    height: 68px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(248,226,199,1) 0%, rgba(248,226,199,0) 85%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(248,226,199,1) 0%,rgba(248,226,199,0) 85%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(248,226,199,1) 0%,rgba(248,226,199,0) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    left: 138px;
    top: 138px;
}
.dream .img .circle.green{
    width: 106px;
    height: 106px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(224,233,200,1) 0%, rgba(224,233,200,0) 85%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(224,233,200,1) 0%,rgba(224,233,200,0) 85%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(224,233,200,1) 0%,rgba(224,233,200,0) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    left: 0;
    bottom: 30px;
}
.dream .img .circle.blue{
    width: 95px;
    height: 95px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(234,246,246,1) 0%, rgba(234,246,246,0) 85%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(234,246,246,1) 0%,rgba(234,246,246,0) 85%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(234,246,246,1) 0%,rgba(234,246,246,0) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    right: 80px;
    top: 230px;
}
.dream .img .circle.pink{
    width: 60px;
    height: 60px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(245,217,225,1) 0%, rgba(245,217,225,0) 85%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(245,217,225,1) 0%,rgba(245,217,225,0) 85%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(245,217,225,1) 0%,rgba(245,217,225,0) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    right: 0;
    bottom: 210px;
}

/* こんな人が受講しています */
.student .inner{
    padding-top: 20px;
    padding-bottom: 75px;
}
.student h2{ text-align: left;}
.student h2 .marker{ padding: 0;}
.student .flex{
    flex-wrap: wrap;
}

@media screen and (min-width: 1150px){
    .student .flex {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .student .img{ margin-right: -100px;}
    .student .txt{ padding-top: 50px;}
}
@media screen and (max-width: 1149px){
    .student .flex {
        justify-content: center;
        gap: 20px;
    }
    .student .img{
        position: relative;
        padding-top: 300px;
        overflow: hidden;
        width: 100%;
    }
    .student .img img{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.list_check li{
    text-align: left;
    padding-left: 1.5em;
    background: url(/images/common/check_forwoman.svg) left 1px/1.2em no-repeat;
    margin-bottom: 15px;
    line-height: 1.6;
}


/* 「株お試しセミナー」とは？ */
.dream .inner{ position: relative;}
.dream .catch{
    font-size: 24px;
    margin-bottom: 1em;
    text-align: center;
}
.dream p{
    max-width: 650px;
    margin: 0 auto;
}
@media screen and (min-width: 1140px){
    .dream .img img{ position: absolute;}
    .dream .img01{
        left: -100px;
        top: 25%;
    }
    .dream .img02{
        right: -40px;
        top: 30px;
    }
    .dream .img03{
        right: 0;
        top: 500px;
    }
}
@media screen and (max-width: 1139px){
    .dream .img{
        margin-top: 1em;
        height: 210px;
        background: url(/event/240821/img/img_dream_sp.png) center/contain no-repeat;
    }
    .dream .img img{ display: none;}
}


/* タブレット以下 */
@media screen and (max-width: 1024px) {
    .pc,.sp{ display: none;}
    .tab { display: inherit;}

    #container{
        margin-top: 0;
        overflow: hidden;
        width: 100%;
    }
    .lead{ font-size: 20px;}

    .youtube{ max-width: 100%;}

    .power-box .btn01 a { width: 100%;}
}

@media screen and (max-width: 950px){
    #contents{ width: 100%!important;}
}

@media screen and (max-width: 768px) {
    #mv{ background-image: url(/school/image/kabulp/forwoman/mv_sp.jpg);}
}

@media screen and (max-width: 700px) {
	section p { font-size: 14px;}
}

@media screen and (min-width: 600px){
    .sec_arrow_btm{ position: relative;}
    .sec_arrow_btm::before,
    .sec_arrow_btm::after{
        content: "";
        width: 50%;
        height: 30px;
        background: #FEF6F9;
        position: absolute;
        bottom: 0;
    }
    .sec_arrow_btm::before{
        left: 0;
        border-top-right-radius: 30px;
    }
    .sec_arrow_btm::after{
        right: 0;
        border-top-left-radius: 30px;
    }
    .bg-pink.sec_arrow_btm::before,
    .bg-pink.sec_arrow_btm::after{ background: #fff;}


    .taiken-free span{ top: -1em;}
}

@media screen and (max-width: 599px) {
    body{ font-size: 14px;}

    .pc,.tab{ display: none;}
    .sp { display: inherit;}

    .br_pc::before{ content: none;}
    .br_sp::before{
        content: "\A" ;
        white-space: pre ;
    }
    .sp_br{
        display:inline-block;
    }

    a.anchor{
        display: block;
        padding-top: 90px;
        margin-top: -90px;
    }
    .txt_l{ font-size: 1.15em;}

    section .inner{ padding: 40px 0;}
    section h2 {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    section h2:not(.bd_none)::after{
        width: 80px;
        margin: 15px auto 60px;
    }
    section h3{ font-size: 1.2rem}
    section h3.line{ margin-bottom: 20px;}
    section h3.line::before,
    section h3.line::after{ width: 15%;}

    .lead{ font-size: 15px;}
    .btn01 a{
        font-size: 14px;
        padding: 15px 20px;
        background-size: 12px;
    }
    .btn02{ font-size: 1.2em;}
    .btn02::before{ left: 5px;}

    .note-box {
        padding: 20px;
    }
    .note-box .ttl,
    .note-box .txt {
        font-size: 14px;
    }

    .power-box {
        padding: 20px 20px 0;
    }
    .power-box .ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .power-box .ttl span {
        font-size: 18px;
    }
    .power-box .top_btn {
        width: 100%;
    }

    #mv{
        height: 45%;
    }
    #mv .box_ttl{
        padding: 25px 30px 20px 10px;
        margin-top: 50px;
    }
    #mv h1{
        font-size: 24px;
        margin-top: 0;
        line-height: 1.3;
    }
    #mv h1 .sub {
        position: static;
        font-size: 17px;
        transform: rotate(0);
        display: block;
        text-align: left;
    }
    #mv .txt{
        font-size: 14px;
        margin-bottom: 1em;
    }
    #mv .wrap_icn {
        top: -45px;
        left: 0;
        text-align: left;
    }
    #mv .icn {
        width: 65px;
        height: 65px;
        font-size: 17px;
        margin-right: 5px;
    }

    .top p{ text-align: left;}

    .notsell{ justify-content: space-around;}
    .notsell li{ font-size: 12px;}

    .dream .catch { font-size: 20px;}

    .student .img{ padding-top: 200px;}
    .list_check li { font-size: 16px;}

}


/* ==========================================================================
tab
========================================================================== */
.tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 80px;
}
@media screen and (max-width: 599px) {
    .course .tabs {
        display: flex;
        margin-top: 40px;
    }
    .course .tabs li{ font-size: 13px;}
}
.tabs .item {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    width: 48%;
    text-align: center;
    border: 1px solid #E95288;
    background-color: #E95288;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}
.tabs .item.is-active {
    cursor: default;
    border-bottom-color: #fff;
    background-color: #fff;
    color: #E95288;
    padding: 1.3em 1em;
}
@media screen and (max-width: 599px) {
    .tabs .item{ font-size: 22px;}
}

.tab-content {
    display: none;
    background-color: #fff;
    padding: 30px;
    border-top: none;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-top: -1px;
    box-sizing: border-box;
}
.tab-content:after {
    display: none;
}
.tab-content.is-active {
    display: block;
}
@media screen and (max-width: 599px) {
    .tab-content{ padding: 30px 5%;}
}
.tab-content-one{
    border-color: #E95288;
}
.tab-content-two{
    border-color: #58A9CA;
}
.tab-content-three{
    border-color: #888;
    display: none;
}
.tab-content-three+.toggle-btn{
    display: none;
}

/* ==========================================================================
.canlearn
========================================================================== */
.canlearn .canlearn_box {
    padding: 50px 5%;
    background: rgba(233, 82, 135, .2);
    border: 1px solid #E95287;
    border-radius: 5px;
    max-width: 900px;
    margin: 0 auto;
  }
  .canlearn .canlearn_heading {
    margin: 0 auto 15px;
    text-align: center;
    letter-spacing: normal;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .canlearn .canlearn_heading::after {
    content: none;
  }
  .canlearn .canlearn_heading svg {
    flex: 0 0 55px;
  }
  .canlearn .canlearn_body {
    border-top: 1px dashed #E95287;
  }
  .canlearn .canlearn_heading svg {
    vertical-align: top;
  }
  .canlearn .canlearn_heading .heading_txt {
    display: inline-block;
    padding-right: 1em;
    color: #333;
    font-size: 26px;
    font-weight: bold;
  }
  .canlearn .canlearn_heading .heading_txt .num {
    color: #E95287;
    font-family: 'Josefin Slab', serif;
    font-size: 40px;
  }
  .canlearn .canlearn_list {
    width: fit-content;
    margin: 40px auto 0;
    line-height: 1.6;
    counter-reset: number 0; 
  }
  .canlearn .canlearn_list li {
    position: relative;
    margin-left: 15px;
    padding: 0.2em 0.5em 0.2em 1.5em;
    background: #fff;
    border-radius: 5px;
    color: #333;
    font-size: 26px;
    text-align: left;
  }
  .canlearn .canlearn_list li + li {
    margin-top: 34px;
  }
  .canlearn .canlearn_list li::before {
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
    height: 53px;
    padding-top: 0.4em;
    background: #E95287;
    box-sizing: border-box;
    border-radius: 50%;
    color: #fff;
    font-family: 'Josefin Slab', serif;
    font-size: 32px;
    text-align: center;
    line-height: 1;
    counter-increment: number 1;
    content: counter(number) '';
  }
  .canlearn .canlearn_list li span {
    color: #E95287;
  }
  @media screen and (max-width: 599px) {
    .canlearn .canlearn_box {
      padding: 18px 4% 40px;
    }
    .canlearn .canlearn_heading {
      margin-bottom: 0;
    }
    .canlearn .canlearn_heading svg {
        flex-basis: 48px;
    }
    .canlearn .canlearn_heading .heading_txt {
      padding: 0;
      font-size: 20px;
    }
    .canlearn .canlearn_heading .heading_txt .num {
      font-size: 34px;
    }
    .canlearn .canlearn_list {
      margin-top: 28px;
    }
    .canlearn .canlearn_list li {
      margin-left: 20px;
      padding: 0.5em 0.5em 0.5em 1.8em;
      font-size: 16px;
    }
    .canlearn .canlearn_list li + li {
      margin-top: 17px;
    }
    .canlearn .canlearn_list li::before {
      left: -21px;
      width: 42px;
      height: 42px;
      padding-top: 0.4em;
      font-size: 25px;
    }
}

/* ==========================================================================
    講師紹介
========================================================================== */
.teacher_introduction {
}
.teacher_introduction .teacher_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.teacher_introduction .teacher_details .teacher_img {
    width: 32%;
    max-width: 318px;
}
.teacher_introduction .teacher_details .teacher_txt {
    width: 62%;
}
.teacher_introduction .teacher_details .teacher_txt h3 {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: left;
}
.teacher_introduction .teacher_details .teacher_txt .position {
    margin-bottom: 20px;
    font-size: 20px;
}
.teacher_introduction .teacher_details .teacher_txt .career {
    font-size: 16px;
}
@media screen and (max-width: 599px) {
    .teacher_introduction .teacher_details {
        display: block;
    }
    .teacher_introduction .teacher_details .teacher_img {
        width: 100%;
        max-width: unset;
        margin-bottom: 20px;
        text-align: center;
    }
    .teacher_introduction .teacher_details .teacher_img img {
        max-width: 220px;
    }
    .teacher_introduction .teacher_details .teacher_txt {
        width: 100%;
    }
    .teacher_introduction .teacher_details .teacher_txt .position {
        font-size: 18px;
    }
}

/* ==========================================================================
application
========================================================================== */
.application h2 .icn {
    position: absolute;
    top: -20px;;
    left: calc(85%);
    border: 1px solid #E95288;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    color: #E95288;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;

}
@media screen and (max-width: 599px) {
    .application h2 {
        padding-top: 2em;
    }
    .application h2 .icn {
        width: 60px;
        height: 60px;
        font-size: 16px;
        top: -10px;
        left: calc(85%);
    }
    .application-box {
        padding: 20px;
    }
    .application-box > .ttl {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .application-box .txt {
        margin-top: 20px;
        font-size: 14px;
    }
}
.semiweb th,
.semiweb td {
    font-size: 15px;
}
.semiweb th{ width: 25%;}
.semiweb select {
    width: 100%;
    height: 30px;
    padding-left: 10px;
}
.application .form_inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .application .entry_lead {
    margin-bottom: 2em;
  }
  .application .entry_check_list {
    display: inline-block;
    width: 100%;
  }
  .application .entry_check_list li + li {
    margin-top: 30px;
  }
  .application .entry_check_list input[type=checkbox] {
    display: none;
  }
  .application .entry_check_list .check_entry {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 1.5em 2em 1.5em 60px;
    border: 2px solid #fff7fa;
    background: #fff7fa;
    border-radius: 5px;
    text-align: left;
    line-height: 1.4;
    cursor: pointer;
  }
  .application .entry_check_list .check_entry.with {
    border: 2px solid #fef8f6;
    background: #fef8f6;
  }
  .application .entry_check_list .check_entry::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 2px;
    content: '';
  }
  .application .entry_check_list .check_entry::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
    width: 13px;
    height: 12px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.43%22%20height%3D%2211.445%22%20viewBox%3D%220%200%2012.43%2011.445%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M12.992-10.156a2.586%2C2.586%2C0%2C0%2C1-.828%2C1.781l-.086.086L7.25-3.2A30%2C30%2C0%2C0%2C1%2C4.629-.7%2C3.28%2C3.28%2C0%2C0%2C1%2C3.1.18%2C2.324%2C2.324%2C0%2C0%2C1%2C1.938-.262a2.225%2C2.225%2C0%2C0%2C1-.9-.91A7.144%2C7.144%2C0%2C0%2C1%2C.715-2.828%2C23.012%2C23.012%2C0%2C0%2C1%2C.563-5.57a2.091%2C2.091%2C0%2C0%2C1%2C.672-1.488%2C2.045%2C2.045%2C0%2C0%2C1%2C1.484-.684q.773%2C0%2C.922%2C1.414.016.164.023.242A7.086%2C7.086%2C0%2C0%2C0%2C3.953-4.57q.164.43.445.43a1.007%2C1.007%2C0%2C0%2C0%2C.438-.254A10.035%2C10.035%2C0%2C0%2C0%2C5.6-5.086L10.563-10a7.237%2C7.237%2C0%2C0%2C1%2C1.117-.945%2C1.628%2C1.628%2C0%2C0%2C1%2C.836-.32.387.387%2C0%2C0%2C1%2C.367.2%2C1.431%2C1.431%2C0%2C0%2C1%2C.109.656Z%22%20transform%3D%22translate(-0.563%2011.266)%22%20fill%3D%22%23e95288%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    content: '';
  }
  .application .entry_check_list input[type=checkbox]:checked + .check_entry {
    background: rgba(233, 82, 136, 0.1);
    border-color: #E95288;
    font-weight: bold;
  }
  .application .entry_check_list input[type=checkbox]:checked + .check_entry.with {
    background: rgba(234, 85, 32, 0.1);
    border-color: #E95288;
    font-weight: bold;
  }
  .application .entry_check_list input[type=checkbox]:checked + .check_entry::after {
    opacity: 1;
  }
  .application .txt_recommend {
    margin-bottom: 0.5em;
    color: #ee7c52;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: self-end;
    justify-content: center;
    gap: .75em;
  }
  .application .txt_recommend::before {
    content: "＼";
  }
  .application .txt_recommend::after {
    content: "／";
  }
  .application .check_note {
    margin-top: 0.5em;
    font-size: 14px;
  }
  .application .note_list {
    margin-top: 3em;
  }
  .application .note_list li {
    font-size: 14px;
  }
  .application .link {
    display: inline-block;
    color: #ea5520;
    text-decoration: underline;
    cursor: pointer;
  }
  .application .link:hover {
    opacity: 0.7;
  }
  @media screen and (max-width: 599px) {
    .application .entry_check_list .check_entry {
      padding: 1.5em 1em 1.5em 40px;
    }
    .application .entry_check_list .check_entry::before {
      left: 10px;
      width: 20px;
      height: 20px;
    }
    .application .entry_check_list .check_entry::after {
      left: 12px;
      width: 20px;
      height: 20px;
    }
    .application .txt_recommend {
        font-size: 14px;
    }
    .application .check_note {
      font-size: 12px;
    }
    .application .note_list li {
      font-size: 12px;
    }
  }
  .btn_entry {
    display: block;
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 1.2em 35px 1.2em 1em;
    background: #E60012;
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 0 #4e4949;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
  }
  .btn_entry::before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    content: '';
  }
  .btn_entry::after {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border-left: 13px solid #E60012;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: '';
  }
  .btn_entry:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .btn_entry.desabled {
    pointer-events: none;
    background: #ccc;
    box-shadow: 0 2px 0 #b7b7b7;
  }
  .btn_entry.desabled::after {
    border-left-color: #ccc;
  }
  @media screen and (max-width: 599px) {
    .btn_entry {
      font-size: 18px;
    }
  }
  
  
  /* ------------------------------
  modal
  ------------------------------ */
  .modal_wrap {
    display: none;
  }
  .modal_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }
  .modal_wrap .modal_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(51, 51, 51, 0.45);
  }
  
  .modal_body {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 92%;
    max-width: 850px;
    padding: 30px 3%;
    border-radius: 10px;
    background: #fff;
  }
  .modal_body .btn_close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
  }
  .modal_body .btn_close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .modal_body .btn_close span::before,
  .modal_body .btn_close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    border-radius: 9999px;
    background: #333;
    content: '';
  }
  .modal_body .btn_close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal_body .btn_close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal_body .modal_ttl {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ea5520;
    color: #ea5520;
    font-size: 18px;
    text-align: left;
  }
  .modal_body p + p {
    margin-top: 2em;
  }
  
  /* ------------------------------
  juko_kiyaku
  ------------------------------ */
  .application .juko_kiyaku_area {
    margin-top: 40px;
    padding: 0 25px 0 0;
    background: #fff;
    border: 25px solid #fff;
    border-right: none;
    height: 230px;
    overflow-y: scroll;
  }
  @media screen and (max-width: 599px){
    .application .juko_kiyaku_area {
      width: 96%;
      margin: 35px auto 0;
      padding: 0 20px 0 0;
      border: 15px solid #fff;
      border-right: none;
      height: 245px;
    }
  }

/* ------------------------------
closing
------------------------------ */
.dream {
  padding-top: 70px;
}
.closing {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 1em;
  background: #fff;
  border: 2px solid #d7063a;
  border-radius: 5px;
}
.closing .close_ttl {
  color: #d7063a;
  font-size: 20px;
  font-weight: bold;
}
.closing .close_txt {
  margin-top: 0;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .dream {
    padding-top: 50px;
  }
  .closing {
    margin-bottom: 20px;
  }
}
