/*-----------------------------------------------------------------------------------------------
display
-----------------------------------------------------------------------------------------------*/
#greeting .data_box .ceo_name,
#strength dl,
#strength dl dt,
#strength dl dd,
.service_data,
.service_data dl dd,
#philosophy dl,
#philosophy dl dt,
#philosophy dl dd,
#new_topics dl,
#new_topics dl dt {
  display: flex;
}

#greeting .data_box .ceo_name,
#strength dl,
#strength dl dt,
#strength dl dd,
#philosophy dl,
#philosophy dl dt,
#philosophy dl dd,
#new_topics dl {
  flex-wrap: wrap;
}


/*【iPad 縦向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {

  .service_data,
  #philosophy .text {
    display: flex;
  }

  .service_data {
    flex-wrap: wrap;
  }
}


/*-----------------------------------------------------------------------------------------------
align-items
-----------------------------------------------------------------------------------------------*/
.service_data dl dd,
#new_topics dl,
#new_topics dl,
#new_topics dl dt,
#new_topics dl dd {
  align-items: center;
}

/*-----------------------------------------------------------------------------------------------
justify-content
-----------------------------------------------------------------------------------------------*/
#greeting .data_box .ceo_name {
  justify-content: flex-end;
}

#strength .title_box,
#service .title_box,
#new_topics .title_box,
#strength dl,
#strength dl dt,
#strength dl dd,
#philosophy dl,
#philosophy dl dt,
#philosophy dl dd,
#new_topics dl dt {
  justify-content: center;
}

#philosophy .data_box {
  justify-content: space-between;
}

/*【iPad 縦向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {

  #philosophy .title_box,
  #philosophy .text,
  #greeting .title_cont {
    justify-content: center;
  }
}


/*【iPad 横向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #greeting .title_cont {
    justify-content: center;
  }
}

/*-----------------------------------------------------------------------------------------------
position
-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------
width
-----------------------------------------------------------------------------------------------*/
#greeting .data_box ul,
#greeting .data_box ul li,
#greeting .data_box .ceo_name,
#strength dl,
#strength dl dt,
#strength dl dd,
.service_data,
.service_data dl dt,
.service_data dl dd,
.service_data dl dd ul,
.service_data dl dd ul li,
#philosophy .title_box,
#philosophy .title_cont,
#philosophy dl dt,
#philosophy dl dd,
#new_topics dl {
  width: 100%;
}

#new_topics dl,
#new_topics dl dd,
#greeting .title_cont,
.service_data dl {
  width: 70%;
}

#greeting .data_box .left_data,
#greeting .data_box .greeting_image {
  width: 48%;
}

#greeting .data_box .ceo_name img {
  width: 30%;
}

#strength dl {
  width: 21%;
}

#strength dl dt img,
.service_data img {
  width: 50%;
}

.service_data {
  width: 48%;
}

#philosophy img {
  width: 40%;
}

#new_topics dl dt {
  width: 30%;
}

#philosophy .left_data {
  width: 25%;
}

#philosophy dl {
  width: 20%;
}

.service_data dl dd img {
  width: 7.5%;
}

/*【iPad 縦向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {

  #greeting .data_box .left_data,
  #greeting .data_box .greeting_image,
  .service_data img,
  .service_data dl,
  #philosophy .left_data,
  #new_topics dl {
    width: 100%;
  }

  #greeting .title_cont {
    width: 70%;
  }

  #philosophy .title_cont,
  .service_data {
    width: 45%;
  }

  #strength dl {
    width: 46%;
  }

  #philosophy dl {
    width: 31.333%;
  }
}


/*【iPad 横向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

  #greeting .data_box .left_data,
  #greeting .data_box .greeting_image {
    width: 100%;
  }

  #new_topics dl {
    width: 80%;
  }

  #greeting .title_cont {
    width: 70%;
  }

  #philosophy dl {
    width: 24%;
  }


  #greeting .data_box .ceo_name img {
    width: 16%;
  }
}


/*【スマホ】iphone16*/
@media only screen and (max-width: 767px) {
  .data_box {
    width: 95%;
  }

  .left_data,
  #greeting .data_box .greeting_image,
  .service_data,
  #new_topics dl {
    width: 100% !important;
  }

  #philosophy dl {
    width: 60%;
  }

  .title_cont {
    width: 90% !important;
  }

  .service_data dl {
    width: 55%;
  }

  .number {
    width: 15% !important;
  }

  #strength dl {
    width: 46%;
  }

  .service_data img {
    width: 45%;
  }
}

/*【スマホ】iphone12*/
@media only screen and (max-width: 375px) {}

/*-----------------------------------------------------------------------------------------------
height
-----------------------------------------------------------------------------------------------*/
#philosophy dl dd:nth-child(2) {
  height: 30px;
}

#philosophy dl dd:nth-child(3) {
  height: 50px;
}

/*-----------------------------------------------------------------------------------------------
font-szie
-----------------------------------------------------------------------------------------------*/
#greeting .data_box ul li span,
.service_data dl dt,
.service_data dl dd li,
#philosophy .text {
  font-size: 130%;
}

#strength dl dt h3,
#philosophy dl dd h3 {
  font-size: 150%;
}


/*【iPad 縦向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {}


/*【iPad 横向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .service_data dl dd li {
    font-size: 110%;
  }
}

/*【スマホ】iphone16*/
@media only screen and (max-width: 767px) {
  .service_data dl dd li {
    font-size: 110%;
  }
}

/*【スマホ】iphone12*/
@media only screen and (max-width: 375px) {}

/*-----------------------------------------------------------------------------------------------
font-weight
-----------------------------------------------------------------------------------------------*/
#greeting .data_box ul li span {
  font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------
margin
-----------------------------------------------------------------------------------------------*/
#greeting .data_box .left_data,
#greeting .greeting_image,
#greeting .ceo_name img,
.service_data {
  margin: 0 1%;
}

#new_topics dl {
  margin: 0 15%;
}

#strength dl {
  margin: 0 2%;
}

.service_data dl dd li {
  margin: 20px 20px 0;
}

#greeting .data_box ul li {
  margin-bottom: 20px;
}

.service_data dd ul li img {
  margin-right: 3px;
}

#strength dl dt,
#strength dl dd {
  margin: 5px 0;
}

/*【iPad 縦向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {

  #greeting .data_box .left_data,
  .service_data,
  #new_topics dl {
    margin: 0;
  }

  #greeting .greeting_image {
    margin: 30px 0 0;
  }

  #strength dl {
    margin-top: 30px;
  }

  .service_data {
    margin: 0 2.5%;
  }

  #philosophy .text {
    margin-bottom: 30px;
  }
}

/*【iPad 横向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #greeting .greeting_image {
    margin: 30px 1% 0;
  }

  #new_topics dl {
    margin: 0 10%;
  }
}

/*【スマホ】iphone16*/
@media only screen and (max-width: 767px) {
  .data_box {
    margin: 0 auto;
  }

  .left_data,
  #greeting .data_box .greeting_image,
  #new_topics dl {
    margin: 0 !important;
  }

  #greeting .ceo_name {
    margin-bottom: 30px;
  }

  #strength .data_box dl:nth-child(2),
  #strength .data_box dl:nth-child(3),
  #service .data_box div:nth-child(2) {
    margin-bottom: 20px;
  }

  .service_data dl dd li {
    margin: 5px 0px 0;
  }

  #philosophy dl {
    margin: 30px auto 0;
  }
}


/*【スマホ】iphone12*/
@media only screen and (max-width: 375px) {}

/*-----------------------------------------------------------------------------------------------
padding
-----------------------------------------------------------------------------------------------*/
#strength dl,
.service_data dt,
.service_data dd,
#new_topics dl dd {
  padding: 10px 2%;
}

#philosophy {
  padding: 50px 0;
}

#philosophy dl {
  padding: 40px 20px;
}

/*【iPad 縦向きのみ】*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  #philosophy dl {
    padding: 25px 20px;
  }
}

/*-----------------------------------------------------------------------------------------------
color
-----------------------------------------------------------------------------------------------*/
.service_data dt,
#philosophy {
  color: #fff;
}

#greeting .data_box ul li span {
  color: #294777;
}

/*-----------------------------------------------------------------------------------------------
background
-----------------------------------------------------------------------------------------------*/
.service_data .service_title_a {
  background: #294777;
}

.service_data .service_title_b {
  background: #0071BC;
}

#philosophy {
  background: #00194F;
}

/*-----------------------------------------------------------------------------------------------
text-shadow
-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------
border
-----------------------------------------------------------------------------------------------*/
#strength dl {
  border: 1px solid #DEE3EE;
}

#philosophy dl {
  border: 1px solid #fff;
}

#new_topics dl {
  border-bottom: 1px solid #DEE3EE;
}

/*-----------------------------------------------------------------------------------------------
border-radius
-----------------------------------------------------------------------------------------------*/
#strength dl {
  border-radius: 5px;
}

#philosophy dl {
  border-radius: 50%;
}

/*-----------------------------------------------------------------------------------------------
text-align
-----------------------------------------------------------------------------------------------*/
#greeting .data_box .ceo_name {
  text-align: right;
}

/*-----------------------------------------------------------------------------------------------
line-height
-----------------------------------------------------------------------------------------------*/