@charset "UTF-8";
/* CSS Document */
#body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  max-width: 768px;
  margin: auto;
  overflow-x: hidden;
}
@media screen and (min-width:768px) {
  #body {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
}
html {
  scroll-behavior: smooth;
}
#header {
  height: 40px;
  width: 100%;
}
.nav-box {
  position: fixed;
  display: block;
  z-index: 10;
}
.fa-stack {
  position: absolute;
  right: 0;
  cursor: pointer;
  position: fixed;
  z-index: 20;
}
.fa-stack {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 2px;
}
.menu-open {
  opacity: 1;
}
.menu-close {
  opacity: 0;
}
.menu-open.active {
  opacity: 0;
}
.menu-close.active {
  opacity: 1;
}
#g-nav {
  position: fixed;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #efefef;
  transition: all 0.3s;
  max-width: 768px;
}
#g-nav ul {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#g-nav ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 50px;
}
#g-nav ul li p {
  margin-bottom: 10px;
}
#g-nav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}
#g-nav ul li a:visited {
  color: #000;
}
#g-nav.active {
  opacity: 1;
  visibility: visible;
}
.top-subtitle {
  font-weight: bold;
  letter-spacing: 0.3em;
}
.inner {
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .inner {
    max-width: 768px;
  }
}
.top-inner {
  text-align: center;
}
.top-title {
  width: 80%;
  margin: 20px auto 40px;
}
@media screen and (min-width:600px) {
  .top-title {
    width: 60%;
    margin: 20px auto 60px;
  }
}
.top-subtitle {
  margin-top: 50px;
}
.main-subtitle {
  margin: 0 auto;
  margin-bottom: -118px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
h1 {
  writing-mode: vertical-rl;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.top img {
  width: 100%;
  vertical-align: middle;
}
.top-img {}
.top {
  position: relative;
}
hr {
  width: 60%;
  margin: 6px 0;
}
.top-main-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #000;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -5%;
  right: 5%;
}
.top-main-cicle span::after {
  border-bottom: 1px solid #fff;
}
.top-main-circle p {
  color: #FFF;
  font-size: 15px;
}
.introduce {
  background-color: #efefef;
}
.introduce-description {
  line-height: 2.0em;
  margin-bottom: 30px;
  text-align: justify;
}
.discussion img {
  width: 100%;
}
.introduce .inner {
  padding: 60px 15px 60px;
}
h2 {
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 25px;
  text-align: justify;
}
.contents {
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 5px;
}
.content {
  padding: 20px 0px 20px;
  border-bottom: 1px solid #000;
}
.content a {
  color: #000;
  text-decoration: none;
}
.content a:visited {
  color: #000;
}
.content-title {
  margin-bottom: 10px;
  font-size: 14px;
}
.section-title-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
  width: 180px;
  height: 80px;
  margin: 150px auto 30px;
  border-radius: 50px;
  flex-direction: column;
}
.section-title-circle p {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.discussion-title-circle {
  display: flex;
  align-items: center;
  background: #000;
  border-radius: 50%;
  width: 180px;
  height: 80px;
  margin: 150px auto 30px;
  border-radius: 50px;
  flex-direction: column;
}
.discussion-title-circle p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px 0 10px;
  font-weight: bold;
}
.discussion-title-circle span {
  color: #fff;
  font-size: 15px;
}
.interview p {
  line-height: 2.0em;
  text-align: justify;
}
p.interview-number::before, p.interview-number::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: black;
}
p.interview-number::after {
  bottom: 0;
  top: auto;
}
p.interview-number {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 100px 0;
  position: relative;
  padding: 10px 0px;
}
.interview-number {
  z-index: -1;
}
h3 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.3em;
}
.interview-list {
  padding-top: 5px;
}
.introduce-contents span {
  line-height: 1.5em;
  font-size: 20px;
  font-weight: bold;
}
.top-img-supplement {
  padding: 10px 0;
}
.interview-first, .interview-second, .interview-third, .interview-fourth {
  margin-bottom: 60px;
}
.interview {
  margin-bottom: 60px;
}

.interview-description-space a:visited {
  color: #15599f;
}
.interview a {
  color: #15599f;
}
.interview a:visited {
  color: #15599f;
}
.interview-title {
  padding: 20px 0;
}
.interview-title p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}
.interview-name {
  padding-bottom: 30px;
}
.interview img {
  width: 100%;
}
.interview-img-main {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.interview-img-main img {
  max-width: 768px;
  margin: auto;
  display: block;
}
.interview-description-img {
  margin-bottom: 10px;
}
.interview-description-img img {
  border-radius: 5px;
}
.interview-description-space {
  padding-bottom: 30px;
}
.interview-img-description {
  margin-bottom: 30px;
}
.interview-img-description {
  font-size: 13px
}
.interview-profile .inner {
  background: #333;
  padding: -15px 0;
  margin-right: 0;
}
.interview-profile-p :first-child {
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-top: 20px;
}
.interview-profile-p :nth-child(2) {
  font-weight: bold;
  padding: 30px 0 10px;
}
.profile-img {
  margin-top: 10px;
}
.profile-img img {
  border-radius: 5px;
}
.discussion-title {
  margin-bottom: 30px;
}
.discussion-people-list {
  margin-bottom: 30px;
}
.discussion-top-description {
  line-height: 2.0em;
  text-align: justify;
  margin-bottom: 30px;
}
.discussion-topic-01 {
  margin-top: 45px;
}
.discussion-topic-02 {
  margin-top: 15px;
}
.discussion-topic-03 {
  margin-top: 45px;
}
.discussion-topic-01 p {
  font-weight: bold;
  background: linear-gradient(transparent 40%, #FFF100 60%);
  font-size: 18px;
  display: inline;
  padding-bottom: 5px;
}
.discussion-topic-02 p {
  font-weight: bold;
  margin-top: 10px;
  background: linear-gradient(transparent 40%, #FFF100 60%);
  display: inline;
  font-size: 18px;
  padding-bottom: 5px;
}
.discussion-topic-03 p {
  font-weight: bold;
  background: linear-gradient(transparent 40%, #FFF100 60%);
  display: inline;
  font-size: 18px;
  padding-bottom: 5px;
}
.space {
  margin-bottom: 10px;
  text-align: justify;
}
.question {
  font-weight: bold;
  margin: 20px 0 20px;
  text-align: justify;
}
.question-top-30 {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: justify;
}
.discussion-contents {
  line-height: 2.0em;
}
.discussion-img-main {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.discussion-img-main img {
  max-width: 768px;
  margin: 0 auto;
  display: block;
}
.discussion-contents span {
  font-weight: bold;
}
.discussion-parts img {
  margin: 30px 0;
  border-radius: 5px;
  vertical-align: top;
}
.discussion-facilitatior-p {
  text-align: justify;
}
.discussion-facilitatior-p :first-child {
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-top: 20px;
}
.discussion-facilitatior-p :nth-child(2) {
  font-weight: bold;
  padding: 30px 0 10px;
}
.discussion-facilitatior img {
  margin-top: 10px;
  border-radius: 5px;
}
.childcare-top {
  position: relative;
}
.childcare-title-circle p {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
}
.childcare-title-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.childcare-top-img-circle p {
  font-weight: 600;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 1.4em;
}
.childcare-top-img-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fff100;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 30px auto 0;
}
@media screen and (min-width:600px) {
  .childcare-top-img-circle p {
    font-size: 20px;
    line-height: 1.4em;
  }
  .childcare-top-img-circle {
    width: 200px;
    height: 200px;
  }
}
.childcare-top {
  margin-bottom: 60px;
  max-width: 768px;
}
.yonkoma {
  margin: 0 auto;
}
.yonkoma img {
  width: 100%;
}
.yonkoma p {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.yonkoma-01 {
  background-color: #f7e2e2;
}
.yonkoma-02 {
  background-color: #e4f1f7;
}
.yonkoma-03 {
  background-color: #ffffeb;
}
.yonkoma-inner {
  max-width: 768px;
  margin: 0 auto;
  padding: 80px 15px 100px;
}
.childcare-bottom {
  background-color: #efefef;
}
.childcare-bottom-title {
  margin-bottom: 30px;
}
@media screen and (min-width:600px) {
  .childcare-bottom-title {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.childcare-bottom img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.childcare-img {
  width: 80%;
  margin: 0 auto;
}
.childcare-bottom-flex {
  margin-bottom: 50px;
  align-items: center;
}
.childcare-bottom-flex-r {
  margin-bottom: 50px;
  align-items: center;
}
.childcare-bottom-no-picture {
  margin-bottom: 50px;
}
@media screen and (min-width:600px) {
  .childcare-img {
    width: 40%;
    margin: 0;
  }
  .childcare-bottom-flex {
    display: flex;
    flex: 1;
    gap: 30px;
  }
  .childcare-bottom-flex-r {
    display: flex;
    flex-direction: row-reverse;
    flex: 1;
    gap: 30px;
  }
  .childcare-bottom-description {
    width: 60%;
  }
  .childcare-bottom-no-picture .childcare-bottom-description {
    width: 100%;
  }
  .childcare-bottom-description p {
    text-align: justify;
  }
}
.childcare-emphasis {
  font-weight: bold;
  position: relative;
  font-size: 17px;
  display: inline;
  background: url("../images/childcare-line.svg") repeat-x;
  background-position: 100% 100%;
  padding-bottom: 10px;
  line-height: 2;
  background-size: auto 4px;
}
.childcare-bottom .inner {
  max-width: 768px;
  padding: 60px 15px;
  margin: 0 auto;
}
.childcare-bottom a {
  word-break: break-all;
  color: #15599f;
  display: inline-block;
  margin-bottom: 10px;
}
.childcare-bottom a:visited {
  color: #15599f;
}
.childcare-bottom-p {
  padding: 10px 0;
  line-height: 1.5em;
}
.childcare-bottom-flex p {
  text-align: justify;
}
.childcare-bottom-flex-r p {
  text-align: justify;
}
.link {
  padding: 10px 0px 0px;
  font-feature-settings: 'palt';
}
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
}
.copy {
  text-align: center;
}