@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Maven+Pro:wght@400..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Maven+Pro:wght@400..900&family=Noto+Sans+JP:wght@100..900&display=swap");
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 1s;
}
header.scrolled {
  background-color: rgba(0, 0, 0, 0.5); /* 透明度ありの白背景など */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari用 */
}
header.scrolled .header_inner {
  padding: 10px 40px;
  transition: 1s;
}
@media screen and (max-width: 860px) {
  header.scrolled .header_inner {
    padding: 15px;
  }
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  box-sizing: border-box;
  margin-left: 0px;
  transition: 1s;
}
@media screen and (max-width: 860px) {
  header .header_inner {
    padding: 15px;
  }
}
header .header_inner h1 {
  display: flex;
  align-items: center;
  width: 324px;
  justify-content: space-between;
  transition: 1s;
}
header .header_inner h1 a {
  width: 150px;
  width: 28.3%;
  transition: 1s;
}
header .header_inner h1 a img {
  width: 100%;
}
header .header_inner h1 .yokologo {
  width: 350px;
  width: 66%;
  display: block;
  transition: 1s;
}
header .header_inner h1.scrolled {
  width: 200px;
}
header .header_inner h1.scrolled a {
  transition: 1s;
}
@media screen and (max-width: 860px) {
  header .header_inner h1 {
    width: 220px;
    transition: 0.5s;
    margin-right: 20px;
  }
  header .header_inner h1.scrolled {
    width: 120px;
    margin-left: 0;
  }
}
@media screen and (max-width: 860px) {
  header .header_inner nav {
    position: fixed;
    top: 0;
    right: -100vw;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px); /* Safari対応 */
    width: 80vw;
    height: 100vh;
    overflow: scroll;
    max-width: 300px;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9999;
  }
  header .header_inner nav.active {
    right: 0;
  }
  header .header_inner nav .nav_close {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 3rem;
    margin-left: auto;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 20px;
  }
}
header .header_inner nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul {
    display: block;
  }
}
header .header_inner nav ul li {
  font-size: 1.4rem;
  margin-left: 2.1em;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li {
    margin: 0;
    text-align: left;
    border-top: 1px solid #fff;
  }
}
header .header_inner nav ul li a {
  color: #fff;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  display: block;
  text-align: center;
}
header .header_inner nav ul li a:hover {
  color: #07ad98;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li a {
    text-align: left;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header_inner nav ul li a::after {
    content: "";
    width: 8px;
    height: 4px;
    display: block;
    background: url(../image/common/icn_link.svg) no-repeat center/contain;
    transform: rotate(-90deg);
  }
}
header .header_inner nav ul li.recruit a {
  background: #07ad98;
  border-radius: 1px;
  width: 131px;
  padding: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_inner nav ul li.recruit a::after {
  content: "";
  width: 8px;
  height: 4px;
  display: block;
  background: url(../image/common/icn_link.svg) no-repeat center/contain;
}
header .header_inner nav ul li.recruit a:hover {
  background: #212121;
  color: #07ad98;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li.recruit {
    padding-top: 20px;
  }
  header .header_inner nav ul li.recruit a {
    width: 100%;
    padding: 20px 10px;
  }
}
header .header_inner nav ul li.recruit .child_nav ul li a {
  display: block;
}
header .header_inner nav ul li.recruit .child_nav ul li a::after {
  display: none;
}
header .header_inner nav ul li.recruit .child_nav ul li a:hover {
  color: #07ad98;
}
header .header_inner nav ul li.works {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li.works {
    display: block;
  }
}
header .header_inner nav ul li.works::after {
  content: "";
  width: 8px;
  height: 4px;
  display: block;
  background: url(../image/common/icn_link.svg) no-repeat center/contain;
  flex-shrink: 0;
  margin-left: 0.5em;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li.works::after {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li.works .togglelink::after {
    content: "";
    width: 8px;
    height: 4px;
    display: block;
    background: url(../image/common/icn_link.svg) no-repeat center/contain;
    transform: none;
  }
}
header .header_inner nav ul li .child_nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li .child_nav {
    position: static;
    transform: none;
  }
}
header .header_inner nav ul li .child_nav ul {
  list-style: disc;
  background: rgba(33, 33, 33, 0.5);
  border-radius: 6px;
  display: block;
  width: 166px;
  box-sizing: border-box;
  padding: 10px 5px;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li .child_nav ul {
    width: 100%;
    background: none;
  }
}
header .header_inner nav ul li .child_nav ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li .child_nav ul li {
    border-color: rgba(255, 255, 255, 0.3);
  }
  header .header_inner nav ul li .child_nav ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
header .header_inner nav ul li .child_nav ul li a {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding: 0;
  background: none;
  text-align: left;
  line-height: 1.833;
  width: 100%;
}
@media screen and (max-width: 860px) {
  header .header_inner nav ul li .child_nav ul li a {
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
  }
  header .header_inner nav ul li .child_nav ul li a::after {
    margin-left: auto;
  }
}
header .header_inner nav ul li .child_nav ul li a::before {
  content: "・";
}
header .header_inner nav ul li .child_nav ul li a:hover {
  background: none;
  color: #07ad98;
}
@media screen and (max-width: 860px) {
  header .header_inner .nav_toggle {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    position: relative;
    display: block;
  }
  header .header_inner .nav_toggle span {
    display: block;
    width: 70%;
    height: 50%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
  }
  header .header_inner .nav_toggle span::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
}
header.black h1 a {
  background: url(../image/common/logo_black.svg) no-repeat center/contain;
  display: block;
  transition: 1s;
}
header.black h1 a img {
  opacity: 0;
  transition: 1s;
}
header.black h1 .yokologo {
  background: url(../image/common/full_logo_black.svg) no-repeat center/contain;
}
header.black h1 .yokologo img {
  opacity: 0;
  transition: 1s;
  display: block;
}
header.black .header_inner nav ul li a {
  color: #212121;
}
@media screen and (max-width: 860px) {
  header.black .header_inner nav ul li a {
    color: #fff;
  }
}
header.black .header_inner nav ul li .child_nav ul li a {
  color: #fff;
}
header.black .header_inner nav ul li .child_nav ul li a:hover {
  color: #07ad98;
}
header.black .header_inner nav ul li.recruit a {
  color: #fff;
}
header.black.scrolled a {
  background: none;
  display: block;
}
header.black.scrolled a img {
  opacity: 1;
}
header.black.scrolled .yokologo {
  background: none;
}
header.black.scrolled .yokologo img {
  opacity: 1;
}
header.black.scrolled .header_inner nav ul li a {
  color: #fff;
}

footer {
  background: #000;
  color: #fff;
  padding: 227px 0 250px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  footer {
    padding: 100px 0;
  }
}
footer a {
  color: #fff;
}
footer .contact {
  margin-bottom: 380px;
}
@media screen and (max-width: 860px) {
  footer .contact {
    margin-bottom: 0;
  }
}
footer .contact .en {
  font-family: YakuHanJP, "Caveat", cursive;
  color: #07ad98;
  font-size: 3.2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1;
}
footer .contact .en::after {
  content: "";
  width: 100%;
  margin-left: 15px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 860px) {
  footer .contact .en {
    font-size: 2.4rem;
  }
}
footer .contact a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0 50px;
  flex-wrap: wrap;
}
footer .contact a .ttl {
  font-size: 1.4rem;
  color: #fff;
  margin-right: 25px;
}
footer .contact a strong {
  font-size: 3.7rem;
  font-weight: 900;
  display: block;
  color: #fff;
}
footer .contact a small {
  margin-left: auto;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  display: block;
}
footer .contact a small span {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../image/common/link_arrow.svg) no-repeat center/contain;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  right: 0;
}
@media screen and (max-width: 860px) {
  footer .contact a {
    display: block;
    padding: 10px 0 20px;
  }
  footer .contact a .ttl {
    font-size: 1.2rem;
  }
  footer .contact a strong {
    font-size: 2.2rem;
    margin: 5px 0;
  }
}
footer .contact a:hover small span {
  right: -5px;
}
footer .background_footer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 800px;
  width: 100%;
}
footer .background_footer video {
  width: 100%;
}
@media screen and (max-width: 860px) {
  footer .background_footer {
    position: static;
    transform: none;
    margin: 20px auto;
  }
}
footer .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
footer .flex + .flex {
  margin-top: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  footer .flex {
    display: block;
  }
}
footer .logo {
  max-width: 166.5px;
  margin-top: -10px;
  margin-right: 30px;
  display: block;
}
@media screen and (max-width: 860px) {
  footer .logo {
    margin: 0 auto 20px;
  }
}
footer .address p {
  font-size: 1.3rem;
  line-height: 2.1;
}
footer .address p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 860px) {
  footer .address p {
    margin: 0 auto;
    text-align: center;
  }
}
footer nav {
  margin-left: auto;
}
footer nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  footer nav ul {
    justify-content: center;
    margin-top: 20px;
  }
}
footer nav ul li + li {
  margin-left: 1.7em;
}
footer nav ul li a {
  font-size: 1.3rem;
}
footer nav ul.small {
  margin-top: 1.5em;
}
footer nav ul.small li {
  margin-left: 0;
}
footer nav ul.small li:first-child {
  border-right: 1px solid #fff;
  padding-right: 1.4em;
  margin-right: 1.3em;
}
footer nav ul.small li a {
  font-size: 1.1rem;
  display: block;
}
footer nav ul.small li a img {
  width: 16.5px;
  display: block;
}
footer .txt img {
  max-width: 405px;
  margin-bottom: 6px;
}
@media screen and (max-width: 860px) {
  footer .txt img {
    margin: 20px auto;
    width: 100%;
  }
}
footer .txt p small {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 860px) {
  footer .txt p small {
    text-align: center;
  }
}
footer .retop {
  max-width: 110px;
  display: block;
}
@media screen and (max-width: 860px) {
  footer .retop {
    width: 55px;
    margin-left: auto;
  }
}

#child_about {
  background: #0a0a0a;
}
#child_about #child_about_intro {
  color: #fff;
  padding-top: 430px;
  background: url(../image/child/about/about_bg.png) no-repeat center bottom/cover;
  padding-bottom: 235px;
}
@media screen and (max-width: 860px) {
  #child_about #child_about_intro {
    padding-top: 150px;
    padding-bottom: 70px;
  }
}
#child_about #child_about_intro .txt h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.7rem;
}
#child_about #child_about_intro .txt p {
  font-size: 1.53rem;
  line-height: 2.59;
  letter-spacing: 0.1em;
  margin-bottom: 2.59em;
}
#child_about #child_about_intro .txt p strong {
  font-weight: 900;
}
@media screen and (max-width: 860px) {
  #child_about #child_about_intro .txt p {
    line-height: 2;
    margin-bottom: 2.2rem;
  }
}
#child_about #child_about_intro .txt .sign {
  max-width: 197.5px;
}
#child_about #child_about_intro .img {
  margin-top: 100px;
  max-width: 725px;
  width: 100%;
}
#child_about #child_about_intro .img img {
  border-radius: 54px;
}
@media screen and (max-width: 860px) {
  #child_about #child_about_intro .img {
    width: 100vw;
    margin-left: -5vw;
    margin-top: 50px;
  }
  #child_about #child_about_intro .img img {
    border-radius: 0;
  }
}
#child_about #CHIES {
  color: #fff;
}
#child_about #CHIES .bgtxt {
  font-size: clamp(0px, 17.29vw, 267px);
  line-height: 1;
  text-align: left;
  background: #07ad98;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: sticky;
  top: 30px;
}
#child_about #CHIES .bgtxt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(transparent 0%, transparent 20%, rgb(10, 10, 10) 75%, rgb(10, 10, 10) 100%);
}
#child_about #CHIES .sub_ttl {
  text-align: left;
  font-size: 4.2rem;
  font-weight: 900;
  margin-top: 50px;
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .sub_ttl {
    font-size: 3rem;
  }
}
#child_about #CHIES .sub_en_ttl {
  text-align: left;
  font-size: 1.75rem;
  font-weight: 900;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.21;
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .sub_en_ttl {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#child_about #CHIES .sub_en_ttl span {
  font-family: YakuHanJP, "Caveat", cursive;
  font-weight: 300;
}
#child_about #CHIES .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 140px;
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .flex {
    display: block;
    margin-top: 50px;
  }
}
#child_about #CHIES .flex .cont {
  width: 48%;
  max-width: 550px;
}
#child_about #CHIES .flex .cont:nth-child(3) {
  width: 100%;
  max-width: none;
  margin-top: 150px;
  margin-bottom: 350px;
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .flex .cont:nth-child(3) {
    margin-bottom: 0;
    padding-bottom: 150px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .flex .cont {
    width: 100%;
    margin-top: 40px !important;
  }
}
#child_about #CHIES .flex .cont h4 {
  text-align: left;
  background: linear-gradient(-90deg, #9defe4 0%, #9defe4 20%, #008574 80%, #008574 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.8rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .flex .cont h4 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
#child_about #CHIES .flex .cont p {
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .flex .cont p {
    line-height: 2;
  }
}
#child_about #CHIES .CHIES_box02 .flex {
  margin-top: 0;
  align-items: flex-end;
}
#child_about #CHIES .CHIES_box02 .flex .cont {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .CHIES_box02 .flex .cont {
    margin-top: 0 !important;
  }
}
#child_about #CHIES .CHIES_box02 .flex .cont dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
#child_about #CHIES .CHIES_box02 .flex .cont dl + dl {
  margin-top: 15px;
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .CHIES_box02 .flex .cont dl + dl {
    margin-top: 10px;
  }
}
#child_about #CHIES .CHIES_box02 .flex .cont dl dt {
  color: #07ad98;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  width: 40px;
  margin-right: 20px;
  font-feature-settings: "tnum";
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .CHIES_box02 .flex .cont dl dt {
    font-size: 2.4rem;
  }
}
#child_about #CHIES .CHIES_box02 .flex .cont dl dd {
  font-size: clamp(0px, 1.8vw, 22px);
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .CHIES_box02 .flex .cont dl dd {
    font-size: 1.7rem;
  }
}
#child_about #CHIES .CHIES_box02 .flex .cont p {
  font-weight: 700;
  font-size: clamp(0px, 2vw, 27px);
  line-height: 2.166;
}
@media screen and (max-width: 860px) {
  #child_about #CHIES .CHIES_box02 .flex .cont p {
    font-size: 2.4rem;
    line-height: 2;
    margin-top: 40px;
  }
}
#child_about #CHIES .CHIES_box02 .flex .cont p span {
  background: linear-gradient(-90deg, #9defe4 0%, #9defe4 20%, #008574 80%, #008574 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#child_about #vision {
  background: #fff;
  padding-top: 220px;
  margin-top: 220px;
  position: relative;
  padding-bottom: 210px;
}
@media screen and (max-width: 860px) {
  #child_about #vision {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 860px) {
  #child_about #vision {
    padding-top: 50px;
    margin-top: 50px;
  }
}
#child_about #vision .flex {
  align-items: stretch;
}
@media screen and (max-width: 860px) {
  #child_about #vision .flex {
    display: block;
  }
}
#child_about #vision h2 {
  max-width: 224px;
  width: 17.63%;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #child_about #vision h2 {
    width: 100%;
    max-width: none;
    margin-bottom: 50px;
  }
}
#child_about #vision h2 img {
  width: 100%;
  position: sticky;
  top: 120px;
  right: 0;
}
@media screen and (max-width: 860px) {
  #child_about #vision h2 img {
    width: 90%;
    max-width: 400px;
  }
}
#child_about #vision h2 .txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl; /* 縦書き、右から左へ */
  text-orientation: mixed; /* 漢字などは縦向きに */
  text-align: left;
}
@media screen and (max-width: 860px) {
  #child_about #vision h2 .txt {
    writing-mode: initial;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
#child_about #vision h2 .txt .en {
  display: block;
  font-size: 1.5rem;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
}
#child_about #vision h2 .txt .en span {
  font-family: YakuHanJP, "Caveat", cursive;
  color: #07ad98;
  font-weight: 300;
  white-space: nowrap;
}
#child_about #vision h2 .txt .jp {
  display: block;
  font-weight: 900;
  font-size: 3.6rem;
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 860px) {
  #child_about #vision h2 .txt .jp {
    font-size: 3.2rem;
  }
}
#child_about #vision .content {
  width: 75%;
}
@media screen and (max-width: 860px) {
  #child_about #vision .content {
    width: 100%;
  }
}
#child_about #vision .color_ttl {
  text-align: left;
  background: linear-gradient(-90deg, #212121 0%, #212121 20%, #008574 80%, #008574 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.7rem;
  margin-bottom: 50px;
}
#child_about #vision ol {
  margin-left: 1em;
}
#child_about #vision ol li {
  font-size: 1.5rem;
  line-height: 2.4;
  padding-left: 0.5em;
}
@media screen and (max-width: 860px) {
  #child_about #vision ol li {
    line-height: 2;
  }
}
#child_about #vision ol li + li {
  margin-top: 0.5em;
}
#child_about #vision ol li::marker {
  color: #07ad98;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-weight: 400;
  margin-right: 1em;
  display: inline-block;
}
#child_about #vision ol li small {
  display: block;
  font-size: 0.8em;
}
#child_about #vision .grade {
  background: linear-gradient(-90deg, #212121 0%, #212121 20%, #008574 80%, #008574 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.2;
  margin-top: 90px;
}
@media screen and (max-width: 860px) {
  #child_about #vision .grade {
    font-size: 2.2rem;
    line-height: 2;
    margin-top: 40px;
  }
}
#child_about #vision .sliderBox {
  width: 100vw;
  margin-left: -10vw;
  margin-top: 140px;
  margin-bottom: 230px;
}
@media (min-width: 1587.5px) {
  #child_about #vision .sliderBox {
    margin-left: calc(-1 * (100vw - 1270px) / 2);
  }
}
@media screen and (max-width: 860px) {
  #child_about #vision .sliderBox {
    margin-left: -5vw;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
#child_about #vision .sliderBox .about_slider li img {
  width: 95%;
  margin: 0 auto;
}
#child_about #Profile .profileBox {
  width: 100%;
  table-layout: fixed;
  margin-top: 75px;
}
@media screen and (max-width: 860px) {
  #child_about #Profile .profileBox {
    margin-top: 30px;
  }
}
#child_about #Profile .profileBox tr {
  border-top: 1px solid #d7d7d7;
  font-size: 1.7rem;
}
#child_about #Profile .profileBox tr:last-child {
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 860px) {
  #child_about #Profile .profileBox tr {
    font-size: 1.4rem;
  }
}
#child_about #Profile .profileBox th {
  text-align: left;
  vertical-align: top;
  padding: 30px 0;
  letter-spacing: 0.1em;
  width: 35%;
}
@media screen and (max-width: 860px) {
  #child_about #Profile .profileBox th {
    width: 100%;
    display: block;
    padding: 15px 0;
  }
}
#child_about #Profile .profileBox th::before {
  content: "";
  width: 5px;
  height: 1.2em;
  border-radius: 2px;
  box-sizing: border-box;
  display: inline-block;
  background: #07ad98;
  margin-right: 1em;
  vertical-align: middle;
}
#child_about #Profile .profileBox td {
  padding: 30px 0;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  #child_about #Profile .profileBox td {
    display: block;
    width: 100%;
    padding: 0 0 15px;
  }
}
#child_about #Profile .profileBox td ol li {
  font-size: 1.7rem;
}
@media screen and (max-width: 860px) {
  #child_about #Profile .profileBox td ol li {
    font-size: 1.4rem;
  }
}
#child_about #Profile .profileBox td ul li {
  list-style: disc;
  margin-left: 1em;
}
#child_about #Profile .map {
  margin-top: 30px;
  width: 100%;
}
#child_about #Profile .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 860px) {
  #child_about #Profile .map iframe {
    aspect-ratio: 1/1;
  }
}

#child_division #mv {
  background: url(../image/child/devision/mv.jpg) no-repeat center/cover;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  position: relative;
}
#child_division #mv .rela {
  position: relative;
  height: 100%;
}
#child_division #mv h2 {
  text-align: left;
  position: absolute;
  bottom: 15%;
  left: 0;
  color: #fff;
}
#child_division #mv h2 .icn {
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.5rem;
  background: #07ad98;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  padding: 0.5em;
  padding-right: 1em;
  line-height: 1;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 860px) {
  #child_division #mv h2 .icn {
    font-size: 1.2rem;
  }
}
#child_division #mv h2 strong {
  font-size: 3.8rem;
  font-weight: 900;
  display: block;
  margin: 0.4em 0;
}
@media screen and (max-width: 860px) {
  #child_division #mv h2 strong {
    font-size: 2rem;
  }
}
#child_division #mv h2 .en_ttl {
  display: block;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
#child_division #intro {
  margin-top: 200px;
  margin-bottom: 180px;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  #child_division #intro {
    margin: 50px auto;
  }
}
@media screen and (max-width: 860px) {
  #child_division #intro .flex {
    display: block;
  }
}
#child_division #intro .flex .txt {
  width: 45%;
}
@media screen and (max-width: 860px) {
  #child_division #intro .flex .txt {
    width: 100%;
  }
}
#child_division #intro .flex .txt p.jp {
  font-size: clamp(0px, 2.834vw, 36px);
  font-weight: 900;
  letter-spacing: 0.125em;
  line-height: 2;
}
@media screen and (max-width: 860px) {
  #child_division #intro .flex .txt p.jp {
    font-size: 2.4rem;
  }
}
#child_division #intro .flex .txt p.en {
  font-size: clamp(0px, 1.299vw, 16.5px);
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-top: 50px;
}
@media screen and (max-width: 860px) {
  #child_division #intro .flex .txt p.en {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
#child_division #intro .flex .txt p.en span {
  font-family: YakuHanJP, "Caveat", cursive;
  color: #07ad98;
  font-weight: 1.1176em;
  font-weight: 400;
  line-height: 2.8;
}
#child_division #intro .flex .img {
  width: 53.7%;
}
@media screen and (max-width: 860px) {
  #child_division #intro .flex .img {
    width: 100%;
    margin-top: 30px;
  }
}
#child_division #intro .flex .img img {
  border-radius: 52px;
}
#child_division #intro .ribbon {
  width: 276%;
  margin-left: -124%;
  margin-top: -25%;
}
#child_division #main_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #child_division #main_content {
    display: block;
  }
}
#child_division #main_content .sideBar {
  position: sticky;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .sideBar {
    position: static;
    display: none;
  }
}
#child_division #main_content .sideBar .menuBox .main_list {
  opacity: 0.4;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .sideBar .menuBox .main_list {
    display: none;
  }
}
#child_division #main_content .sideBar .menuBox .main_list + .main_list {
  margin-top: 70px;
}
#child_division #main_content .sideBar .menuBox .main_list.active {
  opacity: 1;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .sideBar .menuBox .main_list.active {
    display: block;
    margin-bottom: 30px;
  }
}
#child_division #main_content .sideBar .menuBox .main_list.active .child_list li a:hover, #child_division #main_content .sideBar .menuBox .main_list.active .child_list li a.active {
  font-weight: bold;
}
#child_division #main_content .sideBar .menuBox .main_list.active .child_list li a:hover::before, #child_division #main_content .sideBar .menuBox .main_list.active .child_list li a.active::before {
  margin-left: 0;
}
#child_division #main_content .sideBar .menuBox .main_list .list_ttl {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.88;
  position: relative;
  padding-left: 20px;
}
#child_division #main_content .sideBar .menuBox .main_list .list_ttl::before {
  content: "";
  display: block;
  margin-right: 15px;
  position: absolute;
  left: 0;
  height: 77%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  background: #212121;
  border-radius: 2px;
}
#child_division #main_content .sideBar .menuBox .main_list .child_list {
  margin-top: 25px;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .sideBar .menuBox .main_list .child_list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 860px) {
  #child_division #main_content .sideBar .menuBox .main_list .child_list li {
    width: 48%;
  }
}
#child_division #main_content .sideBar .menuBox .main_list .child_list li a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  transition: 0.5s;
  overflow: hidden;
  line-height: 2.57;
}
#child_division #main_content .sideBar .menuBox .main_list .child_list li a::before {
  content: "";
  background: #07ad98;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  margin-right: 15px;
  transition: 0.5s;
  margin-left: -21px;
  transition: 0.5s;
}
#child_division #main_content .detailBox {
  max-width: 950px;
  width: 80%;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox {
    width: 100%;
  }
}
#child_division #main_content .detailBox .detail_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .detail_ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#child_division #main_content .detailBox .detail_ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 5px;
  height: 1em;
  background: #07ad98;
  border-radius: 2px;
}
#child_division #main_content .detailBox p {
  font-size: 1.7rem;
}
#child_division #main_content .detailBox ul {
  margin-top: 1em;
}
#child_division #main_content .detailBox ul li {
  margin-left: 1em;
  font-size: 1.7rem;
  list-style: disc;
}
#child_division #main_content .detailBox .detail_inner {
  margin-top: 150px;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .detail_inner {
    margin-top: 70px;
  }
}
#child_division #main_content .detailBox .detail_inner .ttl {
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .detail_inner .ttl {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#child_division #main_content .detailBox .detail_inner .ttl strong {
  font-size: 3.2rem;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .detail_inner .ttl strong {
    font-size: 2.7rem;
  }
}
#child_division #main_content .detailBox .detail_inner .ttl small {
  display: flex;
  align-items: center;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#child_division #main_content .detailBox .detail_inner .ttl small::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  order: 2;
  background: #dcdcdc;
  margin: 0 1em;
}
#child_division #main_content .detailBox .detail_inner .ttl small .num {
  font-weight: 500;
  color: #07ad98;
  order: 1;
}
#child_division #main_content .detailBox .detail_inner .ttl small .en {
  font-weight: 300;
  order: 3;
  letter-spacing: 0.05em;
}
#child_division #main_content .detailBox .detail_inner .sub_ttl {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: left;
  margin: 80px 0 30px;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .detail_inner .sub_ttl {
    font-size: 1.8rem;
    margin: 40px 0 20px;
  }
}
#child_division #main_content .detailBox .detail_inner .img {
  margin: 50px auto;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .detail_inner .img {
    margin: 20px auto;
  }
}
#child_division #main_content .detailBox .detail_inner .img img {
  width: 100%;
}
#child_division #main_content .detailBox .detail_inner .tableBox {
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .detail_inner .tableBox {
    margin-bottom: 20px;
  }
}
#child_division #main_content .detailBox .detail_inner .tableBox table {
  width: 100%;
  table-layout: fixed;
  line-height: 2.28;
}
#child_division #main_content .detailBox .detail_inner .tableBox table tr:last-child th, #child_division #main_content .detailBox .detail_inner .tableBox table tr:last-child td {
  border-bottom: none;
}
#child_division #main_content .detailBox .detail_inner .tableBox table th {
  background: #212121;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 25px;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
  width: 20%;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .detail_inner .tableBox table th {
    display: block;
    width: 100%;
    border-right: none;
    padding: 10px;
  }
}
#child_division #main_content .detailBox .detail_inner .tableBox table td {
  padding: 15px 25px;
  line-height: 2.28;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .detail_inner .tableBox table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
#child_division #main_content .detailBox .detail_inner .tableBox table.gray th {
  background: #f7f7f7;
  color: #212121;
}
#child_division #main_content .detailBox .detail_inner.skill .ttl small::before {
  display: none;
}
#child_division #main_content .detailBox .detail_inner.skill .ttl small .en {
  color: #07ad98;
}
#child_division #main_content .detailBox .next_btn {
  margin-top: 100px;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .next_btn {
    margin-top: 70px;
  }
}
#child_division #main_content .detailBox .next_btn a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #212121;
  border-radius: 9999px;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 20px;
  margin-left: auto;
  box-sizing: border-box;
}
#child_division #main_content .detailBox .next_btn a::after {
  content: "";
  width: 3px;
  height: 7px;
  background: url(../image/common/arrow_brack.svg) no-repeat center/contain;
}
@media screen and (max-width: 860px) {
  #child_division #main_content .detailBox .next_btn a {
    width: 100%;
    min-width: auto;
    font-size: 1.4rem;
  }
}
#child_division #main_content .detailBox .next_btn a:hover {
  color: #fff;
  background: #07ad98;
}
#child_division #main_content .detailBox .next_btn a:nth-child(n+2) {
  margin-top: 20px;
}
#child_division #division_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列に分ける */
  margin-top: 210px;
  margin-bottom: 125px;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #child_division #division_list {
    grid-template-columns: repeat(2, 1fr); /* 画面幅が768px以下なら2列に変更 */
    margin: 100px 0;
  }
}
#child_division #division_list .cont {
  display: block;
  padding: 20px;
  aspect-ratio: 103/57;
  box-sizing: border-box;
  padding: 5%;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}
@media screen and (max-width: 860px) {
  #child_division #division_list .cont {
    color: #fff;
  }
}
#child_division #division_list .cont::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  opacity: 0;
}
@media screen and (max-width: 860px) {
  #child_division #division_list .cont::after {
    display: none;
  }
}
#child_division #division_list .cont::before {
  content: "";
  width: 22.5px;
  height: 22.5px;
  background: url(../image/common/arrow_brack.svg) no-repeat center, #fff;
  background-size: 4px;
  border-radius: 100%;
  position: absolute;
  right: 5%;
  bottom: 12%;
  border: 1px solid #dcdcdc;
  transition: 0.5s;
  z-index: 2;
}
#child_division #division_list .cont:nth-child(1) {
  background: url(../image/child/devision/divi_bg01.jpg) no-repeat center/cover;
}
#child_division #division_list .cont:nth-child(2) {
  background: url(../image/child/devision/divi_bg02.jpg) no-repeat center/cover;
}
#child_division #division_list .cont:nth-child(3) {
  background: url(../image/child/devision/divi_bg03.jpg) no-repeat center/cover;
}
#child_division #division_list .cont:nth-child(4) {
  background: url(../image/child/devision/divi_bg04.jpg) no-repeat center/cover;
}
#child_division #division_list .cont:nth-child(5) {
  background: url(../image/child/devision/divi_bg05.jpg) no-repeat center/cover;
}
#child_division #division_list .cont:nth-child(6) {
  background: url(../image/child/devision/divi_bg06.jpg) no-repeat center/cover;
}
#child_division #division_list .cont .icn {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  background: #07ad98;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  color: #fff;
  padding: 10px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 1.5rem;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  #child_division #division_list .cont .icn {
    font-size: 2vw;
    padding: 0.5em;
    padding-right: 2em;
  }
}
#child_division #division_list .cont p {
  position: absolute;
  left: 5%;
  bottom: 5%;
  font-weight: 900;
  font-size: clamp(0px, 1.81818vw, 28px);
  letter-spacing: 0;
  z-index: 2;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 860px) {
  #child_division #division_list .cont p {
    font-size: 3vw;
    line-height: 1.2;
  }
}
#child_division #division_list .cont p small {
  display: block;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: clamp(0px, 0.779vw, 12px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (max-width: 860px) {
  #child_division #division_list .cont p small {
    font-size: 1.5vw;
    margin-top: 0.5em;
  }
}
#child_division #division_list .cont:hover p {
  color: #07ad98;
}
#child_division #division_list .cont:hover::before {
  background: url(../image/common/link_arrow.svg) no-repeat center #07ad98;
  background-size: 4px;
  border-color: #07ad98;
}
#child_division #division_list .cont:hover:after {
  opacity: 1;
}
@media screen and (max-width: 860px) {
  #child_division #division_list .cont::before {
    background: url(../image/common/link_arrow.svg) no-repeat center #07ad98;
    background-size: 4px;
    border-color: #07ad98;
  }
}
#child_division #division_top #division_list {
  margin-top: 0;
}

#child_division_index main {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../image/child/division_index/bg.jpg);
  background-size: cover;
  background-position: center;
}
#child_division_index #mv {
  width: 100%;
  position: relative;
  color: #212121;
  padding-top: 40vh;
  padding-bottom: 230px;
}
@media screen and (max-width: 860px) {
  #child_division_index #mv {
    padding-top: 30%;
    padding-bottom: 70px;
  }
}
#child_division_index #mv .child_ttl {
  color: #fff;
}
#child_division_index #mv .child_ttl small .en {
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-weight: 300;
}
#child_division_index #mv p {
  font-size: 1.5rem;
  line-height: 2.666;
}
@media screen and (max-width: 860px) {
  #child_division_index #mv p {
    line-height: 2;
  }
}
#child_division_index #vision_contBox {
  margin-bottom: 180px;
}
#child_division_index #vision_contBox .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  #child_division_index #vision_contBox .flex {
    display: block;
  }
}
#child_division_index #vision_contBox .flex .cont {
  width: 47.63779%;
  aspect-ratio: 605/537;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: url(../image/child/vision/vision_cont01.png) no-repeat center/cover;
  padding: 38px 48px;
  box-sizing: border-box;
  border-radius: 36px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
#child_division_index #vision_contBox .flex .cont::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
#child_division_index #vision_contBox .flex .cont:hover h4 {
  color: #07ad98;
}
#child_division_index #vision_contBox .flex .cont:hover::before {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  #child_division_index #vision_contBox .flex .cont {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 860px) {
  #child_division_index #vision_contBox .flex .cont {
    width: 100%;
    display: block;
    padding: 20px;
  }
}
#child_division_index #vision_contBox .flex .cont:nth-child(even) {
  transition-delay: 0.3s;
}
#child_division_index #vision_contBox .flex .cont:nth-child(1) {
  background: url(../image/child/devision/divi_bg01.jpg) no-repeat center/cover;
}
#child_division_index #vision_contBox .flex .cont:nth-child(2) {
  background: url(../image/child/devision/divi_bg02.jpg) no-repeat center/cover;
}
#child_division_index #vision_contBox .flex .cont:nth-child(3) {
  background: url(../image/child/devision/divi_bg03.jpg) no-repeat center/cover;
}
#child_division_index #vision_contBox .flex .cont:nth-child(4) {
  background: url(../image/child/devision/divi_bg04.jpg) no-repeat center/cover;
}
#child_division_index #vision_contBox .flex .cont:nth-child(5) {
  background: url(../image/child/devision/divi_bg05.jpg) no-repeat center/cover;
}
#child_division_index #vision_contBox .flex .cont:nth-child(6) {
  background: url(../image/child/devision/divi_bg06.jpg) no-repeat center/cover;
}
#child_division_index #vision_contBox .flex .cont:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  #child_division_index #vision_contBox .flex .cont:nth-child(n+2) {
    margin-top: 30px !important;
  }
}
#child_division_index #vision_contBox .flex .cont h3 {
  margin-bottom: auto;
  text-align: left;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  #child_division_index #vision_contBox .flex .cont h3 {
    font-size: 2.2rem;
  }
}
#child_division_index #vision_contBox .flex .cont h4 {
  text-align: left;
  letter-spacing: 0.05em;
  margin-top: 30px;
  line-height: 1.23;
}
#child_division_index #vision_contBox .flex .cont h4 small {
  display: block;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
#child_division_index #vision_contBox .flex .cont h4 strong {
  font-size: clamp(22px, 2.99vw, 38px);
  font-weight: 900;
  display: block;
  margin-bottom: 20px;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
}
#child_division_index #vision_contBox .flex .cont h4 strong::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../image/child/division_index/arrow.svg) no-repeat center/contain;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0px;
}

#child_recruit #mv {
  background: url(../image/child/recruit/mv_bg.jpg) no-repeat center/cover;
  width: 100%;
  position: relative;
  color: #fff;
  padding-top: 40vh;
  padding-bottom: 230px;
}
@media screen and (max-width: 860px) {
  #child_recruit #mv {
    padding-top: 30%;
    padding-bottom: 70px;
  }
}
#child_recruit #mv h2 {
  text-align: left;
  margin-bottom: 100px;
}
#child_recruit #mv h2 small {
  display: block;
}
#child_recruit #mv h2 small .en {
  display: block;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#child_recruit #mv h2 small .jp {
  display: block;
  font-size: 2.3rem;
}
@media screen and (max-width: 860px) {
  #child_recruit #mv h2 small .jp {
    font-size: 1.7rem;
  }
}
#child_recruit #mv h2 strong {
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: 0.125em;
  margin: 60px 0 30px;
  display: block;
}
@media screen and (max-width: 860px) {
  #child_recruit #mv h2 strong {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    margin: 30px 0 15px;
  }
}
#child_recruit #mv h2 .en_ttl {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 2rem;
  font-weight: 900;
}
#child_recruit #mv h2 .en_ttl span {
  font-family: YakuHanJP, "Caveat", cursive;
  font-weight: 200;
  color: #07ad98;
}
#child_recruit #mv p {
  font-size: 1.5rem;
  line-height: 2.666;
}
@media screen and (max-width: 860px) {
  #child_recruit #mv p {
    line-height: 2;
  }
}
#child_recruit #intro {
  margin-top: 90px;
}
#child_recruit #intro article {
  padding: 90px 0;
}
@media screen and (max-width: 860px) {
  #child_recruit #intro article {
    padding: 40px 0;
  }
}
#child_recruit #intro article + article {
  border-top: 1px solid #dcdcdc;
}
#child_recruit #intro article .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #child_recruit #intro article .flex {
    display: block;
  }
}
#child_recruit #intro article .flex .cont {
  width: 48%;
}
@media screen and (max-width: 860px) {
  #child_recruit #intro article .flex .cont {
    width: 100%;
  }
}
#child_recruit #intro article .flex h3 {
  text-align: left;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 860px) {
  #child_recruit #intro article .flex h3 {
    padding-left: 20px;
  }
}
#child_recruit #intro article .flex h3::before {
  content: "";
  width: 7px;
  height: 86%;
  display: block;
  border-radius: 2px;
  background: #212121;
  position: absolute;
  left: 0;
  top: 0.5em;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 860px) {
  #child_recruit #intro article .flex h3::before {
    width: 3px;
  }
}
#child_recruit #intro article .flex h3 strong {
  background: linear-gradient(90deg, #008574 0%, #008574 20%, #212121 80%, #212121 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 3.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  #child_recruit #intro article .flex h3 strong {
    font-size: 2.4rem;
  }
}
#child_recruit #intro article .flex h3 .en_ttl span {
  font-family: YakuHanJP, "Caveat", cursive;
  color: #07ad98;
  font-size: 1.6rem;
}
#child_recruit #intro article .flex ol {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 2.3;
  margin-left: 1em;
  counter-reset: list-counter;
}
@media screen and (max-width: 860px) {
  #child_recruit #intro article .flex ol {
    margin-top: 30px;
    font-size: 1.7rem;
  }
}
#child_recruit #intro article .flex ol li {
  list-style: none;
  display: flex;
  align-items: center;
}
#child_recruit #intro article .flex ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  font-size: 1.4rem;
  color: #07ad98;
  display: block;
  margin-right: 1em;
}
#child_recruit #intro .comment {
  background: #f8f8f8;
}
#child_recruit #intro .comment .rela {
  position: relative;
  box-sizing: border-box;
  padding: 50px 70px;
}
@media screen and (max-width: 860px) {
  #child_recruit #intro .comment .rela {
    padding: 30px;
  }
}
#child_recruit #intro .comment .rela::before {
  content: "";
  width: 21.5px;
  aspect-ratio: 43/80;
  background: url(../image/child/recruit/kakko.png) no-repeat center/contain;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 860px) {
  #child_recruit #intro .comment .rela::before {
    width: 15px;
    left: 10px;
    top: 10px;
  }
}
#child_recruit #intro .comment .rela::after {
  content: "";
  width: 21.5px;
  aspect-ratio: 43/80;
  background: url(../image/child/recruit/kakko.png) no-repeat center/contain;
  position: absolute;
  bottom: 30px;
  right: 30px;
  transform: rotate(180deg);
}
@media screen and (max-width: 860px) {
  #child_recruit #intro .comment .rela::after {
    width: 15px;
    right: 10px;
    bottom: 10px;
  }
}
#child_recruit #intro .comment .rela p {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.16;
}
@media screen and (max-width: 860px) {
  #child_recruit #intro .comment .rela p {
    font-size: 1.9rem;
  }
}
#child_recruit #main_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 220px;
  margin-bottom: 200px;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content {
    display: block;
    margin: 70px auto;
  }
}
#child_recruit #main_content .sideBar {
  position: sticky;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .sideBar {
    position: static;
    display: none;
  }
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .sideBar .child_list li {
    width: 48%;
  }
}
#child_recruit #main_content .sideBar .child_list li a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  transition: 0.5s;
  overflow: hidden;
  line-height: 2.57;
  opacity: 0.4;
}
#child_recruit #main_content .sideBar .child_list li a::before {
  content: "";
  background: #07ad98;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  margin-right: 15px;
  transition: 0.5s;
  margin-left: -21px;
  transition: 0.5s;
}
#child_recruit #main_content .sideBar .child_list li a:hover, #child_recruit #main_content .sideBar .child_list li a.active {
  font-weight: bold;
  opacity: 1;
}
#child_recruit #main_content .sideBar .child_list li a:hover::before, #child_recruit #main_content .sideBar .child_list li a.active::before {
  margin-left: 0;
}
#child_recruit #main_content .detailBox {
  max-width: 950px;
  width: 80%;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox {
    width: 100%;
  }
}
#child_recruit #main_content .detailBox .detail_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#child_recruit #main_content .detailBox .detail_ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 5px;
  height: 1em;
  background: #07ad98;
  border-radius: 2px;
}
#child_recruit #main_content .detailBox p {
  font-size: 1.7rem;
  line-height: 2.7;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox p {
    font-size: 1.4rem;
  }
}
#child_recruit #main_content .detailBox p a {
  color: #07ad98;
  text-decoration: underline;
  font-weight: 700;
}
#child_recruit #main_content .detailBox .detail_inner + .detail_inner {
  margin-top: 110px;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner + .detail_inner {
    margin-top: 70px;
  }
}
#child_recruit #main_content .detailBox .detail_inner .ttl {
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner .ttl {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#child_recruit #main_content .detailBox .detail_inner .ttl strong {
  font-size: 3.2rem;
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner .ttl strong {
    font-size: 2.7rem;
  }
}
#child_recruit #main_content .detailBox .detail_inner .ttl small {
  display: flex;
  align-items: center;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#child_recruit #main_content .detailBox .detail_inner .ttl small::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  order: 2;
  background: #dcdcdc;
  margin: 0 1em;
}
#child_recruit #main_content .detailBox .detail_inner .ttl small .num {
  font-weight: 500;
  color: #07ad98;
  order: 1;
}
#child_recruit #main_content .detailBox .detail_inner .ttl small .en {
  font-weight: 300;
  order: 3;
  letter-spacing: 0.05em;
}
#child_recruit #main_content .detailBox .detail_inner .sub_ttl {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: left;
  margin: 80px 0 30px;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner .sub_ttl {
    font-size: 1.8rem;
    margin: 40px 0 20px;
  }
}
#child_recruit #main_content .detailBox .detail_inner .inner_cont {
  margin: 60px 0;
  margin-left: 1em;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner .inner_cont {
    margin: 30px auto;
  }
}
#child_recruit #main_content .detailBox .detail_inner .inner_cont dl + dl {
  margin-top: 40px;
}
#child_recruit #main_content .detailBox .detail_inner .inner_cont dl dt {
  color: #07ad98;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner .inner_cont dl dt {
    font-size: 1.4rem;
  }
}
#child_recruit #main_content .detailBox .detail_inner .inner_cont dl dd {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner .inner_cont dl dd {
    font-size: 1.4rem;
  }
}
#child_recruit #main_content .detailBox .detail_inner .img {
  margin: 50px auto;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner .img {
    margin: 20px auto;
  }
}
#child_recruit #main_content .detailBox .detail_inner .img img {
  width: 100%;
}
#child_recruit #main_content .detailBox .detail_inner .tableBox {
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner .tableBox {
    margin-bottom: 20px;
  }
}
#child_recruit #main_content .detailBox .detail_inner .tableBox table {
  width: 100%;
  table-layout: fixed;
  line-height: 2.28;
}
#child_recruit #main_content .detailBox .detail_inner .tableBox table tr:last-child th, #child_recruit #main_content .detailBox .detail_inner .tableBox table tr:last-child td {
  border-bottom: none;
}
#child_recruit #main_content .detailBox .detail_inner .tableBox table th {
  background: #212121;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 25px;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
  width: 20%;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner .tableBox table th {
    display: block;
    width: 100%;
    border-right: none;
    padding: 10px;
  }
}
#child_recruit #main_content .detailBox .detail_inner .tableBox table td {
  padding: 15px 25px;
  line-height: 2.28;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .detail_inner .tableBox table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
#child_recruit #main_content .detailBox .detail_inner .tableBox table.gray th {
  background: #f7f7f7;
  color: #212121;
}
#child_recruit #main_content .detailBox .detail_inner.skill .ttl small::before {
  display: none;
}
#child_recruit #main_content .detailBox .detail_inner.skill .ttl small .en {
  color: #07ad98;
}
#child_recruit #main_content .detailBox .next_btn {
  margin-top: 100px;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .next_btn {
    margin-top: 70px;
  }
}
#child_recruit #main_content .detailBox .next_btn a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 355px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #212121;
  border-radius: 9999px;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 20px;
  margin-left: auto;
  box-sizing: border-box;
}
#child_recruit #main_content .detailBox .next_btn a::after {
  content: "";
  width: 3px;
  height: 7px;
  background: url(../image/common/arrow_brack.svg) no-repeat center/contain;
}
@media screen and (max-width: 860px) {
  #child_recruit #main_content .detailBox .next_btn a {
    width: 100%;
    min-width: auto;
    font-size: 1.4rem;
  }
}
#child_recruit #appealPoint {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 210px;
}
@media screen and (max-width: 860px) {
  #child_recruit #appealPoint {
    margin-bottom: 100px;
  }
}
#child_recruit #appealPoint::after {
  content: "";
  width: 30%;
  display: block;
}
#child_recruit #appealPoint .cont {
  width: 30%;
}
#child_recruit #appealPoint .cont:nth-child(n+4) {
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  #child_recruit #appealPoint .cont {
    width: 100%;
  }
  #child_recruit #appealPoint .cont + .cont {
    margin-top: 30px;
  }
}
#child_recruit #appealPoint .cont .img {
  width: 100%;
  aspect-ratio: 6/5;
}
#child_recruit #appealPoint .cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 72px;
}
@media screen and (max-width: 860px) {
  #child_recruit #appealPoint .cont .img img {
    border-radius: 30px;
  }
}
#child_recruit #appealPoint .cont p {
  font-size: 1.4rem;
  line-height: 2.57;
  margin-top: 20px;
}

#child_vision #mv {
  background: url(../image/child/vision/vision_bg.png) no-repeat center bottom/cover;
  width: 100%;
  position: relative;
  color: #212121;
  padding-top: 40vh;
  padding-bottom: 230px;
}
@media screen and (max-width: 860px) {
  #child_vision #mv {
    padding-top: 30%;
    padding-bottom: 70px;
  }
}
#child_vision #mv h2 {
  text-align: left;
  margin-bottom: 100px;
}
#child_vision #mv h2 small {
  display: block;
}
#child_vision #mv h2 small .en {
  display: block;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#child_vision #mv h2 small .jp {
  display: block;
  font-size: 2.3rem;
}
@media screen and (max-width: 860px) {
  #child_vision #mv h2 small .jp {
    font-size: 1.7rem;
  }
}
#child_vision #mv h2 strong {
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: 0.125em;
  margin: 60px 0 30px;
  display: block;
}
@media screen and (max-width: 860px) {
  #child_vision #mv h2 strong {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    margin: 30px 0 15px;
  }
}
#child_vision #mv h2 .en_ttl {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 2rem;
  font-weight: 900;
}
#child_vision #mv h2 .en_ttl span {
  font-family: YakuHanJP, "Caveat", cursive;
  font-weight: 200;
  color: #07ad98;
}
#child_vision #mv p {
  font-size: 1.5rem;
  line-height: 2.666;
}
@media screen and (max-width: 860px) {
  #child_vision #mv p {
    line-height: 2;
  }
}
#child_vision #vision_contBox {
  margin-bottom: 180px;
}
#child_vision #vision_contBox .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  #child_vision #vision_contBox .flex {
    display: block;
  }
}
#child_vision #vision_contBox .flex .cont {
  width: 47.63779%;
  aspect-ratio: 605/742;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: url(../image/child/vision/vision_cont01.png) no-repeat center/cover;
  padding: 38px 48px;
  box-sizing: border-box;
  border-radius: 36px;
}
@media screen and (max-width: 980px) {
  #child_vision #vision_contBox .flex .cont {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 860px) {
  #child_vision #vision_contBox .flex .cont {
    width: 100%;
    display: block;
    padding: 30px 20px;
  }
}
#child_vision #vision_contBox .flex .cont:nth-child(even) {
  transition-delay: 0.3s;
}
#child_vision #vision_contBox .flex .cont:nth-child(2) {
  background: url(../image/child/vision/vision_cont02.png) no-repeat center/cover;
}
#child_vision #vision_contBox .flex .cont:nth-child(3) {
  background: url(../image/child/vision/vision_cont03.png) no-repeat center/cover;
}
#child_vision #vision_contBox .flex .cont:nth-child(4) {
  background: url(../image/child/vision/vision_cont04.png) no-repeat center/cover;
}
#child_vision #vision_contBox .flex .cont:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 860px) {
  #child_vision #vision_contBox .flex .cont:nth-child(n+2) {
    margin-top: 30px !important;
  }
}
#child_vision #vision_contBox .flex .cont h3 {
  margin-bottom: auto;
  text-align: left;
  border-bottom: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  #child_vision #vision_contBox .flex .cont h3 {
    font-size: 2.2rem;
  }
}
#child_vision #vision_contBox .flex .cont h4 {
  text-align: left;
  letter-spacing: 0.05em;
  margin-top: 30px;
  line-height: 1.23;
}
@media screen and (max-width: 860px) {
  #child_vision #vision_contBox .flex .cont h4 {
    margin-top: 80px;
  }
}
#child_vision #vision_contBox .flex .cont h4 small {
  display: block;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
#child_vision #vision_contBox .flex .cont h4 strong {
  font-size: clamp(22px, 2.99vw, 38px);
  font-weight: 900;
  display: block;
  margin-bottom: 20px;
}
#child_vision #vision_contBox .flex .cont p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 980px) {
  #child_vision #vision_contBox .flex .cont p {
    flex-grow: 1;
  }
}
@media screen and (max-width: 860px) {
  #child_vision #vision_contBox .flex .cont p {
    font-size: 1.4rem;
  }
}

#child_contact #mv {
  background: url(../image/child/contact/mv.jpg) no-repeat center/cover;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  position: relative;
}
#child_contact #mv .rela {
  position: relative;
  height: 100%;
}
#child_contact #mv h2 {
  text-align: left;
  position: absolute;
  bottom: 15%;
  left: 0;
  color: #fff;
}
#child_contact #mv h2 .icn {
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.5rem;
  background: #07ad98;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  padding: 0.5em;
  padding-right: 1em;
  line-height: 1;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 860px) {
  #child_contact #mv h2 .icn {
    font-size: 1.2rem;
  }
}
#child_contact #mv h2 strong {
  font-size: 3.8rem;
  font-weight: 900;
  display: block;
  margin: 0.4em 0;
}
@media screen and (max-width: 860px) {
  #child_contact #mv h2 strong {
    font-size: 2rem;
  }
}
#child_contact #mv h2 .en_ttl {
  display: block;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
#child_contact #formBox {
  margin: 100px auto;
}
#child_contact #formBox form {
  max-width: 800px;
  margin: 0 auto;
}
#child_contact #formBox form .form_caution {
  text-align: right;
  margin-bottom: 30px;
  font-size: 1.3rem;
  color: red;
}
#child_contact #formBox form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 860px) {
  #child_contact #formBox form dl {
    display: block;
  }
}
#child_contact #formBox form dl dt {
  flex: 0 0 20%;
  padding: 0.5em 0;
  text-align: right;
  font-size: 1.5rem;
  margin: 0 0 1em;
}
#child_contact #formBox form dl dt .req {
  color: red;
}
@media screen and (max-width: 860px) {
  #child_contact #formBox form dl dt {
    text-align: left;
    margin-bottom: 0.2em;
  }
}
#child_contact #formBox form dl dd {
  flex: 0 0 78%;
  margin: 0 0 1em;
}
#child_contact #formBox form dl dd input, #child_contact #formBox form dl dd textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em 0.5em;
  outline: none;
  border: 1px solid #999;
  background-color: #eee;
  font-size: 1.5rem;
}
#child_contact #formBox form dl dd .mwform-zip-field input, #child_contact #formBox form dl dd .mwform-tel-field input {
  width: 5em;
}
#child_contact #formBox form input[type=submit] {
  display: block;
  width: 35%;
  max-width: 300px;
  margin: 20px auto 40px;
  padding: 0.5em 0;
  font-weight: 400;
  color: #fff;
  border: none;
  background-color: #07ad98;
  cursor: pointer;
  font-size: 1.6rem;
}
@media screen and (max-width: 860px) {
  #child_contact #formBox form input[type=submit] {
    width: 100%;
  }
}

#child_contact #mv {
  background: url(../image/child/contact/mv.jpg) no-repeat center/cover;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  position: relative;
}
#child_contact #mv .rela {
  position: relative;
  height: 100%;
}
#child_contact #mv h2 {
  text-align: left;
  position: absolute;
  bottom: 15%;
  left: 0;
  color: #fff;
}
#child_contact #mv h2 .icn {
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.5rem;
  background: #07ad98;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  padding: 0.5em;
  padding-right: 1em;
  line-height: 1;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 860px) {
  #child_contact #mv h2 .icn {
    font-size: 1.2rem;
  }
}
#child_contact #mv h2 strong {
  font-size: 3.8rem;
  font-weight: 900;
  display: block;
  margin: 0.4em 0;
}
@media screen and (max-width: 860px) {
  #child_contact #mv h2 strong {
    font-size: 2rem;
  }
}
#child_contact #mv h2 .en_ttl {
  display: block;
  font-family: YakuHanJP, "Maven Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
#child_contact #privacy {
  margin: 100px auto;
  font-size: 1.6rem;
  line-height: 1.7;
}
#child_contact #privacy h3 {
  font-size: 3rem;
  text-decoration: underline;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #child_contact #privacy h3 {
    font-size: 2.4rem;
  }
}
#child_contact #privacy dl dt {
  margin-top: 1.5em;
  font-weight: bold;
  font-size: 1.2em;
}/*# sourceMappingURL=child.css.map */