@charset "utf-8";
/* about */
@media screen and (min-width: 769px) {
  .js-fontsize-l .un-about-heading br {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 820px) {
  .un-about-heading br {
    display: none;
  }
}
@media screen and (max-width: 370px) {
  .un-about-heading br {
    display: none;
  }
}

.un-about-picture-area-item + .un-about-picture-area-item {
  margin-top: 40px;
}

.un-about-picture-area-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.un-about-picture-area-list > li {
  display: flex;
  flex-direction: column;
}
.un-about-picture-area-list > li:nth-of-type(1) {
  width: 18%;
}
.un-about-picture-area-list > li:nth-of-type(2) {
  width: 31%;
}
.un-about-picture-area-list > li:nth-of-type(3) {
  width: 29%;
}
.un-about-picture-area-list > li:nth-of-type(4) {
  width: 22%;
}
.un-about-picture-area-list .m-picture-img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 160px;
}
.un-about-picture-area-list .un-about-picture-area-name {
  margin-bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 52px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.37;
}
.un-about-picture-area-list .un-about-picture-area-name > span{
  text-align: center;
}
.un-about-picture-area-list .un-about-picture-area-note {
  font-size: 1.2rem;
  font-weight: 400;
  justify-content: center;
  text-align: center;
}
.un-about-text2 {
  max-width: 396px;
}

/* flow */
.un-flow-list > li {
  position: relative;
}
.un-flow-list > li + li {
  margin-top: 64px;
}
.un-flow-list > li + li::before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: 25px;
  background: url(/assets/img/common/obj-arrow.png) 0 0 no-repeat;
  background-size: contain;
}

.un-flow-unit {
  display: flex;
  flex-wrap: nowrap;
}
.un-flow-unit > dt {
  border-radius: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60px;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #485cc7;
}
.un-flow-unit > dd {
  border-radius: 0 10px 10px 0;
  flex: 1;
  padding: 21px 30px 20px 34px;
  background-color: #fff;
  border: 1px solid #e4e5e5;
  border-left: none;
}
.un-flow-unit .un-flow-unit-row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.un-flow-unit .un-flow-unit-body {
  flex: 1;
}
.un-flow-unit .un-flow-unit-pic {
  width: 197px;
  padding-left: 5.1%;
}
.un-flow-unit .un-flow-unit-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 18px;
  color: #485cc7;
  border-bottom: 1px solid #485cc7;
}
.un-flow-unit .un-flow-unit-txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
.un-flow-unit .un-flow-unit-note {
  font-size: 1.4rem;
  margin-top: 5px;
}

.un-flow-unit .un-flow-unit-img img {
  max-width: 140px;
  width: 100%;
}

.un-flow-unit.is-unit2 .un-flow-unit-img {
  padding-top: 10px;
}

.un-flow-unit.is-unit4 .un-flow-unit-img {
  padding-top: 10px;
  padding-left: 22px;
}

.un-flow-unit.is-unit2 > dt {
  background-color: #f2b737;
}

.un-flow-unit.is-unit2 .un-flow-unit-ttl {
  color: #f2b737;
  border-color: #f2b737;
}

.un-flow-unit.is-unit3 > dt {
  background-color: #f67979;
}

.un-flow-unit.is-unit3 .un-flow-unit-ttl {
  color: #f67979;
  border-color: #f67979;
}

.un-flow-unit.is-unit4 > dt {
  background-color: #00bce3;
}

.un-flow-unit.is-unit4 .un-flow-unit-ttl {
  color: #00bce3;
  border-color: #00bce3;
}

/* example-schedule */
.un-example-schedule-flex-cen {
  align-items: center;
}

@media screen and (max-width: 768px) {
  /* about */
  .un-about-picture-adjust {
    width: 65%;
    padding-right: 15%;
  }
  .un-about-picture-area-list {
    flex-wrap: wrap;
  }
  .un-about-picture-area-list > li {
    padding: 0;
  }
  .un-about-picture-area-list > li:nth-of-type(1),
  .un-about-picture-area-list > li:nth-of-type(2),
  .un-about-picture-area-list > li:nth-of-type(3),
  .un-about-picture-area-list > li:nth-of-type(4) {
    width: 50%;
  }
  .un-about-picture-area-list > li:nth-of-type(1) .m-picture-img img {
    width: 45%;
    max-width: 66px;
  }
  .un-about-picture-area-list > li:nth-of-type(3) .m-picture-img img {
    padding: 8px;
  }
  .un-about-picture-area-list > li:nth-of-type(4) .m-picture-img img {
    width: 50%;
    max-width: 76px;
  }
  .un-about-picture-area-list > li:nth-of-type(1),
  .un-about-picture-area-list > li:nth-of-type(2) {
    margin-bottom: 15px;
  }
  .un-about-picture-area-list .m-picture-img img {
    width: auto;
    height: auto;
  }
  .un-about-picture-area-list .un-about-picture-area-name {
    display: block;
    align-items: flex-start;
    min-height: auto;
    font-size: 1.4rem;
    font-weight: 700;
    padding-top: 8px;
  }
  .un-about-picture-area-list .un-about-picture-area-note {
    padding-top: 4px;
  }
  /* flow */
  .un-flow-list > li + li {
    margin-top: 55px;
  }
  .un-flow-list > li + li::before {
    top: -38px;
  }
  .un-flow-unit > dt {
    border-radius: 5px 0 0 5px;
    width: 40px;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .un-flow-unit > dd {
    border-radius: 0 5px 5px 0;
    padding: 13px 15px 20px 15px;
  }
  .un-flow-unit .un-flow-unit-row {
    display: block;
  }
  .un-flow-unit .un-flow-unit-pic {
    width: 100%;
    padding-left: 0;
  }
  .un-flow-unit .un-flow-unit-ttl {
    font-size: 1.7rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .un-flow-unit .un-flow-unit-txt {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .un-flow-unit .un-flow-unit-note {
    font-size: 1.2rem;
    line-height: 1.9;
  }
  .un-flow-unit .un-flow-unit-img {
    padding: 0 28% 0 22%;
  }
  .un-flow-unit .un-flow-unit-img img {
    max-width: 100%;
    width: 100%;
  }
  .un-flow-unit.is-unit2 .un-flow-unit-img {
    padding-top: 0;
  }
  .un-flow-unit.is-unit4 .un-flow-unit-img {
    padding-top: 0;
    padding-left: 22%;
  }
  /* example-schedule */
  .un-example-schedule-flex-cen {
    align-items: flex-start;
  }
}

@media screen and (max-width: 370px) {
  .un-about-picture-area-list .un-about-picture-area-name {
    padding-top: 0;
  }
}