@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-family: "noto sans JP", "游ゴシック体", "YuGothic", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #030303;
  word-wrap: break-word; /* IE */
  overflow-wrap: break-word; /* CSS3 */
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  text-align: center;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 550;
}

h2 {
  font-size: 4.6rem;
  color: #fa878b;
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.font-b {
  font-weight: 700;
}

.font-s {
  font-size: 1.2rem;
}

.font-l {
  font-size: 5.2rem;
}

.font-20 {
  font-size: 2rem;
}

.font-26 {
  font-size: 2.6rem;
}

.font-p {
  color: #f87377;
}

.dot {
  background-image: radial-gradient(
    circle at center,
    #ffaa00 20%,
    transparent 20%
  );
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}

.line {
  background: linear-gradient(transparent 50%, #f27377 50%);
}

.line-y {
  background: linear-gradient(transparent 50%, #fff95d 50%);
  font-weight: bold;
}

/* ヘッダー */

header {
  z-index: 1;
  position: relative;
}

.wrap-header {
  display: flex;
  max-width: 1700px;
  margin: 0 auto;
  justify-content: space-between;
  min-height: 100px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
}

.wrap-header a {
  display: block;
  margin: 0 40px;
}

.wrap-header .bnr-tel {
  max-width: 446px;
}

.hd-logo {
  max-width: 360px;
  margin-top: 10px;
}

/* メインビジュアル  */
.mv {
  margin: -153px auto 0 auto;
}

/* 合格実績 */
.jisseki {
  display: flex;
  background-color: #fef9d8;
  padding: 20px;
  margin: auto;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.jisseki.mv-jisseki {
  max-width: 1000px;
  margin-top: -140px;
  z-index: 1;
  position: relative;
}

.jisseki-under {
  background-color: #fef9d8;
  padding: 40px;
  margin: auto;
}

.jisseki .ttl {
  background-color: #fff;
  color: #f87377;
  border: 3px solid #f87377;
  padding: 1%;
  font-weight: 700;
  line-height: 3rem;
}

.jisseki .txt {
  max-width: 740px;
  text-align: left;
  margin-top: -11px;
}

.jisseki-under .ttl {
  background-color: #fff;
  color: #f87377;
  border: 3px solid #f87377;
  padding: 1%;
  font-weight: 700;
  line-height: 3rem;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.jisseki-under .txt {
  max-width: 800px;
  text-align: left;
  margin: auto;
}

.jisseki-under .small {
  text-align: right;
  font-size: 1.4rem;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* お知らせバナー　（葛西追加） */
.new-event img {
  max-width: 880px;
  margin: 20px auto;
}

.wrap-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 40px;
}

.btn-soudan {
  max-width: 600px;
}

.btn-siryou {
  width: 340px;
}

/* お悩み */
.wrap-onayami {
  max-width: 700px;
  margin: auto;
  margin-bottom: 30px;
}

/* お任せください */
.wrap-omakase {
  background-color: #feefef;
  padding-top: 200px;
  margin-top: -200px;
  padding-bottom: 60px;
}

.omakase-logo {
  max-width: 500px;
}

.wrap-omakase .txt1 {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-left: -50px;
  margin-top: 10px;
}

.wrap-omakase .txt1::after {
  content: "";
  position: absolute;
  top: -21px;
  right: -42px;
  background: url(../img/arrow.png);
  width: 56px;
  height: 75px;
}

.wrap-omakase .txt2 {
  max-width: 674px;
  margin: auto;
  background-color: rgb(255, 255, 255, 0.7);
  font-size: 3.8rem;
  font-weight: 600;
}

.wrap-omakase .txt2 span {
  color: #fa878b;
  margin-left: 10px;
}

.wrap-omakase .txt3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 91px;
}

.wrap-kimete {
  display: flex;
  max-width: 780px;
  gap: 20px;
  margin: 30px auto;
}

.wrap-kimete img {
  max-width: 370px;
}

.wrap-omakase .txt4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 80px;
}

.wrap-omakase .txt5 {
  font-size: 4rem;
  background-color: #fff;
  color: #fa878b;
}

.wrap-omakase .txt6 {
  font-size: 4rem;
  color: #ffaa00;
}

/* 決め手01 */
.wrap-kimete01 h2 {
  background-color: #f09b9e;
  color: #fff;
  font-size: 4.6rem;
  position: relative;
  margin-top: -111px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.wrap-kimete01 h2::before {
  content: "";
  position: absolute;
  top: -80px;
  margin-left: 166px;
  width: 336px;
  height: 100px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background: #f09b9e;
}

.wrap-kimete01 .ttl p {
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  top: -70px;
}

.wrap-kimete01 .wrap-txt {
  display: flex;
  max-width: 880px;
  margin: 30px auto;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.wrap-kimete01 .wrap-txt img {
  max-width: 440px;
}

.wrap-kimete02 {
  margin-top: 180px;
}

.wrap-kimete02 h2 {
  background-color: #f09b9e;
  color: #fff;
  font-size: 4.6rem;
  position: relative;
  margin-top: -111px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.wrap-kimete02 h2::before {
  content: "";
  position: absolute;
  top: -80px;
  margin-left: 206px;
  width: 336px;
  height: 100px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background: #f09b9e;
}

.wrap-kimete02 .ttl p {
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  top: -70px;
}

.wrap-kimete02 .wrap-txt {
  display: flex;
  max-width: 880px;
  margin: 30px auto;
  justify-content: center;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.wrap-kimete02 .wrap-txt img {
  max-width: 440px;
}

.point {
  background-color: #fffce6;
  padding: 27px;
  position: relative;
  margin-top: 60px;
}

.point::before {
  content: "Point";
  position: absolute;
  top: -39px;
  left: 0px;
  width: 84px;
  height: 39px;
  background-color: #f09b9e;
  border-radius: 20px 20px 0 0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 39px;
}

.tekicyu {
  display: block;
  max-width: 640px;
  margin: auto;
}

.power {
  background-color: #fefce8;
  padding: 40px 40px 60px 40px;
  max-width: 880px;
  border-radius: 20px;
  margin: 60px auto 0 auto;
}

.power h3 {
  font-size: 3.2rem;
}

.power ul {
  display: flex;
  gap: 20px;
  margin: 20px auto 30px auto;
}

.power ul li img {
  max-width: 140px;
  margin: auto;
}

.power p {
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
}

.wakaru {
  max-width: 880px;
  margin: 0 auto;
}

.wakaru .wrap-ttl {
  display: flex;
  align-items: flex-end;
  border-bottom: 3px solid #f09b9e;
  margin-top: 60px;
}

.wakaru h3 {
  font-size: 3.2rem;
  color: #fa878b;
}

.wakaru .features {
  background-color: #f09b9e;
  color: #fff;
  font-size: 2rem;
  line-height: 1.3;
  padding: 10px 20px 5px 20px;
  margin-right: 20px;
}

.wakaru .features span {
  background-color: #f09b9e;
  font-size: 4rem;
}

.wakaru .wrap-txt {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.wakaru .wrap-txt.ukaru {
  max-width: 640px;
  text-align: left;
}

.wakaru .wrap-txt .img-wakaru {
  position: absolute;
  max-width: 300px;
  bottom: -30px;
}

.wakaru .wrap-txt .img-wakaru03 {
  position: absolute;
  max-width: 300px;
  bottom: -80px;
}

.wrap-img-features {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.wakaru .wrap-img-features img {
  max-width: 280px;
}

.wakaru .wrap-img {
  margin-top: 120px;
}

/* 満足度 */
.wrap-manzokudo img {
  max-width: 880px;
  margin: 100px auto 20px auto;
}

/* 合格サポート */
.wrap-support img {
  max-width: 826px;
  margin: 0px auto 0px auto;
}

/* 特徴 */
.wrap-list img {
  max-width: 880px;
  margin: 40px auto 60px auto;
}

/* 合格者の声 */
.wrap-voice {
  background-color: #feefef;
  padding-bottom: 60px;
}

.wrap-voice h2 {
  background-color: #f09b9e;
  height: 80px;
}

.wrap-voice img {
  margin-top: 0px;
  max-width: 693px;
}

.wrap-voice-card {
  margin: 60px auto 0px auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 742px;
  gap: 40px;
}

.voice-card {
  background-color: #fff;
  position: relative;
  max-width: 350px;
  padding: 20px;
  border-radius: 20px;
  text-align: left;
}

.voice-card .category {
  background-color: #f09b9e;
  color: #fff;
  /* border-radius: 50px; */
  max-width: 70%;
  text-align: center;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.voice-card .ttl {
  margin: 10px 0px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  padding-bottom: 5px;
  border-bottom: 2px solid #f09b9e;
}

.wrap-voice .img-goukaku {
  position: absolute;
  max-width: 71px;
  top: 42px;
  right: 20px;
}

/* 教室のご案内 */

.wrap-access h2 {
  margin-top: 60px;
}

.wrap-access-info {
  display: flex;
  gap: 40px;
  max-width: 880px;
  margin: 40px auto;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-info {
  text-align: right;
  max-width: 400px;
}

.wrap-info h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  text-align: center;
}

.wrap-info p {
  text-align: left;
}

.wrap-info p.acc {
  min-height: 120px;
}

.wrap-info a.map {
  border-bottom: 1px solid #000;
}

.schedule {
  border-top: 2px solid #f09b9e;
  padding: 27px;
  position: relative;
  margin-top: 60px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.schedule a {
  border-bottom: 1px solid #000;
}

.schedule::before {
  content: "Schedule";
  position: absolute;
  top: -39px;
  left: 0px;
  width: 120px;
  height: 39px;
  background-color: #f09b9e;
  border-radius: 20px 20px 0 0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 39px;
}

/* よくある質問 */

.wrap-faq {
  background-color: #f7f7f7;
  padding: 60px;
}

.wrap-faq ul {
  max-width: 880px;
  margin: auto;
}

.wrap-faq .faq-q {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.wrap-faq .faq-q:before {
  content: url(../img/q.svg);
  position: relative;
  top: 2px;
  padding-right: 20px;
}

.wrap-faq .faq-a {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.wrap-faq .faq-a:before {
  content: url(../img/a.svg);
  position: relative;
  top: 3px;
  padding-right: 20px;
}

.wrap-faq li {
  margin-top: 40px;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 30px;
  text-align: left;
}

/* 入会までの流れ */
.wrap-step {
  background-color: #fefce6;
  padding: 30px 30px 60px 30px;
  max-width: 880px;
  margin: 0 auto -100px auto;
  border-radius: 20px;
}

.wrap-step .img-step {
  margin: 20px auto;
  max-width: 680px;
}

/* 合格を目指しましょう */
.wrap-goukaku {
  background-image: url(../img/bg-goukaku.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 90px;
  z-index: -1;
  position: relative;
}

.wrap-goukaku img {
  max-width: 534px;
  margin-left: 410px;
}

/* お申し込みフォーム */
.wrap-contact h2 {
  line-height: 1.5;
  margin: 60px;
}

.wrap-contact iframe {
  width: 100%;
  height: 100%;
}

.wrap-form {
  height: 1300px;
}

/* フッター */
footer {
  background-color: #f09b9e;
  padding: 30px 0px 20px 0px;
}

footer .bnr-tel {
  max-width: 446px;
  display: inline-block;
  margin: 10px auto 20px auto;
}

footer .ft-logo {
  display: block;
  margin: 20px auto 30px auto;
  max-width: 320px;
}
