@charset "UTF-8";
.l-contents {
  margin-bottom: 0;
}

.l-main.\--wide {
  padding: 0;
  border-radius: 0;
  width: 1200px;
  font-family: "游ゴシック", YuGothic, Noto Sans JP, sans-serif;
}

.hdCts {
  position: relative;
}
.hdCts .pr {
  position: absolute;
  font-size: 15px;
  left: 50%;
  margin-left: 130px;
  top: 3px;
}
.hdCts h1 {
  width: 750px;
}
.hdCts .lead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -90px;
}
.hdCts .lead div {
  width: 540px;
}
.hdCts .lead div h2 {
  font-size: 22px;
  color: #187fc4;
  line-height: 1.7;
  margin-bottom: 0.7em;
}
.hdCts .lead div h2 + p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 0.7em;
}
.hdCts .lead div p + p {
  font-size: 13px;
  line-height: 1.6;
}
.hdCts .lead img {
  width: 640px;
}
.hdCts .sub1 {
  position: absolute;
  width: 375px;
  top: 0;
  right: 0;
}
.hdCts .sub2 {
  position: absolute;
  width: 260px;
  top: 245px;
  right: 50%;
  margin-right: -40px;
}

.mainCts .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.mainCts h2 {
  text-align: center;
  color: #187fc4;
  font-size: 34px;
  line-height: 1.5;
  margin: 0 auto 50px;
}
.mainCts section {
  width: 700px;
  margin: 100px auto 0;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 600px;
}
.mainCts section > p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 1.3em;
}
.mainCts section > p.cap {
  font-size: 13px;
}
.mainCts .profile {
  width: 300px;
  float: left;
  margin: 0 40px 20px -140px;
}
.mainCts .profile img + p {
  font-size: 14px;
  color: #187fc4;
  margin-top: 10px;
  line-height: 1.6;
  font-weight: bold;
}
.mainCts .profile .name {
  font-size: 23px;
  font-weight: bold;
  color: #187fc4;
  margin-bottom: 5px;
  line-height: 1.6;
}
.mainCts .profile .name span {
  font-size: 70%;
  color: #1e2329;
}
.mainCts .profile .name + p {
  font-size: 13px;
  line-height: 1.6;
}
.mainCts .photo.center-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 50px auto;
}
.mainCts .photo.center-1 img {
  width: 440px;
}
.mainCts .photo.center-1 p {
  width: 240px;
  font-size: 13px;
  line-height: 1.6;
}
.mainCts .photo.center-2 {
  margin: 50px auto;
}
.mainCts .photo.center-2 p {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 10px;
}
.mainCts .photo.right {
  width: 390px;
  float: right;
  margin: 0 -250px 40px 40px;
}
.mainCts .column {
  background-color: #f8f6e7;
  width: 700px;
  border-radius: 20px;
  padding: 40px 100px;
  box-sizing: border-box;
  text-align: center;
  margin: 80px auto;
}
.mainCts .column p {
  font-size: 13px;
  line-height: 1.7;
  margin-top: 10px;
  text-align: left;
}
.mainCts .column a {
  width: 380px;
  text-align: center;
  display: block;
  margin: 25px auto 0;
  padding: 15px 0;
  border-radius: 99px;
  background-color: #187fc4;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
.mainCts .column a::after {
  content: "＞";
  position: absolute;
  transform: scale(0.8, 1.2);
  right: 25px;
}
.mainCts .column a:hover {
  opacity: 0.7;
}
.mainCts .info {
  text-align: center;
  margin: 0 auto 80px;
}
.mainCts .info h3 {
  color: #187fc4;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}
.mainCts .info a {
  font-size: 20px;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */