@charset "UTF-8";
/* CSS Document */

/* contents-top */

.contents-top {
	width: 100%;
}

.header h1 {
    left: 20px;
    position: fixed;
}

/* main-img-top */

.main-img-top {
	width: 100%;
	height: 1400px;
	text-align: center;
	background-image: url("top/images/back01.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	position: relative;
	margin-bottom: 80px;
}

.main-img-top::after {
	content: "";
	position: absolute;
right: 0px;
bottom: 407px;
	background-image: url("top/images/icon01.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 46px;
	mix-blend-mode: multiply;
}

.main-img-top img {
	width: 100%;
height: auto;
}

.main-img-top .box01 {
	width: 100%;
	height: 725px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
}

.main-img-top .box02 {
	width: 1130px;
	padding-top: 520px;
	position: relative;
}

.main-img-top .box02 .box001, .main-img-top .box02 .box002 {
	position: absolute;
}

.main-img-top .box02 .box001 {
left: 0px;
top: 0px;
	width: 680px;
}

.main-img-top .box02 .box002 {
right: 0px;
top: 335px;
	width: 405px;
}

.main-img-top .box02 .box003 {
	width: 680px;
}

.main-img-top h1 {
	margin-bottom: 95px;
}

.main-img-top h2, .main-img-top h3, .main-img-top h5, .main-img-top h6 {
	font-family: "Zen Maru Gothic", serif;
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0.05em;
}

.main-img-top h2, .main-img-top h5 {
	font-size: 59px;
color: #D5DF00;
}

.main-img-top h2 span {
	font-size: 33px;
}

.main-img-top h3, .main-img-top h6 {
	font-size: 18px;
color: #666666;
	padding-top: 30px;
}

.main-img-top h5 {
	font-size: 43px;
}

.main-img-top h6 {
	font-size: 32px;
	line-height: 1.4;
	padding-top: 15px;
}


/* midashi-box */

.midashi-box {
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}

.midashi-box h2, .midashi-box h3 {
	font-family: "Zen Maru Gothic", serif;
	color: #666666;
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0.05em;
}

.midashi-box h2 {
	font-size: 42px;
	margin-bottom: 20px;
}

.midashi-box h3 {
font-size: 18px;
	display: inline-block;
	padding: 5px 20px;
	background-color: #E0DF4B;
}

/* contents01 */

.contents01 {
	width: 100%;
	background-image: url("top/images/back02.jpg");
background-position: center center;
background-repeat: repeat-x;
background-size: auto 110%;
	text-align: center;
	position: relative;
	padding: 75px 0px;
	margin-bottom: 100px;
}

.contents01 .box-in {
	width: 960px;
	background-color: #F5F9CF;
	padding: 50px 0px;
	position: relative;
}

.contents01 .box-in::before, .contents01 .box-in::after {
	content: "";
	position: absolute;
	background-image: url("top/images/icon02.svg");
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 254px;
	height: 200px;
}

.contents01 .box-in::before {
left: 0px;
top: 0px;
background-position: left top;
	margin-left: -160px;
	margin-top: -60px;
}

.contents01 .box-in::after {
right: 0px;
bottom: 0px;
background-position: right bottom;
	margin-right: -160px;
	margin-bottom: -60px;
}

.contents01 .box01 {
	display: flex;
  justify-content: center;
	align-items: flex-end;
flex-wrap: wrap;
	gap:0px 30px;
	margin-bottom: 35px;
}

.contents01 h2 img {
	height: 83px;
	width: auto;
}

.contents01 h3 img {
	height: 72px;
	width: auto;
}

.contents01 h4 {
	font-family: "Zen Maru Gothic", serif;
	color: #CEBD3C;
	font-size: 55px;
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0.05em;
}


/* contents02 */

.contents02 {
	width: 100%;
	margin-bottom: 80px;
	margin-top:30px;
}

.contents02 .box01 {
	width: 100%;
	background-image: url("top/images/back05.png");
background-position: center bottom;
background-repeat: repeat-x;
	padding-bottom: 65px;
	margin-bottom: 40px;
}

.contents02 .box-in, .contents02 .box02 {
	width: 960px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents02 .box-in {
	align-items: center;
}

.contents02 .box01 p {
	font-size: 18px;
line-height: 2;
}

.contents02 h3 {
	position: relative;
}

.contents02 h3::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("top/images/icon-name.svg?1");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 335px;
	height: 266px;
	margin-left: -100px;
	margin-bottom: -60px;
}

.contents02 h3 img {
	border-radius: 50%;
}

.contents02 h4 {
	font-family: "Zen Maru Gothic", serif;
	width: 190px;
	text-align: center;
	font-size: 24px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
	padding: 5px 0px;
font-weight: normal;
	position: relative;
	background-color: #E0DF4B;
	margin-bottom: 15px;
}

.contents02 h4::after {
	content: "";
	position: absolute;
right: 0px;
top: 7px;
	font-size: 18px;
color: #CBCC00;
}

.contents02 .box:nth-child(1) h4::after {
	content: "Career";
	margin-right: -80px;
}

.contents02 .box:nth-child(2) h4::after {
	content: "Affiliated academic society";
	margin-right: -265px;
}

/* contents03 */

.contents03 {
	width: 100%;
	text-align: center;
	background-image: url("top/images/back03.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	padding: 75px 0px;
}

.contents03 .box-in {
	width: 1240px;
	background-color: #FFF;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:0px 45px;
	padding: 70px 0px;
}

.contents03 .box {
	width: 310px;
}

.contents03 h4 {
	width: 100%;
	height: 310px;
	background-image: url("top/images/frame01.svg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	position: relative;
	padding-top: 125px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 35px;
color: #666666;
line-height: 1.3;
letter-spacing: 0.05em;
font-weight: 400;
}

.contents03 h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 40px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 64px;
}

.contents03 .box:nth-child(1) h4::before {
	background-image: url("top/images/s01.svg");
}

.contents03 .box:nth-child(2) h4::before {
	background-image: url("top/images/s02.svg");
}

.contents03 .box:nth-child(3) h4::before {
	background-image: url("top/images/s03.svg");
}

.contents03 p {
	font-family: "Zen Maru Gothic", serif;
	text-align: left;
	padding: 0px 10px;
	padding-top: 20px;
}


/* contents04 */

.contents04 {
	width: 100%;
	text-align: center;
	background-image: url("top/images/back04.png");
background-position: center top;
background-repeat: no-repeat;
	position: relative;
	padding: 140px 0px;
	overflow: hidden;
}

.contents04 img {
	width: 100%;
height: auto;
}

.contents04::before, .contents04::after {
	content: "";
	position: absolute;
	background-image: url("top/images/icon03.svg");
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 226px;
	height: 254px;
}

.contents04::before {
left: 0px;
top: 80px;
background-position: left top;
}

.contents04::after {
right: 0px;
top: 520px;
background-position: right top;
}

.contents04 .box01 {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:0px 55px;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 210px;
}

.contents04 .box01 .box {
	width: 190px;
	position: relative;
	padding-top: 85px;
}

.contents04 .box01 .box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 72px;
}

.contents04 .box01 .box:nth-child(1)::before {
	background-image: url("top/images/m01.svg");
}

.contents04 .box01 .box:nth-child(2)::before {
	background-image: url("top/images/m02.svg");
}

.contents04 .box01 .box:nth-child(3)::before {
	background-image: url("top/images/m03.svg");
}

.contents04 .box01 .box:nth-child(4)::before {
	background-image: url("top/images/m04.svg");
}

.contents04 .box01 h4 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 18px;
color: #666666;
line-height: 1.2;
letter-spacing: 0em;
font-weight: 400;
	padding: 5px 0px;
	background-color: #E0DF4B;
	margin-bottom: 30px;
}

.contents04 .box02 .box {
	width: 1200px;
	position: relative;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:0px 120px;
	padding-bottom: 60px;
	border-bottom-style : solid;
border-color : rgba(128, 128, 128, 0.55);
border-width : 1px;
}

.contents04 .box02 .box::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("top/images/frame02a.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 152px;
	margin-left: -100%;
}

.contents04 .box02 .box::after {
	content: "";
	position: absolute;
right: 0px;
bottom: 0px;
	background-image: url("top/images/frame02b.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 152px;
	margin-right: -100%;
}

.contents04 .box02 .box:not(:last-child) {
	margin-bottom: 60px;
}

.contents04 .box02 .box001 {
	width: 245px;
}

.contents04 .box02 .box002 {
	width: 530px;
	padding-top: 25px;
	text-align: left;
}

.contents04 .box02 h5, .contents04 .box02 h6 {
	font-family: "Zen Maru Gothic", serif;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
}

.contents04 .box02 h5 {
	font-size: 18px;
color: #666666;
}

.contents04 .box02 h6 {
	font-size: 37px;
color: #E0DF4B;
	padding: 10px 0px 20px;
}

/* contents04a */

.contents04a {
	width: 100%;
}

.contents04a .box-in {
	position: relative;
}

.contents04a .box02::before, .contents04a .box02::after {
	content: "";
	position: absolute;
	background-image: url("top/images/icon02.svg");
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 254px;
	height: 200px;
}

.contents04a .box02::before {
left: 0px;
top: 0px;
background-position: left top;
	margin-left: -10px;
	margin-top: -80px;
}

.contents04a .box02::after {
right: 0px;
bottom: 0px;
background-position: right bottom;
	margin-right: 10px;
	margin-bottom: 100px;
}

.contents04a .group {
	display: flex;
}


.contents04a .box02 .box {
	width: 100%;
	position: relative;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:0px 20px;
	padding-bottom: 60px;
}

.contents04a .box02 .title {
	padding-bottom: 40px;
	text-align: center;
}

.contents04a .box02 .title h6{
	font-size: 42px;
	color: #666666;
}


.contents04a .box02 .box:not(:last-child) {
	margin-bottom: 60px;
}

.contents04a .box02 .box002 {
	width: 940px;
	text-align: left;
}

.contents04a .box02 h5, .contents04a .box02 h6 {
	font-family: "Zen Maru Gothic", serif;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
}

.contents04a .box02 h6{
	font-size: 37px;
    color: #CBCC00;
	margin-bottom: 20px;
	position: relative;
}


.contents04a .box002 {
    position: relative; 
}

.contents04a .box002 h6 {
    padding-left: 80px; 
}

.contents04a .box002 h6.c01::before,
.contents04a .box002 h6.c02::before,
.contents04a .box002 h6.c03::before,
.contents04a .box002 h6.c04::before {
    content: "";
    position: absolute;
    top: -10px; 
    left: 0; 
    background-repeat: no-repeat;
	background-size: auto 100%;
    width: 100%;
    height: 64px;
}


.contents04a .box002 h6.c01::before {
    background-image: url("top/images/img01.png");
}

.contents04a .box002 h6.c02::before {
    background-image: url("top/images/img02.png");
}

.contents04a .box002 h6.c03::before {
    background-image: url("top/images/img03.png");
}

.contents04a .box002 h6.c04::before {
    background-image: url("top/images/img04.png");
}




/* contents05 */

.contents05 {
	width: 100%;
	margin-bottom: 100px;
}

.contents05 .box-in {
	width: 100%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents05 img {
	width: 100%;
	max-width: 340px;
height: auto;
}

.contents05 .box {
	width: 48.5%;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	align-items: center;
	gap:0px 30px;
	padding: 45px 60px;
	border-style : solid;
border-width : 1px;
}

.contents05 .box:nth-child(1) {
	flex-direction: row-reverse;
	border-left-style : none;
border-color : #EAB2B2;
	border-radius: 0px 75px 75px 0px;
}

.contents05 .box:nth-child(2) {
	border-right-style : none;
border-color : #e0df4b;
	border-radius: 75px 0px 0px 75px;
}

.contents05 .box .box01 {
	width: 290px;
	padding-top: 40px;
}

.contents05 .box .box02 {
	flex: 1;
}

.contents05 .box:nth-child(1) .box02 {
	text-align: right;
}

.contents05 h3 {
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	font-size: 37px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	margin-bottom: 30px;
}

.contents05 .box:nth-child(1) h3 {
	color: #ffb6bf;
	margin-bottom: 40px;
}

.contents05 .box:nth-child(2) h3 {
	color: #d3c400;
}

.contents05 p {
	letter-spacing: 0em;
}

/* contents06 */

.contents06 {
	width: 100%;
	background-color: #F2FCCB;
	padding: 60px 0px;
}

.contents06 .box-in {
	width: 1060px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents06 .midashi-box {
	width: 300px;
	height: 300px;
	background-image: url("top/images/frame01.svg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	display: flex;
  justify-content: center;
align-items: center;
	flex-direction: column;
	margin-bottom: 0px;
}

.contents06 .midashi-box h3 {
	background-color: #FFF;
}

.contents06 .news-box {
	width: 700px;
	background-color: #FFF;
	padding: 15px 35px;
}

.contents06 .news {
	height: 240px;
	width: 100%;
}

.contents06 .news iframe {
	width: 100%;
	height: 240px;
}

/* contents07 */

.contents07 {
	width: 100%;
	padding: 100px 0px;
	background-image: url("top/images/back05.png");
background-position: center bottom;
background-repeat: repeat-x;
}

.contents07 .box-in {
	width: 960px;
}

.contact .checktext {
    width: 100%;
	text-align: center;
	padding-top: 50px;
}

.contact .checktext h6 {
	font-size: 19px;
color: #333;
line-height: 1.2;
letter-spacing: 0.16em;
font-weight: normal;
	margin-bottom: 20px;
}

.contact .checktext div.box-text {
	padding: 25px 30px;
	border-style : solid;
    border-color : #d9d9da;
    border-width : 1px;
	background-color: #FFF;
	margin-bottom: 20px;
	text-align: left;
	overflow: auto;
}

.contact .checktext div.box-text {
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.05em;
}


.contact .checktext .box-box {
    color: #000;
	font-size: 18px;
	font-weight: 500;
    height: 120px;
    
}

/*group*/
.group-text {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}


/*contact*/
.contact {
	width: 100%;
	text-align: left;
}

.contact .box02, .contact .box03 {
	width: 100%;
	margin-bottom: 25px;
}

.contact .box02 input, .contact .box03 input, .contact .box02 textarea {
	width:100%;
	border-style : solid;
border-color : #b1b1b1;
border-width : 1px;
	border-radius: 10px;
	padding: 15px;
}

.contact .box03 {
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.contact .box03 > div {
	width: 48%;
}

.contact .box03 > div:last-child {
	display: flex;
  justify-content: space-between;
	align-items: center;
}

.contact .box03 > div:last-child .box:nth-child(2) span:after {
	content: url("images/c05.svg");
}

.contact .box03 > div:last-child .box:nth-child(3) span:after {
	content: url("images/c06.svg");
}

.contact .box03 .box input + span:after {
	opacity: 0.2;
}

.contact .box03 .box input:checked + span:after {
	opacity: 1;
}

.contact .box03 .box input {
	display: none;
}

.contact .box03 .box input + span {
	font-size: 0;
}





form,input,textarea,button{
	margin:0;
	font-size:100%;
}


main .button {
	text-align: center;
	margin-top: 50px;
}

main button {
	cursor: pointer;
	border:none;
	background-color:rgba(0,0,0,0);
}

main .button img {
	height:40px;
	width:auto;
}

main button span, a.btn-mail, main .btn-box input, .btn-back {
	display:inline-block;
	padding:80px;
	padding-top:12px;
	padding-bottom:10px;
	background-color:#CBCC00;
	color:#FFF;
	font-size:18px;
	letter-spacing:0.2em;
	border: 1px solid #CBCC00;
}

main button:hover span, a.btn-mail:hover, main .btn-box input:hover, .btn-back:hover {
	background-color: #FFF;
	color: #CBCC00;
}


.btn-box {
	padding-top:40px;
	clear:both;
}

.btn-box input {
	margin-bottom: 10px;
}


#formWrap {
	width:100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.formtable {
	width: 100%;
}

.formtable tr {
	padding-left:5px;
	padding-right:5px;
	display:block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.formtable th {
	text-align: left;
	font-weight: normal;
	width: 190px;
	display: inline-block;
	vertical-align:top;
	margin-bottom:10px;
}

.formtable td  {
	text-align: left;
	font-weight: normal;
	width: 660px;
	display: inline-block;
	vertical-align:top;
}

.formtable input  {
	width: 100%;
}

.contact h4 {
	color: #333333;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-bottom:30px;
}

.contact h5 {
	color: #333333;
	line-height: 1.6em;
	letter-spacing: 0.4em;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 50px;
}


span.text003 {
	display:none;
}

.text002 {
	padding-top: 60px;
}

/*非表示*/
.del {
	display: none;
}



.sp-view {
	display: none;
}
