:root {
  --trt: translate 1.2s,opacity 1.2s ,clip-path 1.2s ,filter 1.2s ,scale 1.8s;
  --btnTR: 0.4s ease-in-out;
  --wh10: color-mix(in srgb, transparent, #ffffff 10%);
  --mc: var(--main-color);
  --sc: var(--sub-color);
  --bgStart: #d93f21;
  --bgEnd: #d92180;
  --pad: 40px;
  --gap: 60px;
  --in1440: calc(50vw - clamp(0px, 50vw - var(--pad, 20px), 720px ));
  --in1560: calc(50vw - clamp(0px, 50vw - var(--pad, 20px), 780px ));
  --in1680: calc(50vw - clamp(0px, 50vw - var(--pad, 20px), 840px));
  --incont: calc(50vw - clamp(0px, 50vw - var(--pad, 20px), 600px));
  --text-shadow: 1px 1px 6px rgb(0 0 0 / 42%);
}
@media (width <= 1440px) {
  :root {
    --pad: 40px;
    --gap: 32px;
  }
}
@media (width <= 767px) {
  :root {
    --pad: 30px;
  }
}
button {
  padding: 15px 30px;
  min-width: 200px;
  max-width: calc(100% - 20px);
  box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 15%);
  border-radius: 6px;
  border: none;
  background: var(--content-button-back);
  color: var(--content-button-color);
  transition: 0.3s;
  cursor: pointer;
}
button:hover {
  opacity: 0.8;
}
body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
body > video {
  opacity: 1;
}
html.home body > *:not(video) {
  opacity: 0;
}
html:not(.home) body > video {
  display: none;
}
header {
  background: transparent;
  position: fixed;
  inset: 0;
  z-index: 20;
}
html.home header {
  background: transparent;
}
html.home header.scroll {
  background: var(--header-back);
}
header > div a span {
  display: none;
}
header a.link {
  color: var(--header-color);
  border-color: var(--header-color);
}
header nav {
  display: flex;
  gap: 30px;
  position: absolute;
  top: 15px;
  right: 50px;
}

footer {
  padding: 0;
}
footer div.contact {
  padding-inline: var(--incont);
}
footer div.wrap {
  padding: var(--in1680);
}
footer > div {
}
footer address {
  text-shadow: inherit;
}
.slider.fade img {
  height: 100dvh;
  object-fit: cover;
}
.bgToRight {
  background-image: linear-gradient(to right, var(--bgStart), var(--bgEnd));
}
.incont {
  padding-inline: var(--incont) !important;
}
.in1680 {
  padding-inline: var(--in1680) !important;
}
.absLT {
  position: absolute;
  left: var(--in1560);
  top: 3vw;
  z-index: 8;
}
.absRT {
  position: absolute;
  right: var(--in1680);
  top: -3vw;
  z-index: 8;
}
a.link {
  background: rgb(255 255 255 / 8%);
  font-size: clamp(16px, 2.4vw, 24px);
}
a.link:hover {
  text-shadow: none;
}
a.link2 i {
  background: rgb(255 255 255 / 8%);
}
@media (width <= 767px) {
  header nav {
    display: flex;
    justify-content: space-evenly;
    gap: 0;
    width: 100%;
    position: fixed;
    top: initial;
    right: initial;
    bottom: 20px;
    left: 0;
  }
  .absLT {
    top: 8vw;
    left: 5vw;
  }
}
/*---------------------------------------------------------------------------------------------
背景動画
----------------------------------------------------------------------------------------------*/
.bgFix {
  padding: 0;
  pointer-events: none;
  transition: var(--trt);
  position: fixed;
  inset: 0;
  z-index: -1;
}
.bgFix video {
  display: flex;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
  object-fit: cover;
  opacity: 0.2;
}
/*---------------------------------------------------------------------------------------------
フレックスボックス（左右に配置）
----------------------------------------------------------------------------------------------*/
.flex_lr div.row {
  align-items: flex-start;
  gap: 0 10%;
}
.flex_lr div.box {
  align-items: center;
  margin-top: 8%;
  padding: 0;
  width: 45% !important;
}
.flex_lr div.box:nth-child(even) {
  margin-block: 22% 0%;
}
.flex_lr div.box:nth-child(1) img {
  width: 695px;
}
.flex_lr div.box:nth-child(2) img {
  margin: 0 0 0 auto;
  width: 359px;
}
.flex_lr div.box:nth-child(3) img {
  margin-left: auto;
  width: 501px;
}
/*---------------------------------------------------------------------------------------------
クリップタイトル
----------------------------------------------------------------------------------------------*/
.clipTitle {
  display: block;
  background-image: linear-gradient(10deg, var(--main-color), var(--sub-color));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 4.25vw, 80px);
  line-height: 1;
}
.clipTitle span {
  margin: 0;
  background: inherit;
  font-size: inherit;
  font-weight: inherit;
}
div:has(> .clipTitle)::before {
  display: block;
  content: "";
  width: calc(clamp(36px, 4.25vw, 80px) * 1.5);
  height: unset;
  aspect-ratio: 5 / 4;
  background: url(../image/resource/t01.png) no-repeat center / 100% 100%;
  position: absolute;
  top: -25px;
  left: 10px;
  z-index: -1;
}
div:has(> .clipTitle.tate)::before {
  left: -15px;
}
/*---------------------------------------------------------------------------------------------
キャッチコピー（右）
----------------------------------------------------------------------------------------------*/
div:has(> .catchRight) {
  margin: 0 0 0 auto;
}
.catchRight {
  max-width: 100%;
  background-image: linear-gradient(300deg, var(--main-color), var(--sub-color));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: calc(clamp(36px, 4.25vw, 80px) * 1.875);
  line-height: 1;
}
@media (width <= 767px) {
  div:has(> .catchRight) {
    margin: 0;
  }
}
/*---------------------------------------------------------------------------------------------
キャッチコピー（中央）
----------------------------------------------------------------------------------------------*/
div:has(> .catchCenter) {
  margin: 6% auto;
  width: auto;
  max-width: 1200px;
  position: relative;
}
.catchCenter {
  text-align: center;
  font-family: "jost";
  font-weight: 500;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.5;
}
.catchCenter span {
  display: inline-block;
  font-size: inherit;
}
.catchCenter::before, .catchCenter::after {
  display: block;
  content: "";
  width: calc(clamp(36px, 4.25vw, 80px) * 3);
  height: unset;
  aspect-ratio: 4 / 5;
  mask-image: url(../image/resource/bg03.svg);
  -webkit-mask-image: url(../image/resource/bg03.svg);
  background: var(--background);
  position: absolute;
  translate: 0 -50%;
  z-index: -1;
  opacity: 0.5;
}
.catchCenter::after {
  mask-image: url(../image/resource/bg04.svg);
  -webkit-mask-image: url(../image/resource/bg04.svg);
  background: var(--background);
  inset: auto 0 auto auto;
}
/*---------------------------------------------------------------------------------------------
テキスト（右レイヤー）
----------------------------------------------------------------------------------------------*/
section:has(> .halfRight) {
  display: grid;
}
.halfRight {
  padding: 0px 50px 0px 0px;
  width: 50%;
  position: absolute;
  top: 38%;
  right: 0;
}
.halfRight div.io-once {
  transition: var(--trt);
  clip-path: inset(0 95% 0 0);
  opacity: 0;
}
.halfRight div.io-once.show {
  clip-path: inset(0);
  opacity: 1;
}
.halfRight h1 {
  display: inline;
  padding-inline: 0.25em 0.375em;
  box-decoration-break: clone;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(28px, 2.8vw, 48px);
  line-height: 1.75;
}
.halfRight h1 span {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  color: var(--accent-color);
}
.halfRight p {
  padding-top: 40px;
  font-size: 1.25em;
  line-height: 3;
}
@media (width <= 767px) {
  .halfRight {
    margin: 0 auto -100vw;
    padding: 15px;
    width: calc(100% - 40px);
    position: relative;
    top: -100vw;
  }
}
/*---------------------------------------------------------------------------------------------
GenerateBox
----------------------------------------------------------------------------------------------*/
.tabContainer {
  display: block;
  position: relative;
  margin: 0 var(--in1680);
  opacity: 0;
  transition: var(--trt);
}
.tabContainer.show {
  opacity: 1;
}
.tabContainer > div {
  padding: 0;
}
.tabButtons {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.tab {
  flex: 1;
  padding: 0;
  width: 100%;
  max-width: initial;
  background: color-mix(in srgb, transparent, #02020d 10%);
  background: rgb(0 0 0 / 10%);
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  border: none;
  outline: none;
  opacity: 0;
  transition: 0.5s;
}
.tab:first-child {
  border-radius: 20px 20px 0 0;
}
.tab:last-child {
  border-radius: 0 0 20px 20px;
}
.tab:hover {
  opacity: 1;
}
.tab i {
  display: block;
  font-style: normal;
  font-weight: 100;
  font-size: clamp(28px, 2.8vw, 48px);;
  line-height: 1.5;
}
.tab-next-button {
  display: none;
  width: 80px;
  min-width: initial;
  height: 80px;
  background: url(../image/resource/load.svg) no-repeat center / 100%;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tabPanels {
  position: relative;
  margin: auto;
  height: 100%;
}
.tabPanel {
  position: absolute;
  inset: 0;
}
.tabPanel:first-of-type {
  position: relative;
  z-index: 1;
}
.GenerateBox {
  display: grid;
  border-radius: 1.5em;
}
.GenerateBox.show {
  z-index: 1;
}
.GenerateBox > div {
  position: relative;
  opacity: 0;
  transition: 0.5s, 0.5s;
}
.GenerateBox.show > div {
  font-size: clamp(28px, 2.8vw, 48px);
  opacity: 1;
}
.GenerateBox .Bottom {
  padding: 4vmin;
  height: 100%;
  font-size: inherit;
}
.GenerateBox .Bottom mark {
  display: inline;
  background: linear-gradient(transparent 35%, #68e0cf 35%);
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
.GenerateBox .Right {
  align-content: center;
  padding: 4vmin;
  width: 100%;
  height: 100%;
  text-align: right;
  font-size: inherit;
  position: absolute;
}
.GenerateBox .Right span {
  padding: 1em 0.5em;
  line-height: 1.5;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 500;
  writing-mode: vertical-rl;
  color: #fff;
}
.GenerateBox .HeaderCenter {
  padding: 2vmin 1em;
  color: #000;
  height: auto;
  line-height: 1.2em;
  text-align: center;
  font-family: "Jost";
  font-weight: 400;
  font-size: inherit;
  border-radius: 20px 20px 0 0;
}
.GenerateBox .Center {
  padding: 4vmin;
  height: 100%;
  text-align: center;
  font-family: "jost";
  font-weight: 300;
  font-size: 2em;
  line-height: 1.5;
  color: #fff;
}
.GenerateBox .im {
  width: unset;
}
.GenerateBox > * {
  grid-area: 1 / 1;
}
.GenerateBox img, .GenerateBox canvas {
  width: 100%;
  max-width: 100%;
  max-height: calc(100vh - 150px) !important;
  border-radius: 20px;
  z-index: 0;
  position: relative;
  aspect-ratio: 2/1;
  object-fit: cover;
  transition: 0.5s;
}
.GenerateBox img {
  display: block;
  margin: 0px auto 0px auto;
  height: auto !important;
}
.GenerateBox.show img {
  opacity: 1;
}
.GenerateBox canvas {
  position: absolute;
  inset: 0;
  transform: translate(150px, 150px);
  opacity: 0;
}
.GenerateBox canvas:first-of-type {
  transform: translate(calc(150px * -1), calc(150px * -1));
}
.GenerateBox.show canvas {
  opacity: 1;
  animation: zigzag 0.5s steps(1) forwards;
  transform: unset;
}
.GenerateBox.show canvas:first-of-type {
  animation-name: zigzagRev;
}
@media (width <= 834px) {
  .GenerateBox img, .GenerateBox canvas {
    aspect-ratio: 4 / 5;
  }
  .tabButtons {
    display: none;
  }
  .tab-next-button {
    display: block;
  }
}
@keyframes zigzag {
  0% {
    transform: translate(150px, 150px);
  }
  25% {
    transform: translate(calc(150px * 0.5), 150px);
  }
  50% {
    transform: translate(calc(150px * 0.5), calc(150px * 0.5));
  }
  75% {
    transform: translate(0, calc(150px * 0.5));
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes zigzagRev {
  0% {
    transform: translate(calc(150px * -1), calc(150px * -1));
  }
  25% {
    transform: translate(calc(150px * -1), calc((150px * 0.5) * -1));
  }
  50% {
    transform: translate(calc((150px * 0.5) * -1), calc((150px * 0.5) * -1));
  }
  75% {
    transform: translate(calc((150px * 0.5) * -1), 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*---------------------------------------------------------------------------------------------
スライダー
----------------------------------------------------------------------------------------------*/
.card_slide {
  padding-inline: var(--in1680);
}
.card_slide > div {
  display: block!important;
  margin-bottom: 120px;
}
.card_slide .slick-list  {
  overflow: visible!important;
}
.card_slide .slick-track {
  display: flex;
  gap: var(--gap);
}
.card_slide div.box {
  padding: 0;
  position: relative;
}
.card_slide div.box img {
  border-radius: 1.5em;
  aspect-ratio: 5/9;
  object-fit: cover;
}
.card_slide div.box img + div {
  padding: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8em;
  position: absolute;
  top: 0;
  left: 0;
}
.card_slide div.box img + div * {
  font-weight: inherit;
  font-size: inherit;
  color: #fff;
  text-shadow: var(--text-shadow);
}
.card_slide .slick-next, .card_slide .slick-prev {
  width: 60px;
  min-width: initial;
  height: 60px;
  background: none;
  border: 1px solid var(--link-color);
  border-radius: 50%;
  box-shadow: none;]
  opacity: 0.75;
}
.card_slide .slick-next {
  top: unset;
  left: unset;
  right: 0;
  bottom: -110px;
  transform: unset;
}
.card_slide .slick-prev {
  top: unset;
  left: unset;
  right: 80px;
  bottom: -110px;
  transform: unset;
}
.card_slide .slick-next::before {
  display: block;
  content: ">";
  font-weight: 300;
  font-family: 'Jost';
  transform: scaleY(1.5);
  color: var(--link-color);
}
.card_slide .slick-prev::before {
  display: block;
  content: "<";
  font-weight: 300;
  font-family: 'Jost';
  transform: scaleY(1.5);
  color: var(--link-color);
}
.card_slide .slick-next:hover, .card_slide .slick-prev:hover {
  border: 1px solid var(--link-hover);
}
.card_slide .slick-next:hover::before, .card_slide .slick-prev:hover::before {
  color: var(--link-hover);
}
.card_slide + div {
  padding-inline: var(--in1680);
}
.card_slide + div a.link {
  margin: 0 0 0 auto;
}
section:has(.card_slide.__ver2) {
  overflow-x: hidden;
}
.card_slide.__ver2 {
  margin-inline: calc(5% * -1);
  padding: 0;
  width: calc(100% + (5% * 2));
}
.card_slide.__ver2 div.box {
  padding: 1.5em;
  background: var(--wh10);
  opacity: 0;
  transition: transform 3s, rotate 3s, opacity 0.3s;
}
.card_slide.__ver2 div.box img {
  width: 330px;
  aspect-ratio: 1/1;
  border-radius: initial;
}
.card_slide.__ver2 div.box img + div {
  padding: 10px 0 0;
  position: initial;
}
.card_slide.__ver2 div.box img + div span {
  display: block;
}
.card_slide.__ver2 div.box h3 {
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 20px);
  color: var(--accent-color);
  text-shadow: none;
}
.card_slide.__ver2 div[class*=visible] {
  opacity: 1;
  transition: transform 1s, rotate 1s, opacity 0.6s;
}
.card_slide.__ver2 div.box.visible1 {
  transform: translate(0px, 67px);
  rotate: -8deg;
}
.card_slide.__ver2 div.box.visible2 {
  transform: translate(0px, 17px);
  rotate: -4deg;
}
.card_slide.__ver2 div.box.visible3 {
  transform: translate(0px, 0px);
  rotate: 0deg;
}
.card_slide.__ver2 div.box.visible4 {
  transform: translate(0px, 17px);
  rotate: 4deg;
}
.card_slide.__ver2 div.box.visible5 {
  transform: translate(0px, 67px);
  rotate: 8deg;
}
.card_slide.__ver2 div.box:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, var(--mc), var(--sc));
  transition: var(--btnTR);
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.card_slide.__ver2 div.box.visible3:before {
  opacity: 0.3;
}
.card_slide.__ver2 .slick-next {
  right: calc(var(--in1680) + 5%);
}
.card_slide.__ver2 .slick-prev {
  right: calc(var(--in1680) + 5% + 60px + 20px);
}
.card_slide.__ver2 + div a.link {
  margin-inline: auto;
}
@media (width <= 1080px) {
  .card_slide.__ver2 div.box.visible1 {
    transform: translate(0px, 17px);
    rotate: -4deg;
  }
  .card_slide.__ver2 div.box.visible2 {
    transform: translate(0px, 0px);
    rotate: 0deg;
  }
  .card_slide.__ver2 div.box.visible3 {
    transform: translate(0px, 17px);
    rotate: 4deg;
  }
  .card_slide.__ver2 div.box.visible2:before {
    opacity: 0.3;
  }
  .card_slide.__ver2 div.box.visible3:before {
    opacity: 0;
  }
}
@media (width <= 767px) {
  .card_slide {
    --gap: 10px;
  }
}
@media (width <= 640px) {
  .card_slide.__ver2 {
    margin-inline: -50%;
    width: 200%;
  }
  .card_slide.__ver2 .slick-prev {
    right: calc(50vw + 100px);
  }
  .card_slide.__ver2 .slick-next {
    right: calc(50vw + 20px);
  }
  .card_slide div.box img + div {
    padding: 8%;
  }
}
/*---------------------------------------------------------------------------------------------
パフォーマンス
----------------------------------------------------------------------------------------------*/
.performance {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.performance > div:nth-child(1) {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 6;
}
.performance > div:nth-child(1) h2 {
  display: block;
  max-width: calc(100% - 20px);
  background-image: linear-gradient(10deg, var(--mc), var(--sc));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: calc(clamp(36px, 4.25vw, 80px) * 1.875);
  line-height: 1;
  position: relative;
  top: unset;
  left: 10px;
  opacity: 0.3;
}
.performance > div:nth-child(1) h2 span {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  background: inherit;
}
.performance > div:nth-child(2) {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 3;
  padding-inline: var(--in1680);
}
.performance > div:nth-child(2) h2 {
  font-weight: 500;
  font-size: clamp(24px, 2.4vw, 36px);
}
.performance > div:nth-child(2) h2 > span {
  display: block;
  margin: 2em 0 0;
  font-size: inherit;
  text-align: right;
  white-space: nowrap;
}
.performance > div:nth-child(2) h2 > span span {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: calc(clamp(36px, 4.25vw, 80px) * 1.875);
  line-height: 1em;
  position: relative;
  top: -20px;
}
.performance > div:nth-child(3) {
  display: grid;
  grid-column-start: 3;
  grid-column-end: 6;
  padding-inline: var(--in1680);
}
.performance > div:nth-child(3) div.box {
  position: relative;
}
.performance > div:nth-child(3) div.box div {
  font-size: 12px;
}
.performance > div:nth-child(3) div.box h1,
.performance > div:nth-child(3) div.box h2,
.performance > div:nth-child(3) div.box h3 {
  font-weight: 500;
  font-size: min(16px, 5vw);
  color: #68e0cf;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (width <= 834px) {
  .performance {
    display: flex;
    flex-direction: column;
  }
}
@media (width <= 480px) {
  .performance > div {
    display: block!important;
  }
  .performance div.box {
    margin-bottom: 20px;
    width: 100%!important;
  }
}
/*---------------------------------------------------------------------------------------------
Works
----------------------------------------------------------------------------------------------*/
.works h2 {
  display: block;
  width: calc(100% - 10px);
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: calc(clamp(36px, 4.25vw, 80px) * 1.875);
  line-height: 1;
  position: absolute;
  top: 0;
  left: 10px;
  opacity: 0.3;
}
.works h2 span {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  background: inherit;
}

/*---------------------------------------------------------------------------------------------
問い合わせリンク
----------------------------------------------------------------------------------------------*/
section .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 15%!important;
}
section .contact div {
  width: 50%;
  color: #fff;
}
section .contact h2 {
  font-family: "Jost";
  font-weight: 400;
  font-size: calc(clamp(36px, 4.25vw, 80px) * 1.5);
  line-height: 1;
  color: #fff;
}
.contact a.link {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  width: 50%;
  font-family: "Jost";
  font-weight: 400;
  font-size: clamp(14px, 1.6vw, 18px);
  color: #fff;
  border-color: #fff;
}
.contact a.link::after {
  content: unset;
}
.contact a.link::before {
  display: block;
  content: "";
  width: 24px;
  height: 20px;
  background: #fff;
  mask-image: url(../image/resource/mail.svg);
  -webkit-mask-box-image: url(../image/resource/mail.svg);
  transition: 0.3s;
}
.contact a.link:hover::before {
  background: var(--link-hover);
}
@media (width <= 767px) {
  section .contact {
    flex-direction: column;
  }
  section .contact div {
    margin-bottom: 20px;
    width: 100%;
  }
  section .contact a.link {
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------
サービス
----------------------------------------------------------------------------------------------*/
.service {
  padding-inline: var(--in1440);
}
.service div.box {
  gap: 32px;
  padding-inline: 8% !important;
  position: relative;
  transition: var(--trt);
  translate: 6vmin;
}
.service div.box:last-child {
  border: none!important;
}
.service div.box.show {
  translate: none;
}
.service div.box img {
  min-width: 100px;
}
.service div.box > div {
  padding: 0 222px 0 0;
  line-height: 1.8;
}
.service div.box > div h3 {
  font-weight: 400;
  font-size: min(24px, 6vw);
}
.service div.box a.link {
  margin: auto;
  width: 180px;
  height: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
}
@media (width <= 767px) {
  .service {
    padding: 0;
  }
  .service div.box > div {
    padding: 0;
  }
  .service div.box a.link {
    margin-top: 20px;
    width: 100%;
    position: relative;
    inset: initial;
  }
}
/*---------------------------------------------------------------------------------------------
コンテンツ
----------------------------------------------------------------------------------------------*/
div.main-visual {
  justify-content: flex-start;
  margin-top: 100px;
  padding: 120px 80px;
}
div.main-visual > div {
  align-items: flex-start;
  gap: 40px;
}
.part_text {
  line-height: 2em;
}
.part_dllist dl {
  border-bottom: 1px solid var(--color);
  padding: 20px;
}
.part_dllist dl:last-child {
  border-bottom: none;
}
.part_dllist dl dt {
  background: unset;
  border: none;
}
.part_dllist dl dd {
  background: unset;
}
.part_form dl dt {
  background: unset;
}
.part_form dl dt span {
  font-weight: 700;
}
h1 {
  font-weight: 500;
}
.part_flexbox div.box.right {
  justify-content: space-between;
  align-items: flex-start;
}
.part_flexbox h2 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
}
.part_flexbox h2::after {
  display: block;
  content: "";
  padding-top: 20px;
  width: 40px;
  border-bottom: 1px solid var(--color);
}
@media (width <= 767px) {
  div.main-visual {
    margin-top: 0;
    padding: 60px 20px;
  }
  .part_dllist dl {
    padding: 0 0 20px;
  }
  .part_form dl {
    gap: 0;
  }
}
article.blog h1, article.blog h2,
article.blog article div.detail {
  font-family: "Noto Sans JP", "Segoe UI Emoji", "Apple Color Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}