@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}
h2 {
  font-size: 37px;
}
h3 {
  font-size: 27px;
}
img {
  vertical-align: middle;
  pointer-events: none;
}

/* ボタン */
.btnContent a {
  position: relative;
  display: flex;
  justify-content: center;
  width: 500px;
  max-width: 80%;
  background: #fcd52c;
  border-radius: 50px;
  box-shadow: 0 6px 0 #184306;
  transition: none;
  margin: 34px auto 0;
}
.btnContent a:hover {
  box-shadow: none;
  background: #fff;
  border: 5px solid #fcd52c;
}
.btn {
  position: relative;
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-align: center;
  padding: 22px 10px;
}
.btn::before {
  content: "今すぐ";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 150px;
  max-width: 80%;
  font-size: 22px;
  background: #fff;
  border: 3px solid #fcd52c;
  border-radius: 50px;
}
.btn-circle-right {
  position: relative;
}
.btn-circle-right::before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 0;
  right: -110px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 20px;
  margin: auto;
}
.btn-circle-right::after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 0;
  right: -104px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 0 solid transparent;
  border-left: 15px solid #222;
  border-bottom: 12px solid transparent;
  margin: auto;
}

header h1 img {
  width: 100%;
}
header p img {
  display: none;
}
.mainVisual {
  background-image: url(../img/main_fv_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.main_fv_pc {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.main_fv_sp {
  display: none;
}
.catch_copy img {
  display: none;
  width: 40%;
}
.main_fv_imgBox {
  display: none;
}
.main_fv_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 685px;
  max-width: 100%;
  margin: 0 auto;
}
.main_fv_contentBox {
  margin-top: 18px;
}
.main_fv_contentBox:first-of-type {
  margin-right: 20px;
}
.main_fv_contentBox img {
  width: 100%;
}
.main_fv_contentBox img:last-of-type {
  display: none;
}

.vP_inner {
  position: relative;
  background: #e6e6e6;
  padding: 60px 30px 0;
}
.vP_inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 60px;
  background: #e6e6e6;
  clip-path: polygon(0 0,50% 100%,100% 0);
}
.vP_innerTitle h3 {
  width: 428px;
  max-width: 80%;
  color: #f56520;
  background: #fff;
  text-align: center;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 15px 20px;
}
.vP_innerTitle h2 {
  color: #f56520;
  text-align: center;
  margin: 17px 0 50px;
}
.vP_inner img {
  display: block;
  margin: 0 auto 53px;
}
.vP_innerContent {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 685px;
  max-width: 100%;
  margin: 0 auto;
}
.vP_innerContent_trouble {
  width: 328px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.vP_innerContent_trouble:nth-of-type(odd) {
  margin-right: 27px;
}
.vP_innerContent_trouble p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 18px 24px;
}
.vP_innerContent_trouble span {
  color: #1c6abe;
}
.pV_recommended {
  width: 685px;
  max-width: 100%;
  margin: 110px auto 0;
}
.pV_recommendedText p {
  font-size: 18px;
  line-height: 1.6;
  padding: 0 15px;
}
.pV_recommendedText p:nth-of-type(2) {
  margin: 34px 0 44px;
}
.pV_recommendedText p span {
  font-size: 23px;
  font-weight: bold;
  color: #f56620;
}

.school-is {
  background: #3c8dcd;
  padding: 0 30px 32px;
}
.school-isTitle {
  padding: 45px 0;
}
.school-isTitle h2 {
  color: #fff;
  text-align: center;
}
.school-isText {
  width: 685px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 40px;
}
.school-isText p {
  font-size: 18px;
  line-height: 1.6;
}
.school-isText p:nth-of-type(n+3) {
  margin-top: 35px;
}
.school-isText p span {
  font-weight: bold;
  color: #f56620;
}
.school-isText h3 {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #1c6abe;
}
.school-isText_delimiter {
  margin: 30px 0;
}
.school-isText_delimiter p {
  line-height: 0.5;
  color: #1c6abe;
  text-align: center;
}
.school-isText_delimiter p:nth-of-type(3) {
  margin-top: 0;
}

.school-merit {
  padding: 0 30px 32px;
}
.school-meritContent {
  width: 685px;
  max-width: 100%;
  margin: 0 auto;
}
.school-meritTitle h2 {
  text-align: center;
  margin: 50px 0;
}
.school-meritTitle h2 br.dn {
  display: none;
}
.school-meritTitle h2 span {
  font-size: 54px;
}
.school-meritBox {
  background: #f36522;
  padding: 33px 5px 5px;
}
.school-meritBox h3 {
  position: relative;
  width: 100px;
  height: 100px;
  font-size: 73px;
  font-family: "Oswald", sans-serif;
  color: #f36522;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto 35px;
  padding-top: 10px;
}
.school-meritBox img {
  display: block;
  width: 100%;
  margin-top: 33px;
}
.school-meritBox h3::before {
  content: "メリット";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  display: block;
  font-size: 15px;
  margin: auto;
}
.school-meritBox p {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.school-meritBox p br.dn {
  display: none;
}
.school-merit_textBox {
  background: #fff;
  padding: 35px 37px 20px;
}
.school-merit_textBox p {
  font-size: 18px;
  color: #222;
  text-align: left;
}
.school-merit_textBox p.mt {
  margin-top: 33px;
}
.school-merit_textBox p span {
  background: #fcef12;
}
.school-meritBox:nth-of-type(n+2) {
  margin-top: 22px;
}
.merit_skill {
  margin: 33px 0;
}

.attend {
  background: #e4f6fa;
  padding: 0 30px 33px;
}
.attendTitle h2 {
  color: #1c6abe;
  text-align: center;
  margin-bottom: 44px;
  padding-top: 57px;
}
.attendTitle h2 br.dn {
  display: none;
}
.attendText {
  width: 685px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.attendText p {
  font-size: 18px;
  line-height: 1.6;
}
.attendText p:nth-of-type(2) {
  margin: 36px 0 32px;
}
.attendVideo {
  width: 685px;
  max-width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  padding: 0 40px;
}
.attendVideo iframe {
  width: 100%;
  height: 100%;
}
.mn {
  margin: 35px 0;
}
.video_up img {
  display: block;
  width: 685px;
  max-width: 100%;
  margin: 0 auto 35px;
  padding: 0 40px;
}
.attendText span {
  background: #fff;
}

.overview {
  padding: 0 30px 33px;
}
.overviewContent {
  width: 685px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.overviewTitle h2 {
  color: #f56620;
  text-align: center;
  margin: 50px 0;
}
.overviewBox {
  position: relative;
  width: 685px;
  max-width: 100%;
  border: 3px solid #f56520;
  margin: 0 auto;
}
.overviewBox h3 {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 188px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background: #f56620;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
.overviewBoxStyle {
  padding: 50px 20px 40px;
}
.overviewBoxStyle img.pcImg {
  width: 100%;
}
.overviewBoxStyle img.spImg {
  display: none;
}
.overviewBox:nth-of-type(n+2) {
  margin-top: 55px;
}
.overviewBoxArea01 {
  padding: 0 30px;
}
.overviewBoxArea01 h4 {
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
  margin: 47px 0 37px;
}
.overviewBoxArea01 h4 br.dn {
  display: none;
}
.overviewBoxArea01 img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.overviewBoxArea01_block {
  margin: 23px 0;
}
.overviewBoxArea01_block p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 23px;
  padding-right: 28px;
}
.overviewBoxArea01_block p br {
  display: none;
}
.overviewBoxArea01_block img {
  width: 100%;
}
.overviewBoxArea01 p:first-of-type {
  font-size: 18px;
  line-height: 1.6;
}
.overviewBoxArea01 p:first-of-type span {
  background: #fcef12;
}
.teal {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin: 20px 0;
}
.overviewBoxArea02 h4 {
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
  margin: 65px 0 25px;
}
.overviewBoxArea02 h4 br.dn {
  display: none;
}
.teacher {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.teacherBox {
  width: calc((100% / 3) - 20px);
}
.teacherBox:not(:first-of-type) {
  margin-left: 30px;
}
.teacherBox img {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}
.teacherBox h5 {
  font-size: 18px;
  color: #f56620;
  text-align: center;
  margin: 24px 0 20px;
}
.teacherBox p {
  font-size: 14px;
  line-height: 1.6 ;
}
.overviewBoxArea02_text p {
  font-size: 14px;
  text-align: right;
  margin: 0 30px 44px 0;
}

.future {
  background: #f56520;
  padding: 0 30px 34px;
}
.futureTitle {
  text-align: center;
}
.futureTitle_balloon {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  background: #fff;
  margin: 1.5em 0;
  padding: 13px 15px;
}
.futureTitle_balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-top: 15px solid #fff;
  margin-left: -10px;
}
.futureTitle_balloon h3 {
  color: #f56520;
}
.futureTitle h2 {
  margin: 40px 0 50px;
}
.futureContent {
  display: flex;
  flex-wrap: wrap;
  width: 685px;
  max-width: 100%;
  margin: 0 auto;
}
.futureBox {
  width: calc((100% / 2) - 18px);
  background: #fff;
  padding: 25px 20px 0;
}
.futureBox:nth-of-type(odd) {
  margin-right: 18px;
}
.futureBox:nth-of-type(n + 3) {
  margin-top: 33px;
}
.futureBox h3 {
  width: 80px;
  font-size: 36px;
  color: #fff;
  background: #f56520;
  text-align: center;
  margin: 0 auto;
}
.futureBox p {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 22px;
}
.futureBox p span{
	background:linear-gradient(transparent 60%, #fcef12 60%);
}
.futureBox img {
  display: block;
  width: 100%;
  margin-top: 40px;
}
.futureBox:last-of-type {
  padding: 25px 0 0;
}
.futureBox:last-of-type img {
  margin-top: 0;
}
.futureBox:last-of-type p {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  color: #f56520;
  text-align: center;
  margin-top: 70px;
}
.futureBox:last-of-type p:last-of-type {
  font-size: 28px;
  margin: 47px 0;
}
.futureBox:last-of-type p:last-of-type span {
  background-image: radial-gradient(circle at center, #fcef12 30%, transparent 30%);
  background-repeat: repeat-x;
  background-position: top right;
  background-size: 1em 0.3em;
  padding-top: .4em;
}
.futureBox:last-of-type img {
  width: 100%;
}

.price-plan {
  padding: 0 30px 33px;
}
.price-planContent {
  width: 685px;
  max-width: 100%;
  margin: 0 auto;
}
.price-planTitle h2 {
  color: #222;
  text-align: center;
  margin: 57px 0 45px;
}
.price-plan_cost {
  display: flex;
  justify-content: flex-start;
}
.price-plan_costBox {
  display: flex;
  align-items: center;
  width: calc((100% / 2) - 6px);
  border: 3px solid #1c6abe;
}
.price-plan_costBox:first-of-type {
  margin-right: 12px;
}
.price-plan_costBox p:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 64px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #1c6abe;
}
.price-plan_costBox p:last-of-type {
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.price-plan_costBox p:last-of-type span {
  font-size: 16px;
}
.price-plan_costText01 p {
  font-size: 18px;
  margin-top: 18px;
}
.price-plan_courseTitle h3 {
  font-weight: bold;
  text-align: center;
  margin: 40px 0 23px;
}
.price-plan_courseTitle h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url(../img/parentheses-left.jpg) no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.price-plan_courseTitle h3::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url(../img/parentheses-right.jpg) no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.price-plan_course {
  display: flex;
}
.price-plan_courseBox {
  width: calc((100% / 4) - 3px);
  border: 3px solid #1c6abe;
}
.price-plan_courseBox:not(:last-of-type) {
  margin-right: 5px;
}
.price-plan_courseBox h4 {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #1c6abe;
  padding: 11px 10px;
}
.price-plan_courseBox h4:last-of-type{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
}
.price-plan_courseBox h5 {
  font-size: 22px;
  text-align: center;
  border-bottom: 3px solid #1c6abe;
  padding: 12px 0;
}
.price-plan_courseBox h5 span {
  font-size: 16px;
  font-weight: normal;
}
.price-plan_courseBoxText {
  padding: 3px;
}
.price-plan_courseBoxText p {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}
.price-plan_courseBoxText p:not(:first-of-type) {
  margin-top: 12px;
}
.price-plan_courseBoxText p:nth-of-type(5) {
  font-size: 12px;
  text-align: right;
  margin-top: 0;
}
.price-plan_courseBoxText p br {
  display: none;
}
.price-plan_courseBox:nth-of-type(2) p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-plan_courseBox:nth-of-type(2) p:nth-of-type(2) {
  font-size: 16px;
}
.price-plan_courseBox:nth-of-type(2) p:last-of-type {
  text-align: left;
}
.price-plan_courseBox:last-of-type p {
  text-align: center;
}
.price-plan_costText02 p {
  font-size: 18px;
  line-height: 1.6;
}
.price-plan_costText02 p:first-of-type {
  font-size: 14px;
  text-align: right;
  margin: 15px 0;
}
.price-plan_costText02 p:not(:first-of-type) {
  margin-top: 35px;
}
.price-plan_costText02 p:nth-of-type(3) span {
  font-size: 23px;
  font-weight: bold;
  color: #f56520;
  margin-right: 15px;
}
.price-plan_costText02 p:last-of-type span {
  background: #fcef12;
}

.avoid {
  background: #e6e6e6;
  padding: 58px 30px 33px;
}
.avoidTitle h2 {
  text-align: center;
  margin-bottom: 49px;
}
.avoidTitle h2 br {
  display: none;
}
.avoidContent {
  display: flex;
  width: 695px;
  max-width: 100%;
  margin: 0 auto;
}
.avoidContent_box {
  width: calc((100% / 2) - 15px);
  background: #fff;
  border-radius: 10px;
  padding: 0 25px 40px;
}
.avoidContent_box:first-of-type {
  margin-right: 15px;
}
.avoidContent_box h3 {
  width: 50px;
  height: 50px;
  font-size: 32px;
  line-height: 50px;
  color: #fff;
  background: #1da8f3;
  text-align: center;
  border-radius: 50%;
  margin: 40px auto 25px;
}
.avoidContent_box h4 {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}
.avoidContent_box:first-of-type h4 {
  margin-bottom: 55px;
}
.avoidContent_box h4 br.dn {
  display: none;
}
.avoidContent_box img {
  width: 100%;
}
.avoidContent_box p:first-of-type {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 25px;
}
.avoidContent_box:last-of-type p:last-of-type {
  margin-top: 35px;
}
.entry {
  background: #f36522;
  padding: 55px 30px 36px;
}
.entryContent {
  width: 685px;
  max-width: 100%;
  margin: 0 auto;
}
.entryTitle h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 48px;
}
.entryTitle h2 br {
  display: none;
}
.entryTitle h2::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 52px;
  background: url(../img/left.png) no-repeat;
  background-size: contain;
  margin-right: 25px;
}
.entryTitle h2::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 52px;
  background: url(../img/right.png) no-repeat;
  background-size: contain;
  margin-left: 25px;
}
.entryContent_box img {
  width: 100%;
}
.entryContent_boxText {
  background: #fff;
  padding: 0 30px;
}
.entryContent_boxText h3 {
  color: #f36522;
  text-align: center;
  padding: 33px 0;
}
.entryContent_boxText h3:first-of-type {
  background-image : linear-gradient(to right, #f36522 10px, transparent 10px);
  background-size: 12px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.usage-flow {
  background: #d4f1f6;
  padding: 58px 30px 38px;
}
.usage-flowTitle h2 {
  text-align: center;
  margin-bottom: 48px;
}
.usage-flowContent {
  width: 738px;
  max-width: 100%;
  margin: 0 auto;
}
.usage-flowContent01,
.usage-flowContent02 {
  display: flex;
}
.usage-flowContent01 .usage-flowBox {
  position: relative;
  width: calc((100% / 2) - 45px);
  background: #fff;
  border: 3px solid #1c6abe;
  border-radius: 10px;
  padding: 30px 12px 24px;
}
.usage-flowContent02 .usage-flowBox {
  position: relative;
  background: #fff;
  border: 3px solid #1c6abe;
  border-radius: 10px;
  padding: 30px 12px 24px;
}
.usage-flowContent02 .usage-flowBox:first-of-type,
.usage-flowContent02 .usage-flowBox:nth-of-type(2) {
  width: 35%;
}
.usage-flowContent02 .usage-flowBox:last-of-type {
  width: 30%;
}
.usage-flowBox::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -27px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42.5px 0 42.5px 24px;
  border-color: transparent transparent transparent #1c6abe;
  margin: auto;
}
.usage-flowContent02 .usage-flowBox:last-of-type::after {
  display: none;
}
.usage-flowBox:first-of-type {
  margin-right: 45px;
}
.usage-flowBox:nth-of-type(3) {
  margin-left: 45px;
}
.usage-flowBox h3 {
  display: flex;
  align-items: center;
  color: #1c6abe;
  text-align: center;
  margin-bottom: 20px;
}
.usage-flowBox h3::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 26px;
  line-height: 50px;
  color: #fff;
  background: #1da8f3;
  text-align: center;
  border-radius: 50%;
  margin-right: 3px;
}
.usage-flowBox h3::before {
  flex-shrink: 0;
}
.usage-flowContent01 .usage-flowBox:first-of-type h3::before {
  content: "1";
}
.usage-flowContent01 .usage-flowBox:nth-of-type(2) h3::before {
  content: "2";
}
.usage-flowContent02 .usage-flowBox:first-of-type h3::before {
  content: "3";
}
.usage-flowContent02 .usage-flowBox:nth-of-type(2) h3::before {
  content: "4";
}
.usage-flowContent02 .usage-flowBox:last-of-type h3::before {
  content: "5";
}
.usage-flowBox p {
  font-size: 18px;
  line-height: 1.5;
}
.usage-flowContent02 .usage-flowBox {
  margin-top: 80px;
}

.question {
  padding: 56px 30px 30px;
}
.questionTitle h2 {
  text-align: center;
  margin-bottom: 50px;
}
.questionContent {
  width: 685px;
  max-width: 100%;
  margin: 0 auto;
}
.accordion_box {
  background: #f56620;
  cursor: pointer;
}
.accordion_box:not(:first-of-type) {
  margin-top: 34px;
}
.accordion_title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 23px;
  line-height: 1.3;
  color: #fff;
  padding: 20px 0;
}
.accordion_title::before {
  content: "Q.";
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-left: 30px;
}
.accordion_title::after {
  content: "+";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 35px;
  transition: 0.3s;
  margin: auto 0;
}
.accordion_title.active::after {
  right: 27px;
  transform: rotate(225deg);
}
.accordion_title br.dn {
  display: none;
}
.accordion_content {
  height: 0;
  background: #fff;
  font-size: 18px;
  line-height: 1.5;
  transition: 0.3s;
  opacity: 0;
  padding: 0 75px;
}
.accordion_Content > * + * {
  margin-top: 0;
}
.accordion_content.open {
  line-height: normal;
  height: auto;
  opacity: 1;
  padding: 22px 75px 28px;
}
.accordion_content.open > * + * {
  margin-top: 10px;
}

.message {
  background: #4a9bd3;
  padding: 54px 30px 24px;
}
.messageTitle h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 44px;
}
.messageContent {
  width: 685px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 42px 75px 0;
}
.messageContent_text p {
  font-size: 18px;
  line-height: 1.5;
}
.messageContent_text p:not(:first-of-type) {
  margin-top: 35px;
}
.text01 p:nth-of-type(3) {
  font-weight: bold;
  color: #4a9bd3;
}
.text02 p:nth-of-type(3),
.text02 p:nth-of-type(4) {
  font-weight: bold;
  color: #fa6500;
}
.messageContent_img01 {

  margin: 32px auto;
}
.messageContent_img01 img,
.messageContent_img02 img {
  width: 100%;
}
.messageContent_textBox p {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin: 40px auto 28px;
}

footer {
  background: #f36522;
  padding: 22px 30px;
}
nav ul {
  display: flex;
  justify-content: center;
}
nav li:nth-of-type(2) {
  color: #fff;
  margin: 0 5px;
}
nav li a {
  color: #fff;
}
small {
  display: flex;
  justify-content: center;
  color: #fff;
}

/* お問い合わせページ */
article h1 {
    display: none;
}
.breadcrumbs {
    width: 730px;
    max-width: 100%;
    margin: 20px auto;
    padding-left: 10px;
}
.breadcrumbs a {
	color: #0d00c9;
}
dl.contact7 {
  max-width: 100%;
  padding: 15px;
}
div.formItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: 2px solid #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
div.formItem dt {
  max-width: 248px;
  width: 100%;
  font-size: 18px;
}
dt span.required {
  color: #ff0000;
  padding-left: 10px;
}
dd input {
  max-width: 410px;
  width: 100%;
  height: 48px;
  background: #eaedf2;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
}
dd textarea {
  max-width: 410px;
  width: 100%;
  height: 216px;
  background: #eaedf2;
  font-size: 18px;
  line-height: 1.3;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1em;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  transition: 0.3s;
  outline: none;
  margin: 8px 0;
  padding: 8px;
}
.btn_contact7 {
  text-align: center;
  margin: 30px 0;
}
.btn_contact7 input {
  display: block;
  width: 150px;
  color: #fff;
  background: #f56620;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 auto;
  padding: 5px 30px;
}

.btn_contact7 input:hover {
  color: #f56620;
  background: #fff;
  border: 1px solid #f56620;
}

.acceptance {
  text-align: center;
  padding: 10px;
}

.acceptance span.wpcf7-list-item {
  margin: 0;
}

.btn_contact7 span.wpcf7-spinner {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  width: 730px;
  margin: 0 auto 30px;
}

/* メディアクエリ */
@media screen and (max-width: 820px) {
  header h1 img {
    display: none;
  }
  header p img {
    display: block;
    width: 100%;
  }
  .main_fv_pc {
    display: none;
  }
  .main_fv_sp {
    display: block;
    width: 100%;
  }
  .main_fv_imgBox {
    display: block;
  }
  .main_fv_imgBox img {
    display: block;
    width: 100%;
    margin: 18px auto 0;
    padding: 0 20px;
  }
  .main_fv_content {
    display: block;
    padding: 0 50px;
  }
  .main_fv_contentBox:first-of-type {
    margin-right: 0;
  }
  .main_fv_contentBox img:first-of-type {
    display: none;
  }
  .main_fv_contentBox img:last-of-type {
    display: block;
    width: 100%;
  }

  .vP_innerContent_trouble:nth-of-type(odd) {
    margin-right: 0;
  }

  .school-meritTitle h2 {
    margin: 30px 0;
  }
  .school-meritTitle h2 span {
    font-size: 40px;
  }
}

@media screen and (max-width: 690px) {
  h2 {
    font-size: 23px;
  }

  .futureContent {
    display: block;
  }
  .futureBox {
    width: 100%;
  }
  .futureBox:nth-of-type(odd) {
    margin-right: 0;
  }
  .futureBox:nth-of-type(2) {
    margin-top: 33px;
  }
  .futureTitle_balloon h3 {
    font-size: 20px;
  }
  .futureTitle h2 {
    margin: 20px 0 30px;
  }

  .price-plan_cost {
    display: block;
  }
  .price-plan_costBox {
    width: 100%;
  }
  .price-plan_costBox:first-of-type {
    margin: 0 0 12px;
  }
  .price-plan_course {
    flex-wrap: wrap;
  }
  .price-plan_courseBox {
    width: calc((100% / 2) - 3px);
  }
  .price-plan_courseBox h4 {
    padding: 10px 5px;
  }
  .price-plan_courseBox:nth-of-type(2) {
    margin-right: 0;
  }
  .price-plan_courseBox:nth-of-type(n + 3) {
    margin-top: 5px;
  }
  .price-plan_courseBoxText {
    text-align: center;
  }

  .usage-flow {
    padding: 30px 20px 20px;
  }
  .usage-flowTitle h2 {
    margin-bottom: 30px;
  }
  .usage-flowContent01,
  .usage-flowContent02 {
    flex-wrap: wrap;
  }
  .usage-flowContent01 .usage-flowBox,
  .usage-flowContent02 .usage-flowBox:first-of-type, .usage-flowContent02 .usage-flowBox:nth-of-type(2),
  .usage-flowContent02 .usage-flowBox:last-of-type {
    width: 100%;
  }
  .usage-flowBox:first-of-type {
    margin-right: 0;
  }
  .usage-flowBox:nth-of-type(3) {
    margin-left: 0;
  }
  .usage-flowContent01 .usage-flowBox:last-of-type {
    margin-top: 80px;
  }
  .usage-flowBox::after {
    top: 160px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 45px 0 45px;
    border-color: #1c6abe transparent transparent transparent;
  }
  .usage-flowContent02 .usage-flowBox:first-of-type:after {
    top: 180px;
  }
  .usage-flowContent01 .usage-flowBox,
  .usage-flowContent02 .usage-flowBox {
    padding: 20px 10px 14px;
  }
  .usage-flowBox p {
    font-size: 16px;
  }

  .question {
    padding: 30px 20px 20px;
  }
  .questionTitle h2 {
    margin-bottom: 30px;
  }
  .accordion_title {
    font-size: 18px;
  }
  .accordion_title::after {
    font-size: 30px;
  }
  .accordion_content {
    font-size: 16px;
    padding: 0 40px;
  }
  .accordion_content.open {
    padding: 22px 40px 20px;
  }

  .message {
    padding: 30px 20px 20px;
  }
  .messageTitle h2 {
    margin-bottom: 30px;
  }
  .messageContent {
    padding: 30px 40px 0;
  }
  .messageContent_textBox p {
    margin: 25px auto 13px;
  }
  .messageContent_text p:not(:first-of-type) {
    margin-top: 20px;
  }

}

@media screen and (max-width: 650px) {
  h3 {
    font-size: 22px;
  }

  .btn-circle-right::before {
    right: -72px;
  }
  .btn-circle-right::after {
    right: -66px;
  }

  .school-meritBox h3 {
    width: 80px;
    height: 80px;
    font-size: 50px;
    margin-bottom: 25px;
    padding-top: 15px;
  }
  .school-meritBox h3::before {
    top: 10px;
    font-size: 12px;
  }
  .school-merit_textBox {
    padding: 30px 30px 20px;
  }
  .school-merit_textBox p.mt {
    margin-top: 28px;
  }

  .overviewTitle h2 {
    margin: 30px 0;
  }
  .overviewBox h3 {
    width: 190px;
  }
  .overviewBoxArea01 h4 br.dn {
    display: block;
  }
  .overviewBoxArea01 h4 {
    font-size: 20px;
    margin: 40px 20px 30px;
  }
  .overviewBoxArea01 p:first-of-type {
    font-size: 16px;
  }
  .overviewBoxArea02 h4 {
    font-size: 18px;
    margin: 40px 0 30px;
    padding: 0 5px;
  }

  .price-planTitle h2 {
    margin: 40px 20px 30px;
  }
  .price-plan_costText02 p:not(:first-of-type) {
    margin-top: 25px;
  }
  .price-plan_costText02 p:nth-of-type(3) span {
    margin-right: 10px;
  }

  .avoid {
    padding: 40px 20px 23px;
  }
  .avoidTitle h2 {
    margin-bottom: 30px;
  }
  .avoidContent {
    flex-wrap: wrap;
  }
  .avoidContent_box {
    width: 100%;
  }
  .avoidContent_box:first-of-type {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .avoidContent_box h3 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 15px;
  }
  .avoidContent_box h4 {
    margin-bottom: 14px;
  }
  .avoidContent_box:first-of-type h4 {
    margin-bottom: 15px;
  }
  .avoidContent_box h4 br.db {
    display: none;
  }
  .avoidContent_box h4 br.dn {
    display: block;
  }
  .avoidContent_box p:first-of-type {
    font-size: 16px;
  }

  .future {
    padding: 0 20px 24px;
  }
  .entry {
    padding: 35px 10px 25px;
  }
  .entryTitle h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .entryTitle h2::before {
    width: 28px;
    height: 32px;
    margin-right: 5px;
  }
  .entryTitle h2::after {
    width: 28px;
    height: 32px;
    margin-left: 5px;
  }
  .entryContent_boxText {
    padding: 0 20px;
  }
  .entryContent_boxText h3 {
    padding: 20px 0;
  }
}

@media screen and (max-width: 609px) {
  .usage-flowContent01 .usage-flowBox:first-of-type::after {
    top: 180px;
  }
  .usage-flowContent02 .usage-flowBox:nth-of-type(2)::after {
    top: 155px;
  }
}

@media screen and (max-width: 592px) {
    .usage-flowContent02 .usage-flowBox:first-of-type::after {
      top: 205px;
    }
}

@media screen and (max-width: 590px) {

  .vP_innerTitle h3 {
    font-size: 20px;
  }

  .school-meritTitle h2 br.dn {
    display: block;
  }

  .attend {
    padding: 0 20px 20px;
  }
  .attendTitle h2 {
    margin-bottom: 22px;
    padding-top: 30px;
  }
  .attendTitle h2 br.dn {
    display: block;
  }
  .video_up img, .attendText {
    padding: 0 20px;
  }
  .attendText p:nth-of-type(2) {
    margin: 30px 0 28px;
  }

  .overviewContent {
    padding: 0 10px;
  }
  .overviewBoxArea01_block p br {
    display: block;
  }
  .teacher {
    display: block;
    padding: 0 20px;
  }
  .teacherBox {
    width: 100%;
  }
  .teacherBox:not(:first-of-type) {
    margin-top: 30px;
    margin-left: 0;
  }
  .teacherBox h5 {
    margin: 18px 0 14px;
  }

  .accordion_title {
    font-size: 16px;
  }
  .accordion_title br.db {
    display: none;
  }
  .accordion_title br.dn {
    display: block;
  }
  .accordion_title::before {
    padding-left: 10px;
  }
}

@media screen and (max-width: 520px) {
  .btn-circle-right::before {
    right: -38px;
  }
  .btn-circle-right::after {
    right: -32px;
  }

  .school-meritBox p {
    font-size: 18px;
  }
  .school-merit_textBox {
    padding: 20px;
  }
  .school-merit_textBox p.mt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 512px) {
  .usage-flowContent01 .usage-flowBox:last-of-type::after {
    top: 180px;
  }
  .usage-flowContent02 .usage-flowBox:first-of-type::after {
    top: 200px;
  }
  .usage-flowContent02 .usage-flowBox:nth-of-type(2)::after {
    top: 150px;
  }
}

@media screen and (max-width: 490px) {
  .btn {
    font-size: 26px;
    padding: 12px 10px;
  }
  .btn::before {
    font-size: 18px;
  }
  .btn-circle-right::before {
    right: -25px;
    width: 20px;
    height: 20px;
  }
  .btn-circle-right::after {
    right: -20px;
    border-top: 5px solid transparent;
    border-left: 8px solid #222;
    border-bottom: 5px solid transparent;
  }

  .vP_inner {
    padding: 30px 20px 0;
  }
  .vP_innerTitle h3 {
    font-size: 26px;
  }
  .vP_innerTitle h2 {
    margin-bottom: 20px;
  }
  .vP_inner img {
    margin-bottom: 30px;
  }
  .vP_innerContent_trouble p {
    font-size: 20px;
    padding: 18px;
  }

  .school-isTitle {
    padding: 20px 0;
  }
  .school-is {
    padding: 0 20px 20px;
  }
  .school-isText {
    padding: 10px;
  }
  .school-isText p br {
    display: none;
  }

  .school-merit {
    padding: 0 20px 22px;
  }
  .school-meritBox h3 {
    width: 60px;
    height: 60px;
    font-size: 32px;
    padding-top: 20px;
  }

  .attendVideo {
    padding: 0;
  }

  .entryContent_boxText h3 {
    font-size: 18px;
  }

  .messageContent {
    padding: 10px 20px 0;
  }

  nav li {
    font-size: 12px;
  }
  small {
    font-size: 12px;
  }
}

@media screen and (max-width: 432px) {
  .usage-flowContent01 .usage-flowBox:first-of-type::after {
    top: 185px;
  }
  .usage-flowContent01 .usage-flowBox:last-of-type::after {
    top: 185px;
  }
  .usage-flowContent02 .usage-flowBox:first-of-type::after {
    top: 235px;
  }
  .usage-flowContent02 .usage-flowBox:nth-of-type(2)::after {
    top: 162px;
  }
}

@media screen and (max-width: 420px) {
  .main_fv_content {
    padding: 0 40px;
  }
  .main_fv_contentBox:first-of-type {
    margin-right: 0;
  }

  .btn-circle-right::before {
    right: -25px;
    width: 20px;
    height: 20px;
  }
  .btn-circle-right::after {
    right: -20px;
    border-top: 5px solid transparent;
    border-left: 8px solid #222;
    border-bottom: 5px solid transparent;
  }

  .overviewBoxStyle img.pcImg {
    display: none;
  }
  .overviewBoxStyle img.spImg {
    display: block;
    width: 100%;
  }
  .overviewBoxArea01 {
    padding: 0 20px;
  }
  .overviewBoxArea01 p:first-of-type {
    font-size: 14px;
  }
  .overviewBoxArea02 h4 br.dn {
    display: block;
  }

  .price-plan_courseBoxText p br {
    display: block;
  }
  .price-plan_costText02 p {
    font-size: 16px;
  }
  .price-plan_costText02 p:not(:first-of-type) {
    margin-top: 20px;
  }
  .price-plan_costText02 p:nth-of-type(3) span {
    font-size: 18px;
    margin-right: 8px;
  }

  .entryTitle h2::before {
    width: 20px;
    height: 26px;
    margin-right: 5px;
  }
  .entryTitle h2::after {
    width: 20px;
    height: 26px;
    margin-left: 5px;
  }
  .entryContent_boxText {
    padding: 0 10px;
  }

  /* お問い合わせページ */
  tr:first-of-type td:last-of-type {
    border-top: none;
  }

  td {
    display: block;
    border-bottom: none;
  }

  td:last-of-type {
    border-bottom: 1px dashed #0d00c9;
    padding-top: 0;
  }
}

@media screen and (max-width: 399px) {
  .usage-flowContent02 .usage-flowBox:nth-of-type(2)::after {
    top: 185px;
  }
}

@media screen and (max-width: 375px) {
  .btn-circle-right::before {
    right: -20px;
  }
  .btn-circle-right::after {
    right: -15px;
  }

  .vP_innerTitle h3 {
    font-size: 16px;
  }

  .school-meritBox p br.pc {
    display: none;
  }
  .school-meritBox p br.sp {
    display: block;
  }

  .attendText p {
    font-size: 16px;
  }

  .futureBox h3 {
    width: 50px;
    font-size: 26px;
  }
  .futureBox p {
    font-size: 18px;
  }
  .futureBox:last-of-type p {
    margin-top: 30px;
  }
  .futureBox:last-of-type p:last-of-type {
    margin: 30px 0;
  }

  .price-plan_costText02 p:first-of-type {
    font-size: 12px;
    margin: 10px 0;
  }

  nav li {
    font-size: 10px;
  }
  small {
    font-size: 10px;
  }
}

@media screen and (max-width: 372px) {
  .usage-flowContent02 .usage-flowBox:first-of-type::after {
    top: 260px;
  }
}

@media screen and (max-width: 337px) {
  .usage-flowContent01 .usage-flowBox:first-of-type::after {
    top: 235px;
  }
  .usage-flowContent02 .usage-flowBox:first-of-type::after {
    top: 255px;
  }
}

@media screen and (max-width: 336px) {
  .usage-flowContent02 .usage-flowBox:first-of-type::after {
    top: 280px;
  }
}

@media screen and (max-width: 320px) {
  .btn {
    font-size: 20px;
  }
  .btn::before {
    font-size: 16px;
  }

  .overviewBoxArea01 p:first-of-type br {
    display: none;
  }

  .entryContent_boxText h3 br {
    display: none;
  }

  .accordion_title {
    font-size: 14px;
  }
  .accordion_content {
    font-size: 14px;
    padding: 0 20px;
  }
  .accordion_content.open {
    padding: 22px 20px 20px;
  }
}
