.form_head {
  height: 70px;
}
.form_logo {
  height: 70px;
  background-color: #fff;
}
.form_logo a img {
  height: 70%;
  margin: .5rem 0 .5rem 1rem ;
}

main.form {
    min-height: calc(100vh - 60px);
    background-color:#F5F6F8 ;
}
main.form2 {
  min-height: calc(100vh - 60px);
    background-color:#ECF4F7 ;
}

footer.form {
  height: 60px;
	display:flex;
}

footer.form .footer-container {
  padding: 0;
	display:flex;
}

footer.form .footer-container .copyright {
padding: 10px 0;
border-top: none;
	margin:auto;
}

.flex {
  width: 100%;
}
.form_wrapper {
  display: grid;
   grid-template-rows:auto;
    grid-template-columns:1fr 1fr; 
    gap:  4rem;
    margin: 5rem 0 3rem;
}

.form_midasi h2 {
    font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: .3rem;
}
.form_midasi h3 { 
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .2rem;
}

.form_content {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  margin: 2rem 0;
}

.form_img {
  background-color: #F9F8F8;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 24vw;
}

.form_img2 {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  max-height: 338px;

}
.form_img2 img {
  width: 100%;
}

.form_img img {
position: absolute;
    top: 10%;

}
.form_img:hover {
  background-color: #CCEDF7;
 transition: all 0.3s ease-out;
}
.form_img:hover img,
.form_img2:hover img {
  scale: 1.2;
  transition: all 0.3s ease-out;
}
ul.form_explain {
  margin-top: 2rem;
  padding-left: 1rem;
}
ul.form_explain li {
  list-style: disc;
  margin-bottom: .4rem;
}


.form_explain2{
    list-style: none;
    padding-left: 1.5em;
    margin-left: 0.5em;
    font-size: .9rem;
}
.form_explain2 li{
    text-indent: -1.5em;
}
.form_explain2 li:before{
    content: "※";
    margin-right: 0.5em;
}

.form_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 2rem;
}


.fv {
    position: relative;
    overflow: hidden;

}


.fv_box {
  padding: 80px 0 100px;
    justify-content: center;
    align-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    margin: 0 auto;
}
.ylcir01 {
  position: absolute;
  display: inline-block;
  top: 15%;
  left: 1%;
  width: 100px;
  height: 100px;
  text-align:center;
  line-height: 80px;
  border-radius: 50%;
  border: solid 12px #ffff00;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);

}

.ylcir02 {
  position: absolute;
  display: inline-block;
  top: 20%;
  left: 5%;
  width: 140px;
  height: 140px;
  text-align:center;
  line-height: 80px;
  border-radius: 50%;
  border: solid 16px #ffff00;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);

}

.ylcir03 {
    position: absolute;
  display: inline-block;
  top: 12%;
  right: 1%;
  width: 100px;
  height: 100px;
  text-align:center;
  line-height: 80px;
  border-radius: 50%;
  border: solid 12px #ffff00;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);

}

.ylcir04 {
    position: absolute;
  display: inline-block;
  top: 20%;
  right: 6%;
  width: 140px;
  height: 140px;
  text-align:center;
  line-height: 80px;
  border-radius: 50%;
  border: solid 16px #ffff00;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);

}
.ylcir01,.ylcir02, .ylcir03, .ylcir04
 {
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0% , 100% {
      transform: rotate(1deg);
  }
  50%{
      transform: rotate(-1deg);
  }
}




@media screen and (max-width: 576px) {
  .thx_msg {
    font-size: 1.2rem!important;
    padding: 1rem;
    margin-top: 5rem;
  }
  .form_logo a img {
  height: auto;
  width: 50%;
  }
  .form_wrapper {
  display: grid;
   grid-template-rows:auto;
    grid-template-columns:1fr; 
    gap:  2srem;
    margin: 5rem 0 3rem;
    padding: 0 1rem;
}
.form_content {
  margin-top: 1rem;
  padding: 2rem 1rem;
}
.whpp {
  margin-top: 1rem;
}
.form_midasi h2 {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: .1em;}
.form_img {
  height: 180px;
}
.form_img img {
    top: -20px;
  }
ul.form_explain li {
  font-size: .9rem;
}

.form_explain2 {
  font-size: .8rem;
}

.ylcir01 {
  top: 15%;
  left: -2%;
  width: 80px;
  height: 80px;
}
.ylcir02 {
  top: 20%;
  left: 2%;
  width: 120px;
  height: 120px;
}
.ylcir03 {
    position: absolute;
  display: inline-block;
  top: 10%;
  right: -4%;
  width: 80px;
  height: 80px;
}
.ylcir04 {
    position: absolute;
  display: inline-block;
  top: 16%;
  right: 2%;
  width: 100px;
  height: 100px;
}
.form_midasi h3 {
  font-weight: 400;
  font-size: .9rem;
}
.form_logo {
    height: 56px;
    background-color: #fff;
}

}

.whpp {
  margin-top: 2rem;
}
.thx_msg {
  font-size: 2rem;
    display: flex;
    height: 60vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 2;
    letter-spacing: .2rem;
	flex-direction:column;

}
.thx_msg p:nth-child(2),
.thx_msg p:nth-child(3) {
	font-size: 1rem;
	word-break: break-all;
	text-align:left;
	line-height:1.7;
	margin-top: 2rem;
}

.service_papers ul.two-col {
  grid-template-columns: 1fr 1fr;
  margin: 1rem 2rem 3rem 2rem;
}

@media screen and (max-width: 576px) {
  .service_papers ul.two-col {
    grid-template-columns: 1fr;
    /* margin: 1rem 1rem 3rem 1rem; */
  }
}


/*marketing_bpo_edit*/
.form_midasi h3 {
  line-height: 2;
  font-weight: 500;
}
.head_msg {
  margin-top: 8rem;
}
.head_msg h2 {
  font-weight: 600;
  text-align: center;
}
.logobox {
  background-color: #fff;
  padding: 1em 1em;
  border-radius: 1em;
}
.logobox ul {
  display: grid;
    grid-template-columns:  1fr 1fr 1fr 1fr 1fr 1fr;
    gap:  0px;
    margin: 1rem 0;
}

.inquiry_img h3,
.consul_img h3 {
  font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: .1em;
    margin-top: 2rem;
}
.consulbox {
  background-color: #fff;
  padding: 1em 1em;
  border-radius: 1em;
}
.consul_img ul {
  display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    gap:  40px;
    margin: 0.6rem 2rem 0;
}

@media screen and (max-width:425px) {
 .head_msg h2 {
  font-size: 1.4rem;
 }
.inquiry_img h3, .consul_img h3 {
  font-size:1.1rem ;
}
.logobox ul {
    grid-template-columns: 1fr 1fr 1fr;
}
.consul_img ul {
  gap: 20px;
  margin: 0;
}
}
/*marketing_bpo_edit end*/