@charset "utf-8";

/* ****************************************************
Title: style.css
Created: 2013‒05-17
Last Modified: 2013‒05-17
Editor(s): HK
***************************************************** */


.relativeWrap02 {
	position: relative;
}


/* --------------------------------------------------------------------
 アコーディオン
-------------------------------------------------------------------- */
p.trigger {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	padding: 20px;
	color: #fff;
	background-color: #FF8AB3;
	cursor: pointer;
}

.accordion-txt {
	display: none;
	/* opacity: 0;
	transition: all .6s; */
}

/* .accordion-wrapper.is__show .accordion-txt {
	opacity: 1;
} */


/*-----------------------------------------------------*/

/* --------------------------------------------------------------------
 main
-------------------------------------------------------------------- */

#headerCommon {
	border-bottom: 6px solid #e30000;
}

.mainvisualWrap01 {
	padding: 40px 0px 0px 0px;
    position: relative;
}

.mainvisualWrap01 h1 {
	text-align: center;
	font-size: 40px;
	color: #FF7BA8;
}

.mainvisualWrap01 h1 span {
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

.mainvisualWrap01 h1 span img {
	width: 35px;
}

.mainvisualWrap01 h1 span img:first-of-type {
	transform: translate(-10px, -2px);
}

.mainvisualWrap01 h1 span img:last-of-type {
	transform: translate(5px, -2px);
}

.mainvisualWrap01 h1 strong {
	font-size: 150%;
}

.mainCont01 {
	background-image: url("../img/main_cont01.png");
	background-repeat: no-repeat;
	background-position: center top;
	height: 336px;
	position: relative;
}
.mainCont01 .mainP01 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 262px;
}
.mainCont01::before {
	content: "";
	background-image: url("../img/main_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 245px;
	height: 165px;
	position: absolute;
	left: 50%;
	margin-left: -650px;
	bottom: 0px;
}
.mainCont01::after {
	content: "";
	background-image: url("../img/main_bg02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 242px;
	height: 162px;
	position: absolute;
	left: 50%;
	margin-left: 356px;
	bottom: 0px;
}
.mainBottomImg01 {
	padding-bottom: 40px;
}
.mainBottomImg01 img {
	width: 100%;
	height: auto;
}

/*----------------------*/

.contBlockBg01 {
	background-color: #ff8ab34d;
	padding: 70px 0px 70px 0px;
}
.contMovieWrap01,
.contImageWrap01 {
	width: 800px;
	margin: auto;
	text-align: left;
}
.contH301 {
	background-color: #ffffff;
	font-size: 26px;
	line-height: 1.0em;
	font-weight: bold;
	padding: 10px 24px 10px 24px;
	margin-bottom: 20px;
}
.contText01 {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 500;
}
.contMovie01 {
	margin-top: 18px;
}
.contMovieBox01 {
	margin-bottom: 60px;
}

.contImage01 {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 40px;
}

/*---------------------*/

.contAncWrap01 {
	background-image: url("../img/cont_anc_bg01-8.png");
	background-repeat: repeat;
	background-position: center top;
	position: relative;
	margin-top: 160px;
}
.ancImg01 {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -670px;
}
.ancImg02 {
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: 505px;
}
.ancImg03 {
	position: absolute;
	top: 46px;
	left: 50%;
	margin-left: -696px;
}
.ancImg04 {
	position: absolute;
	top: -318px;
	left: 50%;
	margin-left: 500px;
}
.ancImg05 {
	position: absolute;
	bottom: 0px;
	left: 70%;
	margin-left: 230px;
}


.contAncWrap01.anc02 {
	margin: 120px 0px 70px 0px;;
}
.contAncH301 {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	position: absolute;
	left: 0px;
	top: -55px;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.3em;
	transform: skewY(340deg) rotate(20deg);
}

.contAncH301::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FF8AB3;
	z-index: -1;
}

.contAncH301 strong {
	font-size: 140%;
}

.contAncH301 .subTitle {
	position: absolute;
	top: -11px;
	left: -50px;
	background-color: #000;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	font-size: 22px;
	padding: 2px 16px;
	transform: rotate(352deg);
}

.contAncH301 span:not(.subTitle) {
	padding-top: 0.1em;
	background-position: top left -2px;
	background-repeat: repeat-x;
	background-size: 1.2em 0.3em;
	background-image: radial-gradient(0.1em 0.1em at center center,white,white 100%,transparent);
}

.contAncWrapIn01 {
	padding: 120px 0px 30px 0px;
}
.contAncFlex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contAncFlex01.campusLife {
	width: 85%;
	margin: 0 auto;
}
.contAncFlex01 li {
	position: relative;
	width: 32%;
}

.contAncFlex01 li:hover {
	opacity: .8;
}

.contAncFlex01 li .img-wrapper {
	width: 100%;
	height: 260px;
	background-position: center;
	background-size: cover;
}

.contAncFlex01 li#ancBtn04 .img-wrapper,
.contAncFlex01 li#ancBtn05 .img-wrapper,
.contAncFlex01 li#ancBtn06 .img-wrapper {
	height: 225px;
}

.contAncFlex01 li .txt-wrapper {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contAncFlex01 li .txt-wrapper p {
	text-align: center;
	font-size: 18px;
}

.contAncFlex01 li .txt-wrapper p strong {
	font-size: 140%;
}

.contAncFlex01 li#ancBtn01 .img-wrapper {
	background-image: url(../img/cont_anc_btn_01.jpg);
}

.contAncFlex01 li#ancBtn01 .txt-wrapper {
	background-color: #A1D1FF;
}

.contAncFlex01 li#ancBtn02 .img-wrapper {
	background-image: url(../img/cont_anc_btn_02.jpg);
}

.contAncFlex01 li#ancBtn02 .txt-wrapper {
	background-color: #55D7C7;
}

.contAncFlex01 li#ancBtn03 .img-wrapper {
	background-image: url(../img/cont_anc_btn_03.jpg);
}

.contAncFlex01 li#ancBtn03 .txt-wrapper {
	background-color: #F2D2AD;
}
.contAncFlex01 li#ancBtn04 .img-wrapper {
	background-image: url(../img/cont_anc_btn_04.jpg);
}

.contAncFlex01 li#ancBtn04 .txt-wrapper {
	background-color: #D0DF00;
}
.contAncFlex01 li#ancBtn05 .img-wrapper {
	background-image: url(../img/cont_anc_btn_05.jpg);
}

.contAncFlex01 li#ancBtn05 .txt-wrapper {
	background-color: #FFBF5F;
}
.contAncFlex01 li#ancBtn06 .img-wrapper {
	background-image: url(../img/cont_anc_btn_06.jpg);
}

.contAncFlex01 li#ancBtn06 .txt-wrapper {
	background-color: #FFCCDC;
}

.contAncFlex01 li::before {
	content: "";
	background-image: url("../img/cont_anc_img01.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 37px;
	height: 33px;
	position: absolute;
	top: -48px;
	left: -50px;
}

.contAncFlex01 li img.arrow {
	position: absolute;
	bottom: -30px;
	left: 45%;
}

/*-----------------------*/

.contH302Wrap {
	background-image: url("../img/cont_tit01_bg_bottom.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 26px 0px 12px 0px;
	position: relative;
	margin-top: 40px;
}
.contH302Wrap02 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FF8AB3;
	height: 140px;
}
.contH302 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.3em;
	transform: skewY(340deg) rotate(20deg);
}
.contH302 .subTitle {
	position: absolute;
	top: -30px;
	left: -130px;
	background-color: #000;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	font-size: 22px;
	padding: 2px 16px;
	transform: rotate(352deg);
}
.contH302 span:not(.subTitle) {
	padding-top: 0.1em;
	background-position: top left -2px;
	background-repeat: repeat-x;
	background-size: 1.2em 0.3em;
	background-image: radial-gradient(0.1em 0.1em at center center,white,white 100%,transparent);
}
.contH302 strong {
	font-size: 140%;
}
.contTitImg01 {
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: 270px;
}
.contTitImg02 {
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: 360px;
}

.contBlock01 {
	padding: 40px 0px 64px 0px;
}
.contBlock02 {
	padding: 75px 0px 64px 0px;
}

.contFlex950 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	width: 950px;
	margin: auto;
}
.contFlexBox01 {
	width: 610px;
}
.contFlexBox02 {
	width: 300px;
	text-align: left;
	padding: 68px 0px 0px 0px;
}
.contFlexText01 {
	color: #e30000;
	margin-top: 30px;
	text-align: center;
}
.contFlexText01 .span01 {
	font-size: 27px;
	line-height: 1.5em;
	font-weight: bold;
}
.contFlexText01 .span02 {
	font-size: 48px;
	line-height: 1.2em;
	font-weight: bold;
}
.contFlexText02 {
	font-size: 26px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 20px;
	text-align: center;
}
.contFlexText03 {
	text-align: left;
	font-size: 16px;
	line-height: 2.2em;
	font-weight: 500;
	margin-top: 20px;
}
.contUnder01 {
	font-size: 20px;
	line-height: 1.8em;
	font-weight: bold;
	/* text-decoration: underline;
	text-decoration-thickness: 10px;
	text-underline-offset: -11px;
	text-decoration-color: #FF8AB3; */
	background:linear-gradient(transparent 60%, #FF8AB3 60%);
}
.contBtnWrap01 {
	margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	 flex-wrap: wrap;
}

.contBtnWrap01 li {
	width: 100%;
} 

.contBtnWrap01 li a {
	position: relative;
	display: inline-block;
	background-color: #FF8AB3;
	font-weight: 500;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	font-size: 18px;
	box-shadow: 5px 5px 0px #8f8f8f;
}

.contBtnWrap01 li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: #fff;
	transform: translate(-16px, -16px) rotate(45deg);
}

.contBtnWrap01 li a strong {
	font-size: 140%;
	text-decoration: underline;
	text-underline-offset: 2px;
	margin-right: 10px;
}

.contIcon01 {
	margin-top: 14px;
}
.contUl01 {
	margin-top: 6px;
}
.contUl01 li {
	color: #e30000;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 500;
}
.contBtnWrap02 li {
	margin-top: 20px;
}
.contFlexText03.textCenter {
	text-align: center;
}

.contFlexText03 a.teacher_btn {
	display: inline-block;
	margin: 20px auto;
}

.anc07Time01 {
	position: relative;
	margin-top: -55px;
}
.anc07TimeBox01 {
	width: 1028px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.anc07Dl01 {
	text-align: left;
	width: 354px;
	position: absolute;
	top: 550px;
	left: 130px;
}
.anc07Dl01 dt {
	font-size: 22px;
	line-height: 1.55em;
	font-weight: bold;
	margin-bottom: 10px;
}
.anc07Dl01 dd p {
	font-size: 16px;
	line-height: 2.0em;
	letter-spacing: -0.05em;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
}
.anc07Dl01 dd p span {
	background-color: #ff8ab3b0;
}

/*---------------------------*/

.contBlockCheck01 {
	background-image: url("../img/cont08_contbg01.png");
	background-repeat: repeat-x;
	background-position: 52% top;
	margin-top: -200px;
	position: relative;
	padding: 0px 0px 240px 0px;
}
.contBlockCheck1000 {
	width: 1002px;
	margin: auto;
}
.checkIcon01 {
	padding: 34px 0px 15px 0px;
	text-align: center;
}
.checkH301 {
	font-size: 35px;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: -0.05em;
	text-align: center;
}
.checkH301 span {
	/*font-size: 28px;*/
}
.contCheckBoxWrap {
	margin-top: 40px;
	position: relative;
	border-top: 2px solid #dedede;
	background-image: url("../img/cont_check_mid01.png");
	background-repeat: repeat-y;
	background-position: center top;
}
.contCheckH401 {
	font-size: 22px;
	line-height: 1.45em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding: 35px 0px 25px 0px;
}

.acBtn01 {
	height: 110px;
	position: absolute;
	bottom: -110px;
	right: 0px;
	cursor: pointer;
}
.acBtn01 .ac01 {
	display: block;
}
.acBtn01 .ac02 {
	display: none;
}
.acBtn01.open .ac01 {
	display: none;
}
.acBtn01.open .ac02 {
	display: block;
}

.acContWrap {
	display: none;
}
.acContWrapIn {
	padding: 0px 0px 30px 0px;
	text-align: center;
}

.acContWrapIn .cont_check_txt01 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.acContWrapIn .cont_check_txt01 div {
	width: 20%;
	padding-right: 1%;
}

.acContWrapIn .cont_check_txt01 dl {
	text-align: left;
	margin-bottom: 5px;
}

.acContWrapIn .cont_check_txt01 dt {
	color: #E30000;
}

.acContWrapIn .cont_check_txt01 dt,
.acContWrapIn .cont_check_txt01 dd {
	font-size: 13px;
}

.acContWrapIn .cont_check_txt01 dd span {
	margin-left: 30px;
}

.contBlockCheck02 {
	background-image: url("../img/cont09_contbg01.png");
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	margin-top: -74px;
	height: 560px;
	text-align: center;
}
.check02SnsWrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	margin-top: 90px;
}
.check02SnsWrapBox01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
	position: relative;
	margin-right: 40px;
}
.check02SnsWrapBox01::before {
	content: "";
	background-image: url("../img/cont09_sns_bg01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 355px;
	height: 246px;
	position: absolute;
	right: 0px;
	top: -115px;
}

.snsBtn01 {
	position: relative;
	margin-right: 34px;
}
.snsBtn01.snsBtn01Last {
	margin-right: 0px;
}
.check02SnsWrapBox01 .snsBtn01 {
	margin-right: 40px;
}

/*------------------------*/

.contactWrap01 {
	background-color: #ff8ab34d;
	position: relative;
	padding: 50px 0px 55px 0px;
}
.contactFuki01 {
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -472px;
}
.contactFlex01 {
	margin-top: 40px;
  display: flex;
	justify-content: center;
}
.contactLi01 {
	width: 40%;
	margin:0 2.5%;
}
.contactText01 {
	padding: 8px 8px 0px 10px;
  text-align: justify;
  text-justify: inter-ideograph;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
}
.contactBlock01 {
	position: relative;
}

.contactWrap01.contactWrap02 {
	margin-top: 20px;
	padding: 0px;
	background-color: #c0e0ffa8;
}
.contactTb01 {
	display: table;
}
.contactCell01 {
	text-align: center;
	padding: 22px 0px 74px 0px;
}
.contactCell02 {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	width: 560px;
	padding: 22px 0px 74px 35px;
}
.contactFlex02 {
	margin: 16px auto auto auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.contactFlex02.contactFlex0202 {
	width: 525px;
}
.checkH301.contactH301 {
	position: relative;
	display: block;
	text-align: center;
	letter-spacing: -0.05em;
	text-decoration: none;
}

.checkH301.contactH301::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60%;
	height: 1px;
	background-color: #333;
}

.checkH301.contactH301 span {
	font-size: 60%;
}
.contactFuki02 {
	position: relative;
	width: 500px;
}
.contactFuki02::after {
	content: "";
	background-image: url(../img/contact_btn05_fuki.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 68px;
	position: absolute;
	bottom: 8px;
	left: 0;
}

.contactWrap01.contactWrap02 h4 {
	margin-top: 70px;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 1px;
}

.contactWrap01.contactWrap02 img {
	width: 90%;
	max-width: 600px;
	margin: 30px auto;
}

/*----------------------*/

.cont01Bg01 {
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -680px;
}
.cont01Bg01 img {
	width: 212px;
	height: auto;
}
.cont01Bg02 {
	position: absolute;
	top: 104px;
	left: 50%;
	margin-left: 550px;
}
.cont01Bg03 {
	position: absolute;
	bottom: 150px;
	left: 50%;
	margin-left: -660px;
}
.cont01Bg04 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: 384px;
}
.cont01Bg04 img {
	width: 296px;
	height: auto;
}

.cont02Bg01 {
	position: absolute;
	top: 98px;
	left: 50%;
	margin-left: -730px;
}
.cont02Bg02 {
	position: absolute;
	top: 230px;
	left: 50%;
	margin-left: 396px;
}

.cont03Bg01 {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -690px;
}
.cont03Bg01 img {
	width: 280px;
	height: auto;
}

.cont03Bg02 {
	position: absolute;
	top: 370px;
	left: 53%;
	margin-left: 298px;
}

.cont03Bg02 img {
	width: 310px;
}

.cont04Bg01 {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -700px;
}
.cont04Bg01 img {
	max-width: 150px;
	height: auto;
}
.cont04Bg02 {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: 262px;
}
.cont04Bg02 img {
	width: 317px;
	height: auto;
}

.cont05Bg01 {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -700px;
}
.cont05Bg01 img {
	width: 198px;
	height: auto;
}
.cont05Bg02 {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 342px;
}
.cont05Bg02 img {
	width: 391px;
	height: auto;
}

.cont06Bg01 {
	position: absolute;
	top:30px;
	left: 50%;
	margin-left: -730px;
}
.cont06Bg01 img {
	width: 262px;
	height: auto;
}
.cont06Bg02 {
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: 245px;
}
.cont06Bg02 img {
	width: 451px;
	height: auto;
}

.cont07Bg01 {
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -650px;
}
.cont07Bg02 {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: 490px;
}
.cont07Bg03 {
	position: absolute;
	bottom: 55px;
	left: 50%;
	margin-left: -600px;
}

.cont08Bg01 {
	position: absolute;
	top: 97px;
	left: 54%;
	margin-left: -550px;
}
.cont08Bg03 {
	position: absolute;
	top: -54px;
	left: 50%;
	margin-left: 420px;
}
.cont08Bg04 {
	position: absolute;
	top: 338px;
	left: 50%;
	margin-left: -605px;
}
.cont08Bg05 {
	position: absolute;
	top: 380px;
	left: 50%;
	margin-left: 520px;
}

.cont08Bg02 {
	position: absolute;
	top: -60px;
	right: 5px;
}
.cont08Bg06 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -8px;
	left: 0px;
}

.cont09Bg01 {
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -618px;
}
.cont09Bg01 img {
	width: 320px;
	height: auto;
}
.cont09Bg02 {
	position: absolute;
	top: 67px;
	left: 54%;
	margin-left: 210px;
}
.cont09Bg02 img {
	width: 392px;
	height: auto;
}

/*----*/

.anc07Img01 {
	position: absolute;
	top: -32px;
	right: 20px;
}

a.youtube_btn {
	position: relative;
	margin-top: 65px;
	display: inline-block;
	padding: 20px 70px 20px 50px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	background-color: #e30000;
	box-shadow: 6px 5px 0px #33333361;
}

a.youtube_btn:hover {
	text-decoration: none;
}

a.youtube_btn::after {
	content: "▲";
	position: absolute;
	top: 0;
	right: 8%;
	bottom: 0;
	margin: auto;
	transform: rotate(90deg);
	font-size: 17px;
}

.nitt-btn-wrapper {
	margin: 50px auto;
}

.nitt-btn-wrapper img {
	width: 100%;
	max-width: 800px;
	height: auto;
}

/*----------------------------*/

.footerWrap01 {
}
.footerTb01 {
	display: table;
	position: relative;
}
.footerCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 220px;
}
.footerLogo01 {
	text-align: center;
	font-size: 35px;
	color: #FF7BA8;
}

.footerLogo01 span {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

.footerLogo01 span img {
	width: 35px;
}

.footerLogo01 span img:first-of-type {
	transform: translate(-10px, -2px);
}

.footerLogo01 span img:last-of-type {
	transform: translate(5px, -2px);
}

.footerLogo01 strong {
	font-size: 150%;
}
.footerText01 {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: 130px;
	max-width: 250px;
}
.footerCopyTb01 {
	display: table;
	width: 100%;
}
.footerCopyCell01 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 80px;
	background-color: #000000;
}
.footerCopy01 {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2em;
}

.bnr_flex {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    align-items: baseline;
    bottom: -43px;
    max-width: 1000px;
    margin: auto;
}

.bnr_flex li {
    text-align: center;
}

.bnr_flex li a img {
    width: 93%;
}

#anc01 .contFlexText01,
#anc02 .contFlexText01,
#anc05 .contFlexText01{
	margin-top: 0;
}

#anc03 .contFlexText01 {
	margin-top: 10px;
}

#anc04 {
	text-align: center;
}

#anc04 .contFlexText01 {
	margin-top: -40px;
}

#anc04 .contBtnWrap02 {
	display: flex;
	justify-content: center;
}

#anc04 .contBtnWrap02 li {
	display: flex;
	align-items: flex-end;
}
#anc04 .contBtnWrap02 li:first-child {
	width: 30%;
	margin-right: 30px;
}

#anc04 .contBtnWrap02 li:last-child {
	width: 35%;
}

#anc04 iframe {
	width: 50vw;
	height: 30vw;
}

#anc05 a {
	display: inline-block;
	margin-top: 30px;
}

#anc05 a +  p {
	margin-top: 20px;
	font-size: 16px;
	text-align: left;
}

#support {
	background-color: #ff8ab34d;
	padding: 200px 0;
	transform: translateY(-130px);
	text-align: center;
}

#support .txt-wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #fff;
}

#support h2 {
	font-size: 22px;
	text-decoration: underline;
	text-underline-offset: 2px;
	margin-bottom: 20px;
}

#support table,
#support tbody {
	width: 100%;
	color: #3B5E92;
}

#support table tr:first-child {
	border-bottom: 1px solid #3B5E92;
}

#support table tr:first-child th span {
	position: relative;
	font-size: 80%;
}

#support table tr:first-child th span:before,
#support table tr:first-child th span:after {
	position: absolute;
	top: -11px;
	bottom: 0;
	margin: auto;
	font-size: 50px;
	font-weight: 400;
}

#support table tr:first-child th span:before {
	content: "(";
	left: -70px;
}

#support table tr:first-child th span:after {
	content: ")";
	right: -25px;
}

#support table tr:last-child th span {
	display: inline-block;
	font-size: 30%;
	transform: translateY(-7px);
}

#support table td:first-of-type {
	font-size: 20px;
	font-weight: bold;
	border-left: 1px solid #3B5E92;
	border-right: 1px solid #3B5E92;
}

#support table td:first-of-type .bgpk {
	display: inline-block;
	background-color: #f37fb4;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 2px 10px;
}

#support table td:last-of-type {
	text-align: left;
}

#support table th,
#support table td {
	padding: 15px;
	vertical-align: middle;
}

#support table th {
	font-size: 20px;
	font-weight: 500;
}

#support table td {
	font-size: 16px;
}

/* --------------------------------------------------------------------
 addition
-------------------------------------------------------------------- */
.bnr01 {
    margin: 1em 0 -2.5em;
}


@media screen and (max-width:1200px) {
    .ancImg05 {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width:799px) {

	/* --------------------------------------------------------------------
	アコーディオン
-------------------------------------------------------------------- */

	.accordion-wrapper.mt_125 {
		margin-top: 125px;
	}


/* --------------------------------------------------------------------
 main
-------------------------------------------------------------------- */

	#headerCommon {
		border-bottom: 6px solid #e30000;
	}

	.mainvisualWrap01 {
		padding: 40px 0px 0px 0px;
	}
	
	.mainvisualWrap01 h1 {
		position: relative;
		font-size: 9.5vw;
	}

	.mainvisualWrap01 h1::before {
		content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 9.7vw;
    background-image: url(../img/main_ttl_bg_sp.png);
    background-position: center;
    background-size: cover;
	}

	.mainvisualWrap01 h1 span {
		margin-bottom: 0;
	}

	.mainvisualWrap01 h1 strong {
		display: block;
    margin-top: -17px;
    margin-bottom: -17px;
	}
	.mainCont01 {
		background-image: url("../img/main_cont01_sp.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		height: auto;
		position: relative;
		margin-top: 38px;
		padding-top: 1px;
	}
	.mainCont01 .mainP01 {
		color: #ffffff;
		font-size: 30px;
		line-height: 1.4em;
		font-weight: bold;
		display: table;
		text-align: center;
		width: 100%;
		padding-top: 0px;
		margin-top: 210px;
		margin-bottom: 0;
	}
	.mainCont01 .mainP01 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 145px;
		color: #333;
		font-size: 4vw;
    line-height: 1.6em;
	}
	.mainCont01::before {
		content: "";
    background-image: url(../img/main_bg01_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
		width: 20vw;
    height: 25vw;
    position: absolute;
    left: 0;
    margin-left: 0px;
    bottom: 0px;
	}
	.mainCont01::after {
		content: "";
    background-image: url(../img/main_bg02_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
		width: 20vw;
    height: 25vw;
    position: absolute;
    left: auto;
    margin-left: 0px;
    right: 0;
    bottom: 0px;
	}
	.mainBottomImg01 {
		padding-bottom: 0px;
	}
	.mainBottomImg01 img {
		width: 100%;
		height: auto;
	}

	/*----------------------*/

	.contBlockBg01 {
		padding: 30px;
	}
	.contBlockBg01:nth-of-type(2) {
		margin-top: 30px;
	}
	.contMovieWrap01,
	.contImageWrap01 {
		width: auto;
		margin: auto;
		text-align: left;
	}
	.contH301 {
		background-color: #ffffff;
		font-size: 5vw;
		line-height: 1.0em;
		font-weight: bold;
		padding: 10px 24px 10px 24px;
		margin-bottom: 20px;
	}
	.contText01 {
		font-size: 4.4vw;
    line-height: 1.6em;
    font-weight: 500;
	}
	.contMovie01 {
		margin-top: 18px;
	}
	.contMovieBox01 {
		margin-bottom: 0px;
	}
	.contMovie01 iframe {
		width: 100%;
		height: 50vw;
	}

	/*---------------------*/

	.contAncWrap01 {
		background-image: url("../img/cont_anc_bg01-8.png");
		background-repeat: repeat;
		background-position: center top;
		position: relative;
		margin-top: 85px;
	}
	.ancImg01 {
		position: absolute;
		top: -110px;
		left: 20px;
		margin-left: 0px;
	}
	.ancImg02 {
		position: absolute;
		top: auto;
		bottom: -60px;
		left: 34px;
		margin-left: 0px;
	}
	.ancImg03 {
		position: absolute;
		top: auto;
		bottom: -40px;
		left: auto;
		right: 24px;
		margin-left: 0px;
	}
	.ancImg03 img {
		width: 150px;
	}
	.ancImg04 {
		position: absolute;
		top: -318px;
		left: 50%;
		margin-left: 500px;
	}
	.ancImg05 {
		position: absolute;
		bottom: -20px;
        right: auto;
		left: 50%;
		margin-left: 230px;
	}


	.contAncWrap01.anc02 {
		margin: 100px 0px 70px 0px;;
	}
	.contAncH301 {
    position: absolute;
    top: -20px;
    left: 5%;
		width: 90%;
    padding: 5px 0;
    font-size: 3.8vw;
    text-align: center;
		letter-spacing: 0.1em;
	}

	.contAncH301 .subTitle {
		left: -10%;
    font-size: 3.3vw;
    padding: 1px 4px;
	}

	.contAncWrapIn01 {
		padding: 65px 15px 5px 0px;
		text-align: right;
	}
	.contAncFlex01 {
		display: block;
	}
	.contAncFlex01.campusLife {
		width: 100%;
	}
	.contAncFlex01 li {
		position: relative;
		width: 90%;
		margin: 0 auto 20px 30px;
	}

	.contAncFlex01 li a {
		display: flex;
	}

	.contAncFlex01 li .img-wrapper {
		width: 39%;
    height: 25vw;
	}

	.contAncFlex01 li#ancBtn04 .img-wrapper,
	.contAncFlex01 li#ancBtn05 .img-wrapper,
	.contAncFlex01 li#ancBtn06 .img-wrapper {
		height: 25vw;
	}

	.contAncFlex01 li .txt-wrapper {
		width: 55%;
    height: 25vw;
	}

	.contAncFlex01 li .txt-wrapper p {
		font-size: 3vw;
	}

	.contAncFlex01 li img.arrow {
		top: 0;
    left: auto;
    right: -8px;
    bottom: 0;
    margin: auto;
    width: 4vw;
	}

	.contAncFlex01 li:nth-child(2) {
		width: 90%;
		margin: 0 auto 20px 30px;
	}

	.contAncFlex01 li::before {
		content: "";
		background-image: url("../img/cont_anc_img01.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
    width: 25px;
    height: 25px;
		position: absolute;
		top: -28px;
    left: -27px;
	}

	/*-----------------------*/

	.contH302Wrap {
		background-image: url("../img/cont_tit01_bg_bottom.png");
		background-repeat: repeat-x;
		background-position: center bottom;
		padding: 0px 0px 12px 0px;
    position: relative;
    margin-top: 0px;
	}
	.contH302Wrap02 {
		height: 75px;
	}
	.contH302 {
		margin-left: 0px;
    font-size: 3.8vw;
		text-align: center;
    letter-spacing: .2em;
	}
	.contH302 .subTitle {
		top: -15px;
    left: -50px;
    font-size: 3.1vw;
	}
	.contH302 strong {
		display: block;
	}
	.contTitImg01 {
		position: absolute;
		bottom: 12px;
		left: auto;
		margin-left: 0px;
		right: 0;
	}
	.contTitImg01 {
		width: 28vw;
	}
	.contTitImg02 {
		position: absolute;
		bottom: 12px;
		left: auto;
		margin-left: 0px;
		right: 0px;
	}
	.contTitImg02 img {
		width: 33vw;
	}
	#anc01 .contFlexText01 {
		margin-top: 30px;
	}

	#anc02 .contFlexText01,
	#anc05 .contFlexText01 {
		margin-top: 10px;
	}

	#anc03 .contFlexText01 {
		margin-top: 15px;
	}
	
	#anc04 .contFlexText01 {
		margin-top: 40px;
	}

	#anc07 .contFlexText01 {
		margin-top: 5px;
	}
	
	.contBlock01 {
		padding: 30px 20px 0px 20px;
	}
	.contBlock02 {
		padding: 75px 48px 50px 48px;
	}

	.contFlex950 {
		display: block;
		width: auto;
		margin: auto;
	}
	.contFlexBox01 {
		width: auto;
	}
	.contFlexBox02 {
		width: auto;
		text-align: left;
		padding: 30px 0px 0px 0px;
	}
	.contFlexText01 {
		color: #e30000;
		margin-top: 30px;
	}
	.contFlexText01 .span01 {
		font-size: 4.6vw;
		line-height: 40px;
		font-weight: bold;
	}
	.contFlexText01 .span02 {
		font-size: 6vw;
		line-height: 1.3em;
		font-weight: bold;
	}
	.contFlexText02 {
		font-size: 3.7vw;
    line-height: 1.6em;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
	}
	.contFlexText03 {
		text-align: left;
		font-size: 4.3vw;
		line-height: 1.8em;
		font-weight: 500;
		margin-top: 20px;
	}
	.contUnder01 {
		font-size: 4.8vw;
		line-height: 1.6em;
		font-weight: bold;
	}
	.contBtnWrap01 {
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
			 -ms-flex-pack: justify;
		 justify-content: space-between;
	}

	.contBtnWrap01 li a {
		font-size: 3.5vw;
		padding: 15px 0;
	}
	.contIcon01 {
		margin-top: 22px;
	}
	.contIcon01 img {
		width: 25vw;
	}
	.contUl01 {
		margin-top: 20px;
	}
	.contUl01 li {
		color: #e30000;
    font-size: 3.5vw;
    line-height: 1.6em;
    font-weight: 500;
	}
	.contBtnWrap02 li {
		margin-top: 0px;
	}
	.contFlexText03.textCenter {
		text-align: center;
	}

	.anc07Time01 {
		position: relative;
		margin-top: 20px;
	}
	.anc07TimeBox01 {
		background-image: url(../img/cont07_contbg03.png);
    width: 100vw;
    margin: auto;
    position: relative;
    margin-left: -13vw;
    padding: 0;
    box-sizing: border-box;
	}
	.anc07Dl01 {
		text-align: left;
    width: 90%;
    position: absolute;
    top: 70vw;
    left: 5vw;
	}
	.anc07Dl01 dt {
		font-size: 4.8vw;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
	}
	.anc07Dl01 dd p {
		ont-size: 4vw;
    line-height: 1.7em;
    letter-spacing: -0.05em;
    font-weight: 500;
    text-align: justify;
	}

	/*---------------------------*/

	.contBlockCheck01 {
		background-image: url("../img/cont08_contbg01_sp.png");
		background-repeat: repeat-x;
		background-position: 50% top;
		margin-top: 50px;
		position: relative;
		padding: 0px 44px 170px 44px;
	}
	.contBlockCheck1000 {
		width: auto;
		margin: auto;
	}
	.checkIcon01 {
		padding: 34px 0px 15px 0px;
	}
	.checkIcon01 img {
		width: 15vw;
	}
	.checkH301 {
		font-size: 5.3vw;
    line-height: 1.4em;
    letter-spacing: 0.01em;
    font-weight: bold;
    text-decoration: underline;
	}
	.contCheckBoxWrap {
		margin-top: 50px;
		position: relative;
		border-top: 2px solid #dedede;
		background-image: url("../img/cont_check_mid01_sp.png");
		background-repeat: repeat-y;
		background-position: center top;
		width: 120%;
    margin-left: -10%;
	}
	.contCheckH401 {
		font-size: 22px;
		line-height: 1.45em;
		font-weight: bold;
		text-decoration: underline;
		text-align: center;
		padding: 35px 0px 25px 0px;
	}

	.acBtn01 {
		height: 110px;
		position: absolute;
		bottom: -110px;
		right: 0px;
		cursor: pointer;
	}
	.acBtn01 .ac01 {
		display: block;
	}
	.acBtn01 .ac02 {
		display: none;
	}
	.acBtn01.open .ac01 {
		display: none;
	}
	.acBtn01.open .ac02 {
		display: block;
	}

	.acContWrap {
		display: none;
	}
	.acContWrapIn {
		padding: 0px 0px 30px 0px;
		text-align: center;
		position: relative;
	}

	.acContWrapIn .cont_check_txt01 {
		flex-wrap: wrap;
	}

	.acContWrapIn .cont_check_txt01 div {
		width: 100%;
	}

	.acContWrapIn .cont_check_txt01 dd {
		position: relative;
		display: inline;
	}

	.acContWrapIn .cont_check_txt01 dd span {
		margin-left: 70px;
	}

	.acContWrapIn .cont_check_txt01 dl dd:not(:first-of-type) {
		padding-left: 5px;
	}

	.acContWrapIn .cont_check_txt01 dl dd:not(:first-of-type)::before {
		content: "/";
    position: absolute;
    top: -1px;
    left: -2px;
    font-size: 13px;
	}

	.contBlockCheck02 {
		background-image: url("../img/cont09_contbg01_sp.png");
		background-repeat: repeat-x;
		background-position: center top;
		position: relative;
		margin-top: -74px;
		height: 400px;
		margin-bottom: 65px;
	}
	.check02SnsWrap {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 85%;
		margin: 65px auto 0px auto;
	}
	.check02SnsWrapBox01 {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: relative;
		margin-right: 30px;
	}
	.check02SnsWrapBox01::before {
    content: "";
    background-image: url(../img/cont09_sns_bg01_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 35vw;
    height: 31vw;
    position: absolute;
    right: -17px;
    top: -54px;
	}

	a.youtube_btn {
		width: 70%;
		padding: 30px 70px 30px 50px;
	}

	.nitt-btn-wrapper img {
		width: 97%;
	}

	.snsBtn01 {
		position: relative;
		margin-right: 34px;
	}
	.snsBtn01.snsBtn01Last {
		margin-right: 0px;
	}
	.check02SnsWrapBox01 .snsBtn01 {
		margin-right: 40px;
	}
	.check02SnsWrapBox01 .snsBtn01:first-of-type {
		margin-right: 20px;
	}
	.check02SnsWrapBox01 .snsBtn01:nth-of-type(2) {
		margin-right: 0;
	}
	.snsBtn01 img {
		width: 84px;
		height: auto;
	}
	
	
	
	/*------------------------*/

	.contactWrap01 {
		background-image: url("../img/contact_bg01.png");
		background-repeat: repeat;
		background-position: center top;
		position: relative;
		padding: 40px 48px 1px 48px;
	}
	.contactFuki01 {
		position: absolute;
    top: -95px;
    left: 15px;
    margin-left: 0px;
    z-index: 2;
	}
	.contactFuki01 img {
		width: 50vw;
	}
	.contactFlex01 {
		margin-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		width: 120%;
    margin-left: -10%;
	}
	.contactLi01 {
		width: 50%;
	}
	.contactText01 {
		padding: 8px 0;
		text-align: justify;
		font-size: 3vw;
    line-height: 1.6em;
		font-weight: 500;
	}
	.contactBlock01 {
		position: relative;
	}

	.contactWrap01.contactWrap02 {
		margin-top: 30px;
		padding: 0px;
	}
	.contactTb01 {
		display: block;
	}
	.contactCell01 {
		display: block;
		text-align: center;
		vertical-align: top;
		box-sizing: border-box;
		width: auto;
		border-right: none;
		padding: 40px 0px 20px 0px;
	}
	.contactCell02 {
		display: block;
		text-align: center;
		vertical-align: top;
		box-sizing: border-box;
		width: auto;
		padding: 40px 0px 45px 0px;
	}
	.contactFlex02 {
		margin: 0 auto;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: justify;
			 -ms-flex-pack: justify;
		 justify-content: space-between;
	}
	.contactFlex02.contactFlex0202 {
		width: 655px;
	}
	.contactWrap01.contactWrap02 h4 {
		margin-top: 0;
		margin-bottom: 10px;
		font-size: 5vw;
	}
	.contactWrap01.contactWrap02 img {
		margin: 15px auto;
	}
	.checkH301.contactH301 {
		display: inline-block;
		text-align: center;
		letter-spacing: -0.05em;
	}
	.checkH301.contactH301::after {
		width: 100%;
	}
	.contactFuki02 {
		position: relative;
		width: 100%;
	}
	.contactFuki02::after {
		display: none;
		content: "";
		background-image: url("../img/contact_btn05_fuki_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		width: 608px;
		height: 94px;
		position: absolute;
		bottom: -42px;
		left: 50%;
		margin-left: -304px;
	}

	.spMb10 {
		display: inline-block;
		margin-bottom: 7px;
	}

	.contAnshinMovie {
		width: 100%;
		margin-top: 30px;
		margin-left: -48px;
	}
	
	
	/*----------------------*/

	.cont01Bg01 {
		position: absolute;
		top: 25px;
		left: 10px;
		margin-left: 0px;
	}
	.cont01Bg01 img {
		width: 32vw;
		height: auto;
	}
	.cont01Bg02 {
		position: absolute;
    top: 25px;
    left: auto;
    margin-left: 0px;
    right: 5px;
	}
	.cont01Bg02 img {
		width: 16vw;
	}
	.cont01Bg03 {
		position: absolute;
		bottom: 186px;
		left: 50%;
		margin-left: -55px;
	}
	.cont01Bg04 {
		position: absolute;
		bottom: 20px;
		left: auto;
		margin-left: 0px;
		right: 0px;
	}
	.cont01Bg04 img {
		width: 296px;
		height: auto;
	}

	.cont02Bg01 {
		position: absolute;
		top: 90px;
    left: 10px;
		margin-left: 0px;
	}

	.cont02Bg01 img {
		width: 18vw;
	}

	.cont02Bg02 {
		position: absolute;
		top: auto;
		bottom: 0px;
		left: auto;
		margin-left: 0px;
		right: 44px;
	}

	.cont02Bg02 img {
		width: 25vw;
	}

	.cont03Bg01 {
		position: absolute;
		top: 25px;
		left: 0px;
		margin-left: 0px;
	}
	.cont03Bg01 img {
		width: 703px;
		height: auto;
	}

	.cont03Bg02 {
		position: absolute;
		top: auto;
		bottom: 150px;
		left: 20px;
		margin-left: 0px;
	}

	.cont04Bg01 {
		position: absolute;
		top: 20px;
		left: 10px;
		margin-left: 0px;
	}
	.cont04Bg01 img {
		width: 100%;
		height: auto;
		max-width: inherit;
	}
	.cont04Bg02 {
		position: absolute;
    bottom: 137px;
    left: auto;
    margin-left: 0px;
    right: 220px;
	}
	.cont04Bg02 img {
		width: 110px;
		height: auto;
	}

	.cont05Bg01 {
		position: absolute;
		top: 100px;
		left: 0px;
		margin-left: 0px;
	}
	.cont05Bg01 img {
		width: 682px;
		height: auto;
	}
	.cont05Bg02 {
		position: absolute;
		top: auto;
		left: auto;
		margin-left: 0px;
		bottom: -21px;
		right: 15px;
	}
	.cont05Bg02 img {
		width: 40vw;
		height: auto;
	}

	.cont06Bg01 {
		position: absolute;
		top: 150px;
		left: 0px;
		margin-left: 0px;
	}
	.cont06Bg01 img {
		width: 750px;
		height: auto;
	}
	.cont06Bg02 {
		position: absolute;
		top: auto;
		left: auto;
		margin-left: 0px;
		bottom: -45px;
		right: 10px;
	}
	.cont06Bg02 img {
		width: 376px;
		height: auto;
	}

	.cont07Bg01 {
		position: absolute;
		top: 125px;
		left: 40px;
		margin-left: 0px;
		z-index: 2;
	}
	.cont07Bg02 {
		position: absolute;
		top: -40px;
		left: 50%;
		margin-left: 490px;
	}
	.cont07Bg03 {
		position: absolute;
		bottom: 0px;
		left: auto;
		margin-left: 0px;
		right: 0px;
	}

	.cont07Bg03 img {
		width: 43vw;
	}

	.cont08Bg01 {
		position: absolute;
		top: -10px;
		left: 3px;
		margin-left: 0px;
	}
	.cont08Bg03 {
		position: absolute;
		top: -54px;
		left: 50%;
		margin-left: 420px;
	}
	.cont08Bg04 {
		position: absolute;
		top: auto;
		left: auto;
		margin-left: 0px;
		right: 3px;
		bottom: 80px;
	}
	.cont08Bg04 img {
		width: 25vw;
	}
	.cont08Bg05 {
		position: absolute;
		top: 380px;
		left: 50%;
		margin-left: 520px;
	}

	.cont08Bg02 {
		position: absolute;
		top: -50px;
		right: 20px;
	}
	.cont08Bg02 img {
		width: 22vw;
	}
	.cont08Bg06 {
		width: 100%;
		text-align: center;
		position: absolute;
		top: -13px;
		left: 0px;
	}

	.cont08Bg06 img {
		width: 25vw;
	}

	.cont09Bg01 {
		position: absolute;
		top: 45px;
		left: 34px;
		margin-left: 0px;
	}
	.cont09Bg01 img {
		width: auto;
		height: auto;
	}
	.cont09Bg02 {
		position: absolute;
    top: auto;
    bottom: -50px;
    left: auto;
    right: 10px;
    margin-left: 0px;
    z-index: 1;
	}
	.cont09Bg02 img {
		width: 70vw;
		height: auto;
	}

	/*----*/

	.anc07Img01 {
		position: absolute;
		top: -32px;
		right: 20px;
	}

	/*----------------------------*/

	.footerWrap01 {
	}
	.footerTb01 {
		display: table;
		position: relative;
	}
	.footerCell01 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 60px;
	}

	.footerLogo01 {
    font-size: 5.8vw;
	}
	.footerLogo01 span {
		font-size: 4.7vw;
	}

	.footerText01 {
		position: absolute;
    bottom: -45px;
    right: 0%;
    margin-left: 0px;
	}
	.footerText01 img {
		width: 25vw;
	}
	.footerCopyTb01 {
		display: table;
		width: 100%;
	}
	.footerCopyCell01 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		height: 80px;
		background-color: #000000;
	}
	.footerCopy01 {
		color: #ffffff;
		font-size: 16px;
		line-height: 1.2em;
	}

    .bnr_flex {
        display: block;
        justify-content: space-between;
        position: initial;
        margin-bottom: 20px;
    }

		#anc03 {
			margin-bottom: 40px;
		}

		#anc03 .contH302 img {
			width: 90vw;
		}
		
		#anc04 .contBtnWrap02 {
			margin: 15px auto;
		}

		#anc04 .contBtnWrap02 li:first-child {
			width: 43%;
			margin-right: 5%;
		}

		#anc04 .contBtnWrap02 li:last-child {
			width: 50%;
		}

		#anc04 iframe {
			width: 100%;
			height: 50vw;
			margin-top: 20px;
			margin-bottom: 0;
		}

		#anc05 a {
			margin-top: 15px;
		}

		#anc05 a + p {
			font-size: 3vw;
		}

		#anc07 .contFlexBox02 {
			width: 120%;
			margin-left: -10%;
		}

		#support {
			padding: 30px 0;
			transform: translateY(0);
		}

		#support .txt-wrapper {
			padding: 20px 0px;
		}

		#support table th {
			font-size: 5vw;
		}

		#support table th:not(.pcBr),
		#support table td:not(.pcBr) {
			display: block;
		}

		#support table td:first-of-type {
			border-left: none;
			border-right: none;
		}

		#support table tr:first-child th span:before,
		#support table tr:first-child th span:after {
			display: none;
		}

		#support table td:first-of-type .bgpk {
			margin-right: 10px;
		}

        /* --------------------------------------------------------------------
         addition
        -------------------------------------------------------------------- */
        .bnr01 {
            margin: 1em 0 0;
        }
}
