@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

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

li {
    list-style: none;
}

a,
a:link {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    height: auto;
    vertical-align: bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
    display: none;
}

i {
    font-style: normal;
}

textarea {
    resize: none;
    font-family: sans-serif;
}

* {
    box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    margin: auto;
    width: auto;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','Noto Sans JP','メイリオ', Meiryo,sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a, b, dd, dt, li, p, span, td, th {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

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

@media print, screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
}

.center {
    margin: auto;
    text-align: center;
    line-height: 180%;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.txt_base p {
    line-height: 1.7;
}

.txt_base p:not(:last-child) {
    margin-bottom: 1.5em;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}

.tel_link,
.tel_link a {
    color: inherit;
    font-size: 1em;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
    width: calc(100% - 30px);
    max-width: 1122px;
    margin: auto;
}

.main_width.size1065 {
    max-width: 1065px;
}

section {
    padding: 80px 0;
}

main {
    padding-bottom: 150px;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 35px;
    z-index: 100;
}

.header .logo {
    width: 40%;
    max-width: 161px;
}

/********************************************/
/* footer */
/********************************************/
.copyright {
    display: block;
    padding: 1em 0.5em;
    background: #F27900;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}

/********************************************/
/* main */
/********************************************/
.main_visual {
    padding-top: 100px;
    padding-bottom: 35px;
    background: url(../img/main-bg.jpg) no-repeat center/cover;
}

.main_visual .bubble {
    margin-left: -30px;
}

.main_visual .ttl {
    line-height: 1.3;
    font-size: 6.7rem;
    font-weight: bold;
}

.main_visual .inner {
    position: relative;
}

.main_visual .inner .circle_txt {
    position: absolute;
    bottom: 16%;
    right: 0;
}

@media print, screen and (min-width: 769px) {
    .main_visual .register_btn {
        max-width: 512px;
        font-size: 3.5rem;
    }
    .main_visual .register_btn p {
        font-size: 0.74em;
    }
    .main_visual .register_btn p:before, .main_visual .register_btn p:after {
        height: 20px;
    }
    .main_visual .register_btn p:before {
        transform: rotate(-45deg);
    }
    .main_visual .register_btn p:after {
        transform: rotate(45deg);
    }
    .main_visual .register_btn a {
        padding: 0.25em 1.3em 0.25em 3em;
    }
    .main_visual .register_btn a:before {
        width: 116px;
        height: 104px;
    }
}

.movie_block .ttl {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 4.6rem;
    font-weight: bold;
}

.movie_block .ttl span {
    display: inline-block;
    position: relative;
    padding: 0 0.6em 0 0.8em;
    line-height: 1.3;
    font-size: 1em;
}

.movie_block .ttl span:before, .movie_block .ttl span:after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 3px;
    height: 42px;
    background: #000;
}

.movie_block .ttl span:before {
    left: 0;
    transform: rotate(-45deg);
}

.movie_block .ttl span:after {
    right: 0;
    transform: rotate(45deg);
}

.movie_block .ttl span small {
    display: block;
    margin-bottom: 0.2em;
    font-size: 0.8em;
}

.movie_block .main_width {
    max-width: 887px;
}

.movie_block .movie {
    position: relative;
    padding-top: 57%;
}

.movie_block .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.num_list {
    counter-reset: item;
    list-style-type: none;
}

.privilege_block {
    position: relative;
}

@media print, screen and (min-width: 769px) {
    .privilege_block {
        padding-top: 90px;
        padding-bottom: 200px;
    }
}

.privilege_block:before {
    position: absolute;
    top: 90px;
    right: 0;
    content: "";
    width: 238px;
    height: 198px;
    background: url(../img/privilege-img-top.jpg) no-repeat top right/contain;
    z-index: -1;
}

.privilege_block .ttl {
    margin-bottom: 0.5em;
    color: #3C9A00;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
}

.privilege_block .ttl img {
    display: block;
    margin: auto;
}

.privilege_block .num_list {
    position: relative;
    padding-bottom: 60px;
}

.privilege_block .num_list:after {
    position: absolute;
    top: 100%;
    left: calc(50% - 30px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #9cc387 transparent transparent transparent;
}

.privilege_block .num_list li {
    position: relative;
    padding: 1.2em 0 1.1em 85px;
    border-bottom: dashed 2px #FFDE71;
    font-size: 2.6rem;
    letter-spacing: 0.06em;
}

.privilege_block .num_list li .co_orange {
    font-size: 1.34em;
    font-weight: bold;
}

.privilege_block .num_list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    display: inline-block;
    counter-increment: item;
    content: counter(item);
    width: 60px;
    margin-right: 0.7em;
    line-height: 60px;
    text-align: center;
    background: #F27900;
    border-radius: 50px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}

.privilege_block .privilege_txt {
    position: relative;
    max-width: 890px;
    padding-top: 80px;
    margin: 0 auto 70px;
}

.privilege_block .privilege_txt:before {
    position: absolute;
    top: 0;
    left: -30px;
    content: "";
    width: 87px;
    height: 234px;
    background: url(../img/privilege_txt-img.jpg) no-repeat bottom left/contain;
    z-index: -1;
}

.privilege_block .privilege_txt p {
    font-size: 3.0rem;
    font-weight: bold;
}

.question_block {
    position: relative;
    padding-top: 120px;
    padding-bottom: 0;
}

.question_block .main_width {
    position: relative;
    z-index: 2;
}

.question_block:before {
    position: absolute;
    top: 80px;
    right: -150px;
    content: "";
    width: 324px;
    height: 324px;
    border-radius: 170px;
    background: rgba(255, 226, 124, 0.5);
    z-index: 0;
}

.question_block .ttl {
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 3.7rem;
    font-weight: bold;
}

.question_block .ttl:before {
    display: inline-block;
    content: "?";
    width: 55px;
    margin-right: 0.3em;
    background: #F2BA00;
    border-radius: 50px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    font-size: 0.86em;
    font-weight: bold;
    vertical-align: top;
}

.question_block .question_list {
    margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
    .question_block .question_list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .question_block .question_list li {
        width: 49%;
    }
}

.question_block .question_list li {
    margin-bottom: 25px;
    text-align: center;
}

.resolution_block {
    position: relative;
    padding-top: 40px;
}

@media print, screen and (min-width: 769px) {
    .resolution_block {
        padding-bottom: 140px;
    }
}

.resolution_block:before, .resolution_block:after {
    position: absolute;
    content: "";
    width: 324px;
    height: 324px;
    border-radius: 170px;
    background: rgba(255, 226, 124, 0.5);
    z-index: 0;
}

.resolution_block:before {
    top: -20px;
    left: -150px;
}

.resolution_block:after {
    bottom: 200px;
    right: -150px;
}

.resolution_block .main_width {
    position: relative;
    z-index: 2;
}

.resolution_block .center_ttl {
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 5.0rem;
    font-weight: bold;
}

.resolution_block .center_ttl img {
    display: block;
    margin: 0 auto 15px;
}

.resolution_block .center_ttl .deco3 {
    display: inline-block;
    position: relative;
    padding: 0 0.6em 0 1em;
    line-height: 1.3;
    font-size: 1em;
}

.resolution_block .center_ttl .deco3:before, .resolution_block .center_ttl .deco3:after {
    position: absolute;
    bottom: 0.1em;
    content: "";
    width: 27px;
    height: 46px;
    background: url(../img/ttl-three-left.svg) no-repeat center/contain;
}

.resolution_block .center_ttl .deco3:before {
    left: 0;
}

.resolution_block .center_ttl .deco3:after {
    right: 0;
    transform: scale(-1, 1);
}

.resolution_block .center_ttl .deco3 small {
    display: block;
    margin-bottom: 0.2em;
    font-size: 0.8em;
}

.resolution_block .periodic_box {
    max-width: 800px;
    margin: 0 auto 80px;
    padding: 0 75px 25px;
    border: solid 5px #FFDE71;
    border-radius: 20px;
    background: #fff;
}

.resolution_block .periodic_box .orange_bg_ttl {
    position: relative;
    top: -20px;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 10px;
    padding: 0.3em 0.5em;
    border-radius: 20px;
    background: #F27900;
    color: #fff;
    text-align: center;
    font-size: 4.0rem;
    font-weight: bold;
}

@media print, screen and (min-width: 769px) {
    .resolution_block .periodic_box .flexbox {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-flow: row-reverse;
    }
    .resolution_block .periodic_box .flexbox .txt_base {
        width: 65%;
    }
    .resolution_block .periodic_box .flexbox .img {
        width: 28%;
    }
}

.resolution_block .periodic_box .flexbox .img {
    text-align: center;
}

.resolution_block .periodic_box .txt_base p {
    font-size: 2.0rem;
}

.useful_block .center_ttl {
    margin-bottom: 2em;
    text-align: center;
    font-size: 3.8rem;
    font-weight: bold;
}

.useful_block .center_ttl .deco3 {
    display: inline-block;
    position: relative;
    padding: 0 0.8em 0 1.1em;
    line-height: 1.3;
    font-size: 1em;
}

.useful_block .center_ttl .deco3:before, .useful_block .center_ttl .deco3:after {
    position: absolute;
    bottom: 0.1em;
    content: "";
    width: 24px;
    height: 42px;
    background: url(../img/ttl-three-left.svg) no-repeat center/contain;
}

.useful_block .center_ttl .deco3:before {
    left: 0;
}

.useful_block .center_ttl .deco3:after {
    right: 0;
    transform: scale(-1, 1);
}

.useful_block .num_list .ttl {
    display: inline-block;
    position: relative;
    margin-bottom: 1.3em;
    padding-left: 85px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
}

.useful_block .num_list .ttl:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: item;
    content: counter(item);
    width: 60px;
    margin-right: 0.7em;
    line-height: 60px;
    text-align: center;
    background: #F27900;
    border-radius: 50px;
    color: #fff;
    font-size: 2.1rem;
    font-weight: bold;
}

.useful_block .num_list .ttl .inner {
    display: inline-block;
    padding-bottom: 0.6em;
    border-bottom: dashed 2px #FFDE71;
    font-size: 1em;
}

.useful_block .num_list .ttl .co_orange {
    font-size: 1.33em;
}

.useful_block .center_txt {
    margin-bottom: 2em;
    text-align: center;
    font-size: 2.1rem;
}

.useful_block .center_txt p {
    line-height: 1.4;
    font-size: 1em;
    font-weight: bold;
}

.useful_block .flexbox {
    max-width: 958px;
    margin: auto;
}

@media print, screen and (min-width: 769px) {
    .useful_block .flexbox {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .useful_block .flexbox .img {
        width: 50%;
    }
    .useful_block .flexbox .bubble_box {
        width: 50%;
    }
    .useful_block .flexbox .bubble_box:after {
        top: 55%;
    }
}

.useful_block .flexbox .img {
    text-align: center;
}

.useful_block .flexbox .bubble_box {
    position: relative;
    height: 100%;
    padding: 25px 20px 30px;
    border: solid 3px #3C9A00;
    border-radius: 20px;
}

.useful_block .flexbox .bubble_box:after {
    position: absolute;
    right: 100%;
    content: "";
    width: 38px;
    height: 40px;
    background: url(../img/bubble-triangle-left.svg) no-repeat center/contain;
    z-index: 2;
}

.useful_block .flexbox .bubble_box p {
    color: #3C9A00;
    font-size: 2.0rem;
    font-weight: bold;
}

.useful_block .num_list {
    margin-bottom: 60px;
}

.useful_block .num_list li:nth-child(even) .flexbox {
    flex-flow: row-reverse;
}

.useful_block .num_list li:nth-child(even) .bubble_box:after {
    left: 100%;
    right: auto;
    transform: scale(-1, 1);
}

.useful_block .num_list li:not(:last-child) {
    margin-bottom: 140px;
}

.border_box {
    padding: 1em;
    border: solid 1px #707070;
    text-align: center;
    font-size: 3.0rem;
}

.border_box p {
    font-size: 1em;
    font-weight: bold;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
    a, b, dd, dt, li, p, span, td, th {
        font-size: 14px;
        font-size: 1.4rem;
    }
    /*=============================================*/
    /*  layout  Base                        */
    /*=============================================*/
    section {
        padding: 60px 0;
    }
    body {
        width: 100%;
    }
    main {
        padding-bottom: 100px;
    }
    /********************************************/
    /*header */
    /********************************************/
    .header {
        left: auto;
        right: 0;
        padding-top: 20px;
    }
    .header .logo {
        max-width: 50px;
        margin-left: auto;
    }
    /********************************************/
    /* footer */
    /********************************************/
    footer {
        padding-bottom: 88px;
    }
    .copyright {
        letter-spacing: 0;
        font-size: 1.2rem;
    }
    /********************************************/
    /* main */
    /********************************************/
    .main_visual {
        padding: 0;
        background: url(../img/main-bg-sp.jpg) no-repeat center/cover;
        overflow: hidden;
    }
    .main_visual .bubble {
        max-width: 246px;
        margin-left: -10px;
        margin-bottom: 20px;
    }
    .main_visual .ttl {
        font-size: 13.8vw;
    }
    .main_visual .inner {
        position: relative;
        min-height: 100vh;
        padding-top: 30px;
        padding-bottom: 300px;
    }
    .main_visual .inner:before, .main_visual .inner:after {
        position: absolute;
        content: "";
        width: 180px;
        height: 180px;
        border-radius: 90px;
        background: rgba(255, 226, 124, 0.5);
        z-index: 1;
    }
    .main_visual .inner:before {
        top: -70px;
        right: -90px;
    }
    .main_visual .inner:after {
        bottom: -10px;
        left: -90px;
    }
    .main_visual .inner .circle_txt {
        bottom: 100px;
        width: 50%;
        max-width: 163px;
    }
    .main_visual .register_btn {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9000;
    }
    .movie_block .ttl {
        margin-bottom: 1em;
        font-size: 2.0rem;
    }
    .movie_block .ttl span:before, .movie_block .ttl span:after {
        width: 2px;
        height: 25px;
    }
    .privilege_block:before {
        top: 0;
        right: -20px;
        width: 158px;
    }
    .privilege_block .ttl {
        font-size: 2.0rem;
    }
    .privilege_block .ttl img {
        width: 80%;
        max-width: 140px;
    }
    .privilege_block .num_list {
        padding-bottom: 40px;
    }
    .privilege_block .num_list li {
        padding: 1em 0 0.9em 55px;
        font-size: 1.5rem;
    }
    .privilege_block .num_list li:before {
        width: 40px;
        line-height: 40px;
    }
    .privilege_block .privilege_txt {
        padding: 60px 0 0 50px;
        margin-bottom: 0;
        text-align: left;
    }
    .privilege_block .privilege_txt:before {
        top: auto;
        bottom: -30px;
        left: -20px;
        width: 60px;
    }
    .privilege_block .privilege_txt p {
        font-size: 1.6rem;
    }
    .question_block {
        padding-top: 80px;
    }
    .question_block:before {
        top: 40px;
        right: -90px;
        width: 180px;
        height: 180px;
    }
    .question_block .ttl {
        margin-bottom: 1.5em;
        font-size: 2.1rem;
    }
    .question_block .ttl:before {
        margin-top: -8px;
        width: 45px;
        line-height: 45px;
    }
    .resolution_block:before, .resolution_block:after {
        width: 180px;
        height: 180px;
    }
    .resolution_block:before {
        left: -90px;
    }
    .resolution_block:after {
        bottom: 10px;
        right: -90px;
    }
    .resolution_block .center_ttl {
        font-size: 2.4rem;
    }
    .resolution_block .center_ttl img {
        width: 80%;
        max-width: 140px;
    }
    .resolution_block .center_ttl .deco3:before {
        left: -10px;
    }
    .resolution_block .center_ttl .deco3:after {
        right: -10px;
    }
    .resolution_block .periodic_box {
        margin-bottom: 0;
        padding: 0 20px 25px;
    }
    .resolution_block .periodic_box .orange_bg_ttl {
        top: -20px;
        width: 100%;
        border-radius: 10px;
        font-size: 2.2rem;
    }
    .resolution_block .periodic_box .img {
        width: 80%;
        margin: 0 auto 20px;
    }
    .resolution_block .periodic_box .txt_base p {
        font-size: 1.6rem;
    }
    .useful_block .center_ttl {
        font-size: 2.5rem;
    }
    .useful_block .center_ttl .deco3 {
        padding: 0 1.3em 0 1.3em;
    }
    .useful_block .center_ttl .deco3:before {
        left: -10px;
    }
    .useful_block .center_ttl .deco3:after {
        right: -10px;
    }
    .useful_block .num_list .ttl {
        padding-left: 60px;
        font-size: 1.8rem;
    }
    .useful_block .num_list .ttl:before {
        top: 5px;
        width: 45px;
        line-height: 45px;
        font-size: 1em;
    }
    .useful_block .num_list .ttl .inner {
        text-align: left;
    }
    .useful_block .center_txt {
        font-size: 1.6rem;
    }
    .useful_block .center_txt p {
        line-height: 1.7;
    }
    .useful_block .flexbox .img {
        width: 80%;
        margin: 0 auto 50px;
    }
    .useful_block .flexbox .bubble_box:after {
        position: absolute;
        bottom: calc(100% - 1px);
        left: calc(50% - 19px);
        transform: rotate(90deg);
    }
    .useful_block .flexbox .bubble_box p {
        font-size: 1.6rem;
    }
    .useful_block .num_list {
        margin-bottom: 40px;
    }
    .useful_block .num_list li:nth-child(even) .bubble_box:after {
        left: calc(50% - 19px);
        transform: rotate(90deg);
    }
    .useful_block .num_list li:not(:last-child) {
        margin-bottom: 50px;
    }
    .border_box {
        text-align: left;
        font-size: 1.8rem;
    }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
