/* ä¸Šæ›¸ãCSS */
.u-db2{
    display: block;
}
@media screen and (max-width:768px){
    .u-db2 {
            display: none;
        }
}
.u-sp2{
    display: none;
}
@media screen and (max-width:768px){
    .u-sp2 {
            display: block;
        }
}
html {
    margin-top: 0px !important;
}
@media screen and (max-width:768px){
    html {
        margin-top: 60px !important;
    }
}
 body {
     padding-top: 48px;
 }
  body.l-body {
      padding-top: 80px;
  }
@media screen and (max-width:768px){
    body {
        padding-top: 0px;
    }
     body.l-body {
         padding-top: 0px;
     }
}
@media screen and (max-width:768px){
    header {
        padding: 10px;
    }
}
.btn-job__link{
    padding: 0 3% 0 20px;
    white-space: nowrap;
    width: fit-content;
    margin-left: 10px;
    border: solid 2px #e95513;
    border-radius: 50px;
    color: #e95513 !important;
    height: 50px;
    position: relative;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight: bold;
}
section.banner-semi{
    position: relative;
    z-index: 10;
}
@media screen and (max-width:1200px) {
    section.banner-semi.banner-img img {
        content: "";
    }
}
@media screen and (max-width:1000px) {
    section.banner-semi.banner-img img {
        content: "";
    }
}
@media screen and (max-width:768px){
    section.banner-semi.banner-img img{
        content: "";
    }
}
@media screen and (max-width:768px){
    .btn-job__link {
        height: 40px;
        padding: 0 6% 0 15px;
    }
    .btn-job__link::after{
        right: 5%;
    }
}
section.banner-semi.banner-img {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: none;
    min-height: 500px;
    height: auto;
}
@media screen and (max-width:768px){
    section.banner-semi.banner-img {
          z-index: 10;
        }
}
header .layout .link{
    display: block;
}
header .layout .logo a em {
    font-weight: 700;
}
section.banner-semi .banner-slogan {
    position: absolute;
    z-index: 20;
    width: 60%;
    max-width: 1366px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
@media screen and (max-width:768px){
    section.banner-semi .banner-slogan {
            width: 100%;
            top: 16px;
            transform: translate(0%, 0);
        }
}
section.banner-semi .banner-slogan .layout {
    font-size: 50px;
    letter-spacing: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width:900px){
    section.banner-semi .banner-slogan .layout {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 40px;
        }
}
@media screen and (max-width:768px){
    section.banner-semi .banner-slogan .layout {
            padding: 10px;
            font-size: 30px;
        }
}
/* //ä¸Šæ›¸ãCSS */
/* fv */
.banner-img__thumb{
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
}
@media screen and (max-width:768px) {
    .banner-img__thumb {
      display: none;
    }
}
.banner-img__thumb.--sp {
    display: none;
}
@media screen and (max-width:768px){
.banner-img__thumb.--sp {
       display: block;
    }
}

section.banner-semi.banner-slogan .layout {
    max-width: 60%;
    padding: 0;
}
@media screen and (max-width:768px){
    section.banner-semi.banner-slogan .layout {
        max-width: 100%;
    }
}
.p-semi-fv__text{
color: var(--blue);
font-size: clamp(10px,4vw,20px);
letter-spacing: .05em;
font-weight:bold;
margin: 0 auto 10px;
}
@media screen and (max-width:768px){
.p-semi-fv__text {
    font-feature-settings: "palt";
    margin: 0 auto 4px;
}
}
.p-semi-fv__box{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width:768px){
    .p-semi-fv__box {
        width: 130vw;
    margin: 0 calc(50% - 39vw) 8px calc(50% - 50vw);
    }
}
.p-semi-fv__box--img{
object-fit: contain;
width: 100%;
height: auto;
}
.p-semi-fv__inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    max-width: 70%;
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px){
    .p-semi-fv__inner {
        max-width: 100%;
        padding-left: 7%;
    }
}
.p-semi-fv__inner--box{
display: grid;
    place-content: center;
}
.p-semi-fv__inner--img{
    max-width: 100px;
    object-fit: contain;
    width: 100%;
    height: auto;
}
.p-semi-fv__inner--h1{
font-size: clamp(10px, 4vw, 47px);
color: #fff;
line-height: 1.3;
}
@media screen and (max-width:768px){
    .p-semi-fv__inner--h1 {
            font-size: 7.5vw;

        }
}
.p-semi-fv__flex{
    display:flex;
    justify-content:center;
    align-items:center;
    max-width: 70%;
    margin-left: auto;
    margin-bottom: 10px;
}
@media screen and (max-width:768px){
    .p-semi-fv__flex {
        max-width: 100%;
        padding: 0 10px;
    }
}
.p-semi-fv__flex--box{
    position: relative;
}
.p-semi-fv__flex--box:first-of-type {
    margin-right: -20px;
}
.p-semi-fv__flex--img{
object-fit: contain;
width: 100%;
height: auto;
}
.p-semi-fv__flex--text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    font-size: clamp(10px,1.5vw,20px);
    color:#fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .05em;
}
@media screen and (max-width:768px){
    .p-semi-fv__flex--text {
        font-size:3.5vw;
        }
}
.p-semi-fv__flex--text .c-sub {
    color: var(--light-orange);
}
.p-semi-fv__flame{
    position: relative;
    margin-left: 15%;
}
@media screen and (max-width:768px){
    .p-semi-fv__flame {
            position: relative;
                margin-left: 10px;
                margin-right: auto;
                width: 40%;
        }
}
.p-semi-fv__flame--img{
object-fit: contain;
width: 230px;
height: auto;
display: block;
}
@media screen and (max-width:768px){
    .p-semi-fv__flame--img {
        width: 100%;
    }
}
.p-semi-fv__flame--text{
color: var(--blue);
font-size: clamp(10px,4vw,20px);
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
font-weight: bold;
width: 100%;
text-align: center;
}
@media screen and (max-width:768px){
    .p-semi-fv__flame--text {
        width: 100%;
        font-size: 3.5vw;
    }
}
.c-body-button{
    position:fixed;
    z-index: 10000;
    bottom: 50px;
    right:50px;
    width: 100px;
    height: 100px;
    border: solid 2px var(--orange);
    border-radius: 50px;
    background-color: #fff;
    color: var(--orange)!important;
    font-weight: bold;
    text-align: center;
    display: grid;
    place-content: center;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
    text-decoration: none;
    letter-spacing: .1em;
}
@media screen and (max-width:768px){
    .c-body-button {
        display: none;
    }
}
.c-body-button:hover {
    border: solid 2px transparent;
    color: #fff !important;
    background: -webkit-gradient(linear, left top, right top, from(#f29600), color-stop(50%, #e95513), to(#f29600));
    background: -o-linear-gradient(left, #f29600 0%, #e95513 50%, #f29600 100%);
    background: linear-gradient(90deg, #f29600 0%, #e95513 50%, #f29600 100%);
    text-decoration: none;
    text-decoration-line: none;

}
a.c-body-button:visited,a.c-body-button:active{
text-decoration: none;
text-decoration-line: none;
}
/* //fv */
.p-fv-bottom{
    padding: 60px 0;
    display: block;
}
 .p-fv-bottom.--sp {
     display: none;
 }
@media screen and (max-width:768px){
    .p-fv-bottom {
            padding: 20px 0;
            position: fixed;
            z-index: 10000;
            width: 100%;
            background-color: #fff;
            bottom: 0;
            display: none;
    }
     .p-fv-bottom.--sp {
        display: block;
        position: static;
     }
    .p-fv-bottom.js-fadeUp {
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
}
.p-fv-bottom__link{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
    transition: opacity 2s;
    position: relative;
}
.p-fv-bottom__link:hover img.p-fv-bottom__img:first-of-type{
    opacity: 0;
}
.p-fv-bottom__link img.p-fv-bottom__img:last-of-type{
    position: absolute;
        top: 0px;
        left: 0px;
    opacity: 0;
}
.p-fv-bottom__link:hover img.p-fv-bottom__img:last-of-type{
    opacity: 1;
}
.p-fv-bottom__img{
object-fit: contain;
width: 100%;
height: auto;
filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}
/* ã“ã®ã‚ˆã†ãªãŠæ‚©ã¿ã¯ã‚ã‚Šã¾ã›ã‚“ã‹? */
.p-anxi{
    background-color: #EAEAEA;
    padding: 60px 0;
}
@media screen and (max-width:768px){
    .p-anxi {
            padding: 50px 0 0;
        }
}
.p-anxi__h2{
    font-size: clamp(10px,4vw,26px);
    font-weight: bold;
    color: var(--orange);
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width:768px){
    .p-anxi__h2 {
        font-size:5.5vw;
        margin-bottom: 30px;
        }
}
.p-anxi__ul{
    display:flex;
    justify-content:center;
    align-items:center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:768px){
    .p-anxi__ul {
        display: none;
    }
}
.p-anxi__ul.--sub {
    max-width: calc(1000px - 80px);
    align-items:flex-start;
    margin-top: -30px;
    margin-bottom: 20px;
}
@media screen and (max-width:768px){
    .p-anxi__ul.--sub {
        display: none;
    }
}
.p-anxi-box--sp{
    display: none;
}
@media screen and (max-width:768px){
    .p-anxi-box--sp {
            display:flex;
            justify-content:center;
            align-items:center;
            width: 100%;
            padding: 0 10px;
        }
}
@media screen and (max-width:768px){
    .p-anxi__ul--sp {
           display:flex;
           flex-direction: column;
           align-items: center;
           width: 50%;
        }
}
.p-anxi__li{
    font-size: clamp(10px,4vw,18px);
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border-radius: 80px;
    padding: 50px 30px;
}
@media screen and (max-width:768px){
    .p-anxi__li {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        padding: 15px;
        border-radius: 60px;
        line-height: 1.5;
        font-size: 3.5vw;
    }
     .p-anxi__li {

     }
}
.p-anxi__li:nth-of-type(3) {
    margin-right: 0px;
}
.p-anxi__li.--sub {
    margin-top: 60px;
}
.p-anxi__li.--sub:nth-of-type(2) {
    margin-right: 0px;
}
.p-anxi__li .c-sub {
    color:var(--orange);
}
.p-anxi__thumb{
    width: calc(100% / 3 - 10px);
    margin-right: 15px;
}
.p-anxi-letter{
    font-weight: bold;
    font-size: clamp(10px, 4vw, 20px);
    color: var(--blue);
    text-align: center;
}
@media screen and (max-width:768px){
    .p-anxi-letter {
            font-size: 4.5vw;
            padding: 16px 0;
        }
}
@media screen and (max-width:768px){
    .p-anxi__thumb {
            width:100%;
            margin-right: 0px;
        }
}
.p-anxi__img{
    object-fit: contain;
    width: 100%;
    height: auto;
    padding: 0 30px;
}
.p-semi-fv__text.--sub{
    text-align: center;
    line-height: 1.3;
}
/* //ã“ã®ã‚ˆã†ãªãŠæ‚©ã¿ã¯ã‚ã‚Šã¾ã›ã‚“ã‹? */
/* ã‚»ãƒŸãƒŠãƒ¼ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ */
.p-semi-content__wrap{
overflow-x: hidden;
background-color: #EAEAEA;
padding-top: 50px;
}
@media screen and (max-width:768px){
    .p-semi-content__wrap {
        padding-top: 0;
    }
}
.p-semi-content{
    background-color: #FAF1DF;
padding-top: 12%;
    padding-bottom: 60px;
    position: relative;
}
@media screen and (max-width:768px){
    .p-semi-content {
        padding-top: 0;
            padding-bottom: 0px;
        }
}
.p-semi-content__label{
    position: absolute;
    top: -50px;
    left: 20%;
    width: 100%;
}
@media screen and (max-width:768px){
    .p-semi-content__label {
        position: static;
       margin-bottom: 30px;
    }
}
.p-semi-content__title{
    position: relative;
    z-index: 3;
    text-align: center;
    margin-bottom: 60px;
}
@media screen and (max-width:768px){
    .p-semi-content__title {
            margin-bottom: 40px;
        }
}
.p-semi-content__title.--adj {
    margin-bottom: 0px;
}
.p-semi-content__back{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: -1;
    width: 100%;
    color: rgb(255,255,255,.5);
    font-weight: bold;
    font-size: clamp(10px, 14vw, 110px);
    font-family: 'Jost-Bold';
    letter-spacing: .1em;
}
.p-semi-content__back.--inst {
    color: rgb(255, 255, 255, .3);
}
@media screen and (max-width:768px){
    .p-semi-content__back {
        font-size:12vw;
        transform: translateY(-24%) translateX(-50%);
        -webkit-transform: translateY(-24%) translateX(-50%);
    }
    .p-semi-content__back.--benefits {
        transform: translateY(-34%) translateX(-50%);
        -webkit-transform: translateY(-34%) translateX(-50%);
    }
    .p-semi-content__back.--inst {
        color: rgb(255, 255, 255, .3);
        font-size: 12vw;
        transform: translateY(-29%) translateX(-50%);
        -webkit-transform: translateY(-29%) translateX(-50%);
    }
    .p-semi-content__back.--sum {
        transform: translateY(-35%) translateX(-50%);
        -webkit-transform: translateY(-35%) translateX(-50%);
    }
}
.p-semi-content__back.--sub{
color: rgb(245, 245, 245, .9);
}
.p-semi-content__title--mini{
    color: var(--blue);
    font-size: clamp(10px,4vw,18px);
    font-weight:700;
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width:768px){
    .p-semi-content__title--mini {
        font-size:4vw;
    }
}
.p-semi-content__title--mini.--adj {
    color: #fff;
}
.p-semi-content__title--main{
color: var(--orange);
    font-size: clamp(10px, 4vw, 28px);
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width:768px){
    .p-semi-content__title--main {
        font-size: 6.5vw;
        line-height: 2;
    }
}
.p-semi-content__title--main.--sub {
  letter-spacing: .1em;
}
.p-semi-content__title--main.--adj {
    color: #fff;
}
.p-semi-content__flex{
    display:flex;
    justify-content:center;
    align-items:center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:768px){
    .p-semi-content__flex {
          flex-direction: column-reverse;
          align-items: center;
        }
}
.p-semi-content__flex.--sub {
    margin-top: 40px;
}
@media screen and (max-width:768px){
    .p-semi-content__flex.--sub {
            flex-direction:column;
            margin-top: 0;
        }
}
.p-semi-content__flex--box{
    width: 70%;
    margin-right: -20%;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:768px){
    .p-semi-content__flex--box {
            width: 100%;
            margin-right: 0;
            position: relative;
            z-index: 4;
        }
}
.p-semi-content__flex--box.--sub {
    margin-right: 0;
    margin-left: -15%;
}
@media screen and (max-width:768px){
    .p-semi-content__flex--box.--sub {
        margin-right: 0;
        margin-left: 0%;
    }
}
.p-semi-content__flex--label{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media screen and (max-width:768px){
    .p-semi-content__flex--label {

            margin-top: -30px;
        }
}
.p-semi-content__flex--img{
object-fit: contain;
width: 100%;
height: auto;
max-height:80px;
filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width:768px){
    .p-semi-content__flex--img {
            object-position: center right;
            max-height: none;
            width: 90%;
            margin-left: auto;
        }
}
.p-semi-content__flex--text{
    text-align: left;
    color:#fff;
    font-size: clamp(10px,4vw,20px);
    font-weight: bold;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding-left: 28%;
}
@media screen and (max-width:768px){
    .p-semi-content__flex--text {
            padding-left: 37%;
            font-size:5.5vw;
            line-height: 1.5;
            letter-spacing: .05em;
        }
}
.p-semi-content__flex--item{
    color: var(--blue);
    font-size: clamp(10px,4vw,16px);
    font-weight: bold;
    width: 60%;
    margin: 0 auto 10px;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (max-width:768px){
    .p-semi-content__flex--item {
        width: 85%;
        margin: 0 0 10px auto;
        letter-spacing: .05em;
    }
    .p-semi-content__flex--item:last-of-type {
        margin: 0 0 30px auto;
    }
}
.p-semi-content__flex--item.--sub {
    font-size: clamp(10px, 4vw, 14px);
    text-indent: 0;
    padding-left:1em;
}
.p-semi-content__flex--thumb{
    width: 45%;
    filter: drop-shadow(1px 3px 5px rgba(243, 150, 0, 0.5));
    position: relative;
    z-index: 1;
}
@media screen and (max-width:768px){
    .p-semi-content__flex--thumb {
        width: 110vw;
        max-width: 110vw;
        margin: 0 calc(50% - 50vw);
        filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
        position: relative;
        z-index: 3;
        }
}
/* //ã‚»ãƒŸãƒŠãƒ¼ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ */
/* ç†ç”± */
.p-semi-content__label{

}
.p-semi-reason__wrap{
    background-color: #FAF1DF;
    position: relative;
    padding-bottom: 60px;
}
@media screen and (max-width:768px){
    .p-semi-reason__wrap {
            padding-bottom: 50px;
        }
}
.p-semi-reason__wrap.--sub {
    overflow-x: hidden;
}
.p-semi-reason__right{
position: absolute;
bottom: 0;
left: 50%;
transform:translateX(430px);
-webkit-transform: translateX(430px);
width: 500px;
}
.p-semi-reason{
    position: absolute;
    top: 0;
    right: 20%;
    width: 100%;
    margin-bottom: 80px;
}
@media screen and (max-width:768px){
    .p-semi-reason {
        position: static;
margin-bottom: 30px;
        }
}
.p-semi-reason__img{

}
.p-semi-reason__box--wrap{
padding-top: 26%;
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
@media screen and (max-width:768px){
    .p-semi-reason__box--wrap {
            padding-top: 0;
            max-width: 1000px;
            width: 100%;
            margin: 0 auto;
        }
}
.p-semi-reason__box{
    position: relative;
    padding: 60px;
}
@media screen and (max-width:768px){
    .p-semi-reason__box {
        padding: 0px;
    }
}
.p-semi-reason__box--upper{
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
@media screen and (max-width:768px){
    .p-semi-reason__box--upper {
            position: static;
            transform:none;
            -webkit-transform: none;
            padding: 0 20px;
        }
}
.p-semi-reason__label--inner{
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.p-semi-reason__label--img{

}
.p-semi-reason__label--text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    font-size: clamp(10px,4vw,20px);
    font-weight: bold;
    text-align: center;
    color: #fff;
}
@media screen and (max-width:768px){
    .p-semi-reason__label--text {
        font-size:6vw;
        letter-spacing: .05em;
    }
}
.p-semi-reason__box__thumb{

}
@media screen and (max-width:768px){
    .p-semi-reason__box__thumb {
        display: none;
    }
}
.p-semi-reason__box--inner{
padding: 40px;
text-align: center;
position: absolute;
top: calc(50% + 23px);
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
width: 70%;
}
@media screen and (max-width:768px){
    .p-semi-reason__box--inner {
        padding: 30px 15px 0;
            position: static;
            transform:none;
            -webkit-transform: none;
            width: 100%;
        }
}
.p-semi-reason__box__text{
    color: var(--blue);
    font-size: clamp(10px,4vw,18px);
    font-weight: bold;
    line-height: 2;
    padding-bottom: 40px;
}
@media screen and (max-width:768px){
    .p-semi-reason__box__text {
        text-align: left;
        padding-bottom: 20px;
    }
    .p-semi-reason__box__text.--adj{
        padding: 10px 10px 20px;
    }
}
.p-semi-reason__box__text .c-sub {
color: var(--orange);
font-weight: bold;
}
.p-semi-reason__box__letter{
font-weight: bold;
font-size: clamp(10px, 4vw, 20px);
line-height: 2;
padding-bottom: 40px;
}
@media screen and (max-width:768px){
    .p-semi-reason__box__letter {
        font-size:5vw;
            padding-bottom: 20px;
            width: 90%;
            margin: 0 auto;
            display: block;
        }
    .p-semi-reason__box__letter:last-of-type {
        padding-bottom: 0px;
    }
}
.p-semi-reason__box__letter .c-sub{
border-bottom: solid 1px var(--orange);
padding-bottom: 4px;
}
@media screen and (max-width:768px){
    .p-semi-reason__box__letter .c-sub {
            padding-bottom: 2px;
        }
}
/* //ç†ç”± */
/* ç‰¹å…¸ */
.p-benefit{
padding: 60px 0;
}
@media screen and (max-width:768px){
    .p-benefit {
            padding: 50px 10px;
        }
}
.p-benefit__img{
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
.p-benefit__text{
    font-size: clamp(10px,4vw,14px);
    text-align: center;
}
/* //ç‰¹å…¸ */
/* è¬›å¸«&æ¦‚è¦ */
.p-inst-wrap {
   position: relative;
   z-index: 1;
   overflow: hidden;
}
.p-inst-wrap__thumb{
    position: absolute;
    z-index: 2;
    top: 0;
    right:50%;
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    height: 1280px;
    height: 100%;
    width: 50%;
    object-fit: cover;
}
@media screen and (max-width:768px){
    .p-inst-wrap__thumb {
           display: none;
        }
}
.p-inst{
background-color: rgb(242,150,0,.3);
padding: 60px 0;
position: relative;
    z-index: 3;
}
@media screen and (max-width:768px){
    .p-inst {
            padding: 50px 10px;
        }
}
.p-inst-flex{
display:flex;
justify-content:center;
align-items:center;
max-width: 1000px;
width: 100%;
margin: 0px auto 20px;
padding-top: 70px;
}
@media screen and (max-width:768px){
    .p-inst-flex {
        display: block;
    }
}
.p-inst-flex__box{
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 8px -3px #777;
    box-shadow: 2px 2px 8px -3px #777;
}
@media screen and (max-width:768px){
    .p-inst-flex__box {
            width: 100%;
            margin-right: 0;
            padding:30px 0px 0px;
            margin-bottom: 130px;
        }
}
.p-inst-flex__box:nth-of-type(2){
    margin-right: 0px;
}
@media screen and (max-width:768px){
    .p-inst-flex__box:nth-of-type(2) {
            margin-bottom: 0;
        }
}
.p-inst-flex__img{
    width: 33.33%;
    display: block;
    margin: -70px auto 10px;
    object-fit: contain;
    height: auto;
    -webkit-box-shadow: 1px 1px 8px -3px #777;
        box-shadow: 2px 2px 8px -3px #777;
}
@media screen and (max-width:768px){
    .p-inst-flex__img {
        width: 40%;
        margin: -120px auto 10px;
    }
}
.p-inst-flex__lead{
background-color: var(--blue);
color: #fff;
font-size: clamp(10px,4vw,16px);
font-weight: bold;
text-align: center;
width: 100%;
margin: 0 auto 10px;
padding: 4px 16px;
}
@media screen and (max-width:768px){
    .p-inst-flex__lead {
        padding: 4px 10px;
    }
}
.p-inst-flex__lead .c-sub{
    font-size: clamp(10px, 4vw, 22px);
}
.p-inst-flex__text{
    font-size: clamp(10px,4vw,16px);
    line-height: 1.5;
    letter-spacing: .05em;
}
@media screen and (max-width:768px){
    .p-inst-flex__text {
        padding: 10px 15px 20px;
    }
}
.p-inst-mini{
font-size: clamp(10px, 4vw, 14px);
text-align: center;
}
.p-inst-bottom{
background-color: rgb(245, 245, 245, 1);
padding: 60px 0;
    position: relative;
        z-index: 1;
}
@media screen and (max-width:768px){
    .p-inst-bottom {
        padding: 50px 0;
    }
}
.p-inst-table__table{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    border: none;
}
@media screen and (max-width:768px){
    .p-inst-table__table {
            width: 85%;
        }
}
.p-inst-table__tr{
    border-bottom:solid 1px rgb(26,50,97,.8);

}
.p-inst-table__td{
    padding: 40px 20px;
    color: var(--blue);
    font-size: clamp(10px, 4vw, 18px);
    font-weight: bold;
    text-align: center;
     border: none;
     vertical-align: middle;
}
@media screen and (max-width:768px){
    .p-inst-table__td {
        padding: 20px 30px;
            font-size: 4.5vw;
            white-space: nowrap;
            vertical-align:top;
        }
}
.p-inst-table__td--sub{
    padding:20px 30px;
    color: var(--blue);
    font-size: clamp(10px,4vw,18px);
    font-weight: bold;
    text-align: left;
     border: none;
     vertical-align: middle;
}
@media screen and (max-width:768px){
    .p-inst-table__td--sub {
        padding: 20px 10px;
        font-size:4.5vw;
    }
}
.p-inst-table__td--text{
color: var(--blue);
    font-size: clamp(10px, 4vw, 18px);
}
@media screen and (max-width:768px){
    .p-inst-table__td--text {
            font-size: 4.5vw;
        }
}
    /* .p-inst-table__td--text:first-of-type {
        padding-bottom: 10px;
    } */
/* //è¬›å¸«&æ¦‚è¦ */
.p-semi-form{
    background-color: var(--blue);
    padding: 60px 0;
}
@media screen and (max-width:768px){
    .p-semi-form {
            padding: 50px 0;
        }
}
.p-semi-form__area{
    padding: 60px 0;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:768px){
    .p-semi-form__area {
        padding: 60px 10px;
    }
}
@media screen and (max-width:768px){
.footer {
    margin-bottom: 87px;
}
}
.c-mini-text{
    font-size: .9em;
}
.p-header-flex__img.--mistu{
    max-width: 180px;
}
@media screen and (max-width:768px){
    .p-header-flex__img.--mistu {
        max-width: 110px;
    }
}
/* hub spotãƒ•ã‚©ãƒ¼ãƒ CSS */
.hs-form-field label:not(.hs-error-msg) {
    color: #33475b;
    text-align: left;
}

.hs-form-field label:not(.hs-error-msg) {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}

label {
    font-size: 14px;
    width: 130px;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hs-form-required {
    color: red;
}

.inputs-list label {
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}

.hs-custom-style .hs-input,
.hs-custom-style fieldset {
    max-width: 100%;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
}

.hs-input:not([type=file]) {
    background-color: #f5f8fa;
}

.hs-input {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.hs-custom-style>div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
.hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    max-width: 100%;
}

.hs-input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.actions {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 0px;
    text-align: center;
}

.hs-button,
.hs-button:hover,
.hs-button:hover:not(.inactive),
.hs-button:focus,
.hs-button:active,
.hs-button:active:not(.inactive):not(.link) {
    background: #33475b;
    border-color: #33475b;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.hs-richtext {
    margin-top: 20px;
}
.hs-richtext a{
    color:#005cbf;
}
/* //hub spot CSS */
