@charset "UTF-8";
/* Utility 多用CSS-------------------------------------------------------------------------- */
.left50 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.mb05e {
  margin-bottom: 0.5em;
}

.mb1e {
  margin-bottom: 1em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.bg-pink {
  background-color: #ffe0f6;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

/* Base 全体共通-------------------------------------------------------------------------- */
body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}

table {
  border-collapse: collapse;
}

li {
  list-style-type: none;
  list-style-position: inside;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  word-break: break-all;
}

/* Layout 全体配置-------------------------------------------------------------------------- */
.layout-single section {
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .layout-single section {
    padding: 48px 0;
  }
}
.layout-single h3.FadeItem {
  margin-bottom: 64px;
}
@media screen and (max-width: 640px) {
  .layout-single h3.FadeItem {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .layout-single .text-18 {
    font-size: 16px;
  }
}
.layout-single-top .w50per-30 {
  width: calc(50% - 30px);
}
@media screen and (max-width: 640px) {
  .layout-single-top .w50per-30 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .layout-single-top img {
    margin-bottom: 24px;
  }
}
.layout-single-introduction {
  background-color: #feffde;
  background-image: url(../img/institution/introduction-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.layout-single-introduction p {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .layout-single-introduction p {
    width: 100%;
    margin-top: 20px;
  }
}
.layout-single-present {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #e3fff4 50%, #e3fff4 100%);
}
@media screen and (max-width: 640px) {
  .layout-single-present {
    background: #e3fff4;
  }
}
.layout-single-voice {
  background-color: #f8f7f1;
}
.layout-404 {
  min-height: calc(100vh - 400px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* BEM ページ共通-------------------------------------------------------------------------- */
.b-single-title {
  background-color: #F8F7F1;
  padding: 20px 0;
}

/* BEM institution詳細 -------------------------------------------------------------------------- */
.b-icon-title {
  gap: 5px;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}
.b-icon-title + p, .b-icon-title + a {
  display: block;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .b-icon-title + p, .b-icon-title + a {
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
.b-icon-title + a {
  color: #4ab4f7;
}

.b-single-recommend {
  gap: 3%;
}
.b-single-recommend p {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .b-single-recommend p {
    width: 100%;
    margin-top: 20px;
  }
}

.b-institution-event-list {
  width: 70%;
  margin: 0 15%;
}
@media screen and (max-width: 640px) {
  .b-institution-event-list {
    width: 100%;
    margin: 0;
  }
}
.b-institution-event-list__item {
  border-bottom: 1px dotted #444;
  padding-bottom: 18px;
}
.b-institution-event-list__item:not(:last-child) {
  margin-bottom: 30px;
}
.b-institution-event-list__item h3 {
  gap: 1em;
}
.b-institution-event-list__item a {
  color: #4ab4f7;
  display: block;
  padding-left: 0.5em;
}

.b-institution-voice-list {
  width: 80%;
  margin: 0 10%;
}
@media screen and (max-width: 640px) {
  .b-institution-voice-list {
    width: 100%;
    margin: 0;
  }
}
.b-institution-voice-list__item {
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .b-institution-voice-list__item {
    gap: 0;
  }
}
.b-institution-voice-list__item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #444;
}
@media screen and (max-width: 640px) {
  .b-institution-voice-list__item p {
    background-color: #fff;
    padding: 40px 0.5em 1em;
    margin-top: -20px;
    z-index: -1;
  }
}

.b-single-childcare {
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .b-single-childcare {
    gap: 24px;
  }
}
.b-single-childcare img {
  width: calc(50% - 20px);
}
@media screen and (max-width: 640px) {
  .b-single-childcare img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .b-single-introduction img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*# sourceMappingURL=style.css.map */