@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700,500,300,100);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Josefin+Sans:400,600,700,300,100);
.tar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.page_sec {
  padding: 100px 0;
}

@media only screen and (max-width: 735px) {
  .page_sec {
    padding: 30px 0;
  }
}

.s1 {
  background: #f1fcf2;
}

.s1 .txt02 {
  margin-top: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 100px;
}

@media only screen and (max-width: 735px) {
  .s1 .txt02 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}

.s1 .box {
  background: #fff;
  padding: 40px 0;
}

@media only screen and (max-width: 735px) {
  .s1 .box {
    padding: 10%;
  }
}

.s1 .box p {
  line-height: 2.2;
}

@media only screen and (max-width: 735px) {
  .s1 .box p {
    line-height: 2;
  }
}

.s2 .box {
  height: 300px;
  font-size: 0;
  position: relative;
  margin-bottom: 20%;
}

@media only screen and (max-width: 735px) {
  .s2 .box {
    height: auto;
    margin-bottom: 0;
  }
}

.s2 .box .wrapT {
  height: 300px;
}

@media only screen and (max-width: 735px) {
  .s2 .box .wrapT {
    height: auto;
  }
}

@media only screen and (min-width: 736px) {
  .s2 .box .img, .s2 .box .txt {
    position: absolute;
  }
}

.s2 .box .img {
  width: 45%;
  top: 0;
  z-index: 10;
}

@media only screen and (max-width: 735px) {
  .s2 .box .img {
    width: 100%;
  }
}

.s2 .box .img img {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 735px) {
  .s2 .box .img img {
    box-shadow: none;
  }
}

.s2 .box h3 {
  position: relative;
}

.s2 .box h3 .icon {
  position: absolute;
}

@media only screen and (max-width: 735px) {
  .s2 .box h3 .icon {
    display: none;
  }
}

.s2 .box .txt {
  width: 60%;
  background: #f4f2ee;
  padding: 80px 0;
  z-index: 1;
  top: 60px;
}

@media only screen and (max-width: 735px) {
  .s2 .box .txt {
    width: 100%;
    padding: 10%;
  }
}

.s2 .box .txt h3, .s2 .box .txt p {
  text-align: left;
  line-height: 2.2;
}

.s2 .box .txt h3 {
  color: #ff8f00;
  font-size: 26px;
  font-size: 1.625rem;
}

@media only screen and (max-width: 735px) {
  .s2 .box .txt h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2;
  }
}

.s2 .box .txt p {
  margin-top: 30px;
}

@media only screen and (max-width: 735px) {
  .s2 .box .txt p br {
    display: none;
  }
}

.s2 .box-left .img {
  left: 0;
}

.s2 .box-left .txt {
  right: 0;
}

.s2 .box-left .txt h3, .s2 .box-left .txt p {
  margin-left: 15%;
}

@media only screen and (max-width: 735px) {
  .s2 .box-left .txt h3, .s2 .box-left .txt p {
    margin: 0;
  }
}

.s2 .box-left .txt h3 .icon {
  top: -30px;
  left: 300px;
}

.s2 .box-left .txt p {
  text-align: left;
}

.s2 .box-right .img {
  right: 0;
}

.s2 .box-right .txt {
  left: 0;
  margin-right: 15%;
}

.s2 .box-right .txt h3 .icon {
  top: -30px;
  left: -100px;
}

.s2 .box-right .txt h3, .s2 .box-right .txt p {
  margin-left: 300px;
}

@media only screen and (max-width: 735px) {
  .s2 .box-right .txt h3, .s2 .box-right .txt p {
    text-align: left;
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */