/*==================================================
  MONOページ MV
==================================================*/
.mono_mv01{
    background-image: url("../img/mono_mv01__img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
}
.mono_mv02{
    background-image: url("../img/mono_mv02__img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
}
.mono_mv03{
    background-image: url("../img/mono_mv03__img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
}
.mono_mv__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.mono_mv__copy{
    color: #fff;
    font-size: 5.4rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 32px;
}
.mono_mv__txt{
    color: #fff;
    font-size: 3.2rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 32px;
}
.mono_mv__btn{
    color: #fff;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 260px;
    height: 48px;
    background-color: #F15A24;
    background-image: url("../img/mono_mv__btn_img.png");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position:  20px 7.5px;
    border: solid 2px #F15A24;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}
.mono_mv__btn:hover{
    color: #F15A24;
    background-color: #fff;
    background-image: url("../img/mono_mv__btn_img02.png");
    transition: 0.8s;
}
@media only screen and (max-width: 810px) {
    .mono_mv__copy{
        font-size: 3.5rem;
    }
    .mono_mv__txt {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 500px) {
    .mono_mv__wrapper{
        margin: 80px 32px 0;
    }
}
/*==================================================
  MONOページ 概要
==================================================*/
.about_mono01{
    height: 100%;
    background-image: url("../img/about_mono01__bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 85px 0;
}
.about_mono02{
    height: 100%;
    background-image: url("../img/about_mono02__bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 85px 0;
}
.about_mono03{
    height: 100%;
    background-image: url("../img/about_mono03__bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 85px 0;
}
.about_mono__wrapper{
    width: 100%;
    max-width: 816px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_mono__header{
    color: #fff;
    font-size: 4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 46px;
    display: block;
}
.about_mono__txt{
    font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 810px) {
    .about_mono01{
        padding: 85px 32px;
    }
    .about_mono02{
        padding: 85px 32px;
    }
    .about_mono03{
        padding: 85px 32px;
    }
}
/*==================================================
  MONOページ お悩み
==================================================*/
.mono_concerns{
    background-color: #2C2C2C;
    padding: 54px 32px;
}
.mono_concerns__wrapper{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.mono_concerns__header{
    color: #fff;
    font-size: 3rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    text-align: center;
}
.mono_concerns__header::after{
    content: "";
    display: block;
    border-bottom: solid 1px #E25521;
    width: 390px;
    margin: 16px auto 64px;
}
.mono_concerns__list{
    display: flex;
    justify-content: space-between;
}
.mono_concerns__box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}
.mono_concerns__txt{
    color: #fff;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    text-align: center; 
    margin-bottom: 30px;
}
.mono_concerns__img{
    max-height: 94px;
}
.mono_concerns__border{
    border-left: solid 1px #fff;
}
@media only screen and (max-width: 1120px) {
    .mono_concerns__list {
        flex-direction: column;
    }
    .mono_concerns__box{
        width: 100%;
        margin-bottom: 55px;
    }
    .mono_concerns__border {
        border-left: none;
    }
}
@media only screen and (max-width: 1120px) {
    .mono_concerns__header::after{
        width: 100%;
    }
}
/*==================================================
  MONOページ 解決できること
==================================================*/
.mono_solution{
    background-color: #000;
    padding-top: 95px;
}
.mono_solution__wrapper{
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.mono_solution__inner_wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mono_solution__header{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    max-width: 752px;
    height: 100%;
    margin-bottom: 78px;
}
.mono_solution__header__frame{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}
.mono_solution__header_txt{
    color: #E25521;
    font-size: 3.4rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
}
.mono_solution__list{
    margin-bottom: 63px;
    max-width: 865px;
}
.mono_solution__box{
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}
.mono_solution__box_top{
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.mono_solution__box_top_img{
    width: 54px;
    margin-right: 6px;
}
.mono_solution__box_top_txt{
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 55px;
}
.mono_solution__box_top_br{
    background: none;
}
.mono_solution__box_bottom{
    margin-left: 60px;
}
.mono_solution__box_bottom_txt01{
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_solution__box_inner{
    display: flex;
    margin-bottom: 20px;
}
.mono_solution__box_inner:last-child{
    margin-bottom: 0;
}
.mono_solution__box_inner_header{
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 268px;
    display: flex;
    justify-content: space-between;
}
.mono_solution__box_inner_header::after{
    content: ":";
    display: block;
    font-size: 1.6rem;
    margin-right: 10px;
}
.mono_solution__box_inner_txt{
    width: fit-content;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_solution__btn {
    color: #fff;
    font-size: 2.4rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    max-width: 842px;
    height: 78px;
    background-color: #F15A24;
    background-image: url(../img/mono_mv__btn_img.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 32% 23px;
    border: solid 2px #F15A24;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 75px auto 42px;
}
.mono_solution__btn:hover{
    color: #F15A24;
    background-color: #fff;
    background-image: url("../img/mono_mv__btn_img02.png");
    transition: 0.8s;
}
@media only screen and (max-width: 1220px) {
    .mono_solution {
        padding: 95px 32px 0;
    }
}
@media only screen and (max-width: 1040px) {
    .mono_solution__box_inner {
        flex-direction: column;
    }
    .mono_solution__box_top {
        align-items: center;
        flex-direction: column;
    }
    .mono_solution__box_top_txt{
        text-align: center;
    }
    .mono_solution__box_inner_header {
        width: max-content;
    }
    .mono_solution__box_top_img{
        margin-right: 0;
    }
}
@media only screen and (max-width: 900px) {
    .mono_solution__btn{
        width: 100%;
        background-position: 28%;
    }
}
@media only screen and (max-width: 700px) {
    .mono_solution__btn{
        background-position: 23%;
    }
}
@media only screen and (max-width: 640px) {
    .mono_solution__box_top_txt {
        margin-top: 15px;
    }
    .mono_solution__header_txt {
        color: #E25521;
        font-size: 2.2rem;
    }
    .mono_solution__box_top_br{
        display: block;
    }
    .mono_solution__box_bottom {
        margin-left: 0;
    }
}
@media only screen and (max-width: 620px) {
    .mono_solution__btn{
        background-position: 20%;
    }
}
@media only screen and (max-width: 540px) {
    .mono_solution__btn{
        background-position: 17%;
    }
}
@media only screen and (max-width: 500px) {
    .mono_solution__btn{
        background-position: 32px;
    }
}
/*==================================================
  MONOページ 大学様からの声
==================================================*/
.mono_voice{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #575757;
}
.mono_voice__wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.mono_voice__header{
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    text-align: center;
}
.mono_voice__header::after {
    content: "";
    display: block;
    border-bottom: solid 1px #E25521;
    width: 390px;
    margin: 16px auto 64px;
}
.mono_voice__list{
    display: flex;
    justify-content: space-between;
}
.mono_voice__box{
    position: relative;
}
.mono_voice__comment{
    background-color: #fff;
    width: 30%;
    display: flex;
    flex-direction: column;
    padding-top: 35px;
    padding-bottom: 35px;
    border-right: solid 12px #E25521;
    border-bottom: solid 12px #E25521;
    position: relative;
}
.mono_voice__comment::before{
    content: "";
    background-color: #575757;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.mono_voice__comment::after{
    content: "";
    background-color: #575757;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: -12px;
}
.mono_voice__comment_header{
    color: #3C3C3C;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    margin: 0 24px -6px;
    position: relative;
    z-index: 1;
}
.mono_voice__comment_border01{
    width: 200px;
    height: 12px;
    background-color: #969696;
    margin-bottom: 20px;
}
.mono_voice__comment_border02{
    width: 224px;
    height: 12px;
    background-color: #969696;
    margin-bottom: 20px;
}
.mono_voice__comment_txt{
    color: #3C3C3C;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 24px;
}
@media only screen and (max-width: 1220px) {
    .mono_voice{
        padding: 50px 32px;
    }
}
@media only screen and (max-width: 1120px) {
    .mono_voice__header::after {
        width: 100%;
    }
}
@media only screen and (max-width: 810px) {
    .mono_voice__list {
        flex-direction: column;
        align-items: center;
    }
    .mono_voice__comment {
        width: 100%;
        margin-bottom: 48px;
    }
    .mono_voice__comment:last-child {
        margin-bottom: 0;
    }
}
/*==================================================
  MONOページ 導入フロー
==================================================*/
.mono_flow{
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #000;
}
.mono_flow__wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.mono_flow__header{
    color: #fff;
    font-size: 2.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 68px;
}
.mono_flow__img{
    display: block;
    width: 794px;
    margin-bottom: 50px;
}
.sp_mono_flow__img{
    display: none;
}
.mono_flow__txt{
    colot: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
}
@media only screen and (max-width: 900px) {
    .mono_flow{
        padding: 50px 32px 100px;
    }
    .mono_flow__img{
        width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    .mono_flow__img{
        display: none;
    }
    .sp_mono_flow__img{
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
}
/*==================================================
  MONOページ よくあるご質問
==================================================*/
.mono_QA{
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #000;
}
.mono_QA__wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../img/mono_QA__bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    border: solid 1px #E25521;
    margin: 0 auto;
    padding-bottom: 55px;
}
.mono_QA__header{
    color: #E25521;
    font-size: 3.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    margin: 44px 0 0;
}
.mono_QA__box{
    width: 100%;
    max-width: 1022px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
}
.mono_QA__box:last-child{
    border-bottom: none;
}
.mono_QA__accordion_content {
  display: none;
}
.mono_QA__accordion_content_wrapper{
    display: flex;
}
.mono_QA__accordion_header {
    margin: 35px 0 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
.mono_QA__accordion_header_initial, .mono_QA__accordion_content_initial{
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    margin-right: 14px;
}
.mono_QA__accordion_header p{
    color: #fff;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    margin-right: 50px;
}
.mono_QA__accordion_header::before,
.mono_QA__accordion_header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:30px;
  height:2px;
  margin:auto;
  background:#fff;
}
.mono_QA__accordion_header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.mono_QA__accordion_header.active::after{transform:rotate(0deg);}

.mono_QA__accordion_content {
  padding: 20px 0 20px 0;
}
.mono_QA__accordion_content_list{
    margin-top: 10px;
}
.mono_QA__accordion_header span,
.mono_QA__accordion_content span{
  position: relative;
}
.mono_QA__accordion_content_txt01{
    color: #fff;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 40px;
}
.mono_QA__accordion_content_txt02{
    color: #fff;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_QA__accordion_content_txt03{
    width: 250px;
    display: flex;
    justify-content: space-between;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_QA__accordion_content_txt03::after{
    content: "：";
    margin: 0 4px;
}
.mono_QA__accordion_content_txt_title{
    display: block;
    margin-bottom: 20px;
}
.mono_QA__accordion_content_txt_wrapper{
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 940px) {
    .mono_QA__accordion_content_txt_wrapper{
        flex-direction: column;
    }
}
.mono_QA__accordion_content_txt_box_l{
    display: flex;
    flex-direction: column;
}
.mono_QA__accordion_content_txt_box_r{
    display: flex;
    flex-direction: column;
}
.mono_QA__accordion_content_txt_box_txt{
    display: flex;
}
@media only screen and (max-width: 580px) {
    .mono_QA__accordion_content_txt_box_txt {
        flex-direction: column;
        margin-bottom: 20px;
    }
}
.mono_QA__accordion_content_txt_box_l p, .mono_QA__accordion_content_txt_box_r p{
    font-family: "Noto Sans JP", sans-serif;
}
.mono_QA__accordion_content_txt_other{
    text-align: right;
}
.mono_QA__accordion_content_link{
    color: #E25521;
    font-size: 1.6rem;
    text-decoration: underline;
}
.mono_QA__accordion_content_box{
    display: flex;
    margin-bottom: 25px;
}
.mono_QA__accordion_content_box:last-child{
    margin-bottom: 0;
}
.mono_QA__accordion_content_box span{
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 155px;
}
.mono_QA__accordion_content_box p{
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    width: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
}
.mono_QA__btn {
    color: #fff;
    font-size: 2.4rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    max-width: 400px;
    height: 78px;
    background-color: #F15A24;
    background-image: url(../img/mono_mv__btn_img.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 34px 23px;
    border: solid 2px #F15A24;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px auto 0;
}
.mono_QA__btn:hover{
    color: #F15A24;
    background-color: #fff;
    background-image: url("../img/mono_mv__btn_img02.png");
    transition: 0.8s;
}
.mono_QA__accordion_content_link{
    position: relative;
}
.inline-link{
    cursor: pointer;
}
/*	画像ポップアップ	*/
.outer-bg {
    background-color: rgba(65, 63, 57, 0.90);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100vh;
    flex-wrap: wrap;
    box-sizing: border-box;
	position: relative;
}
.inner-bg{
    display: flex;
    justify-content: space-between;
	position: relative;
	flex-direction: column;
	width: 100%;
    max-width: 1200px;
}
.mono_QA__accordion_content_map_pc{
    display: block;
    width: 100%;
}
.mono_QA__accordion_content_map_sp{
    display: none;
}
.mono_QA__accordion_content_item{
    display: flex;
    margin: 8px 0 16px;
}
.mono_QA__accordion_content_item span{
    font-family: "Noto Sans JP", sans-serif;
}
.mono_QA__accordion_content_item02{
    display: flex;
    margin: 8px 0 16px;
}
.mono_QA__accordion_content_item02 p{
    font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1400px) {
    .inner-bg{
        max-width: 960px;
    }
}
@media only screen and (max-width: 1000px) {
    .inner-bg{
        width: auto;
        margin: 0 20px;
    }
}
@media only screen and (max-width: 904px) {
    .inner-bg{
        margin: 0 32px;
    }
}
@media only screen and (max-width: 860px) {
    .mono_QA__accordion_content_item{
        flex-direction: column;
    }
}
@media only screen and (max-width: 720px) {
    .mono_QA__accordion_content_map_pc{
        display: none;
    }
    .mono_QA__accordion_content_map_sp{
        display: block;
        width: 100%;
    }
    .mfp-close, .mfp-close:active {
        top: 22px;
    }
}
@media only screen and (max-width: 500px) {
    .outer-bg {
        height: 100%;
    }
    .inner-bg{
        margin: 50px;
    	width: 80%;
    }
    .mfp-close, .mfp-close {
        width: 40px;
        height: 40px;
        right: 0%;
        top: 0%;
    }    
    .mfp-close, .mfp-close:active {
        width: 40px;
        height: 40px;
        right: 0%;
        top: 0%;
    }
}

@media only screen and (max-width: 1260px) {
    .mono_QA{
        padding: 50px 32px 100px!important;
    }
    .mono_QA__wrapper{
        width: auto;
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media only screen and (max-width: 1070px) {
    .mono_QA__accordion_content_box {
        flex-direction: column;
    }
}
@media only screen and (max-width: 900px) {
    .mono_QA__btn{
        width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    .mono_QA__accordion_header::before, .mono_QA__accordion_header::after {
        width: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .mono_QA__header{
        font-size: 2.2rem;
        margin: 44px 0;
    }
    .mono_QA__btn{
        background-position: 8%;
    }
}
@media only screen and (max-width: 420px) {
    .mono_QA__btn{
        font-size: 2rem;
        background-position: 5%;
        background-size: 30px;
    }
}
@media only screen and (max-width: 380px) {
    .mono_QA__btn{
        font-size: 1.8rem;
        background-position: 5%;
    }
}
/*==================================================
  MONO 詳細ページ MV
==================================================*/
.mono_detail__mv01{
    background-image: url("../img/mono_detail__mv01_img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -80px;
}
.mono_detail__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.mono_detail__copy{
    color: #fff;
    font-size: 5.4rem;
    font-weight: 600;
    line-height: 1;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}
.mono_detail__sub_copy{
    color: #fff;
    font-size: 2.8rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
}
@media only screen and (max-width: 700px) {
        .mono_detail__mv01 {
        height: 315px;
    }
    .mono_detail__copy{
        font-size: 4rem;
        margin-bottom: 20px;
    }
    .mono_detail__sub_copy{
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 340px) {
    .mono_detail__copy{
        font-size: 3.6rem;
    }
}
/*==================================================
  MONO 一覧ページ index
==================================================*/
.mono_detail__index{
    background-color: #2C2C2C;
    width: 100%;
    height: 90px;
}
.mono_detail__index_wrapper{
    width: 100%;
    height: 90px;
    max-width: 1142px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.mono_detail__index_link{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mono_detail__index_txt{
    color: #fff;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-right: 20px;
}
.mono_detail__index_br{
    display: none;
}
.mono_detail__index_img{
    width: 21px;
}
.mono_detail__index_border{
    border-left: solid 2px #E25521;
    height: 40px;
}
@media only screen and (max-width: 850px) {
    .mono_detail__index_txt {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 700px) {
    .mono_detail__index{
        height: 100%;
    }
    .mono_detail__index_wrapper {
        width: auto;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 32px;
    }
    .mono_detail__index_link {
        width: auto;
        justify-content: flex-start;
        margin: 16px 0 16px;
    }
    .mono_detail__index_border{
        width: 100%;
        height: auto;
        border-left: none;
        border-bottom: solid 1px #707070;
    }
}
@media only screen and (max-width: 500px) {
    .mono_detail__index_br{
        display: block;
    }
    .mono_detail__index_txt {
        font-size: 1.8rem;
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
    .mono_detail__index_txt {
        font-size: 1.6rem;
        text-align: center;
    }
}
/*==================================================
  MONO 一覧ページ コンテンツ部分
==================================================*/
.mono_detail__contents{
    background-color: #000;
    padding: 118px 0 0;
}
.mono_detail__contents_wrapper{
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
}
.mono_detail__contents_header{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 44px;
}
.mono_detail__contents_header_txt{
    color: #fff;
    font-size: 3.2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 26px;
}
.mono_detail__contents_border{
    border-top: solid 1px #E25521;
    width: 140px;
}
.mono_detail__contents_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mono_detail__contents_box{
    width: 37%;
    background-color: #2C2C2C;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: solid 1.5px #E25521;
    margin-bottom: 72px;
    padding: 40px;
}
.mono_detail__contents_txt_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.mono_detail__contents_img{
    width: 100%;
    margin-bottom: 30px;
}
.mono_detail__contents_txt01{
    color: #fff;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
}
.mono_detail__contents_txt02{
    color: #fff;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 36px;
}
.mono_detail__contents_link{
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    width: 200px;
    height: 40px;
    background-color: #424242;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    margin: 0 auto;
}
.mono_detail__contents_link:hover{
    color: #424242;
    background-color: #fff;
    transition: 0.8s;
}
.mono_detail__seminar{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mono_detail__seminar_wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.mono_detail__seminar_txt01{
    font-size: 1.2rem;
    text-align: left;
}
.mono_detail__seminar_date{
    color: #fff;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 84px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #424242;
    border: solid 1px #fff;
    margin-right: 15px;
}
.mono_detail__seminar_link{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    width: 120px;
    height: 36px;
    background-color: #F15A24;
    border: solid 2px #F15A24;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.mono_detail__seminar_link:hover{
    color: #F15A24;
    background-color: #fff;
    transition: 0.8s;
}
.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a{
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    line-height: 1;
    margin: 0 15px 0 0;
}
.pagination .prev, .pagination .next{
    display: none;
}
.pagination .dots{
    margin: 0 15px 0 0;
}
.pagination .current{
    color: #2C2C2C;
    font-size: 2.8rem;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #F0F0F0;
    padding: 15px;
    line-height: 1;
    margin: 0 15px 0 0;
}

@media only screen and (max-width: 1206px) {
    .mono_detail__contents{
        padding: 118px 32px 0;
    }
}
@media only screen and (max-width: 1000px) {
    .mono_detail__contents_box {
        width: 35%;
    }
}
@media only screen and (max-width: 750px) {
    .mono_detail__contents_list {
        justify-content: center;
    }
    .mono_detail__contents_box {
        width: 100%;
    }
    .mono_detail__contents_txt01{
        min-height: auto;
    }
}
@media only screen and (max-width: 500px) {
    .mono_detail__contents_box {
        padding: 20px 16px;
    }
    .mono_detail__contents_txt01 {
        font-size: 2rem;
    }
    .mono_detail__contents_txt02 {
        font-size: 1.6rem;
    }
}
/*==================================================
  MONO 詳細ページ コンテンツ部分
==================================================*/
.header02{
    color: #000;
}
.mono_page{
    background-color: #000;
    padding-top: 120px;
    margin-top: -80px;
}
.mono_page02{
    background-color: #000;
    padding-top: 120px;
    margin-top: -80px;
}
.mono_page03{
    background-color: #000;
    padding-top: 120px;
    margin-top: -80px;
}
.mono_page__wrapper{
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.mono_page__top{
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
}
.mono_page__header{
    color: #E25521;
    font-size: 3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    margin-bottom: 45px;
}
.mono_page03__header{
    display: flex;
    flex-direction: column;
    padding: 35px 0;
    margin-bottom: 45px;
    border-top: solid 1px #E25521;
    border-bottom: solid 1px #E25521;
}
.mono_page03__header_title{
    color: #E25521;
    font-size: 3rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 20px;
}
.mono_page03__header_list{
    display: flex;
}
.mono_page03__header_txt01{
    color: #E25521;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-right: 18px;
    min-width: 124px;
}
.mono_page03__header_txt02{
    color: #E25521;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_page_list{
    display: flex;
    align-items: flex-start;
}
.mono_page_list02{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mono_page__img{
    width: 300px;
    margin-right: 52px;
    object-fit: contain;
}
.mono_page__img02{
    width: 100%;
    margin-bottom: 52px;
    object-fit: contain;
}
.mono_page__box{
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.mono_page__txt_box01{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.mono_page__txt_box02{
    display: flex;
}
.mono_page__txt_box03__pc{
    display: flex;
}
.mono_page__txt_box03__sp{
    display: none;
}
.mono_page__txt_box02_list{
    display: flex;
    flex-direction: column;
}
.mono_page__txt_box02_header{
    color: #fff;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 14px;
}
.mono_page__txt_box02_txt{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_page__txt_box03_list{
    display: flex;
    margin-bottom: 16px;
}
.mono_page__txt_box03_list:last-child{
    margin-bottom: 24px;
}
.mono_page__txt_box03_list_warning{
    color: #fff;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_page__txt_line{
    width: 8px;
    height: 40px;
    background-color: #E25521;
    margin-right: 22px;
}
.mono_page__sub_header{
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
}
.mono_page__txt{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_page__dot{
    color: #fff;
    font-size: 1.4rem;
    margin-right: 4px;
}
.mono_page__txt_box03_img{
    width: 108px;
    object-fit: contain;
    margin-right: 20px;
}
@media only screen and (max-width: 904px) {
    .mono_page__wrapper{
        width: auto;
        margin: 0 32px;
    }
}
@media only screen and (max-width: 750px) {
    .mono_page__header {
        font-size: 2.8rem;
    }
}
@media only screen and (max-width: 500px) {
    .mono_page__txt_box03__pc{
        display: none;
    }
    .mono_page__txt_box03__sp{
        display: flex;
        flex-direction: column;
    }
    .mono_page__txt_box03_list__sp{
        display: flex;
    }
    .mono_page__txt_box03_img{
        margin-bottom: 20px;
    }
}
/*==================================================
  お問い合わせページ  フォーム部分
==================================================*/
.mono_page__contact{
    background-color: #000;
    display: flex;
    flex-direction: column;
}
.mono_page_contact__wrapper{
    display: flex;
    flex-direction: column;
}
.mono_page_contact__header{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.noborder input[type=text]{
    display:none;
}
.mono_page_contact__title{
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 35px;
    line-height: 1;
}
.mono_page_contact__txt02{
    color: #fff;
    font-size: 1.4rem;
}
.mono_page_contact__seminar_wrapper{
    background-color: #2C2C2C;
    display: flex;
    flex-direction: column;
    border: solid 1px #E25521;
    border-radius: 30px;
    padding: 50px 60px 0;
    margin-bottom: 84px;
}
.mono_page_contact__list01{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.mono_page_contact__list02{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 62px 0 34px;
}
.mono_page_contact__list03{
    display: flex;
    justify-content: center;
    margin-bottom: 62px;
}
.mono_page_contact__list04{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 34px;
}
.mono_page__txt_box03_date{
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    width: 128px;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_page__txt_box03_detail{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_page_contact__txt01{
    color: #fff;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 10px;
}
.mono_page_contact__txt01::after{
    content: "*";
    color: #E25521;
    margin-left: 4px;
}
.mono_page_contact__txt02{
    color: #fff;
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 16px;
}
.wpcf7-form-control-wrap{
    width: 100%
}
.mono_page_contact__list01 input{
    background-color: #F0F0F0;
    border: none;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 50px;
    padding-left: 20px;
}
.mono_page_contact__list02 input{
    border: solid 1px #707070;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.mono_page_contact__list02 span{
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_page_contact__list03 input{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    background-color: #E25521;
    font-family: "Noto Sans JP", sans-serif;
    border: solid 2px #E25521;
    width: 462px;
    height: 80px;
}
.mono_page_contact__list03 input:hover{
    color: #E25521;
    background-color: #fff;
    transition: 0.8s;
}
.mono_page_contact__list04{
    display: flex;
    justify-content: center;
    margin-bottom: 105px;
}
.mono_page_contact__list04 input{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #E25521;
    border: solid 2px #E25521;
    width: 462px;
    height: 80px;
    cursor: pointer;
}
.mono_page_contact__list04 input:hover{
    color: #E25521;
    background-color: #fff;
    transition: 0.8s;
}
.mono_page_contact__list05{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 62px 0 34px;
}
.mono_page_contact__list05 input{
    border: solid 1px #707070;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.mono_page_contact__list05 span{
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif;
}
.mono_page_contact__list05>.wpcf7-form-control-wrap{
    width: auto;
}
.mono_page_contact__list04 input{
    display: block!important;
}
@media only screen and (max-width: 1164px) {
    .mono_page{
        padding: 120px 0 32px;
    }
    .mono_page02{
        padding: 120px 0 32px;
    }
    .mono_page03{
        padding: 120px 0 32px;
    }
}
@media only screen and (max-width: 904px) {
    .mono_page_contact__seminar_wrapper{
        background-color: #000;
        border: none;
        padding: 0;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 840px) {
    .mono_page__img {
        width: 40%;
    }
}

@media only screen and (max-width: 620px) {
    .mono_page__img {
        margin-right: 32px;
    }
}
@media only screen and (max-width: 500px) {
    .mono_page_contact__header {
        align-items: flex-start;
    }
    .mono_page_contact__title{
        padding-top: 50px;
    }
    .mono_page_list {
        flex-direction: column;
    }
    .mono_page__img {
        width: 100%;
        margin: 0 0 32px;
    }
    .mono_page_contact__list01 input{
        height: 50px;
    }
    .mono_page_contact__list03{
        width: 100%;
    }
    .mono_page_contact__list03 input{
        width: 100%;
    }
    .mono_page_contact__list04{
        width: 100%;
    }
    .mono_page_contact__list04 input{
        width: 100%;
    }

}
/*==================================================
  お問い合わせページ  コンテンツ部分
==================================================*/
.mono_page03__contents{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 138px;
}
.mono_page03__contents_title{
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 30px;
}
.mono_page03__contents_border{
    border-top: solid 1px #E25521;
    margin-bottom: 30px;
}
.mono_page03__contents_txt{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 68px;
}
.mono_page03__contents_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mono_page03__contents_btn_txt{
    color: #fff;
    font-size: 2.6rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 28px;
}
.mono_page03__contents_btn_link{
    color: #fff;
    font-size: 3rem;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #F15A24;
    border: solid 2px #F15A24;
    width: 400px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mono_page03__contents_btn_link:hover{
    color: #F15A24;
    background-color: #fff;
    transition: 0.8s;
}
@media only screen and (max-width: 500px) {
    .mono_page03__contents_btn_link{
        width: 100%;
        margin: 0 32px;
    }
}