@charset "UTF-8";

@font-face {
  font-family: 'sipporimincho'; 
  src: url('fonts/ShipporiMinchoB1-ExtraBold.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'sipporimincho'; 
  src: url('fonts/ShipporiMinchoB1-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'sipporimincho'; 
  src: url('fonts/ShipporiMinchoB1-SemiBold.ttf') format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'sipporimincho'; 
  src: url('fonts/ShipporiMinchoB1-Medium.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'sipporimincho'; 
  src: url('fonts/ShipporiMinchoB1-Regular.ttf') format('truetype');
  font-weight: 100;
}
@font-face {
  font-family: 'sawarabiGothic'; 
  src: url('fonts/SawarabiGothic-Regular.ttf') format('truetype');
}


header {
    padding: 18px 0px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index:999;
	font-size: .7em;
	font-weight: 100;
}

header .flex{
	justify-content: space-between;
}

/*========= ハンバーガーメニュー ===============*/
/* 画面サイズが1279px以下の時はPC用メニューは非表示 */
@media screen and (max-width: 1279px) {
  .pc-menu {
    display: none;
  }
}
/* 画面サイズが1280px以上の時はスマホ用メニューは非表示 */
@media screen and (min-width: 1280px) {
  .sp-menu {
    display: none;
  }
}

/* 以下は前回までの内容 */

.main-menu {
  margin: 0 auto;
  display: flex;
  width: 1280px;
}
.logo p{
    font-size: 1.5rem;
    position: relative;
    word-spacing: normal !important;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-family: "Futura Lt BT";
    font-weight: 600;
	margin: 0 0px;
}

.contactbtn{
	font-family: "sawarabiGothic";
	font-size: 1.0rem;
    position: relative;
	font-weight: 600;
	margin-right: 50px;
}

.contactbtn a{
	color: #000000;
	text-decoration: none;
	transition: .5s ease all;
	border-radius: 10px;
	letter-spacing: 1px;
	margin-left: 20px;
}

.pc-menu {
  width: 100%;
}
.pc-menu > ul {
  display: flex;
  list-style: none;
}
.pc-menu > ul > li {
  font-family: "sawarabiGothic";
	font-size: 1.0rem;
    position: relative;
	font-weight: 600;
}

.pc-menu > ul > li > a {
  color: #000000;
	text-decoration: none;
	transition: .5s ease all;
	border-radius: 10px;
	letter-spacing: 1px;
	margin-left: 20px;

}
.pc-menu > ul > li > a:hover {
}

.sp-menu__box {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: #4F4C4C;
}
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  position: absolute;
}
.sp-menu__box span:before {
  bottom: 8px;
}
.sp-menu__box span:after {
  top: 8px;
}
#sp-menu__check {
  display: none;
}
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0);
}
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
}
#sp-menu__check:checked ~ .sp-menu__content {
  left: 0;
}
.sp-menu__content {
  width: 100%;
  height: 50%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #ffffff;
  transition: all 0.5s;
}
.sp-menu__list {
  padding: 70px 10px 0;
}
.sp-menu__item {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #4F4C4C;
  text-decoration: none;
  padding: 9px 15px 10px 0;
}

/*========= 背景動画設定のCSS ===============*/

#video-area{
    position: fixed;
    z-index: -100;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#container{
  background:#fff;
  padding:100px 50px;
}

/*reset*/

a{
	color: #000;
	text-decoration: none;
}


/*flex*/

.flex{
	display: flex;
}

figure {
    margin: 0;
}

body{
	font-family: 'sipporimincho';
	margin: 0;
	padding: 0;
	font-size: 100%;
	box-sizing: border-box;
}

body *{
	box-sizing: inherit;
}

.logo {
    font-size: 2.3rem;
    position: relative;
    word-spacing: normal !important;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-family: "Futura Lt BT";
    font-weight: 600;
	margin: 0 50px;
}

header {
    padding: 18px 0px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index:999;
	font-size: .7em;
	font-weight: 100;
}

header .flex{
	justify-content: space-between;
}

.contactbtn{
	font-family: "sawarabiGothic";
	font-size: 1.0rem;
    position: relative;
	font-weight: 600;
	margin-right: 50px;

}

.contactbtn a{
	color: #000000;
	text-decoration: none;
	transition: .5s ease all;
	border-radius: 10px;
	letter-spacing: 1px;
	margin-left: 20px;

}

.mv h2{
	margin-bottom: 12px;
}

.mv {
	height: 100vh;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
}

.mv .typed{
	height: 140px;
    margin-top: 0px;
}

.mv .typed small{
	font-size: .6em;
}

.contentwrap1{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 18px 18px;
}
.contentwrap{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 18px 18px;
}

h1{
	font-weight: 500;
    font-size: 3em;
    letter-spacing: 2px;
	color: #fff
}

.mv h2{
	color: #A59ACA;
}

.mv h1{
	margin-bottom: 32px;
}

input {
    border: 2px solid #333;
    padding: 11px;
    margin-right: 12px;
    width: 280px;
}

input[type="submit"]{
	border: none;
	width: auto;
	padding: 11px 15px;
    font-size: 1em;    
	font-family: 'sipporimincho';
    background: #1D2088;
    color: #fff;
}

.lp1{
    padding: 1px;
    width: 160px;
    font-size: 10px;    
	font-family: 'sipporimincho';
    background: #1D2088;
    color: #fff;
	text-align: center;
}

.lp1 h2{
    color: #fff;
}

.lp2 p{
    color: #A59ACA;
}

 .flex.center .item{
	text-align: center;
}

 .flex h3{
	font-size: 4em;
	color: #1D2088;
	text-align: center;
	line-height: .5;
	margin: 0;
}

.flex h4{
	font-size: 1.2em;
    color: #888;
    font-weight: 100;
}

.flex h3 span{
	color: #111;
	font-size: 19px;
}

.flex .item{
	width: 410px;
}

.flexlist p{
    font-size: 15px;
    color: #888;
    margin: 0;
    line-height: 1.5;
	}
	
.eng{
	font-size: 3em;
	font-weight: 300;
	text-align: center;
}

.eng + h2{
	text-align: center;
	color: #A59ACA;
	font-size: 1em;
	margin: 0px 0 92px 0;
}

.flex.media {
	display: block;
	justify-content: center;
	align-items: center;
}

.content2 {
    margin-bottom: 170px;
}

.cont-border {
	width: 100px;
	height: 100px;
	border-top-style: solid;
	margin: 0 auto;
}

.media .item {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
}

.media figure{
	text-align: center;
	
}

.media .item figure img{
	width: 100%;
}

.media h4{
	color: #4D4398;
	font-size: 2em;
	text-align: center;
	margin: 30px 0px 20px;
}

.media h5{
	text-align: center;
	font-size: 1.4em;
	color: #555;
	font-weight: 100;
    margin: 21px 0px 15px;
}

.media p{
	width: 80%;
	font-weight: 100;
	line-height: 1.5;
	text-align:left;
	color: #666;
	margin: 0 auto;
}

.cynage{
	!important
	'width: 342px!important
}

.poster{
	margin-top: 150px;
}

.panel{
	margin-top: 150px;
}

.right_pos{
	text-align: center;
}

.left_pos{
	text-align: center;
}

.item.width100{
	width: 100%;
}

.width100 + .item{
	text-align: center;
}

.eng2{
	font-size: 3em;
	font-weight: 300;
}
.contacts{
	color: #949495;
	font-size: 1.7em;
}

.contacts p{
	color: #949495;
	margin: 0px 0 0px 0;
}

.content4{
    margin: 100px 0 0 50px;
}

.content4 .eng2 + h2 {
    margin-bottom: 0px;
}


.three-step-container{
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width:900px){
	.three-step-container{
		display:block;
	}
		}
.main-content-item{
	width: 260px;
	margin: 0 auto;
}

@media only screen and (max-width:900px){
.main-content-item{
	width: 100%;
	margin-bottom: 1em;
}
	}

.text-item-cont{
	width: 260px;
	margin: 0 auto 3em;
}

.text-item-cont a{
	text-decoration: none;
	color: #888888;
}
.small-head-cont{
	border: solid;
	border-color: #D7D5D5;
	text-align: center;
	height: 450px;
	background-color: #888888;
}

.description-text-cont{
	font-size: 0.8em;
	color: #888888;
	padding:10px 15px 0px;
	background-color: #FFFFFF;
}

.description-url-cont{
	font-size: 0.6em;
	color: #888888;
	padding:0px 15px 10px;
	margin-bottom: 0.7em;
	background-color: #FFFFFF;
}


footer{
	padding: 0px 0;
	background: #fff;
}


.copyright{
	color: #000000;
	text-align: center;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.02em;
    font-family: "Futura Lt BT";

}

@media screen and (max-width:900px) { 
		.pc{
			display: none;
		}
		.contentwrap{
			width: 90%;
		}
		.flex {
			align-items: center;
		}
		.logo {
			width: 112px;
		}
		.contactbtn a{
			padding: 5px 11px;
			letter-spacing: 1px;
		}
		.mv h2 {
			color: #A59ACA;
			font-size: 1.3em;
		}
		h1{
			font-size: 2em;
		}
		.sp{

		}
		.mv{
			margin-bottom: 32px;
		}
		.mv .typed{
			height: auto;
		}
		.mv .search{
			bottom: 5%;
			width: 100%;
		}
	
		.content1 .flex, .content2 .flex{
			display: block;
		}
		.content1 .item{
			border: none;
			text-align: center;
		}
		.content1 .item{
			width: 100%;
			margin-bottom: 82px;
			position: relative;
		}
		.content1 .item:after{
			content: "";
			position: absolute;
			left: 50%;
			width: 106px;
			height: 1px;
			background: #888;
			bottom: -38px;
			transform: translate(-50%,0);
		}
		.content1 .item:last-child:after{
			content: "";
			height: 0px;
		}

		.content1 .item h3{
			text-align: center;
		}
		.content1 .item h4{
			text-align: center;
		}
		.flex h3 span{
			padding-left: 9px;
		}
		.flex h4{
			color: #333;
			text-align: left;
			margin-bottom: 12px;
			margin-top: 21px;
		}
		.flexlist{
			text-align: center;
		}
		.content1{
			margin-bottom: 0;
		}
		.eng + h2{
			margin-bottom: 24px;
		}
		.cynage {
			'width: 130px
				!important;
		}
		.left_pos{
			padding-right: 0;
		}
		.media h5{
			text-align:left;
		}
		.media .item{
			width: 100%;
			margin-bottom: 52px;
		}
		.poster{
			margin-top: 0;
		}
		.right_pos{
			padding-left: 0;
		}
		.panel{
			margin-top: 0;
		}
		.content2{
			margin-bottom: 0;
		}

		input[type="submit"]{
				padding: 11px;
					width: 100%;
					font-size: .8em;
		}
		input{
			width: 100%;
		}
}

/*下スマホ*/
@media screen and (max-width : 500px ){
	
	.contentwrap{
			width: 100%;
		}

	#container{
		width: 100%;
			background:#fff;
			padding:0px 0px;
		}
	
	.eng{
	font-size: 1.5em;
	font-weight: 200;
	text-align: center;
}
	
	.logo {
    font-size: 1.2rem;
	float: left;
    position: relative;
    word-spacing: normal !important;
    line-height: 0.5;
    letter-spacing: 0.05em;
    font-family: "Futura Lt BT";
    font-weight: 600;
	margin: 0 0px;
}
	.contactbtn{
		float: right;
	font-family: "sawarabiGothic";
	font-size: 0.7rem;
    position: relative;
}

.contactbtn a{
	color: #000000;
	text-decoration: none;
	transition: .5s ease all;
	border-radius: 1px;
	letter-spacing: 1px;

}
	.media h4{
	color: #4D4398;
	font-size: 1.2em;
	text-align: center;
	margin: 30px 0px 20px;
}

.media h5{
	text-align: center;
	font-size: 1.0em;
	color: #555;
	font-weight: 100;
    margin: 21px 0px 15px;
}

.media p{
	width: 100%;
	font-size: 0.9em;
	font-weight: 100;
	line-height: 1.5;
	text-align:left;
	color: #666;
	margin: 0 auto;
}
	.eng2{
    font-size: 1.2em;
}
	.content4 h2{
    font-size: 1.2em;
}
	.content4 p{
    font-size: 0.7em;
}
	
.copyright{
	color: #000000;
	text-align: center;
	font-size: 0.7em;
	font-weight: 100;
	letter-spacing: 0.02em;
    font-family: "Futura Lt BT";
}

}


@media screen and (min-width:901px) { 
		.sp{
			display: none;
		}
}
