@charset "UTF-8";

.fixedMenu .top-button {
  background-color: #ff8800;
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  min-width: 243px;
  min-height: 50px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
}

.fixedMenu .top-button:hover {
  opacity: 0.8;
  transition: all 0.3s;
  color: #fff;
}

.fixedMenu .top-button::after {
  content: '';
  display: inline-block;
  background: url(../images/top/btn_green.svg) no-repeat;
  background-size: contain;
  width: 6.5px;
  height: 10.5px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.top-about-button {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .top-about-button {
      margin-bottom: 65px;
  }
}

.top-staff-section {
  padding-bottom: 0;
}

.staff-area02 {
  background: url(../images/staffs.jpg) no-repeat center bottom;
  padding-bottom: 31rem;
}
@media screen and (max-width: 768px) {
  .staff-area02 {
      background: url(../images/top/staffs_sp.png) no-repeat center bottom;
      padding-bottom: 40vw;
      background-size: contain;
  }
}

.service-inner {
  max-width: 1238px;
  padding: 0 24px;
  margin: 0 auto;
}

.service-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .service-row {
      grid-template-columns: 1fr;
  }
}

.service-card {
  border-right: 1px dashed #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 24px 28px;
}
@media screen and (max-width: 1024px) {
  .service-card {
      padding: 22px 16px;
  }
}
@media screen and (max-width: 768px) {
  .service-card {
      border-right: none;
      border-top: 1px dashed #ccc;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      gap: 30px;
  }
}
@media screen and (max-width: 374px) {
  .service-card {
      gap: 10px;
  }
}

.service-card:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .service-card:last-child {
      border-bottom: 1px dashed #ccc;
  }
}

.service-card-category {
  background-color: #9BC614;
  color: #FAF9F7;
  border-radius: 4px;
  padding: 2px 16px;
  font-size: 14px;
  font-weight: bold;
}

.service-card-title {
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0;
}

.service-card-text {
  font-size: 14px;
  color: #999;
  margin-bottom: 0;
}

.service-card-image {
  margin-bottom: 0;
}

.service-card-image img {
  border-radius: 5px;
  aspect-ratio: 240 / 192;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .service-card-header {
      width: 60%;
  }
  .service-card-image {
      width: 40%;
      min-width: 125px;
  }
  .service-card-image img {
      border-radius: 5px;
      aspect-ratio: 125 / 100;
  }
}

.top-service-button {
  margin-top: 40px;
}

.area-inner {
  max-width: 1223px;
  padding: 0 24px;
  margin: 0 auto;
}

.area-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .area-row {
      grid-template-columns: 1fr;
      gap: 32px;
      margin-bottom: 32px;
  }
}

.area-title {
  font-size: 20px;
  font-weight: bold;
  padding-left: calc(11px + 12px);
  position: relative;
  margin-bottom: 24px;
}

.area-title::before {
  content: '';
  display: inline-block;
  background-color: #9BC614;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.area-header {
  margin-bottom: 12px;
}

.area-header:last-child {
  margin-bottom: 16px;
}

.area-category {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 18px;
  color: #FAF9F7;
  background-color: #AAAAAA;
  border-radius: 4px;
}

.area-header-list {
  margin: 6px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.area-header-item {
  list-style: none;
}

.area-header-item a {
  text-decoration: none;
}

.area-header-item a:hover {
  text-decoration: underline;
}

.area-text {
  padding-top: 12px;
  border-top: 1px dashed #ccc;
  margin: 0;
}

.area-text a {
  text-decoration: none;
}

.area-text a:hover {
  text-decoration: underline;
}

.area-link {
  text-decoration: none;
}

.area-link:hover {
  text-decoration: underline;
}

.voice-slider02 .voice-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 24px 16px;
  margin: 0 26px;
}
@media screen and (max-width: 1023px) {
  .voice-slider02 .voice-panel {
      padding: 20px 60px;
  }
}

.voice-area .voice-slider02 .text-balloon {
  padding: 0;
  background: none;
  border: none;
}

.voice-area .voice-slider02 .text-balloon:before,
.voice-area .voice-slider02 .text-balloon:after {
  content: none;
}

.voice-slider02 .text strong {
  background-color: unset;
}

.voice-area .voice-slider02 .image img {
  border: none;
}

.voice-area .voice-slider02 .image {
  margin-bottom: 0;
}

.voice-slider02 .slick-dots {
  display: none !important;
}

.voice-slider02 {
  margin-bottom: 40px;
}

.voice-slider02 .slick-next::before {
  content: '';
  display: inline-block;
  background: url(../images/top/top_arrow_next.svg) no-repeat;
  width: 14px;
  height: 20px;
}

.voice-slider02 .slick-prev::before {
  content: '';
  display: inline-block;
  background: url(../images/top/top_arrow_pre.svg) no-repeat;
  width: 14px;
  height: 20px;
}
@media screen and (max-width: 1023px) {
  .voice-slider02 .slick-next::before {
      position: absolute;
      right: 30px;
  }
  .voice-slider02 .slick-prev::before {
      position: absolute;
      left: 30px;
  }
}

.fee-inner {
  max-width: 1238px;
  padding: 0 24px;
  margin: 0 auto;
}

.fee-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .fee-header {
      grid-template-columns: 1fr;
      gap: 20px;
  }
}

.fee-header-item {
  background-color: #F7FAED;
  padding: 28px 0 32px 0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
      .fee-header-item {
      padding: 24px 0 20px 0;
  }
}

.fee-header-number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9BC614;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 auto;
}

.fee-header-title {
  font-size: 20px;
  font-weight: bold;
  color: #749900;
  margin: 10px 0 0 0;
  text-align: center;
}

.fee-header-link {
  font-size: 14px;
  text-decoration: none;
  margin: 12px auto 0 auto;
  display: block;
  width: fit-content;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fee-header-link {
      margin: 3px auto 0 auto;
  }
}

.top-fee-pack {
  margin: 40px auto 0 auto;
  max-width: 940px;
}

.top-fee-pack-title {
  font-size: 20px;
  font-weight: bold;
  padding-left: calc(10px + 12px);
  text-align: left;
  position: relative;
}

.top-fee-pack-title::before {
  content: '';
  display: inline-block;
  background-color: #9BC614;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.top-fee-pack-list {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 16px;
}

.top-fee-pack-link {
  display: block;
  padding: 18px 16px;
  border-bottom: 1px dashed #ccc;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  position: relative;
}

.top-fee-pack-link::before,
.top-fee-pack-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 24px;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #999999;
  transform-origin: 100% 50%;
}
@media screen and (max-width: 768px) {
  .top-fee-pack-link::before,
  .top-fee-pack-link::after {
      right: 10px;
  }
}

.top-fee-pack-link::before {
transform: rotate(45deg);
}

.top-fee-pack-link::after {
transform: rotate(-45deg);
}

.top-fee-pack-link:hover {
  background-color: #F8F8F8;
  color: #749900;
  border-bottom: 1px solid #9BC614;
  transition: all 0.3s;
}

.top-fee-pack-link:hover::before,
.top-fee-pack-link:hover::after {
  background-color: #9BC614;
}

.top-fee-pack-item:last-child .top-fee-pack-link {
  border-bottom: none;
}

.top-fee-button {
  margin-top: 40px;
}

.top-faq02 {
  max-width: 988px;
  margin: 0 auto 0 auto;
  
}

.top-faq02-inner {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background-color: #fff;
  padding: 7px 0;
  margin: 0 24px;
}

.top-faq02 .faq-list {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0;
}

.top-faq02 .faq-list:last-child {
  border-bottom: none;
}

.top-faq02 .faq-q {
  padding: 23px 52px 23px 16px;
  border: unset;
  background-color: #fff;
}

.top-faq02 .faq-a {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 16px 16px;
  margin: 0 16px 20px 16px;
}

.top-faq02 .faq-a a {
  text-decoration: none;
}

.top-faq02 .faq-a a:hover {
  text-decoration: underline;
}

.top-faq-button {
  margin-top: 40px;
}

.top-nponobel-button {
  margin-top: 0;
}

.top-nponobel-item {
  margin-top: 40px;
}

.top-nponobel-item:nth-child(2n) {
  margin-top: 16px;
}

.top-nponobel-button-orange {
  background-color: #ff8800;
}

.top-nponobel-ttl {
  text-align: center;
  font-weight: bold;
  color: #ed4848;
}
p.top-nponobel-ttl {
  margin-bottom: 0;
}

.top-resister-inner {
  max-width: 808px;
  padding: 0 24px;
  margin: 0 auto;
}

.top-resister-row {
  display: grid!important;
  grid-template-columns: repeat(2, 1fr)!important;
  gap: 40px!important;
  margin-bottom: 40px!important;
}
@media screen and (max-width: 768px) {
.top-resister-row {
      grid-template-columns: 1fr!important;
      gap: 20px!important;
      margin-bottom: 20px!important;
  }
}

.top-resister-item {
  border: 3px solid #ccc;
  border-radius: 8px;
  padding: 18px 16px 24px 16px;
}

.top-resister-title {
  font-size: 24px;
  font-weight: bold;
  color: #FF8400;
  text-align: center;
}

.top-resister-text {
  font-weight: bold;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 0;
}

.top-resister-link {
  color: #fff;
  background-color: #FF8400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  max-width: 243px;
  min-height: 50px;
  font-weight: bold;
  position: relative;
  margin: 12px auto 0 auto;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .top-resister-link {
      font-size: 16px;
  }
}

.top-resister-link::after {
  content: '';
  display: inline-block;
  background: url(../images/top/top_arrow_white.svg) no-repeat;
  background-size: contain;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.top-resister-link:hover {
  opacity: 0.8;
  transition: all 0.3s;
  color: #fff;
}

.top-resister-note {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .top-resister-note {
      margin: 0;
  }
}

.top-resister-note:hover {
  text-decoration: underline;
}

.top-info-inner {
  max-width: 1238px;
  padding: 0 24px;
  margin: 0 auto;
}

.top-info-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .top-info-row {
      grid-template-columns: 1fr;
  }
}

.top-info-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding-left: calc(11px + 12px);
  position: relative;
}

.top-info-title::before {
  content: '';
  display: inline-block;
  background-color: #9BC614;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.top-info-list {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 6px 16px;
  margin-top: 23px;
}

.top-info-link {
  padding: 20px 14px;
  border-bottom: 1px dashed #ccc;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.top-info-link:last-child {
  border-bottom: 1px solid #fff;
}

.top-info-link:hover {
  color: #749900;
  border-bottom: 1px solid #9BC614;
  transition: all 0.3s;
  background-color: #F8F8F8;
}

.top-info-button {
  margin-top: 40px;
}

.top-info-link::before, 
.top-info-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 6px;
  width: 14px;
  height: 1px;
  border-radius: 9999px;
  background-color: #999999;
  transform-origin: 100% 50%;
}

.top-info-link::before {
  transform: rotate(45deg);
}

.top-info-link::after {
  transform: rotate(-45deg);
}

.top-info-link:hover::before, 
.top-info-link:hover::after {
  background-color: #9BC614;
}

@media screen and (max-width: 768px) {
  .head-lead02 {
      width: 100%;
      margin: 0;
      position: relative;
      z-index: 1;
      border-radius: 0;
      padding-top: 20px;
  }

  .head-area02 {
      margin-bottom: 64px;
  }
}

.noble-inner {
  width: 100%;
  padding: 0 24px;
}

.main-heading-noble {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-heading-noble {
      text-align: left;
      width: fit-content;
      margin: 40px auto 0 auto;
  }
}

.head-news-sm {
  max-width: 952px;
  margin: 40px auto 0 auto;
}




.primary-inner50-40{
    margin: 50px auto 40px;
      max-width: 940px;
  }
  @media screen and ( max-width:768px ){
    .primary-inner50-40{
    margin: 50px auto 0px;
      max-width: 940px;
  }
  }


  .top-resister-item {
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 8px;
    padding: 18px 16px 24px 16px;
      
  }


  .top-resister-title__another{
    font-size: 24px;
      font-weight: bold;
      color: #749900;
      text-align: center;
  }


  .topPage .top-resister-row {
    max-width: 808px;
    padding: 0 24px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topPage .top-resister-row {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 20px;
    }
}


.top-resister-text {
    font-weight: bold;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 0;
}





  .top-resister-link {
    color: #fff;
    background-color: #FF8400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    max-width: 243px;
    min-height: 50px;
    font-weight: bold;
    position: relative;
    margin: 12px auto 0 auto;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .top-resister-link {
        font-size: 16px;
    }
}

.top-resister-link::after {
    content: '';
    display: inline-block;
    background: url(../images/top/top_arrow_white.svg) no-repeat;
    background-size: contain;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.top-resister-link:hover {
    opacity: 0.8;
    transition: all 0.3s;
    color: #fff;
}

.top-resister-link__another{
    background-color: #9BC614;
  }

  .orientation-button__no-arrow::after{
    content: none;
  }


  .orientation__inner .entry-guideline{
    width: 49%;
    background-color: #efefef;
    padding: 30px;
    text-align: center;
    align-self: flex-start;
  }


  .orientation__inner .entry-guideline img{
    width: 260px;
    height: auto;
  }


  .entry__orientation__box{
    max-width: 1150px;
    width: 100%;
    border: solid 3px #cccccc;
    padding: 30px 20px;
    margin-bottom: 0;
  }



  .entry__orientationList__item{
    margin-bottom: 20px;
    position: relative;
    padding-left: 1.2em;
    font-weight: bold;
  }

    .entry__orientationList__item:last-child{
margin-bottom: 0;
    }



  .entry__orientationList__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;           /* 文字中央に合わせる */
    width: 6px;
    height: 6px;
    background-color: #6bbf45;
    border-radius: 50%;
  }

  .orientation__inner .entry__rientation__list{
    padding: 20px;
    background-color: #f7faed;
    margin-bottom:40px;
    border-radius: 8px;
  }


  .entry__orientation__link{
    background-color: #9bc614;
    padding: 11px 16px;
    width: 243px;
    border-radius: 40px;
    font-size: 16px;
  }

  
  .entry__orientation__link::after{
    right: 3px;

  }

  .orientation__link.orientation__link--orange.entry__orientation__link::after{
    content: none !important;
  }


  .orientation__link.orientation__link--orange.entry__orientation__link::before{
    content: "";
    position: absolute;
    top: 46%;
    right: 24px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
  }


  .bg-yellow{
    background-color: #fffbeb;

  }


  

  .entry__orientation__title-outer{
    margin-bottom: 55px;
  }
  @media screen and ( max-width:768px ){
    .entry__orientation__title-outer{
      margin-bottom: 32px;
        }
  }

  .entry__orientation__title-outer p{
    color: #749900;
  }


  .entry__orientation__outer-link{
    margin-bottom: 0;
  }


  .entry__orientation__textbox--orange{
    margin-top: 30px;
  }


  .entry__orientation__inner{
    padding: 72px 0;
    padding-left: 0.9375rem;
          padding-right: 0.9375rem;
  }
  @media screen and ( max-width:768px ){
    .entry__orientation__inner{
      /* padding-left: 0.9375rem;
          padding-right: 0.9375rem; */
    }
  }
  @media screen and ( max-width:768px ){
    .entry__orientation__flexbox{
      display: flex;
      flex-direction: column;
      margin-bottom: 16px;
    }
}

.orientation__textbox .entry__orientation__image{
  text-align: center;
}
@media screen and ( max-width:768px ){
  .orientation__textbox .entry__orientation__image{
    background-color: #efefef;
    padding: 30px;
    text-align: center;
    align-self: flex-start;
  }
}


.entry__orientation__balloon{
  display: none;
}


@media screen and ( max-width:430px ){
  .images_sp{
width: 100%;
  }
}

.entry__add{
  font-size: 16px;
}



  .fixedMenu .top-button__outer{
    background-color:#fff;
    padding: 15px 0;
  }
  
  .topPage .top-button__another {
    background-color: #FF8400;
    margin-top: 0;
  }


.orientation-area .primary-inner50-40{
  margin: 50px auto 40px;
    max-width: 940px;
}
@media screen and ( max-width:768px ){
  .orientation-area .primary-inner50-40{
  margin: 50px auto 0px;
    max-width: 940px;
}
}
 .guideline-materials{
  padding: 0 24px;


}
@media screen and ( min-width:769px ){
  .join-common{
  width: 358px;
  margin: 0 auto;
}
}

.topPage .top-resister-item {
  background-color: #fff;
    
}
.topPage .top-resister-title__another{
  font-size: 24px;
    font-weight: bold;
    color: #749900;
    text-align: center;
}
.topPage .top-resister-link__another{
  background-color: #9BC614;
}
.topPage .guideline-materials__img{
  width: 300px;
  height: auto;
}


.orientation__box--orange {
  border-color: #FF9803;
}


.orientation__link--orange {
  background-color: #FF9803;
}

.orientation__link {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px;
  width: 70%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 20px;
}

@media screen and ( max-width:768px ){
  .orientation__link {
    width: 100%;
    font-size: 16px;
  }
  
}
