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

.cate1 .box_wrap{
	flex-direction: column;
	background-color: #F0F3F8;
	border-radius: 30px;
	padding: 60px  20px;
}
.cate2 .box_wrap{
	background-color: #F0F3F8;
	border-radius: 30px;
	padding: 60px  clamp(20px, 5vw, 60px);
	width: 100%;
}
.cate2 .more2b a, .cate2 .more2b > div {
  background-color: #6BCEF2;
  border: 2px solid #6BCEF2;
}
.contact-form_a .form-box .box-wrap {
    width: 100%;
}
.contact-form_a .send .send-bt {
  width: 200px;
  position: relative;
  padding: 10px 30px;
  border-radius: 200px;
  background-color: #fff;
  border: 2px solid #EDF0F2;
  overflow: hidden;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.contact-form_a .send .send-bt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #37A1DB;
  transform: translateX(-102%);
  transition: ease-out 0.3s;
  z-index: 1;
}

.contact-form_a .send .send-bt:hover::after {
  transform: translateX(0);
}

.contact-form_a .send .send-bt p,
.contact-form_a .send .send-bt .arrow_icon {
  position: relative;
  z-index: 2;
}

.contact-form_a .send .send-bt p {
  transition: ease 0.3s;
  font-weight: 600;
  color: #3F3F3F;
}

.contact-form_a .send .send-bt:hover p {
  color: #fff;
}

.contact-form_a .send .send-bt .arrow_icon {
  background-color: #37A1DB;
}

.contact-form_a .send .send-bt .arrow_icon::after {
  background-image: url("https://angelhands.jp/system_panel/uploads/images/arrow1.svg");
}
.contact-form_a .send .send-bt button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.contact-form_a .send .send-bt:hover {
  border-color: #EDF0F2;
}

.contact-form_a .send .send-bt .arrow_icon {
  background-color: #37A1DB;
  transition: ease 0.3s;
}
.contact-form_a .send .send-bt:hover .arrow_icon {
  background-color: #fff;
}
.contact-form_a .send .send-bt .arrow_icon::after {
  background-image: url("https://angelhands.jp/system_panel/uploads/images/arrow1.svg");
}

.contact-form_a .send .send-bt:hover .arrow_icon::after {
  background-image: url("https://angelhands.jp/system_panel/uploads/images/arrow2.svg");
}

.bg_circle {
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}
.bg_circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 80px;
  width: 120vw;
  height: 360px;
  background-color: #F0F3F8;
  border-radius: 50% 50% 0 0;
  transform: translateX(-50%);
  z-index: 1;
}
.bg_circle::after {
  content: "";
  position: absolute;
  left: 0;
  top: 220px;
  width: 100%;
  height: 100%;
  background-color: #F0F3F8;
  z-index: 1;
}
.bg_circle .box_wrap {
  position: relative;
  z-index: 2;
}
.faq_c .box .qbox .q_icon {
    font-family: "Quicksand", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	color: #37A1DB;
}
.faq_c .box .abox {
    border-radius: 20px;
}
.faq_c .box .qbox .icon::before, .faq_c .box .qbox .icon::after {
    background-color: #37A1DB;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.bg_circle::before {
	  content: "";
	  position: absolute;
	  left: 50%;
	  top: 40px;
	  width: 120vw;
	  height: 360px;
	  background-color: #F0F3F8;
	  border-radius: 50% 50% 0 0;
	  transform: translateX(-50%);
	  z-index: 1;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

