body{
	padding: 0;
	margin: 0;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	letter-spacing: 1.2px;
}
a{
	text-decoration: none;
	color: #ffffff;
}
.container-top{
	width: 100%;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.property{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.center{
	text-align: center;
	margin: o auto;
}
.back{
	background-color: #e8ecf0;
	padding: 30px 0 50px;
}
.back2{
	padding: 30px 0 50px;
}
.header{
	background-color: white;
	padding-top: 20px;
}
.logo img{
	width: 70px;
	margin-right: 15px;
}
.name{
	color: #0072c2;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: 2.5px;
	flex-grow: 10;
}
.llc{
	font-size: 12px;
	padding-left: 100px;
}
.phone{
	text-align: end;
}
.phone-number{
	font-size: 18px;
	font-weight: 900;
	color: #0072c2;
}
.nav_small{
	display: none;
}
/*メニューバー↓--------------------------------------------------------------------------------------------- */
.nav{
	background-color: #34495e;
}
nav {
	margin: 27px auto 0;
  
	position: relative;
	width: 640px;
	height: 50px;

	border-radius: 8px;
	font-size: 0;
  }
  nav a {
	line-height: 50px;
	height: 100%;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: white;
	cursor: pointer;
  }
  nav .animation {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 0;
	transition: all .5s ease 0s;
	border-radius: 8px;
  }
  a:nth-child(1) {
	width: 120px;
  }
  a:nth-child(2) {
	width: 120px;
  }
  a:nth-child(3) {
	width: 120px;
  }
  a:nth-child(4) {
	width: 130px;
  }
  a:nth-child(5) {
	width: 140px;
  }
  nav .start-home, a:nth-child(1):hover~.animation {
	width: 120px;
	left: 0;
	background-color: #1abc9c;
  }
  nav .start-about, a:nth-child(2):hover~.animation {
	width: 120px;
	left: 120px;
	background-color: #e74c3c;
  }
  nav .start-blog, a:nth-child(3):hover~.animation {
	width: 120px;
	left: 240px;
	background-color: #3498db;
  }
  nav .start-portefolio, a:nth-child(4):hover~.animation {
	width: 130px;
	left: 360px;
	background-color: #9b59b6;
  }
  nav .start-contact, a:nth-child(5):hover~.animation {
	width: 140px;
	left: 495px;
	background-color: #e67e22;
  }
  
  .nav {
	font-size: 12px;
	font-family: sans-serif;
	background: #2c3e50;
  }
/*メニューバー↑--------------------------------------------------------------------------------------------- */

.img_top_small{
	display: none;
}
.photo{
	position: relative;
}
.photo img{
	width: 100%;
	z-index: 0;
}
.photo-text{
	position: absolute;
	bottom: 40%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	font-size: 42px;
	color: white;
}
.title1{
	margin: 20px;
}
.title1-num{
	font-size: 42px;
	color: #0072c2;
}
.title1-en{
	font-size: 12px;
}
.title1-ja{
	font-size: 28px;
}
.title1-line{
	width: 70px;
	margin: 15px 0 0;
	border-top: #0072c2 10px solid;
}

.content{
	width: 150px;
	padding: 10px;
	margin: 15px;
	text-align: center;
}
.content-letter{
	font-size: 18px;
	margin-top: 10px;
}
.content img{
	width: 50%;
}
.title2{
	font-size: 20px;
	margin: 60px 0 10px;
	text-align: center;
}
.title2-after{
	width: 120px;
	margin: 5px auto 20px;
	border-top: #4789b7 5px solid;
}
.letter2{
	font-size: 16px;
	margin: 30px 100px 30px;
}
.flow-img{
	width: 90%;
	margin: 0 5% 30px;
}
.letter3{
	font-size: 18px;
	margin-left: 40px;
	line-height: 3;
}
.letter3 span{
	color: #0072c2;
	font-size: 26px;
}

#contact{
	padding-top: 200px;
    margin-top: -200px;
}
.margin1{
	margin: 50px 0;
}
.contact{
	margin-left: 20px;
}
.form{
  width:1100px;
  margin:0 auto;
  font-size: 18px;
}
.item{
  overflow: hidden;
  margin-bottom: 20px;
}
.label{
  float: left;
  margin-right: 20px;
  width:250px;
  border-left: solid 5px #0072c2;
  padding-left: 10px;
  font-size: 16px;
}
.inputs{
  float: left;
  width:700px;
}
input[type="text"],input[type="email"],input[type="tel"]{
  border: solid 1px #7C7877;
  border-radius:5px;
  padding:10px;
  font-size: 12px;
}
textarea{
  border: solid 1px #7C7877;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 12px;
}
.btn-area{
  text-align: center;
}
.btn{
  background: #ffaa1c;
  border: none;
  border-radius: 10px;
  color: white;
  font-size:18px;
  padding: 7px 100px;
  margin: 0 5px;
  transition: all .3s ease;
}
.btn:hover{
	background-color: #ffb940;
}


.company-back{
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	padding: 30px 0;
}
.company table{
	border-spacing: 20px 15px;
	font-size: 16px;
}
.company a{
	display: block;
	transition: .3s;
	font-size: 14px;
	margin: 50px 20px;
}
.company a:hover{
	color: #0072c2;
}
.company-photo{
	width: 500px;
}
.company-photo img{
	max-width: 100%;
}

.footer{
	padding: 5px;
	background-color: #7C7877;
	color: white;
}
.footer .container{
}
.footer-text{
	text-align: center;
}


@media screen and (max-width: 1200px){
.container{
	width: 100%;
}
.company-back{
	flex-direction: column;
	align-items: center;
}
.company-photo{
	width: 90%;
	text-align: center;
	margin-top: 20px;
}
.form{
	width: 100%;
	margin: 0;
}
.inputs{
	width: 350px;
}
}

@media screen and (max-width: 600px){
.nav_small{
	display: block;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-btn {
	position: fixed;
	top: 30px;
	right: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
.menu-content {
width: 100%;
height: 100%;
position: fixed;
top: 30px;
left: 0;
z-index: 80;
background-color: #3584bb;
}
.menu-content ul {
	padding: 70px 10px 0;
}
.menu-content ul li {
	border-bottom: solid 1px #ffffff;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.container{
width: 100%;
}
.header{
	background-color: #e8ecf0;
	padding-top: 10px;
	border-top: #3584bb 25px solid;
}
.property1{
	display: block;
	text-align: center;
}

.logo img{
	width: 55px;
	margin: 0;
}
.name{
	color: #0072c2;
	font-size: 18px;
	letter-spacing: 1px;
	flex-grow: 1;
}
.llc{
	font-size: 9px;
	padding-left: 0;
}
.phone{
	padding: 15px 0 15px;
	text-align: center;
}
.phone-number{
	font-size: 16px;
	font-weight: 900;
	color: #0072c2;
}
.nav {
	display: none;
}
.photo-text{
	font-size: 32px;
}
.img_top{
	display: none;
}
.img_top_small{
	display: block;
}
.content{
	width: 120px;
	padding: 10px;
	margin: 15px;
	text-align: center;
}
.content-letter{
	font-size: 16px;
	margin-top: 10px;
}
.content img{
	width: 40%;
}
.company table{
	font-size: 14px;
}
.company-title{
	width: 20%;
}
}