.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_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;
}




.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;
}


@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_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;
  }

  .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;
  }
}


.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;
}




/*  suiki編集  */
.mission-frame-title {
  display:flex;
  justify-self: center;
	align-items:center;
	gap:1rem;
}


.mission-frame-icon {
  width: 26px;
  height: 34px;
  color: #ec4024;
  display: flex;
}

.mission-frame-text {
  font-size: 36px;
  color: #141414;
  letter-spacing: 2.16px;
}


.form_wrapper {
  margin: 5rem 0 3rem;
  text-align:center;
}
.form_midasi p {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: .3rem;
}

.form_box {
  background-color: #fff;
  padding: 4rem 6rem 1rem 6rem;
  justify-self:center;
  width:90%;
  border-radius:2rem;
}

@media screen and (max-width: 600px) {
	.mission-frame-text {
	  margin-top: 73px;
	  font-size: 20px;
    }
	.mission-frame-icon{
		margin-top:73px;
	}
	.head_msg {
	  margin-top: 0rem;
    }
	.form_midasi p {
	  font-size: 14px;
	  letter-spacing: .3rem;
	}
	.form_wrapper{
		margin:2rem 0rem;
	}
	.form_box{
		padding:2rem;
	}
}



