@charset "utf-8";
/* CSS Document */

body {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

 *, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#cWrap {
  width: 100%;
}
/**#contents*********************************************/
#contents {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
article a {
  color: #ef7a00;
  text-decoration: underline;
  overflow: hidden;
  outline: none;
}
article a:visited {
  color: #ef7a00;
}
article a:hover {
  color: #ef7a00;
  text-decoration: none;
}
/*リンク黒*/
article .alink-black a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
article .alink-black a:visited {
  color: #000;
}
article .alink-black a:hover {
  color: #000;
  text-decoration: underline;
}
article h3 {
  clear: both;
  border-left: 3px solid #ef7a00;
  border-bottom: 1px solid #a6a691;
  padding: 0 0 5px 15px;
  zesize: 115%;
  margin: 2em 0 1em 0;
}
article h3.h3none {
  border: none;
  padding: 0;
}
article .ttl {
  clear: both;
  border-left: none;
  border-bottom: none;
  background: #f4f1ed;
  padding: 5px 0 5px 13px;
  font-weight: bold;
  margin: 1em 0;
}
article .ttl:first-child {
  margin: 0 0 1em 0;
}
article h4, article .ttl02 {
  border-bottom: 1px solid #a6a691;
  padding-bottom: 5px;
  margin: 2em 0 1em 0;
  font-weight: bold;
}
article h4.h4none {
  border: none;
  padding-bottom: 0;
}
article h5, article .ttl03 {
  position: relative;
  clear: both;
  font-weight: bold;
  margin: 1em 0 1em 1.5em;
}
article h5:after, article .ttl03:after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #ea510e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
article h5.h5none {
  position: static;
  margin: 1em 0;
}
article h5.h5none:after {
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background: none;
}
article .ttl04 {
  clear: both;
  background: #f2902a;
  padding: 5px 0 5px 13px;
  color: #FFF;
  font-size: 105%;
  font-weight: bold;
  margin: 1em 0;
}
article p, article ul, article ol, article li, article dl, article table {
  margin-bottom: 1em;
}
article p:last-child, article ul:last-child, article ol:last-child, article dl:last-child, article table:last-child {
  margin-bottom: 0;
}
#contents {
  min-height: 1%;
}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*\*/
* html #contents {
  height: 1%;
}
#contents {
  display: block;
}

/**/
/****************************************
 singleLpベース
*****************************************/
body {
  overflow-x: hidden;
}
body.is-tb {
  min-width: auto;
}
#sidebar {
  display: none;
}
#cWrap {
  background: url("/lp/student/img/bg_001.jpg") !important;
	  background-repeat: repeat;
  margin-top: 134px;
	background-size: cover;
}
@media screen and (max-width: 750px) { /*Sp*/
#cWrap {
  background: url("/lp/student/img/bg_001.jpg") !important;

	background-size: 100% !important;
}
}
#contents {
  background: none;
  margin-top: 0;
}
#h1Wrap {
  display: none;
}
.column2.column2Box {
  width: 730px;
}
.inquiry-tel dd {
font-size: 96%;
padding: 7px 0 7px 0;
}
/****************************************
 h1見出し画像
*****************************************/
h1.singleLp {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 0;
	height: 100%;
  position: relative;/*親要素にrelative*/}
h1.singleLp > img {
  width: 100%;
  height: auto;
}
h1.singleLp > img.only-pc {
  display: block;
}
.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (max-width: 750px) { /*Sp*/
  #cWrap > #contents > #article {
    padding-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }
  h1.singleLp {}
  h1.singleLp > img.only-pc {
    display: none;
  }
  h1.singleLp > img.only-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .column2.column2Box {
    width: 100%;
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc nallow */
  body.singleLp #contents {
    margin: 0 auto;
    width: 100% !important;
  }
  #article {
    width: 100%;
  }
}
@media screen and (min-width:981px) { /* pc wide */
  #article {
    width: 980px;
  }
}
/****************************************
 文字サイズ
*****************************************/
body.singleLp #contents {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-size: 120%;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  color: #333;
}
body.singleLp #contents article p {
  line-height: 1.9;
  font-size: 120%;
}
body.singleLp #contents article ul li,
body.singleLp #contents article ol li {
  font-size: 120%!important;
}
body.singleLp #contents article p.txt-small {
  line-height: 1.9;
  font-size: 100%;
}
body.singleLp #contents article p.txt-small02 {
  line-height: 1.9;
  font-size: 90%;
}
body.singleLp #contents article p.txt-small03 {
  line-height: 1.9;
  font-size: 80%;
}
body.singleLp #contents article p.txt-small04 {
  line-height: 1.9;
  font-size: 70%;
}
#article h2.singleLp {
  background: none;
  font-size: 196%;
  text-align: center;
  margin-bottom: 1em;
}
#article h3 {
  border-bottom: none;
  font-size: 125%;
}
#article h3.doc {
  border-left: none;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
}
#article h3.doc img.ico {
  margin-right: 0.8em;
}
.horizontal-line {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
}
.horizontal-line:before, .horizontal-line:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.horizontal-line:before {
  left: 0;
}
.horizontal-line:after {
  right: 0;
}
#article a.pdf {
  background: url(/cmn/img/ico/ico-pdf.gif) right 50% no-repeat;
  padding: 0 15px 0 0;
  margin-right: 3px;
}
#article a.window {
  background: url(/cmn/img/ico/ico-window-o.gif) right 50% no-repeat;
  padding: 0 15px 0 0;
  margin-right: 3px;
}
.window-w {
	background:url(/lp/student/img/ico-window-w.png) right 50% no-repeat;
  padding: 0 15px 0 0;
  margin-right: 3px;
}


@media screen and (max-width: 750px) { /*Sp*/
  #cWrap > #contents > #article h2.singleLp {
    font-size: 20px !important;
  }
  body.singleLp #contents {
    font-size: 100%;
  }
  #article h3.doc img.ico {
    width: 1.5em;
    height: auto;
    margin-right: 0.5em;
  }
  #article a.pdf {
    background: url(/cmn/img/ico/ico-pdf.gif) right 50% no-repeat;
    padding: 0 15px 0 0;
    margin-right: 3px;
  }
  #article a.window {
    background: url(/cmn/img/ico/ico-window-o.gif) right 50% no-repeat;
    padding: 0 15px 0 0;
    margin-right: 3px;
  }
}
/****************************************
 レイアウト
*****************************************/
.bg01 {
  background: #fff5e3;
}
.bg02 {
  background: #edf7fb;
}
.bg03 {
  background: #fffccd;
}
.singleLpContents section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.singleLpContents .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 120px 0 100px 0;
}

@media screen and (max-width:1200px) { /* pc narrow */
.singleLpContents .inner {
  max-width: 980px;
  width: calc(100% - 60px);
 }
}
@media screen and (max-width:1000px) { /* tb + pc narrow */
.singleLpContents .inner {
  max-width: 100%;
  width: calc(100% - 60px);
 }
}
@media screen and (max-width:800px) { 
.singleLpContents .inner {
  max-width: 100%;
  width: calc(100% - 30px);
  padding: 80px 0 60px 0;
 }
}
@media screen and (max-width:750px) { 
.singleLpContents .inner {
  max-width: 100%;
  width: calc(100% - 30px);
  padding: 60px 0 50px 0;
 }
#point .inner {
  max-width: 100%;
  width: calc(100%) !important;
  padding: 60px 0 50px 0;
 }
#faq .inner {
  max-width: 100%;
  width: calc(100%) !important;
  padding: 60px 0 50px 0;
 }

}
.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 > div,
.col2 > li {
width: calc(50% - 8px);
    margin: 0 0 16px 0;
}
.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 > div,
.col3 > li {
width: calc(33.3% - 10px);
    margin: 0 0 16px 0;
/*  padding: 0;*/
  font-size: 90%;
}
.col3 > li a {
  display: block;
}
.col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col4 > div,
.col4 > li {
width: calc(25% - 10px);
    margin: 0 0 16px 0;
  padding: 0;
  font-size: 90%;
}
.col4 > li a {
  display: block;
}
.box-whitebg {
  padding: 2em;
  margin: 2em 0;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.01);
  border-radius: 6px;
  border: 2px solid #87CEFA;
}
.box-redline {
  padding: 1.5em 1em;
  margin: 2em 0;
  border-radius: 6px;
  border: 2px solid #dc0000;
}
body.singleLp #contents article .box-redline p{
  font-size: 100%;	
}
body.singleLp #contents article .box-redline p.txt-red02{
  font-size: 22px;	
}
@media screen and (max-width: 1000px) {
  .singleLpContents .inner {
    margin: 0 auto 0 auto;
    padding: 1em 20px 4em 20px;
    width: calc(100% - 1.0em);
  }
}
@media screen and (max-width: 750px) { /* SP */
body.singleLp #contents article .box-redline p.txt-red02{
  font-size: 120%;	
}
}

.box-whitebg p {
  margin: 0;
  padding: 0;
}
/****************************************
 table
*****************************************/
table {
  width: 100%;
  font-size: 90%;
}
td.td-c {
  text-align: center;
}
td.td-r {
  text-align: center;
}
th.em-cell-t, td.em-cell-t {
  border-top: 6px solid #ffa600 !important;
}
th.em-cell-r, td.em-cell-r {
  border-right: 4px solid #ffa600 !important;
}
th.em-cell-b, td.em-cell-b {
  border-bottom: 6px solid #ffa600 !important;
}
th.em-cell-l, td.em-cell-l {
  border-left: 4px solid #ffa600 !important;
}
.underline01 {
  border-bottom: solid 2px #87CEFA;
}
.underline02 {
  border-bottom: solid 2px #dc0000;
}
.underline03 {
  border-bottom: solid 2px #999999;
}
.accordion-ttl {
  background: url(/cmn/img/ico/ico-plus.gif) 8px 16px no-repeat #ffffff;
  padding: 10px 5px 8px 47px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 1em;
  color: #ef7a00;
  border-radius: 6px;
}
.accordion-active {
  background: url(/cmn/img/ico/ico-minus.gif) 8px 16px no-repeat #ffffff;
  padding: 10px 5px 8px 47px;
  margin-bottom: 0;
  margin-top: 1em;
}
.accordion {
  display: none;
  background: #ffffff;
  padding: 1em 1.5em 1em 2em;
  margin-bottom: 2em;
}
body.singleLp #contents article p.examplebox {
  background-color: #ffffff;
  margin: 0 2em 1em 2em;
padding: 15px 5px 15px 15px;
  font-size: 90%;
  border-radius: 4px;
  display: block;
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc nallow */
  table {
    width: 100%;
    font-size: 99%;
  }
  body.singleLp #contents article p.examplebox {
    border: 2px solid #fff;
    background: #fff;
    padding: 15px 15px 15px 15px;
    margin-bottom: 1em;
    border-radius: 4px;
  }
}
@media screen and (max-width: 750px) { /* SP */
  table {
    width: 100%;
    font-size: 89%;
  }
  .col2 > div {
    width: 100%;
  }
  .col3 > li {
    margin-bottom: 0;
  }
  .col3 > li > img {
    width: 100%;
    height: auto;
    max-height: 63px;
    max-width: 103px;
  }
  .col3 > li > p {
    display: none;
  }
  .singleLpContents .inner {
    margin: 0 auto 0 auto;
    padding: 1em 0.5em 4em 0.5em;
    width: calc(100% - 1.0em);
  }
  .faqWrap > .inner {
    margin: 0 auto -6em auto;
    padding: 1em 1em 9em 1em;
    width: calc(100% - 2em);
  }
  .box-whitebg {
    padding: 0.75em;
    border: 1px solid #87CEFA;
  }
  body.singleLp #contents article p.examplebox {
    border: 1px solid #fff;
    background: #fff;
    padding: 0.25em 0.25em 0.25em 2em;
    margin: 1em 0 1.5em 0;
    border-radius: 2px;
  }
}
/****************************************
 only pc/tb/sp
*****************************************/
@media screen and (max-width: 750px) { /* SP */
  .only-pc, .only-pctb {
    display: none !important;
  }
  .only-pc-c-txt {
    text-align: left !important;
  }
  .only-tb {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .only-spi {
    display: inline-block !important;
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc nallow */
  .only-tb {
    display: block !important;
  }
  .only-tbi {
    display: inline-block !important;
  }
  .only-pctb {
    display: block !important;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: none !important;
  }
  .scroll-hint-icon-wrap {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width:981px) { /* pc wide */
  .only-pc {
    display: block !important;
  }
  .only-pctb {
    display: block !important;
  }
  .only-pci {
    display: inline-block !important;
  }
  .only-pc-c-txt {
    text-align: center;
  }
  .only-sp {
    display: none !important;
  }
  .only-tb {
    display: none !important;
  }
  .scroll-hint-icon-wrap {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/****************btn***********************/

.btn, a.btn, button.btn {
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.75rem 1rem 0.75rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  font-size: 110%;
}
.ancbtn, a.ancbtn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.75rem 0 0.75rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  font-size: 15px;
}
.anc.col3 li {
    margin-bottom: 0.2em !important;
    background: url(/cmn/img/arrow-btm-o.gif) left 3px no-repeat;
    padding-left: 20px;
    font-size: 90%;
    line-height: 1.4em;
    letter-spacing: 0;
}
a.btn-sp {
  position: relative;
  color: #fff !important;
  background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
  -webkit-box-shadow: 0 5px 0 #ef7a00;
  box-shadow: 0 5px 0 #ef7a00;
  margin: 0.5em auto 1em auto;
  width: calc(100% - 8em);
}
a.btn-sp span {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #ef7a00;
  border-radius: 4px;
  background: #fff;
}
a.btn-sp:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ef7a00;
  -webkit-box-shadow: 0 2px 0 #ef7a00;
  box-shadow: 0 2px 0 #ef7a00;
}
a.btn-sp:hover:before {
  left: 2rem;
}
a.btn-plan {
  position: relative;
  color: #fff !important;
  background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
  -webkit-box-shadow: 0 5px 0 #ef7a00;
  box-shadow: 0 5px 0 #ef7a00;
  margin: 0.5em auto 1em 1em;
  width: 70%;
}
a.btn-plan-s {
  position: relative;
  color: #fff !important;
  background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
  -webkit-box-shadow: 0 5px 0 #ef7a00;
  box-shadow: 0 5px 0 #ef7a00;
  margin: 0.5em auto 1em 1em;
  width: 70%;
  padding: 0.5em 0.25em;
}
a.btn-plan span, a.btn-plan-s span {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #ef7a00;
  border-radius: 4px;
  background: #fff;
}
a.btn-plan:hover, a.btn-plan-s:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ef7a00;
  -webkit-box-shadow: 0 2px 0 #ef7a00;
  box-shadow: 0 2px 0 #ef7a00;
}
a.btn-plan:hover:before, a.btn-plan-s:hover:before {
  left: 2rem;
}
.anclist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.anclist li {
  width: 33%;
}
.anclist li a img.ico {
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anclist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.anclist li {
  width: 33%;
}
.anclist li a img.ico {
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anclist li:nth-child(1) {
  margin-left: 1.6em;
}
.anclist li:nth-child(1) a{
  letter-spacing: 0;
}
.anclist li:nth-child(1) a::before {
    content: url("../../sample1 - Copy/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 0.25em;
}
.anclist li:nth-child(2) a::before {
    content: url("../../sample1 - Copy/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 1em;
}
.anclist li:nth-child(3) a::before {
    content: url("../../sample1 - Copy/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 1em;
}
a.btn-anc {
  position: relative;
  color: #3b71ab;
  background: #9dccff;
  -webkit-box-shadow: 0 5px 0 #93afcc;
  box-shadow: 0 5px 0 #93afcc;
  margin: 0;
  width: 85%;
}
a.btn-anc:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #3db3ea;
  -webkit-box-shadow: 0 2px 0 #93afcc;
  box-shadow: 0 2px 0 #93afcc;
}
a.btn-anc:hover:before {
  left: 2rem;
}
#article .youtubelist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
}
#article .youtubelist li {
  width: 460px;
  font-size: 100%;
  line-height: 1.8;
}
#article .youtubelist .youtube {
position: relative;
width: 100%;
padding-bottom: 56.25%;
overflow: hidden;
margin-bottom: 7px;
}
#article .youtubelist .youtube iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
body.singleLp #contents article .youtubelist p {
    font-size: 95%!important;
}
@media screen and (max-width: 750px) { /* SP */
  .btn, a.btn, button.btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.75rem 1rem 0.75rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.3rem;
    font-size: 110%;
  }
  a.btn.btn-plan {
    position: relative;
    color: #fff !important;
    background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
    -webkit-box-shadow: 0 5px 0 #ef7a00;
    box-shadow: 0 5px 0 #ef7a00;
    margin: 0.5em auto 0.25em auto;
    width: calc(100% - 4.5em);
  }
  a.btn.btn-plan-s {
    position: relative;
    color: #fff !important;
    background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
    -webkit-box-shadow: 0 5px 0 #ef7a00;
    box-shadow: 0 5px 0 #ef7a00;
    margin: 0.5em auto 0.25em auto;
    width: calc(100% - 4.5em);
    padding: 0.25em 0.5em;
  }
  .btn, .ancbtn, a.ancbtn {
    text-align: left;
    font-size: 13px;
  }
  a.btn-anc {
    position: relative;
    color: #3b71ab;
    background: #9dccff;
    -webkit-box-shadow: 0 1px 0 #93afcc;
    box-shadow: 0 1px 0 #93afcc;
    width: 100%;
    padding: 1em 0 1em 4em;
    margin-bottom: 0.5em;
  }
  a.btn-anc:hover {
    color: #3b71ab;
    background: #9dccff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-bottom: none;
    margin-bottom: 0.5em;
  }
  .anclist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .anclist li {
    width: 80%;
    margin-bottom: 0.5em;
  }
  .anclist li:nth-child(1) {
    margin-left: 0;
  }
  .anclist li:nth-child(1) a::before {
    content: url("../../sample1 - Copy/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1em;
    left: 1em;
  }
  .anclist li:nth-child(2) a::before {
    content: url("../../sample1 - Copy/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1em;
    left: 1em;
  }
  .anclist li:nth-child(3) a::before {
    content: url("../../sample1 - Copy/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1em;
    left: 1em;
  }
 #article .youtubelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
 #article .youtubelist .youtube{
margin-bottom: 0;
  }
 #article .youtubelist li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
 #article .youtubelist li img {
    margin-bottom: 0.5em;
  }
 #article .youtubelist li:nth-child(1) {
    margin-bottom: 2em;
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc nallow */
  .ancbtn, a.ancbtn {
    font-size: 11px;
  }
  .col3 > li img {
    width: 100%;
    height: auto;
  }
  #article .youtubelist li {
    width: 45% !important;
    font-size: 100%;
    line-height: 1.8;
  }
  a.btn-plan-s {
    position: relative;
    color: #fff !important;
    background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
    -webkit-box-shadow: 0 5px 0 #ef7a00;
    box-shadow: 0 5px 0 #ef7a00;
    margin: 0.5em auto 1em 1em;
    width: 90%;
    padding: 0.5em 0.25em;
  }
}
/****************************************
 singleLpベース
*****************************************/
  .bg001 {
  background: url("/lp/student/img/bg_001.jpg");
	  background-repeat: repeat;
	  background-position: top;
  }


#mainBg{ margin-bottom: 20%;
	}
@media screen and (max-width:1700px) {
#mainBg{ margin-bottom: 20%;
	}
	}

@media screen and (max-width:1450px) {
#mainBg{ margin-bottom: 20%;
	}
	}
@media screen and (max-width:1000px) {
#mainBg{ margin-bottom: 300px;
	}
	}
@media screen and (max-width:750px) {
#mainBg{ margin-bottom: 250px;
	}
	}

#mainBg .mainBg-box{
  position: absolute;/*重ねたい子要素にabsolute*/
	left:0;
	top:95%;
}
@media screen and (max-width:1200px) {
#mainBg .mainBg-box{
  position: absolute;/*重ねたい子要素にabsolute*/
	left:0;
	top:91%;
}
	}
@media screen and (max-width:750px) {
#mainBg .mainBg-box{
  position: absolute;/*重ねたい子要素にabsolute*/
	left:0;
	top:89%;
}
	}

#mainBg .mainBg-blue{
	background: #02459A;  width: 100vw; padding-bottom: 30px;
}
#mainBg .mainBg-txt{
	color: #fff;
	margin-left:38%;
}
@media screen and (max-width:1140px) {
#mainBg .mainBg-txt{
	color: #fff;
	margin-left:0 !important;
	text-align: center !important;
}

	}

#mainBg .mainTxt{
font-size: 30px !important;
	margin-bottom: 5px !important;
	letter-spacing: 0.1em;
	filter:drop-shadow(1px 1px 2px #333);

}
#mainBg .colorGl{
background: linear-gradient(90deg, #fddc52 0%, #fffbcc 40%, #ebd587 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}

#mainBg .subTxt2{
font-size: 20px !important;
text-align: left !important;
font-weight: normal !important;
}
@media screen and (max-width:1450px) {
#mainBg .mainBg-txt{
	color: #fff;
	margin-left:38%;
}
#mainBg .mainTxt{
font-size: 20px !important;
	margin-bottom: 5px !important;
	letter-spacing: 0.1em;
	filter:drop-shadow(1px 1px 2px #333);
	
}
#mainBg .colorGl{
background: linear-gradient(90deg, #fddc52 0%, #fffbcc 40%, #ebd587 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}
}

@media screen and (max-width:1140px) {
#mainBg .subTxt2{
font-size: 18px !important;
text-align: center !important;
font-weight: normal !important;
}

	}
@media screen and (max-width:750px) {
#mainBg .mainTxt{
font-size: 20px !important;
	margin-bottom: 5px !important;
	letter-spacing: 0.1em;
	filter:drop-shadow(1px 1px 2px #333);
}
#mainBg .colorGl{
background: linear-gradient(90deg, #fddc52 0%, #fffbcc 40%, #ebd587 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}

#mainBg .subTxt2{
font-size: 14.5px !important;
text-align: center !important;
font-weight: normal !important;
}

	}
#student .bgYellow{
  background-color: #FFFF00 !important;
}
#student .headerBg-blue2{
  height: 60px;
	background-image: url("/lp/student/img/header-bg-blue.png");
}
#student .icon_block{
  position: absolute;
	left: 5%;
	top: -230px;
}
#student .icon_005{
	width: 100%;
	max-width: 600px;
	height: auto;
	box-sizing: border-box;
}
@media screen and (max-width:1700px) {
#student .icon_block{
  position: absolute;
	left: 5%;
	top: -80px;
}
#student .icon_005{
	width: 100%;
	max-width: 500px;
	height: auto;
	box-sizing: border-box;
}
}
@media screen and (max-width:1450px) {
#student .icon_block{
  position: absolute;
	left: 5%;
	top: -80px;
}
#student .icon_005{
	width: 100%;
	max-width: 400px;
	height: auto;
	box-sizing: border-box;
}
}
@media screen and (max-width:1140px) {
#student .icon_block{

  position: none;
	left: 5%;
	top: -50px;
}
#student .icon_005{
	width: 0 !important;
	max-width: 0 !important;
	height: auto;
	box-sizing: border-box;
}
}
@media screen and (max-width: 1140px) { /* SP */
  .none {
    display: none !important;
  }

  }

/* 左右に横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.heading::before,
.heading::after {
  background-color: #F70F8D; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 30px; /* 横線の長さ */
}
.heading::before {
  margin-right: 15px; /* 文字との余白 */
}
.heading::after {
  margin-left: 15px; /* 文字との余白 */
}

#student .subTxt {
  text-align: center;
  font-size: 28px !important;
  margin-bottom: 10px !important;
}

.line1, .line1-pink {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
 
.line1:before, 
.line1:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 2em;
  margin: 0 ;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

.line1-pink:before, 
.line1-pink:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #F70F8D;
  width: 3px;
  height: 2em;
  margin: 0 ;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

 
.line1:before, .line1-pink:before {
  transform: rotate(-35deg);
}
 
.line1:after, .line1-pink:after {
  transform: rotate(35deg);
}
.line2, .line2-pink {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;

}
 
.line2:before,
.line2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 1.2em;
  margin: 0 1em 0;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

.line2-pink:before,
.line2-pink:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #F70F8D;
  width: 3px;
  height: 1.2em;
  margin: 0 1em 0;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

 
.line2:before, .line2-pink:before {
  transform: rotate(-20deg);
}
 
.line2:after, .line2-pink:after {
  transform: rotate(20deg);
}


#student .flex{
  display: flex !important; height: 300px;
}

@media screen and (max-width:1200px) { 
/* 左右に横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.heading::before,
.heading::after {
  background-color: #F70F8D; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 30px; /* 横線の長さ */
}
.heading::before {
  margin-right: 15px; /* 文字との余白 */
}
.heading::after {
  margin-left: 15px; /* 文字との余白 */
}

#student .subTxt {
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

.line1, .line1-pink {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
 
.line1:before, 
.line1:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 2em;
  margin: 0 ;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

.line1-pink:before, 
.line1-pink:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #F70F8D;
  width: 3px;
  height: 2em;
  margin: 0 ;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

 
.line1:before, .line1-pink:before {
  transform: rotate(-35deg);
}
 
.line1:after, .line1-pink:after {
  transform: rotate(35deg);
}
.line2, .line2-pink {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;

}
 
.line2:before,
.line2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 1.2em;
  margin: 0 1em 0;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

.line2-pink:before,
.line2-pink:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #F70F8D;
  width: 3px;
  height: 1.2em;
  margin: 0 1em 0;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

 
.line2:before, .line2-pink:before {
  transform: rotate(-20deg);
}
 
.line2:after, .line2-pink:after {
  transform: rotate(20deg);
}


#student .flex{
  display: flex !important; height: 300px;
}

 }
@media screen and (max-width:750px) { 
/* 左右に横線 */
.heading {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.heading::before,
.heading::after {
  background-color: #F70F8D; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 30px; /* 横線の長さ */
}
.heading::before {
  margin-right: 15px; /* 文字との余白 */
}
.heading::after {
  margin-left: 15px; /* 文字との余白 */
}

#student .subTxt {
  text-align: center;
  font-size: 15px !important;
  margin-bottom: 10px !important;
}

.line1, .line1-pink {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
 
.line1:before, 
.line1:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 2em;
  margin: 0 ;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

.line1-pink:before, 
.line1-pink:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #F70F8D;
  width: 3px;
  height: 2em;
  margin: 0 ;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

 
.line1:before, .line1-pink:before {
  transform: rotate(-35deg);
}
 
.line1:after, .line1-pink:after {
  transform: rotate(35deg);
}
.line2, .line2-pink {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;

}
 
.line2:before,
.line2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 3px;
  height: 1.2em;
  margin: 0 1em 0;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

.line2-pink:before,
.line2-pink:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #F70F8D;
  width: 3px;
  height: 1.2em;
  margin: 0 1em 0;
  margin-top: -.2em;
  vertical-align: middle;
  border-radius: 5px; /* 線の両端を丸く */}

 
.line2:before, .line2-pink:before {
  transform: rotate(-20deg);
}
 
.line2:after, .line2-pink:after {
  transform: rotate(20deg);
}


#student .flex{
  display: flex !important; height: 300px;
}

 }


@media screen and (max-width:750px) {
#student .flex{
 height: auto; display: block !important; 
}
}

.txt-s-blue01{
  color: #02459A !important;
}
.txt-s-yellow01{
  color: #FFFF00 !important;
}

span.marker {
    background: linear-gradient(transparent 50%, #FFFF00 50%);
}



#student .headerBg-pink{
  height: 60px;
	background-image: url("/lp/student/img/header-bg.png");
}
#student .footerBg-pink{
  height: 60px;
	background-image: url("/lp/student/img/footer-bg.png");
	background-repeat: repeat-x;
	background-position: bottom;
}
#student .headerBg-blue{
  height: 60px;
	background-image: url("/lp/student/img/header-bg-blue.png");
}
#student .footerBg-blue{
  height: 60px;
	background-image: url("/lp/student/img/footer-bg-blue.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

#student .bgPink{
  background: #F70F8D;
}
#student .bgBlue{
  background: #02459A;
}
#student .bgWhite{
  background: #fff;
  border-radius: 30px;
  margin: 20px 2px 0;
  padding: 0px 0 20px;
  width: 100%-4px;
  height: 100%;
  position: relative;
}

#student .bgWhite .icon_001{
  position: absolute;
	right: 13px;
	top: 5;
}
#student .bgWhite .icon_002{
  position: absolute;
	right: 50px;
	top: 1660px;
}
#student .bgWhite .icon_003{
  position: absolute;
	right: 35px;
	top: 2470px;
}
#student .bgWhite .icon_004{
  position: absolute;
	right: 85px;
	top: 1080px;
}

#student .pointInner{
  padding: 30px 60px;
}
#student .faqInner{
  padding: 30px 60px;
}

@media screen and (max-width:1200px) {
.txt-s-blue01{
  color: #02459A !important;
}
.txt-s-yellow01{
  color: #FFFF00 !important;
}

span.marker {
    background: linear-gradient(transparent 50%, #FFFF00 50%);
}
#student .autoImg{
	width: 100%; box-sizing: cover;
}



#student .headerBg-pink{
  height: 60px;
	background-image: url("/lp/student/img/header-bg.png");
}
#student .footerBg-pink{
  height: 60px;
	background-image: url("/lp/student/img/footer-bg.png");
	background-repeat: repeat-x;
	background-position: bottom;
}
#student .headerBg-blue{
  height: 60px;
	background-image: url("/lp/student/img/header-bg-blue.png");
}
#student .footerBg-blue{
  height: 60px;
	background-image: url("/lp/student/img/footer-bg-blue.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

#student .bgPink{
  background: #F70F8D;
}
#student .bgBlue{
  background: #02459A;
}
#student .bgWhite{
  background: #fff;
  border-radius: 30px;
  margin: 20px 2px 0;
  padding: 0px 0 20px;
  width: 100%-4px;
  height: 100%;
  position: relative;
}

#student .bgWhite .icon_001{
  position: absolute;
	right: 13px;
	top: 5;
}
#student .bgWhite .icon_002{
  position: absolute;
	right: 50px;
	top: 1640px;
}
#student .bgWhite .icon_003{
  position: absolute;
	right: 35px;
	top: 2450px;
}
#student .bgWhite .icon_004{
  position: absolute;
	right: 85px;
	top: 1050px;
}

#student .pointInner{
  padding: 20px 20px;
}
#student .faqInner{
  padding: 20px 20px;
}
}


@media screen and (max-width:750px) {
.txt-s-blue01{
  color: #02459A !important;
}
.txt-s-yellow01{
  color: #FFFF00 !important;
}

span.marker {
    background: linear-gradient(transparent 50%, #FFFF00 50%);
}



#student .headerBg-pink{
  height: 60px;
	background-image: url("/lp/student/img/header-bg.png");
}
#student .footerBg-pink{
  height: 60px;
	background-image: url("/lp/student/img/footer-bg.png");
	background-repeat: repeat-x;
	background-position: bottom;
}
#student .headerBg-blue{
  height: 60px;
	background-image: url("/lp/student/img/header-bg-blue.png");
}
#student .footerBg-blue{
  height: 60px;
	background-image: url("/lp/student/img/footer-bg-blue.png");
	background-repeat: repeat-x;
	background-position: bottom;
}

#student .bgPink{
  background: #F70F8D;
}
#student .bgBlue{
  background: #02459A;
}
#student .bgWhite{
  background: #fff;
  border-radius: 10px;
  margin: 20px 2px 0 !important;
  padding: 0px 0 20px;
  width: 100%-4px;
  height: 100%;
  position: relative;
}

#student .bgWhite .icon_001{
  position: absolute;
	right: 13px;
	top: 5;
}
#student .bgWhite .icon_002{
  position: absolute;
	right: 50px;
	top: 1640px;
}
#student .bgWhite .icon_003{
  position: absolute;
	right: 35px;
	top: 2450px;
}
#student .bgWhite .icon_004{
  position: absolute;
	right: 85px;
	top: 1050px;
}

#student .pointInner{
  padding: 25px 5px;
}
#student .faqInner{
  padding: 25px 5px;
}
}

/****************************************
whats
*****************************************/

#whats .en{
  font-size: 52px !important;
  line-height: 56px!important;
  text-align: center;
  color: #F70F8D;
  font-weight: 700;
	margin-bottom: 0 !important;
}

#whats .jp{
  font-size: 30px !important;
  text-align: center;
  color: #F70F8D;
  font-weight: 500;
}

#whats .txtBox{
  width: 55%;
}
#whats .imgBox{
  width: 45%;
    display: block;
  text-align: center;
}
#whats .imgMap{
  width: 100%;
  max-width: 448px;
  height: auto;
  box-sizing: border-box;

}

#student h2{
  font-size: 44px !important;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:1200px) { 
#whats .en{
  font-size: 38px !important;
  line-height: 30px;
  text-align: center;
  color: #F70F8D;
  font-weight: 700;
	margin-bottom: 0 !important;
}

#whats .jp{
  font-size: 24px !important;
  text-align: center;
  color: #F70F8D;
  font-weight: 500;
}

#whats .txtBox{
  width: 55%;
}
#whats .imgBox{
  width: 45%;
    display: block;
  text-align: center;
}
#whats .imgMap{
  width: 100%;
  max-width: 448px;
  height: auto;
  box-sizing: border-box;
}

#student h2{
  font-size: 32px !important;
  color: #fff;
  text-align: center;
}
}

@media screen and (max-width:750px) { 
#whats .en{
  font-size: 28px !important;
  line-height: 34px !important;
  text-align: center;
  color: #F70F8D;
  font-weight: 700;
	margin-bottom: 0 !important;
}
#whats .iconShip{
  width: 80px;
}
#whats .jp{
  font-size: 18px !important;
  text-align: center;
  color: #F70F8D;
  font-weight: 500;
}

#whats .txtBox{
  width: 100%; margin-bottom: 30px;
}
#whats .imgBox{
  width: 100%;
    display: block;
  text-align: center;
}
#whats .imgMap{
  width: 100%;
  max-width: 300px;
  height: auto;
  box-sizing: border-box;
}

#student h2{
  font-size: 22px !important;
  color: #fff;
  text-align: center;
}
}


/****************************************
point1
*****************************************/

#point h3{
  font-size: 40px;  
  color: #F70F8D;
  border: none !important;
  margin: 0 0 0 20px !important;
  padding:  0 !important;
  line-height: 40px;
}

#point .iconTitle01{
  content: "";
  display: inline-block;  
  background-image: url("/lp/student/img/title01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 140px;
  height: 165px;
  
}

#point .titleBox {
    display: flex;
    align-items: center;
  height: 165px;
	margin-bottom: 40px;
}
@media screen and (max-width:750px) { 
#point .spTitle {
  height: 175px !important;
}
}

#point .tour {
    display: flex;
	align-items: stretch;
    justify-content: space-between;
	margin-bottom: 10px;
}
#point .type {
    font-size: 18px !important;
	font-weight: 500;
}

#point .tour .tourImg{
	width: 100%; box-sizing: cover;
}

@media screen and (max-width:1200px) { 
#point .tour img{
    /*コレ*/max-width: 100%;
    /*コレ*/height: auto;
    display: block;
}
#point .tour .tourImg{
	width: 100%; box-sizing: cover;
}

}
@media screen and (max-width:750px) { 
#point .tour #tourist, #point .tour #private, #point .tour #superia{
    width: 98%;
	margin: 0 auto;
}
#point .tour img{
    /*コレ*/max-width: 100%;
    /*コレ*/height: auto;
    display: block;
}
	#point .tour {
    display: block !important;
	margin-bottom: 10px !important;
		width: 100%;

}

}
#point .type{
  background: #4C3419;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}
#point .border{
  border-bottom: solid 1px #fff;
  }
#point .borderE{
  padding: 30px 30px 0;
  margin-bottom: 0px;
  border-bottom: solid 1px #fff;
  }

#point .tourInner{
	text-align: center;
	  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
flex-flow: column;
  padding: 30px;
	height: 487px;  }
#point .between {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
#point .tourBox{

  }
#point .tourBoxE{
  padding-bottom: 30px;
  border-bottom: solid 1px #fff;
  }

#point .bgGreen{
  background: #39C2C2;
  }
#point .bgBlue{
  background: #0083C4;
  }
#point .bgOrenge{
  background: #FB9A28;
  }
#point .price{
  font-size: 36px;
  font-weight: 500;
  }
#point .yen{
  margin-left: 4px;
  }


#point .txt-tour{
  color: #fff;
  margin: 0;
  line-height: 36px !important;}
#student .txt-pink2{
  color: #F70F8D;
  }

#point .hikakuTable{
  background: #F70F8D;
  padding: 8px;
  text-align: center;
  }

#point .hikakuTable h4{
  font-size: 26px !important;
  color: #FFFF00;
	border: none;
	text-align: center;
	margin: 0;
  }
#point .hikakuTable .bgPink1{
  background: #F9E5E9;
  }
#point .hikakuTable table td{
  border: solid 1px #F70F8D;
  vertical-align: middle;
  padding: 5px;
  }
#point .hikakuTable .symbol{
  font-size: 34px !important;
  color: #F70F8D}

#point .hikakuTable .w25{
  width: 25%;}
#point .hikakuTable .w13{
  width: 13%;}



@media screen and (max-width:1200px) { 
#point h3{
  font-size: 30px;  
  color: #F70F8D;
  border: none !important;
  margin: 0 0 0 20px !important;
  padding:  0 !important;
  line-height: 40px;
}

#point .iconTitle01{
  content: "";
  display: inline-block;  
  background-image: url("/lp/student/img/title01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 119px;
  
}

#point .titleBox {
    display: flex;
    align-items: center;
  height: 165px;
	margin-bottom: 40px;
}
#point .tour {
    display: flex;
	align-items: stretch;
    justify-content: space-between;
	margin-bottom: 30px;
}

#point .type{
  background: #4C3419;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}
#point .border{
  border-bottom: solid 1px #fff;
  }
#point .borderE{
  padding: 30px 30px 0;
  margin-bottom: 0px;
  border-bottom: solid 1px #fff;
  }

#point .tourInner{
	text-align: center;
	  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
flex-flow: column;
  padding: 30px;
	height: 487px;  }
#point .between {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
#point .tourBox{

  }
#point .tourBoxE{
  padding-bottom: 30px;
  border-bottom: solid 1px #fff;
  }

#point .bgGreen{
  background: #39C2C2;
  }
#point .bgBlue{
  background: #0083C4;
  }
#point .bgOrenge{
  background: #FB9A28;
  }
#point .price{
  font-size: 36px;
  font-weight: 500;
  }
#point .yen{
  margin-left: 4px;
  }


#point .txt-tour{
  color: #fff;
  margin: 0;
  line-height: 36px !important;}
#student .txt-pink2{
  color: #F70F8D;
  }

#point .hikakuTable{
  background: #F70F8D;
  padding: 8px;
  text-align: center;
  }

#point .hikakuTable h4{
  font-size: 26px !important;
  color: #FFFF00;
	border: none;
	text-align: center;
	margin: 0;
  }
#point .hikakuTable .bgPink1{
  background: #F9E5E9;
  }
#point .hikakuTable table td{
  border: solid 1px #F70F8D;
  vertical-align: middle;
  padding: 5px;
  }
#point .hikakuTable .symbol{
  font-size: 34px !important;
  color: #F70F8D}
#point .hikakuTable .w25{
  width: 25%;}
#point .hikakuTable .w13{
  width: 13%;}
 }
@media screen and (max-width:750px) { 
#point h3{
  font-size: 22px;  
  color: #F70F8D;
  border: none !important;
  margin: 0 0 0 20px !important;
  padding:  0 !important;
  line-height: 28px;
}

#point .iconTitle01{
  content: "";
  display: inline-block;  
  background-image: url("/lp/student/img/title01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 83px;
  
}

#point .titleBox {
    display: flex;
    align-items: center;
  height: 83px;
	margin-bottom: 40px;
}
#point .tour {
    display: flex;
	align-items: stretch;
    justify-content: space-between;
	margin-bottom: 30px;
}

#point .type{
  background: #4C3419;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}
#point .border{
  border-bottom: solid 1px #fff;
  }
#point .borderE{
  padding: 30px 30px 0;
  margin-bottom: 0px;
  border-bottom: solid 1px #fff;
  }

#point .tourInner{
	text-align: center;
	  display:-webkit-box;
  display:-ms-flexbox;
  display:block !important;
flex-flow: column;
  padding: 0 30px 20px;
	height: auto;  }
#point .between {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
#point .tourBox{
padding: 10px 0;
  }
#point .tourBoxE{
  padding-bottom: 30px;
  border-bottom: solid 1px #fff;
  }

#point .bgGreen{
  background: #39C2C2;
  }
#point .bgBlue{
  background: #0083C4;
  }
#point .bgOrenge{
  background: #FB9A28;
  }
#point .price{
  font-size: 30px;
  font-weight: 500;
  }
#point .yen{
  margin-left: 4px;
  }


#point .txt-tour{
  color: #fff;
  margin: 0;
  line-height: 30px !important;}
#student .txt-pink2{
  color: #F70F8D;
  }

#point .hikakuTable{
  background: #F70F8D;
  padding: 8px 8px 5px;
  text-align: center;
  }

#point .hikakuTable h4{
  font-size: 18px !important;
  color: #FFFF00;
	border: none;
	text-align: center;
	margin: 0;
  }
#point .hikakuTable .bgPink1{
  background: #F9E5E9;
  }
#point .hikakuTable table td{
  border: solid 1px #F70F8D;
  vertical-align: middle;
  padding: 5px;
  }
#point .hikakuTable .symbol{
  font-size: 26px !important;
  color: #F70F8D}
#point .hikakuTable .w25{
  width: 25%;}
#point .hikakuTable .w13{
  width: 13%;}
 }


/****************************************
point2
*****************************************/
#point .bgPoint2{
  background-image: url("/lp/student/img/bg_002.jpg");}


#point .iconTitle02{
  content: "";
  display: inline-block;  
  background-image: url("/lp/student/img/title02.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 140px;
  height: 165px;
  
}
#point .h3Sub{
  font-size: 18px !important;
  color: #000;
  font-weight: normal;
  line-height: 14px !important;
  margin: 0;
  
}
#point .point2-imgInner{
    display: flex;
	align-items: stretch;
    justify-content: space-between;
	margin-bottom: 30px;
}
#point .point2-imgBox{
    width: 30%;
}
#point .point2-imgBox dd{
    font-size: 16px;
}
#point .w100p{
  width: 100% !important;
}
.ribbon {
  margin: 20px 0;
  font-size: 20px !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.ribbon {
  --r: .8em; /* control the ribbon shape */
  padding-inline: calc(var(--r) + .3em);
  line-height: 1.8;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);

  width: fit-content;
}


@media screen and (max-width:1200px) { 

#point .bgPoint2{
  background-image: url("/lp/student/img/bg_002.jpg");}


#point .iconTitle02{
  content: "";
  display: inline-block;  
  background-image: url("/lp/student/img/title02.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 119px;

  
}
#point .h3Sub{
  font-size: 18px !important;
  color: #000;
  font-weight: normal;
  line-height: 14px !important;
  margin: 0;
  
}
#point .point2-imgInner{
    display: flex;
	align-items: stretch;
    justify-content: space-between;
	margin-bottom: 30px;
}
#point .point2-imgBox{
    width: 30%;
}
#point .point2-imgBox dd{
    font-size: 16px;
}
#point .w100p{
  width: 100% !important;
}
.ribbon {
  margin: 20px 0;
  font-size: 20px !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.ribbon {
  --r: .8em; /* control the ribbon shape */
  padding-inline: calc(var(--r) + .3em);
  line-height: 1.8;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);

  width: fit-content;
}
}




@media screen and (max-width:750px) { 
#point .bgPoint2{
  background-image: url("/lp/student/img/bg_002.jpg");}


#point .iconTitle02{
  content: "";
  display: inline-block;  
  background-image: url("/lp/student/img/title02.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 83px;
  
}
#point .h3Sub{
  font-size: 13px !important;
  color: #000;
  font-weight: normal;
  line-height: 14px !important;
  margin: 0;
  
}
#point .point2-imgInner{
    display: flex;
	align-items: stretch;
    justify-content: space-between;
	margin-bottom: 30px;
}
#point .point2-imgBox{
    width: 100%; margin-bottom: 45px;
}
#point .point2-imgBox dt{
    width: 70%; margin: 0 auto;
}
#point .point2-imgBox dd{
    font-size: 14px;
}

#point .w100p{
  width: 100% !important;
}
.ribbon {
  margin: 20px 0;
  font-size: 18px !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px;
}
.ribbon {
  --r: .8em; /* control the ribbon shape */
  padding-inline: calc(var(--r) + .3em);
  line-height: 1.8;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);

  width: fit-content;
}
}

/****************************************
point3
*****************************************/
#point .iconTitle03{
  content: "";
  display: inline-block;  
  background-image: url("/lp/student/img/title03.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 140px;
  height: 165px;
  
}
#point3 figure {
  position: relative;
}
#point3 .point3-img {
  width: 100%; /* divの幅に対する割合 */
	  background-size: cover;
}
#point3 .point3-cap {
  color: #ffffff; /* 文字色 */
  font-size: 18px; /* 文字の大きさ */
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 94%;
  transform: translate(-50%,-50%);
   background:rgba(0,0,0,0.6);
  width: 100%;
 text-align: center;
	padding: 5px 0;

}
.bannerArea {
	position: relative;
	width: 476px;
	height: 220px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.bannerArea img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.bannerArea:hover img:nth-of-type(2) {
	opacity: 0;
}
@media screen and (max-width:1200px) { 

#point .iconTitle03{
  content: "";
  display: inline-block;  
  background-image: url("/lp/student/img/title03.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 119px;
  
}
#point3 figure {
  position: relative;
}
#point3 .point3-photo {
  width: 49%;
}

#point3 .point3-img {
  width: 100%; /* divの幅に対する割合 */
	  background-size: cover;
}
#point3 .point3-cap {
  color: #ffffff; /* 文字色 */
  font-size: 18px; /* 文字の大きさ */
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 93%;
  transform: translate(-50%,-50%);
   background:rgba(0,0,0,0.6);
  width: 100%;
 text-align: center;
	padding: 5px 0;

}
.bannerArea {
	position: relative;
	width: 476px;
	height: 220px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.bannerArea img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.bannerArea:hover img:nth-of-type(2) {
	opacity: 0;
}
}

@media screen and (max-width:750px) { 
#point .iconTitle03{
  content: "";
  display: inline-block;  
  background-image: url("/lp/student/img/title03.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 70px;
  height: 82px;
  
}
#point3 figure {
  position: relative;
}
#point3 .point3-photo {
  width: 100%;
}

#point3 .point3-img {
  width: 100%; /* divの幅に対する割合 */
}
#point3 .point3-cap {
  color: #ffffff; /* 文字色 */
  font-size: 15px; /* 文字の大きさ */
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 92.5%;
  transform: translate(-50%,-50%);
   background:rgba(0,0,0,0.6);
  width: 100%;
 text-align: center;
	padding: 5px 0;

}
.bannerArea {
	position: relative;
	width: 300px;
	height: 139px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.bannerArea img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.bannerArea:hover img:nth-of-type(2) {
	opacity: 0;
}
}


/****************************************
予約ボタン
*****************************************/
.yoyaku{
  width: 564px; margin: 30px auto;	}
.yoyaku2{
  width: 564px; margin: 60px auto 100px;	}

.btn,
a.btn,
button.btn {
  width: 564px;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF804 !important;
  border-radius: 0.5rem;
}
.btnBnr,
a.btnBnr,
button.btnBnr {
  width: 300px;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF !important;
  border-radius: 0.5rem;
}


a.btn-gradient {
  font-weight: normal;

  color: #fff;
border-radius: 100vh;
	background: linear-gradient(to bottom, #F70F8D, #FE5FB5 );
background: -webkit-linear-gradient(top, #F70F8D, #FE5FB5);
background: -moz-linear-gradient(top, #F70F8D, #FE5FB5);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

	background: linear-gradient(to bottom, #FE5FB5, #F70F8D);
background: -webkit-linear-gradient(top, #FE5FB5, #F70F8D);
background: -moz-linear-gradient(top, #FE5FB5, #F70F8D);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}

.mar0b {
  margin-bottom: 0 !important;
}

@media screen and (max-width:750px) { 

.yoyaku{
  width: 300px; margin: 30px auto;	}
.yoyaku2{
  width: 300px; margin: 60px auto 100px;	}

.btn,
a.btn,
button.btn {
  width: 300px;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF804 !important;
  border-radius: 0.5rem;
}

a.btn-gradient {
  font-weight: normal;

  color: #fff;
border-radius: 100vh;
	background: linear-gradient(to bottom, #F70F8D, #FE5FB5 );
background: -webkit-linear-gradient(top, #F70F8D, #FE5FB5);
background: -moz-linear-gradient(top, #F70F8D, #FE5FB5);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

	background: linear-gradient(to bottom, #FE5FB5, #F70F8D);
background: -webkit-linear-gradient(top, #FE5FB5, #F70F8D);
background: -moz-linear-gradient(top, #FE5FB5, #F70F8D);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}

.mar0b {
  margin-bottom: 0 !important;
}
}
/****************************************
FAQ
*****************************************/
.faq-box2{
  width: 48%;
}
.faq-box2 dt{
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
}
.faq-box2 dd{
  font-size: 16px;
}

.faqBox a:hover img { 
	opacity:0.7;
	transition:0.3s;
}


/*アコーディオン全体*/
.faqInner .accordion-area h4{
  margin: 0 !important;}
.faqInner .accordion-area .faqBox {
  background: #02459A;/*--水平方向 垂直方向 色--*/
  margin-top: 20px !important;

}

/*アコーディオンタイトル*/
.faqInner .accordion-area .faq-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:22px;
    font-weight: normal;
    padding: 2% 1% 2% 50px;
    transition: all .5s ease;
	 color: #fff; margin-bottom: 0;
	border: none;
}

/*アイコンの＋と×*/
.faqInner .accordion-area .faq-title::before,
.faqInner .accordion-area .faq-title::after{
    position: absolute;
    content:'';
    width: 18px;
    height: 3px;
    background-color: #FFFF00; 
    
}
.faqInner .accordion-area .faq-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.faqInner .accordion-area .faq-title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.faqInner .accordion-area .faq-title.close::before{
	transform: rotate(0deg);
}

.faqInner .accordion-area .faq-title.close::after{
	transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.faq-anser {
    display: none;/*はじめは非表示*/
    background: #02459A;
	margin:0;
    padding: 10px 25px 25px;
}
.faq-white {

    background: #fff;
	margin:0;
    padding: 25px;
}


/*矢印が縮む*/

#student .btnarrow-blue{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	background:#1190D2;
    padding: 5px 60px 5px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
	color:#fff;
    text-decoration: none;
	border:transparent 2px solid;
    outline: none;
	width: 360px;
}
#student .btnarrow-orenge1{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	background:#F2A351;
    padding: 5px 60px 5px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
	color:#fff;
    text-decoration: none;
	border:transparent 2px solid;
    outline: none;
	width: 360px;
}
#student .btnarrow-orenge2{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	background:#DD530D;
    padding: 5px 60px 5px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
	color:#fff;
    text-decoration: none;
	border:transparent 2px solid;
    outline: none;
	width: 360px;
}


/*hoverした際のボタンの形状*/
#student .btnarrow-blue:hover{
	background:#fff;
	color:#1190D2;
	border-color:#1190D2;
}
#student .btnarrow-orenge1:hover{
	background:#fff;
	color:#F2A351;
	border-color:#F2A351;
}
#student .btnarrow-orenge2:hover{
	background:#fff;
	color:#DD530D;
	border-color:#DD530D;
}

/*矢印と線の形状*/

#student .btnarrow-blue:before, #student .btnarrow-orenge1:before, #student .btnarrow-orenge2:before{
	content:"";
    /*絶対配置で線の位置を決める*/
	position: absolute;
	top:50%;
	right:20px;
    /*線の形状*/
	width:20px;
	height:1px;
	background:#fff;
}

#student .btnarrow-blue::after, #student .btnarrow-orenge1::after, #student .btnarrow-orenge2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 40%;
    right: 12px;
    /*矢印の形状*/
    border: 4px solid transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-color: #fff;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の矢印の形状*/
#student .btnarrow-blue:hover::before{
	background:#1190D2;
	right:25px;
}
#student .btnarrow-orenge1:hover::before{
	background:#F2A351;
	right:25px;
}
#student .btnarrow-orenge2:hover::before{
	background:#DD530D;
	right:25px;
}


#student .btnarrow-blue:hover::after{
    border-left-color: #1190D2;
    right: 20px;
}
#student .btnarrow-orenge1:hover::after{
    border-left-color: #F2A351;
    right: 20px;
}
#student .btnarrow-orenge2:hover::after{
    border-left-color: #DD530D;
    right: 20px;
}
#faq .faq-btn {
    width: 400px;
}




@media screen and (max-width:1200px) { 


.faq-box2{
  width: 48%;
}
.faq-box2 dt{
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
}
.faq-box2 dd{
  font-size: 14px;
}


/*アコーディオン全体*/
.faqInner .accordion-area h4{
  margin: 0 !important;}
.faqInner .accordion-area .faqBox {
  background: #02459A;/*--水平方向 垂直方向 色--*/
  margin-top: 20px !important;

}

/*アコーディオンタイトル*/
.faqInner .accordion-area .faq-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:22px;
    font-weight: normal;
    padding: 2% 1% 2% 50px;
    transition: all .5s ease;
	 color: #fff; margin-bottom: 0;
	border: none;
}

/*アイコンの＋と×*/
.faqInner .accordion-area .faq-title::before,
.faqInner .accordion-area .faq-title::after{
    position: absolute;
    content:'';
    width: 18px;
    height: 3px;
    background-color: #FFFF00; 
    
}
.faqInner .accordion-area .faq-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.faqInner .accordion-area .faq-title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.faqInner .accordion-area .faq-title.close::before{
	transform: rotate(0deg);
}

.faqInner .accordion-area .faq-title.close::after{
	transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.faq-anser {
    display: none;/*はじめは非表示*/
    background: #02459A;
	margin:0;
    padding: 10px 15px 15px;
}
.faq-white {

    background: #fff;
	margin:0;
    padding: 15px;
}


/*矢印が縮む*/

#student .btnarrow-blue{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	background:#1190D2;
    padding: 5px 60px 5px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
	color:#fff;
    text-decoration: none;
	border:transparent 2px solid;
    outline: none;
	width: 360px;
}
#student .btnarrow-orenge1{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	background:#F2A351;
    padding: 5px 60px 5px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
	color:#fff;
    text-decoration: none;
	border:transparent 2px solid;
    outline: none;
	width: 360px;
}
#student .btnarrow-orenge2{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	background:#DD530D;
    padding: 5px 60px 5px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
	color:#fff;
    text-decoration: none;
	border:transparent 2px solid;
    outline: none;
	width: 360px;
}


/*hoverした際のボタンの形状*/
#student .btnarrow-blue:hover{
	background:#fff;
	color:#1190D2;
	border-color:#1190D2;
}
#student .btnarrow-orenge1:hover{
	background:#fff;
	color:#F2A351;
	border-color:#F2A351;
}
#student .btnarrow-orenge2:hover{
	background:#fff;
	color:#DD530D;
	border-color:#DD530D;
}

/*矢印と線の形状*/

#student .btnarrow-blue:before, #student .btnarrow-orenge1:before, #student .btnarrow-orenge2:before{
	content:"";
    /*絶対配置で線の位置を決める*/
	position: absolute;
	top:50%;
	right:20px;
    /*線の形状*/
	width:20px;
	height:1px;
	background:#fff;
}

#student .btnarrow-blue::after, #student .btnarrow-orenge1::after, #student .btnarrow-orenge2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 40%;
    right: 12px;
    /*矢印の形状*/
    border: 4px solid transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-color: #fff;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の矢印の形状*/
#student .btnarrow-blue:hover::before{
	background:#1190D2;
	right:25px;
}
#student .btnarrow-orenge1:hover::before{
	background:#F2A351;
	right:25px;
}
#student .btnarrow-orenge2:hover::before{
	background:#DD530D;
	right:25px;
}


#student .btnarrow-blue:hover::after{
    border-left-color: #1190D2;
    right: 20px;
}
#student .btnarrow-orenge1:hover::after{
    border-left-color: #F2A351;
    right: 20px;
}
#student .btnarrow-orenge2:hover::after{
    border-left-color: #DD530D;

    right: 20px;
}
#faq .faq-btn {
    width: 400px;
}
}


@media screen and (max-width:750px) { 
.faq-box2{
  width: 100%;
}
.faq-box2 dt{
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
}
.faq-box2 dd{
  font-size: 14px;
}


/*アコーディオン全体*/
.faqInner .accordion-area h4{
  margin: 0 !important;}
.faqInner .accordion-area .faqBox {
  background: #02459A;/*--水平方向 垂直方向 色--*/
  margin-top: 20px !important;

}

/*アコーディオンタイトル*/
.faqInner .accordion-area .faq-title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:16px;
    font-weight: normal;
    padding: 3% 1% 3% 50px;
    transition: all .5s ease;
	 color: #fff; margin-bottom: 0;
	border: none;
}

/*アイコンの＋と×*/
.faqInner .accordion-area .faq-title::before,
.faqInner .accordion-area .faq-title::after{
    position: absolute;
    content:'';
    width: 18px;
    height: 3px;
    background-color: #FFFF00; 
    
}
.faqInner .accordion-area .faq-title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.faqInner .accordion-area .faq-title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.faqInner .accordion-area .faq-title.close::before{
	transform: rotate(0deg);
}

.faqInner .accordion-area .faq-title.close::after{
	transform: rotate(0deg);
}

/*アコーディオンで現れるエリア*/
.faq-anser {
    display: none;/*はじめは非表示*/
    background: #02459A;
	margin:0;
    padding: 10px;
}
.faq-white {

    background: #fff;
	margin:0;
    padding: 10px;
}


/*矢印が縮む*/

#student .btnarrow-blue{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	background:#1190D2;
    padding: 5px 60px 5px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
	color:#fff;
    text-decoration: none;
	border:transparent 2px solid;
    outline: none;
	width: 300px;
}
#student .btnarrow-orenge1{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	background:#F2A351;
    padding: 5px 60px 5px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
	color:#fff;
    text-decoration: none;
	border:transparent 2px solid;
    outline: none;
	width: 300px;
}
#student .btnarrow-orenge2{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	background:#DD530D;
    padding: 5px 60px 5px 30px;
    display: inline-block;
    text-align: center;
    transition: all .2s linear;
	color:#fff;
    text-decoration: none;
	border:transparent 2px solid;
    outline: none;
	width: 300px;
}


/*hoverした際のボタンの形状*/
#student .btnarrow-blue:hover{
	background:#fff;
	color:#1190D2;
	border-color:#1190D2;
}
#student .btnarrow-orenge1:hover{
	background:#fff;
	color:#F2A351;
	border-color:#F2A351;
}
#student .btnarrow-orenge2:hover{
	background:#fff;
	color:#DD530D;
	border-color:#DD530D;
}

/*矢印と線の形状*/

#student .btnarrow-blue:before, #student .btnarrow-orenge1:before, #student .btnarrow-orenge2:before{
	content:"";
    /*絶対配置で線の位置を決める*/
	position: absolute;
	top:50%;
	right:20px;
    /*線の形状*/
	width:20px;
	height:1px;
	background:#fff;
}

#student .btnarrow-blue::after, #student .btnarrow-orenge1::after, #student .btnarrow-orenge2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 40%;
    right: 12px;
    /*矢印の形状*/
    border: 4px solid transparent;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-color: #fff;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の矢印の形状*/
#student .btnarrow-blue:hover::before{
	background:#1190D2;
	right:25px;
}
#student .btnarrow-orenge1:hover::before{
	background:#F2A351;
	right:25px;
}
#student .btnarrow-orenge2:hover::before{
	background:#DD530D;
	right:25px;
}


#student .btnarrow-blue:hover::after{
    border-left-color: #1190D2;
    right: 20px;
}
#student .btnarrow-orenge1:hover::after{
    border-left-color: #F2A351;
    right: 20px;
}
#student .btnarrow-orenge2:hover::after{
    border-left-color: #DD530D;

    right: 20px;
}
#faq .faq-btn {
    width: 400px;
}
}

/****************************************
バナー
*****************************************/
#banner a:hover img { 
	opacity:0.7;
	transition:0.3s;
}
#banner dl {max-width:600px; margin: 0 auto;
}
#banner .bnr {max-width:600px;
	margin:0 auto;
	position: relative;
}
#banner .bnr::after {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
	border-width: 15px;
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
#banner img { width: 100%;}
#banner .txt-big06 { font-size: 140% !important; }

#banner .routeBox {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0px;
  width: 100%;
  height: 40px;
  font-weight: bold;
  transition: 0.3s;
  margin: 0 auto 20px;
}
#banner .col-kobeOita {
  background-color: #f1a351;
}


/****************************************
ウインドウアイコン
*****************************************/

.windowIco {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  background: #fff;
  box-sizing: content-box;
  position: relative;
}

.windowIco > span {
  position: absolute;
  top: -0.2em;
  right: -0.2em;
  width: 45%;
  height: 45%;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  background: #fff;
  box-shadow: -0.1em 0.1em 0 0.1em #fff;
  box-sizing: border-box;
}

.windowIco > span::before {
  content: '';
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.1em;
  height: 0.9em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}


/****************************************
インスタ
*****************************************/

.instagram {
	position: relative;
	width: 1000px;
	height: 389px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.instagram img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.instagram:hover img:nth-of-type(2) {
	opacity: 0;
}


@media screen and (max-width:1200px) { 

.instagram {
	position: relative;
	width: 700px;
	height: 272px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.instagram img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.instagram:hover img:nth-of-type(2) {
	opacity: 0;
}
}

@media screen and (max-width:750px) { 

.instagram {
	position: relative;
	width: 300px;
	height: 226px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.instagram img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.instagram:hover img:nth-of-type(2) {
	opacity: 0;
}

}

.rPhoto,.rPhoto-m,.rPhoto-s,.rPhoto-ss,.rPhoto-auto,.lPhoto,.lPhoto-m,.lPhoto-s,.lPhoto-ss,.lPhoto-auto{display:table;text-align:center}.rPhoto img,.rPhoto-m img,.rPhoto-s img,.rPhoto-ss img,.rPhoto-auto img,.lPhoto img,.lPhoto-m img,.lPhoto-s img,.lPhoto-ss img,.lPhoto-auto img{display:block;margin:0 auto}.rPhoto,.rPhoto-m,.rPhoto-s,.rPhoto-ss,.rPhoto-auto{float:right;margin:3px 0 25px 40px}.lPhoto,.lPhoto-m,.lPhoto-s,.lPhoto-ss,.lPhoto-auto{float:left;margin:3px 40px 25px 0}.rPhoto,.lPhoto{width:calc(50% - 20px)}.rPhoto-m,.lPhoto-m{width:calc(100% / 3 - 16px)}.rPhoto-s,.lPhoto-s{width:calc(25% - 12px)}.rPhoto-ss,.lPhoto-ss{width:150px}.capPhoto{display:table !important;width:200px;*width:auto}.capPhoto img{max-width:1100px}@media screen and (max-width: 840px){.rPhoto,.rPhoto-m,.rPhoto-s,.rPhoto-ss,.rPhoto-auto{margin:3px 0 20px 20px}.lPhoto,.lPhoto-m,.lPhoto-s,.lPhoto-ss,.lPhoto-auto{margin:3px 20px 20px 0}.rPhoto,.lPhoto,.rPhoto-m,.lPhoto-m,.rPhoto-auto,.lPhoto-auto{width:calc(50% - 10px)}.rPhoto-s,.lPhoto-s{width:200px}.capPhoto{width:100%}.capPhoto img{max-width:600px;width:100%}.capPhoto figcaption{text-align:left}}@media screen and (max-width: 520px){.rPhoto,.lPhoto{float:none;width:100%;margin:3px 0 20px 0}.rPhoto._floatph,.lPhoto._floatph{width:calc(50% - 10px)}.rPhoto._floatph{float:right}.lPhoto._floatph{float:left}.rPhoto-m,.rPhoto-s,.rPhoto-ss,.rPhoto-auto,.rPhoto._floatph{margin:3px 0 20px 20px}.lPhoto-m,.lPhoto-s,.lPhoto-ss,.lPhoto-auto,.lPhoto._floatph{margin:3px 20px 20px 0}.rPhoto-s,.lPhoto-s{width:150px}.rPhoto-m.fnone,.lPhoto-m.fnone,.rPhoto-s.fnone,.lPhoto-s}
