@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-family: 'M PLUS 1p', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    background-color: #FFF;
    overflow: hidden;
}

@media (min-width: 768px) {
    body {
        min-width: 1220px;
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    body {
        min-width: 320px;
        font-size: 1.6rem;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: #333;
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* body_wrap */
/* ---------------------------------------------------- */
.body_wrap {
    max-height: 999999px;
    /* android chrome フォントサイズバグ回避 */
    opacity: 0;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
.contents_wrap {
    padding-top: 90px;
}

@media (max-width: 767px) {
    .contents_wrap {
        padding-top: 50px;
    }
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1220px;
    background-color: #FFF;
    z-index: 100;
}

header .header_inner {
    position: relative;
    height: 120px;
}

header .site_logo_1 {
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 288px;
}

header .site_logo_1 a {
    display: block;
}

header .overview_1 {
    position: absolute;
    right: 750px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
}


header .btn_tel_1 {
    position: absolute;
    right: 180px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 507px;
}

header .btn_toggle_menu {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 120px;
    height: 120px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    background-color: #F99900;
    z-index: 110;
}

header .btn_toggle_menu::after {
    content: "MENU";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transition: 0.3s ease-in-out;
}

header .btn_toggle_menu.is_show::after {
    content: "CLOSE";
}


header .btn_toggle_menu div {
    position: relative;
    margin-top: 30px;
    width: 48px;
    height: 48px;
}

header .btn_toggle_menu div>span span,
header .btn_toggle_menu div>span:before,
header .btn_toggle_menu div>span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #FFF;
    transform-origin: center center;
    transition: 0.3s ease-in-out;
}

header .btn_toggle_menu div>span span {
    transform: translateY(-2px);
}

header .btn_toggle_menu div>span:before {
    transform: translateY(-14px);
}

header .btn_toggle_menu div>span:after {
    transform: translateY(10px);
}

header .btn_toggle_menu.is_show div>span span,
header .btn_toggle_menu.is_show div>span:before,
header .btn_toggle_menu.is_show div>span:after {
    width: 100% !important;
}

header .btn_toggle_menu.is_show div>span span {
    opacity: 0;
}

header .btn_toggle_menu.is_show div>span:before {
    transform: translateY(-50%) rotate(-45deg);
}

header .btn_toggle_menu.is_show div>span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
}

header .toggle_wrap {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 730px;
    height: 100%;
    background-color: rgba(249, 153, 0, 0.9);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

header .toggle_wrap .toggle_inner {
    padding: 150px 0;
}

header .nav_1 {
    margin-bottom: 40px;
}

header .nav_1 .main-menu>li:nth-child(odd) {
    background-color: rgba(249, 116, 0, 0.8);
}

header .nav_1 .main-menu>li>a {
    position: relative;
    display: block;
    padding: 15px 100px;
    color: #FFF;
    font-size: 3.2rem;
    font-weight: 700;
}

header .nav_1 .main-menu>li>a::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 14px;
    height: 14px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

header .nav_1 .sub-menu {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 140px;
}

header .nav_1 .sub-menu>li {
    list-style: disc;
    padding-left: 0.5em;
    color: #FFF;
    font-size: 2.6rem;
    line-height: 1.8;
}

header .nav_1 .sub-menu>li+li {
    margin-top: 0.05em;
}


header .nav_1 .sub-menu>li>a {
    color: #FFF;
}


header .nav_2>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .nav_2>ul>li+li {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #FFF;
}

header .nav_2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 2.6rem;
    line-height: 1;
}

header .nav_2 a>i {
    margin-right: 5px;
    color: #FFF;
    font-size: 3.0rem;
}

header .btn_tel_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 100px;
    padding: 20px 30px;
    width: max-content;
    color: #FFF;
    font-size: 4.2rem;
    font-weight: 700;
    border: 4px solid #FFF;
}

header .btn_tel_2 i {
    margin-right: 10px;
}

@media (min-width: 769px) and (max-width: 1550px) {
    header .site_logo_1 {
        left: 30px;
    }

    header .overview_1 {
        right: 550px;
        font-size: 1.6rem;
    }

    header .btn_tel_1 {
        right: 150px;
        width: 350px;
    }
}

@media (max-width: 767px) {
    header {
        min-width: auto;
    }

    header .header_inner {
        height: 60px;
    }

    header .site_logo_1 {
        left: 20px;
        width: 180px;
    }

    header .btn_toggle_menu {
        width: 60px;
        height: 60px;
    }

    header .btn_toggle_menu::after {
        bottom: 5px;
        font-size: 1.1rem;
    }

    header .btn_toggle_menu div {
        margin-top: 15px;
        width: 24px;
        height: 24px;
    }

    header .btn_toggle_menu div>span span,
    header .btn_toggle_menu div>span:before,
    header .btn_toggle_menu div>span:after {
        height: 2px;
    }

    header .btn_toggle_menu div>span span {
        transform: translateY(-1px);
    }

    header .btn_toggle_menu div>span:before {
        transform: translateY(-8px);
    }

    header .btn_toggle_menu div>span:after {
        transform: translateY(6px);
    }

    header .toggle_wrap {
        width: 320px;
    }

    header .toggle_wrap .toggle_inner {
        padding: 70px 0;
    }

    header .nav_1 {
        margin-bottom: 20px;
    }

    header .nav_1 .main-menu>li>a {
        padding: 8px 30px;
        font-size: 1.6rem;
    }

    header .nav_1 .main-menu>li>a::after {
        right: 15px;
        width: 10px;
        height: 10px;
    }

    header .nav_1 .sub-menu {
        padding-top: 5px;
        padding-bottom: 10px;
        padding-left: 70px;
    }

    header .nav_1 .sub-menu>li {
        font-size: 1.4rem;
    }

    header .nav_2>ul>li+li {
        padding-left: 10px;
        margin-left: 10px;
    }

    header .nav_2 a {
        font-size: 1.3rem;
    }

    header .nav_2 a>i {
        margin-right: 5px;
        color: #FFF;
        font-size: 1.8rem;
    }

    header .btn_tel_2 {
        margin: 0 auto 20px;
        padding: 15px 20px;
        font-size: 2.1rem;
        line-height: 1;
        border-width: 2px;
    }

}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer {
    position: relative;
}

footer .footer_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 130px;
    padding-bottom: 80px;
    width: 1200px;
}

footer .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}

footer .clms_wrap_1>.clm_wrap:nth-of-type(1) {
    width: 520px;
}

footer .clms_wrap_1>.clm_wrap:nth-of-type(2) {
    width: 580px;
}

footer .site_logo_1 {
    margin: 0 auto 5px;
}

footer .site_name_1 {
    margin: 0 auto 35px;
    padding: 10px 25px;
    width: max-content;
    color: #FFF;
    line-height: 1;
    background-color: #F99900;
    border-radius: 20px;
}

footer .overview_1 {
    margin-bottom: 50px;
    font-size: 1.8rem;
    text-align: center;
}

footer .btn_official_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 50px;
    padding: 15px 25px;
    width: max-content;
    color: #F99900;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #333;
    border-radius: 30px;
}

footer .btn_official_1>i {
    margin-left: 5px;
}

footer .nav_1>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .nav_1>ul>li+li {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #757575;
}

footer .nav_1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #757575;
    line-height: 1;
}

footer .nav_1 a>i {
    margin-right: 5px;
    color: #F99900;
    font-size: 2.0rem;
}

footer .nav_2>ul {
    display: flex;
    justify-content: center;
}

footer .nav_2>ul>li {
    width: 255px;
}

footer .nav_2>ul>li+li {
    margin-left: 10px;
}

footer .nav_2 a {
    display: block;
}

footer .businessday_1 {
    margin-bottom: 30px;
}

footer .businessday_1 table {
    width: 100%;
    color: #35B5D2;
}

footer .businessday_1 table tr {
    border-bottom: 1px solid #D2D2D2;
}

footer .businessday_1 table>tbody>tr:first-of-type {
    border-bottom: none;
}

footer .businessday_1 table th,
footer .businessday_1 table td {
    padding: 15px 0;
    width: 10%;
    white-space: nowrap;
    text-align: center;
}

footer .businessday_1 table th {
    color: #FFF;
    background-color: #35B5D2;
}

footer .businessday_1 table .ttl {
    width: auto;
    text-align: center;
}

footer .businessday_1 .note {
    margin-top: 15px;
    font-size: 1.4rem;
    text-align: right;
}

footer .ttl_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

footer .ttl_1::before,
footer .ttl_1::after {
    content: "";
    display: block;
    margin: 0 10px;
    width: 3px;
    height: 20px;
    background-color: #333;
}

footer .ttl_1::before {
    transform: rotate(-20deg);
}

footer .ttl_1::after {
    transform: rotate(20deg);
}

footer .btn_pagetop_1 {
    position: absolute;
    right: 0;
    bottom: -48px;
    display: block;
    width: 95px;
}

footer .copyright {
    padding: 30px 0;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    background-color: #F99900;
}

@media (max-width: 767px) {

    footer .footer_inner {
        padding-top: 75px;
        padding-bottom: 50px;
        width: calc(100% - 30px);
    }

    footer .clms_wrap_1 {
        display: block;
    }

    footer .clms_wrap_1>.clm_wrap:nth-of-type(1) {
        margin-bottom: 50px;
        width: auto;
    }

    footer .clms_wrap_1>.clm_wrap:nth-of-type(2) {
        width: auto;
    }

    footer .site_logo_1 {
        width: 260px;
    }

    footer .site_name_1 {
        margin: 0 auto 25px;
        padding: 8px 20px;
        font-size: 1.2rem;
        border-radius: 20px;
    }

    footer .overview_1 {
        margin-bottom: 25px;
        font-size: 1.5rem;
    }

    footer .btn_official_1 {
        margin: 0 auto 25px;
        padding: 10px 20px;
    }

    footer .nav_1 a {
        font-size: 1.3rem;
    }

    footer .nav_1 a>i {
        font-size: 1.6rem;
    }

    footer .nav_2>ul>li {
        width: calc(50% - 5px);
    }

    footer .businessday_1 table {
        font-size: 1.2rem;
    }

    footer .businessday_1 table th,
    footer .businessday_1 table td {
        padding: 10px 0;
    }

    footer .businessday_1 .note {
        margin-top: 10px;
        font-size: 1.1rem;
    }

    footer .gmap iframe {
        height: 240px;
    }

    footer .ttl_1 {
        align-items: center;
        margin-bottom: 10px;
        font-size: 1.5rem;
    }

    footer .btn_pagetop_1 {
        bottom: -40px;
        width: 80px;
    }

    footer .copyright {
        padding: 15px;
        font-size: 1.1rem;
    }
}

/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap {
    background-image: url(../img/mv_bg_1.jpg);
    background-size: cover;
    background-position: center;
}

.sec_mv_wrap::before,
.sec_mv_wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 480px;
    height: 270px;
    background-image: url(../img/deco_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_mv_wrap::before {
    right: 0;
    top: 0;
}

.sec_mv_wrap::after {
    left: 0;
    bottom: 0;
    transform: scale(-1, -1);
}

.sec_mv_wrap .deco_1 {
    position: absolute;
    left: -30px;
    top: -30px;
    display: block;
    width: 320px;
    height: 320px;
    background-image: url(../img/deco_2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_mv_wrap .sec_inner {
    height: 840px;
}

.sec_mv_wrap .sec_ttl {
    position: absolute;
    right: 0;
    top: 220px;
    z-index: 2;
}

.sec_mv_wrap .sec_ttl .ja p {
    padding: 25px 40px;
    width: max-content;
    color: #FFF;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.2;
    background-color: #3583D2;
}

.sec_mv_wrap .sec_ttl .ja p span {
    font-size: 5.0rem;
}

.sec_mv_wrap .sec_ttl .ja p+p {
    margin-top: 30px;
}

.sec_mv_wrap .sec_ttl .en {
    margin-top: 30px;
    color: #FFF;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
}

.sec_mv_wrap .btn_1 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 427px;
    z-index: 2;
}

.sec_mv_wrap .btn_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    display: block;
    width: 242px;
    z-index: 10;
}

@media (max-width: 767px) {
    .sec_mv_wrap {
        background-image: url(../img/mv_bg_1_sp.jpg);
    }

    .sec_mv_wrap::before,
    .sec_mv_wrap::after {
        width: 240px;
        height: 135px;
    }

    .sec_mv_wrap .deco_1 {
        left: -50px;
        top: -50px;
        width: 160px;
        height: 160px;
    }

    .sec_mv_wrap .sec_inner {
        height: 570px;
    }

    .sec_mv_wrap .sec_ttl {
        right: auto;
        left: 0;
        top: 110px;
    }

    .sec_mv_wrap .sec_ttl .ja p {
        padding: 15px 15px;
        font-size: 1.9rem;
    }

    .sec_mv_wrap .sec_ttl .ja p span {
        font-size: 2.4rem;
    }

    .sec_mv_wrap .sec_ttl .ja p+p {
        margin-top: 15px;
    }

    .sec_mv_wrap .sec_ttl .en {
        margin-left: 15px;
        margin-top: 15px;
        font-size: 1.8rem;
    }

    .sec_mv_wrap .btn_1 {
        position: absolute;
        left: 15px;
        width: 230px;
    }
}

/* ---------------------------------------------------- */
/* sec_point_wrap */
/* ---------------------------------------------------- */
.sec_point_wrap {
    padding-top: 130px;
    padding-bottom: 300px;
    background-image: url(../img/bg_1.png);
    background-size: 30px auto;
    background-position: left top;
}

.sec_point_wrap .sec_ttl {
    margin-bottom: 170px;
}

.sec_point_wrap .list_1>ul>li {
    position: relative;
}

.sec_point_wrap .list_1>ul>li+li {
    margin-top: 300px;
}

.sec_point_wrap .list_1 .txt_wrap_1 {
    position: relative;
    padding: 20px;
    width: 730px;
}

.sec_point_wrap .list_1 .txt_wrap_1 .inner_1 {
    padding: 60px;
    border: 8px solid #FFF;
}

.sec_point_wrap .list_1 .bg_1 {
    position: absolute;
}

.sec_point_wrap .list_1 .deco_1 {
    position: absolute;
}

.sec_point_wrap .list_1 .num_1 {
    position: absolute;
    left: 80px;
    top: -100px;
    width: 200px;
}

.sec_point_wrap .list_1 .ttl_1 {
    margin-bottom: 60px;
    font-size: 3.6rem;
    font-weight: 700;
    width: max-content;
}

.sec_point_wrap .list_1 .ttl_1 p {
    padding-bottom: 5px;
    width: max-content;
    border-bottom: 8px solid #333;
}

.sec_point_wrap .list_1 .ttl_1 span {
    font-size: 2.6rem;
}

.sec_point_wrap .list_1 .desc_1 {
    line-height: 2;
}

.sec_point_wrap .list_1 .ul_1>li {
    display: flex;
}

.sec_point_wrap .list_1 .ul_1>li+li {
    margin-top: 35px;
}

.sec_point_wrap .list_1 .ul_1 .ttl {
    flex: none;
    padding-left: 35px;
    width: 170px;
    font-size: 1.8rem;
    font-weight: 700;
    background-image: url(../img/ico_ul_1.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 28px auto;
}

.sec_point_wrap .list_1 .img_1 {
    position: absolute;
    z-index: 2;
}

/* p1 */
.sec_point_wrap .list_1 .p1 .txt_wrap_1 {
    background-color: #FFE2E9;
    transform: translateX(-80px);
}

.sec_point_wrap .list_1 .p1 .ttl_1 p {
    border-color: #FF95AB;
}

.sec_point_wrap .list_1 .p1 .deco_1 {
    right: 30px;
    top: -25px;
    width: 135px;
}

.sec_point_wrap .list_1 .p1 .bg_1 {
    left: -220px;
    top: -150px;
    width: 908px;
}

.sec_point_wrap .list_1 .p1 .img_1 {
    right: -210px;
    top: 60px;
    width: 808px;
}

/* p2 */
.sec_point_wrap .list_1 .p2 {
    margin-top: 300px;
}

.sec_point_wrap .list_1 .p2 .txt_wrap_1 {
    background-color: #F1FFAE;
    transform: translateX(550px);
}

.sec_point_wrap .list_1 .p2 .ttl_1 p {
    border-color: #C5E435;
}

.sec_point_wrap .list_1 .p2 .deco_1 {
    right: 200px;
    top: -5px;
    width: 140px;
}

.sec_point_wrap .list_1 .p2 .bg_1 {
    right: -200px;
    top: -140px;
    width: 1180px;
}

.sec_point_wrap .list_1 .p2 .img_1 {
    left: -210px;
    top: -60px;
    width: 782px;
}

/* p3 */
.sec_point_wrap .list_1 .p3 {
    margin-top: 170px;
}

.sec_point_wrap .list_1 .p3 .txt_wrap_1 {
    background-color: #DCF3FF;
    transform: translateX(-80px);
}

.sec_point_wrap .list_1 .p3 .ttl_1 p {
    border-color: #91D8EB;
}

.sec_point_wrap .list_1 .p3 .deco_1 {
    right: 250px;
    top: 50px;
    width: 158px;
}

.sec_point_wrap .list_1 .p3 .bg_1 {
    left: -240px;
    top: -200px;
    width: 893px;
}

.sec_point_wrap .list_1 .p3 .img_1 {
    right: -210px;
    top: -10px;
    width: 1376px;
}

/* p4 */
.sec_point_wrap .list_1 .p4 {
    margin-top: 340px;
}

.sec_point_wrap .list_1 .p4 .txt_wrap_1 {
    background-color: #E8EBFF;
    transform: translateX(550px);
}

.sec_point_wrap .list_1 .p4 .ttl_1 p {
    border-color: #929EF2;
}

.sec_point_wrap .list_1 .p4 .deco_1 {
    right: 200px;
    top: -100px;
    width: 140px;
}

.sec_point_wrap .list_1 .p4 .bg_1 {
    right: -200px;
    top: -140px;
    width: 1150px;
}

.sec_point_wrap .list_1 .p4 .img_1 {
    left: -210px;
    top: -60px;
    width: 1584px;
}

/* p5 */
.sec_point_wrap .list_1 .p5 {
    margin-top: 250px;
}

.sec_point_wrap .list_1 .p5 .txt_wrap_1 {
    background-color: #FFF3B7;
    transform: translateX(-80px);
}

.sec_point_wrap .list_1 .p5 .ttl_1 p {
    border-color: #FFD500;
}

.sec_point_wrap .list_1 .p5 .deco_1 {
    right: 220px;
    top: 25px;
    width: 100px;
}

.sec_point_wrap .list_1 .p5 .bg_1 {
    left: -250px;
    top: -140px;
    width: 920px;
}

.sec_point_wrap .list_1 .p5 .img_1 {
    right: -210px;
    top: 60px;
    width: 963px;
}

@media (max-width: 767px) {
    .sec_point_wrap {
        padding-top: 80px;
        padding-bottom: 120px;
        background-size: 15px auto;
    }

    .sec_point_wrap .sec_ttl {
        margin-bottom: 50px;
    }

    .sec_point_wrap .list_1 {
        margin: 0 -15px;
    }

    .sec_point_wrap .list_1>ul>li+li {
        margin-top: 120px !important;
    }

    .sec_point_wrap .list_1 .txt_wrap_1 {
        padding: 15px;
        width: auto;
        transform: translate(0) !important;
    }

    .sec_point_wrap .list_1 .txt_wrap_1 .inner_1 {
        padding: 40px 20px 20px;
        border-width: 4px;
    }

    .sec_point_wrap .list_1 .num_1 {
        top: -40px;
        width: 100px;
    }

    .sec_point_wrap .list_1 .ttl_1 {
        margin: 0 auto 30px;
        font-size: 2.0rem;
    }

    .sec_point_wrap .list_1 .ttl_1 p {
        margin: 0 auto;
        border-bottom-width: 4px;
    }

    .sec_point_wrap .list_1 .ttl_1 span {
        font-size: 1.4rem;
    }

    .sec_point_wrap .list_1 .desc_1 {
        font-size: 1.5rem;
    }

    .sec_point_wrap .list_1 .ul_1>li {
        display: block;
    }

    .sec_point_wrap .list_1 .ul_1>li+li {
        margin-top: 25px;
    }

    .sec_point_wrap .list_1 .ul_1 .ttl {
        margin-bottom: 5px;
        padding-left: 30px;
        width: auto;
        background-position: left top 3px;
        background-size: 20px auto;
    }

    .sec_point_wrap .list_1 .ul_1 .desc {
        font-size: 1.5rem;
    }

    .sec_point_wrap .list_1 .img_1 {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin-bottom: -45px;
        width: auto !important;
        z-index: 2;
    }

    .sec_point_wrap .list_1 .deco_1 {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin: -20px auto -80px;
        width: calc(100% - 40px) !important;
    }

    /* p1 */
    .sec_point_wrap .list_1 .p1 .num_1 {
        left: 13px;
    }

    /* p2 */
    .sec_point_wrap .list_1 .p2 .num_1 {
        left: auto;
        right: 13px;
    }

    .sec_point_wrap .list_1 .p2 .num_1 {
        left: auto;
        right: 13px;
    }

    /* p3*/
    .sec_point_wrap .list_1 .p3 .num_1 {
        left: 13px;
    }

    /* p4 */
    .sec_point_wrap .list_1 .p4 .num_1 {
        left: auto;
        right: 13px;
    }

    /* p5*/
    .sec_point_wrap .list_1 .p5 .num_1 {
        left: 13px;
    }
}


/* ---------------------------------------------------- */
/* sec_welcome_wrap */
/* ---------------------------------------------------- */
.sec_welcome_wrap {
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: #7ADB3A;
    background-image: url(../img/deco_3.svg), url(../img/deco_4.svg);
    background-position: left top, right bottom;
    background-size: 550px auto;
    background-repeat: no-repeat;
}

.sec_welcome_wrap .sec_ttl {
    margin: 0 auto 80px;
    width: 800px;
}

.sec_welcome_wrap .box_1 {
    padding: 80px 150px;
    background-color: #FFF;
    border: 4px solid #333;
}

.sec_welcome_wrap .desc_1 {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}

.sec_welcome_wrap .list_1>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -50px;
}

.sec_welcome_wrap .list_1>ul>li {
    margin-bottom: 50px;
    width: calc(33.33% - 20px);
}

.sec_welcome_wrap .list_1 .img {
    margin: 0 auto 20px;
    width: 214px;
}

.sec_welcome_wrap .list_1 .ttl {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.sec_welcome_wrap .list_1 .ttl span {
    color: #F99900;
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .sec_welcome_wrap {
        padding-top: 40px;
        padding-bottom: 50px;
        background-position: left -100px top, right -100px bottom;
        background-size: 200px auto;
    }

    .sec_welcome_wrap .sec_ttl {
        margin: 0 auto 40px;
        width: 290px;
    }

    .sec_welcome_wrap .box_1 {
        padding: 40px 15px;
        border-width: 4px;
    }

    .sec_welcome_wrap .desc_1 {
        margin-bottom: 30px;
        font-size: 1.5rem;
        text-align: justify;
    }

    .sec_welcome_wrap .list_1>ul {
        margin-bottom: -30px;
    }

    .sec_welcome_wrap .list_1>ul>li {
        margin-bottom: 30px;
        width: calc(50% - 8px);
    }

    .sec_welcome_wrap .list_1 .img {
        margin: 0 auto 10px;
        width: auto;
    }

    .sec_welcome_wrap .list_1 .ttl {
        font-size: 1.3rem;
        letter-spacing: 0;
    }

    .sec_welcome_wrap .list_1 .ttl span {
        font-size: 1.5rem;
    }
}

/* ---------------------------------------------------- */
/* sec_flow_wrap */
/* ---------------------------------------------------- */
.sec_flow_wrap {
    padding-top: 130px;
    padding-bottom: 180px;
}

.sec_flow_wrap::before,
.sec_flow_wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 480px;
    height: 270px;
    background-image: url(../img/deco_1_b.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_flow_wrap::before {
    left: 0;
    top: 0;
}

.sec_flow_wrap::after {
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
}

.sec_flow_wrap .sec_ttl {
    margin-bottom: 110px;
}

.sec_flow_wrap .list_1 {
    position: relative;
}

.sec_flow_wrap .list_1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 20px;
    background-color: #F99900;
}

.sec_flow_wrap .list_1>ul {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.sec_flow_wrap .list_1>ul>li {
    position: relative;
    flex: none;
    padding: 40px;
    width: 280px;
    background-color: #FFF;
    border: 2px solid #333;
}

.sec_flow_wrap .list_1 .num {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #35B5D2;
}

.sec_flow_wrap .list_1 .num::before,
.sec_flow_wrap .list_1 .num::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 50px 0;
    border-color: transparent #35B5D2 transparent transparent;
}

.sec_flow_wrap .list_1 .num::before {
    left: -10px;
}

.sec_flow_wrap .list_1 .num::after {
    right: -10px;
    transform: scale(-1, 1);
}

.sec_flow_wrap .list_1 .img {
    margin: 0 auto 25px;
    width: 186px;
}

@media (max-width: 767px) {
    .sec_flow_wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sec_flow_wrap::before,
    .sec_flow_wrap::after {
        width: 240px;
        height: 135px;
    }

    .sec_flow_wrap .sec_ttl {
        margin-bottom: 70px;
    }

    .sec_flow_wrap .list_1::before {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 20px;
        height: 100%;
    }

    .sec_flow_wrap .list_1>ul {
        display: block;
        margin: 0 auto;
        width: 270px;
    }

    .sec_flow_wrap .list_1>ul>li {
        padding: 40px 10px 30px;
        width: auto;
    }

    .sec_flow_wrap .list_1>ul>li+li {
        margin-top: 60px;
    }

    .sec_flow_wrap .list_1 .img {
        margin: 0 auto 15px;
        width: 160px;
    }

    .sec_flow_wrap .list_1 .ttl {
        font-size: 1.5rem;
        text-align: center;
    }

}

/* ---------------------------------------------------- */
/* sec_interview_ttl_wrap */
/* ---------------------------------------------------- */
.sec_interview_ttl_wrap {
    background-image: url(../img/bg_3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #D6F7FF;
}

.sec_interview_ttl_wrap::before,
.sec_interview_ttl_wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 630px;
    height: 470px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/deco_11.svg);
}

.sec_interview_ttl_wrap::before {
    left: 0;
    top: 0;
}

.sec_interview_ttl_wrap::after {
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
}

.sec_interview_ttl_wrap .sec_inner {
    height: 540px;
}

.sec_interview_ttl_wrap .sec_inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #35B5D2;
    opacity: 0.75;
}

.sec_interview_ttl_wrap .sec_inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: calc(100% - 30px);
    border-top: 8px solid #FFF;
    border-bottom: 8px solid #FFF;
}

.sec_interview_ttl_wrap .img_1 {
    position: absolute;
    left: calc(50% + 60px);
    bottom: 0;
    width: 618px;
    z-index: 2;
}

.sec_interview_ttl_wrap .ttl_1 {
    position: absolute;
    left: calc(50% - 620px);
    bottom: 0;
    width: 912px;
}

@media (max-width: 767px) {
    .sec_interview_ttl_wrap {
        background-image: none;
    }

    .sec_interview_ttl_wrap::before,
    .sec_interview_ttl_wrap::after {
        display: none;
    }

    .sec_interview_ttl_wrap .sec_inner {
        height: auto;
    }

    .sec_interview_ttl_wrap .sec_inner::before,
    .sec_interview_ttl_wrap .sec_inner::after {
        display: none;
    }

    .sec_interview_ttl_wrap .img_1 {
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
        background-color: #FFF;
    }

    .sec_interview_ttl_wrap .ttl_1 {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -130px auto 0;
        width: 100%;
        z-index: 3;
    }
}

/* ---------------------------------------------------- */
/* sec_interview_wrap */
/* ---------------------------------------------------- */
.sec_interview_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #D6F7FF;
}

.sec_interview_wrap .ttl_1 {
    margin: 0 auto 50px;
    width: max-content;
    color: #22A7C5;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 8px solid #FFF;
}

.sec_interview_wrap .desc_1 {
    margin-bottom: 70px;
    font-size: 1.8rem;
    line-height: 2;
}

.sec_interview_wrap .interview_wrap_1 {
    padding: 70px 50px;
    background-color: #FFF;
}

.sec_interview_wrap .interview_wrap_1 .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_interview_wrap .interview_wrap_1 .clms_wrap_1+.clms_wrap_1 {
    margin-top: 40px;
}

.sec_interview_wrap .interview_wrap_1>.clms_wrap_1>.clm_wrap:nth-of-type(2) {
    flex: none;
    width: 635px;
}

.sec_interview_wrap .interview_wrap_1>.clms_wrap_1:nth-of-type(odd)>.clm_wrap:nth-of-type(2) {
    order: -1;
}

.sec_interview_wrap .interview_wrap_1 .img {
    width: 635px;
}

.sec_interview_wrap .interview_wrap_1>.clms_wrap_1:nth-of-type(odd) .img {
    margin-right: -210px;
}

.sec_interview_wrap .interview_wrap_1>.clms_wrap_1:nth-of-type(even) .img {
    margin-left: -210px;
}

.sec_interview_wrap .interview_wrap_1 .qa dt {
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 15px;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: justify;
    line-height: 2;
    background-color: #35B5D2;
}

.sec_interview_wrap .interview_wrap_1 .qa dt::before {
    flex: none;
    content: "";
    display: block;
    margin-right: 15px;
    width: 70px;
    height: 65px;
    background-image: url(../img/ico_q_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sec_interview_wrap .interview_wrap_1 .qa dd+dt {
    margin-top: 40px;
}

.sec_interview_wrap .interview_wrap_1 .qa dd {
    margin-top: 20px;
    padding-left: 100px;
}

.sec_interview_wrap .interview_wrap_1 .qa .desc {
    line-height: 2;
}

@media (max-width: 767px) {
    .sec_interview_wrap {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .sec_interview_wrap .ttl_1 {
        margin: 0 auto 30px;
        font-size: 2.4rem;
        border-bottom-width: 4px;
    }

    .sec_interview_wrap .desc_1 {
        margin-bottom: 50px;
        font-size: 1.7rem;
    }

    .sec_interview_wrap .interview_wrap_1 {
        padding: 30px 15px;
    }

    .sec_interview_wrap .interview_wrap_1 .clms_wrap_1 {
        display: block;
    }

    .sec_interview_wrap .interview_wrap_1 .clms_wrap_1+.clms_wrap_1 {
        margin-top: 30px;
    }

    .sec_interview_wrap .interview_wrap_1>.clms_wrap_1>.clm_wrap:nth-of-type(2) {
        width: auto;
    }

    .sec_interview_wrap .interview_wrap_1>.clms_wrap_1:nth-of-type(odd)>.clm_wrap:nth-of-type(2) {
        order: -1;
    }

    .sec_interview_wrap .interview_wrap_1 .img {
        margin-bottom: 10px;
        width: calc(100% + 80px);
    }

    .sec_interview_wrap .interview_wrap_1>.clms_wrap_1:nth-of-type(odd) .img {
        margin-right: -80px;
    }

    .sec_interview_wrap .interview_wrap_1>.clms_wrap_1:nth-of-type(even) .img {
        margin-left: -80px;
    }

    .sec_interview_wrap .interview_wrap_1 .qa dt {
        padding: 15px 15px 15px 10px;
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .sec_interview_wrap .interview_wrap_1 .qa dt::before {
        margin-right: 10px;
        width: 35px;
        height: 32px;
    }

    .sec_interview_wrap .interview_wrap_1 .qa dd+dt {
        margin-top: 30px;
    }

    .sec_interview_wrap .interview_wrap_1 .qa dd {
        margin-top: 15px;
        padding-left: 0;
    }


    .sec_interview_wrap .interview_wrap_1 .qa .desc {
        font-size: 1.5rem;
    }
}

/* ---------------------------------------------------- */
/* sec_about_wrap */
/* ---------------------------------------------------- */
.sec_about_wrap {
    padding-top: 130px;
    padding-bottom: 100px;
    background-image: url(../img/bg_1.png);
    background-size: 30px auto;
    background-position: left top;
}

.sec_about_wrap::before,
.sec_about_wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 480px;
    height: 270px;
    background-image: url(../img/deco_1_b.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_about_wrap::before {
    left: 0;
    top: 0;
}

.sec_about_wrap::after {
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
}

.sec_about_wrap .ttl_1 {
    margin: 0 auto 20px;
    width: 414px;
}

.sec_about_wrap .sec_ttl {
    margin-bottom: 30px;
}

.sec_about_wrap .list_1>ul>li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_about_wrap .list_1>ul>li+li {
    margin-top: -40px;
}

.sec_about_wrap .list_1 .img {
    flex: none;
    width: 398px;
}

.sec_about_wrap .list_1 .desc {
    position: relative;
    padding: 50px;
    width: 780px;
    color: #FFF;
    font-size: 1.8rem;
    border-radius: 24px;
}

.sec_about_wrap .list_1 .desc::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
}

.sec_about_wrap .list_1>ul>li:nth-child(even) .desc {
    order: -1;
}

.sec_about_wrap .list_1>ul>li:nth-child(odd) .desc::after {
    left: -19px;
    transform: translateY(-50%);
}

.sec_about_wrap .list_1>ul>li:nth-child(even) .desc::after {
    right: -19px;
    transform: translateY(-50%) scale(-1, 1);
}


.sec_about_wrap .list_1>ul>li:nth-child(1) .desc {
    background-color: #FF95AB;
}

.sec_about_wrap .list_1>ul>li:nth-child(1) .desc::after {
    border-color: transparent #FF95AB transparent transparent;
}

.sec_about_wrap .list_1>ul>li:nth-child(2) .desc {
    background-color: #C5E435;
}

.sec_about_wrap .list_1>ul>li:nth-child(2) .desc::after {
    border-color: transparent #C5E435 transparent transparent;
}

.sec_about_wrap .list_1>ul>li:nth-child(3) .desc {
    background-color: #91D8EB;
}

.sec_about_wrap .list_1>ul>li:nth-child(3) .desc::after {
    border-color: transparent #91D8EB transparent transparent;
}

.sec_about_wrap .list_1>ul>li:nth-child(4) .desc {
    background-color: #929EF2;
}

.sec_about_wrap .list_1>ul>li:nth-child(4) .desc::after {
    border-color: transparent #929EF2 transparent transparent;
}

.sec_about_wrap .list_1>ul>li:nth-child(5) .desc {
    background-color: #FFD500;
}

.sec_about_wrap .list_1>ul>li:nth-child(5) .desc::after {
    border-color: transparent #FFD500 transparent transparent;
}

.sec_about_wrap .list_1>ul>li:nth-child(6) .desc {
    background-color: #35B5D2;
}

.sec_about_wrap .list_1>ul>li:nth-child(6) .desc::after {
    border-color: transparent #35B5D2 transparent transparent;
}

@media (max-width: 767px) {
    .sec_about_wrap {
        padding-top: 75px;
        padding-bottom: 75px;
        background-size: 15px auto;
    }

    .sec_about_wrap::before,
    .sec_about_wrap::after {
        width: 240px;
        height: 135px;
    }

    .sec_about_wrap .ttl_1 {
        width: 240px;
    }

    .sec_about_wrap .sec_ttl {
        margin-bottom: 30px;
    }

    .sec_about_wrap .list_1 {
        margin: 0 -15px;
    }

    .sec_about_wrap .list_1>ul>li+li {
        margin-top: 20px;
    }

    .sec_about_wrap .list_1>ul>li:nth-child(odd) {
        justify-content: flex-start;
    }

    .sec_about_wrap .list_1>ul>li:nth-child(even) {
        justify-content: flex-end;
    }

    .sec_about_wrap .list_1 .img {
        position: relative;
        width: 375px;
        z-index: 2;
    }

    .sec_about_wrap .list_1 .desc {
        position: absolute;
        top: 0;
        padding: 20px;
        width: 245px;
        font-size: 1.6rem;
        border-radius: 12px;
    }

    .sec_about_wrap .list_1 .desc::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: -19px;
        left: 45% !important;
        right: auto !important;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 0;
    }

    .sec_about_wrap .list_1>ul>li:nth-child(odd) .desc {
        left: 120px;
    }

    .sec_about_wrap .list_1>ul>li:nth-child(even) .desc {
        right: 120px;
    }

    .sec_about_wrap .list_1>ul>li:nth-child(odd) .desc::after {
        transform: translateY(0%);
    }

    .sec_about_wrap .list_1>ul>li:nth-child(even) .desc::after {
        transform: translateY(0%) scale(-1, 1);
    }


    .sec_about_wrap .list_1>ul>li:nth-child(1) .desc::after {
        border-color: #FF95AB transparent transparent transparent;
    }

    .sec_about_wrap .list_1>ul>li:nth-child(2) .desc::after {
        border-color: #C5E435 transparent transparent transparent;
    }

    .sec_about_wrap .list_1>ul>li:nth-child(3) .desc::after {
        border-color: #91D8EB transparent transparent transparent;
    }

    .sec_about_wrap .list_1>ul>li:nth-child(4) .desc::after {
        border-color: #929EF2 transparent transparent transparent;
    }

    .sec_about_wrap .list_1>ul>li:nth-child(5) .desc::after {
        border-color: #FFD500 transparent transparent transparent;
    }

    .sec_about_wrap .list_1>ul>li:nth-child(6) .desc::after {
        border-color: #35B5D2 transparent transparent transparent;
    }
}

/* ---------------------------------------------------- */
/* sec_cv_wrap */
/* ---------------------------------------------------- */
.sec_cv_wrap {
    padding-top: 110px;
    padding-bottom: 80px;
    background-image: url(../img/cv_bg_1.jpg);
    background-position: center;
    background-size: cover;
}

.sec_cv_wrap .sec_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    height: 110px;
    font-size: 4.2rem;
    font-weight: 700;
    text-align: center;
    background-image: url(../img/deco_8.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sec_cv_wrap .box_1 {
    position: relative;
    margin: 0 auto;
    padding: 50px;
    width: 1000px;
    background-color: rgba(255, 255, 255, 0.6);
}

.sec_cv_wrap .box_1::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -110px;
    width: 337px;
    height: 206px;
    background-image: url(../img/cv_deco_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.sec_cv_wrap .ttl_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.sec_cv_wrap .ttl_1::before,
.sec_cv_wrap .ttl_1::after {
    content: "";
    display: block;
    margin: 0 10px;
    width: 3px;
    height: 20px;
    background-color: #333;
}

.sec_cv_wrap .ttl_1::before {
    transform: rotate(-20deg);
}

.sec_cv_wrap .ttl_1::after {
    transform: rotate(20deg);
}

.sec_cv_wrap .nav_1>ul {
    display: flex;
    justify-content: center;
}

.sec_cv_wrap .nav_1>ul>li {
    width: 380px;
}

.sec_cv_wrap .nav_1>ul>li+li {
    margin-left: 20px;
}

.sec_cv_wrap .nav_1 a {
    display: block;
}

.sec_cv_wrap .img_1 {
    position: absolute;
    left: -150px;
    bottom: -80px;
    width: 471px;
}

@media (max-width: 767px) {
    .sec_cv_wrap {
        padding-top: 70px;
        padding-bottom: 120px;
    }

    .sec_cv_wrap .sec_ttl {
        margin-bottom: 10px;
        height: 100px;
        font-size: 3.0rem;
        background-image: url(../img/deco_8_sp.svg);
    }

    .sec_cv_wrap .box_1 {
        padding: 30px 20px;
        width: auto;
    }

    .sec_cv_wrap .box_1::after {
        right: -15px;
        bottom: -110px;
        width: 168px;
        height: 103px;
    }


    .sec_cv_wrap .ttl_1 {
        margin-bottom: 30px;
        font-size: 1.7rem;
    }

    .sec_cv_wrap .ttl_1::before,
    .sec_cv_wrap .ttl_1::after {
        content: "";
        display: block;
        margin: 0 10px;
        width: 3px;
        height: 20px;
        background-color: #333;
    }

    .sec_cv_wrap .ttl_1::before {
        transform: rotate(-20deg);
    }

    .sec_cv_wrap .ttl_1::after {
        transform: rotate(20deg);
    }

    .sec_cv_wrap .nav_1>ul {
        display: block;
    }

    .sec_cv_wrap .nav_1>ul>li {
        width: auto;
    }

    .sec_cv_wrap .nav_1>ul>li+li {
        margin-left: 0;
        margin-top: 15px;
    }

    .sec_cv_wrap .img_1 {
        left: -15px;
        bottom: -120px;
        width: 375px;
    }

}

/* ---------------------------------------------------- */
/* sec_staff_wrap */
/* ---------------------------------------------------- */
.sec_staff_wrap {
    padding-top: 200px;
    padding-bottom: 150px;
}

.sec_staff_wrap .sec_ttl {
    margin-bottom: 100px;
}

.sec_staff_wrap .nav_1>ul {
    display: flex;
    justify-content: center;
}

.sec_staff_wrap .nav_1>ul>li {
    width: 25%;
    background-image: url(../img/staff_bg_1.svg);
    background-position: center;
    background-size: cover;
}

.sec_staff_wrap .nav_1>ul>li:nth-child(1) {
    background-color: #929EF2;
}

.sec_staff_wrap .nav_1>ul>li:nth-child(2) {
    background-color: #C5E435;
}

.sec_staff_wrap .nav_1>ul>li:nth-child(3) {
    background-color: #FF95AB;
}

.sec_staff_wrap .nav_1>ul>li:nth-child(4) {
    background-color: #FFD500;
}

.sec_staff_wrap .nav_1 a {
    position: relative;
    display: block;
    padding: 70px 10px;
    height: 100%;
}

.sec_staff_wrap .nav_1 .img {
    margin: 0 auto 35px;
    max-width: 300px;
    width: 100%;
}

.sec_staff_wrap .nav_1 .ttl {
    color: #FFF;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}

.sec_staff_wrap .nav_1 .ico {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: block;
    width: 95px;
    height: 95px;
    background-color: #35B5D2;
    border-radius: 50%;
    z-index: 10;
}

.sec_staff_wrap .nav_1 .ico::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    transform: translate(-50%, -15px) rotate(135deg);
    transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .sec_staff_wrap {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .sec_staff_wrap .sec_ttl {
        margin-bottom: 40px;
    }

    .sec_staff_wrap .nav_1>ul {
        flex-wrap: wrap;
        margin-bottom: -30px;
    }

    .sec_staff_wrap .nav_1>ul>li {
        margin-bottom: 30px;
        width: 50%;
    }


    .sec_staff_wrap .nav_1 a {
        position: relative;
        display: block;
        padding: 25px 10px 30px;
        height: 100%;
    }

    .sec_staff_wrap .nav_1 .img {
        margin: 0 auto 15px;
        max-width: 80%;
    }

    .sec_staff_wrap .nav_1 .ttl {
        font-size: 1.5rem;
    }

    .sec_staff_wrap .nav_1 .ico {
        width: 40px;
        height: 40px;
    }

    .sec_staff_wrap .nav_1 .ico::before {
        width: 16px;
        height: 16px;
        transform: translate(-50%, -10px) rotate(135deg);
    }
}


/* ---------------------------------------------------- */
/* sec_ttl_wrap */
/* ---------------------------------------------------- */
.sec_ttl_wrap {
    margin-top: 180px;
    background-image: url(../img/bg_3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_ttl_wrap::before,
.sec_ttl_wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 630px;
    height: 470px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_ttl_wrap::before {
    left: 0;
    top: 0;
}

.sec_ttl_wrap::after {
    right: 0;
    bottom: 0;
    transform: scale(-1, -1);
}

.sec_ttl_wrap .sec_inner {
    height: 540px;
}

.sec_ttl_wrap .sec_inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
}

.sec_ttl_wrap .sec_inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    height: calc(100% - 30px);
    border-top: 8px solid #FFF;
    border-bottom: 8px solid #FFF;
}

.sec_ttl_wrap .img_1 {
    position: absolute;
    left: calc(50% + 140px);
    bottom: 0;
    width: 647px;
    z-index: 2;
}

.sec_ttl_wrap .ttl_1 {
    position: absolute;
    left: calc(50% - 720px);
    bottom: 0;
    width: 1032px;
}

@media (max-width: 767px) {
    .sec_ttl_wrap {
        margin-top: 20px;
        background-image: none;
    }

    .sec_ttl_wrap::before,
    .sec_ttl_wrap::after {
        display: none;
    }

    .sec_ttl_wrap .sec_inner {
        height: auto;
    }

    .sec_ttl_wrap .sec_inner::before,
    .sec_ttl_wrap .sec_inner::after {
        display: none;
    }

    .sec_ttl_wrap .img_1 {
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
        background-color: #FFF;
    }

    .sec_ttl_wrap .ttl_1 {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -70px auto 0;
        width: calc(100% - 30px);
        z-index: 3;
    }
}


/* ---------------------------------------------------- */
/* sec_qa_wrap */
/* ---------------------------------------------------- */
.sec_qa_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
}

.sec_qa_wrap .qa_wrap_1 {
    padding: 70px 50px;
    background-color: #FFF;
}

.sec_qa_wrap .qa_wrap_1 .clms_wrap_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_qa_wrap .qa_wrap_1 .clms_wrap_1+.clms_wrap_1 {
    margin-top: 40px;
}

.sec_qa_wrap .qa_wrap_1>.clms_wrap_1>.clm_wrap:nth-of-type(2) {
    flex: none;
    width: 635px;
}

.sec_qa_wrap .qa_wrap_1>.clms_wrap_1:nth-of-type(odd)>.clm_wrap:nth-of-type(2) {
    order: -1;
}

.sec_qa_wrap .qa_wrap_1 .img {
    width: 635px;
}

.sec_qa_wrap .qa_wrap_1>.clms_wrap_1:nth-of-type(odd) .img {
    margin-right: -210px;
}

.sec_qa_wrap .qa_wrap_1>.clms_wrap_1:nth-of-type(even) .img {
    margin-left: -210px;
}

.sec_qa_wrap .qa_wrap_1 .qa dt {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: justify;
    line-height: 2;
}

.sec_qa_wrap .qa_wrap_1 .qa dt::before {
    flex: none;
    content: "";
    display: block;
    margin-right: 15px;
    width: 70px;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sec_qa_wrap .qa_wrap_1 .qa dd+dt {
    margin-top: 40px;
}

.sec_qa_wrap .qa_wrap_1 .qa dt span {
    flex: auto;
    display: block;
    width: auto;
    border-bottom: 4px solid #000;
}

.sec_qa_wrap .qa_wrap_1 .qa dd {
    margin-top: 20px;
    padding-left: 90px;
}

.sec_qa_wrap .qa_wrap_1 .qa .desc {
    line-height: 2;
}

@media (max-width: 767px) {
    .sec_qa_wrap {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .sec_qa_wrap .qa_wrap_1 {
        padding: 30px 15px;
    }

    .sec_qa_wrap .qa_wrap_1 .clms_wrap_1 {
        display: block;
    }

    .sec_qa_wrap .qa_wrap_1 .clms_wrap_1+.clms_wrap_1 {
        margin-top: 30px;
    }

    .sec_qa_wrap .qa_wrap_1>.clms_wrap_1>.clm_wrap:nth-of-type(2) {
        width: auto;
    }

    .sec_qa_wrap .qa_wrap_1>.clms_wrap_1:nth-of-type(odd)>.clm_wrap:nth-of-type(2) {
        order: -1;
    }

    .sec_qa_wrap .qa_wrap_1 .img {
        margin-bottom: 10px;
        width: calc(100% + 80px);
    }

    .sec_qa_wrap .qa_wrap_1>.clms_wrap_1:nth-of-type(odd) .img {
        margin-right: -80px;
    }

    .sec_qa_wrap .qa_wrap_1>.clms_wrap_1:nth-of-type(even) .img {
        margin-left: -80px;
    }

    .sec_qa_wrap .qa_wrap_1 .qa dt {
        padding: 15px 15px 15px 10px;
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .sec_qa_wrap .qa_wrap_1 .qa dt::before {
        margin-right: 10px;
        width: 35px;
        height: 32px;
    }

    .sec_qa_wrap .qa_wrap_1 .qa dd+dt {
        margin-top: 30px;
    }

    .sec_qa_wrap .qa_wrap_1 .qa dd {
        margin-top: 15px;
        padding-left: 0;
    }


    .sec_qa_wrap .qa_wrap_1 .qa .desc {
        font-size: 1.5rem;
    }
}

/* ---------------------------------------------------- */
/* sec_message_wrap */
/* ---------------------------------------------------- */
.sec_message_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/bg_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_message_wrap .box_1 {
    position: relative;
    margin: 0 auto;
    padding: 0 150px 50px;
    width: 1000px;
    background-color: #FFF;
}

.sec_message_wrap .box_1::before,
.sec_message_wrap .box_1::after {
    content: "";
    position: absolute;
    display: block;
    width: 180px;
    height: 108px;
    background-image: url(../img/deco_9.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_message_wrap .box_1::before {
    left: -100px;
    bottom: -50px;
}

.sec_message_wrap .box_1::after {
    right: -100px;
    top: -50px;
}

.sec_message_wrap .sec_ttl {
    margin: 0 auto;
    width: 500px;
    transform: translateY(-20px);
}

.sec_message_wrap .desc_1 {
    line-height: 2;
}

.sec_message_wrap .img {
    position: absolute;
    top: -70px;
    width: 178px;
    z-index: 2;
}

.sec_message_wrap .img_1 {
    right: 0;
}

.sec_message_wrap .img_2 {
    left: 0;
}

@media (max-width: 767px) {
    .sec_message_wrap {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .sec_message_wrap .box_1 {
        padding: 0 10px 20px;
        width: auto;
    }

    .sec_message_wrap .box_1::before,
    .sec_message_wrap .box_1::after {
        width: 90px;
        height: 54px;
    }

    .sec_message_wrap .box_1::before {
        left: -10px;
        top: -60px;
        bottom: auto;
    }

    .sec_message_wrap .box_1::after {
        right: -10px;
        top: -60px;
    }

    .sec_message_wrap .sec_ttl {
        margin: 0 auto;
        width: 100%;
        max-width: 320px;
    }

    .sec_message_wrap .desc_1 {
        margin-top: -10px;
        padding: 0 50px;
        line-height: 2;
    }

    .sec_message_wrap .img {
        position: absolute;
        top: 50px;
        width: 80px;
    }

    .sec_message_wrap .img_1 {
        right: -20px;
    }

    .sec_message_wrap .img_2 {
        left: -20px;
    }
}


/* ---------------------------------------------------- */
/* sec_schedule_wrap */
/* ---------------------------------------------------- */
.sec_schedule_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: 277px auto;
}

.sec_schedule_wrap::before {
    content: "";
    position: absolute;
    left: 65%;
    top: 100px;
    width: 355px;
    height: 212px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_schedule_wrap .sec_ttl {
    margin: 0 auto 80px;
    width: max-content;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 8px solid #FFD500;
}

.sec_schedule_wrap .sec_ttl::before {
    content: "";
    display: block;
    margin-bottom: 20px;
    height: 80px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 767px) {
    .sec_schedule_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 130px auto;
    }

    .sec_schedule_wrap::before {
        left: 50%;
        top: 50px;
        width: 200px;
        height: 130px;
    }

    .sec_schedule_wrap .sec_ttl {
        margin: 0 auto 40px;
        font-size: 3.0rem;
        border-bottom-width: 4px;
    }

    .sec_schedule_wrap .sec_ttl::before {
        margin-bottom: 10px;
        height: 50px;
    }
}

/* ---------------------------------------------------- */
/* sec_curriculum_wrap */
/* ---------------------------------------------------- */
.sec_curriculum_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec_curriculum_wrap::before {
    content: "";
    position: absolute;
    left: 60%;
    top: 100px;
    width: 520px;
    height: 160px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_curriculum_wrap .sec_ttl {
    margin: 0 auto 80px;
    width: max-content;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 8px solid #FFD500;
}

.sec_curriculum_wrap .sec_ttl::before {
    content: "";
    display: block;
    margin-bottom: 20px;
    height: 80px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_curriculum_wrap .list_1>ul {
    display: flex;
    justify-content: center;
    margin-right: -30px;
}

.sec_curriculum_wrap .list_1>ul>li {
    position: relative;
    margin-right: 30px;
    padding: 60px 50px;
    width: 550px;
    background-color: #FFF;
    border-radius: 24px;
}

.sec_curriculum_wrap .list_1>ul>li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px dotted #929EF2;
    border-radius: 20px;
}


.sec_curriculum_wrap .list_1 .ttl {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 700;
    height: 86px;
    background-image: url(../img/staff_1/ico_3.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec_curriculum_wrap .list_1 .desc {
    line-height: 2;
}

@media (max-width: 767px) {
    .sec_curriculum_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec_curriculum_wrap::before {
        left: 30%;
        top: 20px;
        width: 250px;
        height: 130px;
    }

    .sec_curriculum_wrap .sec_ttl {
        margin: 0 auto 60px;
        font-size: 3.0rem;
        border-bottom-width: 4px;
    }

    .sec_curriculum_wrap .sec_ttl::before {
        margin-bottom: 10px;
        height: 50px;
    }

    .sec_curriculum_wrap .list_1>ul {
        display: block;
        margin-right: 0;
    }

    .sec_curriculum_wrap .list_1>ul>li {
        margin-right: 0;
        padding: 40px 20px 30px;
        width: auto;
        border-radius: 12px;
    }

    .sec_curriculum_wrap .list_1>ul>li+li {
        margin-top: 60px;
    }

    .sec_curriculum_wrap .list_1>ul>li::before {
        left: 5px;
        top: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border-radius: 10px;
    }


    .sec_curriculum_wrap .list_1 .ttl {
        color: #FFF;
        font-size: 1.8rem;
        height: 50px;
    }

    .sec_curriculum_wrap .list_1 .desc {
        font-size: 1.5rem;
    }
}



/* ---------------------------------------------------- */
/* sec_overview_wrap */
/* ---------------------------------------------------- */
.sec_overview_wrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/bg_1.png);
    background-size: 30px auto;
    background-position: left top;
}

.sec_overview_wrap .sec_ttl {
    margin: 0 auto 70px;
    width: max-content;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 8px solid #FFD500;
}

.sec_overview_wrap .sec_ttl::before {
    content: "";
    display: block;
    margin-bottom: 20px;
    height: 100px;
    background-image: url(../img/ico_doc_1.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.sec_overview_wrap .list_1 {
    padding: 8px;
    background-color: #FFF;
    border: 8px solid #35B5D2;
}

.sec_overview_wrap .list_1 table {
    width: 100%;
}

.sec_overview_wrap .list_1 th {
    padding: 10px 70px;
    width: 400px;
    color: #FFF;
    font-weight: 700;
    vertical-align: middle;
    background-color: #35B5D2;
    border-bottom: 1px solid #FFF;
}

.sec_overview_wrap .list_1 td {
    padding: 10px 70px;
    border-bottom: 1px solid #D6D6D6;
}

.sec_overview_wrap .list_1>table>tbody>tr:last-of-type tr,
.sec_overview_wrap .list_1>table>tbody>tr:last-of-type td {
    border-bottom: none
}

@media (max-width: 767px) {
    .sec_overview_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
        background-size: 15px auto;
    }

    .sec_overview_wrap .sec_ttl {
        margin: 0 auto 30px;
        font-size: 2.5rem;
        border-bottom-width: 4px;
    }

    .sec_overview_wrap .sec_ttl::before {
        margin-bottom: 10px;
        height: 60px;
    }

    .sec_overview_wrap .list_1 {
        margin: 0 -15px;
        padding: 4px;
    }

    .sec_overview_wrap .list_1 table,
    .sec_overview_wrap .list_1 tbody,
    .sec_overview_wrap .list_1 tr,
    .sec_overview_wrap .list_1 th,
    .sec_overview_wrap .list_1 td {
        display: block;
    }

    .sec_overview_wrap .list_1 th {
        padding: 10px 10px;
        width: auto;
        font-size: 1.7rem;
        text-align: center;
        border-bottom: none;
    }

    .sec_overview_wrap .list_1 td {
        padding: 10px 10px;
        font-size: 1.5rem;
        border-bottom: none;
    }

    .sec_overview_wrap .list_1>table>tbody>tr:last-of-type tr,
    .sec_overview_wrap .list_1>table>tbody>tr:last-of-type td {
        border-bottom: none
    }
}

/* ---------------------------------------------------- */
/* staff_1 */
/* ---------------------------------------------------- */

.staff_1 .sec_ttl_wrap {
    background-color: #E8EBFF;
}

.staff_1 .sec_ttl_wrap::before,
.staff_1 .sec_ttl_wrap::after {
    background-image: url(../img/staff_1/deco_1.svg);
}

.staff_1 .sec_ttl_wrap .sec_inner::before {
    background-color: #929EF2;
}

.staff_1 .sec_qa_wrap {
    background-color: #E8EBFF;
}

.staff_1 .sec_qa_wrap .qa_wrap_1 .qa dt::before {
    background-image: url(../img/staff_1/ico_1.svg);
}

.staff_1 .sec_qa_wrap .qa_wrap_1 .qa dt span {
    border-color: #929EF2;
}

.staff_1 .sec_message_wrap {
    background-color: #929EF2;
}

.staff_1 .sec_schedule_wrap {
    background-image: url(../img/staff_1/bg_1.svg);
}

.staff_1 .sec_schedule_wrap::before {
    background-image: url(../img/staff_1/txt_2.svg);
}

.staff_1 .sec_schedule_wrap .sec_ttl::before {
    background-image: url(../img/staff_1/ico_4.svg);
}

.staff_1 .sec_curriculum_wrap::before {
    background-image: url(../img/staff_1/txt_1.svg);
}

.staff_1 .sec_curriculum_wrap {
    background-color: #E8EBFF;
}

.staff_1 .sec_curriculum_wrap .sec_ttl::before {
    background-image: url(../img/staff_1/ico_2.svg);
}

.staff_1 .sec_curriculum_wrap .list_1>ul>li::before {
    border-color: #929EF2;
}

.staff_1 .sec_curriculum_wrap .list_1 .ttl {
    background-image: url(../img/staff_1/ico_3.svg);
}

/* ---------------------------------------------------- */
/* staff_2 */
/* ---------------------------------------------------- */
.staff_2 .sec_ttl_wrap {
    background-color: #F7FFD4;
}

.staff_2 .sec_ttl_wrap::before,
.staff_2 .sec_ttl_wrap::after {
    background-image: url(../img/staff_2/deco_1.svg);
}

.staff_2 .sec_ttl_wrap .sec_inner::before {
    background-color: #C5E435;
}

.staff_2 .sec_qa_wrap {
    background-color: #F7FFD4;
}

.staff_2 .sec_qa_wrap .qa_wrap_1 .qa dt::before {
    background-image: url(../img/staff_2/ico_1.svg);
}

.staff_2 .sec_qa_wrap .qa_wrap_1 .qa dt span {
    border-color: #C5E435;
}

.staff_2 .sec_message_wrap {
    background-color: #C5E435;
}

.staff_2 .sec_schedule_wrap {
    background-image: url(../img/staff_2/bg_1.svg);
}

.staff_2 .sec_schedule_wrap::before {
    background-image: url(../img/staff_2/txt_2.svg);
}

.staff_2 .sec_schedule_wrap .sec_ttl::before {
    background-image: url(../img/staff_2/ico_4.svg);
}

.staff_2 .sec_curriculum_wrap {
    background-color: #F7FFD4;
}

.staff_2 .sec_curriculum_wrap::before {
    background-image: url(../img/staff_2/txt_1.svg);
}

.staff_2 .sec_curriculum_wrap .sec_ttl::before {
    background-image: url(../img/staff_2/ico_2.svg);
}

.staff_2 .sec_curriculum_wrap .list_1>ul>li::before {
    border-color: #C5E435;
}

.staff_2 .sec_curriculum_wrap .list_1 .ttl {
    background-image: url(../img/staff_2/ico_3.svg);
}


/* ---------------------------------------------------- */
/* staff_3 */
/* ---------------------------------------------------- */
.staff_3 .sec_ttl_wrap {
    background-color: #FFEFF2;
}

.staff_3 .sec_ttl_wrap::before,
.staff_3 .sec_ttl_wrap::after {
    background-image: url(../img/staff_3/deco_1.svg);
}

.staff_3 .sec_ttl_wrap .sec_inner::before {
    background-color: #FF95AB;
}

.staff_3 .sec_qa_wrap {
    background-color: #FFEFF2;
}

.staff_3 .sec_qa_wrap .qa_wrap_1 .qa dt::before {
    background-image: url(../img/staff_3/ico_1.svg);
}

.staff_3 .sec_qa_wrap .qa_wrap_1 .qa dt span {
    border-color: #FF95AB;
}

.staff_3 .sec_message_wrap {
    background-color: #FF95AB;
}

.staff_3 .sec_schedule_wrap {
    background-image: url(../img/staff_3/bg_1.svg);
}

.staff_3 .sec_schedule_wrap::before {
    background-image: url(../img/staff_3/txt_2.svg);
}

.staff_3 .sec_schedule_wrap .sec_ttl::before {
    background-image: url(../img/staff_3/ico_4.svg);
}

.staff_3 .sec_curriculum_wrap {
    background-color: #FFEFF2;
}

.staff_3 .sec_curriculum_wrap::before {
    background-image: url(../img/staff_3/txt_1.svg);
}

.staff_3 .sec_curriculum_wrap .sec_ttl::before {
    background-image: url(../img/staff_3/ico_2.svg);
}

.staff_3 .sec_curriculum_wrap .list_1>ul>li::before {
    border-color: #FF95AB;
}

.staff_3 .sec_curriculum_wrap .list_1 .ttl {
    background-image: url(../img/staff_3/ico_3.svg);
}

/* ---------------------------------------------------- */
/* staff_4 */
/* ---------------------------------------------------- */
.staff_4 .sec_ttl_wrap {
    background-color: #FFF6C9;
}

.staff_4 .sec_ttl_wrap::before,
.staff_4 .sec_ttl_wrap::after {
    background-image: url(../img/staff_4/deco_1.svg);
}

.staff_4 .sec_ttl_wrap .sec_inner::before {
    background-color: #FFD500;
}

.staff_4 .sec_qa_wrap {
    background-color: #FFF6C9;
}

.staff_4 .sec_qa_wrap .qa_wrap_1 .qa dt::before {
    background-image: url(../img/staff_4/ico_1.svg);
}

.staff_4 .sec_qa_wrap .qa_wrap_1 .qa dt span {
    border-color: #FFD500;
}

.staff_4 .sec_message_wrap {
    background-color: #FFD500;
}

.staff_4 .sec_schedule_wrap {
    background-image: url(../img/staff_4/bg_1.svg);
}

.staff_4 .sec_schedule_wrap::before {
    background-image: url(../img/staff_4/txt_2.svg);
}

.staff_4 .sec_schedule_wrap .sec_ttl::before {
    background-image: url(../img/staff_4/ico_4.svg);
}

.staff_4 .sec_curriculum_wrap {
    background-color: #FFF6C9;
}

.staff_4 .sec_curriculum_wrap::before {
    background-image: url(../img/staff_4/txt_1.svg);
}

.staff_4 .sec_curriculum_wrap .sec_ttl::before {
    background-image: url(../img/staff_4/ico_2.svg);
}

.staff_4 .sec_curriculum_wrap .list_1>ul>li::before {
    border-color: #FFD500;
}

.staff_4 .sec_curriculum_wrap .list_1 .ttl {
    background-image: url(../img/staff_4/ico_3.svg);
}


/* ---------------------------------------------------- */
/* sec_entry_wrap */
/* ---------------------------------------------------- */
.sec_entry_wrap {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #3FC3E1;
    background-image: url(../img/deco_3.svg), url(../img/deco_4.svg);
    background-position: left top, right bottom;
    background-size: 550px auto;
    background-repeat: no-repeat;
}

.sec_entry_wrap .sec_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    height: 110px;
    color: #FFF;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    background-image: url(../img/deco_7.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sec_entry_wrap .form_wrap {
    margin-bottom: 50px;
    padding: 90px 130px 60px;
    background-color: #FFF;
    border-radius: 25px;
}

.sec_entry_wrap .form_wrap .list {
    margin-bottom: 50px;
}

.sec_entry_wrap .form_wrap .list dt {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700;
}

.sec_entry_wrap .form_wrap .list dd+dt {
    margin-top: 30px;
}

.sec_entry_wrap .form_wrap .list dt.req:after {
    content: "必須";
    display: block;
    margin-left: 10px;
    padding: 4px 10px;
    font-size: 1.4rem;
    color: #FFF;
    line-height: 1;
    background-color: #F99900;
    border-radius: 2px;
}


.sec_entry_wrap .form_wrap .list dd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* input */
.sec_entry_wrap input[type=text],
.sec_entry_wrap input[type=number],
.sec_entry_wrap input[type=email],
.sec_entry_wrap input[type=tel],
.sec_entry_wrap textarea {
    padding: 12px;
    margin: 0;
    width: 320px;
    background-color: #FFF;
    border: 1px solid #ACACAC;
    -webkit-appearance: none;
    border-radius: 5px;
}

.sec_entry_wrap textarea {
    width: 100%;
}

/* radio */
.sec_entry_wrap input[type=radio] {
    display: none;
}

.sec_entry_wrap .radio {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    line-height: 40px;
    margin-right: 30px;
}

.sec_entry_wrap .radio::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #333;
}

.sec_entry_wrap input[type=radio]:checked+.txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #333;
}

/* checkbox */
.sec_entry_wrap input[type=checkbox] {
    display: none;
}

.sec_entry_wrap .check {
    position: relative;
    padding-left: 35px;
    display: inline-block;
    line-height: 20px;
}

.sec_entry_wrap .check+.check {
    margin-left: 30px;
}

.sec_entry_wrap .check::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #FFF;
}

.sec_entry_wrap input[type=checkbox]:checked+.txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 12px;
    transform: rotate(40deg);
    border-bottom: 3px solid #3E3A39;
    border-right: 3px solid #3E3A39;
}

.sec_entry_wrap .note_1 {
    margin-top: 10px;
    width: 100%;
    font-size: 1.4rem;
}

.sec_entry_wrap .note_2 {
    margin-top: 30px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-align: center;
}

.sec_entry_wrap .check_privacy {
    display: block;
    margin: 0 auto;
    width: max-content;
}

.sec_entry_wrap .privacy_wrap {
    margin: 0 auto 50px;
    padding: 50px 60px;
    width: 900px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
}

.sec_entry_wrap .privacy_wrap h5 {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}

.sec_entry_wrap .privacy_wrap ul {
    font-size: 1.5rem;
}

.sec_entry_wrap .btn_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 480px;
    height: 100px;
    color: #FFF;
    font-size: 3.7rem;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    -webkit-appearance: none;
    border: none;
    background-color: #FFD500;
    cursor: pointer;
    outline: none;
    transition: 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .sec_entry_wrap {
        padding-top: 30px;
        padding-bottom: 60px;
        background-position: left -100px top, right -100px bottom;
        background-size: 200px auto;
    }


    .sec_entry_wrap .sec_ttl {
        margin-bottom: 10px;
        height: 100px;
        font-size: 3.0rem;
        background-image: url(../img/deco_7_sp.svg);
    }

    .sec_entry_wrap .form_wrap {
        margin-bottom: 25px;
        padding: 40px 20px 30px;
        border-radius: 15px;
    }

    .sec_entry_wrap .form_wrap .list {
        margin-bottom: 25px;
    }

    .sec_entry_wrap .form_wrap .list dd+dt {
        margin-top: 20px;
    }

    .sec_entry_wrap .form_wrap .list dt.req:after {
        font-size: 1.0rem;
    }


    .sec_entry_wrap .form_wrap .list dd {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    /* input */
    .sec_entry_wrap input[type=text],
    .sec_entry_wrap input[type=number],
    .sec_entry_wrap input[type=email],
    .sec_entry_wrap textarea {
        padding: 12px;
        margin: 0;
        width: 320px;
        background-color: #FFF;
        border: 1px solid #ACACAC;
        -webkit-appearance: none;
        border-radius: 5px;
    }

    .sec_entry_wrap textarea {
        width: 100%;
    }

    /* radio */
    .sec_entry_wrap .radio {
        width: 100%;
    }

    .sec_entry_wrap .radio+.radio {
        margin-left: 0;
        margin-top: 10px;
    }

    /* checkbox */
    .sec_entry_wrap .check {
        width: 100%;
    }

    .sec_entry_wrap .check+.check {
        margin-left: 0;
        margin-top: 10px;
    }

    .sec_entry_wrap .note_1 {
        font-size: 1.3rem;
    }

    .sec_entry_wrap .note_2 {
        margin-top: 20px;
        font-size: 1.2rem;
        text-align: justify;
    }

    .sec_entry_wrap .check_privacy {
        width: max-content;
        font-size: 1.4rem;
    }

    .sec_entry_wrap .privacy_wrap {
        margin: 0 auto 20px;
        padding: 30px 20px;
        width: auto;
        border-radius: 15px;
    }

    .sec_entry_wrap .privacy_wrap h5 {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }

    .sec_entry_wrap .privacy_wrap ul {
        font-size: 1.2rem;
    }

    .sec_entry_wrap .btn_submit {
        width: 90%;
        height: 60px;
        font-size: 2.2rem;
        border-radius: 30px;
    }
}
