.block {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-n {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .s-n {
    display: none !important;
  }
}

/* slider */

.slider {
  position: relative;
  padding-top: 35px;
}

.slider .swiper-button-prev svg,
.slider .swiper-button-next svg {
  width: 11px;
}

.slider .swiper-button-prev,
.slider .swiper-button-next {
  background-color: #fff;
  border-radius: 100%;
  width: 53px;
  height: 53px;
  filter: drop-shadow(0 0 5px rgba(9, 0, 0, 0.3));
}

.slider .swiper-button-prev {
  left: 20px;
}

.slider .swiper-button-next {
  right: 20px;
}

.slider .swiper {
/*  width: 91.2%; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider .swiper .swiper-wrapper .swiper-slide {
  /* height: 650px; */
}

.slider .swiper .swiper-wrapper .swiper-slide .img {
  /* height: 650px; */
  /* position: absolute; */
  /* object-fit: cover; */
  /* object-position: right; */
}

.slider .swiper .swiper-wrapper .swiper-slide01 .texts {
  position: relative;
  margin-top: 130px;
  margin-left: 55px;
  line-height: 1;
}

.slider .swiper .swiper-wrapper .swiper-slide01 .texts .span01 {
  background-color: #0a74bc;
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 15px;
  display: inline-block;
}

.slider .swiper .swiper-wrapper .swiper-slide01 .texts .span02 {
  background-color: #e49e35;
  font-size: 35px;
  color: #0a74bc;
  font-weight: bold;
  padding: 15px 15px;
  display: inline-block;
}

.slider .swiper .swiper-wrapper .swiper-slide02 .texts {
  position: relative;
  margin-top: 100px;
  margin-left: 55px;
  margin-right: 20px;
  line-height: 1;
}

.slider .swiper .swiper-wrapper .swiper-slide02 .texts .span01 {
  background-color: #388497;
  font-size: 56px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 10px;
}

.slider .swiper .swiper-wrapper .swiper-slide02 .texts .span02 {
  background-color: #fff;
  font-size: 56px;
  color: #388497;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 10px;
}

.slider .swiper .swiper-wrapper .swiper-slide03 .texts {
  position: relative;
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  filter: drop-shadow(0 0 5px rgba(9, 0, 0, 0.97));
  margin-top: 65px;
}

.slider .swiper .swiper-wrapper .swiper-slide03 .texts .span01 {
  color: #1fa5db;
}

.slider .swiper .swiper-wrapper .swiper-slide03 .text {
  margin-top: 35px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 20px;
  filter: drop-shadow(0 0 5px rgba(9, 0, 0, 1));
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .slider {
    padding-top: 0;
  }

  .slider .swiper-button-prev svg,
  .slider .swiper-button-next svg {
    width: 9px;
  }

  .slider .swiper-button-prev,
  .slider .swiper-button-next {
    width: 44px;
    height: 44px;
  }

  .slider .swiper-button-prev {
    left: 5px;
  }

  .slider .swiper-button-next {
    right: 5px;
  }

  .slider .swiper {
    width: 100%;
  }

  .slider .swiper .swiper-wrapper .swiper-slide {
    /* height: 470px; */
  }

  .slider .swiper .swiper-wrapper .swiper-slide .img {
    /* height: 470px; */
  }

  .slider .swiper .swiper-wrapper .swiper-slide01 .texts {
    margin-top: 65px;
    margin-left: 20px;
    letter-spacing: 0;
  }

  .slider .swiper .swiper-wrapper .swiper-slide01 .texts .span01 {
    font-size: 21px;
    padding: 10px 10px;
  }

  .slider .swiper .swiper-wrapper .swiper-slide01 .texts .span02 {
    font-size: 21px;
    padding: 10px 10px;
  }

  .slider .swiper .swiper-wrapper .swiper-slide02 .texts {
    position: relative;
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 0px;
    letter-spacing: 0;
  }

  .slider .swiper .swiper-wrapper .swiper-slide02 .texts .span01 {
    font-size: 30px;
    padding: 5px 5px;
    margin-bottom: 6px;
  }

  .slider .swiper .swiper-wrapper .swiper-slide02 .texts .span02 {
    font-size: 30px;
    padding: 5px 5px;
    margin-bottom: 6px;
  }

  .slider .swiper .swiper-wrapper .swiper-slide03 .texts {
    font-size: 21px;
    margin-top: 40px;
  }

  .slider .swiper .swiper-wrapper .swiper-slide03 .text {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (min-width: 380px) {
  .slider .swiper .swiper-wrapper .swiper-slide01 .img-sp {
    display: none !important;
  }
}

@media screen and (max-width: 379px) {
  .slider .swiper .swiper-wrapper .swiper-slide01 .img {
    display: none !important;
  }

  .slider .swiper .swiper-wrapper .swiper-slide01 .img-sp {
    display: block !important;
  }

  .slider .swiper .swiper-wrapper .swiper-slide03 .text {
    font-size: 12px;
    line-height: 2;
  }
}

/* top-point */

.top-point {
  padding-top: 20px;
  width: 91.2%;
  margin-left: auto;
  margin-right: auto;
}

.top-point .titles {
  line-height: 1.3;
  letter-spacing: 0;
}

.top-point .titles .span01 {
  font-size: 60px;
  color: #e49e35;
  font-weight: bold;
}

.top-point .titles .span02 {
  font-size: 26px;
  color: #0a74bc;
  font-weight: bold;
}

.top-point .boxes {
  position: relative;
}

.top-point .boxes .imgs {
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .top-point {
    padding-top: 30px;
    width: 100%;
  }

  .top-point .titles {
    margin-left: 20px;
  }

  .top-point .titles .span01 {
    font-size: 44px;
  }

  .top-point .titles .span02 {
    font-size: 20px;
  }

  .top-point .boxes .imgs {
    margin-top: 20px;
  }
}

/* movie-link */

.movie-link {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  max-width: 200px;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}

.movie-link-img {
  max-width: 32px;
  width: 100%;
  margin-right: 12px;
}

.movie-link p {
  line-height: 1;
  font-size: 18px;
  color: #1d3470;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .movie-link {
    max-width: 135px;
    padding: 5px 5px 5px 15px;
  }

  .movie-link-img {
    max-width: 23px;
    margin-right: 8px;
  }

  .movie-link p {
    font-size: 14px;
  }
}

/* top-products */

.top-products {
  background-color: #1fa5db;
  padding-top: 30px;
  padding-bottom: 50px;
/*  margin-top: 35px; */
  margin-top: 10px;
}

.top-products .wrap {
  width: 91.2%;
  margin-left: auto;
  margin-right: auto;
}

.top-products .titles {
  line-height: 1.3;
  letter-spacing: 0;
}

.top-products .titles .span01 {
  font-size: 80px;
  color: #e49e35;
  font-weight: bold;
}

.top-products .titles .span02 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.top-products .boxes {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

.top-products .boxes .box {
  width: 47.4%;
}

.top-products .boxes .box .box-img {
  width: 100%;
}

.top-products .boxes .box .texts {
  background-color: #0a74bc;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-products .boxes .box .texts .text {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .top-products {
    margin-top: 30px;
  }

  .top-products .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .top-products .titles .span01 {
    font-size: 44px;
  }

  .top-products .titles .span02 {
    font-size: 20px;
  }

  .top-products .boxes {
    margin-top: 30px;
    flex-direction: column;
  }

  .top-products .boxes .box {
    width: 100%;
  }

  .top-products .boxes .box:first-child {
    margin-bottom: 20px;
  }

  .top-products .boxes .box .texts {
    padding: 10px 10px;
  }

  .top-products .boxes .box .texts .text {
    font-size: 18px;
  }
}

/* top-test */

.top-test {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e49e35;
  width: 100%;
}

.top-test .wrap {
  width: 91.2%;
  margin-left: auto;
  margin-right: auto;
}

.top-test .wrap .boxes {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.top-test .wrap .boxes .imgs {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 550px;
}

.top-test .wrap .boxes .imgs img {
  width: 100%;
}

.top-test .wrap .boxes .titles {
  position: relative;
  margin-bottom: 80px;
  display: inline-block;
}

.top-test .wrap .boxes .titles .span01 {
  font-size: 80px;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0px;
  display: inline-block;
}

.top-test .wrap .boxes .titles .span02 {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  margin-top: 30px;
  display: inline-block;
}

.top-test .wrap .boxes .movie-link {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-test {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .top-test .wrap {
    width: 100%;
  }

  .top-test .wrap .boxes {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-test .wrap .boxes .imgs {
    max-width: 320px;
    top: 70px;
    right: 10px;
  }

  .top-test .wrap .boxes .titles {
    margin-bottom: 125px;
  }

  .top-test .wrap .boxes .titles .span01 {
    font-size: 37px;
  }

  .top-test .wrap .boxes .titles .span02 {
    font-size: 18px;
    margin-top: 10px;
  }

  .top-test .wrap .boxes .movie-link {
    margin-left: 15px;
  }
}

@media screen and (max-width: 449px) {
  .top-test .wrap .boxes .imgs {
    max-width: 270px;
  }
}

/* top-links */

.top-links .wrap {
/*  width: 91.2%; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-links .wrap .boxes {
  display: flex;
  justify-content: space-between;
  width: 100%;
/*  margin-top: 40px;
  margin-bottom: 40px; */
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-links .wrap .boxes .box {
/*  width: 47.4%; */
  width: 49.5%;
  color: #fff;
  position: relative;
}

.top-links .wrap .boxes .box .box-img {
  width: 100%;
  object-fit: cover;
/*  height: 330px; */
  height: 300px;
}

.top-links .wrap .boxes .box .arrow {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 20px;
  bottom: 30px;
}

.top-links .wrap .boxes .box .box-title {
  position: absolute;
  top: 55px;
  left: 55px;
}

.top-links .wrap .boxes .box .box-title .span01 {
  font-size: 40px;
  letter-spacing: 5px;
}

.top-links .wrap .boxes .box .box-title .span02 {
  font-size: 50px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.2;
}

.top-links .wrap .boxes .box .box-title02 {
  position: absolute;
/*  top: 70px; */
  top: 50px;
  left: 50px;
  margin-right: 20px;
}

.top-links .wrap .boxes .box .box-title02 .span01 {
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 500;
}

.top-links .wrap .boxes .box .box-title02 .span02 {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 500;
}

.top-links .wrap .boxes .box .box-items {
  position: absolute;
  left: 20px;
/*  top: 165px; */
  top: 135px;
  margin-right: 20px;
}

.top-links .wrap .boxes .box .box-items .box-item-title {
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.1;
}

.top-links .wrap .boxes .box .box-items .box-item {
  display: flex;
  margin-top: 10px;
}

.top-links .wrap .boxes .box .box-items .box-item-link {
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-right: 8px;
}

.top-links .wrap .boxes .box .box-items .box-item-link:last-child {
  margin-right: 0;
}

.top-links .wrap .boxes .box .box-items .box-item-link p {
  font-size: 16px;
  font-weight: 500;
  color: #10243a;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 20px;
}

.top-links .wrap .boxes .box .box-items .box-item-link img {
  max-width: 27px;
  width: 100%;
}

@media screen and (max-width: 1179px) {
  .top-links .wrap .boxes .box .box-title .span01 {
    font-size: 30px;
  }

  .top-links .wrap .boxes .box .box-title .span02 {
    font-size: 40px;
  }

  .top-links .wrap .boxes .box .box-title02 {
    left: 20px;
  }

  .top-links .wrap .boxes .box .box-title02 .span01 {
    font-size: 20px;
  }

  .top-links .wrap .boxes .box .box-title02 .span02 {
    font-size: 14px;
  }

  .top-links .wrap .boxes .box .box-items .box-item-title {
    font-size: 30px;
  }

  .top-links .wrap .boxes .box .box-items .box-item-link p {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top-links .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .top-links .wrap .boxes {
    margin-top: 25px;
    margin-bottom: 25px;
    flex-direction: column;
  }

  .top-links .wrap .boxes .box {
    width: 100%;
  }

  .top-links .wrap .boxes .box:first-child {
    margin-bottom: 17px;
  }

  .top-links .wrap .boxes .box .box-img {
    height: 225px;
  }

  .top-links .wrap .boxes .box .arrow {
    width: 25px;
    height: 25px;
    right: 15px;
    bottom: 20px;
  }

  .top-links .wrap .boxes .box .box-title {
    left: 35px;
    top: 40px;
  }

  .top-links .wrap .boxes .box .box-title .span01 {
    font-size: 26px;
  }

  .top-links .wrap .boxes .box .box-title .span02 {
    font-size: 41px;
  }

  .top-links .wrap .boxes .box .box-title02 {
    left: 30px;
    top: 40px;
  }

  .top-links .wrap .boxes .box .box-title02 .span01 {
    font-size: 22px;
    letter-spacing: 1px;
  }

  .top-links .wrap .boxes .box .box-title02 .span02 {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .top-links .wrap .boxes .box .box-items {
    left: 15px;
    top: 115px;
  }

  .top-links .wrap .boxes .box .box-items .box-item-title {
    font-size: 22px;
  }

  .top-links .wrap .boxes .box .box-items .box-item {
    margin-top: 7px;
  }

  .top-links .wrap .boxes .box .box-items .box-item-link {
    padding: 7px;
  }

  .top-links .wrap .boxes .box .box-items .box-item-link p {
    font-size: 11px;
    margin-right: 12px;
  }

  .top-links .wrap .boxes .box .box-items .box-item-link img {
    max-width: 20px;
  }
}

/* top-about */

.top-about {
  background-image: url("/wp-content/uploads/top-about-back.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 55px;
}

.top-about .wrap {
  width: 91.2%;
  margin-left: auto;
  margin-right: auto;
}

.top-about .wrap .boxes {
  display: flex;
  justify-content: space-between;
}

.top-about .wrap .boxes .box01 {
  width: 43.2%;
  color: #fff;
}

.top-about .wrap .boxes .box01 .box-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 1;
}

.top-about .wrap .boxes .box01 .box-title .span01 {
  display: inline-block;
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 25px;
  letter-spacing: 0;
}

.top-about .wrap .boxes .box01 .box-title .span02 {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.top-about .wrap .boxes .box01 .box-text {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}

.top-about .wrap .boxes .box02 {
  width: 54.8%;
}

.top-about .wrap .boxes .box02 .texts {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  letter-spacing: 0px;
}

.top-about .wrap .boxes .box02 .links {
  display: flex;
  flex-wrap: wrap;
}

.top-about .wrap .boxes .box02 .links .link {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
}

.top-about .wrap .boxes .box02 .links .link-text {
  font-size: 16px;
  color: #0079b3;
  font-weight: bold;
  line-height: 1;
}

.top-about .wrap .boxes .box02 .links .arrow {
  max-width: 30px;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .top-about {
    padding-top: 55px;
    padding-bottom: 300px;
  }

  .top-about .wrap {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .top-about .wrap .boxes {
    flex-direction: column;
  }

  .top-about .wrap .boxes .box01 {
    width: 100%;
  }

  .top-about .wrap .boxes .box01 .box-title .span01 {
    margin-right: 20px;
    font-size: 60px;
  }

  .top-about .wrap .boxes .box01 .box-title .span02 {
    letter-spacing: 0;
  }

  .top-about .wrap .boxes .box01 .box-text {
    margin-top: 30px;
  }

  .top-about .wrap .boxes .box02 {
    margin-top: 25px;
    width: 100%;
  }

  /* .top-about .wrap .boxes .box02 .texts {
    line-height: 2;
  } */

  .top-about .wrap .boxes .box02 .links {
    flex-direction: column;
  }

  .top-about .wrap .boxes .box02 .links .link {
    margin-right: 0;
    width: 100%;
    padding: 10px 10px 10px 15px;
  }

  .top-about .wrap .boxes .box02 .links .link-text {
    font-size: 14px;
  }

  .top-about .wrap .boxes .box02 .links .arrow {
    max-width: 25px;
  }
}

@media screen and (max-width: 449px) {
  .top-about {
    background-image: url("/wp-content/uploads/top-about-back-sp.webp");
  }

  .top-about .wrap .boxes .box01 .box-title .span01 {
    margin-right: 15px;
    font-size: 55px;
  }
}

/* top-news */

.top-news {
  padding-top: 110px;
  padding-bottom: 110px;
}

.top-news .wrap {
  position: relative;
  width: 91.2%;
  margin-left: auto;
  margin-right: auto;
}

.top-news .wrap .titles {
  text-align: center;
  line-height: 1;
  margin-bottom: 55px;
}

.top-news .wrap .titles .span01 {
  font-size: 60px;
  color: #df7d3f;
  font-weight: 600;
  display: inline-block;
}

.top-news .wrap .titles .span02 {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 500;
  display: inline-block;
  margin-top: 15px;
}

.top-news .wrap .wrap-links {
  position: absolute;
  top: 60px;
  right: 0;
  display: flex;
  align-items: center;
}

.top-news .wrap .wrap-links p {
  font-weight: 500;
  margin-right: 15px;
}

.top-news .wrap .wrap-links .arrow {
  max-width: 52px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-news {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .top-news .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .top-news .wrap .titles {
    margin-bottom: 70px;
  }

  .top-news .wrap .titles .span01 {
    font-size: 50px;
  }

  .top-news .wrap .titles .span02 {
    font-size: 12px;
    margin-top: 8px;
  }

  .top-news .wrap .wrap-links {
    top: 90px;
    right: 20px;
  }

  .top-news .wrap .wrap-links p {
    margin-right: 7px;
  }

  .top-news .wrap .wrap-links .arrow {
    max-width: 30px;
  }
}

/* news-boxes */

.news-boxes {
  width: 100%;
}

.news-boxes .news-box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
}

.news-boxes .news-box .news-box-items {
  display: flex;
  align-items: center;
}

.news-boxes .news-box .news-box-items time {
  margin-right: 40px;
  white-space: nowrap;
}

.news-boxes .news-box .news-box-items .news-box-category a {
  font-size: 14px;
  line-height: 1;
  padding: 5px 32px;
  letter-spacing: 0;
  white-space: nowrap;
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
}

.news-boxes .news-box .news-box-items .news-box-category a.information {
  color: #ff822d;
  border: 1px solid #ff822d;
}
.news-boxes .news-box .news-box-items .news-box-category a.media {
  color: #007ab5;
  border: 1px solid #007ab5;
}

.news-boxes .news-box .news-box-link {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .news-boxes .news-box {
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .news-boxes .news-box .news-box-items time {
    margin-right: 10px;
  }

  .news-boxes .news-box .news-box-items .news-box-category {
    display: flex;
    flex-wrap: wrap;
  }

  .news-boxes .news-box .news-box-items .news-box-category a {
    margin-right: 10px;
  }

  .news-boxes .news-box .news-box-link {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* マイクロ波基礎知識 */
.top-links .wrap .boxes .box:nth-child(2) .box-title02,
.top-links .wrap .boxes .box:nth-child(2) .box-title02 .span01,
.top-links .wrap .boxes .box:nth-child(2) .box-title02 .span02,
.top-links .wrap .boxes .box:nth-child(2) .box-item-title {
    color: #fff;
}

.contact-catch{
    margin:20px 0 18px;
    font-size:22px;
    font-weight:700;
    line-height:1.5;
    color:#005BAC;
    letter-spacing:0.03em;
}