/* -------------------------------------------------- */
/* headimage */

.about-headimage {
  background-image: url(../images/about/about-headimage.webp);
}
.minowaman-headimage {
  background-image: url(../images/about/minowaman-headimage.webp);
}

/* -------------------------------------------------- */
/* about */

.about {
  padding-bottom: 20px;
  padding-top: 0;
}
.about .title {
  line-height: 1;
  position: static;
  text-align: center;
  width: 100%;
}
.about h2.global {
  margin-bottom: 40px;
}
.about p {
  line-height: 1.8;
  margin-bottom: 60px;
}
.about-image figcaption {
  margin-bottom: 20px;
  padding: .75em;
  text-align: center;
}

/* -------------------------------------------------- */
/* band */

.band {
  padding-bottom: 0;
  padding-top: 20px;
}

/* -------------------------------------------------- */
/* point */

.point-item {
  background: var(--bg-color2);
  margin-bottom: 30px;
  padding: 15px 20px;
  position: relative;
}
.point-item-body {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.point-image {
  margin-right: 30px;
  width: 223px;
}
.point-title {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: flex-start;
  padding: 15px 0;
}
.point-title span {
  align-items: center;
  background: linear-gradient(180deg, var(--gradient1), var(--gradient2));
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  height: 32px;
  justify-content: center;
  margin-right: 5px;
  min-width: 32px;
  width: 32px;
}
.point-item p {
  left: 273px;
  line-height: 1.8;
  position: absolute;
  top: 75px;
  width: calc(100% - 293px);
}

/* -------------------------------------------------- */
/* compl */

.compl {
  background: linear-gradient(180deg, var(--gradient1), var(--gradient2));
}
.compl .wrapper {
  position: relative;
}
.compl h2.global {
  color: #fff;
  margin-bottom: 30px;
}
.compl p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 50px;
}
.compl-content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,.16);
  padding: 40px 30px;
}
.compl-image:first-child {
  margin-bottom: 47px;
}
.compl-image:nth-child(2) {
  margin-bottom: 20px;
}
.compl-image img {
  box-shadow: 0 0 10px rgba(0,0,0,.16);
}
.compl-content p {
  color: var(--text-color1);
  margin-bottom: 0;
}
.compl-content p a {
  color: var(--main-color2);
}
.compl-content p a:hover {
  text-decoration: underline;
}
.compl-bg {
  bottom: -230px;
  position: absolute;
  right: -120px;
  width: 378px;
  z-index: 1;
}

/* -------------------------------------------------- */
/* flow */

.flow {
  background: #fff;
}
.flow .wrapper {
  position: relative;
}
.flow .title {
  color: var(--bg-color2);
  left: -80px;
  position: absolute;
  top: -80px;
}
.flow-content {
  margin-bottom: 60px;
}
.flow-content ul {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
.flow-content ul li {
  border-right: 2px solid var(--bg-color2);
  padding: 0 30px 50px;
  position: relative;
  width: 25%;
}
.flow-content ul li:last-of-type {
  border-right: 0;
}
.flow-content ul li::after {
  background: var(--main-color2) url(../images/arrow-right-white.webp) no-repeat center center / 13.5px 20.5px;
  border-radius: 10px;
  content: '';
  display: block;
  height: 36px;
  position: absolute;
  right: -18px;
  top: calc(50% - 18px);
  width: 36px;
}
.flow-content ul li:last-of-type::after {
  display: none;
}
.flow-image img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 15px;
  width: 190px;
}
.flow-head {
  color: var(--main-color2);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.flow-head span {
  color: #707f89;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.flow-content ul li p {
  line-height: 1.8;
}

/* -------------------------------------------------- */
/* minowaman */

.minowaman {
  padding-bottom: 100px;
  padding-top: 0;
}
.minowaman .wrapper {
  position: relative;
}
.minowaman .title {
  line-height: 1;
  position: static;
  text-align: center;
  width: 100%;
}
.minowaman h2.global {
  margin-bottom: 40px;
}
.minowaman p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.minowaman-body {
  justify-content: flex-end;
}
.minowaman-content {
  margin-bottom: 100px;
}
.minowaman-bg {
  left: 120px;
  position: absolute;
  top: 100px;
  width: 358px;
}
.minowaman-bg img {
  margin-bottom: 30px;
}
.minowaman-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.minowaman-video iframe {
  height: 100%;
  width: 100%;
}
.minowaman-note ul {
  margin-top: 50px;
}
.minowaman-note ul li {
  margin-bottom: 16px;
}
.minowaman p a,
.minowaman-note ul li a {
  color: var(--text-color1);
}
.minowaman p a:hover,
.minowaman-note ul li a:hover {
  text-decoration: underline;
}
.minowaman-note ul li a img {
  margin-right: 20px;
  transition: opacity .2s;
  width: 48px;
}
.minowaman-note ul li a:hover img {
  opacity: .5;
}
.minowaman-text {
  margin-bottom: 40px;
  width: 100%;
}
.minowaman-image img.col-6 {
  margin-bottom: 30px;
}
