@charset "UTF-8";
/* common
-------------------------------------------- */
.section__inr{
  margin-inline: auto;
}
.section__heading{
  padding-top: 8rem;
  margin-bottom: 2rem;
}
.pd-top-0{
  padding-top: 0;
}

@media screen and (max-width:768px){
  .section__heading {
    padding-top: 5rem;
  }
}
.section__heading-sub {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

@media screen and (max-width:768px){
  .section__heading-sub {
    font-size: 1.4rem;
  }
}
.section__heading-intern {
  font-size: 3rem;
  font-weight: 700;
  color: #D61518;
  letter-spacing: 0.05em;
}

@media screen and (max-width:768px){
  .section__heading-intern {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.intern-text {
  text-align: center;
}

@media screen and (max-width:768px){
  .intern-text {
    text-align: left;
  }
}

.section__end-text {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  text-align: center;
}
.section__end-sub {
    text-align: center;
    margin-top: 0.5rem;
}

@media screen and (max-width:768px){
  .section__end-text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .section__end-sub {
    font-size: 1.2rem;
  }
}


.section__heading-jp img{
  margin-inline: 1rem;
  vertical-align: middle;
}
.inner__full{
  background-color: #FCF8F7;
  width: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}
.section__inr-btn {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
}
.section__inr-btn.btn{
  padding: 10px 16px 10px;
}

@media screen and (max-width:768px){
  .section__heading-jp img{
    margin-inline: .5rem;
    height: 2rem;
  }
}

.flexbox {
  display: flex;
}
.marker {
  background: #fff772;
  display: inline;
  font-style: normal;
}
.section__heading-secondary {
  font-weight: bold;
  font-size: 1.8rem;
  border-left: 8px solid #D61518;
  padding: 6px 0 6px 16px;
  margin-bottom: 12px;
  line-height: 1.6;
}
.has-arrow{
  position: relative;
}
.has-arrow:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  margin-inline: .5rem;
  border: 0.1em solid currentColor;
  box-sizing: border-box;
}
.has-arrow.arrow-down:after{
  color: #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
.marker{
  font-weight: 600;
}

/* mv
-------------------------------------------- */
.mv {
  padding-block: 3rem;
  background: url(../images/contact-intern/intern-firstview-img-pc.webp) center / cover no-repeat;
  }

.mv img {
  margin-inline: auto;
  display: block;
  margin: 6rem auto;
  max-width: 680px;
}

.mv h1 {
  display: none;
}

@media screen and (max-width: 768px) {
  .mv {
  background: url(../images/contact-intern/intern-firstview-img-sp.webp) center / cover no-repeat;
  }
  .mv img {
      margin: 2.2rem auto;
      max-width: 100%;
    }

}

/* documents
-------------------------------------------- */
.section__intern {
  padding: 3rem 5.6rem;
  background: #FCF8F7;
}
.section__intern .intern-bar {
  padding: 1rem;
  background: #D61518;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 2.4rem;
  border-radius: 8px;
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .section__intern {
    padding: 5%;
  }
  .section__intern .intern-bar {
    margin-bottom: 5%;
    font-size: 1.6rem;
  }
}

.documents .doc-list-wrap{
  gap: 3rem;
  justify-content: space-between;
}
.documents .doc-list-item{
  border: 2px solid #D61518;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  padding: 2.4rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background: #FFF;
}

@media screen and (max-width: 1024px) {
  .documents .doc-list-wrap{
    flex-direction: column;
  }
  .documents .doc-list-item{
    padding: 1rem 1rem 1.5rem;
  }
  .documents .doc-list-item:nth-child(3){
    padding: 2rem 1rem 1.5rem;
  }
}

.documents .doc-list-item:after {
  content: '＋';
  font-size: 2.4rem;
  font-weight: bold;
  color: #D61518;
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
}
.documents .doc-list-item:last-child:after {
  content: '';
  position: static;
}

@media screen and (max-width: 1024px) {
  .documents .doc-list-item:after{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(calc(100% + 0.4rem));
  }
}

.documents .doc-list-item img{
  height: 90px;
}
.documents .doc-list-item:nth-child(3) img{
  height: 80px;
}
.documents .doc-list-item p {
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: clamp(1.2rem, 3vw,1.4rem);
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .documents .doc-list-item p {
  margin-top: 0.5rem;
  font-size: clamp(1.4rem, 3vw,1.8rem);
  line-height: 1.4;
  }
}


/* about
-------------------------------------------- */
.about .section__inr{
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.about .about__cont_wrap{
  max-width:1048px;
  margin-inline: auto;
}
.about .about__cont{
  display: flex;
  gap: 5%;
}
.about .about__cont:nth-child(even){
  flex-direction: row-reverse;
}
.about .about__cont:not(:last-child){
  margin-bottom: 5rem;
  padding-bottom: 3rem;
}
.about .about__ttl{
  font-size: clamp(1.6rem,4vw,2rem);
  font-weight:bold;
  color: #D61518;
  text-align: center;
  margin-bottom: 2.4rem;
  line-height: 1.6;
}
.about .about__descarea {
  flex: 0.6;
}
.about .about__img{
  flex: 0.4;
  margin-bottom: 3rem;
}
.about .about__img img {
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width:768px){
  .about .about__cont,
  .about .about__cont:nth-child(even){
    flex-direction: column;
  }
}
@media screen and (max-width:414px){
  .about .about__img img {
    object-fit: contain;
    width: 100%;
  }
}

.about__secondaryarea {
  padding: 2.4rem;
  background: #fff;
}

.about__secondaryarea ul {
  list-style: disc;
  padding-left: 20px;
}


.about__secondaryarea-wrap {
  gap: 2rem;
  justify-content: space-between;
}
.about__secondaryarea-wrap .about__secondaryarea {
  width: 50%;
}
.about__secondaryarea-wrap .about__secondaryarea .price {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .about__secondaryarea-wrap {
    flex-direction: column;
  }
  .about__secondaryarea-wrap .about__secondaryarea {
    width: 100%;
  }
  .about__secondaryarea-wrap .about__secondaryarea .price {
    font-size: 1.6rem;
  }
}


/* case
-------------------------------------------- */
.case {
  font-size: 1.8rem;
}

.case .case-list {
  margin-bottom: 60px;
}

.case .case-list-item {
  margin-bottom: 40px;
}

.case .case__ttl {
  border-left: 5px solid #e53935;
  padding-left: 15px;
}

.case .case__descarea {
  margin-left: 15px;
}

.case .case__descarea ul {
  list-style: disc;
  margin-top: 5px;
  padding-left: 20px;
}

.case .case__descarea-container {
  margin-bottom: 20px;
}

.case .doc-list-wrap{
  gap: 3rem;
  justify-content: space-between;
  margin-top: 3rem;
}
.case .doc-list-item{
  border: 2px solid #D61518;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  .case .doc-list-wrap{
    flex-direction: column;
  }
  .case .doc-list-item{
    padding: 1rem 1rem 1.5rem;
  }
}

.case .doc-list-item .doc-list-title {
  color: #D61518;
  font-size: 2rem;
  font-weight: bold;
}

.case .doc-list-item .doc-list-bar {
  font-size: 1.6rem;
  color: #FFF;
  border-radius: 8px;
  background: #D61518;
  margin: 0.5rem 0;
  line-height: 1.6;
  font-weight: bold;
  padding: 1rem;
}

.case .doc-list-item .doc-list-txt {
  margin-bottom: 0;
  margin-top: 1rem;
  font-size: clamp(1.2rem, 3vw,1.4rem);
  text-align: left;
}

.case .doc-list-item .circle {
  color: #FFF;
  font-size: 2rem;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #D61518;
  display: inline-block;
  line-height: 1.5;
  margin-left: 0.5rem;
}


@media screen and (max-width: 1024px) {
  .case .doc-list-item .doc-list-title {
    font-size: 1.8rem;
  }
  .case .doc-list-item .doc-list-txt {
    margin-top: 1rem;
    font-size: clamp(1.4rem, 3vw,1.8rem);
  }
  .case .doc-list-item .circle {
    font-size: 1.8rem;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4;
  }
}


/* CTA
-------------------------------------------- */
.cta__bar{
  padding: 2rem 0 3rem;
  box-sizing: border-box;
}
.cta__bar .inner{
  display: flex;
  gap: 4rem;
}
.cta__item_wrap{
  width: 100%;
  text-align: center;
}
.cta__item_wrap .lead{
  margin-bottom: 3rem;
}
.cta__item{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.8rem;
  position: relative;
  height: 8rem;
  max-width: 536px;
  margin-inline: auto;
}

.cta__item .baloon{
  position: absolute;
  top: -2rem;
  border: 2px solid;
  font-size: 1.4rem;
  padding: .6rem 2rem 0.8rem;
  line-height: 1;
  background: #fff;
  color: initial;
  border-radius: 100px;
}
.cta__item .baloon:before{
  content: '';
  width: 20px;
  height:20px;
  display: inline-block;
  background: url(../images/contact-intern/icon-baloon.svg) no-repeat;
  position: absolute;
  bottom: -2rem;
  right: 2rem;
}
.cta__item.cta__line .baloon{
  color:#06C755;
}
.cta__item.cta__contact .baloon{
  color: #D61518;
}
.cta__item .item-icon{
  margin-right: 1rem;
}
.cta__item.cta__line .item-icon{
  height: 32px;
}
.cta__item.cta__contact .item-icon{
  height: 20px;
}
.cta__line{
  background-color:#06C755;
}
.cta__contact{
  background-color:#D61518;
}

.cta__intern {
  height: 12rem;
}

@media screen and (max-width: 768px) {
  .cta__item{
    font-size: 1.8rem;
    font-weight: 500;
    padding:.3rem 2rem 0.5rem;
    height: 7rem;
  }
}

.cta__childcare_txt {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin: 1.5rem 0 2.4rem;
}

.cta__intern {
  height: 12rem;
}

@media screen and (max-width: 1024px) {
  .cta__childcare_txt {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}

/* CTA middle
-------------------------------------------- */
.cta__middle{
  background: url(../images/contact-intern/cta-bg-pc.webp) center / cover no-repeat;
  margin-bottom: 0;
  padding:7rem 0 3rem;
}
.cta__middle .section__inr{
  margin: 0 auto;
  padding-bottom: 4.5rem;
}
.cta__middle .cta__middle_ttl{
  color: #fff;
  max-width: 550px;
  position: relative;
  margin: 0 auto;
}
.cta__middle .cta__middle_ttl span{
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  font-weight: 600;
  letter-spacing: 2px;
  font-size:min(4vw, 2.2rem);
}
.cta__middle .cta__middle_ttl + p{
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cta__middle{
    background-image: url(../images/contact-intern/cta-bg-sp.webp);
  }
  .cta__middle .inner{
    gap: 4rem;
  }
}



/* contact
-------------------------------------------- */
.contact .section__heading{
  padding-top: 2rem;
}
.contact__note {
  margin: 0 auto 40px;
  max-width: 1160px;
  padding: 0 56px;
}
@media screen and (max-width: 1024px) {
  .contact__note {
    margin: 0 auto 24px;
    width: 100%;
    padding: 0 5%;
  }
}
.contact__note a {
  display: inline-block;
  color: #D61518;
  text-decoration: underline;
}
.contact__note-item {
  padding-left: 2rem;
  position: relative;
}
.contact__note-item:before {
  left: 0;
}
.contact__note-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .contact__note-item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.contact__note-item br.sp{
  display: none;
}
.contact__note-item span{
  display: inline-block;
}
@media screen and (max-width: 414px) {
  .contact__note-item br.sp{
    display: block;
  }
}
/* CTA fixed footer
-------------------------------------------- */
.cta__footerfixed .cta__item_wrap {
  width: 50%;
}

.cta__footerfixed .cta__item_wrap .cta__item {
  height: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 1.8rem 1rem;
}

.cta__footerfixed {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
  padding-bottom: 0;
}

.cta__footerfixed.fixed {
  opacity: 1;
  z-index: 9;
  padding-inline: 0;
}

@media screen and (max-width: 768px) {
  .cta__footerfixed .cta__item_wrap .cta__item {
    font-size: 1.5rem;
    padding: 1.5rem 0.5rem 0.8rem;
  }

  .cta__footerfixed .cta__item .baloon {
    padding: .3rem 1rem 0.5rem;
    font-size: 1.2rem;
    top: -1rem;
  }

  .cta__footerfixed .cta__item .baloon:before {
    width: 15px;
    height: 15px;
    bottom: -1rem;
  }
}