@charset "UTF-8";

/* ======================
main image & worry
====================== */
.mainImg {
    margin-top: 70px;
}
.mainImg__pc {
    display: none;
}
.worry {
    padding: 70px 16%;
}
.worry__list {
    margin: 25px auto 0;
    width: 253px;
}

.worry__item {
    display: block;
    position: relative;
}
.worry__txt {
    color: var(--primary-dark-blue);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 25px;
}
.worry__txt--last {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: 0 auto;
}
@media screen and (min-width: 759px) {
    .mainImg__pc {
        display: block;
    }
    .mainImg__sp {
        display: none;
    }
}
@media screen and (min-width: 999px) {
    .worry {
        padding: 150px 0;
    }
    .worry__list {
        display: flex;
        align-items: center;
        width: auto;
        max-width: 1240px;
        margin: 62px auto 0;
    }
    .worry__item {
        display: block;
    }
    .worry__txt {
        bottom: 31px;
        font-size: 2.1rem;
    }
    .worry__txt--second {
        bottom: 49px;
    }
    .worry__txt--last {
        bottom: 14px;
    }
}
/* worry solution */
.worry-solution {
    padding: 70px 4.2%;
    background: var(--primary-bright-orange);
    position: relative;
}
.worry-solution::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    border-top: 40px solid var(--primary-white);
    border-left: 35vw solid transparent;
    border-right: 35vw solid transparent;
    transform: translateX(-50%);
}

.worry-solution__txt {
    margin-top: 25px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
   
}
.worry-solution__txt span {
    display: inline-block;
    padding: 0 6px;
    border-radius: 2px;
    color: #FFF;
    background: var(--primary-brown);
    font-weight: 700;
}
.worry-solution__txt strong {
    color: var(--primary-red);
}
.btn__profile {
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
    box-sizing: border-box;
    width: 200px;
    height: 41px;
    border-radius: 50px;
    border: 1px solid var(--primary-brown);
    background: #FABE7F;
    padding: 9px 10px;
    margin: 47px 35% 0;
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.btn__profile::after {
    content: '';
    background-image: url(../../images/icon_right.svg);
    background-size: contain;
    display: block;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 14px;
    right: 8px;
}
.worry-solution img {
    width: 109px;
    height: 106px;
    position: absolute;
    bottom: 47px;
}
/* ホバー設定 */
.btn__profile:hover {
    background: var(--primary-orange);
    transition: all 0.5s 0s ease;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 999px) {
    .worry-solution {
        padding: 150px 5%;
    }
    .worry-solution::before {
        border-top: 55px solid var(--primary-white);
        border-left: 20vw solid transparent;
        border-right: 20vw solid transparent;
    }
    .worry-solution__txt {
        font-size: 2.4rem;
        text-align: start;
        margin: 70px 0 0 26%;
        max-width: 1000px;
    }
    .btn__profile {
        font-size: 2.1rem;
        width: 335px;
        height: 72px;
        padding: 21px 30px;
    }
    .btn__profile::after {
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        top: 26px;
        right: 16px;
    }
    .worry-solution img {
        width: 286px;
        height: 278px;
        position: absolute;
        top: 200px;
        left: 2.5%;
    }
}
/* ======================
TUNAGの強み
====================== */
.sectionbase {
    padding: 70px 4.2%;
}
.strength {
    background: var(--primary-low-orange);
}
.strength__content {
    display: block;
    width: 165px;
    height: 230px;
    padding: 27px 10px;
    background-image: url(../../images/bgimg_strength.svg);
    position: relative;
}
.strength__content img {
    width: 130px;
    height: 84px;
}
.strength__number {
    color: var(--primary-orange);
    text-align: center;
    font-family: Petrona;
    font-size: 3rem;
    font-weight: 400;
    position: absolute;
    top: -24px;
    right: 0;
    left: 0;
}
.strength__contentTitle {
    color: var(--primary-orange);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 11px;
}
.strength__contentTxt {
    font-size: 1.2rem;
    line-height: 1.5;
}
.strength__list {
    margin-top: 46px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 21px 3.4%;
}
@media screen and (min-width: 999px) {
    .sectionbase {
        padding: 200px 7%;
    }
    .strength__content {
        width: 295px;
        height: 409px;
        height: 412px;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 54px 32px;
    }
    .strength__content img {
        width: 230px;
        height: 160px;
    }
    .strength__number {
        font-size: 5rem;
        top: -37px;
        right: 0;
        left: 0;
    }
    .strength__contentTitle {
        font-size: 2.4rem;
        margin-top: 16px;
    }
    .strength__contentTxt {
        font-size: 1.8rem;
        margin-top: 14px;
    }
    .strength__list {
        margin-top: 86px;
        gap: 26px 18px;
    }
}

/* ======================
制度について
====================== */
.about__img {
    width: 200px;
    height: 150px;
    margin: 25px auto 0;
}
.ginouTitle {
    display: inline-block;
    padding: 6px 20px;
    margin-top: 15px;
    color: var(--primary-orange);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1.62px;
    border-radius: 50px;
    border: 1px solid #251A0C;
    background: #FFF3E7;
    box-shadow: 4px 5px 1px 0px rgba(235, 131, 23, 0.70);
}
.tokuteiTitle {
    display: inline-block;
    padding: 6px 20px;
    margin-top: 15px;
    color: #357BBE;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1.62px;
    border-radius: 50px;
    border: 1px solid #251A0C;
    background: #E7F3FF;
    box-shadow: 4px 5px 1px 0px #357BBE;
}
.about__content {
    text-align: center;
}
.about__txt {
    text-align: start;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 15px;
}

@media screen and (min-width: 999px) {
    .about {
        padding: 200px 12% 100px;
    }
    .about__content {
        display: flex;
        margin-top: 100px;
    }
    .about__list {
        text-align: start;
    }
    .about__content--last {
        flex-direction: row-reverse;
    }
    .about__img {
        width: 800px;
        height: auto;
        margin: 0;
    }
    .about__img--last {
        width: 600px;
        height: auto;
        margin: 0;
    }
    .ginouTitle, 
    .tokuteiTitle {
        font-size: 2.8rem;
        padding: 13px 40px;
        margin-top: 0;
    }
    .about__txt {
        font-size: 1.8rem;
        line-height: 2;
        margin-top: 30px;
    }
}
/* ======================
受入れのメリット
====================== */
.merit {
    padding: 0 4.2% 25px;
}
.merit dl {
    display: flex;
    align-items: center;
    margin-top: 22px;
}
.merit__contener {
    margin: 0 auto;
}
.merit__number {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    display: block;
    width: 37px;
    height: 37px;
    border: 2px solid #251A0C;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
}
.merit__txt {
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 13px;
    width: 90%;
}
.merit__contener {
    margin-top: 25px;
    margin: 0 auto;
    max-width: 540px;
}
/* もっと詳しく！ */
.moreAbout {
    margin-bottom: 70px;
}
.moreAbout__content {
    margin: 0 auto;
    width: 91%;
    max-width: 350px;
    height: 179px;
    border-radius: 5px;
    border: 1px solid #251A0C;
    background: #FFF;
    box-shadow: 4px 5px 1px 0px #FFE93F;
    position: relative;
}
.moreAbout__img {
    display: block;
    width: 61px;
    height: 90px;
    position: absolute;
    bottom: 0;
}
.moreAbout__list {
    margin: 24px auto 68px;
    width: 206px;
}
.moreAbout__title {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 20px;
    background: var(--primary-white);
    text-align: center;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.moreAbout__item {
    margin-top: 10px;
    display: flex;
    text-align: center;
}
.moreAbout__item img {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.moreAbout__item p {
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 6px;
}
.moreAbout__btn {
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid var(--primary-brown);
    background: #FABE7F;
    padding: 9px 43px 9px 20px;
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin: 15px 0 0px 24px;
}
.moreAbout__btn::after {
    content: '';
    background-image: url(../../images/icon_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 7px;
    height: 11px;
    position: absolute;
    top: 14px;
    right: 20px;
}
/* ホバー設定 */
.moreAbout__btn:hover {
    background: var(--primary-orange);
    transition: all 0.5s 0s ease;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 999px) {
    .merit__number {
        font-size: 3.6rem;
        width: 57px;
        height: 57px;
    }
    .merit__txt {
        font-size: 2.1rem;
    }
    .merit__contener {
        margin-top: 50px;
        max-width: 800px;
    }
    
    .moreAbout {
        margin: 120px 0 200px;
    }
    .moreAbout__content {
        max-width: 984px;
        height: 213px;
    }
    .moreAbout__list {
        margin: 50px auto 0;
        width: 315px;
    }
    .moreAbout__img {
        width: 142px;
        height: 209px;
        bottom: -3px;
        left: 71px;
    }
    .moreAbout__title {
        font-size: 2.8rem;
        top: -27px;
    }
    .moreAbout__item {
        margin-top: 15px;
    }
    .moreAbout__item img {
        width: 28px;
        height: 28px;
    }
    .moreAbout__item p {
        font-size: 2.1rem;
    }
    .moreAbout__btn {
        font-size: 2.1rem;
        padding: 20px 75px 20px 36px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin: 0;
        position: absolute;
        top: 65px;
        right: 35px;
    }
    .moreAbout__btn::after {
        width: 20px;
        height: 20px;
        top: 25px;
        right: 26px;
    }
}
/* ======================
受入れ企業様の声
====================== */
.voice {
    background: var(--primary-bright-orange);
}
.voice__contener {
    max-width: 700px;
    margin: 0 auto;
}
.voice__item--img {
    display: block;
    width: 133px;
    height: 109px;
}
.voice__item--txt {
    font-size: 1.6rem;
    font-weight: 600;
}
.voice__item {
    display: block;
    width: 133px;
    text-align: center;
    position: absolute;
    bottom: -112px;
}
.voice__content {
    border-radius: 30px 30px 30px 0px;
    background: #FFF;
    box-shadow: 4px 5px 1px 0px #A07134;
    padding: 16px;
    margin-bottom: 120px;
    
}
.voice__content p {
    font-size: 1.4rem;
    font-weight: 300;
}
.voice__content span {
    text-decoration: underline solid #F3E523 2px;
    text-underline-offset: 1px;
    text-decoration-thickness: 2px; /* 代替プロパティ */
}
@media (max-width: 768px) {
    .voice__content span {
        text-decoration: underline solid #F3E523 2px;
        text-underline-offset: 1px;
    }
}

.voice__list {
    position: relative;
    margin-top: 25px;
}
.voice__content--B {
    border-radius: 30px 30px 0px 30px;
}
.voice__item--B {
    position: absolute;
    right: 0px;
}
@media screen and (min-width: 999px) {
    .voice__list {
        display: flex;
        align-items: center;
        gap: 40px;
        margin-top: 35px;
    }
    .voice__contener {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.8;
        max-width: 1080px;
        margin: 0 auto;
    }
    .voice__item--img {
        width: 220px;
        height: auto;
    }
    .voice__item--txt {
        font-size: 2.1rem;
        font-weight: 600;
    }
    .voice__item {
        width: 220px;
        position: static;
    }
    .voice__content {
        padding: 33px;
        margin-bottom: 0;
        width: 60vw;
        max-width: 800px;
    }
    .voice__content p {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.8;
    }
    .voice__content span {
        text-decoration: underline solid #F3E523 3px;
    }
    .voice__content span {
        text-decoration-line: underline;
        text-decoration-color: #F3E523;
        text-decoration-thickness: 3px;
        text-underline-offset: 1px;
    }
    .list--A{
        margin-top: 70px;
    }
    .list--A, 
    .list--C {
        flex-direction: row-reverse;
    }
}
/* ======================
技能実習・特定技能の滞在期間
====================== */
.stay__img--pc {
    display: none;
}
.stay__img--sp {
    margin-top: 25px;
}
@media screen and (min-width: 769px) {
    .stay__img--sp {
        display: none;
    }
    .stay__img--pc {
        display: block;
        margin-top: 70px;
    }
}
/* ======================
技能実習生と特定技能外国人の比較
====================== */
.comparison {
    background: var(--primary-low-yellow);
}
.comparison__title {
    display: flex;
    justify-content: space-evenly;
    margin: 10px auto 15px;
}
.comparison__content {
    background: #FFF;
}
.comparison__item--title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    padding-top: 10px;
}
.comparison__item--txt {
    margin-top: 6px;
    text-align: center;
    font-size: 1.4rem;
    display: flex;
    gap: 3px;
    position: relative;
}
.ginou__txt {
    background: #F9DAB9;
}
.tokutei__txt {
    background: #BACFE3;
}
.ginou__txt, 
.tokutei__txt {
    display: flex;
    width: 50%;
    height: 100px;
    justify-content: center;
    align-items: center;
    padding: 0 1%;
}
@media screen and (min-width: 999px) {
    .comparison__title {
        max-width: 1000px;
        justify-content: space-around;
        margin: 70px 1% 35px 30%;
    }
    .comparison__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 128px;
        margin-top: 4px;
    }
    .comparison__item--title {
        width: 30%;
        font-size: 2.4rem;
        padding-top: 0;
    }
    .comparison__item--txt {
        width: 70%;
        font-size: 2.4rem;
        margin-top: 0;
        position: static;
        gap: 30px;
    }
    .comparison__content {
        height: 128px;
        max-width: 1300px;
        margin: 0 auto;
    }
    .ginou__txt, 
    .tokutei__txt {
        height: 128px;
        padding: 0 1%;
    }
}

/* ======================
よくあるご質問
====================== */
.qa__item--Q {
    color: #FFF;
    text-align: center;
    font-family: "Gothic A1";
    font-size: 2.4rem;
    font-weight: 700;
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: var(--primary-dark-blue);
    padding-top: 2px;
    margin-right: 5px;
}
.qa__item--A {
    color: #FFF;
    text-align: center;
    font-family: "Gothic A1";
    font-size: 2.4rem;
    font-weight: 700;
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #FF8E3F;
    padding-top: 2px;
    margin-right: 5px;
}
.qa__item--txt {
    font-size: 1.6rem;
    font-weight: 700;
    width: 85%;
}
.qa__list {
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #F8D5D1;
    padding: 12px 27px 12px 9px;
}
.qa__list--A {
    display: flex;
    margin: 13px 0 0 9px;
}
.item--txt {
    font-size: 1.6rem;
    width: 85%;
}
.qa__content {
    margin-top: 25px;
}
.qa__img {
    display: block;
    width: 17px;
    height: 17px;
}
.list--4 {
    align-items: center;
}


@media screen and (min-width: 999px) {
    .qa__item--Q,
    .qa__item--A  {
        font-size: 3.6rem;
        width: 57px;
        height: 57px;
        padding-top: 3px;
        margin-right: 13px;
    }
    .qa__item--txt {
        font-size: 2.1rem;
    }
    .qa__list {
        border-radius: 50px;
        padding-left: 22px;
    }
    .qa__list--A {
        margin: 11px 0 0 22px;
    }
    .item--txt {
        font-size: 2.1rem;
    }
    .qa__content {
        margin-top: 50px;
    }
    .list--1,
    .list--2,
    .list--4 {
        align-items: center;
    }
    .qa__img {
        width: 25px;
        height: 25px;
    }
    .qa__contener {
        max-width: 1080px;
        margin: 0 auto;
    }
}

/* ======================
対象地域
====================== */

.area {
    padding: 70px 4.2%;
    background-image: url(../../images/bgimg_area_sp.jpg);
}
.area__title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.area__txt {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 25px;
}
.area__title::after {
    content: '';
    background-image: url(../../images/icon_dashed_sp.png);
    background-size: contain;
    display: block;
    margin: 0 auto;
    width: 195px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
}
.area__list {
    border-radius: 20px;
    border: 1px solid var(--primary-brown);
    background: rgba(255, 255, 255, 0.45);
    padding: 14px 7px 25px;
}
@media screen and (min-width: 999px) {
    .area {
        padding: 100px 12%;
        background-image: url(../../images/bgimg_area_pc.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .area__title {
        font-size: 2.8rem;
        display: block;
        width: 144px;
        flex-shrink: 0;
    }
    .area__txt {
        font-size: 2.4rem;
        font-weight: 300;
        text-align: start;
        margin: 0 0 0 5%;
    }
    .area__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 38px 3%;
        max-width: 1080px;
    }
    .area__title::after {
        width: 125px;
        height: 2px;
        background-repeat: no-repeat;
        transform: rotate(90deg);
        left: 91px;
        bottom: 17px;
    }
}
