<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* kids.css
----------------------------------- */
.id {
  display: inline-block;
  /* インラインブロック化 */
}

/* page_ttl_area */
.page_ttl_area {
  border-bottom: 2px solid var(--class-sagyo);
}

.sub_ttl_area {
  position: relative;
}

.sub_ttl_area img {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media all and (max-width: 1020px) {
  .sub_ttl_area img {
    width: 20%;
  }
}

@media all and (max-width: 767px) {
  .sub_ttl_area img {
    display: none;
  }
}

.sub_ttl_area,
.sub_ttl_area &gt; p {
  margin-bottom: 0;
  padding-bottom: 15px;
}

/* index_area */

.index_area {
  background-color: #f0f0f0;
}

.index_area ul {
  display: flex;
  position: relative;
  margin: 0 auto 0;
}

.index_area ul::before {
  content: "";
  background-image: url(../img/sagyo/index_txt.png);
  width: 74px;
  height: 34px;
  position: absolute;
  top: -10px;
  left: 0;
}

.index_area ul li {
  flex-basis: 19.3%;
  margin: 0 0.8% 0 0;
  padding: 0px 0 20px;
  text-align: center;
  position: relative;
}

.index_area ul li:last-child {
  margin: 0;
}

.index_area ul li a {
  display: block;
  width: 100%;
  padding: 30px 0 10px;
}

.index_area ul li a:hover {
  border-bottom: 2px solid var(--class-sagyo);
  position: absolute;
}

.index_area ul li a:hover::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: var(--class-sagyo) transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}

@media all and (max-width: 767px) {
  .index_area {
    margin-bottom: 30px;
  }

  .index_area .sp {
    background-color: var(--class-sagyo);
    color: #ffffff;
    text-align: center;
    position: relative;
  }

  .index_area .sp::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: var(--class-sagyo) transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }

  .index_area ul::before {
    content: none;
  }

  .index_area ul {
    width: 100%;
    margin: auto;
    flex-wrap: wrap;
  }

  .index_area ul li,
  .index_area ul li:last-child {
    flex-basis: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #e6e6e6;
  }

  .index_area ul li:nth-child(2),
  .index_area ul li:nth-child(3) {
    background-color: #f2f2f2;
  }

  .index_area ul li a {
    font-size: 1.4rem;
    display: block;
    position: relative;
    width: 90%;
    padding: 5% 0 5% 10%;
  }

  .index_area ul li a::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent var(--class-sagyo);
  }

  .index_area ul li a:hover {
    position: relative;
    background-color: #f6b7b7;
    border-bottom: none;
  }

  .index_area ul li a:hover::after {
    content: none;
  }
}

/* topics_area */

.topics_area {
  width: 100%;
  margin: 0 0 80px;
  padding: 40px 0;
  box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.1);
}

.dot {
  background: #ffffff;
  background-image: radial-gradient(#7fbbe1 15%, transparent 0);
  background-size: 8px 8px;
}

.topics_area &gt; div {
  margin: 0 auto;
  padding: 25px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topics_area &gt; div div.ttl {
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-color: var(--class-sagyo);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  background-image: radial-gradient(#99a4cd 15%, transparent 0);
  background-size: 8px 8px;
}

.topics_area &gt; div div.ttl span {
  color: #ffffff;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.6;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 15px;
}

.topics_area &gt; div div.ttl a {
  display: block;
  width: 60%;
  height: 15%;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  font-size: 1.3rem;
  color: #333333;
  font-weight: 600;
  position: relative;
}

.topics_area &gt; div div.ttl a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--class-sagyo);
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 10px;
  margin: auto;
}

.topics_area &gt; div div.ttl a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
}

.topics_area &gt; div .tp_content {
  width: calc(100% - 240px);
  display: flex;
}

.topics_area &gt; div .tp_content dl {
  width: 31%;
  margin: 0 1.5%;
}

.topics_area &gt; div .tp_content dl dt {
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.topics_area &gt; div .tp_content dl dt a {
  display: block;
  width: 100%;
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  width: auto;
  max-width: 150%;
  height: auto;
  min-height: 100%;
  margin: auto;
}

.topics_area &gt; div dl dt a img {
  width: 100%;
}

.topics_area &gt; div dl dd {
  width: 100%;
}

.topics_area &gt; div dl dd a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.topics_area &gt; div dl dd a i {
  font-style: normal;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.topics_area &gt; div dl dd a h3 {
  width: 65%;
  padding: 0.5em;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: var(--class-sagyo);
}

.topics_area &gt; div dl dd a h2 {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
  color: var(--class-sagyo);
}

.topics_area &gt; div dl dd a h2::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent var(--class-sagyo);
}

.topics_area &gt; div dl dd a p {
  font-size: 1.3rem;
  /* height: 65px; */
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .topics_area {
    padding: 0 0 40px 0;
  }

  .dot {
    background: none;
  }

  .topics_area &gt; div {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
    display: block;
    background: none;
  }

  .topics_area &gt; div div.ttl {
    width: 100%;
    height: auto;
    border-radius: 0;
    background-color: var(--class-sagyo);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .topics_area &gt; div div.ttl span {
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 0;
    padding: 10px 0 10px 20px;
  }

  .topics_area &gt; div div.ttl a {
    width: 30%;
    height: auto;
    line-height: 25px;
    background-color: #fff;
    position: relative;
    margin-right: 20px;
  }

  .topics_area &gt; div .tp_content {
    width: 98%;
    margin: auto;
  }
}

@media all and (max-width: 580px) {
  .topics_area &gt; div .tp_content {
    flex-wrap: wrap;
    width: 80%;
  }

  .topics_area &gt; div .tp_content dl {
    width: 100%;
    margin: 0 1.5% 20px;
    padding: 0 0 20px 0;
    border-bottom: 2px dotted #adadad;
  }

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) {
    display: flex;
  }

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) dt {
    width: 110px;
    height: 0;
    margin: 0 20px 0 0;
    padding-top: 25%;
  }

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) dt a {
    display: block;
    width: 100%;
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    width: auto;
    max-width: 150%;
    height: auto;
    min-height: 100%;
    margin: auto;
  }

  /* .topics_area &gt; div .tp_content dl:nth-of-type(n+2) a img {
		height: 110px;
		object-fit: cover;
	} */

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) dd {
    width: calc(100% - 130px);
  }

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #333;
  }

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) a i {
    font-style: normal;
    font-size: 1.2rem;
    margin-bottom: 5px;
    order: 2;
  }

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) a h3 {
    order: 1;
    width: 100%;
    padding: 0.5em;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    background-color: var(--class-sagyo);
  }

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) a h2 {
    order: 3;
  }

  .topics_area &gt; div dl dd a h2::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent var(--class-sagyo);
  }

  .topics_area &gt; div .tp_content dl:nth-of-type(n + 2) dd a p {
    display: none;
  }
}

/* h2 */

section .ttl_area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
}

section .ttl_area h2 {
  width: 100%;
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  padding: 10px 0;
}

section .ttl_area h2:before {
  content: "";
  width: 1px;
  height: 50px;
  border-left: 1px solid #000;
  position: absolute;
  top: 0;
  left: 10px;
}

section .ttl_area h2::after {
  content: "";
  width: 1px;
  height: 50px;
  border-left: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 10px;
}

section .ttl_area h2 span {
  display: block;
  width: 100%;
  height: 100%;
}

section .ttl_area h2 span::before {
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  top: 10px;
  left: 0;
}

section .ttl_area h2 span::after {
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media all and (max-width: 767px) {
  section .ttl_area h2 {
    font-size: 2.3rem;
  }
}

/* introduction_area */

#introduction_area .inner {
  padding: 0 10rem;
}

#introduction_area .inner .imgarea {
  width: 100%;
  position: relative;
}

#introduction_area .inner .imgarea .textarea {
  width: 41.6rem;
  position: absolute;
  top: 1.5rem;
  left: -10rem;
}

@media all and (max-width: 767px) {
  #introduction_area {
    margin: 40px auto;
  }

  #introduction_area .inner {
    padding: initial;
  }

  #introduction_area .inner .imgarea {
    width: 100%;
  }

  #introduction_area .inner .imgarea .imgarea_img {
    object-fit: contain;
    width: 100%;
  }

  #introduction_area .inner .imgarea .textarea {
    width: 27.2rem;
    position: absolute;
    top: -3.3rem;
    left: -1.2rem;
  }

}

/* reason_area */
#reason_area {
  background: rgba(153, 128, 163, 0.2);
  padding-top: 8rem;
  padding-bottom: 9rem;
}

#reason_area .inner {
  max-width: 120rem;
  margin: auto;
  padding: 0 2.5rem;
}

#reason_area .reason_ttl {
  text-align: center;
}

#reason_area .reason_ttl .reason_ttl_top {
  font-size: 2rem;
  position: relative;
  text-align: center;
  display: inline-block;
}
#reason_area .reason_ttl .reason_ttl_top::before,
#reason_area .reason_ttl .reason_ttl_top::after {
  position: absolute;
  top: 0.7rem;
  height: 2.2rem;
  content: '';
}

#reason_area .reason_ttl .reason_ttl_top::before {
  border-left: solid 1px;
  left: -1.5rem;
  transform: rotate(-40deg);
}

#reason_area .reason_ttl .reason_ttl_top::after {
  border-right: solid 1px;
  right: -1.5rem;
  transform: rotate(40deg);
}

#reason_area .reason_ttl h2 {
  font-size: 4rem;
  line-height: 1.7;
  font-weight: 600;
  color: #9980A3;
}

#reason_area .reason_ttl .reason_ttl_bottom {
  font-size: 2.1rem;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}

#reason_area .reason_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 5.4rem;
}

#reason_area .reason_list .reason_item {
  background: #fff;
  border-radius: 3rem;
  padding: 3rem 3rem 4rem;
  height: fit-content;
}

#reason_area .reason_list .reason_item .reason_item-ttl {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

#reason_area .reason_list .reason_item .reason_item-ttl h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #9980A3;
  margin-top: 6px;
}

#reason_area .reason_list .reason_item .reason_item-text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1.6rem;
}

#reason_area .reason_list .reason_item .reason_item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
}

#reason_area .reason_list .reason_item .reason_item-img img {
  max-width: 28rem;
  object-fit: contain;
  width: 100%;
}

#reason_area .reason_list .reason_item .reason_item-img.reason_item-img--lg img {
  max-width: 100%;
}

@media all and (max-width: 767px) {
  #reason_area {
    padding-top: 3.7rem;
    padding-bottom: 6rem;
  }

  #reason_area .inner {
    max-width: 50rem;
    padding: 0 2rem;
  }

  #reason_area .reason_ttl .reason_ttl_top {
    font-size: 1.5rem;
  }

  #reason_area .reason_ttl .reason_ttl_top::before,
  #reason_area .reason_ttl .reason_ttl_top::after {
    position: absolute;
    top: 0.4rem;
    height: 1.8rem;
  }

  #reason_area .reason_ttl .reason_ttl_top::before {
    left: -0.9rem;
  }

  #reason_area .reason_ttl .reason_ttl_top::after {
    right: -0.9rem;
  }

  #reason_area .reason_ttl h2 {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-top: 0.5rem;
  }

  #reason_area .reason_ttl .reason_ttl_bottom {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 1.3rem;
  }

  #reason_area .reason_list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3.4rem;
  }

  #reason_area .reason_list .reason_item {
    border-radius: 2rem;
    padding: 2rem;
  }

  #reason_area .reason_list .reason_item .reason_item-ttl {
    gap: 1rem;
  }

  #reason_area .reason_list .reason_item .reason_item-ttl img {
    /*max-width: 5.6rem;*/
    max-width: 4.5rem;
    width: 100%;
  }

  #reason_area .reason_list .reason_item .reason_item-ttl h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: initial;
    text-align: initial;
  }

  #reason_area .reason_list .reason_item .reason_item-text {
    font-size: 1.4rem;
    margin-top: 0.9rem;
  }

  #reason_area .reason_list .reason_item .reason_item-img {
    gap: 0.9rem;
    margin-top: 1.5rem;
  }

  #reason_area .reason_list .reason_item .reason_item-img img {
    max-width: 14.3rem;
  }
  #reason_area .reason_list .reason_item .reason_item-img.reason_item-img--md img {
    max-width: 100%;
  }  
}

/* about_area */
#about_area {
  padding-top: 0.5rem;
  padding-bottom: 9rem;
}

#about_area .about_ttl_area {
  text-align: center;
}

#about_area .about_ttl_area h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  display: inline-block;
  border-bottom: 5px solid #9980A3;
}

#about_area .about_ttl_area p {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  margin-top: 4rem;
}

#about_area .about_recommendation {
  background: #eee;
  margin-top: 11.6rem;
  padding: 2.5rem 10rem 4.2rem;
  position: relative;
}

#about_area .about_recommendation_ttl {
  text-align: center;
}

#about_area .about_recommendation_ttl h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #9980A3;
  text-align: center;
  position: relative;
  display: inline-block;
}

#about_area .about_recommendation_ttl h3::before,
#about_area .about_recommendation_ttl h3::after {
  position: absolute;
  top: 0.7rem;
  height: 3.2rem;
  content: '';
}

#about_area .about_recommendation_ttl h3::before {
  border-left: solid 2px;
  left: -1.5rem;
  transform: rotate(-40deg);
}

#about_area .about_recommendation_ttl h3::after {
  border-right: solid 2px;
  right: -1.5rem;
  transform: rotate(40deg);
}

#about_area .about_recommendation-list {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}

#about_area .about_recommendation-item {
  font-size: 2rem;
  line-height: 1.8;
  margin-left: 1em;
}

#about_area .about_recommendation-item span {
  color: #9980A3;
}

#about_area .about_recommendation-item:not(:last-child) {
  margin-right: 2em;
}

#about_area .about_recommendation-img {
  position: absolute;
  bottom: 0;
  right: 8rem;
}

#about_area .about_recommendation-img img {
  aspect-ratio: 242 / 231;
  object-fit: cover;
  object-position: top;
  width: 100%;
  max-width: 24.2rem;
}

#about_area .about_employment {
  margin-top: 5.2rem;
}

#about_area .about_employment h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

#about_area .about_employment-list {
  max-width: 108rem;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

#about_area .about_employment-item {
  display: flex;
  flex-direction: column;
}

#about_area .about_employment-item h4 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.7;
  color: #9980A3;
}

#about_area .about_employment-list2 {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0.6rem;
  padding-bottom: 1rem;
}

#about_area .about_employment-list2.about_employment-list2--sm {
  grid-template-columns: 2fr 1fr;
}

#about_area .about_employment-item2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

#about_area .about_employment-item p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: auto;
}

#about_area .about_employment-item img {
  margin-top: 1.7rem;
}

#about_area .about_employment-other {
  max-width: 108rem;
  margin: 2rem auto 4rem;
}

#about_area .about_employment-other h4 {
  color: #9980A3;
  font-weight: 700;
  font-size: 2rem;
}

#about_area .about_qualification {
  max-width: 108rem;
  margin: 7.2rem auto;
}

#about_area .about_qualification-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6rem;
  row-gap: 5rem;
}

#about_area .about_qualification-item h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}

#about_area .about_qualification-item h4 span {
  color: #9980A3;
}

#about_area .about_qualification-item-body {
  margin-top: 2rem;
}

#about_area .about_qualification-item-body p {
  font-size: 2.3rem;
  line-height: 1.7;
}

#about_area .about_qualification-item-body .cap {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 2.5rem;
}

#about_area .about_qualification-item-body p .cap {
  margin-left: 1em;
  margin-top: initial;
}

#about_area .about_qualification-item-body .asterisk {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  vertical-align: top;
  margin-left: 0.5em;
}

@media all and (max-width: 1080px) {
  #about_area .about_recommendation {
    padding: 2.5rem 10rem 14rem;
  }
  #about_area .about_recommendation-img {
    right: 2rem;
  }
}

@media all and (max-width: 767px)  {
  #about_area {
    padding-top: 1.2rem;
    padding-bottom: 9rem;
  }

  #about_area .about_ttl_area {
    text-align: center;
  }

  #about_area .about_ttl_area h2 {
    font-size: 2rem;
    border-bottom: 4px solid #9980A3;
    line-height: 1.9;
  }

  #about_area .about_ttl_area p {
    font-size: 1.5rem;
    margin-top: 3.2rem;
  }

  #about_area .about_recommendation {
    background: #eee;
    margin-top: 3.5rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100%;
    padding: 3.2rem 2rem 20rem;
    position: relative;
  }

  #about_area .about_recommendation_ttl {
    text-align: center;
  }

  #about_area .about_recommendation_ttl h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #9980A3;
    text-align: center;
    position: relative;
    display: inline-block;
  }

  #about_area .about_recommendation_ttl h3::before,
  #about_area .about_recommendation_ttl h3::after {
    position: absolute;
    top: 0.6rem;
    height: 2.4rem;
    content: '';
  }

  #about_area .about_recommendation_ttl h3::before {
    left: -1.2rem;
  }

  #about_area .about_recommendation_ttl h3::after {
    right: -1.2rem;
  }

  #about_area .about_recommendation-list {
    margin-top: 0.8rem;
    display: inline-block;
    width: 100%;
  }

  #about_area .about_recommendation-list li {
    display: contents;
  }

  #about_area .about_recommendation-item {
    font-size: 1.5rem;
    line-height: 2;
    margin-left: initial;
    display: inline;
  }

  #about_area .about_recommendation-item:not(:last-child) {
    margin-right: 2em;
  }

  #about_area .about_recommendation-img {
    position: absolute;
    bottom: 0;
    right: 3rem;
    max-width: 15.8rem;
  }

  #about_area .about_recommendation-img img {
    aspect-ratio: 158 / 150;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  #about_area .about_employment {
    margin-top: 3.2rem;
  }

  #about_area .about_employment h3 {
    font-size: 2rem;
    line-height: 1.7;
    text-align: center;
  }

  #about_area .about_employment-list {
    margin-top: 1.7rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  #about_area .about_employment-item h4 {
    font-size: 2rem;
    line-height: 1.5;
  }

  #about_area .about_employment-list2 {
    margin-top: 0.7rem;
  }

  #about_area .about_employment-list2.about_employment-list2--sm {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 0.7rem;
  }

  #about_area .about_employment-item2 {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #about_area .about_employment-item p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 0.8rem;
  }

  #about_area .about_employment-item-img {
    max-width: 17.7rem;
    margin: 0 auto;
  }

  #about_area .about_employment-item-img img {
    width: 100%;
  }

  #about_area .about_qualification {
    margin-top: 3.6rem;
  }

  #about_area .about_qualification-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3.5rem;
  }

  #about_area .about_qualification-item h4 {
    font-size: 1.4rem;
  }

  #about_area .about_qualification-item-body {
    margin-top: 0.9rem;
  }

  #about_area .about_qualification-item-body p {
    font-size: 1.9rem;
    line-height: 1.8;
  }

  #about_area .about_qualification-item-body .cap {
    font-size: 1.3rem;
    margin-top: 2.5rem;
  }

  #about_area .about_qualification-item-body p .cap {
    margin-left: 1em;
    margin-top: initial;
  }

  #about_area .about_qualification-item-body .asterisk {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    vertical-align: top;
    margin-left: 0.5em;
  }
}

/* data_area */

#data_area {
  background: -moz-radial-gradient(#ffffff, #eee9ef);
  background: -webkit-radial-gradient(#ffffff, #eee9ef);
  background: radial-gradient(#ffffff, #eee9ef);
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

#data_area .ttl_area {
  margin-top: -40px;
}

#data_area .inner {
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 80px;
}

#data_area .inner::after {
  content: "";
  background-image: url(../img/sagyo/img_10.png?ver2022);
  width: 270px;
  height: 288px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#data_area .inner .textarea {
  width: 650px;
}

#data_area .inner .grapharea {
  width: calc(100% - 650px);
  overflow: hidden;
}

#data_area .inner .grapharea .graph {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

#data_area .inner .grapharea .graph img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: auto;
  width: 95%;
  height: 100%;
}

#data_area .inner .textarea2 {
  width: calc(100% - 280px);
}

#data_area .inner .txt01 {
  font-weight: 700;
  color: var(--class-sagyo);
  margin-bottom: 5px;
}

#data_area .inner .txt01 span {
  font-size: 1.3rem;
  font-weight: normal;
  color: #000;
  margin-left: 1em;
}

#data_area .inner .textarea .list1 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#data_area .inner .textarea .list1 li:first-child {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--class-sagyo);
  padding: 0px 0;
  margin: 10px 20px 0 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  width: 365px;
  line-height: 1.5;
}

#data_area .inner .textarea .list1 li:nth-child(2) {
  font-size: 12.3rem;
  line-height: 1;
}

#data_area .inner .textarea .list1 li:nth-child(2) .percent {
  font-size: 8rem;
}

#data_area .inner .textarea .list1 li:nth-child(2) .note {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 2;
}

/* #data_area .inner .textarea p:nth-of-type(2){
	font-size: 4.2rem;
	font-weight: 700;
	color: var(--class-sagyo);
	padding: 0px 0;
	margin: 10px 0 15px 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
} */

#data_area .inner .textarea .list2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#data_area .inner .textarea .list2 li {
  font-size: 7.5rem;
  line-height: 1;
}

#data_area .inner .textarea .list2 li span.percent {
  font-size: 4.3rem;
}

#data_area .inner .textarea .list2 li span.note {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
}

#data_area .inner .grapharea .ta-c {
  margin: 10px auto;
}

#data_area .inner .textarea3 .list3 {
  display: block;
  margin-bottom: 30px;
}

#data_area .inner .textarea3 .list3 li {
  font-size: 1.5rem;
}

#data_area .inner .textarea3 .list3 li::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--class-sagyo);
}

#data_area .inner .textarea2 .list4 {
  display: flex;
  flex-wrap: wrap;
}

#data_area .inner .textarea2 .list4 li {
  width: calc(94% / 2);
  font-size: 2.5rem;
  font-weight: 700;
  margin-right: 3%;
}

#data_area .inner .textarea2 .list4 li p {
  font-size: 1.5rem;
  font-weight: normal;
}

@media all and (max-width: 1024px) {
  #data_area .inner .textarea {
    width: 61%;
  }

  #data_area .inner .grapharea {
    width: 35%;
  }

  #data_area .inner .textarea .list1 li:nth-child(2) {
    font-size: 10rem;
    line-height: 1;
  }

  #data_area .inner .textarea .list1 li:first-child {
    font-size: 3rem;
  }

  /* #data_area .inner .textarea p:nth-of-type(2) {
    font-size: 3rem;
  } */
  #data_area .inner .textarea3 .list3 li {
    width: 100%;
    margin-right: 2em;
  }

  #data_area .inner .textarea2 .list4 li {
    font-size: 2.2rem;
  }

  #data_area .inner .textarea2 .list4 {
    display: block;
  }

  #data_area .inner .textarea2 .list4 li {
    width: 100%;
    margin-right: 0;
  }

  #data_area .inner .textarea2 .list4 li p {
    font-size: 1.4rem;
    padding-bottom: 15px;
  }
}

@media all and (max-width: 768px) {
  #data_area .inner {
    display: block;
    padding-bottom: 0;
  }

  #data_area .inner::after {
    content: none;
  }

  #data_area .inner .textarea {
    width: 100%;
  }

  #data_area .inner .grapharea {
    width: 100%;
  }

  #data_area .inner .textarea2 {
    width: 100%;
  }

  #data_area .inner .textarea .list1 {
    display: block;
    margin: 0 auto 50px;
  }

  #data_area .inner .fw {
    text-align: center;
  }

  #data_area .inner .textarea p:nth-of-type(2) {
    text-align: center;
    line-height: 1.2;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto 30px;
  }

  #data_area .inner .textarea .list1 li:first-child {
    font-size: 4.2rem;
    margin: 10px auto 0;
    width: 300px;
    text-align: center;
  }

  #data_area .inner .textarea .list1 li:nth-child(2) {
    font-size: 12.3rem;
    text-align: center;
  }

  #data_area .inner .grapharea {
    position: relative;
    padding-bottom: 180px;
    margin-bottom: 0;
  }

  #data_area .inner .textarea .list2 {
    justify-content: space-between;
    margin-bottom: 30px;
  }

  #data_area .inner .textarea .list2 li {
    font-size: 7.5rem;
    line-height: 1;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  #data_area .inner .textarea .list2 li span.percent {
    font-size: 4.3rem;
  }

  #data_area .inner .textarea .list2 li span.note {
    text-align: center;
  }

  #data_area .inner .textarea3 .list3 li {
    margin-left: 1em;
    text-indent: -1em;
    margin-right: 0;
    width: 100%;
  }

  #data_area .inner .grapharea::after {
    content: "";
    background-image: url(../img/sagyo/img_10.png?ver2022);
    width: 188px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: 100%;
  }
}

@media all and (max-width: 520px) {
  #data_area .inner .textarea .list2 {
    display: block;
  }

  #data_area .inner .txt01 span {
    margin-left: 0;
    float: right;
  }
}

/* curriculum_area */

#curriculum_area {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 80px;
}

#curriculum_area .ttl_area {
  position: relative;
}

#curriculum_area .ttl_area &gt; span.note {
  font-size: 1.3rem;
  position: absolute;
  right: 5%;
  top: 36%;
}

#curriculum_area .inner {
  margin: 0 auto 0;
}

#curriculum_area .inner dl {
  width: 100%;
  margin: 0 auto 70px;
}

#curriculum_area .inner dl::before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px;
  vertical-align: top;
}

#curriculum_area .inner dl dt.ac {
  width: 100%;
  padding: 16px 0;
  background-color: #e0d9e3;
  background-image: url(../img/sagyo/ac_bg_01.png),
    url(../img/sagyo/ac_bg_02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 0 bottom 0;
  background-size: auto 100%, auto 100%;
  cursor: pointer;
  position: relative;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 6px;
}

#curriculum_area .inner dl dt.ac:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 40%;
  right: 3%;
}

#curriculum_area .inner dl dt.ac.active:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 20%;
  right: 3%;
}

#curriculum_area .inner dl dt.ac .grade {
  position: absolute;
  left: 27px;
  font-size: 2.2rem;
  font-weight: bold;
}

#curriculum_area .inner dl dt.ac .sub_ttl {
  margin: 0 0 0 150px;
  text-align: left;
  font-weight: bold;
}

#curriculum_area .inner dl dd {
  display: none;
  width: 100%;
  background-color: #fff;
}

#curriculum_area .inner dl dd.open {
  display: block;
}

#curriculum_area .inner dl dd table {
  width: 100%;
  position: relative;
}

#curriculum_area .inner dl dd table tr {
}

#curriculum_area .inner dl dd table thead tr th {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #f0f0f0;
  border-bottom: solid 6px #fff;
}

#curriculum_area .inner dl dd table tr th {
  /* width: 20%; */
  font-size: 1.7rem;
  font-weight: 700;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  background-color: #f0f0f0;
  border-bottom: solid 6px #fff;
}

#curriculum_area .inner dl dd table tr td {
  font-size: 1.6rem;
  padding: 20px;
  vertical-align: middle;
  background-color: #f0f0f0;
  border-bottom: solid 6px #fff;
  border-left: solid 6px #fff;
}

/* 画像あり*/
#curriculum_area .inner dl dd table tr td.img_r {
  padding-right: 230px;
}

#curriculum_area .inner dl dd table::after {
  content: "";
  background-image: url(../img/sagyo/img_11.png?ver2022);
  width: 176px;
  height: 244px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate( 5deg );
  border: 5px solid #fff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4);
}

#curriculum_area .inner dl:nth-of-type(2) dd table::after {
  content: none;
}

#curriculum_area .inner dl:nth-of-type(3) dd table::after {
  content: none;
}

#curriculum_area .inner dl:nth-of-type(4) dd table::after {
  background-image: url(../img/sagyo/img_12.png?ver2022);
  width: 172px;
  height: 120px;
}

@media all and (max-width: 767px) {
  #curriculum_area .ttl_area &gt; span.note {
    font-size: 1.3rem;
    position: static;
  }

  #curriculum_area .inner dl dt.ac .grade {
    position: absolute;
    left: 14px;
    font-size: 1.8rem;
  }

  #curriculum_area .inner dl dt.ac .sub_ttl {
    margin: 0 60px 0 100px;
  }

  #curriculum_area .inner dl dt.ac {
    background-position: -30px 0, right -100px bottom 0;
    font-size: 1.8rem;
  }

  #curriculum_area .inner dl dd table thead tr th {
    font-size: 1.5rem;
    padding: 5px 10px;
    width: calc(100% - 20px);
    display: block;
  }

  #curriculum_area .inner dl dd table tr th {
    font-size: 1.5rem;
    width: calc(100% - 40px);
    display: block;
    padding: 5px 20px;
    text-align: center;
  }

  #curriculum_area .inner dl dd table tr td {
    font-size: 1.4rem;
    width: calc(100% - 40px);
    display: block;
    padding: 5px 20px;
    border-left: none;
  }

  /* 画像あり*/
  #curriculum_area .inner dl dd table tr td.img_r {
    padding-right: 20px;
  }

  #curriculum_area .inner dl dd table tr:last-of-type td.img_r {
    padding-bottom: 290px;
  }

  #curriculum_area .inner dl:nth-of-type(4) dd table tr:last-of-type td.img_r {
    padding-bottom: 150px;
  }

  #curriculum_area .inner dl dd table::after {
    content: "";
    bottom: 20px;
    right: calc(50% - 95px);
  }

  @media all and (max-width: 520px) {
    #curriculum_area .inner dl dt.ac {
      background-size: 70px 100%;
      background-image: url(../img/sagyo/ac_bg_01.png), none;
      background-position: 0 0, right -100px bottom 0;
      display: flex;
      align-items: center;
    }

    #curriculum_area .inner dl dt.ac .grade {
      position: absolute;
      left: 10px;
      font-size: 1.8rem;
    }

    #curriculum_area .inner dl dt.ac .sub_ttl {
      margin: 0 60px 0 80px;
    }
  }
}

/* timetable_area */

.timetable_area {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.timetable_area .inner {
  width: 95%;
  max-width: 1100px;
  margin: -20px auto 0;
}

.timetable_area .inner .ttl {
  font-size: 2.3rem;
  text-align: center;
  color: #fff;
  background-color: var(--class-sagyo);
  padding: 0 10px;
  display: block;
  width: 450px;
  margin: 0 auto 30px;
}

.timetable_area .inner .ttl span {
  font-size: 1.8rem;
}

.timetable_area .inner table {
  width: 100%;
  margin-bottom: 30px;
}

.timetable_area .inner table thead,
.timetable_area .inner table tbody,
.timetable_area .inner table tr {
  width: 100%;
}

.timetable_area .inner table td,
.timetable_area .inner table th {
  width: calc(100% / 6);
}

.timetable_area .inner table thead tr th {
  background-color: #cacaca;
  border-left: solid 3px #f0f0f0;
  border-bottom: solid 3px #f0f0f0;
  text-align: center;
  padding: 0px 10px;
  color: #707070;
  font-size: 1.8rem;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 2px;
}

.timetable_area .inner table thead tr th:first-child {
  background-color: #fff;
  border-left: none;
}

.timetable_area .inner table tbody tr th {
  background-color: #fff;
  padding: 10px;
  border-bottom: solid 3px #f0f0f0;
  font-size: 1.5rem;
  vertical-align: middle;
}

.timetable_area .inner table tbody tr td {
  background-color: #e0d9e3;
  border-left: solid 3px #f0f0f0;
  border-bottom: solid 3px #f0f0f0;
  text-align: center;
  padding: 10px;
  font-size: 1.4rem;
  color: #333333;
  font-weight: 700;
  vertical-align: middle;
}

.timetable_area .inner table tbody tr td.blanks {
  background-color: #fff;
}

@media all and (max-width: 768px) {
  .timetable_area .inner {
    width: 100%;
  }

  .timetable_area .inner .ttl {
    font-size: 2rem;
    width: 100%;
    padding: 5px 0px;
    margin: 0 auto 15px;
  }

  .timetable_area .inner .ttl span {
    font-size: 1.4rem;
  }

  .timetable_area .inner table {
    margin-bottom: 15px;
    width: 1100px;
  }

  .timetable_area .inner table tbody tr th {
    font-size: 1.5rem;
  }

  .table_wrap1 {
    width: 90%;
    margin: 0 auto 15px;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

/* point_area */

.point_area {
  /*background-color: #9980A3;
  padding: 30px;*/
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

.point_area &gt; .flex-w50 {
  width: 48.2%;
  color: #fff;
}

.point_area &gt; div .img1 {
  margin-top: -50px;
  margin-bottom: 0;
}

.point_area &gt; div .ttl {
  font-size: 4.3rem;
  margin-bottom: 0;
}

.point_area &gt; div &gt; p {
  font-size: 1.7rem;
  margin-bottom: 38px;
  color: #fff;
}

.point_area .flex-w100 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.point_area &gt; div .fz-sm {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
  color: #fff;
}
.point_area .flex-w100 .fz-sm {
  width: 100%;
  margin-bottom: 10px;
}

.point_area &gt; div .box1 {
  width: 32%;
}
.point_area &gt; div .box2 {
  width: 32%;
}

.point_area &gt; div .box3 {
  width: 32%;
}

@media all and (max-width: 1025px) {
  img {
    min-width: 0;
  }

  .point_area {
    width: 100%;
    padding: 20px;
    /* padding-bottom: 17%; */
  }

  .point_area img {
    width: 100%;
  }

  .point_area::after {
    right: 0px;
  }

  .point_area &gt; div .ttl {
    margin-bottom: 20px;
  }

  .point_area &gt; div &gt; p {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 769px) {
  .point_area {
    display: block;
    padding-bottom: 4rem;
  }

  .point_area::after {
    width: 48%;
    height: 0;
    padding-top: 27%;
  }

  .point_area &gt; div {
    width: 100%;
    margin-bottom: 30px;
  }

  .point_area &gt; div .img1 {
    margin: 0 auto;
    width: 90%;
    margin-top: -90px;
  }

  .point_area &gt; div .ttl {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }

  .point_area &gt; div &gt; p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .sp {
    text-align: center;
  }
  .point_area &gt; .flex-w50 {
    width: 100%;
  }
  .point_area .flex-w100 {
    width: 64%;
    margin: 0 auto;
  }
}

@media all and (max-width: 520px) {
  .point_area {
    padding-bottom: 4rem;
  }

  .point_area::after {
    width: 100%;
    padding-top: 70%;
  }

  .point_area &gt; div &gt; div {
    display: block;
  }

  .point_area &gt; div .img1 {
    margin-top: -50px;
  }

  .point_area &gt; div p.img1 {
    width: 100%;
  }

  .point_area &gt; div .box1 {
    width: 100%;
    margin-bottom: 10px;
  }

  .point_area &gt; div .box2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .point_area &gt; div .box3 {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .point_area &gt; div .box3 figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .point_area &gt; div .box3 .fz-sm {
    margin-left: 0;
    width: 100%;
  }
}

/* 水野追加 */
.point_flex {
  display: grid;
  grid-template-columns: 37.5% auto;
  gap: 20px;
}

.point_flex&gt;img {
  height: 100%;
  object-fit: cover;
}

.point_flex .point_flex-inner .txt_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.point_flex .point_flex-inner .txt_flex p {
  text-align: left;
  letter-spacing: -0.02em;
}

.point_flex .point_flex-inner .txt_flex img {
  height: 100%;
  object-fit: cover;
}

.point_area &gt; div [class*="box"] p {
  margin-top: 2rem;
}

.point_area::before {
  content: '';
  display: block;
  width: 343px;
  height: 274px;
  background-image: url(../img/sagyo/img_point_paint.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -84px;
  right: calc(-50vw - 1200px / -2);
  z-index: -1;
}

@media all and (max-width: 1450px) {
  .point_area::before {
    right: -10%;
  }  
}

@media all and (max-width: 769px) {
  .point_area {
    padding: 0 20px;
  }

  .point_flex {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .point_flex .point_flex-inner .txt_flex {
    grid-template-columns: auto 45%;
    gap: 10px;
  }

  .point_flex .point_flex-inner .txt_flex p {
    font-size: 1.4rem;
  }

  .point_area .flex-w100 {
    width: 100%;
  }

  .point_area &gt; div [class*="box"] {
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
  }

  .point_area &gt; div .box2 {
    flex-direction: row-reverse;
  }

  .point_area &gt; div .box3 {
    margin-bottom: 0;
  }

  .point_area &gt; div [class*="box"] img {
    width: 52.5%;
    object-fit: cover;
  }

  .point_area &gt; div [class*="box"] p {
    width: calc(47.5% - 10px);
    font-size: 1.4rem;
    margin-top: 0;
  }

  .point_area::before {
    width: 175px;
    height: 140px;
    bottom: -70px;
    right: 0;
  }
}

.youtube_area {
  display: block;
  max-width: 50rem;
  margin: 8rem auto 0;
}
@media all and (max-width: 769px) {
  .youtube_area {
    margin: 3.7rem auto 0;
  }  
}</pre></body></html>