/*css 企業側client分のcssをまとめる*/

/*1.　トップページ　url(/client) blade名（client/top.blade.php）*/
/*企業側トップページ*/

@charset "UTF-8";
html {
    font-size: 62.5%;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background-color: #ffffff; /*これはわかりやすいように今変えている：正しい→＃f6f8f9*/
    color: #141414;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    font-optical-sizing: auto;
    font-style: normal;
}

html header {
    font-size: 16px;
}
html footer {
    font-size: 16px;
}

a.header__nav-link {
    font-size: 1.6rem;
}

.header__inner {
    max-width: 80%;
}

.footer .footer__menu-link {
    font-size: 16px;
}

.footer__cta {
    font-size: 16px;
    width: auto;
    text-align: center;
}
.footer__label {
    font-size: 14px;
}

.footer__info-link {
    font-size: 14px;
}

#top h2 {
    font-size: clamp(2.0rem, 2.2vw, 3.2rem);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: clamp(25px, 3.4vw, 50px);
    margin-top: clamp(25px, 3.4vw, 50px);
}

#top #section-top a:hover {
    opacity: 0.5;
}

/*VFの画像を一旦ださない*/

#top #section-top {
    background-color: #ffffff;
    max-width: 1440px;
    margin: 7.9vw 25vw 0 20vw;
}

/*技人国人材に特化*/
#top #section-top .Top-message-topic {
    font-size: clamp(2rem, 1.9vw, 2.8rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    display: none; /*これは一旦非表示にしておく　今後表示する可能性*/
}

/*吹き出しのデザイン*/

#top #section-top .Top-message-topic {
    position: relative;
    width: fit-content;
    padding: 5px 5px;
    border-bottom: 2px solid #141414;
}
#top #section-top .Top-message-topic::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #ffffff; /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50%;
}

#section-top .Top-message-topic::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #141414 #141414 transparent transparent;
    rotate: 135deg;
    translate: -50%;
}

/*FVのイメージ ポジション固定で良い位置に*/
#top #section-top .Top-fv-image {
    width: 70%;
    position: absolute;
    right: clamp(2vw, 2vw, 16vw);
    margin-top: 150px;
    top: 120px;
    max-width: 1000px;
    margin-right: 3vw;
}
 




#top #section-top .Top-fv-image img {
    width: 100%;
}


@media(max-width:1440px) {
    #top #section-top .Top-fv-image img {
    width: 86%;
      }
}




#top #section-top .Top-fv-image1 {
    width: 70%;
    position: absolute;
    right: 0;
    margin-top: 100px;
    top: 0;
    max-width: 1000px;
}

@media(max-width:500px) {
    #top #section-top .Top-fv-image {
        display: none;
    }

}

#top #section-top .Top-fv-image-sp {
    display: none;
}

@media(max-width:1000px) {
    #top #section-top .Top-fv-image-sp {
        display: block;
        margin-top: 50px;

    }
}
@media(max-width:1000px) {
    #top #section-top .Top-fv-image-sp img {
    width: 106%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    }
}




#top #section-top .Top-fv-image1 img {
    width: 100%;
}

/*FVのメッセージ*/
#top #section-top .Top-message-top {
    font-size: clamp(3.0rem, 2.2vw, 3.2rem);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-align: left;
}



/*glinkは自社での〜〜*/
#top #section-top .Top-message-bottom {
    font-size: clamp(1.8rem, 1.2vw, 1.8rem);
    line-height: 1.5;
    letter-spacing: 0em;
}

/*FVの注目ポイント3つ＋月桂樹*/

/*メイン*/
#top #section-top .Top-main-attention {
    width: 150px;
}

#top #section-top .Top-main-attention img {
    width: 100%;
}

/*サブ*/

#top #section-top .Top-sub-attention {
    width: 125px;
}

#top #section-top .Top-sub-attention img {
    width: 100%;
}

/*注目ポイントのテキストを中心にする*/

#top #section-top h3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

#top #section-top .Top-attention-txt {
    position: absolute;
    text-align: center;
}
#top #section-top .Top-attention-txt {
    font-size: clamp(1.4rem, 1.2vw, 1.8rem);
    letter-spacing: 0.05em;
    line-height: 1.5;
}

/*無料相談ボタン*/

#top #section-top button {
    padding: clamp(10px, 0.6vw, 15px) clamp(30px, 2px, 45px);
    background: linear-gradient(90deg, #ff6b35, #f7931e);
    border-radius: 120px;
    border: none;
    display: block;
    margin: 15px 0;
}
#top #section-top a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

@media(max-width:500px) {
    #top #section-top button {
        margin: 15px auto;
        margin: 0 auto;
        padding: clamp(10px, 0.6vw, 15px) clamp(50px, 2px, 45px);
    }

}





/*top全体を中央寄せ*/

#top #section-top .Fv-wrap {
    display: flex;
    justify-content: last baseline;
    align-items: center;
    margin-bottom: 200px;
    background-color: #ffffff;
}

@media (max-width: 1000px) {
    #top #section-top .Fv-wrap {
        flex-direction: column;
    }
    #top #section-top {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10vw;
        overflow: hidden;
    }
    #top #section-top .Top-fv-image {
        position: static;
        margin: 0 auto;
    }
    #top #section-top .Top-fv-image1 {
        position: static;
        margin: 0 auto;
    }
    #top #section-top .Fv-wrap {
        align-items: flex-start;
        max-width: 768px;
        margin: 0 auto;
    }
    .h {
        display: flex;
        position: static;
    }
    #top #section-top .Top-fv-image {
        width: 90%;
    }
}

@media (max-width: 768px) {
    #top #section-top .Top-main-attention {
        width: 120px;
    }

    #top #section-top .Top-main-attention img {
        width: 100%;
    }

    /*サブ*/

    #top #section-top .Top-sub-attention {
        width: 100px;
    }

    #top #section-top .Top-sub-attention img {
        width: 100%;
    }
}

/*外国人採用に新たな選択肢をのところ*/

#top #section-top .Top-fv-image1 {
    width: 60%;
    display: none;
}

@media (max-width: 1000px) {
    #top #section-top .Top-fv-image1 {
        display: block;
        position: absolute;
        top: 147px;
        display: none;
    }
    #top #section-top .Top-fv-image {
        display: none;
    }
}

/*メッセージの改行*/

@media(max-width:400px) {
    #top #section-top .Top-message-bottom-br {
        display: none;
}
}


.top-contnt-wrap {
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin-top: 30px;
}

@media(max-width:768px) {
    .top-contnt-wrap {
        flex-direction: column-reverse;
        align-items: center;
    }
}

/*採用活動でこんなお悩みはありませんか*/

#section-worries {
    margin-top: clamp(80px, 6.9vw, 300px);
}

#top #section-worries h2.Worries-title {
    color: #141414;
    text-align: center;
    font-size: clamp(1.8rem, 2.2vw, 3.2rem);
}

#top .Worries-wrap-bg {
    background-color: #d6d6d6;
    padding: 60px 0 30px;
    padding-left: 10px;
    padding-right: 10px;
}

#top #section-worries .Worries-wrap-top {
    text-align: center;
    max-width: 1280px;
    margin: 0 auto;
}

#top #section-worries .Worries-wrap-top li {
    background-color: #2877e3;
    display: inline-block;
    text-align: center;
    font-size: clamp(1.6rem, 1.2vw, 1.8rem);
    letter-spacing: 0.1em;
    padding: clamp(10px, 2.4vw, 35px) clamp(15px, 3.4vw, 50px);
    border-radius: 100px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: clamp(10px, 1.3vw, 20px);
}



@media(max-width:768px){
    #top #section-worries .Worries-wrap-top li {
        font-weight: 400;
       
    }
}

@media(max-width:768px){
    #top #section-worries .Worries-wrap-top li:nth-child(4){
        display: none;
       
    }
}

@media(max-width:768px){
    #top #section-worries .Worries-wrap-top li:nth-child(5){
        display: none;
       
    }
}


@media(max-width:768px){
    #top #section-worries .Worries-wrap-top li:nth-child(6){
        display: none;
       
    }
}




#top #section-worries .Worries-wrap-text p {
    font-size: clamp(1.4rem, 2.2vw, 1.8rem);
    line-height: 1.7;
    font-weight: 700;
    background-color: #f7f7f9;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 22px;
    height: auto;
}

/*
#top #section-worries .Worries-image {
    width: 160px;
    height: 330px;
}*/

#top #section-worries .Worries-image  {
    width: 11.1vw;
}

@media(max-width:768px) {
    #top #section-worries .Worries-image {
     width: 24.1vw;
    margin: 0 10px 0 auto;
}
    }


#top #section-worries .Worries-image img {
    width: 100%;
    margin: 0 auto;
}

#top .Worries-wrap-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    #top .Worries-wrap-text {
        flex-direction: column;
        margin-top: 20px;
    }
}

/*そこで注目されているのが、外国人採用*/
.Worries-message {
    font-size: clamp(2rem, 1.5vw, 2.3rem);
        font-size: clamp(1.6rem, 2.2vw, 3.2rem);
    text-align: center;
    margin: 50px 0;
    line-height: 1.5;
    letter-spacing: 0em;
}

.Worries-wrap-bottom {
    display: flex;
    list-style: none;
    justify-content: space-around;
    flex-wrap: wrap;
}

#top #section-worries ul li {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    justify-items: center;
}

#top #section-worries .Worries-message-text {
    background-color: #ffffff;
    display: inline-block;
    padding: clamp(10px, 2.4vw, 35px) clamp(15px, 3.4vw, 50px);
    border-radius: 50px;
    letter-spacing: 0rem;
}

#top #section-worries .Worries-message-image1 {
    width: 282px;
    height: 211px;
    margin: 0 auto;
}

#top #section-worries .Worries-message-image1 img {
    width: 100%;
}

#top #section-worries .Worries-message-image2 {
    width: 300px;
    height: 188px;
    margin: 0 auto;
}

#top #section-worries .Worries-message-image2 img {
    width: 100%;
}

#top #section-worries .Worries-message-image3 {
    width: 190px;
    height: 225px;
    margin: 0 auto;
}

#top #section-worries .Worries-message-image3 img {
    width: 100%;
}

@media (max-width: 500px) {
    #top #section-worries .Worries-message-image1,
    #top #section-worries .Worries-message-image2,
    #top #section-worries .Worries-message-image3 {
        width: 150px;
        height: auto;
        margin-bottom: 10px;
    }
}

@media (min-width: 1530px) {
    #top #section-worries {
        margin-top: 200px;
    }
}

/*実際私たちは過去に〜〜〜*/

#top #section-worries .Worries-text-center {
    background-color: #d6d6d6;
    text-align: center;
    display: flex;
    justify-content: center;
}

#top #section-worries .Worries-text-bg {
    background-color: #000000;
    border-radius: 80px;
    opacity: 0.6;
    padding: clamp(15px, 2.4vw, 35px) clamp(20px, 3.4vw, 50px);
}

#top #section-worries .Worries-text-bg p {
    color: #ffffff;
}

#top #section-worries .Worries-text-main {
    font-size: clamp(1.6rem, 1.3vw, 2rem);
    font-weight: 700;
    line-height: 1.4;
}

#top #section-worries .Worries-text-center .Worries-text-sub {
    color: #141414;
    background-color: #ffffff;
    display: inline-block;
    font-weight: 900;
    border-radius: 50px;
    padding: 15px 10px;
    font-size: clamp(1.3rem, 1.3vw, 2rem);
    margin-right: 25px;
    margin-top: 10px;
}


@media(max-width:768px) {
    #top #section-worries .Worries-text-center .Worries-text-sub {
        margin-right: 0;
    }
    #top #section-worries .Worries-text-bg {
        border-radius: 20px;
    }

}






/*三角形の部分*/
.triangle-banner {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-color: #d6d6d6;
}

.triangle-banner svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 768px) {
    #top .Worries-text-bg {
        width: 90%;
    }
    #top .Worries-text-center .Worries-text-sub {
        margin-right: 0;
    }
    #top .Worries-text-bg {
        border-radius: 40px;
    }
}

/*採用現場で悩んできたからこそわかることがある*/

.Worries-main-message {
    background-color: #e4f2f9;
    padding-top: clamp(25px, 3.4vw, 50px);
    padding-bottom: clamp(25px, 3.4vw, 50px);
    justify-content: center;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.Worries-main-message p {
    font-size: clamp(1.8rem, 1.9vw, 2.8rem);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 50px;
    text-align: center;
}

.Worries-main-image {
    position: absolute;
    width: 200px;
    height: 190px;
    right: 110px;
    bottom: 0px;
}

.Worries-main-image img {
    width: 100%;
}

#top .triangle-bg1 {
    width: 100%;
    height: 100px;
    background-color: #d6d6d6;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#top .triangle-bg2 {
    width: 100%;
    height: 100px;
    background-color: #e4f2f9;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#top .triangle-bg2 {
    width: 100%;
    height: 100px;
    background-color: #e4f2f9;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 1280px) {
    .Worries-main-image {
        right: 0;
        display: none;
    }
}

/*外国人採用ならglinkにお任せください*/

#top #section-commitment {
    margin-bottom: 6.9vw;
}

#top #section-commitment p {
    color: #ffffff;
    background-color: #007bff;
    display: inline-flex;
    width: 11vw;
    height: 11vw;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0 0 0 1.3vw rgba(0, 123, 255, 0.15),
        0 0 0 2.7vw rgba(0, 123, 255, 0.1);
    font-size: 1.6rem;
}

@media(max-width:768px) {
    #top #section-commitment p {
        border-radius: 60px;
    }

}


#top .Commitment-image {
    width: 27vw;
    height: 23vw;
}

#top .Commitment-image img {
    width: 100%;
}

#top .Commitment-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    #top #section-commitment p {
        width: 31vw;
    }
}

/*ポイント*/

#top #section-point {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 86%;
    margin: 0 auto;
    position: relative;
    padding-bottom: clamp(20px, 4.8%, 60px);
    padding-top: 50px;
    padding-left: 12.5vw;
    padding-right: 12.5vw;
}

@media (max-width: 500px) {
    #top #section-point {

    padding-left: 5vw;
    padding-right: 5vw;


    }
}

#top #section-point .Point-h2-before {
    background: linear-gradient(135deg, #2877e3, #2877e3);
    color: white;
    padding: 15px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}

.Point-after-triangle {
    width: 0px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #2877e3;
    text-align: center;
    margin: 0 auto;
    transform: scaleY(-1);
}

#top #section-point ol {
    max-width: 840px;
    margin: 0 auto;
}

#top #section-point ol li {
    list-style: none;
}

/*POINTの画像背景*/

#top .Point-bg {
    width: 74%;
    top: 300px;
    position: absolute;
}

#top .Point-bg img {
    width: 100%;
}

#top #section-point p {
    font-size: clamp(1.6rem, 1.2vw, 1.8rem);
    line-height: 1.5;
    letter-spacing: 0.1em;
    max-width: 840px;
    margin: 0 auto 50px;
}

#top #section-point .Point-number {
    font-size: clamp(4rem, 3.4vw, 5rem);
    font-weight: 900;
    color: #2d4ccd;
}

#top #section-point .Point-h3-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#top #section-point .Point-h3 {
    font-size: clamp(2rem, 1.9vw, 2.8rem);
    line-height: 1.2;
    letter-spacing: 0.01em;
}

#top #section-point h4 {
    font-size: clamp(1.8rem, 1.6rem, 2.4rem);
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding-top: clamp(25px, 3.4vw, 50px);
    padding-bottom: clamp(15px, 2vw, 30px);
    font-weight: 500;
}

#top #section-point .Point-description {
    font-size: clamp(1.6rem, 1.2vw, 1.8rem);
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 400;
}

/*ポイントセクションの画像の大きさの設定*/

#top #section-point .Point-image1 {
    width: 400px;
}

#top #section-point .Point-image1 img {
    width: 100%;
}

#top #section-point .Point-image2 {
    width: 400px;
}

#top #section-point .Point-image2 img {
    width: 100%;
}

#top #section-point .Point-image3 {
    width: 400px;
}

#top #section-point .Point-image3 img {
    width: 100%;
}

/*ポイントセクションの配置の設定*/

#top #section-point .Point-wrap {
    display: flex;
    align-items: center;
}

#top #section-point .Point-wrap:nth-child(2) {
    flex-direction: row-reverse;
}

/*ポイントセクションSP版*/
@media (max-width: 768px) {
    

    #top #section-point .Point-image1,
    #top #section-point .Point-image2,
    #top #section-point .Point-image3 {
        width: 50vw;
        margin: 0 auto;
    }

    #top #section-point .Point-h3-wrap {
        flex-direction: column;
    }
}

@media (max-width: 1000px) {
    #top #section-point .Point-wrap {
        display: block;
    }
    #top .Point-bg {
        display: none;
    }
    #top #section-point p {
        margin-bottom: 0;
    }
}

/*よくある質問*/

.container1 {
    max-width: 86%;
    margin: clamp(50px, 6.9vw, 100px) auto 0;
    padding: 20px 10px;
    position: relative;
    background-color: #e4f2f9;
    border-radius: 10px;
}

h2.question-title {
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
    text-align: center;
}

.faq-item {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    width: 60%;
    margin: 0 auto 16px;
}

.faq-item.open {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.question {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid #eee;
}

.question:hover {
    background-color: #f8f9fa;
}

.question-number {
    color: #007bff;
    font-weight: bold;
    font-size: 18px;
    margin-right: 16px;
    min-width: 30px;
}

.question-text {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.triangle {
    font-size: 14px;
    color: #666;
    margin-left: 16px;
    transition: transform 0.3s ease;
}

.answer {
    display: none;
    padding: 20px 40px;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
    animation: fadeIn 0.3s ease;
}

.answer-label {
    color: #007bff;
    font-weight: bold;
    font-size: 16px;
    margin-right: 12px;
}

.answer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.illustration {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 1;
}

.person {
    position: relative;
    width: 80px;
    height: 120px;
}

.head {
    width: 40px;
    height: 40px;
    background-color: #fdbcb4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.body {
    width: 50px;
    height: 70px;
    background-color: #e8f4fd;
    border-radius: 25px 25px 0 0;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.body::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 30px;
    background-color: #333;
    bottom: 0;
    left: 5px;
    border-radius: 0 0 10px 10px;
}

.body::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 30px;
    background-color: #333;
    bottom: 0;
    right: 5px;
    border-radius: 0 0 10px 10px;
}

.question-mark {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 30px;
    height: 30px;
    background-color: #b8e6b8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

#top #section-question .Question-point-image {
    width: 253px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#top #section-question .Question-point-image img {
    width: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* レスポンシブデザイン */
@media (max-width: 1280px) {
    #top #section-question .Question-point-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 20px 16px;
    }
    .faq-item {
        width: 90%;
    }

    #top h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .question {
        padding: 16px;
    }

    .question-text {
        font-size: 14px;
    }

    .answer {
        padding: 16px;
    }

    .illustration {
        right: 20px;
        bottom: 20px;
    }

    .person {
        width: 60px;
        height: 90px;
    }

    .head {
        width: 30px;
        height: 30px;
    }

    .body {
        width: 40px;
        height: 55px;
        top: 25px;
    }

    .question-mark {
        width: 25px;
        height: 25px;
        font-size: 16px;
        top: -15px;
        right: -15px;
    }
}

/*導入事例*/

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.example-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
    color: #333;
}

.case-studies {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.case-study {
    background-color: #fff;
    border-radius: 16px;
    padding: 0 30px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 30%;
    max-width: 500px;
    position: relative;
}

.case-number {
    background: linear-gradient(135deg, #2877e3, #2877e3);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    width: 35%;
    text-align: center;
    margin: -10px auto 20px;
}

.case-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #141414;
}

.company-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #a8c8ec, #7db3e8);
    position: relative;
    overflow: hidden;
}

.avatar::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
}

.avatar::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 20px;
    background-color: white;
    border-radius: 50% 50% 0 0;
}

.company-name {
    font-size: 1.6rem;
    color: #141414;
    font-weight: 500;
}

.case-description {
    font-size: 14px;
    line-height: 1.7;
    color: #141414;
    text-align: justify;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .case-studies {
        gap: 30px;
    }

    .case-study {
        max-width: 100%;
        padding: 25px;
        width: 100%;
    }

    .title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .case-title {
        font-size: 15px;
    }

    .case-description {
        font-size: 13px;
    }
}

/*以下エントリフォームセクション*/

.contact__section {
    color: #ffffff;
    font-weight: var(--font-weight-black);
    background-image: url("../images/contact_background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 1vw;
    margin-bottom: 100px;

    @media screen and (max-width: 765px) {
        background-image: url("../images/contact_background_sp.jpg");
        height: auto;
        min-height: 375px;
        padding-top: 87px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.contact__messag1 {
    /* 上書き */
    color: var(--color-black);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: calc(16px * 0.1); /* フォントサイズの8% */
    padding: 13px 130px 13px 130px;
    background-color: #ffffff;
    border-radius: 70px;
    width: auto;
    width: fit-content;
    text-align: center;
    margin: 0px auto 28px auto;
    color: #000000;
    @media screen and (max-width: 765px) {
        font-size: 14px;
        padding: 11px 34px;
        text-wrap: nowrap;
        letter-spacing: calc(14px * 0.1); /* フォントサイズの8% */
    }
}

.contact__messag2,
.contact__messag3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: calc(20px * 0.1); /* フォントサイズの10% */
    margin-top: 0px;
    margin-bottom: 9px;
    @media screen and (max-width: 765px) {
        font-size: 16px;
        text-align: justify;
        padding-left: 7px;
        padding-right: 7px;
        letter-spacing: calc(16px * 0.1); /* フォントサイズの8% */
    }
}

.contact__action-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;

    @media screen and (max-width: 765px) {
        margin-top: 35px;
    }
}

.contact__action {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 19px;

    @media screen and (max-width: 765px) {
        display: block;
    }
}

.mail__link {
    padding: 22px 34px 22px 32px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    border-radius: 80px;
    background: linear-gradient(
        269deg,
        #efb236 -3.51%,
        #ff8f1c 48.22%,
        #ff894a 91.06%
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #ffffff;

    @media screen and (max-width: 765px) {
        font-size: 18px;
        padding: 22px 34px 22px 35px;
        letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    }
}

.tell__number {
    display: flex;
    padding: 22px 45px 22px 45px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    border-radius: 80px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(116, 116, 116, 0.25);
    color: #141414;
    gap: 7px;
    text-align: center;
    line-height: 10px;
    padding-top: 28px;
    padding-bottom: 31px;

    @media screen and (max-width: 765px) {
        font-size: 18px;
        padding: 25px 39px 26px 45px;
        letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
        margin-top: 35px;
    }
}

.tell__number p {
    margin-top: 1px;
    margin-bottom: 0px;
}
.tell__number p:nth-child(2) {
    margin-top: 0px;
}

/*2.　選ばれる理由 url(/client/why) blade名（client/why.blade.php）*/

/*企業側glinkが選ばれる理由*/

html {
    font-size: 62.5%;
    width: 100%;
    box-sizing: border-box;
    background-color: #f6f8f9;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background-color: #f6f8f9; /*これはわかりやすいように今変えている：正しい→＃f6f8f9*/
    color: #141414;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    font-optical-sizing: auto;
    font-style: normal;
}

/*このページのmain全体に*/
#advantages {
    text-align: center;
}

/*トップの見出しの画像*/

#advantages #section__advantages-top {
    border-radius: clamp(50px, 6.9vw, 100px);
    padding: clamp(50px, 50px, 3.4vw) 3.4vw;
    aspect-ratio: 1211 / 843;
    width: 80vw; /* ビューポート幅の80%など、好みに調整 */
    max-width: 1211px;
    background-color: rgba(40, 119, 227, 0.1);
    border-radius: 50%; /* 完全な楕円に近づける */
    margin: 50px auto 0;
}

#advantages .heading__image-bg {
    width: 85vw;
    max-width: 1223px;
    margin: clamp(40px, 6.9vw, 100px) auto 0;
}

#advantages .heading__image-bg img {
    width: 100%;
}

#advantages h1 {
    font-size: clamp(2rem, 2.2vw, 3.2rem);
    text-align: center;
}

/*glinkについて*/

#advantages #section__advantages-top .section__advantages-top {
    width: 10%;
    min-width: 132px;
}
#advantages #section__advantages-top .section__advantages-top img {
    width: 100%;
}
#advantages #section__advantages-top h3 {
    font-size: clamp(1.6rem, 1.9vw, 2.4rem);
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 3.4vw;
    margin-bottom: 3.4vw;
}

#advantages #section__advantages-top p {
    font-size: clamp(1.4rem, 1.25vw, 1.8rem);
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 20px;
}

.advantages__top--image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.1vw;
    margin-top: 4.1vw;
}

/*外国人IT人材の採用をもっとスムーズにもっと安心に*/
#advantages #section__advantages-top .section__advantages--heading-top {
    font-size: 1.6rem;
}

#advantages #section__advantages-top .section__advantages--heading-bottom1 {
    font-size: clamp(2rem, 2.2vw, 3.2rem);
    border-bottom: 1px solid #141414;
}

#advantages #section__advantages-top .section__advantages--heading-bottom2 {
    font-size: clamp(2rem, 2.2vw, 3.2rem);
    border-bottom: 1px solid #141414;
}

/*外国人IT人材の採用をもっとスムーズにもっと安心に リスト：画像とテキスト横並び*/

#advantages #section__advantages-top ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
}

#advantages #section__advantages-top ul li {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    color: #2d65dc;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 3.4vw 0;
}

#advantages #section__advantages-top ul li p {
    width: 250px;
}

#advantages #section__advantages-top .section__advantage-list {
    font-weight: 900;
    font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}

/*横並びのアイコンの調整*/

.section__advantage-img {
    width: 25%;
    margin: 0 auto 10px;
}

.section__advantage-img img {
    width: 100%;
}

/*glinkについて、400px~左よせ*/

/*縦並びのつなぎのドット*/

.dots-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
}

.dot {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}

@media (max-width: 768px) {
    #advantages #section__advantages-top {
        border-radius: 10px;
    }
}

.br-sp1 {
    display: block;
}
@media (max-width: 500px) {
    .br-sp1 {
        display: none;
    }
}

/*glinkが選ばれる理由*/

/*見出し*/

#advantages #section__advantages-reason .section__advantages-reason {
    width: 10%;
    min-width: 132px;
}

#advantages #section__advantages-reason .section__advantages-reason img {
    width: 100%;
}

/*理由1と理由２の共通*/

#advantages #section__advantages-reason h3 {
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    text-align: left;
    color: #2d65dc;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 20px 0;
}

#advantages #section__advantages-reason p {
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 900;
}

#advantages #section__advantages-reason p:last-child {
    font-weight: 500;
}

/*理由1の画像*/
#advantages #section__advantages-reason .advantages__reason1-image {
    width: 381px;
}

#advantages #section__advantages-reason .advantages__reason1-image img {
    width: 100%;
}

/*理由２の画像*/

#advantages #section__advantages-reason .advantages__reason2-image {
    width: 381px;
}

#advantages #section__advantages-reason .advantages__reason2-image img {
    width: 100%;
}

#advantages #section__advantages-reason .advantages__reason-wrap {
    max-width: 430px;
}

/*理由の画像の横並び*/

#advantages #section__advantages-reason .advantages__reason1 {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background-color: rgba(40, 119, 227, 0.1);
    margin-bottom: 3.4rem;
    border-radius: 10px;
}

#advantages #section__advantages-reason .advantages__reason1-bg {
    background-color: #ffffff;
    display: flex;
    border-radius: 10px;
    width: 86%;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
    padding: 25px 20px;
}

.advantages__reason-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.9vw;
    flex-wrap: wrap;
}

#advantages #section__advantages-reason .advantages__reason2 {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    border-radius: 10px;
}

#advantages #section__advantages-reason .advantages__reason2-bg {
    background-color: rgba(40, 119, 227, 0.1);
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: clamp(30px, 6.9vw, 100px) 0;
}

/*横並び*/
#advantages #section__advantages-reason .advantages__reason2-list {
    display: flex;
}

/*横並びの画像の調整*/
#advantages #section__advantages-reason .advantages__reason2-icon {
    width: 7.6vw;
}

#advantages #section__advantages-reason .advantages__reason2-icon img {
    width: 100%;
}

#advantages #section__advantages-reason .advantages__reason2 ul {
    column-gap: 20px;
}

#advantages #section__advantages-reason .advantages__reason2 ul li {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    justify-items: center;
    padding: 2rem;
    width: 99%;
}

#advantages #section__advantages-reason .advantages__reason2 ul li h4 {
    font-size: clamp(1.4rem, 1.6vw, 2.4rem);
    font-weight: 900;
    min-height: 5.5vw;
    display: flex;
    align-items: center;
}

#advantages #section__advantages-reason .advantages__reason2 ul li p {
    letter-spacing: 0.1em;
    line-height: 1.1;
    margin-top: 20px;
    width: 100%;
}

@media (max-width: 1000px) {
    #advantages #section__advantages-reason .advantages__reason2-list {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    #advantages #section__advantages-reason .advantages__reason1-bg {
        flex-direction: column;
    }
    #advantages #section__advantages-reason .advantages__reason1-image {
        width: 60vw;
    }
    #advantages #section__advantages-reason .advantages__reason2-icon {
        width: 20.6vw;
    }
}

@media (max-width: 400px) {
    #advantages #section__advantages-reason p {
        font-size: 1.4rem;
    }
}

/*ここにglinkの由来*/

#advantages #advantages__origin {
    background-color: rgba(40, 119, 227, 0.1);
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    padding: clamp(15px, 6.9vw, 40px);
    margin-bottom: 100px;
}

#advantages #advantages__origin .advantages__origin-description-top {
    font-size: clamp(1.6rem, 2.6vw, 3.5rem);
    font-weight: 700;
    text-align: left;
    width: 100%;
    display: block;
    line-height: 1;
}

#advantages #advantages__origin .advantages__origin-description {
    font-size: 2.4rem;
    text-align: left;
    font-weight: 500;
    font-size: clamp(1.4rem, 1.6vw, 2.4rem);
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: clamp(20px, 4.8vw, 70px);
}

#advantages #advantages__origin .section__advantages-reason {
    width: 10%;
    min-width: 132px;
}

.br-sp {
    display: none;
}

@media (max-width: 400px) {
    .br-sp {
        display: block;
    }
}

/*以下エントリフォームセクション*/

#advantages .contact__section {
    color: #ffffff;
    font-weight: var(--font-weight-black);
    background-image: url("../images/contact_background.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 1vw;
    margin-bottom: 100px;

    @media screen and (max-width: 765px) {
        background-image: url("../images/contact_background_sp.jpg");

        height: auto;
        min-height: 375px;
        padding-top: 87px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

#advantages .contact__messag1 {
    /* 上書き */
    color: var(--color-black);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: calc(16px * 0.1); /* フォントサイズの8% */
    padding: 13px 130px 13px 130px;
    background-color: #ffffff;
    border-radius: 70px;
    width: auto;
    width: fit-content;
    text-align: center;
    margin: 0px auto 28px auto;
    color: #000000;
    @media screen and (max-width: 765px) {
        font-size: 14px;
        padding: 11px 34px;
        text-wrap: nowrap;
        letter-spacing: calc(14px * 0.1); /* フォントサイズの8% */
    }
}

#advantages .contact__messag2,
#advantages .contact__messag3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: calc(20px * 0.1); /* フォントサイズの10% */
    margin-top: 0px;
    margin-bottom: 9px;
    @media screen and (max-width: 765px) {
        font-size: 16px;
        text-align: justify;
        padding-left: 7px;
        padding-right: 7px;
        letter-spacing: calc(16px * 0.1); /* フォントサイズの8% */
    }
}

#advantages .contact__action-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;

    @media screen and (max-width: 765px) {
        margin-top: 35px;
    }
}

#advantages .contact__action {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin-top: 19px;

    @media screen and (max-width: 765px) {
        display: block;
    }
}

#advantages .mail__link {
    padding: 22px 34px 22px 32px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    border-radius: 80px;
    background: linear-gradient(
        269deg,
        #efb236 -3.51%,
        #ff8f1c 48.22%,
        #ff894a 91.06%
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    @media screen and (max-width: 765px) {
        font-size: 18px;
        padding: 22px 34px 22px 35px;
        letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    }
}

#advantages .tell__number {
    display: flex;
    padding: 22px 45px 22px 45px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    border-radius: 80px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(116, 116, 116, 0.25);
    color: #141414;
    gap: 7px;
    text-align: center;
    line-height: 10px;
    padding-top: 28px;
    padding-bottom: 31px;

    @media screen and (max-width: 765px) {
        font-size: 18px;
        padding: 25px 39px 26px 45px;
        letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
        margin-top: 35px;
    }
}

#advantages .tell__number p {
    margin-top: 1px;
    margin-bottom: 0px;
}

#advantages .tell__number p:nth-child(2) {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .support__option-02-wrap {
        flex-direction: column;
    }
}

/*3.　料金サポートページ　url(/client/price) blade名（client/price.blade.php）*/

/*企業側　料金・サポートページ*/

html {
    font-size: 62.5%;
    width: 100%;
    box-sizing: border-box;
    background-color: #f6f8f9;
}

/*料金サポートページのヘッダーの指定*/

*,
*:before,
*:after {
    box-sizing: border-box；;
}

body {
    background-color: #f6f8f9; /*これはわかりやすいように今変えている：正しい→＃f6f8f9*/
    color: #141414;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    font-optical-sizing: auto;
    font-style: normal;
}

/*h1 料金についての見出し*/

#employers__service h1 {
    font-size: clamp(2.4rem, 2.2vw, 3.2rem);
    text-align: center;
    margin-bottom: clamp(60px, 6.9vw, 100px);
    margin-top: clamp(80px, 11.8vw, 170px);
}

#employers__service #section__employers-price h2 {
    background-color: #2d65dc;
    display: flex;
    border-radius: 10px;
    width: clamp(224px, 31vw, 447px);
    color: #ffffff;
    margin: -30px auto;
    justify-content: center;
    text-align: center;
    font-size: clamp(2rem, 2.2vw, 3.2rem);
    padding: clamp(10px, 1vw, 15px);
}
#employers__service #section__employers-price {
    border: solid 6px #2d65dc;
    border-radius: 30px;
    width: clamp(90%, 70%, 1012px);
    margin: 0 auto 50px;
    padding-bottom: clamp(45px, 4.1vw, 60px);
}

#employers__service #section__employers-price p {
    font-weight: clamp(1.4rem, 1.1vw, 1.6rem);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.05em;
}

#employers__service
    #section__employers-price
    .section__employers-price-title-top {
    font-size: clamp(2rem, 1.6vw, 2.4rem);
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
    padding: 20px 0;
}

#employers__service #section__employers-price .section__employers-price-title {
    margin: clamp(40px, 4.1vw, 60px);
}

@media (max-width: 768px) {
    #employers__service
        #section__employers-price
        .section__employers-price-title-top {
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100vw;
    }
    #employers__service #section__employers-price p {
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100vw;
    }
    #employers__service
        #section__employers-price
        .section__employers-price-title {
        margin: 40px 0 0;
    }
}

/*成功報酬型*/

#employers__service
    #section__employers-price
    .section__employers--content-title {
    font-size: clamp(2rem, 2.2vw, 3.2rem);
    background-color: #2d65dc;
    display: flex;
    border-radius: 10px;
    padding: clamp(10px, 1vw, 15px) clamp(45px, 6.2vw, 90px);
    color: #ffffff;
    margin: 0 auto -30px;
    justify-content: center;
    text-align: center;
    font-size: clamp(2rem, 2.2vw, 3.2rem);
    width: clamp(196px, 23.8vw, 344px);
}

/*成功報酬型の中の文章*/

#employers__service
    #section__employers-price
    .section__employers--content-description {
    border: solid 6px #2d65dc;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    column-gap: 3.4vw;
    padding-bottom: 100px;
    padding-top: clamp(45px, 4.1vw, 60px);
    padding-bottom: clamp(45px, 4.1vw, 60px);
}

#employers__service #section__employers-price .section__employers-commission {
    display: flex;
    align-items: center;
}
#employers__service
    #section__employers-price
    .section__employers-commission-wrap {
    font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}

#employers__service #section__employers-price .section__employers-price1 {
    font-size: clamp(2rem, 2.2vw, 3.2rem);
    font-weight: 700;
}
#employers__service
    #section__employers-price
    .section__employers-price1:first-child {
    border-bottom: solid 20px rgba(191, 255, 0, 0.3);
}

#employers__service #section__employers-price .section__employers-commission {
    border-bottom: solid 20px rgba(191, 255, 0, 0.3);
}

#employers__service #section__employers-price .emphasis {
    font-size: clamp(4.2rem, 5vw, 7.2rem);
    font-weight: 900;
    color: #2d65dc;
    line-height: 1;
}

@media (max-width: 768px) {
    #employers__service
        #section__employers-price
        .section__employers--content-description {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
        width: 90%;
    }

    /*返金制度もご用意*/
}

#employers__service #section__employers-price .section__employers--refund-wrap {
    background-color: #2d65dc;
    width: 70%;
    margin: 30px auto 0;
    border-radius: 10px;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 10px;
    padding-right: 10px;
}

#employers__service
    #section__employers-price
    .section__employers--refund-wrap
    p {
    color: #ffffff;
    text-align: center;
}

#employers__service
    #section__employers-price
    .section__employers--refund-wrap
    p:nth-child(4) {
    font-size: clamp(1.4rem, 1.2vw, 1.8rem);
    letter-spacing: 0.05em;
    margin-top: clamp(2rem, 2vw, 3rem);
    margin-bottom: clamp(0.7rem, 0.6vw, 1rem);
}

#employers__service
    #section__employers-price
    .section__employers--refund-title {
    font-weight: 900;
    font-size: clamp(2rem, 1.6vw, 2.4rem);
    margin-bottom: 10px;
}

#employers__service
    #section__employers-price
    .section__employers--refund-explanation {
    font-size: 1.4rem;
    border-bottom: solid 1px #ffffff;
    max-width: 480px;
    padding-bottom: 5px;
    display: table;
}

#employers__service #section__employers-price .top {
    font-size: clamp(1.4rem, 1.2vw, 1.8rem);
}

#employers__service #section__employers-price .top {
    font-size: clamp(1.4rem, 1.2vw, 1.8rem);
}

#employers__service #section__employers-price .note__foot {
    font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}

@media (max-width: 768px) {
    #employers__service
        #section__employers-price
        .section__employers--refund-wrap {
        width: 90%;
    }
}

/*サポートについて*/

#employers__service #section__employers-support {
    border: solid 6px #2d65dc;
    border-radius: 30px;
    width: clamp(90%, 70%, 1012px);
    margin: 0 auto;
    padding-bottom: clamp(15px, 3.4vw, 50px);
}

#employers__service #section__employers-support h2 {
    background-color: #2d65dc;
    display: flex;
    border-radius: 10px;
    width: clamp(224px, 31vw, 447px);
    color: #ffffff;
    margin: -30px auto;
    justify-content: center;
    text-align: center;
    font-size: clamp(2rem, 2.2vw, 3.2rem);
    padding: clamp(10px, 1vw, 15px);
}

#employers__service #section__employers-support .support__overview-top {
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    font-weight: 900;
    line-height: 1.5;
    max-width: 60vw;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: clamp(60px, 6.9vw, 100px);
}
#employers__service #section__employers-support .support__overview-bottom {
    font-size: clamp(1.4rem, 1.1vw, 1.6rem);
    line-height: 1.5;
    max-width: 51vw;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #employers__service #section__employers-support .support__overview-top {
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100vw;
    }
    #employers__service #section__employers-support .support__overview-bottom {
        margin-left: 10px;
        margin-right: 10px;
        max-width: 100vw;
    }
}

/*入社前のサポート*/

#employers__service #section__employers-support .support__before-joining {
    width: 80vw;
    margin: 0 auto;
    background-color: rgba(45, 101, 220, 0.05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#employers__service #section__employers-support h3 {
    background-color: #2d65dc;
    font-size: clamp(2rem, 2.2vw, 3.2rem);
    color: #ffffff;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 0.1em;
    padding-top: clamp(10px, 1vw, 15px);
    padding-bottom: clamp(10px, 1vw, 15px);
}

/*リストのテキストと写真*/

/*テキスト*/
#employers__service #section__employers-support .support__before-joining ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: clamp(30px, 2.4vw, 35px);
    column-gap: 40px;
    padding-bottom: clamp(40px, 3.4vw, 50px);
    margin-bottom: clamp(40px, 3.4vw, 50px);
}

#employers__service #section__employers-support .support__before-joining ul li {
    list-style: none;
}

#employers__service
    #section__employers-support
    .support__before-joining
    ul
    li
    h4 {
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    color: #2d65dc;
    font-weight: 900;
}

#employers__service
    #section__employers-support
    .support__before-joining
    ul
    li
    p {
    font-size: clamp(1.4rem, 1.1vw, 1.6rem);
    margin-bottom: 10px;
}
/*写真*/
#employers__service
    #section__employers-support
    .section__employers-support-image {
    width: clamp(262px, 33vw, 487px);
}

#employers__service
    #section__employers-support
    .section__employers-support-image
    img {
    width: 100%;
}

/*オプションサービス*/

#employers__service #section__employers-support .support__option-title {
    width: clamp(224px, 30vw, 432px);
    margin: -30px auto;
    border-radius: 60px;
    font-size: clamp(2rem, 2.2vw, 3.2rem);
}

#employers__service #section__employers-support .support__option-wrap {
    width: 80vw;
    margin: 0 auto;
    border: solid 6px #2d65dc;
    border-radius: 30px;
    padding-top: 50px;
    padding-bottom: clamp(15px, 3.4vw, 50px);
}

/*オプションサービス　の01-02*/

#employers__service #section__employers-support .support__option-number {
    font-size: clamp(4.2rem, 3.8vw, 5.6rem);
    color: #ffffff;
    background-color: #2d65dc;
    font-weight: 900;
    align-content: center;
    padding: 0 20px;
}

#employers__service
    #section__employers-support
    .support__option-description
    .support__option-01
    h4,
#employers__service
    #section__employers-support
    .support__option-description
    .support__option-02
    h4 {
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
    margin-top: clamp(40px, 5.5vw, 80px);
}

#employers__service
    #section__employers-support
    .support__option-description
    .support__option-top {
    font-size: clamp(1.3rem, 1.25vw, 1.8rem);
    letter-spacing: 0.05em;
    font-weight: 900;
    margin-top: clamp(30px, 3.4vw, 35px);
    margin-bottom: clamp(30px, 3.4vw, 35px);
    text-align: center;
}

#employers__service
    #section__employers-support
    .support__option-description
    .support__option-txt {
    font-size: clamp(1.4rem, 1.1vw, 1.6rem);
    background-color: #ffffff;
    text-align: center;
    font-weight: 500;
    padding-top: 30;
    width: 85%;
    margin: 0 auto 25px;
}
#employers__service #section__employers-support .support__option-description {
    display: flex;
    justify-content: center;
    max-width: 50vw;
    margin: 0 auto;
    background-color: rgba(45, 101, 220, 0.2);
}

#employers__service #section__employers-support .support__bottom {
    font-size: clamp(1.8rem, 1.6vw, 2.4rem);
    color: #2d65dc;
}

.t {
    display: flex;
    justify-content: center;
}

.t p {
    font-size: 1.4rem;
    display: none;
    display: flex;
    justify-content: center;
}

.section__employers-option-image {
    max-width: 24vw;
}
.section__employers-option-image img {
    width: 100%;
}

.support__option-annotation {
    font-size: 1.2rem;
    margin-top: 20px;
}

.support__option-02-wrap {
    display: flex;
    margin: 0 auto;
}

.support__option-02-wrap1 p {
    font-size: 1.3rem;
}

.support__option-02-wrap2 p {
    font-size: 1.3rem;
}

.support__option-wrap-list {
    width: 65vw;
    margin: 25px auto 25px;
}

.support__option-01 {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    align-content: center;
    padding: 20px 0 clamp(40px, 5.5vw, 80px);
}

.support__option-bottom-content {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 0 clamp(40px, 5.5vw, 80px);
}

@media (max-width: 1000px) {
    #employers__service
        #section__employers-support
        .support__option-description {
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
    }
    .m {
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
    }
    #employers__service
        #section__employers-support
        .support__option-description {
        height: auto;
    }
    .section__employers-option-image {
        margin: 0 auto;
    }
    #employers__service
        #section__employers-support
        .support__option-description {
        max-width: none;
    }
    .section__employers-option-image {
        max-width: 60vw;
    }
    .u {
        width: 65vw;
    }

    .support__option-bottom-content {
        padding-bottom: 50px;
    }

    .support__option-02-wrap {
        flex-direction: column;
        row-gap: 20px;
    }
}
.support__option-bottom-content {
    position: relative;
}

.support__option-02-sp {
    display: none;
}

@media (max-width: 768px) {
    .support__option-02-sp {
        display: block;
    }
}

.price-per1 {
    position: absolute;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #2d65dc;
    text-align: center;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    right: 0;
    top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 768px) {
    .price-per1 {
        font-size: 1.2rem;
        display: none;
    }
}

.price-per2 {
    position: absolute;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #2d65dc;
    text-align: center;
    max-width: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 0;
}

/*以下エントリフォームセクション*/

#employers__service .contact__section {
    color: #ffffff;
    font-weight: var(--font-weight-black);
    background-image: url("../images/contact_background.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 1vw;
    margin-bottom: 100px;
    background-size: cover;

    @media screen and (max-width: 765px) {
        background-image: url("../images/contact_background_sp.jpg");
        height: auto;
        min-height: 375px;
        padding-top: 87px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

#employers__service .contact__messag1 {
    /* 上書き */
    color: var(--color-black);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: calc(16px * 0.1); /* フォントサイズの8% */
    padding: 13px 130px 13px 130px;
    background-color: #ffffff;
    border-radius: 70px;
    width: auto;
    width: fit-content;
    text-align: center;
    margin: 0px auto 28px auto;
    color: #000000;
    @media screen and (max-width: 765px) {
        font-size: 14px;
        padding: 11px 34px;
        text-wrap: nowrap;
        letter-spacing: calc(14px * 0.1); /* フォントサイズの8% */
    }
}

#employers__service .contact__messag2,
#employers__service .contact__messag3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: calc(20px * 0.1); /* フォントサイズの10% */
    margin-top: 0px;
    margin-bottom: 9px;
    @media screen and (max-width: 765px) {
        font-size: 16px;
        padding-left: 7px;
        padding-right: 7px;
        letter-spacing: calc(16px * 0.1); /* フォントサイズの8% */
    }
}

#employers__service .contact__action-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;

    @media screen and (max-width: 765px) {
        margin-top: 35px;
    }
}

#employers__service .contact__action {
    display: flex;

    gap: 14px;

    justify-content: center;
    margin-top: 19px;

    @media screen and (max-width: 765px) {
        display: block;
    }
}

#employers__service .mail__link {
    padding: 22px 34px 22px 32px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    border-radius: 80px;
    background: linear-gradient(
        269deg,
        #efb236 -3.51%,
        #ff8f1c 48.22%,
        #ff894a 91.06%
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    @media screen and (max-width: 765px) {
        font-size: 18px;
        padding: 22px 34px 22px 35px;
        letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    }
}

#employers__service .tell__number {
    display: flex;
    padding: 22px 45px 22px 45px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    border-radius: 80px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(116, 116, 116, 0.25);
    color: #141414;
    gap: 7px;
    text-align: center;
    line-height: 10px;
    padding-top: 28px;
    padding-bottom: 31px;

    @media screen and (max-width: 765px) {
        font-size: 18px;
        padding: 25px 39px 26px 45px;
        letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
        margin-top: 35px;
    }
}

#employers__service .tell__number p {
    margin-top: 1px;
    margin-bottom: 0px;
}
#employers__service .tell__number p:nth-child(2) {
    margin-top: 0px;
}

/*4.　紹介までの流れurl(/client/flow) blade名（client/flow.blade.php）*/

/* 黒は141414 */

:root {
    --font-weight-black: 900;
    --font-weight-medium: 500;
    --color-black: #141414;
}

.not-visible-pc {
    /* SPのみで適用する */
    @media screen and (min-width: 765px) {
        display: none;
    }
}

#process {
    /* mainタグ */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* 全体で色を指定する：黒 */
    color: var(--color-black);
    padding-top: 100px;
    padding-bottom: 100px;

    font-family: "Noto Sans", sans-serif;

    @media screen and (max-width: 765px) {
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 100px;
        padding-bottom: 23px;
        margin-top: 110px;
        margin-bottom: 500px;
        background: rgba(76, 163, 242, 0.03);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
}

#process h1 {
    margin-top: 287px;
    font-size: 32px;
    font-weight: var(--font-weight-black);

    @media screen and (max-width: 765px) {
        font-size: 27px;
        margin-top: 0px;
        position: absolute;
        top: -25px;
        z-index: 1;
    }
}

#process .flow-image {
    /* FLOWの文字 */
    width: 852px;
    height: 297px;
    background-image: url("../images/FLOW.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    top: 170px;

    @media screen and (max-width: 765px) {
        width: 272px;
        height: 109px;
        top: -45px;
        z-index: 99999;
    }
}

#process .step__wrap {
    /* stepの大枠 */
    display: flex;
    min-width: 867px;
    @media screen and (max-width: 765px) {
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        align-items: center;
        width: 100%;
    }
}

#process .image__wrap {
    /* テキストとの余白の調整用 */
    /* 長さを決めて中央余生にする */
    width: 219px;
    display: flex;
    justify-content: center;
}

#process .image__wrap3__padding {
    padding-bottom: 30px;
    @media screen and (max-width: 765px) {
        padding-bottom: 0px;
    }
}

#process .step__image1 {
    width: 171px;
    height: auto;
    object-fit: contain; /* アスペクト比を維持しつつ、親要素に収まるように調整 */

    @media screen and (max-width: 765px) {
        width: 130px;
    }
}

#process .step__image2 {
    width: 151px;
    height: auto;
    object-fit: contain; /* アスペクト比を維持しつつ、親要素に収まるように調整 */
    @media screen and (max-width: 765px) {
        width: 127px;
        padding-left: 1px;
        padding-top: 15px;
    }
}

#process .step__image3 {
    width: 171px;
    height: auto;
    object-fit: contain; /* アスペクト比を維持しつつ、親要素に収まるように調整 */
    @media screen and (max-width: 765px) {
        width: 134px;
        padding-top: 20px;
        padding-bottom: 0px;
    }
}

#process .step__image4 {
    width: 161px;
    height: auto;
    object-fit: contain; /* アスペクト比を維持しつつ、親要素に収まるように調整 */
    @media screen and (max-width: 765px) {
        width: 124px;
        padding-top: 20px;
        padding-bottom: 0px;
    }
}
#process .step__image5 {
    width: 171px;
    height: auto;
    object-fit: contain; /* アスペクト比を維持しつつ、親要素に収まるように調整 */
    @media screen and (max-width: 765px) {
        width: 133px;
        padding-top: 20px;
        padding-bottom: 0px;
    }
}

#process .step1__text-wrap {
    margin-top: 20px;
    margin-bottom: 40px;

    @media screen and (max-width: 765px) {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    @media screen and (max-width: 375px) {
        width: 100%;
    }
}

#process .step1__text-wrap p:nth-child(2) {
    /* 文字のインデントを調整して揃える */
    text-indent: -2px;
}

#process .step1__text-wrap p:nth-child(2) {
    /* 文字のインデントを調整して揃える */
    @media screen and (max-width: 765px) {
        text-indent: -1px;
    }
}

#process .step2__text-wrap {
    margin-top: 0px;
    margin-bottom: 36px;
}

#process .step3__text-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
    @media screen and (max-width: 765px) {
        margin-top: 0px;
        margin-bottom: 21px;
    }
}
#process .step4__text-wrap {
    margin-top: 65px;
    margin-bottom: 40px;
    p:nth-child(2) {
        /* 文字のインデントを調整して揃える */
        text-indent: -2px;
    }
    @media screen and (max-width: 765px) {
        margin-top: 0px;
        margin-bottom: 21px;
        p:nth-child(2) {
            /* 文字のインデントを調整して揃える */
            text-indent: -1px;
        }
    }
}

#process .step5__text-wrap {
    margin-top: 50px;
    margin-bottom: 40px;
    @media screen and (max-width: 765px) {
        margin-top: 0px;
        margin-bottom: 36px;
    }
}

#process .step {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    text-indent: 2px;

    @media screen and (max-width: 765px) {
        font-size: 16px;
        text-indent: 2px;
    }
}

#process .subject {
    font-size: 32px;
    margin: 0px;
    font-weight: var(--font-weight-black);
    @media screen and (max-width: 765px) {
        font-size: 20px;
    }
}

#process .explain {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: var(--font-weight-medium);
    @media screen and (max-width: 765px) {
        font-size: 16px;
        margin-top: 4px;
    }
}

#process .arrow__blue {
    width: 27px;
    height: auto;
}

#process .middle__arrow {
    width: 22px;
    height: auto;
    margin-top: 10px;
}

#process .small__arrow {
    position: relative;
}

#process .small__arrow::after {
    content: "";

    position: absolute;
    width: 27px;
    height: 27px;
    top: 14px;
    background-size: 48% 48%; /* 画像を半分のサイズに設定 */
    right: -20px;
    background-image: url("../images/arrow_blue.svg");
    background-repeat: no-repeat;
}

.image__follow {
    width: 100px;
}

#process .image__follow img.followup__img {
    width: 100%;
}

#process .followup {
    display: flex;
    margin-top: 12px;

    @media screen and (max-width: 765px) {
        justify-content: center;
        flex-direction: column;
        align-items: center;

        margin-top: 31px;
    }
}

#process .followup__text-wrap {
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    @media screen and (max-width: 765px) {
        padding-top: 0px;
        padding-left: 0px;
    }
}

#process .followup__text {
    font-size: 32px;
    box-sizing: border-box;
    background-color: rgba(45, 101, 220, 0.2);

    border-radius: 10px;
    text-align: center;
    padding: 16px;
    @media screen and (max-width: 765px) {
        padding: 10px;
    }
}

#process .followup__text p {
    box-sizing: border-box;
    background-color: #2d65dc;
    color: white;
    border-radius: 10px;
    text-align: center;
    padding: 20px 46px 20px 41px;
    font-size: 32px;
    font-weight: var(--font-weight-black);
    margin: 0px;
    @media screen and (max-width: 765px) {
        font-size: 20px;
        padding: 11px 19px 11px 19px;
        text-wrap: nowrap;
    }
}

#process .followup__text__innerwrap {
    border-radius: 10px;

    background-color: rgba(45, 101, 220, 0.1);
    text-align: center;
    margin-right: 117px;
    padding: 17px;
    margin-bottom: 20px;
    @media screen and (max-width: 765px) {
        margin-right: 0px;
        padding: 10px;
    }
}

#process .supplement {
    font-size: 11px;
    position: absolute;
    bottom: 19px;
    left: 26%;
    bottom: -8px;
    @media screen and (max-width: 765px) {
        left: 20%;
    }
}

#process .contact__section {
    color: #ffffff;
    font-weight: var(--font-weight-black);
    background-image: url("../images/contact_background.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 155px;

    @media screen and (max-width: 765px) {
        position: absolute;
        background-image: url("../images/contact_background_sp.jpg");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: -500px;
        height: auto;
        min-height: 375px;
        padding-top: 87px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }
}

#process .contact__messag1 {
    /* 上書き */
    color: var(--color-black);
    font-weight: bold;
    font-size: 16px;
    letter-spacing: calc(16px * 0.1); /* フォントサイズの8% */
    padding: 13px 130px 13px 130px;
    background-color: #ffffff;
    border-radius: 70px;
    width: auto;
    width: fit-content;
    text-align: center;
    margin: 0px auto 28px auto;
    @media screen and (max-width: 765px) {
        font-size: 14px;
        padding: 11px 34px;
        text-wrap: nowrap;
        letter-spacing: calc(14px * 0.1); /* フォントサイズの8% */
    }
}

#process .contact__messag2,
#process .contact__messag3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: calc(20px * 0.1); /* フォントサイズの10% */
    margin-top: 0px;
    margin-bottom: 9px;
    @media screen and (max-width: 765px) {
        font-size: 16px;
        text-align: justify;
        padding-left: 7px;
        padding-right: 7px;
        letter-spacing: calc(16px * 0.1); /* フォントサイズの8% */
    }
}

#process .contact__action-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;

    @media screen and (max-width: 765px) {
        margin-top: 35px;
    }
}

#process .contact__action {
    display: flex;

    gap: 14px;

    justify-content: center;
    margin-top: 19px;

    @media screen and (max-width: 765px) {
        display: block;
    }
}

#process .mail__link {
    padding: 22px 34px 22px 32px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    border-radius: 80px;
    background: linear-gradient(
        269deg,
        #efb236 -3.51%,
        #ff8f1c 48.22%,
        #ff894a 91.06%
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

    @media screen and (max-width: 765px) {
        font-size: 18px;
        padding: 22px 34px 22px 35px;
        letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    }
}

#process .tell__number {
    display: flex;
    padding: 22px 45px 22px 45px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
    border-radius: 80px;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(116, 116, 116, 0.25);
    color: #141414;
    gap: 7px;
    text-align: center;
    line-height: 10px;
    padding-top: 28px;
    padding-bottom: 31px;

    @media screen and (max-width: 765px) {
        font-size: 18px;
        padding: 25px 39px 26px 45px;
        letter-spacing: calc(18px * 0.08); /* フォントサイズの8% */
        margin-top: 35px;
    }
}

#process .tell__number p {
    margin-top: 1px;
    margin-bottom: 0px;
}
#process .tell__number p:nth-child(2) {
    margin-top: 0px;
}

#process.footer {
    margin-top: 60px;
    @media screen and (max-width: 765px) {
        margin-top: 160px;
    }
}

/*5.　お問い合わせフォーム　url(/client/contact) blade名（client/contact/entry.blade.php）*/

#contact .section-title {
    margin: 20px auto 20px;
    font-size: 22px;
}

.contact {
    margin-block: 16.875rem 6.0625rem;
}
@media screen and (max-width: 765px) {
    .contact {
        margin-block: 4.25rem;
    }
}

.contact-form {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px -1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0.625rem;
    padding-block: 4.625rem 3.375rem;
    padding-inline: 4.4375rem 5rem;
    margin-inline: auto;
    width: 60%;
    margin-top: 30px;
    font-size: clamp(20px, 2.08vw 24px);
}




@media screen and (max-width: 765px) {
    .contact-form {
        padding-block: 1.9375rem 1.875rem;
        padding-inline: 0.9375rem;
        margin-inline: 0.9375rem;
        max-width: initial;
        margin-top: initial;
        width: 90%;
        margin: 0 auto;
    }
}

#contact .contact__annotation {
    font-weight: 500;
    color: red;
    text-align: center;
    font-size: clamp(11px, 1.1vw, 14px);
    margin-bottom: 3.4vw;
    margin-top: 3.4vw;
    margin-left: 30px;
    margin-right: 30px;
}

.contact-form__form {
    display: -ms-grid;
    display: grid;
    gap: 0.9375rem;
}
@media screen and (max-width: 765px) {
    .contact-form__form {
        gap: 1.25rem;
    }
}

.contact-form__field {
    background-color: #fafafa;
    padding: 1.25rem;
}
@media screen and (max-width: 765px) {
    .contact-form__field {
        padding: 0.625rem;
    }
}

.contact-form__label {
    font-size: 16px;
    line-height: 1.2222222222;
}
@media screen and (max-width: 765px) {
    .contact-form__label {
        font-size: 1.6rem;
        line-height: 1.1875;
    }
}

.contact-form__required {
    background-color: #ff7300;
    color: #ffffff;
    border-radius: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.2142857143;
    margin-right: 0.1875rem;
    padding: 5px;
}
@media screen and (max-width: 765px) {
    .contact-form__required {
        font-size: 1.1rem;
        line-height: 1.1818181818;
    }
}

.contact-form__input {
    background-color: #ffffff;
    display: block;
    margin-top: 0.5625rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.625rem;
    padding: 0.8125rem;
    width: 60%;
    font-size: 16px;
    line-height: 1.2222222222;
    font-weight: 500;
}
@media screen and (max-width: 765px) {
    .contact-form__input {
        margin-top: 0.875rem;
        font-size: 0.875rem;
        line-height: 1.2142857143;
    }
}






.contact-form__select {
    background-color: #ffffff;
    display: block;
    margin-top: 0.5625rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.625rem;
    padding: 0.8125rem;
    width: 10rem;
}
@media screen and (max-width: 765px) {
    .contact-form__select {
        width: 8.9375rem;
    }
}

.contact-form__checkbox-group label {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 765px) {
    .contact-form__checkbox-group label {
        font-size: 1.6rem;
    }
}

.contact-form__checkbox-group .contact-form__label {
    margin-bottom: 1.625rem;
}
@media screen and (max-width: 765px) {
    .contact-form__checkbox-group .contact-form__label {
        margin-bottom: 1.6rem;
    }
}

.contact-form__textarea {
    background-color: #ffffff;
    display: block;
    margin-top: 0.5625rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.625rem;
    padding: 0.8125rem;
    width: 100%;
    font-size: 16px;
    line-height: 1.2222222222;
    font-weight: 500;
    min-height: 10.5625rem;
}
@media screen and (max-width: 765px) {
    .contact-form__textarea {
        margin-top: 0.875rem;
        font-size: 0.875rem;
        line-height: 1.2142857143;
        min-height: 8.5625rem;
    }
}

.contact-form__radio-group label {
    display: block;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 765px) {
    .contact-form__radio-group label {
        font-size: 1.6rem;
    }
}

.contact-form__radio-group .contact-form__label {
    margin-bottom: 1.625rem;
}
@media screen and (max-width: 765px) {
    .contact-form__radio-group .contact-form__label {
        margin-bottom: 0.875rem;
    }
}


.contact-form__radio-group {
    background-color: #fafafa;
    padding: 1.25rem;
}
@media screen and (max-width: 765px) {
    .contact-form__radio-group{
        padding: 0.625rem;
    }
}











.contact-form__privacy {
    font-size: 1.125rem;
    font-weight: 500;
    padding-left: 1.375rem;
    color: rgba(20, 20, 20, 0.6);
}
@media screen and (max-width: 765px) {
    .contact-form__privacy {
        font-size: 0.875rem;
    }
}

.contact-form__privacy a {
    color: #2d65dc;
}

.contact-form__submit input {
    display: block;
    width: 11.8125rem;
    margin-inline: auto;
    background-color: #2d65dc;
    border-radius: 0.625rem;
    padding-block: 1.125rem;
    text-align: center;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-weight: 700;
    margin-top: 3.5625rem;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
    -webkit-box-shadow: 0 4px 4px rgba(116, 116, 116, 0.25);
    box-shadow: 0 4px 4px rgba(116, 116, 116, 0.25);
}
@media screen and (max-width: 765px) {
    .contact-form__submit input {
        width: 11.0625rem;
        padding-block: 0.625rem;
        font-size: 1rem;
        line-height: 1.1875;
        font-weight: initial;
        margin-top: 0.625rem;
    }
}






/*6.　お問い合わせ入力確認　url(/client/contact/confirm) blade名（client/contact/confirm.blade.php）*/

.contact {
    margin-block: 16.875rem 6.0625rem;
}
@media screen and (max-width: 765px) {
    .contact {
        margin-block: 4.25rem;
    }
}

.confirm {
    margin-inline: 1.375rem;
}

.confirm__inner {
    margin-inline: auto;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px -1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding-block: 2.5625rem 4.0625rem;
    padding-inline: 4.4375rem;
    max-width: 47.5rem;
}
@media screen and (max-width: 765px) {
    .confirm__inner {
        padding-block: 2.8125rem 2.6875rem;
        padding-inline: 1rem;
        max-width: initial;
    }
}

#confirm .confirm__annotation {
    font-weight: 500;
    color: red;
    text-align: center;
    font-size: clamp(11px, 1.1vw, 14px);
    margin-bottom: 10px;
}

.confirm__table {
    width: 100%;
}
@media screen and (max-width: 765px) {
    .confirm__table {
        width: 18.4375rem;
    }
}

.confirm__table tbody {
    display: -ms-grid;
    display: grid;
    gap: 0.9375rem;
}
@media screen and (max-width: 765px) {
    .confirm__table tbody {
        gap: 0.25rem;
    }
}

.confirm__table tr {
    background-color: #fafafa;
    padding: 1.25rem;
    border-radius: 0.3125rem;
}

.confirm__table th {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 765px) {
    .confirm__table th {
        font-size: 0.875rem;
    }
}

.confirm__table td {
    display: block;
    font-size: 1.125rem;
    margin-top: 1.25rem;
    font-weight: 500;
}
@media screen and (max-width: 765px) {
    .confirm__table td {
        font-size: 0.875rem;
        margin-top: 0.25rem;
    }
}

.confirm__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.8125rem;
    margin-top: 4.75rem;
}
@media screen and (max-width: 765px) {
    .confirm__submit {
        gap: 1.8125rem;
    }
}

.confirm__submit input[type="button"] {
    display: block;
    background-color: #fafafa;
    border-radius: 0.75rem;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.2;
    color: 900;
    text-align: center;
    padding-block: 1.125rem;
    max-width: 100%;
    width: 15.4375rem;
    -webkit-box-shadow: 0 4px 4px rgba(116, 116, 116, 0.25);
    box-shadow: 0 4px 4px rgba(116, 116, 116, 0.25);
}
@media screen and (max-width: 765px) {
    .confirm__submit input[type="button"] {
        border-radius: 0.375rem;
        width: 8.3125rem;
        font-size: 0.875rem;
        line-height: 1.2142857143;
        padding-block: 0.5625rem;
    }
}

.confirm__submit input[type="submit"] {
    display: block;
    border-radius: 0.75rem;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    padding-block: 1.125rem;
    max-width: 100%;
    width: 15.4375rem;
    background-color: #2d65dc;
    -webkit-box-shadow: 0 4px 4px rgba(116, 116, 116, 0.25);
    box-shadow: 0 4px 4px rgba(116, 116, 116, 0.25);
}
@media screen and (max-width: 765px) {
    .confirm__submit input[type="submit"] {
        border-radius: 0.375rem;
        width: 8.3125rem;
        font-size: 0.875rem;
        line-height: 1.2142857143;
        padding-block: 0.5625rem;
    }
}


#confirm .contact-form__input {
  background-color: #fafafa;
  border: none;
}

#confirm .contact-form__textarea {
  background-color: #fafafa;
  border: none;
}



/* wrapper center align (1ボタン用) */
.contact-form__submit {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/* 共通: 2ボタン横並び用 */
.contact-form__submit-wrap {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

/* 戻るボタン */
.contact-form__submit1 {
    display: block;
    width: 11.8125rem;
    background-color: #f5f5f5;
    border-radius: 0.625rem;
    padding-block: 0.9rem;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 3.5625rem;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: none;
    cursor: pointer;
}
.contact-form__submit1:hover {
    background-color: #e5e5e5;
    transform: translateY(-2px);
}
.contact-form__submit2 button
{
color: #ffffff;
}

#contact.contact-form__submit2 {
padding-bottom: 10px;
padding-top:10px;
}

/* 送信ボタン */
.contact-form__submit2 {
    display: block;
    width: 11.8125rem;
    background-color: #2563eb;
    border-radius: 0.625rem;
    padding-block: 0.9rem;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 3.5625rem;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 10px rgba(37,99,235,0.4);
    border: none;
    cursor: pointer;
}
.contact-form__submit2:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
}

/* responsive */
@media screen and (max-width: 765px) {
    .contact-form__submit1,
    .contact-form__submit2 {
        width: 11.0625rem;
        padding-block: 0.625rem;
        font-size: 1.6rem;
        font-weight: normal;
        margin-top: 0.625rem;
    }
}






/*7.　お問い合わせ送信完了画面　url(/client/contact/complete) blade名（client/contact/complete.blade.php）*/

html {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.thanks__container {
    background-color: #f7f7f8;
    border-radius: 0.625rem;
    max-width: 56.9375rem;
    margin-inline: auto;
    position: relative;
    z-index: 1;
    padding-block: 4.4375rem 5.625rem;
    background-color: transparent;
    margin-top: 0;
    margin-top: -6.25rem;
}
@media screen and (max-width: 765px) {
    .thanks__container {
        max-width: 19.25rem;
        padding-block: 1.0625rem 2.625rem;
        margin-top: initial;
    }
}



.thanks__title {
    text-align: center;
    font-size: 2rem;
    line-height: 1.1875;
    font-weight: 900;
}

.thanks__text {
    text-align: center;
    margin-top: 1.875rem;
    font-size: 1.5rem;
    line-height: 1.2083333333;
    font-weight: 400;
    max-width: 60vw;
    margin: 20px auto 0;
}
@media screen and (max-width: 765px) {
    .thanks__text {
        font-size: 0.875rem;
        line-height: 1.2142857143;
    }
}

.thanks__button {
    display: block;
    width: 11.8125rem;
    margin-inline: auto;
    background-color: #2d65dc;
    border-radius: 0.625rem;
    padding-block: 1.125rem;
    text-align: center;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.2222222222;
    font-weight: 700;
    margin-top: 3.5rem;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
    -webkit-box-shadow: 0 4px 4px rgba(116, 116, 116, 0.25);
    box-shadow: 0 4px 4px rgba(116, 116, 116, 0.25);
}
@media screen and (max-width: 765px) {
    .thanks__button {
        width: 11.0625rem;
        padding-block: 0.625rem;
        font-size: 1rem;
        line-height: 1.1875;
        font-weight: initial;
        margin-top: 2.5625rem;
    }
}

.contact {
    margin-block: 16.875rem 6.0625rem;
}
@media screen and (max-width: 765px) {
    .contact {
        margin-block: 4.25rem;
    }
}

/*8.　お知らせページ　url(/client/news) blade名（client/news/list.blade.php）*/

/* 黒は141414 */

:root {
    --font-weight-black: 900;
    --font-weight-medium: 500;
    --color-black: #141414;
    --color-blue: #2d65dc;
    --color-white: #ffffff;
}

#news {
    /* 全体で色を指定する：黒 */
    color: var(--color-black);
    font-family: "Noto Sans", sans-serif;

    text-align: left;
    padding-left: calc(max(102px, 10vw));
    padding-right: calc(max(102px, 10vw));
    padding-top: 100px;

    @media screen and (max-width: 765px) {
        padding-left: calc(max(10px, 10vw));
        padding-right: calc(max(10px, 10vw));
        padding-top: 50px;
    }
}
#news h1.title {
    font-size: 83px;
    margin-bottom: 0px;
    font-weight: bold;

    @media screen and (max-width: 765px) {
        font-size: 18px;
    }
}

#news .sub__title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;

    letter-spacing: calc(20px * 0.05);
    @media screen and (max-width: 765px) {
        font-size: 16px;
        margin-bottom: 18px;
    }
}

#news .news__list-wrap {
    margin-bottom: 50px;
}

#news .news__item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-top: 27px;
    padding-bottom: 25px;
    border-bottom: var(--color-black) solid 1px;
    flex-direction: column;
    align-items: flex-start;

    @media screen and (max-width: 765px) {
        flex-wrap: wrap;
        gap: 14px 16px;
    }
}

#news .date {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: calc(14px * 0.08); /* フォントサイズの8% */
    @media screen and (max-width: 765px) {
        margin: 0px;
        font-size: 15px;
    }
}

#news .type {
    background-color: var(--color-blue);
    border-radius: 45px;
    color: var(--color-white);
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    text-wrap: nowrap;

    @media screen and (max-width: 765px) {
        margin: 0px;
    }
}

#news .news__title {
    margin-left: 8px;
    font-size: 16px;
    letter-spacing: calc(-16px * 0.08); /* フォントサイズの-8% */
    font-weight: 500;

    @media screen and (max-width: 765px) {
        font-size: 14px;
        letter-spacing: calc(-16px * 0.08); /* フォントサイズの-8% */
        margin: 0px;
    }
}

#news .pager__area {
    /* display: flex; */
    align-items: center;
    display: grid;
    grid-template-columns: 330px 1fr;
    margin-bottom: 150px;

    @media screen and (max-width: 765px) {
        /* 縦方向にする */
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;

        margin-bottom: 30px;
    }
}

#news .link__top-button {
    font-size: 16px;
    font-weight: bold;
    border-radius: 60px;
    border: var(--color-blue) solid 1px;
    width: 180px;
    padding: 19px 21px;
    text-align: right;
    position: relative;
    align-items: flex-start;

    @media screen and (max-width: 765px) {
        margin-top: 20px;
        border-radius: 40px;
    }

    a::before {
        content: "";
        width: 33px;
        height: 33px;
        background-color: var(--color-blue);
        border-radius: 50%;
        position: absolute;
        left: 16px;
        top: 15px;
        background-image: url(../images/Arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30% 30%; /* ここを追加 */
    }
}

#news .pager {
    display: flex;
    list-style: none;
    gap: 31px;
    font-size: 12px;
    font-weight: var(--font-weight-black);
    @media screen and (max-width: 765px) {
        gap: 16px;
        font-size: 14px;
        padding-left: 0px;
    }
}

#news .first,
#news .last {
    font-size: 13px;
    letter-spacing: calc(-13px * 0.07); /* フォントサイズの-8% */
}

#news .first {
    margin-left: 67px;
    margin-right: 36px;
    @media screen and (max-width: 765px) {
        margin-left: 0px;
        margin-right: 16px;
    }
}
#news .last {
    margin-left: 36px;
    margin-right: 67px;
    @media screen and (max-width: 765px) {
        margin-left: 16px;
        margin-right: 0px;
    }
}
#news .ellipsis {
    font-size: 10px;
    line-height: 14px;
}

#news .large {
    font-size: 14px;
}

#news .pager__link,
#news .pager__link:visited {
    text-decoration: none;
    color: inherit;
}

/*9.  運営会社　url(/client/company) blade名（client/company.blade.php）*/

/* 黒は141414 */

:root {
    --font-weight-black: 900;
    --font-weight-medium: 500;
    --color-black: #141414;
}

#companyInfo {
    /* 全体で色を指定する：黒 */
    color: var(--color-black);
    font-family: "Noto Sans", sans-serif;
    padding-left: calc(max(10px, 7vw));
    padding-right: calc(max(10px, 7vw));
    padding-top: 140px;

    @media screen and (max-width: 765px) {
        padding-left: calc(max(10px, 10vw));
        padding-right: calc(max(10px, 10vw));
        padding-top: 100px;
    }
}

#companyInfo h1.companyInfo__title {
    font-size: 25px;
    margin-bottom: 30px;
    letter-spacing: calc(25px * 0.1);
    @media screen and (max-width: 765px) {
        font-size: 18px;
    }
}

#companyInfo .company__info-title {
    font-size: 18px;
    font-weight: var(--font-weight-medium);
    margin-top: 24px;
    margin-bottom: 0px;
    letter-spacing: calc(18px * 0.1);
    font-weight: 700;
    @media screen and (max-width: 765px) {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

#companyInfo p {
    font-size: 16px;

    letter-spacing: calc(16px * 0.1); /* フォントサイズの10% */
    font-weight: var(--font-weight-medium);
    margin-top: 9px;
    @media screen and (max-width: 765px) {
        font-size: 14px;
        letter-spacing: calc(14px * 0.1); /* フォントサイズの10% */
        line-height: calc(14px * 1.5);
        margin-top: 0px;
    }
}

#companyInfo ul.business__content {
    padding-left: 0px;
    letter-spacing: calc(16px * 0.1);
}

#companyInfo li {
    list-style: none;
    font-size: 18px;

    @media screen and (max-width: 765px) {
        font-size: 14px;
        letter-spacing: calc(14px * 0.1); /* フォントサイズの10% */
    }
}

#companyInfo p {
    line-height: 25px;
}

#companyInfo .license__number-area {
    border-top: var(--color-black) solid 1px;
    padding-top: 23px;
    padding-bottom: 74px;
    margin-top: 63px;
}
#companyInfo .license,
#companyInfo .license__number {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: calc(18px * 0.1); /* フォントサイズの10% */
    margin: 0px;

    @media screen and (max-width: 765px) {
        font-size: 14px;
        letter-spacing: calc(14px * 0.1); /* フォントサイズの10% */
    }
}

#companyInfo .license__number {
    color: #d81111;
    margin: 0px;
}

#companyInfo a {
    color: #007bff;
}

/*10. 情報セキュリティ基本方針　url(/client/security) blade名（client/security.blade.php）*/

/* 黒は141414 */

:root {
    --font-weight-black: 900;
    --font-weight-medium: 500;
    --color-black: #141414;
}

#security-policy {
    /* 全体で色を指定する：黒 */
    color: var(--color-black);
    font-family: "Noto Sans", sans-serif;

    padding-left: calc(max(10px, 7vw));
    padding-right: calc(max(10px, 7vw));
    margin-bottom: 94px;
    padding-top: 140px;

    @media screen and (max-width: 765px) {
        padding-left: calc(max(10px, 10vw));
        padding-right: calc(max(10px, 10vw));
        padding-top: 100px;
    }
}

#security-policy h1.title {
    font-size: 25px;
    margin-bottom: 30px;

    @media screen and (max-width: 765px) {
        font-size: 18px;
    }
}

#security-policy .sub__title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
    @media screen and (max-width: 765px) {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

#security-policy p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: calc(16px * 0.1); /* フォントサイズの10% */
    @media screen and (max-width: 765px) {
        font-size: 14px;
        letter-spacing: calc(14px * 0.1); /* フォントサイズの10% */
        line-height: calc(14px * 1.5);
        margin-top: 0px;
    }
}

/*11. プライバシーポリシー　url(/client/policy) blade名（job/top.blade.php）*/

/* 黒は141414 */

:root {
    --font-weight-black: 900;
    --font-weight-medium: 500;
    --color-black: #141414;
}

#privacy-policy {
    /* 全体で色を指定する：黒 */
    color: var(--color-black);
    font-family: "Noto Sans", sans-serif;
    padding-left: calc(max(10px, 7vw));
    padding-right: calc(max(10px, 7vw));

    /* 全体で色を指定する：黒 */
    color: var(--color-black);
    padding-top: 140px;
    padding-bottom: 71px;
    @media screen and (max-width: 765px) {
        font-size: 18px;
        padding-top: 100px;
    }
}

#privacy-policy h1.title {
    font-size: 25px;
    @media screen and (max-width: 765px) {
        font-size: 18px;
    }
}

#privacy-policy .sub__title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
    @media screen and (max-width: 765px) {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

#privacy-policy .policy__clause {
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 25px;
    @media screen and (max-width: 765px) {
        font-size: 15px;
        margin-top: 15px;
    }
}

#privacy-policy .policy__paragraph {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: calc(16px * 0.1); /* フォントサイズの8% */
    font-weight: 500;
    @media screen and (max-width: 765px) {
        font-size: 14px;
        letter-spacing: calc(14px * 0.1); /* フォントサイズの8% */
        line-height: calc(14px * 1.5);
    }
}

#privacy-policy .policy__list {
    padding-left: 30px;
    @media screen and (max-width: 765px) {
        padding-left: 0px;
        text-indent: -16px;
    }
}

#privacy-policy li {
    list-style: none;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: calc(16px * 0.1); /* フォントサイズの8% */

    @media screen and (max-width: 765px) {
        font-size: 14px;
        letter-spacing: calc(14px * 0.1); /* フォントサイズの8% */
        line-height: calc(14px * 1.5);
        padding-left: 30px;
        /* text-indent: -30px; */
    }
}

#privacy-policy .revision__section {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    @media screen and (max-width: 765px) {
        font-size: 14px;
    }
}

/*12. 利用規約　url(/client/term) blade名（client/term.blade.php）*/

/* 黒は141414 */
/*利用規約*/

:root {
    --font-weight-black: 900;
    --font-weight-medium: 500;
    --color-black: #141414;
}

#terms {
    /* 全体で色を指定する：黒 */
    color: var(--color-black);
    font-family: "Noto Sans", sans-serif;
    font-weight: var(--font-weight-medium);

    padding-left: calc(max(10px, 7vw));
    padding-right: calc(max(10px, 7vw));
    margin-bottom: 94px;
    margin-top: 140px;

    @media screen and (max-width: 765px) {
        padding-left: calc(max(10px, 10vw));
        padding-right: calc(max(10px, 10vw));
        margin-top: 100px;
    }
}
#terms h1.title {
    font-size: 25px;
    margin-bottom: 38px;
    letter-spacing: calc(25px * 0.1);

    @media screen and (max-width: 765px) {
        font-size: 18px;
    }
}

#terms .section__title {
    font-size: 20px;
    font-weight: var(--font-weight-medium);
    margin-top: 24px;
    margin-bottom: 0px;
    letter-spacing: calc(20px * 0.1);
    font-weight: 900;
    @media screen and (max-width: 765px) {
        font-size: 16px;
        margin-bottom: 8px;
        letter-spacing: calc(16px * 0.1);
    }
}

#terms .teerm__index {
    font-size: 18px;
    letter-spacing: calc(18px * 0.1);
    padding-left: 50px;
    margin-bottom: 55px;

    @media screen and (max-width: 765px) {
        font-size: 16px;
        margin-bottom: 38px;
        padding-left: 20px;
        letter-spacing: calc(16px * 0.1);
    }

    #terms li {
        margin-bottom: 16px;
        list-style-position: inside;

        @media screen and (max-width: 765px) {
            margin-bottom: 8px;
        }
    }
}

#terms p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: calc(16px * 0.1);

    @media screen and (max-width: 765px) {
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 8px;

        letter-spacing: calc(14px * 0.1);
    }
}

#terms p:last-child {
    /* 最後のpタグのみ */
    margin-top: 11px;
    margin-bottom: 30px;
}

/*13. 取り扱い職種の範囲等の明示　url(/client/occupation) blade名（client/occupation.blade.php）*/

:root {
    --font-pc: 1.6rem;
    --font-sp: 1.4rem;
    --color-text: #141414;
}

html {
    font-size: 62.5%;
    width: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background-color: #f6f8f9; /*これはわかりやすいように今変えている：正しい→＃f6f8f9*/
    color: #141414;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    font-optical-sizing: auto;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

#jobtypes .jobtypes__title {
    font-size: 2.5rem;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: var(--color-text);
    background-color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

.jobtypes {
    max-width: 960px;
    margin: auto;
    padding: 4rem 2rem;
}

.jobtypes__section {
    margin-bottom: 4rem;
}

.jobtypes__title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.jobtypes__subtitle {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: left;
}

.jobtypes__heading {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.jobtypes__text.address {
    text-align: right;
}

.title_jobtypes {
    font-size: 2.4rem;
    text-align: center;
}

.jobtypes__text {
    font-size: var(--font-pc);
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.jobtypes__note {
    font-size: 1.4rem;
    color: #555;
    margin-top: 1rem;
}

.jobtypes__list {
    padding-left: 1.5rem;
    font-size: var(--font-pc);
}

.jobtypes__item {
    list-style: disc;
    margin-bottom: 1rem;
}

/* Tablet以下 */
@media (max-width: 768px) {
    .jobtypes__title {
        font-size: 2rem;
    }

    .jobtypes__subtitle,
    .jobtypes__heading {
        font-size: 1.6rem;
    }

    .jobtypes__text,
    .jobtypes__list {
        font-size: var(--font-sp);
    }
}

#jobtypes .jobtypes__text {
    font-style: normal;
}

#jobtypes a {
    color: #007bff;
}

/* スマホ以下 */
@media (max-width: 375px) {
    .jobtypes {
        padding: 3rem 1.5rem;
    }

    .jobtypes__title {
        font-size: 1.8rem;
    }

    .jobtypes__heading {
        font-size: 1.5rem;
    }
}

.jobtypes {
    max-width: 960px;
    margin: 0 auto;
    padding: 4rem 4rem;
    margin-top: 100px;
}

/* タブレット以下 */
@media (max-width: 768px) {
    .jobtypes {
        padding: 3rem 2rem;
    }
}

/* スマホ以下 */
@media (max-width: 375px) {
    .jobtypes {
        padding: 2.5rem 1.5rem;
    }
}

.line {
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
}
/* ============================
   Error Message
   ============================ */
.error-message {
    font-size: 14px;
    color: #FF0000;
    margin-top: 5px;
    display: block;
}