@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M",
                "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight:normal;
}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #F8F7F5;
	margin: 0 0 0 0 !important;
}
nav {
	height: 40px;
	width: 100%;
	background: #366BB8;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: none;
	position: relative;
	border-bottom: 2px solid #283744;
  border-top: 1px solid #ccc;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	height: 40px;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #fff;
	display: inline-block;
	width: 120px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;

}
nav li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active {
	background-color: #8c99a4;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	nav {
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
    .cont_in {
      width: calc(100% - 10px) !important;
      margin: 5px;
    }
    .br-sp { display:none; }
    .link_inin {
      width: calc(100% - 10px) !important;
      margin: 5px;
    }
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #283744;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}

/*スライドに文字乗せ*/
.swiper-slide {
  position: relative;
  padding: 0 !important;
}
.year {
  position: absolute;
  color: #fff;
  font-size: 5em;
  line-height: 120%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-shadow: 1px 2px 3px #808080;
  z-index:100;
}
@media only screen and (max-width : 500px) {
.year {
  font-size: 2em;
}
}
.social {
  margin: 15px auto 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.social div {
  margin: 0 15px;
}
/*コンテンツ*/
.contents {
  background-color: #3777CF;
  width: 100%;
  padding: 0px;
  background-image: url('img/w-vbg.jpg');
  background-size: cover;
}

.cont_out {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont_in {
  border: 0px solid #000000;
  margin: 20px 5px 0 5px;
  padding: 0px;
  width: calc(32% - 20px);
}
.cont_in img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.arrow {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #fff;
    font-size: 1.5em;
    margin: 0 0;
}
div.cont_in p {
  line-height: 130%;
  font-size: 1em;
  color: #fff;
  margin: 10px 0;
  text-decoration: none;
}
div.cont_in a {
  text-decoration: none;
}
.arrow:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ff9900;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.arrow:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left: solid 7px #ffffff;
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -5px;
}
.lead-box {
  text-align: center;
  margin: 5px auto 40px auto;
  max-width: 960px;
}
.lead {
  font-size:2em;
  line-height: 130%;
  letter-spacing: 3px;
  color: #666;
}
.lead2 {
  font-size:1em;
  line-height: 130%;
  letter-spacing: 3px;
  color: #666;
}
.line1 {
  height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
  border: 0;
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link {
  width: 100%;
  padding: 0px;
}

.link_in {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}
h3 {
  overflow: hidden;
  text-align: center;
  color: #366BB8;
}
h3 span {
  position: relative;
  display: inline-block;
  margin: 0 hem;
  padding: 0 1em;
  text-align: left;
}
h3 span::before,
h3 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 500%;
  height: 5px;
  background-color: #366BB8;
}
h3 span::before {
  right: 100%;
}
h3 span::after {
  left: 100%;
}

.link_inin {
  margin: 15px;
  text-align: center;
  width: calc(30% - 10px);
}


.footer {
  padding-top: 20px;
  color: #fff;
  background-color: #366BB8;
  font-size: 15px;
  text-align: center;
  height: 40px;
}

.logo {
  background-color: #366BB8;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.logo img {
  vertical-align:middle;
}

.sl_u {
  background-color: #366BB8;
  height: 8px;
}
