/* ------------------------------
 width: all
------------------------------ */
main {
  background-color: #FFF7F0;
}
main section.s01 {
  padding-top: 120px;
}
main section.s01 .wrapper .ttlbox01 {
  text-align: center;
}
main section.s01 .wrapper ul {
  margin-top: 120px;
}
main section.s01 .wrapper ul li {
  height: 689px;
  background-size: cover;
  background-position: center center;
  padding: 70px 0 0;
}
main section.s01 .wrapper ul li.li01 {
  background-image: url(../../images/fe0101.jpg);
  text-align: center;
}
main section.s01 .wrapper ul li.li02 {
  background-image: url(../../images/fe0102.jpg);
}
main section.s01 .wrapper ul li.li03 {
  background-image: url(../../images/fe0103.jpg);
}
main section.s01 .wrapper ul li.li04 {
  background-image: url(../../images/fe0104.jpg);
}
main section.s01 .wrapper ul li .txtbox {
  width: 1220px;
  margin: 0 auto;
  color: #fff;
}
main section.s01 .wrapper ul li .txtbox .t01 {
  font-size: 35px;
}
main section.s01 .wrapper ul li .txtbox .t02 {
  font-size: 35px;
  margin-top: 40px;
}
main section.s01 .wrapper ul li .txtbox .t03 {
  font-size: 25px;
  line-height: 2;
  margin-top: 40px;
}
main section.s02 {
  padding: 60px 0 80px;
  background-image: url(../../images/fe0201.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s02 .wrapper {
  width: 1220px;
  margin: 0 auto;
  position: relative;
  padding-right: 460px;
}
main section.s02 .wrapper .t01 {
  font-size: 35px;
}
main section.s02 .wrapper .t02 {
  font-size: 25px;
  margin-top: 22px;
}
main section.s02 .wrapper .t03 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 2.5;
}
main section.s02 .wrapper .box01 .photo {
  width: 463px;
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
}
main section.s02 .wrapper .box01 .t04 {
  font-size: 35px;
  margin-top: 30px;
}
main section.s02 .wrapper .box01 .t05 {
  font-size: 30px;
  margin-top: 10px;
}
main section.s02 .wrapper .box01 .t06 {
  font-size: 20px;
}
main section.s02 .wrapper .box01 dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s02 .wrapper .box01 dl + dl {
  margin-top: 5px;
}
main section.s02 .wrapper .box01 dl.dl01 dt {
  width: 70px;
}
main section.s02 .wrapper .box01 dl.dl01 dd {
  width: calc(100% - 70px);
}
main section.s02 .wrapper .box01 dl.dl02 dt {
  width: 110px;
}
main section.s02 .wrapper .box01 dl.dl02 dd {
  width: calc(100% - 110px);
}
main section.s02 .wrapper .box01 dl dt {
  font-size: 20px;
  line-height: 2;
}
main section.s02 .wrapper .box01 dl dd {
  font-size: 20px;
  line-height: 2;
}
main section.s03 {
  background-image: url(../../images/bg01.jpg);
  background-size: cover;
  background-position: top 0 center;
  padding: 110px 0;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    background-color: #FFF7F0;
  }
  main section.s01 {
    padding: 100px 0 0;
  }
  main section.s01 .wrapper .ttlbox01 {
    text-align: center;
  }
  main section.s01 .wrapper ul {
    margin-top: 120px;
  }
  main section.s01 .wrapper ul li {
    height: 344px;
    background-size: cover;
    background-position: center center;
    padding: 30px 20px 0;
  }
  main section.s01 .wrapper ul li.li01 {
    background-image: url(../../images/fe0101_sp.jpg);
    text-align: left;
  }
  main section.s01 .wrapper ul li.li02 {
    background-image: url(../../images/fe0102_sp.jpg);
  }
  main section.s01 .wrapper ul li.li03 {
    background-image: url(../../images/fe0103_sp.jpg);
  }
  main section.s01 .wrapper ul li.li04 {
    background-image: url(../../images/fe0104_sp.jpg);
  }
  main section.s01 .wrapper ul li .txtbox {
    width: 100%;
    margin: 0 auto;
    color: #fff;
  }
  main section.s01 .wrapper ul li .txtbox .t01 {
    font-size: 20px;
  }
  main section.s01 .wrapper ul li .txtbox .t02 {
    font-size: 15px;
    margin-top: 10px;
  }
  main section.s01 .wrapper ul li .txtbox .t03 {
    font-size: 10px;
    line-height: 2;
    margin-top: 10px;
  }
  main section.s02 {
    padding: 30px 15px 50px;
    background-image: url(../../images/fe0201.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-right: 0;
  }
  main section.s02 .wrapper .t01 {
    font-size: 20px;
  }
  main section.s02 .wrapper .t02 {
    font-size: 15px;
    margin-top: 22px;
  }
  main section.s02 .wrapper .t03 {
    margin-top: 5px;
    font-size: 10px;
    line-height: 2;
  }
  main section.s02 .wrapper .box01 {
    position: relative;
  }
  main section.s02 .wrapper .box01 .photo {
    width: 120px;
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
  }
  main section.s02 .wrapper .box01 .t04 {
    font-size: 20px;
    margin-top: 30px;
  }
  main section.s02 .wrapper .box01 .t05 {
    font-size: 20px;
    margin-top: 0;
  }
  main section.s02 .wrapper .box01 .t05 span {
    font-size: 15px;
  }
  main section.s02 .wrapper .box01 .t06 {
    font-size: 20px;
  }
  main section.s02 .wrapper .box01 dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s02 .wrapper .box01 dl + dl {
    margin-top: 5px;
  }
  main section.s02 .wrapper .box01 dl.dl01 dt {
    width: 45px;
  }
  main section.s02 .wrapper .box01 dl.dl01 dd {
    width: calc(100% - 45px);
  }
  main section.s02 .wrapper .box01 dl.dl02 dt {
    width: 70px;
  }
  main section.s02 .wrapper .box01 dl.dl02 dd {
    width: calc(100% - 70px);
  }
  main section.s02 .wrapper .box01 dl dt {
    font-size: 12px;
    line-height: 2;
  }
  main section.s02 .wrapper .box01 dl dd {
    font-size: 12px;
    line-height: 2;
  }
  main section.s03 {
    background-image: url(../../images/bg01.jpg);
    background-size: cover;
    background-position: top 0 center;
    padding: 20px 20px 40px;
    border-radius: 20px 20px 0 0;
    margin-top: -30px;
  }
}