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

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

.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;
}

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

a {
    display: inline-block;
}

a:hover {
    opacity: 0.8;
}

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

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

main {
    padding: 70px 0 0 0;
}

address {
  font-style: normal;
}

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

    .pc {
        display: none !important;
    }

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

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

    main {
        padding: 50px 0 0 0;
    }
}

/* header */
.header01 {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
}

.nav01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    height: 70px;
    padding: 0;
    background: rgba(255,255,255,1);
}

.header-logo {
    text-decoration: none;
    font-size: 26px;
    font-weight: 900;
    color: #002D55;
    margin: 0 0 0 30px;
}

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

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

.header-li {
    margin: 0 14px 0 0;
}

.header-li._last {
    margin: 0;
}

.header-text1 {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin: 0;
}

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

.header-link1 {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(111deg, #E8C100 0%, #FF7600 100%) 0% 0% no-repeat padding-box;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 24px;
    box-sizing: border-box;
}

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

    .nav01 {
        height: 50px;
        padding: 0;
    }

    .header-left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 50px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .header-logo {
        margin: 0;
        position: relative;
        z-index: 1001;
        transition: opacity 0.2s ease-in-out;
        /* display: none;
        opacity: 0; */
     }   

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

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

    .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 #000000;
        padding: 20px 0;
        margin: 0;
        border-right: none;
    }
/* ハンバーガーボタン */
    .ham-btn {
      width: 50px;
      height: 50px;
      border: none;
        background: transparent linear-gradient(180deg, #0075DA 0%, #00397B 100%) 0% 0% no-repeat padding-box;
      position: relative;
      cursor: pointer;
      z-index: 1001;
      margin: 0;

    }
    .ham-btn span {
      position: absolute;
      height: 2px;
      background: #ffffff;
      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;
    }
}
/* 共通 スクロール位置 見出し */
#service,
#casestudy,
#guidance,
#guidance,
#faq,
#advantage,
#contact {
    scroll-margin-top: 70px;
}

.common-h2 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 40px 0;
    text-decoration: none;
    position: relative;
}

.common-h2-en {
    font-family: 'Chonburi';
    color: #0075DA;
    font-size: 55px;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-decoration: none;
    line-height: 1;
}

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

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

@media screen and (max-width: 960px) {
    #service,
    #casestudy,
    #guidance,
    #guidance,
    #faq,
    #advantage,
    #contact {
        scroll-margin-top: 50px;
    }

    .common-h2-en {
        font-size: 43px;
    }
}

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

.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;
    border-radius: 30px;
    max-width: 210px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    padding: 13px 0;
    background: #E8C100 0% 0% no-repeat padding-box;
}

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

.btn-icon1 {
    width: 35px;
    margin: 0 8px 0 0;
}

@media screen and (max-width: 960px) {
    .btn-icon1 {
        width: min(9.333vw, 35px);
    }
}

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

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

/* fv */
.fv {
    position: relative;
}

.btn-wrapper1._fv {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
}

.btn-more1._fv {
    display: block;
    background: transparent linear-gradient(110deg, #E8C100 0%, #E85400 100%) 0% 0% no-repeat padding-box;
    border-radius: 2.5vw;
    text-align: center;
    padding: 0.75vw 4.583vw;
    line-height: 1;
    font-size: 1.583vw;
    max-width: 19.167vw;
}

.btn-more1._fv ._small {
    font-size: 1.167vw;
    line-height: 1;

}

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

/* advantage */
.heading._advantage {
    position: relative;
    width: 100%;
    max-width: 1366px;
    padding: 100px min(6.3%, 83px);
    box-sizing: border-box;
}
.advantage-block {
    display: grid;
    grid-template-columns: 105fr 139fr;
    gap: 2rem;
    margin: 0 0 70px 0;
}

.advantage-block._swap {
    grid-template-columns: 139fr 105fr;    
}

.advantage-h3-en {
    font-family: 'STIX Two Text';
    color: #E8C100;
    font-size: 103px;
    margin: 0 0 10px 0;
    line-height: 1;
}

.advantage-h3 {
    font-family: 'Noto Serif JP';
    font-size: 36px;
    font-weight: 600;
    color: #005EAF;
    margin: 0 0 20px 0;
}

.advantage-text1 {
    font-size: 14px;
    letter-spacing: 0.27px;
    color: #000000;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .advantage-block,
    .advantage-block._swap {
        grid-template-columns: 1fr;
    }
    .advantage-h3-en {
        margin: -70px 0 10px 5px;
    }
}
/* solution */
.solution {
    content: '';
    background-image: url('../img/solution-bg-pc.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.solution-h2 {
    font-family: 'Noto Serif JP';
    text-align: center;
    letter-spacing: 0.86px;
    line-height: 1.8;
    font-size: 27px;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
}

.solution-h2 ._underline {
    border-bottom: 1px solid #fff;
    padding: 0 0 2px 0;
}

.solution-h2 ._large {
    letter-spacing: 0;
    font-size: 36px;
}

.solution-area {
    background: rgba(255,255,255,0.72);
    border-radius: 8px;
    padding: 70px;
    box-sizing: border-box;
}

.solution-block {
    display: grid;
    grid-template-columns: 130fr 547fr;
    gap: 2rem;
    margin: 0 0 40px 0;
}

.solution-block._swap {
    grid-template-columns: 547fr 130fr;
}

.solution-content-wrapper {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #005EAF;
    border-radius: 25px;
    padding: 20px 30px;
    box-sizing: border-box;
}

.solution-img-wrapper {
    display: flex;
    align-items: center;
}

.solution-img2 {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}


.solution-img2._right {
    right: -15px;
    left: auto;
}


.solution-h3 {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin: 0 0 10px 0;
}

.solution-text1 {
    background: #E8C100 0% 0% no-repeat padding-box;
    font: normal normal normal 15px/25px Noto Sans JP;
    letter-spacing: 0.28px;
    color: #FFFFFF;
    margin: 0;
    padding: 3px 5px;
    box-sizing: border-box;
    width: fit-content;
}

.solution-text2 {
    font-size: 14px;
    letter-spacing: 0.27px;
    color: #002D55;
    margin: 10px 0 0 0;
}

@media screen and (max-width: 960px) {
    .solution {
        background-image: url('../img/solution-bg-sp.png');
    }
    .solution-h2 {
        font-size: 17px;
    }
    .solution-h2 ._large {
        font-size: 23px;
    }
    .solution-block,
    .solution-block._swap {
        grid-template-columns: 1fr;
        margin: 0 0 80px 0;
    }

    .solution-area {
        padding: min(5.333vw, 20px);
    }

    .solution-img-wrapper {
        display: block;
        z-index: 2;
        margin: -100px auto;
    }

    .solution-img1 {
        width: 130px;
    }
    .solution-content-wrapper {
        padding: 20px min(5.333vw, 20px) 80px min(5.333vw, 20px);        
    }

    .solution-img2,
    .solution-img2._right {
        display: none;
    }

}

/* service */
.service-block {
    display: grid;
    grid-template-columns: 37fr 44fr;
    gap: 2rem;
    margin: 0 0 40px 0;
}

.service-h3 {
    font-family: 'Noto Serif JP';
    font-size: 28px;
    font-weight: 600;
    color: #0075DA;
    margin: 0 0 20px 0;
}

.service-text1 {
    font-size: 16px;
    color: #333333;
    margin: 0;
}

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

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

.flow-area {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    display: flex;
    padding: 50px;
    box-sizing: border-box;
}

.flow-left {
    display: flex;
    padding: 30px 40px 0 0;
}

.flow-img1 {
    width: 15px;
}

.flow-block {
    display: grid;
    grid-template-columns: 19fr 173fr;
    align-items: center;
    gap: 2rem;
    margin: 0 0 50px 0;
}

.flow-block._br {
    margin: 20px 0 80px 0;
}


.flow-h3 {
    font-family: 'Noto Serif JP';
    font-weight: 600;
    font-size: 28px;
    color: #0075DA;
    margin: 0 0 5px 0;
}

.flow-text1 {
    font-size: 12px;
    letter-spacing: 0.23px;
    color: #000000;
    margin: 0;
}


@media screen and (max-width: 960px) {
    .flow-area {
        padding: 15px;
    }
    .flow-block {
        grid-template-columns: 1fr;
        margin: 0 0 16px 0;
        gap: 0.5rem;
    }

    .flow-block._br {
        margin: 10px 0 30px 0;
    }


    .flow-h3 {
        font-size: 24px;
        line-height: 1;
    }

    .flow-img1 {
        width: 19px;
    }


    .flow-img2 {
        width: min(18.667vw, 70px);
    }

    .flow-left {
        display: flex;
        padding: 30px min(5.333vw, 20px) 0 0;
        margin: auto 0;
    }

}

/* casestudy */
.casestudy-block {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFCFCF;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 50px 0;
}

.casestudy-block::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
    border-top-color: #E8C100;
    border-left-color: #E8C100;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.casestudy-upper {
    display: grid;
    grid-template-columns: 238fr 147fr;
    margin: 0 0 25px 0;
}

.casestudy-text1 {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px 0;
}

.casestudy-h3 {
    font-family: 'Noto Serif JP';
    font-size: 28px;
    font-weight: 600;
    color: #0075DA;
    margin: 0 0 10px 0;
}

.casestudy-text2 {
    font-size: 12px;
    color: #000000;
    margin: 0 0 30px 0;
}

.casestudy-text2._last {
    margin: 0;
}

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

    .casestudy-block {
            padding: min(5.333vw, 20px);
    }

    .casestudy-img1 {
        margin: 0 0 20px 0;
    }

    .casestudy-text1 {
        margin: 0 0 10px 0;
    }

    .casestudy-h3 {
        font-size: 24px;
    }
}


/* profile */
.profile {
    content: '';
    background-image: url('../img/profile-bg-pc.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.profile-area{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 40px;
    box-sizing: border-box;
}

.profile-upper {
    display: grid;
    grid-template-columns: 13fr 23fr;
    gap: 2rem;
    position: relative;
    margin: 0 0 30px 0;
}

.profile-text1 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.25px;
    color: #000000;
    margin: 0 0 10px 0;
}

.profile-h3 {
    font-family: 'Noto Serif JP';
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 30px 0;
    align-items: center;
    display: flex;
}

.profile-h3 ._small {
    font-size: 11px;
    letter-spacing: 0.21px;
    color: #000000;
    margin: 0 0 0 10px;
}

.profile-img2 {
    position: absolute;
    max-width: 200px;
    width: 100%;
    right: 0;
    top: 0;
}

.profile-text2 {
    font-size: 12px;
    letter-spacing: 0.23px;
    color: #000000;
    line-height: 2;
    margin: 0 0 10px 0;
}

.profile-text3 {
    font-size: 12px;
    letter-spacing: 0.23px;
    border-left: 1px solid #CFCFCF;
    color: #000000;
    padding: 0 0 0 10px;
    margin: 0 0 20px 0;
}

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

.btn-more1._profile {
    border: 1px solid #0075DA;
    border-radius: 18px;
    font-size: 10px;
    letter-spacing: 0.24px;
    color: #0075DA;
    padding: 5px 10px;
    max-width: 120px;
    background: #fff;
}

.btn-more1._profile ._small {
    font-size: 8px;
    margin: 0 0 0 3px;
}

.profile-h4 {
    font-size: 15px;
    letter-spacing: 0.28px;
    color: #0075DA;
    border-left: 4px solid #0075DA;
    padding: 0 0 0 7px;
}

.modal-block li {
    font-size: 12px;
    letter-spacing: 0.23px;
    color: #000000;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 1em;
}

.modal-block li ._bold {
    font-weight: 700;
    line-height: 2;
}

.modal-block > ul > li::before {
    content: "■";
    color: #000000;
    position: absolute;
    left: 0;
}

.modal-block li li {
    padding-left: 1em;
    list-style: none;
}

.modal-block li li::before {
    content: none;
}

.profile-down {
    background: #F6FCFF 0% 0% no-repeat padding-box;
    padding: 30px;
    box-sizing: border-box;
}

.profile-down-h3 {
    font-family: 'Yu Gothic UI';
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.38px;
    color: #005EAF;
    margin: 0 0 20px 0;
}

.profile-text4 {
    font-size: 14px;
    color: #000000;
    line-height: 2.1;
    margin: 0;
}

.profile-text4 ._bold {
    font-weight: 700;
}

.profile-img3 {
    position: absolute;
    max-width: 200px;
    width: 100%;
    right: 20px;
    bottom: 0;
}


@media screen and (max-width: 960px) {
    .profile {
        background-image: url('../img/profile-bg-sp.png');
    }

    .profile-area {
            padding: min(5.333vw, 20px);
    }

    .profile-upper {
        grid-template-columns: 1fr;
    }


    .btn-wrapper1._profile {
        justify-content: center;
    }

    .profile-down {
        padding: 20px;
    }
}

/* modal */
#modal-area1,
#modal-area2,
#modal-area3,
#modal-area4 {
  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 {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  background: #fff;
  padding: min(3.333vw, 40px);
  box-shadow: 0px 2px 10px #00000033;
  border-radius: 14px;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 53vh;
  box-sizing: border-box;
}

.open-modal {
  text-decoration: underline;
  cursor: pointer;
  margin: 0 2% 0 0;
}
    
.common-h4._modal {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1B98DA;
    margin: 0 0 20px 0;
}


.close-modal {
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
    text-align: center;
    color: #333333;
    font-size: 1.5vw;
    font-weight: 500;
    margin: 0;
}
@media screen and (max-width: 960px) {
  .close-modal {
    font-size: 2.933vw !important;
  }
  .modal-block {
    width: 90%;
    height: 66vh;
  }
  .open-modal {
    margin: 0 0 20px 0;
  }
}

/* faq */
.faq-accordion {
    width: 100%;
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFCFCF;
    border-radius: 9px;
    margin: 0 0 40px 0;
    box-sizing: border-box;
}
.faq-accordion-q {
    background: #E8C100 0% 0% no-repeat padding-box;
    font-size: 24px;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
}

.faq-accordion-a {
    background: #0075DA 0% 0% no-repeat padding-box;
    font-size: 24px;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
}

.faq-accordion-head {
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 10px 0;
    cursor: pointer;
}

.faq-accordion-head::after {
    content: '';
    width: 2px;
    height: 16px;
    background-color: #0230C4;
    
    /* 配置 */
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: transform 0.4s, background-color 0.4s;
}

.faq-accordion-head::before {
    content: '';
    width: 16px;
    height: 2px;
    background-color: #0230C4;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    transition: transform 0.4s;
}

.faq-accordion[open] .faq-accordion-head::after {
    background-color: transparent;
    transform: translateY(-50%) rotate(90deg);
}

.faq-accordion[open] .faq-accordion-head::before {
}
.faq-accordion-head-text1 {
    width: 90%;
    letter-spacing: 1.6px;
    color: #000000;
    font-size: 20px;
    margin: 0;
}

.faq-accordion-body {
    display: flex;
}

.faq-accordion-body-content{
    width: 100%;
    /* padding: 15px 0; */
    box-sizing: border-box;
}

.faq-accordion-body-content p {
    font-size: 16px;
    line-height: 1.3;
    color: #333333;
    margin: 0 !important;
}
.faq-accordion-body-content a,
.faq-accordion-body-content p a {
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.3;
    color: #0230C4;
    margin: 0;
}


@media screen and (max-width: 960px) {
    .faq-accordion {
        padding: min(2.667vw, 10px);
    }
    .faq-accordion-head-img1,
    .faq-accordion-body-img1 {
        width: min(9.333vw, 35px);
        height: min(9.333vw, 35px);
        margin: 0 min(2.133vw, 8px) 0 0;
    }

    .faq-accordion-body-content{
    }

    .faq-accordion-head-text1 {
        width: 80%;
    }
    .faq-accordion-q,
    .faq-accordion-a {
        width: 35px;
        height: 35px;
        font-size: 21px;
    }
}

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

.contact-mail-block {
    margin: 0 0 40px 0;
}

.contact-mail-text1 {
    font-size: 21px;
    font-weight: 900;
    color: #0075DA;
    margin: 0;
    line-height: 1.8;
    text-decoration: none;
}

.contact-mail-text2 {
    font-size: 16px;
    color: #333333;
    margin: 0;
    line-height: 1.8;
}

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

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

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

._required {
    font-size: 15px;
    font-weight: 400;
    color: #FF0000;
    margin: 0 0 0 10px;
}

.contact-label {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
}

.privacy-wrapper {
    margin: 0 0 20px 0;
}

.contact-text1._privacy {
    font-weight: 400;
    color: #0075DA;
    margin: 0;
    text-decoration: none;
}

input.form-control,
select.form-select,
textarea.form-control {
    width: 100%;
    padding: 15px 2%;
    height: 70px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #0075DA;
    border-radius: 5px;
    box-sizing: border-box;
    color: #333;
    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 #707070;    
    position: relative;
    cursor: pointer;
    margin: 0 10px 0 0 !important;
}

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

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) {
    .contact-mail-text1 {
        font-size: 17px;
    }
}

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

/* footer-top */
 .footer-top {
    content: '';
    background-image: url('../img/footer-bg-pc.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10rem;
}

.footer-logo {
    font-size: 32px;
    font-weight: 900;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}

.footer-text1 {
    font-size: 19px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}

.footer-text1 ._small {
    font-size: 12px;
    margin: 0 10px 0 0;
}

.footer-text2 {
    display: flex;
    align-items: start;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.footer-img1 {
    width: 16px;
    height: 16px;
    margin: 6px 6px 0 0;
}

.footer-img2 {
    width: 12px;
    margin: 8px 6px 0 0;
}

.footer-right {
    display: block;
}

.footer-text3 {
    width: 100%;
    text-decoration: none;
    font-size: 19px;
    color: #FFFFFF;
    margin: 16px 0 0 0;
}

.footer-text4 {
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
    margin: 16px 0 0 0;
}

@media screen and (max-width: 960px) {
    .footer-block {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}


/* footer */
.footer {
    margin: -1px 0 0 0;
    background: #005EAF 0% 0% no-repeat padding-box;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-text5 {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
}


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

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

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

    .footer {
        height: 50px;
    }
    .arrow-fixed {
        bottom: 60px;
    }

    .common-text1._footer {
        font-size: 13px;
        text-align: center;
    }


    .cta-fixed {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 50px;
        z-index: 999;
        display: flex !important;
    }

    .cta-fixed-btn1 {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        font-weight: 700;
        color: #FFFFFF;
        margin: 0;
        text-decoration: none;
        background: transparent linear-gradient(98deg, #E8C100 0%, #E85400 100%) 0% 0% no-repeat padding-box;
    }

    .cta-fixed-btn1 ._small {
        font-size: 14px;
        margin: 0 0 0 4px;
    }

}

