@charset "utf-8";
/* 空白の視覚化 */

/* * {
    outline: 2px solid blue;
  } */

/* ☆☆☆ 全体の指定 ☆☆☆ */

body, html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-feature-settings: "palt" 1;
    scroll-behavior: smooth;
}

button {
    background-color: transparent;
    border: none;
    cursor: default;
    outline: none;
    padding: 0;
    appearance: none;
}

img {
    /* max-width: 100%; */
    height: auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

a:hover {
    text-decoration: none;
    color: #cccccc;
    cursor: default;
}

.re_span span {
    display: inline-block;
}

/* ☆☆☆ headerセクション ☆☆☆ */

/* header>img {
    padding: 0;
    margin: 0;
} */

.header_container {
    background: url(../images/header_img.png ) center center no-repeat;
    background-size: cover;
    background-color: #E5DF54;
    height: 55vh;
    width: 100vw;
    /* min-height: 685px; */
    /* jumbotron初期のマージンボトムの取り消し */
    /* margin-bottom: -2rem; */
    /* .header_titleを上下センター寄せにするため */
    display: flex;
    flex-wrap: wrap;
}

.header_logo {
    flex-basis: 33%;
    padding: 1rem 0 0 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header_logo img {
    width: 216px;
}

.header_contents {
    display: flex;
    flex-basis: 67%;
    align-items: flex-end;
    /* padding-top: 10vh; */
}

.header_container h1 {
    font-weight: 900;
    font-size: 4vw;
    line-height: 6vw;
}

.header_title--w1 {
    font-size: 6.2vw;
    letter-spacing: .2rem;
    /* margin-bottom: .7rem; */
    font-feature-settings: "palt" 1;
}

.header_title--w2 {
    /* font-size: 2.5rem; */
    margin-bottom: .7rem;
}

.header_title--w3 {
    font-size: 6.2vw;
    /* margin-bottom: 1.4rem; */
    font-feature-settings: "palt" 1;
    line-height: 7.5vw;
}

.header_title p {
    /* font-size: 1.75rem; */
    font-size: 1.93vw;
    font-weight: 400;
    font-feature-settings: "palt" 1;
    text-align: justify;
    letter-spacing: .07rem;
    margin-top: 1vw;
    width: 62vw;
}

.space {
    height: 5px;
    flex-basis: 100%;
}

.scroll_arrow {
    flex-basis: 100%;
    /* text-align: center; */
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: -5rem;
}

.scroll_arrow img {
    max-width: 23vw;
    width: 80px;
}

/* ★★★★メディアクエリ PCで縦幅のみが縮められた場合★★★★ */
@media (max-height: 1000px) and (min-width: 961px) {
    .scroll_arrow {
        visibility: hidden;
    }
}

@media (max-height: 800px) and (min-width: 961px) {
    .header_title p {
        /* font-size: 1.75rem; */
        display: none;
    }
}

@media (max-height: 600px) and (min-width: 961px) {
    .header_title--w3 {
        display: none;
    }
}

@media (max-height: 325px) and (min-width: 961px) {
    .header_title--w2 {
        display: none;
    }
    .scroll_arrow {
        display: none;
    }
}
/* /////////////// */

/* ★★★★メディアクエリ PCで横幅のみが伸ばされた場合★★★★ */
@media (min-width: 2001px) {
    .scroll_arrow {
        visibility: hidden;
    }
}
/* /////////// */

/* ☆☆☆ headerセクション navエリア☆☆☆ */
.header_nav_area {
    background-color: #323232;
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin-top: -2px; */
}

.header_nav {
    padding-left: 0;
    align-items: center;
    display: flex;
    margin-bottom: 0;
}

.header_nav li {
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 2rem;
}

.fa-chevron-down {
    font-size: 1rem;
    padding-left: .5rem;
}
/* /////////// */

/* ★★★ メディアクエリ ヘッダー★★★ */

@media (max-width: 1430px) {
    .header_container {
        background-size: cover;
        height: 50vw;
}
}
/* @media (max-width: 768px) { */
@media (max-width: 800px) {
    .header_container {
        background: url(../images/sp/header_img_sp.png ) bottom center no-repeat;
        background-size: cover;
        background-color: #E5DF54;
        height: 166vw;
        padding: 0 1rem;
        display: block;
    }
    .header_logo {
        flex-basis: 100%;
        height: 50px;
        padding: 1rem 0 0 0;
    }
    .header_logo img {
        width: 40vw;
    }
    .header_contents {
        flex-basis: 100%;
        margin-top: 1.5rem;
        align-items: flex-start;
    }
    .header_container h1 {
        font-size: 6vw;
        line-height: 9vw;
    }
    .header_title--w1 {
        width: 100%;
        font-size: 9vw;
        letter-spacing: .39vw;
    }
    .header_title--w2 {
        margin-bottom: .7rem;
        letter-spacing: .5vw;
    }
    .header_title--w3 {
        font-size: 15vw;
        letter-spacing: .47vw;
        font-feature-settings: "palt" 1;
        line-height: 17vw;
    }
    .header_title p {
        font-size: 4.5vw;
        font-feature-settings: "palt" 1;
        text-align: justify;
        letter-spacing: .07rem;
        line-height: 7vw;
        width: 95%;
        margin: 1rem auto;
    }
    .scroll_arrow {
        justify-content: flex-end;
        font-size: 1.4rem;
        height: 33%;
        margin: 0 auto;
        padding-right: 8vw;
    }
}
/* 小さいスマホ用 */
@media (max-width: 374px) {
    .header_title--w1 {
        font-size: 8vw;
    }
    .header_title--w3 {
        font-size: 14vw;
        line-height: 16vw;
    }
    .header_title p {
        font-size: 4.5vw;
        font-feature-settings: "palt" 1;
        text-align: justify;
        letter-spacing: .07rem;
        line-height: 6vw;
        width: 95%;
        margin: .5rem auto;
    }
}
@media (max-width: 800px) {
    .header_nav_area {
        display: none;
    }
}

/* ☆☆☆ mainセクション ☆☆☆ */

.container {
    /* background-color: chartreuse; */
    max-width: 857px;
    margin-top: 5rem;
    /* scroll-snap-type: y mandatory; */
}

/* ★★★ empathy 共感セクション ★★★ */

.empathy {
    color: #323232;
    text-align: center;
}

.empathy h2 {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
}

.empathy h1 {
    text-align: center;
    font-size: 2.5rem;
    padding: 1rem 0;
    font-weight: 600;
    letter-spacing: .22rem;
    margin-bottom: 1rem;
}

.empathy_throw {
    display: flex;
    align-items: center;
}

.empathy_throw img {
    height: 270px;
}

.empathy_list {
    padding: 0 0 0 1.5rem;
    margin: 0;
    text-align: left;
}

.empathy_list li {
    font-size: 1.375rem;
    padding-left: calc(1.375rem * 1.2);
    padding-bottom: .4rem;
    letter-spacing: -.02rem;
    position: relative;
}

.empathy_list li::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    /* color: #00ACDB; */
}

.empathy_list li:last-child {
    padding-bottom: .2rem;
}

.fa-check {
    font-size: 1rem;
}

.empathy>img {
    padding: 3rem 0;
    width: 87vw;
    max-width: 810px;
}

.fs38 {
    font-size: 2.3rem;
    font-weight: 600;
    /* margin-bottom: 23vw; */
    margin-left: 8.5px;
    margin-right: 8.5px;
}

.fs38 strong {
    color: #E60012;
    font-size: 3rem;
    font-weight: 600;
}

.marker {
    font-size: 3rem;
    font-weight: 600;
    margin-left: 8.5px;
    margin-right: 8.5px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    display: flex;
}

.marker p {
    margin: 0;
    margin: 0 auto;
    width: fit-content;
    position: relative;
}

.marker span:first-child {
    font-size: 6rem;
    font-weight: 600;
    color: #E60012;
}

.marker span:last-child {
    color: #E60012;
}

.marker_line {
    width: 100%;
    position: absolute;
    background-color: #FFE200;
    /* line-height: 120%; */
    height: 15px;
    bottom: 18px;
    left: 0;
    z-index: -1;
}

.empathy .school_des {
    font-size: 1.125rem;
    font-weight: 300;
    text-align: justify;
    margin: 1.5rem 8.5px;
    margin-left: 8.5px;
    margin-right: 8.5px;
}

.fs40 {
    text-align: center;
    font-size: 2.5rem;
    padding: 1rem 0;
    font-weight: 600;
    letter-spacing: .06rem;
    margin-bottom: 1rem;
}

/* ★★★ メディアクエリ スマホ 共感セクション★★★ */
/* @media (max-width: 800px) {
    .empathy {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .empathy div.SP,.empathy h2 br{
        display: block;
    }
    .empathy div.PC {
        display: none;
    }
    .empathy_throw {
        justify-content: center;
    }
    .empathy_throw img {
        height: 270px;
    }
    
} */

/* @media (max-width: 639px) { */
@media (max-width: 800px) {

    .empathy div.SP,.empathy h2 br{
        display: block;
    }
    .empathy div.PC {
        display: none;
    }

    .empathy {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    .empathy h2 {
        text-align: left;
        font-size: 5.33vw;
        font-weight: 500;
    }
    .empathy>div img {
        height: 26.66vw;
        /* height: 100px; */
        margin: 0 6.4vw 0 4.27vw;
    }
    .empathy h1 {
        font-size: 6.93vw;
    }
    .empathy_throw {
        margin: 0 auto;
    }
    .empathy_list {
        padding: 0;
    }
    .empathy_list li {
        font-size: 1.2rem;
        padding-left: calc(1.2rem * 1.2);
        padding-bottom: .4rem;
        letter-spacing: -.02rem;
        position: relative;
    }
    .empathy_list li::before {
        position: absolute;
        left: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f00c';
        /* color: #00ACDB; */
    }
    .empathy>img {
        padding: 3rem 0;
        max-width: 85vw;
        margin: 0 auto;
    }
    .fs38 {
        font-size: 6.4vw;
    }
    .fs38 strong {
        font-size: 8.5vw;
        line-height: 9vw;
    }
    .school_des {
        font-size: 1rem;
        margin-top: 3rem;
    }
    .empathy .fs40 {
        font-size: 1.5rem;
        letter-spacing: .06rem;
        margin-bottom: 1rem;
        margin: 0 auto;
        padding: .5rem 0;
    }
}
@media (max-width: 740px) {
    .marker.PC {
        display: none;
    }
    .marker.SP {
        font-size: 9.6vw;
        line-height: 9.6vw;
        /* border-bottom: solid 3px green;
        padding-bottom: -10rem; */
        display: block;
    }
    .marker.SP span:first-child {
        font-size: 13.8vw;
        line-height: 20vw;
    }
    .marker.SP span:last-child {
        color: #E60012;
    }
    .marker.PC .marker_line {
        display: none;
    }
    .marker.SP .marker_line {
        display: block;
        height: 12px;
        bottom: 2.5vw;
        /* left:0; */
        /* z-index: -1; */
    }
    .marker.SP .marker_line2 {
        display: block;
        width: 100%;
        position: absolute;
        background-color: #FFE200;
        /* line-height: 120%; */
        height: 12px;
        bottom: -7px;
        left: 0;
        z-index: -1;
    }
}
@media (max-width: 374px) {
    .empathy_list li {
        font-size: 1.1rem;
    }
}
/* ★★★ action 行動セクション ★★★ */

.action {
    background-color: #E5DF54;
    text-align: center;
}

.action .container {
    padding: 4rem 0;
}

.action_title {
    width: 95%;
    font-size: 2.125rem;
    font-weight: 600;
    letter-spacing: .1rem;
    padding-bottom: 2rem;
    margin: 0 auto;
}

.action button img {
    width: 90vw;
    max-width: 810px;
}

.action button {
    margin-bottom: 1rem;
}

/* ★★★ メディアクエリ スマホ 行動セクション★★★ */

@media (max-width: 639px) {
    .action .container {
        padding: 3rem 0;
        margin-top: 3rem;
    }
    .action_title {
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: .1rem;
        padding-bottom: 2rem;
    }
    .action button img {
        max-width: 95%;
        width: 290px;
    }
}
@media (max-width: 374px) {
    .action_title {
        font-size: 7vw;
    }
}

/* ★★★ description 説明セクション ★★★ */

.description {
    text-align: center;
}

.description_subtitle {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.description_subtitle .brackets img{
    width: 20px;
    margin-bottom: 1.3rem;
}
.description .copy {
    /* font-size: 1.875rem; */
    font-weight: 500;
    padding: .7rem 1rem 0 1rem;
    font-size: calc(24px + 6 * (100VW - 640PX)/1400);
}

.description img {
    max-width: 810px;
    width: 90vw;
    padding-top: .1rem;
}

.point6_contents ul {
    /* padding-left: 8.5px; */
    display: flex;
    justify-content: space-around;
    padding: 0;
    text-align: center;
    flex-wrap: wrap;
}

.point6_contents ul img {
    width: 90px;
    height: 90px;
    margin-bottom: 2rem;
    margin-top: -2.8rem;
}

.point_content {
    width: 45vw;
    max-width: 390px;
    min-width: 280px;
    height: auto;
    background-color: #EBEBEB;
    margin-top: 5rem;
    /* margin-right: 1.2rem; */
    border-radius: .5rem;
    padding: 0 2rem 2rem 2rem;
}

.point_content h1 {
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 1rem;
}

.point_content p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.8rem;
    text-align: justify;
}

/* ★★★ メディアクエリ スマホ 説明セクション★★★ */

@media (max-width: 639px) {
    .description_subtitle {
        align-items: flex-end;
    }
    .description_subtitle svg {
        margin-bottom: 1.3rem;
    }
    .description .copy {
        font-size: 1.25rem;
        font-weight: 500;
        padding: .7rem 1rem 0 1rem;
    }
    .description img {
        max-width: 100%;
        width: 330px;
        padding-top: .1rem;
        margin-bottom: 3rem;
    }
    .point_content {
        max-width: 100%;
        width: 390px;
        margin-top: 1rem;
    }
}
@media (max-width: 374px) {
    .description .copy {
        font-size: 6.5vw;
    }
    .point_content h1 {
        font-size: 6.5vw;
    }
    .description_subtitle .SP {
        display: none;
    }
    .description_subtitle .SSP {
        display: block;
    }
}


/* ★★★ skill スキルセクション ★★★ */

.skill_area {
    max-width: 810px;
    width: 90vw;
    height: 603px;
    border: solid 1px #323232;
    border-radius: 1rem;
    margin: 7rem auto;
}

.skill_title_area {
    margin-top: 1rem;
    display: flex;
}

.skill_title_area>img {
    width: 188px;
    height: 188px;
    margin-top: -3rem;
    margin-right: -8rem;
}

.skill_title_text {
    margin: 0 2rem 0 2rem;
}

.skill_subtitle {
    display: flex;
    justify-content: start;
    padding-top: 1.5rem;
    align-items: flex-end;
    /* padding-left: 1rem; */
}
.skill_subtitle .brackets img{
    width: 20px;
    height: auto;
    margin-bottom: .7rem;
}
.skill .copy {
    font-size: 1.875rem;
    font-weight: 500;
    padding: 0 1rem 0 1rem;
    margin-bottom: .2rem;
}

.skill .fs40 {
    text-align: start;
    padding: 0 0 0 2.5rem;
}

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

.skill ul {
    width: 85%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.skill_logo_box {
    width: 125px;
    text-align: center;
}

.skill_logo {
    margin-top: 2rem;
    margin: 1rem;
}

.skill_logo img {
    height: 100px;
}

.skill_name {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.5rem;
    margin-top: .5rem;
}

/* ★★★ メディアクエリ スマホ スキルセクション★★★ */
@media (max-width: 1040px) {
    .skill_area {
        max-width: 810px;
        width: 90vw;
        height: auto;
        border: solid 1px #323232;
        /* border: none; */
        border-radius: 1rem;
        margin: 7rem auto;
        padding-bottom: 2rem;
    }
    .skill_title_area {
        justify-content: center;
    }
    .skill_title_area .fs40 {
        padding: 0;
        text-align: center;
    }
    .skill_title_area>img {
       display: none;
    }
    .skill_subtitle {
        align-items: flex-end;
    }
    .skill_subtitle .copy{
        text-align: center;
        font-size: calc(24px + 6 * (100VW - 640PX)/1400);
    }
    .skill_subtitle svg{
        margin-bottom: .5rem;
    }
}
@media (max-width: 800px) {
    .skill_area {
        width: 95vw;
        border: none;
    }
}
@media (max-width: 639px) {
    .skill_area {
        width: 100%;
        height: fit-content;
        /* border: solid 1px #323232; */
        border: none;
        border-radius: 1rem;
        margin: 4rem auto;
        padding: 2rem 0;
    }
    .skill_title_area {
        /* margin-top: 1rem; */
        /* display: flex; */
        justify-content: center;
    }
    .skill_subtitle {
        /* display: flex; */
        justify-content: center;
        align-items: flex-end;
        padding: 0;
    }
    .skill_subtitle svg {
        padding-bottom: 0;
    }
    .skill .copy {
        font-size: 1.25rem;
        text-align: center;
        padding: 0 1rem;
    }
    .skill .fs40 {
        font-size: 1.75rem;
        text-align: center;
        padding: 1rem 0;
        line-height: 125%;
    }
}
@media (max-width: 374px) {
    .skill_area {
        margin: 1rem auto;
    }
    .skill .copy {
        font-size: 6.5vw;
    }
    .skill .SP {
        display: none;
    }
    .skill .SSP {
        display: block;
    }
    .skill .fs40 {
        font-size: 8.1vw;
    }
    .skill_logo_box {
        width: 100px;
        text-align: center;
    }
}


/* ★★★ competitiveness 競争力セクション ★★★ */

.competitiveness {
    background-color: #E5DF54;
}

.competitiveness .container {
    padding: 1rem 0 4rem;
    text-align: center;
    /* display: flex; */
}

.competitiveness h1 {
    /* text-align: center; */
    letter-spacing: .3rem;
    padding-top: 6rem;
    margin: 0 8.5px;
    font-weight: 600;
}

.competitiveness h1 span {
    font-weight: 400;
    color: #EA5514;
}

.competitiveness strong {
    font-size: 3.125rem;
    font-weight: 600;
}

.competitiveness_3points {
    margin-top: 2rem;
    margin: 2rem auto 5rem;
    position: relative;
    width: 90vw;
    max-width: 810px;
    height: 15vh;
    min-height: 150px;
}

.competitiveness_3points img:first-child {
    width: 188px;
    margin-left: -94px;
    z-index: 1;
    position: absolute;
    left: 2rem;
    /* height: auto; */
    /* text-align: center; */
}

.competitiveness_3points img:nth-child(2) {
    width: 90vw;
    max-width: 810px;
    height: auto;
    /* margin-bottom: 5rem; */
    position: absolute;
    top: 2rem;
    left: 0;
}

.competitiveness_contain {
    display: flex;
    justify-content: space-between;
    width: 90vw;
    max-width: 810px;
    position: relative;
    margin: 2rem auto 0;
    padding-bottom: 5rem;
}
.competitiveness_contain_text {
    flex-basis: 60%;
}
.competitiveness_contain_title {
    display: flex;
    align-items: flex-end;
}

.competitiveness_contain h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 6.8rem;
    font-weight: 700;
    color: #F9F8D7;
    padding: 0;
    margin: 0;
}

.competitiveness_contain h2 {
    padding: 0 0 .5rem;
    margin: 0;
    margin-left: -15%;
    text-align: left;
}

.competitiveness_contain p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 2rem;
    width: 92%;
    padding-top: .5rem;
    padding-left: .5rem;
    margin: 0;
    text-align: justify;
}
.competitiveness_contain_img{
    flex-basis: 40%;
    display: flex;
    align-items: flex-end;
}

.competitiveness_contain img:first-of-type {
    width: 100%;
    max-width: 325px;
    height: 100%;
    object-fit: cover;
}

.competitiveness_contain_img img:last-of-type {
    position: absolute;
    top: -2.5rem;
    right: 22%;
}

/* 迅速な講座動画[.competitiveness div:nth-of-type(3)] のところを左右逆にする */

.competitiveness div:nth-of-type(3) .competitiveness_contain_text {
    order: 2;
    margin-left: 2rem;
}

.competitiveness div:nth-of-type(3) .competitiveness_contain_text p {
    width: 100%;
}

.competitiveness div:nth-of-type(3) img:last-of-type {
    top: -4rem;
    left: -2.2rem;
}

/* 受注案件の制作[Production of orders]の位置調整*/

.competitiveness div:nth-of-type(4) img:last-of-type {
    top: -3.5rem;
    right: 10%;
}
/* 強みセクション 中間サイズのメディアクエリ */
@media (max-width: 830px) {
    .competitiveness_contain h2 {
    margin-left: .5rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    }
    .competitiveness_contain p {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.5rem;
    }
    .competitiveness_contain_img img:last-of-type {
        right: 10%;
    }
    .competitiveness div:nth-of-type(3) img:last-of-type {
        top: -4rem;
        left: -3%;
    }
    .competitiveness div:nth-of-type(4) img:last-of-type {
        right: 0;
    }
    .competitiveness_3points {
        margin: 1rem auto;
    }
}
/* ★★★ メディアクエリ スマホ 競争力セクション★★★ */

@media (max-width: 639px) {
    .competitiveness_3points {
        /* margin-top: 2rem; */
        height: 150px;
        min-height: 100px;
        text-align: center;
    }
    .competitiveness h1 {
        letter-spacing: .3rem;
        padding-top: 3rem;
        margin: 0 8.5px;
        font-weight: 600;
        font-size: 1.5rem;
    }
    .competitiveness strong {
        font-size: 1.875rem;
        font-weight: 600;
    }
    .competitiveness_3points {
        margin: 1rem auto;
    }
    .competitiveness_contain_text {
        max-width: 325px;
    }
    .competitiveness_3points img:nth-child(3) {
        max-width: 100%;
        width: 325px;
        height: auto;
        margin: 0 auto 4rem;
    }
    .competitiveness_contain {
        /* display: flex; */
        flex-direction: column-reverse;
        /* justify-content: space-between; */
        max-width: 325px;
        /* position: relative; */
        margin: .5rem auto 6rem;
        padding-bottom: 0;
        align-items: center;
    }
    .competitiveness .container {
        padding: 1rem 0 .1rem;
    }
    .competitiveness_contain img:first-of-type {
        max-width: 100%;
        width: 325px;
        height: 200px;
        object-fit: cover;
    }
    .competitiveness_contain img:last-of-type {
        max-width: 100%;
        position: absolute;
        top: -4.5rem;
        left: -1.5rem;
    }
    /* 迅速な講座動画[.competitiveness div:nth-of-type(3)] のところを左右逆にする→リセット */
    .competitiveness div:nth-of-type(3) .competitiveness_contain_text {
        order: 0;
        margin-left: 0;
    }
    .competitiveness div:nth-of-type(3) .competitiveness_contain_text p {
        width: 100%;
    }
    .competitiveness div:nth-of-type(3) img:last-of-type {
        top: -4.5rem;
        left: -1.5rem;
    }
    /* 受注案件の制作[Production of orders]の位置調整→SP版*/
    .competitiveness div:nth-of-type(4) img:last-of-type {
        top: -4rem;
        left: -1.5rem;
    }
    .competitiveness_contain h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 5rem;
        font-weight: 700;
        color: #F9F8D7;
        padding: 0;
        margin: 0;
        letter-spacing: -.05rem;
    }
    .competitiveness_contain h2 {
        padding: 0 0 .5rem;
        margin: 0 0 0 -3.5rem;
        font-size: 1.625rem;
    }
    .competitiveness_contain p {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.7rem;
        width: 100%;
        /* padding-top: .5rem; */
        padding-left: 0;
        margin: 0;
        /* text-align: justify; */
    }
}
@media (max-width: 374px) {
    .competitiveness .container {
        margin-top: 0;
    }
    .competitiveness .competitiveness_subtitle {
        font-size: 6.5vw;
        padding-bottom: 0;
    }
    .competitiveness_contain img:last-of-type {
        left: -.5rem;
    }
    .competitiveness div:nth-of-type(3) img:last-of-type {
        left: -.5rem;
    }
        /* 受注案件の制作[Production of orders]の位置調整→SSP版*/
        .competitiveness div:nth-of-type(4) img:last-of-type {
            left: -.5rem;
    }
    .competitiveness_3points {
        margin-bottom: 0;
    }
    .competitiveness_3points img:nth-child(3) {
        max-width: 100%;
        width: 325px;
        height: auto;
        margin: 0 auto 2rem;
    }
}

/* ★★★ students_voice受講生の声セクション ★★★ */

.students_voice {
    text-align: center;
    /* margin-bottom: 4rem; */
}

.students_voice_subtitle {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.students_voice_subtitle .brackets img{
    width: 20px;
    height: auto;
    margin-bottom: .7rem;
}
.students_voice_subtitle .copy {
    font-size: 3.5vw;
    font-weight: 500;
    width: fit-content;
    padding: 0 1rem 0 1rem;
    margin-bottom: .2rem;
}
@media (min-width: 850px) {
    .students_voice_subtitle .copy {
    font-size: 1.875rem;
    }
}

.students_voice>img {
    max-width: 810px;
    width: 90vw;
    padding-top: 1rem;
    margin-bottom: 4rem;
}

.student_area {
    display: flex;
    justify-content: space-between;
}

.student_description {
    padding-left: 8.5px;
}

.student_description img {
    width: 214px;
}

.student_description p {
    text-align: left;
    padding-left: .5rem;
}

.student_description p:first-of-type {
    font-size: 1.125rem;
    padding-top: 1rem;
}

.student_description p:last-of-type {
    font-size: 0.75rem;
    margin-top: -1rem;
}

.student_text {
    padding-left: 3rem;
    padding-right: 8.5px;
}

.student_text p:first-child {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: justify;
}

.student_text p:last-child {
    font-weight: 300;
    line-height: 1.6rem;
    text-align: justify;
}

.students_voice hr {
    border-color: #cccccc;
    width: 100%;
    margin-bottom: 2rem;
}

/* ★★★ メディアクエリ スマホ 生徒の声セクション★★★ */

@media (max-width: 639px) {
    .students_voice {
        /* text-align: center; */
        margin-bottom: 1rem;
        /* max-width: 90vw; */
    }
    .students_voice_subtitle .copy {
        font-size: 1.25rem;
    }
    .students_voice_subtitle {
        align-items: flex-end;
    }
    .students_voice_subtitle svg {
        margin-bottom: .4rem;
    }
    .students_voice>img {
        max-width: 100%;
        width: 325px;
        /* padding-top: 1rem; */
        margin-bottom: 2rem;
    }
    .student_area {
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
        align-items: center;
    }
    .student_description {
        padding: 0;
    }
    .student_description img {
        max-width: 100%;
        width: 325px;
    }
    .student_name {
        display: flex;
        max-width: 325px;
        margin: .5rem auto 1rem;
        justify-content: left;
        align-items: center;
    }
    .student_description p {
        text-align: center;
        padding-left: .5rem;
        margin: 0;
    }
    .student_description p:first-of-type {
        font-size: 1.125rem;
        padding: 0;
    }
    .student_description p:last-of-type {
        font-size: 0.75rem;
        margin: 0;
        padding-top: .3rem;
    }
    .student_text {
        padding-left: 0;
        padding-right: 0;
        max-width: 325px;
    }
    .student_text p:first-child {
        font-size: 1.5rem;
        font-weight: 500;
        text-align: justify;
        line-height: 2rem;
        padding-bottom: 1rem;
    }
    .students_voice hr {
        max-width: 100%;
        width: 325px;
    }
    .students_voice_subtitle .copy .SSP{
        display: none;
    }
}
@media (max-width: 374px) {
    .students_voice_subtitle .copy {
        font-size: 6.5vw;
    }
    .students_voice_subtitle .re_span .SP {
        display: none;
    }
    .students_voice_subtitle .re_span .SSP {
        display: block;
    }
    .students_voice_subtitle .copy .SP{
        display: none;
    }
    .students_voice_subtitle .copy .SSP{
        display: block;
    }
}

/* ★★★ teacher講師セクション ★★★ */
.teacher{
    display: flex;
}
.teacher_box {
    background-color: #EBEBEB;
    border-radius: .5rem;
    max-width: 810px;
    width: 95vw;
    /* margin: auto 1rem; */
    /* text-align: center; */

}

.teacher_box h1 {
    font-size: 1.875rem;
    font-weight: 500;
    text-align: center;
    padding: 1.5rem 0;
    margin: 0;
}

.teacher_box hr {
    border-color: #323232;
    width: 90%;
    margin: 0 auto;
}

.teacher_description {
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
}

.teacher_description_image {
    text-align: center;
}

.teacher_description_image p {
    font-size: 1.5rem;
    font-weight: 400;
    padding-top: .5rem
}

.performance_icon {
    margin-top: 3rem;
}

.performance_icon img {
    width: 90px;
}

.teacher_description_text {
    padding-left: 2rem;
}

.teacher_description_text p {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 2rem;
    text-align: justify;
}

.teacher_description_text p:nth-of-type(2) {
    font-size: 1.25rem;
    font-weight: 400;
}

.teacher_description_text p:nth-of-type(3) {
    margin-top: -1rem;
    font-weight: 400;
}

.teacher_description_text p:nth-of-type(4) {
    margin-top: -.5rem;
    font-weight: 400;
}

.teacher_description_text ul {
    padding: 0;
    margin-top: -1rem;
    font-weight: 300;
}

.teacher_description_text li {
    vertical-align: -1rem;
}

.teacher_description_text strong {
    font-size: 1.56rem;
    font-weight: 500;
    line-height: 1.8rem;
}

mark {
    background: linear-gradient(transparent 85%, #FFE200 0%);
    padding: 0;
    line-height: 100%;
}

/* ★★★ メディアクエリ スマホ 講師セクション★★★ */

@media (max-width: 639px) {
    .teacher_box {
        background-color: #EBEBEB;
        border-radius: .5rem;
        width: 95vw;
    }
    .teacher_box_sp {
        display: flex;
        justify-content: center;
    }
    .teacher_name_title h1 {
        font-size: 1.5rem;
        /* font-weight: 500; */
        text-align: left;
        padding: 1rem 0 1rem;
        margin: 1rem 0 0;
    }
    .teacher_name_title {
        font-size: 1.25rem;
        margin: 0 1rem 2rem 1rem;
    }
    .teacher_name_title P {
        margin: 0;
    }
    .teacher_img img {
        width: 145px;
        margin-top: -1.5rem;
    }
    .teacher_box hr {
        border-color: #323232;
        max-width: 100%;
        width: 325px;
        ;
        margin: -1rem auto;
    }
    .teacher_description {
        padding: 2.5rem 0 0;
        /* display: flex; */
        /* justify-content: space-between; */
        flex-direction: column-reverse;
        align-items: center;
    }
    .teacher_description_text {
        padding-left: 0;
        max-width: 100%;
        width: 325px;
        margin-bottom: 1rem;
        /* display: flex; */
        /* flex-direction: column; */
    }
    .teacher_description_text P {
        font-size: 1rem;
        /* max-width: 90%; */
        margin: auto auto;
    }
    .teacher_description_text p:nth-of-type(2) {
        font-size: 1.25rem;
        font-weight: 400;
        margin-top: 1rem;
    }
    .teacher_description_text p:nth-of-type(3) {
        margin-top: -.2rem;
        font-weight: 400;
    }
    .teacher_description_text p:nth-of-type(4) {
        margin-top: -.2rem;
        font-weight: 400;
    }
    .teacher_description_text ul {
        padding: 0;
        margin-left: 1rem;
        margin-top: -.2rem;
        font-weight: 300;
    }
    .teacher_description_text ul li{
        max-width: 90%;
    }
    .performance_icon {
        margin: 0 0 2rem;
    }
}
@media (max-width: 374px) {
    .teacher_name_title {
        font-size: 1rem;
        margin: 0 1rem 2rem 1rem;
    }
}

/* ★★★ action_last 行動セクション最終 ★★★ */

.action_last {
    background-color: #E5DF54;
    text-align: center;
}

.action_last .container {
    padding: 4rem 0;
}

.action_last_title {
    font-size: 5.45vw;
    font-weight: 600;
    letter-spacing: .45rem;
    padding-bottom: 2rem;
}
@media (min-width: 1100px) {
    .action_last_title {
    font-size: 3.75rem;
    }
}

.action_last button img {
    width: 90vw;
    max-width: 810px;
}

.action_last button {
    margin-bottom: 2rem;
}

/* ★★★ メディアクエリ スマホ アクションセクション★★★ */
@media (max-width: 639px) {
    .action_last .container {
        padding: 3rem 0;
        margin-top: 3rem;
    }
    .action_last_title {
        font-size: 1.5rem;
        letter-spacing: .1rem;
    }
    .action_last button img {
        width: 290px;
    }
    .action_last button {
        margin-bottom: 0;
    }
    .action_last button img{
        max-width: 95%;
    }
}
@media (max-width: 374px) {
    .action_last_title {
        font-size: 7vw;
    }
}

/* ☆☆☆ footerセクション ☆☆☆ */

footer {
    text-align: center;
    margin: 3rem 0;
    position: relative;
}

footer img {
    margin: 0 0 1rem;
    width: 230px;
}

footer p {
    font-size: 1.875rem;
    letter-spacing: .1rem;
}

footer a img {
    position: absolute;
    width: 42px;
    bottom: 0;
    right: 5rem;
}
footer div {
    line-height: 1rem;
}

/* ★★★ メディアクエリ スマホ フッターセクション★★★ */
@media (max-width: 639px) {
    footer {
        text-align: center;
        margin: 3rem 0;
        position: static;
    }
    footer p {
        font-size: 1.5rem;
        letter-spacing: .1rem;
    }
    footer a img {
        margin-top: 3rem;
        position:  static;
        width: 42px;
        bottom: 0;
        right: 5rem;
    }
}




/* ★★★ メディアクエリ 微調整★★★ */

@media (max-width: 1110px) {
    .competitiveness_3points img:first-child {
        visibility: hidden;
    }
}



/* ★★★ メディアクエリ 表示・非表示★★★ */
/* PCの場合 .PC*/
@media (min-width: 640px) {
    .SP {
        display: none;
    }
    .SSP {
        display: none;
    }
}
/* スマホの場合 .SP*/
@media (max-width: 639px) {
    .PC {
        display: none;
    }
    .SSP {
        display: none;
    }
}

/* ★★★ メディアクエリ ハンバーガーメニュー★★★ */

@media (max-width: 800px) {
.burger-btn {
    display: block;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 3;
  }
  .bar {
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #323232;
  }
  .bar_top {
    top: 10px;
  }
  .bar_mid {
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom {
    bottom: 10px;
  }
  .burger-btn.close .bar_top {
    transform: translate(-50%,12px) rotate(45deg);
    transition: transform .3s;
  }
  .burger-btn.close .bar_mid {
    opacity: 0;
    transition: transform .3s;
  }
  .burger-btn.close .bar_bottom {
    transform: translate(-50%,-4px) rotate(-45deg);
    transition: transform .3s;
  }

  .header_nav_area {
    display: block;
    transform: translateX(100%);
    transition: .3s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    z-index: 2;
  }
  .header_nav_area.slide-in {
    transform: translateX(0);
    transition: .3s;
  }
  .header-nav-wrap {
    width: 100%;
    height: 100%;
    background-color: #E5DF54;
    z-index: 2;
  }
  .header-nav-wrap .header_nav {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .header-nav-wrap .header_nav_list {
    margin: 10px 0;
    font-size: 1.5rem;
    color: #323232;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body.noscroll {
    overflow: hidden;
  }

  a:hover {
    text-decoration: none;
    color: black;
    cursor: default;
}
.nav_border {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #323232;
}
}
@media (max-width: 374px) {
    .header-nav-wrap .header_nav_list {
        margin: 0;
        font-size: 1.2rem;
        padding-top: 15px;
    padding-bottom: 0;
      }
}
