@charset "UTF-8";
/*共通*/
/*リセット*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #363636;
}

ol,
ul {
  list-style: none;
}

@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
/*common*/
section.mainContentsArea {
  position: relative;
}

.pannavi {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  margin-top: 0px;
}

#request-form {
  margin-bottom: 50px;
}

img {
  max-width: 100%;
  height: auto;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: top;
}

.font80 {
  font-size: 80%;
}

.font70 {
  font-size: 70%;
}

.font60 {
  font-size: 60%;
}

.fontBold {
  font-weight: bold;
}

.font120 {
  font-size: 120%;
}

.flexCenter {
  align-items: center;
}

.flexReverse {
  flex-direction: row-reverse;
}

.textNavy {
  color: #29558a;
}

.textBottom {
  margin-bottom: 1em;
}

.textBottomM {
  margin-bottom: 24px;
}

.textBottomL {
  margin-bottom: 48px;
}

.textBottomLL {
  margin-bottom: 80px;
}

.textCenter,
.textCenterPC {
  text-align: center;
}

.textRight {
  text-align: right;
}

.flexCenter {
  display: flex;
  justify-content: center;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  min-width: 1240px;
}

.w800Box {
  width: 800px;
  margin: 0 auto;
}

.w1000Box {
  width: 1000px;
  margin: 0 auto;
}

a {
  color: #0081cc;
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .textBottomM {
    margin-bottom: 16px;
  }
  .textBottomL {
    margin-bottom: 32px;
  }
  .textBottomLL {
    margin-bottom: 56px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box,
  .w1000Box {
    width: 94%;
  }
  body {
    font-size: 14px;
    min-width: 100%;
  }
}
/*lpHeader*/
.lpHeader {
  z-index: 55;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  padding: 8px 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.lpHeader div {
  width: 1000px;
  margin: 0 auto;
}
.lpHeader div img {
  width: 120px;
}

@media screen and (max-width: 640px) {
  .lpHeader div {
    padding: 0 4%;
  }
}
/*common*/
.contentsBox {
  margin-bottom: 80px;
}

h2.main {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(18px, 5vw, 26px);
}
h2.main::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 0.3em;
  background-color: #0081cc;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.8em;
}
h2.main .upper {
  color: #0081cc;
  background-color: #d0f0ff;
  font-size: 80%;
  padding: 4px 8px;
}

h3.mainContentsTitle {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.4em;
  margin-bottom: 1em;
}
h3.mainContentsTitle span.num {
  background-color: #0081cc;
  color: #ffffff;
  font-size: clamp(22px, 4vw, 36px);
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  vertical-align: middle;
}
h3.mainContentsTitle .main {
  font-size: clamp(18px, 5vw, 26px);
  line-height: 1.4;
}
h3.mainContentsTitle .main .upper {
  color: #0081cc;
  font-size: clamp(13.2px, 3.4vw, 18px);
}

.textLink {
  position: relative;
  color: #0081cc;
  font-size: 16px;
}
.textLink::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081cc;
  border-right: 2px solid #0081cc;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: -10px;
  top: 50%;
  margin-top: 2px;
}

.normalBtn {
  display: block;
  position: relative;
  background-color: #fce339;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #363636;
  width: 90%;
  max-width: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
.normalBtn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}

.mtBtn {
  margin-top: 16px;
}

.imgCenter {
  display: block;
  margin: 0 auto;
}

.textBox p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .contentsBox {
    margin-bottom: 40px;
  }
  .spContentsBottom {
    margin-bottom: 56px;
  }
}
/*bottomFixedBtn*/
.bottomFixedBtn {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.bottomFixedBtn li {
  width: 30%;
  max-width: 300px;
  margin: 0 1%;
}
.bottomFixedBtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7ecef4;
  text-align: center;
  padding: 8px 0;
  border-radius: 5px;
  color: #363636;
  font-weight: 600;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: clamp(16px, 3vw, 18px);
}
.bottomFixedBtn li a img {
  width: 1.6em;
  margin-right: 10px;
  margin-left: -5px;
}
.bottomFixedBtn li a.borderBtn {
  background: #fce339;
}

@media screen and (max-width: 640px) {
  .bottomFixedBtn li {
    width: 42%;
    margin: 0 2%;
  }
  .bottomFixedBtn li a {
    padding: 4px 0;
  }
}
/*h1*/
.seoTitle {
  position: absolute;
  z-index: 50;
  font-size: 11px;
  font-weight: normal;
  color: #656565;
  width: 1240px;
  transform: translateX(-50%);
  left: 50%;
  /*top: 2.4em;
  width: 1240px;*/
  top: 56px;
  width: 1000px;
}

@media screen and (max-width: 640px) {
  .seoTitle {
    width: 96%;
    font-size: 8px;
    position: relative;
    /*top: 4em;*/
    top: 1.4em;
  }
}
/*mainArea*/
.mainArea {
  position: relative;
  overflow: hidden;
  height: 480px;
  background-color: #f5f5f5;
  padding-top: 40px;
}
.mainArea::after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 56%;
  background-color: #0081cc;
}
.mainArea .mainAreaInner {
  position: relative;
  z-index: 5;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
}
.mainArea .mainAreaInner .txtBox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mainArea .mainAreaInner .txtBox .logoArea {
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
  font-size: 110%;
}
.mainArea .mainAreaInner .txtBox .logoArea img {
  margin-right: 16px;
  width: 140px;
}
.mainArea .mainAreaInner .yobiTitle {
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 24px 40px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.mainArea .mainAreaInner .yobiTitle img {
  width: 540px;
}
.mainArea .mainAreaInner .fvTeacherImg {
  position: absolute;
  width: 400px;
  right: 40px;
  bottom: 0;
}
.mainArea .mainAreaInner .fvTeacherName {
  position: absolute;
  right: 0;
  bottom: 4%;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 4px 16px;
  line-height: 1.5;
}
.mainArea .mainAreaInner .fvTeacherName .upper {
  font-size: 80%;
  border-bottom: 1px solid #363636;
}
.mainArea .mainAreaInner .fvTeacherName .sm {
  font-size: 90%;
}
.mainArea .fvBackImg {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.mainAreaLinkImg {
  z-index: 5;
  position: absolute;
  right: -40px;
  top: 10%;
  width: 140px;
}

@media screen and (max-width: 640px) {
  .mainArea {
    height: 480px;
  }
  .mainArea::after {
    left: 0;
    top: 0;
    height: 70%;
    width: 100%;
  }
  .mainArea .mainAreaInner {
    width: 100%;
  }
  .mainArea .mainAreaInner .txtBox {
    position: absolute;
    left: 50%;
    top: 8%;
    width: 100%;
    transform: translateY(0) translateX(-50%);
  }
  .mainArea .mainAreaInner .txtBox .logoArea {
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .mainArea .mainAreaInner .txtBox .logoArea img {
    margin-right: 16px;
    width: 100px;
  }
  .mainArea .mainAreaInner .yobiTitle {
    padding: 20px 4%;
    margin: 0 auto;
  }
  .mainArea .mainAreaInner .yobiTitle img {
    width: 100%;
    max-width: 300px;
  }
  .mainArea .mainAreaInner .fvTeacherImg {
    width: 56%;
    max-width: 220px;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
  }
  .mainArea .mainAreaInner .fvTeacherName {
    bottom: 4%;
    right: 4%;
  }
  .mainArea .fvBackImg {
    min-width: 150%;
  }
  .mainAreaLinkImg {
    right: auto;
    top: auto;
    left: 4%;
    bottom: 4%;
    max-width: 160px;
    width: 30%;
  }
}
/*mainBottomArea*/
.mainBottomArea {
  position: relative;
  background-color: #d0f0ff;
  padding: 0 0 0px;
  margin-bottom: 120px;
}
.mainBottomArea::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 50vw 0 50vw;
  border-color: #d0f0ff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.mainBottomArea .goukakuritsuBox {
  width: 800px;
  margin: 32px auto 32px;
}
.mainBottomArea .goukakuritsuBox .txt {
  font-size: 75%;
  line-height: 1.4;
  margin-top: 0.2em;
}
.mainBottomArea .whBox {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px 0;
}
.mainBottomArea .whBox .titleBalloon {
  margin-top: 1.4em;
  margin-bottom: 0;
  color: #363636;
  line-height: 1.2;
}
.mainBottomArea .whBox .whBoxImg {
  width: 90%;
  max-width: 600px;
  margin: 8px auto 0;
  display: block;
}
.mainBottomArea .voiceList {
  width: 800px;
  margin: 24px auto 40px;
}
.mainBottomArea .whBoxBgText {
  font-size: clamp(16px, 4vw, 18px);
  font-weight: bold;
  text-align: center;
}

.voiceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.voiceList .voiceBox {
  width: calc((100% - 48px) / 2);
  display: flex;
  align-items: center;
  flex: auto;
}
.voiceList .voiceBox img {
  width: 100px;
  margin-right: 8px;
}
.voiceList .voiceBox p {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}
.voiceList .voiceBox p .txt {
  display: block;
  border-bottom: 1px solid #7ecef4;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.voiceList .voiceBox p .name {
  display: block;
  font-size: 80%;
  line-height: 1.4;
  text-align: right;
}

.acchide,
.ai_acchide {
  width: 800px;
  margin: 40px auto 0;
}

.accBtn,
.ai_accBtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
  position: relative;
  color: #0081cc;
  font-size: 16px;
  cursor: pointer;
  padding-right: 1em;
}
.accBtn::before,
.ai_accBtn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081cc;
  border-right: 2px solid #0081cc;
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: 4px;
  top: 50%;
  margin-top: -6px;
}

.accBtnClose,
.ai_accBtnClose {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
  position: relative;
  color: #0081cc;
  font-size: 16px;
  cursor: pointer;
  padding-right: 1em;
}
.accBtnClose::before,
.ai_accBtnClose::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081cc;
  border-right: 2px solid #0081cc;
  transform: rotate(315deg) translateX(-50%) translateY(-50%);
  right: -6px;
  margin-top: 12px;
}

@media screen and (max-width: 640px) {
  .mainBottomArea {
    margin-bottom: 64px;
    padding: 0 0 16px;
  }
  .mainBottomArea::after {
    border-width: 40px 50vw 0 50vw;
  }
  .mainBottomArea .goukakuritsuBox {
    width: 100%;
    margin: 0 auto 16px;
  }
  .mainBottomArea .goukakuritsuBox .txt {
    width: 96%;
    margin: 0 auto;
  }
  .mainBottomArea .voiceList {
    width: 94%;
    margin: 0 auto 24px;
  }
  .voiceList {
    flex-direction: column;
    width: 94%;
    margin: 0 auto 24px;
    max-width: 420px;
  }
  .voiceList .voiceBox {
    width: 100%;
  }
  .acchide,
  .ai_acchide {
    flex-direction: column;
    width: 100%;
  }
}
/*学習習慣化プログラム*/
.pcFlexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pcFlexBox .pcFlexImgMg {
  margin-left: 30px;
}

.programContents {
  width: calc(1000px - 4%);
  margin: 0px auto 0;
  background-color: #eff8fd;
  padding: 32px 2%;
  border-radius: 16px;
}
.programContents h3 {
  text-align: center;
  color: #0081cc;
  font-size: clamp(18px, 5vw, 22px);
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.programContents h3 span.text {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  margin-bottom: 8px;
  font-size: 80%;
}
.programContents h3 span.text::after, .programContents h3 span.text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.4em;
  height: 1px;
  background-color: #0081cc;
}
.programContents h3 span.text::after {
  left: 0;
}
.programContents h3 span.text::before {
  right: 0;
}
.programContents .pcFlexBox div {
  flex: 1;
}
.programContents .dataImgBox {
  font-size: 90%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .pcFlexBox {
    flex-direction: column;
  }
  .pcFlexBox .pcFlexImgMg {
    margin-left: 0px;
    margin-top: 10px;
  }
  .programContents {
    width: 92%;
    padding: 16px 4%;
  }
}
/*効率の良い学習カリキュラムと実績ある講師陣*/
.curriculumList {
  display: flex;
  gap: 16px;
}
.curriculumList li {
  flex: 1;
}
.curriculumList li h3 {
  color: #0081cc;
  border-bottom: 2px solid #0081cc;
  text-align: center;
  font-size: 16px;
}
.curriculumList li img {
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .curriculumList {
    flex-direction: column;
  }
  .curriculumList li img {
    width: 80%;
    display: block;
    margin: 8px auto 0;
  }
}
/*priceArea*/
.priceArea {
  background-color: #d0f0ff;
  padding: 40px 0;
  text-align: center;
}
.priceArea h2.price {
  font-size: clamp(20px, 6vw, 28px);
  color: #0081cc;
}
.priceArea .priceTxt {
  font-weight: bold;
  font-size: clamp(20px, 5vw, 24px);
  margin-bottom: 0.5em;
}
.priceArea .fontNomal {
  font-weight: normal;
}
.priceArea .pointTxt::after {
  border-top: 14px solid #d0f0ff;
}

/*pointTitle*/
.pointTitle {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.pointTitle .moreImg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: 50px;
}

.pointTxt {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #7ecef4;
  padding: 0 1em 4px;
  margin-bottom: 10px;
}
.pointTxt::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 16px solid #7ecef4;
}
.pointTxt::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 14px solid #ffffff;
}

.moreLinkList {
  width: 1000px;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}
.moreLinkList li {
  width: 33%;
  flex-grow: 1;
  display: flex;
}
.moreLinkList li a.normalBtn {
  background-color: #7ecef4;
  line-height: 1.2;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

a.subBtn {
  background-color: #7ecef4;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 640px) {
  .moreLinkList {
    width: 94%;
    margin: 8px auto 0;
    flex-direction: column;
  }
  .moreLinkList li {
    width: 100%;
    margin-top: 8px;
  }
}
/**/
/*cp価格*/
.campaignTxt {
  position: relative;
  font-size: clamp(16px, 4.8vw, 24px) !important;
  max-width: 480px;
  margin: 0 auto;
}
.campaignTxt .offIcon {
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fce339;
  line-height: 1.2;
  margin-left: 2%;
  font-weight: bold;
}
.campaignTxt .offIcon span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
}
.campaignTxt .priceInner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}
.campaignTxt .priceInner .teika {
  position: relative;
  font-size: 90%;
}
.campaignTxt .priceInner .teika::before {
  content: "";
  display: block;
  background-color: #363636;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.campaignTxt .priceInner .campaign {
  position: relative;
  font-size: 120%;
  font-weight: bold;
  margin-left: 40px;
}
.campaignTxt .priceInner .campaign::before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 12px solid #0081cc;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.campaignTxt .smTxt {
  font-size: 12px;
  text-align: right;
  font-weight: normal;
  padding-right: 4%;
}

@media screen and (max-width: 640px) {
  .campaignTxt .offIcon {
    font-size: 14px;
    width: 48px;
    height: 48px;
  }
  .campaignTxt .offIcon span {
    width: 48px;
  }
  .campaignTxt .priceInner .campaign {
    margin-left: 24px;
  }
  .campaignTxt .priceInner .campaign::before {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 10px solid #0081cc;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*AI論文添削*/
#aiRonbun {
  margin-top: -100px;
  padding-top: 100px;
}

h2.titleBalloon {
  text-align: center;
  color: #0081cc;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 16px;
  font-size: clamp(18px, 5vw, 24px);
  line-height: 1.4;
}
h2.titleBalloon .balloon {
  position: absolute;
  top: -2.6em;
  left: 0;
  display: inline-block;
  padding: 2px 8px;
  font-size: 60%;
  background: #7ecef4;
  text-align: center;
  color: #363636;
  border-radius: 4px;
  line-height: 1.6;
}
h2.titleBalloon .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #7ecef4;
}

.aironbunMeritBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.aironbunMeritBox .before,
.aironbunMeritBox .after {
  background-color: #f5f5f5;
  padding: 24px;
  border-radius: 16px;
  width: 42%;
}
.aironbunMeritBox .before h3,
.aironbunMeritBox .after h3 {
  text-align: center;
  font-weight: normal;
  font-size: 100%;
  margin-bottom: 8px;
}
.aironbunMeritBox .before h3 span,
.aironbunMeritBox .after h3 span {
  position: relative;
}
.aironbunMeritBox .before h3 span::before, .aironbunMeritBox .before h3 span::after,
.aironbunMeritBox .after h3 span::before,
.aironbunMeritBox .after h3 span::after {
  content: "";
  width: 3em;
  height: 1px;
  background-color: #363636;
  display: block;
  position: absolute;
  left: -4em;
  top: 50%;
  transform: translateY(-50%);
}
.aironbunMeritBox .before h3 span::after,
.aironbunMeritBox .after h3 span::after {
  left: auto;
  right: -4em;
}
.aironbunMeritBox .before .aiMelitList,
.aironbunMeritBox .after .aiMelitList {
  display: flex;
  justify-content: center;
  flex-direction: column;
  grid-gap: 8px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.aironbunMeritBox .before .aiMelitList li,
.aironbunMeritBox .after .aiMelitList li {
  display: flex;
  align-items: flex-start;
}
.aironbunMeritBox .before .aiMelitList li img,
.aironbunMeritBox .after .aiMelitList li img {
  margin-right: 8px;
  margin-top: 0.3em;
  width: 1.2em;
}
.aironbunMeritBox .after {
  position: relative;
  background-color: #d0f0ff;
}
.aironbunMeritBox .after::before {
  content: "";
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-left: 24px solid #0081cc;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -40px;
}

.imgArea {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 800px;
  margin: 0 auto 24px;
}
.imgArea img {
  flex: 1;
  min-width: 0;
}

.tableUpper {
  background-color: #0081cc;
  text-align: center;
  width: 100%;
  color: #ffffff;
  padding: 8px 0;
  font-weight: bold;
  margin-top: 24px;
}

.aiRonbunTable {
  border-collapse: collapse;
  margin: 0 auto;
  border-top: 1px solid #0081cc;
}
.aiRonbunTable th,
.aiRonbunTable td {
  border-bottom: 1px solid #0081cc;
  padding: 10px 0;
}
.aiRonbunTable th {
  padding: 8px 40px;
  white-space: nowrap;
  font-weight: normal;
}

.aironbunBtnUpperTxt {
  text-align: center;
  font-weight: bold;
  margin: 24px 0 8px;
}

.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ai_contentsBox {
  background-color: #d0f0ff;
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.ai_contentsBox h3 {
  font-size: clamp(18px, 5vw, 20px);
}
.ai_contentsBox img {
  width: 340px;
}

a.aiRonbunBtn {
  font-size: clamp(15px, 3.4vw, 16px);
}
a.aiRonbunBtn::before {
  right: 4%;
}

@media screen and (max-width: 640px) {
  .imgArea {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin: 0 auto 16px;
  }
  .imgArea img {
    width: 80%;
  }
  .aironbunMeritBox {
    flex-direction: column;
    row-gap: 40px;
  }
  .aironbunMeritBox .before,
  .aironbunMeritBox .after {
    padding: 16px 3%;
    width: 94%;
  }
  .aironbunMeritBox .after::before {
    top: -32px;
    bottom: auto;
    left: auto;
    left: 0%;
    right: 0%;
    transform: rotate(90deg);
  }
  .aironbunBtnUpperTxt {
    text-align: center;
    font-weight: bold;
    margin: 16px 0 8px;
  }
  .aiRonbunTable th,
  .aiRonbunTable td {
    display: block;
    width: 94%;
    padding: 4px 3% 8px;
  }
  .aiRonbunTable th {
    border: none;
    padding-bottom: 0;
    text-align: left;
  }
  .ai_contentsBox {
    flex-direction: column;
    padding: 8px 4%;
    gap: 8px;
    margin-top: 24px;
  }
}
/*資格スクエアがお得*/
h3.borderTitle {
  text-align: center;
  font-weight: normal;
  font-size: 100%;
  margin-bottom: 8px;
}
h3.borderTitle span {
  position: relative;
}
h3.borderTitle span::before, h3.borderTitle span::after {
  content: "";
  width: 3em;
  height: 1px;
  background-color: #363636;
  display: block;
  position: absolute;
  left: -4em;
  top: 50%;
  transform: translateY(-50%);
}
h3.borderTitle span::after {
  left: auto;
  right: -4em;
}

.hikakuImg {
  width: 640px;
  display: block;
  margin: 0 auto;
}

/*lpFooter*/
.lpFooter {
  text-align: center;
  font-size: 12px;
  margin: 8px auto;
}/*# sourceMappingURL=260611_yobi_top.css.map */