@charset "UTF-8";
/* CSS Document */

/* main
-----------------------------------------------*/
#main {
  background: url("/img/specialist/welcome/img-main-01.jpg?202603281159")no-repeat!important;
  background-size: cover!important;
  background-position: center!important;
}

/* section
-----------------------------------------------*/
section:first-child .inner{
  padding-top: 0;
}
.wp-block-columns{
  display: flex;
  gap: 10px;
  margin-top: 40px;
  align-items: center;
}
.wp-block-columns .list{
  width: 100%;
  max-width: 520px;
}
.wp-block-columns .list h3{
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10px;
}
.wp-block-columns .list h3 > span{
  font-size: 14px;
  font-weight: normal;
}
.wp-block-columns .list li{
  line-height: 2.5;
  background: rgba(2,111,175,.2);
  padding: 0 20px;
}
.wp-block-columns .list li:nth-child(even){
  background: rgba(2,111,175,.1);
}
.wp-block-columns .img{
  width: 100%;
}
@media only screen and (max-width: 767px) {
.wp-block-columns{
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.wp-block-columns .list{
  max-width: 100%;
}
.wp-block-columns .list h3{
  font-size: 16px;
}
.wp-block-columns .list li{
  font-size: 14px;
}
}


/* lead
-----------------------------------------------*/
section .inner h1 > span{
  font-size: 55px;
  color: #ff5e00;
}
section .inner h2 > span > span{
  font-size: 34px;
}
section .inner p > span{
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
section .inner h2{
  font-size: 18px;
}
section .inner h2 > span{
  font-size: 24px;
}
section .inner h2 > span > span{
  font-size: 20px;
}
section .inner p > span{
  font-size: 16px;
}
}


/* section
-----------------------------------------------*/

@media only screen and (max-width: 767px) {
}


/* section
-----------------------------------------------*/

@media only screen and (max-width: 767px) {
}


/* section
-----------------------------------------------*/

@media only screen and (max-width: 767px) {
}


/* section
-----------------------------------------------*/

@media only screen and (max-width: 767px) {
}
