/* LESS Document */
main {
  background: #FFF;
}
article hgroup {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  min-width: 785px;
  max-width: max-content;
  height: 173px;
  margin: 0 auto 20px;
  font-size: 4.8rem;
  background: #96B100;
  clip-path: polygon(0 50px, 100% 0, calc(100% - 65px) 100%, 36px calc(100% - 25px));
  color: #FFF;
}
@media screen and (max-width: 767px) {
  article hgroup {
    gap: 10px;
    max-width: none;
    min-width: 0;
    height: 25vw;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 7.2vw;
    clip-path: polygon(0 0, 100% 0, calc(100% - 36px) calc(100% - 35px), 60px 100%);
  }
}
article hgroup h2 {
  display: block;
  height: auto;
  margin: 0;
  font-size: 2.4rem;
  color: #000;
  clip-path: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article hgroup h2 {
    font-size: 4.8vw;
  }
}
article hgroup p {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  article hgroup p {
    font-size: 7.2vw;
  }
}
article p {
  color: #444;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	human
+++++++++++++++++++++++++++++++++++++++++++ */
#human .title {
  color: #444;
  font-weight: 900;
  font-style: italic;
  font-size: 11.7rem;
  font-family: "Roboto", serif;
  line-height: 1;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #human .title {
    font-size: 10vw;
  }
}
#human .circleWrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  margin: -100px 0 55px;
}
@media screen and (max-width: 767px) {
  #human .circleWrap {
    margin: -5vw 0 20px;
  }
}
#human .circleWrap > div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  justify-content: center;
  max-width: 336px;
  width: calc(33vw - 18px);
  max-height: 336px;
  height: calc(33vw - 18px);
  padding: 0 30px;
  border-radius: 50%;
  font-size: clamp(12px, 2.4vw, 30px);
  font-weight: bold;
  color: #FFF;
  background: #004360;
}
@media screen and (max-width: 767px) {
  #human .circleWrap > div {
    padding: 0 10px;
  }
}
#human .circleWrap > div.circle1 {
  background: #F49C00;
}
#human .circleWrap > div.circle2 {
  background: #C12355;
}
#human .circleWrap > div.circle3 {
  padding: 0 45px;
  background: #006A98;
}
@media screen and (max-width: 767px) {
  #human .circleWrap > div.circle3 {
    padding: 0 10px;
  }
}
#human section h3 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #human section h3 {
    font-size: 9.6vw;
  }
}
#human section h3.long {
  margin: 70px 0 40px;
  color: #444;
  font-feature-settings: 'palt';
}
@media screen and (max-width: 767px) {
  #human section h3.long {
    margin-top: 20px;
    font-size: 4.8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	education
+++++++++++++++++++++++++++++++++++++++++++ */
#education .box {
  max-width: 930px;
  margin: 65px auto 104px;
  padding: 60px 40px 40px;
  background: rgba(255, 174, 0, 0.15);
  border-radius: 30px;
  position: relative;
}
#education .box:nth-last-of-type(1) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #education .box:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #education .box {
    width: calc(100% - 20px);
    padding: 30px 20px 20px;
  }
}
#education .box dt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
  flex-direction: column;
  max-width: 348px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 10px;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.2;
  background: #E46F1D;
  text-align: center;
  border-radius: 50px;
  transform: translate(0, -50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #education .box dt {
    max-width: max-content;
    padding: 5px 25px 10px;
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  #education .box dd {
    padding: 10px 0 0;
  }
}
#education .box .faq_q,
#education .box .faq_a {
  display: inline-block;
  min-width: 40px;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  line-height: 1.2;
}
#education .box .faq_q {
  color: #E46F1D;
}
#education .box .faq_a {
  color: #006ACE;
}
#education .box i {
  text-align: center;
  font-size: 4.1rem;
  color: #E46F1D;
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
}
#education section {
  text-align: center;
}
#education section h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 3.6rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  #education section h3 {
    font-size: 6.4vw;
  }
}
#education aside {
  margin: 56px 0 64px;
  padding: 64px 0;
  background: #F5F5F5;
}
#education aside h4 {
  margin: 0 0 12px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #education aside h4 {
    order: -2;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  #education aside .flexImg {
    order: -1;
  }
}
#education aside p {
  color: #000;
  font-weight: 400;
}
#education aside .btnArea {
  margin: 30px 0 10px;
  text-align: center;
}
#education aside .btnArea .btn {
  max-width: 362px;
  min-height: 60px;
  background: #E46F1D;
  border-radius: 8px;
}
#education .bkList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px 34px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #education .bkList {
    flex-direction: column;
  }
}
#education .bkList li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(50% - 17px);
  min-height: 110px;
  padding: 5px 10px;
  background: #006A98;
  border-radius: 30px;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #education .bkList li {
    width: 100%;
  }
}
#education .bkList li strong {
  color: #FFEA00;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #education .bkList li strong {
    font-size: 6.4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	empoloyee
+++++++++++++++++++++++++++++++++++++++++++ */
#empoloyee hgroup {
  margin-bottom: 100px;
}
#empoloyee dl {
  margin: 30px 0 78px;
  position: relative;
}
#empoloyee dl dt {
  max-width: max-content;
  width: 100%;
  min-width: 214px;
  min-height: 55px;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 3.2rem;
  background: #FFF;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #empoloyee dl dt {
    font-size: 6.4vw;
    top: -7vw;
  }
}
#empoloyee dl dd {
  padding: 40px 40px;
  border: #0099C1 3px solid;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #empoloyee dl dd {
    padding: 40px 30px;
  }
}
#empoloyee dl dd ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #empoloyee dl dd ul {
    flex-wrap: wrap;
  }
}
#empoloyee dl dd ul li {
  width: 24%;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #empoloyee dl dd ul li {
    width: auto;
    font-size: 4.4vw;
  }
}
#empoloyee dl dd ul li::before {
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #0099C1;
  margin: 0 10px 0 0;
}
