@charset "utf-8";
/*-------------------------------------------------

responsive.gs.12col設定

-------------------------------------------------*/
.container {
	max-width: 100%;
}
/*-------------------------------------------------

共通

-------------------------------------------------*/
#contents {
    line-height: 1.8;
}
.headingBlock {
	background: #000;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 15px 20px 10px;
	text-align: center;
	margin-top: 30px;
}
.headingBlock__main {
	font-size: 2.1em;
	line-height: 1.2;
}
.sectionBody {
	padding: 0 25px;
	margin-bottom: 50px;
}
.scheduleArea {
	margin: 0 -15px 60px;
}
.leadText {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	padding: 20px;
}
.headingBlock2 {
	background: #ccc;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.firstLetterHeading {
	background: url(../img/bg_dot.gif);
	line-height: 1.6;
	margin-bottom: 30px;
}
.firstLetterHeading:first-letter {
	background: #E60062;
	color: #fff;
	display: inline-block;
	height: 36px;
	margin-right: 4px;
	padding: 0 5px;
}
/* btn--arrow ************************************************************************/
.btn--arrow {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fea535+0,fea535+50,fa8900+51,fa8900+100 */
	background: #fea535; /* Old browsers */
	background: -moz-linear-gradient(top, #fea535 0%, #fea535 50%, #fa8900 51%, #fa8900 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fea535 0%, #fea535 50%, #fa8900 51%, #fa8900 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fea535 0%, #fea535 50%, #fa8900 51%, #fa8900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea535', endColorstr='#fa8900', GradientType=0 ); /* IE6-9 */
	border: 2px solid #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	box-sizing: border-box;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .03em;
	line-height: 1.4;
	position: relative;
	text-shadow: 2px 2px 5px rgba(0,0,0,.2);
	width: 680px;
}
.btn--arrow a:link, .btn--arrow a:visited, .btn--arrow a:hover, .btn--arrow a:active {
	color: #fff;
	display: block;
	padding: 25px 100px 25px 70px;
	text-decoration: none;
}
.btn--arrow:after {
	content: "\f054\f054";
	font-family: FontAwesome;
	font-size: 28px;
	line-height: 1;
	margin-top: -14px; /* font-size/2 */
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 20px;
}
.btn--arrow--pink {
 background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb5f8c+0,eb5f8c+50,e84b7e+51,e84b7e+100 */
 background: #eb5f8c; /* Old browsers */
	background: -moz-linear-gradient(top, #eb5f8c 0%, #eb5f8c 50%, #e84b7e 51%, #e84b7e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eb5f8c 0%, #eb5f8c 50%, #e84b7e 51%, #e84b7e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eb5f8c 0%, #eb5f8c 50%, #e84b7e 51%, #e84b7e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5f8c', endColorstr='#e84b7e', GradientType=0 ); /* IE6-9 */
}
/* /btn--arrow ************************************************************************/

.downArrowMessage {
	background: url(../img/bg_arrow.png) no-repeat center top;
	padding-top: 20px;
	font-size: 19px;
	font-weight: bold;
	height: 120px;
	margin-bottom: -28px;
	text-shadow: 0 0 10px #fff;
	line-height: 1.3;
}
.downArrowMessage--green {
	background-image: url(../img/bg_arrow_green.png);
}
/* ユーティリティクラス */
.centerBlock {
	margin-left: auto;
	margin-right: auto;
}
.mobileBr, .mobileContent {
	display: none;
}
/*-------------------------------------------------

clearFix

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

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}
/* End hide from IE-mac */

/* #visual */
#visual {
  position: relative;
  height: 495px;
  margin: 0 0 70px;
}

#visual div.al_center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 80px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#visual figure {
  position: relative;
  height: 495px;
  overflow: hidden;
}

#visual figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}


#visual figure[class^="shadow"]::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}

#visual figure.shadow::before {
  background: rgba(0, 0, 0, 0);
}

#visual div.al_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}

#visual.langBg {
  position: relative;
  height: 780px;
  margin: 0 0 90px;
}

#visual.langBg div.al_center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 80px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#visual.langBg figure {
  position: relative;
  height: 780px;
  overflow: hidden;
}

#visual.langBg h2.tit{
	font-size:3.0rem;
	margin:0 0 20px 0;
	color:#000;
	text-shadow:none;
}

#visual.langBg p.ntxt {
	font-size:1.6rem;
	margin:0 0 30px 0;
	color:#000;
	text-shadow:none;
}

#visual.langBg img.langImg{
	margin-bottom:40px;
	text-align:center;
}



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

コンテンツ

-------------------------------------------------*/
.mainContent {
	width: 950px;
	margin: 0 auto;
	background: #fff;
}
h2 {
	margin-bottom: 20px;
}
.section--regular {
	padding: 0 15px;
}
.section--regular .headingBlock {
	background: #39A2DB;
}
.section--regular .accentText {
	color: #39A2DB;
}
.section--regular .headingBlock2 {
	background: #E5F3FA;
	color: #39A0D8;
}
.section--beginner {
	padding: 0 15px;
}
.section--beginner .headingBlock {
	background: none;
	color: #91BF17;
}
.section--beginner .accentText {
	color: #91BF17;
}
.centerTxt {
	text-align: center;
}
.pointList {
	color: #222;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.pointList > .col {
	margin-bottom: 20px;
}
.pointList__img {
	margin: 0 0 15px -8px;
}
.navi2 > dd {
	overflow: hidden; /* clearfix */
}
/* アコーディオン内のテーブル */
dd > table {
	float: left;
	width: 465px;
}
dd > table:first-child {
	margin-right: 20px;
}
.contents01Box {
	border-right: 2px solid #D0EAF4;
	border-left: 2px solid #D0EAF4;
	padding: 20px 30px;
}
.box {
	font-size: 14px;
	margin: 10px 0 15px 0;
	background: #F4F0E3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 405px;
	padding: 15px 20px;
}
.chineseTitle {
	background: #0E9ADC;
	color: #FFF;
	font-size: 26px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 445px;
	padding: 12px 0 8px 0;
	text-align: center;
	font-weight: bold;
}
.koreanTitle {
	background: #F36421;
	color: #FFF;
	font-size: 26px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 445px;
	padding: 12px 0 8px 0;
	text-align: center;
	font-weight: bold;
}
.blueTxt {
	color: #0E9ADC;
}
.blueLine {
	border-bottom: 1px solid #0E9ADC;
	width: 445px;
	margin: 20px 0 5px 0;
}
.orangeTxt {
	color: #F36421;
}
.orangeLine {
	border-bottom: 1px solid #F36421;
	width: 445px;
	margin: 20px 0 5px 0;
}
.courseTxt {
	font-size: 14px;
	margin: 20px 0 40px 0;
	width: 450px;
}
.courseTxts {
	font-size: 10px;
	text-align: right;
	width: 450px;
}
.courseSpec {
	box-sizing: border-box;
	padding: 15px 20px;
	line-height: 1.8em;
	font-size: 15px;
	border-radius: 10px;
}
.courseSpec dt {
	float: left;
	font-weight: bold;
	width: 28%;
}

.note{
    margin-top: 5px;
    font-size: 12px;
}

.section--regular .courseSpec {
	border: 1px solid #74CCF1;
}
.section--regular .courseSpec dt span {
	color: #74CCF1;
}
.section--beginner .courseSpec {
	border: 1px solid #92BF17;
}
.section--beginner .courseSpec dt span {
	color: #92BF17;
}
.section--beginner .courseSpec dd a:before {
	content: "＞";
	font-weight: bold;
	margin-right: 3px;
	font-size: 13px;
}
.br-smp {
	display: none;
}
h4 {
	color: #E60062;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}
#wrap {
	line-height: inherit;
}
/*-------------------------------------------------

開講スケジュール

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

.navi2 dt {
	background-color: #EE1065;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 60px;
	position: relative;
}
.accordionSwitch--cn {
	background: url(../img/cn_flag.png) 10px center no-repeat;
}
.accordionSwitch--kr {
	background: url(../img/kr_flag.png) 10px center no-repeat;
}
.accordionSwitch--fr {
	background: url(../img/fr_flag.png) 10px center no-repeat;
}
.accordionSwitch--es {
	background: url(../img/es_flag.png) 10px center no-repeat;
}
.accordionSwitch--it {
	background: url(../img/it_flag.png) 10px center no-repeat;
}
.accordionSwitch--de {
	background: url(../img/de_flag.png) 10px center no-repeat;
}
.accordionPrompt {
	background: url(../img/accordion_arrow.png) no-repeat 100% center #eee;
	color: #333;
	font-size: 10px;
	padding: 0.5em 30px 0.5em 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor:pointer;
}
.accordionBody {
	display: none;
}
.onecoinTbl {
}
.onecoinTbl td:first-child {
	width: 100px;
}
#trialInfo {
	border: 1px dotted #08A3F3;
	padding: 10px 20px;
	margin-bottom: 30px;
}
#trialInfo ul li {
	padding-left: 15px;
	line-height: 1.5em;
}
table.infoTbl {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}
table.infoTbl th {
	font-weight: normal;
	padding: 0.5em 0.2em;
	border: 1px solid #CCC;
	vertical-align: middle;
	line-height: 1.3em;
	background-color: #F6F6F6;
	text-align: center;
}
table.infoTbl td {
	width: 20%;
	padding: 0.5em 0.2em;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3em;
}
.kaisai {
	width: 30%;
}
.start {
	width: 10%;
}
.lesson {
	width: 50%;
}
.kaisai2 {
	width: 25%;
}
.lesson2 {
	width: 55%;
}
p.areaName {
	font-size: 16px;
	margin-bottom: 10px;
	color: #E4007F;
}
/*---------------------------------

　NEW 開講スケジュール　20140206

---------------------------------*/
table.onecoinTbl {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
table.onecoinTbl th {
	font-weight: normal;
	padding: 5px 0;
	border: 1px solid #CCC;
	vertical-align: middle;
	line-height: 1.3em;
	background-color: #F6F6F6;
	text-align: center;
}
table.onecoinTbl td {
	padding: 5px 0;
	border: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3em;
}
.kaisai {
	width: 160px;
}
.start {
	width: 60px;
}
.end {
	width: 60px;
}
.level {
	width: 55px;
}
.lesson {
	width: 110px;
}

/*#toLink, footer{
	display:none;
}

*/


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

　multi/css/pc/common.cssから流用　20170310

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

.course_contact > div,
.course_contact02 > div {
	text-align:center;
}

.course_contact > div [class^="btn_"] {
    width: 750px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.4;
    height: 80px;
}

.course_contact02 > div [class^="btn_"] {
    width: 400px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    height: 60px;
}

.course_contact > div [class^="btn_"] i ,
.course_contact02 > div [class^="btn_"] i {
    margin: 0 0 0 8px;
}
.course_contact .ml_txt{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-align: center;
}

.btn_green {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 225px;
  height: 45px;
  padding: 0 20px;
  background: #91BF17;
  border-style: solid;
  border-width: 2px;
  border-color: #91BF17;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_green i:first-child {
  margin: 0 0 0 8px;
}

.btn_green .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_green .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_green:hover {
  background: #fff;
  color: #91BF17;
}

[class^="btn_green"] sup {
  top: -0.2em;
}

[class^="btn_green"]:hover {
  text-decoration: none;
  opacity: 1;
}

/* 給付金　20220307追加 */
.cpn_list li{
}
.cpn_list li .inner{
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cpn_list li .inner .cpn_click{
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  bottom: 0;
  margin-left: -75px;
}
.cpn_list li .inner .cpn_click::after {
    position: absolute;
	content: "";
	display:inline-block;
	background-size:contain;
	width:153px;
	height:60px;
	vertical-align: middle;
    cursor: pointer;
    top: -2px;
}
.cpn_list li.cpn04 .inner .cpn_click::after {
	background:url(/lpi/tokuten/img/click04_course.png) no-repeat left;
}

.cpn_list li .inner .cpn_click.active::after {
    position: absolute;
	content: "";
	display:inline-block;
	background-size:contain;
	width:148px;
	height:48px;
	vertical-align: middle;
    cursor: pointer;
    margin: -45px 0 0;
}

.cpn_list li.cpn04 .inner .cpn_click.active::after {
	background:url(/lpi/tokuten/img/close04_course.png) no-repeat left;
}

.cpn_list li .inner .bana figure{
    width:370px;
}
.cpn_list li .inner .bana figure img{
    width: 100%;
  max-width: 370px;
}

.cpn_list li .inner .bana .cpn_tit{
  text-align: center;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.2;
  width: 500px;
  display: grid;
  place-items: center;
}
.cpn_list li.cpn04 .inner .bana .cpn_tit{
  color: #3D62C4;
}
.cpn_list li .inner .bana .cpn_tit span{
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
}

.cpn_list li.cpn04{
  padding: 60px 0;
}
.cpn_list li.cpn04 .inner .bana {
  border: 3px solid #3D62C4;
  display: flex;
}
.cpn_list li .inner .bana {
  background: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.cpn_list li .inner .cpn_area{
  display:none;
  position: relative;
  background: #FFF;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin: 10px 5px;
  padding:40px;
}
/*---　一般教育訓練給付制度　---*/
.cpn_list li.cpn04 .kyufu .ttl01 {
  margin-bottom: calc(60px - (((4.6rem * 1.4) - 4.6rem) / 2));
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.4;
    color:#333;
}
.cpn_list li.cpn04 .kyufu .s_tit{
  font-size: 2rem;
  position: relative;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
.cpn_list li.cpn04 .kyufu a.btn_blue{
  color: #3D62C4;
  border: 2px solid #3D62C4;
  background: #fff;
  border-radius: 50px;
  padding: 5px 30px;
}
.cpn_list li.cpn04 .kyufu .note {
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  margin: 30px 0;
}
.cpn_list li.cpn04 .kyufu .s_tit::before, 
.cpn_list li.cpn04 .kyufu .s_tit::after {
  position: absolute;
  top: 0;
  height: 30px;
  content: '';
}
.cpn_list li.cpn04 .kyufu .s_tit::before {
  border-left: solid 1px;
  left: 0;
  transform: rotate(-30deg);
}
.cpn_list li.cpn04 .kyufu .s_tit::after {
  border-right: solid 1px;
  right: 0;
  transform: rotate(30deg);
}
.cpn_list li.cpn04 .kyufu .box {
  margin: 40px 0;
  padding: 30px;
  background: #f2f2f2;
  text-align: center;
    width: 100%;
}
.cpn_list li.cpn04 .kyufu .box dl {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 1px;
  padding: 20px 0;
  background: #fff;
  text-align: left;
}
.cpn_list li.cpn04 .kyufu .box dl dt {
  -webkit-box-flex: 0;
  flex: 0 0 35%;
  padding: 0 30px;
  font-weight: bold;
}
.cpn_list li.cpn04 .box dl dd {
  -webkit-box-flex: 0;
  flex: 0 0 65%;
  padding: 5px 30px;
  border-left: 2px solid #ee0055;
}
.cpn_list li.cpn04 .box .icon-arrow-dotted {
  display: inline-block;
  margin: -15px 0 0;
  color: #ee0055;
  font-size: 5.8rem;
}
.cpn_list li.cpn04 .box div {
  margin: 0 0 15px;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}
.cpn_list li.cpn04 .box div p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.cpn_list li.cpn04 .box div p span {
  font-size: 3.0rem;
}
.cpn_list li.cpn04 .box .note{
  text-align: left;
  font-size: 1.2rem;
  width: 100%;
  margin: 20px 0 0;
}
