@charset "utf-8";

/*common
-----------------------------------------------------------------------------------------*/
:root {
  /* メインカラー rgba*/
  --black: rgba(51, 51, 51, 1);
  --white: rgba(255, 255, 255, 1);
  --clear-white: rgba(255, 255, 255, 0.3);
  --gray: rgba(102, 102, 102, 1);
  --blue: rgba(20, 78, 148, 1);
  --lightblue: rgba(119, 158, 205, 1);
  --paleblue: rgba(239, 247, 255, 1);
  --clear-blue: rgba(20, 78, 148, 0.3);
  --orange: rgba(226, 90, 13, 1);
  --khaki: rgba(146, 148, 20, 1);
  --green: rgba(75, 148, 20, 1);
  --gradation: rgba(20, 78, 148, 1), rgba(119, 158, 205, 1);
  --soft-gradation: rgba(20, 78, 148, 0.7), rgba(119, 158, 205, 0.7);

  --orange-hover: rgba(226, 90, 13, 0.8);
  --is-active-all: var(--black);
  --is-active-reform: rgba(61, 121, 15, 1);
  --is-active-junk: rgba(116, 118, 15, 1);
  --is-active-snow: rgba(13, 56, 109, 1);

  --shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.15);
}
body {
  /* overflow-x: hidden; */
}
section {
  /*padding間 wordpressに入れたあと１００ｐｘにする */
  padding: 100px 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1160px;
  margin: 0 auto;
}

.contents-wrapper.mini {
  max-width: 1300px;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

/* FV */
.top-page {
}
.top-fv {
  margin: 0 auto;
  display: flex;
  position: relative;
}
.top-fv-imgbox {
  width: 70%;
  height: 630px;
  background-image: url(../images/bulldozer-fv.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  border-top-right-radius: 50px;
}
.top-fv-imgbox img {
  border-top-right-radius: 10%;
}
.iwate {
  /* background-image: url(../images/iwate.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain; */
  /* height: 120%; */
}
.word-break {
  display: inline-block;
}
.top-fv-content {
  width: 30%;
  /* margin: auto; */
}

.fv-iwate {
  /* width: 350px; */
  /* height: 700px; */
  position: absolute;
  right: 0;
  top: 0;
  aspect-ratio: 1;
  z-index: -1;
}
.top-fv-content-textbox {
  /* z-index: 1; */
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-shadow: 4px 4px 4px rgba(69, 69, 69, 0.4);
  font-weight: 500;
  line-height: 2;
  /* margin: auto; */
}
.top-fv-padding-top {
  margin-top: 220px;
}
.top-fv-padding-bottom {
  padding-bottom: 60px;
}
.top-fv-text-small {
  font-size: 2.8125rem;
}
.top-fv-text-big {
  font-size: 3.75rem;
}
.top-fv-text-bold {
  font-weight: bold;
}
.top-fv-text-color {
  color: var(--blue);
}
/* FV 終わり*/
/* トップページ　features */
.top-section-titlebox {
  position: relative;
}
.top-section-title-left {
  text-align: left;
}
.top-section-title {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
.top-section-title-bg {
  background-repeat: no-repeat;
  position: absolute;
  top: -125%;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center left;
}
.top-section-title-features {
  background-image: url("../images/features.svg");
  background-position: center;
}
.top-section-title-service {
  background-image: url("../images/service.svg");
}
.top-section-title-aboutus {
  background-image: url("../images/aboutus-text.svg");
}
.top-section-title-works {
  background-image: url("../images/works.svg");
}
.top-section-title-news {
  background-image: url("../images/news.svg");
}
.top-section-title-blog {
  background-image: url("../images/blog.svg");
}
.top-section-title-contact {
  background-image: url("../images/contact.svg");
}

.top-section-bg-layer {
  z-index: -1;
}
.top-section-title-blue {
  color: var(--blue);
}
.top-section-title-blue svg {
  color: var(--white);
}
.top-section-title-white {
  color: var(--white);
}

.point {
  padding: 6px 22px 6px 18px;
  background-color: var(--orange);
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}
.point-num {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  padding-left: 0.15em;
}
.top-features {
  margin-top: 70px;
  padding: 0 30px;
}
.top-features-card-imgbox {
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 0 auto;
}
.top-features-cardbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 80px;
}
.top-features-card {
  height: auto;
  width: calc((100% / 4) - 20px);
  box-shadow: 0 0 10px 0 var(--shadow);
  text-align: center;
  padding: 60px 10px 30px;
  position: relative;
  box-shadow: var(--shadow);
}
.top-features-card:nth-child(odd) {
  transform: translateY(90px);
}

.top-features-card-item {
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 15px;
}
.top-features-card-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.5rem;
  color: var(--blue);
}
.top-features-card-text {
  letter-spacing: 2px;
  text-align: left;
}
.top-features-card-title-border {
  border-bottom: 1px dashed var(--blue);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.top-features .top-more {
  transform: translateY(60px);
}
/* 詳しく見るボタン */
.top-more {
  /* moreベースクラス */
  display: flex;
  width: 180px;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 2px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 5px;
}

.top-more-bg-blue {
  background-color: var(--blue);
  border: 1px solid var(--blue);
}
.top-more-left {
  margin-left: 0;
}
.top-more::after {
  content: "";
  margin-top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid var(--white);
  border-right: 0;
  transition: 0.6s;
}
/* top-more ホバー */
.top-more-bg-blue:hover {
  background-color: var(--white);
  color: var(--blue);
}
.top-more-bg-blue:hover::after {
  content: "";
  border-left: 9px solid var(--blue);
}
/* more別カラー 白 */
.top-more-bg-white {
  background-color: var(--white);
  color: var(--blue);
}
.top-more-bg-white::after {
  content: "";
  border-left: 9px solid var(--blue);
}
.top-more-border {
  border: solid 1px var(--blue);
}
.top-more-bg-white:hover {
  background-color: var(--blue);
  color: var(--white);
}
.top-more-bg-white:hover::after {
  content: "";
  border-left: 9px solid var(--white);
}

/* トップページ　features　終わり */

/* トップページ　service　始まり */
.top-service {
  width: 95%;
  background: linear-gradient(
    227.4deg,
    var(--blue) 22.45%,
    var(--lightblue) 97.54%
  );
  margin-top: 100px;
  margin-left: auto;
  padding-right: 5%;
  padding-bottom: 160px;
  border-top-left-radius: 100px;
}
.top-service .top-section-titlebox {
  margin-bottom: 60px;
}
.top-service-item {
  display: flex;
  text-align: left;
  margin-bottom: 30px;
}
.top-service-item-reverse {
  flex-direction: row-reverse;
}
.top-service-item-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 1.75rem;
  padding-bottom: 20px;
}
.top-service-item-imgbox {
  width: 50%;
}
.top-service-item-imgbox img {
  object-fit: cover;
  height: 100%;
}
.top-service-item-textbox {
  width: 50%;
  padding: 30px;
  line-height: 1.7;
  letter-spacing: 2px;
  color: var(--white);
  background-color: var(--orange);
}
.top-service-item-lead {
  font-weight: 700;
  font-style: Medium;
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.top-support {
  margin-top: 20px;
  font-weight: 700;
}
.top-support-title {
  padding-bottom: 10px;
  font-weight: 700;
}
.top-support-list {
  padding-bottom: 5px;
}

.top-support-list-item {
  color: var(--white);
  font-weight: 400;
  font-style: Regular;
  list-style: disc;
  margin-left: 24px;
}
.top-support-list-item:first-child {
  padding-bottom: 5px;
}
.top-service .top-more {
  margin-top: 60px;
}
/* トップページ　about　始まり */
.top-about {
  /* padding-bottom: 250px; */
  background:
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
    url(../images/mountain.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.top-about .top-section-titlebox {
  margin-bottom: 30px;
}
.top-about-contents {
  display: flex;
  justify-content: space-between;
}
.top-about-textbox {
  width: calc(50% - 50px);
  align-content: space-around;
  text-align: left;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
}
.top-about-textbox p {
  padding-bottom: 10px;
}
.top-about-textbox-title {
  display: inline-block;
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--blue);
  border-bottom: 2px dashed var(--blue);
  margin-bottom: 32px;
}
.top-about-imgbox {
  width: calc(50% - 100px);
}
.top-about-imgbox img {
  border-radius: 6%;
}
.top-about .top-more {
  margin-top: 60px;
}
/* トップページ　about　終わり */

/* トップページ　works　始まり */
.top-works {
  background-image: linear-gradient(
    227.4deg,
    var(--blue) 22.45%,
    var(--lightblue) 97.54%
  );
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  /* padding-bottom: 250px; */
}
.swiper {
  margin-top: 60px;
}
.swiper-slide {
  background-color: var(--white);
  border-radius: 10px;
  padding-bottom: 30px;
  height: auto !important;
}
.swiper-slide-imgbox {
  height: 330px;
}
.swiper-slide-imgbox img {
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
}
.swiper-slide-item {
  letter-spacing: 2px;
  width: calc(100% - 60px);
  text-align: left;
  margin: 0 auto;
}
.swiper-slide-item-header {
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
  column-gap: 20px;
}
.swiper-slide-item-category {
  width: 260px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0;
  background-color: var(--green);
  color: var(--white);
}

/* カテゴリーごとの色 */
/* .reform {
  background-color: var(--green);
}
.junk {
  background-color: var(--khaki);
}
.snow {
  background-color: var(--blue);
} */

.swiper-slide-item-title {
  font-weight: 400;
  color: var(--black);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-slide-item-date {
  align-content: space-around;
  color: var(--lightblue);
  font-size: 0.625rem;
}
.top-works .top-more {
  margin-top: 100px;
}
/* swiper 矢印 */
.swiper-navigation-icon {
  display: none;
}
.swiper-button-prev {
  width: 56px;
  height: 56px;
  border: solid 1px var(--blue);
  border-radius: 50%;
  margin-left: 50px !important;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 251, 251, 0.5);
}
.swiper-button-prev::after {
  content: "";
  width: 18px;
  height: 3px;
  background-color: var(--blue);
  align-self: center;
}
.swiper-button-prev::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid var(--blue);
  border-left: 3px solid var(--blue);
  transform: rotate(-45deg);
  align-self: center;
  margin-right: -9px;
}
.swiper-button-next {
  width: 56px;
  height: 56px;
  margin-right: 50px;
  border: solid 1px var(--blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 251, 251, 0.5);
  border-radius: 50%;
}
.swiper-button-next::before {
  content: "";
  width: 18px;
  height: 3px;
  background-color: var(--blue);
  align-self: center;
}
.swiper-button-next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid var(--blue);
  border-right: 3px solid var(--blue);
  transform: rotate(45deg);
  align-self: center;
  margin-left: -9px;
}

/* トップページ　about　終わり */

/* トップページ　news blog　始まり */
.top-post {
  display: flex;
  justify-content: space-between;
  /* margin: 0 auto; */
  column-gap: 60px;
  /* padding-bottom: 100px; */
}
.top-news {
  width: calc(50% - 30px);
  position: relative;
}
.top-blog {
  width: calc(50% - 30px);
  position: relative;
}

/* 共通部分 */
.top-post-date {
  /* width: 100%; */
  align-content: space-around;
  color: var(--lightblue);
  font-size: 0.625rem;
  margin-left: 0;
}
.top-post-list {
  height: 360px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.top-post-list-item {
  box-shadow: var(--shadow);
  text-align: left;
  border-radius: 10px;
  margin-bottom: auto;
  align-content: center;

  /* margin-bottom: 15px; */
  /* position: relative; */
}
.top-post-list-item-link {
  height: 100%;
  padding: 0 10px;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-blog-human {
  width: 50px;
  position: absolute;
  right: 10px;
  top: -78%;
  pointer-events: none;
}
.top-blog-human-sp {
  display: none;
}
.top-post-list-item-link:hover {
  background-color: var(--paleblue);
}
.top-post-list-item-link:hover .top-post-list-item-title {
  color: var(--black);
  font-weight: bold;
}
.top-post-list-item-title {
  width: 64%;
  text-decoration: underline;
  text-decoration-style: solid;
  font-weight: 400;
  color: var(--black);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 矢印 */
.top-post-arrowbox {
  align-self: flex-end;
}
.top-post-arrow {
  width: 32px;
  height: 32px;
  border: solid 1px var(--blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  /* position: relative; */
}
.top-post-arrow::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: var(--blue);
  align-self: center;
}
.top-post-arrow::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  transform: rotate(45deg);
  align-self: center;
  margin-left: -6px;
}
/* 共通部分終わり */
.top-news-arrowbox {
  align-self: center;
}
.top-news-list {
  /* row-gap: 20px; */
}
.top-news-list-item {
  height: calc((100% / 4) - 15px);
}
.top-news-list-item-link {
  /* height: 25%; */
}
.top-news-date {
  margin: 0 auto;
}
.top-blog-list {
  align-items: center;
  /* height: calc(100% - 40px); */
}
.top-blog-list-item {
  min-height: calc(50% - 15px);
  width: 100%;
  position: relative;
}
.top-blog-list-item-link-imgbox {
}
.top-blog-list-item-link-imgbox img {
  height: 100%;
}
.top-blog-list-item-link-inner {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 9px;
  flex-grow: 1;
}
.top-blog-list-item-title {
  width: 100%;
  text-decoration: underline;
  text-decoration-style: solid;
  font-weight: 400;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 2px;
  transition: 0.6s;
}
.top-blog-list-item-text {
  width: 82%;
  font-size: 0.875rem;
  color: var(--black);
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 3; /* 最大行数を2行に設定 */
}

.top-post .top-more {
  margin-top: 40px;
}
.top-blog-arrowbox {
  align-self: flex-end;
  margin-left: auto;
}
/* トップページ　news blog　終わり */
/* サブファーストビュー*/
.subfv {
  display: flex;
  align-items: center;
}
.subfv-bg {
  width: 80%;
  height: 430px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  border-top-left-radius: 100px;
}
.subfv-titlebox {
  width: 300px;
  /* min-width: 220px; */
  margin-left: auto;
  position: relative;
  left: 105px;
}
.subfv-title {
  font-size: 2.5rem;
  color: var(--blue);
  position: relative;
  z-index: 1;
  font-weight: bold;
  text-align: left;
}

.subfv-title-bg {
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  /* top: -125%; */
  top: -90%;
  right: 0px;
  left: 0;
  bottom: 0;
}
.subfv-title-works {
  background-image: url("../images/works.png");
}
.subfv-title-newspost {
  background-image: url("../images/news.png");
}
.subfv-title-blog {
  background-image: url("../images/blog.png");
}

/* suv-fv img 画像 */
.blog-subfv-img {
  background-image: url(../images/blog-fv.png);
}
.works-subfv-img {
  background-image: url(../images/works-fv.png);
}
.news-subfv-img {
  background-image: url(../images/news-fv.png);
}
/* 施工事例 始まり*/

.works-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.works-sort-button {
  width: calc(100% / 4);
  color: var(--white);
  padding: 5px;
}
.works-all {
  background-color: var(--gray);
  border: solid 1px var(--gray);
}

.works-sort-button.reform {
  border: 1px solid var(--green);
}
.works-sort-button.junk {
  border: 1px solid var(--khaki);
}
.works-sort-button.snow {
  border: 1px solid var(--blue);
}

/* ホバーの時 */
.works-sort-button.works-all:hover {
  color: var(--gray);
  border: 1px solid var(--gray);
  background-color: var(--white);
}
.works-sort-button.reform:hover {
  color: var(--green);
  border: 1px solid var(--green);
  background-color: var(--white);
}
.works-sort-button.junk:hover {
  color: var(--khaki);
  border: 1px solid var(--khaki);
  background-color: var(--white);
}
.works-sort-button.snow:hover {
  color: var(--blue);
  border: 1px solid var(--blue);
  background-color: var(--white);
}
/* アクティブの時 */
.sort-is-active {
  pointer-events: none;
}
.works-sort-button.works-all.sort-is-active,
.works-all.sort-is-active:hover {
  background-color: var(--black);
  color: var(--white);
}
.works-sort-button.reform.sort-is-active,
.works-sort-button.reform.sort-is-active:hover {
  background-color: var(--is-active-reform);
  color: var(--white);
}
.works-sort-button.junk.sort-is-active,
.works-sort-button.junk.sort-is-active:hover {
  background-color: var(--is-active-junk);
  color: var(--white);
}
.works-sort-button.snow.sort-is-active,
.works-sort-button.snow.sort-is-active:hover {
  background-color: var(--is-active-snow);
  color: var(--white);
}

.works-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
}
.works-link {
  width: calc(100% / 3 - 30px);
  background-color: var(--white);
  border-radius: 10px;
  margin-bottom: 70px;
}
.works-content::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 30px);
  height: 0;
}
.works-link-imgbox {
  height: 260px;
}
.works-link-imgbox img {
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
}

.works-link-item {
  letter-spacing: 2px;
}
.works-link-item-header {
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
  column-gap: 10px;
}
.works-link-item-category {
  width: 260px;
  background-color: var(--green);
  color: var(--white);
  padding: 10px 10px;
  /* flex-grow: 1; */
  text-align: center;
}
.works-link-item-title {
  font-weight: 400;
  color: var(--black);
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.works-link-item-date {
  align-content: space-around;
  color: var(--lightblue);
}
/* カテゴリー別の色 */
.reform {
  background-color: var(--green);
}
.junk {
  background-color: var(--khaki);
}
.snow {
  background-color: var(--blue);
}

/* archive-blog と newsの共通部分*/
.common-post-date {
  width: 100%;
  align-content: space-around;
  color: var(--lightblue);
  /* font-size: 0.625rem; */
  /* margin-left: 0; */
}
.common-post-list {
  display: flex;
  flex-direction: column;
}
.common-post-list-item {
  box-shadow: var(--shadow);
  text-align: left;
  border-radius: 10px;
  margin-bottom: auto;
  align-content: center;
}

.common-post-list-item-link {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 30px 20px 20px;
}
.common-post-list-item-link-inner {
  width: 74%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: self-start;
}
.common-post-list-item-link-imgbox {
  width: 200px;
  min-width: 200px;
}

.common-post-list-item-link-imgbox img {
  height: 100%;
}

.common-post-list-item-link:hover {
  background-color: var(--paleblue);
}
.common-post-list-item-link:hover .common-post-list-item-title {
  color: var(--black);
  font-weight: bold;
}
.common-post-list-item-title {
  width: 100%;
  font-size: 1.25rem;
  text-decoration: underline;
  text-decoration-style: solid;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-post-list-item-text {
  width: 100%;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
}
/* archive-blog と news(home.php)の共通部分 終わり */
/* ブログページ 始まり*/

.blog-list {
  gap: 25px;
  /* position: relative; */
}
.blog-list-item {
  position: relative;
}
.blog-list-item-link {
  column-gap: 20px;
  /* padding: 20px 30px 20px 20px; */
}

.blog-list-item-link-inner {
  /* width: 75%; */
  row-gap: 12px;
  display: flex;
  /* flex-direction: column; */
  flex-grow: 1;
}
.blog-list-item-link-imgbox {
  /* width: 200px; */
}
.blog-list-item-title {
  /* font-size: 1.5rem; */
  font-weight: bold;
}
.blog-list-item-text {
  /* width: 83%; */
  /* font-size: 1rem; */
  -webkit-line-clamp: 5;
}
.common-post-arrowbox {
  align-self: flex-end;
  margin-left: auto;
}
.blog-human {
  width: 50px;
  position: absolute;
  right: 10px;
  top: -43%;
  pointer-events: none;
}
.blog-human-sp {
  display: none;
}
/* お知らせページ 始まり*/
.news-list {
  gap: 25px;
}
.news-date {
  margin-left: 0;
}
.news-list-item {
  /* display: flex; */
}
.news-list-item-link {
  column-gap: 20px;
  /* padding: 20px 30px 20px 20px; */
}

.news-list-item-link-inner {
  display: flex;
  /* flex-direction: column; */
  /* width: 83%; */
  row-gap: 9px;
}
.news-list-item-link-imgbox {
}
.news-list-item-link-imgbox img {
  height: 100%;
}
.news-list-item-title {
  /* width: 100%; */
  /* font-size: 1.25rem; */
  font-weight: bold;
}
.news-list-item-text {
  /* width: 90%; */
  -webkit-line-clamp: 2; /* 最大行数の設定 */
}

/* 
.top-post-arrowbox {
  align-self: flex-end;
  margin: 0 auto;
} */

/* お知らせページ 終わり*/
/* シングルページ blog news */
.single {
  text-align: left;
}
.single .contents-wrapper {
  max-width: 955px;
}
.single-post-date {
  align-content: space-around;
  color: var(--lightblue);
  margin-left: 0;
}
.single-post-date-type {
  margin-right: 14px;
}
.single-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 2rem;
  color: var(--blue);
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-content {
  text-align: left;
  line-height: 1.5;
}

.single-thumbnail {
  margin-bottom: 12px;
}
.single-thumbnail img {
  height: 100%;
}
.wp-block-heading {
  display: flex;
  align-items: center;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.5rem;
  margin-top: 32px;
  margin-bottom: 20px;
}
.wp-block-heading::before {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  margin-right: 16px;
  background-color: var(--lightblue);
}
/* シングルページ works */
.single-works .works-link-item-category {
  width: 300px;
}
.single-works p {
  margin-bottom: 30px;
}
.single-works-list {
  color: var(--lightblue);
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 30px;
}
.single-works-list span {
  color: var(--black);
}
.single-works-list-item-text-bold {
  font-weight: 700;
  font-style: Bold;
}
.single-works-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.5rem;
  /* margin-top: 32px; */
  margin-bottom: 15px;
  color: var(--blue);
}
.single-works-title::before {
  content: "";
  display: block;
  width: 6px;
  height: 24px;
  margin-right: 16px;
  background-color: var(--lightblue);
}
.single-works-title-sub {
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 5%;
  /* padding-top: 15px; */
  padding-bottom: 15px;
}
.single-works-field-imgbox {
  margin-bottom: 20px;
}
.single-works-since {
  display: flex;
  gap: 10px;
}
.single-works-since-imgbox {
  margin-bottom: 15px;
}
.single-works-sincebox-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.5rem;
  color: var(--blue);
}

/* 投稿詳細のナビゲーション */
.single-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 30px;
  margin-top: 80px;
}
.single-navigation-backbutton {
  display: block;
  border-radius: 20px;
  padding: 5px 40px;
  background-color: var(--white);
  border: 1px solid var(--blue);
  color: var(--blue);
  text-align: center;
}
.single-navigation-backbutton:hover {
  background-color: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
}

/* 次、前ボタンの共通部分 */
.single-prev-button a:first-child,
.single-next-button a:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--blue);
  background-color: var(--white);
  border: 1px solid var(--blue);
}
/* 次、前ボタンの矢印 共通部分 */
.single-prev-button a:first-child::after,
.single-next-button a:last-child::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg) skew(20deg, 20deg);
}

/* 前の記事 */
.single-prev-button a:first-child::after {
  content: "";
  margin-left: 8px;
  border-top: solid 2px var(--blue);
  border-left: solid 2px var(--blue);
}
/* 次の記事 */
.single-next-button a:last-child::after {
  content: "";
  margin-right: 8px;
  border-right: solid 2px var(--blue);
  border-bottom: solid 2px var(--blue);
}

/* 投稿詳細のナビゲーション ホバー  */
.single-prev-button a:first-child:hover,
.single-next-button a:last-child:hover {
  color: var(--white);
  background-color: var(--blue);
  /* border: 1px solid var(--white); */
}
.single-prev-button a:first-child:hover::after,
.single-next-button a:last-child:hover::after {
  border-color: var(--white);
}

/* ページネーション pagenation */
.wp-pagenavi {
  display: flex;
  width: 300px;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  gap: 20px;
}
.wp-pagenavi-size {
  width: 40px;
  height: 50px;
}
.wp-pagenavi .current {
  width: 50px;
  display: block;
  padding: 10px 15px;
  color: var(--black);
  background-color: #fff;
  transition: 0.3s;
  /* border: solid 3px #3a3838; */
}
.wp-pagenavi .page {
  display: block;
  width: 50px;
  padding: 10px 15px;
  background-color: var(--blue);
  color: var(--white);
  transition: 0.3s;
  border: solid 1px var(--blue);
  /* border: solid 3px #3a3838; */
}
.wp-pagenavi .page:hover {
  background-color: var(--white);
  border: solid 1px var(--blue);
  color: var(--blue);
}
.wp-pagenavi .nextpostslink {
  padding: 10px 15px;
  width: 50px;
  /* text-indent: 999%;
  white-space: nowrap;
  overflow: hidden; */
  background-color: var(--blue);
  border: solid 1px var(--blue);
  position: relative;
}

.wp-pagenavi .nextpostslink::after {
  content: "";
  width: 15px;
  height: 15px;
  clip-path: polygon(15px 50%, 0% 0%, 0% 15px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: var(--white);
}
.wp-pagenavi .nextpostslink:hover {
  background-color: var(--white);
  border: solid 1px var(--blue);
}
.wp-pagenavi .nextpostslink:hover::after {
  content: "";
  background-color: var(--blue);
}
.wp-pagenavi .previouspostslink {
  padding: 10px 15px;
  width: 50px;
  /* text-indent: 999%;
  white-space: nowrap;
  overflow: hidden; */
  background-color: var(--blue);
  border: solid 1px var(--blue);
  position: relative;
}
.wp-pagenavi .previouspostslink::after {
  content: "";
  width: 15px;
  height: 15px;
  clip-path: polygon(0% 50%, 15px 0%, 15px 15px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: var(--white);
}
.wp-pagenavi .previouspostslink:hover {
  background-color: var(--white);
  border: solid 1px var(--blue);
}
.wp-pagenavi .previouspostslink:hover::after {
  content: "";
  background-color: var(--blue);
}

@media screen and (max-width: 1350px) {
  .top-service {
    padding-right: 0;
  }
}
@media screen and (max-width: 1210px) {
  .top-service {
    width: calc(100% - 25px);
  }
}
@media screen and (max-width: 1124px) {
  .top-features-card-title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1184px) {
  .top-service {
    padding-right: 0;
  }
  .top-about-textbox {
    width: calc(50% - 15px);
  }

  .top-about-imgbox {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1023px) {
  /* トップページ  */
  /* fv */
  .top-fv-content {
    width: auto;
  }
  .top-fv-content-textbox {
    line-height: 1.4;
    transform: translateX(20px);
  }
  .top-section-title-bg {
    background-size: contain;
    width: 260px;
  }

  .top-section-title-works,
  .top-section-title-news {
    width: 160px;
  }
  .top-section-title-blog {
    width: 140px;
  }
  /* トップページ  私たちの特徴*/
  .top-section-title-features {
    margin: 0 auto;
  }
  .top-features-cardbox {
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 30px;
    margin-bottom: 60px;
  }
  .top-features-card {
    width: calc((100% / 2) - 20px);
    height: auto;
  }
  .top-features-card:nth-child(odd) {
    transform: translateY(0);
  }

  /* トップページ 事業内容*/
  .top-service-item {
    flex-direction: column;
  }
  .top-service-item-imgbox {
    width: 100%;
  }
  .top-service-item-textbox {
    width: 100%;
  }

  /* トップページ 私たちについて*/
  .top-about-contents {
    flex-direction: column;
    gap: 20px;
  }
  .top-about-imgbox {
    display: none;
    /* width: 100%;
    order: 1; */
  }
  .top-about-textbox {
    width: 100%;
    order: 2;
  }

  /* トップページ 施工事例 始まり */
  .swiper {
    margin-bottom: 30px;
  }
  .swiper-slide-imgbox {
    height: 250px;
  }
  .swiper-slide-item {
    width: calc(100% - 30px);
  }
  .swiper-slide-item-category {
    width: 100%;
  }
  .top-works .top-more {
    margin-top: 80px;
  }

  /* トップページ 施工事例 終わり */

  .top-post {
    flex-direction: column;
  }
  .top-post-list {
    margin-top: 20px;
  }
  .top-news {
    width: 100%;
    padding-bottom: 0;
  }
  .top-news-list-item-title {
    width: 75%;
  }
  .top-blog {
    width: 100%;
  }
  .top-blog-list-item-link-imgbox {
    max-width: 220px;
  }
  /* フロントページ以外のfv */
  .subfv {
  }
  .subfv-titlebox {
    left: 75px;
  }
  /* 施工事例  */
  .works-sort {
    flex-wrap: wrap;
  }
  .works-sort-button {
    width: calc((100% / 2) - 5px);
  }
  .works-content {
    column-gap: 10px;
  }
  .works-link {
    width: calc(100% / 2 - 10px);
  }
  .works-link-item-category {
    /* font-size: 0.9rem; */
  }
  /* ブログ　お知らせ共通部分 */
  .common-post-list-item-link-inner {
    width: 60%;
  }
  .common-post-list-item-link {
    flex-wrap: wrap;
  }
  /* ブログ */
  .blog-list-item-link-inner {
  }
  /* シングルページ */
  .single-title {
    margin-top: 10px;
  }
  .single-content p {
    /* padding-left: 20px; */
  }
}

@media screen and (max-width: 767px) {
  section {
    /* 狭かったら調整 */
    padding: 50px 0;
  }
  .contents-wrapper {
    /* 狭かったら調整　２０ｐｘまで */
    width: calc(100% - 60px);
  }
  .word-break-sp {
    display: inline-block;
  }
  /* トップページ  */
  .top-more {
    margin: auto;
  }
  /* fv */
  .top-fv {
    width: 100%;
  }
  .top-fv-content {
    width: 116px;
    margin: 0 auto;
  }
  .top-fv-content-textbox {
    transform: translateX(0px);
  }
  .top-fv-imgbox {
    height: 330px;
    width: calc(100% - 116px);
  }
  .fv-iwate {
    width: 220px;
  }

  .top-fv-text-big {
    font-size: 2.5rem;
  }
  .top-fv-text-small {
    font-size: 2rem;
  }
  .top-fv-padding-top {
    margin-top: 100px;
  }

  /* トップページ  私たちの特徴*/
  .top-features {
    padding-right: 0;
    padding-left: 0;
  }
  .top-features-card {
    width: 100%;
  }
  .top-features-cardbox {
    margin-bottom: 0px;
  }
  /* トップページ  事業内容*/
  .top-service .top-section-titlebox {
    margin-bottom: 30px;
  }
  .top-service {
    width: calc(100% - 30px);
    padding-bottom: 60px;
    border-top-left-radius: 50px;
  }
  .top-service-item-title {
    font-size: 1.5rem;
  }
  .top-service-item-textbox {
    padding: 15px;
  }
  /*トップページ 私たちについて */
  .top-about-textbox-title {
    border-bottom: none;
    text-decoration: underline dashed var(--blue) 1px;
    text-underline-offset: 8px;
    margin-bottom: 16px;
  }
  .top-about .top-more {
    margin-top: 40px;
  }
  /* スライダー */
  .swiper {
    margin-top: 30px;
  }
  .slider {
    width: calc(100% - 60px);
  }
  .swiper-slide {
    width: 95%;
  }
  .swiper-slide-item {
    max-width: 100%;
  }
  .swiper-slide-item-category {
    width: 100%;
  }
  .top-works .top-more {
    margin-top: 40px;
  }
  .swiper-button-prev {
    margin-left: 15px !important;
  }
  .swiper-button-next {
    margin-right: 15px;
  }
  /* トップページ  お知らせ*/
  .top-news {
    padding-bottom: 50px;
  }
  /* トップページ  ブログ*/
  .top-blog-list {
    height: 100%;
  }
  .top-blog-list-item {
    min-height: 40%;
    margin-bottom: 10px;
  }
  .top-post-list-item-link {
    padding: 10px;
  }
  .top-blog-list-item-link {
    flex-wrap: wrap;
  }
  .top-blog-list-item-link-imgbox {
    width: 100%;
    max-width: 100%;
  }
  .top-blog-list-item-link-inner {
    row-gap: 5px;
    position: relative;
  }
  .top-blog-human {
    /* width: 38px; */
    display: none;
  }
  .top-blog-human-sp {
    display: block;
    width: 38px;
    position: absolute;
    right: 10px;
    top: -106px;
    pointer-events: none;
  }
  /* トップページ以外のfv  */
  .subfv {
  }
  .subfv-bg {
    /* width: 100%; */
    height: 220px;
  }
  .subfv-title-bg {
    background-size: contain;
  }
  .subfv-title {
    font-size: 2rem;
  }
  .subfv-titlebox {
    width: 200px;
    left: 15px;
  }

  /* ページネーション pagenation */
  .wp-pagenavi {
    font-size: 1rem;
  }
  .wp-pagenavi .previouspostslink {
    padding: 10px 10px;
  }
  .wp-pagenavi .previouspostslink::after {
    content: "";
    width: 12px;
    height: 12px;
    clip-path: polygon(0% 50%, 12px 0%, 12px 12px);
  }

  .wp-pagenavi .nextpostslink {
    padding: 10px 10px;
  }
  .wp-pagenavi .nextpostslink::after {
    content: "";
    width: 12px;
    height: 12px;
    clip-path: polygon(12px 50%, 0% 0%, 0% 12px);
  }

  /* 施工事例*/
  .works-sort-button {
    width: 100%;
  }
  .works-link {
    width: 100%;
    margin-bottom: 50px;
  }
  .works-link-item-category {
    width: 100%;
  }

  /* ブログ　お知らせ共通部分 */
  .common-post-list-item-link {
    flex-wrap: wrap;
    padding: 15px;
  }
  .common-post-list-item-link-imgbox {
    width: 100%;
  }

  /* ブログ */
  .blog-list-item-link-inner {
    position: relative;
  }
  .blog-human {
    display: none;
    width: 40px;
    right: 22px;
    top: 24%;
  }
  .blog-human-sp {
    display: block;
    position: absolute;
    width: 40px;
    right: 22px;
    top: -106px;
  }
  /* お知らせ */
  .news-list-item-link {
  }
  .news-list-item-link-inner {
    row-gap: 5px;
  }
  .news-list-item-text {
    width: 85%;
    -webkit-line-clamp: 4;
  }
  .top-post-arrow {
    width: 25px;
    height: 25px;
  }
  .top-post-arrow::before {
    width: 8px;
  }

  /* シングルページ */
  .single-title {
    font-size: 1.5rem;
  }
  .wp-block-heading {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .wp-block-heading::before {
    margin-right: 6px;
  }
  /* シングルページ 施工事例*/
  .single-works .works-link-item-category {
    width: 100%;
  }
  .single-works-since {
    gap: 20px;
    flex-direction: column;
  }
  .single-works-since-imgbox {
    margin-bottom: 7px;
  }

  /* シングルページ ナビゲーション*/
  .single-navigation {
    margin-top: 40px;
  }
  .single-navigation-backbutton {
    padding: 5px 20px;
  }
  .single-prev-button a:first-child,
  .single-next-button a:last-child {
    width: 30px;
    height: 30px;
  }
  .single-navigation {
    gap: 20px;
  }
}
@media screen and (max-width: 506px) {
  .top-about-textbox-underline {
    text-decoration: underline dashed var(--blue) 1px;
    text-underline-offset: 8px;
    margin-bottom: 16px;
  }
}

/*-----------------------------------------------------------------------
    私たちについて　about us　ページ
-----------------------------------------------------------------------*/
.about-us {
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
  margin: auto;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .about-us {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .about-us {
    padding-bottom: 40px;
  }
}

.about-us-top {
  height: 430px;
  width: 80%;
  display: block;
  margin-right: 0;
  margin-left: auto;
  border-radius: 100px 0 0 0;
  object-fit: cover;
  object-position: 100% 0%;
}

@media screen and (max-width: 1023px) {
  .about-us-top {
    border-radius: 50px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .about-us-top {
    height: 220px;
  }
}

.about-us-h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  color: #144e94;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; /* 背面の文字より上 */
  line-height: 1;
  letter-spacing: 0%;
}

@media screen and (max-width: 1023px) {
  .about-us-h1 {
    font-size: 27px;
    left: 6.5%;
  }
}

@media screen and (max-width: 767px) {
  .about-us-h1 {
    font-size: 20px;
    color: #144e94;
  }
}

.about-us-foreground-h1 {
  position: relative;
  z-index: 2;
}

.about-us-background-text-top {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 0%;
  width: 131%;
}
/*-----------------------------------------------------------------------
    私たちの特徴　Features about-us
-----------------------------------------------------------------------*/
.about-us-section-features {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .about-us-section-features {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-section-features {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about-us-section-features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100% - 50px);
  height: 100%;
  background: linear-gradient(227.4deg, #144e94 22.45%, #779ecd 97.54%);
  z-index: -1;
  border-radius: 0 100px 0 0;
}

@media screen and (max-width: 1210px) {
  .about-us-section-features::before {
    width: calc(100% - 25px);
  }
}

@media screen and (max-width: 767px) {
  .about-us-section-features::before {
    width: calc(100% - 30px);
    border-radius: 0 50px 0 0;
  }
}

.about-us-features {
  padding-right: 50px;
}

@media screen and (max-width: 1200px) {
  .about-us-features {
    padding-right: 30px;
  }
}

.about-us-features-h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0%;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  .about-us-features-h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-features-h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.about-us-japanese {
  position: relative;
  z-index: 2;
}

.about-us-japanese.blue {
  color: #144e94;
}

.about-us-english {
  position: absolute;
  left: 0;
  bottom: 40%;
  z-index: 1; /* 日本語の後ろ（背面）に配置 */
  white-space: nowrap; /* 英語を改行させない */
}

.about-us-english img {
  height: 60px;
  width: auto;
}

@media screen and (max-width: 1023px) {
  .about-us-english img {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-english img {
    height: 28px;
  }
}

.about-us-english.center {
  left: 50%;
  transform: translateX(-50%);
}

.about-us-features-p {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 18px;
}

@media screen and (max-width: 1023px) {
  .about-us-features-p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-features-p {
    font-size: 1.1rem;
    margin-bottom: 9px;
  }
}

.about-us-features-p-2 {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  .about-us-features-p-2 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-features-p-2 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.about-us-features-box-1 {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 30px;
  column-gap: 25px;
  padding: 30px 40px;
}

@media screen and (max-width: 1023px) {
  .about-us-features-box-1 {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-features-box-1 {
    flex-direction: column;
    padding: 10px 20px;
  }
}

.about-us-features-box-1-1 {
  border-right: 2px dashed rgba(20, 78, 148, 0.3);
  padding-right: 35px;
}

@media screen and (max-width: 1023px) {
  .about-us-features-box-1-1 {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-us-features-box-1-1 {
    border-right: none;
  }
}

.about-us-features-box-1-2 {
  width: calc(100% - 220px - 40px);
}

@media screen and (max-width: 1023px) {
  .about-us-features-box-1-2 {
    width: calc(100% - 170px);
  }
}

@media screen and (max-width: 767px) {
  .about-us-features-box-1-2 {
    border-top: 2px dashed rgba(20, 78, 148, 0.3);
    border-left: 0;
    padding: 15px 7px 20px;
    width: 100%;
  }
}

.about-us-features-box-h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #144e94;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .about-us-features-box-h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-features-box-h3 {
    font-size: 1.3rem;
  }
}

.about-us-features-box-h3-span {
  display: inline-block;
}

.about-us-features-box-text-1 {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .about-us-features-box-text-1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-features-box-text-1 {
    font-size: 1.1rem;
  }
}

.about-us-features-box-text-2 {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .about-us-features-box-text-2 {
    font-size: 1rem;
  }
}

.about-us-features-illustration {
  width: 220px;
}

@media screen and (max-width: 1023px) {
  .about-us-features-illustration {
    width: 170px;
  }
}
/*-----------------------------------------------------------------------
    代表挨拶　Message
-----------------------------------------------------------------------*/
/* #about-us section {
  padding: 0;
} */
/* #about-us .section-contact-info {
  padding-top: 100px;
  padding-bottom: 100px;
} */

.about-us-message-img {
  background-image: url(../images/about-us/about-us-background-third.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 100px 0 100px;
  margin-top: -100px;
}

@media screen and (max-width: 1023px) {
  .about-us-message-img {
    padding: 125px 0 50px;
    margin-top: -50px;
  }
}

.about-us-message-h2 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #144e94;
}

.about-us-message-p-1 {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #144e94;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .about-us-message-p-1 {
    font-size: 18px;
    color: #144e94;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-message-p-1 {
    font-size: 1.1rem;
  }
}

.about-us-message-flex-box {
  display: flex;
  justify-content: center;
  column-gap: 100px;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .about-us-message-flex-box {
    column-gap: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .about-us-message-flex-box {
    display: block;
  }
}

.about-us-message-flex-box-1,
.about-us-message-flex-box-2 {
  width: calc((100% - 100px) / 2);
}

@media screen and (max-width: 1200px) {
  .about-us-message-flex-box-1,
  .about-us-message-flex-box-2 {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 1023px) {
  .about-us-message-flex-box-1,
  .about-us-message-flex-box-2 {
    width: 100%;
  }
}

.about-us-message-flex-box-text {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .about-us-message-flex-box-text {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-message-flex-box-text {
    font-size: 1rem;
  }
}

.about-us-message-flex-box-2 img {
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px #45454566;
}

@media screen and (max-width: 1023px) {
  .about-us-message-flex-box-2 img {
    display: none;
  }
}
/*-----------------------------------------------------------------------
    企業概要　Profile
-----------------------------------------------------------------------*/
.abuot-us-profile {
  padding-top: 0;
  padding-bottom: 100px;
  /* padding: 100px 0; */
}

@media screen and (max-width: 767px) {
  .abuot-us-profile {
    padding: 50px 0;
  }
}

.about-us-profile-h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0%;
  color: #144e94;
  text-align: center;
}

.about-us-features-h2.center {
  text-align: center;
}

.about-us-profile-table tr {
  border: 1px solid var(--Light-blue, #779ecd);
}

.about-us-profile-table th {
  min-height: 100px;
  background-color: #779ecd;
  border-bottom: 1px solid #ffffff;
  font-family: "Inter";
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: left;
  padding: 40px;
}

@media screen and (max-width: 1023px) {
  .about-us-profile-table th {
    padding: 25px;
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-profile-table th {
    width: 100%;
    min-height: auto;
    font-size: 1rem;
    padding: 10px 25px;
  }
}

.about-us-profile-table .about-us-profile-table-in-th {
  border-bottom: 1px solid #779ecd;
}

.about-us-profile-table td {
  min-height: 100px;
  letter-spacing: 0.1em;
  padding: 25px 60px;
}

@media screen and (max-width: 1023px) {
  .about-us-profile-table td {
    width: calc(100% - 200px);
    letter-spacing: 0.1em;
    padding: 25px 40px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-profile-table td {
    width: 100%;
    min-height: auto;
    font-size: 1rem;
    text-align: left;
    padding: 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .about-us-profile-table th,
  .about-us-profile-table td {
    display: block;
    text-align: left;
  }
}
/*-----------------------------------------------------------------------
    私たちの特徴終わり　Features about-us
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
   事業内容 service始まり
----------------------------------------------------------------*/

#service section {
  padding: 0;
}
#service .section-contact-info {
  padding-top: 100px;
  padding-bottom: 50px;
}
.test {
  width: 180px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-image: url("../../images/icon/logo.jpg");
}

/*FV*/
.services-fv {
  position: relative;
  width: 80%;
  height: 430px;
  display: flex;
  background-image: url("../images/services/services-fv.jpg");
  border-top-left-radius: 100px;
  background-size: cover;
  /* margin-top: 100px; */
  margin-bottom: 50px;
  margin-left: auto;
}

@media (max-width: 669px) {
  .services-fv {
    height: 220px;
  }
}

/*英語文字の画像*/
.services-logo {
  transform: translate(-50%, 130%);
  width: 260px;
  padding-top: 50px;
}

/*日本語テキスト*/
.services-title {
  transform: translate(-50%, 180%);
  font-weight: 700;
  font-style: bold;
  font-size: 40px;
  color: #144e94;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 685px) {
  .services-logo {
    transform: translate(-20%, 40%);
  }

  .services-title {
    transform: translate(-20%, 25%);
    font-size: 35px;
  }
}

/*事業内容*/
#service .services-about {
  position: relative;
  padding-bottom: 100px;
  width: calc(100% - 50px);
}

@media (max-width: 1210px) {
  .services-about {
    width: calc(100% - 25px);
  }
}

@media (max-width: 768px) {
  .services-about {
    padding-bottom: 50px;
  }
}

@media (max-width: 375px) {
  .services-about {
    padding-bottom: 100px;
  }
}

.services-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* コンテンツの背面に配置 */
  border-top-right-radius: 100px;
  /* グラデーションの設定 */
  background: linear-gradient(to right, #779ecd 0%, #144e94 50%);
}

/*英語文字の画像*/
.about-logo {
  width: 220px;
  padding-top: 50px;
}

@media (max-width: 1024px) {
  .about-logo {
    margin: auto;
  }
}

/*日本語テキスト*/
.about-title {
  font-weight: 700;
  font-style: bold;
  font-size: 32px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  transform: translate(0%, -60%);
}

@media (max-width: 1024px) {
  .about-title {
    transform: translate(0%, -30%);
    font-size: 27px;
    text-align: center;
  }
}

.about-lavel {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 30px;
}

@media (max-width: 1024px) {
  .about-lavel {
    font-size: 16px;
  }
}

.about-text {
  font-size: 16px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .about-text {
    width: 100%;
    font-size: 14px;
    padding-bottom: 30px;
  }
}

@media (max-width: 376px) {
  .about-text {
    padding-bottom: 50px;
  }
}

/*事業内容 分野*/
.services-category {
  display: flex;
  margin: 10px auto;
  gap: 20px; /* ボックス間の隙間 */
  flex-direction: column; /* 縦方向に積み重ねる */
  max-width: 1150px;
}

.services-container {
  display: flex;
  justify-content: center;
  background-color: #fff;
  min-width: 200px; /* 最小幅を設定して極端に狭くなるのを防ぐ */
  text-align: left;
  font-size: 16px;
  font-family: "Noto Sans JP";
}

@media (max-width: 1023px) {
  .services-container {
    flex-direction: column; /* これで縦並びになります */
    align-items: center;
  }
}

/* 子要素の並ぶ向きを右から左に指定する */
.services-container-reverse {
  flex-direction: row-reverse;
  display: flex;
  justify-content: center;
  background-color: #fff;
  min-width: 200px; /* 最小幅を設定して極端に狭くなるのを防ぐ */
  text-align: left;
  font-size: 16px;
  font-family: "Noto Sans JP";
}

@media (max-width: 1023px) {
  .services-container-reverse {
    flex-direction: column; /* これで縦並びになります */
    align-items: center;
  }
}

.services-contents {
  width: 100%;
  padding: 30px 30px;
}

@media (max-width: 768px) {
  .services-contents {
    padding: 30px 15px;
  }
}

.services-container img {
  position: relative;
  width: 40%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .services-container img {
    width: 100%;
    height: 180px;
  }
}

.services-container-reverse img {
  position: relative;
  width: 50%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .services-container-reverse img {
    width: 100%;
    height: 180px;
  }
}

.category-heading {
  color: #144e94;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: Bold;
  margin-bottom: 20px;
}

@media (max-width: 685px) {
  .category-heading {
    font-size: 24px;
  }
}

.category-lavel {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 10px;
}

.category-text {
  color: #333333;
  font-size: 16px;
  width: 100%;
}

@media (max-width: 767px) {
  .category-text {
    font-size: 14px;
  }
}

.list-title {
  color: #333333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: Bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-list {
  color: #333333;
  font-size: 16px;
}

@media (max-width: 768px) {
  .about-list {
    font-size: 14px;
  }
}

.about-list-item::before {
  content: "●";
  color: #333333;
  font-size: 0.3em;
  margin-right: 3em;
}

/*詳しくはこちら*/
.in-detail {
  margin-top: 40px;
  text-align: right;
}

@media (max-width: 669px) {
  .in-detail {
    text-align: center;
  }
}

.in-detail-btn {
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  padding: 10px 50px;
  color: #144e94;
  border: 1px solid #144e94;
  border-radius: 40px;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .in-detail-btn {
    padding: 10px 30px;
    width: 100%;
  }
}

.in-detail-btn:hover {
  background-color: #144e94;
  color: #fff;
}

/*ご利用の流れ*/

.faq-title-wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
}

/*英語文字の画像*/
.flow-logo {
  margin: 10px auto;
  width: 170px;
  padding-top: 100px;
}

/*日本語テキスト*/
.flow-title {
  transform: translate(0%, -70%);
  font-weight: 700;
  font-style: bold;
  font-size: 32px;
  color: #144e94;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.flow-chart {
  display: flex;
  gap: 20px; /* ボックス間の隙間 */
  flex-direction: column; /* 縦方向に積み重ねる */
  max-width: 900px;
  margin: auto;
}

.step-card {
  display: flex;
  padding: 20px;
  padding-left: 30px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.15);
  background-color: #fff;
  border-radius: 10px;
  min-width: 200px; /* 最小幅を設定して極端に狭くなるのを防ぐ */
  font-size: 16px;
  font-family: "Noto Sans JP";
}

@media (max-width: 574px) {
  .step-card {
    flex-direction: column; /* これで縦並びになります */
    align-items: center;
    padding: 20px 0px;
  }
}

.step-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 40px;
  border-right: 1px solid rgba(20, 78, 148, 0.3); /* 縦の仕切り線 */
  min-width: 60px;
}

@media (max-width: 1023px) {
  .step-number {
    padding-right: 20px;
    border-right: 0px;
    border-right: 1px solid rgba(20, 78, 148, 0.3); /* 縦の仕切り線 */
  }
}

@media (max-width: 768px) {
  .step-number {
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .step-number {
    flex-direction: row;
    padding-right: 0px;
    padding-bottom: 10px;
    border-right: 0px;
    border-bottom: 1px solid rgba(20, 78, 148, 0.3); /* 横の仕切り線 */
  }
}

.step-label {
  color: #e25a0d;
  font-weight: 500;
  font-size: 32px;
}

@media (max-width: 575px) {
  .step-label {
    flex-direction: row;
    transform: translate(-10%, 5%);
  }
}

.step-value {
  color: #e25a0d;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

/* アイコンエリア */
.step-icon {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .step-icon {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .step-icon {
    padding-left: 20px 0;
  }
}

@media (max-width: 574px) {
  .step-icon {
    padding: 20px 0;
  }
}

.icon-circle {
  text-align: center;
  margin-left: 20px;
  width: 70px;
  height: 70px;
  background-color: #779ecd; /* くすんだ青色 */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

@media (max-width: 574px) {
  .icon-circle {
    margin-left: 0px;
  }
}

.icon-img {
  width: 60%;
}

@media (max-width: 574px) {
  .step-content {
    text-align: center;
    margin-bottom: 20px;
  }
}

.step-content h3 {
  margin: 10px 0 20px 0;
  font-size: 24px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
}

@media (max-width: 574px) {
  .step-content h3 {
    margin: 0px 0 10px 0;
  }
}

.step-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

/*よくあるご質問*/

/*英語文字の画像*/
.faq-logo {
  margin: 10px auto;
  width: 170px;
  padding-top: 100px;
}

/*日本語テキスト*/
.faq-title {
  transform: translate(0%, -90%);
  font-weight: 700;
  font-style: bold;
  font-size: 32px;
  color: #144e94;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

.faq-character {
  position: absolute;
  width: 54px;
  height: auto;
  object-fit: cover; /* 歪みを防止 */
  top: 50px;
  right: 10px;
  margin-top: 50px;
}

.faq-list {
  display: flex;
  margin: 10px auto;
  gap: 20px; /* ボックス間の隙間 */
  flex-direction: column; /* 縦方向に積み重ねる */
  max-width: 900px;
  margin-bottom: 150px;
}

.faq-card {
  display: flex;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.15);
  background-color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP";
}

.faq-lavel {
  display: flex;
  flex-flow: column;
}

.question-lavel {
  padding: 0 20px;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .question-lavel {
    padding: 0px;
  }
}

.question-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #144e94;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.question-mark {
  text-align: center;
  width: calc(100px - 50px);
  color: #144e94;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 600px) {
  .question-circle {
    width: 30px;
    height: 30px;
  }

  .question-mark {
    font-size: 16px;
  }
}

.question-text {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 30px;
  color: #333;
}

@media (max-width: 600px) {
  .question-text {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
}

.answer-lavel {
  padding: 0 20px;
  display: flex;
}

@media (max-width: 1023px) {
  .answer-lavel {
    padding: 0px;
  }
}

.answer-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #e25a0d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.answer-mark {
  text-align: center;
  width: calc(100px - 50px);
  color: #e25a0d;
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 600px) {
  .answer-circle {
    width: 30px;
    height: 30px;
  }

  .answer-mark {
    font-size: 16px;
  }
}

.answer-text {
  font-size: 16px;
  font-weight: 400;
  margin: 7px 0 10px 30px;
  color: #333;
}

@media (max-width: 600px) {
  .answer-text {
    margin: 2px 0 0 10px;
  }
}
/*-----------------------------------------------------------------------
   事業内容 service終わり
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
   contact始まり
-----------------------------------------------------------------------*/
/** 下層ページ共有mv部 ===== */
#contact section {
  padding: 50px 0;
}
#contact .section-contact-info {
  padding-top: 100px;
}
.aboutus-mv {
  position: relative;
  margin-bottom: 100px;
}

.aboutus-mv-image {
  width: auto;
  /* 1.5倍でエクスポート（ベストである1920px幅に近い値として） */
  max-width: 100%;
  height: 430px;
  margin: 0 0 0 auto; /* base.cssの中央寄せを解除して右寄せ */
}

.aboutus-mv-title {
  z-index: 1;
  position: absolute;
  top: 162px; /* カンプ参照して書き換えてください。mvとの差 */
  left: 142px; /* カンプ参照して書き換えてください。フレーム端との差 */
}

.aboutus-mv-title-image {
  /* 2倍でエクスポート */
  width: auto;
  height: 97px; /* カンプ参照して書き換えてください。タイトル部を選択した際の高さ */
}

@media screen and (max-width: 1099px) {
  .aboutus-mv-image {
    height: auto;
  }
}

/* 1023px未満の画面幅対応についてはPCビュー完成後に行うため未記述 */

/* 親コンテナ */
.contact-img-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative; /* 子要素の基準点 */
  width: 100%;
}

/* タイトルをまとめるボックス */
.contact-title-wrapper {
  position: absolute;
  left: 10%; /* 任意の位置に調整してください */
  z-index: 10;
}

@media (max-width: 1023) {
  .contact-title-wrapper {
    position: absolute;
    left: 10%; /* 任意の位置に調整してください */
    z-index: 10;
  }
}

@media (max-width: 767px) {
  .contact-title-wrapper {
    position: absolute;
    left: 10%; /* 任意の位置に調整してください */
    z-index: 10;
    width: 65%;
    height: auto;
  }
}

/* 背後の英語（Contact） */
.contact-bg-text {
  /* フォント設定 */
  font-family: "Roboto", sans-serif; /* 英語はRobotoが綺麗です */
  font-size: 7rem; /* かなり大きめに */
  font-weight: 900;
  font-style: italic; /* 斜体にする */
  line-height: 1;

  /* 中抜きの魔法 */
  color: transparent; /* 中を透明にする */
  -webkit-text-stroke: 2px rgba(20, 78, 148, 0.3); /* 線の太さと色 */

  white-space: nowrap;
}

/* 前面の日本語（お問い合わせ） */
.contact-main-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: rgba(20, 78, 148, 1); /* 濃い青 */

  /* 英語に少し重ねるための調整 */
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

/* 画像の幅調整 */
.contact-img {
  width: 80%; /* 全体のバランスを見て調整 */
  height: auto;
}

.contact-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* タブレット用：文字がはみ出さないように調整 */
@media (max-width: 1023px) {
  .contact-img {
    width: 80%; /* 全体のバランスを見て調整 */
    height: 350px;
    object-fit: cover;
  }

  .contact-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-top-left-radius: 60px;
    /*display: block;*/
  }
}

/* スマホ用：文字がはみ出さないように調整 */
@media (max-width: 767px) {
  .contact-img {
    width: 80%; /* 全体のバランスを見て調整 */
    height: 350px;
  }
  .contact-img img {
    width: 100%;
    height: 350px;
    /*display: block;*/
  }
}

@media (max-width: 563px) {
  .contact-img {
    width: 80%; /* 全体のバランスを見て調整 */
    height: 220px;
  }
  .contact-img img {
    width: 100%;
    height: 220px;
    /*display: block;*/
  }
}

.contact-contactus {
  color: rgba(20, 78, 148, 1);
  font-size: 1.75rem;
  text-align: center;
  font-family: Noto Sans JP;
  font-weight: 700;
}

@media (max-width: 1023) {
  .contact-contactus {
    color: rgba(20, 78, 148, 1);
    font-size: 1.5rem;
    text-align: center;
    font-family: Noto Sans JP;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .contact-contactus {
    color: rgba(20, 78, 148, 1);
    font-size: 1.5rem;
    text-align: center;
    font-family: Noto Sans JP;
    font-weight: 700;
  }
}

@media (max-width: 795px) {
  .contact-contactus {
    color: rgba(20, 78, 148, 1);
    font-size: 1.4rem;
    text-align: center;
    font-family: Noto Sans JP;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .contact-contactus {
    color: rgba(20, 78, 148, 1);
    font-size: 1.4rem;
    text-align: center;
    font-family: Noto Sans JP;
    font-weight: 700;
  }
}

@media (max-width: 563px) {
  .contact-contactus {
    color: rgba(20, 78, 148, 1);
    font-size: 1.2rem;
    text-align: center;
    font-family: Noto Sans JP;
    font-weight: 700;
  }
}

.contact-tel-container {
  display: flex;
  flex-direction: row;
  /*align-items: center;*/
  justify-content: center;
  padding: 40px;
}
.contact-container {
  display: flex;
  flex-direction: row;
  position: relative;
  box-sizing: border-box;
  box-shadow: 5px;
  border-top: 2px;
  border-bottom: 2px;
  border-left: 2px;
  border-right: 2px;
  background-color: rgba(51, 51, 51, 0.15);
}

.br-sp {
  display: none; /* 改行を隠す */
}

/* スマホなど幅が狭い時（例: 768px未満） */
@media (max-width: 767px) {
  .br-sp {
    display: inline; /* 改行を表示する */
  }
}
#contact section,
#privacy section {
  padding: 50px 0;
}

#privacy .contents-wrapper {
  max-width: 955px; /* 横幅を少し絞るとより綺麗に見えます */
  width: calc(100% - 100px);
  margin: auto;
}

@media (max-width: 1023) {
  #privacy .contents-wrapper {
    max-width: 955px; /* 横幅を少し絞るとより綺麗に見えます */
    width: calc(100% - 100px);
    margin: auto;
  }
}

@media (max-width: 767px) {
  #privacy .contents-wrapper {
    max-width: 955px; /* 横幅を少し絞るとより綺麗に見えます */
    width: calc(100% - 60px);
    margin: auto;
  }
}

section.contact-form-section div.contents-wrapper {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: auto;
}
/* ここが影のついた白いボックスの指定 */
.contact-container {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1); /* 薄い枠線 */
  padding: 40px 60px;
  display: flex;
  justify-content: space-around; /* 左右に振り分け */
  align-items: center;
  border-radius: 8px; /* 角を少し丸く */
  /* 影の設定：右に0、下に4px、ぼかし15px、色は黒の10% */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-tel-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: rgba(20, 78, 148, 1);
  margin: 0;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .contact-tel-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    color: rgba(20, 78, 148, 1);
    margin: 0;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .contact-tel-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: rgba(20, 78, 148, 1);
    margin: 0;
    font-weight: bold;
  }
}

.contact-tel-text {
  color: rgba(51, 51, 51, 1);
  font-size: 1.1rem;
  margin: 10px 0 0 0;
}

@media (max-width: 767px) {
  .contact-tel-text {
    color: rgba(51, 51, 51, 1);
    font-size: 0.8rem;
    margin: 10px 0 0 0;
  }
}

.contact-tel-action {
  text-align: right;
}

.contact-telnumber {
  color: rgba(226, 90, 13, 1);
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px; /* アイコンと数字の間隔 */
}

@media (max-width: 1023px) {
  .contact-telnumber {
    color: rgba(226, 90, 13, 1);
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px; /* アイコンと数字の間隔 */
  }
}

@media (max-width: 767px) {
  .contact-telnumber {
    color: rgba(226, 90, 13, 1);
    font-size: 3.7rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5px; /* アイコンと数字の間隔 */
  }
}

.telephone-icon {
  width: 30px;
  height: auto;
}

@media (max-width: 1023px) {
  .telephone-icon {
    width: 27px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .telephone-icon {
    width: 25px;
    height: auto;
    margin: 2px;
  }
}

.contact-open {
  font-size: 1rem;
  color: rgba(51, 51, 51, 1);
  margin-top: 5px;
  text-align: center;
}

/* タブレット用のレスポンシブ対応 */
@media (max-width: 1023px) {
  .contact-container {
    flex-direction: column; /* 縦並びに変更 */
    text-align: center;
    padding: 30px 20px;
    width: 75%;
    margin: auto;
  }

  .contact-tel-action {
    text-align: center;
    margin-top: 20px;
  }

  .contact-telnumber {
    justify-content: center;
    font-size: 2.5rem;
  }
}

/* スマホ用のレスポンシブ対応 */
@media (max-width: 767px) {
  .contact-container {
    display: flex;
    flex-direction: column; /* 縦並びに変更 */
    align-items: center;
    padding: 30px 20px;
    width: 85%;
    text-align: center;
    margin: auto;
  }

  .contact-tel-action {
    text-align: center;
    margin-top: 20px;
  }

  .contact-telnumber {
    justify-content: center;
    font-size: 2rem;
  }

  .contact-open {
    font-size: 0.8rem;
    color: rgba(51, 51, 51, 1);
    margin-top: 5px;
    text-align: center;
  }
}

.contact-form-section {
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 1);
}

.contact-form-contents-wrapper {
  max-width: 1160px; /* フォームの幅を調整 */
  width: calc(100% - 100px);
  margin: auto;
}

@media (max-width: 1023px) {
  .contact-form-contents-wrapper {
    max-width: 1160px; /* フォームの幅を調整 */
    width: calc(100% - 100px);
    margin: auto;
  }
}

@media (max-width: 767px) {
  .contact-form-contents-wrapper {
    max-width: 1160px; /* フォームの幅を調整 */
    width: calc(100% - 60px);
    margin: auto;
  }
}

/* 白いボックスと影の設定 */
.contact-form-container {
  background: rgba(255, 255, 255, 1);
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); /* ふわっとした影 */
}

.contact-form-title {
  font-size: 2rem;
  color: rgba(20, 78, 148, 1);
  margin-bottom: 40px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .contact-form-title {
    font-size: 2rem;
    color: rgba(20, 78, 148, 1);
    margin-bottom: 40px;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .contact-form-title {
    font-size: 1.5rem;
    color: rgba(20, 78, 148, 1);
    margin-bottom: 40px;
    font-weight: bold;
  }
}

.contact-form-item {
  margin-bottom: 30px;
}

/* ラベルと青いドット */
.contact-form-label {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 15px;
  position: relative;
  padding-left: 18px; /* ドットの分だけ左に余白 */
}

.contact-form-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: rgba(119, 158, 205, 1); /* 青いドットの色 */
  border-radius: 50%;
}

.required {
  color: rgba(119, 158, 205, 1);
  font-size: 0.9rem;
  margin-left: 15px;
  font-weight: 700;
}

/* 入力エリアのスタイル */
.contact-form-input,
.contact-form-textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(20, 78, 148, 1); /* 入力枠の色 */
  border-radius: 10px; /* 角丸を強めに */
  background-color: rgba(255, 255, 255, 1);
  font-size: 1rem;
  box-sizing: border-box;
  outline: none;
}

.contact-form-input {
}

.contact-form-textarea {
  height: 250px; /* 画像に合わせて高めに設定 */
  resize: vertical;
}

/* 送信ボタン*/
.contact-form-submit {
  text-align: center;
  margin-top: 40px;
}

.contact-form-submit input[type="submit"] {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(20, 78, 148, 1);
  padding: 10px 60px;
  border-radius: 30px;
  border-color: rgba(20, 78, 148, 1);
  font-size: 1.2rem;
  cursor: pointer;
  transition: opacity 0.3s;
}

.contact-form-submit input[type="submit"]:hover {
  opacity: 0.8;
  color: rgba(255, 255, 255, 1);
}

/* タブレット対応 */
@media (max-width: 1023px) {
  .contact-form-container {
    padding: 30px 20px;
  }
}

/* スマホ対応 */
@media (max-width: 767px) {
  .contact-form-container {
    padding: 30px 20px;
  }
  .contact-form-title {
    font-size: 1.4rem;
  }
}

/* 同意チェックエリア全体の調整 */
.contact-form-privacy {
  margin: 40px 0;
  text-align: center; /* 中央寄せ */
}

.contact-privacy-check-wrapper {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .contact-privacy-check-wrapper {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .contact-privacy-check-wrapper {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
  }
}

/* チェックボックス自体のスタイル（少し大きく） */
#privacy-check {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 12px;
  accent-color: rgba(
    20,
    78,
    148,
    1
  ); /* チェックを入れた時の色をテーマカラーに */
}

/* ラベルのテキスト */
.contact-privacy-label {
  font-size: 1.333rem;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
  user-select: none; /* テキスト選択を防ぐ */
}

@media (max-width: 1023px) {
  .contact-privacy-label {
    font-size: 1.333rem;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    user-select: none; /* テキスト選択を防ぐ */
  }
}

@media (max-width: 767px) {
  .contact-privacy-label {
    font-size: 1rem;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    user-select: none; /* テキスト選択を防ぐ */
  }
}

/* リンクのスタイル */
.contact-privacy-link {
  color: rgba(119, 158, 205, 1);
  text-decoration: underline;
  transition: opacity 0.3s;
}

.contact-privacy-link:hover {
  text-decoration: none;
  opacity: 0.7;
  color: rgba(119, 158, 205, 1);
}

.contact-form-submit input[type="submit"]:hover {
  background-color: rgba(119, 158, 205, 1);
  transform: translateY(-2px); /* ホバー時に少し浮く演出 */
  box-shadow: 0 6px 15px rgba(20, 78, 148, 0.4);
  transition: all 0.5s ease-in-out 0s;
}
/*-----------------------------------------------------------------------
   contact終わり
-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
   privacy始まり
-----------------------------------------------------------------------*/
/*privacy.html　スタイルシート*/
.privacy-img-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative; /* 子要素のabsoluteの基準にする */
  width: 100%;
}

.privacy-img {
  width: 80%; /* 画像の幅を調整 */
  height: auto;
}

/* タブレット用：文字がはみ出さないように調整 */
@media (max-width: 1023px) {
  .privacy-img {
    width: 80%; /* 全体のバランスを見て調整 */
    height: 350px;
  }

  .privacy-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-top-left-radius: 60px;
    /*display: block;*/
  }
}

/* スマホ用：文字がはみ出さないように調整 */
@media (max-width: 767px) {
  .privacy-img {
    width: 80%; /* 全体のバランスを見て調整 */
    height: 350px;
  }
  .privacy-img img {
    width: 100%;
    height: 350px;
    /*display: block;*/
  }
}

@media (max-width: 563px) {
  .privacy-img {
    width: 80%; /* 全体のバランスを見て調整 */
    height: 220px;
  }
  .privacy-img img {
    width: 100%;
    height: 220px;
    /*display: block;*/
  }
}

/* タイトル全体をまとめるボックス */
.privacy-title-group {
  position: absolute;
  left: 10%; /* 画像と被る位置に調整 */
  z-index: 10;
}

@media (max-width: 1023px) {
  .privacy-title-group {
    position: absolute;
    left: 10%; /* 画像と被る位置に調整 */
    z-index: 10;
  }
}

@media (max-width: 767px) {
  .privacy-title-group {
    position: absolute;
    left: 10%; /* 画像と被る位置に調整 */
    z-index: 10;
    width: 65%;
    height: auto;
  }
}

/* 背景の「Privacy」テキスト */
.privacy-bg-text {
  font-family: "Noto Sans JP", sans-serif; /* 欧文フォントがあれば指定 */
  font-size: 8rem; /* 大きく表示 */
  font-weight: bold;
  font-style: italic; /* 斜体 */
  line-height: 1;

  /* 中抜きの設定 */
  color: transparent; /* 中を透明にする */
  -webkit-text-stroke: 2px rgba(20, 78, 148, 0.3); /* 縁取り（色と太さ） */

  white-space: nowrap;
}

/* 前面の「プライバシーポリシー」テキスト */
.privacy-main-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: rgba(20, 78, 148, 1);
  margin-top: -1.2rem; /* 英語と重なるように上に持ち上げる */
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
  .privacy-bg-text {
    font-size: 4rem;
  }
  .privacy-main-title {
    font-size: 2rem;
    margin-top: -0.5rem;
  }
}

#contact .contents-wrapper {
  max-width: 955px;
  width: calc(100% - 40px);
  margin: auto;
}

.privacy-social {
  font-size: 1.428571429rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
}

@media (max-width: 1023px) {
  .privacy-social {
    font-size: 1.428571429rem;
    font-family: Noto Sans JP;
    color: rgba(51, 51, 51, 1);
  }
}

@media (max-width: 767px) {
  .privacy-social {
    font-size: 1.2rem;
    font-family: Noto Sans JP;
    color: rgba(51, 51, 51, 1);
  }
}

.privacy-solid {
  border-bottom: 1px solid rgba(20, 78, 148, 1);
  max-width: 1160px;
  width: calc(100% - 140px);
  margin: auto;
  padding-top: 50px;
}
@media (max-width: 1023px) {
  .privacy-solid {
    border-bottom: 1px solid rgba(20, 78, 148, 1);
    max-width: 80%;
    width: calc(100% - 140px);
    margin: auto;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .privacy-solid {
    border-bottom: 1px solid rgba(20, 78, 148, 1);
    max-width: 90%;
    width: calc(100% - 40px);
    margin: auto;
    padding-top: 50px;
  }
}

/*第1条*/
.privacy-parsonal-rule {
  font-size: 1.333rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  padding-top: 50px;
}
.privacy-info {
  font-size: 1rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  padding-bottom: 50px;
  padding-top: 20px;
}
/*第2条*/
.privacy-purpose {
  font-size: 1.333rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}
.privacy-purpose-rule {
  font-size: 1rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 50px;
}
/*第3条*/
.privacy-management {
  font-size: 1.333rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}
.privacy-management-rule {
  font-size: 1rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 50px;
}
/*第4条*/
.privacy-provision {
  font-size: 1.333rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  padding-bottom: 20px;
}

.privacy-provision-rule {
  font-size: 1rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 50px;
}
/*第5条*/
.privacy-disclosure {
  font-size: 1.333rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  padding-bottom: 20px;
}

.privacy-disclosure-rule {
  font-size: 1rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  padding-bottom: 50px;
}
/*第6条*/
.privacy-compliance {
  font-size: 1.333rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  padding-bottom: 20px;
}

.privacy-compliance-rule {
  font-size: 1rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  padding-bottom: 50px;
}
/*第7条*/
.privacy-contact {
  font-size: 1.333rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  padding-bottom: 20px;
}

.privacy-contact-rule {
  font-size: 1rem;
  font-family: Noto Sans JP;
  color: rgba(51, 51, 51, 1);
  font-weight: normal;
  padding-bottom: 50px;
}

.privacy-contact-link-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy-contact-link-button {
  /* ここは幅の制御だけにします */
  width: 250px; /* 15%だと文字がはみ出す可能性があるため、固定値かmin-widthを推奨します */
  text-align: center;
}

/* リンクタグをボタン化する */
a.contact-link {
  display: block; /* 1. これで親要素の横幅いっぱいに広がる */
  padding: 15px 0; /* 2. これで縦方向のクリック範囲が広がる */
  color: rgba(20, 78, 148, 1);
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid rgba(20, 78, 148, 1);
  border-radius: 50px;
  transition: all 0.3s; /* 背景色、文字色、影すべてを滑らかに変化させる */
  box-sizing: border-box; /* パディングが幅に影響しないようにする */
}

/* ホバー時の挙動（リンクタグに対して直接かける） */
a.contact-link:hover {
  background-color: rgba(20, 78, 148, 1);
  color: rgba(255, 255, 255, 1);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(20, 78, 148, 0.4);
  text-decoration: none;
  opacity: 1; /* 元のセクションにかかっているopacityを打ち消す */
}

/* セクション全体のホバー（必要であれば） */
.privacy-contact-link:hover {
  /* ここでのopacity指定は、ボタンのhoverを邪魔しないよう調整してください */
}
/*タブレット対応*/
/*お問い合わせページに戻るボタン*/
@media (max-width: 1023px) {
  .privacy-contact-link-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .privacy-contact-link-button {
    /* ここは幅の制御だけにします */
    width: 250px; /* 15%だと文字がはみ出す可能性があるため、固定値かmin-widthを推奨します */
    text-align: center;
  }

  /* リンクタグをボタン化する */
  a.contact-link {
    display: block; /* 1. これで親要素の横幅いっぱいに広がる */
    padding: 15px 0; /* 2. これで縦方向のクリック範囲が広がる */
    color: rgba(20, 78, 148, 1);
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid rgba(20, 78, 148, 1);
    border-radius: 50px;
    transition: all 0.3s; /* 背景色、文字色、影すべてを滑らかに変化させる */
    box-sizing: border-box; /* パディングが幅に影響しないようにする */
  }

  /* ホバー時の挙動（リンクタグに対して直接かける） */
  a.contact-link:hover {
    background-color: rgba(20, 78, 148, 1);
    color: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(20, 78, 148, 0.4);
    text-decoration: none;
    opacity: 1; /* 元のセクションにかかっているopacityを打ち消す */
  }

  /* セクション全体のホバー（必要であれば） */
  .privacy-contact-link:hover {
    /* ここでのopacity指定は、ボタンのhoverを邪魔しないよう調整してください */
  }
}

/*スマホ対応*/
/*お問い合わせページに戻るボタン*/
@media (max-width: 767px) {
  .privacy-contact-link-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .privacy-contact-link-button {
    /* ここは幅の制御だけにします */
    width: 250px; /* 15%だと文字がはみ出す可能性があるため、固定値かmin-widthを推奨します */
    text-align: center;
  }

  /* リンクタグをボタン化する */
  a.contact-link {
    display: block; /* 1. これで親要素の横幅いっぱいに広がる */
    padding: 15px 0; /* 2. これで縦方向のクリック範囲が広がる */
    color: rgba(20, 78, 148, 1);
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid rgba(20, 78, 148, 1);
    border-radius: 50px;
    transition: all 0.3s; /* 背景色、文字色、影すべてを滑らかに変化させる */
    box-sizing: border-box; /* パディングが幅に影響しないようにする */
  }

  /* ホバー時の挙動（リンクタグに対して直接かける） */
  a.contact-link:hover {
    background-color: rgba(20, 78, 148, 1);
    color: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(20, 78, 148, 0.4);
    text-decoration: none;
    opacity: 1; /* 元のセクションにかかっているopacityを打ち消す */
  }

  /* セクション全体のホバー（必要であれば） */
  .privacy-contact-link:hover {
    /* ここでのopacity指定は、ボタンのhoverを邪魔しないよう調整してください */
  }
}
