@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 429px) {
  html {
    font-size: calc(16 / 430 * 100vw);
  }
}

body {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #202020;
  line-height: 150%; /* 24px */
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.wrapper {
  overflow: hidden;
}

figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

figcaption {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span,
strong {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
strong {
  all: unset;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 415px;
    padding: 0 2.5rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 2.5rem;
    max-width: 335px;
  }
}

.l-main {
  padding-block-start: 6.25rem;
  overflow: hidden;
  min-height: 100vh;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: #000;
}
.header__inner {
  display: grid;
  grid-template-columns: 5rem 1fr;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.625rem;
  height: inherit;
  max-width: 125rem;
}

.header__logo {
  width: 3.75rem;
  height: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  column-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  position: relative;
}
.header__list::before {
  content: "";
  position: absolute;
  right: -1.25rem;
  height: 2rem;
  width: 1px;
  background: #fff;
}
.header__list li span {
  position: relative;
}
.header__list li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  width: 100%;
  height: 0.0625rem;
  background: #fff;
  scale: 0;
  transform-origin: right center;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .header__list li span:hover::after {
    transform-origin: left center;
    scale: 1;
  }
}
.header__list li a {
  padding: 0.9375rem;
  color: #fff;
  font-size: 1.25rem;
}

.header__btns {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}

.header__btn {
  background: #0693E3;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 100vmax;
  transition: all 0.3s ease;
  align-items: center;
}
.header__btn svg {
  fill: #fff;
  width: 1.25rem;
}
@media (any-hover: hover) {
  .header__btn:hover {
    background: #fff;
    color: #0693E3;
  }
  .header__btn:hover svg {
    fill: #0693E3;
  }
}

.header__btn-contact {
  display: inline-flex;
  padding: 0.9375rem 1.875rem;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0.625rem;
}
.header__btn-contact p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.header__btn-sns {
  padding: 0.9375rem 5.3125rem;
  background: transparent;
  border: none;
  position: relative;
  border-radius: 100vmax;
  z-index: 1;
}
.header__btn-sns svg {
  fill: #fff;
  width: 1.25rem;
}
.header__btn-sns::before, .header__btn-sns::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.header__btn-sns::before {
  background: #0693e3;
  border: 2px solid #0693e3;
  border-radius: 100vmax;
  z-index: -1;
}
.header__btn-sns::after {
  background: #FFC04D;
  border-radius: 100vmax;
  z-index: -2;
}
@media (any-hover: hover) {
  .header__btn-sns:hover svg {
    fill: #0693e3;
  }
  .header__btn-sns:hover::before {
    background: transparent;
  }
  .header__btn-sns:hover::after {
    top: 0.375rem;
    left: 0.375rem;
  }
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 2rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 0.0625rem;
  background: #fff;
  transition: background 0.5s ease, translate 0.5s ease;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.59375rem;
  background: #000;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.59375rem;
  background: #000;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-height: 100vh;
  max-height: 100svh;
  background: #fff;
  overflow-y: scroll;
  translate: 0 -101%;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.drawer__body {
  width: 100%;
  height: fit-content;
  padding-block: 0.625rem 1.25rem;
  padding-inline: 1.25rem;
}

.drawer__img {
  width: 6.25rem;
  height: auto;
  margin-inline: auto;
  margin-block-start: 6.25rem;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  margin-bottom: 2.5rem;
  margin-block-start: 3.125rem;
}
.drawer__list li {
  border-block-end: 1px solid #D9D9D9;
  width: 80%;
  text-align: center;
  padding-block-end: 0.625rem;
}
.drawer__list li a {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

.drawer__btns {
  margin-block: 6.25rem 23.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}

.drawer__btn {
  background: #0693E3;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 100vmax;
  transition: all 0.3s ease;
  align-items: center;
  border: 1px solid transparent;
}
.drawer__btn svg {
  fill: #fff;
  width: 1.25rem;
}
@media (any-hover: hover) {
  .drawer__btn:hover {
    background: #fff;
    color: #0693E3;
    border: 1px solid #0693E3;
  }
  .drawer__btn:hover svg {
    fill: #0693E3;
  }
}

.drawer__btn-contact {
  display: inline-flex;
  padding: 0.9375rem 3.75rem;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0.625rem;
}
.drawer__btn-contact p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%; /* 21px */
}

.drawer__btn-sns {
  padding: 1rem 6.875rem 0.875rem;
}

.drawer.js-show .drawer__body {
  animation: 0.3s 0.3s ease forwards drawerAnimation;
  opacity: 0;
  translate: 0 30px;
}
@keyframes drawerAnimation {
  0% {
    opacity: 0;
    translate: 0 30px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

.footer {
  background: #000;
  padding-block: 3.75rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 1.875rem 0.625rem;
  }
}

.footer__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__content {
    flex-direction: column;
    row-gap: 1.875rem;
  }
}

.footer__logo {
  width: 3.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__logo:hover {
    opacity: 0.7;
  }
}

.footer__list {
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
}
.footer__list li a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%; /* 21px */
  padding: 0.9375rem;
}
.footer__list li span {
  position: relative;
}
.footer__list li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 100%;
  background: #FFF;
  scale: 0;
  transform-origin: right center;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .footer__list li span:hover::after {
    scale: 1;
    transform-origin: left center;
  }
}

.footer__item {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%; /* 21px */
  padding: 0.9375rem;
}

.footer__sns svg {
  fill: #FFF;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__sns:hover svg {
    opacity: 0.7;
  }
}

.footer__copy {
  text-align: center;
  margin-block: 3.75rem 0.625rem;
}

.footer__copyright {
  color: #FDFDFD;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  font-family: "Noto Serif JP", serif;
}

.to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: min(18.6046511628%, 3.125rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.to-top.js-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .to-top {
    right: 16px;
    bottom: 30px;
    width: 76px;
  }
}
.fv {
  margin-block-start: 5rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  aspect-ratio: 1440/678;
  position: relative;
  background: url("/assets/img/img_fv_bg.webp") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url("/assets/img/img_fv_bg-sp.webp") no-repeat center center/cover;
    aspect-ratio: 438/696;
    height: 37.5rem;
  }
}

.fv__inner {
  width: min(72.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  height: inherit;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    width: 100%;
  }
}

.fv__head {
  position: absolute;
  top: 45%;
  translate: 0 -50%;
}
.fv__lead {
  text-align: center;
  color: #FDFDFD;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 146%; /* 58.4px */
  margin-inline: auto;
  width: 21ch;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.1875rem solid currentColor;
  animation: typing 4s steps(21), blinkcursor 0.4s step-end infinite alternate;
}
@media screen and (max-width: 767px) {
  .fv__lead {
    font-size: 1.625rem;
  }
}

@keyframes typing {
  0% {
    width: 0;
  }
}
/*点滅カーソル*/
@keyframes blinkcursor {
  50% {
    border-color: transparent;
  }
}
.fv__ttl {
  margin-block-start: 2.5rem;
  color: #FDFDFD;
  font-family: "Noto serif JP";
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 146%; /* 75.92px */
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    font-size: 2rem;
  }
}

.fv__text {
  font-family: "Noto serif JP";
  margin-block-start: 1.25rem;
  color: #FDFDFD;
  font-size: 1.125rem;
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 1rem;
  }
}

.animation__text {
  overflow: hidden;
}
.animation__text span {
  display: inline-block;
  animation: 0.8s 1s ease forwards slideUp;
  translate: 0 100%;
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  20% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}

.fv__scrolldown-text {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 5.5625rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  rotate: 90deg;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__scrolldown-text {
    font-size: 1.125rem;
  }
}

.fv__scrolldown-bar {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 0;
  width: 2px;
  height: 3.125rem;
  background: #BBBBBB;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv__scrolldown-bar {
    height: 4.375rem;
  }
}

.fv__scrolldown-bar-active {
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50%;
  width: 2px;
  height: 1.5625rem;
  background: #fff;
  animation: 3s ease-in-out backwards infinite scrollDown;
}
@media screen and (max-width: 767px) {
  .fv__scrolldown-bar-active {
    height: 1.875rem;
  }
}
@keyframes scrollDown {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -50%;
  }
}

.about {
  padding-block: 3.75rem;
}
@media screen and (max-width: 767px) {
  .about {
    padding-block: 2.5rem;
  }
}

.about__inner {
  width: min(67rem, 100%);
  margin-inline: auto;
}

.about__container {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  margin-block-start: 3.75rem;
  align-items: center;
  column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .about__container {
    grid-template-columns: 1fr;
    margin-block-start: 1.25rem;
    column-gap: unset;
  }
}

.about__image {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__image {
    width: 18.125rem;
    margin-inline: auto;
    margin-block-end: 1.25rem;
  }
}

.about-content {
  display: flex;
  flex-direction: column;
  row-gap: 2.25rem;
}

.content__name {
  color: #202020;
  font-size: 1.5rem;
  font-weight: 700;
  padding-block-end: 0.5rem;
  border-block-end: 3px solid #0693E3;
}
@media screen and (max-width: 767px) {
  .content__name {
    padding-block-end: 0.625rem;
    text-align: center;
    font-size: 1.125rem;
  }
}

.content__text {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .content__text {
    font-size: 1rem;
  }
}

.-mt {
  margin-top: 1em;
}

.content__table {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

.content__list {
  display: flex;
}

.content__term {
  width: 4.375rem;
  flex-shrink: 0;
}

.content__description {
  flex-grow: 1;
  padding-inline-end: 0.9375rem;
}

.skill {
  padding-block: 3.75rem;
  background: #EDF0F4;
}
@media screen and (max-width: 767px) {
  .skill {
    padding-block: 2.5rem;
  }
}

.skill__inner {
  width: min(65.375rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .skill__inner {
    max-width: 31.25rem;
  }
}

.skill__card__list {
  margin-block-start: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .skill__card__list {
    grid-template-columns: 1fr;
    column-gap: 0;
    margin-block-start: 2.5rem;
  }
}

.skill__card__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
  padding: 1.875rem 1.5625rem;
  border-radius: 0.9375rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FDFDFD;
}

.skill__card-img {
  text-align: center;
  width: 6.25rem;
  margin-inline: auto;
}

.skill__card-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: center;
  text-align: center;
  line-height: 1.4;
}

.skill__card-text {
  font-size: 0.875rem;
  font-style: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.5;
}

.works {
  height: auto;
  background: url(/assets//img/img__works-bg.webp) no-repeat center center/cover;
  padding-block: 3.75rem 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .works {
    padding-block: 6.25rem;
  }
}

.works__inner {
  width: min(1300px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .works__inner {
    max-width: 611px;
  }
}

.works__card__list {
  margin-block-start: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .works__card__list {
    margin-block-start: 2.5rem;
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}

.works__card__item {
  background: #FFF;
  padding-block-end: 1rem;
  border-radius: 0.625rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 12px;
  margin-bottom: 1.875rem;
}

.works__card-ttl,
.works__card-categories,
.works__list {
  padding-inline: 1rem;
}

.works__card-img {
  text-align: center;
  border-radius: 0.625rem;
  overflow: hidden;
}

.works__card-ttl {
  color: #2273AE;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  align-self: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .works__card-ttl {
    font-size: 1rem;
  }
}

.works__card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.works__card-category {
  width: fit-content;
  height: fit-content;
  padding: 0.1875rem 0.625rem;
  border-radius: 100vmax;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFF;
}

.-cording {
  background: #4F7EDD;
}

.-lp {
  background: #A5D7A2;
}

.-wordpress {
  background: #E6C0CC;
}

.works__table {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.works__list {
  display: flex;
}

.works__term {
  width: 5rem;
  flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}

.works__description {
  flex-grow: 1;
  font-size: 0.875rem;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}
.works__description a {
  text-decoration: underline;
}

.works__scrollright-text {
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
}

.works__scrollright-bar {
  position: absolute;
  right: calc(50% - 140px);
  bottom: 60px;
  width: 80px;
  height: 2px;
  background: #BBBBBB;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .works__scrollright-bar {
    width: 60px;
    right: calc(50% - 120px);
  }
}

.works__scrollright-bar-active {
  position: absolute;
  bottom: 0;
  right: calc(50% - 150px);
  translate: -50%;
  width: 50px;
  height: 2px;
  background: #FFF;
  animation: 3s ease-in-out backwards infinite scrollRight;
}
@media screen and (max-width: 767px) {
  .works__scrollright-bar-active {
    width: 1.25rem;
    right: calc(50% - 130px);
  }
}
@keyframes scrollRight {
  0% {
    left: -40%;
  }
  100% {
    left: 130%;
  }
}

.works-btn {
  display: block;
  margin-inline: auto;
  color: #fff;
  border-radius: 100vmax;
  padding-block: 0.9375rem;
  flex-direction: row;
  width: 16.25rem;
  background: transparent;
  overflow: hidden;
  transition: all 0.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.625rem;
  position: relative;
  background: linear-gradient(90deg, rgb(144, 245, 154), rgb(4, 202, 255));
  position: relative;
}
.works-btn .works-btn__text {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%; /* 21px */
  z-index: 2;
  margin-left: -1.25rem;
}
.works-btn .works-btn__icon {
  position: absolute;
  right: 1.25rem; /* 初期位置 */
  fill: #fff;
  width: 1.875rem;
  z-index: 2;
  transition: right 0.5s ease; /* 移動速度を調整 */
}
.works-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgb(4, 202, 255), rgb(144, 245, 154));
  opacity: 1;
  transition: right 1s ease;
}
@media (any-hover: hover) {
  .works-btn:hover {
    cursor: pointer;
    color: #0693E3;
  }
  .works-btn:hover .works-btn__icon {
    right: 0.5rem;
  }
  .works-btn:hover .works-btn__icon circle {
    fill: #000000;
    transition: fill 0.5s ease;
  }
  .works-btn:hover .works-btn__icon path {
    fill: #ffffff;
    transition: fill 0.5s ease;
  }
  .works-btn:hover::after {
    opacity: 0;
  }
}

.contact {
  padding-block: 3.75rem 8.125rem;
  background: #EDF0F4;
}

.contact__inner {
  width: min(689px + 2.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.contact-text {
  margin-block-start: 3.75rem;
  width: fit-content;
  margin-inline: auto;
}

.contact__form {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  margin-block-start: 3.75rem;
}

.contact__row {
  display: grid;
  grid-template-columns: 13.25rem 1fr;
  column-gap: 1.875rem;
  align-items: center;
}
.contact__row.--aifs {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact__row {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.contact__head {
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 767px) {
  .contact__head {
    font-size: 1rem;
  }
}
.contact__head span.--must {
  position: relative;
  display: inline-block;
}
.contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 0.875rem);
  color: #FDFDFD;
  font-size: 0.75rem;
  line-height: 150%; /* 18px */
  background: #599CC2;
  display: inline-block;
  padding: 0.125rem 0.625rem;
  border-radius: 0.25rem;
  white-space: nowrap;
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border: none;
  padding: 0.75rem 1.5rem;
  background: #fff;
  font-size: 1rem;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #A1A1A1;
}

textarea {
  resize: vertical;
  height: 15.1875rem;
}

.contact__acceptance {
  grid-template-columns: 1fr;
  text-align: center;
  margin-bottom: 16px;
}
.contact__acceptance a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox span {
  display: inline-block;
  color: #202020;
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.5625rem;
  line-height: 1.5;
}
.contact__data-checkbox span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #202020;
  background: #fff;
}
.contact__data-checkbox span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 17px;
  height: 6px;
  border-left: 1.5px solid #202020;
  border-bottom: 1.5px solid #202020;
  rotate: -45deg;
  opacity: 0;
  transition: opacity 0.3s ease;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  justify-content: center;
}

.contact__submit {
  text-align: center;
}
.contact__submit input[type=submit] {
  display: inline-block;
  border-radius: 50px;
  background: #599CC2;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%; /* 21px */
  padding: 1rem 6.25rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
@media (any-hover: hover) {
  .contact__submit input[type=submit]:hover {
    background: #fff;
    color: #0693E3;
    border: 1px solid #0693E3;
  }
}

.contact__error-message {
  color: red;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.375rem;
}

.c-heading {
  text-align: center;
}

.c-lead {
  color: #A1A1A1;
  font-size: 1.125rem;
  line-height: 150%; /* 27px */
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 0.875rem;
  }
}

.c-ttl {
  color: #202020;
  text-align: center;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 100%; /* 62px */
  text-transform: uppercase;
  padding-block-end: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 2rem;
  }
}
.c-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50%;
  bottom: -9px;
  width: 5.125rem;
  height: 0.1875rem;
  background: #0693E3;
}
@media screen and (max-width: 767px) {
  .c-ttl::before {
    width: 4.625rem;
  }
}

.lead-reverse,
.ttl-reverse {
  color: #FDFDFD;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Noto Serif", serif;
}/*# sourceMappingURL=style.css.map */