@charset "UTF-8";
/*test*/
/* ----------------------------------------
 	reset
 ---------------------------------------- */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #222;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}

a {
  text-decoration: none;
}

.l-header {
  position: relative;
  height: 75px;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fff;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}

.l-contentInner {
  position: relative;
  min-height: calc(100vh - (75px + 42px + 2px));
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-contentInner {
    min-height: calc(100vh - (60px + 29px + 2px));
  }
}

.l-freeLesson {
  display: none;
  margin-top: 96px;
  padding-top: 72px;
  height: 354px;
  background: url(../images/bg_freeLesson.png) no-repeat left top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .l-freeLesson {
    margin-top: 60px;
    padding: 40px 20px 0;
    height: 243px;
  }
}

.l-footer {
  position: relative;
  height: 42px;
  border-top: 1px solid #d1d1d1;
  text-align: center;
  background-color: #fff;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .l-footer {
    height: 29px;
    padding-bottom: env(safe-area-inset-bottom)20px;
  }
}

.p-diagnose:nth-of-type(n + 2) {
  display: none;
}

.p-diagnose_start {
  position: relative;
  display: block;
  height: calc(100vh - (75px + 42px + 2px));
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .p-diagnose_start {
    height: calc(100vh - (60px + 49px + 2px));
  }
}

@media screen and (max-width: 374px) {
  .p-diagnose_start {
    height: 100%;
  }
}

.p-diagnose_start + .p-diagnose {
  display: none;
}

.p-diagnose_start .p-textContainer {
  position: relative;
  padding-top: 10%;
  margin: 0 42px;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .p-diagnose_start .p-textContainer {
    height: 100%;
    padding-top: 12%;
    margin: 0 5%;
  }
}

@media screen and (max-width: 374px) {
  .p-diagnose_start .p-textContainer {
    height: auto;
  }
}

.p-diagnose_start .p-textContainer .p-btnContainer {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-diagnose_start .p-textContainer .p-btnContainer {
    width: 100%;
    margin-top: 20px;
  }
}

.p-diagnose_start .c-imgStart {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 81.7%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-diagnose_start .c-imgStart {
    bottom: 0;
    width: 104%;
    max-width: initial;
  }
}

@media screen and (max-width: 374px) {
  .p-diagnose_start .c-imgStart {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}

.p-diagnose_question {
  margin-bottom: 60px;
  padding-bottom: 40px;
  background-image: url(../images/img_bg2.png), url(../images/img_bg3.png);
  background-repeat: no-repeat;
  background-size: 18.2% auto;
  background-position: left 4% bottom 0, right 4% bottom 0;
}

@media screen and (max-width: 768px) {
  .p-diagnose_question {
    background: none;
  }
}

.p-contentQuestion {
  width: 436px;
  margin: 46px auto 0;
}

@media screen and (max-width: 768px) {
  .p-contentQuestion {
    width: auto;
    margin: 32px 20px 0;
  }
}

.p-headerSection {
  position: relative;
  width: 100%;
  height: 225px;
  background: url(../images/img_bg_header_red.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-headerSection {
    height: 120px;
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
}

.p-headerSection::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 212px;
  width: 40px;
  height: 26px;
  transform: translateX(-50%);
  background: url(../images/icon_arrow_red.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-headerSection::after {
    top: 114px;
    width: 21px;
    height: 13px;
  }
}

.p-contentPlan {
  width: 1100px;
  margin: 138px auto 0;
  padding: 109px 0 80px;
  border-radius: 16px;
  background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .p-contentPlan {
    width: 100%;
    margin-top: 99px;
    padding: 64px 20px 60px;
    border-radius: 0;
  }
}

.p-contentPlan_inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-contentPlan_inner {
    width: auto;
  }
}

.p-agenda {
  position: relative;
  width: 800px;
  margin: 99px auto 0;
  padding: 84px 80px 54px;
  border: 4px solid #E6E6E6;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-agenda {
    width: auto;
    margin-top: 79px;
    padding: 50px 20px 40px;
    border-width: 2px;
    border-radius: 10px;
  }
}

.p-planOutline {
  margin-top: 40px;
  padding: 50px 60px 68px;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-planOutline {
    margin-top: 30px;
    padding: 30px 20px 46px;
    border-radius: 10px;
  }
}

.p-planPoint {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-planPoint {
    margin-top: 30px;
  }
}

.p-programFlowContainer {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-programFlowContainer {
    width: calc(100% + 20px);
    margin-top: 44px;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}

.p-programFlowContainer .p-programFlow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-programFlowContainer .p-programFlow {
    width: 720px;
  }
}

.p-programFlowContainer .p-programFlow li {
  position: relative;
  width: 79px;
  padding: 4px 0;
  border: 3px solid #F16C5D;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.p-programFlowContainer .p-programFlow li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 75px;
  top: 50%;
  width: 155px;
  height: 14px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow_red_flow.svg) no-repeat right center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-programFlowContainer .p-programFlow li::after {
    width: 135px;
  }
}

.p-programFlowContainer .p-programFlow li:last-child::after {
  display: none;
}

.p-programFlowContainer .p-programOutline {
  display: flex;
  justify-content: space-between;
  margin: 32px 25px 0;
}

@media screen and (max-width: 768px) {
  .p-programFlowContainer .p-programOutline {
    width: 740px;
    padding: 0 20px 10px 0;
    white-space: normal;
  }
}

.p-programFlowContainer .p-programOutline_block {
  position: relative;
  width: 214px;
  padding: 30px 20px 28px;
  border-radius: 6px;
  box-shadow: 4px 4px 0px #F7CFCC;
  background-color: #FFF3F2;
}

.p-programFlowContainer .p-programOutline_block::before, .p-programFlowContainer .p-programOutline_block::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -34px;
  border: 14px solid transparent;
}

.p-programFlowContainer .p-programOutline_block::before {
  left: 50%;
  border-top: 20px solid #F7CFCC;
  transform: translateX(-50%) rotate(-180deg);
}

.p-programFlowContainer .p-programOutline_block::after {
  left: 48.5%;
  border-top: 20px solid #FFF3F2;
  transform: translateX(-48.5%) rotate(-180deg);
}

.p-programFlowContainer .p-programOutline_block h5 {
  font-size: 1.5rem;
  font-weight: 700;
}

.p-programFlowContainer .p-programOutline_block ul {
  margin-top: 20px;
}

.p-programFlowContainer .p-programOutline_block ul li {
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.p-programFlowContainer .p-programOutline_block ul li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.p-programFlowContainer .p-programOutline_block ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}

.p-planOutline + .p-btnContainer {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-planOutline + .p-btnContainer {
    flex-flow: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 50px;
  }
}

.p-planOutline + .p-btnContainer .c-btnCommon {
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 768px) {
  .p-planOutline + .p-btnContainer .c-btnCommon {
    width: 100%;
  }
  .p-planOutline + .p-btnContainer .c-btnCommon:nth-of-type(1) {
    margin-top: 15px;
  }
}

.p-diagnose_plan2 .p-headerSection {
  background-image: url(../images/img_bg_header_orange.png);
}

.p-diagnose_plan2 .p-headerSection::after {
  background-image: url(../images/icon_arrow_orange.svg);
}

.p-diagnose_plan2 .p-programFlow li {
  border-color: #FB9613;
}

.p-diagnose_plan2 .p-programFlow li::after {
  background-image: url(../images/icon_arrow_orange_flow.svg);
}

.p-diagnose_plan2 .p-programFlowContainer .p-programOutline_block {
  box-shadow: 4px 4px 0px #FAE4C8;
  background-color: #FFF6EB;
}

.p-diagnose_plan2 .p-programFlowContainer .p-programOutline_block::before {
  border-top-color: #FAE4C8;
}

.p-diagnose_plan2 .p-programFlowContainer .p-programOutline_block::after {
  border-top-color: #FFF6EB;
}

.p-diagnose_plan3 .p-headerSection {
  background-image: url(../images/img_bg_header_blue.png);
}

.p-diagnose_plan3 .p-headerSection::after {
  background-image: url(../images/icon_arrow_blue.svg);
}

.p-diagnose_plan3 .p-programFlow li {
  border-color: #4B67DB;
}

.p-diagnose_plan3 .p-programFlow li::after {
  background-image: url(../images/icon_arrow_blue_flow.svg);
}

.p-diagnose_plan3 .p-programFlowContainer .p-programOutline_block {
  box-shadow: 4px 4px 0px #C4CCEA;
  background-color: #EFF1F8;
}

.p-diagnose_plan3 .p-programFlowContainer .p-programOutline_block::before {
  border-top-color: #C4CCEA;
}

.p-diagnose_plan3 .p-programFlowContainer .p-programOutline_block::after {
  border-top-color: #EFF1F8;
}

.c-sitelogo {
  display: inline-block;
  height: 50px;
  margin: 13px 40px 12px;
}

@media screen and (max-width: 768px) {
  .c-sitelogo {
    height: 39px;
    margin: 11px 13px 10px;
  }
}

.c-btnCommon {
  text-align: center;
}

.c-btnCommon .c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}

.c-btnCommon .c-btn:hover {
  opacity: 0.5;
}

.c-btnCommon .c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 9px;
  height: 17px;
  transform: translateY(-50%);
  background: url(../images/icon_arrow.svg) no-repeat center center;
  background-size: contain;
}

.c-btnStart {
  text-align: left;
}

.c-btnStart .c-btn {
  width: 250px;
  height: 42px;
  border-radius: 21px;
  background-color: #e31032;
}

@media screen and (max-width: 768px) {
  .c-btnStart .c-btn {
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
}

.c-btnStart .c-btn:hover {
  transform: translateY(-4px);
}

.c-btnStart .c-btn::after {
  right: 28px;
  width: 8px;
  height: 12px;
}

@media screen and (max-width: 768px) {
  .c-btnStart .c-btn::after {
    right: 30px;
  }
}

.c-btnNext .c-btn,
.c-btnBack .c-btn,
.c-btnPlan .c-btn,
.c-btnLesson .c-btn,
.c-btnDetail .c-btn {
  width: 100%;
  transition: 0.3s;
  font-weight: 700;
}

.c-btnNext,
.c-btnPlan {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-btnNext,
  .c-btnPlan {
    margin-top: 20px;
  }
}

.c-btnNext .c-btn,
.c-btnPlan .c-btn {
  padding: 23px 0;
  border-radius: 100px;
  box-shadow: 0px 4px 0px #9A9A9A;
  font-size: 1.7rem;
  background-color: #C3C3C3;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .c-btnNext .c-btn,
  .c-btnPlan .c-btn {
    padding: 15px 0;
    font-size: 1.5rem;
  }
}

.c-btnPlan .c-btn {
  display: none;
}

.c-btnPlan .c-btn.c-btn_p01 {
  display: block;
}

.is-checked + .p-btnContainer .c-btnNext .c-btn,
.is-checked + .p-btnContainer .c-btnPlan .c-btn {
  box-shadow: 0px 4px 0px #1A935D;
  background-color: #4FC791;
  pointer-events: auto;
}

.is-checked + .p-btnContainer .c-btnNext .c-btn:active,
.is-checked + .p-btnContainer .c-btnPlan .c-btn:active {
  box-shadow: none;
  transform: translateY(2px);
}

.c-btnBack {
  margin-top: 30px;
}

.c-btnBack .c-btn {
  font-size: 1.6rem;
  color: #4FC791;
}

@media screen and (max-width: 768px) {
  .c-btnBack .c-btn {
    font-size: 1.5rem;
  }
}

.c-btnLesson .c-btn,
.c-btnDetail .c-btn {
  padding: 16px 0;
  border-radius: 8px;
  font-size: 2rem;
}

.c-btnLesson .c-btn::after,
.c-btnDetail .c-btn::after {
  width: 12px;
  height: 17px;
}

@media screen and (max-width: 768px) {
  .c-btnLesson .c-btn,
  .c-btnDetail .c-btn {
    font-size: 1.6rem;
  }
  .c-btnLesson .c-btn:after,
  .c-btnDetail .c-btn:after {
    right: 30px;
  }
}

.c-btnLesson .c-btn {
  border: 3px solid #05B2B3;
  box-shadow: 4px 4px 0px #007D7E;
  background: #05B2B3;
}

.c-btnLesson .c-btn:after {
  background-image: url(../images/icon_arrow_white_s.svg);
}

.c-btnDetail .c-btn {
  border: 3px solid #F16C5D;
  box-shadow: 4px 4px 0px #F16C5D;
  color: #222;
  background: #fff;
}

.c-btnDetail .c-btn:after {
  background-image: url(../images/icon_arrow_red_s.svg);
}

.p-diagnose_plan2 .c-btnDetail .c-btn {
  border-color: #FB9613;
  box-shadow: 4px 4px 0px #FB9613;
}

.p-diagnose_plan2 .c-btnDetail .c-btn:after {
  background-image: url(../images/icon_arrow_orange_s.svg);
}

.p-diagnose_plan3 .c-btnDetail .c-btn {
  border-color: #4B67DB;
  box-shadow: 4px 4px 0px #4B67DB;
}

.p-diagnose_plan3 .c-btnDetail .c-btn:after {
  background-image: url(../images/icon_arrow_blue_s.svg);
}

.c-btnFreeLesson {
  margin-top: 20px;
}

.c-btnFreeLesson .c-btn {
  width: 408px;
  padding: 19px 0;
  border-radius: 8px;
  box-shadow: 4px 4px 0px #007D7E;
  font-size: 2rem;
  font-weight: 700;
  color: #05B2B3;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-btnFreeLesson .c-btn {
    width: 100%;
    font-size: 1.6rem;
  }
}

.c-btnFreeLesson .c-btn:after {
  width: 12px;
  right: 40px;
  background-image: url(../images/icon_arrow_green.svg);
}

@media screen and (max-width: 768px) {
  .c-btnFreeLesson .c-btn:after {
    right: 30px;
  }
}

.c-pageTitle {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-pageTitle {
    font-size: 2.8rem;
  }
}

.c-pageTitle span {
  display: block;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-pageTitle span {
    font-size: 2.1rem;
  }
}

.c-pageTitle + .c-text {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-pageTitle + .c-text {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}

.c-titleQuestion {
  width: 100%;
  height: 225px;
  padding-top: 48px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: url(../images/img_bg_header_green.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-titleQuestion {
    height: 120px;
    padding: 21px 20px 0;
    font-size: 1.8rem;
    background-size: auto 100%;
    background-repeat: repeat-x;
  }
}

.c-titleQuestion .c-titleQuestion_no {
  position: relative;
  display: block;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-titleQuestion .c-titleQuestion_no {
    margin-bottom: 31px;
    font-size: 1.8rem;
  }
}

.c-titleQuestion .c-titleQuestion_no::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 24px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #222;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .c-titleQuestion .c-titleQuestion_no::after {
    bottom: -15px;
    width: 14px;
    height: 3px;
  }
}

.c-text_guide {
  height: 35px;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  color: #FF7400;
  background-color: #FFE8D5;
}

@media screen and (max-width: 768px) {
  .c-text_guide {
    height: 29px;
    line-height: 29px;
    font-size: 1.3rem;
  }
}

.c-choices {
  margin-top: 47px;
}

@media screen and (max-width: 768px) {
  .c-choices {
    margin-top: 25px;
  }
}

.c-choices li {
  display: block;
}

.c-choices li + li {
  margin-top: 20px;
}

.c-choices li input[type=checkbox],
.c-choices li input[type=radio] {
  display: none;
}

.c-choices li label {
  display: block;
  width: 100%;
  padding: 23px 0;
  border-radius: 100px;
  border: 2px solid #F54A66;
  box-shadow: 0px 4px 0px #EAABB3;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .c-choices li label {
    padding: 13px 0;
    font-size: 1.5rem;
  }
}

.c-choices li input[type=checkbox]:hover + label,
.c-choices li input[type=radio]:hover + label,
.c-choices li input[type=checkbox]:checked + label,
.c-choices li input[type=radio]:checked + label {
  color: #fff;
  background-color: #F54A66;
}

.c-choices li input[type=checkbox]:checked + label,
.c-choices li input[type=radio]:checked + label {
  box-shadow: none;
  transform: translateY(2px);
}

.p-headerSection .c-text {
  padding-top: 96px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-headerSection .c-text {
    padding-top: 49px;
    font-size: 1.6rem;
  }
}

.c-planTitle + .c-text,
.p-planOutline .c-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .c-planTitle + .c-text,
  .p-planOutline .c-text {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.p-planOutline .c-text {
  text-align: center;
}

.c-planTitle {
  position: absolute;
  left: 50%;
  top: -158px;
  width: 610px;
  height: 118.5px;
  padding-top: 20px;
  transform: translateX(-50%);
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #F16C5D;
  background: url(../images/balloon_red.svg) no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-planTitle {
    top: -100px;
    width: 100%;
    height: 83px;
    padding-top: 16px;
    font-size: 2.2rem;
    background-image: url(../images/balloon_red_sp.svg);
  }
}

.c-planTitle_sub {
  margin-top: 77px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-planTitle_sub {
    font-size: 1.6rem;
  }
}

.c-planTitle_sub .c-planName {
  display: inline-block;
  margin: 24px 6px 0 0;
  font-size: 3.2rem;
  font-weight: 700;
  color: #F16C5D;
}

@media screen and (max-width: 768px) {
  .c-planTitle_sub .c-planName {
    font-size: 2rem;
    margin: 10px 4px 0 0;
  }
}

.c-planTitle_sub .c-text {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-planTitle_sub .c-text {
    font-size: 1.8rem;
  }
}

.c-planTitle_program {
  position: relative;
  margin-top: 70px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-planTitle_program {
    margin-top: 50px;
  }
}

.c-planTitle_program::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 24px;
  height: 5px;
  border-radius: 2.5px;
  transform: translateX(-50%);
  background-color: #222;
}

@media screen and (max-width: 768px) {
  .c-planTitle_program::after {
    bottom: -10px;
    width: 14px;
    height: 3px;
  }
}

.p-diagnose_plan2 .c-planTitle {
  color: #FB9613;
  background-image: url(../images/balloon_orange.svg);
}

@media screen and (max-width: 768px) {
  .p-diagnose_plan2 .c-planTitle {
    background-image: url(../images/balloon_orange_sp.svg);
  }
}

.p-diagnose_plan2 .c-planTitle_sub span {
  color: #FB9613;
}

.p-diagnose_plan3 .c-planTitle {
  color: #4B67DB;
  background-image: url(../images/balloon_blue.svg);
}

@media screen and (max-width: 768px) {
  .p-diagnose_plan3 .c-planTitle {
    background-image: url(../images/balloon_blue_sp.svg);
  }
}

.p-diagnose_plan3 .c-planTitle_sub span {
  color: #4B67DB;
}

.c-image {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-image {
    margin-top: 30px;
  }
}

.c-agendaTitle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -22px;
  width: 442px;
  padding: 9px 0;
  border-radius: 10px;
  transform: translateX(-50%);
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background-color: #55514B;
}

@media screen and (max-width: 768px) {
  .c-agendaTitle {
    width: 100%;
    max-width: 305px;
    padding: 6px 0;
    font-size: 1.8rem;
  }
}

.c-agendaList li {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px dashed #C4C4C4;
}

@media screen and (max-width: 768px) {
  .c-agendaList li {
    align-items: flex-start;
    padding: 22px 0;
    font-size: 1.6rem;
  }
}

.c-agendaList li:first-child {
  padding-top: 0;
}

.c-agendaList li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.c-agendaList li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 27px;
  height: 20px;
  margin: 4px 24px 0 0;
  background: url(../images/icon_check_red.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-agendaList li::before {
    width: 23px;
    height: 17px;
    margin-right: 12px;
  }
}

.p-diagnose_plan2 .c-agendaList li::before {
  background-image: url(../images/icon_check_orange.svg);
}

.p-diagnose_plan3 .c-agendaList li::before {
  background-image: url(../images/icon_check_blue.svg);
}

.c-planPoint {
  display: flex;
  height: 75px;
  border: 2px solid #F16C5D;
  border-radius: 5px;
  box-shadow: 4px 4px 0px #E8E8E8;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .c-planPoint {
    height: 64px;
  }
}

.c-planPoint:nth-of-type(n + 2) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-planPoint:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.c-planPoint dt,
.c-planPoint dd {
  display: flex;
  justify-content: center;
}

.c-planPoint dt {
  flex-flow: column;
  position: relative;
  width: 130px;
  padding-left: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #F16C5D;
}

@media screen and (max-width: 768px) {
  .c-planPoint dt {
    flex-shrink: 0;
    width: 88px;
    padding-left: 8px;
    font-size: 1.1rem;
  }
}

.c-planPoint dt span {
  display: block;
  font-weight: 700;
}

.c-planPoint dt span.u-en {
  margin-top: 4px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-planPoint dt span.u-en {
    font-size: 1.3rem;
  }
}

.c-planPoint dt span.u-no {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  font-size: 4.4rem;
}

@media screen and (max-width: 768px) {
  .c-planPoint dt span.u-no {
    right: 7px;
    font-size: 3.4rem;
  }
}

.c-planPoint dd {
  align-items: center;
  padding: 0 30px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-planPoint dd {
    padding: 0 10px;
    font-size: 1.4rem;
  }
}

.p-diagnose_plan2 .c-planPoint {
  border-color: #FB9613;
}

.p-diagnose_plan2 .c-planPoint dt {
  background-color: #FB9613;
}

.p-diagnose_plan3 .c-planPoint {
  border-color: #4B67DB;
}

.p-diagnose_plan3 .c-planPoint dt {
  background-color: #4B67DB;
}

.c-freeLessonTitle {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-freeLessonTitle {
    font-size: 2rem;
  }
}

.c-freeLessonTitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 191px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 2.5px;
  background-color: #F8DA30;
}

@media screen and (max-width: 768px) {
  .c-freeLessonTitle::after {
    bottom: -4px;
    width: 161px;
    height: 4px;
  }
}

.c-freeLessonText {
  margin-top: 32px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-freeLessonText {
    margin-top: 22px;
    font-size: 1.8rem;
  }
}

.c-copyright {
  display: inline-block;
  padding: 12px 0;
  color: #868686;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .c-copyright {
    padding: 8px 0;
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=style.css.map */