*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body{
 background-color: #0F386F;
 margin:0px;
}

.f-12{
  font-size: 12px;
}


.f-15{
  font-size: 15px;
}

.f-18{
  font-size: 18px;
}


.f-22{
  font-size: 20px;
}


.ja{
  font-family: 'Noto Sans JP', sans-serif;
}

.ja-serif{
  font:'Noto Serif CJK JP', serif;
}

.en{
  font-family: 'Dosis', sans-serif;
}

header{
  display: flex;
	justify-content: flex-end;
	/* align-items: center; */
  /* padding: 10px 10px; */
  position:fixed;
  z-index: 10;
  background-color:#0F386F;
  width: 100%;
  margin:0px auto;
}


.logo{
  margin-right: auto;
  color: #fff;
  text-decoration: none;
  padding-left:26px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.headerimg{
  width: auto;
  height: 47px;
}

.ul-r{
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 6px;
  list-style-type: none;
  align-items: center;
  padding-right: 20px;
}

.li-r{
  margin: 10px 20px 0 20px ;
  text-align: center;
}

.header-subtitle{
  text-align: center;
  margin-top: 0;

}

.nav-text:hover {
	color:#BA965C; 	/*リンクにマウスが乗ったら背景色を変更する*/
}

.nav-text{
  color: #fff;
  text-align: center;
}

nav a{
  text-decoration: none;
}

.main-wrapper{
  background-color: #0F386F;
  margin-top: 0;
  margin-bottom: 50px;
}


.header-contents{
  background-size: cover;
  padding: 81px 0 0px 0;
  text-align: center;
  /* background-color: #797979; */
  width: 100%;
  height:auto;
}

.video{
  width: 100%;
  height: auto;
}

.white-back{
  /* background-color: #fff; */
  background-image : url(images/bg_pc.png);
  margin:30px 30px 0 30px;
  background-size:contain;
}

.works-wrapper{
  padding-top: 80px;
}

.title{
  color:#0F386F;
  font-size: 30px;
  text-align: center;
  opacity: 1;
  font-weight: bold;
}

.title-sub{
  font-size: 18px;
  text-align: center;
  /* font-weight: ; */
  margin-top: -30px;
}

.about-block{
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 116px;
  margin-top: 5px;
}

.about-image{
  justify-content: flex-start;
  width: 50%;
  height: 50%;
}

.about-text{
  text-align: center;
  width: 50%;
  margin: 20px auto;
  padding: 20px 73px 0 80px;
}

.about-catch{
  justify-content: flex-end;
  /* padding-right: 86px; */
  text-align: left;
  color: #BA965C;
  font-size: 50px;
  margin-top: -15px;
  margin-bottom: -10px;
  font-family: serif;
  line-height: 64px;
}

.about-paragraph-1{
  font-size: 24px;
  color: #383838;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 700;
}

.about-paragraph{
  font-size: 16px;
    color: #383838;
    text-align: left;
    margin-top: 20px;
    padding: 0 120px 0 0px;
    font-weight: 700;
}

.service-block{

}

.service-images{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sample1 {
	width:			93%;
	height:			auto;
	overflow:		hidden;
	/* margin:			10px 8px 10px 16px; */
	position:		relative;	/* 相対位置指定 */
}
.sample1 .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		120px;
	color:			#fff;
}
.sample1 .mask {
	width:			289px;
	height:			289px;
	position:		absolute;	/* 絶対位置指定 */
	top:			170px;
	left:			170px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(15,56,111,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.sample1:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.service-div{
  margin: 26px;
  position: relative;
  overflow: hidden;
}

.service-item{
  width: auto;
  height: auto;
  display: block;
  transition: 0.5s;
}

.service-item:hover{
   transform: scale(1.1, 1.1);
}


.caption{
    position: absolute;
    background-color: #fff;
    border: solid 2px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #0F386F;
    font-size: 22px;
    width: 235px;
    text-align: center;
    padding: 10px 0;
}


.flex-center{
  /* 中央寄せしたい */
}

.ditail-p{
  color: #3D3D3D;
  font-size: 13px;
  line-height: 300%
}

.choose-wrapper{
  margin-top: 400px;
  padding:70px 50px 20px 50px;
  /* margin-top: 180px;
  padding:20px 50px 20px 50px; */
}

.instagram{
  text-align: center;
  padding-left:215px;
  padding-right: 215px;
  margin-top: 110px;
  padding-top: 100px;
  margin-top: -20px;
}



.instagram-images{

}

.instagram-imagelist{
  display: flex;
  flex-wrap: wrap;
}


.instagram-item{
  margin: 0.5px 0.5px 0.5px 0.5px;
  list-style: none;
}

.clients{
  margin-top: 10px;
  padding: 87px 30px 0 30px;
}

.clients-images{
  text-align: center;
  margin-top: 27px;
}

.clients-item{
 /* max-width:160px; */
 width: 14%;
 vertical-align: middle;
 padding:15px;
 margin: -11px;
}

.contact{
  margin-top: 70px;
  padding-left:180px ;
  padding-right:180px ;
  padding-top: 67px;
}

.contact-box{
  text-align: center;
  width: 100%;
  padding-bottom: 182px;
}

.contact-item{
  width: 100%;
  margin-top: 20px;
}

.contact-1{
  height: 48px;
  border: 1px solid #383838;
  color: #383838;
  padding-left:10px;
  font-size: 18px;
}

.contact-2{
  height: 192px;
  border: 1px solid #383838;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 18px;
}

.about-wrapper{
  display: flex;
  padding-top: 30px;
  padding-bottom: 70px;
}

.about-left{
  padding-left: 160px;
  padding-right: 57px;
  width: 50%;
}

.about-title{
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
}

.about-subtitle{
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: -30px;
  color: #fff;
}

.abouttext1{
  color:#FFFFFF;
  font-size: 18px;
  margin-bottom: -15px;
  font-weight: 900;
}

.about-p{
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: black;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
}

.contact-btn {
  margin-top: 60px;
  display: inline-block;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  letter-spacing: 1px;
  color: #DBC5A1;
  background: #ffffff;
  border-radius: 25px;
  border: solid 2px #DBC5A1;
  transition: .4s;
  font-size: 18px;
}

.contact-btn:hover {
  background: #DBC5A1;
  color: white;
}

.about-right{
  padding:78px 88px 0 0;
  width: 50%;
}

.contact-button{

}

.button-1 {
  display: inline-block;
  padding: 0.4em 1.6em;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  border: 1px #0F386F solid;
  border-radius: 3px;
  transition: 0.4s ease;
  background-color: #0F386F;
  margin-top: 40px;
}

.button-1:hover {
  color: #0F386F;
  /* background: #00b5ad; */
  background: #fff;
}

.map-size{
  max-width: 507px;
}

.about-map{
  height: 275px;
}

.footer-text{
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-left:solid 1px #fff;
  border-right:solid 1px #fff;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-wrapper{
  height: auto;
  background-color: #fff;
  padding-top: 0px;
  text-align: center;
  /* margin-bottom: 20px; */
}

.footer-logo{
  width: auto;
  height: auto;
  text-align: center;
}

.copy{
  font-size: 15px;
  color: #383838;
  text-align: center;
}

.clients-images ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
}

.clients-images li{
  width:16%;
}
