/* COMMON */
.sec-ttl {
    color: #FFF;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    background: #70D3A9;
    padding: 15px 40px;
}
.sec-ttl.num {
    font-size: 30px;
    text-indent: -40px;
    padding: 15px 30px 15px 70px;
}
@media screen and (max-width: 768px) {
    .sec-ttl {
        font-size: 24px;
        padding: 8px 20px;
    }
    .sec-ttl.num {
        font-size: 20px;
        text-indent: -25px;
        padding: 8px 20px 8px 45px;
    }
}
@media screen and (max-width: 393px) {
    .sec-ttl {
        font-size: 2.4rem;
        padding: .8rem 2rem;
    }
    .sec-ttl.num {
        font-size: 2rem;
        text-indent: -2.5rem;
        padding: .8rem 2rem .8rem 4.5rem;
    }
}



/* SPIRIT */
.spirit__cnt {
    width: 90%;
    max-width: 1440px;
    padding-bottom: 100px;
    margin: 0 auto;
}
.spirit__cnt section {
    margin-top: 100px;
}
.spirit__cnt section:first-child {
    margin-top: 0;
}
/* message */
.spirit__message {
    width: 100%;
}
.spirit__message__cnt {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}
.spirit__message__cnt__img {
    width: 25%;
}
.spirit__message__cnt__img img {
    width: 100%;
}
.spirit__message__cnt__txt {
    width: 70%;
}
.spirit__message__cnt__txt strong {
    display: block;
    color: #8CC261;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.spirit__message__cnt__txt p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 20px;
}
.spirit__message__cnt__txt__name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: end;
    margin-top: 50px;
}
/* history */
.spirit__history {
    width: 100%;
}
.spirit__history__cnt {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.spirit__history__cnt ul {
    position: relative;
}
.spirit__history__cnt__item {
    width: .3rem;
    height: calc(100% - 120px);
    background: #8CC261;
    position: absolute;
    top: 50px;
    left: 17.5%;
}
.spirit__history__cnt__item::before, .spirit__history__cnt__item::after {
    content: '';
    width: 0;
    height: 50px;
    border-left: .3rem dashed #8CC261;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.spirit__history__cnt__item::before {
    top: -50px;
}
.spirit__history__cnt__item::after {
    bottom: -55px;
}
.spirit__history__cnt ul li {
    border-bottom: 1px solid #E2E2E2;
    padding: 30px 0 48px;
    display: flex;
}
.spirit__history__cnt ul li:last-child {
    border-bottom: none;
}
.spirit__history__cnt__year {
    width: 17.5%;
    color: #C5E0B0;
    font-size: 6rem;
    font-weight: 600;
    line-height: 30px;
}
.spirit__history__cnt__month {
    width: 9%;
    color: #8CC261;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 1rem 0 0 2.85rem;
    position: relative;
}
.spirit__history__cnt__month::before {
    content: '';
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 100%;
    background: #8CC261;
    position: absolute;
    top: 2rem;
    left: -0.7rem;
}
.spirit__history__cnt__txt {
    width: 73.5%;
    padding-top: 1.5rem;
}
.spirit__history__cnt__txt p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
}
@media screen and (min-width: 1920px) {
    .spirit__history__cnt__item {
        width: 3px;
        height: calc(100% - 120px);
        top: 50px;
    }
    .spirit__history__cnt__item::before, .spirit__history__cnt__item::after {
        height: 50px;
        border-left: 3px dashed #8CC261;
    }
    .spirit__history__cnt__item::before {
        top: -50px;
    }
    .spirit__history__cnt__item::after {
        bottom: -55px;
    }
    .spirit__history__cnt ul li {
        border-bottom: 1px solid #E2E2E2;
        padding: 30px 0 48px;
    }
    .spirit__history__cnt__year {
        font-size: 60px;
    }
    .spirit__history__cnt__month {
        font-size: 26px;
        padding: 10px 0 0 28.5px;
    }
    .spirit__history__cnt__month::before {
        width: 17px;
        height: 17px;
        top: 20px;
        left: -7px;
    }
    .spirit__history__cnt__txt {
        padding-top: 15px;
    }
    .spirit__history__cnt__txt p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .spirit__cnt {
        width: 100%;
        padding-bottom: 50px;
    }
    .spirit__cnt section {
        margin-top: 50px;
    }
    /* message */
    .spirit__message__cnt {
        max-width: 500px;
        margin: 30px auto 0;
        flex-wrap: wrap;
    }
    .spirit__message__cnt__img {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    .spirit__message__cnt__txt {
        width: 100%;
        margin-top: 30px;
    }
    .spirit__message__cnt__txt strong {
        font-size: 16px;
    }
    .spirit__message__cnt__txt p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px;
    }
    .spirit__message__cnt__txt__name {
        font-size: 14px;
        margin-top: 20px;
    }
    /* history */
    .spirit__history__cnt {
        max-width: 500px;
        margin: 30px auto 0;
    }
    .spirit__history__cnt__item {
        width: 2px;
        height: calc(100% - 85px);
        top: 40px;
        left: 26.5%;
    }
    .spirit__history__cnt__item::before, .spirit__history__cnt__item::after {
        height: 30px;
        border-left: 2px dashed #8CC261;
    }
    .spirit__history__cnt__item::before {
        top: -30px;
    }
    .spirit__history__cnt__item::after {
        bottom: -30px;
    }
    .spirit__history__cnt ul li {
        border-bottom: 1px solid #E2E2E2;
        padding: 30px 0;
    }
    .spirit__history__cnt__year {
        width: 26.5%;
        font-size: 30px;
        line-height: 15px;
    }
    .spirit__history__cnt__month {
        width: 16%;
        font-size: 14px;
        padding: 0 0 0 15px;
    }
    .spirit__history__cnt__month::before {
        width: 10px;
        height: 10px;
        top: 5px;
        left: -4px;
    }
    .spirit__history__cnt__txt {
        width: 57.5%;
        padding-top: 0;
    }
    .spirit__history__cnt__txt p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 5px;
    }
}
@media screen and (max-width: 393px) {
    .spirit__cnt {
        padding-bottom: 5rem;
    }
    .spirit__cnt section {
        margin-top: 5rem;
    }
    /* message */
    .spirit__message__cnt {
        margin: 3rem auto 0;
    }
    .spirit__message__cnt__txt {
        margin-top: 3rem;
    }
    .spirit__message__cnt__txt strong {
        font-size: 16px;
    }
    .spirit__message__cnt__txt p {
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }
    .spirit__message__cnt__txt__name {
        font-size: 1.4rem;
        margin-top: 2rem;
    }
    /* history */
    .spirit__history__cnt {
        margin: 3rem auto 0;
    }
    .spirit__history__cnt__item {
        width: .2rem;
        height: calc(100% - 8.5rem);
        top: 4rem;
    }
    .spirit__history__cnt__item::before, .spirit__history__cnt__item::after {
        height: 3rem;
        border-left: .2rem dashed #8CC261;
    }
    .spirit__history__cnt__item::before {
        top: -3rem;
    }
    .spirit__history__cnt__item::after {
        bottom: -3rem;
    }
    .spirit__history__cnt ul li {
        border-bottom: .1rem solid #E2E2E2;
        padding: 3rem 0;
    }
    .spirit__history__cnt__year {
        font-size: 3rem;
        line-height: 1.5rem;
    }
    .spirit__history__cnt__month {
        font-size: 1.4rem;
        padding: 0 0 0 1.5rem;
    }
    .spirit__history__cnt__month::before {
        width: 1rem;
        height: 1rem;
        top: .5rem;
        left: -.4rem;
    }
    .spirit__history__cnt__txt p {
        font-size: 1.4rem;
        margin-top: .5rem;
    }
}



/* MESSAGE */
.message {
    width: 90%;
    max-width: 1440px;
    padding-bottom: 150px;
    margin: 0 auto;
}
.message section {
    margin-top: 100px;
}
.message section:first-child {
    margin-top: 0;
}
/* message */
.message__message__cnt {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.message__message__cnt strong {
    color: #8CC261;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.message__message__cnt p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 20px;
}
/* philosophy */
.message__philosophy__cnt {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.message__philosophy__cnt p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .message {
        width: 100%;
        padding-bottom: 70px;
    }
    .message section {
        margin-top: 50px;
    }
    /* message */
    .message__message__cnt {
        width: 90%;
        margin: 30px auto 0;
    }
    .message__message__cnt strong {
        font-size: 16px;
    }
    .message__message__cnt p {
        font-size: 14px;
        margin-top: 15px;
    }
    /* philosophy */
    .message__philosophy__cnt {
        margin: 30px auto 0;
    }
    .message__philosophy__cnt p {
        font-size: 14px;
    }
}
@media screen and (max-width: 393px) {
    .message {
        padding-bottom: 7rem;
    }
    .message section {
        margin-top: 5rem;
    }
    /* message */
    .message__message__cnt {
        margin: 3rem auto 0;
    }
    .message__message__cnt strong {
        font-size: 16px;
    }
    .message__message__cnt p {
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }
    /* philosophy */
    .message__philosophy__cnt {
        margin: 3rem auto 0;
    }
    .message__philosophy__cnt p {
        font-size: 1.4rem;
    }
}



/* INFO */
.info {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 15rem;
}
.info section {
    margin-top: 10rem;
}
.info section:first-child {
    margin-top: 0;
}
/* purpose */
.info__purpose {
    width: 100%;
}
.info__purpose__policy {
    width: 90%;
    max-width: 1200px;
    margin: 5rem auto 0;
}
.info__purpose__policy h4 {
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-left: 4rem;
    position: relative;
}
.info__purpose__policy h4 span {
    display: block;
    width: 3rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.info__purpose__policy h4 span img {
    width: 100%;
    vertical-align: middle;
}
.info__purpose__policy__cnt {
    margin: 5rem auto 0;
    display: flex;
    justify-content: space-between;
}
.pdf-btn {
    display: block;
    width: 47.5%;
    height: 7rem;
    text-align: center;
    border-radius: 3.5rem;
    border: .1rem solid #70D3A9;
    position: relative;
    transition: all .3s ease;
}
.info__btn__wrap div .pdf-btn {
    width: 100%;
}
.info__btn__wrap div:nth-child(3) .pdf-btn {
    width: 47.5%;
}
.pdf-btn:hover {
    background: #70D3A9;
    transition: all .3s ease;
}
.pdf-btn p {
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pdf-btn span {
    width: 2.5rem;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
}
.pdf-btn span img {
    width: 100%;
    vertical-align: middle;
}
.info__purpose__attempt {
    width: 90%;
    max-width: 1200px;
    margin: 5rem auto 0;
}
.info__purpose__attempt h4 {
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-left: 4rem;
    position: relative;
}
.info__purpose__attempt h4 span {
    display: block;
    width: 3rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.info__purpose__attempt h4 span img {
    width: 100%;
    vertical-align: middle;
}
.info__purpose__attempt__cnt {
    margin: 5rem auto 0;
    display: flex;
    justify-content: space-between;
}
.info__purpose__attempt__txt {
    width: 65%;
}
.info__purpose__attempt__txt strong {
    color: #8CC261;
    font-size: 21px;
    letter-spacing: 0.1em;
}
.info__purpose__attempt__txt p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 2rem;
}
.info__purpose__attempt__img {
    width: 22%;
    margin-right: 5%;
}
.info__purpose__attempt__img img {
    width: 100%;
    vertical-align: middle;
}
.info__purpose__attempt__point__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5rem 6rem;
    margin-top: 7rem;
}
.info__purpose__attempt__point {
    width: calc(50% - 3rem);
}
.info__purpose__attempt__point__img {
    width: 100%;
    height: 34rem;
}
.info__purpose__attempt__point__img img {
    width: 100%;
    height: 100%;
}
.info__purpose__attempt__point__number {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.05em;
    margin-top: 3rem;
}
.info__purpose__attempt__point h5 {
    color: #8CC261;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 1.5rem;
}
.info__purpose__attempt__point p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 2rem;
}
.info__purpose__attempt a {
    margin: 7rem auto 0;
}
.info__btn__wrap {
    width: 90%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem 0;
    margin: 5rem auto 0;
}
.info__btn__wrap div {
    width: 47.5%;
    display: flex;
    flex-direction: column;
    gap: 3rem 0;
}
.info__btn__wrap div:nth-child(3) {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem 0;
    justify-content: space-between;
}
.page-btn {
    display: block;
    width: 100%;
    height: 7rem;
    text-align: center;
    border-radius: 3.5rem;
    border: .1rem solid #70D3A9;
    position: relative;
    transition: all .3s ease;
}
.page-btn:hover {
    background: #70D3A9;
    transition: all .3s ease;
}
.page-btn p {
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-btn.half {
    width: 47.5%;
}
.page-btn span {
    font-size: 2.6rem;
    font-weight: 100;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
}
.info__add {
    width: 90%;
    margin: 5rem auto 0;
}
.info__add p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
@media screen and (min-width: 1920px) {
    .info {
        padding-bottom: 150px;
    }
    .info section {
        margin-top: 100px;
    }
    /* purpose */
    .info__purpose__policy {
        margin: 50px auto 0;
    }
    .info__purpose__policy h4 {
        font-size: 36px;
        padding-left: 40px;
    }
    .info__purpose__policy h4 span {
        width: 30px;
    }
    .info__purpose__policy__cnt {
        margin: 50px auto 0;
    }
    .pdf-btn {
        height: 70px;
        border-radius: 35px;
        border: 1px solid #70D3A9;
    }
    .pdf-btn p {
        font-size: 20px;
    }
    .pdf-btn span {
        width: 25px;
        right: 30px;
    }
    .info__purpose__attempt {
        margin: 50px auto 0;
    }
    .info__purpose__attempt h4 {
        font-size: 36px;
        padding-left: 40px;
    }
    .info__purpose__attempt h4 span {
        width: 30px;
    }
    .info__purpose__attempt__cnt {
        margin: 50px auto 0;
    }
    .info__purpose__attempt__txt strong {
        font-size: 21px;
    }
    .info__purpose__attempt__txt p {
        font-size: 16px;
        margin-top: 20px;
    }
    .info__purpose__attempt__point__wrap {
        gap: 50px 60px;
        margin-top: 70px;
    }
    .info__purpose__attempt__point {
        width: calc(50% - 30px);
    }
    .info__purpose__attempt__point__img {
        height: 340px;
    }
    .info__purpose__attempt__point__number {
        font-size: 16px;
        margin-top: 30px;
    }
    .info__purpose__attempt__point h5 {
        font-size: 21px;
        margin-top: 15px;
    }
    .info__purpose__attempt__point p {
        font-size: 16px;
        margin-top: 20px;
    }
    .info__purpose__attempt a {
        margin: 70px auto 0;
    }
    .info__btn__wrap {
        gap: 30px 0;
        margin: 50px auto 0;
    }
    .page-btn {
        height: 70px;
        border-radius: 35px;
        border: 1px solid #70D3A9;
    }
    .page-btn p {
        font-size: 20px;
    }
    .page-btn span {
        font-size: 26px;
        right: 30px;
    }
    .info__add {
        margin: 50px auto 0;
    }
    .info__add p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .info {
        width: 100%;
        padding-bottom: 70px;
    }
    .info section {
        margin-top: 50px;
    }
    /* purpose */
    .info__purpose__policy {
        margin: 30px auto 0;
    }
    .info__purpose__policy h4 {
        font-size: 18px;
        padding-left: 30px;
    }
    .info__purpose__policy h4 span {
        width: 20px;
    }
    .info__purpose__policy__cnt {
        margin: 30px auto 0;
        flex-wrap: wrap;
        gap: 15px 0;
    }
    .pdf-btn {
        width: 100%;
        height: 50px;
        border-radius: 35px;
        border: 1px solid #70D3A9;
    }
    .pdf-btn:hover {
        background: #FFF;
    }
    .pdf-btn p {
        font-size: 14px;
    }
    .pdf-btn span {
        width: 16px;
        right: 20px;
    }
    .info__purpose__attempt {
        margin: 50px auto 0;
    }
    .info__purpose__attempt h4 {
        font-size: 18px;
        padding-left: 30px;
    }
    .info__purpose__attempt h4 span {
        width: 20px;
    }
    .info__purpose__attempt__cnt {
        margin: 30px auto 0;
        flex-wrap: wrap;
    }
    .info__purpose__attempt__txt {
        width: 100%;
        margin-top: 30px;
        order: 2;
    }
    .info__purpose__attempt__txt strong {
        font-size: 16px;
    }
    .info__purpose__attempt__txt p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px;
    }
    .info__purpose__attempt__img {
        width: 90%;
        max-width: 200px;
        margin: 0 auto;
        order: 1;
    }
    .info__purpose__attempt__point__wrap {
        gap: 30px 0;
        margin-top: 50px;
    }
    .info__purpose__attempt__point {
        width: 100%;
    }
    .info__purpose__attempt__point__img {
        height: 200px;
    }
    .info__purpose__attempt__point__number {
        font-size: 12px;
        margin-top: 20px;
    }
    .info__purpose__attempt__point h5 {
        font-size: 16px;
        margin-top: 5px;
    }
    .info__purpose__attempt__point p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 15px;
    }
    .info__purpose__attempt a {
        margin: 30px auto 0;
    }
    .info__btn__wrap {
        gap: 15px 0;
        margin: 30px auto 0;
    }
    .info__btn__wrap div,
    .info__btn__wrap div:nth-child(3) {
        gap: 1.5rem
    }
    .info__btn__wrap div,
    .info__btn__wrap div:nth-child(3) .pdf-btn {
        width: 100%;
    }
    .page-btn {
        height: 50px;
        border-radius: 38px;
        border: 1px solid #70D3A9;
    }
    .page-btn:hover {
        background: #FFF;
        transition: all .3s ease;
    }
    .page-btn p {
        font-size: 14px;
    }
    .page-btn span {
        font-size: 16px;
        right: 20px;
    }
    .page-btn.half {
        width: 100%;
    }
    .info__add {
        margin: 30px auto 0;
    }
    .info__add p {
        font-size: 12px;
    }
}
@media screen and (max-width: 393px) {
    .info {
        padding-bottom: 7rem;
    }
    .info section {
        margin-top: 5rem;
    }
    /* purpose */
    .info__purpose__policy {
        margin: 3rem auto 0;
    }
    .info__purpose__policy h4 {
        font-size: 1.8rem;
        padding-left: 3rem;
    }
    .info__purpose__policy h4 span {
        width: 2rem;
    }
    .info__purpose__policy__cnt {
        margin: 3rem auto 0;
        flex-wrap: wrap;
        gap: 1.5rem 0;
    }
    .pdf-btn {
        height: 5rem;
        border-radius: 3.5rem;
        border: .1rem solid #70D3A9;
    }
    .pdf-btn p {
        font-size: 1.4rem;
    }
    .pdf-btn span {
        width: 1.6rem;
        right: 2rem;
    }
    .info__purpose__attempt {
        margin: 5rem auto 0;
    }
    .info__purpose__attempt h4 {
        font-size: 1.8rem;
        padding-left: 3rem;
    }
    .info__purpose__attempt h4 span {
        width: 2rem;
    }
    .info__purpose__attempt__cnt {
        margin: 3rem auto 0;
    }
    .info__purpose__attempt__txt {
        margin-top: 3rem;
    }
    .info__purpose__attempt__txt strong {
        font-size: 16px;
    }
    .info__purpose__attempt__txt p {
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }
    .info__purpose__attempt__img {
        max-width: 20rem;
    }
    .info__purpose__attempt__point__wrap {
        gap: 3rem 0;
        margin-top: 5rem;
    }
    .info__purpose__attempt__point__img {
        height: 20rem;
    }
    .info__purpose__attempt__point__number {
        font-size: 1.2rem;
        margin-top: 2rem;
    }
    .info__purpose__attempt__point h5 {
        font-size: 16px;
        margin-top: .5rem;
    }
    .info__purpose__attempt__point p {
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }
    .info__purpose__attempt a {
        margin: 3rem auto 0;
    }
    .info__btn__wrap {
        gap: 1.5rem 0;
        margin: 3rem auto 0;
    }
    .page-btn {
        height: 5rem;
        border-radius: 3.8rem;
        border: .1rem solid #70D3A9;
    }
    .page-btn p {
        font-size: 1.4rem;
    }
    .page-btn span {
        font-size: 16px;
        right: 2rem;
    }
    .info__add {
        margin: 3rem auto 0;
    }
    .info__add p {
        font-size: 1.2rem;
    }
}



/* QUESTIONNAIRE */
.questionnaire {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 15rem;
}
.questionnaire section {
    margin-top: 10rem;
}
.questionnaire section:first-child {
    margin-top: 0;
}
/* purpose */
.questionnaire__results {
    width: 100%;
}
.questionnaire__results__container {
    width: 90%;
    max-width: 1200px;
    margin: 5rem auto 0;
}
.questionnaire__results__cnt {
    margin: 5rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem 0;
}
.pdf-btn {
    display: block;
    width: 47.5%;
    height: 7rem;
    text-align: center;
    border-radius: 3.5rem;
    border: .1rem solid #70D3A9;
    position: relative;
    transition: all .3s ease;
}
.pdf-btn:hover {
    background: #70D3A9;
    transition: all .3s ease;
}
.pdf-btn p {
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pdf-btn span {
    width: 2.5rem;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
}
.pdf-btn span img {
    width: 100%;
    vertical-align: middle;
}
@media screen and (min-width: 1920px) {
    .questionnaire {
        padding-bottom: 150px;
    }
    .questionnaire section {
        margin-top: 100px;
    }
    .questionnaire__results__container {
        margin: 50px auto 0;
    }
    .questionnaire__results__cnt {
        margin: 50px auto 0;
        gap: 30px 0;
    }
    .pdf-btn {
        height: 70px;
        border-radius: 35px;
        border: 1px solid #70D3A9;
    }
    .pdf-btn p {
        font-size: 20px;
    }
    .pdf-btn span {
        width: 25px;
        right: 30px;
    }
}
@media screen and (max-width: 768px) {
    .questionnaire {
        width: 100%;
        padding-bottom: 70px;
    }
    .questionnaire section {
        margin-top: 50px;
    }
    .questionnaire__results__container {
        margin: 30px auto 0;
    }
    .questionnaire__results__cnt {
        margin: 30px auto 0;
        flex-wrap: wrap;
        gap: 15px 0;
    }
    .pdf-btn {
        width: 100%;
        height: 50px;
        border-radius: 35px;
        border: 1px solid #70D3A9;
    }
    .pdf-btn:hover {
        background: #FFF;
    }
    .pdf-btn p {
        font-size: 14px;
    }
    .pdf-btn span {
        width: 16px;
        right: 20px;
    }
}
@media screen and (max-width: 393px) {
    .questionnaire {
        padding-bottom: 7rem;
    }
    .questionnaire section {
        margin-top: 5rem;
    }
    .questionnaire__results__container {
        margin: 3rem auto 0;
    }
    .questionnaire__results__cnt {
        margin: 3rem auto 0;
        flex-wrap: wrap;
        gap: 1.5rem 0;
    }
    .pdf-btn {
        height: 5rem;
        border-radius: 3.5rem;
        border: .1rem solid #70D3A9;
    }
    .pdf-btn p {
        font-size: 1.4rem;
    }
    .pdf-btn span {
        width: 1.6rem;
        right: 2rem;
    }
}



/* ACCESS */
.access {
    width: 90%;
    max-width: 1440px;
    padding-bottom: 150px;
    margin: 0 auto;
}
.access__container {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
}
.access__cnt__wrap {
    border-bottom: 1px solid #707070;
    padding: 100px 0;
}
.access__cnt__wrap:first-child {
    padding: 0 0 100px 0;
}
.access__cnt__wrap:last-child {
    border-bottom: none;
    padding: 100px 0 0 0;
}
.access__cnt {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.access__cnt h4 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
}
.access__cnt h4 span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}
.access__cnt h4 span::before {
    content: '';
    width: 100px;
    height: 1px;
    background: #4DB957;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.access__map {
    width: 100%;
    margin: 50px auto 0;
}
.access__map img {
    width: 100%;
}
.access__exp {
    margin-top: 20px;
}
.access__exp li {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.access__btn__wrap {
    width: 100%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 0 50px;
}
.access__btn__wrap a {
    display: block;
    width: calc(50% - 2.5rem);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    border: 1px solid #70D3A9;
    border-radius: 30px;
    padding: 15px 0;
    position: relative;
    transition: all .3s ease;
}
.access__btn__wrap a:hover {
    background: #70D3A9;
    transition: all .3s ease;
}
.access__btn__wrap a span {
    display: block;
    font-size: 26px;
    font-weight: 100;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
@media screen and (max-width: 1120px) {
    .access__btn__wrap {
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .access__btn__wrap a {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .access {
        padding-bottom: 70px;
    }
    .access__container {
        margin: 30px auto 0;
    }
    .access__cnt__wrap {
        border-bottom: 1px solid #707070;
        padding: 50px 0;
    }
    .access__cnt__wrap:first-child {
        padding: 0 0 50px 0;
    }
    .access__cnt__wrap:last-child {
        padding: 50px 0 0 0;
    }
    .access__cnt {
        max-width: 400px;
    }
    .access__cnt h4 {
        font-size: 30px;
    }
    .access__cnt h4 span {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .access__cnt h4 span::before {
        width: 100px;
        height: 1px;
    }
    .access__map {
        margin: 15px auto 0;
    }
    .access__exp {
        margin-top: 15px;
    }
    .access__exp li {
        font-size: 14px;
        line-height: 1.5;
    }
    .access__btn__wrap {
        max-width: 350px;
        margin: 30px auto 0;
        flex-wrap: wrap;
        gap: 15px 0;
    }
    .access__btn__wrap a {
        width: 100%;
        font-size: 16px;
        border: 1px solid #70D3A9;
        border-radius: 30px;
        padding: 13px 0;
    }
    .access__btn__wrap a:hover {
        background: transparent;
    }
    .access__btn__wrap a span {
        font-size: 16px;
        right: 20px;
    }
}
@media screen and (max-width: 393px) {
    .access {
        padding-bottom: 7rem;
    }
    .access__container {
        margin: 3rem auto 0;
    }
    .access__cnt__wrap {
        border-bottom: .1rem solid #707070;
        padding: 5rem 0;
    }
    .access__cnt__wrap:first-child {
        padding: 0 0 5rem 0;
    }
    .access__cnt__wrap:last-child {
        padding: 5rem 0 0 0;
    }
    .access__cnt h4 {
        font-size: 3rem;
    }
    .access__cnt h4 span {
        font-size: 1.4rem;
        padding-bottom: .5rem;
    }
    .access__cnt h4 span::before {
        width: 10rem;
        height: .1rem;
    }
    .access__map {
        margin: 1.5rem auto 0;
    }
    .access__exp {
        margin-top: 1.5rem;
    }
    .access__exp li {
        font-size: 1.4rem;
    }
    .access__btn__wrap {
        margin: 3rem auto 0;
        gap: 1.5rem 0;
    }
    .access__btn__wrap a {
        font-size: 16px;
        border: .1rem solid #70D3A9;
        border-radius: 3rem;
        padding: 1.3rem 0;
    }
    .access__btn__wrap a span {
        font-size: 16px;
        right: 2rem;
    }
}
