@charset "UTF-8";
/*
* page setting
*/
.bg-pro {
  background-image: url(../image/pro-bg.webp);
}

.bg-genereation {
  background-image: url(../image/generation-kv.png);
}

.bg-craftsman {
  background-image: url(../image/craftsman-kv.webp);
}

.bg-local {
  background-image: url(../image/local-kv.webp);
}

/*
* contents area
*/
.pro-contents {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  background-position-y: top;
  padding: 80px 0;
}
.pro-contents .inner-box {
  width: 1280px;
  margin: 0 auto;
}
.pro-contents .inner-box .contents-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.pro-contents .inner-box .contents-box .main-copy {
  width: 50%;
  position: relative;
  flex: 1;
}
.pro-contents .inner-box .contents-box .main-copy section {
  left: 50%;
  top: 0;
  padding-left: 40%;
}
.pro-contents .inner-box .contents-box .main-copy section h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 57px;
  line-height: 75px;
  writing-mode: vertical-rl;
  letter-spacing: 10px;
}
.pro-contents .inner-box .contents-box .main-copy section h3 .number {
  transform: rotate(-90deg);
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  left: 5px;
  margin-bottom: 10px;
  position: relative;
}
.pro-contents .inner-box .contents-box .main-copy section h3 span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2DB0E3;
}
.pro-contents .inner-box .contents-box .main-copy section .sub-title {
  position: absolute;
  padding-left: 45%;
}
.pro-contents .inner-box .contents-box .main-copy section .sub-title p {
  transform: rotate(90deg);
  white-space: nowrap;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #2DB0E3;
}
.pro-contents .inner-box .contents-box .main-copy section .sub-title p::before {
  content: "";
  width: 300px;
  height: 3px;
  background-image: url(../image/pro-underbar-title.svg);
  background-repeat: no-repeat;
  bottom: -15px;
  position: absolute;
}
.pro-contents .inner-box .contents-box .main-copy section .sub-title span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  writing-mode: vertical-rl;
  text-orientation: upright;
  transform: rotate(-90deg);
  color: #101010;
  position: relative;
  bottom: -50px;
  top: 50px;
  left: 50px;
}
.pro-contents .inner-box .contents-box .main-contents {
  width: 50%;
  flex: 1.25;
}
.pro-contents .inner-box .contents-box .main-contents .title-area h4 {
  font-size: 38px;
  line-height: 54px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}
.pro-contents .inner-box .contents-box .main-contents .title-area h4 span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2DB0E3;
}
.pro-contents .inner-box .contents-box .main-contents .title-area h4 br {
  display: none;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-flex-left {
  display: flex;
  flex: wrap;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-flex-left .text-area-img {
  flex: 0.65;
  text-align: left;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-flex-left .text-area-img img {
  padding-right: 20px;
  width: 90%;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-flex-left .text-area-flex-box {
  flex: 1;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-flex-right {
  display: flex;
  flex-direction: row-reverse;
  flex: wrap;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-flex-right .text-area-img {
  flex: 0.65;
  text-align: right;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-flex-right .text-area-img img {
  padding-left: 20px;
  width: 90%;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-flex-right .text-area-flex-box {
  flex: 1;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-copy {
  background-color: #E6EEF2;
  margin-bottom: 40px;
  padding: 4%;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-copy p {
  font-size: 24px;
  line-height: 32px;
  color: #064599;
  font-family: serif !important;
  font-weight: bold;
}
.pro-contents .inner-box .contents-box .main-contents .text-area-copy p:last-child {
  margin-bottom: 0;
}
.pro-contents .inner-box .contents-box .main-contents .text-area {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #E0E0E0;
}
.pro-contents .inner-box .contents-box .main-contents .text-area p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.pro-contents .inner-box .contents-box .main-contents .full-img {
  margin-bottom: 40px;
}
.pro-contents .inner-box .contents-box .main-contents .full-img img {
  width: auto;
}
.pro-contents .inner-box .contents-box .main-contents .cta-area {
  width: 390px;
  height: 70px;
}
.pro-contents .inner-box .contents-box .main-contents .cta-area a {
  width: 100%;
  display: block;
  color: white;
  background-color: #2DB0E3;
  border-radius: 50px;
  text-align: center;
  font-size: 21px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 70px;
  background-image: url(../image/pro-cta-btn-icon.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 48%;
}
@media screen and (max-width: 1024px) {
  .pro-contents {
    padding: 20px 0 40px;
    background-position-x: 65%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .pro-contents .inner-box {
    padding: 4%;
    width: 100%;
  }
  .pro-contents .inner-box .contents-box {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
  }
  .pro-contents .inner-box .contents-box .main-copy {
    width: 100%;
  }
  .pro-contents .inner-box .contents-box .main-copy section {
    width: 100%;
    position: relative;
    padding-left: 0;
    left: 0;
    margin-bottom: 40px;
  }
  .pro-contents .inner-box .contents-box .main-copy section h3 {
    writing-mode: unset;
  }
  .pro-contents .inner-box .contents-box .main-copy section h3 .number {
    transform: unset;
    display: contents;
    left: unset;
    margin-bottom: unset;
    position: relative;
  }
  .pro-contents .inner-box .contents-box .main-copy section .sub-title {
    position: relative;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .pro-contents .inner-box .contents-box .main-copy section .sub-title p {
    transform: unset;
  }
  .pro-contents .inner-box .contents-box .main-copy section .sub-title p::before {
    display: none;
  }
  .pro-contents .inner-box .contents-box .main-copy section .sub-title span {
    writing-mode: unset;
    text-orientation: unset;
    transform: unset;
    bottom: 0;
    top: 0;
    left: 0;
  }
  .pro-contents .inner-box .contents-box .main-contents {
    width: 100%;
  }
  .pro-contents .inner-box .contents-box .main-contents .title-area h4 {
    font-size: 38px;
    line-height: 54px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .pro-contents .inner-box .contents-box .main-contents .title-area h4 span {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2DB0E3;
  }
  .pro-contents .inner-box .contents-box .main-contents .full-img img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pro-contents {
    padding: 20px 0 40px;
    background-size: auto;
    background-position-x: 70%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .pro-contents .inner-box {
    padding: 4%;
    width: 100%;
  }
  .pro-contents .inner-box .contents-box {
    display: block;
    flex-wrap: unset;
    flex-direction: unset;
  }
  .pro-contents .inner-box .contents-box .main-copy {
    width: 100%;
  }
  .pro-contents .inner-box .contents-box .main-copy section {
    width: 100%;
    position: relative;
    padding-left: 0;
    left: 0;
    margin-bottom: 40px;
  }
  .pro-contents .inner-box .contents-box .main-copy section h3 {
    writing-mode: unset;
    font-size: 42px;
  }
  .pro-contents .inner-box .contents-box .main-copy section .sub-title {
    position: relative;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .pro-contents .inner-box .contents-box .main-copy section .sub-title p {
    transform: unset;
  }
  .pro-contents .inner-box .contents-box .main-copy section .sub-title p::before {
    display: none;
  }
  .pro-contents .inner-box .contents-box .main-copy section .sub-title span {
    writing-mode: unset;
    text-orientation: unset;
    transform: unset;
    bottom: 0;
    top: 0;
    left: 0;
  }
  .pro-contents .inner-box .contents-box .main-contents {
    width: 100%;
  }
  .pro-contents .inner-box .contents-box .main-contents .text-area-flex-left {
    display: block;
  }
  .pro-contents .inner-box .contents-box .main-contents .text-area-flex-left .text-area-img {
    flex: 1;
    text-align: left;
    margin-bottom: 40px;
  }
  .pro-contents .inner-box .contents-box .main-contents .text-area-flex-left .text-area-img img {
    width: 60%;
  }
  .pro-contents .inner-box .contents-box .main-contents .text-area-flex-left .text-area-flex-box {
    flex: 1;
  }
  .pro-contents .inner-box .contents-box .main-contents .text-area-flex-right {
    display: block;
    flex-direction: unset;
  }
  .pro-contents .inner-box .contents-box .main-contents .text-area-flex-right .text-area-img {
    flex: 1;
    text-align: left;
    margin-bottom: 40px;
  }
  .pro-contents .inner-box .contents-box .main-contents .text-area-flex-right .text-area-img img {
    width: 60%;
    padding-left: 0px;
  }
  .pro-contents .inner-box .contents-box .main-contents .text-area-flex-right .text-area-flex-box {
    flex: 1;
  }
  .pro-contents .inner-box .contents-box .main-contents .title-area h4 {
    font-size: 32px;
  }
  .pro-contents .inner-box .contents-box .main-contents .title-area h4 br {
    display: block;
  }
  .pro-contents .inner-box .contents-box .main-contents .text-area {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .pro-contents .inner-box .contents-box .main-contents .text-area p {
    font-size: 16px;
    line-height: 24px;
  }
  .pro-contents .inner-box .contents-box .main-contents .full-img img {
    width: 100%;
  }
  .pro-contents .inner-box .contents-box .main-contents .cta-area {
    width: 100%;
  }
}

/*
* animation setting
*/
.copy-animation p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 126px;
  color: #E6EEF2;
}
@media screen and (max-width: 768px) {
  .copy-animation p {
    font-size: 79px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.copy-animation {
  width: 100%; /* コンテナの幅を指定 */
  overflow: hidden; /* はみ出たテキストを隠す */
  white-space: nowrap; /* テキストが折り返されないようにする */
  box-sizing: border-box;
}

.copy-animation p {
  position: relative;
  display: inline-block;
  animation: slide-left 40s linear infinite; /* アニメーション設定、速度を調整 */
}

@keyframes slide-left {
  0% {
    transform: translateX(0); /* 開始位置 */
  }
  100% {
    transform: translateX(-50%); /* 終了位置（元のテキスト長の半分だけ移動） */
  }
}
/*
* Link box
*/
.link-box {
  width: 100%;
  padding: 4% 0;
  background-color: #E6EEF2;
}
.link-box ol {
  width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.link-box ol li section a {
  height: 220px;
  border-radius: 15px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-box ol li section a h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: white;
  font-size: 28px;
  text-shadow: 3px 3px 10px #101010;
}
.link-box ol li section a h3 br {
  display: none;
}
.link-box ol li .bg-img01 a {
  background-image: url(../image/strengths-banner-01.webp);
}
.link-box ol li .bg-img02 a {
  background-image: url(../image/strengths-banner-02.webp);
}
.link-box ol li .bg-img03 a {
  background-image: url(../image/strengths-banner-03.webp);
}
.link-box ol li .bg-img04 a {
  background-image: url(../image/strengths-banner-04.webp);
}
@media screen and (max-width: 1024px) {
  .link-box {
    padding: 4%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .link-box ol {
    width: 100%;
  }
  .link-box ol li section a {
    height: 160px;
  }
  .link-box ol li section a h3 {
    font-size: 21px;
    line-height: 32px;
  }
  .link-box ol li section a h3 br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .link-box {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .link-box ol {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .link-box ol li section a {
    height: 180px;
  }
  .link-box ol li section a h3 {
    font-size: 27px;
    line-height: 38px;
  }
}