@charset "UTF-8";


.home .youtube-bunner {
    position: absolute;
    bottom: 30px;
    right: 70px;
}

* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
body {
	font-family: "Midashi Go MB31", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	height:auto;
}
.sp {
	display: none !important;
}
header {
    width: 100%;
    background: none;
    position: fixed;
    z-index: 9999;
}
.header-inner{
    display: flex!important;
    align-items: start;
    justify-content: space-between;
    height: 70px;
    overflow: hidden;
}
@media (max-width: 800px){
    .header-inner{
        height:55px;
    }
}
.fadeindown {
    opacity: 0;
}
.fadeInDown {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:0.7s;
    -ms-animation-duration:0.7s;
    animation-duration:0.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
    animation-delay: 0s;
}
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-8px); }
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

html.is-fixed,
html.is-fixed body {
    height: 100%;
    overflow: hidden;
}

.logoImg {
	margin: 0;
	position: relative;
}
.logoImg a {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.iconList {
    display: flex;
    position: absolute;
    right: 25px;
    align-items: center;
    top: 17px;
}
.iconList li {
    padding: 0px 10px;
    outline: none;
}
.access {
    position: absolute;
    top: 8px;
    right: 55px;
}
.search {
    position: relative;
}
.balloons {
    position: absolute;
    left: 71px;
    top: 53px;
    padding: 20px 20px;
    background-color: #000000c2;
    width: 250px;
    z-index: 1000;
}
.balloons form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.balloons input {
    width: 70%;
    padding: 0px 5px;
    border-radius: 5px 0 0px 5px;
    border: 0;
    font-size: 10px;
    height: 30px;
}
.balloons button {
    background-color: #E85F84;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    width: 52px;
    color: #fff;
    font-weight: bold;
    border-radius: 0 5px 5px 0px;
    letter-spacing: 1px;
    padding: 0px 5px;
    margin-left: -5px;
    height: 30px;
    font-size: 12px;
}
main {
	color: #393939;
}
.fixedBnrBox {
    display: flex;
    align-items: center;
    position: fixed;
    right: 0;
    top: 145px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 10000;
    color: white;
    font-weight: bold;
    font-size: 14px;      
}
.fixedBnrBox div {
    position: relative;
    display: flex;
    align-items: center;
    width: 42px;
    justify-content: center;
}
.fixedBnrBox div br {
    display: none;
}
.fixedBnrBox div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixedOc {
    border-radius: 10px 0 0px 0px;
    height: 220px;
    background: #00C99B;
}
.fixedKobetsu {
    height: 144px;
    background: #C39DF7;
}
.fixedshiryou {
    border-radius: 0px 0 0px 10px;
    height: 100px;
    background: #E85F84;
}


/*スライダーのスタイルここから*/
.bx-wrapper{
   box-shadow: none!important;
   border: 0!important;
   overflow:hidden!important; /* 画面幅からでないように */
}
.bx-wrapper img {
	width: 100%;
}
.bx-viewport{
  overflow:visible!important; /* 両サイドに前後の画像を表示させる */
  width: 100%!important;             /* 画像の幅（表示させる幅） */
  margin: 0 auto;             /* 画面中央にする */
}
.bxslider li{
  width: 1400px;  /* 画像サイズと同じ（画像をくっつけて表示させる場合） */
}
/*スライダーのスタイルここまで*/

.mainImg {
    width: 100%;
    position: relative;
    padding-top: 0;
}
.mainCopy {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}
.mainCopy img {
	position: absolute;
}
.mainCopy img:first-child {
	top: 100px;
}
.mainCopy img:last-child {
    right: 0;
    top: 273px;
}

/*@media (max-width: 1400px){
	.bx-wrapper img {
	    width: auto!important;
	    max-width: unset!important;
    }
}*/

/*背景色の設定ここから*/
.section1 {
    margin-top: -60px;
	background: #fff;
}
.section2, .section3 {
    background: #fff;
}

/*背景色の設定ここまで*/


/*グローバルナビゲーション*/
.navBox {
    position: relative;
	cursor: pointer;
}
.navBtn {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
}
.navBtn>p {
    font-size: 16px;
    margin-top: 12px;
    font-weight: bold;
    letter-spacing: 0.10em;
    color: #393939;
}
.navBtn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
nav .nav {
    position: relative;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ffbbcd;
    background:#fff;
}
nav .nav li {
    border-left: 1px solid #ffbbcd;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .nav li:first-child {
	border-left: none;
}
nav .nav a {
  display: block;
  line-height: 1;
  z-index: 1;
}

nav .nav a {
  padding: 0.5em 0;
  font-size: 13px;
  color: #0071b9;
  text-align: center;
}
.subBox {
	display: none;
	position: absolute;
	left: 0;
	top: 180px;
	width: calc(100% * 6);
	z-index: 3;
	background-color: #e86084e0;
    padding: 20px 0;
}
.navBox:nth-child(2) .subBox {
    margin-left: calc(100% / -1 - 1px);
}
.navBox:nth-child(3) .subBox {
    margin-left: calc((100% / -1) * 2 - 2px);
}
.navBox:nth-child(5) .subBox {
    margin-left: calc((100% / -1) * 4 - 4px);
}
.nav .subBox li {
    height: auto;
    padding: 25px 0;
    width: calc((100% / 4) - 3px);
    text-align: center;
    border-left:none;
    box-sizing: unset;
}

.nav .subBox li:hover {
    opacity: .8;
}
.sub {
    display: flex;
    flex-flow: wrap;
    max-width: 1220px;
    margin: 0 auto;
}
nav .navBox:nth-child(2) .sub {
    justify-content: center;
}
.sub img {
    max-width: 240px;
    margin-bottom: 8px;
}
.sub li {
	border: none;
    position: relative;
}
.sub li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sub li div {
	text-decoration: none;
	color: white;
}
.sub li div:hover {
  opacity: 1;
}

.fixed {
    background: #fff;
    position: fixed;
    top: 70px;
    z-index: 100;
    width: 100%;
    border-top: 1px solid #E86286;
}

.globalnav{
    background: #fff;
}

.fixed>nav>.nav>li,.globalnav .navBox {
    height: 55px;
}
.fixed .navBtn,.globalnav .navBtn {
    flex-flow: row;
    justify-content: center;
}
.fixed .navBtn img,.globalnav .navBtn img {
    width: 30px;
}
.fixed .navBtn>p ,.globalnav .navBtn>p{
    margin-top: 0;
    margin-left: 15px;
}
.fixed .subBox,.globalnav .subBox {
    top: 56px;
}

.home h2 {
    font-family: 'Playball', cursive;
    font-size: 60px;
    font-weight: 200;
    text-align: center;
    margin-top: 100px;
    color: #E85F84;
}
.home h2 span {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 16px;
    display: block;
    color: #393939;
    font-style: normal;
    letter-spacing: 0.20em;
}
/*ニュースリスト*/
.newsList {
    max-width: 940px;
    margin: 35px auto 0 auto;
}
.newsList li {
	position: relative;
    display: flex;
    align-items: center;
    padding-right: 50px;
    border-bottom: 1px solid rgba(102,102,102, .5);
    padding: 20px 50px 20px 0;
}
.newsList li a {
    text-decoration: none;
    color: #393939;
    display: flex;
    line-height: 1.64;
}
.newsList span {
    color: #E85F84;
    margin-right: 30px;
    display: block;
}
.newsList img {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    background-color: #E85F84;
    border-radius: 16px;
    font-size: 12px;
    height: 32px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
    margin-top: 30px;
    color:#fff;
}
.btn1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn1:before {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 4px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 6px white;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -4px;
}

.iconList2 {
    display: flex;
    max-width: 330px;
    justify-content: space-between;
    margin: 30px auto;
}
.iconList2 img {
    width: 60px;
}

.ocBox {
    position: relative;
    max-width: 1040px;
    margin: 160px auto 0;
    background-color: #000000;
    height: 500px;
    border-radius: 10px;
}
.ocImg {
    position: absolute;
    border-radius: 10px;
    left: -180px;
    top: -100px;
}
.ocImg .filter {
    position: absolute;
    width: 700px;
    height: 100%;
    background: #000;
    opacity: 0.6;
    border-radius: 10px;
}
.ocImg img {
    display: block;
    margin: 20px;
    border-radius: 10px;
}
.ocImg p {
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
    line-height: 1.12;
    flex-flow: column;
    font-style: italic;
    font-weight: 600;
}
.ocImg p span {
    color: #E85F84;
}
.ocCalendar {
    font-family: "Gothic MB101 Bold";
    font-weight: bold;
    width: 450px;
    position: absolute;
    right: 50px;
}
.ocCalendar h2 {
    font-size: 24px;
    line-height: 3;
    letter-spacing: 0.05em;
}
.ocCalendar h2 span {
    color: #E85F84;
}

.nextOc {
    position: relative;
    background-color: #E85F84;
    width: 100%;
    height: 60px;
    border-radius: 10px;
}
.nextOc p {
    margin-left: 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.nextOc a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.arrow {
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    right: 14px;
    width: 100px;
    height: 2px;
    background: black;
}
.arrow::after{
    right: 15px;
    width: 14px;
    height: 14px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ocBox .btn1 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    background-color: white;
    color: black;
}
.ocBox .btn1:before {
    border-left: solid 6px black;
}

#calendar {
    display: flex;
    margin-bottom: 30px;
}
#calendar table th {
    font-size: 12px;
    padding-bottom: 6px;
    color: #173a73;
}
#calendar caption {
    color: white;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-size: 16px;
}
#calendar table {
    margin-right: 15px;
    width: 300px;
    height: 179px;
    background: rgba(255,255,255,.8);
    color: black;
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
}
#calendar td {
    font-size: 13px;
}
.event_day {
    background-color: #173a73;
    display: block;
    border-radius: 5px;
}
.event_day a {
    color: white;
    text-decoration: none;
    font-size: 13px;
}

.onEveBox {
    max-width: 940px;
    background-color: white;
    border-radius: 10px;
    padding: 50px;
    margin: 40px auto 0 auto;
    color: #163971;
    text-align: center;
}
.onEve {
    font-family: "Gothic MB101 Bold";
}
.onEveBox .onEve h2 {
    font-size: 60px;
    color: #163971;
    font-weight: 600;
    margin-top: 0;
}
.onEve h2 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    letter-spacing: 0.05em;
}
.onEve h2 span, .onEveKobetsu h2 span {
    color: #E85F84;
}
.onEve p {
    font-weight: bold;
    letter-spacing: 0.02em;
}
.onEveBox hr {
    margin: 30px 0 40px 0;
}
.onEveKobetsu h2 {
    font-family: "Gothic MB101 Bold";
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
.onEveKobetsu p {
    font-weight: bold;
    color: black;
    line-height: 2;
    letter-spacing: 0.02em;
}
.onEveBtn {
    display: flex;
    max-width: 640px;
    margin: 0 auto;
    color: white;
}
.onEveBtn .btn1 {
    width: 100%;
}
.onEveBtn .btn1:last-child {
    background-color: #144D7E;
}

.pamphletBox {
    display: flex;
    max-width: 940px;
    margin: 20px auto 0 auto;
    justify-content: space-between;
}
.btn2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    text-align: center;
    background-color: #E85F84;
    border-radius: 16px;
    font-size: 16px;
    font-weight: bold;
    height: 80px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
    margin-top: 30px;
    width: 100%;
    letter-spacing: 0.2em;
    color:#fff;
}
.btn2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn2 img, .btn2 picture {
    width: 178px;
    margin-left: -40px;
    margin-right: 20px;
}
/*.btn2:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 4px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 6px white;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -4px;
}
*/

.btn2::before,
.btn2::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.btn2::before{
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
}
.btn2::after{
    right: 20px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 6px solid transparent;
    border-left: 9px solid #163971;
}


.subjectImg {
    height: 400px;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 2.5;
}
.subjectImg p {
    margin-top: 40px;
}
.subjectImg span {
    color: #E85F84;
}

.courseBox {
    display: flex;
    margin: -220px auto 0 auto;
    justify-content: center;
}
.course {
    max-width: 280px;
    background-color: #fff;
    margin-right: 40px;
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.2));
}
.course-name {
        display: block;
    margin: 20px auto;
}
.course:last-child {
    margin-right: 0;
}
.courseText {
    padding: 15px 20px 25px 20px;
}
.courseText h2 {
    font-size: 22px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.courseText h3 {
    color: #E85F84;
    font-size: 16px;
    line-height: 1.63;
}
.courseText p {
    line-height: 1.71;
    margin-top: 10px;
}
.courseText .btn1 {
    margin-top: 20px;
}
.courseText .btn1:before {
    border-left: solid 6px #fff;
}

.pointBox {
    margin: 100px auto 0;
    max-width: 1200px;
}
.point {
    margin-top: 60px;
    position: relative;
}
.point img{
position: absolute;
z-index: 1;
top:-40px;
left: 0;
} 
.rp img{
top:-40px;
right: 0;
left:auto;
} 
.point .pointText {
    max-width: 520px;
    height: 470px;
    margin-left: 450px;
    padding-left: 280px;
    padding-right: 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #fff;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
}
.rp .pointText {
        margin-right: 470px;
        margin-left:0;
    padding-right: 250px;
    padding-left: 80px;
}
.point h2 {
    text-align: left;
    font-size: 32px;
    margin:0 0 20px;
    letter-spacing: 0.06em;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    color:#393939;
    z-index: 1;
}
.point h2 span {
    color: #E85F84;
    font-size: 32px;
    display: inline;
    letter-spacing: 0.06em;
}
.point h3 {
    font-size: 18px;
    color: #E85F84;
    line-height: 1.56;
    letter-spacing: 0.10em;
    margin-bottom: 20px;
}
.point p {
    line-height: 2;
    max-width: 420px;
    word-break: break-all;
}
.point .pointText .btn1 {
    width: 100%;
    margin: 30px 0 0 0;
    color: #fff;
}
.point .pointText .btn1:before {
    border-left: solid 6px #fff;
}
.point:nth-child(2) .pointText .btn1:last-child {
    margin-top: 10px;
    background-color: white;
}

.topicsBox h2 {
    margin-top: 80px;
    margin-bottom: 40px;
}

/* バナースライダーの設定ここから */
.bnrImg .bx-viewport {
    max-width: 480px!important;
}
.bnrImg .bx-prev {
  background-image: url(../images/prev.svg)!important;
}
.bnrImg .bx-next {
  background-image: url(../images/next.svg)!important;
}
.bnrImg .bx-wrapper .bx-controls-direction a {
    width: 80px!important;
    height: 80px!important;
    background-position: center!important;
    background-size: cover!important;
}
.bnrImg .bx-wrapper {
    margin-bottom: 0;
}
.bnrImg .bx-wrapper .bx-controls-direction a {
    margin-top: -40px;
}
/* バナースライダーの設定ここまで */

.blogBox {
    padding-top: 80px;
    padding-bottom: 0;
}
.blogBox h2 {
    margin-top: 0;
    margin-bottom: 50px;
}
.blogList {
    display: flex;
    max-width: 940px;
    margin: 0 auto;
    justify-content: space-between;
}
.blogImg img {
    object-fit: cover;
    height: 195px;
}
.blog {
    position: relative;
    background-color: white;
    max-width: 300px;
    border-radius: 20px;
    font-weight: bold;
    background: linear-gradient(#FFF4F4,#FFE2EF );
}
.blog a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.blog img, .blog span, .blog p {
    padding: 0 20px;
    width: calc(100% - 40px);
}
.blog img {
    width: 260px;
}
.blog span {
    color: #E85F84;
    padding: 20px 20px 10px 20px;
    display: block;
}
.blog p {
    color: black;
    padding-bottom: 30px;
}
.blogImg {
    height: 173px;
    overflow: hidden;
}
.snsImg {
    background:#E85F84;
    height: 425px;
    background-size: cover;
}
.snsbg {
    background-color: #E85F84;
    padding: 20px 0;
}
.snsbg p{
    font-size: 16px;
    margin:10px 0 30px;
}

.snsBox {
    position: relative;
    padding-bottom: 180px;
    background: #fff;
    background: url(../images/bg1.png) no-repeat 0 0;
    background-position: center -40px;
    background-size: cover;
}
.webp .snsBox {
    position: relative;
    padding-bottom: 180px;
    background: #fff;
    background: url(../images/bg1.webp) no-repeat 0 0;
    background-position: center -40px;
    background-size: cover;
}
.snsCont {
    text-align: center;
    padding-top: 150px;
}
.snsBox .snsCont h2 {
    color: #393939;
    margin-top: 0;
    margin-bottom: 25px;
}
.snsCont p {
    font-size: 16px;
}
.snsCont .snsText {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
}
.snsCont .snsText span {
    color: #E85F84;
}
.snsApiBox {
    width: 940px;
    height:540px;
    display: flex;
    right: 0;
    justify-content: space-between;
    margin: 50px auto -150px;
}
.snsApi {
    max-width: 260px;
    background: linear-gradient(#FFF4F4,#FFE2EF );
    border-radius: 5px;
    text-align: center;
    padding: 0 20px 20px 20px;
}
.snsApi h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    padding: 20px 0;
    letter-spacing: 0.10em;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.snsApi h2 img{
    width: 30px;
    margin-right: 10px;
}
.snsApi .btn1 {
    background-color: #E85F84;
    color: white;
    margin-top: 5px;
}
.youtube iframe {
    width: 100%;
    height: 177px;
    margin-bottom: 15px;
}
.youtube div:hover {
    opacity: .8;
}
#fbiframe {
    height:420px;
}
footer {
    background:#fff !important;
}
footer nav {
    background: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
footer nav ul {
    display: flex;
}
footer nav ul li {
    padding: 0px 10px;
    border-right: 1px solid #393939;
}
footer nav ul li:last-child {
    border-right: 0;
}
footer nav ul li a {
    color: #393939;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
footer nav ul li a:hover {
    color:#393939 !important;
    text-decoration: underline;
}

.infoBox1 {
    background-image: url(../images/info.jpg);
    height: 388px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.webp .infoBox1 {
    background-image: url(../images/info.webp);
}
.inquiryBox {
    margin-right: 145px;
    color: white;
    max-width: 480px;
}
.inquiryBox p {
    font-weight: bold;
    font-family: "Gothic MB101 Bold";
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #393939;
}
.inquiryBox>p:first-child {
    color: #393939;
    font-size: 24px;
    margin-bottom: 15px;
}
.tel {
    background-color: #E85F84;
    color: #fff;
    padding: 10px 0;
    margin: 20px 0 30px 0;
    width: 100%;
}
.tel img {
    margin-right: 15px;
}
.tel p {
    font-size: 28px !important;
    line-height: 1.2;
    color: #fff;
}
.tel p span {
    display: block;
    font-size: 14px;
}
.btn3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.btn3 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn3:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 9px #fff;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -6px;
}
.requestBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.requestBtn {
    background-color: #393939;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    max-width: 240px;
    padding: 15px 0;
    width: 100%;
    margin-left: 15px;
}
.infoBox1>div:last-child {
    margin-top: 5px;
}

.infoBox2 {
    background-color: #FAE5EE;
    color:#393939;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 100px 0;
}
.infoBox2>img {
    margin-bottom: 20px;
}
.infoBox2>p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.infoBox2 span {
    margin-left: 31px;
    font-size: 14px;
}
.infoBox2 span img {
    margin-right: 10px;
}
.infoBox2 nav {
    background: none;
    height: auto;
    margin-top: 20px;
}
.infoBox2 nav ul li a, .infoBox3 nav ul li a {
    color: black;
    text-decoration: none!important;
}
.infoBox2 nav ul li, .infoBox3 nav ul li {
    border-right: 1px solid black;
}

.infoBox3 {
    padding: 75px 0;
    border-bottom: 1px solid #DDDDDD;
}
.infoBox3 nav {
    height: auto;
    background: none;
}
.infoBox3 nav li span a {
    color: #E85F84;
}
.infoBox3 nav:first-child ul {
    margin-top: 0!important;
}
.infoBox3 nav:first-child ul li a {
    font-size: 14px;

}
.infoBox3 nav ul:first-child {
    margin: 30px 0 20px 0;
}

.infoBox4 {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 30px 0;
    color:#393939;
}

.movYoutube {
    max-width: 720px;
    margin: 0 auto!important;
}

@media (max-width: 1040px) {
.home .youtube-bunner {
    position: absolute;
    right: 70px;
    width: 280px;
    bottom: 0px;
}

    .mainCopy img:last-child {
        right: 20px;
    }
    .mainCopy img:first-child {
        left: 20px;
    }
    .courseBox {
        margin: -220px 20px 0 20px;
    }
    .course {
        margin-right: 20px;
    }
    .blogList {
        flex-flow: column;
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .blog {
        max-width: unset;
        margin-bottom: 5px;
        border-radius: 0;
        display: flex;
        overflow: hidden;
    }
    .blog:first-child {
        border-radius: 10px 10px 0px 0px;
    }
    .blog:last-child {
        border-radius: 0px 0px 10px 10px;
    }
    .blog img, .blog span, .blog p {
        padding: 0;
        font-size: 12px;
        font-weight: bold;
    }
    .blogImg img {
        height: 125px;
    }
    .blog .blogImg {
        height: 110px;
    }
    .blog div:last-child {
        display: flex;
        flex-flow: column;
        margin: 13px 10px 13px 10px;
        justify-content: center;
        width: 100%;
    }
    .inquiryBox {
        margin-right: 45px;
        margin-left: 20px;
    }
    .pamphletBox {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin: 0 20px;
        margin-top: 20px;
    }
    .newsList {
        margin: 35px 0px 0 20px;
    }
    .sub img {
        max-width: 170px;
    }
}

@media (max-width: 1024px){
    .pointBox {
        margin: 180px 0 0;
    }
    .point {
        flex-flow: column!important;
        background: #fff;
        display: flex;
    }
    .point:nth-child(2), .point:nth-child(3) {
        margin-top: 150px;
    }
    .point .pointImg01, .point .pointImg02, .point .pointImg03 {
        height: 250px;
        width: calc(100% - 40px);
        margin: -120px 20px 0 20px;
        border-radius:10px 10px 0 0;
    }
    .point img{
    	position: unset;
    	border-radius: 10px 10px 0 0;
    	    width: 100%;
    display: block;
    margin: -160px auto 0;
    }
    .point .pointText {
            margin: -130px 20px 0 20px;
        max-width: unset;
        padding: 0 0 30px;
        height: auto;
        background:none;
        filter:unset;
    }
    .point h2 {
        background-color: #ffffffb3;
    padding: 30px 10px 50px;
    font-size: 22px;
    margin-bottom: 10px;
    color: #393939;
    font-weight: bold;
    }
    .point h2 span {
    	color:#E85F84;
    	font-size: 32px !important;
    	display: inline;
    	letter-spacing: 0.06em;
    }
    .point h3 {
        font-size: 15px;
        line-height: 1.87;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .point .pointText .btn1 {
        margin: 0 auto;
    }
}

@media (max-width: 800px){
    main {
        margin-top: 0;
    }
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}

    header {
        height: 55px;
        position: fixed;
        z-index: 9999;
        top: 0;
    }

    .logoImg {
        margin: 0;
    }

    .home .logoImg img {
        padding: 0px;
        width: 400px;
        margin-left: -1px;
    }

    .logoImg img {
        width: 260px;
        padding: 7px 0 0 8px;
    }

    /* ドロワーメニュー */
    .global {
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        background: #fff;
        transform: translateX(100%);
        transition: all 0.3s;
        width: 100%;
        height: 100%;
        display: block;
        }
        .global .spNav {
        margin: 0 auto;
        padding: 0;
        width: auto;
        display: block;
        margin-top: 20px;
        margin-bottom: 140px!important;
    }
    .spNav {
        margin:70px 5% 0 !important;
    }
    .spNav li {
        padding: 0 5%;
        margin: 20px 0;
    }
    .spNav li a {
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        display: block;
        color: #393939;
        border-bottom: solid 1px #E85F84;
    }

    /* アコーディオンメニュー */
    .accordion-container .accordion-title {
        position: relative;
        margin: 0;
        padding: 20px;
        font-size: 1.25em;
        font-weight: normal;
        color: #393939;
        cursor: pointer;
        border-bottom: solid 1px #E85F84 !important;
    }
    .accordion-container .accordion-title::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 25px;
      width: 15px;
      height: 2px;
      /*縦線に*/
      transform: rotate(90deg);
      background: #E85F84;
      transition: all .3s ease-in-out;
    }
    .accordion-container .accordion-title::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 25px;
      /*横線*/
      width: 15px;
      height: 2px;
      background: #E85F84;
      transition: all .2s ease-in-out;
    }
    .accordion-container .accordion-title.open::before {
      transform: rotate(180deg);
    }
    .accordion-container .accordion-title.open::after {
      opacity: 0;
    }
    .accordion-content {
        background-color: #FEF3F4;
    }
    /* CSS for CodePen */
    .accordion-container {
      width: 300px;
      margin: 0 auto;
    }
    .accordion-content a {
        display: flex!important;
        align-items: center;
        color: #393939;
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 20px;
        width: 100%;
        height: 100%;
        display: block;
    }
    .accordion-content p {
        position: relative;
        padding: 25px 0px;
        border-bottom: 1px solid rgba(255,255,255, .5)!important;
        margin-bottom: 0;
    }

    .navToggle {
        display: block;
        position: fixed;
        right: 10px;
        top: 8px;
        cursor: pointer;
        z-index: 3;
        text-align: center;
        color: #333 !important;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        background: #E85F84;
    }

    .navToggle span {
        display: block;
        position: absolute;
        border-bottom: solid 2.5px #fff;
        border-radius: 3px;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 8px;
    }
    .navToggle span:nth-child(1) {
        top: 11px;
        width: 20px;
    }

    .navToggle span:nth-child(2) {
        top: 17px;
        width: 20px;
    }

    .navToggle span:nth-child(3) {
        top: 23px;
        width: 20px;
    }
    .navToggle span:nth-child(4) {
        border: none;
        color: #000;
        font-size: 9px;
        top: 29px;
        left: 20px;
    }
    .navToggle.active span:nth-child(1) {
        top: 17px;
        left: 7px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navToggle.active span:nth-child(2),.navToggle.active span:nth-child(3) {
        top: 17px;
        left: 8px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navToggle.active span:nth-child(3) {
        opacity: 0;
    }
    .global.active {
        transform: translateX(0%);
        overflow: scroll;
        overflow-x: hidden;
    }
    .global.active::-webkit-scrollbar {
        display: none;
    }

    .fixedBnrBox {
        top:auto;
        bottom: 0;
        -ms-writing-mode: tb-rl;
        writing-mode: unset;
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-flow: column;
    }
    .fixedBnrBox div {
        width: 100%;
    }
    .fixedOc {
        border-radius: 0px;
        height: 50px;
        background: #00C99B;
        width: 50%!important;
    }
    .fixedKobetsu {
        height: 50px;
        background: #C39DF7;
        width: 25%!important;
    }
    .fixedshiryou {
        border-radius: 0px;
        height: 50px;
        background: #E85F84;
        width: 25%!important;
    }
    .fixedBnrBox div br {
        display: block;
    }
    .fixedBnrBox div {
        text-align: center;
        line-height: 1.23;
        font-size: 13px;
    }

    .fixedBnrBox .iconList {
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        height: 50px;
        justify-content: center;
        align-items: center;
        position: unset;
    }
    .fixedBnrBox .iconList img, .fixedBnrBox .iconList input {
        width: 28px;

    }
    .fixedBnrBox .iconList a {
        position: unset;
    }

    .fixedBnrBox .balloons {
        position: absolute!important;
        left: 0;
        top: -110px;
        padding: 15px 20px;
        border-radius: 0;
        /*width: calc(100% - 40px);*/
        width: 100%;
        display: block;
    }
    .fixedBnrBox .balloons form input {
        width: 40%;
    }

    /*スライダーのスタイル*/
    .bx-viewport {
        overflow: visible!important;
        width: 100%!important;
        margin: 0 auto;
    }
    .bx-wrapper {
        margin-bottom: 0!important;
    }
    .bx-wrapper img {
        width: 100vw!important;
    }
    .mainCopy {
        top: -10px;
        left: 20px;
    }
    .mainImg p {
        padding: 55px 20px 110px 20px;
        background: linear-gradient(90deg, #1069aa 0%, #163971 100%);
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.30em;
        line-height: 2.13;
        text-align: center;
    }
    .mainCopy img:first-child {
        width: 34%;
        bottom: 80px;
        left: 20px;
    }
    .navBtn {
        flex-flow: nowrap;
        justify-content: center;
    }
    .navBtn>p {
        font-size: 13px;
        margin-top: 0;
        font-weight: bold;
        letter-spacing: 0.10em;
        margin-left: 20px;
    }
    nav .nav {
        border-top: 1px solid rgba(255,255,255, .5);
        flex-flow: wrap;
        border-bottom: 0;
    }
    nav .nav li {
        width: calc((100% / 2) - 1px);
        border-bottom: 1px solid #ffbbcd !important;
        height: 70px;
    }
    nav .nav li:nth-child(odd) {
        border-left: 0!important;
    }
    nav .nav li:nth-child(n+5) {
        border-bottom: 0;   
    }
    
    .nav .subBox li:last-child {
        border-bottom: 3px solid #de4a72 !important;
    }
    .nav .subBox li:nth-child(-n+2) {
        border-top: 1px solid rgba(255,255,255, .5);
    }
    .nav .subBox li:nth-child(odd) {
        border-right: 1px solid rgba(255,255,255, .5);
    }

    .targetnav ul li{
        width: calc((100% / 2) - 1px);
        padding: 0 !important;
        border-bottom: 1px solid rgba(255,255,255, .5)!important;
    }

    .targetnav ul li:nth-child(even) {
        border-right: 0 !important;
    }

    .targetnav ul li a{
        text-align: center !important;
        display: block;
        padding:10px 0;
    }

    .targetnav ul{
        margin-bottom:0px !important;
        border-bottom:0px !important;
        padding:0px !important;
    }

    .sub {
        flex-flow: wrap;
    }
    .sub li div {
        line-height: 1.3;
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    .sub img {
        max-width: 75px;
        margin-bottom: 0;
    }
    .sub li div p {
        width: 110px;
        margin-left: 8px;
        text-align: left;
    }
    .subBox {
        top: 70px;
        width: 100vw;
        padding: 0;
    }

.fixed {
    background: unset;
    position: unset;
    top: unset;
    z-index: unset;
    width: unset;
    border-top: unset;
}
.fixed>.nav>li {
    height: unset;
}
.fixed .navBtn {
    flex-flow: unset;
    justify-content: unset;
}
.fixed .navBtn img {
    width: unset;
}
.fixed .navBtn>p {
    margin-top: unset;
    margin-left: unset;
}
.fixed .subBox {
    top: unset;
}

    .navBox:nth-child(2) .subBox, .navBox:nth-child(3) .subBox, .navBox:nth-child(5) .subBox {
        margin-left: 0;
    }
    .navBox:nth-child(even) .subBox {
        left: -101%;
    }
    .newsList {
        margin: 20px 0px 0 20px;
    }
    .newsList li a {
        flex-flow: column;
        font-size: 13px;
    }
    .home h2 {
        font-size: 35px;
        margin-top: 40px;
    }
    .home h2 span {
        font-size: 13px;
    }
    #calendar {
        flex-flow: column;
        max-width: 400px;
        margin: 0 auto;
    }
    .onEveBox {
        border-radius: 0;
        padding: 40px 20px 50px 20px;
        margin: 0px auto 0 auto;
    }
    .onEveKobetsu h2 {
        font-size: 16px;
    }
    .ocImg {
        position: relative;
        left: unset;
        bottom: unset;
        top: -100px;
        margin: 0 20px;
    }
    .ocImg .filter {
        top: -10px;
        width: 100%;
        border-radius: 10px 10px 0 0;
        height: 110%;
    }
    .ocBox {
        position: unset;
        height: auto;
        margin: 170px ​auto 0;
        padding-bottom: 50px;
        border-radius: 0;
    }
    .ocCalendar {
        width: auto;
        position: unset;
        margin-top: -80px;
        text-align: center;
    }
    .ocCalendar h2 {
        font-size: 18px;
    }
    #calendar table {
        margin-right: 0;
        width: auto;
        height: 200px;
        margin: 0 30px;
        margin-bottom: 55px;
    }
    .arrow::before {
        width: 50px;
     }
    .nextOc {
        height: 50px;
        width: calc(100% - 20px);
        margin-left: 20px;
        border-radius: 10px 0 0 10px;
    }
    .nextOc p {
        font-size: 16px;
    }
    .ocImg img {
        margin: 0;
        border-radius: 0;
        width: 100%;
    }
    .ocImg p {
        font-size: 45px;
        line-height: 1;
    }
    .ocBox .btn1 {
        position: relative;
        bottom: 0;
    }
    .onEveBtn {
        flex-flow: column;
    }
    .onEveBox .onEve h2 {
        font-size: 45px;
    }
    .onEve h2 {
        font-size: 18px;
    }
    .onEveKobetsu p {
        font-size: 13px;
        line-height: 1.77;
        margin-bottom: 10px;
    }
    .onEveBtn .btn1 {
        margin-top: 20px;
    }
    .pamphletBox .btn2 {
        font-size: 13px;
        height: 60px;
    }
    .pamphletBox .btn2::before, .btn2::after {
        right: 10px;
    }
    .btn2 img,.btn2 picture {
        width: 148px;
    }
    .subjectImg {
        height: auto;
        font-size: 15px;
        margin-top: 30px;
    }
    .subjectImg p {
        margin-top: 0;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        line-height: 1.87;
        margin: 0 20px;
    }
    .courseBox {
        margin: 20px auto 0 auto;
        flex-flow: wrap;
        justify-content: space-between;
    }
    .course {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        border-radius: 0;
        margin-bottom: 20px;
        padding-top: 0;
        overflow: hidden;
    }
    .course-name {
        margin:20px 0 20px 20px;
    }
    .course img {
        width: auto;
    }
    .courseText h2 {
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
        line-height: 1.38;
    }
    .courseText h3 {
        font-size: 13px;
        line-height: 1.54;
    }
    .courseText p {
        line-height: 1.54;
        margin-top: 10px;
        font-size: 13px;
    }
    /* .pointBox {
        margin: 180px 0 0;
    }
    .point {
        flex-flow: column!important;
        background: #fff;
        display: flex;
    }
    .point:nth-child(2), .point:nth-child(3) {
        margin-top: 150px;
    }
    .point .pointImg01, .point .pointImg02, .point .pointImg03 {
        height: 250px;
        width: calc(100% - 40px);
        margin: -120px 20px 0 20px;
        border-radius:10px 10px 0 0;
    }
    .point img{
    	position: unset;
    	border-radius: 10px 10px 0 0;
    	    width: 100%;
    display: block;
    margin: -160px auto 0;
    }
    .point .pointText {
            margin: -130px 20px 0 20px;
        max-width: unset;
        padding: 0 0 30px;
        height: auto;
        background:none;
        filter:unset;
    }
    .point h2 {
        background-color: #ffffffb3;
    padding: 30px 10px 50px;
    font-size: 22px;
    margin-bottom: 10px;
    color: #393939;
    font-weight: bold;
    }
    .point h2 span {
    	color:#E85F84;
    	font-size: 26px;
    	display: inline;
    	letter-spacing: 0.06em;
    }
    .point h3 {
        font-size: 15px;
        line-height: 1.87;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .point .pointText .btn1 {
        margin: 0 auto;
    } */
    .topicsBox h2 {
        margin-top: 80px;
        margin-bottom: 30px;
    }
    .blogBox {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .blogBox h2 {
        margin-bottom: 30px;
    }
    .bnrImg ul {
        text-align: center;
        margin: 0 20px;
    }
    .bnrImg li {
        margin-bottom: 10px;
    }
    .bnrImg li:last-child {
        margin-bottom: 0;
    }
    .bnrImg li img {
        border-radius: 10px;
    }
    .youtube iframe {
        width: 47%;
        height: 177px;
    }
    .snsCont .snsText span {
        color: #E85F84;
        display: block;
    }
    .snsCont p {
        font-size: 13px;
    }
    .snsApiBox {
        width: 100%;
        flex-flow: wrap;
        position: unset;
        margin-top: 90px;
    }
    .snsApi {
        max-width: 100%;
        border-radius: 0;
        margin-bottom: 40px;
        width: 100%;
    }
    .snsApi:nth-child(n+2) {
        width: 42%;
    }
    .snsCont {
        margin: 0;
        position: unset;
        padding-top: 50px;
     }
    .snsCont .snsText {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.75;
    }
    .snsBox {
        padding-bottom: 10px;
            background-position: center -20px;
     }
    .snsImg {
        height: 160px;
    }

    .infoBox2 {
        padding: 30px 20px;
    }

    .infoBox2 nav {
        width: calc(100% + 40px);
    }

    .infoBox2 nav ul li, .infoBox3 nav ul li {
        font-size: 10px;
        text-align: center;
        width: 100%;
        border-right: 1px solid #aaa;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        padding: 15px 0;
        position: relative;
        height: 55px;
    }
    .infoBox2 nav ul li a, .infoBox3 nav ul li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer nav ul {
        width: 100%;
    }
    .infoBox1 {
        background-image: unset;
        height: auto;
    }
    .inquiryBox {
        color: black;
        max-width: unset;
        margin: 30px auto 0 auto;
    }
    .inquiryBox>p:first-child {
        color: black;
        font-size: 12px;
    }
    .infoBox2>p {
        font-size: 10px;
     }
    .tel {
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
        height: 60px;
        margin: 20px 0 15px 0;
    }
    .tel img {
        margin-right: 25px;
        width: 24px;
    }
    .tel p {
        font-size: 24px !important;
    }
    .tel p span {
        font-size: 10px;
        margin-left: 0;
    }
    .btn3:before {
        border-top: solid 4px transparent;
        border-right: solid 6px transparent;
        border-bottom: solid 4px transparent;
        border-left: solid 5px black;
        margin-top: -4px;
    }
    .sp .tel:before {
        border-left: solid 5px #fff;
    }

    .mail {
        background-color: white;
        color: black;
        padding: 10px 0;
        margin: 20px 0 0 0;
        width: 100%;
        height: 40px;
        box-shadow: 0px 2px 2px rgb(0 0 0 / 16%);
    }
    .mail img {
        margin-right: 20px;
        width: 30px;
    }
    .infoBox4 {
        margin-bottom: 54px;
        padding: 15px 0 60px;
        line-height: 1.67em;
    }
    .blog .blogImg img {
        height: 88px;
    }
}

@media (max-width: 580px) {
    .mainCopy {
        top: -90px;
        left: 0;
    }
    .blog .blogImg {
        height: 100px;
    }
    .btn2 img, .btn2 picture {
        width: 118px;
        margin-left: -40px;
        margin-right: 10px;
    }
    .snsApi:nth-child(n+2) {
        width: 100%;
    }
    .snsApi:nth-child(n+2) iframe {
        width: 100%!important;
    }
}

@media (max-width: 460px) {
.home .youtube-bunner {
    position: relative;
    width: 80%;
    margin:10px auto;
    right: 0;
    top: 0;
    font-size: 0px;
}
    .sub {
        flex-flow: column;
    }
    .nav .subBox li {
        width: 100%!important;
    }
    .nav .subBox li:nth-child(2) {
        border-top: 0px;
    }
    .sub li div p {
        margin-left: 12px;
    }
    .blog .blogImg {
        height: 80px;
    }
    .tel img {
        margin-right: 10px;
    }
    .mail img {
        margin-right: 10px;
    }
    .onEveKobetsu p {
        text-align: left;
    }
    .youtube iframe {
        width: 100%;
        height: 190px;
    }
}

.ocarea {
    padding-bottom: 0;
}
.ocarea div{
    width: 450px;
}
.oc-date {
    position: relative;
}
.ocnext {
    position: absolute;
    left: -19px;
    bottom: 6px;
}
.oc-date span{
    position: absolute;
    font-size: 31px;
    color:#000000;
    left: -1px;
    bottom: 30px;
        letter-spacing: 1px;
}
.oc-web {
    background:url(../images/oc-web.jpg) no-repeat 0 0;
    text-align:center;
    padding-bottom: 30px;
}
.webp .oc-web {
    background:url(../images/oc-web.webp) no-repeat 0 0;
}
.oc-web .btn1 {
    margin-top:8px;
    height:35px;
    font-weight: bold;
}
.oc-web .ocbtn{
    background:#fff;
    color:#E85F84;
}
.oc-web .ocbtn:before{
    border-left: solid 6px #E85F84;
}
.oc-web p{
    padding: 20px 30px 10px;
    line-height: 24px;
    text-align:left;
    font-weight: bold;
}
.oc-web h3{
    font-size: 22px;
    color:#E85F84;
    margin-top: 20px;
}
.oc-web h3 span{
    color: #393939;
}
.section1 {
    background: url(../images/bg1.png) no-repeat 0 0;
    background-position: center 40px;
    background-size: cover;
}
.webp .section1 {
    background: url(../images/bg1.webp) no-repeat 0 0;
    background-position: center 40px;
    background-size: cover;
}
.section2 {
    padding-top: 20px;
    background: url(../images/bg2.png) no-repeat 0 0;
    background-position: center 0;
    background-size: cover;
}
.webp .section2 {
    padding-top: 20px;
    background: url(../images/bg2.webp) no-repeat 0 0;
    background-position: center 0;
    background-size: cover;
}
.topicsBox {
    background: url(../images/bg3.png) no-repeat 0 0;
    background-position: center -100px;
    background-size: cover;
    padding-top: 50px;
}
.webp .topicsBox {
    background: url(../images/bg3.webp) no-repeat 0 0;
    background-position: center -100px;
    background-size: cover;
    padding-top: 50px;
}

@media (max-width: 800px) {
.section1 {
        margin-top:0;
        background-position: center -50px;
    }
    .section2 {
        background-position: center -100px;
    }
    .ocnext{
    	bottom:-20px;
    	left:0;
    }
    .ocarea{
    	margin:0;
    }
    .ocarea div {
    	width:100%;
    	background-size: cover;
    }
    .oc-date a img {
     	width: 100%;
     }
    .oc-date span {
    left: 15px;
    bottom: -15px;
}
.oc-web {
	margin-top: 50px;
}
.oc-web p{
	text-align: left;
}
.course-sp {
	/* display: flex;
	align-items: center; */
}
.courseText {
padding: 0 20px 15px 20px;
}
.course-sp img, .course-sp picture {
	width: 100%;
}
.pointImg01 {
	background:url(../images/point1.jpg);
	background-size: cover;
}
.webp .pointImg01 {
    background:url(../images/point1.webp);
	background-size: cover;
}
.pointImg02 {
	background:url(../images/point2.jpg);
	background-size: cover;
}
.webp .pointImg02 {
    background:url(../images/point2.webp);
	background-size: cover;
}
.snsBox .snsCont h2 {
	margin-top: -20px;
}
.snsbg p {
	font-size: 13px;
}
.topicsBox {
    background-position: center -450px;
    padding-top: 10px;
}
.bnrImg {
	background:#fff;
}
.sns-sp {
	display: flex;
	    justify-content: center;
}
.sns-sp li{
	margin:10px;
}
.blog {
    border-radius: 0 !important;
}
.blog img{
    display: block;
}
.blog .blogImg {
    height: auto;
    width: 200px;
}
.blog div:last-child {
    margin:10px;
}
.gakka li {
    border:none !important;
    margin:auto;
    width: 90% !important;
    max-width: 100% !important;
}
.gakka li a:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.gakka li a {
    width: 100%;
    max-width: 100%;
}
.gakka li div p{
    width: auto !important;
}
nav .nav .subBox li {
        width: 100%;
        border-top: 0;
        width: calc((100% / 2 - 8px));
    }

#sbi_images .sbi_item{
    width: 33% !important;
}
#sbi_images .sbi_item:last-child{
    display: none !important;
}


}


.container h2, .mce-content-body h2 {
    text-align:left;
}
.instagram-feed {
    max-width: 940px;
    margin: auto;
}
#sb_instagram #sbi_load {
    display: none;
}
.gakka li {
    display: block !important;
    align-items: end !important;
    padding: 25px !important;
    max-width: 240px;
}
.gakka li a {
    position: unset;
    height: auto;
    text-decoration: none;
    color: #fff;
    border-bottom: dotted 1px #fff;
    padding: 10px 0 20px;
    text-align: left;
}
.gakka li a p{
    padding-top: 10px;
}
.nav .subBox .gakka li:hover {
    opacity:1;
}

.targetnav ul li {
    padding: 0px 10px;
    border-right: 1px solid rgba(255,255,255, .5);
}

.targetnav ul {
    padding: 5px 0;
    background: #E86286;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-bottom: 1px solid rgba(255,255,255, .5);
    margin-bottom:0px;
}

.targetnav ul li a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.home .header-inner{
    overflow: visible !important;
}