html {
    margin: 0 !important;
    padding: 0 !important;
    scroll-behavior: smooth;
}

.body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* .page01::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../img/bg-pc.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
} */

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.heading {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 100px min(15%, 180px);
    box-sizing: border-box;
}

a {
    display: inline-block;
}

a:hover {
    opacity: 0.8;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

address {
  font-style: normal;
}

@media screen and (max-width: 960px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .heading {
        max-width: 480px;
        padding: 80px min(5.333%, 20px);
    }

    /* .page01::before {
            background-image: url('../img/bg-sp.png');
    } */

}

/* header */
.header01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s, padding 0.3s;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

/* .header01.is-scrolled {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
} */

.nav01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 0 0 20px;
    background: rgba(255,255,255,0);
    box-sizing: border-box;
}

.header-logo {
    text-decoration: none;
    width: min(29.417vw, 353px);
    margin: 0;
}

.header-left-text1 {
    font-family: 'Rounded M+ 1c';
    font-size: min(1.667vw, 20px);
    color: #FFFFFF;
    margin: 0 0 0 min(1.667vw, 20px);
    background: #0052A1 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 5px min(1.667vw, 20px);
    box-sizing: border-box;
}


.header-left,
.header-right {
    display: flex;
    align-items: center;
    height: 80px;
}

.header-ul {
    display: flex;
    align-items: center;
    line-height: 1;
}

.header-li {
    margin: 0 min(1.667vw, 20px) 0 0;
}

.header-text1 {
    font-family: 'Rounded M+ 1c';
    text-decoration: none;
    color: #464340;
    font-size: min(1.333vw, 16px);
    font-weight: 700;
    margin: 0;
}

.header-text1:hover {
    text-decoration: none;
    color: #0052A1;
}

/* .header01.is-scrolled .header-text1 {
 color: #000000;
} */


@media screen and (max-width: 960px) {
    .header01 {
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        top: 0;
    }

    .nav01 {
        width: 100%;
        height: 50px;
        padding: 0;
        border-radius: 0;
        margin: 0;
    }

    .header-left {
        width: 100%;
        display: flex;
        align-items: center;
        height: 50px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .header-left ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-logo {
        width: min(50.667vw,190px);
        margin: 0;
        position: relative;
        z-index: 1001;
        transition: opacity 0.2s ease-in-out;
        /* display: none;
        opacity: 0; */
     }   

     .header-left-text1 {
        font-size: min(3.467vw, 13px);
        padding: 3px min(2.667vw, 10px);
    }

    .header-logo.visible {
        display: block;
        opacity: 1;
    }

/* ハンバーガーモーダル */
    .header-text1 {
        font-size: 16px;
        /* padding: 0 20px; */
        margin: 0;
        display: flex;
        font-weight: 700;
        justify-content: space-between;
        box-sizing: border-box;
        color: #464340;
    }

    .header-icon1 {
        width: 10px;
        margin: 0 5px 0 0;
    }

    .header-icon2 {
        width: 30px;
    }

    .header-modal {
        position: fixed;
        top: 50px;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: right 0.3s ease-in-out;
        z-index: 1000;
        overflow-y: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
        /* box-shadow: 0px 1px 6px #00000029; */
    }

    .header-modal.is-active {
        right: 0;
        display: flex;
    }

    .header-ul {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .header-ul2 {
        width: 100%;
        padding: 20px 0;
    }

    .header-img1 {
        margin: 0 15px 0 0;
        padding: 20px 0 0 0;
    }

    .header-li {
        width: 100%;
        border-bottom: 1px solid #F2F2F2;
        padding: 20px 0;
        margin: 0;
        border-right: none;
    }

    .header-li._last {
        border-bottom: none;
    }
/* ハンバーガーボタン */
    .ham-btn {
      width: 50px;
      height: 50px;
      border: none;
        background: #0052A1 0% 0% no-repeat padding-box;
        position: relative;
      cursor: pointer;
      z-index: 1001;
      margin: 0;

    }
    .ham-btn span {
      position: absolute;
      height: 2px;
      background: #fff;
      border-radius: 2px;
      transition: all 0.3s ease;
    }

    .ham-btn span:nth-of-type(1) {
      width: 30px;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
    }

    .ham-btn span:nth-of-type(2) {
      width: 30px;
      top: 30px;
      left: 50%;
      transform: translateX(-50%);
    }

    .ham-btn.is-active span:nth-of-type(1),
    .ham-btn.is-active span:nth-of-type(2) {
      width: 30px;
      left: 10px;
      top: 25px;
      transform: rotate(45deg);
      transform-origin: center;
    }

    .ham-btn.is-active span:nth-of-type(2) {
      transform: rotate(-45deg);
    }

    body.no-scroll {
        overflow: hidden;
    }
}
/* 共通 スクロール位置 見出し */
#greeting,
#access,
#medical,
#features,
#recruit {
    scroll-margin-top: 80px;
}

.common-h2 {
    font-family: 'Noto Serif JP';
    color: #0052A1;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 40px 0;
    text-decoration: none;
    position: relative;
}

.common-h2-en {
    font-family: 'Zen Maru Gothic';
    color: #0052A1;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-decoration: none;
}

.common-h2._wh {
    color: #fff;
}

.common-h2-en._wh {
    color: #fff;
}

.common-text1 {
    font-size: 16px;
    color: #464340;
    margin: 0 0 15px 0;
    text-decoration: none;
}

.common-text1._nomargin {
    margin: 0;
}

.common-text1._center {
    text-align: center;
}

.common-text1._bold {
    font-weight: 700;
}

.common-text1._large {
    font-size: 20px;
}


.common-text1._wh {
    color: #ffffff;
}

@media screen and (max-width: 960px) {
    #greeting,
    #access,
    #medical,
    #features,
    #recruit {
        scroll-margin-top: 50px;
    }

    .common-h2 {
        font-size: 34px;
    }
}

/* 共通 ボタン */
.btn-wrapper1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 20px 0 0 0;
}

.btn-wrapper1._nomargin {
    margin: 0;
}

.btn-wrapper1._left {
    justify-content: start;
}

.btn-more1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: none;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 210px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    background: #0052A1 0% 0% no-repeat padding-box;
    border-radius: 30px;
    cursor: pointer;
    padding: 13px 0;
}

.btn-more1:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}

.btn-more1._wh {
    background: #FFFFFF 0% 0% no-repeat padding-box;    
    color: #57994E;
}

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

/* 共通 index single archive 404 */
._minheight {
    min-height: 56vh;
}
.non-text {
    text-align: center;
    font-size: 16px;
    margin: 0;
}

._error {
    overflow-wrap: anywhere;
}

@media screen and (max-width: 960px) {
    ._minheight {
        min-height: 62vh;
    }
}

/* fv */
.fv {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    margin: -1px 0 0 0;
}

/* .fv-title-block {
    position: absolute;
    left: 6.66%;
    bottom: 6.66vw;
}

.fv-h1 {
    width: fit-content;
    font-size: 3.833vw;
    margin: 0 0 0.833vw 0;
    color: #383427;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 0.417vw 1.667vw;
    box-sizing: border-box;
}

.fv-text1 {
    font-size: 3.833vw;
    color: #383427;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 0.417vw 1.667vw;
    margin: 0;
} */


@media screen and (max-width: 960px) {
    /* .fv-title-block {
        left: 4%;
        bottom: 5.333vw;
    }
    .fv-h1 {
        font-size: 5.333vw;
        margin: 0 0 2.667vw 0;
    }

    .fv-text1 {
        font-size: 5.333vw;
    } */
}

/* recruit */
.recruit {
    background: #E8EFF7 0% 0% no-repeat padding-box;
}

.heading._recruit {
    padding-top: 50px;
    padding-bottom: 50px;
}

.recruit-area {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: stretch;
}

.recruit-img-wrapper1{
    border-radius: 25px 0px 0px 25px;
    overflow: hidden;
}

.recruit-img-wrapper1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recruit-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0px 25px 25px 0px;
    padding: 20px;
    box-sizing: border-box;
}

.recruit-h3 {
    font-family: 'Noto Serif JP';
    font-size: 24px;
    font-weight: 700;
    color: #0052A1;
    margin: 0 0 10px 0;
}

.recruit-text1 {
    color: #F1A0B3;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.recruit-text2 {
    color: #0052A1;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #0052A1;
    padding: 0 0 3px 0;
    margin: 0 0 20px 0;
}

.recruit-ul {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0.5rem;
}

.recruit-link1 {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
    color: #464340;
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .recruit-area {
        grid-template-columns: 1fr;
    }

    .recruit-img-wrapper1{
        border-radius: 25px 25px 0px 0px;
    }

    .recruit-content {
        border-radius: 0px 0px 25px 25px;
    }
}


/* modal */
#recruit-modal-area1,
#recruit-modal-area2,
#recruit-modal-area3,
#recruit-modal-area4,
#recruit-modal-area5,
#recruit-modal-area6 {
  z-index: 1000;
}

.modal-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.modal-block::-webkit-scrollbar {
  display: none;
}

.modal-block {
  width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  background: #fff;
  padding: min(6.667vw, 80px) min(5vw, 60px);
  box-shadow: 0px 2px 10px #00000033;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 53vh;
  box-sizing: border-box;
}

.modal-close {
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
    text-align: center;
    color: #464340;
    font-size: 1.5vw;
    font-weight: 500;
    margin: 0;
}

.modal-img1 {
    max-width: 280px;
    width: 100%;
    margin: 0 auto 30px auto;
}

.modal-h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #0052A1;
    margin: 0 0 40px 0;
}

.modal-block h3 {
    font-size: 18px;
    font-weight: 700;
    color: #464340;
    margin: 20px 0 3px 0;
}

.modal-block p {
    font-size: 16px;
    color: #464340;
    margin: 0 0 15px 0;
}

.modal-block li {
    font-size: 15px;
    color: #464340;
    margin: 0 0 5px 0;
}

@media screen and (max-width: 960px) {
  .modal-close {
    font-size: 2.933vw !important;
  }

  .modal-block {
    width: 90%;
    height: 66vh;
    padding: min(21.667vw, 80px) min(5.333vw, 20px);

  }

  .open-modal {
    margin: 0 0 20px 0;
  }
}


/* movie */
/* .youtube-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
} */

/* greeting */
.greeting {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.greeting-upper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 0 0 50px 0;
}


.greeting-img1 {
    max-width: 250px;
    width: 100%;

    margin: 0 auto;
}

.greeting-text1 {
    color: #0052A1;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 3px 0;
}

.greeting-text2 {
    font-family: 'Noto Serif JP';
    color: #464340;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.greeting-career-block {
    background: #E8EFF7 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.greeting-text3 {
    font-size: 16px;
    color: #0052A1;
    margin: 0;
}

.greeting-down {
}

@media screen and (max-width: 960px) {
    .greeting-upper {
        grid-template-columns: 1fr;
    }

    .greeting-text1,
    .greeting-text2 {
        text-align: center;
    }

}


/* access */
.access {
    background: #F4F2EF 0% 0% no-repeat padding-box;
}

.access-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.access-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0 0 20px 0;
}

.access-ul li {
    font-size: min(1.667vw, 20px);
    font-weight: 700;
    color: #50A512;
}

.access-hours table {
    width: 100%;
    border-collapse:collapse;
}

.access-hours thead th,
.access-hours thead td {
    background: #0052A1 0% 0% no-repeat padding-box;
    border: 1px solid #174781;
    height: 50px;
    font-size: min(1.5vw, 18px);
    font-weight: 700;
    color: #FFFFFF;
}

.access-hours tbody th {
    width: 21.25%;
    text-align: center;
    vertical-align: middle;
    background: #F4F2EF 0% 0% no-repeat padding-box;
    border: 1px solid #174781;
    height: 50px;
    font-size: min(1.5vw, 18px);
    font-weight: 700;
    color: #0052A1;
}


.access-hours tbody td {
    width: 11.25%;
    text-align: center;
    vertical-align: middle;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #174781;
    font-size: min(1.5vw, 18px);
    font-weight: 700;
    color: #0052A1;
}

.access-hours {
    margin: 0 0 20px 0;
}

.access-remarks {
    display: grid;
    grid-template-columns: 23fr 377fr;
    margin: 0 0 10px 0;    
}

.access-text1 {
    font-size: 18px;
    font-weight: 700;
    color: #FE8109;
    margin: 0;    
}

._batu {
    font-size: 18px;
    font-weight: 700;
    color: #464340;
    margin: 0;    
}

.access-h3 {
    font-family: 'Rounded M+ 1c';
    color: #0052A1;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}


@media screen and (max-width: 960px) {
    .access-area {
        grid-template-columns: 1fr;
    }

    .access-hours thead th,
    .access-hours thead td {
        font-size: min(4vw, 15px);
        height: 42px;
    }

    .access-hours tbody th {
        height: 42px;
        font-size: min(4vw, 15px);
    }

    .access-hours tbody td {
        font-size: min(4vw, 15px);
    }

    ._batu {
        font-size: min(4vw, 15px);
    }

}

/* medical */
.medical {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.medical-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

@media screen and (max-width: 960px) {
    .medical-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

/* features */
.features {
    background: #F4F2EF 0% 0% no-repeat padding-box;
}

.division-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    margin: 0 0 50px 0;
}

.division-block:last-child {
    margin: 0;
}

.common-h3 {
    font-family: 'Noto Serif JP';
    font-size: 32px;
    color: #0052A1;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 960px) {
    .archive-block {
        padding: min(2.667vw, 10px);
    }

    .division-block {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}


/* overview */
.overview {
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
.company-block {
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}

.company-text1 {
    color: #0052A1;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

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




/* footer */
.footer {
    background: #0052A1 0% 0% no-repeat padding-box;
}

.heading._footer {
    padding: 30px min(15%, 180px) ;
}


.footer-text1 {
    color: #E8EFF7;
    text-align: center;
    font-size: 14px;
    margin: 0;
}


.cta-side-fixed{
    position: fixed;
    bottom: 70px;
    right: 0;
    max-width: 260px;
    width: 100%;
}

.arrow-fixed {
    position: fixed;
    height: auto;
    right: 10px;
    bottom: 10px;
    z-index: 13;
}

.arrow-fixed-link {
    width: 50px;
    height: auto;
}

@media screen and (max-width: 960px) {
    .heading._footer {
        padding: 30px min(5.333%, 20px) ;
    }

    .cta-fixed {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 13;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .cta-fixed-link1 {
        width: 100%;
        height: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    .cta-fixed-link1 {
        background: #0052A1 0% 0% no-repeat padding-box;
        font-size: min(4.8vw,18px);
        font-weight: 700;
        color: #FFFFFF;
    }

    .arrow-fixed {
        bottom: 60px;
    }
}

/* page02 common */
.page02 {
    background: #fff;
    padding: 0 !important;
}

.heading._page02 {
    padding: 80px min(15%, 180px);
}

.heading._page02 .cat-wrapper {
    justify-content: start;
}

.fv2 {
    display: flex;
    justify-content: center;
    align-items: end;
    background: #E8EFF7 0% 0% no-repeat padding-box;
    height: 308px;
}

.fv2-h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #0052A1;
}

.archive-link {
    text-decoration: none;
    padding: 20px 0;
    border-bottom: 1px solid #DDDDDD;
    display: block;
}

.news-block a {
    width: 100%;
}

@media screen and (max-width: 960px) {
    .heading._page02 {
        padding: 80px min(5.333%, 20px);
    }

    .fv2-h1 {
        font-size: 28px;
    }
}

/* page02 page03 パンくずリスト */
.heading._crumbs {
    padding: 10px min(15%, 180px);
}

#crumbs {
    position: relative;
}

.crumbs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.crumbs::-webkit-scrollbar {
  display: none;
}

.crumbs-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.44px;
    color: #0052A1;
}

.crumbs-separator {
    margin: 0 8px;
    color: #383427;
}

.crumbs-current {
    font-size: 16px;
    color: #383427;
}

@media screen and (max-width: 960px) {
    .heading._page02 {
        padding: 80px min(5.333%, 20px);
    }

    .heading._crumbs {
        padding: 10px min(5.333%, 20px);
    }

}


/* page03 共通 */
.page03 {
    background: #fff 0% 0% no-repeat padding-box;
    padding: 80px 0 0 0;
}

.fv3 {
    height: 20px;
}

.detail-img1 {
    width: 80%;
    margin: 0 auto 40px auto;
}

.detail h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3.36px;
    color: #0052A1;
    padding: 0 0 30px 0;
    margin: 0 0 80px 0;
    border-bottom: 2px solid #0052A1;
}

.detail-common-area h2,
.common-archive-h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    border-left: 6px solid #0052A1;
    padding: 0 0 0 10px;
    margin: 0 0 40px 0;
   color: #333;
}

.detail-common-area img {
    margin: 0 0 20px 0;
}

.detail-common-area h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.48px;
    color: #0052A1;
    border-bottom: 1px solid #0052A1;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

.detail-common-area h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 40px 0;
    color: #333;
}
.detail-common-area p {
    font-size: 16px;
    margin: 0 0 30px 0;
    color: #333;
}
.detail-common-area a {
    font-size: 16px;
    color: #0052A1;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.detail-common-area ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.detail-common-area ul li {
    font-size: 16px;
    color: #333;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 18px;
    line-height: 24px;
}
.detail-common-area ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #0052A1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

@media screen and (max-width: 960px) {
    .page03 {
        padding: 50px 0 0 0;
    }

}



/* contact */
.entry {
    background: #F1FAFC 0% 0% no-repeat padding-box;
}

.contact-block {
    margin: 0 0 30px 0;
}

.contact-block._last {
    margin: 0;
}

.contact-text1 {
    color: #464340;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

._required {
    color: #F1A0B3;
    margin: 0 0 0 10px;
}

.privacy-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.privacy-wrapper label {
    display: flex !important;
    align-items: center !important;
}

.common-text1._privacy {
    margin: 0;
}

a.common-text1._privacy {
    color: #333333;
}
 
input.form-control,
select.form-select,
textarea.form-control {
    width: 100%;
    padding: 15px 2%;
    height: 70px;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    box-sizing: border-box;
    color: #565656;
    font-size: 16px;
}
textarea.form-control {
    height: 240px !important;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B59B55;
    position: relative;
    cursor: pointer;
    margin: 0 10px 0 0 !important;
}

input[type="checkbox"]:checked {
    background-color: #F1A0B3;
}

input[type="checkbox"]:checked::after {
    content: "✔";
    font-size: 14px;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

/* validation */
#consent-error {
    position: absolute;
    left: 50%;
    margin-top: 40px;
    transform: translateX(-50%);
    color: #D30001;
        font-weight: normal;
    font-size: 16px;
}
.validation-block {
    color: #D30001;
}
.has-error .validation-block {
    text-align: left;
    color: #D30001;
}

#email-error {
    color: #d30001;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

/* bootstrap */
button.btn-success {
    cursor: pointer;
}
.btn {
    font-size: 15px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}
.btn01 .btn {
    background-color: #009E96;
    width: 120px;
    margin-left: 20px;
    margin-left: 15px;
    color: #fff;
}
.modal-dialog {
    max-width: 600px;
    margin: 150px auto 0;
    width: calc(100% - 40px);
}
.modal-body {
    text-align: center;
}
.modal-footer {
    display: flex;
    justify-content: center;
}
.btn.btn-md {
    padding: 8px 20px !important;
}
.btn.btn-lg {
    padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}
.btn-primary {
    background: #3958A7;
    color: #fff;
    border: 2px solid #3958A7;
}
@media screen and (max-width: 960px) {
}

