@charset "UTF-8";
.l_mainContents--2col {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
}
@media screen and (max-width: 768px) {
  .l_mainContents--2col {
    font-size: 14px;
  }
}

.flex {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

a {
  color: #222;
}

.yellow_mark {
  background: linear-gradient(transparent 70%, rgba(248, 180, 45, 0.2) 30%);
}

.area {
  width: auto;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}
.area .tab_class {
  width: 50%;
  height: 45px;
  background-color: darkgrey;
  line-height: 45px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  font-size: 1.125em;
}
.area .tab_class:hover {
  background-color: #8f1e35;
}
.area .tab_class::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 30px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  vertical-align: middle;
}
.area .tab_class_1::before {
  background-image: url(../img/middle/plan/icon_class.png);
  width: 30px;
  height: 33px;
  transform: translateY(-5%);
}
.area .tab_class_2::before {
  background-image: url(../img/middle/plan/icon_theme.png);
  width: 33px;
  height: 33px;
  transform: translateY(-5%);
}
.area .tab_class_2 {
  border-left: 1px solid #fff;
}
.area input[name=tab_name] {
  display: none;
}
.area input:checked + .tab_class {
  background-color: #8f1e35;
  color: #fff;
}
.area .content_class {
  padding: 16px;
}
.area .content_class,
.area .lesson {
  display: none;
  width: 100%;
}
.area input:checked + .tab_class + .content_class {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.area input:checked + .tab_class + .content_class + .lesson {
  display: block;
}
.area .content_class > ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.area .content_class > ul > li {
  width: 232.6666666667px;
}
.area .content_class > ul > li > a {
  display: inline-block;
  border-bottom: 2px solid #8f1e35;
  border-left: 10px solid #8f1e35;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
  width: 80%;
}
.area .content_class > ul > li li {
  padding-left: 23px;
  position: relative;
  font-size: 0.875em;
}
.area .content_class > ul > li li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-40%);
  border: 5px solid transparent;
  border-left: 7px solid #8f1e35;
  transition: all 0.4s;
}
.area .content_class > ul > li li :hover {
  text-decoration: underline;
}
.area .content_class > ul > li li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.fv {
  text-align: center;
}
/*冒頭選択ここから*/
.fv img {
  margin-bottom: 30px;
}
.nav_plan {
  padding:0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 45px;
  text-align: center;
  position:relative;
}
.nav_plan::after {
  position: absolute;
  content:"";
  left: 50%;
  top:100%;
  transform: translateX(-50%);
  border: 80px solid transparent;
  border-top: 25px solid rgb(81, 67, 122);
  width: 0;
  height: 0;
  margin-bottom: 30px;
}
.nav_plan_guide{
  font-weight: bold;
  background-color: rgb(81, 67, 122);
  display: block;
  color:#fff;
  font-size: 1.125rem;
  line-height: 2;
}
.nav_plan_option{
  margin:0 auto;
  padding:15px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.nav_plan_option li{
  width: 95%;
  border-radius: 26px;
  font-size: 1rem;
  margin-bottom:15px;
  line-height: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background-color: rgb(81, 67, 122, 0.15);
  display: inline-block;
  position: relative;
}
.nav_plan_option li:nth-of-type(3) {
  margin-bottom:5px;
}
.nav_plan_option li a{
  display:block;
}
.nav_plan_option li a::before {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) translateX(50%);
  background-color: #fff;
}
.nav_plan_option li a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 3px rgb(81, 67, 122);
  border-right: solid 3px rgb(81, 67, 122);
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-65%) translateX(50%) rotate(135deg);
}
/*冒頭選択ここまで*/

.lesson h2 {
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 8px 16px;
  border-top: 2px solid #8f1e35;
  border-bottom: 2px solid #8f1e35;
  background: #e8e8e8;
}

.lesson h3 {
  border-bottom: 2px solid #8f1e35;
  border-left: 10px solid #8f1e35;
  padding: 5px 0 5px 20px;
  font-size: 1.25em;
  margin-bottom: 15px;
  margin-top: 50px;
}

details {
  background: rgba(158, 25, 48, 0.1019607843);
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
details + details {
  margin-top: 15px;
}
details summary {
  /* Chrome、Safari以外 */
  display: block;
  list-style: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  height: 100%;
  /* Chrome、Safari */
}
details summary:hover {
  cursor: pointer;
  opacity: 0.7;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary p {
  color: #0D459C;
  margin-top: 10px;
  font-weight: bold;
}
details summary dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
details summary dl::before, details summary dl::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background: #8f1e35;
  position: absolute;
  right: 10px;
  bottom: 0;
  transform: translateY(150%);
}
details summary dl::after {
  background: #8f1e35;
  transform: translateY(150%) rotate(90deg);
  transition: 0.5s;
}
details summary dl dt {
  font-weight: bold;
  font-size: 1.25em;
  text-decoration: underline;
  position: relative;
  margin-left: 20px;
}
details summary dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-40%);
  border: 10px solid transparent;
  border-left: 12px solid #8f1e35;
  transition: all 0.4s;
}
details summary dl dd {
  border-radius: 36px;
  padding: 0 1em;
  margin-left: 10px;
  color: #fff;
  font-size: 0.875em;
}
details summary dl dd:first-of-type {
  margin-left: 45px;
}
details summary dl .newcomer {
  background-color: #1EBA2C;
}
details summary dl .young {
  background-color: #00A99D;
}
details summary dl .middle {
  background-color: #FF9E1D;
}
details summary dl .leader {
  background-color: #8e6747;
}
details summary dl .management {
  background-color: #b865c1;
}
details summary dl .all {
  background-color: #e80000;
}
details ol {
  padding-top: 15px;
}
details ol li {
  background-color: #fff;
  position: relative;
  line-height: 2;
  border: 2px solid transparent;
  transition: all 0.2s;
}
details ol li:hover {
  border: 2px solid #8f1e35;
}
details ol li:hover a {
  text-decoration: underline;
}
details ol li:not(:last-of-type) {
  margin-bottom: 25px;
}
details ol li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 50px;
}
details ol li a:hover {
  opacity: 1;
}
details ol li a span {
  color: #fff;
  background-color: #8f1e35;
  border-radius: 36px;
  font-size: 0.75em;
  padding: 0 0.8em;
  display: inline-block;
  line-height: 1.8em;
  max-height: 1.8em;
  margin-left: 20px;
}
details ol li::before {
  color: #8f1e35;
  font-weight: bold;
  font-size: 1.125em;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 1.7777777778;
}
details ol li:nth-of-type(1)::before {
  content: "01";
}
details ol li:nth-of-type(2)::before {
  content: "02";
}
details ol li:nth-of-type(3)::before {
  content: "03";
}
details ol li:nth-of-type(4)::before {
  content: "04";
}
details ol li:nth-of-type(5)::before {
  content: "05";
}
details ol li:nth-of-type(6)::before {
  content: "06";
}
details ol li:nth-of-type(7)::before {
  content: "07";
}
details ol li:nth-of-type(8)::before {
  content: "08";
}
details ol li:nth-of-type(9)::before {
  content: "09";
}
details ol li:nth-of-type(10)::before {
  content: "10";
}
details ol li:nth-of-type(11)::before {
  content: "11";
}
details ol li:nth-of-type(12)::before {
  content: "12";
}
details ol li:nth-of-type(13)::before {
  content: "13";
}
details ol li:nth-of-type(14)::before {
  content: "14";
}
details ol li:nth-of-type(15)::before {
  content: "15";
}
details ol li:nth-of-type(16)::before {
  content: "16";
}
details ol li:nth-of-type(17)::before {
  content: "17";
}
details ol li:nth-of-type(18)::before {
  content: "18";
}
details ol li:nth-of-type(19)::before {
  content: "19";
}
details ol li + li::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #9E1930;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 10px));
}

details[open] {
  height: auto;
}
details[open] dt::before {
  transform: translateY(-10%) translateX(-35%) rotate(90deg);
}
details[open] dl::after {
  transform: rotate(0) translateY(150%);
  transition: 0.5s;
}

details[open] ol {
  overflow: auto;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-10px);
    /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.smartpack {
  margin-top: 100px;
  padding: 50px 30px;
  background-color: rgba(82, 195, 241, 0.1490196078);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smartpack {
    padding: 30px;
  }
}
.smartpack .orange {
  display: inline-block;
  border-radius: 26px;
  line-height: 1.9em;
  color: #fff;
  font-size: 1.625em;
  font-weight: bold;
  padding: 0 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background: linear-gradient(135deg, #E98733 0%, #F7B030 100%);
  min-width: 8em;
}
.smartpack a.img_smart_pack {
  width: 200px;
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .smartpack img {
    width: auto;
  }
}
.smartpack .flex {
  gap: 25px;
}
.smartpack .flex div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.smartpack .flex div p:first-of-type {
  text-align: left;
}
.smartpack .flex div p:nth-child(2) {
  text-align: right;
  padding-right: 2em;
}
.smartpack a.link_smart_pack {
  display: inline-block;
  color: #0D459C;
  position: relative;
  text-decoration: underline;
}
.smartpack a.link_smart_pack::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(150%) translateY(35%);
  border-left: 0.75em solid #0D459C;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
}
@media screen and (max-width: 768px) {
  .smartpack p {
    margin-top: 20px;
  }
}

.webinsource {
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .webinsource {
    padding: 30px 30px;
  }
}
.webinsource h2 {
  margin-bottom: 30px;
}
.webinsource h2::after {
  content: none;
}
.webinsource img {
  width: 350px;
  display: inline-block;
  margin-bottom: 20px;
}
.webinsource a {
  display: inline-block;
}
.webinsource .button {
  font-size: 1.625em;
  font-weight: bold;
  background-color: #8f1e35;
  color: #fff;
  border-radius: 30px;
  line-height: 1.9em;
  padding: 0 40px;
}
.webinsource .button::after {
  content: url(../img/middle/it_passport/icon_login.svg);
  width: 1em;
  display: inline-block;
  height: 1.9em;
  transform: translateY(3px);
  margin-left: 9px;
}
.webinsource p {
  margin-top: 10px;
  padding-right: 2em;
}
.webinsource p a {
  color: #0D459C;
  position: relative;
  text-decoration: underline;
}
.webinsource p a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(150%) translateY(35%);
  border-left: 0.75em solid #0D459C;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
}/*# sourceMappingURL=plan.css.map */


.area details:first-of-type {
  margin-top: 50px;
}
.area .content_class_tab2 > ul {
  row-gap: 0;
}
.area .content_class_tab2 > ul > li {
  width: 50%;
  position: relative;
  padding-left: 20px;
}
.area .content_class_tab2 > ul > li::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 10px;
  transform: translateY(-40%);
  border: 10px solid transparent;
  border-left: 14px solid #8f1e35;
  transition: all 0.4s;
}
.area .content_class_tab2 > ul > li a {
  width: 100%;
  border-left: none;
  border-bottom: none;
}
/*# sourceMappingURL=plan.css.map */


/* 講師派遣案内 */
.instructor {
  font-size: 16px;
  padding: 30px 30px;
  background-color: rgba(82, 195, 241, 0.1490196078);
  margin-bottom: 60px;
}

.instructor .target {
  height: auto;
  line-height: 1.5em;
  color: #0D459C;
  font-size: 26px;
  font-weight: 600;

}
.instructor .flex{
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.instructor .flex div p+p {
  margin-top: 20px;
}
.instructor figure{
  width: 32%;
}

.instructor a ,.p_lineupBoxList a{
  color: #E6002D;
  text-decoration: underline;
}
.instructor a:hover,.p_lineupBoxList a:hover{
  opacity: .7;
}

@media screen and (max-width:768px) {
  .instructor .target br{
    display: none;
    
  }
  .instructor .flex{
    display: block;
  }
  .instructor figure{
    width: 50%;
    margin: 0 auto;
  }

}


.content_class_tab1 + .lesson > details:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .area .tab_class br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .area .tab_class::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .area .content_class > ul > li {
    width: 0;
    min-width: 11.5em;
  }
}
@media screen and (max-width: 768px) {
  .area .content_class > ul > li > a {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .area dl {
    flex-wrap: wrap;
  }
}
/*冒頭選択ここから*/
@media screen and (max-width: 768px) {
   .nav_plan {
    padding:0;
    padding-bottom: 15px;
    margin-bottom: 45px;
  }
  .nav_plan::after {
    border: 70px solid transparent;
    border-top: 25px solid rgb(81, 67, 122);
  }
  .nav_plan_option{
    width:100%;
  }
}
/*冒頭選択ここまで*/
.smartpack span {
  color: #9e1930;
  font-weight: bold;
  font-size: 1.25em;
}

details {
  padding: 0;
}
details summary {
  padding: 20px;
}
details ol {
  padding: 0 20px 20px;
}

.nav_plan a:hover,
.content_class a:hover {
  opacity: 0.7;
}
.area .content_class_tab2 > ul > li a:hover{
    text-decoration: underline;
}

.request{
    background-color: transparent;
    color: #333;
    font-size: .9em;
    margin-left: 0;
}