body {
    background: #fdfaf5;
}

#sec01 .box_title,
#sec04 .box_title,
#sec05 .box_title {
    background-image: none;
    color: #fff;
}

.up-pos-rel {
    position: relative;
}

.up-z-2 {
    z-index: 2;
}

br.-sp {
    display: none;
}

@media(max-width:599px) {
    br.-sp {
        display: block;
    }
}

/* mv */
#mainimg {
    background: url(../images/regist_new/1264539898.webp) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

#mainimg .mainimg-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#mainimg .catch-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
}

#mainimg .catch-box .sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

#mainimg .catch-box .sub-title .year {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#mainimg .catch-box .sub-tit-text {
    width: 70%;
}

#mainimg .catch-box .main-title-wrap {
    width: 82%;
}

#mainimg .catch-box .main-title {
    width: 100%;
}

#mainimg .catch-box .year img,
#mainimg .catch-box .sub-tit-text img,
#mainimg .catch-box .main-title img {
    width: 100%;
}

#mainimg .fleft,
#mainimg .fright {
    float: none;
    position: relative;
    z-index: 2;
}

#mainimg .left-block {
    width: 40%;
}

#mainimg .right-block {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: -20%;
    margin-right: -5%;
}

#mainimg .fleft {
    z-index: 4;
    width: 500px;
    max-width: 100%;
    margin-bottom: 40px;
}

#mainimg .fright {
    max-width: 460px;
    width: 450px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.ver_SARABA #mainimg .box_wrap {
    background: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0;
    position: relative;
    max-width: 100%;
}

#mainimg form {
    margin-top: 20px;
    margin-bottom: 10px;
}

@media(min-width:1000px) {
    #mainimg .box_title.type02 {
        padding: 5px 0 5px 15px;
    }
}

.form table th {
    padding-bottom: 8px;
}

.form input[type="text"] {
    margin-bottom: 12px;
}

.saraba.-pc {
    width: 40%;
    margin-top: -100px;
}

.saraba.saraba1.-pc {
    margin-right: -15%;
}

.saraba.-type2.saraba1.-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-end;
    padding-right: clamp(0rem, -8.3rem + 12.15vw, 0.813rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}

.saraba.saraba2.-pc {
    margin-left: -15%;
}

.saraba.-type2.saraba2.-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.saraba img {
    width: 100%;
    max-width: 360px !important;
    -webkit-filter: drop-shadow(0px -2px 10px rgb(255 255 255 / 80%));
    filter: drop-shadow(0px -2px 10px rgb(255 255 255 / 80%));
}

.saraba.-type2 img {
    max-width: 320px !important;
    -webkit-filter: drop-shadow(0px -2px 20px rgb(255 255 255 / 50%));
    filter: drop-shadow(0px -2px 20px rgb(255 255 255 / 50%));
}

.saraba.-sp {
    display: none;
}

#mainimg .fleft img.first-el-child {
    margin-right: 150px;
}

#mainimg .sub-catch {
    width: 70% !important;
}

#mainimg .merit {
    margin-top: 20px !important;
}

.ver_SARABA #mainimg .fleft .merit-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0;
}

.ver_SARABA #mainimg .fleft .merit-wrap .sub-catch {
    width: 80% !important;
    margin-top: 0 !important;
}

#mainimg .mainimg-inner .left-block .sub-title {
    display: none;
}

#mainimg .fleft .merit-wrap img {
    margin-top: 0 !important;
}

#mainimg .catch01 {
    margin-top: 10px !important;
    margin-bottom: 10px;
    padding-left: 10px;
}

#mainimg .fleft img.first-el-child.merit.last-el-child {
    width: 100%;
    margin-right: 0;
    padding-left: 15px;
}

@media(max-width:999px) {
    #mainimg {
        background-size: 100% 100%;
        background-position: top;
    }

    #mainimg .right-block {
        width: 52%;
        margin-left: 0;
        margin-right: 0;
    }

    #mainimg .right-block.-type02 {
        z-index: 3;
    }

    #mainimg .catch-box {
        margin-bottom: 0;
    }

    #mainimg .fright {
        border-radius: 10px 10px 0 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        margin-bottom: 20px;
    }

    .ver_SARABA #mainimg .box_wrap {
        height: auto;
    }

    .ver_SARABA #mainimg .box_wrap,
    .ver_SARABA #mainimg .fleft {
        background: none;
    }

    .ver_SARABA #mainimg .fleft {
        margin-bottom: 20px;
    }

    .ver_SARABA #mainimg .box_wrap,
    .ver_SARABA #mainimg .fleft {
        background: none;
        padding: 0;
        height: auto;
    }

    .ver_SARABA #mainimg .fleft img.first-el-child {
        margin-right: auto;
        margin-top: 0;
    }

    #mainimg .fleft img.merit.last-el-child {
        margin-bottom: 20px;
    }

    .saraba.-pc {
        display: none;
    }

    .saraba.-sp {
        display: block;
    }

    .saraba.-sp img {
        position: absolute;
        bottom: -4%;
        right: 1vw;
        width: 75% !important;
        max-width: 200px !important;
    }

    .saraba.-type02.-sp img {
        bottom: -11%;
        right: -60px;
        width: 85% !important;
        max-width: 300px !important;
        -webkit-filter: drop-shadow(0px -2px 20px rgb(255 255 255 / 50%));
                filter: drop-shadow(0px -2px 20px rgb(255 255 255 / 50%));
    }

    #mainimg .sub-catch {
        width: 55% !important;
    }

    #mainimg .catch01 {
        width: 95% !important;
    }

    #mainimg .fleft img.first-el-child.merit.last-el-child {
        width: 100%;
        padding: 0 0 10px;
        margin: 0 5px 0 0px !important;
    }

    #mainimg form {
        margin-top: 0;
        margin-bottom: 0;
    }

    #mainimg .form input.btn_submit {
        margin-bottom: 0;
    }

    #mainimg .form input[type="text"] {
        margin-bottom: 8px;
    }

    .form table th {
        width: 130px;
        font-size: 1rem;
    }

    .saraba.-type2.saraba1.-pc {
        display: none;
    }

    .saraba.-type2.saraba2.-pc {
        display: none;
    }
}

@media(max-width:599px) {
    #mainimg {
        background-size: 100% 60%;
    }

    .saraba.-sp img {
        bottom: -3%;
        right: 2%;
        width: 34% !important;
    }

    .saraba.-type02.-sp img {
        bottom: -80px;
        right: 0;
        width: 60% !important;
        max-width: 240px !important;
    }

    .saraba img {
        -webkit-filter: drop-shadow(0px -2px 6px rgb(255 255 255 / 80%));
        filter: drop-shadow(0px -2px 6px rgb(255 255 255 / 80%));
    }

    #mainimg .mainimg-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #mainimg .catch-box .main-title-wrap {
        width: 100%;
    }

    #mainimg .catch-box .sub-tit-text {
        width: 100%;
        margin-left: 1px;
    }

    #mainimg .catch-box .main-title {
        width: 100%;
    }

    #mainimg .catch-box .sub-title.-pc-only {
        display: none;
    }

    #mainimg .mainimg-inner .left-block {
        width: 100%;
        z-index: 3;
    }

    .ver_SARABA #mainimg .fleft {
        margin-bottom: 0;
    }

    #mainimg .mainimg-inner .right-block {
        width: 100%;
    }

    #mainimg .catch-box {
        padding: 10px 10px 0;
    }

    #mainimg .catch-box .sub-title {
        width: 60%;
    }

    #mainimg .mainimg-inner .left-block .sub-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #mainimg .catch-box .sub-title .year {
        width: 35%;
    }

    #mainimg .catch-box .sub-title .sub-tit-text {
        width: 60%;
    }

    #mainimg .fleft img.first-el-child.merit.last-el-child {
        width: 74%;
        margin-left: 10px !important;
    }

    .ver_SARABA #mainimg .fleft img {
        padding-left: 0;
    }

    #mainimg .catch01 {
        width: 75% !important;
        margin-left: 10px !important;
        /* margin-top: 80px !important */
    }

    #mainimg .fleft img.last-el-child {
        margin-left: 0;
    }

    #mainimg .fright {
        max-width: 100%;
        margin-bottom: 0;
    }

    #sec01 h2,
    #sec04 h2,
    #sec05 h2 {
        font-size: 1.3em;
    }
}

/* sec1 */
#sec01 .box_wrap img {
    max-width: 100%;
}

/* sec2 */
#sec02 .x3 .box {
    border: 5px solid #ec6941;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
}

#sec02 h3 img {
    background: #ec6941;
    padding: 5px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sec02 .txt {
    padding: 0px 10px 30px;
    position: relative;
    font-size: 18px;
}

#sec02 .txt p.last-el-child {
    font-size: 90%;
}

#sec02 img.img-people {
    width: 90px !important;
    height: auto;
    margin-right: 0;
    margin-left: 5px;
    position: absolute;
    right: 10px;
}

#sec02 .img-people.img01 {
    bottom: -4px;
}

#sec02 .img-people.img02 {
    bottom: -1px;
}

#sec02 .img-people.img03 {
    bottom: -6px;
    width: 100px !important;
    right: 5px;
}

#sec02 .img-people.img04 {
    bottom: -1px;
    width: 60px !important;
}

@media(min-width:1000px) {
    #header .box_wrap {
        width: 1200px;
        max-width: 100%;
    }
}

@media(max-width:999px) {

    #sec02 .x3 .box {
        width: 96%;
        margin: 0 2% 0.8em;
    }

    #sec02 .x3 .box.-sp-none {
        display: none;
    }

    #sec02 .txt {
        padding: 0px 10px 20px;
    }

    #sec02 .txt p.last-el-child {
        font-size: 100%;
    }

    #sec02 h2,
    #sec03 h2 {
        font-size: 1.5em;
        line-height: 1.1;
    }

    #sec02 .add-text {
        font-weight: 700;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 10px auto 0;
        padding: 0 20px;
    }

    #sec02 .add-text::before,
    #sec02 .add-text::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        background-color: #ec6941;
        width: 3px;
        height: 100%;
        border-radius: 5px;
    }

    #sec02 .add-text::before {
        -webkit-transform: rotate(-15deg) translateY(-50%);
        transform: rotate(-15deg) translateY(-50%);
        left: 5px;
    }

    #sec02 .add-text::after {
        -webkit-transform: rotate(15deg) translateY(-50%);
        transform: rotate(15deg) translateY(-50%);
        right: 5px;
    }
}

/* sec03 */
#sec03 {
    background: #68d881;
    padding: 100px 0;
    margin-bottom: 40px;
}

#sec03 .box_title span {
    background: none;
    color: #fff;
}

#sec03 .x2 .box {
    width: 48%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: .2rem solid #6cdb80;
    outline-offset: -0.6125rem;
}

#sec03 h3 {
    color: inherit;
    border-radius: 0;
    background: none;
    padding: 0;
}

@media(max-width:999px) {
    #sec03 {
        padding: 2.5em 0 2em;
        margin-bottom: 5px;
    }

    #sec03 .x2 .box {
        width: 96%;
    }

    #sec03 .x2 .box img,
    #sec03 .x2 .box p {
        width: 100%;
        margin: 0 0 1em;
    }

    #sec03 h3 {
        font-size: 1.1em;
    }

    #sec03 h3 .txt_orange {
        font-size: 120%;
        margin-right: 5px;
    }
}

/* sec04 */
#sec04 img.fleft {
    background-color: #35c770;
    padding: 10px;
}

#sec04 .bg_green {
    border-radius: 10px;
}

#sec04 .x1 .box {
    border-radius: 5px;
    overflow: hidden;
}

#sec04 .bg_green .arr {
    max-width: 50px;
    height: 18px;
}

@media(max-width:999px) {
    #sec04 .bg_green {
        padding: 1em 2%;
        width: 90%;
        margin: 1.5em auto 2em;
    }

    #sec04 .box_wrap p.align_center {
        width: 96%;
        max-height: 100%;
        margin: 0 2%;
        -moz-text-align-last: left;
        text-align-last: left;
    }

    #sec04 .box img {
        width: 18%;
    }
}

/* sec05 */
#sec05 .x2 .box {
    border: solid 3px #f19149;
    border-radius: 15px;
    overflow: hidden;
}

/* entry */
.section_entry .box_wrap {
    border-radius: 10px;
}

.section_entry .fleft {
    padding-top: 35px;
    padding-left: 20px;
}

.section_entry .fright {
    background-image: none;
    position: relative;
}

.section_entry .fright::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #038f0d;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.form input.btn_submit {
    border-bottom: none;
    -webkit-box-shadow: 0 6px #bb4623;
    box-shadow: 0 6px #bb4623;
    margin-bottom: 22px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.form input.btn_submit:hover {
    opacity: 1;
    -webkit-box-shadow: 0 2px #bb4623;
    box-shadow: 0 2px #bb4623;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

@media(max-width:999px) {
    .section_entry {
        width: 96%;
        margin: 0 auto 30px;
    }

    .section_entry .fright::before {
        content: none;
    }

    .section_entry .fleft {
        padding: 20px;
        background: #038f0d;
        margin: -1px -1px 20px;
    }

    .section_entry form {
        padding: 0 2% 0;
    }

    .form select {
        width: 96%;
    }
}

#page-top {
    z-index: 3;
}

#page-top a {
    border: solid 2px #038f0d;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: 60%;
}

#page-top a:hover {
    background-size: 60%;
}