@charset "UTF-8";
body {
  font-family: "Oswald", sans-serif;
  color: #04010b;
  background: url("../img/bg_fv.png") no-repeat center center; /* 背景画像のパス */
  background-attachment: fixed; /* ← スクロールしても固定 */
  background-size: cover;
}

/*----------------------------- loading ----------------------*/
#loading {
  background-color: #030a5b;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}

#loading p {
  font-size: 60px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

/*-----------------------------------------------------------*/
.button {
  align-items: center;
  display: flex;
  padding: 6px 10px 6px 30px;
  width: 160px;
  margin: 0 auto;
}
.button__bg {
  background-color: #fff;
}
.button__bg .button__text {
  color: #030a5b;
}
.button__border {
  border: 1px solid #fff;
}
.button__border .button__text {
  color: #fff;
}
.button__icon {
  width: 24px;
  display: flex;
  align-items: center;
}
.button__icon_path {
  fill: #fff;
}
.button__icon_path__contact {
  fill: #030a5b;
}
.button__text {
  margin-left: 10px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}

.header {
  background-color: #030a5b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__container {
  width: 100%;
  position: relative;
}
.header__logo {
  display: inline-block;
  padding: 14px 24px;
  font-size: 20px;
  color: #fff;
}
.header__menu_button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../img/bg_menu.png) center center no-repeat;
  background-size: 100% auto;
}
.header__menu_button.is-checked {
  background: url(../img/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}
.header__contents {
  display: none;
  height: calc(100vh - 88px);
  border-top: 1px solid #fff;
  padding-top: 60px;
}
.header__nav_item + .header__nav_item {
  margin-top: 24px;
}

.fv {
  position: relative;
}
.fv__contents {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 209px;
  background: url(../img/sp/bg_fv.png) center center no-repeat;
  background-size: 100% auto;
  padding: 32px;
}
.fv__heading_main {
  display: block;
  font-size: 40px;
  letter-spacing: 0/1em;
}
.fv__heading_sub {
  margin-top: 12px;
  display: block;
  font-size: 14px;
}

.section {
  padding: 48px 0;
}
.section__inner {
  padding: 0 32px;
}
.section__head {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.section__head__center {
  text-align: center;
}
.section__head_main {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.section__head_sub {
  font-size: 18px;
}
.section__lead_text {
  font-size: 16px;
  line-height: 1.6;
}
.section__contents {
  margin-top: 40px;
}
.section__head_mainBottom {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.section__head_subBottom {
  font-size: 18px;
}

.service__item + .service__item {
  margin-top: 40px;
}
.service__item_img {
  text-align: center;
  margin-bottom: 14px;
}
.service__item_name {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.service__item_text {
  font-size: 14px;
  line-height: 1.6;
}

.works {
  background-color: #fafafa;
}
.works__item + .works__item {
  margin-top: 40px;
}
.works__item_img {
  margin-bottom: 12px;
}
.works__item_img img {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.works__item_name {
  font-size: 8px;
  margin-bottom: 6px;
  text-align: center;
  margin-top: 10px;
}
.works__item_link {
  font-size: 14px;
}
.works__item_link img:hover {
  transform: scale(1.1); /* 拡大効果 */
}
.works__item_link {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.about__img {
  margin-bottom: 32px;
}
.about__img img {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 600px;
}
.about__text {
  font-size: 16px;
  line-height: 1.6;
}
.about__text + .about__text {
  margin-top: 1em;
}

.flow {
  background-color: #fafafa;
}
.flow__list {
  margin-top: 64px;
}
.flow__item {
  position: relative;
  border: 1px solid #5c4ca3;
  padding: 46px 16px 24px;
}
.flow__item + .flow__item {
  margin-top: 46px;
}
.flow__item_num {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translatex(-50%);
  font-size: 24px;
  background-color: #030a5b;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__item_img {
  margin-bottom: 24px;
  text-align: center;
}
.flow__item_name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.flow__item_text {
  font-size: 14px;
  line-height: 1.6;
}

.message__img {
  margin-bottom: 36px;
}
.message__img img {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.message__text {
  font-size: 16px;
  line-height: 1.6;
}

.footer {
  text-align: center;
  padding: 10px;
  background-color: #04010b;
}
.footer__copy {
  font-size: 11px;
  font-family: sans-serif;
  color: #fff;
}

/*----------------------------- pc ----------------------*/
@media screen and (min-width: 768px) {
  .wrapper {
    display: flex;
  }
  .main {
    flex-basis: 79.2%;
  }
  .header {
    position: relative;
    flex-basis: 20.8%;
    padding: 50px 20px;
  }
  .header__menu_button {
    display: none;
  }
  .header__contents {
    display: block;
    border: none;
  }
  .header__logo {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .header__container {
    width: 160px;
    margin: 0 auto;
    position: sticky;
    top: 50px;
  }
  .button {
    transition: background 0.3s, color 0.3s, opacity 0.3s;
    opacity: 0.3s;
  }
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button__icon_path {
    fill: #030a5b;
  }
  .button:hover .button__text {
    color: #030a5b;
  }
  .button__bg {
    color: #030a5b;
  }
  .button__bg:hover {
    opacity: 0.7;
  }
  .section__inner {
    max-width: 944px;
    margin: 0 auto;
  }
  .section__head {
    margin-bottom: 24px;
  }
  .section__head_main {
    font-size: 60px;
  }
  .section__head_mainBottom {
    font-size: 40px;
  }
  .section__head_subBottom {
    font-size: 16px;
  }
  .fv__contents {
    background: url(../img/bg_fv.png) center center no-repeat;
    background-size: 100% auto;
    bottom: 100px;
    left: 0;
    max-width: 627px;
    height: 174px;
    padding-top: 24px;
    padding-left: 96px;
  }
  .service__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .service__item + .service__item {
    margin-top: 0;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8%;
  }
  .works__item + .works__item {
    margin-top: 0;
  }
  .about__container {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
  .about__img {
    margin-top: 23px;
    margin-bottom: 0;
  }
  .flow__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow__item + .flow__item {
    margin-top: 0;
  }
  .message__container {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
  .message__img {
    margin-top: 23px;
    margin-bottom: 0;
  }
  .page__bottom__item {
    padding: 30px 10px;
  }
}
/*----------------------------- tb ----------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__head_main {
    font-size: 54px;
  }
  .section__head_mainBottom {
    font-size: 40px;
  }
  .section__head_subBottom {
    font-size: 16px;
  }
  .fv__contents {
    bottom: 50%;
    transform: translateY(50%);
  }
  .flow__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
}

/*# sourceMappingURL=style.css.map */
