@charset "UTF-8";
/* CSS Document */
/*------------------------------
	Index
------------------------------*/
/*Common
---------------------*/
#index section {
  padding-top: 100px;
  padding-bottom: 100px;
}
#index .container {
  max-width: 1400px;
  width: 90%;
  margin: auto;
}
h2.ttl, h3.ttl {
  font-size: 3em;
}
.txt p {
  font-size: 1.4em;
}
.read p, .read li {
  line-height: 3;
}
.photoimg {
  width: 100%;
  height: auto;
}
.sub_ttl span {
  font-size: 0.7em;
  display: block;
}
@media (max-width:1199.99px) {
h2.ttl, h3.ttl {
  font-size: 28px;
}
.txt p {
  font-size: 15px;
}
}
@media (max-width:768.98px) {
#index section {
  padding-top: 2em;
  padding-bottom: 2em;
}
h2.ttl, h3.ttl {
  font-size: 28px;
}
.txt p {
  font-size: 15px;
}
}
@media (max-width:576px) {
h2.ttl, h3.ttl {
  font-size: 24px;
}
.txt p {
  font-size: 14px;
}
}
/* main_img 
---------------------*/
#mainRead {
  position: relative;
  height: 1000px;
  overflow: hidden;
}
#mainRead .en_txtbox {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin: auto;
    opacity: 1;
  z-index: 1000px;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0%);
}
#mainRead .en_txtbox img {
  width: 100%;
  height: auto;
    opacity: 1;
}
#mainRead .imagebox {
  position: absolute;
  max-width: 1600px;
  margin: auto;
  width: 100%;
  height: 800px;
  z-index: 10px;
  top: 180px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.sizes {
  height: 300px;
}
.sizem {
  height: 500px;
}
.sizel {
  height: 800px;
}
#mainRead .ph {
    position: relative;
}
slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin: 10px;
  background-color: rgba(255,255,255,1.00);
}
#photo03 .txt {
  position: absolute;
  width: 60%;
  z-index: 20;
  opacity: 1;
  bottom: 14%;
  left: 5%;
  line-height: 0;
}
#photo03 .txt img {
  width: 100%;
  height: auto;
}
.slider div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: slide-fade;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  border-radius: 30px;
}
@keyframes slide-fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
#photo01 .slider div:first-of-type {
  background-image: url(../img/index/main_img_02.jpg);
}
#photo01 .slider div:nth-of-type(2) {
  background-image: url(../img/index/main_img_03.jpg);
  animation-delay: 10s;
}
#photo01 .slider div:nth-of-type(3) {
  background-image: url(../img/index/main_img_04.jpg);
  animation-delay: 20s;
}
#photo01 .slider div:nth-of-type(4) {
  background-image: url(../img/index/main_img_05.jpg);
  animation-delay: 30s;
}
#photo01 .slider div:last-of-type {
  background-image: url(../img/index/main_img_01.jpg);
  animation-delay: 40s;
}
#photo02 .slider div:first-of-type {
  background-image: url(../img/index/main_img_03.jpg);
}
#photo02 .slider div:nth-of-type(2) {
  background-image: url(../img/index/main_img_04.jpg);
  animation-delay: 10s;
}
#photo02 .slider div:nth-of-type(3) {
  background-image: url(../img/index/main_img_05.jpg);
  animation-delay: 20s;
}
#photo02 .slider div:nth-of-type(4) {
  background-image: url(../img/index/main_img_01.jpg);
  animation-delay: 30s;
}
#photo02 .slider div:last-of-type {
  background-image: url(../img/index/main_img_02.jpg);
  animation-delay: 40s;
}
#photo03 .slider div:first-of-type {
  background-image: url(../img/index/main_img_01.jpg);
}
#photo03 .slider div:nth-of-type(2) {
  background-image: url(../img/index/main_img_02.jpg);
  animation-delay: 10s;
}
#photo03 .slider div:nth-of-type(3) {
  background-image: url(../img/index/main_img_03.jpg);
  animation-delay: 20s;
}
#photo03 .slider div:nth-of-type(4) {
  background-image: url(../img/index/main_img_04.jpg);
  animation-delay: 30s;
}
#photo03 .slider div:last-of-type {
  background-image: url(../img/index/main_img_05.jpg);
  animation-delay: 40s;
}
#photo04 .slider div:first-of-type {
  background-image: url(../img/index/main_img_04.jpg);
}
#photo04 .slider div:nth-of-type(2) {
  background-image: url(../img/index/main_img_05.jpg);
  animation-delay: 10s;
}
#photo04 .slider div:nth-of-type(3) {
  background-image: url(../img/index/main_img_01.jpg);
  animation-delay: 20s;
}
#photo04 .slider div:nth-of-type(4) {
  background-image: url(../img/index/main_img_02.jpg);
  animation-delay: 30s;
}
#photo04 .slider div:last-of-type {
  background-image: url(../img/index/main_img_03.jpg);
  animation-delay: 40s;
}
#photo05 .slider div:first-of-type {
  background-image: url(../img/index/main_img_05.jpg);
}
#photo05 .slider div:nth-of-type(2) {
  background-image: url(../img/index/main_img_01.jpg);
  animation-delay: 10s;
}
#photo05 .slider div:nth-of-type(3) {
  background-image: url(../img/index/main_img_02.jpg);
  animation-delay: 20s;
}
#photo05 .slider div:nth-of-type(4) {
  background-image: url(../img/index/main_img_03.jpg);
  animation-delay: 30s;
}
#photo05 .slider div:last-of-type {
  background-image: url(../img/index/main_img_04.jpg);
  animation-delay: 40s;
}
#photo06 .slider div:first-of-type {
  background-image: url(../img/index/main_img_05.jpg);
}
#photo06 .slider div:nth-of-type(2) {
  background-image: url(../img/index/main_img_01.jpg);
  animation-delay: 10s;
}
#photo06 .slider div:nth-of-type(3) {
  background-image: url(../img/index/main_img_02.jpg);
  animation-delay: 20s;
}
#photo06 .slider div:nth-of-type(4) {
  background-image: url(../img/index/main_img_03.jpg);
  animation-delay: 30s;
}
#photo06 .slider div:last-of-type {
  background-image: url(../img/index/main_img_04.jpg);
  animation-delay: 40s;
}
@media (max-width:1199.99px) {
#mainRead {
  height: 800px;
}
#mainRead .en_txtbox {
  top: 90px;
}
#mainRead .imagebox {
  height: 700px;
  top: 130px;
  left: 50%;
}
.sizes {
  height: 230px;
}
.sizem {
  height: 410px;
}
.sizel {
  height: 640px;
}
.slider div {
  border-radius: 20px;
}
}
@media (max-width:767.99px) {
#mainRead {
  height: 630px;
}
#mainRead .en_txtbox {
  top: 100px;
}
#mainRead .imagebox {
  height: 600px;
  top: 130px;
  left: 50%;
}
.sizel {
  height: 500px;
}
#mainRead .ph {
  position: relative;
  border-radius: 20px;
}
slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  margin: 10px;
}
#photo03 .txt {
  width: 60%;
  bottom: 10%;
  left: 5%;
}
}
@media (max-width:575.98px) {
#mainRead {
  height: 560px;
}
#mainRead .en_txtbox {
  top: 72px;
}
#mainRead .imagebox {
  height: 500px;
  top: 90px;
}
#photo03 .txt {
  width: 70%;
  bottom: 10%;
  left: 5%;
}
.sizel {
  height: 460px;
}
}
/*#newsEria
---------------------*/
#newsEria {
  width: 100%;
  background-image: url(../img/common/news_bg_txt.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 80%;
  max-width: 1600px;
  margin: auto;
}
#newsEria .txt {
  text-align: center;
}
#newsEria .box img {
  margin: auto;
  width: 100%;
  height: auto;
}
#newsEria .list .box {
  margin: 20px 10px;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1.00);
}
#newsEria .list .day {
  text-align: left;
  line-height: 1.2;
  display: inline-block;
  padding-bottom: 10px;
  margin: -100px 0 0 10px;
  color: rgba(90, 90, 90, 1.00);
}
#newsEria .list .day span {
  font-size: 2.8em;
  display: block;
}
#newsEria .list .cat {
  display: inline-block;
  padding: 1px 10px 1px;
  border-bottom: 0;
  border-top: 0;
}
#newsEria .list .ttl {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: bold;
  display: block;
  padding: 1em 1.3em;
}
#newsEria .list .box .txt {
  text-align: left;
  padding: 1em 2em;
}
#newsEria .list .box .txt p {
  text-align: left;
  font-size: 1em;
  margin: 0px;
  line-height: 1.4;
}
@media (max-width:1199.98px) {
#newsEria .list .day span {
  font-size: 28px;
}
#newsEria .list .ttl {
  font-size: 15px;
  line-height: 1.2;
}
#newsEria .list .box .txt p {
  font-size: 14px;
  line-height: 1.3;
}
}
@media (max-width:991.98px) {
#newsEria {
  background-position: left top;
  background-size: auto 40%;
}
#newsEria .ttlbox {
text-align: center;
padding-bottom: 5em;
}
}
@media (max-width:767.98px) {
#newsEria {
  width: 100%;
  background-position: left top;
  background-size: 80% auto;
}
#newsEria .txt {
padding-bottom: 3em;
}
#newsEria .txt .ttl {
padding: 0em 1em;
}
#newsEria .list .day {
  padding-bottom: 10px;
  margin: 0px 0 0 20px;
  color: rgba(90, 90, 90, 1.00);
}
#newsEria .list .day span {
  font-size: 28px;
}
#newsEria .list .box {
  margin: 10px auto;
  padding-top: 10px;
  padding-bottom: 26px;
  width: 100%;
  height: auto;
  max-width: 500px;
}
#newsEria .list .ttl {
  font-size: 15px;
  line-height: 1.2;
  padding: 0.5em 1.3em;
}
#newsEria .list .box .txt {
  text-align: left;
  padding: 0.5em 2em;
}
#newsEria .list .box .txt p {
  font-size: 14px;
  line-height: 1.5;
}
}
@media (max-width:575.98px) {

  #newsEria .list .ttl a {
    font-size: 16px;
  }
}
/*#aboutEria
---------------------*/
#aboutEria {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 84%, rgba(255, 255, 255, 0.6671043417366946) 92%, rgba(255, 255, 255, 0) 100%);
}
#aboutEria .container-fluid {
  background-image: url(../img/index/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 110%;
  max-width: 1800px;
  padding-bottom: 2em;
}
#aboutEria .box {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
#aboutEria .box .txt p {
  line-height: 2.4;
}
#aboutEria .ttl {
  padding: 100px 0 0 80px;
  background-image: url(../img/common/ttle_en_about.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  height: 250px;
}
#aboutEria .ttl span {
  color: rgba(10, 104, 209, 1.00);
  letter-spacing: -0.1em;
  margin-left: -10px;
}

#aboutEria .ttl .small {
  padding-left: 2em;
  padding-top: 10px;
  display: block;
    letter-spacing: 1px;
}
#aboutEria .box .txt {
  padding: 0 0 0 150px;
  display: block;
}
#aboutEria .box .linkbt {
  padding: 2em 0 0 150px;
  text-align: left;
}
#aboutEria .box .linkbt a {
  font-size: 1em;
}

@media (max-width:1499.99px) {
#aboutEria .container-fluid {
  background-position: 120% bottom;
  background-size: auto 100%;
}
}
@media (max-width:1299.99px) {
#aboutEria .container-fluid {
  background-size: auto 90%;
}
}
@media (max-width:991.99px) {
#aboutEria {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 84%, rgba(255, 255, 255, 0.6671043417366946) 92%, rgba(255, 255, 255, 0) 100%);
}
#aboutEria .ttl {
  padding: 70px 0 0 60px;
  background-position: left center;
  background-size: auto 100%;
  height: 180px;
}
#aboutEria .container-fluid {
  background-position: center 80px;
  background-size: auto 500px ;
}
#aboutEria .box .txt {
  padding: 400px 0 0 0px;
  text-align: center;
}
#aboutEria .box .linkbt {
  padding: 2em 0 0 0px;
  text-align: center;
}
}
@media (max-width:575.98px) {
#aboutEria {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 84%, rgba(255, 255, 255, 0.6671043417366946) 92%, rgba(255, 255, 255, 0) 100%);
}
#aboutEria .ttl {
  padding: 50px 0 0 50px;
  background-size: auto 100%;
  height: 160px;
}
#aboutEria .container-fluid {
  background-position: center 80px;
  background-size: auto 400px ;
}
#aboutEria .box .txt {
  padding: 360px 0 0 0px;
  text-align: center;
}
#aboutEria .box .txt p {
  font-size: 14px;
}
#aboutEria .box .linkbt a {
  letter-spacing: 1px;
}
}
@media (max-width:500px) {
#aboutEria .ttl {
  padding: 40px 0 0 40px;
  background-size: auto 100%;
  height: 130px;
  font-size: 20px;
}
#aboutEria .ttl span {
  margin-left: -10px;
}
}
/*#TrainingEria
---------------------*/
#trainingEria {
  width: 100%;
  margin: auto;
  background-image: url(../img/index/training_txt_en.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: rgba(255, 255, 255, 1.00);
}
#trainingEria .read {
width: 94%;
  max-width: 900px;
  margin: 3em auto;
}
#trainingEria .read p {
  line-height: 1.6;
  font-size: 1.1em;
}
#trainingEria .container {
  max-width: 1400px;
  width: 96%;
}
#trainingEria .ttl {
  text-align: center;
}
#trainingEria .ttl span {
  color: rgba(0, 106, 216, 1.00);
  letter-spacing: -0.1em;
}
#trainingEria .box {
  padding: 2em 2em 10em 2em;
}
#trainingEria #step1.box {
  background-image: url(../img/common/share_l.png);
  background-repeat: no-repeat;
  background-position: 60% bottom;
  background-size: 250px auto;
}
#trainingEria #step2.box {
  background-image: url(../img/common/share_r.png);
  background-repeat: no-repeat;
  background-position: 40% bottom;
  background-size: 250px auto;
}
#trainingEria .box .ttl {
  font-size: 2em;
  text-align: left;
  padding: 80px 0 0 60px;
  margin: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  height: 200px;
  width: 530px;
}
#trainingEria #step1.box .ttl {
  background-image: url("../img/common/tre_en_01.png");
  color: rgba(255, 137, 0, 1.00);
}
#trainingEria #step2.box .ttl {
  background-image: url("../img/common/tre_en_02.png");
  color: rgba(255, 54, 128, 1.00);
}
#trainingEria #step3.box .ttl {
  background-image: url("../img/common/tre_en_03.png");
  color: rgba(163, 92, 203, 1.00);
}

#trainingEria .box .txt {
  padding: 2em;
  width: 90%;
  margin: auto;
}
#trainingEria .box .txt p {
  font-size: 1.1em;
}
#trainingEria .imgblock {
    position: relative;
}
#trainingEria .imgblock img {
  width: 100%;
  height: auto;
  position: absolute;
}
#trainingEria img.p01 {
  width: 40%;
  left: 10%;
  top:0px;;
}
#trainingEria img.p02 {
  width: 90%;
  border-radius: 20px;
  right: 0;
  top: 30px;
  box-shadow: 0px 0px 10px 0px rgba(89, 89, 89, 0.61);
}
#trainingEria img.p03 {
  top: 60px;
  width: 90%;
}
#trainingEria img.p04 {
  width: 40%;
  right: 0;
  top: 0px;
}
#trainingEria img.p05 {
  width: 90%;
  border-radius: 20px;
  right: 0;
  top: 30px;
  box-shadow: 0px 0px 10px 0px rgba(89, 89, 89, 0.61);
}
#trainingEria img.p06 {
  top: 60px;
  width: 90%;
}
#trainingEria .box .linkbt a {
  padding: 0.6em 2em;
  font-size: 1.1em;
}
#trainingEria .linkcome {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 1em;
}
#trainingEria .read .linkbt a {
  font-size: 18px;
}
@media (min-width:1100px) {
#trainingEria .box .ttl br {
display: none;
}
}
@media (max-width:1099.98px) {
#trainingEria .box .ttl {
  padding: 60px 0 0 60px;
  height: 180px;
  width: 400px;
}
}
@media (min-width:762px) and (max-width:991.98px) {
#trainingEria .box {
  padding: 2em 2em 8em 2em;
}
#trainingEria .box .ttl {
font-size: 26px;
  text-align: left;
  padding: 50px 0 0 60px;
  background-size: auto 100%;
  height: 150px;
    width: 300px;
}
#trainingEria .box .txt {
  width: 98%;
}
#trainingEria .box .txt p {
  font-size: 15px;
  line-height: 1.4;
}
#trainingEria #step1.box {
  background-size: 26% auto;
}
#trainingEria #step2.box {
  background-size: 26% auto;
}
}
@media (max-width:767.98px) {
#trainingEria {
  background-size: 110% auto;
}
#trainingEria .container {
  width: 90%;
  max-width: 600px;
}
#trainingEria .read p {
  font-size: 15px;
  line-height: 1.5;
}
#trainingEria .box {
  padding: 2em 0em 5em 0em;
}
#trainingEria .photoimg {
  max-width: 500px;
  margin: auto;
}
#trainingEria .txtblock {
margin-top: 420px;
}
#trainingEria .box .ttl {
  font-size: 24px;
  text-align: left;
  padding: 50px 0 0 50px;
  background-size: auto 100%;
  height: 150px;
  width: 100%;
}
#trainingEria .box .txt {
  padding: 1em 0em;
  width: 90%;
}
#trainingEria .box .txt p {
  font-size: 15px;
  line-height: 1.4;
}
#trainingEria #step1.box {
  background-position: right bottom;
  background-size: 40% auto;
}
#trainingEria #step2.box {
  background-position: left bottom;
  background-size: 40% auto;
}

#trainingEria img.p01 {
  width: 40%;
  left: 6%;
  top: 0;
}
#trainingEria img.p02 {
  width: 94%;
  top: 30px;
  border-radius: 16px;
}
#trainingEria img.p03 {
  top: 50px;
  width: 96%;
}
#trainingEria img.p04 {
  width: 40%;
    top: 0;
  right: 0;
}
#trainingEria img.p05 {
  width: 94%;
  top: 30px;
  border-radius: 16px;
}
#trainingEria img.p06 {
  top: 50px;
  width: 96%;
}
#trainingEria .linkcome {
  font-size: 18px;
}
#trainingEria .read .linkbt a {
  font-size: 16px;
}
}
@media (min-width:500px) and (max-width:576.98px) {
#trainingEria .txtblock {
margin-top: 380px;
}
}
@media (max-width:499.98px) {
#trainingEria .read {
width: 100%;
}
#trainingEria .ttl span {
  display: block;
}
#trainingEria .txtblock {
margin-top: 300px;
}
#trainingEria .box .txt {
  padding: 1em 0em;
  width: 98%;
}

#trainingEria .linkcome {
  font-size: 14px;
}
}
@media (max-width:400px) {}
/*#voiceEria
---------------------*/
#voiceEria {
    background-image: url(../img/index/voice_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 150px;
    margin-bottom: 100px;
    background-color: rgba(255,255,255,1.00);
}
#voiceEria .ttl {
  padding: 100px 0 0 80px;
  background-image: url("../img/common/ttle_en_voice.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  height: 250px;
  width: 500px;
  margin-bottom: 2em;
}
#voiceEria .ttl span {
  color: rgba(255, 137, 0, 1.00);
}
#voiceEria .container {
  max-width: 1200px;
}
#voiceEria .box {
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 30px;
  padding: 3em;
  max-width: 500px;
  box-shadow: 0px 0px 10px 0px rgba(89, 89, 89, 0.61);
  margin: 1em auto;
}
#voiceEria .subttl {
  font-size: 1.2em;
  font-weight: 800;
  padding-bottom: 1em;
}
#voiceEria .box p {
  font-size: 1.1em;
  line-height: 1.8;
}
#voiceEria .linkcome {
  font-size: 1.6em;
  font-weight: 800;
  text-align: center;
  margin: 1em auto;
  background-color: rgba(255, 255, 255, 1.00);
  box-shadow: 0px 0px 10px 0px rgba(89, 89, 89, 0.61);
  border-radius: 50px;
  padding: 0.5em;
  width: 60%;
}
#voiceEria .linkbt a {
  font-size: 16px;
}
@media (max-width:991.98px) {
#voiceEria .linkcome {
  font-size: 18px;
  width: 60%;
}
}
@media (max-width:767.98px) {

#voiceEria .ttl {
  padding: 56px 0 0 50px;
  background-size: auto 100%;
  height: 160px;
    height: 150px;
  width: 330px;
}
#voiceEria .box {
  border-radius: 30px;
  padding: 2em;
}
#voiceEria .subttl {
  font-size: 16px;
}
#voiceEria .box p {
  font-size: 14px;
  line-height: 1.5;
}
#voiceEria .linkcome {
  font-size: 15px;
  margin: 2em auto;
  padding: 0.5em 1em;
  width: 100%;
  max-width: 500px;
}
}
@media (max-width:540px) {
#voiceEria .linkcome {
  font-size: 14px;
}
}

/*#profileEria
---------------------*/
#profileEria {
  width: 100%;
  text-align: center;
  background-image: url(../img/index/lec_ttle_en.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#profileEria .container {
  max-width: 1200px;
}
#profileEria .ttl span {
  color: rgba(153, 69, 214, 1.00);
}
#profileEria .img {
  width: auto;
  max-width: 630px;
  height: 500px;
  position: relative;
  display: block;
  text-align: center;
  margin: auto;
}
#profileEria .img img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#profileEria #yoshihara .img .subttl {
  position: absolute;
  right: 2em;
  bottom: 2em;
  font-size: 2em;
  text-align: left;
}
#profileEria .row {
  margin-bottom: 5em;
}
#profileEria .box .txt {
  width: 90%;
  margin: auto;
  max-width: 600px;
}
#profileEria .box .txt p {
  text-align: left;
  font-size: 1.1em;
}
#profileEria .box .linkcome {
  font-size: 1.3em;
}
@media (max-width:1199.98px) {
#profileEria .img {
  height: 440px;
}
#profileEria #yoshihara .img .subttl {
  font-size: 24px;
}
}
@media (max-width:991.98px) {
#profileEria .img {
  height: 500px;
}
#profileEria #yoshihara .img .subttl {
  font-size: 24px;
}
}
@media (max-width:767.98px) {
#profileEria .container {
  max-width: 1200px;
  padding-bottom: 3em;
}
#profileEria .img {
width: 100%;
max-width: 500px;
}
#profileEria #yoshihara .img .subttl {
  right: 1em;
  bottom: 1em;
  font-size: 20px;
}
#profileEria .img .subttl span {
  font-size: 0.7em;
}
#profileEria .box .linkcome {
  font-size: 16px;
}
}
@media (max-width:575.98px) {
#profileEria .img {
  height: 400px;
}
#profileEria .box .txt p {
  font-size: 14px;
}
}
@media (max-width:450px) {
#profileEria .img {
  height: 300px;
}
}
/*#qaEria
---------------------*/
#qaEria {
  background-image: url(../img/common/hs_logo_w.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30% auto;
  max-width: 1600px;
  width: 90%;
  margin: auto;
}
#qaEria .ttl {
  padding: 100px 0 0 80px;
  background-image: url("../img/common/ttle_en_qa.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  height: 250px;
  display: block;
  width: 350px;
  margin: auto;
}
#qaEria .ttl span {
  color: rgba(252, 123, 166, 1.00);
}
#qaEria .container {
  max-width: 1000px;
  padding: 5em 0 0;
}
#qaEria .subttl {
  text-align: center;
  padding: 1.5em 0;
  font-size: 1.4em;
}
#qaEria .card-header {
  background-color: rgba(255, 255, 255, 1.00);
  border-radius: 50px;
  padding: 0px 20px 0 30px;
  margin-bottom: 30px;
}
#qaEria .card {
  background-color: rgba(255, 255, 255, 0.00);
  border: none;
}
#qaEria .card a {
  font-size: 1.2em;
  font-weight: 800;
  color: rgba(0, 0, 0, 1.00);
  margin: 0;
}
#qaEria .card a:hover {
  color: rgba(0, 208, 150, 1.00);
}
#qaEria .card .ans a {
  font-size: 1em;
  font-weight: 600;
  color: rgba(0, 204, 153, 1.00);
  margin: 0;
}
#qaEria .card .ans a:hover {
  color: rgba(0, 151, 113, 1.00);
}
#qaEria .card .qus {
  padding: 0 30px 0 10px;
  margin-bottom: 0;
    line-height: 1.5;
}
#qaEria .card-header a {
  display: inline-block;
  margin: -40px 20px 20px 32px;
}
#qaEria .card-header:before {
  content: 'Q.';
  font-size: 40px;
  font-weight: 500;
  vertical-align: middle;
}
#qaEria .card .ans {
  padding: 0 40px 20px 30px;
}
#qaEria .card .ans p {
  font-size: 1.1em;

}
#qaEria .card .ans > p:before {
  content: 'A.';
  font-size: 40px;
  padding-right: 10px;
  line-height: 1;
}
#collapse-accordion a[data-toggle="collapse"] {
  display: block;
  text-decoration: none;
  position: relative;
}
#collapse-accordion a[data-toggle="collapse"]::after {
  position: absolute;
  right: 0px;
  top: -14px;
  bottom: 0;
  margin: auto;
  color: rgba(0, 208, 150, 1.00);
}
#collapse-accordion a[aria-expanded=false]::after {
  font-family: "Font Awesome 5 Free";
  content: '\f055';
  font-weight: 900;
  font-size: 28px;
}
#collapse-accordion a[aria-expanded=true]::after {
  font-family: "Font Awesome 5 Free";
  content: '\f056';
  font-weight: 900;
  font-size: 28px;
}
@media (max-width:991.98px) {}
@media (max-width:767.98px) {
#qaEria .ttl {
  padding: 56px 0 0 50px;
  background-size: auto 100%;
  height: 160px;
  height: 150px;
  width: 230px;
}
#qaEria .subttl {
  font-size: 16px;
}
#qaEria .card-header {
  border-radius: 50px;
  padding: 10px 10px 0px 20px;
  margin-bottom: 20px;
}
#qaEria .card a {
  font-size: 15px;
}
#qaEria .card .qus {
  padding: 0 40px 0 10px;
  margin-bottom: 0;
  line-height: 1.3;
}
#qaEria .card .ans p {
  font-size: 14px;
  padding-left: 0;
}
#qaEria .card-header:before {
  content: 'Q.';
  font-size: 30px;
}
#qaEria .card .ans > p:before {
  content: 'A.';
  font-size: 30px;
  padding-right: 10px;
  line-height: 1;
}
}
@media (max-width:575.98px) {
#qaEria .subttl {
  font-size: 14px;
}
#qaEria .card a {
  font-size: 14px;
}
#qaEria .card-header a {
  margin: -36px 20px 20px 23px;
}
#qaEria .card .ans {
  padding: 0 30px 16px 20px;
}
#qaEria .card .ans p {
  font-size: 14px;
  padding-left: 0;
}
}

/*---------------------
creatorEria
---------------------*/
#creatorEria {
    margin-top: 200px;
}
@media (max-width:991.98px) {
#creatorEria .container {
    padding-top: 0px;
}
}
@media (max-width:576px) {
#creatorEria .container .box {
    max-width: 300px;
}
}
