/*
Theme Name: (JP)CAMPUS Asia Plus EEST
Text Domain: 日本語
*/
@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 2;
    font-family: "Noto Sans JP";
}

.china {
    font-size: 1.6rem;
    line-height: 2;
    font-family: "Noto Sans SC", sans-serif;
}

.korean {
    font-size: 1.6rem;
    line-height: 2;
    font-family: "Noto Sans KR", sans-serif;
}

body.index {
    background-image: url(img/index-bg.png);
    background-attachment: fixed;
    background-size: cover;
}


header {
    width: 100%;
    background-color: #ed1d23;
    z-index: 9999;
    transition: all 0.3s ease 0s;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    box-sizing: border-box;
}

.home header {
    position: fixed;
    background-color: transparent;
}

header .logo1 {
    opacity: 1;
}

header.scroll-nav {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#nav-search-now { position: fixed; z-index: 100; top: 120px; right: 0; width: 76px; }
@media (max-width: 750px) {#nav-search-now { position: fixed; z-index: 100; top: 120px; right: 0; width: 40px; }}
#nav-search-now a { display: block; text-align: center; background: #d90029; color: #fff; text-decoration: none; padding: 1.5rem 0; font-size: 1.1rem; }
@media (max-width: 750px) {#nav-search-now a { display: block; text-align: center; background: #d90029; color: #fff; text-decoration: none; padding: 1.5rem 0; font-size: 1.1rem; }}
#nav-search-now a span { letter-spacing: 2px; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
@media (max-width: 750px) {#nav-search-now a span { letter-spacing: 2px; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }}
#nav-search-now a span::before { content: ""; display: inline-block; width: 1.5rem; height: 1.5rem; margin-bottom: 0.25rem; background: url(../images/icon_finder_w.svg) 50% no-repeat; background-size: contain; }
@media (max-width: 750px) {#nav-search-now a span::before { content: ""; display: inline-block; width: 1.5rem; height: 1.5rem; margin-bottom: 0.25rem; background: url(../images/icon_finder_w.svg) 50% no-repeat; background-size: contain; }}

@media (max-width: 750px) {#nav-search-nows { position: fixed; z-index: 100; top: 300px; right: 0; width: 40px; }}
@media (max-width: 750px) {#nav-search-nows a { display: block; text-align: center; text-decoration: none; padding: 0; font-size: 1.1rem; }}
.logo {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 387px;
    height: 61px;
}

.logo img {
    position: absolute;
    height: auto;
}

header .logo2 {
    opacity: 0;
}

header.scroll-nav .logo1 {
    opacity: 0;
}

header.scroll-nav .logo2 {
    opacity: 1;
}

.head-right {
    display: flex;
    justify-content: flex-end;
    height: 43px;
}

.head-right img {
    margin-left: 10px;
}

.search-form {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #999;
    display: block;
    padding: 3px 10px;
    border-radius: 25px;
    height: 2.6em;
    overflow: hidden;
    background-color: #eeeeee;
}

.search-field {
    border: none;
    background-color: #eeeeee !important;
}

.search-form input[type="text"] {
    border: none;
    height: 2.0em;
    background-color: #eeeeee !important;
}

.search-form input[type="text"]:focus {
    outline: 0;
}

.search-form input[type="submit"] {
    cursor: pointer;
    border: none;
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    right: 0;
    top: 0px;
    outline: none;
    background-color: #eeeeee;
    background-image: url(img/ico-search.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}


.fb-logo {
    position: relative;
    left: 0;
    top: 0;
    width: 48px;
    height: 38px;
    margin-top: 5px;
    margin-right: 10px;
    box-sizing: border-box;
}

.fb-logo img {
    position: absolute;
}

/* グローバルメニューボタン Alumni */
.nav-btn-alumni {
    margin-top: 4px;
    margin-right: 3px;
    min-width: 85px;
}

.nav-btn-alumni a{
    display: block;
    width: 100%;
    border: 1px solid rgb(13, 148, 235);
    background: linear-gradient(15deg, rgb(23, 61, 227) 0%, rgb(12, 117, 235) 30%, rgb(23, 61, 227));
    background-size: 100% 300%;
    color: #fff;
    transition: background-position 0.5s;
    position: relative;
    border-radius: 30px;
    color: #fff;
    font-size: .937em;
    font-weight: bold;
    padding: 2px 2px 4px 10px;
    margin: 0 auto;
    text-decoration: none;
}
.nav-btn-alumni a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 52%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}
.nav-btn-alumni a:hover {
    background-position: 0% 100%;
}
.nav-btn-alumni a:hover::after {
    right: 15px;
}
/*----------------------------------
	Login
----------------------------------*/
.ct-login_box{
	border: solid 1px rgb(0, 0, 0);
	border-radius: 5px;
	padding: 50px 70px;
}
.ct-login_box .error_message{
	padding: .3rem 1rem;
	background-color: rgb(189, 37, 37);
	color: rgb(255,255,255);
	border-radius: 5px;
}
.ct-login_box .is-invalid{
	border: solid 2px rgb(189, 37, 37) !important;
}
.ct-login_box .text_note {
	line-height: 1.3;
}
.ct-login_box .text_note .small{
	font-size: .725rem;
}
.ct-login_box > .title{
	margin-top: 0px;
	text-align: center;
	line-height: 1.42;
}
.ct-login_box > .titles{
	margin-top: 0px;
	text-align: center;
	line-height: 1.0;
}
.ct-login_box > .category_title{
	margin: 25px 0px 0px;
	line-height: 1.4;
	font-weight: 800;
}
.ct-login_box > .confirmation{
	margin-top: 0px;
	border-bottom: solid 1px rgb(74, 73, 73);
	font-weight: 500;
}
.ct-login_box > .select_box_wrap{
	position: relative;
}
.ct-login_box .select_box{
	border: 0;
	border:solid 1px rgb(112, 112, 112);
	padding-left: 10px;
	border-radius: 5px;
	width: 100%;
	min-height: 60px;
	appearance: none;
}
.select_box_wrap::before{
	position: absolute;
	content: '';
	top:calc(50% - .6em);
	width: 12px;
	right: 20px;
	height: 12px;
	border-top: solid 2px rgb(0, 0, 0);
	border-right: solid 2px rgb(0, 0, 0);
	transform: rotate(132deg);
}
.ct-login_box .select_box:focus {
	outline: none;
    border:solid 1px rgb(122, 17, 67);
}
.ct-login_box .text_box{
	border: 0;
	padding-left: 10px;
	border:solid 1px rgb(112, 112, 112);
	border-radius: 5px;
	width: 100%;
	min-height: 60px;
}
.ct-login_box .text_box:focus {
	outline: none;
    border:solid 1px rgb(122, 17, 67);
}
.ct-login_box .notice_area{
	margin-top: 80px;
	padding: 15px 20px 30px 20px;
	font-size: .9375rem;
	font-weight: 800;
	text-align: center;
	background-color: rgb(243, 235, 235);
}
.ct-login_box .remarks{
    resize: none;
    width: 100%;
    height: 100%;
    max-height: 500px;
    min-width: 100px;
    min-height: 200px;
}
.ct-login_box .remarkss{
    resize: none;
    width: 100%;
    height: 100%;
	border:solid 1px rgb(112, 112, 112);
    max-height: 500px;
    min-width: 100px;
    min-height: 200px;
}
/*----------------------------------
	Button
----------------------------------*/
/*-- Multi --*/
.ct-1buttons,
.ct-2buttons,
.ct-3buttons,
.ct-4buttons,
.ct-2large_buttons,
.ct-content_list{
	position:relative;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:2rem auto;
	padding:0;
	text-align:center;
	list-style:none;
	z-index:0;
}
.ct-1buttons li,
.ct-2buttons li,
.ct-3buttons li,
.ct-4buttons li,
.ct-2large_buttons li{
	display:flex;
	margin:0;
}
.ct-1buttons li .input_button_red{
	position: relative;
	width: 100%;
}
.ct-1buttons li .input_button_red::after{
	position:absolute;
	top:calc(50% - .3em);
	right:22px;
	content:"";
	display:block;
	width: 6px;
    height: 10px;
	box-sizing:border-box;
	border-radius: 5px;
	background-image: url("../img/button_arrow_white.svg");
	transition:.2s ease-out;
	background-position: center;
	background-size: cover;
	transition:.2s ease-out;
}
.ct-1buttons li .input_button_red input{
	display: block;
	margin:0;
	padding:1.2rem 1.2rem 1.2rem 1.6rem;
	width:100%;
	border:solid 1px rgb(229, 89, 39);
	background: linear-gradient(rgb(241, 171, 62) 0%, rgb(229, 89, 39) 100%);
	color:rgb(255,255,255);
	outline: 0;
	cursor: pointer;
	box-sizing:border-box;
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	font-weight:500;
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	z-index:1;
}
.ct-1buttons li .input_button_red input:hover{
	background:rgb(255,255,255);
	color:var(--theme-color-01);
}
.ct-1buttons li .input_button_red:hover::after{
	background-image: url("../img/button_arrow_red.svg");
	right: 15px;
}
.ct-1buttons li .input_button_black{
	position: relative;
	width: 100%;
}
.ct-1buttons li .input_button_black::after{
	position:absolute;
	top:calc(50% - .3em);
	right:22px;
	content:"";
	display:block;
	width: 6px;
    height: 10px;
	box-sizing:border-box;
	border-radius: 5px;
	background-image: url("../img/button_arrow_back.svg");
	transition:.2s ease-out;
	background-position: center;
	background-size: cover;
	transition:.2s ease-out;
}
.ct-1buttons li .input_button_black input{
	display: block;
	margin:0;
	padding:1.2rem 1.2rem 1.2rem 1.6rem;
	width:100%;
	border:solid 1px rgb(0, 0, 0);
	background:rgb(255,255,255);
	color:rgb(0, 0, 0);
	outline: 0;
	cursor: pointer;
	box-sizing:border-box;
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	font-weight:500;
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	z-index:1;
}
.ct-1buttons li .input_button_black input:hover{
	background:rgb(0, 0, 0);
	color:rgb(255,255,255);
}
.ct-1buttons li .input_button_black:hover::after{
	background-image: url("../img/button_arrow_white.svg");
	right: 15px;
}
.ct-1buttons li a,
.ct-1buttons li a,
.ct-2buttons li a,
.ct-3buttons li a,
.ct-4buttons li a{
	position:relative;
	box-sizing:border-box;
	display:block;
	margin:0;
	padding:1.2rem 1.2rem 1.2rem 1.6rem;
	width:100%;
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	font-weight:500;
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	z-index:1;
}
.ct-1buttons li a.red,
.ct-2buttons li a.red,
.ct-3buttons li a.red,
.ct-4buttons li a.red{
	border:solid 1px rgb(229, 89, 39);
	background: linear-gradient(rgb(241, 171, 62) 0%, rgb(229, 89, 39) 100%);
	color:rgb(255,255,255);
}
.ct-1buttons a.red:after,
.ct-2buttons a.red::after,
.ct-3buttons a.red::after,
.ct-4buttons a.red::after{
	position:absolute;
	top:calc(50% - .3em);
	right:22px;
	content:"";
	display:block;
	width: 6px;
    height: 10px;
	box-sizing:border-box;
	border-radius: 5px;
	background-image: url("../img/button_arrow_white.svg");
	transition:.2s ease-out;
	background-position: center;
	background-size: cover;
	transition:.2s ease-out;

}
.ct-1buttons a.red:hover::after,
.ct-2buttons a.red:hover::after,
.ct-3buttons a.red:hover::after,
.ct-4buttons a.red:hover::after{
	background-image: url("../img/button_arrow_red.svg");
	right: 15px;
}

.ct-1buttons a.red:hover,
.ct-2buttons a.red:hover,
.ct-3buttons a.red:hover,
.ct-4buttons a.red:hover{
	background:rgb(255,255,255);
	color:var(--theme-color-01);
}
.ct-1buttons a.red:hover::after,
.ct-2buttons a.red:hover::after,
.ct-3buttons a.red:hover::after,
.ct-4buttons a.red:hover::after{
	border-color:rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,1);
}
.ct-1buttons li a.black,
.ct-2buttons li a.black,
.ct-3buttons li a.black,
.ct-4buttons li a.black{
	border:solid 1px rgb(0, 0, 0);
	background: rgb(255,255,255);
	color:rgb(0, 0, 0);
}
.ct-1buttons a.black:after,
.ct-2buttons a.black::after,
.ct-3buttons a.black::after,
.ct-4buttons a.black::after{
	position:absolute;
	top:calc(50% - .3em);
	right:22px;
	content:"";
	display:block;
	width: 6px;
    height: 10px;
	box-sizing:border-box;
	border-radius: 5px;
	background-image: url("../img/button_arrow_back.svg");
	transition:.2s ease-out;
	background-position: center;
	background-size: cover;
	transition:.2s ease-out;

}
.ct-1buttons a.black:hover::after,
.ct-2buttons a.black:hover::after,
.ct-3buttons a.black:hover::after,
.ct-4buttons a.black:hover::after{
	background-image: url("../img/button_arrow_white.svg");
	right: 15px;
}

.ct-1buttons a.black:hover,
.ct-2buttons a.black:hover,
.ct-3buttons a.black:hover,
.ct-4buttons a.black:hover{
	background:rgb(0, 0, 0);
	color:rgb(255,255,255);
}
.ct-1buttons a.black:hover::after,
.ct-2buttons a.black:hover::after,
.ct-3buttons a.black:hover::after,
.ct-4buttons a.black:hover::after{
	border-color:rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,0) rgba(255,255,255,1);
}
.ct-1buttons li.disabled a,
.ct-2buttons li.disabled a,
.ct-3buttons li.disabled a,
.ct-4buttons li.disabled a{
	pointer-events:none;
	cursor:default;
	border-color:rgb(204,204,204);
	background:rgb(204,204,204);
}

.ct-1buttons li{
	width:100%;
}

.ct-2buttons li{
	width:48%;
}

.ct-3buttons li{
	width:32%;
}

.ct-4buttons li{
	width:23%;
}

.ct-1buttons02,
.ct-2buttons02{
	position:relative;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:2rem auto;
	padding:0;
	text-align:center;
	list-style:none;
	z-index:0;
}
.ct-1buttons02 li,
.ct-2buttons02 li{
	display:flex;
	margin:0;
}
.ct-1buttons02 li a,
.ct-2buttons02 li a{
	position:relative;
	box-sizing:border-box;
	display:block;
	margin:0;
	padding:1.2rem 1.2rem 1.2rem 1.6rem;
	width:100%;
	background: rgb(255,255,255);
	border:solid 1px rgb(152, 152, 152);
	border-radius: 3px;
	box-shadow: 0px 2px 6px rgb(0 0 0 / 16%);
	font-weight:500;
	color:rgb(0, 0, 0);
	line-height:1.4;
	text-align:center;
	text-decoration:none;
	transition:.2s ease-out;
	z-index:1;
}
.ct-1buttons02 a::after,
.ct-2buttons02 a::after{
	position:absolute;
	top:calc(50% - .3em);
	right:22px;
	content:"";
	display:block;
	width: 6px;
    height: 10px;
	box-sizing:border-box;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid rgb(216, 69, 48);
}
.ct-1buttons02 a:hover,
.ct-2buttons02 a:hover{
	opacity: .7;
}

.ct-1buttons02 li{
	width:100%;
}

.ct-1buttons02 li{
	width:48%;
}


.ct-link_list_01{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:1.2rem 0;
	padding:0;
	list-style:none;
}
.ct-link_list_01 li{
	width:100%;
}
.ct-link_list_01 li a{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:.9em 0;
	padding:.2em .2em .2em 1em;
	width:100%;
	border-bottom:dotted 1px rgb(180,180,180);
	font-size:1rem;
	font-weight:500;
	color:rgb(133,133,133);
	line-height:1.4;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:opacity,background-color,color;
	z-index:1;
}
.ct-link_list_01 li a::before{
	position:absolute;
	top:calc(50% - 6px);
	left:0;
	content:"";
	display:block;
	box-sizing:border-box;
	border-style:solid;
	border-color:rgba(46,196,252,0) rgba(46,196,252,0) rgba(46,196,252,0) rgba(77,77,77,1);
	border-width:6px 0 6px 7px;
	transition:.15s ease-out;
	transition-property:opacity,left,border;
}
.ct-link_list_01 li a:hover{
	background:rgb(133,133,133);
	color:rgb(255,255,255);
}
.ct-link_list_01 li a:hover::before{
	left:2px;
	border-left-color:rgb(255,255,255);
}
.ct-link_list_01.col2 li{
	width:48%;
}
.ct-link_list_01.col3 li{
	width:32%;
}
.ct-link_list_01.free{
	justify-content:flex-start;
}
.ct-link_list_01.free li{
	margin-right:.7rem;
	width:auto;
}

.ct-read_more{
	position:relative;
}
.ct-read_more a{
	position:absolute;
	top:50%;
	right:0;
	margin:0;
	padding:.2em .2em .2em 1em;
	font-size:1rem;
	font-weight:500;
	color:inherit;
	line-height:1.4;
	text-decoration:none;
	transition:.2s ease-out;
	transition-property:opacity,background-color,color;
	z-index:1;
	transform:translateY(-50%);
}
.ct-read_more a::before{
	position:absolute;
	top:calc(50% - 7px);
	left:2px;
	content:"";
	display:block;
	box-sizing:border-box;
	border-style:solid;
	border-color:rgba(46,196,252,0) rgba(46,196,252,0) rgba(46,196,252,0) rgba(77,77,77,1);
	border-width:7px 0 7px 8px;
	transition:.15s ease-out;
	transition-property:opacity,left,border;
}
.ct-read_more a:hover{
	background:rgb(77,77,77);
	color:rgb(255,255,255);
}
.ct-read_more a:hover::before{
	left:4px;
	border-left-color:rgb(255,255,255);
}

@media screen and (max-width: 768px) {
    .nav-btn-alumni {
        margin-top: 2px;
        margin-right: -5px;
        min-width: 75px;
    }
    .nav-btn-alumni a {
        padding: 3px 10px 6px 10px;
        font-size: .75em;
    }
    .nav-btn-alumni a::after {
        right: 10px;
    }
}


/* ハンバーガーボタン */
.nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid rgb(255, 106, 47);
    background-image: -moz-linear-gradient(0deg, rgb(237, 97, 29) 0%, rgb(237, 34, 35) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(237, 97, 29) 0%, rgb(237, 34, 35) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(237, 97, 29) 0%, rgb(237, 34, 35) 100%);
    padding: 5px 30px;
    margin-left: 10px;
    border-radius: 20px;
    cursor: pointer;
}

.nav-btn-click {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.nav-btn span {
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #fff;
}


.hamburger {
    display: block;
    position: relative;
    z-index: 3;
    right: 0;
    top: 0;
    width: 20px;
    height: 14px;
    cursor: pointer;
    text-align: center;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    left: 6px;
    background: rgb(255, 255, 255);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2) {
    top: 5px;
}

.hamburger span:nth-child(3) {
    top: 10px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
    top: 5px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.globalMenuSp {
    position: absolute;
    top: -1000px;
    right: 0;
    color: #000;
    background-image: -moz-linear-gradient(0deg, rgb(237, 97, 29) 0%, rgb(237, 34, 35) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(237, 97, 29) 0%, rgb(237, 34, 35) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(237, 97, 29) 0%, rgb(237, 34, 35) 100%);
    text-align: center;
    width: 400px;
    z-index: 1;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    /*border-bottom: 1px solid rgb(255, 106, 47);*/
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li:hover {
    background: rgb(71, 71, 71);
}

nav.globalMenuSp ul li a {
    display: block;
    position: relative;
    color: rgb(255, 255, 255);
    padding: 0.5em 0;
    text-decoration: none;
}

nav.globalMenuSp ul li a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    top: 43px;
    transition: all 0.6s;
    transform: translateY(0%);
}

.nav-btn.active {
    border-radius: 20px 20px 0 0;
}

.btn-lang {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: rgb(102, 102, 102) solid 1px;
    margin-left: 10px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.btn-lang li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #fff;
    height: 100%;
}

.btn-lang li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    line-height: 1;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.btn-lang li.btn-lang-active {
    color: #fff;
    background-color: #535353;
}

.btn-lang li.btn-lang-active a {
    color: #fff;
}
nav.globalMenuSp ul.btn-lang li a{color: #000;}
nav.globalMenuSp ul.btn-lang li.btn-lang-active a {
    color: #fff;
    background-color: #535353;
}


/* コンテンツクラス */
.wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.center-block {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#alpha-block {
    float: left;
    width: 70%;
    padding-bottom: 60px;
}

#alpha-block img {
    width: 100%;
    height: auto;
}

.sidenav {
    float: right;
    width: 25%;
    padding-bottom: 60px;
}

.sidenav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #ed611d 0%, #ed2121 100%);
}

.sidenav ul li {
    border-bottom: solid 1px #dbdbdb;
}

.sidenav ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    line-height: 1.6em;
}

.sidenav ul li ul li {
    background-color: #ececec;
}

.sidenav ul li ul li:hover {
    background-color: #e4e4e4;
}

.sidenav ul li ul li a {
    display: block;
    text-decoration: none;
    color: #535353;
    padding: 15px 20px 15px 30px;
    position: relative;
}

.sidenav ul li ul li a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #ed1d23;
    border-right: solid 2px #ed1d23;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -3px;
    transform: rotate(45deg);
}


.btn-red {
    background: linear-gradient(15deg, rgb(237, 216, 29) 0%, rgb(237, 98, 29) 30%, rgb(237, 29, 35));
    background-size: 100% 300%;
    color: #fff;
    transition: background-position 0.5s;
    position: relative;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    padding: 10px 10%;
    margin: 0 auto;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-red::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

.btn-red:hover {
    background-position: 0% 100%;
}

.btn-red:hover::after {
    right: 15px;
}

.min-title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mainimage-video{
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background: url('../img/poster.png') no-repeat;
    background-size: cover;
   }

.mainimage {
    background-size: cover;
    background-position: center right;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    height: 90vh;
    overflow: hidden;
    background-color: #ed1d23;
}
.mainimage > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
.triangle01 {
    display: block;
    background-image: url(../img/mainimage-bg1.png);
    background-size: 100% 100%;
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    z-index: 3;
}

.triangle02 {
    display: block;
    background-image: url(../img/mainimage-bg2.png);
    background-size: 100% 100%;
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    z-index: 2;
}

.maintext-wrap {
    position: absolute;
    left: 10%;
    z-index: 4;
}

.maintext {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 5rem;
    font-size: clamp(26px, 3vw, 50px);
    color: #fff;
}

.maintext-sub {
    color: #fff;
    font-size: 18px;
}

.eachTextAnime span {
    opacity: 0;
}

.eachTextAnime.appeartext span {
    animation: text_anime_on 0.3s ease-out forwards;
}

@keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.links01 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    background-color: #fff;

}

.links01 ul li {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.links01 ul li .btn-area{
    position: absolute;
    width: 98%;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.links01 ul li .btn-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.links01 ul li .btn-block a{
    font-size: clamp(11px, 1vw, 16px);
}

.links01 ul li .btn-w3 {
    width:33%;
    max-width:300px;
}

.links01 ul li a:hover img {
    transition: all 0.6s ease 0s;
    opacity: 0.9;
    transform: scale(1.1, 1.1);
}

.links01 ul li img:hover {
    transition: all 0.6s ease 0s;
    opacity: 0.9;
    transform: scale(1.1, 1.1);
}

.links01 ul li img {
    width: 100%;
}
.catch_area {
    background-color: #f0f0f0;
    padding: 50px 0 50px 0;
	margin: 50px auto;
}
.catch_area_ttl{
	background-color: #fff;display: inline-block; margin-top: 100px; padding: 10px 20px; font-size: 2.0rem
}
.catch_area_cmnt{
	background-color: #fcf9f5;display: inline-block; border-radius: 10px; padding: 20px; margin-top: 10px;
}
.catch_area_cmnt img{width: 100%;}
.catch_area_price_m{
	background-color: #f0f0f0;display: inline-block; border-radius: 10px; padding: 20px; margin-top: 10px;
}.catch_area_price_a{
	background-color: #efe1ce;display: inline-block; border-radius: 10px; padding: 20px; margin-top: 10px;
}
.catch_area_subimg{
	background-color: #f0f0f0; border-radius: 10px; padding: 20px; margin-top: 10px;
}
.catch_area_subimgs{
	background-color: #efe1ce; border-radius: 10px; padding: 20px; margin-top: 10px;
}


.catch_area_img{
	float: right; margin-right: 5%; margin-left: 5%
}
.catch_area_out {
    padding: 0px 0 50px 0;
}
.catch_area_pink {
    background-color: #f7931e;
	height: 300px;
}
.catch_area_green {
    background-color: #39b54a;
	height: 300px;
}
.catch_area_blue {
    background-color: #29abe2;
	height: 300px;
}	
.catch_area_skyblue {
    background-color: #b3ebff;
	height: 300px;
}
.catch_area_pinky {
    background-color: #ffd7e9;
	height: 300px;
}
.one_img{
	width: 80%; margin: 50px auto;
}
.inquiry_area{
	width: 70%; margin: 50px auto;
}
.act2 {
    background-color: #ed1d23;
    background-image: url(../img/act2-bg_orange.jpg);
    padding: 100px 0 200px 0;
}

.act2-title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 3.2rem;
    margin-bottom: 30px;
    color: #fff;
}

.act2-contents {
    margin: 0;
    padding: 80px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
}

.act2-contents li {
    padding: 5px;
}

.act2-contents li.act2-contents-con1 {
    margin-top: -50px;
    width: 50%;
}

.act2-contents li.act2-contents-con2 {
    width: 50%;
}


.act2-contents li.act2-contents-txt {
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
}

.act2-contents li.act2-contents-txt img {
    margin-bottom: 20px;
}
.youtube-ratio{
	width: 100%;
  aspect-ratio: 16/9;
}
.youtube-variable{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin: 0px 0%;
}

.youtube-variable iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.act3 {
    margin-top: -150px;
    padding-bottom: 50px;
}
.act4 {
    margin-top: -90px;
    padding-bottom: 10px;
}

.act3-link {
    display: flex;
    margin: 0;
    padding: 0;
}

.act3-link li {
    width: 33.3333%;
}

.act3-link li a {
    display: block;
    transition: all 0.3s ease 0s;
}

.act3-link li a:hover {
    transform: scale(1.1, 1.1);
}

.index-title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 3rem;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 50px;
}

.news {
    background-image: url(../img/news-bg.png);
    background-attachment: fixed;
    background-size: cover;
    padding: 150px 5%;
}

.news ul {
    padding: 0;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}

.news ul li {
    padding: 15px;
    width: 25%;
}

.news ul li a {
    height: 100%;
    display: block;
    background-color: #fff;
    color: black;
    text-decoration: none;
    box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
}

.news ul li a:hover {
    transform: scale(1.1, 1.1);
}

.news-pic {
    position: relative;
}

.news-pic-cate {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 15px;
}

.news-pic-cate-project {
    background-color: #000;
}

.news-pic-cate-event {
    background-color: #1d4eed;
}

.news-pic-cate-communication {
    background-color: #055c34;
}

.news-pic-cate-newsletter {
    background-color: #6d1ded;
}

.news-pic-cate-youtube {
    background-color: #ed1d23;
}

.news-pic-cate-archive {
    background-color: #e49502;
}

.news-pic img {
    width: 100%;
    height: auto;
}

.news-text {
    padding: 20px;
}

.news-text span {
    display: block;
}

.news-day {
    color: rgb(92, 92, 92);
}

.news-title {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    padding-right: 10px;
}

.news-title::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ed1d23;
    border-right: solid 2px #ed1d23;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

.event {
    background-image: url(../img/index-bg.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 5% 0px;
}

.event ul {
    padding: 0;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}

.event ul li {
    padding: 15px;
    width: 25%;
}

.event ul li a {
    display: block;
    height: 100%;
    background-color: #fff;
    color: black;
    text-decoration: none;
    box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
}

.event ul li a:hover {
    transform: scale(1.1, 1.1);
}

.event-pic img {
    width: 100%;
    height: auto;
}

.event-text {
    padding: 20px;
}

.event-text span {
    display: block;
}

.event-day {
    color: rgb(92, 92, 92);
}

.event-title {
    font-size: 1.8rem;
    font-weight: bold;
}

.video {
    display: block;
    background-color: #a0d0ff;
    transition: all 0.3s ease 0s;
    background-image: url(../img/movie-bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 10px 60px 10px;
}
.video::before{
    content: "髙田学生寮に住んでみて";
    text-shadow: 0px 0px 2px rgba(1,33,91,0.3);
    display: block;
	color: #000;
	font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
}

.youtube {
    position: relative;
    width: 800px;
    padding-top: 450px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0px #325596;
    border: solid 1px #fff;
    background-color: #fff;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

footer {
    clear: both;
}

.footer-nav {
    background-color: #e55927;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
}

.footer-logo {
    padding: 50px 0;
}

.footer-nav-main {
    background-color: #e55927;
    padding: 10px 20px;
    margin-bottom: 15px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.footer-nav-pri {
    text-align: right;
}

.footer-nav-pri a {
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

.footer-nav-pri a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 55%;
    left: 0;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

.footer-c {
    padding: 50px 0;
}

.footer-nav2 ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav2 ul li {
    border-left: solid 1px #fff;
}

.footer-nav2 ul li:first-of-type {
    border-left: solid 0px #fff;
}

.footer-nav2 ul li a {
    display: block;
    color: #fff;
    margin: 0 10px;
    line-height: 1;
    text-decoration: none;
}

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
.page-top a {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(229, 89, 39, 0.8);
    border-radius: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
}

.page-top a:hover {
    background: #777;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

hr {
    height: 1px;
    border: 0;
    clear: both;
}

/*ページクラス*/
.section{margin-bottom: 20px;}
.pan {
    background-color: #f3f3f3;
    padding: 15px;
    color: #ABADB3;
}

.pan a {
    text-decoration: none;
    color: #535353;
}

.contents {
    padding-bottom: 50px;
    background-image: url(img/index-bg.png);
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.contents h1 {
    font-size: 2.3em;
}

.contents h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.contents h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #b1b1b1, #b1b1b1 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #b1b1b1, #b1b1b1 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.contents h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 5px;
}

.contents p {
    margin: 20px 0;
}

.subtext {
    font-size: 85%;
    font-weight: normal;
}

.mintext {
    font-size: 16px;
    font-weight: normal;
}

.main-title {
    background-color: rgb(48, 48, 48);
    color: #F3FAFA;
    padding: 30px 0;
    margin-bottom: 40px;
}

.main-title h1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
    font-family: "Noto Sans SC", sans-serif;
}

.program_photo,
.photo_box {
    display: flex;
}

.photo_box img {
    margin: 5px;
}

.item-blocklist ul {
    padding: 0;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.item-blocklist ul li {
    width: 50%;
    line-height: 1.8em;
    padding: 10px;
}

.item-blocklist ul li a {
    height: 100%;
    border-bottom: solid 3px #e6e6e6;
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: bold;
    color: #535353;
    padding: 20px 10px 20px 30px;
    transition: all 0.3s ease 0s;
    background-color: #f7f7f7;
    border-radius: 6px;
}

.item-blocklist ul li a:hover {
    background-color: #ececec;
}

.item-blocklist ul li a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #ed1d23;
    border-right: solid 2px #ed1d23;
    position: absolute;
    top: 35px;
    left: 10px;
    margin-top: -3px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

.item-blocklist ul li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    background: linear-gradient(15deg, rgb(237, 216, 29) 0%, rgb(237, 98, 29) 30%, rgb(237, 29, 35));
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.item-blocklist ul li a:hover::after {
    transform: scale(1, 1);
}

.unit-j {
    display: flex;
}

.unit-j .box-a {
    width: 28%;
    margin-right: 2%;
}

.unit-j .box-b {
    width: 70%;
}

.unit-j th {
    white-space: nowrap;
    background-color: #e4e4e4;
}

.news-list-old ul {
    margin: 0;
    padding: 0;
}

.news-list-old li {
    background-color: #fff;
    border-bottom: solid 1px #e6e6e6;
}

.news-list-old li a {
    text-decoration: none;
    display: block;
    padding: 15px;
    position: relative;
}

.news-list-old li a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #c9c9c9;
    border-right: solid 2px #c9c9c9;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

.caticon {
    color: #fff;
    padding: 0 10px;
    font-size: 80%;
    margin-right: 5px;
}

.news-list-old li .entrydate {
    color: #535353;
}

.news-list-old li .entrytitle {
    text-decoration: underline;
    width: 100%;
    display: block;
    padding-right: 20px;
}

.news-list-old li a:hover,
.news-list-old li .entrytitle a:hover {
    color: #c91117;
    background-color: #eeeeee;
}

.news-data-box {
    background-color: #e7e7e7;
    padding: 5px;
    display: flex;
    align-items: center;
    font-size: 80%;
}

.news-contents {
    margin: 20px 0;
}

.pager {
    padding-top: 40px;
}

.pager .pagination {
    text-align: center;
    line-height: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 2px;
}

@media (max-width: 750px) {
    .pager .pagination li {
        display: none;
    }
}

.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pager .pagination li a span {
    display: table-cell;
    vertical-align: middle;
    transform: none;
}

.pager .pagination li a:hover {
    color: #fff;
    background: #ab2222;
}

.pager .pagination li .active {
    color: #fff;
    background: #ab2222;
}

@media (max-width: 750px) {

    .pager .pagination .pre,
    .pager .pagination .next {
        display: inline-block;
        width: 40%;
        height: 50px;
        text-align: center;
    }

    .pager .pagination .pre a,
    .pager .pagination .next a {
        width: 100%;
        text-align: center;
    }

    .pager .pagination .pre span:after {
        content: "　前の10件へ";
    }

    .pager .pagination .next span:before {
        content: " 次の10件へ　";
    }
}

/***********************************************
	table
************************************************/

table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

/* table-b */
.table-a {
    width: 100%;
}

.table-a th,
.table-a td {
    padding: 9px 14px;
    border-bottom: 1px dotted #CCCCCC;
}

.table-a th {
    padding: 9px 0 9px 14px;
    width: 5em;
}

.table-a td a {
    display: block;
    padding-left: 9px;
    background: url(../images/arrow_news.gif) 0 0.6em no-repeat;
}

/* table-b */
.table-b {
    width: 100%;
    border-top: 1px solid #CCCCCC;
}

.table-b th,
.table-b td {
    padding: 9px 14px;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
}

.table-b th {
    width: 12em;
    background: #F3FAFA;
}

.table-b th.must {
    padding-right: 48px;
    background: #E7F5F5 url(../images/icon_must.gif) right 14px no-repeat;
}

#form-inquiry input[type=text],
#form-inquiry select,
#form-inquiry textarea {
    border: 1px solid #ABADB3;
}

/* table-c */

.table-c {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.table-c th,
.table-c td {
    padding: 9px 14px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    vertical-align: top;
}

.table-c thead th {
    width: 25%;
    background: #E4F3F3;
}

.table-c tbody th {
    background: #F8FCFC;
}
/* table-c */

.table-cs {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.table-cs th,
.table-cs td {
    padding: 9px 14px;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    vertical-align: top;
}

.table-cs thead th {
    width: 20%;
    background: #E4F3F3;
}

.table-cs tbody th {
    background: #F8FCFC;
}

/* table-d */

.table-d {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.table-d th,
.table-d td {
    padding: 6px 10px;
}

.table-d th {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.table-d td {
    border-bottom: 1px dotted #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.table-d thead th {
    width: 25%;
    background: #E4F3F3;
}

.table-d tbody th {
    background: #F8FCFC;
    border-bottom: 1px dotted #CCCCCC;
}

.table-d tr.last-child th,
.table-d tr.last-child td {
    border-bottom: 1px solid #CCCCCC;
}

/* table-e */

.table-e {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #CCCCCC;
}

.table-e th,
.table-e td {
    padding: 6px 10px;
    border-bottom: 1px solid #CCCCCC;
}

.table-e th {
    width: 4em;
}

/*ContactForm7カスタマイズ*/
table.CF7_table {
    width: 80%;
    margin: 0 auto 20px auto;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    text-align: left;
}

table.CF7_table tr {
    border-top: 1px solid #e5e5e5;
}

table.CF7_table th,
table.CF7_table td {
    padding: 10px;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
    display: table;
}

/*入力欄*/
.CF7_table input,
.CF7_table textarea {
    border: 1px solid #d8d8d8;
    width: 100%;
}

.CF7_table ::placeholder {
    color: #797979;
}

/*「必須」文字*/
.CF7_req {
    font-size: .9em;
    padding: 5px;
    background: #f79034;
    /*オレンジ*/
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
    font-size: .9em;
    padding: 5px;
    background: #bdbdbd;
    /*グレー*/
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}

/* タイトル列 */
@media screen and (min-width: 768px) {
    .CF7_table th {
        width: 30%;
        /*横幅*/
        background-color: #f5ebeb;
    }
	.pc_none{ display: none}
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
    table.CF7_table {
        width: 95%;
    }

    .CF7_table tr,
    .CF7_table td,
    .CF7_table th {
        display: block;
        width: 100%;
        line-height: 2.5em;
    }

    .CF7_table th {
        background-color: #ebedf5;
    }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
    min-width: 360px;
    background-color: #f79034;
    /* オレンジ*/
    border: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
}

.CF7_btn {
    text-align: center;
    margin-top: 20px;
}

.wpcf7-spinner {
    width: 0;
    margin: 0;
}

.sp-on {
    display: none;
}

/*mid*/
@media screen and (max-width: 1000px) {
    header {
        padding: 10px;
    }
	
    .logo {
        position: relative;
        display: block;
        left: 0;
        top: 0;
        width: 258px;
        height: 40px;
    }

    .maintext-wrap {
        padding: 0 40px 0 20px;
        left: 10px;
    }

    .wrap {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }

    .mid-non {
        display: none;
    }

    .sp-on {
        display: block;
    }
.index-title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 2.0rem;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 20px;
}
	.ct-login_box{
	border: solid 1px rgb(0, 0, 0);
	border-radius: 5px;
	padding: 50px 10px;
}
.event {
    padding: 50px 5% 0px;
}
    .event ul li,
    .news ul li {
        width: 100% !important;
    }
.catch_area {
    background-color: #f0f0f0;
    padding: 20px 0 20px 0;
	margin: 50px auto;
}
	.catch_area_ttl{
	background-color: #fff;display: inline-block; margin-top: 80px; padding: 10px 20px; font-size: 1.5rem
}
	.catch_area_cmnt{
	background-color: #fcf9f5;display: inline-block; border-radius: 10px; padding: 20px; margin-top: 10px; margin-bottom: 20px;
}
	.catch_area_cmnt img{width: 100%;}
.catch_area_price_m{
	background-color: #f0f0f0; display: block; text-align: center; border-radius: 10px; padding: 20px; margin-top: 10px; font-size: 1.8rem
}

.catch_area_price_a{
	background-color: #efe1ce; display: block; text-align: center; border-radius: 10px; padding: 20px; margin-top: 10px; font-size: 1.8rem
}
.catch_area_subimg{
	background-color: #f0f0f0; border-radius: 10px; padding: 20px; margin-top: 10px;
}
.catch_area_subimgs{
	background-color: #efe1ce; border-radius: 10px; padding: 20px; margin-top: 10px;
}
.catch_area_out {
    padding: 0px 0 50px 0;
}
.catch_area_pink {
    background-color: #f7931e;
	height: 240px;
}
.catch_area_green {
    background-color: #39b54a;
	height: 240px;
}
.catch_area_blue {
    background-color: #29abe2;
	height: 240px;
}
	.catch_area_skyblue {
    background-color: #b3ebff;
	height: 240px;
}
.catch_area_pinky {
    background-color: #ffd7e9;
	height: 240px;
}
.one_img{
	width: 90%; margin: 20px auto;
}
.inquiry_area{
	width: 96%; margin: 50px auto;
}
    .act2-contents {
        color: #fff;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .act2-contents :nth-child(1) {
        order: 2;
    }

    .act2-contents :nth-child(2) {
        order: 3;
    }

    .act2-contents :nth-child(3) {
        order: 4;
    }

    .act2-contents :nth-child(4) {
        order: 1;
        width: 100%;
    }

    .act2-contents li.act2-contents-con1,
    .act2-contents li.act2-contents-con2 {
        margin-top: 0;
        width: 50%;
    }

    .act2-contents li.act2-contents-txt {
        margin-bottom: 40px;
        padding-left: 0;
    }

    .footer-nav {
        background-color: #ed1d23;
        color: #fff;
        display: block;
        justify-content: space-between;
        padding: 0 15px 20px 15px;
        text-align: center;
    }
}

/*SP*/
@media screen and (max-width: 760px) {
    .sp-non {
        display: none;
    }

    .sp-on {
        display: block;
    }

    .nav-btn {
        padding: 5px 10px;
        margin-left: 10px;
        border-radius: 20px;
        font-size: 80%;
    }

    nav.globalMenuSp {
        box-sizing: border-box;
        width: 100vw;
        right: -10px;
    }
    nav.globalMenuSp ul.sp-nav{display: flex;flex-wrap: wrap;border-top: 1px solid rgb(255, 106, 47);}
    nav.globalMenuSp ul.sp-nav li{width: 50%;border-right: 1px solid rgb(255, 106, 47);}
    nav.globalMenuSp ul.sp-nav li a{padding-right: 15px;padding-left: 10px;  text-align: left;height: 100%;}
    nav.globalMenuSp ul.sp-nav li a::after {right: 10px;}


    .links01 ul li {
        width: 100%;
    }

    .event ul li,
    .news ul li {
        width: 100%;
    }

    .footer-logo,
    .footer-nav2 {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-nav-pri a {
        text-align: left;
        display: block;
    }

    #alpha-block {
        float: none;
        width: 100%;
        padding-bottom: 30px;
    }

    .sidenav {
        float: none;
        width: 100%;
        padding-bottom: 0;
    }

    /*Index*/
    .mainimage {
        background-image: url(../img/poster.png);
    }
    .mainimage-video{display: none;}
    .maintext {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .maintext-sub {
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
    }

    .act2-title {
        font-size: 2.1rem;
    }
.act3 {
    margin-top: -150px;
    padding-bottom: 10px;
}
.act4 {
    margin-top: -70px;
    padding-bottom: 10px;
}
	.act4 h2{ font-size: 1.8rem ; line-height: 2.0rem}
    act3-link {
        display: block;
        margin: 0;
        padding: 0;
    }

    act3-link li {
        width: 100%;
    }
.act3-link {
    /*display: flex;*/display: block;
    margin: 0;
    padding: 0;
}

.act3-link li {
    width: 100% !important;
}

.act3-link li a {
    display: block;
    transition: all 0.3s ease 0s;
}

.act3-link li a:hover {
    transform: scale(1.1, 1.1);
}
    .video::before{
        font-size: 2rem;
        padding-bottom: 30px;
    }
    .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
      }
      .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
      }

    /*Page*/
    .main-title {
        padding: 20px 10px;
        margin-bottom: 40px;
    }

    .main-title h1 {
        font-size: 1.8rem;
    }

    .item-blocklist ul {
        margin-bottom: 0;
        display: block;
    }

    .item-blocklist ul li {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}
