@charset "utf-8";
/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese"); */
/*----------------
  index
----------------*/
#main {
  padding-top: 80px;
}
.borderB5 {
  background: #000;
  height: 4px;
  width: 140px;
  margin: 10px auto 0;
  display: block;
}
#main p {
  margin: 0 0 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.mtext {
  width: 800px;
  margin: 0 auto 40px;
  color: #0a272d;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.btext {
  width: 800px;
  padding: 20px 20px 1px;
  background: #e4e0c2;
  margin: 40px auto 60px;
}
.last::after {
  display: none;
}
.half {
  width: 50%;
  padding: 0;
  float: left;
}
#main .linkb {
  margin: 0;
}
.linkb a {
  display: block;
  width: 350px;
  font-weight: bold;
  padding: 20px 0;
  border: 2px solid #000;
  color: #1c1c1c;
  font-size: 18px;
  text-align: center;
  background: #fff;
  margin: 20px auto 0;
  text-decoration: none;
}
.linkb a:hover {
  background: #636262;
  color: #fff;
  transition: ease-in-out 0.5s;
  border: 2px solid #636262;
}
.bkgray {
  background: #f5f5f3;
  width: 100%;
  padding: 40px 0;
  margin: 40px 0;
}
.min {
  font-size: 30px;
  margin: 40px 0 10px;
}
.b_cta a {
  margin: 40px auto;
  display: block;
  background: #e28c24;
  color: #fff;
  width: 350px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  text-decoration: none;
}
.b_cta a:hover {
  background: #e26a24;
  transition: ease-in-out 0.5s;
}
hr.punction {
  clear: both;
  width: 75%;
  padding: 0;
  margin: 90px auto;
  border-top: 1px solid #5a5a5a;
  /* min-width: 962px; */
}
p.imgr img {
  float: right;
  margin: 0 0 20px 30px;
}
.mainimg_bg {
  margin: 0 auto;
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
.mainimg,
#title,
#title2,
#laurel,
#btn,
#btn2 {
  opacity: 0;
}
.mainimg {
  position: relative;
  background: url(../images/index/mainimg.jpg) no-repeat right top;
  background-size: cover;
  width: 98%;
  height: 600px;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}
.mainimg .inner {
  max-width: 1200px;
}
#main .mainimg p {
  text-align: left;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  font-size: clamp(0.938rem, 0.854rem + 0.42vw, 1.125rem);
}
.main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}
.laurel {
  position: relative;
  display: inline-block;
  width: 500px;
  margin: 0 !important;
}
.laurel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  filter: blur(20px);
  will-change: filter;
  border-radius: 50px;
  pointer-events: none;
}
.laurel-img {
  position: relative;
  max-width: 480px;
}
h1 {
  color: #000;
  text-align: left;
  font-size: clamp(1.031rem, 0.434rem + 2.99vw, 2.375rem);
  margin: 40px 0 20px;
}
h1 span {
  margin: 0 3px;
  padding: 0 2px;
}
h1 .marker {
  z-index: 1;
  position: relative;
  display: inline-block;
  color: var(--dark-orange);
}
h1 .marker:before {
  z-index: -1;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 38px;
  background: rgba(255, 255, 255, 0.8);
  filter: blur(6px);
  will-change: filter;
  -webkit-transition: width 2s;
  transition: width 2s;
}
h1 .marker.start:before {
  width: 100%; /* `100%` を適用する */
  max-width: inherit;
}
@media screen and (min-width: 1305px) {
  .mainimg {
    height: 600px;
  }
}
@media screen and (max-width: 1304px) {
  .mainimg {
    height: auto; /* 1303px 以下の場合は高さを自動調整 */
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 60px;
  }
  #main .mainimg p {
    margin: 0 0 1em;
  }
  #main p {
    margin: 0 0 1em;
  }
  h1 {
    margin: 0 0 20px;
  }
  h1 .marker:before {
    top: 0;
    height: 30px;
  }
  .mainimg {
    background: url(../images/index/mainimg_s.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: calc(100svh - 60px);
    padding: 0;
  }
  .mainimg .inner {
    height: calc(100svh - 60px);
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #title {
    margin-bottom: 10px;
  }
  .main-content {
    justify-content: center;
  }
  .mainimg .f_cta {
    width: 100%;
    display: flex;
  }
  .mainimg .f_cta a {
    width: 100%;
    max-width: none;
  }
}
/****************************
4つの特徴
******************************/
.top-features {
  background: var(--light-gray);
  padding-top: 120px;
  padding-bottom: 60px;
}
.top-features-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.top-features-list {
  margin-top: 80px;
}
.top-features-item {
  margin-bottom: 60px;
}
.top-features-list li:nth-child(odd) {
  margin-right: 40px;
}
.top-features-list li:nth-child(even) {
  margin-left: 40px;
}
.top-features-item figure {
  display: flex;
  background: #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.top-features-item figure figcaption {
  padding: 50px 40px;
}
.top-features-item figure img {
  width: 50%;
  object-fit: cover;
}
.top-features-item-reverse figure {
  flex-direction: row-reverse;
}
.top-features-text {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .top-features {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-features-item {
    margin-bottom: 30px;
  }
  .top-features-list li:nth-child(odd) {
    margin-right: 0;
  }
  .top-features-list li:nth-child(even) {
    margin-left: 0;
  }
  .top-features-item figure {
    flex-direction: column;
  }
  .top-features-item figure figcaption {
    padding: 20px 15px 30px;
  }
  .top-features-list {
    margin-top: 50px;
  }
  .top-features-item figure img {
    width: 100%;
  }
}
/****************************
支援実績・事例
******************************/
.achievements .inner {
  padding-top: 60px;
  margin-top: 100px;
  padding-bottom: 30px;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}
.achievements-description {
  margin-top: 60px !important;
}
.achievements-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 10px;
  margin-bottom: 20px;
}
.achievebtn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.achievements .f_cta a,
.achievements .more-btn {
  height: 80px;
  width: 300px;
  transition: transform 0.3s ease-in-out;
}
.achievements .f_cta a:hover,
.achievements .more-btn:hover {
  transform: scale(1.1);
}
.achievebtn-wrap {
  column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .achievements .inner {
    padding-top: 30px;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .achievements-description {
    margin-top: 50px !important;
  }
  .achievements-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 5px;
    padding-bottom: 10px;
  }
  .achievebtn-wrap {
    display: block;
  }
  .achievements .f_cta a,
  .achievements .more-btn {
    height: 50px;
    width: 90%;
    margin: 0 auto;
  }
}
/****************************
プロジェクト開始までの流れ
******************************/
.t_flow {
  padding-top: 60px;
  padding-bottom: 70px;
}
.t_flow-description {
  margin-top: 60px !important;
}
.t_flow-list {
  border: solid 1px var(--gold);
  border-radius: 10px;
  padding: 20px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  column-gap: 10px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.t_flow-item {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  border-right: 1px solid var(--gold); /* 右側のボーダー */
  padding-right: 10px;
}
.t_flow-item:last-child {
  border-right: none; /* 最後の要素のボーダーを消す */
}
.t_flow-sp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.t_flow-item span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--subtitle-orange);
  text-align: center;
  line-height: 46px;
  vertical-align: middle;
  color: #fff;
  font-size: var(--font_25);
  font-family: "Roboto", sans-serif;
}
.t_flow-item img {
  width: 60px;
  height: 60px;
}
.t_flow-title {
  color: var(--subtitle-orange);
  padding: 10px 0;
  text-align: center;
  height: 70px;
}
.t_flow-text {
  font-size: var(--font_14);
}
/*arrow*/
.t_flow-item::after {
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 1;
  transform: translateY(-50%);
  border-left: 16px solid var(--subtitle-orange);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 0;
  height: 0;
  content: "";
}
.t_flow-item:last-child::after {
  display: none;
}
@media screen and (max-width: 1070px) {
  .t_flow-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .t_flow-item {
    border-right: none;
    border-bottom: 1px solid var(--gold);
    padding: 20px 20px 0;
  }
  .t_flow-item:last-child {
    border-bottom: none;
  }
  .t_flow-item span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .t_flow-item img {
    width: 40px;
    height: 40px;
  }
  .t_flow-sp {
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
  }
  .t_flow-title {
    height: auto;
    text-align: left;
    min-width: 120px;
  }
  /*arrow*/
  .t_flow-item::after {
    top: 105%;
    left: 50%;
    z-index: 1;
    transform: translateY(-50%) translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid var(--subtitle-orange);
  }
}
@media screen and (max-width: 768px) {
  .t_flow {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .t_flow-description {
    margin-top: 50px !important;
  }
}
/*******************************
logoBox
*******************************/
.logoBox {
  overflow: hidden;
  width: 100%;
}
.logoBox li {
  float: left;
  width: 240px;
  height: 100px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .logoBox li {
    float: left;
    width: 33.333%;
    height: auto;
    margin-bottom: 10px;
  }
  .logoBox li img {
    width: 100%;
    height: auto;
  }
}
