@charset "UTF-8";
/*--------------------------
color
---------------------------*/
/*画像あり、ページナビあり*/
/*画像なし、ページナビあり*/
/*画像なし、ページナビなし*/
/*--------------------------
section01
---------------------------*/
#section01 {
  position: relative;
  padding: 150px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 {
    min-height: auto;
    padding: 72px 0 0;
  }
}
#section01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/asset/image/common/mv_item_sub.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #section01::before {
    background-image: url(/asset/image/common/mv_item_sub_sp.svg);
  }
}
#section01::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 32px;
  top: 0;
  left: 0;
  background: #FF0000;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  #section01::after {
    height: 14px;
  }
}
#section01 h1 {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  background: -webkit-gradient(linear, left top, right top, from(#FF8C00), to(#E50F0F));
  background: linear-gradient(90deg, #FF8C00 0%, #E50F0F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  #section01 h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 h1 {
    margin: 0 0 40px;
  }
}
#section01 h2 {
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  padding: 0 0 20px;
  border-bottom: 1px solid #E3E6EE;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 h2 {
    font-size: 20px;
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 h2 {
    margin: 0 0 20px;
  }
}
#section01 .txt_box:not(:last-child) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .txt_box:not(:last-child) {
    margin: 0 0 20px;
  }
}
#section01 .txt_box h3 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  #section01 .txt_box h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .txt_box h3 {
    margin: 0 0 10px;
  }
}
#section01 .txt_box h4 {
  margin: 0 0 10px;
}
#section01 .txt_box p a {
  position: relative;
  display: inline-block;
  color: #FF8C00;
  text-decoration: underline;
}
#section01 .txt_box p a:hover {
  color: #E50F0F;
}

/*--------------------------
section02
---------------------------*/
#section02 {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #section02 {
    padding: 40px 0;
  }
}
#section02 .inner h2 {
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  padding: 0 0 20px;
  border-bottom: 1px solid #E3E6EE;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner h2 {
    font-size: 20px;
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .inner h2 {
    margin: 0 0 20px;
  }
}
#section02 .inner .txt_box:not(:last-child) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .txt_box:not(:last-child) {
    margin: 0 0 20px;
  }
}
#section02 .inner .txt_box h3 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .txt_box h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .inner .txt_box h3 {
    margin: 0 0 10px;
  }
}
#section02 .inner .txt_box p a {
  position: relative;
  display: inline-block;
  color: #FF8C00;
  text-decoration: underline;
}
#section02 .inner .txt_box p a:hover {
  color: #E50F0F;
}
#section02 .inner .txt_box ul {
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .txt_box ul {
    padding: 0 0 0 15px;
  }
}
#section02 .inner .txt_box ul li:not(:last-child) {
  margin: 0 0 10px;
}

/*--------------------------
section03
---------------------------*/
#section03 {
  padding: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  #section03 {
    padding: 0 0 40px;
  }
}
#section03 .inner h2 {
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  padding: 0 0 20px;
  border-bottom: 1px solid #E3E6EE;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner h2 {
    font-size: 20px;
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #section03 .inner h2 {
    margin: 0 0 20px;
  }
}
#section03 .inner .txt_box:not(:last-child) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .txt_box:not(:last-child) {
    margin: 0 0 20px;
  }
}
#section03 .inner .txt_box h3 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .txt_box h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 768px) {
  #section03 .inner .txt_box h3 {
    margin: 0 0 10px;
  }
}
#section03 .inner .txt_box p a {
  position: relative;
  display: inline-block;
  color: #FF8C00;
  text-decoration: underline;
}
#section03 .inner .txt_box p a:hover {
  color: #E50F0F;
}