/* ================================================== */
/* desktop */

@media screen and (max-width: 1366px) {

.compl-bg {
  right: 0;
}
.flow .title {
  left: 0;
}

}

/* ================================================== */
/* mobile */

@media screen and (max-width: 767px) {

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

.about {
  padding-bottom: 0;
}
.about .title {
  margin-bottom: 10px;
  text-align: left;
}
.about h2.global {
  margin-bottom: 20px;
}
.about p {
  margin-bottom: 20px;
  text-align: left;
}
.about-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.about-image.col-4 {
  width: 32%;
}
.about-image.col-8 {
  width: 66%;
}
.about-image.col-4:last-of-type img,
.about-image.col-8 img {
  height: 100px;
  object-fit: cover;
  width: 100%;
}
.about-image figcaption {
  font-size: 1.2rem;
  margin-bottom: 5px;
  padding: .5em 0;
}

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

.point-content {
  margin-left: -4vw;
  width: 100vw;
}
.point-item {
  margin-bottom: 20px;
  padding: 20px 4vw;
}
.point-item:last-child {
  margin-bottom: 0;
}
.point-item-body {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.point-image {
  width: 34.93vw;
}
.point-image img {
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.point-title {
  align-items: flex-start;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0;
  width: 51.46vw;
}
.point-title span {
  margin-bottom: 10px;
}
.point-item p {
  position: static;
  width: 100%;
}

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

.compl {
  margin-bottom: 30px;
  padding-bottom: 50px;
}
.compl p {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 20px;
}
.compl-content {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-left: -4vw;
  padding: 0;
  width: 100vw;
}
.compl-image:first-child {
  margin-bottom: 5px;
}
.compl-bg {
  bottom: -210px;
  right: 0;
  width: 40.53vw;
}

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

.flow {
  padding-top: 0;
}
.flow .title {
  position: static;
}
.flow h2.global {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.flow p {
  margin-bottom: 30px;
}
.flow-content {
  margin-bottom: 10px;
}
.flow-content ul {
  flex-direction: column;
}
.flow-content ul li {
  align-items: flex-start;
  border-bottom: 2px solid var(--bg-color2);
  border-right: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 0 30px;
  width: 100%;
}
.flow-content ul li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.flow-content ul li::after {
  bottom: -18px;
  left: calc(50% - 18px);
  right: auto;
  top: auto;
  transform: rotate(90deg);
}
.flow-text {
}
.flow-image img {
  margin: 0 20px 0 0;
  min-width: 34.13vw;
  width: 34.13vw;
}
.flow-head {
  font-size: 1.6rem;
  margin-bottom: 15px;
  text-align: left;
}
.flow-head span {
}
.flow-content ul li p {
  line-height: 1.65;
  margin-bottom: 0;
}

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

.minowaman {
  padding-bottom: 40px;
}
.minowaman .title {
  font-size: 5rem;
  letter-spacing: -1px;
  margin-bottom: 15px;
  text-align: left;
  word-break: break-all;
}
.minowaman h2.global {
  margin-bottom: 20px;
}
.minowaman-intro {
  width: 100%;
}
.minowaman-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.minowaman-bg {
  position: static;
  width: 50%;
}
.minowaman-video {
  width: calc(100% - 4vw);
}
.minowaman-note {
  width: 50%;
}
.minowaman-note p {
  font-size: 1.6rem;
}
.minowaman-note ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.minowaman-note ul li {
  margin: 10px 0;
  text-align: center;
  width: 50%;
}
.minowaman-note ul li a {
  display: inline-block;
}
.minowaman-note ul li a img {
  margin: 0;
  width: 48px;
}
.minowaman-note ul li a span {
  display: none;
}
.minowaman-text {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.minowaman-image img.col-6 {
  margin-bottom: 10px;
  width: 48.5%;
}
.minowaman-image img.col-4 {
  width: 31.5%;
}

}
