@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 .txt_box {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .txt_box {
    margin: 0 0 30px;
  }
}
#section01 .txt_box p:not(:last-child) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .txt_box p:not(:last-child) {
    margin: 0 0 15px;
  }
}
#section01 .txt_box p a {
  position: relative;
  display: inline-block;
  color: #FF8C00;
  text-decoration: underline;
}
#section01 .txt_box p a:hover {
  color: #E50F0F;
}
#section01 .speech_wrap {
  margin: 0 0 40px;
}
#section01 .speech_wrap .speech_box01,
#section01 .speech_wrap .speech_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box01,
  #section01 .speech_wrap .speech_box02 {
    gap: 15px;
  }
}
#section01 .speech_wrap .speech_box01 i,
#section01 .speech_wrap .speech_box02 i {
  display: block;
  width: 150px;
  min-width: 150px;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box01 i,
  #section01 .speech_wrap .speech_box02 i {
    width: 50px;
    min-width: 50px;
  }
}
#section01 .speech_wrap .speech_box01 i img,
#section01 .speech_wrap .speech_box02 i img {
  width: 100%;
}
#section01 .speech_wrap .speech_box01 figcaption,
#section01 .speech_wrap .speech_box02 figcaption {
  position: relative;
  padding: 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box01 figcaption,
  #section01 .speech_wrap .speech_box02 figcaption {
    padding: 15px;
  }
}
#section01 .speech_wrap .speech_box01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#section01 .speech_wrap .speech_box01 figcaption {
  background: #F2E3CB;
}
#section01 .speech_wrap .speech_box01 figcaption::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50px;
  left: -12px;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #F2E3CB;
  border-left: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box01 figcaption::before {
    top: 20px;
  }
}
#section01 .speech_wrap .speech_box01 figcaption p {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box01 figcaption p {
    font-size: 17px;
  }
}
#section01 .speech_wrap .speech_box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#section01 .speech_wrap .speech_box02.al_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section01 .speech_wrap .speech_box02 figcaption {
  background: #EEF2F9;
}
#section01 .speech_wrap .speech_box02 figcaption::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50px;
  right: -12px;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #EEF2F9;
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box02 figcaption::after {
    top: 20px;
  }
}
#section01 .speech_wrap .speech_box02 figcaption p:not(:last-child) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box02 figcaption p:not(:last-child) {
    margin: 0 0 15px;
  }
}
#section01 .speech_wrap .speech_box02 figcaption p .red {
  color: #E50F0F;
}
#section01 .speech_wrap .speech_box02 figcaption p a {
  position: relative;
  display: inline-block;
  color: #FF8C00;
  text-decoration: underline;
}
#section01 .speech_wrap .speech_box02 figcaption p a:hover {
  color: #E50F0F;
}
#section01 .speech_wrap .speech_box02 figcaption .pic {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box02 figcaption .pic {
    margin: 0 0 15px;
  }
}
#section01 .speech_wrap .speech_box02 figcaption table {
  table-layout: fixed;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box02 figcaption table {
    margin: 0 auto 20px;
  }
}
#section01 .speech_wrap .speech_box02 figcaption table .bg_orange {
  color: #fff;
  background: #FF8C00;
}
#section01 .speech_wrap .speech_box02 figcaption table .bg_green {
  color: #fff;
  background: #68B749;
}
#section01 .speech_wrap .speech_box02 figcaption table .bg_pink {
  color: #fff;
  background: #ef7991;
}
#section01 .speech_wrap .speech_box02 figcaption table .bg_red {
  background: #FFD1D7;
}
#section01 .speech_wrap .speech_box02 figcaption table .bg_blue {
  color: #fff;
  background: #51ACE9;
}
#section01 .speech_wrap .speech_box02 figcaption table tr th,
#section01 .speech_wrap .speech_box02 figcaption table tr td {
  line-height: 1.25;
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  background: #fff;
  border: 1px solid #A3A7B1;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box02 figcaption table tr th,
  #section01 .speech_wrap .speech_box02 figcaption table tr td {
    padding: 10px 5px;
  }
}
#section01 .speech_wrap .speech_box02 figcaption table thead tr th {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box02 figcaption table thead tr th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box02 figcaption table tbody tr th, #section01 .speech_wrap .speech_box02 figcaption table tbody tr td {
    font-size: 10px;
  }
}
#section01 .speech_wrap .speech_box02 figcaption table tbody tr th {
  font-weight: 400;
}
#section01 .speech_wrap .speech_box02 figcaption table tbody tr td b {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box02 figcaption table tbody tr td b {
    font-size: 12px;
  }
}
#section01 .speech_wrap .speech_box02 figcaption table tbody tr td .indent {
  display: block;
  text-indent: 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .speech_wrap .speech_box02 figcaption table tbody tr td .indent {
    text-indent: 12px;
  }
}
#section01 .speech_wrap .speech_box02 figcaption small {
  display: block;
  font-size: 12px;
  line-height: 1.25;
}