@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.google.com/specimen/Cormorant+Garamond?category=Serif&preview.text_type=custom);
@import url(https://fonts.google.com/specimen/Roboto?preview.text_type=custom);

html, body, * {
    font-family: 'Noto Sans JP', sans-serif;
    color: #3e3e3e;
    font-weight: 300;
}
html, body {
    padding-top: 0px;
    background-color: #f8f7f4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height:1.4;
    color: #0190e1;
}
h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
h2 {
    font-weight: 600;
    font-size: 24px;
}
h3 {
    font-weight: 600;
    font-size: 20px;
}
h4 {
    font-weight: 600;
    font-size: 18px;
}
h5 {
    font-weight: 500;
    font-size: 16px;
}
p {
    font-size: 14px;
}
a {
    color: #3e3e3e;
}
h1.small_font {
    font-size: 28px;
}
h2.small_font {
    font-size: 20px;
}
h3.small_font {
    font-size: 18px;
}
h3.more_small_font {
    font-size: 14px;
}
h4.small_font {
    font-size: 16px;
}
h5.small_font {
    font-size: 14px;
}
p.small_font {
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 54px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    p {
        font-size: 18px;
    }
    h1.small_font {
        /* font-size: 48px; */
        font-size: 30px;
    }
    h2.small_font {
        font-size: 26px;
    }
    h3.small_font {
        font-size: 20px;
    }
    h4.small_font {
        font-size: 18px;
    }
    h5.small_font {
        font-size: 16px;
    }
    p.small_font {
        font-size: 14px;
    }
}
img {
    width: 100%;
    height: auto;
    margin: 10px auto;
}
.eyecatch img {
    margin: 0 auto;
}

.bk_white {
    background-color: #FFF;
}
.bk_gray {
    background-color: #f4f4f4;
}
.bk_darkgray {
    background-color: rgb(222,222,222);
}
.bk_silver {
    background-color: #807f7f;
}
.bk_ash {
    background-color: rgb(40,40,40);
}
.bk_black {
    background-color: #000;
}
.bk_red {
    background-color: #0190e1;
}
.bk_light_red {
    background-color: #ce392d;
}
.bk_skin {
    background-color: rgb(255,245,242);
}
.bk_ashwhite {
    background-color:#f8f7f4;
}
.bk_transparent {
    background: transparent;
}
.border_top_white {
    border-top-color: #FFF;
}
.border_white {
    border: solid 1px #FFF;
}
.border_red {
    border: solid 1px #0190e1;
}
.border_light_red {
    border: solid 1px #ce392d;
}
.border_silver {
    border: solid 1px #807f7f;
}
.border_square {
    border-radius: initial;
}
.border_circle {
    border-radius: 50%;
}
.inline_block {
    display: inline-block;
}
.transform_initial {
    transform: initial !important;
}
.textcenter {
    text-align: center;
}
.textright {
    text-align: right;
}
.textleft {
    text-align: left;
}
@media (max-width: 767px) {
    .sp_textcenter {
        text-align: center;
    }
    .sp_textright {
        text-align: right;
    }
    .sp_textleft {
        text-align: left;
    }
}
.font_en_title {
    font-family: 'Cormorant Garamond', 'Noto Sans JP', sans-serif;
}
.font_en_day {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

.large_24 {
    font-size: 2.4em;
}
.large_20 {
    font-size: 2em;
}
.large_16 {
    font-size: 1.6em;
}
.large_14 {
    font-size: 1.4em;
}
.large_12 {
    font-size: 1.2em;
}
.small_08 {
    font-size: 0.8em;
}
.small_06 {
    font-size: 0.6em;
}
.small_05 {
    font-size: 0.5em;
}
.small_03 {
    font-size: 0.3em;
}
@media only screen and (max-width: 767px) {
    .sp_small_08 {
        font-size: 0.8em;
    }
    .sp_small_06 {
        font-size: 0.6em;
    }
    .sp_small_05 {
        font-size: 0.5em;
    }
    .sp_small_03 {
        font-size: 0.3em;
    }
}
.big_12 {
    font-size: 1.2em;
}
.big_14 {
    font-size: 1.4em;
}
.font_30px {
    font-size: 30px;
}
.font_80px {
    font-size: 80px;
}
.weight_100 {
    font-weight: 100;
}
.weight_200 {
    font-weight: 200;
}
.weight_300 {
    font-weight: 300;
}
.weight_400 {
    font-weight: 400;
}
.weight_500 {
    font-weight: 500;
}
.weight_600 {
    font-weight: 600;
}
.weight_700 {
    font-weight: 700;
}
.line_height_08em {
    line-height: 0.8em;
}
.line_height_1em {
    line-height: 1em;
}
.line_height_12em {
    line-height: 1.2em;
}
.line_height_14em {
    line-height: 1.4em;
}
.line_height_16em {
    line-height: 1.6em;
}
.line_height_18em {
    line-height: 1.8em;
}
.line_height_2em {
    line-height: 2em;
}
.line_height_22em {
    line-height: 2.2em;
}
.letter_spacing_005em {
    letter-spacing: 0.05em;
}
.letter_spacing_02em {
    letter-spacing: 0.2em;
}
.letter_spacing_04em {
    letter-spacing: 0.4em;
}
.letter_spacing_14em {
    letter-spacing: 1.4em;
}


.text_white {
    color: #FFF;
}
.text_silver {
    color: #807f7f;
}
.text_light_silver {
    color: #c9c9c9;
}
.text_black {
    color: #2d2d2d;
}
.text_red {
    color: #0190e1;
}
.text_blue {
    color: #52c2d0;
}
.text_darkblue {
    color: #014996;
}
.text_underline {
    text-decoration: underline;
}
.wide {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
}
.width_100 {
    width: 100%;
}
.width_90 {
    width: 90%;
    margin: 0 auto;
}
.width_80 {
    width: 80%;
    margin: 0 auto;
}
.width_50px {
    width: 50px;
}
.width_100px {
    width: 100px;
}
.max_width_150 {
    max-width: 150px;
}
.max_width_200 {
    max-width: 200px;
}
.max_width_250 {
    max-width: 250px;
}
.max_width_300 {
    max-width: 300px;
}
.max_width_400 {
    max-width: 400px;
}
.max_width_500 {
    max-width: 500px;
}
.max_width_600 {
    max-width: 600px;
}
.max_width_700 {
    max-width: 700px;
}
.max_width_800 {
    max-width: 800px;
}
.max_width_1000 {
    max-width: 1000px;
}
.max_width_90per {
    max-width: 90%;;
    margin: 0 auto;
}
.max_width_initial {
    max-width: initial;
}
@media only screen and (max-width: 767px) {
    .sp_wide {
        width: 100vw;
        margin-left: calc((100vw - 100%) / -2);
        max-width: initial;
    }
}
.height_100 {
    height: 100%;
}
.height_30px {
    height: 30px;
}
.height_50px {
    height: 50px;
}
.height_100px {
    height: 100px;
}
.height_200px {
    height: 200px;
}
.height_300px {
    height: 300px;
}
@media only screen and (max-width: 767px) {
    .sp_height_200px {
        height: 200px;
    }
}
.width_height_100px {
    width: 100px;
    height: 100px;
}
.width_height_150px {
    width: 150px;
    height: 150px;
}
.inline_block {
    display: inline-block;
}
.round {
    border-radius: 30px;
}
.circle {
    border-radius: 50%;
}
.top_round {
    border-radius: 30px 30px 0 0;
}
.pad_2per {
    padding: 2%;
}
.pad_6 {
    padding: 6px;
}
.pad_10 {
    padding: 10px;
}
.pad_20 {
    padding: 20px;
}
.pad_20_vertical {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pad_top_12 {
    padding-top: 12px;
}
.pad_top_20 {
    padding-top: 20px;
}
.pad_top_30 {
    padding-top: 30px;
}
.pad_top_40 {
    padding-top: 40px;
}
.pad_top_60 {
    padding-top: 60px;
}
.pad_bottom_10 {
    padding-bottom: 10px;
}
.pad_bottom_40 {
    padding-bottom: 40px;
}
.pad_bottom_60 {
    padding-bottom: 60px;
}
.pad_left_5per {
    padding-left: 5%;
}
.pad_bottom_0 {
    padding-bottom: 0px;
}
.pad_top_0 {
    padding-top: 0px;
}
.pad_no {
    padding: 0px;
}
.margin_10_vertical {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin_20_vertical {
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin_top_10 {
    margin-top: 10px;
}
.margin_top_20 {
    margin-top: 20px;
}
.margin_top_100 {
    margin-top: 100px;
}
.margin_bottom_10 {
    margin-bottom: 10px;
}
.margin_bottom_20 {
    margin-bottom: 20px;
}
.margin_bottom_30 {
    margin-bottom: 30px;
}
.margin_left_0 {
    margin-left: 0;
}
.margin_left_10 {
    margin-left: 10px;
}
.margin_left_auto {
    margin-right: 0;
    margin-left: auto;
}
.margin_right_auto {
    margin-left: 0;
    margin-right: auto;
}
.margin_no {
    margin: 0;
}
.margin_no_auto {
    margin: 0 auto;
}
.margin_bottom_no {
    margin-bottom: 0;
}
.margin_side_initial {
    margin-left: initial;
    margin-right: initial;
}
.margin_initial {
    margin: initial;
}
.overflow_hidden {
    overflow: hidden;
}
.block {
    display: block;
}
.fit_30 {
    margin-bottom: -30px;
    width: calc(100% - 30px);
    margin: 0 auto -30px;
}
@media only screen and (max-width: 767px) {
    h2.size_down {
        font-size: 1em;
    }
}
.align_center {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.justify_center {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.space_between {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.transform_center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.z-index-10 {
    z-index: 10;
}
.z-index-100 {
    z-index: 100;
}
.stroke_white {
    -webkit-text-stroke: 1px #FFF;
}
.z_index_10 {
    z-index: 10;
}
.z_index_100 {
    z-index: 100;
}
.z_index_200 {
    z-index: 200;
}
.z_index_300 {
    z-index: 300;
}
.mask_gray::before {
    content:  '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.5)
}

.contents_wrapper {
    padding-top: 0px;
}

section {
    padding: 30px 4%;
    max-width: 920px;
    margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
    section {
        max-width: 1100px;
    }
}
section h2 {
    font-size: 32px;
    margin: 20px auto;
}
section h3 {
    font-size: 26px;
    margin: 14px auto;
}
section h4 {
    font-size: 22px;
    margin: 10px auto;
}
@media only screen and (max-width: 767px) {
    section h2 {
        font-size: 28px;
        margin: 14px auto;
    }
    section h3 {
        font-size: 22px;
        margin: 10px auto;
    }
    section h4 {
        font-size: 18px;
        margin: 6px auto;
    }
}

section p {
    width: 92%;
    margin: 0 auto;
    line-height: 24px;
}
section.lead h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
section.lead p {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
    section.lead p {
        font-size: 22px;
        line-height: 34px;
    }
    section.lead h2 {
        font-size: 42px;
    }
}
section.normal {
    width: 720px;
    max-width: 100%;
}
section.normal p {
    width: 680px;
    max-width: 100%;
}
@media only screen and (max-width: 768px) {
    section.normal {
        width: 95%;
        max-width: initial;
    }
    section.normal p {
        width: 92%;
        max-width: initial;
    }
}
section hr {
    text-align: center;
    width: 94%;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #c9c9c9;
}
section .parameter {
    padding: 20px 10px;
}
section .parameter h3.bk_black {
    letter-spacing: 3px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    padding: 2px 50px;
    border-radius: 40px;
    color: #c90c0c;
    font-size: 30px;
    font-weight: 900;
    margin: 20px 0 30px 0;
}
section .lead_button {
    display: inline-block;
    width: 95%;
    max-width: 400px;
    border-radius: 50px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 700;
}
section .lead_news_button {
    width: 300px;
    border-radius: initial;
}
section .lead_button_square {
    display: inline-block;
    width: 95%;
    max-width: 300px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 300;
    transition: .5s;
}
section .lead_button_square.hover_change:hover {
    color: #FFF;
    background-color: #0190e1;
    border: 1px solid #FFF;
}
.inquiry .btn-submit:hover {
    color: #0190e1;
    background-color: #FFF;
    border: 1px solid #0190e1;
}
section .wrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
}
section.feature h2 {
    font-size: 3em;
    letter-spacing: 10px;
}
section.feature h2 span {
    font-size: 0.6em;
    letter-spacing: 2px;
}
section.week .week_fee p {
    font-size: 27px;
    font-weight: 900;
    line-height: 40px;
    /* -webkit-text-stroke: 2px #c90c0c; */
    letter-spacing: 3px;
}
section.week .week_fee p span {
    -webkit-text-stroke: initial;
    letter-spacing: initial;
}
section .bubble_after_img {
    margin-top: 18.5%;
}
@media only screen and (max-width: 767px) {
    section .bubble_after_img {
        margin-top: 0;
    }
}

.map {
    position: relative;
}
.map #map {
    height: calc(100vh - 80px);
    position: relative;
}
.map .time {
    width: initial;
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 20px;
    background-color: #FFF;
    color: #777;
    display: inline-block;
}
.map .time span {
    display: inline-block;
    color: rgb(119, 119, 119);
    border-bottom: 1px dotted rgb(119, 119, 119);
    padding-bottom: 2px;
}
.address_detail p {
    font-size: 1.1em;
    line-height: 1.8em;
}
@media only screen and (min-width: 768px) {
    .address_detail p {
        text-align: center;
    }
}
.regist_lead_button_wrapper {
    height: 50px;
    line-height: 50px;
    width: 100%;
    /* text-shadow: 1px 1px 2px #fb5920; */
    text-shadow: 1px 1px 2px #0074e8;
    font-weight: 700;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}
.regist_lead_button_wrapper .regist_lead_button {
    width: 80%;
    max-width: 500px;
    border-radius: 25px;
    /* background-color: rgba(201,12,12,.9); */
    background-color: #0074e8;
    text-align: center;
    margin: 0 auto;
}
.regist_lead_button_wrapper .regist_lead_button .lead_button {
    width: 100%;
    display: inline-block;
    color: #FFF;
    border-radius: 25px;
}
.footer_float {
    position: fixed;
    bottom: 10px;
    z-index: 1000;
}
footer {
    padding-bottom: 30px;
}
/* $white: #fff;
$grey: #ccc;
$dark_grey: #555;
$blue: #4f6fad;
$pink: #ee9cb4; */
section.inquiry .btn {
    font-size: 16px;
    display: inline-block;
    padding: 0.74em 1.5em;
    margin: 1.5em 0 0;
    color: #FFF;
    border-width: 0 0 0 0;
    border-bottom: 5px solid;
    text-transform: uppercase;
    background-color: #0074e8;
    border-bottom-color: #0060e8;
}
section.inquiry form {
    max-width: 100%;
    display: block;
}
section.inquiry ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section.inquiry ul li {
    margin: 0 0 0.25em 0; 
    clear: both;
    display: inline-block;
    width: 100%;
}
section.inquiry li:last-child {
    margin: 0;    
}
section.inquiry p {
    margin: 0;
    padding: 0;
    float: left;
}     
section.inquiry .divider {
    margin: 0.5em 0 0.5em 0;
    border: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #0074e8;
    /* background-image: linear-gradient(to right, $pink, $blue); */
}

section.inquiry label {
    font-size: 16px;
}
section.inquiry input, section.inquiry select {
    border: 1px solid #888;
    padding: 6px 10px;
    color: #222;
    font-size: 16px;
    width: 84%;
    max-width: 400px;
    min-height: 40px;
}
section.inquiry input::placeholder {
    color: #aaa;
}
@media only screen and (max-width: 767px) {
    section.inquiry .space_between {
        justify-content: initial;
    }
    section.inquiry .require {
        margin-left: 10px;
    }
}
section.inquiry textarea {
    border: 1px solid #888;
    padding: 6px 10px;
    width: 100%;
    color: #666;
}
section.inquiry small {
    color: #0074e8;
    margin: 0 0 0 0.5em;
}
section.inquiry li, section.inquiry p {
    width: 100%; 
}
section.inquiry input.btn {
    margin: 1.5em 0 0.5em; 
}
section.inquiry h1 {
    font-size: 30px; 
}
section.inquiry h3 {
    font-size: 16px;
}
section.inquiry li small {
    display: none; 
}

main[class^="company"] th {
    vertical-align: middle !important;
    border-top: none !important;
    border-bottom: 1px solid #ccc;
    padding: 2%;
    width: 45%;
    min-width: 45%;
}
main[class^="company"] td {
    vertical-align: middle !important;
    border-top: none !important;
    border-bottom: 1px solid #ccc;
    padding: 2%;
}
main[class^="company"] td p {
    white-space: initial;
    width: 100%;
}
@media only screen and (min-width: 768px) {

}

main[class^="japanesesake"] table, main[class^="course"] table, main[class^="study_abroad_key_to_success"] table, main[class^="study_abroad_personal_training"] table {
    width: 100%;
    border-collapse: collapse;
}
  
main[class^="japanesesake"] table tr, main[class^="course"] table tr, main[class^="study_abroad_key_to_success"] table tr, main[class^="study_abroad_personal_training"] table tr {
    border-bottom: solid 2px white;
}

main[class^="japanesesake"] table tr:last-child, main[class^="course"] table tr:last-child, main[class^="study_abroad_key_to_success"] table tr:last-child, main[class^="study_abroad_personal_training"] table tr:last-child {
    border-bottom: none;
}
  
main[class^="japanesesake"] table th, main[class^="course"] table th, main[class^="study_abroad_key_to_success"] table th, main[class^="study_abroad_personal_training"] table th {
    position: relative;
    text-align: left;
    width: 30%;
    /* background-color: #52c2d0; */
    background-color: #0074e8;
    color: white;
    text-align: center;
    padding: 10px 0;
}
main table.sake th {
    background-color: #52c2d0;
}
main[class^="japanesesake"] table th:after, main[class^="course"] table th:after, main[class^="study_abroad_key_to_success"] table th:after, main[class^="study_abroad_personal_training"] table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    /* border-left: 10px solid #52c2d0; */
    border-left: 10px solid#0074e8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
main table.sake th:after {
    border-left: 10px solid #52c2d0;
}

main[class^="japanesesake"] table td, main[class^="course"] table td, main[class^="study_abroad_key_to_success"] table td, main[class^="study_abroad_personal_training"] table td {
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 10px 8px;
}

#delete_date {
    cursor: pointer;
}

.virus_measure_lead {
    width: 85%;
    margin: 20px auto 0px;
    padding: 20px;
    text-align: center;
    font-weight: 500;
    background-color: #fFeeee;
    border-radius: 10px;
    color: #fF3e3e;
}
.virus_measure_lead a {
    text-decoration: underline;
}

body main[class^="author"] .author_image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0;
} 
@media only screen and (min-width: 768px) {
    body main[class^="author"] .author_image {
        width: 100px;
        height: 100px;
    } 
}

/* --- Slider pagination -------------- */
/* keen slider -----start------ */
.keen-slider-container {
    position: relative;
}

.navigation-wrapper {
  position: relative;
}

.dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #eaeaea;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #0190e1;
  opacity: 1;
}
/* keen slider ------end----- */
/* .slider {
  position: relative;
}
.swiper-slide a {
    display: block;
} */
/* pagination */
/* .slider-pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-pagination .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background:  #FFF;
    margin: 3px 4px;
    opacity: 0.6;
    float: left;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .slider-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        margin: 4px 2px;
    }
}
.slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
} */
/* main[class^="sake"] th {
    vertical-align: middle !important;
    border-top: none !important;
    border-bottom: 1px solid #ccc;
    padding: 2%;
    width: 45%;
    min-width: 45%;
}
main[class^="sake"] td {
    vertical-align: middle !important;
    border-top: none !important;
    border-bottom: 1px solid #ccc;
    padding: 2%;
} */
/* @-moz-document url-prefix() {  */
    /* Firefoxだけに適用させる */
    /* section.inquiry .date-edit span {
      position: relative;
    }
   
    section.inquiry .date-edit span::before {
      content: "";
      border: solid 1px #cdcdcd;
      height: 26px;
      width: 110px;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      margin: auto;
      bottom: 0;
    }
   
} */

/* eyecatch & pricing */
.ggd-block {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  padding: 7.5rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #FFFFFF; }
  .ggd-block .container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .ggd-block .col-fill-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .ggd-block .col-fill-left + div {
      position: relative;
      z-index: 2; }
  .ggd-block .col-fill-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
    .ggd-block .col-fill-right + div {
      position: relative;
      z-index: 2; }
  .ggd-block .bg-gray {
    background-color: #f4f7fe;
    color: #444444; }
  .ggd-block .container .lead_news_button {
    width: 250px; }
@media only screen and (max-width: 767px) {      
  .sp-ggd-block {
    padding: 8rem 0 2rem; }
  .ggd-block .col-fill-left.sp-full {
    width: 100%; }
  .ggd-block .sp_text_white {
    color: #FFF; }
  .ggd-block .container .sp_1_1rem {
    font-size: 1.1rem; } }

/* Time table */
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
}

table td, .table th {
    padding: .75rem;
    white-space: nowrap;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/* Card */
.card .card-img {
    position: relative;
}
.card .card-img::before {
    content: "Coming Soon";
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    position: absolute;
    background-color: rgba(50,50,50,0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Time line */
/* https://bootsnipp.com/snippets/BENmQ */
.timeline {
    padding: 50px 0;
    position: relative;
}
.timeline-nodes {
        padding-bottom: 25px;
        position: relative;
    }
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline h3, .timeline p {
    padding: 5px 15px;
} 
.timeline h3{
    font-weight: lighter;
    background: #0074e8;
}
.timeline p, .timeline time {
    color: #0074e8
}
.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed #0074e8;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline-content {
    border: 1px solid #0074e8;
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2)
}
.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: left;
}
.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}
 
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 10px solid #0074e8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid #0074e8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-image {
    position: relative;
    z-index: 100;
}
.timeline-image::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px dashed #0074e8;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 1;
    

}
.timeline-image img {
    position: relative;
    z-index: 100;
}
    /*small device style*/
    @media (max-width: 767px) {
        .timeline-nodes:nth-child(odd) h3,
        .timeline-nodes:nth-child(odd) p {
        text-align: left
    }
    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }
        .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px dashed #0074e8;
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }
    .timeline h3 {
        font-size: 1.7rem;
    }
    .timeline p {
        font-size: 14px;
    }
    .timeline-image {
        position: absolute;
        left: 0%;
        top: 60px;
        /*transform: translateX(-50%;);*/
    }
    .timeline-nodes:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid #0074e8;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline-nodes:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid #0074e8;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: right;
    }
    .timeline-image::before {
        width: 65px;
        height: 65px;
    }
}
    /*extra small device style */
    @media (max-width: 575px) {
        .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 3%;
    }
    .timeline-image {
        position: absolute;
        left: -5%;
        }
    .timeline-image::before {
        width: 60px;
        height: 60px;
    }
}

/* Trainer list */
.trainer_list .trainer_list-title {
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    background: #807f7f;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    line-height: 1;
}

.trainer_list .trainer_list-text {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    color: #2d2d2d;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Modal Expand */
.modal-dialog-fluid {
    max-width: inherit;
    width: 86%;
    margin: 30px auto;
}
.modal.fade {
    background-color: rgba(172, 39, 29, 0.3);
}

/* Bootstrap customize */
.btn-danger {
    color: #fff;
    background-color: #0074e8;
    border-color: #0074e8;
}

.bg-primary {
    background-color: #014996!important;
}

.bg-danger {
    background-color: #0074e8!important;
}

/* Decolation チェックボックス */
input[type=checkbox].deco_input {
    display: none;
    pointer-events: none;
}
.deco_input_label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    pointer-events: none;
    font-size: 11px;
    font-weight: 300;
}
.deco_input_label::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.deco_input_label::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox].deco_input:checked + .deco_input_label::after {
    opacity: 1;
}

/*  Decoration border top Center Line */
.absolute_center_line_30 {
    width: 1px;
    top: 0px;
    height: 30px;
    left: 50%;
    transform: translate(-50%, -70%);
}

/* feature */
.feature_round {
    display: inline-block;
    border-radius: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    transform: translate(-50%, -20px);
    -webkit-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
}
.feature_point:not(:nth-child(3n)) {
    border-right: solid 1px #c9c9c9;
}
.feature_point_detail_top_line {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #c9c9c9;
}
.feature_point_triangle {
    position: absolute;
    top: -50px;
    right: -35px;
    z-index: 110;
    border-bottom: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 100px solid #0190e1;
    border-right: 100px solid #0190e1;
    width: 0;
    height: 0;
}
@media (max-width: 767px) {
    .feature_point:not(:nth-child(2n)) {
        border-right: solid 1px #c9c9c9;
    }
    .feature_point_triangle {
        top: -20px;
        right: -5px;
        border-bottom: 60px solid transparent;
        border-left: 60px solid transparent;
        border-top: 60px solid #0190e1;
        border-right: 60px solid #0190e1;
    }
}

/* program */
.program_detail:not(:last-of-type) {
    border-bottom: 1px solid #c9c9c9; 
}

/* inquiry */
.inquiry_lesson_point_top_number {
    left: 50%;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    transform: translate(-50%, -30px);
    -webkit-transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);   
}

/* arrow */
.arrow {
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color:  transparent transparent #565656 #565656;
    transform: rotate(-45deg);
}

/* video */
.video_wrapper {
    position: relative;
}
@media (max-width: 767px) {
    .video_wrapper {
        width: 100%;
    }
}
.video_wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.video_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}