@charset "UTF-8";
.sp-none {
  display: block;
}
.sp-block {
  display: none;
}
.sp-none-drawer {
  display: block;
}
.sp-block-drawer {
  display: none !important;
}
.sp-inline {
  display: none;
}
.pc-inline {
  display: inline;
}
@media screen and (max-width:1023px) {
  .sp-none-drawer {
    display: none;
  }
  .sp-block-drawer {
    display: block;
  }
}
@media screen and (max-width:767px) {
  .sp-none {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .pc-inline {
    display: none;
  }
}
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

#wrapper{
    display: flex;
}

/* ヘッダー */
.mean-nav li{
    height: 60px;
    line-height: 60px;
}

header{
    height: 120px;
    width: 100%;
    position: fixed;
    z-index: 10;    
}

header .logo{
    width: 100px;
    height: 100px;
    margin: 20px 20px 0 20px;
}

header .logo img{
    width: 100%;
    height: 100%;
}

header #pc-nav ul{
    position: absolute;
    right: 50px;
    top: 20px;
}

header #pc-nav ul li{
    display: inline;
    font-size: 1.8rem;
    font-weight: 500;
    margin-left: 50px;
}

header #pc-nav ul li a{
    text-decoration: none;
    transition: all 0.5s;
}

header #pc-nav.black ul li a{
      transition: all 0.5s;
}

@media screen and (max-width:1023px) {
header .logo{
    margin: 0;
    }
    header #pc-nav{
        display: none;
    }
}

/* パンくず */
.topic-path {
  margin: 5px 0 0;
  padding: 0 45px 40px 0;
}
.topic-path ol, .topic-path ul {
  margin: 0 0 10px;
}
.topic-path li {
  display: inline;
  padding-left: 1em;
  font-size: 1.2rem;
}
.topic-path li::before {
  content: "＞";
  padding-right: 1em;
}
.topic-path li:first-child {
  padding-left: 0;
}
.topic-path li:first-child::before {
  content: "";
  padding-right: 0;
}
.topic-path li a {
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .topic-path {
    display: none;
  }
}

/* メイン */
main {
  width: 100%;
  margin: 0;
}
@media screen and (max-width:1023px) {
  main {
    width: 100%;
    margin: 0;
      padding: 0;
  }
}
@media screen and (max-width:767px) {
  main {
    margin: 0;
  }
}

.content-wrapper{
    padding: 200px 0 200px 190px;
}

@media screen and (max-width:1299px) {
.content-wrapper{
    padding: 200px 0 200px 190px;
}
}

@media screen and (max-width:1023px) {
.content-wrapper{
    padding: 200px 0 200px 45px;
}
}

@media screen and (max-width:767px) {
.content-wrapper{
    padding: 50px 2% 50px 2%;
}
}

#single .content-wrapper{
    padding-top: 150px;
}

@media screen and (max-width:767px) {
#single .content-wrapper{
    padding-top: 50px;
}

}

.content-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.content-container .text{
    width: 40%;
}

.content-container .text p{
    font-size: 1.6rem;
}

.content-container .text .btn{
    max-width: 100%;
}

.content-container .image{
    width: 50%;
    margin-bottom: 0;
}

.content-container .image img{
    width: 100%;
    height: auto;
}

.content-wrapper .title{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.content-wrapper .title h1,
.content-wrapper .title h2{
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 55px;
}

.content-wrapper .title p{
      font-family: 'Roboto', sans-serif;
font-weight: 500;
    font-size: 10.0rem;
    margin: 0 20px 100px 0;
}

.contact-us .content-wrapper h3{
      font-family: 'Roboto', sans-serif;
font-weight: 500;
    font-size: 10.0rem;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
.content-container{
    display: block;
}
.content-container .text,
.content-container .image{
    width: 100%;
    margin-bottom: 30px;
    }
    .content-wrapper .title{
        display: block;
    }
.content-wrapper .title h1,
.content-wrapper .title h2{
    font-size: 1.8rem;
    margin: 0 0 20px 0;
}
.content-wrapper .title p{
    font-size: 5.0rem;
    line-height: 5.5rem;
    margin: 0 20px 0 0;
}
.contact-us .content-wrapper h3{
    font-size: 5.0rem;
    margin: 30px 20px 40px 0;
    }
}

.contact-us{
    position: relative;
    background-image: url("../img/bg-contact.jpg");
    background-size: cover;
}
.contact-us::after{
   position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.contact-us .content-wrapper{
    position: relative;
    padding-right: 45px;
    z-index: 2;
}

@media screen and (max-width:767px) {
.contact-us .content-wrapper{
    padding: 80px 2%;
    }
}


/* 共通スタイル */
a[id]::before {
  display: block;
  height: 100px;
  margin-top: -100px;
  content: "";
}
a[id]:hover {
  color: inherit;
}
@media screen and (max-width:1023px) {
  h2 a[id]::before {
    height: 0;
    margin-top: 0;
  }
}

h2 {
  font-size: 2.6rem;
  line-height: 2.8rem;
  margin: 100px 0 40px;
  font-weight: 500;
}

h2 span, h4 span{
    color: #D5491A;
    margin-right: 15px;
}

.post-container h2:first-of-type{
    margin-top: 0;
}

h3 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin: 60px 0 20px;
  font-weight: 500;
}
h4 {
  font-size: 2.0rem;
  line-height: 2.8rem;
  margin: 30px 0 15px;
  font-weight: 500;
}
h3 + h4 {
  margin-top: 30px;
}

h5 {
  font-size: 2.0rem;
  margin: 30px 0 15px;
}
p {
  font-size: 1.9rem;
  line-height: 3.5rem;
  margin-bottom: 2em;
}

/* 投稿表示部 */
.post-container{
    margin-right: 45px; 
}

.post-container p{
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 2em;
}

.post-container img{
    width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
.post-container{
    margin: 50px 0 0 0; 
}
  h2 {
    font-size: 2.8rem;
    line-height: 3.0rem;
    margin: 80px 0 35px 0;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 40px 0 15px;
  }
  h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  p {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}

.table-like {
  font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.table-like dt {
    width: 20%;
  padding: 1.8rem 0;
  line-height: 3.0rem;
border-bottom: 1px solid #ccc;
}
.table-like dd {
    width: 80%;
  line-height: 3.0rem;
  margin: 0;
  padding: 1.8rem 0;
border-bottom: 1px solid #ccc;
}
.table-like p{
    margin: 0;
}
.table-like.dt20 dt{
  width: 20%;
}
.table-like.dt20 dd{
  width: 80%;
}
.table-like.dt30 dt{
  width: 30%;
}
.table-like.dt30 dd{
  width: 70%;
}
.table-like.dt40 dt{
  width: 40%;
}
.table-like.dt40 dd{
  width: 60%;
}
@media screen and (max-width:767px) {
  .table-like {
      display: block;
    font-size: 1.6rem;
  }
.table-like dt {
    width: 100%!important;
    border-bottom: none;
    padding-bottom: 0;
    }
.table-like dd{
    width: 100%!important;
    }
}

.kaihi{
    width: 50%;
}
@media screen and (max-width:1023px) {
    .kaihi{
    width: auto;
}
}
.price{
    text-align: right;
}
sup {
  vertical-align: super;
  font-size: 0.4em;
}
strong {
  font-weight: bold;
}
.note {
  margin: 20px 0;
  padding: 30px;
}

.note > h3 {
    margin-top: 3.2rem;
}
@media screen and (max-width:767px) {
  img {
    width: 100%;
    height: auto;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px 20px;
}
table th {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  text-align: center;
}
table td.left {
  text-align: left;
}
table td.right {
  text-align: right;
}
table h3 {
  margin: 30px 0 10px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  width: auto!important;
  height: auto!important;
}
.alignleft {
  float: left;
  margin-right: 20px;
  width: auto!important;
  height: auto!important;
}
.alignright {
  float: right;
  margin-left: 20px;
  width: auto!important;
  height: auto!important;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:767px) {
  .alignleft {
    float: none;
    margin: 0 0 10px 0;
  }
  .alignright {
    float: none;
    margin: 0 0 10px 0;
  }
}
.kakomi {
  padding: 0 10px;
}
.kakomi.inline{
    display: inline-block;
}
.red {
  color: #f00;
}
ul, ol {
  margin-left: 20px;
    font-size: 1.6rem;
    line-height: 3.2rem;
}
.bullet {
  list-style-type: disc;
}
.bullet li {
  margin-bottom: 0.3em;
font-size: 1.9rem;
  margin-left: 20px;
    line-height: 3.5rem;
}
@media screen and (max-width:767px) {
.bullet li {
font-size: 1.6rem;
    line-height: 1.8em;
}
}
.bullet-strong {
  list-style-type: square;
}
.bullet-strong li {
  margin-bottom: 0.8em;
}
.numeric {
  list-style-type: decimal;
}
.numeric li {
  margin-bottom: 0.8em;
}
.indent {
  margin-left: 2em;
}
.icons {
  margin-left: 0;
}
.icons li {
  display: inline-block;
  height: 4.5rem;
  padding: 1.3rem 10px;
  margin: 0 0 20px 0;
  border-radius: 3px !important;
  font-size: 1.6rem;
}
@media screen and (max-width:1023px) {
  .icons li {
    height: 4rem;
    padding: 10px 5px 5px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .icons li {
    height: 3rem;
    padding: 5px 5px 1px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.icons li img {
  width: 17px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 0px !important;
}
@media screen and (max-width:767px) {
  .icons li img {
    width: 11px;
    height: 16px;
  }
}
.step {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    line-height: 2.8rem;
    margin-left: 0;
}
.step li{
    position: relative;
    padding: 20px;
    border: 1px solid #9CDAE3;
    vertical-align: middle;
    text-align: center;
    width: 22%;
}
.step li::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -24px;
    display: block;
    content: "";
    
      width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #9CDAE3;
  border-right: 0;
}
.step li:last-of-type::after{
content: none;    
}
@media screen and (max-width:767px) {
    .step {
        display: block;
    }
    .step li{
        width: 100%;
        margin-bottom: 30px;
    }
    .step li::after{
    top: inherit;
    right: inherit;
    left: calc(50% - 10px);
    bottom : -24px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 17px solid #9CDAE3;
  border-bottom: 0;
    
    }
}
.pager {
  margin: 50px auto;
}
.pager li {
  float: left;
  font-size: 1.6rem;
  margin-right: 5px;
  padding: 5px 10px;
}
.pager li.current {
  font-weight: bold;
}
.pager li a {
  display: block;
  text-decoration: none;
}

@media screen and (max-width:767px) {
  .pager li {
    margin-right: 7px;
    padding: 5px;
  }
}
.page-navi {
  display: flex;
  justify-content: space-between;
}
.icon{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0 ;
}
.icon li{
    margin-right: 10px;
    padding: 2px 10px;
    text-align: center;
    font-size: 1.4rem;
}
/* ボタン系 */
.btn {
    position: relative;
  margin: 30px 0 0;
  padding: 15px 10px;
        width: 360px;    
  text-align: center;
  font-weight: 400;
  font-size: 1.9rem;
}
.btn a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
    background-image: url("../img/arrow-black.png");
    background-position: right 35px top 50%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    transition: all 0.3s;
}

@media screen and (max-width:767px) {
    .btn {
        width: 100%;
    }
}

.btn-back a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
    background-image: url("../img/arrow-black.png");
    background-position: 20px 50%;
    background-repeat: no-repeat;
}


/* フッター */
.to-top{
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 100px;
    height: 100px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.to-top.active{
    opacity: 1.0;
    visibility: visible;
}

.to-top img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:767px) {
    .to-top{
            width: 60px;
    height: 60px;
    }
}
.footer-wrapper {
  display: flex;
  margin: 0 auto;
  padding: 100px 45px 20px 190px;
}
@media screen and (max-width:1023px) {
    .footer-wrapper {
        padding-left: 45px;
    }
}
.footer-wrapper a {
  text-decoration: none;
}
.footer-info{
    margin-right: 90px;
}

.footer-info p{
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.footer-info h5{
    margin: 0 0 50px;
    font-size: 2.3rem;
}

.footer-navi {
    font-size: 1.8rem;
    font-weight: 500;
}
.footer-navi ul{
    margin: 0;
}
.footer-navi ul li{
    margin-bottom: 32px;
}

.footer-navi a {
  text-decoration: none;
}
.footer-navi a[href="#"] {
  pointer-events: none;
}
.copyright {
  margin: 0 auto;
  text-align: right;
  padding: 10px 0 30px;
  font-size: 1.4rem;
    font-weight: 300;
}
#footer-bar {
  display: none;
}
@media screen and (max-width:767px) {
  .footer-wrapper {
    display: block;
    padding: 50px 2% 20px;
  }
    .footer-info{
        margin-right: 0;
    }
.footer-info img,
    footer .sns-icon img{
    width: inherit;
        max-width: 100%;
    height: auto;}
  .footer-navi {
      display: none;
  }
    footer .sns-icon{
        text-align: center;
        margin-bottom: 30px;
    }
  .copyright {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0 0 45px;
    font-size: 1.3rem;
  }
  #footer-bar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  #footer-bar ul {
    display: flex;
    height: 38px;
    font-size: 1.6rem;
    margin: 0;
  }
  #footer-bar ul li {
    width: 50%;
    text-align: center;
  }
  #footer-bar ul li:last-child {
    width: 50%;
  }
  #footer-bar ul li img {
    width: 24px;
    height: auto;
    margin: 6px 5px 6px 0;
  }
  #footer-bar ul li:last-child img {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
  }
  #footer-bar ul li a {
    display: block;
    line-height: 38px;
    text-decoration: none;
    width: 100%;
    height: 38px;
  }
}

/* home */
#home .main-image{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#home .main-image .image{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#home .main-image .image video,
#home .main-image .image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#home .main-image::after{
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    opacity: 0.45;
    position: absolute;
    top: 0;
    left: 0;
}

#home .main-image .text{
    position: absolute;
    left: 45px;
    top: 300px;
    z-index: 1;
}
#home .main-image .sub-title{
  font-family: 'Roboto', sans-serif;
    margin: 0;
}

#home .main-image .main-title{
  font-family: 'Zen Kaku Gothic New','Noto Sans JP', sans-serif;
    font-size: 4.5rem;
    line-height: 6.3rem;
    margin-top: 0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1.0);
}


#home .main-image .scroll-wrapper{
    position: absolute;
    width: 220px;
    height: 220px;
    right: 45px;
    bottom: 45px;
    z-index: 1;
}

#home .main-image .scroll{
    position: relative;
}


#home .main-image .scroll p{
    position: absolute;
    top:50%;
    left: 50%;
  transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
  font-family: 'Roboto', sans-serif;
font-size: 1.4rem;
}

#home .main-image .scroll p img{
    width: 60px;
    height: 60px;
    margin-top: 5px;
}

@media screen and (max-width:767px) {
#home .main-image{
    height: 60vh;
}

#home .main-image .image{
    height: 60vh;
}
#home .main-image .text{
    position: absolute;
    left: 25px;
    top: 150px;
    margin-right: 25px;
}
    #home .main-image .main-title{
        font-size: 3.2rem;
        line-height: 5rem;
    }
    #home .main-image .scroll-wrapper{
        display: none;
    }
}

.news h2{
    margin-bottom: 120px;
}

.news dl {
  margin: 0 45px 0 0;
  padding: 0 0 50px 0;
  font-size: 1.6rem;
  line-height: 3rem;
}

@media screen and (max-width:1023px) {
  .news dl {
    margin: 0 auto 30px;
    padding: 50px 30px 30px;
    font-size: 1.8rem;
  }
}

.news dl dt {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
    border-bottom: 1px solid #707070;
}
.news dl dd {
  margin: -9.0rem 0 3rem 0;
  padding: 0 0 3rem 16rem;
}
.news dl dd a {
  text-decoration:underline;
}
.news dl dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
    .news dl {
        padding: 0 2%;
            font-size: 1.6rem;

    }
    
.news dl dt {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: none;
}
  .news dl dd {
    margin: 0 0 40px 0;
      padding: 0 0 4rem 0;
    border-bottom: 1px solid #707070;

  }
}

.news .date{
    margin-bottom: 10px;
}

.news .post-container{
    margin-bottom: 80px;
    
}

/* シングルページ */
#single .main-image,
#archive .main-image{
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media screen and (max-width:767px) {
#single .main-image,
    #archive .main-image{
        height: 150px;
    }
}

.works .main-image{
    background-image: url("../img/main-image-works.jpg");
}

.main-image{
    background-image: url("../img/main-image-works.jpg");
}

#home .main-image{
    background-image: none;
}


/* contact */
.contact .table-like {
  font-size: 1.9rem;
    display: block;
}
@media screen and (max-width:767px) {
  .contact .table-like {
      padding: 0 2%;
    font-size: 1.6rem;
  }
}
.contact .table-like dt {
    width: 100%;
  padding: 1.8rem 0;
  line-height: 3.0rem;
    border: none;

}
.contact .table-like dd {
    width: 100%;
  min-height: 4.8rem;
  line-height: 3.0rem;
  margin: -4.8rem 0 0 0;
  padding: 0 0 1.8rem 15em;

}
@media screen and (max-width:1023px) {
  .contact .table-like dd {
    margin: 0 0 0 0;
    padding: 0 0 1.8rem 0;
  }
}
.contact .must {
  margin-right: 10px;
  padding: 1px 5px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #f00;
}
.contact .will {
  margin-right: 10px;
  padding: 1px 5px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #666;
}
.contact .table-like input{
  height: 3.0rem;
    box-sizing: border-box;
    width: 100%;
}
.contact .table-like textarea{
    box-sizing: border-box;
    width: 100%;
}
.contact input[type="submit"] {
  width: 60%;
  height: 80px;
  margin: 40px 20% 20px;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
    font-weight: 400;
  line-height: 80px;
  text-align: center;
  background-image: url("../img/arrow-black.png");
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.40);
  background-size: 24px 24px;
  border-radius: 3px;
  cursor: pointer;
}
.contact input.back {
  width: 40%;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  background-image: none;
  cursor: pointer;
}
@media screen and (max-width:1023px) {
  .table-like input[type="text"], .table-like input[type="email"], .table-like textarea {
    width: 100%;
  }
  .table-like input.zip {
    width: auto;
  }
  .contact input[type="submit"] {
    width: 80%;
      margin: 40px 10% 20px;
    font-size: 1.8rem;
    background-size: 30px;
  }
}
.privacy {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2.4rem;
}