@charset "UTF-8";
/* ===============================================
コンテナ―
=============================================== */
.l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
}

.l-container02 {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .l-container02 {
    max-width: 100%;
    margin: 0 auto;
  }
}

.l-container03 {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .l-container03 {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* 共通設定
----------------------- */
* {
  box-sizing: border-box;
}

body {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: 16px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

main {
  background: #fff;
  width: 100%;
}

.num {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* リンク
----------------------- */
.f-link {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
}
.f-link:hover {
  transition: 0.3s;
  opacity: 0.7;
}

/* 画像
----------------------- */
.f-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* ===============================================
ヘッダー
=============================================== */
.p-header {
  height: 67px;
}
.p-header__wrap {
  height: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .p-header__wrap {
    padding: 0 5%;
  }
}
.p-header h1 {
  width: 165px;
  height: 47px;
}
.p-header__tel {
  width: 507px;
  height: 53.6px;
}
@media screen and (max-width: 767px) {
  .p-header__tel {
    display: none;
  }
}
.p-header__tel img {
  object-fit: contain;
}

/* ===============================================
キ－ビジュアル
=============================================== */
.p-kv {
  background: url(../img/kv.jpg);
  background-repeat: no-repeat;
  height: calc(100svh - 67px);
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .p-kv {
    background: url(../img/kv_tab.jpg);
    background-repeat: no-repeat;
    height: calc(100svh - 67px);
    width: 100%;
    background-position: center;
    background-size: cover;
    z-index: 10;
  }
}
@media screen and (max-width: 1280px) {
  .p-kv {
    height: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-kv {
    padding-top: 70px;
    background: url(../img/kv_sp.jpg);
    background-repeat: no-repeat;
    height: 165vw;
    width: 100%;
    background-position: top center;
    background-size: contain;
    min-width: 320px;
  }
}

/* ===============================================
六本木教室開校
=============================================== */
.p-roppongi {
  background: url(../img/roppongi_bg.jpg) no-repeat center center/cover;
  padding: 60px 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-roppongi {
    padding: 30px 0 20px;
    background: url(../img/roppongi_bg.jpg) no-repeat center center/cover;
  }
}
.p-roppongi__title {
  border-top: 4px solid #004299;
  border-bottom: 4px solid #004299;
  font-size: 37px;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .p-roppongi__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-roppongi__title {
    font-size: 17px;
    line-height: 1.2;
    padding-bottom: 5px;
  }
}
.p-roppongi__title span.big {
  font-size: 57px;
}
@media screen and (max-width: 860px) {
  .p-roppongi__title span.big {
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .p-roppongi__title span.big {
    font-size: 27px;
  }
}
.p-roppongi__title span.blue {
  color: #004299;
  font-size: 51px;
  padding-left: 30px;
}
@media screen and (max-width: 860px) {
  .p-roppongi__title span.blue {
    font-size: 40px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-roppongi__title span.blue {
    font-size: 27px;
  }
}
.p-roppongi__bosyu {
  background: #004299;
  color: #fff;
  font-size: 32px;
  margin-top: 30px;
  padding: 15px 0;
}
@media screen and (max-width: 860px) {
  .p-roppongi__bosyu {
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .p-roppongi__bosyu {
    font-size: 20px;
    padding: 8px 0;
    text-align: center;
    margin-top: 20px;
  }
}
.p-roppongi__bosyu span {
  color: yellow;
  font-size: 45px;
  padding-right: 20px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 860px) {
  .p-roppongi__bosyu span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-roppongi__bosyu span {
    font-size: 22px;
    padding-right: 0px;
  }
}
.p-roppongi__txt {
  margin: 30px 0;
  font-size: 26px;
}
@media screen and (max-width: 860px) {
  .p-roppongi__txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-roppongi__txt {
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.7;
  }
}
.p-roppongi__tel {
  background: #fed156;
  border-radius: 20px;
  display: flex;
  align-items: center;
  height: 100px;
  border: 5px solid #fed156;
}
@media screen and (max-width: 767px) {
  .p-roppongi__tel {
    height: 60px;
    border-radius: 10px;
  }
}
.p-roppongi__tel a {
  display: block;
  height: 100%;
  width: 100%;
}
.p-roppongi__wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.p-roppongi__wrap--02 {
  justify-content: center;
}
.p-roppongi__tel-left {
  width: 170px;
  font-size: 22px;
  color: #004299;
  font-weight: 900;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-roppongi__tel-left {
    width: 70px;
    font-size: 11px;
  }
}
.p-roppongi__tel-left::after {
  background: #fed156;
  content: "";
  position: absolute;
  width: 27px;
  height: 100%;
  top: 0px;
  right: -26px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .p-roppongi__tel-left::after {
    width: 10px;
    right: -9px;
  }
}
.p-roppongi__tel-right {
  width: calc(100% - 170px);
  padding-left: 27px;
  background: #f7931e;
  border-radius: 0 15px 15px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-roppongi__tel-right {
    width: calc(100% - 70px);
    padding-left: 5px;
    border-radius: 0 7px 7px 0;
  }
}
.p-roppongi__tel-right .pic {
  width: 617px;
  height: 50px;
}
@media screen and (max-width: 860px) {
  .p-roppongi__tel-right .pic {
    width: 95%;
    height: auto;
  }
}
.p-roppongi__form {
  background: #fed156;
  border-radius: 20px;
  height: 100px;
  border: 5px solid #f7931e;
  height: 100px;
  margin: 30px 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-roppongi__form {
    height: 60px;
    border-radius: 10px;
    margin: 20px 0;
  }
}
.p-roppongi__form:hover {
  background: #fff7e6;
  transition: 0.3s;
}
.p-roppongi__form img {
  width: 60px;
  height: 78px;
}
@media screen and (max-width: 767px) {
  .p-roppongi__form img {
    width: 25px;
    height: auto;
  }
}
.p-roppongi__form p {
  font-size: 36px;
  font-weight: 900;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-roppongi__form p {
    font-size: 17px;
    padding-left: 10px;
  }
}

/* ===============================================
キャンペーン実施中
=============================================== */
.p-cmp {
  background: url(../img/cmp_bg.jpg) no-repeat center center/cover;
  padding: 40px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-cmp {
    padding: 30px 0;
  }
}
.p-cmp::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 66px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-cmp::after {
    height: 80px;
  }
}
.p-cmp__title {
  width: 850px;
  height: 56px;
  margin: 0 auto;
  z-index: 20;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-cmp__title {
    width: 90%;
    height: auto;
  }
}
.p-cmp__content {
  background: #fff;
  border-radius: 10px;
  margin: 30px 0 10px;
  padding: 20px 50px 10px;
}
@media screen and (max-width: 767px) {
  .p-cmp__content {
    margin: 20px 0 10px;
    padding: 10px 20px 0px;
  }
}
.p-cmp__content .top {
  text-align: center;
  font-size: 24px;
  background: #004299;
  color: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .p-cmp__content .top {
    font-size: 18px;
  }
}
.p-cmp__content .bottom {
  margin: 10px auto;
  width: 684px;
}
@media screen and (max-width: 860px) {
  .p-cmp__content .bottom {
    width: 100%;
  }
}
.p-cmp__content dl {
  font-size: 40px;
  color: #004299;
  border-bottom: 3px dashed #004299;
  padding: 10px 0;
  display: flex;
}
@media screen and (max-width: 860px) {
  .p-cmp__content dl {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-cmp__content dl {
    font-size: 20px;
    padding: 10px 20px;
  }
}
.p-cmp__content dl span.small {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-cmp__content dl span.small {
    font-size: 16px;
  }
}
.p-cmp__content dl.last {
  border-bottom: none;
}
.p-cmp__content dt {
  background: #004299;
  color: #fed156;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  line-height: 1.1;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .p-cmp__content dt {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-cmp__content dt {
    font-size: 20px;
    width: 25px;
    height: 25px;
    line-height: 1.2;
  }
}
.p-cmp__txt {
  text-align: center;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cmp__txt {
    font-size: 16px;
  }
}
.p-cmp__txt span {
  font-size: 34px;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-cmp__txt span {
    font-size: 22px;
  }
}
.p-cmp__three {
  text-align: center;
  background: #004299;
  font-size: 40px;
  border-radius: 10px;
  color: #fff;
  padding: 16px 0;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-cmp__three {
    font-size: 20px;
    padding: 10px 0;
    border-radius: 7px;
  }
}
.p-cmp__three span {
  background: #fed156;
  color: #004299;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  line-height: 1.1;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-cmp__three span {
    width: 25px;
    height: 25px;
  }
}
.p-cmp__caption {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-cmp__caption {
    font-size: 12px;
    justify-content: flex-start;
  }
}
.p-cmp__caption p {
  line-height: 1.6;
  letter-spacing: 1px;
}

/* ===============================================
イベントのご案内
=============================================== */
.p-event {
  background: #fed156;
  padding: 30px 0;
}
.p-event__content {
  background: #fff;
  border-radius: 20px;
  height: 165px;
  border: 7px solid #f7931e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-event__content {
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    border: 5px solid #f7931e;
    border-radius: 15px;
  }
}
.p-event__content-top {
  background: #fbb03b;
  height: 100%;
  border-radius: 10px 0 0 10px;
  position: relative;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .p-event__content-top {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__content-top {
    width: 100%;
    border-radius: 10px 10px 0 0px;
  }
}
.p-event__content-top::after {
  background: #fbb03b;
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0px;
  right: -39px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .p-event__content-top::after {
    width: 100%;
    height: 15px;
    top: auto;
    bottom: -14px;
    right: 0px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
.p-event__content-top .pic {
  width: 257px;
  height: 110px;
}
@media screen and (max-width: 860px) {
  .p-event__content-top .pic {
    width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-event__content-top .pic {
    width: 226px;
    padding-top: 20px;
  }
}
.p-event__content-bottom {
  width: calc(100% - 340px);
  height: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 1280px) {
  .p-event__content-bottom {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 767px) {
  .p-event__content-bottom {
    width: 100%;
    padding: 30px 10px;
  }
}
.p-event__content-bottom li {
  border-bottom: 1px dotted #000;
  display: flex;
  height: 60px;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-event__content-bottom li {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 0 0 0 0;
  }
}
.p-event__content-bottom li:last-child {
  border-bottom: none;
}
.p-event__content-bottom li .date-blue {
  background: #004299;
  color: #fff;
  font-size: 15px;
  border-radius: 50px;
  padding: 0 15px 0 20px;
}
@media screen and (max-width: 860px) {
  .p-event__content-bottom li .date-blue {
    white-space: nowrap;
    padding: 0 30px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__content-bottom li .date-blue {
    font-size: 12px;
    padding: 0 20px 0 20px;
  }
}
.p-event__content-bottom li .date-blue span.num {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-event__content-bottom li .date-blue span.num {
    font-size: 22px;
  }
}
.p-event__content-bottom li p {
  padding-left: 10px;
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 860px) {
  .p-event__content-bottom li p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__content-bottom li p {
    font-size: 18px;
    padding: 10px;
  }
}
.p-event__content-bottom li .date-white {
  color: #004299;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-event__content-bottom li .date-white {
    padding-left: 10px;
  }
}
.p-event__content-bottom li .date-white span.num {
  font-size: 25px;
}
.p-event__content-bottom li .bottom {
  line-height: 1;
  position: relative;
  padding-left: 10px;
}
.p-event__content-bottom li .bottom span {
  font-size: 14px;
  position: absolute;
  bottom: -20px;
  white-space: nowrap;
}
@media screen and (max-width: 860px) {
  .p-event__content-bottom li .bottom span {
    right: -10px;
    bottom: -26px;
  }
}
@media screen and (max-width: 767px) {
  .p-event__content-bottom li .bottom span {
    right: auto;
    bottom: -10px;
    font-weight: 400;
  }
}

/* ===============================================
合格者数
=============================================== */
.p-goukaku {
  background: #004299;
  padding: 60px 0 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-goukaku {
    padding: 40px 0 0 0;
  }
}
.p-goukaku::before {
  width: 50%;
  position: absolute;
  content: "";
  background: #fff;
  height: 72px;
  top: 60px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-goukaku::before {
    top: 40px;
    height: 32px;
  }
}
.p-goukaku__title {
  position: relative;
  background: #fff;
  color: #004299;
  width: 820px;
  height: 72px;
  line-height: 72px;
  font-size: 38px;
  z-index: 20;
}
@media screen and (max-width: 860px) {
  .p-goukaku__title {
    font-size: 34px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-goukaku__title {
    font-size: 18px;
    font-feature-settings: "palt";
    height: 32px;
    line-height: 32px;
    width: auto;
    display: inline-block;
    padding-right: 20px;
  }
}
.p-goukaku p {
  color: #fff;
  font-size: 29px;
  margin: 40px 0;
  line-height: 1.7;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 860px) {
  .p-goukaku p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-goukaku p {
    font-size: 16px;
    margin: 20px 0;
  }
}
.p-goukaku__block {
  width: 647px;
  height: 300px;
  margin-bottom: 50px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1280px) {
  .p-goukaku__block {
    width: 70%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-goukaku__block {
    width: 100%;
    height: auto;
    margin: 20px 0 280px 0;
  }
}
.p-goukaku__bg {
  position: relative;
  width: 100%;
  bottom: 100%;
  right: 0;
  z-index: 0;
}
.p-goukaku__bg .pic {
  position: absolute;
  width: 757px;
  height: 688px;
  right: -50px;
  bottom: 0;
}
@media screen and (max-width: 1280px) {
  .p-goukaku__bg .pic {
    width: 757px;
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .p-goukaku__bg .pic {
    width: 120%;
    bottom: -220px;
    right: 0;
  }
}
.p-goukaku__last {
  background: #fed156;
  text-align: center;
  color: #004299;
  font-size: 37px;
  padding: 20px 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 860px) {
  .p-goukaku__last {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-goukaku__last {
    font-size: 18px;
    padding: 10px 0;
  }
}

/* ===============================================
浜学園の魅力
=============================================== */
.p-charm {
  background: #fff7e6;
  position: relative;
  padding: 70px 20px 0;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-charm {
    padding: 18px 0;
  }
}
.p-charm::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #fff;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 115px;
}
@media screen and (max-width: 767px) {
  .p-charm::before {
    height: 60px;
  }
}
.p-charm__main-title {
  position: relative;
  z-index: 20;
  width: 561px;
  height: 92px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-charm__main-title {
    width: 80%;
  }
}
.p-charm__main-title::before {
  position: absolute;
  content: "";
  width: 160%;
  height: 4px;
  background: #004299;
  top: 50%;
  left: -160%;
  transform: translateY(-50%);
}
.p-charm__main-title::after {
  position: absolute;
  content: "";
  width: 160%;
  height: 4px;
  background: #004299;
  top: 50%;
  right: -160%;
  transform: translateY(-50%);
}
.p-charm__content {
  background: #fff;
  margin: 70px 0;
  padding: 70px 60px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-charm__content {
    margin: 20px 0;
    padding: 30px 5% 30px;
  }
}
.p-charm__content--02 {
  margin: 110px 0;
}
@media screen and (max-width: 767px) {
  .p-charm__content--02 {
    margin: 80px 0 60px;
  }
}
.p-charm__title {
  background: #ed3879;
  color: #fff;
  font-size: 37px;
  text-align: center;
  width: 70%;
  border-radius: 50px;
  padding: 5px 0;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-charm__title {
    font-size: 18px;
    width: 50%;
    top: -16px;
  }
}
.p-charm p.big {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .p-charm p.big {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-charm__box {
    margin-bottom: 40px;
  }
}
.p-charm__subtitle {
  margin: 30px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-charm__subtitle {
    margin: 20px 0;
  }
}
.p-charm__subtitle::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 55%;
  border-bottom: 5px dotted #ed3879;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-charm__subtitle::after {
    border-bottom: 3px dotted #ed3879;
  }
}
.p-charm__subtitle p {
  font-size: 29px;
  color: #ed3879;
  background: #fff;
  display: inline;
  position: relative;
  z-index: 20;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-charm__subtitle p {
    font-size: 18px;
    padding: 0 18px;
  }
}
.p-charm .txt {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-charm .txt {
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
  }
}
.p-charm .pic {
  width: 90%;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .p-charm .pic {
    width: 100%;
    margin: 20px auto;
  }
}
.p-charm .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .p-charm .wrap {
    flex-direction: column;
  }
}
.p-charm .wrap .item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .p-charm .wrap .item {
    width: 90%;
  }
}

/* ===============================================
学習における様々なサポート体制も充実
=============================================== */
.p-support__top {
  background: #004299;
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding: 16px 0;
}
@media screen and (max-width: 860px) {
  .p-support__top {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__top {
    font-size: 18px;
    padding: 16px 0;
  }
}
.p-support__list {
  display: flex;
  margin: 40px 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-support__list {
    flex-direction: column;
  }
}
.p-support__item {
  width: calc(33% - 10px);
}
@media screen and (max-width: 767px) {
  .p-support__item {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid #009fe8;
  }
}
.p-support__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.p-support__item .pink {
  font-size: 18px;
  color: #ed3879;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-support__item .pink {
    font-size: 20px;
  }
}
.p-support__item .title {
  color: #fff;
  background: #009fe8;
  height: 77px;
  border-radius: 50px;
  margin: 20px 0;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .p-support__item .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__item .title {
    font-size: 24px;
    height: auto;
    padding: 7px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-support__item .pic {
    width: 85%;
    margin: 0 auto;
  }
}
.p-support__item .txt {
  font-size: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  .p-support__item .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__item .txt {
    font-size: 16px;
    font-weight: 400;
    width: 85%;
    margin: 20px auto;
  }
}
.p-support__voice-list {
  display: flex;
  margin: 60px 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-support__voice-list {
    flex-direction: column;
    margin: 0 0 20px 0;
  }
}
.p-support__voice-item {
  width: calc(50% - 15px);
  height: 355px;
  border: 4px solid #fbb03b;
  border-radius: 20px;
  position: relative;
}
.p-support__voice-item::after {
  position: absolute;
  content: "";
  background: #fbb03b;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  width: 32px;
  height: 24px;
  top: -24px;
  left: 15%;
}
@media screen and (max-width: 860px) {
  .p-support__voice-item {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__voice-item {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
  }
}
.p-support__voice-item .title {
  background: #fbb03b;
  border-radius: 10px 10px 0 0;
  color: #fff;
  text-align: center;
  font-size: 26px;
  height: 47px;
  line-height: 47px;
}
@media screen and (max-width: 767px) {
  .p-support__voice-item .title {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
  }
}
.p-support__voice-item .wrap {
  display: flex;
  height: calc(100% - 47px);
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-support__voice-item .wrap {
    padding: 10px 20px;
  }
}
.p-support__voice-item .wrap .txt {
  width: calc(100% - 134px);
  font-size: 20px;
  padding-right: 10px;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media screen and (max-width: 860px) {
  .p-support__voice-item .wrap .txt {
    width: calc(100% - 90px);
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__voice-item .wrap .txt {
    width: calc(100% - 70px);
    font-size: 14px;
    letter-spacing: 1px;
  }
}
.p-support__voice-item .wrap .pic {
  width: 134px;
  height: 187px;
}
@media screen and (max-width: 860px) {
  .p-support__voice-item .wrap .pic {
    width: 90px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-support__voice-item .wrap .pic {
    width: 70px;
    height: auto;
  }
}

/* ===============================================
募集要項
=============================================== */
.p-application {
  background: #104284;
  padding: 120px 0 90px;
}
.p-application__content {
  background: #fff;
  position: relative;
  padding: 60px 90px;
}
@media screen and (max-width: 767px) {
  .p-application__content {
    padding: 60px 5% 40px;
  }
}
.p-application__title {
  position: absolute;
  width: 230px;
  height: 94px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.p-application table {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-application table {
    font-size: 16px;
  }
}
.p-application table tr {
  display: inline-block;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .p-application table tr {
    padding: 5px 0;
  }
}
.p-application table th {
  width: 223px;
}
@media screen and (max-width: 767px) {
  .p-application table th {
    width: 100px;
  }
}
.p-application table span.cap {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-application table span.cap {
    font-size: 12px;
    font-weight: 400;
  }
}
.p-application__subtitle {
  background: #004299;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  margin: 20px 0;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .p-application__subtitle {
    font-size: 16px;
  }
}
.p-application__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-application__tel {
  width: 334px;
  height: 33px;
  margin-right: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-application__time {
    font-size: 14px;
  }
}

/* ===============================================
マップ
=============================================== */
.p-map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .p-map iframe {
    height: 100vw;
  }
}

/* ===============================================
フッター
=============================================== */
.p-footer {
  background: #fed156;
}
.p-footer__wrap {
  display: flex;
  padding: 40px 0 60px 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 30px 0 60px 0;
  }
}
.p-footer__logo {
  width: 236px;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 150px;
    height: 43px;
    margin-top: 20px;
  }
}
.p-footer__content {
  width: calc(100% - 350px);
  padding-top: 8px;
}
@media screen and (max-width: 1280px) {
  .p-footer__content {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    width: 100%;
    padding-top: 20px;
  }
}
.p-footer__contact {
  width: 100%;
  background: #f7931e;
  border: 5px solid #fbb03b;
  border-radius: 20px;
  margin-top: 20px;
  height: 85px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 75px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__contact {
    height: 60px;
    line-height: 50px;
  }
}
.p-footer__contact:hover {
  border: 5px solid #fff;
  transition: 0.3s;
}
.p-footer__contact .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-footer__contact img {
  width: 48px;
  height: 62px;
}
@media screen and (max-width: 767px) {
  .p-footer__contact img {
    width: 26px;
    height: auto;
  }
}
.p-footer__contact p {
  padding-left: 20px;
}
@media screen and (max-width: 1280px) {
  .p-footer__contact p {
    font-size: 26px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 860px) {
  .p-footer__contact p {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__contact p {
    font-size: 16px;
  }
}

/* ===============================================
btm-cta
=============================================== */
.p-btm-cta {
  display: flex;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8vw;
  padding: 0vw 5vw;
  background-color: #ed3879;
  justify-content: center;
  column-gap: 3vw;
  min-height: 100px;
}
@media screen and (max-width: 1600px) {
  .p-btm-cta {
    padding: 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-btm-cta {
    width: 100%;
    min-width: 280px;
    height: 30vw;
    column-gap: 0;
    padding: 0;
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) and (max-width: 767px) {
  .p-btm-cta {
    height: 10vw;
  }
}
.p-btm-cta__contact {
  width: 30%;
  padding: 1vw 0;
}
@media screen and (max-width: 767px) {
  .p-btm-cta__contact {
    width: 50%;
    padding: 0vw;
  }
}
.p-btm-cta__tel {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-btm-cta__tel {
    width: 50%;
  }
}
.p-btm-cta__link {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-btm-cta__link {
    padding: 1vw 3vw;
  }
}
.p-btm-cta__link--contact {
  padding: 0.5vw 0.8vw;
  background: #fed156;
  border-radius: 10px;
  filter: drop-shadow(8px 8px 0px #000);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-btm-cta__link--contact {
    filter: none;
    border-radius: 0px;
    padding: 0vw 2.8vw;
  }
}
.p-btm-cta__link--contact:hover {
  filter: drop-shadow(0px 0px 0px #000);
  transform: translateY(1px);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-btm-cta__link--contact:hover {
    transform: translateY(0px);
    filter: none;
  }
}
.p-btm-cta__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* ===============================================
資料請求はこちら
=============================================== */
.p-seikyu {
  writing-mode: vertical-rl;
  width: 78px;
  height: 250px;
  right: 0;
  position: fixed;
  bottom: 300px;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1.2px;
  z-index: 100;
  transition: 0.5s;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 1280px) {
  .p-seikyu {
    width: 60px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .p-seikyu {
    display: none;
  }
}
.p-seikyu__link {
  background-color: #f7931e;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 78px;
  border-radius: 10px 0 0 10px;
  padding-top: 36px;
}
.p-seikyu__link:hover {
  opacity: 1;
  background-color: #ed3879;
}
.p-seikyu img {
  width: 34px;
  height: 44px;
  margin-bottom: 10px;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* レスポンシブ設定
----------------------- */
.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.u-tab-only {
  display: none;
}
@media screen and (max-width: 1280px) {
  .u-tab-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .u-tab-only {
    display: none;
  }
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */