@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap");
/***************************

foundation/base.scss

***************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

:root {
  --black: #151623;
  --white: #fff;
  --blue: #004185;
  --light-blue: #9BE7E6;
  --gray: #EDF1F4;
  --en: "Montserrat", sans-serif;
  --ffnsd: "Noto Serif Display", serif;
  --ffinter: "Inter", sans-serif;
  --grade: linear-gradient(-90deg,rgba(0, 65, 133, 1) 0%, rgba(33, 185, 215, 1) 100%);
  --txt-grade: linear-gradient(-5deg,rgba(0, 65, 133, 1) 0%, rgba(28, 168, 203, 1) 86%, rgba(33, 185, 215, 1) 100%);
  --gray-line: 1px solid #EDF1F4;
  --0_1rem: calc(1rem / 16);
  --0_15rem: calc(1.5rem / 16);
  --0_2rem: calc(2rem / 16);
  --0_5rem: calc(5rem / 16);
  --0_6rem: calc(6rem / 16);
  --0_7rem: calc(7rem / 16);
  --0_8rem: calc(8rem / 16);
  --0_85rem: calc(8.5rem / 16);
  --1rem: calc(10rem / 16);
  --1_1rem: calc(11rem / 16);
  --1_2rem: calc(12rem / 16);
  --1_3rem: calc(13rem / 16);
  --1_4rem: calc(14rem / 16);
  --1_5rem: calc(15rem / 16);
  --1_6rem: calc(16rem / 16);
  --1_7rem: calc(17rem / 16);
  --1_8rem: calc(18rem / 16);
  --2rem: calc(20rem / 16);
  --2_1rem: calc(21rem / 16);
  --2_2rem: calc(22rem / 16);
  --2_3rem: calc(23rem / 16);
  --2_4rem: calc(24rem / 16);
  --2_5rem: calc(25rem / 16);
  --2_6rem: calc(26rem / 16);
  --2_8rem: calc(28rem / 16);
  --3rem: calc(30rem / 16);
  --3_2rem: calc(32rem / 16);
  --3_3rem: calc(33rem / 16);
  --3_4rem: calc(34rem / 16);
  --3_5rem: calc(35rem / 16);
  --4rem: calc(40rem / 16);
  --4_3rem: calc(43rem / 16);
  --4_4rem: calc(44rem / 16);
  --4_5rem: calc(45rem / 16);
  --4_9rem: calc(49rem / 16);
  --5rem: calc(50rem / 16);
  --5_2rem: calc(52rem / 16);
  --5_4rem: calc(54rem / 16);
  --5_5rem: calc(55rem / 16);
  --5_8rem: calc(58rem / 16);
  --6rem: calc(60rem / 16);
  --6_4rem: calc(64rem / 16);
  --6_5rem: calc(65rem / 16);
  --7_3rem: calc(73rem / 16);
  --7_5rem: calc(75rem / 16);
  --8rem: calc(80rem / 16);
  --7rem: calc(70rem / 16);
  --8rem: calc(80rem / 16);
  --9rem: calc(90rem / 16);
  --10rem: calc(100rem / 16);
  --10_1rem: calc(101rem / 16);
  --12rem: calc(120rem / 16);
  --13rem: calc(130rem / 16);
  --14rem: calc(140rem / 16);
  --14_6rem: calc(146rem / 16);
  --15rem: calc(150rem / 16);
  --15_5rem: calc(155rem / 16);
  --16rem: calc(160rem / 16);
  --17rem: calc(170rem / 16);
  --18rem: calc(180rem / 16);
  --19rem: calc(190rem / 16);
  --20rem: calc(200rem / 16);
  --25rem: calc(250rem / 16);
  --27_9rem: calc(279rem / 16);
  --f10: calc(10rem / 16);
  --f12: calc(12rem / 16);
  --f14: calc(14rem / 16);
  --f15: calc(15rem / 16);
  --f16: calc(16rem / 16);
  --f17: clamp(calc(15rem / 16), 2vw, calc(17rem / 16));
  --f18: clamp(calc(16rem / 16), 2vw, calc(18rem / 16));
  --f20: clamp(calc(18rem / 16), 3vw, calc(20rem / 16));
  --f21: clamp(calc(18rem / 16), 3vw, calc(21rem / 16));
  --f24: clamp(calc(18rem / 16), 3vw, calc(24rem / 16));
  --f25: clamp(calc(18rem / 16), 3vw, calc(25rem / 16));
  --f26: clamp(calc(18rem / 16), 3vw, calc(26rem / 16));
  --f27: clamp(calc(18rem / 16), 3vw, calc(27rem / 16));
  --f28: clamp(calc(18rem / 16), 3vw, calc(28rem / 16));
  --f30: clamp(calc(20rem / 16), 3vw, calc(30rem / 16));
  --f32: clamp(calc(22rem / 16), 3vw, calc(32rem / 16));
  --f36: clamp(calc(22rem / 16), 3vw, calc(36rem / 16));
  --f43: clamp(calc(24rem / 16), 3vw, calc(43rem / 16));
  --f50: clamp(calc(3rem / 16), 7vw, calc(50rem / 16));
  --f54: clamp(calc(3rem / 16), 7vw, calc(54rem / 16));
  --f70: clamp(calc(3.3rem / 16), 7vw, calc(70rem / 16));
  --fwel: 200;
  --fwl: 300;
  --fwn: 400;
  --fwm: 500;
  --fwsb: 600;
  --fwb: 700;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  color: var(--black);
  background-color: var(--white);
}

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
  opacity: 0;
}
body.loaded {
  opacity: 1;
  animation: anime-fade 0.5s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  display: block;
}

a:hover {
  opacity: 0.6;
}

a:active,
a:hover {
  outline-width: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main,
picture,
i {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

video {
  width: 100%;
}

/***************************

layout/_header.scss

***************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--8rem);
  padding-left: var(--3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--3rem);
  z-index: 99;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(20px);
  border-bottom: var(--gray-line);
}
@media screen and (max-width: 834px) {
  .header {
    padding: var(--1rem) var(--1rem) var(--1rem) var(--2rem);
    height: auto;
  }
  .header.active {
    background: var(--white);
  }
}
.header-logo {
  position: relative;
  z-index: 101;
  aspect-ratio: 210/32;
}
@media screen and (max-width: 500px) {
  .header-logo {
    max-width: var(--15_5rem);
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--0_5rem);
  }
}
.header-btn {
  display: none;
}
@media screen and (max-width: 834px) {
  .header-btn {
    display: block;
    width: 7rem;
    height: var(--4_4rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--f12);
    color: var(--white);
    border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
  }
}
.header .copy {
  display: none;
}
@media screen and (max-width: 834px) {
  .header .copy {
    position: absolute;
    display: block;
    margin-top: 0;
    bottom: var(--5rem);
  }
}

@media screen and (max-width: 834px) {
  .gnav {
    position: relative;
    padding-top: 15vh;
  }
}
.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--5rem);
  font-size: var(--f15);
}
@media screen and (max-width: 1100px) {
  .gnav-list {
    gap: var(--2rem);
  }
}
@media screen and (max-width: 834px) {
  .gnav-list {
    max-width: var(--27_9rem);
    width: 90%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--5rem);
    font-size: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .gnav-item:has(.--btn) {
    width: 100%;
  }
}
.gnav-link {
  display: block;
}
.gnav-link.c-btn02 {
  width: var(--20rem);
  height: calc(var(--8rem) - 1px);
  font-size: var(--f16);
}
@media screen and (max-width: 834px) {
  .gnav-link.c-btn02 {
    width: 17.0625rem;
    height: var(--7_5rem);
    border-radius: var(--0_5rem);
    -webkit-border-radius: var(--0_5rem);
  }
}
@media screen and (max-width: 834px) {
  .gnav {
    position: fixed;
    top: var(--6_5rem);
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--6_5rem));
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--blue);
  }
  .gnav.active {
    opacity: 1;
    pointer-events: all;
  }
}

.toggle {
  display: none;
}
@media screen and (max-width: 834px) {
  .toggle {
    position: relative;
    display: block;
    width: var(--4_4rem);
    aspect-ratio: 1;
    background-color: var(--blue);
    border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
    z-index: 101;
  }
  .toggle-bar {
    position: absolute;
    top: 50%;
    left: calc(50% - var(--0_85rem));
    width: var(--1_7rem);
    height: var(--0_15rem);
    background-color: #fff;
    z-index: 1;
  }
  .toggle-bar::before, .toggle-bar::after {
    position: absolute;
    content: "";
    left: 0;
    width: var(--1_7rem);
    height: var(--0_15rem);
    background-color: #fff;
    z-index: 1;
    transition: all 0.5s ease;
  }
  .toggle-bar::before {
    top: calc(50% - 5px);
  }
  .toggle-bar::after {
    top: calc(50% + 5px);
  }
}
.toggle.active {
  border-width: 0;
}
.toggle.active .toggle-bar {
  background-color: transparent;
}
.toggle.active .toggle-bar::before {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.toggle.active .toggle-bar::after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.toggle.active .toggle-title {
  content: url(../img/common/toggle-close.png);
  max-width: var(--5_8rem);
}

/***************************

layout/_footer.scss

***************************/
.footer {
  padding: var(--10rem) 0 var(--9rem);
}
@media screen and (max-width: 834px) {
  .footer {
    padding: var(--5rem) 0;
  }
}

.sitemap {
  margin: var(--5rem) 0;
}
@media screen and (max-width: 834px) {
  .sitemap {
    margin: var(--3rem) 0;
  }
}
.sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--1rem) var(--4rem);
}
@media screen and (max-width: 834px) {
  .sitemap-list {
    gap: var(--1rem) var(--3rem);
  }
}
@media screen and (max-width: 450px) {
  .sitemap-list {
    gap: var(--1rem) var(--2rem);
  }
}
.sitemap-link {
  font-size: var(--f14);
}

.copy {
  display: block;
  font-family: var(--en);
  font-size: var(--f10);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .copy {
    margin-top: var(--3rem);
  }
}

/***************************

object/object/project/_under.scss

***************************/
.under-mv {
  position: relative;
  margin-top: var(--8rem);
  margin-bottom: var(--12rem);
  padding: var(--10rem) 0;
  background: url(../img/common/under-mv_bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .under-mv {
    margin-top: 4.0625rem;
    margin-bottom: var(--5rem);
    padding-bottom: var(--7rem);
    background-image: url(../img/common/under-mv_bg_sp.webp);
  }
}

.breadcrumbs {
  position: absolute;
  right: var(--3rem);
  top: var(--3rem);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--3rem);
}
@media screen and (max-width: 600px) {
  .breadcrumbs {
    right: var(--1_6rem);
    top: var(--2rem);
  }
}
.breadcrumbs-item {
  font-size: var(--f12);
  color: var(--blue);
}
.breadcrumbs-item:not(:first-of-type) {
  position: relative;
}
.breadcrumbs-item:not(:first-of-type)::before {
  position: absolute;
  content: "";
  width: var(--1rem);
  height: 1px;
  top: calc(50% - 1.2px);
  left: -1.1875rem;
  z-index: 1;
  background: var(--black);
}
.breadcrumbs-item a {
  color: var(--black);
}

.no-page .c-btn01 {
  margin: var(--3rem) auto 0;
}

/***************************

object/object/project/_mv.scss

***************************/
.top-mv {
  height: 100svh;
  overflow: hidden;
  background: url(../img/top/mv-bg.webp) no-repeat center center/cover;
}
.top-mv .inner {
  position: relative;
  width: 90%;
  height: 100%;
}
.top-mv__logo {
  position: absolute;
  top: 32%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
}
.top-mv__logo.is-show {
  opacity: 1;
  animation: anime-fade 0.8s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-mv__logo {
    top: 45%;
    width: 69.5vw;
    right: auto;
    left: 0;
  }
}
.top-mv__catch {
  position: absolute;
  left: 0;
  bottom: 9.8vh;
  z-index: 2;
}
.top-mv__catch-en {
  margin-bottom: var(--4rem);
  font-family: var(--en);
  font-size: var(--f70);
  color: var(--white);
  opacity: 0;
}
.top-mv__catch-en.is-show {
  opacity: 1;
  animation: anime-fade 0.8s ease-in-out;
}
@media screen and (max-width: 500px) {
  .top-mv__catch-en {
    margin-bottom: var(--3rem);
  }
}
.top-mv__catch-en span {
  font-family: var(--ffnsd);
  font-style: italic;
}
.top-mv__catch-ja {
  font-size: var(--f20);
  line-height: 1.3;
  color: var(--white);
  opacity: 0;
}
.top-mv__catch-ja.is-show {
  opacity: 1;
  animation: anime-fade 0.8s ease-in-out;
}
@media screen and (max-width: 500px) {
  .top-mv__catch-ja {
    font-size: 0.875rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 501px) {
  .top-mv__catch-ja:not(:first-of-type) {
    margin-top: var(--1rem);
  }
}
.top-mv__catch-ja br {
  display: none;
}
@media screen and (max-width: 500px) {
  .top-mv__catch-ja br {
    display: block;
  }
}
.top-mv__scroll {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.top-mv__scroll.is-show {
  opacity: 1;
  animation: anime-fade 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-mv__scroll {
    max-width: 50%;
  }
}
.top-mv__scroll-item:first-of-type {
  animation: mv-slide01 80s -40s infinite linear;
}
.top-mv__scroll-item:last-of-type {
  margin-top: var(--1_3rem);
  animation: mv-slide02 80s infinite linear;
}

@keyframes mv-slide01 {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes mv-slide02 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -200%);
  }
}
/***************************

object/object/project/_intro.scss

***************************/
.top-intro {
  padding: var(--16rem) 0 var(--19rem);
}
@media screen and (max-width: 834px) {
  .top-intro {
    padding: var(--6rem) 0;
  }
}
.top-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: var(--3rem);
}
@media screen and (max-width: 834px) {
  .top-intro__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 835px) {
  .top-intro__sticky {
    position: sticky;
    top: var(--8rem);
  }
}
@media screen and (max-width: 834px) {
  .top-intro__sticky img {
    width: 100%;
  }
}
.top-intro__cont {
  max-width: 38.6875rem;
}
.top-intro__item:not(:first-of-type) {
  margin-top: var(--14rem);
}
@media screen and (max-width: 834px) {
  .top-intro__item:not(:first-of-type) {
    margin-top: var(--8rem);
  }
}
@media screen and (max-width: 450px) {
  .top-intro__item:not(:first-of-type) {
    margin-top: var(--4rem);
  }
}
.top-intro__item .c-txt01 {
  margin-top: var(--3rem);
}
@media screen and (max-width: 834px) {
  .top-intro__item .c-txt01 {
    margin-top: var(--1_5rem);
  }
}
@media screen and (max-width: 450px) {
  .top-intro__item .c-txt01 {
    margin-top: var(--1rem);
  }
}
.top-intro__ttl {
  margin-bottom: var(--5rem);
  font-size: var(--f50);
  font-weight: var(--fwn);
}
@media screen and (max-width: 834px) {
  .top-intro__ttl {
    margin-bottom: var(--3rem);
  }
}
@media screen and (max-width: 450px) {
  .top-intro__ttl {
    margin-bottom: var(--2rem);
  }
}
.top-intro__ja {
  font-size: var(--f18);
  line-height: 1.3;
}
.top-intro__smlen {
  margin-bottom: var(--3rem);
  font-family: var(--en);
  font-weight: var(--fwm);
  text-transform: none !important;
}
@media screen and (max-width: 834px) {
  .top-intro__smlen {
    margin-bottom: var(--1_5rem);
  }
}
.top-intro__dtl-item:not(:first-of-type) {
  margin-top: var(--10rem);
}
@media screen and (max-width: 834px) {
  .top-intro__dtl-item:not(:first-of-type) {
    margin-top: var(--5rem);
  }
}
@media screen and (max-width: 450px) {
  .top-intro__dtl-item:not(:first-of-type) {
    margin-top: var(--3rem);
  }
}
.top-intro__dtl-ttl {
  margin-bottom: var(--2rem);
  font-family: var(--en);
  font-size: var(--f14);
  font-weight: var(--fwm);
  color: #7C9CAA;
}
@media screen and (max-width: 834px) {
  .top-intro__dtl-ttl {
    margin-bottom: var(--1rem);
  }
}

/***************************

object/object/project/_message.scss

***************************/
.top-mess {
  padding: var(--14rem) 0 var(--16rem);
}
@media screen and (max-width: 834px) {
  .top-mess {
    padding: var(--6rem) 0;
  }
}

.mess-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .mess-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mess-cont {
  max-width: 27.8125rem;
}
@media screen and (max-width: 834px) {
  .mess-cont {
    max-width: 100%;
  }
}
.mess-cont .c-txt01:first-of-type {
  margin-top: var(--10rem);
}
@media screen and (max-width: 834px) {
  .mess-cont .c-txt01:first-of-type {
    margin-top: var(--5rem);
  }
}
@media screen and (max-width: 450px) {
  .mess-cont .c-txt01:first-of-type {
    margin-top: var(--3rem);
  }
}

.mess-catch {
  margin-top: var(--10rem);
  font-size: var(--f20);
  font-weight: var(--fwm);
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .mess-catch {
    margin-top: var(--5rem);
  }
}
@media screen and (max-width: 450px) {
  .mess-catch {
    margin-top: var(--3rem);
  }
}
.mess-catch + .c-txt01 {
  margin-top: var(--5rem);
}
@media screen and (max-width: 834px) {
  .mess-catch + .c-txt01 {
    margin-top: var(--3rem);
  }
}
@media screen and (max-width: 450px) {
  .mess-catch + .c-txt01 {
    margin-top: var(--2rem);
  }
}

.mess-name {
  margin-top: var(--8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: var(--2_5rem);
  text-align: right;
}
@media screen and (max-width: 834px) {
  .mess-name {
    margin-top: var(--4rem);
  }
}
@media screen and (max-width: 450px) {
  .mess-name {
    margin-top: var(--2rem);
  }
}
.mess-name__post {
  font-size: var(--f14);
}
.mess-name__name {
  font-size: var(--f20);
}

.mess-rht .c-btn01 {
  margin: var(--3rem) 0 0 auto;
}
@media screen and (max-width: 834px) {
  .mess-rht .c-btn01 {
    margin-top: 0;
  }
}

.mess-img {
  margin-top: var(--10rem);
}
@media screen and (max-width: 834px) {
  .mess-img {
    margin-top: var(--3rem);
  }
  .mess-img img {
    width: 100%;
  }
}

/***************************

object/object/project/_service.scss

***************************/
.top-service {
  position: relative;
  padding: var(--16rem) 0;
}
@media screen and (max-width: 834px) {
  .top-service {
    padding: var(--6rem) 0;
  }
}
.top-service__bg {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  z-index: -1;
}
.top-service__bg.--lft::before, .top-service__bg.--rht::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/c-bg.png);
  pointer-events: none;
}
.top-service__bg.--lft {
  left: 0;
  width: 67%;
  background: linear-gradient(-45deg, rgb(0, 65, 133) 0%, rgb(28, 168, 203) 86%, rgb(33, 185, 215) 100%);
}
.top-service__bg.--rht {
  right: 0;
  width: 33%;
  background-color: var(--light-blue);
}
.top-service .c-hg {
  color: var(--white);
}
.top-service__list {
  margin-top: var(--8rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--3rem);
}
@media screen and (max-width: 834px) {
  .top-service__list {
    margin-top: var(--5rem);
    gap: var(--2rem);
  }
}
@media screen and (max-width: 600px) {
  .top-service__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .top-service__list {
    margin-top: var(--3rem);
  }
}
.top-service__item {
  background-color: var(--white);
}
.top-service__item:first-of-type .top-service__head {
  background-image: url(../img/top/service01-01.webp);
}
.top-service__item:last-of-type .top-service__head {
  background-image: url(../img/top/service01-02.webp);
}
.top-service__head {
  position: relative;
  height: 18.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .top-service__head {
    height: var(--20rem);
  }
}
@media screen and (max-width: 450px) {
  .top-service__head {
    height: var(--15rem);
  }
}
.top-service__head::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.top-service__ttl {
  position: relative;
  z-index: 2;
  font-size: var(--f20);
  font-weight: var(--fwm);
  color: var(--white);
}
.top-service__main {
  padding: var(--5rem);
}
@media screen and (max-width: 834px) {
  .top-service__main {
    padding: var(--3rem);
  }
}
@media screen and (max-width: 450px) {
  .top-service__main {
    padding: var(--2rem);
  }
}
.top-service__main .c-txt02 {
  min-height: 4.5rem;
}
@media screen and (max-width: 834px) {
  .top-service__main .c-txt02 {
    min-height: 5.25rem;
  }
}
@media screen and (max-width: 600px) {
  .top-service__main .c-txt02 {
    min-height: auto;
  }
}
.top-service__main .c-list {
  min-height: 5.9375rem;
}
@media screen and (max-width: 600px) {
  .top-service__main .c-list {
    min-height: auto;
  }
}
.top-service__main .c-list,
.top-service__main .c-btn02 {
  margin-top: var(--4_4rem);
}
@media screen and (max-width: 834px) {
  .top-service__main .c-list,
  .top-service__main .c-btn02 {
    margin-top: var(--3rem);
  }
}
@media screen and (max-width: 450px) {
  .top-service__main .c-list,
  .top-service__main .c-btn02 {
    margin-top: var(--2rem);
  }
}

/***************************

object/object/project/_news.scss

***************************/
.top-news {
  padding: var(--16rem) 0;
}
@media screen and (max-width: 834px) {
  .top-news {
    padding: var(--6rem) 0;
  }
}
.top-news__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--3rem);
}
@media screen and (max-width: 834px) {
  .top-news__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--5rem);
  }
}
@media screen and (max-width: 450px) {
  .top-news__flex {
    gap: var(--3rem);
  }
}
.top-news__flex .c-hg {
  min-width: fit-content;
}
.top-news__list {
  max-width: 41.5rem;
}
.top-news__item {
  padding: var(--2_1rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--3rem);
  border-top: var(--gray-line);
}
@media screen and (max-width: 834px) {
  .top-news__item {
    padding: var(--2rem) 0;
  }
}
@media screen and (max-width: 450px) {
  .top-news__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--1rem);
  }
}
.top-news__item:first-of-type {
  padding-top: 0;
  border-top-width: 0;
}
.top-news__time {
  min-width: fit-content;
  padding-top: 4.5px;
  font-family: var(--ffinter);
  font-size: var(--f12);
  color: var(--blue);
}
.top-news__ttl {
  font-size: var(--f15);
  font-weight: var(--fwn);
  line-height: 1.5;
}

/***************************

object/object/project/_log.scss

***************************/
.top-log {
  border-top: var(--gray-line);
  padding: var(--16rem) 0;
}
@media screen and (max-width: 834px) {
  .top-log {
    padding: var(--6rem) 0;
  }
}
.top-log .inner {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 834px) {
  .top-log .inner {
    display: block;
  }
}
.top-log .c-hg {
  order: 1;
}
.top-log .c-btn01 {
  order: 2;
  min-width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 834px) {
  .top-log .c-btn01 {
    margin-top: var(--3rem);
  }
}
.top-log .log-list {
  margin-top: var(--8rem);
  order: 3;
}
@media screen and (max-width: 834px) {
  .top-log .log-list {
    margin-top: var(--5rem);
  }
}
@media screen and (max-width: 450px) {
  .top-log .log-list {
    margin-top: var(--3rem);
  }
}

.log {
  padding-bottom: var(--16rem);
}
@media screen and (max-width: 834px) {
  .log {
    padding-bottom: var(--5rem);
  }
}

.log-list {
  width: 100%;
  min-width: 0;
  grid-column: 1/span 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--3rem);
}
@media screen and (max-width: 834px) {
  .log-list {
    gap: var(--2rem);
  }
}
@media screen and (max-width: 600px) {
  .log-list {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--3rem) var(--1rem);
  }
}
@media screen and (max-width: 450px) {
  .log-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.log-list .c-txt02 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← 最大2行まで */
  max-height: 3em; /* 2行分の高さ */
  white-space: normal;
  text-overflow: ellipsis;
}

.log-item {
  max-width: 20.4375rem;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 450px) {
  .log-item {
    max-width: 100%;
  }
}

.log-thumn {
  width: 100%;
  aspect-ratio: 327/201;
}
.log-thumn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.log-head {
  margin-top: var(--3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--1_2rem);
}
@media screen and (max-width: 834px) {
  .log-head {
    margin-top: var(--1_5rem);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--1rem);
  }
}

.log-cate {
  padding: var(--1rem);
  font-size: var(--f12);
  font-weight: var(--fwm);
  background-color: var(--gray);
}

.log-time {
  font-family: var(--ffinter);
}

.log-ttl {
  margin: var(--2rem) 0 var(--1rem);
  font-size: var(--f15);
  font-weight: var(--fwm);
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 834px) {
  .log-ttl {
    mask-type: var(--1rem);
  }
}

.log-top {
  margin-bottom: var(--10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--5rem);
}
@media screen and (max-width: 834px) {
  .log-top {
    margin-bottom: var(--5rem);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--2rem);
  }
}
.log-top__ttl {
  min-width: fit-content;
  font-family: var(--ffnsd);
  font-size: var(--f30);
  font-weight: var(--fwm);
  font-style: italic;
}

.log-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--0_5rem);
}
.log-tab__link {
  padding: var(--1rem) var(--2rem);
  font-size: var(--f15);
  background-color: var(--white);
}
@media screen and (max-width: 600px) {
  .log-tab__link {
    padding: var(--0_8rem) var(--1_2rem);
    font-size: 0.75rem;
  }
}
.log-tab__link.--current {
  color: var(--white);
  background-color: var(--black);
}

.nav-links {
  padding-top: var(--10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .nav-links {
    padding-top: var(--5rem);
  }
}

.page-numbers {
  width: 4.1875rem;
  aspect-ratio: 67/74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: var(--f14);
}
@media screen and (max-width: 834px) {
  .page-numbers {
    width: 1.875rem;
  }
}
.page-numbers.current {
  position: relative;
}
.page-numbers.current::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: var(--blue);
}

.log-dtl__hg .log-head {
  margin-top: var(--1_8rem);
}
.log-dtl__ttl {
  padding-bottom: var(--1_5rem);
  color: #000;
  font-size: var(--f32);
  font-weight: var(--fwn);
  line-height: 1.5;
  border-bottom: 1px solid #000;
}
.log-dtl__art {
  margin-top: var(--4rem);
  padding-bottom: var(--9rem);
}
.log-dtl__art p {
  font-size: var(--f18);
  line-height: 1.77;
}
.log-dtl__art img {
  display: block;
  width: 100%;
  margin-bottom: var(--4_5rem);
}
@media screen and (max-width: 834px) {
  .log-dtl__art img {
    margin-bottom: var(--2_5rem);
  }
}
.log-dtl .wp-block-heading {
  margin: var(--7rem) 0 var(--3rem);
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .log-dtl .wp-block-heading {
    margin: var(--5rem) 0 var(--1_5rem);
  }
}
.log-dtl h2.wp-block-heading {
  font-size: var(--f32);
  font-weight: var(--fwm);
  color: var(--blue);
}
.log-dtl h2.wp-block-heading + h3.wp-heading {
  margin-top: var(--5rem);
}
@media screen and (max-width: 834px) {
  .log-dtl h2.wp-block-heading + h3.wp-heading {
    margin-top: var(--2rem);
  }
}
.log-dtl h3.wp-block-heading {
  padding-left: var(--1_4rem);
  font-size: var(--f24);
  font-weight: var(--fwm);
  color: var(--blue);
  border-left: 3px solid var(--black);
  color: var(--black);
}

/***************************

object/object/project/_web.scss

***************************/
.web-mv {
  margin-top: var(--8rem);
  padding: var(--14rem) 0;
  background: url(../img/web/mv-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .web-mv {
    margin-top: 4.0625rem;
    padding: var(--10rem) 0;
  }
}
.web-mv__ttl {
  margin-bottom: var(--5rem);
  font-size: var(--f30);
  font-weight: var(--fwm);
  color: var(--blue);
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .web-mv__ttl {
    margin-bottom: var(--6rem);
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .web-mv .c-txt01 br {
    display: none;
  }
}
.web-mv .c-btn02 {
  margin: var(--10rem) auto 0;
  max-width: 24.375rem;
}
@media screen and (max-width: 834px) {
  .web-mv .c-btn02 {
    margin-top: var(--6rem);
  }
}

.web-intro {
  padding: var(--13rem) 0;
}
@media screen and (max-width: 834px) {
  .web-intro {
    padding: var(--6rem) 0;
  }
}
.web-intro__ttl {
  font-size: var(--f25);
  font-weight: var(--fwn);
  text-align: center;
}
.web-intro__list {
  margin-top: var(--7rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--2rem);
}
@media screen and (max-width: 834px) {
  .web-intro__list {
    margin-top: var(--5rem);
    grid-template-columns: repeat(2, 1fr);
    gap: var(--1rem);
  }
}
@media screen and (max-width: 600px) {
  .web-intro__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.web-intro__item {
  height: 13.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
  font-weight: var(--fwm);
  color: var(--white);
  text-align: center;
  line-height: 2.25;
  background-color: #567785;
  background-repeat: no-repeat;
  background-position: bottom 0 right var(--3rem);
}
@media screen and (max-width: 834px) {
  .web-intro__item {
    height: 8.75rem;
    padding: 1rem;
    background-position: top var(--2rem) right var(--2rem);
  }
}
.web-intro__item:first-of-type {
  background-image: url(../img/web/intro-01-01.webp);
  background-size: 127px auto;
}
.web-intro__item:nth-of-type(2) {
  background-image: url(../img/web/intro-01-02.webp);
  background-size: 122px auto;
}
.web-intro__item:last-of-type {
  background-image: url(../img/web/intro-01-03.webp);
  background-size: 98px auto;
}

.web-reason {
  position: relative;
}
@media screen and (max-width: 600px) {
  .web-reason {
    padding: var(--6rem) 0;
  }
}
.web-reason .c-hg {
  position: absolute;
  top: var(--13rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .web-reason .c-hg {
    top: var(--6rem);
  }
}
@media screen and (max-width: 600px) {
  .web-reason .c-hg {
    position: relative;
    top: auto;
  }
}
.web-reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 600px) {
  .web-reason__list {
    margin-top: var(--5rem);
    grid-template-columns: repeat(1, 1fr);
  }
}
.web-reason__item {
  padding: 19.6875rem var(--6rem) var(--16rem);
}
@media screen and (max-width: 1100px) {
  .web-reason__item {
    padding-left: var(--3rem);
    padding-right: var(--3rem);
  }
}
@media screen and (max-width: 834px) {
  .web-reason__item {
    padding: 12.5rem 5% var(--6rem);
  }
}
@media screen and (max-width: 600px) {
  .web-reason__item {
    padding: 2rem 5%;
  }
}
.web-reason__item:not(:first-of-type) {
  border-left: var(--gray-line);
}
@media screen and (max-width: 600px) {
  .web-reason__item:not(:first-of-type) {
    border-top: var(--gray-line);
    border-left-width: 0;
  }
}
.web-reason__item .c-txt01 {
  max-width: 20rem;
  margin: 0 auto;
}
.web-reason__num {
  font-family: var(--en);
  font-size: var(--f70);
  font-weight: var(--fwel);
  color: var(--light-blue);
  text-align: center;
}
.web-reason__ttl {
  margin: var(--4rem) 0 var(--3rem);
  font-size: var(--f30);
  font-weight: var(--fwn);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .web-reason__ttl {
    margin: var(--3rem) 0 var(--2rem);
  }
}
@media screen and (max-width: 450px) {
  .web-reason__ttl {
    margin: var(--2rem) 0 var(--1rem);
  }
}
.web-reason__ttl strong {
  font-weight: var(--fwsb);
}

.web-service {
  padding: var(--13rem) 0;
}
@media screen and (max-width: 834px) {
  .web-service {
    padding: var(--6rem) 0;
  }
}
.web-service__list {
  margin-top: var(--8rem);
}
@media screen and (max-width: 834px) {
  .web-service__list {
    margin-top: var(--5rem);
  }
}
@media screen and (max-width: 450px) {
  .web-service__list {
    margin-top: var(--3rem);
  }
}
.web-service__item {
  padding: var(--8rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--3rem);
}
@media screen and (max-width: 834px) {
  .web-service__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: var(--5rem) 0;
  }
}
@media screen and (max-width: 450px) {
  .web-service__item {
    padding: var(--4rem) 0;
  }
}
@media screen and (min-width: 835px) {
  .web-service__item:nth-of-type(odd) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.web-service__item:not(:first-of-type) {
  border-top: var(--gray-line);
}
.web-service__item:first-of-type {
  padding-top: 0;
}
.web-service__item:last-of-type {
  padding-bottom: 0;
}
.web-service__item .c-ttl {
  margin: var(--4rem) 0 var(--3rem);
}
@media screen and (max-width: 834px) {
  .web-service__item .c-ttl {
    margin: var(--3rem) 0 var(--2rem);
  }
}
@media screen and (max-width: 450px) {
  .web-service__item .c-ttl {
    margin: var(--2rem) 0 var(--1rem);
  }
}
.web-service__item .c-list {
  margin-top: var(--3rem);
}
@media screen and (max-width: 834px) {
  .web-service__item .c-list {
    margin-top: var(--2rem);
  }
}
.web-service__item .c-list__item {
  font-size: var(--f15);
}
.web-service__item .c-list__item:not(:first-of-type) {
  margin-top: var(--0_5rem);
}
.web-service__cont {
  max-width: 32.1875rem;
}
@media screen and (max-width: 834px) {
  .web-service__img img {
    width: 100%;
  }
}

.web-case {
  padding: var(--13rem) 0;
}
@media screen and (max-width: 834px) {
  .web-case {
    padding: var(--6rem) 0;
  }
}
.web-case__list {
  margin-top: var(--13rem);
}
@media screen and (max-width: 834px) {
  .web-case__list {
    margin-top: var(--5rem);
  }
}
@media screen and (max-width: 450px) {
  .web-case__list {
    margin-top: var(--4rem);
  }
}
.web-case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--3rem);
}
@media screen and (max-width: 834px) {
  .web-case__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  .web-case__item {
    gap: var(--2rem);
  }
}
.web-case__item:not(:first-of-type) {
  margin-top: var(--16rem);
}
@media screen and (max-width: 834px) {
  .web-case__item:not(:first-of-type) {
    margin-top: var(--6rem);
  }
}
@media screen and (max-width: 450px) {
  .web-case__item:not(:first-of-type) {
    margin-top: var(--4rem);
  }
}
.web-case__cpa {
  max-width: 23.75rem;
  width: 40%;
}
@media screen and (max-width: 834px) {
  .web-case__cpa {
    max-width: 100%;
    width: 100%;
  }
}
.web-case__cpa-item:not(:first-of-type) {
  margin-top: var(--5rem);
}
@media screen and (max-width: 834px) {
  .web-case__cpa-item:not(:first-of-type) {
    margin-top: var(--3rem);
  }
}
.web-case__cpa-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--1_5rem);
  font-size: var(--f15);
  font-weight: var(--fwn);
}
.web-case__cpa-ttl span {
  font-weight: var(--fwb);
  color: var(--blue);
}
.web-case__cpa-fig {
  margin-top: var(--1_5rem);
  width: 100%;
  padding: 5%;
  height: var(230rem/16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F6F7F9;
}
@media screen and (max-width: 834px) {
  .web-case__cpa-fig {
    margin-top: var(--1rem);
  }
}
.web-case__cpa-dtl {
  margin-top: var(--1_5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--1_5rem);
}
@media screen and (max-width: 834px) {
  .web-case__cpa-dtl {
    margin-top: var(--1rem);
  }
}
.web-case__cpa-dtl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--1rem);
}
.web-case__cpa-dtl__squre {
  display: block;
  width: var(--1_2rem);
  aspect-ratio: 1;
}
.web-case__cpa-dtl__squre.--blue {
  background-color: #004185;
}
.web-case__cpa-dtl__squre.--purple {
  background-color: #7278BE;
}
.web-case__cpa-dtl__squre.--green {
  background-color: #17C9CB;
}
.web-case__cpa-dtl__squre.--black {
  background-color: var(--black);
}
.web-case__cpa-dtl__txt {
  font-size: var(--f12);
}
.web-case__cont {
  max-width: 27.5rem;
  width: 42%;
}
@media screen and (max-width: 834px) {
  .web-case__cont {
    max-width: 100%;
    width: 100%;
  }
}
.web-case__hg {
  margin-bottom: var(--2rem);
}
@media screen and (max-width: 834px) {
  .web-case__hg {
    margin-bottom: var(--1rem);
  }
}
.web-case__hg-txt {
  margin-bottom: var(--2rem);
  width: fit-content;
  padding: var(--0_5rem) var(--1rem);
  font-size: var(--f14);
  font-weight: var(--fwm);
  color: var(--white);
  color: #fff;
  background-color: var(--black);
}
@media screen and (max-width: 834px) {
  .web-case__hg-txt {
    margin-bottom: var(--1rem);
  }
}
.web-case__hg .c-ttl {
  font-family: var(--en);
}
.web-case__dl-item {
  margin-top: var(--4rem);
}
@media screen and (max-width: 834px) {
  .web-case__dl-item {
    margin-top: var(--2rem);
  }
}
.web-case__dt {
  width: fit-content;
  padding: var(--0_5rem) var(--1rem);
  font-size: var(--f14);
  font-weight: var(--fwm);
  background-color: var(--gray);
}
.web-case__dt.--result {
  color: var(--white);
  background-color: var(--blue);
}
.web-case__dd {
  margin-top: var(--1_5rem);
  font-size: var(--f15);
  line-height: 2.13;
}
@media screen and (max-width: 834px) {
  .web-case__dd {
    margin-top: var(--1rem);
    line-height: 2;
  }
}

.web-flow {
  padding: var(--13rem) 0;
}
@media screen and (max-width: 834px) {
  .web-flow {
    padding: var(--6rem) 0;
  }
}
.web-flow__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--3rem);
}
@media screen and (max-width: 834px) {
  .web-flow__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.web-flow__flex .c-hg {
  min-width: fit-content;
}
.web-flow__list {
  max-width: 60rem;
  width: 90%;
  background-color: var(--white);
}
@media screen and (max-width: 834px) {
  .web-flow__list {
    max-width: 100%;
    width: 100%;
  }
}
.web-flow__item {
  padding: var(--4rem);
  border: var(--gray-line);
}
@media screen and (max-width: 834px) {
  .web-flow__item {
    padding: var(--3rem);
  }
}
@media screen and (max-width: 450px) {
  .web-flow__item {
    padding: var(--2rem);
  }
}
.web-flow__item:not(:first-of-type) {
  border-top-width: 0;
}
.web-flow__txt {
  margin: var(--3rem) 0 var(--1rem);
  font-size: var(--f18);
  font-weight: var(--fwb);
}
@media screen and (max-width: 834px) {
  .web-flow__txt {
    margin: var(--2rem) 0 var(--0_5rem);
  }
}

.web-mess {
  padding: var(--13rem) 0 var(--14rem);
}
@media screen and (max-width: 834px) {
  .web-mess {
    padding: var(--6rem) 0;
  }
}
.web-mess .mess-cont {
  max-width: 38.1875rem;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .web-mess .mess-cont {
    max-width: 100%;
    width: 100%;
  }
}
.web-mess__arch {
  margin-top: var(--8rem);
  padding: var(--4rem) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
}
@media screen and (max-width: 834px) {
  .web-mess__arch {
    margin-top: var(--4rem);
    padding: var(--3rem) var(--1rem);
  }
}
@media screen and (max-width: 450px) {
  .web-mess__arch {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: var(--2rem);
  }
}
.web-mess__arch-ttl {
  max-width: 12.125rem;
  width: 40%;
  margin-right: var(--4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f16);
  border-right: var(--gray-line);
}
@media screen and (max-width: 834px) {
  .web-mess__arch-ttl {
    max-width: var(--10rem);
  }
}
@media screen and (max-width: 600px) {
  .web-mess__arch-ttl {
    margin-right: var(--2rem);
  }
}
@media screen and (max-width: 450px) {
  .web-mess__arch-ttl {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: var(--2rem);
    padding-bottom: var(--2rem);
    border-bottom: var(--gray-line);
    border-right-width: 0;
  }
}
.web-mess__arch .c-list__item {
  font-size: var(--f15);
  line-height: 2.13;
}
@media screen and (max-width: 834px) {
  .web-mess__arch .c-list__item {
    line-height: 2;
  }
}
.web-mess .c-btn01 {
  margin-left: 0;
  margin-right: auto;
}

.web-faq {
  padding: var(--13rem) 0;
}
@media screen and (max-width: 834px) {
  .web-faq {
    padding: var(--6rem) 0;
  }
}
.web-faq__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--3rem);
}
@media screen and (max-width: 834px) {
  .web-faq__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.web-faq__flex .c-hg {
  min-width: fit-content;
}
@media screen and (min-width: 835px) {
  .web-faq__cont {
    max-width: 60rem;
    width: 90%;
  }
}
.web-faq__item {
  padding: var(--4rem);
  border: var(--gray-line);
}
@media screen and (max-width: 834px) {
  .web-faq__item {
    padding: var(--3rem);
  }
}
@media screen and (max-width: 450px) {
  .web-faq__item {
    padding: var(--2rem);
  }
}
.web-faq__item:not(:first-of-type) {
  border-top-width: 0;
}
.web-faq__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--2rem);
}
@media screen and (max-width: 834px) {
  .web-faq__ttl {
    gap: var(--1rem);
  }
}
.web-faq__q {
  min-width: 1em;
  font-family: var(--en);
  font-size: var(--f26);
  font-weight: var(--fwn);
  color: #7C9CAA;
  text-align: center;
}
.web-faq__txt {
  margin-top: var(--0_4rem);
  font-size: var(--f18);
  font-weight: var(--fwb);
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .web-faq__txt {
    margin-top: -3px;
  }
}
.web-faq__dd {
  margin-top: var(--3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--2rem);
}
@media screen and (max-width: 834px) {
  .web-faq__dd {
    margin-top: var(--1_5rem);
    gap: var(--1rem);
  }
}
.web-faq__dd .c-txt01 {
  margin-top: -2px;
}
@media screen and (max-width: 600px) {
  .web-faq__dd .c-txt01 {
    margin-top: -4px;
  }
}
.web-faq__a {
  min-width: 1em;
  font-family: var(--en);
  font-size: var(--f26);
  font-weight: var(--fwn);
  color: #003B83;
  text-align: center;
}

.web-contact {
  padding: var(--13rem) 0;
  background-color: #F7F7F9;
}
@media screen and (max-width: 834px) {
  .web-contact {
    padding: var(--6rem) 0;
  }
}

/***************************

object/object/project/_contact.scss

***************************/
.c-contact {
  padding: var(--10rem) 0;
}
@media screen and (max-width: 834px) {
  .c-contact {
    padding: var(--5rem) 0;
  }
}
.c-contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--3rem);
}
@media screen and (max-width: 834px) {
  .c-contact .inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-contact .c-hg {
  min-width: fit-content;
  color: var(--white);
}
.c-contact .c-btn02 {
  height: var(--12rem);
  background-color: #03256B;
}
@media screen and (max-width: 834px) {
  .c-contact .c-btn02 {
    height: var(--8rem);
  }
}
@media screen and (max-width: 450px) {
  .c-contact .c-btn02 {
    padding: var(--2rem) var(--1rem);
    height: auto;
  }
}

.contact-form {
  max-width: 42.75rem;
  width: 100%;
  margin: var(--8rem) auto 0;
}
@media screen and (max-width: 834px) {
  .contact-form {
    margin-top: var(--5rem);
  }
}
@media screen and (max-width: 450px) {
  .contact-form {
    margin-top: var(--4rem);
  }
}
.contact-form .c-btn02 {
  max-width: 20.5rem;
  margin: 0 auto;
  font-size: var(--f16);
}
@media screen and (min-width: 835px) {
  .contact-form .c-btn02 {
    height: 4.5rem;
  }
}

.contact-table__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  font-size: var(--f15);
  font-weight: var(--fwb);
}
.contact-table__ttl:not(:first-of-type) {
  margin-top: var(--3rem);
}

.require-txt {
  color: var(--blue);
}

.contact-table__prats {
  margin-top: var(--2rem);
}
@media screen and (max-width: 834px) {
  .contact-table__prats {
    margin-top: var(--1rem);
  }
}
.contact-table__prats input,
.contact-table__prats textarea {
  height: var(--6rem);
  padding: var(--1rem) var(--1_5rem);
  width: 100%;
  border: var(--gray-line);
}
.contact-table__prats textarea {
  height: var(--25rem);
}
.contact-table__prats ::placeholder {
  font-size: var(--f14);
  color: rgb(153, 153, 153);
}

.privacypolicy-checkbox {
  margin: var(--3rem) 0 var(--10rem);
}
@media screen and (max-width: 834px) {
  .privacypolicy-checkbox {
    margin-bottom: var(--5rem);
  }
}
.privacypolicy-checkbox input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--2rem);
  height: var(--2rem);
  border-width: 0;
  background: #DCDCDC;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.privacypolicy-checkbox input[type=checkbox]:checked {
  background: var(--blue);
}
.privacypolicy-checkbox input[type=checkbox]:checked::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  background: url(../img/common/check.svg) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.privacypolicy-checkbox label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--1rem);
  font-size: var(--f14);
}
.privacypolicy-checkbox a {
  display: inline-block;
}
.privacypolicy-checkbox span:has(a) {
  line-height: 1.4;
}

.contact {
  padding-bottom: var(--17rem);
}
@media screen and (max-width: 834px) {
  .contact {
    padding-bottom: var(--5rem);
  }
}

.thanks .c-ttl {
  margin-bottom: var(--2rem);
}
.thanks .c-btn01 {
  margin: var(--3rem) auto 0;
}

/***************************

object/object/project/_company.scss

***************************/
.com-over__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--3rem);
}
@media screen and (max-width: 834px) {
  .com-over__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.com-over__flex .c-hg {
  min-width: fit-content;
}
.com-over__cont {
  max-width: 60rem;
  width: 90%;
}
.com-over__list {
  background-color: var(--white);
}
.com-over__list .c-txt01 {
  margin-top: var(--2rem);
}
@media screen and (max-width: 834px) {
  .com-over__list .c-txt01 {
    margin-top: var(--1rem);
  }
}

.com-mess {
  margin-top: var(--13rem);
  padding-top: var(--12rem);
  padding-bottom: var(--17rem);
  border-top: var(--gray-line);
}
@media screen and (max-width: 834px) {
  .com-mess {
    margin-top: var(--6rem);
    padding-top: var(--6rem);
    padding-bottom: var(--6rem);
  }
}
.com-mess .mess-cont {
  max-width: 40.25rem;
}
.com-mess .mess-cont .c-txt01 {
  font-size: var(--f18);
}
.com-mess .mess-catch {
  font-size: var(--f28);
  line-height: 1.7;
}
.com-mess__list {
  margin-top: var(--18rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5625rem;
}
@media screen and (max-width: 1100px) {
  .com-mess__list {
    gap: var(--3rem);
  }
}
@media screen and (max-width: 834px) {
  .com-mess__list {
    margin-top: var(--8rem);
    grid-template-columns: repeat(1, 1fr);
    gap: var(--2rem);
  }
}
@media screen and (max-width: 600px) {
  .com-mess__list {
    margin-top: var(--4rem);
    gap: var(--1rem);
  }
}
.com-mess__item {
  padding: var(--5_5rem) var(--4_5rem);
  border: 1px solid var(--blue);
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 834px) {
  .com-mess__item {
    padding: var(--3rem);
  }
}
@media screen and (max-width: 450px) {
  .com-mess__item {
    padding: var(--2rem);
  }
}
.com-mess__item .c-list__item,
.com-mess__item .c-txt01 {
  font-size: var(--f20);
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .com-mess__item .c-list__item,
  .com-mess__item .c-txt01 {
    font-size: 1rem;
  }
}
.com-mess__item .grade-txt {
  width: fit-content;
  background: linear-gradient(90deg, rgb(0, 65, 133) 50%, rgb(33, 185, 215) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.com-mess__ttl {
  margin-bottom: var(--3rem);
  font-size: var(--f28);
  font-weight: var(--fwn);
}
@media screen and (max-width: 834px) {
  .com-mess__ttl {
    margin-bottom: var(--2rem);
  }
}
@media screen and (max-width: 450px) {
  .com-mess__ttl {
    margin-bottom: var(--1rem);
  }
}
.com-mess__link {
  margin-top: var(--4_5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--2rem);
}
@media screen and (max-width: 834px) {
  .com-mess__link {
    margin-top: var(--3rem);
  }
}
@media screen and (max-width: 450px) {
  .com-mess__link {
    margin-top: var(--2rem);
    gap: var(--1rem);
  }
}
@media screen and (max-width: 450px) {
  .com-mess__link .icon img {
    width: var(--7rem);
  }
}
.com-mess__link .txt {
  font-size: var(--f18);
}

/***************************

object/object/project/_policy.scss

***************************/
.policy {
  padding-bottom: var(--18rem);
}
@media screen and (max-width: 834px) {
  .policy {
    padding-bottom: var(--6rem);
  }
}
.policy-item:not(:first-of-type) {
  margin-top: var(--2_5rem);
}
@media screen and (max-width: 834px) {
  .policy-item:not(:first-of-type) {
    margin-top: 1em;
  }
}
.policy-item {
  font-size: var(--f18);
  line-height: 1.5;
}
.policy-item .c-list__item {
  font-size: var(--f18);
  line-height: 1.5;
}
.policy-ttl {
  font-size: var(--f18);
}

/***************************

object/component/_heading.scss

***************************/
.c-hg__en {
  font-family: var(--en);
  font-size: var(--f50);
  font-weight: var(--fwn);
  text-transform: uppercase;
}
@media screen and (max-width: 834px) {
  .c-hg__en.tac {
    text-align: center;
  }
}
.c-hg__ja {
  margin-top: var(--3rem);
  font-size: var(--f14);
  font-weight: var(--fwn);
}
@media screen and (max-width: 834px) {
  .c-hg__ja {
    margin-top: var(--1_5rem);
  }
}
@media screen and (max-width: 834px) {
  .c-hg__ja.tac {
    text-align: center;
  }
}

.c-ttl__en {
  min-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--1rem);
  font-family: var(--en);
  font-size: var(--f14);
  font-weight: var(--fwn);
  color: #7C9CAA;
}
.c-ttl__en span:last-of-type {
  letter-spacing: 0.1em;
}

.c-ttl {
  font-family: var(--en);
  font-size: var(--f30);
  font-weight: var(--fwn);
  line-height: 1.5;
  color: var(--blue);
}
.c-ttl small {
  font-size: 0.66em;
}

/***************************

object/component/_box.scss

***************************/
.inner {
  max-width: 65rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.inner.--ll {
  max-width: 82.5rem;
  margin-right: auto;
}
@media screen and (min-width: 835px) {
  .inner.--ll {
    width: 95%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1900px) {
  .inner.--ll {
    margin-right: auto;
  }
}
.inner.--l {
  max-width: 77.5rem;
  margin-right: auto;
}
@media screen and (min-width: 835px) {
  .inner.--l {
    width: 95%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1900px) {
  .inner.--l {
    margin-left: auto;
  }
}
@media screen and (min-width: 835px) {
  .inner.--l.--rht {
    width: 95%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1900px) {
  .inner.--l.--rht {
    margin-right: auto;
  }
}
.inner.--ml {
  max-width: 75rem;
}
.inner.--m {
  max-width: 71.25rem;
}
.inner.-s {
  max-width: 56.125rem;
}

.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp {
    display: inline-block;
  }
}

@media screen and (max-width: 450px) {
  .sp-no {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 834px) {
  .tab {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .tab-no {
    display: none;
  }
}

.c-list__item {
  position: relative;
  padding-left: 1em;
  font-size: var(--f14);
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .c-list__item {
    line-height: 1.5;
  }
}
.c-list__item::before {
  position: absolute;
  content: "";
  width: 4px;
  aspect-ratio: 1;
  top: calc(0.9em - 2px);
  left: 0;
  background-color: var(--black);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  z-index: 1;
}
.c-list.--num {
  list-style: decimal;
  margin-left: 1.1em;
}
.c-list.--num .c-list__item {
  padding-left: 0;
}
.c-list.--num .c-list__item::before {
  display: none;
}

/*////////////////////////

fade

////////////////////////*/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.anime-fade {
  opacity: 0;
}
.anime-fade.start {
  opacity: 1;
  animation: anime-fade 0.5s ease;
}

@keyframes anime-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***************************

object/component/_button.scss

***************************/
.c-btn01 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--5_2rem);
  height: 3.09375;
}
.c-btn01:hover {
  opacity: 1;
}
.c-btn01:hover .c-btn01__circle::before {
  width: 100%;
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.2;
}
.c-btn01:hover .c-btn01__circle::after {
  transform: translate(-50%, -50%) scale(1.1);
}
.c-btn01__txt {
  position: relative;
  display: block;
  font-size: var(--f14);
}
.c-btn01__circle {
  position: relative;
  display: block;
  width: var(--4_5rem);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  transition: all 0.3s ease-in-out;
}
.c-btn01__circle::before, .c-btn01__circle::after {
  position: absolute;
  content: "";
}
.c-btn01__circle::before {
  width: 9px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  background-color: var(--black);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.c-btn01__circle::after {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  transition: all 0.3s ease-in-out;
}
.c-btn01__circle-sml {
  position: relative;
  display: block;
  width: 9px;
  aspect-ratio: 1/1;
  background-color: var(--black);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
.c-btn01__circle-sml::before {
  position: absolute;
  content: "";
  width: var(--5rem);
  height: 1px;
  top: calc(50% - 0.5px);
  right: 9px;
  background-color: var(--black);
}

.c-btn02 {
  width: 100%;
  height: var(--7rem);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f14);
  color: #fff;
  background-color: var(--black);
}
@media screen and (max-width: 450px) {
  .c-btn02 {
    height: var(--8rem);
    font-size: 1rem;
  }
}
.c-btn02.--nolink {
  pointer-events: none;
  background-color: rgba(21, 22, 35, 0.2);
}
.c-btn02:has(.c-btn02__top) {
  position: relative;
}
.c-btn02__top {
  position: absolute !important;
  z-index: 1;
  top: -1.5625rem;
  padding: var(--1_2rem) var(--2rem);
  font-size: var(--f14);
  font-weight: var(--fwb);
  color: var(--blue);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  background-color: var(--white);
  box-shadow: 0 4px 14px 0 rgba(0, 65, 133, 0.5);
}
.c-btn02:has(.c-btn02__sml) {
  max-width: 41.5rem;
  gap: var(--2rem);
}
@media screen and (max-width: 834px) {
  .c-btn02:has(.c-btn02__sml) {
    gap: var(--1rem);
  }
}
@media screen and (max-width: 450px) {
  .c-btn02:has(.c-btn02__sml) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-btn02:has(.c-btn02__sml) .c-btn02__txt {
  font-size: var(--f20);
}
.c-btn02__sml {
  padding: var(--1_2rem) var(--2rem);
  font-size: var(--f16);
  border: 1px solid var(--white);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 450px) {
  .c-btn02__sml {
    padding: var(--1rem) var(--1_5rem);
  }
}

/***************************

object/utility/_background.scss

***************************/
.c-grade {
  position: relative;
  background: var(--grade);
}
.c-grade::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/c-bg.png);
  pointer-events: none;
}
.c-grade span {
  position: relative;
  z-index: 2;
}

.bg-grade {
  position: relative;
  background: radial-gradient(circle, rgb(248, 254, 255) 50%, rgb(235, 252, 255) 100%);
}
.bg-grade::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../img/common/c-bg.png);
  z-index: 1;
  pointer-events: none;
}
.bg-grade .inner {
  position: relative;
  z-index: 2;
}

.bg-white {
  background-color: var(--white);
}

/***************************

object/utility/_link.scss

***************************/
.c-link {
  margin-top: var(--2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--2rem);
  font-size: var(--f17);
  font-weight: var(--fwl);
}
@media screen and (max-width: 450px) {
  .c-link {
    gap: var(--1rem);
  }
}
.c-link:hover {
  opacity: 1;
}
.c-link:hover .c-link__arw {
  transform: scale(1.1);
}
.c-link:hover .c-link__arw img {
  transform: scale(0.9);
}
.c-link__arw {
  width: var(--7rem);
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  transition: all 0.5s ease;
}
@media screen and (max-width: 450px) {
  .c-link__arw {
    width: var(--5rem);
  }
}
.c-link__arw img {
  transition: all 0.5s ease;
}

/***************************

object/utility/_text.scss

***************************/
.c-txt01 {
  font-size: var(--f15);
  line-height: 2.13;
}
@media screen and (max-width: 834px) {
  .c-txt01 {
    line-height: 2;
  }
}
.c-txt01:not(:first-of-type) {
  margin-top: 2em;
}

.c-txt02 {
  font-size: var(--f14);
  line-height: 1.7;
}
@media screen and (max-width: 834px) {
  .c-txt02 {
    line-height: 1.5;
  }
}

.grade-txt {
  position: relative;
  background: var(--txt-grade);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.grade-txt::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(../img/common/c-bg.png);
  -webkit-mask-image: text;
  -webkit-mask-composite: source-in;
  pointer-events: none;
}

.tac {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .tac {
    text-align: left;
  }
}

/***************************

object/utility/_font.scss

***************************/
.en {
  font-family: var(--en);
}

/***************************

object/object/project/_add.scss

***************************/
.inner.--l {
  max-width: calc(50% + 38.5rem);
}

.mess-rht {
  width: 44%;
  min-width: 29rem;
}

.mess-rht img {
  width: 100%;
}

.require-txt {
  margin-left: 1em;
}

.contact-form .c-btn02 {
  border: none;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.c-ttl {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.web-service__item .c-ttl {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.c-btn02:has(.c-btn02__sml) {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.contact-table__prats input, .contact-table__prats textarea {
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em !important;
  margin-top: 5px;
}

.contact-table__prats textarea {
  line-height: 1.5;
}

@media screen and (max-width: 450px) {
  .top-service__main .c-btn02 {
    line-height: 1.5;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 1420px) {
  .web-reason__ttl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 834px) {
  .mess-rht {
    width: 100%;
    min-width: 100%;
    flex-direction: column-reverse;
    display: flex;
    gap: 30px;
  }
  .mess-img {
    margin-top: 0;
  }
  .com-over__cont {
    max-width: 100%;
    width: 100%;
  }
  .web-reason__ttl {
    font-size: var(--f30);
  }
}
.log-dtl__art p {
  margin-bottom: 1.3em;
}

@media screen and (max-width: 450px) {
  .sitemap-list {
    gap: var(--2rem) var(--2rem);
  }
}
@media screen and (max-width: 389px) {
  .web-mv__ttl {
    font-size: 1.18rem;
  }
  .com-mess .mess-catch {
    font-size: 4.7vw;
  }
}