@charset "utf-8";

/* searchAnchor */
#searchAnchor {
  padding: 30px 0 0;
  font-weight: bold;
}
#searchAnchor .panel_wrap a {
  display: block;
  padding: 16px 19px 19px;
  background: #FFF0BD url(/common_2024/img/arrow/arw_b_black.svg) no-repeat;
  background-size: 5px 6px;
  background-position: bottom 6px center;
  border: 4px solid #F0AB00;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0px 6px 0px rgba(000, 000, 000, 0.1);
}
#searchAnchor.bnr_05 .panel_wrap a .panel_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#searchAnchor.bnr_05 .panel_inner .right{
  width: 65px;
  padding: 7px 12px;
  background: url(/common_2024/img/campaign/bg_circle_or.png) no-repeat center;
  background-size: 65px;
  color: #FFF;
  margin-right: 10px;
  font-size: 16px;
}
#searchAnchor .balloon01 {
  font-size: 14px;
  margin-bottom: 0;
}
#searchAnchor .balloon01::before,
#searchAnchor .balloon01::after {
  background: #FF5700
}
#searchAnchor .balloon01 .fc_orange {
  color: #FF5800;
  font-size: 18px;
}
#searchAnchor .text {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #searchAnchor .text {
    font-size: 16px;
  }
  #searchAnchor {
    padding: 24px 0 0;
  }
  #searchAnchor.bnr_05 .panel_inner .right{
    width: 60px;
    background-size: 60px;
  }
}
@media screen and (max-width: 355px) {
  #searchAnchor.bnr_05 .panel_wrap a {
    padding: 16px 10px 19px;
  }
  #searchAnchor.bnr_05 .panel_inner .right {
    width: 58px;
    background-size: 55px;
    font-size: 14px;
  }
  #searchAnchor.bnr_05 .panel_inner .left {
    width: calc(100% - 58px);
  }
  #searchAnchor.bnr_05 .panel_wrap .balloon01 {
    font-size: 12px;
  }
  #searchAnchor.bnr_05 .panel_wrap .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  #searchAnchor .panel_wrap a {
    padding: 16px 12px 19px;
  }
  #searchAnchor .panel_wrap .balloon01{
    font-size: 13px;
  }
  #searchAnchor .panel_wrap .balloon01 .fc_orange{
    font-size: 16px;
  }
  #searchAnchor .panel_wrap .balloon01._large {
    padding: 0 3%;
  }
}
@media screen and (max-width: 320px) {
  #searchAnchor .panel_wrap a {
    padding: 16px 19px 19px;
  }
  #searchAnchor .panel_wrap .balloon01._large {
    padding: 0 6%;
  }
}

/* ancMenuBlock */
.ancMenuBlock{
  padding: 50px 0 0;
}
.ancMenuBlock .item a {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (max-width: 767px) {
  .ancMenuBlock .item .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ancMenuBlock{
    padding: 24px 0 0;
  }
}
@media screen and (max-width: 350px) {
  .ancMenuBlock .item .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .ancMenuBlock .item .txt {
    font-size: 13px;
  }
}

/* taikenVideo */
#taikenVideo .balloon01 {
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  #taikenVideo .balloon01 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 336px){
  #taikenVideo .balloon01 {
    font-size: 18px;
  }
}

/* threePoint */
#threePoint {
  padding: 56px 0 0;
}
#threePoint .item {
	margin-top: 36px;
  padding: 30px 0;
	background: #F2F1E6;
	border-radius: 16px;
  font-size: 16px;
	font-weight: 500;
}
#threePoint .item:first-child {
	margin-top: 40px;
}
#threePoint .item .label{
  text-align: center;
}
#threePoint .item .label span {
  display: inline-block;
	background: #00A9E0;
	border-radius: 28px;
	color: #FFF;
  font-size: 20px;
	font-weight: bold;
  margin: 0 auto 8px;
  padding: 0 28px;
}
#threePoint .item .label._w160 {
  max-width: 160px;
}
#threePoint .item .label._w104 {
  max-width: 104px;
}
#threePoint .item .balloon01 {
  font-size: 20px;
  margin-top: 16px;
  font-weight: bold;
}
#threePoint .item .bg_icon {
  margin-bottom: 20px;
  padding: 0 86px;
  background-position: left 30px center;
  background-repeat: no-repeat;
  background-size: 40px;
  font-size: 25px;
  font-weight: bold;
}
#taikenP1.item .bg_icon {
  background-image: url(/common_2024/img/icon/icon_test.svg);
}
#taikenP2.item .bg_icon {
  background-image: url(/common_2024/img/icon/icon_schedule.svg);
}
#taikenP2.item .contents._test .bg_icon {
  background-image: url(/common_2024/img/icon/icon_test.svg);
}
#taikenP3.item .bg_icon {
  background-image: url(/common_2024/img/icon/icon_heart.svg);
}
#threePoint .item .contents_inner {
  padding: 0 16px;
}
#threePoint .item .contents_inner .text {
  margin-top: 24px;
}
#threePoint .normalSliderWrap .inner {
  padding-right: 10px;
}
#threePoint .normalSliderWrap .normalSlider img{
  border: 1px solid #E2E2E2;
}
#threePoint .normalSliderWrap .sImg{
  display: flex;
  align-items: center;
}

#taikenP2.item .label {
  margin-top: 24px;
}
#taikenP2.item .contents._test{
  margin-top: 38px;
}
#taikenP2.item .layoutCol3._spCol3 .item:nth-child(-n+3) {
	margin-top: 0;
  padding: 0;
}
#taikenP2.item .layoutCol3._spCol3 .item .label {
  margin-top: 0;
}
#taikenP2.item .layoutCol3._spCol3 .item .label._math span {
  padding: 0 10px;
}
#taikenP2.item .layoutCol3._spCol3 .item .label._english span {
  background: #FF5800;
}
#taikenP2.item .layoutCol3._spCol3 .item .label._language span {
  background: #69BE28;
}
#taikenP2.item .contents._test .pc_column02_item .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


#taikenP3.item .text_area .text:nth-child(1) {
  margin-top: 0;
}
#taikenP3.item .text_area .text:nth-child(2) {
  margin-top: 8px;
}
#taikenP3.item .text_area .text:nth-child(3) {
  margin-top: 27px;
  font-weight: bold;
}

#taikenP3.item .contents_inner .layoutCol2 .item {
  margin-top: 0;
  padding: 0;
}

#threePoint #taikenP1 .normalSliderWrap{
  min-height: 375px;
}
#threePoint #taikenP2 .normalSliderWrap{
  min-height: 288px;
}

@media not screen and (max-width: 767px) {
  #threePoint .balloon02 {
    font-size: 20px;
  }
  #threePoint .pc_column02_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #threePoint .pc_column02_wrap .pc_column02_item {
      width: 48%;
      margin-right: 4%;
  }
  #threePoint .pc_column02_wrap .pc_column02_item:nth-child(2n) {
      margin-right: 0;
  }
  #taikenP2.item .text{
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #threePoint .item .label span {
    font-size: 16px;
  }
  #threePoint .item .bg_icon {
    font-size: 20px;
    padding: 0 6% 0 21.5%;
    background-position: left 6% center;
  }
  #threePoint .item .balloon01 {
    font-size: 16px;
    margin-top: 0;
  }
  #taikenP2.item .layoutCol3._spCol3{
    margin-top: 12px;
  }
  #taikenP2.item .contents._test .imgBr16 {
    margin-top: 17px;
  }
  #taikenP3.item .text_area .text:nth-child(1) {
    margin-top: 16px;
  }

  #threePoint #taikenP1 .normalSliderWrap{
    min-height: 347px;
  }
  #threePoint #taikenP2 .normalSliderWrap{
    min-height: 267px;
  }

  #threePoint  #taikenP2 .pc_column02_wrap {
    min-height: 430px;
  }
}
@media screen and (max-width: 390px) {
  #threePoint  #taikenP2 .pc_column02_wrap {
    min-height: 402px;
  }
}
@media screen and (max-width: 374px) {
  #threePoint .item .label span {
    font-size: 14px;
  }
  #threePoint  #taikenP2 .pc_column02_wrap {
    min-height: 385px;
  }
}
@media screen and (max-width: 341px) {
  #threePoint .item .label span {
    font-size: 13px;
  }
  #taikenP2.item .layoutCol3._spCol3 .item .label._math span{
    padding: 0 5px;
  }
}
@media screen and (max-width: 325px) {
  #threePoint .item .balloon01 {
    font-size: 14px;
  }
  #threePoint  #taikenP2 .pc_column02_wrap {
    min-height: 345px;
  }
}


/* freeFlow */
#freeFlow {
  padding: 18px 0 26px;
  background: #FFF0BD;
}
@media screen and (max-width: 767px) {
  #freeFlow {
    margin-top: 43px;
  }
}

/* ==========================================================================
	taikenBnr
========================================================================== */
#taikenBnr .trialBnrArea .inner {
  padding-top: 25px;
}
#taikenBnr .campaignWrap .inner .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 16px;
  text-align: center;
}
#taikenBnr .trialBnrArea .inner .text.fc_white {
  color: #FFF;
}
#taikenBnr .trialBnrArea .inner .balloon01 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #FFF;
}
#taikenBnr .trialBnrArea .inner .balloon01::before,
#taikenBnr .trialBnrArea .inner .balloon01::after {
  background: #FFF;
}
#taikenBnr .trialBnrArea .imgBox .info_text {
  margin-top: 8px;
}
#taikenBnr .trialBnrArea .imgBox .layoutCol3{
  margin-top: 16px;
}
#taikenBnr .trialBnrArea .imgBox .layoutCol3 .item {
  background: #FFF;
  border-radius: 12px;
  color: #00A9E0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .trialBnrArea .inner .imgBox .campaign_ttl{
    bottom: 62%;
  }
}
@media screen and (max-width: 540px) {
  .trialBnrArea .inner .imgBox .campaign_ttl {
    bottom: 62%;
  }
}
@media screen and (max-width: 420px) {
  .trialBnrArea .inner .imgBox .campaign_ttl {
    bottom: 70%;
  }
}
@media screen and (max-width: 414px) {
  .trialBnrArea .inner .imgBox .campaign_ttl {
    bottom: 68%;
  }
}
@media screen and (max-width: 390px) {
  .trialBnrArea .inner .imgBox .campaign_ttl {
    bottom: 65%;
  }
}
@media screen and (max-width: 361px) {
  .trialBnrArea .inner .imgBox .campaign_ttl {
    bottom: 72%;
  }
}
@media screen and (max-width: 325px) {
  .trialBnrArea .inner .imgBox .campaign_ttl {
    bottom: 75%;
  }
}
@media screen and (max-width: 310px) {
  .trialBnrArea .inner .imgBox .campaign_ttl {
    bottom: 77%;
  }
}
@media screen and (max-width: 280px) {
  .trialBnrArea .inner .imgBox .campaign_ttl {
    bottom: 80%;
  }
}


/* ==========================================================================
	effect
========================================================================== */
#effect{
	padding: 72px 0;
}
#effect .contents_wrap {
  padding: 24px 16px 24px;
  background: #F2F1E6;
  border-radius: 16px;
}
#effect .contents_wrap h3.heading {
  padding: 10px 60px;
  background: url(/common_2024/img/icon/icon_question.svg) no-repeat left 10px center;
  background-size: 40px;
  font-size: 24px;
  line-height: 31px;
  text-align: left;
}
#effect .contents {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#effect .contents .label {
  margin-bottom: 16px;
  background: #F7634F;
  border-radius: 28px;
  color: #FFF;
  font-size: 22px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
}
#effect .contents .label._bgBl {
  display: inline-block;
  padding: 0 24px;
  background: #00A9E0;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
#effect .contents .balloon01 {
  margin-top: 24px;
  font-size: 16px;
}
#effect .contents .balloon02 {
  width: 90%;
  font-weight: bold;
  margin: 0 auto 25px;
}
#effect .contents .fs20 {
  font-size: 20px;
  line-height: 24px;
}
#effect .contents .text_indent {
  font-weight: 500;
  text-align: left;
}
#effect .contents .mT16{
  margin-top: 16px;
}
#effect .contents .mT24{
  margin-top: 24px;
}
#effect .contents .mT40{
  margin-top: 40px;
}
#effect .accArea .accBtn {
  margin-top: 40px;
  padding: 27px 40px 27px 4%;
  border-top: 2px solid #E2E1D3;
  background: #F2F1E6;
  font-size: 20px;
  line-height: 21px;
}
#effect .accArea .accIn .bg_white {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 48px;
  padding: 32px 24px;
  border-radius: 16px;
  background: #FFF;
}
#effect .accArea .accIn .bg_white:before{
  position: absolute;
  content: "";
  bottom: -32px;
  left: calc(50% - 32px);
  width: 64px;
  height: 32px;
  background: url(/trial/taiken/img/bg/bg_effect_answer01.png) no-repeat center top;
  background-size: contain;
}
#effect .contents_wrap .img {
  display: flex;
  align-items: center;
  width: 260px;
  margin: 16px auto 0;
}
#effect .contents_wrap .img._mT0 {
  margin-top: 0;
}
@media not screen and (max-width: 767px) {
  #effect .accArea .accIn {
    margin-top: 20px;
  }
  #effect .contents_wrap .item.contents .pcMh100 {
    min-height: 55px;
  }
  #effect .accArea .accIn .bg_white {
    min-height: 284px;
  }
  #effect .answer1Box .txtBox .bllnBox{
    max-width: 95%;
    margin: 0 auto;
  }
  #effect .answer1Box .txtBox .bllnBox .balloon01{
    padding: 0 14px;
  }
}
@media screen and (max-width: 767px) {
	#effect{
		padding: 40px 0;
	}
  #effect .contents_wrap h3.heading {
    padding: 0 5% 0 23%;
    background-position: left 7% center;
  }
  #effect .contents {
    margin-top: 48px;
  }
  #effect .contents._spmT0 {
    margin-top: 0;
  }
  #effect .contents .balloon02 {
    width: 90%;
  }
  #effect .contents_wrap .img {
    width: 100%;
  }
}
@media screen and (max-width: 358px) {
  #effect .contents {
    font-size: 14px;
  }
}
@media screen and (max-width: 330px) {
  #effect .contents_wrap h3.heading {
    padding: 0 5% 0 24%;
  }
}

/* ==========================================================================
	teacher
========================================================================== */
#teacher{
	background-color: #E1ECF2;
	padding: 72px 0;
}
#teacher .conBlock .inner{
  padding: 30px 16px 20px;
  border-radius: 16px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
#teacher .conBlock .item{
  background: #fff;
  border-radius: 16px;
}
#teacher .conBlock .item .bgImg{
  border-radius: 16px;
  padding: 30px 10px;
  margin-bottom: 16px;
  background-image: url(/trial/taiken/img/teacher_img01_20280331.png);
  background-color: #D0F0FF;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  min-height: 300px;
}
#teacher .conBlock .item:nth-child(2) .bgImg{
  background-image: url(/trial/taiken/img/teacher_img02_20280331.png);
}
#teacher .conBlock .item:nth-child(3) .bgImg{
  background-image: url(/trial/taiken/img/teacher_img03.png);
}
#teacher .conBlock .item .bgImg .ttl{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 26px;
}
#teacher .conBlock .item .text{
  padding: 0 8px;
}
@media not screen and (max-width: 767px) {
  #teacher h2.heading{
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
	#teacher{
		padding: 40px 0;
	}
  #teacher .conBlock .item{
    margin-top: 34px;
  }
  #teacher .conBlock .item .bgImg{
    padding: 24px 10px;
  }
}

/* ==========================================================================
	voice
========================================================================== */
#voice{
	background-color: #F2F1E6;
	padding: 72px 0;
}
#voice .taikenshaBox{
  display: flex;
}
#voice .taikenshaBox .balloon{
  position: relative;
  width: 70%;
  background-color: #fff;
  font-weight: bold;
  padding: 16px 20px;
  border-radius: 16px;
  margin-right: 8%;
}
#voice .taikenshaBox .balloon::before{
  content: "";
  position: absolute;
  bottom: 25px;
  left: 100%;
  border: 10px solid transparent;
  border-left: 20px solid #fff;
}
#voice .taikenshaBox._reverse .balloon{
  margin-right: 0;
  margin-left: 8%;
}
#voice .taikenshaBox._reverse .balloon::before{
  content: "";
  position: absolute;
  bottom: 25px;
  left: -30px;
  border: 10px solid transparent;
  border-right: 20px solid #fff;
}
#voice .taikenshaBox .balloon .txt{
  font-size: 16px;
}
#voice .taikenshaBox .balloon .experiencer{
  font-size: 14px;
  margin-top: 8px;
  text-align: right;
}
#voice .taikenshaBox .pic{
  display: flex;
  width: 22%;
  justify-content: center;
  align-items: end;
}
#voice .taikenshaBox._reverse .pic{
  text-align: left;
}
@media screen and (max-width: 767px) {
	#voice{
		padding: 40px 0;
	}
  #voice .taikenshaBox .balloon{
    width: 69%;
    padding: 24px 28px 24px 40px;
    border-radius: 0 16px 16px 0;
    margin-right: 6%;
  }
  #voice .taikenshaBox._reverse .balloon{
    padding: 24px 40px 24px 28px;
    border-radius: 16px 0 0 16px;
    margin-left: 6%;
  }
  #voice .taikenshaBox .pic{
    width: 25%;
  }
}

/* ==========================================================================
	fee
========================================================================== */
#fee{
	background-color: #E1ECF2;
	padding: 72px 0;
}
#fee h2.heading{
  margin-bottom: 37px;
  line-height: 40px;
}
#fee h2.heading .fs_small{
  display: inline-block;
  line-height: 32px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
	#fee{
		padding: 40px 0;
	}
  #fee h2.heading .fs_small{
    line-height: 24px;
  }
}

/* emphasisBlln */
.emphasisBlln{
  padding: 50px 4% 0;
}
.emphasisBlln .txt{
  font-size: 20px;
}
.emphasisBlln .labelBox{
  margin: 8px 0;
}
.emphasisBlln .labelBox .label{
  border-radius: 28px;
  background: #00A9E0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  height: 28px;
  min-width: 96px;
  display: inline-block;
  margin-right: 6px;
}
.emphasisBlln .labelBox .label._english{
  background: #FF5700;
}
.emphasisBlln .labelBox .label._language{
  background: #69BE29;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .emphasisBlln{
    padding: 50px 2% 0;
  }
  .emphasisBlln .txt{
    font-size: 16px;
  }
  .emphasisBlln .labelBox .label{
    font-size: 16px;
  }
}
@media screen and (max-width: 367px) {
  .emphasisBlln .labelBox .label{
    font-size: 15px;
    min-width: 90px;
  }
}
@media screen and (max-width: 345px) {
  .emphasisBlln{
    padding: 50px 0 0;
  }
  .emphasisBlln .labelBox .label{
    font-size: 14px;
    min-width: 86px;
    margin-right: 2px;
  }
}

/* ==========================================================================
	relatedInfo
========================================================================== */
@media not screen and (max-width: 767px) {
  .relatedInfoArea {
    margin: 72px 0;
  }
}


/* ==========================================================================
	customize
========================================================================== */
#taikenP4 .ribbonWrap .ribbon{
  top: -47px;
  padding: 6px 24px;
  font-size: 20px;
}
#taikenP4 .ribbonWrap .ribbon::after{
  height: 2px;
}
#taikenP4 .accBtn {
  background: #F2F1E6;
  font-size: 25px;
}
#customize{
	padding: 0;
}
#customize .methodBox .item{
	text-align: center;
	margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
#customize .methodBox .item:last-child{
	margin-bottom: 25px;
}
#customize .methodBox img{
	vertical-align: bottom;
}
#customize .methodBox .lead_txt{
	font-size: 24px;
	font-weight: bold;
	margin-top: 12px;
}
#customize .methodBox .normal_txt{
	margin-top: 12px;
    text-align: left;
}
#customize .accArea .accIn{
	padding-left: 0;
	padding-right: 0;
}
#customize .accArea .accBtn {
	text-align: center;
    margin-top: 40px;
    padding: 27px 40px 27px 4%;
    border-top: 2px solid #E2E1D3;
    background: #F2F1E6;
    font-size: 20px;
    line-height: 21px;
}
#customize .conBlock .label {
    text-align: center;
	margin: 40px 0 28px;
}
#customize .conBlock .label span {
    display: inline-block;
    border-radius: 28px;
    padding: 0 24px;
    background: #00A9E0;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    max-width: 200px;
    width: 100%;
}
#customize .conBlock .layoutCol2 .item{
	background: #fff;
	border-radius: 16px;
	padding: 22px 16px;
	text-align: center;
}
#customize .conBlock .layoutCol2 .item .title{
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 900;
    line-height: 31px;
}
#customize .conBlock .layoutCol2 .item .listItem{
	font-weight: 500;
	margin: 30px 0 23px;
    text-align: left;
}
#customize .conBlock .layoutCol2 .item .listItem li{
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#customize{
		padding: 0;
	}
	#customize .methodBox .item{
		text-align: center;
		margin-bottom: 33px;
	}
	#customize .methodBox .item:last-child{
		margin-bottom: 0;
	}
	#customize .conBlock .txtBox .normal_txt{
		margin-bottom: 12px;
	}
	#customize .conBlock .label {
		text-align: center;
		margin: 30px 0 16px;
	}
	#customize .conBlock .label span {
		font-size: 16px;
	}
  #taikenP4 .accBtn {
      padding: 10px 40px 15px 4%;
      font-size: 20px;
  }
  #taikenP4 .item.accArea {
    padding: 30px 0 15px;
  }
  #taikenP4.acdBlock .accIn{
    padding: 0 4%;
  }
}
@media screen and (max-width: 390px) {
	#customize .methodBox .lead_txt{
		font-size: 20px;
	}
}
