@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");

html,
body,
h1,
h2,
h3,
p,
dl,
dt,
dd,
ul,
button,
li {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #00053a;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}
/* * {
  outline: 2px red solid;
} */
.js_curtain {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1.2s ease-in-out; /* フェードアウトのためのトランジション */
  opacity: 1;
}
.js_curtain_loading {
  width: 100%;
}

/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}

a {
  /*下線を消す*/
  text-decoration: none;
  /*色を消す*/
  color: inherit;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}
ul {
  /*左の「・」を消す*/
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

body {
  background-color: #ede9de;
}

/* .pc_nav ul {
  display: flex;
  gap: 55px;
}
.pc_nav ul li {
  width: 105px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
} */

.header_wrap {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
}

.header_logo img {
  width: 200px;
}

.mainvisual {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.main1 {
  opacity: 0.3;
}

.kasaneru5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.kasaneru5 p {
  z-index: 1;
}

.main2 {
  display: flex;
  margin: 0 auto;
  max-width: 500px;
  /* margin-top: -578px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
}

.p1 {
  font-size: 1.625em;
  width: 100%;
  color: #00053a;
  margin-bottom: 55px;
}

.p2 {
  font-size: 1.25em;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 60px;
  line-height: 2.1875rem;
  text-align: justify;
  text-align-last: left;
  color: #00053a;
}

.p3 {
  font-size: 1.5em;
  background-color: #00053a;
  color: #fff;
  width: 40%;

  padding: 15px 0;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.sidebar {
  z-index: 1;
  position: fixed;
  top: 140px;
  right: 60px;
  display: flex;
  flex-direction: column;
}
.sidemenu {
  font-size: 1.25em;
  color: #00053a;
  margin-bottom: 40px;
  cursor: pointer;
  text-align: center;
}

.instagram_icon {
  /* margin-top: 40px; */
  width: 30px;
  /* margin: 0 auto; */
}
.instalink {
  margin: 0 auto;
}

.ask {
  z-index: 1;
  position: fixed;
  top: 550px;
  right: 40px;
  cursor: pointer;
}

.scroll {
  display: flex;
  justify-content: center;
  margin: 100px 0;
}

/* -------------Profile------------------ */

.profile_section {
  max-width: 1000px;
  position: relative;
}

.profile_section .circle {
  width: 5%;
  height: 20px;
  position: absolute;
  top: 35%;
  right: 18%;
}
.profile_subtitle {
  font-family: "Caveat", cursive;
  font-weight: 400;
  position: absolute;
  top: 8%;
  left: 45%;
  transform: translateX(-50%);
  color: #00053a;
  font-size: 1.9375em;
  text-align: center;

  width: 50%; /* Full width to center the text */
  z-index: 1; /* Ensure it is above the image */
  /* ↑2行、消しても変わらず。何のため？時間があれば */
}

.profile_design {
  max-width: 100%; /* 画像の最大幅を親要素に合わせる */
  /* height: auto; アスペクト比を維持 */
  margin: 0 auto; /* 中央揃え */
}
.profile {
  display: flex;
  justify-content: center; /* 中央揃え */
  align-items: center; /* 垂直中央揃え */
  max-width: 1000px; /* 必要に応じて最大幅を設定 */
  margin: 0 auto; /* 中央揃え */
}

.profile_top > div {
  display: flex;
  flex-direction: column;
  /* padding-left: 5%; */
  max-width: 60%;
  width: 300px;
  margin-bottom: 10%;
}

.profile_name {
  font-size: 1.25em;
  margin: 0 auto;
  color: #00053a;
}
.profile_birth {
  font-size: 0.875em;
  margin: 0 auto;
  padding-top: 5%;
  color: #00053a;
}

.introduction > div {
  position: relative;
}
/* .ipad {
  width: 470px;
} */

.profile_message_container {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 名前サイズ、位置微調整 */
}

.profile_top {
  display: flex;
  align-items: flex-end;
}
.profile_top > img {
  width: 35%;
  padding-left: 5%;
}

.profile_container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.profile_container > div {
  max-width: 50%;
  width: 250px;
}

.profile_topic {
  font-size: 0.875em;
  line-height: 1.25rem;
  text-align: justify;
  text-align-last: left;
  color: #00053a;
  padding-right: 6%;
  max-width: 30%;
  width: 150px;
}

.profile_message {
  font-size: 0.875em;
  line-height: 1.25rem;
  text-align: justify;
  text-align-last: left;
  color: #00053a;
}

.profile_section {
  max-width: 1000px;
  margin: 0 auto;
  /* position: relative; */
  /* margin-right: 150px;
  margin-left: auto; */
}

.introduction {
  position: absolute;
  top: 140px;
  left: 0px;
  max-width: 470px;
  width: 40%;
}

@media screen and (max-width: 1050px) {
  .profile_message {
    font-size: 40%;
    line-height: 170%;
  }
  .profile_topic {
    font-size: 40%;
  }
  .profile_top > img {
    width: 20%;
  }
  /* .profile_top > div {
  } */

  .profile_top {
    font-size: 70%;
  }
}

/* 1050px以下でiPad内リサイズが必要 */

/* ---------works--------------- */
/* ---------works--------------- */
/* ---------works--------------- */

.works_menu > div {
  position: relative;
}

.ipad_works {
  transform: rotate(90deg);
  display: block;
}

.slideshow_container {
  position: absolute;
  top: 25%;
  left: 15%;
  width: 70%;
  height: 50%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slides {
  display: none;
  position: relative;
}

.slide_image1 .slide_image2 .slide_image4 .slide_image3ch .slide_image3ex {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.slide_image1 {
  border: solid 1px #b5b5b5;
}

.slide_image3ch {
  border: solid 1px #b5b5b5;
}

.slide2 {
  max-width: 80%;
  margin: 0 auto;
}

.slide3 {
  max-width: 80%;
  margin: 0 auto;
}

.slide_image5 {
  width: 105%;
  height: auto;
  max-width: 300px;
}

.text {
  /* position: absolute; */
  bottom: 8px;
  width: 100%;
  text-align: center;
  color: #00053a;
  font-size: 1em;
  padding: 20px 0;
}

.works_section {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

.works_section .circle {
  width: 5%;
  height: 20px;
  position: absolute;
  top: 42%;
  right: 37%;
}

.works_subtitle {
  font-family: "Caveat", cursive;
  font-weight: 400;
  position: absolute;
  top: 8%;
  left: 35%;
  transform: translateX(-50%);
  color: #00053a;
  font-size: 1.9375em;
  text-align: center;

  width: 100%; /* Full width to center the text */
  z-index: 10; /* Ensure it is above the image */
}

.works_design {
  margin: 0 auto;
}
.works {
  display: flex;
  justify-content: flex-end;
}

.works_menu {
  position: absolute;
  top: 140px;
  /* パーセント指定で */
  left: 0px;
  max-width: 470px;
  width: 40%;
}

/* ---------works--------------- */
/* ---------works--------------- */
/* ---------works--------------- */

/* 
<!-- ----------------Skill------------------ -->
<!-- ----------------Skill------------------ -->
<!-- ----------------Skill------------------ --> */

.ipad_skill {
  display: block;
  padding-left: 70px;
}

.skill_section {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

.skill_section .circle {
  width: 5%;
  height: 20px;
  position: absolute;
  top: 55%;
  right: 22%;
}

.skill_subtitle {
  font-family: "Caveat", cursive;
  font-weight: 400;
  position: absolute;
  top: 8%;
  left: 47%;
  transform: translateX(-50%);
  color: #00053a;
  font-size: 1.9375em;
  text-align: center;

  width: 100%; /* Full width to center the text */
  z-index: 10; /* Ensure it is above the image */
}

.skill_design {
  margin: 0 auto;
}
.skill {
  display: flex;
  justify-content: flex-end;
}

.skill_menu {
  position: absolute;
  top: 140px;
  left: 0px;
  max-width: 470px;
  width: 40%;
}
.skill_list_container {
  position: absolute;
  width: 86%;
  top: 40%;
  left: 85%;
  transform: translate(-50%, -50%);
}
.skill_icon {
  width: 15%;
  height: 15%;
}

.skill_list_container > div {
  font-size: 1em;
  margin-bottom: 14.5%;
  display: flex;
}
.skill_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.skill_list {
  color: #00053a;
  line-height: 1.5em;
  padding-left: 10px;
}

/* 
<!-- ----------------Skill------------------ -->
<!-- ----------------Skill------------------ -->
<!-- ----------------Skill------------------ --> */

/* <!-- --------------Contact----------------
--------------Contact----------------
--------------Contact---------------- --> */

.contact_section {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.contact_subtitle {
  font-family: "Caveat", cursive;
  font-weight: 400;
  position: absolute;
  top: 8%;
  left: 35%;
  transform: translateX(-50%);
  color: #00053a;
  font-size: 1.9375em;
  text-align: center;
  width: 100%; /* Full width to center the text */
  z-index: 10; /* Ensure it is above the image */
}

.contact_design {
  margin: 0 auto;
  max-width: 100%;
}
.contact {
  display: flex;
  justify-content: flex-end;
}

.contactform {
  position: absolute;
  top: 14%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactform_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form_topic {
  color: #00053a;
  text-decoration: underline;
  padding-top: 5%;
  padding-bottom: 2%;
}

.c-form_input {
  width: 450px; /* 幅を450pxに設定 */
  padding: 5px; /* 入力フィールドのパディングを追加 */
  font-size: 1.25em; /* フォントサイズを調整 */

  border: 1px solid #ccc; /* ボーダーを追加 */
  box-sizing: border-box; /* パディングを含めた幅の計算を行う */
  text-align: center; /* 入力テキストの中央揃え */
}

/* placeholderの中央揃え */
.c-form_input::placeholder {
  text-align: center;
}

.c-form_input2 {
  width: 450px; /* 幅を450pxに設定 */
  height: 120px;
  padding: 5px; /* 入力フィールドのパディングを追加 */
  font-size: 1.25em; /* フォントサイズを調整 */

  border: 1px solid #ccc; /* ボーダーを追加 */
  box-sizing: border-box; /* パディングを含めた幅の計算を行う */
  text-align: center; /* 入力テキストの中央揃え */
}

/* placeholderの中央揃え */
.c-form_input::placeholder {
  text-align: center;
}

.c-form__submit {
  text-align: center;
}
.c-form__submit button {
  font-size: 1.5em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;

  color: #fff;
  background-color: #00053a;
  /* border: solid 1px #00053a; */
  padding: 5px 32px;
  margin-top: 10%;
  transition: 0.4s;
  cursor: pointer;
}
.c-form__submit button:hover {
  color: #00053a;
  background-color: transparent;
}
/* <!-- --------------Contact----------------
--------------Contact----------------
--------------Contact---------------- --> */

/* -----------fooder------------- */

.fooder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fooder_menu {
  font-size: 1.25em;
  color: #00053a;
  cursor: pointer;
  text-align: center;
  margin: 120px 40px 30px 40px;
}

.logo2 {
  width: 258px;
  display: flex;
  margin: 0 auto;
  transform: translateX(30px);
}

.copyright {
  display: flex;
  justify-content: center;
  color: #00053a;
  margin-bottom: 20px;
}
.copyright > p {
  color: #00053a;
}
/* --------------fooder------------- */

/* ---------------THANKS PAGE------------- */
.thankspage {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.thanks1 {
  font-size: 3em;
  padding-top: 100px;
  padding-bottom: 80px;
}

.thanks2 {
  font-size: 1em;
  line-height: 1.75em;
}

/* ---------------THANKS PAGE------------- */

/* ーーーーーーーーーーーーworks一覧ーーーーーーーーーーーーー */

.workspage {
  max-width: 1000px;
  margin: 0 auto;
}

.worksp {
  font-size: 2em;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.works_list {
  display: flex;
  justify-content: space-between;
}

.squarebox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  width: 450px;
  height: 450px;
  background-color: #f2f0eb;
}
.squarebox > div {
  position: absolute;
  margin-top: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.works_topic1 {
  font-size: 0.875em;
}
.works_topic2 {
  font-size: 1.125em;
  margin-top: 5px;
}

/* .works1 .works2 .works3 {
  padding: 0 auto;
} */
.works1 {
  width: 380px;
}
.works2 {
  width: 300px;
}
.works3ex {
  width: 300px;
}
.works3pop {
  width: 380px;
  border: solid 1px #b5b5b5;
}
/* 900px以降は縦並びへ */
/* ーーーーーーーーーーーーworks一覧ーーーーーーーーーーーーー */

/* -----------------works詳細ページーーーーーーーーーーーーー */

.works_each {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 800px;
}

.works_each1 {
  font-size: 1em;
  padding-top: 25px;
}

.works_each2 {
  font-size: 1.5em;
  padding-top: 15px;
  padding-bottom: 40px;
}

.works_each3 {
  font-size: 1.25em;
  padding-top: 20px;
  line-height: 20px;
}

.back {
  display: flex;
  width: 130px;
  margin: 0 auto;
  padding-top: 130px;
}

.sp_mainvisual {
  display: none;
}
.sp_concept {
  display: none;
}
.scroll_sp {
  display: none;
}

.sp_profile {
  display: none;
}

.sp_fooder_logo {
  display: none;
}
.sp_copyright {
  display: none;
}
.sp_nav {
  display: none;
}
.js_curtain2 {
  display: none;
}

/* -----------------works詳細ページーーーーーーーーーーーーー */
/* 以下SP */

/* SP表示 */

@media screen and (max-width: 767px) {
  .js_curtain {
    display: none;
  }
  .js_curtain2 {
    display: block;
  }
  .js_curtain_loading {
    width: 90%;
  }

  .js_curtain2 {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1s ease-in-out; /* フェードアウトのためのトランジション */
    opacity: 1;
  }

  .profile_line {
    display: block;
  }

  .header_logo {
    width: 25%;
  }

  .sidebar {
    display: none;
  }
  .mainvisual {
    display: none;
  }
  .sp_menu {
    z-index: 2;
    position: fixed;
    top: 10px;
    left: 90%;
  }

  .ask {
    z-index: 1;
    position: fixed;
    top: 450px;
    left: 85%;
    cursor: pointer;
    height: 50%;
    width: 50px;
  }

  .sp_nav,
  .sp_btn {
    display: none;
  }

  .pc_nav {
    display: none;
  }
  .sp_btn {
    display: block;
    height: 23px;
    cursor: pointer;
    /* 重なり具合の調節１＜２ */
    z-index: 2;
  }

  .sp_btn span {
    display: block;
    width: 33px;
    height: 3px;
    border-radius: 2px;
    background-color: #00053a;
    position: relative;
    top: 10px;

    /* ボタンの変化 */
    transition: 0.3s;
  }

  .sp_btn span::before,
  .sp_btn span::after {
    content: "";
    display: block;
    width: 33px;
    height: 3px;
    border-radius: 2px;
    background-color: #00053a;
    position: absolute;
    transition: 0.3s;
  }
  .sp_btn span::before {
    bottom: 10px;
  }
  .sp_btn span::after {
    top: 10px;
  }

  /* ばつ印 */
  .sp_btn.open span {
    background: transparent;
  }
  .sp_btn.open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  .sp_btn.open span::after {
    top: 0;
    transform: rotate(135deg);
  }
  /* ばつ印 */

  .sp_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ede9de;
    opacity: 0.9;
    /* 重なりの調節 */
    z-index: 1;
  }
  .sp_nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .sp_nav ul li {
    padding: 20px;
    color: #00053a;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", serif;
    font-size: 18px;
  }

  .sp_mainvisual {
    display: block;
    max-width: 100%;
    position: relative;
  }

  .sp_main1 {
    opacity: 0.3;
    width: 100%;
    height: auto;
    position: relative; /* sp_main2を重ねるためにrelativeに設定 */
  }

  .sp_main_flame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 632px;
    /* z-index: 10; */
  }

  .sp_main2 {
    width: 100%;
    height: auto;
  }

  .sp_center_logo {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    max-width: 55%;
    height: auto;
    z-index: 20;
  }

  .sp_concept {
    display: block;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p2_sp {
    font-size: 1em;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 500px;
    /* margin: 0 auto; */
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 2.1875rem;
    text-align: justify;
    text-align-last: left;
    color: #00053a;
  }
  .sp_ask {
    display: flex;
    justify-content: center;
  }

  .scroll_sp {
    display: block;
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }

  .scroll {
    display: none;
  }

  .p3 {
    font-size: 1em;
    background-color: #00053a;
    color: #fff;
    width: 30%;

    padding: 8px 0;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }

  /* ーーーーーーSP Profile --------- */

  .introduction {
    position: static;
    width: 100%; /* 親要素を画面幅いっぱいに設定 */
    padding: 0; /* 不要なパディングを削除 */
    margin: 0 auto;
  }

  .ipad {
    display: none;
  }
  .profile_section {
    margin-right: 0;
    margin-left: 0;
  }
  .profile_design {
    display: none;
  }

  .sp_profile {
    display: block;
  }
  .profile_top {
    display: flex;
    flex-direction: column; /* 縦方向に並べる */
    align-items: center; /* 中央揃え */
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }

  .profile_top > img {
    width: 42%;
    margin-top: 5px;
    padding-left: 0;
    z-index: 1;
  }

  .profile_message_container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: static;
    transform: none;
  }

  .profile_subtitle {
    font-size: 1.5em;
    transform: none;
    top: 20px;
    left: 6.6%;
    text-align: initial;
    width: 50px;
  }
  .profile_top > div {
    padding-top: 12px;
    margin-bottom: 0;
  }
  .profile_name {
    font-size: 1.25em;
  }
  .profile_birth {
    font-size: 1em;
  }

  /* .profile_section,
  .profile_top,
  .profile_container {
    width: 100%; 
  } */

  .profile_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 0;
  }
  .profile_topic {
    font-size: 0.75em;
    border-bottom: 1px solid #00053a;
    padding-right: 0px;
    padding-bottom: 0px;
    line-height: 12px;
    width: 60px;
    margin-bottom: 5px;
  }
  .profile_message {
    font-size: 1em;
  }

  .profile_container > div {
    max-width: 90%;
    width: auto;
    text-align: left;
  }

  .profile_section .circle {
    width: 5%;
    height: 20px;
    position: absolute;
    top: 35%;
    right: 47%;
  }

  /* --------sp works------- */

  .works_section {
    margin-left: 0;
  }
  .works_subtitle {
    font-size: 1.5em;
    transform: none;
    top: 20px;
    left: 6.6%;
    text-align: initial;
    width: 50px;
  }
  .works_section .circle {
    width: 5%;
    height: 20px;
    position: absolute;
    top: 45%;
    right: 47%;
  }
  .works_menu {
    position: static;
    /* top: 140px; */
    margin: 0 auto;
    /* left: 0px; */
    width: 77%;
  }

  .works_menu > div {
    margin-top: -130px;
    margin-right: 15px;
    margin-left: 15px;
    max-height: 440px;
    z-index: 1;
  }

  .slideshow_container {
    position: absolute;
    top: 25%;
    left: 15%;
    width: 70%;
    height: 90%;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .text {
    /* position: absolute; */
    bottom: 8px;
    width: 100%;
    text-align: center;
    color: #00053a;
    font-size: 0.75em;
    padding: 20px 0;
  }

  @media screen and (max-width: 500px) {
    .slideshow_container {
      position: absolute;
      top: 25%;
      left: 15%;
      width: 70%;
      height: 60%;
      overflow: hidden;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .slide_image5 {
      width: 100%;
      height: auto;
      max-width: 300px;
    }
  }

  .skill_subtitle {
    font-size: 1.5em;
    transform: none;
    top: 20px;
    left: 6.6%;
    text-align: initial;
    width: 50px;
  }
  .skill_menu {
    position: static;
    top: 140px;
    left: 10%;
    right: 10%;
    margin: 0 auto;
    max-width: 470px;
    width: 77%;
  }
  .skill_menu > div {
    z-index: 1;
  }

  .ipad_skill {
    display: block;
    padding-left: 0;
  }
  .skill_list_container {
    width: 63%;
    left: 30%;
    transform: none;
    top: 48%;
  }

  .skill_list_container > div {
    margin-bottom: 11.5%;
    font-size: 0.875em;
  }

  .skill_section .circle {
    width: 5%;
    height: 20px;
    position: absolute;
    top: 45%;
    right: 47%;
  }

  /* ------sp_contact-------- */
  .contact_design {
    height: 135%;
  }

  .contact_subtitle {
    position: absolute;
    top: 5%;
    left: 20%;
    transform: translateX(-50%);
    color: #00053a;
    font-size: 1.25em;
    text-align: center;
    width: 100%;
    /* z-index: 10; */
  }

  .c-form_input {
    width: auto;
  }
  .c-form_input2 {
    width: 100%;
  }

  .contact {
    height: 360px;
  }

  .fooder_menu {
    display: none;
  }
  .fooder {
    display: block;
  }

  .fooder_logo {
    display: none;
  }

  .sp_fooder_logo {
    display: block;
  }

  .sp_copyright {
    display: block;
    display: flex;
    justify-content: center;
    color: #00053a;
    margin-bottom: 20px;
  }

  .sp_fooder {
    width: 100%;
    margin-top: 150px;
  }
  .sp_logo2 {
    width: 120px;
    display: flex;
    margin: 0 auto;
  }

  /* ----SP_Contact---- */
  .blank {
    width: 100%;
    padding: 25px 0;
  }

  /* ーーーーーspworks一覧ーーーーーー */
  .workspage {
    max-width: 100%;
  }
  .works_list {
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
  }
  .copyright {
    /* max-width: 375px; */
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .header_wrap {
    max-width: 375px;
    max-width: 100%;
  }
  .squarebox {
    width: 100%;
    width: 350px;
    max-width: 100%;
    height: 350px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    margin-top: 0;
  }

  .squarebox > div {
    margin-top: 400px;
    max-width: 100%;
  }

  .works1 {
    width: 300px;
  }

  .works3pop {
    width: 300px;
  }
  .works4 {
    width: 300px;
  }
  /* .copyright {
    margin-top: 180px;
  } */
  .worksp {
    font-family: "Caveat", cursive;
    font-weight: 400;
    font-size: 1.25em;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .back {
    padding-top: 0;
    width: 100px;
  }
  .sp_fooder2 {
    padding-top: 50px;
    margin: 0 auto;
  }

  /* ーーーーーspworks一覧ーーーーーー */

  /* --------spworks各Pーーーーーーー */

  .works_each {
    margin-bottom: 50px;
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .works_each3 {
    padding-top: 0;
    line-height: 30px;
    font-size: initial;
  }

  .works_each2 {
    line-height: 40px;
    padding-top: 0;
  }
  /* --------spworks各Pーーーーーーー */
  .copyright {
    display: none;
  }
  .thanks1 {
    margin: 0 auto;
  }
  .thankspage {
    padding-left: 15px;
    padding-right: 15px;
    align-items: initial;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
