@charset "utf-8";
/* CSS Document */

/* -------------------------
/* Created date: 2021.11.04
/* Created user: yamaguchi
/* Last up date: 2022.05.25
/* Last up date user: yamaguchi
/* for sp and pc
--------------------------*/


.bottomomakasebnr{
  position: fixed;
  bottom: 7%;
  z-index: 10;
  width: 300px;
  margin-left: 25px;
  right: 60px;
  animation: late-open ease-in 1s forwards;

}

.bottomomakasebnr img{
    width: 700px;
}

 .mokujifroat.motto{
  position: relative;
 }

 .mokujifroat.motto::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_motto_plan.png") no-repeat;
  width: 83px;
  height: 55px;
  z-index: 10;
  right: 8px;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.15));
  top: -23px;
  background-size: contain;
 }

.oc{
  overflow: hidden;
}
.oc .contentWrap{
  margin: 0;
}
h1.contentTitle{
  border: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
h1.contentTitle img{
  max-width: 100%;
}
h2{
  font-size: 20px;
}
/* .oc h2{
  background: #fff;
  border-width: 1px 1px 4px 1px;
  border-style: solid solid double solid;
  border-color: #00b7f0;
  color: #00b7f0;
  font-size: 1.1em;
  line-height: 1.2;
  margin: .75rem;
  padding: .75rem .5rem;
} */


.oc dd{
  margin-left: 0;
}
strong{
  background: linear-gradient(transparent 60%, #69dbff 60%);
}
nav.mokuji{
  background: #fff;
  border: 1px solid #00b7f0;
  /* background: rgba(0,183,240, .2)*/
  margin: .75rem;
}
nav.mokuji .title{
  color: #00b7f0;
  text-align: center;
  margin: 0;
  padding: .25rem 0;
}
nav.mokuji ul{  
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav.mokuji li{
  border-top: 1px dotted #00b7f0;
}
nav.mokuji ul a{
  color: #00b7f0;
  display: block;
  padding: .5rem .5rem .5rem 1rem;
  position: relative;
}
nav.mokuji ul a:before{
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #00b7f0;
  left: .4rem;
  position: absolute;
  top: calc( 50% - 4px );
}

aside.search{
  background: #fff;
  color: #ff5100;
  margin: .75rem;
  overflow: hidden;
}
aside.search p{
  text-align: center;
}
aside.search ul.pageLink{
  margin: .75rem;
  padding: 0;
  list-style-type: none;
}

aside.search .pageLink a:after{
  content: "";
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  left: .4rem;
  position: absolute;
  top: calc( 50% - 4px );
}
aside.search .pageLink li+li{
  margin-top: .25rem;
}


/* リニューアル後 */
/* グロナビ */
ul.menulink{
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  justify-content: space-evenly;
}
li.tettei{
  position: relative;
  height: 22px;

}
li.tettei.current{
  position: relative;
  color: #F7CD65;
  border-bottom: 5px solid #F7CD65;
  font-weight: 700;
}
li.tettei.current::after{
  content:"" ;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #F7CD65;
  top: 25px;
  left: 28px;
}

.menulink li{
  margin-top: 5rem;
  padding-bottom: 5px;
  border-bottom:5px solid #EFEFEF ;
}

.tettei::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_tettei.png") no-repeat;
  background-size: auto;
  background-size: auto;
  z-index: 1;
  width: 43px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 16px;
  top: -39px;
}
li.yokuaru{
  position: relative;
  height: 22px;
}
li.yokuaru.current{
  position: relative;
  color: #9BD5F5;
  border-bottom: 5px solid #9BD5F5;
  font-weight: 700;
}
li.yokuaru.current::after{
  content:"" ;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #9BD5F5;
  top: 25px;
  left: 42%;
}

.yokuaru::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_yokuaru.png") no-repeat;
  background-size: auto;
  background-size: auto;
  z-index: 1;
  width: 43px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 18px;
  top: -43px;
}
li.yokuaru.current{
  position: relative;
  color: #9BD5F5;
  border-bottom: 5px solid #9BD5F5;
}
li.check{
  position: relative;
  margin-top: 3rem;
  height: 42px;
  width: 80px;
  text-align: center;
}
.check::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_check.png") no-repeat;
  background-size: auto;
  background-size: auto;
  z-index: 1;
  width: 43px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 20px;
  top: -30px;
}
li.check.current{
  position: relative;
  color: #ED7B7C;
  border-bottom: 5px solid #ED7B7C;
  font-weight: 700;
}
li.check.current::after{
  content:"" ;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ED7B7C;
  top: 45px;
  left: 42%;
}
.h2box{
  position: relative;
}
.h2box::before{
  content: "徹底解説";
  background-color: #F7CD65;
  width: 173px;
  margin-bottom: 0px;
  position: absolute;
  left: 45px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  margin-left: 20px;
  bottom: 555px;
  top: -9px;
  height: 32px;
  font-weight: 700;
  font-size: 20px;
  z-index: 5;
}

.h2box::after{
  content: '';
  top: -122px;
  left: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 4px 0;
  border-color: transparent #b3b3b3 transparent transparent;
  position: inherit;
  display: block;
}

.h2box.h2yokuaru::before{
  content: "よくある質問をご紹介";
  background-color: #9BD5F5;
  width: 221px;
  margin-bottom: 0px;
  position: absolute;
  left: 45px;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  bottom: 555px;
  top: -9px;
  height: 32px;
  padding-top: 5px;
}
.h2box::after{
  top: -123px;
  left: 64px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 4px 0;
  border-color: transparent #b3b3b3 transparent transparent;
  position: inherit;
  display: block;
}

.h2box.h2checkpt::before{
  content: "チェックポイントをご紹介";
  background-color: #ED7B7C;
  width: 259px;
  margin-bottom: 0px;
  position: absolute;
  left: 41px;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  bottom: 555px;
  top: -9px;
  height: 32px;
  padding-top: 5px;
}

.h2box::after{
  top: -132px;
  left: 64px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 4px 0;
  border-color: transparent #c9caca transparent transparent;
  position: inherit;
  display: block;
}

.h2box.h2cancel::before{
  content: "オープンキャンパスキャンセル";
  background-color: #9BD5F5;
  width: 305px;
  margin-bottom: 0px;
  position: absolute;
  left: 35px;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  bottom: 555px;
  top: -19px;
  height: 32px;
  padding-top: 5px;
}

.h2box::after{
  top: -141px;
  left: 64px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 10px 0;
  border-color: transparent #b3b3b3 transparent transparent;
  position: inherit;
  display: block;
}

.h2box.h2thoughts::before{
  content: "感想文の書き方";
  background-color: #9BD5F5;
  width: 266px;
  margin-bottom: 0px;
  position: absolute;
  left: 25px;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  bottom: 555px;
  top: -20px;
  height: 32px;
  padding-top: 5px;
}

.h2box::after{
  top: -141px;
  left: 64px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 10px 0;
  border-color: transparent #b3b3b3 transparent transparent;
  position: inherit;
  display: block;
}

.h2box.h2parent::before{
  content: "オープンキャンパスは親と一緒？";
  background-color: #9BD5F5;
  width: 209px;
  margin-bottom: 0px;
  position: absolute;
  left: 21px;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  bottom: 555px;
  top: -40px;
  height: 52px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.h2box::after{
  top: -142px;
  left: 74px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 10px 0;
  border-color: transparent #b3b3b3 transparent transparent;
  position: inherit;
  display: block;
}
.mokujikink{
  display: flex;
  flex-direction: row;
  border-top: 1px solid #c9caca;
  padding: 15px;
  background-color: rgba(255,255,255,0.4);
}

.mokujikink.end{
  border-bottom: 1px solid #c9caca;
}

.mokujikink img{
  width: 115px;
  border-radius: 0.5rem;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%);
  height: 73px;
}
.mokujikink p{
  width: calc(65% - 10px);
  font-weight: 700;
}

.topicPathWrap.h2box{
  position: relative;
}
span.kasen{
  color: #ED7B7C;
  font-weight: 700;
  position:initial!important;
}
.botan.faq{
  margin-right: 3rem;
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_left {
  -webkit-transition: 0.9s ease-in-out;
  -moz-transition: 0.9s ease-in-out;
  -o-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}
/* h2 */
/* 徹底解説h2 */
.och2.tettei{
  position: relative;
  padding: 0.8em 0.2em 0.8em 0.5em;
  box-shadow: 5px 5px #F7CD65;
  background-color: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 3px;
  line-height: 1.3;
}
.och2.tettei::before{
  width: 60px;
  height: 36px;
  border-radius: 100px 100px 0 0;
  background: #fff;
  bottom: 39px;
  left: 43%;
  z-index: 2;
}
.och2.tettei::after{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/h2_icon_tettei.png") no-repeat;
  background-size: auto;
  background-size: auto;
  z-index: 1;
  width: 30px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 47%;
  top: -20px;
  z-index: 3;
}
/* qaのh2 */
.och2.qanda{
  position: relative;
  padding: 0.8em 0 0.8em 0.5em;
  box-shadow: 5px 5px #9BD5F5;
  background-color: #fff;
  margin-left: 1rem;
  margin-right: 2rem;
  border-radius: 3px;
  line-height: 1.3;
}
.och2.qanda::before{
  content: "";
  width: 60px;
  height: 36px;
  border-radius: 100px 100px 0 0;
  background: #fff;
  bottom: 39px;
  left: 43%;
  top: -29px;
  z-index: 2;
}
.och2.qanda::after{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/h2_icon_qa.png") no-repeat;
  background-size: auto;
  background-size: auto;
  z-index: 1;
  width: 30px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 47%;
  top: -20px;
  z-index: 3;
}

/* parentのh2 */
.och2.parent{
  position: relative;
  padding: 0.8em 0 0.8em 0.5em;
  box-shadow: 5px 5px #9BD5F5;
  background-color: #fff;
  margin-left: 1rem;
  margin-right: 2rem;
  border-radius: 3px;
  line-height: 1.3;
}
.och2.parent::before{
  content: "";
  width: 60px;
  height: 36px;
  border-radius: 100px 100px 0 0;
  background: #fff;
  bottom: 39px;
  left: 50%;
  top: -35px;
  z-index: 2;
  transform: translate(-50%, 5px);
}
.och2.parent::after{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/h2_icon_parent.png") no-repeat;
  background-size: auto;
  background-size: auto;
  z-index: 1;
  width: 30px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 47%;
  top: -20px;
  z-index: 3;
}

/* checkptのh2 */
.och2.checkpt{
  position: relative;
  padding: 0.8em 0 0.8em 0.5em;
  box-shadow: 5px 5px #ED7B7C;
  background-color: #fff;
  margin-left: 1rem;
  margin-right: 2rem;
  border-radius: 3px;
  line-height: 1.3;
}
.och2.checkpt::before{
  content: "";
  width: 60px;
  height: 36px;
  border-radius: 100px 100px 0 0;
  background: #fff;
  bottom: 39px;
  left: 43%;
  top: -29px;
  z-index: 2;
}
.och2.checkpt::after{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/h2_icon_checkpt.png") no-repeat;
  background-size: auto;
  background-size: auto;
  z-index: 1;
  width: 25px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 48%;
  top: -20px;
  z-index: 3;
}

/* thoughtsのh2 */
.och2.thoughts{
  position: relative;
  padding: 0.8em 0 0.8em 0.5em;
  box-shadow: 5px 5px #9BD5F5;
  background-color: #fff;
  margin-left: 1rem;
  margin-right: 2rem;
  border-radius: 3px;
  line-height: 1.3;
}
.och2.thoughts::before{
  content: "";
  width: 60px;
  height: 36px;
  border-radius: 100px 100px 0 0;
  background: #fff;
  bottom: 39px;
  left: 43%;
  top: -29px;
  z-index: 2;
}
.och2.thoughts::after{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/h2_icon_thoughts.png") no-repeat;
  background-size: auto;
  background-size: auto;
  z-index: 1;
  width: 25px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 48%;
  top: -20px;
  z-index: 3;
}

.topicPathWrap p{
  margin: 1rem;
  line-height: 1.8;
  text-align: left;
  width: 90%;
  margin-bottom: 3rem;
  padding-left: 20px;
  padding-right: 10px;
  margin-bottom: 0px;
  margin-left: 2rem;
}

.topicPathWrap .example{
  margin: 1rem;
  line-height: 1.8;
  text-align: left;
  width: 90%;
  margin-bottom: 3rem;
  position: relative;
  padding-top: 6rem;
  padding-left: 47px;
  margin-top: 4rem;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.05)) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2)) drop-shadow(0 1px 0 rgba(0, 0, 0, 0.05));
  height: 320px;
}

.topicPathWrap .example::after{
  font-size: 22px;
  position: absolute;
  top: 15%;
  width: 48px;
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/oc_note.png") no-repeat;
  left: 2px;
  height: 243px;
}

.topicPathWrap .example::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/img_example_ribbon.png") no-repeat;
  width: 71px;
  height: 100px;
  top: -36px;
  left: 26px;
}

/* 2行になるh2 */
/* 徹底解説 */
.och2.tettei.long::before{
  width: 60px;
  height: 36px;
  border-radius: 100px 100px 0 0;
  background: #fff;
  bottom: 58px;
  left: 43%;
}
/* 徹底解説 */
.och2.qanda.long::before{
  width: 60px;
  height: 36px;
  border-radius: 100px 100px 0 0;
  background: #fff;
  bottom: 60px;
  left: 43%;
}

/* 背景 */
/* 黄色 */
.background.yellow{
  margin-top: 20px;
  padding-top: 5rem;
  background-size: 20px 20px;
  background-image: repeating-linear-gradient(45deg, #FFEFD7 0, #FFEFD7 5px, #FFFBEE 0, #FFFBEE 50%);
  padding-bottom: 5em;
}
/* 背景 */
/* 青 */
.background.blue{
  margin-top: 20px;
  padding-top: 5rem;
  background-size: 20px 20px;
  background-image: repeating-linear-gradient(45deg, #DCEFFB 0, #DCEFFB 5px, #ECF6FC 0, #ECF6FC 50%);
  padding-bottom: 5em;
}
/* 背景 */
/* 緑 */
.background.green{
  margin-top: 20px;
  padding-top: 5rem;
  background-size: 20px 20px;
  background-image: repeating-linear-gradient(45deg, #F4FFEE 0, #F4FFEE 5px,  #E7F4E1 0, #E7F4E1 50%);
  padding-bottom: 5em;
}
/* 背景 */
/* 紫 */
.background.purple{
  margin-top: 20px;
  padding-top: 5rem;
  background-size: 20px 20px;
  background-image: repeating-linear-gradient(45deg, #fbf3ff 0, #fbf3ff 5px, #fefdff 0, #fefdff 50%);
  padding-bottom: 5em;
}
/* 背景 */
/* 雲 */
.background.cloud{
  margin-top: 20px;
  padding-top: 5rem;
  background-size: 20px 20px;
  background: repeating-linear-gradient(45deg,#DCEFFB 0, #DCEFFB 5px);
  padding-bottom: 5em;
}

.innercloud{
  background-image: url("/new/_app/_webroot/img/page/newcolumn/oc/back_cloud.png");
  background-repeat:repeat;   
  background-size: 800px;
  animation: cloudmove 20s linear 0s infinite;
  -webkit-animation: cloudmove 25s linear 0s infinite;
	-moz-animation: cloudmove 30s linear 0s infinite;
}

@keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
@-webkit-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}
@-moz-keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 200px 5px;}
	50% {background-position: 400px 0;}
	75% {background-position: 600px 5px;}
	100% {background-position: 800px 0;}
}

.setumeisyousai.nyuusis.waku{
  border: 2px solid #F7CD65;
  width: 90%;
  margin-left: -8px;
  border-radius: 0px;
  padding-top: 15px;
  border-radius: 0.5rem;
}

.setumeisyousai.nyuusis.waku.faq{
  border: 2px solid #F7CD65;
  width: 90%;
  margin-left: 18px;
  border-radius: 0px;
  padding-top: 15px;
  border-radius: 0.5rem;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.setumeisyousai.nyuusis.waku.faq::before{
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/point_icon.png") no-repeat;
  content: "";
  top: -31px;
  width: 156px;
  height: 70px;
  left: -17px;
}

.setumeisyousai.nyuusis.waku.faq::after{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_howto_plan.png") no-repeat;
  z-index: 1;
  width: 53px;
  height: 55px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  right: 24px;
  bottom: -19px;
}

.setumeisyousai.nyuusis{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.setumeisyousai.nyuusis.wakusiro{
  margin: 0 auto;
  padding-top: 0px;
  border-radius: 0px;
}
.setumeisyousai.nyuusistop{
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.mokujih2tettei{
  border-bottom: 2px solid #F7CD65;
  border-top: 2px solid #F7CD65;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #fff;
  margin-right: 10px;
  margin-left: 10px;
  
}

.mokujih2tettei::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_tettei.png") no-repeat;
  z-index: 1;
  width: 35px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 27px;
  top: 10px;
}

.mokujih2qanda{
  border-bottom: 2px solid #9BD5F5;
  border-top: 2px solid #9BD5F5;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.mokujih2qanda::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_yokuaru.png") no-repeat;
  z-index: 1;
  width: 30px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 82px;
  top: 10px;
}

.mokujih2chack{
  border-bottom: 2px solid #ED7B7C;
  border-top: 2px solid #ED7B7C;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #fff;
}

.mokujih2chack::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_check.png") no-repeat;
  z-index: 1;
  width: 30px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 64px;
  top: 15px;
}
/* 画像 */
.center{
  text-align: center;
}
.center img{
  width: 150px;

}
.ocimg{
  text-align: center;
  margin-top: 40px;
}
.ocimg.motto{
  margin-top: 68px;
  position: relative;
}
.ocimg.motto::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_motto_plan.png") no-repeat;
  width: 113px;
  height: 100px;
  right: 14px;
  z-index: 10;
  right: 14px;
  filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.15));
  top: -56px;
}
.ocimg img{
  width: 230px;
  border-radius: 5px;
  z-index: 1;
  position: relative;
}
.people img{
  width: 190px;
}
.hintlist img{
  width: 300px;
}
/* 画像fin */

/* メリット詳細 */
.maru{
  height:30px;
  width:30px;
  border-radius:50%;
  line-height:50px;
  text-align:center!important;
  background-color:#ED7B7C ;
  color: #fff;
  font-weight: 700;
}
.setumeilist{
  position: relative;
  border-bottom: 3px solid #ED7B7C;
  font-size: 18px;
  font-weight: 700;
  width: 369px;
  margin-top: 2rem!important;
}

.faqinnertext{
  border-bottom:3px solid #efc866;
  font-size: 18px;
  font-weight: 700;
  width: 369px;
  margin-top: 2rem!important;
  position: relative;
}

.faqinnertext.mail{
  position: relative;
  border-bottom:3px solid #efc866;
  font-size: 18px;
  font-weight: 700;
  width: 378px;
  margin-top: 2rem!important;
  position: relative;
  padding-left: 50px;
}

.faqinnertext.mail::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_howto_mail.png") no-repeat;
  z-index: 1;
  width: 38px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 3px;
  top: 16px;
}

.faqinnertext.phone{
  position: relative;
  border-bottom:3px solid #efc866;
  font-size: 18px;
  font-weight: 700;
  width: 378px;
  margin-top: 2rem!important;
  position: relative;
  padding-left: 50px;
}

.faqinnertext.phone::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_howto_phone.png") no-repeat;
  z-index: 1;
  width: 28px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 15px;
  top: -1px;
}

.faqinnertext.demerit{
  position: relative;
  border-bottom:3px solid #efc866;
  font-size: 18px;
  font-weight: 700;
  width: 378px;
  margin-top: 2rem!important;
  position: relative;
  padding-left: 50px;
}

.faqinnertext.demerit::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_howto_demerit.png") no-repeat;
  z-index: 1;
  width: 47px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 9px;
  top: 15px;
}

.faqinnertext.merit{
  position: relative;
  border-bottom:3px solid #efc866;
  font-size: 18px;
  font-weight: 700;
  width: 334px;
  margin-top: 2rem!important;
  position: relative;
  padding-left: 50px;
}

.faqinnertext.merit::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_howto_merit.png") no-repeat;
  z-index: 1;
  width: 49px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 6px;
  top: 12px;
}

.faqinnertext.reserve{
  position: relative;
  border-bottom:3px solid #efc866;
  font-size: 18px;
  font-weight: 700;
  width: 378px;
  margin-top: 2rem!important;
  position: relative;
  padding-left: 50px;
}

.faqinnertext.reserve::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_howto_reserve.png") no-repeat;
  z-index: 1;
  width: 32px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 3px;
  top: -1px;
}

.faqinnertext.listening{
  position: relative;
  border-bottom:3px solid #efc866;
  font-size: 18px;
  font-weight: 700;
  width: 378px;
  margin-top: 2rem!important;
  position: relative;
  padding-left: 50px;
}

.faqinnertext.listening::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_howto_listening.png") no-repeat;
  z-index: 1;
  width: 40px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 3px;
  top: -7px;
}

.faqinnertext.plan{
  position: relative;
  border-bottom:3px solid #efc866;
  font-size: 18px;
  font-weight: 700;
  width: 378px;
  margin-top: 2rem!important;
  position: relative;
  padding-left: 50px;
}

.faqinnertext.plan::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_howto_plan.png") no-repeat;
  z-index: 1;
  width: 42px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 3px;
  top: 2px;
}

.setumeisyousai{
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  width: 90%;
  min-width: 320px;
  margin: 0 auto;
}

.setumeisyousai.union{
  padding-bottom: 0px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  margin: 0 auto;
}

.setumeisyousai.none{
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  width: 90%;
  min-width: 320px;
  margin: 0 auto;
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}

.setumeisyousai.none::before{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/img_ng_thoughts.png") left top no-repeat;
  left: 39%;
  width: 100px;
  height: 100px;
  top: -39px;
  filter: drop-shadow(-1px 5px 0 rgba(0, 0, 0, 0.15));
}

.setumeisyousai.none ul li{
  padding-bottom: 20px;
  padding-left: 34px;
  position: relative;
  text-align: left;
}
.setumeisyousai.none ul li::before{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_badtu.png") left top no-repeat;
  left: 1px;
  width: 39px;
  height: 32px;
  top: -3px;
}
/* メリットfin */

/* OCへ行こう */
.gotooc{
  background-color: #fff;
  margin: 20px 0.75rem 20px 0.75rem;
  padding-top: 35px;
  padding-bottom: 25px;
  border-radius: 10px;
}
.gotoocmidasi p{
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.gotoocmidasi p::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_gotooc.png") no-repeat;
  background-size: auto;
  background-size: auto;
  z-index: 1;
  width: 30px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 50%;
  top: -35px;
}

.ocbotan p{
  background-color: #99decb;
  font-size: 18px;
  padding: 10px;
  width: 250px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #5FA992;
  position: relative;
  font-weight: 700;
  color: #fff;
}

.ocbotan p::after{
  content: '';
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 0.4em 0.5em;
  border-left-color: currentColor;
  border-right: 0;
  padding-right: 3px;
  position: absolute;
  top: 19px;
  right: 8px;
}

.setumeisyousai span.kasen{
  position: relative;
}

.setumeisyousai span.kasen::before{
  content: none;
}

.setumeisyousai span{
  position: relative;
}

.setumeisyousai span::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_check.png") no-repeat;
  z-index: 1;
  width: 16px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 8px;
  top: 4px;
}

.setumeisyousai.kuuhaku span{
  position: relative;
}

.setumeisyousai span.kuuhaku::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_check.png") no-repeat;
  z-index: 1;
  width: 16px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 23px;
  top: 4px;
}

.situmon p{
  text-align: center;
  font-weight: 700;
}

.botan.situmonn p{
  background-color: #F7CD65;
  font-size: 18px;
  padding: 10px;
  width: 250px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #D7B15E;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
}

.botan.situmonn p::after{
  content: '';
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 0.4em 0.5em;
  border-left-color: currentColor;
  border-right: 0;
  padding-right: 3px;
  position: absolute;
  top: 19px;
  right: 13px;
}

.botan.situmonn p{
  background-color: #99CEEC;
  font-size: 18px;
  padding:10px;
  width: 250px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #6BA4C4;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}

.botan.situmonn p::after{
  content: '';
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 0.4em 0.5em;
  border-left-color: currentColor;
  border-right: 0;
  padding-right: 3px;
  position: absolute;
  top: 19px;
  right: 3px;
}

/* faq質問内ボタン */
.botan.faq p{
  background-color: #ED7B7C;
  font-size: 18px;
  padding:7px;
  width: 228px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #AF6977;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  margin-top: 20px!important;
}

.botan.faq p::after{
  content: '';
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 0.4em 0.5em;
  border-left-color: currentColor;
  border-right: 0;
  padding-right: 3px;
  position: absolute;
  top: 16px;
  right: 3px;
}

.botan.faq p::before{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_btn_faq.png") no-repeat;
  z-index: 1;
  width: 10px;
  left: 22px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 37px;
  top: 9px;
}

/* faq質問内ボタンfin */

.botan.checkpt p{
  background-color: #ED7B7C;
  font-size: 18px;
  padding:10px;
  width: 250px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #AF6977;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}

.botan.checkpt p::after{
  content: '';
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 0.4em 0.5em;
  border-left-color: currentColor;
  border-right: 0;
  padding-right: 3px;
  position: absolute;
  top: 19.5px;
  right: 3px;
}

/* 入試情報見出し */
.setumeilist.zyouhou{
  padding-left: 46px;
}

.setumeilist.sisetu{
  padding-left: 46px;
}

.setumeilist.funiki{
  padding-left: 46px;
}

.setumeilist.koutuu{
  padding-left: 46px;
}

.setumeilist.zyouhou::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_nyuusizyouhou.png") no-repeat;
  z-index: 1;
  width: 26px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 9px;
  top:2px;
}

/* 施設見出し */
.setumeilist.sisetu::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_sisetu.png") no-repeat;
  z-index: 1;
  width: 30px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 9px;
  top:2px;
}

/* 雰囲気見出し */
.setumeilist.funiki::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_funiki.png") no-repeat;
  z-index: 1;
  width: 26px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 9px;
  top:2px;
}

/* 交通・周辺環境見出し */
.setumeilist.koutuu::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_koutuu.png") no-repeat;
  z-index: 1;
  width: 30px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 9px;
  top:2px;
}

/* 従来のオープンキャンパスとの違い　下のmargin設定 */
.setumeisyousai.margin{
  margin-bottom: 40px;
}

/* オンライン一例 */
.onlineback{
  background-size: 20px 20px;
  background-image: repeating-linear-gradient(45deg, #DCEFFB 0, #DCEFFB 5px, #ECF6FC 0, #ECF6FC 50%);
  -webkit-transform: skew(0deg, 5deg);
  padding-top: 10px;
  padding-bottom: 40px;
}

.setumeisyousai.online span{
  position: static;
}

.colorchenge{
  color: #ED7B7C;
  font-size: 18px;
  font-weight: 700;
}

.onlinemidasi{
  border-bottom: 3px dashed #99CEEC;
  font-size: 18px;
  font-weight: 700;
  width: 360px;
  margin-top: 2rem !important;
}

.onlineinside{
  -webkit-transform: skew(0deg, -5deg);
}

.setumeisyousai span.colorchenge::before{
  content: none;
}

.center.online img{
  width: 90px;
  margin-bottom: 1rem;
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}

.botan.online p{
  background-color: #99CEEC;
  font-size: 18px;
  padding: 10px;
  width: 334px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #6BA4C4;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

/* オンライン一例fin */

.occontents{
  margin-top: 50px;
}

/* QA */
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #DDD;
}

.qa-list dl:first-child {
margin-top: 0;
}

.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 2px solid #ED7B7C;
  border-radius: 0.5rem;
  background-color: #fff;
  margin-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 15px;
}
.qa-list dl:first-child {
  border-radius: 0.5rem;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 20px;
}
.qa-list dl::after {
  position: absolute;
  top: 19px;
  right: 16px;
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #ED7B7C;
  border-right: 2px solid #ED7B7C;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
  line-height: 1.8;
  font-size: 16px;
  border-radius: 0.5rem;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 21%;
  left: 10px;
  display: block;
  content: 'Q';
  background-color: #ED7B7C;
  padding: 7px;
  border-radius: 50%;
  width: 36px;
  color: #fff;
  text-align: center;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 10px;
  display: block;
  content: 'A';
  font-weight: bold;
  color: #fff;
  top: 13px;
  background-color: #ED7B7C;
  padding: 7px;
  border-radius: 50%;
  width: 36px;
  text-align: center;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  border-top: 2px dashed #ED7B7C;
}
.qa-list dl dd.threequestion{
  padding-left:20px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

/* アニメーション */
.center.buss{
  transform-origin: center bottom;
  animation: yurayura 2s linear infinite;
}
.center.girl{
  animation-name:updown1;   /* アニメーション名の指定 */
  animation-delay:0s;   /* アニメーションの開始時間指定 */
  animation-duration: 3s;   /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite; 
  height: 163px;
  margin-top: 15px;
}
.head {
  display: inline-block;
  width: 100px;
  margin-left: 25px;
  margin-bottom: 0px;
  margin-bottom: 7px;
  transform-origin: center bottom;
  animation: furifuri 1s infinite;
  position: relative;
  z-index: 2;
}

@keyframes furifuri {
  0% {transform: rotate(3deg);}
  50% {transform: rotate(1deg);}
  51% {transform: rotate(2deg);}
  99% {transform: rotate(7deg);}
  100% {transform: rotate(5deg);}
}

.head img{
  margin-bottom: 0;
}
.body {
  transform: translate(25px, -90px);
  position: relative;
  z-index: 1;
  margin-right: 25px;
  margin-bottom: 0;
} 
.body img{
  margin-top: 10px;
margin-right: 7rem;
}
.body.checking img{
  margin-top: 15px;
  margin-right: 7rem;
}
.body.qa img{
  margin-top: 20px;
  margin-right: 5.7rem;
}

.head.mokuji{
  margin-left: -109px;
}

.body.mokuji{
  transform: translate(25px, -90px);
  position: relative;
  z-index: 1;
  margin-right: 25px;
  margin-bottom: 0;
} 

.body.mokuji img{
  margin-right: -22px;
  width: 267px;
  margin-top: 5px;
}

.body.mokuji.qa{
  margin-right: 14px;
  margin-top: 9px;
}
.body.mokuji.ck{
  margin-top: 1px;
  margin-right: -1px;
}


/* アニメーションfin */

.merittgroup{
  display: grid;

}
.contentsgroup{
  margin-top: 100px;
}

.inner.question{
  border-bottom: 2px solid #ED7B7C;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}
.inner.question::before{
  content: "Q";
  bottom: -2px;
  left: 4px;
  color: #ED7B7C;
  font-size: 20px;
}
.inner.answer{
  position: relative;
  padding-left: 30px;
}
.inner.answer::before{
  content: "A";
  bottom: 65%;
  left: 5px;
  color: #ED7B7C;
  font-size: 20px;
}
.inner.answer.long::before{
  bottom: 85%;
}
/* 電話の場合 */
.inner.pfone{
  position: relative;
  border-top: 2px solid #ED7B7C;
  border-bottom: 2px solid #ED7B7C;;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.inner.pfone::before{
  content:"";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_phone.png") no-repeat;
  width: 15px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 9px;
  top:12px;
}
/* メールの場合 */
.inner.mail{
  position: relative;
  border-top: 2px solid #ED7B7C;
  border-bottom: 2px solid #ED7B7C;;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  }
.inner.mail::before{
  content:"";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_mail.png") no-repeat;
  width: 24px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 9px;
  top: 12px;
}
.reibun{
  border-top: 1.5px dashed #ED7B7C;
  border-bottom: 1.5px dashed #ED7B7C;
  padding-top: 10px;
  padding-bottom: 10px;
}
p.textpadding{
  padding-left: 40px;
}
.checklist span{
  position: relative;
  font-weight: 700;
  font-size: 18px;
}

.checklist span::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_check.png") no-repeat;
  z-index: 1;
  width: 16px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: -17px;
  top: 4px;
}

.examplebox{
  display: flex;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #ED7B7C #fff;
  margin-top: 4rem;
}

.examplebox p{
  width: 90%!important;
  margin: 5px;
  flex-shrink: 0;

}

.examplebox::-webkit-scrollbar {
  height: 14px; /* スクロールバーの高さ */
}
 
.examplebox::-webkit-scrollbar-thumb {
  background: #9BD5F5; /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}
 
.examplebox::-webkit-scrollbar-track {
  background: #fff; /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}

/* bottom */
.bottomback{
  background-color: #fff;
  padding: 10px 10px;
}
.ocbottom{
  background-color: #fff;
  padding: 10px;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  text-align: center;
  margin-top: 30px;
  width: 320px;
  margin: 0 auto;
  margin-top: 40px;
}
.aboutcheckpt.nyuusi{
  border-bottom: 2px solid #F7CD65;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px auto;
  width: 95%;
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
  background-color: #fff;
  border-top: 2px solid #F7CD65;
}
.aboutcheckpt.nyuusi::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_aboutcheckpt_nyuusi.png") no-repeat;
  z-index: 1;
  width: 22px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 8px;
  top: 6px;
}
/* カリキュラム制度アイコン */
.aboutcheckpt.seido{
  border-bottom: 2px solid #F7CD65;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px auto;
  width: 95%;
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
  background-color: #fff;
  border-top: 2px solid #F7CD65;
}
.aboutcheckpt.seido::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_tettei.png") no-repeat;
  z-index: 1;
  width: 29px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 4px;
  top: 11px;
}

span.syousaimidasi{
  font-size: 20px;
  position: relative;
  width: 359px;
  display: block;
  line-height: 1.8;
  padding-left: 33px;
  font-weight: 700;
}
/* 学費アイコン */
.aboutcheckpt.gakuhi{
  border-bottom: 2px solid #F7CD65;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px auto;
  width: 95%;
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
  background-color: #fff;
  border-top: 2px solid #F7CD65;
}
.aboutcheckpt.gakuhi::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_aboutcheckpt_gakuhi.png") no-repeat;
  z-index: 1;
  width: 29px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 4px;
  top: 11px;
}

/* 卒業後サポートアイコン */
.aboutcheckpt.suport{
  border-bottom: 2px solid #F7CD65;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px auto;
  width: 95%;
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
  background-color: #fff;
  border-top: 2px solid #F7CD65;
}
.aboutcheckpt.suport::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_aboutcheckpt_suport.png") no-repeat;
  z-index: 1;
  width: 29px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 4px;
  top: 11px;
}

/* 卒業後アイコン */
.aboutcheckpt.sotugyou{
  border-bottom: 2px solid #F7CD65;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px auto;
  width: 95%;
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
  background-color: #fff;
  border-top: 2px solid #F7CD65;
}
.aboutcheckpt.sotugyou::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_aboutcheckpt_sotugyou.png") no-repeat;
  z-index: 1;
  width: 29px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 4px;
  top: 11px;
}

/* センパイアイコン */
.aboutcheckpt.senpai{
  border-bottom: 2px solid #F7CD65;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px auto;
  width: 95%;
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
  background-color: #fff;
  border-top: 2px solid #F7CD65;
}
.aboutcheckpt.senpai::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_aboutcheckpt_senpai.png") no-repeat;
  z-index: 1;
  width: 29px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 4px;
  top: 11px;
}

/* 先生アイコン */
.aboutcheckpt.sensei{
  border-bottom: 2px solid #F7CD65;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px auto;
  width: 95%;
  position: relative;
  padding-left: 40px;
  margin-top: 40px;
  background-color: #fff;
  border-top: 2px solid #F7CD65;
}
.aboutcheckpt.sensei::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_aboutcheckpt_sensei.png") no-repeat;
  z-index: 1;
  width: 29px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 4px;
  top: 11px;
}

.h3aboutcheckpt{
  border-bottom: 3px dashed #ED7B7C;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
}

span.syousaimidasi{
  font-size: 20px;
  position: relative;
  width: 100%;
  display: block;
  line-height: 1.8;
  padding-left: 33px;
  font-weight: 700;
  font-size: 1.4rem;
}
span.syousaimidasi::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_h2_checkpt.png") no-repeat;
  z-index: 1;
  width: 35px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 4px;
  top: 6%;
}
.kaisetubotan p{
  background-color: #ED7B7C;
  color: #fff;
  padding: 10px;
  position: relative;
  width: 299px;
  margin: 10px auto;
  padding-left: 52px;
  border-radius: 0.5rem;
  font-size: 18px;
  box-shadow: 0 3px 0 0 #AF6977;
}
.kaisetubotan p::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_aboutcheckpt_botan_1.png") no-repeat;
  z-index: 1;
  width: 23px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 11px;
  top: 14px;
  
}
.kaisetubotan p::after{
  content: '';
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 0.3em 0.4em;
  border-left-color: currentColor;
  border-right: 0;
  padding-right: 3px;
  position: absolute;
  top: 19px;
  right: 3px;  
}

.kaisetubotan.two p{
  background-color: #ED7B7C;
  color: #fff;
  padding: 10px;
  position: relative;
  width: 299px;
  margin: 10px auto;
  padding-left: 52px;
  border-radius: 0.5rem;
  box-shadow: 0 3px 0 0 #AF6977;
}
.kaisetubotan.two p::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_aboutcheckpt_botan_2.png") no-repeat;
  z-index: 1;
  width: 23px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 11px;
  top: 10px;
}
p.arrow{
  position: relative;
  margin-bottom: 30px;
}
p.arrow::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ED7B7C;
  top: 59px;
  left: 47%;
}
.senpaifukidasi{
  background-color: #fff;
  padding: 10px;
  border-radius: 0.5rem;
  position: relative;
  margin-top: 40px!important;
}
.senpaifukidasi::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  top: 100%;
  left: 45%;
}
.kansou img{
  width: 100px;
}
.people{
  text-align: center;
  margin-top: 40px;
}
.graph{
  text-align: center;
}
.graph img{
  width: 50%;
}
.graphtop{
  font-weight: 700;
  margin-top: 40px!important;
}
/* 下グロナビ */
.tettei.current.bottom{
  border-top: 5px solid #F7CD65;
  border-bottom: none;
  padding-top: 50px;
  margin-bottom: 40px;
}
.tettei.current.bottom::before{
  top: 7px;
}
.tettei.current.bottom::after{
  top: -18px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #F7CD65;
  border-left: 7px solid transparent;
  border-top: none;
}


.yokuaru.current.bottom{
  border-top: 5px solid #9BD5F5!important;
  border-bottom: none;
  padding-top: 50px;
  margin-bottom: 40px;
}
.yokuaru.current.bottom::before{
  top: 7px;
}
.yokuaru.current.bottom::after{
  top: -18px!important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #9BD5F5;
  border-left: 7px solid transparent;
  border-top: none!important;
}

.check.current.bottom{
  border-top: 5px solid #ED7B7C!important;
  border-bottom: none;
  padding-top: 50px;
  margin-bottom: 40px;
}
.check.current.bottom::before{
  top: 7px;
}
.check.current.bottom::after{
  top: -18px!important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ED7B7C;
  border-left: 7px solid transparent;
  border-top: none!important;
}

span.kasen.merit{
  position: relative!important;
  font-weight: 700;
}

span.kasen.merit::before{
  content: "";
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_check.png") no-repeat;
    background-size: auto;
  z-index: 1;
  width: 16px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: -20px;
  top: 4px;
}

li.tettei.bottom{
  border-top: 5px solid #EFEFEF;
  border-bottom: none;
  padding-top: 50px;
  margin-bottom: 40px;
}
.tettei.bottom::before{
  top: 5px;
}


li.yokuaru.bottom{
  border-top: 5px solid #EFEFEF!important;
  border-bottom: none;
  padding-top: 50px;
  margin-bottom: 40px;
}
.yokuaru.bottom::before{
  top: 5px;
}

li.check.bottom{
  border-top: 5px solid #EFEFEF;
  border-bottom: none;
  padding-top: 51px;
  margin-bottom: 15px;
  margin-top: 5rem;
}
.check.bottom::before{
  top: 11px !important;
}

.hoken span{
font-weight: 700;
color: #ED7B7C;
font-size: 16px;
}
.hoken p{
  margin-top: 3rem;
}
.hoken a{
  width: 273px;
  display: block;
  margin: 0 auto;
}
p.hokenbotan{
  background-color: #ED7B7C;
  padding: 5px;
  width: 230px;
  text-align: center;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 3px 0 0 #AF6977;
  position: relative;
  margin-top: 1rem;
}
p.hokenbotan::after{
  content: '';
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 0.4em 0.5em;
  border-left-color: currentColor;
  border-right: 0;
  padding-right: 3px;
  position: absolute;
  top: 14px;
  right: 8px;
}

.circle2 {
  background: #ED7B7C;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 29px;
  display: inline-grid;
  margin: 0 9px;
}

.botan.situmonn{
  width: 230px;
  margin: 0 auto;
}

.botan.checkpt{
  width: 230px;
  margin: 0 auto;
}

ul.taikenlist li{
  line-height: 1.8;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  margin-left: 30px;
  text-align: left;
}

ul.taikenlist li::before{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/icon_nyuusizyouhou.png") left top no-repeat;
  left: -32px;
  width: 23px;
  height: 22px;
  top: 5px;
  background-size: contain;
}

.prev{
  content: '';
  background: url("/new/_app/_webroot/img/page/newcolumn/oc/btn_next_01.png") left top no-repeat;
  width:95px;
  height: 100px;
  left: 297px;
  position: relative;
}

.slick-prev{
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 28px;
  top: 12px;
  position: relative;
}

.slick-next {
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(-135deg);
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  left: 89%;
  top: -1px;
  position: relative;
}

.bottomomakasebnr img{
border-radius: 10px;
}

/* -------------------------
  /* for pc only
  --------------------------*/
@media screen and (min-width: 768px) {

 
  /* ======== Paging Navi ================*/

  .bottomomakasebnr{
    width: 500px;
    margin: 0 auto;
    bottom: 2%;
    right: 22%;
  }

  .mokujifroat.motto::before{
    width: 113px;
    height: 71px;
    top: -23px;
  }

  .pagerBlock {
    padding: 30px 50px;
  }

  .contentArea.column.oc{
    width: 960px;
    margin: auto;
  }
  li.tettei{
    width: 155px;
    text-align: center;
    height: 34px;
  }
  li.yokuaru{
    width: 155px;
    text-align: center;
    height: 34px;
  }
  li.check{
    width: 155px;
    text-align: center;
    height: 49px;
    margin-top: 3.8rem;
  }
  
  .check::before{
    left: 54px;
    top: -34px;
  }
  li.tettei::before{
    left: 55px;
  }

  li.yokuaru.current::after{
    left: 45%;
    top: 38px;
  }

  .mokujiforpc{
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    width: 740px;
    margin: 0 auto;
  }
  .mokujikink{
    flex-direction: column;
    width: 431px;
    border-bottom:1px solid #c9caca;
    height: 233px;
    padding-top: 20px;
    width: 350px;
  }

  .mokujikink p{
    text-align: center;
    width: 330px!important;
    padding-right: 10px;
  }
  .mokujikink img{
    margin: 0 auto;
    width: 193px;
    height: 142px;
  } 
  .mokujifroat{
    margin-bottom: 40px;
  }
  .mokujih2tettei::before{
    left: 249px;
  }

  .mokujih2qanda{
    margin: 0 auto;
    width: 831px;
  }
  .mokujih2qanda::before{
    left: 303px;
  }
  .mokujih2chack{
    width: 831px;
    margin: 0 auto;
  }
  .mokujih2chack::before{
    left: 282px;
  }

  .mokujih2tettei{
    width: 831px;
    margin: 0 auto;
  }
  .innercloud{
  background-image: url("/new/_app/_webroot/img/page/newcolumn/oc/back_cloud_pc.png");
  background-size: 1248px;
  }

  .h2box::before{
    left: 279px;
    top: 11px;
  }
  .h2box::after{
    top: -179px;
    left: 299px;
  }
  .h2box.h2thoughts::after{
    top: -212px;
    left: 299px;
  }
  .h2box.h2yokuaru::after{
    left: 299px;
    top: -197px;
  }
  .h2box.h2checkpt::before{
    left: 280px;
    top: -6px;
  }
  .yokuaru::before{
    left: 53px;
    top: -53px;
  }
  .h2box.h2checkpt::after{
    top: -194px;
  }

  li.tettei.current::after{
    top: 38px;
    left: 66px;
  }
  li.check.current::after{
    top: 52px;
    left: 45%;
  }
  /* top画像上margin */
  .ocimg{
    margin-top: 40px;
  }
  /* top画像上margin　fin */
  .ocimg img{
    width: 380px;
  }
  .imgh2{
    width: 196px;
    left: 450px;
  }
  .och2.tettei::before{
    height: 48px;
    left: 351px;
    top: -42px;
    width: 90px;
}

  .och2.tettei::after{
    width: 38px;
    left: 375px;
    top: -24px;
  }
  .och2.tettei.long::before{
    width: 90px;
    height: 65px;
    left: 417px;
    top: -10px;
  }
  .head{
    margin-left: -123px!important;
  }
  .background.yellow{
    margin-top: 50px;
    padding-top: 70px;
  }
  .och2.tettei{
    width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  .och2.qanda{
    text-align: center;
    width: 800px;
    margin: 0 auto;
  }
  .och2.qanda::before{
    left: 48%;
  }
  .och2.qanda::after{
    left: 49.5%;
  }
  
  .och2.checkpt{
    text-align: center;
    width: 800px;
    margin: 0 auto;
  }
  .och2.checkpt::before{
    left: 47.5%;
  }
  .och2.checkpt::after{
    left: 49.5%;
  }

  .och2.thoughts{
    text-align: center;
    width: 800px;
    margin: 0 auto;
  }
  .och2.thoughts::before{
    left: 48%;
  }
  .och2.thoughts::after{
    left: 49.5%;
  }
  

/* H3 */
.aboutcheckpt.nyuusi{
  width: 790px;
}
.aboutcheckpt.seido{
  width: 790px;
}
.aboutcheckpt.suport{
  width: 790px;
}
.aboutcheckpt.sotugyou{
  width: 790px;
}
.aboutcheckpt.senpai{
  width: 790px;
}
.aboutcheckpt.senpai{
  width: 790px;
}
.aboutcheckpt.gakuhi{
  width: 790px;
}
.aboutcheckpt.sensei{
  width: 790px;
}
.faqinnertext.mail{
  width: 700px;
}
.faqinnertext.phone{
  width: 700px;
}
.faqinnertext.demerit{
  width: 700px;
}
.faqinnertext.reserve{
  width: 700px;
}
.faqinnertext.listening{
  width: 700px;
}
.faqinnertext.plan{
  width: 700px;
}

/* H3 */
.h3aboutcheckpt{
  width: 700px;
}

span.syousaimidasi{
  padding-top: 10px;
  width: 495px;
}

span.syousaimidasi::before{
  top: auto;
}

.h2box.h2yokuaru::before{
  margin-left: 252px;
}
.h2box.h2cancel::before{
  left: 278px;
}

.h2box.h2cancel::after{
  top: -208px;
}

.h2box.h2parent::before{
  left: 278px;
}

.h2box.h2parent::after{
  top: -208px;
}

.h2box.h2thoughts::before{
  top: -23px !important;
  left: 277px!important;
}

.kaisetubotan p{
  width: 299px!important;
  margin: 10px auto!important;
}

.faqinnertext.mail::before{
  top: -1px;
}

.faqinnertext.demerit::before{
  top: -8px;
}
.setumeisyousai.union{
  width: 714px;
}

.pcfloat{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 0 auto;
  padding: 0 130px;
  max-width: 900px;
  gap: 0px;
  margin-top: 40px;
}

p.arrow{
text-align: center;
}

p.arrow::after{
  left: 49%;
  top: 51px;
}

.och2.tettei.long::before{
  height: 48px;
  left: 350px;
  top: -21px;
}
.topicPathWrap p{
  margin: 20px auto;
  width: 700px;
}
.topicPathWrap p.setumeilist{
  margin: 0 auto;
}

.merittgroup p.setumeisyousai{
  margin: 10px auto;
}
.gotooc{
  width: 650px;
  margin: 0 auto; 
}
.ocbotan p{
  width: 300px;
  text-align: center;
}
.gotooc p{
  width:380px;
}
.ocimg img{
  width: 330px;
}
.people img{
  width: 220px;
}
.gotoocmidasi p{
  margin: 20px auto;
}
.ocbotan a p {
  width: 250px;
}
.ocbotan p::after{
  border-width: 0.3em 0.4em;
  top: 22px;
  right: 1px;
}
/* よくある質問 */
.botan.situmonn p{
  margin-bottom: 30px;
}
.qa-list.mts{
  margin-left: 80px;
  width: 700px;
}
/* よくある質問fin */
.center.buss{
  margin-bottom: 30px;
}

.ocbottom{
  width: 485px;
  line-height: 1.8;
}
  
.bottomback{
  width: 800px;
  margin: 0 auto;
  border-radius: 10px;
}

.och2.parent::before{
  transform: translate(-50%, 5px);
  bottom: 39px;
  left: 49%;
  top: -36px;
}

.och2.parent::after{
  transform: translate(-50%, 5px);
  left: 49%;
  top: -29px;
}

/* 一旦コメントアウト */
/* p.bottomyerow{
  position: relative;
  text-align: center;
  z-index: 5;
  margin: 50px auto;
}
p.bottomyerow::after{
  background: #F7CD65;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: calc(50% - 60px);
  position: absolute;
  top: -35px;
  width: 120px;
  z-index: 1;
} */
.br-sp {
  display: none;
 }
.qa-list dl{
  width: 780px!important;
}
.occontents{
  margin-top: 40px;
}
.setumeisyousai.nyuusis.wakusiro{
  width: 700px;
}
.kansou{
  display: flex;
  flex-direction:row-reverse;
  width: 60%;
  margin: 0 auto;
}

.senpaifukidasi::after{
  left: -7%;
  top: 35%;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 20px solid transparent;
}
.kansou{
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
}
.kansou img{
  width: 131px;
}
.kansou p{
  margin-left: 30px
}
.graph img{
  width: 230px;
}
.graphtop{
  width: 429px;
}
.hokenbotan{
  width: 250px!important;
}
.hoken a{
  margin-left: 200px;
}
.nonmatome{
  margin-left: 7px!important;
}
.body.mokuji.qa{
  margin-right: 26px;
}
.body.mokuji.ck{
  margin-right: 22px;
}
.setumeisyousai.nyuusis.waku.faq{
  border: 2px solid #F7CD65;
  width: 70%;
  padding-top: 15px;
  border-radius: 0.5rem;
  margin: 0 auto;
}
.topicPathWrap .example{
  line-height: 1.8;
  text-align: left;
  width: 700px;
  margin-bottom: 3rem;
  position: relative;
  padding-top: 6rem;
  margin: 3rem 2rem;
  height: 436px;
}
.setumeisyousai.none{
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  width: 700px;
  min-width: 320px;
  margin: 0 auto;
}
.setumeisyousai.nyuusis.waku.faq::after{
  width: 91px;
  height: 60px;
  right: 40px;
  bottom: 0px;
}
.ocimg.motto::before{
  width: 110px;
  top: -43px;
  right: 305px;
}
.setumeisyousai.nyuusis.waku.faq{
  margin-top: 4rem;
}
.examplebox{
  width: 800px;
  margin: 0 auto;
}
.topicPathWrap .example::after{
  top: 14%;
  height: 308px;
}
.setumeisyousai.none::before{
  left: 44%;
  width: 79px;
  height: 71px;
}
.setumeisyousai.none{
  margin-top: 4rem;
  padding: 46px;
}
p.letsjoin{
  padding-left: 30px;
}
.checklist.letsjoin span::before{
  left: -25px;
}

}