/*=======================
共通
=======================*/

#main_visual {
  position: relative;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 400px;
  background-image: url("../../img/top/main_visual.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 60% auto;
}

#main_visual .img {
  width: 90%;
  height: 30vw;
  background-image: url("../../img/top/mv.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 90% auto;
  padding: 0 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#main_visual .img #slick .slick_container .slider .slick-list .slick-track .box img.sp {
  display: none;
}

#main_visual .txt_box {
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

#main_visual .txt {
  box-sizing: border-box;
  width: 41%;
  padding: 40px 0 40px 5%;
  background: #8dc031;
}

#main_visual .txt p.t1 {
  font-size: 36px;
  font-weight: bold;
  color: white;
  line-height: 1.667;
  margin: 0 0 16px;
}

#main_visual .txt p.t2 {
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  line-height: 1.333;
  letter-spacing: 0.13rem;
  margin: 0 0 3px;
}

@media screen and (min-width:1280px) and ( max-width:1440px) {
  #main_visual .txt p.t1 {
    font-size: 32px;
  }
}

@media screen and (min-width:768px) and ( max-width:1279px) {
  #main_visual .txt p.t1 {
    font-size: 28px;
  }
}

/*=======================
トップページ
=======================*/

#top #sec1 {
  margin: 0 0 40px;
}

#top #sec1 h2 {
  align-items: center;
  align-self: center;
  width: 190px;
  font-size: 36px;
  font-family: 'Noto Sans Japanese';
  font-weight: bold;
}

#top #sec1 span {
  display: block;
  width: 190px;
  color: #8dc031;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#top #sec1 .link {
  width: 810px;
  border-top: 1px solid #dcdcdc;
}

#top #sec1 .link dl {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}

#top #sec1 .link dl dt {
  width: 100px;
  font-size: 14px;
  font-weight: bold;
}

#top #sec1 .link dl dd {
  width: calc( 100% - 120px);
}

#top #sec1 p {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 80px 0;
}

#top #sec1 p span {
  background: linear-gradient(transparent 60%, #f4bcd4 60%);
}

#top #sec2 {
  padding: 40px 0;
  background-color: #fbf9ea;
}

#top #sec2 h2 {
  font-size: 36px;
  font-family: 'Noto Sans Japanese';
  text-align: center;
  margin-bottom: 20px;
}

#top #sec2 h2 span {
  display: block;
  color: #8dc031;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#top #sec2 .box1 {
  margin-bottom: 40px;
}

#top #sec2 .box1 .left {
  width: 580px;
  background-color: #fff;
  padding: 30px 50px;
}

#top #sec2 .box1 .left .text1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#top #sec2 .box1 .left h3 {
  color: #8dc031;
  font-size: 30px;
  font-family: 'Noto Sans Japanese';
  margin-bottom: 20px;
}

#top #sec2 .box1 .left .text2 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

#top #sec2 .box2 {
  align-items: center;
}

#top #sec2 .box2 .right {
  width: 580px;
  background-color: #fff;
  padding: 30px 50px;
}

#top #sec2 .box2 .right .text1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#top #sec2 .box2 .right h3 {
  color: #8dc031;
  font-size: 30px;
  font-family: 'Noto Sans Japanese';
  margin-bottom: 20px;
}

#top #sec2 .box2 .right .text2 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

#top #sec2 .box3 {
  padding: 40px;
  background-color: #fff;
}

#top #sec2 .box3 .left {
  width: 440px;
}

#top #sec2 .box3 h3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  line-height: 60px;
  vertical-align: middle;
  margin-bottom: 10px;
}

#top #sec2 .box3 h3 span:first-child {
  color: #8dc031;
}

#top #sec2 .box3 h3 span.number {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  width: 38px;
  height: 38px;
  line-height: 40px;
  border-radius: 100px;
  background-color: #8dc031;
  text-align: center;
  margin: 0 20px 0 6px;
}

#top #sec2 .box3 p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#top #sec2 .box3 dl {
  margin-bottom: 20px;
}

#top #sec2 .box3 dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #8dc031;
  margin-bottom: 6px;
}

#top #sec3 {
  padding: 40px 0;
}

#top #sec3 h2 {
  font-size: 36px;
  font-family: 'Noto Sans Japanese';
  text-align: center;
  margin-bottom: 20px;
}

#top #sec3 h2 span {
  display: block;
  color: #8dc031;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#top #sec3 .box p {
  font-size: 14px;
  margin-top: 6px;
}

#top #sec3 p span {
  background: linear-gradient(transparent 60%, #f4bcd4 60%);
}

#top #sec4 {
  background-color: #f3f3f3;
}

#top #sec4 .inner {
  padding: 40px 0;
}

#top #sec4 h2 {
  font-size: 36px;
  font-family: 'Noto Sans Japanese';
  text-align: center;
  margin-bottom: 20px;
}

#top #sec4 h2 span {
  display: block;
  color: #8dc031;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#top #sec4 .box {
  padding: 20px 10px;
  background-color: #fff;
}

#top #sec4 dl dt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

#top #sec4 dl dt span {
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}

#top #sec4 dl dd p:first-child {
  margin-bottom: 4px;
}

#top #sec4 dl dd p span {
  display: inline-block;
  width: 80px;
  color: #FFF;
  background-color: #8dc031;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
  margin-right: 10px;
}

#top #sec4 dl dd p:nth-child(2) {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

#top #sec4 .btn1 {
  box-sizing: border-box;
  display: block;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ffa726;
  background-image: url(../../img/top/icn6.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  padding: 20px 0 20px 84px;
  margin: 30px auto 0;
}

#top #sec4 .btn1:hover {
  opacity: 0.7;
}

#top #sec5 .inner {
  width: 1000px;
  padding: 40px 0;
}

#top #sec5 h2 {
  font-size: 36px;
  font-family: 'Noto Sans Japanese';
  text-align: center;
  margin-bottom: 20px;
}

#top #sec5 h2 span {
  display: block;
  color: #8dc031;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#top #sec5 dl {
  width: 500px;
  margin-bottom: 20px;
}

#top #sec5 dl dt {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0 15px 74px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 10px;
}

#top #sec5 dl:first-child dt {
  background-image: url(../../img/top/pg1.png);
}

#top #sec5 dl:nth-child(2) dt {
  background-image: url(../../img/top/pg2.png);
}

#top #sec5 dl:nth-child(3) dt {
  background-image: url(../../img/top/pg3.png);
}

#top #sec5 dl:nth-child(4) dt {
  background-image: url(../../img/top/pg4.png);
}

#top #sec5 dl:nth-child(5) dt {
  background-image: url(../../img/top/pg5.png);
}

#top #sec5 dl:nth-child(6) dt {
  background-image: url(../../img/top/pg6.png);
}

#top #sec5 dl dd ul {
  list-style: disc;
  padding-left: 20px;
}

#top #sec5 dl dd ul li {
  font-size: 14px;
  margin-bottom: 4px;
}

#top #sec6 .inner {
  background-color: #f3f3f3;
  padding: 40px 60px;
}

#top #sec6 h2 {
  font-size: 36px;
  font-family: 'Noto Sans Japanese';
  text-align: center;
  margin-bottom: 20px;
}

#top #sec6 ul {
  padding-left: 20px;
  list-style-type: disc;
}

#top #sec6 ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

#top #sec6 ul li .red {
  color: #ff0000;
}

#top #sec7 .inner {
  position: relative;
  padding: 40px 0;
}

#top #sec7 h2 {
  font-size: 36px;
  font-family: 'Noto Sans Japanese';
  text-align: center;
  margin-bottom: 20px;
}

#top #sec7 table {
  width: 800px;
  margin: 0 auto;
}

#top #sec7 table th {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fbf9ea;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
}

#top #sec7 table td {
  padding: 20px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
}

#contact-box {
  box-sizing: border-box;
  width: 800px;
  margin: 0 auto;
  border: 8px solid #e5e5e5;
  padding: 30px;
}

#contact-box p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#contact-box .ttl {
  font-size: 36px;
  font-family: 'Noto Sans Japanese';
  text-align: center;
  margin-bottom: 20px;
}

#contact-box .btn1 {
  box-sizing: border-box;
  display: block;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ffa726;
  background-image: url(../../img/top/icn6.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  padding: 20px 0 20px 84px;
  margin: 10px 0 20px;
}

#contact-box .btn1:hover {
  opacity: 0.7;
}

#contact-box .btn2 {
  box-sizing: border-box;
  display: inline-block;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0a0a0a;
  background-image: url(../../img/top/icn6.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 20px 0 20px 56px;
  margin: 10px 0 20px;
}

#contact-box .btn2:hover {
  opacity: 0.7;
}

#contact-box .btn3 {
  box-sizing: border-box;
  display: inline-block;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #e60012;
  background-image: url(../../img/top/icn6.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  padding: 20px 0 20px 80px;
  margin: 10px 0 20px;
}

#contact-box .btn3:hover {
  opacity: 0.7;
}