@charset "utf-8";
/*------------------------------------------------------------------

  テクノロジー

------------------------------------------------------------------*/

/* PC以下サイズ------------------------------- */
.technology section {
  margin: 0 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.technology section:last-child {
  margin: 0;
}
.technology section img {
  flex: 0 0 49%;
  display: block;
  width: 540px;
  max-width: 49.1%;
}
.technology section div {
  flex: 0 0 44%;
  padding: 0 0 60px;
  background: url(../img/technology/technology_num01.png) right bottom no-repeat;
  background-size: 87px;
}
.technology section:nth-child(even) img {
  order: 2;
}
.technology section:nth-child(even) div {
  order: 1;
}
.technology h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 85px;
  background: url(../img/technology/technology_ico01.png) left center no-repeat;
  background-size: 68px;
  margin: 0 0 20px;
}
.technology h2 span {
  font-size: 14px;
  font-weight: normal;
  color: #db3737;
  display: block;
}
.technology p {
  font-size: 16px;
  line-height: 2;
}
.technology p span {
  font-weight: bold;
}
.technology section:nth-child(2) div {
  background: url(../img/technology/technology_num02.png) right bottom no-repeat;
  background-size: 101px;
}
.technology section:nth-child(3) div {
  background: url(../img/technology/technology_num03.png) right bottom no-repeat;
  background-size: 102px;
}
.technology section:nth-child(4) div {
  background: url(../img/technology/technology_num04.png) right bottom no-repeat;
  background-size: 103px;
}
.technology section:nth-child(5) div {
  background: url(../img/technology/technology_num05.png) right bottom no-repeat;
  background-size: 101px;
}
.technology section:nth-child(2) h2 {
  background: url(../img/technology/technology_ico02.png) left center no-repeat;
  background-size: 68px;
}
.technology section:nth-child(3) h2 {
  background: url(../img/technology/technology_ico03.png) left center no-repeat;
  background-size: 68px;
}
.technology section:nth-child(4) h2 {
  background: url(../img/technology/technology_ico04.png) left center no-repeat;
  background-size: 68px;
}
.technology section:nth-child(5) h2 {
  background: url(../img/technology/technology_ico05.png) left center no-repeat;
  background-size: 68px;
}
.technology section a {
  text-decoration: underline;
}
.technology section .logitite_logo{
  margin: 5px 0 0;
  max-width: 200px;
}

/* PCのみサイズ------------------------------- */
@media screen and (min-width:1025px) {
.technology section a:hover {
  text-decoration: none;
}
}

/* タブレット（iPad Pro）以下サイズ------------------------------- */
@media screen and (max-width:1024px) {

}


/* タブレット（iPad）以下サイズ------------------------------- */
@media screen and (max-width:1023px) {
.technology section {
  display: block;
  margin: 0 0 80px;
}
.technology section img {
  width: 85%;
  max-width: 85%;
  margin: 0 auto 40px;
}
.technology section div {
  max-width: 95%;
  margin: 0 auto;
}
}


/* スマホサイズ------------------------------- */
@media screen and (max-width:767px) {
.technology section {
  margin: 0 0 50px;
}
.technology section img {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}
.technology h2 {
  font-size: 18px;
  padding: 0 0 0 67px;
  background: url(../img/technology/technology_ico01.png) left center no-repeat;
  background-size: 58px;
  margin: 0 0 15px;
}
.technology h2 span {
  font-size: 13px;
}
.technology section:nth-child(2) h2 {
  background: url(../img/technology/technology_ico02.png) left center no-repeat;
  background-size: 58px;
}
.technology section:nth-child(3) h2 {
  background: url(../img/technology/technology_ico03.png) left center no-repeat;
  background-size: 58px;
}
.technology section:nth-child(4) h2 {
  background: url(../img/technology/technology_ico04.png) left center no-repeat;
  background-size: 58px;
}
.technology section:nth-child(5) h2 {
  background: url(../img/technology/technology_ico05.png) left center no-repeat;
  background-size: 58px;
}
.technology p {
  font-size: 14px;
}


}