@charset "UTF-8";
/* 共通カラー */
/* ブレイクポイント */
/* メディアクエリ */
.main {
  background-color: #F6F7F7;
}

.section {
  position: relative;
}
.section__inner {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}
.section__img {
  position: absolute;
  right: 0;
  top: 80px;
}
.section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 3rem;
  border-bottom: solid 1px;
  padding-bottom: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .section__title {
    font-size: 4.2rem;
  }
}
.section--message {
  background-image: url(../img/module/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
}
@media screen and (max-width: 1360px) {
  .section--message {
    padding-top: 110px;
  }
}
.section--scroll {
  padding-top: 30px;
  margin-top: -30px;
}
.section__bottom {
  height: 100px;
  background-image: url(../img/module/bottom_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.keyvisual {
  position: relative;
}
.keyvisual__title {
  width: 100%;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: rgba(0, 0, 0, 0.16) 5px 5px 5px;
  z-index: 2;
  padding-top: 70px;
}
.keyvisual__title h1 {
  font-size: 2.5rem;
}
@media screen and (min-width: 960px) {
  .keyvisual__title h1 {
    font-size: 5.4rem;
  }
}
.keyvisual__title h2 {
  font-size: 3.4rem;
  letter-spacing: 6px;
}
@media screen and (min-width: 960px) {
  .keyvisual__title h2 {
    font-size: 5rem;
  }
}
.keyvisual__group {
  display: block;
}
@media screen and (min-width: 960px) {
  .keyvisual__group {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.keyvisual__unit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .keyvisual__unit {
    margin-top: 0;
  }
}

.message {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .message {
    padding: 60px 0;
  }
}
.message__title {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .message__title {
    font-size: 5rem;
  }
}
.message__title span {
  display: block;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 960px) {
  .message__title span {
    font-size: 2.2rem;
  }
}
.message__text {
  width: 100%;
  color: #fff;
  line-height: 2;
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .message__text {
    width: 60%;
    margin: 0;
  }
}
.message__group {
  position: relative;
  display: block;
}
@media screen and (min-width: 960px) {
  .message__group {
    display: flex;
    justify-content: space-between;
  }
}
.message__group:first-child figure {
  width: 32%;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 1;
}
.message__group:last-child figure {
  width: 90%;
  z-index: 1;
  margin-left: 40px;
}
.message__group:last-child {
  position: relative;
}
@media screen and (min-width: 960px) {
  .message__group:last-child {
    top: -30px;
    margin-bottom: -30px;
  }
}
.message__img {
  display: none;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .message__img {
    display: block;
    width: 50%;
  }
}
.message__img figcaption {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .message__img figcaption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .message__img figcaption {
    text-align: end;
  }
}
.message__img--sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .message__img--sp {
    display: none;
  }
}
.message__catch {
  font-size: 4.2rem;
  font-weight: bold;
  margin: 60px 0 50px 0;
}
.message__unit {
  display: block;
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .message__unit {
    display: flex;
    justify-content: space-between;
  }
}
.message__unit a {
  display: block;
  width: 100%;
  color: #000;
  background-color: #fff;
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .message__unit a {
    width: 49%;
    margin-bottom: 0;
  }
}
.message__unit p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .message__unit p {
    font-size: 1.8rem;
  }
}
.message__unit p:nth-child(2) {
  font-size: 2.2rem;
  color: #F55B5B;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .message__unit p:nth-child(2) {
    font-size: 3.4rem;
  }
}

.workstyle {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .workstyle {
    padding: 40px 60px;
    margin-top: 60px;
  }
}
.workstyle:last-of-type {
  margin-bottom: 0;
}
.workstyle__flex {
  display: block;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .workstyle__flex {
    display: flex;
    justify-content: space-between;
  }
}
.workstyle__title {
  display: block;
  align-items: center;
  font-size: 5rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .workstyle__title {
    display: flex;
  }
}
.workstyle__title span {
  display: block;
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .workstyle__title span {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .workstyle__title span {
    display: flex;
    margin-left: 20px;
  }
}
.workstyle__catch {
  color: #F55B5B;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .workstyle__catch {
    font-size: 2.4rem;
  }
}
.workstyle__item {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .workstyle__item {
    width: 70%;
    margin-bottom: 0;
  }
}
.workstyle__item p {
  line-height: 2;
}
.workstyle__item--landscape {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .workstyle__item--landscape {
    width: 50%;
  }
}
.workstyle__img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .workstyle__img {
    width: 30%;
    margin-left: 40px;
  }
}
.workstyle__img--landscape {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .workstyle__img--landscape {
    width: 50%;
  }
}
.workstyle__img img {
  width: 100%;
}
.workstyle__grid {
  display: block;
}
@media screen and (min-width: 960px) {
  .workstyle__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.workstyle__grid:after {
  content: "";
  display: block;
  width: 32%;
}
.workstyle__content {
  margin-top: 40px;
}
.workstyle__content p {
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .workstyle__content p {
    font-size: 1.8rem;
  }
}
.workstyle__unit {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .workstyle__unit {
    width: 32%;
  }
}
.workstyle__unit--txt {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .workstyle__unit--txt {
    width: 66%;
  }
}
.workstyle__head {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #FF8500, #F55B5B);
  padding: 10px;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .workstyle__head {
    font-size: 1.8rem;
  }
}
.workstyle__text {
  font-size: 1.2rem;
  line-height: 2;
  border: solid 1px;
  padding: 25px 15px;
}
@media screen and (min-width: 960px) {
  .workstyle__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .workstyle__text {
    height: 160px;
  }
}
.workstyle__program {
  width: 90%;
  margin: 20px auto 0 auto;
}
.workstyle__program img {
  width: 100%;
}