@charset "UTF-8";
/*--------------------------
color
---------------------------*/
/*画像あり、ページナビあり*/
/*画像なし、ページナビあり*/
/*画像なし、ページナビなし*/
#banner {
  padding: 70px 0;
  background: #F6F8FD;
}
@media only screen and (max-width: 768px) {
  #banner {
    padding: 50px 0 0;
    background: transparent;
  }
}
#banner .banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  #banner .banner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#banner .banner_wrap figure a {
  display: block;
}
#banner .banner_wrap figure a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-slide {
  opacity: 0;
}
.slick-slide.slick-active {
  opacity: 1;
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev,
.slick-next {
  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;
  width: 64px;
  height: 64px;
  top: calc(50% - 20px);
  border-radius: 50%;
  background: #FF8C00;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    top: calc(50% - 40px);
  }
}
.slick-prev::after,
.slick-next::after {
  display: block;
  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;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .slick-prev::after,
  .slick-next::after {
    font-size: 16px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

.slick-prev {
  left: 38px;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 12px;
  }
}
.slick-prev::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: "\e802";
}
.slick-prev:hover {
  opacity: 0.7;
}

.slick-next {
  right: 38px;
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: 12px;
  }
}
.slick-next::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";
}
.slick-next:hover {
  opacity: 0.7;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 3vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button {
  font-size: 0pt;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  padding: 0;
  background: #E3E6EE;
  border: none;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: -webkit-gradient(linear, left top, right top, from(#FF8C00), to(#E50F0F));
  background: linear-gradient(90deg, #FF8C00 0%, #E50F0F 100%);
}

.slick-slide {
  height: auto;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1) rotate(0.001deg);
          transform: scale(1) rotate(0.001deg);
}

.slick-slide {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  height: calc(100vh - 120px);
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: calc(57vh - 70px);
  }
}
#main_visual #slick {
  position: relative;
  height: 100%;
  padding: 0 0 9vh;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  #main_visual #slick {
    padding: 0;
  }
}
#main_visual #slick .slick-item {
  position: relative;
  height: 67vh;
}
@media only screen and (max-height: 900px) {
  #main_visual #slick .slick-item {
    height: 50vh;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual #slick .slick-item {
    height: calc(40.7vh - 70px);
  }
}
#main_visual #slick .slick-item .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 40%;
     object-position: center 40%;
  z-index: 0;
}
#main_visual #slick .slick-item .catchphrase {
  position: absolute;
  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;
  width: 100%;
  max-width: 890px;
  left: 50%;
  bottom: -15vh;
  padding: 10px 40px 40px;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-height: 900px) {
  #main_visual #slick .slick-item .catchphrase {
    bottom: -26vh;
  }
}
@media only screen and (max-width: 768px) {
  #main_visual #slick .slick-item .catchphrase {
    width: calc(100% - 40px);
    bottom: -9.5vh;
    padding: 5px 15px 15px;
    border-radius: 10px;
  }
}
#main_visual #slick .slick-item .catchphrase::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#FF8C00), to(#E50F0F));
  background: linear-gradient(90deg, #FF8C00 0%, #E50F0F 100%);
  opacity: 0.1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 0;
}
#main_visual #slick .slick-item .catchphrase img {
  position: relative;
  z-index: 1;
}
#main_visual #slick .slick-item.slider02 .catchphrase::after, #main_visual #slick .slick-item.slider03 .catchphrase::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.4;
}

/*--------------------------
section01
---------------------------*/
#section01 {
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 50px 0;
  }
}
#section01 .container .about_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .about_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    max-width: 265px;
    margin: 0 auto;
  }
}
#section01 .container .about_wrap figure {
  position: relative;
  width: 250px;
  min-width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #section01 .container .about_wrap figure {
    width: 130px;
    min-width: 130px;
    height: 130px;
  }
}
#section01 .container .about_wrap figure a {
  position: relative;
  display: block;
}
#section01 .container .about_wrap figure a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333333;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  z-index: 1;
}
#section01 .container .about_wrap figure 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;
  position: absolute;
  content: "\e803";
  left: 50%;
  bottom: 10px;
  font-size: 24px;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #section01 .container .about_wrap figure a::after {
    font-size: 20px;
  }
}
#section01 .container .about_wrap figure a .pic img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section01 .container .about_wrap figure a figcaption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #section01 .container .about_wrap figure a figcaption {
    font-size: 15px;
  }
}
#section01 .container .about_wrap figure a figcaption::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 #fff;
          box-shadow: 0 0 20px 0 #fff;
  opacity: 0.5;
  z-index: -1;
}
#section01 .container .about_wrap figure a:hover::before {
  opacity: 0.5;
}
#section01 .container .about_wrap figure a:hover .pic img {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}

/*--------------------------
section02
---------------------------*/
#section02 {
  position: relative;
  display: block;
  padding: 120px 0;
  background-image: url(/asset/image/top/sec02_bg_img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section02 {
    padding: 50px 0 0;
  }
}
#section02::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #fff 100%);
}
#section02 .container {
  position: relative;
  z-index: 1;
}
#section02 .container h2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section02 .container h2 {
    font-size: 17px;
    gap: 15px;
  }
}
#section02 .container h2::after {
  content: attr(data-en);
  display: inline-block;
  font-size: 90px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  letter-spacing: -2.7px;
  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;
  -webkit-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section02 .container h2::after {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1.5px;
  }
}
#section02 .container h2.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
@media only screen and (max-width: 768px) {
  #section02 .container h2 {
    margin: 0 0 25px;
  }
}
#section02 .container figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 60px;
}
@media only screen and (max-width: 768px) {
  #section02 .container 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: 20px;
  }
}
#section02 .container figure .pic {
  position: relative;
  width: 800px;
  min-width: 800px;
  aspect-ratio: 800/550;
}
@media only screen and (max-width: 768px) {
  #section02 .container figure .pic {
    width: 100%;
    min-width: 100%;
  }
}
#section02 .container figure .pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
#section02 .container figure .pic img.show {
  opacity: 1;
  z-index: 2;
}
#section02 .container figure figcaption {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #section02 .container figure figcaption ul {
    padding: 0 20px;
  }
}
#section02 .container figure figcaption ul li:not(:last-child) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .container figure figcaption ul li:not(:last-child) {
    margin: 0 0 15px;
  }
}
#section02 .container figure figcaption 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: 5px;
  font-size: 20px;
  font-weight: 700;
  padding: 0 25px 15px 0;
  border-bottom: 1px solid #E3E6EE;
}
@media only screen and (max-width: 768px) {
  #section02 .container figure figcaption ul li a {
    font-size: 17px;
  }
}
#section02 .container figure figcaption ul li a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section02 .container figure figcaption ul li a::before {
    width: 20px;
    height: 20px;
  }
}
#section02 .container figure figcaption ul li a.quality::before {
  background-image: url(/asset/image/top/icon/icon_quality.svg);
}
#section02 .container figure figcaption ul li a.supply::before {
  background-image: url(/asset/image/top/icon/icon_supply.svg);
}
#section02 .container figure figcaption ul li a.ingenuity::before {
  background-image: url(/asset/image/top/icon/icon_ingenuity.svg);
}
#section02 .container figure figcaption ul li a.compliance::before {
  background-image: url(/asset/image/top/icon/icon_compliance.svg);
}
#section02 .container figure figcaption 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;
  position: absolute;
  content: "\e804";
  right: 0;
  font-size: 20px;
  color: #E50F0F;
}
@media only screen and (max-width: 768px) {
  #section02 .container figure figcaption ul li a::after {
    font-size: 16px;
  }
}
#section02 .container figure figcaption ul li a:hover {
  color: #E50F0F;
}

/*--------------------------
section03
---------------------------*/
#section03 {
  position: relative;
  padding: 42px 0 100px;
  background-image: url(/asset/image/top/sec03_bg_item.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  #section03 {
    padding: 50px 0;
    background-image: url(/asset/image/top/sec03_bg_item_sp.svg);
  }
}
#section03 .container .about_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 48, 124, 0.1);
          box-shadow: 0 10px 60px 0 rgba(0, 48, 124, 0.1);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #section03 .container .about_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    height: auto;
    padding: 40px 0 0;
    border-width: 5px;
    border-radius: 20px;
  }
}
#section03 .container .about_wrap .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#section03 .container .about_wrap .title_box h2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  #section03 .container .about_wrap .title_box h2 {
    font-size: 17px;
    gap: 15px;
  }
}
#section03 .container .about_wrap .title_box h2::after {
  content: attr(data-en);
  display: inline-block;
  font-size: 90px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  letter-spacing: -2.7px;
  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;
  -webkit-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section03 .container .about_wrap .title_box h2::after {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1.5px;
  }
}
#section03 .container .about_wrap .title_box h2.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
@media only screen and (max-width: 768px) {
  #section03 .container .about_wrap .title_box h2 {
    text-align: center;
  }
}
#section03 .container .about_wrap .about_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #section03 .container .about_wrap .about_btn_list {
    width: 100%;
  }
}
#section03 .container .about_wrap .about_btn_list li {
  position: relative;
  width: 220px;
  min-width: 220px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #section03 .container .about_wrap .about_btn_list li {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    height: 278px;
  }
}
#section03 .container .about_wrap .about_btn_list 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;
  position: absolute;
  content: "\e803";
  left: 50%;
  bottom: 30px;
  font-size: 24px;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  #section03 .container .about_wrap .about_btn_list li::after {
    bottom: 10px;
    font-size: 14px;
  }
}
#section03 .container .about_wrap .about_btn_list li a {
  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;
  width: 100%;
  height: 100%;
}
#section03 .container .about_wrap .about_btn_list li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section03 .container .about_wrap .about_btn_list li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333333;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
#section03 .container .about_wrap .about_btn_list li a span {
  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;
  width: 140px;
  height: 41px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FF8C00), to(#E50F0F));
  background: linear-gradient(90deg, #FF8C00 0%, #E50F0F 100%);
  border-radius: 50px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #section03 .container .about_wrap .about_btn_list li a span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #section03 .container .about_wrap .about_btn_list li a span {
    width: auto;
    min-width: 75px;
    height: 31px;
    padding: 0 10px;
  }
}
#section03 .container .about_wrap .about_btn_list li a:hover::before {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}
#section03 .container .about_wrap .about_btn_list li a:hover::after {
  opacity: 0.5;
}
#section03 .container .about_wrap .about_btn_list li:nth-child(1) a::before {
  background-image: url(/asset/image/top/sec03_img01.webp);
}
#section03 .container .about_wrap .about_btn_list li:nth-child(2) a::before {
  background-image: url(/asset/image/top/sec03_img02.webp);
}
#section03 .container .about_wrap .about_btn_list li:nth-child(3) a::before {
  background-image: url(/asset/image/top/sec03_img03.webp);
}

/*--------------------------
section04
---------------------------*/
#section04 {
  padding: 120px 0 0;
}
@media only screen and (max-width: 768px) {
  #section04 {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #section04 .container {
    padding: 0;
  }
}
#section04 .container .news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
}
@media only screen and (max-width: 768px) {
  #section04 .container .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#section04 .container .news_wrap .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  #section04 .container .news_wrap .title_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    padding: 0 20px;
  }
}
#section04 .container .news_wrap .title_box h2 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  #section04 .container .news_wrap .title_box h2 {
    font-size: 17px;
    gap: 15px;
  }
}
#section04 .container .news_wrap .title_box h2::after {
  content: attr(data-en);
  display: inline-block;
  font-size: 90px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  letter-spacing: -2.7px;
  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;
  -webkit-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section04 .container .news_wrap .title_box h2::after {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -1.5px;
  }
}
#section04 .container .news_wrap .title_box h2.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}
#section04 .container .news_wrap .title_box .txt_link {
  text-align: right;
}
#section04 .container .news_wrap .title_box .txt_link a {
  position: relative;
  display: inline-block;
}
#section04 .container .news_wrap .title_box .txt_link 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: "\e804";
  font-size: 20px;
  color: #E50F0F;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 768px) {
  #section04 .container .news_wrap .title_box .txt_link a::after {
    font-size: 17px;
  }
}
#section04 .container .news_wrap .title_box .txt_link a:hover {
  color: #E50F0F;
}
#section04 .container .news_wrap .news_box {
  position: relative;
  width: 100%;
  max-width: 912px;
  padding: 70px 70px 80px;
  margin: 10px 0 0;
  background: #F6F8FD;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media only screen and (max-width: 768px) {
  #section04 .container .news_wrap .news_box {
    padding: 30px 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
#section04 .container .news_wrap .news_box::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F8FD), to(#EAEDF4));
  background: linear-gradient(#F6F8FD 0%, #EAEDF4 100%);
}
@media only screen and (max-width: 768px) {
  #section04 .container .news_wrap .news_box::after {
    content: none;
  }
}
#section04 .container .news_wrap .news_box .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#section04 .container .news_wrap .news_box .news_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E3E6EE;
}
@media only screen and (max-width: 768px) {
  #section04 .container .news_wrap .news_box .news_list li {
    -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: 10px;
  }
}
#section04 .container .news_wrap .news_box .news_list li .date {
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  #section04 .container .news_wrap .news_box .news_list li .date {
    padding: 0;
  }
}
#section04 .container .news_wrap .news_box .news_list li dl {
  width: 100%;
}
#section04 .container .news_wrap .news_box .news_list li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}
#section04 .container .news_wrap .news_box .news_list li dl dt .cat {
  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;
  height: 23px;
  font-size: 12px;
  font-weight: 700;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: 0 12px;
  border-radius: 50px;
}
#section04 .container .news_wrap .news_box .news_list li dl dt .cat.oshirase {
  background: #68B749;
}
#section04 .container .news_wrap .news_box .news_list li dl dt .cat.newsrelease {
  background: #51ACE9;
}
#section04 .container .news_wrap .news_box .news_list li dl dt .tag {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #FF8C00;
}
#section04 .container .news_wrap .news_box .news_list li dl dd a {
  line-height: 1.353;
}
#section04 .container .news_wrap .news_box .news_list li dl dd a:hover {
  color: #E50F0F;
  text-decoration: underline;
}
#section04 .container .news_wrap .news_box .news_list li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  #section04 .container .news_wrap .news_box .news_list li:last-child {
    border-bottom: 1px solid #E3E6EE;
  }
}