/*2021/12/02*/
.home11 .ttl {
    position: relative;
}

.home11 {
    position: relative;
}

.home11 .icon01 {
    top: 50%;
    left: 200px;
    transform: translate(0, -50%);
}

.home11 .icon02 {
    top: 30%;
    left: 10%;
}

.home11 .icon03 {
    top: 65%;
    left: 10%;
}

.home11 .icon04 {
    top: 20%;
    right: 5%;
}

.home11 .icon05 {
    top: 50%;
    right: 15%;
}

.home11 .icon06 {
    top: 80%;
    right: 5%;
}

@media (max-width: 1024px) {
  .home11 .icon02 {
    top: 30%;
    left: 5%;
  }
  
  .home11 .icon03 {
    top: 70%;
    left: 0%;
  }
  
  .home11 .icon04 {
    top: 40%;
    right: 5%;
  }
  
  .home11 .icon05 {
    top: 75%;
    right: 5%;
  }
  
  .home11 .icon06 {
    top: 95%;
    right: 5%;
  }
}

@media (max-width: 599px) {
  .home11 .icon01 {
    width: 80px;
    left: 250px;
  }

  .home11 .icon02 {
    top: 30%;
    left: 0%;
    z-index: 1;
  }
  
  .home11 .icon03 {
    top: 60%;
    left: 0%;
    z-index: 1;
  }
  
  .home11 .icon04 {
    top: 45%;
    right: 0;
    z-index: 1;
  }
  
  .home11 .icon05 {
    top: 70%;
    right: 0%;
  }
  
  .home11 .icon06 {
    top: 95%;
    right: 5%;
  }
}

.home11-ca {
  margin-bottom: 5%;
}

.home11-ca .img-text {
    margin-top: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.home11-ca .img-text .text {
    display: flex;
    align-items: center;
}

.home11-ca .img-text .text:before {
    content: "";
    width: 60px;
    height: 15px;
    margin-right: 5px;
}

.home11-ca .img-text .text:nth-of-type(1) {
  color: #244983;
}

.home11-ca .img-text .text:nth-of-type(1):before {
  background: #244983;
}

.home11-ca .img-text .text:nth-of-type(2) {
  color: #a8e0d7;
}

.home11-ca .img-text .text:nth-of-type(2):before {
  background: #a8e0d7;
}

.home11-info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home11-info li {
    width: 40%;
    position: relative;
    z-index: 0;
}

.home11-info .img-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    z-index: -1;
    transform: translateX(-50%);
    z-index: 0;
}

.home11-info .img-box img {
  width: 100%;
  height: 100%;
}

.home11-info .text-box {
    padding: 40px 10px 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.home11-info .text-box .title {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'Roboto Condensed', sans-serif;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .home11-info .text-box .text {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    line-height: 1.2;
} */

.home11-info .text-box .text a {
    max-width: 100%;
    width: 160px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.home11-info .text-box .text+.text {
  margin-top: 20px;
}

.home11-staff {
    margin-top: 50px;
}

.home11-staff .title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    padding: 20px;
    position: relative;
    z-index: 0;
}

.home11-staff .title img {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; 
}

.home11-staff-list a {
  display: block;
}

.home11-staff-list ul {
    display: flex;
    flex-wrap: wrap;
}

.home11-staff-list li {
    width: calc(85% / 6);
    margin-right: 3%;
}

.home11-staff-list li:last-of-type {
    margin-right: 0;
}

.home11-staff-list .img-box {
    border-radius: 50%;
    overflow: hidden;
}

.home11-staff-list .text-box {
  margin-top: 5px;
}

.home11-staff-list .text-box dt {
    text-align: center;
    margin-bottom: 10px;
}

.home11-staff-list .text-box dd {
  text-align: center;
}

.home11-staff-list .text-box dd:nth-of-type(1) {
  color: #244983;
}

.home11-staff-list .text-box dd:nth-of-type(2) {
  color: #a8e0d7;
}

@media (max-width: 1024) {
  .home11-staff-list li {
    width: calc(92% / 3);
    margin-right: 4%;
  }
  
  .home11-staff-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}

/* 1207 追記 */
.w130{
  width: 130% !important;  
}
.a-jc-c{
  justify-content: center !important;
}

.m-lr-auto {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 599px){
  .m-auto-sp{
   margin-right: auto;  
   margin-left: auto;
   width: 75% !important;
  }
  
  .sp-flex-list li{
    width: calc(180% / 6);
    margin-right: 3%;
  }
}

/* 1/05 追記 */

.ta-c{
  text-align: center;
}

.my-2{
  margin-top: 2%;
  margin-bottom: 2%;
}

.fz14{
  font-size: 14px;
}

.r{
  display: inline-block;
}
@media only screen and (max-width: 599px){
  .r{
    display: block;
  }
  
  .fz12-sp{
    font-size: 12px;
  }
  
}

.home11-info .title img {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.r-icon{
  width: 202px;
    height: 67px;
    text-align: center;
}


/* .totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 200;
    background: url(/upload/tenant_1/734fc85e79dff79c26b4d404ba4408d0.png) no-repeat center right;
    background-size: contain;
    width: 50px;
    height: 130px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .totop {
        right: 10px;
        bottom: 60px;
        height: 100px;
    }
}

@media only screen and (max-width: 599px) {
    .totop {
        height: 70px;
    }
}
 */
.a-img{
  width: 202px;
    height: 67px;
    text-align: center;  
}


.c-white{
  color: #fff;
}


.mbi-0{
  margin-bottom: 0px !important;
}

.home11 .icon03 {
    top: 65%;
    left: 10%;
    width: 100px;
}

.mb-55-pc{
  margin-bottom: 25px !important;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  
/*   .mb-55-pc{
  margin-bottom: 0 !important;
}
 */
  .home11 .icon03 {
    top: 63%;
    left: 0%;
    z-index: 1;
    width: 100px;
}
  
  .home11 .icon01 {
    top: 50%;
    left: 100px;
    transform: translate(0, -50%);
}




.t-none{
display: none !important;
}

.a-w70p {
    width: 90% !important;
}
}


@media only screen and (max-width: 599px){
  
    .mb-55-pc{
    margin-bottom: 0 !important;
  }
  .home11 .icon04 {
    top: 51%;
    right: -30px;
    z-index: 1;
    width: 170px;
}


.home11 .icon06 {
    top: 97%;
    right: 5%;
}  
.home11 .icon01 {
    width: 80px;
    left: 260px;
}

.home11 .icon03 {
    top: 65%;
    right: 5%;
    width: 100px;
}
}

/* 1/11 追記 */

.pc-none{
  display: none;
}
.r{
  display: inline-block;  
}

@media only screen and (max-width: 599px){
  
  .pc-none{
  display: block;
}
  .r{
  display: block;  
}

.fz-12-sp{
  font-size: 12px !important
  ;
}
}

/* 0509追記 */

.home11-ca .img-text .text:nth-of-type(1):before {
    background: #668cd9;
}

.home11-ca .img-text .text:nth-of-type(2):before {
    background: #41a587;
}

.home11-ca .img-text .text:nth-of-type(1) {
    color: #668cd9;
}

.home11-ca .img-text .text:nth-of-type(2) {
    color: #41a587;
}


/* 0517 追記 */

.text-box .logo {
    background-color: #1f4784;
    width: 200px;
    margin: auto;
    height: 83px;
    position: relative;
    top: 2px;
}

.text-box .logo img{
  width: 110px;
    margin: auto;
    mix-blend-mode: multiply;
    background-color: #1f4784;
    position: relative;
    top: 1px;
}


.text-box .logo02 {
    background-color: #a8e0d7;
    width: 200px;
    margin: auto;
    height: 83px;
    position: relative;
    top: 2px;
}

.text-box .logo02 img{
  width: 110px;
    margin: auto;
    mix-blend-mode: multiply;
    background-color: #a8e0d7;
    position: relative;
    top: 1px;
}

.tel-box {
    position: absolute;
    right: 50%;
    bottom: -70px;
    transform: translateX(50%);
    color: #1f4784;
    font-size: 33px;
    width: 100%;
    font-weight: bolder;
    font-family: sans-serif;
    display: block;
    text-align: center;
}

.tel-box02 {
    position: absolute;
    right: 50%;
    bottom: -70px;
    transform: translateX(50%);
    color: #a8e0d7;
    font-size: 33px;
    width: 100%;
    font-weight: bolder;
    font-family: sans-serif;
    display: block;
    text-align: center;
}

@media only screen and (max-width: 599px){
  .mt-top-100-sp{
   margin-top: 100px; 
  }
  
  .home11 .icon04 {
    top: 54%;
    right: -30px;
    z-index: 1;
    width: 170px;
}
}

.mt-150-pc{
  margin-top: 150px;
}
