@charset "utf-8";
/*共通
---------------------------------------------------------*/
.clr-pink{
    color: #FF7D70;
}
.clr-brown{
    color: #59452E;
}
.fo-aotf{
    font-family: "A-OTF Gothic MB101 Pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.fo-sans{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}


/*コンテンツ
---------------------------------------------------------*/
.mainbody{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}

.mainvisual .img{
	width:100%;
	margin: 0;
}
.mainvisual .img img{
	width:100%;
}

.mvend{
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
}
.mvend img{
    position: absolute;
    left: 0;
    right: 0;
    top: 900px;
    margin: auto;
}


.catchcopy{
    text-align: center;
    font-size: 150%;
    padding: 40px 0;
    line-height: 200%;

}
.catchcopy img{
vertical-align:middle;
padding: 0 10px 5px 0;
}


.introwrap{
    background: #FFEEEA;
    padding: 50px 0 70px 0;
}
.title01{
    background: url("../images/oshu-katsu2026/ttl_bg.png") no-repeat center center;
    background-size: 100% auto;
    padding: 24px 0 29px;
    text-align: center;
    margin: 0 0 50px 0;
    box-sizing: border-box;
}
.introwrap .title01{
	margin: 0 0 36px 0;
}
.title01 h2{
	color:#fff;
	font-size:26px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1;
	box-sizing: border-box;
}
.introwrap h3{
    text-align: center;
    margin: 0 0 36px 0;
    font-size: 36px;
    font-weight: 600;
}
.introbox{
    background: #fff;
    padding: 50px;
    margin: 0 0 50px 0;
}
.introbox .img{
	width:100%;
	margin:0 auto;
	border-top: 30px solid #000;
	border-bottom: 30px solid #000;
}
.introbox .img img{
	width:100%;
}
.introbox dl{
   padding-top: 44px;
}
.introbox dt{
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 40px 0;
    letter-spacing: .08em;
}
.introbox dd{
	gap: 22px;
	text-align:justify;
}
.btn01 {
	text-align:center;
}
.btn01 a {
    display: inline-block;
    background-color: #FF7D70;
    color: #fff;
    padding: 21px 24px 23px 15px;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    border-radius: 50px;
    width: 100%;
    max-width: 350px;
    text-decoration: none;
    line-height: 1;
    box-sizing: border-box;
    transition:.4s;
    border:2px solid #FF7D70;
}
.btn01 a::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 19px;
    background: url("../images/oshu-katsu2026/target.png") center no-repeat;
    background-size: contain;
    position: absolute;
    right: 47px;
    top: 50%;
    transform: translateY(-50%);
}
.btn01 a:hover {
    background-color: #fff;
    color: #FF7D70;
	border-color:#FF7D70;
}
.btn01 a:hover::after {
    background-image: url("../images/oshu-katsu2026/target_pink.png");
}
.presswrap{
    background: #FFCAC4;
    padding: 70px 0 80px 0;
}
.pressbox dl{
    display: flex;
    margin: 0 0 50px 0;
    gap: 36px;
}
.pressbox dt{
   font-size: 14px;
   text-align: center;
   font-weight: 500;
}
.pressbox dt img{
    padding: 0 0 10px 0;
}
.pressbox dd{
    /* font-weight:500; */
    text-align: justify;
}

.interviewbox{
    background: #FFF4E2;
    padding: 38px 50px;
    border-radius: 20px;
}
.interviewbox dl{
    padding: 20px 0;
    gap: 20px;
    box-sizing: border-box;
    display: flex;
}
.interviewbox dl:nth-child(even){
    display: flex;
    flex-direction: row-reverse;
}

.interviewbox dl:nth-child(odd) dd:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #ffffff;
	border-width: 14px;
	margin-top: -10px;
}

.interviewbox dl:nth-child(even) dd:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #ffffff;
	border-width: 10px;
	margin-top: -10px;
}


.interviewbox dt{
    color: #59452E;
    text-align: center;
    width: 160px;
}
.interviewbox dt img{
	padding-bottom:10px
}
.interviewbox dt span{
	font-size: 14px;
}

.interviewbox dd{
    background: #fff;
    border-radius: 15px;
    padding: 28px 30px;
    position: relative;
    flex: 1;
}
.interviewbox dd h3{
    color: #e2764a;
    font-weight: 700;
    padding: 0 0 5px 0;
}
.locationwrap{
    background:url("../images/oshu-katsu2026/bg_location.jpg") repeat-x center bottom #FEF8D9;
    padding: 70px 0 370px 0;
    border-bottom: 80px solid  #FEF8D9;
}
.locationbox{
    text-align: center;
}
.locationbox h3{
    padding: 0 0 30px 0;
    font-weight: 700;
}

.movie {
  /* padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; */
}
video {
    width: 100%;
    height: auto;
}


.clubwrap{
    text-align: center;
    padding: 80px 0 0 0;
}
.clubwrap h2{
    padding: 0 0 50px 0;
}
.clubwrap h3{
    padding: 0 0 50px 0;
    font-weight: 700;
    font-size: 190%;
}
.clubwrap h3 strong{
    color: #2e318f;
    font-size: 120%;
}
.clubwrap p{
    font-size: 90%;
    padding: 0 0 50px 0;
}





/* .mailArea */
.mailArea {
	width:805px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	padding:0px 19px 80px 0;
}
.mailArea .title {
	text-align:center;
	padding-bottom:26px;
}
.mailArea dl {
	float:right;
	padding-top:35px;
}
.mailArea dl dt {
	padding-bottom:16px;
}
.mailArea div {
	width:496px;
	border:#bfbfbf 1px solid;
	float:left;
	position:relative;
}
.mailArea .mailBtn01 {
	position:absolute;
	top:75px;
	left:285px;
}
.mailArea .mailBtn02 {
	position:absolute;
	top:120px;
	left:285px;
}
.mailArea .mailBtn02 li {
	float:left;
	padding-right:7px;
}
.mailArea .maiLinks {
	width:270px;
	overflow:hidden;
	position:absolute;
	margin-top:-42px;
}
.mailArea .maiLinks li {
	padding:0 0 21px 22px;
	float:left;
}
.mailArea .maiLinks li a {
	color:#000;
}






.invitationtitlewrap{
    background: #2e3775;
    text-align: center;
    padding: 10px;
}
.invitationtitle2{
font-family: 'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}


.invitationwrap{
    background: #f2f2f2;
    padding: 40px 0;
}
.invitationinfo{
    padding: 0 0 20px;
}
.invitationinfo dl{
    display: flex;
    justify-content: space-between;
    max-width: 780px;
    margin: 0 auto 10px;
    font-family: 'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
    font-size: 16px;
    align-items: center;
}
.invitationinfo dt{
    flex-basis: 7%;
    background: #2e3775;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    padding: 2px;
}
.invitationinfo dd{
    text-align: left;
    flex-basis: 90%;
    font-size:14px;
}
.invitationinfo dd big{
    font-size:140%;
}

.invitationmap{
    padding: 0 0 40px;
}
.aftermoviewrap{
    background: #ee8018;

}
.aftermoviebox dl{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-family: 'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
}
.aftermoviebox dt{
    background: #fff;
    color: #ee8018;
    border-radius: 99px;
    padding: 10px 30px;
    font-size: 20px;
    margin: 0 10px;
}
.aftermoviebox dd{
    color: #fff;
}
.aftermoviebox dd big{
    font-size: 160%;
}
.aftermoviebox dd span{
    color: #ffff5e;
}
.applybox{
    padding: 50px 0;
}
.applytitle{
    background: #2e3775;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin: 0 0 20px;
    font-family: 'Noto Sans JP', sans-serif ,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
    font-size: 24px;
    font-weight: 800;
    padding: 10px;
    letter-spacing: .2em;
}
.applybox dl{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.applybox dt{
    font-size: 20px;
    flex-basis: 25%;
    background: #666666;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    letter-spacing: .2em;
}
.applybox dd{
    flex-basis: 70%;
    font-size: 90%;
}
.applybox dd a{
    color: #2e3775;
}
a.applytel{
    text-decoration: none;
    font-size: 130%;
}


/* .lightBox */
.lightBox {
	width:550px;
	margin:0 auto;
	clear:both;
}
.lightBox div {
	background:#fff;
	width:460px;
	padding:0 45px 90px;
}
.lightBox .ttl {
	text-align:center;
	color:#00899A;
	line-height:1.4;
	padding:16px 0 18px;
}
.lightBox .txts {
	line-height:1.5;
}
.lightBox div.link {
	clear:both;
	margin:30px auto 0 auto;
	text-align:center;
	height:10px;
	padding:0;
}
.lightBox .prev {
	color:#000;
	cursor:pointer;
	text-decoration:underline;
	font-size:14px;
	line-height:1.2;
	padding-right:9px;
}
.lightBox .prev.borR {
	border-right:#000 1px solid;
}
.lightBox .prev:hover {
	text-decoration:none;
}
.lightBox .next {
	color:#000;
	cursor:pointer;
	text-decoration:underline;
	font-size:14px;
	line-height:1.2;
	padding-left:9px;
	border-left:#000 1px solid;
}
.lightBox02 {
	width:956px;
	margin:0 auto;
	clear:both;
	position:relative;
}
.lightBox02 div {
	width:726px;
	background:#fff;
	padding:15px 115px 45px;
	clear:both;
}
.lightBox02 .ttl {
	text-align:center;
	color:#00899A;
	line-height:1.4;
	padding:16px 0 34px;
}
.lightBox02 .ttl02 {
	text-align:center;
	border-bottom:#bfbfbf 2px solid;
	border-top:#bfbfbf 2px solid;
	padding:6px 0;
	margin-bottom:20px;
}
.lightBox02 table {
	width:776px;
	clear:both;
	font-size:14px;
	margin:0 0 30px;
}
.lightBox02 table th {
	width:100px;
	padding:8px 24px 8px 46px;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	line-height:1.2;
}
.lightBox02 table td {
	padding:8px 0;
	line-height:1.2;
}
.lightBox02 table td a {
	color:#000;
	text-decoration:none;
}
.lightBox02 table td a:hover {
	text-decoration:underline;
}

.lightBox02 .close {
	position:absolute;
	right:34px;
	top:30px;
}
.none {
	display:none;
}

.lightBox02 table.history th {
	width:200px;
	padding:8px 24px 8px 46px;
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	line-height:1.2;
}
.lightBox02 table.history td span {
	padding-left:20px;
}
.lightBox02 table.history td span img {
	vertical-align:middle;
}
.privacy{
	line-height:1.6;
	font-size:14px;

	}



