@charset "UTF-8";
/*
Theme Name: サワムラガク足立 サポート
Author: あそびラボ
*/

/*=======================================================
h1
=======================================================*/
.h1_wrapper {
  background-color: #f4f1df;
}
.h1_wrapper h1 {
  padding: 0 0 0 90px;
}
.h1_wrapper h1::before {
  content: "";
  background: url(../images/top/teacher_hagumi.svg) no-repeat;
  background-size: contain;
  width: 67px;
  height: 108px;
  display: block;
  position: absolute;
  left: 386px;
  top: -17px;
}
@media screen and (max-width: 750px) {
  .h1_wrapper h1::before {
    left: 216px;
    top: -10px;
  }
}
/*=======================================================
ボタン
=======================================================*/
section {
  padding: 0 0 200px;
}
section p {
  margin: 75px 0 60px;
  text-align: center;
}
section ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section ul li a {
  display: flex;
  align-items: center;
  width: 480px;
  height: 120px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 10px;
  border: 3px solid #3c2a10;
  position: relative;
  background: url(../images/support/circle.png) top -54px left -45px no-repeat;
  background-color: #fffbf4;
  padding-left: 230px;
}
section ul li a::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #dd8925;
  position: absolute;
  right: 23px;
  top: 44px;
}
section ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  right: 30px;
  top: 49px;
}
section ul li a span {
  position: absolute;
  left: 9px;
  bottom: 0;
}
section ul li:last-of-type a span {
  left: 8px;
  bottom: -5px;
}
section ul li a span img {
  width: 160px;
}
section ul li:last-of-type a span img {
  width: 178px;
}
@media screen and (max-width: 750px) {
  section ul {
    display: block;
  }
  section p {
    line-height: 1.4;
  }
  section ul li a {
    margin: 0 auto 40px;
    font-size: 28px;
  }
}
