@charset "UTF-8";
.inner01 {
  color: #3c3c3c;
  font-kerning: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.inner01 p {
  font-size: 15px;
  line-height: 1.6;
}
.inner01 p strong {
  font-weight: bold;
}

img {
  height: auto;
  max-width: 100%;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

#contents.aboutUnder {
  padding-top: 0;
}

.aboutTop .aboutTop_title {
  margin: 0;
}
.aboutTop .aboutTop_title img {
  height: auto;
  width: 100%;
}
.aboutTop .aboutTop_nav {
  margin: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .aboutTop .aboutTop_nav {
    margin-top: 32px;
  }
}
.aboutTop .aboutTop_nav .aboutTop_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aboutTop .aboutTop_nav .aboutTop_nav_list {
    display: block;
  }
}
.aboutTop .aboutTop_nav .aboutTop_nav_list li {
  margin-left: 24px;
  margin-top: 40px;
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767px) {
  .aboutTop .aboutTop_nav .aboutTop_nav_list li {
    margin: 24px 0 0 0;
    width: 100%;
  }
}
.aboutTop .aboutTop_nav .aboutTop_nav_list li:first-child {
  margin-left: 0;
}
.aboutTop .aboutTop_nav .aboutTop_nav_list li:nth-child(3n+1) {
  margin-left: 0;
}
.aboutTop .aboutTop_nav .aboutTop_nav_list li:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .aboutTop .aboutTop_nav .aboutTop_nav_list li:nth-child(-n+3) {
    margin: 24px 0 0 0;
  }
}
.aboutTop .aboutTop_oneday {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .aboutTop .aboutTop_oneday {
    margin-top: 60px;
  }
}
.aboutTop .aboutTop_oneday h2 {
  color: #003477;
  font-size: 28px;
  font-family: "Reimin Regular", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aboutTop .aboutTop_oneday h2 {
    font-size: 24px;
  }
}
.aboutTop .aboutTop_oneday .aboutLinkBtn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .aboutTop .aboutTop_oneday .aboutLinkBtn {
    margin-top: 24px;
  }
}

.endActionSec {
  margin-bottom: 70px !important;
}

#contents.aboutUnder .breadcrumb {
  padding-bottom: 16px;
}

.aboutkv {
  margin: 0;
  width: 100%;
}
.aboutkv .aboutkv_title {
  margin: 0;
  width: 100%;
}
.aboutkv .aboutkv_title img {
  width: 100%;
}

.innerMin {
  max-width: 647px;
  margin: 0 auto;
}

.title_lv2 {
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  margin: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .title_lv2 {
    font-size: 24px;
    margin: 48px 0 40px;
  }
}

.title_lv3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .title_lv3 {
    font-size: 20px;
    margin: 24px 0 16px;
  }
}

.title_lv4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .title_lv4 {
    font-size: 16px;
  }
}
.title_lv4 sup {
  font-size: 60%;
}

.aboutLinkBtn {
  display: flex;
  justify-content: center;
  text-align: center;
}
.aboutLinkBtn a {
  background-color: #003477;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  text-decoration: none;
  width: 330px;
}
.aboutLinkBtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .aboutLinkBtn a {
    font-size: 15px;
    height: 52px;
    width: 100%;
  }
}

.aboutBottomNavSec .aboutBottomNav {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .aboutBottomNavSec .aboutBottomNav {
    margin-top: 60px;
  }
}
.aboutBottomNavSec .aboutBottomNav h2 {
  background-color: #003477;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aboutBottomNavSec .aboutBottomNav h2 {
    height: 36px;
  }
}
.aboutBottomNavSec .aboutBottomNav h2 img {
  display: block;
  width: 186px;
}
@media screen and (max-width: 767px) {
  .aboutBottomNavSec .aboutBottomNav h2 img {
    width: 186px !important;
  }
}
.aboutBottomNavSec .aboutBottomNav .box {
  border-right: 1px solid #003477;
  border-left: 1px solid #003477;
  border-bottom: 1px solid #003477;
  box-sizing: border-box;
  padding: 40px 40px 56px;
}
@media screen and (max-width: 767px) {
  .aboutBottomNavSec .aboutBottomNav .box {
    padding: 24px 15px 32px;
  }
}
.aboutBottomNavSec .aboutBottomNav .box figure {
  text-align: center;
}
.aboutBottomNavSec .aboutBottomNav .box figure img {
  width: 493px;
}
@media screen and (max-width: 767px) {
  .aboutBottomNavSec .aboutBottomNav .box figure img {
    width: 100%;
  }
}
.aboutBottomNavSec .aboutBottomNav .box .aboutBottomNav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aboutBottomNavSec .aboutBottomNav .box .aboutBottomNav_list li {
  margin-left: 24px;
  margin-top: 40px;
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767px) {
  .aboutBottomNavSec .aboutBottomNav .box .aboutBottomNav_list li {
    margin-top: 8px;
    margin-left: 8px;
    width: calc((100% - 8px) / 2);
  }
  .aboutBottomNavSec .aboutBottomNav .box .aboutBottomNav_list li:nth-child(odd) {
    margin-left: 0 !important;
  }
  .aboutBottomNavSec .aboutBottomNav .box .aboutBottomNav_list li:nth-child(even) {
    margin-left: 8px !important;
  }
}
.aboutBottomNavSec .aboutBottomNav .box .aboutBottomNav_list li.current {
  opacity: 0.5;
}
.aboutBottomNavSec .aboutBottomNav .box .aboutBottomNav_list li:first-child {
  margin-left: 0;
}
.aboutBottomNavSec .aboutBottomNav .box .aboutBottomNav_list li:nth-child(3n+1) {
  margin-left: 0;
}
.aboutBottomNavSec .aboutBottomNav .box .aboutLinkBtn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .aboutBottomNavSec .aboutBottomNav .box .aboutLinkBtn {
    margin-top: 32px;
  }
}

.strategy h2,
.strategy h3 {
  color: #004f94;
}
.strategy .strategySec01 figure img {
  height: auto;
  width: 100%;
}
.strategy .strategySec02 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .strategy .strategySec02 {
    margin-top: 24px;
  }
}
.strategy .strategySec02 h3 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 39px;
}
@media screen and (max-width: 767px) {
  .strategy .strategySec02 h3 {
    font-size: 16px;
    line-height: 36px;
  }
}
.strategy .strategySec02 h3 span {
  background-color: #114ea2;
  display: inline-block;
  padding: 0 12px;
}
.strategy .strategySec02 .box {
  border-top: 4px solid rgba(0, 79, 148, 0.1);
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .strategy .strategySec02 .box {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.strategy .strategySec02 .box:last-child {
  border-bottom: 4px solid rgba(0, 79, 148, 0.1);
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .strategy .strategySec02 .box:last-child {
    padding-bottom: 24px;
  }
}
.strategy .strategySec02 .box .image {
  width: 48.7804878049%;
}
@media screen and (max-width: 767px) {
  .strategy .strategySec02 .box .image {
    width: 100%;
  }
}
.strategy .strategySec02 .box .image.modal:hover {
  opacity: 0.7;
}
.strategy .strategySec02 .box .image02 {
  margin-top: 30px;
  width: 100%;
}
.strategy .strategySec02 .box .text {
  width: 47.1544715447%;
}
@media screen and (max-width: 767px) {
  .strategy .strategySec02 .box .text {
    margin-top: 16px;
    width: 100%;
  }
}
.strategy .strategySec02 .box .text p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .strategy .strategySec02 .box .text p {
    font-size: 15px;
  }
}

.coaching h2,
.coaching h3,
.coaching h4 {
  color: #00a896;
}
.coaching .coachingSec01 {
  background-color: rgba(239, 241, 242, 0.6);
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec01 {
    padding: 32px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.coaching .coachingSec01 h3 {
  text-align: center;
}
.coaching .coachingSec01 h3 span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 0 12px;
  line-height: 36px;
  border-radius: 4px;
  background-color: #00a896;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec01 h3 {
    margin-bottom: 12px;
  }
}
.coaching .coachingSec01 .box {
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 168, 150, 0.4);
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec01 .box {
    display: block;
    padding: 20px 0;
  }
}
.coaching .coachingSec01 .box h4 {
  background-color: #fff;
  border: 2px solid #00a896;
  border-radius: 4px;
  box-sizing: border-box;
  height: 72px;
  width: 222px;
  line-height: 68px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec01 .box h4 {
    font-size: 16px;
    line-height: 44px;
    height: 48px;
    width: 208px;
    margin: 0 auto;
  }
}
.coaching .coachingSec01 .box p {
  width: calc(100% - 222px - 24px);
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec01 .box p {
    margin-top: 20px;
    width: 100%;
  }
}
.coaching .coachingSec01 .lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec01 .lead {
    font-size: 16px;
  }
}
.coaching .coachingSec02 figure {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec02 figure {
    margin-top: 32px;
  }
}
.coaching .coachingSec03 {
  border-top: 4px solid rgba(0, 168, 150, 0.1);
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec03 {
    margin-top: 24px;
  }
}
.coaching .coachingSec03 h3 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec03 h3 {
    font-size: 20px;
  }
}
.coaching .coachingSec03 .box {
  background-color: rgba(239, 241, 242, 0.6);
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec03 .box {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 32px 15px;
  }
}
.coaching .coachingSec03 .box figure {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec03 .box figure {
    margin: 0 auto 40px;
  }
}
.coaching .coachingSec03 .box .text {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec03 .box .text {
    width: 100%;
  }
}
.coaching .coachingSec03 .box .text h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec03 .box .text h4 {
    font-size: 18px;
  }
}
.coaching .coachingSec03 .box .text p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .coaching .coachingSec03 .box .text p {
    margin-top: 16px;
  }
}

.ondemand h2,
.ondemand h3,
.ondemand h4 {
  color: #0092d8;
}
.ondemand .ondemandSec01 p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec01 p {
    margin-top: 20px;
  }
}
.ondemand .ondemandSecBlue {
  background-color: rgba(0, 146, 216, 0.1);
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSecBlue {
    margin-top: 40px;
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 32px 15px;
  }
}
.ondemand .ondemandSecBlue figure {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSecBlue figure {
    margin: 40px auto 0;
  }
}
.ondemand .ondemandSecBlue .text {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSecBlue .text {
    width: 100%;
  }
}
.ondemand .ondemandSecBlue .text h3 {
  color: #0092d8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSecBlue .text h3 {
    font-size: 18px;
  }
}
.ondemand .ondemandSecBlue .text p {
  font-size: 15px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSecBlue .text p {
    margin-top: 16px;
  }
}
.ondemand .ondemandSecBlue .text p strong {
  color: #0092d8;
  font-weight: bold;
}
.ondemand .ondemandSec02 sup {
  font-size: 60%;
}
.ondemand .ondemandSec02 .note {
  margin-top: 4px;
  font-size: 10px;
}
.ondemand .ondemandSec02 figure {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec02 figure {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec03 .title_lv2 {
    margin-bottom: 20px;
  }
  .ondemand .ondemandSec03 .title_lv2 span {
    font-size: 20px;
    letter-spacing: -0.02em;
  }
}
.ondemand .ondemandSec03 h3 {
  letter-spacing: -0.01em;
}
.ondemand .ondemandSec03 .kozaBox {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 4px solid rgba(0, 146, 216, 0.1);
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec03 .kozaBox {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.ondemand .ondemandSec03 .kozaBox .title_lv4 {
  color: #3c3c3c;
}
.ondemand .ondemandSec03 .kozaBox p {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec03 .kozaBox p {
    margin-top: 8px;
  }
}
.ondemand .ondemandSec03 .kozaBox figure {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec03 .kozaBox figure {
    margin-top: 20px;
  }
}
.ondemand .ondemandSec03 .kozaBox figure figcaption {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
  margin-top: 5px;
}
.ondemand .ondemandSec03 .note {
  font-size: 10px;
  margin-top: 12px;
}
.ondemand .ondemandSec03 .level {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec03 .level {
    margin-top: 40px;
  }
}
.ondemand .ondemandSec03 .level .box {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec03 .level .box {
    margin-top: 20px;
  }
}
.ondemand .ondemandSec03 .level .box h4 {
  color: #0092d8;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec03 .level .box h4 {
    font-size: 16px;
  }
}
.ondemand .ondemandSec03 .level .box .course {
  border: 1px solid #0092d8;
  box-sizing: border-box;
  padding: 16px;
  margin-top: 12px;
}
.ondemand .ondemandSec03 .level .box .course .ttl {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.ondemand .ondemandSec03 .level .box .course .ttl .tag {
  height: 32px;
  width: 112px;
  line-height: 32px;
  text-align: center;
  background-color: rgba(0, 79, 148, 0.8);
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec03 .level .box .course .ttl .tag {
    width: 102px;
    font-size: 14px;
  }
}
.ondemand .ondemandSec03 .level .box .course .ttl .name {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  width: calc(100% - 16px - 112px);
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec03 .level .box .course .ttl .name {
    width: calc(100% - 16px - 102px);
  }
}
.ondemand .ondemandSec03 .level .box .course .txt {
  padding-top: 16px;
}
.ondemand .ondemandSec04 {
  background-color: rgba(0, 146, 216, 0.06);
  margin-top: 60px;
  padding: 40px 48px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec04 {
    margin-left: -15px;
    padding: 32px 24px;
    width: calc(100% + 30px);
  }
}
.ondemand .ondemandSec04 h3 {
  color: #0092d8;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec04 h3 {
    font-size: 24px;
  }
}
.ondemand .ondemandSec04 h3 span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec04 h3 span {
    font-size: 16px;
  }
}
.ondemand .ondemandSec04 h3 span {
  font-weight: normal;
  display: block;
}
.ondemand .ondemandSec04 .box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec04 .box {
    margin-top: 24px;
  }
}
.ondemand .ondemandSec04 .box.imageBox .image {
  width: 312px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec04 .box.imageBox .image {
    display: flex;
    width: calc(100% + 24px);
    overflow-x: scroll;
  }
}
.ondemand .ondemandSec04 .box.imageBox .image figure {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec04 .box.imageBox .image figure {
    margin-bottom: 0;
    width: 80%;
    min-width: 80%;
  }
  .ondemand .ondemandSec04 .box.imageBox .image figure:first-child {
    margin-right: 12px;
  }
}
.ondemand .ondemandSec04 .box.imageBox p {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec04 .box.imageBox p {
    font-size: 11px;
    margin-top: 8px;
  }
}
.ondemand .ondemandSec04 .box.text {
  width: calc(100% - 350px);
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec04 .box.text {
    margin-top: 32px;
    width: 100%;
  }
}
.ondemand .ondemandSec04 .box.text .item {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec04 .box.text .item {
    margin-bottom: 24px;
  }
}
.ondemand .ondemandSec04 .box.text .item h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .ondemand .ondemandSec04 .box.text .item h4 {
    font-size: 16px;
  }
}

.reviewtest h2,
.reviewtest h3,
.reviewtest h4 {
  color: #ee781f;
}
.reviewtest .reviewtestSec01 .box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec01 .box {
    display: block;
  }
}
.reviewtest .reviewtestSec01 .box:first-child {
  margin-top: 0;
}
.reviewtest .reviewtestSec01 .box figure {
  margin-top: -20px;
  width: 396px;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec01 .box figure {
    margin-top: 0;
    width: 100%;
  }
}
.reviewtest .reviewtestSec01 .box .text {
  width: calc(100% - 48px - 396px);
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec01 .box .text {
    margin-top: 24px;
    width: 100%;
  }
}
.reviewtest .reviewtestSec01 .box .text .num.num01 img {
  width: 149px;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec01 .box .text .num.num01 img {
    width: 131px !important;
  }
}
.reviewtest .reviewtestSec01 .box .text .num.num02 img {
  width: 133px;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec01 .box .text .num.num02 img {
    width: 116px !important;
  }
}
.reviewtest .reviewtestSec01 .box .text .num.num03 img {
  width: 165px;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec01 .box .text .num.num03 img {
    width: 146px !important;
  }
}
.reviewtest .reviewtestSec01 .box .text h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec01 .box .text h3 {
    font-size: 20px;
    margin-top: 12px;
  }
}
.reviewtest .reviewtestSec01 .box .text p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec01 .box .text p {
    margin-top: 16px;
  }
}
.reviewtest .reviewtestSec02 {
  background-color: rgba(238, 120, 31, 0.1);
  box-sizing: border-box;
  padding: 40px;
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec02 {
    margin-top: 40px;
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 32px 15px;
    box-sizing: border-box;
  }
}
.reviewtest .reviewtestSec02 h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec02 h3 {
    font-size: 18px;
  }
}
.reviewtest .reviewtestSec02 p {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec02 p {
    margin-top: 16px;
  }
}
.reviewtest .reviewtestSec02 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec02 .list {
    display: block;
    margin-top: 24px;
  }
}
.reviewtest .reviewtestSec02 .list li {
  margin-right: 20px;
  margin-top: 53px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .reviewtest .reviewtestSec02 .list li {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.reviewtest .reviewtestSec02 .list li:nth-child(-n+3) {
  margin-top: 0;
}
.reviewtest .reviewtestSec02 .list li:nth-child(3n) {
  margin-right: 0;
}

.evaluation h2,
.evaluation h3,
.evaluation h4 {
  color: #7e3c93;
}
.evaluation > p {
  max-width: 647px;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .evaluation > p {
    margin-bottom: 40px;
  }
}
.evaluation .evaluationSec01 .box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .evaluation .evaluationSec01 .box {
    display: block;
  }
}
.evaluation .evaluationSec01 .box:first-child {
  margin-top: 0;
}
.evaluation .evaluationSec01 .box figure {
  width: 396px;
}
@media screen and (max-width: 767px) {
  .evaluation .evaluationSec01 .box figure {
    width: 100%;
  }
}
.evaluation .evaluationSec01 .box .text {
  width: calc(100% - 48px - 396px);
}
@media screen and (max-width: 767px) {
  .evaluation .evaluationSec01 .box .text {
    margin-top: 24px;
    width: 100%;
  }
}
.evaluation .evaluationSec01 .box .text h3 {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .evaluation .evaluationSec01 .box .text h3 {
    font-size: 20px;
    margin-top: 12px;
  }
}
.evaluation .evaluationSec01 .box .text p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .evaluation .evaluationSec01 .box .text p {
    margin-top: 16px;
  }
}
.evaluation .evaluationSec02 {
  background-color: rgba(126, 60, 147, 0.1);
  box-sizing: border-box;
  padding: 40px;
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .evaluation .evaluationSec02 {
    margin-top: 40px;
    margin-left: -24px;
    width: calc(100% + 48px);
    padding: 32px 24px;
  }
}
.evaluation .evaluationSec02 h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .evaluation .evaluationSec02 h3 {
    font-size: 18px;
  }
}
.evaluation .evaluationSec02 figure {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .evaluation .evaluationSec02 figure {
    margin-top: 16px;
  }
}
.evaluation .evaluationSec02 .noteList {
  margin-top: 12px;
}
.evaluation .evaluationSec02 .noteList li {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.evaluation .evaluationSec02 h4 {
  margin-top: 32px;
  font-size: 20px;
  font-weight: bold;
}
.evaluation .evaluationSec02 p {
  margin-top: 12px;
}
.evaluation .evaluationSec02 .note {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

/* --------------------------------------------------
	下部バナー
-------------------------------------------------- */
.bottomBanner ul {
  overflow: hidden;
  zoom: 1;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bottomBanner ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .bottomBanner ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .bottomBanner ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: 50%;
  }
}