@charset "UTF-8";
/*--------------------------
color
---------------------------*/
/*画像あり、ページナビあり*/
/*画像なし、ページナビあり*/
/*画像なし、ページナビなし*/
/*--------------------------
section01
---------------------------*/
#section01 {
  position: relative;
  min-height: 268px;
  padding: 50px 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_default.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: 98px;
  top: 0;
  left: 0;
  background: #FF0000;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  #section01::after {
    height: 14px;
  }
}
#section01 .page_nav {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 30px 40px;
  margin: 0 auto;
  background: #F6F8FD;
  border-radius: 20px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  #section01 .page_nav {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 768px) {
  #section01 .page_nav {
    display: none;
  }
}
#section01 .page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 35px;
}
@media only screen and (max-width: 768px) {
  #section01 .page_nav ul {
    gap: 15px 20px;
  }
}
#section01 .page_nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 700;
  color: #FF8C00;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  #section01 .page_nav ul li a {
    gap: 4px;
    font-size: 12px;
  }
}
#section01 .page_nav ul li a::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e803";
  font-size: 21px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #section01 .page_nav ul li a::after {
    font-size: 15px;
  }
}
#section01 .page_nav ul li a:hover {
  color: #E50F0F;
}
#section01 .page_nav ul li a.current {
  color: #A3A7B1;
  pointer-events: none;
}
#section01 .inner {
  padding: 135px 0 0;
}
@media only screen and (max-width: 1200px) {
  #section01 .inner {
    padding: 135px 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .inner {
    min-width: 100%;
    padding: 0 20px;
  }
}
#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 .thumb_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 30px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .thumb_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
#section01 .thumb_flex .pic {
  width: 260px;
  min-width: 260px;
}
@media only screen and (max-width: 768px) {
  #section01 .thumb_flex .pic {
    width: 100%;
    min-width: 100%;
  }
}
#section01 .thumb_flex .pic img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #section01 .thumb_flex {
    margin: 0 0 30px;
  }
}
#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 30px;
  }
}
#section01 .bg_box {
  padding: 40px;
  background: #F6F8FD;
  border-radius: 10px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box {
    margin: 0 0 30px;
  }
}
#section01 .bg_box .box_wrap:not(:last-child) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box .box_wrap:not(:last-child) {
    margin: 0 0 30px;
  }
}
#section01 .bg_box h3 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  padding: 5px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#FF8C00), to(#E50F0F));
  background: linear-gradient(90deg, #FF8C00 0%, #E50F0F 100%);
  border-radius: 50px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box h3 {
    width: 100%;
    min-height: 31px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box h3 {
    margin: 0 0 15px;
  }
}
#section01 .bg_box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
#section01 .bg_box figure .pic {
  width: 260px;
  min-width: 260px;
}
@media only screen and (max-width: 768px) {
  #section01 .bg_box figure .pic {
    width: 100%;
    min-width: 100%;
  }
}
#section01 .bg_box figure .pic img {
  width: 100%;
}
#section01 .bg_box figure figcaption p a {
  position: relative;
  display: inline-block;
  color: #FF8C00;
  text-decoration: underline;
}
#section01 .bg_box figure figcaption p a:hover {
  color: #E50F0F;
}
#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;
  }
}
#section01 .txt_box h3::before, #section01 .txt_box h3::after {
  content: "～";
}
#section01 .figure .pic {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .figure .pic {
    margin: 0 0 20px;
  }
}

/*--------------------------
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 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;
  }
}
#section02 .inner .txt_box h3::before, #section02 .inner .txt_box h3::after {
  content: "～";
}
#section02 .inner .txt_box p:not(:last-child) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .txt_box p:not(:last-child) {
    margin: 0 0 20px;
  }
}
#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: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 .figure_center {
  display: inline-block;
}
#section02 .inner .txt_box .figure_center .bg {
  padding: 12px;
  background: #F6F8FD;
}
#section02 .inner .bg_box {
  padding: 40px;
  background: #F6F8FD;
  border-radius: 10px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box {
    margin: 0 0 30px;
  }
}
#section02 .inner .bg_box .box_wrap:not(:last-child) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box .box_wrap:not(:last-child) {
    margin: 0 0 30px;
  }
}
#section02 .inner .bg_box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
#section02 .inner .bg_box figure .pic {
  width: 260px;
  min-width: 260px;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .bg_box figure .pic {
    width: 100%;
    min-width: 100%;
  }
}
#section02 .inner .bg_box figure .pic img {
  width: 100%;
}
#section02 .inner .bg_box figure .pic .caption {
  text-align: center;
  margin: 5px 0 0;
}
#section02 .inner .bg_box figure figcaption p a {
  position: relative;
  display: inline-block;
  color: #FF8C00;
  text-decoration: underline;
}
#section02 .inner .bg_box figure figcaption p a:hover {
  color: #E50F0F;
}

/*--------------------------
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 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;
  }
}
#section03 .inner .txt_box h3::before, #section03 .inner .txt_box h3::after {
  content: "～";
}
#section03 .inner .txt_box p:not(:last-child) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .txt_box p:not(:last-child) {
    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 .figure_center {
  display: inline-block;
}