@charset "UTF-8";



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

header

----------------------------------------------------------  */
header {
    padding: 1.5rem 0;
    background: var(--bg-grey);
}

header h1 {
    width: 14rem;
    margin: 0 auto;
    line-height: 1;
}



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

kv

----------------------------------------------------------  */
.kv {
    width: 88rem;
    margin: 0 auto;
    padding: 4rem 0;
    display: flex;
    align-items: center;
}

.kv>div {
    width: 70%;
}

.kv>div>div {
    font-size: 4.2rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.kv>div>div>span {
    font-size: 1.8rem;
    font-weight: 400;
    border: var(--grey) 0.1rem solid;
    padding: 0.5rem 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    width: fit-content;
}

.kv p {
    padding-right: 6rem;
    font-size: 1.6rem;
}

.kv>figure {
    width: 38%;
    margin-left: -8%;
}

@media screen and (max-width: 768px) {
    .kv {
        width: auto;
        padding: 4rem 3rem;
        display: block;
    }

    .kv>div {
        width: 100%;
    }

    .kv>div>div {
        font-size: 2.8rem;
        margin-bottom: 2rem;
        letter-spacing: 0.1em;
        text-align: center;
    }

    .kv>div>div>span {
        font-size: 1.6rem;
        width: 100%;
        text-align: center;
    }

    .kv p {
        padding-right: 0;
    }

    .kv>figure {
        width: 100%;
        margin-left: 0;
        margin-top: 2rem;
        padding: 0 1rem;
    }
}

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

recruit

----------------------------------------------------------  */
.recruit-section {
    padding-top: 5rem;
}

.recruit {
    overflow: hidden;
    padding: 0 40px;
    border-radius: 8px;
    border: 0.5px solid #e3e3e3;
    box-shadow: 0 1px 3px 0 rgba(224,224,224,1.0);
}

.recruit-head {
    position: relative;
    padding: 22px 0 18px;
    background-color: transparent;
}

.recruit-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}

.recruit-title {
    margin: 0;
    line-height: 1.5;
    color: var(--grey);
    font-size: 18px;
    font-weight: 700;
}

.recruit-info {
    width: 100%;
    border-radius: 2px;
    border: 0.5px solid #e3e3e3;
    margin: 0 0 15px 20px;
}

.recruit-info tr {
    position: relative;
    border-bottom: 0.5px solid #e3e3e3;
}

.recruit-info th {
    padding: 16px 8px 16px 40px;
    width: 100px;
    height: 100%;
    background-color: var(--yellow);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 2.4;
}

.recruit-info td {
    width: auto;
    display: table-cell;
    padding: 16px 8px;
    font-weight: 700;
    font-size: 16px;
    vertical-align: middle;
    word-break: break-all;
}

.recruit-income, 
.recruit-location, 
.recruit-job {
    position: relative;
}

.recruit-income .icon,
.recruit-location .icon,
.recruit-job .icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 20px;
    z-index: 99999999;
}

.recruit-income::after,
.recruit-location::after,
.recruit-job::after,
.recruit-description-title::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: 14px;
    width: 20px;
    height: 20px;
    z-index: 2;
} 

/* .recruit-income::after {
    background-size: cover!important;
    background-image: url(../img/income.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
} */

/* .recruit-location::after {
    background-size: cover!important;
    background-image: url(../img/location.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
}

.recruit-job::after {
    background-size: cover!important;
    background-image: url(../img/job.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
} */

.recruit-description-title::after {
    background: url(../img/person.svg) 0 1px no-repeat!important;
    background-size: 90%!important;
    left: 4px;
}


.recruit-description-wrapper {
    padding-bottom: 16px;
}

.recruit-description-content {
    position: relative;
}

.recruit-description-title {
    position: relative;
    clear: left;
    padding-left: 24px;
    color: var(--grey);
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 4px;;
}

.recruit-description {
    font-size: 13px;
    display: block;
    word-break: break-all;
    padding: 0 0 8px;
}

.recruit-category {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}

.recruit-category-item {
    border-radius: 3px;
    background: var(--yellow);
    padding: 5px 10px;
    font-size: 13px;
    margin: 5px 0 0 5px;
    color: var(--grey);
}

.recruit-link-wrapper {
    border-top: 1px solid #E6E6E6;
    padding: 16px 0 24px;
}

.recruit-entry-link-wrapper:hover {
    opacity: 0.8;
}

.recruit-entry-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 48px;
    padding-right: 15px;
    border-radius: 8px;
    line-height: 1.5;
    font-size: 15px;
    text-align: center;
    background-color: var(--yellow);
    color: var(--grey) !important;
    font-weight: bold;
    width: 50%;
    margin: 0 auto;
}

.recruit-entry-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 2px;
    right: 8px;
    width: 16px;
    height: 14px;
    margin: auto;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.recruit-list-link-wrapper {
    margin-top: 20px;
    text-align: right;
}

.recruit-list-link-wrapper:hover {
    opacity: 0.8;
}

.recruit-list-link {
    color: #1262b2;
    display: inline;
    position: relative;
    border-bottom: 1px solid #1262b2;
    font-size: 15px;
    line-height: 1.8em;
    margin-left: 16px;
}

.recruit-list-link::before {
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    content: "";
    left: -15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1262b2;
    border-right: 1px solid #1262b2;
    transform: rotate(45deg);
}

.recruit-container .slick-next, 
.recruit-container .slick-prev {
    width: 30px;
    height: 30px;
    background: url(../img/nav-arrow.svg) center/contain no-repeat!important;
    z-index: 9999;
  }
  
  .recruit-container .slick-prev {
    transform: translate(0,-50%) rotate(180deg);
  }

.recruit-container .slick-next:hover, 
.recruit-container .slick-prev:hover {
    background: url(../img/nav-arrow.svg) center/contain no-repeat!important;
    opacity: 0.8;
}

.slick-prev {
left: 2%!important;
}

.slick-next {
right: 2%!important;
}

.slick-next::before,
.slick-prev::before {
content: none!important;
}

.slick-slide {
  width: 5%;
  box-sizing: border-box;
}

.recruit-container  .slick-dots li {
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 2px solid #252424;
    border-radius: 50%;
    overflow: hidden;
}
.slick-dots {
    display: block;
    text-align: center;
    bottom: -32px!important;
}
  
  
.slick-dots li.slick-active button {
    background: #000; 
    color: #fff; 
}

.slick-dots li.slick-active button:before {
    color: transparent!important;
    opacity: 0;
    display: none;
}

@media screen and (min-width: 1280px) {
    .slick-prev {
        left: 8%!important;
    }
    
    .slick-next {
        right: 8%!important;
    }
}

@media screen and (min-width: 1680px) {
    .slick-prev {
        left: 18.4%!important;
    }
    
    .slick-next {
        right: 18.4%!important;
    }
}

@media screen and (min-width: 1960px) {
    .slick-prev {
        left: 22.4%!important;
    }
    
    .slick-next {
        right: 22.4%!important;
    }
}

@media screen and (max-width: 767px) {
    .recruit {
        padding: 0 14px;
    }
    .recruit-info {
        margin: 0;
    }

    .recruit-entry-link {
        width: 70%;
    }

    .recruit-name {
        font-size: 20px;
    }
}

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

intro

----------------------------------------------------------  */
.intro {
    background: linear-gradient(to bottom, var(--bg-grey) 60%, transparent 60%);
    padding-top: 5rem;
}

.intro .wrap {
    width: 88rem;
    margin: 0 auto;
    border-radius: 1rem 1rem 0 0;
    background: #fff;
    padding: 4rem 6rem 0 6rem;
}

.intro h2 {
    text-align: center;
    line-height: 1;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 3.5rem;
}

.intro ul {
    margin-bottom: 3.5rem;
}

.intro ul li {
    display: flex;
    align-items: center;
}

.intro ul li::before {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    background: url(../img/ico-check.png);
    background-size: 3.2rem;
    margin-right: 2rem;
}

.intro ul li:not(:last-child) {
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .intro {
        padding: 3rem 3rem 0 3rem;
    }

    .intro .wrap {
        width: 100%;
        padding: 3rem 3rem 0 3rem;
    }

    .intro h2 {
        font-size: 2rem;
        white-space: nowrap;
    }

    .intro ul li {
        justify-content: space-between;
    }

    .intro ul li span {
        width: calc(100% - 3.8rem);
    }

    .intro ul li::before {
        width: 2.8rem;
        height: 2.8rem;
        background-size: 2.8rem;
        margin-right: 0;
    }
}



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

point

----------------------------------------------------------  */
.point {
    padding: 10rem 0;
    width: 88rem;
    margin: 0 auto;
}

.point ul {
    margin-bottom: 4rem;
}

.point ul li {
    border: solid 0.2rem #e4e4e4;
    border-radius: 1rem;
    position: relative;
    padding: 4rem 35rem 4rem 4rem;
}

.point ul li strong {
    font-weight: 400;
    background: var(--yellow);
    padding: 0.3rem 0.3rem 0.4rem 0.6rem;
}

.point ul li:not(:last-child) {
    margin-bottom: 3rem;
}

.point ul li figure {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
}

.point ul li p {
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .point {
        padding: 10rem 3rem;
        width: 100%;
    }

    .point ul li {
        padding: 3rem 3rem 0 3rem;
    }

    .point ul li strong {
        padding: 0.3rem 0.6rem 0.4rem 0.6rem;
    }

    .point ul li figure {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 2rem;
    }

    .point ul li p {
        line-height: 2;
    }
}



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

flow

----------------------------------------------------------  */
.flow {
    padding: 10rem 0;
    background: var(--bg-grey);
}

.flow .wrap {
    width: 88rem;
    margin: 0 auto 4rem auto;
    border-radius: 1rem;
    background: #fff;
    padding: 4rem 8rem;
}

.flow .wrap h3 {
    text-align: center;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
    .flow {
        padding: 10rem 3rem;
    }

    .flow .wrap {
        width: 100%;
        padding: 4rem 3rem;
    }

    .flow .wrap h3 {
        font-size: 2rem;
    }

    .flow figure {
        padding: 0 3rem;
    }
}



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

plan

----------------------------------------------------------  */
.plan {
    padding: 10rem 0;
}

.plan>ul {
    width: 88rem;
    margin: 0 auto 6rem auto;
}

.plan>ul>li {
    border: solid 0.1rem #cdcdcd;
    border-radius: 1rem;
    padding: 0.5rem;
}

.plan>ul>li:not(:last-child) {
    margin-bottom: 3rem;
}

.plan h3 {
    background: var(--bg-grey);
    border-radius: 0.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    padding: 3rem 0 3.2rem 0;
    text-align: center;
}

.plan>ul>li>div {
    padding: 4rem 3rem 2rem 3rem;
    display: flex;
}

.plan>ul>li>div>ul {
    width: 65%;
}

.plan>ul>li>div>ul>li {
    background: url(../img/circle.png) no-repeat left top;
    background-size: 4rem 10rem;
    padding-left: 6rem;
    height: 12rem;
}

.plan>ul>li>div>ul>li:last-child {
    background: url(../img/circle-2.png) no-repeat left top;
    background-size: 4rem 9rem;
}

.plan>ul>li>div>ul>li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.plan>ul>li>div>ul>li dl dt {
    margin-bottom: 1rem;
}

.plan>ul>li>div>ul>li dl dd {
    font-size: 1.4rem;
}

.plan>ul>li>div>figure {
    width: 35%;
}

@media screen and (max-width: 768px) {
    .plan {
        padding: 10rem 3rem;
    }

    .plan>ul {
        width: 100%;
        margin: 0 auto 4rem auto;
    }

    .plan h3 {
        letter-spacing: 0.1em;
        line-height: 1.5;
    }

    .plan>ul>li>div {
        padding: 4rem 2rem 0 2rem;
        display: block;
    }

    .plan>ul>li>div>ul {
        width: 100%;
    }

    .plan>ul>li>div>ul>li dl dt {
        margin-bottom: 0.5rem;
    }

    .plan>ul>li>div>figure {
        width: 90%;
        margin: 3rem auto 0 auto;
    }
}



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

faq

----------------------------------------------------------  */
.faq {
    background: var(--bg-grey);
    padding: 10rem 0;
}

.faq ul {
    width: 88rem;
    margin: 0 auto;
}

.faq ul li {
    border-radius: 1rem;
    background-color: #fff;
    border: solid 0.15rem #d6d6d6;
    font-size: 1.6rem;
}

.faq ul li:not(:last-child) {
    margin-bottom: 3rem;
}

.faq ul li dl dt {
    background: #eee;
    border-radius: 0.85rem 0.85rem 0 0;
    display: flex;
    align-items: center;
    padding: 2rem 3rem 2.2rem 3rem;
    justify-content: space-between;
}

.faq ul li dl dt>span:first-of-type {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    background: #fff;
    border-radius: 50%;
    padding-bottom: 0.4rem;
    padding-left: 0.12rem;
}

.faq ul li dl dt>span:last-of-type {
    width: calc(100% - 7rem);
}

.faq ul li dl dd {
    display: flex;
    padding: 2rem 3rem 3.2rem 3rem;
    justify-content: space-between;
}

.faq ul li dl dd>span:first-of-type {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    background: var(--yellow);
    border-radius: 50%;
    padding-bottom: 0.3rem;
    padding-left: 0.22rem;
}

.faq ul li dl dd>span:last-of-type {
    width: calc(100% - 7rem);
}

@media screen and (max-width: 768px) {
    .faq {
        padding: 10rem 3rem;
    }

    .faq ul {
        width: 100%;
    }

    .faq ul li {
        font-size: 1.5rem;
    }

    .faq ul li dl dt {
        padding: 1.5rem 2rem 1.7rem 2rem;
    }

    .faq ul li dl dt>span:first-of-type {
        width: 4rem;
        height: 4rem;
    }

    .faq ul li dl dt>span:last-of-type {
        width: calc(100% - 6rem);
    }

    .faq ul li dl dd {
        padding: 1.5rem 2rem 1.7rem 2rem;
    }

    .faq ul li dl dd>span:first-of-type {
        width: 4rem;
        height: 4rem;
    }

    .faq ul li dl dd>span:last-of-type {
        width: calc(100% - 6rem);
    }
}



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

about

----------------------------------------------------------  */
.about {
    padding: 10rem 0;
}

.about ul {
    width: 88rem;
    margin: 0 auto 5rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about ul li {
    border: solid 0.1rem #ccc;
    border-radius: 1rem;
}

.about ul li:nth-child(1),
.about ul li:nth-child(2),
.about ul li:nth-child(3) {
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 4rem;
    flex-direction: row-reverse;
}

.about ul li:nth-child(1) figure,
.about ul li:nth-child(2) figure,
.about ul li:nth-child(3) figure {
    width: 40%;
}

.about ul li:nth-child(1) {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.about ul li:nth-child(1) figure {
    padding: 0 7rem;
}

.about ul li:nth-child(1) p,
.about ul li:nth-child(2) p,
.about ul li:nth-child(3) p {
    width: 60%;
    letter-spacing: 0.2em;
    line-height: 2;
}

.about ul li:nth-child(4),
.about ul li:nth-child(5),
.about ul li:nth-child(6) {
    width: 32%;
    text-align: center;
    padding: 3rem 2rem;
    letter-spacing: 0.2em;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .about {
        padding: 10rem 3rem;
    }

    .about ul {
        width: 100%;
        margin: 0 auto 4rem auto;
        display: block;
    }

    .about ul li:nth-child(1),
    .about ul li:nth-child(2),
    .about ul li:nth-child(3) {
        width: 100%;
        display: block;
        padding-left: 0;

    }

    .about ul li:nth-child(1) figure,
    .about ul li:nth-child(2) figure,
    .about ul li:nth-child(3) figure {
        width: 100%;
        overflow: hidden;
    }

    .about ul li:nth-child(2) figure,
    .about ul li:nth-child(3) figure {
        border-radius: 1rem 1rem 0 0;
    }

    .about ul li:nth-child(2) figure img,
    .about ul li:nth-child(3) figure img {
        width: 160%;
        margin-left: -30%;
        height: 20rem;
        object-fit: cover;
        border-radius: 1rem 1rem 0 0;
    }

    .about ul li:nth-child(1) {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .about ul li:nth-child(1) figure {
        padding: 0 7rem;
        margin-bottom: 3rem;
    }

    .about ul li:nth-child(1) p,
    .about ul li:nth-child(2) p,
    .about ul li:nth-child(3) p {
        width: 100%;
        text-align: center;
        letter-spacing: 0.1em;
    }

    .about ul li:nth-child(2) p,
    .about ul li:nth-child(3) p {
        padding: 2rem 0;
    }

    .about ul li:nth-child(4),
    .about ul li:nth-child(5),
    .about ul li:nth-child(6) {
        width: 100%;
        margin-bottom: 3rem;
    }
}



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

footer

----------------------------------------------------------  */
footer {
    background: linear-gradient(to top, var(--bg-grey) 90%, transparent 90%);
}

footer figure {
    width: 27rem;
    margin-left: 4rem;
}

footer .wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

footer .wrap>div {
    padding-bottom: 2.5rem;
}

footer .wrap>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    text-align: center;
}

footer .wrap>div>div span {
    font-size: 1.8rem;
    margin: 1rem 0 1.5rem 0;
}

footer .wrap>div a {
    width: 10rem;
    margin: 0 auto;
    display: block;
}

footer small {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    background: var(--grey);
    color: #fff;
    padding: 1rem 0;
}

@media screen and (max-width: 768px) {
    footer {
        background: var(--bg-grey);
        padding-top: 4rem;
    }

    footer figure {
        width: 24rem;
        margin-left: auto;
        margin: 0 auto;
    }

    footer .wrap {
        display: block;
    }

    footer .wrap>div>div span {
        font-size: 1.5rem;
    }
}

.lit {
    font-size: 1.2rem;
}


.footer-text {
    text-align: center;
    font-size: 1.2rem;
    background: var(--grey);
    color: #fff;
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
}

.footer-text a {
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    margin: 2rem 0;
}



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

contact

----------------------------------------------------------  */
.contact {
    padding: 10rem 0;
    width: 88rem;
    margin: 0 auto;
}
.contact .kome-description {
    font-size: 14px;
}
.contact dl {
    border: 1px solid #ccc;
    border-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 1.6rem;
}
.contact form dl:first-child {
    border-top: 1px solid #ccc;
}
.contact dl dt {
    background: #fafafa;
    padding: 20px 15px 20px 30px;
    width: 300px;
    box-sizing: border-box;
    line-height: 1.2;
}
.contact form dl dt b {
    margin-right: 10px;
}
.contact form dl dt small {
    font-size: 1.1rem;
    color: #666;
}
.contact dl dd {
    width: 100%;
    padding: 15px 20px;
}
.contact dl dd .half {
    width: 50%;
}
.contact dl dd input[type=text],
.contact dl dd input[type=email],
.contact dl dd input[type=tel],
.contact dl dd select {
    padding: 7px 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 1.6rem;
    background: #fafafa;
    border: 1px solid #ccc;
}
.contact dl dd textarea {
    padding: 7px 10px;
    width: 100%;
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #ccc;
    font-size: 1.6rem;
    resize: none;
    height: 200px;
}
.contact form input[type=submit],
.contact.thanx .btn01 button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    padding-left: 20px;
    background: 0 0;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    width: 320px;
    height: 70px;
    font-weight: 700;
    font-size: 2.2rem;
    border: 1px solid #333;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    color: #353535 !important;
    z-index: 10;
}

.requir {
    color: rgb(254, 77, 77);
}

.contact form .checkbox {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 12px;
}
.contact form .btn,
.contact.thanx .btn {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.contact dl dd .content-inner {
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
}
.contact form .content-inner input[type=checkbox] {
    position: relative;
    top: 1px;
}
.check-label {
    width: 90%;
}
.contact form .btn01,
.contact.thanx .btn01 {
    width: 320px;
    font-size: 2.2rem;
    display: inline-block;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transition: .15s linear;
    transition: .15s linear;
    margin: 30px auto;
}
.contact form .btn01:hover,
.contact.thanx .btn01:hover {
    opacity: .7;
}
.contact form .btn01::before,
.contact.thanx .btn01::before {
    content: "";
    display: inline-block;
    /* background: url(../img/icon_btn_arrow_right.svg) left center no-repeat; */
    background-size: 14px 20px;
    width: 14px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    margin-top: -10px;
    margin-left: -4em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact form .btn01::after,
.contact.thanx .btn01::after {
    content: "";
    width: 320px;
    background: #333;
    border-radius: 10px;
    height: 60px;
    z-index: 1;
    position: absolute;
    bottom: -6px;
    left: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.contact form .btn01 .confirm {
    cursor: pointer;
}

.contact form .policy {
    margin-top: 50px;
    border-top:  1px solid #ccc;
}

.contact form .policy dd {
    max-height: 300px;
    overflow-y: scroll;
}
.contact form .policy h3 {
    line-height: 2.4;
}
.contact form .policy h4 {
    font-size: 16px;
    line-height: 2;
    margin-top: 16px;
}
.contact form .policy p {
    font-size: 14px;
}
.contact form .policy li {
    font-size: 14px;
    list-style: disc;
    margin-left: 22px;
}

.sp-br {
    display: none;
}

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

    .pc-br {
        display: none;
    }
    .contact {
        padding: 10rem 3rem;
        width: 100%;
    }
    .contact form dl {
        display: block;
    }
    .contact form dl dt {
        width: 100%;
        padding: 10px 20px;
    }
    .contact form dl dd {
        width: 100%;
        padding: 15px 20px;
    }
    .contact dl dd .half {
        width: 100%;
    }
    .contact form .other {
        font-size: 12px;
    }
    .contact form .btn {
        flex-direction: column;
        margin-top: 0;
    }
    .contact form .btn .btn01 {
        width: 100%;
        margin: 20px auto;
    }
    .contact.thanx .btn01 {
        margin: auto;
    }
    .contact form input[type=submit],
    .contact.thanx .btn01 button {
        width: 100%;
    }
    .contact form .btn01::after {
        width: 100%;
    }

    .about ul li:nth-child(3) figure img {
        width: 130%;
    }
}

.thanx-sub-text {
    font-size: 1.5rem;
    text-align: center;
    margin: 2rem -1rem;
}

.logo-container {
    margin: 50px 0;
    padding: 0 20px;
}

.logo-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.logo {
    width: calc(20% - 30px * 4/5);
    margin-right: 30px;
}

.logo:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {

    .logo-container {
        margin-bottom: 0;
    }

    .logo {
        width: calc(50% - 30px * 1/2);
        margin-right: 30px;
        margin-top: 30px;
    }

    .logo:nth-child(2n) {
        margin-right: 0;
    }

    .logo:nth-child(-n+2) {
        margin-top: 0;
    }
}