/*全体///////////////////////////////////////////////////////////////////////////////////////////*/
html {
    background: none;
}

body {
    min-width: 320px !important;
    height: auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.03rem;
    overflow: scroll;
}

p {
    word-wrap: break-word;
}

img {
    vertical-align: bottom;

}

video {
    display: block;
    object-fit: cover;
    margin: auto;
    width: 100%;
}

section {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 5%;
    box-sizing: border-box;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

label {
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    background: unset !important;
}

.pc {
    display: block;
}
.interview .pc{
    display: inline-block;
}
.sm {
    display: none;
}

#main {
    background: url("/view/img/cert/ja/img/back_ink.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

    z-index: -2;
}

#group {
    padding-top: 60px;
    margin-top: -60px;
}

.h2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    font-size: 1.3em;
}

h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

h2 span,
h3 span {
    white-space: nowrap;
}

h2::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: 0;
    content: '';
    width: 100%;
    height: 4px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(66, 123, 191, 1), rgba(2, 179, 200, 1), rgba(184, 204, 0, 1));
}

h3 {
    font-size: 110%;
    padding: 0.2em 0.5em; /*文字周りの余白*/
    color: #333333; /*文字色*/
    border-left: solid 5px #02b3c8; /*左線（実線 太さ 色）*/
    margin-bottom: 15px;

}

.interview h3{
    font-size: 110%;
    padding: 0.2em 0.5em; /*文字周りの余白*/
    color: #333333; /*文字色*/
    border-left: solid 5px rgba(184, 204, 0, 1); /*左線（実線 太さ 色）*/
    margin-bottom: 15px;
}
.interview_green{
    color: #02b3c8;
    font-weight: bold;
}
.Essentials tbody {
    margin-bottom: 30px;
}

.Essentials tbody td:not(.text_left) {
    text-align: center;
}

.learn h3 {
    color: #ffffff;
    border-left: solid 5px #ffffff; /*左線（実線 太さ 色）*/
}

#news {
    background: #ffffff;
}
.news_pop{
    display: inline-block;
    padding: 5px 0;
    cursor: pointer;
    background: #f4f2f3;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    color: #666666;
    margin-top: 15px;
}
.news_all{
    display:none;
}
.news_tojiru{
    display:none;
}
.news_log {
    margin-top: 30px;
    max-height: 600px;
    overflow: auto;
}

.news_log .date {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    justify-content: left;
}

.news_log .date span {
    margin-right: 15px;

}

.news_log .date p {
    display: block;
    width: 80%;
    max-width: 680px;
}
.news_log .new,
.news_log .new a{
    color: #02b3c8;
}
.news_log .date a:hover {
    color: #02b3c8;
}

.news_log .date a:visited {

}

.doriru ul li::before {
    content: "✓";
    color: #02b3c8;
    vertical-align: bottom;
    padding-right: 5px;
}

.doriru ul {
    margin-bottom: 30px !important;
}

.doriru li {
    font-weight: bold;
}

.doriru .doriru_btn_note {
    text-align: center;
    font-size: 90%;
    color: rgba(2, 179, 200, 1);
}

.doriru .doriru_btn_note > span {
    display: inline-block;
}

.book {
    margin-top: 0 !important;
    width: 100% !important;
    max-width: 480px;
    margin: 0 auto;
    min-width: 320px;
    margin-bottom: 15px;
}

.book a {
    padding: 0.8em 1.4em !important;
    font-size: 1.3em !important;
    display: block !important;
}

.book a:after {
    display: none;
}

th {
    color: #ffffff;
    background: #333333;
}

.Learning td {
    font-size: 90%;
    min-width: 300px;
}

.link_blue a {
    color: rgba(2, 179, 200, 0.81);
}

.btn_blue {
    margin-top: 30px;
}

.btn_blue a {
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
    display: inline-block;
    background: rgba(2, 179, 200, 1);
    color: #ffffff;
    border-radius: 100vh;
    padding: 15px 30px;
}

.btn_gray {
    width: 200px;
    margin-top: 30px;
}

.btn_gray p {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.6em 1.4em;
    font-weight: 700;
    transition: 0.3s;
    background: #cccccc;
    border: solid 2px #cccccc;
    box-sizing: border-box;
}

.btn_gray p:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg);
}

.btn_blue_sub {
    margin-top: 10px;
    margin-top: 10px;
}

#Wrapper, main {
    min-width: 320px !important;
    position: relative;
    min-height: auto;
    margin: 0 auto;
    background-color: transparent;
    overflow: hidden;


    width: 100%;
    margin: 0 auto;
}

#pageTop {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    opacity: 0.7;
    display: block;
}

#pageTop a {
    display: block;
    padding: 10px;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    background-color: #dfdfdf;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

#pageTop a i {
    color: #9f9f9f;
    font-size: 300%;
    margin-top: -6px;
}

.title_bar {
    background: rgba(255, 255, 255, 0.81);
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    height: 60px;
    position: fixed;
    box-sizing: border-box;
    z-index: 3;
    padding: 4px;
}

.title_bar > div {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    min-width: 320px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
}

.title_bar_2 {
    background: rgba(255, 255, 255, 1);
}

.title_rogo {
    width: 78%;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    justify-content: left;
    overflow: hidden;

}

.title_rogo p {
    display: inline-block;
    font-weight: 500;
    margin-left: 10px;
    white-space: nowrap;
}

.title_rogo img {
    display: block;
    width: 100%;
    max-width: 183px;
    height: auto;

}

.title_rogo {
    text-decoration: none;
}

.navi_btn_red {
    max-width: 180px;
    margin-top: 4px;
    height: 43px;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
}

.navi_btn_red a {
    line-height: 39px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    vertical-align: middle;
    height: 43px;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 500;
    max-width: 180px;
    min-width: 140px;
    background: #f7931e;
    text-align: center;
    border-radius: 5px;
    border: solid #f7931e 2px;


}

.navi_btn_red a:hover {
    color: #f7931e;
    opacity: 1;
    background: #ffffff;
    border: solid #f7931e 2px;
    font-size: 1.2em;
}

.navi_btn_gray {
    max-width: 180px;
    margin-top: 4px;
    height: 43px;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
}

.navi_btn_gray a {
    line-height: 39px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    vertical-align: middle;
    height: 43px;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 500;
    max-width: 180px;
    min-width: 140px;
    background: #999999;
    text-align: center;
    border-radius: 5px;
    border: solid #999999 2px;


}

.navi_red_br {
    display: none;
}

.navi_btn_red_round {
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    bottom: 25%;
    right: 10%;
    width: 150px;
    height: 150px;
}

.navi_btn_red_round_gray {
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    bottom: 25%;
    right: 10%;
    width: 150px;
    height: 150px;
}

.navi_btn_red_round a {
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 1.3;
    font-size: 1.2em;
    font-weight: 500;
    vertical-align: middle;
    padding: 50px 0;
    text-align: center;
    background: rgba(247, 147, 30, 0.8);
    border-radius: 50%;
    box-sizing: border-box;
    border: solid #fff 4px;
}

.navi_btn_red_round_gray a {
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 1.3;
    font-size: 1.2em;
    font-weight: 500;
    vertical-align: middle;
    padding: 38px 0;
    text-align: center;
    background: rgba(153, 153, 153, 0.8);
    border-radius: 50%;
    box-sizing: border-box;
    border: solid #fff 4px;
}

.navi_btn_red_round a:hover {
    font-size: 1.3em;
    opacity: 1;
    color: #f7931e;
    padding: 48px 0;
    background: #ffffff;
    border-radius: 50%;
    border: solid #f7931e 4px;
}

.navi_btn_red_round a span {
    white-space: nowrap;
}

.navi_btn_red_round_gray a span {
    white-space: nowrap;
}

.navi_btn_red a span {
}

.pcbtn {
    display: block
}

.mbbtn {
    display: none;
}

.navi {
    width: 100%;
    min-width: 600px;
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    background: #333333;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;

    position: absolute;
    top: 620px;
    z-index: 9999;
}

.navi_change {
    display: flex;
    z-index: 4;
    color: rgba(51, 51, 51, 0.81);
    box-sizing: border-box;
}

.navi_change ul li {
    border-left: none;
    background: none;

}

.navi ul {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    max-width: 1080px;
    text-align: center;
    margin: 0 auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px 0;


}

.navi ul li {
    font-weight: bold;
    margin: 10px 0;
    padding: 0 30px;
    display: table;
    line-height: normal;

}

.navi li {
}

.navi ul li:not(:first-child) {
    border-left: solid #b8cc00 2px;
}

.navi ul li a {
    color: #ffffff;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;


}

nav a:hover {
    color: #b8cc00;
    border-bottom: 2px solid #b8cc00;
}

.navi span {
    white-space: nowrap;
}

.fixed {
    position: fixed;
    top: 60px !important;
    width: 100%;
    z-index: 15;
}

.hamburger {
    display: none;
}

.close {
    display: none;
}

.visual_img {
    width: 100%;
    height: 100%;
    max-height: 640px;
    position: absolute;
    margin: 0 auto;
    padding-top: 60px;
    background: url("/view/img/cert/ja/img/visual_rogo_11th.png"), url("/view/img/cert/ja/img/back_left.png"), url("/view/img/cert/ja/img/back_right.png");
    background-size: auto 60%, 100%, 100%;
    background-position: center top 45%, left bottom, right top;
    background-repeat: no-repeat;
    pointer-events: none;
}

.video {
    position: relative;
    max-height: 700px;
    z-index: -3;
    text-align: center;
    overflow: hidden;
    background: url("/view/img/cert/ja/img/certimg_1.png");
    background-size: cover;
    background-position: center;
}

table {
    background: #ffffff;
}

#info .info_read {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#info .info_read div {
    width: 50%;
}

#info .info_read div:first-child {
    margin-right: 30px;
}

#info .info_read img {
    width: 100%;
    height: auto;
}

#info .info_read p {
    font-size: 90%;
}

#learn {
    background: linear-gradient(135deg, rgba(66, 123, 191, 1), rgba(2, 179, 200, 1), rgba(184, 204, 0, 1));
}

.learn_box1 {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0 auto;
}

.learn_box1 div {
    padding: 30px 15px;
    width: 28%;
    display: block;
    background: #ffffff;
}

.learn_p {
    font-weight: bold;
    color: #02b3c8;
}

.learn_p_2 {
    font-size: 90%;
}

.learn_p:before {
    content: "✓";
    color: #B8CC00;
    vertical-align: bottom;
    padding-right: 5px;

}

.learn_flex {

}
#graph,
#message,
#Learning {
    background: rgba(255, 255, 255, 0.6);
}
.graph_box{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}
.graph_box > div{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35);
    position:relative;
    width: 46%;
    border-radius: 10px;
    max-width: 464px;
    background: rgba(255, 255, 255, 0.4);
    margin: 10px;
    margin-bottom: 40px;

    box-sizing: border-box;
}
.graph_box > div img{
   width: 100%;
    box-sizing: border-box;
}
.message_box1 {
    width: 100%;

}

.message_box1 img {
    width: 100%;
    height: auto;
}

.message_box2 {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 30px;
    border-bottom: dashed #02B3C8 1px;
    margin-bottom: 30px;

}

.message_text .name {
    text-align: right;
    color: #02B3C8;
}

.message_rogo {
    padding: 0 30px 0 0;
}

.message_rogo img {
    width: 200px;
    height: auto;
    border: solid 1px #333333;
}

.ver1 {
    margin-top: 30px;
}

.ver_title {
    font-weight: bold;
    font-size: 1.2em;
    z-index: 2;
    display: inline-block;
}

.ver_title span {

    border: solid 2px #02b3c8;

    color: #02b3c8;
    padding: 5px 10px;
    margin-right: 15px;
}

.ver_box1 {

}

.ver_text {
    font-weight: bold;
    margin-top: 30px;
    color: rgba(2, 179, 200, 1);
}

.ver_text a {
    color: #02b3c8;
}
.sample_box .ver_text{
    font-size: 1.3em!important;
}
.ver_text2 {
    min-width: 160px;
    font-weight: bold;
    margin-top: 30px;
    color: #ffffff;

    text-align: center;
}

.ver_text2 a {
    min-width: 200px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.6em 1.4em;
    font-weight: 700;
    transition: 0.3s;
    background: #02b3c8;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 30px;
    border: solid 2px #02B3C8;
}
.sample_box .ver_text2{
    padding-left: 15px;
}
.sample_box .ver_text2 a{
padding: 0.3em!important;
    padding-left: 8px !important;
}
.ver_text2 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg);
}
.sample_box .ver_text2 a:after {
    content:none!important;
}
.ver_text2 a:hover {
    background: #ffffff;
    color: #02B3C8;
    border: solid 2px #02B3C8;

}

.ver_text2 a:hover::after {
    background: #ffffff;
    color: #02B3C8;
    border-top: 3px solid #02b3c8;
    border-right: 3px solid #02B3C8;

}

.ver_text2_red {
    max-width: 480px;
    min-width: 300px;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
}

.ver_text2_red a {
    font-size: 1.4em;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.6em 1.4em;
    font-weight: 700;
    transition: 0.3s;
    background: #f7931e;
    border: solid 2px #f7931e;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 30px;
}

.ver_text2_gray {
    font-size: 1.4em;
    max-width: 480px;
    min-width: 300px;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 30px !important;
    color: #ffffff;
    margin-bottom: 30px !important;
    text-align: center;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    padding: 0.6em 1.4em;
    transition: 0.3s;
    background: #999999;
    border: solid 2px #999999;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 30px;
    pointer-events: none;
}

.ver_text2_gray p {
    margin-bottom: 0 !important;
    font-size: 1em !important;
}

.ver_text2_red a:hover {
    background: #ffffff;
    color: #f7931e;
    border: solid 2px #f7931e;

}

.ver_kensaku {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.ver_kensaku div {
    margin-right: 30px;
}

.pdf {
    font-weight: bold;
    font-size: 1em;
    background: #ffffff;
    color: #02b3c8;
    border-radius: 15px;
    padding: 30px;
    border: 2px solid #02b3c8;
    display: block;
    box-sizing: border-box;
}
.dantai{
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    border: 2px solid #02b3c8;
    display: block;
    box-sizing: border-box;
}
.dantai .ver_text span{
    color: #f7931e;
}
.kyoryoku {
    font-weight: bold;
    font-size: 1em;
    background: #ffffff;
    color: #02b3c8;
    border-radius: 15px;
    padding: 30px;
    border: 2px solid #02b3c8;
    display: block;
    box-sizing: border-box;
}

.kyoryoku p {
    width: 100%;
}

.kyoryoku_name {
    width: 100%;
    color: #333333;
    font-size: 80%;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;

}

.kyoryoku_name span {
    display: block;
    padding: 0 10px 0 0;
    white-space: nowrap;
}

.name span {
    white-space: nowrap;
}

#inquiry {
    padding-bottom: 0;
}

.nintei {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.nintei {
    margin-top: 30px;
}

.nintei_text {
    color: #02b3c8;
}

.nintei div img {
    display: block;
    width: 100%;

}

.flex_btn_right {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    align-content: center;
}

.login_text {
    padding-top: 20px;
    padding-left: 15px;
}

.ninteisho {
    width: 50%;
    margin: 0 auto;
}

.navi_btn_red_round .group_link {
    margin-top: 10px;
}

.navi_btn_red_round .group_link a {
    background: none;
    margin: 0;
    padding: 0 !important;
    border: none;
    font-size: 1em;
    height: auto;
    width: 100%;

    margin: 0 auto;
    box-sizing: border-box;
    top: 76px;
    padding-bottom: 2px;
    border-bottom: 2px solid #ff9300;
    border-radius: 0 !important;
    line-height: 2em;
    max-width: 170px;
    text-align: center;
}

.navi_btn_red_round .group_link a:hover {
    background: none;
    margin: 0;
    padding: 0 !important;
    border: none;
    font-size: 1em;
    height: auto;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    color: #ff9300;
    top: 76px;
    padding-bottom: 2px;
    border-bottom: 2px solid #ffffff;
    border-radius: 0 !important;
    line-height: 2em;
    max-width: 170px;
}
.interview_flex{
    display: flex;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 30px;
}

.interview_flex > div{
    width: 48%;
    box-sizing: border-box;
}
.interview_flex img{
width: 100%;
    box-sizing: border-box;
}
.interview_flex_rogo{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    text-align: right;
    justify-content: end;
    box-sizing: border-box;
}
.interview_flex_school{
    display: flex;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    border: 2px solid #02b3c8;
    margin-top: 60px;

    box-sizing: border-box;
}
.interview_flex_school > div{

    box-sizing: border-box;
}
.interview_school{
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    padding-right: 2%;
}

.interview_flex_school img{
width: 100%;
    box-sizing: border-box;
}
.dounyu_school {
    font-size: 1em;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    border: 2px solid #02b3c8;
    display: block;
    box-sizing: border-box;
}
.dounyu_school_name {
    color: #02b3c8;
    font-weight: bold;
}
.dounyu_school p {
    width: 100%;
}
.dounyu_school p a {
    color: #02b3c8cf;
}


.mente {
    border: solid 2px red;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    color: red;
}
.oshirase {
    border: solid 2px #f7931e;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}
.interview_student .ver_text{
    font-weight: bold;
    margin-top: 15px;
    color: rgba(2, 179, 200, 1);
    margin-bottom: 0;
}
.mente p {
    margin-bottom: 0;
}
.oshirase p {
    margin-bottom: 0;
}
.oshirase .orange {
 color:  #f7931e;
    font-weight: bold;
}
.oshirase .font_small {
   font-size: 0.8em;
}
.oshirase .font_small span {
   font-weight: bold;
}
footer a {
    text-decoration: none !important;
}


@media (max-width: 2080px) {
    video {
        width: 2080px;
    }

    .visual_img {
    }
}

@media (max-width: 1550px) {
    video {
        width: 1550px;
    }

    .visual_img {
        background-size: auto 60%, 50%, 50%;
    }

    .video {
        max-height: 700px;
    }

    .visual_img {
        max-height: 640px;
    }

    .navi {
        top: 620px;
    }

    .navi_btn_red_round {
        right: 8%;
    }
}

@media (min-width: 1550px) {
    .navi_btn_red_round {
        width: 180px;
        height: 180px;

        right: 18%;
    }

    .navi_btn_red_round a {
        font-size: 1.5em;
        line-height: 1.5;
        width: 180px;
        height: 180px;
    }

    .navi_btn_red_round_gray {
        width: 180px;
        height: 180px;
        bottom: 15%;
        right: 18%;
    }

    .navi_btn_red_round_gray a {
        font-size: 1.5em;
        line-height: 1.5;
        width: 180px;
        height: 180px;
    }

    .navi_btn_red_round a:hover {
        font-size: 1.7em;
    }
}

@media (max-width: 1080px) {
    .visual_img {
        background-size: auto 50%, 50%, 50%;
    }

    .ver_text2 {
        min-width: 200px;
    }

    .navi ul li {
        font-size: 90%;
    }

    .navi_btn_red_round {
        right: 5%;
    }

    .navi_btn_red_round_gray {
        right: 5%;
    }

}

@media (max-width: 900px) {
    #info .info_read {
        display: block;

    }

    #info .info_read div {
        width: 100%;
    }

    .visual_img {
        background-position: center top 28%, left bottom, right top;
    }

    .navi_btn_red_round {
        position: absolute;
        color: #ffffff;
        margin: 0 auto;
        right: 0;
        left: 0;
        width: 100%;
        bottom: 13%;
    }

    .round_btn {
        display: none;
    }

    .navi_btn_red_round a {
        position: absolute;
        color: #ffffff !important;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        border: 2px solid #ffffff;
        border-radius: 5px;
        height: auto;
        padding: 15px 0;
        text-decoration: none;
        background: rgba(247, 147, 30, 0.8);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .navi_btn_red_round a:hover {
        position: absolute;
        color: #ffffff !important;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        border: 2px solid #ffffff;
        border-radius: 5px;
        background: rgba(247, 147, 30, 0.8);
        height: auto;
        padding: 15px 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    }

    .navi_btn_red_round .group_link a {
        background: none;
        margin: 0;
        padding: 0 !important;
        border: none;
        font-size: 1.2em;
        height: auto;
        width: 100%;

        margin: 0 auto;
        box-sizing: border-box;
        top: 70px;
        padding-bottom: 2px;
        border-bottom: 2px solid #ff9300;
        border-radius: 0 !important;
        line-height: 2em;
        max-width: 190px;
    }

    .navi_btn_red_round .group_link a:hover {
        background: none;
        margin: 0;
        padding: 0 !important;
        border: none;
        font-size: 1.4em;
        height: auto;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        color: #ff9300 !important;
        top: 70px;
        padding-bottom: 2px;
        border-bottom: 2px solid #ffffff;
        border-radius: 0 !important;
        line-height: 2em;
        max-width: 220px;
    }

}

@media (max-width: 800px) {
    .visual_img {

    }

    .navi ul li {
        padding: 0 20px;
        white-space: pre-wrap;
        font-size: 86%;
    }

    .pc {
        display: none;
    }

    .sm {
        display: block;
    }

    .Essentials tbody td:not(.text_left) {
        text-align: left;
    }

    .Essentials td {
        max-width: 300px;
    }

    .Learning td {
        min-width: 250px;
    }

    .book {
        width: 100% !important;
    }

    #info .info_read {
        display: block;
    }

    #info .info_read div {
        width: 100%;
    }

    .video {
        max-height: 700px;
    }

    .navi {
        top: 620px;
    }

    .navi_btn_red_round_gray {
        bottom: 14%;
    }

    .visual_img {
        max-height: 600px;
        height: 600px;
        background-size: 60%, 50%, 50%;

    }

}

@media (max-width: 728px) {
    .visual_img {
        background-size: 60%, 50%, 50%;
    }
    .interview_flex{
        display: block;
    }
    .interview_flex div{
        width: 100%;
    }
    .interview_flex_rogo img{
        margin: 30px 0;
    }
    .sm_mar30{
        margin-top: 30px;
    }

}

@media (max-width: 700px) {
    body {
        min-width: 320px !important;
    }

    .visual_img {
        background-size: 60%, 50%, 50%;
    }
}
