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

/*-- font --*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');

/*--- COMMON ---*/

.pc { display: block; }
.sp { display: none; }

#st_wrap_wrap {
  width: 100%;
}
#st_in {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.shoulder {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: 1px solid;
}
 h3 {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
   text-align: center;
   margin: 5px 0;
}

/*-- KV --*/

#st_kv {
  margin: 50px 0 50px 0;
}
#st_kv img {
  width: 100%;
}
.list_btn a {
  display: block;
  background-image: url("../img/seminar_list_btn.png");
	background-color: #c1355f;
  width: 600px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 50px auto 80px;
}
.list_btn a:hover {
  background-color: #961139;
}


/*-- infomation --*/

.info_box {
  border: #f00038 1px solid;
  padding: 50px 50px 70px;
    margin-bottom: 60px;
}
.info_box .shoulder {
  color: #db1517;
  border-bottom-color: #db1517;
}
.info_box h4.info_title {
  color: #db1517;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: center;
  margin: 30px 0;
}
.kansen_pict {
  /*background-image: url("../img/seminar_covid19_icon.png");
  background-size: 600px;
  background-repeat: no-repeat;*/
  width: 600px;
  /*height: 80px;*/
  margin: 0 auto 40px;
}
.kansen_pict img {
  width: 100%;
}
.info_box p {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.8em;
  max-width: 600px;
  margin: 15px auto;
}
.info_box p.notis {
  margin: auto;
}


/*-- advisor --*/

.advisor_box {
  background-color: #e1dbce;
  margin: 50px 0;
}

.advisor_pict {
  background-image: url("../img/seminar_advisor_pict.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 260px;
  height: 200px;
  float: left;
}
.advisor_about {
  width: calc( 100% - 260px - 80px );
  padding: 50px 40px 0 40px;
  float: left;
}
.advisor_about h4 {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.advisor_about p {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}

/*-- point --*/

.point_box {
  margin: 100px 0;
}

.point_box .shoulder {
  color: #315fa9;
  border-bottom-color: #315fa9;
}
.point_box ul li {
  width: calc( 25% - 19px );
  float: left;
}
.point_box ul li:nth-child(2),
.point_box ul li:nth-child(3),
.point_box ul li:nth-child(4) {
  margin-left: 25px;
}
.point_box ul li .point_pict {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 160px;
}
.point_box ul li:nth-child(1) .point_pict {
  background-image: url("../img/seminar_pict1.png");
}
.point_box ul li:nth-child(2) .point_pict {
  background-image: url("../img/seminar_pict2.png");
}
.point_box ul li:nth-child(3) .point_pict {
  background-image: url("../img/seminar_pict3.png");
}
.point_box ul li:nth-child(4) .point_pict {
  background-image: url("../img/seminar_pict4.png");
}
.point_box ul li h4 {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin: 25px 0 20px;
  text-align: center;
  color: #315fa9;
}
.point_box ul li p {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;line-height: 1.6em;
}



/*-- voice --*/

.voice_box {
  background-color: #fff0f7;
  padding: 70px 0;
}
.voice_box .shoulder {
  color: #db1517;
  border-bottom-color: #db1517;
}
.voice_unit {
  background-color: #fff;
  padding: 15px;
  margin: 15px 30px;
}
.voice_unit p {
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  width: calc( 100% - 40px - 150px );
  float: left;
  display: block;
  margin: 5px 0 5px 10px;
  border-right: 1px solid #e5e5e5;
  min-height: 60px;
  padding: 5px 25px 5px 0;
}
.voice_about {
  width: 60px;
  height: 30px;
  padding: 15px 0 25px 90px;
  float: right;
  background-position: center left 20px;
  background-repeat: no-repeat;
  background-size: 50px;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}
.voice_unit .woman1 {
  background-image: url("../img/seminar_voice_icon1.png");
}
.voice_unit .woman2 {
  background-image: url("../img/seminar_voice_icon2.png");
}
.voice_unit .man1 {
  background-image: url("../img/seminar_voice_icon3.png");
}
.voice_unit .man2 {
  background-image: url("../img/seminar_voice_icon4.png");
}



/*-- employees --*/

.emp_box {
  padding: 80px 0;
}
.emp_box .shoulder {
  color: #315fa9;
  border-bottom-color: #315fa9;
}

.emp_pict {
  width: 480px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/seminar_employee_pict.png");
  float: left;
}
.emp_about {
  width: calc( 100% - 480px );
  float: right;
}
.emp_about p {
  margin: 30px auto 70px;
  width: calc( 100% - 140px );
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  line-height: 1.8em;
}
.emp_about .emp_btn a {
  display: block;
  background-image: url("../img/seminar_emp_btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  max-width: 280px;
  width: 90%;
  height: 63px;
  text-indent: -9999px;
  margin: 0 auto;
}
.emp_about .emp_btn a:hover {
  background-image: url("../img/seminar_emp_btn_.png");
}

@media all and (-ms-high-contrast: none) {  /* IEのみ */

}


/* -----------------------------

TUB　タブレット
画面サイズが621pxから1000pxまで

----------------------------- */

@media screen and (min-width:621px) and ( max-width:1000px) {
    
}

/* -----------------------------

SP　スマホ
画面サイズが765px以下　

----------------------------- */

@media screen and (max-width:765px) { 

/*--- COMMON ---*/

.pc { display: none; }
.sp { display: block; }

  
#st_kv {
  padding: 0 20px;
  margin-top: 60px;
    margin-bottom: 10px;
}
#st_kv img {
  /*width: calc( 100% - 40px );*/
  margin: 65px auto 0;
}
    
p.kv_text {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;line-height: 1.6em;
  width: calc( 100% - 40px );
    margin: 0 auto 50px;
}

.list_btn a {
  max-width: 600px;
  width: 90%;
  height: 85px;
  /*background-size:80%;*/
}
    
/*-- infomation --*/

.info_box {
  padding: 30px;
  margin: 0 20px 50px;
}
.kansen_pict {
  /*background-image: url("../img/seminar_covid19_icon_tub.png");
  background-size: 300px;
  background-repeat: no-repeat;
  width: 300px;
  height: 160px;*/
  width: auto;
}

/*-- advisor --*/
.advisor_box {
  margin: 30px 20px;
}
.advisor_pict {
  width: 240px;
  height: 220px;
}
.advisor_about {
  width: calc( 100% - 240px - 60px );
  padding: 30px 30px 0 30px;
}


/*-- point --*/

.point_box {
  margin: 80px 0;
}
.point_box ul {
  width: 80%;
  margin: 0 auto;
}
.point_box ul li {
  width: calc( 50% - 13px );
  margin-bottom: 30px;
  float: left;
}
.point_box ul li:nth-child(2),
.point_box ul li:nth-child(4) {
  margin-left: 25px;
}
.point_box ul li:nth-child(3) {
  margin-left: 0;
}
.point_box ul li h4 {
  font-size: 16px;
  margin: 20px 0 15px;
}


/*-- voice --*/

.voice_box {
  padding: 60px 0;
}
.voice_unit p {
  font-weight: 300;
  width: calc( 100% - 40px - 100px );
  padding: 5px 25px 5px 0;
}
.voice_about {
  width: 90px;
  height:auto;
  padding: 63px 0 0;
  float: right;
  background-position: top center ;
  font-size: 13px;
  text-align: center;
}
  .voice_about .voice_age {
    display:inline;
    margin-right: 10px;
  }


/*-- employees --*/

.emp_box {}
.emp_pict {
  margin: 0 auto;
  width: 80%;
  height: 260px;
  float: none;
}
.emp_about {
  margin: 0 auto;
  width: 80%;
  float: none;
}
.emp_about p {
  margin: 30px auto;
  width: 100%;
  font-size: 14px;
}
  
  
}

/* -----------------------------

SP　スマホ
画面サイズが500px以下　

----------------------------- */

@media screen and (max-width:500px) {

/*-- KV --*/

.list_btn a {
  max-width: 350px;
  width: 90%;
  height: 70px;
  background-size:70%;
}



/*-- advisor --*/
.advisor_box {
  margin: 50px 40px;
}
.advisor_pict {
  width: 100%;
  height: 220px;
  float: none;
}
.advisor_about {
  width: calc( 100% - 60px );
  padding: 30px !important;
  float: none;
}

  
  
/*-- point --*/

.point_box {}
.point_box ul {
  width: 80%;
  margin: 0 auto;
}
.point_box ul li {
  width: 90%;
  margin-bottom: 30px;
  float: none;
  margin: 20px auto 40px auto !important;
}
.point_box ul li .point_pict {
  height: 200px;
}
}

</pre></body></html>