<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===================================================
枠
===================================================*/
.inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and ( min-width:666px ) {
#contentsOut {
    padding-bottom: 200px;
}
}


/*===================================================
タイトル
===================================================*/
h1.conTit {
  position: relative;
	font-size: 200%;
  line-height: 1;
  color: #008DD5;
	font-weight: 700;
  text-align: center;
  padding-bottom: 52px;
}

h1.conTit:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 300px;
  height: 2px;
  background: #7FC6EA;
  margin-left: -150px;
}

@media screen and ( max-width:665px ) {
h1.conTit {
	font-size: 150%;
  padding-bottom: 32px;
}

h1.conTit:after {
  bottom: 15px;
  width: 200px;
  margin-left: -100px;
}
}


/*===================================================
入会ボタン
===================================================*/
.registrBt {
  width: 50%;
  font-size: 110%;
  line-height: 1;
  text-align: center;
  margin: 30px auto 50px;
}

.registrBt a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-weight: 500;
  background-color: #ff8500;
  border: none;
  border-radius: 7px;
  padding: 10px;
}
.registrBt a,
.registrBt a:visited,
.registrBt a:hover {
	color: #fff;
	text-decoration: none;
}
.registrBt a:hover {
	cursor: pointer;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

.registrBt b {
  display: block;
  font-size: 140%;
	margin-bottom: 7px;
}

@media screen and ( max-width:665px ) {
.registrBt {
  width: 80%;
  margin-top: 15px;
}

.registrBt b {
  font-size: 120%;
}
}

/*===================================================
導入
===================================================*/
#panNav {
  display: none;
}

#intro.inner {
  margin: 30px auto;
}

#intro p {
	font-size: 200%;
  color: #008DD5;
	font-weight: 700;
  text-align: center;
}
#intro p span {
  display: inline-block;
}
#intro p span:first-of-type,
#intro p span:nth-of-type(2) {
  margin-left: -.5em;
}

#intro h1#introLogo {
  width: 80%;
  max-width: 600px;
  margin: 30px auto 0;
}
#intro h1#introLogo span {
  display: block;
  width: 100%;
  height: 0;
  text-indent: -999em;
  background: url(../images/admission_logo.png) no-repeat 0 0 / contain;
  padding-top: 16.667%;
}

@media screen and ( max-width:665px ) {
#intro.inner {
  margin: 20px auto;
}

#intro p {
	font-size: 115%;
}

#intro h1#introLogo {
  margin-top: 10px;
}
}


/*===================================================
強み
===================================================*/
#advantage {
  background: #008DD5;
  padding: 30px 0;
}

#advantage h1.conTit {
  color: #fff;
}
#advantage h1.conTit:after {
  background: #fff;
}

#advantage ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#advantage li {
  width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 200px;
}
#advantage li:nth-of-type(2) {
  margin: 0 30px;
}

#advantage li &gt; div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

#advantage li &gt; div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	font-size: 140%;
  width: 100%;
  text-align: center;
}
#advantage li:first-of-type &gt; div p {
  margin-top: 13px;
}

#advantage li &gt; div p b {
  display: block;
  height: 35px;
	font-size: 170%;
  line-height: 1;
  color: #008DD5;
	font-weight: 700;
  white-space: nowrap;
  background: url(../images/admission_advantage_icon01.png) no-repeat center 5px / 40% auto;
  padding-top: 30%;
}
#advantage li:first-of-type &gt; div p b {
	font-size: 200%;
}
#advantage li:nth-of-type(2) &gt; div p b {
  background-image: url(../images/admission_advantage_icon02.png);
}
#advantage li:nth-of-type(3) &gt; div p b {
  background-image: url(../images/admission_advantage_icon03.png);
}

#advantage li:first-of-type &gt; div p b + span {
  display: block;
	font-size: 16px;
  line-height: 16px;
  margin-top: 10px;
}

@media screen and ( max-width:665px ) {
#advantage li {
  width: 160px;
  line-height: 1.3;
  border-radius: 130px;
  margin: 0 auto !important;
}

#advantage li &gt; div p {
  font-size: 120%;
}
#advantage li:first-of-type &gt; div p {
  margin-top: 9px;
}

#advantage li &gt; div p b {
  font-size: 130%;
  height: 25px;
  background-position: center 3px;
  background-size: 35% auto;
  padding-top: 25%;
}

#advantage li:first-of-type &gt; div p b {
  font-size: 160%;
}

#advantage li:first-of-type &gt; div p b + span {
  display: block;
	font-size: 12px;
  line-height: 12px;
  margin-top: 6px;
}
}


/*===================================================
困る
===================================================*/
#problem {
  background: url(../images/admission_arrow.png) no-repeat center bottom / 60px 50px;
  padding-bottom: 80px;
  margin-bottom: 60px;
}

#trouble ul {
  display: flex;
  flex-wrap: wrap;
}

#trouble #problem li {
  width: calc((100% - 100px) / 3);
  background: url(../images/admission_trouble_img01.png) no-repeat center bottom / 112px auto;
  padding-bottom: 150px;
}
#trouble #problem li:nth-of-type(2) {
  margin: 0 50px;
  background-image: url(../images/admission_trouble_img02.png);
}
#trouble #problem li:nth-of-type(3) {
  background-image: url(../images/admission_trouble_img03.png);
}

#trouble #problem li div {
  position: relative;
  min-height: 75px;
	font-size: 140%;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 15px;
  padding: 20px;
}
#trouble #problem li div:before,
#trouble #problem li div:after {
  content: "";
  position: absolute;
}
#trouble #problem li div:before {
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#trouble #problem li div:after {
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ccc;
  z-index: 1;
}

#trouble #problem li div p {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 20px;
}

#trouble #problem li div p span {
  display: inline-block;
}

#trouble #solve {
  background: #E5F3FB;
  border-radius: 15px;
  padding: 30px 50px;
  margin-bottom: 50px;
}

#trouble #solve &gt; p {
  text-align: center;
  font-weight: 700;
}

#trouble #solve &gt; p:first-child {
  box-sizing: border-box;
  position: relative;
  width: 300px;
  height: 60px;
	font-size: 200%;
  line-height: 56px;
  color: #008DD5;
  background: #fff;
  border: 2px solid #E5F3FB;
  border-radius: 15px;
  margin: -60px auto 0 auto;
}
#trouble #solve &gt; p:first-child:after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  margin-left: -19px;
  border: 20px solid transparent;
  border-top: 28px solid #FFF;
  z-index: 1;
}

#trouble #solve p:nth-of-type(2) {
	font-size: 250%;
  line-height: 1;
  color: #ED2214;
  margin: 40px 0 30px;
}
#trouble #solve p:nth-of-type(2) span {
  display: inline-block;
}

#trouble #solve li {
  width: calc((100% - 60px) / 3);
  background: #fff url(../images/admission_solve_icon01.png) no-repeat center center / 120px;
  border-radius: 200px;
}
#trouble #solve li:nth-of-type(2) {
  margin: 0 30px;
  background-image: url(../images/admission_solve_icon02.png);
}
#trouble #solve li:nth-of-type(3) {
  background-image: url(../images/admission_solve_icon03.png);
}

#trouble #solve li &gt; div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

#trouble #solve li &gt; div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	font-size: 110%;
  width: 100%;
  text-align: center;
}

#trouble #solve li &gt; div p b {
  display: block;
	font-size: 190%;
  line-height: 1;
  color: #008DD5;
	font-weight: 700;
  margin-bottom: 7px;
}

@media screen and ( max-width:665px ) {
#trouble #problem li {
  width: 100%;
  background-position: 0 center;
  background-size: 80px auto;
  padding: 0 0 0 100px;
  margin: 15px auto 0 !important;
}
#trouble #problem li:first-of-type {
  margin-top: 0 !important;
}

#trouble #problem li div {
  font-size: 120%;
  border-radius: 10px;
  padding: 10px;
}

#trouble #problem li div:before,
#trouble #problem li div:after {
  transform: rotate(90deg);
}
#trouble #problem li div:before {
  top: 50%;
  bottom: auto;
  left: -23px;
  margin: -15px 0 0 0;
}
#trouble #problem li div:after {
  top: 50%;
  bottom: auto;
  left: -28px;
  margin: -17px 0 0 0;
}

#trouble #problem li div p {
  padding: 0 10px;
}

#trouble #solve {
  border-radius: 10px;
  padding: 10px
}

#trouble #solve &gt; p:first-child {
  height: 50px;
  font-size: 180%;
  line-height: 46px;
  margin-top: -35px;
}

#trouble #solve p:nth-of-type(2) {
  font-size: 200%;
  line-height: 1.3;
  margin: 35px 0 15px;
}

#trouble #solve li {
  width: 160px;
  background-size: 60%;
  border-radius: 130px;
  margin: 0 auto !important;
}

#trouble #solve li &gt; div p {
  box-sizing: border-box;
  font-size: 90%;
  padding: 0 5px;
}
  
#trouble #solve li &gt; div p b {
	font-size: 150%;
  margin-bottom: 5px;
}
}


/*===================================================
強み
===================================================*/
#point {
  background: #eee;
  padding: 50px 0;
}

#point li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 240px;
}
#point li:not(:first-of-type) {
  margin-top: 30px;
}
#point li:first-of-type {
  background: url(../images/admission_point_img01.png) no-repeat 0 center/ 445px 240px;
  padding-left: 475px;
}
#point li:nth-of-type(2) {
  background: url(../images/admission_point_img02.png) no-repeat right center/ 240px;
  padding-right: 270px;
}
#point li:nth-of-type(3) {
  background: url(../images/admission_point_img03.png) no-repeat 0 center/ 240px;
  padding-left: 270px;
}

#point li dl {
	font-size: 140%;
}

#point li dt {
	font-size: 150%;
  color: #008DD5;
	font-weight: 700;
  margin-bottom: 5px;
}
#point li dt span {
  display: inline-block;
}

#point li dd {
  line-height: 1.6;
  text-align: justify;
}

@media screen and ( max-width:665px ) {
#point {
  padding: 30px 0;
}

#point li {
  padding: 0 !important;
  background-position: center 33px !important;
  background-size: auto 160px !important;
}

#point li dl {
	font-size: 95%;
}

#point li dt {
	font-size: 150%;
  text-align: center;
  margin-bottom: 170px;
}
}

@media screen and ( max-width:470px ) {
#point li:nth-of-type(3) {
	background-position: center 64px !important;
}
}


/*===================================================
流れ
===================================================*/
#step p {
	font-size: 140%;
  text-align: center;
  margin-bottom: 30px;
}
#step p span {
  display: inline-block;
}

#step ul {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

#step li {
  position: relative;
  height: 60px;
	font-size: 170%;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  background: #008DD5;
  padding: 0 20px;
}
#step li:not(:first-of-type) {
  margin-top: 20px;
}

#step li:before,
#step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid;
}
#step li:before {
  top: 0;
  left: 0;
  border-color: #fff transparent transparent #fff;
}
#step li:after {
  bottom: 0;
  right: 0;
  border-color: transparent #fff #fff transparent;
}

#step li b {
	font-size: 120%;
  margin-left: 10px;
}

@media screen and ( max-width:665px ) {
#step p {
	font-size: 95%;
  text-align: center;
  margin-bottom: 15px;
}

#step li {
	height: 45px;
  font-size: 120%;
  line-height: 45px;
}
}


/*===================================================
QA
===================================================*/
#faq {
  background: #E5F3FB;
  padding: 30px 0;
  margin: 50px 0 0;
}

#faq h1.conTit {
  color: #666;
}

#faq #faqLink {
  display: flex;
  justify-content: center;
	font-size: 140%;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

#faq #faqLink li:nth-of-type(2) {
  border: 1px solid;
  border-color: transparent #333;
  padding: 0 15px;
  margin: 0 15px;
}

#faq #faqLink li a,
#faq #faqLink li a:visited,
#faq #faqLink li a:hover {
  color: #333;
  text-decoration: none;
}
#faq #faqLink li a:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

#faq h2 {
  pointer-events: none;
  padding-top: 50px;
  margin-top: -50px;
}
#faq h2 p {
  width: 80%;
  max-width: 600px;
  height: 50px;
	font-size: 160%;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #40AAE0;
  border-radius: 25px;
  margin: 0 auto 30px;
}

#faq dl {
  position: relative;
  box-sizing: border-box;
  width: 90%;
  max-width: 800px;
  background: #fff;
  border-radius: 15px;
  padding: 20px 40px;
  margin: 0 auto 50px;
}
#faq dl:last-of-type {
  margin-bottom: 0;
}

#faq dl:before {
  content: "Q";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
	font-size: 280%;
  line-height: 60px;
  color: #40AAE0;
  font-weight: 900;
  text-align: center;
  background: #fff;
  border-radius: 30px;
}

#faq dt {
	font-size: 130%;
  color: #008DD5;
}

#faq dd {
}

@media screen and ( max-width:665px ) {
#faq #faqLink {
  font-size: 90%;
  line-height: 1.3;
  margin-bottom: 15px;
}

#faq h2 p {
  height: 40px;
  font-size: 125%;
  line-height: 40px;
  margin: 0 auto 15px;
}

#faq dl {
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0 auto 30px;
}

#faq dl:before {
  top: -15px;
  left: -15px;
  width: 36px;
  height: 36px;
  font-size: 150%;
  line-height: 36px;
}

#faq dt {
	font-size: 110%;
}
}


/*===================================================
詳細リンク
===================================================*/
#detailLink {
  text-align: center;
}

#detailLink ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 15px;
}

#detailLink li {
	width: calc((100% - 50px) / 2);
  margin-top: 30px;
}
#detailLink li:nth-child(odd) {
  margin-right: 50px;
}

#detailLink li a {
	display: block;
  font-size: 125%;
	line-height: 1.3;
	border: 5px solid #0078c4;
	border-radius: 10px;
	padding: 20px;
}

#detailLink li a,
#detailLink li a:visited,
#detailLink li a:hover {
	color: #0078c4;
	text-decoration: none;
}
#detailLink li a:hover {
	cursor: pointer;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#detailLink li a span {
	display:inline-block;
}

@media screen and ( max-width:665px ) {
#detailLink ul {
  margin: 30px auto 0;
}

#detailLink li {
	width: 100%;
  margin: 0 0 15px!important;
}
  
#detailLink li a {
  font-size: 100%;
  border: 3px solid #0078c4;
  padding: 10px;
}

#detailLink p {
  margin-bottom: 30px;
}
}


/*===================================================
フッター
===================================================*/
#footLinkBoxOut {
    margin-bottom: 0;
}

#orderBt {
  display: none;
}

/*===================================================
ページトップ
===================================================*/
@media screen and ( max-width:665px ) {
#bt_to_top {
	bottom: 15px;
}
}</pre></body></html>