@charset "UTF-8";

:root{
	--lightred: #fde6e6;
	--red: #f05a5a;
	--lightyellow: #fef3d9;
	--yellow: #f9ac00;
	--lightgreen: #f2f8ee;
	--green: #7ebe53;
	--lightorange: #fdede1;
	--lightnessorange: #f9f5f0;
	--orange: #f08737;
	--lightblue: #e7ecf4;
	--blue: #0370b9;
	--lightnavy: #dce2ef;
	--navy: #144196;
  --gray: #797a7a;
  --lightgray: #a2a1a0;
	--black: #454341;
	--white: #ffffff;
	--sans: "Noto Sans JP", sans-serif;
}



#content h2{
  font-size: 1.875em;
  line-height: 1.2;
  color: var(--orange);
  font-weight: 700; 
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 3px dotted var(--orange);
}
#content h2:not(:first-child){
  margin-top: 70px;
}

#content h3{
  font-size: 1.375em;
  line-height: 1.135;
  color: var(--black);
  font-weight: 700; 
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid var(--orange);
}
#content h3:not(:first-child){
  margin-top: 30px;
}

#content h4{
  font-size: 1.125em;
  line-height: 1.135;
  color: var(--black);
  font-weight: 700; 
  margin-bottom: 10px;
}
#content h4:not(:first-child){
  margin-top: 15px;
}

#content h4.navy{
  color: var(--navy);
}

#content h4.square{
  font-size: 1.125em;
  line-height: 1.55;
  color: var(--black);
  font-weight: 700; 
  margin-bottom: 5px;
  padding-left: 0;
  border-left: none;
}
#content h4.square:before{
  content: "■";
  color: var(--orange);
  margin-right: 5px;
}
#content h4.point:before{
  content: "⚠";
  color: var(--orange);
  margin-right: 5px;
}

#content h3.system{
  font-size: 1.25em;
  line-height: 1.55;
  color: var(--black);
  font-weight: 700; 
  margin-bottom: 15px;
  padding-left: 0;
  border-left: none;
  text-align: center;
}
#content h3.practical{
  line-height: 1.135;
  color: var(--black);
  font-weight: 700; 
  margin-bottom: 15px;
  padding-left: 0;
  border-left: none;
}

#content h3.square{
  font-size: 1.25em;
  line-height: 1.55;
  color: var(--black);
  font-weight: 700; 
  margin-bottom: 15px;
  padding-left: 0;
  border-left: none;
}
#content h3.square:before{
  content: "■";
  color: var(--orange);
  margin-right: 5px;
}

#content h3.about{
  font-size: 1.5625em;
  line-height: 1.55;
  color: var(--black);
  font-weight: 700; 
  margin-bottom: 30px;
  padding-left: 0;
  border-left: none;
}
#content h3.about br{
  display: none;
}
#content h3.access{
  font-size: 1.25em;
  line-height: 1.55;
  color: var(--black);
  font-weight: 700; 
  margin-bottom: 15px;
  padding-left: 0;
  border-left: none;
}
#content h3.access:before{
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.5em;
  background: url(../images/access-orange.png) no-repeat center / contain;
  vertical-align: bottom;
  margin-right: 10px;
}



@media only screen and (max-width: 680px) {

#content h2{
  font-size: 1.25em;
  margin-bottom: 20px;
}

#content h3{
  font-size: 1.1875em;
  margin-bottom: 10px;
}

#content h3.square{
  font-size: 1.125em;
  margin-bottom: 10px;
}

#content h3.about{
  font-size: 1.25em;
  line-height: 1.75;
  margin-bottom: 15px;
}
#content h3.about br{
  display: unset;
}
#content h4.square{
  font-size: 1.125em;
}
}


#content ul{
  margin-left: 1em;
  margin-bottom: 20px;
  list-style: none;
}
#content ul li{
  text-indent: -1em;
  line-height: 2;
}

#content ul:not(.none) li:before{
  content:'・';
  font-feature-settings: normal;
}
#content ul.orange li:before{
  content:'・';
  color: var(--orange);
}
#content ul.navy li:before{
  content:'・';
  color: var(--navy);
}

.waku-blue{
  margin: 40px auto;
  background:var(--lightblue);
  border-radius: 15px;
  padding: 30px;
}

#content .waku-blue  h3.license{
  font-size: 1.25em;
  line-height: 1.55;
  color: var(--navy);
  font-weight: 700; 
  margin-bottom: 15px;
  padding-left: 0;
  border-left: none;
}
#content .waku-blue h3.square{
  margin-bottom: 0;
}
#content .waku-blue h3.square:before{
  content: "■";
  color: var(--navy);
  margin-right: 5px;
}
#content .waku-blue h4{
  font-size: 1.07em;
  line-height: 1.135;
  color: var(--black);
  font-weight: 700; 
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid var(--navy);
}


.family-voice{
  margin: 100px auto 0;
  background:var(--lightorange);
  border-radius: 15px;
  padding: 30px 25px;
}

#content .family-voice h3{
  font-size: 1.5em;
  line-height: 1.55;
  color: var(--orange);
  font-weight: 700; 
  margin-bottom: 15px;
  padding-left: 0;
  border-left: none;
  text^align: center;
}
#content .family-voice h3:before,
#content .family-voice h3:after{
  content: "－";
  padding： 0 0.25em;
}
#content .family-voice h3+p{
  display: block;
  width: fit-content;
  text-align: left;
  line-height: 2;
  margin: 15px auto 20px;
}

#content .family-voice .wp-block-lazyblock-family-voice+.wp-block-lazyblock-family-voice{
  margin-top: 40px;
}
#content .family-voice .voice .heading{
  font-size: 1.25em;
  line-height: 1.55;
  color: var(--orange);
  font-weight: 700; 
  padding-left: 95px;
  position: relative;
  z-index: 2;
}
#content .family-voice .voice  .heading .icon{
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#content .family-voice .voice  .heading .icon img{
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}
#content .family-voice .voice .text{
  background: var(--white);
  padding: 25px 20px 15px;
  position: relative;
}
#content .family-voice .voice .text .continue{
  display: none;
}
@media screen and (max-width:880px) {

  .family-voice{
    margin: 50px auto 0;
    padding: 30px 15px;
  }
  #content .family-voice .voice .text{
    padding: 20px 10px 45px;
  }

#content .family-voice .voice .text p{
  max-height: 5.25em;
  overflow: hidden;
}
#content .family-voice .voice.open .text p{
  max-height: unset;
}
#content .family-voice .voice .text .continue{
  display: unset;
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  padding-right: 30px;
}
#content .family-voice .voice .text .continue span{
  content: "続きを読む";
}
#content .family-voice .voice .text .continue span::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/open-orange.png) no-repeat center / contain;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}
#content .family-voice .voice.open .text .continue span::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/close-orange.png) no-repeat center / contain;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}
}




.facility-table.wp-block-table{
  margim: 30px auto;
}
.facility-table.wp-block-table table{
  width: 100%;
  border-collapse: collapse;
}
.facility-table.wp-block-table table tr{
  
}
.facility-table.wp-block-table table td{
  vertical-align: top;
  padding: 16px 0;
  border-bottom: 1px solid var(--gray);
}
.facility-table.wp-block-table table tr:last-child td{
  border-bottom: none;
}
.facility-table.wp-block-table table td:first-child{
  white-space: nowrap;
  width: 160px;
}


@media screen and (max-width:880px) {
  .facility-table.wp-block-table table td{
    display: block;
    padding: 0 0 10px;
  }
  .facility-table.wp-block-table table tr:last-child td{
  }
  .facility-table.wp-block-table table td:first-child{
    white-space: nowrap;
    width: 100%;
    border-bottom: none;
    padding: 10px 0 0;
  }
}


.practical-table{
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  margin-bottom: 15px;
}
.practical-table table{
  border-collapse: collapse;
  width: 100%;
  min-width: max-content;
}
.practical-table table td{
  border: 1px solid var(--orange);
  text-align: center;
  padding: 4px 8px;
  font-size: 0.925em;
}
.practical-table table td.name{
  width: 100px;
  text-align: center;
  border-left: none;
  background: var(--lightorange);
}
.practical-table table td.year{
  width: 100px;
  text-align: center;
}
.practical-table table td.person{
  width: 80px;
  text-align: center;
}
.practical-table table td.subject{
  width: 80px;
  text-align: center;
}
.practical-table table td.day{
  text-align: left;
  border-right: none;
}
.practical-table table td.day.aligncenter{
  text-align: center;
}

.practical-table table td:last-child{

  border-right: none;
}


.magazine-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 6.25%;
}
.magazine-wrap a{
  text-decoration: none;
  color: var(--blue);
}
.magazine-wrap .cover{
  aspect-ratio:960/730;
  object-fit: cover;
  transition: 0.3s opacity;
  margin-bottom: 10px;
}
.magazine-wrap .title{
  color: var(--blue);
  transition: 0.3s color;
  line-height: 1.625;
  padding: 0 40px 0 0;
  position: relative;
  text-align:left;
}
.magazine-wrap .title::before{
  content:"";
  display: block;
  width: 33px;
  height: 35px;
  background: url(../images/pdf-gray.png) no-repeat center / contain;
  position: absolute;
  right:0;
  bottom: 0;
}
.magazine-wrap .title::after{
  content:"";
  display: block;
  width: 33px;
  height: 35px;
  background: url(../images/pdf-blue.png) no-repeat center / contain;
  position: absolute;
  right:0;
  bottom: 0;
  transition: 0.3s ease opacity;
}
.magazine-wrap a:hover .title::after{
  opacity: 0;
}
.magazine-wrap .magazine{
  width: 20.3%;
}
.magazine-wrap a:hover .cover{
  opacity: 0.8;
}
.magazine-wrap a:hover .title{
  color: var(--gray);
}
@media screen and (max-width:680px) {
  .magazine-wrap{
    gap: 30px 7.2%;
  }
  .magazine-wrap .magazine{
    width: 46.3%;
  }
}


#content h3.notification-heading{
  font-size: 1.375em;
  line-height: 1.135;
  color: var(--black);
  font-weight: 700; 
  margin-bottom: 15px;
  padding: 25px 85px 25px 35px;
  border-left: none;
  background: #f5f6f6;
  box-shadow: 5px 5px 0px #dbdcdc;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}


#content h3.notification-heading::after{
    content:"";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/open-orange.png) no-repeat center / contain;
    position: absolute;
    right: 25px;
    top: calc(50% - 12px);
    
  }
#content h3.notification-heading.open::after{
    background: url(../images/close-orange.png) no-repeat center / contain;
}
.notification-text{
  display: none;
}

@media screen and (max-width:680px) {


  #content h3.notification-heading{
    font-size: 1em;
    margin-bottom: 15px;
    padding: 20px 45px 20px 15px;
  }

  #content h3.notification-heading::after{
    width: 18px;
    height: 18px;
    right: 15px;
    top: calc(50% - 9px);
    
  }
}

.step-wrap{
  background: var(--lightorange);
  padding: 25px 20px 15px 45px;
  border-radius: 15px;
  margin-bottom: 50px;
  position: relative;
}

.step-wrap:after{
  content: "";
  display: block;
  width: 73px;
  height: 22px;
  background: url(../images/step-arrow.png) no-repeat center / contain;
  position: absolute;
  bottom: -36px;
  left: calc(50% - 36.5px);
}
.step-wrap a{
  color: var(--orange);
  text-decoration: none;
  font-weight: 800;
}
.step1 a{
  color: var(--orange);
  font-size: 1.75em;
}

.step-wrap .step{
  width: 87px;
  background: var(--orange);
  color: var(--white);
  text-align: center;
  font-weight: 800;
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 45px;
  transform: translateY(-50%);
}
.step-wrap .step:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid var(--orange);
}
.step-wrap .icon{
  width: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-wrap .icon img{
  object-fit: contain;
  width: 70px;
  height: 70px;
  margin: auto;
}
.step-wrap .heading{
  font-size: 1.25em;
  font-weight: 800;
  margin-bottom: 5px;
  color: var(--orange);
}
.step-wrap.blue{
  background: var(--lightblue);
  padding: 15px 20px 15px 35px;
}
.step-wrap.blue .heading{
  color: var(--navy);
}
.step-wrap.blue a{
  color: var(--navy);
}

.step-wrap {
  display: grid;
  grid-template-columns: 87px auto;
  grid-template-rows: auto;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

.step-wrap .icon { grid-area: 1 / 1 / 3 / 2; }
.step-wrap .heading { grid-area: 1 / 2 / 2 / 3; }
.step-wrap .text { grid-area: 2 / 2 / 3 / 3; }

  .step-wrap.blue{
    display: block;
  }
  
.step-last{
  text-align: center;
  background: var(--orange);
  color: var(--white);
  text-align: center;
  font-weight: 800;
  font-size: 1.25em;
  width: 100%;
  max-width: 266px;
  padding: 15px;
  border-radius: 15px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 680px) {

  .step-wrap{
    padding: 10px 10px 15px 10px;
  }
  .step-wrap.blue{
    padding: 10px 10px 10px 10px;
  }
  .step-wrap .step{
    width: 70px;
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateY(-50%);
  }
  .step-wrap .icon{
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 10px;
  }
  .step-wrap .icon img{
    width: 55px;
    height: 55px;
  }
  .step-wrap .heading{
    font-size: 1em;
    text-align: center;
  }
  .step-wrap {
    display: grid;
    grid-template-columns: 70px auto;
    grid-template-rows: auto;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
  }

  .step-wrap .icon { grid-area: 1 / 1 / 2 / 2; }
  .step-wrap .heading { grid-area: 2 / 1 / 3 / 2; }
  .step-wrap .text { grid-area: 1 / 2 / 3 / 3; }
}


.fee-wrap{
  margin-bottom: 30px;
  line-height: 2;
}

.fee-table{
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}

.fee-table table{
  border-collapse: collapse;
  width: 100%;
  min-width: max-content;
}
.fee-table-01 table{
  width: 510px;
}
.fee-table-02 table{
  min-width: 670px;
}
.fee-table-03 table{
  min-width: 670px;
}

.fee-table table thead th{
  padding: 4px 8px;
  text-align: center;
  border: 1px solid var(--orange);
  border-left: none;
  background: #fadbc3;
  line-height:1.2;
  font-weight: 700;
}
.fee-table-01 table tbody td:first-child,
.fee-table-02 table tbody td:first-child{
  padding: 4px 8px;
  text-align: center;
  border: 1px solid var(--orange);
  border-left: none;
  background: #fdf3eb;
  font-weight: 700;
}
.fee-table table td{
  border: 1px solid var(--orange);
  text-align: center;
  padding: 4px 8px;
}
.fee-table table th:last-child{
  border-right: none;
}
.fee-table table td:first-child{
  border-left: none;
}
.fee-table table td:last-child{
  border-right: none;
}
#content .fee-monthly{
  border: 2px solid var(--orange);
  border-radius: 15px;
  padding: 15px 20px;
  gap: 20px 4%;
  line-height: 2;
}
.fee-monthly > div:first-child{
  display: flex;
  align-items: center;
  padding-right: 30px;
  border-right: 1px solid var(--gray);
  color: var(--orange);
  font-weight: 700;
}

@media screen and (max-width: 880px) {
  #content .fee-monthly{
    flex-direction: unset;
  }
}
@media screen and (max-width: 680px) {
  #content .fee-monthly{
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding: 15px 20px;
    gap: 20px 4%;
    
  }
  .fee-monthly > div:first-child{
    border-right: none;
    padding: 0;
  }
  .fee-monthly > .wp-block-column{
    width: auto;
  }
}


.visitation-table{
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  margin-bottom: 5px;
  margin-top: 15px;
}
.visitation-table table{
  border-collapse: collapse;
  width: 100%;
  min-width: max-content;
}
.visitation-table table td{
  border: 1px solid var(--orange);
  text-align: left;
  padding: 4px 8px;
}
.visitation-table table td:last-child{
  border-right: none;
}
.visitation-table table th{
  width: 175px;
  padding: 4px 8px;
  text-align: center;
  border: 1px solid var(--orange);
  border-left: none;
  background: var(--lightorange);
}

.counter-table{
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  margin-bottom: 5px;
  margin-top: 15px;
}
.counter-table table{
  border-collapse: collapse;
  width: 100%;
  min-width: max-content;
}
.counter-table table td{
  border: 1px solid var(--orange);
  text-align: left;
  padding: 4px 8px;
}
.counter-table table td:last-child{
  border-right: none;
}
.counter-table table th{
  width: 175px;
  padding: 4px 8px;
  text-align: center;
  border: 1px solid var(--orange);
  border-left: none;
  background: var(--lightorange);
}



.youtube.access{
  aspect-ratio: 16/9;
  width: 84.7%;
  margin: auto;
}
.director{
  text-align: center;
  white-space: nowrap;
}
.director .position{
  font-size: 1em;
  margin-right: 1em;
}
.director .name{
  font-size: 1.375em;
}

.service-text-wrap{

}
.service-text-wrap .continute{
  display: none;
}

@media screen and (max-width: 680px) {

  .service-text-wrap{
    position:relative;
    padding-bottom: 40px;
  }

  .service-text-wrap .text{
    max-height: 5.25em;
    overflow: hidden;
  }
  .service-text-wrap.open .text{
    max-height: unset;
  }
  .service-text-wrap .continue:before{
    content: "続きを読む";
    display: block;
    width: fit-content;
    height: 24px;
    background: url(../images/open-orange.png) no-repeat right center / contain;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400;
    color: --var(gray);
    line-height: 24px;
    padding-right: 30px;
    cursor: pointer;
  }
  .service-text-wrap.open .continue:before{
    content: "閉じる";
    background: url(../images/close-orange.png) no-repeat right center / contain;
  }

}




.foreigner-voice{
  margin: 40px auto 0;
  background:var(--lightorange);
  border-radius: 15px;
  padding: 30px 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}

#content .foreigner-voice h3{
  font-size: 1.75em;
  line-height: 1.55;
  color: var(--orange);
  font-weight: 700; 
  margin-bottom: 15px;
  padding-left: 0;
  border-left: none;
  text-align: center;
  width: 100%;
}
#content .foreigner-voice h3:before,
#content .foreigner-voice h3:after{
  content: "－";
  padding： 0 0.25em;
}

#content .foreigner-voice .photo{
  width: 160px;
}
#content .foreigner-voice .voice{
  flex: 1;
}
#content .foreigner-voice .photo .image{
  border-radius: 50%;
  margin-bottom: 5px;
}
#content .foreigner-voice .photo .position{
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}
#content .foreigner-voice .photo .name{
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}
#content .foreigner-voice .voice .text{
  font-size: 1em;
  line-height:2;
}
@media screen and (max-width:680px) {

.foreigner-voice{
  justify-content: center;
  align-items:center;
}
#content .foreigner-voice .photo{
  margin-bottom: 15px;
}
#content .foreigner-voice .voice{
  flex: 100%;
  width: 100%;
}
}




#side .recruit-banner{
  margin:20px auto;
  width: 100%;
}
#side .recruit-banner a{
  border:1px solid #7dc0eb;
  display: block;
  transition: 0.3s ease opacity;
}
#side .recruit-banner a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 880px) {
  #side .recruit-banner{
    margin:20px auto;
    width: 77.7%;
  }
}

#article *+p{
  margin-top: 20px;
}

#article figure{
}
#article figure img{
  display:inline-block;
}