/*--------------------------------------
※レイアウトが崩れる可能性があるため基本編集は避けてください。
全体
--------------------------------------*/
body {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    color: #1A1A1C;
    position: relative;
}

input[type="submit"],
a {
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    color: #673AB7;
}

input[type="submit"]:hover,
a:hover {
    opacity: 0.5;
}

.contact_btn a {
    display: block;
    max-width: 256px;
    line-height: 1;
    text-align: center;
    background: #673AB7;
    padding: 16px;
    border-radius: 8px;
    color: #fff;
}

nav .contact_btn a {
    font-weight: bold;
}

.linkwrap a {
    display: block;
    margin-top: 26px;
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #311B92;
    position: relative;
}

img {
    width: 700px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.about img {
    width: 800px;
}

.inner {
    width: 1100px;
    max-width: 100%;
    margin: auto;
}

@media (max-width:1150px) {
    .inner {
        width: 100%;
        padding: 0 1rem;
    }
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL'0,
        'wght'200,
        'GRAD'0,
        'opsz'48
}

.material-symbols-outlined {
    font-size: 40px;
    display: inline-block;
    position: relative;
    top: 12px;
    left: 5px;
}

.material-symbols-outlined.open_in_new {
    font-variation-settings:
        'FILL'0,
        'wght'400,
        'GRAD'0,
        'opsz'48
}

.material-symbols-outlined.open_in_new {
    width: 40px;
    height: 40px;
    border: 1px solid #311B92;
    border-radius: 50%;
    font-size: 22px;
    display: inline-block;
    box-sizing: border-box;
    top: 5px;
    left: 16px;
    padding: 8px 0 0 8px;
}

.ta-center {
    text-align: center;
}

.mt-short {
    margin-top: 16px !important;
}

.mt-mid {
    margin-top: 36px !important;
}

.mt-large {
    margin-top: 80px !important;
}

.cl-purple {
    color: #673AB7;
}

.pmark {
    font-size: 12px;
}

.w960 {
    max-width: 100%;
    width: 960px;
    margin: 0 auto;
}

main>section:last-child {
    padding-bottom: 185px !important;
}
.formwrap-inner a,
.wordLink,
.pdfLink {
    text-decoration: underline;
}

.pdfLink:after {
    content: "";
    background-image: url(../images/pdf-icon.svg);
    background-repeat: no-repeat;
    margin: 0 8px;
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.wordLink:after {
    content: "";
    background-image: url(../images/icon_word.svg);
    background-repeat: no-repeat;
    margin: 0 8px;
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.totop {
    position: fixed;
    right: 16px;
    bottom: 16px;

        color: #311B92;
    border-radius: 50%;
    border: 2px solid #311B92;
    display: block;
    line-height: 1;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 11;

}

.totop .material-symbols-outlined {
    font-size: 40px;
    display: inline-block;
    position: relative;
    top: 1px;
    left: 0px;
}

/*--------------------------------------
header 共通
--------------------------------------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 75px;
    background: #fff;
    padding: 8px 16px;
    z-index: 999;
}

.content {
    padding-top: 100px;
}

header .logos {
    width: 304px;
    line-height: 1;
    background: #1A1A1C;
    padding: 16px;
    border-radius: 0px 0px 8px 0px;
    position: absolute;
    top: 0;
    left: 0;
}

nav {
    display: flex;
    justify-content: flex-end;
    column-gap: 32px;
    align-items: center;
    list-style: none;
}

nav ul {
    display: flex;
    column-gap: 32px;
    align-items: center;
    justify-content: flex-end;
    justify-content: flex-start;
    list-style: none;
}

header nav ul li a {
    color: #1A1A1C;
    font-size: 16px;
    font-weight: bold;
}

header.top {
    background: transparent;
}

header.top nav ul li a {
    color: #fff;
}

/*--------------------------------------
擁護　トップ
--------------------------------------*/
.index #mv {
    width: 100%;
    height: 800px;
    position: relative;
}


.mv-textwrap {
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50px;
}

.mv-textwrap h2 {
    font-size: 48px;
    line-height: 150%;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.mv-textwrap h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 100%;
    height: 4px;
    background: #9575CD;
}

.yobiji .mv-textwrap h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 113%;
    height: 4px;
    background: #9575CD;
}

.mv-textwrap p {
    font-size: 22px;
}


.index p+p {
    margin-top: 16px;
}

/*--------*/
.index #intro {
    padding: 120px 0;
    background: #512DA8;
    color: #fff;
    background-size: cover;
}

.index #intro .inner {
    max-width: 1050px;
    margin: 0 auto;
}

.index #intro .catch-textwrap {
    display: flex;
}

.index #intro .catch-textwrap h2 {
    font-weight: 700;
    font-size: 32px;
    display: grid;
    place-items: center;
}

.index #intro .catch-textwrap h2,
.index #intro .catch-textwrap div {
    width: 50%;
    box-sizing: border-box;
}

.index .catch-movie {
    text-align: center;
    margin-top: 80px;
}

.index .catch-movie iframe ,
.index #intro iframe {
    max-width: 100%;
}

.catch-movie{
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
.catch-movie iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*--------*/
.index #menu {
    padding: 120px 0;
}

.index #menu .inner {
    width: 100%;
}

.index #menu h2 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 20px;
    line-height: 150%;
}

.index #menu h2:after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #673AB7;
    position: absolute;
    bottom: 0;
}

.index #menu .flex-wrap {
    display: flex;
    margin-right: 8%;
}

.index #menu .flex-wrap.is-reverse {
    margin-top: 120px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 0%;
    margin-left: 8%;
}

.index #menu .flex-wrap .text {
    width: 40%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 80px;
}

.index #menu .flex-wrap .img {
    width: 60%;
    box-sizing: border-box;
    object-fit: cover;
}

.index #menu .flex-wrap .img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

/*--------*/
.index #point {
    padding: 120px 0;
}

.index h2.h2-center {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 20px;
    line-height: 150%;
    text-align: center;
}

.index h2.h2-center:after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #673AB7;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.pointwrap {
    width: 936px;
    max-width: 100%;
    margin: 0 auto;
}

.pointwrap li {
    width: 100%;
    padding: 37px 24px 37px 50px;
    background: #F1F1F4;
    margin-bottom: 16px;
    position: relative;
    font-weight: 700;
}


.pointwrap li span.radius-no {
    display: block;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #673AB7;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -24px;
}

/*--------*/
.index #contacts {
    padding: 120px 0;
    background: #F8F8FB;
}

.index #contacts .inner {
    width: 936px;
    max-width: 100%;
}

.index .contacts-btnwrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
}

.index .contacts-btnwrap li {
    width: 25%;
    max-width: 256px;
}

.index .contacts-btnwrap li a {
    display: block;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #673AB7;
    border-radius: 8px;
    text-align: center;
    line-height: 1;
}

.index .contacts-btnwrap .material-symbols-outlined {
    display: block;
    text-align: center;
    font-size: 23px;
    top: auto;
    left: auto;
}

/*--------*/
.index #contacts h3 {
    margin-top: 80px;
    position: relative;
    padding: 0 20px;
    font-size: 26px;
    line-height: 150%;
}

.index #contacts h3:before {
    content: "";
    display: block;
    width: 4px;
    height: 36px;
    background: #673AB7;
    position: absolute;
    left: 0;
}

.index #contacts h3+p {
    margin-top: 16px;
}

.index .btnwrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 32px 0;
}

.index .btnwrap li {
    width: 30%;
    max-width: 260px;
    border: 1px solid #D8D8DB;
    background: #fff;
    display: block;
    height: 100%;
    padding: 50px 10px 35px;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    text-align: center;
    color: #1C1B1F;
}

.index .btnwrap li a {
    color: #673AB7;
    text-decoration: underline;
    font-weight: 700;
}

.index .btnwrap .material-symbols-outlined {
    display: block;
    top: auto;
    left: auto;
    font-size: 90px;
    margin-bottom: 8px;
}

/*-------------------------------------- 
擁護　フォーム
--------------------------------------*/
.formwrap {
    margin-top: 32px;
    background: #fff;
}

.formwrap .form_border {
    border: 1px solid #D8D8DB;
}

.formwrap .formwrap-inner {
    padding: 80px 20px;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.formwrap .formwrap-inner dt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.formwrap .formwrap-inner dt span {
    font-size: 12px;
    color: #EC0000;
}

.formwrap .formwrap-inner dt span.non {
    color: #626264;
}

.formwrap .formwrap-inner dd {
    margin-bottom: 24px;
}

.formwrap .formwrap-inner input[type="text"] {
    padding: 16px;
    width: 100%;
    border: 1px solid #1A1A1C;
    background: #fff;
    border-radius: 8px;
}

.formwrap .formwrap-inner textarea {
    padding: 16px;
    width: 100%;
    border: 1px solid #1A1A1C;
    background: #fff;
    border-radius: 8px;
}

.cm_box .submit input,
.formwrap .submit input {
    display: block;
    font-size: 16px;
    width: 256px;
    max-width: 100%;
    line-height: 1;
    text-align: center;
    background: #673AB7;
    padding: 16px;
    border-radius: 8px;
    color: #fff;
    margin: 80px auto 0;
    border: none;
    cursor: pointer;
}

input[type=checkbox] {
    /* display: none; */
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::before {
    background: #673AB7;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}


/*-------------------------------------- 
擁護　二階層目全体
--------------------------------------*/
.content .inner {
    max-width: 960px;
    margin: 0 auto;
}

.content .mv {
    height: 256px;
    display: grid;
    place-items: center;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.content.retired .mv {
    background: url("../images/photo/person2.jpeg") center #202B3C;
    background-size: cover;
}

.content.about .mv {
    background: url("../images/photo/organization1.jpeg") center #202B3C;
    background-size: cover;
}

.content .mv:before {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.2;
}

.content .mv h1 {
    position: relative;
    z-index: 1;
}

/*--------*/

.content .cacth {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.04em;
    font-feature-settings: 'pwid'on;
    color: #311B92;
    margin-top: 80px;
    padding: 0 10px;
}

.content .cacth span {
    background: linear-gradient(transparent 60%, #EDE7F6 60%);
}

/*--------*/

.content h2 {
    margin-top: 80px;
    position: relative;
    padding: 0 20px;
    font-size: 26px;
    line-height: 150%;
}

.content h2:before {
    content: "";
    display: block;
    width: 4px;
    height: 36px;
    background: #673AB7;
    position: absolute;
    left: 0;
}

.content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 16px;
}

.content p {
    margin-top: 16px;
}

/*--------*/
.content .gridfit {
    display: grid;
    grid-auto-rows: 4em;
    grid-gap: 4px;
    overflow: hidden;
    grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
}

.content .gridfit>li {
    display: grid;
    place-items: center;
}

.content .is-gsdf.gridfit>li {
    background-color: #E6F5EC;
}

.content .is-msdf.gridfit>li {
    background-color: #E8F1FE;
}

.content .is-asdf.gridfit>li {
    background-color: #F1F1F4;
}

.content .img {
    margin-top: 56px;
}

.content table {
    width: 100%;
}

.content h2+table {
    margin-top: 16px;
}

.content table,
.content td,
.content th {
    border-collapse: collapse;
    border: 1px solid #B39DDB;
}

.content table th {
    background-color: #EDE7F6;
}

.content table th,
.content table td {
    padding: 26px 8px;
}

.content table td.is-small {
    padding: 6px;
}


/*--------------------------------------
footer　共通
--------------------------------------*/
footer {
    clear: both;
    background-color: #202B3C;
    color: #FFF;
}

#footer {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0px;
}

#footer-link {
    float: right;
    color: #FFF;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

#backtop {
    position: fixed;
    right: 150px;
    bottom: 70px;
}

#backtop a {
    display: block;
    width: 60px;
    height: 60px;
}

.hamburger-menu {
    display: none;
}

.sp {
    display: none;
}

@media (max-width: 1030px) {}

@media (max-width: 960px) {
    .slick-dots {
        display: none !important;
    }

    .index #menu .flex-wrap.is-reverse,
    .index #menu .flex-wrap,
    .index #intro .catch-textwrap {
        display: block;
    }

    .pointwrap,
    .index #menu .flex-wrap .text,
    .index #menu .flex-wrap .img,
    .index #intro iframe {
        width: 100%;
    }

    .index #menu .flex-wrap.is-reverse,
    .index #menu .flex-wrap {
        margin: 0;
    }

    .index #menu .flex-wrap.is-reverse .text {
        padding-bottom: 0;
    }

    .index #intro .catch-textwrap h2,
    .index #intro .catch-textwrap div {
        display: block;
        text-align: left;
        width: 100%;
    }

    .index #contacts,
    .index #point,
    .index #menu .inner,
    .index #intro {
        padding: 0;
    }

    .index #contacts .inner,
    .index #menu .flex-wrap .text,
    .index #point .inner,
    .index #intro .inner {
        padding: 80px;
        box-sizing: border-box;
    }

    .index #menu {
        padding: 80px 0;
    }

    .table-scroll {
        margin-top: 8px;
        overflow-y: auto;
    }

    .content table th,
    .content table td {
        min-width: auto;
    }

    /*--------------------*/
    footer {
        clear: both;
        background-color: #202B3C;
        color: #FFF;
    }

    #footer {
        width: 96%;
        margin: 0 auto;
        padding: 20px 0px;
    }

    #footer-link {
        float: none;
        color: #FFF;
        padding-bottom: 10px;
    }

    #footer-link a {
        color: #FFF;
        text-decoration: none;
    }

    #backtop {
        position: fixed;
        right: 10px;
        bottom: 165px;
    }

    #backtop a {
        display: block;
        width: 4rem;
        height: 4rem;
    }
}

@media (max-width: 520px) {
    .index #mv {
        height: 100vh;
        display: grid;
        place-items: center;
    }

    #mv .sp {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 10px;
        color: #fff;
        z-index: 111;
        text-align: center;
        line-height: 1;
    }

    #mv .sp span {
        display: block;
        font-size: 20px;
        top: 0;
        left: 0;
    }

    .mv-textwrap {
        color: #fff;
        font-weight: 700;
        width: 100%;
        top: auto;
        left: auto;
        text-align: center;
    }

    .mv-textwrap h2 {
        font-size: 32px;
    }

    .mv-textwrap h2:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: auto;
        width: 100%;
        height: 2px;
        background: #9575CD;
    }

    .content .mv {
        font-size: 36px;
    }

    .content .cacth {
        font-size: 26px;
    }

    .content .gridfit {
        display: grid;
        overflow: hidden;
        grid-template-columns: repeat(auto-fit, minmax(159px, 2fr));
    }

    .index #contacts .inner,
    .index #menu .flex-wrap .text,
    .index #point .inner,
    .index #intro .inner {
        padding: 40px;
        box-sizing: border-box;
    }

    .index #menu {
        padding: 40px 0;
    }

    .index .catch-movie {
        margin-top: 40px;
    }

    .index .contacts-btnwrap,
    .index .btnwrap {
        display: block;
    }

    .index .contacts-btnwrap li,
    .index .btnwrap li {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 16px;
    }

    .index #menu .flex-wrap .img img {
        height: 250px;
    }
}

@media (max-width: 390px) {
    header .logos {
        width: 278px;
    }

    .radiowrap label {
        display: block;
        margin-bottom: 10px;
        padding-left: 24px;
        margin-right: 16px;
    }
    .radiowrap label.hide {
        display: none;
    }
}

/*----------------------------------------------------------------------------
yobiji 全体 
--------------------------------------*/
.contact_btn.is-center a {
    margin: 24px auto;
}

.yobiji.content .mv {
    height: 256px;
    display: grid;
    place-items: center;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.content .inner.info_nav {
    position: relative;
}

.info_nav .contact_btn {
    position: absolute;
    right: 0;
    top: 0;
}

.info_nav .contact_btn a {
    max-width: 352px;
}

.info_nav ul a {
    color: #673AB7;
}

.yobiji.contet section img {
    width: auto;
}

.w127 {
    width: 240px !important;
    margin: 0 auto;
}

/*----------------------------------------------------------------------------
yobiji トップ 
--------------------------------------*/
.yobiji.index section {
    background: #F8F8FB;
}

.yobiji .yobiji_menu ul {
    max-width: 1112px;
    padding-top: 80px;
    display: grid;
    grid-auto-rows: 4em;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
    grid-template-rows: auto auto auto;
}

.yobiji .yobiji_menu li a {
    display: grid;
    place-items: left center;
    position: relative;
    background: #fff;
    border-radius: 8px;
    line-height: 1.5;
    padding: 24px 24px 18px;
    box-sizing: border-box;
    color: #626264;
    border: 1px solid #626264;
}

.yobiji .yobiji_menu li span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #1A1A1C;
}

.yobiji .yobiji_menu li .material-symbols-outlined {
    display: block;
    position: absolute;
    right: 14px;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translate(0, -50%);
    font-size: 55px;
    color: #311B92;
}

.yobiji .contact_btn_wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
    margin-bottom: 80px;
}

.yobiji .contact_btn_wrap div {
    width: 25%;
    max-width: 256px;
}

.yobiji .contact_btn.off a {
    display: block;
    max-width: 256px;
    line-height: 1;
    text-align: center;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    color: #673AB7;
    border: 1px solid #673AB7;
}

.yobiji.trainfo .contact_btn_wrap {
    margin-bottom: 16px;
}

.yobiji h3 {
    padding: 16px 16px;
    line-height: 1;
    background: #F1F1F4;
    font-size: 20px;
    margin-top: 40px;

}

.yobiji h4 {
    font-size: 18px;
    border-bottom: 1px solid #D1C4E9;
    padding: 8px 0;
    line-height: 1;
    margin-top: 40px;
}

.yobiji ul.list-dots {
    padding-left: 32px;
}

.yobiji ul.list-dots li {
    margin-top: 16px;
    position: relative;
    line-height: 175%;
}

.yobiji ul.list-dots li:before {
    content: "●";
    color: #D1C4E9;
    position: absolute;
    left: -24px;
    top: 0;
    opacity: 0.5;
    transform: translate(0, 0);
}

/*----------------------------------------------------------------------------
yobiji 二階層全体 
--------------------------------------*/
.content.yobiji.info .mv {
    background: url("../images/photo/about-yobiji.png") center #202B3C;
    background-size: cover;
}

.content.yobiji.trainfo .mv {
    background: url("../images/photo/training.png") center #202B3C;
    background-size: cover;
}

.content.yobiji.system .mv {
    background: url("../images/photo/system.png") center #202B3C;
    background-size: cover;
}

.content.yobiji.download .mv {
    background: url("../images/photo/download.jpeg") center #202B3C;
    background-size: cover;
}

.contact.yobiji .mv {
    background: #fff;
    color: #1A1A1C;
}

.contact.yobiji .mv:before {
    background: #fff;
}

.content.yobiji .traning_photowrap {
    display: flex;
    flex-wrap: wrap;
}

.content.yobiji .traning_photowrap>div {
    max-width: 33.33%;
    padding: 4px;
    box-sizing: border-box;
    margin-top: 8px;
}

.content.yobiji .traning_photowrap>div img {
    height: 100%;
    object-fit: cover;
}


/*--------------------------------------
yobiji　お問合せの切り替えボタン
--------------------------------------*/
.radioBtn ul {
    display: flex;
    flex-wrap: wrap;
}

.radioBtn ul li {
    width: calc(500px - 14px);
    max-width: calc(33% - 14px);
    ;
    margin: 8px;
    box-sizing: border-box;
    border: 1px solid #D8D8DB;
    border-radius: 8px;
    padding: 8px;
}

.radioBtn ul li.btnactive {
    border: 1px solid #673AB7;
}

.radioBtn ul li label {
    display: block;
    height: 100%;
    background: #fff;
    line-height: 1.5;
    box-sizing: border-box;
    color: #626264;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    cursor: pointer;
}

.radioBtn ul li span,
.radioBtn ul li input {
    display: inline-block;
}

.radioBtn ul li input {
    display: none;
}

.radioBtn ul li span {
    width: 100%;
    padding-left: 8px;
}

.displayBox .cm_box {
    display: none;
}

.displayBox .cm_box.active {
    display: block;
}

.radiowrap label,
.radioBtn ul li span {
    position: relative;
    cursor: pointer;
    padding-left: 40px;
}

.radiowrap label {
    padding-left: 24px;
    margin-right: 16px;
}

.radiowrap input {
    display: none;
}

.radiowrap label::before,
.radiowrap label::after,
.radioBtn ul li span::before,
.radioBtn ul li span::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.radiowrap label::before,
.radioBtn ul li span::before {
    background-color: #fff;
    border: 1px solid #673AB7;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    left: 4px;
}

.radiowrap label::before {
    width: 12px;
    height: 12px;
}

.radiowrap label::after,
.radioBtn ul li span::after {
    background-color: #673AB7;
    border-radius: 50%;
    opacity: 0;
    width: 8px;
    height: 8px;
    left: 8px
}

.radioBtn ul li span::after {
    left: 9px;
}

.radiowrap label::after {
    width: 6px;
    height: 6px;
}

.radiowrap input:checked+label::after,
.radioBtn ul li input:checked+span::after {
    opacity: 1;
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

.hide {
    display: none;
}

label {
    cursor: pointer;
}


/*----------------------------------------------------------------------------
ハンバーガー
--------------------------------------*/
.hamburger-menu,
.sp-bg {
    display: none;
}

@media (max-width: 1025px) {
    header .logos {
        z-index: 111;
    }

    header {
        padding: 0;
    }

    nav {
        display: none;
        width: 100%;
        padding: 100px 0 75px;
        background: #fff;
        position: relative;
        z-index: 11;
    }

    nav ul {
        display: block;
        width: 100%;
        text-align: center;
    }

    nav ul li {
        padding: 20px 0;
    }

    header.top nav ul li a {
        color: #1A1A1C !important;
    }

    .sp-bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000;
        opacity: .6;
        z-index: 1;
    }

    .contact_btn a {
        margin: 20px auto 0;
    }

    .index .top .hamburger-menu.on {
        color: #fff;
        border: 2px solid #fff;
    }


    .hamburger-menu {
        color: #311B92;
        border-radius: 50%;
        border: 2px solid #311B92;
        display: block;
        position: absolute;
        right: 10px;
        top: 13px;
        line-height: 1;
        width: 50px;
        height: 50px;
        display: grid;
        place-items: center;
        cursor: pointer;
        z-index: 11;
    }

    .hamburger-menu .material-symbols-outlined {
        font-size: 27px;
        position: relative;
        top: 0;
        left: 0;
    }

    .hamburger-menu.on .open {
        display: block;
    }

    .hamburger-menu.on .close {
        display: none;
    }

    .hamburger-menu .open {
        display: none;
    }

    .hamburger-menu .close {
        display: block;
    }
}

@media (max-width: 1260px) {
    .yobiji header .logos {
        z-index: 111;
    }

    .yobiji header {
        padding: 0;
    }

    .yobiji nav {
        display: none;
        width: 100%;
        padding: 100px 0 75px;
        background: #fff;
        position: relative;
        z-index: 11;
    }

    .yobiji nav ul {
        display: block;
        width: 100%;
        text-align: center;
    }

    .yobiji nav ul li {
        padding: 20px 0;
    }

    .yobiji header.top nav ul li a {
        color: #1A1A1C !important;
    }

    .yobiji .sp-bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000;
        opacity: .6;
        z-index: 1;
    }

    .yobiji .contact_btn a {
        margin: 20px auto 0;
    }

    .yobiji .index .top .hamburger-menu.on {
        color: #fff;
        border: 2px solid #fff;
    }


    .yobiji .hamburger-menu {
        color: #311B92;
        border-radius: 50%;
        border: 2px solid #311B92;
        display: block;
        position: absolute;
        right: 10px;
        top: 13px;
        line-height: 1;
        width: 50px;
        height: 50px;
        display: grid;
        place-items: center;
        cursor: pointer;
        z-index: 11;
    }

    .yobiji.index .top .hamburger-menu {
        color: #fff;
        border: 2px solid #fff;
    }

    .yobiji .hamburger-menu .material-symbols-outlined {
        font-size: 27px;
        position: relative;
        top: 0;
        left: 0;
    }

    .yobiji .hamburger-menu.on .open {
        display: block;
    }

    .yobiji .hamburger-menu.on .close {
        display: none;
    }

    .yobiji .hamburger-menu .open {
        display: none;
    }

    .yobiji .hamburger-menu .close {
        display: block;
    }
}

/*--------------------------------------
トップのスライダー
--------------------------------------*/
.slider {
    width: 100%;
    height: 800px;
    margin-inline: auto;
    overflow: hidden;
}

.slick-img {
    position: relative;
}

.slick-track,
.slick-list {
    height: 100%;
}

.slick-img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.slick-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}

.add-animation img {
    animation: zoomUp 10s linear 0s normal both;
    position: relative;
    z-index: 0;
}

.slick-img p {
    position: absolute;
    right: 54px;
    bottom: 16px;
    color: #fff;
    z-index: 2;
}

@media (max-width: 520px) {
    .slider {
        height: 100vh;
        display: grid;
        place-items: center;
    }
    .slick-img p {
        display: none;
    }
}

/*--------------------------------------
画像ポップアップ
--------------------------------------*/
.js-popup-img {
    cursor: pointer;
}

.js-popup-wrap {
    display: none;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.js-popup-content {
    padding: 30px;
    width: 98%;
    height: 100%;
    display: grid;
    place-items: center;
}

.js-popup-content img {
    max-height: 80vh;
    width: auto;
}

.js-popup-content #close {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 1px 20px 10px;
    color: #fff;
    cursor: pointer;
    line-height: 1;
}

.js-popup-content #close .material-symbols-outlined {
    font-size: 22px;
    top: 6px;
    left: 0;
}

.show {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*--------------------------------------
フォーム全体
--------------------------------------*/
.form_change_wrap input:checked+label::after {
    opacity: 1;
}

.form_change_wrap table {
    border: none;
}

.form_change_wrap th {
    border-top: none;
}

.form_change_wrap tr:first-child th {
    border: 1px solid #B39DDB;
}

.form_change_wrap td {
    border-top: none;
}

.form_change_wrap .w64 {
    width: 64%;
}

.form_change_wrap .w12 {
    width: 12%;
}

.form_change_wrap .w58 {
    width: 52%;
}

.form_change_wrap .w14 {
    width: 16%;
}

.form_change_wrap .mh25 {
    min-height: 25px;
    padding: 0 10px;
    vertical-align: middle;
}

.form_change_wrap .mh35 {
    min-height: 35px;
    padding: 0 10px;
    vertical-align: middle;
}

#ans_yes_box {
    display: block;
}

.form_change_wrap table[class*='tbl--entryform'] th,
.form_change_wrap td {
    display: block;
    text-align: left;
}


.form_change_wrap textarea {
    box-sizing: border-box;
}

.form_change_wrap td.ans_yes_box,
.form_change_wrap td.active,
.form_change_wrap td#base_ans {
    background: #fff;
}

.content table.tbl--entryform th {
    padding: 16px 24px;
    line-height: 1;
    font-size: 14px;
}

.content table.tbl--entryform td {
    padding: 40px 80px;
    line-height: 1;
}

.ui-datepicker th,
.ui-datepicker td {
    padding: 1px !important;
}

.datawrap input {
    width: 100%;
    max-width: 200px;
}

.datawrap input.detaboth {
    width: 100%;
    max-width: 90px;
    font-size: 16px;
    border: none !important;
}

/*----*/
.cp_ipselect {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

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

.cp_ipselect.cp_sl01 {
    position: relative;
    border-radius: 8px;
    border: 1px solid #1A1A1C;
    background: #ffffff;
    padding: 8px;
}

.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 20px;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #1A1A1C;
    pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
    padding: 8px 38px 8px 8px;
    color: black;
}

.input-short input {
    max-width: 200px !important;
}

@media (max-width: 520px) {
    .radioBtn ul li {
        width: calc(100%);
        max-width: calc(100% - 14px);
        margin: 8px;
        box-sizing: border-box;
        border: 1px solid #D8D8DB;
        border-radius: 8px;
        padding: 8px;
    }

    .content table.tbl--entryform td {
        padding: 20px;
        line-height: 1;
    }

    .sp {
        display: block;
    }

    .datawrap input {
        margin-top: 8px;
    }

    .info_nav .contact_btn {
        position: relative;
        right: 0;
        top: 0;
    }

    .yobiji .contact_btn_wrap div {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .yobiji .contact_btn_wrap {
        margin-top: 40px;
        display: block;
    }

}