@charset "UTF-8";
.title {
  text-align: center;
}
.title .title__en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 4.8rem;
  letter-spacing: .2rem;
  line-height: 1;
}

.title .title__txt {
  font-weight: 700;
  font-size: 1.6rem;
  color: #01b377;
}

.title-sub {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 5rem;
  line-height: 1.5;
}

.title-sub span {
  color: #f88600;
}

@media only screen and (max-width: 768px) {
  .title .title__en {
    font-size: 2.8rem;
  }
  .title .title__txt {
    font-size: 1.6rem;
  }
  .title-sub {
    font-size: 2rem;
    margin-top: 0;
    line-height: 1.4;
  }
}

.main {
  width: 100%;
}
.main .inr {
  width: 100%;
  background: #bec2c2 url(../img/main.jpg) no-repeat left top;
  background-size: 1400px;
  overflow: hidden;
  height: 774px;
  margin: 0 auto;
  position: relative;
}
.main h2 {
  position: absolute;
  bottom: 40px;
  font-weight: 900;
  left: 40px;
  font-size: 6rem;
  color: #FFF;
  line-height: 1.3;
}
.main h2 span {
  font-size: 3rem;
  display: block;
  font-weight: 700;
  padding-bottom: .5rem;
}
.main h3 {
  background: #bdda53;
  text-align: center;
  font-size: 2rem;
  padding: 1.5rem 0;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.main h4 {
  background: #01b377;
  height: 40px;
  text-align: center;
  color: #FFF;
  line-height: 40px;
}
.form1 {
  width: 460px;
  position: absolute;
  top: 30px;
  right: 40px;
  background: #FFF;
  border-radius: 2rem;
  padding-bottom: 4rem;
}
.form1_inr {
  padding: 1.5rem 3.5rem;
}
.form1 dl {
  padding: 1rem 0;
}
.form1 dt {
     font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  padding-bottom: .5rem;
}

.form1 dd .text {
  width: 94%;
  padding: 1.2rem 1rem;
}
.form_send {
  width: 400px;
  height: 80px;
  border: 2px solid #f88600;
  background: #f88600;
  border: none;
  font-size: 2rem;
  color: #fff;
  display: block;
  margin: 20px auto 0 auto;
  font-weight: bold;
  border-radius: 6rem;
  cursor: pointer;
  -webkit-appearance: none;
}

.form_send:hover {
  background: #f88600;
}
.text, textarea, .dropdown {
  margin: 5px 0 0 0;
  border: 1px solid #ffe222;
  padding: 8px;
  color: #333;
  background: #fffad6;
  font-size: 16px;
}

@media screen and (max-width:1200px) {
.main .inr {
  background-size: 1164px;
  height: 644px;
  margin: 0 auto;
}

.main h2 {
    font-size:5.6rem;
   }
.main h2 span {
   font-size: 2.6rem;
   }
.main h3 {
  font-size: 1.8rem;
  padding: 1.2rem 0;
}
.form1 {
  width: 380px;
  top: 15px;
  right: 15px;
  padding-bottom: 2rem;
}
.form1_inr {
  padding: 1rem 2.6rem;
}

.form1 dl {
  padding: 1rem 0 0 0;
}
.form_send {
  width: 340px;
  height:70px;
  margin: 1.5rem auto 0 auto; 
}

}
@media screen and (max-width:1000px) {
  .main {
    width: 100%;
  }
  .main .inr {
    width: auto;
    background: #bec2c2 url(../img/main.jpg) no-repeat left top;
    background-size: 151vw;
    height: auto;
    padding: 50vw 0 3rem 0;
    margin: 0 auto;
  }
  .main h2 {
    text-align: left;
    font-weight: 900;
    left: auto;
    bottom: auto;
    font-size: 8vw;
    padding-top: 0;
    line-height: 10vw;
    letter-spacing: -.04rem;
    padding-left: 6vw;
    padding-bottom: 4vw;
    text-shadow: 1px 0 20px rgba(0, 0, 0, .4);
  }
  .main h2 span {
    font-size: 4vw;
    display: block;
    font-weight: 700;
    padding-bottom: 1vw;
    line-height: 4vw;
  }
  .main h3 {
    font-size: 1.6rem;
    padding: 1.5rem 0;
    line-height: 1.4;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .main h4 {
    height: auto;
    line-height: 1.4;
    padding: 1.5rem 3rem;
  }
  .form1 {
    width: 94%;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    border-radius: 1rem;
    padding-bottom: 4rem;
  }
  .form1_inr {
    padding: 2rem 2rem 0 2rem;
  }
  .form1 dl {
    padding: 1rem 0;
  }
  .form1 dt {
    font-size: 1.5rem;
    line-height: 1.4;
    padding-bottom: .5rem;
  }
  .form1 dd .text {
    width: 94%;
    padding: 1.2rem 1rem;
  }
  .form_send {
    width: 90%;
    border: 2px solid #f88600;
    background: #f88600;
    height: 60px;
    border: none;
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 3rem auto 0 auto;
    font-weight: normal;
    padding: 16px 0;
  }
}

.item1 {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 8rem 0;
}

.item1 ul {
  overflow: hidden;
  margin-top: 6rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.item1 ul img {
  width: 92%;
  display: block;
  margin: 0 auto;
}

.item1 ul li {
  box-sizing: content-box;
  width: 23%;
  padding: 0 1%;
}

.item1 ul li dl dd {
  font-weight: 500;
  text-align: center;
  padding-top: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.7;
}

@media screen and (max-width:960px) {
  .item1 ul li {
    width: 48%;
    padding: 0 1% 3rem 1%;
  }
  .item1 ul img {
    width: 80%;
  }
  .item1 ul li dl dd {
    padding-top: 1rem;
  }
  .item1 ul {
    padding-bottom: 0;
  }
}

@media screen and (max-width:768px) {
  .item1 {
    width: 96%;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .item1 h2 {
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
  }
  .item1 ul {
    overflow: hidden;
    margin-top: 4rem;
    padding-bottom: 0;
  }
  .item1 ul img {
    width: 90%;
  }
  .item1 ul li dl dd {
    font-size: 1.4rem;
    text-align: left;
    padding: 1rem;
  }
  .item1 ul li dl dd br {
    display: none;
  }
}

.item2 {
  width: 100%;
  padding: 8rem 0;
  background: #01b377;
  background: -moz-linear-gradient(top, #d8f27a 0%, #01b377 100%);
  background: -webkit-linear-gradient(top, #d8f27a 0%, #01b377 100%);
}
.item2 .inr {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}

.item2 ul {
  width: 100%;
  box-sizing: content-box;
  overflow: hidden;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.item2 ul li {
  box-sizing: border-box;
  width: 31.33333333333%;
  margin-top: 3rem;
  border-radius: 2rem;
  border: 6px solid #ffde00;
  background: #FFF;
  padding: 1.5rem 2rem 3rem 2rem;
}

.item2 ul li:nth-child(2), .item2 ul li:nth-child(5) {
  margin-left: 3%;
  margin-right: 3%;
}

.item2 ul li:nth-child(2), .item2 ul li:nth-child(6) {
  border: 6px solid #f8a500;
}

.item2 ul li:nth-child(2) span, .item2 ul li:nth-child(6) span {
  color: #f8a500;
}

.item2 ul li:nth-child(3) {
  border: 6px solid #bdda53;
}

.item2 ul li:nth-child(3) span {
  color: #bdda53;
}

.item2 ul li:nth-child(4) {
  border: 6px solid #53c5da;
}

.item2 ul li:nth-child(4) span {
  color: #53c5da;
}

.item2 dt img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.item2 dd h3 {
  font-size: 2.8rem;
  letter-spacing: .1rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  margin-top: 1rem;
}

.item2 dd h3 span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0;
  color: #ffde00;
  padding-bottom: .5rem;
}

.item2 dd p {
  padding-top: 2rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width:960px) {
  .item2 ul li {
    box-sizing: border-box;
    width: 32.33333333333%;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    margin-top: 2rem;
  }
  .item2 ul li:nth-child(2), .item2 ul li:nth-child(5) {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
  .item2 dd h3 br {
    display: none;
  }
  .item2 dd h3 {
    font-size: 2.4rem;
    letter-spacing: .1rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    margin-top: 1rem;
  }
}

@media screen and (max-width:768px) {
  .item2 {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .item2 .title-sub {
    margin-top: 3rem;
  }
  .item2 ul {
    width: 100%;
    box-sizing: content-box;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .item2 ul li {
    box-sizing: border-box;
    width: 48.5%;
    margin-top: 1rem;
    border-radius: 1.6rem;
    border: 4px solid #ffde00;
    background: #FFF;
    padding: 1rem 1.4rem 2rem 1.4rem;
  }
  .item2 ul li:nth-child(2), .item2 ul li:nth-child(4), .item2 ul li:nth-child(6) {
    margin-left: 3%;
    margin-right: 0;
  }
  .item2 ul li:nth-child(5) {
    margin-left: 0;
    margin-right: 0;
  }
  .item2 ul li:nth-child(2), .item2 ul li:nth-child(6) {
    border: 4px solid #f8a500;
  }
  .item2 ul li:nth-child(3) {
    border: 4px solid #bdda53;
  }
  .item2 ul li:nth-child(4) {
    border: 4px solid #53c5da;
  }
  .item2 dt img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .item2 dd h3 {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    margin-top: .5rem;
  }
  .item2 dd h3 span {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  .item2 dd p {
    padding-top: 1rem;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.item4 {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0;
}
.item4 .inr {
  width: max-width: 1000px;
  margin: 0 auto;
}

.item4 h2 {
  font-size: 26px;
  text-align: center;
  line-height: 1.4em;
}

.item4 h2 span {
  color: #c00c0b;
}

.form2 {
  width: 94%;
  max-width: 800px;
  margin: 6rem auto;
  overflow: hidden;
}

.form2 dl {
  overflow: hidden;
  padding: 20px 10px;
}

.form2 dt {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-bottom: .6rem;
     font-weight: 700;
}

.form2 .text {
  width: 98%;
  background: #fffad6;
  padding: 1.5rem;
}

.form2 dd {
  width: 98%;
}

@media screen and (max-width:768px) {
  .item4 {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .item4 .inr {
    width: 94%;
    margin: 0 auto;
  }
  .item4 .title-sub {
    margin-top: 3rem;
  }
  .item4 h2 {
    font-size: 18px;
    text-align: center;
    line-height: 1.4em;
  }
  .form2 {
    width: 100%;
    background: #FFF;
    margin: 20px auto 20px auto;
    overflow: hidden;
  }
  .form2 dl {
    overflow: hidden;
    padding: 1rem;
  }
  .form2 dt {
    width: auto;
   
    padding-right: 10px;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;

  }
  .form2 .text {
    width: 90%;
  }
  .form2 dd {
    width: auto;
    float: none;
    padding-left: 0;
  }
}

