@charset "UTF-8";
#yodogawa .inner .btn_profile a {
  text-decoration: none;
  display: inline-block;
  padding: 0.25em 1em;
  color: #6e7339;
  border-radius: 6px;
  background-color: #eef2da;
}

body {
  font-family: "Aoto Gothic Medium", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  width: 100%;
  height: auto;
  color: #596680;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body * {
  box-sizing: border-box;
}
body.modal {
  box-sizing: border-box;
  padding-right: var(--scroll-bar-width);
}
@media (min-width: 641px) {
  body {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
}

a {
  text-decoration: underline;
}
@media (hover: hover) {
  a {
    transition: opacity 0.3s !important;
    border: 0 none transparent !important;
  }
  a:hover {
    text-decoration: none;
  }
  .is_pc a:hover {
    opacity: 0.7;
  }
  .is_pc a img:hover,
  .is_pc a svg:hover {
    transition: none;
    opacity: 1;
  }
}
@media (hover: none) {
  .is_sp a img.touch,
  .is_sp a svg.touch {
    transition: none;
    opacity: 1;
  }
}

img {
  vertical-align: top;
}

br[class*=max] {
  display: none;
}
@media (max-width: 800px) {
  .is_pc br.max800 {
    display: inline;
  }
}
@media (max-width: 610px) {
  .is_sp br.max610sp {
    display: inline;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aoto Gothic Bold", sans-serif;
  font-weight: normal;
  line-height: 1.5;
}

.bd_t,
.bd_b {
  border: 0 none;
}

article {
  padding: 0;
  background-color: transparent;
}
@media (min-width: 641px) {
  article {
    max-width: 100%;
    padding: 0;
  }
}

#kv {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  #kv {
    margin: 0 auto;
  }
  #kv img {
    object-fit: contain;
    max-height: 100vh;
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media (min-width: 641px) {
  .content_wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

#yodogawa {
  position: relative;
  margin-top: 0 !important;
  padding: 0 40px 0 0;
  background-color: rgba(89, 102, 128, 0.8);
}
#yodogawa::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 0;
  left: auto;
  display: block;
  width: 70px;
  height: 87.5px;
  background: url("/n/s/wp-content/uploads/2025/10/person.png") no-repeat right bottom;
  background-size: contain;
}
@media (min-width: 641px) {
  #yodogawa {
    display: flex;
    margin: 0 auto !important;
    padding: 0;
  }
  #yodogawa::after {
    right: auto;
    bottom: 0;
    left: 100px;
    width: 88px;
    height: 110px;
  }
}
#yodogawa p {
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 1.75em;
}
@media (min-width: 641px) {
  #yodogawa p {
    text-align: left;
  }
}
#yodogawa .inner {
  font-family: "Aoto Gothic Bold", sans-serif;
  max-width: 100%;
  padding: 56px 16px 56px 32px;
  color: white;
  background-color: #596680;
}
@media (min-width: 641px) {
  #yodogawa .inner {
    width: 75%;
    margin: 0 0 0 auto;
    padding: 80px 0 80px 40px;
  }
}
#yodogawa .inner .btn_profile a::after {
  content: "\e913";
  font-family: Hobonichi-Icons;
  line-height: 1;
  display: inline-block;
  margin-left: 0.5em;
}
#yodogawa .inner .banner-school {
  max-width: 400px;
  margin-bottom: 32px;
}

.talk_nav {
  position: relative;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.talk_nav::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: auto;
  left: 0;
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto 0;
  background-color: rgba(89, 178, 164, 0.8);
}
@media (min-width: 641px) {
  .talk_nav::before {
    right: 0;
    left: auto;
    width: 75%;
  }
}
.talk_nav li a::after {
  font-family: "Aoto Gothic Bold", sans-serif;
  color: #596680;
}
.talk_nav svg {
  overflow: visible;
}
.talk_nav svg .cls-1,
.talk_nav svg .cls-2,
.talk_nav svg .cls-3 {
  stroke: #596680;
  stroke-width: 2px;
}
.talk_nav + span {
  font-family: "Aoto Gothic Bold", sans-serif;
}

#talk_wrap {
  background-color: rgba(238, 242, 218, 0.8);
}
@media (min-width: 641px) {
  #talk_wrap {
    display: flex;
    flex-direction: column;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}
#talk_wrap h2 {
  font-size: clamp(24px, 6vw, 32px);
  line-height: 1.5;
  text-align: left;
  text-align: justify;
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  padding: 56px 16px 56px 40px;
  color: #596680;
  display: flex;
  align-items: center;
}
@media (min-width: 641px) {
  #talk_wrap h2 {
    text-align: left;
    padding: 80px 0 80px calc(25% + 40px);
  }
}
#talk_wrap h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: auto;
  left: 0;
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
  background-color: white;
}
@media (min-width: 641px) {
  #talk_wrap h2::before {
    right: 0;
    left: auto;
    width: 75%;
  }
}
#talk_wrap h2 b {
  line-height: 3;
  float: left;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 0.5px solid #596680;
  vertical-align: middle;
}
#talk_wrap h2 > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#talk_wrap .talk_end {
  width: calc(100% - 40px);
  margin: 0;
  padding: 0 16px 56px 40px;
  background-color: white;
}
@media (min-width: 641px) {
  #talk_wrap .talk_end {
    width: 75%;
    margin: 0 0 0 auto;
    padding: 40px 0 80px calc(100px + 2em);
  }
}
#talk_wrap .talk_end p {
  text-align: left;
}
#talk_wrap .talk_end p:last-child {
  margin-bottom: 0;
}

#talk_body {
  margin-right: 40px;
  padding: 0 16px 16px 40px;
  background-color: white;
}
@media (min-width: 641px) {
  #talk_body {
    width: 75%;
    margin: 0 0 0 auto;
    padding: 0 40px 0;
  }
}
#talk_body .photo {
  margin-right: -56px;
  margin-left: -40px;
}
@media (min-width: 641px) {
  #talk_body .photo {
    margin-right: 0;
    margin-left: 0;
  }
}
#talk_body .pic {
  max-width: 100%;
  margin-bottom: 28px;
}
@media (min-width: 641px) {
  #talk_body .pic {
    margin-bottom: 29.75px;
  }
}
#talk_body .pic_wrap {
  vertical-align: top;
}
#talk_body dl {
  font-size: 16px;
}
@media (min-width: 641px) {
  #talk_body dl {
    font-size: 17px;
  }
}
#talk_body dl dt {
  font-family: "Aoto Gothic Bold", sans-serif;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5em;
}
@media (min-width: 641px) {
  #talk_body dl dt {
    line-height: 1.4;
    text-align: center;
    flex-direction: column;
    width: calc(60px + 2em);
    margin-bottom: 1.75em;
    padding-right: 2em;
  }
}
#talk_body dl dt::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
  background-size: contain;
}
@media (min-width: 641px) {
  #talk_body dl dt::before {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }
}
#talk_body dl dt[data-name=糸井] {
  color: #596680;
}
#talk_body dl dt[data-name=糸井]::before {
  background-image: url(/n/s/wp-content/uploads/2025/10/icon_itoi.png);
}
#talk_body dl dt[data-name=糸井] ~ dd {
  color: #596680;
}
#talk_body dl dt[data-name=佐々木] {
  color: #6e7339;
}
#talk_body dl dt[data-name=佐々木]::before {
  background-image: url(/n/s/wp-content/uploads/2025/10/icon_sasaki.png);
}
#talk_body dl dt[data-name=佐々木] ~ dd {
  color: #6e7339;
}
#talk_body dl dd {
  text-align: justify;
  align-self: center;
  width: auto;
  margin-bottom: 1.75em;
  padding: 0;
  white-space: normal;
}
@media (min-width: 641px) {
  #talk_body dl dd + dd {
    padding-left: calc(60px + 2em);
  }
}
@media (min-width: 641px) {
  #talk_body dl dd {
    text-align: left;
    width: calc(100% - calc(60px + 2em));
  }
}

#index_nav {
  margin: 0;
  padding: 0 40px 0 0;
  background-color: rgba(238, 242, 218, 0.8);
}
@media (min-width: 641px) {
  #index_nav {
    display: flex;
    margin: 0 auto;
    padding: 0;
  }
}
#index_nav ul {
  padding-left: 0;
  background-color: white;
}
@media (min-width: 641px) {
  #index_nav ul {
    width: 75%;
    margin: 0 0 0 auto;
    padding: 0 0 0 0;
  }
}
#index_nav ul li {
  border-bottom: 1px solid rgba(89, 102, 128, 0.5);
}
#index_nav ul li a {
  text-decoration: none;
  padding: 16px 16px 16px 40px;
}
@media (min-width: 641px) {
  #index_nav ul li a {
    padding: 40px;
  }
}
#index_nav ul li a .title,
#index_nav ul li a .date {
  line-height: 1.75;
  line-height: 1.5;
  text-align: left;
  text-align: justify;
  white-space: normal;
  letter-spacing: 0;
  margin-bottom: 0.5em;
  padding: 0;
}
@media (min-width: 641px) {
  #index_nav ul li a .title,
  #index_nav ul li a .date {
    text-align: left;
    letter-spacing: 0.1em;
  }
}
#index_nav ul li a .title {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 641px) {
  #index_nav ul li a .title {
    text-align: left;
  }
}
#index_nav ul li a .title b {
  line-height: 3;
  float: left;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 0.5px solid #596680;
  vertical-align: middle;
}
#index_nav ul li a .title > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#index_nav ul li a .date {
  margin-bottom: 0;
  color: #596680;
}

#information_free {
  font-size: 1em;
  line-height: 1.75;
  margin: 0 0 56px 0;
  padding: 0;
}
@media (min-width: 641px) {
  #information_free {
    margin: 0 auto 80px !important;
    padding: 0;
  }
}
#information_free ul {
  padding-right: 40px;
  background-color: rgba(89, 102, 128, 0.8);
}
@media (min-width: 641px) {
  #information_free ul {
    display: flex;
    margin: 0;
    padding: 0;
  }
}
#information_free ul li {
  font-family: "Aoto Gothic Medium", sans-serif;
  margin: 0;
  padding: 56px 16px 56px 40px;
  color: white;
  background-color: #596680;
}
@media (min-width: 641px) {
  #information_free ul li {
    width: 75%;
    margin: 0 0 0 auto;
    padding: 80px 0 80px 40px;
  }
}
#information_free .info_plane_txt {
  line-height: 1.75;
  text-align: justify;
}
@media (min-width: 641px) {
  #information_free .info_plane_txt {
    text-align: left;
    white-space: normal;
    width: auto;
    max-width: 560px;
    margin: 0 0 0 0;
  }
}
#information_free .info_plane_txt > p:empty {
  display: none;
}
#information_free .info_plane_txt > div + br,
#information_free .info_plane_txt p + br,
#information_free .info_plane_txt h1 + br,
#information_free .info_plane_txt h2 + br,
#information_free .info_plane_txt h3 + br,
#information_free .info_plane_txt h4 + br,
#information_free .info_plane_txt h5 + br,
#information_free .info_plane_txt h6 + br {
  display: none;
}
#information_free .info_plane_txt h3 {
  font-family: "Aoto Gothic Bold", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.2549019608em;
}
#information_free .info_plane_txt .pic {
  margin-bottom: 1.8823529412em;
}
#information_free .info_plane_txt .pic.v img {
  max-width: 75%;
}
@media (min-width: 641px) {
  #information_free .info_plane_txt .pic.v img {
    max-width: 75%;
  }
}

/*# sourceMappingURL=styles.css.map */
