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

html {
	font-size:62.5%;
}

body {
	font-family:'Noto Sans JP',Arial,sans-serif;
	line-height:1.6;
    font-weight: 400;
}

.jost {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.roundedMplus {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}

.manrope {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

.NotoSerif {
    font-family: 'Noto Serif JP', sans-serif;
}

.fw500 {
    font-weight: 500;
}

.fw700 {
    font-weight: 700;
}

a,
a:active,
a:visited {
	text-decoration:none;
	color:#000;
}

a:hover {
	/*filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;*/
}

a,
a:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

img {
	max-width:100%;
	height: auto;
    vertical-align: bottom;
}

img.vab {
	vertical-align:baseline;
}

img.vam {
	vertical-align: middle;
}

.pr {
	position:relative;
}

.tac {
	text-align:center;
}

.tar {
	text-align:right;
}

.tal {
	text-align:left;
}


/*メイン
-------------------------------------------------------*/
.contBox {
	width: 90%;
	/*max-width: 1000px;*/
	margin:0 auto;
}

.mb5 {
	margin-bottom:5px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb15 {
	margin-bottom:15px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb50 {
	margin-bottom:50px !important;
}

.mb60 {
	margin-bottom:60px !important;
}

.mb70 {
	margin-bottom:70px !important;
}

.mb80 {
	margin-bottom:80px !important;
}

.mt5 {
	margin-top:5px !important;
}

.mt10 {
	margin-top:10px !important;
}

.mt15 {
	margin-top:15px !important;
}

.mt20 {
	margin-top:20px !important;
}

.mt30 {
	margin-top:30px !important;
}

.mt40 {
	margin-top:40px !important;
}

.mt50 {
	margin-top:50px !important;
}

.mt60 {
	margin-top:60px !important;
}

.mt70 {
	margin-top:70px !important;
}

.mt80 {
	margin-top:80px !important;
}

.mr10 {
	margin-right:10px !important;
}

.mr20 {
	margin-right:20px !important;
}

.mr30 {
	margin-right:30px !important;
}

.ml0{
	margin-left:0px !important;
}

.ml10 {
	margin-left:10px !important;
}

.ml20 {
	margin-left:20px !important;
}

.ml30 {
	margin-left:30px !important;
}

.f9 {
    font-size: calc(100vw * 9 / 400);
}

.f10 {
    font-size: calc(100vw * 10 / 400);
}

.f11 {
    font-size: calc(100vw * 11 / 400);
}

.f12 {
    font-size: calc(100vw * 12 / 400);
}

.f13 {
    font-size: calc(100vw * 13 / 400);
}

.f14 {
    font-size: calc(100vw * 14 / 400);
}

.f15 {
    font-size: calc(100vw * 15 / 400);
}

.f16 {
    font-size: calc(100vw * 16 / 400);
}

.f17 {
    font-size: calc(100vw * 17 / 400);
}

.f18 {
    font-size: calc(100vw * 18 / 400);
}

.f19 {
    font-size: calc(100vw * 19 / 400);
}

.f20 {
    font-size: calc(100vw * 20 / 400);
}

.f21 {
    font-size: calc(100vw * 21 / 400);
}

.f22 {
    font-size: calc(100vw * 22 / 400);
}

.f23 {
    font-size: calc(100vw * 23 / 400);
}

.f24 {
    font-size: calc(100vw * 24 / 400);
}

.f25 {
    font-size: calc(100vw * 25 / 400);
}

.f26 {
    font-size: calc(100vw * 26 / 400);
}

.f27 {
    font-size: calc(100vw * 27 / 400);
}

.f28 {
    font-size: calc(100vw * 28 / 400);
}

.f30 {
    font-size: calc(100vw * 30 / 400);
}

.f32 {
    font-size: calc(100vw * 32 / 400);
}

.f34 {
    font-size: calc(100vw * 34 / 400);
}

.w100 {
	width:100%;
}

.w95 {
	width:95%;
}

.w90 {
	width:90%;
}

.w85 {
	width:85%;
}

.w80 {
	width:80%;
}

.w75 {
	width:75%;
}

.w70 {
	width:70%;
}

.w65 {
	width:65%;
}

.w60 {
	width:60%;
}

.w55 {
	width:55%;
}

.w50 {
	width:50%;
}

.w45 {
	width:45%;
}

.w40 {
	width:40%;
}

.w35 {
	width:35%;
}

.w30 {
	width:30%;
}

.w25 {
	width:25%;
}

.w20 {
	width:20%;
}

.w15 {
	width:15%;
}

.w10 {
	width:10%;
}

.w5 {
	width:5%;
}

.pcCont {
	display:block !important;
}

.pcTabCont {
	display:block !important;
}

.tabOnlyCont {
	display:none !important;
}

.spCont {
	display:none !important;
}

.spOnlyCont {
	display:none !important;
}

.fwb {
    font-weight: bold !important;
}

.ft500 {
    font-weight: 500 !important;
}

.ls01 {
    letter-spacing: 0.1em;
}

.ls02 {
    letter-spacing: 0.075em;
}

.ls03 {
    letter-spacing: 0.05em;
}

.ls04 {
    letter-spacing: 0.2em;
}

.ls05 {
    letter-spacing: -0.05em;
}

.ls06 {
    letter-spacing: -0.2em;
}

.ls07 {
    letter-spacing: -0.025em;
}

.lh13 {
    line-height: 1.3;
}

.lh14 {
    line-height: 1.4;
}

@media screen and (max-width: 834px) {
    a:hover {
        filter: alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
    }
    .pcCont {
        display:none !important;
    }
    .tabOnlyCont {
        display:block !important;
    }
    .spCont {
        display:block !important;
    }
}

@media screen and (max-width: 480px) {
    .spOnlyCont {
        display:block !important;
    }
    .pcTabCont {
        display:none !important;
    }
    .tabOnlyCont {
        display:none !important;
    }
    .sptac {
        text-align: center;
    }
}



:root {
	--colorPink:#ef99a4;
	--colorPinkDark:#dc808b;
	--colorGreen:#648e92;
	--colorGreenDark:#3d767a;
	--colorWhite:#fff;
	--colorYellow:#ffff00;
    --usedColor:#e5546b;
	--border:1px solid var(--usedColor);
}

.cWhite {
    color: var(--colorWhite) !important;
}

.cPink {
    color: var(--colorPink) !important;
}

.cGreen {
    color: var(--colorGreen) !important;
}

.cGreenD {
    color: var(--colorGreenDark) !important;
}

.cYellow {
    color: var(--colorYellow) !important;
}

.bgWhite {
    background-color: var(--colorWhite) !important;
}

.bgPink {
    background-color: var(--colorPink) !important;
}

.bgGreen {
    background-color: var(--colorGreen) !important;
}

.bgPinkD {
    background-color: var(--colorPinkDark) !important;
}

.bgGreenD {
    background-color: var(--colorGreenDark) !important;
}

.bgYellow {
    background-color: var(--colorYellow) !important;
}

/*ヘッダー
-------------------------------------------------------*/
header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logoFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0px 5px rgba(0,0,0,.45);
    height: 60px;
}

.h1 img {
    max-height: 60px;
}

.ham-btn {
    display:flex;
    align-items: center;
    height: 60px;
    z-index:151;
    padding: 0 1.75rem;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 26px;
  height: 52px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 18px;
}

.menu-trigger span:nth-of-type(2) {
  top: 26px;
}

.menu-trigger span:nth-of-type(3) {
  top: 34px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.ham-btn a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.nav {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 100px 3rem;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(150%);
    transition: all 0.6s;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background-color: #f6f1ed;
    z-index: -1;
    /*font-size: 4vw;*/
    /*font-size: clamp(15px, 4vw, 20px);*/
    font-size: calc(100vw * 16 / 400);
}

.nav.active {
    top: 0;
    transform: translateX(0%);
}

.uLine {
    border-bottom: 1px dashed #c8c8c8;
    padding-bottom: 0.5rem;
}

.uLine i {
    padding-right: 1rem;
}

.pBtn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 2.5rem;
    border-radius: 0.5rem;
}

.pBtn a.bgPink {
    box-shadow: 0 3px var(--colorPinkDark);
}

.pBtn a.bgGreen {
    box-shadow: 0 3px var(--colorGreenDark);
}

/*フッター
-------------------------------------------------------*/
footer {
    position: sticky;
    bottom: 0;
    z-index: 1000;
}

.fNav {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0.8rem;
    /*font-size: 4vw;*/
    /*font-size: clamp(15px, 4vw, 20px);*/
    font-size: calc(100vw * 16 / 400);
}

.fNav li {
    width: 49.5%;
}

.fNav .pBtn a {
    padding: 1.1rem 1.25rem;
}

.cDown {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.5vw;
    background-color: var(--usedColor);
    /*font-size: clamp(11px, 3vw, 14px);*/
    font-size: calc(100vw * 12 / 400);
    line-height: 1.3;
    padding: 1rem 0;
}

.time {
    color: #000;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem;
    /*font-size: clamp(18px, 5vw, 22px);*/
    font-size: calc(100vw * 20 / 400);
}

/*フッター
-------------------------------------------------------*/
main img {
    width: 100%;
}
.schoolArea {
    background-color: #eadfd5;
    padding: 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    line-height: 1.4;
}

.areaTtl {
    font-size: calc(100vw * 18 / 400);
    background-color: #795d36;
    padding: 0.5rem;
}

.areaTtl small {
    font-size: 72%;
}

.areaTxt{
    color: #795d36;
    font-size: calc(100vw * 12 / 400);
}

.topPoint {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 0.5rem 0;
    margin-top: -30px;
}

.topPoint li {
    width: 49.5%;
}

.topPoint li a {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    background: linear-gradient(135deg, #ef99a4, #e78989);
    font-size: calc(100vw * 15 / 400);
    line-height: 1.3;
    padding: 0.5rem 0;
}

.topPoint li a big {
    font-size: 120%;
}

.pointWrap {
    padding: 40px 0;
    background: url("../img/bg_point.png") repeat 50% 50%;
}

.h2point {
    font-size: calc(100vw * 18 / 400);
    color: #3d767a;
}

.h2point big {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(100vw * 28 / 400);
    color: #795d36;
}
.h2point img {
    width: 10vw;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.pointTtl {
    white-space:nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: calc(100vw * 16 / 400);
    line-height: 1.4;
    padding-bottom: 4vw;
    padding-left: 13vw;
}

.point2 .pointTtl {
    padding-bottom: 0.5vw;
}

.pAwrap {
    padding: 4vw;
}

.ce5546b {
    color: var(--usedColor);
}

.c795d36 {
    color: #795d36;
}

.bg3d767a {
    background-color: #3d767a;
}

.smileWrap {
    display: flex;
    align-items: center;
    gap: 3vw;
}

.icoSmile {
    width: 8.5vw;
    flex-shrink: 0;
}

.odd .icoSmile {
    order: 1;
}

.odd .balloon {
    order: 2;
}

.balloon {
    border: 2px solid #e78989;
    background-color: #fff;
    border-radius: 1rem;
    position: relative;
    width: 100%;
    line-height: 1.3;
    padding: 2.5vw;
    box-shadow: 0 0 4px rgba(0,0,0,.45);
}

.balloon::before,
.balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}

.odd .balloon::before{
    left: -10px;
    border-right: 10px solid #e78989;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.odd .balloon::after{
    left: -7px;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.even .balloon::before{
    right: -10px;
    border-left: 10px solid #e78989;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.even .balloon::after{
    right: -7px;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.balloon big {
    line-height: 1;
}

.pointNum {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    position: absolute;
    z-index: 5;
    top: -3vw;
    left: 2.6vw;
}

.heartWrap {
    display: flex;
    justify-content: center;
    gap: 6vw;
}

.heartCont {
    width: 23%;
    position: relative;
}

.heartTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 6vw;
    white-space:nowrap;
    text-shadow: 
       2px  2px 0 var(--usedColor),
      -2px  2px 0 var(--usedColor),
       2px -2px 0 var(--usedColor),
      -2px -2px 0 var(--usedColor),
       2px  0px 0 var(--usedColor),
       0px  2px 0 var(--usedColor),
      -2px  0px 0 var(--usedColor),
       0px -2px 0 var(--usedColor);
}

.heartTxt.narrow {
    transform: translate(-50%,-50%) scale(0.9, 1);
}

.rateWrap {
    padding: 6vw 0 3vw;
}

.classFlex {
    display: flex;
    justify-content: center;
    gap: 3vw;
}

.classWrap {
    width: 22vw;
}

.classCont {
    position: absolute;
    top: -4.5vw;
    left: 50%;
    transform: translateX(-50%);
}

.classTxt01 {
    font-size: calc(100vw * 24 / 400);
    line-height: 1.1;
}

.classTxt01 small {
    font-size: 65%;
}

.classTxt02 {
    font-size: calc(100vw * 12 / 400);
}

.classTxt03 {
    font-size: calc(100vw * 34 / 400);
    line-height: 0.8;
}

.classTxt03 small {
    font-size: 55%;
}

.classTxt04 {
    font-size: calc(100vw * 11 / 400);
    background-color: #dfdfdf;
}

/*スワイパー
-------------------------------------------------------*/
.swiperWrap {
    margin: 40px auto 60px;
    position: relative;
}
.swiperWrap.areaTop{
    margin: 20px auto 60px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -1.0rem;
}
.swiper-pagination-bullet {
    background: #cbcbcb;
    opacity: 1;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.3rem!important;
}
.swiper-pagination-bullet-active {
    background: #ec5488;
}
.swiper-button-next::after, .swiper-button-prev::after {
      content: none !important;
}
.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
    z-index: 999;
}
.swiper-button-next {
	background-image: url("../img/arw_slide.png");
	transform: scale(-1, 1);
    right: 4%;
}
.swiper-button-prev {
	background-image: url("../img/arw_slide.png");
    left: 4%;
}
@media screen and (max-width: 768px) {
    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -2rem;
    }
}

.campain {
    margin-bottom: -4.5vw;
    position: relative;
    z-index: 1;
}

.campain span {
    background-color: #80b4d0;
    border-radius: 0.5rem;
    padding: 0 3vw;
    margin-bottom: 10vw;
}

.course {
    margin-top: -10vw;;
}

.ttlWrap {
    position: relative;
}

.courseTtl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}

.courseCont {
    border-radius: 1rem;
    box-shadow: 0 0px 5px rgba(0,0,0,.35);
}

.courseHead {
    background: linear-gradient(90deg, #e78989, #e5546b);
    border-radius: 1rem 1rem 0 0;
    border: var(--border);
    border-bottom: none;
    padding: 4vw;
}

.courseHead.online {
    background: linear-gradient(90deg, #61b6b1, #80b4d0);
    border: 1px solid var(--colorGreenDark);
    border-bottom: none;
}

.courseBtm {
    border: var(--border);
    border-top: none;
    border-radius: 0 0 1rem 1rem;
    padding: 4vw;
}

.courseBtm.online {
    border: 1px solid var(--colorGreenDark);
    border-top: none;
}

.kentei {
    display: flex;
    gap: 1.0vw;
}

.kenteiCont {
    position: relative;
    width: 12vw;
    height: 12vw;
    background-color: #f9e4e7;
    border-radius: 50%;
    text-align: center;
}

.kenteiTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.0;
    white-space: nowrap;
    color: #e78989;
}

.courseBdr {
    border-bottom: 1px solid #eadfd5;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
}

.courseNum {
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0 1rem;
}

.priceFlex {
    display: flex;
    /*justify-content: center;*/
    justify-content: flex-end;
    align-items: center;
}

.camPriceWrap {
    display: flex;
    align-items: flex-end;
    line-height: 1.0;
}

.camPrice {
    transform: scale(0.9,1);
}

.tax {
    display: flex;
    flex-direction: column;
    gap: 0.15vw;
    padding-bottom: 1.5vw;
}

.tp1 {
    order: 1;
}

.tp2 {
    order: 2;
}

.logo {
    width: 22.5vw;
    margin: auto;
}

.titleCampaign {
    border: 1px solid var(--usedColor);
    width: fit-content;
    margin: auto;
    padding: 0 1rem;
    border-radius: 0.5rem;
}
.priceFlex.last {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
}

/*フォーム
-------------------------------------------------------*/
.page-section {
    background-color: #f5f0ec;
    padding: 14vw 0;
    margin: 14vw 0 0;
    text-align: left;
    word-break: break-all;
}

.mailform-tbl{
	width: 100%;
	margin-bottom: 40px;
}
 
.mailform-tbl th .attention,
.mailform-tbl td .attention{
	/*font-size: 80%;*/
	margin-left: 10px;
	color: var(--colorPink);
	padding: 3px;
}
 
.mailform-tbl td{
    display: flex;
    flex-wrap: wrap;
        align-items: center;
    justify-content: flex-start;
}

.selectWrap {
    position: relative;
    width: 50%;
}

.selectWrap.wBirth {
    width: 20%;
}

.selectWrap:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(-135deg);
    font-size: 12px;
    pointer-events: none;
}

.mailform-tbl .error {
    font-size: 77%;
    color: #FFF;
    display: block;
    background: red;
    padding: 5px;
    margin: 7px 0;
}

.mailform-tbl .hbd {
	width:24%;
	margin:0 1% 0 2%;
}

.mailform-tbl .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.mailform-tbl .w100{
    width: 100%;
    margin: 12px 0 0 0;
}

.mailform-tbl ul {
	padding:0;
	margin:0;
}

.mailform-tbl ul li {
    padding: 1.5vw 0;
}

p#submit-button {
    display: flex;
}

p#submit-button input {
    background: #f11488;
    padding: 14px;
    /*font-size: 14px;*/
    color: #FFF;
    border: none;
    width: 46%;
    margin: 0 auto;
    display: block;
}

#mfp_phase_confirm button,
p#submit-button button {
    background: var(--colorPink);
    padding: 14px;
    color: #FFF;
    border: none;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.privacy {
	line-height:1.7;
}

.h3form {
	border-left: 4px solid var(--colorPink);
    /*font-size: 4.5vw;*/
    padding: 7px 0 7px 10px;
    margin: 15px 0 10px 0;
    line-height: 1.4;
}

.privacy-box {
    border: 1px solid #CCC;
    padding: 10px;
    height: 150px;
    overflow: scroll;
    background: #FFF;
    border-radius: 7px;
    margin: 10px 0;
}

p.privacy-check {
    text-align: center;
}

.mailform-tbl p {
	width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-widget.ui-widget-content {
    font-size: 16px;
}

/*サンクスページ
-------------------------------------------------------*/
.f0 {
    font-size: 14px;
}

.osThanks {
    font-size: 18px;
    margin-top: 30px;
    padding: 5px 10px;
    background-color: #faa6b8;
}

.osThanksH3 {
    border-left: 4px solid #faa6b8;
    font-size: 18px;
    padding: 7px 0 7px 10px;
    margin: 35px 0 10px 0;
    line-height: 1.4;
}

.stepFlex {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 40px;
}

.stepCont {
    width: 32%;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 20px 15px;
}

.stepNum {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #faa6b8;
    display: inline-block;
    padding: 0.25rem 5rem;
    margin-top: -23px;
    border-radius: 100px;
    line-height: 1.2;
}

.stepNum small {
    vertical-align: baseline;
}

.stepTtl {
    font-size: 20px;
    font-weight: bold;
    color: #faa6b8;
}

.stepFlex i {
    font-size: 55px;
    color: #faa6b8;
}

.stepFlex i.tel {
    transform: rotate(-45deg);
}

.stepTxt {
    font-size: 14px;
    text-align: left;
    margin-top: 1rem;
}

.txttelNum {
    font-size: 14px;
}

.openschool_head {
    display: flex;
    flex-wrap: wrap;
    background: #fbe6e9;
    padding: 10px;
    border-radius: 7px;
    max-width: 500px;
    margin: 50px auto;
}

.openschool_head .subcopy {
    text-align: center;
    width: 100%;
    font-size: 4.5vw;
    margin: 10px 0 0 0;
}

.openschool_head .maincopy {
    padding: 3px;
    background: skyblue;
    border-radius: 25px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 5vw;
}

.openschool_head .off {
    width: 100%;
    display: flex;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    align-items: flex-end;
    flex-flow: wrap;
    justify-content: center;
}

.openschool_head .off small {
    display: block;
    font-size: 70%;
    line-height: 0.5;
}

.openschool_head .off strong{
    font-size: 38px;
    color: #F76A88;
    line-height: 1.2;
}

.openschool_head .time {
    text-align: center;
    font-size: 20px;
    width: 100%;
}

.openschool_head .ctn {
    text-align: center;
    font-size: 3.2vw;
    width: 100%;
}

.youtube {
    max-width: 600px;
    aspect-ratio: 16 / 9;
    margin: auto;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .osThanks {
        font-size: 3.5vw;
        padding: 5px 5px;
    }
    .stepFlex {
        flex-flow: wrap;
        gap: 7vw;
        margin: 30px 0 30px;
    }
    .stepCont {
        width: 100%;
    }
    .stepNum {
        display: block;
        padding: 0.25rem 0;
        margin-top: -16px;
        font-size: 4.2vw;
    }
    /*br {
        display: none;
    }*/
    .stepTtl {
        font-size: 4.2vw;
    }
    .stepTxt {
        font-size: 3.6vw;
    }
    .stepFlex i {
        font-size: 12vw;
    }
    .txttelNum {
        font-size: 3.3vw;
    }
    .osThanksH3 {
        font-size: 3.5vw;
    }
    .openschool_head .time {
        font-size: 4vw;
    }
}

.thanksH3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.thanksSns {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.thanksSns p {
    width: 60px;
}

@media screen and (max-width: 768px) {
    .thanksH3 {
    }
    .thanksSns {
        gap: 0.5rem;
    }
    .openschool_head.thanksHead .off {
        font-size: 4.2vw;
    }
}

@media screen and (max-width: 570px) {
    .thanksH3 {
        font-size: 3.8vw;
    }
}

@media screen and (min-width: 769px) {
  .school-btn {
      width: 430px;
  }
}




























