
@charset "UTF-8";

/* 全体 */
* {
  box-sizing: border-box;
}


/* 共通 */
body {
  background-color: rgb(249, 248, 248);
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  text-decoration: none;
  color: #000000;
}

p {
  margin: 0;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
}

h2 {
  margin: 0;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
}

h5 {
  margin: 10px 0 0 0;
  font-size: 15px;
}

h6 {
  margin: 0;
}

/* ヘッダー */

.header {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  /* position: absolute; */
  /* position: relative; */
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  background-color: rgb(249, 248, 248);
}

.header-top {
  position: absolute;
  background-color: transparent;
}

.header-under {
  position: relative;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
}

.header_inner > a {
  font-size: 24px;
}

.header-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 2em;
}

.header-nav li {
  list-style: none;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.header-nav li > a{
  padding-bottom: 3px; 
  background-image: linear-gradient(#54d8ed, #54d8ed);
  background-repeat: no-repeat;
  background-position: bottom right; 
  background-size: 0 1px; 
  transition: background-size 0.3s;
  font-size: 16px;
}

.header-nav li > a:hover {
  background-position: bottom left; 
  background-size: 100% 1px; 
}

/* メインビジュアル */

.main_visual {
  background-image: url(img/Maskgroup.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -10px;
  height: 100vh;
}

.main_visual_title {
  position: relative;
  /* top: 245px; */
  top: 35.8vh;
  /* left: 25px; */
  /* left: 3.9vh; */
  right: 1vh;
  max-width: 1200px;
  margin: 0 auto;
}

.main_visual_title h2 {
  font-size: 64px;
  letter-spacing: 0.1em;
  line-height: 60px;
}

.main_visual_title p {
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 85px;
}

/* ワークス */

.section{
  padding: 151px 0 0 0;
}

.color {
  background-color: #e8e8e8;
}

.space {
  margin-bottom: 213px;
}

.works {
  padding-bottom: 158px;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding:  0 20px;
}

.works_title {
  font-size: 70px;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}

.works_list {
  display: flex;
  flex-wrap: wrap;
}


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

.works_item {
  position: relative;
  width: 31.74603%;
  margin-right: 1.58730%;
  margin-bottom: 60px;
}

.works_item_inner {
  position: relative;
  z-index: 1;
  background: linear-gradient(#f2f2f2, #e6e6e6);
  transition: 0.3s ease;
  height: 100%;
}

.works_item_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  z-index: 0;
}



.works_name {
  position: relative;
  top: -10px;
  font-size: 18px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
  margin: 0 0 0 30px;
}

.works1_name_blank{
  padding-top: 1.5rem;
}

.works4_name_blank {
  padding-top: 1rem;
}

.works_text {
  display: flex;
  position: relative;
  top: -10px;
}

.works_text p {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.08em;
    margin: 0 0 0 30px;
}

.works_link {
  text-align: right;
}

.works_link a{
  font-size: 40px;
  border-bottom: solid 2px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0 10px; 
  color: #000;
  background-color: rgb(249, 248, 248);
}

.works_link a::before {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: rgb(24, 13, 0.1);
  mix-blend-mode: difference; /* difference（差分） */
  transition: 0.3s;
}

.works_link a:hover::before {
  width: 100%;
}

.works_link img {
  padding-left: 100px;
  position: relative;
  top: -5px;
}

.works_img{
  text-align: center;
}

.works1-img {
  padding-top: 1rem;
}

.works6-img {
  width: 54%;
  padding: 2rem;
}

.works7-img {
  width: 54%;
  padding: 2rem;
}

.works8-img {
  width: 100%;
  padding: 3rem;
}


.works9-img {
  width: 70%;
  padding: 1rem;
}

/* about */

.about {
  background-color: #e8e8e8;
  padding-bottom: 151px;
  margin-bottom: 213px;
}

.about_title {
  font-size: 70px;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}

.about_wrapper {
  display: flex;
}

.about_img {
  width: 70%;
  /* max-width: 23%;
  margin-right: 28px; */
}

.about_name {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}

.about_text {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.about_icon {
  display: flex;
  margin-top: 20px;
}

.about_Instagram {
  margin-right: 46px;
}





.about_link {
  text-align: right;
  /* position: relative;
  top: -42px; */
}

.about_link a {
  font-size: 40px;
  border-bottom: solid 2px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.08em;

  position: relative;
  padding: 0 10px; /* 見た目調整用の余白 */
  color: #000;
  background-color: #e8e8e8;
}

.about_link a::before {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: rgb(24, 13, 0.1);
  mix-blend-mode: difference; /* difference（差分） */
  transition: 0.3s;
}

.about_link a:hover::before {
  width: 100%;
}

.about_link img {
  padding-left: 100px;
  position: relative;
  top: -5px;
}

/* about.html */

.main_about {
  background-color: #e8e8e8;
  padding-bottom: 151px;
  /* margin-bottom: 213px; */
  /* margin-top: 200px; */
}

.about_content {
  max-width: 630px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}

.about_content img {
  width: 100%;
  /* max-width: 52%; */
}

.about_main {
  max-width: 850px;
}

.about_main_name{
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 10px;
}

.about_main_text {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left;
  display: inline-block;
  margin-top: 0.5rem;
}

.about_main_icon {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
  /* position: relative;
  left: 251px;
  top: 5px; */
}



/* contact */

.contact {
  background-color: #212121;
  padding-bottom: 135px;
}

.contact_wrapper {
  display: flex;
}

.contact_title {
  color: #ffffff;
  font-size: 20px;
}

.contact_link img{
  position: relative;
  top: 40px;
}

.contact_link a {
  display: flex;
  align-items: flex-start;
}

.contact_mail {
  color: #ffffff;
  font-size: 40px;
  overflow: hidden; 
  color: transparent; 
  font-size: 60px;
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}

.contact_mail:hover {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
}

.contact_mail img {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);;
  padding-left: 184px;
}

.contact_Instagram {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);;
  margin-right: 27px;
}



.contact_youtube {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);;
}


/* footer */

.footer {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #ffffff;
  background-color: #212121;
  padding-bottom: 70px;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
}

.footer_inner p {
  font-size: 14px;
}

.footer-nav {
  position: relative;
  top: -5px;
}

.footer-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 2em;
}

.footer-nav li {
  list-style: none;
  font-size: 24px;
  letter-spacing: 0.08em;
}

.footer-nav li > a {
  color: #ffffff;
  padding-bottom: 3px; 
  background-image: linear-gradient(#54d8ed, #54d8ed);
  background-repeat: no-repeat;
  background-position: bottom right; 
  background-size: 0 1px; 
  transition: background-size 0.3s;
  font-size: 16px;
}

.footer-nav li > a:hover {
  background-position: bottom left; 
  background-size: 100% 1px; 
}

/* skill */

.skill {
  padding-bottom: 151px;
}

.skill_title {
  font-size: 70px;
  letter-spacing: 0.08em;
  /* margin-bottom: 50px; */
}

.skill_inner {
  display: flex;
  max-width: 900px;
  /* margin: 60px 80px 0 200px; */
  margin: 0 auto;
  padding-top: 60px;
  gap: 24px;
}

.skill_inner img {
  width: 206px;
  height: 164px;
}

.skill_name h2 {
  font-size: 28px;
  border-bottom: solid 1px #212121;
  width: 40%;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.skill_name p {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  /* width: 120%; */
}

.skill_type {
  display: flex;
  /* position: relative;
  left: 415px;
  left: 34%;
  top: -20px; */
}

.box1 {
  padding: 0.5em 1em;
  margin: 1em 0;
  font-size: 12px;
  background: #d9d9d9;
  border-radius: 10px;
  margin-right: 5px;
}

.box1 p {
  font-size: 12px;
}

/* strength */

.strength {
 background-color: #e8e8e8;
 padding-bottom: 151px;
 margin-bottom: 213px;
}

.strength_title {
  font-size: 70px;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
}

.strength_inner {
  max-width: 800px;
  margin: 0 auto 50px;
}

.strength_nummber {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 24px;
  margin-bottom: 3px;
}

.strength_name {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
}

.strength_name_sub {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 15px;
  color: #2b2a2b3d;
  margin-bottom: 10px;
}

.strength_text1 {
 font-size: 16px;
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
 letter-spacing: 0.08em;
 line-height: 1.5;
 margin-bottom: 20px;
}

.strength_text2 {
 font-size: 16px;
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
 letter-spacing: 0.08em;
 line-height: 1.5;
}

/* works-1 */

.article {
  padding: 80px 0;
  background-color: #e8e8e8;
}

.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 img {
  width: 100%;
  height: auto;
}

.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-color: #333;
}

.article-body p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

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

.home-link a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 1300px) {
  .header_inner {
    margin-right: 2rem;
  }

}

@media screen and (max-width: 1200px) {
  .main_visual_title {
    right: auto;
    padding-left: 2vw;
  }

  .main_visual_title h2 {
      font-size: 7.5vw;
  }

}

 /*====================
  スマートフォン用のスタイル
 =====================*/

/* スマホ用ナビを非表示 */
#nav-sp,
#menu-sp {
  display: none;
}

 /* 画面幅が767px以下のとき */
@media screen and (max-width: 767px) {
  /* スマートフォン用のスタイルを指定する */
  /* PC用ナビゲーション非表示 */
  .header-nav {
    display: none;
}

/* ハンバーガーメニュー */
/* display: block；を設定するとなせ表示するのか */
#menu-sp {
  display: block;
  /* float: right;
  padding: 0; */
  position: absolute;
  top: 65px;
  right: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
}

#nav-sp {
     background-color: #bae2ff;
     position: fixed;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     display: none;
     z-index: 100;
}

#close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
}


#nav-sp nav ul {
  padding-left: 0;
}

#nav-sp nav li {
  list-style: none;
}

#logo-sp {
    margin: 80px 0 30px 20px;
  } 

/* display: block；を指定しているのか */
#nav-sp nav a {
  display: block;
}

#nav-sp nav a:hover {
    text-decoration: underline;
}

#nav-sp .menu {
  text-decoration: none;
  margin: 0 48px 0 48px;
  height: 44px;
  font-size: 20px;
  background-image: url("img/arrow.png");
  background-repeat: no-repeat;
  background-position: right top;
}

#sns {
position: absolute;
bottom: 20px;
left: 45px;
}

#sns > a {
  margin-right: 30px;
}

.header_inner img {
  width: 70%;
}

#menu-sp img {
  width: 100%;
}

.main_visual_title {
  padding: 0 20px;
}

.main_visual_title h2 {
  /* font-size: 25px; */
  line-height: 1;
}

.main_visual_title p {
  font-size: 20px;
}

.section {
  padding: 45px 0 0 0;
}

.works {
  padding-bottom: 120px;
}

.works_title {
  font-size: 30px;
}

.works_item {
  width: 100%;
}

.works_link a{
  font-size: 25px;
  border-bottom: none;
}
.works_link img {
  display: none;
}

.about {
  margin-bottom: 120px;
}

.about_title {
  font-size: 30px;
}

.about_wrapper {
  flex-direction: column;
}

.about_img {
  width: 100%;
}

.about_name {
  font-size: 18px;
}

.about_text {
  font-size: 13px;
}

.about_Instagram {
  margin-right: 25px;
}

.about_Instagram img  {
  width: 35px;
}

.about_youtube img {
  width: 35px;
}

.about_link {
  position: static;
}

.about_link a {
  font-size: 25px;
  border-bottom: none;
}

.about_link img {
  width: 2.5em;
  padding-left: 15px;
}

.contact_link a {
  font-size: 18px;
}

.contact_link img {
  display: none;
}

.contact_wrapper {
  margin-top: 20px;
}

.contact_Instagram img {
  width: 35px;
}

.contact_youtube img {
  width: 35px;
}


/* aboutページ */

.about_main {
  margin-top: 10px;
}

.about_main_name {
  font-size: 16px;
}

.about_main_text {
  font-size: 12px;
}

.skill_title {
  font-size: 30px;
}

.skill_inner {
  flex-direction: column;
}

.skill_inner_img {
  text-align: center;
}

.skill_inner_img img {
width: 80%;
height: auto;
}

.skill_name h2 {
  font-size: 16px;
  width: 31%;
}

.skill_name p {
  font-size: 12px;
  width: 100%;

}

.strength {
  margin-bottom: 120px;
}

.strength {
  padding-bottom: 20px;
}

.strength_title {
  font-size: 30px;
}

.strength_nummber {
  font-size: 18px;
}

.strength_name {
  font-size: 16px;
}

.strength_name_sub {
  font-size: 14px;
}

.strength_text1,.strength_text2 {
  font-size: 12px;
}

.footer {
  padding: 28px;
}

.footer-nav {
  order: 1;
}

.footer_inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer_inner p {
  order: 2;
padding-top: 38px;
}

}

@media screen and (min-width: 1200px) {
.works_item:hover .works_item_inner {
  transform: translate(-15px, -15px);
  transition: 0.3s all ease-in-out;
}

.about_Instagram:hover {
  transform: scale(1.2,1.2);
  transition: 0.3s all ease-in-out;
}

.about_youtube:hover {
  transform: scale(1.2,1.2);
  transition: 0.3s all ease-in-out;
}

.contact_Instagram:hover {
  transform: scale(1.2,1.2);
  transition: 0.3s all ease-in-out;
}

.contact_youtube:hover {
  transform: scale(1.2,1.2);
  transition: 0.3s all ease-in-out;
}

}