

/* NH */

section {
  margin: 80px auto;
}
.blueB{
  border-bottom: 2px solid #00357E;
}
.color-orange {
  color: #e58638 !important;
}
.headTtl {
  text-align: center;
  margin-bottom: 3rem;
}
.secInner {
    max-width: ;
}

.aboutHead {
  letter-spacing: 1px;
}

.newcomer_secttl {
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}

.newcomer_subttl {
  position: relative;
  text-align: center;
  color: #C7D7E4;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.newcomer_subttl:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 15px);
  width: 30px;
  height: 2px;
  content: "";
  background: currentColor;
}

.newcomer_course {
  padding: 4rem 0;
}

.newcomer_coursettl {
  position: relative;
  text-align: center;
  padding: 0 0 1.4rem 0;
  margin-bottom: 2rem;
}
.newcomer_coursettl:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 1px;
  height: 18px;
  content: "";
  background: currentColor;
}

.newcomer_courseDesc {
  margin-bottom: 3rem;
}

.newcomer_courseBox {
  padding: 1.5rem;
  margin-bottom: 3rem;
  background: #F6F9FB;
}
@media screen and (max-width: 767px) {
  .newcomer_courseBox {
    padding: 2rem;
  }
}

.newcomer_programttl {
  font-size: 18px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .newcomer_programttl {
    line-height: 1.6;
  }
}

.newcomer_days {
  background: #fff;
  font-size: 1rem;
  padding: 0.4rem;
  margin-left: 2rem;
  vertical-align: middle;
  border: 2px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newcomer_days {
    display: inline-block;
  }
}

.newcomer_linkArea {
  display: flex;
  justify-content: space-evenly;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .newcomer_linkArea {
    flex-wrap: wrap;
  }
}

.newcomer_linkCap {
  font-size: 1.6rem;
  margin-top: 3rem;
  text-align: center;
}

.newcomer_courseBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  width: 30%;
  background: #84B8D6;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem;
  border: 2px solid #84B8D6;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newcomer_courseBtn {
    width: 100%;
    margin: 1rem;
  }
}
.newcomer_courseBtn span {
  display: block;
  font-size: 1.4rem;
}
.newcomer_courseBtn:link, .newcomer_courseBtn:visited {
  color: #fff;
}
.newcomer_courseBtn:hover {
  text-decoration: none;
  color: #84B8D6;
  background: #fff;
  border: 2px solid currentColor;
}

.newcomer_skill {
  margin: 4rem auto;
}
.newcomer_skill ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 0;
}
.newcomer_skill ul li {
  width: 23%;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .newcomer_skill ul li {
    width: 48%;
    font-size: 3.5vw;
  }
}
.newcomer_skill ul li a {
  position: relative;
  display: block;
  color: #C2A56C;
  padding: 0.5rem 1rem 0.5rem 0;
  border-bottom: 1px solid #C2A56C;
  transition: all 0.3s ease-in-out;
}
.newcomer_skill ul li a::before {
  content: "▼";
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .newcomer_skill ul li a::before {
    font-size: 1rem;
  }
}
.newcomer_skill ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #00357E;
}
.newcomer_skill ul li a:hover::before {
  top: 8px;
}

.newcomer_package {
  padding-top: 3rem;
  margin-top: 3rem;
  border-top: 1px solid #eee;
}

.newcomer_package table {
  width: 100%;
  border: none;
}

.newcomer_package table td {
  padding: 5px;
  box-sizing: border-box;
  font-weight: 500;
  border: none;
  background: transparent;
}
.newcomer_package table .course_name {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .newcomer_package table .course_name {
    font-size: 16px;
    margin: 2rem auto 1rem;
    border-bottom: 1px solid #333;
    display: block;
    width: 100%;
    font-weight: 600;
  }
}
.newcomer_package table .course_term {
  text-align: center;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .newcomer_package table .course_term {
    display: block;
    width: 100%;
  }
}
.newcomer_package table .course_online {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newcomer_package table .course_online {
    display: block;
    width: 100%;
  }
}
.newcomer_package table .course_online a {
  width: 95%;
  margin: auto;
  display: block;
  background: #97D684;
  color: #fff;
  border: 2px solid #97D684;
}
.newcomer_package table .course_online a:link, .newcomer_package table .course_online a:visited {
  color: #fff;
}
.newcomer_package table .course_online a:hover {
  text-decoration: none;
  color: #97D684;
  background: #fff;
  border: 2px solid currentColor;
}
.newcomer_package table .course_offline {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newcomer_package table .course_offline {
    display: block;
    width: 100%;
  }
}
.newcomer_package table .course_offline a {
  width: 95%;
  margin: auto;
  display: block;
  background: #DBBD82;
  color: #fff;
  border: 2px solid #DBBD82;
}
.newcomer_package table .course_offline a:link, .newcomer_package table .course_offline a:visited {
  color: #fff;
}
.newcomer_package table .course_offline a:hover {
  text-decoration: none;
  color: #DBBD82;
  background: #fff;
  border: 2px solid currentColor;
}

.newcomer_packageTtl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.newcomer_packageCap {
  text-align: center;
  font-size: 1.4rem;
}

.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
}
.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 2rem;
}
.qa-list dl dt::before {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "Q";
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl dd::before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: "A";
  font-weight: bold;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 1.6rem;
  }
  .qa-list dl dt::before {
    font-size: 1.6rem;
    top: 3px;
    left: 5px;
    content: "Q.";
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 1.4rem;
  }
  .qa-list dl dd::before {
    font-size: 1.6rem;
    top: 5px;
    left: 5px;
    content: "A.";
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}
#about .container {
  margin-bottom: 4rem;
}
#about .container:last-child {
  margin-bottom: 0;
}
#about .container .topTxt {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  #about .container .topTxt {
    font-size: 2rem;
  }
}
#about .container .topTxt span {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgb(223, 243, 242) 30%);
}
@media (max-width: 767px) {
  #about .container .topTxt span {
    display: inline;
  }
}
#about .container ul {
  font-size: 1.8rem;
}
#about .container ul li {
  line-height: 2.4;
}
#about .container ul li::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  content: url(/newcomer/i/2025/feather-check-circle.svg);
}

@media (max-width: 767px) {
  #about .container .aboutHead span {
    font-size: 2rem;
  }
}

#concept {
  margin: 3rem calc(49% - 50vw);
  padding: 8rem 0;
  width: 100vw;
  background: #FDFFF5;
}
#concept .newcomer_subttl {
  color: #156082;
}
.concept_overview_ttl {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.concept_overview_box {
  max-width: 330px;
  display: flex;
  flex-direction: column;
      justify-content: space-between;
}

.concept_area {
  background: #fff;
  padding: 40px;
  margin: 40px auto;
}
.hero {
  position: relative;
}

.subnav {
  margin: 3rem calc(49% - 50vw);
  width: 100vw;
  background: #e0ecfc;
  position: sticky;
  top: 106px;
  z-index: 999;
}
@media (max-width: 767px) {
  .subnav {
    display: none;
  }
}
.subnav ul {
  display: flex;
  justify-content: center;
}
.subnav ul li {
  text-align: center;
  display: flex;
  align-items: stretch;
}
.subnav ul li:first-child {
  border-left: 1px solid #fff;
}
.subnav ul li a {
  padding: 0.5rem 1.5rem;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  width: 100%;
  color: #00357E;
  line-height: 1.2;
  justify-content: center;
  text-decoration: none;
}
.subnav ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.newcomer_subsidy {
  padding: 60px 0;
  margin: 3rem calc(49% - 50vw);
  width: 100vw;
  background: #E1EAF1;
}
.newcomer_subsidy .newcomer_subttl {
  color: #5CA3D9;
}
.newcomer_subsidy .newcomer_subsidyCap {
  text-align: center;
}
.newcomer_subsidy .newcomer_subsidyBox {
  background: #fff;
  border-radius: 2rem;
  padding: 1.5rem;
  margin: 1.5rem auto;
}
.newcomer_subsidy .newcomer_subsidyBox h3 {
  align-items: center;
  display: flex;
  font-weight: 600;
}
.newcomer_subsidy .newcomer_subsidyBox h3::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 1em;
  background: currentColor;
  margin-right: 0.5em;
}
.newcomer_subsidy .newcomer_subsidyFlow {
  margin-top: 2rem;
}
.newcomer_subsidy .newcomer_subsidyFlow li {
  margin-bottom: 2rem;
}
.newcomer_subsidy .newcomer_subsidyFlow li::before {
  content: url(/newcomer/i/2025/feather-info.svg);
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.newcomer_subsidy .newcomer_subsidyCaption {
  border: 1px solid #333;
  padding: 1.5rem;
  margin-top: 20px;
}
.newcomer_subsidy .newcomer_subsidyCaption h3 {
  text-align: center;
}

.voice {
  margin: 20px auto 60px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .voice {
    align-items: end;
  }
}
.voice .box {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  border: 2px solid #333;
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice .box {
    padding: 15px;
    font-size: 14px;
  }
}
.voice .box:before {
  position: absolute;
  top: 100%;
  left: 50px;
  transform: skew(-25deg);
  height: 25px;
  width: 15px;
  border-right: 2px solid #333;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .voice .box:before {
    transform: rotate(75deg);
    top: 70%;
    height: 15px;
    left: -17px;
    background: transparent;
  }
}
.voice .box:nth-child(odd):before {
  position: absolute;
  top: 100%;
  left: calc(100% - 50px);
  transform: skew(25deg);
  height: 25px;
  width: 15px;
  border-right: none;
  border-left: 2px solid #333;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  .voice .box:nth-child(odd):before {
    transform: rotate(105deg);
    top: 70%;
    height: 15px;
    left: calc(100% - 2px);
    background: transparent;
  }
}
.voice .box p {
  line-height: 1.5;
}
.voice .icon {
  padding-top: 60px;
}

.student {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.studentBox {
  border: 2px solid #333;
  width: 48%;
  padding: 2rem;
  border-radius: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .studentBox {
    width: 100%;
  }
}

.inquiry {
  margin: 6rem auto;
}
.inquiry_ttl {
  text-align: center;
  margin-bottom: 3rem;
  color: #00357E;
  display: flex;
  align-items: center;
}

.inquiry_ttl:before, .inquiry_ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: currentColor;
}
.inquiry_ttl:before {
  margin-right: 1rem;
}
.inquiry_ttl:after {
  margin-left: 1rem;
}

.related_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.related_link a {
  display: flex;
  justify-content: space-between;
  width: 48%;
  border: 1px solid #333;
  color: #333;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .related_link a {
    width: 100%;
  }
}
.related_link a:hover {
  text-decoration: none;
}
.related_link .related_link_thumb {
  width: auto;
  height: auto;
  margin-right: 1%;
}
.related_link .related_link_thumb img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.related_link .related_link_txt {
  width: 76%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
.related_link .related_link_txt h3 {
  font-size: 1.6rem;
}
.related_link .related_link_txt p {
  font-size: 1.4rem;
}

.column-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column-card {
  width: calc(25% - 1rem);
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .column-card {
    width: calc(50% - 1rem);
  }
}
.column-card a:link {
  color: currentColor;
}
.column-card a:visited {
  color: currentColor;
}
.column-card a:hover {
  color: #00357E;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.column-card a:hover .column-btn {
  transition: all 0.5s ease-out;
  margin-top: 0.5rem;
  background: #fff;
  color: #00357E;
  border: 1px solid #00357E;
}
.column-card-img {
  width: 100%;
}
.column-card-img img {
  width: 100%;
  height: 6em;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-card-body {
  padding: 0.5rem;
}
.column-card-title {
  font-size: 1.4rem;
}
.column-btn {
  margin-top: 0.5rem;
  background: #00357E;
  color: #fff;
  font-size: 1.2rem;
}
.column-btn:link {
  color: #fff;
}
.column-btn:visited {
  color: #fff;
}



.merit .meritTtl {
  position: relative;
  margin: 2rem auto;
}
.merit .meritTtl:first-child {
  margin-top: 4rem;
}
.merit .meritTtl span {
  display: flex;
  align-items: center;
  color: #498ee0;
  font-size: 18px;
  text-transform: uppercase;
}
.merit .meritTtl span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #498ee0;
}
.merit .meritTxt {
  padding: 1rem;
}

.private {
  width: 100%;
  position: relative;
  aspect-ratio: 1200/260;
  background-color: #E8E8EA;
  background-image: url(/files/co/page/newcomer/customize_hero02.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.privateBox {
  width: 60%;
  margin-left: auto;
  margin-right: 0;
}

.privateBtn {
  display: block;
  width: 24rem;
  margin-left: auto;
  margin-right: 2rem;
  background: #DBBD82;
  color: #fff;
  text-align: center;
  border: 1px solid #DBBD82;
}
@media screen and (max-width: 767px) {
  .privateBtn {
    width: 80%;
  }
}
.privateBtn:link {
  color: #fff;
}
.privateBtn:visited {
  color: #fff;
}
.privateBtn:hover {
  text-decoration: none;
  color: #DBBD82;
  background: #fff;
}

.case_desc {
  text-align: center;
  margin-bottom: 3rem;
}
.caseBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F6F9FB;
  padding: 2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .caseBox {
    display: block;
  }
}
.caseBox-txt {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .caseBox-txt {
    width: 100%;
  }
}
.caseBox-btn {
  display: block;
  min-width: 28rem;
  width: 30%;
  margin: 1rem 0 2rem;
  border: 1px solid #84B8D6;
  background: #84B8D6;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .caseBox-btn {
    width: 100%;
  }
}
.caseBox-btn:link {
  color: #fff;
}
.caseBox-btn:visited {
  color: #fff;
}
.caseBox-btn:hover {
  text-decoration: none;
  background: #fff;
  color: #84B8D6;
}
.caseBox-img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .caseBox-img {
    width: 100%;
  }
}
.caseMore-btn {
  display: block;
  min-width: 28rem;
  width: 30%;
  margin: 3rem auto;
  border: 1px solid #00357E;
  background: #00357E;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5rem 0;
}
.caseMore-btn:link {
  color: #fff;
}
.caseMore-btn:visited {
  color: #fff;
}
.caseMore-btn:hover {
  text-decoration: none;
  background: #fff;
  color: #00357E;
}

.expo {
  margin: 8rem auto;
}
.expo_box {
  border: 3px solid #e58638;
  border-radius: 20px;
  padding: 2rem;
  margin: 2rem auto;
}

.expo_txt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .expo_txt {
    flex-direction: column;
  }
}
.expo_txt .expo_desc {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .expo_txt .expo_desc {
    width: 100%;
  }
}
.expo_txt .expo_desc .instructor {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 15px;
}
.expo_txt .expo_img {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .expo_txt .expo_img {
    width: 100%;
  }
}
.expo_txt .expo_img .name {
  font-size: 1.6rem;
  font-weight: bold;
}
.expo .newcomer_courseBtn {
  border: 2px solid #f1653a;
  background: #f1653a;
}
.expo .newcomer_courseBtn:hover {
  text-decoration: none;
  color: #f1653a;
  background: #fff;
  border: 2px solid currentColor;
}