@charset "UTF-8";

/*=========================================================
mv
=========================================================*/

#mv {
    overflow-x: hidden;
    width: 100vw;
    height: auto;
    z-index: 0;
}

.mv__phArea {
    margin-top: 10px;
    height: 165vw;
    max-height: 1000px;
    background: url(../img/mv-bg.jpg) no-repeat left bottom / cover;
}
@media screen and (min-width:768px) {
    .mv__phArea {
        height: 150vw;
        max-height: 1290px;
    }
}
@media screen and (min-width:1024px) {
    .mv__phArea {
        height: 50vw;
        max-height: 700px;
        background: url(../img/mv-bg-pc.jpg) no-repeat center top / cover;
    }
}
@media screen and (min-width:1536px) {
    .mv__phArea {
        height: 43vw;
        max-height: 1200px;
    }
}
@media screen and (min-width:1920px) {
    .mv__phArea {
        height: 39vw;
    }
}
@media screen and (min-width:2560px) {
    .mv__phArea {
        background-size: contain;
    }
}

.mv__textWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainCopy {
    padding: 22vw 0 4vw;
}

.mainCopy h1 {
    text-align: center;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 3px 10px #7DB8EB;
}
@media screen and (min-width:1024px) {
    .mainCopy h1 {
        line-height: 1.15;
    }
}

.mainCopy h1 span.firstLine {
    display: block;
    margin-bottom: .7em;
    font-size: clamp(2.7rem,5vw,4.6rem);
    font-weight: 700;
}

.mainCopy h1 span.facilityName {
    display: block;
    margin-bottom: .5em;
    font-size: clamp(1.5rem,2.5vw,2.2rem);
}

.mainCopy h1 span.secondLine {
    font-size: clamp(5rem,9.5vw,8.8rem);
    font-weight: 900;
}

@media screen and (max-width:360px) {
    .mainCopy h1 span.firstLine {
        font-size: 6vw;
    }
    .mainCopy h1 span.facilityName {
        font-size: 3.5vw;
    }
    .mainCopy h1 span.secondLine {
        font-size: 12vw;
    }
}

.mainCopy + .flex {
    justify-content: center;
}

.open {
    margin-right: 13px;
    width: 30%;
    max-width: 200px;
}

.point p {
    display: inline-block;
    font-size: clamp(1.6rem,3.5vw,2.4rem);
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (max-width:389.98px) {
    .point p {
        font-size: 92%;
    }
}

.point p:first-of-type {
    margin-bottom: .5em;
}

.point p span {
    display: inline-block;
    background: #fff;
}
.point p:first-of-type span {
    padding: 0 .5em;
}
.point p:last-of-type span:first-of-type {
    padding: 0 .15em 0 .5em;
}
.point p:last-of-type span:last-of-type {
    padding: 0 .5em 0 .15em;
    transform: translateX(-1px);
}

@media screen and (min-width:1024px) {

    .mv__textWrap {
        position: relative;
        left: -20%;
    }

    .mainCopy {
        display: inline-block;
        padding: 11vw 0 20px;
    }
    .mainCopy h1 {
        display: inline-block;
    }

    .mainCopy h1 span.firstLine {
        font-size: clamp(2.7rem,2.5vw,4.6rem);
    }

    .mainCopy h1 span.facilityName {
        font-size: clamp(1.5rem,1.5vw,2.2rem);
    }

    .mainCopy h1 span.secondLine {
        font-size: clamp(5rem,6.2vw,8.8rem);
    }

    .open {
        width: 12%;
    }

    .point {
        display: inline-block;
        width: auto;
    }
    .point p {
        font-size: clamp(1.6rem,1.5vw,2.4rem);
    }
}

@media screen and (min-width:1280px) {
    .mainCopy {
        padding: 130px 0 20px;
    }
}
@media screen and (min-width:1920px) {
    .mainCopy {
        padding: 7vw 0 20px;
    }
    .open {
        width: 33%;
    }
}
@media screen and (min-width:2560px) {
    .mv__textWrap {
        left: -15%;
    }
    .mainCopy {
        padding: 300px 0 20px;
    }
}

.mv__occupationArea p {
    margin: 20px auto 12px;
    width: 50vw;
    max-width: 330px;
    line-height: 1;
}

.occupationList {
    align-items: baseline;
    margin: 0 auto;
    max-width: 1400px;
}
@media screen and (min-width:1024px) {
    .occupationList {
        margin-bottom: 20px;
    }
}

.occupationItem {
    width: calc(100% / 4);
}

/*=========================================================
intro
=========================================================*/

#intro {
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(180deg,rgba(213, 247, 255, 1) 0%, rgba(246, 255, 253, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
@media screen and (max-width:360px) {
    #intro p {
        text-align: left;
    }
    #intro br {
        display: none !important;
    }
}

#intro p:first-of-type {
    margin-bottom: 30px;
}
#intro p:last-of-type {
    margin-bottom: 50px;
}

@media screen and (min-width:768px) {
    #intro {
        padding: 100px 0;
    }

    #intro p:first-of-type {
        margin-bottom: 40px;
    }
    #intro p:last-of-type {
        margin-bottom: 70px;
    }
}
@media screen and (min-width:1024px) {
    #intro {
        padding: 120px 0;
    }
}

/*=========================================================
merit
=========================================================*/
#merit {
    position: relative;
    padding: 240px 0 60px;
    color: #fff;
    background: linear-gradient(white 0 141px, transparent 141px),url(../img/bg.png);
    background-size: 160px;
    overflow: hidden;
}
@media (min-width: 414px) {
    #merit {
        padding: 280px 0 60px;
    }
}
@media (min-width: 600px) {
    #merit {
        padding: 350px 0 120px;
    }
}
@media (min-width: 1024px) {
    #merit {
        padding: 350px 0 150px;
    }
}

/* 白い上端のくり抜き（三角形） */
.v-cut::before {
    content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    height: 20vw; /* ▼の高さ */
    max-height: 160px;
    background: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    z-index: 1;
}
@media (min-width: 1281px) {
    .v-cut::before {
        max-width: 1000px;
    }
}

#merit h2 {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    z-index: 2;
}
@media (min-width: 768px) {
    #merit h2 {
        width: 60%;
        max-width: 550px;
    }
}

.meritItem:not(:last-of-type) {
    margin-bottom: 50px;
}

.meritItem .textArea {
    margin-bottom: 1.3em;
}

.meritItem .num {
    margin-bottom: 1em;
}

.meritItem:first-of-type .num {
    width: 20%;
    max-width: 80px;
}
.meritItem:nth-of-type(2) .num,
.meritItem:last-of-type .num {
    width: 22%;
    max-width: 100px;
}

.meritItem h3 .band {
    padding: 0 .2em .1em;
    color: #F8BC1D;
    font-size: clamp(1.8rem,2.5vw,2.2rem);
    background: #fff;
}
.meritItem h3 .main {
    display: block;
    margin: .3em 0 .7em;
    font-size: clamp(3.6rem,5vw,4.6rem);
}

.meritItem .ph {
    max-width: 500px;
}

@media (min-width: 768px) {
    .meritItem .textArea {
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {

    .meritItem:first-of-type,
    .meritItem:nth-of-type(2) {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 100px;
    }

    .meritItem:first-of-type .textArea,
    .meritItem:nth-of-type(2) .textArea {
        margin-bottom: -.7em;
        width: 45%;
    }

    .meritItem .ph {
        width: 50%;
    }
}

/*
03
-----------------------*/

.treatmentList {
    padding: 35px 7vw;
    background: #fff;
    border-radius: 8px;
}

.treatmentItem {
    justify-content: flex-start;
    margin-bottom: 1em;
    width: 49%;
}
.treatmentItem:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .treatmentList {
        padding: 35px 35px;
    }
    .treatmentItem {
        width: 32%;
    }
    .treatmentItem:nth-of-type(7),
    .treatmentItem:nth-of-type(8),
    .treatmentItem:last-of-type {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .treatmentList {
        padding: 30px 45px 40px 40px;
    }
    .treatmentItem:nth-of-type(3n) {
        width: 30%;
    }
}

@media (min-width: 1280px) {
    .treatmentList {
        padding: 35px 55px 50px 55px;
    }
    .treatmentItem:first-of-type,
    .treatmentItem:nth-of-type(4),
    .treatmentItem:nth-of-type(7) {
        width: 30%;
    }
}

.treatmentItem .icon {
    justify-content: center;
    margin-right: .7em;
    width: 12vw;
    max-width: 65px;
}
.treatmentItem:first-of-type .icon img {
    width: 100%;
}
.treatmentItem:nth-of-type(2) .icon img {
    width: 55%;
}
.treatmentItem:nth-of-type(3) .icon img {
    width: 70%;
}
.treatmentItem:nth-of-type(4) .icon img {
    width: 100%;
}
.treatmentItem:nth-of-type(5) .icon img {
    width: 70%;
}
.treatmentItem:nth-of-type(6) .icon img {
    width: 80%;
}
.treatmentItem:nth-of-type(7) .icon img {
    width: 85%;
}
.treatmentItem:nth-of-type(8) .icon img {
    width: 90%;
}
.treatmentItem:last-of-type .icon img {
    width: 83%;
}

.treatmentItem p {
    color: #333;
    font-size: clamp(1.45rem,2.5vw,2rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    white-space: nowrap;
}

/*=========================================================
workplace
=========================================================*/

#workplace {
    padding: 70px 0 30px;
    text-align: center;
}
@media (min-width: 768px) {
    #workplace {
        padding: 100px 0 60px;
    }
}

.facilityInfo p {
    line-height: 1.4;
}
.facilityInfo p:first-of-type {
    display: inline-block;
    padding: .3em 1.2em;
    font-size: clamp(1.4rem,1.8vw,1.6rem);
    letter-spacing: .05em;
    background: #FFF9DE;
    border-radius: 100vh;
}
.facilityInfo p:last-of-type {
    margin: .2em 0 .8em;
    font-size: clamp(1.8rem,2.2vw,2rem);
    font-weight: 700;
}

/*
slider
---------------------------*/
.slick-slide  {
    width: 90vw !important;
    max-width: 920px !important;
    height: auto !important;
}

.slideImg {
    margin: 0 2.5%;
}

.slideImg img {
    border-radius: .4em;
}

.slick-next,
.slick-prev {
    top: 47% !important;
}

.slick-next {
    right: 50% !important;
    transform: translate(49.9vw, -50%) !important;
}

.slick-prev {
    left: 50% !important;
    transform: translate(-49.9vw, -50%) !important;
}

@media screen and (min-width:600px) {
    .slick-next {
        right: 50% !important;
        transform: translate(47vw, -50%) !important;
    }

    .slick-prev {
        left: 50% !important;
        transform: translate(-47vw, -50%) !important;
    }
}
@media screen and (min-width:1024px) {
    .slick-next {
        right: 50% !important;
        transform: translate(495px, -50%) !important;
    }

    .slick-prev {
        left: 50% !important;
        transform: translate(-495px, -50%) !important;
    }
}

.slick-arrow {
    width: 13vw !important;
    max-width: 65px !important;
    height: 13vw !important;
    max-height: 65px !important;
    z-index: 2 !important;
}

.slick-prev::before,
.slick-next::before {
    font-size: clamp(5rem,10vw,6.5rem) !important;
    color: transparent !important;
    opacity: 1 !important;
}
.slick-prev::before {
    background: url(../img/arrow-prev.svg) no-repeat !important;
    background-size: contain !important;
}
.slick-next::before {
    background: url(../img/arrow-next.svg) no-repeat !important;
    background-size: contain !important;
}

.slick-dots {
    bottom: -.7em !important;
    line-height: 1;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
    width: 1em !important;
    height: 1em !important;
    font-size: clamp(1rem,1.2vw,1.2rem) !important;
}
.slick-dots li button:before {
    color: #cbcbcb !important;
}
.slick-dots li.slick-active button:before {
    color: #2AC0E4 !important;
}

@media (min-width: 1024px) {
    .slider {
        margin: 0 auto;
        max-width: 920px;
    }

    .slideImg {
        margin: 0 10px;
    }
}

.slider + p {
    margin: 50px auto 60px;
}
@media (min-width: 768px) {
    .slider + p {
        margin: 70px auto 80px;
    }
}

/*=========================================================
voices
=========================================================*/

#voices {
    padding: 70px 0 60px;
}
@media (min-width: 768px) {
    #voices {
        padding: 100px 0 120px;
    }
}
@media (min-width: 1024px) {
    #voices {
        padding: 100px 0 220px;
    }
}

#voices h2 span {
    display: block;
    font-size: clamp(1.6rem,2.5vw,2rem);
    line-height: 1.1;
}

.voicesList {
    margin: 0 auto;
    max-width: 600px;
}

.voicesItem {
    margin-bottom: 30px;
    padding: 20px 0;
    width: 100%;
    background: #FFFCEF;
    border-radius: 8px;
}
.voicesItem:last-of-type {
    margin-bottom: 0;
}

.voicesItem__inner {
    margin: 0 auto;
    width: 88%;
    max-width: 450px;
}

.phArea {
    width: 30%;
    max-width: 120px;
    text-align: center;
    font-size: 85%;
}
.phArea p {
    font-weight: 400;
}

.mainText {
    width: 63%;
    font-size: 90%;
}

@media (min-width: 768px) {
    .voicesItem {
        padding: 30px 0;
    }
}

@media (min-width: 1024px) {

    .voicesList {
        max-width: 100%;
    }

    .voicesItem {
        margin-bottom: 50px;
        padding: 35px 0;
        width: 48%;
    }

    .voicesItem:nth-of-type(3) {
        margin-bottom: 0;
    }

    .voicesItem:nth-of-type(2),
    .voicesItem:last-of-type {
        transform: translateY(90px);
    }

    .voicesItem__inner {
        width: 82%;
    }
}

/*=========================================================
requirements
=========================================================*/
#requirements {
    padding: 70px 0 60px;
    background: #DFF7FC;
}
@media (min-width: 768px) {
    #requirements {
        padding: 100px 0 100px;
    }
}
@media (min-width: 1024px) {
    #requirements {
        padding: 100px 0 140px;
    }
}

.tabInfo {
    margin: 30px auto 20px;
    text-align: center;
    font-size: 83%;
    font-weight: 400;
}
.tabInfo::before {
    display: inline-block;
    content: "▼";
    margin-right: .3em;
    transform: translateY(-.1em);
    font-size: 88%;
}

@media (min-width: 768px) {
    .tabInfo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 50px auto 20px;
    }
}

/*===== tab =====*/
.tab {
    flex-direction: row;
    margin-bottom: .7em;
}

.tabItem {
    width: 32%;
}

.tabItem:first-of-type,
.tabItem:nth-of-type(2) {
    width: 49.1%;
}

.tabLink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .6em;
    padding: 1em .2em;
    text-align: center;
    text-decoration: none;
    color: #2AC0E4;
    font-weight: 700;
    line-height: 1.2;
    background-color: #fff;
    border: 2px solid #2AC0E4;
    border-radius: 7px;
}
.tabLink.on {
    color: #fff;
    background-color: #2AC0E4;
}
@media screen and (max-width:370px) {
    .tabLink {
        max-height: 48.8px;
        font-size: 88%;
    }
}

.tabLink:not(.on):hover {
    color: #8ae1f7;
    border: 2px solid #8ae1f7;
    cursor: pointer;
}

@media screen and (min-width:1024px){
    .tabItem,
    .tabItem:first-of-type,
    .tabItem:nth-of-type(2) {
        width: 19%;
    }

    .tabLink {
        padding: .8em .2em;
    }
}

.tabBody {
    margin-bottom: 40px;
}
@media screen and (min-width:768px){
    .tabBody {
        margin-bottom: 60px;
    }
}

.tabBody__item {
    display: none;
}
.tabBody__item.on {
    display: block;
}

.jobDetail {
    padding: 30px 5vw;
    font-size: clamp(1.6rem,2vw,1.8rem);
    background: #fff;
    border-radius: 8px;
}
@media screen and (min-width:768px){
    .jobDetail {
        padding: 50px 5vw;
    }
}
@media screen and (min-width:1024px){
    .jobDetail {
        padding: 70px;
    }
}

.jobDetail__itemName {
    margin-bottom: .8em;
    font-size: 94%;
    font-weight: 900;
    line-height: 1.4;
}
.jobDetail__itemName:not(:first-of-type) {
    margin-top: 1.5em;
}

.jobDetail__cont {
    padding-bottom: 1.4em;
    font-weight: 400;
    line-height: 1.6;
    border-bottom: 1px solid #2AC0E4;
}

.jobDetail__cont:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.jobDetail__cont dt {
    font-weight: 400;
}

/* ▼ p または ul または dl が1つ以上ある場合 */
.jobDetail__cont:has(p, ul, dl) {
    padding-bottom: 0;
}

.jobDetail__cont > p,
.jobDetail__cont dl,
.jobDetail__cont .annotationList,
.jobDetail__cont .benefitList,
.jobDetail__cont .salaryList {
    margin-bottom: 1.4em;
}

.jobDetail__cont li:not(.benefitItem li, .stepItem) {
    padding-left: 1em;
    text-indent: -1em;
}

.jobDetail__cont .annotationItem::before {
    content: "＊";
}

.jobDetail__cont .benefitItem::before {
    content: "■";
}

.jobDetail__cont .salaryItem::before {
    content: "●";
}

.jobDetail.common {
    background: none;
    border: 1px solid #2AC0E4;
}

.stepItem:not(:last-of-type) {
    margin-bottom: .8em;
}

.closing {
    margin-top: 50px;
    color: #2AC0E4;
    text-align: center;
    font-size: clamp(2rem,3.5vw,3rem);
    font-weight: 700;
    line-height: 1.7;
}
@media screen and (min-width:768px){
    .closing {
        margin-top: 80px;
    }
}
@media screen and (min-width:1024px){
    .closing {
        margin-top: 100px;
    }
}

/*=========================================================
entry
=========================================================*/
#entry {
    padding: 70px 0 60px;
    background: linear-gradient(133deg,rgba(154, 240, 216, 1) 0%, rgba(42, 192, 228, 1) 30%);
}
#entry h2,
#entry h2 + p,
#entry p.ta-center {
    color: #fff;
}
@media (min-width: 768px) {
    #entry {
        padding: 100px 0 100px;
        background: linear-gradient(133deg,rgba(154, 240, 216, 1) 0%, rgba(42, 192, 228, 1) 50%);
    }
}
@media (min-width: 1024px) {
    #entry {
        padding: 100px 0 140px;
    }
}

form {
    margin: 0 auto;
    max-width: 600px;
}
@media (min-width: 1024px) {
    form {
        max-width: 700px;
    }
}

.formItem {
    margin-top: 35px;
    letter-spacing: .05em;
}

.formItem:first-of-type {
    margin-top: 50px;
}
@media (min-width: 768px) {
    .formItem:first-of-type {
        margin-top: 80px;
    }
}

.itemName {
    justify-content: flex-start;
    color: #fff;
    font-size: clamp(1.8rem,2.5vw,2.2rem);
}

.itemName label {
    font-weight: 700;
}

.formItem .required,
.formItem .any {
    margin-right: .6em;
    padding: 0 .8em;
    font-size: 81.5%;
    font-weight: 400;
    line-height: 1.6;
    border-radius: 3px;
}

.formItem .required {
    background: #F8BC1D;
}

.formItem .any {
    color: #2AC0E4;
    background: #fff;
}

input[type="text"],
input[type="email"],
select,
textarea {
    margin-top: 5px;
    padding: .5em 1em;
    width: 100%;
    height: 55px;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    border-radius:7px;
}

textarea {
    padding: 1em;
    height: 280px;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border: solid 2px #F8BC1D;
    outline: none;
}

.checkboxGroup {
    margin-top: .8em;
    display: flex;
    flex-direction: column;
    gap: .2em;
}

.checkboxGroup label {
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.checkboxGroup input[type="checkbox"] {
    margin-right: .5em;
    transform: scale(1.5);
}

::placeholder {
    color: #acacac;
    font-size: clamp(1.5rem,2vw,1.8rem);
}

/*
applyBtn
------------------------------------*/

.applyBtn {
    display: flex;
    justify-content: center;
    position: relative;
    background: #F8BC1D;
    width: 85%;
    max-width: 420px;
    color: #fff;
}

.applyBtn:first-of-type {
    margin-top: 40px;
}
@media (min-width: 768px) {
    .applyBtn:first-of-type {
        margin-top: 60px;
    }
}

.applyBtn:hover {
    background: #ffd769;
    opacity: 1;
}

.applyBtn.back {
    color: #333;
    background: #D5D5D5;
}

.applyBtn.back:hover {
    background: #e3e3e3;
}

.applyBtn__text {
    font-size: clamp(2.2rem,3vw,2.6rem);
}
@media (max-width: 350px) {
    .applyBtn__text {
        font-size: 2rem;
    }
}

.btn-arrow {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 20px;
}

.btn-arrow::before,
.btn-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    width: 12px;
    height: 2px;
    background-color: #fff;
    transform-origin: calc(100% - 1px) 50%;
}

.btn-arrow::before {
    transform: rotate(52.5deg);
}

.btn-arrow::after {
    transform: rotate(-52.5deg);
}


/*-------------------------------------
page-confirm / page-thanks
--------------------------------------*/

    #page-confirm,
    #page-thanks {
        padding-bottom: 50px;
    }
    @media (min-width: 768px) {
        #page-confirm,
        #page-thanks {
            padding-bottom: 80px;
        }
    }

    #page-confirm h2,
    #page-thanks h2 {
        margin-bottom: 50px;
        padding: calc(55px + 1em) 0 1em;
        text-align: center;
        font-size: clamp(2.6rem,5vw,5rem);
        color: #fff;
        background: #2AC0E4;
    }
    @media (min-width: 768px) {
        #page-confirm h2,
        #page-thanks h2 {
            margin-bottom: 80px;
            padding: calc(65px + 1em) 0 1em;
        }

        #page-confirm .inner > p,
        #page-thanks .inner > p {
            text-align: center;
        }
    }

    @media (min-width: 1024px) {
        #page-confirm h2,
        #page-thanks h2 {
            margin-bottom: 100px;
            padding: calc(70px + 1em) 0 1em;
        }
    }

    #page-confirm .itemName {
        color: inherit;
    }

    .applyBtn__wrap {
        padding-top: 10px;
    }
    @media (min-width: 768px) {
        .applyBtn__wrap {
            padding-top: 20px;
        }
    }

    .back {
    margin-bottom: 20px;
    }

    .back .btn-arrow {
        left: 5%;
    }

    .back .btn-arrow::before,
    .back .btn-arrow::after {
        right: auto;
        left: 0;
        transform-origin: 1px 50%;
    }

    #page-thanks {
        min-height: calc(100vh - 280px);
    }


/*===========================================================
learn-more
===========================================================*/
#learn-more {
    padding: 50px 0 60px;
    text-align: center;
    background: #FFFCEF;
}

#learn-more h4 {
    margin-bottom: 30px;
    font-size: clamp(1.6rem, 2.5vw, 2rem);
    line-height: 1.7;
}

@media screen and (min-width:768px) {
    #learn-more {
        padding: 70px 0 80px;
    }

    #learn-more h4 {
        margin-bottom: 35px;
    }
}

.noteLink {
    margin: 0 auto;
    padding: .6em 1.5em;
    color: #2AC0E4;
    font-weight: 700;
    width: fit-content;
    min-width: 270px;
    max-width: 350px;
    line-height: 1.25;
    background: #fff;
    border: solid 2px #2AC0E4;
    border-radius: 100vh;
}
@media screen and (max-width:300px) and (min-width:645px){
    .noteLink {
        width: 100%;
        min-width: auto;
    }
}
@media screen and (min-width:645px) {
    .noteLink {
        width: 60%;
        min-width: auto;
    }
}

.noteLink:first-of-type {
    margin-bottom: .7em;
}

.noteLink:hover {
    color: #8ae1f7;
    border: 2px solid #8ae1f7;
}

/*
入力エラーメッセージ
-------------------------*/
.error-text {
   margin-top: 5px;
   color: #ff0000;
   font-weight: 500;
   font-size: 1.5rem;
}

/*
エラーメッセージ
-------------------------*/
.error-message {
   text-align: center;
   border-bottom: 2px solid #ff0000;
   border-top: 2px solid #ff0000;
   color: #ff0000;
   padding: 10px;
   font-weight: 700;
   margin-bottom: 30px;
   margin-top: 30px;
   font-size: 1.7rem;
}