/*=================================================================*/
/*	special_202603_02 
/*=================================================================*/
.special_202603_02 {
  background-color: #fef5ec;
  padding: 0 0 40px;
}
.special_202603_02 .ttlWrap {
  padding: 20px;
  margin: 0 0 40px;
}
.special_202603_02 .title {
  text-align: center;
  margin: 0 0 20px;
}
.special_202603_02 .txtImg {
  display: flex;
  justify-content: space-between;
}
.special_202603_02 .txtImg .txt {
  width: calc(100% - 360px);
}
.special_202603_02 .txtImg .txt .tel {
  margin: 10px 0;
  text-align: right;
}
.special_202603_02 .txtImg .img {
  width: 340px;
}
.special_202603_02 .contentsBox {
  margin: 0 0 40px;
}
.special_202603_02 .contentsBox .zone01 {
  position: relative;
  z-index: 0;
  padding: 20px 0 0;
}
.special_202603_02 .contentsBox .zone01::before {
  position: absolute;
  content: "";
  width: 96%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ccc1ca url(../../img/sec/special/202603/02/star.png) repeat center center/300px auto;
  z-index: -1;
  border-radius: 0 500px 500px 0;
}
.special_202603_02 .contentsBox .zone01::after {
  position: absolute;
  content: "";
  width: 12%;
  padding-top: 8%;
  right: 16px;
  top: -112px;
  background: url(../../img/sec/special/202603/02/dosei.png) no-repeat 0 0/100% auto;
  z-index: 1;
}
.special_202603_02 .contentsBox .zone02 {
  position: relative;
  z-index: 0;
  padding: 20px 0;
}
.special_202603_02 .contentsBox .zone02::before {
  position: absolute;
  content: "";
  width: 96%;
  height: 100%;
  right: 0;
  top: 0;
  background: #d8e9e8 url(../../img/sec/special/202603/02/bg_kagaku.png) no-repeat top 50px right -20px;
  z-index: -1;
  border-radius: 500px 0 0 500px;
}
.special_202603_02 .contentsBox .zone02::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 100px;
  right: -7px;
  top: -5px;
  background: url(../../img/sec/special/202603/02/kagaku.png) no-repeat 0 0/100% auto;
  z-index: 1;
}
.special_202603_02 .contentsBox h2 {
  background: url(../../img/sec/special/202603/02/bg_wood.png) repeat center center/100% auto;
  filter: drop-shadow(2px 2px 0px rgb(182, 153, 122));
  position: relative;
  padding: 6px 0 6px 43px;
  line-height: 1.3em;
  display: flex;
  margin: 0 -1.5% 20px;
}
.special_202603_02 .contentsBox h2 .point {
  font-size: 2rem;
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.special_202603_02 .contentsBox h2 .mainTxt .uptxt {
  display: inline-block;
  font-size: 1.8rem;
  padding: 0 25px;
  position: relative;
}
.special_202603_02 .contentsBox h2 .mainTxt .uptxt::before, .special_202603_02 .contentsBox h2 .mainTxt .uptxt::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #000;
}
.special_202603_02 .contentsBox h2 .mainTxt .uptxt::before {
  transform: rotate(60deg);
  left: 0;
  top: 18px;
}
.special_202603_02 .contentsBox h2 .mainTxt .uptxt::after {
  transform: rotate(-60deg);
  right: 0;
  top: 18px;
}
.special_202603_02 .contentsBox h2 .mainTxt .downtxt {
  color: #e97424;
  display: block;
}
.special_202603_02 .contentsBox h2 .pin {
  position: absolute;
  width: 28px;
  height: 44px;
  background: url(../../img/sec/special/202603/02/pin.png) no-repeat 0 0/100% auto;
  left: 11px;
  top: -12px;
}
.special_202603_02 .contentsBox h3 {
  margin: 0 0 30px;
  text-align: center;
}
.special_202603_02 .contentsBox h3 .inner {
  padding: 0 50px;
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
}
.special_202603_02 .contentsBox h3 .inner::before, .special_202603_02 .contentsBox h3 .inner::after {
  position: absolute;
  content: "";
  background: url(../../img/sec/special/202603/02/earth.png) no-repeat 0 0/100% auto;
  width: 40px;
  height: 40px;
  top: 6px;
}
.special_202603_02 .contentsBox h3 .inner::before {
  left: 0;
}
.special_202603_02 .contentsBox h3 .inner::after {
  right: 0;
}
.special_202603_02 .contentsBox h3 .inner span {
  display: inline-block;
  border: solid 2px #63459b;
  border-radius: 100%;
  color: #63459b;
  padding: 4px 4px 6px 6px;
  line-height: 1;
  margin: 0 2px;
}
.special_202603_02 .contentsBox h3.green .inner::before, .special_202603_02 .contentsBox h3.green .inner::after {
  background: url(../../img/sec/special/202603/02/hakari.png) no-repeat 0 0/100% auto;
}
.special_202603_02 .contentsBox h3.green .inner span {
  border: solid 2px #22b24c;
  color: #22b24c;
}
.special_202603_02 .contentsBox .zoneContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2%;
}
.special_202603_02 .contentsBox .zoneContent li {
  width: 30%;
}
.special_202603_02 .contentsBox .zoneContent li .img {
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 24px 0 0;
  margin: 0 0 10px;
}
.special_202603_02 .contentsBox .zoneContent li .img span {
  position: absolute;
  z-index: 1;
  background-color: #a79bc2;
  display: inline-block;
  top: 0;
  left: 4%;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 6px;
}
.special_202603_02 .contentsBox .zoneContent li .txt {
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 24px;
}
.special_202603_02 .contentsBox .zoneContent li .txt::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../../img/sec/special/202603/02/rocket.png) no-repeat 0 0/20px auto;
  left: 0;
  top: 5px;
}
.special_202603_02 .contentsBox .comment {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 20px;
}
.special_202603_02 .contentsBox .comment img {
  display: inline-block;
  margin: 0 20px;
}
.special_202603_02 .contentsBox .minomawari {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.special_202603_02 .contentsBox .minomawari .fukidashi {
  width: 200px;
}
.special_202603_02 .contentsBox .minomawari .zoneContent {
  width: calc(100% - 240px);
}
.special_202603_02 .contentsBox .minomawari .zoneContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  padding: 0 2%;
}
.special_202603_02 .contentsBox .minomawari .zoneContent li {
  width: 40%;
  margin-right: 5%;
}
.special_202603_02 .contentsBox .minomawari .zoneContent li .img span {
  background-color: #b7da9b;
}
.special_202603_02 .contentsBox .minomawari .zoneContent li .txt::after {
  height: 24px;
  background: url(../../img/sec/special/202603/02/mushimegane.png) no-repeat 0 0/20px auto;
}
.special_202603_02 .contentsBox .support {
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px;
  border: solid 2px #9dcdca;
  width: 90%;
  margin: 0 5%;
  box-sizing: border-box;
}
.special_202603_02 .contentsBox .support dt {
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px;
}
.special_202603_02 .contentsBox .support dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special_202603_02 .contentsBox .support dd ul li {
  width: 50%;
}
.special_202603_02 .contentsBox.lab {
  position: relative;
}
.special_202603_02 .contentsBox.lab .kantan {
  position: absolute;
  right: 0;
  bottom: -78px;
  z-index: 1;
  width: 28%;
}
.special_202603_02 .contentsBox.lab .appList {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}
.special_202603_02 .contentsBox.lab .appList li {
  background-color: #d4effd;
  width: 30%;
  padding: 2% 2%;
  box-sizing: border-box;
  border-radius: 20px;
}
.special_202603_02 .contentsBox.lab .appList li .img {
  margin: 0 0 10px;
}
.special_202603_02 .contentsBox.lab .appList li p {
  line-height: 1.4;
}
.special_202603_02 .contentsBox.lab .appList li {
  position: relative;
}
.special_202603_02 .contentsBox.lab .appList li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 16px solid #6ccff6;
  transform: rotate(-90deg);
  right: -45px;
  margin-top: -15px;
  top: 50%;
}
.special_202603_02 .contentsBox.lab .appList li:last-child::after {
  content: none;
}
.special_202603_02 .oubo {
  width: 90%;
  margin: 80px 5% 0;
  border-top: solid 4px #333;
  border-bottom: solid 4px #333;
  border-left: solid 2px #333;
  border-right: solid 2px #333;
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: #FFF;
  background-color: #FFF;
  background-image: url(../../img/sec/special/202603/02/bg_kanban01.jpg), url(../../img/sec/special/202603/02/bg_kanban02.jpg);
  background-repeat: repeat-y, repeat-y;
  background-position: left 0px top 65px, right 0px top 6px;
  background-size: 10px auto, 12px auto;
}
.special_202603_02 .oubo h3 {
  text-align: center;
  margin: 0 0 20px;
}
.special_202603_02 .oubo .tag01 {
  justify-content: unset;
}
.special_202603_02 .oubo .btn {
  text-align: center;
  padding-top: 20px;
}

/*******************************************************************/
/* SP
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /*=================================================================*/
  /*	special_202603_02
  /*=================================================================*/
  .special_202603_02 {
    padding: 0 0 20px;
  }
  .special_202603_02 .ttlWrap {
    padding: 4%;
  }
  .special_202603_02 .txtImg {
    display: block;
  }
  .special_202603_02 .txtImg .txt {
    width: 100%;
  }
  .special_202603_02 .txtImg .txt .btn {
    text-align: center;
    padding: 20px 0;
  }
  .special_202603_02 .txtImg .img {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .special_202603_02 .contentsBox .zone01::before {
    background: #ccc1ca url(../../img/sec/special/202603/02/star.png) repeat center center/240px auto;
    width: 105%;
    border-radius: 0 1000px 1000px 0;
    top: 5%;
    height: 90%;
  }
  .special_202603_02 .contentsBox .zone01::after {
    width: 15%;
    padding-top: 10%;
    right: -2px;
    top: -13px;
  }
  .special_202603_02 .contentsBox .zone02 {
    position: relative;
    z-index: 0;
    padding: 20px 0;
  }
  .special_202603_02 .contentsBox .zone02::before {
    height: 90%;
    right: 0;
    width: 105%;
    border-radius: 1000px 0 0 1000px;
    top: 5%;
  }
  .special_202603_02 .contentsBox .zone02::after {
    width: 28%;
    height: 0;
    padding-top: 16%;
    right: -18px;
    top: 72px;
  }
  .special_202603_02 .contentsBox h2 {
    padding: 6px 4%;
    display: block;
    margin: 0 -1.5% 20px;
    text-align: center;
    box-sizing: border-box;
  }
  .special_202603_02 .contentsBox h2 .point {
    width: 100%;
  }
  .special_202603_02 .contentsBox h2 .mainTxt .uptxt {
    font-size: 1.4rem;
  }
  .special_202603_02 .contentsBox h2 .pin {
    width: 20px;
    height: 34px;
  }
  .special_202603_02 .contentsBox h3 {
    margin: 0 -20px 30px;
    text-align: center;
    font-size: 3rem;
  }
  .special_202603_02 .contentsBox h3 .inner {
    padding: 0 25px;
    font-size: 2.4rem;
  }
  .special_202603_02 .contentsBox h3 .inner::before, .special_202603_02 .contentsBox h3 .inner::after {
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .special_202603_02 .contentsBox h3.green .inner::before, .special_202603_02 .contentsBox h3.green .inner::after {
    background: url(../../img/sec/special/202603/02/hakari.png) no-repeat 0 0/100% auto;
  }
  .special_202603_02 .contentsBox h3.green .inner span {
    border: solid 2px #22b24c;
    color: #22b24c;
  }
  .special_202603_02 .contentsBox .zoneContent {
    display: block;
  }
  .special_202603_02 .contentsBox .zoneContent li {
    width: 100%;
    margin: 0 0 15px;
  }
  .special_202603_02 .contentsBox .zoneContent li .img {
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .special_202603_02 .contentsBox .zoneContent li .txt {
    text-align: left;
  }
  .special_202603_02 .contentsBox .comment img {
    width: auto;
    margin: 20px 0 0;
  }
  .special_202603_02 .contentsBox .minomawari {
    display: block;
    position: relative;
    padding: 0 0 210px;
  }
  .special_202603_02 .contentsBox .minomawari .fukidashi {
    width: 128px;
    position: absolute;
    left: 50%;
    margin-left: -64px;
    bottom: 0;
  }
  .special_202603_02 .contentsBox .minomawari .zoneContent {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .special_202603_02 .contentsBox .minomawari .zoneContent li {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
  }
  .special_202603_02 .contentsBox .minomawari .zoneContent li .img {
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .special_202603_02 .contentsBox .support {
    padding: 10px 15px 15px;
  }
  .special_202603_02 .contentsBox .support dd ul li {
    width: 48%;
  }
  .special_202603_02 .contentsBox.lab .kantan {
    width: 40%;
    min-width: 180px;
  }
  .special_202603_02 .contentsBox.lab .appList {
    display: block;
  }
  .special_202603_02 .contentsBox.lab .appList li {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 45px;
    padding: 4%;
  }
  .special_202603_02 .contentsBox.lab .appList li::after {
    transform: rotate(0deg);
    right: 50%;
    margin-top: unset;
    top: unset;
    bottom: -44px;
    margin-right: -15px;
  }
  .special_202603_02 .oubo {
    margin: 110px 5% 0;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=special_202603_02.css.map */