@charset "utf-8";

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8725;
    color:#4b483d;
}

h1, h2, h3, h4,.serif {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    font-weight: 300;
}

.sub {
    font-family: 'Style Script', cursive;
    line-height:1;
}

strong, b {
    font-weight: 700;
}

#hello, aside, #program {
    background:#fff;
}

#splash video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.desvg path{
    fill: #fff;
  }

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    html {
        line-height: 1;
        margin:0;
        padding: 0;
        font-size: 16px;
    }

    body {
        line-height: 1.92;
        letter-spacing: 1px;
        overflow-x:hidden;
        font-size: .725rem;
    }

    figure {
        overflow: hidden;
    }

    figure img {
        vertical-align: baseline;
        width: 100%;
        height: auto;
    }

    p + p {
        margin-top: 1.9vw;
    }

    .section-header {
        margin-bottom: 5vw;
        text-align: center;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1vw;
        text-align: center;
        font-weight: 700;
    }

    .cont-header .sub,
    .section-header .sub {
        text-align: center;
        font-size: .625rem;
    }

    #splash {
        position: relative;
        width:100%;
    }

    #splash iframe {
        width: 100%;
        height: auto;
    }

    #splash video {
        width: 100%;
        height: auto;
    }

    #splash .slideimg img {
        width: 100%;
        height: auto;
    }

    .overlay, #yt_player {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 40vh !important;
        width: auto;
        height: auto;
    }

    .overlay{
        z-index: -1;
    }
     
    #yt_player{
        z-index: -2;
        height: 40vh;
    }

    #hello {
        width:100%;
        background:#fff;
    }

    #hello .inner {
        padding: 10vw 5vw;
        box-sizing: border-box;
    }

    #licenses {
        width:100%;
        background: url(../images/licence-bg.png) center top no-repeat #4b483d;
        background-size: cover;
        padding:10vw 5vw;
        box-sizing: border-box;
        min-height: 65vh;
    }

    #program {
        width:100%;
        background:#4b483d;
        margin-top: -1px;
        color:#fff;
        padding-bottom: 5vw;
    }

    #program .section-header {
        padding: 10vw 5vw 0;
        box-sizing: border-box;
    }

    #program .cont .slide {
        margin:0 10px;
        background:#fff;
    }

    #program .cont .slide .inner {
        padding: 5vw;
        color:#4b483d;
        box-sizing: border-box;
    }

    #program .cont .slide .inner h3 {
        font-size: 1.25rem;
        margin-bottom: 3vw;
        line-height: 1.4;
    }

    .slick-dots {
        background:#4b483d;
    }

    #program .slick-dots {
        display: none;
    }

    #program .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    #program .btn {
        text-align: center;
        margin:3vw 0;
    }

    #program .btn a {
        color:#fff;
        border-radius: 3px;
        padding:2vw 0;
        background:#4b483d;
        display: block;
        text-decoration: none;
    }

    #success {
        background:#fff;
        padding-bottom: 5vw;
    }

    #success .section-header {
        padding:10vw 5vw 5vw;
        box-sizing: border-box;
    }

    #success .cont {
        margin:5vw auto;
        width:90vw;
        padding: 5vw;
        box-sizing: border-box;
        background:#e9e3d863;
    }

    #success .cont figure {
        width:30%;
        margin-right: 5%;
        float: left;
    }

    #success .cont figure img {
        border-radius: 50%;
    }

    #success .text-bloc h3 {
        width:65%;
        float: right;
        font-size:1.125rem;
        margin-bottom:3vw;
        line-height: 1.4;
        color:#f84c77;
    }

    #success .text-bloc h3:after {
        clear:both;
        content:"";
        display: block;
        width:100%;
        height: 0;
    }

    #licenses .section-header {
        margin-bottom: 0;
    }

    #licenses .cont-header {
        margin-bottom: 3vw;
    }

    #formarea {
        background:#fff;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    #formarea h2 {
        font-size: 1.5rem;
        font-weight: 800;
    }

    #authority {
        background: url(../images/authority-bg.jpg) right center no-repeat #e3e6e4;
        background-size: cover;
        padding: 5vw 0;
    }

    #authority .inner {
        padding: 5vw;
        box-sizing: border-box;
        color:#fff;
    }

    #authority h2 {
        font-size: 1.25rem;
        font-weight: 800;
    }

    #authority dl {
        margin-top: 3vw;
    }

    #authority dt span {
        background:#4b483d;
        padding: 2px 4px;
    }

    #lpFooter {
        background:#4b483d;
        color:#fff;
    }

    #lpFooter .inner {
        width: 100%;
        padding: 5vw;
        box-sizing: border-box;
    }

    #lpFooter .footer1 h2 {
        font-size: 1.25rem;
        margin-bottom: 2vw;
    }

    #lpFooter .footer2 h3 {
        font-size: 1rem;
        margin-bottom: 2vw;
    }

    #lpFooter .footer2 {
        margin-top: 5vw;
    }

    #lpFooter .footer2 ul {
        list-style: disc;
    }

    #lpFooter .footer2 li {
        line-height: 2;
        margin-left: 1.5em;
    }

    #lpFooter .footer2 li a {
        color:#fff;
        text-decoration: none;
    }

    .copyright {
        text-align: center;
        padding: 3vw 0;
    }

    #program .inner h4 {
        margin-top: 4vw;
        font-size: 1rem;
        font-weight: 800;
        margin-bottom: 1vw;
    }

    #program .inner h4 span {
        background: rgb(233,233,233);
        background: linear-gradient(0deg, rgba(233,233,233,1) 50%, rgba(255,255,255,1) 50%);
    }

    .footer2 .sns {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,.1);
        list-style: none;
    }

    .footer2 .sns li {
        margin-left: 0;
        margin-right: 10px;
        float: left;
        list-style: none;
    }
    
    .footer2 .sns li svg,
    .footer2 .sns li a img {
        width: 25px;
        height: 25px;
    }

    .footer2 .sns:after {
        content:"";
        clear: both;
        width: 100%;
        height: 0;
    }

    /* 20230630 */
    #formarea {
        padding: 10vw;
        box-sizing: border-box;
    }

    #formarea .mfp_element_all {
        max-width: 100%;
    }

    #formarea form#mailformpro dt span {
        color:#fff;
        background:#f84c77;
        font-size: .525rem;
        font-weight: 800;
        border-radius: 3px;
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        line-height: 1;
        padding: 3px 5px;
    }

    #formarea form#mailformpro dl dd {
        padding: 10px 0;
    }

    #formarea form#mailformpro dl dd input[type="text"],
    #formarea form#mailformpro dl dd input[type="number"],
    #formarea form#mailformpro dl dd input[type="email"],
    #formarea form#mailformpro dl dd textarea,
    #formarea form#mailformpro dl dd select {
        border:1px solid #ccc;
        padding: 7px;
        width: 100%;
        box-shadow: none;
        box-sizing: border-box;
    }

    #formarea form#mailformpro dl.addr dd input[type="text"]:first-child {
        width: 30%;
    }

    #formarea form#mailformpro dl.narrow dd input[type="text"] {
        width: 20%;
    }

    #formarea form#mailformpro dl dd textarea {
        width: 100% !important;
        height: 15vh !important;
    }

    #formarea form#mailformpro dl dt {
        padding-top: 5vw;
    }

    #formarea form#mailformpro dl dd .pp {
        width: 100%;
        height: 20vh;
        overflow: scroll;
        padding: 5vw;
        box-sizing: border-box;
        background:#e3e6e4;
        margin-bottom: 2vw;
    }

    #formarea form#mailformpro dl dd .pp pre {
        white-space: pre-wrap;
    }

    #formarea form#mailformpro dl dd label[for="ppcheck"] {
        word-break: break-all;
    }

    #formarea form#mailformpro .pp + label {
        white-space: normal;
    }

    #formarea .mfp_element_submit {
        font-size: 1rem;
        font-weight: 800;
        background:gradient(linear, center top, center bottom, from(#fb7597), to(#f84c77));
        background:-webkit-gradient(linear, center top, center bottom, from(#fb7597), to(#f84c77));
        width: 70%;
        margin-top: 3vw;
        color:#fff;
        text-shadow: none;
    }

    #thanksPage {
        padding: 10vw;
        box-sizing: border-box;
    }

    #ThanksComment p.btn {
        text-align: center;
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    #ThanksComment p.btn span {
        display: block;
        background:#f84c77;
        border-radius: 5px;
    }

    #ThanksComment p.btn span:hover {
        background:#fb7597
    }

    #ThanksComment p.btn span a {
        padding: 10px;
        color:#fff;
        text-decoration: none;
        display: block;
    }
}







@media screen and (min-width: 769px) {
    .sp {
        display: none;
    }

    .ibp {
        letter-spacing: -1.5em;
        width:100%;
    }

    .ib {
        vertical-align: top;
        letter-spacing: 1px;
        display: inline-block;
    }


    #splash {
        position: relative;
        width:100%;
        height:100vh;
    }
    .overlay, #yt_player {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }
     
    .overlay{
        z-index: -1;
    }
     
    #yt_player{
        z-index: -2;
    }

    .indexSection {
        width:1000px;
        margin:0 auto;
    }

    .indexSection p + p {
        margin-top: 13px;
    }

    .section-header {
        text-align: center;
        margin-bottom: 36px;
        width:1000px;
        margin:auto;
    }

    .section-title {
        font-size: 42px;
        font-weight: 600;
    }

    .section-header .sub {
        font-size: 24px;
        margin-bottom: 55px;
        margin-top: 10px;
    }

    #hello {
        padding: 96px 0;
    }

    #hello .inview {
        transform: translate(0, 50px);
        opacity: 0;
        transition: .5s;
    }

    #hello .inview.onview {
        transform: translate(0,0);
        opacity: 1;
    }

    #licenses {
        background:url(../images/licence-bg.jpg) center top no-repeat #4b483d;
        background-size: cover;
        height: 405px;
        padding-top: 45px;
    }

    #licenses .inner {
        width: 1000px;
        margin:auto;
        display: table;
    }

    #licenses .inner2 {
        display: table-cell;
        vertical-align: middle;
        padding-top: 30px;
    }

    #licenses .contents {
        width:700px;
        margin:auto;
    }

    #licenses .cont-header h3 {
        font-size: 36px;
        text-align: center;
    }

    #licenses .cont-header .sub {
        margin-bottom: 30px;
        text-align: center;
        margin-top: 5px;
    }

    #program {
        background:#4b483d;
        color:#fff;
        padding: 50px 0;
    }

    #program .section-header {
        margin-bottom: 35px;
        text-align: center;
    }

    #program h2 {
        text-align: center;
    }

    #program .section-header p {
        font-size: 24px;
    }

    #program .slide {
        margin:0 15px;
        width:310px;
        background:#fff;
        color:#4b483d;
        letter-spacing: -1.5em;
    }

    #program .slide figure {
        width:35%;
        /*height:570px;*/
        overflow: hidden;
        display: inline-block;
        letter-spacing: 1px;
        vertical-align: top;
    }

    #program .slide figure.inview {
        transition: .3s;
        opacity: 0;
    }

    #program .slide figure.inview.onview {
        opacity: 1;
    }

    #program .slide figure img {
        vertical-align: baseline;
        width:100%;
        height: 100%;
        object-fit: cover;
    }

    #program .inner {
        width:65%;
        padding:40px 30px;
        display: inline-block;
        letter-spacing: 1px;
        vertical-align: top;
        box-sizing: border-box;
    }

    #program .inner h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    #program .inner p {
        font-size: 13px;
    }

    #program .inner h4 {
        margin-top: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
    }

    #program .inner h4 span {
        background: rgb(233,233,233);
        background: linear-gradient(0deg, rgba(233,233,233,1) 50%, rgba(255,255,255,1) 50%);
    }

    #program .inner ul {
        font-size: 13px;
    }

    #program .inner .btn {
        margin-top: 20px;
    }

    #program .inner a {
        background:#4b483d;
        color:#fff;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        transition: .3s;
    }

    #program .inner a:hover {
        background:#777;
        letter-spacing: 2px;
    }

    #program .slick-arrow {
        top:-20px
    }

    #program .slick-next {
        right:20px;
    }

    #program .slick-prev {
        right:50px;
        left:unset;
    }

    #program .slick-dots {
        display: none;
        opacity: 0;
    }

    .banner {
        margin:0 auto;
        padding: 120px 0;
        width:100%;
        background:#fff;
    }

    .banner .inner {
        width:1000px;
        margin:auto;
    }

    #success {
        width:100%;
        margin:auto;
        background:#f2f2f2;
        padding-bottom: 120px;
        padding-top: 100px;
    }

    #success .inner {
        width:1000px;
        margin:auto;
    }

    #success h2 {
        text-align: center;
        font-size: 30px;
    }

    #success .cont {
        padding:40px; 
        box-sizing: border-box;
        margin:40px auto 80px;
        background:#fff;
        border:1px solid #ddd;
        box-sizing: border-box;
    }

    #success .cont:last-child {
        margin-bottom: 0;
    }

    #success .box:after {
        content:"";
        display: table;
        table-layout: fixed;
        clear: both;
        height: 0;
    }

    #success .image-left figure {
        width:210px;
        margin-right: 50px;
        float: left;
    }

    #success .image-right figure img,
    #success .image-left figure img {
        width:210px;
        height: 210px;
        border-radius: 105px;
    }

    #success .image-left .text-bloc {
        width:650px;
        float: right;
    }

    #success .image-right figure {
        width:210px;
        margin-left: 50px;
        float: right;
    }

    #success .image-right .text-bloc {
        width:650px;
        float: left;
    }

    #success h3 {
        color:#f84c77;
        font-size: 20px;
        margin-bottom: 10px;;
    }

    #success .name {
        font-family: serif;
        font-size: 18px;
    }

    #success .inview {
        transition: .5s;
        transform: scale(1.2);
        opacity: 0;
    }

    #success .inview.onview {
        transform: scale(1);
        opacity: 1;
    }

    #authority {
        width:100%;
        height: 297px;
        background:url(../images/authority-bg.jpg) right center no-repeat #e3e6e4;
        padding: 30px 0;
        box-sizing: border-box;
    }

    #authority .inner {
        width:1000px;
        margin:auto;
    }

    #authority h2 {
        text-align: left;
        font-size: 24px;
        margin-bottom: 10px;
    }

    #authority dl {
        margin-top: 20px;
    }

    #authority dt span {
        background:#b7b4a9;
        padding:2px 5px;
        font-size: 13px;
        font-weight: 800;
    }

    #authority dd li {
        font-size: 13px;
    }

    #formarea {
        padding: 100px 0;
        background:#fff;
    }

    /* footer */
    #lpFooter {
        width:100%;
        background:#4b483d;
    }

    #lpFooter .inner {
        width:1000px;
        margin:auto;
        padding:50px 0;
        color:#fff;
    }

    #lpFooter .footer1,
    #lpFooter .footer2 {
        width: 45%;
        vertical-align: middle;
        padding: 30px 0;
    }

    #lpFooter .footer1 {
        margin-right:10%;
    }

    #lpFooter h2 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    #lpFooter .footer1 p {
        font-size: 13px;
    }

    .copyright {
        padding: 30px 0;
        text-align: center;
        font-size: 13px;
        color:#888;
    }

    #formarea h2 {
        font-size: 30px;
        font-weight: 800;
    }

    .footer2 .text-link {
        margin-top: 20px;
        list-style: disc;
    }

    .footer2 li {
        line-height: 2.2;
        margin-left: 1.5em;
    }

    .footer2 li a {
        color:#fff;
        text-decoration: none;
        transition: .2s;
    }

    .footer2 li a:hover {
        text-decoration: underline;
    }

    .footer2 .sns {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,.1);
    }

    .footer2 .sns li {
        margin-left: 0;
        margin-right: 10px;
    }
    
    .footer2 .sns li svg,
    .footer2 .sns li a img {
        width: 25px;
        height: 25px;
    }

    /* ** 20230629 ** */
    #formarea .forminner {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    #formarea dl {
        width: 100%;
        display: table;
        table-layout: fixed;
        border-collapse: collapse;
        border-bottom:1px solid #efefef;
    }

    #formarea dl:hover {
        border-color: #ddd;
    }

    #formarea dl:first-child {
        border-top: 1px solid #efefef;
    }

    #formarea form#mailformpro dl dt,
    #formarea form#mailformpro dl dd {
        display: table-cell;
        vertical-align: middle;
        padding: 15px;
        box-sizing: border-box;
        border: none;
        float: none;
    }

    #formarea form#mailformpro dl dt {
        width: 40%;
        text-align: left;
        vertical-align: middle;
    }

    #formarea form#mailformpro dl dt span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        padding: 4px 7px;
        font-size: 11px;
        font-weight: 800;
        color:#fff;
        background:#f84c77;
        border-radius: 5px;
        margin-left: 5px;
    }

    #formarea form#mailformpro dl dd {
        width: 60%;
        vertical-align: top;
    }

    #formarea form#mailformpro input[type="text"],
    #formarea form#mailformpro input[type="tel"],
    #formarea form#mailformpro input[type="number"],
    #formarea form#mailformpro input[type="email"],
    #formarea form#mailformpro select,
    #formarea form#mailformpro textarea {
        box-shadow: none;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 5px;
        box-sizing: border-box;
    }

    #formarea form#mailformpro label {
        border: none;
    }

    form#mailformpro .wide input[type="text"],
    form#mailformpro .wide input[type="tel"],
    form#mailformpro .wide input[type="email"],
    form#mailformpro .wide select,
    form#mailformpro .wide textarea {
        width: 100%;
    }

    form#mailformpro .wide textarea {
        width: 100% !important;
        height: 200px !important;
    }

    form#mailformpro .wide.addr input[type="text"]:first-child {
        width: 40%;
    }

    form#mailformpro .narrow input[type="number"],
    form#mailformpro .narrow input[type="text"] {
        width: 15%;
    }

    #formarea form#mailformpro dd .pp {
        width: 100%;
        border:1px solid #ccc;
        padding: 10px;
        box-sizing: border-box;
        height: 300px;
        overflow: scroll;
        margin-bottom: 10px;
    }

    #formarea form#mailformpro dd .pp pre {
        width: 100%;
        white-space: pre-wrap;
    }

    #formarea form#mailformpro input[type="submit"] {
        width: 40%;
        margin: 30px auto;
        border-radius: 5px;
        color:#fff;
        background:#4da592;
        border: none;
    }

    #formarea .mfp_element_all {
        max-width: 100%;
    }

    #formarea .wide.addr input[type="text"] + input[type="text"] {
        margin-top: 5px;
    }

    #formarea .mfp_element_submit,
    #formarea .mfp_element_reset, 
    #formarea .mfp_element_button, 
    #formarea button.mfp_next, 
    #formarea button.mfp_prev {
        background: transparent;
        border: none;
        margin-top: 20px;
    }

    #thanksPage {
        position: relative;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }

    #thanxwrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #formarea .mfp_element_submit {
        font-size: 1rem;
        font-weight: 800;
        background:gradient(linear, center top, center bottom, from(#fb7597), to(#f84c77));
        background:-webkit-gradient(linear, center top, center bottom, from(#fb7597), to(#f84c77));
        width: 30%;
        margin-top: 15px;
        color:#fff;
        text-shadow: none;
    }

    #ThanksComment p.btn {
        text-align: center;
        display: block;
        width: 30%;
        margin: 20px 0;
    }

    #ThanksComment p.btn span {
        display: block;
        background:#f84c77;
        border-radius: 5px;
    }

    #ThanksComment p.btn span:hover {
        background:#fb7597
    }

    #ThanksComment p.btn span a {
        padding: 10px;
        color:#fff;
        text-decoration: none;
        display: block;
    }

    #splash .slideimg img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
}