@charset "UTF-8";
/*--------------------------------------------
start[reset&common-css]
--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto Sans JP:wght@400;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
dl,
dd {
  margin: 0;
}

body {
  font-size: 2rem;
  line-height: 1.65;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
video {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

/**--------------------------------------------end-[reset&common-css]--------------------------------------------**/

/*--------------------------------------------
[adjuster]
--------------------------------------------*/
.pc {
  display: revert;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp {
    display: revert !important;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .block {
    margin-bottom: 30px;
  }
}

.just-margin-bottom {
  height: 130px;
  display: block;
}

.mb-2gap {
  margin-bottom: 100px;
}

.mt-3 {
  margin-top: 150px;
}

/**--------------------------------------------end-[adjuster]------------------------------------------------------**/

/*--------------------------------------------
[svg-icon]
--------------------------------------------*/
.icon {
  display: block;
  background-repeat: no-repeat;
  margin: auto;
  padding: 5px;
  background-position: center;
  background-size: contain;
}
.icon.main-color {
  filter: invert(74%) sepia(41%) saturate(526%) hue-rotate(181deg) brightness(102%) contrast(96%);
}
.icon.sub-color {
  filter: invert(53%) sepia(44%) saturate(513%) hue-rotate(88deg) brightness(104%) contrast(92%);
}
.icon.side-color {
  filter: invert(62%) sepia(85%) saturate(3806%) hue-rotate(356deg) brightness(101%) contrast(92%);
}
.icon.white {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.icon.s {
  width: 18px;
  aspect-ratio: 1;
}
.icon.m {
  width: 27px;
  aspect-ratio: 1;
}
.icon.l {
  width: 36px;
  aspect-ratio: 1;
}
.icon.max {
  width: 100%;
  height: 100%;
}
.icon.arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200zM8.5%204.5a.5.5%200%200%200-1%200v5.793L5.354%208.146a.5.5%200%201%200-.708.708l3%203a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200-.708-.708L8.5%2010.293V4.5z%22%2F%3E%3C%2Fsvg%3E");
}
.icon.mail {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20d%3D%22M.05%203.555A2%202%200%200%201%202%202h12a2%202%200%200%201%201.95%201.555L8%208.414.05%203.555ZM0%204.697v7.104l5.803-3.558L0%204.697ZM6.761%208.83l-6.57%204.027A2%202%200%200%200%202%2014h12a2%202%200%200%200%201.808-1.144l-6.57-4.027L8%209.586l-1.239-.757Zm3.436-.586L16%2011.801V4.697l-5.803%203.546Z%22%2F%3E%0A%3C%2Fsvg%3E");
}
.icon.humburger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%221em%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M0%2096C0%2078.3%2014.3%2064%2032%2064H416c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32C14.3%20128%200%20113.7%200%2096zM0%20256c0-17.7%2014.3-32%2032-32H416c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32zM448%20416c0%2017.7-14.3%2032-32%2032H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32H416c17.7%200%2032%2014.3%2032%2032z%22%2F%3E%3C%2Fsvg%3E");
}
.icon.tel {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M164.9%2024.6c-7.7-18.6-28-28.5-47.4-23.2l-88%2024C12.1%2030.2%200%2046%200%2064C0%20311.4%20200.6%20512%20448%20512c18%200%2033.8-12.1%2038.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3%2011.6L304.7%20368C234.3%20334.7%20177.3%20277.7%20144%20207.3L193.3%20167c13.7-11.2%2018.4-30%2011.6-46.3l-40-96z%22%2F%3E%3C%2Fsvg%3E");
}
.icon.right {
  rotate: 270deg;
}

/**--------------------------------------------end-[svg-icon]------------------------------------------------------**/
/*--------------------------------------------
start[basic-component]
--------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f9f8f7;
  font-size: 18px;
}

article {
  margin: auto;
}

/*--------------------------------------------
[article-main]
--------------------------------------------*/
/*
20230622-bk,*/
article.article-main > section {
  padding: 5%;
}

/*
article.article-main > section {
padding-top: $content-width * 0.05;
padding-bottom: $content-width * 0.05;
padding-left: calc(50dvw - 1100px * 0.5);
padding-right: calc(50dvw - 1100px * 0.5);
}*/
/**--------------------------------------------end-[main-article]------------------------------------------------------**/
section {
  /* margin-bottom: calc(2*$gap);*/
  margin: auto;
}

.content-area {
  margin: auto;
  max-width: 80%;
}
@media screen and (max-width: 1024px) {
  .content-area {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .content-area {
    max-width: 100%;
  }
}

h2 {
  margin-bottom: 50px;
  position: relative;
  font-size: 4rem;
  font-family: sans-serif;
}
h2 .en {
  display: block;
  font-size: 78px;
  font-weight: bold;
  position: relative;
  width: fit-content;
  /* background: aqua; */
}
@media screen and (max-width: 1024px) {
  h2 .en {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
}
h2 .en::first-letter {
  color: #0d8bf3;
  font-size: 120px;
}
@media screen and (max-width: 1024px) {
  h2 .en::first-letter {
    font-size: 60px;
  }
}
span.ja {
  position: absolute;
  left: 50%;
  bottom: -20px;
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: initial;
  width: 100%;
  transform: translateX(-50%);
  /* background: red; */
  text-align: center;
}

h2::before {
  content: "";
}
h2 .en::after {
  content: "";
  background: linear-gradient(to right, rgb(255, 146, 38) 0px, rgb(255, 70, 26) 52%, rgb(255, 146, 38) 100%) left center/200%;
  width: 250px;
  height: 5px;
  display: block;
  bottom: 35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  h2 .en::after {
    width: 150px;
    height: 3px;
    bottom: 17px;
  }
}
section h2.center-title .en {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  h2::after {
    top: 53px;
  }
}
h3 {
  margin-bottom: 50px;
  text-align: center;font-size: 34px;
  position: relative;
}
h3::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 5px;
  background: #296cd1;
  bottom: -15px;
  left: 50%;
  border-radius: 999px;
  transform: translate(-50%, 0px);
}
h3::first-letter {
  color: #0d8bf3;
}

h4 {
  margin-bottom: 30px;
}

p {
  margin-bottom: 20px;
  line-height: 1.65;
}

.wave-section {
  background-repeat: no-repeat;
  padding-top: 20% !important;
  background-color: #9fd1fa;
  /*  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1900 450' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' fill='%239fd1fa'%3E%3C/rect%3E%3Cpath d='M0 207L79.2 195.3C158.3 183.7 316.7 160.3 475 154C633.3 147.7 791.7 158.3 950 174.5C1108.3 190.7 1266.7 212.3 1425 225.2C1583.3 238 1741.7 242 1820.8 244L1900 246L1900 0L1820.8 0C1741.7 0 1583.3 0 1425 0C1266.7 0 1108.3 0 950 0C791.7 0 633.3 0 475 0C316.7 0 158.3 0 79.2 0L0 0Z' fill='%23fbccac'%3E%3C/path%3E%3Cpath d='M0 152L79.2 135.7C158.3 119.3 316.7 86.7 475 64.8C633.3 43 791.7 32 950 46.8C1108.3 61.7 1266.7 102.3 1425 106C1583.3 109.7 1741.7 76.3 1820.8 59.7L1900 43L1900 0L1820.8 0C1741.7 0 1583.3 0 1425 0C1266.7 0 1108.3 0 950 0C791.7 0 633.3 0 475 0C316.7 0 158.3 0 79.2 0L0 0Z' fill='%23f9f8f7'%3E%3C/path%3E%3C/svg%3E");*/
  position: relative;
  overflow: hidden;
}
svg.wave {
  position: absolute;
  left: 0;
  top: -5px;
  width: 101%;
}
.catch-zone {
  margin: auto;
  max-width: 90%;
  text-align: center;
  line-height: 2.7;
}
.content-area .design_belt {
  background-image: url(https://kirara-navi.com/kirara/wp-content/uploads/名称未設定-2.webp);
  height: 750px;
  background-size: cover;
  width: 100dvw;
  position: relative;
  top: 0px;
  z-index: -2;
  filter: opacity(0.5);
  left: 50%;
  margin-bottom: -650px;
  transform: translateX(-50%) !important;
}
/**--------------------------------------------end-[basic-component]------------------------------------------------------**/
/*--------------------------------------------
[animation]
--------------------------------------------*/
.home div {
  transform: translate(0, -20px);
  opacity: 0;
  transition:
    transform 0.8s,
    opacity 0.8s;
}
.home div.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0);
  transition:
    transform 0.8s,
    opacity 0.8s;
}
.home .cancel {
  opacity: 1;
  transform: translate(0);
}
.home .cancel div {
  opacity: 1;
  transform: translate(0);
}

.rec-box .container img {
  transform: rotatey(0deg);
  transition: transform 1.1s cubic-bezier(0.47, 0, 0.74, 0.71);
}
.rec-box .container:hover img {
  transform: rotatey(-180deg);
  transition: 0.5s linear;
}

.btn:hover a {
  background-position: right;
  transition: background-position 0.3s ease 0s;
}
.btn a {
  background-position: left;
  transition: background-position 0.5s ease 0s;
}

/**--------------------------------------------end-[animation]------------------------------------------------------**/
/*--------------------------------------------
[header]
--------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: 10px 2%;
  z-index: 999;
  width: 100%;
}
header {
  transition: background-color 0.5s ease-in-out;
}

.change-bg header {
  background-color: white !important;
}
.sp-burger-head {
  display: none;
}
.sp-burger-head.is-open {
  position: fixed;
  top: 0;
  display: block;
  z-index: 999;
  left: 0;
  width: 250px;
  padding: 5%;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  header {
    flex-direction: column;
    /*background: $main-color;*/
    gap: 10px;
  }
}
header h1 {
  font-size: clamp(0.5rem, 1.5625vw, 1rem);
  background: linear-gradient(29deg, #fc7b0d 40%, #0d8bf3 50%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  header h1 {
    /*color: white;*/
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: aliceblue;
  }
}
header h1 span {
  display: block;
  font-size: clamp(1.1rem, 2.6041666667vw, 2rem);
}
header .g-nav-area {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  header .g-nav-area {
    width: 100%;
  }
}
header .g-nav-area .g-nav-zone {
  display: flex;
  justify-content: space-around;
}
header .g-nav-area .g-nav-zone div {
  font-size: 1.1rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
	body{
		position:relative;
	}
header .g-nav-area .contact-btn {
	position:absolute;
	right:1px;
	top:80px;
  width: 66px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100px;
  background: #035497;
}
header .g-nav-area .contact-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
}
}
@media screen and (min-width: 1024px) {
header .g-nav-area .contact-btn {
	position:absolute;
	right:10px;
	bottom:10px;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100px;
  background: #035497;
}
header .g-nav-area .contact-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
}
}
@media screen and (min-width: 1024px) {
header .g-nav-area .contact-btn {
	position:relative;
	right:auto;
	bottom:auto;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100px;
  background: #035497;
}
header .g-nav-area .contact-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
}
}

header .g-nav-area .g-nav-zone * + * {
  margin-left: 50px;
}
/**--------------------------------------------end-[header]------------------------------------------------------**/
/*--------------------------------------------
[footer]
--------------------------------------------*/
footer {
  color: white;
}

.footer-area {
  display: flex;
  justify-content: space-between;
  padding: 50px 10%;
  background: #0279dc;
  align-items: center;
  /*margin-top: 150px;*/
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .footer-area {
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
  }
}
.footer-area .logo-zone {
  margin-bottom: 40px;
}
.footer-area .logo-zone h1 {
  font-size: 1.2rem;
}
.footer-area .logo-zone span {
  display: block;
  font-size: 2rem;
}
.footer-area .company-info-zone p {
  margin-bottom: 10px;
}
.footer-area .company-info-zone .map-container {
  font-size: 1.3rem;
}
.footer-area .company-info-zone .map-container span {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin: 30px 0;
}
.footer-area .company-info-zone .map-container a {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin: 30px 0;
}
.footer-area .company-info-zone .map-container div {
  background: #0d8bf3;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 9999px;
}
.footer-area .company-info-zone .contact {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .footer-area .g-nav-zone {
    display: grid;
    justify-items: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.footer-area .g-nav-zone * + * {
  margin-top: 20px;
}
.footer-area .g-nav-zone div {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .footer-area .g-nav-zone div {
    margin: 0;
    background: white;
    color: #0d8bf3;
    border-radius: 5px;
    width: 140px;
    height: 70px;
    text-align: center;
  }
  .footer-area .g-nav-zone div a {
    padding: 15px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.footer-area .contact-btn {
  width: 60px;
  background: white;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media screen and (max-width: 1024px) {
  .footer-area .contact-btn {
    aspect-ratio: auto;
  }
}
.footer-area .contact-btn a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
}

/**--------------------------------------------end-[footer]------------------------------------------------------**/
/*--------------------------------------------
[home]
--------------------------------------------*/
.home {
  max-width: 100%;
  margin: auto;
}
.home .content-area {
  width: 1100px;
  max-width: none;
}
@media screen and (max-width: 1024px) {
  .home .content-area {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .home .content-area {
    max-width: 100%;
  }
}
.home .p0 {
  padding: 5% 0;
}
.home .p0 .content-area {
  width: auto;
  max-width: 100%;
}
.home .p0 .content-area h2 {
  text-align: center;
  width: 100%;
}
.home .p0 .content-area h2::after,
.home .p0 .content-area h2::before {
  content: none;
}

.home section {
  max-width: 100%;
}
.home section.blue {
  background: #6aa1cf;
  background: #7cb9ed;
  background: #f0f7fc;
  overflow: hidden;
  border-bottom: 1px solid #dff1fd;
  border-top: 1px solid #dff1fd;
}
.home section.gray {
  background-color: #f2f1f1;
  background: #7cb9ed;
}

.u-about {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: center;
}
.u-about .text-content-area {
  max-width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  background: white;
  padding: 5%;
  box-sizing: content-box;
  border-radius: 35px 35px 35px 35px;
  margin-right: -290px;
  z-index: 5;
}

.u-about .image-content-area {
  width: 750px;
  max-width: 100%;
  height: 650px;
  background: white;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px 0px 0px 15px;
}
.u-about .image-content-area::before {
  background: linear-gradient(315deg, #2f92e1 50%, white 10%);
  width: 1000px;
  height: 650px;
  position: absolute;
  content: "";
  z-index: 0;
  right: -280px;
  top: 0px;
}
@media screen and (max-width: 1024px) {
  .u-about .image-content-area::before {
    content: none;
  }
}
.u-about .image-content-area img {
  border-radius: 15px;
}
.vertical-text-container {
  overflow: hidden;
  position: absolute;
  right: -800px;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
}
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  position: absolute;
  font-size: 120px;
  letter-spacing: -28px;
  animation: scroll 8s linear infinite;
  height: 100%;
  display: inline-block;
  color: #ffffff;
  font-family: "bungee", sans-serif;
  font-weight: 500;
  font-weight: 100;
  font-style: normal;
}

/* スクロールアニメーション */
@keyframes scroll {
  0% {
    top: 100%; /* 初期位置 */
  }
  100% {
    top: -100%; /* スクロール完了後の位置 */
  }
}

.vertical-text:nth-child(2) {
  animation-delay: -4.2s;
}

.u-about .big-image-area {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .u-about .big-image-area {
    margin: 0;
    height: 100%;
  }
  .u-about .image-content-area {
    padding: 0%;
    border-radius: 15px;
  }
}
.u-about .big-image-area img,
.u-about .big-image-area video {
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1.8;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  .u-about .big-image-area img {
    margin: auto;
  }
}
.u-about .small-image-area {
  display: flex;
  gap: 50px;
  flex-direction: row-reverse;
}

.u-about .small-image-area img,
.u-about .small-image-area video {
  max-width: 38dvw;
  width: 250px;
  margin-right: 0;
  border-radius: 15px;
}
.u-about .blue {
  color: #0d8bf3;
}
.u-about .blue .title {
  font-size: 2.325rem;
  font-weight: bold;
  color: #fc7b0d;
  line-height: 1.25;
}
.u-about .text {
  margin: 10px 0 30px 0;
  background: #0d8bf3;
  color: #fff;
  font-size: 1.325rem;
  font-weight: bold;
  text-align: center;
}

.mesh {
  background: white;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 5%;
  border-radius: 15px;
  border: 1px solid #bbb;
}

@media screen and (max-width: 1024px) {
  .mesh {
    padding-top: 10%;
  }
}
.mesh .three-circle {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
.mesh .three-circle > div {
  background: antiquewhite;
  width: 300px;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
  .mesh .three-circle > div {
    border-radius: 15px;
    aspect-ratio: auto;
    margin-bottom: 30px;
  }
}
.mesh p {
  max-width: 60%;
  font-size: 0.9rem;
}

.mesh span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #0d8bf3;
}
.mesh .num {
  font-size: 3rem;
  font-weight: bold;
  color: #fc7b0d;
}

@media screen and (max-width: 1024px) {
  .mesh .num {
    background: white;
    aspect-ratio: 1;
    border-radius: 50%;
    width: fit-content;
    text-align: center;
    margin-top: -20px;
    font-size: 2rem;
  }

  .mesh p {
    max-width: 80%;
  }
  .mesh span {
    margin-bottom: 5px;
    margin-top: 15px;
  }
}

.work-box {
  display: grid;
  width: 100%;
  gap: 30px;
  padding: 5% 15%;
  max-width: 100%;
  margin: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
  background-color: white;
  min-width: 1200px;
}

@media screen and (max-width: 1024px) {
  .work-box {
    min-width: auto;
    padding: 5%;
    background-color: unset;
  }
}
.work-box .container {
  width: 100%;
  padding: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .work-box .container {
    background: white;
    transition: 0.5s;
    border-radius: 15px;
    width: 80%;
    margin: auto;
  }
}
.work-box .container:hover {
  background: white;
  transition: 0.5s;
  filter: drop-shadow(0px 10px 8px lightgray);
  border-radius: 15px;
}
.work-box .white-box {
  height: 250px;
  width: 100%;
  border-radius: 15px;
  max-width: 550px;
  margin: auto;
  margin-bottom: 20px;
}
.work-box .white-box img,
.work-box .white-box video {
  border-radius: 15px;
  border: 1px solid gray;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top left;
}
.work-box .discription-area {
  max-width: 450px;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .discription-area {
    padding-left: 15px;
  }

  .work-box .white-box {
    margin-bottom: 5px;
  }
}
.work-box .tag {
  color: #333;
  font-size: 1.1rem;
   max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px 27px;
	border-left:10px solid #053862;
  margin: 0 auto 15px auto;
}
.discription-area .client-name {
  font-size: 0.9rem;
  position: relative;
  display: none;
}
.discription-area .text {
  font-size: 0.9rem;
  max-width: 90%;
}
.news-area {
  background: white;
  padding: 10%;
  border-radius: 30px;
  width: 100vw;
  padding-right: 30%;
  border: 1px solid #bbb;
}
@media screen and (max-width: 1024px) {
  .news-area ul {
    padding: 0;
  }
  .news-area {
    padding-right: 19%;
  }
  .work-box .tag {
    background: none;
    color: #2196f3;
    padding: 4px 0px 4px 10px;
    margin-bottom: 0px;
    position: relative;
  }
  .work-box .tag:before {
    content: "";
  }

  .discription-area .client-name {
    font-size: 0.9rem;
  }
}
.flex-news {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .flex-news {
    flex-direction: column;
    gap: 0;
  }
}
.flex-news .news-list {
  width: 900px;
  max-width: 100%;
}
.flex-news .news-list article {
  border-bottom: 1px solid;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 0;
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .flex-news .news-list article {
    margin-left: 0px;
  }
}
.flex-news .news-list::before {
  content: "";
  height: 400px;
  display: block;
  width: 1px;
  position: absolute;
  background: black;
}
@media screen and (max-width: 1024px) {
  .flex-news .news-list::before {
    display: none;
  }
}
.flex-news .time {
  font-weight: bold;
  margin-bottom: 20px;
}

/**--------------------------------------------end-[home]------------------------------------------------------**/
.article-main.sub > section {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: calc(50dvw - 1100px * 0.5);
  padding-right: calc(50dvw - 1100px * 0.5);
}

@media screen and (max-width: 1024px) {
  .article-main.sub > section {
    padding: 5%;
    overflow-x: clip;
  }
}
.sub {
  padding-top: 60px;
}
.sub .hero-zone {
  position: relative;
  margin: auto;
  margin-bottom: 50px;
  max-width: 100%;
  height: 200px;
  overflow: hidden;
  border-bottom-right-radius: 300px;
}
@media screen and (max-width: 1024px) {
  .sub .hero-zone {
    margin-bottom: 0;
    height: 250px;
    border-bottom-right-radius: 100px;
  }
	.sub .hero-zone h1 {
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  width: 72%;
  padding: 10px 17px;
  background: #0d8bf3;
  color: white;
  text-align: center;
}
}

.sub .hero-zone img {
  width: 100%;
	height:110px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .sub .hero-zone h1 {
    font-size: 1.5rem;
  }
.sub .catch {
  width: 90%;
  font-size: 1.9rem;
  font-weight: bold;
  color: darkslategray;
  margin: 30px auto 40px auto;
	padding:10px 0;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  line-height: 1.4;
}
}
@media screen and (min-width: 1024px) {
	.sub {
  padding-top: 100px;
}
.sub .hero-zone {
  position: relative;
  margin: auto;
  margin-bottom: 50px;
  max-width: 100%;
  height: 400px;
  overflow: hidden;
  border-bottom-right-radius: 300px;
}
.sub .hero-zone img {
  width: 100%;
	height:390px;
  -o-object-fit: cover;
  object-fit: cover;
}
	.sub .hero-zone h1 {
  position: absolute;
		top:74%;
		left:50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  width: 440px;
  padding: 10px 20px;
  background: #0d8bf3;
  color: white;
  text-align: center;
}
.sub .catch {
  width: 80%;
  font-size: 1.9rem;
  font-weight: bold;
  color: darkslategray;
  margin: 38px auto 40px auto;
  border-bottom: 1px solid #777;
  line-height: 1.4;
}
}


.sub .hero-zone h1::after {
  content: "";
  position: absolute;
  width: 8rem;
  height: 4px;
  background: linear-gradient(90deg, #0d8bf3 25%, #13c5a1 25%);
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0px);
}

@media screen and (max-width: 1024px) {
  .sub .catch {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .catch-zone p {
    line-height: 1.8;
    text-align: left;
  }
}
.sub .catch:first-letter {
  font-size: 3rem;
}

.sub h2 {
max-width: 100dvw;
  margin-left: auto;
  margin-bottom: 20px;font-size: 2.6rem;
  position: relative;
  color: transparent;
  background: repeating-linear-gradient(45deg, #000000 0%, #000000 13%, #ef7c28 13%, #fff900 100%);
  -webkit-background-clip: text;
}

.sub h2:after {
  content: none;
  top: 0px;
  width: 5px;
  height: 38px;
}
.sub .contact-area {
  top: 0;
}
.sub .img-text-container {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .sub h2 {
    max-width: 86dvw;
  }
  .sub .img-text-container {
    margin: auto;
    /*    max-width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 5%;
    border-radius: 15px;*/
  }
}

.sub .img-text-container img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .sub .img-text-container img {
    width: 100%;
    flex-direction: row;
  }
}
.sub .img-text-container .title {
font-size:1.285rem;
font-weight: bold;
color: #0d8bf3;
position: relative;
	padding-bottom:8px;
  /*padding-left: 20px;*/
  margin-bottom: 15px;
  border-bottom: 1px solid #009343;
	line-height:1.35;
}
.sub .img-text-container .title::after {
  content: none;
  position: absolute;
  width: 15px;
  height: 15px;
  background: #0d8bf3;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  border-radius: 9999px;
}

.flexBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  background: white;
  padding: 30px 15px;
  border-radius: 15px;
  box-shadow: 0 0 9px 6px #00000012;
}
.flexBox .rightBox {
  /* background: red; */
  position: relative;
  padding-top: 50px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.flexBox .rightBox .btn {
  position: absolute;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
  min-width: 230px;
}
@media screen and (max-width: 1024px) {
  .flexBox {
    flex-direction: column;
    gap: 10px;
  }
  .flexBox .rightBox {
    padding-top: 0;
  }
}
h2.section-h2 {
  padding-left: 15px;
  max-width: none;
  width: 100%;
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 20px;
  color: unset;
}
h2.section-h2::before {
  height: 70%;
  background: #03a9f4;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 8px;
  width: 7px;
}

.flexBox h2.section-h2 {
  background: #f9f6ed;
  padding: 5px 25px;
  border-radius: 5px;
}

.flexBox h2.section-h2::before {
  left: 10px;
}

.wave-section h2.section-h2::before {
  background: #f44336;
}
/*--------------------------------------------
[archive-page]
--------------------------------------------*/
/**--------------------------------------------end-[archive-page]------------------------------------------------------**/
.page_servise .rec-box {
  max-width: 80dvw;
}

/*--------------------------------------------
[category-top-page]
--------------------------------------------*/
/**--------------------------------------------end-[category-top-page]------------------------------------------------------**/
/*--------------------------------------------
[contact]
--------------------------------------------*/
/**--------------------------------------------end-[contact]------------------------------------------------------**/
/*--------------------------------------------
[contact-form]
--------------------------------------------*/

/* Contact Form7 */
/*　フォーム全体　*/
.contact-tel-area .contact-btn-area {
  margin: auto;
  width: fit-content;
  margin-bottom: 50px;
}
.contact-tel-area .contact-btn-area .contact-btn.tel {
  background: linear-gradient(to right, #13c5a1, #1390c5) left center/200%;
}
.contact-tel-area .contact-btn-area .contact-btn {
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}
.contact-tel-area .contact-btn-area a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: 100%;
  width: 100%;
  padding: 10px 30px 10px 10px;
}

.contact-tel-area .contact-btn-area .contact-btn .white-circle {
  background: white;
  display: flex;
  border-radius: 9999px;
  padding: 10px;
}

.contact-tel-area .contact-btn-area a div {
  display: flex;
  flex-direction: column;
}

.contact-tel-area .contact-btn-area .big {
  font-size: clamp(1rem, 1.4322916667vw, 1.3rem);
  font-weight: bold;
}

.contact-tel-area span {
  font-size: clamp(0.9rem, 1.3020833333vw, 1.1rem);
}

.wpcf7-response-output {
  display: none;
}
.screen-reader-response {
  background: #ffe4e1;
  padding: 20px;
  border: 5px solid #c15043;
  margin: 20px;
}
.screen-reader-response:has(p:empty) {
  display: none;
}

.ctf7 {
  padding: 5%;
  background-color: white;
  width: 750px;
  margin: auto;
}
#cf7-area {
  width: 100%;
  margin: 0 auto;
  font-family: sans-serif;
}

.cf7-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 1.75em;
}

.cf7-q {
  width: 30%;
  margin: 0 0 0 10px;
}

.cf7-a {
  width: 60%;
}

.form-heading p {
  margin: 0;
}

/* 各項目共通 */
#cf7-area label {
  font-weight: bold;
}
h2.contact-h2 {
  text-align: center;
}
#cf7-area input[type="text"],
#cf7-area input[type="email"],
#cf7-area input[type="tel"],
#cf7-area textarea {
  background: #f0f8ff;
  width: 400px;
  margin-left: 10px;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 5px;
  border-color: gray;
  padding: 15px;
}
#cf7-area input[type="text"]:focus,
#cf7-area input[type="email"]:focus,
#cf7-area input[type="tel"]:focus,
#cf7-area textarea:focus {
  background: #ffe4e1;
  border: 2px solid #ff1493;
  outline: 0;
}

#cf7-area input[type="checkbox"],
#cf7-area input[type="radio"] {
  appearance: auto;
}

#cf7-area .wpcf7-list-item {
  display: block;
}

#cf7-area textarea {
  height: 200px;
  padding: 0.625em 0.4375em;
}

.cf7-accept-check {
  text-align: center;
  margin: 50px auto;
}

.cf7-submit {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}

#cf7-area input[type="submit"] {
  width: 100%;
  background-color: #13c5a1;
  color: #ffffff;
  border-radius: 5px;
  font-size: 0.9em;
  padding: 10px 10px;
  transition: 0.5s;
  min-height: 65px;
}

#cf7-area input[type="submit"]:hover {
  background-color: #ffffff;
  border: 2px solid #13c5a1;
  color: #13c5a1;
}

.cf7-btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

/*　必須ラベル　*/
.cf7-req {
  font-size: 0.8em;
  padding: 4px 6px;
  background: #eb2a2a;
  color: #ffffff;
  margin-left: 10px;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .ctf7 {
    max-width: 100%;
  }
  .cf7-item {
    display: block;
  }

  #cf7-area label {
    display: block;
    margin-bottom: 10px;
  }

  .cf7-q {
    width: 100%;
    margin: 0;
  }

  .cf7-a {
    width: 100%;
  }

  #cf7-area input[type="text"],
  #cf7-area input[type="email"],
  #cf7-area input[type="tel"],
  #cf7-area textarea {
    max-width: 100%;
    height: 70px;
    margin-left: 0;
  }

  .cf7-submit {
    width: 90%;
  }
  #cf7-area textarea {
    height: 200px;
  }
}

/**--------------------------------------------end-[contact-form]------------------------------------------------------**/
.page_works .container {
  container-type: inline-size;
  background: white;
  padding: 20px;
  border: 1px solid gray;
  border-radius: 10px;
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  /*.page_works .container {
    padding: 0px 0 20px;
  }*/
  .page_works .container .btn {
    margin-top: 10px;
  }
}
.page_works .container .img-text-box {
  width: 100%;
}
.page_works .container .img-box {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page_works .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #d1d1d1;
  object-position: top left;
}
@container (max-width: 600px) {
  .page_works .img-text-container {
    flex-direction: column;
  }
  .page_works .img-text-container .img-text-box {
    width: 100%;
  }
  .page_works .img-text-container img,
  .page_works .img-text-container video {
    width: 100%;
  }
}
.page_works .grid_works-cat {
  display: grid;
  width: 1050px;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  padding: 0px;
  max-width: 100%;
  margin: auto;
  max-width: 80dvw;
}

/*--------------------------------------------
[post]
--------------------------------------------*/
.post .hero-zone {
  height: 400px;
}
.post .hero-zone img {
  width: 100%;
  filter: brightness(1);
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 599px) {
  .post section {
    background: white;
  }
}

.post-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.post-area .left-content {
  max-width: 630px;
  margin: auto;
}
.post-area .left-content .title {
  border-bottom: 1px solid;
  margin-bottom: 50px;
}
.post-area .left-content .title h2 {
  margin-bottom: 10px;
  margin-right: auto;
}

.post-area .left-content .title h2::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 7px;
  height: 2rem;
  width: 8px;
  background: #296cd1;
}
.post-area .left-content .title .info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .post-area .left-content .title .info {
    max-width: 90%;
    flex-direction: column;
    margin: auto;
  }
  .post-area .left-content .title .info p {
    margin: 0;
  }
}
.post-area .left-content .title .info a {
  color: blue;
}
.post-area .left-content .title .info a[href^="http"]::after {
  border: 1px solid gray;
  color: gray;
  padding: 0px 10px;
  margin: 0 20px;
  background: white;
  content: "HP";
  bottom: 3px;
  position: relative;
}
.post-area .left-content .title .info span {
  border: 1px solid gray;
  color: gray;
  padding: 0px 10px;
  margin: 0 20px;
  background: white;
}
.post-area .left-content .text-area {
  max-width: 90%;
  margin: auto;
}
.post-area .left-content .text-area p {
  color: #1e1e1e;
  line-height: 2;
}
.post-area .right-content {
  width: 320px;
  margin: auto;
  height: 1000px;
}
@media screen and (max-width: 1024px) {
  .post-area .right-content {
    height: auto;
    width: 600px;
    max-width: 90%;
  }
}
.post-area .right-content .sticky {
  position: sticky;
  right: 0;
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .post-area .right-content .sticky {
    position: unset;
  }
}
.post-area .right-content .other {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  height: 100px;
  overflow: hidden;
}
.post-area .right-content .other img {
  max-width: 120px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.post-area .right-content .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-area .right-content .info .style {
  position: relative;
  padding-left: 14px;
}
.post-area .right-content .info .style::before {
  content: "#";
  position: absolute;
  left: 0;
}
.post-area .right-content .info .category {
  position: relative;
  padding-left: 14px;
}
.post-area .right-content .info .category::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #0d8bf3;
  border-radius: 15px;
  left: 0;
  top: 9px;
}

.devise-area {
  position: relative;
  max-width: 583px;
  margin-bottom: 100px;
}
.devise-area .devise-frame {
  max-width: 583px;
  min-width: 100%;
}
.devise-area .pc-image {
  position: absolute;
  z-index: 1;
  top: 5.5%;
  left: 22.5%;
  max-width: 67.1%;
  overflow-x: hidden;
  max-height: 81%;
  overscroll-behavior: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.devise-area .pc-image::-webkit-scrollbar {
  display: none;
}
.devise-area .sp-image {
  position: absolute;
  z-index: 0;
  top: 14.3%;
  left: 5.2px;
  max-width: 20.6%;
  overflow-x: scroll;
  overflow-y: scroll;
  max-height: 80.4%;
  overscroll-behavior: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 12.7px;
  border-bottom-left-radius: 12.7px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.devise-area .sp-image::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .devise-area {
    max-width: 90%;
    margin: auto;
    margin-bottom: 100px;
  }
}

.item-main > * {
  width: 100%;
  max-width: 90dvw;
}

.item-main {
  text-align: center;
  margin-bottom: 1rem;
}

.movie-area,
.img-area {
  margin-bottom: 2rem;
}

/**--------------------------------------------end-[home]------------------------------------------------------**/
.company-intr {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
  max-width: 80dvw;
}
.company-intr th,
.company-intr td {
  padding: 35px 0;
  border-top: 1px solid #7d7d7d;
  text-align: left;
}
.company-intr th {
  width: 20%;
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 4;
  padding-left: 20px;
  vertical-align: top;
}

.company-intr th::before {
  content: "";
  position: absolute;
  /* bottom: calc(50% - 24px); */
  left: 0px;
  width: 80%;
  height: 50px;
  background: #2196f3;
  z-index: -1;
  top: 22px;
}
@media screen and (max-width: 1024px) {
  .company-intr th {
    writing-mode: vertical-lr;
    width: 5%;
  }
}
.company-intr td {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .company-intr td {
    padding-left: 9%;
  }

  tr {
    display: flex;
    flex-direction: column;
  }
  .company-intr th {
    writing-mode: unset;
    width: 100%;
    padding: 5%;
    background: #2196f3;
    font-size: 16px;
    color: white;
  }
  .company-intr td {
    width: 100%;
    padding: 5%;
    font-size: 15px;
  }

  table.company-intr {
    /* border: 2px solid white; */
    /* border-top: 10px solid white; */
  }

  table ul {
    margin: 0;
    padding-inline-start: 20px;
  }
}
/*--------------------------------------------
[breadcrumb]
--------------------------------------------*/
.breadcrumb {
  bottom: 70px;
  left: calc(50% - 65px);
  color: #171717;
  font-weight: bold;
  padding: 20px 0 20px 5%;
  font-size: 0.8rem;
  background: #e6e6e6;
  margin: 0;
}
.breadcrumb li {
  display: inline;
  padding-left: 25px;
}
.breadcrumb a:nth-child(1) {
  background: white;
  padding: 0 5px;
}

.separater {
  position: relative;
  padding-left: 25px;
}

.separater::before {
  content: "";
  position: absolute;
  width: 5px;
  background: black;
  height: 1px;
  left: 10px;
  bottom: 10px;
  rotate: 35deg;
}

.separater::after {
  content: "";
  position: absolute;
  width: 5px;
  background: black;
  height: 1px;
  left: 10px;
  top: 10px;
  rotate: -35deg;
}
/**--------------------------------------------end-[breadcrumb]------------------------------------------------------**/
/*--------------------------------------------
[button]
--------------------------------------------*/
.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.btn a {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: start;width: 320px;padding: 28px 44px;
  border-radius: 50px;
  background: linear-gradient(to right, rgb(255, 146, 38) 0px, rgb(255, 70, 26) 52%, rgb(255, 146, 38) 100%) left center/200%;
  background: linear-gradient(to right, rgb(255, 130, 38) 0px, rgb(255, 70, 26) 52%, rgb(255, 130, 38) 100%) left center/200%;
  background-image: linear-gradient(147deg, #ffe53b 0%, #ff2525 30%);
  background-image: linear-gradient(113.9deg, rgba(255, 7, 7, 1) -4.5%, rgba(255, 255, 5, 1) 98.8%);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  gap: 20px;
}

.flexBox .btn {
  position: relative;
  display: flex;
  justify-content: start;
  padding: 15px 35px;
  border-radius: 50px;
  background: linear-gradient(to right, rgb(255, 146, 38) 0px, rgb(255, 70, 26) 52%, rgb(255, 146, 38) 100%) left center/200%;
  background: linear-gradient(to right, rgb(255 166 38) 0px, rgb(255, 70, 26) 15%, rgb(255, 70, 26) 100%) left center/200%;
  background-image: linear-gradient(147deg, #ffe53b 0%, #ff2525 30%);
  background-image: linear-gradient(113.9deg, rgba(255, 7, 7, 1) -4.5%, rgba(255, 255, 5, 1) 98.8%);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  gap: 20px;
}

.btn.withoutA {
  position: relative;
  display: flex;
  justify-content: start;
  padding: 15px 35px;
  border-radius: 50px;
  background: linear-gradient(to right, rgb(255, 146, 38) 0px, rgb(255, 70, 26) 52%, rgb(255, 146, 38) 100%) left center/200%;
  background: linear-gradient(to right, rgb(255 166 38) 0px, rgb(255, 70, 26) 15%, rgb(255, 70, 26) 100%) left center/200%;
  background-image: linear-gradient(147deg, #ffe53b 0%, #ff2525 30%);
  background-image: linear-gradient(113.9deg, rgba(255, 7, 7, 1) -4.5%, rgba(255, 255, 5, 1) 98.8%);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  gap: 20px;
}
.page_works .btn {
  margin-bottom: 0;
}

/**--------------------------------------------end-[button]------------------------------------------------------**/
/*--------------------------------------------
[main-visual]
--------------------------------------------*/
.mainVisual video {
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .mainVisual {
    padding-bottom: 0;
    margin-bottom: -10px;
  }
}

/**--------------------------------------------end-[mian-visual]------------------------------------------------------**/
/*--------------------------------------------
[contact-area]
--------------------------------------------*/
article.contact-area {
  padding-top: 100px;
}
.contact-area .contact-btn-area .contact-btn.tel {
  background: linear-gradient(to right, #13c5a1, #1390c5) left center/200%;
}
.contact-area .contact-btn-area .contact-btn.tel:hover {
  background-position: right;
  transition: background-position 0.3s ease 0s;
}
.contact-area .contact-btn-area .contact-btn.mail {
  background: linear-gradient(to right, #fc7b0d, #fcf30d) left center/200%;
  border-radius: 0px 50px 50px 0px;
}
.contact-area .contact-btn-area .contact-btn.mail:hover {
  background-position: right;
  transition: background-position 0.3s ease 0s;
}

.contact-btn:hover .contact-btn-title {
  color: black;
  transition: 0.3s ease;
}

article.contact-area {
  text-align: center;
}

.contact-parts .contact-btn-area {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: auto;
  margin-bottom: 150px;
  max-width: 1600px;
}

.contact-btn {
  width: 48%;
  border-radius: 50px 0px 0px 50px;
}
.contact-parts .contact-btn.tel,
.contact-parts .contact-btn.mail {
  height: 358px;
  overflow: hidden;
}
.contact-parts .white-circle {
  width: 120px;
  height: 120px;
  aspect-ratio: 1;
  padding: 30px;
  background: white;
  border-radius: 50%;
  margin-right: 20px;
}
.contact-btn a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10%;
  align-items: flex-start;
  gap: 30px;
}

.contact-btn-text {
  background: white;
  line-height: 2;
  padding: 20px;
  border-radius: 10px 50px;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

.contact-btn-text p {
  margin: 0;
}

.contact-btn-title {
  position: relative;
  display: flex;
  gap: 20px;
  font-size: 3.15rem;
  font-weight: bold;
  color: white;
}

span.text {
  display: block;
  font-size: 1.1rem;
  text-align: left;
}

article.contact-area h2 {
  margin: auto;
  font-size: 4rem;
  margin-bottom: 50px;
}
.contact-btn.tel a {
  background: linear-gradient(-60deg, transparent 0px, transparent 20%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.15) 21%, transparent 0px, transparent 25%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.15) 26%, transparent 0px, transparent);
}
.contact-btn.mail a {
  flex-direction: column-reverse;
  background: linear-gradient(-60deg, transparent 0px, transparent 20%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.15) 21%, transparent 0px, transparent 25%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.15) 26%, transparent 0px, transparent);
}
/**--------------------------------------------end-[contact-area]------------------------------------------------------**/
/*--------------------------------------------
[rec-box]
--------------------------------------------*/
.rec-box {
  display: grid;
  width: 1100px;
  height: 100%;
  /* gap: 40px 50px; */
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  max-width: 100%;
  margin: auto;
  margin-bottom: 100px;
  padding: 5%;
  border-radius: 25px;
  background: white;
  border: 1px solid #bbb;
  justify-items: center;
}
.rec-box p {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  font-size: 0.9rem;
}
.rec-box .container a:hover {
  background: white;
  box-shadow: 0 0 50px 0px #d7d7d7;
}
.rec-box .container {
  max-width: 100%;
  width: 380px;
  min-width: 230px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.rec-box .container a {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 100%;
  /*position: relative;*/
  padding: 5%;
  padding-bottom: calc(5% + 20px);
  background: #ffffffa8;
  border-radius: 15px;
  transition: 0.5s;
  border-radius: 15px;
  box-shadow: 0 0 10px 0px #d7d7d7;
}
.rec-box .container a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  margin: auto;
  padding: 5px;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200zM8.5%204.5a.5.5%200%200%200-1%200v5.793L5.354%208.146a.5.5%200%201%200-.708.708l3%203a.5.5%200%200%200%20.708%200l3-3a.5.5%200%200%200-.708-.708L8.5%2010.293V4.5z%22%2F%3E%3C%2Fsvg%3E");
  width: 40px;
  aspect-ratio: 1;
  rotate: -90deg;
  /* color: burlywood; */
  right: 50px;
  bottom: 13px;
  filter: invert(62%) sepia(85%) saturate(3806%) hue-rotate(356deg) brightness(101%) contrast(92%);
}
.rec-box .container a::before {
  content: "Read More";
  position: absolute;
  right: 105px;
  bottom: 20px;
  color: #fc7b0d;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .rec-box .container a {
    background: white;
    box-shadow: 0 0 50px 0px #d7d7d7;
    width: 90%;
    margin: auto;
  }
  .rec-box .container a::before {
    bottom: 20px;
  }

  .rec-box .container a::after {
    bottom: 18px;
    right: 33px;
    width: 30px;
  }
}
.rec-box .blue-box {
  /*background: $main-color-light;*/
  /*padding: 10%;*/
  height: auto;
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
}

.rec-box .blue-box .white-circle {
  background: #035497;
  background: linear-gradient(45deg, rgba(3, 84, 151, 1) 25%, rgba(13, 139, 243, 1) 100%);
  border: 1px solid #035497;
  width: 126px;
  height: auto;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  /* border: 1px solid #0d8bf3; */
}
.rec-box .blue-box .white-circle img {
  filter: brightness(100);
}
.rec-box .blue-box .white-circle .icon {
  filter: invert(74%) sepia(41%) saturate(526%) hue-rotate(181deg) brightness(102%) contrast(96%);
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.rec-box .blue-box + p {
  width: 80%;
  margin: 0 10%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.35rem;
  padding-bottom: 0rem;
  margin-bottom: 10px;
  background: #035497;
  font-family: "Noto Sans JP", sans-serif;
  padding: 3px 0;
}

@media (max-width: 1024px) {
  .rec-box {
    padding: 0;
    background: none;
    border: none;
    /*    justify-items: end;*/
  }
  .rec-box .blue-box .white-circle {
    width: 60px;
  }
  .rec-box .blue-box::before {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 35%;
    height: 2px;
    border-radius: 10px;
    background-color: #015f9d3b;
  }
}
/**--------------------------------------------end-[rec-box]------------------------------------------------------**/
/*--------------------------------------------
[page-top-btn]
--------------------------------------------*/
@media (min-width: 1024px) {
  #page_top {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  #page_top {
    font-size: 6px;
    z-index: 999;
    position: fixed;
    right: 25px;
    bottom: 150px;
    width: 50px;
    height: 50px;
    opacity: 0.6;
    border-radius: 50%;
    background: #3f98ef;
  }
  #page_top span {
    top: 36px;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(0px, 35px);
    text-align: center;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    content: "\f106";
    color: #fff;
  }
}
/**--------------------------------------------end-[page-top-btn]------------------------------------------------------**/
/*--------------------------------------------
[select-tab-grid]
--------------------------------------------*/
.select-tab-grid {
  display: grid;
  width: 950px;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  padding: 0px;
  max-width: 100%;
  margin: auto;
  max-width: 90dvw;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .select-tab-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.select-tab-grid .selection.is-selected a {
  background-color: #f2f1f1;
  color: black;
  border: 1px solid gray;
}
.select-tab-grid .selection a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 50px;
  background-color: #0d8bf3;
  text-align: center;
  color: white;
  font-weight: bold;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .select-tab-grid .selection a {
    padding: 20px 7px;
  }
}

.selection-tab-grid {
  display: grid;
  width: 950px;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(min(40%, 230px), 1fr));
  padding: 0px;
  margin: auto;
  max-width: 100%;
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .selection-tab-grid {
    margin-bottom: 50px;
  }
}
.selection-tab-grid a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10% 19%;
  background-color: #0d8bf3;
  text-align: center;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  transition: 1s;
}
.selection-tab-grid a:hover {
  cursor: pointer;
}

/**--------------------------------------------end-[select-tab-grid]------------------------------------------------------**/
/*--------------------------------------------
[parallax]
--------------------------------------------*/
.parallax-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 100px;
  max-width: 95dvw;
  margin: auto;
  /*コンテンツのブロック*/
}
@media screen and (max-width: 1024px) {
  .parallax-wrapper {
    gap: 0;
    max-width: none;
  }
}

.parallax-wrapper h3 {
  font-size: 1.4rem;
  margin: 0;
  text-align: left;
}
.parallax-wrapper h3::after {
  content: none;
}
.parallax-wrapper .contents {
  width: 60vw;
}
@media screen and (max-width: 1024px) {
  .parallax-wrapper .contents {
    position: relative;
    right: -50%;
    transform: translate(-50%, 0);
    color: white;
    z-index: 1;
    flex-grow: 1;
    max-width: 90%;
  }

  .parallax-wrapper h3 {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .parallax-wrapper h3::after {
    width: 70%;
    height: 2px;
    content: "";
    background: #bdbdbd;
    position: absolute;
    bottom: 5px;
  }
}

.scroll-box {
  padding-top: 10vh;
}
.scroll-box:first-child {
  padding-top: 0vh;
}
.scroll-box:last-child {
  padding-bottom: 10vh;
}
.scroll-box-wrap {
  background: white;
  padding: 20px 30px;
  box-shadow: 0 0 20px 0px #00000021;
  position: relative;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 4px solid #ddd;
}
.scroll-box-wrap::before {
  content: "";
  position: absolute;
  width: 13%;
  background: linear-gradient(120deg, #fbccac 50%, transparent 0%);
  top: 0;
  left: 0;
  aspect-ratio: 0.6;
}
.scroll-box-wrap::after {
  content: "";
  position: absolute;
  width: 10%;
  background: linear-gradient(300deg, #9fd1fa 50%, transparent 0%);
  bottom: 0;
  right: 0;
  aspect-ratio: 0.6;
}
@media screen and (max-width: 500px) {
  .scroll-box-wrap {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 0px #3b3b3b78;
    border: 3px solid #2196f3;
    border-radius: 20px;
  }
  .scroll-box-wrap::before {
    width: 100%;
    background: linear-gradient(157deg, #2196f3 50%, #03a9f4 0%);
    /* aspect-ratio: 3.7; */
    height: 100px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .scroll-box-wrap::after {
    background: linear-gradient(345deg, #9fd1fa 50%, transparent 0%);
    aspect-ratio: 3.7;
    content: none;
  }
}

.parallax-wrapper .images p {
  height: 400px;
  margin: auto;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 20vh;
  bottom: 0;
  transition: 0.8s;
  opacity: 0;
}
.parallax-wrapper .images {
  width: 40vw;
  height: 40vh;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  margin-bottom: 10vh;
  top: 0;
}
@media screen and (max-width: 500px) {
  .parallax-wrapper .contents div {
    /*padding-top: 20vh;*/
  }
  .parallax-wrapper .contents div:first-child {
    /*padding-top: 10vh;*/
  }
  .parallax-wrapper .contents div:last-child {
    /*padding-bottom: 30vh;*/
  }
  .parallax-wrapper .images {
    height: 100vh;
    top: 0;
  }
  .parallax-wrapper .images p {
    top: 0;
  }

  #scroll-box01 {
    padding-top: 10vh;
  }
}
.parallax-wrapper .contents p {
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 400;
  font-family: system-ui;
}
@media screen and (max-width: 1024px) {
  .parallax-wrapper .contents p {
    line-height: 1.7;
    font-size: 1.1rem;
    /* background: rgba(255, 255, 255, 0.95); */
    color: #333;
    /* padding: 10%; */
    /* border-radius: 5px; */
  }
}

@media screen and (max-width: 1024px) {
  .parallax-wrapper .images {
    width: 0;
  }
}
.parallax-wrapper .images img {
  width: 400px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1024px) {
  .parallax-wrapper .images img {
    height: 100dvh;
    aspect-ratio: unset;
    -o-object-fit: cover;
    object-fit: cover;
    width: inherit;
  }
}
.parallax-wrapper .images p.active {
  visibility: visible;
  opacity: 1;
}
.parallax-wrapper .images p:first-child {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .parallax-wrapper .images p {
    width: 100vw;
    filter: brightness(0.6);
    right: 0%;
    height: 100dvh;
    transform: translateX(8%);
  }
}

ul.page-numbers {
  background: white;
  padding: 10px 20px;
  max-width: 80%;
  margin: auto;
  margin-top: 50px;
  width: fit-content;
  border-radius: 40px;
  display: flex;
  border: 1px solid gray;
}

.page-numbers li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-family: "Roboto", sans-serif;
  outline: 0;
}

.page-numbers li a:hover {
  background: #ff5a1d;
  border: none;
}
a.page-numbers {
  width: 40px;
  display: flex;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  li:has(.page-numbers) {
    display: none;
  }
}
li:has(.page-numbers.current) {
  background: #ff5a1d;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
}

li:has(.page-numbers.next) {
  display: flex;
}

li:has(.page-numbers.prev) {
  display: flex;
}
.parallax-wrapper h2 {
  color: #2196f3;
}
@media screen and (max-width: 500px) {
  .parallax-wrapper h2 {
    /* background: rgba(255, 255, 255, 0.95); */
    /* margin: 0; */
    font-size: 1.7rem;
    line-height: 1.1;
    /* padding: 35px 0 0; */
    text-align: center;
    color: white;
    margin-bottom: 40px;
  }
  .parallax-wrapper .contents p {
    /* padding-top: 2%; */
    border-radius: 0;
    /* margin: 0; */
  }
  .parallax-wrapper h3 {
    /* margin: 0; */
    /* background: #fffffff5; */
    color: black;
  }
}
.scroll-box {
  padding-bottom: 10vh;
}
/**--------------------------------------------end-[parallax]------------------------------------------------------**/ /*# sourceMappingURL=style.css.map */

/*----start-[sp-menuBtn]---*/

.MenuBtn {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: none;
  border: none;
  box-sizing: border-box;
}

.MenuBtn .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 10vw;
  height: 4px;
  transition: all 0.15s ease-in;
  margin: auto;
}
button.MenuBtn.humburger.is-open {
  background: white;
  border-radius: 999px;
}
.MenuBtn .MenuBtn-BarFrame-FirstBar,
.MenuBtn .MenuBtn-BarFrame-SecondBar,
.MenuBtn .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: white;
  transition: all 0.15s linear;
}
.is-open .MenuBtn-BarFrame span {
  background-color: #0091ec;
}
.MenuBtn .MenuBtn-BarFrame-SecondBar {
  transform-origin: center left;
  transform: translateY(-13px) rotate(0deg);
}

.MenuBtn .MenuBtn-BarFrame-ThirdBar {
  transform-origin: center left;
  transform: translateY(13px) rotate(0deg);
}

.MenuBtn.is-open .MenuBtn-BarFrame-SecondBar {
  width: 15px;
  transform: translateY(1.414px) rotate(-45deg);
}

.MenuBtn.is-open .MenuBtn-BarFrame-ThirdBar {
  width: 15px;
  transform: translateY(-1.414px) rotate(45deg);
}

@media screen and (min-width: 1025px) {
  .MenuBtn {
    display: none;
  }
}
/*----end-[sp-menuBtn]---*/
.companycard_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.companycard_wrapper {
  display: flex;
  flex-direction: row-reverse;
  background-color: white;
  box-shadow: 0 0 5px 4px #00000014;
  border-radius: 30px;
  overflow: hidden;
  line-height: 2;
}
.companycard_content {
  width: 850px;
  padding: 50px 50px;
}
img.companycard_img {
  height: 100%;
  object-fit: contain;
}

.companycard_img_box {
  width: 350px;
}
.strength_wrapper {
  gap: 80px;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
  background: white;
  padding: 20px;
  justify-content: center;
}

.strength_img {
  display: flex;
  width: 460px;
  align-items: center;
}

.strength_box {
  width: 400px;
}

.strength_wrapper:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}
.num {
  font-weight: bold;
  font-size: 73px;
}
.strength_title {
  padding-left: 10px;
  border-left: 10px solid #24963a;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
}
.strength_subTitle {
  font-weight: bold;
  color: #0d8bf3;
  font-size: 35px;
  line-height: 1.3;
}

.copyright {
  text-align: center;
  margin-top: -50px;
}
h2.companycard_title {
  text-align: center;
}
.page-numbers li:hover {
  cursor: pointer;
  color: white;
}
.container span {
  width: 96%;
  margin: 0 2%;
}

@media screen and (min-width: 300px) {
  .menu-menu {
    display: flex;
    flex-wrap: wrap;
	  width:90%!important;
    max-width: 1080px;
    margin: -30px auto 10px auto;
  }
  .menu-menu li {
    width: 30%;
    margin: 5px 1%;
    list-style: none;
  }
  .menu-menu li a {
    display: inline-block;
    width: 100%;
    padding: 8px 16px!important;
    border-radius: 5px;
    border: 1px solid #035497;
    box-sizing: border-box;
    background: #ebf2f7;
    text-align: center;
  }
  .menu-menu li a:hover {
    background: #0279dc;
    color: #fff;
  }
  .menu-menu li a.here {
    background: #0279dc;
    color: #fff;
  }
}
@media screen and (min-width: 1000px) {
  .cont-box {
    display: flex;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 4%;
    border: 2px solid #ccc;
    box-sizing: border-box;
  }
  .cont-box-img {
    display: flex;
    align-items: center;
    width: 300px;
    height: auto;
  }
  .cont-box-txt {
    display: inline-block;
    width: calc(100% - 300px);
    padding: 0 35px 0 55px;
    box-sizing: border-box;
  }
  .cont-box-txt h2 {
    display: inline-block;
    margin-top: 15px;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #24963a;
    font-size: 1.8rem;
    color: #035497;
    line-height: 1.3;
  }
  .cont-box-txt p {
    display: block;
  }
  .cont-box-img-drone {
    width: 30%;
    margin: 0 1%;
  }
  .cont-box-txt-drone {
    width: 92%;
    margin: 0 auto;
  }
  .cont-box-txt-drone h2 {
    display: inline-block;
    margin-top: 15px;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #24963a;
    font-size: 1.8rem;
    color: #035497;
    line-height: 1.3;
  }
  .img-deco {
    width: 100%;
    box-sizing: border-box;
    border: 4px solid #fff;
  }

  /* --company --*/
  .service-list {
    width: 100%;
    padding: 0;
  }
  .service-list li {
    margin-bottom: 16px;
    list-style: none;
  }
  .service-list-heading {
    width: 100%;
    margin-bottom: 8px;
    border-left: 6px solid #035497;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    line-height: 1.2;
  }
  .service-list-txt {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding: 0 0 0 2em;
  }
  .service-list-txt::before {
    position: absolute;
    top: 0;
    left: 1em;
    content: "-";
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.item {
  width: 300px;margin: 40px 50px 40px auto;
  padding: 20px;
  background-color: lightslategray;
  color: white;
  font-size: 1.2rem;
  border-radius: 8px;

  /* スクロール連動アニメーション */
  animation: fadeIn linear;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

/* サポートされていない場合のフォールバック */
@supports not (animation-timeline: view()) {
  .item {
    opacity: 1;
    transform: none;
  }
}

.spacer {
  height: 100vh;
}
.news-area li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid gray;
  margin-bottom: 30px;
  max-width: 900px;
}
.newsText {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 40px;
  padding-bottom: 20px;
}
.newsTitle {
  font-weight: bold;
  color: #0d8bf3;
}
.newsTime {
  font-size: 16px;
}
.companycard_wrapper {
  max-width: 95vw;
  margin: auto;
}
