@charset "UTF-8";

@media all and (-ms-high-contrast: none){
	body{
		overflow-x: hidden;
	}
}

/* --------------------------------------------------------- mainimg */
#mainvisual {
	padding-top: 100px;
	margin-bottom: 150px;
	position: relative;
}
#mainvisual figure {
	width: 80%;
	margin: 0 0 0 auto;
	position: inherit;
	z-index: 2;
}
#mainvisual p {
	position: absolute;
	top: calc(50% - 50px);
	left: 2.5%;
	font-size: 3.25rem;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: normal;
	letter-spacing: 0.075em;
	line-height: 1.75em;
	z-index: 3;
}
#mainvisual p span {
	background: rgba(255,255,255,0.4);
}
#mainvisual:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: calc(100% + 180px);
	background-color: #89BDDE;
	z-index: 0;

}

.pagetop{
	width: 70px;
	height: 70px;
}

.pagetop a{
	background: #89BDDE;
}

.pagetop a img{
	width:35px;
	vertical-align:middle;
}

/* --------------------------------------------------------- main */
main {

}



/* --------------------------------------------------------- greeting */
#greeting {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	align-items: center;
	width: 80%;
	margin: 0 0 230px 0;
	padding-right: 20%; 
	position: relative;
}
#greeting:after {
	position: absolute;
	content: "GREETING";
	bottom: -30%;
	right: 5vw;
	transform: rotate(-90deg);
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	color: #EFEFEF;
	font-size: 13.625rem;
	letter-spacing: -0.05em;
	width: 1em;
	line-height: 1em;
	z-index: 0;

}
/*.left*/
#greeting .left {
	width: 42.5vw;
	position: relative;
	overflow-x:;
}
#greeting .left:after {
	content: "";
	position: absolute;
	top: 68%;
	width: 45vw;
	height: 15.75vw;
	background-color: #89BDDE;
	z-index: 0;
}
#greeting .left ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	position: inherit;
	z-index: 1;
}
#greeting .left li {
	width: 50vw;
}
/*right*/
#greeting .right {
	width: 30vw;
}
#greeting .right h2 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 2.25rem;
}

#greeting .right p em {
    text-align: right;
    margin-top: 20px;
    display: block;
}

/* --------------------------------------------------------- biz */
#biz {
	margin: 0 auto 230px 0;
}
#biz h2 {
	text-align: center;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 2.25rem;
}
#biz ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	position: relative;
	z-index: 1;
	padding-top: 3vw;
}
#biz ul:after {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 11vw;
	background-color: #89BDDE;
	z-index: 0;
}
#biz li {
	width: 23%;
	margin: 0 1%;
	position: inherit;
	z-index: 1;
}
#biz li em {
	font-style: normal;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
}


/* --------------------------------------------------------- company */
#company {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
	margin-bottom: 230px;
}
#company h2 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 2.25rem;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
#company .left {
	margin-left: 14%;
	width: 23%;
	position: inherit;
	z-index: 1;
}
#company .left dl {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#company .left dt {
	width: 32%;
	margin-bottom: 1em;
}
#company .left dd {
	width: 68%;
	margin-bottom: 1em;
}
#company .right {
	width: 60%;
	height: 40vw;
	position: relative;
}
#company .right:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 4vw;
	right: 0;
	background-color: #89BDDE;
	z-index: 0;
}
#company .right iframe {
	width: 100%;
	height: 100%;
	position: inherit;
	z-index: 1;
}



/* --------------------------------------------------------- news */
#news {
	margin-bottom: 230px;
}
#news h2 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 2.25rem;
	text-align: center;
}
#news table {
	width: 70%;
	/*min-width: 1300px;*/
	margin: 0 auto;
}
#news th {
	font-size: 0.875rem;
	padding: 20px;
	width: 160px;
	white-space: nowrap;
}
#news td {
	padding: 20px;
}
#news tr:nth-of-type(2n-1) th,
#news tr:nth-of-type(2n-1) td {
	background-color: #F7F7F7;
}


/* --------------------------------------------------------- history */
#history {
	margin-bottom: 230px;
}
#history h2 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 2.25rem;
	text-align: center;
}
#history table {
	width: 70%;
	/*min-width: 1300px;*/
	margin: 0 auto;
}
#history th {
	font-size: 0.875rem;
	padding: 20px;
	width: 160px;
	white-space: nowrap;
}
#history td {
	padding: 20px;
}
#history tr:nth-of-type(2n-1) th,
#history tr:nth-of-type(2n-1) td {
	background-color: #F7F7F7;
}

/* --------------------------------------------------------- business */
#business {
	margin-bottom: 230px;
}
#business h2 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 2.25rem;
	text-align: center;
}
#business p {
	width: 70%;
	/*min-width: 1300px;*/
	margin: 0 auto;
}

/* --------------------------------------------------------- business2 */
#business2 {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
	margin-bottom: 230px;
}
#business2 h2 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 2.25rem;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
#business2 .business_detail {
	width: 70%;
	margin: 0 auto 50px auto;
	position: inherit;
	z-index: 1;
}
#business2  p {
	width: 70%;
	margin: 0 auto;
}


/* --------------------------------------------------------- link */
#link {
	width: 100%;
	height: 460px;
/*	background: url(../images/bg_banner.jpg) center top no-repeat;*/
	position: relative;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	align-items: center;
	background-color: #89BDDE;
}
#link:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 0;
}
#link ul {
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: inherit;
	z-index: 1;
	width: 100%;
}
#link li {
	width: 420px;
	margin: 0 50px;
}
#link li a {
	border: 1px solid #fff;
	font-size: 1.25rem;
	color: #fff;
	display: block;
	text-align: center;
	padding: 2em 0;
	transition: 0.7s;
}

#link li a:hover{
	background-color: #333;
	transition: 0.7s;
}

/* --------------------------------------------------------- responsive */
@media screen and (max-width: 1200px) {
	/*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    position: relative;
    width: 30px;
    height: 26px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 11px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
    background-color:#fff;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
    background-color:#fff;
  }

  #mainvisual:after{
  	content: none;
  }

  #mainvisual figure{
  	width: 100%;
  }

  #mainvisual p{
  	font-size: 2rem;
  	top: calc(65% - 50px);
  }

  .pagetop{
  	width: 100%;
  }

  .pagetop a img{
  	display: block!important;
  	text-align: center;
  	margin: 0 auto;
  	vertical-align: middle;
  	padding-top: 20px;
  }


  #greeting:after{
  	content: none;
  }

  #greeting{
  	display: block;
  	margin: 0 auto;
  }

  #greeting .left{
  	width: 100%;
  }

  #greeting .right{
  	width: 100%;
  	margin: 0 auto;
  }

  #greeting .left li{
  	width: 35vw;
  }

  #biz ul:after{
  	content: none;
  }

  #biz ul{
  	flex-wrap: wrap;
  }

  #biz li{
  	width: 45%;
  	margin-left: 0;
  	margin-bottom: 2%;
  }

  #company .left{
  	width: 80%;
  	margin: 0 auto;
  }

  #company .right{
  	width: 100%;
  }

  #company .right:after{
  	content: none;
  }

  #news table{
  	width: 80%;
  	display: block;
  }

  #news table tr th{
  	width: 100%;
  	display: block;
  	padding: 20px 0;
  }

  #news table tr td{
  	display: block;
  }

  #history table{
  	width: 80%;
  	display: block;
  }

  #history table tr{
  	display: block;
  	width: 100%;
  }

  #history table tr th{
  	width: 100%;
  	display: block;
  	padding: 20px 0;
  }

  #history table tr td{
  	display: block;
  }

  .pagetop a:after{
  	content: none;
  }

  #greeting .left li{
		width: 100%;
	}

}

@media screen and (max-width: 559px) {
	#biz li{
		width: 100%;
		margin-bottom: 2%;
	}

	#link li{
		width: 100%;
		margin: 0 0 50px 0;
	}

	#link ul{
		width: 80%;
		display: block;
		margin: 0 auto;
	}

	#link li:last-child{
		margin-bottom: 0;
	}
}

@media screen and (max-width: 450px) {
	#mainvisual p{
		font-size: 1.5rem;
	}
}