@charset "utf-8";
/*
 * ==========================================================================
 * 
 * [top]
 * 
 * ==========================================================================
 */
#mainVisualWrapper {
	position:relative;
}
.mvImage {
  position: relative;
  width: 100%;
/*  height: 50vw;*/
  padding: 27% 0 100px 0;
 background: url("../../img/content/top/mv.jpg") no-repeat center top / cover;
}
.mvRead {
  color: #fff;
  position: absolute;
  font-size: 2.8vw;
  font-weight: 600;
  top: 8%;
  right: 10%;
  writing-mode: vertical-rl;
  text-shadow:
    #00598d 1px 1px 10px, #00598d -1px 1px 10px,
    #00598d 1px 1px 10px, #00598d -1px 1px 10px;
}

.mvTitleBox {
  text-align: center;
  color: #fff;
}
.mvTitle {
  position: relative;
  font-size: 7vw;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow:
    #00598d 1px 1px 10px, #00598d -1px 1px 30px,
    #00598d 1px -1px 10px, #00598d -1px -1px 30px;
}
.mvTitle .faculty{
  font-size: 4.5vw;
}
.mvTitle:after {
  content: "※";
  position: absolute;
  font-size: 20px;
}

.mvTitleSub {
  font-size: 1.5vw;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow:
    #00598d 1px 1px 10px, #00598d -1px 1px 30px,
    #00598d 1px -1px 10px, #00598d -1px -1px 30px;
}

.mvOpen {
  font-size: 2vw;
  font-weight: 700;
  color: #00deff;
  text-shadow:
    black 1px 1px 10px, #00598d -1px 1px 30px,
    black 1px -1px 10px, #00598d -1px -1px 30px;
}
.mvNote {
  font-size: 1.3rem;
  text-shadow:
    #00598d 1px 1px 10px, #00598d -1px 1px 30px,
    #00598d 1px -1px 10px, #00598d -1px -1px 30px;
}

.mvNotice {
  font-size: 2vw;
  font-weight: 700;
  margin-top: 80px;
  text-shadow:
    #00598d 1px 1px 10px, #00598d -1px 1px 30px,
    #00598d 1px -1px 10px, #00598d -1px -1px 30px;
}

.mvNotice .sub{
    font-size: 1.6rem;
}

/**
 * --------------------------------------------------------------------------
 * タイトル
 * --------------------------------------------------------------------------
 */
.sectionEnTitle {
  font-family: "Roboto", serif;
  font-weight: 700;
	font-size:2rem;
  text-align: center;
	margin:0 auto 0px;
  color: #2ccddb;
}
.marker {
	background:linear-gradient(transparent 70%, #faee00 70%);
}
.linkTitle {
	font-size:1.7vw;
	font-weight:800;
	line-height:1.6;
	text-align:center;
	margin:0 0 60px 0;
}
.linkTitle.line {
	color:#23be4f;
}
.speechTitle {
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:2rem;
	font-weight:700;
	color:#005ead;
	margin:100px auto 20px 0;
}
.speechTitle::before,
.speechTitle::after {
	width:40px;
	height:1px;
	content:"";
	background-color:#005ead;
}
.speechTitle::before {
	transform:rotate(60deg);
	margin-right:5px;
}
.speechTitle::after {
	transform:rotate(-60deg);
	margin-left:5px;
}
/**
 * --------------------------------------------------------------------------
 * box
 * --------------------------------------------------------------------------
 */
.whiteBox {
	position:relative;
	background:#fff;
}
.boxInner {
	padding:40px;
}
/**
 * --------------------------------------------------------------------------
 * contact
 * --------------------------------------------------------------------------
 */
.contactWrapper {
  background: #0f1933;
  color: #fff;
}
.contactWrapper .innerVox {
  padding: 100px 0;
  text-align: center;
}
.contactInfo {
  font-size: 2rem;
  font-weight: 700;
}
.contactTel {
  font-size: 2.5rem;
}


/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
.bnr2Grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.bnr3Grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}



/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 768px) {
#mainVisualWrapper {
}
.mvImage {
  position: relative;
  width: 100%;
/*  height: 50vw;*/
  padding: 70% 0 30px 0;
 background: url("../../img/content/top/mv_sp.jpg") no-repeat center top / cover;
}
.mvRead {
  font-size: 1.8rem;
  font-weight: 600;
  top: 8%;
  right: 8%;
}

.mvTitleBox {
  text-align: center;
  color: #fff;
}
.mvTitle {
  font-size: 4rem;
  margin-bottom: 10px;
}
.mvTitleSub {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
  
.mvTitle .faculty{
  font-size: 2rem;
}
.mvTitle:after {
  font-size: 1.3rem;
}

.mvOpen {
  font-size: 2.2rem;
  line-height: 1.4;
}
.mvNote {
  font-size: 1.2rem;
  margin-top: 20px;
}

.mvNotice {
  font-size: 1.5rem;
  margin-top: 40px;
}
.mvNotice .sub{
    font-size: 1.1rem;
}
/**
 * --------------------------------------------------------------------------
 * タイトル
 * --------------------------------------------------------------------------
 */
.sectionEnTitle {
	font-size:1.5rem;
	margin:0 auto 10px;
}
.linkTitle {
	font-size:1.7rem;
  font-weight: 600;
	line-height:1.6;
	margin:0 0 20px 0;
}
.speechTitle {
	font-size:1.6rem;
	margin:40px auto 20px 0;
}
.speechTitle::before,
.speechTitle::after {
	width:30px;
}
  /**
 * --------------------------------------------------------------------------
 * contact
 * --------------------------------------------------------------------------
 */
.contactWrapper .innerVox {
  padding: 30px 0;
  text-align: center;
}
  .contactWrapper a {
    color: #fff;
  }
  
.contactInfo {
  font-size: 1.6rem;
}
.contactTel {
  font-size: 1.6rem;
}
/**
 * --------------------------------------------------------------------------
 * bnr
 * --------------------------------------------------------------------------
 */
.bnr2Grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.bnr3Grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}



}                