@charset "UTF-8";
/*====================================================================

	先生に聞きたい10のコト

====================================================================*/
.ask .justify p {
  text-align: justify;
  text-justify: inter-ideograph; /*IE*/
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
/* for SP max-width: 800px */
/*===============================================================

	共通

===============================================================*/
.section_ask {
  padding: 30px 0;
}

.section_ask .content_width {
  position: relative;
  border: 1px solid #000;
  padding: 4px;
}

.section_ask .content_width .border {
  border: 2px solid #000;
  overflow: hidden;
}

/* タイトル */
.section_ask .main_title {
  overflow: hidden;
  opacity: 0;
}

.loaded .section_ask .main_title {
  opacity: 1;
}

.section_ask .main_title .title {
  float: left;
  width: 50%;
}

.section_ask .main_title .title .logo {
  position: relative;
  opacity: 0;
  z-index: 10;
}

.section_ask .main_title .title .logo img {
  display: block;
  height: 230px;
  margin: 30px auto 0;
}

.section_ask .main_title .photo {
  position: relative;
  float: right;
  width: 50%;
}

.section_ask .main_title .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section_ask .main_title .main_caption_wrp {
  float: left;
  width: 50%;
  margin-top: 20px;
}

.section_ask .main_title .main_caption {
  position: relative;
  width: 75.7575757576%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
  padding: 18px;
  margin: 0 auto;
}

.section_ask .main_title .main_caption p {
  display: inline;
}

.section_ask .ul_yellow {
  background: -webkit-linear-gradient(transparent 60%, #ff0 40%);
  background: linear-gradient(transparent 60%, #ff0 40%);
}

.section_ask .main_caption .icon {
  position: absolute;
  top: 50%;
  z-index: 10;
}

.section_ask .main_title .profile {
  float: left;
  width: 50%;
}

.section_ask .main_title .profile .ph {
  position: relative;
  margin: 0 auto;
}

.section_ask .main_title .profile .ph .teacher {
  opacity: 0;
}

.section_ask .main_title .profile .ph .balloon {
  position: absolute;
  top: -10px;
  display: block;
  opacity: 0;
  z-index: 10;
}

.section_ask .main_title .profile .text {
  position: relative;
  border-radius: 0 10px 10px 0;
  padding: 15px;
  z-index: 20;
}

.section_ask .main_title .profile .text .profile_title {
  font-family: "open-sans-condensed-bold", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}

.section_ask .main_title .profile .text p {
  font-size: 14px;
}

.section_ask .main_title .profile .text .major {
  font-weight: bold;
  margin-top: 5px;
}

/* Q&A */
.section_ask .qa_list .row {
  display: flex;
  flex-wrap: wrap;
}

.section_ask .qa_list .qa {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  opacity: 0;
}

.section_ask .qa_list .qa .vcenter_wrp {
  position: relative;
  width: 100%; /*for IE11 */
}

.section_ask .qa_list .qa .question {
  display: flex;
  align-items: center;
  padding: 20px;
}

.section_ask .qa_list .qa .question .no {
  height: 80px;
  margin-right: 30px;
}

.section_ask .qa_list .qa .question .no img {
  height: 100%;
  width: auto;
}

.section_ask .qa_list .qa .question .query .q {
  display: inline;
  font-size: 18px;
  line-height: 2;
  background: #fff;
  padding: 0.2em 0;
}

.section_ask .qa_list .qa .answer {
  display: flex;
  flex-direction: row-reverse;
}

.section_ask .qa_list .qa .answer .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; /*for IE11 */
  padding: 0 20px 20px;
}

.section_ask .qa_list .qa .answer .text .heading {
  display: inline;
  font-size: 30px;
  line-height: 1.34;
  font-weight: bold;
}

.section_ask .qa_list .qa .answer .text .heading + p,
.section_ask .qa_list .qa .answer .text .heading + .cf {
  margin-top: 10px;
}

.section_ask .qa_list .qa .answer .photo {
  position: relative;
  width: 37.8787878788%;
}

.section_ask .qa_list .qa .answer .photo .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
}

.section_ask .qa_list .qa .answer .photo + .text {
  width: 62.1212121212%;
  flex-basis: 62.1212121212%; /*for IE11 */
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_ask {
    padding: 5px;
  }
  /* タイトル */
  .section_ask .main_title .title {
    float: none;
    width: 100%;
  }
  .section_ask .main_title .title .logo {
    /*width: 88.603988603988604%;
    margin: 5.333333333333333vw auto 0;*/
  }
  .section_ask .main_title .title .logo img {
    height: 39.7222222222vw;
    margin: 5.3333333333vw auto 0;
  }
  .section_ask .main_title .photo {
    display: block;
    min-height: auto;
    float: none;
    width: 59.5441595442%;
    margin: 0 auto;
  }
  .section_ask .main_title .photo img {
    position: static;
  }
  .section_ask .main_title .main_caption_wrp {
    float: none;
    width: 100%;
    margin-top: 1.3333333333vw;
  }
  .section_ask .main_title .main_caption {
    width: auto;
    padding: 3.4666666667vw 0;
    margin: 0 4vw;
  }
  .section_ask .main_title .main_caption p {
    font-size: 3.5vw;
  }
  .section_ask .main_title .profile {
    float: none;
    width: auto;
    margin-right: 4vw;
  }
  .section_ask .main_title .profile .ph {
    width: 35.6125356125%;
  }
  .section_ask .main_title .profile .text .profile_title {
    font-size: 4.5vw;
  }
  .section_ask .main_title .profile .text p {
    font-size: 3.2vw;
  }
  .section_ask .main_title .profile .text .major {
    letter-spacing: 0;
  }
  .section_ask .qa_list .row {
    display: block;
  }
  .section_ask .qa_list .qa {
    width: 100%;
    margin-top: 4vw;
  }
  .section_ask .qa_list .qa:nth-child(odd) {
    padding-right: 4vw;
  }
  .section_ask .qa_list .qa:nth-child(even) {
    padding-left: 4vw;
  }
  .section_ask .qa_list .qa .question {
    padding: 4vw;
  }
  .section_ask .qa_list .qa .question .no {
    height: 13.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  .section_ask .qa_list .qa .question .query .q {
    font-size: 3.5vw;
  }
  .section_ask .qa_list .qa .answer {
    display: flex;
    flex-direction: column-reverse;
  }
  .section_ask .qa_list .qa .answer .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 4vw 4vw;
  }
  .section_ask .qa_list .qa .answer .text .heading {
    font-size: 4.6vw;
  }
  .section_ask .qa_list .qa .answer .text .heading + p {
    margin-top: 2.6666666667vw;
  }
  .section_ask .qa_list .qa .answer .photo {
    width: auto;
    max-width: 100%;
    height: 57.3333333333vw;
    margin: 0 auto;
  }
  .section_ask .qa_list .qa .answer .photo img {
    width: auto;
    height: 100%;
  }
  .section_ask .qa_list .qa .answer .photo .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
  }
  .section_ask .qa_list .qa .answer .photo + .text {
    width: 100%;
  }
} /* for SP max-width: 800px */
/*===============================================================

	束田先生

===============================================================*/
.section_ask.tsukada {
  background: #7ecef4;
}

.section_ask.tsukada .main_title .photo {
  padding-top: 65.3465346535%;
}

.section_ask.tsukada .main_caption .icon.icon01 {
  top: 50%;
  left: 0;
  width: 11.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section_ask.tsukada .main_caption .icon.icon02 {
  top: 50%;
  right: 0;
  width: 11.25%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.section_ask.tsukada .main_title .profile .ph {
  width: 23.6742424242%;
}

.section_ask.tsukada .main_title .profile .ph .balloon {
  left: -84%;
  width: 112%;
}

.section_ask.tsukada .main_title .profile .text {
  background: #fff100;
}

.section_ask.tsukada .qa_list .qa.qa04 .answer {
  flex-direction: row;
}

.section_ask.tsukada .qa_list .qa.qa04 .answer .photo {
  padding-top: 30px;
}

.section_ask.tsukada .qa_list .qa.qa04 .answer .photo .icon {
  top: 0;
  left: auto;
  right: 0;
  width: 38.5%;
}

.section_ask.tsukada .qa_list .qa.qa05 .answer .text .illust {
  width: 20%;
  margin: 10px auto 0;
}

.section_ask.tsukada .qa_list .qa.qa06 .answer {
  flex-direction: row;
  align-items: flex-end;
}

.section_ask.tsukada .qa_list .qa.qa07 .illust {
  position: absolute;
  top: 0;
  right: 20px;
  width: 10.594795539%;
}

.section_ask.tsukada .qa_list .qa.qa04 .answer .photo .icon {
  width: 25%;
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_ask.tsukada .main_title .photo {
    padding-top: 0;
  }
  .section_ask.tsukada .main_caption .icon.icon01,
  .section_ask.tsukada .main_caption .icon.icon02 {
    top: 0;
  }
  .section_ask.tsukada .qa_list .qa.qa04 .answer {
    flex-direction: column-reverse;
  }
  .section_ask.tsukada .qa_list .qa.qa04 .answer .photo {
    padding-top: 0;
  }
  .section_ask.tsukada .qa_list .qa.qa06 .answer {
    flex-direction: column-reverse;
  }
  .section_ask.tsukada .qa_list .qa.qa07 .illust {
    right: 4vw;
  }
} /* for SP max-width: 800px */
/*===============================================================

	やまざき先生

===============================================================*/
.section_ask.yamazaki {
  background: #c490bf;
}

.section_ask.yamazaki .main_title .photo {
  padding-top: 66.571969697%;
  margin-top: 30px;
}

.section_ask.yamazaki .qa .face {
  width: 20%;
}

.section_ask.yamazaki .qa .illust_wrp {
  position: relative;
  margin-top: 10px;
}

.section_ask.yamazaki .qa .illust_wrp .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_ask.yamazaki .qa .illust_wrp .illust img {
  height: 100%;
  width: auto;
}

.section_ask.yamazaki .main_caption .icon.icon01 {
  top: 50%;
  left: 0;
  width: 11.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section_ask.yamazaki .main_caption .icon.icon02 {
  top: 50%;
  right: 0;
  width: 14%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.section_ask.yamazaki .main_title .profile .ph {
  width: 33.2713754647%;
}

.section_ask.yamazaki .main_title .profile .ph .balloon {
  left: -50.8379888268%;
  width: 78.2122905028%;
}

.section_ask.yamazaki .main_title .profile .text {
  background: #abcd03;
}

.section_ask.yamazaki .qa.qa02 .face,
.section_ask.yamazaki .qa.qa06 .face {
  float: right;
  margin: 0 0 20px 20px;
}

.section_ask.yamazaki .qa.qa03 .illust_wrp {
  padding-top: 21.2765957447%;
}

.section_ask.yamazaki .qa.qa03 .illust_wrp .illust {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
}

.section_ask.yamazaki .qa.qa03 .illust_wrp .illust01 {
  -webkit-transform: translate(-110%, -50%);
  transform: translateX(-110%, -50%);
}

.section_ask.yamazaki .qa.qa03 .illust_wrp .illust02 {
  height: 80%;
  -webkit-transform: translate(10%, -50%);
  transform: translate(10%, -50%);
}

.section_ask.yamazaki .qa.qa04 .face,
.section_ask.yamazaki .qa.qa10 .face {
  float: left;
  margin: 0 20px 20px 0;
}

.section_ask.yamazaki .qa.qa04 .illust {
  position: absolute;
  top: 0;
  right: 3.7878787879%;
  width: 15.7196969697%;
}

.section_ask.yamazaki .qa.qa06 .illust_wrp {
  padding-top: 17.0212765957%;
}

.section_ask.yamazaki .qa.qa06 .illust_wrp .illust {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translateX(-50%, -50%);
}

.section_ask.yamazaki .qa.qa08 .illust {
  position: absolute;
  top: -20px;
  right: 1%;
  width: 18.9393939394%;
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_ask.yamazaki .main_title .photo {
    margin-top: 3vw;
    padding-top: 0;
  }
  .section_ask.yamazaki .qa.qa02 .face,
  .section_ask.yamazaki .qa.qa06 .face {
    margin: 0 0 15px 15px;
  }
  .section_ask.yamazaki .qa.qa04 .face,
  .section_ask.yamazaki .qa.qa10 .face {
    margin: 0 15px 15px 0;
  }
} /* for SP max-width: 800px */
/*===============================================================

	Kanoh先生

===============================================================*/
.section_ask.kanoh {
  background: #f4b3c2;
}

.section_ask.kanoh .main_title .photo {
  padding-top: 65.3465346535%;
  margin-top: 30px;
}

.section_ask.kanoh .main_caption .icon.icon01 {
  top: 50%;
  left: 0;
  width: 11.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section_ask.kanoh .main_caption .icon.icon02 {
  top: 50%;
  right: 0;
  width: 11.25%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.section_ask.kanoh .main_title .profile .ph {
  width: 23.6742424242%;
}

.section_ask.kanoh .main_title .profile .ph .balloon {
  left: -84%;
  width: 112%;
}

.section_ask.kanoh .main_title .profile .text {
  background: #fff100;
}

.section_ask.kanoh .qa_list .qa.qa02 .illust {
  position: absolute;
  top: 0;
  right: 40px;
  width: 14%;
}

.section_ask.kanoh .qa_list .qa.qa03 .answer .text_photo {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

.section_ask.kanoh .qa_list .qa.qa03 .answer p {
  flex: 1 0;
  padding-left: 20px;
}

.section_ask.kanoh .qa_list .qa.qa04 .answer .photo .icon {
  top: 0;
  left: auto;
  right: 0;
  width: 38.5%;
}

.section_ask.kanoh .qa_list .qa.qa05 .answer .text .illust {
  width: 20%;
  margin: 10px auto 0;
}

.section_ask.kanoh .qa_list .qa.qa06 .answer .text_photo {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

.section_ask.kanoh .qa_list .qa.qa06 .answer p {
  flex: 1 0;
  padding-right: 20px;
}

.section_ask.kanoh .qa_list .qa.qa06 .answer .photo .icon {
  position: absolute;
  top: -12%;
  left: auto;
  right: 0;
  width: 30%;
}

.section_ask.kanoh .qa_list .qa.qa10 .answer .photo .icon {
  width: 35%;
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_ask.kanoh .main_title .photo {
    padding-top: 0;
    margin-top: 3vw;
  }
  .section_ask.kanoh .main_caption .icon.icon01,
  .section_ask.kanoh .main_caption .icon.icon02 {
    top: 0;
  }
  .section_ask.kanoh .qa_list .qa.qa02 .illust {
    right: 4vw;
    width: 20%;
  }
  .section_ask.kanoh .qa_list .qa.qa03 .answer .text_photo {
    flex-direction: column-reverse;
    margin-top: 2.6666666667vw;
  }
  .section_ask.kanoh .qa_list .qa.qa03 .answer p {
    padding-left: 0;
    padding-bottom: 4vw;
  }
  .section_ask.kanoh .qa_list .qa.qa04 .answer {
    flex-direction: column-reverse;
  }
  .section_ask.kanoh .qa_list .qa.qa04 .answer .photo {
    padding-top: 0;
  }
  .section_ask.kanoh .qa_list .qa.qa06 .answer .text_photo {
    flex-direction: column;
    margin-top: 2.6666666667vw;
  }
  .section_ask.kanoh .qa_list .qa.qa06 .answer p {
    padding-left: 0;
    padding-bottom: 4vw;
  }
  .section_ask.kanoh .qa_list .qa.qa06 .answer .photo .icon {
    top: -5%;
    right: -10%;
  }
} /* for SP max-width: 800px */
/*===============================================================

	齋藤先生

===============================================================*/
.section_ask.saito {
  background: #cfdd3c;
}

.section_ask.saito .main_title .photo {
  padding-top: 65.3465346535%;
  margin-top: 30px;
}

.section_ask.saito .main_caption .icon.icon01 {
  top: 50%;
  left: 0;
  width: 11.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section_ask.saito .main_caption .icon.icon02 {
  top: 50%;
  right: 0;
  width: 11.25%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.section_ask.saito .main_title .profile .ph {
  width: 23.6742424242%;
}

.section_ask.saito .main_title .profile .ph .balloon {
  left: -90%;
  width: 112%;
}

.section_ask.saito .main_title .profile .text {
  background: #fff100;
}

.section_ask.saito .qa_list .qa.qa01 .answer .text_photo {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.section_ask.saito .qa_list .qa.qa01 .answer p {
  flex: 1 0;
  padding-right: 20px;
}

.section_ask.saito .qa_list .qa.qa02 .illust {
  position: absolute;
  top: 0;
  right: 20px;
  width: 14%;
}

.section_ask.saito .qa_list .qa.qa04 .answer {
  flex-direction: row;
}

.section_ask.saito .qa_list .qa.qa05 .illust {
  position: absolute;
  top: -10%;
  left: auto;
  right: 10%;
  width: 20%;
}

.section_ask.saito .qa_list .qa.qa06 .answer .photo .icon {
  position: absolute;
  top: auto;
  bottom: 100%;
  left: auto;
  right: 20px;
  width: 35%;
  margin-bottom: 20px;
}

.section_ask.saito .qa_list .qa.qa07 .answer .text_photo {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

.section_ask.saito .qa_list .qa.qa07 .answer p {
  flex: 1 0;
  padding-right: 20px;
}

.section_ask.saito .qa_list .qa.qa08 .illust {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 20%;
}

.section_ask.saito .qa_list .qa.qa09 .answer {
  flex-direction: row;
}

.section_ask.saito .qa_list .qa.qa09 .illust {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  margin-top: -20px;
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_ask.saito .main_title .photo {
    padding-top: 0;
    margin-top: 3vw;
  }
  .section_ask.saito .main_caption .icon.icon01,
  .section_ask.saito .main_caption .icon.icon02 {
    top: 0;
  }
  .section_ask.saito .qa_list .qa.qa01 .answer .text_photo {
    flex-direction: column;
    margin-top: 2.6666666667vw;
  }
  .section_ask.saito .qa_list .qa.qa01 .answer p {
    padding-right: 0;
    padding-bottom: 4vw;
  }
  .section_ask.saito .qa_list .qa.qa02 .illust {
    top: auto;
    bottom: 100%;
    right: 4vw;
    width: 20%;
    margin-bottom: -4vw;
  }
  .section_ask.saito .qa_list .qa.qa04 .answer {
    flex-direction: column-reverse;
    margin-top: 2.6666666667vw;
  }
  .section_ask.saito .qa_list .qa.qa05 .illust {
    top: 0;
    right: 2vw;
    width: 20%;
    margin-top: -2vw;
  }
  .section_ask.saito .qa_list .qa.qa06 .answer .photo .icon {
    top: 0;
    bottom: auto;
    left: 100%;
    right: auto;
    width: 35%;
    margin-bottom: 0;
    margin-left: -4vw;
  }
  .section_ask.saito .qa_list .qa.qa07 .answer .text_photo {
    flex-direction: column;
    margin-top: 4vw;
  }
  .section_ask.saito .qa_list .qa.qa07 .answer p {
    padding-right: 0;
    padding-bottom: 4vw;
  }
  .section_ask.saito .qa_list .qa.qa08 .illust {
    top: 4vw;
    right: 2vw;
  }
  .section_ask.saito .qa_list .qa.qa09 .answer {
    flex-direction: column-reverse;
  }
  .section_ask.saito .qa_list .qa.qa09 .illust {
    position: absolute;
    top: 0;
    right: 0;
    width: 16%;
    margin-top: 4vw;
  }
} /* for SP max-width: 800px */
/*====================================================================

	Animation

	tdStampInSwing from tuesday.css
	https://shakrmedia.github.io/tuesday/

	boingInUp from magic.css
	https://www.minimamente.com/project/magic/

====================================================================*/
/* tdStampInSwing */
.tdStampInSwing {
  animation-name: tdStampInSwing;
  animation-delay: 0.25s;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes tdStampInSwing {
  0% {
    opacity: 0;
    transform: scale(1.3) rotate(-3deg);
    animation-timing-function: cubic-bezier(0.59, 0, 1, 0.375);
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
/* boingInUp */
.boingInUp {
  animation-name: boingInUp;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes boingInUp {
  0% {
    opacity: 0;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(-90deg);
  }
  50% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(50deg);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 0%;
    transform: perspective(800px) rotateX(0deg);
  }
}
.pulse1 {
  animation-name: pulse_custom;
  animation-delay: 0;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.pulse2 {
  animation-name: pulse_custom;
  animation-delay: 0.3;
  animation-duration: 3.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes pulse_custom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.main_title_teacher {
  animation-name: mainTitleTeacher;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes mainTitleTeacher {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.main_title_balloon {
  animation-name: mainTitleBalloon;
  animation-delay: 0.2s;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes mainTitleBalloon {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/*===============================================================

	新フレーム適用

===============================================================*/
@media screen and (min-width: 801px) and (max-width: 1220px) {
  .section_ask {
    padding: 30px;
  }
  .section_ask .main_title .title .logo img {
    height: 150px;
  }
  .section_ask .main_title .main_caption {
    width: 90%;
  }
} /* (min-width:801px) and (max-width: 1220px) */
/*===============================================================

	アキヤマ先生
	250313/追加

===============================================================*/
.section_ask.akiyama .main_title .photo {
  padding-top: 65.3465346535%;
}

.section_ask.akiyama .main_caption .icon.icon01 {
  top: 50%;
  left: 0;
  width: 11.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section_ask.akiyama .main_caption .icon.icon02 {
  top: 50%;
  right: 0;
  width: 11.25%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.section_ask.akiyama .qa_list .qa.qa04 .answer {
  flex-direction: row;
}

.section_ask.akiyama .qa_list .qa.qa04 .answer .photo {
  padding-top: 30px;
}

.section_ask.akiyama .qa_list .qa.qa04 .answer .photo .icon {
  top: 0;
  left: auto;
  right: 0;
  width: 38.5%;
}

.section_ask.akiyama .qa_list .qa.qa06 .answer .text .illust {
  width: 20%;
  margin: 10px auto 0;
}

.section_ask.akiyama .qa_list .qa.qa07 .illust {
  position: absolute;
  top: -30px;
  right: 20px;
  width: 10.594795539%;
}

.section_ask.akiyama .qa_list .qa.qa10 .answer .photo .icon {
  top: 0;
  left: -10%;
  width: 25%;
}

.section_ask.akiyama .qa_list .qa.qa04 .answer .photo .icon {
  width: 25%;
}

.section_ask.akiyama .qa_list .qa .answer {
  align-items: flex-end;
}

.section_ask.akiyama .qa_list .qa {
  align-items: flex-end;
  margin-bottom: 30px;
  margin-top: 0;
}

.section_ask.akiyama .qa_list .qa .answer .text {
  padding: 0 20px;
}

/* PC小*/
/* for pc(mini) max-width: 1400px */
/* タブレット以下 */
/* for tablet max-width: 1070px */
/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
  .section_ask.akiyama .main_title .photo {
    padding-top: 5vw;
  }
  .section_ask.akiyama .main_caption .icon.icon01,
  .section_ask.akiyama .main_caption .icon.icon02 {
    top: 0;
  }
  .section_ask.akiyama .qa_list .qa.qa04 .answer {
    flex-direction: column-reverse;
  }
  .section_ask.akiyama .qa_list .qa.qa04 .answer .photo {
    padding-top: 0;
  }
  .section_ask.akiyama .qa_list .qa.qa06 .answer {
    flex-direction: column-reverse;
  }
  .section_ask.akiyama .qa_list .qa.qa07 .illust {
    right: 4vw;
  }
  .section_ask.akiyama .qa_list .qa .answer .text {
    padding: 0 4vw 4vw;
  }
  .section_ask.akiyama .qa_list .qa {
    margin-bottom: 0;
    margin-top: 4vw;
  }
} /* for SP max-width: 800px */
/*===============================================================
	section_akiyama
	250313/SCSS追加
===============================================================*/
.section_akiyama {
  background: #cfdd3c;
  /*===============================================================
  	main_title
  ===============================================================*/
}
.section_akiyama .main_title {
  margin-bottom: 30px;
}
.section_akiyama .main_title .title .logo img {
  height: 250px;
}
.section_akiyama .main_title .profile {
  margin-top: 30px;
}
.section_akiyama .main_title .profile .ph {
  width: 32%;
  margin-left: 20%;
}
.section_akiyama .main_title .profile .balloon {
  right: -110%;
  width: 112%;
}
.section_akiyama .main_title .profile .text {
  background: #EA5504;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .section_akiyama .main_title {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=ask.css.map */