@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*==================================================================================================
	トップページ
==================================================================================================*/
.-top .mainView {
  position: relative;
  padding-top: 4em;
}
.-top .mainView .inner {
  height: calc(100vh - 5em);
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.-top .mainView .inner > img {
  position: absolute;
  right: 0;
  top: 4em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  width: 60%;
  height: 100%;
  z-index: -1;
}
.-top .mainView .inner .en {
  color: #f76a0d;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.6;
  margin-bottom: 0.5em;
  position: relative;
  font-size: clamp(10px, 3vw, 1em);
}
.-top .mainView .inner .ttl {
  position: relative;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1.4;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.-top .mainView .inner .btnArea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .-top .mainView {
    padding-top: 0;
  }
  .-top .mainView .inner {
    justify-content: flex-end;
    min-height: 300px;
    height: auto;
    padding-top: 22em;
    padding-bottom: 1em;
  }
  .-top .mainView .inner > img {
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left bottom;
       object-position: left bottom;
    width: 90%;
    height: calc(100% - 14em);
  }
}
.-top .secPurpose {
  background: url("/shared/img/top/bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.-top .secPurpose p {
  text-align: center;
  margin-top: 1em;
  line-height: 2.4;
  font-size: 110%;
}
.-top .secPurpose p.-small {
  font-size: 86%;
}
@media screen and (max-width: 560px) {
  .-top .secPurpose p {
    text-align: left;
  }
  .-top .secPurpose p.-center {
    text-align: center;
  }
}
.-top .secNews {
  padding-top: 0;
}
.-top .secNews .inner {
  display: flex;
  align-items: flex-start;
  gap: clamp(2em, 5vw, 4em);
}
.-top .secNews .inner .labelArea {
  width: 30%;
  max-width: 260px;
}
.-top .secNews .inner .mainArea {
  flex: 1;
}
.-top .secNews .inner .mainArea li {
  border-bottom: #cccccc 1px solid;
}
.-top .secNews .inner .mainArea li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
  padding: 1em 0.6em;
  text-decoration: none;
}
.-top .secNews .inner .mainArea li a:hover p {
  color: #f76a0d;
}
.-top .secNews .inner .mainArea li a time {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.-top .secNews .inner .mainArea li a .cate {
  font-size: 80%;
  border: #f76a0d 1px solid;
  border-radius: 3em;
  background: #fef4ee;
  color: #f76a0d;
  line-height: 1;
  padding: 0.4em 1em;
}
.-top .secNews .inner .mainArea li a .cate.-news {
  border: #ccc 1px solid;
  background: #fafafa;
  color: #000000;
}
.-top .secNews .inner .mainArea li a p {
  width: 100%;
  line-height: 1.6;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .-top .secNews .inner {
    flex-direction: column;
    gap: 0;
  }
  .-top .secNews .inner .labelArea {
    width: 100%;
    max-width: 100%;
  }
  .-top .secNews .inner .mainArea {
    flex: none;
    width: 100%;
  }
}
.-top .secCase .splide {
  width: 100%;
  position: relative;
}
.-top .secCase .splide__track {
  overflow: visible;
}
.-top .secCase .splide .splide__arrow {
  border: none;
  background: none;
  width: 3em;
  height: 3em;
  position: absolute;
  z-index: 1;
}
.-top .secCase .splide .splide__arrow svg {
  display: none;
}
.-top .secCase .splide .splide__arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/shared/img/common/slider-arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.-top .secCase .splide .splide__arrow--next {
  right: -1.5em;
  top: 50%;
  margin-top: -1.5em;
}
.-top .secCase .splide .splide__arrow--prev {
  left: -1.5em;
  top: 50%;
  margin-top: -1.5em;
}
.-top .secCase .splide .splide__arrow--prev:before {
  transform: scale(-1, 1);
}
@media screen and (max-width: 560px) {
  .-top .secCase .splide .splide__arrow--next {
    right: -1em;
  }
  .-top .secCase .splide .splide__arrow--prev {
    left: -1em;
  }
}
.-top .secCase .caseWrap {
  display: block;
  background: #FFF;
  text-decoration: none;
  height: 100%;
}
.-top .secCase .caseWrap .thumb {
  overflow: hidden;
  aspect-ratio: 3/1.8;
}
.-top .secCase .caseWrap .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.-top .secCase .caseWrap .textArea {
  padding: 1em 1em 1.2em;
}
.-top .secCase .caseWrap .textArea .ttl {
  line-height: 1.6;
  margin-bottom: 0.2em;
}
.-top .secCase .caseWrap .textArea .company {
  color: #666666;
  font-size: 80%;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.-top .secCase .caseWrap .textArea .cateList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em;
}
.-top .secCase .caseWrap .textArea .cateList li {
  background: #000000;
  border-radius: 2em;
  color: #FFF;
  font-size: 80%;
  line-height: 1;
  padding: 0.5em 1em;
}
.-top .secCase .caseWrap:hover .thumb img {
  transform: scale(1.1, 1.1);
}
.-top .secLink {
  padding: 0;
  display: flex;
}
.-top .secLink .darkLink {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .-top .secLink {
    flex-direction: column;
  }
}

/*==================================================================================================
	記事一覧
==================================================================================================*/
.articleWrap {
  display: flex;
  gap: clamp(2em, 7vw, 5em);
}
.articleWrap__main {
  flex: 1;
}
.articleWrap__main > .ttl {
  font-size: 130%;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.articleWrap__index {
  max-width: 170px;
  width: 30%;
}
.articleWrap__index .ttl {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1.6;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.articleWrap__index .ttl:first-child {
  margin-top: 0;
}
.articleWrap__index .indexList {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.articleWrap__index .indexList li a {
  text-decoration: none;
  padding: 0.6em 0.5em;
  display: block;
  line-height: 1.6;
  border: #000000 1px solid;
  border-radius: 2em;
  text-align: center;
}
.articleWrap__index .indexList li a:hover {
  background: #000000;
  color: #FFF;
}
.articleWrap__index .indexList li a.active {
  background: #000000;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .articleWrap {
    flex-direction: column;
    gap: 3em;
  }
  .articleWrap__index {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}

.sortWrap {
  display: flex;
  gap: 0.5em;
  margin-bottom: 3em;
}
.sortWrap .categoryList {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 0.5em;
}
.sortWrap .categoryList li a {
  display: block;
  line-height: 1;
  border-radius: 3em;
  border: #000000 1px solid;
  color: #000000;
  padding: 0.5em 0.8em;
  text-decoration: none;
  font-size: 90%;
}
.sortWrap .categoryList li a:hover {
  color: #FFF;
  background: #f76a0d;
  border-color: #f76a0d;
}
@media screen and (max-width: 767px) {
  .sortWrap {
    flex-direction: column;
    gap: 1em;
  }
}

.sorRichitWrap {
  background: #f5f5f5;
  padding: clamp(1em, 5vw, 2em);
  margin-bottom: 3em;
}
.sorRichitWrap .searchList {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.sorRichitWrap .searchList__item > label {
  padding-left: 0.6em;
  margin-bottom: 0.8em;
  position: relative;
  display: block;
}
.sorRichitWrap .searchList__item > label::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #f76a0d;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.sorRichitWrap .searchList__checkBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}
.sorRichitWrap .searchList__checkBox input[type=checkbox] {
  display: none;
}
.sorRichitWrap .searchList__checkBox input[type=checkbox][type=checkbox]:checked + label {
  background-color: #f76a0d;
  color: #FFF;
  border-color: #f76a0d;
}
.sorRichitWrap .searchList__checkBox label {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 2em;
  border: #000000 1px solid;
  background-color: none;
  color: #000000;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1;
  font-size: 90%;
}

/*-----------------------------------------------
お知らせ一覧
-----------------------------------------------*/
.newsList > li {
  border-bottom: #cccccc 1px solid;
}
.newsList > li:first-child {
  border-top: #cccccc 1px solid;
}
.newsList > li a {
  padding: 2em 0.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(1em, 4vw, 2em);
  text-decoration: none;
}
.newsList > li a:hover .thumb img {
  transform: scale(1.1);
}
.newsList > li a:hover .ttl {
  color: #f76a0d;
}
.newsList > li a .thumb {
  overflow: hidden;
  max-width: 260px;
  width: 30%;
}
.newsList > li a .thumb.noImage {
  border: #000000 1px solid;
}
.newsList > li a .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3/1.8;
  transition: 0.3s;
}
.newsList > li a .textArea {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.newsList > li a .textArea time {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.newsList > li a .textArea .categoryList {
  display: flex;
  gap: 0.2em;
}
.newsList > li a .textArea .categoryList .cate {
  font-size: 80%;
  border: #f76a0d 1px solid;
  border-radius: 3em;
  background: #fef4ee;
  color: #f76a0d;
  line-height: 1;
  padding: 0.4em 1em;
}
.newsList > li a .textArea .categoryList .cate.-news {
  border: #ccc 1px solid;
  background: #fafafa;
  color: #000000;
}
.newsList > li a .textArea .ttl {
  font-size: 110%;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 0.3em;
}
.newsList > li a .textArea p {
  line-height: 1.6;
  font-size: 86%;
  width: 100%;
  color: #555555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList > li a .textArea ul:not([class]) {
  margin-top: 0.7em;
  font-size: 86%;
}
.newsList > li a .textArea ul:not([class]) li {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .newsList > li a {
    align-items: flex-start;
  }
}

.col3List li a {
  text-decoration: none;
}
.col3List li a:hover .thumb img {
  transform: scale(1.1);
}
.col3List li a .thumb {
  overflow: hidden;
}
.col3List li a .thumb.noImage {
  border: #000000 1px solid;
}
.col3List li a .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3/1.8;
  transition: 0.3s;
  width: 100%;
}
.col3List li a .textArea {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  margin-top: 1em;
}
.col3List li a .textArea .categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.col3List li a .textArea .categoryList .cate {
  font-size: 80%;
  border-radius: 3em;
  background: #000000;
  color: #FFF;
  line-height: 1;
  padding: 0.6em 1em;
}
.col3List li a .textArea .categoryList.-small {
  font-size: 90%;
}
.col3List li a .textArea .ttl {
  font-size: 110%;
  line-height: 1.6;
  color: #000000;
}
.col3List li a .textArea .company {
  line-height: 1.6;
  font-size: 86%;
  width: 100%;
  color: #555555;
}
.col3List li a .textArea p {
  line-height: 1.6;
  font-size: 86%;
  width: 100%;
  color: #555555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detailWrap {
  padding-top: 4em;
}
.detailWrap__ttl {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 4em;
}
.detailWrap__ttl > .ttl {
  font-size: clamp(2.2rem, 5vw, 3rem);
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.2em;
  width: 100%;
}
.detailWrap__ttl time {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.detailWrap__ttl .categoryList {
  display: flex;
  gap: 0.2em;
}
.detailWrap__ttl .categoryList .cate {
  font-size: 80%;
  border: #f76a0d 1px solid;
  border-radius: 3em;
  background: #fef4ee;
  color: #f76a0d;
  line-height: 1;
  padding: 0.4em 1em;
}
.detailWrap__ttl .categoryList .cate.-news {
  border: #ccc 1px solid;
  background: #fafafa;
  color: #000000;
}
.detailWrap__main {
  margin-bottom: 4em;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
.detailWrap__main > *:first-child {
  margin-top: 0;
}
.detailWrap__main .bigLabel {
  font-size: clamp(2.2rem, 5vw, 2.8rem);
  line-height: 1.6;
}
.detailWrap__main .smallLabel {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.6;
  border-bottom: #08141a 1px solid;
}
.detailWrap__main > img {
  margin: 0 auto;
}
.detailWrap__main > p {
  width: 100%;
  display: block;
}
.detailWrap__main .galleryWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.detailWrap__main .galleryWrap img {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .detailWrap__main .galleryWrap {
    flex-direction: column;
    gap: 1.5em;
  }
  .detailWrap__main .galleryWrap img {
    width: 100%;
  }
}
.detailWrap__main .flexWrap {
  display: flex;
  gap: 4%;
}
.detailWrap__main .flexWrap > * {
  width: 48%;
}
.detailWrap__main .flexWrap p {
  display: block;
}
@media screen and (max-width: 767px) {
  .detailWrap__main .flexWrap {
    flex-direction: column;
    gap: 1.5em;
  }
  .detailWrap__main .flexWrap > * {
    width: 100%;
  }
}
.detailWrap__main .btn {
  text-align: center;
}
.detailWrap__main .btn a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  border-radius: 3em;
  padding: 1em 2em;
  line-height: 1;
  min-width: 15em;
  text-align: center;
}
.detailWrap__main .line {
  width: 100%;
  text-align: center;
}
.detailWrap__main .line div {
  height: 1px;
}

.caseDetail__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.caseDetail__ttl .categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.caseDetail__ttl .categoryList .cate {
  font-size: 80%;
  border-radius: 3em;
  background: #000000;
  color: #FFF;
  line-height: 1;
  padding: 0.6em 1em;
}
.caseDetail__ttl .categoryList.-small {
  font-size: 90%;
}
.caseDetail__ttl .ttl {
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.caseDetail__ttl > p {
  color: #666666;
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .caseDetail__ttl > p span {
    display: none;
  }
}
.caseDetail__main {
  display: flex;
  gap: clamp(2em, 5vw, 5em);
}
.caseDetail__main .thumb {
  width: 40%;
}
.caseDetail__main .textArea {
  flex: 1;
  font-size: 106%;
}
@media screen and (max-width: 767px) {
  .caseDetail__main {
    flex-direction: column;
  }
  .caseDetail__main .thumb {
    width: 100%;
  }
}
.caseDetail__outline .outlineList {
  border-top: #000000 1px solid;
  border-bottom: #000000 1px solid;
}
.caseDetail__outline .outlineList__item {
  border-top: #cccccc 1px solid;
  display: flex;
  gap: 2em;
  padding: 1em;
}
.caseDetail__outline .outlineList__item:first-child {
  border: none;
}
.caseDetail__outline .outlineList__item .ttl {
  width: 16em;
  font-weight: bold;
}
.caseDetail__outline .outlineList__item .textArea {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .caseDetail__outline .outlineList__item {
    flex-direction: column;
    gap: 0.6em;
  }
  .caseDetail__outline .outlineList__item .ttl {
    width: 100%;
    font-size: 110%;
  }
}
.caseDetail__flow .flowList {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.caseDetail__flow .flowList__item {
  background: #efefef;
  padding: clamp(1em, 5vw, 1.5em);
  text-align: center;
  position: relative;
}
.caseDetail__flow .flowList__item:after {
  font-family: "Material Symbols Rounded";
  content: "\f46a";
  color: #f76a0d;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  font-size: 2em;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateY(0) translateX(-50%) rotate(90deg);
  transition: 0.3s;
}
.caseDetail__flow .flowList__item:last-child:after {
  content: none;
}
.caseDetail__interview .interviewWrap {
  display: flex;
  gap: clamp(2em, 5vw, 4em);
  align-items: center;
}
.caseDetail__interview .interviewWrap .textArea {
  flex: 1;
  color: #FFF;
}
.caseDetail__interview .interviewWrap .thumb {
  max-width: 360px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .caseDetail__interview .interviewWrap {
    flex-direction: column;
  }
  .caseDetail__interview .interviewWrap .thumb {
    order: -1;
    width: 70%;
  }
}
.caseDetail .sContainer.-bgBlack {
  padding: 5em 0;
  background: #3d3d3d;
  position: relative;
}
@media screen and (max-width: 767px) {
  .caseDetail .sContainer.-bgBlack {
    padding: 4em 0;
  }
}
@media screen and (max-width: 480px) {
  .caseDetail .sContainer.-bgBlack {
    padding: 4em 0;
  }
}
.caseDetail .sContainer.-bgBlack::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/shared/img/common/bg-light.png") no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.caseDetail .sContainer .innerS {
  position: relative;
}

.slerDetail__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.slerDetail__ttl p {
  text-align: center;
  line-height: 1.6;
}
.slerDetail__ttl .ttl {
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.slerDetail .flexWrap .innerS {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2em, 6vw, 5em);
}
@media screen and (max-width: 767px) {
  .slerDetail .flexWrap .innerS {
    flex-direction: column;
  }
}
.slerDetail .flexWrap__main {
  flex: 1;
}
.slerDetail .flexWrap__main .sliderWrap #main-carousel .splide__slide img {
  width: 100%;
}
.slerDetail .flexWrap__main .sliderWrap #thumbnail-carousel {
  margin-top: 1em;
}
.slerDetail .flexWrap__main .sliderWrap #thumbnail-carousel .splide__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
.slerDetail .flexWrap__main .sliderWrap #thumbnail-carousel .splide__list .splide__slide {
  opacity: 0.4;
  aspect-ratio: 3/2;
}
.slerDetail .flexWrap__main .sliderWrap #thumbnail-carousel .splide__list .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.slerDetail .flexWrap__main .sliderWrap #thumbnail-carousel .splide__list .splide__slide.is-active {
  opacity: 1;
}
.slerDetail .flexWrap__main .mainText {
  margin-top: 2em;
}
.slerDetail .flexWrap__main .categoryWrap {
  margin-top: 2em;
}
.slerDetail .flexWrap__main .categoryWrap__item {
  border-top: #000000 1px solid;
  padding: 1.5em 0.3em 1.7em;
}
.slerDetail .flexWrap__main .categoryWrap__item:last-child {
  border-bottom: #000000 1px solid;
}
.slerDetail .flexWrap__main .categoryWrap__item .ttl {
  color: #f76a0d;
  font-size: 120%;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.slerDetail .flexWrap__main .categoryWrap__item .categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.slerDetail .flexWrap__main .categoryWrap__item .categoryList .cate {
  font-size: 80%;
  border-radius: 3em;
  background: #000000;
  color: #FFF;
  line-height: 1;
  padding: 0.6em 1em;
}
.slerDetail .flexWrap__main .categoryWrap__item .categoryList.-small {
  font-size: 90%;
}
.slerDetail .flexWrap__right {
  width: 35%;
}
.slerDetail .flexWrap__right .grayWrap {
  padding: clamp(1em, 5vw, 1.5em);
  background: #efefef;
}
.slerDetail .flexWrap__right .grayWrap .ttl {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  font-size: 84%;
  line-height: 1.6;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  color: #8f8f8f;
  margin-top: 1.6em;
}
.slerDetail .flexWrap__right .grayWrap .ttl:first-child {
  margin-top: 0;
}
.slerDetail .flexWrap__right .grayWrap .btn {
  margin-top: 1.5em;
}
.slerDetail .flexWrap__right .grayWrap .btn a {
  display: block;
  line-height: 1.4;
  padding: 1em;
  border-radius: 3em;
  background: #f76a0d;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .slerDetail .flexWrap__right {
    width: 100%;
  }
}

/*==================================================================================================
	サブページ
==================================================================================================*/
.projectWrap {
  display: flex;
  flex-direction: column;
  gap: 3em;
  margin-top: 3em;
}
.projectWrap__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2em, 7vw, 4em);
  text-decoration: none;
}
.projectWrap__item a:hover .thumb img {
  transform: scale(1.2);
}
.projectWrap__item:nth-child(2n+1) .thumb {
  order: -1;
}
.projectWrap__item:nth-child(2n) .textArea {
  max-width: 34em;
}
.projectWrap__item .thumb {
  width: 35%;
  text-align: center;
}
.projectWrap__item .thumb img {
  transition: 0.5s;
}
.projectWrap__item .textArea {
  width: 55%;
}
.projectWrap__item .textArea .num {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #f76a0d;
  font-weight: bold;
  font-size: clamp(3rem, 10vw, 4.8rem);
  line-height: 1;
  margin-bottom: 0.5em;
}
.projectWrap__item .textArea .ttl {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.6;
  margin-bottom: 0.7em;
}
.projectWrap__item .textArea p {
  font-size: 106%;
}
.projectWrap__item .textArea .target {
  line-height: 1;
  color: #f76a0d;
  border: #f76a0d 1px solid;
  display: inline-block;
  padding: 0.5em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .projectWrap__item a {
    flex-direction: column;
    gap: 0;
  }
  .projectWrap__item:nth-child(2n+1) .thumb {
    order: -1;
  }
  .projectWrap__item:nth-child(2n) .textArea {
    max-width: 100%;
  }
  .projectWrap__item .thumb {
    width: 100%;
    text-align: center;
    order: -1;
  }
  .projectWrap__item .thumb img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    width: 80%;
    max-height: 46vw;
  }
  .projectWrap__item .textArea {
    width: 100%;
  }
  .projectWrap__item .textArea p {
    font-size: 100%;
  }
}
.projectWrap .cursor-stalker {
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(247, 106, 13, 0.2);
  transform: scale(0);
  transition: transform 0.2s ease-out, background 0.2s;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
}
.projectWrap .cursor-stalker.active {
  transform: scale(0.65);
  background: rgba(247, 106, 13, 0.75);
  mix-blend-mode: hard-light;
}

.rowList {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.policyWrap > *:first-child {
  margin-top: 0;
}
.policyWrap hr {
  margin: 2em 0;
}
.policyWrap p {
  margin: 1em 0;
}
.policyWrap .ttl {
  font-size: 130%;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-top: 2.5em;
  font-weight: bold;
}
.policyWrap .ttl-sub {
  background: #f5f5f5;
  border-left: #f76a0d 3px solid;
  padding: 0.6em 1em;
}
.policyWrap ul {
  margin: 1em 0;
  padding-left: 1.35em;
}
.policyWrap ul li {
  list-style: disc;
}
.policyWrap ol {
  margin: 1em 0;
  padding-left: 1.35em;
}
.policyWrap ol li {
  list-style: decimal;
}

.faqList__item .faqLabel {
  border-bottom: #cccccc 1px solid;
  padding: clamp(1em, 5vw, 1.5em) 3em clamp(1em, 5vw, 1.5em) 4.7em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 480px) {
  .faqList__item .faqLabel {
    padding: clamp(1em, 5vw, 1.5em) 2em clamp(1em, 5vw, 1.5em) 4em;
  }
}
.faqList__item .faqLabel:after {
  font-family: "Material Symbols Rounded";
  content: "\e313";
  line-height: 1;
  text-align: center;
  font-weight: 100;
  font-size: 220%;
  vertical-align: middle;
  position: absolute;
  right: 0.2em;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  transition: 0.3s;
}
.faqList__item .faqLabel:before {
  content: "Q";
  width: 2em;
  height: 2em;
  background: #f76a0d;
  border-radius: 3em;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 140%;
  color: #FFF;
  position: absolute;
  left: 0.8em;
  top: clamp(0.6em, 10vw, 1em);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .faqList__item .faqLabel:before {
    font-size: 120%;
  }
}
.faqList__item .faqLabel .ttl {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
}
.faqList__item .faqLabel.-open:after {
  content: "\e316";
}
.faqList__item .faqMain {
  background: #f5f5f5;
  padding: clamp(1em, 5vw, 1.5em) clamp(1em, 5vw, 1.5em) clamp(1em, 5vw, 1.5em) 4.7em;
  position: relative;
  display: none;
}
@media screen and (max-width: 480px) {
  .faqList__item .faqMain {
    padding: clamp(1em, 5vw, 1.5em) clamp(1em, 5vw, 1.5em) clamp(1em, 5vw, 1.5em) 4em;
  }
}
.faqList__item .faqMain:before {
  content: "A";
  width: 2em;
  height: 2em;
  background: #666666;
  border-radius: 3em;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 140%;
  color: #FFF;
  position: absolute;
  left: 0.8em;
  top: clamp(0.6em, 10vw, 1em);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .faqList__item .faqMain:before {
    font-size: 120%;
  }
}
.faqList__item .faqMain__main {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.faqList__item .faqMain__main .col2List {
  display: flex;
  gap: clamp(1em, 5vw, 1.5em);
}
.faqList__item .faqMain__main .col2List > * {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .faqList__item .faqMain__main .col2List {
    flex-direction: column;
  }
}
.faqList__item .faqMain__main .whiteBox {
  background: #FFF;
  padding: clamp(1em, 5vw, 1.5em);
}

.checkList {
  margin-top: 0.5em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.checkList li {
  padding-left: 1.4em;
  position: relative;
  font-size: 90%;
  line-height: 1.6;
}
.checkList li:after {
  font-family: "Material Symbols Rounded";
  content: "\e5ca";
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 160%;
  color: #f76a0d;
  vertical-align: middle;
  position: absolute;
  left: -0.2em;
  top: 0em;
}
.checkList.-gray li:after {
  color: #666666;
}

.formWrap {
  background: #f5f5f5;
  padding: 4vw;
}
.formWrap table {
  width: 100%;
}
.formWrap th {
  padding: 1em;
  text-align: left;
  width: 28%;
}
@media screen and (max-width: 767px) {
  .formWrap th {
    display: block;
    width: 100%;
  }
}
.formWrap th span {
  font-size: 68%;
  color: #fff;
  background: #f76a0d;
  margin-left: 0.5em;
  padding: 0.4em 1em;
  line-height: 1;
}
.formWrap td {
  padding: 1em;
  width: 72%;
}
@media screen and (max-width: 767px) {
  .formWrap td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.formWrap input[type=text] {
  width: 100%;
}
.formWrap input[type=submit] {
  background: #f76a0d;
  border-radius: 100vh;
  margin-top: 2.4em;
}

/*==================================================================================================
	Wordpress用 scss
==================================================================================================*/
.pageTtl,
#top_title_area {
  position: relative;
  min-height: initial;
  background-position: center;
  background-size: cover;
  display: flex;
  text-align: center;
  color: #000000;
  background-color: #f5f5f5;
  padding: 3em 0;
}
@media screen and (max-width: 767px) {
  .pageTtl,
#top_title_area {
    height: 40vw;
  }
}
.pageTtl .ttlEnglish,
.pageTtl .c-pageTitle,
#top_title_area .ttlEnglish,
#top_title_area .c-pageTitle {
  position: relative;
  display: inline-block;
  margin: auto;
  z-index: 2;
  color: #000000;
  text-shadow: none;
  text-align: center;
  letter-spacing: 0.1em;
}
.pageTtl img,
#top_title_area img {
  display: none;
}

/*---------------- ページネーション ----------------*/
.pagenavi {
  text-align: center;
  color: #000000;
  margin: 2em auto;
  font-size: 1.4rem;
  margin: 4em auto;
}
.pagenavi a,
.pagenavi span {
  border-radius: 0.25em;
  color: #000000;
  border: 1px solid #f5f5f5;
  display: inline-block;
  line-height: 1;
  padding: 1em 2em;
  margin: 0.25em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pagenavi a,
.pagenavi span {
    padding: 1em;
  }
}
.pagenavi span[aria-current~=page],
.pagenavi .current,
.pagenavi a:hover,
.pagenavi span:hover {
  color: #ffffff;
  background-color: #f5f5f5;
}

.wp-pagenavi {
  clear: both;
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  background-color: #FFF;
  border: #000000 1px solid;
  color: #000000;
  margin: 0.25em;
  width: 3em;
  height: 3em;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.wp-pagenavi a.first, .wp-pagenavi a.last,
.wp-pagenavi span.first,
.wp-pagenavi span.last {
  display: none;
}
.wp-pagenavi .pages {
  width: 4em;
  display: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #000000;
  color: #FFF;
}
.wp-pagenavi span.current {
  font-weight: bold;
  background: #000000;
  color: #FFF;
}

.sidebarWrap,
#sidebar {
  width: 25%;
  padding: 1.5em;
  background-color: #ffffff;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .sidebarWrap,
#sidebar {
    width: 100%;
  }
}
.sidebarWrap .sideTtl,
#sidebar .sideTtl {
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0 0.5em 0;
  margin: 2.5em 0 0 0;
  color: rgba(0, 0, 0, 0.6);
}
.sidebarWrap .sideTtl:first-child,
#sidebar .sideTtl:first-child {
  margin-top: 0;
}
.sidebarWrap .sideList li,
#sidebar .sideList li {
  margin-top: 0.75em;
}
.sidebarWrap .sideList a,
#sidebar .sideList a {
  color: initial;
  text-decoration: none;
}

/*---------------- カラーパレット ----------------*/
.has-black-background-color {
  background-color: #292220;
}

.has-black-color {
  color: #292220;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-white-color {
  color: #FFFFFF;
}

.has-gray-background-color {
  background-color: #BBB2B4;
}

.has-gray-color {
  color: #BBB2B4;
}

.has-brown-background-color {
  background-color: #654B3D;
}

.has-brown-color {
  color: #654B3D;
}

.has-lightbrown-background-color {
  background-color: #DDD2C8;
}

.has-lightbrown-color {
  color: #DDD2C8;
}

.has-orange-background-color {
  background-color: #BA6A3F;
}

.has-orange-color {
  color: #BA6A3F;
}

.has-red-background-color {
  background-color: #ff094c;
}

.has-red-color {
  color: #ff094c;
}

.has-blue-background-color {
  background-color: #3F6CBA;
}

.has-blue-color {
  color: #3F6CBA;
}

.has-lightblue-background-color {
  background-color: #4492D6;
}

.has-lightblue-color {
  color: #4492D6;
}

.has-line-background-color {
  background-color: #06c755;
}

.has-line-color {
  color: #06c755;
}

.has-yellow-background-color {
  background-color: #ffff75;
}

.has-yellow-color {
  color: #ffff75;
}

.has-yellow2-background-color {
  background-color: #ffefda;
}

.has-yellow-2-color {
  color: #ffefda;
}

.wpText {
  max-width: 100%;
  width: 100%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /* clearfix */
}
.wpText .alignleft, .wpText .alignright {
  clear: both;
}
.wpText .alignleft:after, .wpText .alignright:after {
  content: " ";
  display: block;
  clear: both;
}
.wpText .wp-block-image {
  clear: both;
}
.wpText .wp-block-image:after {
  content: " ";
  display: block;
  clear: both;
}
.wpText .wp-block-image * :after {
  content: " ";
  display: block;
  clear: both;
}
.wpText a {
  color: #f76a0d;
  text-decoration: underline;
  transition: 0.3s;
}
.wpText a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.wpText > *:first-child {
  margin-top: 0;
}
.wpText p {
  line-height: 2;
  margin: 1em 0;
  display: block;
}
.wpText h1,
.wpText h2,
.wpText h3,
.wpText h4,
.wpText h5,
.wpText h6 {
  line-height: 1.6 !important;
  font-weight: 500;
  width: 100%;
}
.wpText .has-large-font-size {
  font-weight: bold;
}
.wpText pre {
  overflow: auto;
}
.wpText strong {
  font-weight: bold;
}
.wpText .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.wpText .alignright {
  float: right;
}
.wpText .alignleft {
  float: left;
}
.wpText img[class*=wp-image-],
.wpText img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
.wpText .clearfix {
  overflow: hidden;
  zoom: 1;
}
.wpText .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.wpText h1 {
  font-size: 250%;
  margin-top: 2em;
  margin-bottom: 1em;
}
.wpText h2 {
  font-size: 162%;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  color: #000000;
  border-bottom: #000000 2px solid;
}
.wpText h3 {
  background: #666666;
  font-size: 146%;
  border-radius: 0.2em;
  line-height: 1.6;
  padding: 0.5em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.wpText h4 {
  font-size: 140%;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 0.7em;
  border-left: 6px solid #f76a0d;
}
.wpText h5 {
  color: #f76a0d;
  font-size: 125%;
  margin-top: 2em;
  margin-bottom: 1em;
}
.wpText h6 {
  font-size: 125%;
  margin-top: 2em;
  margin-bottom: 1em;
}
.wpText ul {
  list-style: none;
  margin: 1.5em 0;
  list-style: disc;
}
.wpText ul li {
  margin-left: 1.5em;
  margin-bottom: 0.3em;
  line-height: 1.5;
}
.wpText ul li:last-child {
  margin-bottom: 0;
}
.wpText ol {
  list-style: none;
  margin: 1.5em 0;
  list-style: decimal;
}
.wpText ol li {
  margin-bottom: 0.3em;
  margin-left: 1.5em;
}
.wpText ol li:last-child {
  margin-bottom: 0;
}
.wpText ol li::marker {
  color: #f76a0d;
}
.wpText .wp-block-buttons {
  margin: 1em 0;
}
.wpText .wp-block-buttons .wp-block-button__link {
  color: #FFF;
  text-decoration: none;
  border-radius: 0.3em;
  padding: 0.8em 2.2em 0.8em 2em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 100%;
  min-width: 15em;
  position: relative;
}
.wpText .wp-block-buttons .wp-block-button__link:after {
  font-family: "Material Symbols Rounded";
  content: "\e941";
  color: #FFF;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  font-size: 120%;
  vertical-align: middle;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%) translateX(0);
}
.wpText .wp-block-buttons .wp-block-button.is-style-fill a {
  color: #FFF;
  background: #000000;
}
.wpText .wp-block-buttons .wp-block-button.is-style-outline a::after {
  color: #000000;
}
.wpText .wp-block-buttons .wp-block-button.-icon .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.wpText .wp-block-buttons .wp-block-button.-icon .wp-block-button__link img {
  width: 1em !important;
  height: auto;
}
.wpText .wp-block-buttons .wp-block-button.-icon .wp-block-button__link::after {
  content: "";
}
.wpText .wp-block-buttons .wp-block-button.-big {
  width: 100%;
  text-align: center;
}
.wpText .wp-block-buttons .wp-block-button.-big a {
  width: 100%;
  max-width: 22em;
  font-size: 110%;
}
.wpText .wp-block-column h1:first-child, .wpText .wp-block-column h2:first-child, .wpText .wp-block-column h3:first-child, .wpText .wp-block-column h4:first-child, .wpText .wp-block-column h5:first-child, .wpText .wp-block-column h6:first-child {
  margin-top: 0;
}
.wpText .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.wpText .wp-block-column > *:last-child {
  margin-bottom: 0 !important;
}
.wpText .wp-block-group > * {
  width: 100%;
}
.wpText .wp-block-group > *:first-child {
  margin-top: 0;
}
.wpText .wp-block-group > *:last-child {
  margin-bottom: 0;
}
.wpText .wp-block-group h2 {
  margin-bottom: 0.5em;
}
.wpText .wp-block-image figure figcaption {
  display: block;
}
.wpText .wp-block-gallery {
  padding: 0;
}
.wpText .wp-block-gallery .blocks-gallery-item {
  margin: 0;
  padding: 0;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}
.wpText .wp-block-gallery .blocks-gallery-item:nth-child(2n) {
  margin-right: 0;
}
.wpText .wp-block-gallery .blocks-gallery-item:before {
  display: none;
}
.wpText .wp-block-gallery .blocks-gallery-item figure img {
  width: 100%;
  height: 20vw;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 1020px) {
  .wpText .wp-block-gallery .blocks-gallery-item figure img {
    height: 28vw;
  }
}
.wpText table {
  margin: 0.5em 0 1em;
  max-width: 100% !important;
  min-width: 360px;
}
@media screen and (max-width: 860px) {
  .wpText table {
    min-width: 240px;
    width: 100% !important;
    table-layout: auto !important;
  }
}
.wpText table th {
  background: #f5f5f5;
  padding: 0.8em 1em;
  line-height: 1.4;
  font-weight: 500;
  min-width: 80px;
  border: #cccccc solid 1px;
  word-break: break-all;
}
.wpText table td {
  padding: 0.8em 1.5em 0.8em 1em;
  line-height: 1.4;
  border: #cccccc solid 1px;
  word-break: break-all;
}
.wpText iframe {
  max-width: 100%;
  margin: 2em 0;
}
.wpText .wp-element-caption {
  margin: 1em 0;
  max-width: 100%;
  text-align: center;
  color: #666666;
  line-height: 1.4;
}
.wpText .wp-caption {
  margin: 1.6em 0;
  max-width: 100%;
}
.wpText .wp-caption p {
  text-align: center;
  margin: 0;
}
.wpText img {
  height: auto;
}
.wpText .iframeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.wpText .iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wpText .wp-video {
  width: 100% !important;
}
.wpText .wp-video .mejs-container, .wpText .wp-video .mejs-container-keyboard-inactive, .wpText .wp-video .wp-video-shortcode {
  width: 100% !important;
  height: auto !important;
  min-width: auto !important;
  aspect-ratio: 5/3;
}
.wpText .-bgGray {
  background: #f5f5f5;
  position: relative;
}
.wpText .-bgGray:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(0) translateX(-50%);
  z-index: -1;
}
.wpText .-bgGreen {
  background: #f76a0d;
  position: relative;
}
.wpText .-bgGreen:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f76a0d;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(0) translateX(-50%);
  z-index: -1;
}
.wpText .-inner {
  padding: 5em 0;
}
@media screen and (max-width: 767px) {
  .wpText .-inner {
    padding: 4em 0;
  }
}
@media screen and (max-width: 480px) {
  .wpText .-inner {
    padding: 4em 0;
  }
}
.wpText .-inner > *:first-child {
  margin-top: 0;
}
.wpText .-lastCont {
  margin-bottom: -5em;
}
@media screen and (max-width: 767px) {
  .wpText .-lastCont {
    margin-bottom: -4em;
  }
}
@media screen and (max-width: 480px) {
  .wpText .-lastCont {
    margin-bottom: -4em;
  }
}
.wpText .-contInner {
  padding: clamp(1em, 5vw, 2em);
}
.wpText .strongText {
  font-size: 120%;
  font-weight: bold;
}
.wpText .commonContactArea {
  overflow: visible;
}
.wpText .commonContactArea .ark-block-section__color {
  border-radius: 0.5em;
}
.wpText .commonContactArea .ark-block-section__bodyInner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.wpText .commonContactArea .ark-block-section__bodyInner > *:last-child br {
  display: none;
}
.wpText .commonContactArea .flexCont {
  display: flex;
  align-items: flex-start;
  gap: 1em;
}
.wpText .commonContactArea .flexCont p {
  flex: 1;
}
.wpText .commonContactArea .flexCont .has-background {
  flex: none;
  background-color: #003764;
  padding: 0.5em;
  line-height: 1;
  border-radius: 0.3em;
  width: 7em;
  text-align: center;
}
.wpText .commonContactArea .contactArea .ark-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5em;
  padding: clamp(1em, 5vw, 2em);
  box-shadow: none;
  border-radius: 0.5em;
}
.wpText .commonContactArea .contactArea .ark-block-column > * {
  line-height: 1;
  padding: 0;
  margin: 0;
}
.wpText .commonContactArea .contactArea .num {
  font-size: clamp(2rem, 6.2vw, 3rem);
}
.wpText .commonContactArea .contactArea .num .arkb-inline-icon {
  color: #f76a0d;
}
.wpText .commonContactArea .contactArea .formWrap .ark-block-button__link {
  text-decoration: none;
  background: #f76a0d;
  font-size: clamp(1.6rem, 4vw, 2rem);
  margin-top: 0.5em;
}
.wpText .commonContactArea .arkb-fz-l {
  font-size: 1.15em !important;
}
.wpText .commonContactArea .animeObake05 {
  max-width: 200px;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .wpText .commonContactArea .ark-block-section__bodyInner > *:last-child br {
    display: inline;
  }
  .wpText .commonContactArea .flexCont {
    flex-direction: column;
  }
  .wpText .commonContactArea .animeObake05 {
    width: 30%;
  }
}
.wpText .ark-block-buttons .ark-block-button .ark-block-button__link {
  text-decoration: none;
  padding: 0.7em;
  border-radius: 0.2em;
}
.wpText .ark-block-buttons .ark-block-button .arkb-inline-icon {
  color: #f76a0d;
}
.wpText .ark-block-buttons .ark-block-button.is-btn-fill .ark-block-button__link {
  background: #f5f5f5;
  color: #000000;
}
.wpText .ark-block-buttons .ark-block-button.is-btn-outline .ark-block-button__link {
  background: #FFF;
}
.wpText .ark-block-columns.is-style-shadow .ark-block-column {
  box-shadow: none;
  border-radius: 0.3em;
}

.hideCont {
  display: none !important;
}
/*# sourceMappingURL=page.css.map */