@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 {
  line-height: 1.5;
  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 {
  display: block;
  max-width: 100%;
}

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

/**--------------------------------------------end-[reset&common-css]--------------------------------------------**/
/*--------------------------------------------
[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;
  height: 18px;
}
.icon.m {
  width: 27px;
  height: 27px;
}
.icon.l {
  width: 36px;
  height: 36px;
}
.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]------------------------------------------------------**/
/*--------------------------------------------
[adjuster]
--------------------------------------------*/
.pc {
  display: initial;
}
@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

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

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

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

.block {
  margin-bottom: 50px;
}

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

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

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

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

article {
  /* max-width: $content-width;*/
  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: 599px) {
  .content-area {
    max-width: 100%;
  }
}

h2 {
  margin-bottom: 50px;
  position: relative;
  font-size: 3rem;
  padding-left: 1rem;
  font-family: "Roboto";
}
h2::first-letter {
  color: #0d8bf3;
}
h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 50px;
  width: 2px;
  background-color: #0d8bf3;
}

h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
  position: relative;
}
h3::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 5px;
  background: #296cd1;
  bottom: -5px;
  left: 50%;
  border-radius: 999px;
  transform: translate(-50%, 0px);
}
h3::first-letter {
  color: #0d8bf3;
}

h4 {
  margin-bottom: 30px;
}

p {
  margin-bottom: 25px;
}

.wave-section {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22900%22%20height%3D%22100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2026L150%2021L300%2024L450%2019L600%2030L750%2019L900%2029L900%200L750%200L600%200L450%200L300%200L150%200L0%200Z%22%20fill%3D%22%23f9f8f7%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M0%2075L150%2064L300%2073L450%2056L600%2076L750%2065L900%2074L900%2027L750%2017L600%2028L450%2017L300%2022L150%2019L0%2024Z%22%20fill%3D%22%23fbccac%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M0%20101L150%20101L300%20101L450%20101L600%20101L750%20101L900%20101L900%2072L750%2063L600%2074L450%2054L300%2071L150%2062L0%2073Z%22%20fill%3D%22%239fd1fa%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  padding-top: 15% !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");
}

.catch-zone {
  margin: auto;
  max-width: 90%;
}

/**--------------------------------------------end-[basic-component]------------------------------------------------------**/
/*--------------------------------------------
[animation]
--------------------------------------------*/
.home div {
  transform: translate(0, -30px);
  opacity: 0;
  transition: transform 1.3s, opacity 1.3s;
}
.home div.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  transition: transform 1.3s, opacity 1.3s;
}
.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;
  padding: 10px 2%;
}
@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;
}
@media screen and (max-width: 1024px) {
  header .g-nav-area .g-nav-zone {
    background: #f2f1f1;
    padding: 10px 0px;
    width: 100%;
    gap: 10px;
    border-radius: 5px;
  }
}
header .g-nav-area .g-nav-zone * + * {
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  header .g-nav-area .g-nav-zone * + * {
    margin-left: 0px;
  }
}
header .g-nav-area .g-nav-zone div {
  font-size: 1.1rem;
  font-family: "Roboto";
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  header .g-nav-area .g-nav-zone div {
    font-size: 0.9rem;
    border: 1px solid;
    border-radius: 5px;
  }
  header .g-nav-area .g-nav-zone div ::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    display: block;
    left: 10%;
    bottom: 10px;
    background-color: #f2f1f1;
  }
  header .g-nav-area .g-nav-zone div ::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    right: 0;
    bottom: 0px;
    background: linear-gradient(315deg, black 50%, transparent 0%);
  }
}
@media screen and (max-width: 1024px) {
  header .g-nav-area .g-nav-zone a {
    width: 100%;
    height: 40px;
    display: flex;
    padding: 10px;
    align-items: center;
  }
}
header .g-nav-area .contact-btn {
  background: #13c5a1;
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 9999px;
}
@media screen and (max-width: 1024px) {
  header .g-nav-area .contact-btn {
    display: none;
  }
}
header .g-nav-area .contact-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px;
}

/**--------------------------------------------end-[header]------------------------------------------------------**/
/*--------------------------------------------
[footer]
--------------------------------------------*/
footer {
  color: white;
}

.footer-area {
  display: flex;
  justify-content: space-between;
  padding: 50px 10%;
  background: #0d8bf3;
  align-items: center;
  margin-top: 150px;
}
@media screen and (max-width: 599px) {
  .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 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: 599px) {
  .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";
  font-size: 1.1rem;
}
@media screen and (max-width: 599px) {
  .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: 599px) {
  .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 .p0 {
  padding: 5% 0;
}
.home .p0 .content-area {
  max-width: 100%;
}
.home .p0 .content-area h2 {
  text-align: center;
}
.home .p0 .content-area h2::after {
  content: none;
}
.home section {
  max-width: 100%;
}
.home section.blue {
  background: aliceblue;
}
.home section.gray {
  background-color: #f2f1f1;
}

.u-about {
  display: flex;
  gap: 50px;
  justify-content: space-around;
  margin-bottom: 50px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .u-about {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .u-about .mb-2gap {
    margin-bottom: 50px;
  }
}
.u-about .text-content-area {
  max-width: 350px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .u-about .text-content-area {
    max-width: 100%;
  }
}
.u-about .image-content-area {
  width: 550px;
  max-width: 100%;
}
.u-about .image-content-area img {
  border-radius: 15px;
}
.u-about .big-image-area {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .u-about .big-image-area {
    margin-bottom: 20px;
  }
}
.u-about .big-image-area img {
  margin-right: 0;
  max-width: 100%;
  width: 450px;
  aspect-ratio: 1.8;
  -o-object-fit: cover;
     object-fit: cover;
}
@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;
}
@media screen and (max-width: 1024px) {
  .u-about .small-image-area {
    justify-content: center;
  }
}
.u-about .small-image-area img {
  max-width: 38dvw;
  width: 200px;
  aspect-ratio: 1;
  margin-right: 0;
}
.u-about .blue {
  color: #0d8bf3;
}
.u-about .blue .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.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%;
}
.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;
}
.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;
  font-family: fantasy;
  color: #fc7b0d;
}

.work-box {
  display: grid;
  width: 1800px;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 580px), 1fr));
  padding: 0px;
  max-width: 100%;
  margin: auto;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 500px), 1fr));
}
.work-box .container {
  width: 100%;
  padding: 5px;
}
.work-box .container:hover {
  background: white;
  transition: 0.5s;
  filter: drop-shadow(2px 4px 6px black);
  border-radius: 15px;
}
.work-box .white-box {
  height: 350px;
  width: 100%;
  border-radius: 15px;
  max-width: 550px;
  margin: auto;
  margin-bottom: 20px;
}
.work-box .white-box img {
  border-radius: 15px;
  border: 1px solid gray;
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.work-box .white-box video {
  border-radius: 15px;
  width: 100%;
  display: block;
  height: auto;
}
.work-box .discription-area {
  max-width: 450px;
  width: 100%;
  margin: auto;
}
.work-box .tag {
  background: #053862;
  color: white;
  font-size: 0.8rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 4px 15px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.flex-news {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 599px) {
  .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: 599px) {
  .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: 599px) {
  .flex-news .news-list::before {
    display: none;
  }
}
.flex-news .time {
  font-weight: bold;
  margin-bottom: 20px;
}

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

.sub .hero-zone {
  position: relative;
  margin: auto;
  margin-bottom: 50px;
  max-width: 100%;
  height: 300px;
  overflow: hidden;
  border-bottom-right-radius: 100px;
}
@media screen and (max-width: 599px) {
  .sub .hero-zone {
    margin-bottom: 0;
  }
}
.sub .hero-zone img {
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  -o-object-fit: cover;
     object-fit: cover;
}
.sub .hero-zone h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: white;
}
.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);
}
.sub .catch {
  font-size: 1.5rem;
  font-weight: bold;
  color: darkslategray;
  margin-bottom: 1rem;
}
.sub h2 {
  max-width: 90dvw;
  margin-left: auto;
  margin-bottom: 20px;
  font-size: 2rem;
}
.sub h2:after {
  top: 0px;
  width: 5px;
  height: 38px;
}
.sub .contact-area {
  top: 0;
}
.sub .img-text-container {
  display: flex;
  gap: 20px;
}
.sub .img-text-container img {
  width: 50%;
}
.sub .img-text-container .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0d8bf3;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
}
.sub .img-text-container .title::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #0d8bf3;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  border-radius: 9999px;
}

/*--------------------------------------------
[archive-page]
--------------------------------------------*/
/**--------------------------------------------end-[archive-page]------------------------------------------------------**/
.page_servise .rec-box {
  max-width: 80dvw;
}

/*--------------------------------------------
[category-top-page]
--------------------------------------------*/
/**--------------------------------------------end-[category-top-page]------------------------------------------------------**/
/*--------------------------------------------
[contact]
--------------------------------------------*/
/**--------------------------------------------end-[contact]------------------------------------------------------**/
/*--------------------------------------------
[contact-form]
--------------------------------------------*/
/**--------------------------------------------end-[contact-form]------------------------------------------------------**/
.page_works .container {
  container-type: inline-size;
  background: white;
  padding: 20px;
  border: 1px solid gray;
  border-radius: 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%;
}
@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: 50px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 500px), 1fr));
  padding: 0px;
  max-width: 100%;
  margin: auto;
  max-width: 80dvw;
}

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

.post-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.post-area .left-content {
  max-width: 600px;
  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 .info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .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";
  top: 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;
}
.post-area .right-content .other img {
  max-width: 120px;
}
.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: 599px) {
  .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 #f2f1f1;
  text-align: left;
}
.company-intr th {
  width: 20%;
}
@media screen and (max-width: 599px) {
  .company-intr th {
    writing-mode: vertical-lr;
    width: 5%;
  }
}
.company-intr td {
  width: 80%;
}
@media screen and (max-width: 599px) {
  .company-intr td {
    padding-left: 9%;
  }
}

/*--------------------------------------------
[breadcrumb]
--------------------------------------------*/
.breadcrumb {
  position: absolute;
  bottom: 70px;
  left: calc(50% - 65px);
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 0.8rem;
}
.breadcrumb li {
  display: inline;
  padding-left: 25px;
}

/**--------------------------------------------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: 100%;
  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%;
  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;
}

/**--------------------------------------------end-[mian-visual]------------------------------------------------------**/
/*--------------------------------------------
[contact-area]
--------------------------------------------*/
.contact-area {
  background: lemonchiffon;
  padding: 30px;
  border: 1px solid #f2f1f1;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: clamp(420px, 60vw, 900px);
  margin: 150px auto;
}
@media screen and (max-width: 599px) {
  .contact-area {
    min-width: auto;
    max-width: 90%;
    padding: 20px;
    margin: 50px auto;
  }
}
.contact-area h2 {
  margin-bottom: 0;
  padding: 0;
  margin-left: initial;
}
.contact-area h2::after {
  display: none;
}
.contact-area .contact-btn-area {
  container-type: inline-size;
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.contact-area .contact-btn-area .contact-btn {
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  /*
  @include mq(sp) {
    border-radius: 20px;
    width: inherit;
  }*/
}
.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.mail {
  background: linear-gradient(to right, #fc7b0d, #fcf30d) left center/200%;
}
.contact-area .contact-btn-area .contact-btn .white-circle {
  background: white;
  display: flex;
  border-radius: 9999px;
  padding: 10px;
  /*   @include mq(sp) {
    width: 60px;
    height: 60px;
    border-radius: 9999px;
    padding: 10px;
  }/*/
}
.contact-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;
  /*@include mq(sp) {
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }*/
}
.contact-area .contact-btn-area a div {
  display: flex;
  flex-direction: column;
}
.contact-area .contact-btn-area .big {
  font-size: clamp(1rem, 1.4322916667vw, 1.3rem);
  font-weight: bold;
}
@container ( max-width: 280px) {
  .contact-area .contact-btn-area .contact-btn {
    width: 100%;
  }
  .contact-area .contact-btn-area a {
    gap: 5px;
    padding: 15px 20px 15px 5px;
    width: 100%;
  }
  .contact-area .contact-btn-area .text {
    display: none;
  }
  .contact-area .contact-btn-area .big {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.1;
  }
}
.contact-area span {
  font-size: clamp(0.9rem, 1.3020833333vw, 1.1rem);
}

/**--------------------------------------------end-[contact-area]------------------------------------------------------**/
/*--------------------------------------------
[rec-box]
--------------------------------------------*/
.rec-box {
  display: grid;
  width: 100%;
  gap: 150px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  padding: 0px;
  max-width: min(1350px, 100%);
  margin: auto;
  justify-items: center;
  margin-bottom: 100px;
  container-type: inline-size;
}
.rec-box .container {
  max-width: 380px;
  position: relative;
}
.rec-box .container::before {
  content: "";
  position: absolute;
  width: 0;
  height: 80%;
  top: 20%;
  color: lightgray;
  border-right: 1px solid;
  right: -20%;
}
.rec-box .container::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 0;
  top: -70px;
  border-top: 1px solid;
  left: 10%;
  color: lightgray;
}
.rec-box .container:first-child::after {
  content: none;
}
@container ( min-width: 991px) {
  .rec-box .container:nth-child(3)::before {
    content: none;
  }
  .rec-box .container:nth-child(6)::before {
    content: none;
  }
  .rec-box .container:nth-child(2)::after {
    content: none;
  }
  .rec-box .container:nth-child(3)::after {
    content: none;
  }
}
@container ( max-width: 990px) {
  .rec-box .container:nth-child(even)::before {
    content: none;
  }
  .rec-box .container:nth-child(2)::after {
    content: none;
  }
}
@container ( max-width: 610px) {
  .rec-box .container::before {
    content: none;
  }
  .rec-box .container:nth-child(2)::after {
    content: "";
  }
}
.rec-box .container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.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: 0;
  bottom: -15px;
  filter: invert(62%) sepia(85%) saturate(3806%) hue-rotate(356deg) brightness(101%) contrast(92%);
}
.rec-box .container a::before {
  content: "詳しくみる";
  position: absolute;
  right: 50px;
  bottom: -10px;
  color: #fc7b0d;
  font-weight: bold;
}
.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: linear-gradient(90deg, #0d8bf3, #9fd1fa);
  width: 100px;
  height: auto;
  aspect-ratio: 1;
  margin: auto;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}
.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 {
  text-align: center;
  color: #053862;
  font-weight: bold;
  font-size: 1.2rem;
  padding-bottom: 0rem;
  margin-bottom: 0;
  font-family: "Noto Sans JP";
}

/**--------------------------------------------end-[rec-box]------------------------------------------------------**/
/*--------------------------------------------
[page-top-btn]
--------------------------------------------*/
@media (min-width: 1001px) {
  #page_top {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  #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: 599px) {
  .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: 599px) {
  .select-tab-grid .selection a {
    padding: 20px 7px;
  }
}

form.selection-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;
}
form.selection-tab-grid button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 50px;
  background-color: #0d8bf3;
  text-align: center;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  border: none;
}
form.selection-tab-grid button: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.2rem;
  margin: 0;
}
.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 .contents div {
  padding-top: 50vh;
}
.parallax-wrapper .contents div:first-child {
  padding-top: 20vh;
}
.parallax-wrapper .contents div:last-child {
  padding-bottom: 30vh;
}
.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: 2;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 10px;
    border-radius: 5px;
  }
}
.parallax-wrapper .images {
  width: 40vw;
  height: 100vh;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
@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 {
  height: 400px;
  margin: auto;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: 0.8s;
  opacity: 0;
}
.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: 100dvw;
    filter: brightness(0.2);
    right: 0;
    height: 100dvh;
  }
}

/**--------------------------------------------end-[parallax]------------------------------------------------------**//*# sourceMappingURL=style.css.map */