.company_contents_wrapper{
  margin-top: 100px;
}

.company_message_inner{
  display: flex;
  align-items: flex-start;
  position: relative;
}

.company_message_midashi{
  margin: 0 0 150px 30%;
}

.company_message_midashi::after{
  content: "";
  display: block;
  width: 50%;
  height: 8px;
  background: #307672;
  border-radius: 2px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.company_message_img_wrapper{
  width: 63%;
  position: relative;
  margin: 0 5% 0 calc(50% - 50vw);
}

.company_message_img_wrapper::before{
  content: "";
  display: block;
  padding-top: calc(604/756*100%);
}

.company_message_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 30px 30px 0;
}

.company_message_right_wrapper{
  width: 60%;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.company_message_right_inner{
  background: #307672;
  border-radius: 30px;
  color: #fff;
  padding: 80px 70px 60px;
  box-sizing: border-box;
}

.company_message_right_name{
  margin: 0;
}

.company_message_right_name span{
  font-family: "noto_b";
  font-size: 23px;
}

.company_message_right_txt{
  margin: 30px 0 0;
  font-size: 2.4vw;
  font-family: "noto_b";
  line-height: 1.8;
  text-decoration: underline;
}

.company_message{
  margin-top: 100px;
  line-height: 2;
  font-size: 18px;
}

.company_img_item_wrapper{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 130px;
}

.company_img_item{
  position: relative;
}

.company_img_item::before{
  content: "";
  display: block;
}

.company_img_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0,0,0,.16);
}

.company_img_item:nth-child(1){
  width: 47%;
}

.company_img_item:nth-child(1)::before{
  padding-top: calc(373/560*100%);
}

.company_img_item:nth-child(2){
  width: 38%;
  margin: 50px 0 0 auto;
}

.company_img_item:nth-child(2)::before{
  padding-top: calc(360/450*100%);
}

.company_img_item:nth-child(3){
  width: 44%;
  margin: 30px 0 0 14%;
}

.company_img_item:nth-child(3)::before{
  padding-top: calc(300/523*100%);
}


.company_info_item_wrapper{
  display: flex;
  align-items: flex-start;
}

.company_info_item_left{
  width: 47%;
  margin-right: 6%;
}

.company_info_item_right{
  width: 47%;
}

.company_info_wrapper{
  background: #F9F9F9;
}

.company_info_midashi.midashi_m{
  margin: 0 14% 80px;
}

.company_info_item{
  display: flex;
  align-items: flex-start;
  padding: 30px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0,0,0,.16);
}

.company_info_item_label{
  margin: 0;
  width: 30%;
  font-family: "noto_b";
}

.company_info_item_val{
  margin: 0;
  width: 70%;
}

.company_info_item_val a{
  color: #000;
  text-decoration: none;
}

.company_info_item_val_item{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.company_info_item_val_item:last-child{
  margin-bottom: 0;
}

.company_info_item_val_item span{
  width: 50%;
  display: inline-block;
}

.company_info_item_val_service_item{
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.company_info_item_val_service_item:last-child{
  margin-bottom: 0;
}

.company_info_item_val_license{
  line-height: 2;
}


.company_access_midashi.midashi_m{
  margin: 0 14% 80px;
}

.company_access_wrapper{
  background: #f9f9f9;
  padding-bottom: 150px;
}

.company_access_item_wrapper{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.company_access_item{
  width: 48%;
}

.company_access_item:first-child{
  width: 100%;
  margin-bottom: 50px;
}

.company_access_item:nth-child(2){
  margin-right: 4%;
}

.company_access_item_iframe{
  width: 100%;
  position: relative;
}

.company_access_item_iframe::before{
  content: "";
  display: block;
  padding-top: calc(384/576*100%);
}

.company_access_item:first-child .company_access_item_iframe::before{
  padding-top: calc(400/1200*100%);
}

.company_access_item_iframe iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.company_access_item_txt_wrapper{
  margin-top: 25px;
}

.company_access_item_txt_midashi{
  margin: 0;
  font-size: 23px;
  font-family: "noto_b";
}

.company_access_item_txt{
  margin-top: 10px;
  line-height: 1.8;
}


@media(max-width: 1200px){

  .company_access_item_txt span.pc_space{
    display: none;
  }

  .company_message_right_inner{
    padding: 60px 70px 40px;
  }

  .company_message_midashi{
    margin-bottom: 80px;
  }

  .company_access_item_txt span{
    display: block;
  }

}


@media(max-width: 1000px) and (orientation: portrait){

  .company_message_img_wrapper{
    width: 95vw;
    margin: 0 0 0 calc(50% - 50vw);
  }

  .company_message_inner{
    display: block;
  }

  .company_message_right_wrapper{
    position: static;
    width: 100%;
  }

  .company_message_midashi{
    margin-left: -3%;
  }

  .company_message_right_wrapper{
    margin-top: 50px;
  }

  .company_message_right_inner{
    margin: 0 calc(50% - 50vw) 0 0;
    border-radius: 30px 0 0 30px;
  }

  .company_message{
    margin-top: 50px;
  }

  .company_info_item_wrapper{
    display: block;
  }

  .company_info_item_left{
    width: 100%;
    margin-right: 0;
  }

  .company_info_item_right{
    width: 100%;
  }

}



@media(max-width: 670px){

  .company_contents_wrapper{
    margin-top: 50px;
  }

  .company_message_img_wrapper img{
    border-radius: 0 15px 15px 0;
  }

  .company_message_midashi{
    margin-left: -5%;
    margin-bottom: 50px;
  }

  .margin100.company_message_inner{
    margin-right: 10%;
    margin-left: 10%;
  }

  .company_message_right_inner{
    padding: 30px 40px;
    border-radius: 15px 0 0 15px;
  }

  .company_message_right_name{
    font-size: 12px;
  }

  .company_message_right_name span{
    font-size: 15px;
  }

  .company_message_right_txt{
    margin-top: 15px;
    font-size: 18px;
  }

  .company_message{
    margin-top: 35px;
    font-size: 15px;
    margin-right: 5%;
    margin-left: 5%;
  }

  .section.company_img_item_wrapper{
    margin-bottom: 80px;
    padding-top: 50px;
  }

  .company_img_item_wrapper{
    display: block;
  }

  .company_img_item:nth-child(1){
    width: 60%;
    margin-left: 5%;
  }

  .company_img_item:nth-child(2){
    width: 55%;
    margin: 25px 5% 0 auto;
  }

  .company_img_item:nth-child(3){
    width: 85%;
    margin: 25px 0 0 0;
  }

  .company_info_midashi.midashi_m,
  .company_access_midashi.midashi_m{
    margin: 0 0 50px 10%;
  }

  .company_img_item img{
    border-radius: 15px;
  }

  .company_info_item{
    padding: 20px 5px;
    display: block;
  }

  .company_info_item_label{
    width: 100%;
    margin-bottom: 10px;
  }

  .company_info_item_val{
    width: 100%;
  }

  .company_info_item_val_item{
    margin-bottom: 5px;
  }

  .company_info_item_val_item span{
    width: 40%;
  }

  .company_info_item_val_item span:last-child{
    width: 60%;
  }

  .company_access_wrapper{
    padding-bottom: 80px;
  }

  .company_access_item_wrapper{
    display: block;
  }

  .company_access_item{
    width: 100%;
    margin-bottom: 30px;
  }

  .company_access_item:first-child{
    margin-bottom: 30px;
  }

  .company_access_item:last-child{
    margin-bottom: 0;
  }

  .company_access_item:nth-child(2){
    margin-right: 0;
  }

  .company_access_item_iframe iframe{
    border-radius: 15px;
  }

  .company_access_item_iframe::before{
    padding-top: calc(180/360*100%);
  }

  .company_access_item:first-child .company_access_item_iframe::before{
    padding-top: calc(180/360*100%);
  }

  .company_access_item_txt_wrapper{
    margin-top: 15px;
  }

  .company_access_item_txt_midashi{
    font-size: 18px;
  }

}