@charset "UTF-8";

/*********************************************
*
* 共通パーツ、初期設定
*
*********************************************/
/************************
**全体
************************/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  background: #f3fde8;
}

.zkg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*pタグに使われる余計なpaddingとmarginの削除(bootstrap使用時)*/
p {
  margin: 0;
  padding: 0;
}

/*画像サイズを要素のwidthに合わせる*/
img {
  width: 100%;
}

/*リストのデザインを削除*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/*テキストを一塊にし、途中で改行させない*/
.txtb {
  display: inline-block;
}


/************************
**container
************************/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}


/************************
**pc/sp切り替え
************************/
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}


/*********************************************
*
*header
*
*********************************************/

/*********************************************
*
*main
*
*********************************************/
#ikugyo-fv h1 img {
  width: 100%;
  /*max-width: 1366px;*/
  margin: 0 auto;
}


/*********************************************
*
*flex
*
*********************************************/
.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.flex2 {
  display: flex;
  justify-content: flex-start;
}

.flexCtr {
  display: flex;
  align-items: center;
}

.rvs {
  flex-flow: row-reverse;
}

/*********************************************
*
*ikugyo-about
*
*********************************************/
#ikugyo-about {
  width: 100%;
  /*max-width: 1366px;*/
  margin: 0 auto;
  background: url("../img/top_bg.png") no-repeat left top;
  background-size: 100% auto;
}

#ikugyo-about .about {
  position: relative;
  border-radius: 30px;
  padding: 6.4rem 13.4rem 7.4rem 11.4rem;
  background: #fff9d1;
  border: 5px solid #28801c;
}

#ikugyo-about .about .about-illust1 {
  position: absolute;
  width: 195px;
  top: -6.4rem;
  left: 2.4rem;
}

#ikugyo-about .about .about-illust2 {
  position: absolute;
  width: 195px;
  bottom: -8.4rem;
  right: 3.4rem;
}

#ikugyo-about .about h2 {
  margin-left: 6.4rem;
  padding-bottom: 3.4rem;
  color: #28801c;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#ikugyo-about .about h2 .marker1 {
  display: inline;
  padding: 0 1rem;
  background: #ffd302;
  background: linear-gradient(rgba(255, 211, 2, 0) 55%, #fadaea 0%);
  background: -webkit-linear-gradient(rgba(255, 211, 2, 0) 55%, #ffd302 0%);
  background: -moz-linear-gradient(rgba(255, 211, 2, 0) 55%, #ffd302 0%);
}

#ikugyo-about .about .imgArea {
  width: 220px;
}

#ikugyo-about .about .txArea {
  width: calc(100% - 260px);
}

.lead1 {
  color: #333333;
  font-size: 2.4rem;
  line-height: 2.0;
  letter-spacing: 0.04em;
  text-align: justify;
}

.bp_bold {
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  #ikugyo-about .about {
    padding: 5.4rem 8rem 8.4rem 8rem;
  }

  #ikugyo-about .about .about-illust1 {
    width: 160px;
  }

  #ikugyo-about .about .about-illust2 {
    width: 160px;
    right: 2.4rem;
  }

  #ikugyo-about .about h2 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 990px) {
  #ikugyo-about .about {
    padding: 5.4rem 6rem 8.4rem 6rem;
  }

  #ikugyo-about .about .about-illust1 {
    width: 140px;
    top: -8.4rem;
  }

  #ikugyo-about .about .about-illust2 {
    width: 140px;
    bottom: -6.4rem;
  }

  #ikugyo-about .about h2 {
    margin-left: 4.4rem;
    font-size: 3.0rem;
  }

  .lead1 {
    font-size: 2.0rem;
    line-height: 1.8;
  }
}

@media screen and (max-width:767px) {
  #ikugyo-about {
    background: url("../img/top_bg_sp.png") no-repeat left top;
  }

  #ikugyo-about .about {
    padding: 2.4rem 2.4rem;
  }

  .flex1 {
    flex-direction: column;
  }

  #ikugyo-about .about h2 {
    margin-left: auto;
    padding-bottom: 2.4rem;
    font-size: 2.4rem;
  }

  #ikugyo-about .about h2 .marker1 {
    padding: 0 0.1rem;
    background: linear-gradient(rgba(255, 211, 2, 0) 65%, #fadaea 0%);
    background: -webkit-linear-gradient(rgba(255, 211, 2, 0) 65%, #ffd302 0%);
    background: -moz-linear-gradient(rgba(255, 211, 2, 0) 65%, #ffd302 0%);
  }

  #ikugyo-about .about .imgArea {
    width: 60%;
    margin: 0 auto 2.4rem;
  }

  #ikugyo-about .about .txArea {
    width: 100%;
  }

  .lead1 {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .about-illust {
    width: 80%;
    margin: 1.4rem auto 0;
  }
}

@media screen and (max-width:393px) {
  #ikugyo-about .about h2 {
    font-size: 2.0rem;
  }
    .lead1 {
    font-size: 1.5rem;
  }
}

/*********************************************
*
*ikugyo-entry-requirement
*
*********************************************/
#ikugyo-entry-requirement .requirement {
  border-radius: 30px;
  padding: 8.0rem 8.0rem 6.0rem;
  background: #fff;
  border-top: 8px solid #28801c;
}

.ttl1 {
  margin-bottom: 6.0rem;
  padding-bottom: 2.4rem;
  color: #28801c;
  font-size: 3.6rem;
  letter-spacing: 0.11em;
  font-weight: 600;
  text-align: center;
  border-bottom: #00ae1f dotted 4px;
}

@media screen and (max-width: 990px) {
  #ikugyo-entry-requirement .requirement {
    padding: 8.0rem 3.6rem 6.0rem;
  }
}

@media screen and (max-width:767px) {
  #ikugyo-entry-requirement .requirement {
    padding: 2.4rem 2.4rem;
    border-top: 6px solid #28801c;
  }

  .ttl1 {
    margin-bottom: 3.4rem;
    padding-bottom: 2.4rem;
    font-size: 2.4rem;
  }
}

/* 表 */
.requirement-table {
  padding: 3px;
  background: #00ae1f;
}

.requirement-table .flex-row {
  display: flex;
  gap: 3px;
}

.requirement-table .flex-row+.flex-row {
  margin-top: 1px;
}

.requirement-table .flex-item {
  padding: 3px;
}

.requirement-table .flex-item:nth-child(1) {
  width: 20%;
  padding: 2.4rem 2.4rem;
  color: #28801c;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  background: #def7db;
}

.requirement-table .flex-item:nth-child(2) {
  flex: 2;
  width: 80%;
  padding: 2.4rem 2.4rem;
  background: #fff;
}

.requirement-table .tx1 {
  color: #28801c;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.requirement-table .tx1 a {
  color: #028099;
  text-decoration: underline;

  &:hover {
    text-decoration: none;
  }
}

.link_ico {
  width: 15px;
  margin: 0 0.4rem 0.4rem;
  vertical-align: middle;
}

.requirement-table ul.tx-list1 li {
  text-indent: -1.1em;
  padding-left: 1.1em;
  color: #28801c;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 600;
  word-break: break-all;
}

.requirement-table ul.tx-list1 li span {
  display: inline-block;
}

.requirement-table ul.tx-list1 li i,
.webinar-table i {
  position: relative;
  top: -0.3rem;
  padding-right: 1rem;
  color: #00ae1f;
  font-size: 1.4rem;
}

.requirement-table ul.tx-list1 li a {
  position: relative;
  top: -0.3rem;
  color: #028099;
  font-size: 1.6rem;
  text-decoration: underline;

  &:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 990px) {
  .requirement-table .flex-row {
    flex-direction: column;
    gap: 1px;
  }

  .requirement-table .flex-item:nth-child(1) {
    width: auto;
    font-size: 2.0rem;
  }

  .requirement-table .flex-item:nth-child(2) {
    width: auto;
  }

  .requirement-table .tx1 {
    font-size: 1.8rem;
  }

  .requirement-table ul.tx-list1 li {
    font-size: 1.8rem;
  }
}

@media screen and (max-width:767px) {
  .requirement-table .flex-item:nth-child(1) {
    padding: 0.8rem 1.4rem 1.0rem;
    font-size: 1.8rem;
  }

  .requirement-table .flex-item:nth-child(2) {
    padding: 1.4rem 1.4rem;
  }
  
    .requirement-table .flex2 {
    flex-direction: column;
  }

  .requirement-table .tx1 {
    font-size: 1.6rem;
  }

  .requirement-table ul.tx-list1 li {
    font-size: 1.6rem;
  }

  .requirement-table ul.tx-list1 li i,
  .webinar-table i {
    top: -0.1rem;
    padding-right: 0.6rem;
    font-size: 1.2rem;
  }
}

/*********************************************
*
*webinar
*
*********************************************/
#ikugyo-webinar {
  width: 100%;
  padding-top: 8.0rem;
}

#ikugyo-webinar .webinar {
  position: relative;
  border-radius: 30px;
  padding: 2.4rem 6rem 6rem;
  background: #ffeeee;
  border: 5px solid #28801c;
}

#ikugyo-webinar .webinar h2 {
  position: relative;
  width: 100%;
  padding: 5.4rem 0 8.4rem;
  color: #28801c;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

#ikugyo-webinar .webinar h2 img {
  position: absolute;
  width: 208px;
  top: 0;
  left: 14%;
}

#ikugyo-webinar .webinar h2 .marker2 {
  display: inline;
  padding: 0 2.4rem;
  background: #ffaec2;
  background: linear-gradient(rgba(255, 174, 195, 0) 65%, #ffaec2 0%);
  background: -webkit-linear-gradient(rgba(255, 174, 195, 0) 65%, #ffaec2 0%);
  background: -moz-linear-gradient(rgba(255, 174, 195, 0) 65%, #ffaec2 0%);
}

@media screen and (max-width:1400px) {
  #ikugyo-webinar .webinar h2 img {
    left: 11%;
  }
}

@media screen and (max-width:1200px) {
  #ikugyo-webinar .webinar h2 {
    margin-left: 2.4rem;
  }

  #ikugyo-webinar .webinar h2 img {
    left: 6%;
  }
}

@media screen and (max-width:990px) {
  #ikugyo-webinar .webinar {
    padding: 2.4rem 3.6rem 3.6rem;
  }
  
  #ikugyo-webinar .webinar h2 {
    padding: 2.4rem 0 6.4rem;
  }

  #ikugyo-webinar .webinar h2 img {
    width: 22%;
  }
}

@media screen and (max-width:767px) {
  #ikugyo-webinar {
    padding-top: 2.4rem;
  }

  #ikugyo-webinar .webinar {
    padding: 2.4rem 1.4rem 3.0rem;
  }

  .flex1 {
    flex-direction: column;
  }

  #ikugyo-webinar .webinar h2 {
    margin-left: auto;
    padding: 2.0rem 0 5.4rem;
    font-size: 3.0rem;
  }

  #ikugyo-webinar .webinar h2 img {
    width: 20%;
    top: -1rem;
    left: 6%;
  }

  #ikugyo-webinar .webinar h2 .marker2 {
    padding: 0 1.4rem 0 2.4rem;
    background: linear-gradient(rgba(255, 174, 195, 0) 65%, #ffaec2 0%);
    background: -webkit-linear-gradient(rgba(255, 174, 195, 0) 65%, #ffaec2 0%);
    background: -moz-linear-gradient(rgba(255, 174, 195, 0) 65%, #ffaec2 0%);
  }
  
  #ikugyo-webinar .webinar .lead1 {
    padding: 0 1.4rem;
  }
}


@media screen and (max-width:601px) {
  #ikugyo-webinar .webinar h2 {
    padding: 1.4rem 0 3.4rem;
  }
  #ikugyo-webinar .webinar h2 img {
    width: 22%;
    left: 9%;
  }
  #ikugyo-webinar .webinar h2 .marker2 {
    padding: 0 1.4rem 0 4.4rem;
  }
}

@media screen and (max-width:480px) {
  #ikugyo-webinar .webinar h2 img {
    width: 28%;
    left: 3%;
  }
}

@media screen and (max-width:393px) {
  #ikugyo-webinar .webinar h2 {
    font-size: 2.4rem;
    padding: 1.0rem 0 2.6rem;
  }

  #ikugyo-webinar .webinar h2 .marker2 {
    padding: 0 1rem 0 4.4rem;
  }
  
    #ikugyo-webinar .webinar h2 img {
    width: 28%;
    left: 3%;
  }
    .webinar h3 {
    font-size: 1.8rem;
  }
}

/* 表 */
.webinar-table {
  margin: 3.4rem 0 4.4rem;
  padding: 10px;
  background: #ffeeee;
}

.webinar-table .flex-row {
  display: flex;
  gap: 10px;
}

.webinar-table .flex-row+.flex-row {
  margin-top: 10px;
}

.webinar-table .flex-item {
  padding: 10px;
}

.webinar-table .flex-item:nth-child(1) {
  border-radius: 5px;
  width: 20%;
  padding: 2.6rem 2.4rem 2.4rem;
  color: #fff;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.0;
  background: #ff7899;
  text-align: center;
}

.webinar-table .flex-item:nth-child(2) {
  border-radius: 5px;
  flex: 2;
  width: 80%;
  padding: 2.4rem 2.4rem;
  background: #fff;
}

.webinar .tx1 {
  color: #333;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 600;
}

.webinar-table .flex-item:nth-child(2) {
  border-radius: 5px;
  flex: 2;
  width: 80%;
  padding: 2.4rem 2.4rem;
  background: #fff;
}

@media screen and (max-width: 990px) {
  .webinar-table .flex-row {
    flex-direction: column;
    gap: 1px;
  }

  .webinar-table .flex-item:nth-child(1) {
    width: auto;
    font-size: 2.0rem;
  }

  .webinar-table .flex-item:nth-child(2) {
    width: auto;
    padding: 2.4rem 2.4rem;
  }

  .webinar-table .tx1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width:767px) {
  .webinar-table {
    margin: 2.4rem 0;
  }

  .webinar-table .flex-item:nth-child(1) {
    margin-bottom: 0.8rem;
    padding: 0.8rem 1.4rem 1.0rem;
    font-size: 1.8rem;
  }

  .webinar-table .flex-item:nth-child(2) {
    padding: 1.4rem 1.4rem;
  }

  .webinar-table .tx1 {
    font-size: 1.6rem;
  }
}


/* 動画 */
.webinar h3 {
  padding-bottom: 1.4rem;
  color: #28801c;
  font-size: 3.0rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}

#ikugyo-webinar .movie-wrap {
  max-width: 600px;
  margin: 0 auto;
  padding: 2.4rem 0 2.4rem;
}
#ikugyo-webinar .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#ikugyo-webinar .youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width:767px) {
  #ikugyo-webinar .movie-wrap {
    padding: 1.4rem 0.8rem 1.4rem;
  }
    
  .webinar h3 {
    padding-bottom: 1.4rem;
    font-size: 2.4rem;
  }
}



/*********************************************
*
*button
*
*********************************************/
.entry-btn {
  max-width: 600px;
  height: 100px;
  margin: 8rem auto;
}

.entry-btn .btn1 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.0;
  text-decoration: none;
  background: #ff9000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.entry-btn .btn1::after {
  position: absolute;
  content: '';
  top: 34%;
  right: 45px;
  width: 25px;
  height: 25px;
  background: url("../img/btn_ico.png") no-repeat;
  background-size: 100% auto;
}

.entry-btn .btn1:hover {
  background: #00ae1f;
}

.entry-btn .btn4 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  color: #fff;
  font-size: 3.6rem;
  line-height: 1.0;
  text-decoration: none;
  background: #ff7899;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.entry-btn .btn4::after {
  position: absolute;
  content: '';
  top: 34%;
  right: 45px;
  width: 25px;
  height: 25px;
  background: url("../img/btn_ico.png") no-repeat;
  background-size: 100% auto;
}

.entry-btn .btn4:hover {
  background: #00ae1f;
}


.dl-btn {
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 0.4rem 0 1rem 2.0rem;
}

.dl-btn:first-child {
  margin-left: 0;
}

.dl-btn .btn2 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  color: #028099;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  background: #fff;
  border: 4px solid #028099;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: .3s;
}

.dl-btn .btn2.pdf::after,
.dl-btn .btn2.exc::after,
.dl-btn .btn2.word::after {
  position: absolute;
  content: '';
  top: 23%;
  right: 2.4rem;
  width: 24px;
  height: 30px;
  background: url("../img/ico_pdf.png") no-repeat;
  background-size: 100% auto;
}

.dl-btn .btn2.exc::after {
  background: url("../img/ico_exc.png") no-repeat;
}

.dl-btn .btn2.word::after {
  background: url("../img/ico_word.png") no-repeat;
}

.dl-btn .btn2:hover {
  background: #e1f6fd;
}

@media screen and (max-width: 1200px) {
  .flex2 .dl-btn .btn2::after,
  .flex2 .dl-btn .btn2.exc::after,
  .flex2 .dl-btn .btn2.word::after {
    right: 1rem;
    width: 20px;
    height: 25px;
  }
}

.chirashi-btn {
  max-width: 600px;
  height: 100px;
  margin: -3.4rem auto 8rem;
}

.chirashi-btn .btn3 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  color: #028099;
  font-size: 2.6rem;
  line-height: 1.4;
  text-decoration: none;
  background: #fff;
  border: 4px solid #028099;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: .3s;
}

.chirashi-btn .btn3::after {
  position: absolute;
  content: '';
  top: 33%;
  right: 3.4rem;
  width: 24px;
  height: 30px;
  background: url("../img/ico_pdf.png") no-repeat;
  background-size: 100% auto;
}

.chirashi-btn .btn3:hover {
  background: #e1f6fd;
}

@media screen and (max-width:767px) {
  .entry-btn {
    max-width: 360px;
    width: 96%;
    height: 80px;
    margin: 3.4rem auto;
  }

  .entry-btn .btn1 {
    font-size: 2.2rem;
  }

  .entry-btn .btn1::after {
    top: 36%;
    right: 2.0rem;
    width: 20px;
    height: 20px;
  }

  .entry-btn .btn4 {
    font-size: 2.2rem;
  }

  .entry-btn .btn4::after {
    top: 36%;
    right: 2.0rem;
    width: 20px;
    height: 20px;
  }

  .dl-btn {
    width: 96% !important;
    height: 50px;
    margin: 0.6rem auto 1.4rem;
  }

.dl-btn:first-child {
    margin-left: auto;
  }
  
  .dl-btn .btn2.pdf::after,
  .dl-btn .btn2.exc::after,
  .dl-btn .btn2.word::after,
  .flex2 .dl-btn .btn2::after,
  .flex2 .dl-btn .btn2.exc::after,
  .flex2 .dl-btn .btn2.word::after {
    width: 20px;
    height: 25px;
    top: 23%;
    right: 1.4rem;
}

  .chirashi-btn {
    max-width: 360px;
    width: 96%;
    height: 80px;
    margin: 1.4rem auto 4.4rem;
  }

  .chirashi-btn .btn3 {
    font-size: 2.2rem;
  }

  .chirashi-btn .btn3::after {
    right: 2.4rem;
  }
}

@media screen and (max-width:393px) {
  .entry-btn .btn1 {
    font-size: 2.0rem;
  }
  
  .entry-btn .btn1::after {
    right: 1.4rem;
  }
  
    .chirashi-btn .btn3 {
    font-size: 2.0rem;
  }

  .chirashi-btn .btn3::after {
    right: 1.4rem;
  }
}


/*********************************************
*
*footer
*
*********************************************/
#footer {
  text-align: center;
  background: url("../img/footer_bg.png") no-repeat right bottom;
}

#footer .contact {
  border-radius: 30px;
  padding: 1.4rem;
  background: linear-gradient(90deg, #96c61e 0%, #33b36f 100%);
}

#footer h2 {
  padding: 2.4rem 0 4rem;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.11em;
}

#footer .inner {
  border-radius: 30px;
  background: #fff;
  padding: 3.4rem 5.4rem 5.4rem;
}

#footer .imgArea {
  padding-top: 4.4rem;
  width: 100%;
  max-width: 259px;
  text-align: center;
}

#footer .txArea {
  width: calc(100% - 289px);
}

#footer .txArea .lead1 span {
  display: block;
  font-size: 1.8rem;
}

#footer .footer-illust img {
  max-width: 777px;
  width: 100%;
  padding-top: 3.4rem;
}

#footer h3 {
  padding: 2.4rem 0 3.4rem;
  color: #28801c;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
}

#footer .line1 {
  display: none;
}

@media screen and (max-width: 1280px) {
  #footer .imgArea {
    padding-top: 6.4rem;
  }
  
  #footer h3 {
    padding: 1.4rem 0 2.4rem;
    font-size: 3.0rem;
    letter-spacing: 0.04em;
  }

  #footer .lead1 .line1 {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  #footer .inner {
  padding: 3.4rem 4.4rem 5.4rem;
  }
  #footer .txArea {
  width: calc(100% - 210px);
  }
  #footer .imgArea {
  width: 210px;
  }
}


@media screen and (max-width: 990px) {
  #footer .inner {
    padding: 2.4rem 3.4rem 3.4rem;
  }

  #footer h3 .line1 {
    display: block;
  }

  #footer .footer-illust {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
#footer {
  background-size: 100% auto;
  }
  #footer h2 {
    padding: 1.4rem 0 2.4rem 0.1rem;
    font-size: 2.4rem;
  }

  #footer .inner {
    padding: 0.4rem 1.4rem 2.4rem;
  }

  #footer .imgArea {
    padding: 2.4rem 0 1.0rem;
    width: auto;
    margin: 0 auto;
  }

  #footer .imgArea img {
    width: 70%;
  }

  #footer .txArea {
    width: auto;
  }

  #footer h3 {
    font-size: 2.4rem;
    padding-bottom: 1.4rem;
  }

  #footer .txArea .lead1 span {
    font-size: 1.4rem;
  }

  #footer .footer-illust img {
  padding-top: 2.4rem;
}
}
