@charset "UTF-8";

.wrapper {
  overflow-x: hidden;
}

:root {
  --link-color: #0525cd;
  --main-color: #000;
  --text-color: #000;
}

body {
  padding-top: 90px;
  font-family: "Roboto", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  color: var(--text-color);
}

a {
  color: var(--link-color);
  text-decoration: underline;
}

img {
  max-width: 50%;
  height: auto;
  vertical-align: bottom;
}

/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
  overflow-x: hidden;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 20px;
}

.content {
  display: grid;
  padding: 0px;
  margin-top: 20px;
}

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

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 10px 30px;
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, .1);
  background-color: #fff;
  z-index: 999;
}

.header__logo {
  line-height: 1;
}


@media screen and (min-width: 767px) {
  .gnav {
    display: block !important;
  }
}


.gnav__list {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

.gnav__item {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.gnav__link {
  color: var(--text-color);
  text-decoration: none;
}

.gnav__link:hover {
  color: var(--link-color);
}

.gnav__link--active {
  color: var(--link-color);
}

.btn-menu {
  display: none;
}

/*--------------------------------
 Home(メインビジュアル)
---------------------------------*/
.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.mv__title-area {
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
  padding: 100px 100%;
}

#particles {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #00000010;
}

.mv__title {
  font-size: 160px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 4px 6px rgb(0 0 0 / 25%);
  background-color: #000000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}


.mv_subtitle {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
}


.mv_subtitle {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
}

/*--------------------------------
 Home(プロフィール)
---------------------------------*/
.home-about__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 20px;
}

.home-about__inner {
  text-align: center;
  column-gap: 90px;
  padding: 20px;
}

.home-about__heading {
  text-align: center;
}

.home-about__profile-wrapper {
  display: flex;
  justify-content: center;
}

.home-about__profile-item {
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  width: 100%;
}

.home-about__history {
  flex: 1;
}

.home-about__history-item {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.home-about__history-item:last-child {
  margin-bottom: 15px;
}

.home-about__date {
  font-size: 15px;
  line-height: 1.8;
  margin-right: 20px;
}

.home-about__profile-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.home-about__profile-title p {
  margin: 5px 0;
  font-size: 14px;
}


/*--------------------------------
 Home(Works)
---------------------------------*/
.home-works__container {
  background-color: #f7f7f7;
  padding: 20px 0;
}

.home-works__inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 20px;
}

.home-works__heading {
  text-align: center;
}

.home-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 8px;
}

.home-works__item {
  padding: 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.home-works__item:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

a.home-works__item {
  text-decoration: none;
  color: inherit;
  display: block;
}

.home-works__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.home-works__title-icon {
  width: 20px;
  height: 20px;
}

.home-works__text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

.works-list__scroll {
  position: absolute;
  top: 50%;
  right: 5%;
  font-size: 12px;
  color: #fff;
  padding: 10px;
  transform: translateY(-50%);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
}

.works-list__scroll-icon {
  display: block;
  font-size: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .profile-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }

  .profile-list__item {
    width: 48%;
    margin-bottom: 0;
  }
}

/*--------------------------------
 About
---------------------------------*/
.about-list__item {
  width: 50%;
  padding: 50px;
  margin: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.career {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #f7f7f7;
}

.career__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.career__timeline {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
  border-left: 2px solid #ccc;
}

.career__item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 120px;
}

.career__date {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  font-size: 14px;
  color: #666;
  text-align: right;
}

.career__content {
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.career__subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.career__text {
  font-size: 14px;
  color: #444;
}

.career__text a {
  color: #0525cd;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.career__text a:hover {
  color: #0056b3;
}

/*--------------------------------
 Works
---------------------------------*/

.works_container {
  background-color: #f7f7f7;
  padding: 20px 0;
}

.works-list {
  margin: 50px 0;
  text-align: center;
  column-gap: 30px;
}

.works-list__item {
  display: inline-block;
  width: 50%;
  padding: 50px;
  margin: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.works-list__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.works-list__text {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

.swiper-wrapper {
  width: 100px;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30%;
  height: 50%;
  background-size: 24px 40px;
  transform: translateY(-50%);
  margin-top: 0;
  color: #0525cd;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(to right, #0525cd 0%, #1f0d65 51%, #0525cd 100%);
}

/*--------------------------------
 About(profile&qualification)
---------------------------------*/
.profile-index-wrapper {
  display: flex;
  justify-content: center;
}

.profile-index-list__item {
  text-align: center;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  width: 100%;
}

.personal-info__list {
  display: block;
  padding: 40px;
}

.personal-info__item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.personal-info__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.personal-info__text p {
  margin: 5px 0;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .personal-info__list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }

  .personal-info__item {
    width: 48%;
    margin-bottom: 0;
  }
}

/*--------------------------------
 About(Skill)
---------------------------------*/
.skill__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 20px;
}

.skill__heading {
  text-align: center;
}

.skill__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.skill__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -50px;
}

.skill__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 90px;
}

.skill__img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

.skill__body {
  flex: 1;
}

.skill__name {
  margin-bottom: 10px;
}

.skill__text {
  font-size: 14px;
  line-height: 1.8;
}

/*--------------------------------
 Works(案件)
---------------------------------*/
.article {
  padding: 80px 0;
}

.article__container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.article__title {
  margin-bottom: 30px;
  text-align: center;
}

.article__body {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.article__body h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 1em;
}

.article__body h3:not(:first-child) {
  margin-top: 50px;
}

.article__body h3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  border-radius: 3px;
  background: linear-gradient(to right, #0525cd 0%, #1f0d65 51%, #0525cd 100%);
}

.article__body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.tab-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-button {
  padding: 10px 20px;
  background: linear-gradient(to right, #eee 0%, #d0e0ff 51%, #eee 100%);
  background-size: 200% auto;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}

.tab-button.active {
  background: linear-gradient(to right, #0525cd 0%, #1f0d65 51%, #0525cd 100%);
  color: #fff;
  background-size: 200% auto;
  transition: 0.3s;
}

.tab-button:hover {
  text-decoration: none;
  background-position: right center;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/*--------------------------------
  Contact
---------------------------------*/
.contact__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 20px;
}

.contact__heading {
  text-align: center;
}

.sns-button {
  padding: 0px;
  text-align: center;
  list-style: none;
  overflow: visible;
  padding: 0;
}

.sns-button li {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0px 0px;
  border-radius: 4px;
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.sns-button li a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 40px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .3s ease;
  text-align: center;
  height: 70px;
  line-height: 70px;
  width: 70px;
  border-style: solid;
  border-width: 1px;
}

.sns-button li a[class="fa-brands fa-linkedin"]::before {
  content: "\f08c";
  color: #0077B5;
}

.sns-button li a[class="fa-brands fa-linkedin"]:hover::before {
  background-color: #0077B5;
  color: #ffffff;
}

/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #4c4c4c;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: #fff;
}

/*--------------------------------
 フッター
---------------------------------*/

.footer {
  color: #fff;
  padding: 60px 20px 50px;
  background-color: var(--main-color);
}

.footer__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 20px;
}

.footer__nav {
  margin-bottom: 20px;
}

.footer__nav-list {
  display: flex;
  column-gap: 30px;
}

.footer__nav-item {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

.footer__nav-link {
  color: var(--text-color);
  color: #fff;
  text-decoration: none;
}

.footer__copyright {
  font-size: 12px;
  letter-spacing: 0.03em;
}

.blue-btn {
  text-align: center;
}

.more-btn {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
  width: 220px;
  padding: 18px 0;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  background-image: linear-gradient(to right, #0525cd 0%, #1f0d65 51%, #0525cd 100%);
  background-size: 200% auto;
  font-size: 14px;
  font-size: 0.875rem;
}

.more-btn::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
}

.more-btn:hover {
  text-decoration: none;
  background-position: right center;
}

.more-btn:hover::after {
  right: 1.2em;
}

/*--------------------------------
 スマホ画面時のレスポンシブ
---------------------------------*/
@media screen and (max-width: 767px) {

  body {
    font-size: 15px;
    padding-top: 40px;
  }

  .heading-primary {
    font-size: 32px;
  }

  .mv {
    height: 100%;
  }

  .mv__title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 4px 6px rgb(0 0 0 / 25%);
    margin-bottom: 10px;
  }

  .home-works__list {
    grid-template-columns: 1fr;
    padding: 20px 10px;
    gap: 30px;
    max-width: 500px;
    margin: 0 auto;
    /* padding: 40px 20px; */
  }

  .works-list__item {
    display: inline-block;
    min-width: 70%;
    padding: 50px;
    margin: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 21px rgba(0, 0, 0, 0.16);
    text-align: center;
  }

  /* レイアウト */
  .container {
    padding: 0 20px;
  }

  .table-type01 {
    font-size: 14px;
    line-height: 1.5;
  }

  .table-type01 th,
  .table-type01 td {
    padding: 20px 0;
  }

  /* ニュース */
  .news_heading {
    margin-bottom: 20px;
  }

  .news_inner {
    display: block;
  }

  .news-list_link {
    flex-direction: column;
  }

  .news-list_item {
    font-size: 15px;
    line-height: 1.8;
  }

  .news-list_item:last-child {
    margin-bottom: 0;
  }

  .news-list_title {
    line-height: 1.6;
  }

  .news-list_date {
    margin-right: 0;
  }

  /* ヘッダー */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
  }

  /* グローバルメニュー */
  .gnav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 180px;
    height: 100%;
    background-color: var(--main-color);
    box-shadow: -10px 0 35px -20px rgb(0 0 0 / 25%);
  }

  .gnav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 180px;
    padding: 90px 20px 20px 50px;
    row-gap: 25px;
  }

  .gnav__link {
    color: #fff;
  }

  .gnav__link:hover {
    color: #fff;
  }

  .gnav__link--active {
    opacity: 0.6;
  }

  /* ボタン */
  .btn-menu {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 21px 16px;
    border: none;
    outline: none;
    background: none;
    background-color: var(--main-color);
    cursor: pointer;
    appearance: none;
  }

  .btn-menu__line {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all 0.4s;
    border-radius: 4px;
    background-color: #fff;
  }

  .btn-menu__line::before,
  .btn-menu__line::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: inherit;
    border-radius: 4px;
    background-color: #fff;
  }

  .btn-menu__line::before {
    top: -8px;
  }

  .btn-menu__line::after {
    top: 8px;
  }

  .btn-menu.active .btn-menu__line {
    background-color: transparent;
  }

  .btn-menu.active .btn-menu__line::before,
  .btn-menu.active .btn-menu__line::after {
    top: 0;
    background-color: #fff;
  }

  .btn-menu.active .btn-menu__line::before {
    transform: rotate(45deg);
  }

  .btn-menu.active .btn-menu__line::after {
    transform: rotate(-45deg);
  }

  /* About(Qualification) */
  .personal-info__item {
    padding: 50px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 21px rgba(0, 0, 0, 0.16);
  }

  /* About(Skill) */
  .skill__list {
    display: block;
    margin-bottom: 0;
  }

  .skill__item {
    width: 100%;
    margin-bottom: 35px;
  }

  .skill__name {
    margin-bottom: 5px;
  }

  .skill__text {
    font-size: 13px;
    line-height: 1.7;
  }

  /* works */
  .article {
    padding: 50px 0;
  }

  .article__body h3 {
    font-size: 16px;
    padding-left: .8em;
  }

  .article__body p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  /* フッター */
  .footer__nav-list {
    column-gap: 25px;
  }

  .footer__nav-item {
    font-size: 12px;
  }

  .footer__copyright {
    font-size: 10px;
  }
}