@charset "UTF-8";
/*----------------------------------------------
縦
-----------------------------------------------*/
@media (max-height: 1050px) {
  h1 {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
  }
  #Top {
    position: relative;
    margin: 0 auto;
    height: calc(100vh - 80px);
  }
  #Top .top_img {
    position: absolute;
    right: -20%;
    top: -400px;
    z-index: -9;
    width: 100%;
    overflow: hidden;
    max-width: 1000px;
  }
  #Top .top_img img {
    box-shadow: 5px 5px 5px rgba(102, 68, 0, 0.1);
    border-radius: 50%;
    max-width: 900px;
  }
  #Top .top_contents_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #Top .top_contents {
    max-width: 800px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 80vh;
    padding-top: 5%;
  }
  #Top .top_contents .catch {
    margin-top: 10%;
  }
  #Top .top_contents .catch .catch_sub {
    font-size: 25px;
    letter-spacing: 10px;
    padding-bottom: 10px;
  }
  #Top .top_contents .catch .catch_sub .top_deco {
    font-size: 90px;
    top: -30px;
  }
  #Top .top_contents .catch .catch_main {
    font-size: 40px;
    letter-spacing: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #5B401D;
    margin-bottom: 2%;
    font-weight: 400;
    display: inline-block;
    background: linear-gradient(transparent 67%, #E7EBEC 0%);
  }
  #Top .top_contents .catch .catch_main span {
    font-size: 30px;
  }
  #Top .top_contents .top_desc {
    letter-spacing: 0;
    width: 100%;
  }
  #Top .top_contents .top_desc .desc {
    margin: 3%;
    width: 180px;
    height: 180px;
  }
  #Top .top_contents .top_desc .desc .desc_title {
    font-size: 30px;
    padding-left: 5px;
  }
  #Top .top_contents .top_desc .desc .desc_text {
    top: 45%;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }
  #Top .recruit_students {
    padding: 20px 0;
  }
  #Top .recruit_students .recruit_students_text p {
    font-size: 20px;
    letter-spacing: 15px;
    padding-top: 10px;
    font-weight: bold;
  }
  #Top .recruit_students .recruit_students_text p span {
    margin-top: 10px;
    font-weight: 200;
    line-height: 30px;
  }
  #Top .recruit_students .recruit_students_text img {
    width: 30px;
    margin-top: 20px;
  }
  #Top .recruit_students .recruit_students_text_line {
    letter-spacing: 10px;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    color: #fff;
  }
}
@media (max-height: 760px) {
  #Top .top_contents {
    max-width: 800px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 70vh;
    padding-top: 0;
  }
  #Top .top_contents .catch {
    margin-top: 10%;
  }
}
@media (max-height: 650px) {
  #Top .top_contents .top_desc .desc {
    width: 110px;
    height: 110px;
    margin: 1%;
    margin-top: 5%;
  }
  #Top .top_contents .top_desc .desc .desc_title {
    font-size: 13px;
    white-space: nowrap;
  }
  #Top .top_contents .top_desc .desc .desc_text {
    font-size: 8px;
    letter-spacing: 0px;
  }
  #Top .top_contents .top_desc .desc .desc_text {
    top: 45%;
    line-height: 15px;
  }
  #Top .top_contents {
    width: 100%;
  }
  #Top .top_contents .catch .top_desc .desc {
    width: 100px;
    height: 100px;
    margin: 1%;
  }
  #Top .top_contents .catch .top_desc .desc .desc_title {
    font-size: 14px;
    width: 100%;
  }
  #Top .top_contents .catch .top_desc .desc .desc_text {
    font-size: 11px;
  }
  #Top .recruit_students .recruit_students_text p {
    font-size: 13px;
    letter-spacing: 10px;
    line-height: 30px;
  }
}
/*----------------------------------------------
1100px以下
-----------------------------------------------*/
@media screen and (max-width: 1100px) {
  .mob_s {
    display: none;
  }
  #Top {
    position: relative;
    margin: 0 auto;
    height: calc(100vh - 80px);
  }
  #Top .top_img {
    position: absolute;
    right: -10%;
    z-index: -9;
    width: 100%;
    overflow: hidden;
    max-width: 800px;
  }
  #Top .top_img img {
    box-shadow: 5px 5px 5px rgba(102, 68, 0, 0.1);
    border-radius: 50%;
    max-width: 800px;
  }
  #Top .top_contents {
    max-width: 800px;
  }
  #Top .top_contents .top_deco {
    letter-spacing: 0;
    position: absolute;
    top: -100px;
  }
  #About .about_01 {
    width: 100%;
    margin-top: 0;
  }
  #About .about_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 170px;
    margin-left: 200px;
    width: 70%;
  }
  #About .about_02 img {
    padding-bottom: 700px;
    width: 70%;
    margin-right: -250px;
  }
  #About .about_03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -100px 0 170px 0;
    width: 60%;
  }
  #About .about_03 img {
    width: 40%;
  }
  #About .about_emphasis {
    font-size: 25px;
    letter-spacing: 18px;
  }
  .merit_01 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .merit_01 .merit_summary .merit_text {
    width: 100%;
  }
  .merit_01 .merit_img_content {
    width: 60%;
    margin-left: -30%;
  }
  .merit_01 .merit_img_content .merit_img {
    width: 90%;
  }
  .merit_01 .merit_img_content .merit_img_back {
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: #E7EBEC;
    margin-top: -670px;
    margin-left: -50px;
    z-index: -1;
  }
  .merit_02 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
  }
  .merit_02 .merit_summary {
    width: 60%;
    position: relative;
  }
  .merit_02 .merit_summary .merit_title {
    margin-bottom: 40px;
    white-space: nowrap;
    z-index: 9;
    position: relative;
  }
  .merit_02 .merit_summary .merit_title .merit_num {
    position: absolute;
    left: -40px;
    top: -70px;
    z-index: -9;
  }
  .merit_02 .merit_summary .merit_text {
    width: 100%;
  }
  .merit_02 .merit_img_content {
    width: 60%;
    margin-right: -150px;
    margin-top: 30px;
    position: relative;
  }
  .merit_02 .merit_img_content .merit_img {
    width: 90%;
  }
  .merit_02 .merit_img_content .merit_img_back {
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: #E7EBEC;
    margin-top: -670px;
    margin-left: -50px;
    z-index: -1;
  }
}
/*----------------------------------------------
959px以下
-----------------------------------------------*/
@media screen and (min-width: 959px) {
  .mob_s {
    display: none;
  }
  .mob {
    display: none;
  }
  .mob_t {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
  .pc_t {
    display: none;
  }
  #header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #Top .top_contents {
    position: relative;
  }
  #Top .top_contents .top_contents_wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
  }
  #Top .catch {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #Top .catch .catch_main {
    font-size: 35px;
  }
  #Top .catch .catch_sub {
    font-size: 25px;
  }
  #Top .recruit_students_text p {
    line-height: 50px;
  }
  #Top .top_contents .top_desc .desc {
    width: 150px;
    height: 150px;
  }
  #Top .top_contents .top_desc .desc .desc_title {
    font-size: 20px;
    font-weight: bold;
  }
  #Top .top_contents .top_desc .desc .desc_text {
    font-size: 13px;
    line-height: 20px;
    padding: 0 20px;
  }
  #Top .recruit_students .recruit_students_text p span {
    font-size: 12px;
    letter-spacing: 10px;
    padding-top: 10px;
    font-weight: bold;
    line-height: 10px !important;
    margin-top: 5px !important;
  }
  #About .about_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #About .about_01 img {
    padding: 20px 0;
  }
  #About .about_01 .about_deco {
    position: absolute;
    left: 0px;
    top: -60px;
  }
  #About .about_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
    margin: 50px auto;
  }
  #About .about_02 .about_title {
    text-align: center;
  }
  #About .about_02 .about_text {
    width: 70%;
    margin: 0 auto;
    text-align: left;
  }
  #About .about_02 img {
    padding-bottom: 100px;
    width: 80%;
    margin-right: 0;
  }
  #About .about_03 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px auto;
    width: 100%;
    text-align: center;
  }
  #About .about_03 .about_title {
    text-align: center;
  }
  #About .about_03 img {
    padding-top: 50px;
    width: 90%;
  }
  #About .about_03 .about_text_group .about_text {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .flow_step {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px 3%;
  }
  .flow_step .step {
    margin: 50px auto;
  }
  .flow_step .flow_arrow {
    transform: rotate(90deg);
  }
}
.title700 {
  font-size: 20px;
  letter-spacing: 15px;
}

.title480 {
  font-size: 20px;
  letter-spacing: 15px;
}

.text700 {
  line-height: 35px;
  font-size: 12px;
}

/*----------------------------------------------
768px以下
-----------------------------------------------*/
@media screen and (max-width: 767px) {
  .mob_s {
    display: none;
  }
  .about_title {
    font-size: 20px;
    letter-spacing: 15px;
  }
  h2 {
    font-size: 25px;
    letter-spacing: 12px;
  }
  .title {
    font-size: 20px;
    letter-spacing: 15px;
    margin-right: 0;
  }
  .text {
    font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
    letter-spacing: 5px;
    line-height: 30px;
    font-size: 12px;
    text-align: left;
  }
  #Top .top_img {
    position: absolute;
    right: -10%;
    top: -200px;
    z-index: -9;
    width: 100%;
    overflow: hidden;
    max-width: 600px;
  }
  #Top .top_img img {
    box-shadow: 5px 5px 5px rgba(102, 68, 0, 0.1);
    border-radius: 50%;
    max-width: 600px;
  }
  #Top .top_contents {
    width: 90%;
  }
  #Top .top_contents .top_contents_wrapper {
    width: 90%;
  }
  #Top .top_contents .catch {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #Top .top_contents .catch .catch_sub {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #Top .top_contents .catch .catch_sub .top_deco {
    letter-spacing: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 50px;
  }
  #Top .top_contents .catch .catch_main {
    font-size: 20px;
    margin: 5px auto;
    letter-spacing: 12px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #E7EBEC 0%);
    line-height: 30px;
  }
  #Top .top_contents .catch .catch_main span {
    font-size: 20px;
  }
  #Top .top_contents .top_desc .desc {
    width: 130px;
    height: 130px;
    margin: 1%;
  }
  #Top .top_contents .top_desc .desc .desc_title {
    font-size: 16px;
  }
  #Top .top_contents .top_desc .desc .desc_text {
    font-size: 11px;
  }
  #About .about_emphasis {
    font-size: 20px;
    letter-spacing: 15px;
    margin-bottom: 5px;
  }
  #About .about_text_group .about_title {
    letter-spacing: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  #About .about_text_group .about_text {
    line-height: 35px;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
  }
  #About .about_text_group .about_deco {
    left: 0;
    top: 0;
  }
  .merit_sub_text {
    background-color: #B9D1E3;
    color: #fff;
    display: inline-block;
    letter-spacing: 5px;
    margin-bottom: 10px;
    padding: 10px 0;
    width: 220px;
    border-radius: 50px;
    font-size: 16px;
  }
  .merit_01 {
    width: 100%;
    margin-top: 100px;
  }
  .merit_01 .merit_summary {
    width: 90%;
    margin: 0 auto;
  }
  .merit_01 .merit_summary .merit_title {
    margin-bottom: 40px;
    white-space: nowrap;
    z-index: 9;
    position: relative;
    font-size: 16px;
    letter-spacing: 13px;
    line-height: 40px;
  }
  .merit_01 .merit_summary .merit_title .merit_num {
    width: 150px;
  }
  .merit_01 .merit_summary .merit_text {
    line-height: 35px;
    font-size: 12px;
  }
  .merit_01 .merit_img_content {
    width: 100%;
    margin-left: 50px;
    position: relative;
  }
  .merit_01 .merit_img_content .merit_img {
    width: 80%;
  }
  .merit_01 .merit_img_content .merit_img_back {
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: #E7EBEC;
    margin-top: -370px;
    margin-left: -50px;
    z-index: -1;
  }
  .merit_01 .merit_summary::before {
    width: 100vw;
    height: 500px;
    background: #F8F8F8;
    position: absolute;
    top: 0;
    left: 70px;
    z-index: -9;
    overflow: hidden;
  }
  .merit_02 {
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .merit_02 .merit_summary {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .merit_02 .merit_summary .merit_title {
    margin-bottom: 40px;
    white-space: nowrap;
    z-index: 9;
    position: relative;
    font-size: 16px;
    letter-spacing: 13px;
    line-height: 40px;
  }
  .merit_02 .merit_summary .merit_title .merit_num {
    position: absolute;
    left: -40px;
    top: -70px;
    z-index: -9;
    width: 150px;
  }
  .merit_02 .merit_summary .merit_text {
    width: 100%;
  }
  .merit_02 .merit_img_content {
    width: 90%;
    margin-left: 50px;
    position: relative;
  }
  .merit_02 .merit_img_content .merit_img {
    width: 90%;
  }
  .merit_02 .merit_img_content .merit_img_back {
    position: absolute;
    width: 90%;
    height: 100%;
    background-color: #E7EBEC;
    margin-top: -450px;
    margin-left: -50px;
    z-index: -1;
  }
  .reco_content h3 {
    font-size: 16px;
    letter-spacing: 10px;
  }
  .reco_content h3 .reco_deco_img {
    width: 30px;
    top: -20px;
    left: -35px;
  }
  .reco_content .reco_detail .reco_text {
    font-size: 13px;
    letter-spacing: 10px;
    text-align: left;
    line-height: 25px;
  }
  .reco_content .reco_detail img {
    width: 30px;
  }
  .reco_content .reco_emphasis .reco_emphasis_text {
    font-size: 16px;
    letter-spacing: 10px;
  }
  .cur_contents .cur {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .cur_contents .cur .left {
    width: 100%;
    margin-bottom: 60px;
    z-index: -1;
  }
  .cur_contents .cur .left .dot {
    display: none;
  }
  .cur_contents .cur .right {
    width: 100%;
  }
  .cur_contents .cur .right .cur_right_title {
    margin-bottom: 50px;
    letter-spacing: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .cur_contents .cur .right .cur_right_title .cur_example .cur_example_contents p {
    margin-left: 15px;
    letter-spacing: 5px;
    font-weight: bold;
    line-height: 30px;
    font-size: 12px;
  }
  .cur_contents .cur .right .cur_example p {
    font-size: 12px;
  }
  .profile_content .profile_detail .profile_title {
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
    letter-spacing: 5px;
  }
  .profile_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 10%;
  }
  .profile_content .profile_detail {
    padding: 0;
  }
  .voice_content .right .voice_title {
    letter-spacing: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .voice_content .right .voice_title .sub_title {
    letter-spacing: 7px;
    font-size: 13px;
    line-height: 25px;
  }
  .voice_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .voice_content .right .voice_text {
    line-height: 30px;
  }
  .faq_container {
    padding: 50px 0;
  }
  .fqa_content .fqa_content_q .faq_title {
    letter-spacing: 10px;
    font-size: 16px;
    line-height: 30px;
  }
  .fqa_content .fqa_content_a .faq_text {
    letter-spacing: 5px;
    line-height: 30px;
    font-size: 12px;
  }
  .fqa_content .fqa_content_q {
    padding: 8px;
  }
  .fqa_content .fqa_content_a {
    display: flex;
    align-items: flex-start;
    padding: 15px;
  }
  .Q, .A {
    font-family: dunbar-low, sans-serif;
    font-size: 20px;
    background-color: #BAC3BD;
    border-radius: 50%;
  }
  .Q span, .A span {
    width: 45px !important;
    height: 45px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
  }
  .A {
    background-color: #DCC8C2;
  }
  .price_wrapper {
    width: 90%;
    height: auto;
    padding-bottom: 30px;
  }
  .price_wrapper .price_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .price_wrapper .price_content .price {
    margin: 30px auto;
    width: 270px;
  }
  .price_wrapper .price_content .price .price_thama {
    background-color: #D1AD5E;
    color: #fff;
    width: 90%;
    padding-left: 20px;
    border-radius: 30px;
    font-size: 20px;
  }
  .price_wrapper .imanara {
    display: block;
    margin-top: 30px;
  }
  .price_wrapper .imanara img {
    width: 50px;
  }
  .bannar img {
    width: 100%;
  }
  .price_wrapper .special_praice {
    font-size: 50px;
  }
  #Sclool_Info table td {
    padding: 5px 15px;
    font-size: 12px;
    white-space: nowrap;
  }
  .background {
    height: 60px;
    background-image: url(../img/top/striped.png);
    background-size: cover;
    z-index: -9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "遊ゴシック", "ヒラギノ角ゴ ProN";
    letter-spacing: 1px;
    color: #fff;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .mob_l {
    display: none;
  }
  .mob_s {
    display: block;
  }
  h1 {
    font-size: 20px;
  }
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
  }
  .logo img {
    width: 100%;
  }
  .about_title {
    font-size: 16px;
    letter-spacing: 12px;
  }
  #Top .top_contents .top_desc .desc {
    width: 110px;
    height: 110px;
    margin: 1%;
    margin-top: 5%;
  }
  #Top .top_contents .top_desc .desc .desc_title {
    font-size: 13px;
    white-space: nowrap;
  }
  #Top .top_contents .top_desc .desc .desc_text {
    font-size: 8px;
    letter-spacing: 0px;
  }
  #Top .top_contents .top_desc .desc .desc_text {
    top: 45%;
    line-height: 15px;
  }
  #Top .top_img {
    position: absolute;
    right: -10%;
    top: -155px;
    width: 100%;
    overflow: hidden;
    max-width: 500px;
  }
  #Top .top_img img {
    box-shadow: 5px 5px 5px rgba(102, 68, 0, 0.1);
    border-radius: 50%;
    max-width: 500px;
  }
  #Top .top_contents {
    width: 100%;
  }
  #Top .top_contents .top_contents_wrapper {
    width: 100%;
  }
  #Top .top_contents .catch .top_desc .desc {
    width: 100px;
    height: 100px;
    margin: 10%;
  }
  #Top .top_contents .catch .top_desc .desc .desc_title {
    font-size: 14px;
    width: 100%;
  }
  #Top .top_contents .catch .top_desc .desc .desc_text {
    font-size: 11px;
  }
  #Top .recruit_students .recruit_students_text p {
    font-size: 13px;
    letter-spacing: 10px;
    line-height: 30px;
  }
  #Top .recruit_students .recruit_students_text_line {
    letter-spacing: 5px;
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
    color: #fff;
  }
  .reco_content .reco_emphasis .reco_deco_text {
    position: absolute;
    bottom: -50px;
    right: -50px;
    font-size: 50px;
    color: #E0E0E0;
    white-space: nowrap;
  }
  .reco_content .reco_emphasis .reco_emphasis_text {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 10px;
    white-space: nowrap;
  }
  #Top .top_contents .top_contents_wrapper {
    margin-top: 30%;
  }
  #Top .top_contents .top_desc {
    margin-top: 5%;
    width: 100%;
  }
}
@media screen and (max-height: 670px) {
  #Top .top_contents .top_contents_wrapper {
    margin-bottom: 30px;
  }
  #Top .top_img {
    position: absolute;
    right: -20%;
    top: -150px;
    width: 100%;
    overflow: hidden;
    max-width: 400px;
  }
  #Top .top_img img {
    box-shadow: 5px 5px 5px rgba(102, 68, 0, 0.1);
    border-radius: 50%;
    max-width: 400px;
  }
  #Top .top_contents .top_contents_wrapper {
    margin-top: 0;
  }
  #Top .top_contents .top_desc {
    margin-top: 0;
  }
}/*# sourceMappingURL=mobile.css.map */