/*--------------------------
breadcrumb
---------------------------*/
#breadcrumb {
  padding: 14px 0;
  background: #f7f7f7;
}
@media only screen and (max-width: 1024px) {
  #breadcrumb {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb .container {
  width: 90%;
  max-width: 1500px;
  min-width: 920px;
  margin: 0 auto;
  padding: 0;
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#breadcrumb ul li {
  position: relative;
}
#breadcrumb ul li a {
  color: #00af97;
  font-size: 14px;
  font-weight: 400;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
}
#breadcrumb ul li::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: "\f105";
  position: relative;
  top: 1px;
  margin: 0 10px;
}
#breadcrumb ul li:last-child a {
  color: #666;
  pointer-events: none;
}
#breadcrumb ul li:last-child::after {
  content: none;
  margin: 0 10px;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: auto;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual {
    height: auto;
  }
}
#main_visual .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1024px;
  height: 260px;
}
@media only screen and (max-width: 768px) {
  #main_visual .container {
    width: 100%;
    min-width: 100%;
    height: 120px;
  }
}
#main_visual h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  width: 640px;
  margin: 0 auto 60px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  #main_visual h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual h1 {
    font-size: 22px;
    line-height: 135%;
    width: 55%;
    padding: 20px 0 14px;
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual h1 {
    font-size: 20px;
    width: 70%;
  }
}
#main_visual h1::before, #main_visual h1::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 10px;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ccc;
}
@media only screen and (max-width: 768px) {
  #main_visual h1::before, #main_visual h1::after {
    width: 64%;
    height: 5px;
    bottom: -4px;
  }
}
#main_visual h1::after {
  width: 200px;
  background-color: #00a040;
}
@media only screen and (max-width: 768px) {
  #main_visual h1::after {
    width: 40%;
  }
}
#main_visual .left_box {
  position: absolute;
  z-index: -1;
  top: -86px;
  left: -80px;
  -webkit-animation: 2s ani01;
          animation: 2s ani01;
}
@media only screen and (max-width: 1280px) {
  #main_visual .left_box {
    top: -70px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .left_box {
    left: -50px;
    top: -38%;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual .left_box {
    left: -32px;
    top: -8%;
  }
}
@media only screen and (max-width: 360px) {
  #main_visual .left_box {
    left: -28px;
    top: 0%;
  }
}
@media only screen and (max-width: 1280px) {
  #main_visual .left_box img {
    width: 380px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .left_box img {
    width: 200px;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual .left_box img {
    width: 140px;
  }
}
@media only screen and (max-width: 360px) {
  #main_visual .left_box img {
    width: 120px;
  }
}
#main_visual .right_box {
  position: absolute;
  z-index: -1;
  -webkit-animation: 2s ani02;
          animation: 2s ani02;
  right: -80px;
}
@media only screen and (max-width: 1280px) {
  #main_visual .right_box {
    right: -60px;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .right_box {
    right: -40px;
    top: -38%;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual .right_box {
    right: -30px;
    top: -8%;
  }
}
@media only screen and (max-width: 360px) {
  #main_visual .right_box {
    right: -22px;
    top: 0%;
  }
}
@media only screen and (max-width: 1280px) {
  #main_visual .right_box img {
    width: 380px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual .right_box img {
    width: 200px;
  }
}
@media only screen and (max-width: 450px) {
  #main_visual .right_box img {
    width: 140px;
  }
}
@media only screen and (max-width: 360px) {
  #main_visual .right_box img {
    width: 120px;
  }
}
@-webkit-keyframes ani01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes ani01 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes ani02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes ani02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media only screen and (max-width: 768px) {
  #main_visual {
    margin-bottom: 0;
  }
}

/*--------------------------
section01
---------------------------*/
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 0 0 30px;
  }
}
#section01 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box {
    display: block;
  }
}
#section01 .flex_box .left_box {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box .left_box {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
#section01 .flex_box .left_box img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#section01 .flex_box .right_box {
  width: calc(50% - 40px);
  position: relative;
  padding: 0 14% 0 80px;
}
@media only screen and (max-width: 1280px) {
  #section01 .flex_box .right_box {
    padding: 0 0 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box .right_box {
    width: 100%;
    padding: 0 12px;
  }
}
#section01 .flex_box .right_box h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box .right_box h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
  }
}
#section01 .flex_box .right_box .read_box p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #section01 .flex_box .right_box .read_box p {
    font-size: 14px;
  }
}

/*--------------------------
section02
---------------------------*/
#section02 {
  background: #f7f7f7;
  padding: 80px 0 50px;
}
@media only screen and (max-width: 768px) {
  #section02 {
    padding: 30px 0 10px;
  }
}
#section02 .flex_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box01 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 14px;
  }
}
#section02 .flex_box01:hover {
  background: #ebf6e7;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box01:hover {
    background: none;
  }
}
#section02 .flex_box01:hover .right_box h3 {
  color: #00af97;
}
#section02 .flex_box01:hover .right_box .more_button::after {
  right: -6px;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box01:hover .right_box .more_button::after {
    right: 0;
  }
}
#section02 .flex_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  line-height: 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box02 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 14px;
  }
}
#section02 .flex_box02:hover {
  background: #ebf6e7;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box02:hover {
    background: none;
  }
}
#section02 .flex_box02:hover .right_box h3 {
  color: #00af97;
}
#section02 .flex_box02:hover .right_box .more_button::after {
  right: -6px;
}
@media only screen and (max-width: 768px) {
  #section02 .flex_box02:hover .right_box .more_button::after {
    right: 0;
  }
}
#section02 .left_box {
  width: 50%;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  #section02 .left_box {
    width: 30%;
  }
}
#section02 .left_box img {
  line-height: 0;
}
#section02 .right_box {
  width: 50%;
  padding: 0 80px;
}
@media only screen and (max-width: 768px) {
  #section02 .right_box {
    width: 70%;
    padding: 0 12px;
  }
}
#section02 .right_box h3 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section02 .right_box h3 {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
#section02 .right_box p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .right_box p {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
#section02 .right_box .more_button {
  color: #00af97;
  position: relative;
  display: inline-block;
  padding-right: 60px;
  top: 5px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #section02 .right_box .more_button {
    padding-right: 45px;
  }
}
#section02 .right_box .more_button::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: "\e818";
  font-size: 40px;
  position: absolute;
  top: -5px;
  right: 10px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section02 .right_box .more_button::after {
    font-size: 30px;
  }
}
#section02 .right_box .more_button:hover::after {
  right: 0;
}
@media only screen and (max-width: 768px) {
  #section02 .right_box .more_button {
    font-size: 12px;
  }
}
#section02 .right_box .more_button::after {
  top: 5px;
}
@media only screen and (max-width: 768px) {
  #section02 .right_box .more_button::after {
    top: -2px;
  }
}

/*--------------------------
section03
---------------------------*/
#section03 {
  padding: 100px 0 80px;
  background: url(/asset/image/company/sec03_bg01.png) no-repeat right center #fff;
}
@media only screen and (max-width: 768px) {
  #section03 {
    padding: 30px 0;
    background-size: cover;
  }
}
#section03 .box {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #section03 .box {
    width: 100%;
    padding: 0 12px;
  }
}
#section03 .box .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #section03 .box .flex_box {
    display: block;
  }
}
#section03 .box .flex_box li {
  width: 33.3333333333%;
  padding: 0 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #section03 .box .flex_box li {
    width: 100%;
    padding: 0;
    margin-bottom: 6px;
  }
}
#section03 .box .flex_box li a {
  position: relative;
  color: #00af97;
  text-align: center;
  display: block;
  padding: 20px 0;
  border: solid 1px #00af97;
  border-radius: 6px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 150%;
  height: 122px;
  background: #fff;
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #section03 .box .flex_box li a {
    margin: 16px auto 0;
  }
}
#section03 .box .flex_box 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: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#section03 .box .flex_box li a:hover {
  color: #fff;
  background: #00af97;
}
#section03 .box .flex_box li a:hover:after {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #section03 .box .flex_box li a {
    font-size: 16px;
    height: auto;
    padding: 16px 20px;
  }
}