@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
.concept .page_title {
  background: url("../img/title_bg/concept_bg.jpg") no-repeat center center;
}

.parent .page_title {
  background: url("../img/title_bg/parent_bg.jpg") no-repeat center left;
}

.about .page_title {
  background: url("../img/title_bg/about_bg.jpg") no-repeat center center;
}

.experiences .page_title {
  background: url("../img/title_bg/experiences_bg.jpg") no-repeat center center;
}

.qa .page_title {
  background: url("../img/title_bg/qa_bg.jpg") no-repeat center center;
}

.contact .page_title {
  background: url("../img/title_bg/contact_bg.jpg") no-repeat center center;
}

.archive .page_title {
  background: url("../img/title_bg/archive_bg.jpg") no-repeat center center;
}

.privacy-policy .page_title {
  background: url("../img/title_bg/archive_bg.jpg") no-repeat center center;
}

.page .page_title,
.archive .page_title {
  position: relative;
  height: 30vh;
  margin: 0;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page .page_title,
  .archive .page_title {
    height: 60vh;
  }
}
.page .page_title h3,
.archive .page_title h3 {
  width: 90%;
  text-align: left;
  font-size: 2.4rem;
  padding: 2% 4%;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  color: #fff;
  background-color: #1421b4;
}
@media screen and (min-width: 768px) {
  .page .page_title h3,
  .archive .page_title h3 {
    width: 60%;
    padding: 2% 4%;
    text-align: right;
    font-size: 4rem;
  }
}

#concept_first {
  color: #333;
  background-color: #f0eb3b;
}
#concept_first h3 {
  margin: 0 0 3%;
  color: #0f3491;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #concept_first h3 {
    font-size: 4.2rem;
  }
}
#concept_first h3 span {
  font-size: 3.8rem;
}
@media screen and (min-width: 768px) {
  #concept_first h3 span {
    font-size: 5.2rem;
  }
}

#concept_second {
  color: #fff;
  background-color: #0f3491;
}
#concept_second h3 {
  margin: 0 0 1%;
  color: #f0eb3b;
  font-size: 4.2rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #concept_second h3 {
    font-size: 5.2rem;
  }
}
#concept_second h3 span {
  font-size: 3.2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #concept_second h3 span {
    font-size: 4.2rem;
    display: inline;
  }
}
#concept_second h4 {
  max-width: 85%;
  color: #0f3491;
  font-size: 1.8rem;
  background-color: #f0eb3b;
  text-align: center;
  margin: 0 auto;
  padding: 2%;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #concept_second h4 {
    padding: 0 2%;
    font-size: 2rem;
    line-height: 1.6;
  }
}
#concept_second p {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #concept_second p {
    max-width: 85%;
  }
}
#concept_second h6 {
  margin: 5% 0 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
@media screen and (min-width: 768px) {
  #concept_second h6 {
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
#concept_second h5 {
  margin: 3% 0 6%;
  color: #0f3491;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  background-color: #f0eb3b;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
@media screen and (min-width: 768px) {
  #concept_second h5 {
    margin: 0 0 3%;
    font-size: 3.6rem;
    line-height: 1.6;
  }
}
#concept_second a {
  color: #fff;
}

#concept_third {
  background: url("../img/concept/concept_bg_01.jpg") no-repeat center top;
  background-size: cover;
}
#concept_third h3 {
  width: 100%;
  margin: 0 0 2%;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #concept_third h3 {
    width: 50%;
    font-size: 4.2rem;
  }
}
#concept_third p {
  width: 100%;
  background-color: #fff;
  margin: 0 0 2%;
  padding: 2.6%;
}
@media screen and (min-width: 768px) {
  #concept_third p {
    width: 50%;
  }
}

#concept_fourth {
  background: url("../img/concept/concept_bg_02.png") no-repeat left top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #concept_fourth {
    background-size: cover;
  }
}
#concept_fourth h3 {
  margin: 0 0 3%;
  color: #0f3491;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #concept_fourth h3 {
    font-size: 4.2rem;
  }
}
#concept_fourth h3 span {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #concept_fourth h3 span {
    font-size: 3.2rem;
  }
}

#concept_fifth {
  background: url("../img/concept/concept_bg_03.jpg") no-repeat center center;
  background-size: cover;
}
#concept_fifth h3 {
  margin: 0 0 3%;
  color: #0f3491;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #concept_fifth h3 {
    font-size: 4.2rem;
  }
}
#concept_fifth h3 span {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #concept_fifth h3 span {
    font-size: 3.2rem;
  }
}
#concept_fifth h4 {
  color: #fff;
  font-size: 2rem;
  background-color: #0f3491;
  text-align: center;
  padding: 0 2%;
}
#concept_fifth table {
  width: 100%;
}
#concept_fifth table th, #concept_fifth table td {
  font-size: 1.8rem;
  border-top: none;
  border-bottom: 1px solid #0f3491;
}
#concept_fifth table th {
  color: #0f3491;
}

#parent_first {
  background: url("../img/parent/parent_bg_01.jpg") no-repeat center top;
  background-size: cover;
}
#parent_first h3 {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #parent_first h3 {
    font-size: 4.2rem;
  }
}
#parent_first h3 span {
  font-size: 2.2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #parent_first h3 span {
    font-size: 3.2rem;
  }
}
#parent_first p {
  width: 100%;
  margin: 3% auto;
  padding: 3%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #parent_first p {
    width: 70%;
  }
}
#parent_first h4 {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #parent_first h4 {
    font-size: 3.2rem;
  }
}
#parent_first ul {
  width: 100%;
  margin: 0 auto;
  padding: 3% 3% 3% 8%;
  font-size: 1.6rem;
  color: #fff;
  background-color: #E63AB4;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #parent_first ul {
    width: 70%;
    padding: 2% 2% 2% 5%;
    font-size: 2rem;
  }
}
#parent_first ul li {
  margin: 0 0 3%;
  position: relative;
  padding-left: 10px;
  list-style: none;
}
#parent_first ul li:last-child {
  margin: 0;
}
#parent_first ul li:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: -0.7em;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 10px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#parent_second {
  background: url("../img/parent/parent_bg_02.png") no-repeat left top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #parent_second {
    background-size: cover;
  }
}
#parent_second h3 {
  margin: 0 0 3%;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
  color: #E63AB4;
}
@media screen and (min-width: 768px) {
  #parent_second h3 {
    font-size: 4.2rem;
  }
}
#parent_second h3 span {
  margin: 0 -2%;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  #parent_second h3 span {
    font-size: 5.2rem;
  }
}
#parent_second ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#parent_second ul li {
  margin: 2% 1%;
  padding: 0.4% 2%;
  font-size: 2rem;
  color: #fff;
  background-color: #1421B4;
  display: inline-block;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
#parent_second p {
  padding: 3%;
  background-color: #fff;
}
#parent_second h4 {
  margin: 3% 0 0;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #parent_second h4 {
    font-size: 3.2rem;
  }
}

#parent_third {
  color: #fff;
  background-color: #E63AB4;
}
#parent_third h3 {
  margin: 0 0 3%;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #parent_third h3 {
    font-size: 5.2rem;
  }
}
#parent_third h3 span {
  font-size: 2.2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #parent_third h3 span {
    font-size: 3.2rem;
  }
}
#parent_third p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #parent_third p {
    font-size: 1.6rem;
  }
}

#parent_fourth {
  background: url("../img/parent/parent_bg_03.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
}
#parent_fourth h3 {
  margin: 0 0 3%;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #parent_fourth h3 {
    font-size: 4rem;
  }
}
#parent_fourth h3 span {
  margin: 0 1% 0 0;
  font-size: 4.2rem;
}
@media screen and (min-width: 768px) {
  #parent_fourth h3 span {
    font-size: 6.2rem;
  }
}
#parent_fourth h5 {
  font-size: 3rem;
}
#parent_fourth h4 {
  padding: 1%;
  font-size: 3rem;
  line-height: 1;
  background-color: #E63AB4;
}
#parent_fourth h6 {
  font-size: 3.2rem;
}

#parent_fifth h3 {
  margin: 0 0 3%;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #parent_fifth h3 {
    font-size: 5.2rem;
  }
}
#parent_fifth h3 span {
  margin: 0 1% 0 0;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #parent_fifth h3 span {
    font-size: 3.2rem;
  }
}

#parent_sixth h3 {
  margin: 0 0 3%;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #parent_sixth h3 {
    font-size: 5.2rem;
  }
}
#parent_sixth h3 span {
  margin: 0 1% 0 0;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #parent_sixth h3 span {
    font-size: 3.2rem;
  }
}

#parent_seventh {
  background: url("../img/parent/parent_bg_04.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
}
#parent_seventh h3 {
  margin: 0 0 3%;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #parent_seventh h3 {
    font-size: 4.2rem;
  }
}

#about_first {
  background: url("../img/about/about_bg_01.png") no-repeat center top;
  background-size: cover;
}
#about_first .wrap {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about_first .wrap {
    width: 65%;
  }
}
#about_first h3 {
  margin: 0 0 3%;
  font-size: 4.2rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #about_first h3 {
    font-size: 5.2rem;
  }
}
#about_first p {
  padding: 2% 3% 3%;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
#about_first h4 {
  padding: 0.4% 2%;
  font-size: 1.7rem;
  color: #fff;
  background-color: #1421B4;
  display: inline-block;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media screen and (min-width: 768px) {
  #about_first h4 {
    font-size: 2.2rem;
  }
}
#about_first h5 {
  margin: 0;
  padding: 1% 2%;
  font-size: 2.2rem;
  color: #fff;
  background-color: #1421B4;
}

#about_second .wrap {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about_second .wrap {
    width: 65%;
  }
}
#about_second h3 {
  color: #1421B4;
  margin: 0 0 3%;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about_second h3 {
    font-size: 4.2rem;
  }
}
#about_second table {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #about_second table {
    width: 90%;
  }
}
#about_second table tr {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #about_second table tr {
    border-bottom: 10px solid #fff;
  }
}
#about_second table th, #about_second table td {
  border: none;
  display: block;
}
@media screen and (min-width: 768px) {
  #about_second table th, #about_second table td {
    display: table-cell;
  }
}
#about_second table th {
  font-weight: normal;
  color: #fff;
  background-color: #1421B4;
  text-align: center;
}
#about_second a {
  position: relative;
  display: block;
  margin: 3% 0 0;
  padding: 2%;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #1421B4;
  border: 3px solid #FCFF00;
}
#about_second a:hover {
  background-color: #6c76e4;
}
@media screen and (min-width: 768px) {
  #about_second a {
    font-size: 1.8rem;
  }
}
#about_second a span {
  color: #FCFF00;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #about_second a span {
    font-size: 2.4rem;
  }
}
#about_second a img {
  width: 180px;
  position: absolute;
  right: -20px;
  bottom: -40px;
}

#about_third {
  color: #fff;
  background-color: #1421B4;
}
#about_third h3 {
  margin: 0 0 3%;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about_third h3 {
    font-size: 4.2rem;
  }
}
#about_third h3 span {
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #about_third h3 span {
    font-size: 3.2rem;
  }
}
#about_third h4 {
  color: #FCFF00;
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #about_third h4 {
    font-size: 3.2rem;
  }
}
#about_third p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #about_third p {
    line-height: 1.8;
  }
}

#about_fourth {
  background-color: #FFFF00;
}
#about_fourth h3 {
  margin: 0 0 3%;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about_fourth h3 {
    font-size: 4.2rem;
  }
}
#about_fourth h3 span {
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #about_fourth h3 span {
    font-size: 3.2rem;
  }
}
#about_fourth .sub_text {
  margin: 0 0 8%;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #about_fourth .sub_text {
    margin: 0 0 3%;
    font-size: 1.6rem;
  }
}
#about_fourth .sub_title {
  color: #1421B4;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #about_fourth .sub_title {
    font-size: 3.2rem;
  }
}
#about_fourth .sub_title span {
  display: block;
}
#about_fourth h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #about_fourth h4 {
    font-size: 2.6rem;
  }
}
#about_fourth h5 {
  margin: 2% 0;
  padding: 1% 2%;
  color: #fff;
  font-size: 1.4rem;
  background-color: #1421B4;
}
@media screen and (min-width: 768px) {
  #about_fourth h5 {
    font-size: 2.2rem;
  }
}
#about_fourth h6 {
  margin: 0 0 2% 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #about_fourth h6 {
    font-size: 2.2rem;
  }
}
#about_fourth p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #about_fourth p {
    line-height: 1.8;
  }
}
#about_fourth a {
  position: relative;
  display: block;
  margin: 3% 0 0;
  padding: 2%;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #1421B4;
  border: 3px solid #FCFF00;
}
#about_fourth a:hover {
  background-color: #6c76e4;
}
@media screen and (min-width: 768px) {
  #about_fourth a {
    font-size: 1.8rem;
  }
}
#about_fourth a span {
  color: #FCFF00;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  #about_fourth a span {
    font-size: 2.4rem;
  }
}
#about_fourth a img {
  width: 180px;
  position: absolute;
  right: -20px;
  bottom: -40px;
}

#about_fifth h3 {
  margin: 0 0 3%;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #about_fifth h3 {
    font-size: 5.2rem;
  }
}
#about_fifth h3 span {
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #about_fifth h3 span {
    font-size: 4.2rem;
  }
}
#about_fifth .sub_text {
  margin: 0 0 8%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #about_fifth .sub_text {
    margin: 0 0 3%;
    font-size: 1.6rem;
  }
}
#about_fifth h4 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #about_fifth h4 {
    font-size: 4.2rem;
  }
}
#about_fifth h5 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #about_fifth h5 {
    font-size: 2.2rem;
  }
}
#about_fifth h6 {
  padding: 0 3%;
  font-size: 1.4rem;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  #about_fifth h6 {
    font-size: 2.2rem;
  }
}
#about_fifth p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #about_fifth p {
    line-height: 1.8;
    font-size: 1.8rem;
  }
}

#about_sixth {
  color: #fff;
  background-color: #1421B4;
}
#about_sixth h3 {
  margin: 0 0 3%;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  #about_sixth h3 {
    font-size: 5.2rem;
  }
}
#about_sixth h3 span {
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #about_sixth h3 span {
    font-size: 4.2rem;
  }
}
#about_sixth .sub_text {
  margin: 0 0 8%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #about_sixth .sub_text {
    margin: 0 0 3%;
    font-size: 1.6rem;
  }
}

#experiences_first h3 {
  margin: 0 0 3%;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #experiences_first h3 {
    font-size: 5.2rem;
  }
}
#experiences_first .sub_text {
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #experiences_first .sub_text {
    font-size: 1.6rem;
    text-align: center;
  }
}
#experiences_first .sub_title {
  width: 100%;
  margin: 3% auto 0;
  padding: 1% 0 0;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #1421b4;
}
@media screen and (min-width: 1024px) {
  #experiences_first .sub_title {
    width: 70%;
    padding: 0;
    font-size: 3rem;
  }
}
#experiences_first .schedule_body {
  width: 100%;
  margin: 0 auto;
  padding: 5% 5% 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 5px solid #1421b4;
}
@media screen and (min-width: 1024px) {
  #experiences_first .schedule_body {
    width: 70%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2%;
  }
}
#experiences_first .schedule_body div {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #experiences_first .schedule_body div {
    width: 45%;
  }
}
#experiences_first .schedule_body div h4 {
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1024px) {
  #experiences_first .schedule_body div h4 {
    font-size: 2.6rem;
  }
}
#experiences_first .schedule_body div ul {
  margin: 0 0 5%;
  padding: 0;
  list-style-position: inside;
}
@media screen and (min-width: 1024px) {
  #experiences_first .schedule_body div ul {
    margin: 0 0 3%;
  }
}
#experiences_first .schedule_body div ul li {
  padding: 2% 1%;
  font-size: 1.4rem;
  border-bottom: 1px dashed #ccc;
}
@media screen and (min-width: 1024px) {
  #experiences_first .schedule_body div ul li {
    font-size: 1.6rem;
  }
}
#experiences_first .schedule_body div ul li:last-child {
  border: none;
}
#experiences_first a {
  line-height: 1;
  width: 100%;
  margin: 3% auto 8%;
  padding: 2%;
  display: block;
  border: 5px solid #1421b4;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #experiences_first a {
    width: 60%;
    font-size: 4rem;
  }
}
#experiences_first a:hover {
  background-color: #fff;
}
#experiences_first a h5 {
  margin: 0 0 3%;
  padding: 1%;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #1421b4;
}
@media screen and (min-width: 1024px) {
  #experiences_first a h5 {
    font-size: 2.4rem;
  }
}
#experiences_first .experiences_note {
  width: 100%;
  margin: 0 auto 3%;
}
@media screen and (min-width: 1024px) {
  #experiences_first .experiences_note {
    width: 70%;
  }
}
#experiences_first .experiences_note .note_title {
  margin: 0 0 2%;
  padding: 1%;
  width: 250px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background-color: #1421b4;
}
#experiences_first .experiences_note ul {
  padding: 0 0 0 6%;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  #experiences_first .experiences_note ul {
    padding: 0 0 0 3%;
  }
}
#experiences_first .experiences_note ul li {
  margin: 2% 0;
}

#qa_first {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #qa_first {
    line-height: 1.8;
  }
}
#qa_first .wrap {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #qa_first .wrap {
    width: 65%;
  }
}
#qa_first h3 {
  font-size: 1.8rem;
  color: #1421B4;
  padding: 2% 3%;
  background-color: #FCFF00;
  border: 2px solid #1421B4;
}
@media screen and (min-width: 1024px) {
  #qa_first h3 {
    font-size: 2.4rem;
    padding: 1% 2%;
  }
}
#qa_first h3 span {
  text-align: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #1421B4;
}
@media screen and (min-width: 1024px) {
  #qa_first h3 span {
    width: 50px;
    height: 50px;
  }
}
#qa_first .qa_main_text {
  margin: 3% 0 1%;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  #qa_first .qa_main_text {
    margin: 3% 5% 1%;
    font-size: 1.8rem;
  }
}
#qa_first .qa_sub_text {
  margin: 0 0 8%;
  color: #333;
}
@media screen and (min-width: 1024px) {
  #qa_first .qa_sub_text {
    margin: 0 5% 5%;
  }
}

#contact_first p {
  text-align: center;
}