@charset "UTF-8";
/* Top */
/* = component = */

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #ffffff;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, 'Yu Gothic', sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    box-sizing: border-box;
    color: #3c3c3c;
    font-feature-settings: "palt";
}

header,
main,
footer {
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4 {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

p,
ul {
    font-size: 14px;
    font-size: 1.4rem;
}

a:link {
    color: #333333;
}

a:visited {
    color: #333333;
}

a:hover {
    color: #f7701b;
    opacity: 0.8;
}

a:active {
    color: #f7701b;
}

*:focus {
    outline: none;
}

br.sp-br {
    display: none;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.center {
    text-align: center;
}

.line-through {
    text-decoration: line-through;
}

.under-line-yellow {
    border-bottom: 5px solid #ffff00;
}

/* = main = */

.sec_title {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5;
    padding-top: 0px;
}

.header-h1 {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.intro-text {
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;

}

.headline {
    position: relative;
}

.headline>.en,
.headline>.ja {
    display: block;
}

.headline>.en {
    font-family: 'PT Serif', 'sans-serif';
}

.headline>.ja {
    font-size: 16px;
    margin-top: 10px;
    position: relative;
}

.inner {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
    margin-top: 40px;
}

.w-900 {
    max-width: 900px;
    margin: 0 auto;
}

.w-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.sec_flex {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.sec_flex:nth-child(even) {
    flex-direction: row-reverse;
}

.sec_text {
    padding: 10px 40px;
    width: 50%;
}

.sec_img {
    width: 50%;
}

.sec_img img {
    margin: 0 auto;
}

.sec_text-bold {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
}

.bg_gray {
    background: url(../images/top/bg_gray.jpg) repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}

.bg_darkgray {
    background: url(../images/top/bg_darkgray.jpg) repeat;
}

.btn_arrow {
    position: relative;
    padding-right: 5em;
}

.btn_arrow::after {
    content: url(../images/top/arrow_right.png);
    position: absolute;
    top: 50%;
    right: .83em;
    transform: translateY(-50%);
}

/*mainvisual*/


.slick-prev,
.slick-next {
    position: absolute !important;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

.slick-next:before,
.slick-prev:before {
    content: 'none';
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}



.news p {
    font-size: 1.6rem;
    font-weight: 600;
}

.full_screen {
    margin-top: 50px;
}

.full_screen .slick-dots {
    bottom: -33px;
}

.full_screen .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full_screen .slick-dots li button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    text-indent: -9999px;
    display: block;
    margin: 0 8px;
    outline: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition-duration: 0.3s;
}

.full_screen .slick-dots li button:before {
    content: none;
}

.full_screen .slick-dots li button {
    background: #a5a5a5;
}

.full_screen .slick-dots li button:hover,
.full_screen .slick-dots li.slick-active button {
    background: #2b2a2a;
}

img.mv_img {
    border: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
}

.full_screen div {
    position: relative;
}

.full_screen figcaption {
    position: absolute;
    padding-left: 5%;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 30px;
}

.full_screen figcaption h2 {
    font-size: 20px;
    background-color: rgba(255, 255, 255, .8);
    padding: 10px 20px;

}

.full_screen figcaption p {
    font-size: 20px;
    background-color: rgba(255, 255, 255, .8);
    padding: 10px 20px;
    line-height: 1;
    font-weight: bold;
}

/*
.full_screen span.mv_button{
    background-color: #000000;
    color: #fff;
    width: 400px;
    padding: 20px 40px;
    font-size: 20px;
}
*/

/*
.full_screen span.mv_button:hover{
	background-color:#f7701b;
	}
*/

.full_screen a {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
}

.full_screen a:hover {
    background-color: #f7701b;

}

/* slick の対処 */
* {
    min-height: 0;
    min-width: 0;
}

/*meeting*/

.meeting_msg {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding-top: 90px;
}

.meeting_msg.inner {
    padding-bottom: 0;
}

.side_box {
    margin: 46px -56px 0;
    z-index: 2;
}

.side_box_title {
    font-size: 18px;
    font-size: 1.8rem;
}

.intro-side_box_text {
    font-size: 14px;
    font-size: 1.4rem;
}

.text_band {
    background-color: #fff;
    display: inline-block;
    padding: 14px 18px;
}

.btn_position {
    max-width: 1200px;
    text-align: right;
    margin: 30px auto 0;
    padding-right: 0px;
    padding-bottom: 0px;
}

.btn {
    background-color: #fff;
    line-height: 3.5;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    width: 330px;
    transition: all 1.0s;
}

.btn:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btn:hover.btn_arrow::after {
    content: url(../images/top/arrow_right_w.png);
}

.top_banner {
    max-width: 1000px;
    width: 90%;
    margin: 0px auto 40px;
    padding-top: 50px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* add */
.btn2 {
    background-color: #fff;
    line-height: 3.5;
    border: none;
    font-size: 14px;
    font-size: 1.4rem;
    width: 330px;
    transition: all 1.0s;
    display: inline-block;
    padding: 1px 100px 1px 6px;
}

.btn2:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btn2:hover.btn_arrow::after {
    content: url(../images/top/arrow_right_w.png);
}


/*banner*/
.banner.inner {
    padding-bottom: 0;
}

.banner_position {
    margin: 55px auto;
}

.banner_position img {
    margin: 0 auto;
}

ul.student {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

ul.student li {
    width: 30%;
    list-style: none;
}

h2.section_title {
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 70px;

}

.orange {
    color: #E49041;
    font-size: 40px;
}

.meeting {
    margin-bottom: 70px;
}

.point_yokohama {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 70px;
}

section.career {
    margin-bottom: 70px;
}

.content_box {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.content_box p {
    width: 45%;
}

.campeign_area {
    margin-bottom: 70px;
}

.campeign_box {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.top_campeign {
    margin: 20px auto;
    max-width: 720px;
    width: 95%;
}

/*
.campeign_box p{
	width: 33%;
}
*/
.content_box_02 {
    margin: auto;
    max-width: 900px;
    width: 100%;
}

.content_box_02 p {
    margin-bottom: 40px;
}

li.question {
    font-weight: 600;
    font-size: 15px;
    list-style: none;
    padding: 10px;
    line-height: 1;
    background-color: #ffeddd;
}

li.answer {
    margin-bottom: 30px;
    list-style: none;
    padding: 5px 10px;
}

.entry_btn {
    background-image: url(../images/top/0612-01.png);
    background-size: contain;
    max-width: 1250px;
    width: 100%;
    height: 326px;
    padding: 200px;
    margin: 0 auto;
    padding: 60px;
    background-repeat: no-repeat;
    position: relative;
}

.entry_btn p a {
    background-color: #50ba4a;
    border: 1px solid #50ba4a;
    font-weight: 600;
    padding: 11px;
    display: inline-block;
    position: absolute;
    top: 185px;
    left: 30%;
    /* right: 50%; */
    width: 500px;
    text-align: center;
    box-sizing: border-box;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    box-shadow: 10px 10px 36px 0 rgb(0 0 0 / 50%);
    transition: all .8s;
}

.entry_btn p a:hover {
    opacity: 1;
    background-color: #fff;
    color: #50ba4a;

}

/*news*/
.news {
    margin: 40px auto 120px;
    text-align: center;
}

.news h2.en {
    font-family: 'PT Serif', 'sans-serif';
    text-align: center;
    font-size: 32px;
    position: relative;
    margin-bottom: 40px;
}

/*course*/
.course a {
    text-decoration: none;
    cursor: default;
}

.course_flex_item {
    transition: 1s all;
}

.course_flex_item:hover {
    transform: scale(1.05, 1.05);
    transition: 1s all;
}

.course_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    max-width: 1100px;
    margin: 0 auto;

}

.course_flex::before {
    content: "";
    display: block;
    width: 33%;
    order: 1;
    max-width: 261px;
}

.course_flex::after {
    content: "";
    display: block;
    width: 33%;
    max-width: 261px;
    margin-left: 155px;
}

.course_flex_item {
    list-style: none;
    width: 33%;
    max-width: 261px;
    margin-left: 80px;
    position: relative;
    margin-bottom: 20px;
}

.course_flex_item:nth-child(3n-2) {
    margin-left: 0;
}

.course_flex_item .course_name {
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 30px 20px 100px 20px;
    line-height: 1.8;
}

.course_flex_item .course_arrow {
    background: url("../images/top/arrow_click02.jpg") no-repeat bottom 20px right 20px/62px;
}

.course {
    margin-bottom: 70px;
}

.bg_gray02 {
    background: url(../images/top/bg_gray.jpg) repeat;
    padding-top: 70px;
    padding-bottom: 50px;
}

/*style*/
.style_title {
    font-family: 'PT Serif', 'sans-serif';
    font-size: 18px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    margin-bottom: 2.5em;
}

.style_title:before {
    border-top: 1px solid;
    content: "";
    width: 96px;
}

.style_title:before {
    margin-right: 1rem;
}

.style_text {
    line-height: 1.8;
}

/*Career Support*/
.career .inner {
    padding-bottom: calc(90px - 45px);
}

.career_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto 40px;
}

.career_flex_item {
    background-color: #fff;
    list-style: none;
    width: 28%;
    max-width: 360px;
    position: relative;
    z-index: 2;
}

.career_flex_item:nth-child(2n-1) {
    margin-left: 0;
}

.career_box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 20px;
    border: 1px solid #e6e6e6;
}

.career_box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    position: absolute;
    z-index: -1;
    right: -10px;
    bottom: -10px;
}


.career_box img {
    margin: 0 auto;
}

.career-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px;
    text-align: center;
}

.career-text {
    text-align: left;
    padding: 0 30px;
    margin-top: 0;
}


/*syuusyoku*/
.syuusyoku_title {
    background-color: #fff;
    max-width: 340px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
    bottom: -45px;
}

.syuusyoku .sec_title {
    padding-top: 0;
}

.syuusyoku .bg_darkgray {
    padding: 75px 0 60px;
}

.syuusyoku .bg_white {
    background-color: #fff;
    max-width: 860px;
    height: auto;
    margin: 0 auto 70px;
}

.syuusyoku .intro-text {
    margin: 0 0 40px;
}

.syuusyoku ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.syuusyoku ul li {
    margin: 0 auto;
    width: 100px;
    padding-left: 10px;
}


/*Benefits*/
.column-3_flex {
    display: flex;
    justify-content: space-between;
}

.column-3_flex>div {
    width: 32%;
}

.column-3_title {
    background-color: #ffdfcb;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 4px;
}

.column-3_img {
    margin: 0 auto;
}

.price-tr {
    font-size: 24px;
    font-weight: bold;
    padding: 0;
}

.price-text {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
}

.benefits .column-3_title {
    position: relative;
    margin: 0 0 1.5em;
    padding: 12px 10px;
    max-width: 100%;
    font-size: 16px;
    background: #ffdfcb;
}

.benefits .column-3_title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffdfcb;
}

.benefits .column-3_text {
    text-align: center;
    padding-bottom: 20px;
}

.benefits .sec_text {
    width: 90%;
}

.tokusyou_link {
    text-align: right;
    margin-top: 45px;
}

.flow {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto 70px;
}

.flow ul {
    padding-left: 0;

}

.flow ul li {
    width: 60%;
    margin: 0 auto 20px;
    list-style: none;
}

ul.graduate_flex {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    list-style: none;
}

ul.graduate_flex li {
    margin: 0 20px;
}

ul.trainer_flex {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
    list-style: none;
}

ul.trainer_flex li {
    margin: 0 20px;
    width: 45%;
}

.gray_btn {
    background-color: #f3f3f3;
}

.yokohama_trainer {
    background-color: #ffeddd;
    padding: 70px 0 70px;
    margin: 0 auto 70px;
}

.trainer_name span {
    font-size: 19px;
}

p.trainer_name {
    margin-bottom: 0px;
    line-height: 1.4;
}



/*==================================================
スライダーのためのcss
===================================*/
.slider-1 img {
    margin: 0 auto;
    width: 100vw;
    max-width: 2000px;
}


.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 100%;
    margin: 0 auto;
}

.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin: 0 10px;
}


.slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 100%;
    margin: 0 auto;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    margin: 0 auto;
    max-width: 2000px;
}

.js-slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
    aspect-ratio: 1 / 0.432;
    object-fit: cover;
    object-position: bottom;
}

.js-slider a {
    background-color: transparent !important;
    padding: 0;
}

.js-slider a:hover {
    background-color: transparent !important;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.js-slider .slick-slide {
    /* この下の部分を消すもしくは値を０にする*/
    margin: 0 10px;
}

@media (max-width:1200px) {

    .js-slider .slick-slide {
        margin: 0 !important;
    }

    .js-slider a {
        padding: 0 !important;
    }

    .js-slider img {
        aspect-ratio: initial;
    }
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

.yokohama_point_box1 {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 1100px;
    margin: 0 auto 30px;

}

.yokohama_point_box1>div {
    width: 30%;
    border: 1px solid #d6d5d5;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.yokohama_point_box1 p.point_title {
    font-weight: 600;
    font-size: 18px;
}

section.yokohama_point {
    margin-bottom: 40px;
}

h2.section_title2 {
    margin-top: 60px;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
    font-size: 25px;
    line-height: 1.4;
    padding-top: 0px;
}

section.graduate {
    margin-bottom: 70px;
}

section#faq {
    max-width: 1200px;
    margin: 0 auto 70px;
    width: 94%;
}

.campaign_img {
    display: flex;
    max-width: 1187px;
    margin: 0 auto;
    gap: 30px;
    padding-bottom: 70px;
}

/* = メディアクエリ 768px - 1200px = */
@media (max-width:1200px) {
    body {
        width: 100%;
    }

    header,
    main,
    footer {
        width: 100%;
    }

    .inner {
        width: 85%;
        margin-top: 40px;
    }

    .sec_flex {
        display: block;
    }

    .sec_text {
        padding: 10px 0;
        width: 100%;
    }

    .sec_img {
        width: 100%;
    }

    /*meeting*/
    .meeting_msg {
        display: block;
    }

    .side_box {
        margin-left: auto;
        margin-right: auto;
    }

    /*course*/
    .course_flex_item {
        width: 31%;
        margin-left: 20px;
        position: relative;
    }

    /*style*/
    .style .sec_img {
        width: 50%;
        margin: 0 auto;
    }

    /*Career Support*/
    .career_flex_item {
        margin-left: 30px;
    }
}

/* = メディアクエリ 767px以下 = */
@media (max-width: 767px) {

    br.sp-br {
        display: inline-block;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .sec_title {
        margin: 20px 0 20px;
        font-size: 23px;
        font-size: 2.3rem;
    }

    .intro-text {
        font-size: 16px;
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .headline>.en {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .headline>.ja {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .inner {
        width: 90%;
        margin: 0 auto 50px;
    }

    .sec_flex {
        display: block;
    }

    .sec_text,
    .benefits .sec_text {
        width: 100%;
    }

    .bg_gray_sp {
        background: url(../images/top/bg_gray.jpg) repeat;
        padding: 35px 20px;
    }

    .career_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1100px;
        margin: 0 auto 0px;
    }

    .orange {
        color: #E49041;
        font-size: 33px;
    }

    img {
        border: none;
        height: auto;
        width: 100%;
        vertical-align: top;
    }

    .sec_title {
        text-align: center;
        font-size: 3.2rem;
        line-height: 1.5;
        padding-top: 0px;

    }

    section.career {
        margin-bottom: -40px;
    }

    .bg_gray {
        background: url(../images/top/bg_gray.jpg) repeat;
        padding-top: 35px;
        padding-bottom: 0px;
    }

    .inner {
        max-width: 1200px;
        margin: 0px auto 0;
        padding-bottom: 0px;
    }

    /*mainvisual*/

    .mainvisual.inner {
        padding-bottom: 0;
    }

    .full_screen {
        margin-top: 0;
    }

    .full_screen .slick-dots li button {
        width: 6px;
        height: 6px;
    }

    .full_screen a {
        background-color: #000000;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 10px 20px;
        font-size: 20px;
    }

    .full_screen a:hover {
        background-color: #f7701b;
    }

    .full_screen figcaption {
        position: absolute;
        padding-left: 5%;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 15px;
    }

    .full_screen figcaption h2 {
        font-size: 15px;
        background-color: rgba(255, 255, 255, .8);
        padding: 10px 20px;

    }

    .full_screen figcaption p {
        font-size: 15px;
        background-color: rgba(255, 255, 255, .8);
        padding: 10px 20px;
        line-height: 1;
        font-weight: bold;

    }

    .top_banner {
        max-width: 1200px;
        width: 90%;
        margin: 40px auto 40px;
        padding-top: 40px;
    }

    /*meeting*/
    .btn_position {
        text-align: center;
        padding: 0 0 50px 0;
    }

    h2.section_title {
        font-weight: 400;
        text-align: center;
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    /*news*/
    .news {
        margin: 90px auto 120px;
        text-align: center;
    }

    .news h2.en {
        font-family: 'PT Serif', 'sans-serif';
        text-align: center;
        font-size: 28px;
        position: relative;
        margin-bottom: 40px;
    }

    /*course*/
    .course_flex_item {
        width: 45%;
    }

    .course_flex::after {
        content: "";
        display: block;
        width: 50%;
        max-width: 261px;
        margin-left: 0;
    }

    .course_flex_item:nth-child(2n) {
        margin-left: 20px;
    }

    .course_flex_item:nth-child(2n-1) {
        margin-left: 0;
    }

    .course_flex_item .course_name {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 30px 10px 100px 10px;
    }

    .course {
        margin-bottom: 35px;
    }

    .style_title {
        font-family: 'PT Serif', 'sans-serif';
        font-size: 18px;
        font-size: 1.8rem;
        display: flex;
        align-items: center;
        margin-bottom: 0.5em;
    }

    .flow {
        max-width: 1100px;
        width: 90%;
        margin: 35px auto 35px;
    }

    /*style*/
    .style .sec_img {
        width: 100%;
    }

    /*Career Support*/

    .career_flex {
        padding: 0 10px;
    }

    .career_flex_item {
        width: 100%;
        max-width: 480px;
        margin: 0 0 30px 0;
    }

    /*syuusyoku*/
    .syuusyoku_title {
        max-width: 260px;
    }

    .syuusyoku .bg_white {
        padding: 0px 6px;
        margin: 0 20px;
    }

    /*Benefits*/
    .column-3_flex {
        display: block;
    }

    .column-3_flex>div {
        width: 100%;
    }

    .price-text {
        width: 100%;
    }

    .benefits .column-3_text {
        padding-bottom: 0;
    }

    .benefits .sec_img img {
        width: 50%;
    }

    section.graduate {
        margin-bottom: 0px;
        margin-top: 35px;
    }

    .tokusyou_link {
        text-align: right;
        margin-top: 30px;
    }

    .bg_gray02 {
        background: url(../images/top/bg_gray.jpg) repeat;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .entry_btn {
        background-image: url(../images/top/setsumeikai.png);
        background-size: contain;
        max-width: 1200px;
        height: 155px;
        margin: 0 auto 0px;
        background-repeat: no-repeat;
        position: relative;
    }

    .entry_btn p a {
        background-color: #50ba4a;
        font-weight: 600;
        padding: 8px 20px;
        display: inline-block;
        position: absolute;
        top: 93px;
        left: 23%;
        width: 55%;
        text-align: center;
        box-sizing: border-box;
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        box-shadow: 10px 10px 36px 0 rgb(255 255 255 / 63%);
    }

    ul.faq {
        padding-left: 0;
    }

    ul.student {
        display: block;
        justify-content: space-between;
        max-width: 1200px;
        width: 100%;
        margin: auto;
        padding: 0px 10px 0;
    }

    ul.student li {
        width: 90%;
        list-style: none;
        margin: 0 auto 20px;
    }

    .meeting {
        margin-bottom: 35px;
    }

    .point_yokohama {
        max-width: 800px;
        width: 100%;
        margin: 0 auto 35px;
    }

    .content_box {
        display: block;
        margin: 0 auto;
        justify-content: space-between;
    }

    .content_box p {
        width: 80%;
        margin: 0 auto 20px;
    }

    .campeign_box {
        display: block;
        margin: 0 auto;
        justify-content: space-between;
    }

    .campeign_box p {
        width: 90%;
        margin: 0 auto 10px;
    }

    .flow ul li {
        width: 100%;
        margin: 0 auto 20px;
        list-style: none;
    }

    ul.graduate_flex {
        display: block;
        justify-content: space-between;
        max-width: 1100px;
        margin: auto;
        list-style: none;
        padding: 0 20px;

    }

    .yokohama_trainer {
        background-color: #ffeddd;
        padding: 35px 0 0px;
        margin: 0 auto 35px;
    }

    ul.trainer_flex li {
        margin: 0px 12px;
        width: 45%;
    }

    ul.trainer_flex {
        display: flex;
        justify-content: space-between;
        max-width: 1100px;
        margin: auto;
        padding-left: 0;
        list-style: none;
    }

    .trainer_name {
        font-size: 13px;
    }

    .trainer_name span {
        font-size: 15px;
    }

    .campeign_area {
        margin-bottom: 35px;
    }

    .yokohama_point_box1 {
        display: block;
        justify-content: space-between;
        width: 96%;
        max-width: 1100px;
        margin: 0 auto 30px;

    }

    .yokohama_point_box1>div {
        width: 90%;
        margin: auto;
        border: 1px solid #d6d5d5;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .yokohama_point_box1 p.point_title {
        font-weight: 600;
        font-size: 18px;
    }

    section.yokohama_point {
        margin-bottom: 00px;
    }

    h2.section_title2 {
        margin-bottom: 00px;
        font-weight: 400;
        text-align: center;
        font-size: 25px;
        line-height: 1.4;
        padding-top: 0px;
    }

    .campaign_img {
        display: flow;
        padding: 20px 20px 50px;
        margin: 0 auto;
    }

    .campaign_img>div {
        margin-bottom: 30px;
    }
}

:target::before {
    content: "";
    display: block;
    height: 140px;
    /* ずらしたい高さ */
    margin-top: -140px;
    /* heightに対するネガティブマージン */
    visibility: hidden;
}

@media (max-width: 977px) {
    :target::before {
        height: 96px;
        /* ずらしたい高さ */
        margin-top: -96px;
        /* heightに対するネガティブマージン */
    }
}


/* リスキリング表 */
.table_wrapper {
    padding: 5%;
}

.table-tit {
    text-align: center;
    font-size: 32px;
    color: #2a4d69;
    margin-bottom: 60px;
}

table {
    width: 100%;
    max-width: 960px;
    margin: auto;
    border-collapse: collapse;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 2px solid #2a4d69;
}

th,
td {
    border: 1px solid #dbe5ef;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #2a4d69;
}

thead th {
    background-color: #f0f8ff;
    font-weight: bold;
}

tbody td:first-child {
    background-color: #f0f8ff;
    font-weight: bold;
}

tbody td:not(:first-child) {
    background-color: #fff;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #1e3a56;
}

.note {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    display: block;
}

.sp-br {
    display: none;
}

.resk_img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}

/* ▼▼ レスポンシブ対応 ▼▼ */
@media screen and (max-width: 768px) {
    .resk_img {
        width: 85%;
        margin: 0 auto;
        padding-bottom: 70px;
    }

    .table_wrapper {
        padding: 0;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        padding: 10px;
    }

    .table-tit {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: initial;
    }

    .sp-br {
        display: inline-block;
    }

    thead {
        display: none;
    }

    td {
        text-align: center !important;
    }

    td::before {
        text-align: center;
        display: block;
    }

    tr {
        margin-bottom: 40px;
        background-color: #ffffff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }

    td {
        text-align: left;
        padding: 16px 20px;
        position: relative;
        font-size: 16px;
    }

    td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 4px;
        color: #2a4d69;
    }

    tbody td:first-child {
        background-color: #0D72A3;
        color: #fff;
        font-size: 18px;
        font-weight: unset;
        padding: 16px 20px;
    }

    tbody td:not(:first-child) {
        background-color: #f6f9fb;
        border-bottom: 1px solid #dbe5ef;
    }

    .note {
        font-size: 12px;
        color: #666;
        margin-top: 4px;
    }

    td {
        border: none;
        padding: 12px;
    }

    table {
        border: none;
        box-shadow: none;
    }
}