@charset "UTF-8";
/* 共通
======================================= */
/* management
========================================= */
.management {
  margin-bottom: 6em;
}
.management__container {
  background-color: #F8F9FF;
  padding: 6em 6%;
}
@media (max-width: 768px) {
  .management__container {
    padding: 3em 6%;
  }
}
.management__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3.5em;
}
@media (max-width: 768px) {
  .management__item {
    margin-bottom: 5em;
  }
}
.management__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .management__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.management__item-icon {
  width: 11.2%;
}
@media (max-width: 768px) {
  .management__item-icon {
    width: 75%;
    margin: 0 auto 1.6em;
  }
}
.management__item-contents {
  width: 85%;
}
.management__item-title {
  font-weight: bold;
  margin-top: 10px;
}

/* flow
========================================= */
.flow {
  margin-bottom: 9em;
}
.flow__lead {
  margin-bottom: 4em;
}
.flow__schedule {
  background-color: #F8F9FF;
  padding: 4em 6%;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .flow__schedule {
    margin-bottom: 4em;
  }
}
.flow__schedule-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: 1em;
}
.flow__schedule-item:last-child {
  margin-bottom: 0;
}
.flow__schedule-item-time {
  min-width: 30px;
}
.flow__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.5em;
}
@media (max-width: 768px) {
  .flow__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 4em;
  }
}
.flow__text {
  width: 66.67%;
  line-height: 2;
}
@media (max-width: 768px) {
  .flow__text {
    width: 100%;
  }
}
.flow__img {
  width: 24.24%;
}
@media (max-width: 768px) {
  .flow__img {
    width: 100%;
    margin-bottom: 1em;
  }
}
.flow__img img {
  height: auto;
}

/* gc_sc
========================================= */
.gc_sc__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .gc_sc__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3em;
  }
}
.gc_sc__item {
  width: 50%;
  padding: 3.7em 6% 3em;
  background-color: #F8F9FF;
  text-align: center;
}
@media (max-width: 768px) {
  .gc_sc__item {
    width: 100%;
    padding: 2em 6%;
    margin-bottom: 2em;
  }
}
.gc_sc__item-icon {
  max-width: 240px;
  margin: 0 auto 1.6em;
}
@media (max-width: 768px) {
  .gc_sc__item-icon {
    max-width: 100px;
  }
}
.gc_sc__item-title {
  font-family: "源真ゴシックP";
  color: #1C2C6F;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .gc_sc__item-title {
    font-size: 1.3em;
  }
}
.gc_sc__item-text {
  text-align: left;
}

.manager {
  margin-bottom: 6em;
}