<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media screen and (min-width: 768px) {
/*--------------------------------
汎用クラス
-------------------------------- */
.c_radius_10 {
border-radius: 10px;
}
.c_radius_20 {
border-radius: 20px;
}
.c_comment {
width: 427px;
height: 43px;
margin: 0 auto 8px;
padding-top: 11px;
background-image: url(../../../images/detail/job/main_obj.svg);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
font-size: 14px;
font-weight: 700;
line-height: 1;
text-align: center;
}
.main_btns{
margin-top: 50px;
}
.c_btn {
display: block;
width: 600px;
height: 80px;
margin: 0 auto;
border-radius: 40px;
outline: none;
}
.c_btn:hover {
opacity: 0.7;
}
.c_btn.c_btn_01 {
margin-bottom: 20px;
}
button {
font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
}
/*==============================================================================
main
============================================================================= */
.main_bg {
padding: 37px 0 60px;
border-bottom: 10px solid #000;
background-color: #f8f8f8;
}
/*
.main_box {
margin-bottom: 30px;
}
*/
.main_flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
/* height: 340px; */
}
.main_left {
width: 400px;
}
.main_left_img img {
width: 400px;
/* height: 340px; */
object-fit: cover;
border-radius: 10px 0 0 10px;
}
.object_fit_img {
object-fit: cover;
font-family: 'object-fit: cover;'
}
.main_right {
display: flex;
flex-direction: column;
justify-content: space-between;
width: calc(100% - 400px);
border-radius: 0 10px 0 0;
background: #f3f3f3;
}
.main_right-top {
padding: 35px 40px;
border-radius: 0 10px 0 0;
background: #f3f3f3;
}
.main_right_ttl {
margin-bottom: 20px;
font-size: 32px;
font-weight: 700;
}
.main_right_category {
width: 100%;
min-height: 30px;
margin-bottom: 10px;
padding: 0 0 0 40px;
position: relative;
}
.main .category_icon {
width: 30px;
height: 30px;
position: absolute;
left: 0;
top: 0;
}
.main .category_txt {
padding: 8px 30px;
border-radius: 15px;
background-color: #ffffff;
font-size: 16px;
font-weight: 500;
line-height: 1;
margin: 0 5px 5px 0;
display: inline-block;
float: left;
}
.main_right_txt {
font-size: 20px;
font-weight: 500;
line-height: 34px;
}
.main_date {
padding: 16px 0;
border-radius: 0 0 10px 0;
background-color: #a4a4a4;
color: #ffffff;
font-size: 18px;
font-weight: 700;
line-height: 1;
text-align: center;
}
.no_date{
display: none!important;
}
	
.main_onair{
width: 1000px;
margin: 0 auto;
}
.main_onair .main_movie{
width: 1000px;
margin: 0 auto 20px;
}
.main_onair.chat .main_movie{
width: 600px;
margin: 0 0 20px;
float: left;
}
.main_onair .main_movie .movie_inner{
width: 100%;
padding-top: 56.25%;
position: relative;
}
.main_onair .main_movie .movie_inner iframe{
width: 100%!important;
height: 100%!important;
position: absolute;
right: 0;
top: 0;
}
.main_onair .main_chat{
width: 400px;
height: 337px;
margin: 0 0 5px;
float: left;
position: relative;
}
.main_onair .main_chat iframe{
width: 100%!important;
height: 100%!important;
position: absolute;
right: 0;
top: 0;
}
.main_onair .main_ttl{
font-size: 24px;
font-weight: bold;
line-height: 1.4;
margin: 0 0 15px;
padding: 0;
}
.main_onair .main_ttl span{
background: #ff0000;
color: #fff;
font-size: 12px;
font-weight: bold;
font-style: italic;
border-radius: 5px;
margin: 0 0 5px;
padding: 7px 15px 5px;
display: inline-block;
}
.main_onair .text_box{
width: 100%;
clear: both;
}
.main_onair .text_box .main_date{
width: 100%;
background: none;
text-align: left;
margin: 0 0 15px;
padding: 0;
}
.main_onair .text_box .main_right_category{
margin-bottom: 5px;
}
.main_onair .text_box .main_date span{
background: #a4a4a4;
color: #fff;
font-size: 16px;
font-weight: bold;
border-radius: 5px;
margin: 0;
padding: 10px 15px 8px;
display: inline-block;
}
.main_onair .main_actor{
width: 100%;
font-size: 20px;
font-weight: bold;
text-align: left;
margin: 0;
}

.reserve_btn{
width: 100%;
text-align: center;
margin: 0 0 30px;
}
.reserve_btn a{
background: url("../../../images/detail/common/btn_bg_01.gif");
background-size: 9px 9px;
color: #fff;
font-size: 26px;
font-weight: bold;
letter-spacing: 2px;
border: 8px solid #d50000;
border-radius: 100px;
padding: 15px 165px 15px 125px;
display: inline-block;
position: relative;
}
.reserve_btn a::before{
content: "";
width: 34px;
height: 34px;
background: url("../../../images/detail/common/btn_ico_01.png") no-repeat;
background-size: 100% auto;
position: absolute;
right: 104px;
top: 50%;
margin-top: -17px;
}
.reserve_btn + .txt{
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 15px 0 0;
}	

/*==============================================================================
high
============================================================================= */
.high {
/*-- 開いた状態 --*/
}
.high_bg {
margin-bottom: 60px;
padding: 70px 0 60px;
background-image: url(../../../images/detail/common/high_bg.jpg);
background-repeat: repeat;
}
.high_box {
padding: 0 100px 50px;
background-color: #ffffff;
}
.high_ribbon {
-webkit-transform: translateY(-32px);
-ms-transform: translateY(-32px);
width: 283px;
margin: 0 auto;
transform: translateY(-32px);
}
.high_ttl {
width: 585px;
height: 75px;
margin: 0 auto 30px;
background-image: url(../../../images/detail/common/high_obj.svg);
background-position: bottom center;
background-repeat: no-repeat;
font-size: 30px;
font-weight: 700;
line-height: 1;
text-align: center;
}
.high_item {
position: relative;
margin-bottom: 4px;
padding-left: 40px;
font-size: 24px;
font-weight: 700;
}
.high_item:before {
position: absolute;
top: 7px;
left: 0;
width: 22px;
height: 22px;
background-image: url(../../../images/detail/common/high_icon.svg);
background-position: bottom center;
background-repeat: no-repeat;
background-size: contain;
content: "";
}

.high_middle {
width: 960px;
margin: 0 auto 60px;
color: #333333;
}
.high_middle_ttl {
margin: 70px 0 20px;
font-size: 26px;
font-weight: 700;
line-height: 50px;
}
.high_middle_ttl.top {
margin: 0 0 20px;
padding-top: 43px;
position: relative;
z-index: 2;
}
.high_middle_ttl.top:after {
z-index: -1;
position: absolute;
top: 0;
left: -15px;
width: 104px;
height: 81px;
background-image: url(../../../images/detail/common/high_ruby.svg);
background-position: bottom center;
background-repeat: no-repeat;
background-size: contain;
content: "";
}
.high_middle_txt {
margin-bottom: 30px;
font-size: 16px;
font-weight: 500;
line-height: 30px;
}
.high_middle_txt:last-child {
margin-bottom: 0;
}
.high_middle_txt a{
color: #eb0000;
font-weight: bold;
text-decoration: underline;
}
.high_middle_img {
margin: 30px 0 60px;
}
.high th {
display: block;
margin-bottom: 10px;
}
.high th span {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
width: 160px;
height: 36px;
border: 2px solid #eb0000;
background-color: #ffdede;
font-size: 18px;
font-weight: 700;
line-height: 1;
}
.high td {
display: block;
margin-bottom: 30px;
font-size: 16px;
font-weight: 500;
line-height: 30px;
}

.high_btn {
display: block;
position: relative;
width: 400px;
height: 60px;
margin: 0 auto;
border-radius: 45px;
outline: none;
background: #e5e5e5;
font-size: 24px;
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
cursor: pointer;
}
.high_btn:hover {
opacity: 0.7;
}
.high_btn:after {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
display: block;
position: absolute;
top: 50%;
right: 35px;
width: 36px;
height: 36px;
transform: translateY(-50%);
background-image: url(../../../images/detail/job/high_arrow.png);
background-position: bottom center;
background-repeat: no-repeat;
background-size: contain;
content: "";
}

/*==============================================================================
other
============================================================================= */
.other_bg {
padding: 100px;
}
.other_top {
width: 690px;
margin: 0 auto 40px;
}
.other_list {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
width: 1000px;
margin: 0 auto;
}
.other_item {
width: 320px;
padding: 20px 0 30px;
background-color: #f3f3f3;
}
.other_inner {
width: 280px;
margin: 0 auto;
}
.other_left_img {
margin-bottom: 16px;
}
.other_right_ttl {
/* height: 50px; */
margin-bottom: 15px;
font-size: 18px;
font-weight: 700;
}
.other_right_txt {
font-size: 14px;
font-weight: 500;
line-height: 18px;
}
.other_right_txt:last-child {
margin-bottom: 10px;
}
.other_right_category {
margin-bottom: 10px;
}
.other_right_category .live_icon {
width: 90px;
height: 23px;
line-height: 0;
}
.tag_list{
width: 100%;
min-height: 23px;
margin: 0 0 23px;
padding: 0 0 0 28px;
position: relative;
}
.tag_list .category_icon {
width: 23px;
height: 23px;
line-height: 0;
position: absolute;
left: 0;
top: 0;
}
.tag_list .category_txt {
padding: 5px 20px;
border-radius: 12px;
background-color: #ffffff;
font-size: 14px;
font-weight: 500;
line-height: 1;
margin: 0 5px 5px 0;
display: inline-block;
float: left;
}
.other_date {
margin-bottom: 10px;
padding: 8px 0;
background-color: #a4a4a4;
color: #ffffff;
font-size: 14px;
font-weight: 700;
line-height: 1;
text-align: center;
}
.other_txt {
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
display: -webkit-box;
margin-bottom: 10px;
overflow: hidden;
font-size: 14px;
font-weight: 500;
line-height: 24px;
}
.other table {
display: block;
margin-bottom: 15px;
}
.other th {
width: 80px;
padding-right: 10px;
font-size: 14px;
font-weight: 700;
line-height: 24px;
}
.other td {
width: 200px;
font-size: 14px;
font-weight: 500;
line-height: 24px;
}
.other_button {
width: 100%;
border-radius: 15px;
outline: none;
}
.other_button a {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 8px 0;
border-radius: 15px;
background-color: #000000;
color: #ffffff;
font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 2.58px;
line-height: 1;
text-align: center;
}
.other_button a:after {
-webkit-transition: -webkit-transform 0.2s;
display: inline-block;
width: 8px;
height: 13px;
margin-left: 10px;
background-image: url(../../../images/detail/common/other_arrow.svg);
background-position: bottom center;
background-repeat: no-repeat;
background-size: contain;
content: "";
transition: -webkit-transform 0.2s;
transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
}
.other_button a:hover {
opacity: 0.7;
}

/* おすすめウェビナーが0件の場合のリンク add:20201010 */
.about_theme_link {
text-align: center; }
.about_theme_link .button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 400px;
height: 50px;
margin: 0 auto;
border-radius: 50px;
background-color: #fff;
border: 8px solid #000;
font-size: 24px;
font-weight: bold; }
.study .about_theme_link .button {
color: #008558;
border-color: #008558; }
.job .about_theme_link .button {
color: #0030ff;
border-color: #0030ff; }
.about_theme_link .button .arrow {
margin-left: 26px;
height: 19px;
width: 12px;
vertical-align: middle;
line-height: 0; }

.main_ondemand{
width: 100%;
border-radius: 10px;
overflow: hidden;
}
.main_ondemand .main_right{
width: 100%;
display: block;
}
.main_ondemand .movie_iframe{
margin: 0 0 40px;
}
.main_ondemand .movie_iframe .movieInner{
position: relative;
width: 100%;
padding-top: 56.25%;
}
.main_ondemand .movie_iframe .movieInner iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

.live_btn{
width: 100%;
text-align: center;
margin: 0 0 30px;
}
.live_btn a{
background: url("../../../images/detail/common/btn_bg_01.gif");
background-size: 9px 9px;
color: #fff;
font-size: 26px;
font-weight: bold;
letter-spacing: 2px;
border: 8px solid #d50000;
border-radius: 100px;
padding: 15px 165px 15px 125px;
display: inline-block;
position: relative;
}
.live_btn a::before{
content: "";
width: 34px;
height: 34px;
background: url("../../../images/detail/common/btn_ico_01.png") no-repeat;
background-size: 100% auto;
position: absolute;
right: 104px;
top: 50%;
margin-top: -17px;
}
.live_btn + .txt{
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 0 0 10px;
}
.btn_box{
width: 680px;
margin: 0 auto;
}
.btn_box &gt; li{
width: 320px;
margin: 0 40px 0 0;
float: left;
}
.btn_box &gt; li:last-child{
margin: 0;
}
.btn_box.type02 &gt; li{
margin: 0 auto;
float: none!important;
}
.btn_box &gt; li a{
color: #fff;
font-size: 16px;
font-weight: bold;
text-align: center;
border-radius: 100px;
padding: 5px 20px;
display: block;
}
.btn_box &gt; li.mail a{
background: #00379c;
border: 6px solid #002b7b;
}
.btn_box &gt; li.twitter a{
background: #1da1f2;
border: 6px solid #0E84CC;
}
}
</pre></body></html>