@charset "UTF-8";

/* CSS Document */

.head-image {
  background: #f4ffd0;
}

.igon-main-wrap_pc {
  display: table;
  position: relative;
  margin: 0 auto;
}

.igon-main-wrap_sp {
  display: none;
}

.igon_top_sec01 {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*padding: 0.5em 0;*/
	border: 1px solid #808080;
    padding: 1em 3em;
    margin: 2em auto;
    border-radius: 10px;
}

.igon_top_sec01_in {
  margin-right: 1em;
}

.igon_top_btn01 {
  text-align: center;
}

.igon_top_btn01 a {
  display: block;
  width: 200px;
  margin: 0 auto;
  background: #ffae00;
  color: #fff;
  padding: 0.5em 0;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: .4s;
  box-shadow: 0 3px 0 #ddd;
}

.igon_top_btn01 a:hover {
  background: #ff8706;
}

.igon_top_btn01_arrow {
  font-size: 14px!important;
  padding-left: 15px;
}

.igon_top_sec02 {
  background: #ebfaee;
  padding: 2em 0;
}

.igon_top_sec02 h2 {
  color: #2a9b70;
  text-align: center;
  margin-top: 0;
}

.igon_top_sec02 ul {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
}

.igon_top_sec02 ul li {
  flex-basis: 20%;
  text-align: center;
  margin-top: 1em;
}

.igon_top_sec02 ul li a {
  color: #333333;
  margin: 0 auto;
  min-height: 50px;
  border: 1px solid #8ed69e;
  background-color: #FFFFFF;
  padding: 0.25rem;
  transition: all .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 1em);
}

.igon_top_sec02 ul li a:hover {
  color: #fff;
  background: #27a776;
  text-decoration: none;
}
.igon_top_sec03{
  text-align: center;
}
.igon-linksigyo01 {
  background: url(../igon/images/top/sigyolist_bg.png) no-repeat;
  background-size: cover;
  background-position: 50%;
  height: auto;
  padding-top: 2.5em;
  text-align: left;
}

.igon-linksigyo_tit {
  text-align: center;
}

.igon-linksigyo01 .container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.igon_sigyolist {
  padding-top: 1.5em;
}

.igon_sigyolist li {
  margin-bottom: 0.5em;
}

.igon_sigyolist li img, .igon_sigyolist li p {
  display: inline-block;
}

.igon_sigyolist li p {
  padding-left: 10px;
}

.igon_sigyotext01, .igon_sigyotext02, .igon_sigyotext03 {
  position: relative;
  padding: 0.4em 0.3em;
  text-decoration: none;
  color: #ffffff;
  background: #27a776;
  transition: 0;
  font-size: 1.7em;
  line-height: 0.7em;
  width: 50%;
  text-align: center;
  vertical-align: -webkit-baseline-middle;
  padding-left: 20px;
  font-weight: bold;
}

.igon_sigyotext01, .igon_sigyotext02 {
  letter-spacing: 15px;
  text-indent: 15px;
}

.igon_sigyotext03 {
  letter-spacing: 0px;
  text-indent: 0px;
}

.igon_content {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
}

.igon_bottombox {
  background: url(../igon/images/top/bg03.gif) repeat;
  padding: 3em 0 0.5em 0;
  margin-bottom: 3em;
}

.igon_bottombox a {
  color: #ffa500;
}

.igon_bottombox h3 {
  border-left: 4px solid #27a776!important;
}

.igon_bottombox .books_d {
  width: 100%;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
margin: 0 auto 1em 1.5em;
}

.igon_bottombox .top_bottombox{
	border: 1px solid #27a776;
}

.igon_bottombox .top_bottombox_in{
	padding-left: 0;
}

.igon_bottombox .top_telbox01 {
  margin: 1em auto !important;
}

.igon_content .alignright {
  float: right;
}

.igon_content h3 {
  margin: 0 0 1em 0;
  padding: 0.5em 1em 0.5em;
  max-width: 80%;
  position: relative;
  max-height: 60px;
  background: #97daa1;
  background: -moz-linear-gradient(top, #97daa1 1%, #22a574 100%);
  background: -webkit-linear-gradient(top, #97daa1 1%, #22a574 100%);
  background: linear-gradient(to bottom, #97daa1 1%, #22a574 100%);
  color: #ffffff;
}

.igon_content h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 50px 50px 0px 0px;
}

.igon_content .igon_top_sec04 h3::after {
  border-color: transparent #ebfaee transparent transparent;
}

.igon_content .igon_top_sec05 h3::after {
  border-color: transparent #f3fff6 transparent transparent;
}

.igon_content p, .igon_content dl {
  font-size: 16px !important;
  line-height: 1.8 !important;
  text-align: left;
}

.igon_top_sec04 {
  background: #ebfaee;
  margin-bottom: 2em;
}

.igon_top_sec04 {
  background: #ebfaee;
  margin-bottom: 3em;
}

.igon_top_sec04_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 0 2em; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* width: 90%; */
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1em;
}

.igon_top_sec04 p {
  width: 90%;
  margin: 0 auto;
}

.igon_top_sec04_in dd {
  color: #27a776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.igon_top_sec04_in dl {
  counter-increment: number;
  /* margin: 0.5em; */
  margin-right: 1em;
}

.igon_top_sec04_in dl dd::before {
  content: counter(number, decimal-leading-zero);
  font-size: 46px;
  color: #ffae00;
  display: block;
  /* content: "0"; */
  padding-right: 5px;
}

.igon_top_sec05 {
  background: url(../igon/images/top/img09.png) no-repeat;
  background-size: cover;
  padding-bottom: 2em;
  background-position: right;
  margin-bottom: 3em;
}

.igon_top_sec05_in {
  background: rgba(255, 255, 255, 0.54);
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 1em;
}

.igon_top_sec06 {
  position: relative;
  background: url(../igon/images/top/bg02.gif) repeat;
  margin-top: -50px;
  margin-bottom: 3em;
}

.igon_top_sec06 p {
  width: 80%;
  padding: 3.5em 2em;
}

.igon_top_sec06 img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.igon_content h3.igon_top_sec06_tit {
  position: relative;
  background: #ff9000;
  background: -moz-linear-gradient(top, #ffae00 1%, #ff9000 100%);
  background: -webkit-linear-gradient(top, #ffae00 1%, #ff9000 100%);
  background: linear-gradient(to bottom, #ffae00 1%, #ff9000 100%);
  color: #fff;
  text-align: center;
  /* width: 80%; */
  margin: 0 auto;
  /* padding: 0.25em 0; */
  box-shadow: 0 3px 3px #ccc;
  z-index: 100;
}

.igon_content h3.igon_top_sec06_tit:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ff9000;
  border-width: 30px;
  margin-left: -30px;
  /* box-shadow: 0 3px 3px #ccc; */
  filter: drop-shadow(0 3px 3px #ccc);
  /* margin-bottom: 3em; */
}

.igon_top_sec07 .wexal-youtube {
  display:block !important;
}

.igon_top_sec07 iframe {
  width: 80%;
  /* height: 100%; */
  min-height: 315px;
  margin: 0 auto;
  display: block;
}

.igon_top_sec08 {
  background: url(../igon/images/top/img12.png) no-repeat;
  background-size: cover;
  padding-bottom: 2em;
  background-position: right;
  margin-bottom: 3em;
}

.igon_top_sec08_in {
  background: rgba(255, 255, 255, 0.65);
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 1em;
}

@media (max-width:768px) {
  .igon-main-wrap_pc {
    display: none;
  }
  .igon-main-wrap_sp {
    display: inherit;
  }
  .igon_top_sec01 {
    padding: 1em 0.5em;
    width: 100%;
  }
  .igon_sigyolist {
    float: none !important;
    margin: 0 auto;
    padding: 0;
  }
  .igon_sigyolist li img, .igon_sigyolist li p {
    margin: 0 auto;
    vertical-align: middle;
  }
  .igon_sigyolist li img {
    width: 35%;
  }
  .igon_sigyolist li p {
    width: 45%;
  }
  .igon_sigyotext01, .igon_sigyotext02, .igon_sigyotext03 {
    width: 40%;
    font-size: 1.2em;
  }
  .igon_sigyotext02 {
    letter-spacing: 10px;
    text-indent: 10px;
  }
  .igon-linksigyo01 img {
    padding-left: 0em;
  }
  .igon-linksigyo_tit {
    text-align: left;
    margin-bottom: 25px;
  }
  .igon_top_sec01_in {
    width: 45%;
  }
  .igon_top_btn01 a {
    max-width: 100%;
  }
  .igon_top_sec02 ul {
    width: 100%;
  }
  .igon_top_sec02 ul li {
    flex-basis: 50%;
    font-size:14px; 
  }
  .igon_bottombox .books_d {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 0 auto 1em auto;
  }
  .igon_content h3 {
    max-width: 100%;
    font-size: 22px;
    padding: 0.5em 0 0.5em 0.5em;
  }
  .igon_content h3::after {
    border-width: 60px 40px 0px 0px;
  }
  #content .igon_content .alignright {
    float: none;
    margin: 0 auto;
  }
  .igon_top_sec04_in dl {
    margin: 0;
  }
  .igon_top_sec05_in {
    width: 90%;
  }
  .igon_top_sec06 {
    padding-bottom: 5em;
  }
  .igon_top_sec06 p {
    width: 100%;
    padding: 3.5em 1em;
  }
  .igon_top_sec06 img {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .igon_content h3.igon_top_sec06_tit {
    max-width: 100%;
    padding: 0.5em 0 2em 0;
    font-size: 20px;
  }
  .igon_top_sec07 iframe {
    width: 100%;
    min-height: 200px;
    margin: 0 auto;
  }
}
