/* ----------------------------------------------------------------
MIND
----------------------------------------------------------------- */
#pageTtl .pageTtl__bg {
  background-image: url(../img/sec03_bg.jpg);
  background-position: center top 20%;
}

/*============================
#sec01
============================*/
#sec01 .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sec01 .flex {
    display: block;
  }
}
#sec01 .flex > div {
  flex: 0 0 50%;
}
#sec01 .flex > div h2 {
  font-size: 40px;
  margin-bottom: 0.5em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #sec01 .flex > div h2 {
    font-size: 20px;
  }
}
#sec01 .flex > div h2 strong {
  color: #52a4dd;
  font-weight: normal;
}
#sec01 .flex figure {
  flex: 0 0 50%;
}

/*============================
#sec02
============================*/
@media screen and (max-width: 767px) {
  #sec02 .w1140 p {
    text-align: left;
  }
}
#sec02 .w1140 nav * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#sec02 .w1140 nav ul:not(.child) {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec02 .w1140 nav ul:not(.child) {
    flex-wrap: wrap;
  }
}
#sec02 .w1140 nav ul:not(.child) li {
  flex: 0 0 24%;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #sec02 .w1140 nav ul:not(.child) li {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
}
#sec02 .w1140 nav ul:not(.child) li a {
  text-decoration: none;
  color: #fff;
}
#sec02 .w1140 nav ul:not(.child) li a figure img {
  width: 100%;
  height: auto;
}
#sec02 .w1140 nav ul:not(.child) li a figure figcaption p:nth-child(1) {
  padding: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #sec02 .w1140 nav ul:not(.child) li a figure figcaption p:nth-child(1) {
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  #sec02 .w1140 nav ul:not(.child) li a figure figcaption p:nth-child(1) br {
    display: none;
  }
}
#sec02 .w1140 nav ul:not(.child) li a figure figcaption p:nth-child(2) {
  padding: 0 15px 20px;
  font-size: 2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #sec02 .w1140 nav ul:not(.child) li a figure figcaption p:nth-child(2) {
    font-size: 1.2em;
    text-align: center;
  }
}
#sec02 .w1140 nav ul:not(.child) li a figure + p,
#sec02 .w1140 nav ul:not(.child) li a ul.child,
#sec02 .w1140 nav ul:not(.child) li a dl.jisseki {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.67;
  letter-spacing: 0;
}
#sec02 .w1140 nav ul:not(.child) li a figure + p {
  font-weight: bold;
  padding: 0 20px 20px;
}
#sec02 .w1140 nav ul:not(.child) li a ul.child {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 0 5px 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #sec02 .w1140 nav ul:not(.child) li a ul.child {
    flex-direction: column;
  }
}
#sec02 .w1140 nav ul:not(.child) li a ul.child li {
  font-size: 0.9em;
  padding: 0.2em 0;
  flex: 0 0 calc((100% - 5px) / 2);
  background: rgba(255, 255, 255, 0.2);
  margin: 0;
}
#sec02 .w1140 nav ul:not(.child) li a dl.jisseki {
  padding: 0 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 0.5em;
}
#sec02 .w1140 nav ul:not(.child) li a dl.jisseki dd {
  text-align: left;
  font-size: 0.8em;
}
#sec02 .w1140 nav ul:not(.child) li:hover {
  opacity: 0.7;
}
#sec02 .w1140 nav ul:not(.child) li:nth-child(1) {
  background: #0093d4;
}
#sec02 .w1140 nav ul:not(.child) li:nth-child(2) {
  background: #e87923;
}
#sec02 .w1140 nav ul:not(.child) li:nth-child(3) {
  background: #00a784;
}
#sec02 .w1140 nav ul:not(.child) li:nth-child(4) {
  background: #e14363;
}

/*============================
#sec03
============================*/
section#sec03.sec div.w960 div.mind-item {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  section#sec03.sec div.w960 div.mind-item {
    padding: 30px 0;
    display: block;
  }
}
section#sec03.sec div.w960 div.mind-item div {
  flex: 0 0 55%;
  text-align: left;
}
section#sec03.sec div.w960 div.mind-item div h3 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.7em;
}
section#sec03.sec div.w960 div.mind-item div h3 small {
  display: inline-block;
  background: #3fb03d;
  color: #fff;
  padding: 1em;
  line-height: 2em;
  white-space: nowrap;
}
section#sec03.sec div.w960 div.mind-item div h3 span {
  font-size: 1.8em;
  line-height: 1.5;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  section#sec03.sec div.w960 div.mind-item div h3 span {
    font-size: 6vw;
  }
}
section#sec03.sec div.w960 div.mind-item div figure img {
  width: 100%;
  height: auto;
}
section#sec03.sec div.w960 div.mind-item > figure {
  flex: 0 0 40%;
}
@media screen and (max-width: 767px) {
  section#sec03.sec div.w960 div.mind-item > figure {
    padding-top: 1em;
  }
}
section#sec03.sec div.w960 div.mind-item > figure img {
  width: 100%;
  height: auto;
}
section#sec03.sec div.w960 .btnCont {
  border-top: 2px solid #ddd;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  section#sec03.sec div.w960 .btnCont {
    padding-top: 50px;
  }
}
section#sec03.sec div.w960 .btnCont a.btn {
  font-size: 25px;
  padding: 0.7em 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
  max-width: 400px;
  line-height: 1.5;
  position: relative;
}
section#sec03.sec div.w960 .btnCont a.btn::after {
  content: "\f105";
  display: inline-block;
  font-size: 0.5em;
  font-family: "FontAwesome";
  position: absolute;
  right: 1em;
  top: 40%;
}
@media screen and (max-width: 768px) {
  section#sec03.sec div.w960 .btnCont a.btn {
    font-size: 20px;
  }
}