@charset "UTF-8";

.top-img {
  height: 250px;
}

.top-img-alumni {
  height: 150px;
  margin-top: 20px;
}

.top-img > div {
  margin-left: 30px;
  height: 100%;
  width: 100%;
  background-image: url("../../image/world-map-all.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.top-img > div.sub-page {
  background-image: url("../image/world-map-all.png");
}

.country {
  background-color: rgb(var(--white));
  margin: 0 auto -100px auto;
  position: relative;
  top: -100px;
  color: #333333;
}

.country-alumni {
  background-color: rgb(var(--white));
  margin: 0 auto;
  position: relative;
}

.country-padding {
  padding: 16px 50px 100px 50px;
}

.country * {
  box-sizing: border-box;
  line-height: 1.5;
}

.country-head .youtube img {
  width: 100px;
}
.country-head .facebook img {
  width: 40px;
}
.country-head ul {
  margin-top: 0;
  margin-bottom: 0;
}

.country .content-title {
  font-size: 140%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.facebook iframe {
  width: 80px;
  height: 20px;
  vertical-align: middle;
	display: none;
}

.facebook a {
  display: inline-block;
}

.facebook .fb-likebtn {
	display: inline-block;
	vertical-align: middle;
	margin-top: 7px;
}

.country-menu a {
  text-align: center;
  padding: 10px;
  flex: 1;
  font-weight: bold;
  background-color: rgb(var(--light-gray));
  color: rgb(var(--blue));
  margin-left: 20px;
  min-height: 65px;
}

.country-menu a.choice-menu {
  background-color: rgb(var(--blue));
  color: rgb(var(--white));
}

.country-menu a:hover {
  opacity: var(--opacity);
}

.country-menu a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.img-deco1 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: rgb(var(--blue));
}

.img-deco2 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10px;
  left: -10px;
  background: rgb(var(--green));
  opacity: var(--opacity);
}

.hover-text-red {
  color: rgb(var(--blue));
}

.hover-text-red:hover {
  color: rgb(var(--dark-red));
  text-decoration: underline;
}

.hover-text-red-noLine:hover {
  color: rgb(var(--dark-red));
}

.hover-bg-red:hover {
  background-color: rgb(var(--dark-red));
}

.country li {
  padding-bottom: 4px;
}

/* 共通table */
table {
  width: 100%;
}
.collapse {
  border-collapse: collapse;
}
table td {
  padding: 10px;
}
.table-title {
  background-color: rgb(var(--light-gray));
  font-weight: bold;
}
.table-title.bg-light-blue {
  background-color: rgb(var(--light-blue));
}
table .bb-dark-gray {
  border-bottom: 1px solid rgb(var(--dark-gray));
}
table .bt-dark-gray {
  border-top: 1px solid rgb(var(--dark-gray));
}
table .b-gray,
.b-gray-table th,
.b-gray-table td {
  border: 2px solid rgb(var(--gray));
}

.bb-none {
  border-bottom: none !important;
}
.bt-none {
  border-top: none !important;
}

/* 各table */
#eligibility ul,
#eligibility ol {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.finish {
  background-color: rgb(var(--dark-gray2));
}

/* step */
.step-body {
  height: 50px;
}
.step-line {
  width: 2px;
  background-color: rgb(var(--green));
  height: 100%;
  margin: 0 auto;
}

/* apply step */
.apply-step-line {
  width: 3px;
  background-color: rgb(var(--green));
  height: 100%;
  margin: 0 20px;
}

/* チェックマーク */
.check {
  position: relative;
  line-height: 1.8;
}
.check::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid rgb(var(--dark-gray));
  border-bottom: 3px solid rgb(var(--dark-gray));
  transform: rotate(-45deg);
}

/* 黄色の線 */
.plagiarize {
  border-bottom: 3px solid rgb(var(--yellow));
}

.bb-yellow-bold {
  border-bottom: 10px solid rgb(var(--yellow));
}

/* ▶マーク */
.triangle-mark {
  position: relative;
}

.triangle-mark::before {
  position: absolute;
  top: 12px;
  left: -10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 5px solid rgb(var(--blue));
  content: "";
}

.triangle-mark-bottom {
  position: relative;
}

.triangle-mark-bottom::before {
  position: absolute;
  top: 40%;
  left: -10px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 5px solid rgb(var(--blue));
  content: "";
}

/* ※マーク */
.note-mark {
  padding-left: 1rem;
}

.note-mark::before {
  content: "※";
  margin-left: -1rem;
  font-size: 80%;
}

.movie-icon {
	width: 25px;
	box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .movie-icon {
    width: 20px;
  }
}

.movie-80 {
  position: relative;
  width: 80%;
  padding-top: 45%;
}

.movie-iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.brochure {
  border: 1.5px solid rgb(var(--blue));
  border-radius: 16px;
  padding: 4px 16px;
}

.brochure:hover {
  opacity: 0.7;
}

/* 地図 */
.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ebookダウンロードボタン  */
.ebook-download-btn {
  width: 40%;
  margin-bottom: 10px;
  padding: 2% 10% 2% 10%;
}

.online-application-btn{
  padding: 20px 40px 20px 40px;
}

/* eBook */

.download-container {
  width: 100%;
}

.download-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
}

.download-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-icon {
  width: 20px;
  box-sizing: content-box;
}

.download-text {
  flex: 1;
  word-wrap: break-word;
}

 .left-blue-line{
  position:relative;
  padding: 0.3rem;
  border-left: 5px solid;
} 

a .left-blue-line:hover {
  color: rgb(var(--dark-red));
}

.movie-description {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    box-sizing: border-box;
}

.scan-register img {
    max-width: 152px;
}

/* SPサイズ */
@media screen and (max-width: 960px) {
  .country {
    width: 95%;
  }

  .country-padding {
    padding: 16px 30px 60px 30px;
  }

  .top-img > div {
    margin-left: 0;
    background-image: url("../../image/world-map-all_sp.png");
    background-size: contain;
    background-position: 0 calc(-25 / 375 * 100vh);
  }

  .country .content-title {
    font-size: 180%;
  }

  .country-head > img {
    width: 20%;
  }
  .country-head > h1 {
    /*width: 20%;*/
  }
  .country-head .facebook img {
    width: 20px;
  }

  .country-menu a {
    flex: 0 0 45%;
    margin-top: 10px;
    margin-left: 10px;
    min-height: auto;
  }

  .country .width-third,
  .country .width-half {
    width: 100%;
	padding-left: 0px;
  }

  .sp-vertical-table td {
    display: block;
    width: 100%;
  }

  .scan-register img {
    width: 100%;
  }
  .scan-register {
    padding-left: 10px;
  }

  .sp-allow {
    position: relative;
  }

  .sp-allow:before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 10px solid;
    border-top-color: rgb(var(--dark-gray));
  }
  .download-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .apply-ab{
    width: auto;
    padding-top: 0%;
    padding-bottom: 10%;
    padding-left: 10%;
  }

  .apply-download-btn{
    width: 100%;
    margin-left: 10%;
  }

  /* 地図 */
  .map {
    padding-top: 100%;
  }
  #office .w-70,
  #office .w-30 {
    width: 100%;
  }

  #office {
    flex-direction: column-reverse;
  }

  /* ebookダウンロードボタン  */
.ebook-download-btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 4% 20% 4% 20%;
}
.online-application-btn{
  padding: min(7%, 20px) 5%;
  margin-left: 0;
  margin-right: 0;
}

 /* ガイドラインimg */
  .guideline {
	margin-top: 25px;
	margin-bottom: 40px;
  }

/* apply step */
.apply-step-line {
  margin: 0 20px;
}

.movie-80 {
  position: relative;
  width: 100%;
  padding-top: 45%;
}

.movie-description {
    margin-left: 0;
    margin-right: 0;
	  width: 100%;
    box-sizing: border-box;
}

.triangle-mark-bottom::before {
  top: 20%;
}

}

/* PCサイズ */
@media screen and (min-width: 960px) {
  .country-menu a:first-child {
    margin-left: 0;
  }

  .allow {
    position: relative;
  }

  .allow:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid;
  }

  .btc-light-blue:before {
    border-top-color: rgb(var(--light-blue));
  }
  .btc-blue:before {
    border-top-color: rgb(var(--blue));
  }

 /* ガイドラインimg */
  .guideline {
    top: -80px;
    right: 80px;
  }
}

 /* font Arial */
.font-arial {
  font-family: Arial, Helvetica, sans-serif!important;
}


/*--------------------------------------------
seminar
--------------------------------------------*/
.seminar-txt {
	width: 95%;
	margin: 0 auto 30px;
}

@media screen and (max-width: 750px) {
	.seminar-txt {
		padding: 0;
	}
}

.img-box {
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.img-box img {
	width: 100%;
}

.title_center {
	margin-bottom:7px;
	color:#18498D;
	font-weight:bold;
	font-size:16px;
}
@media screen and (max-width: 750px) {
	.title_center {
		font-size: 140%;
		font-weight: bold;
	}
}

table.frameworkTable {
	width: 100%;
	line-height:1.4;
	border-top: 2px solid rgb(var(--gray));
}

table.frameworkTable th {
	padding: 15px 5px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	border: 2px solid rgb(var(--gray));
	background-color: rgb(var(--light-blue));
}

table.frameworkTable td {
	padding: 10px;
	vertical-align:middle;
	text-align: center;
	border: 2px solid rgb(var(--gray));
}
table.frameworkTable tr td:first-of-type, 
table.frameworkTable tr td:nth-of-type(2) {
	width: 7em;
}


tr.bgcolorG td ,
th.bgcolorG ,
td.bgcolorG  {
		background:#dddddd;
	}


 @media screen and (max-width: 750px) {
	 .pc-tablehead{
		 display: none;
	 }
	 table.frameworkTable th {
		 border-bottom: none;
		 display: block;
		 width: 100%;
	 }
	 table.frameworkTable td {
		 border-top: none;
		 border-bottom: dashed 1px rgb(var(--gray));
		 display: table;
		 width: 100%;
		 text-align: left;
	 }
	 table.frameworkTable td:last-child {
		 border-bottom: double 3px rgb(var(--gray));
	 }
	 table.frameworkTable tr.last td:last-child {
		 border-bottom: solid 2px rgb(var(--gray));
	 }
	 table.frameworkTable td:before {
		 content: attr(aria-label);
		 display: table-cell;
		 width: 10em;
		 background-color: rgb(var(--light-blue));
		 font-weight: bold;
		 text-align: left;
		 vertical-align: middle;
		 padding: 7px;
		 white-space: nowrap;
	 }
	 table.frameworkTable td span.contents {
		 display: table-cell;
		 padding: 7px;
		 padding-left: 1em;
	 }
	 table.frameworkTable tr td:first-of-type,
	 table.frameworkTable tr td:nth-of-type(2) {
		 width: 100%;
	 }
}