@charset "UTF-8";
/*
Theme Name: shinryukesetsu
Theme URI: https://shinryukesetsu.co.jp/
Author: 株式会社須田製版
Author URI: https://shinryukesetsu.co.jp/
Description: 信龍建設のテーマ
Version: 1.0
*/
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background: #fefefe;
  color: #000;
  font-size: 1.6rem;
  overflow-x: hidden;
}

html.is-fixed, html.is-fixed body {
  overflow: hidden;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.4rem;
}

small {
  font-size: 1.4rem;
}

.ma0auto {
  margin: 0 auto;
}

.spOnly {
  display: none !important;
}

.pcOnly {
  display: block !important;
}

.pcFlex {
  display: flex !important;
}

.pcTable {
  display: table-cell;
}

/*iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}*/
a {
  transition: all ease 0.5s;
}

a:hover {
  opacity: 0.5;
  transition: all ease 0.5s;
}

a.opacity:hover {
  opacity: 1;
}

img {
  width: 100%;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.ml1em {
  margin-left: 1em !important;
}

.mr1em {
  margin-right: 1em !important;
}

.ml10p {
  margin-left: 10% !important;
}

.line-height {
  line-height: 1;
}

.flexCol {
  flex-direction: column;
}

.flexGrow {
  flex-grow: 1;
}

.ver-mid img {
  vertical-align: middle !important;
}

.fontColor01 {
  color: #00af95;
}

.fontColor02 {
  color: #fff;
}

.fontColor03 {
  color: #6d6d6d;
}

.f12 {
  font-size: 1.2rem;
}

.f18 {
  font-size: 1.8rem;
}

.gap20 {
  gap: 20px;
}

.w48p {
  width: 48%;
}

.bold {
  font-weight: bold;
}

.bg01 {
  background: #00af95;
}

.bg02 {
  background: #fff;
}

.bg03 {
  background: #e2e2e2;
}

.bg04 {
  background: #c5d8d5;
}

.bg05 {
  background: #d9e2e0;
}

.inner {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}

.inner02 {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}

section.inner.content {
  padding-bottom: 100px;
}

.link-button {
  position: relative;
  background: #fff;
  color: #6d6d6d;
  border-radius: 0;
  border: 1px solid #6d6d6d;
  max-width: 320px;
  margin: 0 auto;
  padding: 20px 10px 20px 10px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.link-button::after {
  content: "";
  display: inline-block;
  margin-left: 50px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #6d6d6d;
  transition: border-left-color 0.3s ease;
}

.link-button:hover {
  background: #00af95;
  color: #fff;
  border-color: #00af95;
}

.link-button:hover::after {
  border-left-color: #fff;
}

.link-button.link-button02 {
  background: #00af95;
  color: #fff;
  border: none;
}

.link-button.link-button02::after {
  border-left: 7px solid #fff;
}

.link-button.ml {
  margin-left: 0;
}

.link-button.link-button02:hover {
  background: #fff;
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
}

.link-button.link-button02:hover::after {
  border-left-color: #6d6d6d;
}

.text-link {
  position: relative;
  margin: 0 auto;
}

.text-link::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #00af95;
}

.img-over-flow figure {
  overflow: hidden;
}

.img-over-flow img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  display: block;
}

.img-over-flow :hover img {
  transform: scale(1.1);
}

.img-over-flow a:hover {
  opacity: 1;
}

@media screen and (max-width: 1260px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .gap20 {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
  .spOnly {
    display: block !important;
  }
  .pcOnly,
  .pcFlex .pcTable {
    display: none !important;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  small {
    font-size: 1.4rem;
  }
  small {
    font-size: 1.2rem;
  }
  .inner .inner {
    width: 100%;
  }
  section.inner.content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.3rem;
  }
  p {
    font-size: 1.3rem;
  }
}
/*アンカーリンク*/
.anker {
  padding-top: 150px;
  margin-top: -150px;
}

@media screen and (max-width: 1024px) {
  .anker {
    padding-top: 110px;
    margin-top: -110px;
  }
}
/*ヘッダー*/
header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 0%;
  z-index: 100;
  transition: all ease 0.3s;
}

header nav {
  width: 100%;
  max-width: 850px;
  height: 100px;
}

nav ul {
  width: 100%;
}

a.logo {
  max-width: 200px;
  margin-left: 5px;
}

a.logo img {
  display: block;
}

.tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  padding: 10px;
}

.tel .number {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
}

.tel .number img {
  max-width: 16px;
  max-width: 16px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.spheader {
  display: none;
}

.spmenu {
  margin-top: 60px;
  height: calc(100vh - 60px);
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 1;
  transform: translateX(100%);
}

.spmenu nav .flex {
  flex-direction: column;
}

.spmenu nav ul {
  width: 90%;
  padding-top: 20px;
  margin: 0 auto;
}

.spmenu nav li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}

.spmenu nav li a.sp {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  height: 50px;
}

.spmenu nav li a img {
  max-width: 110px;
  width: 100%;
}

.spmenu nav li a p {
  font-size: 1.6rem;
}

.spmenu nav li.border-none {
  border-bottom: none;
}

.main-image {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.catch01 {
  position: absolute;
  bottom: 25%;
  left: 5%;
  z-index: 2;
  max-width: 430px;
  width: 100%;
}

.catch02 {
  position: absolute;
  bottom: 10%;
  left: 24%;
  z-index: 2;
  max-width: 320px;
  width: 100%;
}

.catch {
  overflow: hidden;
}

.catch img {
  display: block;
  transition: clip-path 0.1s ease, transform 1s ease;
}

.catch01 img {
  clip-path: inset(100% 0 0 0);
  transform: translateY(200%);
}

.catch02 img {
  clip-path: inset(0 100% 0 0);
  transform: translateX(200%);
  transition-delay: 0.5s;
}

.catch.go img {
  clip-path: inset(0 0 0 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 1260px) {
  .pcheader.inner {
    width: 100%;
  }
  header nav {
    font-size: 1.4rem;
    max-width: 750px;
  }
  .catch02 {
    bottom: 5%;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
  a.logo {
    max-width: 140px;
  }
  .pcheader {
    display: none;
  }
  .spheader {
    display: flex;
    width: 100%;
    height: 60px;
    padding-top: 10px;
  }
  .spheader .spmenuWrap {
    width: 50%;
    max-width: 300px;
  }
  .spheader .w90p {
    width: 90%;
    margin: 0 auto;
  }
  .spheader .spmenuButton {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    right: 5%;
    top: 30px;
    transform: translateY(-50%);
    z-index: 10000;
  }
  .spheader .spmenuButton span {
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 35px;
    background-color: #999999;
  }
  .spheader .spmenuButton span:nth-of-type(1) {
    top: 10px;
  }
  .spheader .spmenuButton span:nth-of-type(2) {
    top: 20px;
  }
  .spheader .spmenuButton span:nth-of-type(3) {
    top: 30px;
  }
  .spheader .spmenuButton.active span:nth-of-type(1) {
    top: 20px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .spheader .spmenuButton.active span:nth-of-type(2) {
    top: 20px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .spheader .spmenuButton.active span:nth-of-type(3) {
    top: 20px;
    transform: translateX(-50%) rotate(45deg);
  }
  .spmenu.active {
    transform: translateX(0);
    visibility: visible;
    overflow-y: scroll;
  }
  .menu-header-menu-container {
    overflow-y: scroll;
  }
  #header-menu {
    display: block;
  }
  .catch01 {
    max-width: 350px;
  }
  .catch02 {
    max-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .catch01 {
    max-width: 300px;
  }
  .catch02 {
    max-width: 240px;
  }
}
@media screen and (max-width: 480px) {
  .catch01 {
    max-width: 200px;
  }
  .catch02 {
    max-width: 150px;
  }
}
@media screen and (max-width: 480px) {
  a.logo {
    max-width: 140px;
  }
  .main-image {
    height: 60vh;
    position: relative;
    overflow: hidden;
  }
  .main-image .bg {
    height: 100%;
  }
  .main-image .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*スライダー*/
.works-slider {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider .slick-slide {
  width: 267px;
  margin: 0 12px;
}

.slider .slick-list {
  margin: 0 -12px;
}

.slider .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* 矢印の位置 */
.slick-prev:before,
.slick-next:before {
  content: "";
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.slider .works-item {
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.slider .works-item figure {
  margin: 0;
}

.slider .works-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.works-item .link-button {
  max-width: 150px;
  font-size: 1.4rem;
  padding: 10px 5px 10px 5px;
  margin-top: auto;
}

@media screen and (max-width: 1023px) {
  .slider .works-item {
    min-height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .slider {
    width: 80%;
    margin: 0 auto;
  }
  .slider .works-item {
    min-height: 360px;
  }
}
/*トップページ*/
main {
  position: relative;
}

.home.page main {
  top: 0;
  padding-bottom: 0;
}

.greeting {
  margin-top: 40px;
  margin-bottom: 40px;
}

.strengths {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

article.top {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.communityWrap {
  padding: 40px;
}

.communityWrap .inner {
  padding: 40px;
}

.community.top {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 20px;
}

.community.top:nth-child(2) {
  border-right: none;
}

.community.top:nth-child(3) {
  border-bottom: none;
}

.community.top:nth-child(4) {
  border-bottom: none;
  border-right: none;
}

.helpful {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hukidashi {
  position: relative;
  border-radius: 10px;
  padding: 10px;
}

.hukidashi::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00af95;
}

.height300 {
  min-height: 300px;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .communityWrap {
    padding: 5%;
  }
  .communityWrap .w30p {
    width: 100%;
    margin-bottom: 20px;
  }
  .communityWrap .inner {
    width: 100%;
    padding: 20px;
  }
  .communityWrap .w65p {
    width: 100%;
  }
  .community.top {
    padding: 10px;
  }
  .community.top .img-over-flow {
    display: flex;
    min-height: 160px;
  }
  .img-over-flow a {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .img-over-flow a figure {
    margin-top: auto;
  }
  .helpful .flex {
    display: block;
  }
  .helpful .w45p {
    width: 100%;
    margin-bottom: 20px;
  }
  .height300 {
    padding: 15px;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .greeting {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .strengths .flex {
    display: block;
  }
  .strengths .w45p {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .strengths .w50p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .home.page main {
    padding-top: 20px;
  }
}
/*施工実績*/
.works-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.works-title h4 {
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
}

.works-title h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 85px;
  height: 17px;
  background: #00af95;
  transform: translateY(-50%);
}

.works-tag {
  padding: 5px;
  display: inline-block;
}

.works-images {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.link-button::after {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .works-title {
    display: block;
  }
  .works-title h4 {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .works-title h4::before {
    width: 20px;
    height: 10px;
  }
  .works-tagWrap {
    text-align: right;
    margin-bottom: 20px;
  }
  .works-images {
    display: block;
  }
  .works-image-main {
    width: 100%;
    margin-bottom: 20px;
  }
  .works-image-sub {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .works-image-sub .img-over-flow {
    width: 48%;
  }
}
/*会社案内*/
.about-us {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-table table tbody tr th {
  border-right: 1px solid #000 !important;
}

.about-table table tbody tr:nth-child(even) {
  background-color: #d9e2e0;
}

.about-table table tbody tr td {
  padding-left: 1em !important;
}

@media screen and (max-width: 768px) {
  .about-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-table table tbody tr th {
    border-right: none !important;
  }
  .about-table table tbody th {
    background: #fff;
  }
  .about-table table tbody td {
    background-color: #d9e2e0;
  }
}
/*社会貢献*/
.w630 {
  max-width: 630px;
  width: 100%;
}

.w540 {
  max-width: 540px;
  width: 100%;
  position: absolute;
  bottom: -40%;
  right: -20%;
  z-index: 2;
}

.w540-2 {
  bottom: -20%;
}

.community-list {
  padding-bottom: 30vh;
}

.community-list:last-of-type {
  padding-bottom: 100px;
}

.community-list h4 {
  position: relative;
  padding-left: 100px;
}

.community-sentence {
  padding: 50px 30px;
}

.community-list h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 85px;
  height: 17px;
  background: #00af95;
  transform: translateY(-50%);
}

.pc-title {
  display: block;
  margin-bottom: 20px;
}

.sp-title {
  display: none;
}

@media screen and (max-width: 1260px) {
  .community-sentence {
    padding: 30px 10px;
  }
  .w540 {
    max-width: 450px;
    right: -15%;
  }
}
@media screen and (max-width: 1024px) {
  .community-list {
    flex-direction: column;
  }
  .community-list .w45p {
    width: 100%;
  }
  .community-list .w50p {
    width: 100%;
    margin-bottom: 10vh;
  }
  .community-list .sub-image figure {
    width: 50%;
  }
  .sp-title {
    display: block;
    margin-bottom: 20px;
  }
  .pc-title {
    display: none;
  }
  .w540 {
    bottom: -10%;
    right: 0%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .community-list {
    padding-bottom: 10vh;
  }
}
@media screen and (max-width: 768px) {
  .w630 {
    padding-bottom: 20px;
  }
  .w540 {
    position: relative;
  }
}
/*事業紹介*/
.business-list {
  padding-bottom: 30vh;
}

.business-text {
  width: 454px;
  position: relative;
  padding-left: 60px;
  top: 0;
  left: 0;
  z-index: 1;
}

.business-text::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 120px;
  background-color: #00af95;
  top: 0;
  left: 0;
}

.business-text-2 {
  width: 360px;
  top: 0;
  left: 57%;
}

.business-text-3 {
  width: 834px;
  top: 0;
}

.business-text-4 {
  max-width: 540px;
  width: 100%;
  padding-top: 80px;
  z-index: 2;
  position: relative;
}

.business-text-5 {
  right: -55%;
  padding-top: 100px;
}

.business-image {
  width: 640px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.business-image::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  background-color: #d9e2e0;
  top: 40%;
  right: 70%;
  z-index: -1;
}

.business-image-2 {
  top: 0;
  right: 48%;
}

.business-image-2::before {
  top: 40%;
  right: -20%;
}

.business-image-3 {
  top: 32%;
  right: 0;
}

@media screen and (max-width: 1260px) {
  .business-image {
    width: 50%;
  }
  .business-text {
    width: 40%;
  }
  .business-text-3 {
    width: 80%;
  }
  .business-text-4 {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .business-text {
    padding-left: 30px;
  }
  .business-text::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 60px;
  }
  .business-text-4 {
    max-width: 300px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .business-list {
    padding-bottom: 10vh;
  }
}
@media screen and (max-width: 768px) {
  .business-text {
    width: 80%;
    padding-left: 30px;
  }
  .business-text::before {
    width: 15px;
  }
  .business-image {
    width: 100%;
    position: relative;
  }
  .business-image::before {
    width: 100%;
    height: 100%;
    top: 5%;
    right: -3%;
  }
  .business-image-2 {
    right: 0;
  }
  .business-text-2 {
    left: 0;
  }
  .business-text-3 {
    width: 100%;
  }
  .business-text-4 {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .business-text-5 {
    right: 0;
  }
  .business-text-6 {
    padding-top: 30px;
  }
  .business-list:last-of-type {
    padding-bottom: 0;
  }
}
/*固定ページ*/
.page main {
  top: 100px;
  padding-bottom: 40px;
}

.title-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .page main {
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .page main {
    top: 0;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .title-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .title-height {
    height: 150px;
  }
  .title-left {
    position: absolute;
    top: 33%;
    left: 5%;
    max-width: 60px;
  }
  .title-right {
    position: absolute;
    top: 19%;
    right: 5%;
    max-width: 60px;
  }
}
/*記事一覧*/
.news footer {
  top: 0;
}

@media screen and (max-width: 768px) {
  article.top {
    width: 90%;
    margin: 0 auto;
  }
  article.top .flex {
    display: block;
  }
  article.top .ml20 {
    margin-left: 0 !important;
  }
  .info .posttitle {
    margin-left: 0;
  }
  .news footer {
    top: 60px;
  }
}
/*個別記事*/
.single main {
  padding-top: 140px;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .single main {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
/*ページネーション*/
nav.pagination {
  margin: 40px auto;
  max-width: 300px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

nav.pagination .page-numbers {
  position: relative;
  background: #d7d7d7;
  padding: 10px;
  color: #00af95;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav.pagination .page-numbers.current {
  color: #fff;
  background: #00af95;
}

nav.pagination .page-numbers.prev {
  color: #00af95;
  background: #d7d7d7;
}

/*フッター*/
footer {
  top: 100px;
  position: relative;
  z-index: 2;
}

footer .inner02 {
  margin-bottom: 50px;
}

.footer-menu li a {
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.footer-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #6d6d6d;
}

@media screen and (max-width: 768px) {
  footer {
    top: 20px;
  }
  footer .inner02 {
    margin-bottom: 20px;
  }
  footer .inner02.flex {
    flex-direction: column-reverse;
  }
  footer .inner02.flex .w30p {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*アニメ*/
.fade-up.anime {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease;
}

.fade-up.anime.animeActive {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */