@charset "utf-8";

html {
    margin-top: 0!important;
}
header {
    display: none!important;
}
#lower_container {
    margin-bottom: 100px;
}
.only_pc {
    display: inline-block;
}
/*------------------------------------------------------*/
/*      前川メモ　背景のあしらい(学生)は、1100pxまで表示      */
/*------------------------------------------------------*/


/*---【【【【Top】】】】-------------------------------------------------------------------------------------------------*/
#lower_container {
    margin-top: 0;
}
.ao_mailFv {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    position: relative;
}
.ao_mailFv::after {
    position: absolute;
    content: "";
    width: 330px;
    height: 125px;
    background: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/ao_briefing_tokutenImg-01.gif)0 0/contain no-repeat; 
    bottom: -30px;
    right: 30px;
}
.callWrap {
    display: inline-block;
}
.ao_mailFv .call {
    color: #da0505;
    font-weight: 600;
    font-size: 2.8rem;
    border: 3px solid #da0505;
    background-color: #fff;
    border-radius: 6px;
    padding: 0 4vw;
    display: inline-block;
    margin: 60px 0 5px;
}
.ao_mailH1 {
    font: 900 4.5rem/1.1 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
    line-height: 1.5;
    letter-spacing: -2px;
    position: relative;
    margin-top: 40px;
    display: inline-block;
}
.ao_mailH1 span {
    display: inline-block;
    color: #da0505;
    font: 700 4.6rem/1.3 "Noto Sans JP", sans-serif;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: 7px;
}
.ao_mailH1 span .kakkoCtrl {
    display: inline-block;
    line-height: 1.3;
    font-feature-settings: "palt";
}
.ao_mailH1 span .KaigyoCtrl,
.ao_mailH1 span .KaigyoCtrl2 {
    display: inline-block;
    padding-left: 25px;
    line-height: 1.3;
}
.ao_mailH1 span .yohakuCtrl {
    display: inline-block;
    line-height: 1.3;
    margin-right: -10px;
}
.ao_mailH1Online {
    display: inline-block;
    color: #fff;
    font: 2.3rem "Noto Sans JP", sans-serif;
    font-weight: 700;
    background-color: #000;
    border-radius: 40px;
    padding: 1px 30px 2px;
    margin-left: 23px;
    position: absolute;
    bottom: -60px;
    letter-spacing: 0;
}
.ao_mail_flex {
    position: relative;
    display: inline-block;
}
/*右の写真*/
.ao_mailTOP_img_wrap {
    width: 75%;
    padding-top: 63px;
}
.ao_mailTOP_img {
    width: 100%;
}
/*背景画像*/
.ao_mailTop_bg {
    height: 500px;
    background-color: #fff4e6;
    background-image: url(../images/lp/Thesis_k2/osThesis_fv_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 1400px 500px;
    position: relative;
    z-index: 3;
}
/*メダル*/
.call::before {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13rem;
    height: 13rem;
    top: 230px;
    left: calc(100% - 54%);
    background: 0 0/contain no-repeat;
    background-image: url(../images/lp/Thesis_k2/osThesis_fv_free.png);
}
@media screen and (max-width: 834px) {
    /*背景・Img*/
    .ao_mailTOP_img_wrap {
        display: none;
    }
    .ao_mailTop_bg {
        height: 90vw;
        background-image: url(../images/lp/Thesis_k2/osThesis_fv_bg_sp.png);
        background-size: 100%;
    }
    .ao_mailFv::after {
        bottom: -130px;
    }
    /*文字*/
    .ao_mailFv_wrap {
        padding: 0;
    }
    .ao_mailFv .call {
        margin-top: 35px;
    }
    .ao_mailH1 {
        font: 900 5vw/1.3 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
        margin-top: 15px;
    }
    .ao_mailH1 span {
        font: 700 6.2vw/1.3 "Noto Sans JP", sans-serif;
    }
    .ao_mailH1Online {
/*        position: static;*/
        width: 221px;
        display: block;
        margin: 15px auto 20px;
        padding: 1px 30px 3px;
        transform: translateY(1.3vw);
    }
    .ao_mailH1 span .KaigyoCtrl,
    .ao_mailH1 span .KaigyoCtrl2 {
        padding-left: 2.3vw;
    }
    /*メダル*/
    .call::before {
        width: 17vw;
        height: 17vw;
        top: 20.5vw;
        left: calc(100% - 23.5vw);
    }
}
@media screen and (max-width: 600px) {
    .ao_mailFv {
        margin-bottom: 10px;
        padding: 0 5px 0 15px;
    }
    /*背景・Img*/
    .ao_mailTop_bg {
        height: 93vw;
    }
    .ao_mailFv::after {
        width: 45vw;
        height: 17vw;
        bottom: -110px;
        right: 20px;
    }

    /*文字*/
    .ao_mailFv_wrap {
        padding: 0;
    }
    .ao_mailFv .call {
        font-size: 1.6rem;
        border: 2px solid #da0505;
        padding: 0 2vw;
        margin: 20px 0 0;
        text-align: center;
    }
    .callWrap {
        width: 90vw;
    }
    #lower_container .ao_mailFv p {
        margin-bottom: 10px;
    }
    .ao_mailH1 {
        font: 900 6.0vw/1.3 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
        margin-top: 10px;
    }
    .ao_mailH1 span {
        font: 700 6.3vw/1.3 "Noto Sans JP", sans-serif;
        margin-top: 5px;
    }
    .ao_mailH1 .over600 {
        display: none;
    }
    .ao_mailH1 span .KaigyoCtrl2 {
        padding-left: 3.3vw;
    }
    .ao_mailH1 span .KaigyoCtrl {
        padding-left: 3.5vw;
    }
    .ao_mailH1Online {
        width: 145px;
        font: 1.4rem "Noto Sans JP", sans-serif;
        border-radius: 40px;
        padding: 3px 23px 5px;
        font-weight: 700;
        margin: 7px auto;
    }
    /*メダル*/
    .call::before {
        width: 70px;
        height: 70px;
        top: 22vw;
        left: calc(100% - 21%);
    }
}
@media screen and (max-width: 480px) {
    .ao_mailFv::after {
        bottom: -90px;
    }
}
@media screen and (max-width: 414px) {
    /*背景・Img*/
    .ao_mailTop_bg {
        height: 96vw;
    }
    .ao_mailFv::after {
        bottom: -68px;
    }
}
@media screen and (max-width: 320px) {
    .ao_mailFv::after {
        bottom: -55px;
        right: 0px;
    }
}


/* 特典 */
.ao_briefingTokuten {
    background-color: #fff;
    padding: 25px 25px 10px;
    margin: 30px auto 0;
    border: 4px solid #ea5514;
}
.ao_TokutenBox {
    display: flex;
}
.TokutenSub {
    margin-bottom: 10px;
    font: 700 clamp(1.5rem,var(--sp-15px),2rem)/1.3 var(--fontFamily-sans);
    display: inline-block;
    color: #fff;
    background-color: #ea5514;
    border-radius: 40px;
    padding: 3px 20px 2px;
    letter-spacing: 0;
}
.ao_briefingTokuten h3 {
    margin-bottom: 15px;
    font: 700 clamp(1.6rem,var(--sp-15px),2.2rem)/1.3 var(--fontFamily-sans);
}
.ao_briefingTokuten h3 span {
    font: 700 clamp(2.2rem,var(--sp-18px),2.7rem)/1.3 var(--fontFamily-serif-noto);
    text-align: center;
    color: #e91414;
}
.ao_tokutenPic {
    width: 350px;
    height: 100%;
    margin: -5px 0 10px 20px;
}
@media screen and (max-width: 834px) {
    .ao_TokutenBox {
        display: block;
    }  
    .ao_briefingTokuten,
    .ao_briefingTokuten h3 {
        text-align: center;
    }
    .ao_TokutenBox p {
        text-align: left;
    }
    .ao_briefingTokuten .ao_tokutenPic {
        display: block;
        width: 100%;
        height: auto;
        margin: 20px auto;
    } 
}
@media screen and (max-width: 600px) {
    .ao_briefingTokuten h3 span {
        display: inline-block;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 480px) {
    .ao_briefingTokuten {
        padding: 15px 12px 10px;
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 414px) {
    .ao_briefingTokuten h3 span {
            line-height: 1.2;
        }
}
@media screen and (max-width: 320px) {
    .ao_briefingTokuten {
        padding: 10px 8px 0;
    }
    .TokutenSub {
        text-align: center;
    }
    .ao_briefingTokuten h3 span {
        font-size: 2rem;
    }
}



/*---【【【【コンテンツ】】】】-------------------------------------------------------------------------------------------------*/

/*-----見出し
------------------------------------------------------------------*/
/*文字*/
.ao_mailH2_bg {
    background-color: #cf6109;
    border-top: 6px solid #ffd738;
    border-bottom: 6px solid #ffd738;
    padding: 35px 0;
    position: relative;
    z-index: 3;
}
.ao_mailH2_bgImage_ver3line_1,
.ao_mailH2_bgImage_ver3line_2 {
    height: 230px;
}
.ao_mailH2_bgImage_ver2line_3,
.ao_mailH2_bgImage_ver2line_4,
.ao_mailH2_bgImage_ver2line_4_2,
.ao_mailH2_bgImage_ver2line_4_3 {
    height: 180px;
}
.ao_mailH2 {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.ao_mailH2_txt {
    font: 700 3.5rem/1.1 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
    color: #fff;
    line-height: 1.4;
    padding-left: 30px;
    display: inline-block;
}
.ao_mailH2_txt span {
    display: inline-block;
    line-height: 1.3;
}
/*Cont2 H2 600px以下の改行*/
.H2Ctrl_1,
.H2Ctrl_2 {
    display: none;
}
/*丸イメージ調整*/
.ao_mailH2_img img{
    width: 180px;
    height: auto;
}
.ao_mailH2Image_ver3line {
    transform: translateY(-17px);
}
.ao_mailH2Image_ver2line {
    transform: translateY(-56px);
}
/*br調整*/
.under600 {
    display: none;
}
.under480 {
    display: none;
}
/*Cont4限定　黒文字タイトル*/
.ao_mailH3 {
    font-size: 3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4;
}
/*Cont1,5 吹き出し*/
.ao_mailH2_fukidashi1_SP,
.ao_mailH2_fukidashi2_SP {
    display: none;
}
.ao_mailH2_fukidashi1_PC,
.ao_mailH2_fukidashi2_PC {
    font-size: 2.2rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 700;
    position: absolute;
    z-index: 4;
    left: 130px;
    top: -110px;
    padding: 15px 20px 15px;
    background-color: #fffaeb;
    box-shadow: #763e34 3px 3px 10px 0px;
    border-radius: 30px;
}
.ao_mailH2_fukidashi1_PC:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 90px; 
  left: 40px;
  border: 10px solid transparent;
  border-right: 30px solid #fffaeb;
  -webkit-transform: rotate(35deg);
  transform: rotate(-60deg);
}
.ao_mailH2_fukidashi2_PC:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 90px; 
  left: 40px;
  border: 10px solid transparent;
  border-right: 30px solid #fffaeb;
  -webkit-transform: rotate(35deg);
  transform: rotate(-60deg);
}
@media screen and (max-width:1170px) {
    .ao_mailH2_bg {
        padding: 1.5vw 0;
    }
    .ao_mailH2_bgImage_ver3line_1,
    .ao_mailH2_bgImage_ver3line_2 {
        height: 18vw;
    }
    .ao_mailH2_bgImage_ver2line_3,
    .ao_mailH2_bgImage_ver2line_4,
    .ao_mailH2_bgImage_ver2line_4_2,
    .ao_mailH2_bgImage_ver2line_4_3 {
        height: 13vw;
    }
    .ao_mailH2 {
        width: auto;
        padding-left: 1.5vw;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
    }
    .ao_mailH2_txt {
        font: 800 2.9vw/1.5 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
        padding-left: 1.5vw;
    }
    /*丸イメージ調整*/
    .ao_mailH2_img img{
        width: 150px;
        height: auto;
    }
    .ao_mailH2Image_ver3line {
        transform: translateY(-2vw);
    }
    .ao_mailH2Image_ver2line {
        transform: translateY(-5.5vw);
    }
    /*Cont4限定　黒文字タイトル*/
    .ao_mailH3 {
        font-size: 2.7vw;
        margin-bottom: 2vw;
    }
}
@media screen and (max-width: 834px) {
    .ao_mailH2Image_ver3line,
    .ao_mailH2Image_ver2line {
        display: none;
    }
    .ao_mailH2_bgImage_ver3line_1,
    .ao_mailH2_bgImage_ver2line_4 {
        height: 19.5vw;
    }
    .ao_mailH2_bgImage_ver3line_2 {
        height: 24.5vw;
    }
    .ao_mailH2_bgImage_ver2line_3,
    .ao_mailH2_bgImage_ver2line_4_2,
    .ao_mailH2_bgImage_ver2line_4_3 {
        height: 15vw;
    }
    .ao_mailH2_txt {
        font: 800 3.3vw/1.5 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
        padding-left: 3vw;
        position: relative;
    }
    /*丸イメージ*/
    .ao_mailH2_bg::after {
        content: "";
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 13.3vw;
        height: 12vw;
        top: -4vw;
        left: calc(100% - 13.3%);
        background: 0 0/contain no-repeat;
        background-image: url(../images/lp/Thesis_k2/osThesis_hand.png);
        transform: scale(-1, 1);
        background-size: cover;
        background-position: right 0;
    }
    /*br調整*/
    .till835 {
        display: none;
    }
    /*Cont4限定　黒文字タイトル*/
    .ao_mailH3 {
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }
    /*Cont2 H2 834px以下の改行*/
    .H2Ctrl_1 {
        display: inline-block;
        line-height: 1.4;
    }
    /*Cont2 H2 600px以下の改行*/
    .H2Ctrl_2 {
        display: block;
    }
    /*Cont1,5 吹き出し*/
    .ao_mailH2_fukidashi1_PC,
    .ao_mailH2_fukidashi2_PC {
        display: none;
    }
    .ao_mailH2_fukidashi1_SP,
    .ao_mailH2_fukidashi2_SP {
    display: block;
    font-size: 1.8rem;
    line-height: 2.3rem;
    text-align: center;
    font-weight: 700;
    position: absolute;
    z-index: 4;
    right: 80px;
    top: -80px;
    padding: 13px 20px;
    background-color: #fffaeb;
    box-shadow: #763e34 0px 3px 10px 0px;
    border-radius: 30px;  
    }
    .ao_mailH2_fukidashi1_SP:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 68px; 
      right: 10px;
      border: 12px solid transparent;
      border-right: 40px solid #fffaeb;
      -webkit-transform: rotate(35deg);
      transform: rotate(-130deg);
    }
    .ao_mailH2_fukidashi2_SP:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 68px; 
      right: 13px;
      border: 12px solid transparent;
      border-right: 40px solid #fffaeb;
      -webkit-transform: rotate(35deg);
      transform: rotate(-130deg);
    }
}
@media screen and (max-width: 600px) {
    .ao_mailH2 {
        padding-left: 0.5vw;
    }
    .ao_mailH2_bgImage_ver3line_1,
    .ao_mailH2_bgImage_ver3line_2 {
        height: 26.5vw;
    }
    .ao_mailH2_bgImage_ver2line_3 {
        height: 16vw;
    }
    .ao_mailH2_bgImage_ver2line_4,
    .ao_mailH2_bgImage_ver2line_4_2,
    .ao_mailH2_bgImage_ver2line_4_3 {
        height: 21vw;
    }
    .ao_mailH2_txt {
        font: 800 3.8vw/1.4 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
        padding-left: 2.5vw;
    }
    /*丸イメージ*/
    .ao_mailH2_bg::after {
        width: 14vw;
        height: 13vw;
        top: -3vw;
        left: calc(100% - 14%);
    }
    /*br調整*/
    .under600 {
        display: block;
    }
    .till601 {
        display: none;
    }
    /*Cont4限定　黒文字タイトル*/
    .ao_mailH3 {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }
    /*Cont1,5 吹き出し*/
    .ao_mailH2_fukidashi1_SP,
    .ao_mailH2_fukidashi2_SP {
    display: block;
    font-size: 1.6rem;
    line-height: 2.3rem;
    text-align: center;
    font-weight: 700;
    position: absolute;
    z-index: 4;
    right: 30px;
    top: -77px;
    padding: 8px 15px;
    background-color: #fffaeb;
    box-shadow: #763e34 0px 3px 10px 0px;
    border-radius: 20px;  
    }
    .ao_mailH2_fukidashi1_SP:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 60px; 
      right: 35px;
      border: 10px solid transparent;
      border-right: 27px solid #fffaeb;
      -webkit-transform: rotate(35deg);
      transform: rotate(-130deg);
    }
    .ao_mailH2_fukidashi2_SP:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 60px; 
      right: 35px;
      border: 10px solid transparent;
      border-right: 27px solid #fffaeb;
      -webkit-transform: rotate(35deg);
      transform: rotate(-130deg);
    }
}
@media screen and (max-width: 480px) {
    .ao_mailH2 {
        padding-left: 1.5vw;
    }
    .ao_mailH2_bgImage_ver3line_1, 
    .ao_mailH2_bgImage_ver3line_2 {
        height: 43vw;
    }
    .ao_mailH2_bgImage_ver2line_4,
    .ao_mailH2_bgImage_ver2line_4_2 {
        height: 35.5vw;
    }
    .ao_mailH2_bgImage_ver2line_3,
    .ao_mailH2_bgImage_ver2line_4_3 {
        height: 28.5vw;
    }
    .ao_mailH2_txt {
        font: 800 5.3vw/1.4 YakuHanMP, 'Noto Serif JP', 'YuMincho', Yu Mincho, serif;
        padding-left: 2.5vw;
    }
    /*丸イメージ*/
    .ao_mailH2_bg::after {
        width: 20vw;
        height: 18vw;
        top: -3vw;
        left: calc(100% - 20%);
    }
    /*br調整*/
    .under480 {
        display: block;
    }
    .till481 {
        display: none;
    }
    /*Cont4限定　黒文字タイトル*/
    .ao_mailH3 {
        font-size: 4.8vw;
        margin-bottom: 5vw;
    }
    /*Cont1,5 吹き出し*/
    .ao_mailH2_fukidashi1_SP,
    .ao_mailH2_fukidashi2_SP {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 700;
    position: absolute;
    z-index: 4;
    right: 10px;
    top: -70px;
    padding: 8px 15px;
    background-color: #fffaeb;
    box-shadow: #763e34 0px 3px 10px 0px;
    border-radius: 20px;  
    }
    .ao_mailH2_fukidashi1_SP:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 55px; 
      right: 60px;
      border: 10px solid transparent;
      border-right: 31px solid #fffaeb;
      -webkit-transform: rotate(35deg);
      transform: rotate(-130deg);
    }
    .ao_mailH2_fukidashi2_SP:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 55px; 
      right: 60px;
      border: 10px solid transparent;
      border-right: 31px solid #fffaeb;
      -webkit-transform: rotate(35deg);
      transform: rotate(-130deg);
    }
}
/*-----本文
------------------------------------------------------------------*/
/*白下地　基本*/
.lower_wrap {
    width: 75%;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.lower_wrap .lower_wrapCont {
    width: 100%;
    max-width: 1050px;
    padding: 40px 40px 120px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: #cecece 0px 0px 20px 0px;
    position: relative;
    z-index: 2;
}
.ao_pattern_Wrap {
    padding: 0 20px;
}
/*白下地　Topの後のCTA　※padding-bottom調整のため*/
.lower_wrapCTA {
    width: 75%;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.lower_wrapCTA .lower_wrapCont {
    width: 100%;
    max-width: 1050px;
    padding: 80px 40px 120px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
/*p:last-child margin-bottomなし*/
#lower_container .marginBottomnone p {
    margin-bottom: 0;
}
.underline {
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
}
@media screen and (min-width: 1100px) {
    .lower_wrap .lower_wrapCont {
        padding: 40px 100px 120px;
    }
}
@media screen and (max-width: 1170px) {
    .lower_wrap .lower_wrapCont {
        padding: 3vw 40px 120px;
    }
}
@media screen and (max-width: 1100px) {
    /*白下地　基本*/
    .lower_wrap {
        width: 90%;
    }
    /*白下地　Topの後のCTA　※padding-bottom調整のため*/
    .lower_wrapCTA {
        width: 90%;
    }
}
@media screen and (max-width: 834px) {
    .lower_wrap .lower_wrapCont {
        padding: 2.7vw 40px 80px;
    }
    .lower_wrapCTA .lower_wrapCont {
        padding: 80px;
    }
}
@media screen and (max-width: 600px) {
    /*基本*/
    .lower_wrap {
        width: 100%;
    }
    .lower_wrap .lower_wrapCont {
        padding: 15px 20px 80px;
    }
    /*Topの後のCTA　※padding-bottom調整のため*/
    .lower_wrapCTA {
        width: 95%;
    }
    .lower_wrapCTA .lower_wrapCont {
        padding: 15px 20px 80px;
    }
}
/*-----イメージ
------------------------------------------------------------------*/
.ThesisImg {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.ThesisImg_txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 20px auto 40px;
}
.ThesisImg_txt span {
    font-size: 1.6rem;
    font-weight: 900;
}
/*-----背景イメージ
------------------------------------------------------------------*/
.lower_wrap_bgImg_1,
.lower_wrap_bgImg_2,
.lower_wrap_bgImg_5 {
    position: relative;
}
.lower_wrap_bgImg_1::before,
.lower_wrap_bgImg_1::after,
.lower_wrap_bgImg_2::before,
.lower_wrap_bgImg_2::after,
.lower_wrap_bgImg_3::before,
.lower_wrap_bgImg_3::after,
.lower_wrap_bgImg_5::before,
.lower_wrap_bgImg_5::after {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 247px;
    height: 800px;
}
.lower_wrap_bgImg_1::before {
    background-image: url(../images/lp/Thesis_k2/osThesis_bg_left1.png);
    left: -22.4%;
    top: 78%;
}
.lower_wrap_bgImg_1::after {
    background-image: url(../images/lp/Thesis_k2/osThesis_bg_right1.png);
    right: -22.5%;
    top: 53%;
}
.lower_wrap_bgImg_2::before {
    background-image: url(../images/lp/Thesis_k2/osThesis_bg_left2.png);
    left: -22.4%;
    top: 62%;
}
.lower_wrap_bgImg_2::after {
    background-image: url(../images/lp/Thesis_k2/osThesis_bg_right2.png);
    right: -22.5%;
    top: 43%;
}
.lower_wrap_bgImg_3::before {
    background-image: url(../images/lp/ao_rec/forAo_briefing_3_1-ao_mail_img05.png);
    left: -22.4%;
    top: 20%;
}
.lower_wrap_bgImg_3::after {
    background-image: url(../images/lp/ao_rec/forAo_briefing_3_1-ao_mail_img04.png);
    right: -22.5%;
    top: 12%;
}
.lower_wrap_bgImg_5::before {
    background-image: url(../images/lp/ao_rec/forAo_briefing_3_1-ao_mail_img05.png);
    left: -22.4%;
    top: 42%;
}
.lower_wrap_bgImg_5::after {
    background-image: url(../images/lp/ao_rec/forAo_briefing_3_1-ao_mail_img04.png);
    right: -22.5%;
    top: 34%;
}
@media screen and (max-width: 1520px) {
    .lower_wrap_bgImg_1::before,
    .lower_wrap_bgImg_2::before,
    .lower_wrap_bgImg_1::after,
    .lower_wrap_bgImg_2::after {
        width: 200px;
    }
    .lower_wrap_bgImg_1::before,
    .lower_wrap_bgImg_2::before {
        left: -17.5%;
    }
    .lower_wrap_bgImg_1::after,
    .lower_wrap_bgImg_2::after {
        right: -17.5%;
    }
}
@media screen and (max-width: 1420px) {
    .lower_wrap_bgImg_1::before,
    .lower_wrap_bgImg_2::before {
        left: -16.5%;
    }
    .lower_wrap_bgImg_1::after,
    .lower_wrap_bgImg_2::after {
        right: -16.5%;
    }
}
@media screen and (max-width: 1220px) {
    .lower_wrap_bgImg_1::before,
    .lower_wrap_bgImg_2::before,
    .lower_wrap_bgImg_1::after,
    .lower_wrap_bgImg_2::after {
        display: none;
    }
}


/*---【【【【CTAボタン】】】】-------------------------------------------------------------------------------------------------*/

/*-----ボタンの形
------------------------------------------------------------------*/
.ao_mail_button {
    position: relative;
    display: grid;
    place-items: center;
    margin: 0 auto;
    max-width: min(calc(var(--sp-1px) * 290),756px);
    aspect-ratio: 756/102;
    text-align: center;
    color: #fff;
    font: 900 min(var(--sp-20px),2.9rem)/1.2 var(--fontFamily-sans);
    border-radius: 100px;
    transition: .2s;
    --backgroud-image: url(../images/common/detailBtn_shiny.svg);
}
.grade2 {
    background: var(--backgroud-image) 50%/calc(100% - 4px) auto no-repeat, linear-gradient(#0a8e00 ,#0ca700);
    box-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.grade1 {
    background: var(--backgroud-image) 50%/calc(100% - 4px) auto no-repeat, linear-gradient(#ec7a00,#ff9a17);
    box-shadow: 0 1px 5px rgba(162,100,0,.5);
}
.only_sp.ao_mail_button {
    display: none;
}
.ao_mail_button::after {
    content: '';
    position: absolute;
    translate: 0 -50%;
    top: 50%;
}
.ao_mail_button::after {
    right: min(var(--sp-23px),42px);
    width: min(var(--sp-7px),11px);
    aspect-ratio: 17/25;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #fff;
}
.pamphletBox:hover .ao_mail_button {
    translate: 0 3px;
    box-shadow: none;
}
/*  ボタンwrap */
.lower_wrapBtn {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

/*　ボタン下のテキスト　*/
.lower_wrapBtn .underBtnTxt {
    max-width: 650px;
    width: min(calc(var(--sp-1px) * 290),756px);
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 auto;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
@media screen and (max-width: 834px) {
    .ao_mail_button {
        font-size: 2.998vw;
    }
    .lower_wrapBtn .underBtnTxt {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .ao_mail_button {
        font-size: 3.833vw;
        line-height: 1.3;
        padding-left: 0;
        aspect-ratio: 500/104;
        --backgroud-image: url(../images/common/detailBtn_shinySp.svg);
        margin-top: 1vw;
        width: 88%;
    }
    .ao_mail_button::after {
        right: min(var(--sp-23px),20px);
    }
    .lower_wrapBtn {
        padding: 0;
    }
    .lower_wrapBtn .underBtnTxt {
        font-size: 1.2rem;
        line-height: 1.2;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .ao_mail_button {
        width: 100%;
    }
}
.detailBtn {
    border: 2px solid #3ab02e;
    background: var(--background-image) 50% 50%/calc(100% - 4px) auto no-repeat,#0ca700;
}
/*-----ボタンテキスト
------------------------------------------------------------------*/
.A_detailBTn_txt {
    margin-top: 62px;
    font-weight: 900;
}
.bookRead {
    margin: 40px auto 15px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    font-feature-settings: "palt";
}
.bookRead {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.bookRead::before,
.bookRead::after {
  background-color: #000; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 2px; /* 線の高さ */
  width: 30px; /* 線の長さ */
}
.bookRead::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.bookRead::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.A_detailBTn_txt {
    margin: 62px auto 0;
    line-height: 2rem;
    font-weight: 900;
    width: 400px;
}
@media screen and (max-width: 834px) {
    #lower_container .lower_wrapCTA p,
    #lower_container .lower_wrapCTA_bottom p {
        margin-bottom: 1vw;
    }
    .A_detailBTn_txt {
        font-size: 1.6rem;
        width: 370px;
        text-align: center;
    }
}
.lower_wrap a {
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width: 600px) {
    .bookRead {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    .bookRead::before,
    .bookRead::after {
      background-color: #000; /* 線の色 */
      border-radius: 5px; /* 線の両端を丸く */
      content: "";
      height: 2px; /* 線の高さ */
      width: 30px; /* 線の長さ */
    }
}
@media screen and (max-width: 480px) {
    .bookRead {
        font-size: 1.4rem;
    }
    .bookRead::before,
    .bookRead::after {
      height: 1px; /* 線の高さ */
      width: 25px; /* 線の長さ */
    }
    .bookRead::before {
        margin-right: -3px;
    }
    .bookRead::after {
        margin-left: -3px;
    }
    .A_detailBTn_txt {
        width: 305px;
    }
}
@media screen and (max-width: 330px) {
    .bookRead {
        font-size: 1.3rem;
    }
}

/*---【【【【表や図など】】】】-------------------------------------------------------------------------------------------------*/

/*-----S型選抜　3パターン　見出し
------------------------------------------------------------------*/
.lower_container .ao_pattern h3 p {
    margin-bottom: 0;
}
.ao_pattern {
    background-color: #ebf4ed;
    padding: 10px 0 10px;
    margin-bottom: 15px;
    margin-top: 40px;
}
.ao_pattern p {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    color: #da2400;
}
.ao_pattern .ao_pattern_no {
    font-size: 2rem;
    height: 30px;
    width: 46.5px;
    padding: 0px 7px 3px 9px;
    margin: 0 15px 0 10px;
    color: #fff;
    background-color: #2e893d;
    transform: translateY(-16px);
    position: relative;
}
.ao_pattern .ao_pattern_no::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 4px;
    border: 23px solid transparent;
    border-right: 15px solid #2e893d;
    -webkit-transform: rotate(35deg);
    transform: rotate(-90deg);
}
.ao_pattern .ao_pattern_no::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 41px;
    border: 5px solid transparent;
    border-right: 5px solid #215a2a;
    -webkit-transform: rotate(35deg);
    transform: rotate(-45deg);
}
.ao_pattern .ao_pattern_kome {
    font-size: 1.4rem;
    color: #717171;
}
@media screen and (max-width: 480px) {
    .ao_pattern {
        margin-bottom: 25px;
        margin-top: 40px;
        padding: 10px 0;
    }
    .ao_pattern p {
        font-size: 5vw;
    }
    .ao_pattern .ao_pattern_no {
        font-size: 2rem;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 10px;
        height: 30px;
        width: 40px;
        line-height: 2.8rem;
        transform: translateY(-15px);
    }
    .ao_pattern .ao_pattern_kome {
        font-size: 3.5vw;
        line-height: 2rem;
    }
    .ao_pattern .ao_pattern_title {
        line-height: 2.8rem;
        width: 75%;
    }
    .ao_pattern .ao_pattern_no::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 25px;
        left: 5px;
        /* right: 2px; */
        border: 20px solid transparent;
        border-right: 10px solid #2e893d;
        -webkit-transform: rotate(35deg);
        transform: rotate(-90deg);
    }
    .ao_pattern .ao_pattern_no::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 2px;
        left: 36px;
        border: 4px solid transparent;
        border-right: 4px solid #215a2a;
        -webkit-transform: rotate(35deg);
        transform: rotate(-45deg);
    }  
}

/*-----説明会の内容
------------------------------------------------------------------*/
.exampleCont {
    width: calc(100% - 60px);
    border: solid 1px #999;
    margin: clamp(30px,8vw,45px) auto;
    padding: 20px 15px 15px 15px;
    border-radius: 10px;
}
.exampleCont li {
    position: relative;
}
.exampleCont li::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -36px;
    width: 34px;
    height: 35px;
    background: url(../images/common/check_icon.svg) 0 0/contain no-repeat;
}
.exampleCont .redTtl {
    margin-top: 2px;
    text-align: center;
}
@media screen and (max-width: 480px){
    .exampleCont .redTtl {
        text-align: left;
        font-size: 2rem;
        margin: 5px 0 10px 0;
    }
    .exampleCont {
        width: auto;
    }
}
.exampleCont li {
    font-weight: 700;
    margin: 0 0 25px 40px;
    font-size: clamp(1.8rem,4.8vw,1.9rem);
    line-height: 1.4;
    /*text-indent: -1em;
    padding-left: 1em;*/
}
@media screen and (max-width: 480px){
    .exampleCont {
        padding: 10px 22px 15px 12px;
    }
    .exampleCont li {
        line-height: 1.3;
        margin: 8px 0 20px 40px;
        font-size: 1.7rem;
    }
}
/*-----説明会の詳細
------------------------------------------------------------------*/
.redTtl {
    margin: 80px 0 10px 0;
    color: #C20000;
    font-size: clamp(2.2rem,5.866vw,2.8rem);
    line-height: 1.5;
    font-family: "Noto Serif JP", "hiragino-mincho-pron", "YuMincho", Yu Mincho, serif;
    font-weight: 800;
}
ul.carriculum {
    background: #fff5f3;
    padding: 25px;
    border-radius: 10px;
}
ul.carriculum li {
    margin-bottom: 20px;
    display: flex;
    line-height: 1.3;
    font-family: "Noto Serif JP", "hiragino-mincho-pron", "YuMincho", Yu Mincho, serif;
    font-size: 1.7rem;
    font-weight: 600;
}
ul.carriculum li:last-of-type {
    margin-bottom: 0;
}
ul.carriculum li:first-of-type div:first-of-type {
    font-size: 2rem;
    font-weight: 800;
}
ul.carriculum li div {
    line-height: 1.4;
}
ul.carriculum li div:first-of-type {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    position: relative;
    width: 110px;
    margin-right: 16px;
    font-feature-settings: 'halt';
    font-weight: 900;
}
ul.carriculum li div.short:first-of-type {
    width: 80px;
    margin-right: 35px;
}
ul.carriculum li div.txtIndt:first-of-type {
    text-indent: 0;
    margin-left: -8px;
}
ul.carriculum li div:last-of-type {
    font-weight: 700;
}
@media screen and (max-width: 480px){
    ul.carriculum {
        padding: 10px 15px 10px 20px;
    }
    ul.carriculum li {
        margin-bottom: 15px;
        line-height: 1.4;
    }
    ul.carriculum li div:first-of-type {
        font-weight: 900;
    }
    ul.carriculum li div:last-of-type {
        flex-basis: 100%;
    }
    ul.carriculum .dBlock {
        display: block;
    }
    ul.carriculum li div.txtIndt:first-of-type {
        font-size: 110%;
        width: 120px;
    }
}
ul.carriculum li div:first-of-type::before,
ul.carriculum li div:first-of-type::after {
    display: inline-block;
    text-align: center;
}
@media screen and (max-width: 480px){
    ul.carriculum li {
        flex-wrap: wrap;
    }
    ul .indentTtl {
        margin-bottom: 2px;
        font-size: 1.9rem;
    }
}
.txtIndt {
    text-indent: -1em;
    padding-left: 1em;
}
.indent,
.indentTtl {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    line-height: 1.4;
}
.indentCtrl {
    padding-left: 10px;
}
.online_txt {
    margin-top: 10px;
}

/*footer*/
.footerBnr,
.footerBnrBtm,
#breadcrumbs {
    display: none;
}

ul.carriculum .briefing_date li {
    margin-bottom: 5px;
}