@charset "utf-8";
html{
 font-size: 62.5%;
}
body {
    width: 100%;
    background-color: #fff;
    color: #171717;
    font-family: 'Noto Serif','Noto Serif JP', serif;
/*    max-width: 1360px;*/
}
.section-wrapper {
  padding: 100px 0 70px;
}
img {
  vertical-align: bottom;
  width: 100%;
}
main {
  width: 100%;
}
body,
header,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a,
div,
span,
time,
figure,
figcaption,
article,
section,
aside,
footer {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #337ab7;
  font-size: 16px;
  text-align: center;
}

a:hover {
  color: #005a87;
  transition: 0.3s;
}
.nav ul li {
    list-style-type: none;
}
/*sticky header*/
.header.fixed {
  position: fixed;
  background-color: #282f35;
  padding: 30px;
  width: 100%;
  transition: .3s;
}
h2 {
  font-size: 60px;
}
.bg-copy {
  font-size: 90px;
}
p {
  font-size: 16px;
}
.service-item {
  font-size: 40px;
}
.link-btn-wrapper {
  max-width: 1000px;
  height: 60px;
  margin: 80px auto 70px;
  display: flex;/*ここから下４行がh1を中央に配置するCSS親要素につける*/
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.link-btn {
  background-color: #F7D43F;
  width: 235px;
  padding: 20px 70px;
  color: #333;
  font-weight: bold;
  border-radius: 60px;
  text-align: center;
  max-width: 1000px;
}
.link-btn:hover {
  color: #333;
  opacity: 80%;
  transition: 0.3s;
}
.section-bottom-text-right {
  max-width: 1200px;
  font-size: 9rem;
  opacity: .05;
  margin: 0 auto;
  text-align: end
}
.section-bottom-text {
  max-width: 1200px;
  font-size: 9rem;
  opacity: .05;
  margin: 0 auto;
  color: #fff;
}
/*=====header↓=====*/
.header {
  width: 100%;
  position: absolute;
  padding: 20px 30px;
  z-index: 3;
  transition: .3s;
}
.header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-list {
  display: flex;
}
.nav-item {
  list-style-type: none;
}
.site-title a {
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
.nav-item a {
  font-size: 1.7rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
.nav-item a {
    margin-right: 30px;
    position: relative;
    display: inline-block;
}
.header a:hover{
  opacity: .7;
  transition: .3s;
}
.nav-item:last-of-type{
  margin-right: 0;
}
.burger-btn {
  display: none;
}
/*=====fv ここから↓=====*/
fv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fv img {
  object-fit: cover;
  height: 100vh;
  min-height: 100%;
}
.main-copy{
  position: absolute;
  left: 120px;
  bottom: 177px;
  color: #fff;
}
.e-copy {
  font-size: 70px;
  font-family: 'Noto_Serif','Noto_Serif JP',serif;
  font-weight: bold;
  letter-spacing: .03em
}
.j-copy {
  font-size: 38px;
  font-family: 'Noto_Serif JP';
  text-align: center;
}
.pc-br {
  display: none;
}
/*スライダーのボタン*/
.slick-arrow{
  display: none !important; 
}
/*=====Concept ここから↓=====*/
.section-wrapper{
  width: 100%;
  padding: 100px 0 70px;
  font-family: 'Noto_Serif','Noto_Serif JP',serif;
}
.section-title {
  font-style: italic;
  max-width: 1000px;
  margin: 0 auto 80px;
}
.section-title::after {
  content: "";
  display: inline-block;
  background-color: #282f35;
  width: 200px;
  height: 5px;
  margin-left: 30px;
  vertical-align: middle;
}
.title-right::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 200px;
  height: 5px;
  margin-left: 30px;
  vertical-align: middle;
}
.consept-copy {
  font-size: 30px;
  font-family: 'Noto_Serif JP';
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.consept-content {
  max-width: 1000px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}
.concept-text, .concept-img{
  max-width: 440px;
}
.concept-text {
  font-family: 'Noto_Serif JP';
  line-height: 3rem;
  letter-spacing: 0.1em;
}

/*=====Service ここから↓=====*/
.service {
  display: flex;
  width: 100%;
}
.service-item {
  list-style-type: none;
  width: 100%;
  height: 320px;
  background-image: url(/images/service-img01@2x.jpg);
  background-size: cover;
  background-position: center;
  margin: auto;
  text-align: center;
  transition: .3s;
}
.service-item a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 40px;
  background: transparent;
  font-style: italic;
  font-weight: bold;
  line-height: 320px;
}
.service-item a:hover {
  background-color: rgba(40,47,53,.7);
  transition: .3s;
}
.service-item:nth-child(2) {
  background-image: url(/images/service-img02@2x.jpg);
  background-size: cover;
  background-position: center;
}
.service-item:nth-child(3) {
  background-image: url(/images/sevice-img03@2x.jpg);
  background-size: cover;
  background-position: center;
}
/*=====Works ここから↓=====*/
.section-works {
  background-image: url(/images/works-bgi@2x.jpg);
  background-size: cover;
  background-position: center;
  
}
.works-item {
  width: 320px;
  box-shadow:  0 0 5px #000;
}
.works-item:nth-child(2) {
  margin: 0 20px;
}
.title-right {
  text-align: end;
  color: #fff;
}
figcaption {
  font-size: 16px;
  padding: 25px 20px;
  font-family: 'Noto_Serif JP';
}
.works-item {
  background-color: #fff;
}
/*=====Contact ここから↓=====*/
.section-content {
  background-image: url(/images/contact-bgi@2x.jpg);
  
  
  background-size: cover;
  background-position: center;
}
.contact-content p {
  color: #fff;
  font-weight: bold;
  font-family:  'Noto_Serif JP';
  text-align: center;
  font-size: 20px;
}
/*=====Contactpage ここから↓=====*/
.contactpage {
  background-image: url(/images/contact-page-bgi@2x.jpg);
  background-size: cover;
  background-position: center;
}
.section-title-contactpage {
  text-align: center;
  margin-top: 100px;
  color: #fff;
  font-family:'Noto Serif','Noto Serif JP', serif;
  font-weight: bold;
  font-style: italic;

}
.contact-contents {
  max-width: 700px;
  margin: 100px auto;
  font-family:  'Noto_Serif JP';
}
.form-wrapper ul {
  display: flex;
}
.form-wrapper ul li {
  list-style-type: none;
  margin: 1rem 0 2rem;
}
.form-wrapper ul li:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
.form-wrapper ul li, label {
  font-size: 16px;
}
.input {
  width: 100%;
  height: 30px;
  margin-bottom: 22px;
}
.textarea {
  width: 100%;
  height: 170px;
}
.submit {
  box-shadow: 0 0 3px #000;
}
.submit:hover {
  box-shadow: 0 0 0px #000;
  transition: 0.2s;
}
/*=====footer=====*/
footer {
  width: 100%;
  height: 80px;
  display: flex;/*ここから下４行がh1を中央に配置するCSS親要素につける*/
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
small {
  font-size: 16px;
  color: #282F35;
    font-family: 'Noto_Serif';
}
/*動的な部分の記述*/
/*=====pagetop ここから↓=====*/

/*=====pagetop ここまで↑=====*/

/*=====レスポンシブハンバーガー ここから↓(参考URL:https://daib-log.com/hamburgermenu/)=====*/


/*=====レスポンシブハンバーガー  ここまで↑=====*/

/*=====レスポンシブここから(769px以上の画面で指定するCSS記載しｔなくてもこれまでの続きとして書いてＯＫだけどわかりやすく記載)↓=====*/
@media (min-width:769px){
/*
.btn {
     display: none;
    }
*/

}

/*=====レスポンシブここから(769pxまでの画面で指定するCSS)↓=====*/
@media (max-width:769px){
  .section-wrapper {
    padding: 100px 0 40px;
  }
  .consept-content {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
  }
  .concept-text {
    padding-bottom: 30px;
  }
  .consept-copy{
     letter-spacing: .1rem;
    }
  .sp-br{
    display: none;
  }
  .section-bottom-text, .section-bottom-text-right {
    font-size: 40px;
  }
  .link-btn-wrapper {
    margin-bottom: 40px;
  }
  .section-title, .title-right {
    font-size: 3rem;
    margin-bottom: 50px;
    padding: 0 4vw;
  }
  .section-title::after{
    width: 90px;
  }
  /*header*/
  .header{
    padding: 30px 4vw 0;
    background-color: #282F35;
    position: fixed;
  }
  .header-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #282F35;
    top: 0;
    left: 0;
  }
  .nav-list {
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .nav-item {
    margin: 0 0 30px;
  }
  .nav-item:last-of-type {
    margin-bottom: 0;
  }
  .burger-btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 4vw;
  }
  .burger-btn .bar {
    display: block;
    height: 3px;
    width: 30px;
    background-color: #fff;
  }
  .bar_top {
    margin: 8px;
  }
  .bar_mid {
    margin: 8px;
  }
  .bar_bottom {
    margin: 8px;
  }
   /* ハンバーガーメニューが開いたとき */
  .burger-btn.cross .bar_top{
    transform: rotate(45deg) translate(8px,8px);
    transition: .3s;
  }
  .burger-btn.cross .bar_mid{
    opacity: 0;
    transition: .3s;
  }
  .burger-btn.cross .bar_bottom{
    transform: rotate(-45deg) translate(8px,-8px);
    transition: .3s;
  }
  body.noscroll{
    overflow: hidden;
  }

  button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  /*fv*/
  .main-copy {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    
  }
  .e-copy {
    font-size: 9.8vw;
  }
  .j-copy {
    font-size: 8vw;
    
  }
  .consept-copy {
    font-size: 2rem;
    padding: 0 15px;
  }
  .section-inner {
   padding-bottom: 0;
  }
  
  /*work*/
  .works-item {
    margin:0 auto 30px;
  }
  .works-item:nth-child(2){
    margin: 0 auto 30px;
  }
  .service {
    display: block;
  }
  .service-item {
    margin-bottom: 30px;
  }
  .form-wrapper {
    padding: 0 15px;
  }
  ul {
    flex-direction: column;
  }
  .form-wrapper ul li:nth-child(2){
    margin: 0;
    margin-bottom: 1rem;
  }
  .pc-br {
    display: block;
  }
  }
