@charset "utf-8";

/* グリッド */
.row {
    margin: 0 -1% 40px -1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 102%;}
.row.vm-c {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.row .col,
ul.row li {
    margin: 0 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 720px) {
    .row .col.o-1,
    ul.row li.o-1 {
        order: -1;
    }
}

.grid02 .col, ul.grid02 li {
    width: 48%; }
@media screen and (max-width: 720px) {
    .grid02 .col, ul.grid02 li {
        width: 98%; } }

.grid03 .col, ul.grid03 li {
    width: 31.33%; }
@media screen and (max-width: 720px) {
    .grid03 .col, ul.grid03 li {
        width: 98%; } }

.grid04 .col, ul.grid04 li {
    width: 23%; }
@media screen and (max-width: 720px) {
    .grid04 .col, ul.grid04 li {
        width: 48%; } }


/* table レイアウト */
.table-col,
ul.table-col {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%; }
@media screen and (max-width: 480px) {
    .table-col,
    ul.table-col {
        display: block; }
    .table-col.ab,
    ul.table-col.ab {
        display: table; } }

.table-col .td,
ul.table-col li {
    display: table-cell;
    vertical-align: top; }
@media screen and (max-width: 480px) {
    .table-col .td,
    ul.table-col li {
        display: block; } }

@media screen and (max-width: 480px) {
    .table-col.ab .td,
    ul.table-col.ab li {
        display: table-cell; } }


body article {
    margin-top: 0;
}

section.first_view {
    padding-bottom: 75px;
    height: 384px;
    background-image: url("/images/pop-up/fv_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    margin-bottom: 56px;
}

section.first_view >h1, section.first_view >p {
    position: relative;
    top: 160px;
    line-height: 1em;
}
section.first_view >h1.first_title {
    margin-bottom: 8px;
    font-size: 40px;
}
section.first_view >p.first_subtitle {
    position: absolute;
    top: 246px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
}
section.first_view .register_button {
    position: absolute;
    bottom: 79px;
    left: 0;
    right: 0;
}

section.first_view >p.first_subtitle >br {
    display: none;
}
section.first_view >p.breadcrumb {
    position: absolute;
    left: calc(50% - 480px);
    top: 90px;
}
section.first_view >p.breadcrumb >a {
    text-decoration: none;
}
section.first_view >p.breadcrumb >a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 960px) {
    section.first_view >p.breadcrumb {
        left: 40px;
    }
}
@media screen and (max-width: 720px) {
    section.first_view {
        margin-bottom: 40px;
        padding-bottom: 0;
        height: 368px;
    }
    section.first_view >h1, section.first_view >p {
        top: 100px;
    }
    section.first_view >h1.first_title {
        font-size: 32px;
    }
    section.first_view >p.first_subtitle {
        top: auto;
        bottom: 148px;
        line-height: 1.5em;
        width: 90%;
    }
    section.first_view >p.first_subtitle >br {
        display: inline;
    }
    section.first_view >p.breadcrumb {
        display: none;
    }

    section.first_view .register_button {
        bottom: 39px;
        width: 90%;
        max-width: 320px;
        height: 88px;
    }
    section.first_view .register_button >a {
        border-radius: 44px;
        line-height: 88px;
    }
}
@media screen and (max-width: 480px) {
    section.first_view >h1.first_title {
        font-size: 24px;
    }
    section.first_view >h1, section.first_view >p {
        top: 112px;
    }
}

.chunk.bb {
    border-bottom: solid 1px #cfd8dc;
}

.chunk .sp { display: none; }
.chunk .pc { display: inline; }
.chunk .tc { text-align: center; }

.chunk .btn-gr a {
    padding: 20px 40px;
    border-radius: 12px;
    background: #26a69a;
    box-shadow: 0 3px 0 #00897b;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 2;
}
.chunk .btn-gr a:hover {
    background: #4db6ac;
}
.chunk .btn-gr a:active {
    background: #26a69a;
    box-shadow: none;
    position: relative;
    top: 3px;
}


.chunk .common_title-center,
.chunk .common_title-left {
    margin-top: 50px;
    margin-bottom: 32px;
    color: #566d77;
}
.chunk .common_title-center.mt00,
.chunk .common_title-left.mt00 {
    margin-top: 0px;
}


.chunk .contents {
    margin: 0 auto 40px;
    max-width: 1280px;
    overflow: hidden;
}
.chunk .contents .content {
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-bottom: 40px;
}
.chunk .contents .content .text {
    max-width: 468px;
    margin: auto;
    margin-bottom: 40px;
}
.chunk .contents .content .text p {
    margin-bottom: 1.5em;
    line-height: 1.6;
}
.chunk .contents .column {
    margin-left: 40px;
    margin-right: 40px;
}
.chunk .contents .column h3 {
    margin-bottom: 20px;
}
.chunk .contents .column .right .text {
    margin: 0 12.5% 40px 0;
}
.chunk .contents .column .left .text {
    margin: 0 0 40px 20%;
}
.chunk .contents .column .left h3 {
    margin-left: 20%;
}


.chunk .contents .content .illust {
    max-width: 906px;
    margin: 32px auto 8px;
}
.chunk .contents .content .illust img {
    width: 100%;
}

.chunk .contents .content .illust.video {
    margin-top: 0;
    max-width: 800px;
    display: block;
    text-align: center;
}
.chunk .contents .content .illust video {
    width: calc(100% - 12px);
    border: solid 6px #cfd8dc;
    margin-bottom: 0;
}
.chunk .contents .content .illust .common_caption {
    text-align: center;
}
.chunk .contents .content .appear_timing {
    width: 520px;
    border: 1px solid #00a59a;
    margin: 0 auto;
}
.chunk .contents .content .appear_timing .at_ttl {
    font-size: 24px;
    color: #fff;
    background-color: #00a59a;
    text-align: center;
    padding: 6px 0;
}
.chunk .contents .content .appear_timing .at_desc {
    color: #566d77;
    padding: 12px 31px;
}
.chunk .contents .content .appear_timing ul {
    padding: 0 31px 12px;
}
.chunk .contents .content .appear_timing ul li {
    color: #566d77;
    margin-bottom: 8px;
}
.chunk .contents .content .appear_timing ul li:last-child {
    margin-bottom: 0;
}
.chunk .contents .content .appear_timing ul li span {
    color: #00a59a;
}


.chunk .table-col {
    border: 1px solid #00a59a;
    color: #607d8b;
    table-layout: fixed;
    width: 100%;
}
.chunk .table-col .td h3 {
    padding: 15px 20px;
    background: #00a59a;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.chunk .table-col .td:first-child {
    border-right: 1px solid #00a59a;
}
.chunk .table-col .td:first-child h3 {
    border-right: 1px solid #fff;
}

.chunk .table-col .td .textarea {
    padding: 24px 24px 4px;
}
.chunk .table-col .td .textarea p {
    margin-bottom: 20px;
}



@media screen and (max-width: 720px) {

    .chunk .sp { display: inline; }
    .chunk .pc { display: none; }

    .chunk .btn-gr {
        text-align: center;
    }
    .chunk .btn-gr a {
        margin: auto;
        margin-bottom: 30px;
        padding: 20px 20px;
        width: 100%;
        max-width: 246px;
    }

    .chunk h2,
    .chunk h3 {
        margin: auto;
        width: 80%;
    }
    .chunk .contents .content h2,
    .chunk .contents .content h3 {
        width: 100%;
    }
    .chunk .common_title-center,
    .chunk .common_title-left {
        margin: 40px auto 20px;
    }
    .chunk .common_title-center.mt00,
    .chunk .common_title-left.mt00 {
        margin-top: 0px;
        text-align: center;
    }

    .chunk .contents {
        margin-bottom: 0;
    }
    .chunk .contents .content {
        width: 80%;
        max-width: 512px;
        margin: 0 auto;
    }
    .chunk .row {
        margin-bottom: 0;
    }
    .chunk.last .row {
        margin-bottom: 40px;
    }
    .chunk .contents .content div p:last-of-type {
        margin-bottom: 0 !important;
    }
    .chunk .contents .content .text {
        max-width: none;
        margin-bottom: 0;
    }
    .chunk .contents .column {
        margin-left: auto;
        margin-right: auto;
    }
    .chunk .contents .column .right .text {
        margin: 0 auto 24px;
    }
    .chunk .contents .column .left .text {
        margin: 0 auto;
    }
    .chunk .contents .column .left h3 {
        margin-left: 0;
    }
    .chunk .contents .content .illust {
        margin: 24px 0;
    }
    .chunk .contents .content .appear_timing {
        width: 100%;
    }
    .chunk .contents .content .appear_timing .at_ttl {
        line-height: 1.25;
        padding: 9px 0;
    }
    .chunk .contents .content .appear_timing .at_desc {
        padding: 12px 16px;
    }
    .chunk .contents .content .appear_timing ul {
        padding: 0 16px 12px;
    }


    .chunk .table-col {
        border: none;
        display: block;
    }
    .chunk .table-col .td {
        margin: 0 0 20px;
        display: block;
    }
    .chunk .table-col .td:first-child {
        border-right: none;
    }
    .chunk .table-col .td h3 {
        padding: 10px 15px;
        font-size: 20px;
        width: auto;
    }
    .chunk .table-col .td:first-child h3 {
        border-right: none;
    }
    .chunk .table-col.ab .td .textarea {
        margin: 0 0 20px;
        padding: 15px;
        border: 1px solid #00a59a;
    }
    .chunk.last .grid02 .col.illust02 {
        margin-top: 24px;
    }
}

.popup-exp01{
    display: flex;
    justify-content: center;
    gap: 18px;
    @media screen and (max-width: 720px) {
        flex-direction: column;
        gap: 12px;
        margin: 20px 0 40px;
    }
    li{
        width: calc((100% - 36px) / 3);
        padding: 20px 12px;
        box-sizing: border-box;
        border: 1px solid #00A59A;
        @media screen and (max-width: 720px) {
            width: 100%;
        }
    }
    h3{
        color: #00A59A;
        font-size: 24px;
        font-weight: 700;
        span{
            font-size: 16px;
        }
        @media screen and (max-width: 720px) {
            font-size: 18px;
            span{
                font-size: 12px;
            }
        }
    }
    figure{
        margin: 16px 0;
        @media screen and (max-width: 720px) {
            margin: 8px 0;
        }
    }
    p{
        font-size: 16px;
        color: #607D8B;
        @media screen and (max-width: 720px) {
            font-size: 14px;
        }
    }
}

.temple-title{
    margin-top: 56px;
    font-size: 24px;
    color: #00A59A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
    @media screen and (max-width: 720px){
      font-size: 18px;
      margin-top: 40px!important;
    }
    &::before,
    &::after{
      content: "";
      flex: 1;
      height: 1px;
      background: #00A59A;
      margin: 0;
    }
    &::before{
      margin-right: 1em;
    }
    &::after{
      margin-left: 1em;
    }
  }
  .popup-exp02{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    padding-bottom: 16px;
    @media screen and (max-width: 720px){
      gap: 20px;
      flex-direction: column;
    }
    li{
      width: calc((100% - 48px) / 3);
      @media screen and (max-width: 720px){
        width: 100%;
      }
    }
    h4{
      font-size: 24px;
      color: #fff;
      font-weight: 600;
      background: #00A59A;
      border-radius: 999px;
      text-align: center;
      padding: 2px 0;
      margin-bottom: 8px;
      @media screen and (max-width: 720px){
        font-size: 18px;
      }
    }
    p{
        margin-top: 8px;
        color: #607D8B;
    }
  }

  .terms-title{
    color: #F8FFFF;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    background: #00A59A;
    padding: 16px 0;
    margin-top: 56px;
    @media screen and (max-width: 720px) {
        margin-top: 40px!important;
        font-size: 18px;
        padding: 8px 0;
    }
  }
  .popup-exp03{
    width: 100%;
    max-width: 624px;
    margin: 0 auto;
    @media screen and (max-width: 720px) {
        margin-bottom: 40px;
    }
    li{
        margin-top: 24px;
        background: url(/images/pop-up/popup-bg-rect.png) no-repeat 0 0;
        min-height: 92px;
        padding-left: 16px;
        @media screen and (max-width: 720px) {
            margin-top: 18px;
        }
    }
    h4{
        font-size: 24px;
        color: #26A69A;
        padding-top: 5px;
        @media screen and (max-width: 720px) {
            margin-top: 18px;
            font-size: 18px;
        }
    }
    p{
        color: #607D8B;
        margin-top: 5px;
        @media screen and (max-width: 720px) {
            font-size: 14px;
        }
    }
  }